import pandas as pd
df=pd.read_csv(r'Downloads/UpdatedResumeDataSet.csv')
c=list(df["Resume"])
len(c)
962
df1=df.drop_duplicates(inplace=False,ignore_index=True)
C=list(df1["Resume"])
len(C)
166
import re
def cleanResume(resumeText):
resumeText = re.sub('http\S+\s*', ' ', resumeText) # remove URLs
resumeText = re.sub('RT|cc', ' ', resumeText) # remove RT and cc
resumeText = re.sub('#\S+', '', resumeText) # remove hashtags
resumeText = re.sub('@\S+', ' ', resumeText) # remove mentions
resumeText = re.sub('[%s]' % re.escape("""!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~"""), ' ', resumeText) # remove punctuations
resumeText = re.sub(r'[^\x00-\x7f]',r' ', resumeText)
resumeText = re.sub('\s+', ' ', resumeText) # remove extra whitespace
return resumeText
df1['cleaned_resume'] = df1.Resume.apply(lambda x: cleanResume(x))
df1
<ipython-input-4-6753b2cac43a>:1: SettingWithCopyWarning: A value is trying to be set on a copy of a slice from a DataFrame. Try using .loc[row_indexer,col_indexer] = value instead See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy df1['cleaned_resume'] = df1.Resume.apply(lambda x: cleanResume(x))
| Category | Resume | cleaned_resume | |
|---|---|---|---|
| 0 | Data Science | Skills * Programming Languages: Python (pandas... | Skills Programming Languages Python pandas num... |
| 1 | Data Science | Education Details \r\nMay 2013 to May 2017 B.E... | Education Details May 2013 to May 2017 B E UIT... |
| 2 | Data Science | Areas of Interest Deep Learning, Control Syste... | Areas of Interest Deep Learning Control System... |
| 3 | Data Science | Skills ⢠R ⢠Python ⢠SAP HANA ⢠Table... | Skills R Python SAP HANA Tableau SAP HANA SQL ... |
| 4 | Data Science | Education Details \r\n MCA YMCAUST, Faridab... | Education Details MCA YMCAUST Faridabad Haryan... |
| ... | ... | ... | ... |
| 161 | Testing | Computer Skills: ⢠Proficient in MS office (... | Computer Skills Proficient in MS office Word B... |
| 162 | Testing | â Willingness to accept the challenges. â ... | Willingness to a ept the challenges Positive ... |
| 163 | Testing | PERSONAL SKILLS ⢠Quick learner, ⢠Eagerne... | PERSONAL SKILLS Quick learner Eagerness to lea... |
| 164 | Testing | COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power ... | COMPUTER SKILLS SOFTWARE KNOWLEDGE MS Power Po... |
| 165 | Testing | Skill Set OS Windows XP/7/8/8.1/10 Database MY... | Skill Set OS Windows XP 7 8 8 1 10 Database MY... |
166 rows × 3 columns
import nltk
from nltk.corpus import stopwords
nltk.download('punkt')
import string
oneSetOfStopWords = set(stopwords.words('english')+['``',"''"])
totalWords1 =[]
Sentences = df1['Resume'].values
cleanedSentences = ""
for records in Sentences:
ch=[]
cleanedText = cleanResume(records)
cleanedSentences += cleanedText
requiredWords = nltk.word_tokenize(cleanedText)
for word in requiredWords:
if word not in oneSetOfStopWords and word not in string.punctuation:
ch.append(word.lower())
totalWords1.append(ch)
[nltk_data] Downloading package punkt to [nltk_data] C:\Users\HP\AppData\Roaming\nltk_data... [nltk_data] Package punkt is already up-to-date!
def ngrams(N,d):
temp=[]
for n in range(1,N):
for i in range(0,len(d)-(n-1)):
temp.append(d[i:n+i])
return temp
D1=[]
for i in range(166):
D1.append(ngrams(10,totalWords1[i]))
D1
[[['skills'], ['programming'], ['languages'], ['python'], ['pandas'], ['numpy'], ['scipy'], ['scikit'], ['learn'], ['matplotlib'], ['sql'], ['java'], ['javascript'], ['jquery'], ['machine'], ['learning'], ['regression'], ['svm'], ['na'], ['bayes'], ['knn'], ['random'], ['forest'], ['decision'], ['trees'], ['boosting'], ['techniques'], ['cluster'], ['analysis'], ['word'], ['embedding'], ['sentiment'], ['analysis'], ['natural'], ['language'], ['processing'], ['dimensionality'], ['reduction'], ['topic'], ['modelling'], ['lda'], ['nmf'], ['pca'], ['neural'], ['nets'], ['database'], ['visualizations'], ['mysql'], ['sqlserver'], ['cassandra'], ['hbase'], ['elasticsearch'], ['d3'], ['js'], ['dc'], ['js'], ['plotly'], ['kibana'], ['matplotlib'], ['ggplot'], ['tableau'], ['others'], ['regular'], ['expression'], ['html'], ['css'], ['angular'], ['6'], ['logstash'], ['kafka'], ['python'], ['flask'], ['git'], ['docker'], ['computer'], ['vision'], ['open'], ['cv'], ['understanding'], ['deep'], ['learning'], ['education'], ['details'], ['data'], ['science'], ['assurance'], ['associate'], ['data'], ['science'], ['assurance'], ['associate'], ['ernst'], ['young'], ['llp'], ['skill'], ['details'], ['javascript'], ['exprience'], ['24'], ['months'], ['jquery'], ['exprience'], ['24'], ['months'], ['python'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['ernst'], ['young'], ['llp'], ['description'], ['fraud'], ['investigations'], ['dispute'], ['services'], ['assurance'], ['technology'], ['assisted'], ['review'], ['tar'], ['technology'], ['assisted'], ['review'], ['assists'], ['elerating'], ['review'], ['process'], ['run'], ['analytics'], ['generate'], ['reports'], ['core'], ['member'], ['team'], ['helped'], ['developing'], ['automated'], ['review'], ['platform'], ['tool'], ['scratch'], ['assisting'], ['e'], ['discovery'], ['domain'], ['tool'], ['implements'], ['predictive'], ['coding'], ['topic'], ['modelling'], ['automating'], ['reviews'], ['resulting'], ['reduced'], ['labor'], ['costs'], ['time'], ['spent'], ['lawyers'], ['review'], ['understand'], ['end'], ['end'], ['flow'], ['solution'], ['research'], ['development'], ['classification'], ['models'], ['predictive'], ['analysis'], ['mining'], ['information'], ['present'], ['text'], ['data'], ['worked'], ['analyzing'], ['outputs'], ['precision'], ['monitoring'], ['entire'], ['tool'], ['tar'], ['assists'], ['predictive'], ['coding'], ['topic'], ['modelling'], ['evidence'], ['following'], ['ey'], ['standards'], ['developed'], ['classifier'], ['models'], ['order'], ['identify'], ['red'], ['flags'], ['fraud'], ['related'], ['issues'], ['tools'], ['technologies'], ['python'], ['scikit'], ['learn'], ['tfidf'], ['word2vec'], ['doc2vec'], ['cosine'], ['similarity'], ['na'], ['bayes'], ['lda'], ['nmf'], ['topic'], ['modelling'], ['vader'], ['text'], ['blob'], ['sentiment'], ['analysis'], ['matplot'], ['lib'], ['tableau'], ['dashboard'], ['reporting'], ['multiple'], ['data'], ['science'], ['and'], ['analytic'], ['projects'], ['usa'], ['clients'], ['text'], ['analytics'], ['motor'], ['vehicle'], ['customer'], ['review'], ['data'], ['received'], ['customer'], ['feedback'], ['survey'], ['data'], ['past'], ['one'], ['year'], ['performed'], ['sentiment'], ['positive'], ['negative'], ['neutral'], ['time'], ['series'], ['analysis'], ['customer'], ['comments'], ['across'], ['4'], ['categories'], ['created'], ['heat'], ['map'], ['terms'], ['survey'], ['category'], ['based'], ['frequency'], ['words'], ['extracted'], ['positive'], ['negative'], ['words'], ['across'], ['survey'], ['categories'], ['plotted'], ['word'], ['cloud'], ['created'], ['customized'], ['tableau'], ['dashboards'], ['effective'], ['reporting'], ['visualizations'], ['chatbot'], ['developed'], ['user'], ['friendly'], ['chatbot'], ['one'], ['products'], ['handle'], ['simple'], ['questions'], ['hours'], ['operation'], ['reservation'], ['options'], ['this'], ['chat'], ['bot'], ['serves'], ['entire'], ['product'], ['related'], ['questions'], ['giving'], ['overview'], ['tool'], ['via'], ['qa'], ['platform'], ['also'], ['give'], ['recommendation'], ['responses'], ['user'], ['question'], ['build'], ['chain'], ['relevant'], ['answer'], ['this'], ['intelligence'], ['build'], ['pipeline'], ['questions'], ['per'], ['user'], ['requirement'], ['asks'], ['relevant'], ['recommended'], ['questions'], ['tools'], ['technologies'], ['python'], ['natural'], ['language'], ['processing'], ['nltk'], ['spacy'], ['topic'], ['modelling'], ['sentiment'], ['analysis'], ['word'], ['embedding'], ['scikit'], ['learn'], ['javascript'], ['jquery'], ['sqlserver'], ['information'], ['governance'], ['organizations'], ['make'], ['informed'], ['decisions'], ['information'], ['store'], ['the'], ['integrated'], ['information'], ['governance'], ['portfolio'], ['synthesizes'], ['intelligence'], ['across'], ['unstructured'], ['data'], ['sources'], ['facilitates'], ['action'], ['ensure'], ['organizations'], ['best'], ['positioned'], ['counter'], ['information'], ['risk'], ['scan'], ['data'], ['multiple'], ['sources'], ['formats'], ['parse'], ['different'], ['file'], ['formats'], ['extract'], ['meta'], ['data'], ['information'], ['push'], ['results'], ['indexing'], ['elastic'], ['search'], ['created'], ['customized'], ['interactive'], ['dashboards'], ['using'], ['kibana'], ['preforming'], ['rot'], ['analysis'], ['data'], ['give'], ['information'], ['data'], ['helps'], ['identify'], ['content'], ['either'], ['redundant'], ['outdated'], ['trivial'], ['preforming'], ['full'], ['text'], ['search'], ['analysis'], ['elastic'], ['search'], ['predefined'], ['methods'], ['tag'], ['pii'], ['personally'], ['identifiable'], ['information'], ['social'], ['security'], ['numbers'], ['addresses'], ['names'], ['etc'], ['frequently'], ['targeted'], ['cyber'], ['attacks'], ['tools'], ['technologies'], ['python'], ['flask'], ['elastic'], ['search'], ['kibana'], ['fraud'], ['analytic'], ['platform'], ['fraud'], ['analytics'], ['investigative'], ['platform'], ['review'], ['red'], ['flag'], ['cases'], ['fap'], ['fraud'], ['analytics'], ['investigative'], ['platform'], ['inbuilt'], ['case'], ['manager'], ['suite'], ['analytics'], ['various'], ['erp'], ['systems'], ['it'], ['used'], ['clients'], ['interrogate'], ['a'], ['ounting'], ['systems'], ['identifying'], ['anomalies'], ['indicators'], ['fraud'], ['running'], ['advanced'], ['analytics'], ['tools'], ['technologies'], ['html'], ['javascript'], ['sqlserver'], ['jquery'], ['css'], ['bootstrap'], ['node'], ['js'], ['d3'], ['js'], ['dc'], ['js'], ['skills', 'programming'], ['programming', 'languages'], ['languages', 'python'], ['python', 'pandas'], ['pandas', 'numpy'], ['numpy', 'scipy'], ['scipy', 'scikit'], ['scikit', 'learn'], ['learn', 'matplotlib'], ['matplotlib', 'sql'], ['sql', 'java'], ['java', 'javascript'], ['javascript', 'jquery'], ['jquery', 'machine'], ['machine', 'learning'], ['learning', 'regression'], ['regression', 'svm'], ['svm', 'na'], ['na', 'bayes'], ['bayes', 'knn'], ['knn', 'random'], ['random', 'forest'], ['forest', 'decision'], ['decision', 'trees'], ['trees', 'boosting'], ['boosting', 'techniques'], ['techniques', 'cluster'], ['cluster', 'analysis'], ['analysis', 'word'], ['word', 'embedding'], ['embedding', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'natural'], ['natural', 'language'], ['language', 'processing'], ['processing', 'dimensionality'], ['dimensionality', 'reduction'], ['reduction', 'topic'], ['topic', 'modelling'], ['modelling', 'lda'], ['lda', 'nmf'], ['nmf', 'pca'], ['pca', 'neural'], ['neural', 'nets'], ['nets', 'database'], ['database', 'visualizations'], ['visualizations', 'mysql'], ['mysql', 'sqlserver'], ['sqlserver', 'cassandra'], ['cassandra', 'hbase'], ['hbase', 'elasticsearch'], ['elasticsearch', 'd3'], ['d3', 'js'], ['js', 'dc'], ['dc', 'js'], ['js', 'plotly'], ['plotly', 'kibana'], ['kibana', 'matplotlib'], ['matplotlib', 'ggplot'], ['ggplot', 'tableau'], ['tableau', 'others'], ['others', 'regular'], ['regular', 'expression'], ['expression', 'html'], ['html', 'css'], ['css', 'angular'], ['angular', '6'], ['6', 'logstash'], ['logstash', 'kafka'], ['kafka', 'python'], ['python', 'flask'], ['flask', 'git'], ['git', 'docker'], ['docker', 'computer'], ['computer', 'vision'], ['vision', 'open'], ['open', 'cv'], ['cv', 'understanding'], ['understanding', 'deep'], ['deep', 'learning'], ['learning', 'education'], ['education', 'details'], ['details', 'data'], ['data', 'science'], ['science', 'assurance'], ['assurance', 'associate'], ['associate', 'data'], ['data', 'science'], ['science', 'assurance'], ['assurance', 'associate'], ['associate', 'ernst'], ['ernst', 'young'], ['young', 'llp'], ['llp', 'skill'], ['skill', 'details'], ['details', 'javascript'], ['javascript', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'ernst'], ['ernst', 'young'], ['young', 'llp'], ['llp', 'description'], ['description', 'fraud'], ['fraud', 'investigations'], ['investigations', 'dispute'], ['dispute', 'services'], ['services', 'assurance'], ['assurance', 'technology'], ['technology', 'assisted'], ['assisted', 'review'], ['review', 'tar'], ['tar', 'technology'], ['technology', 'assisted'], ['assisted', 'review'], ['review', 'assists'], ['assists', 'elerating'], ['elerating', 'review'], ['review', 'process'], ['process', 'run'], ['run', 'analytics'], ['analytics', 'generate'], ['generate', 'reports'], ['reports', 'core'], ['core', 'member'], ['member', 'team'], ['team', 'helped'], ['helped', 'developing'], ['developing', 'automated'], ['automated', 'review'], ['review', 'platform'], ['platform', 'tool'], ['tool', 'scratch'], ['scratch', 'assisting'], ['assisting', 'e'], ['e', 'discovery'], ['discovery', 'domain'], ['domain', 'tool'], ['tool', 'implements'], ['implements', 'predictive'], ['predictive', 'coding'], ['coding', 'topic'], ['topic', 'modelling'], ['modelling', 'automating'], ['automating', 'reviews'], ['reviews', 'resulting'], ['resulting', 'reduced'], ['reduced', 'labor'], ['labor', 'costs'], ['costs', 'time'], ['time', 'spent'], ['spent', 'lawyers'], ['lawyers', 'review'], ['review', 'understand'], ['understand', 'end'], ['end', 'end'], ['end', 'flow'], ['flow', 'solution'], ['solution', 'research'], ['research', 'development'], ['development', 'classification'], ['classification', 'models'], ['models', 'predictive'], ['predictive', 'analysis'], ['analysis', 'mining'], ['mining', 'information'], ['information', 'present'], ['present', 'text'], ['text', 'data'], ['data', 'worked'], ['worked', 'analyzing'], ['analyzing', 'outputs'], ['outputs', 'precision'], ['precision', 'monitoring'], ['monitoring', 'entire'], ['entire', 'tool'], ['tool', 'tar'], ['tar', 'assists'], ['assists', 'predictive'], ['predictive', 'coding'], ['coding', 'topic'], ['topic', 'modelling'], ['modelling', 'evidence'], ['evidence', 'following'], ['following', 'ey'], ['ey', 'standards'], ['standards', 'developed'], ['developed', 'classifier'], ['classifier', 'models'], ['models', 'order'], ['order', 'identify'], ['identify', 'red'], ['red', 'flags'], ['flags', 'fraud'], ['fraud', 'related'], ['related', 'issues'], ['issues', 'tools'], ['tools', 'technologies'], ['technologies', 'python'], ['python', 'scikit'], ['scikit', 'learn'], ['learn', 'tfidf'], ['tfidf', 'word2vec'], ['word2vec', 'doc2vec'], ['doc2vec', 'cosine'], ['cosine', 'similarity'], ['similarity', 'na'], ['na', 'bayes'], ['bayes', 'lda'], ['lda', 'nmf'], ['nmf', 'topic'], ['topic', 'modelling'], ['modelling', 'vader'], ['vader', 'text'], ['text', 'blob'], ['blob', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'matplot'], ['matplot', 'lib'], ['lib', 'tableau'], ['tableau', 'dashboard'], ['dashboard', 'reporting'], ['reporting', 'multiple'], ['multiple', 'data'], ['data', 'science'], ['science', 'and'], ['and', 'analytic'], ['analytic', 'projects'], ['projects', 'usa'], ['usa', 'clients'], ['clients', 'text'], ['text', 'analytics'], ['analytics', 'motor'], ['motor', 'vehicle'], ['vehicle', 'customer'], ['customer', 'review'], ['review', 'data'], ['data', 'received'], ['received', 'customer'], ['customer', 'feedback'], ['feedback', 'survey'], ['survey', 'data'], ['data', 'past'], ['past', 'one'], ['one', 'year'], ['year', 'performed'], ['performed', 'sentiment'], ['sentiment', 'positive'], ['positive', 'negative'], ['negative', 'neutral'], ['neutral', 'time'], ['time', 'series'], ['series', 'analysis'], ['analysis', 'customer'], ['customer', 'comments'], ['comments', 'across'], ['across', '4'], ['4', 'categories'], ['categories', 'created'], ['created', 'heat'], ['heat', 'map'], ['map', 'terms'], ['terms', 'survey'], ['survey', 'category'], ['category', 'based'], ['based', 'frequency'], ['frequency', 'words'], ['words', 'extracted'], ['extracted', 'positive'], ['positive', 'negative'], ['negative', 'words'], ['words', 'across'], ['across', 'survey'], ['survey', 'categories'], ['categories', 'plotted'], ['plotted', 'word'], ['word', 'cloud'], ['cloud', 'created'], ['created', 'customized'], ['customized', 'tableau'], ['tableau', 'dashboards'], ['dashboards', 'effective'], ['effective', 'reporting'], ['reporting', 'visualizations'], ['visualizations', 'chatbot'], ['chatbot', 'developed'], ['developed', 'user'], ['user', 'friendly'], ['friendly', 'chatbot'], ['chatbot', 'one'], ['one', 'products'], ['products', 'handle'], ['handle', 'simple'], ['simple', 'questions'], ['questions', 'hours'], ['hours', 'operation'], ['operation', 'reservation'], ['reservation', 'options'], ['options', 'this'], ['this', 'chat'], ['chat', 'bot'], ['bot', 'serves'], ['serves', 'entire'], ['entire', 'product'], ['product', 'related'], ['related', 'questions'], ['questions', 'giving'], ['giving', 'overview'], ['overview', 'tool'], ['tool', 'via'], ['via', 'qa'], ['qa', 'platform'], ['platform', 'also'], ['also', 'give'], ['give', 'recommendation'], ['recommendation', 'responses'], ['responses', 'user'], ['user', 'question'], ['question', 'build'], ['build', 'chain'], ['chain', 'relevant'], ['relevant', 'answer'], ['answer', 'this'], ['this', 'intelligence'], ['intelligence', 'build'], ['build', 'pipeline'], ['pipeline', 'questions'], ['questions', 'per'], ['per', 'user'], ['user', 'requirement'], ['requirement', 'asks'], ['asks', 'relevant'], ['relevant', 'recommended'], ['recommended', 'questions'], ['questions', 'tools'], ['tools', 'technologies'], ['technologies', 'python'], ['python', 'natural'], ['natural', 'language'], ['language', 'processing'], ['processing', 'nltk'], ['nltk', 'spacy'], ['spacy', 'topic'], ['topic', 'modelling'], ['modelling', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'word'], ['word', 'embedding'], ['embedding', 'scikit'], ['scikit', 'learn'], ['learn', 'javascript'], ['javascript', 'jquery'], ['jquery', 'sqlserver'], ['sqlserver', 'information'], ['information', 'governance'], ['governance', 'organizations'], ['organizations', 'make'], ['make', 'informed'], ['informed', 'decisions'], ['decisions', 'information'], ['information', 'store'], ['store', 'the'], ['the', 'integrated'], ['integrated', 'information'], ['information', 'governance'], ['governance', 'portfolio'], ['portfolio', 'synthesizes'], ['synthesizes', 'intelligence'], ['intelligence', 'across'], ['across', 'unstructured'], ['unstructured', 'data'], ['data', 'sources'], ['sources', 'facilitates'], ['facilitates', 'action'], ['action', 'ensure'], ['ensure', 'organizations'], ['organizations', 'best'], ['best', 'positioned'], ['positioned', 'counter'], ['counter', 'information'], ['information', 'risk'], ['risk', 'scan'], ['scan', 'data'], ['data', 'multiple'], ['multiple', 'sources'], ['sources', 'formats'], ['formats', 'parse'], ['parse', 'different'], ['different', 'file'], ['file', 'formats'], ['formats', 'extract'], ['extract', 'meta'], ['meta', 'data'], ['data', 'information'], ['information', 'push'], ['push', 'results'], ['results', 'indexing'], ['indexing', 'elastic'], ['elastic', 'search'], ['search', 'created'], ['created', 'customized'], ['customized', 'interactive'], ['interactive', 'dashboards'], ['dashboards', 'using'], ['using', 'kibana'], ['kibana', 'preforming'], ['preforming', 'rot'], ['rot', 'analysis'], ['analysis', 'data'], ['data', 'give'], ['give', 'information'], ['information', 'data'], ['data', 'helps'], ['helps', 'identify'], ['identify', 'content'], ['content', 'either'], ['either', 'redundant'], ['redundant', 'outdated'], ['outdated', 'trivial'], ['trivial', 'preforming'], ['preforming', 'full'], ['full', 'text'], ['text', 'search'], ['search', 'analysis'], ['analysis', 'elastic'], ['elastic', 'search'], ['search', 'predefined'], ['predefined', 'methods'], ['methods', 'tag'], ['tag', 'pii'], ['pii', 'personally'], ['personally', 'identifiable'], ['identifiable', 'information'], ['information', 'social'], ['social', 'security'], ['security', 'numbers'], ['numbers', 'addresses'], ['addresses', 'names'], ['names', 'etc'], ['etc', 'frequently'], ['frequently', 'targeted'], ['targeted', 'cyber'], ['cyber', 'attacks'], ['attacks', 'tools'], ['tools', 'technologies'], ['technologies', 'python'], ['python', 'flask'], ['flask', 'elastic'], ['elastic', 'search'], ['search', 'kibana'], ['kibana', 'fraud'], ['fraud', 'analytic'], ['analytic', 'platform'], ['platform', 'fraud'], ['fraud', 'analytics'], ['analytics', 'investigative'], ['investigative', 'platform'], ['platform', 'review'], ['review', 'red'], ['red', 'flag'], ['flag', 'cases'], ['cases', 'fap'], ['fap', 'fraud'], ['fraud', 'analytics'], ['analytics', 'investigative'], ['investigative', 'platform'], ['platform', 'inbuilt'], ['inbuilt', 'case'], ['case', 'manager'], ['manager', 'suite'], ['suite', 'analytics'], ['analytics', 'various'], ['various', 'erp'], ['erp', 'systems'], ['systems', 'it'], ['it', 'used'], ['used', 'clients'], ...], [['education'], ['details'], ['may'], ['2013'], ['may'], ['2017'], ['b'], ['e'], ['uit'], ['rgpv'], ['data'], ['scientist'], ['data'], ['scientist'], ['matelabs'], ['skill'], ['details'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['statsmodels'], ['exprience'], ['12'], ['months'], ['aws'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['machine'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sklearn'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['scipy'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['keras'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['matelabs'], ['description'], ['ml'], ['platform'], ['business'], ['professionals'], ['dummies'], ['enthusiasts'], ['60'], ['a'], ['koramangala'], ['5th'], ['block'], ['achievements'], ['tasks'], ['behind'], ['sukh'], ['sagar'], ['bengaluru'], ['india'], ['developed'], ['deployed'], ['auto'], ['preprocessing'], ['steps'], ['machine'], ['learning'], ['mainly'], ['missing'], ['value'], ['treatment'], ['outlier'], ['detection'], ['encoding'], ['scaling'], ['feature'], ['selection'], ['dimensionality'], ['reduction'], ['deployed'], ['automated'], ['classification'], ['regression'], ['model'], ['linkedin'], ['com'], ['aditya'], ['rathore'], ['b4600b146'], ['reasearch'], ['deployed'], ['time'], ['series'], ['forecasting'], ['model'], ['arima'], ['sarimax'], ['holt'], ['winter'], ['prophet'], ['worked'], ['meta'], ['feature'], ['extracting'], ['problem'], ['github'], ['com'], ['rathorology'], ['implemented'], ['state'], ['art'], ['research'], ['paper'], ['outlier'], ['detection'], ['mixed'], ['attributes'], ['company'], ['matelabs'], ['description'], ['education', 'details'], ['details', 'may'], ['may', '2013'], ['2013', 'may'], ['may', '2017'], ['2017', 'b'], ['b', 'e'], ['e', 'uit'], ['uit', 'rgpv'], ['rgpv', 'data'], ['data', 'scientist'], ['scientist', 'data'], ['data', 'scientist'], ['scientist', 'matelabs'], ['matelabs', 'skill'], ['skill', 'details'], ['details', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'statsmodels'], ['statsmodels', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'aws'], ['aws', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sklearn'], ['sklearn', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'scipy'], ['scipy', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'keras'], ['keras', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'matelabs'], ['matelabs', 'description'], ['description', 'ml'], ['ml', 'platform'], ['platform', 'business'], ['business', 'professionals'], ['professionals', 'dummies'], ['dummies', 'enthusiasts'], ['enthusiasts', '60'], ['60', 'a'], ['a', 'koramangala'], ['koramangala', '5th'], ['5th', 'block'], ['block', 'achievements'], ['achievements', 'tasks'], ['tasks', 'behind'], ['behind', 'sukh'], ['sukh', 'sagar'], ['sagar', 'bengaluru'], ['bengaluru', 'india'], ['india', 'developed'], ['developed', 'deployed'], ['deployed', 'auto'], ['auto', 'preprocessing'], ['preprocessing', 'steps'], ['steps', 'machine'], ['machine', 'learning'], ['learning', 'mainly'], ['mainly', 'missing'], ['missing', 'value'], ['value', 'treatment'], ['treatment', 'outlier'], ['outlier', 'detection'], ['detection', 'encoding'], ['encoding', 'scaling'], ['scaling', 'feature'], ['feature', 'selection'], ['selection', 'dimensionality'], ['dimensionality', 'reduction'], ['reduction', 'deployed'], ['deployed', 'automated'], ['automated', 'classification'], ['classification', 'regression'], ['regression', 'model'], ['model', 'linkedin'], ['linkedin', 'com'], ['com', 'aditya'], ['aditya', 'rathore'], ['rathore', 'b4600b146'], ['b4600b146', 'reasearch'], ['reasearch', 'deployed'], ['deployed', 'time'], ['time', 'series'], ['series', 'forecasting'], ['forecasting', 'model'], ['model', 'arima'], ['arima', 'sarimax'], ['sarimax', 'holt'], ['holt', 'winter'], ['winter', 'prophet'], ['prophet', 'worked'], ['worked', 'meta'], ['meta', 'feature'], ['feature', 'extracting'], ['extracting', 'problem'], ['problem', 'github'], ['github', 'com'], ['com', 'rathorology'], ['rathorology', 'implemented'], ['implemented', 'state'], ['state', 'art'], ['art', 'research'], ['research', 'paper'], ['paper', 'outlier'], ['outlier', 'detection'], ['detection', 'mixed'], ['mixed', 'attributes'], ['attributes', 'company'], ['company', 'matelabs'], ['matelabs', 'description'], ['education', 'details', 'may'], ['details', 'may', '2013'], ['may', '2013', 'may'], ['2013', 'may', '2017'], ['may', '2017', 'b'], ['2017', 'b', 'e'], ['b', 'e', 'uit'], ['e', 'uit', 'rgpv'], ['uit', 'rgpv', 'data'], ['rgpv', 'data', 'scientist'], ['data', 'scientist', 'data'], ['scientist', 'data', 'scientist'], ['data', 'scientist', 'matelabs'], ['scientist', 'matelabs', 'skill'], ['matelabs', 'skill', 'details'], ['skill', 'details', 'python'], ['details', 'python', 'exprience'], ['python', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'statsmodels'], ['months', 'statsmodels', 'exprience'], ['statsmodels', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'aws'], ['months', 'aws', 'exprience'], ['aws', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'machine'], ['months', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'sklearn'], ['months', 'sklearn', 'exprience'], ['sklearn', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'scipy'], ['months', 'scipy', 'exprience'], ['scipy', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'keras'], ['months', 'keras', 'exprience'], ['keras', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'matelabs'], ['company', 'matelabs', 'description'], ['matelabs', 'description', 'ml'], ['description', 'ml', 'platform'], ['ml', 'platform', 'business'], ['platform', 'business', 'professionals'], ['business', 'professionals', 'dummies'], ['professionals', 'dummies', 'enthusiasts'], ['dummies', 'enthusiasts', '60'], ['enthusiasts', '60', 'a'], ['60', 'a', 'koramangala'], ['a', 'koramangala', '5th'], ['koramangala', '5th', 'block'], ['5th', 'block', 'achievements'], ['block', 'achievements', 'tasks'], ['achievements', 'tasks', 'behind'], ['tasks', 'behind', 'sukh'], ['behind', 'sukh', 'sagar'], ['sukh', 'sagar', 'bengaluru'], ['sagar', 'bengaluru', 'india'], ['bengaluru', 'india', 'developed'], ['india', 'developed', 'deployed'], ['developed', 'deployed', 'auto'], ['deployed', 'auto', 'preprocessing'], ['auto', 'preprocessing', 'steps'], ['preprocessing', 'steps', 'machine'], ['steps', 'machine', 'learning'], ['machine', 'learning', 'mainly'], ['learning', 'mainly', 'missing'], ['mainly', 'missing', 'value'], ['missing', 'value', 'treatment'], ['value', 'treatment', 'outlier'], ['treatment', 'outlier', 'detection'], ['outlier', 'detection', 'encoding'], ['detection', 'encoding', 'scaling'], ['encoding', 'scaling', 'feature'], ['scaling', 'feature', 'selection'], ['feature', 'selection', 'dimensionality'], ['selection', 'dimensionality', 'reduction'], ['dimensionality', 'reduction', 'deployed'], ['reduction', 'deployed', 'automated'], ['deployed', 'automated', 'classification'], ['automated', 'classification', 'regression'], ['classification', 'regression', 'model'], ['regression', 'model', 'linkedin'], ['model', 'linkedin', 'com'], ['linkedin', 'com', 'aditya'], ['com', 'aditya', 'rathore'], ['aditya', 'rathore', 'b4600b146'], ['rathore', 'b4600b146', 'reasearch'], ['b4600b146', 'reasearch', 'deployed'], ['reasearch', 'deployed', 'time'], ['deployed', 'time', 'series'], ['time', 'series', 'forecasting'], ['series', 'forecasting', 'model'], ['forecasting', 'model', 'arima'], ['model', 'arima', 'sarimax'], ['arima', 'sarimax', 'holt'], ['sarimax', 'holt', 'winter'], ['holt', 'winter', 'prophet'], ['winter', 'prophet', 'worked'], ['prophet', 'worked', 'meta'], ['worked', 'meta', 'feature'], ['meta', 'feature', 'extracting'], ['feature', 'extracting', 'problem'], ['extracting', 'problem', 'github'], ['problem', 'github', 'com'], ['github', 'com', 'rathorology'], ['com', 'rathorology', 'implemented'], ['rathorology', 'implemented', 'state'], ['implemented', 'state', 'art'], ['state', 'art', 'research'], ['art', 'research', 'paper'], ['research', 'paper', 'outlier'], ['paper', 'outlier', 'detection'], ['outlier', 'detection', 'mixed'], ['detection', 'mixed', 'attributes'], ['mixed', 'attributes', 'company'], ['attributes', 'company', 'matelabs'], ['company', 'matelabs', 'description'], ['education', 'details', 'may', '2013'], ['details', 'may', '2013', 'may'], ['may', '2013', 'may', '2017'], ['2013', 'may', '2017', 'b'], ['may', '2017', 'b', 'e'], ['2017', 'b', 'e', 'uit'], ['b', 'e', 'uit', 'rgpv'], ['e', 'uit', 'rgpv', 'data'], ['uit', 'rgpv', 'data', 'scientist'], ['rgpv', 'data', 'scientist', 'data'], ['data', 'scientist', 'data', 'scientist'], ['scientist', 'data', 'scientist', 'matelabs'], ['data', 'scientist', 'matelabs', 'skill'], ['scientist', 'matelabs', 'skill', 'details'], ['matelabs', 'skill', 'details', 'python'], ['skill', 'details', 'python', 'exprience'], ['details', 'python', 'exprience', 'less'], ['python', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'statsmodels'], ['year', 'months', 'statsmodels', 'exprience'], ['months', 'statsmodels', 'exprience', '12'], ['statsmodels', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'aws'], ['12', 'months', 'aws', 'exprience'], ['months', 'aws', 'exprience', 'less'], ['aws', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'machine'], ['year', 'months', 'machine', 'learning'], ['months', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', 'less'], ['learning', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'sklearn'], ['year', 'months', 'sklearn', 'exprience'], ['months', 'sklearn', 'exprience', 'less'], ['sklearn', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'scipy'], ['year', 'months', 'scipy', 'exprience'], ['months', 'scipy', 'exprience', 'less'], ['scipy', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'keras'], ['year', 'months', 'keras', 'exprience'], ['months', 'keras', 'exprience', 'less'], ['keras', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'matelabs'], ['details', 'company', 'matelabs', 'description'], ['company', 'matelabs', 'description', 'ml'], ['matelabs', 'description', 'ml', 'platform'], ['description', 'ml', 'platform', 'business'], ['ml', 'platform', 'business', 'professionals'], ['platform', 'business', 'professionals', 'dummies'], ['business', 'professionals', 'dummies', 'enthusiasts'], ['professionals', 'dummies', 'enthusiasts', '60'], ['dummies', 'enthusiasts', '60', 'a'], ['enthusiasts', '60', 'a', 'koramangala'], ['60', 'a', 'koramangala', '5th'], ['a', 'koramangala', '5th', 'block'], ['koramangala', '5th', 'block', 'achievements'], ['5th', 'block', 'achievements', 'tasks'], ['block', 'achievements', 'tasks', 'behind'], ['achievements', 'tasks', 'behind', 'sukh'], ['tasks', 'behind', 'sukh', 'sagar'], ['behind', 'sukh', 'sagar', 'bengaluru'], ['sukh', 'sagar', 'bengaluru', 'india'], ['sagar', 'bengaluru', 'india', 'developed'], ['bengaluru', 'india', 'developed', 'deployed'], ['india', 'developed', 'deployed', 'auto'], ['developed', 'deployed', 'auto', 'preprocessing'], ['deployed', 'auto', 'preprocessing', 'steps'], ['auto', 'preprocessing', 'steps', 'machine'], ['preprocessing', 'steps', 'machine', 'learning'], ['steps', 'machine', 'learning', 'mainly'], ['machine', 'learning', 'mainly', 'missing'], ['learning', 'mainly', 'missing', 'value'], ['mainly', 'missing', 'value', 'treatment'], ['missing', 'value', 'treatment', 'outlier'], ['value', 'treatment', 'outlier', 'detection'], ['treatment', 'outlier', 'detection', 'encoding'], ['outlier', 'detection', 'encoding', 'scaling'], ['detection', 'encoding', 'scaling', 'feature'], ['encoding', 'scaling', 'feature', 'selection'], ['scaling', 'feature', 'selection', 'dimensionality'], ['feature', 'selection', 'dimensionality', 'reduction'], ['selection', 'dimensionality', 'reduction', 'deployed'], ['dimensionality', 'reduction', 'deployed', 'automated'], ['reduction', 'deployed', 'automated', 'classification'], ['deployed', 'automated', 'classification', 'regression'], ['automated', 'classification', 'regression', 'model'], ['classification', 'regression', 'model', 'linkedin'], ['regression', 'model', 'linkedin', 'com'], ['model', 'linkedin', 'com', 'aditya'], ['linkedin', 'com', 'aditya', 'rathore'], ['com', 'aditya', 'rathore', 'b4600b146'], ['aditya', 'rathore', 'b4600b146', 'reasearch'], ['rathore', 'b4600b146', 'reasearch', 'deployed'], ['b4600b146', 'reasearch', 'deployed', 'time'], ['reasearch', 'deployed', 'time', 'series'], ['deployed', 'time', 'series', 'forecasting'], ['time', 'series', 'forecasting', 'model'], ['series', 'forecasting', 'model', 'arima'], ['forecasting', 'model', 'arima', 'sarimax'], ['model', 'arima', 'sarimax', 'holt'], ['arima', 'sarimax', 'holt', 'winter'], ['sarimax', 'holt', 'winter', 'prophet'], ['holt', 'winter', 'prophet', 'worked'], ['winter', 'prophet', 'worked', 'meta'], ['prophet', 'worked', 'meta', 'feature'], ['worked', 'meta', 'feature', 'extracting'], ['meta', 'feature', 'extracting', 'problem'], ['feature', 'extracting', 'problem', 'github'], ['extracting', 'problem', 'github', 'com'], ['problem', 'github', 'com', 'rathorology'], ['github', 'com', 'rathorology', 'implemented'], ['com', 'rathorology', 'implemented', 'state'], ['rathorology', 'implemented', 'state', 'art'], ['implemented', 'state', 'art', 'research'], ['state', 'art', 'research', 'paper'], ['art', 'research', 'paper', 'outlier'], ['research', 'paper', 'outlier', 'detection'], ['paper', 'outlier', 'detection', 'mixed'], ['outlier', 'detection', 'mixed', 'attributes'], ['detection', 'mixed', 'attributes', 'company'], ['mixed', 'attributes', 'company', 'matelabs'], ['attributes', 'company', 'matelabs', 'description'], ['education', 'details', 'may', '2013', 'may'], ['details', 'may', '2013', 'may', '2017'], ['may', '2013', 'may', '2017', 'b'], ['2013', 'may', '2017', 'b', 'e'], ['may', '2017', 'b', 'e', 'uit'], ['2017', 'b', 'e', 'uit', 'rgpv'], ['b', 'e', 'uit', 'rgpv', 'data'], ['e', 'uit', 'rgpv', 'data', 'scientist'], ['uit', 'rgpv', 'data', 'scientist', 'data'], ['rgpv', 'data', 'scientist', 'data', 'scientist'], ['data', 'scientist', 'data', 'scientist', 'matelabs'], ['scientist', 'data', 'scientist', 'matelabs', 'skill'], ['data', 'scientist', 'matelabs', 'skill', 'details'], ['scientist', 'matelabs', 'skill', 'details', 'python'], ['matelabs', 'skill', 'details', 'python', 'exprience'], ['skill', 'details', 'python', 'exprience', 'less'], ['details', 'python', 'exprience', 'less', '1'], ['python', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'statsmodels'], ['1', 'year', 'months', 'statsmodels', 'exprience'], ['year', 'months', 'statsmodels', 'exprience', '12'], ['months', 'statsmodels', 'exprience', '12', 'months'], ['statsmodels', 'exprience', '12', 'months', 'aws'], ['exprience', '12', 'months', 'aws', 'exprience'], ['12', 'months', 'aws', 'exprience', 'less'], ['months', 'aws', 'exprience', 'less', '1'], ['aws', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'machine'], ['1', 'year', 'months', 'machine', 'learning'], ['year', 'months', 'machine', 'learning', 'exprience'], ['months', 'machine', 'learning', 'exprience', 'less'], ['machine', 'learning', 'exprience', 'less', '1'], ['learning', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'sklearn'], ['1', 'year', 'months', 'sklearn', 'exprience'], ['year', 'months', 'sklearn', 'exprience', 'less'], ['months', 'sklearn', 'exprience', 'less', '1'], ['sklearn', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'scipy'], ['1', 'year', 'months', 'scipy', 'exprience'], ['year', 'months', 'scipy', 'exprience', 'less'], ['months', 'scipy', 'exprience', 'less', '1'], ['scipy', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'keras'], ['1', 'year', 'months', 'keras', 'exprience'], ['year', 'months', 'keras', 'exprience', 'less'], ['months', 'keras', 'exprience', 'less', '1'], ['keras', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'matelabs'], ['monthscompany', 'details', 'company', 'matelabs', 'description'], ['details', 'company', 'matelabs', 'description', 'ml'], ['company', 'matelabs', 'description', 'ml', 'platform'], ['matelabs', 'description', 'ml', 'platform', 'business'], ['description', 'ml', 'platform', 'business', 'professionals'], ['ml', 'platform', 'business', 'professionals', 'dummies'], ['platform', 'business', 'professionals', 'dummies', 'enthusiasts'], ['business', 'professionals', 'dummies', 'enthusiasts', '60'], ['professionals', 'dummies', 'enthusiasts', '60', 'a'], ['dummies', 'enthusiasts', '60', 'a', 'koramangala'], ['enthusiasts', '60', 'a', 'koramangala', '5th'], ['60', 'a', 'koramangala', '5th', 'block'], ['a', 'koramangala', '5th', 'block', 'achievements'], ['koramangala', '5th', 'block', 'achievements', 'tasks'], ['5th', 'block', 'achievements', 'tasks', 'behind'], ['block', 'achievements', 'tasks', 'behind', 'sukh'], ['achievements', 'tasks', 'behind', 'sukh', 'sagar'], ['tasks', 'behind', 'sukh', 'sagar', 'bengaluru'], ['behind', 'sukh', 'sagar', 'bengaluru', 'india'], ['sukh', 'sagar', 'bengaluru', 'india', 'developed'], ['sagar', 'bengaluru', 'india', 'developed', 'deployed'], ['bengaluru', 'india', 'developed', 'deployed', 'auto'], ['india', 'developed', 'deployed', 'auto', 'preprocessing'], ['developed', 'deployed', 'auto', 'preprocessing', 'steps'], ['deployed', 'auto', 'preprocessing', 'steps', 'machine'], ['auto', 'preprocessing', 'steps', 'machine', 'learning'], ['preprocessing', 'steps', 'machine', 'learning', 'mainly'], ['steps', 'machine', 'learning', 'mainly', 'missing'], ['machine', 'learning', 'mainly', 'missing', 'value'], ['learning', 'mainly', 'missing', 'value', 'treatment'], ['mainly', 'missing', 'value', 'treatment', 'outlier'], ['missing', 'value', 'treatment', 'outlier', 'detection'], ['value', 'treatment', 'outlier', 'detection', 'encoding'], ['treatment', 'outlier', 'detection', 'encoding', 'scaling'], ['outlier', 'detection', 'encoding', 'scaling', 'feature'], ['detection', 'encoding', 'scaling', 'feature', 'selection'], ['encoding', 'scaling', 'feature', 'selection', 'dimensionality'], ['scaling', 'feature', 'selection', 'dimensionality', 'reduction'], ['feature', 'selection', 'dimensionality', 'reduction', 'deployed'], ['selection', 'dimensionality', 'reduction', 'deployed', 'automated'], ['dimensionality', 'reduction', 'deployed', 'automated', 'classification'], ['reduction', 'deployed', 'automated', 'classification', 'regression'], ['deployed', 'automated', 'classification', 'regression', 'model'], ['automated', 'classification', 'regression', 'model', 'linkedin'], ['classification', 'regression', 'model', 'linkedin', 'com'], ['regression', 'model', 'linkedin', 'com', 'aditya'], ['model', 'linkedin', 'com', 'aditya', 'rathore'], ['linkedin', 'com', 'aditya', 'rathore', 'b4600b146'], ['com', 'aditya', 'rathore', 'b4600b146', 'reasearch'], ['aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed'], ['rathore', 'b4600b146', 'reasearch', 'deployed', 'time'], ['b4600b146', 'reasearch', 'deployed', 'time', 'series'], ['reasearch', 'deployed', 'time', 'series', 'forecasting'], ['deployed', 'time', 'series', 'forecasting', 'model'], ['time', 'series', 'forecasting', 'model', 'arima'], ['series', 'forecasting', 'model', 'arima', 'sarimax'], ['forecasting', 'model', 'arima', 'sarimax', 'holt'], ['model', 'arima', 'sarimax', 'holt', 'winter'], ['arima', 'sarimax', 'holt', 'winter', 'prophet'], ['sarimax', 'holt', 'winter', 'prophet', 'worked'], ['holt', 'winter', 'prophet', 'worked', 'meta'], ['winter', 'prophet', 'worked', 'meta', 'feature'], ['prophet', 'worked', 'meta', 'feature', 'extracting'], ['worked', 'meta', 'feature', 'extracting', 'problem'], ['meta', 'feature', 'extracting', 'problem', 'github'], ['feature', 'extracting', 'problem', 'github', 'com'], ['extracting', 'problem', 'github', 'com', 'rathorology'], ['problem', 'github', 'com', 'rathorology', 'implemented'], ['github', 'com', 'rathorology', 'implemented', 'state'], ['com', 'rathorology', 'implemented', 'state', 'art'], ['rathorology', 'implemented', 'state', 'art', 'research'], ['implemented', 'state', 'art', 'research', 'paper'], ['state', 'art', 'research', 'paper', 'outlier'], ['art', 'research', 'paper', 'outlier', 'detection'], ['research', 'paper', 'outlier', 'detection', 'mixed'], ['paper', 'outlier', 'detection', 'mixed', 'attributes'], ['outlier', 'detection', 'mixed', 'attributes', 'company'], ['detection', 'mixed', 'attributes', 'company', 'matelabs'], ['mixed', 'attributes', 'company', 'matelabs', 'description'], ['education', 'details', 'may', '2013', 'may', '2017'], ['details', 'may', '2013', 'may', '2017', 'b'], ['may', '2013', 'may', '2017', 'b', 'e'], ['2013', 'may', '2017', 'b', 'e', 'uit'], ['may', '2017', 'b', 'e', 'uit', 'rgpv'], ['2017', 'b', 'e', 'uit', 'rgpv', 'data'], ['b', 'e', 'uit', 'rgpv', 'data', 'scientist'], ['e', 'uit', 'rgpv', 'data', 'scientist', 'data'], ['uit', 'rgpv', 'data', 'scientist', 'data', 'scientist'], ['rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs'], ['data', 'scientist', 'data', 'scientist', 'matelabs', 'skill'], ['scientist', 'data', 'scientist', 'matelabs', 'skill', 'details'], ['data', 'scientist', 'matelabs', 'skill', 'details', 'python'], ['scientist', 'matelabs', 'skill', 'details', 'python', 'exprience'], ['matelabs', 'skill', 'details', 'python', 'exprience', 'less'], ['skill', 'details', 'python', 'exprience', 'less', '1'], ['details', 'python', 'exprience', 'less', '1', 'year'], ['python', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'statsmodels'], ['less', '1', 'year', 'months', 'statsmodels', 'exprience'], ['1', 'year', 'months', 'statsmodels', 'exprience', '12'], ['year', 'months', 'statsmodels', 'exprience', '12', 'months'], ['months', 'statsmodels', 'exprience', '12', 'months', 'aws'], ['statsmodels', 'exprience', '12', 'months', 'aws', 'exprience'], ['exprience', '12', 'months', 'aws', 'exprience', 'less'], ['12', 'months', 'aws', 'exprience', 'less', '1'], ['months', 'aws', 'exprience', 'less', '1', 'year'], ['aws', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'machine'], ['less', '1', 'year', 'months', 'machine', 'learning'], ['1', 'year', 'months', 'machine', 'learning', 'exprience'], ['year', 'months', 'machine', 'learning', 'exprience', 'less'], ['months', 'machine', 'learning', 'exprience', 'less', '1'], ['machine', 'learning', 'exprience', 'less', '1', 'year'], ['learning', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'sklearn'], ['less', '1', 'year', 'months', 'sklearn', 'exprience'], ['1', 'year', 'months', 'sklearn', 'exprience', 'less'], ['year', 'months', 'sklearn', 'exprience', 'less', '1'], ['months', 'sklearn', 'exprience', 'less', '1', 'year'], ['sklearn', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'scipy'], ['less', '1', 'year', 'months', 'scipy', 'exprience'], ['1', 'year', 'months', 'scipy', 'exprience', 'less'], ['year', 'months', 'scipy', 'exprience', 'less', '1'], ['months', 'scipy', 'exprience', 'less', '1', 'year'], ['scipy', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'keras'], ['less', '1', 'year', 'months', 'keras', 'exprience'], ['1', 'year', 'months', 'keras', 'exprience', 'less'], ['year', 'months', 'keras', 'exprience', 'less', '1'], ['months', 'keras', 'exprience', 'less', '1', 'year'], ['keras', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'matelabs'], ['year', 'monthscompany', 'details', 'company', 'matelabs', 'description'], ['monthscompany', 'details', 'company', 'matelabs', 'description', 'ml'], ['details', 'company', 'matelabs', 'description', 'ml', 'platform'], ['company', 'matelabs', 'description', 'ml', 'platform', 'business'], ['matelabs', 'description', 'ml', 'platform', 'business', 'professionals'], ['description', 'ml', 'platform', 'business', 'professionals', 'dummies'], ['ml', 'platform', 'business', 'professionals', 'dummies', 'enthusiasts'], ['platform', 'business', 'professionals', 'dummies', 'enthusiasts', '60'], ['business', 'professionals', 'dummies', 'enthusiasts', '60', 'a'], ['professionals', 'dummies', 'enthusiasts', '60', 'a', 'koramangala'], ['dummies', 'enthusiasts', '60', 'a', 'koramangala', '5th'], ['enthusiasts', '60', 'a', 'koramangala', '5th', 'block'], ['60', 'a', 'koramangala', '5th', 'block', 'achievements'], ['a', 'koramangala', '5th', 'block', 'achievements', 'tasks'], ['koramangala', '5th', 'block', 'achievements', 'tasks', 'behind'], ['5th', 'block', 'achievements', 'tasks', 'behind', 'sukh'], ['block', 'achievements', 'tasks', 'behind', 'sukh', 'sagar'], ['achievements', 'tasks', 'behind', 'sukh', 'sagar', 'bengaluru'], ['tasks', 'behind', 'sukh', 'sagar', 'bengaluru', 'india'], ['behind', 'sukh', 'sagar', 'bengaluru', 'india', 'developed'], ['sukh', 'sagar', 'bengaluru', 'india', 'developed', 'deployed'], ['sagar', 'bengaluru', 'india', 'developed', 'deployed', 'auto'], ['bengaluru', 'india', 'developed', 'deployed', 'auto', 'preprocessing'], ['india', 'developed', 'deployed', 'auto', 'preprocessing', 'steps'], ['developed', 'deployed', 'auto', 'preprocessing', 'steps', 'machine'], ['deployed', 'auto', 'preprocessing', 'steps', 'machine', 'learning'], ['auto', 'preprocessing', 'steps', 'machine', 'learning', 'mainly'], ['preprocessing', 'steps', 'machine', 'learning', 'mainly', 'missing'], ['steps', 'machine', 'learning', 'mainly', 'missing', 'value'], ['machine', 'learning', 'mainly', 'missing', 'value', 'treatment'], ['learning', 'mainly', 'missing', 'value', 'treatment', 'outlier'], ['mainly', 'missing', 'value', 'treatment', 'outlier', 'detection'], ['missing', 'value', 'treatment', 'outlier', 'detection', 'encoding'], ['value', 'treatment', 'outlier', 'detection', 'encoding', 'scaling'], ['treatment', 'outlier', 'detection', 'encoding', 'scaling', 'feature'], ['outlier', 'detection', 'encoding', 'scaling', 'feature', 'selection'], ['detection', 'encoding', 'scaling', 'feature', 'selection', 'dimensionality'], ['encoding', 'scaling', 'feature', 'selection', 'dimensionality', 'reduction'], ['scaling', 'feature', 'selection', 'dimensionality', 'reduction', 'deployed'], ['feature', 'selection', 'dimensionality', 'reduction', 'deployed', 'automated'], ['selection', 'dimensionality', 'reduction', 'deployed', 'automated', 'classification'], ['dimensionality', 'reduction', 'deployed', 'automated', 'classification', 'regression'], ['reduction', 'deployed', 'automated', 'classification', 'regression', 'model'], ['deployed', 'automated', 'classification', 'regression', 'model', 'linkedin'], ['automated', 'classification', 'regression', 'model', 'linkedin', 'com'], ['classification', 'regression', 'model', 'linkedin', 'com', 'aditya'], ['regression', 'model', 'linkedin', 'com', 'aditya', 'rathore'], ['model', 'linkedin', 'com', 'aditya', 'rathore', 'b4600b146'], ['linkedin', 'com', 'aditya', 'rathore', 'b4600b146', 'reasearch'], ['com', 'aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed'], ['aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed', 'time'], ['rathore', 'b4600b146', 'reasearch', 'deployed', 'time', 'series'], ['b4600b146', 'reasearch', 'deployed', 'time', 'series', 'forecasting'], ['reasearch', 'deployed', 'time', 'series', 'forecasting', 'model'], ['deployed', 'time', 'series', 'forecasting', 'model', 'arima'], ['time', 'series', 'forecasting', 'model', 'arima', 'sarimax'], ['series', 'forecasting', 'model', 'arima', 'sarimax', 'holt'], ['forecasting', 'model', 'arima', 'sarimax', 'holt', 'winter'], ['model', 'arima', 'sarimax', 'holt', 'winter', 'prophet'], ['arima', 'sarimax', 'holt', 'winter', 'prophet', 'worked'], ['sarimax', 'holt', 'winter', 'prophet', 'worked', 'meta'], ['holt', 'winter', 'prophet', 'worked', 'meta', 'feature'], ['winter', 'prophet', 'worked', 'meta', 'feature', 'extracting'], ['prophet', 'worked', 'meta', 'feature', 'extracting', 'problem'], ['worked', 'meta', 'feature', 'extracting', 'problem', 'github'], ['meta', 'feature', 'extracting', 'problem', 'github', 'com'], ['feature', 'extracting', 'problem', 'github', 'com', 'rathorology'], ['extracting', 'problem', 'github', 'com', 'rathorology', 'implemented'], ['problem', 'github', 'com', 'rathorology', 'implemented', 'state'], ['github', 'com', 'rathorology', 'implemented', 'state', 'art'], ['com', 'rathorology', 'implemented', 'state', 'art', 'research'], ['rathorology', 'implemented', 'state', 'art', 'research', 'paper'], ['implemented', 'state', 'art', 'research', 'paper', 'outlier'], ['state', 'art', 'research', 'paper', 'outlier', 'detection'], ['art', 'research', 'paper', 'outlier', 'detection', 'mixed'], ['research', 'paper', 'outlier', 'detection', 'mixed', 'attributes'], ['paper', 'outlier', 'detection', 'mixed', 'attributes', 'company'], ['outlier', 'detection', 'mixed', 'attributes', 'company', 'matelabs'], ['detection', 'mixed', 'attributes', 'company', 'matelabs', 'description'], ['education', 'details', 'may', '2013', 'may', '2017', 'b'], ['details', 'may', '2013', 'may', '2017', 'b', 'e'], ['may', '2013', 'may', '2017', 'b', 'e', 'uit'], ['2013', 'may', '2017', 'b', 'e', 'uit', 'rgpv'], ['may', '2017', 'b', 'e', 'uit', 'rgpv', 'data'], ['2017', 'b', 'e', 'uit', 'rgpv', 'data', 'scientist'], ['b', 'e', 'uit', 'rgpv', 'data', 'scientist', 'data'], ['e', 'uit', 'rgpv', 'data', 'scientist', 'data', 'scientist'], ['uit', 'rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs'], ['rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs', 'skill'], ['data', 'scientist', 'data', 'scientist', 'matelabs', 'skill', 'details'], ['scientist', 'data', 'scientist', 'matelabs', 'skill', 'details', 'python'], ['data', 'scientist', 'matelabs', 'skill', 'details', 'python', 'exprience'], ['scientist', 'matelabs', 'skill', 'details', 'python', 'exprience', 'less'], ['matelabs', 'skill', 'details', 'python', 'exprience', 'less', '1'], ['skill', 'details', 'python', 'exprience', 'less', '1', 'year'], ['details', 'python', 'exprience', 'less', '1', 'year', 'months'], ['python', 'exprience', 'less', '1', 'year', 'months', 'statsmodels'], ['exprience', 'less', '1', 'year', 'months', 'statsmodels', 'exprience'], ['less', '1', 'year', 'months', 'statsmodels', 'exprience', '12'], ['1', 'year', 'months', 'statsmodels', 'exprience', '12', 'months'], ['year', 'months', 'statsmodels', 'exprience', '12', 'months', 'aws'], ['months', 'statsmodels', 'exprience', '12', 'months', 'aws', 'exprience'], ['statsmodels', 'exprience', '12', 'months', 'aws', 'exprience', 'less'], ['exprience', '12', 'months', 'aws', 'exprience', 'less', '1'], ['12', 'months', 'aws', 'exprience', 'less', '1', 'year'], ['months', 'aws', 'exprience', 'less', '1', 'year', 'months'], ['aws', 'exprience', 'less', '1', 'year', 'months', 'machine'], ['exprience', 'less', '1', 'year', 'months', 'machine', 'learning'], ['less', '1', 'year', 'months', 'machine', 'learning', 'exprience'], ['1', 'year', 'months', 'machine', 'learning', 'exprience', 'less'], ['year', 'months', 'machine', 'learning', 'exprience', 'less', '1'], ['months', 'machine', 'learning', 'exprience', 'less', '1', 'year'], ['machine', 'learning', 'exprience', 'less', '1', 'year', 'months'], ['learning', 'exprience', 'less', '1', 'year', 'months', 'sklearn'], ['exprience', 'less', '1', 'year', 'months', 'sklearn', 'exprience'], ['less', '1', 'year', 'months', 'sklearn', 'exprience', 'less'], ['1', 'year', 'months', 'sklearn', 'exprience', 'less', '1'], ['year', 'months', 'sklearn', 'exprience', 'less', '1', 'year'], ['months', 'sklearn', 'exprience', 'less', '1', 'year', 'months'], ['sklearn', 'exprience', 'less', '1', 'year', 'months', 'scipy'], ['exprience', 'less', '1', 'year', 'months', 'scipy', 'exprience'], ['less', '1', 'year', 'months', 'scipy', 'exprience', 'less'], ['1', 'year', 'months', 'scipy', 'exprience', 'less', '1'], ['year', 'months', 'scipy', 'exprience', 'less', '1', 'year'], ['months', 'scipy', 'exprience', 'less', '1', 'year', 'months'], ['scipy', 'exprience', 'less', '1', 'year', 'months', 'keras'], ['exprience', 'less', '1', 'year', 'months', 'keras', 'exprience'], ['less', '1', 'year', 'months', 'keras', 'exprience', 'less'], ['1', 'year', 'months', 'keras', 'exprience', 'less', '1'], ['year', 'months', 'keras', 'exprience', 'less', '1', 'year'], ['months', 'keras', 'exprience', 'less', '1', 'year', 'monthscompany'], ['keras', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'matelabs'], ['1', 'year', 'monthscompany', 'details', 'company', 'matelabs', 'description'], ['year', 'monthscompany', 'details', 'company', 'matelabs', 'description', 'ml'], ['monthscompany', 'details', 'company', 'matelabs', 'description', 'ml', 'platform'], ['details', 'company', 'matelabs', 'description', 'ml', 'platform', 'business'], ['company', 'matelabs', 'description', 'ml', 'platform', 'business', 'professionals'], ['matelabs', 'description', 'ml', 'platform', 'business', 'professionals', 'dummies'], ['description', 'ml', 'platform', 'business', 'professionals', 'dummies', 'enthusiasts'], ['ml', 'platform', 'business', 'professionals', 'dummies', 'enthusiasts', '60'], ['platform', 'business', 'professionals', 'dummies', 'enthusiasts', '60', 'a'], ['business', 'professionals', 'dummies', 'enthusiasts', '60', 'a', 'koramangala'], ['professionals', 'dummies', 'enthusiasts', '60', 'a', 'koramangala', '5th'], ['dummies', 'enthusiasts', '60', 'a', 'koramangala', '5th', 'block'], ['enthusiasts', '60', 'a', 'koramangala', '5th', 'block', 'achievements'], ['60', 'a', 'koramangala', '5th', 'block', 'achievements', 'tasks'], ['a', 'koramangala', '5th', 'block', 'achievements', 'tasks', 'behind'], ['koramangala', '5th', 'block', 'achievements', 'tasks', 'behind', 'sukh'], ['5th', 'block', 'achievements', 'tasks', 'behind', 'sukh', 'sagar'], ['block', 'achievements', 'tasks', 'behind', 'sukh', 'sagar', 'bengaluru'], ['achievements', 'tasks', 'behind', 'sukh', 'sagar', 'bengaluru', 'india'], ['tasks', 'behind', 'sukh', 'sagar', 'bengaluru', 'india', 'developed'], ['behind', 'sukh', 'sagar', 'bengaluru', 'india', 'developed', 'deployed'], ['sukh', 'sagar', 'bengaluru', 'india', 'developed', 'deployed', 'auto'], ['sagar', 'bengaluru', 'india', 'developed', 'deployed', 'auto', 'preprocessing'], ['bengaluru', 'india', 'developed', 'deployed', 'auto', 'preprocessing', 'steps'], ['india', 'developed', 'deployed', 'auto', 'preprocessing', 'steps', 'machine'], ['developed', 'deployed', 'auto', 'preprocessing', 'steps', 'machine', 'learning'], ['deployed', 'auto', 'preprocessing', 'steps', 'machine', 'learning', 'mainly'], ['auto', 'preprocessing', 'steps', 'machine', 'learning', 'mainly', 'missing'], ['preprocessing', 'steps', 'machine', 'learning', 'mainly', 'missing', 'value'], ['steps', 'machine', 'learning', 'mainly', 'missing', 'value', 'treatment'], ['machine', 'learning', 'mainly', 'missing', 'value', 'treatment', 'outlier'], ['learning', 'mainly', 'missing', 'value', 'treatment', 'outlier', 'detection'], ['mainly', 'missing', 'value', 'treatment', 'outlier', 'detection', 'encoding'], ['missing', 'value', 'treatment', 'outlier', 'detection', 'encoding', 'scaling'], ['value', 'treatment', 'outlier', 'detection', 'encoding', 'scaling', 'feature'], ['treatment', 'outlier', 'detection', 'encoding', 'scaling', 'feature', 'selection'], ['outlier', 'detection', 'encoding', 'scaling', 'feature', 'selection', 'dimensionality'], ['detection', 'encoding', 'scaling', 'feature', 'selection', 'dimensionality', 'reduction'], ['encoding', 'scaling', 'feature', 'selection', 'dimensionality', 'reduction', 'deployed'], ['scaling', 'feature', 'selection', 'dimensionality', 'reduction', 'deployed', 'automated'], ['feature', 'selection', 'dimensionality', 'reduction', 'deployed', 'automated', 'classification'], ['selection', 'dimensionality', 'reduction', 'deployed', 'automated', 'classification', 'regression'], ['dimensionality', 'reduction', 'deployed', 'automated', 'classification', 'regression', 'model'], ['reduction', 'deployed', 'automated', 'classification', 'regression', 'model', 'linkedin'], ['deployed', 'automated', 'classification', 'regression', 'model', 'linkedin', 'com'], ['automated', 'classification', 'regression', 'model', 'linkedin', 'com', 'aditya'], ['classification', 'regression', 'model', 'linkedin', 'com', 'aditya', 'rathore'], ['regression', 'model', 'linkedin', 'com', 'aditya', 'rathore', 'b4600b146'], ['model', 'linkedin', 'com', 'aditya', 'rathore', 'b4600b146', 'reasearch'], ['linkedin', 'com', 'aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed'], ['com', 'aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed', 'time'], ['aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed', 'time', 'series'], ['rathore', 'b4600b146', 'reasearch', 'deployed', 'time', 'series', 'forecasting'], ['b4600b146', 'reasearch', 'deployed', 'time', 'series', 'forecasting', 'model'], ['reasearch', 'deployed', 'time', 'series', 'forecasting', 'model', 'arima'], ['deployed', 'time', 'series', 'forecasting', 'model', 'arima', 'sarimax'], ['time', 'series', 'forecasting', 'model', 'arima', 'sarimax', 'holt'], ['series', 'forecasting', 'model', 'arima', 'sarimax', 'holt', 'winter'], ['forecasting', 'model', 'arima', 'sarimax', 'holt', 'winter', 'prophet'], ['model', 'arima', 'sarimax', 'holt', 'winter', 'prophet', 'worked'], ['arima', 'sarimax', 'holt', 'winter', 'prophet', 'worked', 'meta'], ['sarimax', 'holt', 'winter', 'prophet', 'worked', 'meta', 'feature'], ['holt', 'winter', 'prophet', 'worked', 'meta', 'feature', 'extracting'], ['winter', 'prophet', 'worked', 'meta', 'feature', 'extracting', 'problem'], ['prophet', 'worked', 'meta', 'feature', 'extracting', 'problem', 'github'], ['worked', 'meta', 'feature', 'extracting', 'problem', 'github', 'com'], ['meta', 'feature', 'extracting', 'problem', 'github', 'com', 'rathorology'], ['feature', 'extracting', 'problem', 'github', 'com', 'rathorology', 'implemented'], ['extracting', 'problem', 'github', 'com', 'rathorology', 'implemented', 'state'], ['problem', 'github', 'com', 'rathorology', 'implemented', 'state', 'art'], ['github', 'com', 'rathorology', 'implemented', 'state', 'art', 'research'], ['com', 'rathorology', 'implemented', 'state', 'art', 'research', 'paper'], ['rathorology', 'implemented', 'state', 'art', 'research', 'paper', 'outlier'], ['implemented', 'state', 'art', 'research', 'paper', 'outlier', 'detection'], ['state', 'art', 'research', 'paper', 'outlier', 'detection', 'mixed'], ['art', 'research', 'paper', 'outlier', 'detection', 'mixed', 'attributes'], ['research', 'paper', 'outlier', 'detection', 'mixed', 'attributes', 'company'], ['paper', 'outlier', 'detection', 'mixed', 'attributes', 'company', 'matelabs'], ['outlier', 'detection', 'mixed', 'attributes', 'company', 'matelabs', 'description'], ['education', 'details', 'may', '2013', 'may', '2017', 'b', 'e'], ['details', 'may', '2013', 'may', '2017', 'b', 'e', 'uit'], ['may', '2013', 'may', '2017', 'b', 'e', 'uit', 'rgpv'], ['2013', 'may', '2017', 'b', 'e', 'uit', 'rgpv', 'data'], ['may', '2017', 'b', 'e', 'uit', 'rgpv', 'data', 'scientist'], ['2017', 'b', 'e', 'uit', 'rgpv', 'data', 'scientist', 'data'], ['b', 'e', 'uit', 'rgpv', 'data', 'scientist', 'data', 'scientist'], ['e', 'uit', 'rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs'], ['uit', 'rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs', 'skill'], ['rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs', 'skill', 'details'], ['data', 'scientist', 'data', 'scientist', 'matelabs', 'skill', 'details', 'python'], ['scientist', 'data', 'scientist', 'matelabs', 'skill', 'details', 'python', 'exprience'], ['data', 'scientist', 'matelabs', 'skill', 'details', 'python', 'exprience', 'less'], ['scientist', 'matelabs', 'skill', 'details', 'python', 'exprience', 'less', '1'], ['matelabs', 'skill', 'details', 'python', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'python', 'exprience', 'less', '1', 'year', 'months'], ['details', 'python', 'exprience', 'less', '1', 'year', 'months', 'statsmodels'], ['python', 'exprience', 'less', '1', 'year', 'months', 'statsmodels', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'statsmodels', 'exprience', '12'], ['less', '1', 'year', 'months', 'statsmodels', 'exprience', '12', 'months'], ['1', 'year', 'months', 'statsmodels', 'exprience', '12', 'months', 'aws'], ['year', 'months', 'statsmodels', 'exprience', '12', 'months', 'aws', 'exprience'], ['months', 'statsmodels', 'exprience', '12', 'months', 'aws', 'exprience', 'less'], ['statsmodels', 'exprience', '12', 'months', 'aws', 'exprience', 'less', '1'], ['exprience', '12', 'months', 'aws', 'exprience', 'less', '1', 'year'], ['12', 'months', 'aws', 'exprience', 'less', '1', 'year', 'months'], ['months', 'aws', 'exprience', 'less', '1', 'year', 'months', 'machine'], ['aws', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning'], ['exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience'], ['less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less'], ['1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1'], ['year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year'], ['months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months'], ['machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'sklearn'], ['learning', 'exprience', 'less', '1', 'year', 'months', 'sklearn', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'sklearn', 'exprience', 'less'], ['less', '1', 'year', 'months', 'sklearn', 'exprience', 'less', '1'], ['1', 'year', 'months', 'sklearn', 'exprience', 'less', '1', 'year'], ['year', 'months', 'sklearn', 'exprience', 'less', '1', 'year', 'months'], ['months', 'sklearn', 'exprience', 'less', '1', 'year', 'months', 'scipy'], ['sklearn', 'exprience', 'less', '1', 'year', 'months', 'scipy', 'exprience'], ...], [['areas'], ['interest'], ['deep'], ['learning'], ['control'], ['system'], ['design'], ['programming'], ['python'], ['electric'], ['machinery'], ['web'], ['development'], ['analytics'], ['technical'], ['activities'], ['q'], ['hindustan'], ['aeronautics'], ['limited'], ['bangalore'], ['for'], ['4'], ['weeks'], ['guidance'], ['mr'], ['satish'], ['senior'], ['engineer'], ['hangar'], ['mirage'], ['2000'], ['fighter'], ['aircraft'], ['technical'], ['skills'], ['programming'], ['matlab'], ['python'], ['java'], ['labview'], ['python'], ['webframework'], ['django'], ['flask'], ['ltspice'], ['intermediate'], ['languages'], ['mipower'], ['intermediate'], ['github'], ['gitbash'], ['jupyter'], ['notebook'], ['xampp'], ['mysql'], ['basics'], ['python'], ['software'], ['packages'], ['interpreters'], ['anaconda'], ['python2'], ['python3'], ['pycharm'], ['java'], ['ide'], ['eclipse'], ['operating'], ['systems'], ['windows'], ['ubuntu'], ['debian'], ['kali'], ['linux'], ['education'], ['details'], ['january'], ['2019'], ['b'], ['tech'], ['electrical'], ['electronics'], ['engineering'], ['manipal'], ['institute'], ['technology'], ['january'], ['2015'], ['deeksha'], ['center'], ['january'], ['2013'], ['little'], ['flower'], ['public'], ['school'], ['august'], ['2000'], ['manipal'], ['academy'], ['higher'], ['data'], ['science'], ['data'], ['science'], ['and'], ['electrical'], ['enthusiast'], ['skill'], ['details'], ['data'], ['analysis'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['excel'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['machine'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['mathematics'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['matlab'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['electrical'], ['engineering'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sql'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['themathcompany'], ['description'], ['i'], ['currently'], ['working'], ['casino'], ['based'], ['operator'], ['name'], ['disclosed'], ['macau'], ['i'], ['need'], ['segment'], ['customers'], ['visit'], ['property'], ['based'], ['value'], ['patrons'], ['bring'], ['company'], ['basically'], ['prove'], ['segmentation'], ['done'], ['much'], ['better'], ['way'], ['current'], ['system'], ['proper'], ['numbers'], ['back'], ['henceforth'], ['implement'], ['target'], ['marketing'], ['strategy'], ['attract'], ['customers'], ['add'], ['value'], ['business'], ['areas', 'interest'], ['interest', 'deep'], ['deep', 'learning'], ['learning', 'control'], ['control', 'system'], ['system', 'design'], ['design', 'programming'], ['programming', 'python'], ['python', 'electric'], ['electric', 'machinery'], ['machinery', 'web'], ['web', 'development'], ['development', 'analytics'], ['analytics', 'technical'], ['technical', 'activities'], ['activities', 'q'], ['q', 'hindustan'], ['hindustan', 'aeronautics'], ['aeronautics', 'limited'], ['limited', 'bangalore'], ['bangalore', 'for'], ['for', '4'], ['4', 'weeks'], ['weeks', 'guidance'], ['guidance', 'mr'], ['mr', 'satish'], ['satish', 'senior'], ['senior', 'engineer'], ['engineer', 'hangar'], ['hangar', 'mirage'], ['mirage', '2000'], ['2000', 'fighter'], ['fighter', 'aircraft'], ['aircraft', 'technical'], ['technical', 'skills'], ['skills', 'programming'], ['programming', 'matlab'], ['matlab', 'python'], ['python', 'java'], ['java', 'labview'], ['labview', 'python'], ['python', 'webframework'], ['webframework', 'django'], ['django', 'flask'], ['flask', 'ltspice'], ['ltspice', 'intermediate'], ['intermediate', 'languages'], ['languages', 'mipower'], ['mipower', 'intermediate'], ['intermediate', 'github'], ['github', 'gitbash'], ['gitbash', 'jupyter'], ['jupyter', 'notebook'], ['notebook', 'xampp'], ['xampp', 'mysql'], ['mysql', 'basics'], ['basics', 'python'], ['python', 'software'], ['software', 'packages'], ['packages', 'interpreters'], ['interpreters', 'anaconda'], ['anaconda', 'python2'], ['python2', 'python3'], ['python3', 'pycharm'], ['pycharm', 'java'], ['java', 'ide'], ['ide', 'eclipse'], ['eclipse', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'ubuntu'], ['ubuntu', 'debian'], ['debian', 'kali'], ['kali', 'linux'], ['linux', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2019'], ['2019', 'b'], ['b', 'tech'], ['tech', 'electrical'], ['electrical', 'electronics'], ['electronics', 'engineering'], ['engineering', 'manipal'], ['manipal', 'institute'], ['institute', 'technology'], ['technology', 'january'], ['january', '2015'], ['2015', 'deeksha'], ['deeksha', 'center'], ['center', 'january'], ['january', '2013'], ['2013', 'little'], ['little', 'flower'], ['flower', 'public'], ['public', 'school'], ['school', 'august'], ['august', '2000'], ['2000', 'manipal'], ['manipal', 'academy'], ['academy', 'higher'], ['higher', 'data'], ['data', 'science'], ['science', 'data'], ['data', 'science'], ['science', 'and'], ['and', 'electrical'], ['electrical', 'enthusiast'], ['enthusiast', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'analysis'], ['analysis', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'excel'], ['excel', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'mathematics'], ['mathematics', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'matlab'], ['matlab', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'electrical'], ['electrical', 'engineering'], ['engineering', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'themathcompany'], ['themathcompany', 'description'], ['description', 'i'], ['i', 'currently'], ['currently', 'working'], ['working', 'casino'], ['casino', 'based'], ['based', 'operator'], ['operator', 'name'], ['name', 'disclosed'], ['disclosed', 'macau'], ['macau', 'i'], ['i', 'need'], ['need', 'segment'], ['segment', 'customers'], ['customers', 'visit'], ['visit', 'property'], ['property', 'based'], ['based', 'value'], ['value', 'patrons'], ['patrons', 'bring'], ['bring', 'company'], ['company', 'basically'], ['basically', 'prove'], ['prove', 'segmentation'], ['segmentation', 'done'], ['done', 'much'], ['much', 'better'], ['better', 'way'], ['way', 'current'], ['current', 'system'], ['system', 'proper'], ['proper', 'numbers'], ['numbers', 'back'], ['back', 'henceforth'], ['henceforth', 'implement'], ['implement', 'target'], ['target', 'marketing'], ['marketing', 'strategy'], ['strategy', 'attract'], ['attract', 'customers'], ['customers', 'add'], ['add', 'value'], ['value', 'business'], ['areas', 'interest', 'deep'], ['interest', 'deep', 'learning'], ['deep', 'learning', 'control'], ['learning', 'control', 'system'], ['control', 'system', 'design'], ['system', 'design', 'programming'], ['design', 'programming', 'python'], ['programming', 'python', 'electric'], ['python', 'electric', 'machinery'], ['electric', 'machinery', 'web'], ['machinery', 'web', 'development'], ['web', 'development', 'analytics'], ['development', 'analytics', 'technical'], ['analytics', 'technical', 'activities'], ['technical', 'activities', 'q'], ['activities', 'q', 'hindustan'], ['q', 'hindustan', 'aeronautics'], ['hindustan', 'aeronautics', 'limited'], ['aeronautics', 'limited', 'bangalore'], ['limited', 'bangalore', 'for'], ['bangalore', 'for', '4'], ['for', '4', 'weeks'], ['4', 'weeks', 'guidance'], ['weeks', 'guidance', 'mr'], ['guidance', 'mr', 'satish'], ['mr', 'satish', 'senior'], ['satish', 'senior', 'engineer'], ['senior', 'engineer', 'hangar'], ['engineer', 'hangar', 'mirage'], ['hangar', 'mirage', '2000'], ['mirage', '2000', 'fighter'], ['2000', 'fighter', 'aircraft'], ['fighter', 'aircraft', 'technical'], ['aircraft', 'technical', 'skills'], ['technical', 'skills', 'programming'], ['skills', 'programming', 'matlab'], ['programming', 'matlab', 'python'], ['matlab', 'python', 'java'], ['python', 'java', 'labview'], ['java', 'labview', 'python'], ['labview', 'python', 'webframework'], ['python', 'webframework', 'django'], ['webframework', 'django', 'flask'], ['django', 'flask', 'ltspice'], ['flask', 'ltspice', 'intermediate'], ['ltspice', 'intermediate', 'languages'], ['intermediate', 'languages', 'mipower'], ['languages', 'mipower', 'intermediate'], ['mipower', 'intermediate', 'github'], ['intermediate', 'github', 'gitbash'], ['github', 'gitbash', 'jupyter'], ['gitbash', 'jupyter', 'notebook'], ['jupyter', 'notebook', 'xampp'], ['notebook', 'xampp', 'mysql'], ['xampp', 'mysql', 'basics'], ['mysql', 'basics', 'python'], ['basics', 'python', 'software'], ['python', 'software', 'packages'], ['software', 'packages', 'interpreters'], ['packages', 'interpreters', 'anaconda'], ['interpreters', 'anaconda', 'python2'], ['anaconda', 'python2', 'python3'], ['python2', 'python3', 'pycharm'], ['python3', 'pycharm', 'java'], ['pycharm', 'java', 'ide'], ['java', 'ide', 'eclipse'], ['ide', 'eclipse', 'operating'], ['eclipse', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'ubuntu'], ['windows', 'ubuntu', 'debian'], ['ubuntu', 'debian', 'kali'], ['debian', 'kali', 'linux'], ['kali', 'linux', 'education'], ['linux', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2019'], ['january', '2019', 'b'], ['2019', 'b', 'tech'], ['b', 'tech', 'electrical'], ['tech', 'electrical', 'electronics'], ['electrical', 'electronics', 'engineering'], ['electronics', 'engineering', 'manipal'], ['engineering', 'manipal', 'institute'], ['manipal', 'institute', 'technology'], ['institute', 'technology', 'january'], ['technology', 'january', '2015'], ['january', '2015', 'deeksha'], ['2015', 'deeksha', 'center'], ['deeksha', 'center', 'january'], ['center', 'january', '2013'], ['january', '2013', 'little'], ['2013', 'little', 'flower'], ['little', 'flower', 'public'], ['flower', 'public', 'school'], ['public', 'school', 'august'], ['school', 'august', '2000'], ['august', '2000', 'manipal'], ['2000', 'manipal', 'academy'], ['manipal', 'academy', 'higher'], ['academy', 'higher', 'data'], ['higher', 'data', 'science'], ['data', 'science', 'data'], ['science', 'data', 'science'], ['data', 'science', 'and'], ['science', 'and', 'electrical'], ['and', 'electrical', 'enthusiast'], ['electrical', 'enthusiast', 'skill'], ['enthusiast', 'skill', 'details'], ['skill', 'details', 'data'], ['details', 'data', 'analysis'], ['data', 'analysis', 'exprience'], ['analysis', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'excel'], ['months', 'excel', 'exprience'], ['excel', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'machine'], ['months', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'mathematics'], ['months', 'mathematics', 'exprience'], ['mathematics', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'matlab'], ['months', 'matlab', 'exprience'], ['matlab', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'electrical'], ['months', 'electrical', 'engineering'], ['electrical', 'engineering', 'exprience'], ['engineering', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'themathcompany'], ['company', 'themathcompany', 'description'], ['themathcompany', 'description', 'i'], ['description', 'i', 'currently'], ['i', 'currently', 'working'], ['currently', 'working', 'casino'], ['working', 'casino', 'based'], ['casino', 'based', 'operator'], ['based', 'operator', 'name'], ['operator', 'name', 'disclosed'], ['name', 'disclosed', 'macau'], ['disclosed', 'macau', 'i'], ['macau', 'i', 'need'], ['i', 'need', 'segment'], ['need', 'segment', 'customers'], ['segment', 'customers', 'visit'], ['customers', 'visit', 'property'], ['visit', 'property', 'based'], ['property', 'based', 'value'], ['based', 'value', 'patrons'], ['value', 'patrons', 'bring'], ['patrons', 'bring', 'company'], ['bring', 'company', 'basically'], ['company', 'basically', 'prove'], ['basically', 'prove', 'segmentation'], ['prove', 'segmentation', 'done'], ['segmentation', 'done', 'much'], ['done', 'much', 'better'], ['much', 'better', 'way'], ['better', 'way', 'current'], ['way', 'current', 'system'], ['current', 'system', 'proper'], ['system', 'proper', 'numbers'], ['proper', 'numbers', 'back'], ['numbers', 'back', 'henceforth'], ['back', 'henceforth', 'implement'], ['henceforth', 'implement', 'target'], ['implement', 'target', 'marketing'], ['target', 'marketing', 'strategy'], ['marketing', 'strategy', 'attract'], ['strategy', 'attract', 'customers'], ['attract', 'customers', 'add'], ['customers', 'add', 'value'], ['add', 'value', 'business'], ['areas', 'interest', 'deep', 'learning'], ['interest', 'deep', 'learning', 'control'], ['deep', 'learning', 'control', 'system'], ['learning', 'control', 'system', 'design'], ['control', 'system', 'design', 'programming'], ['system', 'design', 'programming', 'python'], ['design', 'programming', 'python', 'electric'], ['programming', 'python', 'electric', 'machinery'], ['python', 'electric', 'machinery', 'web'], ['electric', 'machinery', 'web', 'development'], ['machinery', 'web', 'development', 'analytics'], ['web', 'development', 'analytics', 'technical'], ['development', 'analytics', 'technical', 'activities'], ['analytics', 'technical', 'activities', 'q'], ['technical', 'activities', 'q', 'hindustan'], ['activities', 'q', 'hindustan', 'aeronautics'], ['q', 'hindustan', 'aeronautics', 'limited'], ['hindustan', 'aeronautics', 'limited', 'bangalore'], ['aeronautics', 'limited', 'bangalore', 'for'], ['limited', 'bangalore', 'for', '4'], ['bangalore', 'for', '4', 'weeks'], ['for', '4', 'weeks', 'guidance'], ['4', 'weeks', 'guidance', 'mr'], ['weeks', 'guidance', 'mr', 'satish'], ['guidance', 'mr', 'satish', 'senior'], ['mr', 'satish', 'senior', 'engineer'], ['satish', 'senior', 'engineer', 'hangar'], ['senior', 'engineer', 'hangar', 'mirage'], ['engineer', 'hangar', 'mirage', '2000'], ['hangar', 'mirage', '2000', 'fighter'], ['mirage', '2000', 'fighter', 'aircraft'], ['2000', 'fighter', 'aircraft', 'technical'], ['fighter', 'aircraft', 'technical', 'skills'], ['aircraft', 'technical', 'skills', 'programming'], ['technical', 'skills', 'programming', 'matlab'], ['skills', 'programming', 'matlab', 'python'], ['programming', 'matlab', 'python', 'java'], ['matlab', 'python', 'java', 'labview'], ['python', 'java', 'labview', 'python'], ['java', 'labview', 'python', 'webframework'], ['labview', 'python', 'webframework', 'django'], ['python', 'webframework', 'django', 'flask'], ['webframework', 'django', 'flask', 'ltspice'], ['django', 'flask', 'ltspice', 'intermediate'], ['flask', 'ltspice', 'intermediate', 'languages'], ['ltspice', 'intermediate', 'languages', 'mipower'], ['intermediate', 'languages', 'mipower', 'intermediate'], ['languages', 'mipower', 'intermediate', 'github'], ['mipower', 'intermediate', 'github', 'gitbash'], ['intermediate', 'github', 'gitbash', 'jupyter'], ['github', 'gitbash', 'jupyter', 'notebook'], ['gitbash', 'jupyter', 'notebook', 'xampp'], ['jupyter', 'notebook', 'xampp', 'mysql'], ['notebook', 'xampp', 'mysql', 'basics'], ['xampp', 'mysql', 'basics', 'python'], ['mysql', 'basics', 'python', 'software'], ['basics', 'python', 'software', 'packages'], ['python', 'software', 'packages', 'interpreters'], ['software', 'packages', 'interpreters', 'anaconda'], ['packages', 'interpreters', 'anaconda', 'python2'], ['interpreters', 'anaconda', 'python2', 'python3'], ['anaconda', 'python2', 'python3', 'pycharm'], ['python2', 'python3', 'pycharm', 'java'], ['python3', 'pycharm', 'java', 'ide'], ['pycharm', 'java', 'ide', 'eclipse'], ['java', 'ide', 'eclipse', 'operating'], ['ide', 'eclipse', 'operating', 'systems'], ['eclipse', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', 'ubuntu'], ['systems', 'windows', 'ubuntu', 'debian'], ['windows', 'ubuntu', 'debian', 'kali'], ['ubuntu', 'debian', 'kali', 'linux'], ['debian', 'kali', 'linux', 'education'], ['kali', 'linux', 'education', 'details'], ['linux', 'education', 'details', 'january'], ['education', 'details', 'january', '2019'], ['details', 'january', '2019', 'b'], ['january', '2019', 'b', 'tech'], ['2019', 'b', 'tech', 'electrical'], ['b', 'tech', 'electrical', 'electronics'], ['tech', 'electrical', 'electronics', 'engineering'], ['electrical', 'electronics', 'engineering', 'manipal'], ['electronics', 'engineering', 'manipal', 'institute'], ['engineering', 'manipal', 'institute', 'technology'], ['manipal', 'institute', 'technology', 'january'], ['institute', 'technology', 'january', '2015'], ['technology', 'january', '2015', 'deeksha'], ['january', '2015', 'deeksha', 'center'], ['2015', 'deeksha', 'center', 'january'], ['deeksha', 'center', 'january', '2013'], ['center', 'january', '2013', 'little'], ['january', '2013', 'little', 'flower'], ['2013', 'little', 'flower', 'public'], ['little', 'flower', 'public', 'school'], ['flower', 'public', 'school', 'august'], ['public', 'school', 'august', '2000'], ['school', 'august', '2000', 'manipal'], ['august', '2000', 'manipal', 'academy'], ['2000', 'manipal', 'academy', 'higher'], ['manipal', 'academy', 'higher', 'data'], ['academy', 'higher', 'data', 'science'], ['higher', 'data', 'science', 'data'], ['data', 'science', 'data', 'science'], ['science', 'data', 'science', 'and'], ['data', 'science', 'and', 'electrical'], ['science', 'and', 'electrical', 'enthusiast'], ['and', 'electrical', 'enthusiast', 'skill'], ['electrical', 'enthusiast', 'skill', 'details'], ['enthusiast', 'skill', 'details', 'data'], ['skill', 'details', 'data', 'analysis'], ['details', 'data', 'analysis', 'exprience'], ['data', 'analysis', 'exprience', 'less'], ['analysis', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'excel'], ['year', 'months', 'excel', 'exprience'], ['months', 'excel', 'exprience', 'less'], ['excel', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'machine'], ['year', 'months', 'machine', 'learning'], ['months', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', 'less'], ['learning', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'mathematics'], ['year', 'months', 'mathematics', 'exprience'], ['months', 'mathematics', 'exprience', 'less'], ['mathematics', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'python'], ['year', 'months', 'python', 'exprience'], ['months', 'python', 'exprience', 'less'], ['python', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'matlab'], ['year', 'months', 'matlab', 'exprience'], ['months', 'matlab', 'exprience', 'less'], ['matlab', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'electrical'], ['year', 'months', 'electrical', 'engineering'], ['months', 'electrical', 'engineering', 'exprience'], ['electrical', 'engineering', 'exprience', 'less'], ['engineering', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'sql'], ['year', 'months', 'sql', 'exprience'], ['months', 'sql', 'exprience', 'less'], ['sql', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'themathcompany'], ['details', 'company', 'themathcompany', 'description'], ['company', 'themathcompany', 'description', 'i'], ['themathcompany', 'description', 'i', 'currently'], ['description', 'i', 'currently', 'working'], ['i', 'currently', 'working', 'casino'], ['currently', 'working', 'casino', 'based'], ['working', 'casino', 'based', 'operator'], ['casino', 'based', 'operator', 'name'], ['based', 'operator', 'name', 'disclosed'], ['operator', 'name', 'disclosed', 'macau'], ['name', 'disclosed', 'macau', 'i'], ['disclosed', 'macau', 'i', 'need'], ['macau', 'i', 'need', 'segment'], ['i', 'need', 'segment', 'customers'], ['need', 'segment', 'customers', 'visit'], ['segment', 'customers', 'visit', 'property'], ['customers', 'visit', 'property', 'based'], ['visit', 'property', 'based', 'value'], ['property', 'based', 'value', 'patrons'], ['based', 'value', 'patrons', 'bring'], ['value', 'patrons', 'bring', 'company'], ['patrons', 'bring', 'company', 'basically'], ['bring', 'company', 'basically', 'prove'], ['company', 'basically', 'prove', 'segmentation'], ['basically', 'prove', 'segmentation', 'done'], ['prove', 'segmentation', 'done', 'much'], ['segmentation', 'done', 'much', 'better'], ['done', 'much', 'better', 'way'], ['much', 'better', 'way', 'current'], ['better', 'way', 'current', 'system'], ['way', 'current', 'system', 'proper'], ['current', 'system', 'proper', 'numbers'], ['system', 'proper', 'numbers', 'back'], ['proper', 'numbers', 'back', 'henceforth'], ['numbers', 'back', 'henceforth', 'implement'], ['back', 'henceforth', 'implement', 'target'], ['henceforth', 'implement', 'target', 'marketing'], ['implement', 'target', 'marketing', 'strategy'], ['target', 'marketing', 'strategy', 'attract'], ['marketing', 'strategy', 'attract', 'customers'], ['strategy', 'attract', 'customers', 'add'], ['attract', 'customers', 'add', 'value'], ['customers', 'add', 'value', 'business'], ['areas', 'interest', 'deep', 'learning', 'control'], ['interest', 'deep', 'learning', 'control', 'system'], ['deep', 'learning', 'control', 'system', 'design'], ['learning', 'control', 'system', 'design', 'programming'], ['control', 'system', 'design', 'programming', 'python'], ['system', 'design', 'programming', 'python', 'electric'], ['design', 'programming', 'python', 'electric', 'machinery'], ['programming', 'python', 'electric', 'machinery', 'web'], ['python', 'electric', 'machinery', 'web', 'development'], ['electric', 'machinery', 'web', 'development', 'analytics'], ['machinery', 'web', 'development', 'analytics', 'technical'], ['web', 'development', 'analytics', 'technical', 'activities'], ['development', 'analytics', 'technical', 'activities', 'q'], ['analytics', 'technical', 'activities', 'q', 'hindustan'], ['technical', 'activities', 'q', 'hindustan', 'aeronautics'], ['activities', 'q', 'hindustan', 'aeronautics', 'limited'], ['q', 'hindustan', 'aeronautics', 'limited', 'bangalore'], ['hindustan', 'aeronautics', 'limited', 'bangalore', 'for'], ['aeronautics', 'limited', 'bangalore', 'for', '4'], ['limited', 'bangalore', 'for', '4', 'weeks'], ['bangalore', 'for', '4', 'weeks', 'guidance'], ['for', '4', 'weeks', 'guidance', 'mr'], ['4', 'weeks', 'guidance', 'mr', 'satish'], ['weeks', 'guidance', 'mr', 'satish', 'senior'], ['guidance', 'mr', 'satish', 'senior', 'engineer'], ['mr', 'satish', 'senior', 'engineer', 'hangar'], ['satish', 'senior', 'engineer', 'hangar', 'mirage'], ['senior', 'engineer', 'hangar', 'mirage', '2000'], ['engineer', 'hangar', 'mirage', '2000', 'fighter'], ['hangar', 'mirage', '2000', 'fighter', 'aircraft'], ['mirage', '2000', 'fighter', 'aircraft', 'technical'], ['2000', 'fighter', 'aircraft', 'technical', 'skills'], ['fighter', 'aircraft', 'technical', 'skills', 'programming'], ['aircraft', 'technical', 'skills', 'programming', 'matlab'], ['technical', 'skills', 'programming', 'matlab', 'python'], ['skills', 'programming', 'matlab', 'python', 'java'], ['programming', 'matlab', 'python', 'java', 'labview'], ['matlab', 'python', 'java', 'labview', 'python'], ['python', 'java', 'labview', 'python', 'webframework'], ['java', 'labview', 'python', 'webframework', 'django'], ['labview', 'python', 'webframework', 'django', 'flask'], ['python', 'webframework', 'django', 'flask', 'ltspice'], ['webframework', 'django', 'flask', 'ltspice', 'intermediate'], ['django', 'flask', 'ltspice', 'intermediate', 'languages'], ['flask', 'ltspice', 'intermediate', 'languages', 'mipower'], ['ltspice', 'intermediate', 'languages', 'mipower', 'intermediate'], ['intermediate', 'languages', 'mipower', 'intermediate', 'github'], ['languages', 'mipower', 'intermediate', 'github', 'gitbash'], ['mipower', 'intermediate', 'github', 'gitbash', 'jupyter'], ['intermediate', 'github', 'gitbash', 'jupyter', 'notebook'], ['github', 'gitbash', 'jupyter', 'notebook', 'xampp'], ['gitbash', 'jupyter', 'notebook', 'xampp', 'mysql'], ['jupyter', 'notebook', 'xampp', 'mysql', 'basics'], ['notebook', 'xampp', 'mysql', 'basics', 'python'], ['xampp', 'mysql', 'basics', 'python', 'software'], ['mysql', 'basics', 'python', 'software', 'packages'], ['basics', 'python', 'software', 'packages', 'interpreters'], ['python', 'software', 'packages', 'interpreters', 'anaconda'], ['software', 'packages', 'interpreters', 'anaconda', 'python2'], ['packages', 'interpreters', 'anaconda', 'python2', 'python3'], ['interpreters', 'anaconda', 'python2', 'python3', 'pycharm'], ['anaconda', 'python2', 'python3', 'pycharm', 'java'], ['python2', 'python3', 'pycharm', 'java', 'ide'], ['python3', 'pycharm', 'java', 'ide', 'eclipse'], ['pycharm', 'java', 'ide', 'eclipse', 'operating'], ['java', 'ide', 'eclipse', 'operating', 'systems'], ['ide', 'eclipse', 'operating', 'systems', 'windows'], ['eclipse', 'operating', 'systems', 'windows', 'ubuntu'], ['operating', 'systems', 'windows', 'ubuntu', 'debian'], ['systems', 'windows', 'ubuntu', 'debian', 'kali'], ['windows', 'ubuntu', 'debian', 'kali', 'linux'], ['ubuntu', 'debian', 'kali', 'linux', 'education'], ['debian', 'kali', 'linux', 'education', 'details'], ['kali', 'linux', 'education', 'details', 'january'], ['linux', 'education', 'details', 'january', '2019'], ['education', 'details', 'january', '2019', 'b'], ['details', 'january', '2019', 'b', 'tech'], ['january', '2019', 'b', 'tech', 'electrical'], ['2019', 'b', 'tech', 'electrical', 'electronics'], ['b', 'tech', 'electrical', 'electronics', 'engineering'], ['tech', 'electrical', 'electronics', 'engineering', 'manipal'], ['electrical', 'electronics', 'engineering', 'manipal', 'institute'], ['electronics', 'engineering', 'manipal', 'institute', 'technology'], ['engineering', 'manipal', 'institute', 'technology', 'january'], ['manipal', 'institute', 'technology', 'january', '2015'], ['institute', 'technology', 'january', '2015', 'deeksha'], ['technology', 'january', '2015', 'deeksha', 'center'], ['january', '2015', 'deeksha', 'center', 'january'], ['2015', 'deeksha', 'center', 'january', '2013'], ['deeksha', 'center', 'january', '2013', 'little'], ['center', 'january', '2013', 'little', 'flower'], ['january', '2013', 'little', 'flower', 'public'], ['2013', 'little', 'flower', 'public', 'school'], ['little', 'flower', 'public', 'school', 'august'], ['flower', 'public', 'school', 'august', '2000'], ['public', 'school', 'august', '2000', 'manipal'], ['school', 'august', '2000', 'manipal', 'academy'], ['august', '2000', 'manipal', 'academy', 'higher'], ['2000', 'manipal', 'academy', 'higher', 'data'], ['manipal', 'academy', 'higher', 'data', 'science'], ['academy', 'higher', 'data', 'science', 'data'], ['higher', 'data', 'science', 'data', 'science'], ['data', 'science', 'data', 'science', 'and'], ['science', 'data', 'science', 'and', 'electrical'], ['data', 'science', 'and', 'electrical', 'enthusiast'], ['science', 'and', 'electrical', 'enthusiast', 'skill'], ['and', 'electrical', 'enthusiast', 'skill', 'details'], ['electrical', 'enthusiast', 'skill', 'details', 'data'], ['enthusiast', 'skill', 'details', 'data', 'analysis'], ['skill', 'details', 'data', 'analysis', 'exprience'], ['details', 'data', 'analysis', 'exprience', 'less'], ['data', 'analysis', 'exprience', 'less', '1'], ['analysis', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'excel'], ['1', 'year', 'months', 'excel', 'exprience'], ['year', 'months', 'excel', 'exprience', 'less'], ['months', 'excel', 'exprience', 'less', '1'], ['excel', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'machine'], ['1', 'year', 'months', 'machine', 'learning'], ['year', 'months', 'machine', 'learning', 'exprience'], ['months', 'machine', 'learning', 'exprience', 'less'], ['machine', 'learning', 'exprience', 'less', '1'], ['learning', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'mathematics'], ['1', 'year', 'months', 'mathematics', 'exprience'], ['year', 'months', 'mathematics', 'exprience', 'less'], ['months', 'mathematics', 'exprience', 'less', '1'], ['mathematics', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'python'], ['1', 'year', 'months', 'python', 'exprience'], ['year', 'months', 'python', 'exprience', 'less'], ['months', 'python', 'exprience', 'less', '1'], ['python', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'matlab'], ['1', 'year', 'months', 'matlab', 'exprience'], ['year', 'months', 'matlab', 'exprience', 'less'], ['months', 'matlab', 'exprience', 'less', '1'], ['matlab', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'electrical'], ['1', 'year', 'months', 'electrical', 'engineering'], ['year', 'months', 'electrical', 'engineering', 'exprience'], ['months', 'electrical', 'engineering', 'exprience', 'less'], ['electrical', 'engineering', 'exprience', 'less', '1'], ['engineering', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'sql'], ['1', 'year', 'months', 'sql', 'exprience'], ['year', 'months', 'sql', 'exprience', 'less'], ['months', 'sql', 'exprience', 'less', '1'], ['sql', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'themathcompany'], ['monthscompany', 'details', 'company', 'themathcompany', 'description'], ['details', 'company', 'themathcompany', 'description', 'i'], ['company', 'themathcompany', 'description', 'i', 'currently'], ['themathcompany', 'description', 'i', 'currently', 'working'], ['description', 'i', 'currently', 'working', 'casino'], ['i', 'currently', 'working', 'casino', 'based'], ['currently', 'working', 'casino', 'based', 'operator'], ['working', 'casino', 'based', 'operator', 'name'], ['casino', 'based', 'operator', 'name', 'disclosed'], ['based', 'operator', 'name', 'disclosed', 'macau'], ['operator', 'name', 'disclosed', 'macau', 'i'], ['name', 'disclosed', 'macau', 'i', 'need'], ['disclosed', 'macau', 'i', 'need', 'segment'], ...], [['skills'], ['r'], ['python'], ['sap'], ['hana'], ['tableau'], ['sap'], ['hana'], ['sql'], ['sap'], ['hana'], ['pal'], ['ms'], ['sql'], ['sap'], ['lumira'], ['c'], ['linear'], ['programming'], ['data'], ['modelling'], ['advance'], ['analytics'], ['scm'], ['analytics'], ['retail'], ['analytics'], ['social'], ['media'], ['analytics'], ['nlp'], ['education'], ['details'], ['january'], ['2017'], ['january'], ['2018'], ['pgdm'], ['business'], ['analytics'], ['great'], ['lakes'], ['institute'], ['management'], ['illinois'], ['institute'], ['technology'], ['january'], ['2013'], ['bachelor'], ['engineering'], ['electronics'], ['communication'], ['bengaluru'], ['karnataka'], ['new'], ['horizon'], ['college'], ['engineering'], ['bangalore'], ['visvesvaraya'], ['technological'], ['university'], ['data'], ['science'], ['consultant'], ['consultant'], ['deloitte'], ['usi'], ['skill'], ['details'], ['linear'], ['programming'], ['exprience'], ['6'], ['months'], ['retail'], ['exprience'], ['6'], ['months'], ['retail'], ['marketing'], ['exprience'], ['6'], ['months'], ['scm'], ['exprience'], ['6'], ['months'], ['sql'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['deep'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['machine'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['r'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['deloitte'], ['usi'], ['description'], ['the'], ['project'], ['involved'], ['analysing'], ['historic'], ['deals'], ['coming'], ['insights'], ['optimize'], ['future'], ['deals'], ['role'], ['was'], ['given'], ['raw'], ['data'], ['carried'], ['end'], ['end'], ['analysis'], ['presented'], ['insights'], ['client'], ['key'], ['responsibilities'], ['extract'], ['data'], ['client'], ['systems'], ['across'], ['geographies'], ['understand'], ['build'], ['reports'], ['tableau'], ['infer'], ['meaningful'], ['insights'], ['optimize'], ['prices'], ['find'], ['process'], ['blockades'], ['technical'], ['environment'], ['r'], ['tableau'], ['industry'], ['cross'], ['industry'], ['service'], ['area'], ['cross'], ['industry'], ['products'], ['project'], ['name'], ['handwriting'], ['recognition'], ['consultant'], ['3'], ['months'], ['the'], ['project'], ['involved'], ['taking'], ['handwritten'], ['images'], ['converting'], ['digital'], ['text'], ['images'], ['object'], ['detection'], ['sentence'], ['creation'], ['role'], ['i'], ['developing'], ['sentence'], ['correction'], ['functionality'], ['key'], ['responsibilities'], ['gather'], ['data'], ['large'], ['enough'], ['capture'], ['english'], ['words'], ['train'], ['lstm'], ['models'], ['words'], ['technical'], ['environment'], ['python'], ['industry'], ['finance'], ['service'], ['area'], ['financial'], ['services'], ['bi'], ['development'], ['project'], ['name'], ['swift'], ['consultant'], ['8'], ['months'], ['the'], ['project'], ['develop'], ['analytics'], ['infrastructure'], ['top'], ['sap'], ['s'], ['4'], ['would'], ['user'], ['view'], ['financial'], ['reports'], ['respective'], ['departments'], ['reporting'], ['also'], ['included'], ['forecasting'], ['expenses'], ['role'], ['i'], ['leading'], ['offshore'], ['team'], ['key'], ['responsibilities'], ['design'], ['develop'], ['data'], ['models'], ['reporting'], ['develop'], ['etl'], ['data'], ['flow'], ['validate'], ['various'], ['reports'], ['technical'], ['environment'], ['sap'], ['hana'], ['tableau'], ['sap'], ['ao'], ['industry'], ['healthcare'], ['analytics'], ['service'], ['area'], ['life'], ['sciences'], ['product'], ['development'], ['project'], ['name'], ['clinical'], ['healthcare'], ['system'], ['consultant'], ['2'], ['months'], ['the'], ['project'], ['develop'], ['analytics'], ['infrastructure'], ['top'], ['argus'], ['would'], ['allow'], ['users'], ['query'], ['faster'], ['provide'], ['advance'], ['analytics'], ['capabilities'], ['role'], ['i'], ['involved'], ['design'], ['deploy'], ['phase'], ['performed'], ['lot'], ['data'], ['restructuring'], ['built'], ['models'], ['insights'], ['key'], ['responsibilities'], ['design'], ['develop'], ['data'], ['models'], ['reporting'], ['develop'], ['deploy'], ['analytical'], ['models'], ['validate'], ['various'], ['reports'], ['technical'], ['environment'], ['data'], ['modelling'], ['sap'], ['hana'], ['tableau'], ['nlp'], ['industry'], ['fmcg'], ['service'], ['area'], ['trade'], ['promotion'], ['project'], ['name'], ['consumption'], ['based'], ['planning'], ['flowers'], ['foods'], ['consultant'], ['8'], ['months'], ['the'], ['project'], ['involved'], ['setting'], ['crm'], ['cbp'], ['modules'], ['role'], ['i'], ['involved'], ['key'], ['data'], ['decomposition'], ['activities'], ['setting'], ['base'], ['future'], ['year'], ['forecast'], ['over'], ['course'], ['project'], ['i'], ['developed'], ['various'], ['models'], ['carried'], ['key'], ['performance'], ['improvements'], ['key'], ['responsibilities'], ['design'], ['develop'], ['hana'], ['models'], ['decomposition'], ['develop'], ['data'], ['flow'], ['forecast'], ['developed'], ['various'], ['views'], ['reporting'], ['customer'], ['sales'], ['funds'], ['validate'], ['various'], ['reports'], ['bobj'], ['technical'], ['environment'], ['data'], ['modelling'], ['sap'], ['hana'], ['bobj'], ['time'], ['series'], ['forecasting'], ['internal'], ['initiative'], ['industry'], ['fmcg'], ['customer'], ['segmentation'], ['rfm'], ['analysis'], ['consultant'], ['3'], ['months'], ['the'], ['initiative'], ['involved'], ['setting'], ['hana'], ['python'], ['interface'], ['advance'], ['analytics'], ['python'], ['over'], ['course'], ['i'], ['su'], ['essfully'], ['segmented'], ['data'], ['five'], ['core'], ['segments'], ['using'], ['k'], ['means'], ['carried'], ['rfm'], ['analysis'], ['python'], ['also'], ['developed'], ['algorithm'], ['categorize'], ['new'], ['customer'], ['defined'], ['buckets'], ['technical'], ['environment'], ['anaconda3'], ['python3'], ['6'], ['hana'], ['sps12'], ['industry'], ['telecom'], ['invoice'], ['state'], ['detection'], ['consultant'], ['1'], ['months'], ['the'], ['initiative'], ['reduce'], ['manual'], ['effort'], ['verifying'], ['closed'], ['open'], ['invoices'], ['manually'], ['involved'], ['development'], ['decision'], ['tree'], ['classify'], ['open'], ['closed'], ['invoices'], ['this'], ['enabled'], ['effort'], ['reduction'], ['60'], ['technical'], ['environment'], ['r'], ['sap'], ['pal'], ['sap'], ['hana'], ['sps12'], ['a'], ['enture'], ['experience'], ['industry'], ['analytics'], ['cross'], ['industry'], ['in'], ['process'], ['analytics'], ['sap'], ['senior'], ['developer'], ['19'], ['months'], ['a'], ['enture'], ['solutions'], ['pvt'], ['ltd'], ['india'], ['the'], ['project'], ['involved'], ['development'], ['sap'], ['analytics'], ['tool'], ['in'], ['process'], ['analytics'], ['ipa'], ['my'], ['role'], ['develop'], ['database'], ['objects'], ['data'], ['models'], ['provide'], ['operational'], ['insights'], ['clients'], ['role'], ['i'], ['developed'], ['various'], ['finance'], ['related'], ['kpis'], ['spearheaded'], ['various'], ['deployments'], ['introduced'], ['sap'], ['predictive'], ['analytics'], ['reduce'], ['development'], ['time'], ['reuse'], ['functionalities'], ['kpis'], ['prepared'], ['production'], ['planning'], ['reports'], ['key'], ['responsibilities'], ['involved'], ['information'], ['gather'], ['phase'], ['designed'], ['implemented'], ['sap'], ['hana'], ['data'], ['modelling'], ['using'], ['attribute'], ['view'], ['analytic'], ['view'], ['calculation'], ['view'], ['developed'], ['various'], ['kpi'], ['individually'], ['using'], ['complex'], ['sql'], ['scripts'], ['calculation'], ['views'], ['created'], ['procedures'], ['hana'], ['database'], ['took'], ['ownership'], ['developed'], ['dashboard'], ['functionality'], ['involved'], ['building'], ['data'], ['processing'], ['algorithms'], ['executed'], ['r'], ['server'], ['cluster'], ['analysis'], ['technical'], ['environment'], ['r'], ['sap'], ['hana'], ['t'], ['sql'], ['industry'], ['cross'], ['industry'], ['a'], ['enture'], ['testing'], ['a'], ['elerator'], ['sap'], ['database'], ['developer'], ['21'], ['months'], ['a'], ['enture'], ['solutions'], ['pvt'], ['ltd'], ['india'], ['role'], ['i'], ['taken'], ['care'], ['development'], ['activities'], ['atas'], ['tool'], ['also'], ['completed'], ['various'], ['deployments'], ['product'], ['apart'], ['activities'], ['i'], ['also'], ['actively'], ['involved'], ['maintenance'], ['database'], ['servers'], ['production'], ['quality'], ['key'], ['responsibilities'], ['analyzing'], ['business'], ['requirements'], ['understanding'], ['scope'], ['getting'], ['requirements'], ['clarified'], ['interacting'], ['business'], ['transform'], ['requirements'], ['generate'], ['attribute'], ['mapping'], ['documents'], ['reviewing'], ['mapping'], ['specification'], ['documentation'], ['create'], ['update'], ['database'], ['objects'], ['like'], ['tables'], ['views'], ['stored'], ['procedures'], ['function'], ['packages'], ['monitored'], ['sql'], ['server'], ['error'], ['logs'], ['application'], ['logs'], ['sql'], ['server'], ['agent'], ['prepared'], ['data'], ['flow'], ['diagrams'], ['entity'], ['relationship'], ['diagrams'], ['using'], ['uml'], ['responsible'], ['designing'], ['developing'], ['normalization'], ['database'], ['tables'], ['experience'], ['performance'], ['tuning'], ['using'], ['sql'], ['profiler'], ['involved'], ['qa'], ['uat'], ['knowledge'], ['transfer'], ['support'], ['activities'], ['technical'], ['environment'], ['sql'], ['server'], ['2008'], ['2014'], ['visual'], ['studio'], ['2010'], ['windows'], ['server'], ['performance'], ['monitor'], ['sql'], ['server'], ['profiler'], ['c'], ['pl'], ['sql'], ['t'], ['sql'], ['skills', 'r'], ['r', 'python'], ['python', 'sap'], ['sap', 'hana'], ['hana', 'tableau'], ['tableau', 'sap'], ['sap', 'hana'], ['hana', 'sql'], ['sql', 'sap'], ['sap', 'hana'], ['hana', 'pal'], ['pal', 'ms'], ['ms', 'sql'], ['sql', 'sap'], ['sap', 'lumira'], ['lumira', 'c'], ['c', 'linear'], ['linear', 'programming'], ['programming', 'data'], ['data', 'modelling'], ['modelling', 'advance'], ['advance', 'analytics'], ['analytics', 'scm'], ['scm', 'analytics'], ['analytics', 'retail'], ['retail', 'analytics'], ['analytics', 'social'], ['social', 'media'], ['media', 'analytics'], ['analytics', 'nlp'], ['nlp', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'january'], ['january', '2018'], ['2018', 'pgdm'], ['pgdm', 'business'], ['business', 'analytics'], ['analytics', 'great'], ['great', 'lakes'], ['lakes', 'institute'], ['institute', 'management'], ['management', 'illinois'], ['illinois', 'institute'], ['institute', 'technology'], ['technology', 'january'], ['january', '2013'], ['2013', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'electronics'], ['electronics', 'communication'], ['communication', 'bengaluru'], ['bengaluru', 'karnataka'], ['karnataka', 'new'], ['new', 'horizon'], ['horizon', 'college'], ['college', 'engineering'], ['engineering', 'bangalore'], ['bangalore', 'visvesvaraya'], ['visvesvaraya', 'technological'], ['technological', 'university'], ['university', 'data'], ['data', 'science'], ['science', 'consultant'], ['consultant', 'consultant'], ['consultant', 'deloitte'], ['deloitte', 'usi'], ['usi', 'skill'], ['skill', 'details'], ['details', 'linear'], ['linear', 'programming'], ['programming', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'retail'], ['retail', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'retail'], ['retail', 'marketing'], ['marketing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'scm'], ['scm', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'deep'], ['deep', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'r'], ['r', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'deloitte'], ['deloitte', 'usi'], ['usi', 'description'], ['description', 'the'], ['the', 'project'], ['project', 'involved'], ['involved', 'analysing'], ['analysing', 'historic'], ['historic', 'deals'], ['deals', 'coming'], ['coming', 'insights'], ['insights', 'optimize'], ['optimize', 'future'], ['future', 'deals'], ['deals', 'role'], ['role', 'was'], ['was', 'given'], ['given', 'raw'], ['raw', 'data'], ['data', 'carried'], ['carried', 'end'], ['end', 'end'], ['end', 'analysis'], ['analysis', 'presented'], ['presented', 'insights'], ['insights', 'client'], ['client', 'key'], ['key', 'responsibilities'], ['responsibilities', 'extract'], ['extract', 'data'], ['data', 'client'], ['client', 'systems'], ['systems', 'across'], ['across', 'geographies'], ['geographies', 'understand'], ['understand', 'build'], ['build', 'reports'], ['reports', 'tableau'], ['tableau', 'infer'], ['infer', 'meaningful'], ['meaningful', 'insights'], ['insights', 'optimize'], ['optimize', 'prices'], ['prices', 'find'], ['find', 'process'], ['process', 'blockades'], ['blockades', 'technical'], ['technical', 'environment'], ['environment', 'r'], ['r', 'tableau'], ['tableau', 'industry'], ['industry', 'cross'], ['cross', 'industry'], ['industry', 'service'], ['service', 'area'], ['area', 'cross'], ['cross', 'industry'], ['industry', 'products'], ['products', 'project'], ['project', 'name'], ['name', 'handwriting'], ['handwriting', 'recognition'], ['recognition', 'consultant'], ['consultant', '3'], ['3', 'months'], ['months', 'the'], ['the', 'project'], ['project', 'involved'], ['involved', 'taking'], ['taking', 'handwritten'], ['handwritten', 'images'], ['images', 'converting'], ['converting', 'digital'], ['digital', 'text'], ['text', 'images'], ['images', 'object'], ['object', 'detection'], ['detection', 'sentence'], ['sentence', 'creation'], ['creation', 'role'], ['role', 'i'], ['i', 'developing'], ['developing', 'sentence'], ['sentence', 'correction'], ['correction', 'functionality'], ['functionality', 'key'], ['key', 'responsibilities'], ['responsibilities', 'gather'], ['gather', 'data'], ['data', 'large'], ['large', 'enough'], ['enough', 'capture'], ['capture', 'english'], ['english', 'words'], ['words', 'train'], ['train', 'lstm'], ['lstm', 'models'], ['models', 'words'], ...], [['education'], ['details'], ['mca'], ['ymcaust'], ['faridabad'], ['haryana'], ['data'], ['science'], ['internship'], ['skill'], ['details'], ['data'], ['structure'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['data'], ['analysis'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['core'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['database'], ['management'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['itechpower'], ['description'], ['education', 'details'], ['details', 'mca'], ['mca', 'ymcaust'], ['ymcaust', 'faridabad'], ['faridabad', 'haryana'], ['haryana', 'data'], ['data', 'science'], ['science', 'internship'], ['internship', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'structure'], ['structure', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'data'], ['data', 'analysis'], ['analysis', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'core'], ['core', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'database'], ['database', 'management'], ['management', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'itechpower'], ['itechpower', 'description'], ['education', 'details', 'mca'], ['details', 'mca', 'ymcaust'], ['mca', 'ymcaust', 'faridabad'], ['ymcaust', 'faridabad', 'haryana'], ['faridabad', 'haryana', 'data'], ['haryana', 'data', 'science'], ['data', 'science', 'internship'], ['science', 'internship', 'skill'], ['internship', 'skill', 'details'], ['skill', 'details', 'data'], ['details', 'data', 'structure'], ['data', 'structure', 'exprience'], ['structure', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'data'], ['months', 'data', 'analysis'], ['data', 'analysis', 'exprience'], ['analysis', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'core'], ['months', 'core', 'java'], ['core', 'java', 'exprience'], ['java', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'database'], ['months', 'database', 'management'], ['database', 'management', 'exprience'], ['management', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'itechpower'], ['company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust'], ['details', 'mca', 'ymcaust', 'faridabad'], ['mca', 'ymcaust', 'faridabad', 'haryana'], ['ymcaust', 'faridabad', 'haryana', 'data'], ['faridabad', 'haryana', 'data', 'science'], ['haryana', 'data', 'science', 'internship'], ['data', 'science', 'internship', 'skill'], ['science', 'internship', 'skill', 'details'], ['internship', 'skill', 'details', 'data'], ['skill', 'details', 'data', 'structure'], ['details', 'data', 'structure', 'exprience'], ['data', 'structure', 'exprience', 'less'], ['structure', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'c'], ['year', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'data'], ['year', 'months', 'data', 'analysis'], ['months', 'data', 'analysis', 'exprience'], ['data', 'analysis', 'exprience', 'less'], ['analysis', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'python'], ['year', 'months', 'python', 'exprience'], ['months', 'python', 'exprience', 'less'], ['python', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'core'], ['year', 'months', 'core', 'java'], ['months', 'core', 'java', 'exprience'], ['core', 'java', 'exprience', 'less'], ['java', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'database'], ['year', 'months', 'database', 'management'], ['months', 'database', 'management', 'exprience'], ['database', 'management', 'exprience', 'less'], ['management', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'itechpower'], ['details', 'company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust', 'faridabad'], ['details', 'mca', 'ymcaust', 'faridabad', 'haryana'], ['mca', 'ymcaust', 'faridabad', 'haryana', 'data'], ['ymcaust', 'faridabad', 'haryana', 'data', 'science'], ['faridabad', 'haryana', 'data', 'science', 'internship'], ['haryana', 'data', 'science', 'internship', 'skill'], ['data', 'science', 'internship', 'skill', 'details'], ['science', 'internship', 'skill', 'details', 'data'], ['internship', 'skill', 'details', 'data', 'structure'], ['skill', 'details', 'data', 'structure', 'exprience'], ['details', 'data', 'structure', 'exprience', 'less'], ['data', 'structure', 'exprience', 'less', '1'], ['structure', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'c'], ['1', 'year', 'months', 'c', 'exprience'], ['year', 'months', 'c', 'exprience', 'less'], ['months', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'data'], ['1', 'year', 'months', 'data', 'analysis'], ['year', 'months', 'data', 'analysis', 'exprience'], ['months', 'data', 'analysis', 'exprience', 'less'], ['data', 'analysis', 'exprience', 'less', '1'], ['analysis', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'python'], ['1', 'year', 'months', 'python', 'exprience'], ['year', 'months', 'python', 'exprience', 'less'], ['months', 'python', 'exprience', 'less', '1'], ['python', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'core'], ['1', 'year', 'months', 'core', 'java'], ['year', 'months', 'core', 'java', 'exprience'], ['months', 'core', 'java', 'exprience', 'less'], ['core', 'java', 'exprience', 'less', '1'], ['java', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'database'], ['1', 'year', 'months', 'database', 'management'], ['year', 'months', 'database', 'management', 'exprience'], ['months', 'database', 'management', 'exprience', 'less'], ['database', 'management', 'exprience', 'less', '1'], ['management', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'itechpower'], ['monthscompany', 'details', 'company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust', 'faridabad', 'haryana'], ['details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data'], ['mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science'], ['ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship'], ['faridabad', 'haryana', 'data', 'science', 'internship', 'skill'], ['haryana', 'data', 'science', 'internship', 'skill', 'details'], ['data', 'science', 'internship', 'skill', 'details', 'data'], ['science', 'internship', 'skill', 'details', 'data', 'structure'], ['internship', 'skill', 'details', 'data', 'structure', 'exprience'], ['skill', 'details', 'data', 'structure', 'exprience', 'less'], ['details', 'data', 'structure', 'exprience', 'less', '1'], ['data', 'structure', 'exprience', 'less', '1', 'year'], ['structure', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'c'], ['less', '1', 'year', 'months', 'c', 'exprience'], ['1', 'year', 'months', 'c', 'exprience', 'less'], ['year', 'months', 'c', 'exprience', 'less', '1'], ['months', 'c', 'exprience', 'less', '1', 'year'], ['c', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'data'], ['less', '1', 'year', 'months', 'data', 'analysis'], ['1', 'year', 'months', 'data', 'analysis', 'exprience'], ['year', 'months', 'data', 'analysis', 'exprience', 'less'], ['months', 'data', 'analysis', 'exprience', 'less', '1'], ['data', 'analysis', 'exprience', 'less', '1', 'year'], ['analysis', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'python'], ['less', '1', 'year', 'months', 'python', 'exprience'], ['1', 'year', 'months', 'python', 'exprience', 'less'], ['year', 'months', 'python', 'exprience', 'less', '1'], ['months', 'python', 'exprience', 'less', '1', 'year'], ['python', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'core'], ['less', '1', 'year', 'months', 'core', 'java'], ['1', 'year', 'months', 'core', 'java', 'exprience'], ['year', 'months', 'core', 'java', 'exprience', 'less'], ['months', 'core', 'java', 'exprience', 'less', '1'], ['core', 'java', 'exprience', 'less', '1', 'year'], ['java', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'database'], ['less', '1', 'year', 'months', 'database', 'management'], ['1', 'year', 'months', 'database', 'management', 'exprience'], ['year', 'months', 'database', 'management', 'exprience', 'less'], ['months', 'database', 'management', 'exprience', 'less', '1'], ['database', 'management', 'exprience', 'less', '1', 'year'], ['management', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'itechpower'], ['year', 'monthscompany', 'details', 'company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data'], ['details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science'], ['mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship'], ['ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill'], ['faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details'], ['haryana', 'data', 'science', 'internship', 'skill', 'details', 'data'], ['data', 'science', 'internship', 'skill', 'details', 'data', 'structure'], ['science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience'], ['internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less'], ['skill', 'details', 'data', 'structure', 'exprience', 'less', '1'], ['details', 'data', 'structure', 'exprience', 'less', '1', 'year'], ['data', 'structure', 'exprience', 'less', '1', 'year', 'months'], ['structure', 'exprience', 'less', '1', 'year', 'months', 'c'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['c', 'exprience', 'less', '1', 'year', 'months', 'data'], ['exprience', 'less', '1', 'year', 'months', 'data', 'analysis'], ['less', '1', 'year', 'months', 'data', 'analysis', 'exprience'], ['1', 'year', 'months', 'data', 'analysis', 'exprience', 'less'], ['year', 'months', 'data', 'analysis', 'exprience', 'less', '1'], ['months', 'data', 'analysis', 'exprience', 'less', '1', 'year'], ['data', 'analysis', 'exprience', 'less', '1', 'year', 'months'], ['analysis', 'exprience', 'less', '1', 'year', 'months', 'python'], ['exprience', 'less', '1', 'year', 'months', 'python', 'exprience'], ['less', '1', 'year', 'months', 'python', 'exprience', 'less'], ['1', 'year', 'months', 'python', 'exprience', 'less', '1'], ['year', 'months', 'python', 'exprience', 'less', '1', 'year'], ['months', 'python', 'exprience', 'less', '1', 'year', 'months'], ['python', 'exprience', 'less', '1', 'year', 'months', 'core'], ['exprience', 'less', '1', 'year', 'months', 'core', 'java'], ['less', '1', 'year', 'months', 'core', 'java', 'exprience'], ['1', 'year', 'months', 'core', 'java', 'exprience', 'less'], ['year', 'months', 'core', 'java', 'exprience', 'less', '1'], ['months', 'core', 'java', 'exprience', 'less', '1', 'year'], ['core', 'java', 'exprience', 'less', '1', 'year', 'months'], ['java', 'exprience', 'less', '1', 'year', 'months', 'database'], ['exprience', 'less', '1', 'year', 'months', 'database', 'management'], ['less', '1', 'year', 'months', 'database', 'management', 'exprience'], ['1', 'year', 'months', 'database', 'management', 'exprience', 'less'], ['year', 'months', 'database', 'management', 'exprience', 'less', '1'], ['months', 'database', 'management', 'exprience', 'less', '1', 'year'], ['database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany'], ['management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower'], ['1', 'year', 'monthscompany', 'details', 'company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science'], ['details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship'], ['mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill'], ['ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details'], ['faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details', 'data'], ['haryana', 'data', 'science', 'internship', 'skill', 'details', 'data', 'structure'], ['data', 'science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience'], ['science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less'], ['internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less', '1'], ['skill', 'details', 'data', 'structure', 'exprience', 'less', '1', 'year'], ['details', 'data', 'structure', 'exprience', 'less', '1', 'year', 'months'], ['data', 'structure', 'exprience', 'less', '1', 'year', 'months', 'c'], ['structure', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'data'], ['c', 'exprience', 'less', '1', 'year', 'months', 'data', 'analysis'], ['exprience', 'less', '1', 'year', 'months', 'data', 'analysis', 'exprience'], ['less', '1', 'year', 'months', 'data', 'analysis', 'exprience', 'less'], ['1', 'year', 'months', 'data', 'analysis', 'exprience', 'less', '1'], ['year', 'months', 'data', 'analysis', 'exprience', 'less', '1', 'year'], ['months', 'data', 'analysis', 'exprience', 'less', '1', 'year', 'months'], ['data', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'python'], ['analysis', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less'], ['less', '1', 'year', 'months', 'python', 'exprience', 'less', '1'], ['1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year'], ['year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months'], ['months', 'python', 'exprience', 'less', '1', 'year', 'months', 'core'], ['python', 'exprience', 'less', '1', 'year', 'months', 'core', 'java'], ['exprience', 'less', '1', 'year', 'months', 'core', 'java', 'exprience'], ['less', '1', 'year', 'months', 'core', 'java', 'exprience', 'less'], ['1', 'year', 'months', 'core', 'java', 'exprience', 'less', '1'], ['year', 'months', 'core', 'java', 'exprience', 'less', '1', 'year'], ['months', 'core', 'java', 'exprience', 'less', '1', 'year', 'months'], ['core', 'java', 'exprience', 'less', '1', 'year', 'months', 'database'], ['java', 'exprience', 'less', '1', 'year', 'months', 'database', 'management'], ['exprience', 'less', '1', 'year', 'months', 'database', 'management', 'exprience'], ['less', '1', 'year', 'months', 'database', 'management', 'exprience', 'less'], ['1', 'year', 'months', 'database', 'management', 'exprience', 'less', '1'], ['year', 'months', 'database', 'management', 'exprience', 'less', '1', 'year'], ['months', 'database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany'], ['database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower', 'description'], ['education', 'details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship'], ['details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill'], ['mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details'], ['ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details', 'data'], ['faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details', 'data', 'structure'], ['haryana', 'data', 'science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience'], ['data', 'science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less'], ['science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less', '1'], ['internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'data', 'structure', 'exprience', 'less', '1', 'year', 'months'], ['details', 'data', 'structure', 'exprience', 'less', '1', 'year', 'months', 'c'], ['data', 'structure', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['structure', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'data'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'data', 'analysis'], ['c', 'exprience', 'less', '1', 'year', 'months', 'data', 'analysis', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'data', 'analysis', 'exprience', 'less'], ['less', '1', 'year', 'months', 'data', 'analysis', 'exprience', 'less', '1'], ['1', 'year', 'months', 'data', 'analysis', 'exprience', 'less', '1', 'year'], ['year', 'months', 'data', 'analysis', 'exprience', 'less', '1', 'year', 'months'], ['months', 'data', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'python'], ['data', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience'], ['analysis', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'core'], ['months', 'python', 'exprience', 'less', '1', 'year', 'months', 'core', 'java'], ['python', 'exprience', 'less', '1', 'year', 'months', 'core', 'java', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'core', 'java', 'exprience', 'less'], ['less', '1', 'year', 'months', 'core', 'java', 'exprience', 'less', '1'], ['1', 'year', 'months', 'core', 'java', 'exprience', 'less', '1', 'year'], ['year', 'months', 'core', 'java', 'exprience', 'less', '1', 'year', 'months'], ['months', 'core', 'java', 'exprience', 'less', '1', 'year', 'months', 'database'], ['core', 'java', 'exprience', 'less', '1', 'year', 'months', 'database', 'management'], ['java', 'exprience', 'less', '1', 'year', 'months', 'database', 'management', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'database', 'management', 'exprience', 'less'], ['less', '1', 'year', 'months', 'database', 'management', 'exprience', 'less', '1'], ['1', 'year', 'months', 'database', 'management', 'exprience', 'less', '1', 'year'], ['year', 'months', 'database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany'], ['months', 'database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower', 'description']], [['skills'], ['c'], ['basics'], ['iot'], ['python'], ['matlab'], ['data'], ['science'], ['machine'], ['learning'], ['html'], ['microsoft'], ['word'], ['microsoft'], ['excel'], ['microsoft'], ['powerpoint'], ['recognition'], ['academic'], ['secured'], ['first'], ['place'], ['b'], ['tech'], ['education'], ['details'], ['august'], ['2014'], ['may'], ['2018'], ['b'], ['tech'], ['ghatkesar'], ['andhra'], ['pradesh'], ['aurora'], ['scientific'], ['technological'], ['institute'], ['june'], ['2012'], ['may'], ['2014'], ['secondary'], ['education'], ['warangal'], ['telangana'], ['sr'], ['junior'], ['college'], ['data'], ['science'], ['skill'], ['details'], ['ms'], ['office'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['machine'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['data'], ['science'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['matlab'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['description'], ['skills', 'c'], ['c', 'basics'], ['basics', 'iot'], ['iot', 'python'], ['python', 'matlab'], ['matlab', 'data'], ['data', 'science'], ['science', 'machine'], ['machine', 'learning'], ['learning', 'html'], ['html', 'microsoft'], ['microsoft', 'word'], ['word', 'microsoft'], ['microsoft', 'excel'], ['excel', 'microsoft'], ['microsoft', 'powerpoint'], ['powerpoint', 'recognition'], ['recognition', 'academic'], ['academic', 'secured'], ['secured', 'first'], ['first', 'place'], ['place', 'b'], ['b', 'tech'], ['tech', 'education'], ['education', 'details'], ['details', 'august'], ['august', '2014'], ['2014', 'may'], ['may', '2018'], ['2018', 'b'], ['b', 'tech'], ['tech', 'ghatkesar'], ['ghatkesar', 'andhra'], ['andhra', 'pradesh'], ['pradesh', 'aurora'], ['aurora', 'scientific'], ['scientific', 'technological'], ['technological', 'institute'], ['institute', 'june'], ['june', '2012'], ['2012', 'may'], ['may', '2014'], ['2014', 'secondary'], ['secondary', 'education'], ['education', 'warangal'], ['warangal', 'telangana'], ['telangana', 'sr'], ['sr', 'junior'], ['junior', 'college'], ['college', 'data'], ['data', 'science'], ['science', 'skill'], ['skill', 'details'], ['details', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'data'], ['data', 'science'], ['science', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'matlab'], ['matlab', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['skills', 'c', 'basics'], ['c', 'basics', 'iot'], ['basics', 'iot', 'python'], ['iot', 'python', 'matlab'], ['python', 'matlab', 'data'], ['matlab', 'data', 'science'], ['data', 'science', 'machine'], ['science', 'machine', 'learning'], ['machine', 'learning', 'html'], ['learning', 'html', 'microsoft'], ['html', 'microsoft', 'word'], ['microsoft', 'word', 'microsoft'], ['word', 'microsoft', 'excel'], ['microsoft', 'excel', 'microsoft'], ['excel', 'microsoft', 'powerpoint'], ['microsoft', 'powerpoint', 'recognition'], ['powerpoint', 'recognition', 'academic'], ['recognition', 'academic', 'secured'], ['academic', 'secured', 'first'], ['secured', 'first', 'place'], ['first', 'place', 'b'], ['place', 'b', 'tech'], ['b', 'tech', 'education'], ['tech', 'education', 'details'], ['education', 'details', 'august'], ['details', 'august', '2014'], ['august', '2014', 'may'], ['2014', 'may', '2018'], ['may', '2018', 'b'], ['2018', 'b', 'tech'], ['b', 'tech', 'ghatkesar'], ['tech', 'ghatkesar', 'andhra'], ['ghatkesar', 'andhra', 'pradesh'], ['andhra', 'pradesh', 'aurora'], ['pradesh', 'aurora', 'scientific'], ['aurora', 'scientific', 'technological'], ['scientific', 'technological', 'institute'], ['technological', 'institute', 'june'], ['institute', 'june', '2012'], ['june', '2012', 'may'], ['2012', 'may', '2014'], ['may', '2014', 'secondary'], ['2014', 'secondary', 'education'], ['secondary', 'education', 'warangal'], ['education', 'warangal', 'telangana'], ['warangal', 'telangana', 'sr'], ['telangana', 'sr', 'junior'], ['sr', 'junior', 'college'], ['junior', 'college', 'data'], ['college', 'data', 'science'], ['data', 'science', 'skill'], ['science', 'skill', 'details'], ['skill', 'details', 'ms'], ['details', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'machine'], ['months', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'data'], ['months', 'data', 'science'], ['data', 'science', 'exprience'], ['science', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'matlab'], ['months', 'matlab', 'exprience'], ['matlab', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['skills', 'c', 'basics', 'iot'], ['c', 'basics', 'iot', 'python'], ['basics', 'iot', 'python', 'matlab'], ['iot', 'python', 'matlab', 'data'], ['python', 'matlab', 'data', 'science'], ['matlab', 'data', 'science', 'machine'], ['data', 'science', 'machine', 'learning'], ['science', 'machine', 'learning', 'html'], ['machine', 'learning', 'html', 'microsoft'], ['learning', 'html', 'microsoft', 'word'], ['html', 'microsoft', 'word', 'microsoft'], ['microsoft', 'word', 'microsoft', 'excel'], ['word', 'microsoft', 'excel', 'microsoft'], ['microsoft', 'excel', 'microsoft', 'powerpoint'], ['excel', 'microsoft', 'powerpoint', 'recognition'], ['microsoft', 'powerpoint', 'recognition', 'academic'], ['powerpoint', 'recognition', 'academic', 'secured'], ['recognition', 'academic', 'secured', 'first'], ['academic', 'secured', 'first', 'place'], ['secured', 'first', 'place', 'b'], ['first', 'place', 'b', 'tech'], ['place', 'b', 'tech', 'education'], ['b', 'tech', 'education', 'details'], ['tech', 'education', 'details', 'august'], ['education', 'details', 'august', '2014'], ['details', 'august', '2014', 'may'], ['august', '2014', 'may', '2018'], ['2014', 'may', '2018', 'b'], ['may', '2018', 'b', 'tech'], ['2018', 'b', 'tech', 'ghatkesar'], ['b', 'tech', 'ghatkesar', 'andhra'], ['tech', 'ghatkesar', 'andhra', 'pradesh'], ['ghatkesar', 'andhra', 'pradesh', 'aurora'], ['andhra', 'pradesh', 'aurora', 'scientific'], ['pradesh', 'aurora', 'scientific', 'technological'], ['aurora', 'scientific', 'technological', 'institute'], ['scientific', 'technological', 'institute', 'june'], ['technological', 'institute', 'june', '2012'], ['institute', 'june', '2012', 'may'], ['june', '2012', 'may', '2014'], ['2012', 'may', '2014', 'secondary'], ['may', '2014', 'secondary', 'education'], ['2014', 'secondary', 'education', 'warangal'], ['secondary', 'education', 'warangal', 'telangana'], ['education', 'warangal', 'telangana', 'sr'], ['warangal', 'telangana', 'sr', 'junior'], ['telangana', 'sr', 'junior', 'college'], ['sr', 'junior', 'college', 'data'], ['junior', 'college', 'data', 'science'], ['college', 'data', 'science', 'skill'], ['data', 'science', 'skill', 'details'], ['science', 'skill', 'details', 'ms'], ['skill', 'details', 'ms', 'office'], ['details', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', 'less'], ['office', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'c'], ['year', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'machine'], ['year', 'months', 'machine', 'learning'], ['months', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', 'less'], ['learning', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'data'], ['year', 'months', 'data', 'science'], ['months', 'data', 'science', 'exprience'], ['data', 'science', 'exprience', 'less'], ['science', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'matlab'], ['year', 'months', 'matlab', 'exprience'], ['months', 'matlab', 'exprience', 'less'], ['matlab', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['skills', 'c', 'basics', 'iot', 'python'], ['c', 'basics', 'iot', 'python', 'matlab'], ['basics', 'iot', 'python', 'matlab', 'data'], ['iot', 'python', 'matlab', 'data', 'science'], ['python', 'matlab', 'data', 'science', 'machine'], ['matlab', 'data', 'science', 'machine', 'learning'], ['data', 'science', 'machine', 'learning', 'html'], ['science', 'machine', 'learning', 'html', 'microsoft'], ['machine', 'learning', 'html', 'microsoft', 'word'], ['learning', 'html', 'microsoft', 'word', 'microsoft'], ['html', 'microsoft', 'word', 'microsoft', 'excel'], ['microsoft', 'word', 'microsoft', 'excel', 'microsoft'], ['word', 'microsoft', 'excel', 'microsoft', 'powerpoint'], ['microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition'], ['excel', 'microsoft', 'powerpoint', 'recognition', 'academic'], ['microsoft', 'powerpoint', 'recognition', 'academic', 'secured'], ['powerpoint', 'recognition', 'academic', 'secured', 'first'], ['recognition', 'academic', 'secured', 'first', 'place'], ['academic', 'secured', 'first', 'place', 'b'], ['secured', 'first', 'place', 'b', 'tech'], ['first', 'place', 'b', 'tech', 'education'], ['place', 'b', 'tech', 'education', 'details'], ['b', 'tech', 'education', 'details', 'august'], ['tech', 'education', 'details', 'august', '2014'], ['education', 'details', 'august', '2014', 'may'], ['details', 'august', '2014', 'may', '2018'], ['august', '2014', 'may', '2018', 'b'], ['2014', 'may', '2018', 'b', 'tech'], ['may', '2018', 'b', 'tech', 'ghatkesar'], ['2018', 'b', 'tech', 'ghatkesar', 'andhra'], ['b', 'tech', 'ghatkesar', 'andhra', 'pradesh'], ['tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora'], ['ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific'], ['andhra', 'pradesh', 'aurora', 'scientific', 'technological'], ['pradesh', 'aurora', 'scientific', 'technological', 'institute'], ['aurora', 'scientific', 'technological', 'institute', 'june'], ['scientific', 'technological', 'institute', 'june', '2012'], ['technological', 'institute', 'june', '2012', 'may'], ['institute', 'june', '2012', 'may', '2014'], ['june', '2012', 'may', '2014', 'secondary'], ['2012', 'may', '2014', 'secondary', 'education'], ['may', '2014', 'secondary', 'education', 'warangal'], ['2014', 'secondary', 'education', 'warangal', 'telangana'], ['secondary', 'education', 'warangal', 'telangana', 'sr'], ['education', 'warangal', 'telangana', 'sr', 'junior'], ['warangal', 'telangana', 'sr', 'junior', 'college'], ['telangana', 'sr', 'junior', 'college', 'data'], ['sr', 'junior', 'college', 'data', 'science'], ['junior', 'college', 'data', 'science', 'skill'], ['college', 'data', 'science', 'skill', 'details'], ['data', 'science', 'skill', 'details', 'ms'], ['science', 'skill', 'details', 'ms', 'office'], ['skill', 'details', 'ms', 'office', 'exprience'], ['details', 'ms', 'office', 'exprience', 'less'], ['ms', 'office', 'exprience', 'less', '1'], ['office', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'c'], ['1', 'year', 'months', 'c', 'exprience'], ['year', 'months', 'c', 'exprience', 'less'], ['months', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'machine'], ['1', 'year', 'months', 'machine', 'learning'], ['year', 'months', 'machine', 'learning', 'exprience'], ['months', 'machine', 'learning', 'exprience', 'less'], ['machine', 'learning', 'exprience', 'less', '1'], ['learning', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'data'], ['1', 'year', 'months', 'data', 'science'], ['year', 'months', 'data', 'science', 'exprience'], ['months', 'data', 'science', 'exprience', 'less'], ['data', 'science', 'exprience', 'less', '1'], ['science', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'matlab'], ['1', 'year', 'months', 'matlab', 'exprience'], ['year', 'months', 'matlab', 'exprience', 'less'], ['months', 'matlab', 'exprience', 'less', '1'], ['matlab', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'description'], ['skills', 'c', 'basics', 'iot', 'python', 'matlab'], ['c', 'basics', 'iot', 'python', 'matlab', 'data'], ['basics', 'iot', 'python', 'matlab', 'data', 'science'], ['iot', 'python', 'matlab', 'data', 'science', 'machine'], ['python', 'matlab', 'data', 'science', 'machine', 'learning'], ['matlab', 'data', 'science', 'machine', 'learning', 'html'], ['data', 'science', 'machine', 'learning', 'html', 'microsoft'], ['science', 'machine', 'learning', 'html', 'microsoft', 'word'], ['machine', 'learning', 'html', 'microsoft', 'word', 'microsoft'], ['learning', 'html', 'microsoft', 'word', 'microsoft', 'excel'], ['html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft'], ['microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint'], ['word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition'], ['microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic'], ['excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured'], ['microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first'], ['powerpoint', 'recognition', 'academic', 'secured', 'first', 'place'], ['recognition', 'academic', 'secured', 'first', 'place', 'b'], ['academic', 'secured', 'first', 'place', 'b', 'tech'], ['secured', 'first', 'place', 'b', 'tech', 'education'], ['first', 'place', 'b', 'tech', 'education', 'details'], ['place', 'b', 'tech', 'education', 'details', 'august'], ['b', 'tech', 'education', 'details', 'august', '2014'], ['tech', 'education', 'details', 'august', '2014', 'may'], ['education', 'details', 'august', '2014', 'may', '2018'], ['details', 'august', '2014', 'may', '2018', 'b'], ['august', '2014', 'may', '2018', 'b', 'tech'], ['2014', 'may', '2018', 'b', 'tech', 'ghatkesar'], ['may', '2018', 'b', 'tech', 'ghatkesar', 'andhra'], ['2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh'], ['b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora'], ['tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific'], ['ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological'], ['andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute'], ['pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june'], ['aurora', 'scientific', 'technological', 'institute', 'june', '2012'], ['scientific', 'technological', 'institute', 'june', '2012', 'may'], ['technological', 'institute', 'june', '2012', 'may', '2014'], ['institute', 'june', '2012', 'may', '2014', 'secondary'], ['june', '2012', 'may', '2014', 'secondary', 'education'], ['2012', 'may', '2014', 'secondary', 'education', 'warangal'], ['may', '2014', 'secondary', 'education', 'warangal', 'telangana'], ['2014', 'secondary', 'education', 'warangal', 'telangana', 'sr'], ['secondary', 'education', 'warangal', 'telangana', 'sr', 'junior'], ['education', 'warangal', 'telangana', 'sr', 'junior', 'college'], ['warangal', 'telangana', 'sr', 'junior', 'college', 'data'], ['telangana', 'sr', 'junior', 'college', 'data', 'science'], ['sr', 'junior', 'college', 'data', 'science', 'skill'], ['junior', 'college', 'data', 'science', 'skill', 'details'], ['college', 'data', 'science', 'skill', 'details', 'ms'], ['data', 'science', 'skill', 'details', 'ms', 'office'], ['science', 'skill', 'details', 'ms', 'office', 'exprience'], ['skill', 'details', 'ms', 'office', 'exprience', 'less'], ['details', 'ms', 'office', 'exprience', 'less', '1'], ['ms', 'office', 'exprience', 'less', '1', 'year'], ['office', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'c'], ['less', '1', 'year', 'months', 'c', 'exprience'], ['1', 'year', 'months', 'c', 'exprience', 'less'], ['year', 'months', 'c', 'exprience', 'less', '1'], ['months', 'c', 'exprience', 'less', '1', 'year'], ['c', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'machine'], ['less', '1', 'year', 'months', 'machine', 'learning'], ['1', 'year', 'months', 'machine', 'learning', 'exprience'], ['year', 'months', 'machine', 'learning', 'exprience', 'less'], ['months', 'machine', 'learning', 'exprience', 'less', '1'], ['machine', 'learning', 'exprience', 'less', '1', 'year'], ['learning', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'data'], ['less', '1', 'year', 'months', 'data', 'science'], ['1', 'year', 'months', 'data', 'science', 'exprience'], ['year', 'months', 'data', 'science', 'exprience', 'less'], ['months', 'data', 'science', 'exprience', 'less', '1'], ['data', 'science', 'exprience', 'less', '1', 'year'], ['science', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'matlab'], ['less', '1', 'year', 'months', 'matlab', 'exprience'], ['1', 'year', 'months', 'matlab', 'exprience', 'less'], ['year', 'months', 'matlab', 'exprience', 'less', '1'], ['months', 'matlab', 'exprience', 'less', '1', 'year'], ['matlab', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'description'], ['skills', 'c', 'basics', 'iot', 'python', 'matlab', 'data'], ['c', 'basics', 'iot', 'python', 'matlab', 'data', 'science'], ['basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine'], ['iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning'], ['python', 'matlab', 'data', 'science', 'machine', 'learning', 'html'], ['matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft'], ['data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word'], ['science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft'], ['machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel'], ['learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft'], ['html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint'], ['microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition'], ['word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic'], ['microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured'], ['excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first'], ['microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place'], ['powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b'], ['recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech'], ['academic', 'secured', 'first', 'place', 'b', 'tech', 'education'], ['secured', 'first', 'place', 'b', 'tech', 'education', 'details'], ['first', 'place', 'b', 'tech', 'education', 'details', 'august'], ['place', 'b', 'tech', 'education', 'details', 'august', '2014'], ['b', 'tech', 'education', 'details', 'august', '2014', 'may'], ['tech', 'education', 'details', 'august', '2014', 'may', '2018'], ['education', 'details', 'august', '2014', 'may', '2018', 'b'], ['details', 'august', '2014', 'may', '2018', 'b', 'tech'], ['august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar'], ['2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra'], ['may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh'], ['2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora'], ['b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific'], ['tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological'], ['ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute'], ['andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june'], ['pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012'], ['aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may'], ['scientific', 'technological', 'institute', 'june', '2012', 'may', '2014'], ['technological', 'institute', 'june', '2012', 'may', '2014', 'secondary'], ['institute', 'june', '2012', 'may', '2014', 'secondary', 'education'], ['june', '2012', 'may', '2014', 'secondary', 'education', 'warangal'], ['2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana'], ['may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr'], ['2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior'], ['secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college'], ['education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data'], ['warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science'], ['telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill'], ['sr', 'junior', 'college', 'data', 'science', 'skill', 'details'], ['junior', 'college', 'data', 'science', 'skill', 'details', 'ms'], ['college', 'data', 'science', 'skill', 'details', 'ms', 'office'], ['data', 'science', 'skill', 'details', 'ms', 'office', 'exprience'], ['science', 'skill', 'details', 'ms', 'office', 'exprience', 'less'], ['skill', 'details', 'ms', 'office', 'exprience', 'less', '1'], ['details', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'months'], ['office', 'exprience', 'less', '1', 'year', 'months', 'c'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['c', 'exprience', 'less', '1', 'year', 'months', 'machine'], ['exprience', 'less', '1', 'year', 'months', 'machine', 'learning'], ['less', '1', 'year', 'months', 'machine', 'learning', 'exprience'], ['1', 'year', 'months', 'machine', 'learning', 'exprience', 'less'], ['year', 'months', 'machine', 'learning', 'exprience', 'less', '1'], ['months', 'machine', 'learning', 'exprience', 'less', '1', 'year'], ['machine', 'learning', 'exprience', 'less', '1', 'year', 'months'], ['learning', 'exprience', 'less', '1', 'year', 'months', 'data'], ['exprience', 'less', '1', 'year', 'months', 'data', 'science'], ['less', '1', 'year', 'months', 'data', 'science', 'exprience'], ['1', 'year', 'months', 'data', 'science', 'exprience', 'less'], ['year', 'months', 'data', 'science', 'exprience', 'less', '1'], ['months', 'data', 'science', 'exprience', 'less', '1', 'year'], ['data', 'science', 'exprience', 'less', '1', 'year', 'months'], ['science', 'exprience', 'less', '1', 'year', 'months', 'matlab'], ['exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience'], ['less', '1', 'year', 'months', 'matlab', 'exprience', 'less'], ['1', 'year', 'months', 'matlab', 'exprience', 'less', '1'], ['year', 'months', 'matlab', 'exprience', 'less', '1', 'year'], ['months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany'], ['matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['skills', 'c', 'basics', 'iot', 'python', 'matlab', 'data', 'science'], ['c', 'basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine'], ['basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning'], ['iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning', 'html'], ['python', 'matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft'], ['matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word'], ['data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft'], ['science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel'], ['machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft'], ['learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint'], ['html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition'], ['microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic'], ['word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured'], ['microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first'], ['excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place'], ['microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b'], ['powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech'], ['recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech', 'education'], ['academic', 'secured', 'first', 'place', 'b', 'tech', 'education', 'details'], ['secured', 'first', 'place', 'b', 'tech', 'education', 'details', 'august'], ['first', 'place', 'b', 'tech', 'education', 'details', 'august', '2014'], ['place', 'b', 'tech', 'education', 'details', 'august', '2014', 'may'], ['b', 'tech', 'education', 'details', 'august', '2014', 'may', '2018'], ['tech', 'education', 'details', 'august', '2014', 'may', '2018', 'b'], ['education', 'details', 'august', '2014', 'may', '2018', 'b', 'tech'], ['details', 'august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar'], ['august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra'], ['2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh'], ['may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora'], ['2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific'], ['b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological'], ['tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute'], ['ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june'], ['andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012'], ['pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may'], ['aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may', '2014'], ['scientific', 'technological', 'institute', 'june', '2012', 'may', '2014', 'secondary'], ['technological', 'institute', 'june', '2012', 'may', '2014', 'secondary', 'education'], ['institute', 'june', '2012', 'may', '2014', 'secondary', 'education', 'warangal'], ['june', '2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana'], ['2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr'], ['may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior'], ['2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college'], ['secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data'], ['education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science'], ['warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill'], ['telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill', 'details'], ['sr', 'junior', 'college', 'data', 'science', 'skill', 'details', 'ms'], ['junior', 'college', 'data', 'science', 'skill', 'details', 'ms', 'office'], ['college', 'data', 'science', 'skill', 'details', 'ms', 'office', 'exprience'], ['data', 'science', 'skill', 'details', 'ms', 'office', 'exprience', 'less'], ['science', 'skill', 'details', 'ms', 'office', 'exprience', 'less', '1'], ['skill', 'details', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['details', 'ms', 'office', 'exprience', 'less', '1', 'year', 'months'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'months', 'c'], ['office', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'machine'], ['c', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning'], ['exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience'], ['less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less'], ['1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1'], ['year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year'], ['months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months'], ['machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'data'], ['learning', 'exprience', 'less', '1', 'year', 'months', 'data', 'science'], ['exprience', 'less', '1', 'year', 'months', 'data', 'science', 'exprience'], ['less', '1', 'year', 'months', 'data', 'science', 'exprience', 'less'], ['1', 'year', 'months', 'data', 'science', 'exprience', 'less', '1'], ['year', 'months', 'data', 'science', 'exprience', 'less', '1', 'year'], ['months', 'data', 'science', 'exprience', 'less', '1', 'year', 'months'], ['data', 'science', 'exprience', 'less', '1', 'year', 'months', 'matlab'], ['science', 'exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience', 'less'], ['less', '1', 'year', 'months', 'matlab', 'exprience', 'less', '1'], ['1', 'year', 'months', 'matlab', 'exprience', 'less', '1', 'year'], ['year', 'months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany'], ['months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['skills', 'c', 'basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine'], ['c', 'basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning'], ['basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning', 'html'], ['iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft'], ['python', 'matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word'], ['matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft'], ['data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel'], ['science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft'], ['machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint'], ['learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition'], ['html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic'], ['microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured'], ['word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first'], ['microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place'], ['excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b'], ['microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech'], ['powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech', 'education'], ['recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech', 'education', 'details'], ['academic', 'secured', 'first', 'place', 'b', 'tech', 'education', 'details', 'august'], ['secured', 'first', 'place', 'b', 'tech', 'education', 'details', 'august', '2014'], ['first', 'place', 'b', 'tech', 'education', 'details', 'august', '2014', 'may'], ['place', 'b', 'tech', 'education', 'details', 'august', '2014', 'may', '2018'], ['b', 'tech', 'education', 'details', 'august', '2014', 'may', '2018', 'b'], ['tech', 'education', 'details', 'august', '2014', 'may', '2018', 'b', 'tech'], ['education', 'details', 'august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar'], ['details', 'august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra'], ['august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh'], ['2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora'], ['may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific'], ['2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological'], ['b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute'], ['tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june'], ['ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012'], ['andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may'], ['pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may', '2014'], ['aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may', '2014', 'secondary'], ['scientific', 'technological', 'institute', 'june', '2012', 'may', '2014', 'secondary', 'education'], ['technological', 'institute', 'june', '2012', 'may', '2014', 'secondary', 'education', 'warangal'], ['institute', 'june', '2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana'], ['june', '2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr'], ['2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior'], ['may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college'], ['2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data'], ['secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science'], ['education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill'], ['warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill', 'details'], ['telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill', 'details', 'ms'], ['sr', 'junior', 'college', 'data', 'science', 'skill', 'details', 'ms', 'office'], ['junior', 'college', 'data', 'science', 'skill', 'details', 'ms', 'office', 'exprience'], ['college', 'data', 'science', 'skill', 'details', 'ms', 'office', 'exprience', 'less'], ['data', 'science', 'skill', 'details', 'ms', 'office', 'exprience', 'less', '1'], ['science', 'skill', 'details', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'ms', 'office', 'exprience', 'less', '1', 'year', 'months'], ['details', 'ms', 'office', 'exprience', 'less', '1', 'year', 'months', 'c'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['office', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'machine'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning'], ['c', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less'], ['less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1'], ['1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year'], ['year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months'], ['months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'data'], ['machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'data', 'science'], ['learning', 'exprience', 'less', '1', 'year', 'months', 'data', 'science', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'data', 'science', 'exprience', 'less'], ['less', '1', 'year', 'months', 'data', 'science', 'exprience', 'less', '1'], ['1', 'year', 'months', 'data', 'science', 'exprience', 'less', '1', 'year'], ['year', 'months', 'data', 'science', 'exprience', 'less', '1', 'year', 'months'], ['months', 'data', 'science', 'exprience', 'less', '1', 'year', 'months', 'matlab'], ['data', 'science', 'exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience'], ['science', 'exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'matlab', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany'], ['year', 'months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description']], [['skills'], ['python'], ['tableau'], ['data'], ['visualization'], ['r'], ['studio'], ['machine'], ['learning'], ['statistics'], ['iabac'], ['certified'], ['data'], ['scientist'], ['versatile'], ['experience'], ['1'], ['years'], ['managing'], ['business'], ['data'], ['science'], ['consulting'], ['leading'], ['innovation'], ['projects'], ['bringing'], ['business'], ['ideas'], ['working'], ['real'], ['world'], ['solutions'], ['being'], ['strong'], ['advocator'], ['augmented'], ['era'], ['human'], ['capabilities'], ['enhanced'], ['machines'], ['fahed'], ['passionate'], ['bringing'], ['business'], ['concepts'], ['area'], ['machine'], ['learning'], ['ai'], ['robotics'], ['etc'], ['real'], ['life'], ['solutions'], ['education'], ['details'], ['january'], ['2017'], ['b'], ['tech'], ['computer'], ['science'], ['engineering'], ['mohali'], ['punjab'], ['indo'], ['global'], ['college'], ['engineering'], ['data'], ['science'], ['consultant'], ['data'], ['science'], ['consultant'], ['datamites'], ['skill'], ['details'], ['machine'], ['learning'], ['exprience'], ['13'], ['months'], ['python'], ['exprience'], ['24'], ['months'], ['solutions'], ['exprience'], ['24'], ['months'], ['data'], ['science'], ['exprience'], ['24'], ['months'], ['data'], ['visualization'], ['exprience'], ['24'], ['months'], ['tableau'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['datamites'], ['description'], ['analyzed'], ['processed'], ['complex'], ['data'], ['sets'], ['using'], ['advanced'], ['querying'], ['visualization'], ['analytics'], ['tools'], ['responsible'], ['loading'], ['extracting'], ['validation'], ['client'], ['data'], ['worked'], ['manipulating'], ['cleaning'], ['processing'], ['data'], ['using'], ['python'], ['used'], ['tableau'], ['data'], ['visualization'], ['company'], ['heretic'], ['solutions'], ['pvt'], ['ltd'], ['description'], ['worked'], ['closely'], ['business'], ['identify'], ['issues'], ['used'], ['data'], ['propose'], ['solutions'], ['effective'], ['decision'], ['making'], ['manipulating'], ['cleansing'], ['processing'], ['data'], ['using'], ['python'], ['excel'], ['r'], ['analyzed'], ['raw'], ['data'], ['drawing'], ['conclusions'], ['developing'], ['recommendations'], ['used'], ['machine'], ['learning'], ['tools'], ['statistical'], ['techniques'], ['produce'], ['solutions'], ['problems'], ['skills', 'python'], ['python', 'tableau'], ['tableau', 'data'], ['data', 'visualization'], ['visualization', 'r'], ['r', 'studio'], ['studio', 'machine'], ['machine', 'learning'], ['learning', 'statistics'], ['statistics', 'iabac'], ['iabac', 'certified'], ['certified', 'data'], ['data', 'scientist'], ['scientist', 'versatile'], ['versatile', 'experience'], ['experience', '1'], ['1', 'years'], ['years', 'managing'], ['managing', 'business'], ['business', 'data'], ['data', 'science'], ['science', 'consulting'], ['consulting', 'leading'], ['leading', 'innovation'], ['innovation', 'projects'], ['projects', 'bringing'], ['bringing', 'business'], ['business', 'ideas'], ['ideas', 'working'], ['working', 'real'], ['real', 'world'], ['world', 'solutions'], ['solutions', 'being'], ['being', 'strong'], ['strong', 'advocator'], ['advocator', 'augmented'], ['augmented', 'era'], ['era', 'human'], ['human', 'capabilities'], ['capabilities', 'enhanced'], ['enhanced', 'machines'], ['machines', 'fahed'], ['fahed', 'passionate'], ['passionate', 'bringing'], ['bringing', 'business'], ['business', 'concepts'], ['concepts', 'area'], ['area', 'machine'], ['machine', 'learning'], ['learning', 'ai'], ['ai', 'robotics'], ['robotics', 'etc'], ['etc', 'real'], ['real', 'life'], ['life', 'solutions'], ['solutions', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'b'], ['b', 'tech'], ['tech', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'mohali'], ['mohali', 'punjab'], ['punjab', 'indo'], ['indo', 'global'], ['global', 'college'], ['college', 'engineering'], ['engineering', 'data'], ['data', 'science'], ['science', 'consultant'], ['consultant', 'data'], ['data', 'science'], ['science', 'consultant'], ['consultant', 'datamites'], ['datamites', 'skill'], ['skill', 'details'], ['details', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', '13'], ['13', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'solutions'], ['solutions', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'data'], ['data', 'science'], ['science', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'data'], ['data', 'visualization'], ['visualization', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'tableau'], ['tableau', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'datamites'], ['datamites', 'description'], ['description', 'analyzed'], ['analyzed', 'processed'], ['processed', 'complex'], ['complex', 'data'], ['data', 'sets'], ['sets', 'using'], ['using', 'advanced'], ['advanced', 'querying'], ['querying', 'visualization'], ['visualization', 'analytics'], ['analytics', 'tools'], ['tools', 'responsible'], ['responsible', 'loading'], ['loading', 'extracting'], ['extracting', 'validation'], ['validation', 'client'], ['client', 'data'], ['data', 'worked'], ['worked', 'manipulating'], ['manipulating', 'cleaning'], ['cleaning', 'processing'], ['processing', 'data'], ['data', 'using'], ['using', 'python'], ['python', 'used'], ['used', 'tableau'], ['tableau', 'data'], ['data', 'visualization'], ['visualization', 'company'], ['company', 'heretic'], ['heretic', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'worked'], ['worked', 'closely'], ['closely', 'business'], ['business', 'identify'], ['identify', 'issues'], ['issues', 'used'], ['used', 'data'], ['data', 'propose'], ['propose', 'solutions'], ['solutions', 'effective'], ['effective', 'decision'], ['decision', 'making'], ['making', 'manipulating'], ['manipulating', 'cleansing'], ['cleansing', 'processing'], ['processing', 'data'], ['data', 'using'], ['using', 'python'], ['python', 'excel'], ['excel', 'r'], ['r', 'analyzed'], ['analyzed', 'raw'], ['raw', 'data'], ['data', 'drawing'], ['drawing', 'conclusions'], ['conclusions', 'developing'], ['developing', 'recommendations'], ['recommendations', 'used'], ['used', 'machine'], ['machine', 'learning'], ['learning', 'tools'], ['tools', 'statistical'], ['statistical', 'techniques'], ['techniques', 'produce'], ['produce', 'solutions'], ['solutions', 'problems'], ['skills', 'python', 'tableau'], ['python', 'tableau', 'data'], ['tableau', 'data', 'visualization'], ['data', 'visualization', 'r'], ['visualization', 'r', 'studio'], ['r', 'studio', 'machine'], ['studio', 'machine', 'learning'], ['machine', 'learning', 'statistics'], ['learning', 'statistics', 'iabac'], ['statistics', 'iabac', 'certified'], ['iabac', 'certified', 'data'], ['certified', 'data', 'scientist'], ['data', 'scientist', 'versatile'], ['scientist', 'versatile', 'experience'], ['versatile', 'experience', '1'], ['experience', '1', 'years'], ['1', 'years', 'managing'], ['years', 'managing', 'business'], ['managing', 'business', 'data'], ['business', 'data', 'science'], ['data', 'science', 'consulting'], ['science', 'consulting', 'leading'], ['consulting', 'leading', 'innovation'], ['leading', 'innovation', 'projects'], ['innovation', 'projects', 'bringing'], ['projects', 'bringing', 'business'], ['bringing', 'business', 'ideas'], ['business', 'ideas', 'working'], ['ideas', 'working', 'real'], ['working', 'real', 'world'], ['real', 'world', 'solutions'], ['world', 'solutions', 'being'], ['solutions', 'being', 'strong'], ['being', 'strong', 'advocator'], ['strong', 'advocator', 'augmented'], ['advocator', 'augmented', 'era'], ['augmented', 'era', 'human'], ['era', 'human', 'capabilities'], ['human', 'capabilities', 'enhanced'], ['capabilities', 'enhanced', 'machines'], ['enhanced', 'machines', 'fahed'], ['machines', 'fahed', 'passionate'], ['fahed', 'passionate', 'bringing'], ['passionate', 'bringing', 'business'], ['bringing', 'business', 'concepts'], ['business', 'concepts', 'area'], ['concepts', 'area', 'machine'], ['area', 'machine', 'learning'], ['machine', 'learning', 'ai'], ['learning', 'ai', 'robotics'], ['ai', 'robotics', 'etc'], ['robotics', 'etc', 'real'], ['etc', 'real', 'life'], ['real', 'life', 'solutions'], ['life', 'solutions', 'education'], ['solutions', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'b'], ['2017', 'b', 'tech'], ['b', 'tech', 'computer'], ['tech', 'computer', 'science'], ['computer', 'science', 'engineering'], ['science', 'engineering', 'mohali'], ['engineering', 'mohali', 'punjab'], ['mohali', 'punjab', 'indo'], ['punjab', 'indo', 'global'], ['indo', 'global', 'college'], ['global', 'college', 'engineering'], ['college', 'engineering', 'data'], ['engineering', 'data', 'science'], ['data', 'science', 'consultant'], ['science', 'consultant', 'data'], ['consultant', 'data', 'science'], ['data', 'science', 'consultant'], ['science', 'consultant', 'datamites'], ['consultant', 'datamites', 'skill'], ['datamites', 'skill', 'details'], ['skill', 'details', 'machine'], ['details', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', '13'], ['exprience', '13', 'months'], ['13', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'solutions'], ['months', 'solutions', 'exprience'], ['solutions', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'data'], ['months', 'data', 'science'], ['data', 'science', 'exprience'], ['science', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'data'], ['months', 'data', 'visualization'], ['data', 'visualization', 'exprience'], ['visualization', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'tableau'], ['months', 'tableau', 'exprience'], ['tableau', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'datamites'], ['company', 'datamites', 'description'], ['datamites', 'description', 'analyzed'], ['description', 'analyzed', 'processed'], ['analyzed', 'processed', 'complex'], ['processed', 'complex', 'data'], ['complex', 'data', 'sets'], ['data', 'sets', 'using'], ['sets', 'using', 'advanced'], ['using', 'advanced', 'querying'], ['advanced', 'querying', 'visualization'], ['querying', 'visualization', 'analytics'], ['visualization', 'analytics', 'tools'], ['analytics', 'tools', 'responsible'], ['tools', 'responsible', 'loading'], ['responsible', 'loading', 'extracting'], ['loading', 'extracting', 'validation'], ['extracting', 'validation', 'client'], ['validation', 'client', 'data'], ['client', 'data', 'worked'], ['data', 'worked', 'manipulating'], ['worked', 'manipulating', 'cleaning'], ['manipulating', 'cleaning', 'processing'], ['cleaning', 'processing', 'data'], ['processing', 'data', 'using'], ['data', 'using', 'python'], ['using', 'python', 'used'], ['python', 'used', 'tableau'], ['used', 'tableau', 'data'], ['tableau', 'data', 'visualization'], ['data', 'visualization', 'company'], ['visualization', 'company', 'heretic'], ['company', 'heretic', 'solutions'], ['heretic', 'solutions', 'pvt'], ['solutions', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'worked'], ['description', 'worked', 'closely'], ['worked', 'closely', 'business'], ['closely', 'business', 'identify'], ['business', 'identify', 'issues'], ['identify', 'issues', 'used'], ['issues', 'used', 'data'], ['used', 'data', 'propose'], ['data', 'propose', 'solutions'], ['propose', 'solutions', 'effective'], ['solutions', 'effective', 'decision'], ['effective', 'decision', 'making'], ['decision', 'making', 'manipulating'], ['making', 'manipulating', 'cleansing'], ['manipulating', 'cleansing', 'processing'], ['cleansing', 'processing', 'data'], ['processing', 'data', 'using'], ['data', 'using', 'python'], ['using', 'python', 'excel'], ['python', 'excel', 'r'], ['excel', 'r', 'analyzed'], ['r', 'analyzed', 'raw'], ['analyzed', 'raw', 'data'], ['raw', 'data', 'drawing'], ['data', 'drawing', 'conclusions'], ['drawing', 'conclusions', 'developing'], ['conclusions', 'developing', 'recommendations'], ['developing', 'recommendations', 'used'], ['recommendations', 'used', 'machine'], ['used', 'machine', 'learning'], ['machine', 'learning', 'tools'], ['learning', 'tools', 'statistical'], ['tools', 'statistical', 'techniques'], ['statistical', 'techniques', 'produce'], ['techniques', 'produce', 'solutions'], ['produce', 'solutions', 'problems'], ['skills', 'python', 'tableau', 'data'], ['python', 'tableau', 'data', 'visualization'], ['tableau', 'data', 'visualization', 'r'], ['data', 'visualization', 'r', 'studio'], ['visualization', 'r', 'studio', 'machine'], ['r', 'studio', 'machine', 'learning'], ['studio', 'machine', 'learning', 'statistics'], ['machine', 'learning', 'statistics', 'iabac'], ['learning', 'statistics', 'iabac', 'certified'], ['statistics', 'iabac', 'certified', 'data'], ['iabac', 'certified', 'data', 'scientist'], ['certified', 'data', 'scientist', 'versatile'], ['data', 'scientist', 'versatile', 'experience'], ['scientist', 'versatile', 'experience', '1'], ['versatile', 'experience', '1', 'years'], ['experience', '1', 'years', 'managing'], ['1', 'years', 'managing', 'business'], ['years', 'managing', 'business', 'data'], ['managing', 'business', 'data', 'science'], ['business', 'data', 'science', 'consulting'], ['data', 'science', 'consulting', 'leading'], ['science', 'consulting', 'leading', 'innovation'], ['consulting', 'leading', 'innovation', 'projects'], ['leading', 'innovation', 'projects', 'bringing'], ['innovation', 'projects', 'bringing', 'business'], ['projects', 'bringing', 'business', 'ideas'], ['bringing', 'business', 'ideas', 'working'], ['business', 'ideas', 'working', 'real'], ['ideas', 'working', 'real', 'world'], ['working', 'real', 'world', 'solutions'], ['real', 'world', 'solutions', 'being'], ['world', 'solutions', 'being', 'strong'], ['solutions', 'being', 'strong', 'advocator'], ['being', 'strong', 'advocator', 'augmented'], ['strong', 'advocator', 'augmented', 'era'], ['advocator', 'augmented', 'era', 'human'], ['augmented', 'era', 'human', 'capabilities'], ['era', 'human', 'capabilities', 'enhanced'], ['human', 'capabilities', 'enhanced', 'machines'], ['capabilities', 'enhanced', 'machines', 'fahed'], ['enhanced', 'machines', 'fahed', 'passionate'], ['machines', 'fahed', 'passionate', 'bringing'], ['fahed', 'passionate', 'bringing', 'business'], ['passionate', 'bringing', 'business', 'concepts'], ['bringing', 'business', 'concepts', 'area'], ['business', 'concepts', 'area', 'machine'], ['concepts', 'area', 'machine', 'learning'], ['area', 'machine', 'learning', 'ai'], ['machine', 'learning', 'ai', 'robotics'], ['learning', 'ai', 'robotics', 'etc'], ['ai', 'robotics', 'etc', 'real'], ['robotics', 'etc', 'real', 'life'], ['etc', 'real', 'life', 'solutions'], ['real', 'life', 'solutions', 'education'], ['life', 'solutions', 'education', 'details'], ['solutions', 'education', 'details', 'january'], ['education', 'details', 'january', '2017'], ['details', 'january', '2017', 'b'], ['january', '2017', 'b', 'tech'], ['2017', 'b', 'tech', 'computer'], ['b', 'tech', 'computer', 'science'], ['tech', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'mohali'], ['science', 'engineering', 'mohali', 'punjab'], ['engineering', 'mohali', 'punjab', 'indo'], ['mohali', 'punjab', 'indo', 'global'], ['punjab', 'indo', 'global', 'college'], ['indo', 'global', 'college', 'engineering'], ['global', 'college', 'engineering', 'data'], ['college', 'engineering', 'data', 'science'], ['engineering', 'data', 'science', 'consultant'], ['data', 'science', 'consultant', 'data'], ['science', 'consultant', 'data', 'science'], ['consultant', 'data', 'science', 'consultant'], ['data', 'science', 'consultant', 'datamites'], ['science', 'consultant', 'datamites', 'skill'], ['consultant', 'datamites', 'skill', 'details'], ['datamites', 'skill', 'details', 'machine'], ['skill', 'details', 'machine', 'learning'], ['details', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', '13'], ['learning', 'exprience', '13', 'months'], ['exprience', '13', 'months', 'python'], ['13', 'months', 'python', 'exprience'], ['months', 'python', 'exprience', '24'], ['python', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'solutions'], ['24', 'months', 'solutions', 'exprience'], ['months', 'solutions', 'exprience', '24'], ['solutions', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'data'], ['24', 'months', 'data', 'science'], ['months', 'data', 'science', 'exprience'], ['data', 'science', 'exprience', '24'], ['science', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'data'], ['24', 'months', 'data', 'visualization'], ['months', 'data', 'visualization', 'exprience'], ['data', 'visualization', 'exprience', '24'], ['visualization', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'tableau'], ['24', 'months', 'tableau', 'exprience'], ['months', 'tableau', 'exprience', '24'], ['tableau', 'exprience', '24', 'monthscompany'], ['exprience', '24', 'monthscompany', 'details'], ['24', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'datamites'], ['details', 'company', 'datamites', 'description'], ['company', 'datamites', 'description', 'analyzed'], ['datamites', 'description', 'analyzed', 'processed'], ['description', 'analyzed', 'processed', 'complex'], ['analyzed', 'processed', 'complex', 'data'], ['processed', 'complex', 'data', 'sets'], ['complex', 'data', 'sets', 'using'], ['data', 'sets', 'using', 'advanced'], ['sets', 'using', 'advanced', 'querying'], ['using', 'advanced', 'querying', 'visualization'], ['advanced', 'querying', 'visualization', 'analytics'], ['querying', 'visualization', 'analytics', 'tools'], ['visualization', 'analytics', 'tools', 'responsible'], ['analytics', 'tools', 'responsible', 'loading'], ['tools', 'responsible', 'loading', 'extracting'], ['responsible', 'loading', 'extracting', 'validation'], ['loading', 'extracting', 'validation', 'client'], ['extracting', 'validation', 'client', 'data'], ['validation', 'client', 'data', 'worked'], ['client', 'data', 'worked', 'manipulating'], ['data', 'worked', 'manipulating', 'cleaning'], ['worked', 'manipulating', 'cleaning', 'processing'], ['manipulating', 'cleaning', 'processing', 'data'], ['cleaning', 'processing', 'data', 'using'], ['processing', 'data', 'using', 'python'], ['data', 'using', 'python', 'used'], ['using', 'python', 'used', 'tableau'], ['python', 'used', 'tableau', 'data'], ['used', 'tableau', 'data', 'visualization'], ['tableau', 'data', 'visualization', 'company'], ['data', 'visualization', 'company', 'heretic'], ['visualization', 'company', 'heretic', 'solutions'], ['company', 'heretic', 'solutions', 'pvt'], ['heretic', 'solutions', 'pvt', 'ltd'], ['solutions', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'worked'], ['ltd', 'description', 'worked', 'closely'], ['description', 'worked', 'closely', 'business'], ['worked', 'closely', 'business', 'identify'], ['closely', 'business', 'identify', 'issues'], ['business', 'identify', 'issues', 'used'], ['identify', 'issues', 'used', 'data'], ['issues', 'used', 'data', 'propose'], ['used', 'data', 'propose', 'solutions'], ['data', 'propose', 'solutions', 'effective'], ['propose', 'solutions', 'effective', 'decision'], ['solutions', 'effective', 'decision', 'making'], ['effective', 'decision', 'making', 'manipulating'], ['decision', 'making', 'manipulating', 'cleansing'], ['making', 'manipulating', 'cleansing', 'processing'], ['manipulating', 'cleansing', 'processing', 'data'], ['cleansing', 'processing', 'data', 'using'], ['processing', 'data', 'using', 'python'], ['data', 'using', 'python', 'excel'], ['using', 'python', 'excel', 'r'], ['python', 'excel', 'r', 'analyzed'], ['excel', 'r', 'analyzed', 'raw'], ['r', 'analyzed', 'raw', 'data'], ['analyzed', 'raw', 'data', 'drawing'], ['raw', 'data', 'drawing', 'conclusions'], ['data', 'drawing', 'conclusions', 'developing'], ['drawing', 'conclusions', 'developing', 'recommendations'], ['conclusions', 'developing', 'recommendations', 'used'], ['developing', 'recommendations', 'used', 'machine'], ['recommendations', 'used', 'machine', 'learning'], ['used', 'machine', 'learning', 'tools'], ['machine', 'learning', 'tools', 'statistical'], ['learning', 'tools', 'statistical', 'techniques'], ['tools', 'statistical', 'techniques', 'produce'], ['statistical', 'techniques', 'produce', 'solutions'], ['techniques', 'produce', 'solutions', 'problems'], ['skills', 'python', 'tableau', 'data', 'visualization'], ['python', 'tableau', 'data', 'visualization', 'r'], ['tableau', 'data', 'visualization', 'r', 'studio'], ['data', 'visualization', 'r', 'studio', 'machine'], ['visualization', 'r', 'studio', 'machine', 'learning'], ['r', 'studio', 'machine', 'learning', 'statistics'], ['studio', 'machine', 'learning', 'statistics', 'iabac'], ['machine', 'learning', 'statistics', 'iabac', 'certified'], ['learning', 'statistics', 'iabac', 'certified', 'data'], ['statistics', 'iabac', 'certified', 'data', 'scientist'], ['iabac', 'certified', 'data', 'scientist', 'versatile'], ['certified', 'data', 'scientist', 'versatile', 'experience'], ['data', 'scientist', 'versatile', 'experience', '1'], ['scientist', 'versatile', 'experience', '1', 'years'], ['versatile', 'experience', '1', 'years', 'managing'], ['experience', '1', 'years', 'managing', 'business'], ['1', 'years', 'managing', 'business', 'data'], ['years', 'managing', 'business', 'data', 'science'], ['managing', 'business', 'data', 'science', 'consulting'], ['business', 'data', 'science', 'consulting', 'leading'], ['data', 'science', 'consulting', 'leading', 'innovation'], ['science', 'consulting', 'leading', 'innovation', 'projects'], ['consulting', 'leading', 'innovation', 'projects', 'bringing'], ['leading', 'innovation', 'projects', 'bringing', 'business'], ['innovation', 'projects', 'bringing', 'business', 'ideas'], ['projects', 'bringing', 'business', 'ideas', 'working'], ['bringing', 'business', 'ideas', 'working', 'real'], ['business', 'ideas', 'working', 'real', 'world'], ['ideas', 'working', 'real', 'world', 'solutions'], ['working', 'real', 'world', 'solutions', 'being'], ['real', 'world', 'solutions', 'being', 'strong'], ['world', 'solutions', 'being', 'strong', 'advocator'], ['solutions', 'being', 'strong', 'advocator', 'augmented'], ['being', 'strong', 'advocator', 'augmented', 'era'], ['strong', 'advocator', 'augmented', 'era', 'human'], ['advocator', 'augmented', 'era', 'human', 'capabilities'], ['augmented', 'era', 'human', 'capabilities', 'enhanced'], ['era', 'human', 'capabilities', 'enhanced', 'machines'], ['human', 'capabilities', 'enhanced', 'machines', 'fahed'], ['capabilities', 'enhanced', 'machines', 'fahed', 'passionate'], ['enhanced', 'machines', 'fahed', 'passionate', 'bringing'], ['machines', 'fahed', 'passionate', 'bringing', 'business'], ['fahed', 'passionate', 'bringing', 'business', 'concepts'], ['passionate', 'bringing', 'business', 'concepts', 'area'], ['bringing', 'business', 'concepts', 'area', 'machine'], ['business', 'concepts', 'area', 'machine', 'learning'], ['concepts', 'area', 'machine', 'learning', 'ai'], ['area', 'machine', 'learning', 'ai', 'robotics'], ['machine', 'learning', 'ai', 'robotics', 'etc'], ['learning', 'ai', 'robotics', 'etc', 'real'], ['ai', 'robotics', 'etc', 'real', 'life'], ['robotics', 'etc', 'real', 'life', 'solutions'], ['etc', 'real', 'life', 'solutions', 'education'], ['real', 'life', 'solutions', 'education', 'details'], ['life', 'solutions', 'education', 'details', 'january'], ['solutions', 'education', 'details', 'january', '2017'], ['education', 'details', 'january', '2017', 'b'], ['details', 'january', '2017', 'b', 'tech'], ['january', '2017', 'b', 'tech', 'computer'], ['2017', 'b', 'tech', 'computer', 'science'], ['b', 'tech', 'computer', 'science', 'engineering'], ['tech', 'computer', 'science', 'engineering', 'mohali'], ['computer', 'science', 'engineering', 'mohali', 'punjab'], ['science', 'engineering', 'mohali', 'punjab', 'indo'], ['engineering', 'mohali', 'punjab', 'indo', 'global'], ['mohali', 'punjab', 'indo', 'global', 'college'], ['punjab', 'indo', 'global', 'college', 'engineering'], ['indo', 'global', 'college', 'engineering', 'data'], ['global', 'college', 'engineering', 'data', 'science'], ['college', 'engineering', 'data', 'science', 'consultant'], ['engineering', 'data', 'science', 'consultant', 'data'], ['data', 'science', 'consultant', 'data', 'science'], ['science', 'consultant', 'data', 'science', 'consultant'], ['consultant', 'data', 'science', 'consultant', 'datamites'], ['data', 'science', 'consultant', 'datamites', 'skill'], ['science', 'consultant', 'datamites', 'skill', 'details'], ['consultant', 'datamites', 'skill', 'details', 'machine'], ['datamites', 'skill', 'details', 'machine', 'learning'], ['skill', 'details', 'machine', 'learning', 'exprience'], ['details', 'machine', 'learning', 'exprience', '13'], ['machine', 'learning', 'exprience', '13', 'months'], ['learning', 'exprience', '13', 'months', 'python'], ['exprience', '13', 'months', 'python', 'exprience'], ['13', 'months', 'python', 'exprience', '24'], ['months', 'python', 'exprience', '24', 'months'], ['python', 'exprience', '24', 'months', 'solutions'], ['exprience', '24', 'months', 'solutions', 'exprience'], ['24', 'months', 'solutions', 'exprience', '24'], ['months', 'solutions', 'exprience', '24', 'months'], ['solutions', 'exprience', '24', 'months', 'data'], ['exprience', '24', 'months', 'data', 'science'], ['24', 'months', 'data', 'science', 'exprience'], ['months', 'data', 'science', 'exprience', '24'], ['data', 'science', 'exprience', '24', 'months'], ['science', 'exprience', '24', 'months', 'data'], ['exprience', '24', 'months', 'data', 'visualization'], ['24', 'months', 'data', 'visualization', 'exprience'], ['months', 'data', 'visualization', 'exprience', '24'], ['data', 'visualization', 'exprience', '24', 'months'], ['visualization', 'exprience', '24', 'months', 'tableau'], ['exprience', '24', 'months', 'tableau', 'exprience'], ['24', 'months', 'tableau', 'exprience', '24'], ['months', 'tableau', 'exprience', '24', 'monthscompany'], ['tableau', 'exprience', '24', 'monthscompany', 'details'], ['exprience', '24', 'monthscompany', 'details', 'company'], ['24', 'monthscompany', 'details', 'company', 'datamites'], ['monthscompany', 'details', 'company', 'datamites', 'description'], ['details', 'company', 'datamites', 'description', 'analyzed'], ['company', 'datamites', 'description', 'analyzed', 'processed'], ['datamites', 'description', 'analyzed', 'processed', 'complex'], ['description', 'analyzed', 'processed', 'complex', 'data'], ['analyzed', 'processed', 'complex', 'data', 'sets'], ['processed', 'complex', 'data', 'sets', 'using'], ['complex', 'data', 'sets', 'using', 'advanced'], ['data', 'sets', 'using', 'advanced', 'querying'], ['sets', 'using', 'advanced', 'querying', 'visualization'], ['using', 'advanced', 'querying', 'visualization', 'analytics'], ['advanced', 'querying', 'visualization', 'analytics', 'tools'], ['querying', 'visualization', 'analytics', 'tools', 'responsible'], ['visualization', 'analytics', 'tools', 'responsible', 'loading'], ['analytics', 'tools', 'responsible', 'loading', 'extracting'], ['tools', 'responsible', 'loading', 'extracting', 'validation'], ['responsible', 'loading', 'extracting', 'validation', 'client'], ['loading', 'extracting', 'validation', 'client', 'data'], ['extracting', 'validation', 'client', 'data', 'worked'], ['validation', 'client', 'data', 'worked', 'manipulating'], ['client', 'data', 'worked', 'manipulating', 'cleaning'], ['data', 'worked', 'manipulating', 'cleaning', 'processing'], ['worked', 'manipulating', 'cleaning', 'processing', 'data'], ['manipulating', 'cleaning', 'processing', 'data', 'using'], ['cleaning', 'processing', 'data', 'using', 'python'], ['processing', 'data', 'using', 'python', 'used'], ['data', 'using', 'python', 'used', 'tableau'], ['using', 'python', 'used', 'tableau', 'data'], ['python', 'used', 'tableau', 'data', 'visualization'], ['used', 'tableau', 'data', 'visualization', 'company'], ['tableau', 'data', 'visualization', 'company', 'heretic'], ['data', 'visualization', 'company', 'heretic', 'solutions'], ['visualization', 'company', 'heretic', 'solutions', 'pvt'], ['company', 'heretic', 'solutions', 'pvt', 'ltd'], ['heretic', 'solutions', 'pvt', 'ltd', 'description'], ['solutions', 'pvt', 'ltd', 'description', 'worked'], ['pvt', 'ltd', 'description', 'worked', 'closely'], ['ltd', 'description', 'worked', 'closely', 'business'], ['description', 'worked', 'closely', 'business', 'identify'], ['worked', 'closely', 'business', 'identify', 'issues'], ['closely', 'business', 'identify', 'issues', 'used'], ['business', 'identify', 'issues', 'used', 'data'], ['identify', 'issues', 'used', 'data', 'propose'], ['issues', 'used', 'data', 'propose', 'solutions'], ['used', 'data', 'propose', 'solutions', 'effective'], ['data', 'propose', 'solutions', 'effective', 'decision'], ['propose', 'solutions', 'effective', 'decision', 'making'], ['solutions', 'effective', 'decision', 'making', 'manipulating'], ['effective', 'decision', 'making', 'manipulating', 'cleansing'], ['decision', 'making', 'manipulating', 'cleansing', 'processing'], ['making', 'manipulating', 'cleansing', 'processing', 'data'], ['manipulating', 'cleansing', 'processing', 'data', 'using'], ['cleansing', 'processing', 'data', 'using', 'python'], ['processing', 'data', 'using', 'python', 'excel'], ['data', 'using', 'python', 'excel', 'r'], ['using', 'python', 'excel', 'r', 'analyzed'], ['python', 'excel', 'r', 'analyzed', 'raw'], ['excel', 'r', 'analyzed', 'raw', 'data'], ['r', 'analyzed', 'raw', 'data', 'drawing'], ['analyzed', 'raw', 'data', 'drawing', 'conclusions'], ['raw', 'data', 'drawing', 'conclusions', 'developing'], ['data', 'drawing', 'conclusions', 'developing', 'recommendations'], ['drawing', 'conclusions', 'developing', 'recommendations', 'used'], ['conclusions', 'developing', 'recommendations', 'used', 'machine'], ['developing', 'recommendations', 'used', 'machine', 'learning'], ['recommendations', 'used', 'machine', 'learning', 'tools'], ['used', 'machine', 'learning', 'tools', 'statistical'], ['machine', 'learning', 'tools', 'statistical', 'techniques'], ['learning', 'tools', 'statistical', 'techniques', 'produce'], ['tools', 'statistical', 'techniques', 'produce', 'solutions'], ['statistical', 'techniques', 'produce', 'solutions', 'problems'], ['skills', 'python', 'tableau', 'data', 'visualization', 'r'], ['python', 'tableau', 'data', 'visualization', 'r', 'studio'], ['tableau', 'data', 'visualization', 'r', 'studio', 'machine'], ['data', 'visualization', 'r', 'studio', 'machine', 'learning'], ['visualization', 'r', 'studio', 'machine', 'learning', 'statistics'], ['r', 'studio', 'machine', 'learning', 'statistics', 'iabac'], ['studio', 'machine', 'learning', 'statistics', 'iabac', 'certified'], ['machine', 'learning', 'statistics', 'iabac', 'certified', 'data'], ['learning', 'statistics', 'iabac', 'certified', 'data', 'scientist'], ['statistics', 'iabac', 'certified', 'data', 'scientist', 'versatile'], ['iabac', 'certified', 'data', 'scientist', 'versatile', 'experience'], ['certified', 'data', 'scientist', 'versatile', 'experience', '1'], ['data', 'scientist', 'versatile', 'experience', '1', 'years'], ['scientist', 'versatile', 'experience', '1', 'years', 'managing'], ['versatile', 'experience', '1', 'years', 'managing', 'business'], ['experience', '1', 'years', 'managing', 'business', 'data'], ['1', 'years', 'managing', 'business', 'data', 'science'], ['years', 'managing', 'business', 'data', 'science', 'consulting'], ['managing', 'business', 'data', 'science', 'consulting', 'leading'], ['business', 'data', 'science', 'consulting', 'leading', 'innovation'], ['data', 'science', 'consulting', 'leading', 'innovation', 'projects'], ['science', 'consulting', 'leading', 'innovation', 'projects', 'bringing'], ['consulting', 'leading', 'innovation', 'projects', 'bringing', 'business'], ['leading', 'innovation', 'projects', 'bringing', 'business', 'ideas'], ['innovation', 'projects', 'bringing', 'business', 'ideas', 'working'], ['projects', 'bringing', 'business', 'ideas', 'working', 'real'], ['bringing', 'business', 'ideas', 'working', 'real', 'world'], ['business', 'ideas', 'working', 'real', 'world', 'solutions'], ['ideas', 'working', 'real', 'world', 'solutions', 'being'], ['working', 'real', 'world', 'solutions', 'being', 'strong'], ['real', 'world', 'solutions', 'being', 'strong', 'advocator'], ['world', 'solutions', 'being', 'strong', 'advocator', 'augmented'], ['solutions', 'being', 'strong', 'advocator', 'augmented', 'era'], ['being', 'strong', 'advocator', 'augmented', 'era', 'human'], ['strong', 'advocator', 'augmented', 'era', 'human', 'capabilities'], ['advocator', 'augmented', 'era', 'human', 'capabilities', 'enhanced'], ['augmented', 'era', 'human', 'capabilities', 'enhanced', 'machines'], ['era', 'human', 'capabilities', 'enhanced', 'machines', 'fahed'], ['human', 'capabilities', 'enhanced', 'machines', 'fahed', 'passionate'], ['capabilities', 'enhanced', 'machines', 'fahed', 'passionate', 'bringing'], ['enhanced', 'machines', 'fahed', 'passionate', 'bringing', 'business'], ['machines', 'fahed', 'passionate', 'bringing', 'business', 'concepts'], ['fahed', 'passionate', 'bringing', 'business', 'concepts', 'area'], ['passionate', 'bringing', 'business', 'concepts', 'area', 'machine'], ['bringing', 'business', 'concepts', 'area', 'machine', 'learning'], ['business', 'concepts', 'area', 'machine', 'learning', 'ai'], ['concepts', 'area', 'machine', 'learning', 'ai', 'robotics'], ['area', 'machine', 'learning', 'ai', 'robotics', 'etc'], ['machine', 'learning', 'ai', 'robotics', 'etc', 'real'], ['learning', 'ai', 'robotics', 'etc', 'real', 'life'], ['ai', 'robotics', 'etc', 'real', 'life', 'solutions'], ['robotics', 'etc', 'real', 'life', 'solutions', 'education'], ['etc', 'real', 'life', 'solutions', 'education', 'details'], ['real', 'life', 'solutions', 'education', 'details', 'january'], ['life', 'solutions', 'education', 'details', 'january', '2017'], ['solutions', 'education', 'details', 'january', '2017', 'b'], ['education', 'details', 'january', '2017', 'b', 'tech'], ['details', 'january', '2017', 'b', 'tech', 'computer'], ['january', '2017', 'b', 'tech', 'computer', 'science'], ['2017', 'b', 'tech', 'computer', 'science', 'engineering'], ['b', 'tech', 'computer', 'science', 'engineering', 'mohali'], ['tech', 'computer', 'science', 'engineering', 'mohali', 'punjab'], ['computer', 'science', 'engineering', 'mohali', 'punjab', 'indo'], ['science', 'engineering', 'mohali', 'punjab', 'indo', 'global'], ['engineering', 'mohali', 'punjab', 'indo', 'global', 'college'], ['mohali', 'punjab', 'indo', 'global', 'college', 'engineering'], ['punjab', 'indo', 'global', 'college', 'engineering', 'data'], ['indo', 'global', 'college', 'engineering', 'data', 'science'], ['global', 'college', 'engineering', 'data', 'science', 'consultant'], ['college', 'engineering', 'data', 'science', 'consultant', 'data'], ['engineering', 'data', 'science', 'consultant', 'data', 'science'], ['data', 'science', 'consultant', 'data', 'science', 'consultant'], ['science', 'consultant', 'data', 'science', 'consultant', 'datamites'], ['consultant', 'data', 'science', 'consultant', 'datamites', 'skill'], ['data', 'science', 'consultant', 'datamites', 'skill', 'details'], ['science', 'consultant', 'datamites', 'skill', 'details', 'machine'], ['consultant', 'datamites', 'skill', 'details', 'machine', 'learning'], ['datamites', 'skill', 'details', 'machine', 'learning', 'exprience'], ['skill', 'details', 'machine', 'learning', 'exprience', '13'], ['details', 'machine', 'learning', 'exprience', '13', 'months'], ['machine', 'learning', 'exprience', '13', 'months', 'python'], ['learning', 'exprience', '13', 'months', 'python', 'exprience'], ['exprience', '13', 'months', 'python', 'exprience', '24'], ['13', 'months', 'python', 'exprience', '24', 'months'], ['months', 'python', 'exprience', '24', 'months', 'solutions'], ['python', 'exprience', '24', 'months', 'solutions', 'exprience'], ['exprience', '24', 'months', 'solutions', 'exprience', '24'], ['24', 'months', 'solutions', 'exprience', '24', 'months'], ['months', 'solutions', 'exprience', '24', 'months', 'data'], ['solutions', 'exprience', '24', 'months', 'data', 'science'], ['exprience', '24', 'months', 'data', 'science', 'exprience'], ['24', 'months', 'data', 'science', 'exprience', '24'], ['months', 'data', 'science', 'exprience', '24', 'months'], ['data', 'science', 'exprience', '24', 'months', 'data'], ['science', 'exprience', '24', 'months', 'data', 'visualization'], ['exprience', '24', 'months', 'data', 'visualization', 'exprience'], ['24', 'months', 'data', 'visualization', 'exprience', '24'], ['months', 'data', 'visualization', 'exprience', '24', 'months'], ['data', 'visualization', 'exprience', '24', 'months', 'tableau'], ['visualization', 'exprience', '24', 'months', 'tableau', 'exprience'], ['exprience', '24', 'months', 'tableau', 'exprience', '24'], ['24', 'months', 'tableau', 'exprience', '24', 'monthscompany'], ['months', 'tableau', 'exprience', '24', 'monthscompany', 'details'], ['tableau', 'exprience', '24', 'monthscompany', 'details', 'company'], ['exprience', '24', 'monthscompany', 'details', 'company', 'datamites'], ...], [['education'], ['details'], ['b'], ['tech'], ['rayat'], ['bahra'], ['institute'], ['engineering'], ['biotechnology'], ['data'], ['science'], ['data'], ['science'], ['skill'], ['details'], ['numpy'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['machine'], ['learning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['tensorflow'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['scikit'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['gcp'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['pandas'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['neural'], ['network'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['wipro'], ['description'], ['bhawana'], ['aggarwal'], ['e'], ['mail'], ['bhawana'], ['chd'], ['phone'], ['09876971076'], ['vversatile'], ['high'], ['energy'], ['professional'], ['targeting'], ['challenging'], ['assignments'], ['machine'], ['profile'], ['summary'], ['an'], ['it'], ['professional'], ['knowledge'], ['experience'], ['2'], ['years'], ['wipro'], ['technologies'], ['machine'], ['learning'], ['deep'], ['learning'], ['data'], ['science'], ['python'], ['software'], ['development'], ['skilled'], ['managing'], ['end'], ['end'], ['development'], ['software'], ['products'], ['projects'], ['inception'], ['requirement'], ['specs'], ['planning'], ['designing'], ['implementation'], ['configuration'], ['documentation'], ['knowledge'], ['python'], ['machine'], ['learning'], ['deep'], ['learning'], ['data'], ['science'], ['algorithms'], ['neural'], ['network'], ['nlp'], ['gcp'], ['knowledge'], ['python'], ['libraries'], ['like'], ['numpy'], ['pandas'], ['seaborn'], ['matplotlib'], ['cufflinks'], ['knowledge'], ['different'], ['algorithms'], ['machine'], ['learning'], ['like'], ['knn'], ['decision'], ['tree'], ['bias'], ['variance'], ['trade'], ['support'], ['vector'], ['machine'], ['svm'], ['logistic'], ['regression'], ['neural'], ['networks'], ['have'], ['knowledge'], ['unsupervised'], ['supervised'], ['reinforcement'], ['data'], ['programming'], ['experience'], ['relational'], ['platforms'], ['like'], ['mysql'], ['oracle'], ['have'], ['knowledge'], ['some'], ['programming'], ['language'], ['like'], ['c'], ['java'], ['experience'], ['cloud'], ['based'], ['environment'], ['like'], ['google'], ['cloud'], ['working'], ['different'], ['operating'], ['system'], ['like'], ['linux'], ['ubuntu'], ['windows'], ['good'], ['interpersonal'], ['communication'], ['skills'], ['problem'], ['solving'], ['skills'], ['ability'], ['think'], ['laterally'], ['think'], ['medium'], ['term'], ['long'], ['term'], ['perspective'], ['flexibility'], ['open'], ['attitude'], ['change'], ['ability'], ['create'], ['define'], ['frameworks'], ['strong'], ['emphasis'], ['code'], ['reusability'], ['technical'], ['skills'], ['programming'], ['languages'], ['python'], ['c'], ['libraries'], ['seaborn'], ['numpy'], ['pandas'], ['cufflinks'], ['matplotlib'], ['algorithms'], ['knn'], ['decision'], ['tree'], ['linear'], ['regression'], ['logistic'], ['regression'], ['neural'], ['networks'], ['k'], ['means'], ['clustering'], ['tensorflow'], ['svm'], ['databases'], ['sql'], ['oracle'], ['operating'], ['systems'], ['linux'], ['window'], ['development'], ['environments'], ['netbeans'], ['notebooks'], ['sublime'], ['ticketing'], ['tools'], ['service'], ['now'], ['remedy'], ['education'], ['ug'], ['education'], ['b'], ['tech'], ['computer'], ['science'], ['rayat'], ['bahra'], ['institute'], ['engineering'], ['biotechnology'], ['passed'], ['78'], ['4'], ['2016'], ['schooling'], ['xii'], ['2012'], ['moti'], ['ram'], ['arya'], ['sr'], ['secondary'], ['school'], ['passed'], ['78'], ['4'], ['x'], ['2010'], ['valley'], ['public'], ['school'], ['passed'], ['9'], ['4'], ['cgpa'], ['work'], ['experince'], ['title'], ['wipro'], ['neural'], ['intelligence'], ['platform'], ['team'], ['size'], ['5'], ['brief'], ['wipro'], ['neural'], ['intelligence'], ['platform'], ['harnesses'], ['power'], ['automation'], ['artificial'], ['intelligence'], ['technologies'], ['natural'], ['language'], ['processing'], ['nlp'], ['cognitive'], ['machine'], ['learning'], ['analytics'], ['the'], ['platform'], ['comprises'], ['three'], ['layers'], ['data'], ['engagement'], ['platform'], ['easily'], ['ess'], ['manage'], ['multiple'], ['structured'], ['unstructured'], ['data'], ['sources'], ['intent'], ['assessment'], ['reasoning'], ['engine'], ['includes'], ['sentiment'], ['predictive'], ['analytics'], ['deep'], ['machine'], ['learning'], ['engine'], ['sense'], ['act'], ['learn'], ['time'], ['the'], ['project'], ['entailed'], ['automating'], ['responses'], ['user'], ['queries'], ['earliest'], ['the'], ['monster'], ['bot'], ['using'], ['power'], ['deep'], ['machine'], ['learning'], ['nlp'], ['handle'], ['queries'], ['user'], ['see'], ['queries'], ['answered'], ['quickly'], ['like'], ['alll1'], ['activities'], ['eliminated'], ['entity'], ['extractor'], ['this'], ['involves'], ['text'], ['extraction'], ['nlp'], ['fetching'], ['important'], ['information'], ['text'], ['like'], ['dates'], ['names'], ['places'], ['contact'], ['numbers'], ['etc'], ['this'], ['involves'], ['regex'], ['bluemix'], ['nlu'], ['api'], ['machine'], ['learning'], ['using'], ['tensor'], ['flow'], ['learning'], ['new'], ['entities'], ['classifier'], ['this'], ['involves'], ['classifications'], ['classes'], ['training'], ['dataset'], ['predicting'], ['output'], ['using'], ['sklearn'], ['classifier'], ['mnb'], ['svm'], ['sgd'], ['classifier'], ['sgd'], ['optimization'], ['map'], ['user'], ['queries'], ['best'], ['suited'], ['response'], ['make'], ['system'], ['efficient'], ['ner'], ['a'], ['deep'], ['learning'], ['ner'], ['model'], ['trained'], ['extract'], ['entities'], ['text'], ['entities'], ['like'], ['roles'], ['skills'], ['organizations'], ['extracted'], ['raw'], ['text'], ['rnn'], ['lstm'], ['bidirectional'], ['model'], ['trained'], ['extracting'], ['entities'], ['using'], ['keras'], ['tensorflow'], ['framework'], ['other'], ['projects'], ['title'], ['diabetes'], ['detection'], ['brief'], ['developed'], ['software'], ['detect'], ['whether'], ['person'], ['suffering'], ['diabetes'], ['got'], ['third'], ['prize'], ['training'], ['and'], ['ce'], ['ifications'], ['title'], ['python'], ['training'], ['machine'], ['learning'], ['data'], ['science'], ['deep'], ['learning'], ['organization'], ['udemy'], ['coursera'], ['machine'], ['learning'], ['deep'], ['learning'], ['personal'], ['profile'], ['father'], ['name'], ['mr'], ['tirlok'], ['aggarwal'], ['language'], ['known'], ['english'], ['hindi'], ['marital'], ['status'], ['single'], ['date'], ['birth'], ['gender'], ['1993'], ['12'], ['20'], ['yyyy'], ['mm'], ['dd'], ['f'], ['company'], ['wipro'], ['description'], ['developing'], ['programs'], ['python'], ['company'], ['wipro'], ['description'], ['title'], ['wipro'], ['neural'], ['intelligence'], ['platform'], ['team'], ['size'], ['5'], ['brief'], ['wipro'], ['neural'], ['intelligence'], ['platform'], ['harnesses'], ['power'], ['automation'], ['artificial'], ['intelligence'], ['technologies'], ['natural'], ['language'], ['processing'], ['nlp'], ['cognitive'], ['machine'], ['learning'], ['analytics'], ['the'], ['platform'], ['comprises'], ['three'], ['layers'], ['data'], ['engagement'], ['platform'], ['easily'], ['ess'], ['manage'], ['multiple'], ['structured'], ['unstructured'], ['data'], ['sources'], ['intent'], ['assessment'], ['reasoning'], ['engine'], ['includes'], ['sentiment'], ['predictive'], ['analytics'], ['deep'], ['machine'], ['learning'], ['engine'], ['sense'], ['act'], ['learn'], ['time'], ['the'], ['project'], ['entailed'], ['automating'], ['responses'], ['user'], ['queries'], ['earliest'], ['the'], ['monster'], ['bot'], ['using'], ['power'], ['deep'], ['machine'], ['learning'], ['nlp'], ['handle'], ['queries'], ['user'], ['see'], ['queries'], ['answered'], ['quickly'], ['like'], ['alll1'], ['activities'], ['eliminated'], ['entity'], ['extractor'], ['this'], ['involves'], ['text'], ['extraction'], ['nlp'], ['fetching'], ['important'], ['information'], ['text'], ['like'], ['dates'], ['names'], ['places'], ['contact'], ['numbers'], ['etc'], ['this'], ['involves'], ['regex'], ['bluemix'], ['nlu'], ['api'], ['machine'], ['learning'], ['using'], ['tensor'], ['flow'], ['learning'], ['new'], ['entities'], ['classifier'], ['this'], ['involves'], ['classifications'], ['classes'], ['training'], ['dataset'], ['predicting'], ['output'], ['using'], ['sklearn'], ['classifier'], ['mnb'], ['svm'], ['sgd'], ['classifier'], ['sgd'], ['optimization'], ['map'], ['user'], ['queries'], ['best'], ['suited'], ['response'], ['make'], ['system'], ['efficient'], ['ner'], ['a'], ['deep'], ['learning'], ['ner'], ['model'], ['trained'], ['extract'], ['entities'], ['text'], ['entities'], ['like'], ['roles'], ['skills'], ['organizations'], ['extracted'], ['raw'], ['text'], ['rnn'], ['lstm'], ['bidirectional'], ['model'], ['trained'], ['extracting'], ['entities'], ['using'], ['keras'], ['tensorflow'], ['framework'], ['company'], ['wipro'], ['technologies'], ['description'], ['an'], ['it'], ['professional'], ['knowledge'], ['experience'], ['2'], ['years'], ['wipro'], ['technologies'], ['machine'], ['learning'], ['deep'], ['learning'], ['data'], ['science'], ['python'], ['software'], ['development'], ['skilled'], ['managing'], ['end'], ['end'], ['development'], ['software'], ['products'], ['projects'], ['inception'], ['requirement'], ['specs'], ['planning'], ['designing'], ['implementation'], ['configuration'], ['documentation'], ['knowledge'], ['python'], ['machine'], ['learning'], ['deep'], ['learning'], ['data'], ['science'], ['algorithms'], ['neural'], ['network'], ['nlp'], ['gcp'], ['knowledge'], ['python'], ['libraries'], ['like'], ['numpy'], ['pandas'], ['seaborn'], ['matplotlib'], ['cufflinks'], ['knowledge'], ['different'], ['algorithms'], ['machine'], ['learning'], ['like'], ['knn'], ['decision'], ['tree'], ['bias'], ['variance'], ['trade'], ['support'], ['vector'], ['machine'], ['svm'], ['logistic'], ['regression'], ['neural'], ['networks'], ['have'], ['knowledge'], ['unsupervised'], ['supervised'], ['reinforcement'], ['data'], ['programming'], ['experience'], ['relational'], ['platforms'], ['like'], ['mysql'], ['oracle'], ['have'], ['knowledge'], ['some'], ['programming'], ['language'], ['like'], ['c'], ['java'], ['experience'], ['cloud'], ['based'], ['environment'], ['like'], ['google'], ['cloud'], ['working'], ['different'], ['operating'], ['system'], ['like'], ['linux'], ['ubuntu'], ['windows'], ['good'], ['interpersonal'], ['communication'], ['skills'], ['problem'], ['solving'], ['skills'], ['ability'], ['think'], ['laterally'], ['think'], ['medium'], ['term'], ['long'], ['term'], ['perspective'], ['flexibility'], ['open'], ['attitude'], ['change'], ['ability'], ['create'], ['define'], ['frameworks'], ['strong'], ['emphasis'], ['code'], ['reusability'], ['education', 'details'], ['details', 'b'], ['b', 'tech'], ['tech', 'rayat'], ['rayat', 'bahra'], ['bahra', 'institute'], ['institute', 'engineering'], ['engineering', 'biotechnology'], ['biotechnology', 'data'], ['data', 'science'], ['science', 'data'], ['data', 'science'], ['science', 'skill'], ['skill', 'details'], ['details', 'numpy'], ['numpy', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'tensorflow'], ['tensorflow', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'scikit'], ['scikit', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'gcp'], ['gcp', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'pandas'], ['pandas', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'neural'], ['neural', 'network'], ['network', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'wipro'], ['wipro', 'description'], ['description', 'bhawana'], ['bhawana', 'aggarwal'], ['aggarwal', 'e'], ['e', 'mail'], ['mail', 'bhawana'], ['bhawana', 'chd'], ['chd', 'phone'], ['phone', '09876971076'], ['09876971076', 'vversatile'], ['vversatile', 'high'], ['high', 'energy'], ['energy', 'professional'], ['professional', 'targeting'], ['targeting', 'challenging'], ['challenging', 'assignments'], ['assignments', 'machine'], ['machine', 'profile'], ['profile', 'summary'], ['summary', 'an'], ['an', 'it'], ['it', 'professional'], ['professional', 'knowledge'], ['knowledge', 'experience'], ['experience', '2'], ['2', 'years'], ['years', 'wipro'], ['wipro', 'technologies'], ['technologies', 'machine'], ['machine', 'learning'], ['learning', 'deep'], ['deep', 'learning'], ['learning', 'data'], ['data', 'science'], ['science', 'python'], ['python', 'software'], ['software', 'development'], ['development', 'skilled'], ['skilled', 'managing'], ['managing', 'end'], ['end', 'end'], ['end', 'development'], ['development', 'software'], ['software', 'products'], ['products', 'projects'], ['projects', 'inception'], ['inception', 'requirement'], ['requirement', 'specs'], ['specs', 'planning'], ['planning', 'designing'], ['designing', 'implementation'], ['implementation', 'configuration'], ['configuration', 'documentation'], ['documentation', 'knowledge'], ['knowledge', 'python'], ['python', 'machine'], ['machine', 'learning'], ['learning', 'deep'], ['deep', 'learning'], ['learning', 'data'], ...], [['personal'], ['skills'], ['ability'], ['quickly'], ['grasp'], ['technical'], ['aspects'], ['willingness'], ['learn'], ['high'], ['energy'], ['levels'], ['result'], ['oriented'], ['education'], ['details'], ['january'], ['2018'], ['master'], ['engineering'], ['computer'], ['technology'], ['application'], ['bhopal'], ['madhya'], ['pradesh'], ['truba'], ['institute'], ['engineering'], ['information'], ['technology'], ['january'], ['2010'], ['b'], ['e'], ['computer'], ['science'], ['bhopal'], ['madhya'], ['pradesh'], ['rkdf'], ['institute'], ['science'], ['technology'], ['college'], ['engineering'], ['january'], ['2006'], ['polytechnic'], ['information'], ['technology'], ['vidisha'], ['madhya'], ['pradesh'], ['sati'], ['engineering'], ['college'], ['vidisha'], ['january'], ['2003'], ['m'], ['tech'], ['thesis'], ['detail'], ['bmch'], ['school'], ['ganj'], ['basoda'], ['data'], ['science'], ['i'], ['six'], ['month'], ['experience'], ['data'], ['science'], ['key'], ['skills'], ['experience'], ['machine'], ['learning'], ['deep'], ['leaning'], ['nlp'], ['python'], ['sql'], ['web'], ['scraping'], ['good'], ['knowledge'], ['computer'], ['subjects'], ['ability'], ['update'], ['skill'], ['details'], ['experience'], ['machine'], ['learning'], ['deep'], ['learning'], ['nlp'], ['python'], ['sql'], ['web'], ['crawling'], ['html'], ['css'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['rnt'], ['ai'], ['technology'], ['solution'], ['description'], ['text'], ['classification'], ['using'], ['machine'], ['learning'], ['algorithms'], ['python'], ['practical'], ['knowledge'], ['deep'], ['learning'], ['algorithms'], ['recurrent'], ['neural'], ['networks'], ['rnn'], ['develop'], ['custom'], ['data'], ['models'], ['algorithms'], ['apply'], ['dataset'], ['experience'], ['python'], ['packages'], ['like'], ['pandas'], ['scikit'], ['learn'], ['tensor'], ['flow'], ['numpy'], ['matplotliv'], ['nltk'], ['comfort'], ['sql'], ['mysql'], ['sentiment'], ['analysis'], ['apply'], ['leave'], ['dataset'], ['using'], ['classification'], ['technique'], ['like'], ['tf'], ['idf'], ['lsa'], ['cosine'], ['similarity'], ['using'], ['machine'], ['learning'], ['algorithms'], ['web'], ['crawling'], ['using'], ['selenium'], ['web'], ['driver'], ['beautiful'], ['soup'], ['python'], ['company'], ['life'], ['insurance'], ['corporation'], ['india'], ['bhopal'], ['description'], ['explaining'], ['policy'], ['features'], ['benefits'], ['updated'], ['knowledge'], ['life'], ['insurance'], ['products'], ['shared'], ['customers'], ['personal', 'skills'], ['skills', 'ability'], ['ability', 'quickly'], ['quickly', 'grasp'], ['grasp', 'technical'], ['technical', 'aspects'], ['aspects', 'willingness'], ['willingness', 'learn'], ['learn', 'high'], ['high', 'energy'], ['energy', 'levels'], ['levels', 'result'], ['result', 'oriented'], ['oriented', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'master'], ['master', 'engineering'], ['engineering', 'computer'], ['computer', 'technology'], ['technology', 'application'], ['application', 'bhopal'], ['bhopal', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'truba'], ['truba', 'institute'], ['institute', 'engineering'], ['engineering', 'information'], ['information', 'technology'], ['technology', 'january'], ['january', '2010'], ['2010', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'science'], ['science', 'bhopal'], ['bhopal', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'rkdf'], ['rkdf', 'institute'], ['institute', 'science'], ['science', 'technology'], ['technology', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2006'], ['2006', 'polytechnic'], ['polytechnic', 'information'], ['information', 'technology'], ['technology', 'vidisha'], ['vidisha', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'sati'], ['sati', 'engineering'], ['engineering', 'college'], ['college', 'vidisha'], ['vidisha', 'january'], ['january', '2003'], ['2003', 'm'], ['m', 'tech'], ['tech', 'thesis'], ['thesis', 'detail'], ['detail', 'bmch'], ['bmch', 'school'], ['school', 'ganj'], ['ganj', 'basoda'], ['basoda', 'data'], ['data', 'science'], ['science', 'i'], ['i', 'six'], ['six', 'month'], ['month', 'experience'], ['experience', 'data'], ['data', 'science'], ['science', 'key'], ['key', 'skills'], ['skills', 'experience'], ['experience', 'machine'], ['machine', 'learning'], ['learning', 'deep'], ['deep', 'leaning'], ['leaning', 'nlp'], ['nlp', 'python'], ['python', 'sql'], ['sql', 'web'], ['web', 'scraping'], ['scraping', 'good'], ['good', 'knowledge'], ['knowledge', 'computer'], ['computer', 'subjects'], ['subjects', 'ability'], ['ability', 'update'], ['update', 'skill'], ['skill', 'details'], ['details', 'experience'], ['experience', 'machine'], ['machine', 'learning'], ['learning', 'deep'], ['deep', 'learning'], ['learning', 'nlp'], ['nlp', 'python'], ['python', 'sql'], ['sql', 'web'], ['web', 'crawling'], ['crawling', 'html'], ['html', 'css'], ['css', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'rnt'], ['rnt', 'ai'], ['ai', 'technology'], ['technology', 'solution'], ['solution', 'description'], ['description', 'text'], ['text', 'classification'], ['classification', 'using'], ['using', 'machine'], ['machine', 'learning'], ['learning', 'algorithms'], ['algorithms', 'python'], ['python', 'practical'], ['practical', 'knowledge'], ['knowledge', 'deep'], ['deep', 'learning'], ['learning', 'algorithms'], ['algorithms', 'recurrent'], ['recurrent', 'neural'], ['neural', 'networks'], ['networks', 'rnn'], ['rnn', 'develop'], ['develop', 'custom'], ['custom', 'data'], ['data', 'models'], ['models', 'algorithms'], ['algorithms', 'apply'], ['apply', 'dataset'], ['dataset', 'experience'], ['experience', 'python'], ['python', 'packages'], ['packages', 'like'], ['like', 'pandas'], ['pandas', 'scikit'], ['scikit', 'learn'], ['learn', 'tensor'], ['tensor', 'flow'], ['flow', 'numpy'], ['numpy', 'matplotliv'], ['matplotliv', 'nltk'], ['nltk', 'comfort'], ['comfort', 'sql'], ['sql', 'mysql'], ['mysql', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'apply'], ['apply', 'leave'], ['leave', 'dataset'], ['dataset', 'using'], ['using', 'classification'], ['classification', 'technique'], ['technique', 'like'], ['like', 'tf'], ['tf', 'idf'], ['idf', 'lsa'], ['lsa', 'cosine'], ['cosine', 'similarity'], ['similarity', 'using'], ['using', 'machine'], ['machine', 'learning'], ['learning', 'algorithms'], ['algorithms', 'web'], ['web', 'crawling'], ['crawling', 'using'], ['using', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'beautiful'], ['beautiful', 'soup'], ['soup', 'python'], ['python', 'company'], ['company', 'life'], ['life', 'insurance'], ['insurance', 'corporation'], ['corporation', 'india'], ['india', 'bhopal'], ['bhopal', 'description'], ['description', 'explaining'], ['explaining', 'policy'], ['policy', 'features'], ['features', 'benefits'], ['benefits', 'updated'], ['updated', 'knowledge'], ['knowledge', 'life'], ['life', 'insurance'], ['insurance', 'products'], ['products', 'shared'], ['shared', 'customers'], ['personal', 'skills', 'ability'], ['skills', 'ability', 'quickly'], ['ability', 'quickly', 'grasp'], ['quickly', 'grasp', 'technical'], ['grasp', 'technical', 'aspects'], ['technical', 'aspects', 'willingness'], ['aspects', 'willingness', 'learn'], ['willingness', 'learn', 'high'], ['learn', 'high', 'energy'], ['high', 'energy', 'levels'], ['energy', 'levels', 'result'], ['levels', 'result', 'oriented'], ['result', 'oriented', 'education'], ['oriented', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'master'], ['2018', 'master', 'engineering'], ['master', 'engineering', 'computer'], ['engineering', 'computer', 'technology'], ['computer', 'technology', 'application'], ['technology', 'application', 'bhopal'], ['application', 'bhopal', 'madhya'], ['bhopal', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'truba'], ['pradesh', 'truba', 'institute'], ['truba', 'institute', 'engineering'], ['institute', 'engineering', 'information'], ['engineering', 'information', 'technology'], ['information', 'technology', 'january'], ['technology', 'january', '2010'], ['january', '2010', 'b'], ['2010', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'science'], ['computer', 'science', 'bhopal'], ['science', 'bhopal', 'madhya'], ['bhopal', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'rkdf'], ['pradesh', 'rkdf', 'institute'], ['rkdf', 'institute', 'science'], ['institute', 'science', 'technology'], ['science', 'technology', 'college'], ['technology', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2006'], ['january', '2006', 'polytechnic'], ['2006', 'polytechnic', 'information'], ['polytechnic', 'information', 'technology'], ['information', 'technology', 'vidisha'], ['technology', 'vidisha', 'madhya'], ['vidisha', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'sati'], ['pradesh', 'sati', 'engineering'], ['sati', 'engineering', 'college'], ['engineering', 'college', 'vidisha'], ['college', 'vidisha', 'january'], ['vidisha', 'january', '2003'], ['january', '2003', 'm'], ['2003', 'm', 'tech'], ['m', 'tech', 'thesis'], ['tech', 'thesis', 'detail'], ['thesis', 'detail', 'bmch'], ['detail', 'bmch', 'school'], ['bmch', 'school', 'ganj'], ['school', 'ganj', 'basoda'], ['ganj', 'basoda', 'data'], ['basoda', 'data', 'science'], ['data', 'science', 'i'], ['science', 'i', 'six'], ['i', 'six', 'month'], ['six', 'month', 'experience'], ['month', 'experience', 'data'], ['experience', 'data', 'science'], ['data', 'science', 'key'], ['science', 'key', 'skills'], ['key', 'skills', 'experience'], ['skills', 'experience', 'machine'], ['experience', 'machine', 'learning'], ['machine', 'learning', 'deep'], ['learning', 'deep', 'leaning'], ['deep', 'leaning', 'nlp'], ['leaning', 'nlp', 'python'], ['nlp', 'python', 'sql'], ['python', 'sql', 'web'], ['sql', 'web', 'scraping'], ['web', 'scraping', 'good'], ['scraping', 'good', 'knowledge'], ['good', 'knowledge', 'computer'], ['knowledge', 'computer', 'subjects'], ['computer', 'subjects', 'ability'], ['subjects', 'ability', 'update'], ['ability', 'update', 'skill'], ['update', 'skill', 'details'], ['skill', 'details', 'experience'], ['details', 'experience', 'machine'], ['experience', 'machine', 'learning'], ['machine', 'learning', 'deep'], ['learning', 'deep', 'learning'], ['deep', 'learning', 'nlp'], ['learning', 'nlp', 'python'], ['nlp', 'python', 'sql'], ['python', 'sql', 'web'], ['sql', 'web', 'crawling'], ['web', 'crawling', 'html'], ['crawling', 'html', 'css'], ['html', 'css', 'exprience'], ['css', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'rnt'], ['company', 'rnt', 'ai'], ['rnt', 'ai', 'technology'], ['ai', 'technology', 'solution'], ['technology', 'solution', 'description'], ['solution', 'description', 'text'], ['description', 'text', 'classification'], ['text', 'classification', 'using'], ['classification', 'using', 'machine'], ['using', 'machine', 'learning'], ['machine', 'learning', 'algorithms'], ['learning', 'algorithms', 'python'], ['algorithms', 'python', 'practical'], ['python', 'practical', 'knowledge'], ['practical', 'knowledge', 'deep'], ['knowledge', 'deep', 'learning'], ['deep', 'learning', 'algorithms'], ['learning', 'algorithms', 'recurrent'], ['algorithms', 'recurrent', 'neural'], ['recurrent', 'neural', 'networks'], ['neural', 'networks', 'rnn'], ['networks', 'rnn', 'develop'], ['rnn', 'develop', 'custom'], ['develop', 'custom', 'data'], ['custom', 'data', 'models'], ['data', 'models', 'algorithms'], ['models', 'algorithms', 'apply'], ['algorithms', 'apply', 'dataset'], ['apply', 'dataset', 'experience'], ['dataset', 'experience', 'python'], ['experience', 'python', 'packages'], ['python', 'packages', 'like'], ['packages', 'like', 'pandas'], ['like', 'pandas', 'scikit'], ['pandas', 'scikit', 'learn'], ['scikit', 'learn', 'tensor'], ['learn', 'tensor', 'flow'], ['tensor', 'flow', 'numpy'], ['flow', 'numpy', 'matplotliv'], ['numpy', 'matplotliv', 'nltk'], ['matplotliv', 'nltk', 'comfort'], ['nltk', 'comfort', 'sql'], ['comfort', 'sql', 'mysql'], ['sql', 'mysql', 'sentiment'], ['mysql', 'sentiment', 'analysis'], ['sentiment', 'analysis', 'apply'], ['analysis', 'apply', 'leave'], ['apply', 'leave', 'dataset'], ['leave', 'dataset', 'using'], ['dataset', 'using', 'classification'], ['using', 'classification', 'technique'], ['classification', 'technique', 'like'], ['technique', 'like', 'tf'], ['like', 'tf', 'idf'], ['tf', 'idf', 'lsa'], ['idf', 'lsa', 'cosine'], ['lsa', 'cosine', 'similarity'], ['cosine', 'similarity', 'using'], ['similarity', 'using', 'machine'], ['using', 'machine', 'learning'], ['machine', 'learning', 'algorithms'], ['learning', 'algorithms', 'web'], ['algorithms', 'web', 'crawling'], ['web', 'crawling', 'using'], ['crawling', 'using', 'selenium'], ['using', 'selenium', 'web'], ['selenium', 'web', 'driver'], ['web', 'driver', 'beautiful'], ['driver', 'beautiful', 'soup'], ['beautiful', 'soup', 'python'], ['soup', 'python', 'company'], ['python', 'company', 'life'], ['company', 'life', 'insurance'], ['life', 'insurance', 'corporation'], ['insurance', 'corporation', 'india'], ['corporation', 'india', 'bhopal'], ['india', 'bhopal', 'description'], ['bhopal', 'description', 'explaining'], ['description', 'explaining', 'policy'], ['explaining', 'policy', 'features'], ['policy', 'features', 'benefits'], ['features', 'benefits', 'updated'], ['benefits', 'updated', 'knowledge'], ['updated', 'knowledge', 'life'], ['knowledge', 'life', 'insurance'], ['life', 'insurance', 'products'], ['insurance', 'products', 'shared'], ['products', 'shared', 'customers'], ['personal', 'skills', 'ability', 'quickly'], ['skills', 'ability', 'quickly', 'grasp'], ['ability', 'quickly', 'grasp', 'technical'], ['quickly', 'grasp', 'technical', 'aspects'], ['grasp', 'technical', 'aspects', 'willingness'], ['technical', 'aspects', 'willingness', 'learn'], ['aspects', 'willingness', 'learn', 'high'], ['willingness', 'learn', 'high', 'energy'], ['learn', 'high', 'energy', 'levels'], ['high', 'energy', 'levels', 'result'], ['energy', 'levels', 'result', 'oriented'], ['levels', 'result', 'oriented', 'education'], ['result', 'oriented', 'education', 'details'], ['oriented', 'education', 'details', 'january'], ['education', 'details', 'january', '2018'], ['details', 'january', '2018', 'master'], ['january', '2018', 'master', 'engineering'], ['2018', 'master', 'engineering', 'computer'], ['master', 'engineering', 'computer', 'technology'], ['engineering', 'computer', 'technology', 'application'], ['computer', 'technology', 'application', 'bhopal'], ['technology', 'application', 'bhopal', 'madhya'], ['application', 'bhopal', 'madhya', 'pradesh'], ['bhopal', 'madhya', 'pradesh', 'truba'], ['madhya', 'pradesh', 'truba', 'institute'], ['pradesh', 'truba', 'institute', 'engineering'], ['truba', 'institute', 'engineering', 'information'], ['institute', 'engineering', 'information', 'technology'], ['engineering', 'information', 'technology', 'january'], ['information', 'technology', 'january', '2010'], ['technology', 'january', '2010', 'b'], ['january', '2010', 'b', 'e'], ['2010', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'science'], ['e', 'computer', 'science', 'bhopal'], ['computer', 'science', 'bhopal', 'madhya'], ['science', 'bhopal', 'madhya', 'pradesh'], ['bhopal', 'madhya', 'pradesh', 'rkdf'], ['madhya', 'pradesh', 'rkdf', 'institute'], ['pradesh', 'rkdf', 'institute', 'science'], ['rkdf', 'institute', 'science', 'technology'], ['institute', 'science', 'technology', 'college'], ['science', 'technology', 'college', 'engineering'], ['technology', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2006'], ['engineering', 'january', '2006', 'polytechnic'], ['january', '2006', 'polytechnic', 'information'], ['2006', 'polytechnic', 'information', 'technology'], ['polytechnic', 'information', 'technology', 'vidisha'], ['information', 'technology', 'vidisha', 'madhya'], ['technology', 'vidisha', 'madhya', 'pradesh'], ['vidisha', 'madhya', 'pradesh', 'sati'], ['madhya', 'pradesh', 'sati', 'engineering'], ['pradesh', 'sati', 'engineering', 'college'], ['sati', 'engineering', 'college', 'vidisha'], ['engineering', 'college', 'vidisha', 'january'], ['college', 'vidisha', 'january', '2003'], ['vidisha', 'january', '2003', 'm'], ['january', '2003', 'm', 'tech'], ['2003', 'm', 'tech', 'thesis'], ['m', 'tech', 'thesis', 'detail'], ['tech', 'thesis', 'detail', 'bmch'], ['thesis', 'detail', 'bmch', 'school'], ['detail', 'bmch', 'school', 'ganj'], ['bmch', 'school', 'ganj', 'basoda'], ['school', 'ganj', 'basoda', 'data'], ['ganj', 'basoda', 'data', 'science'], ['basoda', 'data', 'science', 'i'], ['data', 'science', 'i', 'six'], ['science', 'i', 'six', 'month'], ['i', 'six', 'month', 'experience'], ['six', 'month', 'experience', 'data'], ['month', 'experience', 'data', 'science'], ['experience', 'data', 'science', 'key'], ['data', 'science', 'key', 'skills'], ['science', 'key', 'skills', 'experience'], ['key', 'skills', 'experience', 'machine'], ['skills', 'experience', 'machine', 'learning'], ['experience', 'machine', 'learning', 'deep'], ['machine', 'learning', 'deep', 'leaning'], ['learning', 'deep', 'leaning', 'nlp'], ['deep', 'leaning', 'nlp', 'python'], ['leaning', 'nlp', 'python', 'sql'], ['nlp', 'python', 'sql', 'web'], ['python', 'sql', 'web', 'scraping'], ['sql', 'web', 'scraping', 'good'], ['web', 'scraping', 'good', 'knowledge'], ['scraping', 'good', 'knowledge', 'computer'], ['good', 'knowledge', 'computer', 'subjects'], ['knowledge', 'computer', 'subjects', 'ability'], ['computer', 'subjects', 'ability', 'update'], ['subjects', 'ability', 'update', 'skill'], ['ability', 'update', 'skill', 'details'], ['update', 'skill', 'details', 'experience'], ['skill', 'details', 'experience', 'machine'], ['details', 'experience', 'machine', 'learning'], ['experience', 'machine', 'learning', 'deep'], ['machine', 'learning', 'deep', 'learning'], ['learning', 'deep', 'learning', 'nlp'], ['deep', 'learning', 'nlp', 'python'], ['learning', 'nlp', 'python', 'sql'], ['nlp', 'python', 'sql', 'web'], ['python', 'sql', 'web', 'crawling'], ['sql', 'web', 'crawling', 'html'], ['web', 'crawling', 'html', 'css'], ['crawling', 'html', 'css', 'exprience'], ['html', 'css', 'exprience', 'less'], ['css', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'rnt'], ['details', 'company', 'rnt', 'ai'], ['company', 'rnt', 'ai', 'technology'], ['rnt', 'ai', 'technology', 'solution'], ['ai', 'technology', 'solution', 'description'], ['technology', 'solution', 'description', 'text'], ['solution', 'description', 'text', 'classification'], ['description', 'text', 'classification', 'using'], ['text', 'classification', 'using', 'machine'], ['classification', 'using', 'machine', 'learning'], ['using', 'machine', 'learning', 'algorithms'], ['machine', 'learning', 'algorithms', 'python'], ['learning', 'algorithms', 'python', 'practical'], ['algorithms', 'python', 'practical', 'knowledge'], ['python', 'practical', 'knowledge', 'deep'], ['practical', 'knowledge', 'deep', 'learning'], ['knowledge', 'deep', 'learning', 'algorithms'], ['deep', 'learning', 'algorithms', 'recurrent'], ['learning', 'algorithms', 'recurrent', 'neural'], ['algorithms', 'recurrent', 'neural', 'networks'], ['recurrent', 'neural', 'networks', 'rnn'], ['neural', 'networks', 'rnn', 'develop'], ['networks', 'rnn', 'develop', 'custom'], ['rnn', 'develop', 'custom', 'data'], ['develop', 'custom', 'data', 'models'], ['custom', 'data', 'models', 'algorithms'], ['data', 'models', 'algorithms', 'apply'], ['models', 'algorithms', 'apply', 'dataset'], ['algorithms', 'apply', 'dataset', 'experience'], ['apply', 'dataset', 'experience', 'python'], ['dataset', 'experience', 'python', 'packages'], ['experience', 'python', 'packages', 'like'], ['python', 'packages', 'like', 'pandas'], ['packages', 'like', 'pandas', 'scikit'], ['like', 'pandas', 'scikit', 'learn'], ['pandas', 'scikit', 'learn', 'tensor'], ['scikit', 'learn', 'tensor', 'flow'], ['learn', 'tensor', 'flow', 'numpy'], ['tensor', 'flow', 'numpy', 'matplotliv'], ['flow', 'numpy', 'matplotliv', 'nltk'], ['numpy', 'matplotliv', 'nltk', 'comfort'], ['matplotliv', 'nltk', 'comfort', 'sql'], ['nltk', 'comfort', 'sql', 'mysql'], ['comfort', 'sql', 'mysql', 'sentiment'], ['sql', 'mysql', 'sentiment', 'analysis'], ['mysql', 'sentiment', 'analysis', 'apply'], ['sentiment', 'analysis', 'apply', 'leave'], ['analysis', 'apply', 'leave', 'dataset'], ['apply', 'leave', 'dataset', 'using'], ['leave', 'dataset', 'using', 'classification'], ['dataset', 'using', 'classification', 'technique'], ['using', 'classification', 'technique', 'like'], ['classification', 'technique', 'like', 'tf'], ['technique', 'like', 'tf', 'idf'], ['like', 'tf', 'idf', 'lsa'], ['tf', 'idf', 'lsa', 'cosine'], ['idf', 'lsa', 'cosine', 'similarity'], ['lsa', 'cosine', 'similarity', 'using'], ['cosine', 'similarity', 'using', 'machine'], ['similarity', 'using', 'machine', 'learning'], ['using', 'machine', 'learning', 'algorithms'], ['machine', 'learning', 'algorithms', 'web'], ['learning', 'algorithms', 'web', 'crawling'], ['algorithms', 'web', 'crawling', 'using'], ['web', 'crawling', 'using', 'selenium'], ['crawling', 'using', 'selenium', 'web'], ['using', 'selenium', 'web', 'driver'], ['selenium', 'web', 'driver', 'beautiful'], ['web', 'driver', 'beautiful', 'soup'], ['driver', 'beautiful', 'soup', 'python'], ['beautiful', 'soup', 'python', 'company'], ['soup', 'python', 'company', 'life'], ['python', 'company', 'life', 'insurance'], ['company', 'life', 'insurance', 'corporation'], ['life', 'insurance', 'corporation', 'india'], ['insurance', 'corporation', 'india', 'bhopal'], ['corporation', 'india', 'bhopal', 'description'], ['india', 'bhopal', 'description', 'explaining'], ['bhopal', 'description', 'explaining', 'policy'], ['description', 'explaining', 'policy', 'features'], ['explaining', 'policy', 'features', 'benefits'], ['policy', 'features', 'benefits', 'updated'], ['features', 'benefits', 'updated', 'knowledge'], ['benefits', 'updated', 'knowledge', 'life'], ['updated', 'knowledge', 'life', 'insurance'], ['knowledge', 'life', 'insurance', 'products'], ['life', 'insurance', 'products', 'shared'], ['insurance', 'products', 'shared', 'customers'], ['personal', 'skills', 'ability', 'quickly', 'grasp'], ['skills', 'ability', 'quickly', 'grasp', 'technical'], ['ability', 'quickly', 'grasp', 'technical', 'aspects'], ['quickly', 'grasp', 'technical', 'aspects', 'willingness'], ['grasp', 'technical', 'aspects', 'willingness', 'learn'], ['technical', 'aspects', 'willingness', 'learn', 'high'], ['aspects', 'willingness', 'learn', 'high', 'energy'], ['willingness', 'learn', 'high', 'energy', 'levels'], ['learn', 'high', 'energy', 'levels', 'result'], ['high', 'energy', 'levels', 'result', 'oriented'], ['energy', 'levels', 'result', 'oriented', 'education'], ['levels', 'result', 'oriented', 'education', 'details'], ['result', 'oriented', 'education', 'details', 'january'], ['oriented', 'education', 'details', 'january', '2018'], ['education', 'details', 'january', '2018', 'master'], ['details', 'january', '2018', 'master', 'engineering'], ['january', '2018', 'master', 'engineering', 'computer'], ['2018', 'master', 'engineering', 'computer', 'technology'], ['master', 'engineering', 'computer', 'technology', 'application'], ['engineering', 'computer', 'technology', 'application', 'bhopal'], ['computer', 'technology', 'application', 'bhopal', 'madhya'], ['technology', 'application', 'bhopal', 'madhya', 'pradesh'], ['application', 'bhopal', 'madhya', 'pradesh', 'truba'], ['bhopal', 'madhya', 'pradesh', 'truba', 'institute'], ['madhya', 'pradesh', 'truba', 'institute', 'engineering'], ['pradesh', 'truba', 'institute', 'engineering', 'information'], ['truba', 'institute', 'engineering', 'information', 'technology'], ['institute', 'engineering', 'information', 'technology', 'january'], ['engineering', 'information', 'technology', 'january', '2010'], ['information', 'technology', 'january', '2010', 'b'], ['technology', 'january', '2010', 'b', 'e'], ['january', '2010', 'b', 'e', 'computer'], ['2010', 'b', 'e', 'computer', 'science'], ['b', 'e', 'computer', 'science', 'bhopal'], ['e', 'computer', 'science', 'bhopal', 'madhya'], ['computer', 'science', 'bhopal', 'madhya', 'pradesh'], ['science', 'bhopal', 'madhya', 'pradesh', 'rkdf'], ['bhopal', 'madhya', 'pradesh', 'rkdf', 'institute'], ['madhya', 'pradesh', 'rkdf', 'institute', 'science'], ['pradesh', 'rkdf', 'institute', 'science', 'technology'], ['rkdf', 'institute', 'science', 'technology', 'college'], ['institute', 'science', 'technology', 'college', 'engineering'], ['science', 'technology', 'college', 'engineering', 'january'], ['technology', 'college', 'engineering', 'january', '2006'], ['college', 'engineering', 'january', '2006', 'polytechnic'], ['engineering', 'january', '2006', 'polytechnic', 'information'], ['january', '2006', 'polytechnic', 'information', 'technology'], ['2006', 'polytechnic', 'information', 'technology', 'vidisha'], ['polytechnic', 'information', 'technology', 'vidisha', 'madhya'], ['information', 'technology', 'vidisha', 'madhya', 'pradesh'], ['technology', 'vidisha', 'madhya', 'pradesh', 'sati'], ['vidisha', 'madhya', 'pradesh', 'sati', 'engineering'], ['madhya', 'pradesh', 'sati', 'engineering', 'college'], ['pradesh', 'sati', 'engineering', 'college', 'vidisha'], ['sati', 'engineering', 'college', 'vidisha', 'january'], ['engineering', 'college', 'vidisha', 'january', '2003'], ['college', 'vidisha', 'january', '2003', 'm'], ['vidisha', 'january', '2003', 'm', 'tech'], ['january', '2003', 'm', 'tech', 'thesis'], ['2003', 'm', 'tech', 'thesis', 'detail'], ['m', 'tech', 'thesis', 'detail', 'bmch'], ['tech', 'thesis', 'detail', 'bmch', 'school'], ['thesis', 'detail', 'bmch', 'school', 'ganj'], ['detail', 'bmch', 'school', 'ganj', 'basoda'], ['bmch', 'school', 'ganj', 'basoda', 'data'], ['school', 'ganj', 'basoda', 'data', 'science'], ['ganj', 'basoda', 'data', 'science', 'i'], ['basoda', 'data', 'science', 'i', 'six'], ['data', 'science', 'i', 'six', 'month'], ['science', 'i', 'six', 'month', 'experience'], ['i', 'six', 'month', 'experience', 'data'], ['six', 'month', 'experience', 'data', 'science'], ['month', 'experience', 'data', 'science', 'key'], ['experience', 'data', 'science', 'key', 'skills'], ['data', 'science', 'key', 'skills', 'experience'], ['science', 'key', 'skills', 'experience', 'machine'], ['key', 'skills', 'experience', 'machine', 'learning'], ['skills', 'experience', 'machine', 'learning', 'deep'], ['experience', 'machine', 'learning', 'deep', 'leaning'], ['machine', 'learning', 'deep', 'leaning', 'nlp'], ['learning', 'deep', 'leaning', 'nlp', 'python'], ['deep', 'leaning', 'nlp', 'python', 'sql'], ['leaning', 'nlp', 'python', 'sql', 'web'], ['nlp', 'python', 'sql', 'web', 'scraping'], ['python', 'sql', 'web', 'scraping', 'good'], ['sql', 'web', 'scraping', 'good', 'knowledge'], ['web', 'scraping', 'good', 'knowledge', 'computer'], ['scraping', 'good', 'knowledge', 'computer', 'subjects'], ['good', 'knowledge', 'computer', 'subjects', 'ability'], ['knowledge', 'computer', 'subjects', 'ability', 'update'], ['computer', 'subjects', 'ability', 'update', 'skill'], ['subjects', 'ability', 'update', 'skill', 'details'], ['ability', 'update', 'skill', 'details', 'experience'], ['update', 'skill', 'details', 'experience', 'machine'], ['skill', 'details', 'experience', 'machine', 'learning'], ['details', 'experience', 'machine', 'learning', 'deep'], ['experience', 'machine', 'learning', 'deep', 'learning'], ['machine', 'learning', 'deep', 'learning', 'nlp'], ['learning', 'deep', 'learning', 'nlp', 'python'], ['deep', 'learning', 'nlp', 'python', 'sql'], ['learning', 'nlp', 'python', 'sql', 'web'], ['nlp', 'python', 'sql', 'web', 'crawling'], ['python', 'sql', 'web', 'crawling', 'html'], ['sql', 'web', 'crawling', 'html', 'css'], ['web', 'crawling', 'html', 'css', 'exprience'], ['crawling', 'html', 'css', 'exprience', 'less'], ['html', 'css', 'exprience', 'less', '1'], ['css', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'rnt'], ['monthscompany', 'details', 'company', 'rnt', 'ai'], ['details', 'company', 'rnt', 'ai', 'technology'], ['company', 'rnt', 'ai', 'technology', 'solution'], ['rnt', 'ai', 'technology', 'solution', 'description'], ['ai', 'technology', 'solution', 'description', 'text'], ['technology', 'solution', 'description', 'text', 'classification'], ['solution', 'description', 'text', 'classification', 'using'], ['description', 'text', 'classification', 'using', 'machine'], ['text', 'classification', 'using', 'machine', 'learning'], ['classification', 'using', 'machine', 'learning', 'algorithms'], ['using', 'machine', 'learning', 'algorithms', 'python'], ['machine', 'learning', 'algorithms', 'python', 'practical'], ['learning', 'algorithms', 'python', 'practical', 'knowledge'], ['algorithms', 'python', 'practical', 'knowledge', 'deep'], ['python', 'practical', 'knowledge', 'deep', 'learning'], ['practical', 'knowledge', 'deep', 'learning', 'algorithms'], ['knowledge', 'deep', 'learning', 'algorithms', 'recurrent'], ['deep', 'learning', 'algorithms', 'recurrent', 'neural'], ['learning', 'algorithms', 'recurrent', 'neural', 'networks'], ['algorithms', 'recurrent', 'neural', 'networks', 'rnn'], ['recurrent', 'neural', 'networks', 'rnn', 'develop'], ['neural', 'networks', 'rnn', 'develop', 'custom'], ['networks', 'rnn', 'develop', 'custom', 'data'], ['rnn', 'develop', 'custom', 'data', 'models'], ['develop', 'custom', 'data', 'models', 'algorithms'], ['custom', 'data', 'models', 'algorithms', 'apply'], ['data', 'models', 'algorithms', 'apply', 'dataset'], ['models', 'algorithms', 'apply', 'dataset', 'experience'], ['algorithms', 'apply', 'dataset', 'experience', 'python'], ['apply', 'dataset', 'experience', 'python', 'packages'], ['dataset', 'experience', 'python', 'packages', 'like'], ['experience', 'python', 'packages', 'like', 'pandas'], ['python', 'packages', 'like', 'pandas', 'scikit'], ['packages', 'like', 'pandas', 'scikit', 'learn'], ['like', 'pandas', 'scikit', 'learn', 'tensor'], ['pandas', 'scikit', 'learn', 'tensor', 'flow'], ['scikit', 'learn', 'tensor', 'flow', 'numpy'], ['learn', 'tensor', 'flow', 'numpy', 'matplotliv'], ['tensor', 'flow', 'numpy', 'matplotliv', 'nltk'], ['flow', 'numpy', 'matplotliv', 'nltk', 'comfort'], ['numpy', 'matplotliv', 'nltk', 'comfort', 'sql'], ['matplotliv', 'nltk', 'comfort', 'sql', 'mysql'], ['nltk', 'comfort', 'sql', 'mysql', 'sentiment'], ['comfort', 'sql', 'mysql', 'sentiment', 'analysis'], ['sql', 'mysql', 'sentiment', 'analysis', 'apply'], ['mysql', 'sentiment', 'analysis', 'apply', 'leave'], ['sentiment', 'analysis', 'apply', 'leave', 'dataset'], ['analysis', 'apply', 'leave', 'dataset', 'using'], ['apply', 'leave', 'dataset', 'using', 'classification'], ['leave', 'dataset', 'using', 'classification', 'technique'], ['dataset', 'using', 'classification', 'technique', 'like'], ['using', 'classification', 'technique', 'like', 'tf'], ['classification', 'technique', 'like', 'tf', 'idf'], ['technique', 'like', 'tf', 'idf', 'lsa'], ['like', 'tf', 'idf', 'lsa', 'cosine'], ['tf', 'idf', 'lsa', 'cosine', 'similarity'], ['idf', 'lsa', 'cosine', 'similarity', 'using'], ['lsa', 'cosine', 'similarity', 'using', 'machine'], ['cosine', 'similarity', 'using', 'machine', 'learning'], ['similarity', 'using', 'machine', 'learning', 'algorithms'], ['using', 'machine', 'learning', 'algorithms', 'web'], ['machine', 'learning', 'algorithms', 'web', 'crawling'], ['learning', 'algorithms', 'web', 'crawling', 'using'], ['algorithms', 'web', 'crawling', 'using', 'selenium'], ['web', 'crawling', 'using', 'selenium', 'web'], ['crawling', 'using', 'selenium', 'web', 'driver'], ['using', 'selenium', 'web', 'driver', 'beautiful'], ['selenium', 'web', 'driver', 'beautiful', 'soup'], ['web', 'driver', 'beautiful', 'soup', 'python'], ['driver', 'beautiful', 'soup', 'python', 'company'], ['beautiful', 'soup', 'python', 'company', 'life'], ['soup', 'python', 'company', 'life', 'insurance'], ['python', 'company', 'life', 'insurance', 'corporation'], ['company', 'life', 'insurance', 'corporation', 'india'], ['life', 'insurance', 'corporation', 'india', 'bhopal'], ['insurance', 'corporation', 'india', 'bhopal', 'description'], ['corporation', 'india', 'bhopal', 'description', 'explaining'], ['india', 'bhopal', 'description', 'explaining', 'policy'], ['bhopal', 'description', 'explaining', 'policy', 'features'], ['description', 'explaining', 'policy', 'features', 'benefits'], ['explaining', 'policy', 'features', 'benefits', 'updated'], ['policy', 'features', 'benefits', 'updated', 'knowledge'], ...], [['expertise'], ['data'], ['quantitative'], ['analysis'], ['decision'], ['analytics'], ['predictive'], ['modeling'], ['data'], ['driven'], ['personalization'], ['kpi'], ['dashboards'], ['big'], ['data'], ['queries'], ['interpretation'], ['data'], ['mining'], ['visualization'], ['tools'], ['machine'], ['learning'], ['algorithms'], ['business'], ['intelligence'], ['bi'], ['research'], ['reports'], ['forecasts'], ['education'], ['details'], ['pgp'], ['data'], ['science'], ['mumbai'], ['maharashtra'], ['aegis'], ['school'], ['data'], ['science'], ['business'], ['b'], ['e'], ['electronics'], ['communication'], ['electronics'], ['communication'], ['indore'], ['madhya'], ['pradesh'], ['ies'], ['ips'], ['academy'], ['data'], ['scientist'], ['data'], ['scientist'], ['pr'], ['canada'], ['skill'], ['details'], ['algorithms'], ['exprience'], ['6'], ['months'], ['bi'], ['exprience'], ['6'], ['months'], ['business'], ['intelligence'], ['exprience'], ['6'], ['months'], ['machine'], ['learning'], ['exprience'], ['24'], ['months'], ['visualization'], ['exprience'], ['24'], ['months'], ['spark'], ['exprience'], ['24'], ['months'], ['python'], ['exprience'], ['36'], ['months'], ['tableau'], ['exprience'], ['36'], ['months'], ['data'], ['analysis'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['aegis'], ['school'], ['data'], ['science'], ['business'], ['description'], ['mostly'], ['working'], ['industry'], ['project'], ['providing'], ['solution'], ['along'], ['teaching'], ['appointments'], ['teach'], ['undergraduate'], ['graduate'], ['level'], ['courses'], ['spark'], ['machine'], ['learning'], ['adjunct'], ['faculty'], ['member'], ['aegis'], ['school'], ['data'], ['science'], ['mumbai'], ['2017'], ['present'], ['company'], ['aegis'], ['school'], ['data'], ['business'], ['description'], ['data'], ['science'], ['intern'], ['nov'], ['2015'], ['jan'], ['2016'], ['furnish'], ['executive'], ['leadership'], ['team'], ['insights'], ['analytics'], ['reports'], ['recommendations'], ['enabling'], ['effective'], ['strategic'], ['planning'], ['across'], ['business'], ['units'], ['distribution'], ['channels'], ['product'], ['lines'], ['chat'], ['bot'], ['using'], ['aws'], ['lex'], ['tensor'], ['flow'], ['python'], ['the'], ['goal'], ['project'], ['creates'], ['chat'], ['bot'], ['academic'], ['institution'], ['university'], ['handle'], ['queries'], ['related'], ['courses'], ['offered'], ['institute'], ['the'], ['objective'], ['task'], ['reduce'], ['human'], ['efforts'], ['well'], ['reduce'], ['man'], ['made'], ['errors'], ['even'], ['companies'], ['handle'], ['client'], ['24x7'], ['in'], ['case'], ['companies'], ['academic'], ['institutions'], ['clients'], ['participants'], ['students'], ['web'], ['scraping'], ['using'], ['selenium'], ['web'], ['driver'], ['python'], ['the'], ['task'], ['scrap'], ['data'], ['online'], ['messaging'], ['portal'], ['text'], ['format'], ['find'], ['pattern'], ['form'], ['data'], ['visualization'], ['data'], ['insights'], ['hadoop'], ['eco'], ['system'], ['hive'], ['pyspark'], ['qliksense'], ['the'], ['goal'], ['project'], ['build'], ['business'], ['solutions'], ['internet'], ['service'], ['provider'], ['company'], ['like'], ['handling'], ['data'], ['generated'], ['per'], ['day'], ['basis'], ['visualize'], ['data'], ['find'], ['usage'], ['pattern'], ['form'], ['generate'], ['reports'], ['image'], ['based'], ['fraud'], ['detection'], ['microsoft'], ['face'], ['api'], ['pyspark'], ['open'], ['cv'], ['the'], ['main'], ['goal'], ['project'], ['recognize'], ['similarity'], ['face'], ['given'], ['database'], ['images'], ['face'], ['recognition'], ['recognizing'], ['special'], ['face'], ['set'], ['different'], ['faces'], ['face'], ['extracted'], ['compared'], ['database'], ['image'], ['image'], ['recognized'], ['person'], ['already'], ['applied'], ['loan'], ['somewhere'], ['else'], ['hiding'], ['identity'], ['going'], ['prevent'], ['frauds'], ['initial'], ['stage'], ['churn'], ['analysis'], ['internet'], ['service'], ['provider'], ['r'], ['python'], ['machine'], ['learning'], ['hadoop'], ['the'], ['objective'], ['identify'], ['customer'], ['likely'], ['churn'], ['given'], ['period'], ['time'], ['pretend'], ['customer'], ['giving'], ['incentive'], ['offers'], ['sentiment'], ['analysis'], ['python'], ['nlp'], ['apache'], ['spark'], ['service'], ['ibm'], ['bluemix'], ['this'], ['project'], ['highly'], ['emphasis'], ['tweets'], ['twitter'], ['data'], ['taken'], ['mobile'], ['networks'], ['service'], ['provider'], ['sentiment'], ['analysis'], ['analyze'], ['whether'], ['expressed'], ['opinion'], ['positive'], ['negative'], ['neutral'], ['capture'], ['emotions'], ['tweets'], ['comparative'], ['analysis'], ['quantifiable'], ['results'], ['mentored'], ['7'], ['12'], ['data'], ['science'], ['enthusiast'], ['year'], ['since'], ['gone'], ['graduate'], ['school'], ['data'], ['science'], ['business'], ['analytics'], ['reviewed'], ['evaluated'], ['20'], ['40'], ['research'], ['papers'], ['data'], ['science'], ['one'], ['largest'], ['data'], ['science'], ['conference'], ['called'], ['data'], ['science'], ['congress'], ['aegis'], ['school'], ['business'], ['mumbai'], ['heading'], ['solution'], ['providing'], ['organization'], ['called'], ['data'], ['science'], ['delivered'], ['aegis'], ['school'], ['data'], ['science'], ['mumbai'], ['managed'], ['4'], ['5'], ['live'], ['projects'], ['using'], ['data'], ['science'], ['techniques'], ['working'], ['social'], ['cause'], ['help'], ['data'], ['science'], ['social'], ['goods'], ['committee'], ['team'], ['developed'], ['product'], ['called'], ['let'], ['find'], ['missing'], ['child'], ['helping'], ['society'], ['company'], ['ibm'], ['india'], ['pvt'], ['ltd'], ['description'], ['mostly'], ['worked'], ['blumix'], ['ibm'], ['watson'], ['data'], ['science'], ['expertise', 'data'], ['data', 'quantitative'], ['quantitative', 'analysis'], ['analysis', 'decision'], ['decision', 'analytics'], ['analytics', 'predictive'], ['predictive', 'modeling'], ['modeling', 'data'], ['data', 'driven'], ['driven', 'personalization'], ['personalization', 'kpi'], ['kpi', 'dashboards'], ['dashboards', 'big'], ['big', 'data'], ['data', 'queries'], ['queries', 'interpretation'], ['interpretation', 'data'], ['data', 'mining'], ['mining', 'visualization'], ['visualization', 'tools'], ['tools', 'machine'], ['machine', 'learning'], ['learning', 'algorithms'], ['algorithms', 'business'], ['business', 'intelligence'], ['intelligence', 'bi'], ['bi', 'research'], ['research', 'reports'], ['reports', 'forecasts'], ['forecasts', 'education'], ['education', 'details'], ['details', 'pgp'], ['pgp', 'data'], ['data', 'science'], ['science', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'aegis'], ['aegis', 'school'], ['school', 'data'], ['data', 'science'], ['science', 'business'], ['business', 'b'], ['b', 'e'], ['e', 'electronics'], ['electronics', 'communication'], ['communication', 'electronics'], ['electronics', 'communication'], ['communication', 'indore'], ['indore', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'ies'], ['ies', 'ips'], ['ips', 'academy'], ['academy', 'data'], ['data', 'scientist'], ['scientist', 'data'], ['data', 'scientist'], ['scientist', 'pr'], ['pr', 'canada'], ['canada', 'skill'], ['skill', 'details'], ['details', 'algorithms'], ['algorithms', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'bi'], ['bi', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'business'], ['business', 'intelligence'], ['intelligence', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'visualization'], ['visualization', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'spark'], ['spark', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'tableau'], ['tableau', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'data'], ['data', 'analysis'], ['analysis', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'aegis'], ['aegis', 'school'], ['school', 'data'], ['data', 'science'], ['science', 'business'], ['business', 'description'], ['description', 'mostly'], ['mostly', 'working'], ['working', 'industry'], ['industry', 'project'], ['project', 'providing'], ['providing', 'solution'], ['solution', 'along'], ['along', 'teaching'], ['teaching', 'appointments'], ['appointments', 'teach'], ['teach', 'undergraduate'], ['undergraduate', 'graduate'], ['graduate', 'level'], ['level', 'courses'], ['courses', 'spark'], ['spark', 'machine'], ['machine', 'learning'], ['learning', 'adjunct'], ['adjunct', 'faculty'], ['faculty', 'member'], ['member', 'aegis'], ['aegis', 'school'], ['school', 'data'], ['data', 'science'], ['science', 'mumbai'], ['mumbai', '2017'], ['2017', 'present'], ['present', 'company'], ['company', 'aegis'], ['aegis', 'school'], ['school', 'data'], ['data', 'business'], ['business', 'description'], ['description', 'data'], ['data', 'science'], ['science', 'intern'], ['intern', 'nov'], ['nov', '2015'], ['2015', 'jan'], ['jan', '2016'], ['2016', 'furnish'], ['furnish', 'executive'], ['executive', 'leadership'], ['leadership', 'team'], ['team', 'insights'], ['insights', 'analytics'], ['analytics', 'reports'], ['reports', 'recommendations'], ['recommendations', 'enabling'], ['enabling', 'effective'], ['effective', 'strategic'], ['strategic', 'planning'], ['planning', 'across'], ['across', 'business'], ['business', 'units'], ['units', 'distribution'], ['distribution', 'channels'], ['channels', 'product'], ['product', 'lines'], ['lines', 'chat'], ['chat', 'bot'], ['bot', 'using'], ['using', 'aws'], ['aws', 'lex'], ['lex', 'tensor'], ['tensor', 'flow'], ['flow', 'python'], ['python', 'the'], ['the', 'goal'], ['goal', 'project'], ['project', 'creates'], ['creates', 'chat'], ['chat', 'bot'], ['bot', 'academic'], ['academic', 'institution'], ['institution', 'university'], ['university', 'handle'], ['handle', 'queries'], ['queries', 'related'], ['related', 'courses'], ['courses', 'offered'], ['offered', 'institute'], ['institute', 'the'], ['the', 'objective'], ['objective', 'task'], ['task', 'reduce'], ['reduce', 'human'], ['human', 'efforts'], ['efforts', 'well'], ['well', 'reduce'], ['reduce', 'man'], ['man', 'made'], ['made', 'errors'], ['errors', 'even'], ['even', 'companies'], ['companies', 'handle'], ['handle', 'client'], ['client', '24x7'], ['24x7', 'in'], ['in', 'case'], ['case', 'companies'], ['companies', 'academic'], ['academic', 'institutions'], ['institutions', 'clients'], ['clients', 'participants'], ['participants', 'students'], ['students', 'web'], ['web', 'scraping'], ['scraping', 'using'], ['using', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'python'], ['python', 'the'], ['the', 'task'], ['task', 'scrap'], ['scrap', 'data'], ['data', 'online'], ['online', 'messaging'], ['messaging', 'portal'], ['portal', 'text'], ['text', 'format'], ['format', 'find'], ['find', 'pattern'], ['pattern', 'form'], ['form', 'data'], ['data', 'visualization'], ['visualization', 'data'], ['data', 'insights'], ['insights', 'hadoop'], ['hadoop', 'eco'], ['eco', 'system'], ['system', 'hive'], ['hive', 'pyspark'], ['pyspark', 'qliksense'], ['qliksense', 'the'], ['the', 'goal'], ['goal', 'project'], ['project', 'build'], ['build', 'business'], ['business', 'solutions'], ['solutions', 'internet'], ['internet', 'service'], ['service', 'provider'], ['provider', 'company'], ['company', 'like'], ['like', 'handling'], ['handling', 'data'], ['data', 'generated'], ['generated', 'per'], ['per', 'day'], ['day', 'basis'], ['basis', 'visualize'], ['visualize', 'data'], ['data', 'find'], ['find', 'usage'], ['usage', 'pattern'], ['pattern', 'form'], ['form', 'generate'], ['generate', 'reports'], ['reports', 'image'], ['image', 'based'], ['based', 'fraud'], ['fraud', 'detection'], ['detection', 'microsoft'], ['microsoft', 'face'], ['face', 'api'], ['api', 'pyspark'], ['pyspark', 'open'], ['open', 'cv'], ['cv', 'the'], ['the', 'main'], ['main', 'goal'], ['goal', 'project'], ['project', 'recognize'], ['recognize', 'similarity'], ['similarity', 'face'], ['face', 'given'], ['given', 'database'], ['database', 'images'], ['images', 'face'], ['face', 'recognition'], ['recognition', 'recognizing'], ['recognizing', 'special'], ['special', 'face'], ['face', 'set'], ['set', 'different'], ['different', 'faces'], ['faces', 'face'], ['face', 'extracted'], ['extracted', 'compared'], ['compared', 'database'], ['database', 'image'], ['image', 'image'], ['image', 'recognized'], ['recognized', 'person'], ['person', 'already'], ['already', 'applied'], ['applied', 'loan'], ['loan', 'somewhere'], ['somewhere', 'else'], ['else', 'hiding'], ['hiding', 'identity'], ['identity', 'going'], ['going', 'prevent'], ['prevent', 'frauds'], ['frauds', 'initial'], ['initial', 'stage'], ['stage', 'churn'], ['churn', 'analysis'], ['analysis', 'internet'], ['internet', 'service'], ['service', 'provider'], ['provider', 'r'], ['r', 'python'], ['python', 'machine'], ['machine', 'learning'], ['learning', 'hadoop'], ['hadoop', 'the'], ['the', 'objective'], ['objective', 'identify'], ['identify', 'customer'], ['customer', 'likely'], ['likely', 'churn'], ['churn', 'given'], ['given', 'period'], ['period', 'time'], ['time', 'pretend'], ['pretend', 'customer'], ['customer', 'giving'], ['giving', 'incentive'], ['incentive', 'offers'], ['offers', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'python'], ['python', 'nlp'], ['nlp', 'apache'], ['apache', 'spark'], ['spark', 'service'], ['service', 'ibm'], ['ibm', 'bluemix'], ['bluemix', 'this'], ['this', 'project'], ['project', 'highly'], ['highly', 'emphasis'], ['emphasis', 'tweets'], ['tweets', 'twitter'], ['twitter', 'data'], ['data', 'taken'], ['taken', 'mobile'], ['mobile', 'networks'], ['networks', 'service'], ['service', 'provider'], ['provider', 'sentiment'], ['sentiment', 'analysis'], ['analysis', 'analyze'], ['analyze', 'whether'], ['whether', 'expressed'], ['expressed', 'opinion'], ['opinion', 'positive'], ['positive', 'negative'], ['negative', 'neutral'], ['neutral', 'capture'], ['capture', 'emotions'], ['emotions', 'tweets'], ['tweets', 'comparative'], ['comparative', 'analysis'], ['analysis', 'quantifiable'], ['quantifiable', 'results'], ['results', 'mentored'], ['mentored', '7'], ['7', '12'], ['12', 'data'], ['data', 'science'], ['science', 'enthusiast'], ['enthusiast', 'year'], ['year', 'since'], ['since', 'gone'], ['gone', 'graduate'], ['graduate', 'school'], ['school', 'data'], ['data', 'science'], ['science', 'business'], ['business', 'analytics'], ['analytics', 'reviewed'], ['reviewed', 'evaluated'], ['evaluated', '20'], ['20', '40'], ['40', 'research'], ['research', 'papers'], ['papers', 'data'], ['data', 'science'], ['science', 'one'], ['one', 'largest'], ['largest', 'data'], ['data', 'science'], ['science', 'conference'], ['conference', 'called'], ['called', 'data'], ['data', 'science'], ['science', 'congress'], ['congress', 'aegis'], ['aegis', 'school'], ['school', 'business'], ['business', 'mumbai'], ['mumbai', 'heading'], ['heading', 'solution'], ['solution', 'providing'], ['providing', 'organization'], ['organization', 'called'], ['called', 'data'], ['data', 'science'], ['science', 'delivered'], ['delivered', 'aegis'], ['aegis', 'school'], ['school', 'data'], ['data', 'science'], ['science', 'mumbai'], ['mumbai', 'managed'], ['managed', '4'], ['4', '5'], ['5', 'live'], ['live', 'projects'], ['projects', 'using'], ['using', 'data'], ['data', 'science'], ['science', 'techniques'], ['techniques', 'working'], ['working', 'social'], ['social', 'cause'], ['cause', 'help'], ['help', 'data'], ['data', 'science'], ['science', 'social'], ['social', 'goods'], ['goods', 'committee'], ['committee', 'team'], ['team', 'developed'], ['developed', 'product'], ['product', 'called'], ['called', 'let'], ['let', 'find'], ['find', 'missing'], ['missing', 'child'], ['child', 'helping'], ['helping', 'society'], ['society', 'company'], ['company', 'ibm'], ['ibm', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'mostly'], ['mostly', 'worked'], ['worked', 'blumix'], ['blumix', 'ibm'], ['ibm', 'watson'], ['watson', 'data'], ['data', 'science'], ['expertise', 'data', 'quantitative'], ['data', 'quantitative', 'analysis'], ['quantitative', 'analysis', 'decision'], ['analysis', 'decision', 'analytics'], ['decision', 'analytics', 'predictive'], ['analytics', 'predictive', 'modeling'], ['predictive', 'modeling', 'data'], ['modeling', 'data', 'driven'], ['data', 'driven', 'personalization'], ['driven', 'personalization', 'kpi'], ['personalization', 'kpi', 'dashboards'], ['kpi', 'dashboards', 'big'], ['dashboards', 'big', 'data'], ['big', 'data', 'queries'], ['data', 'queries', 'interpretation'], ['queries', 'interpretation', 'data'], ['interpretation', 'data', 'mining'], ['data', 'mining', 'visualization'], ['mining', 'visualization', 'tools'], ['visualization', 'tools', 'machine'], ['tools', 'machine', 'learning'], ['machine', 'learning', 'algorithms'], ['learning', 'algorithms', 'business'], ['algorithms', 'business', 'intelligence'], ['business', 'intelligence', 'bi'], ['intelligence', 'bi', 'research'], ['bi', 'research', 'reports'], ['research', 'reports', 'forecasts'], ['reports', 'forecasts', 'education'], ['forecasts', 'education', 'details'], ['education', 'details', 'pgp'], ['details', 'pgp', 'data'], ['pgp', 'data', 'science'], ['data', 'science', 'mumbai'], ['science', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'aegis'], ['maharashtra', 'aegis', 'school'], ['aegis', 'school', 'data'], ['school', 'data', 'science'], ['data', 'science', 'business'], ['science', 'business', 'b'], ['business', 'b', 'e'], ['b', 'e', 'electronics'], ['e', 'electronics', 'communication'], ['electronics', 'communication', 'electronics'], ['communication', 'electronics', 'communication'], ['electronics', 'communication', 'indore'], ['communication', 'indore', 'madhya'], ['indore', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'ies'], ['pradesh', 'ies', 'ips'], ['ies', 'ips', 'academy'], ['ips', 'academy', 'data'], ['academy', 'data', 'scientist'], ['data', 'scientist', 'data'], ['scientist', 'data', 'scientist'], ['data', 'scientist', 'pr'], ['scientist', 'pr', 'canada'], ['pr', 'canada', 'skill'], ['canada', 'skill', 'details'], ['skill', 'details', 'algorithms'], ['details', 'algorithms', 'exprience'], ['algorithms', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'bi'], ...], [['technical'], ['skills'], ['typewriting'], ['tora'], ['spsseducation'], ['details'], ['january'], ['2017'], ['mba'], ['chidambaram'], ['tamil'], ['nadu'], ['sns'], ['college'], ['engineering'], ['january'], ['2014'], ['hsc'], ['sav'], ['higher'], ['secondary'], ['school'], ['mba'], ['sns'], ['college'], ['engineering'], ['sslc'], ['finance'], ['kamaraj'], ['matriculation'], ['school'], ['hr'], ['skill'], ['details'], ['human'], ['resource'], ['finance'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['description'], ['technical', 'skills'], ['skills', 'typewriting'], ['typewriting', 'tora'], ['tora', 'spsseducation'], ['spsseducation', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'mba'], ['mba', 'chidambaram'], ['chidambaram', 'tamil'], ['tamil', 'nadu'], ['nadu', 'sns'], ['sns', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2014'], ['2014', 'hsc'], ['hsc', 'sav'], ['sav', 'higher'], ['higher', 'secondary'], ['secondary', 'school'], ['school', 'mba'], ['mba', 'sns'], ['sns', 'college'], ['college', 'engineering'], ['engineering', 'sslc'], ['sslc', 'finance'], ['finance', 'kamaraj'], ['kamaraj', 'matriculation'], ['matriculation', 'school'], ['school', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'human'], ['human', 'resource'], ['resource', 'finance'], ['finance', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['technical', 'skills', 'typewriting'], ['skills', 'typewriting', 'tora'], ['typewriting', 'tora', 'spsseducation'], ['tora', 'spsseducation', 'details'], ['spsseducation', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'mba'], ['2017', 'mba', 'chidambaram'], ['mba', 'chidambaram', 'tamil'], ['chidambaram', 'tamil', 'nadu'], ['tamil', 'nadu', 'sns'], ['nadu', 'sns', 'college'], ['sns', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2014'], ['january', '2014', 'hsc'], ['2014', 'hsc', 'sav'], ['hsc', 'sav', 'higher'], ['sav', 'higher', 'secondary'], ['higher', 'secondary', 'school'], ['secondary', 'school', 'mba'], ['school', 'mba', 'sns'], ['mba', 'sns', 'college'], ['sns', 'college', 'engineering'], ['college', 'engineering', 'sslc'], ['engineering', 'sslc', 'finance'], ['sslc', 'finance', 'kamaraj'], ['finance', 'kamaraj', 'matriculation'], ['kamaraj', 'matriculation', 'school'], ['matriculation', 'school', 'hr'], ['school', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'human'], ['details', 'human', 'resource'], ['human', 'resource', 'finance'], ['resource', 'finance', 'exprience'], ['finance', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora'], ['skills', 'typewriting', 'tora', 'spsseducation'], ['typewriting', 'tora', 'spsseducation', 'details'], ['tora', 'spsseducation', 'details', 'january'], ['spsseducation', 'details', 'january', '2017'], ['details', 'january', '2017', 'mba'], ['january', '2017', 'mba', 'chidambaram'], ['2017', 'mba', 'chidambaram', 'tamil'], ['mba', 'chidambaram', 'tamil', 'nadu'], ['chidambaram', 'tamil', 'nadu', 'sns'], ['tamil', 'nadu', 'sns', 'college'], ['nadu', 'sns', 'college', 'engineering'], ['sns', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2014'], ['engineering', 'january', '2014', 'hsc'], ['january', '2014', 'hsc', 'sav'], ['2014', 'hsc', 'sav', 'higher'], ['hsc', 'sav', 'higher', 'secondary'], ['sav', 'higher', 'secondary', 'school'], ['higher', 'secondary', 'school', 'mba'], ['secondary', 'school', 'mba', 'sns'], ['school', 'mba', 'sns', 'college'], ['mba', 'sns', 'college', 'engineering'], ['sns', 'college', 'engineering', 'sslc'], ['college', 'engineering', 'sslc', 'finance'], ['engineering', 'sslc', 'finance', 'kamaraj'], ['sslc', 'finance', 'kamaraj', 'matriculation'], ['finance', 'kamaraj', 'matriculation', 'school'], ['kamaraj', 'matriculation', 'school', 'hr'], ['matriculation', 'school', 'hr', 'skill'], ['school', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'human'], ['skill', 'details', 'human', 'resource'], ['details', 'human', 'resource', 'finance'], ['human', 'resource', 'finance', 'exprience'], ['resource', 'finance', 'exprience', 'less'], ['finance', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation'], ['skills', 'typewriting', 'tora', 'spsseducation', 'details'], ['typewriting', 'tora', 'spsseducation', 'details', 'january'], ['tora', 'spsseducation', 'details', 'january', '2017'], ['spsseducation', 'details', 'january', '2017', 'mba'], ['details', 'january', '2017', 'mba', 'chidambaram'], ['january', '2017', 'mba', 'chidambaram', 'tamil'], ['2017', 'mba', 'chidambaram', 'tamil', 'nadu'], ['mba', 'chidambaram', 'tamil', 'nadu', 'sns'], ['chidambaram', 'tamil', 'nadu', 'sns', 'college'], ['tamil', 'nadu', 'sns', 'college', 'engineering'], ['nadu', 'sns', 'college', 'engineering', 'january'], ['sns', 'college', 'engineering', 'january', '2014'], ['college', 'engineering', 'january', '2014', 'hsc'], ['engineering', 'january', '2014', 'hsc', 'sav'], ['january', '2014', 'hsc', 'sav', 'higher'], ['2014', 'hsc', 'sav', 'higher', 'secondary'], ['hsc', 'sav', 'higher', 'secondary', 'school'], ['sav', 'higher', 'secondary', 'school', 'mba'], ['higher', 'secondary', 'school', 'mba', 'sns'], ['secondary', 'school', 'mba', 'sns', 'college'], ['school', 'mba', 'sns', 'college', 'engineering'], ['mba', 'sns', 'college', 'engineering', 'sslc'], ['sns', 'college', 'engineering', 'sslc', 'finance'], ['college', 'engineering', 'sslc', 'finance', 'kamaraj'], ['engineering', 'sslc', 'finance', 'kamaraj', 'matriculation'], ['sslc', 'finance', 'kamaraj', 'matriculation', 'school'], ['finance', 'kamaraj', 'matriculation', 'school', 'hr'], ['kamaraj', 'matriculation', 'school', 'hr', 'skill'], ['matriculation', 'school', 'hr', 'skill', 'details'], ['school', 'hr', 'skill', 'details', 'human'], ['hr', 'skill', 'details', 'human', 'resource'], ['skill', 'details', 'human', 'resource', 'finance'], ['details', 'human', 'resource', 'finance', 'exprience'], ['human', 'resource', 'finance', 'exprience', 'less'], ['resource', 'finance', 'exprience', 'less', '1'], ['finance', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation', 'details'], ['skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january'], ['typewriting', 'tora', 'spsseducation', 'details', 'january', '2017'], ['tora', 'spsseducation', 'details', 'january', '2017', 'mba'], ['spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram'], ['details', 'january', '2017', 'mba', 'chidambaram', 'tamil'], ['january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu'], ['2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns'], ['mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college'], ['chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering'], ['tamil', 'nadu', 'sns', 'college', 'engineering', 'january'], ['nadu', 'sns', 'college', 'engineering', 'january', '2014'], ['sns', 'college', 'engineering', 'january', '2014', 'hsc'], ['college', 'engineering', 'january', '2014', 'hsc', 'sav'], ['engineering', 'january', '2014', 'hsc', 'sav', 'higher'], ['january', '2014', 'hsc', 'sav', 'higher', 'secondary'], ['2014', 'hsc', 'sav', 'higher', 'secondary', 'school'], ['hsc', 'sav', 'higher', 'secondary', 'school', 'mba'], ['sav', 'higher', 'secondary', 'school', 'mba', 'sns'], ['higher', 'secondary', 'school', 'mba', 'sns', 'college'], ['secondary', 'school', 'mba', 'sns', 'college', 'engineering'], ['school', 'mba', 'sns', 'college', 'engineering', 'sslc'], ['mba', 'sns', 'college', 'engineering', 'sslc', 'finance'], ['sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj'], ['college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation'], ['engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school'], ['sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr'], ['finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill'], ['kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details'], ['matriculation', 'school', 'hr', 'skill', 'details', 'human'], ['school', 'hr', 'skill', 'details', 'human', 'resource'], ['hr', 'skill', 'details', 'human', 'resource', 'finance'], ['skill', 'details', 'human', 'resource', 'finance', 'exprience'], ['details', 'human', 'resource', 'finance', 'exprience', 'less'], ['human', 'resource', 'finance', 'exprience', 'less', '1'], ['resource', 'finance', 'exprience', 'less', '1', 'year'], ['finance', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january'], ['skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017'], ['typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba'], ['tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram'], ['spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil'], ['details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu'], ['january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns'], ['2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college'], ['mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering'], ['chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january'], ['tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014'], ['nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc'], ['sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav'], ['college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher'], ['engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary'], ['january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school'], ['2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba'], ['hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns'], ['sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college'], ['higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering'], ['secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc'], ['school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance'], ['mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj'], ['sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation'], ['college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school'], ['engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr'], ['sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill'], ['finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details'], ['kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human'], ['matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource'], ['school', 'hr', 'skill', 'details', 'human', 'resource', 'finance'], ['hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience'], ['skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less'], ['details', 'human', 'resource', 'finance', 'exprience', 'less', '1'], ['human', 'resource', 'finance', 'exprience', 'less', '1', 'year'], ['resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany'], ['finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017'], ['skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba'], ['typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram'], ['tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil'], ['spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu'], ['details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns'], ['january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college'], ['2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering'], ['mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january'], ['chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014'], ['tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc'], ['nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav'], ['sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher'], ['college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary'], ['engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school'], ['january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba'], ['2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns'], ['hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college'], ['sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering'], ['higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc'], ['secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance'], ['school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj'], ['mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation'], ['sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school'], ['college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr'], ['engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill'], ['sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details'], ['finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human'], ['kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource'], ['matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource', 'finance'], ['school', 'hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience'], ['hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less'], ['skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less', '1'], ['details', 'human', 'resource', 'finance', 'exprience', 'less', '1', 'year'], ['human', 'resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany'], ['resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba'], ['skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram'], ['typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil'], ['tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu'], ['spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns'], ['details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college'], ['january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering'], ['2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january'], ['mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014'], ['chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc'], ['tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav'], ['nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher'], ['sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary'], ['college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school'], ['engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba'], ['january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns'], ['2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college'], ['hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering'], ['sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc'], ['higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance'], ['secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj'], ['school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation'], ['mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school'], ['sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr'], ['college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill'], ['engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details'], ['sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human'], ['finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource'], ['kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource', 'finance'], ['matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience'], ['school', 'hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less'], ['hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less', '1'], ['skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less', '1', 'year'], ['details', 'human', 'resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany'], ['human', 'resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description']], [['i'], ['t'], ['skills'], ['windows'], ['xp'], ['ms'], ['office'], ['word'], ['excel'], ['look'], ['ups'], ['pivot'], ['table'], ['basic'], ['functions'], ['power'], ['point'], ['saral'], ['payment'], ['package'], ['payroll'], ['software'], ['internet'], ['applicationseducation'], ['details'], ['january'], ['2006'], ['bachelor'], ['hospitality'], ['management'], ['international'], ['hospitality'], ['management'], ['queen'], ['margaret'], ['university'], ['edinburg'], ['january'], ['2006'], ['diploma'], ['hotel'], ['management'], ['international'], ['institute'], ['hotel'], ['management'], ['hr'], ['skill'], ['details'], ['hr'], ['management'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['atri'], ['developers'], ['description'], ['hr'], ['payroll'], ['statutory'], ['compliance'], ['performance'], ['management'], ['company'], ['description'], ['employee'], ['relations'], ['administration'], ['creating'], ['industry'], ['specific'], ['policies'], ['procedure'], ['forms'], ['formats'], ['letters'], ['checklists'], ['etc'], ['payroll'], ['management'], ['salary'], ['restructuring'], ['process'], ['payroll'], ['600'], ['employees'], ['validation'], ['input'], ['attendance'], ['leaves'], ['salaries'], ['starting'], ['salary'], ['process'], ['processing'], ['urate'], ['error'], ['free'], ['salary'], ['employees'], ['responsible'], ['compensation'], ['benefits'], ['administration'], ['coordinate'], ['a'], ['ounts'], ['team'], ['salary'], ['processing'], ['attendance'], ['leave'], ['record'], ['management'], ['assuring'], ['prompt'], ['satisfactory'], ['resolution'], ['payroll'], ['related'], ['queries'], ['employees'], ['statutory'], ['compliance'], ['management'], ['manage'], ['various'], ['statutory'], ['compliance'], ['requirements'], ['pf'], ['esic'], ['pt'], ['gratuity'], ['tds'], ['etc'], ['calculations'], ['deduction'], ['payment'], ['return'], ['filing'], ['generate'], ['statutory'], ['reports'], ['like'], ['form'], ['16'], ['form'], ['24q'], ['conducting'], ['session'], ['employees'], ['statutory'], ['policies'], ['procedure'], ['compliance'], ['related'], ['topics'], ['shops'], ['commercial'], ['establishments'], ['act'], ['s'], ['e'], ['the'], ['payment'], ['gratuity'], ['act'], ['1972'], ['recruitment'], ['selection'], ['handling'], ['recruitment'], ['like'], ['job'], ['posting'], ['naukri'], ['portal'], ['coordination'], ['create'], ['annual'], ['manpower'], ['plan'], ['budget'], ['screen'], ['schedule'], ['preliminary'], ['interview'], ['arrange'], ['employee'], ['orientation'], ['handling'], ['joining'], ['formalities'], ['salary'], ['ount'], ['opening'], ['formalities'], ['performance'], ['management'], ['end'], ['end'], ['facilitation'], ['pms'], ['starting'], ['creating'], ['job'], ['description'], ['appraisal'], ['forms'], ['disbursement'], ['letters'], ['kra'], ['setting'], ['mid'], ['year'], ['reviews'], ['annual'], ['reviews'], ['handling'], ['appraisal'], ['activities'], ['360'], ['degree'], ['training'], ['development'], ['conduct'], ['training'], ['need'], ['analysis'], ['arrange'], ['various'], ['training'], ['session'], ['employee'], ['engagement'], ['employee'], ['welfare'], ['creation'], ['deployment'], ['sales'], ['rewards'], ['recognition'], ['schemes'], ['periodic'], ['interactive'], ['sessions'], ['like'], ['monthly'], ['birthday'], ['celebration'], ['annual'], ['day'], ['diwali'], ['dhamaka'], ['offsite'], ['etc'], ['working'], ['saral'], ['payment'], ['package'], ['payroll'], ['software'], ['well'], ['excel'], ['assisting'], ['md'], ['hr'], ['works'], ['offering'], ['suggestions'], ['answering'], ['employee'], ['queries'], ['payroll'], ['compliance'], ['related'], ['issues'], ['benefits'], ['insurance'], ['medical'], ['reimbursement'], ['full'], ['final'], ['settlement'], ['resigned'], ['employees'], ['i', 't'], ['t', 'skills'], ['skills', 'windows'], ['windows', 'xp'], ['xp', 'ms'], ['ms', 'office'], ['office', 'word'], ['word', 'excel'], ['excel', 'look'], ['look', 'ups'], ['ups', 'pivot'], ['pivot', 'table'], ['table', 'basic'], ['basic', 'functions'], ['functions', 'power'], ['power', 'point'], ['point', 'saral'], ['saral', 'payment'], ['payment', 'package'], ['package', 'payroll'], ['payroll', 'software'], ['software', 'internet'], ['internet', 'applicationseducation'], ['applicationseducation', 'details'], ['details', 'january'], ['january', '2006'], ['2006', 'bachelor'], ['bachelor', 'hospitality'], ['hospitality', 'management'], ['management', 'international'], ['international', 'hospitality'], ['hospitality', 'management'], ['management', 'queen'], ['queen', 'margaret'], ['margaret', 'university'], ['university', 'edinburg'], ['edinburg', 'january'], ['january', '2006'], ['2006', 'diploma'], ['diploma', 'hotel'], ['hotel', 'management'], ['management', 'international'], ['international', 'institute'], ['institute', 'hotel'], ['hotel', 'management'], ['management', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'hr'], ['hr', 'management'], ['management', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'atri'], ['atri', 'developers'], ['developers', 'description'], ['description', 'hr'], ['hr', 'payroll'], ['payroll', 'statutory'], ['statutory', 'compliance'], ['compliance', 'performance'], ['performance', 'management'], ['management', 'company'], ['company', 'description'], ['description', 'employee'], ['employee', 'relations'], ['relations', 'administration'], ['administration', 'creating'], ['creating', 'industry'], ['industry', 'specific'], ['specific', 'policies'], ['policies', 'procedure'], ['procedure', 'forms'], ['forms', 'formats'], ['formats', 'letters'], ['letters', 'checklists'], ['checklists', 'etc'], ['etc', 'payroll'], ['payroll', 'management'], ['management', 'salary'], ['salary', 'restructuring'], ['restructuring', 'process'], ['process', 'payroll'], ['payroll', '600'], ['600', 'employees'], ['employees', 'validation'], ['validation', 'input'], ['input', 'attendance'], ['attendance', 'leaves'], ['leaves', 'salaries'], ['salaries', 'starting'], ['starting', 'salary'], ['salary', 'process'], ['process', 'processing'], ['processing', 'urate'], ['urate', 'error'], ['error', 'free'], ['free', 'salary'], ['salary', 'employees'], ['employees', 'responsible'], ['responsible', 'compensation'], ['compensation', 'benefits'], ['benefits', 'administration'], ['administration', 'coordinate'], ['coordinate', 'a'], ['a', 'ounts'], ['ounts', 'team'], ['team', 'salary'], ['salary', 'processing'], ['processing', 'attendance'], ['attendance', 'leave'], ['leave', 'record'], ['record', 'management'], ['management', 'assuring'], ['assuring', 'prompt'], ['prompt', 'satisfactory'], ['satisfactory', 'resolution'], ['resolution', 'payroll'], ['payroll', 'related'], ['related', 'queries'], ['queries', 'employees'], ['employees', 'statutory'], ['statutory', 'compliance'], ['compliance', 'management'], ['management', 'manage'], ['manage', 'various'], ['various', 'statutory'], ['statutory', 'compliance'], ['compliance', 'requirements'], ['requirements', 'pf'], ['pf', 'esic'], ['esic', 'pt'], ['pt', 'gratuity'], ['gratuity', 'tds'], ['tds', 'etc'], ['etc', 'calculations'], ['calculations', 'deduction'], ['deduction', 'payment'], ['payment', 'return'], ['return', 'filing'], ['filing', 'generate'], ['generate', 'statutory'], ['statutory', 'reports'], ['reports', 'like'], ['like', 'form'], ['form', '16'], ['16', 'form'], ['form', '24q'], ['24q', 'conducting'], ['conducting', 'session'], ['session', 'employees'], ['employees', 'statutory'], ['statutory', 'policies'], ['policies', 'procedure'], ['procedure', 'compliance'], ['compliance', 'related'], ['related', 'topics'], ['topics', 'shops'], ['shops', 'commercial'], ['commercial', 'establishments'], ['establishments', 'act'], ['act', 's'], ['s', 'e'], ['e', 'the'], ['the', 'payment'], ['payment', 'gratuity'], ['gratuity', 'act'], ['act', '1972'], ['1972', 'recruitment'], ['recruitment', 'selection'], ['selection', 'handling'], ['handling', 'recruitment'], ['recruitment', 'like'], ['like', 'job'], ['job', 'posting'], ['posting', 'naukri'], ['naukri', 'portal'], ['portal', 'coordination'], ['coordination', 'create'], ['create', 'annual'], ['annual', 'manpower'], ['manpower', 'plan'], ['plan', 'budget'], ['budget', 'screen'], ['screen', 'schedule'], ['schedule', 'preliminary'], ['preliminary', 'interview'], ['interview', 'arrange'], ['arrange', 'employee'], ['employee', 'orientation'], ['orientation', 'handling'], ['handling', 'joining'], ['joining', 'formalities'], ['formalities', 'salary'], ['salary', 'ount'], ['ount', 'opening'], ['opening', 'formalities'], ['formalities', 'performance'], ['performance', 'management'], ['management', 'end'], ['end', 'end'], ['end', 'facilitation'], ['facilitation', 'pms'], ['pms', 'starting'], ['starting', 'creating'], ['creating', 'job'], ['job', 'description'], ['description', 'appraisal'], ['appraisal', 'forms'], ['forms', 'disbursement'], ['disbursement', 'letters'], ['letters', 'kra'], ['kra', 'setting'], ['setting', 'mid'], ['mid', 'year'], ['year', 'reviews'], ['reviews', 'annual'], ['annual', 'reviews'], ['reviews', 'handling'], ['handling', 'appraisal'], ['appraisal', 'activities'], ['activities', '360'], ['360', 'degree'], ['degree', 'training'], ['training', 'development'], ['development', 'conduct'], ['conduct', 'training'], ['training', 'need'], ['need', 'analysis'], ['analysis', 'arrange'], ['arrange', 'various'], ['various', 'training'], ['training', 'session'], ['session', 'employee'], ['employee', 'engagement'], ['engagement', 'employee'], ['employee', 'welfare'], ['welfare', 'creation'], ['creation', 'deployment'], ['deployment', 'sales'], ['sales', 'rewards'], ['rewards', 'recognition'], ['recognition', 'schemes'], ['schemes', 'periodic'], ['periodic', 'interactive'], ['interactive', 'sessions'], ['sessions', 'like'], ['like', 'monthly'], ['monthly', 'birthday'], ['birthday', 'celebration'], ['celebration', 'annual'], ['annual', 'day'], ['day', 'diwali'], ['diwali', 'dhamaka'], ['dhamaka', 'offsite'], ['offsite', 'etc'], ['etc', 'working'], ['working', 'saral'], ['saral', 'payment'], ['payment', 'package'], ['package', 'payroll'], ['payroll', 'software'], ['software', 'well'], ['well', 'excel'], ['excel', 'assisting'], ['assisting', 'md'], ['md', 'hr'], ['hr', 'works'], ['works', 'offering'], ['offering', 'suggestions'], ['suggestions', 'answering'], ['answering', 'employee'], ['employee', 'queries'], ['queries', 'payroll'], ['payroll', 'compliance'], ['compliance', 'related'], ['related', 'issues'], ['issues', 'benefits'], ['benefits', 'insurance'], ['insurance', 'medical'], ['medical', 'reimbursement'], ['reimbursement', 'full'], ['full', 'final'], ['final', 'settlement'], ['settlement', 'resigned'], ['resigned', 'employees'], ['i', 't', 'skills'], ['t', 'skills', 'windows'], ['skills', 'windows', 'xp'], ['windows', 'xp', 'ms'], ['xp', 'ms', 'office'], ['ms', 'office', 'word'], ['office', 'word', 'excel'], ['word', 'excel', 'look'], ['excel', 'look', 'ups'], ['look', 'ups', 'pivot'], ['ups', 'pivot', 'table'], ['pivot', 'table', 'basic'], ['table', 'basic', 'functions'], ['basic', 'functions', 'power'], ['functions', 'power', 'point'], ['power', 'point', 'saral'], ['point', 'saral', 'payment'], ['saral', 'payment', 'package'], ['payment', 'package', 'payroll'], ['package', 'payroll', 'software'], ['payroll', 'software', 'internet'], ['software', 'internet', 'applicationseducation'], ['internet', 'applicationseducation', 'details'], ['applicationseducation', 'details', 'january'], ['details', 'january', '2006'], ['january', '2006', 'bachelor'], ['2006', 'bachelor', 'hospitality'], ['bachelor', 'hospitality', 'management'], ['hospitality', 'management', 'international'], ['management', 'international', 'hospitality'], ['international', 'hospitality', 'management'], ['hospitality', 'management', 'queen'], ['management', 'queen', 'margaret'], ['queen', 'margaret', 'university'], ['margaret', 'university', 'edinburg'], ['university', 'edinburg', 'january'], ['edinburg', 'january', '2006'], ['january', '2006', 'diploma'], ['2006', 'diploma', 'hotel'], ['diploma', 'hotel', 'management'], ['hotel', 'management', 'international'], ['management', 'international', 'institute'], ['international', 'institute', 'hotel'], ['institute', 'hotel', 'management'], ['hotel', 'management', 'hr'], ['management', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'hr'], ['details', 'hr', 'management'], ['hr', 'management', 'exprience'], ['management', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'atri'], ['company', 'atri', 'developers'], ['atri', 'developers', 'description'], ['developers', 'description', 'hr'], ['description', 'hr', 'payroll'], ['hr', 'payroll', 'statutory'], ['payroll', 'statutory', 'compliance'], ['statutory', 'compliance', 'performance'], ['compliance', 'performance', 'management'], ['performance', 'management', 'company'], ['management', 'company', 'description'], ['company', 'description', 'employee'], ['description', 'employee', 'relations'], ['employee', 'relations', 'administration'], ['relations', 'administration', 'creating'], ['administration', 'creating', 'industry'], ['creating', 'industry', 'specific'], ['industry', 'specific', 'policies'], ['specific', 'policies', 'procedure'], ['policies', 'procedure', 'forms'], ['procedure', 'forms', 'formats'], ['forms', 'formats', 'letters'], ['formats', 'letters', 'checklists'], ['letters', 'checklists', 'etc'], ['checklists', 'etc', 'payroll'], ['etc', 'payroll', 'management'], ['payroll', 'management', 'salary'], ['management', 'salary', 'restructuring'], ['salary', 'restructuring', 'process'], ['restructuring', 'process', 'payroll'], ['process', 'payroll', '600'], ['payroll', '600', 'employees'], ['600', 'employees', 'validation'], ['employees', 'validation', 'input'], ['validation', 'input', 'attendance'], ['input', 'attendance', 'leaves'], ['attendance', 'leaves', 'salaries'], ['leaves', 'salaries', 'starting'], ['salaries', 'starting', 'salary'], ['starting', 'salary', 'process'], ['salary', 'process', 'processing'], ['process', 'processing', 'urate'], ['processing', 'urate', 'error'], ['urate', 'error', 'free'], ['error', 'free', 'salary'], ['free', 'salary', 'employees'], ['salary', 'employees', 'responsible'], ['employees', 'responsible', 'compensation'], ['responsible', 'compensation', 'benefits'], ['compensation', 'benefits', 'administration'], ['benefits', 'administration', 'coordinate'], ['administration', 'coordinate', 'a'], ['coordinate', 'a', 'ounts'], ['a', 'ounts', 'team'], ['ounts', 'team', 'salary'], ['team', 'salary', 'processing'], ['salary', 'processing', 'attendance'], ['processing', 'attendance', 'leave'], ['attendance', 'leave', 'record'], ['leave', 'record', 'management'], ['record', 'management', 'assuring'], ['management', 'assuring', 'prompt'], ['assuring', 'prompt', 'satisfactory'], ['prompt', 'satisfactory', 'resolution'], ['satisfactory', 'resolution', 'payroll'], ['resolution', 'payroll', 'related'], ['payroll', 'related', 'queries'], ['related', 'queries', 'employees'], ['queries', 'employees', 'statutory'], ['employees', 'statutory', 'compliance'], ['statutory', 'compliance', 'management'], ['compliance', 'management', 'manage'], ['management', 'manage', 'various'], ['manage', 'various', 'statutory'], ['various', 'statutory', 'compliance'], ['statutory', 'compliance', 'requirements'], ['compliance', 'requirements', 'pf'], ['requirements', 'pf', 'esic'], ['pf', 'esic', 'pt'], ['esic', 'pt', 'gratuity'], ['pt', 'gratuity', 'tds'], ['gratuity', 'tds', 'etc'], ['tds', 'etc', 'calculations'], ['etc', 'calculations', 'deduction'], ['calculations', 'deduction', 'payment'], ['deduction', 'payment', 'return'], ['payment', 'return', 'filing'], ['return', 'filing', 'generate'], ['filing', 'generate', 'statutory'], ['generate', 'statutory', 'reports'], ['statutory', 'reports', 'like'], ['reports', 'like', 'form'], ['like', 'form', '16'], ['form', '16', 'form'], ['16', 'form', '24q'], ['form', '24q', 'conducting'], ['24q', 'conducting', 'session'], ['conducting', 'session', 'employees'], ['session', 'employees', 'statutory'], ['employees', 'statutory', 'policies'], ['statutory', 'policies', 'procedure'], ['policies', 'procedure', 'compliance'], ['procedure', 'compliance', 'related'], ['compliance', 'related', 'topics'], ['related', 'topics', 'shops'], ['topics', 'shops', 'commercial'], ['shops', 'commercial', 'establishments'], ['commercial', 'establishments', 'act'], ['establishments', 'act', 's'], ['act', 's', 'e'], ['s', 'e', 'the'], ['e', 'the', 'payment'], ['the', 'payment', 'gratuity'], ['payment', 'gratuity', 'act'], ['gratuity', 'act', '1972'], ['act', '1972', 'recruitment'], ['1972', 'recruitment', 'selection'], ['recruitment', 'selection', 'handling'], ['selection', 'handling', 'recruitment'], ['handling', 'recruitment', 'like'], ['recruitment', 'like', 'job'], ['like', 'job', 'posting'], ['job', 'posting', 'naukri'], ['posting', 'naukri', 'portal'], ['naukri', 'portal', 'coordination'], ['portal', 'coordination', 'create'], ['coordination', 'create', 'annual'], ['create', 'annual', 'manpower'], ['annual', 'manpower', 'plan'], ['manpower', 'plan', 'budget'], ['plan', 'budget', 'screen'], ['budget', 'screen', 'schedule'], ['screen', 'schedule', 'preliminary'], ['schedule', 'preliminary', 'interview'], ['preliminary', 'interview', 'arrange'], ['interview', 'arrange', 'employee'], ['arrange', 'employee', 'orientation'], ['employee', 'orientation', 'handling'], ['orientation', 'handling', 'joining'], ['handling', 'joining', 'formalities'], ['joining', 'formalities', 'salary'], ['formalities', 'salary', 'ount'], ['salary', 'ount', 'opening'], ['ount', 'opening', 'formalities'], ['opening', 'formalities', 'performance'], ['formalities', 'performance', 'management'], ['performance', 'management', 'end'], ['management', 'end', 'end'], ['end', 'end', 'facilitation'], ['end', 'facilitation', 'pms'], ['facilitation', 'pms', 'starting'], ['pms', 'starting', 'creating'], ['starting', 'creating', 'job'], ['creating', 'job', 'description'], ['job', 'description', 'appraisal'], ['description', 'appraisal', 'forms'], ['appraisal', 'forms', 'disbursement'], ['forms', 'disbursement', 'letters'], ['disbursement', 'letters', 'kra'], ['letters', 'kra', 'setting'], ['kra', 'setting', 'mid'], ['setting', 'mid', 'year'], ['mid', 'year', 'reviews'], ['year', 'reviews', 'annual'], ['reviews', 'annual', 'reviews'], ['annual', 'reviews', 'handling'], ['reviews', 'handling', 'appraisal'], ['handling', 'appraisal', 'activities'], ['appraisal', 'activities', '360'], ['activities', '360', 'degree'], ['360', 'degree', 'training'], ['degree', 'training', 'development'], ['training', 'development', 'conduct'], ['development', 'conduct', 'training'], ['conduct', 'training', 'need'], ['training', 'need', 'analysis'], ['need', 'analysis', 'arrange'], ['analysis', 'arrange', 'various'], ['arrange', 'various', 'training'], ['various', 'training', 'session'], ['training', 'session', 'employee'], ['session', 'employee', 'engagement'], ['employee', 'engagement', 'employee'], ['engagement', 'employee', 'welfare'], ['employee', 'welfare', 'creation'], ['welfare', 'creation', 'deployment'], ['creation', 'deployment', 'sales'], ['deployment', 'sales', 'rewards'], ['sales', 'rewards', 'recognition'], ['rewards', 'recognition', 'schemes'], ['recognition', 'schemes', 'periodic'], ['schemes', 'periodic', 'interactive'], ['periodic', 'interactive', 'sessions'], ['interactive', 'sessions', 'like'], ['sessions', 'like', 'monthly'], ['like', 'monthly', 'birthday'], ['monthly', 'birthday', 'celebration'], ['birthday', 'celebration', 'annual'], ['celebration', 'annual', 'day'], ['annual', 'day', 'diwali'], ['day', 'diwali', 'dhamaka'], ['diwali', 'dhamaka', 'offsite'], ['dhamaka', 'offsite', 'etc'], ['offsite', 'etc', 'working'], ['etc', 'working', 'saral'], ['working', 'saral', 'payment'], ['saral', 'payment', 'package'], ['payment', 'package', 'payroll'], ['package', 'payroll', 'software'], ['payroll', 'software', 'well'], ['software', 'well', 'excel'], ['well', 'excel', 'assisting'], ['excel', 'assisting', 'md'], ['assisting', 'md', 'hr'], ['md', 'hr', 'works'], ['hr', 'works', 'offering'], ['works', 'offering', 'suggestions'], ['offering', 'suggestions', 'answering'], ['suggestions', 'answering', 'employee'], ['answering', 'employee', 'queries'], ['employee', 'queries', 'payroll'], ['queries', 'payroll', 'compliance'], ['payroll', 'compliance', 'related'], ['compliance', 'related', 'issues'], ['related', 'issues', 'benefits'], ['issues', 'benefits', 'insurance'], ['benefits', 'insurance', 'medical'], ['insurance', 'medical', 'reimbursement'], ['medical', 'reimbursement', 'full'], ['reimbursement', 'full', 'final'], ['full', 'final', 'settlement'], ['final', 'settlement', 'resigned'], ['settlement', 'resigned', 'employees'], ['i', 't', 'skills', 'windows'], ['t', 'skills', 'windows', 'xp'], ['skills', 'windows', 'xp', 'ms'], ['windows', 'xp', 'ms', 'office'], ['xp', 'ms', 'office', 'word'], ['ms', 'office', 'word', 'excel'], ['office', 'word', 'excel', 'look'], ['word', 'excel', 'look', 'ups'], ['excel', 'look', 'ups', 'pivot'], ['look', 'ups', 'pivot', 'table'], ['ups', 'pivot', 'table', 'basic'], ['pivot', 'table', 'basic', 'functions'], ['table', 'basic', 'functions', 'power'], ['basic', 'functions', 'power', 'point'], ['functions', 'power', 'point', 'saral'], ['power', 'point', 'saral', 'payment'], ['point', 'saral', 'payment', 'package'], ['saral', 'payment', 'package', 'payroll'], ['payment', 'package', 'payroll', 'software'], ['package', 'payroll', 'software', 'internet'], ['payroll', 'software', 'internet', 'applicationseducation'], ['software', 'internet', 'applicationseducation', 'details'], ['internet', 'applicationseducation', 'details', 'january'], ['applicationseducation', 'details', 'january', '2006'], ['details', 'january', '2006', 'bachelor'], ['january', '2006', 'bachelor', 'hospitality'], ['2006', 'bachelor', 'hospitality', 'management'], ['bachelor', 'hospitality', 'management', 'international'], ['hospitality', 'management', 'international', 'hospitality'], ['management', 'international', 'hospitality', 'management'], ['international', 'hospitality', 'management', 'queen'], ['hospitality', 'management', 'queen', 'margaret'], ['management', 'queen', 'margaret', 'university'], ['queen', 'margaret', 'university', 'edinburg'], ['margaret', 'university', 'edinburg', 'january'], ['university', 'edinburg', 'january', '2006'], ['edinburg', 'january', '2006', 'diploma'], ['january', '2006', 'diploma', 'hotel'], ['2006', 'diploma', 'hotel', 'management'], ['diploma', 'hotel', 'management', 'international'], ['hotel', 'management', 'international', 'institute'], ['management', 'international', 'institute', 'hotel'], ['international', 'institute', 'hotel', 'management'], ['institute', 'hotel', 'management', 'hr'], ['hotel', 'management', 'hr', 'skill'], ['management', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'hr'], ['skill', 'details', 'hr', 'management'], ['details', 'hr', 'management', 'exprience'], ['hr', 'management', 'exprience', 'less'], ['management', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'atri'], ['details', 'company', 'atri', 'developers'], ['company', 'atri', 'developers', 'description'], ['atri', 'developers', 'description', 'hr'], ['developers', 'description', 'hr', 'payroll'], ['description', 'hr', 'payroll', 'statutory'], ['hr', 'payroll', 'statutory', 'compliance'], ['payroll', 'statutory', 'compliance', 'performance'], ['statutory', 'compliance', 'performance', 'management'], ['compliance', 'performance', 'management', 'company'], ['performance', 'management', 'company', 'description'], ['management', 'company', 'description', 'employee'], ['company', 'description', 'employee', 'relations'], ['description', 'employee', 'relations', 'administration'], ['employee', 'relations', 'administration', 'creating'], ['relations', 'administration', 'creating', 'industry'], ['administration', 'creating', 'industry', 'specific'], ['creating', 'industry', 'specific', 'policies'], ['industry', 'specific', 'policies', 'procedure'], ['specific', 'policies', 'procedure', 'forms'], ['policies', 'procedure', 'forms', 'formats'], ['procedure', 'forms', 'formats', 'letters'], ['forms', 'formats', 'letters', 'checklists'], ['formats', 'letters', 'checklists', 'etc'], ['letters', 'checklists', 'etc', 'payroll'], ['checklists', 'etc', 'payroll', 'management'], ['etc', 'payroll', 'management', 'salary'], ['payroll', 'management', 'salary', 'restructuring'], ['management', 'salary', 'restructuring', 'process'], ['salary', 'restructuring', 'process', 'payroll'], ['restructuring', 'process', 'payroll', '600'], ['process', 'payroll', '600', 'employees'], ['payroll', '600', 'employees', 'validation'], ['600', 'employees', 'validation', 'input'], ['employees', 'validation', 'input', 'attendance'], ['validation', 'input', 'attendance', 'leaves'], ['input', 'attendance', 'leaves', 'salaries'], ['attendance', 'leaves', 'salaries', 'starting'], ['leaves', 'salaries', 'starting', 'salary'], ['salaries', 'starting', 'salary', 'process'], ['starting', 'salary', 'process', 'processing'], ['salary', 'process', 'processing', 'urate'], ['process', 'processing', 'urate', 'error'], ['processing', 'urate', 'error', 'free'], ['urate', 'error', 'free', 'salary'], ['error', 'free', 'salary', 'employees'], ['free', 'salary', 'employees', 'responsible'], ['salary', 'employees', 'responsible', 'compensation'], ['employees', 'responsible', 'compensation', 'benefits'], ['responsible', 'compensation', 'benefits', 'administration'], ['compensation', 'benefits', 'administration', 'coordinate'], ['benefits', 'administration', 'coordinate', 'a'], ['administration', 'coordinate', 'a', 'ounts'], ['coordinate', 'a', 'ounts', 'team'], ['a', 'ounts', 'team', 'salary'], ['ounts', 'team', 'salary', 'processing'], ['team', 'salary', 'processing', 'attendance'], ['salary', 'processing', 'attendance', 'leave'], ['processing', 'attendance', 'leave', 'record'], ['attendance', 'leave', 'record', 'management'], ['leave', 'record', 'management', 'assuring'], ['record', 'management', 'assuring', 'prompt'], ['management', 'assuring', 'prompt', 'satisfactory'], ['assuring', 'prompt', 'satisfactory', 'resolution'], ['prompt', 'satisfactory', 'resolution', 'payroll'], ['satisfactory', 'resolution', 'payroll', 'related'], ['resolution', 'payroll', 'related', 'queries'], ['payroll', 'related', 'queries', 'employees'], ['related', 'queries', 'employees', 'statutory'], ['queries', 'employees', 'statutory', 'compliance'], ['employees', 'statutory', 'compliance', 'management'], ['statutory', 'compliance', 'management', 'manage'], ['compliance', 'management', 'manage', 'various'], ['management', 'manage', 'various', 'statutory'], ['manage', 'various', 'statutory', 'compliance'], ...], [['education'], ['details'], ['ba'], ['mumbai'], ['university'], ['hr'], ['skill'], ['details'], ['hr'], ['operations'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['mumbai'], ['monorail'], ['description'], ['education', 'details'], ['details', 'ba'], ['ba', 'mumbai'], ['mumbai', 'university'], ['university', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'hr'], ['hr', 'operations'], ['operations', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'mumbai'], ['mumbai', 'monorail'], ['monorail', 'description'], ['education', 'details', 'ba'], ['details', 'ba', 'mumbai'], ['ba', 'mumbai', 'university'], ['mumbai', 'university', 'hr'], ['university', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'hr'], ['details', 'hr', 'operations'], ['hr', 'operations', 'exprience'], ['operations', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'mumbai'], ['company', 'mumbai', 'monorail'], ['mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai'], ['details', 'ba', 'mumbai', 'university'], ['ba', 'mumbai', 'university', 'hr'], ['mumbai', 'university', 'hr', 'skill'], ['university', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'hr'], ['skill', 'details', 'hr', 'operations'], ['details', 'hr', 'operations', 'exprience'], ['hr', 'operations', 'exprience', 'less'], ['operations', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'mumbai'], ['details', 'company', 'mumbai', 'monorail'], ['company', 'mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai', 'university'], ['details', 'ba', 'mumbai', 'university', 'hr'], ['ba', 'mumbai', 'university', 'hr', 'skill'], ['mumbai', 'university', 'hr', 'skill', 'details'], ['university', 'hr', 'skill', 'details', 'hr'], ['hr', 'skill', 'details', 'hr', 'operations'], ['skill', 'details', 'hr', 'operations', 'exprience'], ['details', 'hr', 'operations', 'exprience', 'less'], ['hr', 'operations', 'exprience', 'less', '1'], ['operations', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'mumbai'], ['monthscompany', 'details', 'company', 'mumbai', 'monorail'], ['details', 'company', 'mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai', 'university', 'hr'], ['details', 'ba', 'mumbai', 'university', 'hr', 'skill'], ['ba', 'mumbai', 'university', 'hr', 'skill', 'details'], ['mumbai', 'university', 'hr', 'skill', 'details', 'hr'], ['university', 'hr', 'skill', 'details', 'hr', 'operations'], ['hr', 'skill', 'details', 'hr', 'operations', 'exprience'], ['skill', 'details', 'hr', 'operations', 'exprience', 'less'], ['details', 'hr', 'operations', 'exprience', 'less', '1'], ['hr', 'operations', 'exprience', 'less', '1', 'year'], ['operations', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'mumbai'], ['year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail'], ['monthscompany', 'details', 'company', 'mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai', 'university', 'hr', 'skill'], ['details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details'], ['ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr'], ['mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations'], ['university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience'], ['hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less'], ['skill', 'details', 'hr', 'operations', 'exprience', 'less', '1'], ['details', 'hr', 'operations', 'exprience', 'less', '1', 'year'], ['hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany'], ['operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai'], ['1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail'], ['year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details'], ['details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr'], ['ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations'], ['mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience'], ['university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less'], ['hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less', '1'], ['skill', 'details', 'hr', 'operations', 'exprience', 'less', '1', 'year'], ['details', 'hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany'], ['hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail'], ['1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail', 'description'], ['education', 'details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr'], ['details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations'], ['ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience'], ['mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less'], ['university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less', '1'], ['hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany'], ['details', 'hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail', 'description']], [['education'], ['details'], ['june'], ['2012'], ['may'], ['2015'], ['b'], ['a'], ['economics'], ['chennai'], ['tamil'], ['nadu'], ['sdnbvc'], ['hr'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['anything'], ['it'], ['solution'], ['description'], ['hr'], ['education', 'details'], ['details', 'june'], ['june', '2012'], ['2012', 'may'], ['may', '2015'], ['2015', 'b'], ['b', 'a'], ['a', 'economics'], ['economics', 'chennai'], ['chennai', 'tamil'], ['tamil', 'nadu'], ['nadu', 'sdnbvc'], ['sdnbvc', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'anything'], ['anything', 'it'], ['it', 'solution'], ['solution', 'description'], ['description', 'hr'], ['education', 'details', 'june'], ['details', 'june', '2012'], ['june', '2012', 'may'], ['2012', 'may', '2015'], ['may', '2015', 'b'], ['2015', 'b', 'a'], ['b', 'a', 'economics'], ['a', 'economics', 'chennai'], ['economics', 'chennai', 'tamil'], ['chennai', 'tamil', 'nadu'], ['tamil', 'nadu', 'sdnbvc'], ['nadu', 'sdnbvc', 'hr'], ['sdnbvc', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'anything'], ['company', 'anything', 'it'], ['anything', 'it', 'solution'], ['it', 'solution', 'description'], ['solution', 'description', 'hr'], ['education', 'details', 'june', '2012'], ['details', 'june', '2012', 'may'], ['june', '2012', 'may', '2015'], ['2012', 'may', '2015', 'b'], ['may', '2015', 'b', 'a'], ['2015', 'b', 'a', 'economics'], ['b', 'a', 'economics', 'chennai'], ['a', 'economics', 'chennai', 'tamil'], ['economics', 'chennai', 'tamil', 'nadu'], ['chennai', 'tamil', 'nadu', 'sdnbvc'], ['tamil', 'nadu', 'sdnbvc', 'hr'], ['nadu', 'sdnbvc', 'hr', 'skill'], ['sdnbvc', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'anything'], ['details', 'company', 'anything', 'it'], ['company', 'anything', 'it', 'solution'], ['anything', 'it', 'solution', 'description'], ['it', 'solution', 'description', 'hr'], ['education', 'details', 'june', '2012', 'may'], ['details', 'june', '2012', 'may', '2015'], ['june', '2012', 'may', '2015', 'b'], ['2012', 'may', '2015', 'b', 'a'], ['may', '2015', 'b', 'a', 'economics'], ['2015', 'b', 'a', 'economics', 'chennai'], ['b', 'a', 'economics', 'chennai', 'tamil'], ['a', 'economics', 'chennai', 'tamil', 'nadu'], ['economics', 'chennai', 'tamil', 'nadu', 'sdnbvc'], ['chennai', 'tamil', 'nadu', 'sdnbvc', 'hr'], ['tamil', 'nadu', 'sdnbvc', 'hr', 'skill'], ['nadu', 'sdnbvc', 'hr', 'skill', 'details'], ['sdnbvc', 'hr', 'skill', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'anything'], ['company', 'details', 'company', 'anything', 'it'], ['details', 'company', 'anything', 'it', 'solution'], ['company', 'anything', 'it', 'solution', 'description'], ['anything', 'it', 'solution', 'description', 'hr'], ['education', 'details', 'june', '2012', 'may', '2015'], ['details', 'june', '2012', 'may', '2015', 'b'], ['june', '2012', 'may', '2015', 'b', 'a'], ['2012', 'may', '2015', 'b', 'a', 'economics'], ['may', '2015', 'b', 'a', 'economics', 'chennai'], ['2015', 'b', 'a', 'economics', 'chennai', 'tamil'], ['b', 'a', 'economics', 'chennai', 'tamil', 'nadu'], ['a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc'], ['economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr'], ['chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill'], ['tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details'], ['nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company'], ['sdnbvc', 'hr', 'skill', 'details', 'company', 'details'], ['hr', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'anything'], ['details', 'company', 'details', 'company', 'anything', 'it'], ['company', 'details', 'company', 'anything', 'it', 'solution'], ['details', 'company', 'anything', 'it', 'solution', 'description'], ['company', 'anything', 'it', 'solution', 'description', 'hr'], ['education', 'details', 'june', '2012', 'may', '2015', 'b'], ['details', 'june', '2012', 'may', '2015', 'b', 'a'], ['june', '2012', 'may', '2015', 'b', 'a', 'economics'], ['2012', 'may', '2015', 'b', 'a', 'economics', 'chennai'], ['may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil'], ['2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu'], ['b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc'], ['a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr'], ['economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill'], ['chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details'], ['tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company'], ['nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details'], ['sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'anything'], ['skill', 'details', 'company', 'details', 'company', 'anything', 'it'], ['details', 'company', 'details', 'company', 'anything', 'it', 'solution'], ['company', 'details', 'company', 'anything', 'it', 'solution', 'description'], ['details', 'company', 'anything', 'it', 'solution', 'description', 'hr'], ['education', 'details', 'june', '2012', 'may', '2015', 'b', 'a'], ['details', 'june', '2012', 'may', '2015', 'b', 'a', 'economics'], ['june', '2012', 'may', '2015', 'b', 'a', 'economics', 'chennai'], ['2012', 'may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil'], ['may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu'], ['2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc'], ['b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr'], ['a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill'], ['economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details'], ['chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company'], ['tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details'], ['nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company', 'anything'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'anything', 'it'], ['skill', 'details', 'company', 'details', 'company', 'anything', 'it', 'solution'], ['details', 'company', 'details', 'company', 'anything', 'it', 'solution', 'description'], ['company', 'details', 'company', 'anything', 'it', 'solution', 'description', 'hr'], ['education', 'details', 'june', '2012', 'may', '2015', 'b', 'a', 'economics'], ['details', 'june', '2012', 'may', '2015', 'b', 'a', 'economics', 'chennai'], ['june', '2012', 'may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil'], ['2012', 'may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu'], ['may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc'], ['2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr'], ['b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill'], ['a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details'], ['economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company'], ['chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details'], ['tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company', 'anything'], ['sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company', 'anything', 'it'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'anything', 'it', 'solution'], ['skill', 'details', 'company', 'details', 'company', 'anything', 'it', 'solution', 'description'], ['details', 'company', 'details', 'company', 'anything', 'it', 'solution', 'description', 'hr']], [['education'], ['details'], ['bba'], ['lovely'], ['professional'], ['university'], ['hr'], ['skill'], ['details'], ['communication'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['description'], ['education', 'details'], ['details', 'bba'], ['bba', 'lovely'], ['lovely', 'professional'], ['professional', 'university'], ['university', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'communication'], ['communication', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['education', 'details', 'bba'], ['details', 'bba', 'lovely'], ['bba', 'lovely', 'professional'], ['lovely', 'professional', 'university'], ['professional', 'university', 'hr'], ['university', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'communication'], ['details', 'communication', 'exprience'], ['communication', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['education', 'details', 'bba', 'lovely'], ['details', 'bba', 'lovely', 'professional'], ['bba', 'lovely', 'professional', 'university'], ['lovely', 'professional', 'university', 'hr'], ['professional', 'university', 'hr', 'skill'], ['university', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'communication'], ['skill', 'details', 'communication', 'exprience'], ['details', 'communication', 'exprience', '6'], ['communication', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['education', 'details', 'bba', 'lovely', 'professional'], ['details', 'bba', 'lovely', 'professional', 'university'], ['bba', 'lovely', 'professional', 'university', 'hr'], ['lovely', 'professional', 'university', 'hr', 'skill'], ['professional', 'university', 'hr', 'skill', 'details'], ['university', 'hr', 'skill', 'details', 'communication'], ['hr', 'skill', 'details', 'communication', 'exprience'], ['skill', 'details', 'communication', 'exprience', '6'], ['details', 'communication', 'exprience', '6', 'monthscompany'], ['communication', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'description'], ['education', 'details', 'bba', 'lovely', 'professional', 'university'], ['details', 'bba', 'lovely', 'professional', 'university', 'hr'], ['bba', 'lovely', 'professional', 'university', 'hr', 'skill'], ['lovely', 'professional', 'university', 'hr', 'skill', 'details'], ['professional', 'university', 'hr', 'skill', 'details', 'communication'], ['university', 'hr', 'skill', 'details', 'communication', 'exprience'], ['hr', 'skill', 'details', 'communication', 'exprience', '6'], ['skill', 'details', 'communication', 'exprience', '6', 'monthscompany'], ['details', 'communication', 'exprience', '6', 'monthscompany', 'details'], ['communication', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'description'], ['education', 'details', 'bba', 'lovely', 'professional', 'university', 'hr'], ['details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill'], ['bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details'], ['lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication'], ['professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience'], ['university', 'hr', 'skill', 'details', 'communication', 'exprience', '6'], ['hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany'], ['skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details'], ['details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company'], ['communication', 'exprience', '6', 'monthscompany', 'details', 'company', 'description'], ['education', 'details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill'], ['details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details'], ['bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication'], ['lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience'], ['professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience', '6'], ['university', 'hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany'], ['hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details'], ['skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company'], ['details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company', 'description'], ['education', 'details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details'], ['details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication'], ['bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience'], ['lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience', '6'], ['professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany'], ['university', 'hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details'], ['hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company'], ['skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company', 'description']], [['education'], ['details'], ['mba'], ['acn'], ['college'], ['engineering'], ['mgt'], ['hr'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['hr'], ['assistant'], ['description'], ['education', 'details'], ['details', 'mba'], ['mba', 'acn'], ['acn', 'college'], ['college', 'engineering'], ['engineering', 'mgt'], ['mgt', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'hr'], ['hr', 'assistant'], ['assistant', 'description'], ['education', 'details', 'mba'], ['details', 'mba', 'acn'], ['mba', 'acn', 'college'], ['acn', 'college', 'engineering'], ['college', 'engineering', 'mgt'], ['engineering', 'mgt', 'hr'], ['mgt', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'hr'], ['company', 'hr', 'assistant'], ['hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn'], ['details', 'mba', 'acn', 'college'], ['mba', 'acn', 'college', 'engineering'], ['acn', 'college', 'engineering', 'mgt'], ['college', 'engineering', 'mgt', 'hr'], ['engineering', 'mgt', 'hr', 'skill'], ['mgt', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'hr'], ['details', 'company', 'hr', 'assistant'], ['company', 'hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn', 'college'], ['details', 'mba', 'acn', 'college', 'engineering'], ['mba', 'acn', 'college', 'engineering', 'mgt'], ['acn', 'college', 'engineering', 'mgt', 'hr'], ['college', 'engineering', 'mgt', 'hr', 'skill'], ['engineering', 'mgt', 'hr', 'skill', 'details'], ['mgt', 'hr', 'skill', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'hr'], ['company', 'details', 'company', 'hr', 'assistant'], ['details', 'company', 'hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn', 'college', 'engineering'], ['details', 'mba', 'acn', 'college', 'engineering', 'mgt'], ['mba', 'acn', 'college', 'engineering', 'mgt', 'hr'], ['acn', 'college', 'engineering', 'mgt', 'hr', 'skill'], ['college', 'engineering', 'mgt', 'hr', 'skill', 'details'], ['engineering', 'mgt', 'hr', 'skill', 'details', 'company'], ['mgt', 'hr', 'skill', 'details', 'company', 'details'], ['hr', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'hr'], ['details', 'company', 'details', 'company', 'hr', 'assistant'], ['company', 'details', 'company', 'hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn', 'college', 'engineering', 'mgt'], ['details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr'], ['mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill'], ['acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details'], ['college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company'], ['engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details'], ['mgt', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'hr'], ['skill', 'details', 'company', 'details', 'company', 'hr', 'assistant'], ['details', 'company', 'details', 'company', 'hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr'], ['details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill'], ['mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details'], ['acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company'], ['college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details'], ['engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['mgt', 'hr', 'skill', 'details', 'company', 'details', 'company', 'hr'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'hr', 'assistant'], ['skill', 'details', 'company', 'details', 'company', 'hr', 'assistant', 'description'], ['education', 'details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill'], ['details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details'], ['mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company'], ['acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details'], ['college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details', 'company', 'hr'], ['mgt', 'hr', 'skill', 'details', 'company', 'details', 'company', 'hr', 'assistant'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'hr', 'assistant', 'description']], [['key'], ['skills'], ['computerized'], ['ounting'], ['tally'], ['sincere'], ['hard'], ['working'], ['management'], ['ounting'], ['income'], ['tax'], ['good'], ['communication'], ['leadership'], ['two'], ['four'], ['wheeler'], ['driving'], ['license'], ['internet'], ['ecommerce'], ['management'], ['computer'], ['skills'], ['c'], ['language'], ['web'], ['programing'], ['tally'], ['dbms'], ['education'], ['details'], ['june'], ['2017'], ['june'], ['2019'], ['mba'], ['finance'], ['hr'], ['india'], ['mlrit'], ['june'], ['2014'], ['june'], ['2017'], ['bcom'], ['computer'], ['hyderabad'], ['telangana'], ['osmania'], ['university'], ['june'], ['2012'], ['april'], ['2014'], ['inter'], ['mec'], ['india'], ['srimedhav'], ['hr'], ['nani'], ['skill'], ['details'], ['ounting'], ['exprience'], ['6'], ['months'], ['database'], ['management'], ['system'], ['exprience'], ['6'], ['months'], ['dbms'], ['exprience'], ['6'], ['months'], ['management'], ['ounting'], ['exprience'], ['6'], ['months'], ['ecommerce'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['valuelabs'], ['description'], ['they'], ['give'], ['rrf'], ['form'], ['required'], ['dlt'], ['hand'], ['rlt'], ['scrum'], ['master'], ['take'], ['form'], ['rlt'], ['scrum'], ['master'], ['give'], ['forms'], ['trainee'], ['work'], ['requirement'], ['till'], ['candidate'], ['receive'], ['offer'], ['company'], ['key', 'skills'], ['skills', 'computerized'], ['computerized', 'ounting'], ['ounting', 'tally'], ['tally', 'sincere'], ['sincere', 'hard'], ['hard', 'working'], ['working', 'management'], ['management', 'ounting'], ['ounting', 'income'], ['income', 'tax'], ['tax', 'good'], ['good', 'communication'], ['communication', 'leadership'], ['leadership', 'two'], ['two', 'four'], ['four', 'wheeler'], ['wheeler', 'driving'], ['driving', 'license'], ['license', 'internet'], ['internet', 'ecommerce'], ['ecommerce', 'management'], ['management', 'computer'], ['computer', 'skills'], ['skills', 'c'], ['c', 'language'], ['language', 'web'], ['web', 'programing'], ['programing', 'tally'], ['tally', 'dbms'], ['dbms', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2017'], ['2017', 'june'], ['june', '2019'], ['2019', 'mba'], ['mba', 'finance'], ['finance', 'hr'], ['hr', 'india'], ['india', 'mlrit'], ['mlrit', 'june'], ['june', '2014'], ['2014', 'june'], ['june', '2017'], ['2017', 'bcom'], ['bcom', 'computer'], ['computer', 'hyderabad'], ['hyderabad', 'telangana'], ['telangana', 'osmania'], ['osmania', 'university'], ['university', 'june'], ['june', '2012'], ['2012', 'april'], ['april', '2014'], ['2014', 'inter'], ['inter', 'mec'], ['mec', 'india'], ['india', 'srimedhav'], ['srimedhav', 'hr'], ['hr', 'nani'], ['nani', 'skill'], ['skill', 'details'], ['details', 'ounting'], ['ounting', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'database'], ['database', 'management'], ['management', 'system'], ['system', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dbms'], ['dbms', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'management'], ['management', 'ounting'], ['ounting', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ecommerce'], ['ecommerce', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'valuelabs'], ['valuelabs', 'description'], ['description', 'they'], ['they', 'give'], ['give', 'rrf'], ['rrf', 'form'], ['form', 'required'], ['required', 'dlt'], ['dlt', 'hand'], ['hand', 'rlt'], ['rlt', 'scrum'], ['scrum', 'master'], ['master', 'take'], ['take', 'form'], ['form', 'rlt'], ['rlt', 'scrum'], ['scrum', 'master'], ['master', 'give'], ['give', 'forms'], ['forms', 'trainee'], ['trainee', 'work'], ['work', 'requirement'], ['requirement', 'till'], ['till', 'candidate'], ['candidate', 'receive'], ['receive', 'offer'], ['offer', 'company'], ['key', 'skills', 'computerized'], ['skills', 'computerized', 'ounting'], ['computerized', 'ounting', 'tally'], ['ounting', 'tally', 'sincere'], ['tally', 'sincere', 'hard'], ['sincere', 'hard', 'working'], ['hard', 'working', 'management'], ['working', 'management', 'ounting'], ['management', 'ounting', 'income'], ['ounting', 'income', 'tax'], ['income', 'tax', 'good'], ['tax', 'good', 'communication'], ['good', 'communication', 'leadership'], ['communication', 'leadership', 'two'], ['leadership', 'two', 'four'], ['two', 'four', 'wheeler'], ['four', 'wheeler', 'driving'], ['wheeler', 'driving', 'license'], ['driving', 'license', 'internet'], ['license', 'internet', 'ecommerce'], ['internet', 'ecommerce', 'management'], ['ecommerce', 'management', 'computer'], ['management', 'computer', 'skills'], ['computer', 'skills', 'c'], ['skills', 'c', 'language'], ['c', 'language', 'web'], ['language', 'web', 'programing'], ['web', 'programing', 'tally'], ['programing', 'tally', 'dbms'], ['tally', 'dbms', 'education'], ['dbms', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2017'], ['june', '2017', 'june'], ['2017', 'june', '2019'], ['june', '2019', 'mba'], ['2019', 'mba', 'finance'], ['mba', 'finance', 'hr'], ['finance', 'hr', 'india'], ['hr', 'india', 'mlrit'], ['india', 'mlrit', 'june'], ['mlrit', 'june', '2014'], ['june', '2014', 'june'], ['2014', 'june', '2017'], ['june', '2017', 'bcom'], ['2017', 'bcom', 'computer'], ['bcom', 'computer', 'hyderabad'], ['computer', 'hyderabad', 'telangana'], ['hyderabad', 'telangana', 'osmania'], ['telangana', 'osmania', 'university'], ['osmania', 'university', 'june'], ['university', 'june', '2012'], ['june', '2012', 'april'], ['2012', 'april', '2014'], ['april', '2014', 'inter'], ['2014', 'inter', 'mec'], ['inter', 'mec', 'india'], ['mec', 'india', 'srimedhav'], ['india', 'srimedhav', 'hr'], ['srimedhav', 'hr', 'nani'], ['hr', 'nani', 'skill'], ['nani', 'skill', 'details'], ['skill', 'details', 'ounting'], ['details', 'ounting', 'exprience'], ['ounting', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'database'], ['months', 'database', 'management'], ['database', 'management', 'system'], ['management', 'system', 'exprience'], ['system', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'dbms'], ['months', 'dbms', 'exprience'], ['dbms', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'management'], ['months', 'management', 'ounting'], ['management', 'ounting', 'exprience'], ['ounting', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ecommerce'], ['months', 'ecommerce', 'exprience'], ['ecommerce', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'valuelabs'], ['company', 'valuelabs', 'description'], ['valuelabs', 'description', 'they'], ['description', 'they', 'give'], ['they', 'give', 'rrf'], ['give', 'rrf', 'form'], ['rrf', 'form', 'required'], ['form', 'required', 'dlt'], ['required', 'dlt', 'hand'], ['dlt', 'hand', 'rlt'], ['hand', 'rlt', 'scrum'], ['rlt', 'scrum', 'master'], ['scrum', 'master', 'take'], ['master', 'take', 'form'], ['take', 'form', 'rlt'], ['form', 'rlt', 'scrum'], ['rlt', 'scrum', 'master'], ['scrum', 'master', 'give'], ['master', 'give', 'forms'], ['give', 'forms', 'trainee'], ['forms', 'trainee', 'work'], ['trainee', 'work', 'requirement'], ['work', 'requirement', 'till'], ['requirement', 'till', 'candidate'], ['till', 'candidate', 'receive'], ['candidate', 'receive', 'offer'], ['receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting'], ['skills', 'computerized', 'ounting', 'tally'], ['computerized', 'ounting', 'tally', 'sincere'], ['ounting', 'tally', 'sincere', 'hard'], ['tally', 'sincere', 'hard', 'working'], ['sincere', 'hard', 'working', 'management'], ['hard', 'working', 'management', 'ounting'], ['working', 'management', 'ounting', 'income'], ['management', 'ounting', 'income', 'tax'], ['ounting', 'income', 'tax', 'good'], ['income', 'tax', 'good', 'communication'], ['tax', 'good', 'communication', 'leadership'], ['good', 'communication', 'leadership', 'two'], ['communication', 'leadership', 'two', 'four'], ['leadership', 'two', 'four', 'wheeler'], ['two', 'four', 'wheeler', 'driving'], ['four', 'wheeler', 'driving', 'license'], ['wheeler', 'driving', 'license', 'internet'], ['driving', 'license', 'internet', 'ecommerce'], ['license', 'internet', 'ecommerce', 'management'], ['internet', 'ecommerce', 'management', 'computer'], ['ecommerce', 'management', 'computer', 'skills'], ['management', 'computer', 'skills', 'c'], ['computer', 'skills', 'c', 'language'], ['skills', 'c', 'language', 'web'], ['c', 'language', 'web', 'programing'], ['language', 'web', 'programing', 'tally'], ['web', 'programing', 'tally', 'dbms'], ['programing', 'tally', 'dbms', 'education'], ['tally', 'dbms', 'education', 'details'], ['dbms', 'education', 'details', 'june'], ['education', 'details', 'june', '2017'], ['details', 'june', '2017', 'june'], ['june', '2017', 'june', '2019'], ['2017', 'june', '2019', 'mba'], ['june', '2019', 'mba', 'finance'], ['2019', 'mba', 'finance', 'hr'], ['mba', 'finance', 'hr', 'india'], ['finance', 'hr', 'india', 'mlrit'], ['hr', 'india', 'mlrit', 'june'], ['india', 'mlrit', 'june', '2014'], ['mlrit', 'june', '2014', 'june'], ['june', '2014', 'june', '2017'], ['2014', 'june', '2017', 'bcom'], ['june', '2017', 'bcom', 'computer'], ['2017', 'bcom', 'computer', 'hyderabad'], ['bcom', 'computer', 'hyderabad', 'telangana'], ['computer', 'hyderabad', 'telangana', 'osmania'], ['hyderabad', 'telangana', 'osmania', 'university'], ['telangana', 'osmania', 'university', 'june'], ['osmania', 'university', 'june', '2012'], ['university', 'june', '2012', 'april'], ['june', '2012', 'april', '2014'], ['2012', 'april', '2014', 'inter'], ['april', '2014', 'inter', 'mec'], ['2014', 'inter', 'mec', 'india'], ['inter', 'mec', 'india', 'srimedhav'], ['mec', 'india', 'srimedhav', 'hr'], ['india', 'srimedhav', 'hr', 'nani'], ['srimedhav', 'hr', 'nani', 'skill'], ['hr', 'nani', 'skill', 'details'], ['nani', 'skill', 'details', 'ounting'], ['skill', 'details', 'ounting', 'exprience'], ['details', 'ounting', 'exprience', '6'], ['ounting', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'database'], ['6', 'months', 'database', 'management'], ['months', 'database', 'management', 'system'], ['database', 'management', 'system', 'exprience'], ['management', 'system', 'exprience', '6'], ['system', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms'], ['6', 'months', 'dbms', 'exprience'], ['months', 'dbms', 'exprience', '6'], ['dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'management'], ['6', 'months', 'management', 'ounting'], ['months', 'management', 'ounting', 'exprience'], ['management', 'ounting', 'exprience', '6'], ['ounting', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ecommerce'], ['6', 'months', 'ecommerce', 'exprience'], ['months', 'ecommerce', 'exprience', '6'], ['ecommerce', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'valuelabs'], ['details', 'company', 'valuelabs', 'description'], ['company', 'valuelabs', 'description', 'they'], ['valuelabs', 'description', 'they', 'give'], ['description', 'they', 'give', 'rrf'], ['they', 'give', 'rrf', 'form'], ['give', 'rrf', 'form', 'required'], ['rrf', 'form', 'required', 'dlt'], ['form', 'required', 'dlt', 'hand'], ['required', 'dlt', 'hand', 'rlt'], ['dlt', 'hand', 'rlt', 'scrum'], ['hand', 'rlt', 'scrum', 'master'], ['rlt', 'scrum', 'master', 'take'], ['scrum', 'master', 'take', 'form'], ['master', 'take', 'form', 'rlt'], ['take', 'form', 'rlt', 'scrum'], ['form', 'rlt', 'scrum', 'master'], ['rlt', 'scrum', 'master', 'give'], ['scrum', 'master', 'give', 'forms'], ['master', 'give', 'forms', 'trainee'], ['give', 'forms', 'trainee', 'work'], ['forms', 'trainee', 'work', 'requirement'], ['trainee', 'work', 'requirement', 'till'], ['work', 'requirement', 'till', 'candidate'], ['requirement', 'till', 'candidate', 'receive'], ['till', 'candidate', 'receive', 'offer'], ['candidate', 'receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting', 'tally'], ['skills', 'computerized', 'ounting', 'tally', 'sincere'], ['computerized', 'ounting', 'tally', 'sincere', 'hard'], ['ounting', 'tally', 'sincere', 'hard', 'working'], ['tally', 'sincere', 'hard', 'working', 'management'], ['sincere', 'hard', 'working', 'management', 'ounting'], ['hard', 'working', 'management', 'ounting', 'income'], ['working', 'management', 'ounting', 'income', 'tax'], ['management', 'ounting', 'income', 'tax', 'good'], ['ounting', 'income', 'tax', 'good', 'communication'], ['income', 'tax', 'good', 'communication', 'leadership'], ['tax', 'good', 'communication', 'leadership', 'two'], ['good', 'communication', 'leadership', 'two', 'four'], ['communication', 'leadership', 'two', 'four', 'wheeler'], ['leadership', 'two', 'four', 'wheeler', 'driving'], ['two', 'four', 'wheeler', 'driving', 'license'], ['four', 'wheeler', 'driving', 'license', 'internet'], ['wheeler', 'driving', 'license', 'internet', 'ecommerce'], ['driving', 'license', 'internet', 'ecommerce', 'management'], ['license', 'internet', 'ecommerce', 'management', 'computer'], ['internet', 'ecommerce', 'management', 'computer', 'skills'], ['ecommerce', 'management', 'computer', 'skills', 'c'], ['management', 'computer', 'skills', 'c', 'language'], ['computer', 'skills', 'c', 'language', 'web'], ['skills', 'c', 'language', 'web', 'programing'], ['c', 'language', 'web', 'programing', 'tally'], ['language', 'web', 'programing', 'tally', 'dbms'], ['web', 'programing', 'tally', 'dbms', 'education'], ['programing', 'tally', 'dbms', 'education', 'details'], ['tally', 'dbms', 'education', 'details', 'june'], ['dbms', 'education', 'details', 'june', '2017'], ['education', 'details', 'june', '2017', 'june'], ['details', 'june', '2017', 'june', '2019'], ['june', '2017', 'june', '2019', 'mba'], ['2017', 'june', '2019', 'mba', 'finance'], ['june', '2019', 'mba', 'finance', 'hr'], ['2019', 'mba', 'finance', 'hr', 'india'], ['mba', 'finance', 'hr', 'india', 'mlrit'], ['finance', 'hr', 'india', 'mlrit', 'june'], ['hr', 'india', 'mlrit', 'june', '2014'], ['india', 'mlrit', 'june', '2014', 'june'], ['mlrit', 'june', '2014', 'june', '2017'], ['june', '2014', 'june', '2017', 'bcom'], ['2014', 'june', '2017', 'bcom', 'computer'], ['june', '2017', 'bcom', 'computer', 'hyderabad'], ['2017', 'bcom', 'computer', 'hyderabad', 'telangana'], ['bcom', 'computer', 'hyderabad', 'telangana', 'osmania'], ['computer', 'hyderabad', 'telangana', 'osmania', 'university'], ['hyderabad', 'telangana', 'osmania', 'university', 'june'], ['telangana', 'osmania', 'university', 'june', '2012'], ['osmania', 'university', 'june', '2012', 'april'], ['university', 'june', '2012', 'april', '2014'], ['june', '2012', 'april', '2014', 'inter'], ['2012', 'april', '2014', 'inter', 'mec'], ['april', '2014', 'inter', 'mec', 'india'], ['2014', 'inter', 'mec', 'india', 'srimedhav'], ['inter', 'mec', 'india', 'srimedhav', 'hr'], ['mec', 'india', 'srimedhav', 'hr', 'nani'], ['india', 'srimedhav', 'hr', 'nani', 'skill'], ['srimedhav', 'hr', 'nani', 'skill', 'details'], ['hr', 'nani', 'skill', 'details', 'ounting'], ['nani', 'skill', 'details', 'ounting', 'exprience'], ['skill', 'details', 'ounting', 'exprience', '6'], ['details', 'ounting', 'exprience', '6', 'months'], ['ounting', 'exprience', '6', 'months', 'database'], ['exprience', '6', 'months', 'database', 'management'], ['6', 'months', 'database', 'management', 'system'], ['months', 'database', 'management', 'system', 'exprience'], ['database', 'management', 'system', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms'], ['exprience', '6', 'months', 'dbms', 'exprience'], ['6', 'months', 'dbms', 'exprience', '6'], ['months', 'dbms', 'exprience', '6', 'months'], ['dbms', 'exprience', '6', 'months', 'management'], ['exprience', '6', 'months', 'management', 'ounting'], ['6', 'months', 'management', 'ounting', 'exprience'], ['months', 'management', 'ounting', 'exprience', '6'], ['management', 'ounting', 'exprience', '6', 'months'], ['ounting', 'exprience', '6', 'months', 'ecommerce'], ['exprience', '6', 'months', 'ecommerce', 'exprience'], ['6', 'months', 'ecommerce', 'exprience', '6'], ['months', 'ecommerce', 'exprience', '6', 'monthscompany'], ['ecommerce', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'valuelabs'], ['monthscompany', 'details', 'company', 'valuelabs', 'description'], ['details', 'company', 'valuelabs', 'description', 'they'], ['company', 'valuelabs', 'description', 'they', 'give'], ['valuelabs', 'description', 'they', 'give', 'rrf'], ['description', 'they', 'give', 'rrf', 'form'], ['they', 'give', 'rrf', 'form', 'required'], ['give', 'rrf', 'form', 'required', 'dlt'], ['rrf', 'form', 'required', 'dlt', 'hand'], ['form', 'required', 'dlt', 'hand', 'rlt'], ['required', 'dlt', 'hand', 'rlt', 'scrum'], ['dlt', 'hand', 'rlt', 'scrum', 'master'], ['hand', 'rlt', 'scrum', 'master', 'take'], ['rlt', 'scrum', 'master', 'take', 'form'], ['scrum', 'master', 'take', 'form', 'rlt'], ['master', 'take', 'form', 'rlt', 'scrum'], ['take', 'form', 'rlt', 'scrum', 'master'], ['form', 'rlt', 'scrum', 'master', 'give'], ['rlt', 'scrum', 'master', 'give', 'forms'], ['scrum', 'master', 'give', 'forms', 'trainee'], ['master', 'give', 'forms', 'trainee', 'work'], ['give', 'forms', 'trainee', 'work', 'requirement'], ['forms', 'trainee', 'work', 'requirement', 'till'], ['trainee', 'work', 'requirement', 'till', 'candidate'], ['work', 'requirement', 'till', 'candidate', 'receive'], ['requirement', 'till', 'candidate', 'receive', 'offer'], ['till', 'candidate', 'receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting', 'tally', 'sincere'], ['skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard'], ['computerized', 'ounting', 'tally', 'sincere', 'hard', 'working'], ['ounting', 'tally', 'sincere', 'hard', 'working', 'management'], ['tally', 'sincere', 'hard', 'working', 'management', 'ounting'], ['sincere', 'hard', 'working', 'management', 'ounting', 'income'], ['hard', 'working', 'management', 'ounting', 'income', 'tax'], ['working', 'management', 'ounting', 'income', 'tax', 'good'], ['management', 'ounting', 'income', 'tax', 'good', 'communication'], ['ounting', 'income', 'tax', 'good', 'communication', 'leadership'], ['income', 'tax', 'good', 'communication', 'leadership', 'two'], ['tax', 'good', 'communication', 'leadership', 'two', 'four'], ['good', 'communication', 'leadership', 'two', 'four', 'wheeler'], ['communication', 'leadership', 'two', 'four', 'wheeler', 'driving'], ['leadership', 'two', 'four', 'wheeler', 'driving', 'license'], ['two', 'four', 'wheeler', 'driving', 'license', 'internet'], ['four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce'], ['wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management'], ['driving', 'license', 'internet', 'ecommerce', 'management', 'computer'], ['license', 'internet', 'ecommerce', 'management', 'computer', 'skills'], ['internet', 'ecommerce', 'management', 'computer', 'skills', 'c'], ['ecommerce', 'management', 'computer', 'skills', 'c', 'language'], ['management', 'computer', 'skills', 'c', 'language', 'web'], ['computer', 'skills', 'c', 'language', 'web', 'programing'], ['skills', 'c', 'language', 'web', 'programing', 'tally'], ['c', 'language', 'web', 'programing', 'tally', 'dbms'], ['language', 'web', 'programing', 'tally', 'dbms', 'education'], ['web', 'programing', 'tally', 'dbms', 'education', 'details'], ['programing', 'tally', 'dbms', 'education', 'details', 'june'], ['tally', 'dbms', 'education', 'details', 'june', '2017'], ['dbms', 'education', 'details', 'june', '2017', 'june'], ['education', 'details', 'june', '2017', 'june', '2019'], ['details', 'june', '2017', 'june', '2019', 'mba'], ['june', '2017', 'june', '2019', 'mba', 'finance'], ['2017', 'june', '2019', 'mba', 'finance', 'hr'], ['june', '2019', 'mba', 'finance', 'hr', 'india'], ['2019', 'mba', 'finance', 'hr', 'india', 'mlrit'], ['mba', 'finance', 'hr', 'india', 'mlrit', 'june'], ['finance', 'hr', 'india', 'mlrit', 'june', '2014'], ['hr', 'india', 'mlrit', 'june', '2014', 'june'], ['india', 'mlrit', 'june', '2014', 'june', '2017'], ['mlrit', 'june', '2014', 'june', '2017', 'bcom'], ['june', '2014', 'june', '2017', 'bcom', 'computer'], ['2014', 'june', '2017', 'bcom', 'computer', 'hyderabad'], ['june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana'], ['2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania'], ['bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university'], ['computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june'], ['hyderabad', 'telangana', 'osmania', 'university', 'june', '2012'], ['telangana', 'osmania', 'university', 'june', '2012', 'april'], ['osmania', 'university', 'june', '2012', 'april', '2014'], ['university', 'june', '2012', 'april', '2014', 'inter'], ['june', '2012', 'april', '2014', 'inter', 'mec'], ['2012', 'april', '2014', 'inter', 'mec', 'india'], ['april', '2014', 'inter', 'mec', 'india', 'srimedhav'], ['2014', 'inter', 'mec', 'india', 'srimedhav', 'hr'], ['inter', 'mec', 'india', 'srimedhav', 'hr', 'nani'], ['mec', 'india', 'srimedhav', 'hr', 'nani', 'skill'], ['india', 'srimedhav', 'hr', 'nani', 'skill', 'details'], ['srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting'], ['hr', 'nani', 'skill', 'details', 'ounting', 'exprience'], ['nani', 'skill', 'details', 'ounting', 'exprience', '6'], ['skill', 'details', 'ounting', 'exprience', '6', 'months'], ['details', 'ounting', 'exprience', '6', 'months', 'database'], ['ounting', 'exprience', '6', 'months', 'database', 'management'], ['exprience', '6', 'months', 'database', 'management', 'system'], ['6', 'months', 'database', 'management', 'system', 'exprience'], ['months', 'database', 'management', 'system', 'exprience', '6'], ['database', 'management', 'system', 'exprience', '6', 'months'], ['management', 'system', 'exprience', '6', 'months', 'dbms'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['exprience', '6', 'months', 'dbms', 'exprience', '6'], ['6', 'months', 'dbms', 'exprience', '6', 'months'], ['months', 'dbms', 'exprience', '6', 'months', 'management'], ['dbms', 'exprience', '6', 'months', 'management', 'ounting'], ['exprience', '6', 'months', 'management', 'ounting', 'exprience'], ['6', 'months', 'management', 'ounting', 'exprience', '6'], ['months', 'management', 'ounting', 'exprience', '6', 'months'], ['management', 'ounting', 'exprience', '6', 'months', 'ecommerce'], ['ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience'], ['exprience', '6', 'months', 'ecommerce', 'exprience', '6'], ['6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany'], ['months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details'], ['ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs'], ['6', 'monthscompany', 'details', 'company', 'valuelabs', 'description'], ['monthscompany', 'details', 'company', 'valuelabs', 'description', 'they'], ['details', 'company', 'valuelabs', 'description', 'they', 'give'], ['company', 'valuelabs', 'description', 'they', 'give', 'rrf'], ['valuelabs', 'description', 'they', 'give', 'rrf', 'form'], ['description', 'they', 'give', 'rrf', 'form', 'required'], ['they', 'give', 'rrf', 'form', 'required', 'dlt'], ['give', 'rrf', 'form', 'required', 'dlt', 'hand'], ['rrf', 'form', 'required', 'dlt', 'hand', 'rlt'], ['form', 'required', 'dlt', 'hand', 'rlt', 'scrum'], ['required', 'dlt', 'hand', 'rlt', 'scrum', 'master'], ['dlt', 'hand', 'rlt', 'scrum', 'master', 'take'], ['hand', 'rlt', 'scrum', 'master', 'take', 'form'], ['rlt', 'scrum', 'master', 'take', 'form', 'rlt'], ['scrum', 'master', 'take', 'form', 'rlt', 'scrum'], ['master', 'take', 'form', 'rlt', 'scrum', 'master'], ['take', 'form', 'rlt', 'scrum', 'master', 'give'], ['form', 'rlt', 'scrum', 'master', 'give', 'forms'], ['rlt', 'scrum', 'master', 'give', 'forms', 'trainee'], ['scrum', 'master', 'give', 'forms', 'trainee', 'work'], ['master', 'give', 'forms', 'trainee', 'work', 'requirement'], ['give', 'forms', 'trainee', 'work', 'requirement', 'till'], ['forms', 'trainee', 'work', 'requirement', 'till', 'candidate'], ['trainee', 'work', 'requirement', 'till', 'candidate', 'receive'], ['work', 'requirement', 'till', 'candidate', 'receive', 'offer'], ['requirement', 'till', 'candidate', 'receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard'], ['skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working'], ['computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management'], ['ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting'], ['tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income'], ['sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax'], ['hard', 'working', 'management', 'ounting', 'income', 'tax', 'good'], ['working', 'management', 'ounting', 'income', 'tax', 'good', 'communication'], ['management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership'], ['ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two'], ['income', 'tax', 'good', 'communication', 'leadership', 'two', 'four'], ['tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler'], ['good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving'], ['communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license'], ['leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet'], ['two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce'], ['four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management'], ['wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer'], ['driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills'], ['license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c'], ['internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language'], ['ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web'], ['management', 'computer', 'skills', 'c', 'language', 'web', 'programing'], ['computer', 'skills', 'c', 'language', 'web', 'programing', 'tally'], ['skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms'], ['c', 'language', 'web', 'programing', 'tally', 'dbms', 'education'], ['language', 'web', 'programing', 'tally', 'dbms', 'education', 'details'], ['web', 'programing', 'tally', 'dbms', 'education', 'details', 'june'], ['programing', 'tally', 'dbms', 'education', 'details', 'june', '2017'], ['tally', 'dbms', 'education', 'details', 'june', '2017', 'june'], ['dbms', 'education', 'details', 'june', '2017', 'june', '2019'], ['education', 'details', 'june', '2017', 'june', '2019', 'mba'], ['details', 'june', '2017', 'june', '2019', 'mba', 'finance'], ['june', '2017', 'june', '2019', 'mba', 'finance', 'hr'], ['2017', 'june', '2019', 'mba', 'finance', 'hr', 'india'], ['june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit'], ['2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june'], ['mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014'], ['finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june'], ['hr', 'india', 'mlrit', 'june', '2014', 'june', '2017'], ['india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom'], ['mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer'], ['june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad'], ['2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana'], ['june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania'], ['2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university'], ['bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june'], ['computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012'], ['hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april'], ['telangana', 'osmania', 'university', 'june', '2012', 'april', '2014'], ['osmania', 'university', 'june', '2012', 'april', '2014', 'inter'], ['university', 'june', '2012', 'april', '2014', 'inter', 'mec'], ['june', '2012', 'april', '2014', 'inter', 'mec', 'india'], ['2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav'], ['april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr'], ['2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani'], ['inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill'], ['mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details'], ['india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting'], ['srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience'], ['hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6'], ['nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months'], ['skill', 'details', 'ounting', 'exprience', '6', 'months', 'database'], ['details', 'ounting', 'exprience', '6', 'months', 'database', 'management'], ['ounting', 'exprience', '6', 'months', 'database', 'management', 'system'], ['exprience', '6', 'months', 'database', 'management', 'system', 'exprience'], ['6', 'months', 'database', 'management', 'system', 'exprience', '6'], ['months', 'database', 'management', 'system', 'exprience', '6', 'months'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'management'], ['months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting'], ['dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience'], ['exprience', '6', 'months', 'management', 'ounting', 'exprience', '6'], ['6', 'months', 'management', 'ounting', 'exprience', '6', 'months'], ['months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce'], ['management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience'], ['ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6'], ['exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany'], ['6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details'], ['months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company'], ['ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs'], ['exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description'], ['6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they'], ['monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give'], ['details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf'], ['company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form'], ['valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required'], ['description', 'they', 'give', 'rrf', 'form', 'required', 'dlt'], ['they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand'], ['give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt'], ['rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum'], ['form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master'], ['required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take'], ['dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form'], ['hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt'], ['rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum'], ['scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master'], ['master', 'take', 'form', 'rlt', 'scrum', 'master', 'give'], ['take', 'form', 'rlt', 'scrum', 'master', 'give', 'forms'], ['form', 'rlt', 'scrum', 'master', 'give', 'forms', 'trainee'], ['rlt', 'scrum', 'master', 'give', 'forms', 'trainee', 'work'], ['scrum', 'master', 'give', 'forms', 'trainee', 'work', 'requirement'], ['master', 'give', 'forms', 'trainee', 'work', 'requirement', 'till'], ['give', 'forms', 'trainee', 'work', 'requirement', 'till', 'candidate'], ['forms', 'trainee', 'work', 'requirement', 'till', 'candidate', 'receive'], ['trainee', 'work', 'requirement', 'till', 'candidate', 'receive', 'offer'], ['work', 'requirement', 'till', 'candidate', 'receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working'], ['skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management'], ['computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting'], ['ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income'], ['tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax'], ['sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax', 'good'], ['hard', 'working', 'management', 'ounting', 'income', 'tax', 'good', 'communication'], ['working', 'management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership'], ['management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two'], ['ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two', 'four'], ['income', 'tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler'], ['tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving'], ['good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license'], ['communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet'], ['leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce'], ['two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management'], ['four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer'], ['wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills'], ['driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c'], ['license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language'], ['internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web'], ['ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web', 'programing'], ['management', 'computer', 'skills', 'c', 'language', 'web', 'programing', 'tally'], ['computer', 'skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms'], ['skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms', 'education'], ['c', 'language', 'web', 'programing', 'tally', 'dbms', 'education', 'details'], ['language', 'web', 'programing', 'tally', 'dbms', 'education', 'details', 'june'], ['web', 'programing', 'tally', 'dbms', 'education', 'details', 'june', '2017'], ['programing', 'tally', 'dbms', 'education', 'details', 'june', '2017', 'june'], ['tally', 'dbms', 'education', 'details', 'june', '2017', 'june', '2019'], ['dbms', 'education', 'details', 'june', '2017', 'june', '2019', 'mba'], ['education', 'details', 'june', '2017', 'june', '2019', 'mba', 'finance'], ['details', 'june', '2017', 'june', '2019', 'mba', 'finance', 'hr'], ['june', '2017', 'june', '2019', 'mba', 'finance', 'hr', 'india'], ['2017', 'june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit'], ['june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june'], ['2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014'], ['mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june'], ['finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june', '2017'], ['hr', 'india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom'], ['india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer'], ['mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad'], ['june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana'], ['2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania'], ['june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university'], ['2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june'], ['bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012'], ['computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april'], ['hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april', '2014'], ['telangana', 'osmania', 'university', 'june', '2012', 'april', '2014', 'inter'], ['osmania', 'university', 'june', '2012', 'april', '2014', 'inter', 'mec'], ['university', 'june', '2012', 'april', '2014', 'inter', 'mec', 'india'], ['june', '2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav'], ['2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr'], ['april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani'], ['2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill'], ['inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details'], ['mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting'], ['india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience'], ['srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6'], ['hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months'], ['nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months', 'database'], ['skill', 'details', 'ounting', 'exprience', '6', 'months', 'database', 'management'], ['details', 'ounting', 'exprience', '6', 'months', 'database', 'management', 'system'], ['ounting', 'exprience', '6', 'months', 'database', 'management', 'system', 'exprience'], ['exprience', '6', 'months', 'database', 'management', 'system', 'exprience', '6'], ['6', 'months', 'database', 'management', 'system', 'exprience', '6', 'months'], ['months', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'management'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting'], ['months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience'], ['dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience', '6'], ['exprience', '6', 'months', 'management', 'ounting', 'exprience', '6', 'months'], ['6', 'months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce'], ['months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience'], ['management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6'], ['ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs'], ['ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they'], ['6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give'], ['monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf'], ['details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form'], ['company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required'], ['valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required', 'dlt'], ['description', 'they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand'], ['they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt'], ['give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum'], ['rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master'], ['form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take'], ['required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form'], ['dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt'], ['hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum'], ['rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master'], ['scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master', 'give'], ['master', 'take', 'form', 'rlt', 'scrum', 'master', 'give', 'forms'], ['take', 'form', 'rlt', 'scrum', 'master', 'give', 'forms', 'trainee'], ['form', 'rlt', 'scrum', 'master', 'give', 'forms', 'trainee', 'work'], ['rlt', 'scrum', 'master', 'give', 'forms', 'trainee', 'work', 'requirement'], ['scrum', 'master', 'give', 'forms', 'trainee', 'work', 'requirement', 'till'], ['master', 'give', 'forms', 'trainee', 'work', 'requirement', 'till', 'candidate'], ['give', 'forms', 'trainee', 'work', 'requirement', 'till', 'candidate', 'receive'], ['forms', 'trainee', 'work', 'requirement', 'till', 'candidate', 'receive', 'offer'], ['trainee', 'work', 'requirement', 'till', 'candidate', 'receive', 'offer', 'company'], ['key', 'skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management'], ['skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting'], ['computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income'], ['ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax'], ['tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax', 'good'], ['sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax', 'good', 'communication'], ['hard', 'working', 'management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership'], ['working', 'management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two'], ['management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two', 'four'], ['ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler'], ['income', 'tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving'], ['tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license'], ['good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet'], ['communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce'], ['leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management'], ['two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer'], ['four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills'], ['wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c'], ['driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language'], ['license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web'], ['internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web', 'programing'], ['ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web', 'programing', 'tally'], ['management', 'computer', 'skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms'], ['computer', 'skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms', 'education'], ['skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms', 'education', 'details'], ['c', 'language', 'web', 'programing', 'tally', 'dbms', 'education', 'details', 'june'], ['language', 'web', 'programing', 'tally', 'dbms', 'education', 'details', 'june', '2017'], ['web', 'programing', 'tally', 'dbms', 'education', 'details', 'june', '2017', 'june'], ['programing', 'tally', 'dbms', 'education', 'details', 'june', '2017', 'june', '2019'], ['tally', 'dbms', 'education', 'details', 'june', '2017', 'june', '2019', 'mba'], ['dbms', 'education', 'details', 'june', '2017', 'june', '2019', 'mba', 'finance'], ['education', 'details', 'june', '2017', 'june', '2019', 'mba', 'finance', 'hr'], ['details', 'june', '2017', 'june', '2019', 'mba', 'finance', 'hr', 'india'], ['june', '2017', 'june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit'], ['2017', 'june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june'], ['june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014'], ['2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june'], ['mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june', '2017'], ['finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom'], ['hr', 'india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer'], ['india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad'], ['mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana'], ['june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania'], ['2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university'], ['june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june'], ['2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012'], ['bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april'], ['computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april', '2014'], ['hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april', '2014', 'inter'], ['telangana', 'osmania', 'university', 'june', '2012', 'april', '2014', 'inter', 'mec'], ['osmania', 'university', 'june', '2012', 'april', '2014', 'inter', 'mec', 'india'], ['university', 'june', '2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav'], ['june', '2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr'], ['2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani'], ['april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill'], ['2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details'], ['inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting'], ['mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience'], ['india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6'], ['srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months'], ['hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months', 'database'], ['nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months', 'database', 'management'], ['skill', 'details', 'ounting', 'exprience', '6', 'months', 'database', 'management', 'system'], ['details', 'ounting', 'exprience', '6', 'months', 'database', 'management', 'system', 'exprience'], ['ounting', 'exprience', '6', 'months', 'database', 'management', 'system', 'exprience', '6'], ['exprience', '6', 'months', 'database', 'management', 'system', 'exprience', '6', 'months'], ['6', 'months', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['months', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'management'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience'], ['months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience', '6'], ['dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce'], ['6', 'months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience'], ['months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6'], ['management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany'], ['ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs'], ['months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description'], ['ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they'], ['exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give'], ['6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf'], ['monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form'], ['details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required'], ['company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required', 'dlt'], ['valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand'], ['description', 'they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt'], ['they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum'], ['give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master'], ['rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take'], ['form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form'], ['required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt'], ['dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum'], ['hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master'], ['rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master', 'give'], ['scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master', 'give', 'forms'], ...], [['training'], ['special'], ['education'], ['certificate'], ['course'], ['education'], ['details'], ['july'], ['2016'], ['october'], ['2018'], ['m'], ['sc'], ['psychology'], ['specialization'], ['organizational'], ['behaviour'], ['malappuram'], ['kerala'], ['calicut'], ['university'], ['july'], ['2013'], ['march'], ['2016'], ['bsc'], ['psychology'], ['thrissur'], ['prajyoti'], ['niketan'], ['college'], ['hr'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['description'], ['i'], ['done'], ['30'], ['days'], ['internship'], ['hr'], ['department'], ['foster'], ['hot'], ['breads'], ['kinfra'], ['malappuram'], ['kerala'], ['i'], ['also'], ['done'], ['60'], ['days'], ['internship'], ['santhwana'], ['institute'], ['counselling'], ['psychotherapy'], ['cochin'], ['kerala'], ['counsellor'], ['training', 'special'], ['special', 'education'], ['education', 'certificate'], ['certificate', 'course'], ['course', 'education'], ['education', 'details'], ['details', 'july'], ['july', '2016'], ['2016', 'october'], ['october', '2018'], ['2018', 'm'], ['m', 'sc'], ['sc', 'psychology'], ['psychology', 'specialization'], ['specialization', 'organizational'], ['organizational', 'behaviour'], ['behaviour', 'malappuram'], ['malappuram', 'kerala'], ['kerala', 'calicut'], ['calicut', 'university'], ['university', 'july'], ['july', '2013'], ['2013', 'march'], ['march', '2016'], ['2016', 'bsc'], ['bsc', 'psychology'], ['psychology', 'thrissur'], ['thrissur', 'prajyoti'], ['prajyoti', 'niketan'], ['niketan', 'college'], ['college', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'description'], ['description', 'i'], ['i', 'done'], ['done', '30'], ['30', 'days'], ['days', 'internship'], ['internship', 'hr'], ['hr', 'department'], ['department', 'foster'], ['foster', 'hot'], ['hot', 'breads'], ['breads', 'kinfra'], ['kinfra', 'malappuram'], ['malappuram', 'kerala'], ['kerala', 'i'], ['i', 'also'], ['also', 'done'], ['done', '60'], ['60', 'days'], ['days', 'internship'], ['internship', 'santhwana'], ['santhwana', 'institute'], ['institute', 'counselling'], ['counselling', 'psychotherapy'], ['psychotherapy', 'cochin'], ['cochin', 'kerala'], ['kerala', 'counsellor'], ['training', 'special', 'education'], ['special', 'education', 'certificate'], ['education', 'certificate', 'course'], ['certificate', 'course', 'education'], ['course', 'education', 'details'], ['education', 'details', 'july'], ['details', 'july', '2016'], ['july', '2016', 'october'], ['2016', 'october', '2018'], ['october', '2018', 'm'], ['2018', 'm', 'sc'], ['m', 'sc', 'psychology'], ['sc', 'psychology', 'specialization'], ['psychology', 'specialization', 'organizational'], ['specialization', 'organizational', 'behaviour'], ['organizational', 'behaviour', 'malappuram'], ['behaviour', 'malappuram', 'kerala'], ['malappuram', 'kerala', 'calicut'], ['kerala', 'calicut', 'university'], ['calicut', 'university', 'july'], ['university', 'july', '2013'], ['july', '2013', 'march'], ['2013', 'march', '2016'], ['march', '2016', 'bsc'], ['2016', 'bsc', 'psychology'], ['bsc', 'psychology', 'thrissur'], ['psychology', 'thrissur', 'prajyoti'], ['thrissur', 'prajyoti', 'niketan'], ['prajyoti', 'niketan', 'college'], ['niketan', 'college', 'hr'], ['college', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'description'], ['company', 'description', 'i'], ['description', 'i', 'done'], ['i', 'done', '30'], ['done', '30', 'days'], ['30', 'days', 'internship'], ['days', 'internship', 'hr'], ['internship', 'hr', 'department'], ['hr', 'department', 'foster'], ['department', 'foster', 'hot'], ['foster', 'hot', 'breads'], ['hot', 'breads', 'kinfra'], ['breads', 'kinfra', 'malappuram'], ['kinfra', 'malappuram', 'kerala'], ['malappuram', 'kerala', 'i'], ['kerala', 'i', 'also'], ['i', 'also', 'done'], ['also', 'done', '60'], ['done', '60', 'days'], ['60', 'days', 'internship'], ['days', 'internship', 'santhwana'], ['internship', 'santhwana', 'institute'], ['santhwana', 'institute', 'counselling'], ['institute', 'counselling', 'psychotherapy'], ['counselling', 'psychotherapy', 'cochin'], ['psychotherapy', 'cochin', 'kerala'], ['cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate'], ['special', 'education', 'certificate', 'course'], ['education', 'certificate', 'course', 'education'], ['certificate', 'course', 'education', 'details'], ['course', 'education', 'details', 'july'], ['education', 'details', 'july', '2016'], ['details', 'july', '2016', 'october'], ['july', '2016', 'october', '2018'], ['2016', 'october', '2018', 'm'], ['october', '2018', 'm', 'sc'], ['2018', 'm', 'sc', 'psychology'], ['m', 'sc', 'psychology', 'specialization'], ['sc', 'psychology', 'specialization', 'organizational'], ['psychology', 'specialization', 'organizational', 'behaviour'], ['specialization', 'organizational', 'behaviour', 'malappuram'], ['organizational', 'behaviour', 'malappuram', 'kerala'], ['behaviour', 'malappuram', 'kerala', 'calicut'], ['malappuram', 'kerala', 'calicut', 'university'], ['kerala', 'calicut', 'university', 'july'], ['calicut', 'university', 'july', '2013'], ['university', 'july', '2013', 'march'], ['july', '2013', 'march', '2016'], ['2013', 'march', '2016', 'bsc'], ['march', '2016', 'bsc', 'psychology'], ['2016', 'bsc', 'psychology', 'thrissur'], ['bsc', 'psychology', 'thrissur', 'prajyoti'], ['psychology', 'thrissur', 'prajyoti', 'niketan'], ['thrissur', 'prajyoti', 'niketan', 'college'], ['prajyoti', 'niketan', 'college', 'hr'], ['niketan', 'college', 'hr', 'skill'], ['college', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'description'], ['details', 'company', 'description', 'i'], ['company', 'description', 'i', 'done'], ['description', 'i', 'done', '30'], ['i', 'done', '30', 'days'], ['done', '30', 'days', 'internship'], ['30', 'days', 'internship', 'hr'], ['days', 'internship', 'hr', 'department'], ['internship', 'hr', 'department', 'foster'], ['hr', 'department', 'foster', 'hot'], ['department', 'foster', 'hot', 'breads'], ['foster', 'hot', 'breads', 'kinfra'], ['hot', 'breads', 'kinfra', 'malappuram'], ['breads', 'kinfra', 'malappuram', 'kerala'], ['kinfra', 'malappuram', 'kerala', 'i'], ['malappuram', 'kerala', 'i', 'also'], ['kerala', 'i', 'also', 'done'], ['i', 'also', 'done', '60'], ['also', 'done', '60', 'days'], ['done', '60', 'days', 'internship'], ['60', 'days', 'internship', 'santhwana'], ['days', 'internship', 'santhwana', 'institute'], ['internship', 'santhwana', 'institute', 'counselling'], ['santhwana', 'institute', 'counselling', 'psychotherapy'], ['institute', 'counselling', 'psychotherapy', 'cochin'], ['counselling', 'psychotherapy', 'cochin', 'kerala'], ['psychotherapy', 'cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate', 'course'], ['special', 'education', 'certificate', 'course', 'education'], ['education', 'certificate', 'course', 'education', 'details'], ['certificate', 'course', 'education', 'details', 'july'], ['course', 'education', 'details', 'july', '2016'], ['education', 'details', 'july', '2016', 'october'], ['details', 'july', '2016', 'october', '2018'], ['july', '2016', 'october', '2018', 'm'], ['2016', 'october', '2018', 'm', 'sc'], ['october', '2018', 'm', 'sc', 'psychology'], ['2018', 'm', 'sc', 'psychology', 'specialization'], ['m', 'sc', 'psychology', 'specialization', 'organizational'], ['sc', 'psychology', 'specialization', 'organizational', 'behaviour'], ['psychology', 'specialization', 'organizational', 'behaviour', 'malappuram'], ['specialization', 'organizational', 'behaviour', 'malappuram', 'kerala'], ['organizational', 'behaviour', 'malappuram', 'kerala', 'calicut'], ['behaviour', 'malappuram', 'kerala', 'calicut', 'university'], ['malappuram', 'kerala', 'calicut', 'university', 'july'], ['kerala', 'calicut', 'university', 'july', '2013'], ['calicut', 'university', 'july', '2013', 'march'], ['university', 'july', '2013', 'march', '2016'], ['july', '2013', 'march', '2016', 'bsc'], ['2013', 'march', '2016', 'bsc', 'psychology'], ['march', '2016', 'bsc', 'psychology', 'thrissur'], ['2016', 'bsc', 'psychology', 'thrissur', 'prajyoti'], ['bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan'], ['psychology', 'thrissur', 'prajyoti', 'niketan', 'college'], ['thrissur', 'prajyoti', 'niketan', 'college', 'hr'], ['prajyoti', 'niketan', 'college', 'hr', 'skill'], ['niketan', 'college', 'hr', 'skill', 'details'], ['college', 'hr', 'skill', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'description'], ['company', 'details', 'company', 'description', 'i'], ['details', 'company', 'description', 'i', 'done'], ['company', 'description', 'i', 'done', '30'], ['description', 'i', 'done', '30', 'days'], ['i', 'done', '30', 'days', 'internship'], ['done', '30', 'days', 'internship', 'hr'], ['30', 'days', 'internship', 'hr', 'department'], ['days', 'internship', 'hr', 'department', 'foster'], ['internship', 'hr', 'department', 'foster', 'hot'], ['hr', 'department', 'foster', 'hot', 'breads'], ['department', 'foster', 'hot', 'breads', 'kinfra'], ['foster', 'hot', 'breads', 'kinfra', 'malappuram'], ['hot', 'breads', 'kinfra', 'malappuram', 'kerala'], ['breads', 'kinfra', 'malappuram', 'kerala', 'i'], ['kinfra', 'malappuram', 'kerala', 'i', 'also'], ['malappuram', 'kerala', 'i', 'also', 'done'], ['kerala', 'i', 'also', 'done', '60'], ['i', 'also', 'done', '60', 'days'], ['also', 'done', '60', 'days', 'internship'], ['done', '60', 'days', 'internship', 'santhwana'], ['60', 'days', 'internship', 'santhwana', 'institute'], ['days', 'internship', 'santhwana', 'institute', 'counselling'], ['internship', 'santhwana', 'institute', 'counselling', 'psychotherapy'], ['santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin'], ['institute', 'counselling', 'psychotherapy', 'cochin', 'kerala'], ['counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate', 'course', 'education'], ['special', 'education', 'certificate', 'course', 'education', 'details'], ['education', 'certificate', 'course', 'education', 'details', 'july'], ['certificate', 'course', 'education', 'details', 'july', '2016'], ['course', 'education', 'details', 'july', '2016', 'october'], ['education', 'details', 'july', '2016', 'october', '2018'], ['details', 'july', '2016', 'october', '2018', 'm'], ['july', '2016', 'october', '2018', 'm', 'sc'], ['2016', 'october', '2018', 'm', 'sc', 'psychology'], ['october', '2018', 'm', 'sc', 'psychology', 'specialization'], ['2018', 'm', 'sc', 'psychology', 'specialization', 'organizational'], ['m', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour'], ['sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram'], ['psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala'], ['specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut'], ['organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university'], ['behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july'], ['malappuram', 'kerala', 'calicut', 'university', 'july', '2013'], ['kerala', 'calicut', 'university', 'july', '2013', 'march'], ['calicut', 'university', 'july', '2013', 'march', '2016'], ['university', 'july', '2013', 'march', '2016', 'bsc'], ['july', '2013', 'march', '2016', 'bsc', 'psychology'], ['2013', 'march', '2016', 'bsc', 'psychology', 'thrissur'], ['march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti'], ['2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan'], ['bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college'], ['psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr'], ['thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill'], ['prajyoti', 'niketan', 'college', 'hr', 'skill', 'details'], ['niketan', 'college', 'hr', 'skill', 'details', 'company'], ['college', 'hr', 'skill', 'details', 'company', 'details'], ['hr', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'description'], ['details', 'company', 'details', 'company', 'description', 'i'], ['company', 'details', 'company', 'description', 'i', 'done'], ['details', 'company', 'description', 'i', 'done', '30'], ['company', 'description', 'i', 'done', '30', 'days'], ['description', 'i', 'done', '30', 'days', 'internship'], ['i', 'done', '30', 'days', 'internship', 'hr'], ['done', '30', 'days', 'internship', 'hr', 'department'], ['30', 'days', 'internship', 'hr', 'department', 'foster'], ['days', 'internship', 'hr', 'department', 'foster', 'hot'], ['internship', 'hr', 'department', 'foster', 'hot', 'breads'], ['hr', 'department', 'foster', 'hot', 'breads', 'kinfra'], ['department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram'], ['foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala'], ['hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i'], ['breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also'], ['kinfra', 'malappuram', 'kerala', 'i', 'also', 'done'], ['malappuram', 'kerala', 'i', 'also', 'done', '60'], ['kerala', 'i', 'also', 'done', '60', 'days'], ['i', 'also', 'done', '60', 'days', 'internship'], ['also', 'done', '60', 'days', 'internship', 'santhwana'], ['done', '60', 'days', 'internship', 'santhwana', 'institute'], ['60', 'days', 'internship', 'santhwana', 'institute', 'counselling'], ['days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy'], ['internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin'], ['santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala'], ['institute', 'counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate', 'course', 'education', 'details'], ['special', 'education', 'certificate', 'course', 'education', 'details', 'july'], ['education', 'certificate', 'course', 'education', 'details', 'july', '2016'], ['certificate', 'course', 'education', 'details', 'july', '2016', 'october'], ['course', 'education', 'details', 'july', '2016', 'october', '2018'], ['education', 'details', 'july', '2016', 'october', '2018', 'm'], ['details', 'july', '2016', 'october', '2018', 'm', 'sc'], ['july', '2016', 'october', '2018', 'm', 'sc', 'psychology'], ['2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization'], ['october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational'], ['2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour'], ['m', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram'], ['sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala'], ['psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut'], ['specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university'], ['organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july'], ['behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013'], ['malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march'], ['kerala', 'calicut', 'university', 'july', '2013', 'march', '2016'], ['calicut', 'university', 'july', '2013', 'march', '2016', 'bsc'], ['university', 'july', '2013', 'march', '2016', 'bsc', 'psychology'], ['july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur'], ['2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti'], ['march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan'], ['2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college'], ['bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr'], ['psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill'], ['thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details'], ['prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company'], ['niketan', 'college', 'hr', 'skill', 'details', 'company', 'details'], ['college', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'description'], ['skill', 'details', 'company', 'details', 'company', 'description', 'i'], ['details', 'company', 'details', 'company', 'description', 'i', 'done'], ['company', 'details', 'company', 'description', 'i', 'done', '30'], ['details', 'company', 'description', 'i', 'done', '30', 'days'], ['company', 'description', 'i', 'done', '30', 'days', 'internship'], ['description', 'i', 'done', '30', 'days', 'internship', 'hr'], ['i', 'done', '30', 'days', 'internship', 'hr', 'department'], ['done', '30', 'days', 'internship', 'hr', 'department', 'foster'], ['30', 'days', 'internship', 'hr', 'department', 'foster', 'hot'], ['days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads'], ['internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra'], ['hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram'], ['department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala'], ['foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i'], ['hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also'], ['breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done'], ['kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60'], ['malappuram', 'kerala', 'i', 'also', 'done', '60', 'days'], ['kerala', 'i', 'also', 'done', '60', 'days', 'internship'], ['i', 'also', 'done', '60', 'days', 'internship', 'santhwana'], ['also', 'done', '60', 'days', 'internship', 'santhwana', 'institute'], ['done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling'], ['60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy'], ['days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin'], ['internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala'], ['santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate', 'course', 'education', 'details', 'july'], ['special', 'education', 'certificate', 'course', 'education', 'details', 'july', '2016'], ['education', 'certificate', 'course', 'education', 'details', 'july', '2016', 'october'], ['certificate', 'course', 'education', 'details', 'july', '2016', 'october', '2018'], ['course', 'education', 'details', 'july', '2016', 'october', '2018', 'm'], ['education', 'details', 'july', '2016', 'october', '2018', 'm', 'sc'], ['details', 'july', '2016', 'october', '2018', 'm', 'sc', 'psychology'], ['july', '2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization'], ['2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational'], ['october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour'], ['2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram'], ['m', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala'], ['sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut'], ['psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university'], ['specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july'], ['organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013'], ['behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march'], ['malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march', '2016'], ['kerala', 'calicut', 'university', 'july', '2013', 'march', '2016', 'bsc'], ['calicut', 'university', 'july', '2013', 'march', '2016', 'bsc', 'psychology'], ['university', 'july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur'], ['july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti'], ['2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan'], ['march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college'], ['2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr'], ['bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill'], ['psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details'], ['thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company'], ['prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company', 'details'], ['niketan', 'college', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['college', 'hr', 'skill', 'details', 'company', 'details', 'company', 'description'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'description', 'i'], ['skill', 'details', 'company', 'details', 'company', 'description', 'i', 'done'], ['details', 'company', 'details', 'company', 'description', 'i', 'done', '30'], ['company', 'details', 'company', 'description', 'i', 'done', '30', 'days'], ['details', 'company', 'description', 'i', 'done', '30', 'days', 'internship'], ['company', 'description', 'i', 'done', '30', 'days', 'internship', 'hr'], ['description', 'i', 'done', '30', 'days', 'internship', 'hr', 'department'], ['i', 'done', '30', 'days', 'internship', 'hr', 'department', 'foster'], ['done', '30', 'days', 'internship', 'hr', 'department', 'foster', 'hot'], ['30', 'days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads'], ['days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra'], ['internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram'], ['hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala'], ['department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i'], ['foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also'], ['hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done'], ['breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60'], ['kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60', 'days'], ['malappuram', 'kerala', 'i', 'also', 'done', '60', 'days', 'internship'], ['kerala', 'i', 'also', 'done', '60', 'days', 'internship', 'santhwana'], ['i', 'also', 'done', '60', 'days', 'internship', 'santhwana', 'institute'], ['also', 'done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling'], ['done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy'], ['60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin'], ['days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala'], ['internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor'], ['training', 'special', 'education', 'certificate', 'course', 'education', 'details', 'july', '2016'], ['special', 'education', 'certificate', 'course', 'education', 'details', 'july', '2016', 'october'], ['education', 'certificate', 'course', 'education', 'details', 'july', '2016', 'october', '2018'], ['certificate', 'course', 'education', 'details', 'july', '2016', 'october', '2018', 'm'], ['course', 'education', 'details', 'july', '2016', 'october', '2018', 'm', 'sc'], ['education', 'details', 'july', '2016', 'october', '2018', 'm', 'sc', 'psychology'], ['details', 'july', '2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization'], ['july', '2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational'], ['2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour'], ['october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram'], ['2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala'], ['m', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut'], ['sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university'], ['psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july'], ['specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013'], ['organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march'], ['behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march', '2016'], ['malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march', '2016', 'bsc'], ['kerala', 'calicut', 'university', 'july', '2013', 'march', '2016', 'bsc', 'psychology'], ['calicut', 'university', 'july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur'], ['university', 'july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti'], ['july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan'], ['2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college'], ['march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr'], ['2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill'], ['bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details'], ['psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company'], ['thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company', 'details'], ['prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company', 'details', 'company'], ['niketan', 'college', 'hr', 'skill', 'details', 'company', 'details', 'company', 'description'], ['college', 'hr', 'skill', 'details', 'company', 'details', 'company', 'description', 'i'], ['hr', 'skill', 'details', 'company', 'details', 'company', 'description', 'i', 'done'], ['skill', 'details', 'company', 'details', 'company', 'description', 'i', 'done', '30'], ['details', 'company', 'details', 'company', 'description', 'i', 'done', '30', 'days'], ['company', 'details', 'company', 'description', 'i', 'done', '30', 'days', 'internship'], ['details', 'company', 'description', 'i', 'done', '30', 'days', 'internship', 'hr'], ['company', 'description', 'i', 'done', '30', 'days', 'internship', 'hr', 'department'], ['description', 'i', 'done', '30', 'days', 'internship', 'hr', 'department', 'foster'], ['i', 'done', '30', 'days', 'internship', 'hr', 'department', 'foster', 'hot'], ['done', '30', 'days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads'], ['30', 'days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra'], ['days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram'], ['internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala'], ['hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i'], ['department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also'], ['foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done'], ['hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60'], ['breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60', 'days'], ['kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60', 'days', 'internship'], ['malappuram', 'kerala', 'i', 'also', 'done', '60', 'days', 'internship', 'santhwana'], ['kerala', 'i', 'also', 'done', '60', 'days', 'internship', 'santhwana', 'institute'], ['i', 'also', 'done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling'], ['also', 'done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy'], ['done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin'], ['60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala'], ['days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor']], [['computer'], ['knowledge'], ['proficient'], ['basic'], ['use'], ['ms'], ['office'], ['microsoft'], ['dynamics'], ['ax'], ['software'], ['saiba'], ['softwareeducation'], ['details'], ['mba'], ['distance'], ['education'], ['bharathiar'], ['university'], ['be'], ['pa'], ['college'], ['engineering'], ['technology'], ['hsc'], ['r'], ['v'], ['g'], ['hr'], ['sec'], ['school'], ['ssc'], ['g'], ['hr'], ['sec'], ['school'], ['hr'], ['admin'], ['bharat'], ['skill'], ['details'], ['dynamics'], ['exprience'], ['6'], ['months'], ['dynamics'], ['ax'], ['exprience'], ['6'], ['months'], ['microsoft'], ['dynamics'], ['exprience'], ['6'], ['months'], ['microsoft'], ['dynamics'], ['ax'], ['exprience'], ['6'], ['months'], ['ms'], ['office'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['sri'], ['ramesh'], ['gaarment'], ['description'], ['tirupur'], ['administration'], ['well'], ['clients'], ['service'], ['here'], ['corporate'], ['companies'], ['insured'], ['knowledge'], ['gathered'], ['garments'], ['spinning'], ['mills'], ['feb'], ['2018'], ['still'], ['sri'], ['ramesh'], ['gaarment'], ['tirupur'], ['hr'], ['activities'], ['attendance'], ['maintenance'], ['time'], ['cards'], ['maintenance'], ['staffs'], ['labors'], ['individual'], ['records'], ['maintenance'], ['project'], ['advanced'], ['automobile'], ['collision'], ['avoidance'], ['blackbox'], ['car'], ['computer', 'knowledge'], ['knowledge', 'proficient'], ['proficient', 'basic'], ['basic', 'use'], ['use', 'ms'], ['ms', 'office'], ['office', 'microsoft'], ['microsoft', 'dynamics'], ['dynamics', 'ax'], ['ax', 'software'], ['software', 'saiba'], ['saiba', 'softwareeducation'], ['softwareeducation', 'details'], ['details', 'mba'], ['mba', 'distance'], ['distance', 'education'], ['education', 'bharathiar'], ['bharathiar', 'university'], ['university', 'be'], ['be', 'pa'], ['pa', 'college'], ['college', 'engineering'], ['engineering', 'technology'], ['technology', 'hsc'], ['hsc', 'r'], ['r', 'v'], ['v', 'g'], ['g', 'hr'], ['hr', 'sec'], ['sec', 'school'], ['school', 'ssc'], ['ssc', 'g'], ['g', 'hr'], ['hr', 'sec'], ['sec', 'school'], ['school', 'hr'], ['hr', 'admin'], ['admin', 'bharat'], ['bharat', 'skill'], ['skill', 'details'], ['details', 'dynamics'], ['dynamics', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dynamics'], ['dynamics', 'ax'], ['ax', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'microsoft'], ['microsoft', 'dynamics'], ['dynamics', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'microsoft'], ['microsoft', 'dynamics'], ['dynamics', 'ax'], ['ax', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'sri'], ['sri', 'ramesh'], ['ramesh', 'gaarment'], ['gaarment', 'description'], ['description', 'tirupur'], ['tirupur', 'administration'], ['administration', 'well'], ['well', 'clients'], ['clients', 'service'], ['service', 'here'], ['here', 'corporate'], ['corporate', 'companies'], ['companies', 'insured'], ['insured', 'knowledge'], ['knowledge', 'gathered'], ['gathered', 'garments'], ['garments', 'spinning'], ['spinning', 'mills'], ['mills', 'feb'], ['feb', '2018'], ['2018', 'still'], ['still', 'sri'], ['sri', 'ramesh'], ['ramesh', 'gaarment'], ['gaarment', 'tirupur'], ['tirupur', 'hr'], ['hr', 'activities'], ['activities', 'attendance'], ['attendance', 'maintenance'], ['maintenance', 'time'], ['time', 'cards'], ['cards', 'maintenance'], ['maintenance', 'staffs'], ['staffs', 'labors'], ['labors', 'individual'], ['individual', 'records'], ['records', 'maintenance'], ['maintenance', 'project'], ['project', 'advanced'], ['advanced', 'automobile'], ['automobile', 'collision'], ['collision', 'avoidance'], ['avoidance', 'blackbox'], ['blackbox', 'car'], ['computer', 'knowledge', 'proficient'], ['knowledge', 'proficient', 'basic'], ['proficient', 'basic', 'use'], ['basic', 'use', 'ms'], ['use', 'ms', 'office'], ['ms', 'office', 'microsoft'], ['office', 'microsoft', 'dynamics'], ['microsoft', 'dynamics', 'ax'], ['dynamics', 'ax', 'software'], ['ax', 'software', 'saiba'], ['software', 'saiba', 'softwareeducation'], ['saiba', 'softwareeducation', 'details'], ['softwareeducation', 'details', 'mba'], ['details', 'mba', 'distance'], ['mba', 'distance', 'education'], ['distance', 'education', 'bharathiar'], ['education', 'bharathiar', 'university'], ['bharathiar', 'university', 'be'], ['university', 'be', 'pa'], ['be', 'pa', 'college'], ['pa', 'college', 'engineering'], ['college', 'engineering', 'technology'], ['engineering', 'technology', 'hsc'], ['technology', 'hsc', 'r'], ['hsc', 'r', 'v'], ['r', 'v', 'g'], ['v', 'g', 'hr'], ['g', 'hr', 'sec'], ['hr', 'sec', 'school'], ['sec', 'school', 'ssc'], ['school', 'ssc', 'g'], ['ssc', 'g', 'hr'], ['g', 'hr', 'sec'], ['hr', 'sec', 'school'], ['sec', 'school', 'hr'], ['school', 'hr', 'admin'], ['hr', 'admin', 'bharat'], ['admin', 'bharat', 'skill'], ['bharat', 'skill', 'details'], ['skill', 'details', 'dynamics'], ['details', 'dynamics', 'exprience'], ['dynamics', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'dynamics'], ['months', 'dynamics', 'ax'], ['dynamics', 'ax', 'exprience'], ['ax', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'microsoft'], ['months', 'microsoft', 'dynamics'], ['microsoft', 'dynamics', 'exprience'], ['dynamics', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'microsoft'], ['months', 'microsoft', 'dynamics'], ['microsoft', 'dynamics', 'ax'], ['dynamics', 'ax', 'exprience'], ['ax', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ms'], ['months', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'sri'], ['company', 'sri', 'ramesh'], ['sri', 'ramesh', 'gaarment'], ['ramesh', 'gaarment', 'description'], ['gaarment', 'description', 'tirupur'], ['description', 'tirupur', 'administration'], ['tirupur', 'administration', 'well'], ['administration', 'well', 'clients'], ['well', 'clients', 'service'], ['clients', 'service', 'here'], ['service', 'here', 'corporate'], ['here', 'corporate', 'companies'], ['corporate', 'companies', 'insured'], ['companies', 'insured', 'knowledge'], ['insured', 'knowledge', 'gathered'], ['knowledge', 'gathered', 'garments'], ['gathered', 'garments', 'spinning'], ['garments', 'spinning', 'mills'], ['spinning', 'mills', 'feb'], ['mills', 'feb', '2018'], ['feb', '2018', 'still'], ['2018', 'still', 'sri'], ['still', 'sri', 'ramesh'], ['sri', 'ramesh', 'gaarment'], ['ramesh', 'gaarment', 'tirupur'], ['gaarment', 'tirupur', 'hr'], ['tirupur', 'hr', 'activities'], ['hr', 'activities', 'attendance'], ['activities', 'attendance', 'maintenance'], ['attendance', 'maintenance', 'time'], ['maintenance', 'time', 'cards'], ['time', 'cards', 'maintenance'], ['cards', 'maintenance', 'staffs'], ['maintenance', 'staffs', 'labors'], ['staffs', 'labors', 'individual'], ['labors', 'individual', 'records'], ['individual', 'records', 'maintenance'], ['records', 'maintenance', 'project'], ['maintenance', 'project', 'advanced'], ['project', 'advanced', 'automobile'], ['advanced', 'automobile', 'collision'], ['automobile', 'collision', 'avoidance'], ['collision', 'avoidance', 'blackbox'], ['avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic'], ['knowledge', 'proficient', 'basic', 'use'], ['proficient', 'basic', 'use', 'ms'], ['basic', 'use', 'ms', 'office'], ['use', 'ms', 'office', 'microsoft'], ['ms', 'office', 'microsoft', 'dynamics'], ['office', 'microsoft', 'dynamics', 'ax'], ['microsoft', 'dynamics', 'ax', 'software'], ['dynamics', 'ax', 'software', 'saiba'], ['ax', 'software', 'saiba', 'softwareeducation'], ['software', 'saiba', 'softwareeducation', 'details'], ['saiba', 'softwareeducation', 'details', 'mba'], ['softwareeducation', 'details', 'mba', 'distance'], ['details', 'mba', 'distance', 'education'], ['mba', 'distance', 'education', 'bharathiar'], ['distance', 'education', 'bharathiar', 'university'], ['education', 'bharathiar', 'university', 'be'], ['bharathiar', 'university', 'be', 'pa'], ['university', 'be', 'pa', 'college'], ['be', 'pa', 'college', 'engineering'], ['pa', 'college', 'engineering', 'technology'], ['college', 'engineering', 'technology', 'hsc'], ['engineering', 'technology', 'hsc', 'r'], ['technology', 'hsc', 'r', 'v'], ['hsc', 'r', 'v', 'g'], ['r', 'v', 'g', 'hr'], ['v', 'g', 'hr', 'sec'], ['g', 'hr', 'sec', 'school'], ['hr', 'sec', 'school', 'ssc'], ['sec', 'school', 'ssc', 'g'], ['school', 'ssc', 'g', 'hr'], ['ssc', 'g', 'hr', 'sec'], ['g', 'hr', 'sec', 'school'], ['hr', 'sec', 'school', 'hr'], ['sec', 'school', 'hr', 'admin'], ['school', 'hr', 'admin', 'bharat'], ['hr', 'admin', 'bharat', 'skill'], ['admin', 'bharat', 'skill', 'details'], ['bharat', 'skill', 'details', 'dynamics'], ['skill', 'details', 'dynamics', 'exprience'], ['details', 'dynamics', 'exprience', '6'], ['dynamics', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dynamics'], ['6', 'months', 'dynamics', 'ax'], ['months', 'dynamics', 'ax', 'exprience'], ['dynamics', 'ax', 'exprience', '6'], ['ax', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'microsoft'], ['6', 'months', 'microsoft', 'dynamics'], ['months', 'microsoft', 'dynamics', 'exprience'], ['microsoft', 'dynamics', 'exprience', '6'], ['dynamics', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'microsoft'], ['6', 'months', 'microsoft', 'dynamics'], ['months', 'microsoft', 'dynamics', 'ax'], ['microsoft', 'dynamics', 'ax', 'exprience'], ['dynamics', 'ax', 'exprience', '6'], ['ax', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ms'], ['6', 'months', 'ms', 'office'], ['months', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', '6'], ['office', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'sri'], ['details', 'company', 'sri', 'ramesh'], ['company', 'sri', 'ramesh', 'gaarment'], ['sri', 'ramesh', 'gaarment', 'description'], ['ramesh', 'gaarment', 'description', 'tirupur'], ['gaarment', 'description', 'tirupur', 'administration'], ['description', 'tirupur', 'administration', 'well'], ['tirupur', 'administration', 'well', 'clients'], ['administration', 'well', 'clients', 'service'], ['well', 'clients', 'service', 'here'], ['clients', 'service', 'here', 'corporate'], ['service', 'here', 'corporate', 'companies'], ['here', 'corporate', 'companies', 'insured'], ['corporate', 'companies', 'insured', 'knowledge'], ['companies', 'insured', 'knowledge', 'gathered'], ['insured', 'knowledge', 'gathered', 'garments'], ['knowledge', 'gathered', 'garments', 'spinning'], ['gathered', 'garments', 'spinning', 'mills'], ['garments', 'spinning', 'mills', 'feb'], ['spinning', 'mills', 'feb', '2018'], ['mills', 'feb', '2018', 'still'], ['feb', '2018', 'still', 'sri'], ['2018', 'still', 'sri', 'ramesh'], ['still', 'sri', 'ramesh', 'gaarment'], ['sri', 'ramesh', 'gaarment', 'tirupur'], ['ramesh', 'gaarment', 'tirupur', 'hr'], ['gaarment', 'tirupur', 'hr', 'activities'], ['tirupur', 'hr', 'activities', 'attendance'], ['hr', 'activities', 'attendance', 'maintenance'], ['activities', 'attendance', 'maintenance', 'time'], ['attendance', 'maintenance', 'time', 'cards'], ['maintenance', 'time', 'cards', 'maintenance'], ['time', 'cards', 'maintenance', 'staffs'], ['cards', 'maintenance', 'staffs', 'labors'], ['maintenance', 'staffs', 'labors', 'individual'], ['staffs', 'labors', 'individual', 'records'], ['labors', 'individual', 'records', 'maintenance'], ['individual', 'records', 'maintenance', 'project'], ['records', 'maintenance', 'project', 'advanced'], ['maintenance', 'project', 'advanced', 'automobile'], ['project', 'advanced', 'automobile', 'collision'], ['advanced', 'automobile', 'collision', 'avoidance'], ['automobile', 'collision', 'avoidance', 'blackbox'], ['collision', 'avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic', 'use'], ['knowledge', 'proficient', 'basic', 'use', 'ms'], ['proficient', 'basic', 'use', 'ms', 'office'], ['basic', 'use', 'ms', 'office', 'microsoft'], ['use', 'ms', 'office', 'microsoft', 'dynamics'], ['ms', 'office', 'microsoft', 'dynamics', 'ax'], ['office', 'microsoft', 'dynamics', 'ax', 'software'], ['microsoft', 'dynamics', 'ax', 'software', 'saiba'], ['dynamics', 'ax', 'software', 'saiba', 'softwareeducation'], ['ax', 'software', 'saiba', 'softwareeducation', 'details'], ['software', 'saiba', 'softwareeducation', 'details', 'mba'], ['saiba', 'softwareeducation', 'details', 'mba', 'distance'], ['softwareeducation', 'details', 'mba', 'distance', 'education'], ['details', 'mba', 'distance', 'education', 'bharathiar'], ['mba', 'distance', 'education', 'bharathiar', 'university'], ['distance', 'education', 'bharathiar', 'university', 'be'], ['education', 'bharathiar', 'university', 'be', 'pa'], ['bharathiar', 'university', 'be', 'pa', 'college'], ['university', 'be', 'pa', 'college', 'engineering'], ['be', 'pa', 'college', 'engineering', 'technology'], ['pa', 'college', 'engineering', 'technology', 'hsc'], ['college', 'engineering', 'technology', 'hsc', 'r'], ['engineering', 'technology', 'hsc', 'r', 'v'], ['technology', 'hsc', 'r', 'v', 'g'], ['hsc', 'r', 'v', 'g', 'hr'], ['r', 'v', 'g', 'hr', 'sec'], ['v', 'g', 'hr', 'sec', 'school'], ['g', 'hr', 'sec', 'school', 'ssc'], ['hr', 'sec', 'school', 'ssc', 'g'], ['sec', 'school', 'ssc', 'g', 'hr'], ['school', 'ssc', 'g', 'hr', 'sec'], ['ssc', 'g', 'hr', 'sec', 'school'], ['g', 'hr', 'sec', 'school', 'hr'], ['hr', 'sec', 'school', 'hr', 'admin'], ['sec', 'school', 'hr', 'admin', 'bharat'], ['school', 'hr', 'admin', 'bharat', 'skill'], ['hr', 'admin', 'bharat', 'skill', 'details'], ['admin', 'bharat', 'skill', 'details', 'dynamics'], ['bharat', 'skill', 'details', 'dynamics', 'exprience'], ['skill', 'details', 'dynamics', 'exprience', '6'], ['details', 'dynamics', 'exprience', '6', 'months'], ['dynamics', 'exprience', '6', 'months', 'dynamics'], ['exprience', '6', 'months', 'dynamics', 'ax'], ['6', 'months', 'dynamics', 'ax', 'exprience'], ['months', 'dynamics', 'ax', 'exprience', '6'], ['dynamics', 'ax', 'exprience', '6', 'months'], ['ax', 'exprience', '6', 'months', 'microsoft'], ['exprience', '6', 'months', 'microsoft', 'dynamics'], ['6', 'months', 'microsoft', 'dynamics', 'exprience'], ['months', 'microsoft', 'dynamics', 'exprience', '6'], ['microsoft', 'dynamics', 'exprience', '6', 'months'], ['dynamics', 'exprience', '6', 'months', 'microsoft'], ['exprience', '6', 'months', 'microsoft', 'dynamics'], ['6', 'months', 'microsoft', 'dynamics', 'ax'], ['months', 'microsoft', 'dynamics', 'ax', 'exprience'], ['microsoft', 'dynamics', 'ax', 'exprience', '6'], ['dynamics', 'ax', 'exprience', '6', 'months'], ['ax', 'exprience', '6', 'months', 'ms'], ['exprience', '6', 'months', 'ms', 'office'], ['6', 'months', 'ms', 'office', 'exprience'], ['months', 'ms', 'office', 'exprience', '6'], ['ms', 'office', 'exprience', '6', 'monthscompany'], ['office', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'sri'], ['monthscompany', 'details', 'company', 'sri', 'ramesh'], ['details', 'company', 'sri', 'ramesh', 'gaarment'], ['company', 'sri', 'ramesh', 'gaarment', 'description'], ['sri', 'ramesh', 'gaarment', 'description', 'tirupur'], ['ramesh', 'gaarment', 'description', 'tirupur', 'administration'], ['gaarment', 'description', 'tirupur', 'administration', 'well'], ['description', 'tirupur', 'administration', 'well', 'clients'], ['tirupur', 'administration', 'well', 'clients', 'service'], ['administration', 'well', 'clients', 'service', 'here'], ['well', 'clients', 'service', 'here', 'corporate'], ['clients', 'service', 'here', 'corporate', 'companies'], ['service', 'here', 'corporate', 'companies', 'insured'], ['here', 'corporate', 'companies', 'insured', 'knowledge'], ['corporate', 'companies', 'insured', 'knowledge', 'gathered'], ['companies', 'insured', 'knowledge', 'gathered', 'garments'], ['insured', 'knowledge', 'gathered', 'garments', 'spinning'], ['knowledge', 'gathered', 'garments', 'spinning', 'mills'], ['gathered', 'garments', 'spinning', 'mills', 'feb'], ['garments', 'spinning', 'mills', 'feb', '2018'], ['spinning', 'mills', 'feb', '2018', 'still'], ['mills', 'feb', '2018', 'still', 'sri'], ['feb', '2018', 'still', 'sri', 'ramesh'], ['2018', 'still', 'sri', 'ramesh', 'gaarment'], ['still', 'sri', 'ramesh', 'gaarment', 'tirupur'], ['sri', 'ramesh', 'gaarment', 'tirupur', 'hr'], ['ramesh', 'gaarment', 'tirupur', 'hr', 'activities'], ['gaarment', 'tirupur', 'hr', 'activities', 'attendance'], ['tirupur', 'hr', 'activities', 'attendance', 'maintenance'], ['hr', 'activities', 'attendance', 'maintenance', 'time'], ['activities', 'attendance', 'maintenance', 'time', 'cards'], ['attendance', 'maintenance', 'time', 'cards', 'maintenance'], ['maintenance', 'time', 'cards', 'maintenance', 'staffs'], ['time', 'cards', 'maintenance', 'staffs', 'labors'], ['cards', 'maintenance', 'staffs', 'labors', 'individual'], ['maintenance', 'staffs', 'labors', 'individual', 'records'], ['staffs', 'labors', 'individual', 'records', 'maintenance'], ['labors', 'individual', 'records', 'maintenance', 'project'], ['individual', 'records', 'maintenance', 'project', 'advanced'], ['records', 'maintenance', 'project', 'advanced', 'automobile'], ['maintenance', 'project', 'advanced', 'automobile', 'collision'], ['project', 'advanced', 'automobile', 'collision', 'avoidance'], ['advanced', 'automobile', 'collision', 'avoidance', 'blackbox'], ['automobile', 'collision', 'avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic', 'use', 'ms'], ['knowledge', 'proficient', 'basic', 'use', 'ms', 'office'], ['proficient', 'basic', 'use', 'ms', 'office', 'microsoft'], ['basic', 'use', 'ms', 'office', 'microsoft', 'dynamics'], ['use', 'ms', 'office', 'microsoft', 'dynamics', 'ax'], ['ms', 'office', 'microsoft', 'dynamics', 'ax', 'software'], ['office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba'], ['microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation'], ['dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details'], ['ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba'], ['software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance'], ['saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education'], ['softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar'], ['details', 'mba', 'distance', 'education', 'bharathiar', 'university'], ['mba', 'distance', 'education', 'bharathiar', 'university', 'be'], ['distance', 'education', 'bharathiar', 'university', 'be', 'pa'], ['education', 'bharathiar', 'university', 'be', 'pa', 'college'], ['bharathiar', 'university', 'be', 'pa', 'college', 'engineering'], ['university', 'be', 'pa', 'college', 'engineering', 'technology'], ['be', 'pa', 'college', 'engineering', 'technology', 'hsc'], ['pa', 'college', 'engineering', 'technology', 'hsc', 'r'], ['college', 'engineering', 'technology', 'hsc', 'r', 'v'], ['engineering', 'technology', 'hsc', 'r', 'v', 'g'], ['technology', 'hsc', 'r', 'v', 'g', 'hr'], ['hsc', 'r', 'v', 'g', 'hr', 'sec'], ['r', 'v', 'g', 'hr', 'sec', 'school'], ['v', 'g', 'hr', 'sec', 'school', 'ssc'], ['g', 'hr', 'sec', 'school', 'ssc', 'g'], ['hr', 'sec', 'school', 'ssc', 'g', 'hr'], ['sec', 'school', 'ssc', 'g', 'hr', 'sec'], ['school', 'ssc', 'g', 'hr', 'sec', 'school'], ['ssc', 'g', 'hr', 'sec', 'school', 'hr'], ['g', 'hr', 'sec', 'school', 'hr', 'admin'], ['hr', 'sec', 'school', 'hr', 'admin', 'bharat'], ['sec', 'school', 'hr', 'admin', 'bharat', 'skill'], ['school', 'hr', 'admin', 'bharat', 'skill', 'details'], ['hr', 'admin', 'bharat', 'skill', 'details', 'dynamics'], ['admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience'], ['bharat', 'skill', 'details', 'dynamics', 'exprience', '6'], ['skill', 'details', 'dynamics', 'exprience', '6', 'months'], ['details', 'dynamics', 'exprience', '6', 'months', 'dynamics'], ['dynamics', 'exprience', '6', 'months', 'dynamics', 'ax'], ['exprience', '6', 'months', 'dynamics', 'ax', 'exprience'], ['6', 'months', 'dynamics', 'ax', 'exprience', '6'], ['months', 'dynamics', 'ax', 'exprience', '6', 'months'], ['dynamics', 'ax', 'exprience', '6', 'months', 'microsoft'], ['ax', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience'], ['6', 'months', 'microsoft', 'dynamics', 'exprience', '6'], ['months', 'microsoft', 'dynamics', 'exprience', '6', 'months'], ['microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft'], ['dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'ax'], ['6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience'], ['months', 'microsoft', 'dynamics', 'ax', 'exprience', '6'], ['microsoft', 'dynamics', 'ax', 'exprience', '6', 'months'], ['dynamics', 'ax', 'exprience', '6', 'months', 'ms'], ['ax', 'exprience', '6', 'months', 'ms', 'office'], ['exprience', '6', 'months', 'ms', 'office', 'exprience'], ['6', 'months', 'ms', 'office', 'exprience', '6'], ['months', 'ms', 'office', 'exprience', '6', 'monthscompany'], ['ms', 'office', 'exprience', '6', 'monthscompany', 'details'], ['office', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'sri'], ['6', 'monthscompany', 'details', 'company', 'sri', 'ramesh'], ['monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment'], ['details', 'company', 'sri', 'ramesh', 'gaarment', 'description'], ['company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur'], ['sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration'], ['ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well'], ['gaarment', 'description', 'tirupur', 'administration', 'well', 'clients'], ['description', 'tirupur', 'administration', 'well', 'clients', 'service'], ['tirupur', 'administration', 'well', 'clients', 'service', 'here'], ['administration', 'well', 'clients', 'service', 'here', 'corporate'], ['well', 'clients', 'service', 'here', 'corporate', 'companies'], ['clients', 'service', 'here', 'corporate', 'companies', 'insured'], ['service', 'here', 'corporate', 'companies', 'insured', 'knowledge'], ['here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered'], ['corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments'], ['companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning'], ['insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills'], ['knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb'], ['gathered', 'garments', 'spinning', 'mills', 'feb', '2018'], ['garments', 'spinning', 'mills', 'feb', '2018', 'still'], ['spinning', 'mills', 'feb', '2018', 'still', 'sri'], ['mills', 'feb', '2018', 'still', 'sri', 'ramesh'], ['feb', '2018', 'still', 'sri', 'ramesh', 'gaarment'], ['2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur'], ['still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr'], ['sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities'], ['ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance'], ['gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance'], ['tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time'], ['hr', 'activities', 'attendance', 'maintenance', 'time', 'cards'], ['activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance'], ['attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs'], ['maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors'], ['time', 'cards', 'maintenance', 'staffs', 'labors', 'individual'], ['cards', 'maintenance', 'staffs', 'labors', 'individual', 'records'], ['maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance'], ['staffs', 'labors', 'individual', 'records', 'maintenance', 'project'], ['labors', 'individual', 'records', 'maintenance', 'project', 'advanced'], ['individual', 'records', 'maintenance', 'project', 'advanced', 'automobile'], ['records', 'maintenance', 'project', 'advanced', 'automobile', 'collision'], ['maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance'], ['project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox'], ['advanced', 'automobile', 'collision', 'avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic', 'use', 'ms', 'office'], ['knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft'], ['proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics'], ['basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax'], ['use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software'], ['ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba'], ['office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation'], ['microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details'], ['dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba'], ['ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance'], ['software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education'], ['saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar'], ['softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university'], ['details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be'], ['mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa'], ['distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college'], ['education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering'], ['bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology'], ['university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc'], ['be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r'], ['pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v'], ['college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g'], ['engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr'], ['technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec'], ['hsc', 'r', 'v', 'g', 'hr', 'sec', 'school'], ['r', 'v', 'g', 'hr', 'sec', 'school', 'ssc'], ['v', 'g', 'hr', 'sec', 'school', 'ssc', 'g'], ['g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr'], ['hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec'], ['sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school'], ['school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr'], ['ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin'], ['g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat'], ['hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill'], ['sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details'], ['school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics'], ['hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience'], ['admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6'], ['bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months'], ['skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics'], ['details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax'], ['dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience'], ['exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6'], ['6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months'], ['months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft'], ['dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6'], ['6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months'], ['months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft'], ['microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience'], ['6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6'], ['months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months'], ['microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms'], ['dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office'], ['ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience'], ['exprience', '6', 'months', 'ms', 'office', 'exprience', '6'], ['6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany'], ['months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details'], ['ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company'], ['office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri'], ['exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh'], ['6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment'], ['monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description'], ['details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur'], ['company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration'], ['sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well'], ['ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients'], ['gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service'], ['description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here'], ['tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate'], ['administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies'], ['well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured'], ['clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge'], ['service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered'], ['here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments'], ['corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning'], ['companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills'], ['insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb'], ['knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018'], ['gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still'], ['garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri'], ['spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh'], ['mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment'], ['feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur'], ['2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr'], ['still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities'], ['sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance'], ['ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance'], ['gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time'], ['tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards'], ['hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance'], ['activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs'], ['attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors'], ['maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual'], ['time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records'], ['cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance'], ['maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project'], ['staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced'], ['labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile'], ['individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision'], ['records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance'], ['maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox'], ['project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft'], ['knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics'], ['proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax'], ['basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software'], ['use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba'], ['ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation'], ['office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details'], ['microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba'], ['dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance'], ['ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education'], ['software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar'], ['saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university'], ['softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be'], ['details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa'], ['mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college'], ['distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering'], ['education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology'], ['bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc'], ['university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r'], ['be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v'], ['pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g'], ['college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr'], ['engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec'], ['technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec', 'school'], ['hsc', 'r', 'v', 'g', 'hr', 'sec', 'school', 'ssc'], ['r', 'v', 'g', 'hr', 'sec', 'school', 'ssc', 'g'], ['v', 'g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr'], ['g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec'], ['hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school'], ['sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr'], ['school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin'], ['ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat'], ['g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill'], ['hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details'], ['sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics'], ['school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience'], ['hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6'], ['admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months'], ['bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics'], ['skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax'], ['details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience'], ['dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6'], ['exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months'], ['6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft'], ['months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience'], ['ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months'], ['6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft'], ['months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax'], ['dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6'], ['6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months'], ['months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms'], ['microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office'], ['dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience'], ['ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6'], ['exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany'], ['6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details'], ['months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company'], ['ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri'], ['office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh'], ['exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment'], ['6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description'], ['monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur'], ['details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration'], ['company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well'], ['sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients'], ['ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service'], ['gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here'], ['description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate'], ['tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies'], ['administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured'], ['well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge'], ['clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered'], ['service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments'], ['here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning'], ['corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills'], ['companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb'], ['insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018'], ['knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still'], ['gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri'], ['garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh'], ['spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment'], ['mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur'], ['feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr'], ['2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities'], ['still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance'], ['sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance'], ['ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time'], ['gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards'], ['tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance'], ['hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs'], ['activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors'], ['attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual'], ['maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records'], ['time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance'], ['cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project'], ['maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced'], ['staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile'], ['labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision'], ['individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance'], ['records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox'], ['maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox', 'car'], ['computer', 'knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics'], ['knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax'], ['proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software'], ['basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba'], ['use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation'], ['ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details'], ['office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba'], ['microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance'], ['dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education'], ['ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar'], ['software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university'], ['saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be'], ['softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa'], ['details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college'], ['mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering'], ['distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology'], ['education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc'], ['bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r'], ['university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v'], ['be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g'], ['pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr'], ['college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec'], ['engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec', 'school'], ['technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec', 'school', 'ssc'], ['hsc', 'r', 'v', 'g', 'hr', 'sec', 'school', 'ssc', 'g'], ['r', 'v', 'g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr'], ['v', 'g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec'], ['g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school'], ['hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr'], ['sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin'], ['school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat'], ['ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill'], ['g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details'], ['hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics'], ['sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience'], ['school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6'], ['hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months'], ['admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics'], ['bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax'], ['skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience'], ['details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6'], ['dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft'], ['6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience'], ['dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6'], ['ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft'], ['6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics'], ['months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax'], ['microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience'], ['dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6'], ['exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months'], ['6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms'], ['months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office'], ['microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience'], ['dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6'], ['ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri'], ['ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh'], ['office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment'], ['exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description'], ['6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur'], ['monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration'], ['details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well'], ['company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients'], ['sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service'], ['ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here'], ['gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate'], ['description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies'], ['tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured'], ['administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge'], ['well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered'], ['clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments'], ['service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning'], ['here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills'], ['corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb'], ['companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018'], ['insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still'], ['knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri'], ['gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh'], ['garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment'], ['spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur'], ['mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr'], ['feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities'], ['2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance'], ['still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance'], ['sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time'], ['ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards'], ['gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance'], ['tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs'], ['hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors'], ['activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual'], ['attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records'], ['maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance'], ['time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project'], ['cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced'], ['maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile'], ['staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision'], ['labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance'], ['individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox'], ['records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox', 'car']], [['software'], ['skills'], ['general'], ['computer'], ['proficiency'], ['program'], ['langages'], ['known'], ['c'], ['c'], ['java'], ['web'], ['programming'], ['tools'], ['software'], ['know'], ['matlab'], ['dbms'], ['key'], ['strengths'], ['posse'], ['good'], ['communication'], ['analytic'], ['skills'], ['positive'], ['thinking'], ['sincere'], ['hard'], ['work'], ['honesty'], ['responsibility'], ['enthusiastic'], ['learn'], ['new'], ['skills'], ['take'], ['new'], ['tasks'], ['self'], ['motivated'], ['ready'], ['ept'], ['challenges'], ['education'], ['details'], ['january'], ['2014'], ['january'], ['2017'], ['be'], ['computer'], ['science'], ['engineering'], ['computer'], ['science'], ['engineering'], ['adichunchanagiri'], ['institute'], ['technology'], ['chikmagalur'], ['hr'], ['skill'], ['details'], ['database'], ['management'], ['system'], ['exprience'], ['6'], ['months'], ['dbms'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['6'], ['months'], ['matlab'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['yours'], ['truly'], ['description'], ['jayashree'], ['h'], ['k'], ['software', 'skills'], ['skills', 'general'], ['general', 'computer'], ['computer', 'proficiency'], ['proficiency', 'program'], ['program', 'langages'], ['langages', 'known'], ['known', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'web'], ['web', 'programming'], ['programming', 'tools'], ['tools', 'software'], ['software', 'know'], ['know', 'matlab'], ['matlab', 'dbms'], ['dbms', 'key'], ['key', 'strengths'], ['strengths', 'posse'], ['posse', 'good'], ['good', 'communication'], ['communication', 'analytic'], ['analytic', 'skills'], ['skills', 'positive'], ['positive', 'thinking'], ['thinking', 'sincere'], ['sincere', 'hard'], ['hard', 'work'], ['work', 'honesty'], ['honesty', 'responsibility'], ['responsibility', 'enthusiastic'], ['enthusiastic', 'learn'], ['learn', 'new'], ['new', 'skills'], ['skills', 'take'], ['take', 'new'], ['new', 'tasks'], ['tasks', 'self'], ['self', 'motivated'], ['motivated', 'ready'], ['ready', 'ept'], ['ept', 'challenges'], ['challenges', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'january'], ['january', '2017'], ['2017', 'be'], ['be', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'adichunchanagiri'], ['adichunchanagiri', 'institute'], ['institute', 'technology'], ['technology', 'chikmagalur'], ['chikmagalur', 'hr'], ['hr', 'skill'], ['skill', 'details'], ['details', 'database'], ['database', 'management'], ['management', 'system'], ['system', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dbms'], ['dbms', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'matlab'], ['matlab', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'yours'], ['yours', 'truly'], ['truly', 'description'], ['description', 'jayashree'], ['jayashree', 'h'], ['h', 'k'], ['software', 'skills', 'general'], ['skills', 'general', 'computer'], ['general', 'computer', 'proficiency'], ['computer', 'proficiency', 'program'], ['proficiency', 'program', 'langages'], ['program', 'langages', 'known'], ['langages', 'known', 'c'], ['known', 'c', 'c'], ['c', 'c', 'java'], ['c', 'java', 'web'], ['java', 'web', 'programming'], ['web', 'programming', 'tools'], ['programming', 'tools', 'software'], ['tools', 'software', 'know'], ['software', 'know', 'matlab'], ['know', 'matlab', 'dbms'], ['matlab', 'dbms', 'key'], ['dbms', 'key', 'strengths'], ['key', 'strengths', 'posse'], ['strengths', 'posse', 'good'], ['posse', 'good', 'communication'], ['good', 'communication', 'analytic'], ['communication', 'analytic', 'skills'], ['analytic', 'skills', 'positive'], ['skills', 'positive', 'thinking'], ['positive', 'thinking', 'sincere'], ['thinking', 'sincere', 'hard'], ['sincere', 'hard', 'work'], ['hard', 'work', 'honesty'], ['work', 'honesty', 'responsibility'], ['honesty', 'responsibility', 'enthusiastic'], ['responsibility', 'enthusiastic', 'learn'], ['enthusiastic', 'learn', 'new'], ['learn', 'new', 'skills'], ['new', 'skills', 'take'], ['skills', 'take', 'new'], ['take', 'new', 'tasks'], ['new', 'tasks', 'self'], ['tasks', 'self', 'motivated'], ['self', 'motivated', 'ready'], ['motivated', 'ready', 'ept'], ['ready', 'ept', 'challenges'], ['ept', 'challenges', 'education'], ['challenges', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'january'], ['2014', 'january', '2017'], ['january', '2017', 'be'], ['2017', 'be', 'computer'], ['be', 'computer', 'science'], ['computer', 'science', 'engineering'], ['science', 'engineering', 'computer'], ['engineering', 'computer', 'science'], ['computer', 'science', 'engineering'], ['science', 'engineering', 'adichunchanagiri'], ['engineering', 'adichunchanagiri', 'institute'], ['adichunchanagiri', 'institute', 'technology'], ['institute', 'technology', 'chikmagalur'], ['technology', 'chikmagalur', 'hr'], ['chikmagalur', 'hr', 'skill'], ['hr', 'skill', 'details'], ['skill', 'details', 'database'], ['details', 'database', 'management'], ['database', 'management', 'system'], ['management', 'system', 'exprience'], ['system', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'dbms'], ['months', 'dbms', 'exprience'], ['dbms', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'matlab'], ['months', 'matlab', 'exprience'], ['matlab', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'yours'], ['company', 'yours', 'truly'], ['yours', 'truly', 'description'], ['truly', 'description', 'jayashree'], ['description', 'jayashree', 'h'], ['jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer'], ['skills', 'general', 'computer', 'proficiency'], ['general', 'computer', 'proficiency', 'program'], ['computer', 'proficiency', 'program', 'langages'], ['proficiency', 'program', 'langages', 'known'], ['program', 'langages', 'known', 'c'], ['langages', 'known', 'c', 'c'], ['known', 'c', 'c', 'java'], ['c', 'c', 'java', 'web'], ['c', 'java', 'web', 'programming'], ['java', 'web', 'programming', 'tools'], ['web', 'programming', 'tools', 'software'], ['programming', 'tools', 'software', 'know'], ['tools', 'software', 'know', 'matlab'], ['software', 'know', 'matlab', 'dbms'], ['know', 'matlab', 'dbms', 'key'], ['matlab', 'dbms', 'key', 'strengths'], ['dbms', 'key', 'strengths', 'posse'], ['key', 'strengths', 'posse', 'good'], ['strengths', 'posse', 'good', 'communication'], ['posse', 'good', 'communication', 'analytic'], ['good', 'communication', 'analytic', 'skills'], ['communication', 'analytic', 'skills', 'positive'], ['analytic', 'skills', 'positive', 'thinking'], ['skills', 'positive', 'thinking', 'sincere'], ['positive', 'thinking', 'sincere', 'hard'], ['thinking', 'sincere', 'hard', 'work'], ['sincere', 'hard', 'work', 'honesty'], ['hard', 'work', 'honesty', 'responsibility'], ['work', 'honesty', 'responsibility', 'enthusiastic'], ['honesty', 'responsibility', 'enthusiastic', 'learn'], ['responsibility', 'enthusiastic', 'learn', 'new'], ['enthusiastic', 'learn', 'new', 'skills'], ['learn', 'new', 'skills', 'take'], ['new', 'skills', 'take', 'new'], ['skills', 'take', 'new', 'tasks'], ['take', 'new', 'tasks', 'self'], ['new', 'tasks', 'self', 'motivated'], ['tasks', 'self', 'motivated', 'ready'], ['self', 'motivated', 'ready', 'ept'], ['motivated', 'ready', 'ept', 'challenges'], ['ready', 'ept', 'challenges', 'education'], ['ept', 'challenges', 'education', 'details'], ['challenges', 'education', 'details', 'january'], ['education', 'details', 'january', '2014'], ['details', 'january', '2014', 'january'], ['january', '2014', 'january', '2017'], ['2014', 'january', '2017', 'be'], ['january', '2017', 'be', 'computer'], ['2017', 'be', 'computer', 'science'], ['be', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'computer'], ['science', 'engineering', 'computer', 'science'], ['engineering', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'adichunchanagiri'], ['science', 'engineering', 'adichunchanagiri', 'institute'], ['engineering', 'adichunchanagiri', 'institute', 'technology'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['institute', 'technology', 'chikmagalur', 'hr'], ['technology', 'chikmagalur', 'hr', 'skill'], ['chikmagalur', 'hr', 'skill', 'details'], ['hr', 'skill', 'details', 'database'], ['skill', 'details', 'database', 'management'], ['details', 'database', 'management', 'system'], ['database', 'management', 'system', 'exprience'], ['management', 'system', 'exprience', '6'], ['system', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms'], ['6', 'months', 'dbms', 'exprience'], ['months', 'dbms', 'exprience', '6'], ['dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'matlab'], ['6', 'months', 'matlab', 'exprience'], ['months', 'matlab', 'exprience', '6'], ['matlab', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'yours'], ['details', 'company', 'yours', 'truly'], ['company', 'yours', 'truly', 'description'], ['yours', 'truly', 'description', 'jayashree'], ['truly', 'description', 'jayashree', 'h'], ['description', 'jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer', 'proficiency'], ['skills', 'general', 'computer', 'proficiency', 'program'], ['general', 'computer', 'proficiency', 'program', 'langages'], ['computer', 'proficiency', 'program', 'langages', 'known'], ['proficiency', 'program', 'langages', 'known', 'c'], ['program', 'langages', 'known', 'c', 'c'], ['langages', 'known', 'c', 'c', 'java'], ['known', 'c', 'c', 'java', 'web'], ['c', 'c', 'java', 'web', 'programming'], ['c', 'java', 'web', 'programming', 'tools'], ['java', 'web', 'programming', 'tools', 'software'], ['web', 'programming', 'tools', 'software', 'know'], ['programming', 'tools', 'software', 'know', 'matlab'], ['tools', 'software', 'know', 'matlab', 'dbms'], ['software', 'know', 'matlab', 'dbms', 'key'], ['know', 'matlab', 'dbms', 'key', 'strengths'], ['matlab', 'dbms', 'key', 'strengths', 'posse'], ['dbms', 'key', 'strengths', 'posse', 'good'], ['key', 'strengths', 'posse', 'good', 'communication'], ['strengths', 'posse', 'good', 'communication', 'analytic'], ['posse', 'good', 'communication', 'analytic', 'skills'], ['good', 'communication', 'analytic', 'skills', 'positive'], ['communication', 'analytic', 'skills', 'positive', 'thinking'], ['analytic', 'skills', 'positive', 'thinking', 'sincere'], ['skills', 'positive', 'thinking', 'sincere', 'hard'], ['positive', 'thinking', 'sincere', 'hard', 'work'], ['thinking', 'sincere', 'hard', 'work', 'honesty'], ['sincere', 'hard', 'work', 'honesty', 'responsibility'], ['hard', 'work', 'honesty', 'responsibility', 'enthusiastic'], ['work', 'honesty', 'responsibility', 'enthusiastic', 'learn'], ['honesty', 'responsibility', 'enthusiastic', 'learn', 'new'], ['responsibility', 'enthusiastic', 'learn', 'new', 'skills'], ['enthusiastic', 'learn', 'new', 'skills', 'take'], ['learn', 'new', 'skills', 'take', 'new'], ['new', 'skills', 'take', 'new', 'tasks'], ['skills', 'take', 'new', 'tasks', 'self'], ['take', 'new', 'tasks', 'self', 'motivated'], ['new', 'tasks', 'self', 'motivated', 'ready'], ['tasks', 'self', 'motivated', 'ready', 'ept'], ['self', 'motivated', 'ready', 'ept', 'challenges'], ['motivated', 'ready', 'ept', 'challenges', 'education'], ['ready', 'ept', 'challenges', 'education', 'details'], ['ept', 'challenges', 'education', 'details', 'january'], ['challenges', 'education', 'details', 'january', '2014'], ['education', 'details', 'january', '2014', 'january'], ['details', 'january', '2014', 'january', '2017'], ['january', '2014', 'january', '2017', 'be'], ['2014', 'january', '2017', 'be', 'computer'], ['january', '2017', 'be', 'computer', 'science'], ['2017', 'be', 'computer', 'science', 'engineering'], ['be', 'computer', 'science', 'engineering', 'computer'], ['computer', 'science', 'engineering', 'computer', 'science'], ['science', 'engineering', 'computer', 'science', 'engineering'], ['engineering', 'computer', 'science', 'engineering', 'adichunchanagiri'], ['computer', 'science', 'engineering', 'adichunchanagiri', 'institute'], ['science', 'engineering', 'adichunchanagiri', 'institute', 'technology'], ['engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr'], ['institute', 'technology', 'chikmagalur', 'hr', 'skill'], ['technology', 'chikmagalur', 'hr', 'skill', 'details'], ['chikmagalur', 'hr', 'skill', 'details', 'database'], ['hr', 'skill', 'details', 'database', 'management'], ['skill', 'details', 'database', 'management', 'system'], ['details', 'database', 'management', 'system', 'exprience'], ['database', 'management', 'system', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms'], ['exprience', '6', 'months', 'dbms', 'exprience'], ['6', 'months', 'dbms', 'exprience', '6'], ['months', 'dbms', 'exprience', '6', 'months'], ['dbms', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'java', 'exprience', '6'], ['months', 'java', 'exprience', '6', 'months'], ['java', 'exprience', '6', 'months', 'matlab'], ['exprience', '6', 'months', 'matlab', 'exprience'], ['6', 'months', 'matlab', 'exprience', '6'], ['months', 'matlab', 'exprience', '6', 'monthscompany'], ['matlab', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'yours'], ['monthscompany', 'details', 'company', 'yours', 'truly'], ['details', 'company', 'yours', 'truly', 'description'], ['company', 'yours', 'truly', 'description', 'jayashree'], ['yours', 'truly', 'description', 'jayashree', 'h'], ['truly', 'description', 'jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer', 'proficiency', 'program'], ['skills', 'general', 'computer', 'proficiency', 'program', 'langages'], ['general', 'computer', 'proficiency', 'program', 'langages', 'known'], ['computer', 'proficiency', 'program', 'langages', 'known', 'c'], ['proficiency', 'program', 'langages', 'known', 'c', 'c'], ['program', 'langages', 'known', 'c', 'c', 'java'], ['langages', 'known', 'c', 'c', 'java', 'web'], ['known', 'c', 'c', 'java', 'web', 'programming'], ['c', 'c', 'java', 'web', 'programming', 'tools'], ['c', 'java', 'web', 'programming', 'tools', 'software'], ['java', 'web', 'programming', 'tools', 'software', 'know'], ['web', 'programming', 'tools', 'software', 'know', 'matlab'], ['programming', 'tools', 'software', 'know', 'matlab', 'dbms'], ['tools', 'software', 'know', 'matlab', 'dbms', 'key'], ['software', 'know', 'matlab', 'dbms', 'key', 'strengths'], ['know', 'matlab', 'dbms', 'key', 'strengths', 'posse'], ['matlab', 'dbms', 'key', 'strengths', 'posse', 'good'], ['dbms', 'key', 'strengths', 'posse', 'good', 'communication'], ['key', 'strengths', 'posse', 'good', 'communication', 'analytic'], ['strengths', 'posse', 'good', 'communication', 'analytic', 'skills'], ['posse', 'good', 'communication', 'analytic', 'skills', 'positive'], ['good', 'communication', 'analytic', 'skills', 'positive', 'thinking'], ['communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere'], ['analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard'], ['skills', 'positive', 'thinking', 'sincere', 'hard', 'work'], ['positive', 'thinking', 'sincere', 'hard', 'work', 'honesty'], ['thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility'], ['sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic'], ['hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn'], ['work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new'], ['honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills'], ['responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take'], ['enthusiastic', 'learn', 'new', 'skills', 'take', 'new'], ['learn', 'new', 'skills', 'take', 'new', 'tasks'], ['new', 'skills', 'take', 'new', 'tasks', 'self'], ['skills', 'take', 'new', 'tasks', 'self', 'motivated'], ['take', 'new', 'tasks', 'self', 'motivated', 'ready'], ['new', 'tasks', 'self', 'motivated', 'ready', 'ept'], ['tasks', 'self', 'motivated', 'ready', 'ept', 'challenges'], ['self', 'motivated', 'ready', 'ept', 'challenges', 'education'], ['motivated', 'ready', 'ept', 'challenges', 'education', 'details'], ['ready', 'ept', 'challenges', 'education', 'details', 'january'], ['ept', 'challenges', 'education', 'details', 'january', '2014'], ['challenges', 'education', 'details', 'january', '2014', 'january'], ['education', 'details', 'january', '2014', 'january', '2017'], ['details', 'january', '2014', 'january', '2017', 'be'], ['january', '2014', 'january', '2017', 'be', 'computer'], ['2014', 'january', '2017', 'be', 'computer', 'science'], ['january', '2017', 'be', 'computer', 'science', 'engineering'], ['2017', 'be', 'computer', 'science', 'engineering', 'computer'], ['be', 'computer', 'science', 'engineering', 'computer', 'science'], ['computer', 'science', 'engineering', 'computer', 'science', 'engineering'], ['science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri'], ['engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute'], ['computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology'], ['science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill'], ['institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details'], ['technology', 'chikmagalur', 'hr', 'skill', 'details', 'database'], ['chikmagalur', 'hr', 'skill', 'details', 'database', 'management'], ['hr', 'skill', 'details', 'database', 'management', 'system'], ['skill', 'details', 'database', 'management', 'system', 'exprience'], ['details', 'database', 'management', 'system', 'exprience', '6'], ['database', 'management', 'system', 'exprience', '6', 'months'], ['management', 'system', 'exprience', '6', 'months', 'dbms'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['exprience', '6', 'months', 'dbms', 'exprience', '6'], ['6', 'months', 'dbms', 'exprience', '6', 'months'], ['months', 'dbms', 'exprience', '6', 'months', 'java'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['exprience', '6', 'months', 'java', 'exprience', '6'], ['6', 'months', 'java', 'exprience', '6', 'months'], ['months', 'java', 'exprience', '6', 'months', 'matlab'], ['java', 'exprience', '6', 'months', 'matlab', 'exprience'], ['exprience', '6', 'months', 'matlab', 'exprience', '6'], ['6', 'months', 'matlab', 'exprience', '6', 'monthscompany'], ['months', 'matlab', 'exprience', '6', 'monthscompany', 'details'], ['matlab', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'yours'], ['6', 'monthscompany', 'details', 'company', 'yours', 'truly'], ['monthscompany', 'details', 'company', 'yours', 'truly', 'description'], ['details', 'company', 'yours', 'truly', 'description', 'jayashree'], ['company', 'yours', 'truly', 'description', 'jayashree', 'h'], ['yours', 'truly', 'description', 'jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer', 'proficiency', 'program', 'langages'], ['skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known'], ['general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c'], ['computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c'], ['proficiency', 'program', 'langages', 'known', 'c', 'c', 'java'], ['program', 'langages', 'known', 'c', 'c', 'java', 'web'], ['langages', 'known', 'c', 'c', 'java', 'web', 'programming'], ['known', 'c', 'c', 'java', 'web', 'programming', 'tools'], ['c', 'c', 'java', 'web', 'programming', 'tools', 'software'], ['c', 'java', 'web', 'programming', 'tools', 'software', 'know'], ['java', 'web', 'programming', 'tools', 'software', 'know', 'matlab'], ['web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms'], ['programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key'], ['tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths'], ['software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse'], ['know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good'], ['matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication'], ['dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic'], ['key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills'], ['strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive'], ['posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking'], ['good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere'], ['communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard'], ['analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work'], ['skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty'], ['positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility'], ['thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic'], ['sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn'], ['hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new'], ['work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills'], ['honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take'], ['responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new'], ['enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks'], ['learn', 'new', 'skills', 'take', 'new', 'tasks', 'self'], ['new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated'], ['skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready'], ['take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept'], ['new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges'], ['tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education'], ['self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details'], ['motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january'], ['ready', 'ept', 'challenges', 'education', 'details', 'january', '2014'], ['ept', 'challenges', 'education', 'details', 'january', '2014', 'january'], ['challenges', 'education', 'details', 'january', '2014', 'january', '2017'], ['education', 'details', 'january', '2014', 'january', '2017', 'be'], ['details', 'january', '2014', 'january', '2017', 'be', 'computer'], ['january', '2014', 'january', '2017', 'be', 'computer', 'science'], ['2014', 'january', '2017', 'be', 'computer', 'science', 'engineering'], ['january', '2017', 'be', 'computer', 'science', 'engineering', 'computer'], ['2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science'], ['be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri'], ['science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute'], ['engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology'], ['computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr'], ['engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details'], ['institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database'], ['technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management'], ['chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system'], ['hr', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['6', 'months', 'java', 'exprience', '6', 'months', 'matlab'], ['months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience'], ['java', 'exprience', '6', 'months', 'matlab', 'exprience', '6'], ['exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany'], ['6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details'], ['months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company'], ['matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours'], ['exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly'], ['6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description'], ['monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree'], ['details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h'], ['company', 'yours', 'truly', 'description', 'jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known'], ['skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c'], ['general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c'], ['computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c', 'java'], ['proficiency', 'program', 'langages', 'known', 'c', 'c', 'java', 'web'], ['program', 'langages', 'known', 'c', 'c', 'java', 'web', 'programming'], ['langages', 'known', 'c', 'c', 'java', 'web', 'programming', 'tools'], ['known', 'c', 'c', 'java', 'web', 'programming', 'tools', 'software'], ['c', 'c', 'java', 'web', 'programming', 'tools', 'software', 'know'], ['c', 'java', 'web', 'programming', 'tools', 'software', 'know', 'matlab'], ['java', 'web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms'], ['web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key'], ['programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths'], ['tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse'], ['software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good'], ['know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication'], ['matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic'], ['dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills'], ['key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive'], ['strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking'], ['posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere'], ['good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard'], ['communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work'], ['analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty'], ['skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility'], ['positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic'], ['thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn'], ['sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new'], ['hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills'], ['work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take'], ['honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new'], ['responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks'], ['enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks', 'self'], ['learn', 'new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated'], ['new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready'], ['skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept'], ['take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges'], ['new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education'], ['tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details'], ['self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january'], ['motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january', '2014'], ['ready', 'ept', 'challenges', 'education', 'details', 'january', '2014', 'january'], ['ept', 'challenges', 'education', 'details', 'january', '2014', 'january', '2017'], ['challenges', 'education', 'details', 'january', '2014', 'january', '2017', 'be'], ['education', 'details', 'january', '2014', 'january', '2017', 'be', 'computer'], ['details', 'january', '2014', 'january', '2017', 'be', 'computer', 'science'], ['january', '2014', 'january', '2017', 'be', 'computer', 'science', 'engineering'], ['2014', 'january', '2017', 'be', 'computer', 'science', 'engineering', 'computer'], ['january', '2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science'], ['2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering'], ['be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri'], ['computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute'], ['science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology'], ['engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr'], ['science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill'], ['engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database'], ['institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management'], ['technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system'], ['chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['hr', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'matlab'], ['6', 'months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience'], ['months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience', '6'], ['java', 'exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours'], ['matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly'], ['exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description'], ['6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree'], ['monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h'], ['details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h', 'k'], ['software', 'skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c'], ['skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c'], ['general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c', 'java'], ['computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c', 'java', 'web'], ['proficiency', 'program', 'langages', 'known', 'c', 'c', 'java', 'web', 'programming'], ['program', 'langages', 'known', 'c', 'c', 'java', 'web', 'programming', 'tools'], ['langages', 'known', 'c', 'c', 'java', 'web', 'programming', 'tools', 'software'], ['known', 'c', 'c', 'java', 'web', 'programming', 'tools', 'software', 'know'], ['c', 'c', 'java', 'web', 'programming', 'tools', 'software', 'know', 'matlab'], ['c', 'java', 'web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms'], ['java', 'web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key'], ['web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths'], ['programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse'], ['tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good'], ['software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication'], ['know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic'], ['matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills'], ['dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive'], ['key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking'], ['strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere'], ['posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard'], ['good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work'], ['communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty'], ['analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility'], ['skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic'], ['positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn'], ['thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new'], ['sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills'], ['hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take'], ['work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new'], ['honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks'], ['responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks', 'self'], ['enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated'], ['learn', 'new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready'], ['new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept'], ['skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges'], ['take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education'], ['new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details'], ['tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january'], ['self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january', '2014'], ['motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january', '2014', 'january'], ['ready', 'ept', 'challenges', 'education', 'details', 'january', '2014', 'january', '2017'], ['ept', 'challenges', 'education', 'details', 'january', '2014', 'january', '2017', 'be'], ['challenges', 'education', 'details', 'january', '2014', 'january', '2017', 'be', 'computer'], ['education', 'details', 'january', '2014', 'january', '2017', 'be', 'computer', 'science'], ['details', 'january', '2014', 'january', '2017', 'be', 'computer', 'science', 'engineering'], ['january', '2014', 'january', '2017', 'be', 'computer', 'science', 'engineering', 'computer'], ['2014', 'january', '2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science'], ['january', '2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering'], ['2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri'], ['be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute'], ['computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology'], ['science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur'], ['engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr'], ['computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill'], ['science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details'], ['engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database'], ['adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management'], ['institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system'], ['technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['hr', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'matlab'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience'], ['6', 'months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience', '6'], ['months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany'], ['java', 'exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours'], ['months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly'], ['matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree'], ['6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h'], ['monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h', 'k']], [['technical'], ['qualifications'], ['windows'], ['ms'], ['officeeducation'], ['details'], ['ll'], ['b'], ['guwahati'], ['assam'], ['university'], ['law'], ['college'], ['guwahati'], ['university'], ['b'], ['sc'], ['jagiroad'], ['assam'], ['in'], ['jagiroad'], ['college'], ['morigaon'], ['college'], ['advocate'], ['advocate'], ['gauhati'], ['high'], ['court'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['gauhati'], ['high'], ['court'], ['description'], ['gauhati'], ['high'], ['court'], ['subordinate'], ['courts'], ['tribunals'], ['statutory'], ['bodies'], ['guwahati'], ['2008'], ['numerous'], ['experiences'], ['civil'], ['criminal'], ['cases'], ['cases'], ['consumer'], ['forum'], ['handling'], ['good'], ['number'], ['civil'], ['well'], ['criminal'], ['matters'], ['district'], ['sessions'], ['judge'], ['court'], ['judge'], ['court'], ['c'], ['j'], ['m'], ['court'], ['consumer'], ['forum'], ['also'], ['high'], ['court'], ['working'], ['executive'], ['legal'], ['hindustan'], ['paper'], ['corporation'], ['limited'], ['a'], ['govt'], ['india'], ['enterprise'], ['nagaon'], ['paper'], ['mill'], ['since'], ['jan'], ['2012'], ['strength'], ['adaptability'], ['a'], ['penchant'], ['adapt'], ['conditions'], ['level'], ['environment'], ['ordance'], ['requirement'], ['given'], ['situation'], ['interpersonal'], ['an'], ['extrovert'], ['core'], ['prefer'], ['interact'], ['people'], ['walks'], ['life'], ['varying'], ['strata'], ['society'], ['ability'], ['quickly'], ['establish'], ['rapport'], ['others'], ['team'], ['work'], ['enjoy'], ['part'], ['group'], ['achieve'], ['combined'], ['goals'], ['roles'], ['and'], ['responsibilities'], ['at'], ['hpc'], ['ltd'], ['assisting'], ['briefing'], ['counsels'], ['matters'], ['relating'], ['nagaon'], ['paper'], ['mill'], ['cachar'], ['paper'], ['mill'], ['also'], ['nagaland'], ['pulp'], ['paper'], ['corporation'], ['ltd'], ['the'], ['task'], ['legal'], ['vetting'], ['nibs'], ['nits'], ['terms'], ['conditions'], ['etc'], ['providing'], ['legal'], ['views'], ['protect'], ['interest'], ['corporation'], ['assisting'], ['formulation'], ['drafting'], ['disciplinary'], ['matters'], ['liaisoning'], ['local'], ['bodies'], ['also'], ['forums'], ['technical', 'qualifications'], ['qualifications', 'windows'], ['windows', 'ms'], ['ms', 'officeeducation'], ['officeeducation', 'details'], ['details', 'll'], ['ll', 'b'], ['b', 'guwahati'], ['guwahati', 'assam'], ['assam', 'university'], ['university', 'law'], ['law', 'college'], ['college', 'guwahati'], ['guwahati', 'university'], ['university', 'b'], ['b', 'sc'], ['sc', 'jagiroad'], ['jagiroad', 'assam'], ['assam', 'in'], ['in', 'jagiroad'], ['jagiroad', 'college'], ['college', 'morigaon'], ['morigaon', 'college'], ['college', 'advocate'], ['advocate', 'advocate'], ['advocate', 'gauhati'], ['gauhati', 'high'], ['high', 'court'], ['court', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'gauhati'], ['gauhati', 'high'], ['high', 'court'], ['court', 'description'], ['description', 'gauhati'], ['gauhati', 'high'], ['high', 'court'], ['court', 'subordinate'], ['subordinate', 'courts'], ['courts', 'tribunals'], ['tribunals', 'statutory'], ['statutory', 'bodies'], ['bodies', 'guwahati'], ['guwahati', '2008'], ['2008', 'numerous'], ['numerous', 'experiences'], ['experiences', 'civil'], ['civil', 'criminal'], ['criminal', 'cases'], ['cases', 'cases'], ['cases', 'consumer'], ['consumer', 'forum'], ['forum', 'handling'], ['handling', 'good'], ['good', 'number'], ['number', 'civil'], ['civil', 'well'], ['well', 'criminal'], ['criminal', 'matters'], ['matters', 'district'], ['district', 'sessions'], ['sessions', 'judge'], ['judge', 'court'], ['court', 'judge'], ['judge', 'court'], ['court', 'c'], ['c', 'j'], ['j', 'm'], ['m', 'court'], ['court', 'consumer'], ['consumer', 'forum'], ['forum', 'also'], ['also', 'high'], ['high', 'court'], ['court', 'working'], ['working', 'executive'], ['executive', 'legal'], ['legal', 'hindustan'], ['hindustan', 'paper'], ['paper', 'corporation'], ['corporation', 'limited'], ['limited', 'a'], ['a', 'govt'], ['govt', 'india'], ['india', 'enterprise'], ['enterprise', 'nagaon'], ['nagaon', 'paper'], ['paper', 'mill'], ['mill', 'since'], ['since', 'jan'], ['jan', '2012'], ['2012', 'strength'], ['strength', 'adaptability'], ['adaptability', 'a'], ['a', 'penchant'], ['penchant', 'adapt'], ['adapt', 'conditions'], ['conditions', 'level'], ['level', 'environment'], ['environment', 'ordance'], ['ordance', 'requirement'], ['requirement', 'given'], ['given', 'situation'], ['situation', 'interpersonal'], ['interpersonal', 'an'], ['an', 'extrovert'], ['extrovert', 'core'], ['core', 'prefer'], ['prefer', 'interact'], ['interact', 'people'], ['people', 'walks'], ['walks', 'life'], ['life', 'varying'], ['varying', 'strata'], ['strata', 'society'], ['society', 'ability'], ['ability', 'quickly'], ['quickly', 'establish'], ['establish', 'rapport'], ['rapport', 'others'], ['others', 'team'], ['team', 'work'], ['work', 'enjoy'], ['enjoy', 'part'], ['part', 'group'], ['group', 'achieve'], ['achieve', 'combined'], ['combined', 'goals'], ['goals', 'roles'], ['roles', 'and'], ['and', 'responsibilities'], ['responsibilities', 'at'], ['at', 'hpc'], ['hpc', 'ltd'], ['ltd', 'assisting'], ['assisting', 'briefing'], ['briefing', 'counsels'], ['counsels', 'matters'], ['matters', 'relating'], ['relating', 'nagaon'], ['nagaon', 'paper'], ['paper', 'mill'], ['mill', 'cachar'], ['cachar', 'paper'], ['paper', 'mill'], ['mill', 'also'], ['also', 'nagaland'], ['nagaland', 'pulp'], ['pulp', 'paper'], ['paper', 'corporation'], ['corporation', 'ltd'], ['ltd', 'the'], ['the', 'task'], ['task', 'legal'], ['legal', 'vetting'], ['vetting', 'nibs'], ['nibs', 'nits'], ['nits', 'terms'], ['terms', 'conditions'], ['conditions', 'etc'], ['etc', 'providing'], ['providing', 'legal'], ['legal', 'views'], ['views', 'protect'], ['protect', 'interest'], ['interest', 'corporation'], ['corporation', 'assisting'], ['assisting', 'formulation'], ['formulation', 'drafting'], ['drafting', 'disciplinary'], ['disciplinary', 'matters'], ['matters', 'liaisoning'], ['liaisoning', 'local'], ['local', 'bodies'], ['bodies', 'also'], ['also', 'forums'], ['technical', 'qualifications', 'windows'], ['qualifications', 'windows', 'ms'], ['windows', 'ms', 'officeeducation'], ['ms', 'officeeducation', 'details'], ['officeeducation', 'details', 'll'], ['details', 'll', 'b'], ['ll', 'b', 'guwahati'], ['b', 'guwahati', 'assam'], ['guwahati', 'assam', 'university'], ['assam', 'university', 'law'], ['university', 'law', 'college'], ['law', 'college', 'guwahati'], ['college', 'guwahati', 'university'], ['guwahati', 'university', 'b'], ['university', 'b', 'sc'], ['b', 'sc', 'jagiroad'], ['sc', 'jagiroad', 'assam'], ['jagiroad', 'assam', 'in'], ['assam', 'in', 'jagiroad'], ['in', 'jagiroad', 'college'], ['jagiroad', 'college', 'morigaon'], ['college', 'morigaon', 'college'], ['morigaon', 'college', 'advocate'], ['college', 'advocate', 'advocate'], ['advocate', 'advocate', 'gauhati'], ['advocate', 'gauhati', 'high'], ['gauhati', 'high', 'court'], ['high', 'court', 'skill'], ['court', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'gauhati'], ['company', 'gauhati', 'high'], ['gauhati', 'high', 'court'], ['high', 'court', 'description'], ['court', 'description', 'gauhati'], ['description', 'gauhati', 'high'], ['gauhati', 'high', 'court'], ['high', 'court', 'subordinate'], ['court', 'subordinate', 'courts'], ['subordinate', 'courts', 'tribunals'], ['courts', 'tribunals', 'statutory'], ['tribunals', 'statutory', 'bodies'], ['statutory', 'bodies', 'guwahati'], ['bodies', 'guwahati', '2008'], ['guwahati', '2008', 'numerous'], ['2008', 'numerous', 'experiences'], ['numerous', 'experiences', 'civil'], ['experiences', 'civil', 'criminal'], ['civil', 'criminal', 'cases'], ['criminal', 'cases', 'cases'], ['cases', 'cases', 'consumer'], ['cases', 'consumer', 'forum'], ['consumer', 'forum', 'handling'], ['forum', 'handling', 'good'], ['handling', 'good', 'number'], ['good', 'number', 'civil'], ['number', 'civil', 'well'], ['civil', 'well', 'criminal'], ['well', 'criminal', 'matters'], ['criminal', 'matters', 'district'], ['matters', 'district', 'sessions'], ['district', 'sessions', 'judge'], ['sessions', 'judge', 'court'], ['judge', 'court', 'judge'], ['court', 'judge', 'court'], ['judge', 'court', 'c'], ['court', 'c', 'j'], ['c', 'j', 'm'], ['j', 'm', 'court'], ['m', 'court', 'consumer'], ['court', 'consumer', 'forum'], ['consumer', 'forum', 'also'], ['forum', 'also', 'high'], ['also', 'high', 'court'], ['high', 'court', 'working'], ['court', 'working', 'executive'], ['working', 'executive', 'legal'], ['executive', 'legal', 'hindustan'], ['legal', 'hindustan', 'paper'], ['hindustan', 'paper', 'corporation'], ['paper', 'corporation', 'limited'], ['corporation', 'limited', 'a'], ['limited', 'a', 'govt'], ['a', 'govt', 'india'], ['govt', 'india', 'enterprise'], ['india', 'enterprise', 'nagaon'], ['enterprise', 'nagaon', 'paper'], ['nagaon', 'paper', 'mill'], ['paper', 'mill', 'since'], ['mill', 'since', 'jan'], ['since', 'jan', '2012'], ['jan', '2012', 'strength'], ['2012', 'strength', 'adaptability'], ['strength', 'adaptability', 'a'], ['adaptability', 'a', 'penchant'], ['a', 'penchant', 'adapt'], ['penchant', 'adapt', 'conditions'], ['adapt', 'conditions', 'level'], ['conditions', 'level', 'environment'], ['level', 'environment', 'ordance'], ['environment', 'ordance', 'requirement'], ['ordance', 'requirement', 'given'], ['requirement', 'given', 'situation'], ['given', 'situation', 'interpersonal'], ['situation', 'interpersonal', 'an'], ['interpersonal', 'an', 'extrovert'], ['an', 'extrovert', 'core'], ['extrovert', 'core', 'prefer'], ['core', 'prefer', 'interact'], ['prefer', 'interact', 'people'], ['interact', 'people', 'walks'], ['people', 'walks', 'life'], ['walks', 'life', 'varying'], ['life', 'varying', 'strata'], ['varying', 'strata', 'society'], ['strata', 'society', 'ability'], ['society', 'ability', 'quickly'], ['ability', 'quickly', 'establish'], ['quickly', 'establish', 'rapport'], ['establish', 'rapport', 'others'], ['rapport', 'others', 'team'], ['others', 'team', 'work'], ['team', 'work', 'enjoy'], ['work', 'enjoy', 'part'], ['enjoy', 'part', 'group'], ['part', 'group', 'achieve'], ['group', 'achieve', 'combined'], ['achieve', 'combined', 'goals'], ['combined', 'goals', 'roles'], ['goals', 'roles', 'and'], ['roles', 'and', 'responsibilities'], ['and', 'responsibilities', 'at'], ['responsibilities', 'at', 'hpc'], ['at', 'hpc', 'ltd'], ['hpc', 'ltd', 'assisting'], ['ltd', 'assisting', 'briefing'], ['assisting', 'briefing', 'counsels'], ['briefing', 'counsels', 'matters'], ['counsels', 'matters', 'relating'], ['matters', 'relating', 'nagaon'], ['relating', 'nagaon', 'paper'], ['nagaon', 'paper', 'mill'], ['paper', 'mill', 'cachar'], ['mill', 'cachar', 'paper'], ['cachar', 'paper', 'mill'], ['paper', 'mill', 'also'], ['mill', 'also', 'nagaland'], ['also', 'nagaland', 'pulp'], ['nagaland', 'pulp', 'paper'], ['pulp', 'paper', 'corporation'], ['paper', 'corporation', 'ltd'], ['corporation', 'ltd', 'the'], ['ltd', 'the', 'task'], ['the', 'task', 'legal'], ['task', 'legal', 'vetting'], ['legal', 'vetting', 'nibs'], ['vetting', 'nibs', 'nits'], ['nibs', 'nits', 'terms'], ['nits', 'terms', 'conditions'], ['terms', 'conditions', 'etc'], ['conditions', 'etc', 'providing'], ['etc', 'providing', 'legal'], ['providing', 'legal', 'views'], ['legal', 'views', 'protect'], ['views', 'protect', 'interest'], ['protect', 'interest', 'corporation'], ['interest', 'corporation', 'assisting'], ['corporation', 'assisting', 'formulation'], ['assisting', 'formulation', 'drafting'], ['formulation', 'drafting', 'disciplinary'], ['drafting', 'disciplinary', 'matters'], ['disciplinary', 'matters', 'liaisoning'], ['matters', 'liaisoning', 'local'], ['liaisoning', 'local', 'bodies'], ['local', 'bodies', 'also'], ['bodies', 'also', 'forums'], ['technical', 'qualifications', 'windows', 'ms'], ['qualifications', 'windows', 'ms', 'officeeducation'], ['windows', 'ms', 'officeeducation', 'details'], ['ms', 'officeeducation', 'details', 'll'], ['officeeducation', 'details', 'll', 'b'], ['details', 'll', 'b', 'guwahati'], ['ll', 'b', 'guwahati', 'assam'], ['b', 'guwahati', 'assam', 'university'], ['guwahati', 'assam', 'university', 'law'], ['assam', 'university', 'law', 'college'], ['university', 'law', 'college', 'guwahati'], ['law', 'college', 'guwahati', 'university'], ['college', 'guwahati', 'university', 'b'], ['guwahati', 'university', 'b', 'sc'], ['university', 'b', 'sc', 'jagiroad'], ['b', 'sc', 'jagiroad', 'assam'], ['sc', 'jagiroad', 'assam', 'in'], ['jagiroad', 'assam', 'in', 'jagiroad'], ['assam', 'in', 'jagiroad', 'college'], ['in', 'jagiroad', 'college', 'morigaon'], ['jagiroad', 'college', 'morigaon', 'college'], ['college', 'morigaon', 'college', 'advocate'], ['morigaon', 'college', 'advocate', 'advocate'], ['college', 'advocate', 'advocate', 'gauhati'], ['advocate', 'advocate', 'gauhati', 'high'], ['advocate', 'gauhati', 'high', 'court'], ['gauhati', 'high', 'court', 'skill'], ['high', 'court', 'skill', 'details'], ['court', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'gauhati'], ['details', 'company', 'gauhati', 'high'], ['company', 'gauhati', 'high', 'court'], ['gauhati', 'high', 'court', 'description'], ['high', 'court', 'description', 'gauhati'], ['court', 'description', 'gauhati', 'high'], ['description', 'gauhati', 'high', 'court'], ['gauhati', 'high', 'court', 'subordinate'], ['high', 'court', 'subordinate', 'courts'], ['court', 'subordinate', 'courts', 'tribunals'], ['subordinate', 'courts', 'tribunals', 'statutory'], ['courts', 'tribunals', 'statutory', 'bodies'], ['tribunals', 'statutory', 'bodies', 'guwahati'], ['statutory', 'bodies', 'guwahati', '2008'], ['bodies', 'guwahati', '2008', 'numerous'], ['guwahati', '2008', 'numerous', 'experiences'], ['2008', 'numerous', 'experiences', 'civil'], ['numerous', 'experiences', 'civil', 'criminal'], ['experiences', 'civil', 'criminal', 'cases'], ['civil', 'criminal', 'cases', 'cases'], ['criminal', 'cases', 'cases', 'consumer'], ['cases', 'cases', 'consumer', 'forum'], ['cases', 'consumer', 'forum', 'handling'], ['consumer', 'forum', 'handling', 'good'], ['forum', 'handling', 'good', 'number'], ['handling', 'good', 'number', 'civil'], ['good', 'number', 'civil', 'well'], ['number', 'civil', 'well', 'criminal'], ['civil', 'well', 'criminal', 'matters'], ['well', 'criminal', 'matters', 'district'], ['criminal', 'matters', 'district', 'sessions'], ['matters', 'district', 'sessions', 'judge'], ['district', 'sessions', 'judge', 'court'], ['sessions', 'judge', 'court', 'judge'], ['judge', 'court', 'judge', 'court'], ['court', 'judge', 'court', 'c'], ['judge', 'court', 'c', 'j'], ['court', 'c', 'j', 'm'], ['c', 'j', 'm', 'court'], ['j', 'm', 'court', 'consumer'], ['m', 'court', 'consumer', 'forum'], ['court', 'consumer', 'forum', 'also'], ['consumer', 'forum', 'also', 'high'], ['forum', 'also', 'high', 'court'], ['also', 'high', 'court', 'working'], ['high', 'court', 'working', 'executive'], ['court', 'working', 'executive', 'legal'], ['working', 'executive', 'legal', 'hindustan'], ['executive', 'legal', 'hindustan', 'paper'], ['legal', 'hindustan', 'paper', 'corporation'], ['hindustan', 'paper', 'corporation', 'limited'], ['paper', 'corporation', 'limited', 'a'], ['corporation', 'limited', 'a', 'govt'], ['limited', 'a', 'govt', 'india'], ['a', 'govt', 'india', 'enterprise'], ['govt', 'india', 'enterprise', 'nagaon'], ['india', 'enterprise', 'nagaon', 'paper'], ['enterprise', 'nagaon', 'paper', 'mill'], ['nagaon', 'paper', 'mill', 'since'], ['paper', 'mill', 'since', 'jan'], ['mill', 'since', 'jan', '2012'], ['since', 'jan', '2012', 'strength'], ['jan', '2012', 'strength', 'adaptability'], ['2012', 'strength', 'adaptability', 'a'], ['strength', 'adaptability', 'a', 'penchant'], ['adaptability', 'a', 'penchant', 'adapt'], ['a', 'penchant', 'adapt', 'conditions'], ['penchant', 'adapt', 'conditions', 'level'], ['adapt', 'conditions', 'level', 'environment'], ['conditions', 'level', 'environment', 'ordance'], ['level', 'environment', 'ordance', 'requirement'], ['environment', 'ordance', 'requirement', 'given'], ['ordance', 'requirement', 'given', 'situation'], ['requirement', 'given', 'situation', 'interpersonal'], ['given', 'situation', 'interpersonal', 'an'], ['situation', 'interpersonal', 'an', 'extrovert'], ['interpersonal', 'an', 'extrovert', 'core'], ['an', 'extrovert', 'core', 'prefer'], ['extrovert', 'core', 'prefer', 'interact'], ['core', 'prefer', 'interact', 'people'], ['prefer', 'interact', 'people', 'walks'], ['interact', 'people', 'walks', 'life'], ['people', 'walks', 'life', 'varying'], ['walks', 'life', 'varying', 'strata'], ['life', 'varying', 'strata', 'society'], ['varying', 'strata', 'society', 'ability'], ['strata', 'society', 'ability', 'quickly'], ['society', 'ability', 'quickly', 'establish'], ['ability', 'quickly', 'establish', 'rapport'], ['quickly', 'establish', 'rapport', 'others'], ['establish', 'rapport', 'others', 'team'], ['rapport', 'others', 'team', 'work'], ['others', 'team', 'work', 'enjoy'], ['team', 'work', 'enjoy', 'part'], ['work', 'enjoy', 'part', 'group'], ['enjoy', 'part', 'group', 'achieve'], ['part', 'group', 'achieve', 'combined'], ['group', 'achieve', 'combined', 'goals'], ['achieve', 'combined', 'goals', 'roles'], ['combined', 'goals', 'roles', 'and'], ['goals', 'roles', 'and', 'responsibilities'], ['roles', 'and', 'responsibilities', 'at'], ['and', 'responsibilities', 'at', 'hpc'], ['responsibilities', 'at', 'hpc', 'ltd'], ['at', 'hpc', 'ltd', 'assisting'], ['hpc', 'ltd', 'assisting', 'briefing'], ['ltd', 'assisting', 'briefing', 'counsels'], ['assisting', 'briefing', 'counsels', 'matters'], ['briefing', 'counsels', 'matters', 'relating'], ['counsels', 'matters', 'relating', 'nagaon'], ['matters', 'relating', 'nagaon', 'paper'], ['relating', 'nagaon', 'paper', 'mill'], ['nagaon', 'paper', 'mill', 'cachar'], ['paper', 'mill', 'cachar', 'paper'], ['mill', 'cachar', 'paper', 'mill'], ['cachar', 'paper', 'mill', 'also'], ['paper', 'mill', 'also', 'nagaland'], ['mill', 'also', 'nagaland', 'pulp'], ['also', 'nagaland', 'pulp', 'paper'], ['nagaland', 'pulp', 'paper', 'corporation'], ['pulp', 'paper', 'corporation', 'ltd'], ['paper', 'corporation', 'ltd', 'the'], ['corporation', 'ltd', 'the', 'task'], ['ltd', 'the', 'task', 'legal'], ['the', 'task', 'legal', 'vetting'], ['task', 'legal', 'vetting', 'nibs'], ['legal', 'vetting', 'nibs', 'nits'], ['vetting', 'nibs', 'nits', 'terms'], ['nibs', 'nits', 'terms', 'conditions'], ['nits', 'terms', 'conditions', 'etc'], ['terms', 'conditions', 'etc', 'providing'], ['conditions', 'etc', 'providing', 'legal'], ['etc', 'providing', 'legal', 'views'], ['providing', 'legal', 'views', 'protect'], ['legal', 'views', 'protect', 'interest'], ['views', 'protect', 'interest', 'corporation'], ['protect', 'interest', 'corporation', 'assisting'], ['interest', 'corporation', 'assisting', 'formulation'], ['corporation', 'assisting', 'formulation', 'drafting'], ['assisting', 'formulation', 'drafting', 'disciplinary'], ['formulation', 'drafting', 'disciplinary', 'matters'], ['drafting', 'disciplinary', 'matters', 'liaisoning'], ['disciplinary', 'matters', 'liaisoning', 'local'], ['matters', 'liaisoning', 'local', 'bodies'], ['liaisoning', 'local', 'bodies', 'also'], ['local', 'bodies', 'also', 'forums'], ['technical', 'qualifications', 'windows', 'ms', 'officeeducation'], ['qualifications', 'windows', 'ms', 'officeeducation', 'details'], ['windows', 'ms', 'officeeducation', 'details', 'll'], ['ms', 'officeeducation', 'details', 'll', 'b'], ['officeeducation', 'details', 'll', 'b', 'guwahati'], ['details', 'll', 'b', 'guwahati', 'assam'], ['ll', 'b', 'guwahati', 'assam', 'university'], ['b', 'guwahati', 'assam', 'university', 'law'], ['guwahati', 'assam', 'university', 'law', 'college'], ['assam', 'university', 'law', 'college', 'guwahati'], ['university', 'law', 'college', 'guwahati', 'university'], ['law', 'college', 'guwahati', 'university', 'b'], ['college', 'guwahati', 'university', 'b', 'sc'], ['guwahati', 'university', 'b', 'sc', 'jagiroad'], ['university', 'b', 'sc', 'jagiroad', 'assam'], ['b', 'sc', 'jagiroad', 'assam', 'in'], ['sc', 'jagiroad', 'assam', 'in', 'jagiroad'], ['jagiroad', 'assam', 'in', 'jagiroad', 'college'], ['assam', 'in', 'jagiroad', 'college', 'morigaon'], ['in', 'jagiroad', 'college', 'morigaon', 'college'], ['jagiroad', 'college', 'morigaon', 'college', 'advocate'], ['college', 'morigaon', 'college', 'advocate', 'advocate'], ['morigaon', 'college', 'advocate', 'advocate', 'gauhati'], ['college', 'advocate', 'advocate', 'gauhati', 'high'], ['advocate', 'advocate', 'gauhati', 'high', 'court'], ['advocate', 'gauhati', 'high', 'court', 'skill'], ['gauhati', 'high', 'court', 'skill', 'details'], ['high', 'court', 'skill', 'details', 'company'], ['court', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'gauhati'], ['company', 'details', 'company', 'gauhati', 'high'], ['details', 'company', 'gauhati', 'high', 'court'], ['company', 'gauhati', 'high', 'court', 'description'], ['gauhati', 'high', 'court', 'description', 'gauhati'], ['high', 'court', 'description', 'gauhati', 'high'], ['court', 'description', 'gauhati', 'high', 'court'], ['description', 'gauhati', 'high', 'court', 'subordinate'], ['gauhati', 'high', 'court', 'subordinate', 'courts'], ['high', 'court', 'subordinate', 'courts', 'tribunals'], ['court', 'subordinate', 'courts', 'tribunals', 'statutory'], ['subordinate', 'courts', 'tribunals', 'statutory', 'bodies'], ['courts', 'tribunals', 'statutory', 'bodies', 'guwahati'], ['tribunals', 'statutory', 'bodies', 'guwahati', '2008'], ['statutory', 'bodies', 'guwahati', '2008', 'numerous'], ['bodies', 'guwahati', '2008', 'numerous', 'experiences'], ['guwahati', '2008', 'numerous', 'experiences', 'civil'], ['2008', 'numerous', 'experiences', 'civil', 'criminal'], ['numerous', 'experiences', 'civil', 'criminal', 'cases'], ['experiences', 'civil', 'criminal', 'cases', 'cases'], ['civil', 'criminal', 'cases', 'cases', 'consumer'], ['criminal', 'cases', 'cases', 'consumer', 'forum'], ['cases', 'cases', 'consumer', 'forum', 'handling'], ['cases', 'consumer', 'forum', 'handling', 'good'], ['consumer', 'forum', 'handling', 'good', 'number'], ['forum', 'handling', 'good', 'number', 'civil'], ['handling', 'good', 'number', 'civil', 'well'], ['good', 'number', 'civil', 'well', 'criminal'], ['number', 'civil', 'well', 'criminal', 'matters'], ['civil', 'well', 'criminal', 'matters', 'district'], ['well', 'criminal', 'matters', 'district', 'sessions'], ['criminal', 'matters', 'district', 'sessions', 'judge'], ['matters', 'district', 'sessions', 'judge', 'court'], ['district', 'sessions', 'judge', 'court', 'judge'], ['sessions', 'judge', 'court', 'judge', 'court'], ['judge', 'court', 'judge', 'court', 'c'], ['court', 'judge', 'court', 'c', 'j'], ['judge', 'court', 'c', 'j', 'm'], ['court', 'c', 'j', 'm', 'court'], ['c', 'j', 'm', 'court', 'consumer'], ['j', 'm', 'court', 'consumer', 'forum'], ['m', 'court', 'consumer', 'forum', 'also'], ['court', 'consumer', 'forum', 'also', 'high'], ['consumer', 'forum', 'also', 'high', 'court'], ['forum', 'also', 'high', 'court', 'working'], ['also', 'high', 'court', 'working', 'executive'], ['high', 'court', 'working', 'executive', 'legal'], ['court', 'working', 'executive', 'legal', 'hindustan'], ['working', 'executive', 'legal', 'hindustan', 'paper'], ['executive', 'legal', 'hindustan', 'paper', 'corporation'], ['legal', 'hindustan', 'paper', 'corporation', 'limited'], ['hindustan', 'paper', 'corporation', 'limited', 'a'], ['paper', 'corporation', 'limited', 'a', 'govt'], ['corporation', 'limited', 'a', 'govt', 'india'], ['limited', 'a', 'govt', 'india', 'enterprise'], ['a', 'govt', 'india', 'enterprise', 'nagaon'], ['govt', 'india', 'enterprise', 'nagaon', 'paper'], ['india', 'enterprise', 'nagaon', 'paper', 'mill'], ['enterprise', 'nagaon', 'paper', 'mill', 'since'], ['nagaon', 'paper', 'mill', 'since', 'jan'], ['paper', 'mill', 'since', 'jan', '2012'], ['mill', 'since', 'jan', '2012', 'strength'], ['since', 'jan', '2012', 'strength', 'adaptability'], ['jan', '2012', 'strength', 'adaptability', 'a'], ['2012', 'strength', 'adaptability', 'a', 'penchant'], ['strength', 'adaptability', 'a', 'penchant', 'adapt'], ['adaptability', 'a', 'penchant', 'adapt', 'conditions'], ['a', 'penchant', 'adapt', 'conditions', 'level'], ['penchant', 'adapt', 'conditions', 'level', 'environment'], ['adapt', 'conditions', 'level', 'environment', 'ordance'], ['conditions', 'level', 'environment', 'ordance', 'requirement'], ['level', 'environment', 'ordance', 'requirement', 'given'], ['environment', 'ordance', 'requirement', 'given', 'situation'], ['ordance', 'requirement', 'given', 'situation', 'interpersonal'], ['requirement', 'given', 'situation', 'interpersonal', 'an'], ['given', 'situation', 'interpersonal', 'an', 'extrovert'], ['situation', 'interpersonal', 'an', 'extrovert', 'core'], ['interpersonal', 'an', 'extrovert', 'core', 'prefer'], ['an', 'extrovert', 'core', 'prefer', 'interact'], ['extrovert', 'core', 'prefer', 'interact', 'people'], ['core', 'prefer', 'interact', 'people', 'walks'], ['prefer', 'interact', 'people', 'walks', 'life'], ['interact', 'people', 'walks', 'life', 'varying'], ['people', 'walks', 'life', 'varying', 'strata'], ['walks', 'life', 'varying', 'strata', 'society'], ['life', 'varying', 'strata', 'society', 'ability'], ['varying', 'strata', 'society', 'ability', 'quickly'], ['strata', 'society', 'ability', 'quickly', 'establish'], ['society', 'ability', 'quickly', 'establish', 'rapport'], ['ability', 'quickly', 'establish', 'rapport', 'others'], ['quickly', 'establish', 'rapport', 'others', 'team'], ['establish', 'rapport', 'others', 'team', 'work'], ['rapport', 'others', 'team', 'work', 'enjoy'], ['others', 'team', 'work', 'enjoy', 'part'], ['team', 'work', 'enjoy', 'part', 'group'], ['work', 'enjoy', 'part', 'group', 'achieve'], ['enjoy', 'part', 'group', 'achieve', 'combined'], ['part', 'group', 'achieve', 'combined', 'goals'], ['group', 'achieve', 'combined', 'goals', 'roles'], ['achieve', 'combined', 'goals', 'roles', 'and'], ['combined', 'goals', 'roles', 'and', 'responsibilities'], ['goals', 'roles', 'and', 'responsibilities', 'at'], ['roles', 'and', 'responsibilities', 'at', 'hpc'], ['and', 'responsibilities', 'at', 'hpc', 'ltd'], ['responsibilities', 'at', 'hpc', 'ltd', 'assisting'], ['at', 'hpc', 'ltd', 'assisting', 'briefing'], ['hpc', 'ltd', 'assisting', 'briefing', 'counsels'], ['ltd', 'assisting', 'briefing', 'counsels', 'matters'], ['assisting', 'briefing', 'counsels', 'matters', 'relating'], ['briefing', 'counsels', 'matters', 'relating', 'nagaon'], ['counsels', 'matters', 'relating', 'nagaon', 'paper'], ['matters', 'relating', 'nagaon', 'paper', 'mill'], ['relating', 'nagaon', 'paper', 'mill', 'cachar'], ['nagaon', 'paper', 'mill', 'cachar', 'paper'], ['paper', 'mill', 'cachar', 'paper', 'mill'], ['mill', 'cachar', 'paper', 'mill', 'also'], ['cachar', 'paper', 'mill', 'also', 'nagaland'], ['paper', 'mill', 'also', 'nagaland', 'pulp'], ['mill', 'also', 'nagaland', 'pulp', 'paper'], ['also', 'nagaland', 'pulp', 'paper', 'corporation'], ['nagaland', 'pulp', 'paper', 'corporation', 'ltd'], ['pulp', 'paper', 'corporation', 'ltd', 'the'], ['paper', 'corporation', 'ltd', 'the', 'task'], ['corporation', 'ltd', 'the', 'task', 'legal'], ['ltd', 'the', 'task', 'legal', 'vetting'], ['the', 'task', 'legal', 'vetting', 'nibs'], ['task', 'legal', 'vetting', 'nibs', 'nits'], ['legal', 'vetting', 'nibs', 'nits', 'terms'], ['vetting', 'nibs', 'nits', 'terms', 'conditions'], ['nibs', 'nits', 'terms', 'conditions', 'etc'], ['nits', 'terms', 'conditions', 'etc', 'providing'], ['terms', 'conditions', 'etc', 'providing', 'legal'], ['conditions', 'etc', 'providing', 'legal', 'views'], ['etc', 'providing', 'legal', 'views', 'protect'], ['providing', 'legal', 'views', 'protect', 'interest'], ['legal', 'views', 'protect', 'interest', 'corporation'], ['views', 'protect', 'interest', 'corporation', 'assisting'], ['protect', 'interest', 'corporation', 'assisting', 'formulation'], ['interest', 'corporation', 'assisting', 'formulation', 'drafting'], ['corporation', 'assisting', 'formulation', 'drafting', 'disciplinary'], ['assisting', 'formulation', 'drafting', 'disciplinary', 'matters'], ['formulation', 'drafting', 'disciplinary', 'matters', 'liaisoning'], ['drafting', 'disciplinary', 'matters', 'liaisoning', 'local'], ['disciplinary', 'matters', 'liaisoning', 'local', 'bodies'], ['matters', 'liaisoning', 'local', 'bodies', 'also'], ['liaisoning', 'local', 'bodies', 'also', 'forums'], ['technical', 'qualifications', 'windows', 'ms', 'officeeducation', 'details'], ['qualifications', 'windows', 'ms', 'officeeducation', 'details', 'll'], ['windows', 'ms', 'officeeducation', 'details', 'll', 'b'], ['ms', 'officeeducation', 'details', 'll', 'b', 'guwahati'], ['officeeducation', 'details', 'll', 'b', 'guwahati', 'assam'], ['details', 'll', 'b', 'guwahati', 'assam', 'university'], ['ll', 'b', 'guwahati', 'assam', 'university', 'law'], ['b', 'guwahati', 'assam', 'university', 'law', 'college'], ['guwahati', 'assam', 'university', 'law', 'college', 'guwahati'], ['assam', 'university', 'law', 'college', 'guwahati', 'university'], ['university', 'law', 'college', 'guwahati', 'university', 'b'], ['law', 'college', 'guwahati', 'university', 'b', 'sc'], ['college', 'guwahati', 'university', 'b', 'sc', 'jagiroad'], ['guwahati', 'university', 'b', 'sc', 'jagiroad', 'assam'], ['university', 'b', 'sc', 'jagiroad', 'assam', 'in'], ['b', 'sc', 'jagiroad', 'assam', 'in', 'jagiroad'], ['sc', 'jagiroad', 'assam', 'in', 'jagiroad', 'college'], ['jagiroad', 'assam', 'in', 'jagiroad', 'college', 'morigaon'], ['assam', 'in', 'jagiroad', 'college', 'morigaon', 'college'], ['in', 'jagiroad', 'college', 'morigaon', 'college', 'advocate'], ['jagiroad', 'college', 'morigaon', 'college', 'advocate', 'advocate'], ['college', 'morigaon', 'college', 'advocate', 'advocate', 'gauhati'], ['morigaon', 'college', 'advocate', 'advocate', 'gauhati', 'high'], ['college', 'advocate', 'advocate', 'gauhati', 'high', 'court'], ['advocate', 'advocate', 'gauhati', 'high', 'court', 'skill'], ['advocate', 'gauhati', 'high', 'court', 'skill', 'details'], ['gauhati', 'high', 'court', 'skill', 'details', 'company'], ['high', 'court', 'skill', 'details', 'company', 'details'], ['court', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'gauhati'], ['details', 'company', 'details', 'company', 'gauhati', 'high'], ['company', 'details', 'company', 'gauhati', 'high', 'court'], ['details', 'company', 'gauhati', 'high', 'court', 'description'], ['company', 'gauhati', 'high', 'court', 'description', 'gauhati'], ['gauhati', 'high', 'court', 'description', 'gauhati', 'high'], ['high', 'court', 'description', 'gauhati', 'high', 'court'], ['court', 'description', 'gauhati', 'high', 'court', 'subordinate'], ['description', 'gauhati', 'high', 'court', 'subordinate', 'courts'], ['gauhati', 'high', 'court', 'subordinate', 'courts', 'tribunals'], ['high', 'court', 'subordinate', 'courts', 'tribunals', 'statutory'], ['court', 'subordinate', 'courts', 'tribunals', 'statutory', 'bodies'], ['subordinate', 'courts', 'tribunals', 'statutory', 'bodies', 'guwahati'], ['courts', 'tribunals', 'statutory', 'bodies', 'guwahati', '2008'], ['tribunals', 'statutory', 'bodies', 'guwahati', '2008', 'numerous'], ['statutory', 'bodies', 'guwahati', '2008', 'numerous', 'experiences'], ['bodies', 'guwahati', '2008', 'numerous', 'experiences', 'civil'], ['guwahati', '2008', 'numerous', 'experiences', 'civil', 'criminal'], ['2008', 'numerous', 'experiences', 'civil', 'criminal', 'cases'], ['numerous', 'experiences', 'civil', 'criminal', 'cases', 'cases'], ['experiences', 'civil', 'criminal', 'cases', 'cases', 'consumer'], ['civil', 'criminal', 'cases', 'cases', 'consumer', 'forum'], ['criminal', 'cases', 'cases', 'consumer', 'forum', 'handling'], ['cases', 'cases', 'consumer', 'forum', 'handling', 'good'], ['cases', 'consumer', 'forum', 'handling', 'good', 'number'], ['consumer', 'forum', 'handling', 'good', 'number', 'civil'], ['forum', 'handling', 'good', 'number', 'civil', 'well'], ['handling', 'good', 'number', 'civil', 'well', 'criminal'], ['good', 'number', 'civil', 'well', 'criminal', 'matters'], ['number', 'civil', 'well', 'criminal', 'matters', 'district'], ['civil', 'well', 'criminal', 'matters', 'district', 'sessions'], ['well', 'criminal', 'matters', 'district', 'sessions', 'judge'], ['criminal', 'matters', 'district', 'sessions', 'judge', 'court'], ['matters', 'district', 'sessions', 'judge', 'court', 'judge'], ['district', 'sessions', 'judge', 'court', 'judge', 'court'], ['sessions', 'judge', 'court', 'judge', 'court', 'c'], ['judge', 'court', 'judge', 'court', 'c', 'j'], ['court', 'judge', 'court', 'c', 'j', 'm'], ['judge', 'court', 'c', 'j', 'm', 'court'], ['court', 'c', 'j', 'm', 'court', 'consumer'], ['c', 'j', 'm', 'court', 'consumer', 'forum'], ['j', 'm', 'court', 'consumer', 'forum', 'also'], ['m', 'court', 'consumer', 'forum', 'also', 'high'], ['court', 'consumer', 'forum', 'also', 'high', 'court'], ['consumer', 'forum', 'also', 'high', 'court', 'working'], ['forum', 'also', 'high', 'court', 'working', 'executive'], ['also', 'high', 'court', 'working', 'executive', 'legal'], ['high', 'court', 'working', 'executive', 'legal', 'hindustan'], ['court', 'working', 'executive', 'legal', 'hindustan', 'paper'], ['working', 'executive', 'legal', 'hindustan', 'paper', 'corporation'], ['executive', 'legal', 'hindustan', 'paper', 'corporation', 'limited'], ['legal', 'hindustan', 'paper', 'corporation', 'limited', 'a'], ['hindustan', 'paper', 'corporation', 'limited', 'a', 'govt'], ['paper', 'corporation', 'limited', 'a', 'govt', 'india'], ['corporation', 'limited', 'a', 'govt', 'india', 'enterprise'], ['limited', 'a', 'govt', 'india', 'enterprise', 'nagaon'], ['a', 'govt', 'india', 'enterprise', 'nagaon', 'paper'], ['govt', 'india', 'enterprise', 'nagaon', 'paper', 'mill'], ['india', 'enterprise', 'nagaon', 'paper', 'mill', 'since'], ['enterprise', 'nagaon', 'paper', 'mill', 'since', 'jan'], ['nagaon', 'paper', 'mill', 'since', 'jan', '2012'], ['paper', 'mill', 'since', 'jan', '2012', 'strength'], ['mill', 'since', 'jan', '2012', 'strength', 'adaptability'], ['since', 'jan', '2012', 'strength', 'adaptability', 'a'], ['jan', '2012', 'strength', 'adaptability', 'a', 'penchant'], ['2012', 'strength', 'adaptability', 'a', 'penchant', 'adapt'], ['strength', 'adaptability', 'a', 'penchant', 'adapt', 'conditions'], ['adaptability', 'a', 'penchant', 'adapt', 'conditions', 'level'], ['a', 'penchant', 'adapt', 'conditions', 'level', 'environment'], ['penchant', 'adapt', 'conditions', 'level', 'environment', 'ordance'], ['adapt', 'conditions', 'level', 'environment', 'ordance', 'requirement'], ['conditions', 'level', 'environment', 'ordance', 'requirement', 'given'], ['level', 'environment', 'ordance', 'requirement', 'given', 'situation'], ['environment', 'ordance', 'requirement', 'given', 'situation', 'interpersonal'], ['ordance', 'requirement', 'given', 'situation', 'interpersonal', 'an'], ['requirement', 'given', 'situation', 'interpersonal', 'an', 'extrovert'], ['given', 'situation', 'interpersonal', 'an', 'extrovert', 'core'], ['situation', 'interpersonal', 'an', 'extrovert', 'core', 'prefer'], ['interpersonal', 'an', 'extrovert', 'core', 'prefer', 'interact'], ['an', 'extrovert', 'core', 'prefer', 'interact', 'people'], ['extrovert', 'core', 'prefer', 'interact', 'people', 'walks'], ...], [['education'], ['details'], ['b'], ['com'], ['ll'], ['b'], ['university'], ['clacutta'], ['university'], ['burdwan'], ['advocate'], ['skill'], ['details'], ['taxation'], ['matters'], ['income'], ['tax'], ['gst'], ['p'], ['tax'], ['a'], ['ounts'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['filing'], ['income'], ['tax'], ['returns'], ['gst'], ['returns'], ['e'], ['tds'], ['air'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['practice'], ['description'], ['1'], ['drafting'], ['preparation'], ['plaint'], ['a'], ['ounts'], ['move'], ['relevant'], ['authority'], ['hear'], ['cases'], ['education', 'details'], ['details', 'b'], ['b', 'com'], ['com', 'll'], ['ll', 'b'], ['b', 'university'], ['university', 'clacutta'], ['clacutta', 'university'], ['university', 'burdwan'], ['burdwan', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'taxation'], ['taxation', 'matters'], ['matters', 'income'], ['income', 'tax'], ['tax', 'gst'], ['gst', 'p'], ['p', 'tax'], ['tax', 'a'], ['a', 'ounts'], ['ounts', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'filing'], ['filing', 'income'], ['income', 'tax'], ['tax', 'returns'], ['returns', 'gst'], ['gst', 'returns'], ['returns', 'e'], ['e', 'tds'], ['tds', 'air'], ['air', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'practice'], ['practice', 'description'], ['description', '1'], ['1', 'drafting'], ['drafting', 'preparation'], ['preparation', 'plaint'], ['plaint', 'a'], ['a', 'ounts'], ['ounts', 'move'], ['move', 'relevant'], ['relevant', 'authority'], ['authority', 'hear'], ['hear', 'cases'], ['education', 'details', 'b'], ['details', 'b', 'com'], ['b', 'com', 'll'], ['com', 'll', 'b'], ['ll', 'b', 'university'], ['b', 'university', 'clacutta'], ['university', 'clacutta', 'university'], ['clacutta', 'university', 'burdwan'], ['university', 'burdwan', 'advocate'], ['burdwan', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'taxation'], ['details', 'taxation', 'matters'], ['taxation', 'matters', 'income'], ['matters', 'income', 'tax'], ['income', 'tax', 'gst'], ['tax', 'gst', 'p'], ['gst', 'p', 'tax'], ['p', 'tax', 'a'], ['tax', 'a', 'ounts'], ['a', 'ounts', 'exprience'], ['ounts', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'filing'], ['months', 'filing', 'income'], ['filing', 'income', 'tax'], ['income', 'tax', 'returns'], ['tax', 'returns', 'gst'], ['returns', 'gst', 'returns'], ['gst', 'returns', 'e'], ['returns', 'e', 'tds'], ['e', 'tds', 'air'], ['tds', 'air', 'exprience'], ['air', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'practice'], ['company', 'practice', 'description'], ['practice', 'description', '1'], ['description', '1', 'drafting'], ['1', 'drafting', 'preparation'], ['drafting', 'preparation', 'plaint'], ['preparation', 'plaint', 'a'], ['plaint', 'a', 'ounts'], ['a', 'ounts', 'move'], ['ounts', 'move', 'relevant'], ['move', 'relevant', 'authority'], ['relevant', 'authority', 'hear'], ['authority', 'hear', 'cases'], ['education', 'details', 'b', 'com'], ['details', 'b', 'com', 'll'], ['b', 'com', 'll', 'b'], ['com', 'll', 'b', 'university'], ['ll', 'b', 'university', 'clacutta'], ['b', 'university', 'clacutta', 'university'], ['university', 'clacutta', 'university', 'burdwan'], ['clacutta', 'university', 'burdwan', 'advocate'], ['university', 'burdwan', 'advocate', 'skill'], ['burdwan', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'taxation'], ['skill', 'details', 'taxation', 'matters'], ['details', 'taxation', 'matters', 'income'], ['taxation', 'matters', 'income', 'tax'], ['matters', 'income', 'tax', 'gst'], ['income', 'tax', 'gst', 'p'], ['tax', 'gst', 'p', 'tax'], ['gst', 'p', 'tax', 'a'], ['p', 'tax', 'a', 'ounts'], ['tax', 'a', 'ounts', 'exprience'], ['a', 'ounts', 'exprience', 'less'], ['ounts', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'filing'], ['year', 'months', 'filing', 'income'], ['months', 'filing', 'income', 'tax'], ['filing', 'income', 'tax', 'returns'], ['income', 'tax', 'returns', 'gst'], ['tax', 'returns', 'gst', 'returns'], ['returns', 'gst', 'returns', 'e'], ['gst', 'returns', 'e', 'tds'], ['returns', 'e', 'tds', 'air'], ['e', 'tds', 'air', 'exprience'], ['tds', 'air', 'exprience', 'less'], ['air', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'practice'], ['details', 'company', 'practice', 'description'], ['company', 'practice', 'description', '1'], ['practice', 'description', '1', 'drafting'], ['description', '1', 'drafting', 'preparation'], ['1', 'drafting', 'preparation', 'plaint'], ['drafting', 'preparation', 'plaint', 'a'], ['preparation', 'plaint', 'a', 'ounts'], ['plaint', 'a', 'ounts', 'move'], ['a', 'ounts', 'move', 'relevant'], ['ounts', 'move', 'relevant', 'authority'], ['move', 'relevant', 'authority', 'hear'], ['relevant', 'authority', 'hear', 'cases'], ['education', 'details', 'b', 'com', 'll'], ['details', 'b', 'com', 'll', 'b'], ['b', 'com', 'll', 'b', 'university'], ['com', 'll', 'b', 'university', 'clacutta'], ['ll', 'b', 'university', 'clacutta', 'university'], ['b', 'university', 'clacutta', 'university', 'burdwan'], ['university', 'clacutta', 'university', 'burdwan', 'advocate'], ['clacutta', 'university', 'burdwan', 'advocate', 'skill'], ['university', 'burdwan', 'advocate', 'skill', 'details'], ['burdwan', 'advocate', 'skill', 'details', 'taxation'], ['advocate', 'skill', 'details', 'taxation', 'matters'], ['skill', 'details', 'taxation', 'matters', 'income'], ['details', 'taxation', 'matters', 'income', 'tax'], ['taxation', 'matters', 'income', 'tax', 'gst'], ['matters', 'income', 'tax', 'gst', 'p'], ['income', 'tax', 'gst', 'p', 'tax'], ['tax', 'gst', 'p', 'tax', 'a'], ['gst', 'p', 'tax', 'a', 'ounts'], ['p', 'tax', 'a', 'ounts', 'exprience'], ['tax', 'a', 'ounts', 'exprience', 'less'], ['a', 'ounts', 'exprience', 'less', '1'], ['ounts', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'filing'], ['1', 'year', 'months', 'filing', 'income'], ['year', 'months', 'filing', 'income', 'tax'], ['months', 'filing', 'income', 'tax', 'returns'], ['filing', 'income', 'tax', 'returns', 'gst'], ['income', 'tax', 'returns', 'gst', 'returns'], ['tax', 'returns', 'gst', 'returns', 'e'], ['returns', 'gst', 'returns', 'e', 'tds'], ['gst', 'returns', 'e', 'tds', 'air'], ['returns', 'e', 'tds', 'air', 'exprience'], ['e', 'tds', 'air', 'exprience', 'less'], ['tds', 'air', 'exprience', 'less', '1'], ['air', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'practice'], ['monthscompany', 'details', 'company', 'practice', 'description'], ['details', 'company', 'practice', 'description', '1'], ['company', 'practice', 'description', '1', 'drafting'], ['practice', 'description', '1', 'drafting', 'preparation'], ['description', '1', 'drafting', 'preparation', 'plaint'], ['1', 'drafting', 'preparation', 'plaint', 'a'], ['drafting', 'preparation', 'plaint', 'a', 'ounts'], ['preparation', 'plaint', 'a', 'ounts', 'move'], ['plaint', 'a', 'ounts', 'move', 'relevant'], ['a', 'ounts', 'move', 'relevant', 'authority'], ['ounts', 'move', 'relevant', 'authority', 'hear'], ['move', 'relevant', 'authority', 'hear', 'cases'], ['education', 'details', 'b', 'com', 'll', 'b'], ['details', 'b', 'com', 'll', 'b', 'university'], ['b', 'com', 'll', 'b', 'university', 'clacutta'], ['com', 'll', 'b', 'university', 'clacutta', 'university'], ['ll', 'b', 'university', 'clacutta', 'university', 'burdwan'], ['b', 'university', 'clacutta', 'university', 'burdwan', 'advocate'], ['university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill'], ['clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details'], ['university', 'burdwan', 'advocate', 'skill', 'details', 'taxation'], ['burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters'], ['advocate', 'skill', 'details', 'taxation', 'matters', 'income'], ['skill', 'details', 'taxation', 'matters', 'income', 'tax'], ['details', 'taxation', 'matters', 'income', 'tax', 'gst'], ['taxation', 'matters', 'income', 'tax', 'gst', 'p'], ['matters', 'income', 'tax', 'gst', 'p', 'tax'], ['income', 'tax', 'gst', 'p', 'tax', 'a'], ['tax', 'gst', 'p', 'tax', 'a', 'ounts'], ['gst', 'p', 'tax', 'a', 'ounts', 'exprience'], ['p', 'tax', 'a', 'ounts', 'exprience', 'less'], ['tax', 'a', 'ounts', 'exprience', 'less', '1'], ['a', 'ounts', 'exprience', 'less', '1', 'year'], ['ounts', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'filing'], ['less', '1', 'year', 'months', 'filing', 'income'], ['1', 'year', 'months', 'filing', 'income', 'tax'], ['year', 'months', 'filing', 'income', 'tax', 'returns'], ['months', 'filing', 'income', 'tax', 'returns', 'gst'], ['filing', 'income', 'tax', 'returns', 'gst', 'returns'], ['income', 'tax', 'returns', 'gst', 'returns', 'e'], ['tax', 'returns', 'gst', 'returns', 'e', 'tds'], ['returns', 'gst', 'returns', 'e', 'tds', 'air'], ['gst', 'returns', 'e', 'tds', 'air', 'exprience'], ['returns', 'e', 'tds', 'air', 'exprience', 'less'], ['e', 'tds', 'air', 'exprience', 'less', '1'], ['tds', 'air', 'exprience', 'less', '1', 'year'], ['air', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'practice'], ['year', 'monthscompany', 'details', 'company', 'practice', 'description'], ['monthscompany', 'details', 'company', 'practice', 'description', '1'], ['details', 'company', 'practice', 'description', '1', 'drafting'], ['company', 'practice', 'description', '1', 'drafting', 'preparation'], ['practice', 'description', '1', 'drafting', 'preparation', 'plaint'], ['description', '1', 'drafting', 'preparation', 'plaint', 'a'], ['1', 'drafting', 'preparation', 'plaint', 'a', 'ounts'], ['drafting', 'preparation', 'plaint', 'a', 'ounts', 'move'], ['preparation', 'plaint', 'a', 'ounts', 'move', 'relevant'], ['plaint', 'a', 'ounts', 'move', 'relevant', 'authority'], ['a', 'ounts', 'move', 'relevant', 'authority', 'hear'], ['ounts', 'move', 'relevant', 'authority', 'hear', 'cases'], ['education', 'details', 'b', 'com', 'll', 'b', 'university'], ['details', 'b', 'com', 'll', 'b', 'university', 'clacutta'], ['b', 'com', 'll', 'b', 'university', 'clacutta', 'university'], ['com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan'], ['ll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate'], ['b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill'], ['university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details'], ['clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation'], ['university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters'], ['burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income'], ['advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax'], ['skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst'], ['details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p'], ['taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax'], ['matters', 'income', 'tax', 'gst', 'p', 'tax', 'a'], ['income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts'], ['tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience'], ['gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less'], ['p', 'tax', 'a', 'ounts', 'exprience', 'less', '1'], ['tax', 'a', 'ounts', 'exprience', 'less', '1', 'year'], ['a', 'ounts', 'exprience', 'less', '1', 'year', 'months'], ['ounts', 'exprience', 'less', '1', 'year', 'months', 'filing'], ['exprience', 'less', '1', 'year', 'months', 'filing', 'income'], ['less', '1', 'year', 'months', 'filing', 'income', 'tax'], ['1', 'year', 'months', 'filing', 'income', 'tax', 'returns'], ['year', 'months', 'filing', 'income', 'tax', 'returns', 'gst'], ['months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns'], ['filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e'], ['income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds'], ['tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air'], ['returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience'], ['gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less'], ['returns', 'e', 'tds', 'air', 'exprience', 'less', '1'], ['e', 'tds', 'air', 'exprience', 'less', '1', 'year'], ['tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany'], ['air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'practice'], ['1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description'], ['year', 'monthscompany', 'details', 'company', 'practice', 'description', '1'], ['monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting'], ['details', 'company', 'practice', 'description', '1', 'drafting', 'preparation'], ['company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint'], ['practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a'], ['description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts'], ['1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move'], ['drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant'], ['preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority'], ['plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear'], ['a', 'ounts', 'move', 'relevant', 'authority', 'hear', 'cases'], ['education', 'details', 'b', 'com', 'll', 'b', 'university', 'clacutta'], ['details', 'b', 'com', 'll', 'b', 'university', 'clacutta', 'university'], ['b', 'com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan'], ['com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate'], ['ll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill'], ['b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details'], ['university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation'], ['clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters'], ['university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income'], ['burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax'], ['advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst'], ['skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p'], ['details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax'], ['taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax', 'a'], ['matters', 'income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts'], ['income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience'], ['tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less'], ['gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less', '1'], ['p', 'tax', 'a', 'ounts', 'exprience', 'less', '1', 'year'], ['tax', 'a', 'ounts', 'exprience', 'less', '1', 'year', 'months'], ['a', 'ounts', 'exprience', 'less', '1', 'year', 'months', 'filing'], ['ounts', 'exprience', 'less', '1', 'year', 'months', 'filing', 'income'], ['exprience', 'less', '1', 'year', 'months', 'filing', 'income', 'tax'], ['less', '1', 'year', 'months', 'filing', 'income', 'tax', 'returns'], ['1', 'year', 'months', 'filing', 'income', 'tax', 'returns', 'gst'], ['year', 'months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns'], ['months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e'], ['filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds'], ['income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air'], ['tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience'], ['returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less'], ['gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less', '1'], ['returns', 'e', 'tds', 'air', 'exprience', 'less', '1', 'year'], ['e', 'tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany'], ['tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'practice'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description'], ['1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description', '1'], ['year', 'monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting'], ['monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting', 'preparation'], ['details', 'company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint'], ['company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a'], ['practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts'], ['description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move'], ['1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant'], ['drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority'], ['preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear'], ['plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear', 'cases'], ['education', 'details', 'b', 'com', 'll', 'b', 'university', 'clacutta', 'university'], ['details', 'b', 'com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan'], ['b', 'com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate'], ['com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill'], ['ll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details'], ['b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation'], ['university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters'], ['clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income'], ['university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax'], ['burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst'], ['advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p'], ['skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax'], ['details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax', 'a'], ['taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts'], ['matters', 'income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience'], ['income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less'], ['tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less', '1'], ['gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less', '1', 'year'], ['p', 'tax', 'a', 'ounts', 'exprience', 'less', '1', 'year', 'months'], ['tax', 'a', 'ounts', 'exprience', 'less', '1', 'year', 'months', 'filing'], ['a', 'ounts', 'exprience', 'less', '1', 'year', 'months', 'filing', 'income'], ['ounts', 'exprience', 'less', '1', 'year', 'months', 'filing', 'income', 'tax'], ['exprience', 'less', '1', 'year', 'months', 'filing', 'income', 'tax', 'returns'], ['less', '1', 'year', 'months', 'filing', 'income', 'tax', 'returns', 'gst'], ['1', 'year', 'months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns'], ['year', 'months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e'], ['months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds'], ['filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air'], ['income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience'], ['tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less'], ['returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less', '1'], ['gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less', '1', 'year'], ['returns', 'e', 'tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany'], ['e', 'tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'practice'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description', '1'], ['1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting'], ['year', 'monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting', 'preparation'], ['monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint'], ['details', 'company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a'], ['company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts'], ['practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move'], ['description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant'], ['1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority'], ['drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear'], ['preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear', 'cases']], [['education'], ['details'], ['llb'], ['dibrugarh'], ['university'], ['advocate'], ['skill'], ['details'], ['legal'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['legal'], ['description'], ['advocate'], ['education', 'details'], ['details', 'llb'], ['llb', 'dibrugarh'], ['dibrugarh', 'university'], ['university', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'legal'], ['legal', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'legal'], ['legal', 'description'], ['description', 'advocate'], ['education', 'details', 'llb'], ['details', 'llb', 'dibrugarh'], ['llb', 'dibrugarh', 'university'], ['dibrugarh', 'university', 'advocate'], ['university', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'legal'], ['details', 'legal', 'exprience'], ['legal', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'legal'], ['company', 'legal', 'description'], ['legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh'], ['details', 'llb', 'dibrugarh', 'university'], ['llb', 'dibrugarh', 'university', 'advocate'], ['dibrugarh', 'university', 'advocate', 'skill'], ['university', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'legal'], ['skill', 'details', 'legal', 'exprience'], ['details', 'legal', 'exprience', 'less'], ['legal', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'legal'], ['details', 'company', 'legal', 'description'], ['company', 'legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh', 'university'], ['details', 'llb', 'dibrugarh', 'university', 'advocate'], ['llb', 'dibrugarh', 'university', 'advocate', 'skill'], ['dibrugarh', 'university', 'advocate', 'skill', 'details'], ['university', 'advocate', 'skill', 'details', 'legal'], ['advocate', 'skill', 'details', 'legal', 'exprience'], ['skill', 'details', 'legal', 'exprience', 'less'], ['details', 'legal', 'exprience', 'less', '1'], ['legal', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'legal'], ['monthscompany', 'details', 'company', 'legal', 'description'], ['details', 'company', 'legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh', 'university', 'advocate'], ['details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill'], ['llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details'], ['dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal'], ['university', 'advocate', 'skill', 'details', 'legal', 'exprience'], ['advocate', 'skill', 'details', 'legal', 'exprience', 'less'], ['skill', 'details', 'legal', 'exprience', 'less', '1'], ['details', 'legal', 'exprience', 'less', '1', 'year'], ['legal', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'legal'], ['year', 'monthscompany', 'details', 'company', 'legal', 'description'], ['monthscompany', 'details', 'company', 'legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill'], ['details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details'], ['llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal'], ['dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience'], ['university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less'], ['advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1'], ['skill', 'details', 'legal', 'exprience', 'less', '1', 'year'], ['details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany'], ['legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'legal'], ['1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description'], ['year', 'monthscompany', 'details', 'company', 'legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details'], ['details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal'], ['llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience'], ['dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less'], ['university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1'], ['advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany'], ['details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'legal'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description'], ['1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description', 'advocate'], ['education', 'details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal'], ['details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience'], ['llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less'], ['dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1'], ['university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1', 'year'], ['advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany'], ['skill', 'details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'legal'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description', 'advocate']], [['education'], ['details'], ['november'], ['2016'], ['january'], ['2019'], ['llm'], ['masters'], ['law'], ['hyderabad'], ['telangana'], ['sultan'], ['ul'], ['uloom'], ['college'], ['of'], ['law'], ['september'], ['2011'], ['may'], ['2016'], ['ba'], ['llb'], ['bachelors'], ['law'], ['hyderabad'], ['telangana'], ['osmania'], ['university'], ['pg'], ['college'], ['of'], ['law'], ['advocate'], ['experienced'], ['litigation'], ['recently'], ['acquired'], ['masters'], ['degree'], ['law'], ['skill'], ['details'], ['microsoft'], ['word'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['litigation'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['legal'], ['research'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['contracts'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['internet'], ['savvy'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['drafting'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['lrc'], ['office'], ['description'], ['working'], ['senior'], ['advocate'], ['l'], ['ravichander'], ['high'], ['court'], ['telangana'], ['experience'], ['drafting'], ['legal'], ['correspondence'], ['education', 'details'], ['details', 'november'], ['november', '2016'], ['2016', 'january'], ['january', '2019'], ['2019', 'llm'], ['llm', 'masters'], ['masters', 'law'], ['law', 'hyderabad'], ['hyderabad', 'telangana'], ['telangana', 'sultan'], ['sultan', 'ul'], ['ul', 'uloom'], ['uloom', 'college'], ['college', 'of'], ['of', 'law'], ['law', 'september'], ['september', '2011'], ['2011', 'may'], ['may', '2016'], ['2016', 'ba'], ['ba', 'llb'], ['llb', 'bachelors'], ['bachelors', 'law'], ['law', 'hyderabad'], ['hyderabad', 'telangana'], ['telangana', 'osmania'], ['osmania', 'university'], ['university', 'pg'], ['pg', 'college'], ['college', 'of'], ['of', 'law'], ['law', 'advocate'], ['advocate', 'experienced'], ['experienced', 'litigation'], ['litigation', 'recently'], ['recently', 'acquired'], ['acquired', 'masters'], ['masters', 'degree'], ['degree', 'law'], ['law', 'skill'], ['skill', 'details'], ['details', 'microsoft'], ['microsoft', 'word'], ['word', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'litigation'], ['litigation', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'legal'], ['legal', 'research'], ['research', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'contracts'], ['contracts', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'internet'], ['internet', 'savvy'], ['savvy', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'drafting'], ['drafting', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'lrc'], ['lrc', 'office'], ['office', 'description'], ['description', 'working'], ['working', 'senior'], ['senior', 'advocate'], ['advocate', 'l'], ['l', 'ravichander'], ['ravichander', 'high'], ['high', 'court'], ['court', 'telangana'], ['telangana', 'experience'], ['experience', 'drafting'], ['drafting', 'legal'], ['legal', 'correspondence'], ['education', 'details', 'november'], ['details', 'november', '2016'], ['november', '2016', 'january'], ['2016', 'january', '2019'], ['january', '2019', 'llm'], ['2019', 'llm', 'masters'], ['llm', 'masters', 'law'], ['masters', 'law', 'hyderabad'], ['law', 'hyderabad', 'telangana'], ['hyderabad', 'telangana', 'sultan'], ['telangana', 'sultan', 'ul'], ['sultan', 'ul', 'uloom'], ['ul', 'uloom', 'college'], ['uloom', 'college', 'of'], ['college', 'of', 'law'], ['of', 'law', 'september'], ['law', 'september', '2011'], ['september', '2011', 'may'], ['2011', 'may', '2016'], ['may', '2016', 'ba'], ['2016', 'ba', 'llb'], ['ba', 'llb', 'bachelors'], ['llb', 'bachelors', 'law'], ['bachelors', 'law', 'hyderabad'], ['law', 'hyderabad', 'telangana'], ['hyderabad', 'telangana', 'osmania'], ['telangana', 'osmania', 'university'], ['osmania', 'university', 'pg'], ['university', 'pg', 'college'], ['pg', 'college', 'of'], ['college', 'of', 'law'], ['of', 'law', 'advocate'], ['law', 'advocate', 'experienced'], ['advocate', 'experienced', 'litigation'], ['experienced', 'litigation', 'recently'], ['litigation', 'recently', 'acquired'], ['recently', 'acquired', 'masters'], ['acquired', 'masters', 'degree'], ['masters', 'degree', 'law'], ['degree', 'law', 'skill'], ['law', 'skill', 'details'], ['skill', 'details', 'microsoft'], ['details', 'microsoft', 'word'], ['microsoft', 'word', 'exprience'], ['word', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'litigation'], ['months', 'litigation', 'exprience'], ['litigation', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'legal'], ['months', 'legal', 'research'], ['legal', 'research', 'exprience'], ['research', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'contracts'], ['months', 'contracts', 'exprience'], ['contracts', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'internet'], ['months', 'internet', 'savvy'], ['internet', 'savvy', 'exprience'], ['savvy', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'drafting'], ['months', 'drafting', 'exprience'], ['drafting', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'lrc'], ['company', 'lrc', 'office'], ['lrc', 'office', 'description'], ['office', 'description', 'working'], ['description', 'working', 'senior'], ['working', 'senior', 'advocate'], ['senior', 'advocate', 'l'], ['advocate', 'l', 'ravichander'], ['l', 'ravichander', 'high'], ['ravichander', 'high', 'court'], ['high', 'court', 'telangana'], ['court', 'telangana', 'experience'], ['telangana', 'experience', 'drafting'], ['experience', 'drafting', 'legal'], ['drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016'], ['details', 'november', '2016', 'january'], ['november', '2016', 'january', '2019'], ['2016', 'january', '2019', 'llm'], ['january', '2019', 'llm', 'masters'], ['2019', 'llm', 'masters', 'law'], ['llm', 'masters', 'law', 'hyderabad'], ['masters', 'law', 'hyderabad', 'telangana'], ['law', 'hyderabad', 'telangana', 'sultan'], ['hyderabad', 'telangana', 'sultan', 'ul'], ['telangana', 'sultan', 'ul', 'uloom'], ['sultan', 'ul', 'uloom', 'college'], ['ul', 'uloom', 'college', 'of'], ['uloom', 'college', 'of', 'law'], ['college', 'of', 'law', 'september'], ['of', 'law', 'september', '2011'], ['law', 'september', '2011', 'may'], ['september', '2011', 'may', '2016'], ['2011', 'may', '2016', 'ba'], ['may', '2016', 'ba', 'llb'], ['2016', 'ba', 'llb', 'bachelors'], ['ba', 'llb', 'bachelors', 'law'], ['llb', 'bachelors', 'law', 'hyderabad'], ['bachelors', 'law', 'hyderabad', 'telangana'], ['law', 'hyderabad', 'telangana', 'osmania'], ['hyderabad', 'telangana', 'osmania', 'university'], ['telangana', 'osmania', 'university', 'pg'], ['osmania', 'university', 'pg', 'college'], ['university', 'pg', 'college', 'of'], ['pg', 'college', 'of', 'law'], ['college', 'of', 'law', 'advocate'], ['of', 'law', 'advocate', 'experienced'], ['law', 'advocate', 'experienced', 'litigation'], ['advocate', 'experienced', 'litigation', 'recently'], ['experienced', 'litigation', 'recently', 'acquired'], ['litigation', 'recently', 'acquired', 'masters'], ['recently', 'acquired', 'masters', 'degree'], ['acquired', 'masters', 'degree', 'law'], ['masters', 'degree', 'law', 'skill'], ['degree', 'law', 'skill', 'details'], ['law', 'skill', 'details', 'microsoft'], ['skill', 'details', 'microsoft', 'word'], ['details', 'microsoft', 'word', 'exprience'], ['microsoft', 'word', 'exprience', 'less'], ['word', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'litigation'], ['year', 'months', 'litigation', 'exprience'], ['months', 'litigation', 'exprience', 'less'], ['litigation', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'legal'], ['year', 'months', 'legal', 'research'], ['months', 'legal', 'research', 'exprience'], ['legal', 'research', 'exprience', 'less'], ['research', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'contracts'], ['year', 'months', 'contracts', 'exprience'], ['months', 'contracts', 'exprience', 'less'], ['contracts', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'internet'], ['year', 'months', 'internet', 'savvy'], ['months', 'internet', 'savvy', 'exprience'], ['internet', 'savvy', 'exprience', 'less'], ['savvy', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'drafting'], ['year', 'months', 'drafting', 'exprience'], ['months', 'drafting', 'exprience', 'less'], ['drafting', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'lrc'], ['details', 'company', 'lrc', 'office'], ['company', 'lrc', 'office', 'description'], ['lrc', 'office', 'description', 'working'], ['office', 'description', 'working', 'senior'], ['description', 'working', 'senior', 'advocate'], ['working', 'senior', 'advocate', 'l'], ['senior', 'advocate', 'l', 'ravichander'], ['advocate', 'l', 'ravichander', 'high'], ['l', 'ravichander', 'high', 'court'], ['ravichander', 'high', 'court', 'telangana'], ['high', 'court', 'telangana', 'experience'], ['court', 'telangana', 'experience', 'drafting'], ['telangana', 'experience', 'drafting', 'legal'], ['experience', 'drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016', 'january'], ['details', 'november', '2016', 'january', '2019'], ['november', '2016', 'january', '2019', 'llm'], ['2016', 'january', '2019', 'llm', 'masters'], ['january', '2019', 'llm', 'masters', 'law'], ['2019', 'llm', 'masters', 'law', 'hyderabad'], ['llm', 'masters', 'law', 'hyderabad', 'telangana'], ['masters', 'law', 'hyderabad', 'telangana', 'sultan'], ['law', 'hyderabad', 'telangana', 'sultan', 'ul'], ['hyderabad', 'telangana', 'sultan', 'ul', 'uloom'], ['telangana', 'sultan', 'ul', 'uloom', 'college'], ['sultan', 'ul', 'uloom', 'college', 'of'], ['ul', 'uloom', 'college', 'of', 'law'], ['uloom', 'college', 'of', 'law', 'september'], ['college', 'of', 'law', 'september', '2011'], ['of', 'law', 'september', '2011', 'may'], ['law', 'september', '2011', 'may', '2016'], ['september', '2011', 'may', '2016', 'ba'], ['2011', 'may', '2016', 'ba', 'llb'], ['may', '2016', 'ba', 'llb', 'bachelors'], ['2016', 'ba', 'llb', 'bachelors', 'law'], ['ba', 'llb', 'bachelors', 'law', 'hyderabad'], ['llb', 'bachelors', 'law', 'hyderabad', 'telangana'], ['bachelors', 'law', 'hyderabad', 'telangana', 'osmania'], ['law', 'hyderabad', 'telangana', 'osmania', 'university'], ['hyderabad', 'telangana', 'osmania', 'university', 'pg'], ['telangana', 'osmania', 'university', 'pg', 'college'], ['osmania', 'university', 'pg', 'college', 'of'], ['university', 'pg', 'college', 'of', 'law'], ['pg', 'college', 'of', 'law', 'advocate'], ['college', 'of', 'law', 'advocate', 'experienced'], ['of', 'law', 'advocate', 'experienced', 'litigation'], ['law', 'advocate', 'experienced', 'litigation', 'recently'], ['advocate', 'experienced', 'litigation', 'recently', 'acquired'], ['experienced', 'litigation', 'recently', 'acquired', 'masters'], ['litigation', 'recently', 'acquired', 'masters', 'degree'], ['recently', 'acquired', 'masters', 'degree', 'law'], ['acquired', 'masters', 'degree', 'law', 'skill'], ['masters', 'degree', 'law', 'skill', 'details'], ['degree', 'law', 'skill', 'details', 'microsoft'], ['law', 'skill', 'details', 'microsoft', 'word'], ['skill', 'details', 'microsoft', 'word', 'exprience'], ['details', 'microsoft', 'word', 'exprience', 'less'], ['microsoft', 'word', 'exprience', 'less', '1'], ['word', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'litigation'], ['1', 'year', 'months', 'litigation', 'exprience'], ['year', 'months', 'litigation', 'exprience', 'less'], ['months', 'litigation', 'exprience', 'less', '1'], ['litigation', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'legal'], ['1', 'year', 'months', 'legal', 'research'], ['year', 'months', 'legal', 'research', 'exprience'], ['months', 'legal', 'research', 'exprience', 'less'], ['legal', 'research', 'exprience', 'less', '1'], ['research', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'contracts'], ['1', 'year', 'months', 'contracts', 'exprience'], ['year', 'months', 'contracts', 'exprience', 'less'], ['months', 'contracts', 'exprience', 'less', '1'], ['contracts', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'internet'], ['1', 'year', 'months', 'internet', 'savvy'], ['year', 'months', 'internet', 'savvy', 'exprience'], ['months', 'internet', 'savvy', 'exprience', 'less'], ['internet', 'savvy', 'exprience', 'less', '1'], ['savvy', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'drafting'], ['1', 'year', 'months', 'drafting', 'exprience'], ['year', 'months', 'drafting', 'exprience', 'less'], ['months', 'drafting', 'exprience', 'less', '1'], ['drafting', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'lrc'], ['monthscompany', 'details', 'company', 'lrc', 'office'], ['details', 'company', 'lrc', 'office', 'description'], ['company', 'lrc', 'office', 'description', 'working'], ['lrc', 'office', 'description', 'working', 'senior'], ['office', 'description', 'working', 'senior', 'advocate'], ['description', 'working', 'senior', 'advocate', 'l'], ['working', 'senior', 'advocate', 'l', 'ravichander'], ['senior', 'advocate', 'l', 'ravichander', 'high'], ['advocate', 'l', 'ravichander', 'high', 'court'], ['l', 'ravichander', 'high', 'court', 'telangana'], ['ravichander', 'high', 'court', 'telangana', 'experience'], ['high', 'court', 'telangana', 'experience', 'drafting'], ['court', 'telangana', 'experience', 'drafting', 'legal'], ['telangana', 'experience', 'drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016', 'january', '2019'], ['details', 'november', '2016', 'january', '2019', 'llm'], ['november', '2016', 'january', '2019', 'llm', 'masters'], ['2016', 'january', '2019', 'llm', 'masters', 'law'], ['january', '2019', 'llm', 'masters', 'law', 'hyderabad'], ['2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana'], ['llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan'], ['masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul'], ['law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom'], ['hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college'], ['telangana', 'sultan', 'ul', 'uloom', 'college', 'of'], ['sultan', 'ul', 'uloom', 'college', 'of', 'law'], ['ul', 'uloom', 'college', 'of', 'law', 'september'], ['uloom', 'college', 'of', 'law', 'september', '2011'], ['college', 'of', 'law', 'september', '2011', 'may'], ['of', 'law', 'september', '2011', 'may', '2016'], ['law', 'september', '2011', 'may', '2016', 'ba'], ['september', '2011', 'may', '2016', 'ba', 'llb'], ['2011', 'may', '2016', 'ba', 'llb', 'bachelors'], ['may', '2016', 'ba', 'llb', 'bachelors', 'law'], ['2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad'], ['ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana'], ['llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania'], ['bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university'], ['law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg'], ['hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college'], ['telangana', 'osmania', 'university', 'pg', 'college', 'of'], ['osmania', 'university', 'pg', 'college', 'of', 'law'], ['university', 'pg', 'college', 'of', 'law', 'advocate'], ['pg', 'college', 'of', 'law', 'advocate', 'experienced'], ['college', 'of', 'law', 'advocate', 'experienced', 'litigation'], ['of', 'law', 'advocate', 'experienced', 'litigation', 'recently'], ['law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired'], ['advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters'], ['experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree'], ['litigation', 'recently', 'acquired', 'masters', 'degree', 'law'], ['recently', 'acquired', 'masters', 'degree', 'law', 'skill'], ['acquired', 'masters', 'degree', 'law', 'skill', 'details'], ['masters', 'degree', 'law', 'skill', 'details', 'microsoft'], ['degree', 'law', 'skill', 'details', 'microsoft', 'word'], ['law', 'skill', 'details', 'microsoft', 'word', 'exprience'], ['skill', 'details', 'microsoft', 'word', 'exprience', 'less'], ['details', 'microsoft', 'word', 'exprience', 'less', '1'], ['microsoft', 'word', 'exprience', 'less', '1', 'year'], ['word', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'litigation'], ['less', '1', 'year', 'months', 'litigation', 'exprience'], ['1', 'year', 'months', 'litigation', 'exprience', 'less'], ['year', 'months', 'litigation', 'exprience', 'less', '1'], ['months', 'litigation', 'exprience', 'less', '1', 'year'], ['litigation', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'legal'], ['less', '1', 'year', 'months', 'legal', 'research'], ['1', 'year', 'months', 'legal', 'research', 'exprience'], ['year', 'months', 'legal', 'research', 'exprience', 'less'], ['months', 'legal', 'research', 'exprience', 'less', '1'], ['legal', 'research', 'exprience', 'less', '1', 'year'], ['research', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'contracts'], ['less', '1', 'year', 'months', 'contracts', 'exprience'], ['1', 'year', 'months', 'contracts', 'exprience', 'less'], ['year', 'months', 'contracts', 'exprience', 'less', '1'], ['months', 'contracts', 'exprience', 'less', '1', 'year'], ['contracts', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'internet'], ['less', '1', 'year', 'months', 'internet', 'savvy'], ['1', 'year', 'months', 'internet', 'savvy', 'exprience'], ['year', 'months', 'internet', 'savvy', 'exprience', 'less'], ['months', 'internet', 'savvy', 'exprience', 'less', '1'], ['internet', 'savvy', 'exprience', 'less', '1', 'year'], ['savvy', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'drafting'], ['less', '1', 'year', 'months', 'drafting', 'exprience'], ['1', 'year', 'months', 'drafting', 'exprience', 'less'], ['year', 'months', 'drafting', 'exprience', 'less', '1'], ['months', 'drafting', 'exprience', 'less', '1', 'year'], ['drafting', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'lrc'], ['year', 'monthscompany', 'details', 'company', 'lrc', 'office'], ['monthscompany', 'details', 'company', 'lrc', 'office', 'description'], ['details', 'company', 'lrc', 'office', 'description', 'working'], ['company', 'lrc', 'office', 'description', 'working', 'senior'], ['lrc', 'office', 'description', 'working', 'senior', 'advocate'], ['office', 'description', 'working', 'senior', 'advocate', 'l'], ['description', 'working', 'senior', 'advocate', 'l', 'ravichander'], ['working', 'senior', 'advocate', 'l', 'ravichander', 'high'], ['senior', 'advocate', 'l', 'ravichander', 'high', 'court'], ['advocate', 'l', 'ravichander', 'high', 'court', 'telangana'], ['l', 'ravichander', 'high', 'court', 'telangana', 'experience'], ['ravichander', 'high', 'court', 'telangana', 'experience', 'drafting'], ['high', 'court', 'telangana', 'experience', 'drafting', 'legal'], ['court', 'telangana', 'experience', 'drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016', 'january', '2019', 'llm'], ['details', 'november', '2016', 'january', '2019', 'llm', 'masters'], ['november', '2016', 'january', '2019', 'llm', 'masters', 'law'], ['2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad'], ['january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana'], ['2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan'], ['llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul'], ['masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom'], ['law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college'], ['hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of'], ['telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law'], ['sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september'], ['ul', 'uloom', 'college', 'of', 'law', 'september', '2011'], ['uloom', 'college', 'of', 'law', 'september', '2011', 'may'], ['college', 'of', 'law', 'september', '2011', 'may', '2016'], ['of', 'law', 'september', '2011', 'may', '2016', 'ba'], ['law', 'september', '2011', 'may', '2016', 'ba', 'llb'], ['september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors'], ['2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law'], ['may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad'], ['2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana'], ['ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania'], ['llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university'], ['bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg'], ['law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college'], ['hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of'], ['telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law'], ['osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate'], ['university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced'], ['pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation'], ['college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently'], ['of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired'], ['law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters'], ['advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree'], ['experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law'], ['litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill'], ['recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details'], ['acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft'], ['masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word'], ['degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience'], ['law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less'], ['skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1'], ['details', 'microsoft', 'word', 'exprience', 'less', '1', 'year'], ['microsoft', 'word', 'exprience', 'less', '1', 'year', 'months'], ['word', 'exprience', 'less', '1', 'year', 'months', 'litigation'], ['exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience'], ['less', '1', 'year', 'months', 'litigation', 'exprience', 'less'], ['1', 'year', 'months', 'litigation', 'exprience', 'less', '1'], ['year', 'months', 'litigation', 'exprience', 'less', '1', 'year'], ['months', 'litigation', 'exprience', 'less', '1', 'year', 'months'], ['litigation', 'exprience', 'less', '1', 'year', 'months', 'legal'], ['exprience', 'less', '1', 'year', 'months', 'legal', 'research'], ['less', '1', 'year', 'months', 'legal', 'research', 'exprience'], ['1', 'year', 'months', 'legal', 'research', 'exprience', 'less'], ['year', 'months', 'legal', 'research', 'exprience', 'less', '1'], ['months', 'legal', 'research', 'exprience', 'less', '1', 'year'], ['legal', 'research', 'exprience', 'less', '1', 'year', 'months'], ['research', 'exprience', 'less', '1', 'year', 'months', 'contracts'], ['exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience'], ['less', '1', 'year', 'months', 'contracts', 'exprience', 'less'], ['1', 'year', 'months', 'contracts', 'exprience', 'less', '1'], ['year', 'months', 'contracts', 'exprience', 'less', '1', 'year'], ['months', 'contracts', 'exprience', 'less', '1', 'year', 'months'], ['contracts', 'exprience', 'less', '1', 'year', 'months', 'internet'], ['exprience', 'less', '1', 'year', 'months', 'internet', 'savvy'], ['less', '1', 'year', 'months', 'internet', 'savvy', 'exprience'], ['1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less'], ['year', 'months', 'internet', 'savvy', 'exprience', 'less', '1'], ['months', 'internet', 'savvy', 'exprience', 'less', '1', 'year'], ['internet', 'savvy', 'exprience', 'less', '1', 'year', 'months'], ['savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting'], ['exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience'], ['less', '1', 'year', 'months', 'drafting', 'exprience', 'less'], ['1', 'year', 'months', 'drafting', 'exprience', 'less', '1'], ['year', 'months', 'drafting', 'exprience', 'less', '1', 'year'], ['months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany'], ['drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc'], ['1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office'], ['year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description'], ['monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working'], ['details', 'company', 'lrc', 'office', 'description', 'working', 'senior'], ['company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate'], ['lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l'], ['office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander'], ['description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high'], ['working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court'], ['senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana'], ['advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience'], ['l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting'], ['ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal'], ['high', 'court', 'telangana', 'experience', 'drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016', 'january', '2019', 'llm', 'masters'], ['details', 'november', '2016', 'january', '2019', 'llm', 'masters', 'law'], ['november', '2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad'], ['2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana'], ['january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan'], ['2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul'], ['llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom'], ['masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college'], ['law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of'], ['hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law'], ['telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september'], ['sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september', '2011'], ['ul', 'uloom', 'college', 'of', 'law', 'september', '2011', 'may'], ['uloom', 'college', 'of', 'law', 'september', '2011', 'may', '2016'], ['college', 'of', 'law', 'september', '2011', 'may', '2016', 'ba'], ['of', 'law', 'september', '2011', 'may', '2016', 'ba', 'llb'], ['law', 'september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors'], ['september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law'], ['2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad'], ['may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana'], ['2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania'], ['ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university'], ['llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg'], ['bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college'], ['law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of'], ['hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law'], ['telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate'], ['osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced'], ['university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation'], ['pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently'], ['college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired'], ['of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters'], ['law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree'], ['advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law'], ['experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill'], ['litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details'], ['recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft'], ['acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word'], ['masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience'], ['degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less'], ['law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1'], ['skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1', 'year'], ['details', 'microsoft', 'word', 'exprience', 'less', '1', 'year', 'months'], ['microsoft', 'word', 'exprience', 'less', '1', 'year', 'months', 'litigation'], ['word', 'exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience', 'less'], ['less', '1', 'year', 'months', 'litigation', 'exprience', 'less', '1'], ['1', 'year', 'months', 'litigation', 'exprience', 'less', '1', 'year'], ['year', 'months', 'litigation', 'exprience', 'less', '1', 'year', 'months'], ['months', 'litigation', 'exprience', 'less', '1', 'year', 'months', 'legal'], ['litigation', 'exprience', 'less', '1', 'year', 'months', 'legal', 'research'], ['exprience', 'less', '1', 'year', 'months', 'legal', 'research', 'exprience'], ['less', '1', 'year', 'months', 'legal', 'research', 'exprience', 'less'], ['1', 'year', 'months', 'legal', 'research', 'exprience', 'less', '1'], ['year', 'months', 'legal', 'research', 'exprience', 'less', '1', 'year'], ['months', 'legal', 'research', 'exprience', 'less', '1', 'year', 'months'], ['legal', 'research', 'exprience', 'less', '1', 'year', 'months', 'contracts'], ['research', 'exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience', 'less'], ['less', '1', 'year', 'months', 'contracts', 'exprience', 'less', '1'], ['1', 'year', 'months', 'contracts', 'exprience', 'less', '1', 'year'], ['year', 'months', 'contracts', 'exprience', 'less', '1', 'year', 'months'], ['months', 'contracts', 'exprience', 'less', '1', 'year', 'months', 'internet'], ['contracts', 'exprience', 'less', '1', 'year', 'months', 'internet', 'savvy'], ['exprience', 'less', '1', 'year', 'months', 'internet', 'savvy', 'exprience'], ['less', '1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less'], ['1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less', '1'], ['year', 'months', 'internet', 'savvy', 'exprience', 'less', '1', 'year'], ['months', 'internet', 'savvy', 'exprience', 'less', '1', 'year', 'months'], ['internet', 'savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting'], ['savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience', 'less'], ['less', '1', 'year', 'months', 'drafting', 'exprience', 'less', '1'], ['1', 'year', 'months', 'drafting', 'exprience', 'less', '1', 'year'], ['year', 'months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany'], ['months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office'], ['1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description'], ['year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working'], ['monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working', 'senior'], ['details', 'company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate'], ['company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l'], ['lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander'], ['office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high'], ['description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court'], ['working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana'], ['senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience'], ['advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting'], ['l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal'], ['ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal', 'correspondence'], ['education', 'details', 'november', '2016', 'january', '2019', 'llm', 'masters', 'law'], ['details', 'november', '2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad'], ['november', '2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana'], ['2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan'], ['january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul'], ['2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom'], ['llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college'], ['masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of'], ['law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law'], ['hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september'], ['telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september', '2011'], ['sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september', '2011', 'may'], ['ul', 'uloom', 'college', 'of', 'law', 'september', '2011', 'may', '2016'], ['uloom', 'college', 'of', 'law', 'september', '2011', 'may', '2016', 'ba'], ['college', 'of', 'law', 'september', '2011', 'may', '2016', 'ba', 'llb'], ['of', 'law', 'september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors'], ['law', 'september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law'], ['september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad'], ['2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana'], ['may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania'], ['2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university'], ['ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg'], ['llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college'], ['bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of'], ['law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law'], ['hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate'], ['telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced'], ['osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation'], ['university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently'], ['pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired'], ['college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters'], ['of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree'], ['law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law'], ['advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill'], ['experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details'], ['litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft'], ['recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word'], ['acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience'], ['masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less'], ['degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1'], ['law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1', 'year', 'months'], ['details', 'microsoft', 'word', 'exprience', 'less', '1', 'year', 'months', 'litigation'], ['microsoft', 'word', 'exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience'], ['word', 'exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'litigation', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'litigation', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'litigation', 'exprience', 'less', '1', 'year', 'months', 'legal'], ['months', 'litigation', 'exprience', 'less', '1', 'year', 'months', 'legal', 'research'], ['litigation', 'exprience', 'less', '1', 'year', 'months', 'legal', 'research', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'legal', 'research', 'exprience', 'less'], ['less', '1', 'year', 'months', 'legal', 'research', 'exprience', 'less', '1'], ['1', 'year', 'months', 'legal', 'research', 'exprience', 'less', '1', 'year'], ['year', 'months', 'legal', 'research', 'exprience', 'less', '1', 'year', 'months'], ['months', 'legal', 'research', 'exprience', 'less', '1', 'year', 'months', 'contracts'], ['legal', 'research', 'exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience'], ['research', 'exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'contracts', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'contracts', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'contracts', 'exprience', 'less', '1', 'year', 'months', 'internet'], ['months', 'contracts', 'exprience', 'less', '1', 'year', 'months', 'internet', 'savvy'], ['contracts', 'exprience', 'less', '1', 'year', 'months', 'internet', 'savvy', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less'], ['less', '1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less', '1'], ['1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less', '1', 'year'], ['year', 'months', 'internet', 'savvy', 'exprience', 'less', '1', 'year', 'months'], ['months', 'internet', 'savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting'], ['internet', 'savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience'], ['savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'drafting', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany'], ['year', 'months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description'], ['1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working'], ['year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working', 'senior'], ['monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate'], ['details', 'company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l'], ['company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander'], ['lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high'], ['office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court'], ['description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana'], ['working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience'], ['senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting'], ['advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal'], ['l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal', 'correspondence']], [['skills'], ['knows'], ['english'], ['native'], ['speaker'], ['ielts'], ['overall'], ['8'], ['listening'], ['8'], ['reading'], ['8'], ['writing'], ['7'], ['speaking'], ['8'], ['5'], ['hindi'], ['bilingual'], ['proficiency'], ['punjabi'], ['native'], ['speaker'], ['able'], ['communicate'], ['clearly'], ['concisely'], ['people'], ['diverse'], ['backgrounds'], ['levels'], ['authority'], ['exceptional'], ['knowledge'], ['administrative'], ['procedures'], ['evidence'], ['rules'], ['trials'], ['can'], ['maintain'], ['professional'], ['attitude'], ['peers'], ['co'], ['workers'], ['clients'], ['times'], ['focused'], ['driven'], ['always'], ['meet'], ['deadlines'], ['pretrial'], ['procedures'], ['trials'], ['appellate'], ['briefings'], ['effectively'], ['utilizing'], ['resources'], ['a'], ['microsoft'], ['certified'], ['systems'], ['engineer'], ['2008'], ['much'], ['competent'], ['windows'], ['word'], ['processing'], ['software'], ['education'], ['details'], ['july'], ['2009'], ['may'], ['2012'], ['bachelor'], ['laws'], ['bikaner'], ['rajasthan'], ['maharaja'], ['ganga'], ['singh'], ['university'], ['august'], ['2008'], ['november'], ['2008'], ['microsoft'], ['certified'], ['systems'], ['engineer'], ['networking'], ['chandigarh'], ['july'], ['2005'], ['april'], ['2008'], ['bachelor'], ['science'], ['bio'], ['informatics'], ['chandigarh'], ['chandigarh'], ['panjab'], ['university'], ['advocate'], ['newcomer'], ['indian'], ['advocate'], ['skill'], ['details'], ['administration'], ['exprience'], ['72'], ['months'], ['legal'], ['research'], ['exprience'], ['72'], ['months'], ['microsoft'], ['office'], ['exprience'], ['72'], ['months'], ['drafting'], ['exprience'], ['72'], ['monthscompany'], ['details'], ['company'], ['district'], ['courts'], ['description'], ['key'], ['features'], ['licensed'], ['advocate'], ['practice'], ['16'], ['aug'], ['2012'], ['bar'], ['council'], ['punjab'], ['haryana'], ['chandigarh'], ['admitted'], ['practice'], ['district'], ['courts'], ['mansa'], ['since'], ['18'], ['aug'], ['2012'], ['su'], ['essfully'], ['passed'], ['all'], ['india'], ['bar'], ['examination'], ['aibe'], ['conducted'], ['bar'], ['council'], ['india'], ['bci'], ['september'], ['2013'], ['lead'], ['sole'], ['counsel'], ['plaintiff'], ['respondents'], ['number'], ['criminal'], ['civil'], ['trials'], ['since'], ['2012'], ['prepared'], ['prosecuted'], ['conclusion'], ['either'], ['trial'], ['settlement'], ['number'], ['claim'], ['cases'], ['involving'], ['personal'], ['injury'], ['death'], ['cases'], ['working'], ['panel'], ['district'], ['legal'], ['services'], ['authority'], ['mansa'], ['run'], ['supervision'], ['national'], ['legal'], ['services'], ['authority'], ['india'], ['former'], ['co'], ['opted'], ['member'], ['administrative'], ['committee'], ['punjab'], ['former'], ['joint'], ['secretary'], ['district'], ['bar'], ['association'], ['mansa'], ['2017'], ['18'], ['job'], ['duties'], ['advice'], ['clients'], ['legal'], ['rights'], ['matters'], ['related'], ['law'], ['plead'], ['clients'], ['cases'], ['include'], ['various'], ['international'], ['companies'], ['courts'], ['law'], ['forums'], ['tribunals'], ['boards'], ['researching'], ['legal'], ['precedents'], ['gathering'], ['evidence'], ['trials'], ['criminal'], ['injury'], ['death'], ['compensation'], ['claims'], ['others'], ['draw'], ['legal'], ['documents'], ['bail'], ['petitions'], ['appeals'], ['divorces'], ['contracts'], ['etc'], ['negotiates'], ['settlements'], ['civil'], ['disputes'], ['act'], ['mediator'], ['conciliator'], ['local'], ['commissioner'], ['arbitrator'], ['per'], ['court'], ['orders'], ['managing'], ['private'], ['practice'], ['6'], ['years'], ['including'], ['aspects'], ['administration'], ['management'], ['functions'], ['controlling'], ['costs'], ['achieving'], ['objectives'], ['related'], ['practice'], ['law'], ['skills', 'knows'], ['knows', 'english'], ['english', 'native'], ['native', 'speaker'], ['speaker', 'ielts'], ['ielts', 'overall'], ['overall', '8'], ['8', 'listening'], ['listening', '8'], ['8', 'reading'], ['reading', '8'], ['8', 'writing'], ['writing', '7'], ['7', 'speaking'], ['speaking', '8'], ['8', '5'], ['5', 'hindi'], ['hindi', 'bilingual'], ['bilingual', 'proficiency'], ['proficiency', 'punjabi'], ['punjabi', 'native'], ['native', 'speaker'], ['speaker', 'able'], ['able', 'communicate'], ['communicate', 'clearly'], ['clearly', 'concisely'], ['concisely', 'people'], ['people', 'diverse'], ['diverse', 'backgrounds'], ['backgrounds', 'levels'], ['levels', 'authority'], ['authority', 'exceptional'], ['exceptional', 'knowledge'], ['knowledge', 'administrative'], ['administrative', 'procedures'], ['procedures', 'evidence'], ['evidence', 'rules'], ['rules', 'trials'], ['trials', 'can'], ['can', 'maintain'], ['maintain', 'professional'], ['professional', 'attitude'], ['attitude', 'peers'], ['peers', 'co'], ['co', 'workers'], ['workers', 'clients'], ['clients', 'times'], ['times', 'focused'], ['focused', 'driven'], ['driven', 'always'], ['always', 'meet'], ['meet', 'deadlines'], ['deadlines', 'pretrial'], ['pretrial', 'procedures'], ['procedures', 'trials'], ['trials', 'appellate'], ['appellate', 'briefings'], ['briefings', 'effectively'], ['effectively', 'utilizing'], ['utilizing', 'resources'], ['resources', 'a'], ['a', 'microsoft'], ['microsoft', 'certified'], ['certified', 'systems'], ['systems', 'engineer'], ['engineer', '2008'], ['2008', 'much'], ['much', 'competent'], ['competent', 'windows'], ['windows', 'word'], ['word', 'processing'], ['processing', 'software'], ['software', 'education'], ['education', 'details'], ['details', 'july'], ['july', '2009'], ['2009', 'may'], ['may', '2012'], ['2012', 'bachelor'], ['bachelor', 'laws'], ['laws', 'bikaner'], ['bikaner', 'rajasthan'], ['rajasthan', 'maharaja'], ['maharaja', 'ganga'], ['ganga', 'singh'], ['singh', 'university'], ['university', 'august'], ['august', '2008'], ['2008', 'november'], ['november', '2008'], ['2008', 'microsoft'], ['microsoft', 'certified'], ['certified', 'systems'], ['systems', 'engineer'], ['engineer', 'networking'], ['networking', 'chandigarh'], ['chandigarh', 'july'], ['july', '2005'], ['2005', 'april'], ['april', '2008'], ['2008', 'bachelor'], ['bachelor', 'science'], ['science', 'bio'], ['bio', 'informatics'], ['informatics', 'chandigarh'], ['chandigarh', 'chandigarh'], ['chandigarh', 'panjab'], ['panjab', 'university'], ['university', 'advocate'], ['advocate', 'newcomer'], ['newcomer', 'indian'], ['indian', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'administration'], ['administration', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'legal'], ['legal', 'research'], ['research', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'microsoft'], ['microsoft', 'office'], ['office', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'drafting'], ['drafting', 'exprience'], ['exprience', '72'], ['72', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'district'], ['district', 'courts'], ['courts', 'description'], ['description', 'key'], ['key', 'features'], ['features', 'licensed'], ['licensed', 'advocate'], ['advocate', 'practice'], ['practice', '16'], ['16', 'aug'], ['aug', '2012'], ['2012', 'bar'], ['bar', 'council'], ['council', 'punjab'], ['punjab', 'haryana'], ['haryana', 'chandigarh'], ['chandigarh', 'admitted'], ['admitted', 'practice'], ['practice', 'district'], ['district', 'courts'], ['courts', 'mansa'], ['mansa', 'since'], ['since', '18'], ['18', 'aug'], ['aug', '2012'], ['2012', 'su'], ['su', 'essfully'], ['essfully', 'passed'], ['passed', 'all'], ['all', 'india'], ['india', 'bar'], ['bar', 'examination'], ['examination', 'aibe'], ['aibe', 'conducted'], ['conducted', 'bar'], ['bar', 'council'], ['council', 'india'], ['india', 'bci'], ['bci', 'september'], ['september', '2013'], ['2013', 'lead'], ['lead', 'sole'], ['sole', 'counsel'], ['counsel', 'plaintiff'], ['plaintiff', 'respondents'], ['respondents', 'number'], ['number', 'criminal'], ['criminal', 'civil'], ['civil', 'trials'], ['trials', 'since'], ['since', '2012'], ['2012', 'prepared'], ['prepared', 'prosecuted'], ['prosecuted', 'conclusion'], ['conclusion', 'either'], ['either', 'trial'], ['trial', 'settlement'], ['settlement', 'number'], ['number', 'claim'], ['claim', 'cases'], ['cases', 'involving'], ['involving', 'personal'], ['personal', 'injury'], ['injury', 'death'], ['death', 'cases'], ['cases', 'working'], ['working', 'panel'], ['panel', 'district'], ['district', 'legal'], ['legal', 'services'], ['services', 'authority'], ['authority', 'mansa'], ['mansa', 'run'], ['run', 'supervision'], ['supervision', 'national'], ['national', 'legal'], ['legal', 'services'], ['services', 'authority'], ['authority', 'india'], ['india', 'former'], ['former', 'co'], ['co', 'opted'], ['opted', 'member'], ['member', 'administrative'], ['administrative', 'committee'], ['committee', 'punjab'], ['punjab', 'former'], ['former', 'joint'], ['joint', 'secretary'], ['secretary', 'district'], ['district', 'bar'], ['bar', 'association'], ['association', 'mansa'], ['mansa', '2017'], ['2017', '18'], ['18', 'job'], ['job', 'duties'], ['duties', 'advice'], ['advice', 'clients'], ['clients', 'legal'], ['legal', 'rights'], ['rights', 'matters'], ['matters', 'related'], ['related', 'law'], ['law', 'plead'], ['plead', 'clients'], ['clients', 'cases'], ['cases', 'include'], ['include', 'various'], ['various', 'international'], ['international', 'companies'], ['companies', 'courts'], ['courts', 'law'], ['law', 'forums'], ['forums', 'tribunals'], ['tribunals', 'boards'], ['boards', 'researching'], ['researching', 'legal'], ['legal', 'precedents'], ['precedents', 'gathering'], ['gathering', 'evidence'], ['evidence', 'trials'], ['trials', 'criminal'], ['criminal', 'injury'], ['injury', 'death'], ['death', 'compensation'], ['compensation', 'claims'], ['claims', 'others'], ['others', 'draw'], ['draw', 'legal'], ['legal', 'documents'], ['documents', 'bail'], ['bail', 'petitions'], ['petitions', 'appeals'], ['appeals', 'divorces'], ['divorces', 'contracts'], ['contracts', 'etc'], ['etc', 'negotiates'], ['negotiates', 'settlements'], ['settlements', 'civil'], ['civil', 'disputes'], ['disputes', 'act'], ['act', 'mediator'], ['mediator', 'conciliator'], ['conciliator', 'local'], ['local', 'commissioner'], ['commissioner', 'arbitrator'], ['arbitrator', 'per'], ['per', 'court'], ['court', 'orders'], ['orders', 'managing'], ['managing', 'private'], ['private', 'practice'], ['practice', '6'], ['6', 'years'], ['years', 'including'], ['including', 'aspects'], ['aspects', 'administration'], ['administration', 'management'], ['management', 'functions'], ['functions', 'controlling'], ['controlling', 'costs'], ['costs', 'achieving'], ['achieving', 'objectives'], ['objectives', 'related'], ['related', 'practice'], ['practice', 'law'], ['skills', 'knows', 'english'], ['knows', 'english', 'native'], ['english', 'native', 'speaker'], ['native', 'speaker', 'ielts'], ['speaker', 'ielts', 'overall'], ['ielts', 'overall', '8'], ['overall', '8', 'listening'], ['8', 'listening', '8'], ['listening', '8', 'reading'], ['8', 'reading', '8'], ['reading', '8', 'writing'], ['8', 'writing', '7'], ['writing', '7', 'speaking'], ['7', 'speaking', '8'], ['speaking', '8', '5'], ['8', '5', 'hindi'], ['5', 'hindi', 'bilingual'], ['hindi', 'bilingual', 'proficiency'], ['bilingual', 'proficiency', 'punjabi'], ['proficiency', 'punjabi', 'native'], ['punjabi', 'native', 'speaker'], ['native', 'speaker', 'able'], ['speaker', 'able', 'communicate'], ['able', 'communicate', 'clearly'], ['communicate', 'clearly', 'concisely'], ['clearly', 'concisely', 'people'], ['concisely', 'people', 'diverse'], ['people', 'diverse', 'backgrounds'], ['diverse', 'backgrounds', 'levels'], ['backgrounds', 'levels', 'authority'], ['levels', 'authority', 'exceptional'], ['authority', 'exceptional', 'knowledge'], ['exceptional', 'knowledge', 'administrative'], ['knowledge', 'administrative', 'procedures'], ['administrative', 'procedures', 'evidence'], ['procedures', 'evidence', 'rules'], ['evidence', 'rules', 'trials'], ['rules', 'trials', 'can'], ['trials', 'can', 'maintain'], ['can', 'maintain', 'professional'], ['maintain', 'professional', 'attitude'], ['professional', 'attitude', 'peers'], ['attitude', 'peers', 'co'], ['peers', 'co', 'workers'], ['co', 'workers', 'clients'], ['workers', 'clients', 'times'], ['clients', 'times', 'focused'], ['times', 'focused', 'driven'], ['focused', 'driven', 'always'], ['driven', 'always', 'meet'], ['always', 'meet', 'deadlines'], ['meet', 'deadlines', 'pretrial'], ['deadlines', 'pretrial', 'procedures'], ['pretrial', 'procedures', 'trials'], ['procedures', 'trials', 'appellate'], ['trials', 'appellate', 'briefings'], ['appellate', 'briefings', 'effectively'], ['briefings', 'effectively', 'utilizing'], ['effectively', 'utilizing', 'resources'], ['utilizing', 'resources', 'a'], ['resources', 'a', 'microsoft'], ['a', 'microsoft', 'certified'], ['microsoft', 'certified', 'systems'], ['certified', 'systems', 'engineer'], ['systems', 'engineer', '2008'], ['engineer', '2008', 'much'], ['2008', 'much', 'competent'], ['much', 'competent', 'windows'], ['competent', 'windows', 'word'], ['windows', 'word', 'processing'], ['word', 'processing', 'software'], ['processing', 'software', 'education'], ['software', 'education', 'details'], ['education', 'details', 'july'], ['details', 'july', '2009'], ['july', '2009', 'may'], ['2009', 'may', '2012'], ['may', '2012', 'bachelor'], ['2012', 'bachelor', 'laws'], ['bachelor', 'laws', 'bikaner'], ['laws', 'bikaner', 'rajasthan'], ['bikaner', 'rajasthan', 'maharaja'], ['rajasthan', 'maharaja', 'ganga'], ['maharaja', 'ganga', 'singh'], ['ganga', 'singh', 'university'], ['singh', 'university', 'august'], ['university', 'august', '2008'], ['august', '2008', 'november'], ['2008', 'november', '2008'], ['november', '2008', 'microsoft'], ['2008', 'microsoft', 'certified'], ['microsoft', 'certified', 'systems'], ['certified', 'systems', 'engineer'], ['systems', 'engineer', 'networking'], ['engineer', 'networking', 'chandigarh'], ['networking', 'chandigarh', 'july'], ['chandigarh', 'july', '2005'], ['july', '2005', 'april'], ['2005', 'april', '2008'], ['april', '2008', 'bachelor'], ['2008', 'bachelor', 'science'], ['bachelor', 'science', 'bio'], ['science', 'bio', 'informatics'], ['bio', 'informatics', 'chandigarh'], ['informatics', 'chandigarh', 'chandigarh'], ['chandigarh', 'chandigarh', 'panjab'], ['chandigarh', 'panjab', 'university'], ['panjab', 'university', 'advocate'], ['university', 'advocate', 'newcomer'], ['advocate', 'newcomer', 'indian'], ['newcomer', 'indian', 'advocate'], ['indian', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'administration'], ['details', 'administration', 'exprience'], ['administration', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'legal'], ['months', 'legal', 'research'], ['legal', 'research', 'exprience'], ['research', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'microsoft'], ['months', 'microsoft', 'office'], ['microsoft', 'office', 'exprience'], ['office', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'drafting'], ['months', 'drafting', 'exprience'], ['drafting', 'exprience', '72'], ['exprience', '72', 'monthscompany'], ['72', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'district'], ['company', 'district', 'courts'], ['district', 'courts', 'description'], ['courts', 'description', 'key'], ['description', 'key', 'features'], ['key', 'features', 'licensed'], ['features', 'licensed', 'advocate'], ['licensed', 'advocate', 'practice'], ['advocate', 'practice', '16'], ['practice', '16', 'aug'], ['16', 'aug', '2012'], ['aug', '2012', 'bar'], ['2012', 'bar', 'council'], ['bar', 'council', 'punjab'], ['council', 'punjab', 'haryana'], ['punjab', 'haryana', 'chandigarh'], ['haryana', 'chandigarh', 'admitted'], ['chandigarh', 'admitted', 'practice'], ['admitted', 'practice', 'district'], ['practice', 'district', 'courts'], ['district', 'courts', 'mansa'], ['courts', 'mansa', 'since'], ['mansa', 'since', '18'], ['since', '18', 'aug'], ['18', 'aug', '2012'], ['aug', '2012', 'su'], ['2012', 'su', 'essfully'], ['su', 'essfully', 'passed'], ['essfully', 'passed', 'all'], ['passed', 'all', 'india'], ['all', 'india', 'bar'], ['india', 'bar', 'examination'], ['bar', 'examination', 'aibe'], ['examination', 'aibe', 'conducted'], ['aibe', 'conducted', 'bar'], ['conducted', 'bar', 'council'], ['bar', 'council', 'india'], ['council', 'india', 'bci'], ['india', 'bci', 'september'], ['bci', 'september', '2013'], ['september', '2013', 'lead'], ['2013', 'lead', 'sole'], ['lead', 'sole', 'counsel'], ['sole', 'counsel', 'plaintiff'], ['counsel', 'plaintiff', 'respondents'], ['plaintiff', 'respondents', 'number'], ['respondents', 'number', 'criminal'], ['number', 'criminal', 'civil'], ['criminal', 'civil', 'trials'], ['civil', 'trials', 'since'], ['trials', 'since', '2012'], ['since', '2012', 'prepared'], ['2012', 'prepared', 'prosecuted'], ['prepared', 'prosecuted', 'conclusion'], ['prosecuted', 'conclusion', 'either'], ['conclusion', 'either', 'trial'], ['either', 'trial', 'settlement'], ['trial', 'settlement', 'number'], ['settlement', 'number', 'claim'], ['number', 'claim', 'cases'], ['claim', 'cases', 'involving'], ['cases', 'involving', 'personal'], ['involving', 'personal', 'injury'], ['personal', 'injury', 'death'], ['injury', 'death', 'cases'], ['death', 'cases', 'working'], ['cases', 'working', 'panel'], ['working', 'panel', 'district'], ['panel', 'district', 'legal'], ['district', 'legal', 'services'], ['legal', 'services', 'authority'], ['services', 'authority', 'mansa'], ['authority', 'mansa', 'run'], ['mansa', 'run', 'supervision'], ['run', 'supervision', 'national'], ['supervision', 'national', 'legal'], ['national', 'legal', 'services'], ['legal', 'services', 'authority'], ['services', 'authority', 'india'], ['authority', 'india', 'former'], ['india', 'former', 'co'], ['former', 'co', 'opted'], ['co', 'opted', 'member'], ['opted', 'member', 'administrative'], ['member', 'administrative', 'committee'], ['administrative', 'committee', 'punjab'], ['committee', 'punjab', 'former'], ['punjab', 'former', 'joint'], ['former', 'joint', 'secretary'], ['joint', 'secretary', 'district'], ['secretary', 'district', 'bar'], ['district', 'bar', 'association'], ['bar', 'association', 'mansa'], ['association', 'mansa', '2017'], ['mansa', '2017', '18'], ['2017', '18', 'job'], ['18', 'job', 'duties'], ['job', 'duties', 'advice'], ['duties', 'advice', 'clients'], ['advice', 'clients', 'legal'], ['clients', 'legal', 'rights'], ['legal', 'rights', 'matters'], ['rights', 'matters', 'related'], ['matters', 'related', 'law'], ['related', 'law', 'plead'], ['law', 'plead', 'clients'], ['plead', 'clients', 'cases'], ['clients', 'cases', 'include'], ['cases', 'include', 'various'], ['include', 'various', 'international'], ['various', 'international', 'companies'], ['international', 'companies', 'courts'], ['companies', 'courts', 'law'], ['courts', 'law', 'forums'], ['law', 'forums', 'tribunals'], ['forums', 'tribunals', 'boards'], ['tribunals', 'boards', 'researching'], ['boards', 'researching', 'legal'], ['researching', 'legal', 'precedents'], ['legal', 'precedents', 'gathering'], ['precedents', 'gathering', 'evidence'], ['gathering', 'evidence', 'trials'], ['evidence', 'trials', 'criminal'], ['trials', 'criminal', 'injury'], ['criminal', 'injury', 'death'], ['injury', 'death', 'compensation'], ['death', 'compensation', 'claims'], ['compensation', 'claims', 'others'], ['claims', 'others', 'draw'], ['others', 'draw', 'legal'], ['draw', 'legal', 'documents'], ['legal', 'documents', 'bail'], ['documents', 'bail', 'petitions'], ['bail', 'petitions', 'appeals'], ['petitions', 'appeals', 'divorces'], ['appeals', 'divorces', 'contracts'], ['divorces', 'contracts', 'etc'], ['contracts', 'etc', 'negotiates'], ['etc', 'negotiates', 'settlements'], ['negotiates', 'settlements', 'civil'], ['settlements', 'civil', 'disputes'], ['civil', 'disputes', 'act'], ['disputes', 'act', 'mediator'], ['act', 'mediator', 'conciliator'], ['mediator', 'conciliator', 'local'], ['conciliator', 'local', 'commissioner'], ['local', 'commissioner', 'arbitrator'], ['commissioner', 'arbitrator', 'per'], ['arbitrator', 'per', 'court'], ['per', 'court', 'orders'], ['court', 'orders', 'managing'], ['orders', 'managing', 'private'], ['managing', 'private', 'practice'], ['private', 'practice', '6'], ['practice', '6', 'years'], ['6', 'years', 'including'], ['years', 'including', 'aspects'], ['including', 'aspects', 'administration'], ['aspects', 'administration', 'management'], ['administration', 'management', 'functions'], ['management', 'functions', 'controlling'], ['functions', 'controlling', 'costs'], ['controlling', 'costs', 'achieving'], ['costs', 'achieving', 'objectives'], ['achieving', 'objectives', 'related'], ['objectives', 'related', 'practice'], ['related', 'practice', 'law'], ['skills', 'knows', 'english', 'native'], ['knows', 'english', 'native', 'speaker'], ['english', 'native', 'speaker', 'ielts'], ['native', 'speaker', 'ielts', 'overall'], ['speaker', 'ielts', 'overall', '8'], ['ielts', 'overall', '8', 'listening'], ['overall', '8', 'listening', '8'], ['8', 'listening', '8', 'reading'], ['listening', '8', 'reading', '8'], ['8', 'reading', '8', 'writing'], ['reading', '8', 'writing', '7'], ['8', 'writing', '7', 'speaking'], ['writing', '7', 'speaking', '8'], ['7', 'speaking', '8', '5'], ['speaking', '8', '5', 'hindi'], ['8', '5', 'hindi', 'bilingual'], ['5', 'hindi', 'bilingual', 'proficiency'], ['hindi', 'bilingual', 'proficiency', 'punjabi'], ['bilingual', 'proficiency', 'punjabi', 'native'], ['proficiency', 'punjabi', 'native', 'speaker'], ['punjabi', 'native', 'speaker', 'able'], ['native', 'speaker', 'able', 'communicate'], ['speaker', 'able', 'communicate', 'clearly'], ['able', 'communicate', 'clearly', 'concisely'], ['communicate', 'clearly', 'concisely', 'people'], ['clearly', 'concisely', 'people', 'diverse'], ['concisely', 'people', 'diverse', 'backgrounds'], ['people', 'diverse', 'backgrounds', 'levels'], ['diverse', 'backgrounds', 'levels', 'authority'], ['backgrounds', 'levels', 'authority', 'exceptional'], ['levels', 'authority', 'exceptional', 'knowledge'], ['authority', 'exceptional', 'knowledge', 'administrative'], ['exceptional', 'knowledge', 'administrative', 'procedures'], ['knowledge', 'administrative', 'procedures', 'evidence'], ['administrative', 'procedures', 'evidence', 'rules'], ['procedures', 'evidence', 'rules', 'trials'], ['evidence', 'rules', 'trials', 'can'], ['rules', 'trials', 'can', 'maintain'], ['trials', 'can', 'maintain', 'professional'], ['can', 'maintain', 'professional', 'attitude'], ['maintain', 'professional', 'attitude', 'peers'], ['professional', 'attitude', 'peers', 'co'], ['attitude', 'peers', 'co', 'workers'], ['peers', 'co', 'workers', 'clients'], ['co', 'workers', 'clients', 'times'], ['workers', 'clients', 'times', 'focused'], ['clients', 'times', 'focused', 'driven'], ['times', 'focused', 'driven', 'always'], ['focused', 'driven', 'always', 'meet'], ['driven', 'always', 'meet', 'deadlines'], ['always', 'meet', 'deadlines', 'pretrial'], ['meet', 'deadlines', 'pretrial', 'procedures'], ['deadlines', 'pretrial', 'procedures', 'trials'], ['pretrial', 'procedures', 'trials', 'appellate'], ['procedures', 'trials', 'appellate', 'briefings'], ['trials', 'appellate', 'briefings', 'effectively'], ['appellate', 'briefings', 'effectively', 'utilizing'], ['briefings', 'effectively', 'utilizing', 'resources'], ['effectively', 'utilizing', 'resources', 'a'], ['utilizing', 'resources', 'a', 'microsoft'], ['resources', 'a', 'microsoft', 'certified'], ['a', 'microsoft', 'certified', 'systems'], ['microsoft', 'certified', 'systems', 'engineer'], ['certified', 'systems', 'engineer', '2008'], ['systems', 'engineer', '2008', 'much'], ['engineer', '2008', 'much', 'competent'], ['2008', 'much', 'competent', 'windows'], ['much', 'competent', 'windows', 'word'], ['competent', 'windows', 'word', 'processing'], ['windows', 'word', 'processing', 'software'], ['word', 'processing', 'software', 'education'], ['processing', 'software', 'education', 'details'], ['software', 'education', 'details', 'july'], ['education', 'details', 'july', '2009'], ['details', 'july', '2009', 'may'], ['july', '2009', 'may', '2012'], ['2009', 'may', '2012', 'bachelor'], ['may', '2012', 'bachelor', 'laws'], ['2012', 'bachelor', 'laws', 'bikaner'], ['bachelor', 'laws', 'bikaner', 'rajasthan'], ['laws', 'bikaner', 'rajasthan', 'maharaja'], ['bikaner', 'rajasthan', 'maharaja', 'ganga'], ['rajasthan', 'maharaja', 'ganga', 'singh'], ['maharaja', 'ganga', 'singh', 'university'], ['ganga', 'singh', 'university', 'august'], ['singh', 'university', 'august', '2008'], ['university', 'august', '2008', 'november'], ['august', '2008', 'november', '2008'], ['2008', 'november', '2008', 'microsoft'], ['november', '2008', 'microsoft', 'certified'], ['2008', 'microsoft', 'certified', 'systems'], ['microsoft', 'certified', 'systems', 'engineer'], ['certified', 'systems', 'engineer', 'networking'], ['systems', 'engineer', 'networking', 'chandigarh'], ['engineer', 'networking', 'chandigarh', 'july'], ['networking', 'chandigarh', 'july', '2005'], ['chandigarh', 'july', '2005', 'april'], ...], [['qualification'], ['introduction'], ['computer'], ['extraeducation'], ['details'], ['january'], ['2001'], ['january'], ['2003'], ['master'], ['law'], ['chennai'], ['tamil'], ['nadu'], ['dr'], ['ambedkar'], ['law'], ['university'], ['january'], ['1998'], ['january'], ['2001'], ['bachelor'], ['law'], ['chennai'], ['tamil'], ['nadu'], ['dr'], ['ambedkar'], ['law'], ['university'], ['january'], ['1995'], ['january'], ['1998'], ['bachelor'], ['english'], ['literature'], ['tirunelveli'], ['tamil'], ['nadu'], ['manonmaniam'], ['sundaranar'], ['university'], ['advocate'], ['advocate'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['practiced'], ['description'], ['high'], ['court'], ['judicature'], ['madras'], ['india'], ['city'], ['civil'], ['court'], ['chennai'], ['debt'], ['recovery'], ['tribunal'], ['chennai'], ['consumer'], ['forums'], ['chennai'], ['labour'], ['courts'], ['small'], ['causes'], ['courts'], ['rent'], ['control'], ['courts'], ['legal'], ['advisor'], ['christian'], ['institute'], ['management'], ['chennai'], ['2016'], ['legal'], ['advisor'], ['ruah'], ['church'], ['chennai'], ['nessa'], ['trust'], ['till'], ['2018'], ['qualification', 'introduction'], ['introduction', 'computer'], ['computer', 'extraeducation'], ['extraeducation', 'details'], ['details', 'january'], ['january', '2001'], ['2001', 'january'], ['january', '2003'], ['2003', 'master'], ['master', 'law'], ['law', 'chennai'], ['chennai', 'tamil'], ['tamil', 'nadu'], ['nadu', 'dr'], ['dr', 'ambedkar'], ['ambedkar', 'law'], ['law', 'university'], ['university', 'january'], ['january', '1998'], ['1998', 'january'], ['january', '2001'], ['2001', 'bachelor'], ['bachelor', 'law'], ['law', 'chennai'], ['chennai', 'tamil'], ['tamil', 'nadu'], ['nadu', 'dr'], ['dr', 'ambedkar'], ['ambedkar', 'law'], ['law', 'university'], ['university', 'january'], ['january', '1995'], ['1995', 'january'], ['january', '1998'], ['1998', 'bachelor'], ['bachelor', 'english'], ['english', 'literature'], ['literature', 'tirunelveli'], ['tirunelveli', 'tamil'], ['tamil', 'nadu'], ['nadu', 'manonmaniam'], ['manonmaniam', 'sundaranar'], ['sundaranar', 'university'], ['university', 'advocate'], ['advocate', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'practiced'], ['practiced', 'description'], ['description', 'high'], ['high', 'court'], ['court', 'judicature'], ['judicature', 'madras'], ['madras', 'india'], ['india', 'city'], ['city', 'civil'], ['civil', 'court'], ['court', 'chennai'], ['chennai', 'debt'], ['debt', 'recovery'], ['recovery', 'tribunal'], ['tribunal', 'chennai'], ['chennai', 'consumer'], ['consumer', 'forums'], ['forums', 'chennai'], ['chennai', 'labour'], ['labour', 'courts'], ['courts', 'small'], ['small', 'causes'], ['causes', 'courts'], ['courts', 'rent'], ['rent', 'control'], ['control', 'courts'], ['courts', 'legal'], ['legal', 'advisor'], ['advisor', 'christian'], ['christian', 'institute'], ['institute', 'management'], ['management', 'chennai'], ['chennai', '2016'], ['2016', 'legal'], ['legal', 'advisor'], ['advisor', 'ruah'], ['ruah', 'church'], ['church', 'chennai'], ['chennai', 'nessa'], ['nessa', 'trust'], ['trust', 'till'], ['till', '2018'], ['qualification', 'introduction', 'computer'], ['introduction', 'computer', 'extraeducation'], ['computer', 'extraeducation', 'details'], ['extraeducation', 'details', 'january'], ['details', 'january', '2001'], ['january', '2001', 'january'], ['2001', 'january', '2003'], ['january', '2003', 'master'], ['2003', 'master', 'law'], ['master', 'law', 'chennai'], ['law', 'chennai', 'tamil'], ['chennai', 'tamil', 'nadu'], ['tamil', 'nadu', 'dr'], ['nadu', 'dr', 'ambedkar'], ['dr', 'ambedkar', 'law'], ['ambedkar', 'law', 'university'], ['law', 'university', 'january'], ['university', 'january', '1998'], ['january', '1998', 'january'], ['1998', 'january', '2001'], ['january', '2001', 'bachelor'], ['2001', 'bachelor', 'law'], ['bachelor', 'law', 'chennai'], ['law', 'chennai', 'tamil'], ['chennai', 'tamil', 'nadu'], ['tamil', 'nadu', 'dr'], ['nadu', 'dr', 'ambedkar'], ['dr', 'ambedkar', 'law'], ['ambedkar', 'law', 'university'], ['law', 'university', 'january'], ['university', 'january', '1995'], ['january', '1995', 'january'], ['1995', 'january', '1998'], ['january', '1998', 'bachelor'], ['1998', 'bachelor', 'english'], ['bachelor', 'english', 'literature'], ['english', 'literature', 'tirunelveli'], ['literature', 'tirunelveli', 'tamil'], ['tirunelveli', 'tamil', 'nadu'], ['tamil', 'nadu', 'manonmaniam'], ['nadu', 'manonmaniam', 'sundaranar'], ['manonmaniam', 'sundaranar', 'university'], ['sundaranar', 'university', 'advocate'], ['university', 'advocate', 'advocate'], ['advocate', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'practiced'], ['company', 'practiced', 'description'], ['practiced', 'description', 'high'], ['description', 'high', 'court'], ['high', 'court', 'judicature'], ['court', 'judicature', 'madras'], ['judicature', 'madras', 'india'], ['madras', 'india', 'city'], ['india', 'city', 'civil'], ['city', 'civil', 'court'], ['civil', 'court', 'chennai'], ['court', 'chennai', 'debt'], ['chennai', 'debt', 'recovery'], ['debt', 'recovery', 'tribunal'], ['recovery', 'tribunal', 'chennai'], ['tribunal', 'chennai', 'consumer'], ['chennai', 'consumer', 'forums'], ['consumer', 'forums', 'chennai'], ['forums', 'chennai', 'labour'], ['chennai', 'labour', 'courts'], ['labour', 'courts', 'small'], ['courts', 'small', 'causes'], ['small', 'causes', 'courts'], ['causes', 'courts', 'rent'], ['courts', 'rent', 'control'], ['rent', 'control', 'courts'], ['control', 'courts', 'legal'], ['courts', 'legal', 'advisor'], ['legal', 'advisor', 'christian'], ['advisor', 'christian', 'institute'], ['christian', 'institute', 'management'], ['institute', 'management', 'chennai'], ['management', 'chennai', '2016'], ['chennai', '2016', 'legal'], ['2016', 'legal', 'advisor'], ['legal', 'advisor', 'ruah'], ['advisor', 'ruah', 'church'], ['ruah', 'church', 'chennai'], ['church', 'chennai', 'nessa'], ['chennai', 'nessa', 'trust'], ['nessa', 'trust', 'till'], ['trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation'], ['introduction', 'computer', 'extraeducation', 'details'], ['computer', 'extraeducation', 'details', 'january'], ['extraeducation', 'details', 'january', '2001'], ['details', 'january', '2001', 'january'], ['january', '2001', 'january', '2003'], ['2001', 'january', '2003', 'master'], ['january', '2003', 'master', 'law'], ['2003', 'master', 'law', 'chennai'], ['master', 'law', 'chennai', 'tamil'], ['law', 'chennai', 'tamil', 'nadu'], ['chennai', 'tamil', 'nadu', 'dr'], ['tamil', 'nadu', 'dr', 'ambedkar'], ['nadu', 'dr', 'ambedkar', 'law'], ['dr', 'ambedkar', 'law', 'university'], ['ambedkar', 'law', 'university', 'january'], ['law', 'university', 'january', '1998'], ['university', 'january', '1998', 'january'], ['january', '1998', 'january', '2001'], ['1998', 'january', '2001', 'bachelor'], ['january', '2001', 'bachelor', 'law'], ['2001', 'bachelor', 'law', 'chennai'], ['bachelor', 'law', 'chennai', 'tamil'], ['law', 'chennai', 'tamil', 'nadu'], ['chennai', 'tamil', 'nadu', 'dr'], ['tamil', 'nadu', 'dr', 'ambedkar'], ['nadu', 'dr', 'ambedkar', 'law'], ['dr', 'ambedkar', 'law', 'university'], ['ambedkar', 'law', 'university', 'january'], ['law', 'university', 'january', '1995'], ['university', 'january', '1995', 'january'], ['january', '1995', 'january', '1998'], ['1995', 'january', '1998', 'bachelor'], ['january', '1998', 'bachelor', 'english'], ['1998', 'bachelor', 'english', 'literature'], ['bachelor', 'english', 'literature', 'tirunelveli'], ['english', 'literature', 'tirunelveli', 'tamil'], ['literature', 'tirunelveli', 'tamil', 'nadu'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['nadu', 'manonmaniam', 'sundaranar', 'university'], ['manonmaniam', 'sundaranar', 'university', 'advocate'], ['sundaranar', 'university', 'advocate', 'advocate'], ['university', 'advocate', 'advocate', 'skill'], ['advocate', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'practiced'], ['details', 'company', 'practiced', 'description'], ['company', 'practiced', 'description', 'high'], ['practiced', 'description', 'high', 'court'], ['description', 'high', 'court', 'judicature'], ['high', 'court', 'judicature', 'madras'], ['court', 'judicature', 'madras', 'india'], ['judicature', 'madras', 'india', 'city'], ['madras', 'india', 'city', 'civil'], ['india', 'city', 'civil', 'court'], ['city', 'civil', 'court', 'chennai'], ['civil', 'court', 'chennai', 'debt'], ['court', 'chennai', 'debt', 'recovery'], ['chennai', 'debt', 'recovery', 'tribunal'], ['debt', 'recovery', 'tribunal', 'chennai'], ['recovery', 'tribunal', 'chennai', 'consumer'], ['tribunal', 'chennai', 'consumer', 'forums'], ['chennai', 'consumer', 'forums', 'chennai'], ['consumer', 'forums', 'chennai', 'labour'], ['forums', 'chennai', 'labour', 'courts'], ['chennai', 'labour', 'courts', 'small'], ['labour', 'courts', 'small', 'causes'], ['courts', 'small', 'causes', 'courts'], ['small', 'causes', 'courts', 'rent'], ['causes', 'courts', 'rent', 'control'], ['courts', 'rent', 'control', 'courts'], ['rent', 'control', 'courts', 'legal'], ['control', 'courts', 'legal', 'advisor'], ['courts', 'legal', 'advisor', 'christian'], ['legal', 'advisor', 'christian', 'institute'], ['advisor', 'christian', 'institute', 'management'], ['christian', 'institute', 'management', 'chennai'], ['institute', 'management', 'chennai', '2016'], ['management', 'chennai', '2016', 'legal'], ['chennai', '2016', 'legal', 'advisor'], ['2016', 'legal', 'advisor', 'ruah'], ['legal', 'advisor', 'ruah', 'church'], ['advisor', 'ruah', 'church', 'chennai'], ['ruah', 'church', 'chennai', 'nessa'], ['church', 'chennai', 'nessa', 'trust'], ['chennai', 'nessa', 'trust', 'till'], ['nessa', 'trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation', 'details'], ['introduction', 'computer', 'extraeducation', 'details', 'january'], ['computer', 'extraeducation', 'details', 'january', '2001'], ['extraeducation', 'details', 'january', '2001', 'january'], ['details', 'january', '2001', 'january', '2003'], ['january', '2001', 'january', '2003', 'master'], ['2001', 'january', '2003', 'master', 'law'], ['january', '2003', 'master', 'law', 'chennai'], ['2003', 'master', 'law', 'chennai', 'tamil'], ['master', 'law', 'chennai', 'tamil', 'nadu'], ['law', 'chennai', 'tamil', 'nadu', 'dr'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['nadu', 'dr', 'ambedkar', 'law', 'university'], ['dr', 'ambedkar', 'law', 'university', 'january'], ['ambedkar', 'law', 'university', 'january', '1998'], ['law', 'university', 'january', '1998', 'january'], ['university', 'january', '1998', 'january', '2001'], ['january', '1998', 'january', '2001', 'bachelor'], ['1998', 'january', '2001', 'bachelor', 'law'], ['january', '2001', 'bachelor', 'law', 'chennai'], ['2001', 'bachelor', 'law', 'chennai', 'tamil'], ['bachelor', 'law', 'chennai', 'tamil', 'nadu'], ['law', 'chennai', 'tamil', 'nadu', 'dr'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['nadu', 'dr', 'ambedkar', 'law', 'university'], ['dr', 'ambedkar', 'law', 'university', 'january'], ['ambedkar', 'law', 'university', 'january', '1995'], ['law', 'university', 'january', '1995', 'january'], ['university', 'january', '1995', 'january', '1998'], ['january', '1995', 'january', '1998', 'bachelor'], ['1995', 'january', '1998', 'bachelor', 'english'], ['january', '1998', 'bachelor', 'english', 'literature'], ['1998', 'bachelor', 'english', 'literature', 'tirunelveli'], ['bachelor', 'english', 'literature', 'tirunelveli', 'tamil'], ['english', 'literature', 'tirunelveli', 'tamil', 'nadu'], ['literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university'], ['nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate'], ['manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate'], ['sundaranar', 'university', 'advocate', 'advocate', 'skill'], ['university', 'advocate', 'advocate', 'skill', 'details'], ['advocate', 'advocate', 'skill', 'details', 'company'], ['advocate', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'practiced'], ['company', 'details', 'company', 'practiced', 'description'], ['details', 'company', 'practiced', 'description', 'high'], ['company', 'practiced', 'description', 'high', 'court'], ['practiced', 'description', 'high', 'court', 'judicature'], ['description', 'high', 'court', 'judicature', 'madras'], ['high', 'court', 'judicature', 'madras', 'india'], ['court', 'judicature', 'madras', 'india', 'city'], ['judicature', 'madras', 'india', 'city', 'civil'], ['madras', 'india', 'city', 'civil', 'court'], ['india', 'city', 'civil', 'court', 'chennai'], ['city', 'civil', 'court', 'chennai', 'debt'], ['civil', 'court', 'chennai', 'debt', 'recovery'], ['court', 'chennai', 'debt', 'recovery', 'tribunal'], ['chennai', 'debt', 'recovery', 'tribunal', 'chennai'], ['debt', 'recovery', 'tribunal', 'chennai', 'consumer'], ['recovery', 'tribunal', 'chennai', 'consumer', 'forums'], ['tribunal', 'chennai', 'consumer', 'forums', 'chennai'], ['chennai', 'consumer', 'forums', 'chennai', 'labour'], ['consumer', 'forums', 'chennai', 'labour', 'courts'], ['forums', 'chennai', 'labour', 'courts', 'small'], ['chennai', 'labour', 'courts', 'small', 'causes'], ['labour', 'courts', 'small', 'causes', 'courts'], ['courts', 'small', 'causes', 'courts', 'rent'], ['small', 'causes', 'courts', 'rent', 'control'], ['causes', 'courts', 'rent', 'control', 'courts'], ['courts', 'rent', 'control', 'courts', 'legal'], ['rent', 'control', 'courts', 'legal', 'advisor'], ['control', 'courts', 'legal', 'advisor', 'christian'], ['courts', 'legal', 'advisor', 'christian', 'institute'], ['legal', 'advisor', 'christian', 'institute', 'management'], ['advisor', 'christian', 'institute', 'management', 'chennai'], ['christian', 'institute', 'management', 'chennai', '2016'], ['institute', 'management', 'chennai', '2016', 'legal'], ['management', 'chennai', '2016', 'legal', 'advisor'], ['chennai', '2016', 'legal', 'advisor', 'ruah'], ['2016', 'legal', 'advisor', 'ruah', 'church'], ['legal', 'advisor', 'ruah', 'church', 'chennai'], ['advisor', 'ruah', 'church', 'chennai', 'nessa'], ['ruah', 'church', 'chennai', 'nessa', 'trust'], ['church', 'chennai', 'nessa', 'trust', 'till'], ['chennai', 'nessa', 'trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation', 'details', 'january'], ['introduction', 'computer', 'extraeducation', 'details', 'january', '2001'], ['computer', 'extraeducation', 'details', 'january', '2001', 'january'], ['extraeducation', 'details', 'january', '2001', 'january', '2003'], ['details', 'january', '2001', 'january', '2003', 'master'], ['january', '2001', 'january', '2003', 'master', 'law'], ['2001', 'january', '2003', 'master', 'law', 'chennai'], ['january', '2003', 'master', 'law', 'chennai', 'tamil'], ['2003', 'master', 'law', 'chennai', 'tamil', 'nadu'], ['master', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['dr', 'ambedkar', 'law', 'university', 'january', '1998'], ['ambedkar', 'law', 'university', 'january', '1998', 'january'], ['law', 'university', 'january', '1998', 'january', '2001'], ['university', 'january', '1998', 'january', '2001', 'bachelor'], ['january', '1998', 'january', '2001', 'bachelor', 'law'], ['1998', 'january', '2001', 'bachelor', 'law', 'chennai'], ['january', '2001', 'bachelor', 'law', 'chennai', 'tamil'], ['2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu'], ['bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['dr', 'ambedkar', 'law', 'university', 'january', '1995'], ['ambedkar', 'law', 'university', 'january', '1995', 'january'], ['law', 'university', 'january', '1995', 'january', '1998'], ['university', 'january', '1995', 'january', '1998', 'bachelor'], ['january', '1995', 'january', '1998', 'bachelor', 'english'], ['1995', 'january', '1998', 'bachelor', 'english', 'literature'], ['january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli'], ['1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil'], ['bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu'], ['english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate'], ['nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate'], ['manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill'], ['sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details'], ['university', 'advocate', 'advocate', 'skill', 'details', 'company'], ['advocate', 'advocate', 'skill', 'details', 'company', 'details'], ['advocate', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'practiced'], ['details', 'company', 'details', 'company', 'practiced', 'description'], ['company', 'details', 'company', 'practiced', 'description', 'high'], ['details', 'company', 'practiced', 'description', 'high', 'court'], ['company', 'practiced', 'description', 'high', 'court', 'judicature'], ['practiced', 'description', 'high', 'court', 'judicature', 'madras'], ['description', 'high', 'court', 'judicature', 'madras', 'india'], ['high', 'court', 'judicature', 'madras', 'india', 'city'], ['court', 'judicature', 'madras', 'india', 'city', 'civil'], ['judicature', 'madras', 'india', 'city', 'civil', 'court'], ['madras', 'india', 'city', 'civil', 'court', 'chennai'], ['india', 'city', 'civil', 'court', 'chennai', 'debt'], ['city', 'civil', 'court', 'chennai', 'debt', 'recovery'], ['civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal'], ['court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai'], ['chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer'], ['debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums'], ['recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai'], ['tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour'], ['chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts'], ['consumer', 'forums', 'chennai', 'labour', 'courts', 'small'], ['forums', 'chennai', 'labour', 'courts', 'small', 'causes'], ['chennai', 'labour', 'courts', 'small', 'causes', 'courts'], ['labour', 'courts', 'small', 'causes', 'courts', 'rent'], ['courts', 'small', 'causes', 'courts', 'rent', 'control'], ['small', 'causes', 'courts', 'rent', 'control', 'courts'], ['causes', 'courts', 'rent', 'control', 'courts', 'legal'], ['courts', 'rent', 'control', 'courts', 'legal', 'advisor'], ['rent', 'control', 'courts', 'legal', 'advisor', 'christian'], ['control', 'courts', 'legal', 'advisor', 'christian', 'institute'], ['courts', 'legal', 'advisor', 'christian', 'institute', 'management'], ['legal', 'advisor', 'christian', 'institute', 'management', 'chennai'], ['advisor', 'christian', 'institute', 'management', 'chennai', '2016'], ['christian', 'institute', 'management', 'chennai', '2016', 'legal'], ['institute', 'management', 'chennai', '2016', 'legal', 'advisor'], ['management', 'chennai', '2016', 'legal', 'advisor', 'ruah'], ['chennai', '2016', 'legal', 'advisor', 'ruah', 'church'], ['2016', 'legal', 'advisor', 'ruah', 'church', 'chennai'], ['legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa'], ['advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust'], ['ruah', 'church', 'chennai', 'nessa', 'trust', 'till'], ['church', 'chennai', 'nessa', 'trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation', 'details', 'january', '2001'], ['introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january'], ['computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003'], ['extraeducation', 'details', 'january', '2001', 'january', '2003', 'master'], ['details', 'january', '2001', 'january', '2003', 'master', 'law'], ['january', '2001', 'january', '2003', 'master', 'law', 'chennai'], ['2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil'], ['january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu'], ['2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998'], ['dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january'], ['ambedkar', 'law', 'university', 'january', '1998', 'january', '2001'], ['law', 'university', 'january', '1998', 'january', '2001', 'bachelor'], ['university', 'january', '1998', 'january', '2001', 'bachelor', 'law'], ['january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai'], ['1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil'], ['january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu'], ['2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995'], ['dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january'], ['ambedkar', 'law', 'university', 'january', '1995', 'january', '1998'], ['law', 'university', 'january', '1995', 'january', '1998', 'bachelor'], ['university', 'january', '1995', 'january', '1998', 'bachelor', 'english'], ['january', '1995', 'january', '1998', 'bachelor', 'english', 'literature'], ['1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli'], ['january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil'], ['1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu'], ['bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate'], ['nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill'], ['manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details'], ['sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company'], ['university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details'], ['advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced'], ['skill', 'details', 'company', 'details', 'company', 'practiced', 'description'], ['details', 'company', 'details', 'company', 'practiced', 'description', 'high'], ['company', 'details', 'company', 'practiced', 'description', 'high', 'court'], ['details', 'company', 'practiced', 'description', 'high', 'court', 'judicature'], ['company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras'], ['practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india'], ['description', 'high', 'court', 'judicature', 'madras', 'india', 'city'], ['high', 'court', 'judicature', 'madras', 'india', 'city', 'civil'], ['court', 'judicature', 'madras', 'india', 'city', 'civil', 'court'], ['judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai'], ['madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt'], ['india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery'], ['city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal'], ['civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai'], ['court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer'], ['chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums'], ['debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai'], ['recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour'], ['tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts'], ['chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small'], ['consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes'], ['forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts'], ['chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent'], ['labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control'], ['courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts'], ['small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal'], ['causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor'], ['courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian'], ['rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute'], ['control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management'], ['courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai'], ['legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016'], ['advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal'], ['christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor'], ['institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah'], ['management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church'], ['chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai'], ['2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa'], ['legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust'], ['advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till'], ['ruah', 'church', 'chennai', 'nessa', 'trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january'], ['introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003'], ['computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003', 'master'], ['extraeducation', 'details', 'january', '2001', 'january', '2003', 'master', 'law'], ['details', 'january', '2001', 'january', '2003', 'master', 'law', 'chennai'], ['january', '2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil'], ['2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu'], ['january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january'], ['dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january', '2001'], ['ambedkar', 'law', 'university', 'january', '1998', 'january', '2001', 'bachelor'], ['law', 'university', 'january', '1998', 'january', '2001', 'bachelor', 'law'], ['university', 'january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai'], ['january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil'], ['1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu'], ['january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january'], ['dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january', '1998'], ['ambedkar', 'law', 'university', 'january', '1995', 'january', '1998', 'bachelor'], ['law', 'university', 'january', '1995', 'january', '1998', 'bachelor', 'english'], ['university', 'january', '1995', 'january', '1998', 'bachelor', 'english', 'literature'], ['january', '1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli'], ['1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil'], ['january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu'], ['1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university'], ['literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill'], ['nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details'], ['manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company'], ['sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details'], ['university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced', 'description'], ['skill', 'details', 'company', 'details', 'company', 'practiced', 'description', 'high'], ['details', 'company', 'details', 'company', 'practiced', 'description', 'high', 'court'], ['company', 'details', 'company', 'practiced', 'description', 'high', 'court', 'judicature'], ['details', 'company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras'], ['company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india'], ['practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india', 'city'], ['description', 'high', 'court', 'judicature', 'madras', 'india', 'city', 'civil'], ['high', 'court', 'judicature', 'madras', 'india', 'city', 'civil', 'court'], ['court', 'judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai'], ['judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt'], ['madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery'], ['india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal'], ['city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai'], ['civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer'], ['court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums'], ['chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai'], ['debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour'], ['recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts'], ['tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small'], ['chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes'], ['consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts'], ['forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent'], ['chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control'], ['labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts'], ['courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal'], ['small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor'], ['causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian'], ['courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute'], ['rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management'], ['control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai'], ['courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016'], ['legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal'], ['advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor'], ['christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah'], ['institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church'], ['management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai'], ['chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa'], ['2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust'], ['legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till'], ['advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till', '2018'], ['qualification', 'introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003'], ['introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003', 'master'], ['computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003', 'master', 'law'], ['extraeducation', 'details', 'january', '2001', 'january', '2003', 'master', 'law', 'chennai'], ['details', 'january', '2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil'], ['january', '2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu'], ['2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january', '2001'], ['dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january', '2001', 'bachelor'], ['ambedkar', 'law', 'university', 'january', '1998', 'january', '2001', 'bachelor', 'law'], ['law', 'university', 'january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai'], ['university', 'january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil'], ['january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu'], ['1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr'], ['january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar'], ['2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law'], ['bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university'], ['law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january'], ['chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995'], ['tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january'], ['nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january', '1998'], ['dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january', '1998', 'bachelor'], ['ambedkar', 'law', 'university', 'january', '1995', 'january', '1998', 'bachelor', 'english'], ['law', 'university', 'january', '1995', 'january', '1998', 'bachelor', 'english', 'literature'], ['university', 'january', '1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli'], ['january', '1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil'], ['1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu'], ['january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam'], ['1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar'], ['bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university'], ['english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate'], ['literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate'], ['tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill'], ['tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details'], ['nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company'], ['manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details'], ['sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced'], ['advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced', 'description'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced', 'description', 'high'], ['skill', 'details', 'company', 'details', 'company', 'practiced', 'description', 'high', 'court'], ['details', 'company', 'details', 'company', 'practiced', 'description', 'high', 'court', 'judicature'], ['company', 'details', 'company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras'], ['details', 'company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india'], ['company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india', 'city'], ['practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india', 'city', 'civil'], ['description', 'high', 'court', 'judicature', 'madras', 'india', 'city', 'civil', 'court'], ['high', 'court', 'judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai'], ['court', 'judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt'], ['judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery'], ['madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal'], ['india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai'], ['city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer'], ['civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums'], ['court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai'], ['chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour'], ['debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts'], ['recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small'], ['tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes'], ['chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts'], ['consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent'], ['forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control'], ['chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts'], ['labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal'], ['courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor'], ['small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian'], ['causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute'], ['courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management'], ['rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai'], ['control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016'], ['courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal'], ['legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor'], ['advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah'], ['christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church'], ['institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai'], ['management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa'], ['chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust'], ['2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till'], ['legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till', '2018']], [['skills'], ['natural'], ['languages'], ['proficient'], ['english'], ['hindi'], ['marathi'], ['computer'], ['skills'], ['proficient'], ['ms'], ['office'], ['internet'], ['operation'], ['education'], ['details'], ['january'], ['2015'], ['january'], ['2018'], ['llb'], ['law'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2015'], ['b'], ['m'], ['m'], ['mumbai'], ['maharashtra'], ['s'], ['k'], ['somaiya'], ['college'], ['mumbai'], ['university'], ['h'], ['s'], ['c'], ['asmita'], ['girls'], ['junior'], ['college'], ['maharashtra'], ['board'], ['s'], ['s'], ['c'], ['vidya'], ['bhawan'], ['maharashtra'], ['board'], ['advocate'], ['llb'], ['student'], ['journalist'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['criminal'], ['lawyer'], ['law'], ['firm'], ['description'], ['skills', 'natural'], ['natural', 'languages'], ['languages', 'proficient'], ['proficient', 'english'], ['english', 'hindi'], ['hindi', 'marathi'], ['marathi', 'computer'], ['computer', 'skills'], ['skills', 'proficient'], ['proficient', 'ms'], ['ms', 'office'], ['office', 'internet'], ['internet', 'operation'], ['operation', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2015'], ['2015', 'january'], ['january', '2018'], ['2018', 'llb'], ['llb', 'law'], ['law', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2015'], ['2015', 'b'], ['b', 'm'], ['m', 'm'], ['m', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 's'], ['s', 'k'], ['k', 'somaiya'], ['somaiya', 'college'], ['college', 'mumbai'], ['mumbai', 'university'], ['university', 'h'], ['h', 's'], ['s', 'c'], ['c', 'asmita'], ['asmita', 'girls'], ['girls', 'junior'], ['junior', 'college'], ['college', 'maharashtra'], ['maharashtra', 'board'], ['board', 's'], ['s', 's'], ['s', 'c'], ['c', 'vidya'], ['vidya', 'bhawan'], ['bhawan', 'maharashtra'], ['maharashtra', 'board'], ['board', 'advocate'], ['advocate', 'llb'], ['llb', 'student'], ['student', 'journalist'], ['journalist', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'criminal'], ['criminal', 'lawyer'], ['lawyer', 'law'], ['law', 'firm'], ['firm', 'description'], ['skills', 'natural', 'languages'], ['natural', 'languages', 'proficient'], ['languages', 'proficient', 'english'], ['proficient', 'english', 'hindi'], ['english', 'hindi', 'marathi'], ['hindi', 'marathi', 'computer'], ['marathi', 'computer', 'skills'], ['computer', 'skills', 'proficient'], ['skills', 'proficient', 'ms'], ['proficient', 'ms', 'office'], ['ms', 'office', 'internet'], ['office', 'internet', 'operation'], ['internet', 'operation', 'education'], ['operation', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2015'], ['january', '2015', 'january'], ['2015', 'january', '2018'], ['january', '2018', 'llb'], ['2018', 'llb', 'law'], ['llb', 'law', 'mumbai'], ['law', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2015'], ['january', '2015', 'b'], ['2015', 'b', 'm'], ['b', 'm', 'm'], ['m', 'm', 'mumbai'], ['m', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 's'], ['maharashtra', 's', 'k'], ['s', 'k', 'somaiya'], ['k', 'somaiya', 'college'], ['somaiya', 'college', 'mumbai'], ['college', 'mumbai', 'university'], ['mumbai', 'university', 'h'], ['university', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'asmita'], ['c', 'asmita', 'girls'], ['asmita', 'girls', 'junior'], ['girls', 'junior', 'college'], ['junior', 'college', 'maharashtra'], ['college', 'maharashtra', 'board'], ['maharashtra', 'board', 's'], ['board', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'vidya'], ['c', 'vidya', 'bhawan'], ['vidya', 'bhawan', 'maharashtra'], ['bhawan', 'maharashtra', 'board'], ['maharashtra', 'board', 'advocate'], ['board', 'advocate', 'llb'], ['advocate', 'llb', 'student'], ['llb', 'student', 'journalist'], ['student', 'journalist', 'skill'], ['journalist', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'criminal'], ['company', 'criminal', 'lawyer'], ['criminal', 'lawyer', 'law'], ['lawyer', 'law', 'firm'], ['law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient'], ['natural', 'languages', 'proficient', 'english'], ['languages', 'proficient', 'english', 'hindi'], ['proficient', 'english', 'hindi', 'marathi'], ['english', 'hindi', 'marathi', 'computer'], ['hindi', 'marathi', 'computer', 'skills'], ['marathi', 'computer', 'skills', 'proficient'], ['computer', 'skills', 'proficient', 'ms'], ['skills', 'proficient', 'ms', 'office'], ['proficient', 'ms', 'office', 'internet'], ['ms', 'office', 'internet', 'operation'], ['office', 'internet', 'operation', 'education'], ['internet', 'operation', 'education', 'details'], ['operation', 'education', 'details', 'january'], ['education', 'details', 'january', '2015'], ['details', 'january', '2015', 'january'], ['january', '2015', 'january', '2018'], ['2015', 'january', '2018', 'llb'], ['january', '2018', 'llb', 'law'], ['2018', 'llb', 'law', 'mumbai'], ['llb', 'law', 'mumbai', 'maharashtra'], ['law', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2015'], ['university', 'january', '2015', 'b'], ['january', '2015', 'b', 'm'], ['2015', 'b', 'm', 'm'], ['b', 'm', 'm', 'mumbai'], ['m', 'm', 'mumbai', 'maharashtra'], ['m', 'mumbai', 'maharashtra', 's'], ['mumbai', 'maharashtra', 's', 'k'], ['maharashtra', 's', 'k', 'somaiya'], ['s', 'k', 'somaiya', 'college'], ['k', 'somaiya', 'college', 'mumbai'], ['somaiya', 'college', 'mumbai', 'university'], ['college', 'mumbai', 'university', 'h'], ['mumbai', 'university', 'h', 's'], ['university', 'h', 's', 'c'], ['h', 's', 'c', 'asmita'], ['s', 'c', 'asmita', 'girls'], ['c', 'asmita', 'girls', 'junior'], ['asmita', 'girls', 'junior', 'college'], ['girls', 'junior', 'college', 'maharashtra'], ['junior', 'college', 'maharashtra', 'board'], ['college', 'maharashtra', 'board', 's'], ['maharashtra', 'board', 's', 's'], ['board', 's', 's', 'c'], ['s', 's', 'c', 'vidya'], ['s', 'c', 'vidya', 'bhawan'], ['c', 'vidya', 'bhawan', 'maharashtra'], ['vidya', 'bhawan', 'maharashtra', 'board'], ['bhawan', 'maharashtra', 'board', 'advocate'], ['maharashtra', 'board', 'advocate', 'llb'], ['board', 'advocate', 'llb', 'student'], ['advocate', 'llb', 'student', 'journalist'], ['llb', 'student', 'journalist', 'skill'], ['student', 'journalist', 'skill', 'details'], ['journalist', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'criminal'], ['details', 'company', 'criminal', 'lawyer'], ['company', 'criminal', 'lawyer', 'law'], ['criminal', 'lawyer', 'law', 'firm'], ['lawyer', 'law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient', 'english'], ['natural', 'languages', 'proficient', 'english', 'hindi'], ['languages', 'proficient', 'english', 'hindi', 'marathi'], ['proficient', 'english', 'hindi', 'marathi', 'computer'], ['english', 'hindi', 'marathi', 'computer', 'skills'], ['hindi', 'marathi', 'computer', 'skills', 'proficient'], ['marathi', 'computer', 'skills', 'proficient', 'ms'], ['computer', 'skills', 'proficient', 'ms', 'office'], ['skills', 'proficient', 'ms', 'office', 'internet'], ['proficient', 'ms', 'office', 'internet', 'operation'], ['ms', 'office', 'internet', 'operation', 'education'], ['office', 'internet', 'operation', 'education', 'details'], ['internet', 'operation', 'education', 'details', 'january'], ['operation', 'education', 'details', 'january', '2015'], ['education', 'details', 'january', '2015', 'january'], ['details', 'january', '2015', 'january', '2018'], ['january', '2015', 'january', '2018', 'llb'], ['2015', 'january', '2018', 'llb', 'law'], ['january', '2018', 'llb', 'law', 'mumbai'], ['2018', 'llb', 'law', 'mumbai', 'maharashtra'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['maharashtra', 'mumbai', 'university', 'january', '2015'], ['mumbai', 'university', 'january', '2015', 'b'], ['university', 'january', '2015', 'b', 'm'], ['january', '2015', 'b', 'm', 'm'], ['2015', 'b', 'm', 'm', 'mumbai'], ['b', 'm', 'm', 'mumbai', 'maharashtra'], ['m', 'm', 'mumbai', 'maharashtra', 's'], ['m', 'mumbai', 'maharashtra', 's', 'k'], ['mumbai', 'maharashtra', 's', 'k', 'somaiya'], ['maharashtra', 's', 'k', 'somaiya', 'college'], ['s', 'k', 'somaiya', 'college', 'mumbai'], ['k', 'somaiya', 'college', 'mumbai', 'university'], ['somaiya', 'college', 'mumbai', 'university', 'h'], ['college', 'mumbai', 'university', 'h', 's'], ['mumbai', 'university', 'h', 's', 'c'], ['university', 'h', 's', 'c', 'asmita'], ['h', 's', 'c', 'asmita', 'girls'], ['s', 'c', 'asmita', 'girls', 'junior'], ['c', 'asmita', 'girls', 'junior', 'college'], ['asmita', 'girls', 'junior', 'college', 'maharashtra'], ['girls', 'junior', 'college', 'maharashtra', 'board'], ['junior', 'college', 'maharashtra', 'board', 's'], ['college', 'maharashtra', 'board', 's', 's'], ['maharashtra', 'board', 's', 's', 'c'], ['board', 's', 's', 'c', 'vidya'], ['s', 's', 'c', 'vidya', 'bhawan'], ['s', 'c', 'vidya', 'bhawan', 'maharashtra'], ['c', 'vidya', 'bhawan', 'maharashtra', 'board'], ['vidya', 'bhawan', 'maharashtra', 'board', 'advocate'], ['bhawan', 'maharashtra', 'board', 'advocate', 'llb'], ['maharashtra', 'board', 'advocate', 'llb', 'student'], ['board', 'advocate', 'llb', 'student', 'journalist'], ['advocate', 'llb', 'student', 'journalist', 'skill'], ['llb', 'student', 'journalist', 'skill', 'details'], ['student', 'journalist', 'skill', 'details', 'company'], ['journalist', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'criminal'], ['company', 'details', 'company', 'criminal', 'lawyer'], ['details', 'company', 'criminal', 'lawyer', 'law'], ['company', 'criminal', 'lawyer', 'law', 'firm'], ['criminal', 'lawyer', 'law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient', 'english', 'hindi'], ['natural', 'languages', 'proficient', 'english', 'hindi', 'marathi'], ['languages', 'proficient', 'english', 'hindi', 'marathi', 'computer'], ['proficient', 'english', 'hindi', 'marathi', 'computer', 'skills'], ['english', 'hindi', 'marathi', 'computer', 'skills', 'proficient'], ['hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms'], ['marathi', 'computer', 'skills', 'proficient', 'ms', 'office'], ['computer', 'skills', 'proficient', 'ms', 'office', 'internet'], ['skills', 'proficient', 'ms', 'office', 'internet', 'operation'], ['proficient', 'ms', 'office', 'internet', 'operation', 'education'], ['ms', 'office', 'internet', 'operation', 'education', 'details'], ['office', 'internet', 'operation', 'education', 'details', 'january'], ['internet', 'operation', 'education', 'details', 'january', '2015'], ['operation', 'education', 'details', 'january', '2015', 'january'], ['education', 'details', 'january', '2015', 'january', '2018'], ['details', 'january', '2015', 'january', '2018', 'llb'], ['january', '2015', 'january', '2018', 'llb', 'law'], ['2015', 'january', '2018', 'llb', 'law', 'mumbai'], ['january', '2018', 'llb', 'law', 'mumbai', 'maharashtra'], ['2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015'], ['maharashtra', 'mumbai', 'university', 'january', '2015', 'b'], ['mumbai', 'university', 'january', '2015', 'b', 'm'], ['university', 'january', '2015', 'b', 'm', 'm'], ['january', '2015', 'b', 'm', 'm', 'mumbai'], ['2015', 'b', 'm', 'm', 'mumbai', 'maharashtra'], ['b', 'm', 'm', 'mumbai', 'maharashtra', 's'], ['m', 'm', 'mumbai', 'maharashtra', 's', 'k'], ['m', 'mumbai', 'maharashtra', 's', 'k', 'somaiya'], ['mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college'], ['maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai'], ['s', 'k', 'somaiya', 'college', 'mumbai', 'university'], ['k', 'somaiya', 'college', 'mumbai', 'university', 'h'], ['somaiya', 'college', 'mumbai', 'university', 'h', 's'], ['college', 'mumbai', 'university', 'h', 's', 'c'], ['mumbai', 'university', 'h', 's', 'c', 'asmita'], ['university', 'h', 's', 'c', 'asmita', 'girls'], ['h', 's', 'c', 'asmita', 'girls', 'junior'], ['s', 'c', 'asmita', 'girls', 'junior', 'college'], ['c', 'asmita', 'girls', 'junior', 'college', 'maharashtra'], ['asmita', 'girls', 'junior', 'college', 'maharashtra', 'board'], ['girls', 'junior', 'college', 'maharashtra', 'board', 's'], ['junior', 'college', 'maharashtra', 'board', 's', 's'], ['college', 'maharashtra', 'board', 's', 's', 'c'], ['maharashtra', 'board', 's', 's', 'c', 'vidya'], ['board', 's', 's', 'c', 'vidya', 'bhawan'], ['s', 's', 'c', 'vidya', 'bhawan', 'maharashtra'], ['s', 'c', 'vidya', 'bhawan', 'maharashtra', 'board'], ['c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate'], ['vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb'], ['bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student'], ['maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist'], ['board', 'advocate', 'llb', 'student', 'journalist', 'skill'], ['advocate', 'llb', 'student', 'journalist', 'skill', 'details'], ['llb', 'student', 'journalist', 'skill', 'details', 'company'], ['student', 'journalist', 'skill', 'details', 'company', 'details'], ['journalist', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'criminal'], ['details', 'company', 'details', 'company', 'criminal', 'lawyer'], ['company', 'details', 'company', 'criminal', 'lawyer', 'law'], ['details', 'company', 'criminal', 'lawyer', 'law', 'firm'], ['company', 'criminal', 'lawyer', 'law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient', 'english', 'hindi', 'marathi'], ['natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer'], ['languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills'], ['proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient'], ['english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms'], ['hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office'], ['marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet'], ['computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation'], ['skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education'], ['proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details'], ['ms', 'office', 'internet', 'operation', 'education', 'details', 'january'], ['office', 'internet', 'operation', 'education', 'details', 'january', '2015'], ['internet', 'operation', 'education', 'details', 'january', '2015', 'january'], ['operation', 'education', 'details', 'january', '2015', 'january', '2018'], ['education', 'details', 'january', '2015', 'january', '2018', 'llb'], ['details', 'january', '2015', 'january', '2018', 'llb', 'law'], ['january', '2015', 'january', '2018', 'llb', 'law', 'mumbai'], ['2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra'], ['january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b'], ['maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm'], ['mumbai', 'university', 'january', '2015', 'b', 'm', 'm'], ['university', 'january', '2015', 'b', 'm', 'm', 'mumbai'], ['january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra'], ['2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's'], ['b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k'], ['m', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya'], ['m', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college'], ['mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai'], ['maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university'], ['s', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h'], ['k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's'], ['somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c'], ['college', 'mumbai', 'university', 'h', 's', 'c', 'asmita'], ['mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls'], ['university', 'h', 's', 'c', 'asmita', 'girls', 'junior'], ['h', 's', 'c', 'asmita', 'girls', 'junior', 'college'], ['s', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra'], ['c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board'], ['asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's'], ['girls', 'junior', 'college', 'maharashtra', 'board', 's', 's'], ['junior', 'college', 'maharashtra', 'board', 's', 's', 'c'], ['college', 'maharashtra', 'board', 's', 's', 'c', 'vidya'], ['maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan'], ['board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra'], ['s', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board'], ['s', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate'], ['c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb'], ['vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student'], ['bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist'], ['maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill'], ['board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details'], ['advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company'], ['llb', 'student', 'journalist', 'skill', 'details', 'company', 'details'], ['student', 'journalist', 'skill', 'details', 'company', 'details', 'company'], ['journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal'], ['skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer'], ['details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law'], ['company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm'], ['details', 'company', 'criminal', 'lawyer', 'law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer'], ['natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills'], ['languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient'], ['proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms'], ['english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office'], ['hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet'], ['marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation'], ['computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education'], ['skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details'], ['proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details', 'january'], ['ms', 'office', 'internet', 'operation', 'education', 'details', 'january', '2015'], ['office', 'internet', 'operation', 'education', 'details', 'january', '2015', 'january'], ['internet', 'operation', 'education', 'details', 'january', '2015', 'january', '2018'], ['operation', 'education', 'details', 'january', '2015', 'january', '2018', 'llb'], ['education', 'details', 'january', '2015', 'january', '2018', 'llb', 'law'], ['details', 'january', '2015', 'january', '2018', 'llb', 'law', 'mumbai'], ['january', '2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra'], ['2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm'], ['maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm', 'm'], ['mumbai', 'university', 'january', '2015', 'b', 'm', 'm', 'mumbai'], ['university', 'january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra'], ['january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's'], ['2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k'], ['b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya'], ['m', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college'], ['m', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai'], ['mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university'], ['maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h'], ['s', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's'], ['k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c'], ['somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c', 'asmita'], ['college', 'mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls'], ['mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls', 'junior'], ['university', 'h', 's', 'c', 'asmita', 'girls', 'junior', 'college'], ['h', 's', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra'], ['s', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board'], ['c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's'], ['asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's', 's'], ['girls', 'junior', 'college', 'maharashtra', 'board', 's', 's', 'c'], ['junior', 'college', 'maharashtra', 'board', 's', 's', 'c', 'vidya'], ['college', 'maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan'], ['maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra'], ['board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board'], ['s', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate'], ['s', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb'], ['c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student'], ['vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist'], ['bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill'], ['maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details'], ['board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company'], ['advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company', 'details'], ['llb', 'student', 'journalist', 'skill', 'details', 'company', 'details', 'company'], ['student', 'journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal'], ['journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer'], ['skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law'], ['details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm'], ['company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm', 'description'], ['skills', 'natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills'], ['natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient'], ['languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms'], ['proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office'], ['english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet'], ['hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation'], ['marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education'], ['computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details'], ['skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details', 'january'], ['proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details', 'january', '2015'], ['ms', 'office', 'internet', 'operation', 'education', 'details', 'january', '2015', 'january'], ['office', 'internet', 'operation', 'education', 'details', 'january', '2015', 'january', '2018'], ['internet', 'operation', 'education', 'details', 'january', '2015', 'january', '2018', 'llb'], ['operation', 'education', 'details', 'january', '2015', 'january', '2018', 'llb', 'law'], ['education', 'details', 'january', '2015', 'january', '2018', 'llb', 'law', 'mumbai'], ['details', 'january', '2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra'], ['january', '2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm', 'm'], ['maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm', 'm', 'mumbai'], ['mumbai', 'university', 'january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra'], ['university', 'january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's'], ['january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k'], ['2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya'], ['b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college'], ['m', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai'], ['m', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university'], ['mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h'], ['maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's'], ['s', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c'], ['k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c', 'asmita'], ['somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls'], ['college', 'mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls', 'junior'], ['mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls', 'junior', 'college'], ['university', 'h', 's', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra'], ['h', 's', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board'], ['s', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's'], ['c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's', 's'], ['asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's', 's', 'c'], ['girls', 'junior', 'college', 'maharashtra', 'board', 's', 's', 'c', 'vidya'], ['junior', 'college', 'maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan'], ['college', 'maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra'], ['maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board'], ['board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate'], ['s', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb'], ['s', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student'], ['c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist'], ['vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill'], ['bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details'], ['maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company'], ['board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company', 'details'], ['advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company', 'details', 'company'], ['llb', 'student', 'journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal'], ['student', 'journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer'], ['journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law'], ['skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm'], ['details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm', 'description']], [['skills'], ['legal'], ['writing'], ['efficient'], ['researcher'], ['legal'], ['education'], ['family'], ['law'], ['criminal'], ['defence'], ['environment'], ['law'], ['litigation'], ['business'], ['legal'], ['issue'], ['banking'], ['law'], ['commercial'], ['laweducation'], ['details'], ['january'], ['2014'], ['llm'], ['criminology'], ['pune'], ['maharashtra'], ['university'], ['pune'], ['january'], ['2012'], ['llb'], ['law'], ['pune'], ['maharashtra'], ['university'], ['pune'], ['january'], ['2012'], ['diploma'], ['labour'], ['law'], ['pune'], ['maharashtra'], ['university'], ['pune'], ['advocate'], ['advocate'], ['skill'], ['details'], ['legal'], ['writing'], ['exprience'], ['6'], ['months'], ['litigation'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['family'], ['criminal'], ['district'], ['session'], ['court'], ['description'], ['legal'], ['consultancy'], ['services'], ['co'], ['operative'], ['banks'], ['scheduled'], ['banks'], ['private'], ['banks'], ['clients'], ['federal'], ['bank'], ['chinchwad'], ['pune'], ['bharat'], ['co'], ['operative'], ['bank'], ['chinchwad'], ['pune'], ['icici'], ['bank'], ['scope'], ['work'], ['finalising'], ['loan'], ['agreements'], ['mortgage'], ['agreement'], ['release'], ['deed'], ['notice'], ['intimation'], ['title'], ['deed'], ['search'], ['report'], ['d'], ['cases'], ['legal'], ['notices'], ['recovery'], ['dues'], ['filing'], ['summary'], ['suits'], ['paper'], ['notice'], ['power'], ['attorney'], ['indemnity'], ['bond'], ['family'], ['law'], ['legal'], ['consultancy'], ['representation'], ['matters'], ['relating'], ['family'], ['disputes'], ['marriage'], ['divorce'], ['su'], ['ession'], ['adoption'], ['etc'], ['lok'], ['adalat'], ['panel'], ['judicial'], ['member'], ['four'], ['times'], ['skills', 'legal'], ['legal', 'writing'], ['writing', 'efficient'], ['efficient', 'researcher'], ['researcher', 'legal'], ['legal', 'education'], ['education', 'family'], ['family', 'law'], ['law', 'criminal'], ['criminal', 'defence'], ['defence', 'environment'], ['environment', 'law'], ['law', 'litigation'], ['litigation', 'business'], ['business', 'legal'], ['legal', 'issue'], ['issue', 'banking'], ['banking', 'law'], ['law', 'commercial'], ['commercial', 'laweducation'], ['laweducation', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'llm'], ['llm', 'criminology'], ['criminology', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'university'], ['university', 'pune'], ['pune', 'january'], ['january', '2012'], ['2012', 'llb'], ['llb', 'law'], ['law', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'university'], ['university', 'pune'], ['pune', 'january'], ['january', '2012'], ['2012', 'diploma'], ['diploma', 'labour'], ['labour', 'law'], ['law', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'university'], ['university', 'pune'], ['pune', 'advocate'], ['advocate', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'legal'], ['legal', 'writing'], ['writing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'litigation'], ['litigation', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'family'], ['family', 'criminal'], ['criminal', 'district'], ['district', 'session'], ['session', 'court'], ['court', 'description'], ['description', 'legal'], ['legal', 'consultancy'], ['consultancy', 'services'], ['services', 'co'], ['co', 'operative'], ['operative', 'banks'], ['banks', 'scheduled'], ['scheduled', 'banks'], ['banks', 'private'], ['private', 'banks'], ['banks', 'clients'], ['clients', 'federal'], ['federal', 'bank'], ['bank', 'chinchwad'], ['chinchwad', 'pune'], ['pune', 'bharat'], ['bharat', 'co'], ['co', 'operative'], ['operative', 'bank'], ['bank', 'chinchwad'], ['chinchwad', 'pune'], ['pune', 'icici'], ['icici', 'bank'], ['bank', 'scope'], ['scope', 'work'], ['work', 'finalising'], ['finalising', 'loan'], ['loan', 'agreements'], ['agreements', 'mortgage'], ['mortgage', 'agreement'], ['agreement', 'release'], ['release', 'deed'], ['deed', 'notice'], ['notice', 'intimation'], ['intimation', 'title'], ['title', 'deed'], ['deed', 'search'], ['search', 'report'], ['report', 'd'], ['d', 'cases'], ['cases', 'legal'], ['legal', 'notices'], ['notices', 'recovery'], ['recovery', 'dues'], ['dues', 'filing'], ['filing', 'summary'], ['summary', 'suits'], ['suits', 'paper'], ['paper', 'notice'], ['notice', 'power'], ['power', 'attorney'], ['attorney', 'indemnity'], ['indemnity', 'bond'], ['bond', 'family'], ['family', 'law'], ['law', 'legal'], ['legal', 'consultancy'], ['consultancy', 'representation'], ['representation', 'matters'], ['matters', 'relating'], ['relating', 'family'], ['family', 'disputes'], ['disputes', 'marriage'], ['marriage', 'divorce'], ['divorce', 'su'], ['su', 'ession'], ['ession', 'adoption'], ['adoption', 'etc'], ['etc', 'lok'], ['lok', 'adalat'], ['adalat', 'panel'], ['panel', 'judicial'], ['judicial', 'member'], ['member', 'four'], ['four', 'times'], ['skills', 'legal', 'writing'], ['legal', 'writing', 'efficient'], ['writing', 'efficient', 'researcher'], ['efficient', 'researcher', 'legal'], ['researcher', 'legal', 'education'], ['legal', 'education', 'family'], ['education', 'family', 'law'], ['family', 'law', 'criminal'], ['law', 'criminal', 'defence'], ['criminal', 'defence', 'environment'], ['defence', 'environment', 'law'], ['environment', 'law', 'litigation'], ['law', 'litigation', 'business'], ['litigation', 'business', 'legal'], ['business', 'legal', 'issue'], ['legal', 'issue', 'banking'], ['issue', 'banking', 'law'], ['banking', 'law', 'commercial'], ['law', 'commercial', 'laweducation'], ['commercial', 'laweducation', 'details'], ['laweducation', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'llm'], ['2014', 'llm', 'criminology'], ['llm', 'criminology', 'pune'], ['criminology', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'university'], ['maharashtra', 'university', 'pune'], ['university', 'pune', 'january'], ['pune', 'january', '2012'], ['january', '2012', 'llb'], ['2012', 'llb', 'law'], ['llb', 'law', 'pune'], ['law', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'university'], ['maharashtra', 'university', 'pune'], ['university', 'pune', 'january'], ['pune', 'january', '2012'], ['january', '2012', 'diploma'], ['2012', 'diploma', 'labour'], ['diploma', 'labour', 'law'], ['labour', 'law', 'pune'], ['law', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'university'], ['maharashtra', 'university', 'pune'], ['university', 'pune', 'advocate'], ['pune', 'advocate', 'advocate'], ['advocate', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'legal'], ['details', 'legal', 'writing'], ['legal', 'writing', 'exprience'], ['writing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'litigation'], ['months', 'litigation', 'exprience'], ['litigation', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'family'], ['company', 'family', 'criminal'], ['family', 'criminal', 'district'], ['criminal', 'district', 'session'], ['district', 'session', 'court'], ['session', 'court', 'description'], ['court', 'description', 'legal'], ['description', 'legal', 'consultancy'], ['legal', 'consultancy', 'services'], ['consultancy', 'services', 'co'], ['services', 'co', 'operative'], ['co', 'operative', 'banks'], ['operative', 'banks', 'scheduled'], ['banks', 'scheduled', 'banks'], ['scheduled', 'banks', 'private'], ['banks', 'private', 'banks'], ['private', 'banks', 'clients'], ['banks', 'clients', 'federal'], ['clients', 'federal', 'bank'], ['federal', 'bank', 'chinchwad'], ['bank', 'chinchwad', 'pune'], ['chinchwad', 'pune', 'bharat'], ['pune', 'bharat', 'co'], ['bharat', 'co', 'operative'], ['co', 'operative', 'bank'], ['operative', 'bank', 'chinchwad'], ['bank', 'chinchwad', 'pune'], ['chinchwad', 'pune', 'icici'], ['pune', 'icici', 'bank'], ['icici', 'bank', 'scope'], ['bank', 'scope', 'work'], ['scope', 'work', 'finalising'], ['work', 'finalising', 'loan'], ['finalising', 'loan', 'agreements'], ['loan', 'agreements', 'mortgage'], ['agreements', 'mortgage', 'agreement'], ['mortgage', 'agreement', 'release'], ['agreement', 'release', 'deed'], ['release', 'deed', 'notice'], ['deed', 'notice', 'intimation'], ['notice', 'intimation', 'title'], ['intimation', 'title', 'deed'], ['title', 'deed', 'search'], ['deed', 'search', 'report'], ['search', 'report', 'd'], ['report', 'd', 'cases'], ['d', 'cases', 'legal'], ['cases', 'legal', 'notices'], ['legal', 'notices', 'recovery'], ['notices', 'recovery', 'dues'], ['recovery', 'dues', 'filing'], ['dues', 'filing', 'summary'], ['filing', 'summary', 'suits'], ['summary', 'suits', 'paper'], ['suits', 'paper', 'notice'], ['paper', 'notice', 'power'], ['notice', 'power', 'attorney'], ['power', 'attorney', 'indemnity'], ['attorney', 'indemnity', 'bond'], ['indemnity', 'bond', 'family'], ['bond', 'family', 'law'], ['family', 'law', 'legal'], ['law', 'legal', 'consultancy'], ['legal', 'consultancy', 'representation'], ['consultancy', 'representation', 'matters'], ['representation', 'matters', 'relating'], ['matters', 'relating', 'family'], ['relating', 'family', 'disputes'], ['family', 'disputes', 'marriage'], ['disputes', 'marriage', 'divorce'], ['marriage', 'divorce', 'su'], ['divorce', 'su', 'ession'], ['su', 'ession', 'adoption'], ['ession', 'adoption', 'etc'], ['adoption', 'etc', 'lok'], ['etc', 'lok', 'adalat'], ['lok', 'adalat', 'panel'], ['adalat', 'panel', 'judicial'], ['panel', 'judicial', 'member'], ['judicial', 'member', 'four'], ['member', 'four', 'times'], ['skills', 'legal', 'writing', 'efficient'], ['legal', 'writing', 'efficient', 'researcher'], ['writing', 'efficient', 'researcher', 'legal'], ['efficient', 'researcher', 'legal', 'education'], ['researcher', 'legal', 'education', 'family'], ['legal', 'education', 'family', 'law'], ['education', 'family', 'law', 'criminal'], ['family', 'law', 'criminal', 'defence'], ['law', 'criminal', 'defence', 'environment'], ['criminal', 'defence', 'environment', 'law'], ['defence', 'environment', 'law', 'litigation'], ['environment', 'law', 'litigation', 'business'], ['law', 'litigation', 'business', 'legal'], ['litigation', 'business', 'legal', 'issue'], ['business', 'legal', 'issue', 'banking'], ['legal', 'issue', 'banking', 'law'], ['issue', 'banking', 'law', 'commercial'], ['banking', 'law', 'commercial', 'laweducation'], ['law', 'commercial', 'laweducation', 'details'], ['commercial', 'laweducation', 'details', 'january'], ['laweducation', 'details', 'january', '2014'], ['details', 'january', '2014', 'llm'], ['january', '2014', 'llm', 'criminology'], ['2014', 'llm', 'criminology', 'pune'], ['llm', 'criminology', 'pune', 'maharashtra'], ['criminology', 'pune', 'maharashtra', 'university'], ['pune', 'maharashtra', 'university', 'pune'], ['maharashtra', 'university', 'pune', 'january'], ['university', 'pune', 'january', '2012'], ['pune', 'january', '2012', 'llb'], ['january', '2012', 'llb', 'law'], ['2012', 'llb', 'law', 'pune'], ['llb', 'law', 'pune', 'maharashtra'], ['law', 'pune', 'maharashtra', 'university'], ['pune', 'maharashtra', 'university', 'pune'], ['maharashtra', 'university', 'pune', 'january'], ['university', 'pune', 'january', '2012'], ['pune', 'january', '2012', 'diploma'], ['january', '2012', 'diploma', 'labour'], ['2012', 'diploma', 'labour', 'law'], ['diploma', 'labour', 'law', 'pune'], ['labour', 'law', 'pune', 'maharashtra'], ['law', 'pune', 'maharashtra', 'university'], ['pune', 'maharashtra', 'university', 'pune'], ['maharashtra', 'university', 'pune', 'advocate'], ['university', 'pune', 'advocate', 'advocate'], ['pune', 'advocate', 'advocate', 'skill'], ['advocate', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'legal'], ['skill', 'details', 'legal', 'writing'], ['details', 'legal', 'writing', 'exprience'], ['legal', 'writing', 'exprience', '6'], ['writing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'litigation'], ['6', 'months', 'litigation', 'exprience'], ['months', 'litigation', 'exprience', '6'], ['litigation', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'family'], ['details', 'company', 'family', 'criminal'], ['company', 'family', 'criminal', 'district'], ['family', 'criminal', 'district', 'session'], ['criminal', 'district', 'session', 'court'], ['district', 'session', 'court', 'description'], ['session', 'court', 'description', 'legal'], ['court', 'description', 'legal', 'consultancy'], ['description', 'legal', 'consultancy', 'services'], ['legal', 'consultancy', 'services', 'co'], ['consultancy', 'services', 'co', 'operative'], ['services', 'co', 'operative', 'banks'], ['co', 'operative', 'banks', 'scheduled'], ['operative', 'banks', 'scheduled', 'banks'], ['banks', 'scheduled', 'banks', 'private'], ['scheduled', 'banks', 'private', 'banks'], ['banks', 'private', 'banks', 'clients'], ['private', 'banks', 'clients', 'federal'], ['banks', 'clients', 'federal', 'bank'], ['clients', 'federal', 'bank', 'chinchwad'], ['federal', 'bank', 'chinchwad', 'pune'], ['bank', 'chinchwad', 'pune', 'bharat'], ['chinchwad', 'pune', 'bharat', 'co'], ['pune', 'bharat', 'co', 'operative'], ['bharat', 'co', 'operative', 'bank'], ['co', 'operative', 'bank', 'chinchwad'], ['operative', 'bank', 'chinchwad', 'pune'], ['bank', 'chinchwad', 'pune', 'icici'], ['chinchwad', 'pune', 'icici', 'bank'], ['pune', 'icici', 'bank', 'scope'], ['icici', 'bank', 'scope', 'work'], ['bank', 'scope', 'work', 'finalising'], ['scope', 'work', 'finalising', 'loan'], ['work', 'finalising', 'loan', 'agreements'], ['finalising', 'loan', 'agreements', 'mortgage'], ['loan', 'agreements', 'mortgage', 'agreement'], ['agreements', 'mortgage', 'agreement', 'release'], ['mortgage', 'agreement', 'release', 'deed'], ['agreement', 'release', 'deed', 'notice'], ['release', 'deed', 'notice', 'intimation'], ['deed', 'notice', 'intimation', 'title'], ['notice', 'intimation', 'title', 'deed'], ['intimation', 'title', 'deed', 'search'], ['title', 'deed', 'search', 'report'], ['deed', 'search', 'report', 'd'], ['search', 'report', 'd', 'cases'], ['report', 'd', 'cases', 'legal'], ['d', 'cases', 'legal', 'notices'], ['cases', 'legal', 'notices', 'recovery'], ['legal', 'notices', 'recovery', 'dues'], ['notices', 'recovery', 'dues', 'filing'], ['recovery', 'dues', 'filing', 'summary'], ['dues', 'filing', 'summary', 'suits'], ['filing', 'summary', 'suits', 'paper'], ['summary', 'suits', 'paper', 'notice'], ['suits', 'paper', 'notice', 'power'], ['paper', 'notice', 'power', 'attorney'], ['notice', 'power', 'attorney', 'indemnity'], ['power', 'attorney', 'indemnity', 'bond'], ['attorney', 'indemnity', 'bond', 'family'], ['indemnity', 'bond', 'family', 'law'], ['bond', 'family', 'law', 'legal'], ['family', 'law', 'legal', 'consultancy'], ['law', 'legal', 'consultancy', 'representation'], ['legal', 'consultancy', 'representation', 'matters'], ['consultancy', 'representation', 'matters', 'relating'], ['representation', 'matters', 'relating', 'family'], ['matters', 'relating', 'family', 'disputes'], ['relating', 'family', 'disputes', 'marriage'], ['family', 'disputes', 'marriage', 'divorce'], ['disputes', 'marriage', 'divorce', 'su'], ['marriage', 'divorce', 'su', 'ession'], ['divorce', 'su', 'ession', 'adoption'], ['su', 'ession', 'adoption', 'etc'], ['ession', 'adoption', 'etc', 'lok'], ['adoption', 'etc', 'lok', 'adalat'], ['etc', 'lok', 'adalat', 'panel'], ['lok', 'adalat', 'panel', 'judicial'], ['adalat', 'panel', 'judicial', 'member'], ['panel', 'judicial', 'member', 'four'], ['judicial', 'member', 'four', 'times'], ['skills', 'legal', 'writing', 'efficient', 'researcher'], ['legal', 'writing', 'efficient', 'researcher', 'legal'], ['writing', 'efficient', 'researcher', 'legal', 'education'], ['efficient', 'researcher', 'legal', 'education', 'family'], ['researcher', 'legal', 'education', 'family', 'law'], ['legal', 'education', 'family', 'law', 'criminal'], ['education', 'family', 'law', 'criminal', 'defence'], ['family', 'law', 'criminal', 'defence', 'environment'], ['law', 'criminal', 'defence', 'environment', 'law'], ['criminal', 'defence', 'environment', 'law', 'litigation'], ['defence', 'environment', 'law', 'litigation', 'business'], ['environment', 'law', 'litigation', 'business', 'legal'], ['law', 'litigation', 'business', 'legal', 'issue'], ['litigation', 'business', 'legal', 'issue', 'banking'], ['business', 'legal', 'issue', 'banking', 'law'], ['legal', 'issue', 'banking', 'law', 'commercial'], ['issue', 'banking', 'law', 'commercial', 'laweducation'], ['banking', 'law', 'commercial', 'laweducation', 'details'], ['law', 'commercial', 'laweducation', 'details', 'january'], ['commercial', 'laweducation', 'details', 'january', '2014'], ['laweducation', 'details', 'january', '2014', 'llm'], ['details', 'january', '2014', 'llm', 'criminology'], ['january', '2014', 'llm', 'criminology', 'pune'], ['2014', 'llm', 'criminology', 'pune', 'maharashtra'], ['llm', 'criminology', 'pune', 'maharashtra', 'university'], ['criminology', 'pune', 'maharashtra', 'university', 'pune'], ['pune', 'maharashtra', 'university', 'pune', 'january'], ['maharashtra', 'university', 'pune', 'january', '2012'], ['university', 'pune', 'january', '2012', 'llb'], ['pune', 'january', '2012', 'llb', 'law'], ['january', '2012', 'llb', 'law', 'pune'], ['2012', 'llb', 'law', 'pune', 'maharashtra'], ['llb', 'law', 'pune', 'maharashtra', 'university'], ['law', 'pune', 'maharashtra', 'university', 'pune'], ['pune', 'maharashtra', 'university', 'pune', 'january'], ['maharashtra', 'university', 'pune', 'january', '2012'], ['university', 'pune', 'january', '2012', 'diploma'], ['pune', 'january', '2012', 'diploma', 'labour'], ['january', '2012', 'diploma', 'labour', 'law'], ['2012', 'diploma', 'labour', 'law', 'pune'], ['diploma', 'labour', 'law', 'pune', 'maharashtra'], ['labour', 'law', 'pune', 'maharashtra', 'university'], ['law', 'pune', 'maharashtra', 'university', 'pune'], ['pune', 'maharashtra', 'university', 'pune', 'advocate'], ['maharashtra', 'university', 'pune', 'advocate', 'advocate'], ['university', 'pune', 'advocate', 'advocate', 'skill'], ['pune', 'advocate', 'advocate', 'skill', 'details'], ['advocate', 'advocate', 'skill', 'details', 'legal'], ['advocate', 'skill', 'details', 'legal', 'writing'], ['skill', 'details', 'legal', 'writing', 'exprience'], ['details', 'legal', 'writing', 'exprience', '6'], ['legal', 'writing', 'exprience', '6', 'months'], ['writing', 'exprience', '6', 'months', 'litigation'], ['exprience', '6', 'months', 'litigation', 'exprience'], ['6', 'months', 'litigation', 'exprience', '6'], ['months', 'litigation', 'exprience', '6', 'monthscompany'], ['litigation', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'family'], ['monthscompany', 'details', 'company', 'family', 'criminal'], ['details', 'company', 'family', 'criminal', 'district'], ['company', 'family', 'criminal', 'district', 'session'], ['family', 'criminal', 'district', 'session', 'court'], ['criminal', 'district', 'session', 'court', 'description'], ['district', 'session', 'court', 'description', 'legal'], ['session', 'court', 'description', 'legal', 'consultancy'], ['court', 'description', 'legal', 'consultancy', 'services'], ['description', 'legal', 'consultancy', 'services', 'co'], ['legal', 'consultancy', 'services', 'co', 'operative'], ['consultancy', 'services', 'co', 'operative', 'banks'], ['services', 'co', 'operative', 'banks', 'scheduled'], ['co', 'operative', 'banks', 'scheduled', 'banks'], ['operative', 'banks', 'scheduled', 'banks', 'private'], ['banks', 'scheduled', 'banks', 'private', 'banks'], ['scheduled', 'banks', 'private', 'banks', 'clients'], ['banks', 'private', 'banks', 'clients', 'federal'], ['private', 'banks', 'clients', 'federal', 'bank'], ['banks', 'clients', 'federal', 'bank', 'chinchwad'], ['clients', 'federal', 'bank', 'chinchwad', 'pune'], ['federal', 'bank', 'chinchwad', 'pune', 'bharat'], ['bank', 'chinchwad', 'pune', 'bharat', 'co'], ['chinchwad', 'pune', 'bharat', 'co', 'operative'], ['pune', 'bharat', 'co', 'operative', 'bank'], ['bharat', 'co', 'operative', 'bank', 'chinchwad'], ['co', 'operative', 'bank', 'chinchwad', 'pune'], ['operative', 'bank', 'chinchwad', 'pune', 'icici'], ['bank', 'chinchwad', 'pune', 'icici', 'bank'], ['chinchwad', 'pune', 'icici', 'bank', 'scope'], ['pune', 'icici', 'bank', 'scope', 'work'], ['icici', 'bank', 'scope', 'work', 'finalising'], ['bank', 'scope', 'work', 'finalising', 'loan'], ['scope', 'work', 'finalising', 'loan', 'agreements'], ['work', 'finalising', 'loan', 'agreements', 'mortgage'], ['finalising', 'loan', 'agreements', 'mortgage', 'agreement'], ['loan', 'agreements', 'mortgage', 'agreement', 'release'], ['agreements', 'mortgage', 'agreement', 'release', 'deed'], ['mortgage', 'agreement', 'release', 'deed', 'notice'], ['agreement', 'release', 'deed', 'notice', 'intimation'], ['release', 'deed', 'notice', 'intimation', 'title'], ['deed', 'notice', 'intimation', 'title', 'deed'], ['notice', 'intimation', 'title', 'deed', 'search'], ['intimation', 'title', 'deed', 'search', 'report'], ['title', 'deed', 'search', 'report', 'd'], ['deed', 'search', 'report', 'd', 'cases'], ['search', 'report', 'd', 'cases', 'legal'], ['report', 'd', 'cases', 'legal', 'notices'], ['d', 'cases', 'legal', 'notices', 'recovery'], ['cases', 'legal', 'notices', 'recovery', 'dues'], ['legal', 'notices', 'recovery', 'dues', 'filing'], ['notices', 'recovery', 'dues', 'filing', 'summary'], ['recovery', 'dues', 'filing', 'summary', 'suits'], ['dues', 'filing', 'summary', 'suits', 'paper'], ['filing', 'summary', 'suits', 'paper', 'notice'], ['summary', 'suits', 'paper', 'notice', 'power'], ['suits', 'paper', 'notice', 'power', 'attorney'], ['paper', 'notice', 'power', 'attorney', 'indemnity'], ['notice', 'power', 'attorney', 'indemnity', 'bond'], ['power', 'attorney', 'indemnity', 'bond', 'family'], ['attorney', 'indemnity', 'bond', 'family', 'law'], ['indemnity', 'bond', 'family', 'law', 'legal'], ['bond', 'family', 'law', 'legal', 'consultancy'], ['family', 'law', 'legal', 'consultancy', 'representation'], ['law', 'legal', 'consultancy', 'representation', 'matters'], ['legal', 'consultancy', 'representation', 'matters', 'relating'], ['consultancy', 'representation', 'matters', 'relating', 'family'], ['representation', 'matters', 'relating', 'family', 'disputes'], ['matters', 'relating', 'family', 'disputes', 'marriage'], ['relating', 'family', 'disputes', 'marriage', 'divorce'], ['family', 'disputes', 'marriage', 'divorce', 'su'], ['disputes', 'marriage', 'divorce', 'su', 'ession'], ['marriage', 'divorce', 'su', 'ession', 'adoption'], ['divorce', 'su', 'ession', 'adoption', 'etc'], ['su', 'ession', 'adoption', 'etc', 'lok'], ['ession', 'adoption', 'etc', 'lok', 'adalat'], ['adoption', 'etc', 'lok', 'adalat', 'panel'], ['etc', 'lok', 'adalat', 'panel', 'judicial'], ['lok', 'adalat', 'panel', 'judicial', 'member'], ['adalat', 'panel', 'judicial', 'member', 'four'], ['panel', 'judicial', 'member', 'four', 'times'], ['skills', 'legal', 'writing', 'efficient', 'researcher', 'legal'], ['legal', 'writing', 'efficient', 'researcher', 'legal', 'education'], ['writing', 'efficient', 'researcher', 'legal', 'education', 'family'], ['efficient', 'researcher', 'legal', 'education', 'family', 'law'], ['researcher', 'legal', 'education', 'family', 'law', 'criminal'], ['legal', 'education', 'family', 'law', 'criminal', 'defence'], ['education', 'family', 'law', 'criminal', 'defence', 'environment'], ['family', 'law', 'criminal', 'defence', 'environment', 'law'], ['law', 'criminal', 'defence', 'environment', 'law', 'litigation'], ['criminal', 'defence', 'environment', 'law', 'litigation', 'business'], ['defence', 'environment', 'law', 'litigation', 'business', 'legal'], ['environment', 'law', 'litigation', 'business', 'legal', 'issue'], ['law', 'litigation', 'business', 'legal', 'issue', 'banking'], ['litigation', 'business', 'legal', 'issue', 'banking', 'law'], ['business', 'legal', 'issue', 'banking', 'law', 'commercial'], ['legal', 'issue', 'banking', 'law', 'commercial', 'laweducation'], ['issue', 'banking', 'law', 'commercial', 'laweducation', 'details'], ['banking', 'law', 'commercial', 'laweducation', 'details', 'january'], ['law', 'commercial', 'laweducation', 'details', 'january', '2014'], ['commercial', 'laweducation', 'details', 'january', '2014', 'llm'], ['laweducation', 'details', 'january', '2014', 'llm', 'criminology'], ['details', 'january', '2014', 'llm', 'criminology', 'pune'], ['january', '2014', 'llm', 'criminology', 'pune', 'maharashtra'], ['2014', 'llm', 'criminology', 'pune', 'maharashtra', 'university'], ['llm', 'criminology', 'pune', 'maharashtra', 'university', 'pune'], ['criminology', 'pune', 'maharashtra', 'university', 'pune', 'january'], ['pune', 'maharashtra', 'university', 'pune', 'january', '2012'], ['maharashtra', 'university', 'pune', 'january', '2012', 'llb'], ['university', 'pune', 'january', '2012', 'llb', 'law'], ['pune', 'january', '2012', 'llb', 'law', 'pune'], ['january', '2012', 'llb', 'law', 'pune', 'maharashtra'], ['2012', 'llb', 'law', 'pune', 'maharashtra', 'university'], ['llb', 'law', 'pune', 'maharashtra', 'university', 'pune'], ['law', 'pune', 'maharashtra', 'university', 'pune', 'january'], ['pune', 'maharashtra', 'university', 'pune', 'january', '2012'], ['maharashtra', 'university', 'pune', 'january', '2012', 'diploma'], ['university', 'pune', 'january', '2012', 'diploma', 'labour'], ['pune', 'january', '2012', 'diploma', 'labour', 'law'], ['january', '2012', 'diploma', 'labour', 'law', 'pune'], ['2012', 'diploma', 'labour', 'law', 'pune', 'maharashtra'], ['diploma', 'labour', 'law', 'pune', 'maharashtra', 'university'], ['labour', 'law', 'pune', 'maharashtra', 'university', 'pune'], ['law', 'pune', 'maharashtra', 'university', 'pune', 'advocate'], ['pune', 'maharashtra', 'university', 'pune', 'advocate', 'advocate'], ['maharashtra', 'university', 'pune', 'advocate', 'advocate', 'skill'], ['university', 'pune', 'advocate', 'advocate', 'skill', 'details'], ['pune', 'advocate', 'advocate', 'skill', 'details', 'legal'], ['advocate', 'advocate', 'skill', 'details', 'legal', 'writing'], ['advocate', 'skill', 'details', 'legal', 'writing', 'exprience'], ['skill', 'details', 'legal', 'writing', 'exprience', '6'], ['details', 'legal', 'writing', 'exprience', '6', 'months'], ['legal', 'writing', 'exprience', '6', 'months', 'litigation'], ['writing', 'exprience', '6', 'months', 'litigation', 'exprience'], ['exprience', '6', 'months', 'litigation', 'exprience', '6'], ['6', 'months', 'litigation', 'exprience', '6', 'monthscompany'], ['months', 'litigation', 'exprience', '6', 'monthscompany', 'details'], ['litigation', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'family'], ['6', 'monthscompany', 'details', 'company', 'family', 'criminal'], ['monthscompany', 'details', 'company', 'family', 'criminal', 'district'], ['details', 'company', 'family', 'criminal', 'district', 'session'], ['company', 'family', 'criminal', 'district', 'session', 'court'], ['family', 'criminal', 'district', 'session', 'court', 'description'], ['criminal', 'district', 'session', 'court', 'description', 'legal'], ['district', 'session', 'court', 'description', 'legal', 'consultancy'], ['session', 'court', 'description', 'legal', 'consultancy', 'services'], ['court', 'description', 'legal', 'consultancy', 'services', 'co'], ['description', 'legal', 'consultancy', 'services', 'co', 'operative'], ['legal', 'consultancy', 'services', 'co', 'operative', 'banks'], ['consultancy', 'services', 'co', 'operative', 'banks', 'scheduled'], ['services', 'co', 'operative', 'banks', 'scheduled', 'banks'], ['co', 'operative', 'banks', 'scheduled', 'banks', 'private'], ['operative', 'banks', 'scheduled', 'banks', 'private', 'banks'], ['banks', 'scheduled', 'banks', 'private', 'banks', 'clients'], ['scheduled', 'banks', 'private', 'banks', 'clients', 'federal'], ['banks', 'private', 'banks', 'clients', 'federal', 'bank'], ['private', 'banks', 'clients', 'federal', 'bank', 'chinchwad'], ['banks', 'clients', 'federal', 'bank', 'chinchwad', 'pune'], ['clients', 'federal', 'bank', 'chinchwad', 'pune', 'bharat'], ['federal', 'bank', 'chinchwad', 'pune', 'bharat', 'co'], ['bank', 'chinchwad', 'pune', 'bharat', 'co', 'operative'], ['chinchwad', 'pune', 'bharat', 'co', 'operative', 'bank'], ['pune', 'bharat', 'co', 'operative', 'bank', 'chinchwad'], ['bharat', 'co', 'operative', 'bank', 'chinchwad', 'pune'], ['co', 'operative', 'bank', 'chinchwad', 'pune', 'icici'], ['operative', 'bank', 'chinchwad', 'pune', 'icici', 'bank'], ['bank', 'chinchwad', 'pune', 'icici', 'bank', 'scope'], ['chinchwad', 'pune', 'icici', 'bank', 'scope', 'work'], ['pune', 'icici', 'bank', 'scope', 'work', 'finalising'], ['icici', 'bank', 'scope', 'work', 'finalising', 'loan'], ['bank', 'scope', 'work', 'finalising', 'loan', 'agreements'], ['scope', 'work', 'finalising', 'loan', 'agreements', 'mortgage'], ['work', 'finalising', 'loan', 'agreements', 'mortgage', 'agreement'], ['finalising', 'loan', 'agreements', 'mortgage', 'agreement', 'release'], ['loan', 'agreements', 'mortgage', 'agreement', 'release', 'deed'], ['agreements', 'mortgage', 'agreement', 'release', 'deed', 'notice'], ['mortgage', 'agreement', 'release', 'deed', 'notice', 'intimation'], ['agreement', 'release', 'deed', 'notice', 'intimation', 'title'], ['release', 'deed', 'notice', 'intimation', 'title', 'deed'], ['deed', 'notice', 'intimation', 'title', 'deed', 'search'], ['notice', 'intimation', 'title', 'deed', 'search', 'report'], ['intimation', 'title', 'deed', 'search', 'report', 'd'], ['title', 'deed', 'search', 'report', 'd', 'cases'], ['deed', 'search', 'report', 'd', 'cases', 'legal'], ['search', 'report', 'd', 'cases', 'legal', 'notices'], ['report', 'd', 'cases', 'legal', 'notices', 'recovery'], ['d', 'cases', 'legal', 'notices', 'recovery', 'dues'], ['cases', 'legal', 'notices', 'recovery', 'dues', 'filing'], ['legal', 'notices', 'recovery', 'dues', 'filing', 'summary'], ['notices', 'recovery', 'dues', 'filing', 'summary', 'suits'], ['recovery', 'dues', 'filing', 'summary', 'suits', 'paper'], ['dues', 'filing', 'summary', 'suits', 'paper', 'notice'], ['filing', 'summary', 'suits', 'paper', 'notice', 'power'], ['summary', 'suits', 'paper', 'notice', 'power', 'attorney'], ['suits', 'paper', 'notice', 'power', 'attorney', 'indemnity'], ['paper', 'notice', 'power', 'attorney', 'indemnity', 'bond'], ['notice', 'power', 'attorney', 'indemnity', 'bond', 'family'], ['power', 'attorney', 'indemnity', 'bond', 'family', 'law'], ['attorney', 'indemnity', 'bond', 'family', 'law', 'legal'], ['indemnity', 'bond', 'family', 'law', 'legal', 'consultancy'], ['bond', 'family', 'law', 'legal', 'consultancy', 'representation'], ['family', 'law', 'legal', 'consultancy', 'representation', 'matters'], ['law', 'legal', 'consultancy', 'representation', 'matters', 'relating'], ['legal', 'consultancy', 'representation', 'matters', 'relating', 'family'], ['consultancy', 'representation', 'matters', 'relating', 'family', 'disputes'], ['representation', 'matters', 'relating', 'family', 'disputes', 'marriage'], ['matters', 'relating', 'family', 'disputes', 'marriage', 'divorce'], ['relating', 'family', 'disputes', 'marriage', 'divorce', 'su'], ['family', 'disputes', 'marriage', 'divorce', 'su', 'ession'], ['disputes', 'marriage', 'divorce', 'su', 'ession', 'adoption'], ['marriage', 'divorce', 'su', 'ession', 'adoption', 'etc'], ['divorce', 'su', 'ession', 'adoption', 'etc', 'lok'], ['su', 'ession', 'adoption', 'etc', 'lok', 'adalat'], ['ession', 'adoption', 'etc', 'lok', 'adalat', 'panel'], ['adoption', 'etc', 'lok', 'adalat', 'panel', 'judicial'], ['etc', 'lok', 'adalat', 'panel', 'judicial', 'member'], ['lok', 'adalat', 'panel', 'judicial', 'member', 'four'], ['adalat', 'panel', 'judicial', 'member', 'four', 'times'], ['skills', 'legal', 'writing', 'efficient', 'researcher', 'legal', 'education'], ['legal', 'writing', 'efficient', 'researcher', 'legal', 'education', 'family'], ['writing', 'efficient', 'researcher', 'legal', 'education', 'family', 'law'], ['efficient', 'researcher', 'legal', 'education', 'family', 'law', 'criminal'], ['researcher', 'legal', 'education', 'family', 'law', 'criminal', 'defence'], ['legal', 'education', 'family', 'law', 'criminal', 'defence', 'environment'], ['education', 'family', 'law', 'criminal', 'defence', 'environment', 'law'], ['family', 'law', 'criminal', 'defence', 'environment', 'law', 'litigation'], ['law', 'criminal', 'defence', 'environment', 'law', 'litigation', 'business'], ['criminal', 'defence', 'environment', 'law', 'litigation', 'business', 'legal'], ['defence', 'environment', 'law', 'litigation', 'business', 'legal', 'issue'], ['environment', 'law', 'litigation', 'business', 'legal', 'issue', 'banking'], ['law', 'litigation', 'business', 'legal', 'issue', 'banking', 'law'], ['litigation', 'business', 'legal', 'issue', 'banking', 'law', 'commercial'], ['business', 'legal', 'issue', 'banking', 'law', 'commercial', 'laweducation'], ['legal', 'issue', 'banking', 'law', 'commercial', 'laweducation', 'details'], ['issue', 'banking', 'law', 'commercial', 'laweducation', 'details', 'january'], ['banking', 'law', 'commercial', 'laweducation', 'details', 'january', '2014'], ['law', 'commercial', 'laweducation', 'details', 'january', '2014', 'llm'], ['commercial', 'laweducation', 'details', 'january', '2014', 'llm', 'criminology'], ['laweducation', 'details', 'january', '2014', 'llm', 'criminology', 'pune'], ['details', 'january', '2014', 'llm', 'criminology', 'pune', 'maharashtra'], ['january', '2014', 'llm', 'criminology', 'pune', 'maharashtra', 'university'], ['2014', 'llm', 'criminology', 'pune', 'maharashtra', 'university', 'pune'], ['llm', 'criminology', 'pune', 'maharashtra', 'university', 'pune', 'january'], ['criminology', 'pune', 'maharashtra', 'university', 'pune', 'january', '2012'], ['pune', 'maharashtra', 'university', 'pune', 'january', '2012', 'llb'], ['maharashtra', 'university', 'pune', 'january', '2012', 'llb', 'law'], ['university', 'pune', 'january', '2012', 'llb', 'law', 'pune'], ['pune', 'january', '2012', 'llb', 'law', 'pune', 'maharashtra'], ['january', '2012', 'llb', 'law', 'pune', 'maharashtra', 'university'], ['2012', 'llb', 'law', 'pune', 'maharashtra', 'university', 'pune'], ['llb', 'law', 'pune', 'maharashtra', 'university', 'pune', 'january'], ['law', 'pune', 'maharashtra', 'university', 'pune', 'january', '2012'], ['pune', 'maharashtra', 'university', 'pune', 'january', '2012', 'diploma'], ['maharashtra', 'university', 'pune', 'january', '2012', 'diploma', 'labour'], ['university', 'pune', 'january', '2012', 'diploma', 'labour', 'law'], ['pune', 'january', '2012', 'diploma', 'labour', 'law', 'pune'], ['january', '2012', 'diploma', 'labour', 'law', 'pune', 'maharashtra'], ['2012', 'diploma', 'labour', 'law', 'pune', 'maharashtra', 'university'], ['diploma', 'labour', 'law', 'pune', 'maharashtra', 'university', 'pune'], ['labour', 'law', 'pune', 'maharashtra', 'university', 'pune', 'advocate'], ['law', 'pune', 'maharashtra', 'university', 'pune', 'advocate', 'advocate'], ['pune', 'maharashtra', 'university', 'pune', 'advocate', 'advocate', 'skill'], ['maharashtra', 'university', 'pune', 'advocate', 'advocate', 'skill', 'details'], ['university', 'pune', 'advocate', 'advocate', 'skill', 'details', 'legal'], ['pune', 'advocate', 'advocate', 'skill', 'details', 'legal', 'writing'], ['advocate', 'advocate', 'skill', 'details', 'legal', 'writing', 'exprience'], ['advocate', 'skill', 'details', 'legal', 'writing', 'exprience', '6'], ['skill', 'details', 'legal', 'writing', 'exprience', '6', 'months'], ['details', 'legal', 'writing', 'exprience', '6', 'months', 'litigation'], ['legal', 'writing', 'exprience', '6', 'months', 'litigation', 'exprience'], ['writing', 'exprience', '6', 'months', 'litigation', 'exprience', '6'], ['exprience', '6', 'months', 'litigation', 'exprience', '6', 'monthscompany'], ['6', 'months', 'litigation', 'exprience', '6', 'monthscompany', 'details'], ['months', 'litigation', 'exprience', '6', 'monthscompany', 'details', 'company'], ['litigation', 'exprience', '6', 'monthscompany', 'details', 'company', 'family'], ['exprience', '6', 'monthscompany', 'details', 'company', 'family', 'criminal'], ['6', 'monthscompany', 'details', 'company', 'family', 'criminal', 'district'], ['monthscompany', 'details', 'company', 'family', 'criminal', 'district', 'session'], ['details', 'company', 'family', 'criminal', 'district', 'session', 'court'], ['company', 'family', 'criminal', 'district', 'session', 'court', 'description'], ['family', 'criminal', 'district', 'session', 'court', 'description', 'legal'], ['criminal', 'district', 'session', 'court', 'description', 'legal', 'consultancy'], ['district', 'session', 'court', 'description', 'legal', 'consultancy', 'services'], ['session', 'court', 'description', 'legal', 'consultancy', 'services', 'co'], ['court', 'description', 'legal', 'consultancy', 'services', 'co', 'operative'], ['description', 'legal', 'consultancy', 'services', 'co', 'operative', 'banks'], ['legal', 'consultancy', 'services', 'co', 'operative', 'banks', 'scheduled'], ['consultancy', 'services', 'co', 'operative', 'banks', 'scheduled', 'banks'], ['services', 'co', 'operative', 'banks', 'scheduled', 'banks', 'private'], ['co', 'operative', 'banks', 'scheduled', 'banks', 'private', 'banks'], ['operative', 'banks', 'scheduled', 'banks', 'private', 'banks', 'clients'], ['banks', 'scheduled', 'banks', 'private', 'banks', 'clients', 'federal'], ['scheduled', 'banks', 'private', 'banks', 'clients', 'federal', 'bank'], ['banks', 'private', 'banks', 'clients', 'federal', 'bank', 'chinchwad'], ['private', 'banks', 'clients', 'federal', 'bank', 'chinchwad', 'pune'], ['banks', 'clients', 'federal', 'bank', 'chinchwad', 'pune', 'bharat'], ['clients', 'federal', 'bank', 'chinchwad', 'pune', 'bharat', 'co'], ['federal', 'bank', 'chinchwad', 'pune', 'bharat', 'co', 'operative'], ['bank', 'chinchwad', 'pune', 'bharat', 'co', 'operative', 'bank'], ['chinchwad', 'pune', 'bharat', 'co', 'operative', 'bank', 'chinchwad'], ['pune', 'bharat', 'co', 'operative', 'bank', 'chinchwad', 'pune'], ['bharat', 'co', 'operative', 'bank', 'chinchwad', 'pune', 'icici'], ['co', 'operative', 'bank', 'chinchwad', 'pune', 'icici', 'bank'], ['operative', 'bank', 'chinchwad', 'pune', 'icici', 'bank', 'scope'], ['bank', 'chinchwad', 'pune', 'icici', 'bank', 'scope', 'work'], ['chinchwad', 'pune', 'icici', 'bank', 'scope', 'work', 'finalising'], ['pune', 'icici', 'bank', 'scope', 'work', 'finalising', 'loan'], ['icici', 'bank', 'scope', 'work', 'finalising', 'loan', 'agreements'], ['bank', 'scope', 'work', 'finalising', 'loan', 'agreements', 'mortgage'], ['scope', 'work', 'finalising', 'loan', 'agreements', 'mortgage', 'agreement'], ['work', 'finalising', 'loan', 'agreements', 'mortgage', 'agreement', 'release'], ['finalising', 'loan', 'agreements', 'mortgage', 'agreement', 'release', 'deed'], ['loan', 'agreements', 'mortgage', 'agreement', 'release', 'deed', 'notice'], ['agreements', 'mortgage', 'agreement', 'release', 'deed', 'notice', 'intimation'], ['mortgage', 'agreement', 'release', 'deed', 'notice', 'intimation', 'title'], ['agreement', 'release', 'deed', 'notice', 'intimation', 'title', 'deed'], ['release', 'deed', 'notice', 'intimation', 'title', 'deed', 'search'], ['deed', 'notice', 'intimation', 'title', 'deed', 'search', 'report'], ['notice', 'intimation', 'title', 'deed', 'search', 'report', 'd'], ['intimation', 'title', 'deed', 'search', 'report', 'd', 'cases'], ['title', 'deed', 'search', 'report', 'd', 'cases', 'legal'], ['deed', 'search', 'report', 'd', 'cases', 'legal', 'notices'], ['search', 'report', 'd', 'cases', 'legal', 'notices', 'recovery'], ['report', 'd', 'cases', 'legal', 'notices', 'recovery', 'dues'], ['d', 'cases', 'legal', 'notices', 'recovery', 'dues', 'filing'], ['cases', 'legal', 'notices', 'recovery', 'dues', 'filing', 'summary'], ['legal', 'notices', 'recovery', 'dues', 'filing', 'summary', 'suits'], ['notices', 'recovery', 'dues', 'filing', 'summary', 'suits', 'paper'], ['recovery', 'dues', 'filing', 'summary', 'suits', 'paper', 'notice'], ['dues', 'filing', 'summary', 'suits', 'paper', 'notice', 'power'], ['filing', 'summary', 'suits', 'paper', 'notice', 'power', 'attorney'], ['summary', 'suits', 'paper', 'notice', 'power', 'attorney', 'indemnity'], ['suits', 'paper', 'notice', 'power', 'attorney', 'indemnity', 'bond'], ['paper', 'notice', 'power', 'attorney', 'indemnity', 'bond', 'family'], ['notice', 'power', 'attorney', 'indemnity', 'bond', 'family', 'law'], ['power', 'attorney', 'indemnity', 'bond', 'family', 'law', 'legal'], ['attorney', 'indemnity', 'bond', 'family', 'law', 'legal', 'consultancy'], ['indemnity', 'bond', 'family', 'law', 'legal', 'consultancy', 'representation'], ['bond', 'family', 'law', 'legal', 'consultancy', 'representation', 'matters'], ['family', 'law', 'legal', 'consultancy', 'representation', 'matters', 'relating'], ['law', 'legal', 'consultancy', 'representation', 'matters', 'relating', 'family'], ['legal', 'consultancy', 'representation', 'matters', 'relating', 'family', 'disputes'], ['consultancy', 'representation', 'matters', 'relating', 'family', 'disputes', 'marriage'], ['representation', 'matters', 'relating', 'family', 'disputes', 'marriage', 'divorce'], ['matters', 'relating', 'family', 'disputes', 'marriage', 'divorce', 'su'], ['relating', 'family', 'disputes', 'marriage', 'divorce', 'su', 'ession'], ['family', 'disputes', 'marriage', 'divorce', 'su', 'ession', 'adoption'], ['disputes', 'marriage', 'divorce', 'su', 'ession', 'adoption', 'etc'], ['marriage', 'divorce', 'su', 'ession', 'adoption', 'etc', 'lok'], ['divorce', 'su', 'ession', 'adoption', 'etc', 'lok', 'adalat'], ['su', 'ession', 'adoption', 'etc', 'lok', 'adalat', 'panel'], ['ession', 'adoption', 'etc', 'lok', 'adalat', 'panel', 'judicial'], ['adoption', 'etc', 'lok', 'adalat', 'panel', 'judicial', 'member'], ['etc', 'lok', 'adalat', 'panel', 'judicial', 'member', 'four'], ['lok', 'adalat', 'panel', 'judicial', 'member', 'four', 'times'], ['skills', 'legal', 'writing', 'efficient', 'researcher', 'legal', 'education', 'family'], ['legal', 'writing', 'efficient', 'researcher', 'legal', 'education', 'family', 'law'], ['writing', 'efficient', 'researcher', 'legal', 'education', 'family', 'law', 'criminal'], ['efficient', 'researcher', 'legal', 'education', 'family', 'law', 'criminal', 'defence'], ['researcher', 'legal', 'education', 'family', 'law', 'criminal', 'defence', 'environment'], ['legal', 'education', 'family', 'law', 'criminal', 'defence', 'environment', 'law'], ['education', 'family', 'law', 'criminal', 'defence', 'environment', 'law', 'litigation'], ['family', 'law', 'criminal', 'defence', 'environment', 'law', 'litigation', 'business'], ['law', 'criminal', 'defence', 'environment', 'law', 'litigation', 'business', 'legal'], ['criminal', 'defence', 'environment', 'law', 'litigation', 'business', 'legal', 'issue'], ['defence', 'environment', 'law', 'litigation', 'business', 'legal', 'issue', 'banking'], ['environment', 'law', 'litigation', 'business', 'legal', 'issue', 'banking', 'law'], ['law', 'litigation', 'business', 'legal', 'issue', 'banking', 'law', 'commercial'], ['litigation', 'business', 'legal', 'issue', 'banking', 'law', 'commercial', 'laweducation'], ['business', 'legal', 'issue', 'banking', 'law', 'commercial', 'laweducation', 'details'], ['legal', 'issue', 'banking', 'law', 'commercial', 'laweducation', 'details', 'january'], ['issue', 'banking', 'law', 'commercial', 'laweducation', 'details', 'january', '2014'], ['banking', 'law', 'commercial', 'laweducation', 'details', 'january', '2014', 'llm'], ['law', 'commercial', 'laweducation', 'details', 'january', '2014', 'llm', 'criminology'], ['commercial', 'laweducation', 'details', 'january', '2014', 'llm', 'criminology', 'pune'], ...], [['good'], ['grasping'], ['quality'], ['skillful'], ['work'], ['education'], ['details'], ['march'], ['2013'], ['march'], ['2018'], ['b'], ['a'], ['ll'], ['b'], ['law'], ['solapur'], ['maharashtra'], ['solapur'], ['university'], ['advocate'], ['skill'], ['details'], ['good'], ['knowledge'], ['typing'], ['well'], ['many'], ['activities'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['district'], ['session'], ['court'], ['solapur'], ['description'], ['forward'], ['thinking'], ['individual'], ['refined'], ['interpersonal'], ['multitasking'], ['skills'], ['looking'], ['join'], ['progressive'], ['organization'], ['provide'], ['assistance'], ['legal'], ['work'], ['company'], ['district'], ['session'], ['court'], ['solapur'], ['description'], ['provide'], ['legal'], ['assistance'], ['legal'], ['work'], ['good', 'grasping'], ['grasping', 'quality'], ['quality', 'skillful'], ['skillful', 'work'], ['work', 'education'], ['education', 'details'], ['details', 'march'], ['march', '2013'], ['2013', 'march'], ['march', '2018'], ['2018', 'b'], ['b', 'a'], ['a', 'll'], ['ll', 'b'], ['b', 'law'], ['law', 'solapur'], ['solapur', 'maharashtra'], ['maharashtra', 'solapur'], ['solapur', 'university'], ['university', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'good'], ['good', 'knowledge'], ['knowledge', 'typing'], ['typing', 'well'], ['well', 'many'], ['many', 'activities'], ['activities', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'district'], ['district', 'session'], ['session', 'court'], ['court', 'solapur'], ['solapur', 'description'], ['description', 'forward'], ['forward', 'thinking'], ['thinking', 'individual'], ['individual', 'refined'], ['refined', 'interpersonal'], ['interpersonal', 'multitasking'], ['multitasking', 'skills'], ['skills', 'looking'], ['looking', 'join'], ['join', 'progressive'], ['progressive', 'organization'], ['organization', 'provide'], ['provide', 'assistance'], ['assistance', 'legal'], ['legal', 'work'], ['work', 'company'], ['company', 'district'], ['district', 'session'], ['session', 'court'], ['court', 'solapur'], ['solapur', 'description'], ['description', 'provide'], ['provide', 'legal'], ['legal', 'assistance'], ['assistance', 'legal'], ['legal', 'work'], ['good', 'grasping', 'quality'], ['grasping', 'quality', 'skillful'], ['quality', 'skillful', 'work'], ['skillful', 'work', 'education'], ['work', 'education', 'details'], ['education', 'details', 'march'], ['details', 'march', '2013'], ['march', '2013', 'march'], ['2013', 'march', '2018'], ['march', '2018', 'b'], ['2018', 'b', 'a'], ['b', 'a', 'll'], ['a', 'll', 'b'], ['ll', 'b', 'law'], ['b', 'law', 'solapur'], ['law', 'solapur', 'maharashtra'], ['solapur', 'maharashtra', 'solapur'], ['maharashtra', 'solapur', 'university'], ['solapur', 'university', 'advocate'], ['university', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'good'], ['details', 'good', 'knowledge'], ['good', 'knowledge', 'typing'], ['knowledge', 'typing', 'well'], ['typing', 'well', 'many'], ['well', 'many', 'activities'], ['many', 'activities', 'exprience'], ['activities', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'district'], ['company', 'district', 'session'], ['district', 'session', 'court'], ['session', 'court', 'solapur'], ['court', 'solapur', 'description'], ['solapur', 'description', 'forward'], ['description', 'forward', 'thinking'], ['forward', 'thinking', 'individual'], ['thinking', 'individual', 'refined'], ['individual', 'refined', 'interpersonal'], ['refined', 'interpersonal', 'multitasking'], ['interpersonal', 'multitasking', 'skills'], ['multitasking', 'skills', 'looking'], ['skills', 'looking', 'join'], ['looking', 'join', 'progressive'], ['join', 'progressive', 'organization'], ['progressive', 'organization', 'provide'], ['organization', 'provide', 'assistance'], ['provide', 'assistance', 'legal'], ['assistance', 'legal', 'work'], ['legal', 'work', 'company'], ['work', 'company', 'district'], ['company', 'district', 'session'], ['district', 'session', 'court'], ['session', 'court', 'solapur'], ['court', 'solapur', 'description'], ['solapur', 'description', 'provide'], ['description', 'provide', 'legal'], ['provide', 'legal', 'assistance'], ['legal', 'assistance', 'legal'], ['assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful'], ['grasping', 'quality', 'skillful', 'work'], ['quality', 'skillful', 'work', 'education'], ['skillful', 'work', 'education', 'details'], ['work', 'education', 'details', 'march'], ['education', 'details', 'march', '2013'], ['details', 'march', '2013', 'march'], ['march', '2013', 'march', '2018'], ['2013', 'march', '2018', 'b'], ['march', '2018', 'b', 'a'], ['2018', 'b', 'a', 'll'], ['b', 'a', 'll', 'b'], ['a', 'll', 'b', 'law'], ['ll', 'b', 'law', 'solapur'], ['b', 'law', 'solapur', 'maharashtra'], ['law', 'solapur', 'maharashtra', 'solapur'], ['solapur', 'maharashtra', 'solapur', 'university'], ['maharashtra', 'solapur', 'university', 'advocate'], ['solapur', 'university', 'advocate', 'skill'], ['university', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'good'], ['skill', 'details', 'good', 'knowledge'], ['details', 'good', 'knowledge', 'typing'], ['good', 'knowledge', 'typing', 'well'], ['knowledge', 'typing', 'well', 'many'], ['typing', 'well', 'many', 'activities'], ['well', 'many', 'activities', 'exprience'], ['many', 'activities', 'exprience', 'less'], ['activities', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'district'], ['details', 'company', 'district', 'session'], ['company', 'district', 'session', 'court'], ['district', 'session', 'court', 'solapur'], ['session', 'court', 'solapur', 'description'], ['court', 'solapur', 'description', 'forward'], ['solapur', 'description', 'forward', 'thinking'], ['description', 'forward', 'thinking', 'individual'], ['forward', 'thinking', 'individual', 'refined'], ['thinking', 'individual', 'refined', 'interpersonal'], ['individual', 'refined', 'interpersonal', 'multitasking'], ['refined', 'interpersonal', 'multitasking', 'skills'], ['interpersonal', 'multitasking', 'skills', 'looking'], ['multitasking', 'skills', 'looking', 'join'], ['skills', 'looking', 'join', 'progressive'], ['looking', 'join', 'progressive', 'organization'], ['join', 'progressive', 'organization', 'provide'], ['progressive', 'organization', 'provide', 'assistance'], ['organization', 'provide', 'assistance', 'legal'], ['provide', 'assistance', 'legal', 'work'], ['assistance', 'legal', 'work', 'company'], ['legal', 'work', 'company', 'district'], ['work', 'company', 'district', 'session'], ['company', 'district', 'session', 'court'], ['district', 'session', 'court', 'solapur'], ['session', 'court', 'solapur', 'description'], ['court', 'solapur', 'description', 'provide'], ['solapur', 'description', 'provide', 'legal'], ['description', 'provide', 'legal', 'assistance'], ['provide', 'legal', 'assistance', 'legal'], ['legal', 'assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful', 'work'], ['grasping', 'quality', 'skillful', 'work', 'education'], ['quality', 'skillful', 'work', 'education', 'details'], ['skillful', 'work', 'education', 'details', 'march'], ['work', 'education', 'details', 'march', '2013'], ['education', 'details', 'march', '2013', 'march'], ['details', 'march', '2013', 'march', '2018'], ['march', '2013', 'march', '2018', 'b'], ['2013', 'march', '2018', 'b', 'a'], ['march', '2018', 'b', 'a', 'll'], ['2018', 'b', 'a', 'll', 'b'], ['b', 'a', 'll', 'b', 'law'], ['a', 'll', 'b', 'law', 'solapur'], ['ll', 'b', 'law', 'solapur', 'maharashtra'], ['b', 'law', 'solapur', 'maharashtra', 'solapur'], ['law', 'solapur', 'maharashtra', 'solapur', 'university'], ['solapur', 'maharashtra', 'solapur', 'university', 'advocate'], ['maharashtra', 'solapur', 'university', 'advocate', 'skill'], ['solapur', 'university', 'advocate', 'skill', 'details'], ['university', 'advocate', 'skill', 'details', 'good'], ['advocate', 'skill', 'details', 'good', 'knowledge'], ['skill', 'details', 'good', 'knowledge', 'typing'], ['details', 'good', 'knowledge', 'typing', 'well'], ['good', 'knowledge', 'typing', 'well', 'many'], ['knowledge', 'typing', 'well', 'many', 'activities'], ['typing', 'well', 'many', 'activities', 'exprience'], ['well', 'many', 'activities', 'exprience', 'less'], ['many', 'activities', 'exprience', 'less', '1'], ['activities', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'district'], ['monthscompany', 'details', 'company', 'district', 'session'], ['details', 'company', 'district', 'session', 'court'], ['company', 'district', 'session', 'court', 'solapur'], ['district', 'session', 'court', 'solapur', 'description'], ['session', 'court', 'solapur', 'description', 'forward'], ['court', 'solapur', 'description', 'forward', 'thinking'], ['solapur', 'description', 'forward', 'thinking', 'individual'], ['description', 'forward', 'thinking', 'individual', 'refined'], ['forward', 'thinking', 'individual', 'refined', 'interpersonal'], ['thinking', 'individual', 'refined', 'interpersonal', 'multitasking'], ['individual', 'refined', 'interpersonal', 'multitasking', 'skills'], ['refined', 'interpersonal', 'multitasking', 'skills', 'looking'], ['interpersonal', 'multitasking', 'skills', 'looking', 'join'], ['multitasking', 'skills', 'looking', 'join', 'progressive'], ['skills', 'looking', 'join', 'progressive', 'organization'], ['looking', 'join', 'progressive', 'organization', 'provide'], ['join', 'progressive', 'organization', 'provide', 'assistance'], ['progressive', 'organization', 'provide', 'assistance', 'legal'], ['organization', 'provide', 'assistance', 'legal', 'work'], ['provide', 'assistance', 'legal', 'work', 'company'], ['assistance', 'legal', 'work', 'company', 'district'], ['legal', 'work', 'company', 'district', 'session'], ['work', 'company', 'district', 'session', 'court'], ['company', 'district', 'session', 'court', 'solapur'], ['district', 'session', 'court', 'solapur', 'description'], ['session', 'court', 'solapur', 'description', 'provide'], ['court', 'solapur', 'description', 'provide', 'legal'], ['solapur', 'description', 'provide', 'legal', 'assistance'], ['description', 'provide', 'legal', 'assistance', 'legal'], ['provide', 'legal', 'assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful', 'work', 'education'], ['grasping', 'quality', 'skillful', 'work', 'education', 'details'], ['quality', 'skillful', 'work', 'education', 'details', 'march'], ['skillful', 'work', 'education', 'details', 'march', '2013'], ['work', 'education', 'details', 'march', '2013', 'march'], ['education', 'details', 'march', '2013', 'march', '2018'], ['details', 'march', '2013', 'march', '2018', 'b'], ['march', '2013', 'march', '2018', 'b', 'a'], ['2013', 'march', '2018', 'b', 'a', 'll'], ['march', '2018', 'b', 'a', 'll', 'b'], ['2018', 'b', 'a', 'll', 'b', 'law'], ['b', 'a', 'll', 'b', 'law', 'solapur'], ['a', 'll', 'b', 'law', 'solapur', 'maharashtra'], ['ll', 'b', 'law', 'solapur', 'maharashtra', 'solapur'], ['b', 'law', 'solapur', 'maharashtra', 'solapur', 'university'], ['law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate'], ['solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill'], ['maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details'], ['solapur', 'university', 'advocate', 'skill', 'details', 'good'], ['university', 'advocate', 'skill', 'details', 'good', 'knowledge'], ['advocate', 'skill', 'details', 'good', 'knowledge', 'typing'], ['skill', 'details', 'good', 'knowledge', 'typing', 'well'], ['details', 'good', 'knowledge', 'typing', 'well', 'many'], ['good', 'knowledge', 'typing', 'well', 'many', 'activities'], ['knowledge', 'typing', 'well', 'many', 'activities', 'exprience'], ['typing', 'well', 'many', 'activities', 'exprience', 'less'], ['well', 'many', 'activities', 'exprience', 'less', '1'], ['many', 'activities', 'exprience', 'less', '1', 'year'], ['activities', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'district'], ['year', 'monthscompany', 'details', 'company', 'district', 'session'], ['monthscompany', 'details', 'company', 'district', 'session', 'court'], ['details', 'company', 'district', 'session', 'court', 'solapur'], ['company', 'district', 'session', 'court', 'solapur', 'description'], ['district', 'session', 'court', 'solapur', 'description', 'forward'], ['session', 'court', 'solapur', 'description', 'forward', 'thinking'], ['court', 'solapur', 'description', 'forward', 'thinking', 'individual'], ['solapur', 'description', 'forward', 'thinking', 'individual', 'refined'], ['description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal'], ['forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking'], ['thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills'], ['individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking'], ['refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join'], ['interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive'], ['multitasking', 'skills', 'looking', 'join', 'progressive', 'organization'], ['skills', 'looking', 'join', 'progressive', 'organization', 'provide'], ['looking', 'join', 'progressive', 'organization', 'provide', 'assistance'], ['join', 'progressive', 'organization', 'provide', 'assistance', 'legal'], ['progressive', 'organization', 'provide', 'assistance', 'legal', 'work'], ['organization', 'provide', 'assistance', 'legal', 'work', 'company'], ['provide', 'assistance', 'legal', 'work', 'company', 'district'], ['assistance', 'legal', 'work', 'company', 'district', 'session'], ['legal', 'work', 'company', 'district', 'session', 'court'], ['work', 'company', 'district', 'session', 'court', 'solapur'], ['company', 'district', 'session', 'court', 'solapur', 'description'], ['district', 'session', 'court', 'solapur', 'description', 'provide'], ['session', 'court', 'solapur', 'description', 'provide', 'legal'], ['court', 'solapur', 'description', 'provide', 'legal', 'assistance'], ['solapur', 'description', 'provide', 'legal', 'assistance', 'legal'], ['description', 'provide', 'legal', 'assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful', 'work', 'education', 'details'], ['grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march'], ['quality', 'skillful', 'work', 'education', 'details', 'march', '2013'], ['skillful', 'work', 'education', 'details', 'march', '2013', 'march'], ['work', 'education', 'details', 'march', '2013', 'march', '2018'], ['education', 'details', 'march', '2013', 'march', '2018', 'b'], ['details', 'march', '2013', 'march', '2018', 'b', 'a'], ['march', '2013', 'march', '2018', 'b', 'a', 'll'], ['2013', 'march', '2018', 'b', 'a', 'll', 'b'], ['march', '2018', 'b', 'a', 'll', 'b', 'law'], ['2018', 'b', 'a', 'll', 'b', 'law', 'solapur'], ['b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra'], ['a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur'], ['ll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university'], ['b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate'], ['law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill'], ['solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details'], ['maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good'], ['solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge'], ['university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing'], ['advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well'], ['skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many'], ['details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities'], ['good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience'], ['knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less'], ['typing', 'well', 'many', 'activities', 'exprience', 'less', '1'], ['well', 'many', 'activities', 'exprience', 'less', '1', 'year'], ['many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany'], ['activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'district'], ['1', 'year', 'monthscompany', 'details', 'company', 'district', 'session'], ['year', 'monthscompany', 'details', 'company', 'district', 'session', 'court'], ['monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur'], ['details', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'forward'], ['district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking'], ['session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual'], ['court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined'], ['solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal'], ['description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking'], ['forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills'], ['thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking'], ['individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join'], ['refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive'], ['interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization'], ['multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide'], ['skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance'], ['looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal'], ['join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work'], ['progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company'], ['organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district'], ['provide', 'assistance', 'legal', 'work', 'company', 'district', 'session'], ['assistance', 'legal', 'work', 'company', 'district', 'session', 'court'], ['legal', 'work', 'company', 'district', 'session', 'court', 'solapur'], ['work', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'provide'], ['district', 'session', 'court', 'solapur', 'description', 'provide', 'legal'], ['session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance'], ['court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal'], ['solapur', 'description', 'provide', 'legal', 'assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march'], ['grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march', '2013'], ['quality', 'skillful', 'work', 'education', 'details', 'march', '2013', 'march'], ['skillful', 'work', 'education', 'details', 'march', '2013', 'march', '2018'], ['work', 'education', 'details', 'march', '2013', 'march', '2018', 'b'], ['education', 'details', 'march', '2013', 'march', '2018', 'b', 'a'], ['details', 'march', '2013', 'march', '2018', 'b', 'a', 'll'], ['march', '2013', 'march', '2018', 'b', 'a', 'll', 'b'], ['2013', 'march', '2018', 'b', 'a', 'll', 'b', 'law'], ['march', '2018', 'b', 'a', 'll', 'b', 'law', 'solapur'], ['2018', 'b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra'], ['b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur'], ['a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university'], ['ll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate'], ['b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill'], ['law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details'], ['solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good'], ['maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge'], ['solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing'], ['university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well'], ['advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many'], ['skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities'], ['details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience'], ['good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less'], ['knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less', '1'], ['typing', 'well', 'many', 'activities', 'exprience', 'less', '1', 'year'], ['well', 'many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany'], ['many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'district'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'district', 'session'], ['1', 'year', 'monthscompany', 'details', 'company', 'district', 'session', 'court'], ['year', 'monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur'], ['monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['details', 'company', 'district', 'session', 'court', 'solapur', 'description', 'forward'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking'], ['district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual'], ['session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined'], ['court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal'], ['solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking'], ['description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills'], ['forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking'], ['thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join'], ['individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive'], ['refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization'], ['interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide'], ['multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance'], ['skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal'], ['looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work'], ['join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company'], ['progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district'], ['organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district', 'session'], ['provide', 'assistance', 'legal', 'work', 'company', 'district', 'session', 'court'], ['assistance', 'legal', 'work', 'company', 'district', 'session', 'court', 'solapur'], ['legal', 'work', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['work', 'company', 'district', 'session', 'court', 'solapur', 'description', 'provide'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'provide', 'legal'], ['district', 'session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance'], ['session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal'], ['court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal', 'work'], ['good', 'grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march', '2013'], ['grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march', '2013', 'march'], ['quality', 'skillful', 'work', 'education', 'details', 'march', '2013', 'march', '2018'], ['skillful', 'work', 'education', 'details', 'march', '2013', 'march', '2018', 'b'], ['work', 'education', 'details', 'march', '2013', 'march', '2018', 'b', 'a'], ['education', 'details', 'march', '2013', 'march', '2018', 'b', 'a', 'll'], ['details', 'march', '2013', 'march', '2018', 'b', 'a', 'll', 'b'], ['march', '2013', 'march', '2018', 'b', 'a', 'll', 'b', 'law'], ['2013', 'march', '2018', 'b', 'a', 'll', 'b', 'law', 'solapur'], ['march', '2018', 'b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra'], ['2018', 'b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur'], ['b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university'], ['a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate'], ['ll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill'], ['b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details'], ['law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good'], ['solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge'], ['maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing'], ['solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well'], ['university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many'], ['advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities'], ['skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience'], ['details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less'], ['good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less', '1'], ['knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less', '1', 'year'], ['typing', 'well', 'many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany'], ['well', 'many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'district'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'district', 'session'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'district', 'session', 'court'], ['1', 'year', 'monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur'], ['year', 'monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur', 'description', 'forward'], ['details', 'company', 'district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual'], ['district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined'], ['session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal'], ['court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking'], ['solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills'], ['description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking'], ['forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join'], ['thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive'], ['individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization'], ['refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide'], ['interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance'], ['multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal'], ['skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work'], ['looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company'], ['join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district'], ['progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district', 'session'], ['organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district', 'session', 'court'], ['provide', 'assistance', 'legal', 'work', 'company', 'district', 'session', 'court', 'solapur'], ['assistance', 'legal', 'work', 'company', 'district', 'session', 'court', 'solapur', 'description'], ['legal', 'work', 'company', 'district', 'session', 'court', 'solapur', 'description', 'provide'], ['work', 'company', 'district', 'session', 'court', 'solapur', 'description', 'provide', 'legal'], ['company', 'district', 'session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance'], ['district', 'session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal'], ['session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal', 'work']], [['hard'], ['working'], ['quick'], ['learnereducation'], ['details'], ['june'], ['2014'], ['may'], ['2017'], ['llb'], ['law'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2014'], ['b'], ['com'], ['commerce'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2011'], ['hsc'], ['maharashtra'], ['board'], ['january'], ['2009'], ['ssc'], ['maharashtra'], ['board'], ['advocate'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['the'], ['vidishtra'], ['description'], ['hard', 'working'], ['working', 'quick'], ['quick', 'learnereducation'], ['learnereducation', 'details'], ['details', 'june'], ['june', '2014'], ['2014', 'may'], ['may', '2017'], ['2017', 'llb'], ['llb', 'law'], ['law', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2014'], ['2014', 'b'], ['b', 'com'], ['com', 'commerce'], ['commerce', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2011'], ['2011', 'hsc'], ['hsc', 'maharashtra'], ['maharashtra', 'board'], ['board', 'january'], ['january', '2009'], ['2009', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'board'], ['board', 'advocate'], ['advocate', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'the'], ['the', 'vidishtra'], ['vidishtra', 'description'], ['hard', 'working', 'quick'], ['working', 'quick', 'learnereducation'], ['quick', 'learnereducation', 'details'], ['learnereducation', 'details', 'june'], ['details', 'june', '2014'], ['june', '2014', 'may'], ['2014', 'may', '2017'], ['may', '2017', 'llb'], ['2017', 'llb', 'law'], ['llb', 'law', 'mumbai'], ['law', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2014'], ['january', '2014', 'b'], ['2014', 'b', 'com'], ['b', 'com', 'commerce'], ['com', 'commerce', 'mumbai'], ['commerce', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2011'], ['january', '2011', 'hsc'], ['2011', 'hsc', 'maharashtra'], ['hsc', 'maharashtra', 'board'], ['maharashtra', 'board', 'january'], ['board', 'january', '2009'], ['january', '2009', 'ssc'], ['2009', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'board'], ['maharashtra', 'board', 'advocate'], ['board', 'advocate', 'skill'], ['advocate', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'the'], ['company', 'the', 'vidishtra'], ['the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation'], ['working', 'quick', 'learnereducation', 'details'], ['quick', 'learnereducation', 'details', 'june'], ['learnereducation', 'details', 'june', '2014'], ['details', 'june', '2014', 'may'], ['june', '2014', 'may', '2017'], ['2014', 'may', '2017', 'llb'], ['may', '2017', 'llb', 'law'], ['2017', 'llb', 'law', 'mumbai'], ['llb', 'law', 'mumbai', 'maharashtra'], ['law', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2014'], ['university', 'january', '2014', 'b'], ['january', '2014', 'b', 'com'], ['2014', 'b', 'com', 'commerce'], ['b', 'com', 'commerce', 'mumbai'], ['com', 'commerce', 'mumbai', 'maharashtra'], ['commerce', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2011'], ['university', 'january', '2011', 'hsc'], ['january', '2011', 'hsc', 'maharashtra'], ['2011', 'hsc', 'maharashtra', 'board'], ['hsc', 'maharashtra', 'board', 'january'], ['maharashtra', 'board', 'january', '2009'], ['board', 'january', '2009', 'ssc'], ['january', '2009', 'ssc', 'maharashtra'], ['2009', 'ssc', 'maharashtra', 'board'], ['ssc', 'maharashtra', 'board', 'advocate'], ['maharashtra', 'board', 'advocate', 'skill'], ['board', 'advocate', 'skill', 'details'], ['advocate', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'the'], ['details', 'company', 'the', 'vidishtra'], ['company', 'the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation', 'details'], ['working', 'quick', 'learnereducation', 'details', 'june'], ['quick', 'learnereducation', 'details', 'june', '2014'], ['learnereducation', 'details', 'june', '2014', 'may'], ['details', 'june', '2014', 'may', '2017'], ['june', '2014', 'may', '2017', 'llb'], ['2014', 'may', '2017', 'llb', 'law'], ['may', '2017', 'llb', 'law', 'mumbai'], ['2017', 'llb', 'law', 'mumbai', 'maharashtra'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['maharashtra', 'mumbai', 'university', 'january', '2014'], ['mumbai', 'university', 'january', '2014', 'b'], ['university', 'january', '2014', 'b', 'com'], ['january', '2014', 'b', 'com', 'commerce'], ['2014', 'b', 'com', 'commerce', 'mumbai'], ['b', 'com', 'commerce', 'mumbai', 'maharashtra'], ['com', 'commerce', 'mumbai', 'maharashtra', 'mumbai'], ['commerce', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['maharashtra', 'mumbai', 'university', 'january', '2011'], ['mumbai', 'university', 'january', '2011', 'hsc'], ['university', 'january', '2011', 'hsc', 'maharashtra'], ['january', '2011', 'hsc', 'maharashtra', 'board'], ['2011', 'hsc', 'maharashtra', 'board', 'january'], ['hsc', 'maharashtra', 'board', 'january', '2009'], ['maharashtra', 'board', 'january', '2009', 'ssc'], ['board', 'january', '2009', 'ssc', 'maharashtra'], ['january', '2009', 'ssc', 'maharashtra', 'board'], ['2009', 'ssc', 'maharashtra', 'board', 'advocate'], ['ssc', 'maharashtra', 'board', 'advocate', 'skill'], ['maharashtra', 'board', 'advocate', 'skill', 'details'], ['board', 'advocate', 'skill', 'details', 'company'], ['advocate', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'the'], ['company', 'details', 'company', 'the', 'vidishtra'], ['details', 'company', 'the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation', 'details', 'june'], ['working', 'quick', 'learnereducation', 'details', 'june', '2014'], ['quick', 'learnereducation', 'details', 'june', '2014', 'may'], ['learnereducation', 'details', 'june', '2014', 'may', '2017'], ['details', 'june', '2014', 'may', '2017', 'llb'], ['june', '2014', 'may', '2017', 'llb', 'law'], ['2014', 'may', '2017', 'llb', 'law', 'mumbai'], ['may', '2017', 'llb', 'law', 'mumbai', 'maharashtra'], ['2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014'], ['maharashtra', 'mumbai', 'university', 'january', '2014', 'b'], ['mumbai', 'university', 'january', '2014', 'b', 'com'], ['university', 'january', '2014', 'b', 'com', 'commerce'], ['january', '2014', 'b', 'com', 'commerce', 'mumbai'], ['2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra'], ['b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai'], ['com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011'], ['maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc'], ['mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra'], ['university', 'january', '2011', 'hsc', 'maharashtra', 'board'], ['january', '2011', 'hsc', 'maharashtra', 'board', 'january'], ['2011', 'hsc', 'maharashtra', 'board', 'january', '2009'], ['hsc', 'maharashtra', 'board', 'january', '2009', 'ssc'], ['maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra'], ['board', 'january', '2009', 'ssc', 'maharashtra', 'board'], ['january', '2009', 'ssc', 'maharashtra', 'board', 'advocate'], ['2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill'], ['ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details'], ['maharashtra', 'board', 'advocate', 'skill', 'details', 'company'], ['board', 'advocate', 'skill', 'details', 'company', 'details'], ['advocate', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'the'], ['details', 'company', 'details', 'company', 'the', 'vidishtra'], ['company', 'details', 'company', 'the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation', 'details', 'june', '2014'], ['working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may'], ['quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017'], ['learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb'], ['details', 'june', '2014', 'may', '2017', 'llb', 'law'], ['june', '2014', 'may', '2017', 'llb', 'law', 'mumbai'], ['2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra'], ['may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b'], ['maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com'], ['mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce'], ['university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai'], ['january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra'], ['2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai'], ['b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc'], ['maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra'], ['mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board'], ['university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january'], ['january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009'], ['2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc'], ['hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra'], ['maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board'], ['board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate'], ['january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill'], ['2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details'], ['ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company'], ['maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details'], ['board', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'the'], ['skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra'], ['details', 'company', 'details', 'company', 'the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may'], ['working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017'], ['quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb'], ['learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb', 'law'], ['details', 'june', '2014', 'may', '2017', 'llb', 'law', 'mumbai'], ['june', '2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra'], ['2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com'], ['maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce'], ['mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai'], ['university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra'], ['january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai'], ['2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011'], ['commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra'], ['maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board'], ['mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january'], ['university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009'], ['january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc'], ['2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra'], ['hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board'], ['maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate'], ['board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill'], ['january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details'], ['2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company'], ['ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details'], ['maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['board', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'the'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra'], ['skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra', 'description'], ['hard', 'working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017'], ['working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb'], ['quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb', 'law'], ['learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb', 'law', 'mumbai'], ['details', 'june', '2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra'], ['june', '2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai'], ['2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014'], ['llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b'], ['law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce'], ['maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai'], ['mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra'], ['university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai'], ['january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011'], ['com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc'], ['commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board'], ['maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january'], ['mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009'], ['university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc'], ['january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra'], ['2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board'], ['hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate'], ['maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill'], ['board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details'], ['january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company'], ['2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details'], ['ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details', 'company'], ['maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'the'], ['board', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra'], ['advocate', 'skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra', 'description']], [['good'], ['communication'], ['skill'], ['quick'], ['learner'], ['keen'], ['find'], ['solutionseducation'], ['details'], ['mba'], ['marketing'], ['international'], ['business'], ['management'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['b'], ['tech'], ['tech'], ['nagpur'], ['maharashtra'], ['m'], ['nagpur'], ['university'], ['g'], ['m'], ['arts'], ['commerce'], ['science'], ['g'], ['m'], ['arts'], ['commerce'], ['science'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['samarth'], ['college'], ['description'], ['engineering'], ['30'], ['7'], ['210'], ['5'], ['college'], ['campus'], ['vj'], ['college'], ['pharmacy'], ['10'], ['days'], ['workshop'], ['10'], ['g'], ['m'], ['arts'], ['commerce'], ['science'], ['6'], ['soft'], ['skills'], ['6'], ['days'], ['workshop'], ['6'], ['college'], ['personality'], ['g'], ['m'], ['institute'], ['agricultural'], ['7'], ['6'], ['days'], ['workshop'], ['6'], ['development'], ['diploma'], ['8'], ['soft'], ['skills'], ['samarth'], ['college'], ['polytechnic'], ['20'], ['days'], ['workshop'], ['20'], ['total'], ['350'], ['working'], ['experience'], ['in'], ['corporate'], ['sr'], ['no'], ['topic'], ['company'], ['no'], ['days'], ['total'], ['hrs'], ['1'], ['presentation'], ['skill'], ['team'], ['elringklinger'], ['automotives'], ['pvt'], ['1'], ['day'], ['8'], ['building'], ['workshop'], ['ltd'], ['ranjangaon'], ['pune'], ['2'], ['negotiation'], ['skill'], ['kubler'], ['automation'], ['pvt'], ['ltd'], ['2'], ['days'], ['16'], ['communication'], ['skill'], ['chakan'], ['pune'], ['3'], ['business'], ['communication'], ['finanza'], ['home'], ['loans'], ['pimple'], ['3'], ['days'], ['21'], ['stress'], ['management'], ['saudagar'], ['pune'], ['4'], ['team'], ['building'], ['verbal'], ['sharvari'], ['products'], ['pvt'], ['ltd'], ['2'], ['days'], ['16'], ['communication'], ['junner'], ['pune'], ['7'], ['days'], ['5'], ['entrepreneurship'], ['agriculture'], ['research'], ['centre'], ['workshop'], ['168'], ['development'], ['narayangaon'], ['pune'], ['8'], ['batches'], ['total'], ['229'], ['adjoining'], ['skills'], ['working'], ['knowledge'], ['windows'], ['operating'], ['system'], ['ms'], ['office'], ['communicate'], ['well'], ['english'], ['hindi'], ['marathi'], ['organized'], ['participated'], ['events'], ['like'], ['gathering'], ['teachers'], ['day'], ['fashion'], ['show'], ['various'], ['science'], ['exhibitions'], ['college'], ['good', 'communication'], ['communication', 'skill'], ['skill', 'quick'], ['quick', 'learner'], ['learner', 'keen'], ['keen', 'find'], ['find', 'solutionseducation'], ['solutionseducation', 'details'], ['details', 'mba'], ['mba', 'marketing'], ['marketing', 'international'], ['international', 'business'], ['business', 'management'], ['management', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'b'], ['b', 'tech'], ['tech', 'tech'], ['tech', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'm'], ['m', 'nagpur'], ['nagpur', 'university'], ['university', 'g'], ['g', 'm'], ['m', 'arts'], ['arts', 'commerce'], ['commerce', 'science'], ['science', 'g'], ['g', 'm'], ['m', 'arts'], ['arts', 'commerce'], ['commerce', 'science'], ['science', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'samarth'], ['samarth', 'college'], ['college', 'description'], ['description', 'engineering'], ['engineering', '30'], ['30', '7'], ['7', '210'], ['210', '5'], ['5', 'college'], ['college', 'campus'], ['campus', 'vj'], ['vj', 'college'], ['college', 'pharmacy'], ['pharmacy', '10'], ['10', 'days'], ['days', 'workshop'], ['workshop', '10'], ['10', 'g'], ['g', 'm'], ['m', 'arts'], ['arts', 'commerce'], ['commerce', 'science'], ['science', '6'], ['6', 'soft'], ['soft', 'skills'], ['skills', '6'], ['6', 'days'], ['days', 'workshop'], ['workshop', '6'], ['6', 'college'], ['college', 'personality'], ['personality', 'g'], ['g', 'm'], ['m', 'institute'], ['institute', 'agricultural'], ['agricultural', '7'], ['7', '6'], ['6', 'days'], ['days', 'workshop'], ['workshop', '6'], ['6', 'development'], ['development', 'diploma'], ['diploma', '8'], ['8', 'soft'], ['soft', 'skills'], ['skills', 'samarth'], ['samarth', 'college'], ['college', 'polytechnic'], ['polytechnic', '20'], ['20', 'days'], ['days', 'workshop'], ['workshop', '20'], ['20', 'total'], ['total', '350'], ['350', 'working'], ['working', 'experience'], ['experience', 'in'], ['in', 'corporate'], ['corporate', 'sr'], ['sr', 'no'], ['no', 'topic'], ['topic', 'company'], ['company', 'no'], ['no', 'days'], ['days', 'total'], ['total', 'hrs'], ['hrs', '1'], ['1', 'presentation'], ['presentation', 'skill'], ['skill', 'team'], ['team', 'elringklinger'], ['elringklinger', 'automotives'], ['automotives', 'pvt'], ['pvt', '1'], ['1', 'day'], ['day', '8'], ['8', 'building'], ['building', 'workshop'], ['workshop', 'ltd'], ['ltd', 'ranjangaon'], ['ranjangaon', 'pune'], ['pune', '2'], ['2', 'negotiation'], ['negotiation', 'skill'], ['skill', 'kubler'], ['kubler', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', '2'], ['2', 'days'], ['days', '16'], ['16', 'communication'], ['communication', 'skill'], ['skill', 'chakan'], ['chakan', 'pune'], ['pune', '3'], ['3', 'business'], ['business', 'communication'], ['communication', 'finanza'], ['finanza', 'home'], ['home', 'loans'], ['loans', 'pimple'], ['pimple', '3'], ['3', 'days'], ['days', '21'], ['21', 'stress'], ['stress', 'management'], ['management', 'saudagar'], ['saudagar', 'pune'], ['pune', '4'], ['4', 'team'], ['team', 'building'], ['building', 'verbal'], ['verbal', 'sharvari'], ['sharvari', 'products'], ['products', 'pvt'], ['pvt', 'ltd'], ['ltd', '2'], ['2', 'days'], ['days', '16'], ['16', 'communication'], ['communication', 'junner'], ['junner', 'pune'], ['pune', '7'], ['7', 'days'], ['days', '5'], ['5', 'entrepreneurship'], ['entrepreneurship', 'agriculture'], ['agriculture', 'research'], ['research', 'centre'], ['centre', 'workshop'], ['workshop', '168'], ['168', 'development'], ['development', 'narayangaon'], ['narayangaon', 'pune'], ['pune', '8'], ['8', 'batches'], ['batches', 'total'], ['total', '229'], ['229', 'adjoining'], ['adjoining', 'skills'], ['skills', 'working'], ['working', 'knowledge'], ['knowledge', 'windows'], ['windows', 'operating'], ['operating', 'system'], ['system', 'ms'], ['ms', 'office'], ['office', 'communicate'], ['communicate', 'well'], ['well', 'english'], ['english', 'hindi'], ['hindi', 'marathi'], ['marathi', 'organized'], ['organized', 'participated'], ['participated', 'events'], ['events', 'like'], ['like', 'gathering'], ['gathering', 'teachers'], ['teachers', 'day'], ['day', 'fashion'], ['fashion', 'show'], ['show', 'various'], ['various', 'science'], ['science', 'exhibitions'], ['exhibitions', 'college'], ['good', 'communication', 'skill'], ['communication', 'skill', 'quick'], ['skill', 'quick', 'learner'], ['quick', 'learner', 'keen'], ['learner', 'keen', 'find'], ['keen', 'find', 'solutionseducation'], ['find', 'solutionseducation', 'details'], ['solutionseducation', 'details', 'mba'], ['details', 'mba', 'marketing'], ['mba', 'marketing', 'international'], ['marketing', 'international', 'business'], ['international', 'business', 'management'], ['business', 'management', 'pune'], ['management', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'b'], ['university', 'b', 'tech'], ['b', 'tech', 'tech'], ['tech', 'tech', 'nagpur'], ['tech', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'm'], ['maharashtra', 'm', 'nagpur'], ['m', 'nagpur', 'university'], ['nagpur', 'university', 'g'], ['university', 'g', 'm'], ['g', 'm', 'arts'], ['m', 'arts', 'commerce'], ['arts', 'commerce', 'science'], ['commerce', 'science', 'g'], ['science', 'g', 'm'], ['g', 'm', 'arts'], ['m', 'arts', 'commerce'], ['arts', 'commerce', 'science'], ['commerce', 'science', 'skill'], ['science', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'samarth'], ['company', 'samarth', 'college'], ['samarth', 'college', 'description'], ['college', 'description', 'engineering'], ['description', 'engineering', '30'], ['engineering', '30', '7'], ['30', '7', '210'], ['7', '210', '5'], ['210', '5', 'college'], ['5', 'college', 'campus'], ['college', 'campus', 'vj'], ['campus', 'vj', 'college'], ['vj', 'college', 'pharmacy'], ['college', 'pharmacy', '10'], ['pharmacy', '10', 'days'], ['10', 'days', 'workshop'], ['days', 'workshop', '10'], ['workshop', '10', 'g'], ['10', 'g', 'm'], ['g', 'm', 'arts'], ['m', 'arts', 'commerce'], ['arts', 'commerce', 'science'], ['commerce', 'science', '6'], ['science', '6', 'soft'], ['6', 'soft', 'skills'], ['soft', 'skills', '6'], ['skills', '6', 'days'], ['6', 'days', 'workshop'], ['days', 'workshop', '6'], ['workshop', '6', 'college'], ['6', 'college', 'personality'], ['college', 'personality', 'g'], ['personality', 'g', 'm'], ['g', 'm', 'institute'], ['m', 'institute', 'agricultural'], ['institute', 'agricultural', '7'], ['agricultural', '7', '6'], ['7', '6', 'days'], ['6', 'days', 'workshop'], ['days', 'workshop', '6'], ['workshop', '6', 'development'], ['6', 'development', 'diploma'], ['development', 'diploma', '8'], ['diploma', '8', 'soft'], ['8', 'soft', 'skills'], ['soft', 'skills', 'samarth'], ['skills', 'samarth', 'college'], ['samarth', 'college', 'polytechnic'], ['college', 'polytechnic', '20'], ['polytechnic', '20', 'days'], ['20', 'days', 'workshop'], ['days', 'workshop', '20'], ['workshop', '20', 'total'], ['20', 'total', '350'], ['total', '350', 'working'], ['350', 'working', 'experience'], ['working', 'experience', 'in'], ['experience', 'in', 'corporate'], ['in', 'corporate', 'sr'], ['corporate', 'sr', 'no'], ['sr', 'no', 'topic'], ['no', 'topic', 'company'], ['topic', 'company', 'no'], ['company', 'no', 'days'], ['no', 'days', 'total'], ['days', 'total', 'hrs'], ['total', 'hrs', '1'], ['hrs', '1', 'presentation'], ['1', 'presentation', 'skill'], ['presentation', 'skill', 'team'], ['skill', 'team', 'elringklinger'], ['team', 'elringklinger', 'automotives'], ['elringklinger', 'automotives', 'pvt'], ['automotives', 'pvt', '1'], ['pvt', '1', 'day'], ['1', 'day', '8'], ['day', '8', 'building'], ['8', 'building', 'workshop'], ['building', 'workshop', 'ltd'], ['workshop', 'ltd', 'ranjangaon'], ['ltd', 'ranjangaon', 'pune'], ['ranjangaon', 'pune', '2'], ['pune', '2', 'negotiation'], ['2', 'negotiation', 'skill'], ['negotiation', 'skill', 'kubler'], ['skill', 'kubler', 'automation'], ['kubler', 'automation', 'pvt'], ['automation', 'pvt', 'ltd'], ['pvt', 'ltd', '2'], ['ltd', '2', 'days'], ['2', 'days', '16'], ['days', '16', 'communication'], ['16', 'communication', 'skill'], ['communication', 'skill', 'chakan'], ['skill', 'chakan', 'pune'], ['chakan', 'pune', '3'], ['pune', '3', 'business'], ['3', 'business', 'communication'], ['business', 'communication', 'finanza'], ['communication', 'finanza', 'home'], ['finanza', 'home', 'loans'], ['home', 'loans', 'pimple'], ['loans', 'pimple', '3'], ['pimple', '3', 'days'], ['3', 'days', '21'], ['days', '21', 'stress'], ['21', 'stress', 'management'], ['stress', 'management', 'saudagar'], ['management', 'saudagar', 'pune'], ['saudagar', 'pune', '4'], ['pune', '4', 'team'], ['4', 'team', 'building'], ['team', 'building', 'verbal'], ['building', 'verbal', 'sharvari'], ['verbal', 'sharvari', 'products'], ['sharvari', 'products', 'pvt'], ['products', 'pvt', 'ltd'], ['pvt', 'ltd', '2'], ['ltd', '2', 'days'], ['2', 'days', '16'], ['days', '16', 'communication'], ['16', 'communication', 'junner'], ['communication', 'junner', 'pune'], ['junner', 'pune', '7'], ['pune', '7', 'days'], ['7', 'days', '5'], ['days', '5', 'entrepreneurship'], ['5', 'entrepreneurship', 'agriculture'], ['entrepreneurship', 'agriculture', 'research'], ['agriculture', 'research', 'centre'], ['research', 'centre', 'workshop'], ['centre', 'workshop', '168'], ['workshop', '168', 'development'], ['168', 'development', 'narayangaon'], ['development', 'narayangaon', 'pune'], ['narayangaon', 'pune', '8'], ['pune', '8', 'batches'], ['8', 'batches', 'total'], ['batches', 'total', '229'], ['total', '229', 'adjoining'], ['229', 'adjoining', 'skills'], ['adjoining', 'skills', 'working'], ['skills', 'working', 'knowledge'], ['working', 'knowledge', 'windows'], ['knowledge', 'windows', 'operating'], ['windows', 'operating', 'system'], ['operating', 'system', 'ms'], ['system', 'ms', 'office'], ['ms', 'office', 'communicate'], ['office', 'communicate', 'well'], ['communicate', 'well', 'english'], ['well', 'english', 'hindi'], ['english', 'hindi', 'marathi'], ['hindi', 'marathi', 'organized'], ['marathi', 'organized', 'participated'], ['organized', 'participated', 'events'], ['participated', 'events', 'like'], ['events', 'like', 'gathering'], ['like', 'gathering', 'teachers'], ['gathering', 'teachers', 'day'], ['teachers', 'day', 'fashion'], ['day', 'fashion', 'show'], ['fashion', 'show', 'various'], ['show', 'various', 'science'], ['various', 'science', 'exhibitions'], ['science', 'exhibitions', 'college'], ['good', 'communication', 'skill', 'quick'], ['communication', 'skill', 'quick', 'learner'], ['skill', 'quick', 'learner', 'keen'], ['quick', 'learner', 'keen', 'find'], ['learner', 'keen', 'find', 'solutionseducation'], ['keen', 'find', 'solutionseducation', 'details'], ['find', 'solutionseducation', 'details', 'mba'], ['solutionseducation', 'details', 'mba', 'marketing'], ['details', 'mba', 'marketing', 'international'], ['mba', 'marketing', 'international', 'business'], ['marketing', 'international', 'business', 'management'], ['international', 'business', 'management', 'pune'], ['business', 'management', 'pune', 'maharashtra'], ['management', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'b'], ['pune', 'university', 'b', 'tech'], ['university', 'b', 'tech', 'tech'], ['b', 'tech', 'tech', 'nagpur'], ['tech', 'tech', 'nagpur', 'maharashtra'], ['tech', 'nagpur', 'maharashtra', 'm'], ['nagpur', 'maharashtra', 'm', 'nagpur'], ['maharashtra', 'm', 'nagpur', 'university'], ['m', 'nagpur', 'university', 'g'], ['nagpur', 'university', 'g', 'm'], ['university', 'g', 'm', 'arts'], ['g', 'm', 'arts', 'commerce'], ['m', 'arts', 'commerce', 'science'], ['arts', 'commerce', 'science', 'g'], ['commerce', 'science', 'g', 'm'], ['science', 'g', 'm', 'arts'], ['g', 'm', 'arts', 'commerce'], ['m', 'arts', 'commerce', 'science'], ['arts', 'commerce', 'science', 'skill'], ['commerce', 'science', 'skill', 'details'], ['science', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'samarth'], ['details', 'company', 'samarth', 'college'], ['company', 'samarth', 'college', 'description'], ['samarth', 'college', 'description', 'engineering'], ['college', 'description', 'engineering', '30'], ['description', 'engineering', '30', '7'], ['engineering', '30', '7', '210'], ['30', '7', '210', '5'], ['7', '210', '5', 'college'], ['210', '5', 'college', 'campus'], ['5', 'college', 'campus', 'vj'], ['college', 'campus', 'vj', 'college'], ['campus', 'vj', 'college', 'pharmacy'], ['vj', 'college', 'pharmacy', '10'], ['college', 'pharmacy', '10', 'days'], ['pharmacy', '10', 'days', 'workshop'], ['10', 'days', 'workshop', '10'], ['days', 'workshop', '10', 'g'], ['workshop', '10', 'g', 'm'], ['10', 'g', 'm', 'arts'], ['g', 'm', 'arts', 'commerce'], ['m', 'arts', 'commerce', 'science'], ['arts', 'commerce', 'science', '6'], ['commerce', 'science', '6', 'soft'], ['science', '6', 'soft', 'skills'], ['6', 'soft', 'skills', '6'], ['soft', 'skills', '6', 'days'], ['skills', '6', 'days', 'workshop'], ['6', 'days', 'workshop', '6'], ['days', 'workshop', '6', 'college'], ['workshop', '6', 'college', 'personality'], ['6', 'college', 'personality', 'g'], ['college', 'personality', 'g', 'm'], ['personality', 'g', 'm', 'institute'], ['g', 'm', 'institute', 'agricultural'], ['m', 'institute', 'agricultural', '7'], ['institute', 'agricultural', '7', '6'], ['agricultural', '7', '6', 'days'], ['7', '6', 'days', 'workshop'], ['6', 'days', 'workshop', '6'], ['days', 'workshop', '6', 'development'], ['workshop', '6', 'development', 'diploma'], ['6', 'development', 'diploma', '8'], ['development', 'diploma', '8', 'soft'], ['diploma', '8', 'soft', 'skills'], ['8', 'soft', 'skills', 'samarth'], ['soft', 'skills', 'samarth', 'college'], ['skills', 'samarth', 'college', 'polytechnic'], ['samarth', 'college', 'polytechnic', '20'], ['college', 'polytechnic', '20', 'days'], ['polytechnic', '20', 'days', 'workshop'], ['20', 'days', 'workshop', '20'], ['days', 'workshop', '20', 'total'], ['workshop', '20', 'total', '350'], ['20', 'total', '350', 'working'], ['total', '350', 'working', 'experience'], ['350', 'working', 'experience', 'in'], ['working', 'experience', 'in', 'corporate'], ['experience', 'in', 'corporate', 'sr'], ['in', 'corporate', 'sr', 'no'], ['corporate', 'sr', 'no', 'topic'], ['sr', 'no', 'topic', 'company'], ['no', 'topic', 'company', 'no'], ['topic', 'company', 'no', 'days'], ['company', 'no', 'days', 'total'], ['no', 'days', 'total', 'hrs'], ['days', 'total', 'hrs', '1'], ['total', 'hrs', '1', 'presentation'], ['hrs', '1', 'presentation', 'skill'], ['1', 'presentation', 'skill', 'team'], ['presentation', 'skill', 'team', 'elringklinger'], ['skill', 'team', 'elringklinger', 'automotives'], ['team', 'elringklinger', 'automotives', 'pvt'], ['elringklinger', 'automotives', 'pvt', '1'], ['automotives', 'pvt', '1', 'day'], ['pvt', '1', 'day', '8'], ['1', 'day', '8', 'building'], ['day', '8', 'building', 'workshop'], ['8', 'building', 'workshop', 'ltd'], ['building', 'workshop', 'ltd', 'ranjangaon'], ['workshop', 'ltd', 'ranjangaon', 'pune'], ['ltd', 'ranjangaon', 'pune', '2'], ['ranjangaon', 'pune', '2', 'negotiation'], ['pune', '2', 'negotiation', 'skill'], ['2', 'negotiation', 'skill', 'kubler'], ['negotiation', 'skill', 'kubler', 'automation'], ['skill', 'kubler', 'automation', 'pvt'], ['kubler', 'automation', 'pvt', 'ltd'], ['automation', 'pvt', 'ltd', '2'], ['pvt', 'ltd', '2', 'days'], ['ltd', '2', 'days', '16'], ['2', 'days', '16', 'communication'], ['days', '16', 'communication', 'skill'], ['16', 'communication', 'skill', 'chakan'], ['communication', 'skill', 'chakan', 'pune'], ['skill', 'chakan', 'pune', '3'], ['chakan', 'pune', '3', 'business'], ['pune', '3', 'business', 'communication'], ['3', 'business', 'communication', 'finanza'], ['business', 'communication', 'finanza', 'home'], ['communication', 'finanza', 'home', 'loans'], ['finanza', 'home', 'loans', 'pimple'], ['home', 'loans', 'pimple', '3'], ['loans', 'pimple', '3', 'days'], ['pimple', '3', 'days', '21'], ['3', 'days', '21', 'stress'], ['days', '21', 'stress', 'management'], ['21', 'stress', 'management', 'saudagar'], ['stress', 'management', 'saudagar', 'pune'], ['management', 'saudagar', 'pune', '4'], ['saudagar', 'pune', '4', 'team'], ['pune', '4', 'team', 'building'], ['4', 'team', 'building', 'verbal'], ['team', 'building', 'verbal', 'sharvari'], ['building', 'verbal', 'sharvari', 'products'], ['verbal', 'sharvari', 'products', 'pvt'], ['sharvari', 'products', 'pvt', 'ltd'], ['products', 'pvt', 'ltd', '2'], ['pvt', 'ltd', '2', 'days'], ['ltd', '2', 'days', '16'], ['2', 'days', '16', 'communication'], ['days', '16', 'communication', 'junner'], ['16', 'communication', 'junner', 'pune'], ['communication', 'junner', 'pune', '7'], ['junner', 'pune', '7', 'days'], ['pune', '7', 'days', '5'], ['7', 'days', '5', 'entrepreneurship'], ['days', '5', 'entrepreneurship', 'agriculture'], ['5', 'entrepreneurship', 'agriculture', 'research'], ['entrepreneurship', 'agriculture', 'research', 'centre'], ['agriculture', 'research', 'centre', 'workshop'], ['research', 'centre', 'workshop', '168'], ['centre', 'workshop', '168', 'development'], ['workshop', '168', 'development', 'narayangaon'], ['168', 'development', 'narayangaon', 'pune'], ['development', 'narayangaon', 'pune', '8'], ['narayangaon', 'pune', '8', 'batches'], ['pune', '8', 'batches', 'total'], ['8', 'batches', 'total', '229'], ['batches', 'total', '229', 'adjoining'], ['total', '229', 'adjoining', 'skills'], ['229', 'adjoining', 'skills', 'working'], ['adjoining', 'skills', 'working', 'knowledge'], ['skills', 'working', 'knowledge', 'windows'], ['working', 'knowledge', 'windows', 'operating'], ['knowledge', 'windows', 'operating', 'system'], ['windows', 'operating', 'system', 'ms'], ['operating', 'system', 'ms', 'office'], ['system', 'ms', 'office', 'communicate'], ['ms', 'office', 'communicate', 'well'], ['office', 'communicate', 'well', 'english'], ['communicate', 'well', 'english', 'hindi'], ['well', 'english', 'hindi', 'marathi'], ['english', 'hindi', 'marathi', 'organized'], ['hindi', 'marathi', 'organized', 'participated'], ['marathi', 'organized', 'participated', 'events'], ['organized', 'participated', 'events', 'like'], ['participated', 'events', 'like', 'gathering'], ['events', 'like', 'gathering', 'teachers'], ['like', 'gathering', 'teachers', 'day'], ['gathering', 'teachers', 'day', 'fashion'], ['teachers', 'day', 'fashion', 'show'], ['day', 'fashion', 'show', 'various'], ['fashion', 'show', 'various', 'science'], ['show', 'various', 'science', 'exhibitions'], ['various', 'science', 'exhibitions', 'college'], ['good', 'communication', 'skill', 'quick', 'learner'], ['communication', 'skill', 'quick', 'learner', 'keen'], ['skill', 'quick', 'learner', 'keen', 'find'], ['quick', 'learner', 'keen', 'find', 'solutionseducation'], ['learner', 'keen', 'find', 'solutionseducation', 'details'], ['keen', 'find', 'solutionseducation', 'details', 'mba'], ['find', 'solutionseducation', 'details', 'mba', 'marketing'], ['solutionseducation', 'details', 'mba', 'marketing', 'international'], ['details', 'mba', 'marketing', 'international', 'business'], ['mba', 'marketing', 'international', 'business', 'management'], ['marketing', 'international', 'business', 'management', 'pune'], ['international', 'business', 'management', 'pune', 'maharashtra'], ['business', 'management', 'pune', 'maharashtra', 'pune'], ['management', 'pune', 'maharashtra', 'pune', 'university'], ['pune', 'maharashtra', 'pune', 'university', 'b'], ['maharashtra', 'pune', 'university', 'b', 'tech'], ['pune', 'university', 'b', 'tech', 'tech'], ['university', 'b', 'tech', 'tech', 'nagpur'], ['b', 'tech', 'tech', 'nagpur', 'maharashtra'], ['tech', 'tech', 'nagpur', 'maharashtra', 'm'], ['tech', 'nagpur', 'maharashtra', 'm', 'nagpur'], ['nagpur', 'maharashtra', 'm', 'nagpur', 'university'], ['maharashtra', 'm', 'nagpur', 'university', 'g'], ['m', 'nagpur', 'university', 'g', 'm'], ['nagpur', 'university', 'g', 'm', 'arts'], ['university', 'g', 'm', 'arts', 'commerce'], ['g', 'm', 'arts', 'commerce', 'science'], ['m', 'arts', 'commerce', 'science', 'g'], ['arts', 'commerce', 'science', 'g', 'm'], ['commerce', 'science', 'g', 'm', 'arts'], ['science', 'g', 'm', 'arts', 'commerce'], ['g', 'm', 'arts', 'commerce', 'science'], ['m', 'arts', 'commerce', 'science', 'skill'], ['arts', 'commerce', 'science', 'skill', 'details'], ['commerce', 'science', 'skill', 'details', 'company'], ['science', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'samarth'], ['company', 'details', 'company', 'samarth', 'college'], ['details', 'company', 'samarth', 'college', 'description'], ['company', 'samarth', 'college', 'description', 'engineering'], ['samarth', 'college', 'description', 'engineering', '30'], ['college', 'description', 'engineering', '30', '7'], ['description', 'engineering', '30', '7', '210'], ['engineering', '30', '7', '210', '5'], ['30', '7', '210', '5', 'college'], ['7', '210', '5', 'college', 'campus'], ['210', '5', 'college', 'campus', 'vj'], ['5', 'college', 'campus', 'vj', 'college'], ['college', 'campus', 'vj', 'college', 'pharmacy'], ['campus', 'vj', 'college', 'pharmacy', '10'], ['vj', 'college', 'pharmacy', '10', 'days'], ['college', 'pharmacy', '10', 'days', 'workshop'], ['pharmacy', '10', 'days', 'workshop', '10'], ['10', 'days', 'workshop', '10', 'g'], ['days', 'workshop', '10', 'g', 'm'], ['workshop', '10', 'g', 'm', 'arts'], ['10', 'g', 'm', 'arts', 'commerce'], ['g', 'm', 'arts', 'commerce', 'science'], ['m', 'arts', 'commerce', 'science', '6'], ['arts', 'commerce', 'science', '6', 'soft'], ['commerce', 'science', '6', 'soft', 'skills'], ['science', '6', 'soft', 'skills', '6'], ['6', 'soft', 'skills', '6', 'days'], ['soft', 'skills', '6', 'days', 'workshop'], ['skills', '6', 'days', 'workshop', '6'], ['6', 'days', 'workshop', '6', 'college'], ['days', 'workshop', '6', 'college', 'personality'], ['workshop', '6', 'college', 'personality', 'g'], ['6', 'college', 'personality', 'g', 'm'], ['college', 'personality', 'g', 'm', 'institute'], ['personality', 'g', 'm', 'institute', 'agricultural'], ['g', 'm', 'institute', 'agricultural', '7'], ['m', 'institute', 'agricultural', '7', '6'], ['institute', 'agricultural', '7', '6', 'days'], ['agricultural', '7', '6', 'days', 'workshop'], ['7', '6', 'days', 'workshop', '6'], ['6', 'days', 'workshop', '6', 'development'], ['days', 'workshop', '6', 'development', 'diploma'], ['workshop', '6', 'development', 'diploma', '8'], ['6', 'development', 'diploma', '8', 'soft'], ['development', 'diploma', '8', 'soft', 'skills'], ['diploma', '8', 'soft', 'skills', 'samarth'], ['8', 'soft', 'skills', 'samarth', 'college'], ['soft', 'skills', 'samarth', 'college', 'polytechnic'], ['skills', 'samarth', 'college', 'polytechnic', '20'], ['samarth', 'college', 'polytechnic', '20', 'days'], ['college', 'polytechnic', '20', 'days', 'workshop'], ['polytechnic', '20', 'days', 'workshop', '20'], ['20', 'days', 'workshop', '20', 'total'], ['days', 'workshop', '20', 'total', '350'], ['workshop', '20', 'total', '350', 'working'], ['20', 'total', '350', 'working', 'experience'], ['total', '350', 'working', 'experience', 'in'], ['350', 'working', 'experience', 'in', 'corporate'], ['working', 'experience', 'in', 'corporate', 'sr'], ['experience', 'in', 'corporate', 'sr', 'no'], ['in', 'corporate', 'sr', 'no', 'topic'], ['corporate', 'sr', 'no', 'topic', 'company'], ['sr', 'no', 'topic', 'company', 'no'], ['no', 'topic', 'company', 'no', 'days'], ['topic', 'company', 'no', 'days', 'total'], ['company', 'no', 'days', 'total', 'hrs'], ['no', 'days', 'total', 'hrs', '1'], ['days', 'total', 'hrs', '1', 'presentation'], ['total', 'hrs', '1', 'presentation', 'skill'], ['hrs', '1', 'presentation', 'skill', 'team'], ['1', 'presentation', 'skill', 'team', 'elringklinger'], ['presentation', 'skill', 'team', 'elringklinger', 'automotives'], ['skill', 'team', 'elringklinger', 'automotives', 'pvt'], ['team', 'elringklinger', 'automotives', 'pvt', '1'], ['elringklinger', 'automotives', 'pvt', '1', 'day'], ['automotives', 'pvt', '1', 'day', '8'], ['pvt', '1', 'day', '8', 'building'], ['1', 'day', '8', 'building', 'workshop'], ['day', '8', 'building', 'workshop', 'ltd'], ['8', 'building', 'workshop', 'ltd', 'ranjangaon'], ['building', 'workshop', 'ltd', 'ranjangaon', 'pune'], ['workshop', 'ltd', 'ranjangaon', 'pune', '2'], ['ltd', 'ranjangaon', 'pune', '2', 'negotiation'], ['ranjangaon', 'pune', '2', 'negotiation', 'skill'], ['pune', '2', 'negotiation', 'skill', 'kubler'], ['2', 'negotiation', 'skill', 'kubler', 'automation'], ['negotiation', 'skill', 'kubler', 'automation', 'pvt'], ['skill', 'kubler', 'automation', 'pvt', 'ltd'], ['kubler', 'automation', 'pvt', 'ltd', '2'], ['automation', 'pvt', 'ltd', '2', 'days'], ['pvt', 'ltd', '2', 'days', '16'], ['ltd', '2', 'days', '16', 'communication'], ['2', 'days', '16', 'communication', 'skill'], ['days', '16', 'communication', 'skill', 'chakan'], ['16', 'communication', 'skill', 'chakan', 'pune'], ['communication', 'skill', 'chakan', 'pune', '3'], ['skill', 'chakan', 'pune', '3', 'business'], ['chakan', 'pune', '3', 'business', 'communication'], ['pune', '3', 'business', 'communication', 'finanza'], ['3', 'business', 'communication', 'finanza', 'home'], ['business', 'communication', 'finanza', 'home', 'loans'], ['communication', 'finanza', 'home', 'loans', 'pimple'], ['finanza', 'home', 'loans', 'pimple', '3'], ['home', 'loans', 'pimple', '3', 'days'], ['loans', 'pimple', '3', 'days', '21'], ['pimple', '3', 'days', '21', 'stress'], ['3', 'days', '21', 'stress', 'management'], ['days', '21', 'stress', 'management', 'saudagar'], ['21', 'stress', 'management', 'saudagar', 'pune'], ['stress', 'management', 'saudagar', 'pune', '4'], ['management', 'saudagar', 'pune', '4', 'team'], ['saudagar', 'pune', '4', 'team', 'building'], ['pune', '4', 'team', 'building', 'verbal'], ['4', 'team', 'building', 'verbal', 'sharvari'], ['team', 'building', 'verbal', 'sharvari', 'products'], ['building', 'verbal', 'sharvari', 'products', 'pvt'], ['verbal', 'sharvari', 'products', 'pvt', 'ltd'], ['sharvari', 'products', 'pvt', 'ltd', '2'], ['products', 'pvt', 'ltd', '2', 'days'], ['pvt', 'ltd', '2', 'days', '16'], ['ltd', '2', 'days', '16', 'communication'], ['2', 'days', '16', 'communication', 'junner'], ['days', '16', 'communication', 'junner', 'pune'], ['16', 'communication', 'junner', 'pune', '7'], ['communication', 'junner', 'pune', '7', 'days'], ['junner', 'pune', '7', 'days', '5'], ['pune', '7', 'days', '5', 'entrepreneurship'], ['7', 'days', '5', 'entrepreneurship', 'agriculture'], ['days', '5', 'entrepreneurship', 'agriculture', 'research'], ['5', 'entrepreneurship', 'agriculture', 'research', 'centre'], ['entrepreneurship', 'agriculture', 'research', 'centre', 'workshop'], ['agriculture', 'research', 'centre', 'workshop', '168'], ['research', 'centre', 'workshop', '168', 'development'], ['centre', 'workshop', '168', 'development', 'narayangaon'], ['workshop', '168', 'development', 'narayangaon', 'pune'], ['168', 'development', 'narayangaon', 'pune', '8'], ['development', 'narayangaon', 'pune', '8', 'batches'], ['narayangaon', 'pune', '8', 'batches', 'total'], ['pune', '8', 'batches', 'total', '229'], ['8', 'batches', 'total', '229', 'adjoining'], ['batches', 'total', '229', 'adjoining', 'skills'], ...], [['operating'], ['systems'], ['windows'], ['xp'], ['vista'], ['07education'], ['details'], ['january'], ['2018'], ['m'], ['f'], ['a'], ['painting'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['january'], ['2016'], ['b'], ['f'], ['a'], ['painting'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['january'], ['2012'], ['diploma'], ['art'], ['maharashtra'], ['state'], ['board'], ['january'], ['2010'], ['h'], ['s'], ['c'], ['maharashtra'], ['state'], ['board'], ['january'], ['2008'], ['s'], ['s'], ['c'], ['maharashtra'], ['state'], ['board'], ['fine'], ['arts'], ['lecturer'], ['skill'], ['details'], ['ms'], ['cit'], ['exprience'], ['96'], ['monthscompany'], ['details'], ['company'], ['shubhankan'], ['fine'], ['arts'], ['college'], ['indore'], ['description'], ['i'], ['job'], ['lecturer'], ['shubhankan'], ['fine'], ['arts'], ['college'], ['indore'], ['nov'], ['2018'], ['i'], ['artist'], ['completed'], ['atd'], ['bfa'], ['mfa'], ['painting'], ['i'], ['searching'], ['job'], ['faculty'], ['area'], ['comfort'], ['place'], ['to'], ['improve'], ['knowledge'], ['experience'], ['field'], ['company'], ['description'], ['i'], ['experience'], ['classes'], ['painting'], ['rangoli'], ['drawing'], ['summer'], ['classes'], ['etc'], ['health'], ['physical'], ['disability'], ['orthopedically'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', 'vista'], ['vista', '07education'], ['07education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'm'], ['m', 'f'], ['f', 'a'], ['a', 'painting'], ['painting', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'f'], ['f', 'a'], ['a', 'painting'], ['painting', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'january'], ['january', '2012'], ['2012', 'diploma'], ['diploma', 'art'], ['art', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'january'], ['january', '2010'], ['2010', 'h'], ['h', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'january'], ['january', '2008'], ['2008', 's'], ['s', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'fine'], ['fine', 'arts'], ['arts', 'lecturer'], ['lecturer', 'skill'], ['skill', 'details'], ['details', 'ms'], ['ms', 'cit'], ['cit', 'exprience'], ['exprience', '96'], ['96', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'shubhankan'], ['shubhankan', 'fine'], ['fine', 'arts'], ['arts', 'college'], ['college', 'indore'], ['indore', 'description'], ['description', 'i'], ['i', 'job'], ['job', 'lecturer'], ['lecturer', 'shubhankan'], ['shubhankan', 'fine'], ['fine', 'arts'], ['arts', 'college'], ['college', 'indore'], ['indore', 'nov'], ['nov', '2018'], ['2018', 'i'], ['i', 'artist'], ['artist', 'completed'], ['completed', 'atd'], ['atd', 'bfa'], ['bfa', 'mfa'], ['mfa', 'painting'], ['painting', 'i'], ['i', 'searching'], ['searching', 'job'], ['job', 'faculty'], ['faculty', 'area'], ['area', 'comfort'], ['comfort', 'place'], ['place', 'to'], ['to', 'improve'], ['improve', 'knowledge'], ['knowledge', 'experience'], ['experience', 'field'], ['field', 'company'], ['company', 'description'], ['description', 'i'], ['i', 'experience'], ['experience', 'classes'], ['classes', 'painting'], ['painting', 'rangoli'], ['rangoli', 'drawing'], ['drawing', 'summer'], ['summer', 'classes'], ['classes', 'etc'], ['etc', 'health'], ['health', 'physical'], ['physical', 'disability'], ['disability', 'orthopedically'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', 'vista'], ['xp', 'vista', '07education'], ['vista', '07education', 'details'], ['07education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'm'], ['2018', 'm', 'f'], ['m', 'f', 'a'], ['f', 'a', 'painting'], ['a', 'painting', 'nagpur'], ['painting', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'january'], ['university', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'f'], ['b', 'f', 'a'], ['f', 'a', 'painting'], ['a', 'painting', 'nagpur'], ['painting', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'january'], ['university', 'january', '2012'], ['january', '2012', 'diploma'], ['2012', 'diploma', 'art'], ['diploma', 'art', 'maharashtra'], ['art', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'january'], ['board', 'january', '2010'], ['january', '2010', 'h'], ['2010', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'january'], ['board', 'january', '2008'], ['january', '2008', 's'], ['2008', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'fine'], ['board', 'fine', 'arts'], ['fine', 'arts', 'lecturer'], ['arts', 'lecturer', 'skill'], ['lecturer', 'skill', 'details'], ['skill', 'details', 'ms'], ['details', 'ms', 'cit'], ['ms', 'cit', 'exprience'], ['cit', 'exprience', '96'], ['exprience', '96', 'monthscompany'], ['96', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'shubhankan'], ['company', 'shubhankan', 'fine'], ['shubhankan', 'fine', 'arts'], ['fine', 'arts', 'college'], ['arts', 'college', 'indore'], ['college', 'indore', 'description'], ['indore', 'description', 'i'], ['description', 'i', 'job'], ['i', 'job', 'lecturer'], ['job', 'lecturer', 'shubhankan'], ['lecturer', 'shubhankan', 'fine'], ['shubhankan', 'fine', 'arts'], ['fine', 'arts', 'college'], ['arts', 'college', 'indore'], ['college', 'indore', 'nov'], ['indore', 'nov', '2018'], ['nov', '2018', 'i'], ['2018', 'i', 'artist'], ['i', 'artist', 'completed'], ['artist', 'completed', 'atd'], ['completed', 'atd', 'bfa'], ['atd', 'bfa', 'mfa'], ['bfa', 'mfa', 'painting'], ['mfa', 'painting', 'i'], ['painting', 'i', 'searching'], ['i', 'searching', 'job'], ['searching', 'job', 'faculty'], ['job', 'faculty', 'area'], ['faculty', 'area', 'comfort'], ['area', 'comfort', 'place'], ['comfort', 'place', 'to'], ['place', 'to', 'improve'], ['to', 'improve', 'knowledge'], ['improve', 'knowledge', 'experience'], ['knowledge', 'experience', 'field'], ['experience', 'field', 'company'], ['field', 'company', 'description'], ['company', 'description', 'i'], ['description', 'i', 'experience'], ['i', 'experience', 'classes'], ['experience', 'classes', 'painting'], ['classes', 'painting', 'rangoli'], ['painting', 'rangoli', 'drawing'], ['rangoli', 'drawing', 'summer'], ['drawing', 'summer', 'classes'], ['summer', 'classes', 'etc'], ['classes', 'etc', 'health'], ['etc', 'health', 'physical'], ['health', 'physical', 'disability'], ['physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp'], ['systems', 'windows', 'xp', 'vista'], ['windows', 'xp', 'vista', '07education'], ['xp', 'vista', '07education', 'details'], ['vista', '07education', 'details', 'january'], ['07education', 'details', 'january', '2018'], ['details', 'january', '2018', 'm'], ['january', '2018', 'm', 'f'], ['2018', 'm', 'f', 'a'], ['m', 'f', 'a', 'painting'], ['f', 'a', 'painting', 'nagpur'], ['a', 'painting', 'nagpur', 'maharashtra'], ['painting', 'nagpur', 'maharashtra', 'nagpur'], ['nagpur', 'maharashtra', 'nagpur', 'university'], ['maharashtra', 'nagpur', 'university', 'january'], ['nagpur', 'university', 'january', '2016'], ['university', 'january', '2016', 'b'], ['january', '2016', 'b', 'f'], ['2016', 'b', 'f', 'a'], ['b', 'f', 'a', 'painting'], ['f', 'a', 'painting', 'nagpur'], ['a', 'painting', 'nagpur', 'maharashtra'], ['painting', 'nagpur', 'maharashtra', 'nagpur'], ['nagpur', 'maharashtra', 'nagpur', 'university'], ['maharashtra', 'nagpur', 'university', 'january'], ['nagpur', 'university', 'january', '2012'], ['university', 'january', '2012', 'diploma'], ['january', '2012', 'diploma', 'art'], ['2012', 'diploma', 'art', 'maharashtra'], ['diploma', 'art', 'maharashtra', 'state'], ['art', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'january'], ['state', 'board', 'january', '2010'], ['board', 'january', '2010', 'h'], ['january', '2010', 'h', 's'], ['2010', 'h', 's', 'c'], ['h', 's', 'c', 'maharashtra'], ['s', 'c', 'maharashtra', 'state'], ['c', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'january'], ['state', 'board', 'january', '2008'], ['board', 'january', '2008', 's'], ['january', '2008', 's', 's'], ['2008', 's', 's', 'c'], ['s', 's', 'c', 'maharashtra'], ['s', 'c', 'maharashtra', 'state'], ['c', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'fine'], ['state', 'board', 'fine', 'arts'], ['board', 'fine', 'arts', 'lecturer'], ['fine', 'arts', 'lecturer', 'skill'], ['arts', 'lecturer', 'skill', 'details'], ['lecturer', 'skill', 'details', 'ms'], ['skill', 'details', 'ms', 'cit'], ['details', 'ms', 'cit', 'exprience'], ['ms', 'cit', 'exprience', '96'], ['cit', 'exprience', '96', 'monthscompany'], ['exprience', '96', 'monthscompany', 'details'], ['96', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'shubhankan'], ['details', 'company', 'shubhankan', 'fine'], ['company', 'shubhankan', 'fine', 'arts'], ['shubhankan', 'fine', 'arts', 'college'], ['fine', 'arts', 'college', 'indore'], ['arts', 'college', 'indore', 'description'], ['college', 'indore', 'description', 'i'], ['indore', 'description', 'i', 'job'], ['description', 'i', 'job', 'lecturer'], ['i', 'job', 'lecturer', 'shubhankan'], ['job', 'lecturer', 'shubhankan', 'fine'], ['lecturer', 'shubhankan', 'fine', 'arts'], ['shubhankan', 'fine', 'arts', 'college'], ['fine', 'arts', 'college', 'indore'], ['arts', 'college', 'indore', 'nov'], ['college', 'indore', 'nov', '2018'], ['indore', 'nov', '2018', 'i'], ['nov', '2018', 'i', 'artist'], ['2018', 'i', 'artist', 'completed'], ['i', 'artist', 'completed', 'atd'], ['artist', 'completed', 'atd', 'bfa'], ['completed', 'atd', 'bfa', 'mfa'], ['atd', 'bfa', 'mfa', 'painting'], ['bfa', 'mfa', 'painting', 'i'], ['mfa', 'painting', 'i', 'searching'], ['painting', 'i', 'searching', 'job'], ['i', 'searching', 'job', 'faculty'], ['searching', 'job', 'faculty', 'area'], ['job', 'faculty', 'area', 'comfort'], ['faculty', 'area', 'comfort', 'place'], ['area', 'comfort', 'place', 'to'], ['comfort', 'place', 'to', 'improve'], ['place', 'to', 'improve', 'knowledge'], ['to', 'improve', 'knowledge', 'experience'], ['improve', 'knowledge', 'experience', 'field'], ['knowledge', 'experience', 'field', 'company'], ['experience', 'field', 'company', 'description'], ['field', 'company', 'description', 'i'], ['company', 'description', 'i', 'experience'], ['description', 'i', 'experience', 'classes'], ['i', 'experience', 'classes', 'painting'], ['experience', 'classes', 'painting', 'rangoli'], ['classes', 'painting', 'rangoli', 'drawing'], ['painting', 'rangoli', 'drawing', 'summer'], ['rangoli', 'drawing', 'summer', 'classes'], ['drawing', 'summer', 'classes', 'etc'], ['summer', 'classes', 'etc', 'health'], ['classes', 'etc', 'health', 'physical'], ['etc', 'health', 'physical', 'disability'], ['health', 'physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp', 'vista'], ['systems', 'windows', 'xp', 'vista', '07education'], ['windows', 'xp', 'vista', '07education', 'details'], ['xp', 'vista', '07education', 'details', 'january'], ['vista', '07education', 'details', 'january', '2018'], ['07education', 'details', 'january', '2018', 'm'], ['details', 'january', '2018', 'm', 'f'], ['january', '2018', 'm', 'f', 'a'], ['2018', 'm', 'f', 'a', 'painting'], ['m', 'f', 'a', 'painting', 'nagpur'], ['f', 'a', 'painting', 'nagpur', 'maharashtra'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['maharashtra', 'nagpur', 'university', 'january', '2016'], ['nagpur', 'university', 'january', '2016', 'b'], ['university', 'january', '2016', 'b', 'f'], ['january', '2016', 'b', 'f', 'a'], ['2016', 'b', 'f', 'a', 'painting'], ['b', 'f', 'a', 'painting', 'nagpur'], ['f', 'a', 'painting', 'nagpur', 'maharashtra'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['maharashtra', 'nagpur', 'university', 'january', '2012'], ['nagpur', 'university', 'january', '2012', 'diploma'], ['university', 'january', '2012', 'diploma', 'art'], ['january', '2012', 'diploma', 'art', 'maharashtra'], ['2012', 'diploma', 'art', 'maharashtra', 'state'], ['diploma', 'art', 'maharashtra', 'state', 'board'], ['art', 'maharashtra', 'state', 'board', 'january'], ['maharashtra', 'state', 'board', 'january', '2010'], ['state', 'board', 'january', '2010', 'h'], ['board', 'january', '2010', 'h', 's'], ['january', '2010', 'h', 's', 'c'], ['2010', 'h', 's', 'c', 'maharashtra'], ['h', 's', 'c', 'maharashtra', 'state'], ['s', 'c', 'maharashtra', 'state', 'board'], ['c', 'maharashtra', 'state', 'board', 'january'], ['maharashtra', 'state', 'board', 'january', '2008'], ['state', 'board', 'january', '2008', 's'], ['board', 'january', '2008', 's', 's'], ['january', '2008', 's', 's', 'c'], ['2008', 's', 's', 'c', 'maharashtra'], ['s', 's', 'c', 'maharashtra', 'state'], ['s', 'c', 'maharashtra', 'state', 'board'], ['c', 'maharashtra', 'state', 'board', 'fine'], ['maharashtra', 'state', 'board', 'fine', 'arts'], ['state', 'board', 'fine', 'arts', 'lecturer'], ['board', 'fine', 'arts', 'lecturer', 'skill'], ['fine', 'arts', 'lecturer', 'skill', 'details'], ['arts', 'lecturer', 'skill', 'details', 'ms'], ['lecturer', 'skill', 'details', 'ms', 'cit'], ['skill', 'details', 'ms', 'cit', 'exprience'], ['details', 'ms', 'cit', 'exprience', '96'], ['ms', 'cit', 'exprience', '96', 'monthscompany'], ['cit', 'exprience', '96', 'monthscompany', 'details'], ['exprience', '96', 'monthscompany', 'details', 'company'], ['96', 'monthscompany', 'details', 'company', 'shubhankan'], ['monthscompany', 'details', 'company', 'shubhankan', 'fine'], ['details', 'company', 'shubhankan', 'fine', 'arts'], ['company', 'shubhankan', 'fine', 'arts', 'college'], ['shubhankan', 'fine', 'arts', 'college', 'indore'], ['fine', 'arts', 'college', 'indore', 'description'], ['arts', 'college', 'indore', 'description', 'i'], ['college', 'indore', 'description', 'i', 'job'], ['indore', 'description', 'i', 'job', 'lecturer'], ['description', 'i', 'job', 'lecturer', 'shubhankan'], ['i', 'job', 'lecturer', 'shubhankan', 'fine'], ['job', 'lecturer', 'shubhankan', 'fine', 'arts'], ['lecturer', 'shubhankan', 'fine', 'arts', 'college'], ['shubhankan', 'fine', 'arts', 'college', 'indore'], ['fine', 'arts', 'college', 'indore', 'nov'], ['arts', 'college', 'indore', 'nov', '2018'], ['college', 'indore', 'nov', '2018', 'i'], ['indore', 'nov', '2018', 'i', 'artist'], ['nov', '2018', 'i', 'artist', 'completed'], ['2018', 'i', 'artist', 'completed', 'atd'], ['i', 'artist', 'completed', 'atd', 'bfa'], ['artist', 'completed', 'atd', 'bfa', 'mfa'], ['completed', 'atd', 'bfa', 'mfa', 'painting'], ['atd', 'bfa', 'mfa', 'painting', 'i'], ['bfa', 'mfa', 'painting', 'i', 'searching'], ['mfa', 'painting', 'i', 'searching', 'job'], ['painting', 'i', 'searching', 'job', 'faculty'], ['i', 'searching', 'job', 'faculty', 'area'], ['searching', 'job', 'faculty', 'area', 'comfort'], ['job', 'faculty', 'area', 'comfort', 'place'], ['faculty', 'area', 'comfort', 'place', 'to'], ['area', 'comfort', 'place', 'to', 'improve'], ['comfort', 'place', 'to', 'improve', 'knowledge'], ['place', 'to', 'improve', 'knowledge', 'experience'], ['to', 'improve', 'knowledge', 'experience', 'field'], ['improve', 'knowledge', 'experience', 'field', 'company'], ['knowledge', 'experience', 'field', 'company', 'description'], ['experience', 'field', 'company', 'description', 'i'], ['field', 'company', 'description', 'i', 'experience'], ['company', 'description', 'i', 'experience', 'classes'], ['description', 'i', 'experience', 'classes', 'painting'], ['i', 'experience', 'classes', 'painting', 'rangoli'], ['experience', 'classes', 'painting', 'rangoli', 'drawing'], ['classes', 'painting', 'rangoli', 'drawing', 'summer'], ['painting', 'rangoli', 'drawing', 'summer', 'classes'], ['rangoli', 'drawing', 'summer', 'classes', 'etc'], ['drawing', 'summer', 'classes', 'etc', 'health'], ['summer', 'classes', 'etc', 'health', 'physical'], ['classes', 'etc', 'health', 'physical', 'disability'], ['etc', 'health', 'physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp', 'vista', '07education'], ['systems', 'windows', 'xp', 'vista', '07education', 'details'], ['windows', 'xp', 'vista', '07education', 'details', 'january'], ['xp', 'vista', '07education', 'details', 'january', '2018'], ['vista', '07education', 'details', 'january', '2018', 'm'], ['07education', 'details', 'january', '2018', 'm', 'f'], ['details', 'january', '2018', 'm', 'f', 'a'], ['january', '2018', 'm', 'f', 'a', 'painting'], ['2018', 'm', 'f', 'a', 'painting', 'nagpur'], ['m', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016'], ['maharashtra', 'nagpur', 'university', 'january', '2016', 'b'], ['nagpur', 'university', 'january', '2016', 'b', 'f'], ['university', 'january', '2016', 'b', 'f', 'a'], ['january', '2016', 'b', 'f', 'a', 'painting'], ['2016', 'b', 'f', 'a', 'painting', 'nagpur'], ['b', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012'], ['maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma'], ['nagpur', 'university', 'january', '2012', 'diploma', 'art'], ['university', 'january', '2012', 'diploma', 'art', 'maharashtra'], ['january', '2012', 'diploma', 'art', 'maharashtra', 'state'], ['2012', 'diploma', 'art', 'maharashtra', 'state', 'board'], ['diploma', 'art', 'maharashtra', 'state', 'board', 'january'], ['art', 'maharashtra', 'state', 'board', 'january', '2010'], ['maharashtra', 'state', 'board', 'january', '2010', 'h'], ['state', 'board', 'january', '2010', 'h', 's'], ['board', 'january', '2010', 'h', 's', 'c'], ['january', '2010', 'h', 's', 'c', 'maharashtra'], ['2010', 'h', 's', 'c', 'maharashtra', 'state'], ['h', 's', 'c', 'maharashtra', 'state', 'board'], ['s', 'c', 'maharashtra', 'state', 'board', 'january'], ['c', 'maharashtra', 'state', 'board', 'january', '2008'], ['maharashtra', 'state', 'board', 'january', '2008', 's'], ['state', 'board', 'january', '2008', 's', 's'], ['board', 'january', '2008', 's', 's', 'c'], ['january', '2008', 's', 's', 'c', 'maharashtra'], ['2008', 's', 's', 'c', 'maharashtra', 'state'], ['s', 's', 'c', 'maharashtra', 'state', 'board'], ['s', 'c', 'maharashtra', 'state', 'board', 'fine'], ['c', 'maharashtra', 'state', 'board', 'fine', 'arts'], ['maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer'], ['state', 'board', 'fine', 'arts', 'lecturer', 'skill'], ['board', 'fine', 'arts', 'lecturer', 'skill', 'details'], ['fine', 'arts', 'lecturer', 'skill', 'details', 'ms'], ['arts', 'lecturer', 'skill', 'details', 'ms', 'cit'], ['lecturer', 'skill', 'details', 'ms', 'cit', 'exprience'], ['skill', 'details', 'ms', 'cit', 'exprience', '96'], ['details', 'ms', 'cit', 'exprience', '96', 'monthscompany'], ['ms', 'cit', 'exprience', '96', 'monthscompany', 'details'], ['cit', 'exprience', '96', 'monthscompany', 'details', 'company'], ['exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan'], ['96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine'], ['monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts'], ['details', 'company', 'shubhankan', 'fine', 'arts', 'college'], ['company', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'description'], ['fine', 'arts', 'college', 'indore', 'description', 'i'], ['arts', 'college', 'indore', 'description', 'i', 'job'], ['college', 'indore', 'description', 'i', 'job', 'lecturer'], ['indore', 'description', 'i', 'job', 'lecturer', 'shubhankan'], ['description', 'i', 'job', 'lecturer', 'shubhankan', 'fine'], ['i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts'], ['job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college'], ['lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'nov'], ['fine', 'arts', 'college', 'indore', 'nov', '2018'], ['arts', 'college', 'indore', 'nov', '2018', 'i'], ['college', 'indore', 'nov', '2018', 'i', 'artist'], ['indore', 'nov', '2018', 'i', 'artist', 'completed'], ['nov', '2018', 'i', 'artist', 'completed', 'atd'], ['2018', 'i', 'artist', 'completed', 'atd', 'bfa'], ['i', 'artist', 'completed', 'atd', 'bfa', 'mfa'], ['artist', 'completed', 'atd', 'bfa', 'mfa', 'painting'], ['completed', 'atd', 'bfa', 'mfa', 'painting', 'i'], ['atd', 'bfa', 'mfa', 'painting', 'i', 'searching'], ['bfa', 'mfa', 'painting', 'i', 'searching', 'job'], ['mfa', 'painting', 'i', 'searching', 'job', 'faculty'], ['painting', 'i', 'searching', 'job', 'faculty', 'area'], ['i', 'searching', 'job', 'faculty', 'area', 'comfort'], ['searching', 'job', 'faculty', 'area', 'comfort', 'place'], ['job', 'faculty', 'area', 'comfort', 'place', 'to'], ['faculty', 'area', 'comfort', 'place', 'to', 'improve'], ['area', 'comfort', 'place', 'to', 'improve', 'knowledge'], ['comfort', 'place', 'to', 'improve', 'knowledge', 'experience'], ['place', 'to', 'improve', 'knowledge', 'experience', 'field'], ['to', 'improve', 'knowledge', 'experience', 'field', 'company'], ['improve', 'knowledge', 'experience', 'field', 'company', 'description'], ['knowledge', 'experience', 'field', 'company', 'description', 'i'], ['experience', 'field', 'company', 'description', 'i', 'experience'], ['field', 'company', 'description', 'i', 'experience', 'classes'], ['company', 'description', 'i', 'experience', 'classes', 'painting'], ['description', 'i', 'experience', 'classes', 'painting', 'rangoli'], ['i', 'experience', 'classes', 'painting', 'rangoli', 'drawing'], ['experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer'], ['classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes'], ['painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc'], ['rangoli', 'drawing', 'summer', 'classes', 'etc', 'health'], ['drawing', 'summer', 'classes', 'etc', 'health', 'physical'], ['summer', 'classes', 'etc', 'health', 'physical', 'disability'], ['classes', 'etc', 'health', 'physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp', 'vista', '07education', 'details'], ['systems', 'windows', 'xp', 'vista', '07education', 'details', 'january'], ['windows', 'xp', 'vista', '07education', 'details', 'january', '2018'], ['xp', 'vista', '07education', 'details', 'january', '2018', 'm'], ['vista', '07education', 'details', 'january', '2018', 'm', 'f'], ['07education', 'details', 'january', '2018', 'm', 'f', 'a'], ['details', 'january', '2018', 'm', 'f', 'a', 'painting'], ['january', '2018', 'm', 'f', 'a', 'painting', 'nagpur'], ['2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['m', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b'], ['maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f'], ['nagpur', 'university', 'january', '2016', 'b', 'f', 'a'], ['university', 'january', '2016', 'b', 'f', 'a', 'painting'], ['january', '2016', 'b', 'f', 'a', 'painting', 'nagpur'], ['2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma'], ['maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art'], ['nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra'], ['university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state'], ['january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board'], ['2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january'], ['diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010'], ['art', 'maharashtra', 'state', 'board', 'january', '2010', 'h'], ['maharashtra', 'state', 'board', 'january', '2010', 'h', 's'], ['state', 'board', 'january', '2010', 'h', 's', 'c'], ['board', 'january', '2010', 'h', 's', 'c', 'maharashtra'], ['january', '2010', 'h', 's', 'c', 'maharashtra', 'state'], ['2010', 'h', 's', 'c', 'maharashtra', 'state', 'board'], ['h', 's', 'c', 'maharashtra', 'state', 'board', 'january'], ['s', 'c', 'maharashtra', 'state', 'board', 'january', '2008'], ['c', 'maharashtra', 'state', 'board', 'january', '2008', 's'], ['maharashtra', 'state', 'board', 'january', '2008', 's', 's'], ['state', 'board', 'january', '2008', 's', 's', 'c'], ['board', 'january', '2008', 's', 's', 'c', 'maharashtra'], ['january', '2008', 's', 's', 'c', 'maharashtra', 'state'], ['2008', 's', 's', 'c', 'maharashtra', 'state', 'board'], ['s', 's', 'c', 'maharashtra', 'state', 'board', 'fine'], ['s', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts'], ['c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer'], ['maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill'], ['state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details'], ['board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms'], ['fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit'], ['arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience'], ['lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96'], ['skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany'], ['details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details'], ['ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company'], ['cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan'], ['exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine'], ['96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts'], ['monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college'], ['details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i'], ['fine', 'arts', 'college', 'indore', 'description', 'i', 'job'], ['arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer'], ['college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan'], ['indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine'], ['description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts'], ['i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college'], ['job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018'], ['fine', 'arts', 'college', 'indore', 'nov', '2018', 'i'], ['arts', 'college', 'indore', 'nov', '2018', 'i', 'artist'], ['college', 'indore', 'nov', '2018', 'i', 'artist', 'completed'], ['indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd'], ['nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa'], ['2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa'], ['i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting'], ['artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i'], ['completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching'], ['atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job'], ['bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty'], ['mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area'], ['painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort'], ['i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place'], ['searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to'], ['job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve'], ['faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge'], ['area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience'], ['comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field'], ['place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company'], ['to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description'], ['improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i'], ['knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience'], ['experience', 'field', 'company', 'description', 'i', 'experience', 'classes'], ['field', 'company', 'description', 'i', 'experience', 'classes', 'painting'], ['company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli'], ['description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing'], ['i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer'], ['experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes'], ['classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc'], ['painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health'], ['rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical'], ['drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability'], ['summer', 'classes', 'etc', 'health', 'physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp', 'vista', '07education', 'details', 'january'], ['systems', 'windows', 'xp', 'vista', '07education', 'details', 'january', '2018'], ['windows', 'xp', 'vista', '07education', 'details', 'january', '2018', 'm'], ['xp', 'vista', '07education', 'details', 'january', '2018', 'm', 'f'], ['vista', '07education', 'details', 'january', '2018', 'm', 'f', 'a'], ['07education', 'details', 'january', '2018', 'm', 'f', 'a', 'painting'], ['details', 'january', '2018', 'm', 'f', 'a', 'painting', 'nagpur'], ['january', '2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['m', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f'], ['maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f', 'a'], ['nagpur', 'university', 'january', '2016', 'b', 'f', 'a', 'painting'], ['university', 'january', '2016', 'b', 'f', 'a', 'painting', 'nagpur'], ['january', '2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art'], ['maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra'], ['nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state'], ['university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board'], ['january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january'], ['2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010'], ['diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010', 'h'], ['art', 'maharashtra', 'state', 'board', 'january', '2010', 'h', 's'], ['maharashtra', 'state', 'board', 'january', '2010', 'h', 's', 'c'], ['state', 'board', 'january', '2010', 'h', 's', 'c', 'maharashtra'], ['board', 'january', '2010', 'h', 's', 'c', 'maharashtra', 'state'], ['january', '2010', 'h', 's', 'c', 'maharashtra', 'state', 'board'], ['2010', 'h', 's', 'c', 'maharashtra', 'state', 'board', 'january'], ['h', 's', 'c', 'maharashtra', 'state', 'board', 'january', '2008'], ['s', 'c', 'maharashtra', 'state', 'board', 'january', '2008', 's'], ['c', 'maharashtra', 'state', 'board', 'january', '2008', 's', 's'], ['maharashtra', 'state', 'board', 'january', '2008', 's', 's', 'c'], ['state', 'board', 'january', '2008', 's', 's', 'c', 'maharashtra'], ['board', 'january', '2008', 's', 's', 'c', 'maharashtra', 'state'], ['january', '2008', 's', 's', 'c', 'maharashtra', 'state', 'board'], ['2008', 's', 's', 'c', 'maharashtra', 'state', 'board', 'fine'], ['s', 's', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts'], ['s', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer'], ['c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill'], ['maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details'], ['state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms'], ['board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit'], ['fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience'], ['arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96'], ['lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany'], ['skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details'], ['details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company'], ['ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan'], ['cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine'], ['exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts'], ['96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college'], ['monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description'], ['company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i', 'job'], ['fine', 'arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer'], ['arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan'], ['college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine'], ['indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts'], ['description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college'], ['i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov'], ['lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018', 'i'], ['fine', 'arts', 'college', 'indore', 'nov', '2018', 'i', 'artist'], ['arts', 'college', 'indore', 'nov', '2018', 'i', 'artist', 'completed'], ['college', 'indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd'], ['indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa'], ['nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa'], ['2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting'], ['i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i'], ['artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching'], ['completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job'], ['atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty'], ['bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area'], ['mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort'], ['painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place'], ['i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to'], ['searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve'], ['job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge'], ['faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience'], ['area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field'], ['comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company'], ['place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description'], ['to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i'], ['improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience'], ['knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience', 'classes'], ['experience', 'field', 'company', 'description', 'i', 'experience', 'classes', 'painting'], ['field', 'company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli'], ['company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing'], ['description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer'], ['i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes'], ['experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc'], ['classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health'], ['painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical'], ['rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability'], ['drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability', 'orthopedically'], ['operating', 'systems', 'windows', 'xp', 'vista', '07education', 'details', 'january', '2018'], ['systems', 'windows', 'xp', 'vista', '07education', 'details', 'january', '2018', 'm'], ['windows', 'xp', 'vista', '07education', 'details', 'january', '2018', 'm', 'f'], ['xp', 'vista', '07education', 'details', 'january', '2018', 'm', 'f', 'a'], ['vista', '07education', 'details', 'january', '2018', 'm', 'f', 'a', 'painting'], ['07education', 'details', 'january', '2018', 'm', 'f', 'a', 'painting', 'nagpur'], ['details', 'january', '2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['january', '2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['m', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f', 'a'], ['maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f', 'a', 'painting'], ['nagpur', 'university', 'january', '2016', 'b', 'f', 'a', 'painting', 'nagpur'], ['university', 'january', '2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra'], ['january', '2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur'], ['2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january'], ['f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012'], ['a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma'], ['painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra'], ['maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state'], ['nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board'], ['university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january'], ['january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010'], ['2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010', 'h'], ['diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010', 'h', 's'], ['art', 'maharashtra', 'state', 'board', 'january', '2010', 'h', 's', 'c'], ['maharashtra', 'state', 'board', 'january', '2010', 'h', 's', 'c', 'maharashtra'], ['state', 'board', 'january', '2010', 'h', 's', 'c', 'maharashtra', 'state'], ['board', 'january', '2010', 'h', 's', 'c', 'maharashtra', 'state', 'board'], ['january', '2010', 'h', 's', 'c', 'maharashtra', 'state', 'board', 'january'], ['2010', 'h', 's', 'c', 'maharashtra', 'state', 'board', 'january', '2008'], ['h', 's', 'c', 'maharashtra', 'state', 'board', 'january', '2008', 's'], ['s', 'c', 'maharashtra', 'state', 'board', 'january', '2008', 's', 's'], ['c', 'maharashtra', 'state', 'board', 'january', '2008', 's', 's', 'c'], ['maharashtra', 'state', 'board', 'january', '2008', 's', 's', 'c', 'maharashtra'], ['state', 'board', 'january', '2008', 's', 's', 'c', 'maharashtra', 'state'], ['board', 'january', '2008', 's', 's', 'c', 'maharashtra', 'state', 'board'], ['january', '2008', 's', 's', 'c', 'maharashtra', 'state', 'board', 'fine'], ['2008', 's', 's', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts'], ['s', 's', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer'], ['s', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill'], ['c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details'], ['maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms'], ['state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit'], ['board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience'], ['fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96'], ['arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany'], ['lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details'], ['skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company'], ['details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan'], ['ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine'], ['cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts'], ['exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college'], ['96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description'], ['details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i'], ['company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i', 'job'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer'], ['fine', 'arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan'], ['arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine'], ['college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts'], ['indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college'], ['description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore'], ['i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov'], ['job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018'], ['lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018', 'i'], ['shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018', 'i', 'artist'], ['fine', 'arts', 'college', 'indore', 'nov', '2018', 'i', 'artist', 'completed'], ['arts', 'college', 'indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd'], ['college', 'indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa'], ['indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa'], ['nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting'], ['2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i'], ['i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching'], ['artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job'], ['completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty'], ['atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area'], ['bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort'], ['mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place'], ['painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to'], ['i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve'], ['searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge'], ['job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience'], ['faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field'], ['area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company'], ['comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description'], ['place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i'], ['to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience'], ['improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience', 'classes'], ['knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience', 'classes', 'painting'], ['experience', 'field', 'company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli'], ['field', 'company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing'], ['company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer'], ['description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes'], ['i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc'], ['experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health'], ['classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical'], ['painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability'], ['rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability', 'orthopedically']], [['additional'], ['qualifications'], ['april'], ['2000'], ['web'], ['designing'], ['course'], ['average'], ['computer'], ['skillseducation'], ['details'], ['january'], ['2000'], ['january'], ['2001'], ['bachelor'], ['arts'], ['sociology'], ['mumbai'], ['maharashtra'], ['the'], ['mumbai'], ['university'], ['january'], ['1998'], ['january'], ['2000'], ['bachelor'], ['arts'], ['sociology'], ['sophia'], ['college'], ['january'], ['1997'], ['january'], ['1998'], ['h'], ['s'], ['c'], ['sophia'], ['college'], ['january'], ['1995'], ['january'], ['1996'], ['s'], ['s'], ['c'], ['st'], ['teresa'], ['convent'], ['high'], ['school'], ['head'], ['business'], ['development'], ['arts'], ['head'], ['business'], ['development'], ['arts'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['british'], ['council'], ['description'], ['responsibilities'], ['strategic'], ['oversight'], ['responsibility'], ['programmes'], ['performing'], ['arts'], ['music'], ['theatre'], ['dance'], ['cultural'], ['sectors'], ['lead'], ['conception'], ['oversight'], ['specific'], ['large'], ['scale'], ['programmes'], ['within'], ['overall'], ['arts'], ['programme'], ['represent'], ['british'], ['council'], ['external'], ['events'], ['india'], ['act'], ['deputy'], ['director'], ['arts'], ['required'], ['oversee'], ['manage'], ['resources'], ['deliver'], ['compelling'], ['communications'], ['applicants'], ['convey'], ['british'], ['council'], ['grants'], ['like'], ['charles'], ['wallace'], ['india'], ['trust'], ['young'], ['creative'], ['entrepreneurs'], ['chevening'], ['clore'], ['scholarship'], ['programs'], ['time'], ['excellence'], ['shortlisting'], ['interviewing'], ['potential'], ['applicants'], ['existing'], ['relevant'], ['grants'], ['fellowships'], ['oversee'], ['diverse'], ['range'], ['proposals'], ['progress'], ['reports'], ['related'], ['projects'], ['ensuring'], ['effective'], ['timely'], ['identification'], ['communication'], ['program'], ['progress'], ['lead'], ['team'], ['six'], ['project'], ['managers'], ['across'], ['country'], ['manage'], ['performance'], ['team'], ['responsible'], ['executing'], ['arts'], ['projects'], ['partnerships'], ['built'], ['work'], ['expertise'], ['within'], ['geographic'], ['region'], ['ensure'], ['arts'], ['insight'], ['knowledge'], ['available'], ['required'], ['managing'], ['relations'], ['existing'], ['partners'], ['developing'], ['relationships'], ['targeted'], ['new'], ['partners'], ['key'], ['government'], ['officials'], ['ensuring'], ['market'], ['insight'], ['business'], ['development'], ['opportunities'], ['built'], ['planning'], ['new'], ['programmes'], ['primary'], ['strategic'], ['responsibility'], ['marketing'], ['arts'], ['program'], ['india'], ['ensure'], ['program'], ['builds'], ['reputation'], ['attractive'], ['potential'], ['partners'], ['partnership'], ['marketing'], ['communications'], ['team'], ['company'], ['british'], ['council'], ['description'], ['cultural'], ['relations'], ['organization'], ['creating'], ['international'], ['opportunities'], ['people'], ['uk'], ['countries'], ['building'], ['trust'], ['worldwide'], ['they'], ['offices'], ['six'], ['continents'], ['100'], ['countries'], ['bringing'], ['international'], ['opportunity'], ['life'], ['every'], ['day'], ['each'], ['year'], ['work'], ['millions'], ['people'], ['connecting'], ['united'], ['kingdom'], ['sharing'], ['cultures'], ['uk'], ['attractive'], ['assets'], ['english'], ['arts'], ['education'], ['they'], ['80'], ['years'], ['experience'], ['company'], ['british'], ['council'], ['description'], ['responsibilities'], ['leading'], ['strategic'], ['development'], ['british'], ['council'], ['work'], ['music'], ['sector'], ['india'], ['sri'], ['lanka'], ['region'], ['building'], ['maintaining'], ['strong'], ['international'], ['partnerships'], ['across'], ['sectors'], ['india'], ['sri'], ['lanka'], ['uk'], ['developing'], ['strong'], ['external'], ['partnerships'], ['lead'], ['significant'], ['external'], ['investment'], ['bc'], ['activities'], ['enabling'], ['delivery'], ['ambitious'], ['programme'], ['music'], ['sector'], ['activities'], ['events'], ['thus'], ['strengthening'], ['cultural'], ['relationships'], ['india'], ['sri'], ['lanka'], ['uk'], ['leading'], ['implementation'], ['music'], ['programme'], ['within'], ['india'], ['sri'], ['lanka'], ['along'], ['detailed'], ['project'], ['plans'], ['liaison'], ['colleagues'], ['india'], ['sri'], ['lanka'], ['uk'], ['proactive'], ['management'], ['budgets'], ['timelines'], ['projects'], ['ensuring'], ['systematic'], ['evaluation'], ['projects'], ['including'], ['developing'], ['effective'], ['systems'], ['processes'], ['capturing'], ['quantitative'], ['qualitative'], ['information'], ['effectiveness'], ['projects'], ['longer'], ['term'], ['impact'], ['management'], ['team'], ['across'], ['india'], ['sri'], ['lanka'], ['contributing'], ['recruitment'], ['development'], ['mentoring'], ['staff'], ['company'], ['british'], ['council'], ['description'], ['responsibilities'], ['planning'], ['organizing'], ['logistics'], ['related'], ['events'], ['buildings'], ['performers'], ['artists'], ['personnel'], ['marketing'], ['performance'], ['event'], ['social'], ['media'], ['direct'], ['mail'], ['advertising'], ['use'], ['website'], ['producing'], ['posters'], ['publicity'], ['leaflets'], ['attracting'], ['media'], ['coverage'], ['planning'], ['managing'], ['budgets'], ['programming'], ['booking'], ['performances'], ['events'], ['including'], ['arrangements'], ['tours'], ['india'], ['development'], ['new'], ['projects'], ['initiatives'], ['consultation'], ['arts'], ['professionals'], ['key'], ['stakeholders'], ['e'], ['g'], ['local'], ['authorities'], ['local'], ['government'], ['communities'], ['venue'], ['directors'], ['regional'], ['partners'], ['taking'], ['responsibility'], ['operational'], ['office'], ['management'], ['issues'], ['venue'], ['essibility'], ['health'], ['safety'], ['issues'], ['implementing'], ['maintaining'], ['office'], ['information'], ['systems'], ['providing'], ['administration'], ['support'], ['managers'], ['director'], ['ensuring'], ['corporate'], ['legal'], ['requirements'], ['complied'], ['reporting'], ['head'], ['unit'], ['company'], ['british'], ['council'], ['description'], ['responsibilities'], ['developing'], ['new'], ['specific'], ['new'], ['projects'], ['initiatives'], ['music'], ['film'], ['visual'], ['art'], ['sector'], ['consultation'], ['council'], ['key'], ['stakeholders'], ['planning'], ['managing'], ['budgets'], ['supporting'], ['marketing'], ['performance'], ['event'], ['social'], ['media'], ['direct'], ['mail'], ['advertising'], ['use'], ['website'], ['producing'], ['posters'], ['publicity'], ['leaflets'], ['attracting'], ['media'], ['coverage'], ['programming'], ['outreach'], ['workshops'], ['respective'], ['programmes'], ['company'], ['aircheck'], ['india'], ['description'], ['the'], ['company'], ['intended'], ['launch'], ['stations'], ['metros'], ['august'], ['29'], ['2001'], ['for'], ['mumbai'], ['fm'], ['station'], ['win'], ['basic'], ['infrastructure'], ['includes'], ['studio'], ['production'], ['facilities'], ['the'], ['transmission'], ['tower'], ['station'], ['located'], ['central'], ['mumbai'], ['responsibilities'], ['generating'], ['researching'], ['ideas'], ['programmes'], ['pitching'], ['commissions'], ['sourcing'], ['potential'], ['contributors'], ['interviewees'], ['selecting'], ['music'], ['appropriate'], ['programme'], ['audience'], ['station'], ['producing'], ['pre'], ['production'], ['briefings'], ['presenters'], ['reporters'], ['technical'], ['staff'], ['contributors'], ['managing'], ['logistics'], ['getting'], ['people'], ['resources'], ['equipment'], ['together'], ['right'], ['place'], ['right'], ['time'], ['undertaking'], ['editing'], ['interviewing'], ['reporting'], ['duties'], ['necessary'], ['presenting'], ['programmes'], ['managing'], ['presenters'], ['pre'], ['recorded'], ['recorded'], ['output'], ['checking'], ['copyrights'], ['cleared'], ['understanding'], ['media'], ['law'], ['using'], ['editing'], ['mixing'], ['software'], ['like'], ['sonic'], ['foundry'], ['vegas'], ['sonic'], ['foundry'], ['sound'], ['forge'], ['acid'], ['midi'], ['company'], ['rave'], ['magazine'], ['description'], ['rave'], ['magazine'], ['definitive'], ['voice'], ['music'], ['emerging'], ['indian'], ['sub'], ['continent'], ['lifestyle'], ['surrounds'], ['through'], ['exclusive'], ['reporting'], ['unique'], ['sensibility'], ['editorial'], ['team'], ['20'], ['years'], ['experience'], ['publishing'], ['rave'], ['magazine'], ['covers'], ['every'], ['genre'], ['music'], ['emerging'], ['region'], ['provides'], ['new'], ['perspectives'], ['international'], ['music'], ['responsibilities'], ['maintain'], ['production'], ['schedules'], ['report'], ['progress'], ['overview'], ['staff'], ['manage'], ['supervise'], ['photographers'], ['freelance'], ['writers'], ['generally'], ['provide'], ['administrative'], ['support'], ['editor'], ['participated'], ['production'], ['meetings'], ['brain'], ['storming'], ['sessions'], ['decide'], ['direction'], ['future'], ['trends'], ['contents'], ['publication'], ['company'], ['xs'], ['events'], ['description'], ['xs'], ['events'], ['event'], ['management'], ['company'], ['primarily'], ['dealing'], ['corporate'], ['clients'], ['used'], ['different'], ['events'], ['increase'], ['audience'], ['exposure'], ['brand'], ['responsibilities'], ['development'], ['production'], ['delivery'], ['projects'], ['proposal'], ['right'], ['delivery'], ['delivering'], ['events'], ['time'], ['within'], ['budget'], ['maintaining'], ['timelines'], ['priorities'], ['every'], ['project'], ['managing'], ['supplier'], ['relationships'], ['managing'], ['operational'], ['administrative'], ['functions'], ['ensure'], ['specific'], ['projects'], ['delivered'], ['efficiently'], ['company'], ['banyan'], ['tree'], ['communications'], ['description'], ['responsibilities'], ['sourcing'], ['potential'], ['contributors'], ['interviewees'], ['selecting'], ['music'], ['appropriate'], ['programme'], ['audience'], ['station'], ['undertaking'], ['editing'], ['interviewing'], ['reporting'], ['duties'], ['necessary'], ['checking'], ['copyrights'], ['cleared'], ['understanding'], ['media'], ['law'], ['company'], ['french'], ['embassy'], ['description'], ['part'], ['time'], ['basis'], ['company'], ['british'], ['council'], ['description'], ['mumbai'], ['advice'], ['students'], ['various'], ['academic'], ['opportunities'], ['united'], ['kingdom'], ['assisted'], ['various'], ['exhibitions'], ['british'], ['council'], ['additional', 'qualifications'], ['qualifications', 'april'], ['april', '2000'], ['2000', 'web'], ['web', 'designing'], ['designing', 'course'], ['course', 'average'], ['average', 'computer'], ['computer', 'skillseducation'], ['skillseducation', 'details'], ['details', 'january'], ['january', '2000'], ['2000', 'january'], ['january', '2001'], ['2001', 'bachelor'], ['bachelor', 'arts'], ['arts', 'sociology'], ['sociology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'the'], ['the', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '1998'], ['1998', 'january'], ['january', '2000'], ['2000', 'bachelor'], ['bachelor', 'arts'], ['arts', 'sociology'], ['sociology', 'sophia'], ['sophia', 'college'], ['college', 'january'], ['january', '1997'], ['1997', 'january'], ['january', '1998'], ['1998', 'h'], ['h', 's'], ['s', 'c'], ['c', 'sophia'], ['sophia', 'college'], ['college', 'january'], ['january', '1995'], ['1995', 'january'], ['january', '1996'], ['1996', 's'], ['s', 's'], ['s', 'c'], ['c', 'st'], ['st', 'teresa'], ['teresa', 'convent'], ['convent', 'high'], ['high', 'school'], ['school', 'head'], ['head', 'business'], ['business', 'development'], ['development', 'arts'], ['arts', 'head'], ['head', 'business'], ['business', 'development'], ['development', 'arts'], ['arts', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'british'], ['british', 'council'], ['council', 'description'], ['description', 'responsibilities'], ['responsibilities', 'strategic'], ['strategic', 'oversight'], ['oversight', 'responsibility'], ['responsibility', 'programmes'], ['programmes', 'performing'], ['performing', 'arts'], ['arts', 'music'], ['music', 'theatre'], ['theatre', 'dance'], ['dance', 'cultural'], ['cultural', 'sectors'], ['sectors', 'lead'], ['lead', 'conception'], ['conception', 'oversight'], ['oversight', 'specific'], ['specific', 'large'], ['large', 'scale'], ['scale', 'programmes'], ['programmes', 'within'], ['within', 'overall'], ['overall', 'arts'], ['arts', 'programme'], ['programme', 'represent'], ['represent', 'british'], ['british', 'council'], ['council', 'external'], ['external', 'events'], ['events', 'india'], ['india', 'act'], ['act', 'deputy'], ['deputy', 'director'], ['director', 'arts'], ['arts', 'required'], ['required', 'oversee'], ['oversee', 'manage'], ['manage', 'resources'], ['resources', 'deliver'], ['deliver', 'compelling'], ['compelling', 'communications'], ['communications', 'applicants'], ['applicants', 'convey'], ['convey', 'british'], ['british', 'council'], ['council', 'grants'], ['grants', 'like'], ['like', 'charles'], ['charles', 'wallace'], ['wallace', 'india'], ['india', 'trust'], ['trust', 'young'], ['young', 'creative'], ['creative', 'entrepreneurs'], ['entrepreneurs', 'chevening'], ['chevening', 'clore'], ['clore', 'scholarship'], ['scholarship', 'programs'], ['programs', 'time'], ['time', 'excellence'], ['excellence', 'shortlisting'], ['shortlisting', 'interviewing'], ['interviewing', 'potential'], ['potential', 'applicants'], ['applicants', 'existing'], ['existing', 'relevant'], ['relevant', 'grants'], ['grants', 'fellowships'], ['fellowships', 'oversee'], ['oversee', 'diverse'], ['diverse', 'range'], ['range', 'proposals'], ['proposals', 'progress'], ['progress', 'reports'], ['reports', 'related'], ['related', 'projects'], ['projects', 'ensuring'], ['ensuring', 'effective'], ['effective', 'timely'], ['timely', 'identification'], ['identification', 'communication'], ['communication', 'program'], ['program', 'progress'], ['progress', 'lead'], ['lead', 'team'], ['team', 'six'], ['six', 'project'], ['project', 'managers'], ['managers', 'across'], ['across', 'country'], ['country', 'manage'], ['manage', 'performance'], ['performance', 'team'], ['team', 'responsible'], ['responsible', 'executing'], ['executing', 'arts'], ['arts', 'projects'], ['projects', 'partnerships'], ['partnerships', 'built'], ['built', 'work'], ['work', 'expertise'], ['expertise', 'within'], ['within', 'geographic'], ['geographic', 'region'], ['region', 'ensure'], ['ensure', 'arts'], ['arts', 'insight'], ['insight', 'knowledge'], ['knowledge', 'available'], ['available', 'required'], ['required', 'managing'], ['managing', 'relations'], ['relations', 'existing'], ['existing', 'partners'], ['partners', 'developing'], ['developing', 'relationships'], ['relationships', 'targeted'], ['targeted', 'new'], ['new', 'partners'], ['partners', 'key'], ['key', 'government'], ['government', 'officials'], ['officials', 'ensuring'], ['ensuring', 'market'], ['market', 'insight'], ['insight', 'business'], ['business', 'development'], ['development', 'opportunities'], ['opportunities', 'built'], ['built', 'planning'], ['planning', 'new'], ['new', 'programmes'], ['programmes', 'primary'], ['primary', 'strategic'], ['strategic', 'responsibility'], ['responsibility', 'marketing'], ['marketing', 'arts'], ['arts', 'program'], ['program', 'india'], ['india', 'ensure'], ['ensure', 'program'], ['program', 'builds'], ['builds', 'reputation'], ['reputation', 'attractive'], ['attractive', 'potential'], ['potential', 'partners'], ['partners', 'partnership'], ['partnership', 'marketing'], ['marketing', 'communications'], ['communications', 'team'], ['team', 'company'], ...], [['education'], ['details'], ['january'], ['2017'], ['rachana'], ['sansad'], ['school'], ['interior'], ['deign'], ['january'], ['2013'], ['holy'], ['family'], ['high'], ['school'], ['master'], ['commerce'], ['marketing'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['drawing'], ['arts'], ['craft'], ['teacher'], ['drawing'], ['arts'], ['craft'], ['teacher'], ['ghatkopar'], ['ymca'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['ghatkopar'], ['ymca'], ['description'], ['3'], ['years'], ['worked'], ['jungle'], ['cubs'], ['gym'], ['co'], ['ordinator'], ['1'], ['year'], ['education', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'rachana'], ['rachana', 'sansad'], ['sansad', 'school'], ['school', 'interior'], ['interior', 'deign'], ['deign', 'january'], ['january', '2013'], ['2013', 'holy'], ['holy', 'family'], ['family', 'high'], ['high', 'school'], ['school', 'master'], ['master', 'commerce'], ['commerce', 'marketing'], ['marketing', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'drawing'], ['drawing', 'arts'], ['arts', 'craft'], ['craft', 'teacher'], ['teacher', 'drawing'], ['drawing', 'arts'], ['arts', 'craft'], ['craft', 'teacher'], ['teacher', 'ghatkopar'], ['ghatkopar', 'ymca'], ['ymca', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'ghatkopar'], ['ghatkopar', 'ymca'], ['ymca', 'description'], ['description', '3'], ['3', 'years'], ['years', 'worked'], ['worked', 'jungle'], ['jungle', 'cubs'], ['cubs', 'gym'], ['gym', 'co'], ['co', 'ordinator'], ['ordinator', '1'], ['1', 'year'], ['education', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'rachana'], ['2017', 'rachana', 'sansad'], ['rachana', 'sansad', 'school'], ['sansad', 'school', 'interior'], ['school', 'interior', 'deign'], ['interior', 'deign', 'january'], ['deign', 'january', '2013'], ['january', '2013', 'holy'], ['2013', 'holy', 'family'], ['holy', 'family', 'high'], ['family', 'high', 'school'], ['high', 'school', 'master'], ['school', 'master', 'commerce'], ['master', 'commerce', 'marketing'], ['commerce', 'marketing', 'mumbai'], ['marketing', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'university'], ['maharashtra', 'university', 'mumbai'], ['university', 'mumbai', 'drawing'], ['mumbai', 'drawing', 'arts'], ['drawing', 'arts', 'craft'], ['arts', 'craft', 'teacher'], ['craft', 'teacher', 'drawing'], ['teacher', 'drawing', 'arts'], ['drawing', 'arts', 'craft'], ['arts', 'craft', 'teacher'], ['craft', 'teacher', 'ghatkopar'], ['teacher', 'ghatkopar', 'ymca'], ['ghatkopar', 'ymca', 'skill'], ['ymca', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'ghatkopar'], ['company', 'ghatkopar', 'ymca'], ['ghatkopar', 'ymca', 'description'], ['ymca', 'description', '3'], ['description', '3', 'years'], ['3', 'years', 'worked'], ['years', 'worked', 'jungle'], ['worked', 'jungle', 'cubs'], ['jungle', 'cubs', 'gym'], ['cubs', 'gym', 'co'], ['gym', 'co', 'ordinator'], ['co', 'ordinator', '1'], ['ordinator', '1', 'year'], ['education', 'details', 'january', '2017'], ['details', 'january', '2017', 'rachana'], ['january', '2017', 'rachana', 'sansad'], ['2017', 'rachana', 'sansad', 'school'], ['rachana', 'sansad', 'school', 'interior'], ['sansad', 'school', 'interior', 'deign'], ['school', 'interior', 'deign', 'january'], ['interior', 'deign', 'january', '2013'], ['deign', 'january', '2013', 'holy'], ['january', '2013', 'holy', 'family'], ['2013', 'holy', 'family', 'high'], ['holy', 'family', 'high', 'school'], ['family', 'high', 'school', 'master'], ['high', 'school', 'master', 'commerce'], ['school', 'master', 'commerce', 'marketing'], ['master', 'commerce', 'marketing', 'mumbai'], ['commerce', 'marketing', 'mumbai', 'maharashtra'], ['marketing', 'mumbai', 'maharashtra', 'university'], ['mumbai', 'maharashtra', 'university', 'mumbai'], ['maharashtra', 'university', 'mumbai', 'drawing'], ['university', 'mumbai', 'drawing', 'arts'], ['mumbai', 'drawing', 'arts', 'craft'], ['drawing', 'arts', 'craft', 'teacher'], ['arts', 'craft', 'teacher', 'drawing'], ['craft', 'teacher', 'drawing', 'arts'], ['teacher', 'drawing', 'arts', 'craft'], ['drawing', 'arts', 'craft', 'teacher'], ['arts', 'craft', 'teacher', 'ghatkopar'], ['craft', 'teacher', 'ghatkopar', 'ymca'], ['teacher', 'ghatkopar', 'ymca', 'skill'], ['ghatkopar', 'ymca', 'skill', 'details'], ['ymca', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'ghatkopar'], ['details', 'company', 'ghatkopar', 'ymca'], ['company', 'ghatkopar', 'ymca', 'description'], ['ghatkopar', 'ymca', 'description', '3'], ['ymca', 'description', '3', 'years'], ['description', '3', 'years', 'worked'], ['3', 'years', 'worked', 'jungle'], ['years', 'worked', 'jungle', 'cubs'], ['worked', 'jungle', 'cubs', 'gym'], ['jungle', 'cubs', 'gym', 'co'], ['cubs', 'gym', 'co', 'ordinator'], ['gym', 'co', 'ordinator', '1'], ['co', 'ordinator', '1', 'year'], ['education', 'details', 'january', '2017', 'rachana'], ['details', 'january', '2017', 'rachana', 'sansad'], ['january', '2017', 'rachana', 'sansad', 'school'], ['2017', 'rachana', 'sansad', 'school', 'interior'], ['rachana', 'sansad', 'school', 'interior', 'deign'], ['sansad', 'school', 'interior', 'deign', 'january'], ['school', 'interior', 'deign', 'january', '2013'], ['interior', 'deign', 'january', '2013', 'holy'], ['deign', 'january', '2013', 'holy', 'family'], ['january', '2013', 'holy', 'family', 'high'], ['2013', 'holy', 'family', 'high', 'school'], ['holy', 'family', 'high', 'school', 'master'], ['family', 'high', 'school', 'master', 'commerce'], ['high', 'school', 'master', 'commerce', 'marketing'], ['school', 'master', 'commerce', 'marketing', 'mumbai'], ['master', 'commerce', 'marketing', 'mumbai', 'maharashtra'], ['commerce', 'marketing', 'mumbai', 'maharashtra', 'university'], ['marketing', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'drawing'], ['maharashtra', 'university', 'mumbai', 'drawing', 'arts'], ['university', 'mumbai', 'drawing', 'arts', 'craft'], ['mumbai', 'drawing', 'arts', 'craft', 'teacher'], ['drawing', 'arts', 'craft', 'teacher', 'drawing'], ['arts', 'craft', 'teacher', 'drawing', 'arts'], ['craft', 'teacher', 'drawing', 'arts', 'craft'], ['teacher', 'drawing', 'arts', 'craft', 'teacher'], ['drawing', 'arts', 'craft', 'teacher', 'ghatkopar'], ['arts', 'craft', 'teacher', 'ghatkopar', 'ymca'], ['craft', 'teacher', 'ghatkopar', 'ymca', 'skill'], ['teacher', 'ghatkopar', 'ymca', 'skill', 'details'], ['ghatkopar', 'ymca', 'skill', 'details', 'company'], ['ymca', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'ghatkopar'], ['company', 'details', 'company', 'ghatkopar', 'ymca'], ['details', 'company', 'ghatkopar', 'ymca', 'description'], ['company', 'ghatkopar', 'ymca', 'description', '3'], ['ghatkopar', 'ymca', 'description', '3', 'years'], ['ymca', 'description', '3', 'years', 'worked'], ['description', '3', 'years', 'worked', 'jungle'], ['3', 'years', 'worked', 'jungle', 'cubs'], ['years', 'worked', 'jungle', 'cubs', 'gym'], ['worked', 'jungle', 'cubs', 'gym', 'co'], ['jungle', 'cubs', 'gym', 'co', 'ordinator'], ['cubs', 'gym', 'co', 'ordinator', '1'], ['gym', 'co', 'ordinator', '1', 'year'], ['education', 'details', 'january', '2017', 'rachana', 'sansad'], ['details', 'january', '2017', 'rachana', 'sansad', 'school'], ['january', '2017', 'rachana', 'sansad', 'school', 'interior'], ['2017', 'rachana', 'sansad', 'school', 'interior', 'deign'], ['rachana', 'sansad', 'school', 'interior', 'deign', 'january'], ['sansad', 'school', 'interior', 'deign', 'january', '2013'], ['school', 'interior', 'deign', 'january', '2013', 'holy'], ['interior', 'deign', 'january', '2013', 'holy', 'family'], ['deign', 'january', '2013', 'holy', 'family', 'high'], ['january', '2013', 'holy', 'family', 'high', 'school'], ['2013', 'holy', 'family', 'high', 'school', 'master'], ['holy', 'family', 'high', 'school', 'master', 'commerce'], ['family', 'high', 'school', 'master', 'commerce', 'marketing'], ['high', 'school', 'master', 'commerce', 'marketing', 'mumbai'], ['school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra'], ['master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university'], ['commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts'], ['maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft'], ['university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher'], ['mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing'], ['drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts'], ['arts', 'craft', 'teacher', 'drawing', 'arts', 'craft'], ['craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher'], ['teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar'], ['drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca'], ['arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill'], ['craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details'], ['teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company'], ['ghatkopar', 'ymca', 'skill', 'details', 'company', 'details'], ['ymca', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'ghatkopar'], ['details', 'company', 'details', 'company', 'ghatkopar', 'ymca'], ['company', 'details', 'company', 'ghatkopar', 'ymca', 'description'], ['details', 'company', 'ghatkopar', 'ymca', 'description', '3'], ['company', 'ghatkopar', 'ymca', 'description', '3', 'years'], ['ghatkopar', 'ymca', 'description', '3', 'years', 'worked'], ['ymca', 'description', '3', 'years', 'worked', 'jungle'], ['description', '3', 'years', 'worked', 'jungle', 'cubs'], ['3', 'years', 'worked', 'jungle', 'cubs', 'gym'], ['years', 'worked', 'jungle', 'cubs', 'gym', 'co'], ['worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator'], ['jungle', 'cubs', 'gym', 'co', 'ordinator', '1'], ['cubs', 'gym', 'co', 'ordinator', '1', 'year'], ['education', 'details', 'january', '2017', 'rachana', 'sansad', 'school'], ['details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior'], ['january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign'], ['2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january'], ['rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013'], ['sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy'], ['school', 'interior', 'deign', 'january', '2013', 'holy', 'family'], ['interior', 'deign', 'january', '2013', 'holy', 'family', 'high'], ['deign', 'january', '2013', 'holy', 'family', 'high', 'school'], ['january', '2013', 'holy', 'family', 'high', 'school', 'master'], ['2013', 'holy', 'family', 'high', 'school', 'master', 'commerce'], ['holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing'], ['family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai'], ['high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra'], ['school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university'], ['master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing'], ['marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft'], ['maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher'], ['university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing'], ['mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts'], ['drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft'], ['arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher'], ['craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar'], ['teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca'], ['drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill'], ['arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details'], ['craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company'], ['teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details'], ['ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company'], ['ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar'], ['skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca'], ['details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description'], ['company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3'], ['details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years'], ['company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked'], ['ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle'], ['ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs'], ['description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym'], ['3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co'], ['years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator'], ['worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1'], ['jungle', 'cubs', 'gym', 'co', 'ordinator', '1', 'year'], ['education', 'details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior'], ['details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign'], ['january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january'], ['2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013'], ['rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy'], ['sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy', 'family'], ['school', 'interior', 'deign', 'january', '2013', 'holy', 'family', 'high'], ['interior', 'deign', 'january', '2013', 'holy', 'family', 'high', 'school'], ['deign', 'january', '2013', 'holy', 'family', 'high', 'school', 'master'], ['january', '2013', 'holy', 'family', 'high', 'school', 'master', 'commerce'], ['2013', 'holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing'], ['holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai'], ['family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra'], ['high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university'], ['school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing'], ['commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts'], ['marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher'], ['maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing'], ['university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts'], ['mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft'], ['drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher'], ['arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar'], ['craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca'], ['teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill'], ['drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details'], ['arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company'], ['craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details'], ['teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company'], ['ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar'], ['ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca'], ['skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description'], ['details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3'], ['company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years'], ['details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked'], ['company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle'], ['ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs'], ['ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym'], ['description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co'], ['3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator'], ['years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1'], ['worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1', 'year'], ['education', 'details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign'], ['details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january'], ['january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013'], ['2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy'], ['rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy', 'family'], ['sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy', 'family', 'high'], ['school', 'interior', 'deign', 'january', '2013', 'holy', 'family', 'high', 'school'], ['interior', 'deign', 'january', '2013', 'holy', 'family', 'high', 'school', 'master'], ['deign', 'january', '2013', 'holy', 'family', 'high', 'school', 'master', 'commerce'], ['january', '2013', 'holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing'], ['2013', 'holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai'], ['holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra'], ['family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university'], ['high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing'], ['master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts'], ['commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft'], ['marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing'], ['maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts'], ['university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft'], ['mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher'], ['drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar'], ['arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca'], ['craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill'], ['teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details'], ['drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company'], ['arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details'], ['craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company'], ['teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar'], ['ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca'], ['ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description'], ['skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3'], ['details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years'], ['company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked'], ['details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle'], ['company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs'], ['ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym'], ['ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co'], ['description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator'], ['3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1'], ['years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1', 'year']], [['education'], ['details'], ['august'], ['2018'], ['january'], ['2021'], ['entermediate'], ['maths'], ['mumbai'], ['maharashtra'], ['sunbeam'], ['academy'], ['samne'], ['ghat'], ['varanasi'], ['martial'], ['arts'], ['fitness'], ['job'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['sports'], ['authority'], ['description'], ['i'], ['2nd'], ['dan'], ['black'], ['belt'], ['karate'], ['martial'], ['arts'], ['i'], ['searching'], ['personal'], ['trainer'], ['job'], ['fitness'], ['i'], ['3'], ['gold'], ['medals'], ['national'], ['karate'], ['championship'], ['i'], ['7'], ['gold'], ['medals'], ['state'], ['karate'], ['championship'], ['3'], ['times'], ['best'], ['player'], ['year'], ['uttar'], ['pradesh'], ['award'], ['represented'], ['india'], ['selected'], ['world'], ['karate'], ['championship'], ['held'], ['croatia'], ['europe'], ['education', 'details'], ['details', 'august'], ['august', '2018'], ['2018', 'january'], ['january', '2021'], ['2021', 'entermediate'], ['entermediate', 'maths'], ['maths', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'sunbeam'], ['sunbeam', 'academy'], ['academy', 'samne'], ['samne', 'ghat'], ['ghat', 'varanasi'], ['varanasi', 'martial'], ['martial', 'arts'], ['arts', 'fitness'], ['fitness', 'job'], ['job', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'sports'], ['sports', 'authority'], ['authority', 'description'], ['description', 'i'], ['i', '2nd'], ['2nd', 'dan'], ['dan', 'black'], ['black', 'belt'], ['belt', 'karate'], ['karate', 'martial'], ['martial', 'arts'], ['arts', 'i'], ['i', 'searching'], ['searching', 'personal'], ['personal', 'trainer'], ['trainer', 'job'], ['job', 'fitness'], ['fitness', 'i'], ['i', '3'], ['3', 'gold'], ['gold', 'medals'], ['medals', 'national'], ['national', 'karate'], ['karate', 'championship'], ['championship', 'i'], ['i', '7'], ['7', 'gold'], ['gold', 'medals'], ['medals', 'state'], ['state', 'karate'], ['karate', 'championship'], ['championship', '3'], ['3', 'times'], ['times', 'best'], ['best', 'player'], ['player', 'year'], ['year', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'award'], ['award', 'represented'], ['represented', 'india'], ['india', 'selected'], ['selected', 'world'], ['world', 'karate'], ['karate', 'championship'], ['championship', 'held'], ['held', 'croatia'], ['croatia', 'europe'], ['education', 'details', 'august'], ['details', 'august', '2018'], ['august', '2018', 'january'], ['2018', 'january', '2021'], ['january', '2021', 'entermediate'], ['2021', 'entermediate', 'maths'], ['entermediate', 'maths', 'mumbai'], ['maths', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'sunbeam'], ['maharashtra', 'sunbeam', 'academy'], ['sunbeam', 'academy', 'samne'], ['academy', 'samne', 'ghat'], ['samne', 'ghat', 'varanasi'], ['ghat', 'varanasi', 'martial'], ['varanasi', 'martial', 'arts'], ['martial', 'arts', 'fitness'], ['arts', 'fitness', 'job'], ['fitness', 'job', 'skill'], ['job', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'sports'], ['company', 'sports', 'authority'], ['sports', 'authority', 'description'], ['authority', 'description', 'i'], ['description', 'i', '2nd'], ['i', '2nd', 'dan'], ['2nd', 'dan', 'black'], ['dan', 'black', 'belt'], ['black', 'belt', 'karate'], ['belt', 'karate', 'martial'], ['karate', 'martial', 'arts'], ['martial', 'arts', 'i'], ['arts', 'i', 'searching'], ['i', 'searching', 'personal'], ['searching', 'personal', 'trainer'], ['personal', 'trainer', 'job'], ['trainer', 'job', 'fitness'], ['job', 'fitness', 'i'], ['fitness', 'i', '3'], ['i', '3', 'gold'], ['3', 'gold', 'medals'], ['gold', 'medals', 'national'], ['medals', 'national', 'karate'], ['national', 'karate', 'championship'], ['karate', 'championship', 'i'], ['championship', 'i', '7'], ['i', '7', 'gold'], ['7', 'gold', 'medals'], ['gold', 'medals', 'state'], ['medals', 'state', 'karate'], ['state', 'karate', 'championship'], ['karate', 'championship', '3'], ['championship', '3', 'times'], ['3', 'times', 'best'], ['times', 'best', 'player'], ['best', 'player', 'year'], ['player', 'year', 'uttar'], ['year', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'award'], ['pradesh', 'award', 'represented'], ['award', 'represented', 'india'], ['represented', 'india', 'selected'], ['india', 'selected', 'world'], ['selected', 'world', 'karate'], ['world', 'karate', 'championship'], ['karate', 'championship', 'held'], ['championship', 'held', 'croatia'], ['held', 'croatia', 'europe'], ['education', 'details', 'august', '2018'], ['details', 'august', '2018', 'january'], ['august', '2018', 'january', '2021'], ['2018', 'january', '2021', 'entermediate'], ['january', '2021', 'entermediate', 'maths'], ['2021', 'entermediate', 'maths', 'mumbai'], ['entermediate', 'maths', 'mumbai', 'maharashtra'], ['maths', 'mumbai', 'maharashtra', 'sunbeam'], ['mumbai', 'maharashtra', 'sunbeam', 'academy'], ['maharashtra', 'sunbeam', 'academy', 'samne'], ['sunbeam', 'academy', 'samne', 'ghat'], ['academy', 'samne', 'ghat', 'varanasi'], ['samne', 'ghat', 'varanasi', 'martial'], ['ghat', 'varanasi', 'martial', 'arts'], ['varanasi', 'martial', 'arts', 'fitness'], ['martial', 'arts', 'fitness', 'job'], ['arts', 'fitness', 'job', 'skill'], ['fitness', 'job', 'skill', 'details'], ['job', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'sports'], ['details', 'company', 'sports', 'authority'], ['company', 'sports', 'authority', 'description'], ['sports', 'authority', 'description', 'i'], ['authority', 'description', 'i', '2nd'], ['description', 'i', '2nd', 'dan'], ['i', '2nd', 'dan', 'black'], ['2nd', 'dan', 'black', 'belt'], ['dan', 'black', 'belt', 'karate'], ['black', 'belt', 'karate', 'martial'], ['belt', 'karate', 'martial', 'arts'], ['karate', 'martial', 'arts', 'i'], ['martial', 'arts', 'i', 'searching'], ['arts', 'i', 'searching', 'personal'], ['i', 'searching', 'personal', 'trainer'], ['searching', 'personal', 'trainer', 'job'], ['personal', 'trainer', 'job', 'fitness'], ['trainer', 'job', 'fitness', 'i'], ['job', 'fitness', 'i', '3'], ['fitness', 'i', '3', 'gold'], ['i', '3', 'gold', 'medals'], ['3', 'gold', 'medals', 'national'], ['gold', 'medals', 'national', 'karate'], ['medals', 'national', 'karate', 'championship'], ['national', 'karate', 'championship', 'i'], ['karate', 'championship', 'i', '7'], ['championship', 'i', '7', 'gold'], ['i', '7', 'gold', 'medals'], ['7', 'gold', 'medals', 'state'], ['gold', 'medals', 'state', 'karate'], ['medals', 'state', 'karate', 'championship'], ['state', 'karate', 'championship', '3'], ['karate', 'championship', '3', 'times'], ['championship', '3', 'times', 'best'], ['3', 'times', 'best', 'player'], ['times', 'best', 'player', 'year'], ['best', 'player', 'year', 'uttar'], ['player', 'year', 'uttar', 'pradesh'], ['year', 'uttar', 'pradesh', 'award'], ['uttar', 'pradesh', 'award', 'represented'], ['pradesh', 'award', 'represented', 'india'], ['award', 'represented', 'india', 'selected'], ['represented', 'india', 'selected', 'world'], ['india', 'selected', 'world', 'karate'], ['selected', 'world', 'karate', 'championship'], ['world', 'karate', 'championship', 'held'], ['karate', 'championship', 'held', 'croatia'], ['championship', 'held', 'croatia', 'europe'], ['education', 'details', 'august', '2018', 'january'], ['details', 'august', '2018', 'january', '2021'], ['august', '2018', 'january', '2021', 'entermediate'], ['2018', 'january', '2021', 'entermediate', 'maths'], ['january', '2021', 'entermediate', 'maths', 'mumbai'], ['2021', 'entermediate', 'maths', 'mumbai', 'maharashtra'], ['entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam'], ['maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy'], ['mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne'], ['maharashtra', 'sunbeam', 'academy', 'samne', 'ghat'], ['sunbeam', 'academy', 'samne', 'ghat', 'varanasi'], ['academy', 'samne', 'ghat', 'varanasi', 'martial'], ['samne', 'ghat', 'varanasi', 'martial', 'arts'], ['ghat', 'varanasi', 'martial', 'arts', 'fitness'], ['varanasi', 'martial', 'arts', 'fitness', 'job'], ['martial', 'arts', 'fitness', 'job', 'skill'], ['arts', 'fitness', 'job', 'skill', 'details'], ['fitness', 'job', 'skill', 'details', 'company'], ['job', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'sports'], ['company', 'details', 'company', 'sports', 'authority'], ['details', 'company', 'sports', 'authority', 'description'], ['company', 'sports', 'authority', 'description', 'i'], ['sports', 'authority', 'description', 'i', '2nd'], ['authority', 'description', 'i', '2nd', 'dan'], ['description', 'i', '2nd', 'dan', 'black'], ['i', '2nd', 'dan', 'black', 'belt'], ['2nd', 'dan', 'black', 'belt', 'karate'], ['dan', 'black', 'belt', 'karate', 'martial'], ['black', 'belt', 'karate', 'martial', 'arts'], ['belt', 'karate', 'martial', 'arts', 'i'], ['karate', 'martial', 'arts', 'i', 'searching'], ['martial', 'arts', 'i', 'searching', 'personal'], ['arts', 'i', 'searching', 'personal', 'trainer'], ['i', 'searching', 'personal', 'trainer', 'job'], ['searching', 'personal', 'trainer', 'job', 'fitness'], ['personal', 'trainer', 'job', 'fitness', 'i'], ['trainer', 'job', 'fitness', 'i', '3'], ['job', 'fitness', 'i', '3', 'gold'], ['fitness', 'i', '3', 'gold', 'medals'], ['i', '3', 'gold', 'medals', 'national'], ['3', 'gold', 'medals', 'national', 'karate'], ['gold', 'medals', 'national', 'karate', 'championship'], ['medals', 'national', 'karate', 'championship', 'i'], ['national', 'karate', 'championship', 'i', '7'], ['karate', 'championship', 'i', '7', 'gold'], ['championship', 'i', '7', 'gold', 'medals'], ['i', '7', 'gold', 'medals', 'state'], ['7', 'gold', 'medals', 'state', 'karate'], ['gold', 'medals', 'state', 'karate', 'championship'], ['medals', 'state', 'karate', 'championship', '3'], ['state', 'karate', 'championship', '3', 'times'], ['karate', 'championship', '3', 'times', 'best'], ['championship', '3', 'times', 'best', 'player'], ['3', 'times', 'best', 'player', 'year'], ['times', 'best', 'player', 'year', 'uttar'], ['best', 'player', 'year', 'uttar', 'pradesh'], ['player', 'year', 'uttar', 'pradesh', 'award'], ['year', 'uttar', 'pradesh', 'award', 'represented'], ['uttar', 'pradesh', 'award', 'represented', 'india'], ['pradesh', 'award', 'represented', 'india', 'selected'], ['award', 'represented', 'india', 'selected', 'world'], ['represented', 'india', 'selected', 'world', 'karate'], ['india', 'selected', 'world', 'karate', 'championship'], ['selected', 'world', 'karate', 'championship', 'held'], ['world', 'karate', 'championship', 'held', 'croatia'], ['karate', 'championship', 'held', 'croatia', 'europe'], ['education', 'details', 'august', '2018', 'january', '2021'], ['details', 'august', '2018', 'january', '2021', 'entermediate'], ['august', '2018', 'january', '2021', 'entermediate', 'maths'], ['2018', 'january', '2021', 'entermediate', 'maths', 'mumbai'], ['january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra'], ['2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam'], ['entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy'], ['maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne'], ['mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat'], ['maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi'], ['sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial'], ['academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts'], ['samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness'], ['ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job'], ['varanasi', 'martial', 'arts', 'fitness', 'job', 'skill'], ['martial', 'arts', 'fitness', 'job', 'skill', 'details'], ['arts', 'fitness', 'job', 'skill', 'details', 'company'], ['fitness', 'job', 'skill', 'details', 'company', 'details'], ['job', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'sports'], ['details', 'company', 'details', 'company', 'sports', 'authority'], ['company', 'details', 'company', 'sports', 'authority', 'description'], ['details', 'company', 'sports', 'authority', 'description', 'i'], ['company', 'sports', 'authority', 'description', 'i', '2nd'], ['sports', 'authority', 'description', 'i', '2nd', 'dan'], ['authority', 'description', 'i', '2nd', 'dan', 'black'], ['description', 'i', '2nd', 'dan', 'black', 'belt'], ['i', '2nd', 'dan', 'black', 'belt', 'karate'], ['2nd', 'dan', 'black', 'belt', 'karate', 'martial'], ['dan', 'black', 'belt', 'karate', 'martial', 'arts'], ['black', 'belt', 'karate', 'martial', 'arts', 'i'], ['belt', 'karate', 'martial', 'arts', 'i', 'searching'], ['karate', 'martial', 'arts', 'i', 'searching', 'personal'], ['martial', 'arts', 'i', 'searching', 'personal', 'trainer'], ['arts', 'i', 'searching', 'personal', 'trainer', 'job'], ['i', 'searching', 'personal', 'trainer', 'job', 'fitness'], ['searching', 'personal', 'trainer', 'job', 'fitness', 'i'], ['personal', 'trainer', 'job', 'fitness', 'i', '3'], ['trainer', 'job', 'fitness', 'i', '3', 'gold'], ['job', 'fitness', 'i', '3', 'gold', 'medals'], ['fitness', 'i', '3', 'gold', 'medals', 'national'], ['i', '3', 'gold', 'medals', 'national', 'karate'], ['3', 'gold', 'medals', 'national', 'karate', 'championship'], ['gold', 'medals', 'national', 'karate', 'championship', 'i'], ['medals', 'national', 'karate', 'championship', 'i', '7'], ['national', 'karate', 'championship', 'i', '7', 'gold'], ['karate', 'championship', 'i', '7', 'gold', 'medals'], ['championship', 'i', '7', 'gold', 'medals', 'state'], ['i', '7', 'gold', 'medals', 'state', 'karate'], ['7', 'gold', 'medals', 'state', 'karate', 'championship'], ['gold', 'medals', 'state', 'karate', 'championship', '3'], ['medals', 'state', 'karate', 'championship', '3', 'times'], ['state', 'karate', 'championship', '3', 'times', 'best'], ['karate', 'championship', '3', 'times', 'best', 'player'], ['championship', '3', 'times', 'best', 'player', 'year'], ['3', 'times', 'best', 'player', 'year', 'uttar'], ['times', 'best', 'player', 'year', 'uttar', 'pradesh'], ['best', 'player', 'year', 'uttar', 'pradesh', 'award'], ['player', 'year', 'uttar', 'pradesh', 'award', 'represented'], ['year', 'uttar', 'pradesh', 'award', 'represented', 'india'], ['uttar', 'pradesh', 'award', 'represented', 'india', 'selected'], ['pradesh', 'award', 'represented', 'india', 'selected', 'world'], ['award', 'represented', 'india', 'selected', 'world', 'karate'], ['represented', 'india', 'selected', 'world', 'karate', 'championship'], ['india', 'selected', 'world', 'karate', 'championship', 'held'], ['selected', 'world', 'karate', 'championship', 'held', 'croatia'], ['world', 'karate', 'championship', 'held', 'croatia', 'europe'], ['education', 'details', 'august', '2018', 'january', '2021', 'entermediate'], ['details', 'august', '2018', 'january', '2021', 'entermediate', 'maths'], ['august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai'], ['2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra'], ['january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam'], ['2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy'], ['entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne'], ['maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat'], ['mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi'], ['maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial'], ['sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts'], ['academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness'], ['samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job'], ['ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill'], ['varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details'], ['martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company'], ['arts', 'fitness', 'job', 'skill', 'details', 'company', 'details'], ['fitness', 'job', 'skill', 'details', 'company', 'details', 'company'], ['job', 'skill', 'details', 'company', 'details', 'company', 'sports'], ['skill', 'details', 'company', 'details', 'company', 'sports', 'authority'], ['details', 'company', 'details', 'company', 'sports', 'authority', 'description'], ['company', 'details', 'company', 'sports', 'authority', 'description', 'i'], ['details', 'company', 'sports', 'authority', 'description', 'i', '2nd'], ['company', 'sports', 'authority', 'description', 'i', '2nd', 'dan'], ['sports', 'authority', 'description', 'i', '2nd', 'dan', 'black'], ['authority', 'description', 'i', '2nd', 'dan', 'black', 'belt'], ['description', 'i', '2nd', 'dan', 'black', 'belt', 'karate'], ['i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial'], ['2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts'], ['dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i'], ['black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching'], ['belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal'], ['karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer'], ['martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job'], ['arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness'], ['i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i'], ['searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3'], ['personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold'], ['trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals'], ['job', 'fitness', 'i', '3', 'gold', 'medals', 'national'], ['fitness', 'i', '3', 'gold', 'medals', 'national', 'karate'], ['i', '3', 'gold', 'medals', 'national', 'karate', 'championship'], ['3', 'gold', 'medals', 'national', 'karate', 'championship', 'i'], ['gold', 'medals', 'national', 'karate', 'championship', 'i', '7'], ['medals', 'national', 'karate', 'championship', 'i', '7', 'gold'], ['national', 'karate', 'championship', 'i', '7', 'gold', 'medals'], ['karate', 'championship', 'i', '7', 'gold', 'medals', 'state'], ['championship', 'i', '7', 'gold', 'medals', 'state', 'karate'], ['i', '7', 'gold', 'medals', 'state', 'karate', 'championship'], ['7', 'gold', 'medals', 'state', 'karate', 'championship', '3'], ['gold', 'medals', 'state', 'karate', 'championship', '3', 'times'], ['medals', 'state', 'karate', 'championship', '3', 'times', 'best'], ['state', 'karate', 'championship', '3', 'times', 'best', 'player'], ['karate', 'championship', '3', 'times', 'best', 'player', 'year'], ['championship', '3', 'times', 'best', 'player', 'year', 'uttar'], ['3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh'], ['times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award'], ['best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented'], ['player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india'], ['year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected'], ['uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world'], ['pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate'], ['award', 'represented', 'india', 'selected', 'world', 'karate', 'championship'], ['represented', 'india', 'selected', 'world', 'karate', 'championship', 'held'], ['india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia'], ['selected', 'world', 'karate', 'championship', 'held', 'croatia', 'europe'], ['education', 'details', 'august', '2018', 'january', '2021', 'entermediate', 'maths'], ['details', 'august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai'], ['august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra'], ['2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam'], ['january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy'], ['2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne'], ['entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat'], ['maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi'], ['mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial'], ['maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts'], ['sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness'], ['academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job'], ['samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill'], ['ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details'], ['varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company'], ['martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company', 'details'], ['arts', 'fitness', 'job', 'skill', 'details', 'company', 'details', 'company'], ['fitness', 'job', 'skill', 'details', 'company', 'details', 'company', 'sports'], ['job', 'skill', 'details', 'company', 'details', 'company', 'sports', 'authority'], ['skill', 'details', 'company', 'details', 'company', 'sports', 'authority', 'description'], ['details', 'company', 'details', 'company', 'sports', 'authority', 'description', 'i'], ['company', 'details', 'company', 'sports', 'authority', 'description', 'i', '2nd'], ['details', 'company', 'sports', 'authority', 'description', 'i', '2nd', 'dan'], ['company', 'sports', 'authority', 'description', 'i', '2nd', 'dan', 'black'], ['sports', 'authority', 'description', 'i', '2nd', 'dan', 'black', 'belt'], ['authority', 'description', 'i', '2nd', 'dan', 'black', 'belt', 'karate'], ['description', 'i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial'], ['i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts'], ['2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i'], ['dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching'], ['black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal'], ['belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer'], ['karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job'], ['martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness'], ['arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i'], ['i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3'], ['searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold'], ['personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals'], ['trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals', 'national'], ['job', 'fitness', 'i', '3', 'gold', 'medals', 'national', 'karate'], ['fitness', 'i', '3', 'gold', 'medals', 'national', 'karate', 'championship'], ['i', '3', 'gold', 'medals', 'national', 'karate', 'championship', 'i'], ['3', 'gold', 'medals', 'national', 'karate', 'championship', 'i', '7'], ['gold', 'medals', 'national', 'karate', 'championship', 'i', '7', 'gold'], ['medals', 'national', 'karate', 'championship', 'i', '7', 'gold', 'medals'], ['national', 'karate', 'championship', 'i', '7', 'gold', 'medals', 'state'], ['karate', 'championship', 'i', '7', 'gold', 'medals', 'state', 'karate'], ['championship', 'i', '7', 'gold', 'medals', 'state', 'karate', 'championship'], ['i', '7', 'gold', 'medals', 'state', 'karate', 'championship', '3'], ['7', 'gold', 'medals', 'state', 'karate', 'championship', '3', 'times'], ['gold', 'medals', 'state', 'karate', 'championship', '3', 'times', 'best'], ['medals', 'state', 'karate', 'championship', '3', 'times', 'best', 'player'], ['state', 'karate', 'championship', '3', 'times', 'best', 'player', 'year'], ['karate', 'championship', '3', 'times', 'best', 'player', 'year', 'uttar'], ['championship', '3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh'], ['3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award'], ['times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented'], ['best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india'], ['player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected'], ['year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world'], ['uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate'], ['pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate', 'championship'], ['award', 'represented', 'india', 'selected', 'world', 'karate', 'championship', 'held'], ['represented', 'india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia'], ['india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia', 'europe'], ['education', 'details', 'august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai'], ['details', 'august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra'], ['august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam'], ['2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy'], ['january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne'], ['2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat'], ['entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi'], ['maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial'], ['mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts'], ['maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness'], ['sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job'], ['academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill'], ['samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details'], ['ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company'], ['varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company', 'details'], ['martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company', 'details', 'company'], ['arts', 'fitness', 'job', 'skill', 'details', 'company', 'details', 'company', 'sports'], ['fitness', 'job', 'skill', 'details', 'company', 'details', 'company', 'sports', 'authority'], ['job', 'skill', 'details', 'company', 'details', 'company', 'sports', 'authority', 'description'], ['skill', 'details', 'company', 'details', 'company', 'sports', 'authority', 'description', 'i'], ['details', 'company', 'details', 'company', 'sports', 'authority', 'description', 'i', '2nd'], ['company', 'details', 'company', 'sports', 'authority', 'description', 'i', '2nd', 'dan'], ['details', 'company', 'sports', 'authority', 'description', 'i', '2nd', 'dan', 'black'], ['company', 'sports', 'authority', 'description', 'i', '2nd', 'dan', 'black', 'belt'], ['sports', 'authority', 'description', 'i', '2nd', 'dan', 'black', 'belt', 'karate'], ['authority', 'description', 'i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial'], ['description', 'i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts'], ['i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i'], ['2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching'], ['dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal'], ['black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer'], ['belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job'], ['karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness'], ['martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i'], ['arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3'], ['i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold'], ['searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals'], ['personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals', 'national'], ['trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals', 'national', 'karate'], ['job', 'fitness', 'i', '3', 'gold', 'medals', 'national', 'karate', 'championship'], ['fitness', 'i', '3', 'gold', 'medals', 'national', 'karate', 'championship', 'i'], ['i', '3', 'gold', 'medals', 'national', 'karate', 'championship', 'i', '7'], ['3', 'gold', 'medals', 'national', 'karate', 'championship', 'i', '7', 'gold'], ['gold', 'medals', 'national', 'karate', 'championship', 'i', '7', 'gold', 'medals'], ['medals', 'national', 'karate', 'championship', 'i', '7', 'gold', 'medals', 'state'], ['national', 'karate', 'championship', 'i', '7', 'gold', 'medals', 'state', 'karate'], ['karate', 'championship', 'i', '7', 'gold', 'medals', 'state', 'karate', 'championship'], ['championship', 'i', '7', 'gold', 'medals', 'state', 'karate', 'championship', '3'], ['i', '7', 'gold', 'medals', 'state', 'karate', 'championship', '3', 'times'], ['7', 'gold', 'medals', 'state', 'karate', 'championship', '3', 'times', 'best'], ['gold', 'medals', 'state', 'karate', 'championship', '3', 'times', 'best', 'player'], ['medals', 'state', 'karate', 'championship', '3', 'times', 'best', 'player', 'year'], ['state', 'karate', 'championship', '3', 'times', 'best', 'player', 'year', 'uttar'], ['karate', 'championship', '3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh'], ['championship', '3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award'], ['3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented'], ['times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india'], ['best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected'], ['player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world'], ['year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate'], ['uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate', 'championship'], ['pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate', 'championship', 'held'], ['award', 'represented', 'india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia'], ['represented', 'india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia', 'europe']], [['i'], ['other'], ['skills'], ['course'], ['skill'], ['name'], ['board'], ['year'], ['of'], ['passing'], ['grade'], ['intermediate'], ['grade'], ['drawing'], ['art'], ['examination'], ['committee'], ['2011'], ['b'], ['examination'], ['maharashtra'], ['state'], ['i'], ['academic'], ['programme'], ['detail'], ['national'], ['service'], ['scheme'], ['camp'], ['sponsored'], ['by'], ['government'], ['india'], ['ministry'], ['of'], ['youth'], ['affairs'], ['and'], ['sports'], ['new'], ['delhi'], ['north'], ['maharashtra'], ['university'], ['jalgaon'], ['i'], ['strengths'], ['ability'], ['learn'], ['from'], ['mistakes'], ['honesty'], ['ready'], ['ept'], ['challenges'], ['responsibilities'], ['quick'], ['learning'], ['adaptability'], ['confidence'], ['i'], ['declaration'], ['i'], ['201'], ['your'], ['faithfully'], ['pia'], ['jetalal'], ['hiralal'], ['gorbanjara'], ['education'], ['details'], ['may'], ['2010'], ['hsc'], ['nashik'], ['maharashtra'], ['state'], ['board'], ['june'], ['2008'], ['ssc'], ['nashik'], ['maharashtra'], ['state'], ['board'], ['asst'], ['professor'], ['asst'], ['professor'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['kisan'], ['arts'], ['description'], ['total'], ['work'], ['experience'], ['in'], ['months'], ['sr'], ['name'], ['organization'], ['college'], ['designation'], ['working'], ['period'], ['total'], ['experience'], ['no'], ['in'], ['months'], ['from'], ['to'], ['1'], ['kisan'], ['arts'], ['commerce'], ['science'], ['asst'], ['professor'], ['20'], ['07'], ['2015'], ['31'], ['05'], ['2016'], ['10'], ['months'], ['sr'], ['college'], ['parola'], ['dist'], ['jalgaon'], ['political'], ['sci'], ['maharashtra'], ['company'], ['bahadarpur'], ['tai'], ['parola'], ['dist'], ['description'], ['i', 'other'], ['other', 'skills'], ['skills', 'course'], ['course', 'skill'], ['skill', 'name'], ['name', 'board'], ['board', 'year'], ['year', 'of'], ['of', 'passing'], ['passing', 'grade'], ['grade', 'intermediate'], ['intermediate', 'grade'], ['grade', 'drawing'], ['drawing', 'art'], ['art', 'examination'], ['examination', 'committee'], ['committee', '2011'], ['2011', 'b'], ['b', 'examination'], ['examination', 'maharashtra'], ['maharashtra', 'state'], ['state', 'i'], ['i', 'academic'], ['academic', 'programme'], ['programme', 'detail'], ['detail', 'national'], ['national', 'service'], ['service', 'scheme'], ['scheme', 'camp'], ['camp', 'sponsored'], ['sponsored', 'by'], ['by', 'government'], ['government', 'india'], ['india', 'ministry'], ['ministry', 'of'], ['of', 'youth'], ['youth', 'affairs'], ['affairs', 'and'], ['and', 'sports'], ['sports', 'new'], ['new', 'delhi'], ['delhi', 'north'], ['north', 'maharashtra'], ['maharashtra', 'university'], ['university', 'jalgaon'], ['jalgaon', 'i'], ['i', 'strengths'], ['strengths', 'ability'], ['ability', 'learn'], ['learn', 'from'], ['from', 'mistakes'], ['mistakes', 'honesty'], ['honesty', 'ready'], ['ready', 'ept'], ['ept', 'challenges'], ['challenges', 'responsibilities'], ['responsibilities', 'quick'], ['quick', 'learning'], ['learning', 'adaptability'], ['adaptability', 'confidence'], ['confidence', 'i'], ['i', 'declaration'], ['declaration', 'i'], ['i', '201'], ['201', 'your'], ['your', 'faithfully'], ['faithfully', 'pia'], ['pia', 'jetalal'], ['jetalal', 'hiralal'], ['hiralal', 'gorbanjara'], ['gorbanjara', 'education'], ['education', 'details'], ['details', 'may'], ['may', '2010'], ['2010', 'hsc'], ['hsc', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'june'], ['june', '2008'], ['2008', 'ssc'], ['ssc', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'asst'], ['asst', 'professor'], ['professor', 'asst'], ['asst', 'professor'], ['professor', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'kisan'], ['kisan', 'arts'], ['arts', 'description'], ['description', 'total'], ['total', 'work'], ['work', 'experience'], ['experience', 'in'], ['in', 'months'], ['months', 'sr'], ['sr', 'name'], ['name', 'organization'], ['organization', 'college'], ['college', 'designation'], ['designation', 'working'], ['working', 'period'], ['period', 'total'], ['total', 'experience'], ['experience', 'no'], ['no', 'in'], ['in', 'months'], ['months', 'from'], ['from', 'to'], ['to', '1'], ['1', 'kisan'], ['kisan', 'arts'], ['arts', 'commerce'], ['commerce', 'science'], ['science', 'asst'], ['asst', 'professor'], ['professor', '20'], ['20', '07'], ['07', '2015'], ['2015', '31'], ['31', '05'], ['05', '2016'], ['2016', '10'], ['10', 'months'], ['months', 'sr'], ['sr', 'college'], ['college', 'parola'], ['parola', 'dist'], ['dist', 'jalgaon'], ['jalgaon', 'political'], ['political', 'sci'], ['sci', 'maharashtra'], ['maharashtra', 'company'], ['company', 'bahadarpur'], ['bahadarpur', 'tai'], ['tai', 'parola'], ['parola', 'dist'], ['dist', 'description'], ['i', 'other', 'skills'], ['other', 'skills', 'course'], ['skills', 'course', 'skill'], ['course', 'skill', 'name'], ['skill', 'name', 'board'], ['name', 'board', 'year'], ['board', 'year', 'of'], ['year', 'of', 'passing'], ['of', 'passing', 'grade'], ['passing', 'grade', 'intermediate'], ['grade', 'intermediate', 'grade'], ['intermediate', 'grade', 'drawing'], ['grade', 'drawing', 'art'], ['drawing', 'art', 'examination'], ['art', 'examination', 'committee'], ['examination', 'committee', '2011'], ['committee', '2011', 'b'], ['2011', 'b', 'examination'], ['b', 'examination', 'maharashtra'], ['examination', 'maharashtra', 'state'], ['maharashtra', 'state', 'i'], ['state', 'i', 'academic'], ['i', 'academic', 'programme'], ['academic', 'programme', 'detail'], ['programme', 'detail', 'national'], ['detail', 'national', 'service'], ['national', 'service', 'scheme'], ['service', 'scheme', 'camp'], ['scheme', 'camp', 'sponsored'], ['camp', 'sponsored', 'by'], ['sponsored', 'by', 'government'], ['by', 'government', 'india'], ['government', 'india', 'ministry'], ['india', 'ministry', 'of'], ['ministry', 'of', 'youth'], ['of', 'youth', 'affairs'], ['youth', 'affairs', 'and'], ['affairs', 'and', 'sports'], ['and', 'sports', 'new'], ['sports', 'new', 'delhi'], ['new', 'delhi', 'north'], ['delhi', 'north', 'maharashtra'], ['north', 'maharashtra', 'university'], ['maharashtra', 'university', 'jalgaon'], ['university', 'jalgaon', 'i'], ['jalgaon', 'i', 'strengths'], ['i', 'strengths', 'ability'], ['strengths', 'ability', 'learn'], ['ability', 'learn', 'from'], ['learn', 'from', 'mistakes'], ['from', 'mistakes', 'honesty'], ['mistakes', 'honesty', 'ready'], ['honesty', 'ready', 'ept'], ['ready', 'ept', 'challenges'], ['ept', 'challenges', 'responsibilities'], ['challenges', 'responsibilities', 'quick'], ['responsibilities', 'quick', 'learning'], ['quick', 'learning', 'adaptability'], ['learning', 'adaptability', 'confidence'], ['adaptability', 'confidence', 'i'], ['confidence', 'i', 'declaration'], ['i', 'declaration', 'i'], ['declaration', 'i', '201'], ['i', '201', 'your'], ['201', 'your', 'faithfully'], ['your', 'faithfully', 'pia'], ['faithfully', 'pia', 'jetalal'], ['pia', 'jetalal', 'hiralal'], ['jetalal', 'hiralal', 'gorbanjara'], ['hiralal', 'gorbanjara', 'education'], ['gorbanjara', 'education', 'details'], ['education', 'details', 'may'], ['details', 'may', '2010'], ['may', '2010', 'hsc'], ['2010', 'hsc', 'nashik'], ['hsc', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'june'], ['board', 'june', '2008'], ['june', '2008', 'ssc'], ['2008', 'ssc', 'nashik'], ['ssc', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'asst'], ['board', 'asst', 'professor'], ['asst', 'professor', 'asst'], ['professor', 'asst', 'professor'], ['asst', 'professor', 'skill'], ['professor', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'kisan'], ['company', 'kisan', 'arts'], ['kisan', 'arts', 'description'], ['arts', 'description', 'total'], ['description', 'total', 'work'], ['total', 'work', 'experience'], ['work', 'experience', 'in'], ['experience', 'in', 'months'], ['in', 'months', 'sr'], ['months', 'sr', 'name'], ['sr', 'name', 'organization'], ['name', 'organization', 'college'], ['organization', 'college', 'designation'], ['college', 'designation', 'working'], ['designation', 'working', 'period'], ['working', 'period', 'total'], ['period', 'total', 'experience'], ['total', 'experience', 'no'], ['experience', 'no', 'in'], ['no', 'in', 'months'], ['in', 'months', 'from'], ['months', 'from', 'to'], ['from', 'to', '1'], ['to', '1', 'kisan'], ['1', 'kisan', 'arts'], ['kisan', 'arts', 'commerce'], ['arts', 'commerce', 'science'], ['commerce', 'science', 'asst'], ['science', 'asst', 'professor'], ['asst', 'professor', '20'], ['professor', '20', '07'], ['20', '07', '2015'], ['07', '2015', '31'], ['2015', '31', '05'], ['31', '05', '2016'], ['05', '2016', '10'], ['2016', '10', 'months'], ['10', 'months', 'sr'], ['months', 'sr', 'college'], ['sr', 'college', 'parola'], ['college', 'parola', 'dist'], ['parola', 'dist', 'jalgaon'], ['dist', 'jalgaon', 'political'], ['jalgaon', 'political', 'sci'], ['political', 'sci', 'maharashtra'], ['sci', 'maharashtra', 'company'], ['maharashtra', 'company', 'bahadarpur'], ['company', 'bahadarpur', 'tai'], ['bahadarpur', 'tai', 'parola'], ['tai', 'parola', 'dist'], ['parola', 'dist', 'description'], ['i', 'other', 'skills', 'course'], ['other', 'skills', 'course', 'skill'], ['skills', 'course', 'skill', 'name'], ['course', 'skill', 'name', 'board'], ['skill', 'name', 'board', 'year'], ['name', 'board', 'year', 'of'], ['board', 'year', 'of', 'passing'], ['year', 'of', 'passing', 'grade'], ['of', 'passing', 'grade', 'intermediate'], ['passing', 'grade', 'intermediate', 'grade'], ['grade', 'intermediate', 'grade', 'drawing'], ['intermediate', 'grade', 'drawing', 'art'], ['grade', 'drawing', 'art', 'examination'], ['drawing', 'art', 'examination', 'committee'], ['art', 'examination', 'committee', '2011'], ['examination', 'committee', '2011', 'b'], ['committee', '2011', 'b', 'examination'], ['2011', 'b', 'examination', 'maharashtra'], ['b', 'examination', 'maharashtra', 'state'], ['examination', 'maharashtra', 'state', 'i'], ['maharashtra', 'state', 'i', 'academic'], ['state', 'i', 'academic', 'programme'], ['i', 'academic', 'programme', 'detail'], ['academic', 'programme', 'detail', 'national'], ['programme', 'detail', 'national', 'service'], ['detail', 'national', 'service', 'scheme'], ['national', 'service', 'scheme', 'camp'], ['service', 'scheme', 'camp', 'sponsored'], ['scheme', 'camp', 'sponsored', 'by'], ['camp', 'sponsored', 'by', 'government'], ['sponsored', 'by', 'government', 'india'], ['by', 'government', 'india', 'ministry'], ['government', 'india', 'ministry', 'of'], ['india', 'ministry', 'of', 'youth'], ['ministry', 'of', 'youth', 'affairs'], ['of', 'youth', 'affairs', 'and'], ['youth', 'affairs', 'and', 'sports'], ['affairs', 'and', 'sports', 'new'], ['and', 'sports', 'new', 'delhi'], ['sports', 'new', 'delhi', 'north'], ['new', 'delhi', 'north', 'maharashtra'], ['delhi', 'north', 'maharashtra', 'university'], ['north', 'maharashtra', 'university', 'jalgaon'], ['maharashtra', 'university', 'jalgaon', 'i'], ['university', 'jalgaon', 'i', 'strengths'], ['jalgaon', 'i', 'strengths', 'ability'], ['i', 'strengths', 'ability', 'learn'], ['strengths', 'ability', 'learn', 'from'], ['ability', 'learn', 'from', 'mistakes'], ['learn', 'from', 'mistakes', 'honesty'], ['from', 'mistakes', 'honesty', 'ready'], ['mistakes', 'honesty', 'ready', 'ept'], ['honesty', 'ready', 'ept', 'challenges'], ['ready', 'ept', 'challenges', 'responsibilities'], ['ept', 'challenges', 'responsibilities', 'quick'], ['challenges', 'responsibilities', 'quick', 'learning'], ['responsibilities', 'quick', 'learning', 'adaptability'], ['quick', 'learning', 'adaptability', 'confidence'], ['learning', 'adaptability', 'confidence', 'i'], ['adaptability', 'confidence', 'i', 'declaration'], ['confidence', 'i', 'declaration', 'i'], ['i', 'declaration', 'i', '201'], ['declaration', 'i', '201', 'your'], ['i', '201', 'your', 'faithfully'], ['201', 'your', 'faithfully', 'pia'], ['your', 'faithfully', 'pia', 'jetalal'], ['faithfully', 'pia', 'jetalal', 'hiralal'], ['pia', 'jetalal', 'hiralal', 'gorbanjara'], ['jetalal', 'hiralal', 'gorbanjara', 'education'], ['hiralal', 'gorbanjara', 'education', 'details'], ['gorbanjara', 'education', 'details', 'may'], ['education', 'details', 'may', '2010'], ['details', 'may', '2010', 'hsc'], ['may', '2010', 'hsc', 'nashik'], ['2010', 'hsc', 'nashik', 'maharashtra'], ['hsc', 'nashik', 'maharashtra', 'state'], ['nashik', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'june'], ['state', 'board', 'june', '2008'], ['board', 'june', '2008', 'ssc'], ['june', '2008', 'ssc', 'nashik'], ['2008', 'ssc', 'nashik', 'maharashtra'], ['ssc', 'nashik', 'maharashtra', 'state'], ['nashik', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'asst'], ['state', 'board', 'asst', 'professor'], ['board', 'asst', 'professor', 'asst'], ['asst', 'professor', 'asst', 'professor'], ['professor', 'asst', 'professor', 'skill'], ['asst', 'professor', 'skill', 'details'], ['professor', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'kisan'], ['details', 'company', 'kisan', 'arts'], ['company', 'kisan', 'arts', 'description'], ['kisan', 'arts', 'description', 'total'], ['arts', 'description', 'total', 'work'], ['description', 'total', 'work', 'experience'], ['total', 'work', 'experience', 'in'], ['work', 'experience', 'in', 'months'], ['experience', 'in', 'months', 'sr'], ['in', 'months', 'sr', 'name'], ['months', 'sr', 'name', 'organization'], ['sr', 'name', 'organization', 'college'], ['name', 'organization', 'college', 'designation'], ['organization', 'college', 'designation', 'working'], ['college', 'designation', 'working', 'period'], ['designation', 'working', 'period', 'total'], ['working', 'period', 'total', 'experience'], ['period', 'total', 'experience', 'no'], ['total', 'experience', 'no', 'in'], ['experience', 'no', 'in', 'months'], ['no', 'in', 'months', 'from'], ['in', 'months', 'from', 'to'], ['months', 'from', 'to', '1'], ['from', 'to', '1', 'kisan'], ['to', '1', 'kisan', 'arts'], ['1', 'kisan', 'arts', 'commerce'], ['kisan', 'arts', 'commerce', 'science'], ['arts', 'commerce', 'science', 'asst'], ['commerce', 'science', 'asst', 'professor'], ['science', 'asst', 'professor', '20'], ['asst', 'professor', '20', '07'], ['professor', '20', '07', '2015'], ['20', '07', '2015', '31'], ['07', '2015', '31', '05'], ['2015', '31', '05', '2016'], ['31', '05', '2016', '10'], ['05', '2016', '10', 'months'], ['2016', '10', 'months', 'sr'], ['10', 'months', 'sr', 'college'], ['months', 'sr', 'college', 'parola'], ['sr', 'college', 'parola', 'dist'], ['college', 'parola', 'dist', 'jalgaon'], ['parola', 'dist', 'jalgaon', 'political'], ['dist', 'jalgaon', 'political', 'sci'], ['jalgaon', 'political', 'sci', 'maharashtra'], ['political', 'sci', 'maharashtra', 'company'], ['sci', 'maharashtra', 'company', 'bahadarpur'], ['maharashtra', 'company', 'bahadarpur', 'tai'], ['company', 'bahadarpur', 'tai', 'parola'], ['bahadarpur', 'tai', 'parola', 'dist'], ['tai', 'parola', 'dist', 'description'], ['i', 'other', 'skills', 'course', 'skill'], ['other', 'skills', 'course', 'skill', 'name'], ['skills', 'course', 'skill', 'name', 'board'], ['course', 'skill', 'name', 'board', 'year'], ['skill', 'name', 'board', 'year', 'of'], ['name', 'board', 'year', 'of', 'passing'], ['board', 'year', 'of', 'passing', 'grade'], ['year', 'of', 'passing', 'grade', 'intermediate'], ['of', 'passing', 'grade', 'intermediate', 'grade'], ['passing', 'grade', 'intermediate', 'grade', 'drawing'], ['grade', 'intermediate', 'grade', 'drawing', 'art'], ['intermediate', 'grade', 'drawing', 'art', 'examination'], ['grade', 'drawing', 'art', 'examination', 'committee'], ['drawing', 'art', 'examination', 'committee', '2011'], ['art', 'examination', 'committee', '2011', 'b'], ['examination', 'committee', '2011', 'b', 'examination'], ['committee', '2011', 'b', 'examination', 'maharashtra'], ['2011', 'b', 'examination', 'maharashtra', 'state'], ['b', 'examination', 'maharashtra', 'state', 'i'], ['examination', 'maharashtra', 'state', 'i', 'academic'], ['maharashtra', 'state', 'i', 'academic', 'programme'], ['state', 'i', 'academic', 'programme', 'detail'], ['i', 'academic', 'programme', 'detail', 'national'], ['academic', 'programme', 'detail', 'national', 'service'], ['programme', 'detail', 'national', 'service', 'scheme'], ['detail', 'national', 'service', 'scheme', 'camp'], ['national', 'service', 'scheme', 'camp', 'sponsored'], ['service', 'scheme', 'camp', 'sponsored', 'by'], ['scheme', 'camp', 'sponsored', 'by', 'government'], ['camp', 'sponsored', 'by', 'government', 'india'], ['sponsored', 'by', 'government', 'india', 'ministry'], ['by', 'government', 'india', 'ministry', 'of'], ['government', 'india', 'ministry', 'of', 'youth'], ['india', 'ministry', 'of', 'youth', 'affairs'], ['ministry', 'of', 'youth', 'affairs', 'and'], ['of', 'youth', 'affairs', 'and', 'sports'], ['youth', 'affairs', 'and', 'sports', 'new'], ['affairs', 'and', 'sports', 'new', 'delhi'], ['and', 'sports', 'new', 'delhi', 'north'], ['sports', 'new', 'delhi', 'north', 'maharashtra'], ['new', 'delhi', 'north', 'maharashtra', 'university'], ['delhi', 'north', 'maharashtra', 'university', 'jalgaon'], ['north', 'maharashtra', 'university', 'jalgaon', 'i'], ['maharashtra', 'university', 'jalgaon', 'i', 'strengths'], ['university', 'jalgaon', 'i', 'strengths', 'ability'], ['jalgaon', 'i', 'strengths', 'ability', 'learn'], ['i', 'strengths', 'ability', 'learn', 'from'], ['strengths', 'ability', 'learn', 'from', 'mistakes'], ['ability', 'learn', 'from', 'mistakes', 'honesty'], ['learn', 'from', 'mistakes', 'honesty', 'ready'], ['from', 'mistakes', 'honesty', 'ready', 'ept'], ['mistakes', 'honesty', 'ready', 'ept', 'challenges'], ['honesty', 'ready', 'ept', 'challenges', 'responsibilities'], ['ready', 'ept', 'challenges', 'responsibilities', 'quick'], ['ept', 'challenges', 'responsibilities', 'quick', 'learning'], ['challenges', 'responsibilities', 'quick', 'learning', 'adaptability'], ['responsibilities', 'quick', 'learning', 'adaptability', 'confidence'], ['quick', 'learning', 'adaptability', 'confidence', 'i'], ['learning', 'adaptability', 'confidence', 'i', 'declaration'], ['adaptability', 'confidence', 'i', 'declaration', 'i'], ['confidence', 'i', 'declaration', 'i', '201'], ['i', 'declaration', 'i', '201', 'your'], ['declaration', 'i', '201', 'your', 'faithfully'], ['i', '201', 'your', 'faithfully', 'pia'], ['201', 'your', 'faithfully', 'pia', 'jetalal'], ['your', 'faithfully', 'pia', 'jetalal', 'hiralal'], ['faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara'], ['pia', 'jetalal', 'hiralal', 'gorbanjara', 'education'], ['jetalal', 'hiralal', 'gorbanjara', 'education', 'details'], ['hiralal', 'gorbanjara', 'education', 'details', 'may'], ['gorbanjara', 'education', 'details', 'may', '2010'], ['education', 'details', 'may', '2010', 'hsc'], ['details', 'may', '2010', 'hsc', 'nashik'], ['may', '2010', 'hsc', 'nashik', 'maharashtra'], ['2010', 'hsc', 'nashik', 'maharashtra', 'state'], ['hsc', 'nashik', 'maharashtra', 'state', 'board'], ['nashik', 'maharashtra', 'state', 'board', 'june'], ['maharashtra', 'state', 'board', 'june', '2008'], ['state', 'board', 'june', '2008', 'ssc'], ['board', 'june', '2008', 'ssc', 'nashik'], ['june', '2008', 'ssc', 'nashik', 'maharashtra'], ['2008', 'ssc', 'nashik', 'maharashtra', 'state'], ['ssc', 'nashik', 'maharashtra', 'state', 'board'], ['nashik', 'maharashtra', 'state', 'board', 'asst'], ['maharashtra', 'state', 'board', 'asst', 'professor'], ['state', 'board', 'asst', 'professor', 'asst'], ['board', 'asst', 'professor', 'asst', 'professor'], ['asst', 'professor', 'asst', 'professor', 'skill'], ['professor', 'asst', 'professor', 'skill', 'details'], ['asst', 'professor', 'skill', 'details', 'company'], ['professor', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'kisan'], ['company', 'details', 'company', 'kisan', 'arts'], ['details', 'company', 'kisan', 'arts', 'description'], ['company', 'kisan', 'arts', 'description', 'total'], ['kisan', 'arts', 'description', 'total', 'work'], ['arts', 'description', 'total', 'work', 'experience'], ['description', 'total', 'work', 'experience', 'in'], ['total', 'work', 'experience', 'in', 'months'], ['work', 'experience', 'in', 'months', 'sr'], ['experience', 'in', 'months', 'sr', 'name'], ['in', 'months', 'sr', 'name', 'organization'], ['months', 'sr', 'name', 'organization', 'college'], ['sr', 'name', 'organization', 'college', 'designation'], ['name', 'organization', 'college', 'designation', 'working'], ['organization', 'college', 'designation', 'working', 'period'], ['college', 'designation', 'working', 'period', 'total'], ['designation', 'working', 'period', 'total', 'experience'], ['working', 'period', 'total', 'experience', 'no'], ['period', 'total', 'experience', 'no', 'in'], ['total', 'experience', 'no', 'in', 'months'], ['experience', 'no', 'in', 'months', 'from'], ['no', 'in', 'months', 'from', 'to'], ['in', 'months', 'from', 'to', '1'], ['months', 'from', 'to', '1', 'kisan'], ['from', 'to', '1', 'kisan', 'arts'], ['to', '1', 'kisan', 'arts', 'commerce'], ['1', 'kisan', 'arts', 'commerce', 'science'], ['kisan', 'arts', 'commerce', 'science', 'asst'], ['arts', 'commerce', 'science', 'asst', 'professor'], ['commerce', 'science', 'asst', 'professor', '20'], ['science', 'asst', 'professor', '20', '07'], ['asst', 'professor', '20', '07', '2015'], ['professor', '20', '07', '2015', '31'], ['20', '07', '2015', '31', '05'], ['07', '2015', '31', '05', '2016'], ['2015', '31', '05', '2016', '10'], ['31', '05', '2016', '10', 'months'], ['05', '2016', '10', 'months', 'sr'], ['2016', '10', 'months', 'sr', 'college'], ['10', 'months', 'sr', 'college', 'parola'], ['months', 'sr', 'college', 'parola', 'dist'], ['sr', 'college', 'parola', 'dist', 'jalgaon'], ['college', 'parola', 'dist', 'jalgaon', 'political'], ['parola', 'dist', 'jalgaon', 'political', 'sci'], ['dist', 'jalgaon', 'political', 'sci', 'maharashtra'], ['jalgaon', 'political', 'sci', 'maharashtra', 'company'], ['political', 'sci', 'maharashtra', 'company', 'bahadarpur'], ['sci', 'maharashtra', 'company', 'bahadarpur', 'tai'], ['maharashtra', 'company', 'bahadarpur', 'tai', 'parola'], ['company', 'bahadarpur', 'tai', 'parola', 'dist'], ['bahadarpur', 'tai', 'parola', 'dist', 'description'], ['i', 'other', 'skills', 'course', 'skill', 'name'], ['other', 'skills', 'course', 'skill', 'name', 'board'], ['skills', 'course', 'skill', 'name', 'board', 'year'], ['course', 'skill', 'name', 'board', 'year', 'of'], ['skill', 'name', 'board', 'year', 'of', 'passing'], ['name', 'board', 'year', 'of', 'passing', 'grade'], ['board', 'year', 'of', 'passing', 'grade', 'intermediate'], ['year', 'of', 'passing', 'grade', 'intermediate', 'grade'], ['of', 'passing', 'grade', 'intermediate', 'grade', 'drawing'], ['passing', 'grade', 'intermediate', 'grade', 'drawing', 'art'], ['grade', 'intermediate', 'grade', 'drawing', 'art', 'examination'], ['intermediate', 'grade', 'drawing', 'art', 'examination', 'committee'], ['grade', 'drawing', 'art', 'examination', 'committee', '2011'], ['drawing', 'art', 'examination', 'committee', '2011', 'b'], ['art', 'examination', 'committee', '2011', 'b', 'examination'], ['examination', 'committee', '2011', 'b', 'examination', 'maharashtra'], ['committee', '2011', 'b', 'examination', 'maharashtra', 'state'], ['2011', 'b', 'examination', 'maharashtra', 'state', 'i'], ['b', 'examination', 'maharashtra', 'state', 'i', 'academic'], ['examination', 'maharashtra', 'state', 'i', 'academic', 'programme'], ['maharashtra', 'state', 'i', 'academic', 'programme', 'detail'], ['state', 'i', 'academic', 'programme', 'detail', 'national'], ['i', 'academic', 'programme', 'detail', 'national', 'service'], ['academic', 'programme', 'detail', 'national', 'service', 'scheme'], ['programme', 'detail', 'national', 'service', 'scheme', 'camp'], ['detail', 'national', 'service', 'scheme', 'camp', 'sponsored'], ['national', 'service', 'scheme', 'camp', 'sponsored', 'by'], ['service', 'scheme', 'camp', 'sponsored', 'by', 'government'], ['scheme', 'camp', 'sponsored', 'by', 'government', 'india'], ['camp', 'sponsored', 'by', 'government', 'india', 'ministry'], ['sponsored', 'by', 'government', 'india', 'ministry', 'of'], ['by', 'government', 'india', 'ministry', 'of', 'youth'], ['government', 'india', 'ministry', 'of', 'youth', 'affairs'], ['india', 'ministry', 'of', 'youth', 'affairs', 'and'], ['ministry', 'of', 'youth', 'affairs', 'and', 'sports'], ['of', 'youth', 'affairs', 'and', 'sports', 'new'], ['youth', 'affairs', 'and', 'sports', 'new', 'delhi'], ['affairs', 'and', 'sports', 'new', 'delhi', 'north'], ['and', 'sports', 'new', 'delhi', 'north', 'maharashtra'], ['sports', 'new', 'delhi', 'north', 'maharashtra', 'university'], ['new', 'delhi', 'north', 'maharashtra', 'university', 'jalgaon'], ['delhi', 'north', 'maharashtra', 'university', 'jalgaon', 'i'], ['north', 'maharashtra', 'university', 'jalgaon', 'i', 'strengths'], ['maharashtra', 'university', 'jalgaon', 'i', 'strengths', 'ability'], ['university', 'jalgaon', 'i', 'strengths', 'ability', 'learn'], ['jalgaon', 'i', 'strengths', 'ability', 'learn', 'from'], ['i', 'strengths', 'ability', 'learn', 'from', 'mistakes'], ['strengths', 'ability', 'learn', 'from', 'mistakes', 'honesty'], ['ability', 'learn', 'from', 'mistakes', 'honesty', 'ready'], ['learn', 'from', 'mistakes', 'honesty', 'ready', 'ept'], ['from', 'mistakes', 'honesty', 'ready', 'ept', 'challenges'], ['mistakes', 'honesty', 'ready', 'ept', 'challenges', 'responsibilities'], ['honesty', 'ready', 'ept', 'challenges', 'responsibilities', 'quick'], ['ready', 'ept', 'challenges', 'responsibilities', 'quick', 'learning'], ['ept', 'challenges', 'responsibilities', 'quick', 'learning', 'adaptability'], ['challenges', 'responsibilities', 'quick', 'learning', 'adaptability', 'confidence'], ['responsibilities', 'quick', 'learning', 'adaptability', 'confidence', 'i'], ['quick', 'learning', 'adaptability', 'confidence', 'i', 'declaration'], ['learning', 'adaptability', 'confidence', 'i', 'declaration', 'i'], ['adaptability', 'confidence', 'i', 'declaration', 'i', '201'], ['confidence', 'i', 'declaration', 'i', '201', 'your'], ['i', 'declaration', 'i', '201', 'your', 'faithfully'], ['declaration', 'i', '201', 'your', 'faithfully', 'pia'], ['i', '201', 'your', 'faithfully', 'pia', 'jetalal'], ['201', 'your', 'faithfully', 'pia', 'jetalal', 'hiralal'], ['your', 'faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara'], ['faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara', 'education'], ['pia', 'jetalal', 'hiralal', 'gorbanjara', 'education', 'details'], ['jetalal', 'hiralal', 'gorbanjara', 'education', 'details', 'may'], ['hiralal', 'gorbanjara', 'education', 'details', 'may', '2010'], ['gorbanjara', 'education', 'details', 'may', '2010', 'hsc'], ['education', 'details', 'may', '2010', 'hsc', 'nashik'], ['details', 'may', '2010', 'hsc', 'nashik', 'maharashtra'], ['may', '2010', 'hsc', 'nashik', 'maharashtra', 'state'], ['2010', 'hsc', 'nashik', 'maharashtra', 'state', 'board'], ['hsc', 'nashik', 'maharashtra', 'state', 'board', 'june'], ['nashik', 'maharashtra', 'state', 'board', 'june', '2008'], ['maharashtra', 'state', 'board', 'june', '2008', 'ssc'], ['state', 'board', 'june', '2008', 'ssc', 'nashik'], ['board', 'june', '2008', 'ssc', 'nashik', 'maharashtra'], ['june', '2008', 'ssc', 'nashik', 'maharashtra', 'state'], ['2008', 'ssc', 'nashik', 'maharashtra', 'state', 'board'], ['ssc', 'nashik', 'maharashtra', 'state', 'board', 'asst'], ['nashik', 'maharashtra', 'state', 'board', 'asst', 'professor'], ['maharashtra', 'state', 'board', 'asst', 'professor', 'asst'], ['state', 'board', 'asst', 'professor', 'asst', 'professor'], ['board', 'asst', 'professor', 'asst', 'professor', 'skill'], ['asst', 'professor', 'asst', 'professor', 'skill', 'details'], ['professor', 'asst', 'professor', 'skill', 'details', 'company'], ['asst', 'professor', 'skill', 'details', 'company', 'details'], ['professor', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'kisan'], ['details', 'company', 'details', 'company', 'kisan', 'arts'], ['company', 'details', 'company', 'kisan', 'arts', 'description'], ['details', 'company', 'kisan', 'arts', 'description', 'total'], ['company', 'kisan', 'arts', 'description', 'total', 'work'], ['kisan', 'arts', 'description', 'total', 'work', 'experience'], ['arts', 'description', 'total', 'work', 'experience', 'in'], ['description', 'total', 'work', 'experience', 'in', 'months'], ['total', 'work', 'experience', 'in', 'months', 'sr'], ['work', 'experience', 'in', 'months', 'sr', 'name'], ['experience', 'in', 'months', 'sr', 'name', 'organization'], ['in', 'months', 'sr', 'name', 'organization', 'college'], ['months', 'sr', 'name', 'organization', 'college', 'designation'], ['sr', 'name', 'organization', 'college', 'designation', 'working'], ['name', 'organization', 'college', 'designation', 'working', 'period'], ['organization', 'college', 'designation', 'working', 'period', 'total'], ['college', 'designation', 'working', 'period', 'total', 'experience'], ['designation', 'working', 'period', 'total', 'experience', 'no'], ['working', 'period', 'total', 'experience', 'no', 'in'], ['period', 'total', 'experience', 'no', 'in', 'months'], ['total', 'experience', 'no', 'in', 'months', 'from'], ['experience', 'no', 'in', 'months', 'from', 'to'], ['no', 'in', 'months', 'from', 'to', '1'], ['in', 'months', 'from', 'to', '1', 'kisan'], ['months', 'from', 'to', '1', 'kisan', 'arts'], ['from', 'to', '1', 'kisan', 'arts', 'commerce'], ['to', '1', 'kisan', 'arts', 'commerce', 'science'], ['1', 'kisan', 'arts', 'commerce', 'science', 'asst'], ['kisan', 'arts', 'commerce', 'science', 'asst', 'professor'], ['arts', 'commerce', 'science', 'asst', 'professor', '20'], ['commerce', 'science', 'asst', 'professor', '20', '07'], ['science', 'asst', 'professor', '20', '07', '2015'], ['asst', 'professor', '20', '07', '2015', '31'], ['professor', '20', '07', '2015', '31', '05'], ['20', '07', '2015', '31', '05', '2016'], ['07', '2015', '31', '05', '2016', '10'], ['2015', '31', '05', '2016', '10', 'months'], ['31', '05', '2016', '10', 'months', 'sr'], ['05', '2016', '10', 'months', 'sr', 'college'], ['2016', '10', 'months', 'sr', 'college', 'parola'], ['10', 'months', 'sr', 'college', 'parola', 'dist'], ['months', 'sr', 'college', 'parola', 'dist', 'jalgaon'], ['sr', 'college', 'parola', 'dist', 'jalgaon', 'political'], ['college', 'parola', 'dist', 'jalgaon', 'political', 'sci'], ['parola', 'dist', 'jalgaon', 'political', 'sci', 'maharashtra'], ['dist', 'jalgaon', 'political', 'sci', 'maharashtra', 'company'], ['jalgaon', 'political', 'sci', 'maharashtra', 'company', 'bahadarpur'], ['political', 'sci', 'maharashtra', 'company', 'bahadarpur', 'tai'], ['sci', 'maharashtra', 'company', 'bahadarpur', 'tai', 'parola'], ['maharashtra', 'company', 'bahadarpur', 'tai', 'parola', 'dist'], ['company', 'bahadarpur', 'tai', 'parola', 'dist', 'description'], ['i', 'other', 'skills', 'course', 'skill', 'name', 'board'], ['other', 'skills', 'course', 'skill', 'name', 'board', 'year'], ['skills', 'course', 'skill', 'name', 'board', 'year', 'of'], ['course', 'skill', 'name', 'board', 'year', 'of', 'passing'], ['skill', 'name', 'board', 'year', 'of', 'passing', 'grade'], ['name', 'board', 'year', 'of', 'passing', 'grade', 'intermediate'], ['board', 'year', 'of', 'passing', 'grade', 'intermediate', 'grade'], ['year', 'of', 'passing', 'grade', 'intermediate', 'grade', 'drawing'], ['of', 'passing', 'grade', 'intermediate', 'grade', 'drawing', 'art'], ['passing', 'grade', 'intermediate', 'grade', 'drawing', 'art', 'examination'], ['grade', 'intermediate', 'grade', 'drawing', 'art', 'examination', 'committee'], ['intermediate', 'grade', 'drawing', 'art', 'examination', 'committee', '2011'], ['grade', 'drawing', 'art', 'examination', 'committee', '2011', 'b'], ['drawing', 'art', 'examination', 'committee', '2011', 'b', 'examination'], ['art', 'examination', 'committee', '2011', 'b', 'examination', 'maharashtra'], ['examination', 'committee', '2011', 'b', 'examination', 'maharashtra', 'state'], ['committee', '2011', 'b', 'examination', 'maharashtra', 'state', 'i'], ['2011', 'b', 'examination', 'maharashtra', 'state', 'i', 'academic'], ['b', 'examination', 'maharashtra', 'state', 'i', 'academic', 'programme'], ['examination', 'maharashtra', 'state', 'i', 'academic', 'programme', 'detail'], ['maharashtra', 'state', 'i', 'academic', 'programme', 'detail', 'national'], ['state', 'i', 'academic', 'programme', 'detail', 'national', 'service'], ['i', 'academic', 'programme', 'detail', 'national', 'service', 'scheme'], ['academic', 'programme', 'detail', 'national', 'service', 'scheme', 'camp'], ['programme', 'detail', 'national', 'service', 'scheme', 'camp', 'sponsored'], ['detail', 'national', 'service', 'scheme', 'camp', 'sponsored', 'by'], ['national', 'service', 'scheme', 'camp', 'sponsored', 'by', 'government'], ['service', 'scheme', 'camp', 'sponsored', 'by', 'government', 'india'], ['scheme', 'camp', 'sponsored', 'by', 'government', 'india', 'ministry'], ['camp', 'sponsored', 'by', 'government', 'india', 'ministry', 'of'], ['sponsored', 'by', 'government', 'india', 'ministry', 'of', 'youth'], ['by', 'government', 'india', 'ministry', 'of', 'youth', 'affairs'], ['government', 'india', 'ministry', 'of', 'youth', 'affairs', 'and'], ['india', 'ministry', 'of', 'youth', 'affairs', 'and', 'sports'], ['ministry', 'of', 'youth', 'affairs', 'and', 'sports', 'new'], ['of', 'youth', 'affairs', 'and', 'sports', 'new', 'delhi'], ['youth', 'affairs', 'and', 'sports', 'new', 'delhi', 'north'], ['affairs', 'and', 'sports', 'new', 'delhi', 'north', 'maharashtra'], ['and', 'sports', 'new', 'delhi', 'north', 'maharashtra', 'university'], ['sports', 'new', 'delhi', 'north', 'maharashtra', 'university', 'jalgaon'], ['new', 'delhi', 'north', 'maharashtra', 'university', 'jalgaon', 'i'], ['delhi', 'north', 'maharashtra', 'university', 'jalgaon', 'i', 'strengths'], ['north', 'maharashtra', 'university', 'jalgaon', 'i', 'strengths', 'ability'], ['maharashtra', 'university', 'jalgaon', 'i', 'strengths', 'ability', 'learn'], ['university', 'jalgaon', 'i', 'strengths', 'ability', 'learn', 'from'], ['jalgaon', 'i', 'strengths', 'ability', 'learn', 'from', 'mistakes'], ['i', 'strengths', 'ability', 'learn', 'from', 'mistakes', 'honesty'], ['strengths', 'ability', 'learn', 'from', 'mistakes', 'honesty', 'ready'], ['ability', 'learn', 'from', 'mistakes', 'honesty', 'ready', 'ept'], ['learn', 'from', 'mistakes', 'honesty', 'ready', 'ept', 'challenges'], ['from', 'mistakes', 'honesty', 'ready', 'ept', 'challenges', 'responsibilities'], ['mistakes', 'honesty', 'ready', 'ept', 'challenges', 'responsibilities', 'quick'], ['honesty', 'ready', 'ept', 'challenges', 'responsibilities', 'quick', 'learning'], ['ready', 'ept', 'challenges', 'responsibilities', 'quick', 'learning', 'adaptability'], ['ept', 'challenges', 'responsibilities', 'quick', 'learning', 'adaptability', 'confidence'], ['challenges', 'responsibilities', 'quick', 'learning', 'adaptability', 'confidence', 'i'], ['responsibilities', 'quick', 'learning', 'adaptability', 'confidence', 'i', 'declaration'], ['quick', 'learning', 'adaptability', 'confidence', 'i', 'declaration', 'i'], ['learning', 'adaptability', 'confidence', 'i', 'declaration', 'i', '201'], ['adaptability', 'confidence', 'i', 'declaration', 'i', '201', 'your'], ['confidence', 'i', 'declaration', 'i', '201', 'your', 'faithfully'], ['i', 'declaration', 'i', '201', 'your', 'faithfully', 'pia'], ['declaration', 'i', '201', 'your', 'faithfully', 'pia', 'jetalal'], ['i', '201', 'your', 'faithfully', 'pia', 'jetalal', 'hiralal'], ['201', 'your', 'faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara'], ['your', 'faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara', 'education'], ['faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara', 'education', 'details'], ['pia', 'jetalal', 'hiralal', 'gorbanjara', 'education', 'details', 'may'], ['jetalal', 'hiralal', 'gorbanjara', 'education', 'details', 'may', '2010'], ['hiralal', 'gorbanjara', 'education', 'details', 'may', '2010', 'hsc'], ['gorbanjara', 'education', 'details', 'may', '2010', 'hsc', 'nashik'], ['education', 'details', 'may', '2010', 'hsc', 'nashik', 'maharashtra'], ['details', 'may', '2010', 'hsc', 'nashik', 'maharashtra', 'state'], ['may', '2010', 'hsc', 'nashik', 'maharashtra', 'state', 'board'], ['2010', 'hsc', 'nashik', 'maharashtra', 'state', 'board', 'june'], ['hsc', 'nashik', 'maharashtra', 'state', 'board', 'june', '2008'], ['nashik', 'maharashtra', 'state', 'board', 'june', '2008', 'ssc'], ['maharashtra', 'state', 'board', 'june', '2008', 'ssc', 'nashik'], ['state', 'board', 'june', '2008', 'ssc', 'nashik', 'maharashtra'], ['board', 'june', '2008', 'ssc', 'nashik', 'maharashtra', 'state'], ['june', '2008', 'ssc', 'nashik', 'maharashtra', 'state', 'board'], ['2008', 'ssc', 'nashik', 'maharashtra', 'state', 'board', 'asst'], ['ssc', 'nashik', 'maharashtra', 'state', 'board', 'asst', 'professor'], ['nashik', 'maharashtra', 'state', 'board', 'asst', 'professor', 'asst'], ['maharashtra', 'state', 'board', 'asst', 'professor', 'asst', 'professor'], ['state', 'board', 'asst', 'professor', 'asst', 'professor', 'skill'], ['board', 'asst', 'professor', 'asst', 'professor', 'skill', 'details'], ['asst', 'professor', 'asst', 'professor', 'skill', 'details', 'company'], ['professor', 'asst', 'professor', 'skill', 'details', 'company', 'details'], ['asst', 'professor', 'skill', 'details', 'company', 'details', 'company'], ['professor', 'skill', 'details', 'company', 'details', 'company', 'kisan'], ['skill', 'details', 'company', 'details', 'company', 'kisan', 'arts'], ['details', 'company', 'details', 'company', 'kisan', 'arts', 'description'], ['company', 'details', 'company', 'kisan', 'arts', 'description', 'total'], ['details', 'company', 'kisan', 'arts', 'description', 'total', 'work'], ['company', 'kisan', 'arts', 'description', 'total', 'work', 'experience'], ['kisan', 'arts', 'description', 'total', 'work', 'experience', 'in'], ['arts', 'description', 'total', 'work', 'experience', 'in', 'months'], ['description', 'total', 'work', 'experience', 'in', 'months', 'sr'], ['total', 'work', 'experience', 'in', 'months', 'sr', 'name'], ['work', 'experience', 'in', 'months', 'sr', 'name', 'organization'], ['experience', 'in', 'months', 'sr', 'name', 'organization', 'college'], ['in', 'months', 'sr', 'name', 'organization', 'college', 'designation'], ['months', 'sr', 'name', 'organization', 'college', 'designation', 'working'], ['sr', 'name', 'organization', 'college', 'designation', 'working', 'period'], ['name', 'organization', 'college', 'designation', 'working', 'period', 'total'], ['organization', 'college', 'designation', 'working', 'period', 'total', 'experience'], ['college', 'designation', 'working', 'period', 'total', 'experience', 'no'], ['designation', 'working', 'period', 'total', 'experience', 'no', 'in'], ['working', 'period', 'total', 'experience', 'no', 'in', 'months'], ['period', 'total', 'experience', 'no', 'in', 'months', 'from'], ['total', 'experience', 'no', 'in', 'months', 'from', 'to'], ['experience', 'no', 'in', 'months', 'from', 'to', '1'], ['no', 'in', 'months', 'from', 'to', '1', 'kisan'], ['in', 'months', 'from', 'to', '1', 'kisan', 'arts'], ['months', 'from', 'to', '1', 'kisan', 'arts', 'commerce'], ['from', 'to', '1', 'kisan', 'arts', 'commerce', 'science'], ['to', '1', 'kisan', 'arts', 'commerce', 'science', 'asst'], ['1', 'kisan', 'arts', 'commerce', 'science', 'asst', 'professor'], ['kisan', 'arts', 'commerce', 'science', 'asst', 'professor', '20'], ['arts', 'commerce', 'science', 'asst', 'professor', '20', '07'], ['commerce', 'science', 'asst', 'professor', '20', '07', '2015'], ['science', 'asst', 'professor', '20', '07', '2015', '31'], ['asst', 'professor', '20', '07', '2015', '31', '05'], ['professor', '20', '07', '2015', '31', '05', '2016'], ['20', '07', '2015', '31', '05', '2016', '10'], ['07', '2015', '31', '05', '2016', '10', 'months'], ['2015', '31', '05', '2016', '10', 'months', 'sr'], ['31', '05', '2016', '10', 'months', 'sr', 'college'], ['05', '2016', '10', 'months', 'sr', 'college', 'parola'], ['2016', '10', 'months', 'sr', 'college', 'parola', 'dist'], ['10', 'months', 'sr', 'college', 'parola', 'dist', 'jalgaon'], ['months', 'sr', 'college', 'parola', 'dist', 'jalgaon', 'political'], ...], [['technical'], ['skills'], ['web'], ['technologies'], ['angular'], ['js'], ['html5'], ['css3'], ['sass'], ['bootstrap'], ['jquery'], ['javascript'], ['software'], ['brackets'], ['visual'], ['studio'], ['photoshop'], ['visual'], ['studio'], ['code'], ['education'], ['details'], ['january'], ['2015'], ['b'], ['e'], ['cse'], ['nagpur'], ['maharashtra'], ['g'], ['h'], ['raisoni'], ['college'], ['engineering'], ['october'], ['2009'], ['photography'], ['competition'], ['click'], ['nagpur'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['college'], ['magazine'], ['ocean'], ['web'], ['designer'], ['web'], ['designer'], ['trust'], ['systems'], ['software'], ['skill'], ['details'], ['photoshop'], ['exprience'], ['28'], ['months'], ['bootstrap'], ['exprience'], ['6'], ['months'], ['html5'], ['exprience'], ['6'], ['months'], ['javascript'], ['exprience'], ['6'], ['months'], ['css3'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['angular'], ['4'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['trust'], ['systems'], ['software'], ['description'], ['projects'], ['worked'], ['1'], ['trustbank'], ['cbs'], ['project'], ['description'], ['trustbank'], ['cbs'], ['core'], ['banking'], ['solution'], ['trust'], ['systems'], ['roles'], ['responsibility'], ['renovated'], ['complete'], ['ui'], ['make'], ['modern'], ['user'], ['friendly'], ['maintainable'], ['optimised'], ['bank'], ['use'], ['shared'], ['ui'], ['structure'], ['guidelines'], ['incorporated'], ['development'], ['team'], ['around'], ['50'], ['members'], ['achieved'], ['target'], ['project'], ['completion'], ['given'], ['time'], ['frame'], ['made'], ['required'], ['graphics'], ['project'], ['photoshop'], ['2'], ['loan'], ['bazar'], ['loan'], ['appraisal'], ['project'], ['description'], ['loan'], ['bazar'], ['mvc'], ['based'], ['application'], ['dedicated'], ['creating'], ['managing'], ['loan'], ['applications'], ['the'], ['goal'], ['application'], ['streamline'], ['process'], ['loan'], ['application'], ['integrate'], ['existing'], ['cbs'], ['roles'], ['responsibility'], ['designed'], ['developed'], ['modern'], ['responsive'], ['ui'], ['entire'], ['application'], ['achieved'], ['target'], ['given'], ['time'], ['frame'], ['made'], ['required'], ['graphics'], ['project'], ['photoshop'], ['3'], ['capital'], ['security'], ['bond'], ['application'], ['project'], ['description'], ['capital'], ['security'], ['bond'], ['application'], ['mvc'], ['based'], ['application'], ['provided'], ['online'], ['platform'], ['purchase'], ['gold'], ['bond'], ['roles'], ['responsibility'], ['designed'], ['developed'], ['modern'], ['responsive'], ['ui'], ['entire'], ['application'], ['achieved'], ['target'], ['given'], ['time'], ['frame'], ['made'], ['required'], ['graphics'], ['project'], ['photoshop'], ['4'], ['softgst'], ['project'], ['description'], ['softgst'], ['web'], ['based'], ['application'], ['asp'], ['application'], ['every'], ['tax'], ['payers'], ['vendors'], ['generating'], ['gstr'], ['returns'], ['basis'], ['sales'], ['purchase'], ['data'], ['additionally'], ['application'], ['reconciliation'], ['gstr'], ['2'], ['a'], ['purchase'], ['register'], ['roles'], ['responsibility'], ['designed'], ['developed'], ['ui'], ['dashboard'], ['5'], ['trust'], ['analytica'], ['project'], ['description'], ['trust'], ['analytika'], ['mobile'], ['web'], ['app'], ['shows'], ['bank'], ['asset'], ['liability'], ['income'], ['expenses'], ['roles'], ['responsibility'], ['designed'], ['developed'], ['landing'], ['page'], ['application'], ['supported'], ['developers'], ['ui'], ['implementation'], ['6'], ['website'], ['project'], ['name'], ['1'], ['tsr'], ['technology'], ['services'], ['2'], ['vidarbha'], ['merchants'], ['urban'], ['co'], ['op'], ['bank'], ['3'], ['gisss'], ['4'], ['softtrust'], ['usa'], ['roles'], ['responsibility'], ['communicated'], ['clients'], ['understand'], ['requirement'], ['made'], ['mocks'], ['website'], ['designed'], ['developed'], ['complete'], ['website'], ['hosted'], ['stipulated'], ['time'], ['company'], ['www'], ['jalloshband'], ['com'], ['description'], ['project'], ['name'], ['1'], ['jallosh'], ['band'], ['www'], ['jalloshband'], ['com'], ['2'], ['an'], ['endeavor'], ['foundation'], ['roles'], ['responsibility'], ['communicated'], ['clients'], ['understand'], ['requirement'], ['made'], ['mocks'], ['website'], ['designed'], ['developed'], ['complete'], ['website'], ['hosted'], ['stipulated'], ['time'], ['company'], ['10magicalfingers'], ['description'], ['national'], ['international'], ['client'], ['interaction'], ['management'], ['digital'], ['data'], ['technical', 'skills'], ['skills', 'web'], ['web', 'technologies'], ['technologies', 'angular'], ['angular', 'js'], ['js', 'html5'], ['html5', 'css3'], ['css3', 'sass'], ['sass', 'bootstrap'], ['bootstrap', 'jquery'], ['jquery', 'javascript'], ['javascript', 'software'], ['software', 'brackets'], ['brackets', 'visual'], ['visual', 'studio'], ['studio', 'photoshop'], ['photoshop', 'visual'], ['visual', 'studio'], ['studio', 'code'], ['code', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2015'], ['2015', 'b'], ['b', 'e'], ['e', 'cse'], ['cse', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'g'], ['g', 'h'], ['h', 'raisoni'], ['raisoni', 'college'], ['college', 'engineering'], ['engineering', 'october'], ['october', '2009'], ['2009', 'photography'], ['photography', 'competition'], ['competition', 'click'], ['click', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'college'], ['college', 'magazine'], ['magazine', 'ocean'], ['ocean', 'web'], ['web', 'designer'], ['designer', 'web'], ['web', 'designer'], ['designer', 'trust'], ['trust', 'systems'], ['systems', 'software'], ['software', 'skill'], ['skill', 'details'], ['details', 'photoshop'], ['photoshop', 'exprience'], ['exprience', '28'], ['28', 'months'], ['months', 'bootstrap'], ['bootstrap', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'html5'], ['html5', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'css3'], ['css3', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'angular'], ['angular', '4'], ['4', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'trust'], ['trust', 'systems'], ['systems', 'software'], ['software', 'description'], ['description', 'projects'], ['projects', 'worked'], ['worked', '1'], ['1', 'trustbank'], ['trustbank', 'cbs'], ['cbs', 'project'], ['project', 'description'], ['description', 'trustbank'], ['trustbank', 'cbs'], ['cbs', 'core'], ['core', 'banking'], ['banking', 'solution'], ['solution', 'trust'], ['trust', 'systems'], ['systems', 'roles'], ['roles', 'responsibility'], ['responsibility', 'renovated'], ['renovated', 'complete'], ['complete', 'ui'], ['ui', 'make'], ['make', 'modern'], ['modern', 'user'], ['user', 'friendly'], ['friendly', 'maintainable'], ['maintainable', 'optimised'], ['optimised', 'bank'], ['bank', 'use'], ['use', 'shared'], ['shared', 'ui'], ['ui', 'structure'], ['structure', 'guidelines'], ['guidelines', 'incorporated'], ['incorporated', 'development'], ['development', 'team'], ['team', 'around'], ['around', '50'], ['50', 'members'], ['members', 'achieved'], ['achieved', 'target'], ['target', 'project'], ['project', 'completion'], ['completion', 'given'], ['given', 'time'], ['time', 'frame'], ['frame', 'made'], ['made', 'required'], ['required', 'graphics'], ['graphics', 'project'], ['project', 'photoshop'], ['photoshop', '2'], ['2', 'loan'], ['loan', 'bazar'], ['bazar', 'loan'], ['loan', 'appraisal'], ['appraisal', 'project'], ['project', 'description'], ['description', 'loan'], ['loan', 'bazar'], ['bazar', 'mvc'], ['mvc', 'based'], ['based', 'application'], ['application', 'dedicated'], ['dedicated', 'creating'], ['creating', 'managing'], ['managing', 'loan'], ['loan', 'applications'], ['applications', 'the'], ['the', 'goal'], ['goal', 'application'], ['application', 'streamline'], ['streamline', 'process'], ['process', 'loan'], ['loan', 'application'], ['application', 'integrate'], ['integrate', 'existing'], ['existing', 'cbs'], ['cbs', 'roles'], ['roles', 'responsibility'], ['responsibility', 'designed'], ['designed', 'developed'], ['developed', 'modern'], ['modern', 'responsive'], ['responsive', 'ui'], ['ui', 'entire'], ['entire', 'application'], ['application', 'achieved'], ['achieved', 'target'], ['target', 'given'], ['given', 'time'], ['time', 'frame'], ['frame', 'made'], ['made', 'required'], ['required', 'graphics'], ['graphics', 'project'], ['project', 'photoshop'], ['photoshop', '3'], ['3', 'capital'], ['capital', 'security'], ['security', 'bond'], ['bond', 'application'], ['application', 'project'], ['project', 'description'], ['description', 'capital'], ['capital', 'security'], ['security', 'bond'], ['bond', 'application'], ['application', 'mvc'], ['mvc', 'based'], ['based', 'application'], ['application', 'provided'], ['provided', 'online'], ['online', 'platform'], ['platform', 'purchase'], ['purchase', 'gold'], ['gold', 'bond'], ['bond', 'roles'], ['roles', 'responsibility'], ['responsibility', 'designed'], ['designed', 'developed'], ['developed', 'modern'], ['modern', 'responsive'], ['responsive', 'ui'], ['ui', 'entire'], ['entire', 'application'], ['application', 'achieved'], ['achieved', 'target'], ['target', 'given'], ['given', 'time'], ['time', 'frame'], ['frame', 'made'], ['made', 'required'], ['required', 'graphics'], ['graphics', 'project'], ['project', 'photoshop'], ['photoshop', '4'], ['4', 'softgst'], ['softgst', 'project'], ['project', 'description'], ['description', 'softgst'], ['softgst', 'web'], ['web', 'based'], ['based', 'application'], ['application', 'asp'], ['asp', 'application'], ['application', 'every'], ['every', 'tax'], ['tax', 'payers'], ['payers', 'vendors'], ['vendors', 'generating'], ['generating', 'gstr'], ['gstr', 'returns'], ['returns', 'basis'], ['basis', 'sales'], ['sales', 'purchase'], ['purchase', 'data'], ['data', 'additionally'], ['additionally', 'application'], ['application', 'reconciliation'], ['reconciliation', 'gstr'], ['gstr', '2'], ['2', 'a'], ['a', 'purchase'], ['purchase', 'register'], ['register', 'roles'], ['roles', 'responsibility'], ['responsibility', 'designed'], ['designed', 'developed'], ['developed', 'ui'], ['ui', 'dashboard'], ['dashboard', '5'], ['5', 'trust'], ['trust', 'analytica'], ['analytica', 'project'], ['project', 'description'], ['description', 'trust'], ['trust', 'analytika'], ['analytika', 'mobile'], ['mobile', 'web'], ['web', 'app'], ['app', 'shows'], ['shows', 'bank'], ['bank', 'asset'], ['asset', 'liability'], ['liability', 'income'], ['income', 'expenses'], ['expenses', 'roles'], ['roles', 'responsibility'], ['responsibility', 'designed'], ['designed', 'developed'], ['developed', 'landing'], ['landing', 'page'], ['page', 'application'], ['application', 'supported'], ['supported', 'developers'], ['developers', 'ui'], ['ui', 'implementation'], ['implementation', '6'], ['6', 'website'], ['website', 'project'], ['project', 'name'], ['name', '1'], ['1', 'tsr'], ['tsr', 'technology'], ['technology', 'services'], ['services', '2'], ['2', 'vidarbha'], ['vidarbha', 'merchants'], ['merchants', 'urban'], ['urban', 'co'], ['co', 'op'], ['op', 'bank'], ['bank', '3'], ['3', 'gisss'], ['gisss', '4'], ['4', 'softtrust'], ['softtrust', 'usa'], ['usa', 'roles'], ['roles', 'responsibility'], ['responsibility', 'communicated'], ['communicated', 'clients'], ['clients', 'understand'], ['understand', 'requirement'], ['requirement', 'made'], ['made', 'mocks'], ['mocks', 'website'], ['website', 'designed'], ['designed', 'developed'], ['developed', 'complete'], ['complete', 'website'], ['website', 'hosted'], ['hosted', 'stipulated'], ['stipulated', 'time'], ['time', 'company'], ['company', 'www'], ['www', 'jalloshband'], ['jalloshband', 'com'], ['com', 'description'], ['description', 'project'], ['project', 'name'], ['name', '1'], ['1', 'jallosh'], ['jallosh', 'band'], ['band', 'www'], ['www', 'jalloshband'], ['jalloshband', 'com'], ['com', '2'], ['2', 'an'], ['an', 'endeavor'], ['endeavor', 'foundation'], ['foundation', 'roles'], ['roles', 'responsibility'], ['responsibility', 'communicated'], ['communicated', 'clients'], ['clients', 'understand'], ['understand', 'requirement'], ['requirement', 'made'], ['made', 'mocks'], ['mocks', 'website'], ['website', 'designed'], ['designed', 'developed'], ['developed', 'complete'], ['complete', 'website'], ['website', 'hosted'], ['hosted', 'stipulated'], ['stipulated', 'time'], ['time', 'company'], ['company', '10magicalfingers'], ['10magicalfingers', 'description'], ['description', 'national'], ['national', 'international'], ['international', 'client'], ['client', 'interaction'], ['interaction', 'management'], ['management', 'digital'], ['digital', 'data'], ['technical', 'skills', 'web'], ['skills', 'web', 'technologies'], ['web', 'technologies', 'angular'], ['technologies', 'angular', 'js'], ['angular', 'js', 'html5'], ['js', 'html5', 'css3'], ['html5', 'css3', 'sass'], ['css3', 'sass', 'bootstrap'], ['sass', 'bootstrap', 'jquery'], ['bootstrap', 'jquery', 'javascript'], ['jquery', 'javascript', 'software'], ['javascript', 'software', 'brackets'], ['software', 'brackets', 'visual'], ['brackets', 'visual', 'studio'], ['visual', 'studio', 'photoshop'], ['studio', 'photoshop', 'visual'], ['photoshop', 'visual', 'studio'], ['visual', 'studio', 'code'], ['studio', 'code', 'education'], ['code', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2015'], ['january', '2015', 'b'], ['2015', 'b', 'e'], ['b', 'e', 'cse'], ['e', 'cse', 'nagpur'], ['cse', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'g'], ['maharashtra', 'g', 'h'], ['g', 'h', 'raisoni'], ['h', 'raisoni', 'college'], ['raisoni', 'college', 'engineering'], ['college', 'engineering', 'october'], ['engineering', 'october', '2009'], ['october', '2009', 'photography'], ['2009', 'photography', 'competition'], ['photography', 'competition', 'click'], ['competition', 'click', 'nagpur'], ['click', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'college'], ['board', 'college', 'magazine'], ['college', 'magazine', 'ocean'], ['magazine', 'ocean', 'web'], ['ocean', 'web', 'designer'], ['web', 'designer', 'web'], ['designer', 'web', 'designer'], ['web', 'designer', 'trust'], ['designer', 'trust', 'systems'], ['trust', 'systems', 'software'], ['systems', 'software', 'skill'], ['software', 'skill', 'details'], ['skill', 'details', 'photoshop'], ['details', 'photoshop', 'exprience'], ['photoshop', 'exprience', '28'], ['exprience', '28', 'months'], ['28', 'months', 'bootstrap'], ['months', 'bootstrap', 'exprience'], ['bootstrap', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'html5'], ['months', 'html5', 'exprience'], ['html5', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'css3'], ['months', 'css3', 'exprience'], ['css3', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'angular'], ['months', 'angular', '4'], ['angular', '4', 'exprience'], ['4', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'trust'], ['company', 'trust', 'systems'], ['trust', 'systems', 'software'], ['systems', 'software', 'description'], ['software', 'description', 'projects'], ['description', 'projects', 'worked'], ['projects', 'worked', '1'], ['worked', '1', 'trustbank'], ['1', 'trustbank', 'cbs'], ['trustbank', 'cbs', 'project'], ['cbs', 'project', 'description'], ['project', 'description', 'trustbank'], ['description', 'trustbank', 'cbs'], ['trustbank', 'cbs', 'core'], ['cbs', 'core', 'banking'], ['core', 'banking', 'solution'], ['banking', 'solution', 'trust'], ['solution', 'trust', 'systems'], ['trust', 'systems', 'roles'], ['systems', 'roles', 'responsibility'], ['roles', 'responsibility', 'renovated'], ['responsibility', 'renovated', 'complete'], ['renovated', 'complete', 'ui'], ['complete', 'ui', 'make'], ['ui', 'make', 'modern'], ['make', 'modern', 'user'], ['modern', 'user', 'friendly'], ['user', 'friendly', 'maintainable'], ['friendly', 'maintainable', 'optimised'], ['maintainable', 'optimised', 'bank'], ['optimised', 'bank', 'use'], ['bank', 'use', 'shared'], ['use', 'shared', 'ui'], ['shared', 'ui', 'structure'], ['ui', 'structure', 'guidelines'], ['structure', 'guidelines', 'incorporated'], ['guidelines', 'incorporated', 'development'], ['incorporated', 'development', 'team'], ['development', 'team', 'around'], ['team', 'around', '50'], ['around', '50', 'members'], ['50', 'members', 'achieved'], ['members', 'achieved', 'target'], ['achieved', 'target', 'project'], ['target', 'project', 'completion'], ['project', 'completion', 'given'], ['completion', 'given', 'time'], ['given', 'time', 'frame'], ['time', 'frame', 'made'], ['frame', 'made', 'required'], ['made', 'required', 'graphics'], ['required', 'graphics', 'project'], ['graphics', 'project', 'photoshop'], ['project', 'photoshop', '2'], ['photoshop', '2', 'loan'], ['2', 'loan', 'bazar'], ['loan', 'bazar', 'loan'], ['bazar', 'loan', 'appraisal'], ['loan', 'appraisal', 'project'], ['appraisal', 'project', 'description'], ['project', 'description', 'loan'], ['description', 'loan', 'bazar'], ['loan', 'bazar', 'mvc'], ['bazar', 'mvc', 'based'], ['mvc', 'based', 'application'], ['based', 'application', 'dedicated'], ['application', 'dedicated', 'creating'], ['dedicated', 'creating', 'managing'], ['creating', 'managing', 'loan'], ['managing', 'loan', 'applications'], ['loan', 'applications', 'the'], ['applications', 'the', 'goal'], ['the', 'goal', 'application'], ['goal', 'application', 'streamline'], ['application', 'streamline', 'process'], ['streamline', 'process', 'loan'], ['process', 'loan', 'application'], ['loan', 'application', 'integrate'], ['application', 'integrate', 'existing'], ['integrate', 'existing', 'cbs'], ['existing', 'cbs', 'roles'], ['cbs', 'roles', 'responsibility'], ['roles', 'responsibility', 'designed'], ['responsibility', 'designed', 'developed'], ['designed', 'developed', 'modern'], ['developed', 'modern', 'responsive'], ['modern', 'responsive', 'ui'], ['responsive', 'ui', 'entire'], ['ui', 'entire', 'application'], ['entire', 'application', 'achieved'], ['application', 'achieved', 'target'], ['achieved', 'target', 'given'], ['target', 'given', 'time'], ['given', 'time', 'frame'], ['time', 'frame', 'made'], ['frame', 'made', 'required'], ['made', 'required', 'graphics'], ['required', 'graphics', 'project'], ['graphics', 'project', 'photoshop'], ['project', 'photoshop', '3'], ['photoshop', '3', 'capital'], ['3', 'capital', 'security'], ['capital', 'security', 'bond'], ['security', 'bond', 'application'], ['bond', 'application', 'project'], ['application', 'project', 'description'], ['project', 'description', 'capital'], ['description', 'capital', 'security'], ['capital', 'security', 'bond'], ['security', 'bond', 'application'], ['bond', 'application', 'mvc'], ['application', 'mvc', 'based'], ['mvc', 'based', 'application'], ['based', 'application', 'provided'], ['application', 'provided', 'online'], ['provided', 'online', 'platform'], ['online', 'platform', 'purchase'], ['platform', 'purchase', 'gold'], ['purchase', 'gold', 'bond'], ['gold', 'bond', 'roles'], ['bond', 'roles', 'responsibility'], ['roles', 'responsibility', 'designed'], ['responsibility', 'designed', 'developed'], ['designed', 'developed', 'modern'], ['developed', 'modern', 'responsive'], ['modern', 'responsive', 'ui'], ['responsive', 'ui', 'entire'], ['ui', 'entire', 'application'], ['entire', 'application', 'achieved'], ['application', 'achieved', 'target'], ['achieved', 'target', 'given'], ['target', 'given', 'time'], ['given', 'time', 'frame'], ['time', 'frame', 'made'], ['frame', 'made', 'required'], ['made', 'required', 'graphics'], ['required', 'graphics', 'project'], ['graphics', 'project', 'photoshop'], ['project', 'photoshop', '4'], ['photoshop', '4', 'softgst'], ['4', 'softgst', 'project'], ['softgst', 'project', 'description'], ['project', 'description', 'softgst'], ['description', 'softgst', 'web'], ['softgst', 'web', 'based'], ['web', 'based', 'application'], ['based', 'application', 'asp'], ['application', 'asp', 'application'], ['asp', 'application', 'every'], ['application', 'every', 'tax'], ['every', 'tax', 'payers'], ['tax', 'payers', 'vendors'], ['payers', 'vendors', 'generating'], ['vendors', 'generating', 'gstr'], ['generating', 'gstr', 'returns'], ['gstr', 'returns', 'basis'], ['returns', 'basis', 'sales'], ['basis', 'sales', 'purchase'], ['sales', 'purchase', 'data'], ['purchase', 'data', 'additionally'], ['data', 'additionally', 'application'], ['additionally', 'application', 'reconciliation'], ['application', 'reconciliation', 'gstr'], ['reconciliation', 'gstr', '2'], ['gstr', '2', 'a'], ['2', 'a', 'purchase'], ['a', 'purchase', 'register'], ['purchase', 'register', 'roles'], ['register', 'roles', 'responsibility'], ['roles', 'responsibility', 'designed'], ['responsibility', 'designed', 'developed'], ['designed', 'developed', 'ui'], ['developed', 'ui', 'dashboard'], ['ui', 'dashboard', '5'], ['dashboard', '5', 'trust'], ['5', 'trust', 'analytica'], ['trust', 'analytica', 'project'], ['analytica', 'project', 'description'], ['project', 'description', 'trust'], ['description', 'trust', 'analytika'], ['trust', 'analytika', 'mobile'], ['analytika', 'mobile', 'web'], ['mobile', 'web', 'app'], ['web', 'app', 'shows'], ...], [['education'], ['details'], ['b'], ['c'], ['a'], ['bachelor'], ['computer'], ['application'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['h'], ['s'], ['c'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['s'], ['s'], ['c'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['web'], ['designing'], ['developer'], ['php'], ['developer'], ['exposys'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['exposys'], ['pvt'], ['ltd'], ['description'], ['technical'], ['skills'], ['web'], ['development'], ['html5'], ['css3'], ['bootstrap'], ['php'], ['ajax'], ['jquery'], ['javascript'], ['database'], ['mysql'], ['development'], ['tools'], ['notepad'], ['sublime'], ['text2'], ['framework'], ['codeigniter'], ['server'], ['apache'], ['tomcat'], ['xampp'], ['control'], ['panel'], ['operating'], ['systems'], ['windows'], ['company'], ['exposys'], ['pvt'], ['ltd'], ['description'], ['pune'], ['augest'], ['2017'], ['till'], ['date'], ['project'], ['details'], ['project'], ['i'], ['pragat'], ['bharat'], ['system'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['this'], ['project'], ['aim'], ['specially'], ['design'], ['people'], ['it'], ['used'], ['collect'], ['information'], ['diifernt'], ['sector'], ['project'], ['ii'], ['go'], ['ayur'], ['system'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['2'], ['position'], ['software'], ['developer'], ['synopsis'], ['go'], ['ayurveda'], ['panchakarma'], ['center'], ['one'], ['traditionally'], ['well'], ['established'], ['professional'], ['innovative'], ['providers'], ['classical'], ['ayurvedic'], ['health'], ['services'], ['kerala'], ['panchakarma'], ['therapies'], ['project'], ['iii'], ['vitsanindia'], ['system'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['2'], ['position'], ['software'], ['developer'], ['synopsis'], ['online'], ['shooping'], ['app'], ['this'], ['app'], ['user'], ['friendly'], ['option'], ['change'], ['language'], ['user'], ['find'], ['different'], ['categories'], ['products'], ['choice'], ['project'], ['iv'], ['mahabaleshwartours'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['in'], ['system'], ['provide'], ['online'], ['registration'], ['tour'], ['package'], ['information'], ['ticket'], ['booking'], ['online'], ['payment'], ['searching'], ['facility'], ['customer'], ['also'], ['generate'], ['different'], ['types'], ['report'], ['project'], ['v'], ['cityspaceindia'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['service'], ['provider'], ['website'], ['provide'], ['different'], ['categories'], ['project'], ['vi'], ['fruitsbuddy'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['fruitbuddy'], ['manage'], ['details'], ['fruits'], ['customer'], ['order'], ['transaction'], ['payment'], ['it'], ['manages'], ['information'], ['fruits'], ['stocks'], ['payment'], ['the'], ['project'], ['totally'], ['built'], ['administrative'], ['end'], ['thus'], ['administrator'], ['guaranteed'], ['ess'], ['the'], ['purpose'], ['project'], ['build'], ['application'], ['program'], ['reduce'], ['manual'], ['work'], ['managing'], ['fruits'], ['customer'], ['stocks'], ['order'], ['project'], ['vii'], ['totalcitee'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['real'], ['estate'], ['web'], ['application'], ['created'], ['helping'], ['sell'], ['properties'], ['web'], ['based'], ['user'], ['interface'], ['visitors'], ['website'], ['view'], ['particular'], ['desired'], ['products'], ['using'], ['search'], ['engine'], ['facility'], ['project'], ['viii'], ['golchha'], ['technologies'], ['used'], ['html'], ['css'], ['bootstrap'], ['php'], ['jquery'], ['ajax'], ['java'], ['script'], ['database'], ['used'], ['my'], ['sql'], ['team'], ['size'], ['1'], ['position'], ['software'], ['developer'], ['synopsis'], ['service'], ['provider'], ['website'], ['provide'], ['different'], ['categories'], ['education', 'details'], ['details', 'b'], ['b', 'c'], ['c', 'a'], ['a', 'bachelor'], ['bachelor', 'computer'], ['computer', 'application'], ['application', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'h'], ['h', 's'], ['s', 'c'], ['c', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 's'], ['s', 's'], ['s', 'c'], ['c', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'web'], ['web', 'designing'], ['designing', 'developer'], ['developer', 'php'], ['php', 'developer'], ['developer', 'exposys'], ['exposys', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'exposys'], ['exposys', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'technical'], ['technical', 'skills'], ['skills', 'web'], ['web', 'development'], ['development', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'php'], ['php', 'ajax'], ['ajax', 'jquery'], ['jquery', 'javascript'], ['javascript', 'database'], ['database', 'mysql'], ['mysql', 'development'], ['development', 'tools'], ['tools', 'notepad'], ['notepad', 'sublime'], ['sublime', 'text2'], ['text2', 'framework'], ['framework', 'codeigniter'], ['codeigniter', 'server'], ['server', 'apache'], ['apache', 'tomcat'], ['tomcat', 'xampp'], ['xampp', 'control'], ['control', 'panel'], ['panel', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'company'], ['company', 'exposys'], ['exposys', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'pune'], ['pune', 'augest'], ['augest', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'project'], ['project', 'details'], ['details', 'project'], ['project', 'i'], ['i', 'pragat'], ['pragat', 'bharat'], ['bharat', 'system'], ['system', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'this'], ['this', 'project'], ['project', 'aim'], ['aim', 'specially'], ['specially', 'design'], ['design', 'people'], ['people', 'it'], ['it', 'used'], ['used', 'collect'], ['collect', 'information'], ['information', 'diifernt'], ['diifernt', 'sector'], ['sector', 'project'], ['project', 'ii'], ['ii', 'go'], ['go', 'ayur'], ['ayur', 'system'], ['system', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '2'], ['2', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'go'], ['go', 'ayurveda'], ['ayurveda', 'panchakarma'], ['panchakarma', 'center'], ['center', 'one'], ['one', 'traditionally'], ['traditionally', 'well'], ['well', 'established'], ['established', 'professional'], ['professional', 'innovative'], ['innovative', 'providers'], ['providers', 'classical'], ['classical', 'ayurvedic'], ['ayurvedic', 'health'], ['health', 'services'], ['services', 'kerala'], ['kerala', 'panchakarma'], ['panchakarma', 'therapies'], ['therapies', 'project'], ['project', 'iii'], ['iii', 'vitsanindia'], ['vitsanindia', 'system'], ['system', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '2'], ['2', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'online'], ['online', 'shooping'], ['shooping', 'app'], ['app', 'this'], ['this', 'app'], ['app', 'user'], ['user', 'friendly'], ['friendly', 'option'], ['option', 'change'], ['change', 'language'], ['language', 'user'], ['user', 'find'], ['find', 'different'], ['different', 'categories'], ['categories', 'products'], ['products', 'choice'], ['choice', 'project'], ['project', 'iv'], ['iv', 'mahabaleshwartours'], ['mahabaleshwartours', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'in'], ['in', 'system'], ['system', 'provide'], ['provide', 'online'], ['online', 'registration'], ['registration', 'tour'], ['tour', 'package'], ['package', 'information'], ['information', 'ticket'], ['ticket', 'booking'], ['booking', 'online'], ['online', 'payment'], ['payment', 'searching'], ['searching', 'facility'], ['facility', 'customer'], ['customer', 'also'], ['also', 'generate'], ['generate', 'different'], ['different', 'types'], ['types', 'report'], ['report', 'project'], ['project', 'v'], ['v', 'cityspaceindia'], ['cityspaceindia', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'service'], ['service', 'provider'], ['provider', 'website'], ['website', 'provide'], ['provide', 'different'], ['different', 'categories'], ['categories', 'project'], ['project', 'vi'], ['vi', 'fruitsbuddy'], ['fruitsbuddy', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'fruitbuddy'], ['fruitbuddy', 'manage'], ['manage', 'details'], ['details', 'fruits'], ['fruits', 'customer'], ['customer', 'order'], ['order', 'transaction'], ['transaction', 'payment'], ['payment', 'it'], ['it', 'manages'], ['manages', 'information'], ['information', 'fruits'], ['fruits', 'stocks'], ['stocks', 'payment'], ['payment', 'the'], ['the', 'project'], ['project', 'totally'], ['totally', 'built'], ['built', 'administrative'], ['administrative', 'end'], ['end', 'thus'], ['thus', 'administrator'], ['administrator', 'guaranteed'], ['guaranteed', 'ess'], ['ess', 'the'], ['the', 'purpose'], ['purpose', 'project'], ['project', 'build'], ['build', 'application'], ['application', 'program'], ['program', 'reduce'], ['reduce', 'manual'], ['manual', 'work'], ['work', 'managing'], ['managing', 'fruits'], ['fruits', 'customer'], ['customer', 'stocks'], ['stocks', 'order'], ['order', 'project'], ['project', 'vii'], ['vii', 'totalcitee'], ['totalcitee', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'real'], ['real', 'estate'], ['estate', 'web'], ['web', 'application'], ['application', 'created'], ['created', 'helping'], ['helping', 'sell'], ['sell', 'properties'], ['properties', 'web'], ['web', 'based'], ['based', 'user'], ['user', 'interface'], ['interface', 'visitors'], ['visitors', 'website'], ['website', 'view'], ['view', 'particular'], ['particular', 'desired'], ['desired', 'products'], ['products', 'using'], ['using', 'search'], ['search', 'engine'], ['engine', 'facility'], ['facility', 'project'], ['project', 'viii'], ['viii', 'golchha'], ['golchha', 'technologies'], ['technologies', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'bootstrap'], ['bootstrap', 'php'], ['php', 'jquery'], ['jquery', 'ajax'], ['ajax', 'java'], ['java', 'script'], ['script', 'database'], ['database', 'used'], ['used', 'my'], ['my', 'sql'], ['sql', 'team'], ['team', 'size'], ['size', '1'], ['1', 'position'], ['position', 'software'], ['software', 'developer'], ['developer', 'synopsis'], ['synopsis', 'service'], ['service', 'provider'], ['provider', 'website'], ['website', 'provide'], ['provide', 'different'], ['different', 'categories'], ['education', 'details', 'b'], ['details', 'b', 'c'], ['b', 'c', 'a'], ['c', 'a', 'bachelor'], ['a', 'bachelor', 'computer'], ['bachelor', 'computer', 'application'], ['computer', 'application', 'pune'], ['application', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'h'], ['university', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'pune'], ['c', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 's'], ['university', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'pune'], ['c', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'web'], ['university', 'web', 'designing'], ['web', 'designing', 'developer'], ['designing', 'developer', 'php'], ['developer', 'php', 'developer'], ['php', 'developer', 'exposys'], ['developer', 'exposys', 'pvt'], ['exposys', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'exposys'], ['company', 'exposys', 'pvt'], ['exposys', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'technical'], ['description', 'technical', 'skills'], ['technical', 'skills', 'web'], ['skills', 'web', 'development'], ['web', 'development', 'html5'], ['development', 'html5', 'css3'], ['html5', 'css3', 'bootstrap'], ['css3', 'bootstrap', 'php'], ['bootstrap', 'php', 'ajax'], ['php', 'ajax', 'jquery'], ['ajax', 'jquery', 'javascript'], ['jquery', 'javascript', 'database'], ['javascript', 'database', 'mysql'], ['database', 'mysql', 'development'], ['mysql', 'development', 'tools'], ['development', 'tools', 'notepad'], ['tools', 'notepad', 'sublime'], ['notepad', 'sublime', 'text2'], ['sublime', 'text2', 'framework'], ['text2', 'framework', 'codeigniter'], ['framework', 'codeigniter', 'server'], ['codeigniter', 'server', 'apache'], ['server', 'apache', 'tomcat'], ['apache', 'tomcat', 'xampp'], ['tomcat', 'xampp', 'control'], ['xampp', 'control', 'panel'], ['control', 'panel', 'operating'], ['panel', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'company'], ['windows', 'company', 'exposys'], ['company', 'exposys', 'pvt'], ['exposys', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'pune'], ['description', 'pune', 'augest'], ['pune', 'augest', '2017'], ['augest', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'project'], ['date', 'project', 'details'], ['project', 'details', 'project'], ['details', 'project', 'i'], ['project', 'i', 'pragat'], ['i', 'pragat', 'bharat'], ['pragat', 'bharat', 'system'], ['bharat', 'system', 'technologies'], ['system', 'technologies', 'used'], ['technologies', 'used', 'html'], ['used', 'html', 'css'], ['html', 'css', 'bootstrap'], ['css', 'bootstrap', 'php'], ['bootstrap', 'php', 'jquery'], ['php', 'jquery', 'ajax'], ['jquery', 'ajax', 'database'], ['ajax', 'database', 'used'], ['database', 'used', 'my'], ['used', 'my', 'sql'], ['my', 'sql', 'team'], ['sql', 'team', 'size'], ['team', 'size', '1'], ['size', '1', 'position'], ['1', 'position', 'software'], ['position', 'software', 'developer'], ['software', 'developer', 'synopsis'], ['developer', 'synopsis', 'this'], ['synopsis', 'this', 'project'], ['this', 'project', 'aim'], ['project', 'aim', 'specially'], ['aim', 'specially', 'design'], ['specially', 'design', 'people'], ['design', 'people', 'it'], ['people', 'it', 'used'], ['it', 'used', 'collect'], ['used', 'collect', 'information'], ['collect', 'information', 'diifernt'], ['information', 'diifernt', 'sector'], ['diifernt', 'sector', 'project'], ['sector', 'project', 'ii'], ['project', 'ii', 'go'], ['ii', 'go', 'ayur'], ['go', 'ayur', 'system'], ['ayur', 'system', 'technologies'], ['system', 'technologies', 'used'], ['technologies', 'used', 'html'], ['used', 'html', 'css'], ['html', 'css', 'bootstrap'], ['css', 'bootstrap', 'php'], ['bootstrap', 'php', 'jquery'], ['php', 'jquery', 'ajax'], ['jquery', 'ajax', 'database'], ['ajax', 'database', 'used'], ['database', 'used', 'my'], ['used', 'my', 'sql'], ['my', 'sql', 'team'], ['sql', 'team', 'size'], ['team', 'size', '2'], ['size', '2', 'position'], ['2', 'position', 'software'], ['position', 'software', 'developer'], ['software', 'developer', 'synopsis'], ['developer', 'synopsis', 'go'], ['synopsis', 'go', 'ayurveda'], ['go', 'ayurveda', 'panchakarma'], ['ayurveda', 'panchakarma', 'center'], ['panchakarma', 'center', 'one'], ['center', 'one', 'traditionally'], ['one', 'traditionally', 'well'], ['traditionally', 'well', 'established'], ['well', 'established', 'professional'], ['established', 'professional', 'innovative'], ['professional', 'innovative', 'providers'], ['innovative', 'providers', 'classical'], ['providers', 'classical', 'ayurvedic'], ['classical', 'ayurvedic', 'health'], ['ayurvedic', 'health', 'services'], ['health', 'services', 'kerala'], ['services', 'kerala', 'panchakarma'], ['kerala', 'panchakarma', 'therapies'], ['panchakarma', 'therapies', 'project'], ['therapies', 'project', 'iii'], ['project', 'iii', 'vitsanindia'], ['iii', 'vitsanindia', 'system'], ['vitsanindia', 'system', 'technologies'], ['system', 'technologies', 'used'], ['technologies', 'used', 'html'], ['used', 'html', 'css'], ['html', 'css', 'bootstrap'], ['css', 'bootstrap', 'php'], ['bootstrap', 'php', 'jquery'], ...], [['education'], ['details'], ['january'], ['2016'], ['b'], ['sc'], ['information'], ['technology'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['january'], ['2012'], ['hsc'], ['allahabad'], ['uttar'], ['pradesh'], ['allahabad'], ['university'], ['january'], ['2010'], ['ssc'], ['dot'], ['net'], ['allahabad'], ['uttar'], ['pradesh'], ['allahabad'], ['university'], ['web'], ['designer'], ['developer'], ['trainer'], ['web'], ['designer'], ['developer'], ['skill'], ['details'], ['web'], ['design'], ['exprience'], ['12'], ['months'], ['php'], ['exprience'], ['12'], ['monthscompany'], ['details'], ['company'], ['nettech'], ['india'], ['description'], ['working'], ['salary'], ['12k'], ['personal'], ['interest'], ['listening'], ['music'], ['surfing'], ['net'], ['watching'], ['movie'], ['playing'], ['cricket'], ['company'], ['epi'], ['center'], ['academy'], ['description'], ['working'], ['salary'], ['contract'], ['based'], ['company'], ['aptech'], ['charni'], ['road'], ['description'], ['salary'], ['contract'], ['based'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'sc'], ['sc', 'information'], ['information', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'january'], ['january', '2012'], ['2012', 'hsc'], ['hsc', 'allahabad'], ['allahabad', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'allahabad'], ['allahabad', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 'ssc'], ['ssc', 'dot'], ['dot', 'net'], ['net', 'allahabad'], ['allahabad', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'allahabad'], ['allahabad', 'university'], ['university', 'web'], ['web', 'designer'], ['designer', 'developer'], ['developer', 'trainer'], ['trainer', 'web'], ['web', 'designer'], ['designer', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'web'], ['web', 'design'], ['design', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'php'], ['php', 'exprience'], ['exprience', '12'], ['12', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'nettech'], ['nettech', 'india'], ['india', 'description'], ['description', 'working'], ['working', 'salary'], ['salary', '12k'], ['12k', 'personal'], ['personal', 'interest'], ['interest', 'listening'], ['listening', 'music'], ['music', 'surfing'], ['surfing', 'net'], ['net', 'watching'], ['watching', 'movie'], ['movie', 'playing'], ['playing', 'cricket'], ['cricket', 'company'], ['company', 'epi'], ['epi', 'center'], ['center', 'academy'], ['academy', 'description'], ['description', 'working'], ['working', 'salary'], ['salary', 'contract'], ['contract', 'based'], ['based', 'company'], ['company', 'aptech'], ['aptech', 'charni'], ['charni', 'road'], ['road', 'description'], ['description', 'salary'], ['salary', 'contract'], ['contract', 'based'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'sc'], ['b', 'sc', 'information'], ['sc', 'information', 'technology'], ['information', 'technology', 'mumbai'], ['technology', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'university'], ['maharashtra', 'university', 'mumbai'], ['university', 'mumbai', 'january'], ['mumbai', 'january', '2012'], ['january', '2012', 'hsc'], ['2012', 'hsc', 'allahabad'], ['hsc', 'allahabad', 'uttar'], ['allahabad', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'allahabad'], ['pradesh', 'allahabad', 'university'], ['allahabad', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 'ssc'], ['2010', 'ssc', 'dot'], ['ssc', 'dot', 'net'], ['dot', 'net', 'allahabad'], ['net', 'allahabad', 'uttar'], ['allahabad', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'allahabad'], ['pradesh', 'allahabad', 'university'], ['allahabad', 'university', 'web'], ['university', 'web', 'designer'], ['web', 'designer', 'developer'], ['designer', 'developer', 'trainer'], ['developer', 'trainer', 'web'], ['trainer', 'web', 'designer'], ['web', 'designer', 'developer'], ['designer', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'web'], ['details', 'web', 'design'], ['web', 'design', 'exprience'], ['design', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'php'], ['months', 'php', 'exprience'], ['php', 'exprience', '12'], ['exprience', '12', 'monthscompany'], ['12', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'nettech'], ['company', 'nettech', 'india'], ['nettech', 'india', 'description'], ['india', 'description', 'working'], ['description', 'working', 'salary'], ['working', 'salary', '12k'], ['salary', '12k', 'personal'], ['12k', 'personal', 'interest'], ['personal', 'interest', 'listening'], ['interest', 'listening', 'music'], ['listening', 'music', 'surfing'], ['music', 'surfing', 'net'], ['surfing', 'net', 'watching'], ['net', 'watching', 'movie'], ['watching', 'movie', 'playing'], ['movie', 'playing', 'cricket'], ['playing', 'cricket', 'company'], ['cricket', 'company', 'epi'], ['company', 'epi', 'center'], ['epi', 'center', 'academy'], ['center', 'academy', 'description'], ['academy', 'description', 'working'], ['description', 'working', 'salary'], ['working', 'salary', 'contract'], ['salary', 'contract', 'based'], ['contract', 'based', 'company'], ['based', 'company', 'aptech'], ['company', 'aptech', 'charni'], ['aptech', 'charni', 'road'], ['charni', 'road', 'description'], ['road', 'description', 'salary'], ['description', 'salary', 'contract'], ['salary', 'contract', 'based'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'b'], ['january', '2016', 'b', 'sc'], ['2016', 'b', 'sc', 'information'], ['b', 'sc', 'information', 'technology'], ['sc', 'information', 'technology', 'mumbai'], ['information', 'technology', 'mumbai', 'maharashtra'], ['technology', 'mumbai', 'maharashtra', 'university'], ['mumbai', 'maharashtra', 'university', 'mumbai'], ['maharashtra', 'university', 'mumbai', 'january'], ['university', 'mumbai', 'january', '2012'], ['mumbai', 'january', '2012', 'hsc'], ['january', '2012', 'hsc', 'allahabad'], ['2012', 'hsc', 'allahabad', 'uttar'], ['hsc', 'allahabad', 'uttar', 'pradesh'], ['allahabad', 'uttar', 'pradesh', 'allahabad'], ['uttar', 'pradesh', 'allahabad', 'university'], ['pradesh', 'allahabad', 'university', 'january'], ['allahabad', 'university', 'january', '2010'], ['university', 'january', '2010', 'ssc'], ['january', '2010', 'ssc', 'dot'], ['2010', 'ssc', 'dot', 'net'], ['ssc', 'dot', 'net', 'allahabad'], ['dot', 'net', 'allahabad', 'uttar'], ['net', 'allahabad', 'uttar', 'pradesh'], ['allahabad', 'uttar', 'pradesh', 'allahabad'], ['uttar', 'pradesh', 'allahabad', 'university'], ['pradesh', 'allahabad', 'university', 'web'], ['allahabad', 'university', 'web', 'designer'], ['university', 'web', 'designer', 'developer'], ['web', 'designer', 'developer', 'trainer'], ['designer', 'developer', 'trainer', 'web'], ['developer', 'trainer', 'web', 'designer'], ['trainer', 'web', 'designer', 'developer'], ['web', 'designer', 'developer', 'skill'], ['designer', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'web'], ['skill', 'details', 'web', 'design'], ['details', 'web', 'design', 'exprience'], ['web', 'design', 'exprience', '12'], ['design', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'php'], ['12', 'months', 'php', 'exprience'], ['months', 'php', 'exprience', '12'], ['php', 'exprience', '12', 'monthscompany'], ['exprience', '12', 'monthscompany', 'details'], ['12', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'nettech'], ['details', 'company', 'nettech', 'india'], ['company', 'nettech', 'india', 'description'], ['nettech', 'india', 'description', 'working'], ['india', 'description', 'working', 'salary'], ['description', 'working', 'salary', '12k'], ['working', 'salary', '12k', 'personal'], ['salary', '12k', 'personal', 'interest'], ['12k', 'personal', 'interest', 'listening'], ['personal', 'interest', 'listening', 'music'], ['interest', 'listening', 'music', 'surfing'], ['listening', 'music', 'surfing', 'net'], ['music', 'surfing', 'net', 'watching'], ['surfing', 'net', 'watching', 'movie'], ['net', 'watching', 'movie', 'playing'], ['watching', 'movie', 'playing', 'cricket'], ['movie', 'playing', 'cricket', 'company'], ['playing', 'cricket', 'company', 'epi'], ['cricket', 'company', 'epi', 'center'], ['company', 'epi', 'center', 'academy'], ['epi', 'center', 'academy', 'description'], ['center', 'academy', 'description', 'working'], ['academy', 'description', 'working', 'salary'], ['description', 'working', 'salary', 'contract'], ['working', 'salary', 'contract', 'based'], ['salary', 'contract', 'based', 'company'], ['contract', 'based', 'company', 'aptech'], ['based', 'company', 'aptech', 'charni'], ['company', 'aptech', 'charni', 'road'], ['aptech', 'charni', 'road', 'description'], ['charni', 'road', 'description', 'salary'], ['road', 'description', 'salary', 'contract'], ['description', 'salary', 'contract', 'based'], ['education', 'details', 'january', '2016', 'b'], ['details', 'january', '2016', 'b', 'sc'], ['january', '2016', 'b', 'sc', 'information'], ['2016', 'b', 'sc', 'information', 'technology'], ['b', 'sc', 'information', 'technology', 'mumbai'], ['sc', 'information', 'technology', 'mumbai', 'maharashtra'], ['information', 'technology', 'mumbai', 'maharashtra', 'university'], ['technology', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['maharashtra', 'university', 'mumbai', 'january', '2012'], ['university', 'mumbai', 'january', '2012', 'hsc'], ['mumbai', 'january', '2012', 'hsc', 'allahabad'], ['january', '2012', 'hsc', 'allahabad', 'uttar'], ['2012', 'hsc', 'allahabad', 'uttar', 'pradesh'], ['hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['uttar', 'pradesh', 'allahabad', 'university', 'january'], ['pradesh', 'allahabad', 'university', 'january', '2010'], ['allahabad', 'university', 'january', '2010', 'ssc'], ['university', 'january', '2010', 'ssc', 'dot'], ['january', '2010', 'ssc', 'dot', 'net'], ['2010', 'ssc', 'dot', 'net', 'allahabad'], ['ssc', 'dot', 'net', 'allahabad', 'uttar'], ['dot', 'net', 'allahabad', 'uttar', 'pradesh'], ['net', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['uttar', 'pradesh', 'allahabad', 'university', 'web'], ['pradesh', 'allahabad', 'university', 'web', 'designer'], ['allahabad', 'university', 'web', 'designer', 'developer'], ['university', 'web', 'designer', 'developer', 'trainer'], ['web', 'designer', 'developer', 'trainer', 'web'], ['designer', 'developer', 'trainer', 'web', 'designer'], ['developer', 'trainer', 'web', 'designer', 'developer'], ['trainer', 'web', 'designer', 'developer', 'skill'], ['web', 'designer', 'developer', 'skill', 'details'], ['designer', 'developer', 'skill', 'details', 'web'], ['developer', 'skill', 'details', 'web', 'design'], ['skill', 'details', 'web', 'design', 'exprience'], ['details', 'web', 'design', 'exprience', '12'], ['web', 'design', 'exprience', '12', 'months'], ['design', 'exprience', '12', 'months', 'php'], ['exprience', '12', 'months', 'php', 'exprience'], ['12', 'months', 'php', 'exprience', '12'], ['months', 'php', 'exprience', '12', 'monthscompany'], ['php', 'exprience', '12', 'monthscompany', 'details'], ['exprience', '12', 'monthscompany', 'details', 'company'], ['12', 'monthscompany', 'details', 'company', 'nettech'], ['monthscompany', 'details', 'company', 'nettech', 'india'], ['details', 'company', 'nettech', 'india', 'description'], ['company', 'nettech', 'india', 'description', 'working'], ['nettech', 'india', 'description', 'working', 'salary'], ['india', 'description', 'working', 'salary', '12k'], ['description', 'working', 'salary', '12k', 'personal'], ['working', 'salary', '12k', 'personal', 'interest'], ['salary', '12k', 'personal', 'interest', 'listening'], ['12k', 'personal', 'interest', 'listening', 'music'], ['personal', 'interest', 'listening', 'music', 'surfing'], ['interest', 'listening', 'music', 'surfing', 'net'], ['listening', 'music', 'surfing', 'net', 'watching'], ['music', 'surfing', 'net', 'watching', 'movie'], ['surfing', 'net', 'watching', 'movie', 'playing'], ['net', 'watching', 'movie', 'playing', 'cricket'], ['watching', 'movie', 'playing', 'cricket', 'company'], ['movie', 'playing', 'cricket', 'company', 'epi'], ['playing', 'cricket', 'company', 'epi', 'center'], ['cricket', 'company', 'epi', 'center', 'academy'], ['company', 'epi', 'center', 'academy', 'description'], ['epi', 'center', 'academy', 'description', 'working'], ['center', 'academy', 'description', 'working', 'salary'], ['academy', 'description', 'working', 'salary', 'contract'], ['description', 'working', 'salary', 'contract', 'based'], ['working', 'salary', 'contract', 'based', 'company'], ['salary', 'contract', 'based', 'company', 'aptech'], ['contract', 'based', 'company', 'aptech', 'charni'], ['based', 'company', 'aptech', 'charni', 'road'], ['company', 'aptech', 'charni', 'road', 'description'], ['aptech', 'charni', 'road', 'description', 'salary'], ['charni', 'road', 'description', 'salary', 'contract'], ['road', 'description', 'salary', 'contract', 'based'], ['education', 'details', 'january', '2016', 'b', 'sc'], ['details', 'january', '2016', 'b', 'sc', 'information'], ['january', '2016', 'b', 'sc', 'information', 'technology'], ['2016', 'b', 'sc', 'information', 'technology', 'mumbai'], ['b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra'], ['sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university'], ['information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012'], ['maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc'], ['university', 'mumbai', 'january', '2012', 'hsc', 'allahabad'], ['mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar'], ['january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh'], ['2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january'], ['uttar', 'pradesh', 'allahabad', 'university', 'january', '2010'], ['pradesh', 'allahabad', 'university', 'january', '2010', 'ssc'], ['allahabad', 'university', 'january', '2010', 'ssc', 'dot'], ['university', 'january', '2010', 'ssc', 'dot', 'net'], ['january', '2010', 'ssc', 'dot', 'net', 'allahabad'], ['2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar'], ['ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh'], ['dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web'], ['uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer'], ['pradesh', 'allahabad', 'university', 'web', 'designer', 'developer'], ['allahabad', 'university', 'web', 'designer', 'developer', 'trainer'], ['university', 'web', 'designer', 'developer', 'trainer', 'web'], ['web', 'designer', 'developer', 'trainer', 'web', 'designer'], ['designer', 'developer', 'trainer', 'web', 'designer', 'developer'], ['developer', 'trainer', 'web', 'designer', 'developer', 'skill'], ['trainer', 'web', 'designer', 'developer', 'skill', 'details'], ['web', 'designer', 'developer', 'skill', 'details', 'web'], ['designer', 'developer', 'skill', 'details', 'web', 'design'], ['developer', 'skill', 'details', 'web', 'design', 'exprience'], ['skill', 'details', 'web', 'design', 'exprience', '12'], ['details', 'web', 'design', 'exprience', '12', 'months'], ['web', 'design', 'exprience', '12', 'months', 'php'], ['design', 'exprience', '12', 'months', 'php', 'exprience'], ['exprience', '12', 'months', 'php', 'exprience', '12'], ['12', 'months', 'php', 'exprience', '12', 'monthscompany'], ['months', 'php', 'exprience', '12', 'monthscompany', 'details'], ['php', 'exprience', '12', 'monthscompany', 'details', 'company'], ['exprience', '12', 'monthscompany', 'details', 'company', 'nettech'], ['12', 'monthscompany', 'details', 'company', 'nettech', 'india'], ['monthscompany', 'details', 'company', 'nettech', 'india', 'description'], ['details', 'company', 'nettech', 'india', 'description', 'working'], ['company', 'nettech', 'india', 'description', 'working', 'salary'], ['nettech', 'india', 'description', 'working', 'salary', '12k'], ['india', 'description', 'working', 'salary', '12k', 'personal'], ['description', 'working', 'salary', '12k', 'personal', 'interest'], ['working', 'salary', '12k', 'personal', 'interest', 'listening'], ['salary', '12k', 'personal', 'interest', 'listening', 'music'], ['12k', 'personal', 'interest', 'listening', 'music', 'surfing'], ['personal', 'interest', 'listening', 'music', 'surfing', 'net'], ['interest', 'listening', 'music', 'surfing', 'net', 'watching'], ['listening', 'music', 'surfing', 'net', 'watching', 'movie'], ['music', 'surfing', 'net', 'watching', 'movie', 'playing'], ['surfing', 'net', 'watching', 'movie', 'playing', 'cricket'], ['net', 'watching', 'movie', 'playing', 'cricket', 'company'], ['watching', 'movie', 'playing', 'cricket', 'company', 'epi'], ['movie', 'playing', 'cricket', 'company', 'epi', 'center'], ['playing', 'cricket', 'company', 'epi', 'center', 'academy'], ['cricket', 'company', 'epi', 'center', 'academy', 'description'], ['company', 'epi', 'center', 'academy', 'description', 'working'], ['epi', 'center', 'academy', 'description', 'working', 'salary'], ['center', 'academy', 'description', 'working', 'salary', 'contract'], ['academy', 'description', 'working', 'salary', 'contract', 'based'], ['description', 'working', 'salary', 'contract', 'based', 'company'], ['working', 'salary', 'contract', 'based', 'company', 'aptech'], ['salary', 'contract', 'based', 'company', 'aptech', 'charni'], ['contract', 'based', 'company', 'aptech', 'charni', 'road'], ['based', 'company', 'aptech', 'charni', 'road', 'description'], ['company', 'aptech', 'charni', 'road', 'description', 'salary'], ['aptech', 'charni', 'road', 'description', 'salary', 'contract'], ['charni', 'road', 'description', 'salary', 'contract', 'based'], ['education', 'details', 'january', '2016', 'b', 'sc', 'information'], ['details', 'january', '2016', 'b', 'sc', 'information', 'technology'], ['january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai'], ['2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra'], ['b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university'], ['sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc'], ['maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad'], ['university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar'], ['mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh'], ['january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010'], ['uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc'], ['pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot'], ['allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net'], ['university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad'], ['january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar'], ['2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh'], ['ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer'], ['uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer'], ['pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer'], ['allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web'], ['university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer'], ['web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer'], ['designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill'], ['developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details'], ['trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web'], ['web', 'designer', 'developer', 'skill', 'details', 'web', 'design'], ['designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience'], ['developer', 'skill', 'details', 'web', 'design', 'exprience', '12'], ['skill', 'details', 'web', 'design', 'exprience', '12', 'months'], ['details', 'web', 'design', 'exprience', '12', 'months', 'php'], ['web', 'design', 'exprience', '12', 'months', 'php', 'exprience'], ['design', 'exprience', '12', 'months', 'php', 'exprience', '12'], ['exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany'], ['12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details'], ['months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company'], ['php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech'], ['exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india'], ['12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description'], ['monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working'], ['details', 'company', 'nettech', 'india', 'description', 'working', 'salary'], ['company', 'nettech', 'india', 'description', 'working', 'salary', '12k'], ['nettech', 'india', 'description', 'working', 'salary', '12k', 'personal'], ['india', 'description', 'working', 'salary', '12k', 'personal', 'interest'], ['description', 'working', 'salary', '12k', 'personal', 'interest', 'listening'], ['working', 'salary', '12k', 'personal', 'interest', 'listening', 'music'], ['salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing'], ['12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net'], ['personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching'], ['interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie'], ['listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing'], ['music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket'], ['surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company'], ['net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi'], ['watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center'], ['movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy'], ['playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description'], ['cricket', 'company', 'epi', 'center', 'academy', 'description', 'working'], ['company', 'epi', 'center', 'academy', 'description', 'working', 'salary'], ['epi', 'center', 'academy', 'description', 'working', 'salary', 'contract'], ['center', 'academy', 'description', 'working', 'salary', 'contract', 'based'], ['academy', 'description', 'working', 'salary', 'contract', 'based', 'company'], ['description', 'working', 'salary', 'contract', 'based', 'company', 'aptech'], ['working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni'], ['salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road'], ['contract', 'based', 'company', 'aptech', 'charni', 'road', 'description'], ['based', 'company', 'aptech', 'charni', 'road', 'description', 'salary'], ['company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract'], ['aptech', 'charni', 'road', 'description', 'salary', 'contract', 'based'], ['education', 'details', 'january', '2016', 'b', 'sc', 'information', 'technology'], ['details', 'january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai'], ['january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra'], ['2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university'], ['b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012'], ['technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad'], ['maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar'], ['university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh'], ['mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january'], ['hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc'], ['uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot'], ['pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net'], ['allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad'], ['university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar'], ['january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh'], ['2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web'], ['net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer'], ['uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer'], ['pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web'], ['allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer'], ['university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer'], ['web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill'], ['designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details'], ['developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web'], ['trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web', 'design'], ['web', 'designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience'], ['designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience', '12'], ['developer', 'skill', 'details', 'web', 'design', 'exprience', '12', 'months'], ['skill', 'details', 'web', 'design', 'exprience', '12', 'months', 'php'], ['details', 'web', 'design', 'exprience', '12', 'months', 'php', 'exprience'], ['web', 'design', 'exprience', '12', 'months', 'php', 'exprience', '12'], ['design', 'exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany'], ['exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details'], ['12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company'], ['months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech'], ['php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india'], ['exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description'], ['12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working'], ['monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working', 'salary'], ['details', 'company', 'nettech', 'india', 'description', 'working', 'salary', '12k'], ['company', 'nettech', 'india', 'description', 'working', 'salary', '12k', 'personal'], ['nettech', 'india', 'description', 'working', 'salary', '12k', 'personal', 'interest'], ['india', 'description', 'working', 'salary', '12k', 'personal', 'interest', 'listening'], ['description', 'working', 'salary', '12k', 'personal', 'interest', 'listening', 'music'], ['working', 'salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing'], ['salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net'], ['12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching'], ['personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie'], ['interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing'], ['listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket'], ['music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company'], ['surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi'], ['net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center'], ['watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy'], ['movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description'], ['playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description', 'working'], ['cricket', 'company', 'epi', 'center', 'academy', 'description', 'working', 'salary'], ['company', 'epi', 'center', 'academy', 'description', 'working', 'salary', 'contract'], ['epi', 'center', 'academy', 'description', 'working', 'salary', 'contract', 'based'], ['center', 'academy', 'description', 'working', 'salary', 'contract', 'based', 'company'], ['academy', 'description', 'working', 'salary', 'contract', 'based', 'company', 'aptech'], ['description', 'working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni'], ['working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road'], ['salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road', 'description'], ['contract', 'based', 'company', 'aptech', 'charni', 'road', 'description', 'salary'], ['based', 'company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract'], ['company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract', 'based'], ['education', 'details', 'january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai'], ['details', 'january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra'], ['january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university'], ['2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012'], ['information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc'], ['technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar'], ['maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh'], ['university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january'], ['2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010'], ['hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot'], ['uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net'], ['pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad'], ['allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar'], ['university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh'], ['january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad'], ['2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university'], ['ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web'], ['dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer'], ['net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer'], ['allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer'], ['uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web'], ['pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer'], ['allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer'], ['university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill'], ['web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details'], ['designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web'], ['developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web', 'design'], ['trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience'], ['web', 'designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience', '12'], ['designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience', '12', 'months'], ['developer', 'skill', 'details', 'web', 'design', 'exprience', '12', 'months', 'php'], ['skill', 'details', 'web', 'design', 'exprience', '12', 'months', 'php', 'exprience'], ['details', 'web', 'design', 'exprience', '12', 'months', 'php', 'exprience', '12'], ['web', 'design', 'exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany'], ['design', 'exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details'], ['exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company'], ['12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech'], ['months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india'], ['php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description'], ['exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working'], ['12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working', 'salary'], ['monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working', 'salary', '12k'], ['details', 'company', 'nettech', 'india', 'description', 'working', 'salary', '12k', 'personal'], ['company', 'nettech', 'india', 'description', 'working', 'salary', '12k', 'personal', 'interest'], ['nettech', 'india', 'description', 'working', 'salary', '12k', 'personal', 'interest', 'listening'], ['india', 'description', 'working', 'salary', '12k', 'personal', 'interest', 'listening', 'music'], ['description', 'working', 'salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing'], ['working', 'salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net'], ['salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching'], ['12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie'], ['personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing'], ['interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket'], ['listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company'], ['music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi'], ['surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center'], ['net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy'], ['watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description'], ['movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description', 'working'], ['playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description', 'working', 'salary'], ['cricket', 'company', 'epi', 'center', 'academy', 'description', 'working', 'salary', 'contract'], ['company', 'epi', 'center', 'academy', 'description', 'working', 'salary', 'contract', 'based'], ['epi', 'center', 'academy', 'description', 'working', 'salary', 'contract', 'based', 'company'], ['center', 'academy', 'description', 'working', 'salary', 'contract', 'based', 'company', 'aptech'], ['academy', 'description', 'working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni'], ['description', 'working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road'], ['working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road', 'description'], ['salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road', 'description', 'salary'], ['contract', 'based', 'company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract'], ['based', 'company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract', 'based']], [['it'], ['skills'], ['languages'], ['c'], ['basic'], ['java'], ['basic'], ['web'], ['technologies'], ['html5'], ['css3'], ['bootstrap'], ['javascript'], ['jquery'], ['corel'], ['draw'], ['photoshop'], ['illustrator'], ['databases'], ['mysql5'], ['0'], ['ide'], ['tools'], ['sublime'], ['text'], ['notepad'], ['operating'], ['systems'], ['windows'], ['xp'], ['windows'], ['7education'], ['details'], ['september'], ['2015'], ['bachelor'], ['engineer'], ['information'], ['technology'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['may'], ['2011'], ['hsc'], ['secondary'], ['higher'], ['secondary'], ['state'], ['board'], ['secondary'], ['june'], ['2009'], ['ssc'], ['secondary'], ['higher'], ['secondary'], ['maharashtra'], ['state'], ['board'], ['secondary'], ['web'], ['graphics'], ['designer'], ['web'], ['graphics'], ['designer'], ['virtuous'], ['media'], ['point'], ['pune'], ['skill'], ['details'], ['bootstrap'], ['exprience'], ['24'], ['months'], ['html5'], ['exprience'], ['24'], ['months'], ['javascript'], ['exprience'], ['24'], ['months'], ['jquery'], ['exprience'], ['24'], ['months'], ['corel'], ['draw'], ['exprience'], ['24'], ['months'], ['adobe'], ['photoshop'], ['exprience'], ['24'], ['months'], ['adobe'], ['illustrator'], ['exprience'], ['12'], ['months'], ['css3'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['virtuous'], ['media'], ['point'], ['description'], ['company'], ['cnc'], ['web'], ['world'], ['description'], ['internship'], ['program'], ['at'], ['e'], ['sense'], ['it'], ['solution'], ['pvt'], ['ltd'], ['nagpur'], ['web'], ['designing'], ['developement'], ['presented'], ['project'], ['competition'], ['innovesta'], ['15'], ['priyadarshini'], ['indira'], ['gandhi'], ['college'], ['engineering'], ['nagpur'], ['presented'], ['national'], ['level'], ['paper'], ['presentation'], ['tech'], ['wave'], ['2015'], ['s'], ['r'], ['m'], ['c'], ['e'], ['nagpur'], ['company'], ['e'], ['sense'], ['it'], ['solution'], ['pvt'], ['ltd'], ['description'], ['key'], ['result'], ['areas'], ['designed'], ['websites'], ['solutions'], ['studying'], ['information'], ['needs'], ['conferring'], ['users'], ['studying'], ['systems'], ['flow'], ['data'], ['usage'], ['work'], ['processes'], ['understood'], ['process'], ['requirements'], ['provided'], ['use'], ['cases'], ['business'], ['functional'], ['technical'], ['requirements'], ['interacted'], ['users'], ['requirement'], ['gathering'], ['prepared'], ['functional'], ['specifications'], ['low'], ['level'], ['design'], ['documents'], ['participated'], ['software'], ['development'], ['life'], ['cycle'], ['sdlc'], ['agile'], ['methodology'], ['right'], ['requirement'], ['analysis'], ['performed'], ['detailed'], ['design'], ['modules'], ['along'], ['implementation'], ['documentation'], ['integrated'], ['software'], ['modules'], ['developed'], ['team'], ['members'], ['highlights'], ['developed'], ['various'], ['modules'], ['per'], ['customer'], ['requirement'], ['identified'], ['fixed'], ['number'], ['bugs'], ['related'], ['code'], ['database'], ['connectivity'], ['ui'], ['defects'], ['analyzed'], ['modified'], ['existing'], ['codes'], ['incorporate'], ['number'], ['changes'], ['application'], ['user'], ['requirements'], ['wrote'], ['new'], ['codes'], ['required'], ['coded'], ['implemented'], ['integrated'], ['complex'], ['programs'], ['using'], ['technologies'], ['html5'], ['css3'], ['javascript'], ['jquery'], ['bootstrap'], ['having'], ['good'], ['command'], ['graphics'], ['designing'], ['effective'], ['ideas'], ['projects'], ['www'], ['nitka'], ['com'], ['nagpur'], ['united'], ['corporation'], ['admin'], ['mintmetrix'], ['com'], ['tagline'], ['videos'], ['admin'], ['smartbadge'], ['admin'], ['in'], ['projects'], ['i'], ['used'], ['technologies'], ['like'], ['html5'], ['css3'], ['bootstrap'], ['javascript'], ['jquery'], ['text'], ['editor'], ['sublime'], ['text'], ['www'], ['shreekiaspack'], ['co'], ['www'], ['3staragroproducts'], ['com'], ['www'], ['luckystationery'], ['co'], ['used'], ['technologies'], ['like'], ['html5'], ['css3'], ['bootstrap'], ['javascript'], ['text'], ['editor'], ['notepad'], ['design'], ['various'], ['logos'], ['brochures'], ['advertising'], ['banners'], ['visiting'], ['cards'], ['pamphlet'], ['hoardings'], ['etc'], ['b'], ['e'], ['final'], ['year'], ['project'], ['major'], ['project'], ['title'], ['web'], ['based'], ['disease'], ['diagnosis'], ['expe'], ['system'], ['duration'], ['1'], ['year'], ['description'], ['in'], ['project'], ['provide'], ['website'], ['doctor'], ['gives'], ['online'], ['consultation'], ['particular'], ['disease'], ['system'], ['gives'], ['better'], ['suggestions'], ['health'], ['problems'], ['mini'], ['project'], ['development'], ['shopping'], ['management'], ['system'], ['developed'], ['c'], ['curriculum'], ['extra'], ['curriculum'], ['activities'], ['company'], ['face'], ['it'], ['description'], ['co'], ['ordinator'], ['project'], ['competition'], ['it', 'skills'], ['skills', 'languages'], ['languages', 'c'], ['c', 'basic'], ['basic', 'java'], ['java', 'basic'], ['basic', 'web'], ['web', 'technologies'], ['technologies', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'javascript'], ['javascript', 'jquery'], ['jquery', 'corel'], ['corel', 'draw'], ['draw', 'photoshop'], ['photoshop', 'illustrator'], ['illustrator', 'databases'], ['databases', 'mysql5'], ['mysql5', '0'], ['0', 'ide'], ['ide', 'tools'], ['tools', 'sublime'], ['sublime', 'text'], ['text', 'notepad'], ['notepad', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', 'windows'], ['windows', '7education'], ['7education', 'details'], ['details', 'september'], ['september', '2015'], ['2015', 'bachelor'], ['bachelor', 'engineer'], ['engineer', 'information'], ['information', 'technology'], ['technology', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'may'], ['may', '2011'], ['2011', 'hsc'], ['hsc', 'secondary'], ['secondary', 'higher'], ['higher', 'secondary'], ['secondary', 'state'], ['state', 'board'], ['board', 'secondary'], ['secondary', 'june'], ['june', '2009'], ['2009', 'ssc'], ['ssc', 'secondary'], ['secondary', 'higher'], ['higher', 'secondary'], ['secondary', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'secondary'], ['secondary', 'web'], ['web', 'graphics'], ['graphics', 'designer'], ['designer', 'web'], ['web', 'graphics'], ['graphics', 'designer'], ['designer', 'virtuous'], ['virtuous', 'media'], ['media', 'point'], ['point', 'pune'], ['pune', 'skill'], ['skill', 'details'], ['details', 'bootstrap'], ['bootstrap', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'html5'], ['html5', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'corel'], ['corel', 'draw'], ['draw', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'adobe'], ['adobe', 'photoshop'], ['photoshop', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'adobe'], ['adobe', 'illustrator'], ['illustrator', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'css3'], ['css3', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'virtuous'], ['virtuous', 'media'], ['media', 'point'], ['point', 'description'], ['description', 'company'], ['company', 'cnc'], ['cnc', 'web'], ['web', 'world'], ['world', 'description'], ['description', 'internship'], ['internship', 'program'], ['program', 'at'], ['at', 'e'], ['e', 'sense'], ['sense', 'it'], ['it', 'solution'], ['solution', 'pvt'], ['pvt', 'ltd'], ['ltd', 'nagpur'], ['nagpur', 'web'], ['web', 'designing'], ['designing', 'developement'], ['developement', 'presented'], ['presented', 'project'], ['project', 'competition'], ['competition', 'innovesta'], ['innovesta', '15'], ['15', 'priyadarshini'], ['priyadarshini', 'indira'], ['indira', 'gandhi'], ['gandhi', 'college'], ['college', 'engineering'], ['engineering', 'nagpur'], ['nagpur', 'presented'], ['presented', 'national'], ['national', 'level'], ['level', 'paper'], ['paper', 'presentation'], ['presentation', 'tech'], ['tech', 'wave'], ['wave', '2015'], ['2015', 's'], ['s', 'r'], ['r', 'm'], ['m', 'c'], ['c', 'e'], ['e', 'nagpur'], ['nagpur', 'company'], ['company', 'e'], ['e', 'sense'], ['sense', 'it'], ['it', 'solution'], ['solution', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'key'], ['key', 'result'], ['result', 'areas'], ['areas', 'designed'], ['designed', 'websites'], ['websites', 'solutions'], ['solutions', 'studying'], ['studying', 'information'], ['information', 'needs'], ['needs', 'conferring'], ['conferring', 'users'], ['users', 'studying'], ['studying', 'systems'], ['systems', 'flow'], ['flow', 'data'], ['data', 'usage'], ['usage', 'work'], ['work', 'processes'], ['processes', 'understood'], ['understood', 'process'], ['process', 'requirements'], ['requirements', 'provided'], ['provided', 'use'], ['use', 'cases'], ['cases', 'business'], ['business', 'functional'], ['functional', 'technical'], ['technical', 'requirements'], ['requirements', 'interacted'], ['interacted', 'users'], ['users', 'requirement'], ['requirement', 'gathering'], ['gathering', 'prepared'], ['prepared', 'functional'], ['functional', 'specifications'], ['specifications', 'low'], ['low', 'level'], ['level', 'design'], ['design', 'documents'], ['documents', 'participated'], ['participated', 'software'], ['software', 'development'], ['development', 'life'], ['life', 'cycle'], ['cycle', 'sdlc'], ['sdlc', 'agile'], ['agile', 'methodology'], ['methodology', 'right'], ['right', 'requirement'], ['requirement', 'analysis'], ['analysis', 'performed'], ['performed', 'detailed'], ['detailed', 'design'], ['design', 'modules'], ['modules', 'along'], ['along', 'implementation'], ['implementation', 'documentation'], ['documentation', 'integrated'], ['integrated', 'software'], ['software', 'modules'], ['modules', 'developed'], ['developed', 'team'], ['team', 'members'], ['members', 'highlights'], ['highlights', 'developed'], ['developed', 'various'], ['various', 'modules'], ['modules', 'per'], ['per', 'customer'], ['customer', 'requirement'], ['requirement', 'identified'], ['identified', 'fixed'], ['fixed', 'number'], ['number', 'bugs'], ['bugs', 'related'], ['related', 'code'], ['code', 'database'], ['database', 'connectivity'], ['connectivity', 'ui'], ['ui', 'defects'], ['defects', 'analyzed'], ['analyzed', 'modified'], ['modified', 'existing'], ['existing', 'codes'], ['codes', 'incorporate'], ['incorporate', 'number'], ['number', 'changes'], ['changes', 'application'], ['application', 'user'], ['user', 'requirements'], ['requirements', 'wrote'], ['wrote', 'new'], ['new', 'codes'], ['codes', 'required'], ['required', 'coded'], ['coded', 'implemented'], ['implemented', 'integrated'], ['integrated', 'complex'], ['complex', 'programs'], ['programs', 'using'], ['using', 'technologies'], ['technologies', 'html5'], ['html5', 'css3'], ['css3', 'javascript'], ['javascript', 'jquery'], ['jquery', 'bootstrap'], ['bootstrap', 'having'], ['having', 'good'], ['good', 'command'], ['command', 'graphics'], ['graphics', 'designing'], ['designing', 'effective'], ['effective', 'ideas'], ['ideas', 'projects'], ['projects', 'www'], ['www', 'nitka'], ['nitka', 'com'], ['com', 'nagpur'], ['nagpur', 'united'], ['united', 'corporation'], ['corporation', 'admin'], ['admin', 'mintmetrix'], ['mintmetrix', 'com'], ['com', 'tagline'], ['tagline', 'videos'], ['videos', 'admin'], ['admin', 'smartbadge'], ['smartbadge', 'admin'], ['admin', 'in'], ['in', 'projects'], ['projects', 'i'], ['i', 'used'], ['used', 'technologies'], ['technologies', 'like'], ['like', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'javascript'], ['javascript', 'jquery'], ['jquery', 'text'], ['text', 'editor'], ['editor', 'sublime'], ['sublime', 'text'], ['text', 'www'], ['www', 'shreekiaspack'], ['shreekiaspack', 'co'], ['co', 'www'], ['www', '3staragroproducts'], ['3staragroproducts', 'com'], ['com', 'www'], ['www', 'luckystationery'], ['luckystationery', 'co'], ['co', 'used'], ['used', 'technologies'], ['technologies', 'like'], ['like', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'javascript'], ['javascript', 'text'], ['text', 'editor'], ['editor', 'notepad'], ['notepad', 'design'], ['design', 'various'], ['various', 'logos'], ['logos', 'brochures'], ['brochures', 'advertising'], ['advertising', 'banners'], ['banners', 'visiting'], ['visiting', 'cards'], ['cards', 'pamphlet'], ['pamphlet', 'hoardings'], ['hoardings', 'etc'], ['etc', 'b'], ['b', 'e'], ['e', 'final'], ['final', 'year'], ['year', 'project'], ['project', 'major'], ['major', 'project'], ['project', 'title'], ['title', 'web'], ['web', 'based'], ['based', 'disease'], ['disease', 'diagnosis'], ['diagnosis', 'expe'], ['expe', 'system'], ['system', 'duration'], ['duration', '1'], ['1', 'year'], ['year', 'description'], ['description', 'in'], ['in', 'project'], ['project', 'provide'], ['provide', 'website'], ['website', 'doctor'], ['doctor', 'gives'], ['gives', 'online'], ['online', 'consultation'], ['consultation', 'particular'], ['particular', 'disease'], ['disease', 'system'], ['system', 'gives'], ['gives', 'better'], ['better', 'suggestions'], ['suggestions', 'health'], ['health', 'problems'], ['problems', 'mini'], ['mini', 'project'], ['project', 'development'], ['development', 'shopping'], ['shopping', 'management'], ['management', 'system'], ['system', 'developed'], ['developed', 'c'], ['c', 'curriculum'], ['curriculum', 'extra'], ['extra', 'curriculum'], ['curriculum', 'activities'], ['activities', 'company'], ['company', 'face'], ['face', 'it'], ['it', 'description'], ['description', 'co'], ['co', 'ordinator'], ['ordinator', 'project'], ['project', 'competition'], ['it', 'skills', 'languages'], ['skills', 'languages', 'c'], ['languages', 'c', 'basic'], ['c', 'basic', 'java'], ['basic', 'java', 'basic'], ['java', 'basic', 'web'], ['basic', 'web', 'technologies'], ['web', 'technologies', 'html5'], ['technologies', 'html5', 'css3'], ['html5', 'css3', 'bootstrap'], ['css3', 'bootstrap', 'javascript'], ['bootstrap', 'javascript', 'jquery'], ['javascript', 'jquery', 'corel'], ['jquery', 'corel', 'draw'], ['corel', 'draw', 'photoshop'], ['draw', 'photoshop', 'illustrator'], ['photoshop', 'illustrator', 'databases'], ['illustrator', 'databases', 'mysql5'], ['databases', 'mysql5', '0'], ['mysql5', '0', 'ide'], ['0', 'ide', 'tools'], ['ide', 'tools', 'sublime'], ['tools', 'sublime', 'text'], ['sublime', 'text', 'notepad'], ['text', 'notepad', 'operating'], ['notepad', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', 'windows'], ['xp', 'windows', '7education'], ['windows', '7education', 'details'], ['7education', 'details', 'september'], ['details', 'september', '2015'], ['september', '2015', 'bachelor'], ['2015', 'bachelor', 'engineer'], ['bachelor', 'engineer', 'information'], ['engineer', 'information', 'technology'], ['information', 'technology', 'nagpur'], ['technology', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'may'], ['university', 'may', '2011'], ['may', '2011', 'hsc'], ['2011', 'hsc', 'secondary'], ['hsc', 'secondary', 'higher'], ['secondary', 'higher', 'secondary'], ['higher', 'secondary', 'state'], ['secondary', 'state', 'board'], ['state', 'board', 'secondary'], ['board', 'secondary', 'june'], ['secondary', 'june', '2009'], ['june', '2009', 'ssc'], ['2009', 'ssc', 'secondary'], ['ssc', 'secondary', 'higher'], ['secondary', 'higher', 'secondary'], ['higher', 'secondary', 'maharashtra'], ['secondary', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'secondary'], ['board', 'secondary', 'web'], ['secondary', 'web', 'graphics'], ['web', 'graphics', 'designer'], ['graphics', 'designer', 'web'], ['designer', 'web', 'graphics'], ['web', 'graphics', 'designer'], ['graphics', 'designer', 'virtuous'], ['designer', 'virtuous', 'media'], ['virtuous', 'media', 'point'], ['media', 'point', 'pune'], ['point', 'pune', 'skill'], ['pune', 'skill', 'details'], ['skill', 'details', 'bootstrap'], ['details', 'bootstrap', 'exprience'], ['bootstrap', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'html5'], ['months', 'html5', 'exprience'], ['html5', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'jquery'], ['months', 'jquery', 'exprience'], ['jquery', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'corel'], ['months', 'corel', 'draw'], ['corel', 'draw', 'exprience'], ['draw', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'adobe'], ['months', 'adobe', 'photoshop'], ['adobe', 'photoshop', 'exprience'], ['photoshop', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'adobe'], ['months', 'adobe', 'illustrator'], ['adobe', 'illustrator', 'exprience'], ['illustrator', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'css3'], ['months', 'css3', 'exprience'], ['css3', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'virtuous'], ['company', 'virtuous', 'media'], ['virtuous', 'media', 'point'], ['media', 'point', 'description'], ['point', 'description', 'company'], ['description', 'company', 'cnc'], ['company', 'cnc', 'web'], ['cnc', 'web', 'world'], ['web', 'world', 'description'], ['world', 'description', 'internship'], ['description', 'internship', 'program'], ['internship', 'program', 'at'], ['program', 'at', 'e'], ['at', 'e', 'sense'], ['e', 'sense', 'it'], ['sense', 'it', 'solution'], ['it', 'solution', 'pvt'], ['solution', 'pvt', 'ltd'], ['pvt', 'ltd', 'nagpur'], ['ltd', 'nagpur', 'web'], ['nagpur', 'web', 'designing'], ['web', 'designing', 'developement'], ['designing', 'developement', 'presented'], ['developement', 'presented', 'project'], ['presented', 'project', 'competition'], ['project', 'competition', 'innovesta'], ['competition', 'innovesta', '15'], ['innovesta', '15', 'priyadarshini'], ['15', 'priyadarshini', 'indira'], ['priyadarshini', 'indira', 'gandhi'], ['indira', 'gandhi', 'college'], ['gandhi', 'college', 'engineering'], ['college', 'engineering', 'nagpur'], ['engineering', 'nagpur', 'presented'], ['nagpur', 'presented', 'national'], ['presented', 'national', 'level'], ['national', 'level', 'paper'], ['level', 'paper', 'presentation'], ['paper', 'presentation', 'tech'], ['presentation', 'tech', 'wave'], ['tech', 'wave', '2015'], ['wave', '2015', 's'], ['2015', 's', 'r'], ['s', 'r', 'm'], ['r', 'm', 'c'], ['m', 'c', 'e'], ['c', 'e', 'nagpur'], ['e', 'nagpur', 'company'], ['nagpur', 'company', 'e'], ['company', 'e', 'sense'], ['e', 'sense', 'it'], ['sense', 'it', 'solution'], ['it', 'solution', 'pvt'], ['solution', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'key'], ['description', 'key', 'result'], ['key', 'result', 'areas'], ['result', 'areas', 'designed'], ['areas', 'designed', 'websites'], ['designed', 'websites', 'solutions'], ['websites', 'solutions', 'studying'], ['solutions', 'studying', 'information'], ['studying', 'information', 'needs'], ['information', 'needs', 'conferring'], ['needs', 'conferring', 'users'], ['conferring', 'users', 'studying'], ['users', 'studying', 'systems'], ['studying', 'systems', 'flow'], ['systems', 'flow', 'data'], ['flow', 'data', 'usage'], ['data', 'usage', 'work'], ['usage', 'work', 'processes'], ['work', 'processes', 'understood'], ['processes', 'understood', 'process'], ['understood', 'process', 'requirements'], ['process', 'requirements', 'provided'], ['requirements', 'provided', 'use'], ['provided', 'use', 'cases'], ['use', 'cases', 'business'], ['cases', 'business', 'functional'], ['business', 'functional', 'technical'], ['functional', 'technical', 'requirements'], ['technical', 'requirements', 'interacted'], ['requirements', 'interacted', 'users'], ['interacted', 'users', 'requirement'], ['users', 'requirement', 'gathering'], ['requirement', 'gathering', 'prepared'], ['gathering', 'prepared', 'functional'], ['prepared', 'functional', 'specifications'], ['functional', 'specifications', 'low'], ['specifications', 'low', 'level'], ['low', 'level', 'design'], ['level', 'design', 'documents'], ['design', 'documents', 'participated'], ['documents', 'participated', 'software'], ['participated', 'software', 'development'], ['software', 'development', 'life'], ['development', 'life', 'cycle'], ['life', 'cycle', 'sdlc'], ['cycle', 'sdlc', 'agile'], ['sdlc', 'agile', 'methodology'], ['agile', 'methodology', 'right'], ['methodology', 'right', 'requirement'], ['right', 'requirement', 'analysis'], ['requirement', 'analysis', 'performed'], ...], [['education'], ['details'], ['may'], ['1999'], ['september'], ['2002'], ['diploma'], ['mechanical'], ['engg'], ['mumbai'], ['maharashtra'], ['institute'], ['mechanical'], ['engg'], ['may'], ['1998'], ['may'], ['1999'], ['diploma'], ['mechanical'], ['engg'], ['services'], ['ites'], ['may'], ['1993'], ['may'], ['1995'], ['mumbai'], ['maharashtra'], ['industrial'], ['training'], ['institute'], ['sr'], ['executive'], ['mechanical'], ['engineering'], ['automation'], ['projects'], ['consultant'], ['sr'], ['executive'], ['mechanical'], ['engineering'], ['automation'], ['projects'], ['consultant'], ['mechanical'], ['engineering'], ['skill'], ['details'], ['microsoft'], ['office'], ['word'], ['excel'], ['auto'], ['cad'], ['micro'], ['station'], ['j'], ['erp'], ['3d'], ['modeling'], ['software'], ['exprience'], ['120'], ['monthscompany'], ['details'], ['company'], ['mechanical'], ['engineering'], ['description'], ['role'], ['responsibilities'], ['application'], ['engineering'], ['pre'], ['sales'], ['inside'], ['sales'], ['provide'], ['applications'], ['support'], ['inside'], ['sales'], ['personnel'], ['outside'], ['sales'], ['channels'], ['provide'], ['product'], ['selection'], ['materials'], ['construction'], ['technical'], ['recommendations'], ['participate'], ['necessary'], ['training'], ['activities'], ['establish'], ['technical'], ['competency'], ['also'], ['participate'], ['field'], ['service'], ['trips'], ['directed'], ['top'], ['mgmt'], ['assist'], ['brand'], ['managers'], ['product'], ['managers'], ['needed'], ['takes'], ['active'], ['role'], ['support'], ['projects'], ['quotations'], ['team'], ['responsible'], ['technical'], ['part'], ['project'], ['quotation'], ['including'], ['selection'], ['sizing'], ['costing'], ['pneumatic'], ['automation'], ['products'], ['valves'], ['linear'], ['rotary'], ['actuator'], ['field'], ['fabrication'], ['equipment'], ['basis'], ['customer'], ['data'], ['sheets'], ['engineering'], ['drawing'], ['travel'], ['required'], ['support'], ['field'], ['sales'], ['channel'], ['promote'], ['company'], ['products'], ['services'], ['perform'], ['detailed'], ['reviews'], ['customer'], ['specifications'], ['providing'], ['comments'], ['clarifications'], ['alternatives'], ['customer'], ['requirements'], ['sizing'], ['selection'], ['valves'], ['actuators'], ['prepare'], ['cost'], ['effective'], ['techno'], ['commercial'], ['quotations'], ['solutions'], ['per'], ['customers'], ['technical'], ['requirements'], ['coordinate'], ['technical'], ['departments'], ['required'], ['order'], ['minimize'], ['technical'], ['cost'], ['risk'], ['sending'], ['quotations'], ['urately'], ['time'], ['including'], ['technical'], ['commercial'], ['per'], ['customer'], ['documentation'], ['requests'], ['participate'], ['customer'], ['negotiation'], ['process'], ['including'], ['commercial'], ['technical'], ['negotiations'], ['follow'], ['quotations'], ['close'], ['order'], ['also'], ['follow'], ['payment'], ['collection'], ['perform'], ['po'], ['reviews'], ['ensure'], ['critical'], ['elements'], ['correct'], ['take'], ['senior'], ['top'], ['managements'], ['customer'], ['case'], ['discrepancies'], ['get'], ['po'], ['amendment'], ['required'], ['create'], ['order'], ['transfer'], ['file'], ['submission'], ['factory'], ['ordance'], ['po'], ['support'], ['factory'], ['post'], ['order'], ['activities'], ['sales'], ['service'], ['necessary'], ['develop'], ['maintain'], ['good'], ['customer'], ['service'], ['role'], ['responsibilities'], ['proposal'], ['estimation'], ['engineering'], ['products'], ['costing'], ['review'], ['receive'], ['rfqs'], ['company'], ['products'], ['solutions'], ['estimation'], ['pneumatic'], ['automation'], ['products'], ['projects'], ['valves'], ['linear'], ['rotary'], ['actuator'], ['field'], ['equipment'], ['piping'], ['fabricated'], ['equipment'], ['etc'], ['plotting'], ['enquiries'], ['vendors'], ['critical'], ['bought'], ['items'], ['continuous'], ['follow'], ['vendors'], ['quotations'], ['applying'], ['thumb'], ['rule'], ['standard'], ['practice'], ['design'], ['estimating'], ['achieving'], ['uracy'], ['less'], ['time'], ['analyzing'], ['evaluating'], ['estimated'], ['cost'], ['actual'], ['cost'], ['jobs'], ['already'], ['manufactured'], ['past'], ['arrive'], ['realistic'], ['cost'], ['estimates'], ['maintaining'], ['databanks'], ['quotations'], ['readily'], ['available'], ['others'], ['also'], ['coordinating'], ['instrumentation'], ['electrical'], ['dept'], ['costing'], ['handling'], ['estimation'], ['department'], ['submitting'], ['offers'], ['time'], ['visit'], ['site'], ['site'], ['projects'], ['required'], ['co'], ['ordination'], ['purchase'], ['process'], ['departments'], ['attending'], ['customer'], ['enquiries'], ['meeting'], ['development'], ['vendors'], ['preparation'], ['statement'], ['enquiries'], ['pending'], ['estimation'], ['progress'], ['understand'], ['client'], ['concern'], ['pain'], ['area'], ['requirement'], ['offer'], ['suitable'], ['optimized'], ['tailor'], ['made'], ['predesigned'], ['chemtronics'], ['solution'], ['techno'], ['commercial'], ['proposal'], ['technically'], ['feasible'], ['commercially'], ['viable'], ['assign'], ['work'], ['jr'], ['proposal'], ['executives'], ['engineers'], ['guide'], ['coordinate'], ['design'], ['cad'], ['sales'], ['marketing'], ['project'], ['commercial'], ['department'], ['role'], ['responsibilities'], ['engg'], ['procurement'], ['purchase'], ['vendor'], ['development'], ['supply'], ['chain'], ['procurement'], ['steel'], ['raw'], ['material'], ['semi'], ['finish'], ['products'], ['based'], ['projects'], ['requirement'], ['continuous'], ['improvement'], ['negotiation'], ['process'], ['cost'], ['saving'], ['opportunities'], ['turn'], ['round'], ['time'], ['improvement'], ['new'], ['vendor'], ['development'], ['contract'], ['management'], ['tenders'], ['to'], ['achieve'], ['target'], ['savings'], ['budget'], ['last'], ['purchase'], ['rates'], ['develop'], ['new'], ['vendors'], ['obtaining'], ['quotation'], ['finalization'], ['research'], ['evaluate'], ['potential'], ['vendors'], ['suppliers'], ['request'], ['quotes'], ['technical'], ['comparisons'], ['prices'], ['also'], ['maintain'], ['good'], ['relationships'], ['vendors'], ['suppliers'], ['examine'], ['review'], ['products'], ['supplies'], ['ensure'], ['quality'], ['digitize'], ['procurement'], ['processes'], ['track'], ['incoming'], ['future'], ['purchasing'], ['plans'], ['projects'], ['inventory'], ['delivery'], ['arrival'], ['time'], ['note'], ['actual'], ['arrival'], ['time'], ['organize'], ['update'], ['database'], ['suppliers'], ['delivery'], ['times'], ['invoices'], ['quantity'], ['supplies'], ['collaborate'], ['financial'], ['team'], ['members'], ['contracts'], ['invoicing'], ['financial'], ['matters'], ['finding'], ['suppliers'], ['buying'], ['various'], ['materials'], ['products'], ['finders'], ['well'], ['internet'], ['source'], ['create'], ['rfq'], ['materials'], ['projects'], ['departments'], ['project'], ['materials'], ['equipment'], ['services'], ['review'], ['vendor'], ['evaluation'], ['vendor'], ['registration'], ['supply'], ['time'], ['quality'], ['products'], ['company'], ['proposal'], ['estimation'], ['description'], ['m'], ['duncan'], ['engineering'], ['ltd'], ['pune'], ['ranjangaon'], ['midc'], ['role'], ['responsibilities'], ['project'], ['execution'], ['vendor'], ['development'], ['supply'], ['chain'], ['management'], ['interacting'], ['vendors'], ['ensure'], ['timely'], ['action'], ['order'], ['negotiating'], ['vendor'], ['work'], ['directly'], ['customer'], ['understand'], ['process'], ['develop'], ['best'], ['solution'], ['for'], ['requirement'], ['lead'], ['proposal'], ['engineering'], ['team'], ['technical'], ['support'], ['customer'], ['work'], ['sales'], ['team'], ['professionally'], ['represent'], ['company'], ['customer'], ['gather'], ['data'], ['ask'], ['right'], ['question'], ['define'], ['project'], ['work'], ['engineers'], ['designer'], ['develop'], ['quote'], ['cost'], ['effective'], ['solution'], ['cost'], ['estimation'], ['preparing'], ['proposal'], ['quotation'], ['base'], ['technical'], ['specification'], ['customer'], ['requirement'], ['identify'], ['production'], ['process'], ['machines'], ['brought'], ['item'], ['requirements'], ['co'], ['ordinate'], ['customer'], ['understand'], ['exact'], ['requirements'], ['identification'], ['critical'], ['problem'], ['work'], ['proper'], ['solution'], ['specified'], ['time'], ['frames'], ['production'], ['design'], ['new'], ['manufacturing'], ['process'], ['new'], ['product'], ['development'], ['developing'], ['customized'], ['manufacturing'], ['solutions'], ['steel'], ['power'], ['cement'], ['petrochemical'], ['sector'], ['executing'], ['cost'], ['saving'], ['techniques'], ['measures'], ['modifications'], ['achieve'], ['substantial'], ['reduction'], ['o'], ['m'], ['expenditures'], ['work'], ['within'], ['budget'], ['maintaining'], ['fruitful'], ['relationships'], ['existing'], ['customers'], ['company'], ['rotex'], ['engineers'], ['manufacturing'], ['pvt'], ['ltd'], ['description'], ['nov'], ['2015'], ['june'], ['2016'], ['rotex'], ['engineers'], ['manufacturing'], ['pvt'], ['ltd'], ['dombivali'], ['midc'], ['kaylan'], ['role'], ['responsibilities'], ['to'], ['manage'], ['enhance'], ['activity'], ['related'], ['proposal'], ['pneumatics'], ['fabrication'], ['projects'], ['products'], ['project'], ['execution'], ['vendor'], ['development'], ['supply'], ['chain'], ['management'], ['interacting'], ['vendors'], ['ensure'], ['timely'], ['action'], ['order'], ['negotiating'], ['vendor'], ['production'], ['design'], ['new'], ['manufacturing'], ['process'], ['new'], ['product'], ['development'], ['developing'], ['customized'], ['manufacturing'], ['solutions'], ['steel'], ['power'], ['cement'], ['petrochemical'], ['sector'], ['preparation'], ['technical'], ['data'], ['sheets'], ['per'], ['tender'], ['specification'], ['calculate'], ['price'], ['structure'], ['analyze'], ['cost'], ['proposals'], ['monitoring'], ['progress'], ['throughout'], ['job'], ['comparing'], ['schedule'], ['work'], ['maintaining'], ['fruitful'], ['relationships'], ['existing'], ['customers'], ['review'], ['vendor'], ['evaluation'], ['vendor'], ['registration'], ['supply'], ['time'], ['quality'], ['products'], ['examine'], ['review'], ['products'], ['supplies'], ['ensure'], ['quality'], ['company'], ['design'], ['proposal'], ['engineering'], ['description'], ['m'], ['schrader'], ['duncan'], ['ltd'], ['pune'], ['ranjangaon'], ['midc'], ['role'], ['responsibilities'], ['project'], ['execution'], ['vendor'], ['development'], ['supply'], ['chain'], ['management'], ['interacting'], ['vendors'], ['ensure'], ['timely'], ['action'], ['order'], ['negotiating'], ['vendor'], ['design'], ['modify'], ['mechanical'], ['assemblies'], ['hydraulic'], ['pneumatic'], ['assemblies'], ['fabricated'], ['assy'], ['along'], ['layouts'], ['schematics'], ['detailed'], ['drawings'], ['per'], ['specification'], ['generate'], ['electrical'], ['mechanical'], ['product'], ['specifications'], ['standard'], ['operating'], ['procedures'], ['maintenance'], ['manuals'], ['doing'], ['basic'], ['mechanical'], ['design'], ['required'], ['participate'], ['growth'], ['developing'], ['innovative'], ['solutions'], ['design'], ['development'], ['sales'], ['marketing'], ['team'], ['define'], ['coordinate'], ['perform'], ['generate'], ['engineering'], ['test'], ['reports'], ['engineering'], ['analysis'], ['in'], ['co'], ['ordination'], ['production'], ['manager'], ['implement'], ['assure'], ['manufacturing'], ['processes'], ['followed'], ['ording'], ['process'], ['flow'], ['relevant'], ['departments'], ['maintain'], ['records'], ['non'], ['conformity'], ['nc'], ['raised'], ['internal'], ['audits'], ['close'], ['corrective'], ['actions'], ['maintain'], ['records'], ['obsolete'], ['documents'], ['remain'], ['touch'], ['hods'], ['maintain'], ['iso'], ['documents'], ['pertaining'], ['iso9001'], ['2015'], ['bring'], ['awareness'], ['among'], ['employees'], ['coordinate'], ['communicate'], ['channel'], ['partners'], ['o'], ['e'], ['m'], ['dealers'], ['consultants'], ['end'], ['customers'], ['design'], ['offer'], ['technically'], ['feasible'], ['carry'], ['out'], ['internal'], ['audit'], ['per'], ['audit'], ['plan'], ['schedule'], ['maintain'], ['record'], ['controlled'], ['drawings'], ['company'], ['fabrication'], ['field'], ['hoist'], ['goods'], ['lifts'], ['description'], ['joist'], ['o'], ['mech'], ['engg'], ['pvt'], ['ltd'], ['rabale'], ['midc'], ['thane'], ['role'], ['responsibilities'], ['detailing'], ['drawing'], ['preparations'], ['bom'], ['raw'], ['material'], ['inspection'], ['prototype'], ['manufacturing'], ['3d'], ['modeling'], ['company'], ['fabrication'], ['field'], ['description'], ['company'], ['mukand'], ['ltd'], ['kurla'], ['description'], ['role'], ['responsibilities'], ['raw'], ['material'], ['inspection'], ['preparations'], ['gauge'], ['inspection'], ['marking'], ['housing'], ['machining'], ['checking'], ['surface'], ['finishing'], ['education', 'details'], ['details', 'may'], ['may', '1999'], ['1999', 'september'], ['september', '2002'], ['2002', 'diploma'], ['diploma', 'mechanical'], ['mechanical', 'engg'], ['engg', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'institute'], ['institute', 'mechanical'], ['mechanical', 'engg'], ['engg', 'may'], ['may', '1998'], ['1998', 'may'], ['may', '1999'], ['1999', 'diploma'], ['diploma', 'mechanical'], ['mechanical', 'engg'], ['engg', 'services'], ['services', 'ites'], ['ites', 'may'], ['may', '1993'], ['1993', 'may'], ['may', '1995'], ['1995', 'mumbai'], ['mumbai', 'maharashtra'], ...], [['skills'], ['knowledge'], ['software'], ['computer'], ['auto'], ['cad'], ['included'], ['diploma'], ['academic'], ['syllabus'], ['mscit'], ['cnc'], ['programming'], ['fanuc'], ['series'], ['milling'], ['strengths'], ['strong'], ['dedication'], ['towards'], ['work'], ['quick'], ['learner'], ['positive'], ['thinking'], ['self'], ['confidence'], ['honest'], ['discipline'], ['hardworking'], ['industrial'], ['experience'], ['10'], ['day'], ['industrial'], ['training'], ['nagpur'], ['agro'], ['components'], ['hingna'], ['road'], ['nagpur'], ['10'], ['day'], ['industrial'], ['training'], ['metal'], ['fab'], ['high'], ['tech'], ['pvt'], ['ltd'], ['hingna'], ['road'], ['nagpur'], ['extra'], ['criculum'], ['activity'], ['education'], ['details'], ['b'], ['e'], ['mnu'], ['mechanical'], ['engineering'], ['skill'], ['details'], ['auto'], ['cad'], ['exprience'], ['6'], ['months'], ['automotive'], ['exprience'], ['6'], ['months'], ['automotive'], ['cnc'], ['exprience'], ['6'], ['months'], ['cad'], ['exprience'], ['6'], ['months'], ['cnc'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['tata'], ['motors'], ['adani'], ['maruti'], ['suzuki'], ['jet'], ['airways'], ['air'], ['india'], ['description'], ['1'], ['i'], ['student'], ['mechanical'], ['engineering'], ['final'], ['year'], ['i'], ['fresher'], ['experiance'], ['industry'], ['2'], ['but'], ['3'], ['rd'], ['year'], ['industrial'], ['training'], ['program'], ['conducted'], ['10'], ['days'], ['training'], ['experiance'], ['industry'], ['3'], ['in'], ['5'], ['th'], ['semister'], ['10'], ['days'], ['working'], ['nagpur'], ['agro'], ['components'], ['while'], ['working'], ['machine'], ['cnc'], ['machine'], ['seen'], ['industry'], ['4'], ['in'], ['6'], ['th'], ['semister'], ['another'], ['training'], ['program'], ['metal'], ['fab'], ['company'], ['company'], ['no'], ['description'], ['english'], ['hindi'], ['marathi'], ['participate'], ['jsw'], ['urja'], ['project'], ['competition'], ['2017'], ['2018'], ['machine'], ['assembly'], ['disassembly'], ['functioning'], ['parts'], ['1'], ['weeks'], ['final'], ['year'], ['project'], ['design'], ['nd'], ['fabrication'], ['pneumatic'], ['punching'], ['machine'], ['be'], ['paddle'], ['operated'], ['sugarcane'], ['juicer'], ['machine'], ['diploma'], ['engineering'], ['skills', 'knowledge'], ['knowledge', 'software'], ['software', 'computer'], ['computer', 'auto'], ['auto', 'cad'], ['cad', 'included'], ['included', 'diploma'], ['diploma', 'academic'], ['academic', 'syllabus'], ['syllabus', 'mscit'], ['mscit', 'cnc'], ['cnc', 'programming'], ['programming', 'fanuc'], ['fanuc', 'series'], ['series', 'milling'], ['milling', 'strengths'], ['strengths', 'strong'], ['strong', 'dedication'], ['dedication', 'towards'], ['towards', 'work'], ['work', 'quick'], ['quick', 'learner'], ['learner', 'positive'], ['positive', 'thinking'], ['thinking', 'self'], ['self', 'confidence'], ['confidence', 'honest'], ['honest', 'discipline'], ['discipline', 'hardworking'], ['hardworking', 'industrial'], ['industrial', 'experience'], ['experience', '10'], ['10', 'day'], ['day', 'industrial'], ['industrial', 'training'], ['training', 'nagpur'], ['nagpur', 'agro'], ['agro', 'components'], ['components', 'hingna'], ['hingna', 'road'], ['road', 'nagpur'], ['nagpur', '10'], ['10', 'day'], ['day', 'industrial'], ['industrial', 'training'], ['training', 'metal'], ['metal', 'fab'], ['fab', 'high'], ['high', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'hingna'], ['hingna', 'road'], ['road', 'nagpur'], ['nagpur', 'extra'], ['extra', 'criculum'], ['criculum', 'activity'], ['activity', 'education'], ['education', 'details'], ['details', 'b'], ['b', 'e'], ['e', 'mnu'], ['mnu', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'skill'], ['skill', 'details'], ['details', 'auto'], ['auto', 'cad'], ['cad', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'automotive'], ['automotive', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'automotive'], ['automotive', 'cnc'], ['cnc', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'cad'], ['cad', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'cnc'], ['cnc', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tata'], ['tata', 'motors'], ['motors', 'adani'], ['adani', 'maruti'], ['maruti', 'suzuki'], ['suzuki', 'jet'], ['jet', 'airways'], ['airways', 'air'], ['air', 'india'], ['india', 'description'], ['description', '1'], ['1', 'i'], ['i', 'student'], ['student', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'final'], ['final', 'year'], ['year', 'i'], ['i', 'fresher'], ['fresher', 'experiance'], ['experiance', 'industry'], ['industry', '2'], ['2', 'but'], ['but', '3'], ['3', 'rd'], ['rd', 'year'], ['year', 'industrial'], ['industrial', 'training'], ['training', 'program'], ['program', 'conducted'], ['conducted', '10'], ['10', 'days'], ['days', 'training'], ['training', 'experiance'], ['experiance', 'industry'], ['industry', '3'], ['3', 'in'], ['in', '5'], ['5', 'th'], ['th', 'semister'], ['semister', '10'], ['10', 'days'], ['days', 'working'], ['working', 'nagpur'], ['nagpur', 'agro'], ['agro', 'components'], ['components', 'while'], ['while', 'working'], ['working', 'machine'], ['machine', 'cnc'], ['cnc', 'machine'], ['machine', 'seen'], ['seen', 'industry'], ['industry', '4'], ['4', 'in'], ['in', '6'], ['6', 'th'], ['th', 'semister'], ['semister', 'another'], ['another', 'training'], ['training', 'program'], ['program', 'metal'], ['metal', 'fab'], ['fab', 'company'], ['company', 'company'], ['company', 'no'], ['no', 'description'], ['description', 'english'], ['english', 'hindi'], ['hindi', 'marathi'], ['marathi', 'participate'], ['participate', 'jsw'], ['jsw', 'urja'], ['urja', 'project'], ['project', 'competition'], ['competition', '2017'], ['2017', '2018'], ['2018', 'machine'], ['machine', 'assembly'], ['assembly', 'disassembly'], ['disassembly', 'functioning'], ['functioning', 'parts'], ['parts', '1'], ['1', 'weeks'], ['weeks', 'final'], ['final', 'year'], ['year', 'project'], ['project', 'design'], ['design', 'nd'], ['nd', 'fabrication'], ['fabrication', 'pneumatic'], ['pneumatic', 'punching'], ['punching', 'machine'], ['machine', 'be'], ['be', 'paddle'], ['paddle', 'operated'], ['operated', 'sugarcane'], ['sugarcane', 'juicer'], ['juicer', 'machine'], ['machine', 'diploma'], ['diploma', 'engineering'], ['skills', 'knowledge', 'software'], ['knowledge', 'software', 'computer'], ['software', 'computer', 'auto'], ['computer', 'auto', 'cad'], ['auto', 'cad', 'included'], ['cad', 'included', 'diploma'], ['included', 'diploma', 'academic'], ['diploma', 'academic', 'syllabus'], ['academic', 'syllabus', 'mscit'], ['syllabus', 'mscit', 'cnc'], ['mscit', 'cnc', 'programming'], ['cnc', 'programming', 'fanuc'], ['programming', 'fanuc', 'series'], ['fanuc', 'series', 'milling'], ['series', 'milling', 'strengths'], ['milling', 'strengths', 'strong'], ['strengths', 'strong', 'dedication'], ['strong', 'dedication', 'towards'], ['dedication', 'towards', 'work'], ['towards', 'work', 'quick'], ['work', 'quick', 'learner'], ['quick', 'learner', 'positive'], ['learner', 'positive', 'thinking'], ['positive', 'thinking', 'self'], ['thinking', 'self', 'confidence'], ['self', 'confidence', 'honest'], ['confidence', 'honest', 'discipline'], ['honest', 'discipline', 'hardworking'], ['discipline', 'hardworking', 'industrial'], ['hardworking', 'industrial', 'experience'], ['industrial', 'experience', '10'], ['experience', '10', 'day'], ['10', 'day', 'industrial'], ['day', 'industrial', 'training'], ['industrial', 'training', 'nagpur'], ['training', 'nagpur', 'agro'], ['nagpur', 'agro', 'components'], ['agro', 'components', 'hingna'], ['components', 'hingna', 'road'], ['hingna', 'road', 'nagpur'], ['road', 'nagpur', '10'], ['nagpur', '10', 'day'], ['10', 'day', 'industrial'], ['day', 'industrial', 'training'], ['industrial', 'training', 'metal'], ['training', 'metal', 'fab'], ['metal', 'fab', 'high'], ['fab', 'high', 'tech'], ['high', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'hingna'], ['ltd', 'hingna', 'road'], ['hingna', 'road', 'nagpur'], ['road', 'nagpur', 'extra'], ['nagpur', 'extra', 'criculum'], ['extra', 'criculum', 'activity'], ['criculum', 'activity', 'education'], ['activity', 'education', 'details'], ['education', 'details', 'b'], ['details', 'b', 'e'], ['b', 'e', 'mnu'], ['e', 'mnu', 'mechanical'], ['mnu', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'skill'], ['engineering', 'skill', 'details'], ['skill', 'details', 'auto'], ['details', 'auto', 'cad'], ['auto', 'cad', 'exprience'], ['cad', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'automotive'], ['months', 'automotive', 'exprience'], ['automotive', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'automotive'], ['months', 'automotive', 'cnc'], ['automotive', 'cnc', 'exprience'], ['cnc', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'cad'], ['months', 'cad', 'exprience'], ['cad', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'cnc'], ['months', 'cnc', 'exprience'], ['cnc', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tata'], ['company', 'tata', 'motors'], ['tata', 'motors', 'adani'], ['motors', 'adani', 'maruti'], ['adani', 'maruti', 'suzuki'], ['maruti', 'suzuki', 'jet'], ['suzuki', 'jet', 'airways'], ['jet', 'airways', 'air'], ['airways', 'air', 'india'], ['air', 'india', 'description'], ['india', 'description', '1'], ['description', '1', 'i'], ['1', 'i', 'student'], ['i', 'student', 'mechanical'], ['student', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'final'], ['engineering', 'final', 'year'], ['final', 'year', 'i'], ['year', 'i', 'fresher'], ['i', 'fresher', 'experiance'], ['fresher', 'experiance', 'industry'], ['experiance', 'industry', '2'], ['industry', '2', 'but'], ['2', 'but', '3'], ['but', '3', 'rd'], ['3', 'rd', 'year'], ['rd', 'year', 'industrial'], ['year', 'industrial', 'training'], ['industrial', 'training', 'program'], ['training', 'program', 'conducted'], ['program', 'conducted', '10'], ['conducted', '10', 'days'], ['10', 'days', 'training'], ['days', 'training', 'experiance'], ['training', 'experiance', 'industry'], ['experiance', 'industry', '3'], ['industry', '3', 'in'], ['3', 'in', '5'], ['in', '5', 'th'], ['5', 'th', 'semister'], ['th', 'semister', '10'], ['semister', '10', 'days'], ['10', 'days', 'working'], ['days', 'working', 'nagpur'], ['working', 'nagpur', 'agro'], ['nagpur', 'agro', 'components'], ['agro', 'components', 'while'], ['components', 'while', 'working'], ['while', 'working', 'machine'], ['working', 'machine', 'cnc'], ['machine', 'cnc', 'machine'], ['cnc', 'machine', 'seen'], ['machine', 'seen', 'industry'], ['seen', 'industry', '4'], ['industry', '4', 'in'], ['4', 'in', '6'], ['in', '6', 'th'], ['6', 'th', 'semister'], ['th', 'semister', 'another'], ['semister', 'another', 'training'], ['another', 'training', 'program'], ['training', 'program', 'metal'], ['program', 'metal', 'fab'], ['metal', 'fab', 'company'], ['fab', 'company', 'company'], ['company', 'company', 'no'], ['company', 'no', 'description'], ['no', 'description', 'english'], ['description', 'english', 'hindi'], ['english', 'hindi', 'marathi'], ['hindi', 'marathi', 'participate'], ['marathi', 'participate', 'jsw'], ['participate', 'jsw', 'urja'], ['jsw', 'urja', 'project'], ['urja', 'project', 'competition'], ['project', 'competition', '2017'], ['competition', '2017', '2018'], ['2017', '2018', 'machine'], ['2018', 'machine', 'assembly'], ['machine', 'assembly', 'disassembly'], ['assembly', 'disassembly', 'functioning'], ['disassembly', 'functioning', 'parts'], ['functioning', 'parts', '1'], ['parts', '1', 'weeks'], ['1', 'weeks', 'final'], ['weeks', 'final', 'year'], ['final', 'year', 'project'], ['year', 'project', 'design'], ['project', 'design', 'nd'], ['design', 'nd', 'fabrication'], ['nd', 'fabrication', 'pneumatic'], ['fabrication', 'pneumatic', 'punching'], ['pneumatic', 'punching', 'machine'], ['punching', 'machine', 'be'], ['machine', 'be', 'paddle'], ['be', 'paddle', 'operated'], ['paddle', 'operated', 'sugarcane'], ['operated', 'sugarcane', 'juicer'], ['sugarcane', 'juicer', 'machine'], ['juicer', 'machine', 'diploma'], ['machine', 'diploma', 'engineering'], ['skills', 'knowledge', 'software', 'computer'], ['knowledge', 'software', 'computer', 'auto'], ['software', 'computer', 'auto', 'cad'], ['computer', 'auto', 'cad', 'included'], ['auto', 'cad', 'included', 'diploma'], ['cad', 'included', 'diploma', 'academic'], ['included', 'diploma', 'academic', 'syllabus'], ['diploma', 'academic', 'syllabus', 'mscit'], ['academic', 'syllabus', 'mscit', 'cnc'], ['syllabus', 'mscit', 'cnc', 'programming'], ['mscit', 'cnc', 'programming', 'fanuc'], ['cnc', 'programming', 'fanuc', 'series'], ['programming', 'fanuc', 'series', 'milling'], ['fanuc', 'series', 'milling', 'strengths'], ['series', 'milling', 'strengths', 'strong'], ['milling', 'strengths', 'strong', 'dedication'], ['strengths', 'strong', 'dedication', 'towards'], ['strong', 'dedication', 'towards', 'work'], ['dedication', 'towards', 'work', 'quick'], ['towards', 'work', 'quick', 'learner'], ['work', 'quick', 'learner', 'positive'], ['quick', 'learner', 'positive', 'thinking'], ['learner', 'positive', 'thinking', 'self'], ['positive', 'thinking', 'self', 'confidence'], ['thinking', 'self', 'confidence', 'honest'], ['self', 'confidence', 'honest', 'discipline'], ['confidence', 'honest', 'discipline', 'hardworking'], ['honest', 'discipline', 'hardworking', 'industrial'], ['discipline', 'hardworking', 'industrial', 'experience'], ['hardworking', 'industrial', 'experience', '10'], ['industrial', 'experience', '10', 'day'], ['experience', '10', 'day', 'industrial'], ['10', 'day', 'industrial', 'training'], ['day', 'industrial', 'training', 'nagpur'], ['industrial', 'training', 'nagpur', 'agro'], ['training', 'nagpur', 'agro', 'components'], ['nagpur', 'agro', 'components', 'hingna'], ['agro', 'components', 'hingna', 'road'], ['components', 'hingna', 'road', 'nagpur'], ['hingna', 'road', 'nagpur', '10'], ['road', 'nagpur', '10', 'day'], ['nagpur', '10', 'day', 'industrial'], ['10', 'day', 'industrial', 'training'], ['day', 'industrial', 'training', 'metal'], ['industrial', 'training', 'metal', 'fab'], ['training', 'metal', 'fab', 'high'], ['metal', 'fab', 'high', 'tech'], ['fab', 'high', 'tech', 'pvt'], ['high', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'hingna'], ['pvt', 'ltd', 'hingna', 'road'], ['ltd', 'hingna', 'road', 'nagpur'], ['hingna', 'road', 'nagpur', 'extra'], ['road', 'nagpur', 'extra', 'criculum'], ['nagpur', 'extra', 'criculum', 'activity'], ['extra', 'criculum', 'activity', 'education'], ['criculum', 'activity', 'education', 'details'], ['activity', 'education', 'details', 'b'], ['education', 'details', 'b', 'e'], ['details', 'b', 'e', 'mnu'], ['b', 'e', 'mnu', 'mechanical'], ['e', 'mnu', 'mechanical', 'engineering'], ['mnu', 'mechanical', 'engineering', 'skill'], ['mechanical', 'engineering', 'skill', 'details'], ['engineering', 'skill', 'details', 'auto'], ['skill', 'details', 'auto', 'cad'], ['details', 'auto', 'cad', 'exprience'], ['auto', 'cad', 'exprience', '6'], ['cad', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'automotive'], ['6', 'months', 'automotive', 'exprience'], ['months', 'automotive', 'exprience', '6'], ['automotive', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'automotive'], ['6', 'months', 'automotive', 'cnc'], ['months', 'automotive', 'cnc', 'exprience'], ['automotive', 'cnc', 'exprience', '6'], ['cnc', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'cad'], ['6', 'months', 'cad', 'exprience'], ['months', 'cad', 'exprience', '6'], ['cad', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'cnc'], ['6', 'months', 'cnc', 'exprience'], ['months', 'cnc', 'exprience', '6'], ['cnc', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'tata'], ['details', 'company', 'tata', 'motors'], ['company', 'tata', 'motors', 'adani'], ['tata', 'motors', 'adani', 'maruti'], ['motors', 'adani', 'maruti', 'suzuki'], ['adani', 'maruti', 'suzuki', 'jet'], ['maruti', 'suzuki', 'jet', 'airways'], ['suzuki', 'jet', 'airways', 'air'], ['jet', 'airways', 'air', 'india'], ['airways', 'air', 'india', 'description'], ['air', 'india', 'description', '1'], ['india', 'description', '1', 'i'], ['description', '1', 'i', 'student'], ['1', 'i', 'student', 'mechanical'], ['i', 'student', 'mechanical', 'engineering'], ['student', 'mechanical', 'engineering', 'final'], ['mechanical', 'engineering', 'final', 'year'], ['engineering', 'final', 'year', 'i'], ['final', 'year', 'i', 'fresher'], ['year', 'i', 'fresher', 'experiance'], ['i', 'fresher', 'experiance', 'industry'], ['fresher', 'experiance', 'industry', '2'], ['experiance', 'industry', '2', 'but'], ['industry', '2', 'but', '3'], ['2', 'but', '3', 'rd'], ['but', '3', 'rd', 'year'], ['3', 'rd', 'year', 'industrial'], ['rd', 'year', 'industrial', 'training'], ['year', 'industrial', 'training', 'program'], ['industrial', 'training', 'program', 'conducted'], ['training', 'program', 'conducted', '10'], ['program', 'conducted', '10', 'days'], ['conducted', '10', 'days', 'training'], ['10', 'days', 'training', 'experiance'], ['days', 'training', 'experiance', 'industry'], ['training', 'experiance', 'industry', '3'], ['experiance', 'industry', '3', 'in'], ['industry', '3', 'in', '5'], ['3', 'in', '5', 'th'], ['in', '5', 'th', 'semister'], ['5', 'th', 'semister', '10'], ['th', 'semister', '10', 'days'], ['semister', '10', 'days', 'working'], ['10', 'days', 'working', 'nagpur'], ['days', 'working', 'nagpur', 'agro'], ['working', 'nagpur', 'agro', 'components'], ['nagpur', 'agro', 'components', 'while'], ['agro', 'components', 'while', 'working'], ['components', 'while', 'working', 'machine'], ['while', 'working', 'machine', 'cnc'], ['working', 'machine', 'cnc', 'machine'], ['machine', 'cnc', 'machine', 'seen'], ['cnc', 'machine', 'seen', 'industry'], ['machine', 'seen', 'industry', '4'], ['seen', 'industry', '4', 'in'], ['industry', '4', 'in', '6'], ['4', 'in', '6', 'th'], ['in', '6', 'th', 'semister'], ['6', 'th', 'semister', 'another'], ['th', 'semister', 'another', 'training'], ['semister', 'another', 'training', 'program'], ['another', 'training', 'program', 'metal'], ['training', 'program', 'metal', 'fab'], ['program', 'metal', 'fab', 'company'], ['metal', 'fab', 'company', 'company'], ['fab', 'company', 'company', 'no'], ['company', 'company', 'no', 'description'], ['company', 'no', 'description', 'english'], ['no', 'description', 'english', 'hindi'], ['description', 'english', 'hindi', 'marathi'], ['english', 'hindi', 'marathi', 'participate'], ['hindi', 'marathi', 'participate', 'jsw'], ['marathi', 'participate', 'jsw', 'urja'], ['participate', 'jsw', 'urja', 'project'], ['jsw', 'urja', 'project', 'competition'], ['urja', 'project', 'competition', '2017'], ['project', 'competition', '2017', '2018'], ['competition', '2017', '2018', 'machine'], ['2017', '2018', 'machine', 'assembly'], ['2018', 'machine', 'assembly', 'disassembly'], ['machine', 'assembly', 'disassembly', 'functioning'], ['assembly', 'disassembly', 'functioning', 'parts'], ['disassembly', 'functioning', 'parts', '1'], ['functioning', 'parts', '1', 'weeks'], ['parts', '1', 'weeks', 'final'], ['1', 'weeks', 'final', 'year'], ['weeks', 'final', 'year', 'project'], ['final', 'year', 'project', 'design'], ['year', 'project', 'design', 'nd'], ['project', 'design', 'nd', 'fabrication'], ['design', 'nd', 'fabrication', 'pneumatic'], ['nd', 'fabrication', 'pneumatic', 'punching'], ['fabrication', 'pneumatic', 'punching', 'machine'], ['pneumatic', 'punching', 'machine', 'be'], ['punching', 'machine', 'be', 'paddle'], ['machine', 'be', 'paddle', 'operated'], ['be', 'paddle', 'operated', 'sugarcane'], ['paddle', 'operated', 'sugarcane', 'juicer'], ['operated', 'sugarcane', 'juicer', 'machine'], ['sugarcane', 'juicer', 'machine', 'diploma'], ['juicer', 'machine', 'diploma', 'engineering'], ['skills', 'knowledge', 'software', 'computer', 'auto'], ['knowledge', 'software', 'computer', 'auto', 'cad'], ['software', 'computer', 'auto', 'cad', 'included'], ['computer', 'auto', 'cad', 'included', 'diploma'], ['auto', 'cad', 'included', 'diploma', 'academic'], ['cad', 'included', 'diploma', 'academic', 'syllabus'], ['included', 'diploma', 'academic', 'syllabus', 'mscit'], ['diploma', 'academic', 'syllabus', 'mscit', 'cnc'], ['academic', 'syllabus', 'mscit', 'cnc', 'programming'], ['syllabus', 'mscit', 'cnc', 'programming', 'fanuc'], ['mscit', 'cnc', 'programming', 'fanuc', 'series'], ['cnc', 'programming', 'fanuc', 'series', 'milling'], ['programming', 'fanuc', 'series', 'milling', 'strengths'], ['fanuc', 'series', 'milling', 'strengths', 'strong'], ['series', 'milling', 'strengths', 'strong', 'dedication'], ['milling', 'strengths', 'strong', 'dedication', 'towards'], ['strengths', 'strong', 'dedication', 'towards', 'work'], ['strong', 'dedication', 'towards', 'work', 'quick'], ['dedication', 'towards', 'work', 'quick', 'learner'], ['towards', 'work', 'quick', 'learner', 'positive'], ['work', 'quick', 'learner', 'positive', 'thinking'], ['quick', 'learner', 'positive', 'thinking', 'self'], ['learner', 'positive', 'thinking', 'self', 'confidence'], ['positive', 'thinking', 'self', 'confidence', 'honest'], ['thinking', 'self', 'confidence', 'honest', 'discipline'], ['self', 'confidence', 'honest', 'discipline', 'hardworking'], ['confidence', 'honest', 'discipline', 'hardworking', 'industrial'], ['honest', 'discipline', 'hardworking', 'industrial', 'experience'], ['discipline', 'hardworking', 'industrial', 'experience', '10'], ['hardworking', 'industrial', 'experience', '10', 'day'], ['industrial', 'experience', '10', 'day', 'industrial'], ['experience', '10', 'day', 'industrial', 'training'], ['10', 'day', 'industrial', 'training', 'nagpur'], ['day', 'industrial', 'training', 'nagpur', 'agro'], ['industrial', 'training', 'nagpur', 'agro', 'components'], ['training', 'nagpur', 'agro', 'components', 'hingna'], ['nagpur', 'agro', 'components', 'hingna', 'road'], ['agro', 'components', 'hingna', 'road', 'nagpur'], ['components', 'hingna', 'road', 'nagpur', '10'], ['hingna', 'road', 'nagpur', '10', 'day'], ['road', 'nagpur', '10', 'day', 'industrial'], ['nagpur', '10', 'day', 'industrial', 'training'], ['10', 'day', 'industrial', 'training', 'metal'], ['day', 'industrial', 'training', 'metal', 'fab'], ['industrial', 'training', 'metal', 'fab', 'high'], ['training', 'metal', 'fab', 'high', 'tech'], ['metal', 'fab', 'high', 'tech', 'pvt'], ['fab', 'high', 'tech', 'pvt', 'ltd'], ['high', 'tech', 'pvt', 'ltd', 'hingna'], ['tech', 'pvt', 'ltd', 'hingna', 'road'], ['pvt', 'ltd', 'hingna', 'road', 'nagpur'], ['ltd', 'hingna', 'road', 'nagpur', 'extra'], ['hingna', 'road', 'nagpur', 'extra', 'criculum'], ['road', 'nagpur', 'extra', 'criculum', 'activity'], ['nagpur', 'extra', 'criculum', 'activity', 'education'], ['extra', 'criculum', 'activity', 'education', 'details'], ['criculum', 'activity', 'education', 'details', 'b'], ['activity', 'education', 'details', 'b', 'e'], ['education', 'details', 'b', 'e', 'mnu'], ['details', 'b', 'e', 'mnu', 'mechanical'], ['b', 'e', 'mnu', 'mechanical', 'engineering'], ['e', 'mnu', 'mechanical', 'engineering', 'skill'], ['mnu', 'mechanical', 'engineering', 'skill', 'details'], ['mechanical', 'engineering', 'skill', 'details', 'auto'], ['engineering', 'skill', 'details', 'auto', 'cad'], ['skill', 'details', 'auto', 'cad', 'exprience'], ['details', 'auto', 'cad', 'exprience', '6'], ['auto', 'cad', 'exprience', '6', 'months'], ['cad', 'exprience', '6', 'months', 'automotive'], ['exprience', '6', 'months', 'automotive', 'exprience'], ['6', 'months', 'automotive', 'exprience', '6'], ['months', 'automotive', 'exprience', '6', 'months'], ['automotive', 'exprience', '6', 'months', 'automotive'], ['exprience', '6', 'months', 'automotive', 'cnc'], ['6', 'months', 'automotive', 'cnc', 'exprience'], ['months', 'automotive', 'cnc', 'exprience', '6'], ['automotive', 'cnc', 'exprience', '6', 'months'], ['cnc', 'exprience', '6', 'months', 'cad'], ['exprience', '6', 'months', 'cad', 'exprience'], ['6', 'months', 'cad', 'exprience', '6'], ['months', 'cad', 'exprience', '6', 'months'], ['cad', 'exprience', '6', 'months', 'cnc'], ['exprience', '6', 'months', 'cnc', 'exprience'], ['6', 'months', 'cnc', 'exprience', '6'], ['months', 'cnc', 'exprience', '6', 'monthscompany'], ['cnc', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'tata'], ['monthscompany', 'details', 'company', 'tata', 'motors'], ['details', 'company', 'tata', 'motors', 'adani'], ['company', 'tata', 'motors', 'adani', 'maruti'], ['tata', 'motors', 'adani', 'maruti', 'suzuki'], ['motors', 'adani', 'maruti', 'suzuki', 'jet'], ['adani', 'maruti', 'suzuki', 'jet', 'airways'], ['maruti', 'suzuki', 'jet', 'airways', 'air'], ['suzuki', 'jet', 'airways', 'air', 'india'], ['jet', 'airways', 'air', 'india', 'description'], ['airways', 'air', 'india', 'description', '1'], ['air', 'india', 'description', '1', 'i'], ['india', 'description', '1', 'i', 'student'], ['description', '1', 'i', 'student', 'mechanical'], ['1', 'i', 'student', 'mechanical', 'engineering'], ['i', 'student', 'mechanical', 'engineering', 'final'], ['student', 'mechanical', 'engineering', 'final', 'year'], ['mechanical', 'engineering', 'final', 'year', 'i'], ['engineering', 'final', 'year', 'i', 'fresher'], ['final', 'year', 'i', 'fresher', 'experiance'], ['year', 'i', 'fresher', 'experiance', 'industry'], ['i', 'fresher', 'experiance', 'industry', '2'], ['fresher', 'experiance', 'industry', '2', 'but'], ['experiance', 'industry', '2', 'but', '3'], ['industry', '2', 'but', '3', 'rd'], ['2', 'but', '3', 'rd', 'year'], ['but', '3', 'rd', 'year', 'industrial'], ['3', 'rd', 'year', 'industrial', 'training'], ['rd', 'year', 'industrial', 'training', 'program'], ['year', 'industrial', 'training', 'program', 'conducted'], ['industrial', 'training', 'program', 'conducted', '10'], ['training', 'program', 'conducted', '10', 'days'], ['program', 'conducted', '10', 'days', 'training'], ['conducted', '10', 'days', 'training', 'experiance'], ['10', 'days', 'training', 'experiance', 'industry'], ['days', 'training', 'experiance', 'industry', '3'], ['training', 'experiance', 'industry', '3', 'in'], ['experiance', 'industry', '3', 'in', '5'], ['industry', '3', 'in', '5', 'th'], ['3', 'in', '5', 'th', 'semister'], ['in', '5', 'th', 'semister', '10'], ['5', 'th', 'semister', '10', 'days'], ['th', 'semister', '10', 'days', 'working'], ['semister', '10', 'days', 'working', 'nagpur'], ['10', 'days', 'working', 'nagpur', 'agro'], ['days', 'working', 'nagpur', 'agro', 'components'], ['working', 'nagpur', 'agro', 'components', 'while'], ['nagpur', 'agro', 'components', 'while', 'working'], ['agro', 'components', 'while', 'working', 'machine'], ['components', 'while', 'working', 'machine', 'cnc'], ['while', 'working', 'machine', 'cnc', 'machine'], ['working', 'machine', 'cnc', 'machine', 'seen'], ['machine', 'cnc', 'machine', 'seen', 'industry'], ['cnc', 'machine', 'seen', 'industry', '4'], ['machine', 'seen', 'industry', '4', 'in'], ['seen', 'industry', '4', 'in', '6'], ['industry', '4', 'in', '6', 'th'], ['4', 'in', '6', 'th', 'semister'], ['in', '6', 'th', 'semister', 'another'], ['6', 'th', 'semister', 'another', 'training'], ['th', 'semister', 'another', 'training', 'program'], ['semister', 'another', 'training', 'program', 'metal'], ['another', 'training', 'program', 'metal', 'fab'], ['training', 'program', 'metal', 'fab', 'company'], ['program', 'metal', 'fab', 'company', 'company'], ['metal', 'fab', 'company', 'company', 'no'], ['fab', 'company', 'company', 'no', 'description'], ['company', 'company', 'no', 'description', 'english'], ['company', 'no', 'description', 'english', 'hindi'], ['no', 'description', 'english', 'hindi', 'marathi'], ['description', 'english', 'hindi', 'marathi', 'participate'], ['english', 'hindi', 'marathi', 'participate', 'jsw'], ['hindi', 'marathi', 'participate', 'jsw', 'urja'], ['marathi', 'participate', 'jsw', 'urja', 'project'], ['participate', 'jsw', 'urja', 'project', 'competition'], ['jsw', 'urja', 'project', 'competition', '2017'], ['urja', 'project', 'competition', '2017', '2018'], ['project', 'competition', '2017', '2018', 'machine'], ['competition', '2017', '2018', 'machine', 'assembly'], ['2017', '2018', 'machine', 'assembly', 'disassembly'], ['2018', 'machine', 'assembly', 'disassembly', 'functioning'], ['machine', 'assembly', 'disassembly', 'functioning', 'parts'], ['assembly', 'disassembly', 'functioning', 'parts', '1'], ['disassembly', 'functioning', 'parts', '1', 'weeks'], ['functioning', 'parts', '1', 'weeks', 'final'], ['parts', '1', 'weeks', 'final', 'year'], ['1', 'weeks', 'final', 'year', 'project'], ['weeks', 'final', 'year', 'project', 'design'], ['final', 'year', 'project', 'design', 'nd'], ['year', 'project', 'design', 'nd', 'fabrication'], ['project', 'design', 'nd', 'fabrication', 'pneumatic'], ['design', 'nd', 'fabrication', 'pneumatic', 'punching'], ['nd', 'fabrication', 'pneumatic', 'punching', 'machine'], ['fabrication', 'pneumatic', 'punching', 'machine', 'be'], ['pneumatic', 'punching', 'machine', 'be', 'paddle'], ['punching', 'machine', 'be', 'paddle', 'operated'], ['machine', 'be', 'paddle', 'operated', 'sugarcane'], ['be', 'paddle', 'operated', 'sugarcane', 'juicer'], ['paddle', 'operated', 'sugarcane', 'juicer', 'machine'], ['operated', 'sugarcane', 'juicer', 'machine', 'diploma'], ['sugarcane', 'juicer', 'machine', 'diploma', 'engineering'], ['skills', 'knowledge', 'software', 'computer', 'auto', 'cad'], ['knowledge', 'software', 'computer', 'auto', 'cad', 'included'], ['software', 'computer', 'auto', 'cad', 'included', 'diploma'], ['computer', 'auto', 'cad', 'included', 'diploma', 'academic'], ['auto', 'cad', 'included', 'diploma', 'academic', 'syllabus'], ['cad', 'included', 'diploma', 'academic', 'syllabus', 'mscit'], ['included', 'diploma', 'academic', 'syllabus', 'mscit', 'cnc'], ['diploma', 'academic', 'syllabus', 'mscit', 'cnc', 'programming'], ['academic', 'syllabus', 'mscit', 'cnc', 'programming', 'fanuc'], ['syllabus', 'mscit', 'cnc', 'programming', 'fanuc', 'series'], ['mscit', 'cnc', 'programming', 'fanuc', 'series', 'milling'], ['cnc', 'programming', 'fanuc', 'series', 'milling', 'strengths'], ['programming', 'fanuc', 'series', 'milling', 'strengths', 'strong'], ['fanuc', 'series', 'milling', 'strengths', 'strong', 'dedication'], ['series', 'milling', 'strengths', 'strong', 'dedication', 'towards'], ['milling', 'strengths', 'strong', 'dedication', 'towards', 'work'], ['strengths', 'strong', 'dedication', 'towards', 'work', 'quick'], ['strong', 'dedication', 'towards', 'work', 'quick', 'learner'], ['dedication', 'towards', 'work', 'quick', 'learner', 'positive'], ['towards', 'work', 'quick', 'learner', 'positive', 'thinking'], ['work', 'quick', 'learner', 'positive', 'thinking', 'self'], ['quick', 'learner', 'positive', 'thinking', 'self', 'confidence'], ['learner', 'positive', 'thinking', 'self', 'confidence', 'honest'], ['positive', 'thinking', 'self', 'confidence', 'honest', 'discipline'], ['thinking', 'self', 'confidence', 'honest', 'discipline', 'hardworking'], ['self', 'confidence', 'honest', 'discipline', 'hardworking', 'industrial'], ['confidence', 'honest', 'discipline', 'hardworking', 'industrial', 'experience'], ['honest', 'discipline', 'hardworking', 'industrial', 'experience', '10'], ['discipline', 'hardworking', 'industrial', 'experience', '10', 'day'], ['hardworking', 'industrial', 'experience', '10', 'day', 'industrial'], ['industrial', 'experience', '10', 'day', 'industrial', 'training'], ['experience', '10', 'day', 'industrial', 'training', 'nagpur'], ['10', 'day', 'industrial', 'training', 'nagpur', 'agro'], ['day', 'industrial', 'training', 'nagpur', 'agro', 'components'], ['industrial', 'training', 'nagpur', 'agro', 'components', 'hingna'], ['training', 'nagpur', 'agro', 'components', 'hingna', 'road'], ['nagpur', 'agro', 'components', 'hingna', 'road', 'nagpur'], ['agro', 'components', 'hingna', 'road', 'nagpur', '10'], ['components', 'hingna', 'road', 'nagpur', '10', 'day'], ['hingna', 'road', 'nagpur', '10', 'day', 'industrial'], ['road', 'nagpur', '10', 'day', 'industrial', 'training'], ['nagpur', '10', 'day', 'industrial', 'training', 'metal'], ['10', 'day', 'industrial', 'training', 'metal', 'fab'], ['day', 'industrial', 'training', 'metal', 'fab', 'high'], ['industrial', 'training', 'metal', 'fab', 'high', 'tech'], ['training', 'metal', 'fab', 'high', 'tech', 'pvt'], ['metal', 'fab', 'high', 'tech', 'pvt', 'ltd'], ['fab', 'high', 'tech', 'pvt', 'ltd', 'hingna'], ['high', 'tech', 'pvt', 'ltd', 'hingna', 'road'], ['tech', 'pvt', 'ltd', 'hingna', 'road', 'nagpur'], ...], [['education'], ['details'], ['january'], ['2018'], ['bachelor'], ['engineering'], ['engineering'], ['mumbai'], ['maharashtra'], ['mgm'], ['college'], ['engineering'], ['diploma'], ['mechanical'], ['pune'], ['maharashtra'], ['mit'], ['president'], ['mechanical'], ['engineering'], ['student'], ['association'], ['president'], ['mechanical'], ['engineering'], ['student'], ['association'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['full'], ['throttle'], ['description'], ['conducted'], ['iit'], ['bombay'], ['worked'], ['president'], ['mechanical'], ['engineering'], ['student'], ['association'], ['mesa'], ['mit'], ['pune'], ['company'], ['r'], ['c'], ['car'], ['race'], ['stepcone'], ['description'], ['paper'], ['project'], ['contest'], ['exhibition'], ['conducted'], ['gmr'], ['instiute'], ['technology'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'engineering'], ['engineering', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mgm'], ['mgm', 'college'], ['college', 'engineering'], ['engineering', 'diploma'], ['diploma', 'mechanical'], ['mechanical', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'mit'], ['mit', 'president'], ['president', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'student'], ['student', 'association'], ['association', 'president'], ['president', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'student'], ['student', 'association'], ['association', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'full'], ['full', 'throttle'], ['throttle', 'description'], ['description', 'conducted'], ['conducted', 'iit'], ['iit', 'bombay'], ['bombay', 'worked'], ['worked', 'president'], ['president', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'student'], ['student', 'association'], ['association', 'mesa'], ['mesa', 'mit'], ['mit', 'pune'], ['pune', 'company'], ['company', 'r'], ['r', 'c'], ['c', 'car'], ['car', 'race'], ['race', 'stepcone'], ['stepcone', 'description'], ['description', 'paper'], ['paper', 'project'], ['project', 'contest'], ['contest', 'exhibition'], ['exhibition', 'conducted'], ['conducted', 'gmr'], ['gmr', 'instiute'], ['instiute', 'technology'], ['education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'bachelor'], ['2018', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'engineering'], ['engineering', 'engineering', 'mumbai'], ['engineering', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mgm'], ['maharashtra', 'mgm', 'college'], ['mgm', 'college', 'engineering'], ['college', 'engineering', 'diploma'], ['engineering', 'diploma', 'mechanical'], ['diploma', 'mechanical', 'pune'], ['mechanical', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'mit'], ['maharashtra', 'mit', 'president'], ['mit', 'president', 'mechanical'], ['president', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'student'], ['engineering', 'student', 'association'], ['student', 'association', 'president'], ['association', 'president', 'mechanical'], ['president', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'student'], ['engineering', 'student', 'association'], ['student', 'association', 'skill'], ['association', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'full'], ['company', 'full', 'throttle'], ['full', 'throttle', 'description'], ['throttle', 'description', 'conducted'], ['description', 'conducted', 'iit'], ['conducted', 'iit', 'bombay'], ['iit', 'bombay', 'worked'], ['bombay', 'worked', 'president'], ['worked', 'president', 'mechanical'], ['president', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'student'], ['engineering', 'student', 'association'], ['student', 'association', 'mesa'], ['association', 'mesa', 'mit'], ['mesa', 'mit', 'pune'], ['mit', 'pune', 'company'], ['pune', 'company', 'r'], ['company', 'r', 'c'], ['r', 'c', 'car'], ['c', 'car', 'race'], ['car', 'race', 'stepcone'], ['race', 'stepcone', 'description'], ['stepcone', 'description', 'paper'], ['description', 'paper', 'project'], ['paper', 'project', 'contest'], ['project', 'contest', 'exhibition'], ['contest', 'exhibition', 'conducted'], ['exhibition', 'conducted', 'gmr'], ['conducted', 'gmr', 'instiute'], ['gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018'], ['details', 'january', '2018', 'bachelor'], ['january', '2018', 'bachelor', 'engineering'], ['2018', 'bachelor', 'engineering', 'engineering'], ['bachelor', 'engineering', 'engineering', 'mumbai'], ['engineering', 'engineering', 'mumbai', 'maharashtra'], ['engineering', 'mumbai', 'maharashtra', 'mgm'], ['mumbai', 'maharashtra', 'mgm', 'college'], ['maharashtra', 'mgm', 'college', 'engineering'], ['mgm', 'college', 'engineering', 'diploma'], ['college', 'engineering', 'diploma', 'mechanical'], ['engineering', 'diploma', 'mechanical', 'pune'], ['diploma', 'mechanical', 'pune', 'maharashtra'], ['mechanical', 'pune', 'maharashtra', 'mit'], ['pune', 'maharashtra', 'mit', 'president'], ['maharashtra', 'mit', 'president', 'mechanical'], ['mit', 'president', 'mechanical', 'engineering'], ['president', 'mechanical', 'engineering', 'student'], ['mechanical', 'engineering', 'student', 'association'], ['engineering', 'student', 'association', 'president'], ['student', 'association', 'president', 'mechanical'], ['association', 'president', 'mechanical', 'engineering'], ['president', 'mechanical', 'engineering', 'student'], ['mechanical', 'engineering', 'student', 'association'], ['engineering', 'student', 'association', 'skill'], ['student', 'association', 'skill', 'details'], ['association', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'full'], ['details', 'company', 'full', 'throttle'], ['company', 'full', 'throttle', 'description'], ['full', 'throttle', 'description', 'conducted'], ['throttle', 'description', 'conducted', 'iit'], ['description', 'conducted', 'iit', 'bombay'], ['conducted', 'iit', 'bombay', 'worked'], ['iit', 'bombay', 'worked', 'president'], ['bombay', 'worked', 'president', 'mechanical'], ['worked', 'president', 'mechanical', 'engineering'], ['president', 'mechanical', 'engineering', 'student'], ['mechanical', 'engineering', 'student', 'association'], ['engineering', 'student', 'association', 'mesa'], ['student', 'association', 'mesa', 'mit'], ['association', 'mesa', 'mit', 'pune'], ['mesa', 'mit', 'pune', 'company'], ['mit', 'pune', 'company', 'r'], ['pune', 'company', 'r', 'c'], ['company', 'r', 'c', 'car'], ['r', 'c', 'car', 'race'], ['c', 'car', 'race', 'stepcone'], ['car', 'race', 'stepcone', 'description'], ['race', 'stepcone', 'description', 'paper'], ['stepcone', 'description', 'paper', 'project'], ['description', 'paper', 'project', 'contest'], ['paper', 'project', 'contest', 'exhibition'], ['project', 'contest', 'exhibition', 'conducted'], ['contest', 'exhibition', 'conducted', 'gmr'], ['exhibition', 'conducted', 'gmr', 'instiute'], ['conducted', 'gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018', 'bachelor'], ['details', 'january', '2018', 'bachelor', 'engineering'], ['january', '2018', 'bachelor', 'engineering', 'engineering'], ['2018', 'bachelor', 'engineering', 'engineering', 'mumbai'], ['bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra'], ['engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm'], ['engineering', 'mumbai', 'maharashtra', 'mgm', 'college'], ['mumbai', 'maharashtra', 'mgm', 'college', 'engineering'], ['maharashtra', 'mgm', 'college', 'engineering', 'diploma'], ['mgm', 'college', 'engineering', 'diploma', 'mechanical'], ['college', 'engineering', 'diploma', 'mechanical', 'pune'], ['engineering', 'diploma', 'mechanical', 'pune', 'maharashtra'], ['diploma', 'mechanical', 'pune', 'maharashtra', 'mit'], ['mechanical', 'pune', 'maharashtra', 'mit', 'president'], ['pune', 'maharashtra', 'mit', 'president', 'mechanical'], ['maharashtra', 'mit', 'president', 'mechanical', 'engineering'], ['mit', 'president', 'mechanical', 'engineering', 'student'], ['president', 'mechanical', 'engineering', 'student', 'association'], ['mechanical', 'engineering', 'student', 'association', 'president'], ['engineering', 'student', 'association', 'president', 'mechanical'], ['student', 'association', 'president', 'mechanical', 'engineering'], ['association', 'president', 'mechanical', 'engineering', 'student'], ['president', 'mechanical', 'engineering', 'student', 'association'], ['mechanical', 'engineering', 'student', 'association', 'skill'], ['engineering', 'student', 'association', 'skill', 'details'], ['student', 'association', 'skill', 'details', 'company'], ['association', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'full'], ['company', 'details', 'company', 'full', 'throttle'], ['details', 'company', 'full', 'throttle', 'description'], ['company', 'full', 'throttle', 'description', 'conducted'], ['full', 'throttle', 'description', 'conducted', 'iit'], ['throttle', 'description', 'conducted', 'iit', 'bombay'], ['description', 'conducted', 'iit', 'bombay', 'worked'], ['conducted', 'iit', 'bombay', 'worked', 'president'], ['iit', 'bombay', 'worked', 'president', 'mechanical'], ['bombay', 'worked', 'president', 'mechanical', 'engineering'], ['worked', 'president', 'mechanical', 'engineering', 'student'], ['president', 'mechanical', 'engineering', 'student', 'association'], ['mechanical', 'engineering', 'student', 'association', 'mesa'], ['engineering', 'student', 'association', 'mesa', 'mit'], ['student', 'association', 'mesa', 'mit', 'pune'], ['association', 'mesa', 'mit', 'pune', 'company'], ['mesa', 'mit', 'pune', 'company', 'r'], ['mit', 'pune', 'company', 'r', 'c'], ['pune', 'company', 'r', 'c', 'car'], ['company', 'r', 'c', 'car', 'race'], ['r', 'c', 'car', 'race', 'stepcone'], ['c', 'car', 'race', 'stepcone', 'description'], ['car', 'race', 'stepcone', 'description', 'paper'], ['race', 'stepcone', 'description', 'paper', 'project'], ['stepcone', 'description', 'paper', 'project', 'contest'], ['description', 'paper', 'project', 'contest', 'exhibition'], ['paper', 'project', 'contest', 'exhibition', 'conducted'], ['project', 'contest', 'exhibition', 'conducted', 'gmr'], ['contest', 'exhibition', 'conducted', 'gmr', 'instiute'], ['exhibition', 'conducted', 'gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018', 'bachelor', 'engineering'], ['details', 'january', '2018', 'bachelor', 'engineering', 'engineering'], ['january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai'], ['2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra'], ['bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm'], ['engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college'], ['engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering'], ['mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma'], ['maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical'], ['mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune'], ['college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra'], ['engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit'], ['diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president'], ['mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical'], ['pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering'], ['maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student'], ['mit', 'president', 'mechanical', 'engineering', 'student', 'association'], ['president', 'mechanical', 'engineering', 'student', 'association', 'president'], ['mechanical', 'engineering', 'student', 'association', 'president', 'mechanical'], ['engineering', 'student', 'association', 'president', 'mechanical', 'engineering'], ['student', 'association', 'president', 'mechanical', 'engineering', 'student'], ['association', 'president', 'mechanical', 'engineering', 'student', 'association'], ['president', 'mechanical', 'engineering', 'student', 'association', 'skill'], ['mechanical', 'engineering', 'student', 'association', 'skill', 'details'], ['engineering', 'student', 'association', 'skill', 'details', 'company'], ['student', 'association', 'skill', 'details', 'company', 'details'], ['association', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'full'], ['details', 'company', 'details', 'company', 'full', 'throttle'], ['company', 'details', 'company', 'full', 'throttle', 'description'], ['details', 'company', 'full', 'throttle', 'description', 'conducted'], ['company', 'full', 'throttle', 'description', 'conducted', 'iit'], ['full', 'throttle', 'description', 'conducted', 'iit', 'bombay'], ['throttle', 'description', 'conducted', 'iit', 'bombay', 'worked'], ['description', 'conducted', 'iit', 'bombay', 'worked', 'president'], ['conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical'], ['iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering'], ['bombay', 'worked', 'president', 'mechanical', 'engineering', 'student'], ['worked', 'president', 'mechanical', 'engineering', 'student', 'association'], ['president', 'mechanical', 'engineering', 'student', 'association', 'mesa'], ['mechanical', 'engineering', 'student', 'association', 'mesa', 'mit'], ['engineering', 'student', 'association', 'mesa', 'mit', 'pune'], ['student', 'association', 'mesa', 'mit', 'pune', 'company'], ['association', 'mesa', 'mit', 'pune', 'company', 'r'], ['mesa', 'mit', 'pune', 'company', 'r', 'c'], ['mit', 'pune', 'company', 'r', 'c', 'car'], ['pune', 'company', 'r', 'c', 'car', 'race'], ['company', 'r', 'c', 'car', 'race', 'stepcone'], ['r', 'c', 'car', 'race', 'stepcone', 'description'], ['c', 'car', 'race', 'stepcone', 'description', 'paper'], ['car', 'race', 'stepcone', 'description', 'paper', 'project'], ['race', 'stepcone', 'description', 'paper', 'project', 'contest'], ['stepcone', 'description', 'paper', 'project', 'contest', 'exhibition'], ['description', 'paper', 'project', 'contest', 'exhibition', 'conducted'], ['paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr'], ['project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute'], ['contest', 'exhibition', 'conducted', 'gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018', 'bachelor', 'engineering', 'engineering'], ['details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai'], ['january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra'], ['2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm'], ['bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college'], ['engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering'], ['engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma'], ['mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical'], ['maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune'], ['mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra'], ['college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit'], ['engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president'], ['diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical'], ['mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering'], ['pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student'], ['maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association'], ['mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president'], ['president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical'], ['mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering'], ['engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student'], ['student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association'], ['association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill'], ['president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details'], ['mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company'], ['engineering', 'student', 'association', 'skill', 'details', 'company', 'details'], ['student', 'association', 'skill', 'details', 'company', 'details', 'company'], ['association', 'skill', 'details', 'company', 'details', 'company', 'full'], ['skill', 'details', 'company', 'details', 'company', 'full', 'throttle'], ['details', 'company', 'details', 'company', 'full', 'throttle', 'description'], ['company', 'details', 'company', 'full', 'throttle', 'description', 'conducted'], ['details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit'], ['company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay'], ['full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked'], ['throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president'], ['description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical'], ['conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering'], ['iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student'], ['bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association'], ['worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa'], ['president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit'], ['mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune'], ['engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company'], ['student', 'association', 'mesa', 'mit', 'pune', 'company', 'r'], ['association', 'mesa', 'mit', 'pune', 'company', 'r', 'c'], ['mesa', 'mit', 'pune', 'company', 'r', 'c', 'car'], ['mit', 'pune', 'company', 'r', 'c', 'car', 'race'], ['pune', 'company', 'r', 'c', 'car', 'race', 'stepcone'], ['company', 'r', 'c', 'car', 'race', 'stepcone', 'description'], ['r', 'c', 'car', 'race', 'stepcone', 'description', 'paper'], ['c', 'car', 'race', 'stepcone', 'description', 'paper', 'project'], ['car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest'], ['race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition'], ['stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted'], ['description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr'], ['paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute'], ['project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai'], ['details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra'], ['january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm'], ['2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college'], ['bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering'], ['engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma'], ['engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical'], ['mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune'], ['maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra'], ['mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit'], ['college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president'], ['engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical'], ['diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering'], ['mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student'], ['pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association'], ['maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president'], ['mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical'], ['president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student'], ['engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association'], ['student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill'], ['association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details'], ['president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company'], ['mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company', 'details'], ['engineering', 'student', 'association', 'skill', 'details', 'company', 'details', 'company'], ['student', 'association', 'skill', 'details', 'company', 'details', 'company', 'full'], ['association', 'skill', 'details', 'company', 'details', 'company', 'full', 'throttle'], ['skill', 'details', 'company', 'details', 'company', 'full', 'throttle', 'description'], ['details', 'company', 'details', 'company', 'full', 'throttle', 'description', 'conducted'], ['company', 'details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit'], ['details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay'], ['company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked'], ['full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president'], ['throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical'], ['description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering'], ['conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student'], ['iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association'], ['bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa'], ['worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit'], ['president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune'], ['mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company'], ['engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company', 'r'], ['student', 'association', 'mesa', 'mit', 'pune', 'company', 'r', 'c'], ['association', 'mesa', 'mit', 'pune', 'company', 'r', 'c', 'car'], ['mesa', 'mit', 'pune', 'company', 'r', 'c', 'car', 'race'], ['mit', 'pune', 'company', 'r', 'c', 'car', 'race', 'stepcone'], ['pune', 'company', 'r', 'c', 'car', 'race', 'stepcone', 'description'], ['company', 'r', 'c', 'car', 'race', 'stepcone', 'description', 'paper'], ['r', 'c', 'car', 'race', 'stepcone', 'description', 'paper', 'project'], ['c', 'car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest'], ['car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition'], ['race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted'], ['stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr'], ['description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute'], ['paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute', 'technology'], ['education', 'details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra'], ['details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm'], ['january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college'], ['2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering'], ['bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma'], ['engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical'], ['engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune'], ['mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra'], ['maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit'], ['mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president'], ['college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical'], ['engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering'], ['diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student'], ['mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association'], ['pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president'], ['maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical'], ['mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering'], ['president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student'], ['mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association'], ['engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill'], ['student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details'], ['association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company'], ['president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company', 'details'], ['mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company', 'details', 'company'], ['engineering', 'student', 'association', 'skill', 'details', 'company', 'details', 'company', 'full'], ['student', 'association', 'skill', 'details', 'company', 'details', 'company', 'full', 'throttle'], ['association', 'skill', 'details', 'company', 'details', 'company', 'full', 'throttle', 'description'], ['skill', 'details', 'company', 'details', 'company', 'full', 'throttle', 'description', 'conducted'], ['details', 'company', 'details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit'], ['company', 'details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay'], ['details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked'], ['company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president'], ['full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical'], ['throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering'], ['description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student'], ['conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association'], ['iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa'], ['bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit'], ['worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune'], ['president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company'], ['mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company', 'r'], ['engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company', 'r', 'c'], ['student', 'association', 'mesa', 'mit', 'pune', 'company', 'r', 'c', 'car'], ['association', 'mesa', 'mit', 'pune', 'company', 'r', 'c', 'car', 'race'], ['mesa', 'mit', 'pune', 'company', 'r', 'c', 'car', 'race', 'stepcone'], ['mit', 'pune', 'company', 'r', 'c', 'car', 'race', 'stepcone', 'description'], ['pune', 'company', 'r', 'c', 'car', 'race', 'stepcone', 'description', 'paper'], ['company', 'r', 'c', 'car', 'race', 'stepcone', 'description', 'paper', 'project'], ['r', 'c', 'car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest'], ['c', 'car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition'], ['car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted'], ['race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr'], ['stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute'], ['description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute', 'technology']], [['education'], ['details'], ['june'], ['2014'], ['june'], ['2018'], ['be'], ['mechanical'], ['engineering'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['pune'], ['university'], ['mechanical'], ['design'], ['engineer'], ['mechanical'], ['design'], ['engineer'], ['skill'], ['details'], ['microsoft'], ['office'], ['autocad'], ['catia'], ['solidworks'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['push'], ['engineering'], ['pvt'], ['ltd'], ['description'], ['currently'], ['i'], ['working'], ['mechanical'], ['design'], ['engineer'], ['push'], ['engineering'], ['pvt'], ['ltd'], ['all'], ['types'], ['ice'], ['making'], ['plant'], ['designed'], ['manufactured'], ['company'], ['design'], ['includes'], ['design'], ['pressure'], ['vessel'], ['condenser'], ['conveyor'], ['help'], ['3d'], ['modelling'], ['software'], ['also'], ['bom'], ['preparation'], ['material'], ['erp'], ['system'], ['company'], ['central'], ['water'], ['power'], ['research'], ['station'], ['description'], ['pune'], ['govt'], ['india'], ['1'], ['year'], ['experience'], ['research'], ['assistant'], ['r'], ['d'], ['department'], ['mechanical'], ['workshop'], ['central'], ['water'], ['power'], ['research'], ['station'], ['khadakwasla'], ['pune'], ['govt'], ['india'], ['experiences'], ['different'], ['project'], ['generation'], ['sea'], ['waves'], ['laboratory'], ['useful'], ['design'], ['port'], ['harbor'], ['structures'], ['mumbai'], ['chennai'], ['goa'], ['foreign'], ['countries'], ['like'], ['japan'], ['bangladesh'], ['etc'], ['wave'], ['generated'], ['wave'], ['maker'], ['comes'], ['mechanical'], ['workshop'], ['wave'], ['generated'], ['help'], ['hydraulic'], ['well'], ['pneumatic'], ['system'], ['also'], ['regular'], ['wave'], ['generator'], ['i'], ['experiences'], ['sea'], ['wave'], ['generation'], ['hydraulic'], ['system'], ['experiences'], ['design'], ['hydraulic'], ['system'], ['includes'], ['design'], ['servo'], ['actuator'], ['axial'], ['piston'], ['pump'], ['electric'], ['motor'], ['supervision'], ['guidance'], ['scientist'], ['b'], ['cwprs'], ['softwares'], ['skills'], ['autocad'], ['catia'], ['v5'], ['ms'], ['office'], ['proe'], ['extra'], ['curricular'], ['activity'], ['organize'], ['national'], ['level'], ['technical'], ['event'], ['mechanical'], ['student'], ['association'], ['mesa'], ['coordinator'], ['mesa'], ['treasurer'], ['attending'], ['3d'], ['printing'], ['workshop'], ['college'], ['work'], ['readiness'], ['training'], ['conducted'], ['nasscom'], ['foundation'], ['global'], ['talent'], ['track'], ['college'], ['life'], ['skills'], ['training'], ['conducted'], ['nasscom'], ['foundation'], ['global'], ['talent'], ['track'], ['college'], ['personal'], ['atributes'], ['positive'], ['attitude'], ['quick'], ['learner'], ['team'], ['leader'], ['education', 'details'], ['details', 'june'], ['june', '2014'], ['2014', 'june'], ['june', '2018'], ['2018', 'be'], ['be', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'mechanical'], ['mechanical', 'design'], ['design', 'engineer'], ['engineer', 'mechanical'], ['mechanical', 'design'], ['design', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'microsoft'], ['microsoft', 'office'], ['office', 'autocad'], ['autocad', 'catia'], ['catia', 'solidworks'], ['solidworks', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'push'], ['push', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'currently'], ['currently', 'i'], ['i', 'working'], ['working', 'mechanical'], ['mechanical', 'design'], ['design', 'engineer'], ['engineer', 'push'], ['push', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'all'], ['all', 'types'], ['types', 'ice'], ['ice', 'making'], ['making', 'plant'], ['plant', 'designed'], ['designed', 'manufactured'], ['manufactured', 'company'], ['company', 'design'], ['design', 'includes'], ['includes', 'design'], ['design', 'pressure'], ['pressure', 'vessel'], ['vessel', 'condenser'], ['condenser', 'conveyor'], ['conveyor', 'help'], ['help', '3d'], ['3d', 'modelling'], ['modelling', 'software'], ['software', 'also'], ['also', 'bom'], ['bom', 'preparation'], ['preparation', 'material'], ['material', 'erp'], ['erp', 'system'], ['system', 'company'], ['company', 'central'], ['central', 'water'], ['water', 'power'], ['power', 'research'], ['research', 'station'], ['station', 'description'], ['description', 'pune'], ['pune', 'govt'], ['govt', 'india'], ['india', '1'], ['1', 'year'], ['year', 'experience'], ['experience', 'research'], ['research', 'assistant'], ['assistant', 'r'], ['r', 'd'], ['d', 'department'], ['department', 'mechanical'], ['mechanical', 'workshop'], ['workshop', 'central'], ['central', 'water'], ['water', 'power'], ['power', 'research'], ['research', 'station'], ['station', 'khadakwasla'], ['khadakwasla', 'pune'], ['pune', 'govt'], ['govt', 'india'], ['india', 'experiences'], ['experiences', 'different'], ['different', 'project'], ['project', 'generation'], ['generation', 'sea'], ['sea', 'waves'], ['waves', 'laboratory'], ['laboratory', 'useful'], ['useful', 'design'], ['design', 'port'], ['port', 'harbor'], ['harbor', 'structures'], ['structures', 'mumbai'], ['mumbai', 'chennai'], ['chennai', 'goa'], ['goa', 'foreign'], ['foreign', 'countries'], ['countries', 'like'], ['like', 'japan'], ['japan', 'bangladesh'], ['bangladesh', 'etc'], ['etc', 'wave'], ['wave', 'generated'], ['generated', 'wave'], ['wave', 'maker'], ['maker', 'comes'], ['comes', 'mechanical'], ['mechanical', 'workshop'], ['workshop', 'wave'], ['wave', 'generated'], ['generated', 'help'], ['help', 'hydraulic'], ['hydraulic', 'well'], ['well', 'pneumatic'], ['pneumatic', 'system'], ['system', 'also'], ['also', 'regular'], ['regular', 'wave'], ['wave', 'generator'], ['generator', 'i'], ['i', 'experiences'], ['experiences', 'sea'], ['sea', 'wave'], ['wave', 'generation'], ['generation', 'hydraulic'], ['hydraulic', 'system'], ['system', 'experiences'], ['experiences', 'design'], ['design', 'hydraulic'], ['hydraulic', 'system'], ['system', 'includes'], ['includes', 'design'], ['design', 'servo'], ['servo', 'actuator'], ['actuator', 'axial'], ['axial', 'piston'], ['piston', 'pump'], ['pump', 'electric'], ['electric', 'motor'], ['motor', 'supervision'], ['supervision', 'guidance'], ['guidance', 'scientist'], ['scientist', 'b'], ['b', 'cwprs'], ['cwprs', 'softwares'], ['softwares', 'skills'], ['skills', 'autocad'], ['autocad', 'catia'], ['catia', 'v5'], ['v5', 'ms'], ['ms', 'office'], ['office', 'proe'], ['proe', 'extra'], ['extra', 'curricular'], ['curricular', 'activity'], ['activity', 'organize'], ['organize', 'national'], ['national', 'level'], ['level', 'technical'], ['technical', 'event'], ['event', 'mechanical'], ['mechanical', 'student'], ['student', 'association'], ['association', 'mesa'], ['mesa', 'coordinator'], ['coordinator', 'mesa'], ['mesa', 'treasurer'], ['treasurer', 'attending'], ['attending', '3d'], ['3d', 'printing'], ['printing', 'workshop'], ['workshop', 'college'], ['college', 'work'], ['work', 'readiness'], ['readiness', 'training'], ['training', 'conducted'], ['conducted', 'nasscom'], ['nasscom', 'foundation'], ['foundation', 'global'], ['global', 'talent'], ['talent', 'track'], ['track', 'college'], ['college', 'life'], ['life', 'skills'], ['skills', 'training'], ['training', 'conducted'], ['conducted', 'nasscom'], ['nasscom', 'foundation'], ['foundation', 'global'], ['global', 'talent'], ['talent', 'track'], ['track', 'college'], ['college', 'personal'], ['personal', 'atributes'], ['atributes', 'positive'], ['positive', 'attitude'], ['attitude', 'quick'], ['quick', 'learner'], ['learner', 'team'], ['team', 'leader'], ['education', 'details', 'june'], ['details', 'june', '2014'], ['june', '2014', 'june'], ['2014', 'june', '2018'], ['june', '2018', 'be'], ['2018', 'be', 'mechanical'], ['be', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'savitribai'], ['maharashtra', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'mechanical'], ['university', 'mechanical', 'design'], ['mechanical', 'design', 'engineer'], ['design', 'engineer', 'mechanical'], ['engineer', 'mechanical', 'design'], ['mechanical', 'design', 'engineer'], ['design', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'microsoft'], ['details', 'microsoft', 'office'], ['microsoft', 'office', 'autocad'], ['office', 'autocad', 'catia'], ['autocad', 'catia', 'solidworks'], ['catia', 'solidworks', 'exprience'], ['solidworks', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'push'], ['company', 'push', 'engineering'], ['push', 'engineering', 'pvt'], ['engineering', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'currently'], ['description', 'currently', 'i'], ['currently', 'i', 'working'], ['i', 'working', 'mechanical'], ['working', 'mechanical', 'design'], ['mechanical', 'design', 'engineer'], ['design', 'engineer', 'push'], ['engineer', 'push', 'engineering'], ['push', 'engineering', 'pvt'], ['engineering', 'pvt', 'ltd'], ['pvt', 'ltd', 'all'], ['ltd', 'all', 'types'], ['all', 'types', 'ice'], ['types', 'ice', 'making'], ['ice', 'making', 'plant'], ['making', 'plant', 'designed'], ['plant', 'designed', 'manufactured'], ['designed', 'manufactured', 'company'], ['manufactured', 'company', 'design'], ['company', 'design', 'includes'], ['design', 'includes', 'design'], ['includes', 'design', 'pressure'], ['design', 'pressure', 'vessel'], ['pressure', 'vessel', 'condenser'], ['vessel', 'condenser', 'conveyor'], ['condenser', 'conveyor', 'help'], ['conveyor', 'help', '3d'], ['help', '3d', 'modelling'], ['3d', 'modelling', 'software'], ['modelling', 'software', 'also'], ['software', 'also', 'bom'], ['also', 'bom', 'preparation'], ['bom', 'preparation', 'material'], ['preparation', 'material', 'erp'], ['material', 'erp', 'system'], ['erp', 'system', 'company'], ['system', 'company', 'central'], ['company', 'central', 'water'], ['central', 'water', 'power'], ['water', 'power', 'research'], ['power', 'research', 'station'], ['research', 'station', 'description'], ['station', 'description', 'pune'], ['description', 'pune', 'govt'], ['pune', 'govt', 'india'], ['govt', 'india', '1'], ['india', '1', 'year'], ['1', 'year', 'experience'], ['year', 'experience', 'research'], ['experience', 'research', 'assistant'], ['research', 'assistant', 'r'], ['assistant', 'r', 'd'], ['r', 'd', 'department'], ['d', 'department', 'mechanical'], ['department', 'mechanical', 'workshop'], ['mechanical', 'workshop', 'central'], ['workshop', 'central', 'water'], ['central', 'water', 'power'], ['water', 'power', 'research'], ['power', 'research', 'station'], ['research', 'station', 'khadakwasla'], ['station', 'khadakwasla', 'pune'], ['khadakwasla', 'pune', 'govt'], ['pune', 'govt', 'india'], ['govt', 'india', 'experiences'], ['india', 'experiences', 'different'], ['experiences', 'different', 'project'], ['different', 'project', 'generation'], ['project', 'generation', 'sea'], ['generation', 'sea', 'waves'], ['sea', 'waves', 'laboratory'], ['waves', 'laboratory', 'useful'], ['laboratory', 'useful', 'design'], ['useful', 'design', 'port'], ['design', 'port', 'harbor'], ['port', 'harbor', 'structures'], ['harbor', 'structures', 'mumbai'], ['structures', 'mumbai', 'chennai'], ['mumbai', 'chennai', 'goa'], ['chennai', 'goa', 'foreign'], ['goa', 'foreign', 'countries'], ['foreign', 'countries', 'like'], ['countries', 'like', 'japan'], ['like', 'japan', 'bangladesh'], ['japan', 'bangladesh', 'etc'], ['bangladesh', 'etc', 'wave'], ['etc', 'wave', 'generated'], ['wave', 'generated', 'wave'], ['generated', 'wave', 'maker'], ['wave', 'maker', 'comes'], ['maker', 'comes', 'mechanical'], ['comes', 'mechanical', 'workshop'], ['mechanical', 'workshop', 'wave'], ['workshop', 'wave', 'generated'], ['wave', 'generated', 'help'], ['generated', 'help', 'hydraulic'], ['help', 'hydraulic', 'well'], ['hydraulic', 'well', 'pneumatic'], ['well', 'pneumatic', 'system'], ['pneumatic', 'system', 'also'], ['system', 'also', 'regular'], ['also', 'regular', 'wave'], ['regular', 'wave', 'generator'], ['wave', 'generator', 'i'], ['generator', 'i', 'experiences'], ['i', 'experiences', 'sea'], ['experiences', 'sea', 'wave'], ['sea', 'wave', 'generation'], ['wave', 'generation', 'hydraulic'], ['generation', 'hydraulic', 'system'], ['hydraulic', 'system', 'experiences'], ['system', 'experiences', 'design'], ['experiences', 'design', 'hydraulic'], ['design', 'hydraulic', 'system'], ['hydraulic', 'system', 'includes'], ['system', 'includes', 'design'], ['includes', 'design', 'servo'], ['design', 'servo', 'actuator'], ['servo', 'actuator', 'axial'], ['actuator', 'axial', 'piston'], ['axial', 'piston', 'pump'], ['piston', 'pump', 'electric'], ['pump', 'electric', 'motor'], ['electric', 'motor', 'supervision'], ['motor', 'supervision', 'guidance'], ['supervision', 'guidance', 'scientist'], ['guidance', 'scientist', 'b'], ['scientist', 'b', 'cwprs'], ['b', 'cwprs', 'softwares'], ['cwprs', 'softwares', 'skills'], ['softwares', 'skills', 'autocad'], ['skills', 'autocad', 'catia'], ['autocad', 'catia', 'v5'], ['catia', 'v5', 'ms'], ['v5', 'ms', 'office'], ['ms', 'office', 'proe'], ['office', 'proe', 'extra'], ['proe', 'extra', 'curricular'], ['extra', 'curricular', 'activity'], ['curricular', 'activity', 'organize'], ['activity', 'organize', 'national'], ['organize', 'national', 'level'], ['national', 'level', 'technical'], ['level', 'technical', 'event'], ['technical', 'event', 'mechanical'], ['event', 'mechanical', 'student'], ['mechanical', 'student', 'association'], ['student', 'association', 'mesa'], ['association', 'mesa', 'coordinator'], ['mesa', 'coordinator', 'mesa'], ['coordinator', 'mesa', 'treasurer'], ['mesa', 'treasurer', 'attending'], ['treasurer', 'attending', '3d'], ['attending', '3d', 'printing'], ['3d', 'printing', 'workshop'], ['printing', 'workshop', 'college'], ['workshop', 'college', 'work'], ['college', 'work', 'readiness'], ['work', 'readiness', 'training'], ['readiness', 'training', 'conducted'], ['training', 'conducted', 'nasscom'], ['conducted', 'nasscom', 'foundation'], ['nasscom', 'foundation', 'global'], ['foundation', 'global', 'talent'], ['global', 'talent', 'track'], ['talent', 'track', 'college'], ['track', 'college', 'life'], ['college', 'life', 'skills'], ['life', 'skills', 'training'], ['skills', 'training', 'conducted'], ['training', 'conducted', 'nasscom'], ['conducted', 'nasscom', 'foundation'], ['nasscom', 'foundation', 'global'], ['foundation', 'global', 'talent'], ['global', 'talent', 'track'], ['talent', 'track', 'college'], ['track', 'college', 'personal'], ['college', 'personal', 'atributes'], ['personal', 'atributes', 'positive'], ['atributes', 'positive', 'attitude'], ['positive', 'attitude', 'quick'], ['attitude', 'quick', 'learner'], ['quick', 'learner', 'team'], ['learner', 'team', 'leader'], ['education', 'details', 'june', '2014'], ['details', 'june', '2014', 'june'], ['june', '2014', 'june', '2018'], ['2014', 'june', '2018', 'be'], ['june', '2018', 'be', 'mechanical'], ['2018', 'be', 'mechanical', 'engineering'], ['be', 'mechanical', 'engineering', 'pune'], ['mechanical', 'engineering', 'pune', 'maharashtra'], ['engineering', 'pune', 'maharashtra', 'savitribai'], ['pune', 'maharashtra', 'savitribai', 'phule'], ['maharashtra', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'mechanical'], ['pune', 'university', 'mechanical', 'design'], ['university', 'mechanical', 'design', 'engineer'], ['mechanical', 'design', 'engineer', 'mechanical'], ['design', 'engineer', 'mechanical', 'design'], ['engineer', 'mechanical', 'design', 'engineer'], ['mechanical', 'design', 'engineer', 'skill'], ['design', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'microsoft'], ['skill', 'details', 'microsoft', 'office'], ['details', 'microsoft', 'office', 'autocad'], ['microsoft', 'office', 'autocad', 'catia'], ['office', 'autocad', 'catia', 'solidworks'], ['autocad', 'catia', 'solidworks', 'exprience'], ['catia', 'solidworks', 'exprience', '6'], ['solidworks', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'push'], ['details', 'company', 'push', 'engineering'], ['company', 'push', 'engineering', 'pvt'], ['push', 'engineering', 'pvt', 'ltd'], ['engineering', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'currently'], ['ltd', 'description', 'currently', 'i'], ['description', 'currently', 'i', 'working'], ['currently', 'i', 'working', 'mechanical'], ['i', 'working', 'mechanical', 'design'], ['working', 'mechanical', 'design', 'engineer'], ['mechanical', 'design', 'engineer', 'push'], ['design', 'engineer', 'push', 'engineering'], ['engineer', 'push', 'engineering', 'pvt'], ['push', 'engineering', 'pvt', 'ltd'], ['engineering', 'pvt', 'ltd', 'all'], ['pvt', 'ltd', 'all', 'types'], ['ltd', 'all', 'types', 'ice'], ['all', 'types', 'ice', 'making'], ['types', 'ice', 'making', 'plant'], ['ice', 'making', 'plant', 'designed'], ['making', 'plant', 'designed', 'manufactured'], ['plant', 'designed', 'manufactured', 'company'], ['designed', 'manufactured', 'company', 'design'], ['manufactured', 'company', 'design', 'includes'], ['company', 'design', 'includes', 'design'], ['design', 'includes', 'design', 'pressure'], ['includes', 'design', 'pressure', 'vessel'], ['design', 'pressure', 'vessel', 'condenser'], ['pressure', 'vessel', 'condenser', 'conveyor'], ['vessel', 'condenser', 'conveyor', 'help'], ['condenser', 'conveyor', 'help', '3d'], ['conveyor', 'help', '3d', 'modelling'], ['help', '3d', 'modelling', 'software'], ['3d', 'modelling', 'software', 'also'], ['modelling', 'software', 'also', 'bom'], ['software', 'also', 'bom', 'preparation'], ['also', 'bom', 'preparation', 'material'], ['bom', 'preparation', 'material', 'erp'], ['preparation', 'material', 'erp', 'system'], ['material', 'erp', 'system', 'company'], ['erp', 'system', 'company', 'central'], ['system', 'company', 'central', 'water'], ['company', 'central', 'water', 'power'], ['central', 'water', 'power', 'research'], ['water', 'power', 'research', 'station'], ['power', 'research', 'station', 'description'], ['research', 'station', 'description', 'pune'], ['station', 'description', 'pune', 'govt'], ['description', 'pune', 'govt', 'india'], ['pune', 'govt', 'india', '1'], ['govt', 'india', '1', 'year'], ['india', '1', 'year', 'experience'], ['1', 'year', 'experience', 'research'], ['year', 'experience', 'research', 'assistant'], ['experience', 'research', 'assistant', 'r'], ['research', 'assistant', 'r', 'd'], ['assistant', 'r', 'd', 'department'], ['r', 'd', 'department', 'mechanical'], ['d', 'department', 'mechanical', 'workshop'], ['department', 'mechanical', 'workshop', 'central'], ['mechanical', 'workshop', 'central', 'water'], ['workshop', 'central', 'water', 'power'], ['central', 'water', 'power', 'research'], ['water', 'power', 'research', 'station'], ['power', 'research', 'station', 'khadakwasla'], ['research', 'station', 'khadakwasla', 'pune'], ['station', 'khadakwasla', 'pune', 'govt'], ['khadakwasla', 'pune', 'govt', 'india'], ['pune', 'govt', 'india', 'experiences'], ['govt', 'india', 'experiences', 'different'], ['india', 'experiences', 'different', 'project'], ['experiences', 'different', 'project', 'generation'], ['different', 'project', 'generation', 'sea'], ['project', 'generation', 'sea', 'waves'], ['generation', 'sea', 'waves', 'laboratory'], ['sea', 'waves', 'laboratory', 'useful'], ['waves', 'laboratory', 'useful', 'design'], ['laboratory', 'useful', 'design', 'port'], ['useful', 'design', 'port', 'harbor'], ['design', 'port', 'harbor', 'structures'], ['port', 'harbor', 'structures', 'mumbai'], ['harbor', 'structures', 'mumbai', 'chennai'], ['structures', 'mumbai', 'chennai', 'goa'], ['mumbai', 'chennai', 'goa', 'foreign'], ['chennai', 'goa', 'foreign', 'countries'], ['goa', 'foreign', 'countries', 'like'], ['foreign', 'countries', 'like', 'japan'], ['countries', 'like', 'japan', 'bangladesh'], ['like', 'japan', 'bangladesh', 'etc'], ['japan', 'bangladesh', 'etc', 'wave'], ['bangladesh', 'etc', 'wave', 'generated'], ['etc', 'wave', 'generated', 'wave'], ['wave', 'generated', 'wave', 'maker'], ['generated', 'wave', 'maker', 'comes'], ['wave', 'maker', 'comes', 'mechanical'], ['maker', 'comes', 'mechanical', 'workshop'], ['comes', 'mechanical', 'workshop', 'wave'], ['mechanical', 'workshop', 'wave', 'generated'], ['workshop', 'wave', 'generated', 'help'], ['wave', 'generated', 'help', 'hydraulic'], ['generated', 'help', 'hydraulic', 'well'], ['help', 'hydraulic', 'well', 'pneumatic'], ['hydraulic', 'well', 'pneumatic', 'system'], ['well', 'pneumatic', 'system', 'also'], ['pneumatic', 'system', 'also', 'regular'], ['system', 'also', 'regular', 'wave'], ['also', 'regular', 'wave', 'generator'], ['regular', 'wave', 'generator', 'i'], ['wave', 'generator', 'i', 'experiences'], ['generator', 'i', 'experiences', 'sea'], ['i', 'experiences', 'sea', 'wave'], ['experiences', 'sea', 'wave', 'generation'], ['sea', 'wave', 'generation', 'hydraulic'], ['wave', 'generation', 'hydraulic', 'system'], ['generation', 'hydraulic', 'system', 'experiences'], ['hydraulic', 'system', 'experiences', 'design'], ['system', 'experiences', 'design', 'hydraulic'], ['experiences', 'design', 'hydraulic', 'system'], ['design', 'hydraulic', 'system', 'includes'], ['hydraulic', 'system', 'includes', 'design'], ['system', 'includes', 'design', 'servo'], ['includes', 'design', 'servo', 'actuator'], ['design', 'servo', 'actuator', 'axial'], ['servo', 'actuator', 'axial', 'piston'], ['actuator', 'axial', 'piston', 'pump'], ['axial', 'piston', 'pump', 'electric'], ['piston', 'pump', 'electric', 'motor'], ['pump', 'electric', 'motor', 'supervision'], ['electric', 'motor', 'supervision', 'guidance'], ['motor', 'supervision', 'guidance', 'scientist'], ['supervision', 'guidance', 'scientist', 'b'], ['guidance', 'scientist', 'b', 'cwprs'], ['scientist', 'b', 'cwprs', 'softwares'], ['b', 'cwprs', 'softwares', 'skills'], ['cwprs', 'softwares', 'skills', 'autocad'], ['softwares', 'skills', 'autocad', 'catia'], ['skills', 'autocad', 'catia', 'v5'], ['autocad', 'catia', 'v5', 'ms'], ['catia', 'v5', 'ms', 'office'], ['v5', 'ms', 'office', 'proe'], ['ms', 'office', 'proe', 'extra'], ['office', 'proe', 'extra', 'curricular'], ['proe', 'extra', 'curricular', 'activity'], ['extra', 'curricular', 'activity', 'organize'], ['curricular', 'activity', 'organize', 'national'], ['activity', 'organize', 'national', 'level'], ['organize', 'national', 'level', 'technical'], ['national', 'level', 'technical', 'event'], ['level', 'technical', 'event', 'mechanical'], ['technical', 'event', 'mechanical', 'student'], ['event', 'mechanical', 'student', 'association'], ['mechanical', 'student', 'association', 'mesa'], ['student', 'association', 'mesa', 'coordinator'], ['association', 'mesa', 'coordinator', 'mesa'], ['mesa', 'coordinator', 'mesa', 'treasurer'], ['coordinator', 'mesa', 'treasurer', 'attending'], ['mesa', 'treasurer', 'attending', '3d'], ['treasurer', 'attending', '3d', 'printing'], ['attending', '3d', 'printing', 'workshop'], ['3d', 'printing', 'workshop', 'college'], ['printing', 'workshop', 'college', 'work'], ['workshop', 'college', 'work', 'readiness'], ['college', 'work', 'readiness', 'training'], ['work', 'readiness', 'training', 'conducted'], ['readiness', 'training', 'conducted', 'nasscom'], ['training', 'conducted', 'nasscom', 'foundation'], ['conducted', 'nasscom', 'foundation', 'global'], ['nasscom', 'foundation', 'global', 'talent'], ['foundation', 'global', 'talent', 'track'], ['global', 'talent', 'track', 'college'], ['talent', 'track', 'college', 'life'], ['track', 'college', 'life', 'skills'], ['college', 'life', 'skills', 'training'], ['life', 'skills', 'training', 'conducted'], ['skills', 'training', 'conducted', 'nasscom'], ['training', 'conducted', 'nasscom', 'foundation'], ['conducted', 'nasscom', 'foundation', 'global'], ['nasscom', 'foundation', 'global', 'talent'], ['foundation', 'global', 'talent', 'track'], ['global', 'talent', 'track', 'college'], ['talent', 'track', 'college', 'personal'], ['track', 'college', 'personal', 'atributes'], ['college', 'personal', 'atributes', 'positive'], ['personal', 'atributes', 'positive', 'attitude'], ['atributes', 'positive', 'attitude', 'quick'], ['positive', 'attitude', 'quick', 'learner'], ['attitude', 'quick', 'learner', 'team'], ['quick', 'learner', 'team', 'leader'], ['education', 'details', 'june', '2014', 'june'], ['details', 'june', '2014', 'june', '2018'], ['june', '2014', 'june', '2018', 'be'], ['2014', 'june', '2018', 'be', 'mechanical'], ['june', '2018', 'be', 'mechanical', 'engineering'], ['2018', 'be', 'mechanical', 'engineering', 'pune'], ['be', 'mechanical', 'engineering', 'pune', 'maharashtra'], ['mechanical', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['savitribai', 'phule', 'pune', 'university', 'mechanical'], ['phule', 'pune', 'university', 'mechanical', 'design'], ['pune', 'university', 'mechanical', 'design', 'engineer'], ['university', 'mechanical', 'design', 'engineer', 'mechanical'], ['mechanical', 'design', 'engineer', 'mechanical', 'design'], ['design', 'engineer', 'mechanical', 'design', 'engineer'], ['engineer', 'mechanical', 'design', 'engineer', 'skill'], ['mechanical', 'design', 'engineer', 'skill', 'details'], ['design', 'engineer', 'skill', 'details', 'microsoft'], ['engineer', 'skill', 'details', 'microsoft', 'office'], ['skill', 'details', 'microsoft', 'office', 'autocad'], ['details', 'microsoft', 'office', 'autocad', 'catia'], ['microsoft', 'office', 'autocad', 'catia', 'solidworks'], ['office', 'autocad', 'catia', 'solidworks', 'exprience'], ['autocad', 'catia', 'solidworks', 'exprience', '6'], ['catia', 'solidworks', 'exprience', '6', 'monthscompany'], ['solidworks', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'push'], ['monthscompany', 'details', 'company', 'push', 'engineering'], ['details', 'company', 'push', 'engineering', 'pvt'], ['company', 'push', 'engineering', 'pvt', 'ltd'], ['push', 'engineering', 'pvt', 'ltd', 'description'], ['engineering', 'pvt', 'ltd', 'description', 'currently'], ['pvt', 'ltd', 'description', 'currently', 'i'], ['ltd', 'description', 'currently', 'i', 'working'], ['description', 'currently', 'i', 'working', 'mechanical'], ['currently', 'i', 'working', 'mechanical', 'design'], ['i', 'working', 'mechanical', 'design', 'engineer'], ['working', 'mechanical', 'design', 'engineer', 'push'], ['mechanical', 'design', 'engineer', 'push', 'engineering'], ['design', 'engineer', 'push', 'engineering', 'pvt'], ['engineer', 'push', 'engineering', 'pvt', 'ltd'], ['push', 'engineering', 'pvt', 'ltd', 'all'], ['engineering', 'pvt', 'ltd', 'all', 'types'], ['pvt', 'ltd', 'all', 'types', 'ice'], ['ltd', 'all', 'types', 'ice', 'making'], ['all', 'types', 'ice', 'making', 'plant'], ['types', 'ice', 'making', 'plant', 'designed'], ['ice', 'making', 'plant', 'designed', 'manufactured'], ['making', 'plant', 'designed', 'manufactured', 'company'], ['plant', 'designed', 'manufactured', 'company', 'design'], ['designed', 'manufactured', 'company', 'design', 'includes'], ['manufactured', 'company', 'design', 'includes', 'design'], ['company', 'design', 'includes', 'design', 'pressure'], ['design', 'includes', 'design', 'pressure', 'vessel'], ['includes', 'design', 'pressure', 'vessel', 'condenser'], ['design', 'pressure', 'vessel', 'condenser', 'conveyor'], ['pressure', 'vessel', 'condenser', 'conveyor', 'help'], ['vessel', 'condenser', 'conveyor', 'help', '3d'], ['condenser', 'conveyor', 'help', '3d', 'modelling'], ['conveyor', 'help', '3d', 'modelling', 'software'], ['help', '3d', 'modelling', 'software', 'also'], ['3d', 'modelling', 'software', 'also', 'bom'], ['modelling', 'software', 'also', 'bom', 'preparation'], ['software', 'also', 'bom', 'preparation', 'material'], ['also', 'bom', 'preparation', 'material', 'erp'], ['bom', 'preparation', 'material', 'erp', 'system'], ['preparation', 'material', 'erp', 'system', 'company'], ['material', 'erp', 'system', 'company', 'central'], ['erp', 'system', 'company', 'central', 'water'], ['system', 'company', 'central', 'water', 'power'], ['company', 'central', 'water', 'power', 'research'], ['central', 'water', 'power', 'research', 'station'], ['water', 'power', 'research', 'station', 'description'], ['power', 'research', 'station', 'description', 'pune'], ['research', 'station', 'description', 'pune', 'govt'], ['station', 'description', 'pune', 'govt', 'india'], ['description', 'pune', 'govt', 'india', '1'], ['pune', 'govt', 'india', '1', 'year'], ['govt', 'india', '1', 'year', 'experience'], ['india', '1', 'year', 'experience', 'research'], ['1', 'year', 'experience', 'research', 'assistant'], ['year', 'experience', 'research', 'assistant', 'r'], ['experience', 'research', 'assistant', 'r', 'd'], ['research', 'assistant', 'r', 'd', 'department'], ['assistant', 'r', 'd', 'department', 'mechanical'], ['r', 'd', 'department', 'mechanical', 'workshop'], ['d', 'department', 'mechanical', 'workshop', 'central'], ['department', 'mechanical', 'workshop', 'central', 'water'], ['mechanical', 'workshop', 'central', 'water', 'power'], ['workshop', 'central', 'water', 'power', 'research'], ['central', 'water', 'power', 'research', 'station'], ['water', 'power', 'research', 'station', 'khadakwasla'], ['power', 'research', 'station', 'khadakwasla', 'pune'], ['research', 'station', 'khadakwasla', 'pune', 'govt'], ['station', 'khadakwasla', 'pune', 'govt', 'india'], ['khadakwasla', 'pune', 'govt', 'india', 'experiences'], ['pune', 'govt', 'india', 'experiences', 'different'], ['govt', 'india', 'experiences', 'different', 'project'], ['india', 'experiences', 'different', 'project', 'generation'], ['experiences', 'different', 'project', 'generation', 'sea'], ['different', 'project', 'generation', 'sea', 'waves'], ['project', 'generation', 'sea', 'waves', 'laboratory'], ['generation', 'sea', 'waves', 'laboratory', 'useful'], ['sea', 'waves', 'laboratory', 'useful', 'design'], ['waves', 'laboratory', 'useful', 'design', 'port'], ['laboratory', 'useful', 'design', 'port', 'harbor'], ['useful', 'design', 'port', 'harbor', 'structures'], ['design', 'port', 'harbor', 'structures', 'mumbai'], ['port', 'harbor', 'structures', 'mumbai', 'chennai'], ['harbor', 'structures', 'mumbai', 'chennai', 'goa'], ['structures', 'mumbai', 'chennai', 'goa', 'foreign'], ['mumbai', 'chennai', 'goa', 'foreign', 'countries'], ['chennai', 'goa', 'foreign', 'countries', 'like'], ['goa', 'foreign', 'countries', 'like', 'japan'], ['foreign', 'countries', 'like', 'japan', 'bangladesh'], ...], [['i'], ['hard'], ['working'], ['person'], ['i'], ['self'], ['confident'], ['mould'], ['work'], ['environments'], ['education'], ['details'], ['january'], ['2016'], ['b'], ['e'], ['mechanical'], ['engineering'], ['alamuri'], ['ratnamala'], ['institute'], ['of'], ['engineering'], ['technology'], ['january'], ['2010'], ['h'], ['s'], ['c'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['secured'], ['january'], ['2008'], ['s'], ['s'], ['c'], ['prakash'], ['jr'], ['college'], ['of'], ['science'], ['commerce'], ['s'], ['m'], ['t'], ['rajdevi'], ['hindi'], ['high'], ['school'], ['maharshtra'], ['state'], ['board'], ['secured'], ['design'], ['engineer'], ['mechanical'], ['skill'], ['details'], ['autocad'], ['solidworks'], ['catia'], ['exprience'], ['12'], ['monthscompany'], ['details'], ['company'], ['sanarco'], ['engineering'], ['pvt'], ['ltd'], ['description'], ['1year'], ['sanarco'], ['engineering'], ['pvt'], ['ltd'], ['as'], ['mechanical'], ['design'], ['engineer'], ['working'], ['surya'], ['fitness'], ['design'], ['engineer'], ['major'], ['project'], ['project'], ['based'], ['automatic'], ['wall'], ['plastering'], ['machine'], ['automated'], ['plastering'], ['machine'], ['unique'], ['perhaps'], ['one'], ['kind'], ['automated'], ['plastering'], ['machinery'], ['ideally'], ['suitable'], ['construction'], ['building'], ['industry'], ['automated'], ['plastering'], ['machine'], ['makes'], ['rendering'], ['easier'], ['faster'], ['effortless'], ['compare'], ['manual'], ['application'], ['automated'], ['plastering'], ['machine'], ['works'], ['conventional'], ['cement'], ['mortar'], ['brings'], ['smooth'], ['flat'], ['finish'], ['it'], ['good'], ['future'], ['scope'], ['personal'], ['detais'], ['father'], ['name'], ['gyandatt'], ['chauhan'], ['i', 'hard'], ['hard', 'working'], ['working', 'person'], ['person', 'i'], ['i', 'self'], ['self', 'confident'], ['confident', 'mould'], ['mould', 'work'], ['work', 'environments'], ['environments', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'mechanical'], ['mechanical', 'engineering'], ['engineering', 'alamuri'], ['alamuri', 'ratnamala'], ['ratnamala', 'institute'], ['institute', 'of'], ['of', 'engineering'], ['engineering', 'technology'], ['technology', 'january'], ['january', '2010'], ['2010', 'h'], ['h', 's'], ['s', 'c'], ['c', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'secured'], ['secured', 'january'], ['january', '2008'], ['2008', 's'], ['s', 's'], ['s', 'c'], ['c', 'prakash'], ['prakash', 'jr'], ['jr', 'college'], ['college', 'of'], ['of', 'science'], ['science', 'commerce'], ['commerce', 's'], ['s', 'm'], ['m', 't'], ['t', 'rajdevi'], ['rajdevi', 'hindi'], ['hindi', 'high'], ['high', 'school'], ['school', 'maharshtra'], ['maharshtra', 'state'], ['state', 'board'], ['board', 'secured'], ['secured', 'design'], ['design', 'engineer'], ['engineer', 'mechanical'], ['mechanical', 'skill'], ['skill', 'details'], ['details', 'autocad'], ['autocad', 'solidworks'], ['solidworks', 'catia'], ['catia', 'exprience'], ['exprience', '12'], ['12', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'sanarco'], ['sanarco', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', '1year'], ['1year', 'sanarco'], ['sanarco', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'as'], ['as', 'mechanical'], ['mechanical', 'design'], ['design', 'engineer'], ['engineer', 'working'], ['working', 'surya'], ['surya', 'fitness'], ['fitness', 'design'], ['design', 'engineer'], ['engineer', 'major'], ['major', 'project'], ['project', 'project'], ['project', 'based'], ['based', 'automatic'], ['automatic', 'wall'], ['wall', 'plastering'], ['plastering', 'machine'], ['machine', 'automated'], ['automated', 'plastering'], ['plastering', 'machine'], ['machine', 'unique'], ['unique', 'perhaps'], ['perhaps', 'one'], ['one', 'kind'], ['kind', 'automated'], ['automated', 'plastering'], ['plastering', 'machinery'], ['machinery', 'ideally'], ['ideally', 'suitable'], ['suitable', 'construction'], ['construction', 'building'], ['building', 'industry'], ['industry', 'automated'], ['automated', 'plastering'], ['plastering', 'machine'], ['machine', 'makes'], ['makes', 'rendering'], ['rendering', 'easier'], ['easier', 'faster'], ['faster', 'effortless'], ['effortless', 'compare'], ['compare', 'manual'], ['manual', 'application'], ['application', 'automated'], ['automated', 'plastering'], ['plastering', 'machine'], ['machine', 'works'], ['works', 'conventional'], ['conventional', 'cement'], ['cement', 'mortar'], ['mortar', 'brings'], ['brings', 'smooth'], ['smooth', 'flat'], ['flat', 'finish'], ['finish', 'it'], ['it', 'good'], ['good', 'future'], ['future', 'scope'], ['scope', 'personal'], ['personal', 'detais'], ['detais', 'father'], ['father', 'name'], ['name', 'gyandatt'], ['gyandatt', 'chauhan'], ['i', 'hard', 'working'], ['hard', 'working', 'person'], ['working', 'person', 'i'], ['person', 'i', 'self'], ['i', 'self', 'confident'], ['self', 'confident', 'mould'], ['confident', 'mould', 'work'], ['mould', 'work', 'environments'], ['work', 'environments', 'education'], ['environments', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'e'], ['b', 'e', 'mechanical'], ['e', 'mechanical', 'engineering'], ['mechanical', 'engineering', 'alamuri'], ['engineering', 'alamuri', 'ratnamala'], ['alamuri', 'ratnamala', 'institute'], ['ratnamala', 'institute', 'of'], ['institute', 'of', 'engineering'], ['of', 'engineering', 'technology'], ['engineering', 'technology', 'january'], ['technology', 'january', '2010'], ['january', '2010', 'h'], ['2010', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'mumbai'], ['c', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'secured'], ['university', 'secured', 'january'], ['secured', 'january', '2008'], ['january', '2008', 's'], ['2008', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'prakash'], ['c', 'prakash', 'jr'], ['prakash', 'jr', 'college'], ['jr', 'college', 'of'], ['college', 'of', 'science'], ['of', 'science', 'commerce'], ['science', 'commerce', 's'], ['commerce', 's', 'm'], ['s', 'm', 't'], ['m', 't', 'rajdevi'], ['t', 'rajdevi', 'hindi'], ['rajdevi', 'hindi', 'high'], ['hindi', 'high', 'school'], ['high', 'school', 'maharshtra'], ['school', 'maharshtra', 'state'], ['maharshtra', 'state', 'board'], ['state', 'board', 'secured'], ['board', 'secured', 'design'], ['secured', 'design', 'engineer'], ['design', 'engineer', 'mechanical'], ['engineer', 'mechanical', 'skill'], ['mechanical', 'skill', 'details'], ['skill', 'details', 'autocad'], ['details', 'autocad', 'solidworks'], ['autocad', 'solidworks', 'catia'], ['solidworks', 'catia', 'exprience'], ['catia', 'exprience', '12'], ['exprience', '12', 'monthscompany'], ['12', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'sanarco'], ['company', 'sanarco', 'engineering'], ['sanarco', 'engineering', 'pvt'], ['engineering', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', '1year'], ['description', '1year', 'sanarco'], ['1year', 'sanarco', 'engineering'], ['sanarco', 'engineering', 'pvt'], ['engineering', 'pvt', 'ltd'], ['pvt', 'ltd', 'as'], ['ltd', 'as', 'mechanical'], ['as', 'mechanical', 'design'], ['mechanical', 'design', 'engineer'], ['design', 'engineer', 'working'], ['engineer', 'working', 'surya'], ['working', 'surya', 'fitness'], ['surya', 'fitness', 'design'], ['fitness', 'design', 'engineer'], ['design', 'engineer', 'major'], ['engineer', 'major', 'project'], ['major', 'project', 'project'], ['project', 'project', 'based'], ['project', 'based', 'automatic'], ['based', 'automatic', 'wall'], ['automatic', 'wall', 'plastering'], ['wall', 'plastering', 'machine'], ['plastering', 'machine', 'automated'], ['machine', 'automated', 'plastering'], ['automated', 'plastering', 'machine'], ['plastering', 'machine', 'unique'], ['machine', 'unique', 'perhaps'], ['unique', 'perhaps', 'one'], ['perhaps', 'one', 'kind'], ['one', 'kind', 'automated'], ['kind', 'automated', 'plastering'], ['automated', 'plastering', 'machinery'], ['plastering', 'machinery', 'ideally'], ['machinery', 'ideally', 'suitable'], ['ideally', 'suitable', 'construction'], ['suitable', 'construction', 'building'], ['construction', 'building', 'industry'], ['building', 'industry', 'automated'], ['industry', 'automated', 'plastering'], ['automated', 'plastering', 'machine'], ['plastering', 'machine', 'makes'], ['machine', 'makes', 'rendering'], ['makes', 'rendering', 'easier'], ['rendering', 'easier', 'faster'], ['easier', 'faster', 'effortless'], ['faster', 'effortless', 'compare'], ['effortless', 'compare', 'manual'], ['compare', 'manual', 'application'], ['manual', 'application', 'automated'], ['application', 'automated', 'plastering'], ['automated', 'plastering', 'machine'], ['plastering', 'machine', 'works'], ['machine', 'works', 'conventional'], ['works', 'conventional', 'cement'], ['conventional', 'cement', 'mortar'], ['cement', 'mortar', 'brings'], ['mortar', 'brings', 'smooth'], ['brings', 'smooth', 'flat'], ['smooth', 'flat', 'finish'], ['flat', 'finish', 'it'], ['finish', 'it', 'good'], ['it', 'good', 'future'], ['good', 'future', 'scope'], ['future', 'scope', 'personal'], ['scope', 'personal', 'detais'], ['personal', 'detais', 'father'], ['detais', 'father', 'name'], ['father', 'name', 'gyandatt'], ['name', 'gyandatt', 'chauhan'], ['i', 'hard', 'working', 'person'], ['hard', 'working', 'person', 'i'], ['working', 'person', 'i', 'self'], ['person', 'i', 'self', 'confident'], ['i', 'self', 'confident', 'mould'], ['self', 'confident', 'mould', 'work'], ['confident', 'mould', 'work', 'environments'], ['mould', 'work', 'environments', 'education'], ['work', 'environments', 'education', 'details'], ['environments', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'b'], ['january', '2016', 'b', 'e'], ['2016', 'b', 'e', 'mechanical'], ['b', 'e', 'mechanical', 'engineering'], ['e', 'mechanical', 'engineering', 'alamuri'], ['mechanical', 'engineering', 'alamuri', 'ratnamala'], ['engineering', 'alamuri', 'ratnamala', 'institute'], ['alamuri', 'ratnamala', 'institute', 'of'], ['ratnamala', 'institute', 'of', 'engineering'], ['institute', 'of', 'engineering', 'technology'], ['of', 'engineering', 'technology', 'january'], ['engineering', 'technology', 'january', '2010'], ['technology', 'january', '2010', 'h'], ['january', '2010', 'h', 's'], ['2010', 'h', 's', 'c'], ['h', 's', 'c', 'mumbai'], ['s', 'c', 'mumbai', 'maharashtra'], ['c', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'secured'], ['mumbai', 'university', 'secured', 'january'], ['university', 'secured', 'january', '2008'], ['secured', 'january', '2008', 's'], ['january', '2008', 's', 's'], ['2008', 's', 's', 'c'], ['s', 's', 'c', 'prakash'], ['s', 'c', 'prakash', 'jr'], ['c', 'prakash', 'jr', 'college'], ['prakash', 'jr', 'college', 'of'], ['jr', 'college', 'of', 'science'], ['college', 'of', 'science', 'commerce'], ['of', 'science', 'commerce', 's'], ['science', 'commerce', 's', 'm'], ['commerce', 's', 'm', 't'], ['s', 'm', 't', 'rajdevi'], ['m', 't', 'rajdevi', 'hindi'], ['t', 'rajdevi', 'hindi', 'high'], ['rajdevi', 'hindi', 'high', 'school'], ['hindi', 'high', 'school', 'maharshtra'], ['high', 'school', 'maharshtra', 'state'], ['school', 'maharshtra', 'state', 'board'], ['maharshtra', 'state', 'board', 'secured'], ['state', 'board', 'secured', 'design'], ['board', 'secured', 'design', 'engineer'], ['secured', 'design', 'engineer', 'mechanical'], ['design', 'engineer', 'mechanical', 'skill'], ['engineer', 'mechanical', 'skill', 'details'], ['mechanical', 'skill', 'details', 'autocad'], ['skill', 'details', 'autocad', 'solidworks'], ['details', 'autocad', 'solidworks', 'catia'], ['autocad', 'solidworks', 'catia', 'exprience'], ['solidworks', 'catia', 'exprience', '12'], ['catia', 'exprience', '12', 'monthscompany'], ['exprience', '12', 'monthscompany', 'details'], ['12', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'sanarco'], ['details', 'company', 'sanarco', 'engineering'], ['company', 'sanarco', 'engineering', 'pvt'], ['sanarco', 'engineering', 'pvt', 'ltd'], ['engineering', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', '1year'], ['ltd', 'description', '1year', 'sanarco'], ['description', '1year', 'sanarco', 'engineering'], ['1year', 'sanarco', 'engineering', 'pvt'], ['sanarco', 'engineering', 'pvt', 'ltd'], ['engineering', 'pvt', 'ltd', 'as'], ['pvt', 'ltd', 'as', 'mechanical'], ['ltd', 'as', 'mechanical', 'design'], ['as', 'mechanical', 'design', 'engineer'], ['mechanical', 'design', 'engineer', 'working'], ['design', 'engineer', 'working', 'surya'], ['engineer', 'working', 'surya', 'fitness'], ['working', 'surya', 'fitness', 'design'], ['surya', 'fitness', 'design', 'engineer'], ['fitness', 'design', 'engineer', 'major'], ['design', 'engineer', 'major', 'project'], ['engineer', 'major', 'project', 'project'], ['major', 'project', 'project', 'based'], ['project', 'project', 'based', 'automatic'], ['project', 'based', 'automatic', 'wall'], ['based', 'automatic', 'wall', 'plastering'], ['automatic', 'wall', 'plastering', 'machine'], ['wall', 'plastering', 'machine', 'automated'], ['plastering', 'machine', 'automated', 'plastering'], ['machine', 'automated', 'plastering', 'machine'], ['automated', 'plastering', 'machine', 'unique'], ['plastering', 'machine', 'unique', 'perhaps'], ['machine', 'unique', 'perhaps', 'one'], ['unique', 'perhaps', 'one', 'kind'], ['perhaps', 'one', 'kind', 'automated'], ['one', 'kind', 'automated', 'plastering'], ['kind', 'automated', 'plastering', 'machinery'], ['automated', 'plastering', 'machinery', 'ideally'], ['plastering', 'machinery', 'ideally', 'suitable'], ['machinery', 'ideally', 'suitable', 'construction'], ['ideally', 'suitable', 'construction', 'building'], ['suitable', 'construction', 'building', 'industry'], ['construction', 'building', 'industry', 'automated'], ['building', 'industry', 'automated', 'plastering'], ['industry', 'automated', 'plastering', 'machine'], ['automated', 'plastering', 'machine', 'makes'], ['plastering', 'machine', 'makes', 'rendering'], ['machine', 'makes', 'rendering', 'easier'], ['makes', 'rendering', 'easier', 'faster'], ['rendering', 'easier', 'faster', 'effortless'], ['easier', 'faster', 'effortless', 'compare'], ['faster', 'effortless', 'compare', 'manual'], ['effortless', 'compare', 'manual', 'application'], ['compare', 'manual', 'application', 'automated'], ['manual', 'application', 'automated', 'plastering'], ['application', 'automated', 'plastering', 'machine'], ['automated', 'plastering', 'machine', 'works'], ['plastering', 'machine', 'works', 'conventional'], ['machine', 'works', 'conventional', 'cement'], ['works', 'conventional', 'cement', 'mortar'], ['conventional', 'cement', 'mortar', 'brings'], ['cement', 'mortar', 'brings', 'smooth'], ['mortar', 'brings', 'smooth', 'flat'], ['brings', 'smooth', 'flat', 'finish'], ['smooth', 'flat', 'finish', 'it'], ['flat', 'finish', 'it', 'good'], ['finish', 'it', 'good', 'future'], ['it', 'good', 'future', 'scope'], ['good', 'future', 'scope', 'personal'], ['future', 'scope', 'personal', 'detais'], ['scope', 'personal', 'detais', 'father'], ['personal', 'detais', 'father', 'name'], ['detais', 'father', 'name', 'gyandatt'], ['father', 'name', 'gyandatt', 'chauhan'], ['i', 'hard', 'working', 'person', 'i'], ['hard', 'working', 'person', 'i', 'self'], ['working', 'person', 'i', 'self', 'confident'], ['person', 'i', 'self', 'confident', 'mould'], ['i', 'self', 'confident', 'mould', 'work'], ['self', 'confident', 'mould', 'work', 'environments'], ['confident', 'mould', 'work', 'environments', 'education'], ['mould', 'work', 'environments', 'education', 'details'], ['work', 'environments', 'education', 'details', 'january'], ['environments', 'education', 'details', 'january', '2016'], ['education', 'details', 'january', '2016', 'b'], ['details', 'january', '2016', 'b', 'e'], ['january', '2016', 'b', 'e', 'mechanical'], ['2016', 'b', 'e', 'mechanical', 'engineering'], ['b', 'e', 'mechanical', 'engineering', 'alamuri'], ['e', 'mechanical', 'engineering', 'alamuri', 'ratnamala'], ['mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute'], ['engineering', 'alamuri', 'ratnamala', 'institute', 'of'], ['alamuri', 'ratnamala', 'institute', 'of', 'engineering'], ['ratnamala', 'institute', 'of', 'engineering', 'technology'], ['institute', 'of', 'engineering', 'technology', 'january'], ['of', 'engineering', 'technology', 'january', '2010'], ['engineering', 'technology', 'january', '2010', 'h'], ['technology', 'january', '2010', 'h', 's'], ['january', '2010', 'h', 's', 'c'], ['2010', 'h', 's', 'c', 'mumbai'], ['h', 's', 'c', 'mumbai', 'maharashtra'], ['s', 'c', 'mumbai', 'maharashtra', 'mumbai'], ['c', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'secured'], ['maharashtra', 'mumbai', 'university', 'secured', 'january'], ['mumbai', 'university', 'secured', 'january', '2008'], ['university', 'secured', 'january', '2008', 's'], ['secured', 'january', '2008', 's', 's'], ['january', '2008', 's', 's', 'c'], ['2008', 's', 's', 'c', 'prakash'], ['s', 's', 'c', 'prakash', 'jr'], ['s', 'c', 'prakash', 'jr', 'college'], ['c', 'prakash', 'jr', 'college', 'of'], ['prakash', 'jr', 'college', 'of', 'science'], ['jr', 'college', 'of', 'science', 'commerce'], ['college', 'of', 'science', 'commerce', 's'], ['of', 'science', 'commerce', 's', 'm'], ['science', 'commerce', 's', 'm', 't'], ['commerce', 's', 'm', 't', 'rajdevi'], ['s', 'm', 't', 'rajdevi', 'hindi'], ['m', 't', 'rajdevi', 'hindi', 'high'], ['t', 'rajdevi', 'hindi', 'high', 'school'], ['rajdevi', 'hindi', 'high', 'school', 'maharshtra'], ['hindi', 'high', 'school', 'maharshtra', 'state'], ['high', 'school', 'maharshtra', 'state', 'board'], ['school', 'maharshtra', 'state', 'board', 'secured'], ['maharshtra', 'state', 'board', 'secured', 'design'], ['state', 'board', 'secured', 'design', 'engineer'], ['board', 'secured', 'design', 'engineer', 'mechanical'], ['secured', 'design', 'engineer', 'mechanical', 'skill'], ['design', 'engineer', 'mechanical', 'skill', 'details'], ['engineer', 'mechanical', 'skill', 'details', 'autocad'], ['mechanical', 'skill', 'details', 'autocad', 'solidworks'], ['skill', 'details', 'autocad', 'solidworks', 'catia'], ['details', 'autocad', 'solidworks', 'catia', 'exprience'], ['autocad', 'solidworks', 'catia', 'exprience', '12'], ['solidworks', 'catia', 'exprience', '12', 'monthscompany'], ['catia', 'exprience', '12', 'monthscompany', 'details'], ['exprience', '12', 'monthscompany', 'details', 'company'], ['12', 'monthscompany', 'details', 'company', 'sanarco'], ['monthscompany', 'details', 'company', 'sanarco', 'engineering'], ['details', 'company', 'sanarco', 'engineering', 'pvt'], ['company', 'sanarco', 'engineering', 'pvt', 'ltd'], ['sanarco', 'engineering', 'pvt', 'ltd', 'description'], ['engineering', 'pvt', 'ltd', 'description', '1year'], ['pvt', 'ltd', 'description', '1year', 'sanarco'], ['ltd', 'description', '1year', 'sanarco', 'engineering'], ['description', '1year', 'sanarco', 'engineering', 'pvt'], ['1year', 'sanarco', 'engineering', 'pvt', 'ltd'], ['sanarco', 'engineering', 'pvt', 'ltd', 'as'], ['engineering', 'pvt', 'ltd', 'as', 'mechanical'], ['pvt', 'ltd', 'as', 'mechanical', 'design'], ['ltd', 'as', 'mechanical', 'design', 'engineer'], ['as', 'mechanical', 'design', 'engineer', 'working'], ['mechanical', 'design', 'engineer', 'working', 'surya'], ['design', 'engineer', 'working', 'surya', 'fitness'], ['engineer', 'working', 'surya', 'fitness', 'design'], ['working', 'surya', 'fitness', 'design', 'engineer'], ['surya', 'fitness', 'design', 'engineer', 'major'], ['fitness', 'design', 'engineer', 'major', 'project'], ['design', 'engineer', 'major', 'project', 'project'], ['engineer', 'major', 'project', 'project', 'based'], ['major', 'project', 'project', 'based', 'automatic'], ['project', 'project', 'based', 'automatic', 'wall'], ['project', 'based', 'automatic', 'wall', 'plastering'], ['based', 'automatic', 'wall', 'plastering', 'machine'], ['automatic', 'wall', 'plastering', 'machine', 'automated'], ['wall', 'plastering', 'machine', 'automated', 'plastering'], ['plastering', 'machine', 'automated', 'plastering', 'machine'], ['machine', 'automated', 'plastering', 'machine', 'unique'], ['automated', 'plastering', 'machine', 'unique', 'perhaps'], ['plastering', 'machine', 'unique', 'perhaps', 'one'], ['machine', 'unique', 'perhaps', 'one', 'kind'], ['unique', 'perhaps', 'one', 'kind', 'automated'], ['perhaps', 'one', 'kind', 'automated', 'plastering'], ['one', 'kind', 'automated', 'plastering', 'machinery'], ['kind', 'automated', 'plastering', 'machinery', 'ideally'], ['automated', 'plastering', 'machinery', 'ideally', 'suitable'], ['plastering', 'machinery', 'ideally', 'suitable', 'construction'], ['machinery', 'ideally', 'suitable', 'construction', 'building'], ['ideally', 'suitable', 'construction', 'building', 'industry'], ['suitable', 'construction', 'building', 'industry', 'automated'], ['construction', 'building', 'industry', 'automated', 'plastering'], ['building', 'industry', 'automated', 'plastering', 'machine'], ['industry', 'automated', 'plastering', 'machine', 'makes'], ['automated', 'plastering', 'machine', 'makes', 'rendering'], ['plastering', 'machine', 'makes', 'rendering', 'easier'], ['machine', 'makes', 'rendering', 'easier', 'faster'], ['makes', 'rendering', 'easier', 'faster', 'effortless'], ['rendering', 'easier', 'faster', 'effortless', 'compare'], ['easier', 'faster', 'effortless', 'compare', 'manual'], ['faster', 'effortless', 'compare', 'manual', 'application'], ['effortless', 'compare', 'manual', 'application', 'automated'], ['compare', 'manual', 'application', 'automated', 'plastering'], ['manual', 'application', 'automated', 'plastering', 'machine'], ['application', 'automated', 'plastering', 'machine', 'works'], ['automated', 'plastering', 'machine', 'works', 'conventional'], ['plastering', 'machine', 'works', 'conventional', 'cement'], ['machine', 'works', 'conventional', 'cement', 'mortar'], ['works', 'conventional', 'cement', 'mortar', 'brings'], ['conventional', 'cement', 'mortar', 'brings', 'smooth'], ['cement', 'mortar', 'brings', 'smooth', 'flat'], ['mortar', 'brings', 'smooth', 'flat', 'finish'], ['brings', 'smooth', 'flat', 'finish', 'it'], ['smooth', 'flat', 'finish', 'it', 'good'], ['flat', 'finish', 'it', 'good', 'future'], ['finish', 'it', 'good', 'future', 'scope'], ['it', 'good', 'future', 'scope', 'personal'], ['good', 'future', 'scope', 'personal', 'detais'], ['future', 'scope', 'personal', 'detais', 'father'], ['scope', 'personal', 'detais', 'father', 'name'], ['personal', 'detais', 'father', 'name', 'gyandatt'], ['detais', 'father', 'name', 'gyandatt', 'chauhan'], ['i', 'hard', 'working', 'person', 'i', 'self'], ['hard', 'working', 'person', 'i', 'self', 'confident'], ['working', 'person', 'i', 'self', 'confident', 'mould'], ['person', 'i', 'self', 'confident', 'mould', 'work'], ['i', 'self', 'confident', 'mould', 'work', 'environments'], ['self', 'confident', 'mould', 'work', 'environments', 'education'], ['confident', 'mould', 'work', 'environments', 'education', 'details'], ['mould', 'work', 'environments', 'education', 'details', 'january'], ['work', 'environments', 'education', 'details', 'january', '2016'], ['environments', 'education', 'details', 'january', '2016', 'b'], ['education', 'details', 'january', '2016', 'b', 'e'], ['details', 'january', '2016', 'b', 'e', 'mechanical'], ['january', '2016', 'b', 'e', 'mechanical', 'engineering'], ['2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri'], ['b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala'], ['e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute'], ['mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of'], ['engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering'], ['alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology'], ['ratnamala', 'institute', 'of', 'engineering', 'technology', 'january'], ['institute', 'of', 'engineering', 'technology', 'january', '2010'], ['of', 'engineering', 'technology', 'january', '2010', 'h'], ['engineering', 'technology', 'january', '2010', 'h', 's'], ['technology', 'january', '2010', 'h', 's', 'c'], ['january', '2010', 'h', 's', 'c', 'mumbai'], ['2010', 'h', 's', 'c', 'mumbai', 'maharashtra'], ['h', 's', 'c', 'mumbai', 'maharashtra', 'mumbai'], ['s', 'c', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['c', 'mumbai', 'maharashtra', 'mumbai', 'university', 'secured'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'secured', 'january'], ['maharashtra', 'mumbai', 'university', 'secured', 'january', '2008'], ['mumbai', 'university', 'secured', 'january', '2008', 's'], ['university', 'secured', 'january', '2008', 's', 's'], ['secured', 'january', '2008', 's', 's', 'c'], ['january', '2008', 's', 's', 'c', 'prakash'], ['2008', 's', 's', 'c', 'prakash', 'jr'], ['s', 's', 'c', 'prakash', 'jr', 'college'], ['s', 'c', 'prakash', 'jr', 'college', 'of'], ['c', 'prakash', 'jr', 'college', 'of', 'science'], ['prakash', 'jr', 'college', 'of', 'science', 'commerce'], ['jr', 'college', 'of', 'science', 'commerce', 's'], ['college', 'of', 'science', 'commerce', 's', 'm'], ['of', 'science', 'commerce', 's', 'm', 't'], ['science', 'commerce', 's', 'm', 't', 'rajdevi'], ['commerce', 's', 'm', 't', 'rajdevi', 'hindi'], ['s', 'm', 't', 'rajdevi', 'hindi', 'high'], ['m', 't', 'rajdevi', 'hindi', 'high', 'school'], ['t', 'rajdevi', 'hindi', 'high', 'school', 'maharshtra'], ['rajdevi', 'hindi', 'high', 'school', 'maharshtra', 'state'], ['hindi', 'high', 'school', 'maharshtra', 'state', 'board'], ['high', 'school', 'maharshtra', 'state', 'board', 'secured'], ['school', 'maharshtra', 'state', 'board', 'secured', 'design'], ['maharshtra', 'state', 'board', 'secured', 'design', 'engineer'], ['state', 'board', 'secured', 'design', 'engineer', 'mechanical'], ['board', 'secured', 'design', 'engineer', 'mechanical', 'skill'], ['secured', 'design', 'engineer', 'mechanical', 'skill', 'details'], ['design', 'engineer', 'mechanical', 'skill', 'details', 'autocad'], ['engineer', 'mechanical', 'skill', 'details', 'autocad', 'solidworks'], ['mechanical', 'skill', 'details', 'autocad', 'solidworks', 'catia'], ['skill', 'details', 'autocad', 'solidworks', 'catia', 'exprience'], ['details', 'autocad', 'solidworks', 'catia', 'exprience', '12'], ['autocad', 'solidworks', 'catia', 'exprience', '12', 'monthscompany'], ['solidworks', 'catia', 'exprience', '12', 'monthscompany', 'details'], ['catia', 'exprience', '12', 'monthscompany', 'details', 'company'], ['exprience', '12', 'monthscompany', 'details', 'company', 'sanarco'], ['12', 'monthscompany', 'details', 'company', 'sanarco', 'engineering'], ['monthscompany', 'details', 'company', 'sanarco', 'engineering', 'pvt'], ['details', 'company', 'sanarco', 'engineering', 'pvt', 'ltd'], ['company', 'sanarco', 'engineering', 'pvt', 'ltd', 'description'], ['sanarco', 'engineering', 'pvt', 'ltd', 'description', '1year'], ['engineering', 'pvt', 'ltd', 'description', '1year', 'sanarco'], ['pvt', 'ltd', 'description', '1year', 'sanarco', 'engineering'], ['ltd', 'description', '1year', 'sanarco', 'engineering', 'pvt'], ['description', '1year', 'sanarco', 'engineering', 'pvt', 'ltd'], ['1year', 'sanarco', 'engineering', 'pvt', 'ltd', 'as'], ['sanarco', 'engineering', 'pvt', 'ltd', 'as', 'mechanical'], ['engineering', 'pvt', 'ltd', 'as', 'mechanical', 'design'], ['pvt', 'ltd', 'as', 'mechanical', 'design', 'engineer'], ['ltd', 'as', 'mechanical', 'design', 'engineer', 'working'], ['as', 'mechanical', 'design', 'engineer', 'working', 'surya'], ['mechanical', 'design', 'engineer', 'working', 'surya', 'fitness'], ['design', 'engineer', 'working', 'surya', 'fitness', 'design'], ['engineer', 'working', 'surya', 'fitness', 'design', 'engineer'], ['working', 'surya', 'fitness', 'design', 'engineer', 'major'], ['surya', 'fitness', 'design', 'engineer', 'major', 'project'], ['fitness', 'design', 'engineer', 'major', 'project', 'project'], ['design', 'engineer', 'major', 'project', 'project', 'based'], ['engineer', 'major', 'project', 'project', 'based', 'automatic'], ['major', 'project', 'project', 'based', 'automatic', 'wall'], ['project', 'project', 'based', 'automatic', 'wall', 'plastering'], ['project', 'based', 'automatic', 'wall', 'plastering', 'machine'], ['based', 'automatic', 'wall', 'plastering', 'machine', 'automated'], ['automatic', 'wall', 'plastering', 'machine', 'automated', 'plastering'], ['wall', 'plastering', 'machine', 'automated', 'plastering', 'machine'], ['plastering', 'machine', 'automated', 'plastering', 'machine', 'unique'], ['machine', 'automated', 'plastering', 'machine', 'unique', 'perhaps'], ['automated', 'plastering', 'machine', 'unique', 'perhaps', 'one'], ['plastering', 'machine', 'unique', 'perhaps', 'one', 'kind'], ['machine', 'unique', 'perhaps', 'one', 'kind', 'automated'], ['unique', 'perhaps', 'one', 'kind', 'automated', 'plastering'], ['perhaps', 'one', 'kind', 'automated', 'plastering', 'machinery'], ['one', 'kind', 'automated', 'plastering', 'machinery', 'ideally'], ['kind', 'automated', 'plastering', 'machinery', 'ideally', 'suitable'], ['automated', 'plastering', 'machinery', 'ideally', 'suitable', 'construction'], ['plastering', 'machinery', 'ideally', 'suitable', 'construction', 'building'], ['machinery', 'ideally', 'suitable', 'construction', 'building', 'industry'], ['ideally', 'suitable', 'construction', 'building', 'industry', 'automated'], ['suitable', 'construction', 'building', 'industry', 'automated', 'plastering'], ['construction', 'building', 'industry', 'automated', 'plastering', 'machine'], ['building', 'industry', 'automated', 'plastering', 'machine', 'makes'], ['industry', 'automated', 'plastering', 'machine', 'makes', 'rendering'], ['automated', 'plastering', 'machine', 'makes', 'rendering', 'easier'], ['plastering', 'machine', 'makes', 'rendering', 'easier', 'faster'], ['machine', 'makes', 'rendering', 'easier', 'faster', 'effortless'], ['makes', 'rendering', 'easier', 'faster', 'effortless', 'compare'], ['rendering', 'easier', 'faster', 'effortless', 'compare', 'manual'], ['easier', 'faster', 'effortless', 'compare', 'manual', 'application'], ['faster', 'effortless', 'compare', 'manual', 'application', 'automated'], ['effortless', 'compare', 'manual', 'application', 'automated', 'plastering'], ['compare', 'manual', 'application', 'automated', 'plastering', 'machine'], ['manual', 'application', 'automated', 'plastering', 'machine', 'works'], ['application', 'automated', 'plastering', 'machine', 'works', 'conventional'], ['automated', 'plastering', 'machine', 'works', 'conventional', 'cement'], ['plastering', 'machine', 'works', 'conventional', 'cement', 'mortar'], ['machine', 'works', 'conventional', 'cement', 'mortar', 'brings'], ['works', 'conventional', 'cement', 'mortar', 'brings', 'smooth'], ['conventional', 'cement', 'mortar', 'brings', 'smooth', 'flat'], ['cement', 'mortar', 'brings', 'smooth', 'flat', 'finish'], ['mortar', 'brings', 'smooth', 'flat', 'finish', 'it'], ['brings', 'smooth', 'flat', 'finish', 'it', 'good'], ['smooth', 'flat', 'finish', 'it', 'good', 'future'], ['flat', 'finish', 'it', 'good', 'future', 'scope'], ['finish', 'it', 'good', 'future', 'scope', 'personal'], ['it', 'good', 'future', 'scope', 'personal', 'detais'], ['good', 'future', 'scope', 'personal', 'detais', 'father'], ['future', 'scope', 'personal', 'detais', 'father', 'name'], ['scope', 'personal', 'detais', 'father', 'name', 'gyandatt'], ['personal', 'detais', 'father', 'name', 'gyandatt', 'chauhan'], ['i', 'hard', 'working', 'person', 'i', 'self', 'confident'], ['hard', 'working', 'person', 'i', 'self', 'confident', 'mould'], ['working', 'person', 'i', 'self', 'confident', 'mould', 'work'], ['person', 'i', 'self', 'confident', 'mould', 'work', 'environments'], ['i', 'self', 'confident', 'mould', 'work', 'environments', 'education'], ['self', 'confident', 'mould', 'work', 'environments', 'education', 'details'], ['confident', 'mould', 'work', 'environments', 'education', 'details', 'january'], ['mould', 'work', 'environments', 'education', 'details', 'january', '2016'], ['work', 'environments', 'education', 'details', 'january', '2016', 'b'], ['environments', 'education', 'details', 'january', '2016', 'b', 'e'], ['education', 'details', 'january', '2016', 'b', 'e', 'mechanical'], ['details', 'january', '2016', 'b', 'e', 'mechanical', 'engineering'], ['january', '2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri'], ['2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala'], ['b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute'], ['e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of'], ['mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering'], ['engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology'], ['alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology', 'january'], ['ratnamala', 'institute', 'of', 'engineering', 'technology', 'january', '2010'], ['institute', 'of', 'engineering', 'technology', 'january', '2010', 'h'], ['of', 'engineering', 'technology', 'january', '2010', 'h', 's'], ['engineering', 'technology', 'january', '2010', 'h', 's', 'c'], ['technology', 'january', '2010', 'h', 's', 'c', 'mumbai'], ['january', '2010', 'h', 's', 'c', 'mumbai', 'maharashtra'], ['2010', 'h', 's', 'c', 'mumbai', 'maharashtra', 'mumbai'], ['h', 's', 'c', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['s', 'c', 'mumbai', 'maharashtra', 'mumbai', 'university', 'secured'], ['c', 'mumbai', 'maharashtra', 'mumbai', 'university', 'secured', 'january'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'secured', 'january', '2008'], ['maharashtra', 'mumbai', 'university', 'secured', 'january', '2008', 's'], ['mumbai', 'university', 'secured', 'january', '2008', 's', 's'], ['university', 'secured', 'january', '2008', 's', 's', 'c'], ['secured', 'january', '2008', 's', 's', 'c', 'prakash'], ['january', '2008', 's', 's', 'c', 'prakash', 'jr'], ['2008', 's', 's', 'c', 'prakash', 'jr', 'college'], ['s', 's', 'c', 'prakash', 'jr', 'college', 'of'], ['s', 'c', 'prakash', 'jr', 'college', 'of', 'science'], ['c', 'prakash', 'jr', 'college', 'of', 'science', 'commerce'], ['prakash', 'jr', 'college', 'of', 'science', 'commerce', 's'], ['jr', 'college', 'of', 'science', 'commerce', 's', 'm'], ['college', 'of', 'science', 'commerce', 's', 'm', 't'], ['of', 'science', 'commerce', 's', 'm', 't', 'rajdevi'], ['science', 'commerce', 's', 'm', 't', 'rajdevi', 'hindi'], ['commerce', 's', 'm', 't', 'rajdevi', 'hindi', 'high'], ['s', 'm', 't', 'rajdevi', 'hindi', 'high', 'school'], ['m', 't', 'rajdevi', 'hindi', 'high', 'school', 'maharshtra'], ['t', 'rajdevi', 'hindi', 'high', 'school', 'maharshtra', 'state'], ['rajdevi', 'hindi', 'high', 'school', 'maharshtra', 'state', 'board'], ['hindi', 'high', 'school', 'maharshtra', 'state', 'board', 'secured'], ['high', 'school', 'maharshtra', 'state', 'board', 'secured', 'design'], ['school', 'maharshtra', 'state', 'board', 'secured', 'design', 'engineer'], ['maharshtra', 'state', 'board', 'secured', 'design', 'engineer', 'mechanical'], ['state', 'board', 'secured', 'design', 'engineer', 'mechanical', 'skill'], ['board', 'secured', 'design', 'engineer', 'mechanical', 'skill', 'details'], ['secured', 'design', 'engineer', 'mechanical', 'skill', 'details', 'autocad'], ['design', 'engineer', 'mechanical', 'skill', 'details', 'autocad', 'solidworks'], ['engineer', 'mechanical', 'skill', 'details', 'autocad', 'solidworks', 'catia'], ['mechanical', 'skill', 'details', 'autocad', 'solidworks', 'catia', 'exprience'], ['skill', 'details', 'autocad', 'solidworks', 'catia', 'exprience', '12'], ['details', 'autocad', 'solidworks', 'catia', 'exprience', '12', 'monthscompany'], ['autocad', 'solidworks', 'catia', 'exprience', '12', 'monthscompany', 'details'], ['solidworks', 'catia', 'exprience', '12', 'monthscompany', 'details', 'company'], ['catia', 'exprience', '12', 'monthscompany', 'details', 'company', 'sanarco'], ['exprience', '12', 'monthscompany', 'details', 'company', 'sanarco', 'engineering'], ['12', 'monthscompany', 'details', 'company', 'sanarco', 'engineering', 'pvt'], ['monthscompany', 'details', 'company', 'sanarco', 'engineering', 'pvt', 'ltd'], ['details', 'company', 'sanarco', 'engineering', 'pvt', 'ltd', 'description'], ['company', 'sanarco', 'engineering', 'pvt', 'ltd', 'description', '1year'], ['sanarco', 'engineering', 'pvt', 'ltd', 'description', '1year', 'sanarco'], ['engineering', 'pvt', 'ltd', 'description', '1year', 'sanarco', 'engineering'], ['pvt', 'ltd', 'description', '1year', 'sanarco', 'engineering', 'pvt'], ['ltd', 'description', '1year', 'sanarco', 'engineering', 'pvt', 'ltd'], ['description', '1year', 'sanarco', 'engineering', 'pvt', 'ltd', 'as'], ['1year', 'sanarco', 'engineering', 'pvt', 'ltd', 'as', 'mechanical'], ['sanarco', 'engineering', 'pvt', 'ltd', 'as', 'mechanical', 'design'], ['engineering', 'pvt', 'ltd', 'as', 'mechanical', 'design', 'engineer'], ['pvt', 'ltd', 'as', 'mechanical', 'design', 'engineer', 'working'], ['ltd', 'as', 'mechanical', 'design', 'engineer', 'working', 'surya'], ['as', 'mechanical', 'design', 'engineer', 'working', 'surya', 'fitness'], ['mechanical', 'design', 'engineer', 'working', 'surya', 'fitness', 'design'], ['design', 'engineer', 'working', 'surya', 'fitness', 'design', 'engineer'], ['engineer', 'working', 'surya', 'fitness', 'design', 'engineer', 'major'], ['working', 'surya', 'fitness', 'design', 'engineer', 'major', 'project'], ['surya', 'fitness', 'design', 'engineer', 'major', 'project', 'project'], ['fitness', 'design', 'engineer', 'major', 'project', 'project', 'based'], ['design', 'engineer', 'major', 'project', 'project', 'based', 'automatic'], ['engineer', 'major', 'project', 'project', 'based', 'automatic', 'wall'], ['major', 'project', 'project', 'based', 'automatic', 'wall', 'plastering'], ['project', 'project', 'based', 'automatic', 'wall', 'plastering', 'machine'], ['project', 'based', 'automatic', 'wall', 'plastering', 'machine', 'automated'], ['based', 'automatic', 'wall', 'plastering', 'machine', 'automated', 'plastering'], ['automatic', 'wall', 'plastering', 'machine', 'automated', 'plastering', 'machine'], ['wall', 'plastering', 'machine', 'automated', 'plastering', 'machine', 'unique'], ['plastering', 'machine', 'automated', 'plastering', 'machine', 'unique', 'perhaps'], ['machine', 'automated', 'plastering', 'machine', 'unique', 'perhaps', 'one'], ['automated', 'plastering', 'machine', 'unique', 'perhaps', 'one', 'kind'], ['plastering', 'machine', 'unique', 'perhaps', 'one', 'kind', 'automated'], ['machine', 'unique', 'perhaps', 'one', 'kind', 'automated', 'plastering'], ['unique', 'perhaps', 'one', 'kind', 'automated', 'plastering', 'machinery'], ['perhaps', 'one', 'kind', 'automated', 'plastering', 'machinery', 'ideally'], ['one', 'kind', 'automated', 'plastering', 'machinery', 'ideally', 'suitable'], ['kind', 'automated', 'plastering', 'machinery', 'ideally', 'suitable', 'construction'], ['automated', 'plastering', 'machinery', 'ideally', 'suitable', 'construction', 'building'], ['plastering', 'machinery', 'ideally', 'suitable', 'construction', 'building', 'industry'], ['machinery', 'ideally', 'suitable', 'construction', 'building', 'industry', 'automated'], ['ideally', 'suitable', 'construction', 'building', 'industry', 'automated', 'plastering'], ['suitable', 'construction', 'building', 'industry', 'automated', 'plastering', 'machine'], ['construction', 'building', 'industry', 'automated', 'plastering', 'machine', 'makes'], ['building', 'industry', 'automated', 'plastering', 'machine', 'makes', 'rendering'], ['industry', 'automated', 'plastering', 'machine', 'makes', 'rendering', 'easier'], ['automated', 'plastering', 'machine', 'makes', 'rendering', 'easier', 'faster'], ['plastering', 'machine', 'makes', 'rendering', 'easier', 'faster', 'effortless'], ['machine', 'makes', 'rendering', 'easier', 'faster', 'effortless', 'compare'], ['makes', 'rendering', 'easier', 'faster', 'effortless', 'compare', 'manual'], ['rendering', 'easier', 'faster', 'effortless', 'compare', 'manual', 'application'], ['easier', 'faster', 'effortless', 'compare', 'manual', 'application', 'automated'], ['faster', 'effortless', 'compare', 'manual', 'application', 'automated', 'plastering'], ['effortless', 'compare', 'manual', 'application', 'automated', 'plastering', 'machine'], ['compare', 'manual', 'application', 'automated', 'plastering', 'machine', 'works'], ['manual', 'application', 'automated', 'plastering', 'machine', 'works', 'conventional'], ['application', 'automated', 'plastering', 'machine', 'works', 'conventional', 'cement'], ['automated', 'plastering', 'machine', 'works', 'conventional', 'cement', 'mortar'], ['plastering', 'machine', 'works', 'conventional', 'cement', 'mortar', 'brings'], ['machine', 'works', 'conventional', 'cement', 'mortar', 'brings', 'smooth'], ['works', 'conventional', 'cement', 'mortar', 'brings', 'smooth', 'flat'], ['conventional', 'cement', 'mortar', 'brings', 'smooth', 'flat', 'finish'], ['cement', 'mortar', 'brings', 'smooth', 'flat', 'finish', 'it'], ['mortar', 'brings', 'smooth', 'flat', 'finish', 'it', 'good'], ['brings', 'smooth', 'flat', 'finish', 'it', 'good', 'future'], ['smooth', 'flat', 'finish', 'it', 'good', 'future', 'scope'], ['flat', 'finish', 'it', 'good', 'future', 'scope', 'personal'], ['finish', 'it', 'good', 'future', 'scope', 'personal', 'detais'], ['it', 'good', 'future', 'scope', 'personal', 'detais', 'father'], ['good', 'future', 'scope', 'personal', 'detais', 'father', 'name'], ['future', 'scope', 'personal', 'detais', 'father', 'name', 'gyandatt'], ['scope', 'personal', 'detais', 'father', 'name', 'gyandatt', 'chauhan'], ['i', 'hard', 'working', 'person', 'i', 'self', 'confident', 'mould'], ['hard', 'working', 'person', 'i', 'self', 'confident', 'mould', 'work'], ['working', 'person', 'i', 'self', 'confident', 'mould', 'work', 'environments'], ['person', 'i', 'self', 'confident', 'mould', 'work', 'environments', 'education'], ['i', 'self', 'confident', 'mould', 'work', 'environments', 'education', 'details'], ['self', 'confident', 'mould', 'work', 'environments', 'education', 'details', 'january'], ['confident', 'mould', 'work', 'environments', 'education', 'details', 'january', '2016'], ['mould', 'work', 'environments', 'education', 'details', 'january', '2016', 'b'], ['work', 'environments', 'education', 'details', 'january', '2016', 'b', 'e'], ['environments', 'education', 'details', 'january', '2016', 'b', 'e', 'mechanical'], ['education', 'details', 'january', '2016', 'b', 'e', 'mechanical', 'engineering'], ['details', 'january', '2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri'], ['january', '2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala'], ['2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute'], ['b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of'], ['e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering'], ['mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology'], ['engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology', 'january'], ['alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology', 'january', '2010'], ['ratnamala', 'institute', 'of', 'engineering', 'technology', 'january', '2010', 'h'], ...], [['education'], ['details'], ['bachelor'], ['bachelor'], ['commerce'], ['india'], ['guru'], ['nanak'], ['high'], ['school'], ['sales'], ['manager'], ['skill'], ['details'], ['data'], ['entry'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['cold'], ['calling'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sales'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['salesforce'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['ms'], ['office'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['emperor'], ['honda'], ['description'], ['company'], ['honda'], ['cars'], ['india'], ['ltd'], ['description'], ['1'], ['worked'], ['asm'], ['maruti'], ['dealership'], ['10'], ['years'], ['2'], ['currently'], ['working'], ['manager'], ['sales'], ['honda'], ['car'], ['dealership'], ['last'], ['5'], ['years'], ['3'], ['good'], ['sportsmen'], ['represent'], ['college'], ['various'], ['cricket'], ['tournaments'], ['4'], ['lead'], ['nagpur'], ['university'], ['cricket'], ['team'], ['also'], ['5'], ['searching'], ['job'], ['car'], ['dealership'], ['cricket'], ['academy'], ['education', 'details'], ['details', 'bachelor'], ['bachelor', 'bachelor'], ['bachelor', 'commerce'], ['commerce', 'india'], ['india', 'guru'], ['guru', 'nanak'], ['nanak', 'high'], ['high', 'school'], ['school', 'sales'], ['sales', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'entry'], ['entry', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'cold'], ['cold', 'calling'], ['calling', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sales'], ['sales', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'salesforce'], ['salesforce', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'emperor'], ['emperor', 'honda'], ['honda', 'description'], ['description', 'company'], ['company', 'honda'], ['honda', 'cars'], ['cars', 'india'], ['india', 'ltd'], ['ltd', 'description'], ['description', '1'], ['1', 'worked'], ['worked', 'asm'], ['asm', 'maruti'], ['maruti', 'dealership'], ['dealership', '10'], ['10', 'years'], ['years', '2'], ['2', 'currently'], ['currently', 'working'], ['working', 'manager'], ['manager', 'sales'], ['sales', 'honda'], ['honda', 'car'], ['car', 'dealership'], ['dealership', 'last'], ['last', '5'], ['5', 'years'], ['years', '3'], ['3', 'good'], ['good', 'sportsmen'], ['sportsmen', 'represent'], ['represent', 'college'], ['college', 'various'], ['various', 'cricket'], ['cricket', 'tournaments'], ['tournaments', '4'], ['4', 'lead'], ['lead', 'nagpur'], ['nagpur', 'university'], ['university', 'cricket'], ['cricket', 'team'], ['team', 'also'], ['also', '5'], ['5', 'searching'], ['searching', 'job'], ['job', 'car'], ['car', 'dealership'], ['dealership', 'cricket'], ['cricket', 'academy'], ['education', 'details', 'bachelor'], ['details', 'bachelor', 'bachelor'], ['bachelor', 'bachelor', 'commerce'], ['bachelor', 'commerce', 'india'], ['commerce', 'india', 'guru'], ['india', 'guru', 'nanak'], ['guru', 'nanak', 'high'], ['nanak', 'high', 'school'], ['high', 'school', 'sales'], ['school', 'sales', 'manager'], ['sales', 'manager', 'skill'], ['manager', 'skill', 'details'], ['skill', 'details', 'data'], ['details', 'data', 'entry'], ['data', 'entry', 'exprience'], ['entry', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'cold'], ['months', 'cold', 'calling'], ['cold', 'calling', 'exprience'], ['calling', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'sales'], ['months', 'sales', 'exprience'], ['sales', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'salesforce'], ['months', 'salesforce', 'exprience'], ['salesforce', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'ms'], ['months', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'emperor'], ['company', 'emperor', 'honda'], ['emperor', 'honda', 'description'], ['honda', 'description', 'company'], ['description', 'company', 'honda'], ['company', 'honda', 'cars'], ['honda', 'cars', 'india'], ['cars', 'india', 'ltd'], ['india', 'ltd', 'description'], ['ltd', 'description', '1'], ['description', '1', 'worked'], ['1', 'worked', 'asm'], ['worked', 'asm', 'maruti'], ['asm', 'maruti', 'dealership'], ['maruti', 'dealership', '10'], ['dealership', '10', 'years'], ['10', 'years', '2'], ['years', '2', 'currently'], ['2', 'currently', 'working'], ['currently', 'working', 'manager'], ['working', 'manager', 'sales'], ['manager', 'sales', 'honda'], ['sales', 'honda', 'car'], ['honda', 'car', 'dealership'], ['car', 'dealership', 'last'], ['dealership', 'last', '5'], ['last', '5', 'years'], ['5', 'years', '3'], ['years', '3', 'good'], ['3', 'good', 'sportsmen'], ['good', 'sportsmen', 'represent'], ['sportsmen', 'represent', 'college'], ['represent', 'college', 'various'], ['college', 'various', 'cricket'], ['various', 'cricket', 'tournaments'], ['cricket', 'tournaments', '4'], ['tournaments', '4', 'lead'], ['4', 'lead', 'nagpur'], ['lead', 'nagpur', 'university'], ['nagpur', 'university', 'cricket'], ['university', 'cricket', 'team'], ['cricket', 'team', 'also'], ['team', 'also', '5'], ['also', '5', 'searching'], ['5', 'searching', 'job'], ['searching', 'job', 'car'], ['job', 'car', 'dealership'], ['car', 'dealership', 'cricket'], ['dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor'], ['details', 'bachelor', 'bachelor', 'commerce'], ['bachelor', 'bachelor', 'commerce', 'india'], ['bachelor', 'commerce', 'india', 'guru'], ['commerce', 'india', 'guru', 'nanak'], ['india', 'guru', 'nanak', 'high'], ['guru', 'nanak', 'high', 'school'], ['nanak', 'high', 'school', 'sales'], ['high', 'school', 'sales', 'manager'], ['school', 'sales', 'manager', 'skill'], ['sales', 'manager', 'skill', 'details'], ['manager', 'skill', 'details', 'data'], ['skill', 'details', 'data', 'entry'], ['details', 'data', 'entry', 'exprience'], ['data', 'entry', 'exprience', 'less'], ['entry', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'cold'], ['year', 'months', 'cold', 'calling'], ['months', 'cold', 'calling', 'exprience'], ['cold', 'calling', 'exprience', 'less'], ['calling', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'sales'], ['year', 'months', 'sales', 'exprience'], ['months', 'sales', 'exprience', 'less'], ['sales', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'salesforce'], ['year', 'months', 'salesforce', 'exprience'], ['months', 'salesforce', 'exprience', 'less'], ['salesforce', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'ms'], ['year', 'months', 'ms', 'office'], ['months', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', 'less'], ['office', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'emperor'], ['details', 'company', 'emperor', 'honda'], ['company', 'emperor', 'honda', 'description'], ['emperor', 'honda', 'description', 'company'], ['honda', 'description', 'company', 'honda'], ['description', 'company', 'honda', 'cars'], ['company', 'honda', 'cars', 'india'], ['honda', 'cars', 'india', 'ltd'], ['cars', 'india', 'ltd', 'description'], ['india', 'ltd', 'description', '1'], ['ltd', 'description', '1', 'worked'], ['description', '1', 'worked', 'asm'], ['1', 'worked', 'asm', 'maruti'], ['worked', 'asm', 'maruti', 'dealership'], ['asm', 'maruti', 'dealership', '10'], ['maruti', 'dealership', '10', 'years'], ['dealership', '10', 'years', '2'], ['10', 'years', '2', 'currently'], ['years', '2', 'currently', 'working'], ['2', 'currently', 'working', 'manager'], ['currently', 'working', 'manager', 'sales'], ['working', 'manager', 'sales', 'honda'], ['manager', 'sales', 'honda', 'car'], ['sales', 'honda', 'car', 'dealership'], ['honda', 'car', 'dealership', 'last'], ['car', 'dealership', 'last', '5'], ['dealership', 'last', '5', 'years'], ['last', '5', 'years', '3'], ['5', 'years', '3', 'good'], ['years', '3', 'good', 'sportsmen'], ['3', 'good', 'sportsmen', 'represent'], ['good', 'sportsmen', 'represent', 'college'], ['sportsmen', 'represent', 'college', 'various'], ['represent', 'college', 'various', 'cricket'], ['college', 'various', 'cricket', 'tournaments'], ['various', 'cricket', 'tournaments', '4'], ['cricket', 'tournaments', '4', 'lead'], ['tournaments', '4', 'lead', 'nagpur'], ['4', 'lead', 'nagpur', 'university'], ['lead', 'nagpur', 'university', 'cricket'], ['nagpur', 'university', 'cricket', 'team'], ['university', 'cricket', 'team', 'also'], ['cricket', 'team', 'also', '5'], ['team', 'also', '5', 'searching'], ['also', '5', 'searching', 'job'], ['5', 'searching', 'job', 'car'], ['searching', 'job', 'car', 'dealership'], ['job', 'car', 'dealership', 'cricket'], ['car', 'dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor', 'commerce'], ['details', 'bachelor', 'bachelor', 'commerce', 'india'], ['bachelor', 'bachelor', 'commerce', 'india', 'guru'], ['bachelor', 'commerce', 'india', 'guru', 'nanak'], ['commerce', 'india', 'guru', 'nanak', 'high'], ['india', 'guru', 'nanak', 'high', 'school'], ['guru', 'nanak', 'high', 'school', 'sales'], ['nanak', 'high', 'school', 'sales', 'manager'], ['high', 'school', 'sales', 'manager', 'skill'], ['school', 'sales', 'manager', 'skill', 'details'], ['sales', 'manager', 'skill', 'details', 'data'], ['manager', 'skill', 'details', 'data', 'entry'], ['skill', 'details', 'data', 'entry', 'exprience'], ['details', 'data', 'entry', 'exprience', 'less'], ['data', 'entry', 'exprience', 'less', '1'], ['entry', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'cold'], ['1', 'year', 'months', 'cold', 'calling'], ['year', 'months', 'cold', 'calling', 'exprience'], ['months', 'cold', 'calling', 'exprience', 'less'], ['cold', 'calling', 'exprience', 'less', '1'], ['calling', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'sales'], ['1', 'year', 'months', 'sales', 'exprience'], ['year', 'months', 'sales', 'exprience', 'less'], ['months', 'sales', 'exprience', 'less', '1'], ['sales', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'salesforce'], ['1', 'year', 'months', 'salesforce', 'exprience'], ['year', 'months', 'salesforce', 'exprience', 'less'], ['months', 'salesforce', 'exprience', 'less', '1'], ['salesforce', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'ms'], ['1', 'year', 'months', 'ms', 'office'], ['year', 'months', 'ms', 'office', 'exprience'], ['months', 'ms', 'office', 'exprience', 'less'], ['ms', 'office', 'exprience', 'less', '1'], ['office', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'emperor'], ['monthscompany', 'details', 'company', 'emperor', 'honda'], ['details', 'company', 'emperor', 'honda', 'description'], ['company', 'emperor', 'honda', 'description', 'company'], ['emperor', 'honda', 'description', 'company', 'honda'], ['honda', 'description', 'company', 'honda', 'cars'], ['description', 'company', 'honda', 'cars', 'india'], ['company', 'honda', 'cars', 'india', 'ltd'], ['honda', 'cars', 'india', 'ltd', 'description'], ['cars', 'india', 'ltd', 'description', '1'], ['india', 'ltd', 'description', '1', 'worked'], ['ltd', 'description', '1', 'worked', 'asm'], ['description', '1', 'worked', 'asm', 'maruti'], ['1', 'worked', 'asm', 'maruti', 'dealership'], ['worked', 'asm', 'maruti', 'dealership', '10'], ['asm', 'maruti', 'dealership', '10', 'years'], ['maruti', 'dealership', '10', 'years', '2'], ['dealership', '10', 'years', '2', 'currently'], ['10', 'years', '2', 'currently', 'working'], ['years', '2', 'currently', 'working', 'manager'], ['2', 'currently', 'working', 'manager', 'sales'], ['currently', 'working', 'manager', 'sales', 'honda'], ['working', 'manager', 'sales', 'honda', 'car'], ['manager', 'sales', 'honda', 'car', 'dealership'], ['sales', 'honda', 'car', 'dealership', 'last'], ['honda', 'car', 'dealership', 'last', '5'], ['car', 'dealership', 'last', '5', 'years'], ['dealership', 'last', '5', 'years', '3'], ['last', '5', 'years', '3', 'good'], ['5', 'years', '3', 'good', 'sportsmen'], ['years', '3', 'good', 'sportsmen', 'represent'], ['3', 'good', 'sportsmen', 'represent', 'college'], ['good', 'sportsmen', 'represent', 'college', 'various'], ['sportsmen', 'represent', 'college', 'various', 'cricket'], ['represent', 'college', 'various', 'cricket', 'tournaments'], ['college', 'various', 'cricket', 'tournaments', '4'], ['various', 'cricket', 'tournaments', '4', 'lead'], ['cricket', 'tournaments', '4', 'lead', 'nagpur'], ['tournaments', '4', 'lead', 'nagpur', 'university'], ['4', 'lead', 'nagpur', 'university', 'cricket'], ['lead', 'nagpur', 'university', 'cricket', 'team'], ['nagpur', 'university', 'cricket', 'team', 'also'], ['university', 'cricket', 'team', 'also', '5'], ['cricket', 'team', 'also', '5', 'searching'], ['team', 'also', '5', 'searching', 'job'], ['also', '5', 'searching', 'job', 'car'], ['5', 'searching', 'job', 'car', 'dealership'], ['searching', 'job', 'car', 'dealership', 'cricket'], ['job', 'car', 'dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor', 'commerce', 'india'], ['details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru'], ['bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak'], ['bachelor', 'commerce', 'india', 'guru', 'nanak', 'high'], ['commerce', 'india', 'guru', 'nanak', 'high', 'school'], ['india', 'guru', 'nanak', 'high', 'school', 'sales'], ['guru', 'nanak', 'high', 'school', 'sales', 'manager'], ['nanak', 'high', 'school', 'sales', 'manager', 'skill'], ['high', 'school', 'sales', 'manager', 'skill', 'details'], ['school', 'sales', 'manager', 'skill', 'details', 'data'], ['sales', 'manager', 'skill', 'details', 'data', 'entry'], ['manager', 'skill', 'details', 'data', 'entry', 'exprience'], ['skill', 'details', 'data', 'entry', 'exprience', 'less'], ['details', 'data', 'entry', 'exprience', 'less', '1'], ['data', 'entry', 'exprience', 'less', '1', 'year'], ['entry', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'cold'], ['less', '1', 'year', 'months', 'cold', 'calling'], ['1', 'year', 'months', 'cold', 'calling', 'exprience'], ['year', 'months', 'cold', 'calling', 'exprience', 'less'], ['months', 'cold', 'calling', 'exprience', 'less', '1'], ['cold', 'calling', 'exprience', 'less', '1', 'year'], ['calling', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'sales'], ['less', '1', 'year', 'months', 'sales', 'exprience'], ['1', 'year', 'months', 'sales', 'exprience', 'less'], ['year', 'months', 'sales', 'exprience', 'less', '1'], ['months', 'sales', 'exprience', 'less', '1', 'year'], ['sales', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'salesforce'], ['less', '1', 'year', 'months', 'salesforce', 'exprience'], ['1', 'year', 'months', 'salesforce', 'exprience', 'less'], ['year', 'months', 'salesforce', 'exprience', 'less', '1'], ['months', 'salesforce', 'exprience', 'less', '1', 'year'], ['salesforce', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'ms'], ['less', '1', 'year', 'months', 'ms', 'office'], ['1', 'year', 'months', 'ms', 'office', 'exprience'], ['year', 'months', 'ms', 'office', 'exprience', 'less'], ['months', 'ms', 'office', 'exprience', 'less', '1'], ['ms', 'office', 'exprience', 'less', '1', 'year'], ['office', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'emperor'], ['year', 'monthscompany', 'details', 'company', 'emperor', 'honda'], ['monthscompany', 'details', 'company', 'emperor', 'honda', 'description'], ['details', 'company', 'emperor', 'honda', 'description', 'company'], ['company', 'emperor', 'honda', 'description', 'company', 'honda'], ['emperor', 'honda', 'description', 'company', 'honda', 'cars'], ['honda', 'description', 'company', 'honda', 'cars', 'india'], ['description', 'company', 'honda', 'cars', 'india', 'ltd'], ['company', 'honda', 'cars', 'india', 'ltd', 'description'], ['honda', 'cars', 'india', 'ltd', 'description', '1'], ['cars', 'india', 'ltd', 'description', '1', 'worked'], ['india', 'ltd', 'description', '1', 'worked', 'asm'], ['ltd', 'description', '1', 'worked', 'asm', 'maruti'], ['description', '1', 'worked', 'asm', 'maruti', 'dealership'], ['1', 'worked', 'asm', 'maruti', 'dealership', '10'], ['worked', 'asm', 'maruti', 'dealership', '10', 'years'], ['asm', 'maruti', 'dealership', '10', 'years', '2'], ['maruti', 'dealership', '10', 'years', '2', 'currently'], ['dealership', '10', 'years', '2', 'currently', 'working'], ['10', 'years', '2', 'currently', 'working', 'manager'], ['years', '2', 'currently', 'working', 'manager', 'sales'], ['2', 'currently', 'working', 'manager', 'sales', 'honda'], ['currently', 'working', 'manager', 'sales', 'honda', 'car'], ['working', 'manager', 'sales', 'honda', 'car', 'dealership'], ['manager', 'sales', 'honda', 'car', 'dealership', 'last'], ['sales', 'honda', 'car', 'dealership', 'last', '5'], ['honda', 'car', 'dealership', 'last', '5', 'years'], ['car', 'dealership', 'last', '5', 'years', '3'], ['dealership', 'last', '5', 'years', '3', 'good'], ['last', '5', 'years', '3', 'good', 'sportsmen'], ['5', 'years', '3', 'good', 'sportsmen', 'represent'], ['years', '3', 'good', 'sportsmen', 'represent', 'college'], ['3', 'good', 'sportsmen', 'represent', 'college', 'various'], ['good', 'sportsmen', 'represent', 'college', 'various', 'cricket'], ['sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments'], ['represent', 'college', 'various', 'cricket', 'tournaments', '4'], ['college', 'various', 'cricket', 'tournaments', '4', 'lead'], ['various', 'cricket', 'tournaments', '4', 'lead', 'nagpur'], ['cricket', 'tournaments', '4', 'lead', 'nagpur', 'university'], ['tournaments', '4', 'lead', 'nagpur', 'university', 'cricket'], ['4', 'lead', 'nagpur', 'university', 'cricket', 'team'], ['lead', 'nagpur', 'university', 'cricket', 'team', 'also'], ['nagpur', 'university', 'cricket', 'team', 'also', '5'], ['university', 'cricket', 'team', 'also', '5', 'searching'], ['cricket', 'team', 'also', '5', 'searching', 'job'], ['team', 'also', '5', 'searching', 'job', 'car'], ['also', '5', 'searching', 'job', 'car', 'dealership'], ['5', 'searching', 'job', 'car', 'dealership', 'cricket'], ['searching', 'job', 'car', 'dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru'], ['details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak'], ['bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high'], ['bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school'], ['commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales'], ['india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager'], ['guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill'], ['nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details'], ['high', 'school', 'sales', 'manager', 'skill', 'details', 'data'], ['school', 'sales', 'manager', 'skill', 'details', 'data', 'entry'], ['sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience'], ['manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less'], ['skill', 'details', 'data', 'entry', 'exprience', 'less', '1'], ['details', 'data', 'entry', 'exprience', 'less', '1', 'year'], ['data', 'entry', 'exprience', 'less', '1', 'year', 'months'], ['entry', 'exprience', 'less', '1', 'year', 'months', 'cold'], ['exprience', 'less', '1', 'year', 'months', 'cold', 'calling'], ['less', '1', 'year', 'months', 'cold', 'calling', 'exprience'], ['1', 'year', 'months', 'cold', 'calling', 'exprience', 'less'], ['year', 'months', 'cold', 'calling', 'exprience', 'less', '1'], ['months', 'cold', 'calling', 'exprience', 'less', '1', 'year'], ['cold', 'calling', 'exprience', 'less', '1', 'year', 'months'], ['calling', 'exprience', 'less', '1', 'year', 'months', 'sales'], ['exprience', 'less', '1', 'year', 'months', 'sales', 'exprience'], ['less', '1', 'year', 'months', 'sales', 'exprience', 'less'], ['1', 'year', 'months', 'sales', 'exprience', 'less', '1'], ['year', 'months', 'sales', 'exprience', 'less', '1', 'year'], ['months', 'sales', 'exprience', 'less', '1', 'year', 'months'], ['sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce'], ['exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience'], ['less', '1', 'year', 'months', 'salesforce', 'exprience', 'less'], ['1', 'year', 'months', 'salesforce', 'exprience', 'less', '1'], ['year', 'months', 'salesforce', 'exprience', 'less', '1', 'year'], ['months', 'salesforce', 'exprience', 'less', '1', 'year', 'months'], ['salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms'], ['exprience', 'less', '1', 'year', 'months', 'ms', 'office'], ['less', '1', 'year', 'months', 'ms', 'office', 'exprience'], ['1', 'year', 'months', 'ms', 'office', 'exprience', 'less'], ['year', 'months', 'ms', 'office', 'exprience', 'less', '1'], ['months', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany'], ['office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor'], ['1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda'], ['year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description'], ['monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company'], ['details', 'company', 'emperor', 'honda', 'description', 'company', 'honda'], ['company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars'], ['emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india'], ['honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd'], ['description', 'company', 'honda', 'cars', 'india', 'ltd', 'description'], ['company', 'honda', 'cars', 'india', 'ltd', 'description', '1'], ['honda', 'cars', 'india', 'ltd', 'description', '1', 'worked'], ['cars', 'india', 'ltd', 'description', '1', 'worked', 'asm'], ['india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti'], ['ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership'], ['description', '1', 'worked', 'asm', 'maruti', 'dealership', '10'], ['1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years'], ['worked', 'asm', 'maruti', 'dealership', '10', 'years', '2'], ['asm', 'maruti', 'dealership', '10', 'years', '2', 'currently'], ['maruti', 'dealership', '10', 'years', '2', 'currently', 'working'], ['dealership', '10', 'years', '2', 'currently', 'working', 'manager'], ['10', 'years', '2', 'currently', 'working', 'manager', 'sales'], ['years', '2', 'currently', 'working', 'manager', 'sales', 'honda'], ['2', 'currently', 'working', 'manager', 'sales', 'honda', 'car'], ['currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership'], ['working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last'], ['manager', 'sales', 'honda', 'car', 'dealership', 'last', '5'], ['sales', 'honda', 'car', 'dealership', 'last', '5', 'years'], ['honda', 'car', 'dealership', 'last', '5', 'years', '3'], ['car', 'dealership', 'last', '5', 'years', '3', 'good'], ['dealership', 'last', '5', 'years', '3', 'good', 'sportsmen'], ['last', '5', 'years', '3', 'good', 'sportsmen', 'represent'], ['5', 'years', '3', 'good', 'sportsmen', 'represent', 'college'], ['years', '3', 'good', 'sportsmen', 'represent', 'college', 'various'], ['3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket'], ['good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments'], ['sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4'], ['represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead'], ['college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur'], ['various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university'], ['cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket'], ['tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team'], ['4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also'], ['lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5'], ['nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching'], ['university', 'cricket', 'team', 'also', '5', 'searching', 'job'], ['cricket', 'team', 'also', '5', 'searching', 'job', 'car'], ['team', 'also', '5', 'searching', 'job', 'car', 'dealership'], ['also', '5', 'searching', 'job', 'car', 'dealership', 'cricket'], ['5', 'searching', 'job', 'car', 'dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak'], ['details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high'], ['bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school'], ['bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales'], ['commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager'], ['india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill'], ['guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details'], ['nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details', 'data'], ['high', 'school', 'sales', 'manager', 'skill', 'details', 'data', 'entry'], ['school', 'sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience'], ['sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less'], ['manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less', '1'], ['skill', 'details', 'data', 'entry', 'exprience', 'less', '1', 'year'], ['details', 'data', 'entry', 'exprience', 'less', '1', 'year', 'months'], ['data', 'entry', 'exprience', 'less', '1', 'year', 'months', 'cold'], ['entry', 'exprience', 'less', '1', 'year', 'months', 'cold', 'calling'], ['exprience', 'less', '1', 'year', 'months', 'cold', 'calling', 'exprience'], ['less', '1', 'year', 'months', 'cold', 'calling', 'exprience', 'less'], ['1', 'year', 'months', 'cold', 'calling', 'exprience', 'less', '1'], ['year', 'months', 'cold', 'calling', 'exprience', 'less', '1', 'year'], ['months', 'cold', 'calling', 'exprience', 'less', '1', 'year', 'months'], ['cold', 'calling', 'exprience', 'less', '1', 'year', 'months', 'sales'], ['calling', 'exprience', 'less', '1', 'year', 'months', 'sales', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'sales', 'exprience', 'less'], ['less', '1', 'year', 'months', 'sales', 'exprience', 'less', '1'], ['1', 'year', 'months', 'sales', 'exprience', 'less', '1', 'year'], ['year', 'months', 'sales', 'exprience', 'less', '1', 'year', 'months'], ['months', 'sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce'], ['sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience', 'less'], ['less', '1', 'year', 'months', 'salesforce', 'exprience', 'less', '1'], ['1', 'year', 'months', 'salesforce', 'exprience', 'less', '1', 'year'], ['year', 'months', 'salesforce', 'exprience', 'less', '1', 'year', 'months'], ['months', 'salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms'], ['salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms', 'office'], ['exprience', 'less', '1', 'year', 'months', 'ms', 'office', 'exprience'], ['less', '1', 'year', 'months', 'ms', 'office', 'exprience', 'less'], ['1', 'year', 'months', 'ms', 'office', 'exprience', 'less', '1'], ['year', 'months', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['months', 'ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda'], ['1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description'], ['year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company'], ['monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company', 'honda'], ['details', 'company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars'], ['company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india'], ['emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd'], ['honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd', 'description'], ['description', 'company', 'honda', 'cars', 'india', 'ltd', 'description', '1'], ['company', 'honda', 'cars', 'india', 'ltd', 'description', '1', 'worked'], ['honda', 'cars', 'india', 'ltd', 'description', '1', 'worked', 'asm'], ['cars', 'india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti'], ['india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership'], ['ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership', '10'], ['description', '1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years'], ['1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years', '2'], ['worked', 'asm', 'maruti', 'dealership', '10', 'years', '2', 'currently'], ['asm', 'maruti', 'dealership', '10', 'years', '2', 'currently', 'working'], ['maruti', 'dealership', '10', 'years', '2', 'currently', 'working', 'manager'], ['dealership', '10', 'years', '2', 'currently', 'working', 'manager', 'sales'], ['10', 'years', '2', 'currently', 'working', 'manager', 'sales', 'honda'], ['years', '2', 'currently', 'working', 'manager', 'sales', 'honda', 'car'], ['2', 'currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership'], ['currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last'], ['working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last', '5'], ['manager', 'sales', 'honda', 'car', 'dealership', 'last', '5', 'years'], ['sales', 'honda', 'car', 'dealership', 'last', '5', 'years', '3'], ['honda', 'car', 'dealership', 'last', '5', 'years', '3', 'good'], ['car', 'dealership', 'last', '5', 'years', '3', 'good', 'sportsmen'], ['dealership', 'last', '5', 'years', '3', 'good', 'sportsmen', 'represent'], ['last', '5', 'years', '3', 'good', 'sportsmen', 'represent', 'college'], ['5', 'years', '3', 'good', 'sportsmen', 'represent', 'college', 'various'], ['years', '3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket'], ['3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments'], ['good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4'], ['sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead'], ['represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur'], ['college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university'], ['various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket'], ['cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team'], ['tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also'], ['4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5'], ['lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching'], ['nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching', 'job'], ['university', 'cricket', 'team', 'also', '5', 'searching', 'job', 'car'], ['cricket', 'team', 'also', '5', 'searching', 'job', 'car', 'dealership'], ['team', 'also', '5', 'searching', 'job', 'car', 'dealership', 'cricket'], ['also', '5', 'searching', 'job', 'car', 'dealership', 'cricket', 'academy'], ['education', 'details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high'], ['details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school'], ['bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales'], ['bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager'], ['commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill'], ['india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details'], ['guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details', 'data'], ['nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details', 'data', 'entry'], ['high', 'school', 'sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience'], ['school', 'sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less'], ['sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less', '1'], ['manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'data', 'entry', 'exprience', 'less', '1', 'year', 'months'], ['details', 'data', 'entry', 'exprience', 'less', '1', 'year', 'months', 'cold'], ['data', 'entry', 'exprience', 'less', '1', 'year', 'months', 'cold', 'calling'], ['entry', 'exprience', 'less', '1', 'year', 'months', 'cold', 'calling', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'cold', 'calling', 'exprience', 'less'], ['less', '1', 'year', 'months', 'cold', 'calling', 'exprience', 'less', '1'], ['1', 'year', 'months', 'cold', 'calling', 'exprience', 'less', '1', 'year'], ['year', 'months', 'cold', 'calling', 'exprience', 'less', '1', 'year', 'months'], ['months', 'cold', 'calling', 'exprience', 'less', '1', 'year', 'months', 'sales'], ['cold', 'calling', 'exprience', 'less', '1', 'year', 'months', 'sales', 'exprience'], ['calling', 'exprience', 'less', '1', 'year', 'months', 'sales', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'sales', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'sales', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'sales', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce'], ['months', 'sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience'], ['sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'salesforce', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'salesforce', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms'], ['months', 'salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms', 'office'], ['salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms', 'office', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'ms', 'office', 'exprience', 'less'], ['less', '1', 'year', 'months', 'ms', 'office', 'exprience', 'less', '1'], ['1', 'year', 'months', 'ms', 'office', 'exprience', 'less', '1', 'year'], ['year', 'months', 'ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany'], ['months', 'ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description'], ['1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company'], ['year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company', 'honda'], ['monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars'], ['details', 'company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india'], ['company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd'], ['emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd', 'description'], ['honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd', 'description', '1'], ['description', 'company', 'honda', 'cars', 'india', 'ltd', 'description', '1', 'worked'], ['company', 'honda', 'cars', 'india', 'ltd', 'description', '1', 'worked', 'asm'], ['honda', 'cars', 'india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti'], ['cars', 'india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership'], ['india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership', '10'], ['ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years'], ['description', '1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years', '2'], ['1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years', '2', 'currently'], ['worked', 'asm', 'maruti', 'dealership', '10', 'years', '2', 'currently', 'working'], ['asm', 'maruti', 'dealership', '10', 'years', '2', 'currently', 'working', 'manager'], ['maruti', 'dealership', '10', 'years', '2', 'currently', 'working', 'manager', 'sales'], ['dealership', '10', 'years', '2', 'currently', 'working', 'manager', 'sales', 'honda'], ['10', 'years', '2', 'currently', 'working', 'manager', 'sales', 'honda', 'car'], ['years', '2', 'currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership'], ['2', 'currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last'], ['currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last', '5'], ['working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last', '5', 'years'], ['manager', 'sales', 'honda', 'car', 'dealership', 'last', '5', 'years', '3'], ['sales', 'honda', 'car', 'dealership', 'last', '5', 'years', '3', 'good'], ['honda', 'car', 'dealership', 'last', '5', 'years', '3', 'good', 'sportsmen'], ['car', 'dealership', 'last', '5', 'years', '3', 'good', 'sportsmen', 'represent'], ['dealership', 'last', '5', 'years', '3', 'good', 'sportsmen', 'represent', 'college'], ['last', '5', 'years', '3', 'good', 'sportsmen', 'represent', 'college', 'various'], ['5', 'years', '3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket'], ['years', '3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments'], ['3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4'], ['good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead'], ['sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur'], ['represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university'], ['college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket'], ['various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team'], ['cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also'], ['tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5'], ['4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching'], ['lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching', 'job'], ['nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching', 'job', 'car'], ['university', 'cricket', 'team', 'also', '5', 'searching', 'job', 'car', 'dealership'], ['cricket', 'team', 'also', '5', 'searching', 'job', 'car', 'dealership', 'cricket'], ['team', 'also', '5', 'searching', 'job', 'car', 'dealership', 'cricket', 'academy']], [['skills'], ['1'], ['ms'], ['office'], ['2'], ['good'], ['communication'], ['skills'], ['convincing'], ['power'], ['3'], ['knowledge'], ['sales'], ['marketing'], ['4'], ['customer'], ['sales'], ['management'], ['5'], ['talent'], ['management'], ['6'], ['direct'], ['sales'], ['management'], ['strengths'], ['1'], ['dedication'], ['dependability'], ['2'], ['flexibility'], ['able'], ['work'], ['taxing'], ['demanding'], ['conditions'], ['reasonably'], ['stretchable'], ['time'], ['slots'], ['3'], ['team'], ['work'], ['able'], ['work'], ['cooperatively'], ['team'], ['lead'], ['team'], ['su'], ['ess'], ['education'], ['details'], ['sales'], ['manager'], ['skill'], ['details'], ['and'], ['marketing'], ['exprience'], ['6'], ['months'], ['direct'], ['sales'], ['exprience'], ['36'], ['months'], ['marketing'], ['exprience'], ['6'], ['months'], ['of'], ['sales'], ['exprience'], ['36'], ['months'], ['sales'], ['exprience'], ['36'], ['monthscompany'], ['details'], ['company'], ['bajaj'], ['finance'], ['description'], ['company'], ['bajaj'], ['finance'], ['description'], ['sbi'], ['bank'], ['as'], ['a'], ['office'], ['assistence'], ['for'], ['1'], ['year'], ['k'], ['g'], ['n'], ['shope'], ['as'], ['a'], ['office'], ['assistence'], ['6'], ['month'], ['vodafone'], ['as'], ['a'], ['telle'], ['caller'], ['1'], ['year'], ['bajaj'], ['finserv'], ['ltd'], ['as'], ['an'], ['assistant'], ['sales'], ['manager'], ['11'], ['month'], ['square'], ['capital'], ['as'], ['a'], ['sales'], ['manager'], ['5'], ['month'], ['at'], ['present'], ['working'], ['bajaj'], ['housing'], ['finance'], ['ltd'], ['as'], ['an'], ['assistant'], ['sales'], ['manager'], ['skills', '1'], ['1', 'ms'], ['ms', 'office'], ['office', '2'], ['2', 'good'], ['good', 'communication'], ['communication', 'skills'], ['skills', 'convincing'], ['convincing', 'power'], ['power', '3'], ['3', 'knowledge'], ['knowledge', 'sales'], ['sales', 'marketing'], ['marketing', '4'], ['4', 'customer'], ['customer', 'sales'], ['sales', 'management'], ['management', '5'], ['5', 'talent'], ['talent', 'management'], ['management', '6'], ['6', 'direct'], ['direct', 'sales'], ['sales', 'management'], ['management', 'strengths'], ['strengths', '1'], ['1', 'dedication'], ['dedication', 'dependability'], ['dependability', '2'], ['2', 'flexibility'], ['flexibility', 'able'], ['able', 'work'], ['work', 'taxing'], ['taxing', 'demanding'], ['demanding', 'conditions'], ['conditions', 'reasonably'], ['reasonably', 'stretchable'], ['stretchable', 'time'], ['time', 'slots'], ['slots', '3'], ['3', 'team'], ['team', 'work'], ['work', 'able'], ['able', 'work'], ['work', 'cooperatively'], ['cooperatively', 'team'], ['team', 'lead'], ['lead', 'team'], ['team', 'su'], ['su', 'ess'], ['ess', 'education'], ['education', 'details'], ['details', 'sales'], ['sales', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'and'], ['and', 'marketing'], ['marketing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'direct'], ['direct', 'sales'], ['sales', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'marketing'], ['marketing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'of'], ['of', 'sales'], ['sales', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'sales'], ['sales', 'exprience'], ['exprience', '36'], ['36', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'bajaj'], ['bajaj', 'finance'], ['finance', 'description'], ['description', 'company'], ['company', 'bajaj'], ['bajaj', 'finance'], ['finance', 'description'], ['description', 'sbi'], ['sbi', 'bank'], ['bank', 'as'], ['as', 'a'], ['a', 'office'], ['office', 'assistence'], ['assistence', 'for'], ['for', '1'], ['1', 'year'], ['year', 'k'], ['k', 'g'], ['g', 'n'], ['n', 'shope'], ['shope', 'as'], ['as', 'a'], ['a', 'office'], ['office', 'assistence'], ['assistence', '6'], ['6', 'month'], ['month', 'vodafone'], ['vodafone', 'as'], ['as', 'a'], ['a', 'telle'], ['telle', 'caller'], ['caller', '1'], ['1', 'year'], ['year', 'bajaj'], ['bajaj', 'finserv'], ['finserv', 'ltd'], ['ltd', 'as'], ['as', 'an'], ['an', 'assistant'], ['assistant', 'sales'], ['sales', 'manager'], ['manager', '11'], ['11', 'month'], ['month', 'square'], ['square', 'capital'], ['capital', 'as'], ['as', 'a'], ['a', 'sales'], ['sales', 'manager'], ['manager', '5'], ['5', 'month'], ['month', 'at'], ['at', 'present'], ['present', 'working'], ['working', 'bajaj'], ['bajaj', 'housing'], ['housing', 'finance'], ['finance', 'ltd'], ['ltd', 'as'], ['as', 'an'], ['an', 'assistant'], ['assistant', 'sales'], ['sales', 'manager'], ['skills', '1', 'ms'], ['1', 'ms', 'office'], ['ms', 'office', '2'], ['office', '2', 'good'], ['2', 'good', 'communication'], ['good', 'communication', 'skills'], ['communication', 'skills', 'convincing'], ['skills', 'convincing', 'power'], ['convincing', 'power', '3'], ['power', '3', 'knowledge'], ['3', 'knowledge', 'sales'], ['knowledge', 'sales', 'marketing'], ['sales', 'marketing', '4'], ['marketing', '4', 'customer'], ['4', 'customer', 'sales'], ['customer', 'sales', 'management'], ['sales', 'management', '5'], ['management', '5', 'talent'], ['5', 'talent', 'management'], ['talent', 'management', '6'], ['management', '6', 'direct'], ['6', 'direct', 'sales'], ['direct', 'sales', 'management'], ['sales', 'management', 'strengths'], ['management', 'strengths', '1'], ['strengths', '1', 'dedication'], ['1', 'dedication', 'dependability'], ['dedication', 'dependability', '2'], ['dependability', '2', 'flexibility'], ['2', 'flexibility', 'able'], ['flexibility', 'able', 'work'], ['able', 'work', 'taxing'], ['work', 'taxing', 'demanding'], ['taxing', 'demanding', 'conditions'], ['demanding', 'conditions', 'reasonably'], ['conditions', 'reasonably', 'stretchable'], ['reasonably', 'stretchable', 'time'], ['stretchable', 'time', 'slots'], ['time', 'slots', '3'], ['slots', '3', 'team'], ['3', 'team', 'work'], ['team', 'work', 'able'], ['work', 'able', 'work'], ['able', 'work', 'cooperatively'], ['work', 'cooperatively', 'team'], ['cooperatively', 'team', 'lead'], ['team', 'lead', 'team'], ['lead', 'team', 'su'], ['team', 'su', 'ess'], ['su', 'ess', 'education'], ['ess', 'education', 'details'], ['education', 'details', 'sales'], ['details', 'sales', 'manager'], ['sales', 'manager', 'skill'], ['manager', 'skill', 'details'], ['skill', 'details', 'and'], ['details', 'and', 'marketing'], ['and', 'marketing', 'exprience'], ['marketing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'direct'], ['months', 'direct', 'sales'], ['direct', 'sales', 'exprience'], ['sales', 'exprience', '36'], ['exprience', '36', 'months'], ['36', 'months', 'marketing'], ['months', 'marketing', 'exprience'], ['marketing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'of'], ['months', 'of', 'sales'], ['of', 'sales', 'exprience'], ['sales', 'exprience', '36'], ['exprience', '36', 'months'], ['36', 'months', 'sales'], ['months', 'sales', 'exprience'], ['sales', 'exprience', '36'], ['exprience', '36', 'monthscompany'], ['36', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'bajaj'], ['company', 'bajaj', 'finance'], ['bajaj', 'finance', 'description'], ['finance', 'description', 'company'], ['description', 'company', 'bajaj'], ['company', 'bajaj', 'finance'], ['bajaj', 'finance', 'description'], ['finance', 'description', 'sbi'], ['description', 'sbi', 'bank'], ['sbi', 'bank', 'as'], ['bank', 'as', 'a'], ['as', 'a', 'office'], ['a', 'office', 'assistence'], ['office', 'assistence', 'for'], ['assistence', 'for', '1'], ['for', '1', 'year'], ['1', 'year', 'k'], ['year', 'k', 'g'], ['k', 'g', 'n'], ['g', 'n', 'shope'], ['n', 'shope', 'as'], ['shope', 'as', 'a'], ['as', 'a', 'office'], ['a', 'office', 'assistence'], ['office', 'assistence', '6'], ['assistence', '6', 'month'], ['6', 'month', 'vodafone'], ['month', 'vodafone', 'as'], ['vodafone', 'as', 'a'], ['as', 'a', 'telle'], ['a', 'telle', 'caller'], ['telle', 'caller', '1'], ['caller', '1', 'year'], ['1', 'year', 'bajaj'], ['year', 'bajaj', 'finserv'], ['bajaj', 'finserv', 'ltd'], ['finserv', 'ltd', 'as'], ['ltd', 'as', 'an'], ['as', 'an', 'assistant'], ['an', 'assistant', 'sales'], ['assistant', 'sales', 'manager'], ['sales', 'manager', '11'], ['manager', '11', 'month'], ['11', 'month', 'square'], ['month', 'square', 'capital'], ['square', 'capital', 'as'], ['capital', 'as', 'a'], ['as', 'a', 'sales'], ['a', 'sales', 'manager'], ['sales', 'manager', '5'], ['manager', '5', 'month'], ['5', 'month', 'at'], ['month', 'at', 'present'], ['at', 'present', 'working'], ['present', 'working', 'bajaj'], ['working', 'bajaj', 'housing'], ['bajaj', 'housing', 'finance'], ['housing', 'finance', 'ltd'], ['finance', 'ltd', 'as'], ['ltd', 'as', 'an'], ['as', 'an', 'assistant'], ['an', 'assistant', 'sales'], ['assistant', 'sales', 'manager'], ['skills', '1', 'ms', 'office'], ['1', 'ms', 'office', '2'], ['ms', 'office', '2', 'good'], ['office', '2', 'good', 'communication'], ['2', 'good', 'communication', 'skills'], ['good', 'communication', 'skills', 'convincing'], ['communication', 'skills', 'convincing', 'power'], ['skills', 'convincing', 'power', '3'], ['convincing', 'power', '3', 'knowledge'], ['power', '3', 'knowledge', 'sales'], ['3', 'knowledge', 'sales', 'marketing'], ['knowledge', 'sales', 'marketing', '4'], ['sales', 'marketing', '4', 'customer'], ['marketing', '4', 'customer', 'sales'], ['4', 'customer', 'sales', 'management'], ['customer', 'sales', 'management', '5'], ['sales', 'management', '5', 'talent'], ['management', '5', 'talent', 'management'], ['5', 'talent', 'management', '6'], ['talent', 'management', '6', 'direct'], ['management', '6', 'direct', 'sales'], ['6', 'direct', 'sales', 'management'], ['direct', 'sales', 'management', 'strengths'], ['sales', 'management', 'strengths', '1'], ['management', 'strengths', '1', 'dedication'], ['strengths', '1', 'dedication', 'dependability'], ['1', 'dedication', 'dependability', '2'], ['dedication', 'dependability', '2', 'flexibility'], ['dependability', '2', 'flexibility', 'able'], ['2', 'flexibility', 'able', 'work'], ['flexibility', 'able', 'work', 'taxing'], ['able', 'work', 'taxing', 'demanding'], ['work', 'taxing', 'demanding', 'conditions'], ['taxing', 'demanding', 'conditions', 'reasonably'], ['demanding', 'conditions', 'reasonably', 'stretchable'], ['conditions', 'reasonably', 'stretchable', 'time'], ['reasonably', 'stretchable', 'time', 'slots'], ['stretchable', 'time', 'slots', '3'], ['time', 'slots', '3', 'team'], ['slots', '3', 'team', 'work'], ['3', 'team', 'work', 'able'], ['team', 'work', 'able', 'work'], ['work', 'able', 'work', 'cooperatively'], ['able', 'work', 'cooperatively', 'team'], ['work', 'cooperatively', 'team', 'lead'], ['cooperatively', 'team', 'lead', 'team'], ['team', 'lead', 'team', 'su'], ['lead', 'team', 'su', 'ess'], ['team', 'su', 'ess', 'education'], ['su', 'ess', 'education', 'details'], ['ess', 'education', 'details', 'sales'], ['education', 'details', 'sales', 'manager'], ['details', 'sales', 'manager', 'skill'], ['sales', 'manager', 'skill', 'details'], ['manager', 'skill', 'details', 'and'], ['skill', 'details', 'and', 'marketing'], ['details', 'and', 'marketing', 'exprience'], ['and', 'marketing', 'exprience', '6'], ['marketing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'direct'], ['6', 'months', 'direct', 'sales'], ['months', 'direct', 'sales', 'exprience'], ['direct', 'sales', 'exprience', '36'], ['sales', 'exprience', '36', 'months'], ['exprience', '36', 'months', 'marketing'], ['36', 'months', 'marketing', 'exprience'], ['months', 'marketing', 'exprience', '6'], ['marketing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'of'], ['6', 'months', 'of', 'sales'], ['months', 'of', 'sales', 'exprience'], ['of', 'sales', 'exprience', '36'], ['sales', 'exprience', '36', 'months'], ['exprience', '36', 'months', 'sales'], ['36', 'months', 'sales', 'exprience'], ['months', 'sales', 'exprience', '36'], ['sales', 'exprience', '36', 'monthscompany'], ['exprience', '36', 'monthscompany', 'details'], ['36', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'bajaj'], ['details', 'company', 'bajaj', 'finance'], ['company', 'bajaj', 'finance', 'description'], ['bajaj', 'finance', 'description', 'company'], ['finance', 'description', 'company', 'bajaj'], ['description', 'company', 'bajaj', 'finance'], ['company', 'bajaj', 'finance', 'description'], ['bajaj', 'finance', 'description', 'sbi'], ['finance', 'description', 'sbi', 'bank'], ['description', 'sbi', 'bank', 'as'], ['sbi', 'bank', 'as', 'a'], ['bank', 'as', 'a', 'office'], ['as', 'a', 'office', 'assistence'], ['a', 'office', 'assistence', 'for'], ['office', 'assistence', 'for', '1'], ['assistence', 'for', '1', 'year'], ['for', '1', 'year', 'k'], ['1', 'year', 'k', 'g'], ['year', 'k', 'g', 'n'], ['k', 'g', 'n', 'shope'], ['g', 'n', 'shope', 'as'], ['n', 'shope', 'as', 'a'], ['shope', 'as', 'a', 'office'], ['as', 'a', 'office', 'assistence'], ['a', 'office', 'assistence', '6'], ['office', 'assistence', '6', 'month'], ['assistence', '6', 'month', 'vodafone'], ['6', 'month', 'vodafone', 'as'], ['month', 'vodafone', 'as', 'a'], ['vodafone', 'as', 'a', 'telle'], ['as', 'a', 'telle', 'caller'], ['a', 'telle', 'caller', '1'], ['telle', 'caller', '1', 'year'], ['caller', '1', 'year', 'bajaj'], ['1', 'year', 'bajaj', 'finserv'], ['year', 'bajaj', 'finserv', 'ltd'], ['bajaj', 'finserv', 'ltd', 'as'], ['finserv', 'ltd', 'as', 'an'], ['ltd', 'as', 'an', 'assistant'], ['as', 'an', 'assistant', 'sales'], ['an', 'assistant', 'sales', 'manager'], ['assistant', 'sales', 'manager', '11'], ['sales', 'manager', '11', 'month'], ['manager', '11', 'month', 'square'], ['11', 'month', 'square', 'capital'], ['month', 'square', 'capital', 'as'], ['square', 'capital', 'as', 'a'], ['capital', 'as', 'a', 'sales'], ['as', 'a', 'sales', 'manager'], ['a', 'sales', 'manager', '5'], ['sales', 'manager', '5', 'month'], ['manager', '5', 'month', 'at'], ['5', 'month', 'at', 'present'], ['month', 'at', 'present', 'working'], ['at', 'present', 'working', 'bajaj'], ['present', 'working', 'bajaj', 'housing'], ['working', 'bajaj', 'housing', 'finance'], ['bajaj', 'housing', 'finance', 'ltd'], ['housing', 'finance', 'ltd', 'as'], ['finance', 'ltd', 'as', 'an'], ['ltd', 'as', 'an', 'assistant'], ['as', 'an', 'assistant', 'sales'], ['an', 'assistant', 'sales', 'manager'], ['skills', '1', 'ms', 'office', '2'], ['1', 'ms', 'office', '2', 'good'], ['ms', 'office', '2', 'good', 'communication'], ['office', '2', 'good', 'communication', 'skills'], ['2', 'good', 'communication', 'skills', 'convincing'], ['good', 'communication', 'skills', 'convincing', 'power'], ['communication', 'skills', 'convincing', 'power', '3'], ['skills', 'convincing', 'power', '3', 'knowledge'], ['convincing', 'power', '3', 'knowledge', 'sales'], ['power', '3', 'knowledge', 'sales', 'marketing'], ['3', 'knowledge', 'sales', 'marketing', '4'], ['knowledge', 'sales', 'marketing', '4', 'customer'], ['sales', 'marketing', '4', 'customer', 'sales'], ['marketing', '4', 'customer', 'sales', 'management'], ['4', 'customer', 'sales', 'management', '5'], ['customer', 'sales', 'management', '5', 'talent'], ['sales', 'management', '5', 'talent', 'management'], ['management', '5', 'talent', 'management', '6'], ['5', 'talent', 'management', '6', 'direct'], ['talent', 'management', '6', 'direct', 'sales'], ['management', '6', 'direct', 'sales', 'management'], ['6', 'direct', 'sales', 'management', 'strengths'], ['direct', 'sales', 'management', 'strengths', '1'], ['sales', 'management', 'strengths', '1', 'dedication'], ['management', 'strengths', '1', 'dedication', 'dependability'], ['strengths', '1', 'dedication', 'dependability', '2'], ['1', 'dedication', 'dependability', '2', 'flexibility'], ['dedication', 'dependability', '2', 'flexibility', 'able'], ['dependability', '2', 'flexibility', 'able', 'work'], ['2', 'flexibility', 'able', 'work', 'taxing'], ['flexibility', 'able', 'work', 'taxing', 'demanding'], ['able', 'work', 'taxing', 'demanding', 'conditions'], ['work', 'taxing', 'demanding', 'conditions', 'reasonably'], ['taxing', 'demanding', 'conditions', 'reasonably', 'stretchable'], ['demanding', 'conditions', 'reasonably', 'stretchable', 'time'], ['conditions', 'reasonably', 'stretchable', 'time', 'slots'], ['reasonably', 'stretchable', 'time', 'slots', '3'], ['stretchable', 'time', 'slots', '3', 'team'], ['time', 'slots', '3', 'team', 'work'], ['slots', '3', 'team', 'work', 'able'], ['3', 'team', 'work', 'able', 'work'], ['team', 'work', 'able', 'work', 'cooperatively'], ['work', 'able', 'work', 'cooperatively', 'team'], ['able', 'work', 'cooperatively', 'team', 'lead'], ['work', 'cooperatively', 'team', 'lead', 'team'], ['cooperatively', 'team', 'lead', 'team', 'su'], ['team', 'lead', 'team', 'su', 'ess'], ['lead', 'team', 'su', 'ess', 'education'], ['team', 'su', 'ess', 'education', 'details'], ['su', 'ess', 'education', 'details', 'sales'], ['ess', 'education', 'details', 'sales', 'manager'], ['education', 'details', 'sales', 'manager', 'skill'], ['details', 'sales', 'manager', 'skill', 'details'], ['sales', 'manager', 'skill', 'details', 'and'], ['manager', 'skill', 'details', 'and', 'marketing'], ['skill', 'details', 'and', 'marketing', 'exprience'], ['details', 'and', 'marketing', 'exprience', '6'], ['and', 'marketing', 'exprience', '6', 'months'], ['marketing', 'exprience', '6', 'months', 'direct'], ['exprience', '6', 'months', 'direct', 'sales'], ['6', 'months', 'direct', 'sales', 'exprience'], ['months', 'direct', 'sales', 'exprience', '36'], ['direct', 'sales', 'exprience', '36', 'months'], ['sales', 'exprience', '36', 'months', 'marketing'], ['exprience', '36', 'months', 'marketing', 'exprience'], ['36', 'months', 'marketing', 'exprience', '6'], ['months', 'marketing', 'exprience', '6', 'months'], ['marketing', 'exprience', '6', 'months', 'of'], ['exprience', '6', 'months', 'of', 'sales'], ['6', 'months', 'of', 'sales', 'exprience'], ['months', 'of', 'sales', 'exprience', '36'], ['of', 'sales', 'exprience', '36', 'months'], ['sales', 'exprience', '36', 'months', 'sales'], ['exprience', '36', 'months', 'sales', 'exprience'], ['36', 'months', 'sales', 'exprience', '36'], ['months', 'sales', 'exprience', '36', 'monthscompany'], ['sales', 'exprience', '36', 'monthscompany', 'details'], ['exprience', '36', 'monthscompany', 'details', 'company'], ['36', 'monthscompany', 'details', 'company', 'bajaj'], ['monthscompany', 'details', 'company', 'bajaj', 'finance'], ['details', 'company', 'bajaj', 'finance', 'description'], ['company', 'bajaj', 'finance', 'description', 'company'], ['bajaj', 'finance', 'description', 'company', 'bajaj'], ['finance', 'description', 'company', 'bajaj', 'finance'], ['description', 'company', 'bajaj', 'finance', 'description'], ['company', 'bajaj', 'finance', 'description', 'sbi'], ['bajaj', 'finance', 'description', 'sbi', 'bank'], ['finance', 'description', 'sbi', 'bank', 'as'], ['description', 'sbi', 'bank', 'as', 'a'], ['sbi', 'bank', 'as', 'a', 'office'], ['bank', 'as', 'a', 'office', 'assistence'], ['as', 'a', 'office', 'assistence', 'for'], ['a', 'office', 'assistence', 'for', '1'], ['office', 'assistence', 'for', '1', 'year'], ['assistence', 'for', '1', 'year', 'k'], ['for', '1', 'year', 'k', 'g'], ['1', 'year', 'k', 'g', 'n'], ['year', 'k', 'g', 'n', 'shope'], ['k', 'g', 'n', 'shope', 'as'], ['g', 'n', 'shope', 'as', 'a'], ['n', 'shope', 'as', 'a', 'office'], ['shope', 'as', 'a', 'office', 'assistence'], ['as', 'a', 'office', 'assistence', '6'], ['a', 'office', 'assistence', '6', 'month'], ['office', 'assistence', '6', 'month', 'vodafone'], ['assistence', '6', 'month', 'vodafone', 'as'], ['6', 'month', 'vodafone', 'as', 'a'], ['month', 'vodafone', 'as', 'a', 'telle'], ['vodafone', 'as', 'a', 'telle', 'caller'], ['as', 'a', 'telle', 'caller', '1'], ['a', 'telle', 'caller', '1', 'year'], ['telle', 'caller', '1', 'year', 'bajaj'], ['caller', '1', 'year', 'bajaj', 'finserv'], ['1', 'year', 'bajaj', 'finserv', 'ltd'], ['year', 'bajaj', 'finserv', 'ltd', 'as'], ['bajaj', 'finserv', 'ltd', 'as', 'an'], ['finserv', 'ltd', 'as', 'an', 'assistant'], ['ltd', 'as', 'an', 'assistant', 'sales'], ['as', 'an', 'assistant', 'sales', 'manager'], ['an', 'assistant', 'sales', 'manager', '11'], ['assistant', 'sales', 'manager', '11', 'month'], ['sales', 'manager', '11', 'month', 'square'], ['manager', '11', 'month', 'square', 'capital'], ['11', 'month', 'square', 'capital', 'as'], ['month', 'square', 'capital', 'as', 'a'], ['square', 'capital', 'as', 'a', 'sales'], ['capital', 'as', 'a', 'sales', 'manager'], ['as', 'a', 'sales', 'manager', '5'], ['a', 'sales', 'manager', '5', 'month'], ['sales', 'manager', '5', 'month', 'at'], ['manager', '5', 'month', 'at', 'present'], ['5', 'month', 'at', 'present', 'working'], ['month', 'at', 'present', 'working', 'bajaj'], ['at', 'present', 'working', 'bajaj', 'housing'], ['present', 'working', 'bajaj', 'housing', 'finance'], ['working', 'bajaj', 'housing', 'finance', 'ltd'], ['bajaj', 'housing', 'finance', 'ltd', 'as'], ['housing', 'finance', 'ltd', 'as', 'an'], ['finance', 'ltd', 'as', 'an', 'assistant'], ['ltd', 'as', 'an', 'assistant', 'sales'], ['as', 'an', 'assistant', 'sales', 'manager'], ['skills', '1', 'ms', 'office', '2', 'good'], ['1', 'ms', 'office', '2', 'good', 'communication'], ['ms', 'office', '2', 'good', 'communication', 'skills'], ['office', '2', 'good', 'communication', 'skills', 'convincing'], ['2', 'good', 'communication', 'skills', 'convincing', 'power'], ['good', 'communication', 'skills', 'convincing', 'power', '3'], ['communication', 'skills', 'convincing', 'power', '3', 'knowledge'], ['skills', 'convincing', 'power', '3', 'knowledge', 'sales'], ['convincing', 'power', '3', 'knowledge', 'sales', 'marketing'], ['power', '3', 'knowledge', 'sales', 'marketing', '4'], ['3', 'knowledge', 'sales', 'marketing', '4', 'customer'], ['knowledge', 'sales', 'marketing', '4', 'customer', 'sales'], ['sales', 'marketing', '4', 'customer', 'sales', 'management'], ['marketing', '4', 'customer', 'sales', 'management', '5'], ['4', 'customer', 'sales', 'management', '5', 'talent'], ['customer', 'sales', 'management', '5', 'talent', 'management'], ['sales', 'management', '5', 'talent', 'management', '6'], ['management', '5', 'talent', 'management', '6', 'direct'], ['5', 'talent', 'management', '6', 'direct', 'sales'], ['talent', 'management', '6', 'direct', 'sales', 'management'], ['management', '6', 'direct', 'sales', 'management', 'strengths'], ['6', 'direct', 'sales', 'management', 'strengths', '1'], ['direct', 'sales', 'management', 'strengths', '1', 'dedication'], ['sales', 'management', 'strengths', '1', 'dedication', 'dependability'], ['management', 'strengths', '1', 'dedication', 'dependability', '2'], ['strengths', '1', 'dedication', 'dependability', '2', 'flexibility'], ['1', 'dedication', 'dependability', '2', 'flexibility', 'able'], ['dedication', 'dependability', '2', 'flexibility', 'able', 'work'], ['dependability', '2', 'flexibility', 'able', 'work', 'taxing'], ['2', 'flexibility', 'able', 'work', 'taxing', 'demanding'], ['flexibility', 'able', 'work', 'taxing', 'demanding', 'conditions'], ['able', 'work', 'taxing', 'demanding', 'conditions', 'reasonably'], ['work', 'taxing', 'demanding', 'conditions', 'reasonably', 'stretchable'], ['taxing', 'demanding', 'conditions', 'reasonably', 'stretchable', 'time'], ['demanding', 'conditions', 'reasonably', 'stretchable', 'time', 'slots'], ['conditions', 'reasonably', 'stretchable', 'time', 'slots', '3'], ['reasonably', 'stretchable', 'time', 'slots', '3', 'team'], ['stretchable', 'time', 'slots', '3', 'team', 'work'], ['time', 'slots', '3', 'team', 'work', 'able'], ['slots', '3', 'team', 'work', 'able', 'work'], ['3', 'team', 'work', 'able', 'work', 'cooperatively'], ['team', 'work', 'able', 'work', 'cooperatively', 'team'], ['work', 'able', 'work', 'cooperatively', 'team', 'lead'], ['able', 'work', 'cooperatively', 'team', 'lead', 'team'], ['work', 'cooperatively', 'team', 'lead', 'team', 'su'], ['cooperatively', 'team', 'lead', 'team', 'su', 'ess'], ['team', 'lead', 'team', 'su', 'ess', 'education'], ['lead', 'team', 'su', 'ess', 'education', 'details'], ['team', 'su', 'ess', 'education', 'details', 'sales'], ['su', 'ess', 'education', 'details', 'sales', 'manager'], ['ess', 'education', 'details', 'sales', 'manager', 'skill'], ['education', 'details', 'sales', 'manager', 'skill', 'details'], ['details', 'sales', 'manager', 'skill', 'details', 'and'], ['sales', 'manager', 'skill', 'details', 'and', 'marketing'], ['manager', 'skill', 'details', 'and', 'marketing', 'exprience'], ['skill', 'details', 'and', 'marketing', 'exprience', '6'], ['details', 'and', 'marketing', 'exprience', '6', 'months'], ['and', 'marketing', 'exprience', '6', 'months', 'direct'], ['marketing', 'exprience', '6', 'months', 'direct', 'sales'], ['exprience', '6', 'months', 'direct', 'sales', 'exprience'], ['6', 'months', 'direct', 'sales', 'exprience', '36'], ['months', 'direct', 'sales', 'exprience', '36', 'months'], ['direct', 'sales', 'exprience', '36', 'months', 'marketing'], ['sales', 'exprience', '36', 'months', 'marketing', 'exprience'], ['exprience', '36', 'months', 'marketing', 'exprience', '6'], ['36', 'months', 'marketing', 'exprience', '6', 'months'], ['months', 'marketing', 'exprience', '6', 'months', 'of'], ['marketing', 'exprience', '6', 'months', 'of', 'sales'], ['exprience', '6', 'months', 'of', 'sales', 'exprience'], ['6', 'months', 'of', 'sales', 'exprience', '36'], ['months', 'of', 'sales', 'exprience', '36', 'months'], ['of', 'sales', 'exprience', '36', 'months', 'sales'], ['sales', 'exprience', '36', 'months', 'sales', 'exprience'], ['exprience', '36', 'months', 'sales', 'exprience', '36'], ['36', 'months', 'sales', 'exprience', '36', 'monthscompany'], ['months', 'sales', 'exprience', '36', 'monthscompany', 'details'], ['sales', 'exprience', '36', 'monthscompany', 'details', 'company'], ['exprience', '36', 'monthscompany', 'details', 'company', 'bajaj'], ['36', 'monthscompany', 'details', 'company', 'bajaj', 'finance'], ['monthscompany', 'details', 'company', 'bajaj', 'finance', 'description'], ['details', 'company', 'bajaj', 'finance', 'description', 'company'], ['company', 'bajaj', 'finance', 'description', 'company', 'bajaj'], ['bajaj', 'finance', 'description', 'company', 'bajaj', 'finance'], ['finance', 'description', 'company', 'bajaj', 'finance', 'description'], ['description', 'company', 'bajaj', 'finance', 'description', 'sbi'], ['company', 'bajaj', 'finance', 'description', 'sbi', 'bank'], ['bajaj', 'finance', 'description', 'sbi', 'bank', 'as'], ['finance', 'description', 'sbi', 'bank', 'as', 'a'], ['description', 'sbi', 'bank', 'as', 'a', 'office'], ['sbi', 'bank', 'as', 'a', 'office', 'assistence'], ['bank', 'as', 'a', 'office', 'assistence', 'for'], ['as', 'a', 'office', 'assistence', 'for', '1'], ['a', 'office', 'assistence', 'for', '1', 'year'], ['office', 'assistence', 'for', '1', 'year', 'k'], ['assistence', 'for', '1', 'year', 'k', 'g'], ['for', '1', 'year', 'k', 'g', 'n'], ['1', 'year', 'k', 'g', 'n', 'shope'], ['year', 'k', 'g', 'n', 'shope', 'as'], ['k', 'g', 'n', 'shope', 'as', 'a'], ['g', 'n', 'shope', 'as', 'a', 'office'], ['n', 'shope', 'as', 'a', 'office', 'assistence'], ['shope', 'as', 'a', 'office', 'assistence', '6'], ['as', 'a', 'office', 'assistence', '6', 'month'], ['a', 'office', 'assistence', '6', 'month', 'vodafone'], ['office', 'assistence', '6', 'month', 'vodafone', 'as'], ['assistence', '6', 'month', 'vodafone', 'as', 'a'], ['6', 'month', 'vodafone', 'as', 'a', 'telle'], ['month', 'vodafone', 'as', 'a', 'telle', 'caller'], ['vodafone', 'as', 'a', 'telle', 'caller', '1'], ['as', 'a', 'telle', 'caller', '1', 'year'], ['a', 'telle', 'caller', '1', 'year', 'bajaj'], ['telle', 'caller', '1', 'year', 'bajaj', 'finserv'], ['caller', '1', 'year', 'bajaj', 'finserv', 'ltd'], ['1', 'year', 'bajaj', 'finserv', 'ltd', 'as'], ['year', 'bajaj', 'finserv', 'ltd', 'as', 'an'], ['bajaj', 'finserv', 'ltd', 'as', 'an', 'assistant'], ['finserv', 'ltd', 'as', 'an', 'assistant', 'sales'], ['ltd', 'as', 'an', 'assistant', 'sales', 'manager'], ['as', 'an', 'assistant', 'sales', 'manager', '11'], ['an', 'assistant', 'sales', 'manager', '11', 'month'], ['assistant', 'sales', 'manager', '11', 'month', 'square'], ['sales', 'manager', '11', 'month', 'square', 'capital'], ['manager', '11', 'month', 'square', 'capital', 'as'], ['11', 'month', 'square', 'capital', 'as', 'a'], ['month', 'square', 'capital', 'as', 'a', 'sales'], ['square', 'capital', 'as', 'a', 'sales', 'manager'], ['capital', 'as', 'a', 'sales', 'manager', '5'], ['as', 'a', 'sales', 'manager', '5', 'month'], ['a', 'sales', 'manager', '5', 'month', 'at'], ['sales', 'manager', '5', 'month', 'at', 'present'], ['manager', '5', 'month', 'at', 'present', 'working'], ['5', 'month', 'at', 'present', 'working', 'bajaj'], ['month', 'at', 'present', 'working', 'bajaj', 'housing'], ['at', 'present', 'working', 'bajaj', 'housing', 'finance'], ['present', 'working', 'bajaj', 'housing', 'finance', 'ltd'], ['working', 'bajaj', 'housing', 'finance', 'ltd', 'as'], ['bajaj', 'housing', 'finance', 'ltd', 'as', 'an'], ['housing', 'finance', 'ltd', 'as', 'an', 'assistant'], ['finance', 'ltd', 'as', 'an', 'assistant', 'sales'], ['ltd', 'as', 'an', 'assistant', 'sales', 'manager'], ['skills', '1', 'ms', 'office', '2', 'good', 'communication'], ['1', 'ms', 'office', '2', 'good', 'communication', 'skills'], ['ms', 'office', '2', 'good', 'communication', 'skills', 'convincing'], ['office', '2', 'good', 'communication', 'skills', 'convincing', 'power'], ['2', 'good', 'communication', 'skills', 'convincing', 'power', '3'], ['good', 'communication', 'skills', 'convincing', 'power', '3', 'knowledge'], ['communication', 'skills', 'convincing', 'power', '3', 'knowledge', 'sales'], ['skills', 'convincing', 'power', '3', 'knowledge', 'sales', 'marketing'], ['convincing', 'power', '3', 'knowledge', 'sales', 'marketing', '4'], ['power', '3', 'knowledge', 'sales', 'marketing', '4', 'customer'], ['3', 'knowledge', 'sales', 'marketing', '4', 'customer', 'sales'], ['knowledge', 'sales', 'marketing', '4', 'customer', 'sales', 'management'], ['sales', 'marketing', '4', 'customer', 'sales', 'management', '5'], ['marketing', '4', 'customer', 'sales', 'management', '5', 'talent'], ['4', 'customer', 'sales', 'management', '5', 'talent', 'management'], ['customer', 'sales', 'management', '5', 'talent', 'management', '6'], ['sales', 'management', '5', 'talent', 'management', '6', 'direct'], ['management', '5', 'talent', 'management', '6', 'direct', 'sales'], ['5', 'talent', 'management', '6', 'direct', 'sales', 'management'], ['talent', 'management', '6', 'direct', 'sales', 'management', 'strengths'], ['management', '6', 'direct', 'sales', 'management', 'strengths', '1'], ['6', 'direct', 'sales', 'management', 'strengths', '1', 'dedication'], ['direct', 'sales', 'management', 'strengths', '1', 'dedication', 'dependability'], ['sales', 'management', 'strengths', '1', 'dedication', 'dependability', '2'], ['management', 'strengths', '1', 'dedication', 'dependability', '2', 'flexibility'], ['strengths', '1', 'dedication', 'dependability', '2', 'flexibility', 'able'], ['1', 'dedication', 'dependability', '2', 'flexibility', 'able', 'work'], ['dedication', 'dependability', '2', 'flexibility', 'able', 'work', 'taxing'], ['dependability', '2', 'flexibility', 'able', 'work', 'taxing', 'demanding'], ['2', 'flexibility', 'able', 'work', 'taxing', 'demanding', 'conditions'], ['flexibility', 'able', 'work', 'taxing', 'demanding', 'conditions', 'reasonably'], ['able', 'work', 'taxing', 'demanding', 'conditions', 'reasonably', 'stretchable'], ['work', 'taxing', 'demanding', 'conditions', 'reasonably', 'stretchable', 'time'], ['taxing', 'demanding', 'conditions', 'reasonably', 'stretchable', 'time', 'slots'], ['demanding', 'conditions', 'reasonably', 'stretchable', 'time', 'slots', '3'], ['conditions', 'reasonably', 'stretchable', 'time', 'slots', '3', 'team'], ['reasonably', 'stretchable', 'time', 'slots', '3', 'team', 'work'], ['stretchable', 'time', 'slots', '3', 'team', 'work', 'able'], ['time', 'slots', '3', 'team', 'work', 'able', 'work'], ['slots', '3', 'team', 'work', 'able', 'work', 'cooperatively'], ['3', 'team', 'work', 'able', 'work', 'cooperatively', 'team'], ['team', 'work', 'able', 'work', 'cooperatively', 'team', 'lead'], ['work', 'able', 'work', 'cooperatively', 'team', 'lead', 'team'], ['able', 'work', 'cooperatively', 'team', 'lead', 'team', 'su'], ['work', 'cooperatively', 'team', 'lead', 'team', 'su', 'ess'], ['cooperatively', 'team', 'lead', 'team', 'su', 'ess', 'education'], ['team', 'lead', 'team', 'su', 'ess', 'education', 'details'], ['lead', 'team', 'su', 'ess', 'education', 'details', 'sales'], ['team', 'su', 'ess', 'education', 'details', 'sales', 'manager'], ['su', 'ess', 'education', 'details', 'sales', 'manager', 'skill'], ['ess', 'education', 'details', 'sales', 'manager', 'skill', 'details'], ['education', 'details', 'sales', 'manager', 'skill', 'details', 'and'], ['details', 'sales', 'manager', 'skill', 'details', 'and', 'marketing'], ['sales', 'manager', 'skill', 'details', 'and', 'marketing', 'exprience'], ['manager', 'skill', 'details', 'and', 'marketing', 'exprience', '6'], ['skill', 'details', 'and', 'marketing', 'exprience', '6', 'months'], ['details', 'and', 'marketing', 'exprience', '6', 'months', 'direct'], ['and', 'marketing', 'exprience', '6', 'months', 'direct', 'sales'], ['marketing', 'exprience', '6', 'months', 'direct', 'sales', 'exprience'], ['exprience', '6', 'months', 'direct', 'sales', 'exprience', '36'], ['6', 'months', 'direct', 'sales', 'exprience', '36', 'months'], ['months', 'direct', 'sales', 'exprience', '36', 'months', 'marketing'], ['direct', 'sales', 'exprience', '36', 'months', 'marketing', 'exprience'], ['sales', 'exprience', '36', 'months', 'marketing', 'exprience', '6'], ['exprience', '36', 'months', 'marketing', 'exprience', '6', 'months'], ['36', 'months', 'marketing', 'exprience', '6', 'months', 'of'], ['months', 'marketing', 'exprience', '6', 'months', 'of', 'sales'], ['marketing', 'exprience', '6', 'months', 'of', 'sales', 'exprience'], ['exprience', '6', 'months', 'of', 'sales', 'exprience', '36'], ['6', 'months', 'of', 'sales', 'exprience', '36', 'months'], ['months', 'of', 'sales', 'exprience', '36', 'months', 'sales'], ['of', 'sales', 'exprience', '36', 'months', 'sales', 'exprience'], ['sales', 'exprience', '36', 'months', 'sales', 'exprience', '36'], ['exprience', '36', 'months', 'sales', 'exprience', '36', 'monthscompany'], ['36', 'months', 'sales', 'exprience', '36', 'monthscompany', 'details'], ['months', 'sales', 'exprience', '36', 'monthscompany', 'details', 'company'], ['sales', 'exprience', '36', 'monthscompany', 'details', 'company', 'bajaj'], ['exprience', '36', 'monthscompany', 'details', 'company', 'bajaj', 'finance'], ['36', 'monthscompany', 'details', 'company', 'bajaj', 'finance', 'description'], ['monthscompany', 'details', 'company', 'bajaj', 'finance', 'description', 'company'], ['details', 'company', 'bajaj', 'finance', 'description', 'company', 'bajaj'], ['company', 'bajaj', 'finance', 'description', 'company', 'bajaj', 'finance'], ['bajaj', 'finance', 'description', 'company', 'bajaj', 'finance', 'description'], ['finance', 'description', 'company', 'bajaj', 'finance', 'description', 'sbi'], ['description', 'company', 'bajaj', 'finance', 'description', 'sbi', 'bank'], ['company', 'bajaj', 'finance', 'description', 'sbi', 'bank', 'as'], ['bajaj', 'finance', 'description', 'sbi', 'bank', 'as', 'a'], ['finance', 'description', 'sbi', 'bank', 'as', 'a', 'office'], ['description', 'sbi', 'bank', 'as', 'a', 'office', 'assistence'], ['sbi', 'bank', 'as', 'a', 'office', 'assistence', 'for'], ['bank', 'as', 'a', 'office', 'assistence', 'for', '1'], ['as', 'a', 'office', 'assistence', 'for', '1', 'year'], ['a', 'office', 'assistence', 'for', '1', 'year', 'k'], ['office', 'assistence', 'for', '1', 'year', 'k', 'g'], ['assistence', 'for', '1', 'year', 'k', 'g', 'n'], ['for', '1', 'year', 'k', 'g', 'n', 'shope'], ['1', 'year', 'k', 'g', 'n', 'shope', 'as'], ['year', 'k', 'g', 'n', 'shope', 'as', 'a'], ['k', 'g', 'n', 'shope', 'as', 'a', 'office'], ['g', 'n', 'shope', 'as', 'a', 'office', 'assistence'], ['n', 'shope', 'as', 'a', 'office', 'assistence', '6'], ['shope', 'as', 'a', 'office', 'assistence', '6', 'month'], ['as', 'a', 'office', 'assistence', '6', 'month', 'vodafone'], ['a', 'office', 'assistence', '6', 'month', 'vodafone', 'as'], ['office', 'assistence', '6', 'month', 'vodafone', 'as', 'a'], ['assistence', '6', 'month', 'vodafone', 'as', 'a', 'telle'], ['6', 'month', 'vodafone', 'as', 'a', 'telle', 'caller'], ['month', 'vodafone', 'as', 'a', 'telle', 'caller', '1'], ['vodafone', 'as', 'a', 'telle', 'caller', '1', 'year'], ['as', 'a', 'telle', 'caller', '1', 'year', 'bajaj'], ['a', 'telle', 'caller', '1', 'year', 'bajaj', 'finserv'], ['telle', 'caller', '1', 'year', 'bajaj', 'finserv', 'ltd'], ['caller', '1', 'year', 'bajaj', 'finserv', 'ltd', 'as'], ['1', 'year', 'bajaj', 'finserv', 'ltd', 'as', 'an'], ['year', 'bajaj', 'finserv', 'ltd', 'as', 'an', 'assistant'], ['bajaj', 'finserv', 'ltd', 'as', 'an', 'assistant', 'sales'], ['finserv', 'ltd', 'as', 'an', 'assistant', 'sales', 'manager'], ['ltd', 'as', 'an', 'assistant', 'sales', 'manager', '11'], ['as', 'an', 'assistant', 'sales', 'manager', '11', 'month'], ['an', 'assistant', 'sales', 'manager', '11', 'month', 'square'], ['assistant', 'sales', 'manager', '11', 'month', 'square', 'capital'], ['sales', 'manager', '11', 'month', 'square', 'capital', 'as'], ['manager', '11', 'month', 'square', 'capital', 'as', 'a'], ['11', 'month', 'square', 'capital', 'as', 'a', 'sales'], ['month', 'square', 'capital', 'as', 'a', 'sales', 'manager'], ['square', 'capital', 'as', 'a', 'sales', 'manager', '5'], ['capital', 'as', 'a', 'sales', 'manager', '5', 'month'], ['as', 'a', 'sales', 'manager', '5', 'month', 'at'], ['a', 'sales', 'manager', '5', 'month', 'at', 'present'], ['sales', 'manager', '5', 'month', 'at', 'present', 'working'], ['manager', '5', 'month', 'at', 'present', 'working', 'bajaj'], ['5', 'month', 'at', 'present', 'working', 'bajaj', 'housing'], ['month', 'at', 'present', 'working', 'bajaj', 'housing', 'finance'], ['at', 'present', 'working', 'bajaj', 'housing', 'finance', 'ltd'], ['present', 'working', 'bajaj', 'housing', 'finance', 'ltd', 'as'], ['working', 'bajaj', 'housing', 'finance', 'ltd', 'as', 'an'], ['bajaj', 'housing', 'finance', 'ltd', 'as', 'an', 'assistant'], ['housing', 'finance', 'ltd', 'as', 'an', 'assistant', 'sales'], ['finance', 'ltd', 'as', 'an', 'assistant', 'sales', 'manager'], ['skills', '1', 'ms', 'office', '2', 'good', 'communication', 'skills'], ['1', 'ms', 'office', '2', 'good', 'communication', 'skills', 'convincing'], ['ms', 'office', '2', 'good', 'communication', 'skills', 'convincing', 'power'], ['office', '2', 'good', 'communication', 'skills', 'convincing', 'power', '3'], ['2', 'good', 'communication', 'skills', 'convincing', 'power', '3', 'knowledge'], ['good', 'communication', 'skills', 'convincing', 'power', '3', 'knowledge', 'sales'], ...], [['key'], ['skills'], ['planning'], ['strategizing'], ['presentation'], ['skill'], ['client'], ['relationship'], ['energy'], ['level'], ['enquiry'], ['generation'], ['achieving'], ['targets'], ['qualifications'], ['a'], ['university'], ['marketing'], ['business'], ['studies'], ['preferred'], ['minimum'], ['three'], ['years'], ['related'], ['experience'], ['sales'], ['marketing'], ['sector'], ['problem'], ['solving'], ['analytical'], ['skills'], ['interpret'], ['sales'], ['performance'], ['market'], ['trend'], ['information'], ['proven'], ['ability'], ['motivate'], ['lead'], ['sales'], ['team'], ['experience'], ['developing'], ['marketing'], ['sales'], ['strategies'], ['excellent'], ['oral'], ['written'], ['communication'], ['skills'], ['plus'], ['good'], ['working'], ['knowledge'], ['microsoft'], ['office'], ['computer'], ['knowledge'], ['knowledge'], ['ms'], ['excel'], ['ms'], ['word'], ['ms'], ['powerpoint'], ['achievements'], ['interests'], ['i'], ['played'], ['cricket'], ['national'], ['team'], ['maharashtra'], ['cricket'], ['association'], ['played'], ['regional'], ['level'], ['cricket'], ['tournament'], ['thee'], ['times'], ['school'], ['team'], ['worked'], ['sports'], ['secretary'], ['college'], ['annual'], ['meet'], ['worked'], ['volunteer'], ['road'], ['show'], ['poona'], ['college'], ['worked'], ['group'], ['leader'], ['college'], ['presentation'], ['my'], ['interest'], ['learning'], ['various'], ['computers'], ['languages'], ['tricks'], ['techniques'], ['computer'], ['playing'], ['cricket'], ['personal'], ['information'], ['education'], ['details'], ['mba'], ['operations'], ['dr'], ['d'], ['y'], ['patil'], ['college'], ['b'], ['b'], ['a'], ['marketing'], ['pune'], ['maharashtra'], ['poona'], ['college'], ['h'], ['s'], ['c'], ['moledina'], ['high'], ['school'], ['jr'], ['college'], ['s'], ['s'], ['c'], ['maharashtra'], ['board'], ['a'], ['m'], ['v'], ['high'], ['school'], ['sales'], ['manager'], ['sales'], ['manager'], ['skill'], ['details'], ['sales'], ['exprience'], ['104'], ['months'], ['marketing'], ['exprience'], ['97'], ['months'], ['sales'], ['team'], ['exprience'], ['44'], ['months'], ['and'], ['sales'], ['exprience'], ['6'], ['months'], ['excel'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['f2'], ['fun'], ['fitness'], ['description'], ['set'], ['individual'], ['sales'], ['targets'], ['sales'], ['team'], ['handling'], ['enquiries'], ['generating'], ['new'], ['enquiries'], ['set'], ['individual'], ['sales'], ['targets'], ['sales'], ['team'], ['continuously'], ['managing'], ['team'], ['performance'], ['managing'], ['staff'], ['training'], ['requirements'], ['generate'], ['timely'], ['sales'], ['reports'], ['organizing'], ['seasonal'], ['promotions'], ['events'], ['supervise'], ['motivate'], ['staff'], ['holds'], ['regular'], ['meeting'], ['sales'], ['staff'], ['company'], ['gold'], ['gym'], ['india'], ['pvt'], ['ltd'], ['description'], ['job'], ['profile'], ['set'], ['individual'], ['sales'], ['targets'], ['sales'], ['team'], ['handling'], ['enquiries'], ['generating'], ['new'], ['enquiries'], ['set'], ['individual'], ['sales'], ['targets'], ['sales'], ['team'], ['continuously'], ['managing'], ['team'], ['performance'], ['managing'], ['staff'], ['training'], ['requirements'], ['generate'], ['timely'], ['sales'], ['reports'], ['organizing'], ['seasonal'], ['promotions'], ['events'], ['supervise'], ['motivate'], ['staff'], ['holds'], ['regular'], ['meeting'], ['sales'], ['staff'], ['company'], ['description'], ['10'], ['24'], ['2012'], ['achievements'], ['joined'], ['sales'], ['associate'], ['2010'], ['promoted'], ['sales'], ['manager'], ['2012'], ['exceeded'], ['sales'], ['targets'], ['high'], ['level'], ['contribution'], ['dedication'], ['organization'], ['applauded'], ['best'], ['sales'], ['marketing'], ['performance'], ['pune'], ['zone'], ['awarded'], ['certificate'], ['excellence'], ['outstanding'], ['performance'], ['year'], ['2014'], ['ranked'], ['sales'], ['manager'], ['6'], ['2013'], ['2014'], ['recognized'], ['superior'], ['performance'], ['two'], ['time'], ['district'], ['employee'], ['month'], ['honoree'], ['job'], ['profile'], ['build'], ['strategies'], ['develop'], ['marketing'], ['initiative'], ['create'], ['awareness'], ['company'], ['services'], ['propose'], ['execute'], ['promotional'], ['programme'], ['attract'], ['clients'], ['working'], ['team'], ['four'], ['six'], ['people'], ['thereby'], ['ensuring'], ['targets'], ['defined'], ['achieved'], ['arrange'], ['necessary'], ['possible'], ['facilities'], ['information'], ['desk'], ['manages'], ['personal'], ['develops'], ['sales'], ['roles'], ['support'], ['staff'], ['reviews'], ['progress'], ['sales'], ['roles'], ['throughout'], ['company'], ['determine'], ['price'], ['schedules'], ['discount'], ['rate'], ['generate'], ['timely'], ['sales'], ['reports'], ['control'], ['expenses'], ['monitor'], ['budgets'], ['company'], ['talwalkars'], ['aspire'], ['fitness'], ['pvt'], ['ltd'], ['description'], ['company'], ['talwalkars'], ['aspire'], ['fitness'], ['pvt'], ['ltd'], ['description'], ['key', 'skills'], ['skills', 'planning'], ['planning', 'strategizing'], ['strategizing', 'presentation'], ['presentation', 'skill'], ['skill', 'client'], ['client', 'relationship'], ['relationship', 'energy'], ['energy', 'level'], ['level', 'enquiry'], ['enquiry', 'generation'], ['generation', 'achieving'], ['achieving', 'targets'], ['targets', 'qualifications'], ['qualifications', 'a'], ['a', 'university'], ['university', 'marketing'], ['marketing', 'business'], ['business', 'studies'], ['studies', 'preferred'], ['preferred', 'minimum'], ['minimum', 'three'], ['three', 'years'], ['years', 'related'], ['related', 'experience'], ['experience', 'sales'], ['sales', 'marketing'], ['marketing', 'sector'], ['sector', 'problem'], ['problem', 'solving'], ['solving', 'analytical'], ['analytical', 'skills'], ['skills', 'interpret'], ['interpret', 'sales'], ['sales', 'performance'], ['performance', 'market'], ['market', 'trend'], ['trend', 'information'], ['information', 'proven'], ['proven', 'ability'], ['ability', 'motivate'], ['motivate', 'lead'], ['lead', 'sales'], ['sales', 'team'], ['team', 'experience'], ['experience', 'developing'], ['developing', 'marketing'], ['marketing', 'sales'], ['sales', 'strategies'], ['strategies', 'excellent'], ['excellent', 'oral'], ['oral', 'written'], ['written', 'communication'], ['communication', 'skills'], ['skills', 'plus'], ['plus', 'good'], ['good', 'working'], ['working', 'knowledge'], ['knowledge', 'microsoft'], ['microsoft', 'office'], ['office', 'computer'], ['computer', 'knowledge'], ['knowledge', 'knowledge'], ['knowledge', 'ms'], ['ms', 'excel'], ['excel', 'ms'], ['ms', 'word'], ['word', 'ms'], ['ms', 'powerpoint'], ['powerpoint', 'achievements'], ['achievements', 'interests'], ['interests', 'i'], ['i', 'played'], ['played', 'cricket'], ['cricket', 'national'], ['national', 'team'], ['team', 'maharashtra'], ['maharashtra', 'cricket'], ['cricket', 'association'], ['association', 'played'], ['played', 'regional'], ['regional', 'level'], ['level', 'cricket'], ['cricket', 'tournament'], ['tournament', 'thee'], ['thee', 'times'], ['times', 'school'], ['school', 'team'], ['team', 'worked'], ['worked', 'sports'], ['sports', 'secretary'], ['secretary', 'college'], ['college', 'annual'], ['annual', 'meet'], ['meet', 'worked'], ['worked', 'volunteer'], ['volunteer', 'road'], ['road', 'show'], ['show', 'poona'], ['poona', 'college'], ['college', 'worked'], ['worked', 'group'], ['group', 'leader'], ['leader', 'college'], ['college', 'presentation'], ['presentation', 'my'], ['my', 'interest'], ['interest', 'learning'], ['learning', 'various'], ['various', 'computers'], ['computers', 'languages'], ['languages', 'tricks'], ['tricks', 'techniques'], ['techniques', 'computer'], ['computer', 'playing'], ['playing', 'cricket'], ['cricket', 'personal'], ['personal', 'information'], ['information', 'education'], ['education', 'details'], ['details', 'mba'], ['mba', 'operations'], ['operations', 'dr'], ['dr', 'd'], ['d', 'y'], ['y', 'patil'], ['patil', 'college'], ['college', 'b'], ['b', 'b'], ['b', 'a'], ['a', 'marketing'], ['marketing', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'poona'], ['poona', 'college'], ['college', 'h'], ['h', 's'], ['s', 'c'], ['c', 'moledina'], ['moledina', 'high'], ['high', 'school'], ['school', 'jr'], ['jr', 'college'], ['college', 's'], ['s', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'board'], ['board', 'a'], ['a', 'm'], ['m', 'v'], ['v', 'high'], ['high', 'school'], ['school', 'sales'], ['sales', 'manager'], ['manager', 'sales'], ['sales', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'sales'], ['sales', 'exprience'], ['exprience', '104'], ['104', 'months'], ['months', 'marketing'], ['marketing', 'exprience'], ['exprience', '97'], ['97', 'months'], ['months', 'sales'], ['sales', 'team'], ['team', 'exprience'], ['exprience', '44'], ['44', 'months'], ['months', 'and'], ['and', 'sales'], ['sales', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'excel'], ['excel', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'f2'], ['f2', 'fun'], ['fun', 'fitness'], ['fitness', 'description'], ['description', 'set'], ['set', 'individual'], ['individual', 'sales'], ['sales', 'targets'], ['targets', 'sales'], ['sales', 'team'], ['team', 'handling'], ['handling', 'enquiries'], ['enquiries', 'generating'], ['generating', 'new'], ['new', 'enquiries'], ['enquiries', 'set'], ['set', 'individual'], ['individual', 'sales'], ['sales', 'targets'], ['targets', 'sales'], ['sales', 'team'], ['team', 'continuously'], ['continuously', 'managing'], ['managing', 'team'], ['team', 'performance'], ['performance', 'managing'], ['managing', 'staff'], ['staff', 'training'], ['training', 'requirements'], ['requirements', 'generate'], ['generate', 'timely'], ['timely', 'sales'], ['sales', 'reports'], ['reports', 'organizing'], ['organizing', 'seasonal'], ['seasonal', 'promotions'], ['promotions', 'events'], ['events', 'supervise'], ['supervise', 'motivate'], ['motivate', 'staff'], ['staff', 'holds'], ['holds', 'regular'], ['regular', 'meeting'], ['meeting', 'sales'], ['sales', 'staff'], ['staff', 'company'], ['company', 'gold'], ['gold', 'gym'], ['gym', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'job'], ['job', 'profile'], ['profile', 'set'], ['set', 'individual'], ['individual', 'sales'], ['sales', 'targets'], ['targets', 'sales'], ['sales', 'team'], ['team', 'handling'], ['handling', 'enquiries'], ['enquiries', 'generating'], ['generating', 'new'], ['new', 'enquiries'], ['enquiries', 'set'], ['set', 'individual'], ['individual', 'sales'], ['sales', 'targets'], ['targets', 'sales'], ['sales', 'team'], ['team', 'continuously'], ['continuously', 'managing'], ['managing', 'team'], ['team', 'performance'], ['performance', 'managing'], ['managing', 'staff'], ['staff', 'training'], ['training', 'requirements'], ['requirements', 'generate'], ['generate', 'timely'], ['timely', 'sales'], ['sales', 'reports'], ['reports', 'organizing'], ['organizing', 'seasonal'], ['seasonal', 'promotions'], ['promotions', 'events'], ['events', 'supervise'], ['supervise', 'motivate'], ['motivate', 'staff'], ['staff', 'holds'], ['holds', 'regular'], ['regular', 'meeting'], ['meeting', 'sales'], ['sales', 'staff'], ['staff', 'company'], ['company', 'description'], ['description', '10'], ['10', '24'], ['24', '2012'], ['2012', 'achievements'], ['achievements', 'joined'], ['joined', 'sales'], ['sales', 'associate'], ['associate', '2010'], ['2010', 'promoted'], ['promoted', 'sales'], ['sales', 'manager'], ['manager', '2012'], ['2012', 'exceeded'], ['exceeded', 'sales'], ['sales', 'targets'], ['targets', 'high'], ['high', 'level'], ['level', 'contribution'], ['contribution', 'dedication'], ['dedication', 'organization'], ['organization', 'applauded'], ['applauded', 'best'], ['best', 'sales'], ['sales', 'marketing'], ['marketing', 'performance'], ['performance', 'pune'], ['pune', 'zone'], ['zone', 'awarded'], ['awarded', 'certificate'], ['certificate', 'excellence'], ['excellence', 'outstanding'], ['outstanding', 'performance'], ['performance', 'year'], ['year', '2014'], ['2014', 'ranked'], ['ranked', 'sales'], ['sales', 'manager'], ['manager', '6'], ['6', '2013'], ['2013', '2014'], ['2014', 'recognized'], ['recognized', 'superior'], ['superior', 'performance'], ['performance', 'two'], ['two', 'time'], ['time', 'district'], ['district', 'employee'], ['employee', 'month'], ['month', 'honoree'], ['honoree', 'job'], ['job', 'profile'], ['profile', 'build'], ['build', 'strategies'], ['strategies', 'develop'], ['develop', 'marketing'], ['marketing', 'initiative'], ['initiative', 'create'], ['create', 'awareness'], ['awareness', 'company'], ['company', 'services'], ['services', 'propose'], ['propose', 'execute'], ['execute', 'promotional'], ['promotional', 'programme'], ['programme', 'attract'], ['attract', 'clients'], ['clients', 'working'], ['working', 'team'], ['team', 'four'], ['four', 'six'], ['six', 'people'], ['people', 'thereby'], ['thereby', 'ensuring'], ['ensuring', 'targets'], ['targets', 'defined'], ['defined', 'achieved'], ['achieved', 'arrange'], ['arrange', 'necessary'], ['necessary', 'possible'], ['possible', 'facilities'], ['facilities', 'information'], ['information', 'desk'], ['desk', 'manages'], ['manages', 'personal'], ['personal', 'develops'], ['develops', 'sales'], ['sales', 'roles'], ['roles', 'support'], ['support', 'staff'], ['staff', 'reviews'], ['reviews', 'progress'], ['progress', 'sales'], ['sales', 'roles'], ['roles', 'throughout'], ['throughout', 'company'], ['company', 'determine'], ['determine', 'price'], ['price', 'schedules'], ['schedules', 'discount'], ['discount', 'rate'], ['rate', 'generate'], ['generate', 'timely'], ['timely', 'sales'], ['sales', 'reports'], ['reports', 'control'], ['control', 'expenses'], ['expenses', 'monitor'], ['monitor', 'budgets'], ['budgets', 'company'], ['company', 'talwalkars'], ['talwalkars', 'aspire'], ['aspire', 'fitness'], ['fitness', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'company'], ['company', 'talwalkars'], ['talwalkars', 'aspire'], ['aspire', 'fitness'], ['fitness', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['key', 'skills', 'planning'], ['skills', 'planning', 'strategizing'], ['planning', 'strategizing', 'presentation'], ['strategizing', 'presentation', 'skill'], ['presentation', 'skill', 'client'], ['skill', 'client', 'relationship'], ['client', 'relationship', 'energy'], ['relationship', 'energy', 'level'], ['energy', 'level', 'enquiry'], ['level', 'enquiry', 'generation'], ['enquiry', 'generation', 'achieving'], ['generation', 'achieving', 'targets'], ['achieving', 'targets', 'qualifications'], ['targets', 'qualifications', 'a'], ['qualifications', 'a', 'university'], ['a', 'university', 'marketing'], ['university', 'marketing', 'business'], ['marketing', 'business', 'studies'], ['business', 'studies', 'preferred'], ['studies', 'preferred', 'minimum'], ['preferred', 'minimum', 'three'], ['minimum', 'three', 'years'], ['three', 'years', 'related'], ['years', 'related', 'experience'], ['related', 'experience', 'sales'], ['experience', 'sales', 'marketing'], ['sales', 'marketing', 'sector'], ['marketing', 'sector', 'problem'], ['sector', 'problem', 'solving'], ['problem', 'solving', 'analytical'], ['solving', 'analytical', 'skills'], ['analytical', 'skills', 'interpret'], ['skills', 'interpret', 'sales'], ['interpret', 'sales', 'performance'], ['sales', 'performance', 'market'], ['performance', 'market', 'trend'], ['market', 'trend', 'information'], ['trend', 'information', 'proven'], ['information', 'proven', 'ability'], ['proven', 'ability', 'motivate'], ['ability', 'motivate', 'lead'], ['motivate', 'lead', 'sales'], ['lead', 'sales', 'team'], ['sales', 'team', 'experience'], ['team', 'experience', 'developing'], ['experience', 'developing', 'marketing'], ['developing', 'marketing', 'sales'], ['marketing', 'sales', 'strategies'], ['sales', 'strategies', 'excellent'], ['strategies', 'excellent', 'oral'], ['excellent', 'oral', 'written'], ['oral', 'written', 'communication'], ['written', 'communication', 'skills'], ['communication', 'skills', 'plus'], ['skills', 'plus', 'good'], ['plus', 'good', 'working'], ['good', 'working', 'knowledge'], ['working', 'knowledge', 'microsoft'], ['knowledge', 'microsoft', 'office'], ['microsoft', 'office', 'computer'], ['office', 'computer', 'knowledge'], ['computer', 'knowledge', 'knowledge'], ['knowledge', 'knowledge', 'ms'], ['knowledge', 'ms', 'excel'], ['ms', 'excel', 'ms'], ['excel', 'ms', 'word'], ['ms', 'word', 'ms'], ['word', 'ms', 'powerpoint'], ['ms', 'powerpoint', 'achievements'], ['powerpoint', 'achievements', 'interests'], ['achievements', 'interests', 'i'], ['interests', 'i', 'played'], ['i', 'played', 'cricket'], ['played', 'cricket', 'national'], ['cricket', 'national', 'team'], ['national', 'team', 'maharashtra'], ['team', 'maharashtra', 'cricket'], ['maharashtra', 'cricket', 'association'], ['cricket', 'association', 'played'], ['association', 'played', 'regional'], ['played', 'regional', 'level'], ['regional', 'level', 'cricket'], ['level', 'cricket', 'tournament'], ['cricket', 'tournament', 'thee'], ['tournament', 'thee', 'times'], ['thee', 'times', 'school'], ['times', 'school', 'team'], ['school', 'team', 'worked'], ['team', 'worked', 'sports'], ['worked', 'sports', 'secretary'], ['sports', 'secretary', 'college'], ['secretary', 'college', 'annual'], ['college', 'annual', 'meet'], ['annual', 'meet', 'worked'], ['meet', 'worked', 'volunteer'], ['worked', 'volunteer', 'road'], ['volunteer', 'road', 'show'], ['road', 'show', 'poona'], ['show', 'poona', 'college'], ['poona', 'college', 'worked'], ['college', 'worked', 'group'], ['worked', 'group', 'leader'], ['group', 'leader', 'college'], ['leader', 'college', 'presentation'], ['college', 'presentation', 'my'], ['presentation', 'my', 'interest'], ['my', 'interest', 'learning'], ['interest', 'learning', 'various'], ['learning', 'various', 'computers'], ['various', 'computers', 'languages'], ['computers', 'languages', 'tricks'], ['languages', 'tricks', 'techniques'], ['tricks', 'techniques', 'computer'], ['techniques', 'computer', 'playing'], ['computer', 'playing', 'cricket'], ['playing', 'cricket', 'personal'], ['cricket', 'personal', 'information'], ['personal', 'information', 'education'], ['information', 'education', 'details'], ['education', 'details', 'mba'], ['details', 'mba', 'operations'], ['mba', 'operations', 'dr'], ['operations', 'dr', 'd'], ['dr', 'd', 'y'], ['d', 'y', 'patil'], ['y', 'patil', 'college'], ['patil', 'college', 'b'], ['college', 'b', 'b'], ['b', 'b', 'a'], ['b', 'a', 'marketing'], ['a', 'marketing', 'pune'], ['marketing', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'poona'], ['maharashtra', 'poona', 'college'], ['poona', 'college', 'h'], ['college', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'moledina'], ['c', 'moledina', 'high'], ['moledina', 'high', 'school'], ['high', 'school', 'jr'], ['school', 'jr', 'college'], ['jr', 'college', 's'], ['college', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'board'], ['maharashtra', 'board', 'a'], ['board', 'a', 'm'], ['a', 'm', 'v'], ['m', 'v', 'high'], ['v', 'high', 'school'], ['high', 'school', 'sales'], ['school', 'sales', 'manager'], ['sales', 'manager', 'sales'], ['manager', 'sales', 'manager'], ['sales', 'manager', 'skill'], ['manager', 'skill', 'details'], ['skill', 'details', 'sales'], ['details', 'sales', 'exprience'], ['sales', 'exprience', '104'], ['exprience', '104', 'months'], ['104', 'months', 'marketing'], ['months', 'marketing', 'exprience'], ['marketing', 'exprience', '97'], ['exprience', '97', 'months'], ['97', 'months', 'sales'], ['months', 'sales', 'team'], ['sales', 'team', 'exprience'], ['team', 'exprience', '44'], ['exprience', '44', 'months'], ['44', 'months', 'and'], ['months', 'and', 'sales'], ['and', 'sales', 'exprience'], ['sales', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'excel'], ['months', 'excel', 'exprience'], ['excel', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'f2'], ['company', 'f2', 'fun'], ['f2', 'fun', 'fitness'], ['fun', 'fitness', 'description'], ['fitness', 'description', 'set'], ['description', 'set', 'individual'], ['set', 'individual', 'sales'], ['individual', 'sales', 'targets'], ['sales', 'targets', 'sales'], ['targets', 'sales', 'team'], ['sales', 'team', 'handling'], ['team', 'handling', 'enquiries'], ['handling', 'enquiries', 'generating'], ...], [['it'], ['skills'], ['ms'], ['office'], ['photoshop'], ['sql'], ['server'], ['education'], ['details'], ['june'], ['2015'], ['bachelor'], ['yashwantrao'], ['chavan'], ['maharashtra'], ['university'], ['sales'], ['manager'], ['sales'], ['manager'], ['skill'], ['details'], ['ms'], ['office'], ['exprience'], ['6'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['6'], ['months'], ['photoshop'], ['exprience'], ['6'], ['months'], ['sql'], ['exprience'], ['6'], ['months'], ['sql'], ['server'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['nature'], ['of'], ['work'], ['description'], ['generating'], ['leads'], ['calls'], ['suggesting'], ['residential'], ['property'], ['per'], ['clients'], ['budget'], ['specification'], ['building'], ['relationship'], ['channel'], ['partner'], ['meeting'], ['clients'], ['project'], ['presentation'], ['follow'], ['site'], ['visit'], ['deal'], ['closure'], ['worked'], ['icici'], ['merchant'], ['services'], ['hgs'], ['payroll'], ['as'], ['sales'], ['manager'], ['16th'], ['jan'], ['2017'], ['till'], ['30th'], ['aug'], ['2018'], ['nature'], ['work'], ['sales'], ['of'], ['pos'], ['edc'], ['machine'], ['sme'], ['loan'], ['loan'], ['electronic'], ['payment'], ['acquiring'], ['new'], ['merchants'], ['and'], ['retaing'], ['existing'], ['merchants'], ['cold'], ['calling'], ['with'], ['casa'], ['team'], ['icici'], ['bank'], ['generating'], ['leads'], ['field'], ['visit'], ['providing'], ['demo'], ['retailers'], ['shopkeeper'], ['sme'], ['corporate'], ['merchant'], ['closing'], ['signup'], ['worked'], ['mahal'], ['pvt'], ['ltd'], ['sr'], ['sales'], ['executive'], ['04th'], ['mar'], ['2016'], ['03'], ['jan'], ['2017'], ['nature'], ['work'], ['calling'], ['leads'], ['gegenerat'], ['interacting'], ['clients'], ['call'], ['suggesting'], ['property'], ['flat'], ['bunglows'], ['n'], ['a'], ['plots'], ['row'], ['houses'], ['per'], ['requirement'], ['meeting'], ['new'], ['channel'], ['partners'], ['maintain'], ['relationship'], ['channel'], ['partners'], ['leads'], ['achieving'], ['monthly'], ['targets'], ['maintaining'], ['reports'], ['updating'], ['seniors'], ['daily'], ['activities'], ['company'], ['bookmyflat'], ['com'], ['description'], ['arranging'], ['site'], ['visit'], ['client'], ['lead'], ['generated'], ['closing'], ['deal'], ['suggesting'], ['appropriate'], ['residential'], ['property'], ['clients'], ['per'], ['budget'], ['it', 'skills'], ['skills', 'ms'], ['ms', 'office'], ['office', 'photoshop'], ['photoshop', 'sql'], ['sql', 'server'], ['server', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2015'], ['2015', 'bachelor'], ['bachelor', 'yashwantrao'], ['yashwantrao', 'chavan'], ['chavan', 'maharashtra'], ['maharashtra', 'university'], ['university', 'sales'], ['sales', 'manager'], ['manager', 'sales'], ['sales', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'photoshop'], ['photoshop', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'nature'], ['nature', 'of'], ['of', 'work'], ['work', 'description'], ['description', 'generating'], ['generating', 'leads'], ['leads', 'calls'], ['calls', 'suggesting'], ['suggesting', 'residential'], ['residential', 'property'], ['property', 'per'], ['per', 'clients'], ['clients', 'budget'], ['budget', 'specification'], ['specification', 'building'], ['building', 'relationship'], ['relationship', 'channel'], ['channel', 'partner'], ['partner', 'meeting'], ['meeting', 'clients'], ['clients', 'project'], ['project', 'presentation'], ['presentation', 'follow'], ['follow', 'site'], ['site', 'visit'], ['visit', 'deal'], ['deal', 'closure'], ['closure', 'worked'], ['worked', 'icici'], ['icici', 'merchant'], ['merchant', 'services'], ['services', 'hgs'], ['hgs', 'payroll'], ['payroll', 'as'], ['as', 'sales'], ['sales', 'manager'], ['manager', '16th'], ['16th', 'jan'], ['jan', '2017'], ['2017', 'till'], ['till', '30th'], ['30th', 'aug'], ['aug', '2018'], ['2018', 'nature'], ['nature', 'work'], ['work', 'sales'], ['sales', 'of'], ['of', 'pos'], ['pos', 'edc'], ['edc', 'machine'], ['machine', 'sme'], ['sme', 'loan'], ['loan', 'loan'], ['loan', 'electronic'], ['electronic', 'payment'], ['payment', 'acquiring'], ['acquiring', 'new'], ['new', 'merchants'], ['merchants', 'and'], ['and', 'retaing'], ['retaing', 'existing'], ['existing', 'merchants'], ['merchants', 'cold'], ['cold', 'calling'], ['calling', 'with'], ['with', 'casa'], ['casa', 'team'], ['team', 'icici'], ['icici', 'bank'], ['bank', 'generating'], ['generating', 'leads'], ['leads', 'field'], ['field', 'visit'], ['visit', 'providing'], ['providing', 'demo'], ['demo', 'retailers'], ['retailers', 'shopkeeper'], ['shopkeeper', 'sme'], ['sme', 'corporate'], ['corporate', 'merchant'], ['merchant', 'closing'], ['closing', 'signup'], ['signup', 'worked'], ['worked', 'mahal'], ['mahal', 'pvt'], ['pvt', 'ltd'], ['ltd', 'sr'], ['sr', 'sales'], ['sales', 'executive'], ['executive', '04th'], ['04th', 'mar'], ['mar', '2016'], ['2016', '03'], ['03', 'jan'], ['jan', '2017'], ['2017', 'nature'], ['nature', 'work'], ['work', 'calling'], ['calling', 'leads'], ['leads', 'gegenerat'], ['gegenerat', 'interacting'], ['interacting', 'clients'], ['clients', 'call'], ['call', 'suggesting'], ['suggesting', 'property'], ['property', 'flat'], ['flat', 'bunglows'], ['bunglows', 'n'], ['n', 'a'], ['a', 'plots'], ['plots', 'row'], ['row', 'houses'], ['houses', 'per'], ['per', 'requirement'], ['requirement', 'meeting'], ['meeting', 'new'], ['new', 'channel'], ['channel', 'partners'], ['partners', 'maintain'], ['maintain', 'relationship'], ['relationship', 'channel'], ['channel', 'partners'], ['partners', 'leads'], ['leads', 'achieving'], ['achieving', 'monthly'], ['monthly', 'targets'], ['targets', 'maintaining'], ['maintaining', 'reports'], ['reports', 'updating'], ['updating', 'seniors'], ['seniors', 'daily'], ['daily', 'activities'], ['activities', 'company'], ['company', 'bookmyflat'], ['bookmyflat', 'com'], ['com', 'description'], ['description', 'arranging'], ['arranging', 'site'], ['site', 'visit'], ['visit', 'client'], ['client', 'lead'], ['lead', 'generated'], ['generated', 'closing'], ['closing', 'deal'], ['deal', 'suggesting'], ['suggesting', 'appropriate'], ['appropriate', 'residential'], ['residential', 'property'], ['property', 'clients'], ['clients', 'per'], ['per', 'budget'], ['it', 'skills', 'ms'], ['skills', 'ms', 'office'], ['ms', 'office', 'photoshop'], ['office', 'photoshop', 'sql'], ['photoshop', 'sql', 'server'], ['sql', 'server', 'education'], ['server', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2015'], ['june', '2015', 'bachelor'], ['2015', 'bachelor', 'yashwantrao'], ['bachelor', 'yashwantrao', 'chavan'], ['yashwantrao', 'chavan', 'maharashtra'], ['chavan', 'maharashtra', 'university'], ['maharashtra', 'university', 'sales'], ['university', 'sales', 'manager'], ['sales', 'manager', 'sales'], ['manager', 'sales', 'manager'], ['sales', 'manager', 'skill'], ['manager', 'skill', 'details'], ['skill', 'details', 'ms'], ['details', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ms'], ['months', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', 'exprience'], ['server', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'photoshop'], ['months', 'photoshop', 'exprience'], ['photoshop', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'sql'], ['months', 'sql', 'server'], ['sql', 'server', 'exprience'], ['server', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'nature'], ['company', 'nature', 'of'], ['nature', 'of', 'work'], ['of', 'work', 'description'], ['work', 'description', 'generating'], ['description', 'generating', 'leads'], ['generating', 'leads', 'calls'], ['leads', 'calls', 'suggesting'], ['calls', 'suggesting', 'residential'], ['suggesting', 'residential', 'property'], ['residential', 'property', 'per'], ['property', 'per', 'clients'], ['per', 'clients', 'budget'], ['clients', 'budget', 'specification'], ['budget', 'specification', 'building'], ['specification', 'building', 'relationship'], ['building', 'relationship', 'channel'], ['relationship', 'channel', 'partner'], ['channel', 'partner', 'meeting'], ['partner', 'meeting', 'clients'], ['meeting', 'clients', 'project'], ['clients', 'project', 'presentation'], ['project', 'presentation', 'follow'], ['presentation', 'follow', 'site'], ['follow', 'site', 'visit'], ['site', 'visit', 'deal'], ['visit', 'deal', 'closure'], ['deal', 'closure', 'worked'], ['closure', 'worked', 'icici'], ['worked', 'icici', 'merchant'], ['icici', 'merchant', 'services'], ['merchant', 'services', 'hgs'], ['services', 'hgs', 'payroll'], ['hgs', 'payroll', 'as'], ['payroll', 'as', 'sales'], ['as', 'sales', 'manager'], ['sales', 'manager', '16th'], ['manager', '16th', 'jan'], ['16th', 'jan', '2017'], ['jan', '2017', 'till'], ['2017', 'till', '30th'], ['till', '30th', 'aug'], ['30th', 'aug', '2018'], ['aug', '2018', 'nature'], ['2018', 'nature', 'work'], ['nature', 'work', 'sales'], ['work', 'sales', 'of'], ['sales', 'of', 'pos'], ['of', 'pos', 'edc'], ['pos', 'edc', 'machine'], ['edc', 'machine', 'sme'], ['machine', 'sme', 'loan'], ['sme', 'loan', 'loan'], ['loan', 'loan', 'electronic'], ['loan', 'electronic', 'payment'], ['electronic', 'payment', 'acquiring'], ['payment', 'acquiring', 'new'], ['acquiring', 'new', 'merchants'], ['new', 'merchants', 'and'], ['merchants', 'and', 'retaing'], ['and', 'retaing', 'existing'], ['retaing', 'existing', 'merchants'], ['existing', 'merchants', 'cold'], ['merchants', 'cold', 'calling'], ['cold', 'calling', 'with'], ['calling', 'with', 'casa'], ['with', 'casa', 'team'], ['casa', 'team', 'icici'], ['team', 'icici', 'bank'], ['icici', 'bank', 'generating'], ['bank', 'generating', 'leads'], ['generating', 'leads', 'field'], ['leads', 'field', 'visit'], ['field', 'visit', 'providing'], ['visit', 'providing', 'demo'], ['providing', 'demo', 'retailers'], ['demo', 'retailers', 'shopkeeper'], ['retailers', 'shopkeeper', 'sme'], ['shopkeeper', 'sme', 'corporate'], ['sme', 'corporate', 'merchant'], ['corporate', 'merchant', 'closing'], ['merchant', 'closing', 'signup'], ['closing', 'signup', 'worked'], ['signup', 'worked', 'mahal'], ['worked', 'mahal', 'pvt'], ['mahal', 'pvt', 'ltd'], ['pvt', 'ltd', 'sr'], ['ltd', 'sr', 'sales'], ['sr', 'sales', 'executive'], ['sales', 'executive', '04th'], ['executive', '04th', 'mar'], ['04th', 'mar', '2016'], ['mar', '2016', '03'], ['2016', '03', 'jan'], ['03', 'jan', '2017'], ['jan', '2017', 'nature'], ['2017', 'nature', 'work'], ['nature', 'work', 'calling'], ['work', 'calling', 'leads'], ['calling', 'leads', 'gegenerat'], ['leads', 'gegenerat', 'interacting'], ['gegenerat', 'interacting', 'clients'], ['interacting', 'clients', 'call'], ['clients', 'call', 'suggesting'], ['call', 'suggesting', 'property'], ['suggesting', 'property', 'flat'], ['property', 'flat', 'bunglows'], ['flat', 'bunglows', 'n'], ['bunglows', 'n', 'a'], ['n', 'a', 'plots'], ['a', 'plots', 'row'], ['plots', 'row', 'houses'], ['row', 'houses', 'per'], ['houses', 'per', 'requirement'], ['per', 'requirement', 'meeting'], ['requirement', 'meeting', 'new'], ['meeting', 'new', 'channel'], ['new', 'channel', 'partners'], ['channel', 'partners', 'maintain'], ['partners', 'maintain', 'relationship'], ['maintain', 'relationship', 'channel'], ['relationship', 'channel', 'partners'], ['channel', 'partners', 'leads'], ['partners', 'leads', 'achieving'], ['leads', 'achieving', 'monthly'], ['achieving', 'monthly', 'targets'], ['monthly', 'targets', 'maintaining'], ['targets', 'maintaining', 'reports'], ['maintaining', 'reports', 'updating'], ['reports', 'updating', 'seniors'], ['updating', 'seniors', 'daily'], ['seniors', 'daily', 'activities'], ['daily', 'activities', 'company'], ['activities', 'company', 'bookmyflat'], ['company', 'bookmyflat', 'com'], ['bookmyflat', 'com', 'description'], ['com', 'description', 'arranging'], ['description', 'arranging', 'site'], ['arranging', 'site', 'visit'], ['site', 'visit', 'client'], ['visit', 'client', 'lead'], ['client', 'lead', 'generated'], ['lead', 'generated', 'closing'], ['generated', 'closing', 'deal'], ['closing', 'deal', 'suggesting'], ['deal', 'suggesting', 'appropriate'], ['suggesting', 'appropriate', 'residential'], ['appropriate', 'residential', 'property'], ['residential', 'property', 'clients'], ['property', 'clients', 'per'], ['clients', 'per', 'budget'], ['it', 'skills', 'ms', 'office'], ['skills', 'ms', 'office', 'photoshop'], ['ms', 'office', 'photoshop', 'sql'], ['office', 'photoshop', 'sql', 'server'], ['photoshop', 'sql', 'server', 'education'], ['sql', 'server', 'education', 'details'], ['server', 'education', 'details', 'june'], ['education', 'details', 'june', '2015'], ['details', 'june', '2015', 'bachelor'], ['june', '2015', 'bachelor', 'yashwantrao'], ['2015', 'bachelor', 'yashwantrao', 'chavan'], ['bachelor', 'yashwantrao', 'chavan', 'maharashtra'], ['yashwantrao', 'chavan', 'maharashtra', 'university'], ['chavan', 'maharashtra', 'university', 'sales'], ['maharashtra', 'university', 'sales', 'manager'], ['university', 'sales', 'manager', 'sales'], ['sales', 'manager', 'sales', 'manager'], ['manager', 'sales', 'manager', 'skill'], ['sales', 'manager', 'skill', 'details'], ['manager', 'skill', 'details', 'ms'], ['skill', 'details', 'ms', 'office'], ['details', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', '6'], ['office', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ms'], ['6', 'months', 'ms', 'sql'], ['months', 'ms', 'sql', 'server'], ['ms', 'sql', 'server', 'exprience'], ['sql', 'server', 'exprience', '6'], ['server', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'photoshop'], ['6', 'months', 'photoshop', 'exprience'], ['months', 'photoshop', 'exprience', '6'], ['photoshop', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'sql'], ['6', 'months', 'sql', 'exprience'], ['months', 'sql', 'exprience', '6'], ['sql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'sql'], ['6', 'months', 'sql', 'server'], ['months', 'sql', 'server', 'exprience'], ['sql', 'server', 'exprience', '6'], ['server', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'nature'], ['details', 'company', 'nature', 'of'], ['company', 'nature', 'of', 'work'], ['nature', 'of', 'work', 'description'], ['of', 'work', 'description', 'generating'], ['work', 'description', 'generating', 'leads'], ['description', 'generating', 'leads', 'calls'], ['generating', 'leads', 'calls', 'suggesting'], ['leads', 'calls', 'suggesting', 'residential'], ['calls', 'suggesting', 'residential', 'property'], ['suggesting', 'residential', 'property', 'per'], ['residential', 'property', 'per', 'clients'], ['property', 'per', 'clients', 'budget'], ['per', 'clients', 'budget', 'specification'], ['clients', 'budget', 'specification', 'building'], ['budget', 'specification', 'building', 'relationship'], ['specification', 'building', 'relationship', 'channel'], ['building', 'relationship', 'channel', 'partner'], ['relationship', 'channel', 'partner', 'meeting'], ['channel', 'partner', 'meeting', 'clients'], ['partner', 'meeting', 'clients', 'project'], ['meeting', 'clients', 'project', 'presentation'], ['clients', 'project', 'presentation', 'follow'], ['project', 'presentation', 'follow', 'site'], ['presentation', 'follow', 'site', 'visit'], ['follow', 'site', 'visit', 'deal'], ['site', 'visit', 'deal', 'closure'], ['visit', 'deal', 'closure', 'worked'], ['deal', 'closure', 'worked', 'icici'], ['closure', 'worked', 'icici', 'merchant'], ['worked', 'icici', 'merchant', 'services'], ['icici', 'merchant', 'services', 'hgs'], ['merchant', 'services', 'hgs', 'payroll'], ['services', 'hgs', 'payroll', 'as'], ['hgs', 'payroll', 'as', 'sales'], ['payroll', 'as', 'sales', 'manager'], ['as', 'sales', 'manager', '16th'], ['sales', 'manager', '16th', 'jan'], ['manager', '16th', 'jan', '2017'], ['16th', 'jan', '2017', 'till'], ['jan', '2017', 'till', '30th'], ['2017', 'till', '30th', 'aug'], ['till', '30th', 'aug', '2018'], ['30th', 'aug', '2018', 'nature'], ['aug', '2018', 'nature', 'work'], ['2018', 'nature', 'work', 'sales'], ['nature', 'work', 'sales', 'of'], ['work', 'sales', 'of', 'pos'], ['sales', 'of', 'pos', 'edc'], ['of', 'pos', 'edc', 'machine'], ['pos', 'edc', 'machine', 'sme'], ['edc', 'machine', 'sme', 'loan'], ['machine', 'sme', 'loan', 'loan'], ['sme', 'loan', 'loan', 'electronic'], ['loan', 'loan', 'electronic', 'payment'], ['loan', 'electronic', 'payment', 'acquiring'], ['electronic', 'payment', 'acquiring', 'new'], ['payment', 'acquiring', 'new', 'merchants'], ['acquiring', 'new', 'merchants', 'and'], ['new', 'merchants', 'and', 'retaing'], ['merchants', 'and', 'retaing', 'existing'], ['and', 'retaing', 'existing', 'merchants'], ['retaing', 'existing', 'merchants', 'cold'], ['existing', 'merchants', 'cold', 'calling'], ['merchants', 'cold', 'calling', 'with'], ['cold', 'calling', 'with', 'casa'], ['calling', 'with', 'casa', 'team'], ['with', 'casa', 'team', 'icici'], ['casa', 'team', 'icici', 'bank'], ['team', 'icici', 'bank', 'generating'], ['icici', 'bank', 'generating', 'leads'], ['bank', 'generating', 'leads', 'field'], ['generating', 'leads', 'field', 'visit'], ['leads', 'field', 'visit', 'providing'], ['field', 'visit', 'providing', 'demo'], ['visit', 'providing', 'demo', 'retailers'], ['providing', 'demo', 'retailers', 'shopkeeper'], ['demo', 'retailers', 'shopkeeper', 'sme'], ['retailers', 'shopkeeper', 'sme', 'corporate'], ['shopkeeper', 'sme', 'corporate', 'merchant'], ['sme', 'corporate', 'merchant', 'closing'], ['corporate', 'merchant', 'closing', 'signup'], ['merchant', 'closing', 'signup', 'worked'], ['closing', 'signup', 'worked', 'mahal'], ['signup', 'worked', 'mahal', 'pvt'], ['worked', 'mahal', 'pvt', 'ltd'], ['mahal', 'pvt', 'ltd', 'sr'], ['pvt', 'ltd', 'sr', 'sales'], ['ltd', 'sr', 'sales', 'executive'], ['sr', 'sales', 'executive', '04th'], ['sales', 'executive', '04th', 'mar'], ['executive', '04th', 'mar', '2016'], ['04th', 'mar', '2016', '03'], ['mar', '2016', '03', 'jan'], ['2016', '03', 'jan', '2017'], ['03', 'jan', '2017', 'nature'], ['jan', '2017', 'nature', 'work'], ['2017', 'nature', 'work', 'calling'], ['nature', 'work', 'calling', 'leads'], ['work', 'calling', 'leads', 'gegenerat'], ['calling', 'leads', 'gegenerat', 'interacting'], ['leads', 'gegenerat', 'interacting', 'clients'], ['gegenerat', 'interacting', 'clients', 'call'], ['interacting', 'clients', 'call', 'suggesting'], ['clients', 'call', 'suggesting', 'property'], ['call', 'suggesting', 'property', 'flat'], ['suggesting', 'property', 'flat', 'bunglows'], ['property', 'flat', 'bunglows', 'n'], ['flat', 'bunglows', 'n', 'a'], ['bunglows', 'n', 'a', 'plots'], ['n', 'a', 'plots', 'row'], ['a', 'plots', 'row', 'houses'], ['plots', 'row', 'houses', 'per'], ['row', 'houses', 'per', 'requirement'], ['houses', 'per', 'requirement', 'meeting'], ['per', 'requirement', 'meeting', 'new'], ['requirement', 'meeting', 'new', 'channel'], ['meeting', 'new', 'channel', 'partners'], ['new', 'channel', 'partners', 'maintain'], ['channel', 'partners', 'maintain', 'relationship'], ['partners', 'maintain', 'relationship', 'channel'], ['maintain', 'relationship', 'channel', 'partners'], ['relationship', 'channel', 'partners', 'leads'], ['channel', 'partners', 'leads', 'achieving'], ['partners', 'leads', 'achieving', 'monthly'], ['leads', 'achieving', 'monthly', 'targets'], ['achieving', 'monthly', 'targets', 'maintaining'], ['monthly', 'targets', 'maintaining', 'reports'], ['targets', 'maintaining', 'reports', 'updating'], ['maintaining', 'reports', 'updating', 'seniors'], ['reports', 'updating', 'seniors', 'daily'], ['updating', 'seniors', 'daily', 'activities'], ['seniors', 'daily', 'activities', 'company'], ['daily', 'activities', 'company', 'bookmyflat'], ['activities', 'company', 'bookmyflat', 'com'], ['company', 'bookmyflat', 'com', 'description'], ['bookmyflat', 'com', 'description', 'arranging'], ['com', 'description', 'arranging', 'site'], ['description', 'arranging', 'site', 'visit'], ['arranging', 'site', 'visit', 'client'], ['site', 'visit', 'client', 'lead'], ['visit', 'client', 'lead', 'generated'], ['client', 'lead', 'generated', 'closing'], ['lead', 'generated', 'closing', 'deal'], ['generated', 'closing', 'deal', 'suggesting'], ['closing', 'deal', 'suggesting', 'appropriate'], ['deal', 'suggesting', 'appropriate', 'residential'], ['suggesting', 'appropriate', 'residential', 'property'], ['appropriate', 'residential', 'property', 'clients'], ['residential', 'property', 'clients', 'per'], ['property', 'clients', 'per', 'budget'], ['it', 'skills', 'ms', 'office', 'photoshop'], ['skills', 'ms', 'office', 'photoshop', 'sql'], ['ms', 'office', 'photoshop', 'sql', 'server'], ['office', 'photoshop', 'sql', 'server', 'education'], ['photoshop', 'sql', 'server', 'education', 'details'], ['sql', 'server', 'education', 'details', 'june'], ['server', 'education', 'details', 'june', '2015'], ['education', 'details', 'june', '2015', 'bachelor'], ['details', 'june', '2015', 'bachelor', 'yashwantrao'], ['june', '2015', 'bachelor', 'yashwantrao', 'chavan'], ['2015', 'bachelor', 'yashwantrao', 'chavan', 'maharashtra'], ['bachelor', 'yashwantrao', 'chavan', 'maharashtra', 'university'], ['yashwantrao', 'chavan', 'maharashtra', 'university', 'sales'], ['chavan', 'maharashtra', 'university', 'sales', 'manager'], ['maharashtra', 'university', 'sales', 'manager', 'sales'], ['university', 'sales', 'manager', 'sales', 'manager'], ['sales', 'manager', 'sales', 'manager', 'skill'], ['manager', 'sales', 'manager', 'skill', 'details'], ['sales', 'manager', 'skill', 'details', 'ms'], ['manager', 'skill', 'details', 'ms', 'office'], ['skill', 'details', 'ms', 'office', 'exprience'], ['details', 'ms', 'office', 'exprience', '6'], ['ms', 'office', 'exprience', '6', 'months'], ['office', 'exprience', '6', 'months', 'ms'], ['exprience', '6', 'months', 'ms', 'sql'], ['6', 'months', 'ms', 'sql', 'server'], ['months', 'ms', 'sql', 'server', 'exprience'], ['ms', 'sql', 'server', 'exprience', '6'], ['sql', 'server', 'exprience', '6', 'months'], ['server', 'exprience', '6', 'months', 'photoshop'], ['exprience', '6', 'months', 'photoshop', 'exprience'], ['6', 'months', 'photoshop', 'exprience', '6'], ['months', 'photoshop', 'exprience', '6', 'months'], ['photoshop', 'exprience', '6', 'months', 'sql'], ['exprience', '6', 'months', 'sql', 'exprience'], ['6', 'months', 'sql', 'exprience', '6'], ['months', 'sql', 'exprience', '6', 'months'], ['sql', 'exprience', '6', 'months', 'sql'], ['exprience', '6', 'months', 'sql', 'server'], ['6', 'months', 'sql', 'server', 'exprience'], ['months', 'sql', 'server', 'exprience', '6'], ['sql', 'server', 'exprience', '6', 'monthscompany'], ['server', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'nature'], ['monthscompany', 'details', 'company', 'nature', 'of'], ['details', 'company', 'nature', 'of', 'work'], ['company', 'nature', 'of', 'work', 'description'], ['nature', 'of', 'work', 'description', 'generating'], ['of', 'work', 'description', 'generating', 'leads'], ['work', 'description', 'generating', 'leads', 'calls'], ['description', 'generating', 'leads', 'calls', 'suggesting'], ['generating', 'leads', 'calls', 'suggesting', 'residential'], ['leads', 'calls', 'suggesting', 'residential', 'property'], ['calls', 'suggesting', 'residential', 'property', 'per'], ['suggesting', 'residential', 'property', 'per', 'clients'], ['residential', 'property', 'per', 'clients', 'budget'], ['property', 'per', 'clients', 'budget', 'specification'], ['per', 'clients', 'budget', 'specification', 'building'], ['clients', 'budget', 'specification', 'building', 'relationship'], ['budget', 'specification', 'building', 'relationship', 'channel'], ['specification', 'building', 'relationship', 'channel', 'partner'], ['building', 'relationship', 'channel', 'partner', 'meeting'], ['relationship', 'channel', 'partner', 'meeting', 'clients'], ['channel', 'partner', 'meeting', 'clients', 'project'], ['partner', 'meeting', 'clients', 'project', 'presentation'], ['meeting', 'clients', 'project', 'presentation', 'follow'], ['clients', 'project', 'presentation', 'follow', 'site'], ['project', 'presentation', 'follow', 'site', 'visit'], ['presentation', 'follow', 'site', 'visit', 'deal'], ['follow', 'site', 'visit', 'deal', 'closure'], ['site', 'visit', 'deal', 'closure', 'worked'], ['visit', 'deal', 'closure', 'worked', 'icici'], ['deal', 'closure', 'worked', 'icici', 'merchant'], ['closure', 'worked', 'icici', 'merchant', 'services'], ['worked', 'icici', 'merchant', 'services', 'hgs'], ['icici', 'merchant', 'services', 'hgs', 'payroll'], ['merchant', 'services', 'hgs', 'payroll', 'as'], ['services', 'hgs', 'payroll', 'as', 'sales'], ['hgs', 'payroll', 'as', 'sales', 'manager'], ['payroll', 'as', 'sales', 'manager', '16th'], ['as', 'sales', 'manager', '16th', 'jan'], ['sales', 'manager', '16th', 'jan', '2017'], ['manager', '16th', 'jan', '2017', 'till'], ['16th', 'jan', '2017', 'till', '30th'], ['jan', '2017', 'till', '30th', 'aug'], ['2017', 'till', '30th', 'aug', '2018'], ['till', '30th', 'aug', '2018', 'nature'], ['30th', 'aug', '2018', 'nature', 'work'], ['aug', '2018', 'nature', 'work', 'sales'], ['2018', 'nature', 'work', 'sales', 'of'], ['nature', 'work', 'sales', 'of', 'pos'], ['work', 'sales', 'of', 'pos', 'edc'], ['sales', 'of', 'pos', 'edc', 'machine'], ['of', 'pos', 'edc', 'machine', 'sme'], ['pos', 'edc', 'machine', 'sme', 'loan'], ['edc', 'machine', 'sme', 'loan', 'loan'], ['machine', 'sme', 'loan', 'loan', 'electronic'], ['sme', 'loan', 'loan', 'electronic', 'payment'], ['loan', 'loan', 'electronic', 'payment', 'acquiring'], ['loan', 'electronic', 'payment', 'acquiring', 'new'], ['electronic', 'payment', 'acquiring', 'new', 'merchants'], ['payment', 'acquiring', 'new', 'merchants', 'and'], ['acquiring', 'new', 'merchants', 'and', 'retaing'], ['new', 'merchants', 'and', 'retaing', 'existing'], ['merchants', 'and', 'retaing', 'existing', 'merchants'], ['and', 'retaing', 'existing', 'merchants', 'cold'], ['retaing', 'existing', 'merchants', 'cold', 'calling'], ['existing', 'merchants', 'cold', 'calling', 'with'], ['merchants', 'cold', 'calling', 'with', 'casa'], ['cold', 'calling', 'with', 'casa', 'team'], ['calling', 'with', 'casa', 'team', 'icici'], ['with', 'casa', 'team', 'icici', 'bank'], ['casa', 'team', 'icici', 'bank', 'generating'], ['team', 'icici', 'bank', 'generating', 'leads'], ['icici', 'bank', 'generating', 'leads', 'field'], ['bank', 'generating', 'leads', 'field', 'visit'], ['generating', 'leads', 'field', 'visit', 'providing'], ['leads', 'field', 'visit', 'providing', 'demo'], ['field', 'visit', 'providing', 'demo', 'retailers'], ['visit', 'providing', 'demo', 'retailers', 'shopkeeper'], ['providing', 'demo', 'retailers', 'shopkeeper', 'sme'], ['demo', 'retailers', 'shopkeeper', 'sme', 'corporate'], ['retailers', 'shopkeeper', 'sme', 'corporate', 'merchant'], ['shopkeeper', 'sme', 'corporate', 'merchant', 'closing'], ['sme', 'corporate', 'merchant', 'closing', 'signup'], ['corporate', 'merchant', 'closing', 'signup', 'worked'], ['merchant', 'closing', 'signup', 'worked', 'mahal'], ['closing', 'signup', 'worked', 'mahal', 'pvt'], ['signup', 'worked', 'mahal', 'pvt', 'ltd'], ['worked', 'mahal', 'pvt', 'ltd', 'sr'], ['mahal', 'pvt', 'ltd', 'sr', 'sales'], ['pvt', 'ltd', 'sr', 'sales', 'executive'], ['ltd', 'sr', 'sales', 'executive', '04th'], ['sr', 'sales', 'executive', '04th', 'mar'], ['sales', 'executive', '04th', 'mar', '2016'], ['executive', '04th', 'mar', '2016', '03'], ['04th', 'mar', '2016', '03', 'jan'], ['mar', '2016', '03', 'jan', '2017'], ['2016', '03', 'jan', '2017', 'nature'], ['03', 'jan', '2017', 'nature', 'work'], ['jan', '2017', 'nature', 'work', 'calling'], ['2017', 'nature', 'work', 'calling', 'leads'], ['nature', 'work', 'calling', 'leads', 'gegenerat'], ['work', 'calling', 'leads', 'gegenerat', 'interacting'], ['calling', 'leads', 'gegenerat', 'interacting', 'clients'], ['leads', 'gegenerat', 'interacting', 'clients', 'call'], ['gegenerat', 'interacting', 'clients', 'call', 'suggesting'], ['interacting', 'clients', 'call', 'suggesting', 'property'], ['clients', 'call', 'suggesting', 'property', 'flat'], ['call', 'suggesting', 'property', 'flat', 'bunglows'], ['suggesting', 'property', 'flat', 'bunglows', 'n'], ['property', 'flat', 'bunglows', 'n', 'a'], ['flat', 'bunglows', 'n', 'a', 'plots'], ['bunglows', 'n', 'a', 'plots', 'row'], ['n', 'a', 'plots', 'row', 'houses'], ['a', 'plots', 'row', 'houses', 'per'], ['plots', 'row', 'houses', 'per', 'requirement'], ['row', 'houses', 'per', 'requirement', 'meeting'], ['houses', 'per', 'requirement', 'meeting', 'new'], ['per', 'requirement', 'meeting', 'new', 'channel'], ['requirement', 'meeting', 'new', 'channel', 'partners'], ['meeting', 'new', 'channel', 'partners', 'maintain'], ['new', 'channel', 'partners', 'maintain', 'relationship'], ['channel', 'partners', 'maintain', 'relationship', 'channel'], ['partners', 'maintain', 'relationship', 'channel', 'partners'], ['maintain', 'relationship', 'channel', 'partners', 'leads'], ['relationship', 'channel', 'partners', 'leads', 'achieving'], ['channel', 'partners', 'leads', 'achieving', 'monthly'], ['partners', 'leads', 'achieving', 'monthly', 'targets'], ['leads', 'achieving', 'monthly', 'targets', 'maintaining'], ['achieving', 'monthly', 'targets', 'maintaining', 'reports'], ['monthly', 'targets', 'maintaining', 'reports', 'updating'], ['targets', 'maintaining', 'reports', 'updating', 'seniors'], ['maintaining', 'reports', 'updating', 'seniors', 'daily'], ['reports', 'updating', 'seniors', 'daily', 'activities'], ['updating', 'seniors', 'daily', 'activities', 'company'], ['seniors', 'daily', 'activities', 'company', 'bookmyflat'], ['daily', 'activities', 'company', 'bookmyflat', 'com'], ['activities', 'company', 'bookmyflat', 'com', 'description'], ['company', 'bookmyflat', 'com', 'description', 'arranging'], ['bookmyflat', 'com', 'description', 'arranging', 'site'], ['com', 'description', 'arranging', 'site', 'visit'], ['description', 'arranging', 'site', 'visit', 'client'], ['arranging', 'site', 'visit', 'client', 'lead'], ['site', 'visit', 'client', 'lead', 'generated'], ['visit', 'client', 'lead', 'generated', 'closing'], ['client', 'lead', 'generated', 'closing', 'deal'], ['lead', 'generated', 'closing', 'deal', 'suggesting'], ['generated', 'closing', 'deal', 'suggesting', 'appropriate'], ['closing', 'deal', 'suggesting', 'appropriate', 'residential'], ['deal', 'suggesting', 'appropriate', 'residential', 'property'], ['suggesting', 'appropriate', 'residential', 'property', 'clients'], ['appropriate', 'residential', 'property', 'clients', 'per'], ['residential', 'property', 'clients', 'per', 'budget'], ['it', 'skills', 'ms', 'office', 'photoshop', 'sql'], ['skills', 'ms', 'office', 'photoshop', 'sql', 'server'], ['ms', 'office', 'photoshop', 'sql', 'server', 'education'], ['office', 'photoshop', 'sql', 'server', 'education', 'details'], ['photoshop', 'sql', 'server', 'education', 'details', 'june'], ['sql', 'server', 'education', 'details', 'june', '2015'], ['server', 'education', 'details', 'june', '2015', 'bachelor'], ['education', 'details', 'june', '2015', 'bachelor', 'yashwantrao'], ['details', 'june', '2015', 'bachelor', 'yashwantrao', 'chavan'], ['june', '2015', 'bachelor', 'yashwantrao', 'chavan', 'maharashtra'], ['2015', 'bachelor', 'yashwantrao', 'chavan', 'maharashtra', 'university'], ['bachelor', 'yashwantrao', 'chavan', 'maharashtra', 'university', 'sales'], ['yashwantrao', 'chavan', 'maharashtra', 'university', 'sales', 'manager'], ['chavan', 'maharashtra', 'university', 'sales', 'manager', 'sales'], ['maharashtra', 'university', 'sales', 'manager', 'sales', 'manager'], ...], [['skill'], ['sets'], ['multi'], ['tasking'], ['collaborative'], ['optimistic'], ['thinking'], ['effective'], ['teamleader'], ['team'], ['trainer'], ['visualizing'], ['work'], ['done'], ['good'], ['grip'], ['communication'], ['various'], ['languages'], ['known'], ['value'], ['loyalty'], ['loyal'], ['towards'], ['responsibility'], ['compatible'], ['working'], ['ms'], ['officeeducation'], ['details'], ['january'], ['2017'], ['mba'], ['marketing'], ['sales'], ['amity'], ['university'], ['january'], ['2015'], ['bsc'], ['hotel'], ['management'], ['p'], ['s'], ['g'], ['college'], ['arts'], ['sciences'], ['institution'], ['university'], ['board'], ['sales'], ['manager'], ['sales'], ['marketing'], ['management'], ['skill'], ['details'], ['ms'], ['office'], ['exprience'], ['4'], ['monthscompany'], ['details'], ['company'], ['cohesive'], ['technologies'], ['description'], ['i'], ['responsible'], ['managing'], ['company'], ['business'], ['mumbai'], ['area'], ['along'], ['branch'], ['manager'], ['i'], ['follow'], ['leads'], ['given'], ['corporate'], ['office'], ['i'], ['meet'], ['personally'], ['give'], ['best'], ['solutions'], ['product'], ['suitable'], ['business'], ['i'], ['even'], ['generate'], ['leads'], ['calling'], ['clients'], ['cold'], ['call'], ['my'], ['job'], ['like'], ['entrepreneur'], ['basically'], ['involves'], ['managing'], ['small'], ['business'], ['skill', 'sets'], ['sets', 'multi'], ['multi', 'tasking'], ['tasking', 'collaborative'], ['collaborative', 'optimistic'], ['optimistic', 'thinking'], ['thinking', 'effective'], ['effective', 'teamleader'], ['teamleader', 'team'], ['team', 'trainer'], ['trainer', 'visualizing'], ['visualizing', 'work'], ['work', 'done'], ['done', 'good'], ['good', 'grip'], ['grip', 'communication'], ['communication', 'various'], ['various', 'languages'], ['languages', 'known'], ['known', 'value'], ['value', 'loyalty'], ['loyalty', 'loyal'], ['loyal', 'towards'], ['towards', 'responsibility'], ['responsibility', 'compatible'], ['compatible', 'working'], ['working', 'ms'], ['ms', 'officeeducation'], ['officeeducation', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'mba'], ['mba', 'marketing'], ['marketing', 'sales'], ['sales', 'amity'], ['amity', 'university'], ['university', 'january'], ['january', '2015'], ['2015', 'bsc'], ['bsc', 'hotel'], ['hotel', 'management'], ['management', 'p'], ['p', 's'], ['s', 'g'], ['g', 'college'], ['college', 'arts'], ['arts', 'sciences'], ['sciences', 'institution'], ['institution', 'university'], ['university', 'board'], ['board', 'sales'], ['sales', 'manager'], ['manager', 'sales'], ['sales', 'marketing'], ['marketing', 'management'], ['management', 'skill'], ['skill', 'details'], ['details', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', '4'], ['4', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'cohesive'], ['cohesive', 'technologies'], ['technologies', 'description'], ['description', 'i'], ['i', 'responsible'], ['responsible', 'managing'], ['managing', 'company'], ['company', 'business'], ['business', 'mumbai'], ['mumbai', 'area'], ['area', 'along'], ['along', 'branch'], ['branch', 'manager'], ['manager', 'i'], ['i', 'follow'], ['follow', 'leads'], ['leads', 'given'], ['given', 'corporate'], ['corporate', 'office'], ['office', 'i'], ['i', 'meet'], ['meet', 'personally'], ['personally', 'give'], ['give', 'best'], ['best', 'solutions'], ['solutions', 'product'], ['product', 'suitable'], ['suitable', 'business'], ['business', 'i'], ['i', 'even'], ['even', 'generate'], ['generate', 'leads'], ['leads', 'calling'], ['calling', 'clients'], ['clients', 'cold'], ['cold', 'call'], ['call', 'my'], ['my', 'job'], ['job', 'like'], ['like', 'entrepreneur'], ['entrepreneur', 'basically'], ['basically', 'involves'], ['involves', 'managing'], ['managing', 'small'], ['small', 'business'], ['skill', 'sets', 'multi'], ['sets', 'multi', 'tasking'], ['multi', 'tasking', 'collaborative'], ['tasking', 'collaborative', 'optimistic'], ['collaborative', 'optimistic', 'thinking'], ['optimistic', 'thinking', 'effective'], ['thinking', 'effective', 'teamleader'], ['effective', 'teamleader', 'team'], ['teamleader', 'team', 'trainer'], ['team', 'trainer', 'visualizing'], ['trainer', 'visualizing', 'work'], ['visualizing', 'work', 'done'], ['work', 'done', 'good'], ['done', 'good', 'grip'], ['good', 'grip', 'communication'], ['grip', 'communication', 'various'], ['communication', 'various', 'languages'], ['various', 'languages', 'known'], ['languages', 'known', 'value'], ['known', 'value', 'loyalty'], ['value', 'loyalty', 'loyal'], ['loyalty', 'loyal', 'towards'], ['loyal', 'towards', 'responsibility'], ['towards', 'responsibility', 'compatible'], ['responsibility', 'compatible', 'working'], ['compatible', 'working', 'ms'], ['working', 'ms', 'officeeducation'], ['ms', 'officeeducation', 'details'], ['officeeducation', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'mba'], ['2017', 'mba', 'marketing'], ['mba', 'marketing', 'sales'], ['marketing', 'sales', 'amity'], ['sales', 'amity', 'university'], ['amity', 'university', 'january'], ['university', 'january', '2015'], ['january', '2015', 'bsc'], ['2015', 'bsc', 'hotel'], ['bsc', 'hotel', 'management'], ['hotel', 'management', 'p'], ['management', 'p', 's'], ['p', 's', 'g'], ['s', 'g', 'college'], ['g', 'college', 'arts'], ['college', 'arts', 'sciences'], ['arts', 'sciences', 'institution'], ['sciences', 'institution', 'university'], ['institution', 'university', 'board'], ['university', 'board', 'sales'], ['board', 'sales', 'manager'], ['sales', 'manager', 'sales'], ['manager', 'sales', 'marketing'], ['sales', 'marketing', 'management'], ['marketing', 'management', 'skill'], ['management', 'skill', 'details'], ['skill', 'details', 'ms'], ['details', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', '4'], ['exprience', '4', 'monthscompany'], ['4', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'cohesive'], ['company', 'cohesive', 'technologies'], ['cohesive', 'technologies', 'description'], ['technologies', 'description', 'i'], ['description', 'i', 'responsible'], ['i', 'responsible', 'managing'], ['responsible', 'managing', 'company'], ['managing', 'company', 'business'], ['company', 'business', 'mumbai'], ['business', 'mumbai', 'area'], ['mumbai', 'area', 'along'], ['area', 'along', 'branch'], ['along', 'branch', 'manager'], ['branch', 'manager', 'i'], ['manager', 'i', 'follow'], ['i', 'follow', 'leads'], ['follow', 'leads', 'given'], ['leads', 'given', 'corporate'], ['given', 'corporate', 'office'], ['corporate', 'office', 'i'], ['office', 'i', 'meet'], ['i', 'meet', 'personally'], ['meet', 'personally', 'give'], ['personally', 'give', 'best'], ['give', 'best', 'solutions'], ['best', 'solutions', 'product'], ['solutions', 'product', 'suitable'], ['product', 'suitable', 'business'], ['suitable', 'business', 'i'], ['business', 'i', 'even'], ['i', 'even', 'generate'], ['even', 'generate', 'leads'], ['generate', 'leads', 'calling'], ['leads', 'calling', 'clients'], ['calling', 'clients', 'cold'], ['clients', 'cold', 'call'], ['cold', 'call', 'my'], ['call', 'my', 'job'], ['my', 'job', 'like'], ['job', 'like', 'entrepreneur'], ['like', 'entrepreneur', 'basically'], ['entrepreneur', 'basically', 'involves'], ['basically', 'involves', 'managing'], ['involves', 'managing', 'small'], ['managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking'], ['sets', 'multi', 'tasking', 'collaborative'], ['multi', 'tasking', 'collaborative', 'optimistic'], ['tasking', 'collaborative', 'optimistic', 'thinking'], ['collaborative', 'optimistic', 'thinking', 'effective'], ['optimistic', 'thinking', 'effective', 'teamleader'], ['thinking', 'effective', 'teamleader', 'team'], ['effective', 'teamleader', 'team', 'trainer'], ['teamleader', 'team', 'trainer', 'visualizing'], ['team', 'trainer', 'visualizing', 'work'], ['trainer', 'visualizing', 'work', 'done'], ['visualizing', 'work', 'done', 'good'], ['work', 'done', 'good', 'grip'], ['done', 'good', 'grip', 'communication'], ['good', 'grip', 'communication', 'various'], ['grip', 'communication', 'various', 'languages'], ['communication', 'various', 'languages', 'known'], ['various', 'languages', 'known', 'value'], ['languages', 'known', 'value', 'loyalty'], ['known', 'value', 'loyalty', 'loyal'], ['value', 'loyalty', 'loyal', 'towards'], ['loyalty', 'loyal', 'towards', 'responsibility'], ['loyal', 'towards', 'responsibility', 'compatible'], ['towards', 'responsibility', 'compatible', 'working'], ['responsibility', 'compatible', 'working', 'ms'], ['compatible', 'working', 'ms', 'officeeducation'], ['working', 'ms', 'officeeducation', 'details'], ['ms', 'officeeducation', 'details', 'january'], ['officeeducation', 'details', 'january', '2017'], ['details', 'january', '2017', 'mba'], ['january', '2017', 'mba', 'marketing'], ['2017', 'mba', 'marketing', 'sales'], ['mba', 'marketing', 'sales', 'amity'], ['marketing', 'sales', 'amity', 'university'], ['sales', 'amity', 'university', 'january'], ['amity', 'university', 'january', '2015'], ['university', 'january', '2015', 'bsc'], ['january', '2015', 'bsc', 'hotel'], ['2015', 'bsc', 'hotel', 'management'], ['bsc', 'hotel', 'management', 'p'], ['hotel', 'management', 'p', 's'], ['management', 'p', 's', 'g'], ['p', 's', 'g', 'college'], ['s', 'g', 'college', 'arts'], ['g', 'college', 'arts', 'sciences'], ['college', 'arts', 'sciences', 'institution'], ['arts', 'sciences', 'institution', 'university'], ['sciences', 'institution', 'university', 'board'], ['institution', 'university', 'board', 'sales'], ['university', 'board', 'sales', 'manager'], ['board', 'sales', 'manager', 'sales'], ['sales', 'manager', 'sales', 'marketing'], ['manager', 'sales', 'marketing', 'management'], ['sales', 'marketing', 'management', 'skill'], ['marketing', 'management', 'skill', 'details'], ['management', 'skill', 'details', 'ms'], ['skill', 'details', 'ms', 'office'], ['details', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', '4'], ['office', 'exprience', '4', 'monthscompany'], ['exprience', '4', 'monthscompany', 'details'], ['4', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'cohesive'], ['details', 'company', 'cohesive', 'technologies'], ['company', 'cohesive', 'technologies', 'description'], ['cohesive', 'technologies', 'description', 'i'], ['technologies', 'description', 'i', 'responsible'], ['description', 'i', 'responsible', 'managing'], ['i', 'responsible', 'managing', 'company'], ['responsible', 'managing', 'company', 'business'], ['managing', 'company', 'business', 'mumbai'], ['company', 'business', 'mumbai', 'area'], ['business', 'mumbai', 'area', 'along'], ['mumbai', 'area', 'along', 'branch'], ['area', 'along', 'branch', 'manager'], ['along', 'branch', 'manager', 'i'], ['branch', 'manager', 'i', 'follow'], ['manager', 'i', 'follow', 'leads'], ['i', 'follow', 'leads', 'given'], ['follow', 'leads', 'given', 'corporate'], ['leads', 'given', 'corporate', 'office'], ['given', 'corporate', 'office', 'i'], ['corporate', 'office', 'i', 'meet'], ['office', 'i', 'meet', 'personally'], ['i', 'meet', 'personally', 'give'], ['meet', 'personally', 'give', 'best'], ['personally', 'give', 'best', 'solutions'], ['give', 'best', 'solutions', 'product'], ['best', 'solutions', 'product', 'suitable'], ['solutions', 'product', 'suitable', 'business'], ['product', 'suitable', 'business', 'i'], ['suitable', 'business', 'i', 'even'], ['business', 'i', 'even', 'generate'], ['i', 'even', 'generate', 'leads'], ['even', 'generate', 'leads', 'calling'], ['generate', 'leads', 'calling', 'clients'], ['leads', 'calling', 'clients', 'cold'], ['calling', 'clients', 'cold', 'call'], ['clients', 'cold', 'call', 'my'], ['cold', 'call', 'my', 'job'], ['call', 'my', 'job', 'like'], ['my', 'job', 'like', 'entrepreneur'], ['job', 'like', 'entrepreneur', 'basically'], ['like', 'entrepreneur', 'basically', 'involves'], ['entrepreneur', 'basically', 'involves', 'managing'], ['basically', 'involves', 'managing', 'small'], ['involves', 'managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking', 'collaborative'], ['sets', 'multi', 'tasking', 'collaborative', 'optimistic'], ['multi', 'tasking', 'collaborative', 'optimistic', 'thinking'], ['tasking', 'collaborative', 'optimistic', 'thinking', 'effective'], ['collaborative', 'optimistic', 'thinking', 'effective', 'teamleader'], ['optimistic', 'thinking', 'effective', 'teamleader', 'team'], ['thinking', 'effective', 'teamleader', 'team', 'trainer'], ['effective', 'teamleader', 'team', 'trainer', 'visualizing'], ['teamleader', 'team', 'trainer', 'visualizing', 'work'], ['team', 'trainer', 'visualizing', 'work', 'done'], ['trainer', 'visualizing', 'work', 'done', 'good'], ['visualizing', 'work', 'done', 'good', 'grip'], ['work', 'done', 'good', 'grip', 'communication'], ['done', 'good', 'grip', 'communication', 'various'], ['good', 'grip', 'communication', 'various', 'languages'], ['grip', 'communication', 'various', 'languages', 'known'], ['communication', 'various', 'languages', 'known', 'value'], ['various', 'languages', 'known', 'value', 'loyalty'], ['languages', 'known', 'value', 'loyalty', 'loyal'], ['known', 'value', 'loyalty', 'loyal', 'towards'], ['value', 'loyalty', 'loyal', 'towards', 'responsibility'], ['loyalty', 'loyal', 'towards', 'responsibility', 'compatible'], ['loyal', 'towards', 'responsibility', 'compatible', 'working'], ['towards', 'responsibility', 'compatible', 'working', 'ms'], ['responsibility', 'compatible', 'working', 'ms', 'officeeducation'], ['compatible', 'working', 'ms', 'officeeducation', 'details'], ['working', 'ms', 'officeeducation', 'details', 'january'], ['ms', 'officeeducation', 'details', 'january', '2017'], ['officeeducation', 'details', 'january', '2017', 'mba'], ['details', 'january', '2017', 'mba', 'marketing'], ['january', '2017', 'mba', 'marketing', 'sales'], ['2017', 'mba', 'marketing', 'sales', 'amity'], ['mba', 'marketing', 'sales', 'amity', 'university'], ['marketing', 'sales', 'amity', 'university', 'january'], ['sales', 'amity', 'university', 'january', '2015'], ['amity', 'university', 'january', '2015', 'bsc'], ['university', 'january', '2015', 'bsc', 'hotel'], ['january', '2015', 'bsc', 'hotel', 'management'], ['2015', 'bsc', 'hotel', 'management', 'p'], ['bsc', 'hotel', 'management', 'p', 's'], ['hotel', 'management', 'p', 's', 'g'], ['management', 'p', 's', 'g', 'college'], ['p', 's', 'g', 'college', 'arts'], ['s', 'g', 'college', 'arts', 'sciences'], ['g', 'college', 'arts', 'sciences', 'institution'], ['college', 'arts', 'sciences', 'institution', 'university'], ['arts', 'sciences', 'institution', 'university', 'board'], ['sciences', 'institution', 'university', 'board', 'sales'], ['institution', 'university', 'board', 'sales', 'manager'], ['university', 'board', 'sales', 'manager', 'sales'], ['board', 'sales', 'manager', 'sales', 'marketing'], ['sales', 'manager', 'sales', 'marketing', 'management'], ['manager', 'sales', 'marketing', 'management', 'skill'], ['sales', 'marketing', 'management', 'skill', 'details'], ['marketing', 'management', 'skill', 'details', 'ms'], ['management', 'skill', 'details', 'ms', 'office'], ['skill', 'details', 'ms', 'office', 'exprience'], ['details', 'ms', 'office', 'exprience', '4'], ['ms', 'office', 'exprience', '4', 'monthscompany'], ['office', 'exprience', '4', 'monthscompany', 'details'], ['exprience', '4', 'monthscompany', 'details', 'company'], ['4', 'monthscompany', 'details', 'company', 'cohesive'], ['monthscompany', 'details', 'company', 'cohesive', 'technologies'], ['details', 'company', 'cohesive', 'technologies', 'description'], ['company', 'cohesive', 'technologies', 'description', 'i'], ['cohesive', 'technologies', 'description', 'i', 'responsible'], ['technologies', 'description', 'i', 'responsible', 'managing'], ['description', 'i', 'responsible', 'managing', 'company'], ['i', 'responsible', 'managing', 'company', 'business'], ['responsible', 'managing', 'company', 'business', 'mumbai'], ['managing', 'company', 'business', 'mumbai', 'area'], ['company', 'business', 'mumbai', 'area', 'along'], ['business', 'mumbai', 'area', 'along', 'branch'], ['mumbai', 'area', 'along', 'branch', 'manager'], ['area', 'along', 'branch', 'manager', 'i'], ['along', 'branch', 'manager', 'i', 'follow'], ['branch', 'manager', 'i', 'follow', 'leads'], ['manager', 'i', 'follow', 'leads', 'given'], ['i', 'follow', 'leads', 'given', 'corporate'], ['follow', 'leads', 'given', 'corporate', 'office'], ['leads', 'given', 'corporate', 'office', 'i'], ['given', 'corporate', 'office', 'i', 'meet'], ['corporate', 'office', 'i', 'meet', 'personally'], ['office', 'i', 'meet', 'personally', 'give'], ['i', 'meet', 'personally', 'give', 'best'], ['meet', 'personally', 'give', 'best', 'solutions'], ['personally', 'give', 'best', 'solutions', 'product'], ['give', 'best', 'solutions', 'product', 'suitable'], ['best', 'solutions', 'product', 'suitable', 'business'], ['solutions', 'product', 'suitable', 'business', 'i'], ['product', 'suitable', 'business', 'i', 'even'], ['suitable', 'business', 'i', 'even', 'generate'], ['business', 'i', 'even', 'generate', 'leads'], ['i', 'even', 'generate', 'leads', 'calling'], ['even', 'generate', 'leads', 'calling', 'clients'], ['generate', 'leads', 'calling', 'clients', 'cold'], ['leads', 'calling', 'clients', 'cold', 'call'], ['calling', 'clients', 'cold', 'call', 'my'], ['clients', 'cold', 'call', 'my', 'job'], ['cold', 'call', 'my', 'job', 'like'], ['call', 'my', 'job', 'like', 'entrepreneur'], ['my', 'job', 'like', 'entrepreneur', 'basically'], ['job', 'like', 'entrepreneur', 'basically', 'involves'], ['like', 'entrepreneur', 'basically', 'involves', 'managing'], ['entrepreneur', 'basically', 'involves', 'managing', 'small'], ['basically', 'involves', 'managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking', 'collaborative', 'optimistic'], ['sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking'], ['multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective'], ['tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader'], ['collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team'], ['optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer'], ['thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing'], ['effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work'], ['teamleader', 'team', 'trainer', 'visualizing', 'work', 'done'], ['team', 'trainer', 'visualizing', 'work', 'done', 'good'], ['trainer', 'visualizing', 'work', 'done', 'good', 'grip'], ['visualizing', 'work', 'done', 'good', 'grip', 'communication'], ['work', 'done', 'good', 'grip', 'communication', 'various'], ['done', 'good', 'grip', 'communication', 'various', 'languages'], ['good', 'grip', 'communication', 'various', 'languages', 'known'], ['grip', 'communication', 'various', 'languages', 'known', 'value'], ['communication', 'various', 'languages', 'known', 'value', 'loyalty'], ['various', 'languages', 'known', 'value', 'loyalty', 'loyal'], ['languages', 'known', 'value', 'loyalty', 'loyal', 'towards'], ['known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility'], ['value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible'], ['loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working'], ['loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms'], ['towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation'], ['responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details'], ['compatible', 'working', 'ms', 'officeeducation', 'details', 'january'], ['working', 'ms', 'officeeducation', 'details', 'january', '2017'], ['ms', 'officeeducation', 'details', 'january', '2017', 'mba'], ['officeeducation', 'details', 'january', '2017', 'mba', 'marketing'], ['details', 'january', '2017', 'mba', 'marketing', 'sales'], ['january', '2017', 'mba', 'marketing', 'sales', 'amity'], ['2017', 'mba', 'marketing', 'sales', 'amity', 'university'], ['mba', 'marketing', 'sales', 'amity', 'university', 'january'], ['marketing', 'sales', 'amity', 'university', 'january', '2015'], ['sales', 'amity', 'university', 'january', '2015', 'bsc'], ['amity', 'university', 'january', '2015', 'bsc', 'hotel'], ['university', 'january', '2015', 'bsc', 'hotel', 'management'], ['january', '2015', 'bsc', 'hotel', 'management', 'p'], ['2015', 'bsc', 'hotel', 'management', 'p', 's'], ['bsc', 'hotel', 'management', 'p', 's', 'g'], ['hotel', 'management', 'p', 's', 'g', 'college'], ['management', 'p', 's', 'g', 'college', 'arts'], ['p', 's', 'g', 'college', 'arts', 'sciences'], ['s', 'g', 'college', 'arts', 'sciences', 'institution'], ['g', 'college', 'arts', 'sciences', 'institution', 'university'], ['college', 'arts', 'sciences', 'institution', 'university', 'board'], ['arts', 'sciences', 'institution', 'university', 'board', 'sales'], ['sciences', 'institution', 'university', 'board', 'sales', 'manager'], ['institution', 'university', 'board', 'sales', 'manager', 'sales'], ['university', 'board', 'sales', 'manager', 'sales', 'marketing'], ['board', 'sales', 'manager', 'sales', 'marketing', 'management'], ['sales', 'manager', 'sales', 'marketing', 'management', 'skill'], ['manager', 'sales', 'marketing', 'management', 'skill', 'details'], ['sales', 'marketing', 'management', 'skill', 'details', 'ms'], ['marketing', 'management', 'skill', 'details', 'ms', 'office'], ['management', 'skill', 'details', 'ms', 'office', 'exprience'], ['skill', 'details', 'ms', 'office', 'exprience', '4'], ['details', 'ms', 'office', 'exprience', '4', 'monthscompany'], ['ms', 'office', 'exprience', '4', 'monthscompany', 'details'], ['office', 'exprience', '4', 'monthscompany', 'details', 'company'], ['exprience', '4', 'monthscompany', 'details', 'company', 'cohesive'], ['4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies'], ['monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description'], ['details', 'company', 'cohesive', 'technologies', 'description', 'i'], ['company', 'cohesive', 'technologies', 'description', 'i', 'responsible'], ['cohesive', 'technologies', 'description', 'i', 'responsible', 'managing'], ['technologies', 'description', 'i', 'responsible', 'managing', 'company'], ['description', 'i', 'responsible', 'managing', 'company', 'business'], ['i', 'responsible', 'managing', 'company', 'business', 'mumbai'], ['responsible', 'managing', 'company', 'business', 'mumbai', 'area'], ['managing', 'company', 'business', 'mumbai', 'area', 'along'], ['company', 'business', 'mumbai', 'area', 'along', 'branch'], ['business', 'mumbai', 'area', 'along', 'branch', 'manager'], ['mumbai', 'area', 'along', 'branch', 'manager', 'i'], ['area', 'along', 'branch', 'manager', 'i', 'follow'], ['along', 'branch', 'manager', 'i', 'follow', 'leads'], ['branch', 'manager', 'i', 'follow', 'leads', 'given'], ['manager', 'i', 'follow', 'leads', 'given', 'corporate'], ['i', 'follow', 'leads', 'given', 'corporate', 'office'], ['follow', 'leads', 'given', 'corporate', 'office', 'i'], ['leads', 'given', 'corporate', 'office', 'i', 'meet'], ['given', 'corporate', 'office', 'i', 'meet', 'personally'], ['corporate', 'office', 'i', 'meet', 'personally', 'give'], ['office', 'i', 'meet', 'personally', 'give', 'best'], ['i', 'meet', 'personally', 'give', 'best', 'solutions'], ['meet', 'personally', 'give', 'best', 'solutions', 'product'], ['personally', 'give', 'best', 'solutions', 'product', 'suitable'], ['give', 'best', 'solutions', 'product', 'suitable', 'business'], ['best', 'solutions', 'product', 'suitable', 'business', 'i'], ['solutions', 'product', 'suitable', 'business', 'i', 'even'], ['product', 'suitable', 'business', 'i', 'even', 'generate'], ['suitable', 'business', 'i', 'even', 'generate', 'leads'], ['business', 'i', 'even', 'generate', 'leads', 'calling'], ['i', 'even', 'generate', 'leads', 'calling', 'clients'], ['even', 'generate', 'leads', 'calling', 'clients', 'cold'], ['generate', 'leads', 'calling', 'clients', 'cold', 'call'], ['leads', 'calling', 'clients', 'cold', 'call', 'my'], ['calling', 'clients', 'cold', 'call', 'my', 'job'], ['clients', 'cold', 'call', 'my', 'job', 'like'], ['cold', 'call', 'my', 'job', 'like', 'entrepreneur'], ['call', 'my', 'job', 'like', 'entrepreneur', 'basically'], ['my', 'job', 'like', 'entrepreneur', 'basically', 'involves'], ['job', 'like', 'entrepreneur', 'basically', 'involves', 'managing'], ['like', 'entrepreneur', 'basically', 'involves', 'managing', 'small'], ['entrepreneur', 'basically', 'involves', 'managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking'], ['sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective'], ['multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader'], ['tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team'], ['collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer'], ['optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing'], ['thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work'], ['effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done'], ['teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good'], ['team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip'], ['trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication'], ['visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various'], ['work', 'done', 'good', 'grip', 'communication', 'various', 'languages'], ['done', 'good', 'grip', 'communication', 'various', 'languages', 'known'], ['good', 'grip', 'communication', 'various', 'languages', 'known', 'value'], ['grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty'], ['communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal'], ['various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards'], ['languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility'], ['known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible'], ['value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working'], ['loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms'], ['loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation'], ['towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details'], ['responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january'], ['compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017'], ['working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba'], ['ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing'], ['officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales'], ['details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity'], ['january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university'], ['2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january'], ['mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015'], ['marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc'], ['sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel'], ['amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management'], ['university', 'january', '2015', 'bsc', 'hotel', 'management', 'p'], ['january', '2015', 'bsc', 'hotel', 'management', 'p', 's'], ['2015', 'bsc', 'hotel', 'management', 'p', 's', 'g'], ['bsc', 'hotel', 'management', 'p', 's', 'g', 'college'], ['hotel', 'management', 'p', 's', 'g', 'college', 'arts'], ['management', 'p', 's', 'g', 'college', 'arts', 'sciences'], ['p', 's', 'g', 'college', 'arts', 'sciences', 'institution'], ['s', 'g', 'college', 'arts', 'sciences', 'institution', 'university'], ['g', 'college', 'arts', 'sciences', 'institution', 'university', 'board'], ['college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales'], ['arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager'], ['sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales'], ['institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing'], ['university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management'], ['board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill'], ['sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details'], ['manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms'], ['sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office'], ['marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience'], ['management', 'skill', 'details', 'ms', 'office', 'exprience', '4'], ['skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany'], ['details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details'], ['ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company'], ['office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive'], ['exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies'], ['4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description'], ['monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i'], ['details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible'], ['company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing'], ['cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company'], ['technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business'], ['description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai'], ['i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area'], ['responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along'], ['managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch'], ['company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager'], ['business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i'], ['mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow'], ['area', 'along', 'branch', 'manager', 'i', 'follow', 'leads'], ['along', 'branch', 'manager', 'i', 'follow', 'leads', 'given'], ['branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate'], ['manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office'], ['i', 'follow', 'leads', 'given', 'corporate', 'office', 'i'], ['follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet'], ['leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally'], ['given', 'corporate', 'office', 'i', 'meet', 'personally', 'give'], ['corporate', 'office', 'i', 'meet', 'personally', 'give', 'best'], ['office', 'i', 'meet', 'personally', 'give', 'best', 'solutions'], ['i', 'meet', 'personally', 'give', 'best', 'solutions', 'product'], ['meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable'], ['personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business'], ['give', 'best', 'solutions', 'product', 'suitable', 'business', 'i'], ['best', 'solutions', 'product', 'suitable', 'business', 'i', 'even'], ['solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate'], ['product', 'suitable', 'business', 'i', 'even', 'generate', 'leads'], ['suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling'], ['business', 'i', 'even', 'generate', 'leads', 'calling', 'clients'], ['i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold'], ['even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call'], ['generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my'], ['leads', 'calling', 'clients', 'cold', 'call', 'my', 'job'], ['calling', 'clients', 'cold', 'call', 'my', 'job', 'like'], ['clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur'], ['cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically'], ['call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves'], ['my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing'], ['job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small'], ['like', 'entrepreneur', 'basically', 'involves', 'managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective'], ['sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader'], ['multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team'], ['tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer'], ['collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing'], ['optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work'], ['thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done'], ['effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good'], ['teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip'], ['team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication'], ['trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various'], ['visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various', 'languages'], ['work', 'done', 'good', 'grip', 'communication', 'various', 'languages', 'known'], ['done', 'good', 'grip', 'communication', 'various', 'languages', 'known', 'value'], ['good', 'grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty'], ['grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal'], ['communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards'], ['various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility'], ['languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible'], ['known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working'], ['value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms'], ['loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation'], ['loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details'], ['towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january'], ['responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017'], ['compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba'], ['working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing'], ['ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales'], ['officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity'], ['details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university'], ['january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january'], ['2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015'], ['mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc'], ['marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel'], ['sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management'], ['amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management', 'p'], ['university', 'january', '2015', 'bsc', 'hotel', 'management', 'p', 's'], ['january', '2015', 'bsc', 'hotel', 'management', 'p', 's', 'g'], ['2015', 'bsc', 'hotel', 'management', 'p', 's', 'g', 'college'], ['bsc', 'hotel', 'management', 'p', 's', 'g', 'college', 'arts'], ['hotel', 'management', 'p', 's', 'g', 'college', 'arts', 'sciences'], ['management', 'p', 's', 'g', 'college', 'arts', 'sciences', 'institution'], ['p', 's', 'g', 'college', 'arts', 'sciences', 'institution', 'university'], ['s', 'g', 'college', 'arts', 'sciences', 'institution', 'university', 'board'], ['g', 'college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales'], ['college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager'], ['arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales'], ['sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing'], ['institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management'], ['university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill'], ['board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details'], ['sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms'], ['manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office'], ['sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience'], ['marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience', '4'], ['management', 'skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany'], ['skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details'], ['details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company'], ['ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive'], ['office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies'], ['exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description'], ['4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i'], ['monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible'], ['details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing'], ['company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company'], ['cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business'], ['technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai'], ['description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area'], ['i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along'], ['responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch'], ['managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager'], ['company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i'], ['business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow'], ['mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow', 'leads'], ['area', 'along', 'branch', 'manager', 'i', 'follow', 'leads', 'given'], ['along', 'branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate'], ['branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office'], ['manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office', 'i'], ['i', 'follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet'], ['follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally'], ['leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally', 'give'], ['given', 'corporate', 'office', 'i', 'meet', 'personally', 'give', 'best'], ['corporate', 'office', 'i', 'meet', 'personally', 'give', 'best', 'solutions'], ['office', 'i', 'meet', 'personally', 'give', 'best', 'solutions', 'product'], ['i', 'meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable'], ['meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business'], ['personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business', 'i'], ['give', 'best', 'solutions', 'product', 'suitable', 'business', 'i', 'even'], ['best', 'solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate'], ['solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate', 'leads'], ['product', 'suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling'], ['suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling', 'clients'], ['business', 'i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold'], ['i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call'], ['even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my'], ['generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my', 'job'], ['leads', 'calling', 'clients', 'cold', 'call', 'my', 'job', 'like'], ['calling', 'clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur'], ['clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically'], ['cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves'], ['call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing'], ['my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small'], ['job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small', 'business'], ['skill', 'sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader'], ['sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team'], ['multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer'], ['tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing'], ['collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work'], ['optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done'], ['thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good'], ['effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip'], ['teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication'], ['team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various'], ['trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various', 'languages'], ['visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various', 'languages', 'known'], ['work', 'done', 'good', 'grip', 'communication', 'various', 'languages', 'known', 'value'], ['done', 'good', 'grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty'], ['good', 'grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal'], ['grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards'], ['communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility'], ['various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible'], ['languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working'], ['known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms'], ['value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation'], ['loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details'], ['loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january'], ['towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017'], ['responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba'], ['compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing'], ['working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales'], ['ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity'], ['officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university'], ['details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january'], ['january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015'], ['2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc'], ['mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel'], ['marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management'], ['sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management', 'p'], ['amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management', 'p', 's'], ['university', 'january', '2015', 'bsc', 'hotel', 'management', 'p', 's', 'g'], ['january', '2015', 'bsc', 'hotel', 'management', 'p', 's', 'g', 'college'], ['2015', 'bsc', 'hotel', 'management', 'p', 's', 'g', 'college', 'arts'], ['bsc', 'hotel', 'management', 'p', 's', 'g', 'college', 'arts', 'sciences'], ['hotel', 'management', 'p', 's', 'g', 'college', 'arts', 'sciences', 'institution'], ['management', 'p', 's', 'g', 'college', 'arts', 'sciences', 'institution', 'university'], ['p', 's', 'g', 'college', 'arts', 'sciences', 'institution', 'university', 'board'], ['s', 'g', 'college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales'], ['g', 'college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager'], ['college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales'], ['arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing'], ['sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management'], ['institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill'], ['university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details'], ['board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms'], ['sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office'], ['manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience'], ['sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience', '4'], ['marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany'], ['management', 'skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details'], ['skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company'], ['details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive'], ['ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies'], ['office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description'], ['exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i'], ['4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible'], ['monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing'], ['details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company'], ['company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business'], ['cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai'], ['technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area'], ['description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along'], ['i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch'], ['responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager'], ['managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i'], ['company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow'], ['business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow', 'leads'], ['mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow', 'leads', 'given'], ['area', 'along', 'branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate'], ['along', 'branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office'], ['branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office', 'i'], ['manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet'], ['i', 'follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally'], ['follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally', 'give'], ['leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally', 'give', 'best'], ['given', 'corporate', 'office', 'i', 'meet', 'personally', 'give', 'best', 'solutions'], ['corporate', 'office', 'i', 'meet', 'personally', 'give', 'best', 'solutions', 'product'], ['office', 'i', 'meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable'], ['i', 'meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business'], ['meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business', 'i'], ['personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business', 'i', 'even'], ['give', 'best', 'solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate'], ['best', 'solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate', 'leads'], ['solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling'], ['product', 'suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling', 'clients'], ['suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold'], ['business', 'i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call'], ['i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my'], ['even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my', 'job'], ['generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my', 'job', 'like'], ['leads', 'calling', 'clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur'], ['calling', 'clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically'], ['clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves'], ['cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing'], ['call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small'], ['my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small', 'business']], [['education'], ['details'], ['january'], ['1992'], ['january'], ['2003'], ['first'], ['year'], ['science'], ['mumbai'], ['maharashtra'], ['st'], ['micheal'], ['high'], ['personal'], ['fitness'], ['trainer'], ['level3'], ['personal'], ['trainer'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['golds'], ['gym'], ['fitness'], ['solution'], ['flora'], ['hotel'], ['description'], ['certification'], ['american'], ['college'], ['sports'], ['science'], ['golds'], ['gym'], ['heart'], ['saver'], ['reps'], ['level'], ['3'], ['responsibilities'], ['to'], ['obtain'], ['challenging'], ['position'], ['commensurate'], ['qualification'], ['experience'], ['field'], ['health'], ['fitness'], ['environment'], ['a'], ['omplishments'], ['good'], ['skills'], ['used'], ['fitness'], ['education', 'details'], ['details', 'january'], ['january', '1992'], ['1992', 'january'], ['january', '2003'], ['2003', 'first'], ['first', 'year'], ['year', 'science'], ['science', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'st'], ['st', 'micheal'], ['micheal', 'high'], ['high', 'personal'], ['personal', 'fitness'], ['fitness', 'trainer'], ['trainer', 'level3'], ['level3', 'personal'], ['personal', 'trainer'], ['trainer', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'golds'], ['golds', 'gym'], ['gym', 'fitness'], ['fitness', 'solution'], ['solution', 'flora'], ['flora', 'hotel'], ['hotel', 'description'], ['description', 'certification'], ['certification', 'american'], ['american', 'college'], ['college', 'sports'], ['sports', 'science'], ['science', 'golds'], ['golds', 'gym'], ['gym', 'heart'], ['heart', 'saver'], ['saver', 'reps'], ['reps', 'level'], ['level', '3'], ['3', 'responsibilities'], ['responsibilities', 'to'], ['to', 'obtain'], ['obtain', 'challenging'], ['challenging', 'position'], ['position', 'commensurate'], ['commensurate', 'qualification'], ['qualification', 'experience'], ['experience', 'field'], ['field', 'health'], ['health', 'fitness'], ['fitness', 'environment'], ['environment', 'a'], ['a', 'omplishments'], ['omplishments', 'good'], ['good', 'skills'], ['skills', 'used'], ['used', 'fitness'], ['education', 'details', 'january'], ['details', 'january', '1992'], ['january', '1992', 'january'], ['1992', 'january', '2003'], ['january', '2003', 'first'], ['2003', 'first', 'year'], ['first', 'year', 'science'], ['year', 'science', 'mumbai'], ['science', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'st'], ['maharashtra', 'st', 'micheal'], ['st', 'micheal', 'high'], ['micheal', 'high', 'personal'], ['high', 'personal', 'fitness'], ['personal', 'fitness', 'trainer'], ['fitness', 'trainer', 'level3'], ['trainer', 'level3', 'personal'], ['level3', 'personal', 'trainer'], ['personal', 'trainer', 'skill'], ['trainer', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'golds'], ['company', 'golds', 'gym'], ['golds', 'gym', 'fitness'], ['gym', 'fitness', 'solution'], ['fitness', 'solution', 'flora'], ['solution', 'flora', 'hotel'], ['flora', 'hotel', 'description'], ['hotel', 'description', 'certification'], ['description', 'certification', 'american'], ['certification', 'american', 'college'], ['american', 'college', 'sports'], ['college', 'sports', 'science'], ['sports', 'science', 'golds'], ['science', 'golds', 'gym'], ['golds', 'gym', 'heart'], ['gym', 'heart', 'saver'], ['heart', 'saver', 'reps'], ['saver', 'reps', 'level'], ['reps', 'level', '3'], ['level', '3', 'responsibilities'], ['3', 'responsibilities', 'to'], ['responsibilities', 'to', 'obtain'], ['to', 'obtain', 'challenging'], ['obtain', 'challenging', 'position'], ['challenging', 'position', 'commensurate'], ['position', 'commensurate', 'qualification'], ['commensurate', 'qualification', 'experience'], ['qualification', 'experience', 'field'], ['experience', 'field', 'health'], ['field', 'health', 'fitness'], ['health', 'fitness', 'environment'], ['fitness', 'environment', 'a'], ['environment', 'a', 'omplishments'], ['a', 'omplishments', 'good'], ['omplishments', 'good', 'skills'], ['good', 'skills', 'used'], ['skills', 'used', 'fitness'], ['education', 'details', 'january', '1992'], ['details', 'january', '1992', 'january'], ['january', '1992', 'january', '2003'], ['1992', 'january', '2003', 'first'], ['january', '2003', 'first', 'year'], ['2003', 'first', 'year', 'science'], ['first', 'year', 'science', 'mumbai'], ['year', 'science', 'mumbai', 'maharashtra'], ['science', 'mumbai', 'maharashtra', 'st'], ['mumbai', 'maharashtra', 'st', 'micheal'], ['maharashtra', 'st', 'micheal', 'high'], ['st', 'micheal', 'high', 'personal'], ['micheal', 'high', 'personal', 'fitness'], ['high', 'personal', 'fitness', 'trainer'], ['personal', 'fitness', 'trainer', 'level3'], ['fitness', 'trainer', 'level3', 'personal'], ['trainer', 'level3', 'personal', 'trainer'], ['level3', 'personal', 'trainer', 'skill'], ['personal', 'trainer', 'skill', 'details'], ['trainer', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'golds'], ['details', 'company', 'golds', 'gym'], ['company', 'golds', 'gym', 'fitness'], ['golds', 'gym', 'fitness', 'solution'], ['gym', 'fitness', 'solution', 'flora'], ['fitness', 'solution', 'flora', 'hotel'], ['solution', 'flora', 'hotel', 'description'], ['flora', 'hotel', 'description', 'certification'], ['hotel', 'description', 'certification', 'american'], ['description', 'certification', 'american', 'college'], ['certification', 'american', 'college', 'sports'], ['american', 'college', 'sports', 'science'], ['college', 'sports', 'science', 'golds'], ['sports', 'science', 'golds', 'gym'], ['science', 'golds', 'gym', 'heart'], ['golds', 'gym', 'heart', 'saver'], ['gym', 'heart', 'saver', 'reps'], ['heart', 'saver', 'reps', 'level'], ['saver', 'reps', 'level', '3'], ['reps', 'level', '3', 'responsibilities'], ['level', '3', 'responsibilities', 'to'], ['3', 'responsibilities', 'to', 'obtain'], ['responsibilities', 'to', 'obtain', 'challenging'], ['to', 'obtain', 'challenging', 'position'], ['obtain', 'challenging', 'position', 'commensurate'], ['challenging', 'position', 'commensurate', 'qualification'], ['position', 'commensurate', 'qualification', 'experience'], ['commensurate', 'qualification', 'experience', 'field'], ['qualification', 'experience', 'field', 'health'], ['experience', 'field', 'health', 'fitness'], ['field', 'health', 'fitness', 'environment'], ['health', 'fitness', 'environment', 'a'], ['fitness', 'environment', 'a', 'omplishments'], ['environment', 'a', 'omplishments', 'good'], ['a', 'omplishments', 'good', 'skills'], ['omplishments', 'good', 'skills', 'used'], ['good', 'skills', 'used', 'fitness'], ['education', 'details', 'january', '1992', 'january'], ['details', 'january', '1992', 'january', '2003'], ['january', '1992', 'january', '2003', 'first'], ['1992', 'january', '2003', 'first', 'year'], ['january', '2003', 'first', 'year', 'science'], ['2003', 'first', 'year', 'science', 'mumbai'], ['first', 'year', 'science', 'mumbai', 'maharashtra'], ['year', 'science', 'mumbai', 'maharashtra', 'st'], ['science', 'mumbai', 'maharashtra', 'st', 'micheal'], ['mumbai', 'maharashtra', 'st', 'micheal', 'high'], ['maharashtra', 'st', 'micheal', 'high', 'personal'], ['st', 'micheal', 'high', 'personal', 'fitness'], ['micheal', 'high', 'personal', 'fitness', 'trainer'], ['high', 'personal', 'fitness', 'trainer', 'level3'], ['personal', 'fitness', 'trainer', 'level3', 'personal'], ['fitness', 'trainer', 'level3', 'personal', 'trainer'], ['trainer', 'level3', 'personal', 'trainer', 'skill'], ['level3', 'personal', 'trainer', 'skill', 'details'], ['personal', 'trainer', 'skill', 'details', 'company'], ['trainer', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'golds'], ['company', 'details', 'company', 'golds', 'gym'], ['details', 'company', 'golds', 'gym', 'fitness'], ['company', 'golds', 'gym', 'fitness', 'solution'], ['golds', 'gym', 'fitness', 'solution', 'flora'], ['gym', 'fitness', 'solution', 'flora', 'hotel'], ['fitness', 'solution', 'flora', 'hotel', 'description'], ['solution', 'flora', 'hotel', 'description', 'certification'], ['flora', 'hotel', 'description', 'certification', 'american'], ['hotel', 'description', 'certification', 'american', 'college'], ['description', 'certification', 'american', 'college', 'sports'], ['certification', 'american', 'college', 'sports', 'science'], ['american', 'college', 'sports', 'science', 'golds'], ['college', 'sports', 'science', 'golds', 'gym'], ['sports', 'science', 'golds', 'gym', 'heart'], ['science', 'golds', 'gym', 'heart', 'saver'], ['golds', 'gym', 'heart', 'saver', 'reps'], ['gym', 'heart', 'saver', 'reps', 'level'], ['heart', 'saver', 'reps', 'level', '3'], ['saver', 'reps', 'level', '3', 'responsibilities'], ['reps', 'level', '3', 'responsibilities', 'to'], ['level', '3', 'responsibilities', 'to', 'obtain'], ['3', 'responsibilities', 'to', 'obtain', 'challenging'], ['responsibilities', 'to', 'obtain', 'challenging', 'position'], ['to', 'obtain', 'challenging', 'position', 'commensurate'], ['obtain', 'challenging', 'position', 'commensurate', 'qualification'], ['challenging', 'position', 'commensurate', 'qualification', 'experience'], ['position', 'commensurate', 'qualification', 'experience', 'field'], ['commensurate', 'qualification', 'experience', 'field', 'health'], ['qualification', 'experience', 'field', 'health', 'fitness'], ['experience', 'field', 'health', 'fitness', 'environment'], ['field', 'health', 'fitness', 'environment', 'a'], ['health', 'fitness', 'environment', 'a', 'omplishments'], ['fitness', 'environment', 'a', 'omplishments', 'good'], ['environment', 'a', 'omplishments', 'good', 'skills'], ['a', 'omplishments', 'good', 'skills', 'used'], ['omplishments', 'good', 'skills', 'used', 'fitness'], ['education', 'details', 'january', '1992', 'january', '2003'], ['details', 'january', '1992', 'january', '2003', 'first'], ['january', '1992', 'january', '2003', 'first', 'year'], ['1992', 'january', '2003', 'first', 'year', 'science'], ['january', '2003', 'first', 'year', 'science', 'mumbai'], ['2003', 'first', 'year', 'science', 'mumbai', 'maharashtra'], ['first', 'year', 'science', 'mumbai', 'maharashtra', 'st'], ['year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal'], ['science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high'], ['mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal'], ['maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness'], ['st', 'micheal', 'high', 'personal', 'fitness', 'trainer'], ['micheal', 'high', 'personal', 'fitness', 'trainer', 'level3'], ['high', 'personal', 'fitness', 'trainer', 'level3', 'personal'], ['personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer'], ['fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill'], ['trainer', 'level3', 'personal', 'trainer', 'skill', 'details'], ['level3', 'personal', 'trainer', 'skill', 'details', 'company'], ['personal', 'trainer', 'skill', 'details', 'company', 'details'], ['trainer', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'golds'], ['details', 'company', 'details', 'company', 'golds', 'gym'], ['company', 'details', 'company', 'golds', 'gym', 'fitness'], ['details', 'company', 'golds', 'gym', 'fitness', 'solution'], ['company', 'golds', 'gym', 'fitness', 'solution', 'flora'], ['golds', 'gym', 'fitness', 'solution', 'flora', 'hotel'], ['gym', 'fitness', 'solution', 'flora', 'hotel', 'description'], ['fitness', 'solution', 'flora', 'hotel', 'description', 'certification'], ['solution', 'flora', 'hotel', 'description', 'certification', 'american'], ['flora', 'hotel', 'description', 'certification', 'american', 'college'], ['hotel', 'description', 'certification', 'american', 'college', 'sports'], ['description', 'certification', 'american', 'college', 'sports', 'science'], ['certification', 'american', 'college', 'sports', 'science', 'golds'], ['american', 'college', 'sports', 'science', 'golds', 'gym'], ['college', 'sports', 'science', 'golds', 'gym', 'heart'], ['sports', 'science', 'golds', 'gym', 'heart', 'saver'], ['science', 'golds', 'gym', 'heart', 'saver', 'reps'], ['golds', 'gym', 'heart', 'saver', 'reps', 'level'], ['gym', 'heart', 'saver', 'reps', 'level', '3'], ['heart', 'saver', 'reps', 'level', '3', 'responsibilities'], ['saver', 'reps', 'level', '3', 'responsibilities', 'to'], ['reps', 'level', '3', 'responsibilities', 'to', 'obtain'], ['level', '3', 'responsibilities', 'to', 'obtain', 'challenging'], ['3', 'responsibilities', 'to', 'obtain', 'challenging', 'position'], ['responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate'], ['to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification'], ['obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience'], ['challenging', 'position', 'commensurate', 'qualification', 'experience', 'field'], ['position', 'commensurate', 'qualification', 'experience', 'field', 'health'], ['commensurate', 'qualification', 'experience', 'field', 'health', 'fitness'], ['qualification', 'experience', 'field', 'health', 'fitness', 'environment'], ['experience', 'field', 'health', 'fitness', 'environment', 'a'], ['field', 'health', 'fitness', 'environment', 'a', 'omplishments'], ['health', 'fitness', 'environment', 'a', 'omplishments', 'good'], ['fitness', 'environment', 'a', 'omplishments', 'good', 'skills'], ['environment', 'a', 'omplishments', 'good', 'skills', 'used'], ['a', 'omplishments', 'good', 'skills', 'used', 'fitness'], ['education', 'details', 'january', '1992', 'january', '2003', 'first'], ['details', 'january', '1992', 'january', '2003', 'first', 'year'], ['january', '1992', 'january', '2003', 'first', 'year', 'science'], ['1992', 'january', '2003', 'first', 'year', 'science', 'mumbai'], ['january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra'], ['2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st'], ['first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal'], ['year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high'], ['science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal'], ['mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness'], ['maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer'], ['st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3'], ['micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal'], ['high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer'], ['personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill'], ['fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details'], ['trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company'], ['level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details'], ['personal', 'trainer', 'skill', 'details', 'company', 'details', 'company'], ['trainer', 'skill', 'details', 'company', 'details', 'company', 'golds'], ['skill', 'details', 'company', 'details', 'company', 'golds', 'gym'], ['details', 'company', 'details', 'company', 'golds', 'gym', 'fitness'], ['company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution'], ['details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora'], ['company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel'], ['golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description'], ['gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification'], ['fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american'], ['solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college'], ['flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports'], ['hotel', 'description', 'certification', 'american', 'college', 'sports', 'science'], ['description', 'certification', 'american', 'college', 'sports', 'science', 'golds'], ['certification', 'american', 'college', 'sports', 'science', 'golds', 'gym'], ['american', 'college', 'sports', 'science', 'golds', 'gym', 'heart'], ['college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver'], ['sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps'], ['science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level'], ['golds', 'gym', 'heart', 'saver', 'reps', 'level', '3'], ['gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities'], ['heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to'], ['saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain'], ['reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging'], ['level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position'], ['3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate'], ['responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification'], ['to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience'], ['obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field'], ['challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health'], ['position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness'], ['commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment'], ['qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a'], ['experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments'], ['field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good'], ['health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills'], ['fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used'], ['environment', 'a', 'omplishments', 'good', 'skills', 'used', 'fitness'], ['education', 'details', 'january', '1992', 'january', '2003', 'first', 'year'], ['details', 'january', '1992', 'january', '2003', 'first', 'year', 'science'], ['january', '1992', 'january', '2003', 'first', 'year', 'science', 'mumbai'], ['1992', 'january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra'], ['january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st'], ['2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal'], ['first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high'], ['year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal'], ['science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness'], ['mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer'], ['maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3'], ['st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal'], ['micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer'], ['high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill'], ['personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details'], ['fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company'], ['trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details'], ['level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details', 'company'], ['personal', 'trainer', 'skill', 'details', 'company', 'details', 'company', 'golds'], ['trainer', 'skill', 'details', 'company', 'details', 'company', 'golds', 'gym'], ['skill', 'details', 'company', 'details', 'company', 'golds', 'gym', 'fitness'], ['details', 'company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution'], ['company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora'], ['details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel'], ['company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description'], ['golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification'], ['gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american'], ['fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college'], ['solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports'], ['flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports', 'science'], ['hotel', 'description', 'certification', 'american', 'college', 'sports', 'science', 'golds'], ['description', 'certification', 'american', 'college', 'sports', 'science', 'golds', 'gym'], ['certification', 'american', 'college', 'sports', 'science', 'golds', 'gym', 'heart'], ['american', 'college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver'], ['college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps'], ['sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level'], ['science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level', '3'], ['golds', 'gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities'], ['gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to'], ['heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain'], ['saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging'], ['reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position'], ['level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate'], ['3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification'], ['responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience'], ['to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field'], ['obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health'], ['challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness'], ['position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment'], ['commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a'], ['qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments'], ['experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good'], ['field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills'], ['health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used'], ['fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used', 'fitness'], ['education', 'details', 'january', '1992', 'january', '2003', 'first', 'year', 'science'], ['details', 'january', '1992', 'january', '2003', 'first', 'year', 'science', 'mumbai'], ['january', '1992', 'january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra'], ['1992', 'january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st'], ['january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal'], ['2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high'], ['first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal'], ['year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness'], ['science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer'], ['mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3'], ['maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal'], ['st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer'], ['micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill'], ['high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details'], ['personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company'], ['fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details'], ['trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details', 'company'], ['level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details', 'company', 'golds'], ['personal', 'trainer', 'skill', 'details', 'company', 'details', 'company', 'golds', 'gym'], ['trainer', 'skill', 'details', 'company', 'details', 'company', 'golds', 'gym', 'fitness'], ['skill', 'details', 'company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution'], ['details', 'company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora'], ['company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel'], ['details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description'], ['company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification'], ['golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american'], ['gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college'], ['fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports'], ['solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports', 'science'], ['flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports', 'science', 'golds'], ['hotel', 'description', 'certification', 'american', 'college', 'sports', 'science', 'golds', 'gym'], ['description', 'certification', 'american', 'college', 'sports', 'science', 'golds', 'gym', 'heart'], ['certification', 'american', 'college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver'], ['american', 'college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps'], ['college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level'], ['sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level', '3'], ['science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities'], ['golds', 'gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to'], ['gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain'], ['heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging'], ['saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position'], ['reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate'], ['level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification'], ['3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience'], ['responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field'], ['to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health'], ['obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness'], ['challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment'], ['position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a'], ['commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments'], ['qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good'], ['experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills'], ['field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used'], ['health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used', 'fitness']], [['education'], ['details'], ['january'], ['2018'], ['m'], ['s'], ['nutrition'], ['exercise'], ['physiology'], ['new'], ['york'], ['ny'], ['teachers'], ['college'], ['columbia'], ['university'], ['january'], ['2016'], ['b'], ['s'], ['nutrition'], ['dietetics'], ['miami'], ['fl'], ['florida'], ['international'], ['university'], ['january'], ['2011'], ['b'], ['sc'], ['general'], ['microbiology'], ['pune'], ['maharashtra'], ['abasaheb'], ['garware'], ['college'], ['group'], ['fitness'], ['instructor'], ['india'], ['group'], ['fitness'], ['instructor'], ['india'], ['columbia'], ['university'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['columbia'], ['university'], ['description'], ['present'], ['organized'], ['high'], ['energy'], ['weight'], ['training'], ['cardiovascular'], ['indoor'], ['cycling'], ['classes'], ['ommodating'], ['participants'], ['varying'], ['age'], ['groups'], ['cultural'], ['backgrounds'], ['fitness'], ['levels'], ['help'], ['achieve'], ['fitness'], ['goals'], ['company'], ['columbia'], ['dental'], ['school'], ['description'], ['provided'], ['detailed'], ['nutrition'], ['counselling'], ['telephonic'], ['follow'], ['dental'], ['patients'], ['ompanying'], ['metabolic'], ['conditions'], ['like'], ['diabetes'], ['hypertension'], ['obesity'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'm'], ['m', 's'], ['s', 'nutrition'], ['nutrition', 'exercise'], ['exercise', 'physiology'], ['physiology', 'new'], ['new', 'york'], ['york', 'ny'], ['ny', 'teachers'], ['teachers', 'college'], ['college', 'columbia'], ['columbia', 'university'], ['university', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 's'], ['s', 'nutrition'], ['nutrition', 'dietetics'], ['dietetics', 'miami'], ['miami', 'fl'], ['fl', 'florida'], ['florida', 'international'], ['international', 'university'], ['university', 'january'], ['january', '2011'], ['2011', 'b'], ['b', 'sc'], ['sc', 'general'], ['general', 'microbiology'], ['microbiology', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'abasaheb'], ['abasaheb', 'garware'], ['garware', 'college'], ['college', 'group'], ['group', 'fitness'], ['fitness', 'instructor'], ['instructor', 'india'], ['india', 'group'], ['group', 'fitness'], ['fitness', 'instructor'], ['instructor', 'india'], ['india', 'columbia'], ['columbia', 'university'], ['university', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'columbia'], ['columbia', 'university'], ['university', 'description'], ['description', 'present'], ['present', 'organized'], ['organized', 'high'], ['high', 'energy'], ['energy', 'weight'], ['weight', 'training'], ['training', 'cardiovascular'], ['cardiovascular', 'indoor'], ['indoor', 'cycling'], ['cycling', 'classes'], ['classes', 'ommodating'], ['ommodating', 'participants'], ['participants', 'varying'], ['varying', 'age'], ['age', 'groups'], ['groups', 'cultural'], ['cultural', 'backgrounds'], ['backgrounds', 'fitness'], ['fitness', 'levels'], ['levels', 'help'], ['help', 'achieve'], ['achieve', 'fitness'], ['fitness', 'goals'], ['goals', 'company'], ['company', 'columbia'], ['columbia', 'dental'], ['dental', 'school'], ['school', 'description'], ['description', 'provided'], ['provided', 'detailed'], ['detailed', 'nutrition'], ['nutrition', 'counselling'], ['counselling', 'telephonic'], ['telephonic', 'follow'], ['follow', 'dental'], ['dental', 'patients'], ['patients', 'ompanying'], ['ompanying', 'metabolic'], ['metabolic', 'conditions'], ['conditions', 'like'], ['like', 'diabetes'], ['diabetes', 'hypertension'], ['hypertension', 'obesity'], ['education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'm'], ['2018', 'm', 's'], ['m', 's', 'nutrition'], ['s', 'nutrition', 'exercise'], ['nutrition', 'exercise', 'physiology'], ['exercise', 'physiology', 'new'], ['physiology', 'new', 'york'], ['new', 'york', 'ny'], ['york', 'ny', 'teachers'], ['ny', 'teachers', 'college'], ['teachers', 'college', 'columbia'], ['college', 'columbia', 'university'], ['columbia', 'university', 'january'], ['university', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 's'], ['b', 's', 'nutrition'], ['s', 'nutrition', 'dietetics'], ['nutrition', 'dietetics', 'miami'], ['dietetics', 'miami', 'fl'], ['miami', 'fl', 'florida'], ['fl', 'florida', 'international'], ['florida', 'international', 'university'], ['international', 'university', 'january'], ['university', 'january', '2011'], ['january', '2011', 'b'], ['2011', 'b', 'sc'], ['b', 'sc', 'general'], ['sc', 'general', 'microbiology'], ['general', 'microbiology', 'pune'], ['microbiology', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'abasaheb'], ['maharashtra', 'abasaheb', 'garware'], ['abasaheb', 'garware', 'college'], ['garware', 'college', 'group'], ['college', 'group', 'fitness'], ['group', 'fitness', 'instructor'], ['fitness', 'instructor', 'india'], ['instructor', 'india', 'group'], ['india', 'group', 'fitness'], ['group', 'fitness', 'instructor'], ['fitness', 'instructor', 'india'], ['instructor', 'india', 'columbia'], ['india', 'columbia', 'university'], ['columbia', 'university', 'skill'], ['university', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'columbia'], ['company', 'columbia', 'university'], ['columbia', 'university', 'description'], ['university', 'description', 'present'], ['description', 'present', 'organized'], ['present', 'organized', 'high'], ['organized', 'high', 'energy'], ['high', 'energy', 'weight'], ['energy', 'weight', 'training'], ['weight', 'training', 'cardiovascular'], ['training', 'cardiovascular', 'indoor'], ['cardiovascular', 'indoor', 'cycling'], ['indoor', 'cycling', 'classes'], ['cycling', 'classes', 'ommodating'], ['classes', 'ommodating', 'participants'], ['ommodating', 'participants', 'varying'], ['participants', 'varying', 'age'], ['varying', 'age', 'groups'], ['age', 'groups', 'cultural'], ['groups', 'cultural', 'backgrounds'], ['cultural', 'backgrounds', 'fitness'], ['backgrounds', 'fitness', 'levels'], ['fitness', 'levels', 'help'], ['levels', 'help', 'achieve'], ['help', 'achieve', 'fitness'], ['achieve', 'fitness', 'goals'], ['fitness', 'goals', 'company'], ['goals', 'company', 'columbia'], ['company', 'columbia', 'dental'], ['columbia', 'dental', 'school'], ['dental', 'school', 'description'], ['school', 'description', 'provided'], ['description', 'provided', 'detailed'], ['provided', 'detailed', 'nutrition'], ['detailed', 'nutrition', 'counselling'], ['nutrition', 'counselling', 'telephonic'], ['counselling', 'telephonic', 'follow'], ['telephonic', 'follow', 'dental'], ['follow', 'dental', 'patients'], ['dental', 'patients', 'ompanying'], ['patients', 'ompanying', 'metabolic'], ['ompanying', 'metabolic', 'conditions'], ['metabolic', 'conditions', 'like'], ['conditions', 'like', 'diabetes'], ['like', 'diabetes', 'hypertension'], ['diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018'], ['details', 'january', '2018', 'm'], ['january', '2018', 'm', 's'], ['2018', 'm', 's', 'nutrition'], ['m', 's', 'nutrition', 'exercise'], ['s', 'nutrition', 'exercise', 'physiology'], ['nutrition', 'exercise', 'physiology', 'new'], ['exercise', 'physiology', 'new', 'york'], ['physiology', 'new', 'york', 'ny'], ['new', 'york', 'ny', 'teachers'], ['york', 'ny', 'teachers', 'college'], ['ny', 'teachers', 'college', 'columbia'], ['teachers', 'college', 'columbia', 'university'], ['college', 'columbia', 'university', 'january'], ['columbia', 'university', 'january', '2016'], ['university', 'january', '2016', 'b'], ['january', '2016', 'b', 's'], ['2016', 'b', 's', 'nutrition'], ['b', 's', 'nutrition', 'dietetics'], ['s', 'nutrition', 'dietetics', 'miami'], ['nutrition', 'dietetics', 'miami', 'fl'], ['dietetics', 'miami', 'fl', 'florida'], ['miami', 'fl', 'florida', 'international'], ['fl', 'florida', 'international', 'university'], ['florida', 'international', 'university', 'january'], ['international', 'university', 'january', '2011'], ['university', 'january', '2011', 'b'], ['january', '2011', 'b', 'sc'], ['2011', 'b', 'sc', 'general'], ['b', 'sc', 'general', 'microbiology'], ['sc', 'general', 'microbiology', 'pune'], ['general', 'microbiology', 'pune', 'maharashtra'], ['microbiology', 'pune', 'maharashtra', 'abasaheb'], ['pune', 'maharashtra', 'abasaheb', 'garware'], ['maharashtra', 'abasaheb', 'garware', 'college'], ['abasaheb', 'garware', 'college', 'group'], ['garware', 'college', 'group', 'fitness'], ['college', 'group', 'fitness', 'instructor'], ['group', 'fitness', 'instructor', 'india'], ['fitness', 'instructor', 'india', 'group'], ['instructor', 'india', 'group', 'fitness'], ['india', 'group', 'fitness', 'instructor'], ['group', 'fitness', 'instructor', 'india'], ['fitness', 'instructor', 'india', 'columbia'], ['instructor', 'india', 'columbia', 'university'], ['india', 'columbia', 'university', 'skill'], ['columbia', 'university', 'skill', 'details'], ['university', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'columbia'], ['details', 'company', 'columbia', 'university'], ['company', 'columbia', 'university', 'description'], ['columbia', 'university', 'description', 'present'], ['university', 'description', 'present', 'organized'], ['description', 'present', 'organized', 'high'], ['present', 'organized', 'high', 'energy'], ['organized', 'high', 'energy', 'weight'], ['high', 'energy', 'weight', 'training'], ['energy', 'weight', 'training', 'cardiovascular'], ['weight', 'training', 'cardiovascular', 'indoor'], ['training', 'cardiovascular', 'indoor', 'cycling'], ['cardiovascular', 'indoor', 'cycling', 'classes'], ['indoor', 'cycling', 'classes', 'ommodating'], ['cycling', 'classes', 'ommodating', 'participants'], ['classes', 'ommodating', 'participants', 'varying'], ['ommodating', 'participants', 'varying', 'age'], ['participants', 'varying', 'age', 'groups'], ['varying', 'age', 'groups', 'cultural'], ['age', 'groups', 'cultural', 'backgrounds'], ['groups', 'cultural', 'backgrounds', 'fitness'], ['cultural', 'backgrounds', 'fitness', 'levels'], ['backgrounds', 'fitness', 'levels', 'help'], ['fitness', 'levels', 'help', 'achieve'], ['levels', 'help', 'achieve', 'fitness'], ['help', 'achieve', 'fitness', 'goals'], ['achieve', 'fitness', 'goals', 'company'], ['fitness', 'goals', 'company', 'columbia'], ['goals', 'company', 'columbia', 'dental'], ['company', 'columbia', 'dental', 'school'], ['columbia', 'dental', 'school', 'description'], ['dental', 'school', 'description', 'provided'], ['school', 'description', 'provided', 'detailed'], ['description', 'provided', 'detailed', 'nutrition'], ['provided', 'detailed', 'nutrition', 'counselling'], ['detailed', 'nutrition', 'counselling', 'telephonic'], ['nutrition', 'counselling', 'telephonic', 'follow'], ['counselling', 'telephonic', 'follow', 'dental'], ['telephonic', 'follow', 'dental', 'patients'], ['follow', 'dental', 'patients', 'ompanying'], ['dental', 'patients', 'ompanying', 'metabolic'], ['patients', 'ompanying', 'metabolic', 'conditions'], ['ompanying', 'metabolic', 'conditions', 'like'], ['metabolic', 'conditions', 'like', 'diabetes'], ['conditions', 'like', 'diabetes', 'hypertension'], ['like', 'diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018', 'm'], ['details', 'january', '2018', 'm', 's'], ['january', '2018', 'm', 's', 'nutrition'], ['2018', 'm', 's', 'nutrition', 'exercise'], ['m', 's', 'nutrition', 'exercise', 'physiology'], ['s', 'nutrition', 'exercise', 'physiology', 'new'], ['nutrition', 'exercise', 'physiology', 'new', 'york'], ['exercise', 'physiology', 'new', 'york', 'ny'], ['physiology', 'new', 'york', 'ny', 'teachers'], ['new', 'york', 'ny', 'teachers', 'college'], ['york', 'ny', 'teachers', 'college', 'columbia'], ['ny', 'teachers', 'college', 'columbia', 'university'], ['teachers', 'college', 'columbia', 'university', 'january'], ['college', 'columbia', 'university', 'january', '2016'], ['columbia', 'university', 'january', '2016', 'b'], ['university', 'january', '2016', 'b', 's'], ['january', '2016', 'b', 's', 'nutrition'], ['2016', 'b', 's', 'nutrition', 'dietetics'], ['b', 's', 'nutrition', 'dietetics', 'miami'], ['s', 'nutrition', 'dietetics', 'miami', 'fl'], ['nutrition', 'dietetics', 'miami', 'fl', 'florida'], ['dietetics', 'miami', 'fl', 'florida', 'international'], ['miami', 'fl', 'florida', 'international', 'university'], ['fl', 'florida', 'international', 'university', 'january'], ['florida', 'international', 'university', 'january', '2011'], ['international', 'university', 'january', '2011', 'b'], ['university', 'january', '2011', 'b', 'sc'], ['january', '2011', 'b', 'sc', 'general'], ['2011', 'b', 'sc', 'general', 'microbiology'], ['b', 'sc', 'general', 'microbiology', 'pune'], ['sc', 'general', 'microbiology', 'pune', 'maharashtra'], ['general', 'microbiology', 'pune', 'maharashtra', 'abasaheb'], ['microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware'], ['pune', 'maharashtra', 'abasaheb', 'garware', 'college'], ['maharashtra', 'abasaheb', 'garware', 'college', 'group'], ['abasaheb', 'garware', 'college', 'group', 'fitness'], ['garware', 'college', 'group', 'fitness', 'instructor'], ['college', 'group', 'fitness', 'instructor', 'india'], ['group', 'fitness', 'instructor', 'india', 'group'], ['fitness', 'instructor', 'india', 'group', 'fitness'], ['instructor', 'india', 'group', 'fitness', 'instructor'], ['india', 'group', 'fitness', 'instructor', 'india'], ['group', 'fitness', 'instructor', 'india', 'columbia'], ['fitness', 'instructor', 'india', 'columbia', 'university'], ['instructor', 'india', 'columbia', 'university', 'skill'], ['india', 'columbia', 'university', 'skill', 'details'], ['columbia', 'university', 'skill', 'details', 'company'], ['university', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'columbia'], ['company', 'details', 'company', 'columbia', 'university'], ['details', 'company', 'columbia', 'university', 'description'], ['company', 'columbia', 'university', 'description', 'present'], ['columbia', 'university', 'description', 'present', 'organized'], ['university', 'description', 'present', 'organized', 'high'], ['description', 'present', 'organized', 'high', 'energy'], ['present', 'organized', 'high', 'energy', 'weight'], ['organized', 'high', 'energy', 'weight', 'training'], ['high', 'energy', 'weight', 'training', 'cardiovascular'], ['energy', 'weight', 'training', 'cardiovascular', 'indoor'], ['weight', 'training', 'cardiovascular', 'indoor', 'cycling'], ['training', 'cardiovascular', 'indoor', 'cycling', 'classes'], ['cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating'], ['indoor', 'cycling', 'classes', 'ommodating', 'participants'], ['cycling', 'classes', 'ommodating', 'participants', 'varying'], ['classes', 'ommodating', 'participants', 'varying', 'age'], ['ommodating', 'participants', 'varying', 'age', 'groups'], ['participants', 'varying', 'age', 'groups', 'cultural'], ['varying', 'age', 'groups', 'cultural', 'backgrounds'], ['age', 'groups', 'cultural', 'backgrounds', 'fitness'], ['groups', 'cultural', 'backgrounds', 'fitness', 'levels'], ['cultural', 'backgrounds', 'fitness', 'levels', 'help'], ['backgrounds', 'fitness', 'levels', 'help', 'achieve'], ['fitness', 'levels', 'help', 'achieve', 'fitness'], ['levels', 'help', 'achieve', 'fitness', 'goals'], ['help', 'achieve', 'fitness', 'goals', 'company'], ['achieve', 'fitness', 'goals', 'company', 'columbia'], ['fitness', 'goals', 'company', 'columbia', 'dental'], ['goals', 'company', 'columbia', 'dental', 'school'], ['company', 'columbia', 'dental', 'school', 'description'], ['columbia', 'dental', 'school', 'description', 'provided'], ['dental', 'school', 'description', 'provided', 'detailed'], ['school', 'description', 'provided', 'detailed', 'nutrition'], ['description', 'provided', 'detailed', 'nutrition', 'counselling'], ['provided', 'detailed', 'nutrition', 'counselling', 'telephonic'], ['detailed', 'nutrition', 'counselling', 'telephonic', 'follow'], ['nutrition', 'counselling', 'telephonic', 'follow', 'dental'], ['counselling', 'telephonic', 'follow', 'dental', 'patients'], ['telephonic', 'follow', 'dental', 'patients', 'ompanying'], ['follow', 'dental', 'patients', 'ompanying', 'metabolic'], ['dental', 'patients', 'ompanying', 'metabolic', 'conditions'], ['patients', 'ompanying', 'metabolic', 'conditions', 'like'], ['ompanying', 'metabolic', 'conditions', 'like', 'diabetes'], ['metabolic', 'conditions', 'like', 'diabetes', 'hypertension'], ['conditions', 'like', 'diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018', 'm', 's'], ['details', 'january', '2018', 'm', 's', 'nutrition'], ['january', '2018', 'm', 's', 'nutrition', 'exercise'], ['2018', 'm', 's', 'nutrition', 'exercise', 'physiology'], ['m', 's', 'nutrition', 'exercise', 'physiology', 'new'], ['s', 'nutrition', 'exercise', 'physiology', 'new', 'york'], ['nutrition', 'exercise', 'physiology', 'new', 'york', 'ny'], ['exercise', 'physiology', 'new', 'york', 'ny', 'teachers'], ['physiology', 'new', 'york', 'ny', 'teachers', 'college'], ['new', 'york', 'ny', 'teachers', 'college', 'columbia'], ['york', 'ny', 'teachers', 'college', 'columbia', 'university'], ['ny', 'teachers', 'college', 'columbia', 'university', 'january'], ['teachers', 'college', 'columbia', 'university', 'january', '2016'], ['college', 'columbia', 'university', 'january', '2016', 'b'], ['columbia', 'university', 'january', '2016', 'b', 's'], ['university', 'january', '2016', 'b', 's', 'nutrition'], ['january', '2016', 'b', 's', 'nutrition', 'dietetics'], ['2016', 'b', 's', 'nutrition', 'dietetics', 'miami'], ['b', 's', 'nutrition', 'dietetics', 'miami', 'fl'], ['s', 'nutrition', 'dietetics', 'miami', 'fl', 'florida'], ['nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international'], ['dietetics', 'miami', 'fl', 'florida', 'international', 'university'], ['miami', 'fl', 'florida', 'international', 'university', 'january'], ['fl', 'florida', 'international', 'university', 'january', '2011'], ['florida', 'international', 'university', 'january', '2011', 'b'], ['international', 'university', 'january', '2011', 'b', 'sc'], ['university', 'january', '2011', 'b', 'sc', 'general'], ['january', '2011', 'b', 'sc', 'general', 'microbiology'], ['2011', 'b', 'sc', 'general', 'microbiology', 'pune'], ['b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra'], ['sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb'], ['general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware'], ['microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college'], ['pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group'], ['maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness'], ['abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor'], ['garware', 'college', 'group', 'fitness', 'instructor', 'india'], ['college', 'group', 'fitness', 'instructor', 'india', 'group'], ['group', 'fitness', 'instructor', 'india', 'group', 'fitness'], ['fitness', 'instructor', 'india', 'group', 'fitness', 'instructor'], ['instructor', 'india', 'group', 'fitness', 'instructor', 'india'], ['india', 'group', 'fitness', 'instructor', 'india', 'columbia'], ['group', 'fitness', 'instructor', 'india', 'columbia', 'university'], ['fitness', 'instructor', 'india', 'columbia', 'university', 'skill'], ['instructor', 'india', 'columbia', 'university', 'skill', 'details'], ['india', 'columbia', 'university', 'skill', 'details', 'company'], ['columbia', 'university', 'skill', 'details', 'company', 'details'], ['university', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'columbia'], ['details', 'company', 'details', 'company', 'columbia', 'university'], ['company', 'details', 'company', 'columbia', 'university', 'description'], ['details', 'company', 'columbia', 'university', 'description', 'present'], ['company', 'columbia', 'university', 'description', 'present', 'organized'], ['columbia', 'university', 'description', 'present', 'organized', 'high'], ['university', 'description', 'present', 'organized', 'high', 'energy'], ['description', 'present', 'organized', 'high', 'energy', 'weight'], ['present', 'organized', 'high', 'energy', 'weight', 'training'], ['organized', 'high', 'energy', 'weight', 'training', 'cardiovascular'], ['high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor'], ['energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling'], ['weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes'], ['training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating'], ['cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants'], ['indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying'], ['cycling', 'classes', 'ommodating', 'participants', 'varying', 'age'], ['classes', 'ommodating', 'participants', 'varying', 'age', 'groups'], ['ommodating', 'participants', 'varying', 'age', 'groups', 'cultural'], ['participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds'], ['varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness'], ['age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels'], ['groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help'], ['cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve'], ['backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness'], ['fitness', 'levels', 'help', 'achieve', 'fitness', 'goals'], ['levels', 'help', 'achieve', 'fitness', 'goals', 'company'], ['help', 'achieve', 'fitness', 'goals', 'company', 'columbia'], ['achieve', 'fitness', 'goals', 'company', 'columbia', 'dental'], ['fitness', 'goals', 'company', 'columbia', 'dental', 'school'], ['goals', 'company', 'columbia', 'dental', 'school', 'description'], ['company', 'columbia', 'dental', 'school', 'description', 'provided'], ['columbia', 'dental', 'school', 'description', 'provided', 'detailed'], ['dental', 'school', 'description', 'provided', 'detailed', 'nutrition'], ['school', 'description', 'provided', 'detailed', 'nutrition', 'counselling'], ['description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic'], ['provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow'], ['detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental'], ['nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients'], ['counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying'], ['telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic'], ['follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions'], ['dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like'], ['patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes'], ['ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension'], ['metabolic', 'conditions', 'like', 'diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018', 'm', 's', 'nutrition'], ['details', 'january', '2018', 'm', 's', 'nutrition', 'exercise'], ['january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology'], ['2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new'], ['m', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york'], ['s', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny'], ['nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers'], ['exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college'], ['physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia'], ['new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university'], ['york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january'], ['ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016'], ['teachers', 'college', 'columbia', 'university', 'january', '2016', 'b'], ['college', 'columbia', 'university', 'january', '2016', 'b', 's'], ['columbia', 'university', 'january', '2016', 'b', 's', 'nutrition'], ['university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics'], ['january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami'], ['2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl'], ['b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida'], ['s', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international'], ['nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university'], ['dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january'], ['miami', 'fl', 'florida', 'international', 'university', 'january', '2011'], ['fl', 'florida', 'international', 'university', 'january', '2011', 'b'], ['florida', 'international', 'university', 'january', '2011', 'b', 'sc'], ['international', 'university', 'january', '2011', 'b', 'sc', 'general'], ['university', 'january', '2011', 'b', 'sc', 'general', 'microbiology'], ['january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune'], ['2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra'], ['b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb'], ['sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware'], ['general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college'], ['microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group'], ['pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness'], ['maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor'], ['abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india'], ['garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group'], ['college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness'], ['group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor'], ['fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india'], ['instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia'], ['india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university'], ['group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill'], ['fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details'], ['instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company'], ['india', 'columbia', 'university', 'skill', 'details', 'company', 'details'], ['columbia', 'university', 'skill', 'details', 'company', 'details', 'company'], ['university', 'skill', 'details', 'company', 'details', 'company', 'columbia'], ['skill', 'details', 'company', 'details', 'company', 'columbia', 'university'], ['details', 'company', 'details', 'company', 'columbia', 'university', 'description'], ['company', 'details', 'company', 'columbia', 'university', 'description', 'present'], ['details', 'company', 'columbia', 'university', 'description', 'present', 'organized'], ['company', 'columbia', 'university', 'description', 'present', 'organized', 'high'], ['columbia', 'university', 'description', 'present', 'organized', 'high', 'energy'], ['university', 'description', 'present', 'organized', 'high', 'energy', 'weight'], ['description', 'present', 'organized', 'high', 'energy', 'weight', 'training'], ['present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular'], ['organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor'], ['high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling'], ['energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes'], ['weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating'], ['training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants'], ['cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying'], ['indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age'], ['cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups'], ['classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural'], ['ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds'], ['participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness'], ['varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels'], ['age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help'], ['groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve'], ['cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness'], ['backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals'], ['fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company'], ['levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia'], ['help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental'], ['achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school'], ['fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description'], ['goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided'], ['company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed'], ['columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition'], ['dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling'], ['school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic'], ['description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow'], ['provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental'], ['detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients'], ['nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying'], ['counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic'], ['telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions'], ['follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like'], ['dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes'], ['patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension'], ['ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018', 'm', 's', 'nutrition', 'exercise'], ['details', 'january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology'], ['january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new'], ['2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york'], ['m', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny'], ['s', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers'], ['nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college'], ['exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia'], ['physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university'], ['new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january'], ['york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016'], ['ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016', 'b'], ['teachers', 'college', 'columbia', 'university', 'january', '2016', 'b', 's'], ['college', 'columbia', 'university', 'january', '2016', 'b', 's', 'nutrition'], ['columbia', 'university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics'], ['university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami'], ['january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl'], ['2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida'], ['b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international'], ['s', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university'], ['nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january'], ['dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january', '2011'], ['miami', 'fl', 'florida', 'international', 'university', 'january', '2011', 'b'], ['fl', 'florida', 'international', 'university', 'january', '2011', 'b', 'sc'], ['florida', 'international', 'university', 'january', '2011', 'b', 'sc', 'general'], ['international', 'university', 'january', '2011', 'b', 'sc', 'general', 'microbiology'], ['university', 'january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune'], ['january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra'], ['2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb'], ['b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware'], ['sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college'], ['general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group'], ['microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness'], ['pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor'], ['maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india'], ['abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group'], ['garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness'], ['college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor'], ['group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india'], ['fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia'], ['instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university'], ['india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill'], ['group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details'], ['fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company'], ['instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company', 'details'], ['india', 'columbia', 'university', 'skill', 'details', 'company', 'details', 'company'], ['columbia', 'university', 'skill', 'details', 'company', 'details', 'company', 'columbia'], ['university', 'skill', 'details', 'company', 'details', 'company', 'columbia', 'university'], ['skill', 'details', 'company', 'details', 'company', 'columbia', 'university', 'description'], ['details', 'company', 'details', 'company', 'columbia', 'university', 'description', 'present'], ['company', 'details', 'company', 'columbia', 'university', 'description', 'present', 'organized'], ['details', 'company', 'columbia', 'university', 'description', 'present', 'organized', 'high'], ['company', 'columbia', 'university', 'description', 'present', 'organized', 'high', 'energy'], ['columbia', 'university', 'description', 'present', 'organized', 'high', 'energy', 'weight'], ['university', 'description', 'present', 'organized', 'high', 'energy', 'weight', 'training'], ['description', 'present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular'], ['present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor'], ['organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling'], ['high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes'], ['energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating'], ['weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants'], ['training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying'], ['cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age'], ['indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups'], ['cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural'], ['classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds'], ['ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness'], ['participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels'], ['varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help'], ['age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve'], ['groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness'], ['cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals'], ['backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company'], ['fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia'], ['levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental'], ['help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school'], ['achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description'], ['fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided'], ['goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed'], ['company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition'], ['columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling'], ['dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic'], ['school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow'], ['description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental'], ['provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients'], ['detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying'], ['nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic'], ['counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions'], ['telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like'], ['follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes'], ['dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension'], ['patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension', 'obesity'], ['education', 'details', 'january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology'], ['details', 'january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new'], ['january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york'], ['2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny'], ['m', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers'], ['s', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college'], ['nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia'], ['exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university'], ['physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january'], ['new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016'], ['york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016', 'b'], ['ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016', 'b', 's'], ['teachers', 'college', 'columbia', 'university', 'january', '2016', 'b', 's', 'nutrition'], ['college', 'columbia', 'university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics'], ['columbia', 'university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami'], ['university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl'], ['january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida'], ['2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international'], ['b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university'], ['s', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january'], ['nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january', '2011'], ['dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january', '2011', 'b'], ['miami', 'fl', 'florida', 'international', 'university', 'january', '2011', 'b', 'sc'], ['fl', 'florida', 'international', 'university', 'january', '2011', 'b', 'sc', 'general'], ['florida', 'international', 'university', 'january', '2011', 'b', 'sc', 'general', 'microbiology'], ['international', 'university', 'january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune'], ['university', 'january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra'], ['january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb'], ['2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware'], ['b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college'], ['sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group'], ['general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness'], ['microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor'], ['pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india'], ['maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group'], ['abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness'], ['garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor'], ['college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india'], ['group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia'], ['fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university'], ['instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill'], ['india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details'], ['group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company'], ['fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company', 'details'], ['instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company', 'details', 'company'], ['india', 'columbia', 'university', 'skill', 'details', 'company', 'details', 'company', 'columbia'], ['columbia', 'university', 'skill', 'details', 'company', 'details', 'company', 'columbia', 'university'], ['university', 'skill', 'details', 'company', 'details', 'company', 'columbia', 'university', 'description'], ['skill', 'details', 'company', 'details', 'company', 'columbia', 'university', 'description', 'present'], ['details', 'company', 'details', 'company', 'columbia', 'university', 'description', 'present', 'organized'], ['company', 'details', 'company', 'columbia', 'university', 'description', 'present', 'organized', 'high'], ['details', 'company', 'columbia', 'university', 'description', 'present', 'organized', 'high', 'energy'], ['company', 'columbia', 'university', 'description', 'present', 'organized', 'high', 'energy', 'weight'], ['columbia', 'university', 'description', 'present', 'organized', 'high', 'energy', 'weight', 'training'], ['university', 'description', 'present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular'], ['description', 'present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor'], ['present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling'], ['organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes'], ['high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating'], ['energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants'], ['weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying'], ['training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age'], ['cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups'], ['indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural'], ['cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds'], ['classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness'], ['ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels'], ['participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help'], ['varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve'], ['age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness'], ['groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals'], ['cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company'], ['backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia'], ['fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental'], ['levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school'], ['help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description'], ['achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided'], ['fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed'], ['goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition'], ['company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling'], ['columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic'], ['dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow'], ['school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental'], ['description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients'], ['provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying'], ['detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic'], ['nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions'], ['counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like'], ['telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes'], ['follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension'], ['dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension', 'obesity']], [['personal'], ['skills'], ['good'], ['verbal'], ['written'], ['communication'], ['skills'], ['ability'], ['deal'], ['people'], ['diplomatically'], ['willingness'], ['learn'], ['other'], ['qualifications'], ['seema'], ['institute'], ['ansalon'], ['body'], ['massage'], ['scalp'], ['swedish'], ['thai'], ['body'], ['foot'], ['reflexology'], ['aromatherapy'], ['completed'], ['course'], ['2'], ['months'], ['talwalkars'], ['fitness'], ['academy'], ['gym'], ['aerobics'], ['completed'], ['3'], ['months'], ['course'], ['fitness'], ['training'], ['radio'], ['bhavan'], ['the'], ['career'], ['super'], ['market'], ['hotel'], ['front'], ['office'], ['management'], ['completed'], ['course'], ['3'], ['months'], ['slender'], ['gender'], ['done'], ['diploma'], ['spa'], ['management'], ['4'], ['months'], ['education'], ['details'], ['fitness'], ['trainer'], ['cum'], ['team'], ['leader'], ['fitness'], ['trainer'], ['cum'], ['team'], ['leader'], ['think'], ['healthy'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['think'], ['healthy'], ['description'], ['job'], ['responsibilities'], ['perform'], ['related'], ['duties'], ['responsibilities'], ['assigned'], ['achieve'], ['fitness'], ['goal'], ['training'], ['people'], ['work'], ['outs'], ['gym'], ['handling'], ['customer'], ['queries'], ['related'], ['therapies'], ['refreshers'], ['etc'], ['company'], ['raymond'], ['gym'], ['description'], ['job'], ['responsibilities'], ['perform'], ['related'], ['duties'], ['responsibilities'], ['assigned'], ['handling'], ['customers'], ['queries'], ['related'], ['therapies'], ['company'], ['aroma'], ['thai'], ['foot'], ['spa'], ['description'], ['perform'], ['related'], ['duties'], ['responsibilities'], ['assigned'], ['handling'], ['customers'], ['queries'], ['related'], ['therapies'], ['refreshers'], ['etc'], ['handled'], ['queries'], ['phone'], ['well'], ['personally'], ['taking'], ['care'], ['payment'], ['invoices'], ['company'], ['global'], ['1'], ['gym'], ['description'], ['job'], ['responsibilities'], ['perform'], ['related'], ['duties'], ['responsibilities'], ['assigned'], ['handling'], ['team'], ['entire'], ['floor'], ['section'], ['achieve'], ['fitness'], ['goal'], ['training'], ['people'], ['work'], ['outs'], ['gym'], ['company'], ['rudraaksh'], ['health'], ['care'], ['spa'], ['description'], ['job'], ['responsibilities'], ['perform'], ['related'], ['duties'], ['responsibilities'], ['assigned'], ['handling'], ['team'], ['entire'], ['floor'], ['section'], ['achieve'], ['fitness'], ['goal'], ['training'], ['people'], ['work'], ['outs'], ['gym'], ['handling'], ['customer'], ['queries'], ['related'], ['therapies'], ['refreshers'], ['etc'], ['handled'], ['queries'], ['phone'], ['well'], ['personally'], ['taking'], ['care'], ['payment'], ['invoices'], ['company'], ['plaza'], ['gym'], ['description'], ['company'], ['hotel'], ['windsor'], ['description'], ['company'], ['hotel'], ['holiday'], ['inn'], ['juhu'], ['description'], ['done'], ['promotion'], ['for'], ['aromathai'], ['foot'], ['spa'], ['6'], ['days'], ['world'], ['trade'], ['centre'], ['bombay'], ['exhibition'], ['centre'], ['also'], ['done'], ['promotion'], ['bandra'], ['kurla'], ['complex'], ['bandra'], ['gym'], ['khana'], ['promoted'], ['various'], ['products'], ['spa'], ['health'], ['fitness'], ['product'], ['garments'], ['imitation'], ['jewellery'], ['food'], ['beverage'], ['etc'], ['personal', 'skills'], ['skills', 'good'], ['good', 'verbal'], ['verbal', 'written'], ['written', 'communication'], ['communication', 'skills'], ['skills', 'ability'], ['ability', 'deal'], ['deal', 'people'], ['people', 'diplomatically'], ['diplomatically', 'willingness'], ['willingness', 'learn'], ['learn', 'other'], ['other', 'qualifications'], ['qualifications', 'seema'], ['seema', 'institute'], ['institute', 'ansalon'], ['ansalon', 'body'], ['body', 'massage'], ['massage', 'scalp'], ['scalp', 'swedish'], ['swedish', 'thai'], ['thai', 'body'], ['body', 'foot'], ['foot', 'reflexology'], ['reflexology', 'aromatherapy'], ['aromatherapy', 'completed'], ['completed', 'course'], ['course', '2'], ['2', 'months'], ['months', 'talwalkars'], ['talwalkars', 'fitness'], ['fitness', 'academy'], ['academy', 'gym'], ['gym', 'aerobics'], ['aerobics', 'completed'], ['completed', '3'], ['3', 'months'], ['months', 'course'], ['course', 'fitness'], ['fitness', 'training'], ['training', 'radio'], ['radio', 'bhavan'], ['bhavan', 'the'], ['the', 'career'], ['career', 'super'], ['super', 'market'], ['market', 'hotel'], ['hotel', 'front'], ['front', 'office'], ['office', 'management'], ['management', 'completed'], ['completed', 'course'], ['course', '3'], ['3', 'months'], ['months', 'slender'], ['slender', 'gender'], ['gender', 'done'], ['done', 'diploma'], ['diploma', 'spa'], ['spa', 'management'], ['management', '4'], ['4', 'months'], ['months', 'education'], ['education', 'details'], ['details', 'fitness'], ['fitness', 'trainer'], ['trainer', 'cum'], ['cum', 'team'], ['team', 'leader'], ['leader', 'fitness'], ['fitness', 'trainer'], ['trainer', 'cum'], ['cum', 'team'], ['team', 'leader'], ['leader', 'think'], ['think', 'healthy'], ['healthy', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'think'], ['think', 'healthy'], ['healthy', 'description'], ['description', 'job'], ['job', 'responsibilities'], ['responsibilities', 'perform'], ['perform', 'related'], ['related', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'assigned'], ['assigned', 'achieve'], ['achieve', 'fitness'], ['fitness', 'goal'], ['goal', 'training'], ['training', 'people'], ['people', 'work'], ['work', 'outs'], ['outs', 'gym'], ['gym', 'handling'], ['handling', 'customer'], ['customer', 'queries'], ['queries', 'related'], ['related', 'therapies'], ['therapies', 'refreshers'], ['refreshers', 'etc'], ['etc', 'company'], ['company', 'raymond'], ['raymond', 'gym'], ['gym', 'description'], ['description', 'job'], ['job', 'responsibilities'], ['responsibilities', 'perform'], ['perform', 'related'], ['related', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'assigned'], ['assigned', 'handling'], ['handling', 'customers'], ['customers', 'queries'], ['queries', 'related'], ['related', 'therapies'], ['therapies', 'company'], ['company', 'aroma'], ['aroma', 'thai'], ['thai', 'foot'], ['foot', 'spa'], ['spa', 'description'], ['description', 'perform'], ['perform', 'related'], ['related', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'assigned'], ['assigned', 'handling'], ['handling', 'customers'], ['customers', 'queries'], ['queries', 'related'], ['related', 'therapies'], ['therapies', 'refreshers'], ['refreshers', 'etc'], ['etc', 'handled'], ['handled', 'queries'], ['queries', 'phone'], ['phone', 'well'], ['well', 'personally'], ['personally', 'taking'], ['taking', 'care'], ['care', 'payment'], ['payment', 'invoices'], ['invoices', 'company'], ['company', 'global'], ['global', '1'], ['1', 'gym'], ['gym', 'description'], ['description', 'job'], ['job', 'responsibilities'], ['responsibilities', 'perform'], ['perform', 'related'], ['related', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'assigned'], ['assigned', 'handling'], ['handling', 'team'], ['team', 'entire'], ['entire', 'floor'], ['floor', 'section'], ['section', 'achieve'], ['achieve', 'fitness'], ['fitness', 'goal'], ['goal', 'training'], ['training', 'people'], ['people', 'work'], ['work', 'outs'], ['outs', 'gym'], ['gym', 'company'], ['company', 'rudraaksh'], ['rudraaksh', 'health'], ['health', 'care'], ['care', 'spa'], ['spa', 'description'], ['description', 'job'], ['job', 'responsibilities'], ['responsibilities', 'perform'], ['perform', 'related'], ['related', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'assigned'], ['assigned', 'handling'], ['handling', 'team'], ['team', 'entire'], ['entire', 'floor'], ['floor', 'section'], ['section', 'achieve'], ['achieve', 'fitness'], ['fitness', 'goal'], ['goal', 'training'], ['training', 'people'], ['people', 'work'], ['work', 'outs'], ['outs', 'gym'], ['gym', 'handling'], ['handling', 'customer'], ['customer', 'queries'], ['queries', 'related'], ['related', 'therapies'], ['therapies', 'refreshers'], ['refreshers', 'etc'], ['etc', 'handled'], ['handled', 'queries'], ['queries', 'phone'], ['phone', 'well'], ['well', 'personally'], ['personally', 'taking'], ['taking', 'care'], ['care', 'payment'], ['payment', 'invoices'], ['invoices', 'company'], ['company', 'plaza'], ['plaza', 'gym'], ['gym', 'description'], ['description', 'company'], ['company', 'hotel'], ['hotel', 'windsor'], ['windsor', 'description'], ['description', 'company'], ['company', 'hotel'], ['hotel', 'holiday'], ['holiday', 'inn'], ['inn', 'juhu'], ['juhu', 'description'], ['description', 'done'], ['done', 'promotion'], ['promotion', 'for'], ['for', 'aromathai'], ['aromathai', 'foot'], ['foot', 'spa'], ['spa', '6'], ['6', 'days'], ['days', 'world'], ['world', 'trade'], ['trade', 'centre'], ['centre', 'bombay'], ['bombay', 'exhibition'], ['exhibition', 'centre'], ['centre', 'also'], ['also', 'done'], ['done', 'promotion'], ['promotion', 'bandra'], ['bandra', 'kurla'], ['kurla', 'complex'], ['complex', 'bandra'], ['bandra', 'gym'], ['gym', 'khana'], ['khana', 'promoted'], ['promoted', 'various'], ['various', 'products'], ['products', 'spa'], ['spa', 'health'], ['health', 'fitness'], ['fitness', 'product'], ['product', 'garments'], ['garments', 'imitation'], ['imitation', 'jewellery'], ['jewellery', 'food'], ['food', 'beverage'], ['beverage', 'etc'], ['personal', 'skills', 'good'], ['skills', 'good', 'verbal'], ['good', 'verbal', 'written'], ['verbal', 'written', 'communication'], ['written', 'communication', 'skills'], ['communication', 'skills', 'ability'], ['skills', 'ability', 'deal'], ['ability', 'deal', 'people'], ['deal', 'people', 'diplomatically'], ['people', 'diplomatically', 'willingness'], ['diplomatically', 'willingness', 'learn'], ['willingness', 'learn', 'other'], ['learn', 'other', 'qualifications'], ['other', 'qualifications', 'seema'], ['qualifications', 'seema', 'institute'], ['seema', 'institute', 'ansalon'], ['institute', 'ansalon', 'body'], ['ansalon', 'body', 'massage'], ['body', 'massage', 'scalp'], ['massage', 'scalp', 'swedish'], ['scalp', 'swedish', 'thai'], ['swedish', 'thai', 'body'], ['thai', 'body', 'foot'], ['body', 'foot', 'reflexology'], ['foot', 'reflexology', 'aromatherapy'], ['reflexology', 'aromatherapy', 'completed'], ['aromatherapy', 'completed', 'course'], ['completed', 'course', '2'], ['course', '2', 'months'], ['2', 'months', 'talwalkars'], ['months', 'talwalkars', 'fitness'], ['talwalkars', 'fitness', 'academy'], ['fitness', 'academy', 'gym'], ['academy', 'gym', 'aerobics'], ['gym', 'aerobics', 'completed'], ['aerobics', 'completed', '3'], ['completed', '3', 'months'], ['3', 'months', 'course'], ['months', 'course', 'fitness'], ['course', 'fitness', 'training'], ['fitness', 'training', 'radio'], ['training', 'radio', 'bhavan'], ['radio', 'bhavan', 'the'], ['bhavan', 'the', 'career'], ['the', 'career', 'super'], ['career', 'super', 'market'], ['super', 'market', 'hotel'], ['market', 'hotel', 'front'], ['hotel', 'front', 'office'], ['front', 'office', 'management'], ['office', 'management', 'completed'], ['management', 'completed', 'course'], ['completed', 'course', '3'], ['course', '3', 'months'], ['3', 'months', 'slender'], ['months', 'slender', 'gender'], ['slender', 'gender', 'done'], ['gender', 'done', 'diploma'], ['done', 'diploma', 'spa'], ['diploma', 'spa', 'management'], ['spa', 'management', '4'], ['management', '4', 'months'], ['4', 'months', 'education'], ['months', 'education', 'details'], ['education', 'details', 'fitness'], ['details', 'fitness', 'trainer'], ['fitness', 'trainer', 'cum'], ['trainer', 'cum', 'team'], ['cum', 'team', 'leader'], ['team', 'leader', 'fitness'], ['leader', 'fitness', 'trainer'], ['fitness', 'trainer', 'cum'], ['trainer', 'cum', 'team'], ['cum', 'team', 'leader'], ['team', 'leader', 'think'], ['leader', 'think', 'healthy'], ['think', 'healthy', 'skill'], ['healthy', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'think'], ['company', 'think', 'healthy'], ['think', 'healthy', 'description'], ['healthy', 'description', 'job'], ['description', 'job', 'responsibilities'], ['job', 'responsibilities', 'perform'], ['responsibilities', 'perform', 'related'], ['perform', 'related', 'duties'], ['related', 'duties', 'responsibilities'], ['duties', 'responsibilities', 'assigned'], ['responsibilities', 'assigned', 'achieve'], ['assigned', 'achieve', 'fitness'], ['achieve', 'fitness', 'goal'], ['fitness', 'goal', 'training'], ['goal', 'training', 'people'], ['training', 'people', 'work'], ['people', 'work', 'outs'], ['work', 'outs', 'gym'], ['outs', 'gym', 'handling'], ['gym', 'handling', 'customer'], ['handling', 'customer', 'queries'], ['customer', 'queries', 'related'], ['queries', 'related', 'therapies'], ['related', 'therapies', 'refreshers'], ['therapies', 'refreshers', 'etc'], ['refreshers', 'etc', 'company'], ['etc', 'company', 'raymond'], ['company', 'raymond', 'gym'], ['raymond', 'gym', 'description'], ['gym', 'description', 'job'], ['description', 'job', 'responsibilities'], ['job', 'responsibilities', 'perform'], ['responsibilities', 'perform', 'related'], ['perform', 'related', 'duties'], ['related', 'duties', 'responsibilities'], ['duties', 'responsibilities', 'assigned'], ['responsibilities', 'assigned', 'handling'], ['assigned', 'handling', 'customers'], ['handling', 'customers', 'queries'], ['customers', 'queries', 'related'], ['queries', 'related', 'therapies'], ['related', 'therapies', 'company'], ['therapies', 'company', 'aroma'], ['company', 'aroma', 'thai'], ['aroma', 'thai', 'foot'], ['thai', 'foot', 'spa'], ['foot', 'spa', 'description'], ['spa', 'description', 'perform'], ['description', 'perform', 'related'], ['perform', 'related', 'duties'], ['related', 'duties', 'responsibilities'], ['duties', 'responsibilities', 'assigned'], ['responsibilities', 'assigned', 'handling'], ['assigned', 'handling', 'customers'], ['handling', 'customers', 'queries'], ['customers', 'queries', 'related'], ['queries', 'related', 'therapies'], ['related', 'therapies', 'refreshers'], ['therapies', 'refreshers', 'etc'], ['refreshers', 'etc', 'handled'], ['etc', 'handled', 'queries'], ['handled', 'queries', 'phone'], ['queries', 'phone', 'well'], ['phone', 'well', 'personally'], ['well', 'personally', 'taking'], ['personally', 'taking', 'care'], ['taking', 'care', 'payment'], ['care', 'payment', 'invoices'], ['payment', 'invoices', 'company'], ['invoices', 'company', 'global'], ['company', 'global', '1'], ['global', '1', 'gym'], ['1', 'gym', 'description'], ['gym', 'description', 'job'], ['description', 'job', 'responsibilities'], ['job', 'responsibilities', 'perform'], ['responsibilities', 'perform', 'related'], ['perform', 'related', 'duties'], ['related', 'duties', 'responsibilities'], ['duties', 'responsibilities', 'assigned'], ['responsibilities', 'assigned', 'handling'], ['assigned', 'handling', 'team'], ['handling', 'team', 'entire'], ['team', 'entire', 'floor'], ['entire', 'floor', 'section'], ['floor', 'section', 'achieve'], ['section', 'achieve', 'fitness'], ['achieve', 'fitness', 'goal'], ['fitness', 'goal', 'training'], ['goal', 'training', 'people'], ['training', 'people', 'work'], ['people', 'work', 'outs'], ['work', 'outs', 'gym'], ['outs', 'gym', 'company'], ['gym', 'company', 'rudraaksh'], ['company', 'rudraaksh', 'health'], ['rudraaksh', 'health', 'care'], ['health', 'care', 'spa'], ['care', 'spa', 'description'], ['spa', 'description', 'job'], ['description', 'job', 'responsibilities'], ['job', 'responsibilities', 'perform'], ['responsibilities', 'perform', 'related'], ['perform', 'related', 'duties'], ['related', 'duties', 'responsibilities'], ['duties', 'responsibilities', 'assigned'], ['responsibilities', 'assigned', 'handling'], ['assigned', 'handling', 'team'], ['handling', 'team', 'entire'], ['team', 'entire', 'floor'], ['entire', 'floor', 'section'], ['floor', 'section', 'achieve'], ['section', 'achieve', 'fitness'], ['achieve', 'fitness', 'goal'], ['fitness', 'goal', 'training'], ['goal', 'training', 'people'], ['training', 'people', 'work'], ['people', 'work', 'outs'], ['work', 'outs', 'gym'], ['outs', 'gym', 'handling'], ['gym', 'handling', 'customer'], ['handling', 'customer', 'queries'], ['customer', 'queries', 'related'], ['queries', 'related', 'therapies'], ['related', 'therapies', 'refreshers'], ['therapies', 'refreshers', 'etc'], ['refreshers', 'etc', 'handled'], ['etc', 'handled', 'queries'], ['handled', 'queries', 'phone'], ['queries', 'phone', 'well'], ['phone', 'well', 'personally'], ['well', 'personally', 'taking'], ['personally', 'taking', 'care'], ['taking', 'care', 'payment'], ['care', 'payment', 'invoices'], ['payment', 'invoices', 'company'], ['invoices', 'company', 'plaza'], ['company', 'plaza', 'gym'], ['plaza', 'gym', 'description'], ['gym', 'description', 'company'], ['description', 'company', 'hotel'], ['company', 'hotel', 'windsor'], ['hotel', 'windsor', 'description'], ['windsor', 'description', 'company'], ['description', 'company', 'hotel'], ['company', 'hotel', 'holiday'], ['hotel', 'holiday', 'inn'], ['holiday', 'inn', 'juhu'], ['inn', 'juhu', 'description'], ['juhu', 'description', 'done'], ['description', 'done', 'promotion'], ['done', 'promotion', 'for'], ['promotion', 'for', 'aromathai'], ['for', 'aromathai', 'foot'], ['aromathai', 'foot', 'spa'], ['foot', 'spa', '6'], ['spa', '6', 'days'], ['6', 'days', 'world'], ['days', 'world', 'trade'], ['world', 'trade', 'centre'], ['trade', 'centre', 'bombay'], ['centre', 'bombay', 'exhibition'], ['bombay', 'exhibition', 'centre'], ['exhibition', 'centre', 'also'], ['centre', 'also', 'done'], ['also', 'done', 'promotion'], ['done', 'promotion', 'bandra'], ['promotion', 'bandra', 'kurla'], ['bandra', 'kurla', 'complex'], ['kurla', 'complex', 'bandra'], ['complex', 'bandra', 'gym'], ['bandra', 'gym', 'khana'], ['gym', 'khana', 'promoted'], ['khana', 'promoted', 'various'], ['promoted', 'various', 'products'], ['various', 'products', 'spa'], ['products', 'spa', 'health'], ['spa', 'health', 'fitness'], ['health', 'fitness', 'product'], ['fitness', 'product', 'garments'], ['product', 'garments', 'imitation'], ['garments', 'imitation', 'jewellery'], ['imitation', 'jewellery', 'food'], ['jewellery', 'food', 'beverage'], ['food', 'beverage', 'etc'], ['personal', 'skills', 'good', 'verbal'], ['skills', 'good', 'verbal', 'written'], ['good', 'verbal', 'written', 'communication'], ['verbal', 'written', 'communication', 'skills'], ['written', 'communication', 'skills', 'ability'], ['communication', 'skills', 'ability', 'deal'], ['skills', 'ability', 'deal', 'people'], ['ability', 'deal', 'people', 'diplomatically'], ['deal', 'people', 'diplomatically', 'willingness'], ['people', 'diplomatically', 'willingness', 'learn'], ['diplomatically', 'willingness', 'learn', 'other'], ['willingness', 'learn', 'other', 'qualifications'], ['learn', 'other', 'qualifications', 'seema'], ['other', 'qualifications', 'seema', 'institute'], ['qualifications', 'seema', 'institute', 'ansalon'], ['seema', 'institute', 'ansalon', 'body'], ['institute', 'ansalon', 'body', 'massage'], ['ansalon', 'body', 'massage', 'scalp'], ['body', 'massage', 'scalp', 'swedish'], ['massage', 'scalp', 'swedish', 'thai'], ['scalp', 'swedish', 'thai', 'body'], ['swedish', 'thai', 'body', 'foot'], ['thai', 'body', 'foot', 'reflexology'], ['body', 'foot', 'reflexology', 'aromatherapy'], ['foot', 'reflexology', 'aromatherapy', 'completed'], ['reflexology', 'aromatherapy', 'completed', 'course'], ['aromatherapy', 'completed', 'course', '2'], ['completed', 'course', '2', 'months'], ['course', '2', 'months', 'talwalkars'], ['2', 'months', 'talwalkars', 'fitness'], ['months', 'talwalkars', 'fitness', 'academy'], ['talwalkars', 'fitness', 'academy', 'gym'], ['fitness', 'academy', 'gym', 'aerobics'], ['academy', 'gym', 'aerobics', 'completed'], ['gym', 'aerobics', 'completed', '3'], ['aerobics', 'completed', '3', 'months'], ['completed', '3', 'months', 'course'], ['3', 'months', 'course', 'fitness'], ['months', 'course', 'fitness', 'training'], ['course', 'fitness', 'training', 'radio'], ['fitness', 'training', 'radio', 'bhavan'], ['training', 'radio', 'bhavan', 'the'], ['radio', 'bhavan', 'the', 'career'], ['bhavan', 'the', 'career', 'super'], ['the', 'career', 'super', 'market'], ['career', 'super', 'market', 'hotel'], ['super', 'market', 'hotel', 'front'], ['market', 'hotel', 'front', 'office'], ['hotel', 'front', 'office', 'management'], ['front', 'office', 'management', 'completed'], ['office', 'management', 'completed', 'course'], ['management', 'completed', 'course', '3'], ['completed', 'course', '3', 'months'], ['course', '3', 'months', 'slender'], ['3', 'months', 'slender', 'gender'], ['months', 'slender', 'gender', 'done'], ['slender', 'gender', 'done', 'diploma'], ['gender', 'done', 'diploma', 'spa'], ['done', 'diploma', 'spa', 'management'], ['diploma', 'spa', 'management', '4'], ['spa', 'management', '4', 'months'], ['management', '4', 'months', 'education'], ['4', 'months', 'education', 'details'], ['months', 'education', 'details', 'fitness'], ['education', 'details', 'fitness', 'trainer'], ['details', 'fitness', 'trainer', 'cum'], ['fitness', 'trainer', 'cum', 'team'], ['trainer', 'cum', 'team', 'leader'], ['cum', 'team', 'leader', 'fitness'], ['team', 'leader', 'fitness', 'trainer'], ['leader', 'fitness', 'trainer', 'cum'], ['fitness', 'trainer', 'cum', 'team'], ['trainer', 'cum', 'team', 'leader'], ['cum', 'team', 'leader', 'think'], ['team', 'leader', 'think', 'healthy'], ['leader', 'think', 'healthy', 'skill'], ['think', 'healthy', 'skill', 'details'], ['healthy', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'think'], ['details', 'company', 'think', 'healthy'], ['company', 'think', 'healthy', 'description'], ['think', 'healthy', 'description', 'job'], ['healthy', 'description', 'job', 'responsibilities'], ['description', 'job', 'responsibilities', 'perform'], ['job', 'responsibilities', 'perform', 'related'], ['responsibilities', 'perform', 'related', 'duties'], ['perform', 'related', 'duties', 'responsibilities'], ['related', 'duties', 'responsibilities', 'assigned'], ['duties', 'responsibilities', 'assigned', 'achieve'], ['responsibilities', 'assigned', 'achieve', 'fitness'], ['assigned', 'achieve', 'fitness', 'goal'], ['achieve', 'fitness', 'goal', 'training'], ['fitness', 'goal', 'training', 'people'], ['goal', 'training', 'people', 'work'], ['training', 'people', 'work', 'outs'], ['people', 'work', 'outs', 'gym'], ['work', 'outs', 'gym', 'handling'], ['outs', 'gym', 'handling', 'customer'], ['gym', 'handling', 'customer', 'queries'], ['handling', 'customer', 'queries', 'related'], ['customer', 'queries', 'related', 'therapies'], ['queries', 'related', 'therapies', 'refreshers'], ['related', 'therapies', 'refreshers', 'etc'], ['therapies', 'refreshers', 'etc', 'company'], ['refreshers', 'etc', 'company', 'raymond'], ['etc', 'company', 'raymond', 'gym'], ['company', 'raymond', 'gym', 'description'], ['raymond', 'gym', 'description', 'job'], ['gym', 'description', 'job', 'responsibilities'], ['description', 'job', 'responsibilities', 'perform'], ['job', 'responsibilities', 'perform', 'related'], ['responsibilities', 'perform', 'related', 'duties'], ['perform', 'related', 'duties', 'responsibilities'], ['related', 'duties', 'responsibilities', 'assigned'], ['duties', 'responsibilities', 'assigned', 'handling'], ['responsibilities', 'assigned', 'handling', 'customers'], ['assigned', 'handling', 'customers', 'queries'], ['handling', 'customers', 'queries', 'related'], ['customers', 'queries', 'related', 'therapies'], ['queries', 'related', 'therapies', 'company'], ['related', 'therapies', 'company', 'aroma'], ['therapies', 'company', 'aroma', 'thai'], ['company', 'aroma', 'thai', 'foot'], ['aroma', 'thai', 'foot', 'spa'], ['thai', 'foot', 'spa', 'description'], ['foot', 'spa', 'description', 'perform'], ['spa', 'description', 'perform', 'related'], ['description', 'perform', 'related', 'duties'], ['perform', 'related', 'duties', 'responsibilities'], ['related', 'duties', 'responsibilities', 'assigned'], ['duties', 'responsibilities', 'assigned', 'handling'], ['responsibilities', 'assigned', 'handling', 'customers'], ['assigned', 'handling', 'customers', 'queries'], ['handling', 'customers', 'queries', 'related'], ['customers', 'queries', 'related', 'therapies'], ['queries', 'related', 'therapies', 'refreshers'], ['related', 'therapies', 'refreshers', 'etc'], ['therapies', 'refreshers', 'etc', 'handled'], ['refreshers', 'etc', 'handled', 'queries'], ['etc', 'handled', 'queries', 'phone'], ['handled', 'queries', 'phone', 'well'], ['queries', 'phone', 'well', 'personally'], ['phone', 'well', 'personally', 'taking'], ['well', 'personally', 'taking', 'care'], ['personally', 'taking', 'care', 'payment'], ['taking', 'care', 'payment', 'invoices'], ['care', 'payment', 'invoices', 'company'], ['payment', 'invoices', 'company', 'global'], ['invoices', 'company', 'global', '1'], ['company', 'global', '1', 'gym'], ['global', '1', 'gym', 'description'], ['1', 'gym', 'description', 'job'], ['gym', 'description', 'job', 'responsibilities'], ['description', 'job', 'responsibilities', 'perform'], ['job', 'responsibilities', 'perform', 'related'], ['responsibilities', 'perform', 'related', 'duties'], ['perform', 'related', 'duties', 'responsibilities'], ['related', 'duties', 'responsibilities', 'assigned'], ['duties', 'responsibilities', 'assigned', 'handling'], ['responsibilities', 'assigned', 'handling', 'team'], ['assigned', 'handling', 'team', 'entire'], ['handling', 'team', 'entire', 'floor'], ['team', 'entire', 'floor', 'section'], ['entire', 'floor', 'section', 'achieve'], ['floor', 'section', 'achieve', 'fitness'], ['section', 'achieve', 'fitness', 'goal'], ['achieve', 'fitness', 'goal', 'training'], ['fitness', 'goal', 'training', 'people'], ['goal', 'training', 'people', 'work'], ['training', 'people', 'work', 'outs'], ['people', 'work', 'outs', 'gym'], ['work', 'outs', 'gym', 'company'], ['outs', 'gym', 'company', 'rudraaksh'], ['gym', 'company', 'rudraaksh', 'health'], ['company', 'rudraaksh', 'health', 'care'], ['rudraaksh', 'health', 'care', 'spa'], ['health', 'care', 'spa', 'description'], ['care', 'spa', 'description', 'job'], ['spa', 'description', 'job', 'responsibilities'], ['description', 'job', 'responsibilities', 'perform'], ['job', 'responsibilities', 'perform', 'related'], ['responsibilities', 'perform', 'related', 'duties'], ['perform', 'related', 'duties', 'responsibilities'], ['related', 'duties', 'responsibilities', 'assigned'], ['duties', 'responsibilities', 'assigned', 'handling'], ['responsibilities', 'assigned', 'handling', 'team'], ['assigned', 'handling', 'team', 'entire'], ['handling', 'team', 'entire', 'floor'], ['team', 'entire', 'floor', 'section'], ['entire', 'floor', 'section', 'achieve'], ['floor', 'section', 'achieve', 'fitness'], ['section', 'achieve', 'fitness', 'goal'], ['achieve', 'fitness', 'goal', 'training'], ['fitness', 'goal', 'training', 'people'], ['goal', 'training', 'people', 'work'], ['training', 'people', 'work', 'outs'], ['people', 'work', 'outs', 'gym'], ...], [['skills'], ['computer'], ['can'], ['easily'], ['operate'], ['operating'], ['system'], ['like'], ['windows'], ['10'], ['can'], ['work'], ['ms'], ['office'], ['word'], ['excel'], ['powerpoint'], ['can'], ['easily'], ['operate'], ['internet'], ['gym'], ['management'], ['software'], ['website'], ['mobile'], ['application'], ['education'], ['details'], ['january'], ['2010'], ['advance'], ['diploma'], ['hotel'], ['management'], ['j'], ['w'], ['institute'], ['hotel'], ['management'], ['gym'], ['management'], ['consultant'], ['gym'], ['management'], ['consultant'], ['sculpt'], ['fitness'], ['centre'], ['skill'], ['details'], ['excel'], ['exprience'], ['96'], ['months'], ['powerpoint'], ['exprience'], ['96'], ['months'], ['word'], ['exprience'], ['96'], ['months'], ['gym'], ['management'], ['software'], ['exprience'], ['96'], ['monthscompany'], ['details'], ['company'], ['sculpt'], ['fitness'], ['centre'], ['description'], ['2015'], ['present'], ['sales'], ['fitness'], ['operations'], ['company'], ['ab'], ['fitness'], ['club'], ['description'], ['fitness'], ['sales'], ['administration'], ['facility'], ['house'], ['keeping'], ['company'], ['ab'], ['fitness'], ['club'], ['description'], ['sales'], ['fitness'], ['operations'], ['company'], ['ultimate'], ['fitness'], ['club'], ['description'], ['company'], ['tripod'], ['fitness'], ['arena'], ['description'], ['sales'], ['administration'], ['company'], ['c'], ['k'], ['fitness'], ['description'], ['sales'], ['fitness'], ['staff'], ['recruitment'], ['key'], ['roles'], ['designing'], ['promoting'], ['activities'], ['meet'], ['customer'], ['demand'], ['generate'], ['revenue'], ['advertising'], ['promoting'], ['club'], ['centre'], ['increase'], ['usage'], ['considering'], ['market'], ['research'], ['recruiting'], ['training'], ['supervising'], ['staff'], ['including'], ['managing'], ['staff'], ['rotas'], ['taking'], ['daily'], ['weekly'], ['monthly'], ['reporting'], ['fitness'], ['manager'], ['sales'], ['team'], ['lead'], ['and'], ['housekeeping'], ['head'], ['carrying'], ['health'], ['safety'], ['checks'], ['equipment'], ['site'], ['retaining'], ['existing'], ['members'], ['providing'], ['good'], ['quality'], ['service'], ['providing'], ['good'], ['sales'], ['programs'], ['prioritizing'], ['target'], ['activities'], ['user'], ['groups'], ['especially'], ['local'], ['authority'], ['centres'], ['customer'], ['relationship'], ['providing'], ['training'], ['sales'], ['staff'], ['deal'], ['enquiries'], ['complaints'], ['emergencies'], ['delivering'], ['fitness'], ['training'], ['coaching'], ['sports'], ['activities'], ['often'], ['good'], ['way'], ['maintaining'], ['contact'], ['customers'], ['preparing'], ['checking'], ['budgets'], ['generating'], ['revenue'], ['cashing'], ['keeping'], ['stock'], ['records'], ['supplements'], ['utilizing'], ['group'], ['x'], ['studio'], ['scheduling'], ['exciting'], ['grouper'], ['batches'], ['writing'], ['monthly'], ['weekly'], ['reports'], ['preparing'], ['cash'], ['projections'], ['centre'], ['owners'], ['enhancing'], ['profitability'], ['organizing'], ['delivering'], ['appropriate'], ['range'], ['fitness'], ['activities'], ['programs'], ['keeping'], ['statistical'], ['financial'], ['records'], ['keeping'], ['check'], ['maintenance'], ['fitness'], ['equipment'], ['facilities'], ['ensuring'], ['compliance'], ['health'], ['safety'], ['legislation'], ['maintaining'], ['customer'], ['service'], ['fitness'], ['hospitality'], ['standards'], ['planning'], ['undertaking'], ['administrative'], ['tasks'], ['promoting'], ['marketing'], ['business'], ['company'], ['endurance'], ['fitness'], ['club'], ['description'], ['fitness'], ['sales'], ['administration'], ['facility'], ['house'], ['keeping'], ['skills', 'computer'], ['computer', 'can'], ['can', 'easily'], ['easily', 'operate'], ['operate', 'operating'], ['operating', 'system'], ['system', 'like'], ['like', 'windows'], ['windows', '10'], ['10', 'can'], ['can', 'work'], ['work', 'ms'], ['ms', 'office'], ['office', 'word'], ['word', 'excel'], ['excel', 'powerpoint'], ['powerpoint', 'can'], ['can', 'easily'], ['easily', 'operate'], ['operate', 'internet'], ['internet', 'gym'], ['gym', 'management'], ['management', 'software'], ['software', 'website'], ['website', 'mobile'], ['mobile', 'application'], ['application', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2010'], ['2010', 'advance'], ['advance', 'diploma'], ['diploma', 'hotel'], ['hotel', 'management'], ['management', 'j'], ['j', 'w'], ['w', 'institute'], ['institute', 'hotel'], ['hotel', 'management'], ['management', 'gym'], ['gym', 'management'], ['management', 'consultant'], ['consultant', 'gym'], ['gym', 'management'], ['management', 'consultant'], ['consultant', 'sculpt'], ['sculpt', 'fitness'], ['fitness', 'centre'], ['centre', 'skill'], ['skill', 'details'], ['details', 'excel'], ['excel', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'powerpoint'], ['powerpoint', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'word'], ['word', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'gym'], ['gym', 'management'], ['management', 'software'], ['software', 'exprience'], ['exprience', '96'], ['96', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'sculpt'], ['sculpt', 'fitness'], ['fitness', 'centre'], ['centre', 'description'], ['description', '2015'], ['2015', 'present'], ['present', 'sales'], ['sales', 'fitness'], ['fitness', 'operations'], ['operations', 'company'], ['company', 'ab'], ['ab', 'fitness'], ['fitness', 'club'], ['club', 'description'], ['description', 'fitness'], ['fitness', 'sales'], ['sales', 'administration'], ['administration', 'facility'], ['facility', 'house'], ['house', 'keeping'], ['keeping', 'company'], ['company', 'ab'], ['ab', 'fitness'], ['fitness', 'club'], ['club', 'description'], ['description', 'sales'], ['sales', 'fitness'], ['fitness', 'operations'], ['operations', 'company'], ['company', 'ultimate'], ['ultimate', 'fitness'], ['fitness', 'club'], ['club', 'description'], ['description', 'company'], ['company', 'tripod'], ['tripod', 'fitness'], ['fitness', 'arena'], ['arena', 'description'], ['description', 'sales'], ['sales', 'administration'], ['administration', 'company'], ['company', 'c'], ['c', 'k'], ['k', 'fitness'], ['fitness', 'description'], ['description', 'sales'], ['sales', 'fitness'], ['fitness', 'staff'], ['staff', 'recruitment'], ['recruitment', 'key'], ['key', 'roles'], ['roles', 'designing'], ['designing', 'promoting'], ['promoting', 'activities'], ['activities', 'meet'], ['meet', 'customer'], ['customer', 'demand'], ['demand', 'generate'], ['generate', 'revenue'], ['revenue', 'advertising'], ['advertising', 'promoting'], ['promoting', 'club'], ['club', 'centre'], ['centre', 'increase'], ['increase', 'usage'], ['usage', 'considering'], ['considering', 'market'], ['market', 'research'], ['research', 'recruiting'], ['recruiting', 'training'], ['training', 'supervising'], ['supervising', 'staff'], ['staff', 'including'], ['including', 'managing'], ['managing', 'staff'], ['staff', 'rotas'], ['rotas', 'taking'], ['taking', 'daily'], ['daily', 'weekly'], ['weekly', 'monthly'], ['monthly', 'reporting'], ['reporting', 'fitness'], ['fitness', 'manager'], ['manager', 'sales'], ['sales', 'team'], ['team', 'lead'], ['lead', 'and'], ['and', 'housekeeping'], ['housekeeping', 'head'], ['head', 'carrying'], ['carrying', 'health'], ['health', 'safety'], ['safety', 'checks'], ['checks', 'equipment'], ['equipment', 'site'], ['site', 'retaining'], ['retaining', 'existing'], ['existing', 'members'], ['members', 'providing'], ['providing', 'good'], ['good', 'quality'], ['quality', 'service'], ['service', 'providing'], ['providing', 'good'], ['good', 'sales'], ['sales', 'programs'], ['programs', 'prioritizing'], ['prioritizing', 'target'], ['target', 'activities'], ['activities', 'user'], ['user', 'groups'], ['groups', 'especially'], ['especially', 'local'], ['local', 'authority'], ['authority', 'centres'], ['centres', 'customer'], ['customer', 'relationship'], ['relationship', 'providing'], ['providing', 'training'], ['training', 'sales'], ['sales', 'staff'], ['staff', 'deal'], ['deal', 'enquiries'], ['enquiries', 'complaints'], ['complaints', 'emergencies'], ['emergencies', 'delivering'], ['delivering', 'fitness'], ['fitness', 'training'], ['training', 'coaching'], ['coaching', 'sports'], ['sports', 'activities'], ['activities', 'often'], ['often', 'good'], ['good', 'way'], ['way', 'maintaining'], ['maintaining', 'contact'], ['contact', 'customers'], ['customers', 'preparing'], ['preparing', 'checking'], ['checking', 'budgets'], ['budgets', 'generating'], ['generating', 'revenue'], ['revenue', 'cashing'], ['cashing', 'keeping'], ['keeping', 'stock'], ['stock', 'records'], ['records', 'supplements'], ['supplements', 'utilizing'], ['utilizing', 'group'], ['group', 'x'], ['x', 'studio'], ['studio', 'scheduling'], ['scheduling', 'exciting'], ['exciting', 'grouper'], ['grouper', 'batches'], ['batches', 'writing'], ['writing', 'monthly'], ['monthly', 'weekly'], ['weekly', 'reports'], ['reports', 'preparing'], ['preparing', 'cash'], ['cash', 'projections'], ['projections', 'centre'], ['centre', 'owners'], ['owners', 'enhancing'], ['enhancing', 'profitability'], ['profitability', 'organizing'], ['organizing', 'delivering'], ['delivering', 'appropriate'], ['appropriate', 'range'], ['range', 'fitness'], ['fitness', 'activities'], ['activities', 'programs'], ['programs', 'keeping'], ['keeping', 'statistical'], ['statistical', 'financial'], ['financial', 'records'], ['records', 'keeping'], ['keeping', 'check'], ['check', 'maintenance'], ['maintenance', 'fitness'], ['fitness', 'equipment'], ['equipment', 'facilities'], ['facilities', 'ensuring'], ['ensuring', 'compliance'], ['compliance', 'health'], ['health', 'safety'], ['safety', 'legislation'], ['legislation', 'maintaining'], ['maintaining', 'customer'], ['customer', 'service'], ['service', 'fitness'], ['fitness', 'hospitality'], ['hospitality', 'standards'], ['standards', 'planning'], ['planning', 'undertaking'], ['undertaking', 'administrative'], ['administrative', 'tasks'], ['tasks', 'promoting'], ['promoting', 'marketing'], ['marketing', 'business'], ['business', 'company'], ['company', 'endurance'], ['endurance', 'fitness'], ['fitness', 'club'], ['club', 'description'], ['description', 'fitness'], ['fitness', 'sales'], ['sales', 'administration'], ['administration', 'facility'], ['facility', 'house'], ['house', 'keeping'], ['skills', 'computer', 'can'], ['computer', 'can', 'easily'], ['can', 'easily', 'operate'], ['easily', 'operate', 'operating'], ['operate', 'operating', 'system'], ['operating', 'system', 'like'], ['system', 'like', 'windows'], ['like', 'windows', '10'], ['windows', '10', 'can'], ['10', 'can', 'work'], ['can', 'work', 'ms'], ['work', 'ms', 'office'], ['ms', 'office', 'word'], ['office', 'word', 'excel'], ['word', 'excel', 'powerpoint'], ['excel', 'powerpoint', 'can'], ['powerpoint', 'can', 'easily'], ['can', 'easily', 'operate'], ['easily', 'operate', 'internet'], ['operate', 'internet', 'gym'], ['internet', 'gym', 'management'], ['gym', 'management', 'software'], ['management', 'software', 'website'], ['software', 'website', 'mobile'], ['website', 'mobile', 'application'], ['mobile', 'application', 'education'], ['application', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2010'], ['january', '2010', 'advance'], ['2010', 'advance', 'diploma'], ['advance', 'diploma', 'hotel'], ['diploma', 'hotel', 'management'], ['hotel', 'management', 'j'], ['management', 'j', 'w'], ['j', 'w', 'institute'], ['w', 'institute', 'hotel'], ['institute', 'hotel', 'management'], ['hotel', 'management', 'gym'], ['management', 'gym', 'management'], ['gym', 'management', 'consultant'], ['management', 'consultant', 'gym'], ['consultant', 'gym', 'management'], ['gym', 'management', 'consultant'], ['management', 'consultant', 'sculpt'], ['consultant', 'sculpt', 'fitness'], ['sculpt', 'fitness', 'centre'], ['fitness', 'centre', 'skill'], ['centre', 'skill', 'details'], ['skill', 'details', 'excel'], ['details', 'excel', 'exprience'], ['excel', 'exprience', '96'], ['exprience', '96', 'months'], ['96', 'months', 'powerpoint'], ['months', 'powerpoint', 'exprience'], ['powerpoint', 'exprience', '96'], ['exprience', '96', 'months'], ['96', 'months', 'word'], ['months', 'word', 'exprience'], ['word', 'exprience', '96'], ['exprience', '96', 'months'], ['96', 'months', 'gym'], ['months', 'gym', 'management'], ['gym', 'management', 'software'], ['management', 'software', 'exprience'], ['software', 'exprience', '96'], ['exprience', '96', 'monthscompany'], ['96', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'sculpt'], ['company', 'sculpt', 'fitness'], ['sculpt', 'fitness', 'centre'], ['fitness', 'centre', 'description'], ['centre', 'description', '2015'], ['description', '2015', 'present'], ['2015', 'present', 'sales'], ['present', 'sales', 'fitness'], ['sales', 'fitness', 'operations'], ['fitness', 'operations', 'company'], ['operations', 'company', 'ab'], ['company', 'ab', 'fitness'], ['ab', 'fitness', 'club'], ['fitness', 'club', 'description'], ['club', 'description', 'fitness'], ['description', 'fitness', 'sales'], ['fitness', 'sales', 'administration'], ['sales', 'administration', 'facility'], ['administration', 'facility', 'house'], ['facility', 'house', 'keeping'], ['house', 'keeping', 'company'], ['keeping', 'company', 'ab'], ['company', 'ab', 'fitness'], ['ab', 'fitness', 'club'], ['fitness', 'club', 'description'], ['club', 'description', 'sales'], ['description', 'sales', 'fitness'], ['sales', 'fitness', 'operations'], ['fitness', 'operations', 'company'], ['operations', 'company', 'ultimate'], ['company', 'ultimate', 'fitness'], ['ultimate', 'fitness', 'club'], ['fitness', 'club', 'description'], ['club', 'description', 'company'], ['description', 'company', 'tripod'], ['company', 'tripod', 'fitness'], ['tripod', 'fitness', 'arena'], ['fitness', 'arena', 'description'], ['arena', 'description', 'sales'], ['description', 'sales', 'administration'], ['sales', 'administration', 'company'], ['administration', 'company', 'c'], ['company', 'c', 'k'], ['c', 'k', 'fitness'], ['k', 'fitness', 'description'], ['fitness', 'description', 'sales'], ['description', 'sales', 'fitness'], ['sales', 'fitness', 'staff'], ['fitness', 'staff', 'recruitment'], ['staff', 'recruitment', 'key'], ['recruitment', 'key', 'roles'], ['key', 'roles', 'designing'], ['roles', 'designing', 'promoting'], ['designing', 'promoting', 'activities'], ['promoting', 'activities', 'meet'], ['activities', 'meet', 'customer'], ['meet', 'customer', 'demand'], ['customer', 'demand', 'generate'], ['demand', 'generate', 'revenue'], ['generate', 'revenue', 'advertising'], ['revenue', 'advertising', 'promoting'], ['advertising', 'promoting', 'club'], ['promoting', 'club', 'centre'], ['club', 'centre', 'increase'], ['centre', 'increase', 'usage'], ['increase', 'usage', 'considering'], ['usage', 'considering', 'market'], ['considering', 'market', 'research'], ['market', 'research', 'recruiting'], ['research', 'recruiting', 'training'], ['recruiting', 'training', 'supervising'], ['training', 'supervising', 'staff'], ['supervising', 'staff', 'including'], ['staff', 'including', 'managing'], ['including', 'managing', 'staff'], ['managing', 'staff', 'rotas'], ['staff', 'rotas', 'taking'], ['rotas', 'taking', 'daily'], ['taking', 'daily', 'weekly'], ['daily', 'weekly', 'monthly'], ['weekly', 'monthly', 'reporting'], ['monthly', 'reporting', 'fitness'], ['reporting', 'fitness', 'manager'], ['fitness', 'manager', 'sales'], ['manager', 'sales', 'team'], ['sales', 'team', 'lead'], ['team', 'lead', 'and'], ['lead', 'and', 'housekeeping'], ['and', 'housekeeping', 'head'], ['housekeeping', 'head', 'carrying'], ['head', 'carrying', 'health'], ['carrying', 'health', 'safety'], ['health', 'safety', 'checks'], ['safety', 'checks', 'equipment'], ['checks', 'equipment', 'site'], ['equipment', 'site', 'retaining'], ['site', 'retaining', 'existing'], ['retaining', 'existing', 'members'], ['existing', 'members', 'providing'], ['members', 'providing', 'good'], ['providing', 'good', 'quality'], ['good', 'quality', 'service'], ['quality', 'service', 'providing'], ['service', 'providing', 'good'], ['providing', 'good', 'sales'], ['good', 'sales', 'programs'], ['sales', 'programs', 'prioritizing'], ['programs', 'prioritizing', 'target'], ['prioritizing', 'target', 'activities'], ['target', 'activities', 'user'], ['activities', 'user', 'groups'], ['user', 'groups', 'especially'], ['groups', 'especially', 'local'], ['especially', 'local', 'authority'], ['local', 'authority', 'centres'], ['authority', 'centres', 'customer'], ['centres', 'customer', 'relationship'], ['customer', 'relationship', 'providing'], ['relationship', 'providing', 'training'], ['providing', 'training', 'sales'], ['training', 'sales', 'staff'], ['sales', 'staff', 'deal'], ['staff', 'deal', 'enquiries'], ['deal', 'enquiries', 'complaints'], ['enquiries', 'complaints', 'emergencies'], ['complaints', 'emergencies', 'delivering'], ['emergencies', 'delivering', 'fitness'], ['delivering', 'fitness', 'training'], ['fitness', 'training', 'coaching'], ['training', 'coaching', 'sports'], ['coaching', 'sports', 'activities'], ['sports', 'activities', 'often'], ['activities', 'often', 'good'], ['often', 'good', 'way'], ['good', 'way', 'maintaining'], ['way', 'maintaining', 'contact'], ['maintaining', 'contact', 'customers'], ['contact', 'customers', 'preparing'], ['customers', 'preparing', 'checking'], ['preparing', 'checking', 'budgets'], ['checking', 'budgets', 'generating'], ['budgets', 'generating', 'revenue'], ['generating', 'revenue', 'cashing'], ['revenue', 'cashing', 'keeping'], ['cashing', 'keeping', 'stock'], ['keeping', 'stock', 'records'], ['stock', 'records', 'supplements'], ['records', 'supplements', 'utilizing'], ['supplements', 'utilizing', 'group'], ['utilizing', 'group', 'x'], ['group', 'x', 'studio'], ['x', 'studio', 'scheduling'], ['studio', 'scheduling', 'exciting'], ['scheduling', 'exciting', 'grouper'], ['exciting', 'grouper', 'batches'], ['grouper', 'batches', 'writing'], ['batches', 'writing', 'monthly'], ['writing', 'monthly', 'weekly'], ['monthly', 'weekly', 'reports'], ['weekly', 'reports', 'preparing'], ['reports', 'preparing', 'cash'], ['preparing', 'cash', 'projections'], ['cash', 'projections', 'centre'], ['projections', 'centre', 'owners'], ['centre', 'owners', 'enhancing'], ['owners', 'enhancing', 'profitability'], ['enhancing', 'profitability', 'organizing'], ['profitability', 'organizing', 'delivering'], ['organizing', 'delivering', 'appropriate'], ['delivering', 'appropriate', 'range'], ['appropriate', 'range', 'fitness'], ['range', 'fitness', 'activities'], ['fitness', 'activities', 'programs'], ['activities', 'programs', 'keeping'], ['programs', 'keeping', 'statistical'], ['keeping', 'statistical', 'financial'], ['statistical', 'financial', 'records'], ['financial', 'records', 'keeping'], ['records', 'keeping', 'check'], ['keeping', 'check', 'maintenance'], ['check', 'maintenance', 'fitness'], ['maintenance', 'fitness', 'equipment'], ['fitness', 'equipment', 'facilities'], ['equipment', 'facilities', 'ensuring'], ['facilities', 'ensuring', 'compliance'], ['ensuring', 'compliance', 'health'], ['compliance', 'health', 'safety'], ['health', 'safety', 'legislation'], ['safety', 'legislation', 'maintaining'], ['legislation', 'maintaining', 'customer'], ['maintaining', 'customer', 'service'], ['customer', 'service', 'fitness'], ['service', 'fitness', 'hospitality'], ['fitness', 'hospitality', 'standards'], ['hospitality', 'standards', 'planning'], ['standards', 'planning', 'undertaking'], ['planning', 'undertaking', 'administrative'], ['undertaking', 'administrative', 'tasks'], ['administrative', 'tasks', 'promoting'], ['tasks', 'promoting', 'marketing'], ['promoting', 'marketing', 'business'], ['marketing', 'business', 'company'], ['business', 'company', 'endurance'], ['company', 'endurance', 'fitness'], ['endurance', 'fitness', 'club'], ['fitness', 'club', 'description'], ['club', 'description', 'fitness'], ['description', 'fitness', 'sales'], ['fitness', 'sales', 'administration'], ['sales', 'administration', 'facility'], ['administration', 'facility', 'house'], ['facility', 'house', 'keeping'], ['skills', 'computer', 'can', 'easily'], ['computer', 'can', 'easily', 'operate'], ['can', 'easily', 'operate', 'operating'], ['easily', 'operate', 'operating', 'system'], ['operate', 'operating', 'system', 'like'], ['operating', 'system', 'like', 'windows'], ['system', 'like', 'windows', '10'], ['like', 'windows', '10', 'can'], ['windows', '10', 'can', 'work'], ['10', 'can', 'work', 'ms'], ['can', 'work', 'ms', 'office'], ['work', 'ms', 'office', 'word'], ['ms', 'office', 'word', 'excel'], ['office', 'word', 'excel', 'powerpoint'], ['word', 'excel', 'powerpoint', 'can'], ['excel', 'powerpoint', 'can', 'easily'], ['powerpoint', 'can', 'easily', 'operate'], ['can', 'easily', 'operate', 'internet'], ['easily', 'operate', 'internet', 'gym'], ['operate', 'internet', 'gym', 'management'], ['internet', 'gym', 'management', 'software'], ['gym', 'management', 'software', 'website'], ['management', 'software', 'website', 'mobile'], ['software', 'website', 'mobile', 'application'], ['website', 'mobile', 'application', 'education'], ['mobile', 'application', 'education', 'details'], ['application', 'education', 'details', 'january'], ['education', 'details', 'january', '2010'], ['details', 'january', '2010', 'advance'], ['january', '2010', 'advance', 'diploma'], ['2010', 'advance', 'diploma', 'hotel'], ['advance', 'diploma', 'hotel', 'management'], ['diploma', 'hotel', 'management', 'j'], ['hotel', 'management', 'j', 'w'], ['management', 'j', 'w', 'institute'], ['j', 'w', 'institute', 'hotel'], ['w', 'institute', 'hotel', 'management'], ['institute', 'hotel', 'management', 'gym'], ['hotel', 'management', 'gym', 'management'], ['management', 'gym', 'management', 'consultant'], ['gym', 'management', 'consultant', 'gym'], ['management', 'consultant', 'gym', 'management'], ['consultant', 'gym', 'management', 'consultant'], ['gym', 'management', 'consultant', 'sculpt'], ['management', 'consultant', 'sculpt', 'fitness'], ['consultant', 'sculpt', 'fitness', 'centre'], ['sculpt', 'fitness', 'centre', 'skill'], ['fitness', 'centre', 'skill', 'details'], ['centre', 'skill', 'details', 'excel'], ['skill', 'details', 'excel', 'exprience'], ['details', 'excel', 'exprience', '96'], ['excel', 'exprience', '96', 'months'], ['exprience', '96', 'months', 'powerpoint'], ['96', 'months', 'powerpoint', 'exprience'], ['months', 'powerpoint', 'exprience', '96'], ['powerpoint', 'exprience', '96', 'months'], ['exprience', '96', 'months', 'word'], ['96', 'months', 'word', 'exprience'], ['months', 'word', 'exprience', '96'], ['word', 'exprience', '96', 'months'], ['exprience', '96', 'months', 'gym'], ['96', 'months', 'gym', 'management'], ['months', 'gym', 'management', 'software'], ['gym', 'management', 'software', 'exprience'], ['management', 'software', 'exprience', '96'], ['software', 'exprience', '96', 'monthscompany'], ['exprience', '96', 'monthscompany', 'details'], ['96', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'sculpt'], ['details', 'company', 'sculpt', 'fitness'], ['company', 'sculpt', 'fitness', 'centre'], ['sculpt', 'fitness', 'centre', 'description'], ['fitness', 'centre', 'description', '2015'], ['centre', 'description', '2015', 'present'], ['description', '2015', 'present', 'sales'], ['2015', 'present', 'sales', 'fitness'], ['present', 'sales', 'fitness', 'operations'], ['sales', 'fitness', 'operations', 'company'], ['fitness', 'operations', 'company', 'ab'], ['operations', 'company', 'ab', 'fitness'], ['company', 'ab', 'fitness', 'club'], ['ab', 'fitness', 'club', 'description'], ['fitness', 'club', 'description', 'fitness'], ['club', 'description', 'fitness', 'sales'], ['description', 'fitness', 'sales', 'administration'], ['fitness', 'sales', 'administration', 'facility'], ['sales', 'administration', 'facility', 'house'], ['administration', 'facility', 'house', 'keeping'], ['facility', 'house', 'keeping', 'company'], ['house', 'keeping', 'company', 'ab'], ['keeping', 'company', 'ab', 'fitness'], ['company', 'ab', 'fitness', 'club'], ['ab', 'fitness', 'club', 'description'], ['fitness', 'club', 'description', 'sales'], ['club', 'description', 'sales', 'fitness'], ['description', 'sales', 'fitness', 'operations'], ['sales', 'fitness', 'operations', 'company'], ['fitness', 'operations', 'company', 'ultimate'], ['operations', 'company', 'ultimate', 'fitness'], ['company', 'ultimate', 'fitness', 'club'], ['ultimate', 'fitness', 'club', 'description'], ['fitness', 'club', 'description', 'company'], ['club', 'description', 'company', 'tripod'], ['description', 'company', 'tripod', 'fitness'], ['company', 'tripod', 'fitness', 'arena'], ['tripod', 'fitness', 'arena', 'description'], ['fitness', 'arena', 'description', 'sales'], ['arena', 'description', 'sales', 'administration'], ['description', 'sales', 'administration', 'company'], ['sales', 'administration', 'company', 'c'], ['administration', 'company', 'c', 'k'], ['company', 'c', 'k', 'fitness'], ['c', 'k', 'fitness', 'description'], ['k', 'fitness', 'description', 'sales'], ['fitness', 'description', 'sales', 'fitness'], ['description', 'sales', 'fitness', 'staff'], ['sales', 'fitness', 'staff', 'recruitment'], ['fitness', 'staff', 'recruitment', 'key'], ['staff', 'recruitment', 'key', 'roles'], ['recruitment', 'key', 'roles', 'designing'], ['key', 'roles', 'designing', 'promoting'], ['roles', 'designing', 'promoting', 'activities'], ['designing', 'promoting', 'activities', 'meet'], ['promoting', 'activities', 'meet', 'customer'], ['activities', 'meet', 'customer', 'demand'], ['meet', 'customer', 'demand', 'generate'], ['customer', 'demand', 'generate', 'revenue'], ['demand', 'generate', 'revenue', 'advertising'], ['generate', 'revenue', 'advertising', 'promoting'], ['revenue', 'advertising', 'promoting', 'club'], ['advertising', 'promoting', 'club', 'centre'], ['promoting', 'club', 'centre', 'increase'], ['club', 'centre', 'increase', 'usage'], ['centre', 'increase', 'usage', 'considering'], ['increase', 'usage', 'considering', 'market'], ['usage', 'considering', 'market', 'research'], ['considering', 'market', 'research', 'recruiting'], ['market', 'research', 'recruiting', 'training'], ['research', 'recruiting', 'training', 'supervising'], ['recruiting', 'training', 'supervising', 'staff'], ['training', 'supervising', 'staff', 'including'], ['supervising', 'staff', 'including', 'managing'], ['staff', 'including', 'managing', 'staff'], ['including', 'managing', 'staff', 'rotas'], ['managing', 'staff', 'rotas', 'taking'], ['staff', 'rotas', 'taking', 'daily'], ['rotas', 'taking', 'daily', 'weekly'], ['taking', 'daily', 'weekly', 'monthly'], ['daily', 'weekly', 'monthly', 'reporting'], ['weekly', 'monthly', 'reporting', 'fitness'], ['monthly', 'reporting', 'fitness', 'manager'], ['reporting', 'fitness', 'manager', 'sales'], ['fitness', 'manager', 'sales', 'team'], ['manager', 'sales', 'team', 'lead'], ...], [['education'], ['details'], ['january'], ['2009'], ['p'], ['g'], ['sports'], ['science'], ['dr'], ['bmn'], ['college'], ['home'], ['science'], ['january'], ['2008'], ['bsc'], ['food'], ['science'], ['nutrition'], ['dr'], ['bmn'], ['college'], ['home'], ['science'], ['january'], ['2004'], ['hsc'], ['central'], ['railway'], ['jr'], ['college'], ['science'], ['commerce'], ['january'], ['2002'], ['ssc'], ['history'], ['ies'], ['modern'], ['english'], ['school'], ['msc'], ['nutrition'], ['college'], ['home'], ['science'], ['nutritionist'], ['health'], ['promoter'], ['9yrs'], ['experience'], ['nutritionist'], ['health'], ['coach'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['ugc'], ['net'], ['description'], ['career'], ['objective'], ['to'], ['use'], ['qualifications'], ['nutritionist'], ['health'], ['promoter'], ['contribute'], ['well'], ['individuals'], ['community'], ['ugc'], ['net'], ['certificate'], ['lectureship'], ['mar'], ['2013'], ['skills'], ['learnt'], ['working'], ['team'], ['environment'], ['working'], ['individual'], ['time'], ['management'], ['ensure'], ['customers'], ['served'], ['sufficiently'], ['tasks'], ['completed'], ['high'], ['standard'], ['working'], ['pressure'], ['busy'], ['environment'], ['personal'], ['presentation'], ['communication'], ['skills'], ['9'], ['years'], ['work'], ['experience'], ['healthcare'], ['startups'], ['health'], ['clubs'], ['enhanced'], ['communication'], ['skills'], ['discussions'], ['health'], ['fitness'], ['professionals'], ['clients'], ['writing'], ['articles'], ['designing'], ['customized'], ['diet'], ['plans'], ['confident'], ['communicating'], ['people'], ['levels'], ['ensuring'], ['needs'], ['met'], ['leadership'], ['skills'], ['leadership'], ['skills'], ['developed'], ['high'], ['school'], ['college'], ['group'], ['leader'], ['team'], ['work'], ['essential'], ['also'], ['conflict'], ['resolution'], ['skills'], ['developed'], ['oral'], ['skills'], ['volunteering'], ['activities'], ['leadership'], ['roles'], ['university'], ['requirements'], ['involved'], ['many'], ['public'], ['speaking'], ['opportunities'], ['communicating'], ['general'], ['public'], ['asking'], ['questions'], ['giving'], ['presentations'], ['helped'], ['develop'], ['public'], ['speaking'], ['skills'], ['comfortable'], ['public'], ['speaking'], ['roles'], ['education', 'details'], ['details', 'january'], ['january', '2009'], ['2009', 'p'], ['p', 'g'], ['g', 'sports'], ['sports', 'science'], ['science', 'dr'], ['dr', 'bmn'], ['bmn', 'college'], ['college', 'home'], ['home', 'science'], ['science', 'january'], ['january', '2008'], ['2008', 'bsc'], ['bsc', 'food'], ['food', 'science'], ['science', 'nutrition'], ['nutrition', 'dr'], ['dr', 'bmn'], ['bmn', 'college'], ['college', 'home'], ['home', 'science'], ['science', 'january'], ['january', '2004'], ['2004', 'hsc'], ['hsc', 'central'], ['central', 'railway'], ['railway', 'jr'], ['jr', 'college'], ['college', 'science'], ['science', 'commerce'], ['commerce', 'january'], ['january', '2002'], ['2002', 'ssc'], ['ssc', 'history'], ['history', 'ies'], ['ies', 'modern'], ['modern', 'english'], ['english', 'school'], ['school', 'msc'], ['msc', 'nutrition'], ['nutrition', 'college'], ['college', 'home'], ['home', 'science'], ['science', 'nutritionist'], ['nutritionist', 'health'], ['health', 'promoter'], ['promoter', '9yrs'], ['9yrs', 'experience'], ['experience', 'nutritionist'], ['nutritionist', 'health'], ['health', 'coach'], ['coach', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'ugc'], ['ugc', 'net'], ['net', 'description'], ['description', 'career'], ['career', 'objective'], ['objective', 'to'], ['to', 'use'], ['use', 'qualifications'], ['qualifications', 'nutritionist'], ['nutritionist', 'health'], ['health', 'promoter'], ['promoter', 'contribute'], ['contribute', 'well'], ['well', 'individuals'], ['individuals', 'community'], ['community', 'ugc'], ['ugc', 'net'], ['net', 'certificate'], ['certificate', 'lectureship'], ['lectureship', 'mar'], ['mar', '2013'], ['2013', 'skills'], ['skills', 'learnt'], ['learnt', 'working'], ['working', 'team'], ['team', 'environment'], ['environment', 'working'], ['working', 'individual'], ['individual', 'time'], ['time', 'management'], ['management', 'ensure'], ['ensure', 'customers'], ['customers', 'served'], ['served', 'sufficiently'], ['sufficiently', 'tasks'], ['tasks', 'completed'], ['completed', 'high'], ['high', 'standard'], ['standard', 'working'], ['working', 'pressure'], ['pressure', 'busy'], ['busy', 'environment'], ['environment', 'personal'], ['personal', 'presentation'], ['presentation', 'communication'], ['communication', 'skills'], ['skills', '9'], ['9', 'years'], ['years', 'work'], ['work', 'experience'], ['experience', 'healthcare'], ['healthcare', 'startups'], ['startups', 'health'], ['health', 'clubs'], ['clubs', 'enhanced'], ['enhanced', 'communication'], ['communication', 'skills'], ['skills', 'discussions'], ['discussions', 'health'], ['health', 'fitness'], ['fitness', 'professionals'], ['professionals', 'clients'], ['clients', 'writing'], ['writing', 'articles'], ['articles', 'designing'], ['designing', 'customized'], ['customized', 'diet'], ['diet', 'plans'], ['plans', 'confident'], ['confident', 'communicating'], ['communicating', 'people'], ['people', 'levels'], ['levels', 'ensuring'], ['ensuring', 'needs'], ['needs', 'met'], ['met', 'leadership'], ['leadership', 'skills'], ['skills', 'leadership'], ['leadership', 'skills'], ['skills', 'developed'], ['developed', 'high'], ['high', 'school'], ['school', 'college'], ['college', 'group'], ['group', 'leader'], ['leader', 'team'], ['team', 'work'], ['work', 'essential'], ['essential', 'also'], ['also', 'conflict'], ['conflict', 'resolution'], ['resolution', 'skills'], ['skills', 'developed'], ['developed', 'oral'], ['oral', 'skills'], ['skills', 'volunteering'], ['volunteering', 'activities'], ['activities', 'leadership'], ['leadership', 'roles'], ['roles', 'university'], ['university', 'requirements'], ['requirements', 'involved'], ['involved', 'many'], ['many', 'public'], ['public', 'speaking'], ['speaking', 'opportunities'], ['opportunities', 'communicating'], ['communicating', 'general'], ['general', 'public'], ['public', 'asking'], ['asking', 'questions'], ['questions', 'giving'], ['giving', 'presentations'], ['presentations', 'helped'], ['helped', 'develop'], ['develop', 'public'], ['public', 'speaking'], ['speaking', 'skills'], ['skills', 'comfortable'], ['comfortable', 'public'], ['public', 'speaking'], ['speaking', 'roles'], ['education', 'details', 'january'], ['details', 'january', '2009'], ['january', '2009', 'p'], ['2009', 'p', 'g'], ['p', 'g', 'sports'], ['g', 'sports', 'science'], ['sports', 'science', 'dr'], ['science', 'dr', 'bmn'], ['dr', 'bmn', 'college'], ['bmn', 'college', 'home'], ['college', 'home', 'science'], ['home', 'science', 'january'], ['science', 'january', '2008'], ['january', '2008', 'bsc'], ['2008', 'bsc', 'food'], ['bsc', 'food', 'science'], ['food', 'science', 'nutrition'], ['science', 'nutrition', 'dr'], ['nutrition', 'dr', 'bmn'], ['dr', 'bmn', 'college'], ['bmn', 'college', 'home'], ['college', 'home', 'science'], ['home', 'science', 'january'], ['science', 'january', '2004'], ['january', '2004', 'hsc'], ['2004', 'hsc', 'central'], ['hsc', 'central', 'railway'], ['central', 'railway', 'jr'], ['railway', 'jr', 'college'], ['jr', 'college', 'science'], ['college', 'science', 'commerce'], ['science', 'commerce', 'january'], ['commerce', 'january', '2002'], ['january', '2002', 'ssc'], ['2002', 'ssc', 'history'], ['ssc', 'history', 'ies'], ['history', 'ies', 'modern'], ['ies', 'modern', 'english'], ['modern', 'english', 'school'], ['english', 'school', 'msc'], ['school', 'msc', 'nutrition'], ['msc', 'nutrition', 'college'], ['nutrition', 'college', 'home'], ['college', 'home', 'science'], ['home', 'science', 'nutritionist'], ['science', 'nutritionist', 'health'], ['nutritionist', 'health', 'promoter'], ['health', 'promoter', '9yrs'], ['promoter', '9yrs', 'experience'], ['9yrs', 'experience', 'nutritionist'], ['experience', 'nutritionist', 'health'], ['nutritionist', 'health', 'coach'], ['health', 'coach', 'skill'], ['coach', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'ugc'], ['company', 'ugc', 'net'], ['ugc', 'net', 'description'], ['net', 'description', 'career'], ['description', 'career', 'objective'], ['career', 'objective', 'to'], ['objective', 'to', 'use'], ['to', 'use', 'qualifications'], ['use', 'qualifications', 'nutritionist'], ['qualifications', 'nutritionist', 'health'], ['nutritionist', 'health', 'promoter'], ['health', 'promoter', 'contribute'], ['promoter', 'contribute', 'well'], ['contribute', 'well', 'individuals'], ['well', 'individuals', 'community'], ['individuals', 'community', 'ugc'], ['community', 'ugc', 'net'], ['ugc', 'net', 'certificate'], ['net', 'certificate', 'lectureship'], ['certificate', 'lectureship', 'mar'], ['lectureship', 'mar', '2013'], ['mar', '2013', 'skills'], ['2013', 'skills', 'learnt'], ['skills', 'learnt', 'working'], ['learnt', 'working', 'team'], ['working', 'team', 'environment'], ['team', 'environment', 'working'], ['environment', 'working', 'individual'], ['working', 'individual', 'time'], ['individual', 'time', 'management'], ['time', 'management', 'ensure'], ['management', 'ensure', 'customers'], ['ensure', 'customers', 'served'], ['customers', 'served', 'sufficiently'], ['served', 'sufficiently', 'tasks'], ['sufficiently', 'tasks', 'completed'], ['tasks', 'completed', 'high'], ['completed', 'high', 'standard'], ['high', 'standard', 'working'], ['standard', 'working', 'pressure'], ['working', 'pressure', 'busy'], ['pressure', 'busy', 'environment'], ['busy', 'environment', 'personal'], ['environment', 'personal', 'presentation'], ['personal', 'presentation', 'communication'], ['presentation', 'communication', 'skills'], ['communication', 'skills', '9'], ['skills', '9', 'years'], ['9', 'years', 'work'], ['years', 'work', 'experience'], ['work', 'experience', 'healthcare'], ['experience', 'healthcare', 'startups'], ['healthcare', 'startups', 'health'], ['startups', 'health', 'clubs'], ['health', 'clubs', 'enhanced'], ['clubs', 'enhanced', 'communication'], ['enhanced', 'communication', 'skills'], ['communication', 'skills', 'discussions'], ['skills', 'discussions', 'health'], ['discussions', 'health', 'fitness'], ['health', 'fitness', 'professionals'], ['fitness', 'professionals', 'clients'], ['professionals', 'clients', 'writing'], ['clients', 'writing', 'articles'], ['writing', 'articles', 'designing'], ['articles', 'designing', 'customized'], ['designing', 'customized', 'diet'], ['customized', 'diet', 'plans'], ['diet', 'plans', 'confident'], ['plans', 'confident', 'communicating'], ['confident', 'communicating', 'people'], ['communicating', 'people', 'levels'], ['people', 'levels', 'ensuring'], ['levels', 'ensuring', 'needs'], ['ensuring', 'needs', 'met'], ['needs', 'met', 'leadership'], ['met', 'leadership', 'skills'], ['leadership', 'skills', 'leadership'], ['skills', 'leadership', 'skills'], ['leadership', 'skills', 'developed'], ['skills', 'developed', 'high'], ['developed', 'high', 'school'], ['high', 'school', 'college'], ['school', 'college', 'group'], ['college', 'group', 'leader'], ['group', 'leader', 'team'], ['leader', 'team', 'work'], ['team', 'work', 'essential'], ['work', 'essential', 'also'], ['essential', 'also', 'conflict'], ['also', 'conflict', 'resolution'], ['conflict', 'resolution', 'skills'], ['resolution', 'skills', 'developed'], ['skills', 'developed', 'oral'], ['developed', 'oral', 'skills'], ['oral', 'skills', 'volunteering'], ['skills', 'volunteering', 'activities'], ['volunteering', 'activities', 'leadership'], ['activities', 'leadership', 'roles'], ['leadership', 'roles', 'university'], ['roles', 'university', 'requirements'], ['university', 'requirements', 'involved'], ['requirements', 'involved', 'many'], ['involved', 'many', 'public'], ['many', 'public', 'speaking'], ['public', 'speaking', 'opportunities'], ['speaking', 'opportunities', 'communicating'], ['opportunities', 'communicating', 'general'], ['communicating', 'general', 'public'], ['general', 'public', 'asking'], ['public', 'asking', 'questions'], ['asking', 'questions', 'giving'], ['questions', 'giving', 'presentations'], ['giving', 'presentations', 'helped'], ['presentations', 'helped', 'develop'], ['helped', 'develop', 'public'], ['develop', 'public', 'speaking'], ['public', 'speaking', 'skills'], ['speaking', 'skills', 'comfortable'], ['skills', 'comfortable', 'public'], ['comfortable', 'public', 'speaking'], ['public', 'speaking', 'roles'], ['education', 'details', 'january', '2009'], ['details', 'january', '2009', 'p'], ['january', '2009', 'p', 'g'], ['2009', 'p', 'g', 'sports'], ['p', 'g', 'sports', 'science'], ['g', 'sports', 'science', 'dr'], ['sports', 'science', 'dr', 'bmn'], ['science', 'dr', 'bmn', 'college'], ['dr', 'bmn', 'college', 'home'], ['bmn', 'college', 'home', 'science'], ['college', 'home', 'science', 'january'], ['home', 'science', 'january', '2008'], ['science', 'january', '2008', 'bsc'], ['january', '2008', 'bsc', 'food'], ['2008', 'bsc', 'food', 'science'], ['bsc', 'food', 'science', 'nutrition'], ['food', 'science', 'nutrition', 'dr'], ['science', 'nutrition', 'dr', 'bmn'], ['nutrition', 'dr', 'bmn', 'college'], ['dr', 'bmn', 'college', 'home'], ['bmn', 'college', 'home', 'science'], ['college', 'home', 'science', 'january'], ['home', 'science', 'january', '2004'], ['science', 'january', '2004', 'hsc'], ['january', '2004', 'hsc', 'central'], ['2004', 'hsc', 'central', 'railway'], ['hsc', 'central', 'railway', 'jr'], ['central', 'railway', 'jr', 'college'], ['railway', 'jr', 'college', 'science'], ['jr', 'college', 'science', 'commerce'], ['college', 'science', 'commerce', 'january'], ['science', 'commerce', 'january', '2002'], ['commerce', 'january', '2002', 'ssc'], ['january', '2002', 'ssc', 'history'], ['2002', 'ssc', 'history', 'ies'], ['ssc', 'history', 'ies', 'modern'], ['history', 'ies', 'modern', 'english'], ['ies', 'modern', 'english', 'school'], ['modern', 'english', 'school', 'msc'], ['english', 'school', 'msc', 'nutrition'], ['school', 'msc', 'nutrition', 'college'], ['msc', 'nutrition', 'college', 'home'], ['nutrition', 'college', 'home', 'science'], ['college', 'home', 'science', 'nutritionist'], ['home', 'science', 'nutritionist', 'health'], ['science', 'nutritionist', 'health', 'promoter'], ['nutritionist', 'health', 'promoter', '9yrs'], ['health', 'promoter', '9yrs', 'experience'], ['promoter', '9yrs', 'experience', 'nutritionist'], ['9yrs', 'experience', 'nutritionist', 'health'], ['experience', 'nutritionist', 'health', 'coach'], ['nutritionist', 'health', 'coach', 'skill'], ['health', 'coach', 'skill', 'details'], ['coach', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'ugc'], ['details', 'company', 'ugc', 'net'], ['company', 'ugc', 'net', 'description'], ['ugc', 'net', 'description', 'career'], ['net', 'description', 'career', 'objective'], ['description', 'career', 'objective', 'to'], ['career', 'objective', 'to', 'use'], ['objective', 'to', 'use', 'qualifications'], ['to', 'use', 'qualifications', 'nutritionist'], ['use', 'qualifications', 'nutritionist', 'health'], ['qualifications', 'nutritionist', 'health', 'promoter'], ['nutritionist', 'health', 'promoter', 'contribute'], ['health', 'promoter', 'contribute', 'well'], ['promoter', 'contribute', 'well', 'individuals'], ['contribute', 'well', 'individuals', 'community'], ['well', 'individuals', 'community', 'ugc'], ['individuals', 'community', 'ugc', 'net'], ['community', 'ugc', 'net', 'certificate'], ['ugc', 'net', 'certificate', 'lectureship'], ['net', 'certificate', 'lectureship', 'mar'], ['certificate', 'lectureship', 'mar', '2013'], ['lectureship', 'mar', '2013', 'skills'], ['mar', '2013', 'skills', 'learnt'], ['2013', 'skills', 'learnt', 'working'], ['skills', 'learnt', 'working', 'team'], ['learnt', 'working', 'team', 'environment'], ['working', 'team', 'environment', 'working'], ['team', 'environment', 'working', 'individual'], ['environment', 'working', 'individual', 'time'], ['working', 'individual', 'time', 'management'], ['individual', 'time', 'management', 'ensure'], ['time', 'management', 'ensure', 'customers'], ['management', 'ensure', 'customers', 'served'], ['ensure', 'customers', 'served', 'sufficiently'], ['customers', 'served', 'sufficiently', 'tasks'], ['served', 'sufficiently', 'tasks', 'completed'], ['sufficiently', 'tasks', 'completed', 'high'], ['tasks', 'completed', 'high', 'standard'], ['completed', 'high', 'standard', 'working'], ['high', 'standard', 'working', 'pressure'], ['standard', 'working', 'pressure', 'busy'], ['working', 'pressure', 'busy', 'environment'], ['pressure', 'busy', 'environment', 'personal'], ['busy', 'environment', 'personal', 'presentation'], ['environment', 'personal', 'presentation', 'communication'], ['personal', 'presentation', 'communication', 'skills'], ['presentation', 'communication', 'skills', '9'], ['communication', 'skills', '9', 'years'], ['skills', '9', 'years', 'work'], ['9', 'years', 'work', 'experience'], ['years', 'work', 'experience', 'healthcare'], ['work', 'experience', 'healthcare', 'startups'], ['experience', 'healthcare', 'startups', 'health'], ['healthcare', 'startups', 'health', 'clubs'], ['startups', 'health', 'clubs', 'enhanced'], ['health', 'clubs', 'enhanced', 'communication'], ['clubs', 'enhanced', 'communication', 'skills'], ['enhanced', 'communication', 'skills', 'discussions'], ['communication', 'skills', 'discussions', 'health'], ['skills', 'discussions', 'health', 'fitness'], ['discussions', 'health', 'fitness', 'professionals'], ['health', 'fitness', 'professionals', 'clients'], ['fitness', 'professionals', 'clients', 'writing'], ['professionals', 'clients', 'writing', 'articles'], ['clients', 'writing', 'articles', 'designing'], ['writing', 'articles', 'designing', 'customized'], ['articles', 'designing', 'customized', 'diet'], ['designing', 'customized', 'diet', 'plans'], ['customized', 'diet', 'plans', 'confident'], ['diet', 'plans', 'confident', 'communicating'], ['plans', 'confident', 'communicating', 'people'], ['confident', 'communicating', 'people', 'levels'], ['communicating', 'people', 'levels', 'ensuring'], ['people', 'levels', 'ensuring', 'needs'], ['levels', 'ensuring', 'needs', 'met'], ['ensuring', 'needs', 'met', 'leadership'], ['needs', 'met', 'leadership', 'skills'], ['met', 'leadership', 'skills', 'leadership'], ['leadership', 'skills', 'leadership', 'skills'], ['skills', 'leadership', 'skills', 'developed'], ['leadership', 'skills', 'developed', 'high'], ['skills', 'developed', 'high', 'school'], ['developed', 'high', 'school', 'college'], ['high', 'school', 'college', 'group'], ['school', 'college', 'group', 'leader'], ['college', 'group', 'leader', 'team'], ['group', 'leader', 'team', 'work'], ['leader', 'team', 'work', 'essential'], ['team', 'work', 'essential', 'also'], ['work', 'essential', 'also', 'conflict'], ['essential', 'also', 'conflict', 'resolution'], ['also', 'conflict', 'resolution', 'skills'], ['conflict', 'resolution', 'skills', 'developed'], ['resolution', 'skills', 'developed', 'oral'], ['skills', 'developed', 'oral', 'skills'], ['developed', 'oral', 'skills', 'volunteering'], ['oral', 'skills', 'volunteering', 'activities'], ['skills', 'volunteering', 'activities', 'leadership'], ['volunteering', 'activities', 'leadership', 'roles'], ['activities', 'leadership', 'roles', 'university'], ['leadership', 'roles', 'university', 'requirements'], ['roles', 'university', 'requirements', 'involved'], ['university', 'requirements', 'involved', 'many'], ['requirements', 'involved', 'many', 'public'], ['involved', 'many', 'public', 'speaking'], ['many', 'public', 'speaking', 'opportunities'], ['public', 'speaking', 'opportunities', 'communicating'], ['speaking', 'opportunities', 'communicating', 'general'], ['opportunities', 'communicating', 'general', 'public'], ['communicating', 'general', 'public', 'asking'], ['general', 'public', 'asking', 'questions'], ['public', 'asking', 'questions', 'giving'], ['asking', 'questions', 'giving', 'presentations'], ['questions', 'giving', 'presentations', 'helped'], ['giving', 'presentations', 'helped', 'develop'], ['presentations', 'helped', 'develop', 'public'], ['helped', 'develop', 'public', 'speaking'], ['develop', 'public', 'speaking', 'skills'], ['public', 'speaking', 'skills', 'comfortable'], ['speaking', 'skills', 'comfortable', 'public'], ['skills', 'comfortable', 'public', 'speaking'], ['comfortable', 'public', 'speaking', 'roles'], ['education', 'details', 'january', '2009', 'p'], ['details', 'january', '2009', 'p', 'g'], ['january', '2009', 'p', 'g', 'sports'], ['2009', 'p', 'g', 'sports', 'science'], ['p', 'g', 'sports', 'science', 'dr'], ['g', 'sports', 'science', 'dr', 'bmn'], ['sports', 'science', 'dr', 'bmn', 'college'], ['science', 'dr', 'bmn', 'college', 'home'], ['dr', 'bmn', 'college', 'home', 'science'], ['bmn', 'college', 'home', 'science', 'january'], ['college', 'home', 'science', 'january', '2008'], ['home', 'science', 'january', '2008', 'bsc'], ['science', 'january', '2008', 'bsc', 'food'], ['january', '2008', 'bsc', 'food', 'science'], ['2008', 'bsc', 'food', 'science', 'nutrition'], ['bsc', 'food', 'science', 'nutrition', 'dr'], ['food', 'science', 'nutrition', 'dr', 'bmn'], ['science', 'nutrition', 'dr', 'bmn', 'college'], ['nutrition', 'dr', 'bmn', 'college', 'home'], ['dr', 'bmn', 'college', 'home', 'science'], ['bmn', 'college', 'home', 'science', 'january'], ['college', 'home', 'science', 'january', '2004'], ['home', 'science', 'january', '2004', 'hsc'], ['science', 'january', '2004', 'hsc', 'central'], ['january', '2004', 'hsc', 'central', 'railway'], ['2004', 'hsc', 'central', 'railway', 'jr'], ['hsc', 'central', 'railway', 'jr', 'college'], ['central', 'railway', 'jr', 'college', 'science'], ['railway', 'jr', 'college', 'science', 'commerce'], ['jr', 'college', 'science', 'commerce', 'january'], ['college', 'science', 'commerce', 'january', '2002'], ['science', 'commerce', 'january', '2002', 'ssc'], ['commerce', 'january', '2002', 'ssc', 'history'], ['january', '2002', 'ssc', 'history', 'ies'], ['2002', 'ssc', 'history', 'ies', 'modern'], ['ssc', 'history', 'ies', 'modern', 'english'], ['history', 'ies', 'modern', 'english', 'school'], ['ies', 'modern', 'english', 'school', 'msc'], ['modern', 'english', 'school', 'msc', 'nutrition'], ['english', 'school', 'msc', 'nutrition', 'college'], ['school', 'msc', 'nutrition', 'college', 'home'], ['msc', 'nutrition', 'college', 'home', 'science'], ['nutrition', 'college', 'home', 'science', 'nutritionist'], ['college', 'home', 'science', 'nutritionist', 'health'], ['home', 'science', 'nutritionist', 'health', 'promoter'], ['science', 'nutritionist', 'health', 'promoter', '9yrs'], ['nutritionist', 'health', 'promoter', '9yrs', 'experience'], ['health', 'promoter', '9yrs', 'experience', 'nutritionist'], ['promoter', '9yrs', 'experience', 'nutritionist', 'health'], ['9yrs', 'experience', 'nutritionist', 'health', 'coach'], ['experience', 'nutritionist', 'health', 'coach', 'skill'], ['nutritionist', 'health', 'coach', 'skill', 'details'], ['health', 'coach', 'skill', 'details', 'company'], ['coach', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'ugc'], ['company', 'details', 'company', 'ugc', 'net'], ['details', 'company', 'ugc', 'net', 'description'], ['company', 'ugc', 'net', 'description', 'career'], ['ugc', 'net', 'description', 'career', 'objective'], ['net', 'description', 'career', 'objective', 'to'], ['description', 'career', 'objective', 'to', 'use'], ['career', 'objective', 'to', 'use', 'qualifications'], ['objective', 'to', 'use', 'qualifications', 'nutritionist'], ['to', 'use', 'qualifications', 'nutritionist', 'health'], ['use', 'qualifications', 'nutritionist', 'health', 'promoter'], ['qualifications', 'nutritionist', 'health', 'promoter', 'contribute'], ['nutritionist', 'health', 'promoter', 'contribute', 'well'], ['health', 'promoter', 'contribute', 'well', 'individuals'], ['promoter', 'contribute', 'well', 'individuals', 'community'], ['contribute', 'well', 'individuals', 'community', 'ugc'], ['well', 'individuals', 'community', 'ugc', 'net'], ['individuals', 'community', 'ugc', 'net', 'certificate'], ['community', 'ugc', 'net', 'certificate', 'lectureship'], ['ugc', 'net', 'certificate', 'lectureship', 'mar'], ['net', 'certificate', 'lectureship', 'mar', '2013'], ['certificate', 'lectureship', 'mar', '2013', 'skills'], ['lectureship', 'mar', '2013', 'skills', 'learnt'], ['mar', '2013', 'skills', 'learnt', 'working'], ['2013', 'skills', 'learnt', 'working', 'team'], ['skills', 'learnt', 'working', 'team', 'environment'], ['learnt', 'working', 'team', 'environment', 'working'], ['working', 'team', 'environment', 'working', 'individual'], ['team', 'environment', 'working', 'individual', 'time'], ['environment', 'working', 'individual', 'time', 'management'], ['working', 'individual', 'time', 'management', 'ensure'], ['individual', 'time', 'management', 'ensure', 'customers'], ['time', 'management', 'ensure', 'customers', 'served'], ['management', 'ensure', 'customers', 'served', 'sufficiently'], ['ensure', 'customers', 'served', 'sufficiently', 'tasks'], ['customers', 'served', 'sufficiently', 'tasks', 'completed'], ['served', 'sufficiently', 'tasks', 'completed', 'high'], ['sufficiently', 'tasks', 'completed', 'high', 'standard'], ['tasks', 'completed', 'high', 'standard', 'working'], ['completed', 'high', 'standard', 'working', 'pressure'], ['high', 'standard', 'working', 'pressure', 'busy'], ['standard', 'working', 'pressure', 'busy', 'environment'], ['working', 'pressure', 'busy', 'environment', 'personal'], ['pressure', 'busy', 'environment', 'personal', 'presentation'], ['busy', 'environment', 'personal', 'presentation', 'communication'], ['environment', 'personal', 'presentation', 'communication', 'skills'], ['personal', 'presentation', 'communication', 'skills', '9'], ['presentation', 'communication', 'skills', '9', 'years'], ['communication', 'skills', '9', 'years', 'work'], ['skills', '9', 'years', 'work', 'experience'], ['9', 'years', 'work', 'experience', 'healthcare'], ['years', 'work', 'experience', 'healthcare', 'startups'], ['work', 'experience', 'healthcare', 'startups', 'health'], ['experience', 'healthcare', 'startups', 'health', 'clubs'], ['healthcare', 'startups', 'health', 'clubs', 'enhanced'], ['startups', 'health', 'clubs', 'enhanced', 'communication'], ['health', 'clubs', 'enhanced', 'communication', 'skills'], ['clubs', 'enhanced', 'communication', 'skills', 'discussions'], ['enhanced', 'communication', 'skills', 'discussions', 'health'], ['communication', 'skills', 'discussions', 'health', 'fitness'], ['skills', 'discussions', 'health', 'fitness', 'professionals'], ['discussions', 'health', 'fitness', 'professionals', 'clients'], ['health', 'fitness', 'professionals', 'clients', 'writing'], ['fitness', 'professionals', 'clients', 'writing', 'articles'], ['professionals', 'clients', 'writing', 'articles', 'designing'], ['clients', 'writing', 'articles', 'designing', 'customized'], ['writing', 'articles', 'designing', 'customized', 'diet'], ['articles', 'designing', 'customized', 'diet', 'plans'], ['designing', 'customized', 'diet', 'plans', 'confident'], ['customized', 'diet', 'plans', 'confident', 'communicating'], ['diet', 'plans', 'confident', 'communicating', 'people'], ['plans', 'confident', 'communicating', 'people', 'levels'], ['confident', 'communicating', 'people', 'levels', 'ensuring'], ['communicating', 'people', 'levels', 'ensuring', 'needs'], ['people', 'levels', 'ensuring', 'needs', 'met'], ['levels', 'ensuring', 'needs', 'met', 'leadership'], ['ensuring', 'needs', 'met', 'leadership', 'skills'], ['needs', 'met', 'leadership', 'skills', 'leadership'], ['met', 'leadership', 'skills', 'leadership', 'skills'], ['leadership', 'skills', 'leadership', 'skills', 'developed'], ['skills', 'leadership', 'skills', 'developed', 'high'], ['leadership', 'skills', 'developed', 'high', 'school'], ['skills', 'developed', 'high', 'school', 'college'], ['developed', 'high', 'school', 'college', 'group'], ['high', 'school', 'college', 'group', 'leader'], ['school', 'college', 'group', 'leader', 'team'], ['college', 'group', 'leader', 'team', 'work'], ['group', 'leader', 'team', 'work', 'essential'], ['leader', 'team', 'work', 'essential', 'also'], ['team', 'work', 'essential', 'also', 'conflict'], ['work', 'essential', 'also', 'conflict', 'resolution'], ['essential', 'also', 'conflict', 'resolution', 'skills'], ['also', 'conflict', 'resolution', 'skills', 'developed'], ['conflict', 'resolution', 'skills', 'developed', 'oral'], ['resolution', 'skills', 'developed', 'oral', 'skills'], ['skills', 'developed', 'oral', 'skills', 'volunteering'], ['developed', 'oral', 'skills', 'volunteering', 'activities'], ['oral', 'skills', 'volunteering', 'activities', 'leadership'], ['skills', 'volunteering', 'activities', 'leadership', 'roles'], ['volunteering', 'activities', 'leadership', 'roles', 'university'], ['activities', 'leadership', 'roles', 'university', 'requirements'], ['leadership', 'roles', 'university', 'requirements', 'involved'], ['roles', 'university', 'requirements', 'involved', 'many'], ['university', 'requirements', 'involved', 'many', 'public'], ['requirements', 'involved', 'many', 'public', 'speaking'], ['involved', 'many', 'public', 'speaking', 'opportunities'], ['many', 'public', 'speaking', 'opportunities', 'communicating'], ['public', 'speaking', 'opportunities', 'communicating', 'general'], ['speaking', 'opportunities', 'communicating', 'general', 'public'], ['opportunities', 'communicating', 'general', 'public', 'asking'], ['communicating', 'general', 'public', 'asking', 'questions'], ['general', 'public', 'asking', 'questions', 'giving'], ['public', 'asking', 'questions', 'giving', 'presentations'], ['asking', 'questions', 'giving', 'presentations', 'helped'], ['questions', 'giving', 'presentations', 'helped', 'develop'], ['giving', 'presentations', 'helped', 'develop', 'public'], ['presentations', 'helped', 'develop', 'public', 'speaking'], ['helped', 'develop', 'public', 'speaking', 'skills'], ['develop', 'public', 'speaking', 'skills', 'comfortable'], ['public', 'speaking', 'skills', 'comfortable', 'public'], ['speaking', 'skills', 'comfortable', 'public', 'speaking'], ['skills', 'comfortable', 'public', 'speaking', 'roles'], ['education', 'details', 'january', '2009', 'p', 'g'], ['details', 'january', '2009', 'p', 'g', 'sports'], ['january', '2009', 'p', 'g', 'sports', 'science'], ['2009', 'p', 'g', 'sports', 'science', 'dr'], ['p', 'g', 'sports', 'science', 'dr', 'bmn'], ['g', 'sports', 'science', 'dr', 'bmn', 'college'], ['sports', 'science', 'dr', 'bmn', 'college', 'home'], ['science', 'dr', 'bmn', 'college', 'home', 'science'], ['dr', 'bmn', 'college', 'home', 'science', 'january'], ['bmn', 'college', 'home', 'science', 'january', '2008'], ['college', 'home', 'science', 'january', '2008', 'bsc'], ['home', 'science', 'january', '2008', 'bsc', 'food'], ['science', 'january', '2008', 'bsc', 'food', 'science'], ['january', '2008', 'bsc', 'food', 'science', 'nutrition'], ['2008', 'bsc', 'food', 'science', 'nutrition', 'dr'], ['bsc', 'food', 'science', 'nutrition', 'dr', 'bmn'], ['food', 'science', 'nutrition', 'dr', 'bmn', 'college'], ['science', 'nutrition', 'dr', 'bmn', 'college', 'home'], ['nutrition', 'dr', 'bmn', 'college', 'home', 'science'], ['dr', 'bmn', 'college', 'home', 'science', 'january'], ['bmn', 'college', 'home', 'science', 'january', '2004'], ['college', 'home', 'science', 'january', '2004', 'hsc'], ['home', 'science', 'january', '2004', 'hsc', 'central'], ['science', 'january', '2004', 'hsc', 'central', 'railway'], ['january', '2004', 'hsc', 'central', 'railway', 'jr'], ['2004', 'hsc', 'central', 'railway', 'jr', 'college'], ['hsc', 'central', 'railway', 'jr', 'college', 'science'], ['central', 'railway', 'jr', 'college', 'science', 'commerce'], ['railway', 'jr', 'college', 'science', 'commerce', 'january'], ['jr', 'college', 'science', 'commerce', 'january', '2002'], ['college', 'science', 'commerce', 'january', '2002', 'ssc'], ['science', 'commerce', 'january', '2002', 'ssc', 'history'], ['commerce', 'january', '2002', 'ssc', 'history', 'ies'], ['january', '2002', 'ssc', 'history', 'ies', 'modern'], ['2002', 'ssc', 'history', 'ies', 'modern', 'english'], ['ssc', 'history', 'ies', 'modern', 'english', 'school'], ['history', 'ies', 'modern', 'english', 'school', 'msc'], ['ies', 'modern', 'english', 'school', 'msc', 'nutrition'], ['modern', 'english', 'school', 'msc', 'nutrition', 'college'], ['english', 'school', 'msc', 'nutrition', 'college', 'home'], ['school', 'msc', 'nutrition', 'college', 'home', 'science'], ['msc', 'nutrition', 'college', 'home', 'science', 'nutritionist'], ['nutrition', 'college', 'home', 'science', 'nutritionist', 'health'], ['college', 'home', 'science', 'nutritionist', 'health', 'promoter'], ['home', 'science', 'nutritionist', 'health', 'promoter', '9yrs'], ['science', 'nutritionist', 'health', 'promoter', '9yrs', 'experience'], ['nutritionist', 'health', 'promoter', '9yrs', 'experience', 'nutritionist'], ['health', 'promoter', '9yrs', 'experience', 'nutritionist', 'health'], ['promoter', '9yrs', 'experience', 'nutritionist', 'health', 'coach'], ['9yrs', 'experience', 'nutritionist', 'health', 'coach', 'skill'], ['experience', 'nutritionist', 'health', 'coach', 'skill', 'details'], ['nutritionist', 'health', 'coach', 'skill', 'details', 'company'], ['health', 'coach', 'skill', 'details', 'company', 'details'], ['coach', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'ugc'], ['details', 'company', 'details', 'company', 'ugc', 'net'], ['company', 'details', 'company', 'ugc', 'net', 'description'], ['details', 'company', 'ugc', 'net', 'description', 'career'], ['company', 'ugc', 'net', 'description', 'career', 'objective'], ['ugc', 'net', 'description', 'career', 'objective', 'to'], ['net', 'description', 'career', 'objective', 'to', 'use'], ['description', 'career', 'objective', 'to', 'use', 'qualifications'], ['career', 'objective', 'to', 'use', 'qualifications', 'nutritionist'], ['objective', 'to', 'use', 'qualifications', 'nutritionist', 'health'], ['to', 'use', 'qualifications', 'nutritionist', 'health', 'promoter'], ['use', 'qualifications', 'nutritionist', 'health', 'promoter', 'contribute'], ['qualifications', 'nutritionist', 'health', 'promoter', 'contribute', 'well'], ['nutritionist', 'health', 'promoter', 'contribute', 'well', 'individuals'], ['health', 'promoter', 'contribute', 'well', 'individuals', 'community'], ['promoter', 'contribute', 'well', 'individuals', 'community', 'ugc'], ['contribute', 'well', 'individuals', 'community', 'ugc', 'net'], ['well', 'individuals', 'community', 'ugc', 'net', 'certificate'], ['individuals', 'community', 'ugc', 'net', 'certificate', 'lectureship'], ['community', 'ugc', 'net', 'certificate', 'lectureship', 'mar'], ['ugc', 'net', 'certificate', 'lectureship', 'mar', '2013'], ['net', 'certificate', 'lectureship', 'mar', '2013', 'skills'], ['certificate', 'lectureship', 'mar', '2013', 'skills', 'learnt'], ['lectureship', 'mar', '2013', 'skills', 'learnt', 'working'], ['mar', '2013', 'skills', 'learnt', 'working', 'team'], ['2013', 'skills', 'learnt', 'working', 'team', 'environment'], ['skills', 'learnt', 'working', 'team', 'environment', 'working'], ['learnt', 'working', 'team', 'environment', 'working', 'individual'], ['working', 'team', 'environment', 'working', 'individual', 'time'], ['team', 'environment', 'working', 'individual', 'time', 'management'], ['environment', 'working', 'individual', 'time', 'management', 'ensure'], ['working', 'individual', 'time', 'management', 'ensure', 'customers'], ['individual', 'time', 'management', 'ensure', 'customers', 'served'], ['time', 'management', 'ensure', 'customers', 'served', 'sufficiently'], ['management', 'ensure', 'customers', 'served', 'sufficiently', 'tasks'], ['ensure', 'customers', 'served', 'sufficiently', 'tasks', 'completed'], ['customers', 'served', 'sufficiently', 'tasks', 'completed', 'high'], ['served', 'sufficiently', 'tasks', 'completed', 'high', 'standard'], ['sufficiently', 'tasks', 'completed', 'high', 'standard', 'working'], ['tasks', 'completed', 'high', 'standard', 'working', 'pressure'], ['completed', 'high', 'standard', 'working', 'pressure', 'busy'], ['high', 'standard', 'working', 'pressure', 'busy', 'environment'], ['standard', 'working', 'pressure', 'busy', 'environment', 'personal'], ['working', 'pressure', 'busy', 'environment', 'personal', 'presentation'], ['pressure', 'busy', 'environment', 'personal', 'presentation', 'communication'], ['busy', 'environment', 'personal', 'presentation', 'communication', 'skills'], ['environment', 'personal', 'presentation', 'communication', 'skills', '9'], ['personal', 'presentation', 'communication', 'skills', '9', 'years'], ['presentation', 'communication', 'skills', '9', 'years', 'work'], ['communication', 'skills', '9', 'years', 'work', 'experience'], ['skills', '9', 'years', 'work', 'experience', 'healthcare'], ...], [['education'], ['details'], ['may'], ['2014'], ['diploma'], ['nutrition'], ['education'], ['bengaluru'], ['karnataka'], ['ignou'], ['university'], ['june'], ['2004'], ['bachelor'], ['science'], ['clinical'], ['nutrition'], ['dietetics'], ['bengaluru'], ['karnataka'], ['smt'], ['vhd'], ['institute'], ['homescience'], ['health'], ['wellness'], ['coach'], ['advance'], ['pg'], ['diploma'], ['clinical'], ['research'], ['clinical'], ['data'], ['management'], ['sas'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['goqii'], ['technologies'], ['ltd'], ['description'], ['motivate'], ['players'], ['e'], ['goqii'], ['subscribers'], ['make'], ['permanent'], ['shift'], ['healthier'], ['lifestyle'], ['enhance'], ['health'], ['nutrition'], ['karma'], ['track'], ['analyse'], ['player'], ['lifestyle'], ['fitness'], ['data'], ['captured'], ['goqii'], ['band'], ['design'], ['custom'], ['wellness'], ['fitness'], ['goals'], ['mutually'], ['players'], ['coach'], ['meeting'], ['goals'], ['interact'], ['goqii'], ['players'], ['daily'], ['basis'], ['via'], ['goqii'], ['app'], ['text'], ['audio'], ['company'], ['description'], ['via'], ['health'], ['marketing'], ['innovations'], ['viamedia'], ['health'], ['jointly'], ['organized'], ['national'], ['campaign'], ['maternal'], ['nutrition'], ['evaluation'], ['glaxosmithkline'], ['consumer'], ['healthcare'], ['conduct'], ['maternal'], ['nutritional'], ['counselling'], ['camps'], ['practicing'], ['gynaecologists'], ['different'], ['hospitals'], ['clinics'], ['allotted'], ['medical'], ['representative'], ['conveying'], ['importance'], ['every'], ['nutrient'], ['required'], ['time'], ['foods'], ['contain'], ['type'], ['nutrients'], ['coordinating'], ['area'], ['branch'], ['manager'], ['turn'], ['reporting'], ['viamedia'], ['manager'], ['daily'], ['reports'], ['company'], ['lifekonnect'], ['department'], ['description'], ['united'], ['health'], ['care'], ['india'], ['pvt'], ['ltd'], ['lifekonnect'], ['business'], ['offers'], ['health'], ['checkups'], ['across'], ['800'], ['cities'], ['3000'], ['diagnostic'], ['centres'], ['leaders'], ['business'], ['also'], ['looks'], ['operations'], ['organising'], ['supervising'], ['medicals'], ['customers'], ['different'], ['insurance'], ['companies'], ['whose'], ['medical'], ['come'], ['rule'], ['regulation'], ['irda'], ['mnyl'], ['iinsurance'], ['baxa'], ['life'], ['insurance'], ['metlife'], ['insurance'], ['canara'], ['hsbc'], ['insurance'], ['to'], ['proactively'], ['monitor'], ['deferrals'], ['ensure'], ['done'], ['within'], ['stipulated'], ['time'], ['line'], ['ensuring'], ['high'], ['level'], ['professionalism'], ['pro'], ['active'], ['customer'], ['relationship'], ['management'], ['resolving'], ['queries'], ['complaints'], ['fair'], ['manner'], ['within'], ['specified'], ['time'], ['co'], ['ordinating'], ['lifekonnect'], ['members'], ['different'], ['centres'], ['turn'], ['reporting'], ['team'], ['leader'], ['company'], ['vlcc'], ['healthcare'], ['ltd'], ['description'], ['counselling'], ['individuals'], ['nutrition'], ['status'], ['providing'], ['diet'], ['instructions'], ['clients'], ['impact'], ['eating'], ['nutrition'], ['create'], ['present'], ['services'], ['clients'], ['handling'], ['enquiries'], ['customers'], ['distributors'], ['emails'], ['letters'], ['telephone'], ['etc'], ['preparing'], ['payment'], ['bills'], ['customers'], ['assisting'], ['slimming'], ['manager'], ['conference'], ['calls'], ['discuss'], ['nutritional'], ['care'], ['plans'], ['nutrition'], ['education'], ['co'], ['ordinating'], ['sales'], ['members'], ['turn'], ['reporting'], ['sales'], ['manager'], ['education', 'details'], ['details', 'may'], ['may', '2014'], ['2014', 'diploma'], ['diploma', 'nutrition'], ['nutrition', 'education'], ['education', 'bengaluru'], ['bengaluru', 'karnataka'], ['karnataka', 'ignou'], ['ignou', 'university'], ['university', 'june'], ['june', '2004'], ['2004', 'bachelor'], ['bachelor', 'science'], ['science', 'clinical'], ['clinical', 'nutrition'], ['nutrition', 'dietetics'], ['dietetics', 'bengaluru'], ['bengaluru', 'karnataka'], ['karnataka', 'smt'], ['smt', 'vhd'], ['vhd', 'institute'], ['institute', 'homescience'], ['homescience', 'health'], ['health', 'wellness'], ['wellness', 'coach'], ['coach', 'advance'], ['advance', 'pg'], ['pg', 'diploma'], ['diploma', 'clinical'], ['clinical', 'research'], ['research', 'clinical'], ['clinical', 'data'], ['data', 'management'], ['management', 'sas'], ['sas', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'goqii'], ['goqii', 'technologies'], ['technologies', 'ltd'], ['ltd', 'description'], ['description', 'motivate'], ['motivate', 'players'], ['players', 'e'], ['e', 'goqii'], ['goqii', 'subscribers'], ['subscribers', 'make'], ['make', 'permanent'], ['permanent', 'shift'], ['shift', 'healthier'], ['healthier', 'lifestyle'], ['lifestyle', 'enhance'], ['enhance', 'health'], ['health', 'nutrition'], ['nutrition', 'karma'], ['karma', 'track'], ['track', 'analyse'], ['analyse', 'player'], ['player', 'lifestyle'], ['lifestyle', 'fitness'], ['fitness', 'data'], ['data', 'captured'], ['captured', 'goqii'], ['goqii', 'band'], ['band', 'design'], ['design', 'custom'], ['custom', 'wellness'], ['wellness', 'fitness'], ['fitness', 'goals'], ['goals', 'mutually'], ['mutually', 'players'], ['players', 'coach'], ['coach', 'meeting'], ['meeting', 'goals'], ['goals', 'interact'], ['interact', 'goqii'], ['goqii', 'players'], ['players', 'daily'], ['daily', 'basis'], ['basis', 'via'], ['via', 'goqii'], ['goqii', 'app'], ['app', 'text'], ['text', 'audio'], ['audio', 'company'], ['company', 'description'], ['description', 'via'], ['via', 'health'], ['health', 'marketing'], ['marketing', 'innovations'], ['innovations', 'viamedia'], ['viamedia', 'health'], ['health', 'jointly'], ['jointly', 'organized'], ['organized', 'national'], ['national', 'campaign'], ['campaign', 'maternal'], ['maternal', 'nutrition'], ['nutrition', 'evaluation'], ['evaluation', 'glaxosmithkline'], ['glaxosmithkline', 'consumer'], ['consumer', 'healthcare'], ['healthcare', 'conduct'], ['conduct', 'maternal'], ['maternal', 'nutritional'], ['nutritional', 'counselling'], ['counselling', 'camps'], ['camps', 'practicing'], ['practicing', 'gynaecologists'], ['gynaecologists', 'different'], ['different', 'hospitals'], ['hospitals', 'clinics'], ['clinics', 'allotted'], ['allotted', 'medical'], ['medical', 'representative'], ['representative', 'conveying'], ['conveying', 'importance'], ['importance', 'every'], ['every', 'nutrient'], ['nutrient', 'required'], ['required', 'time'], ['time', 'foods'], ['foods', 'contain'], ['contain', 'type'], ['type', 'nutrients'], ['nutrients', 'coordinating'], ['coordinating', 'area'], ['area', 'branch'], ['branch', 'manager'], ['manager', 'turn'], ['turn', 'reporting'], ['reporting', 'viamedia'], ['viamedia', 'manager'], ['manager', 'daily'], ['daily', 'reports'], ['reports', 'company'], ['company', 'lifekonnect'], ['lifekonnect', 'department'], ['department', 'description'], ['description', 'united'], ['united', 'health'], ['health', 'care'], ['care', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'lifekonnect'], ['lifekonnect', 'business'], ['business', 'offers'], ['offers', 'health'], ['health', 'checkups'], ['checkups', 'across'], ['across', '800'], ['800', 'cities'], ['cities', '3000'], ['3000', 'diagnostic'], ['diagnostic', 'centres'], ['centres', 'leaders'], ['leaders', 'business'], ['business', 'also'], ['also', 'looks'], ['looks', 'operations'], ['operations', 'organising'], ['organising', 'supervising'], ['supervising', 'medicals'], ['medicals', 'customers'], ['customers', 'different'], ['different', 'insurance'], ['insurance', 'companies'], ['companies', 'whose'], ['whose', 'medical'], ['medical', 'come'], ['come', 'rule'], ['rule', 'regulation'], ['regulation', 'irda'], ['irda', 'mnyl'], ['mnyl', 'iinsurance'], ['iinsurance', 'baxa'], ['baxa', 'life'], ['life', 'insurance'], ['insurance', 'metlife'], ['metlife', 'insurance'], ['insurance', 'canara'], ['canara', 'hsbc'], ['hsbc', 'insurance'], ['insurance', 'to'], ['to', 'proactively'], ['proactively', 'monitor'], ['monitor', 'deferrals'], ['deferrals', 'ensure'], ['ensure', 'done'], ['done', 'within'], ['within', 'stipulated'], ['stipulated', 'time'], ['time', 'line'], ['line', 'ensuring'], ['ensuring', 'high'], ['high', 'level'], ['level', 'professionalism'], ['professionalism', 'pro'], ['pro', 'active'], ['active', 'customer'], ['customer', 'relationship'], ['relationship', 'management'], ['management', 'resolving'], ['resolving', 'queries'], ['queries', 'complaints'], ['complaints', 'fair'], ['fair', 'manner'], ['manner', 'within'], ['within', 'specified'], ['specified', 'time'], ['time', 'co'], ['co', 'ordinating'], ['ordinating', 'lifekonnect'], ['lifekonnect', 'members'], ['members', 'different'], ['different', 'centres'], ['centres', 'turn'], ['turn', 'reporting'], ['reporting', 'team'], ['team', 'leader'], ['leader', 'company'], ['company', 'vlcc'], ['vlcc', 'healthcare'], ['healthcare', 'ltd'], ['ltd', 'description'], ['description', 'counselling'], ['counselling', 'individuals'], ['individuals', 'nutrition'], ['nutrition', 'status'], ['status', 'providing'], ['providing', 'diet'], ['diet', 'instructions'], ['instructions', 'clients'], ['clients', 'impact'], ['impact', 'eating'], ['eating', 'nutrition'], ['nutrition', 'create'], ['create', 'present'], ['present', 'services'], ['services', 'clients'], ['clients', 'handling'], ['handling', 'enquiries'], ['enquiries', 'customers'], ['customers', 'distributors'], ['distributors', 'emails'], ['emails', 'letters'], ['letters', 'telephone'], ['telephone', 'etc'], ['etc', 'preparing'], ['preparing', 'payment'], ['payment', 'bills'], ['bills', 'customers'], ['customers', 'assisting'], ['assisting', 'slimming'], ['slimming', 'manager'], ['manager', 'conference'], ['conference', 'calls'], ['calls', 'discuss'], ['discuss', 'nutritional'], ['nutritional', 'care'], ['care', 'plans'], ['plans', 'nutrition'], ['nutrition', 'education'], ['education', 'co'], ['co', 'ordinating'], ['ordinating', 'sales'], ['sales', 'members'], ['members', 'turn'], ['turn', 'reporting'], ['reporting', 'sales'], ['sales', 'manager'], ['education', 'details', 'may'], ['details', 'may', '2014'], ['may', '2014', 'diploma'], ['2014', 'diploma', 'nutrition'], ['diploma', 'nutrition', 'education'], ['nutrition', 'education', 'bengaluru'], ['education', 'bengaluru', 'karnataka'], ['bengaluru', 'karnataka', 'ignou'], ['karnataka', 'ignou', 'university'], ['ignou', 'university', 'june'], ['university', 'june', '2004'], ['june', '2004', 'bachelor'], ['2004', 'bachelor', 'science'], ['bachelor', 'science', 'clinical'], ['science', 'clinical', 'nutrition'], ['clinical', 'nutrition', 'dietetics'], ['nutrition', 'dietetics', 'bengaluru'], ['dietetics', 'bengaluru', 'karnataka'], ['bengaluru', 'karnataka', 'smt'], ['karnataka', 'smt', 'vhd'], ['smt', 'vhd', 'institute'], ['vhd', 'institute', 'homescience'], ['institute', 'homescience', 'health'], ['homescience', 'health', 'wellness'], ['health', 'wellness', 'coach'], ['wellness', 'coach', 'advance'], ['coach', 'advance', 'pg'], ['advance', 'pg', 'diploma'], ['pg', 'diploma', 'clinical'], ['diploma', 'clinical', 'research'], ['clinical', 'research', 'clinical'], ['research', 'clinical', 'data'], ['clinical', 'data', 'management'], ['data', 'management', 'sas'], ['management', 'sas', 'skill'], ['sas', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'goqii'], ['company', 'goqii', 'technologies'], ['goqii', 'technologies', 'ltd'], ['technologies', 'ltd', 'description'], ['ltd', 'description', 'motivate'], ['description', 'motivate', 'players'], ['motivate', 'players', 'e'], ['players', 'e', 'goqii'], ['e', 'goqii', 'subscribers'], ['goqii', 'subscribers', 'make'], ['subscribers', 'make', 'permanent'], ['make', 'permanent', 'shift'], ['permanent', 'shift', 'healthier'], ['shift', 'healthier', 'lifestyle'], ['healthier', 'lifestyle', 'enhance'], ['lifestyle', 'enhance', 'health'], ['enhance', 'health', 'nutrition'], ['health', 'nutrition', 'karma'], ['nutrition', 'karma', 'track'], ['karma', 'track', 'analyse'], ['track', 'analyse', 'player'], ['analyse', 'player', 'lifestyle'], ['player', 'lifestyle', 'fitness'], ['lifestyle', 'fitness', 'data'], ['fitness', 'data', 'captured'], ['data', 'captured', 'goqii'], ['captured', 'goqii', 'band'], ['goqii', 'band', 'design'], ['band', 'design', 'custom'], ['design', 'custom', 'wellness'], ['custom', 'wellness', 'fitness'], ['wellness', 'fitness', 'goals'], ['fitness', 'goals', 'mutually'], ['goals', 'mutually', 'players'], ['mutually', 'players', 'coach'], ['players', 'coach', 'meeting'], ['coach', 'meeting', 'goals'], ['meeting', 'goals', 'interact'], ['goals', 'interact', 'goqii'], ['interact', 'goqii', 'players'], ['goqii', 'players', 'daily'], ['players', 'daily', 'basis'], ['daily', 'basis', 'via'], ['basis', 'via', 'goqii'], ['via', 'goqii', 'app'], ['goqii', 'app', 'text'], ['app', 'text', 'audio'], ['text', 'audio', 'company'], ['audio', 'company', 'description'], ['company', 'description', 'via'], ['description', 'via', 'health'], ['via', 'health', 'marketing'], ['health', 'marketing', 'innovations'], ['marketing', 'innovations', 'viamedia'], ['innovations', 'viamedia', 'health'], ['viamedia', 'health', 'jointly'], ['health', 'jointly', 'organized'], ['jointly', 'organized', 'national'], ['organized', 'national', 'campaign'], ['national', 'campaign', 'maternal'], ['campaign', 'maternal', 'nutrition'], ['maternal', 'nutrition', 'evaluation'], ['nutrition', 'evaluation', 'glaxosmithkline'], ['evaluation', 'glaxosmithkline', 'consumer'], ['glaxosmithkline', 'consumer', 'healthcare'], ['consumer', 'healthcare', 'conduct'], ['healthcare', 'conduct', 'maternal'], ['conduct', 'maternal', 'nutritional'], ['maternal', 'nutritional', 'counselling'], ['nutritional', 'counselling', 'camps'], ['counselling', 'camps', 'practicing'], ['camps', 'practicing', 'gynaecologists'], ['practicing', 'gynaecologists', 'different'], ['gynaecologists', 'different', 'hospitals'], ['different', 'hospitals', 'clinics'], ['hospitals', 'clinics', 'allotted'], ['clinics', 'allotted', 'medical'], ['allotted', 'medical', 'representative'], ['medical', 'representative', 'conveying'], ['representative', 'conveying', 'importance'], ['conveying', 'importance', 'every'], ['importance', 'every', 'nutrient'], ['every', 'nutrient', 'required'], ['nutrient', 'required', 'time'], ['required', 'time', 'foods'], ['time', 'foods', 'contain'], ['foods', 'contain', 'type'], ['contain', 'type', 'nutrients'], ['type', 'nutrients', 'coordinating'], ['nutrients', 'coordinating', 'area'], ['coordinating', 'area', 'branch'], ['area', 'branch', 'manager'], ['branch', 'manager', 'turn'], ['manager', 'turn', 'reporting'], ['turn', 'reporting', 'viamedia'], ['reporting', 'viamedia', 'manager'], ['viamedia', 'manager', 'daily'], ['manager', 'daily', 'reports'], ['daily', 'reports', 'company'], ['reports', 'company', 'lifekonnect'], ['company', 'lifekonnect', 'department'], ['lifekonnect', 'department', 'description'], ['department', 'description', 'united'], ['description', 'united', 'health'], ['united', 'health', 'care'], ['health', 'care', 'india'], ['care', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'lifekonnect'], ['ltd', 'lifekonnect', 'business'], ['lifekonnect', 'business', 'offers'], ['business', 'offers', 'health'], ['offers', 'health', 'checkups'], ['health', 'checkups', 'across'], ['checkups', 'across', '800'], ['across', '800', 'cities'], ['800', 'cities', '3000'], ['cities', '3000', 'diagnostic'], ['3000', 'diagnostic', 'centres'], ['diagnostic', 'centres', 'leaders'], ['centres', 'leaders', 'business'], ['leaders', 'business', 'also'], ['business', 'also', 'looks'], ['also', 'looks', 'operations'], ['looks', 'operations', 'organising'], ['operations', 'organising', 'supervising'], ['organising', 'supervising', 'medicals'], ['supervising', 'medicals', 'customers'], ['medicals', 'customers', 'different'], ['customers', 'different', 'insurance'], ['different', 'insurance', 'companies'], ['insurance', 'companies', 'whose'], ['companies', 'whose', 'medical'], ['whose', 'medical', 'come'], ['medical', 'come', 'rule'], ['come', 'rule', 'regulation'], ['rule', 'regulation', 'irda'], ['regulation', 'irda', 'mnyl'], ['irda', 'mnyl', 'iinsurance'], ['mnyl', 'iinsurance', 'baxa'], ['iinsurance', 'baxa', 'life'], ['baxa', 'life', 'insurance'], ['life', 'insurance', 'metlife'], ['insurance', 'metlife', 'insurance'], ['metlife', 'insurance', 'canara'], ['insurance', 'canara', 'hsbc'], ['canara', 'hsbc', 'insurance'], ['hsbc', 'insurance', 'to'], ['insurance', 'to', 'proactively'], ['to', 'proactively', 'monitor'], ['proactively', 'monitor', 'deferrals'], ['monitor', 'deferrals', 'ensure'], ['deferrals', 'ensure', 'done'], ['ensure', 'done', 'within'], ['done', 'within', 'stipulated'], ['within', 'stipulated', 'time'], ['stipulated', 'time', 'line'], ['time', 'line', 'ensuring'], ['line', 'ensuring', 'high'], ['ensuring', 'high', 'level'], ['high', 'level', 'professionalism'], ['level', 'professionalism', 'pro'], ['professionalism', 'pro', 'active'], ['pro', 'active', 'customer'], ['active', 'customer', 'relationship'], ['customer', 'relationship', 'management'], ['relationship', 'management', 'resolving'], ['management', 'resolving', 'queries'], ['resolving', 'queries', 'complaints'], ['queries', 'complaints', 'fair'], ['complaints', 'fair', 'manner'], ['fair', 'manner', 'within'], ['manner', 'within', 'specified'], ['within', 'specified', 'time'], ['specified', 'time', 'co'], ['time', 'co', 'ordinating'], ['co', 'ordinating', 'lifekonnect'], ['ordinating', 'lifekonnect', 'members'], ['lifekonnect', 'members', 'different'], ['members', 'different', 'centres'], ['different', 'centres', 'turn'], ['centres', 'turn', 'reporting'], ['turn', 'reporting', 'team'], ['reporting', 'team', 'leader'], ['team', 'leader', 'company'], ['leader', 'company', 'vlcc'], ['company', 'vlcc', 'healthcare'], ['vlcc', 'healthcare', 'ltd'], ['healthcare', 'ltd', 'description'], ['ltd', 'description', 'counselling'], ['description', 'counselling', 'individuals'], ['counselling', 'individuals', 'nutrition'], ['individuals', 'nutrition', 'status'], ['nutrition', 'status', 'providing'], ['status', 'providing', 'diet'], ['providing', 'diet', 'instructions'], ['diet', 'instructions', 'clients'], ['instructions', 'clients', 'impact'], ['clients', 'impact', 'eating'], ['impact', 'eating', 'nutrition'], ['eating', 'nutrition', 'create'], ['nutrition', 'create', 'present'], ['create', 'present', 'services'], ['present', 'services', 'clients'], ['services', 'clients', 'handling'], ['clients', 'handling', 'enquiries'], ['handling', 'enquiries', 'customers'], ['enquiries', 'customers', 'distributors'], ['customers', 'distributors', 'emails'], ['distributors', 'emails', 'letters'], ['emails', 'letters', 'telephone'], ['letters', 'telephone', 'etc'], ['telephone', 'etc', 'preparing'], ['etc', 'preparing', 'payment'], ['preparing', 'payment', 'bills'], ['payment', 'bills', 'customers'], ['bills', 'customers', 'assisting'], ['customers', 'assisting', 'slimming'], ['assisting', 'slimming', 'manager'], ['slimming', 'manager', 'conference'], ['manager', 'conference', 'calls'], ['conference', 'calls', 'discuss'], ['calls', 'discuss', 'nutritional'], ['discuss', 'nutritional', 'care'], ['nutritional', 'care', 'plans'], ['care', 'plans', 'nutrition'], ['plans', 'nutrition', 'education'], ['nutrition', 'education', 'co'], ['education', 'co', 'ordinating'], ['co', 'ordinating', 'sales'], ['ordinating', 'sales', 'members'], ['sales', 'members', 'turn'], ['members', 'turn', 'reporting'], ['turn', 'reporting', 'sales'], ['reporting', 'sales', 'manager'], ['education', 'details', 'may', '2014'], ['details', 'may', '2014', 'diploma'], ['may', '2014', 'diploma', 'nutrition'], ['2014', 'diploma', 'nutrition', 'education'], ['diploma', 'nutrition', 'education', 'bengaluru'], ['nutrition', 'education', 'bengaluru', 'karnataka'], ['education', 'bengaluru', 'karnataka', 'ignou'], ['bengaluru', 'karnataka', 'ignou', 'university'], ['karnataka', 'ignou', 'university', 'june'], ['ignou', 'university', 'june', '2004'], ['university', 'june', '2004', 'bachelor'], ['june', '2004', 'bachelor', 'science'], ['2004', 'bachelor', 'science', 'clinical'], ['bachelor', 'science', 'clinical', 'nutrition'], ['science', 'clinical', 'nutrition', 'dietetics'], ['clinical', 'nutrition', 'dietetics', 'bengaluru'], ['nutrition', 'dietetics', 'bengaluru', 'karnataka'], ['dietetics', 'bengaluru', 'karnataka', 'smt'], ['bengaluru', 'karnataka', 'smt', 'vhd'], ['karnataka', 'smt', 'vhd', 'institute'], ['smt', 'vhd', 'institute', 'homescience'], ['vhd', 'institute', 'homescience', 'health'], ['institute', 'homescience', 'health', 'wellness'], ['homescience', 'health', 'wellness', 'coach'], ['health', 'wellness', 'coach', 'advance'], ['wellness', 'coach', 'advance', 'pg'], ['coach', 'advance', 'pg', 'diploma'], ['advance', 'pg', 'diploma', 'clinical'], ['pg', 'diploma', 'clinical', 'research'], ['diploma', 'clinical', 'research', 'clinical'], ['clinical', 'research', 'clinical', 'data'], ['research', 'clinical', 'data', 'management'], ['clinical', 'data', 'management', 'sas'], ['data', 'management', 'sas', 'skill'], ['management', 'sas', 'skill', 'details'], ['sas', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'goqii'], ['details', 'company', 'goqii', 'technologies'], ['company', 'goqii', 'technologies', 'ltd'], ['goqii', 'technologies', 'ltd', 'description'], ['technologies', 'ltd', 'description', 'motivate'], ['ltd', 'description', 'motivate', 'players'], ['description', 'motivate', 'players', 'e'], ['motivate', 'players', 'e', 'goqii'], ['players', 'e', 'goqii', 'subscribers'], ['e', 'goqii', 'subscribers', 'make'], ['goqii', 'subscribers', 'make', 'permanent'], ['subscribers', 'make', 'permanent', 'shift'], ['make', 'permanent', 'shift', 'healthier'], ['permanent', 'shift', 'healthier', 'lifestyle'], ['shift', 'healthier', 'lifestyle', 'enhance'], ['healthier', 'lifestyle', 'enhance', 'health'], ['lifestyle', 'enhance', 'health', 'nutrition'], ['enhance', 'health', 'nutrition', 'karma'], ['health', 'nutrition', 'karma', 'track'], ['nutrition', 'karma', 'track', 'analyse'], ['karma', 'track', 'analyse', 'player'], ['track', 'analyse', 'player', 'lifestyle'], ['analyse', 'player', 'lifestyle', 'fitness'], ['player', 'lifestyle', 'fitness', 'data'], ['lifestyle', 'fitness', 'data', 'captured'], ['fitness', 'data', 'captured', 'goqii'], ['data', 'captured', 'goqii', 'band'], ['captured', 'goqii', 'band', 'design'], ['goqii', 'band', 'design', 'custom'], ['band', 'design', 'custom', 'wellness'], ['design', 'custom', 'wellness', 'fitness'], ['custom', 'wellness', 'fitness', 'goals'], ['wellness', 'fitness', 'goals', 'mutually'], ['fitness', 'goals', 'mutually', 'players'], ['goals', 'mutually', 'players', 'coach'], ['mutually', 'players', 'coach', 'meeting'], ['players', 'coach', 'meeting', 'goals'], ['coach', 'meeting', 'goals', 'interact'], ['meeting', 'goals', 'interact', 'goqii'], ['goals', 'interact', 'goqii', 'players'], ['interact', 'goqii', 'players', 'daily'], ['goqii', 'players', 'daily', 'basis'], ['players', 'daily', 'basis', 'via'], ['daily', 'basis', 'via', 'goqii'], ['basis', 'via', 'goqii', 'app'], ['via', 'goqii', 'app', 'text'], ['goqii', 'app', 'text', 'audio'], ['app', 'text', 'audio', 'company'], ['text', 'audio', 'company', 'description'], ['audio', 'company', 'description', 'via'], ['company', 'description', 'via', 'health'], ['description', 'via', 'health', 'marketing'], ['via', 'health', 'marketing', 'innovations'], ['health', 'marketing', 'innovations', 'viamedia'], ['marketing', 'innovations', 'viamedia', 'health'], ['innovations', 'viamedia', 'health', 'jointly'], ['viamedia', 'health', 'jointly', 'organized'], ['health', 'jointly', 'organized', 'national'], ['jointly', 'organized', 'national', 'campaign'], ['organized', 'national', 'campaign', 'maternal'], ['national', 'campaign', 'maternal', 'nutrition'], ['campaign', 'maternal', 'nutrition', 'evaluation'], ['maternal', 'nutrition', 'evaluation', 'glaxosmithkline'], ['nutrition', 'evaluation', 'glaxosmithkline', 'consumer'], ['evaluation', 'glaxosmithkline', 'consumer', 'healthcare'], ['glaxosmithkline', 'consumer', 'healthcare', 'conduct'], ['consumer', 'healthcare', 'conduct', 'maternal'], ['healthcare', 'conduct', 'maternal', 'nutritional'], ['conduct', 'maternal', 'nutritional', 'counselling'], ['maternal', 'nutritional', 'counselling', 'camps'], ['nutritional', 'counselling', 'camps', 'practicing'], ['counselling', 'camps', 'practicing', 'gynaecologists'], ['camps', 'practicing', 'gynaecologists', 'different'], ['practicing', 'gynaecologists', 'different', 'hospitals'], ['gynaecologists', 'different', 'hospitals', 'clinics'], ['different', 'hospitals', 'clinics', 'allotted'], ['hospitals', 'clinics', 'allotted', 'medical'], ['clinics', 'allotted', 'medical', 'representative'], ['allotted', 'medical', 'representative', 'conveying'], ['medical', 'representative', 'conveying', 'importance'], ['representative', 'conveying', 'importance', 'every'], ['conveying', 'importance', 'every', 'nutrient'], ['importance', 'every', 'nutrient', 'required'], ['every', 'nutrient', 'required', 'time'], ['nutrient', 'required', 'time', 'foods'], ['required', 'time', 'foods', 'contain'], ['time', 'foods', 'contain', 'type'], ['foods', 'contain', 'type', 'nutrients'], ['contain', 'type', 'nutrients', 'coordinating'], ['type', 'nutrients', 'coordinating', 'area'], ['nutrients', 'coordinating', 'area', 'branch'], ['coordinating', 'area', 'branch', 'manager'], ['area', 'branch', 'manager', 'turn'], ['branch', 'manager', 'turn', 'reporting'], ['manager', 'turn', 'reporting', 'viamedia'], ['turn', 'reporting', 'viamedia', 'manager'], ['reporting', 'viamedia', 'manager', 'daily'], ['viamedia', 'manager', 'daily', 'reports'], ['manager', 'daily', 'reports', 'company'], ['daily', 'reports', 'company', 'lifekonnect'], ['reports', 'company', 'lifekonnect', 'department'], ['company', 'lifekonnect', 'department', 'description'], ['lifekonnect', 'department', 'description', 'united'], ['department', 'description', 'united', 'health'], ['description', 'united', 'health', 'care'], ['united', 'health', 'care', 'india'], ['health', 'care', 'india', 'pvt'], ['care', 'india', 'pvt', 'ltd'], ['india', 'pvt', 'ltd', 'lifekonnect'], ['pvt', 'ltd', 'lifekonnect', 'business'], ['ltd', 'lifekonnect', 'business', 'offers'], ['lifekonnect', 'business', 'offers', 'health'], ['business', 'offers', 'health', 'checkups'], ['offers', 'health', 'checkups', 'across'], ['health', 'checkups', 'across', '800'], ['checkups', 'across', '800', 'cities'], ['across', '800', 'cities', '3000'], ['800', 'cities', '3000', 'diagnostic'], ['cities', '3000', 'diagnostic', 'centres'], ['3000', 'diagnostic', 'centres', 'leaders'], ['diagnostic', 'centres', 'leaders', 'business'], ['centres', 'leaders', 'business', 'also'], ['leaders', 'business', 'also', 'looks'], ['business', 'also', 'looks', 'operations'], ['also', 'looks', 'operations', 'organising'], ['looks', 'operations', 'organising', 'supervising'], ['operations', 'organising', 'supervising', 'medicals'], ['organising', 'supervising', 'medicals', 'customers'], ['supervising', 'medicals', 'customers', 'different'], ['medicals', 'customers', 'different', 'insurance'], ['customers', 'different', 'insurance', 'companies'], ['different', 'insurance', 'companies', 'whose'], ['insurance', 'companies', 'whose', 'medical'], ['companies', 'whose', 'medical', 'come'], ['whose', 'medical', 'come', 'rule'], ['medical', 'come', 'rule', 'regulation'], ['come', 'rule', 'regulation', 'irda'], ...], [['education'], ['details'], ['b'], ['e'], ['civil'], ['engineering'], ['civil'], ['engineering'], ['chennai'], ['tamil'], ['nadu'], ['anna'], ['university'], ['qa'], ['qc'], ['civil'], ['engineer'], ['qa'], ['qc'], ['civil'], ['engineer'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['ray'], ['engineering'], ['limited'], ['description'], ['mumbai'], ['india'], ['consultancy'], ['jacobs'], ['engineering'], ['india'], ['limits'], ['united'], ['states'], ['company'], ['client'], ['glaxo'], ['smith'], ['kline'], ['gsk'], ['nashik'], ['india'], ['position'], ['qa'], ['qc'], ['civil'], ['engineer'], ['project'], ['summary'], ['glaxo'], ['smith'], ['kline'], ['gsk'], ['british'], ['multinational'], ['pharmaceutical'], ['company'], ['india'], ['usd'], ['150'], ['million'], ['building'], ['project'], ['gsk'], ['the'], ['project'], ['involving'], ['medicine'], ['manufacturing'], ['plant'], ['effluent'], ['treatment'], ['plant'], ['etp'], ['effluent'], ['drain'], ['line'], ['storm'], ['water'], ['line'], ['duties'], ['responsibilities'], ['all'], ['site'], ['inspection'], ['shall'], ['carried'], ['vise'], ['official'], ['inspection'], ['test'], ['request'], ['itr'], ['submitted'], ['contractor'], ['proper'], ['channels'], ['develop'], ['method'], ['statement'], ['activity'], ['including'], ['risk'], ['assessment'], ['job'], ['safety'], ['environmental'], ['analysis'], ['inspection'], ['test'], ['plan'], ['checklist'], ['based'], ['specifications'], ['project'], ['taking'], ['care'], ['qa'], ['qc'], ['documents'], ['entire'], ['project'], ['including'], ['certificates'], ['calibration'], ['test'], ['results'], ['inspection'], ['requests'], ['non'], ['compliance'], ['reports'], ['site'], ['instruction'], ['observations'], ['permanent'], ['materials'], ['delivered'], ['qa'], ['qc'], ['documents'], ['supervision'], ['checking'], ['assuring'], ['construction'], ['per'], ['final'], ['issued'], ['construction'], ['drawings'], ['project'], ['specifications'], ['conducting'], ['joint'], ['inspection'], ['consultant'], ['client'], ['monitor'], ['control'], ['status'], ['punch'], ['list'], ['exception'], ['lists'], ['relevant'], ['quality'], ['dossiers'], ['3'], ['page'], ['career'], ['progression'], ['march'], ['2016'], ['still'], ['going'], ['company'], ['name'], ['gulf'], ['asia'], ['contracting'], ['co'], ['llc'], ['dubai'], ['uae'], ['consultancy'], ['chawla'], ['architectural'], ['consulting'], ['engineers'], ['client'], ['geepas'], ['international'], ['ltd'], ['uae'], ['project'], ['name'], ['2b'], ['g'], ['19'], ['roof'], ['building'], ['position'], ['qa'], ['qc'], ['civil'], ['engineer'], ['project'], ['summary'], ['geepas'], ['tower'], ['upcoming'], ['development'], ['uae'], ['entered'], ['guinness'], ['world'], ['records'], ['along'], ['project'], ['contractor'], ['gulf'], ['asia'], ['contracting'], ['gac'], ['construction'], ['arm'], ['multi'], ['billion'], ['dollar'], ['business'], ['conglomerate'], ['rp'], ['group'], ['completing'], ['largest'], ['continuous'], ['concrete'], ['pour'], ['19'], ['793'], ['cu'], ['42'], ['hours'], ['world'], ['the'], ['dh600'], ['million'], ['163'], ['million'], ['mid'], ['rise'], ['residential'], ['tower'], ['come'], ['al'], ['barsha'], ['dubai'], ['owned'], ['western'], ['international'], ['group'], ['geepas'], ['duties'], ['responsibilities'], ['organize'], ['implement'], ['conduct'], ['manage'], ['qa'], ['qc'], ['programs'], ['per'], ['company'], ['quality'], ['policy'], ['coordinate'], ['document'], ['controls'], ['technical'], ['submittals'], ['drawings'], ['etc'], ['project'], ['team'], ['ensure'], ['qa'], ['qc'], ['validation'], ['done'], ['ensure'], ['issue'], ['amendments'], ['recall'], ['controlled'], ['documents'], ['coordinate'], ['inspections'], ['monitor'], ['required'], ['tests'], ['record'], ['inspections'], ['tests'], ['made'], ['pas'], ['contract'], ['plan'], ['contract'], ['specifications'], ['liaise'], ['client'], ['representatives'], ['conduct'], ['day'], ['day'], ['quality'], ['related'], ['project'], ['activities'], ['coordinate'], ['project'], ['manager'], ['regarding'], ['work'], ['performance'], ['hold'], ['authority'], ['stop'], ['work'], ['area'], ['discrepancies'], ['remain'], ['uncorrected'], ['cancel'], ['stop'], ['work'], ['order'], ['upon'], ['satisfactory'], ['correction'], ['noted'], ['deficiencies'], ['provide'], ['technical'], ['support'], ['project'], ['manager'], ['guidance'], ['site'], ['staff'], ['submission'], ['materials'], ['approval'], ['request'], ['inspection'], ['shop'], ['drawings'], ['as'], ['built'], ['drawings'], ['o'], ['m'], ['manual'], ['assist'], ['qa'], ['qc'], ['manager'], ['conducting'], ['internal'], ['quality'], ['audits'], ['ensure'], ['non'], ['conformance'], ['report'], ['ncr'], ['raised'], ['activities'], ['deviated'], ['contract'], ['specifications'], ['normal'], ['construction'], ['industry'], ['practices'], ['4'], ['page'], ['coordinate'], ['project'], ['staff'], ['compile'], ['maintain'], ['pertinent'], ['records'], ['inspection'], ['testing'], ['end'], ['contract'], ['pertinent'], ['records'], ['retention'], ['completion'], ['project'], ['attend'], ['monthly'], ['project'], ['review'], ['meetings'], ['prm'], ['alert'], ['project'], ['team'], ['potential'], ['problems'], ['company'], ['ray'], ['engineering'], ['limited'], ['description'], ['mumbai'], ['india'], ['consultancy'], ['toyo'], ['engineering'], ['india'], ['limits'], ['japan'], ['company'], ['client'], ['petronet'], ['lng'], ['limits'], ['dahej'], ['gujarat'], ['india'], ['position'], ['qa'], ['qc'], ['civil'], ['engineer'], ['project'], ['summary'], ['petronet'], ['lng'], ['liquefied'], ['natural'], ['gas'], ['ltd'], ['india'], ['biggest'], ['gas'], ['importer'], ['plant'], ['hike'], ['dahej'], ['importer'], ['terminal'], ['capacity'], ['17'], ['5'], ['million'], ['tons'], ['petronet'], ['lng'], ['ltd'], ['set'], ['first'], ['lng'], ['terminal'], ['india'], ['capacity'], ['10'], ['million'], ['metric'], ['tons'], ['per'], ['year'], ['a'], ['usd'], ['400'], ['million'], ['petronet'], ['project'], ['indian'], ['govt'], ['the'], ['project'], ['involving'], ['air'], ['heater'], ['pipe'], ['rack'], ['substation'], ['pump'], ['house'], ['control'], ['room'], ['duties'], ['responsibilities'], ['taking'], ['care'], ['qa'], ['qc'], ['documents'], ['entire'], ['project'], ['including'], ['certificates'], ['calibration'], ['test'], ['results'], ['inspection'], ['requests'], ['non'], ['compliance'], ['reports'], ['site'], ['instruction'], ['observations'], ['permanent'], ['materials'], ['delivered'], ['qa'], ['qc'], ['documents'], ['responsible'], ['closure'], ['non'], ['conformance'], ['site'], ['instruction'], ['management'], ['system'], ['maintain'], ['standards'], ['safety'], ['comply'], ['company'], ['health'], ['safety'], ['environment'], ['requirements'], ['2'], ['page'], ['perform'], ['daily'], ['inspection'], ['test'], ['scope'], ['character'], ['necessary'], ['achieve'], ['quality'], ['construction'], ['required'], ['drawings'], ['specifications'], ['works'], ['contract'], ['performed'], ['on'], ['off'], ['site'], ['cary'], ['inspection'], ['checking'], ['quality'], ['related'], ['procedures'], ['site'], ['ensures'], ['activity'], ['site'], ['per'], ['approved'], ['method'], ['statement'], ['inspection'], ['test'], ['plan'], ['coordinate'], ['consultant'], ['representative'], ['site'], ['in'], ['charge'], ['inspection'], ['meeting'], ['quality'], ['problems'], ['including'], ['closure'], ['non'], ['compliance'], ['report'], ['company'], ['high'], ['view'], ['builders'], ['kerala'], ['india'], ['description'], ['project'], ['name'], ['g'], ['8'], ['floor'], ['building'], ['high'], ['view'], ['builders'], ['playing'], ['major'], ['role'], ['implementing'], ['new'], ['lifestyle'], ['kerala'], ['from'], ['inception'], ['high'], ['view'], ['builders'], ['strictly'], ['follows'], ['aspects'], ['like'], ['time'], ['delivery'], ['quality'], ['trust'], ['turned'], ['brand'], ['construction'], ['the'], ['project'], ['involved'], ['construction'], ['villas'], ['g'], ['8'], ['floor'], ['flats'], ['1'], ['page'], ['duties'], ['responsibilities'], ['to'], ['ensure'], ['understanding'], ['application'], ['responsibilities'], ['regard'], ['company'], ['environment'], ['health'], ['safety'], ['security'], ['quality'], ['standard'], ['ensuring'], ['required'], ['materials'], ['ppe'], ['available'], ['carry'], ['job'], ['smoothly'], ['safely'], ['advance'], ['to'], ['proactively'], ['involved'], ['supporting'], ['project'], ['engineer'], ['throughout'], ['duration'], ['project'], ['to'], ['maintain'], ['urately'], ['detailed'], ['daily'], ['site'], ['reports'], ['site'], ['conditions'], ['progress'], ['resources'], ['available'], ['undertake'], ['activities'], ['throughout'], ['phase'], ['project'], ['coordinating'], ['sub'], ['contractors'], ['suppliers'], ['site'], ['co'], ['coordinating'], ['employees'], ['timely'], ['completion'], ['work'], ['site'], ['deploying'], ['workers'], ['site'], ['per'], ['schedule'], ['maintain'], ['labor'], ['cards'], ['conduct'], ['weekly'], ['meeting'], ['project'], ['engineer'], ['discuss'], ['work'], ['progress'], ['education', 'details'], ['details', 'b'], ['b', 'e'], ['e', 'civil'], ['civil', 'engineering'], ['engineering', 'civil'], ['civil', 'engineering'], ['engineering', 'chennai'], ['chennai', 'tamil'], ['tamil', 'nadu'], ['nadu', 'anna'], ['anna', 'university'], ['university', 'qa'], ['qa', 'qc'], ['qc', 'civil'], ['civil', 'engineer'], ['engineer', 'qa'], ['qa', 'qc'], ['qc', 'civil'], ['civil', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'ray'], ['ray', 'engineering'], ['engineering', 'limited'], ['limited', 'description'], ['description', 'mumbai'], ['mumbai', 'india'], ['india', 'consultancy'], ['consultancy', 'jacobs'], ['jacobs', 'engineering'], ['engineering', 'india'], ['india', 'limits'], ['limits', 'united'], ['united', 'states'], ['states', 'company'], ['company', 'client'], ['client', 'glaxo'], ['glaxo', 'smith'], ['smith', 'kline'], ['kline', 'gsk'], ['gsk', 'nashik'], ['nashik', 'india'], ['india', 'position'], ['position', 'qa'], ['qa', 'qc'], ['qc', 'civil'], ['civil', 'engineer'], ['engineer', 'project'], ['project', 'summary'], ['summary', 'glaxo'], ['glaxo', 'smith'], ['smith', 'kline'], ['kline', 'gsk'], ['gsk', 'british'], ['british', 'multinational'], ['multinational', 'pharmaceutical'], ['pharmaceutical', 'company'], ['company', 'india'], ['india', 'usd'], ['usd', '150'], ['150', 'million'], ['million', 'building'], ['building', 'project'], ['project', 'gsk'], ['gsk', 'the'], ['the', 'project'], ['project', 'involving'], ['involving', 'medicine'], ['medicine', 'manufacturing'], ['manufacturing', 'plant'], ['plant', 'effluent'], ['effluent', 'treatment'], ['treatment', 'plant'], ['plant', 'etp'], ['etp', 'effluent'], ['effluent', 'drain'], ['drain', 'line'], ['line', 'storm'], ['storm', 'water'], ['water', 'line'], ['line', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'all'], ['all', 'site'], ['site', 'inspection'], ['inspection', 'shall'], ['shall', 'carried'], ['carried', 'vise'], ['vise', 'official'], ['official', 'inspection'], ['inspection', 'test'], ['test', 'request'], ['request', 'itr'], ['itr', 'submitted'], ['submitted', 'contractor'], ['contractor', 'proper'], ['proper', 'channels'], ['channels', 'develop'], ['develop', 'method'], ['method', 'statement'], ['statement', 'activity'], ['activity', 'including'], ['including', 'risk'], ['risk', 'assessment'], ['assessment', 'job'], ['job', 'safety'], ['safety', 'environmental'], ['environmental', 'analysis'], ['analysis', 'inspection'], ['inspection', 'test'], ['test', 'plan'], ['plan', 'checklist'], ['checklist', 'based'], ['based', 'specifications'], ['specifications', 'project'], ['project', 'taking'], ['taking', 'care'], ['care', 'qa'], ['qa', 'qc'], ['qc', 'documents'], ['documents', 'entire'], ['entire', 'project'], ['project', 'including'], ['including', 'certificates'], ['certificates', 'calibration'], ['calibration', 'test'], ['test', 'results'], ['results', 'inspection'], ['inspection', 'requests'], ['requests', 'non'], ['non', 'compliance'], ['compliance', 'reports'], ['reports', 'site'], ['site', 'instruction'], ['instruction', 'observations'], ['observations', 'permanent'], ['permanent', 'materials'], ['materials', 'delivered'], ['delivered', 'qa'], ['qa', 'qc'], ['qc', 'documents'], ['documents', 'supervision'], ['supervision', 'checking'], ['checking', 'assuring'], ['assuring', 'construction'], ['construction', 'per'], ['per', 'final'], ['final', 'issued'], ['issued', 'construction'], ['construction', 'drawings'], ['drawings', 'project'], ['project', 'specifications'], ['specifications', 'conducting'], ['conducting', 'joint'], ['joint', 'inspection'], ['inspection', 'consultant'], ['consultant', 'client'], ['client', 'monitor'], ['monitor', 'control'], ['control', 'status'], ['status', 'punch'], ['punch', 'list'], ['list', 'exception'], ['exception', 'lists'], ['lists', 'relevant'], ['relevant', 'quality'], ['quality', 'dossiers'], ['dossiers', '3'], ['3', 'page'], ['page', 'career'], ['career', 'progression'], ['progression', 'march'], ['march', '2016'], ['2016', 'still'], ['still', 'going'], ['going', 'company'], ['company', 'name'], ['name', 'gulf'], ['gulf', 'asia'], ['asia', 'contracting'], ['contracting', 'co'], ['co', 'llc'], ['llc', 'dubai'], ['dubai', 'uae'], ['uae', 'consultancy'], ['consultancy', 'chawla'], ['chawla', 'architectural'], ['architectural', 'consulting'], ['consulting', 'engineers'], ['engineers', 'client'], ['client', 'geepas'], ['geepas', 'international'], ['international', 'ltd'], ['ltd', 'uae'], ['uae', 'project'], ['project', 'name'], ['name', '2b'], ['2b', 'g'], ['g', '19'], ['19', 'roof'], ['roof', 'building'], ['building', 'position'], ['position', 'qa'], ['qa', 'qc'], ['qc', 'civil'], ['civil', 'engineer'], ['engineer', 'project'], ['project', 'summary'], ['summary', 'geepas'], ['geepas', 'tower'], ['tower', 'upcoming'], ['upcoming', 'development'], ['development', 'uae'], ['uae', 'entered'], ['entered', 'guinness'], ['guinness', 'world'], ['world', 'records'], ['records', 'along'], ['along', 'project'], ['project', 'contractor'], ['contractor', 'gulf'], ['gulf', 'asia'], ['asia', 'contracting'], ['contracting', 'gac'], ['gac', 'construction'], ['construction', 'arm'], ['arm', 'multi'], ['multi', 'billion'], ['billion', 'dollar'], ['dollar', 'business'], ['business', 'conglomerate'], ['conglomerate', 'rp'], ['rp', 'group'], ['group', 'completing'], ['completing', 'largest'], ['largest', 'continuous'], ['continuous', 'concrete'], ['concrete', 'pour'], ['pour', '19'], ['19', '793'], ['793', 'cu'], ['cu', '42'], ['42', 'hours'], ['hours', 'world'], ['world', 'the'], ['the', 'dh600'], ['dh600', 'million'], ['million', '163'], ['163', 'million'], ['million', 'mid'], ['mid', 'rise'], ['rise', 'residential'], ['residential', 'tower'], ['tower', 'come'], ['come', 'al'], ['al', 'barsha'], ['barsha', 'dubai'], ['dubai', 'owned'], ['owned', 'western'], ['western', 'international'], ['international', 'group'], ['group', 'geepas'], ['geepas', 'duties'], ['duties', 'responsibilities'], ['responsibilities', 'organize'], ['organize', 'implement'], ['implement', 'conduct'], ...], [['education'], ['details'], ['january'], ['2005'], ['s'], ['s'], ['c'], ['baramati'], ['maharashtra'], ['m'], ['e'], ['s'], ['highschool'], ['b'], ['e'], ['civil'], ['engineering'], ['pune'], ['maharashtra'], ['singhad'], ['institute'], ['of'], ['technology'], ['and'], ['science'], ['civil'], ['site'], ['engineer'], ['civil'], ['engineer'], ['skill'], ['details'], ['site'], ['engineer'], ['exprience'], ['60'], ['monthscompany'], ['details'], ['company'], ['vasundhara'], ['nirmiti'], ['properties'], ['description'], ['civil'], ['engineer'], ['company'], ['shri'], ['balaji'], ['housing'], ['company'], ['description'], ['execution'], ['civil'], ['work'], ['company'], ['ganesh'], ['construction'], ['description'], ['site'], ['engineer'], ['education', 'details'], ['details', 'january'], ['january', '2005'], ['2005', 's'], ['s', 's'], ['s', 'c'], ['c', 'baramati'], ['baramati', 'maharashtra'], ['maharashtra', 'm'], ['m', 'e'], ['e', 's'], ['s', 'highschool'], ['highschool', 'b'], ['b', 'e'], ['e', 'civil'], ['civil', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'singhad'], ['singhad', 'institute'], ['institute', 'of'], ['of', 'technology'], ['technology', 'and'], ['and', 'science'], ['science', 'civil'], ['civil', 'site'], ['site', 'engineer'], ['engineer', 'civil'], ['civil', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'site'], ['site', 'engineer'], ['engineer', 'exprience'], ['exprience', '60'], ['60', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'vasundhara'], ['vasundhara', 'nirmiti'], ['nirmiti', 'properties'], ['properties', 'description'], ['description', 'civil'], ['civil', 'engineer'], ['engineer', 'company'], ['company', 'shri'], ['shri', 'balaji'], ['balaji', 'housing'], ['housing', 'company'], ['company', 'description'], ['description', 'execution'], ['execution', 'civil'], ['civil', 'work'], ['work', 'company'], ['company', 'ganesh'], ['ganesh', 'construction'], ['construction', 'description'], ['description', 'site'], ['site', 'engineer'], ['education', 'details', 'january'], ['details', 'january', '2005'], ['january', '2005', 's'], ['2005', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'baramati'], ['c', 'baramati', 'maharashtra'], ['baramati', 'maharashtra', 'm'], ['maharashtra', 'm', 'e'], ['m', 'e', 's'], ['e', 's', 'highschool'], ['s', 'highschool', 'b'], ['highschool', 'b', 'e'], ['b', 'e', 'civil'], ['e', 'civil', 'engineering'], ['civil', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'singhad'], ['maharashtra', 'singhad', 'institute'], ['singhad', 'institute', 'of'], ['institute', 'of', 'technology'], ['of', 'technology', 'and'], ['technology', 'and', 'science'], ['and', 'science', 'civil'], ['science', 'civil', 'site'], ['civil', 'site', 'engineer'], ['site', 'engineer', 'civil'], ['engineer', 'civil', 'engineer'], ['civil', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'site'], ['details', 'site', 'engineer'], ['site', 'engineer', 'exprience'], ['engineer', 'exprience', '60'], ['exprience', '60', 'monthscompany'], ['60', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'vasundhara'], ['company', 'vasundhara', 'nirmiti'], ['vasundhara', 'nirmiti', 'properties'], ['nirmiti', 'properties', 'description'], ['properties', 'description', 'civil'], ['description', 'civil', 'engineer'], ['civil', 'engineer', 'company'], ['engineer', 'company', 'shri'], ['company', 'shri', 'balaji'], ['shri', 'balaji', 'housing'], ['balaji', 'housing', 'company'], ['housing', 'company', 'description'], ['company', 'description', 'execution'], ['description', 'execution', 'civil'], ['execution', 'civil', 'work'], ['civil', 'work', 'company'], ['work', 'company', 'ganesh'], ['company', 'ganesh', 'construction'], ['ganesh', 'construction', 'description'], ['construction', 'description', 'site'], ['description', 'site', 'engineer'], ['education', 'details', 'january', '2005'], ['details', 'january', '2005', 's'], ['january', '2005', 's', 's'], ['2005', 's', 's', 'c'], ['s', 's', 'c', 'baramati'], ['s', 'c', 'baramati', 'maharashtra'], ['c', 'baramati', 'maharashtra', 'm'], ['baramati', 'maharashtra', 'm', 'e'], ['maharashtra', 'm', 'e', 's'], ['m', 'e', 's', 'highschool'], ['e', 's', 'highschool', 'b'], ['s', 'highschool', 'b', 'e'], ['highschool', 'b', 'e', 'civil'], ['b', 'e', 'civil', 'engineering'], ['e', 'civil', 'engineering', 'pune'], ['civil', 'engineering', 'pune', 'maharashtra'], ['engineering', 'pune', 'maharashtra', 'singhad'], ['pune', 'maharashtra', 'singhad', 'institute'], ['maharashtra', 'singhad', 'institute', 'of'], ['singhad', 'institute', 'of', 'technology'], ['institute', 'of', 'technology', 'and'], ['of', 'technology', 'and', 'science'], ['technology', 'and', 'science', 'civil'], ['and', 'science', 'civil', 'site'], ['science', 'civil', 'site', 'engineer'], ['civil', 'site', 'engineer', 'civil'], ['site', 'engineer', 'civil', 'engineer'], ['engineer', 'civil', 'engineer', 'skill'], ['civil', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'site'], ['skill', 'details', 'site', 'engineer'], ['details', 'site', 'engineer', 'exprience'], ['site', 'engineer', 'exprience', '60'], ['engineer', 'exprience', '60', 'monthscompany'], ['exprience', '60', 'monthscompany', 'details'], ['60', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'vasundhara'], ['details', 'company', 'vasundhara', 'nirmiti'], ['company', 'vasundhara', 'nirmiti', 'properties'], ['vasundhara', 'nirmiti', 'properties', 'description'], ['nirmiti', 'properties', 'description', 'civil'], ['properties', 'description', 'civil', 'engineer'], ['description', 'civil', 'engineer', 'company'], ['civil', 'engineer', 'company', 'shri'], ['engineer', 'company', 'shri', 'balaji'], ['company', 'shri', 'balaji', 'housing'], ['shri', 'balaji', 'housing', 'company'], ['balaji', 'housing', 'company', 'description'], ['housing', 'company', 'description', 'execution'], ['company', 'description', 'execution', 'civil'], ['description', 'execution', 'civil', 'work'], ['execution', 'civil', 'work', 'company'], ['civil', 'work', 'company', 'ganesh'], ['work', 'company', 'ganesh', 'construction'], ['company', 'ganesh', 'construction', 'description'], ['ganesh', 'construction', 'description', 'site'], ['construction', 'description', 'site', 'engineer'], ['education', 'details', 'january', '2005', 's'], ['details', 'january', '2005', 's', 's'], ['january', '2005', 's', 's', 'c'], ['2005', 's', 's', 'c', 'baramati'], ['s', 's', 'c', 'baramati', 'maharashtra'], ['s', 'c', 'baramati', 'maharashtra', 'm'], ['c', 'baramati', 'maharashtra', 'm', 'e'], ['baramati', 'maharashtra', 'm', 'e', 's'], ['maharashtra', 'm', 'e', 's', 'highschool'], ['m', 'e', 's', 'highschool', 'b'], ['e', 's', 'highschool', 'b', 'e'], ['s', 'highschool', 'b', 'e', 'civil'], ['highschool', 'b', 'e', 'civil', 'engineering'], ['b', 'e', 'civil', 'engineering', 'pune'], ['e', 'civil', 'engineering', 'pune', 'maharashtra'], ['civil', 'engineering', 'pune', 'maharashtra', 'singhad'], ['engineering', 'pune', 'maharashtra', 'singhad', 'institute'], ['pune', 'maharashtra', 'singhad', 'institute', 'of'], ['maharashtra', 'singhad', 'institute', 'of', 'technology'], ['singhad', 'institute', 'of', 'technology', 'and'], ['institute', 'of', 'technology', 'and', 'science'], ['of', 'technology', 'and', 'science', 'civil'], ['technology', 'and', 'science', 'civil', 'site'], ['and', 'science', 'civil', 'site', 'engineer'], ['science', 'civil', 'site', 'engineer', 'civil'], ['civil', 'site', 'engineer', 'civil', 'engineer'], ['site', 'engineer', 'civil', 'engineer', 'skill'], ['engineer', 'civil', 'engineer', 'skill', 'details'], ['civil', 'engineer', 'skill', 'details', 'site'], ['engineer', 'skill', 'details', 'site', 'engineer'], ['skill', 'details', 'site', 'engineer', 'exprience'], ['details', 'site', 'engineer', 'exprience', '60'], ['site', 'engineer', 'exprience', '60', 'monthscompany'], ['engineer', 'exprience', '60', 'monthscompany', 'details'], ['exprience', '60', 'monthscompany', 'details', 'company'], ['60', 'monthscompany', 'details', 'company', 'vasundhara'], ['monthscompany', 'details', 'company', 'vasundhara', 'nirmiti'], ['details', 'company', 'vasundhara', 'nirmiti', 'properties'], ['company', 'vasundhara', 'nirmiti', 'properties', 'description'], ['vasundhara', 'nirmiti', 'properties', 'description', 'civil'], ['nirmiti', 'properties', 'description', 'civil', 'engineer'], ['properties', 'description', 'civil', 'engineer', 'company'], ['description', 'civil', 'engineer', 'company', 'shri'], ['civil', 'engineer', 'company', 'shri', 'balaji'], ['engineer', 'company', 'shri', 'balaji', 'housing'], ['company', 'shri', 'balaji', 'housing', 'company'], ['shri', 'balaji', 'housing', 'company', 'description'], ['balaji', 'housing', 'company', 'description', 'execution'], ['housing', 'company', 'description', 'execution', 'civil'], ['company', 'description', 'execution', 'civil', 'work'], ['description', 'execution', 'civil', 'work', 'company'], ['execution', 'civil', 'work', 'company', 'ganesh'], ['civil', 'work', 'company', 'ganesh', 'construction'], ['work', 'company', 'ganesh', 'construction', 'description'], ['company', 'ganesh', 'construction', 'description', 'site'], ['ganesh', 'construction', 'description', 'site', 'engineer'], ['education', 'details', 'january', '2005', 's', 's'], ['details', 'january', '2005', 's', 's', 'c'], ['january', '2005', 's', 's', 'c', 'baramati'], ['2005', 's', 's', 'c', 'baramati', 'maharashtra'], ['s', 's', 'c', 'baramati', 'maharashtra', 'm'], ['s', 'c', 'baramati', 'maharashtra', 'm', 'e'], ['c', 'baramati', 'maharashtra', 'm', 'e', 's'], ['baramati', 'maharashtra', 'm', 'e', 's', 'highschool'], ['maharashtra', 'm', 'e', 's', 'highschool', 'b'], ['m', 'e', 's', 'highschool', 'b', 'e'], ['e', 's', 'highschool', 'b', 'e', 'civil'], ['s', 'highschool', 'b', 'e', 'civil', 'engineering'], ['highschool', 'b', 'e', 'civil', 'engineering', 'pune'], ['b', 'e', 'civil', 'engineering', 'pune', 'maharashtra'], ['e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad'], ['civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute'], ['engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of'], ['pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology'], ['maharashtra', 'singhad', 'institute', 'of', 'technology', 'and'], ['singhad', 'institute', 'of', 'technology', 'and', 'science'], ['institute', 'of', 'technology', 'and', 'science', 'civil'], ['of', 'technology', 'and', 'science', 'civil', 'site'], ['technology', 'and', 'science', 'civil', 'site', 'engineer'], ['and', 'science', 'civil', 'site', 'engineer', 'civil'], ['science', 'civil', 'site', 'engineer', 'civil', 'engineer'], ['civil', 'site', 'engineer', 'civil', 'engineer', 'skill'], ['site', 'engineer', 'civil', 'engineer', 'skill', 'details'], ['engineer', 'civil', 'engineer', 'skill', 'details', 'site'], ['civil', 'engineer', 'skill', 'details', 'site', 'engineer'], ['engineer', 'skill', 'details', 'site', 'engineer', 'exprience'], ['skill', 'details', 'site', 'engineer', 'exprience', '60'], ['details', 'site', 'engineer', 'exprience', '60', 'monthscompany'], ['site', 'engineer', 'exprience', '60', 'monthscompany', 'details'], ['engineer', 'exprience', '60', 'monthscompany', 'details', 'company'], ['exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara'], ['60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti'], ['monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties'], ['details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description'], ['company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil'], ['vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer'], ['nirmiti', 'properties', 'description', 'civil', 'engineer', 'company'], ['properties', 'description', 'civil', 'engineer', 'company', 'shri'], ['description', 'civil', 'engineer', 'company', 'shri', 'balaji'], ['civil', 'engineer', 'company', 'shri', 'balaji', 'housing'], ['engineer', 'company', 'shri', 'balaji', 'housing', 'company'], ['company', 'shri', 'balaji', 'housing', 'company', 'description'], ['shri', 'balaji', 'housing', 'company', 'description', 'execution'], ['balaji', 'housing', 'company', 'description', 'execution', 'civil'], ['housing', 'company', 'description', 'execution', 'civil', 'work'], ['company', 'description', 'execution', 'civil', 'work', 'company'], ['description', 'execution', 'civil', 'work', 'company', 'ganesh'], ['execution', 'civil', 'work', 'company', 'ganesh', 'construction'], ['civil', 'work', 'company', 'ganesh', 'construction', 'description'], ['work', 'company', 'ganesh', 'construction', 'description', 'site'], ['company', 'ganesh', 'construction', 'description', 'site', 'engineer'], ['education', 'details', 'january', '2005', 's', 's', 'c'], ['details', 'january', '2005', 's', 's', 'c', 'baramati'], ['january', '2005', 's', 's', 'c', 'baramati', 'maharashtra'], ['2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm'], ['s', 's', 'c', 'baramati', 'maharashtra', 'm', 'e'], ['s', 'c', 'baramati', 'maharashtra', 'm', 'e', 's'], ['c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool'], ['baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b'], ['maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e'], ['m', 'e', 's', 'highschool', 'b', 'e', 'civil'], ['e', 's', 'highschool', 'b', 'e', 'civil', 'engineering'], ['s', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune'], ['highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra'], ['b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad'], ['e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute'], ['civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of'], ['engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology'], ['pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and'], ['maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science'], ['singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil'], ['institute', 'of', 'technology', 'and', 'science', 'civil', 'site'], ['of', 'technology', 'and', 'science', 'civil', 'site', 'engineer'], ['technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil'], ['and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer'], ['science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill'], ['civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details'], ['site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site'], ['engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer'], ['civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience'], ['engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60'], ['skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany'], ['details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details'], ['site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company'], ['engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara'], ['exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti'], ['60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties'], ['monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description'], ['details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil'], ['company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer'], ['vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company'], ['nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri'], ['properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji'], ['description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing'], ['civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company'], ['engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description'], ['company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution'], ['shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil'], ['balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work'], ['housing', 'company', 'description', 'execution', 'civil', 'work', 'company'], ['company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh'], ['description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction'], ['execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description'], ['civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site'], ['work', 'company', 'ganesh', 'construction', 'description', 'site', 'engineer'], ['education', 'details', 'january', '2005', 's', 's', 'c', 'baramati'], ['details', 'january', '2005', 's', 's', 'c', 'baramati', 'maharashtra'], ['january', '2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm'], ['2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm', 'e'], ['s', 's', 'c', 'baramati', 'maharashtra', 'm', 'e', 's'], ['s', 'c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool'], ['c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b'], ['baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e'], ['maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e', 'civil'], ['m', 'e', 's', 'highschool', 'b', 'e', 'civil', 'engineering'], ['e', 's', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune'], ['s', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra'], ['highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad'], ['b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute'], ['e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of'], ['civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology'], ['engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and'], ['pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science'], ['maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil'], ['singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil', 'site'], ['institute', 'of', 'technology', 'and', 'science', 'civil', 'site', 'engineer'], ['of', 'technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil'], ['technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer'], ['and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill'], ['science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details'], ['civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site'], ['site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer'], ['engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience'], ['civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60'], ['engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany'], ['skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details'], ['details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company'], ['site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara'], ['engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti'], ['exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties'], ['60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description'], ['monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil'], ['details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer'], ['company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company'], ['vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri'], ['nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji'], ['properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing'], ['description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company'], ['civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description'], ['engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution'], ['company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil'], ['shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work'], ['balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work', 'company'], ['housing', 'company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh'], ['company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction'], ['description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description'], ['execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site'], ['civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site', 'engineer'], ['education', 'details', 'january', '2005', 's', 's', 'c', 'baramati', 'maharashtra'], ['details', 'january', '2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm'], ['january', '2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm', 'e'], ['2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm', 'e', 's'], ['s', 's', 'c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool'], ['s', 'c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b'], ['c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e'], ['baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e', 'civil'], ['maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e', 'civil', 'engineering'], ['m', 'e', 's', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune'], ['e', 's', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra'], ['s', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad'], ['highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute'], ['b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of'], ['e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology'], ['civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and'], ['engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science'], ['pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil'], ['maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil', 'site'], ['singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil', 'site', 'engineer'], ['institute', 'of', 'technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil'], ['of', 'technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer'], ['technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill'], ['and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details'], ['science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site'], ['civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer'], ['site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience'], ['engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60'], ['civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany'], ['engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details'], ['skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company'], ['details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara'], ['site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti'], ['engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties'], ['exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description'], ['60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil'], ['monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer'], ['details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company'], ['company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri'], ['vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji'], ['nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing'], ['properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company'], ['description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description'], ['civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution'], ['engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil'], ['company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work'], ['shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work', 'company'], ['balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh'], ['housing', 'company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction'], ['company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description'], ['description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site'], ['execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site', 'engineer']], [['skills'], ['1'], ['autocad'], ['2'], ['pro'], ['v'], ['3'], ['catia'], ['4'], ['word'], ['excel'], ['5'], ['photoshop'], ['industrial'], ['exposure'], ['industrial'], ['visit'], ['larsen'], ['tubro'], ['l'], ['t'], ['3'], ['months'], ['industrial'], ['training'], ['inplant'], ['training'], ['ashoka'], ['buildcon'], ['training'], ['infrastructure'], ['setup'], ['maintenance'], ['education'], ['details'], ['january'], ['2017'], ['masters'], ['structure'], ['nashik'], ['maharashtra'], ['universal'], ['university'], ['nashik'], ['civil'], ['engineer'], ['civil'], ['engineer'], ['skill'], ['details'], ['autocad'], ['exprience'], ['1'], ['months'], ['catia'], ['exprience'], ['6'], ['months'], ['maintenance'], ['exprience'], ['48'], ['months'], ['photoshop'], ['exprience'], ['1'], ['months'], ['training'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['color'], ['sky'], ['decor'], ['llc'], ['dubai'], ['description'], ['role'], ['civil'], ['engineer'], ['company'], ['girija'], ['construction'], ['and'], ['devolopers'], ['description'], ['role'], ['civil'], ['engineer'], ['company'], ['showrooms'], ['villa'], ['hotels'], ['description'], ['1'], ['exterior'], ['interior'], ['of'], ['buildings'], ['villa'], ['etc'], ['2'], ['construction'], ['new'], ['building'], ['villa'], ['3'], ['preparing'], ['bill'], ['quantities'], ['scheduling'], ['etc'], ['company'], ['showrooms'], ['villa'], ['hotels'], ['description'], ['maintenance'], ['interior'], ['outfit'], ['works'], ['apartments'], ['showrooms'], ['villa'], ['hotels'], ['etc'], ['description'], ['1'], ['analyze'], ['photographs'], ['drawings'], ['maps'], ['inform'], ['direction'], ['projects'], ['well'], ['overall'], ['budget'], ['constraints'], ['2'], ['ensure'], ['project'], ['feasibility'], ['continual'], ['evaluation'], ['structural'], ['integrity'], ['design'], ['practicality'], ['3'], ['create'], ['schedule'], ['project'], ['completion'], ['3'], ['perform'], ['adjust'], ['quantity'], ['calculations'], ['practical'], ['budgetary'], ['purposes'], ['4'], ['communicate'], ['team'], ['members'], ['well'], ['customers'], ['vendors'], ['ensure'], ['maximum'], ['cohesion'], ['fluidity'], ['projects'], ['5'], ['forecast'], ['design'], ['construction'], ['time'], ['frames'], ['6'], ['inspect'], ['project'], ['sites'], ['ensure'], ['meet'], ['relevant'], ['codes'], ['progressing'], ['properly'], ['company'], ['sonia'], ['buildcon'], ['description'], ['role'], ['civil'], ['engineer'], ['company'], ['description'], ['8'], ['day'], ['day'], ['management'], ['site'], ['including'], ['supervising'], ['monitoring'], ['site'], ['labour'], ['force'], ['work'], ['subcontractors'], ['duration'], ['2015'], ['2016'], ['role'], ['civil'], ['engineer'], ['construction'], ['renovation'], ['interior'], ['designing'], ['buildings'], ['malls'], ['commercial'], ['complex'], ['villas'], ['etc'], ['description'], ['1'], ['undertaking'], ['technical'], ['feasibility'], ['studies'], ['including'], ['site'], ['investigations'], ['2'], ['using'], ['range'], ['computer'], ['software'], ['developing'], ['detailed'], ['designs'], ['3'], ['undertaking'], ['complex'], ['calculations'], ['4'], ['liaising'], ['clients'], ['variety'], ['professionals'], ['including'], ['architects'], ['subcontractors'], ['5'], ['compiling'], ['job'], ['specs'], ['supervising'], ['tendering'], ['procedures'], ['6'], ['resolving'], ['design'], ['development'], ['problems'], ['7'], ['managing'], ['budgets'], ['project'], ['resources'], ['8'], ['scheduling'], ['material'], ['equipment'], ['purchases'], ['deliveries'], ['9'], ['making'], ['sure'], ['project'], ['complies'], ['legal'], ['requirements'], ['especially'], ['health'], ['safety'], ['10'], ['assessing'], ['sustainability'], ['environmental'], ['impact'], ['projects'], ['11'], ['ensuring'], ['projects'], ['run'], ['smoothly'], ['structures'], ['completed'], ['within'], ['budget'], ['time'], ['company'], ['grandeurs'], ['realetors'], ['india'], ['description'], ['role'], ['civil'], ['site'], ['engineer'], ['company'], ['description'], ['description'], ['responsibility'], ['1'], ['evaluated'], ['overall'], ['cost'], ['materails'], ['labours'], ['subcontractors'], ['tools'], ['2'], ['regulated'], ['subcontractor'], ['work'], ['schedule'], ['equipement'], ['delivery'], ['3'], ['provided'], ['required'], ['documents'], ['owners'], ['subcontractors'], ['4'], ['cheack'], ['regular'], ['basis'], ['project'], ['progrees'], ['devolopment'], ['5'], ['act'], ['main'], ['technical'], ['adviser'], ['construction'], ['site'], ['subcontractors'], ['craftspeople'], ['operatives'], ['6'], ['ensure'], ['materials'], ['used'], ['work'], ['performed'], ['ordance'], ['specifications'], ['7'], ['liaise'], ['consultants'], ['subcontractors'], ['supervisors'], ['planners'], ['quantity'], ['surveyors'], ['general'], ['workforce'], ['involved'], ['project'], ['responsibility'], ['skills', '1'], ['1', 'autocad'], ['autocad', '2'], ['2', 'pro'], ['pro', 'v'], ['v', '3'], ['3', 'catia'], ['catia', '4'], ['4', 'word'], ['word', 'excel'], ['excel', '5'], ['5', 'photoshop'], ['photoshop', 'industrial'], ['industrial', 'exposure'], ['exposure', 'industrial'], ['industrial', 'visit'], ['visit', 'larsen'], ['larsen', 'tubro'], ['tubro', 'l'], ['l', 't'], ['t', '3'], ['3', 'months'], ['months', 'industrial'], ['industrial', 'training'], ['training', 'inplant'], ['inplant', 'training'], ['training', 'ashoka'], ['ashoka', 'buildcon'], ['buildcon', 'training'], ['training', 'infrastructure'], ['infrastructure', 'setup'], ['setup', 'maintenance'], ['maintenance', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'masters'], ['masters', 'structure'], ['structure', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'universal'], ['universal', 'university'], ['university', 'nashik'], ['nashik', 'civil'], ['civil', 'engineer'], ['engineer', 'civil'], ['civil', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'autocad'], ['autocad', 'exprience'], ['exprience', '1'], ['1', 'months'], ['months', 'catia'], ['catia', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'maintenance'], ['maintenance', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'photoshop'], ['photoshop', 'exprience'], ['exprience', '1'], ['1', 'months'], ['months', 'training'], ['training', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'color'], ['color', 'sky'], ['sky', 'decor'], ['decor', 'llc'], ['llc', 'dubai'], ['dubai', 'description'], ['description', 'role'], ['role', 'civil'], ['civil', 'engineer'], ['engineer', 'company'], ['company', 'girija'], ['girija', 'construction'], ['construction', 'and'], ['and', 'devolopers'], ['devolopers', 'description'], ['description', 'role'], ['role', 'civil'], ['civil', 'engineer'], ['engineer', 'company'], ['company', 'showrooms'], ['showrooms', 'villa'], ['villa', 'hotels'], ['hotels', 'description'], ['description', '1'], ['1', 'exterior'], ['exterior', 'interior'], ['interior', 'of'], ['of', 'buildings'], ['buildings', 'villa'], ['villa', 'etc'], ['etc', '2'], ['2', 'construction'], ['construction', 'new'], ['new', 'building'], ['building', 'villa'], ['villa', '3'], ['3', 'preparing'], ['preparing', 'bill'], ['bill', 'quantities'], ['quantities', 'scheduling'], ['scheduling', 'etc'], ['etc', 'company'], ['company', 'showrooms'], ['showrooms', 'villa'], ['villa', 'hotels'], ['hotels', 'description'], ['description', 'maintenance'], ['maintenance', 'interior'], ['interior', 'outfit'], ['outfit', 'works'], ['works', 'apartments'], ['apartments', 'showrooms'], ['showrooms', 'villa'], ['villa', 'hotels'], ['hotels', 'etc'], ['etc', 'description'], ['description', '1'], ['1', 'analyze'], ['analyze', 'photographs'], ['photographs', 'drawings'], ['drawings', 'maps'], ['maps', 'inform'], ['inform', 'direction'], ['direction', 'projects'], ['projects', 'well'], ['well', 'overall'], ['overall', 'budget'], ['budget', 'constraints'], ['constraints', '2'], ['2', 'ensure'], ['ensure', 'project'], ['project', 'feasibility'], ['feasibility', 'continual'], ['continual', 'evaluation'], ['evaluation', 'structural'], ['structural', 'integrity'], ['integrity', 'design'], ['design', 'practicality'], ['practicality', '3'], ['3', 'create'], ['create', 'schedule'], ['schedule', 'project'], ['project', 'completion'], ['completion', '3'], ['3', 'perform'], ['perform', 'adjust'], ['adjust', 'quantity'], ['quantity', 'calculations'], ['calculations', 'practical'], ['practical', 'budgetary'], ['budgetary', 'purposes'], ['purposes', '4'], ['4', 'communicate'], ['communicate', 'team'], ['team', 'members'], ['members', 'well'], ['well', 'customers'], ['customers', 'vendors'], ['vendors', 'ensure'], ['ensure', 'maximum'], ['maximum', 'cohesion'], ['cohesion', 'fluidity'], ['fluidity', 'projects'], ['projects', '5'], ['5', 'forecast'], ['forecast', 'design'], ['design', 'construction'], ['construction', 'time'], ['time', 'frames'], ['frames', '6'], ['6', 'inspect'], ['inspect', 'project'], ['project', 'sites'], ['sites', 'ensure'], ['ensure', 'meet'], ['meet', 'relevant'], ['relevant', 'codes'], ['codes', 'progressing'], ['progressing', 'properly'], ['properly', 'company'], ['company', 'sonia'], ['sonia', 'buildcon'], ['buildcon', 'description'], ['description', 'role'], ['role', 'civil'], ['civil', 'engineer'], ['engineer', 'company'], ['company', 'description'], ['description', '8'], ['8', 'day'], ['day', 'day'], ['day', 'management'], ['management', 'site'], ['site', 'including'], ['including', 'supervising'], ['supervising', 'monitoring'], ['monitoring', 'site'], ['site', 'labour'], ['labour', 'force'], ['force', 'work'], ['work', 'subcontractors'], ['subcontractors', 'duration'], ['duration', '2015'], ['2015', '2016'], ['2016', 'role'], ['role', 'civil'], ['civil', 'engineer'], ['engineer', 'construction'], ['construction', 'renovation'], ['renovation', 'interior'], ['interior', 'designing'], ['designing', 'buildings'], ['buildings', 'malls'], ['malls', 'commercial'], ['commercial', 'complex'], ['complex', 'villas'], ['villas', 'etc'], ['etc', 'description'], ['description', '1'], ['1', 'undertaking'], ['undertaking', 'technical'], ['technical', 'feasibility'], ['feasibility', 'studies'], ['studies', 'including'], ['including', 'site'], ['site', 'investigations'], ['investigations', '2'], ['2', 'using'], ['using', 'range'], ['range', 'computer'], ['computer', 'software'], ['software', 'developing'], ['developing', 'detailed'], ['detailed', 'designs'], ['designs', '3'], ['3', 'undertaking'], ['undertaking', 'complex'], ['complex', 'calculations'], ['calculations', '4'], ['4', 'liaising'], ['liaising', 'clients'], ['clients', 'variety'], ['variety', 'professionals'], ['professionals', 'including'], ['including', 'architects'], ['architects', 'subcontractors'], ['subcontractors', '5'], ['5', 'compiling'], ['compiling', 'job'], ['job', 'specs'], ['specs', 'supervising'], ['supervising', 'tendering'], ['tendering', 'procedures'], ['procedures', '6'], ['6', 'resolving'], ['resolving', 'design'], ['design', 'development'], ['development', 'problems'], ['problems', '7'], ['7', 'managing'], ['managing', 'budgets'], ['budgets', 'project'], ['project', 'resources'], ['resources', '8'], ['8', 'scheduling'], ['scheduling', 'material'], ['material', 'equipment'], ['equipment', 'purchases'], ['purchases', 'deliveries'], ['deliveries', '9'], ['9', 'making'], ['making', 'sure'], ['sure', 'project'], ['project', 'complies'], ['complies', 'legal'], ['legal', 'requirements'], ['requirements', 'especially'], ['especially', 'health'], ['health', 'safety'], ['safety', '10'], ['10', 'assessing'], ['assessing', 'sustainability'], ['sustainability', 'environmental'], ['environmental', 'impact'], ['impact', 'projects'], ['projects', '11'], ['11', 'ensuring'], ['ensuring', 'projects'], ['projects', 'run'], ['run', 'smoothly'], ['smoothly', 'structures'], ['structures', 'completed'], ['completed', 'within'], ['within', 'budget'], ['budget', 'time'], ['time', 'company'], ['company', 'grandeurs'], ['grandeurs', 'realetors'], ['realetors', 'india'], ['india', 'description'], ['description', 'role'], ['role', 'civil'], ['civil', 'site'], ['site', 'engineer'], ['engineer', 'company'], ['company', 'description'], ['description', 'description'], ['description', 'responsibility'], ['responsibility', '1'], ['1', 'evaluated'], ['evaluated', 'overall'], ['overall', 'cost'], ['cost', 'materails'], ['materails', 'labours'], ['labours', 'subcontractors'], ['subcontractors', 'tools'], ['tools', '2'], ['2', 'regulated'], ['regulated', 'subcontractor'], ['subcontractor', 'work'], ['work', 'schedule'], ['schedule', 'equipement'], ['equipement', 'delivery'], ['delivery', '3'], ['3', 'provided'], ['provided', 'required'], ['required', 'documents'], ['documents', 'owners'], ['owners', 'subcontractors'], ['subcontractors', '4'], ['4', 'cheack'], ['cheack', 'regular'], ['regular', 'basis'], ['basis', 'project'], ['project', 'progrees'], ['progrees', 'devolopment'], ['devolopment', '5'], ['5', 'act'], ['act', 'main'], ['main', 'technical'], ['technical', 'adviser'], ['adviser', 'construction'], ['construction', 'site'], ['site', 'subcontractors'], ['subcontractors', 'craftspeople'], ['craftspeople', 'operatives'], ['operatives', '6'], ['6', 'ensure'], ['ensure', 'materials'], ['materials', 'used'], ['used', 'work'], ['work', 'performed'], ['performed', 'ordance'], ['ordance', 'specifications'], ['specifications', '7'], ['7', 'liaise'], ['liaise', 'consultants'], ['consultants', 'subcontractors'], ['subcontractors', 'supervisors'], ['supervisors', 'planners'], ['planners', 'quantity'], ['quantity', 'surveyors'], ['surveyors', 'general'], ['general', 'workforce'], ['workforce', 'involved'], ['involved', 'project'], ['project', 'responsibility'], ['skills', '1', 'autocad'], ['1', 'autocad', '2'], ['autocad', '2', 'pro'], ['2', 'pro', 'v'], ['pro', 'v', '3'], ['v', '3', 'catia'], ['3', 'catia', '4'], ['catia', '4', 'word'], ['4', 'word', 'excel'], ['word', 'excel', '5'], ['excel', '5', 'photoshop'], ['5', 'photoshop', 'industrial'], ['photoshop', 'industrial', 'exposure'], ['industrial', 'exposure', 'industrial'], ['exposure', 'industrial', 'visit'], ['industrial', 'visit', 'larsen'], ['visit', 'larsen', 'tubro'], ['larsen', 'tubro', 'l'], ['tubro', 'l', 't'], ['l', 't', '3'], ['t', '3', 'months'], ['3', 'months', 'industrial'], ['months', 'industrial', 'training'], ['industrial', 'training', 'inplant'], ['training', 'inplant', 'training'], ['inplant', 'training', 'ashoka'], ['training', 'ashoka', 'buildcon'], ['ashoka', 'buildcon', 'training'], ['buildcon', 'training', 'infrastructure'], ['training', 'infrastructure', 'setup'], ['infrastructure', 'setup', 'maintenance'], ['setup', 'maintenance', 'education'], ['maintenance', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'masters'], ['2017', 'masters', 'structure'], ['masters', 'structure', 'nashik'], ['structure', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'universal'], ['maharashtra', 'universal', 'university'], ['universal', 'university', 'nashik'], ['university', 'nashik', 'civil'], ['nashik', 'civil', 'engineer'], ['civil', 'engineer', 'civil'], ['engineer', 'civil', 'engineer'], ['civil', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'autocad'], ['details', 'autocad', 'exprience'], ['autocad', 'exprience', '1'], ['exprience', '1', 'months'], ['1', 'months', 'catia'], ['months', 'catia', 'exprience'], ['catia', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'maintenance'], ['months', 'maintenance', 'exprience'], ['maintenance', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'photoshop'], ['months', 'photoshop', 'exprience'], ['photoshop', 'exprience', '1'], ['exprience', '1', 'months'], ['1', 'months', 'training'], ['months', 'training', 'exprience'], ['training', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'color'], ['company', 'color', 'sky'], ['color', 'sky', 'decor'], ['sky', 'decor', 'llc'], ['decor', 'llc', 'dubai'], ['llc', 'dubai', 'description'], ['dubai', 'description', 'role'], ['description', 'role', 'civil'], ['role', 'civil', 'engineer'], ['civil', 'engineer', 'company'], ['engineer', 'company', 'girija'], ['company', 'girija', 'construction'], ['girija', 'construction', 'and'], ['construction', 'and', 'devolopers'], ['and', 'devolopers', 'description'], ['devolopers', 'description', 'role'], ['description', 'role', 'civil'], ['role', 'civil', 'engineer'], ['civil', 'engineer', 'company'], ['engineer', 'company', 'showrooms'], ['company', 'showrooms', 'villa'], ['showrooms', 'villa', 'hotels'], ['villa', 'hotels', 'description'], ['hotels', 'description', '1'], ['description', '1', 'exterior'], ['1', 'exterior', 'interior'], ['exterior', 'interior', 'of'], ['interior', 'of', 'buildings'], ['of', 'buildings', 'villa'], ['buildings', 'villa', 'etc'], ['villa', 'etc', '2'], ['etc', '2', 'construction'], ['2', 'construction', 'new'], ['construction', 'new', 'building'], ['new', 'building', 'villa'], ['building', 'villa', '3'], ['villa', '3', 'preparing'], ['3', 'preparing', 'bill'], ['preparing', 'bill', 'quantities'], ['bill', 'quantities', 'scheduling'], ['quantities', 'scheduling', 'etc'], ['scheduling', 'etc', 'company'], ['etc', 'company', 'showrooms'], ['company', 'showrooms', 'villa'], ['showrooms', 'villa', 'hotels'], ['villa', 'hotels', 'description'], ['hotels', 'description', 'maintenance'], ['description', 'maintenance', 'interior'], ['maintenance', 'interior', 'outfit'], ['interior', 'outfit', 'works'], ['outfit', 'works', 'apartments'], ['works', 'apartments', 'showrooms'], ['apartments', 'showrooms', 'villa'], ['showrooms', 'villa', 'hotels'], ['villa', 'hotels', 'etc'], ['hotels', 'etc', 'description'], ['etc', 'description', '1'], ['description', '1', 'analyze'], ['1', 'analyze', 'photographs'], ['analyze', 'photographs', 'drawings'], ['photographs', 'drawings', 'maps'], ['drawings', 'maps', 'inform'], ['maps', 'inform', 'direction'], ['inform', 'direction', 'projects'], ['direction', 'projects', 'well'], ['projects', 'well', 'overall'], ['well', 'overall', 'budget'], ['overall', 'budget', 'constraints'], ['budget', 'constraints', '2'], ['constraints', '2', 'ensure'], ['2', 'ensure', 'project'], ['ensure', 'project', 'feasibility'], ['project', 'feasibility', 'continual'], ['feasibility', 'continual', 'evaluation'], ['continual', 'evaluation', 'structural'], ['evaluation', 'structural', 'integrity'], ['structural', 'integrity', 'design'], ['integrity', 'design', 'practicality'], ['design', 'practicality', '3'], ['practicality', '3', 'create'], ['3', 'create', 'schedule'], ['create', 'schedule', 'project'], ['schedule', 'project', 'completion'], ['project', 'completion', '3'], ['completion', '3', 'perform'], ['3', 'perform', 'adjust'], ['perform', 'adjust', 'quantity'], ['adjust', 'quantity', 'calculations'], ['quantity', 'calculations', 'practical'], ['calculations', 'practical', 'budgetary'], ['practical', 'budgetary', 'purposes'], ['budgetary', 'purposes', '4'], ['purposes', '4', 'communicate'], ['4', 'communicate', 'team'], ['communicate', 'team', 'members'], ['team', 'members', 'well'], ['members', 'well', 'customers'], ['well', 'customers', 'vendors'], ['customers', 'vendors', 'ensure'], ['vendors', 'ensure', 'maximum'], ['ensure', 'maximum', 'cohesion'], ['maximum', 'cohesion', 'fluidity'], ['cohesion', 'fluidity', 'projects'], ['fluidity', 'projects', '5'], ['projects', '5', 'forecast'], ['5', 'forecast', 'design'], ['forecast', 'design', 'construction'], ['design', 'construction', 'time'], ['construction', 'time', 'frames'], ['time', 'frames', '6'], ['frames', '6', 'inspect'], ['6', 'inspect', 'project'], ['inspect', 'project', 'sites'], ['project', 'sites', 'ensure'], ['sites', 'ensure', 'meet'], ['ensure', 'meet', 'relevant'], ['meet', 'relevant', 'codes'], ['relevant', 'codes', 'progressing'], ['codes', 'progressing', 'properly'], ['progressing', 'properly', 'company'], ['properly', 'company', 'sonia'], ['company', 'sonia', 'buildcon'], ['sonia', 'buildcon', 'description'], ['buildcon', 'description', 'role'], ['description', 'role', 'civil'], ['role', 'civil', 'engineer'], ['civil', 'engineer', 'company'], ['engineer', 'company', 'description'], ['company', 'description', '8'], ['description', '8', 'day'], ['8', 'day', 'day'], ['day', 'day', 'management'], ['day', 'management', 'site'], ['management', 'site', 'including'], ['site', 'including', 'supervising'], ['including', 'supervising', 'monitoring'], ['supervising', 'monitoring', 'site'], ['monitoring', 'site', 'labour'], ['site', 'labour', 'force'], ['labour', 'force', 'work'], ['force', 'work', 'subcontractors'], ['work', 'subcontractors', 'duration'], ['subcontractors', 'duration', '2015'], ['duration', '2015', '2016'], ['2015', '2016', 'role'], ['2016', 'role', 'civil'], ['role', 'civil', 'engineer'], ['civil', 'engineer', 'construction'], ['engineer', 'construction', 'renovation'], ['construction', 'renovation', 'interior'], ['renovation', 'interior', 'designing'], ['interior', 'designing', 'buildings'], ['designing', 'buildings', 'malls'], ['buildings', 'malls', 'commercial'], ['malls', 'commercial', 'complex'], ['commercial', 'complex', 'villas'], ['complex', 'villas', 'etc'], ['villas', 'etc', 'description'], ['etc', 'description', '1'], ['description', '1', 'undertaking'], ['1', 'undertaking', 'technical'], ['undertaking', 'technical', 'feasibility'], ['technical', 'feasibility', 'studies'], ['feasibility', 'studies', 'including'], ['studies', 'including', 'site'], ['including', 'site', 'investigations'], ['site', 'investigations', '2'], ['investigations', '2', 'using'], ['2', 'using', 'range'], ['using', 'range', 'computer'], ['range', 'computer', 'software'], ['computer', 'software', 'developing'], ['software', 'developing', 'detailed'], ...], [['computer'], ['skills'], ['holder'], ['valid'], ['ksa'], ['license'], ['basic'], ['computer'], ['ms'], ['office'], ['autocad'], ['2006education'], ['details'], ['january'], ['2005'], ['diploma'], ['bengaluru'], ['karnataka'], ['oxford'], ['polytechnic'], ['banglore'], ['civil'], ['engineer'], ['civil'], ['engineer'], ['utility'], ['powertech'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['utility'], ['powertech'], ['ltd'], ['description'], ['1'], ['project'], ['name'], ['nabinagar'], ['thermal'], ['power'], ['project'], ['aurangabad'], ['bihar'], ['client'], ['ntpc'], ['brbcl'], ['position'], ['civil'], ['engineer'], ['company'], ['dammam'], ['ksa'], ['description'], ['october'], ['2008'], ['june'], ['2011'], ['al'], ['nafjan'], ['al'], ['abad'], ['co'], ['dammam'], ['ksa'], ['position'], ['civil'], ['engineer'], ['project'], ['undertaken'], ['1'], ['project'], ['name'], ['stc'], ['qatif'], ['s'], ['l'], ['project'], ['2065864'], ['client'], ['department'], ['civil'], ['aviation'], ['main'], ['contractor'], ['al'], ['nafjan'], ['al'], ['abad'], ['co'], ['consultant'], ['arif'], ['kinfolk'], ['2'], ['project'], ['name'], ['king'], ['fahad'], ['international'], ['airport'], ['client'], ['department'], ['civil'], ['aviation'], ['main'], ['contractor'], ['al'], ['nafjan'], ['al'], ['abad'], ['co'], ['consultant'], ['dar'], ['al'], ['hadassah'], ['project'], ['description'], ['dpf'], ['eleven'], ['buildings'], ['they'], ['building'], ['1'], ['building'], ['11'], ['buildings'], ['typical'], ['three'], ['type'], ['they'], ['type'], ['1'], ['type'], ['2'], ['type'], ['3'], ['basically'], ['building'], ['senior'], ['staff'], ['saudi'], ['arabian'], ['police'], ['force'], ['army'], ['ommodation'], ['saudi'], ['arabia'], ['job'], ['responsibility'], ['planning'], ['projects'], ['study'], ['drawings'], ['contract'], ['specifications'], ['preparation'], ['material'], ['submittals'], ['follow'], ['consultant'], ['approvals'], ['planning'], ['site'], ['installation'], ['activities'], ['mobilization'], ['man'], ['power'], ['material'], ['site'], ['start'], ['projects'], ['leading'], ['team'], ['supervisors'], ['foremen'], ['workers'], ['monitoring'], ['supervising'], ['execution'], ['equipment'], ['installation'], ['site'], ['guide'], ['work'], ['force'], ['complete'], ['project'], ['targeted'], ['time'], ['co'], ['ordination'], ['clients'], ['consultants'], ['contractors'], ['preparation'], ['shop'], ['drawings'], ['subsequently'], ['as'], ['built'], ['drawings'], ['preparation'], ['rfi'], ['billing'], ['variation'], ['claims'], ['timely'], ['order'], ['realizing'], ['approval'], ['materials'], ['technical'], ['submittals'], ['attending'], ['site'], ['coordination'], ['meetings'], ['dealing'], ['clients'], ['contractors'], ['preparing'], ['work'], ['progress'], ['execution'], ['projects'], ['preparation'], ['weekly'], ['monthly'], ['progress'], ['reports'], ['to'], ['prepare'], ['progressive'], ['material'], ['take'], ['quantity'], ['ducting'], ['chilled'], ['water'], ['piping'], ['fittings'], ['insulation'], ['etc'], ['workshop'], ['drawing'], ['required'], ['ording'], ['approved'], ['work'], ['program'], ['to'], ['prepare'], ['complete'], ['material'], ['take'], ['workshop'], ['drawings'], ['procurement'], ['company'], ['n'], ['s'], ['padke'], ['description'], ['urban'], ['project'], ['mmrda'], ['andheri'], ['e'], ['mumbai'], ['company'], ['pba'], ['infrastructure'], ['ltd'], ['description'], ['project'], ['undertaken'], ['1'], ['project'], ['name'], ['8'], ['leaning'], ['tipu'], ['sultan'], ['chok'], ['santnamdev'], ['chok'], ['client'], ['mumbai'], ['urban'], ['project'], ['mmrda'], ['andheri'], ['mumbai'], ['company'], ['govt'], ['ofj'], ['k'], ['description'], ['jammu'], ['client'], ['govt'], ['ofj'], ['k'], ['period'], ['7'], ['dec'], ['2006'], ['20'], ['march'], ['2007'], ['job'], ['profile'], ['obtaining'], ['approval'], ['material'], ['drawing'], ['submittal'], ['consultant'], ['main'], ['contractor'], ['material'], ['takeoff'], ['required'], ['project'], ['ording'], ['workshop'], ['drawing'], ['making'], ['request'], ['purchase'], ['department'], ['procurement'], ['material'], ['ording'], ['project'], ['plan'], ['coordination'], ['electrical'], ['plumbing'], ['civil'], ['contractor'], ['various'], ['site'], ['requirements'], ['arrange'], ['inspection'], ['installed'], ['work'], ['completion'], ['project'], ['estimating'], ['company'], ['civil'], ['aviation'], ['description'], ['company'], ['national'], ['highway'], ['authority'], ['india'], ['description'], ['1'], ['project'], ['name'], ['client'], ['national'], ['highway'], ['authority'], ['india'], ['paintha'], ['chock'], ['paripora'], ['sri'], ['nagar'], ['govt'], ['ofj'], ['k'], ['computer', 'skills'], ['skills', 'holder'], ['holder', 'valid'], ['valid', 'ksa'], ['ksa', 'license'], ['license', 'basic'], ['basic', 'computer'], ['computer', 'ms'], ['ms', 'office'], ['office', 'autocad'], ['autocad', '2006education'], ['2006education', 'details'], ['details', 'january'], ['january', '2005'], ['2005', 'diploma'], ['diploma', 'bengaluru'], ['bengaluru', 'karnataka'], ['karnataka', 'oxford'], ['oxford', 'polytechnic'], ['polytechnic', 'banglore'], ['banglore', 'civil'], ['civil', 'engineer'], ['engineer', 'civil'], ['civil', 'engineer'], ['engineer', 'utility'], ['utility', 'powertech'], ['powertech', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'utility'], ['utility', 'powertech'], ['powertech', 'ltd'], ['ltd', 'description'], ['description', '1'], ['1', 'project'], ['project', 'name'], ['name', 'nabinagar'], ['nabinagar', 'thermal'], ['thermal', 'power'], ['power', 'project'], ['project', 'aurangabad'], ['aurangabad', 'bihar'], ['bihar', 'client'], ['client', 'ntpc'], ['ntpc', 'brbcl'], ['brbcl', 'position'], ['position', 'civil'], ['civil', 'engineer'], ['engineer', 'company'], ['company', 'dammam'], ['dammam', 'ksa'], ['ksa', 'description'], ['description', 'october'], ['october', '2008'], ['2008', 'june'], ['june', '2011'], ['2011', 'al'], ['al', 'nafjan'], ['nafjan', 'al'], ['al', 'abad'], ['abad', 'co'], ['co', 'dammam'], ['dammam', 'ksa'], ['ksa', 'position'], ['position', 'civil'], ['civil', 'engineer'], ['engineer', 'project'], ['project', 'undertaken'], ['undertaken', '1'], ['1', 'project'], ['project', 'name'], ['name', 'stc'], ['stc', 'qatif'], ['qatif', 's'], ['s', 'l'], ['l', 'project'], ['project', '2065864'], ['2065864', 'client'], ['client', 'department'], ['department', 'civil'], ['civil', 'aviation'], ['aviation', 'main'], ['main', 'contractor'], ['contractor', 'al'], ['al', 'nafjan'], ['nafjan', 'al'], ['al', 'abad'], ['abad', 'co'], ['co', 'consultant'], ['consultant', 'arif'], ['arif', 'kinfolk'], ['kinfolk', '2'], ['2', 'project'], ['project', 'name'], ['name', 'king'], ['king', 'fahad'], ['fahad', 'international'], ['international', 'airport'], ['airport', 'client'], ['client', 'department'], ['department', 'civil'], ['civil', 'aviation'], ['aviation', 'main'], ['main', 'contractor'], ['contractor', 'al'], ['al', 'nafjan'], ['nafjan', 'al'], ['al', 'abad'], ['abad', 'co'], ['co', 'consultant'], ['consultant', 'dar'], ['dar', 'al'], ['al', 'hadassah'], ['hadassah', 'project'], ['project', 'description'], ['description', 'dpf'], ['dpf', 'eleven'], ['eleven', 'buildings'], ['buildings', 'they'], ['they', 'building'], ['building', '1'], ['1', 'building'], ['building', '11'], ['11', 'buildings'], ['buildings', 'typical'], ['typical', 'three'], ['three', 'type'], ['type', 'they'], ['they', 'type'], ['type', '1'], ['1', 'type'], ['type', '2'], ['2', 'type'], ['type', '3'], ['3', 'basically'], ['basically', 'building'], ['building', 'senior'], ['senior', 'staff'], ['staff', 'saudi'], ['saudi', 'arabian'], ['arabian', 'police'], ['police', 'force'], ['force', 'army'], ['army', 'ommodation'], ['ommodation', 'saudi'], ['saudi', 'arabia'], ['arabia', 'job'], ['job', 'responsibility'], ['responsibility', 'planning'], ['planning', 'projects'], ['projects', 'study'], ['study', 'drawings'], ['drawings', 'contract'], ['contract', 'specifications'], ['specifications', 'preparation'], ['preparation', 'material'], ['material', 'submittals'], ['submittals', 'follow'], ['follow', 'consultant'], ['consultant', 'approvals'], ['approvals', 'planning'], ['planning', 'site'], ['site', 'installation'], ['installation', 'activities'], ['activities', 'mobilization'], ['mobilization', 'man'], ['man', 'power'], ['power', 'material'], ['material', 'site'], ['site', 'start'], ['start', 'projects'], ['projects', 'leading'], ['leading', 'team'], ['team', 'supervisors'], ['supervisors', 'foremen'], ['foremen', 'workers'], ['workers', 'monitoring'], ['monitoring', 'supervising'], ['supervising', 'execution'], ['execution', 'equipment'], ['equipment', 'installation'], ['installation', 'site'], ['site', 'guide'], ['guide', 'work'], ['work', 'force'], ['force', 'complete'], ['complete', 'project'], ['project', 'targeted'], ['targeted', 'time'], ['time', 'co'], ['co', 'ordination'], ['ordination', 'clients'], ['clients', 'consultants'], ['consultants', 'contractors'], ['contractors', 'preparation'], ['preparation', 'shop'], ['shop', 'drawings'], ['drawings', 'subsequently'], ['subsequently', 'as'], ['as', 'built'], ['built', 'drawings'], ['drawings', 'preparation'], ['preparation', 'rfi'], ['rfi', 'billing'], ['billing', 'variation'], ['variation', 'claims'], ['claims', 'timely'], ['timely', 'order'], ['order', 'realizing'], ['realizing', 'approval'], ['approval', 'materials'], ['materials', 'technical'], ['technical', 'submittals'], ['submittals', 'attending'], ['attending', 'site'], ['site', 'coordination'], ['coordination', 'meetings'], ['meetings', 'dealing'], ['dealing', 'clients'], ['clients', 'contractors'], ['contractors', 'preparing'], ['preparing', 'work'], ['work', 'progress'], ['progress', 'execution'], ['execution', 'projects'], ['projects', 'preparation'], ['preparation', 'weekly'], ['weekly', 'monthly'], ['monthly', 'progress'], ['progress', 'reports'], ['reports', 'to'], ['to', 'prepare'], ['prepare', 'progressive'], ['progressive', 'material'], ['material', 'take'], ['take', 'quantity'], ['quantity', 'ducting'], ['ducting', 'chilled'], ['chilled', 'water'], ['water', 'piping'], ['piping', 'fittings'], ['fittings', 'insulation'], ['insulation', 'etc'], ['etc', 'workshop'], ['workshop', 'drawing'], ['drawing', 'required'], ['required', 'ording'], ['ording', 'approved'], ['approved', 'work'], ['work', 'program'], ['program', 'to'], ['to', 'prepare'], ['prepare', 'complete'], ['complete', 'material'], ['material', 'take'], ['take', 'workshop'], ['workshop', 'drawings'], ['drawings', 'procurement'], ['procurement', 'company'], ['company', 'n'], ['n', 's'], ['s', 'padke'], ['padke', 'description'], ['description', 'urban'], ['urban', 'project'], ['project', 'mmrda'], ['mmrda', 'andheri'], ['andheri', 'e'], ['e', 'mumbai'], ['mumbai', 'company'], ['company', 'pba'], ['pba', 'infrastructure'], ['infrastructure', 'ltd'], ['ltd', 'description'], ['description', 'project'], ['project', 'undertaken'], ['undertaken', '1'], ['1', 'project'], ['project', 'name'], ['name', '8'], ['8', 'leaning'], ['leaning', 'tipu'], ['tipu', 'sultan'], ['sultan', 'chok'], ['chok', 'santnamdev'], ['santnamdev', 'chok'], ['chok', 'client'], ['client', 'mumbai'], ['mumbai', 'urban'], ['urban', 'project'], ['project', 'mmrda'], ['mmrda', 'andheri'], ['andheri', 'mumbai'], ['mumbai', 'company'], ['company', 'govt'], ['govt', 'ofj'], ['ofj', 'k'], ['k', 'description'], ['description', 'jammu'], ['jammu', 'client'], ['client', 'govt'], ['govt', 'ofj'], ['ofj', 'k'], ['k', 'period'], ['period', '7'], ['7', 'dec'], ['dec', '2006'], ['2006', '20'], ['20', 'march'], ['march', '2007'], ['2007', 'job'], ['job', 'profile'], ['profile', 'obtaining'], ['obtaining', 'approval'], ['approval', 'material'], ['material', 'drawing'], ['drawing', 'submittal'], ['submittal', 'consultant'], ['consultant', 'main'], ['main', 'contractor'], ['contractor', 'material'], ['material', 'takeoff'], ['takeoff', 'required'], ['required', 'project'], ['project', 'ording'], ['ording', 'workshop'], ['workshop', 'drawing'], ['drawing', 'making'], ['making', 'request'], ['request', 'purchase'], ['purchase', 'department'], ['department', 'procurement'], ['procurement', 'material'], ['material', 'ording'], ['ording', 'project'], ['project', 'plan'], ['plan', 'coordination'], ['coordination', 'electrical'], ['electrical', 'plumbing'], ['plumbing', 'civil'], ['civil', 'contractor'], ['contractor', 'various'], ['various', 'site'], ['site', 'requirements'], ['requirements', 'arrange'], ['arrange', 'inspection'], ['inspection', 'installed'], ['installed', 'work'], ['work', 'completion'], ['completion', 'project'], ['project', 'estimating'], ['estimating', 'company'], ['company', 'civil'], ['civil', 'aviation'], ['aviation', 'description'], ['description', 'company'], ['company', 'national'], ['national', 'highway'], ['highway', 'authority'], ['authority', 'india'], ['india', 'description'], ['description', '1'], ['1', 'project'], ['project', 'name'], ['name', 'client'], ['client', 'national'], ['national', 'highway'], ['highway', 'authority'], ['authority', 'india'], ['india', 'paintha'], ['paintha', 'chock'], ['chock', 'paripora'], ['paripora', 'sri'], ['sri', 'nagar'], ['nagar', 'govt'], ['govt', 'ofj'], ['ofj', 'k'], ['computer', 'skills', 'holder'], ['skills', 'holder', 'valid'], ['holder', 'valid', 'ksa'], ['valid', 'ksa', 'license'], ['ksa', 'license', 'basic'], ['license', 'basic', 'computer'], ['basic', 'computer', 'ms'], ['computer', 'ms', 'office'], ['ms', 'office', 'autocad'], ['office', 'autocad', '2006education'], ['autocad', '2006education', 'details'], ['2006education', 'details', 'january'], ['details', 'january', '2005'], ['january', '2005', 'diploma'], ['2005', 'diploma', 'bengaluru'], ['diploma', 'bengaluru', 'karnataka'], ['bengaluru', 'karnataka', 'oxford'], ['karnataka', 'oxford', 'polytechnic'], ['oxford', 'polytechnic', 'banglore'], ['polytechnic', 'banglore', 'civil'], ['banglore', 'civil', 'engineer'], ['civil', 'engineer', 'civil'], ['engineer', 'civil', 'engineer'], ['civil', 'engineer', 'utility'], ['engineer', 'utility', 'powertech'], ['utility', 'powertech', 'ltd'], ['powertech', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'utility'], ['company', 'utility', 'powertech'], ['utility', 'powertech', 'ltd'], ['powertech', 'ltd', 'description'], ['ltd', 'description', '1'], ['description', '1', 'project'], ['1', 'project', 'name'], ['project', 'name', 'nabinagar'], ['name', 'nabinagar', 'thermal'], ['nabinagar', 'thermal', 'power'], ['thermal', 'power', 'project'], ['power', 'project', 'aurangabad'], ['project', 'aurangabad', 'bihar'], ['aurangabad', 'bihar', 'client'], ['bihar', 'client', 'ntpc'], ['client', 'ntpc', 'brbcl'], ['ntpc', 'brbcl', 'position'], ['brbcl', 'position', 'civil'], ['position', 'civil', 'engineer'], ['civil', 'engineer', 'company'], ['engineer', 'company', 'dammam'], ['company', 'dammam', 'ksa'], ['dammam', 'ksa', 'description'], ['ksa', 'description', 'october'], ['description', 'october', '2008'], ['october', '2008', 'june'], ['2008', 'june', '2011'], ['june', '2011', 'al'], ['2011', 'al', 'nafjan'], ['al', 'nafjan', 'al'], ['nafjan', 'al', 'abad'], ['al', 'abad', 'co'], ['abad', 'co', 'dammam'], ['co', 'dammam', 'ksa'], ['dammam', 'ksa', 'position'], ['ksa', 'position', 'civil'], ['position', 'civil', 'engineer'], ['civil', 'engineer', 'project'], ['engineer', 'project', 'undertaken'], ['project', 'undertaken', '1'], ['undertaken', '1', 'project'], ['1', 'project', 'name'], ['project', 'name', 'stc'], ['name', 'stc', 'qatif'], ['stc', 'qatif', 's'], ['qatif', 's', 'l'], ['s', 'l', 'project'], ['l', 'project', '2065864'], ['project', '2065864', 'client'], ['2065864', 'client', 'department'], ['client', 'department', 'civil'], ['department', 'civil', 'aviation'], ['civil', 'aviation', 'main'], ['aviation', 'main', 'contractor'], ['main', 'contractor', 'al'], ['contractor', 'al', 'nafjan'], ['al', 'nafjan', 'al'], ['nafjan', 'al', 'abad'], ['al', 'abad', 'co'], ['abad', 'co', 'consultant'], ['co', 'consultant', 'arif'], ['consultant', 'arif', 'kinfolk'], ['arif', 'kinfolk', '2'], ['kinfolk', '2', 'project'], ['2', 'project', 'name'], ['project', 'name', 'king'], ['name', 'king', 'fahad'], ['king', 'fahad', 'international'], ['fahad', 'international', 'airport'], ['international', 'airport', 'client'], ['airport', 'client', 'department'], ['client', 'department', 'civil'], ['department', 'civil', 'aviation'], ['civil', 'aviation', 'main'], ['aviation', 'main', 'contractor'], ['main', 'contractor', 'al'], ['contractor', 'al', 'nafjan'], ['al', 'nafjan', 'al'], ['nafjan', 'al', 'abad'], ['al', 'abad', 'co'], ['abad', 'co', 'consultant'], ['co', 'consultant', 'dar'], ['consultant', 'dar', 'al'], ['dar', 'al', 'hadassah'], ['al', 'hadassah', 'project'], ['hadassah', 'project', 'description'], ['project', 'description', 'dpf'], ['description', 'dpf', 'eleven'], ['dpf', 'eleven', 'buildings'], ['eleven', 'buildings', 'they'], ['buildings', 'they', 'building'], ['they', 'building', '1'], ['building', '1', 'building'], ['1', 'building', '11'], ['building', '11', 'buildings'], ['11', 'buildings', 'typical'], ['buildings', 'typical', 'three'], ['typical', 'three', 'type'], ['three', 'type', 'they'], ['type', 'they', 'type'], ['they', 'type', '1'], ['type', '1', 'type'], ['1', 'type', '2'], ['type', '2', 'type'], ['2', 'type', '3'], ['type', '3', 'basically'], ['3', 'basically', 'building'], ['basically', 'building', 'senior'], ['building', 'senior', 'staff'], ['senior', 'staff', 'saudi'], ['staff', 'saudi', 'arabian'], ['saudi', 'arabian', 'police'], ['arabian', 'police', 'force'], ['police', 'force', 'army'], ['force', 'army', 'ommodation'], ['army', 'ommodation', 'saudi'], ['ommodation', 'saudi', 'arabia'], ['saudi', 'arabia', 'job'], ['arabia', 'job', 'responsibility'], ['job', 'responsibility', 'planning'], ['responsibility', 'planning', 'projects'], ['planning', 'projects', 'study'], ['projects', 'study', 'drawings'], ['study', 'drawings', 'contract'], ['drawings', 'contract', 'specifications'], ['contract', 'specifications', 'preparation'], ['specifications', 'preparation', 'material'], ['preparation', 'material', 'submittals'], ['material', 'submittals', 'follow'], ['submittals', 'follow', 'consultant'], ['follow', 'consultant', 'approvals'], ['consultant', 'approvals', 'planning'], ['approvals', 'planning', 'site'], ['planning', 'site', 'installation'], ['site', 'installation', 'activities'], ['installation', 'activities', 'mobilization'], ['activities', 'mobilization', 'man'], ['mobilization', 'man', 'power'], ['man', 'power', 'material'], ['power', 'material', 'site'], ['material', 'site', 'start'], ['site', 'start', 'projects'], ['start', 'projects', 'leading'], ['projects', 'leading', 'team'], ['leading', 'team', 'supervisors'], ['team', 'supervisors', 'foremen'], ['supervisors', 'foremen', 'workers'], ['foremen', 'workers', 'monitoring'], ['workers', 'monitoring', 'supervising'], ['monitoring', 'supervising', 'execution'], ['supervising', 'execution', 'equipment'], ['execution', 'equipment', 'installation'], ['equipment', 'installation', 'site'], ['installation', 'site', 'guide'], ['site', 'guide', 'work'], ['guide', 'work', 'force'], ['work', 'force', 'complete'], ['force', 'complete', 'project'], ['complete', 'project', 'targeted'], ['project', 'targeted', 'time'], ['targeted', 'time', 'co'], ['time', 'co', 'ordination'], ['co', 'ordination', 'clients'], ['ordination', 'clients', 'consultants'], ['clients', 'consultants', 'contractors'], ['consultants', 'contractors', 'preparation'], ['contractors', 'preparation', 'shop'], ['preparation', 'shop', 'drawings'], ['shop', 'drawings', 'subsequently'], ['drawings', 'subsequently', 'as'], ['subsequently', 'as', 'built'], ['as', 'built', 'drawings'], ['built', 'drawings', 'preparation'], ['drawings', 'preparation', 'rfi'], ['preparation', 'rfi', 'billing'], ['rfi', 'billing', 'variation'], ['billing', 'variation', 'claims'], ['variation', 'claims', 'timely'], ['claims', 'timely', 'order'], ['timely', 'order', 'realizing'], ['order', 'realizing', 'approval'], ['realizing', 'approval', 'materials'], ['approval', 'materials', 'technical'], ['materials', 'technical', 'submittals'], ['technical', 'submittals', 'attending'], ['submittals', 'attending', 'site'], ['attending', 'site', 'coordination'], ['site', 'coordination', 'meetings'], ['coordination', 'meetings', 'dealing'], ['meetings', 'dealing', 'clients'], ['dealing', 'clients', 'contractors'], ['clients', 'contractors', 'preparing'], ['contractors', 'preparing', 'work'], ['preparing', 'work', 'progress'], ['work', 'progress', 'execution'], ['progress', 'execution', 'projects'], ['execution', 'projects', 'preparation'], ['projects', 'preparation', 'weekly'], ['preparation', 'weekly', 'monthly'], ['weekly', 'monthly', 'progress'], ['monthly', 'progress', 'reports'], ['progress', 'reports', 'to'], ['reports', 'to', 'prepare'], ['to', 'prepare', 'progressive'], ['prepare', 'progressive', 'material'], ['progressive', 'material', 'take'], ['material', 'take', 'quantity'], ['take', 'quantity', 'ducting'], ...], [['computer'], ['knowledge'], ['drafting'], ['tools'], ['autocad'], ['packages'], ['ms'], ['office'], ['applications'], ['operating'], ['systems'], ['windows'], ['9x'], ['2000'], ['xp'], ['vista'], ['detailexperiences'], ['experience'], ['india'], ['1'], ['working'], ['experience'], ['alia'], ['construction'], ['at'], ['nallasopara'], ['west'], ['mumbai'], ['since'], ['june'], ['2014'], ['may'], ['2015'], ['as'], ['civil'], ['engineer'], ['1'], ['years'], ['project'], ['handle'], ['project'], ['title'], ['yashwant'], ['orichids'], ['position'], ['site'], ['engineer'], ['location'], ['nallasopara'], ['w'], ['mumbai'], ['maharashtra'], ['400097'], ['indiaeducation'], ['details'], ['s'], ['s'], ['c'], ['rajasthan'], ['board'], ['excellence'], ['polytechnic'], ['college'], ['civil'], ['engineer'], ['civil'], ['engineer'], ['site'], ['encharge'], ['skill'], ['details'], ['autocad'], ['exprience'], ['9'], ['months'], ['civil'], ['engineer'], ['exprience'], ['42'], ['months'], ['drafting'], ['exprience'], ['9'], ['months'], ['engineer'], ['exprience'], ['42'], ['months'], ['ms'], ['office'], ['exprience'], ['9'], ['monthscompany'], ['details'], ['company'], ['site'], ['encharge'], ['description'], ['location'], ['andheri'], ['e'], ['marol'], ['bus'], ['depot'], ['near'], ['maruti'], ['high'], ['school'], ['midc'], ['mumbai'], ['maharashtra'], ['400093'], ['india'], ['experience'], ['uae'], ['1'], ['currently'], ['working'], ['nova'], ['engineering'], ['works'], ['since'], ['may'], ['2018'], ['till'], ['date'], ['civil'], ['engineer'], ['location'], ['flat'], ['301'], ['a'], ['b'], ['al'], ['maha'], ['building'], ['university'], ['city'], ['road'], ['muweilah'], ['commercial'], ['near'], ['alfalah'], ['round'], ['about'], ['sharjah'], ['job'], ['responsibilities'], ['achieving'], ['construction'], ['activities'], ['like'], ['excavation'], ['foundation'], ['pcc'], ['waterproofing'], ['rcc'], ['shuttering'], ['steel'], ['fixing'], ['casting'], ['concrete'], ['masonry'], ['brick'], ['works'], ['plastering'], ['tile'], ['fixing'], ['etc'], ['up'], ['completion'], ['independently'], ['following'], ['design'], ['engineers'], ['architecture'], ['structural'], ['updated'], ['drawing'], ['minor'], ['changes'], ['per'], ['site'], ['requirement'], ['needed'], ['inspection'], ['casting'], ['columns'], ['slabs'], ['etc'], ['looking'], ['construction'], ['activities'], ['making'], ['requisition'], ['facilitating'], ['arrangement'], ['procurement'], ['construction'], ['materials'], ['executions'], ['civil'], ['interior'], ['exterior'], ['ground'], ['finish'], ['works'], ['site'], ['supervision'], ['job'], ['responsibilities'], ['scheduling'], ['work'], ['preparing'], ['verification'], ['sub'], ['contractors'], ['suppliers'], ['bills'], ['working'], ['quantities'], ['verify'], ['quantities'], ['client'], ['engineer'], ['computer'], ['skills'], ['drafting'], ['tools'], ['autocad'], ['packages'], ['ms'], ['office'], ['applications'], ['operating'], ['systems'], ['windows'], ['9x'], ['2000'], ['xp'], ['vista'], ['personal'], ['strength'], ['excellent'], ['communication'], ['skills'], ['hardworking'], ['sincerity'], ['honesty'], ['individual'], ['team'], ['working'], ['capability'], ['knowledge'], ['5m'], ['minutes'], ['manpower'], ['material'], ['machine'], ['management'], ['manage'], ['development'], ['program'], ['strategies'], ['thank'], ['viewing'], ['resume'], ['company'], ['kherwadi'], ['police'], ['station'], ['description'], ['mumbai'], ['maharashtra'], ['400051'], ['india'], ['3'], ['working'], ['experience'], ['om'], ['construction'], ['since'], ['january'], ['2017'], ['april'], ['2018'], ['as'], ['a'], ['civil'], ['engineer'], ['1'], ['4'], ['years'], ['project'], ['handle'], ['project'], ['title'], ['9'], ['radha'], ['position'], ['senior'], ['engineer'], ['location'], ['dadar'], ['e'], ['hindu'], ['colony'], ['road'], ['no'], ['2'], ['mumbai'], ['maharashtra'], ['400014'], ['project'], ['title'], ['lodha'], ['eternis'], ['company'], ['expe'], ['construction'], ['description'], ['project'], ['handle'], ['project'], ['title'], ['estado'], ['computer', 'knowledge'], ['knowledge', 'drafting'], ['drafting', 'tools'], ['tools', 'autocad'], ['autocad', 'packages'], ['packages', 'ms'], ['ms', 'office'], ['office', 'applications'], ['applications', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', '9x'], ['9x', '2000'], ['2000', 'xp'], ['xp', 'vista'], ['vista', 'detailexperiences'], ['detailexperiences', 'experience'], ['experience', 'india'], ['india', '1'], ['1', 'working'], ['working', 'experience'], ['experience', 'alia'], ['alia', 'construction'], ['construction', 'at'], ['at', 'nallasopara'], ['nallasopara', 'west'], ['west', 'mumbai'], ['mumbai', 'since'], ['since', 'june'], ['june', '2014'], ['2014', 'may'], ['may', '2015'], ['2015', 'as'], ['as', 'civil'], ['civil', 'engineer'], ['engineer', '1'], ['1', 'years'], ['years', 'project'], ['project', 'handle'], ['handle', 'project'], ['project', 'title'], ['title', 'yashwant'], ['yashwant', 'orichids'], ['orichids', 'position'], ['position', 'site'], ['site', 'engineer'], ['engineer', 'location'], ['location', 'nallasopara'], ['nallasopara', 'w'], ['w', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', '400097'], ['400097', 'indiaeducation'], ['indiaeducation', 'details'], ['details', 's'], ['s', 's'], ['s', 'c'], ['c', 'rajasthan'], ['rajasthan', 'board'], ['board', 'excellence'], ['excellence', 'polytechnic'], ['polytechnic', 'college'], ['college', 'civil'], ['civil', 'engineer'], ['engineer', 'civil'], ['civil', 'engineer'], ['engineer', 'site'], ['site', 'encharge'], ['encharge', 'skill'], ['skill', 'details'], ['details', 'autocad'], ['autocad', 'exprience'], ['exprience', '9'], ['9', 'months'], ['months', 'civil'], ['civil', 'engineer'], ['engineer', 'exprience'], ['exprience', '42'], ['42', 'months'], ['months', 'drafting'], ['drafting', 'exprience'], ['exprience', '9'], ['9', 'months'], ['months', 'engineer'], ['engineer', 'exprience'], ['exprience', '42'], ['42', 'months'], ['months', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', '9'], ['9', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'site'], ['site', 'encharge'], ['encharge', 'description'], ['description', 'location'], ['location', 'andheri'], ['andheri', 'e'], ['e', 'marol'], ['marol', 'bus'], ['bus', 'depot'], ['depot', 'near'], ['near', 'maruti'], ['maruti', 'high'], ['high', 'school'], ['school', 'midc'], ['midc', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', '400093'], ['400093', 'india'], ['india', 'experience'], ['experience', 'uae'], ['uae', '1'], ['1', 'currently'], ['currently', 'working'], ['working', 'nova'], ['nova', 'engineering'], ['engineering', 'works'], ['works', 'since'], ['since', 'may'], ['may', '2018'], ['2018', 'till'], ['till', 'date'], ['date', 'civil'], ['civil', 'engineer'], ['engineer', 'location'], ['location', 'flat'], ['flat', '301'], ['301', 'a'], ['a', 'b'], ['b', 'al'], ['al', 'maha'], ['maha', 'building'], ['building', 'university'], ['university', 'city'], ['city', 'road'], ['road', 'muweilah'], ['muweilah', 'commercial'], ['commercial', 'near'], ['near', 'alfalah'], ['alfalah', 'round'], ['round', 'about'], ['about', 'sharjah'], ['sharjah', 'job'], ['job', 'responsibilities'], ['responsibilities', 'achieving'], ['achieving', 'construction'], ['construction', 'activities'], ['activities', 'like'], ['like', 'excavation'], ['excavation', 'foundation'], ['foundation', 'pcc'], ['pcc', 'waterproofing'], ['waterproofing', 'rcc'], ['rcc', 'shuttering'], ['shuttering', 'steel'], ['steel', 'fixing'], ['fixing', 'casting'], ['casting', 'concrete'], ['concrete', 'masonry'], ['masonry', 'brick'], ['brick', 'works'], ['works', 'plastering'], ['plastering', 'tile'], ['tile', 'fixing'], ['fixing', 'etc'], ['etc', 'up'], ['up', 'completion'], ['completion', 'independently'], ['independently', 'following'], ['following', 'design'], ['design', 'engineers'], ['engineers', 'architecture'], ['architecture', 'structural'], ['structural', 'updated'], ['updated', 'drawing'], ['drawing', 'minor'], ['minor', 'changes'], ['changes', 'per'], ['per', 'site'], ['site', 'requirement'], ['requirement', 'needed'], ['needed', 'inspection'], ['inspection', 'casting'], ['casting', 'columns'], ['columns', 'slabs'], ['slabs', 'etc'], ['etc', 'looking'], ['looking', 'construction'], ['construction', 'activities'], ['activities', 'making'], ['making', 'requisition'], ['requisition', 'facilitating'], ['facilitating', 'arrangement'], ['arrangement', 'procurement'], ['procurement', 'construction'], ['construction', 'materials'], ['materials', 'executions'], ['executions', 'civil'], ['civil', 'interior'], ['interior', 'exterior'], ['exterior', 'ground'], ['ground', 'finish'], ['finish', 'works'], ['works', 'site'], ['site', 'supervision'], ['supervision', 'job'], ['job', 'responsibilities'], ['responsibilities', 'scheduling'], ['scheduling', 'work'], ['work', 'preparing'], ['preparing', 'verification'], ['verification', 'sub'], ['sub', 'contractors'], ['contractors', 'suppliers'], ['suppliers', 'bills'], ['bills', 'working'], ['working', 'quantities'], ['quantities', 'verify'], ['verify', 'quantities'], ['quantities', 'client'], ['client', 'engineer'], ['engineer', 'computer'], ['computer', 'skills'], ['skills', 'drafting'], ['drafting', 'tools'], ['tools', 'autocad'], ['autocad', 'packages'], ['packages', 'ms'], ['ms', 'office'], ['office', 'applications'], ['applications', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', '9x'], ['9x', '2000'], ['2000', 'xp'], ['xp', 'vista'], ['vista', 'personal'], ['personal', 'strength'], ['strength', 'excellent'], ['excellent', 'communication'], ['communication', 'skills'], ['skills', 'hardworking'], ['hardworking', 'sincerity'], ['sincerity', 'honesty'], ['honesty', 'individual'], ['individual', 'team'], ['team', 'working'], ['working', 'capability'], ['capability', 'knowledge'], ['knowledge', '5m'], ['5m', 'minutes'], ['minutes', 'manpower'], ['manpower', 'material'], ['material', 'machine'], ['machine', 'management'], ['management', 'manage'], ['manage', 'development'], ['development', 'program'], ['program', 'strategies'], ['strategies', 'thank'], ['thank', 'viewing'], ['viewing', 'resume'], ['resume', 'company'], ['company', 'kherwadi'], ['kherwadi', 'police'], ['police', 'station'], ['station', 'description'], ['description', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', '400051'], ['400051', 'india'], ['india', '3'], ['3', 'working'], ['working', 'experience'], ['experience', 'om'], ['om', 'construction'], ['construction', 'since'], ['since', 'january'], ['january', '2017'], ['2017', 'april'], ['april', '2018'], ['2018', 'as'], ['as', 'a'], ['a', 'civil'], ['civil', 'engineer'], ['engineer', '1'], ['1', '4'], ['4', 'years'], ['years', 'project'], ['project', 'handle'], ['handle', 'project'], ['project', 'title'], ['title', '9'], ['9', 'radha'], ['radha', 'position'], ['position', 'senior'], ['senior', 'engineer'], ['engineer', 'location'], ['location', 'dadar'], ['dadar', 'e'], ['e', 'hindu'], ['hindu', 'colony'], ['colony', 'road'], ['road', 'no'], ['no', '2'], ['2', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', '400014'], ['400014', 'project'], ['project', 'title'], ['title', 'lodha'], ['lodha', 'eternis'], ['eternis', 'company'], ['company', 'expe'], ['expe', 'construction'], ['construction', 'description'], ['description', 'project'], ['project', 'handle'], ['handle', 'project'], ['project', 'title'], ['title', 'estado'], ['computer', 'knowledge', 'drafting'], ['knowledge', 'drafting', 'tools'], ['drafting', 'tools', 'autocad'], ['tools', 'autocad', 'packages'], ['autocad', 'packages', 'ms'], ['packages', 'ms', 'office'], ['ms', 'office', 'applications'], ['office', 'applications', 'operating'], ['applications', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', '9x'], ['windows', '9x', '2000'], ['9x', '2000', 'xp'], ['2000', 'xp', 'vista'], ['xp', 'vista', 'detailexperiences'], ['vista', 'detailexperiences', 'experience'], ['detailexperiences', 'experience', 'india'], ['experience', 'india', '1'], ['india', '1', 'working'], ['1', 'working', 'experience'], ['working', 'experience', 'alia'], ['experience', 'alia', 'construction'], ['alia', 'construction', 'at'], ['construction', 'at', 'nallasopara'], ['at', 'nallasopara', 'west'], ['nallasopara', 'west', 'mumbai'], ['west', 'mumbai', 'since'], ['mumbai', 'since', 'june'], ['since', 'june', '2014'], ['june', '2014', 'may'], ['2014', 'may', '2015'], ['may', '2015', 'as'], ['2015', 'as', 'civil'], ['as', 'civil', 'engineer'], ['civil', 'engineer', '1'], ['engineer', '1', 'years'], ['1', 'years', 'project'], ['years', 'project', 'handle'], ['project', 'handle', 'project'], ['handle', 'project', 'title'], ['project', 'title', 'yashwant'], ['title', 'yashwant', 'orichids'], ['yashwant', 'orichids', 'position'], ['orichids', 'position', 'site'], ['position', 'site', 'engineer'], ['site', 'engineer', 'location'], ['engineer', 'location', 'nallasopara'], ['location', 'nallasopara', 'w'], ['nallasopara', 'w', 'mumbai'], ['w', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', '400097'], ['maharashtra', '400097', 'indiaeducation'], ['400097', 'indiaeducation', 'details'], ['indiaeducation', 'details', 's'], ['details', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'rajasthan'], ['c', 'rajasthan', 'board'], ['rajasthan', 'board', 'excellence'], ['board', 'excellence', 'polytechnic'], ['excellence', 'polytechnic', 'college'], ['polytechnic', 'college', 'civil'], ['college', 'civil', 'engineer'], ['civil', 'engineer', 'civil'], ['engineer', 'civil', 'engineer'], ['civil', 'engineer', 'site'], ['engineer', 'site', 'encharge'], ['site', 'encharge', 'skill'], ['encharge', 'skill', 'details'], ['skill', 'details', 'autocad'], ['details', 'autocad', 'exprience'], ['autocad', 'exprience', '9'], ['exprience', '9', 'months'], ['9', 'months', 'civil'], ['months', 'civil', 'engineer'], ['civil', 'engineer', 'exprience'], ['engineer', 'exprience', '42'], ['exprience', '42', 'months'], ['42', 'months', 'drafting'], ['months', 'drafting', 'exprience'], ['drafting', 'exprience', '9'], ['exprience', '9', 'months'], ['9', 'months', 'engineer'], ['months', 'engineer', 'exprience'], ['engineer', 'exprience', '42'], ['exprience', '42', 'months'], ['42', 'months', 'ms'], ['months', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', '9'], ['exprience', '9', 'monthscompany'], ['9', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'site'], ['company', 'site', 'encharge'], ['site', 'encharge', 'description'], ['encharge', 'description', 'location'], ['description', 'location', 'andheri'], ['location', 'andheri', 'e'], ['andheri', 'e', 'marol'], ['e', 'marol', 'bus'], ['marol', 'bus', 'depot'], ['bus', 'depot', 'near'], ['depot', 'near', 'maruti'], ['near', 'maruti', 'high'], ['maruti', 'high', 'school'], ['high', 'school', 'midc'], ['school', 'midc', 'mumbai'], ['midc', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', '400093'], ['maharashtra', '400093', 'india'], ['400093', 'india', 'experience'], ['india', 'experience', 'uae'], ['experience', 'uae', '1'], ['uae', '1', 'currently'], ['1', 'currently', 'working'], ['currently', 'working', 'nova'], ['working', 'nova', 'engineering'], ['nova', 'engineering', 'works'], ['engineering', 'works', 'since'], ['works', 'since', 'may'], ['since', 'may', '2018'], ['may', '2018', 'till'], ['2018', 'till', 'date'], ['till', 'date', 'civil'], ['date', 'civil', 'engineer'], ['civil', 'engineer', 'location'], ['engineer', 'location', 'flat'], ['location', 'flat', '301'], ['flat', '301', 'a'], ['301', 'a', 'b'], ['a', 'b', 'al'], ['b', 'al', 'maha'], ['al', 'maha', 'building'], ['maha', 'building', 'university'], ['building', 'university', 'city'], ['university', 'city', 'road'], ['city', 'road', 'muweilah'], ['road', 'muweilah', 'commercial'], ['muweilah', 'commercial', 'near'], ['commercial', 'near', 'alfalah'], ['near', 'alfalah', 'round'], ['alfalah', 'round', 'about'], ['round', 'about', 'sharjah'], ['about', 'sharjah', 'job'], ['sharjah', 'job', 'responsibilities'], ['job', 'responsibilities', 'achieving'], ['responsibilities', 'achieving', 'construction'], ['achieving', 'construction', 'activities'], ['construction', 'activities', 'like'], ['activities', 'like', 'excavation'], ['like', 'excavation', 'foundation'], ['excavation', 'foundation', 'pcc'], ['foundation', 'pcc', 'waterproofing'], ['pcc', 'waterproofing', 'rcc'], ['waterproofing', 'rcc', 'shuttering'], ['rcc', 'shuttering', 'steel'], ['shuttering', 'steel', 'fixing'], ['steel', 'fixing', 'casting'], ['fixing', 'casting', 'concrete'], ['casting', 'concrete', 'masonry'], ['concrete', 'masonry', 'brick'], ['masonry', 'brick', 'works'], ['brick', 'works', 'plastering'], ['works', 'plastering', 'tile'], ['plastering', 'tile', 'fixing'], ['tile', 'fixing', 'etc'], ['fixing', 'etc', 'up'], ['etc', 'up', 'completion'], ['up', 'completion', 'independently'], ['completion', 'independently', 'following'], ['independently', 'following', 'design'], ['following', 'design', 'engineers'], ['design', 'engineers', 'architecture'], ['engineers', 'architecture', 'structural'], ['architecture', 'structural', 'updated'], ['structural', 'updated', 'drawing'], ['updated', 'drawing', 'minor'], ['drawing', 'minor', 'changes'], ['minor', 'changes', 'per'], ['changes', 'per', 'site'], ['per', 'site', 'requirement'], ['site', 'requirement', 'needed'], ['requirement', 'needed', 'inspection'], ['needed', 'inspection', 'casting'], ['inspection', 'casting', 'columns'], ['casting', 'columns', 'slabs'], ['columns', 'slabs', 'etc'], ['slabs', 'etc', 'looking'], ['etc', 'looking', 'construction'], ['looking', 'construction', 'activities'], ['construction', 'activities', 'making'], ['activities', 'making', 'requisition'], ['making', 'requisition', 'facilitating'], ['requisition', 'facilitating', 'arrangement'], ['facilitating', 'arrangement', 'procurement'], ['arrangement', 'procurement', 'construction'], ['procurement', 'construction', 'materials'], ['construction', 'materials', 'executions'], ['materials', 'executions', 'civil'], ['executions', 'civil', 'interior'], ['civil', 'interior', 'exterior'], ['interior', 'exterior', 'ground'], ['exterior', 'ground', 'finish'], ['ground', 'finish', 'works'], ['finish', 'works', 'site'], ['works', 'site', 'supervision'], ['site', 'supervision', 'job'], ['supervision', 'job', 'responsibilities'], ['job', 'responsibilities', 'scheduling'], ['responsibilities', 'scheduling', 'work'], ['scheduling', 'work', 'preparing'], ['work', 'preparing', 'verification'], ['preparing', 'verification', 'sub'], ['verification', 'sub', 'contractors'], ['sub', 'contractors', 'suppliers'], ['contractors', 'suppliers', 'bills'], ['suppliers', 'bills', 'working'], ['bills', 'working', 'quantities'], ['working', 'quantities', 'verify'], ['quantities', 'verify', 'quantities'], ['verify', 'quantities', 'client'], ['quantities', 'client', 'engineer'], ['client', 'engineer', 'computer'], ['engineer', 'computer', 'skills'], ['computer', 'skills', 'drafting'], ['skills', 'drafting', 'tools'], ['drafting', 'tools', 'autocad'], ['tools', 'autocad', 'packages'], ['autocad', 'packages', 'ms'], ['packages', 'ms', 'office'], ['ms', 'office', 'applications'], ['office', 'applications', 'operating'], ['applications', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', '9x'], ['windows', '9x', '2000'], ['9x', '2000', 'xp'], ['2000', 'xp', 'vista'], ['xp', 'vista', 'personal'], ['vista', 'personal', 'strength'], ['personal', 'strength', 'excellent'], ['strength', 'excellent', 'communication'], ['excellent', 'communication', 'skills'], ['communication', 'skills', 'hardworking'], ['skills', 'hardworking', 'sincerity'], ['hardworking', 'sincerity', 'honesty'], ['sincerity', 'honesty', 'individual'], ['honesty', 'individual', 'team'], ['individual', 'team', 'working'], ['team', 'working', 'capability'], ['working', 'capability', 'knowledge'], ['capability', 'knowledge', '5m'], ['knowledge', '5m', 'minutes'], ['5m', 'minutes', 'manpower'], ['minutes', 'manpower', 'material'], ['manpower', 'material', 'machine'], ['material', 'machine', 'management'], ['machine', 'management', 'manage'], ['management', 'manage', 'development'], ['manage', 'development', 'program'], ['development', 'program', 'strategies'], ['program', 'strategies', 'thank'], ['strategies', 'thank', 'viewing'], ['thank', 'viewing', 'resume'], ['viewing', 'resume', 'company'], ['resume', 'company', 'kherwadi'], ['company', 'kherwadi', 'police'], ['kherwadi', 'police', 'station'], ['police', 'station', 'description'], ['station', 'description', 'mumbai'], ['description', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', '400051'], ['maharashtra', '400051', 'india'], ['400051', 'india', '3'], ['india', '3', 'working'], ['3', 'working', 'experience'], ['working', 'experience', 'om'], ['experience', 'om', 'construction'], ['om', 'construction', 'since'], ['construction', 'since', 'january'], ['since', 'january', '2017'], ['january', '2017', 'april'], ['2017', 'april', '2018'], ['april', '2018', 'as'], ['2018', 'as', 'a'], ['as', 'a', 'civil'], ['a', 'civil', 'engineer'], ['civil', 'engineer', '1'], ['engineer', '1', '4'], ['1', '4', 'years'], ['4', 'years', 'project'], ['years', 'project', 'handle'], ['project', 'handle', 'project'], ['handle', 'project', 'title'], ['project', 'title', '9'], ['title', '9', 'radha'], ['9', 'radha', 'position'], ['radha', 'position', 'senior'], ['position', 'senior', 'engineer'], ['senior', 'engineer', 'location'], ['engineer', 'location', 'dadar'], ['location', 'dadar', 'e'], ['dadar', 'e', 'hindu'], ['e', 'hindu', 'colony'], ['hindu', 'colony', 'road'], ['colony', 'road', 'no'], ['road', 'no', '2'], ['no', '2', 'mumbai'], ['2', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', '400014'], ['maharashtra', '400014', 'project'], ['400014', 'project', 'title'], ['project', 'title', 'lodha'], ['title', 'lodha', 'eternis'], ['lodha', 'eternis', 'company'], ['eternis', 'company', 'expe'], ['company', 'expe', 'construction'], ['expe', 'construction', 'description'], ['construction', 'description', 'project'], ['description', 'project', 'handle'], ['project', 'handle', 'project'], ['handle', 'project', 'title'], ['project', 'title', 'estado'], ['computer', 'knowledge', 'drafting', 'tools'], ['knowledge', 'drafting', 'tools', 'autocad'], ['drafting', 'tools', 'autocad', 'packages'], ['tools', 'autocad', 'packages', 'ms'], ['autocad', 'packages', 'ms', 'office'], ['packages', 'ms', 'office', 'applications'], ['ms', 'office', 'applications', 'operating'], ['office', 'applications', 'operating', 'systems'], ['applications', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', '9x'], ['systems', 'windows', '9x', '2000'], ['windows', '9x', '2000', 'xp'], ['9x', '2000', 'xp', 'vista'], ['2000', 'xp', 'vista', 'detailexperiences'], ['xp', 'vista', 'detailexperiences', 'experience'], ['vista', 'detailexperiences', 'experience', 'india'], ['detailexperiences', 'experience', 'india', '1'], ['experience', 'india', '1', 'working'], ['india', '1', 'working', 'experience'], ['1', 'working', 'experience', 'alia'], ['working', 'experience', 'alia', 'construction'], ['experience', 'alia', 'construction', 'at'], ['alia', 'construction', 'at', 'nallasopara'], ['construction', 'at', 'nallasopara', 'west'], ['at', 'nallasopara', 'west', 'mumbai'], ...], [['personal'], ['skills'], ['passionate'], ['towards'], ['learning'], ['new'], ['skills'], ['hardworking'], ['sense'], ['responsibility'], ['computer'], ['skill'], ['autocad'], ['2d'], ['3d'], ['civil'], ['3deducation'], ['details'], ['january'], ['2014'], ['be'], ['civil'], ['engineering'], ['chandrapur'], ['maharashtra'], ['nagpur'], ['university'], ['january'], ['2010'], ['diploma'], ['civil'], ['engineering'], ['mumbai'], ['maharashtra'], ['bajaj'], ['polytechnic'], ['january'], ['2007'], ['ssc'], ['industrial'], ['waste'], ['water'], ['nagpur'], ['maharashtra'], ['hindi'], ['city'], ['high'], ['school'], ['university'], ['board'], ['site'], ['engineer'], ['civil'], ['skill'], ['details'], ['autocad'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['talreja'], ['construction'], ['description'], ['i'], ['diploma'], ['degree'], ['holder'], ['civil'], ['engineering'], ['branch'], ['applying'], ['post'], ['civil'], ['engineer'], ['hoping'], ['positive'], ['response'], ['thanks'], ['regards'], ['apeksha'], ['naharkar'], ['personal', 'skills'], ['skills', 'passionate'], ['passionate', 'towards'], ['towards', 'learning'], ['learning', 'new'], ['new', 'skills'], ['skills', 'hardworking'], ['hardworking', 'sense'], ['sense', 'responsibility'], ['responsibility', 'computer'], ['computer', 'skill'], ['skill', 'autocad'], ['autocad', '2d'], ['2d', '3d'], ['3d', 'civil'], ['civil', '3deducation'], ['3deducation', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'be'], ['be', 'civil'], ['civil', 'engineering'], ['engineering', 'chandrapur'], ['chandrapur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 'diploma'], ['diploma', 'civil'], ['civil', 'engineering'], ['engineering', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'bajaj'], ['bajaj', 'polytechnic'], ['polytechnic', 'january'], ['january', '2007'], ['2007', 'ssc'], ['ssc', 'industrial'], ['industrial', 'waste'], ['waste', 'water'], ['water', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'hindi'], ['hindi', 'city'], ['city', 'high'], ['high', 'school'], ['school', 'university'], ['university', 'board'], ['board', 'site'], ['site', 'engineer'], ['engineer', 'civil'], ['civil', 'skill'], ['skill', 'details'], ['details', 'autocad'], ['autocad', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'talreja'], ['talreja', 'construction'], ['construction', 'description'], ['description', 'i'], ['i', 'diploma'], ['diploma', 'degree'], ['degree', 'holder'], ['holder', 'civil'], ['civil', 'engineering'], ['engineering', 'branch'], ['branch', 'applying'], ['applying', 'post'], ['post', 'civil'], ['civil', 'engineer'], ['engineer', 'hoping'], ['hoping', 'positive'], ['positive', 'response'], ['response', 'thanks'], ['thanks', 'regards'], ['regards', 'apeksha'], ['apeksha', 'naharkar'], ['personal', 'skills', 'passionate'], ['skills', 'passionate', 'towards'], ['passionate', 'towards', 'learning'], ['towards', 'learning', 'new'], ['learning', 'new', 'skills'], ['new', 'skills', 'hardworking'], ['skills', 'hardworking', 'sense'], ['hardworking', 'sense', 'responsibility'], ['sense', 'responsibility', 'computer'], ['responsibility', 'computer', 'skill'], ['computer', 'skill', 'autocad'], ['skill', 'autocad', '2d'], ['autocad', '2d', '3d'], ['2d', '3d', 'civil'], ['3d', 'civil', '3deducation'], ['civil', '3deducation', 'details'], ['3deducation', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'be'], ['2014', 'be', 'civil'], ['be', 'civil', 'engineering'], ['civil', 'engineering', 'chandrapur'], ['engineering', 'chandrapur', 'maharashtra'], ['chandrapur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 'diploma'], ['2010', 'diploma', 'civil'], ['diploma', 'civil', 'engineering'], ['civil', 'engineering', 'mumbai'], ['engineering', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'bajaj'], ['maharashtra', 'bajaj', 'polytechnic'], ['bajaj', 'polytechnic', 'january'], ['polytechnic', 'january', '2007'], ['january', '2007', 'ssc'], ['2007', 'ssc', 'industrial'], ['ssc', 'industrial', 'waste'], ['industrial', 'waste', 'water'], ['waste', 'water', 'nagpur'], ['water', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'hindi'], ['maharashtra', 'hindi', 'city'], ['hindi', 'city', 'high'], ['city', 'high', 'school'], ['high', 'school', 'university'], ['school', 'university', 'board'], ['university', 'board', 'site'], ['board', 'site', 'engineer'], ['site', 'engineer', 'civil'], ['engineer', 'civil', 'skill'], ['civil', 'skill', 'details'], ['skill', 'details', 'autocad'], ['details', 'autocad', 'exprience'], ['autocad', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'talreja'], ['company', 'talreja', 'construction'], ['talreja', 'construction', 'description'], ['construction', 'description', 'i'], ['description', 'i', 'diploma'], ['i', 'diploma', 'degree'], ['diploma', 'degree', 'holder'], ['degree', 'holder', 'civil'], ['holder', 'civil', 'engineering'], ['civil', 'engineering', 'branch'], ['engineering', 'branch', 'applying'], ['branch', 'applying', 'post'], ['applying', 'post', 'civil'], ['post', 'civil', 'engineer'], ['civil', 'engineer', 'hoping'], ['engineer', 'hoping', 'positive'], ['hoping', 'positive', 'response'], ['positive', 'response', 'thanks'], ['response', 'thanks', 'regards'], ['thanks', 'regards', 'apeksha'], ['regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards'], ['skills', 'passionate', 'towards', 'learning'], ['passionate', 'towards', 'learning', 'new'], ['towards', 'learning', 'new', 'skills'], ['learning', 'new', 'skills', 'hardworking'], ['new', 'skills', 'hardworking', 'sense'], ['skills', 'hardworking', 'sense', 'responsibility'], ['hardworking', 'sense', 'responsibility', 'computer'], ['sense', 'responsibility', 'computer', 'skill'], ['responsibility', 'computer', 'skill', 'autocad'], ['computer', 'skill', 'autocad', '2d'], ['skill', 'autocad', '2d', '3d'], ['autocad', '2d', '3d', 'civil'], ['2d', '3d', 'civil', '3deducation'], ['3d', 'civil', '3deducation', 'details'], ['civil', '3deducation', 'details', 'january'], ['3deducation', 'details', 'january', '2014'], ['details', 'january', '2014', 'be'], ['january', '2014', 'be', 'civil'], ['2014', 'be', 'civil', 'engineering'], ['be', 'civil', 'engineering', 'chandrapur'], ['civil', 'engineering', 'chandrapur', 'maharashtra'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['chandrapur', 'maharashtra', 'nagpur', 'university'], ['maharashtra', 'nagpur', 'university', 'january'], ['nagpur', 'university', 'january', '2010'], ['university', 'january', '2010', 'diploma'], ['january', '2010', 'diploma', 'civil'], ['2010', 'diploma', 'civil', 'engineering'], ['diploma', 'civil', 'engineering', 'mumbai'], ['civil', 'engineering', 'mumbai', 'maharashtra'], ['engineering', 'mumbai', 'maharashtra', 'bajaj'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['maharashtra', 'bajaj', 'polytechnic', 'january'], ['bajaj', 'polytechnic', 'january', '2007'], ['polytechnic', 'january', '2007', 'ssc'], ['january', '2007', 'ssc', 'industrial'], ['2007', 'ssc', 'industrial', 'waste'], ['ssc', 'industrial', 'waste', 'water'], ['industrial', 'waste', 'water', 'nagpur'], ['waste', 'water', 'nagpur', 'maharashtra'], ['water', 'nagpur', 'maharashtra', 'hindi'], ['nagpur', 'maharashtra', 'hindi', 'city'], ['maharashtra', 'hindi', 'city', 'high'], ['hindi', 'city', 'high', 'school'], ['city', 'high', 'school', 'university'], ['high', 'school', 'university', 'board'], ['school', 'university', 'board', 'site'], ['university', 'board', 'site', 'engineer'], ['board', 'site', 'engineer', 'civil'], ['site', 'engineer', 'civil', 'skill'], ['engineer', 'civil', 'skill', 'details'], ['civil', 'skill', 'details', 'autocad'], ['skill', 'details', 'autocad', 'exprience'], ['details', 'autocad', 'exprience', '6'], ['autocad', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'talreja'], ['details', 'company', 'talreja', 'construction'], ['company', 'talreja', 'construction', 'description'], ['talreja', 'construction', 'description', 'i'], ['construction', 'description', 'i', 'diploma'], ['description', 'i', 'diploma', 'degree'], ['i', 'diploma', 'degree', 'holder'], ['diploma', 'degree', 'holder', 'civil'], ['degree', 'holder', 'civil', 'engineering'], ['holder', 'civil', 'engineering', 'branch'], ['civil', 'engineering', 'branch', 'applying'], ['engineering', 'branch', 'applying', 'post'], ['branch', 'applying', 'post', 'civil'], ['applying', 'post', 'civil', 'engineer'], ['post', 'civil', 'engineer', 'hoping'], ['civil', 'engineer', 'hoping', 'positive'], ['engineer', 'hoping', 'positive', 'response'], ['hoping', 'positive', 'response', 'thanks'], ['positive', 'response', 'thanks', 'regards'], ['response', 'thanks', 'regards', 'apeksha'], ['thanks', 'regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards', 'learning'], ['skills', 'passionate', 'towards', 'learning', 'new'], ['passionate', 'towards', 'learning', 'new', 'skills'], ['towards', 'learning', 'new', 'skills', 'hardworking'], ['learning', 'new', 'skills', 'hardworking', 'sense'], ['new', 'skills', 'hardworking', 'sense', 'responsibility'], ['skills', 'hardworking', 'sense', 'responsibility', 'computer'], ['hardworking', 'sense', 'responsibility', 'computer', 'skill'], ['sense', 'responsibility', 'computer', 'skill', 'autocad'], ['responsibility', 'computer', 'skill', 'autocad', '2d'], ['computer', 'skill', 'autocad', '2d', '3d'], ['skill', 'autocad', '2d', '3d', 'civil'], ['autocad', '2d', '3d', 'civil', '3deducation'], ['2d', '3d', 'civil', '3deducation', 'details'], ['3d', 'civil', '3deducation', 'details', 'january'], ['civil', '3deducation', 'details', 'january', '2014'], ['3deducation', 'details', 'january', '2014', 'be'], ['details', 'january', '2014', 'be', 'civil'], ['january', '2014', 'be', 'civil', 'engineering'], ['2014', 'be', 'civil', 'engineering', 'chandrapur'], ['be', 'civil', 'engineering', 'chandrapur', 'maharashtra'], ['civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university'], ['chandrapur', 'maharashtra', 'nagpur', 'university', 'january'], ['maharashtra', 'nagpur', 'university', 'january', '2010'], ['nagpur', 'university', 'january', '2010', 'diploma'], ['university', 'january', '2010', 'diploma', 'civil'], ['january', '2010', 'diploma', 'civil', 'engineering'], ['2010', 'diploma', 'civil', 'engineering', 'mumbai'], ['diploma', 'civil', 'engineering', 'mumbai', 'maharashtra'], ['civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj'], ['engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january'], ['maharashtra', 'bajaj', 'polytechnic', 'january', '2007'], ['bajaj', 'polytechnic', 'january', '2007', 'ssc'], ['polytechnic', 'january', '2007', 'ssc', 'industrial'], ['january', '2007', 'ssc', 'industrial', 'waste'], ['2007', 'ssc', 'industrial', 'waste', 'water'], ['ssc', 'industrial', 'waste', 'water', 'nagpur'], ['industrial', 'waste', 'water', 'nagpur', 'maharashtra'], ['waste', 'water', 'nagpur', 'maharashtra', 'hindi'], ['water', 'nagpur', 'maharashtra', 'hindi', 'city'], ['nagpur', 'maharashtra', 'hindi', 'city', 'high'], ['maharashtra', 'hindi', 'city', 'high', 'school'], ['hindi', 'city', 'high', 'school', 'university'], ['city', 'high', 'school', 'university', 'board'], ['high', 'school', 'university', 'board', 'site'], ['school', 'university', 'board', 'site', 'engineer'], ['university', 'board', 'site', 'engineer', 'civil'], ['board', 'site', 'engineer', 'civil', 'skill'], ['site', 'engineer', 'civil', 'skill', 'details'], ['engineer', 'civil', 'skill', 'details', 'autocad'], ['civil', 'skill', 'details', 'autocad', 'exprience'], ['skill', 'details', 'autocad', 'exprience', '6'], ['details', 'autocad', 'exprience', '6', 'monthscompany'], ['autocad', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'talreja'], ['monthscompany', 'details', 'company', 'talreja', 'construction'], ['details', 'company', 'talreja', 'construction', 'description'], ['company', 'talreja', 'construction', 'description', 'i'], ['talreja', 'construction', 'description', 'i', 'diploma'], ['construction', 'description', 'i', 'diploma', 'degree'], ['description', 'i', 'diploma', 'degree', 'holder'], ['i', 'diploma', 'degree', 'holder', 'civil'], ['diploma', 'degree', 'holder', 'civil', 'engineering'], ['degree', 'holder', 'civil', 'engineering', 'branch'], ['holder', 'civil', 'engineering', 'branch', 'applying'], ['civil', 'engineering', 'branch', 'applying', 'post'], ['engineering', 'branch', 'applying', 'post', 'civil'], ['branch', 'applying', 'post', 'civil', 'engineer'], ['applying', 'post', 'civil', 'engineer', 'hoping'], ['post', 'civil', 'engineer', 'hoping', 'positive'], ['civil', 'engineer', 'hoping', 'positive', 'response'], ['engineer', 'hoping', 'positive', 'response', 'thanks'], ['hoping', 'positive', 'response', 'thanks', 'regards'], ['positive', 'response', 'thanks', 'regards', 'apeksha'], ['response', 'thanks', 'regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards', 'learning', 'new'], ['skills', 'passionate', 'towards', 'learning', 'new', 'skills'], ['passionate', 'towards', 'learning', 'new', 'skills', 'hardworking'], ['towards', 'learning', 'new', 'skills', 'hardworking', 'sense'], ['learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility'], ['new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer'], ['skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill'], ['hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad'], ['sense', 'responsibility', 'computer', 'skill', 'autocad', '2d'], ['responsibility', 'computer', 'skill', 'autocad', '2d', '3d'], ['computer', 'skill', 'autocad', '2d', '3d', 'civil'], ['skill', 'autocad', '2d', '3d', 'civil', '3deducation'], ['autocad', '2d', '3d', 'civil', '3deducation', 'details'], ['2d', '3d', 'civil', '3deducation', 'details', 'january'], ['3d', 'civil', '3deducation', 'details', 'january', '2014'], ['civil', '3deducation', 'details', 'january', '2014', 'be'], ['3deducation', 'details', 'january', '2014', 'be', 'civil'], ['details', 'january', '2014', 'be', 'civil', 'engineering'], ['january', '2014', 'be', 'civil', 'engineering', 'chandrapur'], ['2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra'], ['be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january'], ['chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010'], ['maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma'], ['nagpur', 'university', 'january', '2010', 'diploma', 'civil'], ['university', 'january', '2010', 'diploma', 'civil', 'engineering'], ['january', '2010', 'diploma', 'civil', 'engineering', 'mumbai'], ['2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra'], ['diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj'], ['civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007'], ['maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc'], ['bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial'], ['polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste'], ['january', '2007', 'ssc', 'industrial', 'waste', 'water'], ['2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur'], ['ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra'], ['industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi'], ['waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city'], ['water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high'], ['nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school'], ['maharashtra', 'hindi', 'city', 'high', 'school', 'university'], ['hindi', 'city', 'high', 'school', 'university', 'board'], ['city', 'high', 'school', 'university', 'board', 'site'], ['high', 'school', 'university', 'board', 'site', 'engineer'], ['school', 'university', 'board', 'site', 'engineer', 'civil'], ['university', 'board', 'site', 'engineer', 'civil', 'skill'], ['board', 'site', 'engineer', 'civil', 'skill', 'details'], ['site', 'engineer', 'civil', 'skill', 'details', 'autocad'], ['engineer', 'civil', 'skill', 'details', 'autocad', 'exprience'], ['civil', 'skill', 'details', 'autocad', 'exprience', '6'], ['skill', 'details', 'autocad', 'exprience', '6', 'monthscompany'], ['details', 'autocad', 'exprience', '6', 'monthscompany', 'details'], ['autocad', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'talreja'], ['6', 'monthscompany', 'details', 'company', 'talreja', 'construction'], ['monthscompany', 'details', 'company', 'talreja', 'construction', 'description'], ['details', 'company', 'talreja', 'construction', 'description', 'i'], ['company', 'talreja', 'construction', 'description', 'i', 'diploma'], ['talreja', 'construction', 'description', 'i', 'diploma', 'degree'], ['construction', 'description', 'i', 'diploma', 'degree', 'holder'], ['description', 'i', 'diploma', 'degree', 'holder', 'civil'], ['i', 'diploma', 'degree', 'holder', 'civil', 'engineering'], ['diploma', 'degree', 'holder', 'civil', 'engineering', 'branch'], ['degree', 'holder', 'civil', 'engineering', 'branch', 'applying'], ['holder', 'civil', 'engineering', 'branch', 'applying', 'post'], ['civil', 'engineering', 'branch', 'applying', 'post', 'civil'], ['engineering', 'branch', 'applying', 'post', 'civil', 'engineer'], ['branch', 'applying', 'post', 'civil', 'engineer', 'hoping'], ['applying', 'post', 'civil', 'engineer', 'hoping', 'positive'], ['post', 'civil', 'engineer', 'hoping', 'positive', 'response'], ['civil', 'engineer', 'hoping', 'positive', 'response', 'thanks'], ['engineer', 'hoping', 'positive', 'response', 'thanks', 'regards'], ['hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha'], ['positive', 'response', 'thanks', 'regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards', 'learning', 'new', 'skills'], ['skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking'], ['passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense'], ['towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility'], ['learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer'], ['new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill'], ['skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad'], ['hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d'], ['sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d'], ['responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil'], ['computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation'], ['skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details'], ['autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january'], ['2d', '3d', 'civil', '3deducation', 'details', 'january', '2014'], ['3d', 'civil', '3deducation', 'details', 'january', '2014', 'be'], ['civil', '3deducation', 'details', 'january', '2014', 'be', 'civil'], ['3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering'], ['details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur'], ['january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra'], ['2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university'], ['civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010'], ['chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma'], ['maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil'], ['nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering'], ['university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai'], ['january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra'], ['2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj'], ['diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january'], ['engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc'], ['maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial'], ['bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste'], ['polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water'], ['january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur'], ['2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra'], ['ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi'], ['industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city'], ['waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high'], ['water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school'], ['nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university'], ['maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board'], ['hindi', 'city', 'high', 'school', 'university', 'board', 'site'], ['city', 'high', 'school', 'university', 'board', 'site', 'engineer'], ['high', 'school', 'university', 'board', 'site', 'engineer', 'civil'], ['school', 'university', 'board', 'site', 'engineer', 'civil', 'skill'], ['university', 'board', 'site', 'engineer', 'civil', 'skill', 'details'], ['board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad'], ['site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience'], ['engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6'], ['civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany'], ['skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details'], ['details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company'], ['autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja'], ['exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction'], ['6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description'], ['monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i'], ['details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma'], ['company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree'], ['talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder'], ['construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil'], ['description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering'], ['i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch'], ['diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying'], ['degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post'], ['holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil'], ['civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer'], ['engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping'], ['branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive'], ['applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response'], ['post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks'], ['civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards'], ['engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha'], ['hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking'], ['skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense'], ['passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility'], ['towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer'], ['learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill'], ['new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad'], ['skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d'], ['hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d'], ['sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil'], ['responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation'], ['computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details'], ['skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january'], ['autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january', '2014'], ['2d', '3d', 'civil', '3deducation', 'details', 'january', '2014', 'be'], ['3d', 'civil', '3deducation', 'details', 'january', '2014', 'be', 'civil'], ['civil', '3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering'], ['3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur'], ['details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra'], ['january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university'], ['be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january'], ['civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma'], ['chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil'], ['maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering'], ['nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai'], ['university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra'], ['january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj'], ['2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january'], ['civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007'], ['engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial'], ['maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste'], ['bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water'], ['polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur'], ['january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra'], ['2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi'], ['ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city'], ['industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high'], ['waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school'], ['water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university'], ['nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board'], ['maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board', 'site'], ['hindi', 'city', 'high', 'school', 'university', 'board', 'site', 'engineer'], ['city', 'high', 'school', 'university', 'board', 'site', 'engineer', 'civil'], ['high', 'school', 'university', 'board', 'site', 'engineer', 'civil', 'skill'], ['school', 'university', 'board', 'site', 'engineer', 'civil', 'skill', 'details'], ['university', 'board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad'], ['board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience'], ['site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6'], ['engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany'], ['civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details'], ['skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company'], ['details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja'], ['autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction'], ['exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description'], ['6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i'], ['monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma'], ['details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree'], ['company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder'], ['talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil'], ['construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering'], ['description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch'], ['i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying'], ['diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post'], ['degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil'], ['holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer'], ['civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping'], ['engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive'], ['branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response'], ['applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks'], ['post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards'], ['civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha'], ['engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha', 'naharkar'], ['personal', 'skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense'], ['skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility'], ['passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer'], ['towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill'], ['learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad'], ['new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d'], ['skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d'], ['hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil'], ['sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation'], ['responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details'], ['computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january'], ['skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january', '2014'], ['autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january', '2014', 'be'], ['2d', '3d', 'civil', '3deducation', 'details', 'january', '2014', 'be', 'civil'], ['3d', 'civil', '3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering'], ['civil', '3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur'], ['3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra'], ['details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur'], ['january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university'], ['2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january'], ['be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010'], ['civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma'], ['engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil'], ['chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering'], ['maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai'], ['nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra'], ['university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj'], ['january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic'], ['2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january'], ['diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007'], ['civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc'], ['engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial'], ['mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste'], ['maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water'], ['bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur'], ['polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra'], ['january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi'], ['2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city'], ['ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high'], ['industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school'], ['waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university'], ['water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board'], ['nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board', 'site'], ['maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board', 'site', 'engineer'], ['hindi', 'city', 'high', 'school', 'university', 'board', 'site', 'engineer', 'civil'], ['city', 'high', 'school', 'university', 'board', 'site', 'engineer', 'civil', 'skill'], ['high', 'school', 'university', 'board', 'site', 'engineer', 'civil', 'skill', 'details'], ['school', 'university', 'board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad'], ['university', 'board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience'], ['board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6'], ['site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany'], ['engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details'], ['civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company'], ['skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja'], ['details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction'], ['autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i'], ['6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma'], ['monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree'], ['details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder'], ['company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil'], ['talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering'], ['construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch'], ['description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying'], ['i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post'], ['diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil'], ['degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer'], ['holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping'], ['civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive'], ['engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response'], ['branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks'], ['applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards'], ['post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha'], ['civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha', 'naharkar']], [['education'], ['details'], ['august'], ['2010'], ['may'], ['2017'], ['be'], ['electronics'], ['communication'], ['jabalpur'], ['madhya'], ['pradesh'], ['takshshila'], ['institute'], ['technology'], ['java'], ['developer'], ['skill'], ['details'], ['java'], ['javascript'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['wab'], ['it'], ['softwere'], ['pvt'], ['ltd'], ['description'], ['jr'], ['java'], ['developer'], ['education', 'details'], ['details', 'august'], ['august', '2010'], ['2010', 'may'], ['may', '2017'], ['2017', 'be'], ['be', 'electronics'], ['electronics', 'communication'], ['communication', 'jabalpur'], ['jabalpur', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'takshshila'], ['takshshila', 'institute'], ['institute', 'technology'], ['technology', 'java'], ['java', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'java'], ['java', 'javascript'], ['javascript', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'wab'], ['wab', 'it'], ['it', 'softwere'], ['softwere', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'jr'], ['jr', 'java'], ['java', 'developer'], ['education', 'details', 'august'], ['details', 'august', '2010'], ['august', '2010', 'may'], ['2010', 'may', '2017'], ['may', '2017', 'be'], ['2017', 'be', 'electronics'], ['be', 'electronics', 'communication'], ['electronics', 'communication', 'jabalpur'], ['communication', 'jabalpur', 'madhya'], ['jabalpur', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'takshshila'], ['pradesh', 'takshshila', 'institute'], ['takshshila', 'institute', 'technology'], ['institute', 'technology', 'java'], ['technology', 'java', 'developer'], ['java', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'java'], ['details', 'java', 'javascript'], ['java', 'javascript', 'exprience'], ['javascript', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'wab'], ['company', 'wab', 'it'], ['wab', 'it', 'softwere'], ['it', 'softwere', 'pvt'], ['softwere', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'jr'], ['description', 'jr', 'java'], ['jr', 'java', 'developer'], ['education', 'details', 'august', '2010'], ['details', 'august', '2010', 'may'], ['august', '2010', 'may', '2017'], ['2010', 'may', '2017', 'be'], ['may', '2017', 'be', 'electronics'], ['2017', 'be', 'electronics', 'communication'], ['be', 'electronics', 'communication', 'jabalpur'], ['electronics', 'communication', 'jabalpur', 'madhya'], ['communication', 'jabalpur', 'madhya', 'pradesh'], ['jabalpur', 'madhya', 'pradesh', 'takshshila'], ['madhya', 'pradesh', 'takshshila', 'institute'], ['pradesh', 'takshshila', 'institute', 'technology'], ['takshshila', 'institute', 'technology', 'java'], ['institute', 'technology', 'java', 'developer'], ['technology', 'java', 'developer', 'skill'], ['java', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'java'], ['skill', 'details', 'java', 'javascript'], ['details', 'java', 'javascript', 'exprience'], ['java', 'javascript', 'exprience', '6'], ['javascript', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'wab'], ['details', 'company', 'wab', 'it'], ['company', 'wab', 'it', 'softwere'], ['wab', 'it', 'softwere', 'pvt'], ['it', 'softwere', 'pvt', 'ltd'], ['softwere', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'jr'], ['ltd', 'description', 'jr', 'java'], ['description', 'jr', 'java', 'developer'], ['education', 'details', 'august', '2010', 'may'], ['details', 'august', '2010', 'may', '2017'], ['august', '2010', 'may', '2017', 'be'], ['2010', 'may', '2017', 'be', 'electronics'], ['may', '2017', 'be', 'electronics', 'communication'], ['2017', 'be', 'electronics', 'communication', 'jabalpur'], ['be', 'electronics', 'communication', 'jabalpur', 'madhya'], ['electronics', 'communication', 'jabalpur', 'madhya', 'pradesh'], ['communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila'], ['jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute'], ['madhya', 'pradesh', 'takshshila', 'institute', 'technology'], ['pradesh', 'takshshila', 'institute', 'technology', 'java'], ['takshshila', 'institute', 'technology', 'java', 'developer'], ['institute', 'technology', 'java', 'developer', 'skill'], ['technology', 'java', 'developer', 'skill', 'details'], ['java', 'developer', 'skill', 'details', 'java'], ['developer', 'skill', 'details', 'java', 'javascript'], ['skill', 'details', 'java', 'javascript', 'exprience'], ['details', 'java', 'javascript', 'exprience', '6'], ['java', 'javascript', 'exprience', '6', 'monthscompany'], ['javascript', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'wab'], ['monthscompany', 'details', 'company', 'wab', 'it'], ['details', 'company', 'wab', 'it', 'softwere'], ['company', 'wab', 'it', 'softwere', 'pvt'], ['wab', 'it', 'softwere', 'pvt', 'ltd'], ['it', 'softwere', 'pvt', 'ltd', 'description'], ['softwere', 'pvt', 'ltd', 'description', 'jr'], ['pvt', 'ltd', 'description', 'jr', 'java'], ['ltd', 'description', 'jr', 'java', 'developer'], ['education', 'details', 'august', '2010', 'may', '2017'], ['details', 'august', '2010', 'may', '2017', 'be'], ['august', '2010', 'may', '2017', 'be', 'electronics'], ['2010', 'may', '2017', 'be', 'electronics', 'communication'], ['may', '2017', 'be', 'electronics', 'communication', 'jabalpur'], ['2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya'], ['be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh'], ['electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila'], ['communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute'], ['jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology'], ['madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java'], ['pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer'], ['takshshila', 'institute', 'technology', 'java', 'developer', 'skill'], ['institute', 'technology', 'java', 'developer', 'skill', 'details'], ['technology', 'java', 'developer', 'skill', 'details', 'java'], ['java', 'developer', 'skill', 'details', 'java', 'javascript'], ['developer', 'skill', 'details', 'java', 'javascript', 'exprience'], ['skill', 'details', 'java', 'javascript', 'exprience', '6'], ['details', 'java', 'javascript', 'exprience', '6', 'monthscompany'], ['java', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'wab'], ['6', 'monthscompany', 'details', 'company', 'wab', 'it'], ['monthscompany', 'details', 'company', 'wab', 'it', 'softwere'], ['details', 'company', 'wab', 'it', 'softwere', 'pvt'], ['company', 'wab', 'it', 'softwere', 'pvt', 'ltd'], ['wab', 'it', 'softwere', 'pvt', 'ltd', 'description'], ['it', 'softwere', 'pvt', 'ltd', 'description', 'jr'], ['softwere', 'pvt', 'ltd', 'description', 'jr', 'java'], ['pvt', 'ltd', 'description', 'jr', 'java', 'developer'], ['education', 'details', 'august', '2010', 'may', '2017', 'be'], ['details', 'august', '2010', 'may', '2017', 'be', 'electronics'], ['august', '2010', 'may', '2017', 'be', 'electronics', 'communication'], ['2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur'], ['may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya'], ['2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh'], ['be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila'], ['electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute'], ['communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology'], ['jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java'], ['madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer'], ['pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill'], ['takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details'], ['institute', 'technology', 'java', 'developer', 'skill', 'details', 'java'], ['technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript'], ['java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience'], ['developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6'], ['skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany'], ['details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab'], ['exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it'], ['6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere'], ['monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt'], ['details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd'], ['company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description'], ['wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr'], ['it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java'], ['softwere', 'pvt', 'ltd', 'description', 'jr', 'java', 'developer'], ['education', 'details', 'august', '2010', 'may', '2017', 'be', 'electronics'], ['details', 'august', '2010', 'may', '2017', 'be', 'electronics', 'communication'], ['august', '2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur'], ['2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya'], ['may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh'], ['2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila'], ['be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute'], ['electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology'], ['communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java'], ['jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer'], ['madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill'], ['pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details'], ['takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details', 'java'], ['institute', 'technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript'], ['technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience'], ['java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6'], ['developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany'], ['skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it'], ['exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere'], ['6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt'], ['monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd'], ['details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description'], ['company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr'], ['wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java'], ['it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java', 'developer'], ['education', 'details', 'august', '2010', 'may', '2017', 'be', 'electronics', 'communication'], ['details', 'august', '2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur'], ['august', '2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya'], ['2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh'], ['may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila'], ['2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute'], ['be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology'], ['electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java'], ['communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer'], ['jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill'], ['madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details'], ['pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details', 'java'], ['takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript'], ['institute', 'technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience'], ['technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6'], ['java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany'], ['developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab'], ['java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere'], ['exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt'], ['6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd'], ['monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description'], ['details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr'], ['company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java'], ['wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java', 'developer']], [['technical'], ['skills'], ['trained'], ['project'], ['acquired'], ['skills'], ['languages'], ['known'], ['c'], ['c'], ['j2ee'], ['spring'], ['hibernate'], ['testing'], ['functional'], ['testing'], ['manual'], ['testing'], ['operating'], ['systems'], ['windows'], ['linux'], ['packages'], ['ms'], ['office'], ['databases'], ['my'], ['sql'], ['postgresql'], ['education'], ['details'], ['january'], ['2013'], ['january'], ['2017'], ['b'], ['e'], ['computer'], ['science'], ['engineering'], ['mnu'], ['university'], ['jhulelal'], ['institute'], ['technology'], ['january'], ['2011'], ['january'], ['2013'], ['hsc'], ['nagpur'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['dayanand'], ['arya'], ['kanya'], ['junior'], ['college'], ['january'], ['2010'], ['january'], ['2011'], ['ssc'], ['nagpur'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['java'], ['developer'], ['java'], ['developer'], ['inouvelle'], ['ventures'], ['private'], ['limited'], ['skill'], ['details'], ['j2ee'], ['exprience'], ['17'], ['months'], ['c'], ['exprience'], ['6'], ['months'], ['databases'], ['exprience'], ['6'], ['months'], ['functional'], ['testing'], ['exprience'], ['6'], ['months'], ['linux'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['inouvelle'], ['ventures'], ['private'], ['limited'], ['description'], ['nagpur'], ['1'], ['project'], ['name'], ['stock'], ['management'], ['system'], ['december'], ['2017'], ['till'], ['date'], ['language'], ['implementation'], ['angular'], ['frontend'], ['java'], ['j2ee'], ['spring'], ['hibernate'], ['framework'], ['backend'], ['postgressql'], ['database'], ['role'], ['java'], ['developer'], ['operating'], ['system'], ['windows'], ['xp'], ['07'], ['08'], ['description'], ['stock'], ['management'], ['system'], ['specially'], ['developing'], ['medicinal'], ['market'], ['this'], ['software'], ['developing'], ['keep'], ['track'], ['medicines'], ['ailments'], ['surgical'], ['equipments'], ['also'], ['keep'], ['track'], ['wholesalers'], ['retailers'], ['employees'], ['customers'], ['company'], ['stock'], ['management'], ['system'], ['practice'], ['ordering'], ['storing'], ['tracking'], ['controlling'], ['inventory'], ['debtor'], ['invoicing'], ['software'], ['helps'], ['small'], ['businesses'], ['freelancers'], ['keep'], ['track'], ['company'], ['assets'], ['stock'], ['management'], ['may'], ['also'], ['called'], ['stock'], ['control'], ['inventory'], ['management'], ['inventory'], ['control'], ['company'], ['inouvelle'], ['ventures'], ['private'], ['limited'], ['description'], ['project'], ['profile'], ['company'], ['inouvelle'], ['ventures'], ['private'], ['limited'], ['description'], ['language'], ['implementation'], ['angular'], ['frontend'], ['java'], ['j2ee'], ['spring'], ['hibernate'], ['framework'], ['backend'], ['postgressql'], ['database'], ['role'], ['java'], ['developer'], ['manual'], ['testing'], ['operating'], ['system'], ['windows'], ['xp'], ['07'], ['08'], ['description'], ['this'], ['project'], ['done'], ['oldest'], ['printing'], ['press'], ['nagpur'], ['the'], ['proposed'], ['web'], ['based'], ['printing'], ['press'], ['management'], ['system'], ['designed'], ['ording'], ['user'], ['system'], ['requirement'], ['fulfil'], ['existing'], ['problems'], ['this'], ['system'], ['offers'], ['products'], ['services'], ['enhance'], ['organization'], ['growth'], ['efficiency'], ['profitability'], ['technical', 'skills'], ['skills', 'trained'], ['trained', 'project'], ['project', 'acquired'], ['acquired', 'skills'], ['skills', 'languages'], ['languages', 'known'], ['known', 'c'], ['c', 'c'], ['c', 'j2ee'], ['j2ee', 'spring'], ['spring', 'hibernate'], ['hibernate', 'testing'], ['testing', 'functional'], ['functional', 'testing'], ['testing', 'manual'], ['manual', 'testing'], ['testing', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'linux'], ['linux', 'packages'], ['packages', 'ms'], ['ms', 'office'], ['office', 'databases'], ['databases', 'my'], ['my', 'sql'], ['sql', 'postgresql'], ['postgresql', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2013'], ['2013', 'january'], ['january', '2017'], ['2017', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'mnu'], ['mnu', 'university'], ['university', 'jhulelal'], ['jhulelal', 'institute'], ['institute', 'technology'], ['technology', 'january'], ['january', '2011'], ['2011', 'january'], ['january', '2013'], ['2013', 'hsc'], ['hsc', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'dayanand'], ['dayanand', 'arya'], ['arya', 'kanya'], ['kanya', 'junior'], ['junior', 'college'], ['college', 'january'], ['january', '2010'], ['2010', 'january'], ['january', '2011'], ['2011', 'ssc'], ['ssc', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'inouvelle'], ['inouvelle', 'ventures'], ['ventures', 'private'], ['private', 'limited'], ['limited', 'skill'], ['skill', 'details'], ['details', 'j2ee'], ['j2ee', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'databases'], ['databases', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'functional'], ['functional', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'linux'], ['linux', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'inouvelle'], ['inouvelle', 'ventures'], ['ventures', 'private'], ['private', 'limited'], ['limited', 'description'], ['description', 'nagpur'], ['nagpur', '1'], ['1', 'project'], ['project', 'name'], ['name', 'stock'], ['stock', 'management'], ['management', 'system'], ['system', 'december'], ['december', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'language'], ['language', 'implementation'], ['implementation', 'angular'], ['angular', 'frontend'], ['frontend', 'java'], ['java', 'j2ee'], ['j2ee', 'spring'], ['spring', 'hibernate'], ['hibernate', 'framework'], ['framework', 'backend'], ['backend', 'postgressql'], ['postgressql', 'database'], ['database', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'xp'], ['xp', '07'], ['07', '08'], ['08', 'description'], ['description', 'stock'], ['stock', 'management'], ['management', 'system'], ['system', 'specially'], ['specially', 'developing'], ['developing', 'medicinal'], ['medicinal', 'market'], ['market', 'this'], ['this', 'software'], ['software', 'developing'], ['developing', 'keep'], ['keep', 'track'], ['track', 'medicines'], ['medicines', 'ailments'], ['ailments', 'surgical'], ['surgical', 'equipments'], ['equipments', 'also'], ['also', 'keep'], ['keep', 'track'], ['track', 'wholesalers'], ['wholesalers', 'retailers'], ['retailers', 'employees'], ['employees', 'customers'], ['customers', 'company'], ['company', 'stock'], ['stock', 'management'], ['management', 'system'], ['system', 'practice'], ['practice', 'ordering'], ['ordering', 'storing'], ['storing', 'tracking'], ['tracking', 'controlling'], ['controlling', 'inventory'], ['inventory', 'debtor'], ['debtor', 'invoicing'], ['invoicing', 'software'], ['software', 'helps'], ['helps', 'small'], ['small', 'businesses'], ['businesses', 'freelancers'], ['freelancers', 'keep'], ['keep', 'track'], ['track', 'company'], ['company', 'assets'], ['assets', 'stock'], ['stock', 'management'], ['management', 'may'], ['may', 'also'], ['also', 'called'], ['called', 'stock'], ['stock', 'control'], ['control', 'inventory'], ['inventory', 'management'], ['management', 'inventory'], ['inventory', 'control'], ['control', 'company'], ['company', 'inouvelle'], ['inouvelle', 'ventures'], ['ventures', 'private'], ['private', 'limited'], ['limited', 'description'], ['description', 'project'], ['project', 'profile'], ['profile', 'company'], ['company', 'inouvelle'], ['inouvelle', 'ventures'], ['ventures', 'private'], ['private', 'limited'], ['limited', 'description'], ['description', 'language'], ['language', 'implementation'], ['implementation', 'angular'], ['angular', 'frontend'], ['frontend', 'java'], ['java', 'j2ee'], ['j2ee', 'spring'], ['spring', 'hibernate'], ['hibernate', 'framework'], ['framework', 'backend'], ['backend', 'postgressql'], ['postgressql', 'database'], ['database', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'manual'], ['manual', 'testing'], ['testing', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'xp'], ['xp', '07'], ['07', '08'], ['08', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'done'], ['done', 'oldest'], ['oldest', 'printing'], ['printing', 'press'], ['press', 'nagpur'], ['nagpur', 'the'], ['the', 'proposed'], ['proposed', 'web'], ['web', 'based'], ['based', 'printing'], ['printing', 'press'], ['press', 'management'], ['management', 'system'], ['system', 'designed'], ['designed', 'ording'], ['ording', 'user'], ['user', 'system'], ['system', 'requirement'], ['requirement', 'fulfil'], ['fulfil', 'existing'], ['existing', 'problems'], ['problems', 'this'], ['this', 'system'], ['system', 'offers'], ['offers', 'products'], ['products', 'services'], ['services', 'enhance'], ['enhance', 'organization'], ['organization', 'growth'], ['growth', 'efficiency'], ['efficiency', 'profitability'], ['technical', 'skills', 'trained'], ['skills', 'trained', 'project'], ['trained', 'project', 'acquired'], ['project', 'acquired', 'skills'], ['acquired', 'skills', 'languages'], ['skills', 'languages', 'known'], ['languages', 'known', 'c'], ['known', 'c', 'c'], ['c', 'c', 'j2ee'], ['c', 'j2ee', 'spring'], ['j2ee', 'spring', 'hibernate'], ['spring', 'hibernate', 'testing'], ['hibernate', 'testing', 'functional'], ['testing', 'functional', 'testing'], ['functional', 'testing', 'manual'], ['testing', 'manual', 'testing'], ['manual', 'testing', 'operating'], ['testing', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'linux'], ['windows', 'linux', 'packages'], ['linux', 'packages', 'ms'], ['packages', 'ms', 'office'], ['ms', 'office', 'databases'], ['office', 'databases', 'my'], ['databases', 'my', 'sql'], ['my', 'sql', 'postgresql'], ['sql', 'postgresql', 'education'], ['postgresql', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2013'], ['january', '2013', 'january'], ['2013', 'january', '2017'], ['january', '2017', 'b'], ['2017', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'science'], ['computer', 'science', 'engineering'], ['science', 'engineering', 'mnu'], ['engineering', 'mnu', 'university'], ['mnu', 'university', 'jhulelal'], ['university', 'jhulelal', 'institute'], ['jhulelal', 'institute', 'technology'], ['institute', 'technology', 'january'], ['technology', 'january', '2011'], ['january', '2011', 'january'], ['2011', 'january', '2013'], ['january', '2013', 'hsc'], ['2013', 'hsc', 'nagpur'], ['hsc', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'dayanand'], ['board', 'dayanand', 'arya'], ['dayanand', 'arya', 'kanya'], ['arya', 'kanya', 'junior'], ['kanya', 'junior', 'college'], ['junior', 'college', 'january'], ['college', 'january', '2010'], ['january', '2010', 'january'], ['2010', 'january', '2011'], ['january', '2011', 'ssc'], ['2011', 'ssc', 'nagpur'], ['ssc', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'java'], ['board', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'inouvelle'], ['developer', 'inouvelle', 'ventures'], ['inouvelle', 'ventures', 'private'], ['ventures', 'private', 'limited'], ['private', 'limited', 'skill'], ['limited', 'skill', 'details'], ['skill', 'details', 'j2ee'], ['details', 'j2ee', 'exprience'], ['j2ee', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'databases'], ['months', 'databases', 'exprience'], ['databases', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'functional'], ['months', 'functional', 'testing'], ['functional', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'linux'], ['months', 'linux', 'exprience'], ['linux', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'inouvelle'], ['company', 'inouvelle', 'ventures'], ['inouvelle', 'ventures', 'private'], ['ventures', 'private', 'limited'], ['private', 'limited', 'description'], ['limited', 'description', 'nagpur'], ['description', 'nagpur', '1'], ['nagpur', '1', 'project'], ['1', 'project', 'name'], ['project', 'name', 'stock'], ['name', 'stock', 'management'], ['stock', 'management', 'system'], ['management', 'system', 'december'], ['system', 'december', '2017'], ['december', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'language'], ['date', 'language', 'implementation'], ['language', 'implementation', 'angular'], ['implementation', 'angular', 'frontend'], ['angular', 'frontend', 'java'], ['frontend', 'java', 'j2ee'], ['java', 'j2ee', 'spring'], ['j2ee', 'spring', 'hibernate'], ['spring', 'hibernate', 'framework'], ['hibernate', 'framework', 'backend'], ['framework', 'backend', 'postgressql'], ['backend', 'postgressql', 'database'], ['postgressql', 'database', 'role'], ['database', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'operating'], ['developer', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'xp'], ['windows', 'xp', '07'], ['xp', '07', '08'], ['07', '08', 'description'], ['08', 'description', 'stock'], ['description', 'stock', 'management'], ['stock', 'management', 'system'], ['management', 'system', 'specially'], ['system', 'specially', 'developing'], ['specially', 'developing', 'medicinal'], ['developing', 'medicinal', 'market'], ['medicinal', 'market', 'this'], ['market', 'this', 'software'], ['this', 'software', 'developing'], ['software', 'developing', 'keep'], ['developing', 'keep', 'track'], ['keep', 'track', 'medicines'], ['track', 'medicines', 'ailments'], ['medicines', 'ailments', 'surgical'], ['ailments', 'surgical', 'equipments'], ['surgical', 'equipments', 'also'], ['equipments', 'also', 'keep'], ['also', 'keep', 'track'], ['keep', 'track', 'wholesalers'], ['track', 'wholesalers', 'retailers'], ['wholesalers', 'retailers', 'employees'], ['retailers', 'employees', 'customers'], ['employees', 'customers', 'company'], ['customers', 'company', 'stock'], ['company', 'stock', 'management'], ['stock', 'management', 'system'], ['management', 'system', 'practice'], ['system', 'practice', 'ordering'], ['practice', 'ordering', 'storing'], ['ordering', 'storing', 'tracking'], ['storing', 'tracking', 'controlling'], ['tracking', 'controlling', 'inventory'], ['controlling', 'inventory', 'debtor'], ['inventory', 'debtor', 'invoicing'], ['debtor', 'invoicing', 'software'], ['invoicing', 'software', 'helps'], ['software', 'helps', 'small'], ['helps', 'small', 'businesses'], ['small', 'businesses', 'freelancers'], ['businesses', 'freelancers', 'keep'], ['freelancers', 'keep', 'track'], ['keep', 'track', 'company'], ['track', 'company', 'assets'], ['company', 'assets', 'stock'], ['assets', 'stock', 'management'], ['stock', 'management', 'may'], ['management', 'may', 'also'], ['may', 'also', 'called'], ['also', 'called', 'stock'], ['called', 'stock', 'control'], ['stock', 'control', 'inventory'], ['control', 'inventory', 'management'], ['inventory', 'management', 'inventory'], ['management', 'inventory', 'control'], ['inventory', 'control', 'company'], ['control', 'company', 'inouvelle'], ['company', 'inouvelle', 'ventures'], ['inouvelle', 'ventures', 'private'], ['ventures', 'private', 'limited'], ['private', 'limited', 'description'], ['limited', 'description', 'project'], ['description', 'project', 'profile'], ['project', 'profile', 'company'], ['profile', 'company', 'inouvelle'], ['company', 'inouvelle', 'ventures'], ['inouvelle', 'ventures', 'private'], ['ventures', 'private', 'limited'], ['private', 'limited', 'description'], ['limited', 'description', 'language'], ['description', 'language', 'implementation'], ['language', 'implementation', 'angular'], ['implementation', 'angular', 'frontend'], ['angular', 'frontend', 'java'], ['frontend', 'java', 'j2ee'], ['java', 'j2ee', 'spring'], ['j2ee', 'spring', 'hibernate'], ['spring', 'hibernate', 'framework'], ['hibernate', 'framework', 'backend'], ['framework', 'backend', 'postgressql'], ['backend', 'postgressql', 'database'], ['postgressql', 'database', 'role'], ['database', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'manual'], ['developer', 'manual', 'testing'], ['manual', 'testing', 'operating'], ['testing', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'xp'], ['windows', 'xp', '07'], ['xp', '07', '08'], ['07', '08', 'description'], ['08', 'description', 'this'], ['description', 'this', 'project'], ['this', 'project', 'done'], ['project', 'done', 'oldest'], ['done', 'oldest', 'printing'], ['oldest', 'printing', 'press'], ['printing', 'press', 'nagpur'], ['press', 'nagpur', 'the'], ['nagpur', 'the', 'proposed'], ['the', 'proposed', 'web'], ['proposed', 'web', 'based'], ['web', 'based', 'printing'], ['based', 'printing', 'press'], ['printing', 'press', 'management'], ['press', 'management', 'system'], ['management', 'system', 'designed'], ['system', 'designed', 'ording'], ['designed', 'ording', 'user'], ['ording', 'user', 'system'], ['user', 'system', 'requirement'], ['system', 'requirement', 'fulfil'], ['requirement', 'fulfil', 'existing'], ['fulfil', 'existing', 'problems'], ['existing', 'problems', 'this'], ['problems', 'this', 'system'], ['this', 'system', 'offers'], ['system', 'offers', 'products'], ['offers', 'products', 'services'], ['products', 'services', 'enhance'], ['services', 'enhance', 'organization'], ['enhance', 'organization', 'growth'], ['organization', 'growth', 'efficiency'], ['growth', 'efficiency', 'profitability'], ['technical', 'skills', 'trained', 'project'], ['skills', 'trained', 'project', 'acquired'], ['trained', 'project', 'acquired', 'skills'], ['project', 'acquired', 'skills', 'languages'], ['acquired', 'skills', 'languages', 'known'], ['skills', 'languages', 'known', 'c'], ['languages', 'known', 'c', 'c'], ['known', 'c', 'c', 'j2ee'], ['c', 'c', 'j2ee', 'spring'], ['c', 'j2ee', 'spring', 'hibernate'], ['j2ee', 'spring', 'hibernate', 'testing'], ['spring', 'hibernate', 'testing', 'functional'], ['hibernate', 'testing', 'functional', 'testing'], ['testing', 'functional', 'testing', 'manual'], ['functional', 'testing', 'manual', 'testing'], ['testing', 'manual', 'testing', 'operating'], ['manual', 'testing', 'operating', 'systems'], ['testing', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', 'linux'], ['systems', 'windows', 'linux', 'packages'], ['windows', 'linux', 'packages', 'ms'], ['linux', 'packages', 'ms', 'office'], ['packages', 'ms', 'office', 'databases'], ['ms', 'office', 'databases', 'my'], ['office', 'databases', 'my', 'sql'], ['databases', 'my', 'sql', 'postgresql'], ['my', 'sql', 'postgresql', 'education'], ['sql', 'postgresql', 'education', 'details'], ['postgresql', 'education', 'details', 'january'], ['education', 'details', 'january', '2013'], ['details', 'january', '2013', 'january'], ['january', '2013', 'january', '2017'], ['2013', 'january', '2017', 'b'], ['january', '2017', 'b', 'e'], ['2017', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'science'], ['e', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'mnu'], ['science', 'engineering', 'mnu', 'university'], ['engineering', 'mnu', 'university', 'jhulelal'], ['mnu', 'university', 'jhulelal', 'institute'], ['university', 'jhulelal', 'institute', 'technology'], ['jhulelal', 'institute', 'technology', 'january'], ['institute', 'technology', 'january', '2011'], ['technology', 'january', '2011', 'january'], ['january', '2011', 'january', '2013'], ['2011', 'january', '2013', 'hsc'], ['january', '2013', 'hsc', 'nagpur'], ['2013', 'hsc', 'nagpur', 'maharashtra'], ['hsc', 'nagpur', 'maharashtra', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'dayanand'], ['state', 'board', 'dayanand', 'arya'], ['board', 'dayanand', 'arya', 'kanya'], ['dayanand', 'arya', 'kanya', 'junior'], ['arya', 'kanya', 'junior', 'college'], ['kanya', 'junior', 'college', 'january'], ['junior', 'college', 'january', '2010'], ['college', 'january', '2010', 'january'], ['january', '2010', 'january', '2011'], ['2010', 'january', '2011', 'ssc'], ['january', '2011', 'ssc', 'nagpur'], ['2011', 'ssc', 'nagpur', 'maharashtra'], ['ssc', 'nagpur', 'maharashtra', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'java'], ['state', 'board', 'java', 'developer'], ['board', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'inouvelle'], ['java', 'developer', 'inouvelle', 'ventures'], ['developer', 'inouvelle', 'ventures', 'private'], ['inouvelle', 'ventures', 'private', 'limited'], ['ventures', 'private', 'limited', 'skill'], ['private', 'limited', 'skill', 'details'], ['limited', 'skill', 'details', 'j2ee'], ['skill', 'details', 'j2ee', 'exprience'], ['details', 'j2ee', 'exprience', '17'], ['j2ee', 'exprience', '17', 'months'], ['exprience', '17', 'months', 'c'], ['17', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'databases'], ['6', 'months', 'databases', 'exprience'], ['months', 'databases', 'exprience', '6'], ['databases', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'functional'], ['6', 'months', 'functional', 'testing'], ['months', 'functional', 'testing', 'exprience'], ['functional', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'linux'], ['6', 'months', 'linux', 'exprience'], ['months', 'linux', 'exprience', '6'], ['linux', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'inouvelle'], ['details', 'company', 'inouvelle', 'ventures'], ['company', 'inouvelle', 'ventures', 'private'], ['inouvelle', 'ventures', 'private', 'limited'], ['ventures', 'private', 'limited', 'description'], ['private', 'limited', 'description', 'nagpur'], ['limited', 'description', 'nagpur', '1'], ['description', 'nagpur', '1', 'project'], ['nagpur', '1', 'project', 'name'], ['1', 'project', 'name', 'stock'], ['project', 'name', 'stock', 'management'], ['name', 'stock', 'management', 'system'], ['stock', 'management', 'system', 'december'], ['management', 'system', 'december', '2017'], ['system', 'december', '2017', 'till'], ['december', '2017', 'till', 'date'], ['2017', 'till', 'date', 'language'], ['till', 'date', 'language', 'implementation'], ['date', 'language', 'implementation', 'angular'], ['language', 'implementation', 'angular', 'frontend'], ['implementation', 'angular', 'frontend', 'java'], ['angular', 'frontend', 'java', 'j2ee'], ['frontend', 'java', 'j2ee', 'spring'], ['java', 'j2ee', 'spring', 'hibernate'], ['j2ee', 'spring', 'hibernate', 'framework'], ['spring', 'hibernate', 'framework', 'backend'], ['hibernate', 'framework', 'backend', 'postgressql'], ['framework', 'backend', 'postgressql', 'database'], ['backend', 'postgressql', 'database', 'role'], ['postgressql', 'database', 'role', 'java'], ['database', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'operating'], ['java', 'developer', 'operating', 'system'], ['developer', 'operating', 'system', 'windows'], ['operating', 'system', 'windows', 'xp'], ['system', 'windows', 'xp', '07'], ['windows', 'xp', '07', '08'], ['xp', '07', '08', 'description'], ['07', '08', 'description', 'stock'], ['08', 'description', 'stock', 'management'], ['description', 'stock', 'management', 'system'], ['stock', 'management', 'system', 'specially'], ['management', 'system', 'specially', 'developing'], ['system', 'specially', 'developing', 'medicinal'], ['specially', 'developing', 'medicinal', 'market'], ['developing', 'medicinal', 'market', 'this'], ['medicinal', 'market', 'this', 'software'], ['market', 'this', 'software', 'developing'], ['this', 'software', 'developing', 'keep'], ['software', 'developing', 'keep', 'track'], ['developing', 'keep', 'track', 'medicines'], ['keep', 'track', 'medicines', 'ailments'], ['track', 'medicines', 'ailments', 'surgical'], ['medicines', 'ailments', 'surgical', 'equipments'], ['ailments', 'surgical', 'equipments', 'also'], ['surgical', 'equipments', 'also', 'keep'], ['equipments', 'also', 'keep', 'track'], ['also', 'keep', 'track', 'wholesalers'], ['keep', 'track', 'wholesalers', 'retailers'], ['track', 'wholesalers', 'retailers', 'employees'], ['wholesalers', 'retailers', 'employees', 'customers'], ['retailers', 'employees', 'customers', 'company'], ['employees', 'customers', 'company', 'stock'], ['customers', 'company', 'stock', 'management'], ['company', 'stock', 'management', 'system'], ['stock', 'management', 'system', 'practice'], ['management', 'system', 'practice', 'ordering'], ['system', 'practice', 'ordering', 'storing'], ['practice', 'ordering', 'storing', 'tracking'], ['ordering', 'storing', 'tracking', 'controlling'], ['storing', 'tracking', 'controlling', 'inventory'], ['tracking', 'controlling', 'inventory', 'debtor'], ['controlling', 'inventory', 'debtor', 'invoicing'], ['inventory', 'debtor', 'invoicing', 'software'], ['debtor', 'invoicing', 'software', 'helps'], ['invoicing', 'software', 'helps', 'small'], ['software', 'helps', 'small', 'businesses'], ['helps', 'small', 'businesses', 'freelancers'], ['small', 'businesses', 'freelancers', 'keep'], ['businesses', 'freelancers', 'keep', 'track'], ['freelancers', 'keep', 'track', 'company'], ['keep', 'track', 'company', 'assets'], ['track', 'company', 'assets', 'stock'], ['company', 'assets', 'stock', 'management'], ['assets', 'stock', 'management', 'may'], ['stock', 'management', 'may', 'also'], ['management', 'may', 'also', 'called'], ['may', 'also', 'called', 'stock'], ['also', 'called', 'stock', 'control'], ['called', 'stock', 'control', 'inventory'], ['stock', 'control', 'inventory', 'management'], ['control', 'inventory', 'management', 'inventory'], ['inventory', 'management', 'inventory', 'control'], ['management', 'inventory', 'control', 'company'], ['inventory', 'control', 'company', 'inouvelle'], ['control', 'company', 'inouvelle', 'ventures'], ['company', 'inouvelle', 'ventures', 'private'], ['inouvelle', 'ventures', 'private', 'limited'], ['ventures', 'private', 'limited', 'description'], ['private', 'limited', 'description', 'project'], ['limited', 'description', 'project', 'profile'], ['description', 'project', 'profile', 'company'], ...], [['technical'], ['skills'], ['skills'], ['java'], ['sql'], ['pl'], ['sql'], ['c'], ['c'], ['bootstrap'], ['jsp'], ['ext'], ['js'], ['operating'], ['systems'], ['windows'], ['tools'], ['toad'], ['eclipse'], ['soapbox'], ['postman'], ['databases'], ['oracle'], ['ms'], ['sql'], ['ms'], ['a'], ['ess'], ['ms'], ['exceleducation'], ['details'], ['january'], ['2017'], ['b'], ['e'], ['computer'], ['technology'], ['gondia'], ['maharashtra'], ['in'], ['manoharbhai'], ['patel'], ['institute'], ['engineering'], ['technology'], ['hsc'], ['gondia'], ['maharashtra'], ['in'], ['s'], ['m'], ['p'], ['science'], ['college'], ['java'], ['developer'], ['java'], ['developer'], ['xoriant'], ['solutions'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['xoriant'], ['solutions'], ['pvt'], ['ltd'], ['description'], ['pune'], ['period'], ['sept'], ['2017'], ['till'], ['date'], ['role'], ['java'], ['developer'], ['description'], ['resrent'], ['team'], ['responsible'], ['development'], ['various'], ['modules'], ['hertz'], ['they'], ['responsible'], ['development'], ['screens'], ['portfolios'], ['look'], ['act'], ['primary'], ['control'], ['function'], ['developing'], ['webservices'], ['ensure'], ['hit'], ['xml'], ['json'], ['we'], ['build'], ['various'], ['modules'], ['inbuilt'], ['hertz'], ['provide'], ['interfaces'], ['end'], ['users'], ['tasks'], ['tools'], ['eclipse'], ['toad'], ['soapbox'], ['postman'], ['responsibilities'], ['develop'], ['module'], ['backend'], ['middleware'], ['frontend'], ['bugs'], ['fixing'], ['proactive'], ['developing'], ['enhancements'], ['resolve'], ['application'], ['incidents'], ['within'], ['defined'], ['ucs'], ['creating'], ['different'], ['task'], ['ticket'], ['well'], ['debug'], ['provide'], ['solution'], ['workflow'], ['resolving'], ['db'], ['issues'], ['providing'], ['technical'], ['support'], ['bas'], ['keeping'], ['track'], ['deployments'], ['effect'], ['ongoing'], ['jobs'], ['contribution'], ['towards'], ['automation'], ['daily'], ['activities'], ['process'], ['based'], ['organization'], ['on'], ['time'], ['within'], ['budget'], ['delivery'], ['meeting'], ['customers'], ['quality'], ['expectations'], ['maintain'], ['knowledge'], ['base'], ['domain'], ['known'], ['defects'], ['issues'], ['processes'], ['development'], ['techniques'], ['company'], ['xoriant'], ['solutions'], ['pvt'], ['ltd'], ['description'], ['strong'], ['communication'], ['collaboration'], ['team'], ['building'], ['skills'], ['proficiency'], ['grasping'], ['new'], ['technical'], ['concepts'], ['quickly'], ['utilize'], ['productive'], ['manner'], ['experience'], ['development'], ['web'], ['application'], ['resolve'], ['project'], ['related'], ['issues'], ['minimal'], ['time'], ['able'], ['communicate'], ['effectively'], ['multifunctional'], ['teams'], ['programmers'], ['technical'], ['staff'], ['levels'], ['good'], ['knowledge'], ['java'], ['sql'], ['ext'], ['js'], ['jsp'], ['xml'], ['web'], ['services'], ['good'], ['interpersonal'], ['analytical'], ['skills'], ['proven'], ['abilities'], ['resolving'], ['complex'], ['software'], ['issue'], ['technical', 'skills'], ['skills', 'skills'], ['skills', 'java'], ['java', 'sql'], ['sql', 'pl'], ['pl', 'sql'], ['sql', 'c'], ['c', 'c'], ['c', 'bootstrap'], ['bootstrap', 'jsp'], ['jsp', 'ext'], ['ext', 'js'], ['js', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'tools'], ['tools', 'toad'], ['toad', 'eclipse'], ['eclipse', 'soapbox'], ['soapbox', 'postman'], ['postman', 'databases'], ['databases', 'oracle'], ['oracle', 'ms'], ['ms', 'sql'], ['sql', 'ms'], ['ms', 'a'], ['a', 'ess'], ['ess', 'ms'], ['ms', 'exceleducation'], ['exceleducation', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'technology'], ['technology', 'gondia'], ['gondia', 'maharashtra'], ['maharashtra', 'in'], ['in', 'manoharbhai'], ['manoharbhai', 'patel'], ['patel', 'institute'], ['institute', 'engineering'], ['engineering', 'technology'], ['technology', 'hsc'], ['hsc', 'gondia'], ['gondia', 'maharashtra'], ['maharashtra', 'in'], ['in', 's'], ['s', 'm'], ['m', 'p'], ['p', 'science'], ['science', 'college'], ['college', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'xoriant'], ['xoriant', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'xoriant'], ['xoriant', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'pune'], ['pune', 'period'], ['period', 'sept'], ['sept', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'description'], ['description', 'resrent'], ['resrent', 'team'], ['team', 'responsible'], ['responsible', 'development'], ['development', 'various'], ['various', 'modules'], ['modules', 'hertz'], ['hertz', 'they'], ['they', 'responsible'], ['responsible', 'development'], ['development', 'screens'], ['screens', 'portfolios'], ['portfolios', 'look'], ['look', 'act'], ['act', 'primary'], ['primary', 'control'], ['control', 'function'], ['function', 'developing'], ['developing', 'webservices'], ['webservices', 'ensure'], ['ensure', 'hit'], ['hit', 'xml'], ['xml', 'json'], ['json', 'we'], ['we', 'build'], ['build', 'various'], ['various', 'modules'], ['modules', 'inbuilt'], ['inbuilt', 'hertz'], ['hertz', 'provide'], ['provide', 'interfaces'], ['interfaces', 'end'], ['end', 'users'], ['users', 'tasks'], ['tasks', 'tools'], ['tools', 'eclipse'], ['eclipse', 'toad'], ['toad', 'soapbox'], ['soapbox', 'postman'], ['postman', 'responsibilities'], ['responsibilities', 'develop'], ['develop', 'module'], ['module', 'backend'], ['backend', 'middleware'], ['middleware', 'frontend'], ['frontend', 'bugs'], ['bugs', 'fixing'], ['fixing', 'proactive'], ['proactive', 'developing'], ['developing', 'enhancements'], ['enhancements', 'resolve'], ['resolve', 'application'], ['application', 'incidents'], ['incidents', 'within'], ['within', 'defined'], ['defined', 'ucs'], ['ucs', 'creating'], ['creating', 'different'], ['different', 'task'], ['task', 'ticket'], ['ticket', 'well'], ['well', 'debug'], ['debug', 'provide'], ['provide', 'solution'], ['solution', 'workflow'], ['workflow', 'resolving'], ['resolving', 'db'], ['db', 'issues'], ['issues', 'providing'], ['providing', 'technical'], ['technical', 'support'], ['support', 'bas'], ['bas', 'keeping'], ['keeping', 'track'], ['track', 'deployments'], ['deployments', 'effect'], ['effect', 'ongoing'], ['ongoing', 'jobs'], ['jobs', 'contribution'], ['contribution', 'towards'], ['towards', 'automation'], ['automation', 'daily'], ['daily', 'activities'], ['activities', 'process'], ['process', 'based'], ['based', 'organization'], ['organization', 'on'], ['on', 'time'], ['time', 'within'], ['within', 'budget'], ['budget', 'delivery'], ['delivery', 'meeting'], ['meeting', 'customers'], ['customers', 'quality'], ['quality', 'expectations'], ['expectations', 'maintain'], ['maintain', 'knowledge'], ['knowledge', 'base'], ['base', 'domain'], ['domain', 'known'], ['known', 'defects'], ['defects', 'issues'], ['issues', 'processes'], ['processes', 'development'], ['development', 'techniques'], ['techniques', 'company'], ['company', 'xoriant'], ['xoriant', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'strong'], ['strong', 'communication'], ['communication', 'collaboration'], ['collaboration', 'team'], ['team', 'building'], ['building', 'skills'], ['skills', 'proficiency'], ['proficiency', 'grasping'], ['grasping', 'new'], ['new', 'technical'], ['technical', 'concepts'], ['concepts', 'quickly'], ['quickly', 'utilize'], ['utilize', 'productive'], ['productive', 'manner'], ['manner', 'experience'], ['experience', 'development'], ['development', 'web'], ['web', 'application'], ['application', 'resolve'], ['resolve', 'project'], ['project', 'related'], ['related', 'issues'], ['issues', 'minimal'], ['minimal', 'time'], ['time', 'able'], ['able', 'communicate'], ['communicate', 'effectively'], ['effectively', 'multifunctional'], ['multifunctional', 'teams'], ['teams', 'programmers'], ['programmers', 'technical'], ['technical', 'staff'], ['staff', 'levels'], ['levels', 'good'], ['good', 'knowledge'], ['knowledge', 'java'], ['java', 'sql'], ['sql', 'ext'], ['ext', 'js'], ['js', 'jsp'], ['jsp', 'xml'], ['xml', 'web'], ['web', 'services'], ['services', 'good'], ['good', 'interpersonal'], ['interpersonal', 'analytical'], ['analytical', 'skills'], ['skills', 'proven'], ['proven', 'abilities'], ['abilities', 'resolving'], ['resolving', 'complex'], ['complex', 'software'], ['software', 'issue'], ['technical', 'skills', 'skills'], ['skills', 'skills', 'java'], ['skills', 'java', 'sql'], ['java', 'sql', 'pl'], ['sql', 'pl', 'sql'], ['pl', 'sql', 'c'], ['sql', 'c', 'c'], ['c', 'c', 'bootstrap'], ['c', 'bootstrap', 'jsp'], ['bootstrap', 'jsp', 'ext'], ['jsp', 'ext', 'js'], ['ext', 'js', 'operating'], ['js', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'tools'], ['windows', 'tools', 'toad'], ['tools', 'toad', 'eclipse'], ['toad', 'eclipse', 'soapbox'], ['eclipse', 'soapbox', 'postman'], ['soapbox', 'postman', 'databases'], ['postman', 'databases', 'oracle'], ['databases', 'oracle', 'ms'], ['oracle', 'ms', 'sql'], ['ms', 'sql', 'ms'], ['sql', 'ms', 'a'], ['ms', 'a', 'ess'], ['a', 'ess', 'ms'], ['ess', 'ms', 'exceleducation'], ['ms', 'exceleducation', 'details'], ['exceleducation', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'b'], ['2017', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'technology'], ['computer', 'technology', 'gondia'], ['technology', 'gondia', 'maharashtra'], ['gondia', 'maharashtra', 'in'], ['maharashtra', 'in', 'manoharbhai'], ['in', 'manoharbhai', 'patel'], ['manoharbhai', 'patel', 'institute'], ['patel', 'institute', 'engineering'], ['institute', 'engineering', 'technology'], ['engineering', 'technology', 'hsc'], ['technology', 'hsc', 'gondia'], ['hsc', 'gondia', 'maharashtra'], ['gondia', 'maharashtra', 'in'], ['maharashtra', 'in', 's'], ['in', 's', 'm'], ['s', 'm', 'p'], ['m', 'p', 'science'], ['p', 'science', 'college'], ['science', 'college', 'java'], ['college', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'xoriant'], ['developer', 'xoriant', 'solutions'], ['xoriant', 'solutions', 'pvt'], ['solutions', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'xoriant'], ['company', 'xoriant', 'solutions'], ['xoriant', 'solutions', 'pvt'], ['solutions', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'pune'], ['description', 'pune', 'period'], ['pune', 'period', 'sept'], ['period', 'sept', '2017'], ['sept', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'role'], ['date', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'description'], ['developer', 'description', 'resrent'], ['description', 'resrent', 'team'], ['resrent', 'team', 'responsible'], ['team', 'responsible', 'development'], ['responsible', 'development', 'various'], ['development', 'various', 'modules'], ['various', 'modules', 'hertz'], ['modules', 'hertz', 'they'], ['hertz', 'they', 'responsible'], ['they', 'responsible', 'development'], ['responsible', 'development', 'screens'], ['development', 'screens', 'portfolios'], ['screens', 'portfolios', 'look'], ['portfolios', 'look', 'act'], ['look', 'act', 'primary'], ['act', 'primary', 'control'], ['primary', 'control', 'function'], ['control', 'function', 'developing'], ['function', 'developing', 'webservices'], ['developing', 'webservices', 'ensure'], ['webservices', 'ensure', 'hit'], ['ensure', 'hit', 'xml'], ['hit', 'xml', 'json'], ['xml', 'json', 'we'], ['json', 'we', 'build'], ['we', 'build', 'various'], ['build', 'various', 'modules'], ['various', 'modules', 'inbuilt'], ['modules', 'inbuilt', 'hertz'], ['inbuilt', 'hertz', 'provide'], ['hertz', 'provide', 'interfaces'], ['provide', 'interfaces', 'end'], ['interfaces', 'end', 'users'], ['end', 'users', 'tasks'], ['users', 'tasks', 'tools'], ['tasks', 'tools', 'eclipse'], ['tools', 'eclipse', 'toad'], ['eclipse', 'toad', 'soapbox'], ['toad', 'soapbox', 'postman'], ['soapbox', 'postman', 'responsibilities'], ['postman', 'responsibilities', 'develop'], ['responsibilities', 'develop', 'module'], ['develop', 'module', 'backend'], ['module', 'backend', 'middleware'], ['backend', 'middleware', 'frontend'], ['middleware', 'frontend', 'bugs'], ['frontend', 'bugs', 'fixing'], ['bugs', 'fixing', 'proactive'], ['fixing', 'proactive', 'developing'], ['proactive', 'developing', 'enhancements'], ['developing', 'enhancements', 'resolve'], ['enhancements', 'resolve', 'application'], ['resolve', 'application', 'incidents'], ['application', 'incidents', 'within'], ['incidents', 'within', 'defined'], ['within', 'defined', 'ucs'], ['defined', 'ucs', 'creating'], ['ucs', 'creating', 'different'], ['creating', 'different', 'task'], ['different', 'task', 'ticket'], ['task', 'ticket', 'well'], ['ticket', 'well', 'debug'], ['well', 'debug', 'provide'], ['debug', 'provide', 'solution'], ['provide', 'solution', 'workflow'], ['solution', 'workflow', 'resolving'], ['workflow', 'resolving', 'db'], ['resolving', 'db', 'issues'], ['db', 'issues', 'providing'], ['issues', 'providing', 'technical'], ['providing', 'technical', 'support'], ['technical', 'support', 'bas'], ['support', 'bas', 'keeping'], ['bas', 'keeping', 'track'], ['keeping', 'track', 'deployments'], ['track', 'deployments', 'effect'], ['deployments', 'effect', 'ongoing'], ['effect', 'ongoing', 'jobs'], ['ongoing', 'jobs', 'contribution'], ['jobs', 'contribution', 'towards'], ['contribution', 'towards', 'automation'], ['towards', 'automation', 'daily'], ['automation', 'daily', 'activities'], ['daily', 'activities', 'process'], ['activities', 'process', 'based'], ['process', 'based', 'organization'], ['based', 'organization', 'on'], ['organization', 'on', 'time'], ['on', 'time', 'within'], ['time', 'within', 'budget'], ['within', 'budget', 'delivery'], ['budget', 'delivery', 'meeting'], ['delivery', 'meeting', 'customers'], ['meeting', 'customers', 'quality'], ['customers', 'quality', 'expectations'], ['quality', 'expectations', 'maintain'], ['expectations', 'maintain', 'knowledge'], ['maintain', 'knowledge', 'base'], ['knowledge', 'base', 'domain'], ['base', 'domain', 'known'], ['domain', 'known', 'defects'], ['known', 'defects', 'issues'], ['defects', 'issues', 'processes'], ['issues', 'processes', 'development'], ['processes', 'development', 'techniques'], ['development', 'techniques', 'company'], ['techniques', 'company', 'xoriant'], ['company', 'xoriant', 'solutions'], ['xoriant', 'solutions', 'pvt'], ['solutions', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'strong'], ['description', 'strong', 'communication'], ['strong', 'communication', 'collaboration'], ['communication', 'collaboration', 'team'], ['collaboration', 'team', 'building'], ['team', 'building', 'skills'], ['building', 'skills', 'proficiency'], ['skills', 'proficiency', 'grasping'], ['proficiency', 'grasping', 'new'], ['grasping', 'new', 'technical'], ['new', 'technical', 'concepts'], ['technical', 'concepts', 'quickly'], ['concepts', 'quickly', 'utilize'], ['quickly', 'utilize', 'productive'], ['utilize', 'productive', 'manner'], ['productive', 'manner', 'experience'], ['manner', 'experience', 'development'], ['experience', 'development', 'web'], ['development', 'web', 'application'], ['web', 'application', 'resolve'], ['application', 'resolve', 'project'], ['resolve', 'project', 'related'], ['project', 'related', 'issues'], ['related', 'issues', 'minimal'], ['issues', 'minimal', 'time'], ['minimal', 'time', 'able'], ['time', 'able', 'communicate'], ['able', 'communicate', 'effectively'], ['communicate', 'effectively', 'multifunctional'], ['effectively', 'multifunctional', 'teams'], ['multifunctional', 'teams', 'programmers'], ['teams', 'programmers', 'technical'], ['programmers', 'technical', 'staff'], ['technical', 'staff', 'levels'], ['staff', 'levels', 'good'], ['levels', 'good', 'knowledge'], ['good', 'knowledge', 'java'], ['knowledge', 'java', 'sql'], ['java', 'sql', 'ext'], ['sql', 'ext', 'js'], ['ext', 'js', 'jsp'], ['js', 'jsp', 'xml'], ['jsp', 'xml', 'web'], ['xml', 'web', 'services'], ['web', 'services', 'good'], ['services', 'good', 'interpersonal'], ['good', 'interpersonal', 'analytical'], ['interpersonal', 'analytical', 'skills'], ['analytical', 'skills', 'proven'], ['skills', 'proven', 'abilities'], ['proven', 'abilities', 'resolving'], ['abilities', 'resolving', 'complex'], ['resolving', 'complex', 'software'], ['complex', 'software', 'issue'], ['technical', 'skills', 'skills', 'java'], ['skills', 'skills', 'java', 'sql'], ['skills', 'java', 'sql', 'pl'], ['java', 'sql', 'pl', 'sql'], ['sql', 'pl', 'sql', 'c'], ['pl', 'sql', 'c', 'c'], ['sql', 'c', 'c', 'bootstrap'], ['c', 'c', 'bootstrap', 'jsp'], ['c', 'bootstrap', 'jsp', 'ext'], ['bootstrap', 'jsp', 'ext', 'js'], ['jsp', 'ext', 'js', 'operating'], ['ext', 'js', 'operating', 'systems'], ['js', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', 'tools'], ['systems', 'windows', 'tools', 'toad'], ['windows', 'tools', 'toad', 'eclipse'], ['tools', 'toad', 'eclipse', 'soapbox'], ['toad', 'eclipse', 'soapbox', 'postman'], ['eclipse', 'soapbox', 'postman', 'databases'], ['soapbox', 'postman', 'databases', 'oracle'], ['postman', 'databases', 'oracle', 'ms'], ['databases', 'oracle', 'ms', 'sql'], ['oracle', 'ms', 'sql', 'ms'], ['ms', 'sql', 'ms', 'a'], ['sql', 'ms', 'a', 'ess'], ['ms', 'a', 'ess', 'ms'], ['a', 'ess', 'ms', 'exceleducation'], ['ess', 'ms', 'exceleducation', 'details'], ['ms', 'exceleducation', 'details', 'january'], ['exceleducation', 'details', 'january', '2017'], ['details', 'january', '2017', 'b'], ['january', '2017', 'b', 'e'], ['2017', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'technology'], ['e', 'computer', 'technology', 'gondia'], ['computer', 'technology', 'gondia', 'maharashtra'], ['technology', 'gondia', 'maharashtra', 'in'], ['gondia', 'maharashtra', 'in', 'manoharbhai'], ['maharashtra', 'in', 'manoharbhai', 'patel'], ['in', 'manoharbhai', 'patel', 'institute'], ['manoharbhai', 'patel', 'institute', 'engineering'], ['patel', 'institute', 'engineering', 'technology'], ['institute', 'engineering', 'technology', 'hsc'], ['engineering', 'technology', 'hsc', 'gondia'], ['technology', 'hsc', 'gondia', 'maharashtra'], ['hsc', 'gondia', 'maharashtra', 'in'], ['gondia', 'maharashtra', 'in', 's'], ['maharashtra', 'in', 's', 'm'], ['in', 's', 'm', 'p'], ['s', 'm', 'p', 'science'], ['m', 'p', 'science', 'college'], ['p', 'science', 'college', 'java'], ['science', 'college', 'java', 'developer'], ['college', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'xoriant'], ['java', 'developer', 'xoriant', 'solutions'], ['developer', 'xoriant', 'solutions', 'pvt'], ['xoriant', 'solutions', 'pvt', 'ltd'], ['solutions', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'xoriant'], ['details', 'company', 'xoriant', 'solutions'], ['company', 'xoriant', 'solutions', 'pvt'], ['xoriant', 'solutions', 'pvt', 'ltd'], ['solutions', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'pune'], ['ltd', 'description', 'pune', 'period'], ['description', 'pune', 'period', 'sept'], ['pune', 'period', 'sept', '2017'], ['period', 'sept', '2017', 'till'], ['sept', '2017', 'till', 'date'], ['2017', 'till', 'date', 'role'], ['till', 'date', 'role', 'java'], ['date', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'description'], ['java', 'developer', 'description', 'resrent'], ['developer', 'description', 'resrent', 'team'], ['description', 'resrent', 'team', 'responsible'], ['resrent', 'team', 'responsible', 'development'], ['team', 'responsible', 'development', 'various'], ['responsible', 'development', 'various', 'modules'], ['development', 'various', 'modules', 'hertz'], ['various', 'modules', 'hertz', 'they'], ['modules', 'hertz', 'they', 'responsible'], ['hertz', 'they', 'responsible', 'development'], ['they', 'responsible', 'development', 'screens'], ['responsible', 'development', 'screens', 'portfolios'], ['development', 'screens', 'portfolios', 'look'], ['screens', 'portfolios', 'look', 'act'], ['portfolios', 'look', 'act', 'primary'], ['look', 'act', 'primary', 'control'], ['act', 'primary', 'control', 'function'], ['primary', 'control', 'function', 'developing'], ['control', 'function', 'developing', 'webservices'], ['function', 'developing', 'webservices', 'ensure'], ['developing', 'webservices', 'ensure', 'hit'], ['webservices', 'ensure', 'hit', 'xml'], ['ensure', 'hit', 'xml', 'json'], ['hit', 'xml', 'json', 'we'], ['xml', 'json', 'we', 'build'], ['json', 'we', 'build', 'various'], ['we', 'build', 'various', 'modules'], ['build', 'various', 'modules', 'inbuilt'], ['various', 'modules', 'inbuilt', 'hertz'], ['modules', 'inbuilt', 'hertz', 'provide'], ['inbuilt', 'hertz', 'provide', 'interfaces'], ['hertz', 'provide', 'interfaces', 'end'], ['provide', 'interfaces', 'end', 'users'], ['interfaces', 'end', 'users', 'tasks'], ['end', 'users', 'tasks', 'tools'], ['users', 'tasks', 'tools', 'eclipse'], ['tasks', 'tools', 'eclipse', 'toad'], ['tools', 'eclipse', 'toad', 'soapbox'], ['eclipse', 'toad', 'soapbox', 'postman'], ['toad', 'soapbox', 'postman', 'responsibilities'], ['soapbox', 'postman', 'responsibilities', 'develop'], ['postman', 'responsibilities', 'develop', 'module'], ['responsibilities', 'develop', 'module', 'backend'], ['develop', 'module', 'backend', 'middleware'], ['module', 'backend', 'middleware', 'frontend'], ['backend', 'middleware', 'frontend', 'bugs'], ['middleware', 'frontend', 'bugs', 'fixing'], ['frontend', 'bugs', 'fixing', 'proactive'], ['bugs', 'fixing', 'proactive', 'developing'], ['fixing', 'proactive', 'developing', 'enhancements'], ['proactive', 'developing', 'enhancements', 'resolve'], ['developing', 'enhancements', 'resolve', 'application'], ['enhancements', 'resolve', 'application', 'incidents'], ['resolve', 'application', 'incidents', 'within'], ['application', 'incidents', 'within', 'defined'], ['incidents', 'within', 'defined', 'ucs'], ['within', 'defined', 'ucs', 'creating'], ['defined', 'ucs', 'creating', 'different'], ['ucs', 'creating', 'different', 'task'], ['creating', 'different', 'task', 'ticket'], ['different', 'task', 'ticket', 'well'], ['task', 'ticket', 'well', 'debug'], ['ticket', 'well', 'debug', 'provide'], ['well', 'debug', 'provide', 'solution'], ['debug', 'provide', 'solution', 'workflow'], ['provide', 'solution', 'workflow', 'resolving'], ['solution', 'workflow', 'resolving', 'db'], ['workflow', 'resolving', 'db', 'issues'], ['resolving', 'db', 'issues', 'providing'], ['db', 'issues', 'providing', 'technical'], ['issues', 'providing', 'technical', 'support'], ['providing', 'technical', 'support', 'bas'], ['technical', 'support', 'bas', 'keeping'], ['support', 'bas', 'keeping', 'track'], ['bas', 'keeping', 'track', 'deployments'], ['keeping', 'track', 'deployments', 'effect'], ['track', 'deployments', 'effect', 'ongoing'], ['deployments', 'effect', 'ongoing', 'jobs'], ['effect', 'ongoing', 'jobs', 'contribution'], ['ongoing', 'jobs', 'contribution', 'towards'], ['jobs', 'contribution', 'towards', 'automation'], ['contribution', 'towards', 'automation', 'daily'], ['towards', 'automation', 'daily', 'activities'], ['automation', 'daily', 'activities', 'process'], ['daily', 'activities', 'process', 'based'], ['activities', 'process', 'based', 'organization'], ['process', 'based', 'organization', 'on'], ['based', 'organization', 'on', 'time'], ['organization', 'on', 'time', 'within'], ['on', 'time', 'within', 'budget'], ['time', 'within', 'budget', 'delivery'], ['within', 'budget', 'delivery', 'meeting'], ['budget', 'delivery', 'meeting', 'customers'], ['delivery', 'meeting', 'customers', 'quality'], ['meeting', 'customers', 'quality', 'expectations'], ['customers', 'quality', 'expectations', 'maintain'], ['quality', 'expectations', 'maintain', 'knowledge'], ['expectations', 'maintain', 'knowledge', 'base'], ['maintain', 'knowledge', 'base', 'domain'], ['knowledge', 'base', 'domain', 'known'], ['base', 'domain', 'known', 'defects'], ['domain', 'known', 'defects', 'issues'], ['known', 'defects', 'issues', 'processes'], ['defects', 'issues', 'processes', 'development'], ['issues', 'processes', 'development', 'techniques'], ['processes', 'development', 'techniques', 'company'], ['development', 'techniques', 'company', 'xoriant'], ['techniques', 'company', 'xoriant', 'solutions'], ['company', 'xoriant', 'solutions', 'pvt'], ['xoriant', 'solutions', 'pvt', 'ltd'], ['solutions', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'strong'], ['ltd', 'description', 'strong', 'communication'], ['description', 'strong', 'communication', 'collaboration'], ['strong', 'communication', 'collaboration', 'team'], ['communication', 'collaboration', 'team', 'building'], ['collaboration', 'team', 'building', 'skills'], ['team', 'building', 'skills', 'proficiency'], ['building', 'skills', 'proficiency', 'grasping'], ['skills', 'proficiency', 'grasping', 'new'], ['proficiency', 'grasping', 'new', 'technical'], ['grasping', 'new', 'technical', 'concepts'], ['new', 'technical', 'concepts', 'quickly'], ['technical', 'concepts', 'quickly', 'utilize'], ['concepts', 'quickly', 'utilize', 'productive'], ['quickly', 'utilize', 'productive', 'manner'], ['utilize', 'productive', 'manner', 'experience'], ['productive', 'manner', 'experience', 'development'], ['manner', 'experience', 'development', 'web'], ['experience', 'development', 'web', 'application'], ['development', 'web', 'application', 'resolve'], ['web', 'application', 'resolve', 'project'], ['application', 'resolve', 'project', 'related'], ['resolve', 'project', 'related', 'issues'], ['project', 'related', 'issues', 'minimal'], ['related', 'issues', 'minimal', 'time'], ['issues', 'minimal', 'time', 'able'], ['minimal', 'time', 'able', 'communicate'], ['time', 'able', 'communicate', 'effectively'], ['able', 'communicate', 'effectively', 'multifunctional'], ['communicate', 'effectively', 'multifunctional', 'teams'], ['effectively', 'multifunctional', 'teams', 'programmers'], ['multifunctional', 'teams', 'programmers', 'technical'], ['teams', 'programmers', 'technical', 'staff'], ['programmers', 'technical', 'staff', 'levels'], ['technical', 'staff', 'levels', 'good'], ['staff', 'levels', 'good', 'knowledge'], ['levels', 'good', 'knowledge', 'java'], ['good', 'knowledge', 'java', 'sql'], ['knowledge', 'java', 'sql', 'ext'], ['java', 'sql', 'ext', 'js'], ['sql', 'ext', 'js', 'jsp'], ['ext', 'js', 'jsp', 'xml'], ['js', 'jsp', 'xml', 'web'], ['jsp', 'xml', 'web', 'services'], ['xml', 'web', 'services', 'good'], ['web', 'services', 'good', 'interpersonal'], ['services', 'good', 'interpersonal', 'analytical'], ['good', 'interpersonal', 'analytical', 'skills'], ['interpersonal', 'analytical', 'skills', 'proven'], ['analytical', 'skills', 'proven', 'abilities'], ['skills', 'proven', 'abilities', 'resolving'], ['proven', 'abilities', 'resolving', 'complex'], ['abilities', 'resolving', 'complex', 'software'], ['resolving', 'complex', 'software', 'issue'], ['technical', 'skills', 'skills', 'java', 'sql'], ['skills', 'skills', 'java', 'sql', 'pl'], ['skills', 'java', 'sql', 'pl', 'sql'], ['java', 'sql', 'pl', 'sql', 'c'], ['sql', 'pl', 'sql', 'c', 'c'], ['pl', 'sql', 'c', 'c', 'bootstrap'], ['sql', 'c', 'c', 'bootstrap', 'jsp'], ['c', 'c', 'bootstrap', 'jsp', 'ext'], ['c', 'bootstrap', 'jsp', 'ext', 'js'], ['bootstrap', 'jsp', 'ext', 'js', 'operating'], ['jsp', 'ext', 'js', 'operating', 'systems'], ['ext', 'js', 'operating', 'systems', 'windows'], ['js', 'operating', 'systems', 'windows', 'tools'], ['operating', 'systems', 'windows', 'tools', 'toad'], ['systems', 'windows', 'tools', 'toad', 'eclipse'], ['windows', 'tools', 'toad', 'eclipse', 'soapbox'], ['tools', 'toad', 'eclipse', 'soapbox', 'postman'], ['toad', 'eclipse', 'soapbox', 'postman', 'databases'], ...], [['technical'], ['strengths'], ['computer'], ['language'], ['java'], ['j2ee'], ['swift'], ['html'], ['shell'], ['script'], ['mysql'], ['databases'], ['mysql'], ['tools'], ['svn'], ['jenkins'], ['hudson'], ['weblogic12c'], ['software'], ['android'], ['studio'], ['eclipse'], ['oracle'], ['xcode'], ['operating'], ['systems'], ['win'], ['10'], ['mac'], ['high'], ['sierra'], ['education'], ['details'], ['june'], ['2016'], ['b'], ['e'], ['information'], ['technology'], ['goregaon'], ['maharashtra'], ['in'], ['vidyalankar'], ['institute'], ['technology'], ['may'], ['2013'], ['mumbai'], ['maharashtra'], ['thakur'], ['polytechnic'], ['may'], ['2010'], ['mumbai'], ['maharashtra'], ['st'], ['john'], ['universal'], ['school'], ['java'], ['developer'], ['java'], ['developer'], ['tech'], ['mahindra'], ['skill'], ['details'], ['java'], ['exprience'], ['21'], ['months'], ['mysql'], ['exprience'], ['21'], ['months'], ['databases'], ['exprience'], ['17'], ['months'], ['j2ee'], ['exprience'], ['17'], ['months'], ['android'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['tech'], ['mahindra'], ['description'], ['team'], ['size'], ['5'], ['environment'], ['java'], ['mysql'], ['shell'], ['script'], ['webserver'], ['jenkins'], ['description'], ['or'], ['formatter'], ['application'], ['takes'], ['input'], ['file'], ['geneva'], ['modified'], ['file'], ['gmf'], ['geneva'], ['server'], ['reads'], ['data'], ['generate'], ['bill'], ['backup'], ['bill'], ['invoices'], ['client'], ['customers'], ['bt'], ['these'], ['invoices'], ['would'], ['sent'], ['across'], ['clients'], ['billing'], ['contribution'], ['played'], ['role'], ['java'], ['developer'], ['involved'], ['applying'], ['change'], ['request'], ['current'], ['modules'], ['worked'], ['requirement'], ['analysis'], ['development'], ['user'], ['stories'], ['also'], ['preformed'], ['dev'], ['unit'], ['testing'], ['user'], ['stories'], ['handled'], ['e2e'], ['issues'], ['fixing'], ['bugs'], ['prepare'], ['required'], ['program'], ['level'], ['user'], ['level'], ['documentation'], ['company'], ['tech'], ['mahindra'], ['description'], ['team'], ['size'], ['5'], ['environment'], ['java'], ['ejb'], ['mysql'], ['shell'], ['script'], ['webserver'], ['weblogic12c'], ['server'], ['jenkins'], ['description'], ['staa'], ['encapsulation'], ['middleware'], ['layer'], ['acting'], ['interface'], ['client'], ['operational'], ['support'], ['systems'], ['legacy'], ['systems'], ['it'], ['transforms'], ['legacy'], ['data'], ['various'], ['formats'], ['tlv'], ['input'], ['form'], ['xml'], ['http'], ['staa'], ['validations'], ['done'], ['response'], ['sent'], ['back'], ['end'], ['systems'], ['back'], ['end'], ['systems'], ['css'], ['cosmoss'], ['databases'], ['the'], ['business'], ['methods'], ['deployed'], ['ejbs'], ['weblogic'], ['server'], ['shared'], ['across'], ['various'], ['market'], ['facing'], ['units'], ['client'], ['contribution'], ['played'], ['role'], ['java'], ['developer'], ['involved'], ['creating'], ['services'], ['using'], ['java'], ['j2ee'], ['worked'], ['requirement'], ['analysis'], ['development'], ['user'], ['stories'], ['also'], ['preformed'], ['dev'], ['unit'], ['testing'], ['user'], ['stories'], ['handled'], ['e2e'], ['issues'], ['fixing'], ['bugs'], ['worked'], ['migration'], ['java'], ['1'], ['6'], ['java'], ['1'], ['8'], ['technical', 'strengths'], ['strengths', 'computer'], ['computer', 'language'], ['language', 'java'], ['java', 'j2ee'], ['j2ee', 'swift'], ['swift', 'html'], ['html', 'shell'], ['shell', 'script'], ['script', 'mysql'], ['mysql', 'databases'], ['databases', 'mysql'], ['mysql', 'tools'], ['tools', 'svn'], ['svn', 'jenkins'], ['jenkins', 'hudson'], ['hudson', 'weblogic12c'], ['weblogic12c', 'software'], ['software', 'android'], ['android', 'studio'], ['studio', 'eclipse'], ['eclipse', 'oracle'], ['oracle', 'xcode'], ['xcode', 'operating'], ['operating', 'systems'], ['systems', 'win'], ['win', '10'], ['10', 'mac'], ['mac', 'high'], ['high', 'sierra'], ['sierra', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'information'], ['information', 'technology'], ['technology', 'goregaon'], ['goregaon', 'maharashtra'], ['maharashtra', 'in'], ['in', 'vidyalankar'], ['vidyalankar', 'institute'], ['institute', 'technology'], ['technology', 'may'], ['may', '2013'], ['2013', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'thakur'], ['thakur', 'polytechnic'], ['polytechnic', 'may'], ['may', '2010'], ['2010', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'st'], ['st', 'john'], ['john', 'universal'], ['universal', 'school'], ['school', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'tech'], ['tech', 'mahindra'], ['mahindra', 'skill'], ['skill', 'details'], ['details', 'java'], ['java', 'exprience'], ['exprience', '21'], ['21', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '21'], ['21', 'months'], ['months', 'databases'], ['databases', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'j2ee'], ['j2ee', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'android'], ['android', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'team'], ['team', 'size'], ['size', '5'], ['5', 'environment'], ['environment', 'java'], ['java', 'mysql'], ['mysql', 'shell'], ['shell', 'script'], ['script', 'webserver'], ['webserver', 'jenkins'], ['jenkins', 'description'], ['description', 'or'], ['or', 'formatter'], ['formatter', 'application'], ['application', 'takes'], ['takes', 'input'], ['input', 'file'], ['file', 'geneva'], ['geneva', 'modified'], ['modified', 'file'], ['file', 'gmf'], ['gmf', 'geneva'], ['geneva', 'server'], ['server', 'reads'], ['reads', 'data'], ['data', 'generate'], ['generate', 'bill'], ['bill', 'backup'], ['backup', 'bill'], ['bill', 'invoices'], ['invoices', 'client'], ['client', 'customers'], ['customers', 'bt'], ['bt', 'these'], ['these', 'invoices'], ['invoices', 'would'], ['would', 'sent'], ['sent', 'across'], ['across', 'clients'], ['clients', 'billing'], ['billing', 'contribution'], ['contribution', 'played'], ['played', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'involved'], ['involved', 'applying'], ['applying', 'change'], ['change', 'request'], ['request', 'current'], ['current', 'modules'], ['modules', 'worked'], ['worked', 'requirement'], ['requirement', 'analysis'], ['analysis', 'development'], ['development', 'user'], ['user', 'stories'], ['stories', 'also'], ['also', 'preformed'], ['preformed', 'dev'], ['dev', 'unit'], ['unit', 'testing'], ['testing', 'user'], ['user', 'stories'], ['stories', 'handled'], ['handled', 'e2e'], ['e2e', 'issues'], ['issues', 'fixing'], ['fixing', 'bugs'], ['bugs', 'prepare'], ['prepare', 'required'], ['required', 'program'], ['program', 'level'], ['level', 'user'], ['user', 'level'], ['level', 'documentation'], ['documentation', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'team'], ['team', 'size'], ['size', '5'], ['5', 'environment'], ['environment', 'java'], ['java', 'ejb'], ['ejb', 'mysql'], ['mysql', 'shell'], ['shell', 'script'], ['script', 'webserver'], ['webserver', 'weblogic12c'], ['weblogic12c', 'server'], ['server', 'jenkins'], ['jenkins', 'description'], ['description', 'staa'], ['staa', 'encapsulation'], ['encapsulation', 'middleware'], ['middleware', 'layer'], ['layer', 'acting'], ['acting', 'interface'], ['interface', 'client'], ['client', 'operational'], ['operational', 'support'], ['support', 'systems'], ['systems', 'legacy'], ['legacy', 'systems'], ['systems', 'it'], ['it', 'transforms'], ['transforms', 'legacy'], ['legacy', 'data'], ['data', 'various'], ['various', 'formats'], ['formats', 'tlv'], ['tlv', 'input'], ['input', 'form'], ['form', 'xml'], ['xml', 'http'], ['http', 'staa'], ['staa', 'validations'], ['validations', 'done'], ['done', 'response'], ['response', 'sent'], ['sent', 'back'], ['back', 'end'], ['end', 'systems'], ['systems', 'back'], ['back', 'end'], ['end', 'systems'], ['systems', 'css'], ['css', 'cosmoss'], ['cosmoss', 'databases'], ['databases', 'the'], ['the', 'business'], ['business', 'methods'], ['methods', 'deployed'], ['deployed', 'ejbs'], ['ejbs', 'weblogic'], ['weblogic', 'server'], ['server', 'shared'], ['shared', 'across'], ['across', 'various'], ['various', 'market'], ['market', 'facing'], ['facing', 'units'], ['units', 'client'], ['client', 'contribution'], ['contribution', 'played'], ['played', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'involved'], ['involved', 'creating'], ['creating', 'services'], ['services', 'using'], ['using', 'java'], ['java', 'j2ee'], ['j2ee', 'worked'], ['worked', 'requirement'], ['requirement', 'analysis'], ['analysis', 'development'], ['development', 'user'], ['user', 'stories'], ['stories', 'also'], ['also', 'preformed'], ['preformed', 'dev'], ['dev', 'unit'], ['unit', 'testing'], ['testing', 'user'], ['user', 'stories'], ['stories', 'handled'], ['handled', 'e2e'], ['e2e', 'issues'], ['issues', 'fixing'], ['fixing', 'bugs'], ['bugs', 'worked'], ['worked', 'migration'], ['migration', 'java'], ['java', '1'], ['1', '6'], ['6', 'java'], ['java', '1'], ['1', '8'], ['technical', 'strengths', 'computer'], ['strengths', 'computer', 'language'], ['computer', 'language', 'java'], ['language', 'java', 'j2ee'], ['java', 'j2ee', 'swift'], ['j2ee', 'swift', 'html'], ['swift', 'html', 'shell'], ['html', 'shell', 'script'], ['shell', 'script', 'mysql'], ['script', 'mysql', 'databases'], ['mysql', 'databases', 'mysql'], ['databases', 'mysql', 'tools'], ['mysql', 'tools', 'svn'], ['tools', 'svn', 'jenkins'], ['svn', 'jenkins', 'hudson'], ['jenkins', 'hudson', 'weblogic12c'], ['hudson', 'weblogic12c', 'software'], ['weblogic12c', 'software', 'android'], ['software', 'android', 'studio'], ['android', 'studio', 'eclipse'], ['studio', 'eclipse', 'oracle'], ['eclipse', 'oracle', 'xcode'], ['oracle', 'xcode', 'operating'], ['xcode', 'operating', 'systems'], ['operating', 'systems', 'win'], ['systems', 'win', '10'], ['win', '10', 'mac'], ['10', 'mac', 'high'], ['mac', 'high', 'sierra'], ['high', 'sierra', 'education'], ['sierra', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2016'], ['june', '2016', 'b'], ['2016', 'b', 'e'], ['b', 'e', 'information'], ['e', 'information', 'technology'], ['information', 'technology', 'goregaon'], ['technology', 'goregaon', 'maharashtra'], ['goregaon', 'maharashtra', 'in'], ['maharashtra', 'in', 'vidyalankar'], ['in', 'vidyalankar', 'institute'], ['vidyalankar', 'institute', 'technology'], ['institute', 'technology', 'may'], ['technology', 'may', '2013'], ['may', '2013', 'mumbai'], ['2013', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'thakur'], ['maharashtra', 'thakur', 'polytechnic'], ['thakur', 'polytechnic', 'may'], ['polytechnic', 'may', '2010'], ['may', '2010', 'mumbai'], ['2010', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'st'], ['maharashtra', 'st', 'john'], ['st', 'john', 'universal'], ['john', 'universal', 'school'], ['universal', 'school', 'java'], ['school', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'tech'], ['developer', 'tech', 'mahindra'], ['tech', 'mahindra', 'skill'], ['mahindra', 'skill', 'details'], ['skill', 'details', 'java'], ['details', 'java', 'exprience'], ['java', 'exprience', '21'], ['exprience', '21', 'months'], ['21', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '21'], ['exprience', '21', 'months'], ['21', 'months', 'databases'], ['months', 'databases', 'exprience'], ['databases', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'j2ee'], ['months', 'j2ee', 'exprience'], ['j2ee', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'android'], ['months', 'android', 'exprience'], ['android', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'team'], ['description', 'team', 'size'], ['team', 'size', '5'], ['size', '5', 'environment'], ['5', 'environment', 'java'], ['environment', 'java', 'mysql'], ['java', 'mysql', 'shell'], ['mysql', 'shell', 'script'], ['shell', 'script', 'webserver'], ['script', 'webserver', 'jenkins'], ['webserver', 'jenkins', 'description'], ['jenkins', 'description', 'or'], ['description', 'or', 'formatter'], ['or', 'formatter', 'application'], ['formatter', 'application', 'takes'], ['application', 'takes', 'input'], ['takes', 'input', 'file'], ['input', 'file', 'geneva'], ['file', 'geneva', 'modified'], ['geneva', 'modified', 'file'], ['modified', 'file', 'gmf'], ['file', 'gmf', 'geneva'], ['gmf', 'geneva', 'server'], ['geneva', 'server', 'reads'], ['server', 'reads', 'data'], ['reads', 'data', 'generate'], ['data', 'generate', 'bill'], ['generate', 'bill', 'backup'], ['bill', 'backup', 'bill'], ['backup', 'bill', 'invoices'], ['bill', 'invoices', 'client'], ['invoices', 'client', 'customers'], ['client', 'customers', 'bt'], ['customers', 'bt', 'these'], ['bt', 'these', 'invoices'], ['these', 'invoices', 'would'], ['invoices', 'would', 'sent'], ['would', 'sent', 'across'], ['sent', 'across', 'clients'], ['across', 'clients', 'billing'], ['clients', 'billing', 'contribution'], ['billing', 'contribution', 'played'], ['contribution', 'played', 'role'], ['played', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'involved'], ['developer', 'involved', 'applying'], ['involved', 'applying', 'change'], ['applying', 'change', 'request'], ['change', 'request', 'current'], ['request', 'current', 'modules'], ['current', 'modules', 'worked'], ['modules', 'worked', 'requirement'], ['worked', 'requirement', 'analysis'], ['requirement', 'analysis', 'development'], ['analysis', 'development', 'user'], ['development', 'user', 'stories'], ['user', 'stories', 'also'], ['stories', 'also', 'preformed'], ['also', 'preformed', 'dev'], ['preformed', 'dev', 'unit'], ['dev', 'unit', 'testing'], ['unit', 'testing', 'user'], ['testing', 'user', 'stories'], ['user', 'stories', 'handled'], ['stories', 'handled', 'e2e'], ['handled', 'e2e', 'issues'], ['e2e', 'issues', 'fixing'], ['issues', 'fixing', 'bugs'], ['fixing', 'bugs', 'prepare'], ['bugs', 'prepare', 'required'], ['prepare', 'required', 'program'], ['required', 'program', 'level'], ['program', 'level', 'user'], ['level', 'user', 'level'], ['user', 'level', 'documentation'], ['level', 'documentation', 'company'], ['documentation', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'team'], ['description', 'team', 'size'], ['team', 'size', '5'], ['size', '5', 'environment'], ['5', 'environment', 'java'], ['environment', 'java', 'ejb'], ['java', 'ejb', 'mysql'], ['ejb', 'mysql', 'shell'], ['mysql', 'shell', 'script'], ['shell', 'script', 'webserver'], ['script', 'webserver', 'weblogic12c'], ['webserver', 'weblogic12c', 'server'], ['weblogic12c', 'server', 'jenkins'], ['server', 'jenkins', 'description'], ['jenkins', 'description', 'staa'], ['description', 'staa', 'encapsulation'], ['staa', 'encapsulation', 'middleware'], ['encapsulation', 'middleware', 'layer'], ['middleware', 'layer', 'acting'], ['layer', 'acting', 'interface'], ['acting', 'interface', 'client'], ['interface', 'client', 'operational'], ['client', 'operational', 'support'], ['operational', 'support', 'systems'], ['support', 'systems', 'legacy'], ['systems', 'legacy', 'systems'], ['legacy', 'systems', 'it'], ['systems', 'it', 'transforms'], ['it', 'transforms', 'legacy'], ['transforms', 'legacy', 'data'], ['legacy', 'data', 'various'], ['data', 'various', 'formats'], ['various', 'formats', 'tlv'], ['formats', 'tlv', 'input'], ['tlv', 'input', 'form'], ['input', 'form', 'xml'], ['form', 'xml', 'http'], ['xml', 'http', 'staa'], ['http', 'staa', 'validations'], ['staa', 'validations', 'done'], ['validations', 'done', 'response'], ['done', 'response', 'sent'], ['response', 'sent', 'back'], ['sent', 'back', 'end'], ['back', 'end', 'systems'], ['end', 'systems', 'back'], ['systems', 'back', 'end'], ['back', 'end', 'systems'], ['end', 'systems', 'css'], ['systems', 'css', 'cosmoss'], ['css', 'cosmoss', 'databases'], ['cosmoss', 'databases', 'the'], ['databases', 'the', 'business'], ['the', 'business', 'methods'], ['business', 'methods', 'deployed'], ['methods', 'deployed', 'ejbs'], ['deployed', 'ejbs', 'weblogic'], ['ejbs', 'weblogic', 'server'], ['weblogic', 'server', 'shared'], ['server', 'shared', 'across'], ['shared', 'across', 'various'], ['across', 'various', 'market'], ['various', 'market', 'facing'], ['market', 'facing', 'units'], ['facing', 'units', 'client'], ['units', 'client', 'contribution'], ['client', 'contribution', 'played'], ['contribution', 'played', 'role'], ['played', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'involved'], ['developer', 'involved', 'creating'], ['involved', 'creating', 'services'], ['creating', 'services', 'using'], ['services', 'using', 'java'], ['using', 'java', 'j2ee'], ['java', 'j2ee', 'worked'], ['j2ee', 'worked', 'requirement'], ['worked', 'requirement', 'analysis'], ['requirement', 'analysis', 'development'], ['analysis', 'development', 'user'], ['development', 'user', 'stories'], ['user', 'stories', 'also'], ['stories', 'also', 'preformed'], ['also', 'preformed', 'dev'], ['preformed', 'dev', 'unit'], ['dev', 'unit', 'testing'], ['unit', 'testing', 'user'], ['testing', 'user', 'stories'], ['user', 'stories', 'handled'], ['stories', 'handled', 'e2e'], ['handled', 'e2e', 'issues'], ['e2e', 'issues', 'fixing'], ['issues', 'fixing', 'bugs'], ['fixing', 'bugs', 'worked'], ['bugs', 'worked', 'migration'], ['worked', 'migration', 'java'], ['migration', 'java', '1'], ['java', '1', '6'], ['1', '6', 'java'], ['6', 'java', '1'], ['java', '1', '8'], ['technical', 'strengths', 'computer', 'language'], ['strengths', 'computer', 'language', 'java'], ['computer', 'language', 'java', 'j2ee'], ['language', 'java', 'j2ee', 'swift'], ['java', 'j2ee', 'swift', 'html'], ['j2ee', 'swift', 'html', 'shell'], ['swift', 'html', 'shell', 'script'], ['html', 'shell', 'script', 'mysql'], ['shell', 'script', 'mysql', 'databases'], ['script', 'mysql', 'databases', 'mysql'], ['mysql', 'databases', 'mysql', 'tools'], ['databases', 'mysql', 'tools', 'svn'], ['mysql', 'tools', 'svn', 'jenkins'], ['tools', 'svn', 'jenkins', 'hudson'], ['svn', 'jenkins', 'hudson', 'weblogic12c'], ['jenkins', 'hudson', 'weblogic12c', 'software'], ['hudson', 'weblogic12c', 'software', 'android'], ['weblogic12c', 'software', 'android', 'studio'], ['software', 'android', 'studio', 'eclipse'], ['android', 'studio', 'eclipse', 'oracle'], ['studio', 'eclipse', 'oracle', 'xcode'], ['eclipse', 'oracle', 'xcode', 'operating'], ['oracle', 'xcode', 'operating', 'systems'], ['xcode', 'operating', 'systems', 'win'], ['operating', 'systems', 'win', '10'], ['systems', 'win', '10', 'mac'], ['win', '10', 'mac', 'high'], ['10', 'mac', 'high', 'sierra'], ['mac', 'high', 'sierra', 'education'], ['high', 'sierra', 'education', 'details'], ['sierra', 'education', 'details', 'june'], ['education', 'details', 'june', '2016'], ['details', 'june', '2016', 'b'], ['june', '2016', 'b', 'e'], ['2016', 'b', 'e', 'information'], ['b', 'e', 'information', 'technology'], ['e', 'information', 'technology', 'goregaon'], ['information', 'technology', 'goregaon', 'maharashtra'], ['technology', 'goregaon', 'maharashtra', 'in'], ['goregaon', 'maharashtra', 'in', 'vidyalankar'], ['maharashtra', 'in', 'vidyalankar', 'institute'], ['in', 'vidyalankar', 'institute', 'technology'], ['vidyalankar', 'institute', 'technology', 'may'], ['institute', 'technology', 'may', '2013'], ['technology', 'may', '2013', 'mumbai'], ['may', '2013', 'mumbai', 'maharashtra'], ['2013', 'mumbai', 'maharashtra', 'thakur'], ['mumbai', 'maharashtra', 'thakur', 'polytechnic'], ['maharashtra', 'thakur', 'polytechnic', 'may'], ['thakur', 'polytechnic', 'may', '2010'], ['polytechnic', 'may', '2010', 'mumbai'], ['may', '2010', 'mumbai', 'maharashtra'], ['2010', 'mumbai', 'maharashtra', 'st'], ['mumbai', 'maharashtra', 'st', 'john'], ['maharashtra', 'st', 'john', 'universal'], ['st', 'john', 'universal', 'school'], ['john', 'universal', 'school', 'java'], ['universal', 'school', 'java', 'developer'], ['school', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'tech'], ['java', 'developer', 'tech', 'mahindra'], ['developer', 'tech', 'mahindra', 'skill'], ['tech', 'mahindra', 'skill', 'details'], ['mahindra', 'skill', 'details', 'java'], ['skill', 'details', 'java', 'exprience'], ['details', 'java', 'exprience', '21'], ['java', 'exprience', '21', 'months'], ['exprience', '21', 'months', 'mysql'], ['21', 'months', 'mysql', 'exprience'], ['months', 'mysql', 'exprience', '21'], ['mysql', 'exprience', '21', 'months'], ['exprience', '21', 'months', 'databases'], ['21', 'months', 'databases', 'exprience'], ['months', 'databases', 'exprience', '17'], ['databases', 'exprience', '17', 'months'], ['exprience', '17', 'months', 'j2ee'], ['17', 'months', 'j2ee', 'exprience'], ['months', 'j2ee', 'exprience', '17'], ['j2ee', 'exprience', '17', 'months'], ['exprience', '17', 'months', 'android'], ['17', 'months', 'android', 'exprience'], ['months', 'android', 'exprience', '6'], ['android', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'tech'], ['details', 'company', 'tech', 'mahindra'], ['company', 'tech', 'mahindra', 'description'], ['tech', 'mahindra', 'description', 'team'], ['mahindra', 'description', 'team', 'size'], ['description', 'team', 'size', '5'], ['team', 'size', '5', 'environment'], ['size', '5', 'environment', 'java'], ['5', 'environment', 'java', 'mysql'], ['environment', 'java', 'mysql', 'shell'], ['java', 'mysql', 'shell', 'script'], ['mysql', 'shell', 'script', 'webserver'], ['shell', 'script', 'webserver', 'jenkins'], ['script', 'webserver', 'jenkins', 'description'], ['webserver', 'jenkins', 'description', 'or'], ['jenkins', 'description', 'or', 'formatter'], ['description', 'or', 'formatter', 'application'], ['or', 'formatter', 'application', 'takes'], ['formatter', 'application', 'takes', 'input'], ['application', 'takes', 'input', 'file'], ['takes', 'input', 'file', 'geneva'], ['input', 'file', 'geneva', 'modified'], ['file', 'geneva', 'modified', 'file'], ['geneva', 'modified', 'file', 'gmf'], ['modified', 'file', 'gmf', 'geneva'], ['file', 'gmf', 'geneva', 'server'], ['gmf', 'geneva', 'server', 'reads'], ['geneva', 'server', 'reads', 'data'], ['server', 'reads', 'data', 'generate'], ['reads', 'data', 'generate', 'bill'], ['data', 'generate', 'bill', 'backup'], ['generate', 'bill', 'backup', 'bill'], ['bill', 'backup', 'bill', 'invoices'], ['backup', 'bill', 'invoices', 'client'], ['bill', 'invoices', 'client', 'customers'], ['invoices', 'client', 'customers', 'bt'], ['client', 'customers', 'bt', 'these'], ['customers', 'bt', 'these', 'invoices'], ['bt', 'these', 'invoices', 'would'], ['these', 'invoices', 'would', 'sent'], ['invoices', 'would', 'sent', 'across'], ['would', 'sent', 'across', 'clients'], ['sent', 'across', 'clients', 'billing'], ['across', 'clients', 'billing', 'contribution'], ['clients', 'billing', 'contribution', 'played'], ['billing', 'contribution', 'played', 'role'], ['contribution', 'played', 'role', 'java'], ['played', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'involved'], ['java', 'developer', 'involved', 'applying'], ['developer', 'involved', 'applying', 'change'], ['involved', 'applying', 'change', 'request'], ['applying', 'change', 'request', 'current'], ['change', 'request', 'current', 'modules'], ['request', 'current', 'modules', 'worked'], ['current', 'modules', 'worked', 'requirement'], ['modules', 'worked', 'requirement', 'analysis'], ['worked', 'requirement', 'analysis', 'development'], ['requirement', 'analysis', 'development', 'user'], ['analysis', 'development', 'user', 'stories'], ['development', 'user', 'stories', 'also'], ['user', 'stories', 'also', 'preformed'], ['stories', 'also', 'preformed', 'dev'], ['also', 'preformed', 'dev', 'unit'], ['preformed', 'dev', 'unit', 'testing'], ['dev', 'unit', 'testing', 'user'], ['unit', 'testing', 'user', 'stories'], ['testing', 'user', 'stories', 'handled'], ['user', 'stories', 'handled', 'e2e'], ['stories', 'handled', 'e2e', 'issues'], ['handled', 'e2e', 'issues', 'fixing'], ['e2e', 'issues', 'fixing', 'bugs'], ['issues', 'fixing', 'bugs', 'prepare'], ['fixing', 'bugs', 'prepare', 'required'], ['bugs', 'prepare', 'required', 'program'], ['prepare', 'required', 'program', 'level'], ['required', 'program', 'level', 'user'], ['program', 'level', 'user', 'level'], ['level', 'user', 'level', 'documentation'], ['user', 'level', 'documentation', 'company'], ['level', 'documentation', 'company', 'tech'], ['documentation', 'company', 'tech', 'mahindra'], ['company', 'tech', 'mahindra', 'description'], ['tech', 'mahindra', 'description', 'team'], ['mahindra', 'description', 'team', 'size'], ['description', 'team', 'size', '5'], ['team', 'size', '5', 'environment'], ['size', '5', 'environment', 'java'], ['5', 'environment', 'java', 'ejb'], ['environment', 'java', 'ejb', 'mysql'], ['java', 'ejb', 'mysql', 'shell'], ['ejb', 'mysql', 'shell', 'script'], ['mysql', 'shell', 'script', 'webserver'], ['shell', 'script', 'webserver', 'weblogic12c'], ['script', 'webserver', 'weblogic12c', 'server'], ...], [['education'], ['details'], ['january'], ['2013'], ['master'], ['engineering'], ['information'], ['technology'], ['pune'], ['maharashtra'], ['m'], ['i'], ['t'], ['january'], ['2005'], ['bachelor'], ['engineering'], ['information'], ['technology'], ['pusad'], ['maharashtra'], ['amravati'], ['university'], ['january'], ['2001'], ['pusad'], ['maharashtra'], ['p'], ['n'], ['junior'], ['college'], ['january'], ['1999'], ['s'], ['s'], ['c'], ['pusad'], ['maharashtra'], ['k'], ['d'], ['high'], ['school'], ['java'], ['developer'], ['java'], ['developer'], ['maxgen'], ['technologies'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['maxgen'], ['technologies'], ['description'], ['currently'], ['working'], ['infrasoft'], ['technologies'], ['andheri'], ['java'], ['developer'], ['company'], ['mis'], ['generation'], ['tata'], ['sky'], ['tata'], ['power'], ['description'], ['courses'], ['done'], ['android'], ['mobile'], ['app'], ['development'], ['technologies'], ['java'], ['core'], ['java'], ['advance'], ['java'], ['jsf'], ['hibernate'], ['spring'], ['niit'], ['2015'], ['16'], ['android'], ['project'], ['location'], ['detector'], ['computing'], ['mobile'], ['devices'], ['android'], ['me'], ['project'], ['data'], ['deduplication'], ['my'], ['projects'], ['works'], ['reduce'], ['redundant'], ['data'], ['system'], ['free'], ['memory'], ['it'], ['stores'], ['unique'], ['copy'], ['data'], ['location'], ['data'], ['help'], ['pointers'], ['ess'], ['data'], ['java'], ['subjects'], ['taught'], ['c'], ['language'], ['core'], ['java'], ['object'], ['oriented'], ['programming'], ['oot'], ['c'], ['database'], ['pps'], ['programming'], ['problem'], ['solving'], ['ad'], ['advance'], ['database'], ['ias'], ['information'], ['assurance'], ['security'], ['android'], ['programming'], ['skill'], ['c'], ['c'], ['java'], ['android'], ['database'], ['handled'], ['ms'], ['a'], ['ess'], ['sql'], ['oracle'], ['national'], ['conference'], ['1'], ['paper'], ['presented'], ['a'], ['secure'], ['cipher'], ['index'], ['encrypted'], ['character'], ['data'], ['database'], ['on'], ['dated'], ['28'], ['29'], ['april'], ['2011'], ['pimpri'], ['chinchwad'], ['college'], ['engineering'], ['pune'], ['education', 'details'], ['details', 'january'], ['january', '2013'], ['2013', 'master'], ['master', 'engineering'], ['engineering', 'information'], ['information', 'technology'], ['technology', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'm'], ['m', 'i'], ['i', 't'], ['t', 'january'], ['january', '2005'], ['2005', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'information'], ['information', 'technology'], ['technology', 'pusad'], ['pusad', 'maharashtra'], ['maharashtra', 'amravati'], ['amravati', 'university'], ['university', 'january'], ['january', '2001'], ['2001', 'pusad'], ['pusad', 'maharashtra'], ['maharashtra', 'p'], ['p', 'n'], ['n', 'junior'], ['junior', 'college'], ['college', 'january'], ['january', '1999'], ['1999', 's'], ['s', 's'], ['s', 'c'], ['c', 'pusad'], ['pusad', 'maharashtra'], ['maharashtra', 'k'], ['k', 'd'], ['d', 'high'], ['high', 'school'], ['school', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'maxgen'], ['maxgen', 'technologies'], ['technologies', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'maxgen'], ['maxgen', 'technologies'], ['technologies', 'description'], ['description', 'currently'], ['currently', 'working'], ['working', 'infrasoft'], ['infrasoft', 'technologies'], ['technologies', 'andheri'], ['andheri', 'java'], ['java', 'developer'], ['developer', 'company'], ['company', 'mis'], ['mis', 'generation'], ['generation', 'tata'], ['tata', 'sky'], ['sky', 'tata'], ['tata', 'power'], ['power', 'description'], ['description', 'courses'], ['courses', 'done'], ['done', 'android'], ['android', 'mobile'], ['mobile', 'app'], ['app', 'development'], ['development', 'technologies'], ['technologies', 'java'], ['java', 'core'], ['core', 'java'], ['java', 'advance'], ['advance', 'java'], ['java', 'jsf'], ['jsf', 'hibernate'], ['hibernate', 'spring'], ['spring', 'niit'], ['niit', '2015'], ['2015', '16'], ['16', 'android'], ['android', 'project'], ['project', 'location'], ['location', 'detector'], ['detector', 'computing'], ['computing', 'mobile'], ['mobile', 'devices'], ['devices', 'android'], ['android', 'me'], ['me', 'project'], ['project', 'data'], ['data', 'deduplication'], ['deduplication', 'my'], ['my', 'projects'], ['projects', 'works'], ['works', 'reduce'], ['reduce', 'redundant'], ['redundant', 'data'], ['data', 'system'], ['system', 'free'], ['free', 'memory'], ['memory', 'it'], ['it', 'stores'], ['stores', 'unique'], ['unique', 'copy'], ['copy', 'data'], ['data', 'location'], ['location', 'data'], ['data', 'help'], ['help', 'pointers'], ['pointers', 'ess'], ['ess', 'data'], ['data', 'java'], ['java', 'subjects'], ['subjects', 'taught'], ['taught', 'c'], ['c', 'language'], ['language', 'core'], ['core', 'java'], ['java', 'object'], ['object', 'oriented'], ['oriented', 'programming'], ['programming', 'oot'], ['oot', 'c'], ['c', 'database'], ['database', 'pps'], ['pps', 'programming'], ['programming', 'problem'], ['problem', 'solving'], ['solving', 'ad'], ['ad', 'advance'], ['advance', 'database'], ['database', 'ias'], ['ias', 'information'], ['information', 'assurance'], ['assurance', 'security'], ['security', 'android'], ['android', 'programming'], ['programming', 'skill'], ['skill', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'android'], ['android', 'database'], ['database', 'handled'], ['handled', 'ms'], ['ms', 'a'], ['a', 'ess'], ['ess', 'sql'], ['sql', 'oracle'], ['oracle', 'national'], ['national', 'conference'], ['conference', '1'], ['1', 'paper'], ['paper', 'presented'], ['presented', 'a'], ['a', 'secure'], ['secure', 'cipher'], ['cipher', 'index'], ['index', 'encrypted'], ['encrypted', 'character'], ['character', 'data'], ['data', 'database'], ['database', 'on'], ['on', 'dated'], ['dated', '28'], ['28', '29'], ['29', 'april'], ['april', '2011'], ['2011', 'pimpri'], ['pimpri', 'chinchwad'], ['chinchwad', 'college'], ['college', 'engineering'], ['engineering', 'pune'], ['education', 'details', 'january'], ['details', 'january', '2013'], ['january', '2013', 'master'], ['2013', 'master', 'engineering'], ['master', 'engineering', 'information'], ['engineering', 'information', 'technology'], ['information', 'technology', 'pune'], ['technology', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'm'], ['maharashtra', 'm', 'i'], ['m', 'i', 't'], ['i', 't', 'january'], ['t', 'january', '2005'], ['january', '2005', 'bachelor'], ['2005', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'information'], ['engineering', 'information', 'technology'], ['information', 'technology', 'pusad'], ['technology', 'pusad', 'maharashtra'], ['pusad', 'maharashtra', 'amravati'], ['maharashtra', 'amravati', 'university'], ['amravati', 'university', 'january'], ['university', 'january', '2001'], ['january', '2001', 'pusad'], ['2001', 'pusad', 'maharashtra'], ['pusad', 'maharashtra', 'p'], ['maharashtra', 'p', 'n'], ['p', 'n', 'junior'], ['n', 'junior', 'college'], ['junior', 'college', 'january'], ['college', 'january', '1999'], ['january', '1999', 's'], ['1999', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'pusad'], ['c', 'pusad', 'maharashtra'], ['pusad', 'maharashtra', 'k'], ['maharashtra', 'k', 'd'], ['k', 'd', 'high'], ['d', 'high', 'school'], ['high', 'school', 'java'], ['school', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'maxgen'], ['developer', 'maxgen', 'technologies'], ['maxgen', 'technologies', 'skill'], ['technologies', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'maxgen'], ['company', 'maxgen', 'technologies'], ['maxgen', 'technologies', 'description'], ['technologies', 'description', 'currently'], ['description', 'currently', 'working'], ['currently', 'working', 'infrasoft'], ['working', 'infrasoft', 'technologies'], ['infrasoft', 'technologies', 'andheri'], ['technologies', 'andheri', 'java'], ['andheri', 'java', 'developer'], ['java', 'developer', 'company'], ['developer', 'company', 'mis'], ['company', 'mis', 'generation'], ['mis', 'generation', 'tata'], ['generation', 'tata', 'sky'], ['tata', 'sky', 'tata'], ['sky', 'tata', 'power'], ['tata', 'power', 'description'], ['power', 'description', 'courses'], ['description', 'courses', 'done'], ['courses', 'done', 'android'], ['done', 'android', 'mobile'], ['android', 'mobile', 'app'], ['mobile', 'app', 'development'], ['app', 'development', 'technologies'], ['development', 'technologies', 'java'], ['technologies', 'java', 'core'], ['java', 'core', 'java'], ['core', 'java', 'advance'], ['java', 'advance', 'java'], ['advance', 'java', 'jsf'], ['java', 'jsf', 'hibernate'], ['jsf', 'hibernate', 'spring'], ['hibernate', 'spring', 'niit'], ['spring', 'niit', '2015'], ['niit', '2015', '16'], ['2015', '16', 'android'], ['16', 'android', 'project'], ['android', 'project', 'location'], ['project', 'location', 'detector'], ['location', 'detector', 'computing'], ['detector', 'computing', 'mobile'], ['computing', 'mobile', 'devices'], ['mobile', 'devices', 'android'], ['devices', 'android', 'me'], ['android', 'me', 'project'], ['me', 'project', 'data'], ['project', 'data', 'deduplication'], ['data', 'deduplication', 'my'], ['deduplication', 'my', 'projects'], ['my', 'projects', 'works'], ['projects', 'works', 'reduce'], ['works', 'reduce', 'redundant'], ['reduce', 'redundant', 'data'], ['redundant', 'data', 'system'], ['data', 'system', 'free'], ['system', 'free', 'memory'], ['free', 'memory', 'it'], ['memory', 'it', 'stores'], ['it', 'stores', 'unique'], ['stores', 'unique', 'copy'], ['unique', 'copy', 'data'], ['copy', 'data', 'location'], ['data', 'location', 'data'], ['location', 'data', 'help'], ['data', 'help', 'pointers'], ['help', 'pointers', 'ess'], ['pointers', 'ess', 'data'], ['ess', 'data', 'java'], ['data', 'java', 'subjects'], ['java', 'subjects', 'taught'], ['subjects', 'taught', 'c'], ['taught', 'c', 'language'], ['c', 'language', 'core'], ['language', 'core', 'java'], ['core', 'java', 'object'], ['java', 'object', 'oriented'], ['object', 'oriented', 'programming'], ['oriented', 'programming', 'oot'], ['programming', 'oot', 'c'], ['oot', 'c', 'database'], ['c', 'database', 'pps'], ['database', 'pps', 'programming'], ['pps', 'programming', 'problem'], ['programming', 'problem', 'solving'], ['problem', 'solving', 'ad'], ['solving', 'ad', 'advance'], ['ad', 'advance', 'database'], ['advance', 'database', 'ias'], ['database', 'ias', 'information'], ['ias', 'information', 'assurance'], ['information', 'assurance', 'security'], ['assurance', 'security', 'android'], ['security', 'android', 'programming'], ['android', 'programming', 'skill'], ['programming', 'skill', 'c'], ['skill', 'c', 'c'], ['c', 'c', 'java'], ['c', 'java', 'android'], ['java', 'android', 'database'], ['android', 'database', 'handled'], ['database', 'handled', 'ms'], ['handled', 'ms', 'a'], ['ms', 'a', 'ess'], ['a', 'ess', 'sql'], ['ess', 'sql', 'oracle'], ['sql', 'oracle', 'national'], ['oracle', 'national', 'conference'], ['national', 'conference', '1'], ['conference', '1', 'paper'], ['1', 'paper', 'presented'], ['paper', 'presented', 'a'], ['presented', 'a', 'secure'], ['a', 'secure', 'cipher'], ['secure', 'cipher', 'index'], ['cipher', 'index', 'encrypted'], ['index', 'encrypted', 'character'], ['encrypted', 'character', 'data'], ['character', 'data', 'database'], ['data', 'database', 'on'], ['database', 'on', 'dated'], ['on', 'dated', '28'], ['dated', '28', '29'], ['28', '29', 'april'], ['29', 'april', '2011'], ['april', '2011', 'pimpri'], ['2011', 'pimpri', 'chinchwad'], ['pimpri', 'chinchwad', 'college'], ['chinchwad', 'college', 'engineering'], ['college', 'engineering', 'pune'], ['education', 'details', 'january', '2013'], ['details', 'january', '2013', 'master'], ['january', '2013', 'master', 'engineering'], ['2013', 'master', 'engineering', 'information'], ['master', 'engineering', 'information', 'technology'], ['engineering', 'information', 'technology', 'pune'], ['information', 'technology', 'pune', 'maharashtra'], ['technology', 'pune', 'maharashtra', 'm'], ['pune', 'maharashtra', 'm', 'i'], ['maharashtra', 'm', 'i', 't'], ['m', 'i', 't', 'january'], ['i', 't', 'january', '2005'], ['t', 'january', '2005', 'bachelor'], ['january', '2005', 'bachelor', 'engineering'], ['2005', 'bachelor', 'engineering', 'information'], ['bachelor', 'engineering', 'information', 'technology'], ['engineering', 'information', 'technology', 'pusad'], ['information', 'technology', 'pusad', 'maharashtra'], ['technology', 'pusad', 'maharashtra', 'amravati'], ['pusad', 'maharashtra', 'amravati', 'university'], ['maharashtra', 'amravati', 'university', 'january'], ['amravati', 'university', 'january', '2001'], ['university', 'january', '2001', 'pusad'], ['january', '2001', 'pusad', 'maharashtra'], ['2001', 'pusad', 'maharashtra', 'p'], ['pusad', 'maharashtra', 'p', 'n'], ['maharashtra', 'p', 'n', 'junior'], ['p', 'n', 'junior', 'college'], ['n', 'junior', 'college', 'january'], ['junior', 'college', 'january', '1999'], ['college', 'january', '1999', 's'], ['january', '1999', 's', 's'], ['1999', 's', 's', 'c'], ['s', 's', 'c', 'pusad'], ['s', 'c', 'pusad', 'maharashtra'], ['c', 'pusad', 'maharashtra', 'k'], ['pusad', 'maharashtra', 'k', 'd'], ['maharashtra', 'k', 'd', 'high'], ['k', 'd', 'high', 'school'], ['d', 'high', 'school', 'java'], ['high', 'school', 'java', 'developer'], ['school', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'maxgen'], ['java', 'developer', 'maxgen', 'technologies'], ['developer', 'maxgen', 'technologies', 'skill'], ['maxgen', 'technologies', 'skill', 'details'], ['technologies', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'maxgen'], ['details', 'company', 'maxgen', 'technologies'], ['company', 'maxgen', 'technologies', 'description'], ['maxgen', 'technologies', 'description', 'currently'], ['technologies', 'description', 'currently', 'working'], ['description', 'currently', 'working', 'infrasoft'], ['currently', 'working', 'infrasoft', 'technologies'], ['working', 'infrasoft', 'technologies', 'andheri'], ['infrasoft', 'technologies', 'andheri', 'java'], ['technologies', 'andheri', 'java', 'developer'], ['andheri', 'java', 'developer', 'company'], ['java', 'developer', 'company', 'mis'], ['developer', 'company', 'mis', 'generation'], ['company', 'mis', 'generation', 'tata'], ['mis', 'generation', 'tata', 'sky'], ['generation', 'tata', 'sky', 'tata'], ['tata', 'sky', 'tata', 'power'], ['sky', 'tata', 'power', 'description'], ['tata', 'power', 'description', 'courses'], ['power', 'description', 'courses', 'done'], ['description', 'courses', 'done', 'android'], ['courses', 'done', 'android', 'mobile'], ['done', 'android', 'mobile', 'app'], ['android', 'mobile', 'app', 'development'], ['mobile', 'app', 'development', 'technologies'], ['app', 'development', 'technologies', 'java'], ['development', 'technologies', 'java', 'core'], ['technologies', 'java', 'core', 'java'], ['java', 'core', 'java', 'advance'], ['core', 'java', 'advance', 'java'], ['java', 'advance', 'java', 'jsf'], ['advance', 'java', 'jsf', 'hibernate'], ['java', 'jsf', 'hibernate', 'spring'], ['jsf', 'hibernate', 'spring', 'niit'], ['hibernate', 'spring', 'niit', '2015'], ['spring', 'niit', '2015', '16'], ['niit', '2015', '16', 'android'], ['2015', '16', 'android', 'project'], ['16', 'android', 'project', 'location'], ['android', 'project', 'location', 'detector'], ['project', 'location', 'detector', 'computing'], ['location', 'detector', 'computing', 'mobile'], ['detector', 'computing', 'mobile', 'devices'], ['computing', 'mobile', 'devices', 'android'], ['mobile', 'devices', 'android', 'me'], ['devices', 'android', 'me', 'project'], ['android', 'me', 'project', 'data'], ['me', 'project', 'data', 'deduplication'], ['project', 'data', 'deduplication', 'my'], ['data', 'deduplication', 'my', 'projects'], ['deduplication', 'my', 'projects', 'works'], ['my', 'projects', 'works', 'reduce'], ['projects', 'works', 'reduce', 'redundant'], ['works', 'reduce', 'redundant', 'data'], ['reduce', 'redundant', 'data', 'system'], ['redundant', 'data', 'system', 'free'], ['data', 'system', 'free', 'memory'], ['system', 'free', 'memory', 'it'], ['free', 'memory', 'it', 'stores'], ['memory', 'it', 'stores', 'unique'], ['it', 'stores', 'unique', 'copy'], ['stores', 'unique', 'copy', 'data'], ['unique', 'copy', 'data', 'location'], ['copy', 'data', 'location', 'data'], ['data', 'location', 'data', 'help'], ['location', 'data', 'help', 'pointers'], ['data', 'help', 'pointers', 'ess'], ['help', 'pointers', 'ess', 'data'], ['pointers', 'ess', 'data', 'java'], ['ess', 'data', 'java', 'subjects'], ['data', 'java', 'subjects', 'taught'], ['java', 'subjects', 'taught', 'c'], ['subjects', 'taught', 'c', 'language'], ['taught', 'c', 'language', 'core'], ['c', 'language', 'core', 'java'], ['language', 'core', 'java', 'object'], ['core', 'java', 'object', 'oriented'], ['java', 'object', 'oriented', 'programming'], ['object', 'oriented', 'programming', 'oot'], ['oriented', 'programming', 'oot', 'c'], ['programming', 'oot', 'c', 'database'], ['oot', 'c', 'database', 'pps'], ['c', 'database', 'pps', 'programming'], ['database', 'pps', 'programming', 'problem'], ['pps', 'programming', 'problem', 'solving'], ['programming', 'problem', 'solving', 'ad'], ['problem', 'solving', 'ad', 'advance'], ['solving', 'ad', 'advance', 'database'], ['ad', 'advance', 'database', 'ias'], ['advance', 'database', 'ias', 'information'], ['database', 'ias', 'information', 'assurance'], ['ias', 'information', 'assurance', 'security'], ['information', 'assurance', 'security', 'android'], ['assurance', 'security', 'android', 'programming'], ['security', 'android', 'programming', 'skill'], ['android', 'programming', 'skill', 'c'], ['programming', 'skill', 'c', 'c'], ['skill', 'c', 'c', 'java'], ['c', 'c', 'java', 'android'], ['c', 'java', 'android', 'database'], ['java', 'android', 'database', 'handled'], ['android', 'database', 'handled', 'ms'], ['database', 'handled', 'ms', 'a'], ['handled', 'ms', 'a', 'ess'], ['ms', 'a', 'ess', 'sql'], ['a', 'ess', 'sql', 'oracle'], ['ess', 'sql', 'oracle', 'national'], ['sql', 'oracle', 'national', 'conference'], ['oracle', 'national', 'conference', '1'], ['national', 'conference', '1', 'paper'], ['conference', '1', 'paper', 'presented'], ['1', 'paper', 'presented', 'a'], ['paper', 'presented', 'a', 'secure'], ['presented', 'a', 'secure', 'cipher'], ['a', 'secure', 'cipher', 'index'], ['secure', 'cipher', 'index', 'encrypted'], ['cipher', 'index', 'encrypted', 'character'], ['index', 'encrypted', 'character', 'data'], ['encrypted', 'character', 'data', 'database'], ['character', 'data', 'database', 'on'], ['data', 'database', 'on', 'dated'], ['database', 'on', 'dated', '28'], ['on', 'dated', '28', '29'], ['dated', '28', '29', 'april'], ['28', '29', 'april', '2011'], ['29', 'april', '2011', 'pimpri'], ['april', '2011', 'pimpri', 'chinchwad'], ['2011', 'pimpri', 'chinchwad', 'college'], ['pimpri', 'chinchwad', 'college', 'engineering'], ['chinchwad', 'college', 'engineering', 'pune'], ['education', 'details', 'january', '2013', 'master'], ['details', 'january', '2013', 'master', 'engineering'], ['january', '2013', 'master', 'engineering', 'information'], ['2013', 'master', 'engineering', 'information', 'technology'], ['master', 'engineering', 'information', 'technology', 'pune'], ['engineering', 'information', 'technology', 'pune', 'maharashtra'], ['information', 'technology', 'pune', 'maharashtra', 'm'], ['technology', 'pune', 'maharashtra', 'm', 'i'], ['pune', 'maharashtra', 'm', 'i', 't'], ['maharashtra', 'm', 'i', 't', 'january'], ['m', 'i', 't', 'january', '2005'], ['i', 't', 'january', '2005', 'bachelor'], ['t', 'january', '2005', 'bachelor', 'engineering'], ['january', '2005', 'bachelor', 'engineering', 'information'], ['2005', 'bachelor', 'engineering', 'information', 'technology'], ['bachelor', 'engineering', 'information', 'technology', 'pusad'], ['engineering', 'information', 'technology', 'pusad', 'maharashtra'], ['information', 'technology', 'pusad', 'maharashtra', 'amravati'], ['technology', 'pusad', 'maharashtra', 'amravati', 'university'], ['pusad', 'maharashtra', 'amravati', 'university', 'january'], ['maharashtra', 'amravati', 'university', 'january', '2001'], ['amravati', 'university', 'january', '2001', 'pusad'], ['university', 'january', '2001', 'pusad', 'maharashtra'], ['january', '2001', 'pusad', 'maharashtra', 'p'], ['2001', 'pusad', 'maharashtra', 'p', 'n'], ['pusad', 'maharashtra', 'p', 'n', 'junior'], ['maharashtra', 'p', 'n', 'junior', 'college'], ['p', 'n', 'junior', 'college', 'january'], ['n', 'junior', 'college', 'january', '1999'], ['junior', 'college', 'january', '1999', 's'], ['college', 'january', '1999', 's', 's'], ['january', '1999', 's', 's', 'c'], ['1999', 's', 's', 'c', 'pusad'], ['s', 's', 'c', 'pusad', 'maharashtra'], ['s', 'c', 'pusad', 'maharashtra', 'k'], ['c', 'pusad', 'maharashtra', 'k', 'd'], ['pusad', 'maharashtra', 'k', 'd', 'high'], ['maharashtra', 'k', 'd', 'high', 'school'], ['k', 'd', 'high', 'school', 'java'], ['d', 'high', 'school', 'java', 'developer'], ['high', 'school', 'java', 'developer', 'java'], ['school', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'maxgen'], ['developer', 'java', 'developer', 'maxgen', 'technologies'], ['java', 'developer', 'maxgen', 'technologies', 'skill'], ['developer', 'maxgen', 'technologies', 'skill', 'details'], ['maxgen', 'technologies', 'skill', 'details', 'company'], ['technologies', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'maxgen'], ['company', 'details', 'company', 'maxgen', 'technologies'], ['details', 'company', 'maxgen', 'technologies', 'description'], ['company', 'maxgen', 'technologies', 'description', 'currently'], ['maxgen', 'technologies', 'description', 'currently', 'working'], ['technologies', 'description', 'currently', 'working', 'infrasoft'], ['description', 'currently', 'working', 'infrasoft', 'technologies'], ['currently', 'working', 'infrasoft', 'technologies', 'andheri'], ['working', 'infrasoft', 'technologies', 'andheri', 'java'], ['infrasoft', 'technologies', 'andheri', 'java', 'developer'], ['technologies', 'andheri', 'java', 'developer', 'company'], ['andheri', 'java', 'developer', 'company', 'mis'], ['java', 'developer', 'company', 'mis', 'generation'], ['developer', 'company', 'mis', 'generation', 'tata'], ['company', 'mis', 'generation', 'tata', 'sky'], ['mis', 'generation', 'tata', 'sky', 'tata'], ['generation', 'tata', 'sky', 'tata', 'power'], ['tata', 'sky', 'tata', 'power', 'description'], ['sky', 'tata', 'power', 'description', 'courses'], ['tata', 'power', 'description', 'courses', 'done'], ['power', 'description', 'courses', 'done', 'android'], ['description', 'courses', 'done', 'android', 'mobile'], ['courses', 'done', 'android', 'mobile', 'app'], ['done', 'android', 'mobile', 'app', 'development'], ['android', 'mobile', 'app', 'development', 'technologies'], ['mobile', 'app', 'development', 'technologies', 'java'], ['app', 'development', 'technologies', 'java', 'core'], ['development', 'technologies', 'java', 'core', 'java'], ['technologies', 'java', 'core', 'java', 'advance'], ['java', 'core', 'java', 'advance', 'java'], ['core', 'java', 'advance', 'java', 'jsf'], ['java', 'advance', 'java', 'jsf', 'hibernate'], ['advance', 'java', 'jsf', 'hibernate', 'spring'], ['java', 'jsf', 'hibernate', 'spring', 'niit'], ['jsf', 'hibernate', 'spring', 'niit', '2015'], ['hibernate', 'spring', 'niit', '2015', '16'], ['spring', 'niit', '2015', '16', 'android'], ['niit', '2015', '16', 'android', 'project'], ['2015', '16', 'android', 'project', 'location'], ['16', 'android', 'project', 'location', 'detector'], ['android', 'project', 'location', 'detector', 'computing'], ['project', 'location', 'detector', 'computing', 'mobile'], ['location', 'detector', 'computing', 'mobile', 'devices'], ['detector', 'computing', 'mobile', 'devices', 'android'], ['computing', 'mobile', 'devices', 'android', 'me'], ['mobile', 'devices', 'android', 'me', 'project'], ['devices', 'android', 'me', 'project', 'data'], ['android', 'me', 'project', 'data', 'deduplication'], ['me', 'project', 'data', 'deduplication', 'my'], ['project', 'data', 'deduplication', 'my', 'projects'], ['data', 'deduplication', 'my', 'projects', 'works'], ['deduplication', 'my', 'projects', 'works', 'reduce'], ['my', 'projects', 'works', 'reduce', 'redundant'], ['projects', 'works', 'reduce', 'redundant', 'data'], ['works', 'reduce', 'redundant', 'data', 'system'], ['reduce', 'redundant', 'data', 'system', 'free'], ['redundant', 'data', 'system', 'free', 'memory'], ['data', 'system', 'free', 'memory', 'it'], ['system', 'free', 'memory', 'it', 'stores'], ['free', 'memory', 'it', 'stores', 'unique'], ['memory', 'it', 'stores', 'unique', 'copy'], ['it', 'stores', 'unique', 'copy', 'data'], ['stores', 'unique', 'copy', 'data', 'location'], ['unique', 'copy', 'data', 'location', 'data'], ['copy', 'data', 'location', 'data', 'help'], ['data', 'location', 'data', 'help', 'pointers'], ['location', 'data', 'help', 'pointers', 'ess'], ['data', 'help', 'pointers', 'ess', 'data'], ['help', 'pointers', 'ess', 'data', 'java'], ['pointers', 'ess', 'data', 'java', 'subjects'], ['ess', 'data', 'java', 'subjects', 'taught'], ['data', 'java', 'subjects', 'taught', 'c'], ['java', 'subjects', 'taught', 'c', 'language'], ['subjects', 'taught', 'c', 'language', 'core'], ['taught', 'c', 'language', 'core', 'java'], ['c', 'language', 'core', 'java', 'object'], ['language', 'core', 'java', 'object', 'oriented'], ['core', 'java', 'object', 'oriented', 'programming'], ['java', 'object', 'oriented', 'programming', 'oot'], ['object', 'oriented', 'programming', 'oot', 'c'], ['oriented', 'programming', 'oot', 'c', 'database'], ['programming', 'oot', 'c', 'database', 'pps'], ['oot', 'c', 'database', 'pps', 'programming'], ['c', 'database', 'pps', 'programming', 'problem'], ['database', 'pps', 'programming', 'problem', 'solving'], ['pps', 'programming', 'problem', 'solving', 'ad'], ['programming', 'problem', 'solving', 'ad', 'advance'], ['problem', 'solving', 'ad', 'advance', 'database'], ['solving', 'ad', 'advance', 'database', 'ias'], ['ad', 'advance', 'database', 'ias', 'information'], ['advance', 'database', 'ias', 'information', 'assurance'], ['database', 'ias', 'information', 'assurance', 'security'], ['ias', 'information', 'assurance', 'security', 'android'], ['information', 'assurance', 'security', 'android', 'programming'], ['assurance', 'security', 'android', 'programming', 'skill'], ['security', 'android', 'programming', 'skill', 'c'], ['android', 'programming', 'skill', 'c', 'c'], ['programming', 'skill', 'c', 'c', 'java'], ['skill', 'c', 'c', 'java', 'android'], ['c', 'c', 'java', 'android', 'database'], ['c', 'java', 'android', 'database', 'handled'], ['java', 'android', 'database', 'handled', 'ms'], ['android', 'database', 'handled', 'ms', 'a'], ['database', 'handled', 'ms', 'a', 'ess'], ['handled', 'ms', 'a', 'ess', 'sql'], ['ms', 'a', 'ess', 'sql', 'oracle'], ['a', 'ess', 'sql', 'oracle', 'national'], ['ess', 'sql', 'oracle', 'national', 'conference'], ['sql', 'oracle', 'national', 'conference', '1'], ['oracle', 'national', 'conference', '1', 'paper'], ['national', 'conference', '1', 'paper', 'presented'], ['conference', '1', 'paper', 'presented', 'a'], ['1', 'paper', 'presented', 'a', 'secure'], ['paper', 'presented', 'a', 'secure', 'cipher'], ['presented', 'a', 'secure', 'cipher', 'index'], ['a', 'secure', 'cipher', 'index', 'encrypted'], ['secure', 'cipher', 'index', 'encrypted', 'character'], ['cipher', 'index', 'encrypted', 'character', 'data'], ['index', 'encrypted', 'character', 'data', 'database'], ['encrypted', 'character', 'data', 'database', 'on'], ['character', 'data', 'database', 'on', 'dated'], ['data', 'database', 'on', 'dated', '28'], ['database', 'on', 'dated', '28', '29'], ['on', 'dated', '28', '29', 'april'], ['dated', '28', '29', 'april', '2011'], ['28', '29', 'april', '2011', 'pimpri'], ['29', 'april', '2011', 'pimpri', 'chinchwad'], ['april', '2011', 'pimpri', 'chinchwad', 'college'], ['2011', 'pimpri', 'chinchwad', 'college', 'engineering'], ['pimpri', 'chinchwad', 'college', 'engineering', 'pune'], ['education', 'details', 'january', '2013', 'master', 'engineering'], ['details', 'january', '2013', 'master', 'engineering', 'information'], ['january', '2013', 'master', 'engineering', 'information', 'technology'], ['2013', 'master', 'engineering', 'information', 'technology', 'pune'], ['master', 'engineering', 'information', 'technology', 'pune', 'maharashtra'], ['engineering', 'information', 'technology', 'pune', 'maharashtra', 'm'], ['information', 'technology', 'pune', 'maharashtra', 'm', 'i'], ['technology', 'pune', 'maharashtra', 'm', 'i', 't'], ['pune', 'maharashtra', 'm', 'i', 't', 'january'], ['maharashtra', 'm', 'i', 't', 'january', '2005'], ['m', 'i', 't', 'january', '2005', 'bachelor'], ['i', 't', 'january', '2005', 'bachelor', 'engineering'], ['t', 'january', '2005', 'bachelor', 'engineering', 'information'], ['january', '2005', 'bachelor', 'engineering', 'information', 'technology'], ['2005', 'bachelor', 'engineering', 'information', 'technology', 'pusad'], ['bachelor', 'engineering', 'information', 'technology', 'pusad', 'maharashtra'], ['engineering', 'information', 'technology', 'pusad', 'maharashtra', 'amravati'], ['information', 'technology', 'pusad', 'maharashtra', 'amravati', 'university'], ['technology', 'pusad', 'maharashtra', 'amravati', 'university', 'january'], ['pusad', 'maharashtra', 'amravati', 'university', 'january', '2001'], ['maharashtra', 'amravati', 'university', 'january', '2001', 'pusad'], ['amravati', 'university', 'january', '2001', 'pusad', 'maharashtra'], ['university', 'january', '2001', 'pusad', 'maharashtra', 'p'], ['january', '2001', 'pusad', 'maharashtra', 'p', 'n'], ['2001', 'pusad', 'maharashtra', 'p', 'n', 'junior'], ['pusad', 'maharashtra', 'p', 'n', 'junior', 'college'], ['maharashtra', 'p', 'n', 'junior', 'college', 'january'], ['p', 'n', 'junior', 'college', 'january', '1999'], ['n', 'junior', 'college', 'january', '1999', 's'], ['junior', 'college', 'january', '1999', 's', 's'], ['college', 'january', '1999', 's', 's', 'c'], ['january', '1999', 's', 's', 'c', 'pusad'], ['1999', 's', 's', 'c', 'pusad', 'maharashtra'], ['s', 's', 'c', 'pusad', 'maharashtra', 'k'], ['s', 'c', 'pusad', 'maharashtra', 'k', 'd'], ['c', 'pusad', 'maharashtra', 'k', 'd', 'high'], ['pusad', 'maharashtra', 'k', 'd', 'high', 'school'], ['maharashtra', 'k', 'd', 'high', 'school', 'java'], ['k', 'd', 'high', 'school', 'java', 'developer'], ['d', 'high', 'school', 'java', 'developer', 'java'], ['high', 'school', 'java', 'developer', 'java', 'developer'], ['school', 'java', 'developer', 'java', 'developer', 'maxgen'], ['java', 'developer', 'java', 'developer', 'maxgen', 'technologies'], ['developer', 'java', 'developer', 'maxgen', 'technologies', 'skill'], ['java', 'developer', 'maxgen', 'technologies', 'skill', 'details'], ['developer', 'maxgen', 'technologies', 'skill', 'details', 'company'], ['maxgen', 'technologies', 'skill', 'details', 'company', 'details'], ['technologies', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'maxgen'], ['details', 'company', 'details', 'company', 'maxgen', 'technologies'], ['company', 'details', 'company', 'maxgen', 'technologies', 'description'], ['details', 'company', 'maxgen', 'technologies', 'description', 'currently'], ['company', 'maxgen', 'technologies', 'description', 'currently', 'working'], ['maxgen', 'technologies', 'description', 'currently', 'working', 'infrasoft'], ['technologies', 'description', 'currently', 'working', 'infrasoft', 'technologies'], ['description', 'currently', 'working', 'infrasoft', 'technologies', 'andheri'], ['currently', 'working', 'infrasoft', 'technologies', 'andheri', 'java'], ['working', 'infrasoft', 'technologies', 'andheri', 'java', 'developer'], ['infrasoft', 'technologies', 'andheri', 'java', 'developer', 'company'], ['technologies', 'andheri', 'java', 'developer', 'company', 'mis'], ['andheri', 'java', 'developer', 'company', 'mis', 'generation'], ['java', 'developer', 'company', 'mis', 'generation', 'tata'], ['developer', 'company', 'mis', 'generation', 'tata', 'sky'], ['company', 'mis', 'generation', 'tata', 'sky', 'tata'], ['mis', 'generation', 'tata', 'sky', 'tata', 'power'], ['generation', 'tata', 'sky', 'tata', 'power', 'description'], ['tata', 'sky', 'tata', 'power', 'description', 'courses'], ['sky', 'tata', 'power', 'description', 'courses', 'done'], ['tata', 'power', 'description', 'courses', 'done', 'android'], ['power', 'description', 'courses', 'done', 'android', 'mobile'], ['description', 'courses', 'done', 'android', 'mobile', 'app'], ['courses', 'done', 'android', 'mobile', 'app', 'development'], ['done', 'android', 'mobile', 'app', 'development', 'technologies'], ['android', 'mobile', 'app', 'development', 'technologies', 'java'], ['mobile', 'app', 'development', 'technologies', 'java', 'core'], ['app', 'development', 'technologies', 'java', 'core', 'java'], ['development', 'technologies', 'java', 'core', 'java', 'advance'], ['technologies', 'java', 'core', 'java', 'advance', 'java'], ['java', 'core', 'java', 'advance', 'java', 'jsf'], ['core', 'java', 'advance', 'java', 'jsf', 'hibernate'], ['java', 'advance', 'java', 'jsf', 'hibernate', 'spring'], ['advance', 'java', 'jsf', 'hibernate', 'spring', 'niit'], ['java', 'jsf', 'hibernate', 'spring', 'niit', '2015'], ['jsf', 'hibernate', 'spring', 'niit', '2015', '16'], ['hibernate', 'spring', 'niit', '2015', '16', 'android'], ['spring', 'niit', '2015', '16', 'android', 'project'], ['niit', '2015', '16', 'android', 'project', 'location'], ['2015', '16', 'android', 'project', 'location', 'detector'], ['16', 'android', 'project', 'location', 'detector', 'computing'], ['android', 'project', 'location', 'detector', 'computing', 'mobile'], ['project', 'location', 'detector', 'computing', 'mobile', 'devices'], ['location', 'detector', 'computing', 'mobile', 'devices', 'android'], ['detector', 'computing', 'mobile', 'devices', 'android', 'me'], ['computing', 'mobile', 'devices', 'android', 'me', 'project'], ['mobile', 'devices', 'android', 'me', 'project', 'data'], ...], [['education'], ['details'], ['be'], ['it'], ['pjlce'], ['java'], ['developer'], ['java'], ['developer'], ['skill'], ['details'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['ds'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jdbc'], ['exprience'], ['24'], ['months'], ['hibernate'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['java'], ['j2ee'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['javascript'], ['exprience'], ['6'], ['months'], ['jquery'], ['exprience'], ['6'], ['months'], ['ajax'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['almighty'], ['tech'], ['pvt'], ['ltd'], ['nagpur'], ['description'], ['1'], ['as'], ['java'], ['developer'], ['organisation'], ['almighty'], ['tech'], ['pvt'], ['ltd'], ['nagpur'], ['designation'], ['java'], ['developer'], ['duration'], ['from'], ['1st'], ['jan'], ['2018'], ['notice'], ['period'], ['15'], ['days'], ['job'], ['responsibilities'], ['resolve'], ['bugs'], ['develop'], ['project'], ['per'], ['user'], ['requirement'], ['knowledge'], ['about'], ['programming'], ['language'], ['c'], ['c'], ['ds'], ['java'], ['swing'], ['jdbc'], ['j2ee'], ['java'], ['script'], ['jquery'], ['ajax'], ['ms'], ['office'], ['excel'], ['education', 'details'], ['details', 'be'], ['be', 'it'], ['it', 'pjlce'], ['pjlce', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'ds'], ['ds', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jdbc'], ['jdbc', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'hibernate'], ['hibernate', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'java'], ['java', 'j2ee'], ['j2ee', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ajax'], ['ajax', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'almighty'], ['almighty', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'nagpur'], ['nagpur', 'description'], ['description', '1'], ['1', 'as'], ['as', 'java'], ['java', 'developer'], ['developer', 'organisation'], ['organisation', 'almighty'], ['almighty', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'nagpur'], ['nagpur', 'designation'], ['designation', 'java'], ['java', 'developer'], ['developer', 'duration'], ['duration', 'from'], ['from', '1st'], ['1st', 'jan'], ['jan', '2018'], ['2018', 'notice'], ['notice', 'period'], ['period', '15'], ['15', 'days'], ['days', 'job'], ['job', 'responsibilities'], ['responsibilities', 'resolve'], ['resolve', 'bugs'], ['bugs', 'develop'], ['develop', 'project'], ['project', 'per'], ['per', 'user'], ['user', 'requirement'], ['requirement', 'knowledge'], ['knowledge', 'about'], ['about', 'programming'], ['programming', 'language'], ['language', 'c'], ['c', 'c'], ['c', 'ds'], ['ds', 'java'], ['java', 'swing'], ['swing', 'jdbc'], ['jdbc', 'j2ee'], ['j2ee', 'java'], ['java', 'script'], ['script', 'jquery'], ['jquery', 'ajax'], ['ajax', 'ms'], ['ms', 'office'], ['office', 'excel'], ['education', 'details', 'be'], ['details', 'be', 'it'], ['be', 'it', 'pjlce'], ['it', 'pjlce', 'java'], ['pjlce', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'c'], ['details', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'ds'], ['months', 'ds', 'exprience'], ['ds', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'jdbc'], ['months', 'jdbc', 'exprience'], ['jdbc', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'hibernate'], ['months', 'hibernate', 'exprience'], ['hibernate', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'java'], ['months', 'java', 'j2ee'], ['java', 'j2ee', 'exprience'], ['j2ee', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'jquery'], ['months', 'jquery', 'exprience'], ['jquery', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ajax'], ['months', 'ajax', 'exprience'], ['ajax', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'almighty'], ['company', 'almighty', 'tech'], ['almighty', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'nagpur'], ['ltd', 'nagpur', 'description'], ['nagpur', 'description', '1'], ['description', '1', 'as'], ['1', 'as', 'java'], ['as', 'java', 'developer'], ['java', 'developer', 'organisation'], ['developer', 'organisation', 'almighty'], ['organisation', 'almighty', 'tech'], ['almighty', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'nagpur'], ['ltd', 'nagpur', 'designation'], ['nagpur', 'designation', 'java'], ['designation', 'java', 'developer'], ['java', 'developer', 'duration'], ['developer', 'duration', 'from'], ['duration', 'from', '1st'], ['from', '1st', 'jan'], ['1st', 'jan', '2018'], ['jan', '2018', 'notice'], ['2018', 'notice', 'period'], ['notice', 'period', '15'], ['period', '15', 'days'], ['15', 'days', 'job'], ['days', 'job', 'responsibilities'], ['job', 'responsibilities', 'resolve'], ['responsibilities', 'resolve', 'bugs'], ['resolve', 'bugs', 'develop'], ['bugs', 'develop', 'project'], ['develop', 'project', 'per'], ['project', 'per', 'user'], ['per', 'user', 'requirement'], ['user', 'requirement', 'knowledge'], ['requirement', 'knowledge', 'about'], ['knowledge', 'about', 'programming'], ['about', 'programming', 'language'], ['programming', 'language', 'c'], ['language', 'c', 'c'], ['c', 'c', 'ds'], ['c', 'ds', 'java'], ['ds', 'java', 'swing'], ['java', 'swing', 'jdbc'], ['swing', 'jdbc', 'j2ee'], ['jdbc', 'j2ee', 'java'], ['j2ee', 'java', 'script'], ['java', 'script', 'jquery'], ['script', 'jquery', 'ajax'], ['jquery', 'ajax', 'ms'], ['ajax', 'ms', 'office'], ['ms', 'office', 'excel'], ['education', 'details', 'be', 'it'], ['details', 'be', 'it', 'pjlce'], ['be', 'it', 'pjlce', 'java'], ['it', 'pjlce', 'java', 'developer'], ['pjlce', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'skill'], ['java', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'c'], ['skill', 'details', 'c', 'exprience'], ['details', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'c'], ['year', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'java'], ['year', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', 'less'], ['java', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'ds'], ['year', 'months', 'ds', 'exprience'], ['months', 'ds', 'exprience', 'less'], ['ds', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'jdbc'], ['year', 'months', 'jdbc', 'exprience'], ['months', 'jdbc', 'exprience', '24'], ['jdbc', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'hibernate'], ['24', 'months', 'hibernate', 'exprience'], ['months', 'hibernate', 'exprience', 'less'], ['hibernate', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'java'], ['year', 'months', 'java', 'j2ee'], ['months', 'java', 'j2ee', 'exprience'], ['java', 'j2ee', 'exprience', 'less'], ['j2ee', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'javascript'], ['year', 'months', 'javascript', 'exprience'], ['months', 'javascript', 'exprience', '6'], ['javascript', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'jquery'], ['6', 'months', 'jquery', 'exprience'], ['months', 'jquery', 'exprience', '6'], ['jquery', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ajax'], ['6', 'months', 'ajax', 'exprience'], ['months', 'ajax', 'exprience', '6'], ['ajax', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'almighty'], ['details', 'company', 'almighty', 'tech'], ['company', 'almighty', 'tech', 'pvt'], ['almighty', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'nagpur'], ['pvt', 'ltd', 'nagpur', 'description'], ['ltd', 'nagpur', 'description', '1'], ['nagpur', 'description', '1', 'as'], ['description', '1', 'as', 'java'], ['1', 'as', 'java', 'developer'], ['as', 'java', 'developer', 'organisation'], ['java', 'developer', 'organisation', 'almighty'], ['developer', 'organisation', 'almighty', 'tech'], ['organisation', 'almighty', 'tech', 'pvt'], ['almighty', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'nagpur'], ['pvt', 'ltd', 'nagpur', 'designation'], ['ltd', 'nagpur', 'designation', 'java'], ['nagpur', 'designation', 'java', 'developer'], ['designation', 'java', 'developer', 'duration'], ['java', 'developer', 'duration', 'from'], ['developer', 'duration', 'from', '1st'], ['duration', 'from', '1st', 'jan'], ['from', '1st', 'jan', '2018'], ['1st', 'jan', '2018', 'notice'], ['jan', '2018', 'notice', 'period'], ['2018', 'notice', 'period', '15'], ['notice', 'period', '15', 'days'], ['period', '15', 'days', 'job'], ['15', 'days', 'job', 'responsibilities'], ['days', 'job', 'responsibilities', 'resolve'], ['job', 'responsibilities', 'resolve', 'bugs'], ['responsibilities', 'resolve', 'bugs', 'develop'], ['resolve', 'bugs', 'develop', 'project'], ['bugs', 'develop', 'project', 'per'], ['develop', 'project', 'per', 'user'], ['project', 'per', 'user', 'requirement'], ['per', 'user', 'requirement', 'knowledge'], ['user', 'requirement', 'knowledge', 'about'], ['requirement', 'knowledge', 'about', 'programming'], ['knowledge', 'about', 'programming', 'language'], ['about', 'programming', 'language', 'c'], ['programming', 'language', 'c', 'c'], ['language', 'c', 'c', 'ds'], ['c', 'c', 'ds', 'java'], ['c', 'ds', 'java', 'swing'], ['ds', 'java', 'swing', 'jdbc'], ['java', 'swing', 'jdbc', 'j2ee'], ['swing', 'jdbc', 'j2ee', 'java'], ['jdbc', 'j2ee', 'java', 'script'], ['j2ee', 'java', 'script', 'jquery'], ['java', 'script', 'jquery', 'ajax'], ['script', 'jquery', 'ajax', 'ms'], ['jquery', 'ajax', 'ms', 'office'], ['ajax', 'ms', 'office', 'excel'], ['education', 'details', 'be', 'it', 'pjlce'], ['details', 'be', 'it', 'pjlce', 'java'], ['be', 'it', 'pjlce', 'java', 'developer'], ['it', 'pjlce', 'java', 'developer', 'java'], ['pjlce', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'skill'], ['developer', 'java', 'developer', 'skill', 'details'], ['java', 'developer', 'skill', 'details', 'c'], ['developer', 'skill', 'details', 'c', 'exprience'], ['skill', 'details', 'c', 'exprience', 'less'], ['details', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'c'], ['1', 'year', 'months', 'c', 'exprience'], ['year', 'months', 'c', 'exprience', 'less'], ['months', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'java'], ['1', 'year', 'months', 'java', 'exprience'], ['year', 'months', 'java', 'exprience', 'less'], ['months', 'java', 'exprience', 'less', '1'], ['java', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'ds'], ['1', 'year', 'months', 'ds', 'exprience'], ['year', 'months', 'ds', 'exprience', 'less'], ['months', 'ds', 'exprience', 'less', '1'], ['ds', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'jdbc'], ['1', 'year', 'months', 'jdbc', 'exprience'], ['year', 'months', 'jdbc', 'exprience', '24'], ['months', 'jdbc', 'exprience', '24', 'months'], ['jdbc', 'exprience', '24', 'months', 'hibernate'], ['exprience', '24', 'months', 'hibernate', 'exprience'], ['24', 'months', 'hibernate', 'exprience', 'less'], ['months', 'hibernate', 'exprience', 'less', '1'], ['hibernate', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'java'], ['1', 'year', 'months', 'java', 'j2ee'], ['year', 'months', 'java', 'j2ee', 'exprience'], ['months', 'java', 'j2ee', 'exprience', 'less'], ['java', 'j2ee', 'exprience', 'less', '1'], ['j2ee', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'javascript'], ['1', 'year', 'months', 'javascript', 'exprience'], ['year', 'months', 'javascript', 'exprience', '6'], ['months', 'javascript', 'exprience', '6', 'months'], ['javascript', 'exprience', '6', 'months', 'jquery'], ['exprience', '6', 'months', 'jquery', 'exprience'], ['6', 'months', 'jquery', 'exprience', '6'], ['months', 'jquery', 'exprience', '6', 'months'], ['jquery', 'exprience', '6', 'months', 'ajax'], ['exprience', '6', 'months', 'ajax', 'exprience'], ['6', 'months', 'ajax', 'exprience', '6'], ['months', 'ajax', 'exprience', '6', 'monthscompany'], ['ajax', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'almighty'], ['monthscompany', 'details', 'company', 'almighty', 'tech'], ['details', 'company', 'almighty', 'tech', 'pvt'], ['company', 'almighty', 'tech', 'pvt', 'ltd'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['tech', 'pvt', 'ltd', 'nagpur', 'description'], ['pvt', 'ltd', 'nagpur', 'description', '1'], ['ltd', 'nagpur', 'description', '1', 'as'], ['nagpur', 'description', '1', 'as', 'java'], ['description', '1', 'as', 'java', 'developer'], ['1', 'as', 'java', 'developer', 'organisation'], ['as', 'java', 'developer', 'organisation', 'almighty'], ['java', 'developer', 'organisation', 'almighty', 'tech'], ['developer', 'organisation', 'almighty', 'tech', 'pvt'], ['organisation', 'almighty', 'tech', 'pvt', 'ltd'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['tech', 'pvt', 'ltd', 'nagpur', 'designation'], ['pvt', 'ltd', 'nagpur', 'designation', 'java'], ['ltd', 'nagpur', 'designation', 'java', 'developer'], ['nagpur', 'designation', 'java', 'developer', 'duration'], ['designation', 'java', 'developer', 'duration', 'from'], ['java', 'developer', 'duration', 'from', '1st'], ['developer', 'duration', 'from', '1st', 'jan'], ['duration', 'from', '1st', 'jan', '2018'], ['from', '1st', 'jan', '2018', 'notice'], ['1st', 'jan', '2018', 'notice', 'period'], ['jan', '2018', 'notice', 'period', '15'], ['2018', 'notice', 'period', '15', 'days'], ['notice', 'period', '15', 'days', 'job'], ['period', '15', 'days', 'job', 'responsibilities'], ['15', 'days', 'job', 'responsibilities', 'resolve'], ['days', 'job', 'responsibilities', 'resolve', 'bugs'], ['job', 'responsibilities', 'resolve', 'bugs', 'develop'], ['responsibilities', 'resolve', 'bugs', 'develop', 'project'], ['resolve', 'bugs', 'develop', 'project', 'per'], ['bugs', 'develop', 'project', 'per', 'user'], ['develop', 'project', 'per', 'user', 'requirement'], ['project', 'per', 'user', 'requirement', 'knowledge'], ['per', 'user', 'requirement', 'knowledge', 'about'], ['user', 'requirement', 'knowledge', 'about', 'programming'], ['requirement', 'knowledge', 'about', 'programming', 'language'], ['knowledge', 'about', 'programming', 'language', 'c'], ['about', 'programming', 'language', 'c', 'c'], ['programming', 'language', 'c', 'c', 'ds'], ['language', 'c', 'c', 'ds', 'java'], ['c', 'c', 'ds', 'java', 'swing'], ['c', 'ds', 'java', 'swing', 'jdbc'], ['ds', 'java', 'swing', 'jdbc', 'j2ee'], ['java', 'swing', 'jdbc', 'j2ee', 'java'], ['swing', 'jdbc', 'j2ee', 'java', 'script'], ['jdbc', 'j2ee', 'java', 'script', 'jquery'], ['j2ee', 'java', 'script', 'jquery', 'ajax'], ['java', 'script', 'jquery', 'ajax', 'ms'], ['script', 'jquery', 'ajax', 'ms', 'office'], ['jquery', 'ajax', 'ms', 'office', 'excel'], ['education', 'details', 'be', 'it', 'pjlce', 'java'], ['details', 'be', 'it', 'pjlce', 'java', 'developer'], ['be', 'it', 'pjlce', 'java', 'developer', 'java'], ['it', 'pjlce', 'java', 'developer', 'java', 'developer'], ['pjlce', 'java', 'developer', 'java', 'developer', 'skill'], ['java', 'developer', 'java', 'developer', 'skill', 'details'], ['developer', 'java', 'developer', 'skill', 'details', 'c'], ['java', 'developer', 'skill', 'details', 'c', 'exprience'], ['developer', 'skill', 'details', 'c', 'exprience', 'less'], ['skill', 'details', 'c', 'exprience', 'less', '1'], ['details', 'c', 'exprience', 'less', '1', 'year'], ['c', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'c'], ['less', '1', 'year', 'months', 'c', 'exprience'], ['1', 'year', 'months', 'c', 'exprience', 'less'], ['year', 'months', 'c', 'exprience', 'less', '1'], ['months', 'c', 'exprience', 'less', '1', 'year'], ['c', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'java'], ['less', '1', 'year', 'months', 'java', 'exprience'], ['1', 'year', 'months', 'java', 'exprience', 'less'], ['year', 'months', 'java', 'exprience', 'less', '1'], ['months', 'java', 'exprience', 'less', '1', 'year'], ['java', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'ds'], ['less', '1', 'year', 'months', 'ds', 'exprience'], ['1', 'year', 'months', 'ds', 'exprience', 'less'], ['year', 'months', 'ds', 'exprience', 'less', '1'], ['months', 'ds', 'exprience', 'less', '1', 'year'], ['ds', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'jdbc'], ['less', '1', 'year', 'months', 'jdbc', 'exprience'], ['1', 'year', 'months', 'jdbc', 'exprience', '24'], ['year', 'months', 'jdbc', 'exprience', '24', 'months'], ['months', 'jdbc', 'exprience', '24', 'months', 'hibernate'], ['jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience'], ['exprience', '24', 'months', 'hibernate', 'exprience', 'less'], ['24', 'months', 'hibernate', 'exprience', 'less', '1'], ['months', 'hibernate', 'exprience', 'less', '1', 'year'], ['hibernate', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'java'], ['less', '1', 'year', 'months', 'java', 'j2ee'], ['1', 'year', 'months', 'java', 'j2ee', 'exprience'], ['year', 'months', 'java', 'j2ee', 'exprience', 'less'], ['months', 'java', 'j2ee', 'exprience', 'less', '1'], ['java', 'j2ee', 'exprience', 'less', '1', 'year'], ['j2ee', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'javascript'], ['less', '1', 'year', 'months', 'javascript', 'exprience'], ['1', 'year', 'months', 'javascript', 'exprience', '6'], ['year', 'months', 'javascript', 'exprience', '6', 'months'], ['months', 'javascript', 'exprience', '6', 'months', 'jquery'], ['javascript', 'exprience', '6', 'months', 'jquery', 'exprience'], ['exprience', '6', 'months', 'jquery', 'exprience', '6'], ['6', 'months', 'jquery', 'exprience', '6', 'months'], ['months', 'jquery', 'exprience', '6', 'months', 'ajax'], ['jquery', 'exprience', '6', 'months', 'ajax', 'exprience'], ['exprience', '6', 'months', 'ajax', 'exprience', '6'], ['6', 'months', 'ajax', 'exprience', '6', 'monthscompany'], ['months', 'ajax', 'exprience', '6', 'monthscompany', 'details'], ['ajax', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'almighty'], ['6', 'monthscompany', 'details', 'company', 'almighty', 'tech'], ['monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt'], ['details', 'company', 'almighty', 'tech', 'pvt', 'ltd'], ['company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description'], ['tech', 'pvt', 'ltd', 'nagpur', 'description', '1'], ['pvt', 'ltd', 'nagpur', 'description', '1', 'as'], ['ltd', 'nagpur', 'description', '1', 'as', 'java'], ['nagpur', 'description', '1', 'as', 'java', 'developer'], ['description', '1', 'as', 'java', 'developer', 'organisation'], ['1', 'as', 'java', 'developer', 'organisation', 'almighty'], ['as', 'java', 'developer', 'organisation', 'almighty', 'tech'], ['java', 'developer', 'organisation', 'almighty', 'tech', 'pvt'], ['developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd'], ['organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation'], ['tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java'], ['pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer'], ['ltd', 'nagpur', 'designation', 'java', 'developer', 'duration'], ['nagpur', 'designation', 'java', 'developer', 'duration', 'from'], ['designation', 'java', 'developer', 'duration', 'from', '1st'], ['java', 'developer', 'duration', 'from', '1st', 'jan'], ['developer', 'duration', 'from', '1st', 'jan', '2018'], ['duration', 'from', '1st', 'jan', '2018', 'notice'], ['from', '1st', 'jan', '2018', 'notice', 'period'], ['1st', 'jan', '2018', 'notice', 'period', '15'], ['jan', '2018', 'notice', 'period', '15', 'days'], ['2018', 'notice', 'period', '15', 'days', 'job'], ['notice', 'period', '15', 'days', 'job', 'responsibilities'], ['period', '15', 'days', 'job', 'responsibilities', 'resolve'], ['15', 'days', 'job', 'responsibilities', 'resolve', 'bugs'], ['days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop'], ['job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project'], ['responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per'], ['resolve', 'bugs', 'develop', 'project', 'per', 'user'], ['bugs', 'develop', 'project', 'per', 'user', 'requirement'], ['develop', 'project', 'per', 'user', 'requirement', 'knowledge'], ['project', 'per', 'user', 'requirement', 'knowledge', 'about'], ['per', 'user', 'requirement', 'knowledge', 'about', 'programming'], ['user', 'requirement', 'knowledge', 'about', 'programming', 'language'], ['requirement', 'knowledge', 'about', 'programming', 'language', 'c'], ['knowledge', 'about', 'programming', 'language', 'c', 'c'], ['about', 'programming', 'language', 'c', 'c', 'ds'], ['programming', 'language', 'c', 'c', 'ds', 'java'], ['language', 'c', 'c', 'ds', 'java', 'swing'], ['c', 'c', 'ds', 'java', 'swing', 'jdbc'], ['c', 'ds', 'java', 'swing', 'jdbc', 'j2ee'], ['ds', 'java', 'swing', 'jdbc', 'j2ee', 'java'], ['java', 'swing', 'jdbc', 'j2ee', 'java', 'script'], ['swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery'], ['jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax'], ['j2ee', 'java', 'script', 'jquery', 'ajax', 'ms'], ['java', 'script', 'jquery', 'ajax', 'ms', 'office'], ['script', 'jquery', 'ajax', 'ms', 'office', 'excel'], ['education', 'details', 'be', 'it', 'pjlce', 'java', 'developer'], ['details', 'be', 'it', 'pjlce', 'java', 'developer', 'java'], ['be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer'], ['it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill'], ['pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details'], ['java', 'developer', 'java', 'developer', 'skill', 'details', 'c'], ['developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience'], ['java', 'developer', 'skill', 'details', 'c', 'exprience', 'less'], ['developer', 'skill', 'details', 'c', 'exprience', 'less', '1'], ['skill', 'details', 'c', 'exprience', 'less', '1', 'year'], ['details', 'c', 'exprience', 'less', '1', 'year', 'months'], ['c', 'exprience', 'less', '1', 'year', 'months', 'c'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['c', 'exprience', 'less', '1', 'year', 'months', 'java'], ['exprience', 'less', '1', 'year', 'months', 'java', 'exprience'], ['less', '1', 'year', 'months', 'java', 'exprience', 'less'], ['1', 'year', 'months', 'java', 'exprience', 'less', '1'], ['year', 'months', 'java', 'exprience', 'less', '1', 'year'], ['months', 'java', 'exprience', 'less', '1', 'year', 'months'], ['java', 'exprience', 'less', '1', 'year', 'months', 'ds'], ['exprience', 'less', '1', 'year', 'months', 'ds', 'exprience'], ['less', '1', 'year', 'months', 'ds', 'exprience', 'less'], ['1', 'year', 'months', 'ds', 'exprience', 'less', '1'], ['year', 'months', 'ds', 'exprience', 'less', '1', 'year'], ['months', 'ds', 'exprience', 'less', '1', 'year', 'months'], ['ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc'], ['exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience'], ['less', '1', 'year', 'months', 'jdbc', 'exprience', '24'], ['1', 'year', 'months', 'jdbc', 'exprience', '24', 'months'], ['year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate'], ['months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience'], ['jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less'], ['exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1'], ['24', 'months', 'hibernate', 'exprience', 'less', '1', 'year'], ['months', 'hibernate', 'exprience', 'less', '1', 'year', 'months'], ['hibernate', 'exprience', 'less', '1', 'year', 'months', 'java'], ['exprience', 'less', '1', 'year', 'months', 'java', 'j2ee'], ['less', '1', 'year', 'months', 'java', 'j2ee', 'exprience'], ['1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less'], ['year', 'months', 'java', 'j2ee', 'exprience', 'less', '1'], ['months', 'java', 'j2ee', 'exprience', 'less', '1', 'year'], ['java', 'j2ee', 'exprience', 'less', '1', 'year', 'months'], ['j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript'], ['exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience'], ['less', '1', 'year', 'months', 'javascript', 'exprience', '6'], ['1', 'year', 'months', 'javascript', 'exprience', '6', 'months'], ['year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery'], ['months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience'], ['javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6'], ['exprience', '6', 'months', 'jquery', 'exprience', '6', 'months'], ['6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax'], ['months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience'], ['jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6'], ['exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany'], ['6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details'], ['months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company'], ['ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty'], ['exprience', '6', 'monthscompany', 'details', 'company', 'almighty', 'tech'], ['6', 'monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt'], ['monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt', 'ltd'], ['details', 'company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description', '1'], ['tech', 'pvt', 'ltd', 'nagpur', 'description', '1', 'as'], ['pvt', 'ltd', 'nagpur', 'description', '1', 'as', 'java'], ['ltd', 'nagpur', 'description', '1', 'as', 'java', 'developer'], ['nagpur', 'description', '1', 'as', 'java', 'developer', 'organisation'], ['description', '1', 'as', 'java', 'developer', 'organisation', 'almighty'], ['1', 'as', 'java', 'developer', 'organisation', 'almighty', 'tech'], ['as', 'java', 'developer', 'organisation', 'almighty', 'tech', 'pvt'], ['java', 'developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd'], ['developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java'], ['tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer'], ['pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer', 'duration'], ['ltd', 'nagpur', 'designation', 'java', 'developer', 'duration', 'from'], ['nagpur', 'designation', 'java', 'developer', 'duration', 'from', '1st'], ['designation', 'java', 'developer', 'duration', 'from', '1st', 'jan'], ['java', 'developer', 'duration', 'from', '1st', 'jan', '2018'], ['developer', 'duration', 'from', '1st', 'jan', '2018', 'notice'], ['duration', 'from', '1st', 'jan', '2018', 'notice', 'period'], ['from', '1st', 'jan', '2018', 'notice', 'period', '15'], ['1st', 'jan', '2018', 'notice', 'period', '15', 'days'], ['jan', '2018', 'notice', 'period', '15', 'days', 'job'], ['2018', 'notice', 'period', '15', 'days', 'job', 'responsibilities'], ['notice', 'period', '15', 'days', 'job', 'responsibilities', 'resolve'], ['period', '15', 'days', 'job', 'responsibilities', 'resolve', 'bugs'], ['15', 'days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop'], ['days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project'], ['job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per'], ['responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per', 'user'], ['resolve', 'bugs', 'develop', 'project', 'per', 'user', 'requirement'], ['bugs', 'develop', 'project', 'per', 'user', 'requirement', 'knowledge'], ['develop', 'project', 'per', 'user', 'requirement', 'knowledge', 'about'], ['project', 'per', 'user', 'requirement', 'knowledge', 'about', 'programming'], ['per', 'user', 'requirement', 'knowledge', 'about', 'programming', 'language'], ['user', 'requirement', 'knowledge', 'about', 'programming', 'language', 'c'], ['requirement', 'knowledge', 'about', 'programming', 'language', 'c', 'c'], ['knowledge', 'about', 'programming', 'language', 'c', 'c', 'ds'], ['about', 'programming', 'language', 'c', 'c', 'ds', 'java'], ['programming', 'language', 'c', 'c', 'ds', 'java', 'swing'], ['language', 'c', 'c', 'ds', 'java', 'swing', 'jdbc'], ['c', 'c', 'ds', 'java', 'swing', 'jdbc', 'j2ee'], ['c', 'ds', 'java', 'swing', 'jdbc', 'j2ee', 'java'], ['ds', 'java', 'swing', 'jdbc', 'j2ee', 'java', 'script'], ['java', 'swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery'], ['swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax'], ['jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax', 'ms'], ['j2ee', 'java', 'script', 'jquery', 'ajax', 'ms', 'office'], ['java', 'script', 'jquery', 'ajax', 'ms', 'office', 'excel'], ['education', 'details', 'be', 'it', 'pjlce', 'java', 'developer', 'java'], ['details', 'be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer'], ['be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill'], ['it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details'], ['pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'c'], ['java', 'developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience'], ['developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience', 'less'], ['java', 'developer', 'skill', 'details', 'c', 'exprience', 'less', '1'], ['developer', 'skill', 'details', 'c', 'exprience', 'less', '1', 'year'], ['skill', 'details', 'c', 'exprience', 'less', '1', 'year', 'months'], ['details', 'c', 'exprience', 'less', '1', 'year', 'months', 'c'], ['c', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'java'], ['c', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less'], ['less', '1', 'year', 'months', 'java', 'exprience', 'less', '1'], ['1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year'], ['year', 'months', 'java', 'exprience', 'less', '1', 'year', 'months'], ['months', 'java', 'exprience', 'less', '1', 'year', 'months', 'ds'], ['java', 'exprience', 'less', '1', 'year', 'months', 'ds', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'ds', 'exprience', 'less'], ['less', '1', 'year', 'months', 'ds', 'exprience', 'less', '1'], ['1', 'year', 'months', 'ds', 'exprience', 'less', '1', 'year'], ['year', 'months', 'ds', 'exprience', 'less', '1', 'year', 'months'], ['months', 'ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc'], ['ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience', '24'], ['less', '1', 'year', 'months', 'jdbc', 'exprience', '24', 'months'], ['1', 'year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate'], ['year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience'], ['months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less'], ['jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1'], ['exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1', 'year'], ['24', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months'], ['months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'java'], ['hibernate', 'exprience', 'less', '1', 'year', 'months', 'java', 'j2ee'], ['exprience', 'less', '1', 'year', 'months', 'java', 'j2ee', 'exprience'], ['less', '1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less'], ['1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less', '1'], ['year', 'months', 'java', 'j2ee', 'exprience', 'less', '1', 'year'], ['months', 'java', 'j2ee', 'exprience', 'less', '1', 'year', 'months'], ['java', 'j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript'], ['j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', '6'], ['less', '1', 'year', 'months', 'javascript', 'exprience', '6', 'months'], ['1', 'year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery'], ['year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience'], ['months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6'], ['javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax'], ['6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience'], ['months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6'], ['jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty'], ['ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty', 'tech'], ['exprience', '6', 'monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt'], ['6', 'monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt', 'ltd'], ['monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['details', 'company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description'], ['company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description', '1'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description', '1', 'as'], ['tech', 'pvt', 'ltd', 'nagpur', 'description', '1', 'as', 'java'], ['pvt', 'ltd', 'nagpur', 'description', '1', 'as', 'java', 'developer'], ['ltd', 'nagpur', 'description', '1', 'as', 'java', 'developer', 'organisation'], ['nagpur', 'description', '1', 'as', 'java', 'developer', 'organisation', 'almighty'], ['description', '1', 'as', 'java', 'developer', 'organisation', 'almighty', 'tech'], ['1', 'as', 'java', 'developer', 'organisation', 'almighty', 'tech', 'pvt'], ['as', 'java', 'developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd'], ['java', 'developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur'], ['developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation'], ['organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java'], ['almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer'], ['tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer', 'duration'], ['pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer', 'duration', 'from'], ['ltd', 'nagpur', 'designation', 'java', 'developer', 'duration', 'from', '1st'], ['nagpur', 'designation', 'java', 'developer', 'duration', 'from', '1st', 'jan'], ['designation', 'java', 'developer', 'duration', 'from', '1st', 'jan', '2018'], ['java', 'developer', 'duration', 'from', '1st', 'jan', '2018', 'notice'], ['developer', 'duration', 'from', '1st', 'jan', '2018', 'notice', 'period'], ['duration', 'from', '1st', 'jan', '2018', 'notice', 'period', '15'], ['from', '1st', 'jan', '2018', 'notice', 'period', '15', 'days'], ['1st', 'jan', '2018', 'notice', 'period', '15', 'days', 'job'], ['jan', '2018', 'notice', 'period', '15', 'days', 'job', 'responsibilities'], ['2018', 'notice', 'period', '15', 'days', 'job', 'responsibilities', 'resolve'], ['notice', 'period', '15', 'days', 'job', 'responsibilities', 'resolve', 'bugs'], ['period', '15', 'days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop'], ['15', 'days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project'], ['days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per'], ['job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per', 'user'], ['responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per', 'user', 'requirement'], ['resolve', 'bugs', 'develop', 'project', 'per', 'user', 'requirement', 'knowledge'], ['bugs', 'develop', 'project', 'per', 'user', 'requirement', 'knowledge', 'about'], ['develop', 'project', 'per', 'user', 'requirement', 'knowledge', 'about', 'programming'], ['project', 'per', 'user', 'requirement', 'knowledge', 'about', 'programming', 'language'], ['per', 'user', 'requirement', 'knowledge', 'about', 'programming', 'language', 'c'], ['user', 'requirement', 'knowledge', 'about', 'programming', 'language', 'c', 'c'], ['requirement', 'knowledge', 'about', 'programming', 'language', 'c', 'c', 'ds'], ['knowledge', 'about', 'programming', 'language', 'c', 'c', 'ds', 'java'], ['about', 'programming', 'language', 'c', 'c', 'ds', 'java', 'swing'], ['programming', 'language', 'c', 'c', 'ds', 'java', 'swing', 'jdbc'], ['language', 'c', 'c', 'ds', 'java', 'swing', 'jdbc', 'j2ee'], ['c', 'c', 'ds', 'java', 'swing', 'jdbc', 'j2ee', 'java'], ['c', 'ds', 'java', 'swing', 'jdbc', 'j2ee', 'java', 'script'], ['ds', 'java', 'swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery'], ['java', 'swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax'], ['swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax', 'ms'], ['jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax', 'ms', 'office'], ['j2ee', 'java', 'script', 'jquery', 'ajax', 'ms', 'office', 'excel'], ['education', 'details', 'be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer'], ['details', 'be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill'], ['be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details'], ['it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'c'], ['pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience'], ['java', 'developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience', 'less'], ['developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience', 'less', '1'], ['java', 'developer', 'skill', 'details', 'c', 'exprience', 'less', '1', 'year'], ['developer', 'skill', 'details', 'c', 'exprience', 'less', '1', 'year', 'months'], ['skill', 'details', 'c', 'exprience', 'less', '1', 'year', 'months', 'c'], ['details', 'c', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience'], ['c', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'java'], ['months', 'c', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience'], ['c', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'java', 'exprience', 'less', '1', 'year', 'months', 'ds'], ['months', 'java', 'exprience', 'less', '1', 'year', 'months', 'ds', 'exprience'], ['java', 'exprience', 'less', '1', 'year', 'months', 'ds', 'exprience', 'less'], ['exprience', 'less', '1', 'year', 'months', 'ds', 'exprience', 'less', '1'], ['less', '1', 'year', 'months', 'ds', 'exprience', 'less', '1', 'year'], ['1', 'year', 'months', 'ds', 'exprience', 'less', '1', 'year', 'months'], ['year', 'months', 'ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc'], ['months', 'ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience'], ['ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience', '24'], ['exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience', '24', 'months'], ['less', '1', 'year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate'], ['1', 'year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience'], ['year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less'], ['months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1'], ['jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1', 'year'], ['exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months'], ['24', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'java'], ['months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'java', 'j2ee'], ['hibernate', 'exprience', 'less', '1', 'year', 'months', 'java', 'j2ee', 'exprience'], ['exprience', 'less', '1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less'], ['less', '1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less', '1'], ['1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less', '1', 'year'], ['year', 'months', 'java', 'j2ee', 'exprience', 'less', '1', 'year', 'months'], ['months', 'java', 'j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript'], ['java', 'j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience'], ['j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', '6'], ['exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', '6', 'months'], ['less', '1', 'year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery'], ['1', 'year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience'], ['year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6'], ['months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6', 'months'], ['javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax'], ['exprience', '6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience'], ['6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6'], ['months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany'], ['jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty'], ['months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty', 'tech'], ...], [['technicalskills'], ['springmvc'], ['hibernate'], ['jdbc'], ['java'], ['j2ee'], ['azureweb'], ['suntechnologies'], ['services'], ['jsp'], ['struts'], ['servlet'], ['restapi'], ['scripting'], ['javascript'], ['ajax'], ['html'], ['json'], ['opensourcetechnologies'], ['php'], ['database'], ['mssql'], ['mysql'], ['oracle'], ['webservers'], ['apachetomcatserver'], ['internettechnologiesand'], ['onesignalwebpushnotifications'], ['azurewebservices'], ['frameworks'], ['ionic'], ['html'], ['json'], ['operatingsystem'], ['windowsserver2012r2'], ['winxp'], ['7'], ['8'], ['1'], ['10'], ['linux'], ['mac'], ['os'], ['education'], ['details'], ['august'], ['2013'], ['july'], ['2016'], ['be'], ['computer'], ['engineering'], ['nashik'], ['maharashtra'], ['late'], ['g'], ['n'], ['sapkal'], ['coe'], ['nashik'], ['july'], ['2009'], ['june'], ['2013'], ['diploma'], ['computer'], ['technology'], ['nashik'], ['maharashtra'], ['k'], ['k'], ['wagh'], ['polytechnic'], ['nashik'], ['java'], ['developer'], ['java'], ['developer'], ['skill'], ['details'], ['ajax'], ['exprience'], ['12'], ['months'], ['database'], ['exprience'], ['24'], ['months'], ['html'], ['exprience'], ['24'], ['months'], ['j2ee'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['24'], ['months'], ['spring'], ['mvc'], ['exprience'], ['12'], ['months'], ['ionic'], ['3'], ['exprience'], ['6'], ['months'], ['angular'], ['js'], ['exprience'], ['6'], ['months'], ['spring'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['replete'], ['business'], ['solutions'], ['pvt'], ['ltd'], ['description'], ['working'], ['java'], ['developer'], ['spring'], ['mvc'], ['mysql'], ['mssql'], ['java'], ['j2ee'], ['ajax'], ['javascript'], ['ionic'], ['3'], ['framework'], ['angular'], ['js'], ['etc'], ['technologies'], ['technicalskills', 'springmvc'], ['springmvc', 'hibernate'], ['hibernate', 'jdbc'], ['jdbc', 'java'], ['java', 'j2ee'], ['j2ee', 'azureweb'], ['azureweb', 'suntechnologies'], ['suntechnologies', 'services'], ['services', 'jsp'], ['jsp', 'struts'], ['struts', 'servlet'], ['servlet', 'restapi'], ['restapi', 'scripting'], ['scripting', 'javascript'], ['javascript', 'ajax'], ['ajax', 'html'], ['html', 'json'], ['json', 'opensourcetechnologies'], ['opensourcetechnologies', 'php'], ['php', 'database'], ['database', 'mssql'], ['mssql', 'mysql'], ['mysql', 'oracle'], ['oracle', 'webservers'], ['webservers', 'apachetomcatserver'], ['apachetomcatserver', 'internettechnologiesand'], ['internettechnologiesand', 'onesignalwebpushnotifications'], ['onesignalwebpushnotifications', 'azurewebservices'], ['azurewebservices', 'frameworks'], ['frameworks', 'ionic'], ['ionic', 'html'], ['html', 'json'], ['json', 'operatingsystem'], ['operatingsystem', 'windowsserver2012r2'], ['windowsserver2012r2', 'winxp'], ['winxp', '7'], ['7', '8'], ['8', '1'], ['1', '10'], ['10', 'linux'], ['linux', 'mac'], ['mac', 'os'], ['os', 'education'], ['education', 'details'], ['details', 'august'], ['august', '2013'], ['2013', 'july'], ['july', '2016'], ['2016', 'be'], ['be', 'computer'], ['computer', 'engineering'], ['engineering', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'late'], ['late', 'g'], ['g', 'n'], ['n', 'sapkal'], ['sapkal', 'coe'], ['coe', 'nashik'], ['nashik', 'july'], ['july', '2009'], ['2009', 'june'], ['june', '2013'], ['2013', 'diploma'], ['diploma', 'computer'], ['computer', 'technology'], ['technology', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'k'], ['k', 'k'], ['k', 'wagh'], ['wagh', 'polytechnic'], ['polytechnic', 'nashik'], ['nashik', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'ajax'], ['ajax', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'j2ee'], ['j2ee', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'spring'], ['spring', 'mvc'], ['mvc', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'ionic'], ['ionic', '3'], ['3', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'angular'], ['angular', 'js'], ['js', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'spring'], ['spring', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'replete'], ['replete', 'business'], ['business', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'working'], ['working', 'java'], ['java', 'developer'], ['developer', 'spring'], ['spring', 'mvc'], ['mvc', 'mysql'], ['mysql', 'mssql'], ['mssql', 'java'], ['java', 'j2ee'], ['j2ee', 'ajax'], ['ajax', 'javascript'], ['javascript', 'ionic'], ['ionic', '3'], ['3', 'framework'], ['framework', 'angular'], ['angular', 'js'], ['js', 'etc'], ['etc', 'technologies'], ['technicalskills', 'springmvc', 'hibernate'], ['springmvc', 'hibernate', 'jdbc'], ['hibernate', 'jdbc', 'java'], ['jdbc', 'java', 'j2ee'], ['java', 'j2ee', 'azureweb'], ['j2ee', 'azureweb', 'suntechnologies'], ['azureweb', 'suntechnologies', 'services'], ['suntechnologies', 'services', 'jsp'], ['services', 'jsp', 'struts'], ['jsp', 'struts', 'servlet'], ['struts', 'servlet', 'restapi'], ['servlet', 'restapi', 'scripting'], ['restapi', 'scripting', 'javascript'], ['scripting', 'javascript', 'ajax'], ['javascript', 'ajax', 'html'], ['ajax', 'html', 'json'], ['html', 'json', 'opensourcetechnologies'], ['json', 'opensourcetechnologies', 'php'], ['opensourcetechnologies', 'php', 'database'], ['php', 'database', 'mssql'], ['database', 'mssql', 'mysql'], ['mssql', 'mysql', 'oracle'], ['mysql', 'oracle', 'webservers'], ['oracle', 'webservers', 'apachetomcatserver'], ['webservers', 'apachetomcatserver', 'internettechnologiesand'], ['apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications'], ['internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices'], ['onesignalwebpushnotifications', 'azurewebservices', 'frameworks'], ['azurewebservices', 'frameworks', 'ionic'], ['frameworks', 'ionic', 'html'], ['ionic', 'html', 'json'], ['html', 'json', 'operatingsystem'], ['json', 'operatingsystem', 'windowsserver2012r2'], ['operatingsystem', 'windowsserver2012r2', 'winxp'], ['windowsserver2012r2', 'winxp', '7'], ['winxp', '7', '8'], ['7', '8', '1'], ['8', '1', '10'], ['1', '10', 'linux'], ['10', 'linux', 'mac'], ['linux', 'mac', 'os'], ['mac', 'os', 'education'], ['os', 'education', 'details'], ['education', 'details', 'august'], ['details', 'august', '2013'], ['august', '2013', 'july'], ['2013', 'july', '2016'], ['july', '2016', 'be'], ['2016', 'be', 'computer'], ['be', 'computer', 'engineering'], ['computer', 'engineering', 'nashik'], ['engineering', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'late'], ['maharashtra', 'late', 'g'], ['late', 'g', 'n'], ['g', 'n', 'sapkal'], ['n', 'sapkal', 'coe'], ['sapkal', 'coe', 'nashik'], ['coe', 'nashik', 'july'], ['nashik', 'july', '2009'], ['july', '2009', 'june'], ['2009', 'june', '2013'], ['june', '2013', 'diploma'], ['2013', 'diploma', 'computer'], ['diploma', 'computer', 'technology'], ['computer', 'technology', 'nashik'], ['technology', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'k'], ['maharashtra', 'k', 'k'], ['k', 'k', 'wagh'], ['k', 'wagh', 'polytechnic'], ['wagh', 'polytechnic', 'nashik'], ['polytechnic', 'nashik', 'java'], ['nashik', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'ajax'], ['details', 'ajax', 'exprience'], ['ajax', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'database'], ['months', 'database', 'exprience'], ['database', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'j2ee'], ['months', 'j2ee', 'exprience'], ['j2ee', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'spring'], ['months', 'spring', 'mvc'], ['spring', 'mvc', 'exprience'], ['mvc', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'ionic'], ['months', 'ionic', '3'], ['ionic', '3', 'exprience'], ['3', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'angular'], ['months', 'angular', 'js'], ['angular', 'js', 'exprience'], ['js', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'spring'], ['months', 'spring', 'exprience'], ['spring', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'replete'], ['company', 'replete', 'business'], ['replete', 'business', 'solutions'], ['business', 'solutions', 'pvt'], ['solutions', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'working'], ['description', 'working', 'java'], ['working', 'java', 'developer'], ['java', 'developer', 'spring'], ['developer', 'spring', 'mvc'], ['spring', 'mvc', 'mysql'], ['mvc', 'mysql', 'mssql'], ['mysql', 'mssql', 'java'], ['mssql', 'java', 'j2ee'], ['java', 'j2ee', 'ajax'], ['j2ee', 'ajax', 'javascript'], ['ajax', 'javascript', 'ionic'], ['javascript', 'ionic', '3'], ['ionic', '3', 'framework'], ['3', 'framework', 'angular'], ['framework', 'angular', 'js'], ['angular', 'js', 'etc'], ['js', 'etc', 'technologies'], ['technicalskills', 'springmvc', 'hibernate', 'jdbc'], ['springmvc', 'hibernate', 'jdbc', 'java'], ['hibernate', 'jdbc', 'java', 'j2ee'], ['jdbc', 'java', 'j2ee', 'azureweb'], ['java', 'j2ee', 'azureweb', 'suntechnologies'], ['j2ee', 'azureweb', 'suntechnologies', 'services'], ['azureweb', 'suntechnologies', 'services', 'jsp'], ['suntechnologies', 'services', 'jsp', 'struts'], ['services', 'jsp', 'struts', 'servlet'], ['jsp', 'struts', 'servlet', 'restapi'], ['struts', 'servlet', 'restapi', 'scripting'], ['servlet', 'restapi', 'scripting', 'javascript'], ['restapi', 'scripting', 'javascript', 'ajax'], ['scripting', 'javascript', 'ajax', 'html'], ['javascript', 'ajax', 'html', 'json'], ['ajax', 'html', 'json', 'opensourcetechnologies'], ['html', 'json', 'opensourcetechnologies', 'php'], ['json', 'opensourcetechnologies', 'php', 'database'], ['opensourcetechnologies', 'php', 'database', 'mssql'], ['php', 'database', 'mssql', 'mysql'], ['database', 'mssql', 'mysql', 'oracle'], ['mssql', 'mysql', 'oracle', 'webservers'], ['mysql', 'oracle', 'webservers', 'apachetomcatserver'], ['oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand'], ['webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications'], ['apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices'], ['internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks'], ['onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic'], ['azurewebservices', 'frameworks', 'ionic', 'html'], ['frameworks', 'ionic', 'html', 'json'], ['ionic', 'html', 'json', 'operatingsystem'], ['html', 'json', 'operatingsystem', 'windowsserver2012r2'], ['json', 'operatingsystem', 'windowsserver2012r2', 'winxp'], ['operatingsystem', 'windowsserver2012r2', 'winxp', '7'], ['windowsserver2012r2', 'winxp', '7', '8'], ['winxp', '7', '8', '1'], ['7', '8', '1', '10'], ['8', '1', '10', 'linux'], ['1', '10', 'linux', 'mac'], ['10', 'linux', 'mac', 'os'], ['linux', 'mac', 'os', 'education'], ['mac', 'os', 'education', 'details'], ['os', 'education', 'details', 'august'], ['education', 'details', 'august', '2013'], ['details', 'august', '2013', 'july'], ['august', '2013', 'july', '2016'], ['2013', 'july', '2016', 'be'], ['july', '2016', 'be', 'computer'], ['2016', 'be', 'computer', 'engineering'], ['be', 'computer', 'engineering', 'nashik'], ['computer', 'engineering', 'nashik', 'maharashtra'], ['engineering', 'nashik', 'maharashtra', 'late'], ['nashik', 'maharashtra', 'late', 'g'], ['maharashtra', 'late', 'g', 'n'], ['late', 'g', 'n', 'sapkal'], ['g', 'n', 'sapkal', 'coe'], ['n', 'sapkal', 'coe', 'nashik'], ['sapkal', 'coe', 'nashik', 'july'], ['coe', 'nashik', 'july', '2009'], ['nashik', 'july', '2009', 'june'], ['july', '2009', 'june', '2013'], ['2009', 'june', '2013', 'diploma'], ['june', '2013', 'diploma', 'computer'], ['2013', 'diploma', 'computer', 'technology'], ['diploma', 'computer', 'technology', 'nashik'], ['computer', 'technology', 'nashik', 'maharashtra'], ['technology', 'nashik', 'maharashtra', 'k'], ['nashik', 'maharashtra', 'k', 'k'], ['maharashtra', 'k', 'k', 'wagh'], ['k', 'k', 'wagh', 'polytechnic'], ['k', 'wagh', 'polytechnic', 'nashik'], ['wagh', 'polytechnic', 'nashik', 'java'], ['polytechnic', 'nashik', 'java', 'developer'], ['nashik', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'skill'], ['java', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'ajax'], ['skill', 'details', 'ajax', 'exprience'], ['details', 'ajax', 'exprience', '12'], ['ajax', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'database'], ['12', 'months', 'database', 'exprience'], ['months', 'database', 'exprience', '24'], ['database', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'html'], ['24', 'months', 'html', 'exprience'], ['months', 'html', 'exprience', '24'], ['html', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'j2ee'], ['24', 'months', 'j2ee', 'exprience'], ['months', 'j2ee', 'exprience', '6'], ['j2ee', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '24'], ['java', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'spring'], ['24', 'months', 'spring', 'mvc'], ['months', 'spring', 'mvc', 'exprience'], ['spring', 'mvc', 'exprience', '12'], ['mvc', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'ionic'], ['12', 'months', 'ionic', '3'], ['months', 'ionic', '3', 'exprience'], ['ionic', '3', 'exprience', '6'], ['3', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'angular'], ['6', 'months', 'angular', 'js'], ['months', 'angular', 'js', 'exprience'], ['angular', 'js', 'exprience', '6'], ['js', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'spring'], ['6', 'months', 'spring', 'exprience'], ['months', 'spring', 'exprience', 'less'], ['spring', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'java'], ['year', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', 'less'], ['java', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'replete'], ['details', 'company', 'replete', 'business'], ['company', 'replete', 'business', 'solutions'], ['replete', 'business', 'solutions', 'pvt'], ['business', 'solutions', 'pvt', 'ltd'], ['solutions', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'working'], ['ltd', 'description', 'working', 'java'], ['description', 'working', 'java', 'developer'], ['working', 'java', 'developer', 'spring'], ['java', 'developer', 'spring', 'mvc'], ['developer', 'spring', 'mvc', 'mysql'], ['spring', 'mvc', 'mysql', 'mssql'], ['mvc', 'mysql', 'mssql', 'java'], ['mysql', 'mssql', 'java', 'j2ee'], ['mssql', 'java', 'j2ee', 'ajax'], ['java', 'j2ee', 'ajax', 'javascript'], ['j2ee', 'ajax', 'javascript', 'ionic'], ['ajax', 'javascript', 'ionic', '3'], ['javascript', 'ionic', '3', 'framework'], ['ionic', '3', 'framework', 'angular'], ['3', 'framework', 'angular', 'js'], ['framework', 'angular', 'js', 'etc'], ['angular', 'js', 'etc', 'technologies'], ['technicalskills', 'springmvc', 'hibernate', 'jdbc', 'java'], ['springmvc', 'hibernate', 'jdbc', 'java', 'j2ee'], ['hibernate', 'jdbc', 'java', 'j2ee', 'azureweb'], ['jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies'], ['java', 'j2ee', 'azureweb', 'suntechnologies', 'services'], ['j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp'], ['azureweb', 'suntechnologies', 'services', 'jsp', 'struts'], ['suntechnologies', 'services', 'jsp', 'struts', 'servlet'], ['services', 'jsp', 'struts', 'servlet', 'restapi'], ['jsp', 'struts', 'servlet', 'restapi', 'scripting'], ['struts', 'servlet', 'restapi', 'scripting', 'javascript'], ['servlet', 'restapi', 'scripting', 'javascript', 'ajax'], ['restapi', 'scripting', 'javascript', 'ajax', 'html'], ['scripting', 'javascript', 'ajax', 'html', 'json'], ['javascript', 'ajax', 'html', 'json', 'opensourcetechnologies'], ['ajax', 'html', 'json', 'opensourcetechnologies', 'php'], ['html', 'json', 'opensourcetechnologies', 'php', 'database'], ['json', 'opensourcetechnologies', 'php', 'database', 'mssql'], ['opensourcetechnologies', 'php', 'database', 'mssql', 'mysql'], ['php', 'database', 'mssql', 'mysql', 'oracle'], ['database', 'mssql', 'mysql', 'oracle', 'webservers'], ['mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver'], ['mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand'], ['oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications'], ['webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices'], ['apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks'], ['internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic'], ['onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html'], ['azurewebservices', 'frameworks', 'ionic', 'html', 'json'], ['frameworks', 'ionic', 'html', 'json', 'operatingsystem'], ['ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2'], ['html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp'], ['json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7'], ['operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8'], ['windowsserver2012r2', 'winxp', '7', '8', '1'], ['winxp', '7', '8', '1', '10'], ['7', '8', '1', '10', 'linux'], ['8', '1', '10', 'linux', 'mac'], ['1', '10', 'linux', 'mac', 'os'], ['10', 'linux', 'mac', 'os', 'education'], ['linux', 'mac', 'os', 'education', 'details'], ['mac', 'os', 'education', 'details', 'august'], ['os', 'education', 'details', 'august', '2013'], ['education', 'details', 'august', '2013', 'july'], ['details', 'august', '2013', 'july', '2016'], ['august', '2013', 'july', '2016', 'be'], ['2013', 'july', '2016', 'be', 'computer'], ['july', '2016', 'be', 'computer', 'engineering'], ['2016', 'be', 'computer', 'engineering', 'nashik'], ['be', 'computer', 'engineering', 'nashik', 'maharashtra'], ['computer', 'engineering', 'nashik', 'maharashtra', 'late'], ['engineering', 'nashik', 'maharashtra', 'late', 'g'], ['nashik', 'maharashtra', 'late', 'g', 'n'], ['maharashtra', 'late', 'g', 'n', 'sapkal'], ['late', 'g', 'n', 'sapkal', 'coe'], ['g', 'n', 'sapkal', 'coe', 'nashik'], ['n', 'sapkal', 'coe', 'nashik', 'july'], ['sapkal', 'coe', 'nashik', 'july', '2009'], ['coe', 'nashik', 'july', '2009', 'june'], ['nashik', 'july', '2009', 'june', '2013'], ['july', '2009', 'june', '2013', 'diploma'], ['2009', 'june', '2013', 'diploma', 'computer'], ['june', '2013', 'diploma', 'computer', 'technology'], ['2013', 'diploma', 'computer', 'technology', 'nashik'], ['diploma', 'computer', 'technology', 'nashik', 'maharashtra'], ['computer', 'technology', 'nashik', 'maharashtra', 'k'], ['technology', 'nashik', 'maharashtra', 'k', 'k'], ['nashik', 'maharashtra', 'k', 'k', 'wagh'], ['maharashtra', 'k', 'k', 'wagh', 'polytechnic'], ['k', 'k', 'wagh', 'polytechnic', 'nashik'], ['k', 'wagh', 'polytechnic', 'nashik', 'java'], ['wagh', 'polytechnic', 'nashik', 'java', 'developer'], ['polytechnic', 'nashik', 'java', 'developer', 'java'], ['nashik', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'skill'], ['developer', 'java', 'developer', 'skill', 'details'], ['java', 'developer', 'skill', 'details', 'ajax'], ['developer', 'skill', 'details', 'ajax', 'exprience'], ['skill', 'details', 'ajax', 'exprience', '12'], ['details', 'ajax', 'exprience', '12', 'months'], ['ajax', 'exprience', '12', 'months', 'database'], ['exprience', '12', 'months', 'database', 'exprience'], ['12', 'months', 'database', 'exprience', '24'], ['months', 'database', 'exprience', '24', 'months'], ['database', 'exprience', '24', 'months', 'html'], ['exprience', '24', 'months', 'html', 'exprience'], ['24', 'months', 'html', 'exprience', '24'], ['months', 'html', 'exprience', '24', 'months'], ['html', 'exprience', '24', 'months', 'j2ee'], ['exprience', '24', 'months', 'j2ee', 'exprience'], ['24', 'months', 'j2ee', 'exprience', '6'], ['months', 'j2ee', 'exprience', '6', 'months'], ['j2ee', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'java', 'exprience', '24'], ['months', 'java', 'exprience', '24', 'months'], ['java', 'exprience', '24', 'months', 'spring'], ['exprience', '24', 'months', 'spring', 'mvc'], ['24', 'months', 'spring', 'mvc', 'exprience'], ['months', 'spring', 'mvc', 'exprience', '12'], ['spring', 'mvc', 'exprience', '12', 'months'], ['mvc', 'exprience', '12', 'months', 'ionic'], ['exprience', '12', 'months', 'ionic', '3'], ['12', 'months', 'ionic', '3', 'exprience'], ['months', 'ionic', '3', 'exprience', '6'], ['ionic', '3', 'exprience', '6', 'months'], ['3', 'exprience', '6', 'months', 'angular'], ['exprience', '6', 'months', 'angular', 'js'], ['6', 'months', 'angular', 'js', 'exprience'], ['months', 'angular', 'js', 'exprience', '6'], ['angular', 'js', 'exprience', '6', 'months'], ['js', 'exprience', '6', 'months', 'spring'], ['exprience', '6', 'months', 'spring', 'exprience'], ['6', 'months', 'spring', 'exprience', 'less'], ['months', 'spring', 'exprience', 'less', '1'], ['spring', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'java'], ['1', 'year', 'months', 'java', 'exprience'], ['year', 'months', 'java', 'exprience', 'less'], ['months', 'java', 'exprience', 'less', '1'], ['java', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'replete'], ['monthscompany', 'details', 'company', 'replete', 'business'], ['details', 'company', 'replete', 'business', 'solutions'], ['company', 'replete', 'business', 'solutions', 'pvt'], ['replete', 'business', 'solutions', 'pvt', 'ltd'], ['business', 'solutions', 'pvt', 'ltd', 'description'], ['solutions', 'pvt', 'ltd', 'description', 'working'], ['pvt', 'ltd', 'description', 'working', 'java'], ['ltd', 'description', 'working', 'java', 'developer'], ['description', 'working', 'java', 'developer', 'spring'], ['working', 'java', 'developer', 'spring', 'mvc'], ['java', 'developer', 'spring', 'mvc', 'mysql'], ['developer', 'spring', 'mvc', 'mysql', 'mssql'], ['spring', 'mvc', 'mysql', 'mssql', 'java'], ['mvc', 'mysql', 'mssql', 'java', 'j2ee'], ['mysql', 'mssql', 'java', 'j2ee', 'ajax'], ['mssql', 'java', 'j2ee', 'ajax', 'javascript'], ['java', 'j2ee', 'ajax', 'javascript', 'ionic'], ['j2ee', 'ajax', 'javascript', 'ionic', '3'], ['ajax', 'javascript', 'ionic', '3', 'framework'], ['javascript', 'ionic', '3', 'framework', 'angular'], ['ionic', '3', 'framework', 'angular', 'js'], ['3', 'framework', 'angular', 'js', 'etc'], ['framework', 'angular', 'js', 'etc', 'technologies'], ['technicalskills', 'springmvc', 'hibernate', 'jdbc', 'java', 'j2ee'], ['springmvc', 'hibernate', 'jdbc', 'java', 'j2ee', 'azureweb'], ['hibernate', 'jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies'], ['jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies', 'services'], ['java', 'j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp'], ['j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp', 'struts'], ['azureweb', 'suntechnologies', 'services', 'jsp', 'struts', 'servlet'], ['suntechnologies', 'services', 'jsp', 'struts', 'servlet', 'restapi'], ['services', 'jsp', 'struts', 'servlet', 'restapi', 'scripting'], ['jsp', 'struts', 'servlet', 'restapi', 'scripting', 'javascript'], ['struts', 'servlet', 'restapi', 'scripting', 'javascript', 'ajax'], ['servlet', 'restapi', 'scripting', 'javascript', 'ajax', 'html'], ['restapi', 'scripting', 'javascript', 'ajax', 'html', 'json'], ['scripting', 'javascript', 'ajax', 'html', 'json', 'opensourcetechnologies'], ['javascript', 'ajax', 'html', 'json', 'opensourcetechnologies', 'php'], ['ajax', 'html', 'json', 'opensourcetechnologies', 'php', 'database'], ['html', 'json', 'opensourcetechnologies', 'php', 'database', 'mssql'], ['json', 'opensourcetechnologies', 'php', 'database', 'mssql', 'mysql'], ['opensourcetechnologies', 'php', 'database', 'mssql', 'mysql', 'oracle'], ['php', 'database', 'mssql', 'mysql', 'oracle', 'webservers'], ['database', 'mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver'], ['mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand'], ['mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications'], ['oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices'], ['webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks'], ['apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic'], ['internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html'], ['onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html', 'json'], ['azurewebservices', 'frameworks', 'ionic', 'html', 'json', 'operatingsystem'], ['frameworks', 'ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2'], ['ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp'], ['html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7'], ['json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8'], ['operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8', '1'], ['windowsserver2012r2', 'winxp', '7', '8', '1', '10'], ['winxp', '7', '8', '1', '10', 'linux'], ['7', '8', '1', '10', 'linux', 'mac'], ['8', '1', '10', 'linux', 'mac', 'os'], ['1', '10', 'linux', 'mac', 'os', 'education'], ['10', 'linux', 'mac', 'os', 'education', 'details'], ['linux', 'mac', 'os', 'education', 'details', 'august'], ['mac', 'os', 'education', 'details', 'august', '2013'], ['os', 'education', 'details', 'august', '2013', 'july'], ['education', 'details', 'august', '2013', 'july', '2016'], ['details', 'august', '2013', 'july', '2016', 'be'], ['august', '2013', 'july', '2016', 'be', 'computer'], ['2013', 'july', '2016', 'be', 'computer', 'engineering'], ['july', '2016', 'be', 'computer', 'engineering', 'nashik'], ['2016', 'be', 'computer', 'engineering', 'nashik', 'maharashtra'], ['be', 'computer', 'engineering', 'nashik', 'maharashtra', 'late'], ['computer', 'engineering', 'nashik', 'maharashtra', 'late', 'g'], ['engineering', 'nashik', 'maharashtra', 'late', 'g', 'n'], ['nashik', 'maharashtra', 'late', 'g', 'n', 'sapkal'], ['maharashtra', 'late', 'g', 'n', 'sapkal', 'coe'], ['late', 'g', 'n', 'sapkal', 'coe', 'nashik'], ['g', 'n', 'sapkal', 'coe', 'nashik', 'july'], ['n', 'sapkal', 'coe', 'nashik', 'july', '2009'], ['sapkal', 'coe', 'nashik', 'july', '2009', 'june'], ['coe', 'nashik', 'july', '2009', 'june', '2013'], ['nashik', 'july', '2009', 'june', '2013', 'diploma'], ['july', '2009', 'june', '2013', 'diploma', 'computer'], ['2009', 'june', '2013', 'diploma', 'computer', 'technology'], ['june', '2013', 'diploma', 'computer', 'technology', 'nashik'], ['2013', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra'], ['diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'k'], ['computer', 'technology', 'nashik', 'maharashtra', 'k', 'k'], ['technology', 'nashik', 'maharashtra', 'k', 'k', 'wagh'], ['nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic'], ['maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'nashik'], ['k', 'k', 'wagh', 'polytechnic', 'nashik', 'java'], ['k', 'wagh', 'polytechnic', 'nashik', 'java', 'developer'], ['wagh', 'polytechnic', 'nashik', 'java', 'developer', 'java'], ['polytechnic', 'nashik', 'java', 'developer', 'java', 'developer'], ['nashik', 'java', 'developer', 'java', 'developer', 'skill'], ['java', 'developer', 'java', 'developer', 'skill', 'details'], ['developer', 'java', 'developer', 'skill', 'details', 'ajax'], ['java', 'developer', 'skill', 'details', 'ajax', 'exprience'], ['developer', 'skill', 'details', 'ajax', 'exprience', '12'], ['skill', 'details', 'ajax', 'exprience', '12', 'months'], ['details', 'ajax', 'exprience', '12', 'months', 'database'], ['ajax', 'exprience', '12', 'months', 'database', 'exprience'], ['exprience', '12', 'months', 'database', 'exprience', '24'], ['12', 'months', 'database', 'exprience', '24', 'months'], ['months', 'database', 'exprience', '24', 'months', 'html'], ['database', 'exprience', '24', 'months', 'html', 'exprience'], ['exprience', '24', 'months', 'html', 'exprience', '24'], ['24', 'months', 'html', 'exprience', '24', 'months'], ['months', 'html', 'exprience', '24', 'months', 'j2ee'], ['html', 'exprience', '24', 'months', 'j2ee', 'exprience'], ['exprience', '24', 'months', 'j2ee', 'exprience', '6'], ['24', 'months', 'j2ee', 'exprience', '6', 'months'], ['months', 'j2ee', 'exprience', '6', 'months', 'java'], ['j2ee', 'exprience', '6', 'months', 'java', 'exprience'], ['exprience', '6', 'months', 'java', 'exprience', '24'], ['6', 'months', 'java', 'exprience', '24', 'months'], ['months', 'java', 'exprience', '24', 'months', 'spring'], ['java', 'exprience', '24', 'months', 'spring', 'mvc'], ['exprience', '24', 'months', 'spring', 'mvc', 'exprience'], ['24', 'months', 'spring', 'mvc', 'exprience', '12'], ['months', 'spring', 'mvc', 'exprience', '12', 'months'], ['spring', 'mvc', 'exprience', '12', 'months', 'ionic'], ['mvc', 'exprience', '12', 'months', 'ionic', '3'], ['exprience', '12', 'months', 'ionic', '3', 'exprience'], ['12', 'months', 'ionic', '3', 'exprience', '6'], ['months', 'ionic', '3', 'exprience', '6', 'months'], ['ionic', '3', 'exprience', '6', 'months', 'angular'], ['3', 'exprience', '6', 'months', 'angular', 'js'], ['exprience', '6', 'months', 'angular', 'js', 'exprience'], ['6', 'months', 'angular', 'js', 'exprience', '6'], ['months', 'angular', 'js', 'exprience', '6', 'months'], ['angular', 'js', 'exprience', '6', 'months', 'spring'], ['js', 'exprience', '6', 'months', 'spring', 'exprience'], ['exprience', '6', 'months', 'spring', 'exprience', 'less'], ['6', 'months', 'spring', 'exprience', 'less', '1'], ['months', 'spring', 'exprience', 'less', '1', 'year'], ['spring', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'java'], ['less', '1', 'year', 'months', 'java', 'exprience'], ['1', 'year', 'months', 'java', 'exprience', 'less'], ['year', 'months', 'java', 'exprience', 'less', '1'], ['months', 'java', 'exprience', 'less', '1', 'year'], ['java', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'replete'], ['year', 'monthscompany', 'details', 'company', 'replete', 'business'], ['monthscompany', 'details', 'company', 'replete', 'business', 'solutions'], ['details', 'company', 'replete', 'business', 'solutions', 'pvt'], ['company', 'replete', 'business', 'solutions', 'pvt', 'ltd'], ['replete', 'business', 'solutions', 'pvt', 'ltd', 'description'], ['business', 'solutions', 'pvt', 'ltd', 'description', 'working'], ['solutions', 'pvt', 'ltd', 'description', 'working', 'java'], ['pvt', 'ltd', 'description', 'working', 'java', 'developer'], ['ltd', 'description', 'working', 'java', 'developer', 'spring'], ['description', 'working', 'java', 'developer', 'spring', 'mvc'], ['working', 'java', 'developer', 'spring', 'mvc', 'mysql'], ['java', 'developer', 'spring', 'mvc', 'mysql', 'mssql'], ['developer', 'spring', 'mvc', 'mysql', 'mssql', 'java'], ['spring', 'mvc', 'mysql', 'mssql', 'java', 'j2ee'], ['mvc', 'mysql', 'mssql', 'java', 'j2ee', 'ajax'], ['mysql', 'mssql', 'java', 'j2ee', 'ajax', 'javascript'], ['mssql', 'java', 'j2ee', 'ajax', 'javascript', 'ionic'], ['java', 'j2ee', 'ajax', 'javascript', 'ionic', '3'], ['j2ee', 'ajax', 'javascript', 'ionic', '3', 'framework'], ['ajax', 'javascript', 'ionic', '3', 'framework', 'angular'], ['javascript', 'ionic', '3', 'framework', 'angular', 'js'], ['ionic', '3', 'framework', 'angular', 'js', 'etc'], ['3', 'framework', 'angular', 'js', 'etc', 'technologies'], ['technicalskills', 'springmvc', 'hibernate', 'jdbc', 'java', 'j2ee', 'azureweb'], ['springmvc', 'hibernate', 'jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies'], ['hibernate', 'jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies', 'services'], ['jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp'], ['java', 'j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp', 'struts'], ['j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp', 'struts', 'servlet'], ['azureweb', 'suntechnologies', 'services', 'jsp', 'struts', 'servlet', 'restapi'], ['suntechnologies', 'services', 'jsp', 'struts', 'servlet', 'restapi', 'scripting'], ['services', 'jsp', 'struts', 'servlet', 'restapi', 'scripting', 'javascript'], ['jsp', 'struts', 'servlet', 'restapi', 'scripting', 'javascript', 'ajax'], ['struts', 'servlet', 'restapi', 'scripting', 'javascript', 'ajax', 'html'], ['servlet', 'restapi', 'scripting', 'javascript', 'ajax', 'html', 'json'], ['restapi', 'scripting', 'javascript', 'ajax', 'html', 'json', 'opensourcetechnologies'], ['scripting', 'javascript', 'ajax', 'html', 'json', 'opensourcetechnologies', 'php'], ['javascript', 'ajax', 'html', 'json', 'opensourcetechnologies', 'php', 'database'], ['ajax', 'html', 'json', 'opensourcetechnologies', 'php', 'database', 'mssql'], ['html', 'json', 'opensourcetechnologies', 'php', 'database', 'mssql', 'mysql'], ['json', 'opensourcetechnologies', 'php', 'database', 'mssql', 'mysql', 'oracle'], ['opensourcetechnologies', 'php', 'database', 'mssql', 'mysql', 'oracle', 'webservers'], ['php', 'database', 'mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver'], ['database', 'mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand'], ['mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications'], ['mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices'], ['oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks'], ['webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic'], ['apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html'], ['internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html', 'json'], ['onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html', 'json', 'operatingsystem'], ['azurewebservices', 'frameworks', 'ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2'], ['frameworks', 'ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp'], ['ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7'], ['html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8'], ['json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8', '1'], ['operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8', '1', '10'], ['windowsserver2012r2', 'winxp', '7', '8', '1', '10', 'linux'], ['winxp', '7', '8', '1', '10', 'linux', 'mac'], ['7', '8', '1', '10', 'linux', 'mac', 'os'], ['8', '1', '10', 'linux', 'mac', 'os', 'education'], ['1', '10', 'linux', 'mac', 'os', 'education', 'details'], ['10', 'linux', 'mac', 'os', 'education', 'details', 'august'], ['linux', 'mac', 'os', 'education', 'details', 'august', '2013'], ['mac', 'os', 'education', 'details', 'august', '2013', 'july'], ['os', 'education', 'details', 'august', '2013', 'july', '2016'], ['education', 'details', 'august', '2013', 'july', '2016', 'be'], ['details', 'august', '2013', 'july', '2016', 'be', 'computer'], ['august', '2013', 'july', '2016', 'be', 'computer', 'engineering'], ['2013', 'july', '2016', 'be', 'computer', 'engineering', 'nashik'], ['july', '2016', 'be', 'computer', 'engineering', 'nashik', 'maharashtra'], ['2016', 'be', 'computer', 'engineering', 'nashik', 'maharashtra', 'late'], ['be', 'computer', 'engineering', 'nashik', 'maharashtra', 'late', 'g'], ['computer', 'engineering', 'nashik', 'maharashtra', 'late', 'g', 'n'], ['engineering', 'nashik', 'maharashtra', 'late', 'g', 'n', 'sapkal'], ['nashik', 'maharashtra', 'late', 'g', 'n', 'sapkal', 'coe'], ['maharashtra', 'late', 'g', 'n', 'sapkal', 'coe', 'nashik'], ['late', 'g', 'n', 'sapkal', 'coe', 'nashik', 'july'], ['g', 'n', 'sapkal', 'coe', 'nashik', 'july', '2009'], ['n', 'sapkal', 'coe', 'nashik', 'july', '2009', 'june'], ['sapkal', 'coe', 'nashik', 'july', '2009', 'june', '2013'], ['coe', 'nashik', 'july', '2009', 'june', '2013', 'diploma'], ['nashik', 'july', '2009', 'june', '2013', 'diploma', 'computer'], ['july', '2009', 'june', '2013', 'diploma', 'computer', 'technology'], ['2009', 'june', '2013', 'diploma', 'computer', 'technology', 'nashik'], ['june', '2013', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra'], ['2013', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'k'], ['diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'k', 'k'], ['computer', 'technology', 'nashik', 'maharashtra', 'k', 'k', 'wagh'], ['technology', 'nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic'], ['nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'nashik'], ['maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'nashik', 'java'], ['k', 'k', 'wagh', 'polytechnic', 'nashik', 'java', 'developer'], ['k', 'wagh', 'polytechnic', 'nashik', 'java', 'developer', 'java'], ['wagh', 'polytechnic', 'nashik', 'java', 'developer', 'java', 'developer'], ['polytechnic', 'nashik', 'java', 'developer', 'java', 'developer', 'skill'], ['nashik', 'java', 'developer', 'java', 'developer', 'skill', 'details'], ['java', 'developer', 'java', 'developer', 'skill', 'details', 'ajax'], ['developer', 'java', 'developer', 'skill', 'details', 'ajax', 'exprience'], ['java', 'developer', 'skill', 'details', 'ajax', 'exprience', '12'], ['developer', 'skill', 'details', 'ajax', 'exprience', '12', 'months'], ['skill', 'details', 'ajax', 'exprience', '12', 'months', 'database'], ['details', 'ajax', 'exprience', '12', 'months', 'database', 'exprience'], ['ajax', 'exprience', '12', 'months', 'database', 'exprience', '24'], ['exprience', '12', 'months', 'database', 'exprience', '24', 'months'], ['12', 'months', 'database', 'exprience', '24', 'months', 'html'], ['months', 'database', 'exprience', '24', 'months', 'html', 'exprience'], ['database', 'exprience', '24', 'months', 'html', 'exprience', '24'], ['exprience', '24', 'months', 'html', 'exprience', '24', 'months'], ['24', 'months', 'html', 'exprience', '24', 'months', 'j2ee'], ['months', 'html', 'exprience', '24', 'months', 'j2ee', 'exprience'], ['html', 'exprience', '24', 'months', 'j2ee', 'exprience', '6'], ['exprience', '24', 'months', 'j2ee', 'exprience', '6', 'months'], ['24', 'months', 'j2ee', 'exprience', '6', 'months', 'java'], ['months', 'j2ee', 'exprience', '6', 'months', 'java', 'exprience'], ['j2ee', 'exprience', '6', 'months', 'java', 'exprience', '24'], ['exprience', '6', 'months', 'java', 'exprience', '24', 'months'], ['6', 'months', 'java', 'exprience', '24', 'months', 'spring'], ['months', 'java', 'exprience', '24', 'months', 'spring', 'mvc'], ['java', 'exprience', '24', 'months', 'spring', 'mvc', 'exprience'], ...], [['operating'], ['systems'], ['windows'], ['xp'], ['7'], ['10'], ['tools'], ['packages'], ['visual'], ['basic'], ['6'], ['0'], ['uml'], ['packet'], ['tracer'], ['web'], ['technologies'], ['core'], ['java'], ['advance'], ['java'], ['jsp'], ['hibernate'], ['spring'], ['languages'], ['known'], ['c'], ['c'], ['databases'], ['sql'], ['areas'], ['of'], ['interest'], ['software'], ['development'], ['programming'], ['academic'], ['projects'], ['details'], ['diploma'], ['title'], ['banking'], ['software'], ['description'], ['we'], ['used'], ['gsm'], ['technology'], ['transaction'], ['message'], ['security'], ['purpose'], ['environment'], ['os'], ['windows'], ['xp'], ['technologies'], ['used'], ['frontend'], ['visual'], ['basic'], ['6'], ['0'], ['backend'], ['oracle'], ['9i'], ['be'], ['title'], ['single'], ['sign'], ['on'], ['description'], ['we'], ['created'], ['single'], ['sign'], ['mechanism'], ['network'], ['security'], ['environment'], ['os'], ['windows'], ['7'], ['technologies'], ['used'], ['frontend'], ['java'], ['backend'], ['oracle'], ['10g'], ['me'], ['title'], ['text'], ['based'], ['graphical'], ['password'], ['to'], ['overcome'], ['shoulder'], ['surfing'], ['attacks'], ['description'], ['i'], ['created'], ['secure'], ['password'], ['system'], ['using'], ['random'], ['printing'], ['algo'], ['environment'], ['os'], ['windows'], ['10'], ['technologies'], ['used'], ['frontend'], ['java'], ['backend'], ['mysql'], ['company'], ['title'], ['agriculture'], ['management'], ['system'], ['description'], ['created'], ['web'], ['application'], ['agriculture'], ['system'], ['farming'], ['environment'], ['os'], ['windows'], ['10'], ['technologies'], ['used'], ['frontend'], ['hibernate'], ['backend'], ['mysql'], ['education'], ['details'], ['june'], ['2015'], ['february'], ['2018'], ['me'], ['computers'], ['computer'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['pune'], ['university'], ['june'], ['2007'], ['s'], ['s'], ['c'], ['solapur'], ['maharashtra'], ['maharashtra'], ['secondary'], ['board'], ['java'], ['developer'], ['java'], ['developer'], ['skill'], ['details'], ['java'], ['exprience'], ['6'], ['months'], ['databases'], ['exprience'], ['6'], ['months'], ['hibernate'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jsp'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['servlet'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['maxgen'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['1'], ['working'], ['java'], ['developer'], ['hibernate'], ['technology'], ['developing'], ['web'], ['application'], ['using'], ['jsp'], ['servlet'], ['hibernate'], ['company'], ['prakshal'], ['it'], ['academy'], ['description'], ['i'], ['working'], ['trainer'], ['i'], ['taught'], ['a'], ['n'], ['ccna'], ['routing'], ['switching'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', '10'], ['10', 'tools'], ['tools', 'packages'], ['packages', 'visual'], ['visual', 'basic'], ['basic', '6'], ['6', '0'], ['0', 'uml'], ['uml', 'packet'], ['packet', 'tracer'], ['tracer', 'web'], ['web', 'technologies'], ['technologies', 'core'], ['core', 'java'], ['java', 'advance'], ['advance', 'java'], ['java', 'jsp'], ['jsp', 'hibernate'], ['hibernate', 'spring'], ['spring', 'languages'], ['languages', 'known'], ['known', 'c'], ['c', 'c'], ['c', 'databases'], ['databases', 'sql'], ['sql', 'areas'], ['areas', 'of'], ['of', 'interest'], ['interest', 'software'], ['software', 'development'], ['development', 'programming'], ['programming', 'academic'], ['academic', 'projects'], ['projects', 'details'], ['details', 'diploma'], ['diploma', 'title'], ['title', 'banking'], ['banking', 'software'], ['software', 'description'], ['description', 'we'], ['we', 'used'], ['used', 'gsm'], ['gsm', 'technology'], ['technology', 'transaction'], ['transaction', 'message'], ['message', 'security'], ['security', 'purpose'], ['purpose', 'environment'], ['environment', 'os'], ['os', 'windows'], ['windows', 'xp'], ['xp', 'technologies'], ['technologies', 'used'], ['used', 'frontend'], ['frontend', 'visual'], ['visual', 'basic'], ['basic', '6'], ['6', '0'], ['0', 'backend'], ['backend', 'oracle'], ['oracle', '9i'], ['9i', 'be'], ['be', 'title'], ['title', 'single'], ['single', 'sign'], ['sign', 'on'], ['on', 'description'], ['description', 'we'], ['we', 'created'], ['created', 'single'], ['single', 'sign'], ['sign', 'mechanism'], ['mechanism', 'network'], ['network', 'security'], ['security', 'environment'], ['environment', 'os'], ['os', 'windows'], ['windows', '7'], ['7', 'technologies'], ['technologies', 'used'], ['used', 'frontend'], ['frontend', 'java'], ['java', 'backend'], ['backend', 'oracle'], ['oracle', '10g'], ['10g', 'me'], ['me', 'title'], ['title', 'text'], ['text', 'based'], ['based', 'graphical'], ['graphical', 'password'], ['password', 'to'], ['to', 'overcome'], ['overcome', 'shoulder'], ['shoulder', 'surfing'], ['surfing', 'attacks'], ['attacks', 'description'], ['description', 'i'], ['i', 'created'], ['created', 'secure'], ['secure', 'password'], ['password', 'system'], ['system', 'using'], ['using', 'random'], ['random', 'printing'], ['printing', 'algo'], ['algo', 'environment'], ['environment', 'os'], ['os', 'windows'], ['windows', '10'], ['10', 'technologies'], ['technologies', 'used'], ['used', 'frontend'], ['frontend', 'java'], ['java', 'backend'], ['backend', 'mysql'], ['mysql', 'company'], ['company', 'title'], ['title', 'agriculture'], ['agriculture', 'management'], ['management', 'system'], ['system', 'description'], ['description', 'created'], ['created', 'web'], ['web', 'application'], ['application', 'agriculture'], ['agriculture', 'system'], ['system', 'farming'], ['farming', 'environment'], ['environment', 'os'], ['os', 'windows'], ['windows', '10'], ['10', 'technologies'], ['technologies', 'used'], ['used', 'frontend'], ['frontend', 'hibernate'], ['hibernate', 'backend'], ['backend', 'mysql'], ['mysql', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2015'], ['2015', 'february'], ['february', '2018'], ['2018', 'me'], ['me', 'computers'], ['computers', 'computer'], ['computer', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'june'], ['june', '2007'], ['2007', 's'], ['s', 's'], ['s', 'c'], ['c', 'solapur'], ['solapur', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'secondary'], ['secondary', 'board'], ['board', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'databases'], ['databases', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'hibernate'], ['hibernate', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jsp'], ['jsp', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'servlet'], ['servlet', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'maxgen'], ['maxgen', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', '1'], ['1', 'working'], ['working', 'java'], ['java', 'developer'], ['developer', 'hibernate'], ['hibernate', 'technology'], ['technology', 'developing'], ['developing', 'web'], ['web', 'application'], ['application', 'using'], ['using', 'jsp'], ['jsp', 'servlet'], ['servlet', 'hibernate'], ['hibernate', 'company'], ['company', 'prakshal'], ['prakshal', 'it'], ['it', 'academy'], ['academy', 'description'], ['description', 'i'], ['i', 'working'], ['working', 'trainer'], ['trainer', 'i'], ['i', 'taught'], ['taught', 'a'], ['a', 'n'], ['n', 'ccna'], ['ccna', 'routing'], ['routing', 'switching'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', '10'], ['7', '10', 'tools'], ['10', 'tools', 'packages'], ['tools', 'packages', 'visual'], ['packages', 'visual', 'basic'], ['visual', 'basic', '6'], ['basic', '6', '0'], ['6', '0', 'uml'], ['0', 'uml', 'packet'], ['uml', 'packet', 'tracer'], ['packet', 'tracer', 'web'], ['tracer', 'web', 'technologies'], ['web', 'technologies', 'core'], ['technologies', 'core', 'java'], ['core', 'java', 'advance'], ['java', 'advance', 'java'], ['advance', 'java', 'jsp'], ['java', 'jsp', 'hibernate'], ['jsp', 'hibernate', 'spring'], ['hibernate', 'spring', 'languages'], ['spring', 'languages', 'known'], ['languages', 'known', 'c'], ['known', 'c', 'c'], ['c', 'c', 'databases'], ['c', 'databases', 'sql'], ['databases', 'sql', 'areas'], ['sql', 'areas', 'of'], ['areas', 'of', 'interest'], ['of', 'interest', 'software'], ['interest', 'software', 'development'], ['software', 'development', 'programming'], ['development', 'programming', 'academic'], ['programming', 'academic', 'projects'], ['academic', 'projects', 'details'], ['projects', 'details', 'diploma'], ['details', 'diploma', 'title'], ['diploma', 'title', 'banking'], ['title', 'banking', 'software'], ['banking', 'software', 'description'], ['software', 'description', 'we'], ['description', 'we', 'used'], ['we', 'used', 'gsm'], ['used', 'gsm', 'technology'], ['gsm', 'technology', 'transaction'], ['technology', 'transaction', 'message'], ['transaction', 'message', 'security'], ['message', 'security', 'purpose'], ['security', 'purpose', 'environment'], ['purpose', 'environment', 'os'], ['environment', 'os', 'windows'], ['os', 'windows', 'xp'], ['windows', 'xp', 'technologies'], ['xp', 'technologies', 'used'], ['technologies', 'used', 'frontend'], ['used', 'frontend', 'visual'], ['frontend', 'visual', 'basic'], ['visual', 'basic', '6'], ['basic', '6', '0'], ['6', '0', 'backend'], ['0', 'backend', 'oracle'], ['backend', 'oracle', '9i'], ['oracle', '9i', 'be'], ['9i', 'be', 'title'], ['be', 'title', 'single'], ['title', 'single', 'sign'], ['single', 'sign', 'on'], ['sign', 'on', 'description'], ['on', 'description', 'we'], ['description', 'we', 'created'], ['we', 'created', 'single'], ['created', 'single', 'sign'], ['single', 'sign', 'mechanism'], ['sign', 'mechanism', 'network'], ['mechanism', 'network', 'security'], ['network', 'security', 'environment'], ['security', 'environment', 'os'], ['environment', 'os', 'windows'], ['os', 'windows', '7'], ['windows', '7', 'technologies'], ['7', 'technologies', 'used'], ['technologies', 'used', 'frontend'], ['used', 'frontend', 'java'], ['frontend', 'java', 'backend'], ['java', 'backend', 'oracle'], ['backend', 'oracle', '10g'], ['oracle', '10g', 'me'], ['10g', 'me', 'title'], ['me', 'title', 'text'], ['title', 'text', 'based'], ['text', 'based', 'graphical'], ['based', 'graphical', 'password'], ['graphical', 'password', 'to'], ['password', 'to', 'overcome'], ['to', 'overcome', 'shoulder'], ['overcome', 'shoulder', 'surfing'], ['shoulder', 'surfing', 'attacks'], ['surfing', 'attacks', 'description'], ['attacks', 'description', 'i'], ['description', 'i', 'created'], ['i', 'created', 'secure'], ['created', 'secure', 'password'], ['secure', 'password', 'system'], ['password', 'system', 'using'], ['system', 'using', 'random'], ['using', 'random', 'printing'], ['random', 'printing', 'algo'], ['printing', 'algo', 'environment'], ['algo', 'environment', 'os'], ['environment', 'os', 'windows'], ['os', 'windows', '10'], ['windows', '10', 'technologies'], ['10', 'technologies', 'used'], ['technologies', 'used', 'frontend'], ['used', 'frontend', 'java'], ['frontend', 'java', 'backend'], ['java', 'backend', 'mysql'], ['backend', 'mysql', 'company'], ['mysql', 'company', 'title'], ['company', 'title', 'agriculture'], ['title', 'agriculture', 'management'], ['agriculture', 'management', 'system'], ['management', 'system', 'description'], ['system', 'description', 'created'], ['description', 'created', 'web'], ['created', 'web', 'application'], ['web', 'application', 'agriculture'], ['application', 'agriculture', 'system'], ['agriculture', 'system', 'farming'], ['system', 'farming', 'environment'], ['farming', 'environment', 'os'], ['environment', 'os', 'windows'], ['os', 'windows', '10'], ['windows', '10', 'technologies'], ['10', 'technologies', 'used'], ['technologies', 'used', 'frontend'], ['used', 'frontend', 'hibernate'], ['frontend', 'hibernate', 'backend'], ['hibernate', 'backend', 'mysql'], ['backend', 'mysql', 'education'], ['mysql', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2015'], ['june', '2015', 'february'], ['2015', 'february', '2018'], ['february', '2018', 'me'], ['2018', 'me', 'computers'], ['me', 'computers', 'computer'], ['computers', 'computer', 'pune'], ['computer', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'savitribai'], ['maharashtra', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'june'], ['university', 'june', '2007'], ['june', '2007', 's'], ['2007', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'solapur'], ['c', 'solapur', 'maharashtra'], ['solapur', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'secondary'], ['maharashtra', 'secondary', 'board'], ['secondary', 'board', 'java'], ['board', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'java'], ['details', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'databases'], ['months', 'databases', 'exprience'], ['databases', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'hibernate'], ['months', 'hibernate', 'exprience'], ['hibernate', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'jsp'], ['months', 'jsp', 'exprience'], ['jsp', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'servlet'], ['months', 'servlet', 'exprience'], ['servlet', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'maxgen'], ['company', 'maxgen', 'technologies'], ['maxgen', 'technologies', 'pvt'], ['technologies', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', '1'], ['description', '1', 'working'], ['1', 'working', 'java'], ['working', 'java', 'developer'], ['java', 'developer', 'hibernate'], ['developer', 'hibernate', 'technology'], ['hibernate', 'technology', 'developing'], ['technology', 'developing', 'web'], ['developing', 'web', 'application'], ['web', 'application', 'using'], ['application', 'using', 'jsp'], ['using', 'jsp', 'servlet'], ['jsp', 'servlet', 'hibernate'], ['servlet', 'hibernate', 'company'], ['hibernate', 'company', 'prakshal'], ['company', 'prakshal', 'it'], ['prakshal', 'it', 'academy'], ['it', 'academy', 'description'], ['academy', 'description', 'i'], ['description', 'i', 'working'], ['i', 'working', 'trainer'], ['working', 'trainer', 'i'], ['trainer', 'i', 'taught'], ['i', 'taught', 'a'], ['taught', 'a', 'n'], ['a', 'n', 'ccna'], ['n', 'ccna', 'routing'], ['ccna', 'routing', 'switching'], ['operating', 'systems', 'windows', 'xp'], ['systems', 'windows', 'xp', '7'], ['windows', 'xp', '7', '10'], ['xp', '7', '10', 'tools'], ['7', '10', 'tools', 'packages'], ['10', 'tools', 'packages', 'visual'], ['tools', 'packages', 'visual', 'basic'], ['packages', 'visual', 'basic', '6'], ['visual', 'basic', '6', '0'], ['basic', '6', '0', 'uml'], ['6', '0', 'uml', 'packet'], ['0', 'uml', 'packet', 'tracer'], ['uml', 'packet', 'tracer', 'web'], ['packet', 'tracer', 'web', 'technologies'], ['tracer', 'web', 'technologies', 'core'], ['web', 'technologies', 'core', 'java'], ['technologies', 'core', 'java', 'advance'], ['core', 'java', 'advance', 'java'], ['java', 'advance', 'java', 'jsp'], ['advance', 'java', 'jsp', 'hibernate'], ['java', 'jsp', 'hibernate', 'spring'], ['jsp', 'hibernate', 'spring', 'languages'], ['hibernate', 'spring', 'languages', 'known'], ['spring', 'languages', 'known', 'c'], ['languages', 'known', 'c', 'c'], ['known', 'c', 'c', 'databases'], ['c', 'c', 'databases', 'sql'], ['c', 'databases', 'sql', 'areas'], ['databases', 'sql', 'areas', 'of'], ['sql', 'areas', 'of', 'interest'], ['areas', 'of', 'interest', 'software'], ['of', 'interest', 'software', 'development'], ['interest', 'software', 'development', 'programming'], ['software', 'development', 'programming', 'academic'], ['development', 'programming', 'academic', 'projects'], ['programming', 'academic', 'projects', 'details'], ['academic', 'projects', 'details', 'diploma'], ['projects', 'details', 'diploma', 'title'], ['details', 'diploma', 'title', 'banking'], ['diploma', 'title', 'banking', 'software'], ['title', 'banking', 'software', 'description'], ['banking', 'software', 'description', 'we'], ['software', 'description', 'we', 'used'], ['description', 'we', 'used', 'gsm'], ['we', 'used', 'gsm', 'technology'], ['used', 'gsm', 'technology', 'transaction'], ['gsm', 'technology', 'transaction', 'message'], ['technology', 'transaction', 'message', 'security'], ['transaction', 'message', 'security', 'purpose'], ['message', 'security', 'purpose', 'environment'], ['security', 'purpose', 'environment', 'os'], ['purpose', 'environment', 'os', 'windows'], ['environment', 'os', 'windows', 'xp'], ['os', 'windows', 'xp', 'technologies'], ['windows', 'xp', 'technologies', 'used'], ['xp', 'technologies', 'used', 'frontend'], ['technologies', 'used', 'frontend', 'visual'], ['used', 'frontend', 'visual', 'basic'], ['frontend', 'visual', 'basic', '6'], ['visual', 'basic', '6', '0'], ['basic', '6', '0', 'backend'], ['6', '0', 'backend', 'oracle'], ['0', 'backend', 'oracle', '9i'], ['backend', 'oracle', '9i', 'be'], ['oracle', '9i', 'be', 'title'], ['9i', 'be', 'title', 'single'], ['be', 'title', 'single', 'sign'], ['title', 'single', 'sign', 'on'], ['single', 'sign', 'on', 'description'], ['sign', 'on', 'description', 'we'], ['on', 'description', 'we', 'created'], ['description', 'we', 'created', 'single'], ['we', 'created', 'single', 'sign'], ['created', 'single', 'sign', 'mechanism'], ['single', 'sign', 'mechanism', 'network'], ['sign', 'mechanism', 'network', 'security'], ['mechanism', 'network', 'security', 'environment'], ['network', 'security', 'environment', 'os'], ['security', 'environment', 'os', 'windows'], ['environment', 'os', 'windows', '7'], ['os', 'windows', '7', 'technologies'], ['windows', '7', 'technologies', 'used'], ['7', 'technologies', 'used', 'frontend'], ['technologies', 'used', 'frontend', 'java'], ['used', 'frontend', 'java', 'backend'], ['frontend', 'java', 'backend', 'oracle'], ['java', 'backend', 'oracle', '10g'], ['backend', 'oracle', '10g', 'me'], ['oracle', '10g', 'me', 'title'], ['10g', 'me', 'title', 'text'], ['me', 'title', 'text', 'based'], ['title', 'text', 'based', 'graphical'], ['text', 'based', 'graphical', 'password'], ['based', 'graphical', 'password', 'to'], ['graphical', 'password', 'to', 'overcome'], ['password', 'to', 'overcome', 'shoulder'], ['to', 'overcome', 'shoulder', 'surfing'], ['overcome', 'shoulder', 'surfing', 'attacks'], ['shoulder', 'surfing', 'attacks', 'description'], ['surfing', 'attacks', 'description', 'i'], ['attacks', 'description', 'i', 'created'], ['description', 'i', 'created', 'secure'], ['i', 'created', 'secure', 'password'], ['created', 'secure', 'password', 'system'], ['secure', 'password', 'system', 'using'], ['password', 'system', 'using', 'random'], ['system', 'using', 'random', 'printing'], ['using', 'random', 'printing', 'algo'], ['random', 'printing', 'algo', 'environment'], ['printing', 'algo', 'environment', 'os'], ['algo', 'environment', 'os', 'windows'], ['environment', 'os', 'windows', '10'], ['os', 'windows', '10', 'technologies'], ['windows', '10', 'technologies', 'used'], ['10', 'technologies', 'used', 'frontend'], ['technologies', 'used', 'frontend', 'java'], ['used', 'frontend', 'java', 'backend'], ['frontend', 'java', 'backend', 'mysql'], ['java', 'backend', 'mysql', 'company'], ['backend', 'mysql', 'company', 'title'], ['mysql', 'company', 'title', 'agriculture'], ['company', 'title', 'agriculture', 'management'], ['title', 'agriculture', 'management', 'system'], ['agriculture', 'management', 'system', 'description'], ['management', 'system', 'description', 'created'], ['system', 'description', 'created', 'web'], ['description', 'created', 'web', 'application'], ['created', 'web', 'application', 'agriculture'], ['web', 'application', 'agriculture', 'system'], ['application', 'agriculture', 'system', 'farming'], ['agriculture', 'system', 'farming', 'environment'], ['system', 'farming', 'environment', 'os'], ['farming', 'environment', 'os', 'windows'], ['environment', 'os', 'windows', '10'], ['os', 'windows', '10', 'technologies'], ['windows', '10', 'technologies', 'used'], ['10', 'technologies', 'used', 'frontend'], ['technologies', 'used', 'frontend', 'hibernate'], ['used', 'frontend', 'hibernate', 'backend'], ['frontend', 'hibernate', 'backend', 'mysql'], ['hibernate', 'backend', 'mysql', 'education'], ['backend', 'mysql', 'education', 'details'], ['mysql', 'education', 'details', 'june'], ['education', 'details', 'june', '2015'], ['details', 'june', '2015', 'february'], ['june', '2015', 'february', '2018'], ['2015', 'february', '2018', 'me'], ['february', '2018', 'me', 'computers'], ['2018', 'me', 'computers', 'computer'], ['me', 'computers', 'computer', 'pune'], ['computers', 'computer', 'pune', 'maharashtra'], ['computer', 'pune', 'maharashtra', 'savitribai'], ['pune', 'maharashtra', 'savitribai', 'phule'], ['maharashtra', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'june'], ['pune', 'university', 'june', '2007'], ['university', 'june', '2007', 's'], ['june', '2007', 's', 's'], ['2007', 's', 's', 'c'], ['s', 's', 'c', 'solapur'], ['s', 'c', 'solapur', 'maharashtra'], ['c', 'solapur', 'maharashtra', 'maharashtra'], ['solapur', 'maharashtra', 'maharashtra', 'secondary'], ['maharashtra', 'maharashtra', 'secondary', 'board'], ['maharashtra', 'secondary', 'board', 'java'], ['secondary', 'board', 'java', 'developer'], ['board', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'skill'], ['java', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'java'], ['skill', 'details', 'java', 'exprience'], ['details', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'databases'], ['6', 'months', 'databases', 'exprience'], ['months', 'databases', 'exprience', '6'], ['databases', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'hibernate'], ['6', 'months', 'hibernate', 'exprience'], ['months', 'hibernate', 'exprience', 'less'], ['hibernate', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'jsp'], ['year', 'months', 'jsp', 'exprience'], ['months', 'jsp', 'exprience', 'less'], ['jsp', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'servlet'], ['year', 'months', 'servlet', 'exprience'], ['months', 'servlet', 'exprience', 'less'], ['servlet', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'maxgen'], ['details', 'company', 'maxgen', 'technologies'], ['company', 'maxgen', 'technologies', 'pvt'], ['maxgen', 'technologies', 'pvt', 'ltd'], ['technologies', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', '1'], ['ltd', 'description', '1', 'working'], ['description', '1', 'working', 'java'], ['1', 'working', 'java', 'developer'], ['working', 'java', 'developer', 'hibernate'], ['java', 'developer', 'hibernate', 'technology'], ['developer', 'hibernate', 'technology', 'developing'], ['hibernate', 'technology', 'developing', 'web'], ['technology', 'developing', 'web', 'application'], ['developing', 'web', 'application', 'using'], ['web', 'application', 'using', 'jsp'], ['application', 'using', 'jsp', 'servlet'], ['using', 'jsp', 'servlet', 'hibernate'], ['jsp', 'servlet', 'hibernate', 'company'], ['servlet', 'hibernate', 'company', 'prakshal'], ['hibernate', 'company', 'prakshal', 'it'], ['company', 'prakshal', 'it', 'academy'], ['prakshal', 'it', 'academy', 'description'], ['it', 'academy', 'description', 'i'], ['academy', 'description', 'i', 'working'], ['description', 'i', 'working', 'trainer'], ['i', 'working', 'trainer', 'i'], ['working', 'trainer', 'i', 'taught'], ['trainer', 'i', 'taught', 'a'], ['i', 'taught', 'a', 'n'], ['taught', 'a', 'n', 'ccna'], ['a', 'n', 'ccna', 'routing'], ['n', 'ccna', 'routing', 'switching'], ['operating', 'systems', 'windows', 'xp', '7'], ['systems', 'windows', 'xp', '7', '10'], ['windows', 'xp', '7', '10', 'tools'], ['xp', '7', '10', 'tools', 'packages'], ['7', '10', 'tools', 'packages', 'visual'], ['10', 'tools', 'packages', 'visual', 'basic'], ['tools', 'packages', 'visual', 'basic', '6'], ['packages', 'visual', 'basic', '6', '0'], ['visual', 'basic', '6', '0', 'uml'], ['basic', '6', '0', 'uml', 'packet'], ['6', '0', 'uml', 'packet', 'tracer'], ['0', 'uml', 'packet', 'tracer', 'web'], ['uml', 'packet', 'tracer', 'web', 'technologies'], ['packet', 'tracer', 'web', 'technologies', 'core'], ['tracer', 'web', 'technologies', 'core', 'java'], ['web', 'technologies', 'core', 'java', 'advance'], ['technologies', 'core', 'java', 'advance', 'java'], ['core', 'java', 'advance', 'java', 'jsp'], ['java', 'advance', 'java', 'jsp', 'hibernate'], ['advance', 'java', 'jsp', 'hibernate', 'spring'], ['java', 'jsp', 'hibernate', 'spring', 'languages'], ['jsp', 'hibernate', 'spring', 'languages', 'known'], ['hibernate', 'spring', 'languages', 'known', 'c'], ['spring', 'languages', 'known', 'c', 'c'], ['languages', 'known', 'c', 'c', 'databases'], ['known', 'c', 'c', 'databases', 'sql'], ['c', 'c', 'databases', 'sql', 'areas'], ['c', 'databases', 'sql', 'areas', 'of'], ['databases', 'sql', 'areas', 'of', 'interest'], ['sql', 'areas', 'of', 'interest', 'software'], ['areas', 'of', 'interest', 'software', 'development'], ['of', 'interest', 'software', 'development', 'programming'], ['interest', 'software', 'development', 'programming', 'academic'], ['software', 'development', 'programming', 'academic', 'projects'], ['development', 'programming', 'academic', 'projects', 'details'], ['programming', 'academic', 'projects', 'details', 'diploma'], ['academic', 'projects', 'details', 'diploma', 'title'], ['projects', 'details', 'diploma', 'title', 'banking'], ['details', 'diploma', 'title', 'banking', 'software'], ['diploma', 'title', 'banking', 'software', 'description'], ['title', 'banking', 'software', 'description', 'we'], ['banking', 'software', 'description', 'we', 'used'], ['software', 'description', 'we', 'used', 'gsm'], ['description', 'we', 'used', 'gsm', 'technology'], ['we', 'used', 'gsm', 'technology', 'transaction'], ['used', 'gsm', 'technology', 'transaction', 'message'], ['gsm', 'technology', 'transaction', 'message', 'security'], ['technology', 'transaction', 'message', 'security', 'purpose'], ['transaction', 'message', 'security', 'purpose', 'environment'], ['message', 'security', 'purpose', 'environment', 'os'], ['security', 'purpose', 'environment', 'os', 'windows'], ['purpose', 'environment', 'os', 'windows', 'xp'], ['environment', 'os', 'windows', 'xp', 'technologies'], ['os', 'windows', 'xp', 'technologies', 'used'], ['windows', 'xp', 'technologies', 'used', 'frontend'], ['xp', 'technologies', 'used', 'frontend', 'visual'], ['technologies', 'used', 'frontend', 'visual', 'basic'], ['used', 'frontend', 'visual', 'basic', '6'], ['frontend', 'visual', 'basic', '6', '0'], ['visual', 'basic', '6', '0', 'backend'], ['basic', '6', '0', 'backend', 'oracle'], ['6', '0', 'backend', 'oracle', '9i'], ['0', 'backend', 'oracle', '9i', 'be'], ['backend', 'oracle', '9i', 'be', 'title'], ['oracle', '9i', 'be', 'title', 'single'], ['9i', 'be', 'title', 'single', 'sign'], ...], [['computer'], ['skills'], ['languages'], ['and'], ['script'], ['jsp'], ['servlet'], ['html'], ['css'], ['java'], ['script'], ['jquery'], ['ajax'], ['spring'], ['hibernate'], ['operating'], ['system'], ['microsoft'], ['windows'], ['2003'], ['xp'], ['vista'], ['7'], ['8'], ['databases'], ['my'], ['sql'], ['concepts'], ['oops'], ['core'], ['java'], ['advance'], ['java'], ['development'], ['tool'], ['eclipse'], ['net'], ['beans'], ['ide'], ['web'], ['server'], ['apache'], ['tomcat'], ['7'], ['0education'], ['details'], ['january'], ['2007'], ['h'], ['s'], ['c'], ['amravati'], ['maharashtra'], ['vidyabharati'], ['college'], ['january'], ['2005'], ['s'], ['s'], ['c'], ['amravati'], ['maharashtra'], ['holy'], ['cross'], ['english'], ['school'], ['java'], ['developer'], ['java'], ['developer'], ['kunal'], ['it'], ['services'], ['pvt'], ['ltd'], ['skill'], ['details'], ['eclipse'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['java'], ['exprience'], ['14'], ['months'], ['hibernate'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['spring'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jquery'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['kunal'], ['it'], ['services'], ['pvt'], ['ltd'], ['description'], ['currently'], ['working'], ['as'], ['java'], ['developer'], ['in'], ['winsol'], ['solution'], ['pvt'], ['ltd'], ['from'], ['1'], ['july'], ['2017'], ['to'], ['till'], ['date'], ['experience'], ['of'], ['2'], ['yrs'], ['as'], ['a'], ['java'], ['developer'], ['in'], ['kunal'], ['it'], ['services'], ['pvt'], ['ltd'], ['computer', 'skills'], ['skills', 'languages'], ['languages', 'and'], ['and', 'script'], ['script', 'jsp'], ['jsp', 'servlet'], ['servlet', 'html'], ['html', 'css'], ['css', 'java'], ['java', 'script'], ['script', 'jquery'], ['jquery', 'ajax'], ['ajax', 'spring'], ['spring', 'hibernate'], ['hibernate', 'operating'], ['operating', 'system'], ['system', 'microsoft'], ['microsoft', 'windows'], ['windows', '2003'], ['2003', 'xp'], ['xp', 'vista'], ['vista', '7'], ['7', '8'], ['8', 'databases'], ['databases', 'my'], ['my', 'sql'], ['sql', 'concepts'], ['concepts', 'oops'], ['oops', 'core'], ['core', 'java'], ['java', 'advance'], ['advance', 'java'], ['java', 'development'], ['development', 'tool'], ['tool', 'eclipse'], ['eclipse', 'net'], ['net', 'beans'], ['beans', 'ide'], ['ide', 'web'], ['web', 'server'], ['server', 'apache'], ['apache', 'tomcat'], ['tomcat', '7'], ['7', '0education'], ['0education', 'details'], ['details', 'january'], ['january', '2007'], ['2007', 'h'], ['h', 's'], ['s', 'c'], ['c', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'vidyabharati'], ['vidyabharati', 'college'], ['college', 'january'], ['january', '2005'], ['2005', 's'], ['s', 's'], ['s', 'c'], ['c', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'holy'], ['holy', 'cross'], ['cross', 'english'], ['english', 'school'], ['school', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'kunal'], ['kunal', 'it'], ['it', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'eclipse'], ['eclipse', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '14'], ['14', 'months'], ['months', 'hibernate'], ['hibernate', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'spring'], ['spring', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'kunal'], ['kunal', 'it'], ['it', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'currently'], ['currently', 'working'], ['working', 'as'], ['as', 'java'], ['java', 'developer'], ['developer', 'in'], ['in', 'winsol'], ['winsol', 'solution'], ['solution', 'pvt'], ['pvt', 'ltd'], ['ltd', 'from'], ['from', '1'], ['1', 'july'], ['july', '2017'], ['2017', 'to'], ['to', 'till'], ['till', 'date'], ['date', 'experience'], ['experience', 'of'], ['of', '2'], ['2', 'yrs'], ['yrs', 'as'], ['as', 'a'], ['a', 'java'], ['java', 'developer'], ['developer', 'in'], ['in', 'kunal'], ['kunal', 'it'], ['it', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['computer', 'skills', 'languages'], ['skills', 'languages', 'and'], ['languages', 'and', 'script'], ['and', 'script', 'jsp'], ['script', 'jsp', 'servlet'], ['jsp', 'servlet', 'html'], ['servlet', 'html', 'css'], ['html', 'css', 'java'], ['css', 'java', 'script'], ['java', 'script', 'jquery'], ['script', 'jquery', 'ajax'], ['jquery', 'ajax', 'spring'], ['ajax', 'spring', 'hibernate'], ['spring', 'hibernate', 'operating'], ['hibernate', 'operating', 'system'], ['operating', 'system', 'microsoft'], ['system', 'microsoft', 'windows'], ['microsoft', 'windows', '2003'], ['windows', '2003', 'xp'], ['2003', 'xp', 'vista'], ['xp', 'vista', '7'], ['vista', '7', '8'], ['7', '8', 'databases'], ['8', 'databases', 'my'], ['databases', 'my', 'sql'], ['my', 'sql', 'concepts'], ['sql', 'concepts', 'oops'], ['concepts', 'oops', 'core'], ['oops', 'core', 'java'], ['core', 'java', 'advance'], ['java', 'advance', 'java'], ['advance', 'java', 'development'], ['java', 'development', 'tool'], ['development', 'tool', 'eclipse'], ['tool', 'eclipse', 'net'], ['eclipse', 'net', 'beans'], ['net', 'beans', 'ide'], ['beans', 'ide', 'web'], ['ide', 'web', 'server'], ['web', 'server', 'apache'], ['server', 'apache', 'tomcat'], ['apache', 'tomcat', '7'], ['tomcat', '7', '0education'], ['7', '0education', 'details'], ['0education', 'details', 'january'], ['details', 'january', '2007'], ['january', '2007', 'h'], ['2007', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'amravati'], ['c', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'vidyabharati'], ['maharashtra', 'vidyabharati', 'college'], ['vidyabharati', 'college', 'january'], ['college', 'january', '2005'], ['january', '2005', 's'], ['2005', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'amravati'], ['c', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'holy'], ['maharashtra', 'holy', 'cross'], ['holy', 'cross', 'english'], ['cross', 'english', 'school'], ['english', 'school', 'java'], ['school', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'kunal'], ['developer', 'kunal', 'it'], ['kunal', 'it', 'services'], ['it', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'eclipse'], ['details', 'eclipse', 'exprience'], ['eclipse', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '14'], ['exprience', '14', 'months'], ['14', 'months', 'hibernate'], ['months', 'hibernate', 'exprience'], ['hibernate', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'spring'], ['months', 'spring', 'exprience'], ['spring', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'jquery'], ['months', 'jquery', 'exprience'], ['jquery', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'kunal'], ['company', 'kunal', 'it'], ['kunal', 'it', 'services'], ['it', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'currently'], ['description', 'currently', 'working'], ['currently', 'working', 'as'], ['working', 'as', 'java'], ['as', 'java', 'developer'], ['java', 'developer', 'in'], ['developer', 'in', 'winsol'], ['in', 'winsol', 'solution'], ['winsol', 'solution', 'pvt'], ['solution', 'pvt', 'ltd'], ['pvt', 'ltd', 'from'], ['ltd', 'from', '1'], ['from', '1', 'july'], ['1', 'july', '2017'], ['july', '2017', 'to'], ['2017', 'to', 'till'], ['to', 'till', 'date'], ['till', 'date', 'experience'], ['date', 'experience', 'of'], ['experience', 'of', '2'], ['of', '2', 'yrs'], ['2', 'yrs', 'as'], ['yrs', 'as', 'a'], ['as', 'a', 'java'], ['a', 'java', 'developer'], ['java', 'developer', 'in'], ['developer', 'in', 'kunal'], ['in', 'kunal', 'it'], ['kunal', 'it', 'services'], ['it', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['computer', 'skills', 'languages', 'and'], ['skills', 'languages', 'and', 'script'], ['languages', 'and', 'script', 'jsp'], ['and', 'script', 'jsp', 'servlet'], ['script', 'jsp', 'servlet', 'html'], ['jsp', 'servlet', 'html', 'css'], ['servlet', 'html', 'css', 'java'], ['html', 'css', 'java', 'script'], ['css', 'java', 'script', 'jquery'], ['java', 'script', 'jquery', 'ajax'], ['script', 'jquery', 'ajax', 'spring'], ['jquery', 'ajax', 'spring', 'hibernate'], ['ajax', 'spring', 'hibernate', 'operating'], ['spring', 'hibernate', 'operating', 'system'], ['hibernate', 'operating', 'system', 'microsoft'], ['operating', 'system', 'microsoft', 'windows'], ['system', 'microsoft', 'windows', '2003'], ['microsoft', 'windows', '2003', 'xp'], ['windows', '2003', 'xp', 'vista'], ['2003', 'xp', 'vista', '7'], ['xp', 'vista', '7', '8'], ['vista', '7', '8', 'databases'], ['7', '8', 'databases', 'my'], ['8', 'databases', 'my', 'sql'], ['databases', 'my', 'sql', 'concepts'], ['my', 'sql', 'concepts', 'oops'], ['sql', 'concepts', 'oops', 'core'], ['concepts', 'oops', 'core', 'java'], ['oops', 'core', 'java', 'advance'], ['core', 'java', 'advance', 'java'], ['java', 'advance', 'java', 'development'], ['advance', 'java', 'development', 'tool'], ['java', 'development', 'tool', 'eclipse'], ['development', 'tool', 'eclipse', 'net'], ['tool', 'eclipse', 'net', 'beans'], ['eclipse', 'net', 'beans', 'ide'], ['net', 'beans', 'ide', 'web'], ['beans', 'ide', 'web', 'server'], ['ide', 'web', 'server', 'apache'], ['web', 'server', 'apache', 'tomcat'], ['server', 'apache', 'tomcat', '7'], ['apache', 'tomcat', '7', '0education'], ['tomcat', '7', '0education', 'details'], ['7', '0education', 'details', 'january'], ['0education', 'details', 'january', '2007'], ['details', 'january', '2007', 'h'], ['january', '2007', 'h', 's'], ['2007', 'h', 's', 'c'], ['h', 's', 'c', 'amravati'], ['s', 'c', 'amravati', 'maharashtra'], ['c', 'amravati', 'maharashtra', 'vidyabharati'], ['amravati', 'maharashtra', 'vidyabharati', 'college'], ['maharashtra', 'vidyabharati', 'college', 'january'], ['vidyabharati', 'college', 'january', '2005'], ['college', 'january', '2005', 's'], ['january', '2005', 's', 's'], ['2005', 's', 's', 'c'], ['s', 's', 'c', 'amravati'], ['s', 'c', 'amravati', 'maharashtra'], ['c', 'amravati', 'maharashtra', 'holy'], ['amravati', 'maharashtra', 'holy', 'cross'], ['maharashtra', 'holy', 'cross', 'english'], ['holy', 'cross', 'english', 'school'], ['cross', 'english', 'school', 'java'], ['english', 'school', 'java', 'developer'], ['school', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'kunal'], ['java', 'developer', 'kunal', 'it'], ['developer', 'kunal', 'it', 'services'], ['kunal', 'it', 'services', 'pvt'], ['it', 'services', 'pvt', 'ltd'], ['services', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'eclipse'], ['skill', 'details', 'eclipse', 'exprience'], ['details', 'eclipse', 'exprience', 'less'], ['eclipse', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'java'], ['year', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '14'], ['java', 'exprience', '14', 'months'], ['exprience', '14', 'months', 'hibernate'], ['14', 'months', 'hibernate', 'exprience'], ['months', 'hibernate', 'exprience', 'less'], ['hibernate', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'spring'], ['year', 'months', 'spring', 'exprience'], ['months', 'spring', 'exprience', 'less'], ['spring', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'jquery'], ['year', 'months', 'jquery', 'exprience'], ['months', 'jquery', 'exprience', 'less'], ['jquery', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'kunal'], ['details', 'company', 'kunal', 'it'], ['company', 'kunal', 'it', 'services'], ['kunal', 'it', 'services', 'pvt'], ['it', 'services', 'pvt', 'ltd'], ['services', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'currently'], ['ltd', 'description', 'currently', 'working'], ['description', 'currently', 'working', 'as'], ['currently', 'working', 'as', 'java'], ['working', 'as', 'java', 'developer'], ['as', 'java', 'developer', 'in'], ['java', 'developer', 'in', 'winsol'], ['developer', 'in', 'winsol', 'solution'], ['in', 'winsol', 'solution', 'pvt'], ['winsol', 'solution', 'pvt', 'ltd'], ['solution', 'pvt', 'ltd', 'from'], ['pvt', 'ltd', 'from', '1'], ['ltd', 'from', '1', 'july'], ['from', '1', 'july', '2017'], ['1', 'july', '2017', 'to'], ['july', '2017', 'to', 'till'], ['2017', 'to', 'till', 'date'], ['to', 'till', 'date', 'experience'], ['till', 'date', 'experience', 'of'], ['date', 'experience', 'of', '2'], ['experience', 'of', '2', 'yrs'], ['of', '2', 'yrs', 'as'], ['2', 'yrs', 'as', 'a'], ['yrs', 'as', 'a', 'java'], ['as', 'a', 'java', 'developer'], ['a', 'java', 'developer', 'in'], ['java', 'developer', 'in', 'kunal'], ['developer', 'in', 'kunal', 'it'], ['in', 'kunal', 'it', 'services'], ['kunal', 'it', 'services', 'pvt'], ['it', 'services', 'pvt', 'ltd'], ['computer', 'skills', 'languages', 'and', 'script'], ['skills', 'languages', 'and', 'script', 'jsp'], ['languages', 'and', 'script', 'jsp', 'servlet'], ['and', 'script', 'jsp', 'servlet', 'html'], ['script', 'jsp', 'servlet', 'html', 'css'], ['jsp', 'servlet', 'html', 'css', 'java'], ['servlet', 'html', 'css', 'java', 'script'], ['html', 'css', 'java', 'script', 'jquery'], ['css', 'java', 'script', 'jquery', 'ajax'], ['java', 'script', 'jquery', 'ajax', 'spring'], ['script', 'jquery', 'ajax', 'spring', 'hibernate'], ['jquery', 'ajax', 'spring', 'hibernate', 'operating'], ['ajax', 'spring', 'hibernate', 'operating', 'system'], ['spring', 'hibernate', 'operating', 'system', 'microsoft'], ['hibernate', 'operating', 'system', 'microsoft', 'windows'], ['operating', 'system', 'microsoft', 'windows', '2003'], ['system', 'microsoft', 'windows', '2003', 'xp'], ['microsoft', 'windows', '2003', 'xp', 'vista'], ['windows', '2003', 'xp', 'vista', '7'], ['2003', 'xp', 'vista', '7', '8'], ['xp', 'vista', '7', '8', 'databases'], ['vista', '7', '8', 'databases', 'my'], ['7', '8', 'databases', 'my', 'sql'], ['8', 'databases', 'my', 'sql', 'concepts'], ['databases', 'my', 'sql', 'concepts', 'oops'], ['my', 'sql', 'concepts', 'oops', 'core'], ['sql', 'concepts', 'oops', 'core', 'java'], ['concepts', 'oops', 'core', 'java', 'advance'], ['oops', 'core', 'java', 'advance', 'java'], ['core', 'java', 'advance', 'java', 'development'], ['java', 'advance', 'java', 'development', 'tool'], ['advance', 'java', 'development', 'tool', 'eclipse'], ['java', 'development', 'tool', 'eclipse', 'net'], ['development', 'tool', 'eclipse', 'net', 'beans'], ['tool', 'eclipse', 'net', 'beans', 'ide'], ['eclipse', 'net', 'beans', 'ide', 'web'], ['net', 'beans', 'ide', 'web', 'server'], ['beans', 'ide', 'web', 'server', 'apache'], ['ide', 'web', 'server', 'apache', 'tomcat'], ['web', 'server', 'apache', 'tomcat', '7'], ['server', 'apache', 'tomcat', '7', '0education'], ['apache', 'tomcat', '7', '0education', 'details'], ['tomcat', '7', '0education', 'details', 'january'], ['7', '0education', 'details', 'january', '2007'], ['0education', 'details', 'january', '2007', 'h'], ['details', 'january', '2007', 'h', 's'], ['january', '2007', 'h', 's', 'c'], ['2007', 'h', 's', 'c', 'amravati'], ['h', 's', 'c', 'amravati', 'maharashtra'], ['s', 'c', 'amravati', 'maharashtra', 'vidyabharati'], ['c', 'amravati', 'maharashtra', 'vidyabharati', 'college'], ['amravati', 'maharashtra', 'vidyabharati', 'college', 'january'], ['maharashtra', 'vidyabharati', 'college', 'january', '2005'], ['vidyabharati', 'college', 'january', '2005', 's'], ['college', 'january', '2005', 's', 's'], ['january', '2005', 's', 's', 'c'], ['2005', 's', 's', 'c', 'amravati'], ['s', 's', 'c', 'amravati', 'maharashtra'], ['s', 'c', 'amravati', 'maharashtra', 'holy'], ['c', 'amravati', 'maharashtra', 'holy', 'cross'], ['amravati', 'maharashtra', 'holy', 'cross', 'english'], ['maharashtra', 'holy', 'cross', 'english', 'school'], ['holy', 'cross', 'english', 'school', 'java'], ['cross', 'english', 'school', 'java', 'developer'], ['english', 'school', 'java', 'developer', 'java'], ['school', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'kunal'], ['developer', 'java', 'developer', 'kunal', 'it'], ['java', 'developer', 'kunal', 'it', 'services'], ['developer', 'kunal', 'it', 'services', 'pvt'], ['kunal', 'it', 'services', 'pvt', 'ltd'], ['it', 'services', 'pvt', 'ltd', 'skill'], ['services', 'pvt', 'ltd', 'skill', 'details'], ['pvt', 'ltd', 'skill', 'details', 'eclipse'], ['ltd', 'skill', 'details', 'eclipse', 'exprience'], ['skill', 'details', 'eclipse', 'exprience', 'less'], ['details', 'eclipse', 'exprience', 'less', '1'], ['eclipse', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'java'], ['1', 'year', 'months', 'java', 'exprience'], ['year', 'months', 'java', 'exprience', '14'], ['months', 'java', 'exprience', '14', 'months'], ['java', 'exprience', '14', 'months', 'hibernate'], ['exprience', '14', 'months', 'hibernate', 'exprience'], ['14', 'months', 'hibernate', 'exprience', 'less'], ['months', 'hibernate', 'exprience', 'less', '1'], ['hibernate', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'spring'], ['1', 'year', 'months', 'spring', 'exprience'], ['year', 'months', 'spring', 'exprience', 'less'], ['months', 'spring', 'exprience', 'less', '1'], ['spring', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'jquery'], ['1', 'year', 'months', 'jquery', 'exprience'], ['year', 'months', 'jquery', 'exprience', 'less'], ['months', 'jquery', 'exprience', 'less', '1'], ['jquery', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'kunal'], ['monthscompany', 'details', 'company', 'kunal', 'it'], ['details', 'company', 'kunal', 'it', 'services'], ['company', 'kunal', 'it', 'services', 'pvt'], ['kunal', 'it', 'services', 'pvt', 'ltd'], ['it', 'services', 'pvt', 'ltd', 'description'], ['services', 'pvt', 'ltd', 'description', 'currently'], ['pvt', 'ltd', 'description', 'currently', 'working'], ['ltd', 'description', 'currently', 'working', 'as'], ['description', 'currently', 'working', 'as', 'java'], ['currently', 'working', 'as', 'java', 'developer'], ['working', 'as', 'java', 'developer', 'in'], ['as', 'java', 'developer', 'in', 'winsol'], ['java', 'developer', 'in', 'winsol', 'solution'], ['developer', 'in', 'winsol', 'solution', 'pvt'], ['in', 'winsol', 'solution', 'pvt', 'ltd'], ['winsol', 'solution', 'pvt', 'ltd', 'from'], ['solution', 'pvt', 'ltd', 'from', '1'], ['pvt', 'ltd', 'from', '1', 'july'], ['ltd', 'from', '1', 'july', '2017'], ['from', '1', 'july', '2017', 'to'], ['1', 'july', '2017', 'to', 'till'], ['july', '2017', 'to', 'till', 'date'], ['2017', 'to', 'till', 'date', 'experience'], ['to', 'till', 'date', 'experience', 'of'], ['till', 'date', 'experience', 'of', '2'], ['date', 'experience', 'of', '2', 'yrs'], ['experience', 'of', '2', 'yrs', 'as'], ['of', '2', 'yrs', 'as', 'a'], ['2', 'yrs', 'as', 'a', 'java'], ['yrs', 'as', 'a', 'java', 'developer'], ['as', 'a', 'java', 'developer', 'in'], ['a', 'java', 'developer', 'in', 'kunal'], ['java', 'developer', 'in', 'kunal', 'it'], ['developer', 'in', 'kunal', 'it', 'services'], ['in', 'kunal', 'it', 'services', 'pvt'], ['kunal', 'it', 'services', 'pvt', 'ltd'], ['computer', 'skills', 'languages', 'and', 'script', 'jsp'], ['skills', 'languages', 'and', 'script', 'jsp', 'servlet'], ['languages', 'and', 'script', 'jsp', 'servlet', 'html'], ['and', 'script', 'jsp', 'servlet', 'html', 'css'], ['script', 'jsp', 'servlet', 'html', 'css', 'java'], ['jsp', 'servlet', 'html', 'css', 'java', 'script'], ['servlet', 'html', 'css', 'java', 'script', 'jquery'], ['html', 'css', 'java', 'script', 'jquery', 'ajax'], ['css', 'java', 'script', 'jquery', 'ajax', 'spring'], ['java', 'script', 'jquery', 'ajax', 'spring', 'hibernate'], ['script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating'], ['jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system'], ['ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft'], ['spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows'], ['hibernate', 'operating', 'system', 'microsoft', 'windows', '2003'], ['operating', 'system', 'microsoft', 'windows', '2003', 'xp'], ['system', 'microsoft', 'windows', '2003', 'xp', 'vista'], ['microsoft', 'windows', '2003', 'xp', 'vista', '7'], ['windows', '2003', 'xp', 'vista', '7', '8'], ['2003', 'xp', 'vista', '7', '8', 'databases'], ['xp', 'vista', '7', '8', 'databases', 'my'], ['vista', '7', '8', 'databases', 'my', 'sql'], ['7', '8', 'databases', 'my', 'sql', 'concepts'], ['8', 'databases', 'my', 'sql', 'concepts', 'oops'], ['databases', 'my', 'sql', 'concepts', 'oops', 'core'], ['my', 'sql', 'concepts', 'oops', 'core', 'java'], ['sql', 'concepts', 'oops', 'core', 'java', 'advance'], ['concepts', 'oops', 'core', 'java', 'advance', 'java'], ['oops', 'core', 'java', 'advance', 'java', 'development'], ['core', 'java', 'advance', 'java', 'development', 'tool'], ['java', 'advance', 'java', 'development', 'tool', 'eclipse'], ['advance', 'java', 'development', 'tool', 'eclipse', 'net'], ['java', 'development', 'tool', 'eclipse', 'net', 'beans'], ['development', 'tool', 'eclipse', 'net', 'beans', 'ide'], ['tool', 'eclipse', 'net', 'beans', 'ide', 'web'], ['eclipse', 'net', 'beans', 'ide', 'web', 'server'], ['net', 'beans', 'ide', 'web', 'server', 'apache'], ['beans', 'ide', 'web', 'server', 'apache', 'tomcat'], ['ide', 'web', 'server', 'apache', 'tomcat', '7'], ['web', 'server', 'apache', 'tomcat', '7', '0education'], ['server', 'apache', 'tomcat', '7', '0education', 'details'], ['apache', 'tomcat', '7', '0education', 'details', 'january'], ['tomcat', '7', '0education', 'details', 'january', '2007'], ['7', '0education', 'details', 'january', '2007', 'h'], ['0education', 'details', 'january', '2007', 'h', 's'], ['details', 'january', '2007', 'h', 's', 'c'], ['january', '2007', 'h', 's', 'c', 'amravati'], ['2007', 'h', 's', 'c', 'amravati', 'maharashtra'], ['h', 's', 'c', 'amravati', 'maharashtra', 'vidyabharati'], ['s', 'c', 'amravati', 'maharashtra', 'vidyabharati', 'college'], ['c', 'amravati', 'maharashtra', 'vidyabharati', 'college', 'january'], ['amravati', 'maharashtra', 'vidyabharati', 'college', 'january', '2005'], ['maharashtra', 'vidyabharati', 'college', 'january', '2005', 's'], ['vidyabharati', 'college', 'january', '2005', 's', 's'], ['college', 'january', '2005', 's', 's', 'c'], ['january', '2005', 's', 's', 'c', 'amravati'], ['2005', 's', 's', 'c', 'amravati', 'maharashtra'], ['s', 's', 'c', 'amravati', 'maharashtra', 'holy'], ['s', 'c', 'amravati', 'maharashtra', 'holy', 'cross'], ['c', 'amravati', 'maharashtra', 'holy', 'cross', 'english'], ['amravati', 'maharashtra', 'holy', 'cross', 'english', 'school'], ['maharashtra', 'holy', 'cross', 'english', 'school', 'java'], ['holy', 'cross', 'english', 'school', 'java', 'developer'], ['cross', 'english', 'school', 'java', 'developer', 'java'], ['english', 'school', 'java', 'developer', 'java', 'developer'], ['school', 'java', 'developer', 'java', 'developer', 'kunal'], ['java', 'developer', 'java', 'developer', 'kunal', 'it'], ['developer', 'java', 'developer', 'kunal', 'it', 'services'], ['java', 'developer', 'kunal', 'it', 'services', 'pvt'], ['developer', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['kunal', 'it', 'services', 'pvt', 'ltd', 'skill'], ['it', 'services', 'pvt', 'ltd', 'skill', 'details'], ['services', 'pvt', 'ltd', 'skill', 'details', 'eclipse'], ['pvt', 'ltd', 'skill', 'details', 'eclipse', 'exprience'], ['ltd', 'skill', 'details', 'eclipse', 'exprience', 'less'], ['skill', 'details', 'eclipse', 'exprience', 'less', '1'], ['details', 'eclipse', 'exprience', 'less', '1', 'year'], ['eclipse', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'java'], ['less', '1', 'year', 'months', 'java', 'exprience'], ['1', 'year', 'months', 'java', 'exprience', '14'], ['year', 'months', 'java', 'exprience', '14', 'months'], ['months', 'java', 'exprience', '14', 'months', 'hibernate'], ['java', 'exprience', '14', 'months', 'hibernate', 'exprience'], ['exprience', '14', 'months', 'hibernate', 'exprience', 'less'], ['14', 'months', 'hibernate', 'exprience', 'less', '1'], ['months', 'hibernate', 'exprience', 'less', '1', 'year'], ['hibernate', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'spring'], ['less', '1', 'year', 'months', 'spring', 'exprience'], ['1', 'year', 'months', 'spring', 'exprience', 'less'], ['year', 'months', 'spring', 'exprience', 'less', '1'], ['months', 'spring', 'exprience', 'less', '1', 'year'], ['spring', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'jquery'], ['less', '1', 'year', 'months', 'jquery', 'exprience'], ['1', 'year', 'months', 'jquery', 'exprience', 'less'], ['year', 'months', 'jquery', 'exprience', 'less', '1'], ['months', 'jquery', 'exprience', 'less', '1', 'year'], ['jquery', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'kunal'], ['year', 'monthscompany', 'details', 'company', 'kunal', 'it'], ['monthscompany', 'details', 'company', 'kunal', 'it', 'services'], ['details', 'company', 'kunal', 'it', 'services', 'pvt'], ['company', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['kunal', 'it', 'services', 'pvt', 'ltd', 'description'], ['it', 'services', 'pvt', 'ltd', 'description', 'currently'], ['services', 'pvt', 'ltd', 'description', 'currently', 'working'], ['pvt', 'ltd', 'description', 'currently', 'working', 'as'], ['ltd', 'description', 'currently', 'working', 'as', 'java'], ['description', 'currently', 'working', 'as', 'java', 'developer'], ['currently', 'working', 'as', 'java', 'developer', 'in'], ['working', 'as', 'java', 'developer', 'in', 'winsol'], ['as', 'java', 'developer', 'in', 'winsol', 'solution'], ['java', 'developer', 'in', 'winsol', 'solution', 'pvt'], ['developer', 'in', 'winsol', 'solution', 'pvt', 'ltd'], ['in', 'winsol', 'solution', 'pvt', 'ltd', 'from'], ['winsol', 'solution', 'pvt', 'ltd', 'from', '1'], ['solution', 'pvt', 'ltd', 'from', '1', 'july'], ['pvt', 'ltd', 'from', '1', 'july', '2017'], ['ltd', 'from', '1', 'july', '2017', 'to'], ['from', '1', 'july', '2017', 'to', 'till'], ['1', 'july', '2017', 'to', 'till', 'date'], ['july', '2017', 'to', 'till', 'date', 'experience'], ['2017', 'to', 'till', 'date', 'experience', 'of'], ['to', 'till', 'date', 'experience', 'of', '2'], ['till', 'date', 'experience', 'of', '2', 'yrs'], ['date', 'experience', 'of', '2', 'yrs', 'as'], ['experience', 'of', '2', 'yrs', 'as', 'a'], ['of', '2', 'yrs', 'as', 'a', 'java'], ['2', 'yrs', 'as', 'a', 'java', 'developer'], ['yrs', 'as', 'a', 'java', 'developer', 'in'], ['as', 'a', 'java', 'developer', 'in', 'kunal'], ['a', 'java', 'developer', 'in', 'kunal', 'it'], ['java', 'developer', 'in', 'kunal', 'it', 'services'], ['developer', 'in', 'kunal', 'it', 'services', 'pvt'], ['in', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['computer', 'skills', 'languages', 'and', 'script', 'jsp', 'servlet'], ['skills', 'languages', 'and', 'script', 'jsp', 'servlet', 'html'], ['languages', 'and', 'script', 'jsp', 'servlet', 'html', 'css'], ['and', 'script', 'jsp', 'servlet', 'html', 'css', 'java'], ['script', 'jsp', 'servlet', 'html', 'css', 'java', 'script'], ['jsp', 'servlet', 'html', 'css', 'java', 'script', 'jquery'], ['servlet', 'html', 'css', 'java', 'script', 'jquery', 'ajax'], ['html', 'css', 'java', 'script', 'jquery', 'ajax', 'spring'], ['css', 'java', 'script', 'jquery', 'ajax', 'spring', 'hibernate'], ['java', 'script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating'], ['script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system'], ['jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft'], ['ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows'], ['spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows', '2003'], ['hibernate', 'operating', 'system', 'microsoft', 'windows', '2003', 'xp'], ['operating', 'system', 'microsoft', 'windows', '2003', 'xp', 'vista'], ['system', 'microsoft', 'windows', '2003', 'xp', 'vista', '7'], ['microsoft', 'windows', '2003', 'xp', 'vista', '7', '8'], ['windows', '2003', 'xp', 'vista', '7', '8', 'databases'], ['2003', 'xp', 'vista', '7', '8', 'databases', 'my'], ['xp', 'vista', '7', '8', 'databases', 'my', 'sql'], ['vista', '7', '8', 'databases', 'my', 'sql', 'concepts'], ['7', '8', 'databases', 'my', 'sql', 'concepts', 'oops'], ['8', 'databases', 'my', 'sql', 'concepts', 'oops', 'core'], ['databases', 'my', 'sql', 'concepts', 'oops', 'core', 'java'], ['my', 'sql', 'concepts', 'oops', 'core', 'java', 'advance'], ['sql', 'concepts', 'oops', 'core', 'java', 'advance', 'java'], ['concepts', 'oops', 'core', 'java', 'advance', 'java', 'development'], ['oops', 'core', 'java', 'advance', 'java', 'development', 'tool'], ['core', 'java', 'advance', 'java', 'development', 'tool', 'eclipse'], ['java', 'advance', 'java', 'development', 'tool', 'eclipse', 'net'], ['advance', 'java', 'development', 'tool', 'eclipse', 'net', 'beans'], ['java', 'development', 'tool', 'eclipse', 'net', 'beans', 'ide'], ['development', 'tool', 'eclipse', 'net', 'beans', 'ide', 'web'], ['tool', 'eclipse', 'net', 'beans', 'ide', 'web', 'server'], ['eclipse', 'net', 'beans', 'ide', 'web', 'server', 'apache'], ['net', 'beans', 'ide', 'web', 'server', 'apache', 'tomcat'], ['beans', 'ide', 'web', 'server', 'apache', 'tomcat', '7'], ['ide', 'web', 'server', 'apache', 'tomcat', '7', '0education'], ['web', 'server', 'apache', 'tomcat', '7', '0education', 'details'], ['server', 'apache', 'tomcat', '7', '0education', 'details', 'january'], ['apache', 'tomcat', '7', '0education', 'details', 'january', '2007'], ['tomcat', '7', '0education', 'details', 'january', '2007', 'h'], ['7', '0education', 'details', 'january', '2007', 'h', 's'], ['0education', 'details', 'january', '2007', 'h', 's', 'c'], ['details', 'january', '2007', 'h', 's', 'c', 'amravati'], ['january', '2007', 'h', 's', 'c', 'amravati', 'maharashtra'], ['2007', 'h', 's', 'c', 'amravati', 'maharashtra', 'vidyabharati'], ['h', 's', 'c', 'amravati', 'maharashtra', 'vidyabharati', 'college'], ['s', 'c', 'amravati', 'maharashtra', 'vidyabharati', 'college', 'january'], ['c', 'amravati', 'maharashtra', 'vidyabharati', 'college', 'january', '2005'], ['amravati', 'maharashtra', 'vidyabharati', 'college', 'january', '2005', 's'], ['maharashtra', 'vidyabharati', 'college', 'january', '2005', 's', 's'], ['vidyabharati', 'college', 'january', '2005', 's', 's', 'c'], ['college', 'january', '2005', 's', 's', 'c', 'amravati'], ['january', '2005', 's', 's', 'c', 'amravati', 'maharashtra'], ['2005', 's', 's', 'c', 'amravati', 'maharashtra', 'holy'], ['s', 's', 'c', 'amravati', 'maharashtra', 'holy', 'cross'], ['s', 'c', 'amravati', 'maharashtra', 'holy', 'cross', 'english'], ['c', 'amravati', 'maharashtra', 'holy', 'cross', 'english', 'school'], ['amravati', 'maharashtra', 'holy', 'cross', 'english', 'school', 'java'], ['maharashtra', 'holy', 'cross', 'english', 'school', 'java', 'developer'], ['holy', 'cross', 'english', 'school', 'java', 'developer', 'java'], ['cross', 'english', 'school', 'java', 'developer', 'java', 'developer'], ['english', 'school', 'java', 'developer', 'java', 'developer', 'kunal'], ['school', 'java', 'developer', 'java', 'developer', 'kunal', 'it'], ['java', 'developer', 'java', 'developer', 'kunal', 'it', 'services'], ['developer', 'java', 'developer', 'kunal', 'it', 'services', 'pvt'], ['java', 'developer', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['developer', 'kunal', 'it', 'services', 'pvt', 'ltd', 'skill'], ['kunal', 'it', 'services', 'pvt', 'ltd', 'skill', 'details'], ['it', 'services', 'pvt', 'ltd', 'skill', 'details', 'eclipse'], ['services', 'pvt', 'ltd', 'skill', 'details', 'eclipse', 'exprience'], ['pvt', 'ltd', 'skill', 'details', 'eclipse', 'exprience', 'less'], ['ltd', 'skill', 'details', 'eclipse', 'exprience', 'less', '1'], ['skill', 'details', 'eclipse', 'exprience', 'less', '1', 'year'], ['details', 'eclipse', 'exprience', 'less', '1', 'year', 'months'], ['eclipse', 'exprience', 'less', '1', 'year', 'months', 'java'], ['exprience', 'less', '1', 'year', 'months', 'java', 'exprience'], ['less', '1', 'year', 'months', 'java', 'exprience', '14'], ['1', 'year', 'months', 'java', 'exprience', '14', 'months'], ['year', 'months', 'java', 'exprience', '14', 'months', 'hibernate'], ['months', 'java', 'exprience', '14', 'months', 'hibernate', 'exprience'], ['java', 'exprience', '14', 'months', 'hibernate', 'exprience', 'less'], ['exprience', '14', 'months', 'hibernate', 'exprience', 'less', '1'], ['14', 'months', 'hibernate', 'exprience', 'less', '1', 'year'], ['months', 'hibernate', 'exprience', 'less', '1', 'year', 'months'], ['hibernate', 'exprience', 'less', '1', 'year', 'months', 'spring'], ['exprience', 'less', '1', 'year', 'months', 'spring', 'exprience'], ['less', '1', 'year', 'months', 'spring', 'exprience', 'less'], ['1', 'year', 'months', 'spring', 'exprience', 'less', '1'], ['year', 'months', 'spring', 'exprience', 'less', '1', 'year'], ['months', 'spring', 'exprience', 'less', '1', 'year', 'months'], ['spring', 'exprience', 'less', '1', 'year', 'months', 'jquery'], ['exprience', 'less', '1', 'year', 'months', 'jquery', 'exprience'], ['less', '1', 'year', 'months', 'jquery', 'exprience', 'less'], ['1', 'year', 'months', 'jquery', 'exprience', 'less', '1'], ['year', 'months', 'jquery', 'exprience', 'less', '1', 'year'], ['months', 'jquery', 'exprience', 'less', '1', 'year', 'monthscompany'], ['jquery', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'kunal'], ['1', 'year', 'monthscompany', 'details', 'company', 'kunal', 'it'], ['year', 'monthscompany', 'details', 'company', 'kunal', 'it', 'services'], ['monthscompany', 'details', 'company', 'kunal', 'it', 'services', 'pvt'], ['details', 'company', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['company', 'kunal', 'it', 'services', 'pvt', 'ltd', 'description'], ['kunal', 'it', 'services', 'pvt', 'ltd', 'description', 'currently'], ['it', 'services', 'pvt', 'ltd', 'description', 'currently', 'working'], ['services', 'pvt', 'ltd', 'description', 'currently', 'working', 'as'], ['pvt', 'ltd', 'description', 'currently', 'working', 'as', 'java'], ['ltd', 'description', 'currently', 'working', 'as', 'java', 'developer'], ['description', 'currently', 'working', 'as', 'java', 'developer', 'in'], ['currently', 'working', 'as', 'java', 'developer', 'in', 'winsol'], ['working', 'as', 'java', 'developer', 'in', 'winsol', 'solution'], ['as', 'java', 'developer', 'in', 'winsol', 'solution', 'pvt'], ['java', 'developer', 'in', 'winsol', 'solution', 'pvt', 'ltd'], ['developer', 'in', 'winsol', 'solution', 'pvt', 'ltd', 'from'], ['in', 'winsol', 'solution', 'pvt', 'ltd', 'from', '1'], ['winsol', 'solution', 'pvt', 'ltd', 'from', '1', 'july'], ['solution', 'pvt', 'ltd', 'from', '1', 'july', '2017'], ['pvt', 'ltd', 'from', '1', 'july', '2017', 'to'], ['ltd', 'from', '1', 'july', '2017', 'to', 'till'], ['from', '1', 'july', '2017', 'to', 'till', 'date'], ['1', 'july', '2017', 'to', 'till', 'date', 'experience'], ['july', '2017', 'to', 'till', 'date', 'experience', 'of'], ['2017', 'to', 'till', 'date', 'experience', 'of', '2'], ['to', 'till', 'date', 'experience', 'of', '2', 'yrs'], ['till', 'date', 'experience', 'of', '2', 'yrs', 'as'], ['date', 'experience', 'of', '2', 'yrs', 'as', 'a'], ['experience', 'of', '2', 'yrs', 'as', 'a', 'java'], ['of', '2', 'yrs', 'as', 'a', 'java', 'developer'], ['2', 'yrs', 'as', 'a', 'java', 'developer', 'in'], ['yrs', 'as', 'a', 'java', 'developer', 'in', 'kunal'], ['as', 'a', 'java', 'developer', 'in', 'kunal', 'it'], ['a', 'java', 'developer', 'in', 'kunal', 'it', 'services'], ['java', 'developer', 'in', 'kunal', 'it', 'services', 'pvt'], ['developer', 'in', 'kunal', 'it', 'services', 'pvt', 'ltd'], ['computer', 'skills', 'languages', 'and', 'script', 'jsp', 'servlet', 'html'], ['skills', 'languages', 'and', 'script', 'jsp', 'servlet', 'html', 'css'], ['languages', 'and', 'script', 'jsp', 'servlet', 'html', 'css', 'java'], ['and', 'script', 'jsp', 'servlet', 'html', 'css', 'java', 'script'], ['script', 'jsp', 'servlet', 'html', 'css', 'java', 'script', 'jquery'], ['jsp', 'servlet', 'html', 'css', 'java', 'script', 'jquery', 'ajax'], ['servlet', 'html', 'css', 'java', 'script', 'jquery', 'ajax', 'spring'], ['html', 'css', 'java', 'script', 'jquery', 'ajax', 'spring', 'hibernate'], ['css', 'java', 'script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating'], ['java', 'script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system'], ['script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft'], ['jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows'], ['ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows', '2003'], ...], [['education'], ['details'], ['january'], ['2016'], ['b'], ['e'], ['information'], ['technology'], ['pune'], ['maharashtra'], ['sawitribai'], ['phule'], ['pune'], ['university'], ['java'], ['developer'], ['java'], ['developer'], ['vertical'], ['software'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['vertical'], ['software'], ['description'], ['expertise'], ['design'], ['development'], ['web'], ['applications'], ['using'], ['j2ee'], ['servlets'], ['jsp'], ['javascript'], ['html'], ['css'], ['jquery'], ['ajax'], ['json'], ['experienced'], ['developing'], ['applications'], ['using'], ['mvc'], ['architecture'], ['good'], ['understanding'], ['software'], ['development'], ['life'], ['cycle'], ['phases'], ['requirement'], ['gathering'], ['analysis'], ['design'], ['development'], ['unit'], ['testing'], ['languages'], ['open'], ['source'], ['java'], ['j2ee'], ['spring'], ['hibernate'], ['frame'], ['work'], ['scripting'], ['languages'], ['server'], ['java'], ['jsp'], ['servlets'], ['db'], ['connectivity'], ['side'], ['program'], ['jdbc'], ['javascript'], ['jquery'], ['ajax'], ['json'], ['application'], ['server'], ['tomcat'], ['database'], ['mongodb'], ['mysql'], ['ides'], ['eclipse'], ['1'], ['project'], ['title'], ['expense'], ['ledger'], ['role'], ['java'], ['developer'], ['tools'], ['technologies'], ['java'], ['jsp'], ['servlet'], ['mysql'], ['javascript'], ['json'], ['jquery'], ['ajax'], ['2'], ['project'], ['title'], ['trimurti'], ['developer'], ['realestate'], ['role'], ['java'], ['developer'], ['tools'], ['technologies'], ['java'], ['jsp'], ['servlet'], ['mysql'], ['javascript'], ['json'], ['jquery'], ['ajax'], ['3'], ['project'], ['title'], ['vimay'], ['enterprise'], ['role'], ['java'], ['developer'], ['tools'], ['technologies'], ['java'], ['jsp'], ['spring'], ['hibernate'], ['maven'], ['jquery'], ['ajax'], ['company'], ['higher'], ['secondary'], ['school'], ['description'], ['pune'], ['58'], ['8'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'information'], ['information', 'technology'], ['technology', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'sawitribai'], ['sawitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'vertical'], ['vertical', 'software'], ['software', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'vertical'], ['vertical', 'software'], ['software', 'description'], ['description', 'expertise'], ['expertise', 'design'], ['design', 'development'], ['development', 'web'], ['web', 'applications'], ['applications', 'using'], ['using', 'j2ee'], ['j2ee', 'servlets'], ['servlets', 'jsp'], ['jsp', 'javascript'], ['javascript', 'html'], ['html', 'css'], ['css', 'jquery'], ['jquery', 'ajax'], ['ajax', 'json'], ['json', 'experienced'], ['experienced', 'developing'], ['developing', 'applications'], ['applications', 'using'], ['using', 'mvc'], ['mvc', 'architecture'], ['architecture', 'good'], ['good', 'understanding'], ['understanding', 'software'], ['software', 'development'], ['development', 'life'], ['life', 'cycle'], ['cycle', 'phases'], ['phases', 'requirement'], ['requirement', 'gathering'], ['gathering', 'analysis'], ['analysis', 'design'], ['design', 'development'], ['development', 'unit'], ['unit', 'testing'], ['testing', 'languages'], ['languages', 'open'], ['open', 'source'], ['source', 'java'], ['java', 'j2ee'], ['j2ee', 'spring'], ['spring', 'hibernate'], ['hibernate', 'frame'], ['frame', 'work'], ['work', 'scripting'], ['scripting', 'languages'], ['languages', 'server'], ['server', 'java'], ['java', 'jsp'], ['jsp', 'servlets'], ['servlets', 'db'], ['db', 'connectivity'], ['connectivity', 'side'], ['side', 'program'], ['program', 'jdbc'], ['jdbc', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'json'], ['json', 'application'], ['application', 'server'], ['server', 'tomcat'], ['tomcat', 'database'], ['database', 'mongodb'], ['mongodb', 'mysql'], ['mysql', 'ides'], ['ides', 'eclipse'], ['eclipse', '1'], ['1', 'project'], ['project', 'title'], ['title', 'expense'], ['expense', 'ledger'], ['ledger', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'tools'], ['tools', 'technologies'], ['technologies', 'java'], ['java', 'jsp'], ['jsp', 'servlet'], ['servlet', 'mysql'], ['mysql', 'javascript'], ['javascript', 'json'], ['json', 'jquery'], ['jquery', 'ajax'], ['ajax', '2'], ['2', 'project'], ['project', 'title'], ['title', 'trimurti'], ['trimurti', 'developer'], ['developer', 'realestate'], ['realestate', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'tools'], ['tools', 'technologies'], ['technologies', 'java'], ['java', 'jsp'], ['jsp', 'servlet'], ['servlet', 'mysql'], ['mysql', 'javascript'], ['javascript', 'json'], ['json', 'jquery'], ['jquery', 'ajax'], ['ajax', '3'], ['3', 'project'], ['project', 'title'], ['title', 'vimay'], ['vimay', 'enterprise'], ['enterprise', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'tools'], ['tools', 'technologies'], ['technologies', 'java'], ['java', 'jsp'], ['jsp', 'spring'], ['spring', 'hibernate'], ['hibernate', 'maven'], ['maven', 'jquery'], ['jquery', 'ajax'], ['ajax', 'company'], ['company', 'higher'], ['higher', 'secondary'], ['secondary', 'school'], ['school', 'description'], ['description', 'pune'], ['pune', '58'], ['58', '8'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'e'], ['b', 'e', 'information'], ['e', 'information', 'technology'], ['information', 'technology', 'pune'], ['technology', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'sawitribai'], ['maharashtra', 'sawitribai', 'phule'], ['sawitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'java'], ['university', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'vertical'], ['developer', 'vertical', 'software'], ['vertical', 'software', 'skill'], ['software', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'vertical'], ['company', 'vertical', 'software'], ['vertical', 'software', 'description'], ['software', 'description', 'expertise'], ['description', 'expertise', 'design'], ['expertise', 'design', 'development'], ['design', 'development', 'web'], ['development', 'web', 'applications'], ['web', 'applications', 'using'], ['applications', 'using', 'j2ee'], ['using', 'j2ee', 'servlets'], ['j2ee', 'servlets', 'jsp'], ['servlets', 'jsp', 'javascript'], ['jsp', 'javascript', 'html'], ['javascript', 'html', 'css'], ['html', 'css', 'jquery'], ['css', 'jquery', 'ajax'], ['jquery', 'ajax', 'json'], ['ajax', 'json', 'experienced'], ['json', 'experienced', 'developing'], ['experienced', 'developing', 'applications'], ['developing', 'applications', 'using'], ['applications', 'using', 'mvc'], ['using', 'mvc', 'architecture'], ['mvc', 'architecture', 'good'], ['architecture', 'good', 'understanding'], ['good', 'understanding', 'software'], ['understanding', 'software', 'development'], ['software', 'development', 'life'], ['development', 'life', 'cycle'], ['life', 'cycle', 'phases'], ['cycle', 'phases', 'requirement'], ['phases', 'requirement', 'gathering'], ['requirement', 'gathering', 'analysis'], ['gathering', 'analysis', 'design'], ['analysis', 'design', 'development'], ['design', 'development', 'unit'], ['development', 'unit', 'testing'], ['unit', 'testing', 'languages'], ['testing', 'languages', 'open'], ['languages', 'open', 'source'], ['open', 'source', 'java'], ['source', 'java', 'j2ee'], ['java', 'j2ee', 'spring'], ['j2ee', 'spring', 'hibernate'], ['spring', 'hibernate', 'frame'], ['hibernate', 'frame', 'work'], ['frame', 'work', 'scripting'], ['work', 'scripting', 'languages'], ['scripting', 'languages', 'server'], ['languages', 'server', 'java'], ['server', 'java', 'jsp'], ['java', 'jsp', 'servlets'], ['jsp', 'servlets', 'db'], ['servlets', 'db', 'connectivity'], ['db', 'connectivity', 'side'], ['connectivity', 'side', 'program'], ['side', 'program', 'jdbc'], ['program', 'jdbc', 'javascript'], ['jdbc', 'javascript', 'jquery'], ['javascript', 'jquery', 'ajax'], ['jquery', 'ajax', 'json'], ['ajax', 'json', 'application'], ['json', 'application', 'server'], ['application', 'server', 'tomcat'], ['server', 'tomcat', 'database'], ['tomcat', 'database', 'mongodb'], ['database', 'mongodb', 'mysql'], ['mongodb', 'mysql', 'ides'], ['mysql', 'ides', 'eclipse'], ['ides', 'eclipse', '1'], ['eclipse', '1', 'project'], ['1', 'project', 'title'], ['project', 'title', 'expense'], ['title', 'expense', 'ledger'], ['expense', 'ledger', 'role'], ['ledger', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'tools'], ['developer', 'tools', 'technologies'], ['tools', 'technologies', 'java'], ['technologies', 'java', 'jsp'], ['java', 'jsp', 'servlet'], ['jsp', 'servlet', 'mysql'], ['servlet', 'mysql', 'javascript'], ['mysql', 'javascript', 'json'], ['javascript', 'json', 'jquery'], ['json', 'jquery', 'ajax'], ['jquery', 'ajax', '2'], ['ajax', '2', 'project'], ['2', 'project', 'title'], ['project', 'title', 'trimurti'], ['title', 'trimurti', 'developer'], ['trimurti', 'developer', 'realestate'], ['developer', 'realestate', 'role'], ['realestate', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'tools'], ['developer', 'tools', 'technologies'], ['tools', 'technologies', 'java'], ['technologies', 'java', 'jsp'], ['java', 'jsp', 'servlet'], ['jsp', 'servlet', 'mysql'], ['servlet', 'mysql', 'javascript'], ['mysql', 'javascript', 'json'], ['javascript', 'json', 'jquery'], ['json', 'jquery', 'ajax'], ['jquery', 'ajax', '3'], ['ajax', '3', 'project'], ['3', 'project', 'title'], ['project', 'title', 'vimay'], ['title', 'vimay', 'enterprise'], ['vimay', 'enterprise', 'role'], ['enterprise', 'role', 'java'], ['role', 'java', 'developer'], ['java', 'developer', 'tools'], ['developer', 'tools', 'technologies'], ['tools', 'technologies', 'java'], ['technologies', 'java', 'jsp'], ['java', 'jsp', 'spring'], ['jsp', 'spring', 'hibernate'], ['spring', 'hibernate', 'maven'], ['hibernate', 'maven', 'jquery'], ['maven', 'jquery', 'ajax'], ['jquery', 'ajax', 'company'], ['ajax', 'company', 'higher'], ['company', 'higher', 'secondary'], ['higher', 'secondary', 'school'], ['secondary', 'school', 'description'], ['school', 'description', 'pune'], ['description', 'pune', '58'], ['pune', '58', '8'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'b'], ['january', '2016', 'b', 'e'], ['2016', 'b', 'e', 'information'], ['b', 'e', 'information', 'technology'], ['e', 'information', 'technology', 'pune'], ['information', 'technology', 'pune', 'maharashtra'], ['technology', 'pune', 'maharashtra', 'sawitribai'], ['pune', 'maharashtra', 'sawitribai', 'phule'], ['maharashtra', 'sawitribai', 'phule', 'pune'], ['sawitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'java'], ['pune', 'university', 'java', 'developer'], ['university', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'vertical'], ['java', 'developer', 'vertical', 'software'], ['developer', 'vertical', 'software', 'skill'], ['vertical', 'software', 'skill', 'details'], ['software', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'vertical'], ['details', 'company', 'vertical', 'software'], ['company', 'vertical', 'software', 'description'], ['vertical', 'software', 'description', 'expertise'], ['software', 'description', 'expertise', 'design'], ['description', 'expertise', 'design', 'development'], ['expertise', 'design', 'development', 'web'], ['design', 'development', 'web', 'applications'], ['development', 'web', 'applications', 'using'], ['web', 'applications', 'using', 'j2ee'], ['applications', 'using', 'j2ee', 'servlets'], ['using', 'j2ee', 'servlets', 'jsp'], ['j2ee', 'servlets', 'jsp', 'javascript'], ['servlets', 'jsp', 'javascript', 'html'], ['jsp', 'javascript', 'html', 'css'], ['javascript', 'html', 'css', 'jquery'], ['html', 'css', 'jquery', 'ajax'], ['css', 'jquery', 'ajax', 'json'], ['jquery', 'ajax', 'json', 'experienced'], ['ajax', 'json', 'experienced', 'developing'], ['json', 'experienced', 'developing', 'applications'], ['experienced', 'developing', 'applications', 'using'], ['developing', 'applications', 'using', 'mvc'], ['applications', 'using', 'mvc', 'architecture'], ['using', 'mvc', 'architecture', 'good'], ['mvc', 'architecture', 'good', 'understanding'], ['architecture', 'good', 'understanding', 'software'], ['good', 'understanding', 'software', 'development'], ['understanding', 'software', 'development', 'life'], ['software', 'development', 'life', 'cycle'], ['development', 'life', 'cycle', 'phases'], ['life', 'cycle', 'phases', 'requirement'], ['cycle', 'phases', 'requirement', 'gathering'], ['phases', 'requirement', 'gathering', 'analysis'], ['requirement', 'gathering', 'analysis', 'design'], ['gathering', 'analysis', 'design', 'development'], ['analysis', 'design', 'development', 'unit'], ['design', 'development', 'unit', 'testing'], ['development', 'unit', 'testing', 'languages'], ['unit', 'testing', 'languages', 'open'], ['testing', 'languages', 'open', 'source'], ['languages', 'open', 'source', 'java'], ['open', 'source', 'java', 'j2ee'], ['source', 'java', 'j2ee', 'spring'], ['java', 'j2ee', 'spring', 'hibernate'], ['j2ee', 'spring', 'hibernate', 'frame'], ['spring', 'hibernate', 'frame', 'work'], ['hibernate', 'frame', 'work', 'scripting'], ['frame', 'work', 'scripting', 'languages'], ['work', 'scripting', 'languages', 'server'], ['scripting', 'languages', 'server', 'java'], ['languages', 'server', 'java', 'jsp'], ['server', 'java', 'jsp', 'servlets'], ['java', 'jsp', 'servlets', 'db'], ['jsp', 'servlets', 'db', 'connectivity'], ['servlets', 'db', 'connectivity', 'side'], ['db', 'connectivity', 'side', 'program'], ['connectivity', 'side', 'program', 'jdbc'], ['side', 'program', 'jdbc', 'javascript'], ['program', 'jdbc', 'javascript', 'jquery'], ['jdbc', 'javascript', 'jquery', 'ajax'], ['javascript', 'jquery', 'ajax', 'json'], ['jquery', 'ajax', 'json', 'application'], ['ajax', 'json', 'application', 'server'], ['json', 'application', 'server', 'tomcat'], ['application', 'server', 'tomcat', 'database'], ['server', 'tomcat', 'database', 'mongodb'], ['tomcat', 'database', 'mongodb', 'mysql'], ['database', 'mongodb', 'mysql', 'ides'], ['mongodb', 'mysql', 'ides', 'eclipse'], ['mysql', 'ides', 'eclipse', '1'], ['ides', 'eclipse', '1', 'project'], ['eclipse', '1', 'project', 'title'], ['1', 'project', 'title', 'expense'], ['project', 'title', 'expense', 'ledger'], ['title', 'expense', 'ledger', 'role'], ['expense', 'ledger', 'role', 'java'], ['ledger', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'tools'], ['java', 'developer', 'tools', 'technologies'], ['developer', 'tools', 'technologies', 'java'], ['tools', 'technologies', 'java', 'jsp'], ['technologies', 'java', 'jsp', 'servlet'], ['java', 'jsp', 'servlet', 'mysql'], ['jsp', 'servlet', 'mysql', 'javascript'], ['servlet', 'mysql', 'javascript', 'json'], ['mysql', 'javascript', 'json', 'jquery'], ['javascript', 'json', 'jquery', 'ajax'], ['json', 'jquery', 'ajax', '2'], ['jquery', 'ajax', '2', 'project'], ['ajax', '2', 'project', 'title'], ['2', 'project', 'title', 'trimurti'], ['project', 'title', 'trimurti', 'developer'], ['title', 'trimurti', 'developer', 'realestate'], ['trimurti', 'developer', 'realestate', 'role'], ['developer', 'realestate', 'role', 'java'], ['realestate', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'tools'], ['java', 'developer', 'tools', 'technologies'], ['developer', 'tools', 'technologies', 'java'], ['tools', 'technologies', 'java', 'jsp'], ['technologies', 'java', 'jsp', 'servlet'], ['java', 'jsp', 'servlet', 'mysql'], ['jsp', 'servlet', 'mysql', 'javascript'], ['servlet', 'mysql', 'javascript', 'json'], ['mysql', 'javascript', 'json', 'jquery'], ['javascript', 'json', 'jquery', 'ajax'], ['json', 'jquery', 'ajax', '3'], ['jquery', 'ajax', '3', 'project'], ['ajax', '3', 'project', 'title'], ['3', 'project', 'title', 'vimay'], ['project', 'title', 'vimay', 'enterprise'], ['title', 'vimay', 'enterprise', 'role'], ['vimay', 'enterprise', 'role', 'java'], ['enterprise', 'role', 'java', 'developer'], ['role', 'java', 'developer', 'tools'], ['java', 'developer', 'tools', 'technologies'], ['developer', 'tools', 'technologies', 'java'], ['tools', 'technologies', 'java', 'jsp'], ['technologies', 'java', 'jsp', 'spring'], ['java', 'jsp', 'spring', 'hibernate'], ['jsp', 'spring', 'hibernate', 'maven'], ['spring', 'hibernate', 'maven', 'jquery'], ['hibernate', 'maven', 'jquery', 'ajax'], ['maven', 'jquery', 'ajax', 'company'], ['jquery', 'ajax', 'company', 'higher'], ['ajax', 'company', 'higher', 'secondary'], ['company', 'higher', 'secondary', 'school'], ['higher', 'secondary', 'school', 'description'], ['secondary', 'school', 'description', 'pune'], ['school', 'description', 'pune', '58'], ['description', 'pune', '58', '8'], ['education', 'details', 'january', '2016', 'b'], ['details', 'january', '2016', 'b', 'e'], ['january', '2016', 'b', 'e', 'information'], ['2016', 'b', 'e', 'information', 'technology'], ['b', 'e', 'information', 'technology', 'pune'], ['e', 'information', 'technology', 'pune', 'maharashtra'], ['information', 'technology', 'pune', 'maharashtra', 'sawitribai'], ['technology', 'pune', 'maharashtra', 'sawitribai', 'phule'], ['pune', 'maharashtra', 'sawitribai', 'phule', 'pune'], ['maharashtra', 'sawitribai', 'phule', 'pune', 'university'], ['sawitribai', 'phule', 'pune', 'university', 'java'], ['phule', 'pune', 'university', 'java', 'developer'], ['pune', 'university', 'java', 'developer', 'java'], ['university', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'vertical'], ['developer', 'java', 'developer', 'vertical', 'software'], ['java', 'developer', 'vertical', 'software', 'skill'], ['developer', 'vertical', 'software', 'skill', 'details'], ['vertical', 'software', 'skill', 'details', 'company'], ['software', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'vertical'], ['company', 'details', 'company', 'vertical', 'software'], ['details', 'company', 'vertical', 'software', 'description'], ['company', 'vertical', 'software', 'description', 'expertise'], ['vertical', 'software', 'description', 'expertise', 'design'], ['software', 'description', 'expertise', 'design', 'development'], ['description', 'expertise', 'design', 'development', 'web'], ['expertise', 'design', 'development', 'web', 'applications'], ['design', 'development', 'web', 'applications', 'using'], ['development', 'web', 'applications', 'using', 'j2ee'], ['web', 'applications', 'using', 'j2ee', 'servlets'], ['applications', 'using', 'j2ee', 'servlets', 'jsp'], ['using', 'j2ee', 'servlets', 'jsp', 'javascript'], ['j2ee', 'servlets', 'jsp', 'javascript', 'html'], ['servlets', 'jsp', 'javascript', 'html', 'css'], ['jsp', 'javascript', 'html', 'css', 'jquery'], ['javascript', 'html', 'css', 'jquery', 'ajax'], ['html', 'css', 'jquery', 'ajax', 'json'], ['css', 'jquery', 'ajax', 'json', 'experienced'], ['jquery', 'ajax', 'json', 'experienced', 'developing'], ['ajax', 'json', 'experienced', 'developing', 'applications'], ['json', 'experienced', 'developing', 'applications', 'using'], ['experienced', 'developing', 'applications', 'using', 'mvc'], ['developing', 'applications', 'using', 'mvc', 'architecture'], ['applications', 'using', 'mvc', 'architecture', 'good'], ['using', 'mvc', 'architecture', 'good', 'understanding'], ['mvc', 'architecture', 'good', 'understanding', 'software'], ['architecture', 'good', 'understanding', 'software', 'development'], ['good', 'understanding', 'software', 'development', 'life'], ['understanding', 'software', 'development', 'life', 'cycle'], ['software', 'development', 'life', 'cycle', 'phases'], ['development', 'life', 'cycle', 'phases', 'requirement'], ['life', 'cycle', 'phases', 'requirement', 'gathering'], ['cycle', 'phases', 'requirement', 'gathering', 'analysis'], ['phases', 'requirement', 'gathering', 'analysis', 'design'], ['requirement', 'gathering', 'analysis', 'design', 'development'], ['gathering', 'analysis', 'design', 'development', 'unit'], ['analysis', 'design', 'development', 'unit', 'testing'], ['design', 'development', 'unit', 'testing', 'languages'], ['development', 'unit', 'testing', 'languages', 'open'], ['unit', 'testing', 'languages', 'open', 'source'], ['testing', 'languages', 'open', 'source', 'java'], ['languages', 'open', 'source', 'java', 'j2ee'], ['open', 'source', 'java', 'j2ee', 'spring'], ['source', 'java', 'j2ee', 'spring', 'hibernate'], ['java', 'j2ee', 'spring', 'hibernate', 'frame'], ['j2ee', 'spring', 'hibernate', 'frame', 'work'], ['spring', 'hibernate', 'frame', 'work', 'scripting'], ['hibernate', 'frame', 'work', 'scripting', 'languages'], ['frame', 'work', 'scripting', 'languages', 'server'], ['work', 'scripting', 'languages', 'server', 'java'], ['scripting', 'languages', 'server', 'java', 'jsp'], ['languages', 'server', 'java', 'jsp', 'servlets'], ['server', 'java', 'jsp', 'servlets', 'db'], ['java', 'jsp', 'servlets', 'db', 'connectivity'], ['jsp', 'servlets', 'db', 'connectivity', 'side'], ['servlets', 'db', 'connectivity', 'side', 'program'], ['db', 'connectivity', 'side', 'program', 'jdbc'], ['connectivity', 'side', 'program', 'jdbc', 'javascript'], ['side', 'program', 'jdbc', 'javascript', 'jquery'], ['program', 'jdbc', 'javascript', 'jquery', 'ajax'], ['jdbc', 'javascript', 'jquery', 'ajax', 'json'], ['javascript', 'jquery', 'ajax', 'json', 'application'], ['jquery', 'ajax', 'json', 'application', 'server'], ['ajax', 'json', 'application', 'server', 'tomcat'], ['json', 'application', 'server', 'tomcat', 'database'], ['application', 'server', 'tomcat', 'database', 'mongodb'], ['server', 'tomcat', 'database', 'mongodb', 'mysql'], ['tomcat', 'database', 'mongodb', 'mysql', 'ides'], ['database', 'mongodb', 'mysql', 'ides', 'eclipse'], ['mongodb', 'mysql', 'ides', 'eclipse', '1'], ['mysql', 'ides', 'eclipse', '1', 'project'], ['ides', 'eclipse', '1', 'project', 'title'], ['eclipse', '1', 'project', 'title', 'expense'], ['1', 'project', 'title', 'expense', 'ledger'], ['project', 'title', 'expense', 'ledger', 'role'], ['title', 'expense', 'ledger', 'role', 'java'], ['expense', 'ledger', 'role', 'java', 'developer'], ['ledger', 'role', 'java', 'developer', 'tools'], ['role', 'java', 'developer', 'tools', 'technologies'], ['java', 'developer', 'tools', 'technologies', 'java'], ['developer', 'tools', 'technologies', 'java', 'jsp'], ['tools', 'technologies', 'java', 'jsp', 'servlet'], ['technologies', 'java', 'jsp', 'servlet', 'mysql'], ['java', 'jsp', 'servlet', 'mysql', 'javascript'], ['jsp', 'servlet', 'mysql', 'javascript', 'json'], ['servlet', 'mysql', 'javascript', 'json', 'jquery'], ['mysql', 'javascript', 'json', 'jquery', 'ajax'], ['javascript', 'json', 'jquery', 'ajax', '2'], ['json', 'jquery', 'ajax', '2', 'project'], ['jquery', 'ajax', '2', 'project', 'title'], ['ajax', '2', 'project', 'title', 'trimurti'], ['2', 'project', 'title', 'trimurti', 'developer'], ['project', 'title', 'trimurti', 'developer', 'realestate'], ['title', 'trimurti', 'developer', 'realestate', 'role'], ['trimurti', 'developer', 'realestate', 'role', 'java'], ['developer', 'realestate', 'role', 'java', 'developer'], ['realestate', 'role', 'java', 'developer', 'tools'], ['role', 'java', 'developer', 'tools', 'technologies'], ['java', 'developer', 'tools', 'technologies', 'java'], ['developer', 'tools', 'technologies', 'java', 'jsp'], ['tools', 'technologies', 'java', 'jsp', 'servlet'], ['technologies', 'java', 'jsp', 'servlet', 'mysql'], ['java', 'jsp', 'servlet', 'mysql', 'javascript'], ['jsp', 'servlet', 'mysql', 'javascript', 'json'], ['servlet', 'mysql', 'javascript', 'json', 'jquery'], ['mysql', 'javascript', 'json', 'jquery', 'ajax'], ['javascript', 'json', 'jquery', 'ajax', '3'], ['json', 'jquery', 'ajax', '3', 'project'], ['jquery', 'ajax', '3', 'project', 'title'], ['ajax', '3', 'project', 'title', 'vimay'], ['3', 'project', 'title', 'vimay', 'enterprise'], ['project', 'title', 'vimay', 'enterprise', 'role'], ['title', 'vimay', 'enterprise', 'role', 'java'], ['vimay', 'enterprise', 'role', 'java', 'developer'], ['enterprise', 'role', 'java', 'developer', 'tools'], ['role', 'java', 'developer', 'tools', 'technologies'], ['java', 'developer', 'tools', 'technologies', 'java'], ['developer', 'tools', 'technologies', 'java', 'jsp'], ['tools', 'technologies', 'java', 'jsp', 'spring'], ['technologies', 'java', 'jsp', 'spring', 'hibernate'], ['java', 'jsp', 'spring', 'hibernate', 'maven'], ['jsp', 'spring', 'hibernate', 'maven', 'jquery'], ['spring', 'hibernate', 'maven', 'jquery', 'ajax'], ['hibernate', 'maven', 'jquery', 'ajax', 'company'], ['maven', 'jquery', 'ajax', 'company', 'higher'], ['jquery', 'ajax', 'company', 'higher', 'secondary'], ['ajax', 'company', 'higher', 'secondary', 'school'], ['company', 'higher', 'secondary', 'school', 'description'], ['higher', 'secondary', 'school', 'description', 'pune'], ['secondary', 'school', 'description', 'pune', '58'], ['school', 'description', 'pune', '58', '8'], ['education', 'details', 'january', '2016', 'b', 'e'], ['details', 'january', '2016', 'b', 'e', 'information'], ['january', '2016', 'b', 'e', 'information', 'technology'], ['2016', 'b', 'e', 'information', 'technology', 'pune'], ['b', 'e', 'information', 'technology', 'pune', 'maharashtra'], ['e', 'information', 'technology', 'pune', 'maharashtra', 'sawitribai'], ['information', 'technology', 'pune', 'maharashtra', 'sawitribai', 'phule'], ['technology', 'pune', 'maharashtra', 'sawitribai', 'phule', 'pune'], ['pune', 'maharashtra', 'sawitribai', 'phule', 'pune', 'university'], ['maharashtra', 'sawitribai', 'phule', 'pune', 'university', 'java'], ['sawitribai', 'phule', 'pune', 'university', 'java', 'developer'], ['phule', 'pune', 'university', 'java', 'developer', 'java'], ['pune', 'university', 'java', 'developer', 'java', 'developer'], ['university', 'java', 'developer', 'java', 'developer', 'vertical'], ['java', 'developer', 'java', 'developer', 'vertical', 'software'], ['developer', 'java', 'developer', 'vertical', 'software', 'skill'], ['java', 'developer', 'vertical', 'software', 'skill', 'details'], ['developer', 'vertical', 'software', 'skill', 'details', 'company'], ['vertical', 'software', 'skill', 'details', 'company', 'details'], ['software', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'vertical'], ['details', 'company', 'details', 'company', 'vertical', 'software'], ['company', 'details', 'company', 'vertical', 'software', 'description'], ['details', 'company', 'vertical', 'software', 'description', 'expertise'], ['company', 'vertical', 'software', 'description', 'expertise', 'design'], ['vertical', 'software', 'description', 'expertise', 'design', 'development'], ['software', 'description', 'expertise', 'design', 'development', 'web'], ['description', 'expertise', 'design', 'development', 'web', 'applications'], ['expertise', 'design', 'development', 'web', 'applications', 'using'], ['design', 'development', 'web', 'applications', 'using', 'j2ee'], ['development', 'web', 'applications', 'using', 'j2ee', 'servlets'], ['web', 'applications', 'using', 'j2ee', 'servlets', 'jsp'], ['applications', 'using', 'j2ee', 'servlets', 'jsp', 'javascript'], ['using', 'j2ee', 'servlets', 'jsp', 'javascript', 'html'], ['j2ee', 'servlets', 'jsp', 'javascript', 'html', 'css'], ['servlets', 'jsp', 'javascript', 'html', 'css', 'jquery'], ['jsp', 'javascript', 'html', 'css', 'jquery', 'ajax'], ['javascript', 'html', 'css', 'jquery', 'ajax', 'json'], ['html', 'css', 'jquery', 'ajax', 'json', 'experienced'], ['css', 'jquery', 'ajax', 'json', 'experienced', 'developing'], ['jquery', 'ajax', 'json', 'experienced', 'developing', 'applications'], ['ajax', 'json', 'experienced', 'developing', 'applications', 'using'], ['json', 'experienced', 'developing', 'applications', 'using', 'mvc'], ['experienced', 'developing', 'applications', 'using', 'mvc', 'architecture'], ['developing', 'applications', 'using', 'mvc', 'architecture', 'good'], ['applications', 'using', 'mvc', 'architecture', 'good', 'understanding'], ['using', 'mvc', 'architecture', 'good', 'understanding', 'software'], ['mvc', 'architecture', 'good', 'understanding', 'software', 'development'], ['architecture', 'good', 'understanding', 'software', 'development', 'life'], ['good', 'understanding', 'software', 'development', 'life', 'cycle'], ['understanding', 'software', 'development', 'life', 'cycle', 'phases'], ['software', 'development', 'life', 'cycle', 'phases', 'requirement'], ['development', 'life', 'cycle', 'phases', 'requirement', 'gathering'], ['life', 'cycle', 'phases', 'requirement', 'gathering', 'analysis'], ['cycle', 'phases', 'requirement', 'gathering', 'analysis', 'design'], ['phases', 'requirement', 'gathering', 'analysis', 'design', 'development'], ['requirement', 'gathering', 'analysis', 'design', 'development', 'unit'], ['gathering', 'analysis', 'design', 'development', 'unit', 'testing'], ['analysis', 'design', 'development', 'unit', 'testing', 'languages'], ['design', 'development', 'unit', 'testing', 'languages', 'open'], ['development', 'unit', 'testing', 'languages', 'open', 'source'], ['unit', 'testing', 'languages', 'open', 'source', 'java'], ['testing', 'languages', 'open', 'source', 'java', 'j2ee'], ['languages', 'open', 'source', 'java', 'j2ee', 'spring'], ['open', 'source', 'java', 'j2ee', 'spring', 'hibernate'], ['source', 'java', 'j2ee', 'spring', 'hibernate', 'frame'], ['java', 'j2ee', 'spring', 'hibernate', 'frame', 'work'], ['j2ee', 'spring', 'hibernate', 'frame', 'work', 'scripting'], ['spring', 'hibernate', 'frame', 'work', 'scripting', 'languages'], ['hibernate', 'frame', 'work', 'scripting', 'languages', 'server'], ['frame', 'work', 'scripting', 'languages', 'server', 'java'], ['work', 'scripting', 'languages', 'server', 'java', 'jsp'], ['scripting', 'languages', 'server', 'java', 'jsp', 'servlets'], ['languages', 'server', 'java', 'jsp', 'servlets', 'db'], ['server', 'java', 'jsp', 'servlets', 'db', 'connectivity'], ['java', 'jsp', 'servlets', 'db', 'connectivity', 'side'], ['jsp', 'servlets', 'db', 'connectivity', 'side', 'program'], ['servlets', 'db', 'connectivity', 'side', 'program', 'jdbc'], ['db', 'connectivity', 'side', 'program', 'jdbc', 'javascript'], ['connectivity', 'side', 'program', 'jdbc', 'javascript', 'jquery'], ['side', 'program', 'jdbc', 'javascript', 'jquery', 'ajax'], ['program', 'jdbc', 'javascript', 'jquery', 'ajax', 'json'], ['jdbc', 'javascript', 'jquery', 'ajax', 'json', 'application'], ['javascript', 'jquery', 'ajax', 'json', 'application', 'server'], ['jquery', 'ajax', 'json', 'application', 'server', 'tomcat'], ['ajax', 'json', 'application', 'server', 'tomcat', 'database'], ['json', 'application', 'server', 'tomcat', 'database', 'mongodb'], ['application', 'server', 'tomcat', 'database', 'mongodb', 'mysql'], ['server', 'tomcat', 'database', 'mongodb', 'mysql', 'ides'], ['tomcat', 'database', 'mongodb', 'mysql', 'ides', 'eclipse'], ['database', 'mongodb', 'mysql', 'ides', 'eclipse', '1'], ['mongodb', 'mysql', 'ides', 'eclipse', '1', 'project'], ['mysql', 'ides', 'eclipse', '1', 'project', 'title'], ['ides', 'eclipse', '1', 'project', 'title', 'expense'], ['eclipse', '1', 'project', 'title', 'expense', 'ledger'], ['1', 'project', 'title', 'expense', 'ledger', 'role'], ['project', 'title', 'expense', 'ledger', 'role', 'java'], ['title', 'expense', 'ledger', 'role', 'java', 'developer'], ['expense', 'ledger', 'role', 'java', 'developer', 'tools'], ['ledger', 'role', 'java', 'developer', 'tools', 'technologies'], ['role', 'java', 'developer', 'tools', 'technologies', 'java'], ['java', 'developer', 'tools', 'technologies', 'java', 'jsp'], ['developer', 'tools', 'technologies', 'java', 'jsp', 'servlet'], ['tools', 'technologies', 'java', 'jsp', 'servlet', 'mysql'], ['technologies', 'java', 'jsp', 'servlet', 'mysql', 'javascript'], ['java', 'jsp', 'servlet', 'mysql', 'javascript', 'json'], ['jsp', 'servlet', 'mysql', 'javascript', 'json', 'jquery'], ['servlet', 'mysql', 'javascript', 'json', 'jquery', 'ajax'], ['mysql', 'javascript', 'json', 'jquery', 'ajax', '2'], ['javascript', 'json', 'jquery', 'ajax', '2', 'project'], ['json', 'jquery', 'ajax', '2', 'project', 'title'], ['jquery', 'ajax', '2', 'project', 'title', 'trimurti'], ['ajax', '2', 'project', 'title', 'trimurti', 'developer'], ['2', 'project', 'title', 'trimurti', 'developer', 'realestate'], ['project', 'title', 'trimurti', 'developer', 'realestate', 'role'], ['title', 'trimurti', 'developer', 'realestate', 'role', 'java'], ['trimurti', 'developer', 'realestate', 'role', 'java', 'developer'], ['developer', 'realestate', 'role', 'java', 'developer', 'tools'], ['realestate', 'role', 'java', 'developer', 'tools', 'technologies'], ['role', 'java', 'developer', 'tools', 'technologies', 'java'], ['java', 'developer', 'tools', 'technologies', 'java', 'jsp'], ['developer', 'tools', 'technologies', 'java', 'jsp', 'servlet'], ['tools', 'technologies', 'java', 'jsp', 'servlet', 'mysql'], ['technologies', 'java', 'jsp', 'servlet', 'mysql', 'javascript'], ['java', 'jsp', 'servlet', 'mysql', 'javascript', 'json'], ['jsp', 'servlet', 'mysql', 'javascript', 'json', 'jquery'], ['servlet', 'mysql', 'javascript', 'json', 'jquery', 'ajax'], ['mysql', 'javascript', 'json', 'jquery', 'ajax', '3'], ['javascript', 'json', 'jquery', 'ajax', '3', 'project'], ['json', 'jquery', 'ajax', '3', 'project', 'title'], ['jquery', 'ajax', '3', 'project', 'title', 'vimay'], ['ajax', '3', 'project', 'title', 'vimay', 'enterprise'], ['3', 'project', 'title', 'vimay', 'enterprise', 'role'], ['project', 'title', 'vimay', 'enterprise', 'role', 'java'], ['title', 'vimay', 'enterprise', 'role', 'java', 'developer'], ['vimay', 'enterprise', 'role', 'java', 'developer', 'tools'], ['enterprise', 'role', 'java', 'developer', 'tools', 'technologies'], ['role', 'java', 'developer', 'tools', 'technologies', 'java'], ['java', 'developer', 'tools', 'technologies', 'java', 'jsp'], ['developer', 'tools', 'technologies', 'java', 'jsp', 'spring'], ['tools', 'technologies', 'java', 'jsp', 'spring', 'hibernate'], ['technologies', 'java', 'jsp', 'spring', 'hibernate', 'maven'], ['java', 'jsp', 'spring', 'hibernate', 'maven', 'jquery'], ['jsp', 'spring', 'hibernate', 'maven', 'jquery', 'ajax'], ['spring', 'hibernate', 'maven', 'jquery', 'ajax', 'company'], ['hibernate', 'maven', 'jquery', 'ajax', 'company', 'higher'], ['maven', 'jquery', 'ajax', 'company', 'higher', 'secondary'], ['jquery', 'ajax', 'company', 'higher', 'secondary', 'school'], ['ajax', 'company', 'higher', 'secondary', 'school', 'description'], ['company', 'higher', 'secondary', 'school', 'description', 'pune'], ['higher', 'secondary', 'school', 'description', 'pune', '58'], ['secondary', 'school', 'description', 'pune', '58', '8'], ['education', 'details', 'january', '2016', 'b', 'e', 'information'], ['details', 'january', '2016', 'b', 'e', 'information', 'technology'], ['january', '2016', 'b', 'e', 'information', 'technology', 'pune'], ['2016', 'b', 'e', 'information', 'technology', 'pune', 'maharashtra'], ['b', 'e', 'information', 'technology', 'pune', 'maharashtra', 'sawitribai'], ['e', 'information', 'technology', 'pune', 'maharashtra', 'sawitribai', 'phule'], ['information', 'technology', 'pune', 'maharashtra', 'sawitribai', 'phule', 'pune'], ['technology', 'pune', 'maharashtra', 'sawitribai', 'phule', 'pune', 'university'], ['pune', 'maharashtra', 'sawitribai', 'phule', 'pune', 'university', 'java'], ['maharashtra', 'sawitribai', 'phule', 'pune', 'university', 'java', 'developer'], ['sawitribai', 'phule', 'pune', 'university', 'java', 'developer', 'java'], ['phule', 'pune', 'university', 'java', 'developer', 'java', 'developer'], ['pune', 'university', 'java', 'developer', 'java', 'developer', 'vertical'], ['university', 'java', 'developer', 'java', 'developer', 'vertical', 'software'], ['java', 'developer', 'java', 'developer', 'vertical', 'software', 'skill'], ['developer', 'java', 'developer', 'vertical', 'software', 'skill', 'details'], ['java', 'developer', 'vertical', 'software', 'skill', 'details', 'company'], ['developer', 'vertical', 'software', 'skill', 'details', 'company', 'details'], ['vertical', 'software', 'skill', 'details', 'company', 'details', 'company'], ['software', 'skill', 'details', 'company', 'details', 'company', 'vertical'], ['skill', 'details', 'company', 'details', 'company', 'vertical', 'software'], ['details', 'company', 'details', 'company', 'vertical', 'software', 'description'], ['company', 'details', 'company', 'vertical', 'software', 'description', 'expertise'], ['details', 'company', 'vertical', 'software', 'description', 'expertise', 'design'], ['company', 'vertical', 'software', 'description', 'expertise', 'design', 'development'], ['vertical', 'software', 'description', 'expertise', 'design', 'development', 'web'], ['software', 'description', 'expertise', 'design', 'development', 'web', 'applications'], ['description', 'expertise', 'design', 'development', 'web', 'applications', 'using'], ['expertise', 'design', 'development', 'web', 'applications', 'using', 'j2ee'], ['design', 'development', 'web', 'applications', 'using', 'j2ee', 'servlets'], ['development', 'web', 'applications', 'using', 'j2ee', 'servlets', 'jsp'], ['web', 'applications', 'using', 'j2ee', 'servlets', 'jsp', 'javascript'], ['applications', 'using', 'j2ee', 'servlets', 'jsp', 'javascript', 'html'], ['using', 'j2ee', 'servlets', 'jsp', 'javascript', 'html', 'css'], ['j2ee', 'servlets', 'jsp', 'javascript', 'html', 'css', 'jquery'], ['servlets', 'jsp', 'javascript', 'html', 'css', 'jquery', 'ajax'], ['jsp', 'javascript', 'html', 'css', 'jquery', 'ajax', 'json'], ['javascript', 'html', 'css', 'jquery', 'ajax', 'json', 'experienced'], ['html', 'css', 'jquery', 'ajax', 'json', 'experienced', 'developing'], ['css', 'jquery', 'ajax', 'json', 'experienced', 'developing', 'applications'], ['jquery', 'ajax', 'json', 'experienced', 'developing', 'applications', 'using'], ['ajax', 'json', 'experienced', 'developing', 'applications', 'using', 'mvc'], ['json', 'experienced', 'developing', 'applications', 'using', 'mvc', 'architecture'], ['experienced', 'developing', 'applications', 'using', 'mvc', 'architecture', 'good'], ['developing', 'applications', 'using', 'mvc', 'architecture', 'good', 'understanding'], ['applications', 'using', 'mvc', 'architecture', 'good', 'understanding', 'software'], ['using', 'mvc', 'architecture', 'good', 'understanding', 'software', 'development'], ['mvc', 'architecture', 'good', 'understanding', 'software', 'development', 'life'], ['architecture', 'good', 'understanding', 'software', 'development', 'life', 'cycle'], ['good', 'understanding', 'software', 'development', 'life', 'cycle', 'phases'], ['understanding', 'software', 'development', 'life', 'cycle', 'phases', 'requirement'], ['software', 'development', 'life', 'cycle', 'phases', 'requirement', 'gathering'], ['development', 'life', 'cycle', 'phases', 'requirement', 'gathering', 'analysis'], ['life', 'cycle', 'phases', 'requirement', 'gathering', 'analysis', 'design'], ['cycle', 'phases', 'requirement', 'gathering', 'analysis', 'design', 'development'], ['phases', 'requirement', 'gathering', 'analysis', 'design', 'development', 'unit'], ['requirement', 'gathering', 'analysis', 'design', 'development', 'unit', 'testing'], ['gathering', 'analysis', 'design', 'development', 'unit', 'testing', 'languages'], ['analysis', 'design', 'development', 'unit', 'testing', 'languages', 'open'], ['design', 'development', 'unit', 'testing', 'languages', 'open', 'source'], ['development', 'unit', 'testing', 'languages', 'open', 'source', 'java'], ['unit', 'testing', 'languages', 'open', 'source', 'java', 'j2ee'], ['testing', 'languages', 'open', 'source', 'java', 'j2ee', 'spring'], ['languages', 'open', 'source', 'java', 'j2ee', 'spring', 'hibernate'], ['open', 'source', 'java', 'j2ee', 'spring', 'hibernate', 'frame'], ['source', 'java', 'j2ee', 'spring', 'hibernate', 'frame', 'work'], ['java', 'j2ee', 'spring', 'hibernate', 'frame', 'work', 'scripting'], ['j2ee', 'spring', 'hibernate', 'frame', 'work', 'scripting', 'languages'], ['spring', 'hibernate', 'frame', 'work', 'scripting', 'languages', 'server'], ['hibernate', 'frame', 'work', 'scripting', 'languages', 'server', 'java'], ['frame', 'work', 'scripting', 'languages', 'server', 'java', 'jsp'], ['work', 'scripting', 'languages', 'server', 'java', 'jsp', 'servlets'], ['scripting', 'languages', 'server', 'java', 'jsp', 'servlets', 'db'], ...], [['technical'], ['skills'], ['programming'], ['languages'], ['java'], ['servlet'], ['jsp'], ['spring'], ['boot'], ['web'], ['technology'], ['html5'], ['css3'], ['bootstrap'], ['javascript'], ['jquery'], ['ajax'], ['angularjs'], ['database'], ['mysql'], ['ide'], ['tool'], ['eclipse'], ['spring'], ['tool'], ['suit'], ['net'], ['beans'], ['sublime'], ['text'], ['atom'], ['operating'], ['system'], ['windows'], ['xp'], ['7'], ['8'], ['10'], ['achievement'], ['java'], ['developer'], ['certificate'], ['unanth'], ['technical'], ['institute'], ['java'], ['certificate'], ['solo'], ['learn'], ['command'], ['line'], ['crash'], ['course'], ['certificate'], ['udemy'], ['job'], ['details'], ['education'], ['details'], ['january'], ['2018'], ['m'], ['c'], ['a'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['january'], ['2015'], ['b'], ['c'], ['a'], ['amravati'], ['maharashtra'], ['amravati'], ['university'], ['january'], ['2012'], ['h'], ['s'], ['c'], ['amravati'], ['maharashtra'], ['amravati'], ['university'], ['january'], ['2010'], ['s'], ['s'], ['c'], ['amravati'], ['maharashtra'], ['amravati'], ['university'], ['java'], ['developer'], ['full'], ['stack'], ['java'], ['developer'], ['skill'], ['details'], ['css'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['ajax'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['servlet'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['html5'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['spring'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jquery'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jsp'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['javascript'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['bootstrap'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['spring'], ['boot'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['salcluster'], ['technologies'], ['description'], ['worked'], ['java'], ['developer'], ['developed'], ['3'], ['projects'], ['using'], ['java'], ['servlet'], ['jsp'], ['ajax'], ['web'], ['technologies'], ['company'], ['salcluster'], ['technologies'], ['llp'], ['description'], ['technology'], ['core'], ['java'], ['servlet'], ['jsp'], ['html5'], ['css3'], ['bootstrap'], ['javascript'], ['jquery'], ['ajax'], ['bootstrap'], ['project'], ['details'], ['title'], ['gst'], ['and'], ['sales'], ['billing'], ['softwares'], ['status'], ['completed'], ['duration'], ['1'], ['5'], ['months'], ['abstract'], ['this'], ['web'], ['application'], ['made'], ['using'], ['java'], ['servlet'], ['jsp'], ['javascript'], ['jquery'], ['ajax'], ['mysql'], ['back'], ['end'], ['it'], ['client'], ['website'], ['used'], ['billing'], ['it'], ['includes'], ['gst'], ['billing'], ['generate'], ['print'], ['invoice'], ['it'], ['five'], ['master'], ['pages'], ['four'], ['common'], ['pages'], ['masters'], ['include'], ['customer'], ['master'], ['item'], ['master'], ['uom'], ['master'], ['setup'], ['master'], ['reason'], ['master'], ['common'], ['pages'], ['like'], ['sales'], ['order'], ['payments'], ['sales'], ['return'], ['invoice'], ['title'], ['dinman'], ['news'], ['website'], ['status'], ['completed'], ['duration'], ['1'], ['months'], ['abstract'], ['this'], ['website'], ['project'], ['using'], ['java'], ['servlet'], ['jsp'], ['javascript'], ['jquery'], ['ajax'], ['mysql'], ['back'], ['end'], ['it'], ['clients'], ['website'], ['it'], ['used'], ['displaying'], ['online'], ['video'], ['text'], ['news'], ['title'], ['agri'], ['management'], ['website'], ['status'], ['completed'], ['duration'], ['1'], ['5'], ['months'], ['abstract'], ['this'], ['website'], ['project'], ['using'], ['java'], ['servlet'], ['jsp'], ['javascript'], ['jquery'], ['ajax'], ['mysql'], ['back'], ['end'], ['it'], ['used'], ['purchasing'], ['selling'], ['vegetables'], ['india'], ['company'], ['omegasoft'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['company'], ['name'], ['omegasoft'], ['technologies'], ['pvt'], ['ltd'], ['an'], ['iso'], ['certified'], ['company'], ['duration'], ['5'], ['months'], ['technology'], ['java'], ['spring'], ['hibernate'], ['angularjs'], ['ajax'], ['kendoui'], ['bootstrap'], ['architecture'], ['mvc'], ['architecture'], ['service'], ['based'], ['programming'], ['project'], ['module'], ['login'], ['registration'], ['role'], ['assignment'], ['payments'], ['internship'], ['project'], ['details'], ['title'], ['employment'], ['times'], ['status'], ['completed'], ['duration'], ['4'], ['months'], ['abstract'], ['this'], ['website'], ['project'], ['using'], ['java'], ['spring'], ['hibernate'], ['angular'], ['js'], ['ajax'], ['mysql'], ['back'], ['end'], ['it'], ['client'], ['website'], ['used'], ['posting'], ['newspapers'], ['india'], ['it'], ['12'], ['modules'], ['in'], ['admin'], ['panel'], ['e'], ['paper'], ['posting'], ['subscriptions'], ['many'], ['it'], ['light'], ['weight'], ['website'], ['built'], ['using'], ['mvc'], ['architecture'], ['service'], ['based'], ['architecture'], ['we'], ['also'], ['post'], ['advertisements'], ['website'], ['share'], ['news'], ['facebook'], ['social'], ['media'], ['directly'], ['it'], ['payment'], ['module'], ['users'], ['able'], ['make'], ['payments'], ['online'], ['debit'], ['credit'], ['card'], ['e'], ['wallet'], ['technical', 'skills'], ['skills', 'programming'], ['programming', 'languages'], ['languages', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'spring'], ['spring', 'boot'], ['boot', 'web'], ['web', 'technology'], ['technology', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'angularjs'], ['angularjs', 'database'], ['database', 'mysql'], ['mysql', 'ide'], ['ide', 'tool'], ['tool', 'eclipse'], ['eclipse', 'spring'], ['spring', 'tool'], ['tool', 'suit'], ['suit', 'net'], ['net', 'beans'], ['beans', 'sublime'], ['sublime', 'text'], ['text', 'atom'], ['atom', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', '8'], ['8', '10'], ['10', 'achievement'], ['achievement', 'java'], ['java', 'developer'], ['developer', 'certificate'], ['certificate', 'unanth'], ['unanth', 'technical'], ['technical', 'institute'], ['institute', 'java'], ['java', 'certificate'], ['certificate', 'solo'], ['solo', 'learn'], ['learn', 'command'], ['command', 'line'], ['line', 'crash'], ['crash', 'course'], ['course', 'certificate'], ['certificate', 'udemy'], ['udemy', 'job'], ['job', 'details'], ['details', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'm'], ['m', 'c'], ['c', 'a'], ['a', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'january'], ['january', '2015'], ['2015', 'b'], ['b', 'c'], ['c', 'a'], ['a', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'amravati'], ['amravati', 'university'], ['university', 'january'], ['january', '2012'], ['2012', 'h'], ['h', 's'], ['s', 'c'], ['c', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'amravati'], ['amravati', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 's'], ['s', 's'], ['s', 'c'], ['c', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'amravati'], ['amravati', 'university'], ['university', 'java'], ['java', 'developer'], ['developer', 'full'], ['full', 'stack'], ['stack', 'java'], ['java', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'css'], ['css', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'ajax'], ['ajax', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'servlet'], ['servlet', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'html5'], ['html5', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'spring'], ['spring', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jsp'], ['jsp', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'bootstrap'], ['bootstrap', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'spring'], ['spring', 'boot'], ['boot', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'salcluster'], ['salcluster', 'technologies'], ['technologies', 'description'], ['description', 'worked'], ['worked', 'java'], ['java', 'developer'], ['developer', 'developed'], ['developed', '3'], ['3', 'projects'], ['projects', 'using'], ['using', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'ajax'], ['ajax', 'web'], ['web', 'technologies'], ['technologies', 'company'], ['company', 'salcluster'], ['salcluster', 'technologies'], ['technologies', 'llp'], ['llp', 'description'], ['description', 'technology'], ['technology', 'core'], ['core', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'bootstrap'], ['bootstrap', 'project'], ['project', 'details'], ['details', 'title'], ['title', 'gst'], ['gst', 'and'], ['and', 'sales'], ['sales', 'billing'], ['billing', 'softwares'], ['softwares', 'status'], ['status', 'completed'], ['completed', 'duration'], ['duration', '1'], ['1', '5'], ['5', 'months'], ['months', 'abstract'], ['abstract', 'this'], ['this', 'web'], ['web', 'application'], ['application', 'made'], ['made', 'using'], ['using', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'mysql'], ['mysql', 'back'], ['back', 'end'], ['end', 'it'], ['it', 'client'], ['client', 'website'], ['website', 'used'], ['used', 'billing'], ['billing', 'it'], ['it', 'includes'], ['includes', 'gst'], ['gst', 'billing'], ['billing', 'generate'], ['generate', 'print'], ['print', 'invoice'], ['invoice', 'it'], ['it', 'five'], ['five', 'master'], ['master', 'pages'], ['pages', 'four'], ['four', 'common'], ['common', 'pages'], ['pages', 'masters'], ['masters', 'include'], ['include', 'customer'], ['customer', 'master'], ['master', 'item'], ['item', 'master'], ['master', 'uom'], ['uom', 'master'], ['master', 'setup'], ['setup', 'master'], ['master', 'reason'], ['reason', 'master'], ['master', 'common'], ['common', 'pages'], ['pages', 'like'], ['like', 'sales'], ['sales', 'order'], ['order', 'payments'], ['payments', 'sales'], ['sales', 'return'], ['return', 'invoice'], ['invoice', 'title'], ['title', 'dinman'], ['dinman', 'news'], ['news', 'website'], ['website', 'status'], ['status', 'completed'], ['completed', 'duration'], ['duration', '1'], ['1', 'months'], ['months', 'abstract'], ['abstract', 'this'], ['this', 'website'], ['website', 'project'], ['project', 'using'], ['using', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'mysql'], ['mysql', 'back'], ['back', 'end'], ['end', 'it'], ['it', 'clients'], ['clients', 'website'], ['website', 'it'], ['it', 'used'], ['used', 'displaying'], ['displaying', 'online'], ['online', 'video'], ['video', 'text'], ['text', 'news'], ['news', 'title'], ['title', 'agri'], ['agri', 'management'], ['management', 'website'], ['website', 'status'], ['status', 'completed'], ['completed', 'duration'], ['duration', '1'], ['1', '5'], ['5', 'months'], ['months', 'abstract'], ['abstract', 'this'], ['this', 'website'], ['website', 'project'], ['project', 'using'], ['using', 'java'], ['java', 'servlet'], ['servlet', 'jsp'], ['jsp', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'mysql'], ['mysql', 'back'], ['back', 'end'], ['end', 'it'], ['it', 'used'], ['used', 'purchasing'], ['purchasing', 'selling'], ['selling', 'vegetables'], ['vegetables', 'india'], ['india', 'company'], ['company', 'omegasoft'], ['omegasoft', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'company'], ['company', 'name'], ['name', 'omegasoft'], ['omegasoft', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'an'], ['an', 'iso'], ['iso', 'certified'], ['certified', 'company'], ['company', 'duration'], ['duration', '5'], ['5', 'months'], ['months', 'technology'], ['technology', 'java'], ['java', 'spring'], ['spring', 'hibernate'], ['hibernate', 'angularjs'], ['angularjs', 'ajax'], ['ajax', 'kendoui'], ['kendoui', 'bootstrap'], ['bootstrap', 'architecture'], ['architecture', 'mvc'], ['mvc', 'architecture'], ['architecture', 'service'], ['service', 'based'], ['based', 'programming'], ['programming', 'project'], ['project', 'module'], ['module', 'login'], ['login', 'registration'], ['registration', 'role'], ['role', 'assignment'], ['assignment', 'payments'], ['payments', 'internship'], ['internship', 'project'], ['project', 'details'], ['details', 'title'], ['title', 'employment'], ['employment', 'times'], ['times', 'status'], ['status', 'completed'], ['completed', 'duration'], ['duration', '4'], ['4', 'months'], ['months', 'abstract'], ['abstract', 'this'], ['this', 'website'], ['website', 'project'], ['project', 'using'], ['using', 'java'], ['java', 'spring'], ['spring', 'hibernate'], ['hibernate', 'angular'], ['angular', 'js'], ['js', 'ajax'], ['ajax', 'mysql'], ['mysql', 'back'], ['back', 'end'], ['end', 'it'], ['it', 'client'], ['client', 'website'], ['website', 'used'], ['used', 'posting'], ['posting', 'newspapers'], ['newspapers', 'india'], ['india', 'it'], ['it', '12'], ['12', 'modules'], ['modules', 'in'], ['in', 'admin'], ['admin', 'panel'], ['panel', 'e'], ['e', 'paper'], ['paper', 'posting'], ['posting', 'subscriptions'], ['subscriptions', 'many'], ['many', 'it'], ['it', 'light'], ['light', 'weight'], ['weight', 'website'], ['website', 'built'], ['built', 'using'], ['using', 'mvc'], ['mvc', 'architecture'], ['architecture', 'service'], ['service', 'based'], ['based', 'architecture'], ['architecture', 'we'], ['we', 'also'], ['also', 'post'], ['post', 'advertisements'], ['advertisements', 'website'], ['website', 'share'], ['share', 'news'], ['news', 'facebook'], ['facebook', 'social'], ['social', 'media'], ['media', 'directly'], ['directly', 'it'], ['it', 'payment'], ['payment', 'module'], ['module', 'users'], ['users', 'able'], ['able', 'make'], ['make', 'payments'], ['payments', 'online'], ['online', 'debit'], ['debit', 'credit'], ['credit', 'card'], ['card', 'e'], ['e', 'wallet'], ['technical', 'skills', 'programming'], ['skills', 'programming', 'languages'], ['programming', 'languages', 'java'], ['languages', 'java', 'servlet'], ['java', 'servlet', 'jsp'], ['servlet', 'jsp', 'spring'], ['jsp', 'spring', 'boot'], ['spring', 'boot', 'web'], ['boot', 'web', 'technology'], ['web', 'technology', 'html5'], ['technology', 'html5', 'css3'], ['html5', 'css3', 'bootstrap'], ['css3', 'bootstrap', 'javascript'], ['bootstrap', 'javascript', 'jquery'], ['javascript', 'jquery', 'ajax'], ['jquery', 'ajax', 'angularjs'], ['ajax', 'angularjs', 'database'], ['angularjs', 'database', 'mysql'], ['database', 'mysql', 'ide'], ['mysql', 'ide', 'tool'], ['ide', 'tool', 'eclipse'], ['tool', 'eclipse', 'spring'], ['eclipse', 'spring', 'tool'], ['spring', 'tool', 'suit'], ['tool', 'suit', 'net'], ['suit', 'net', 'beans'], ['net', 'beans', 'sublime'], ['beans', 'sublime', 'text'], ['sublime', 'text', 'atom'], ['text', 'atom', 'operating'], ['atom', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', '8'], ['7', '8', '10'], ['8', '10', 'achievement'], ['10', 'achievement', 'java'], ['achievement', 'java', 'developer'], ['java', 'developer', 'certificate'], ['developer', 'certificate', 'unanth'], ['certificate', 'unanth', 'technical'], ['unanth', 'technical', 'institute'], ['technical', 'institute', 'java'], ['institute', 'java', 'certificate'], ['java', 'certificate', 'solo'], ['certificate', 'solo', 'learn'], ['solo', 'learn', 'command'], ['learn', 'command', 'line'], ['command', 'line', 'crash'], ['line', 'crash', 'course'], ['crash', 'course', 'certificate'], ['course', 'certificate', 'udemy'], ['certificate', 'udemy', 'job'], ['udemy', 'job', 'details'], ['job', 'details', 'education'], ['details', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'm'], ['2018', 'm', 'c'], ['m', 'c', 'a'], ['c', 'a', 'pune'], ['a', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'january'], ['university', 'january', '2015'], ['january', '2015', 'b'], ['2015', 'b', 'c'], ['b', 'c', 'a'], ['c', 'a', 'amravati'], ['a', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'amravati'], ['maharashtra', 'amravati', 'university'], ['amravati', 'university', 'january'], ['university', 'january', '2012'], ['january', '2012', 'h'], ['2012', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'amravati'], ['c', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'amravati'], ['maharashtra', 'amravati', 'university'], ['amravati', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 's'], ['2010', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'amravati'], ['c', 'amravati', 'maharashtra'], ...], [['skills'], ['1'], ['team'], ['leading'], ['2'], ['self'], ['motivated'], ['3'], ['hard'], ['working'], ['strengths'], ['ready'], ['learn'], ['new'], ['programming'], ['languages'], ['punctual'], ['discipline'], ['respectfulness'], ['declaration'], ['i'], ['hereby'], ['inform'], ['statement'], ['made'], ['true'], ['best'], ['knowledge'], ['belief'], ['education'], ['details'], ['august'], ['2014'], ['july'], ['2017'], ['mca'], ['computer'], ['sciene'], ['amravati'], ['maharashtra'], ['sgbau'], ['amaravti'], ['java'], ['web'], ['developer'], ['skill'], ['details'], ['core'], ['java'], ['jsp'], ['servlet'], ['spring'], ['hibernate'], ['struts'], ['javascript'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['salcluster'], ['technologies'], ['description'], ['1'], ['i'], ['java'], ['web'], ['developer'], ['2'], ['jsp'], ['servlet'], ['sprinng'], ['mvc'], ['technologies'], ['skills', '1'], ['1', 'team'], ['team', 'leading'], ['leading', '2'], ['2', 'self'], ['self', 'motivated'], ['motivated', '3'], ['3', 'hard'], ['hard', 'working'], ['working', 'strengths'], ['strengths', 'ready'], ['ready', 'learn'], ['learn', 'new'], ['new', 'programming'], ['programming', 'languages'], ['languages', 'punctual'], ['punctual', 'discipline'], ['discipline', 'respectfulness'], ['respectfulness', 'declaration'], ['declaration', 'i'], ['i', 'hereby'], ['hereby', 'inform'], ['inform', 'statement'], ['statement', 'made'], ['made', 'true'], ['true', 'best'], ['best', 'knowledge'], ['knowledge', 'belief'], ['belief', 'education'], ['education', 'details'], ['details', 'august'], ['august', '2014'], ['2014', 'july'], ['july', '2017'], ['2017', 'mca'], ['mca', 'computer'], ['computer', 'sciene'], ['sciene', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'sgbau'], ['sgbau', 'amaravti'], ['amaravti', 'java'], ['java', 'web'], ['web', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'core'], ['core', 'java'], ['java', 'jsp'], ['jsp', 'servlet'], ['servlet', 'spring'], ['spring', 'hibernate'], ['hibernate', 'struts'], ['struts', 'javascript'], ['javascript', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'salcluster'], ['salcluster', 'technologies'], ['technologies', 'description'], ['description', '1'], ['1', 'i'], ['i', 'java'], ['java', 'web'], ['web', 'developer'], ['developer', '2'], ['2', 'jsp'], ['jsp', 'servlet'], ['servlet', 'sprinng'], ['sprinng', 'mvc'], ['mvc', 'technologies'], ['skills', '1', 'team'], ['1', 'team', 'leading'], ['team', 'leading', '2'], ['leading', '2', 'self'], ['2', 'self', 'motivated'], ['self', 'motivated', '3'], ['motivated', '3', 'hard'], ['3', 'hard', 'working'], ['hard', 'working', 'strengths'], ['working', 'strengths', 'ready'], ['strengths', 'ready', 'learn'], ['ready', 'learn', 'new'], ['learn', 'new', 'programming'], ['new', 'programming', 'languages'], ['programming', 'languages', 'punctual'], ['languages', 'punctual', 'discipline'], ['punctual', 'discipline', 'respectfulness'], ['discipline', 'respectfulness', 'declaration'], ['respectfulness', 'declaration', 'i'], ['declaration', 'i', 'hereby'], ['i', 'hereby', 'inform'], ['hereby', 'inform', 'statement'], ['inform', 'statement', 'made'], ['statement', 'made', 'true'], ['made', 'true', 'best'], ['true', 'best', 'knowledge'], ['best', 'knowledge', 'belief'], ['knowledge', 'belief', 'education'], ['belief', 'education', 'details'], ['education', 'details', 'august'], ['details', 'august', '2014'], ['august', '2014', 'july'], ['2014', 'july', '2017'], ['july', '2017', 'mca'], ['2017', 'mca', 'computer'], ['mca', 'computer', 'sciene'], ['computer', 'sciene', 'amravati'], ['sciene', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'sgbau'], ['maharashtra', 'sgbau', 'amaravti'], ['sgbau', 'amaravti', 'java'], ['amaravti', 'java', 'web'], ['java', 'web', 'developer'], ['web', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'core'], ['details', 'core', 'java'], ['core', 'java', 'jsp'], ['java', 'jsp', 'servlet'], ['jsp', 'servlet', 'spring'], ['servlet', 'spring', 'hibernate'], ['spring', 'hibernate', 'struts'], ['hibernate', 'struts', 'javascript'], ['struts', 'javascript', 'exprience'], ['javascript', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'salcluster'], ['company', 'salcluster', 'technologies'], ['salcluster', 'technologies', 'description'], ['technologies', 'description', '1'], ['description', '1', 'i'], ['1', 'i', 'java'], ['i', 'java', 'web'], ['java', 'web', 'developer'], ['web', 'developer', '2'], ['developer', '2', 'jsp'], ['2', 'jsp', 'servlet'], ['jsp', 'servlet', 'sprinng'], ['servlet', 'sprinng', 'mvc'], ['sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading'], ['1', 'team', 'leading', '2'], ['team', 'leading', '2', 'self'], ['leading', '2', 'self', 'motivated'], ['2', 'self', 'motivated', '3'], ['self', 'motivated', '3', 'hard'], ['motivated', '3', 'hard', 'working'], ['3', 'hard', 'working', 'strengths'], ['hard', 'working', 'strengths', 'ready'], ['working', 'strengths', 'ready', 'learn'], ['strengths', 'ready', 'learn', 'new'], ['ready', 'learn', 'new', 'programming'], ['learn', 'new', 'programming', 'languages'], ['new', 'programming', 'languages', 'punctual'], ['programming', 'languages', 'punctual', 'discipline'], ['languages', 'punctual', 'discipline', 'respectfulness'], ['punctual', 'discipline', 'respectfulness', 'declaration'], ['discipline', 'respectfulness', 'declaration', 'i'], ['respectfulness', 'declaration', 'i', 'hereby'], ['declaration', 'i', 'hereby', 'inform'], ['i', 'hereby', 'inform', 'statement'], ['hereby', 'inform', 'statement', 'made'], ['inform', 'statement', 'made', 'true'], ['statement', 'made', 'true', 'best'], ['made', 'true', 'best', 'knowledge'], ['true', 'best', 'knowledge', 'belief'], ['best', 'knowledge', 'belief', 'education'], ['knowledge', 'belief', 'education', 'details'], ['belief', 'education', 'details', 'august'], ['education', 'details', 'august', '2014'], ['details', 'august', '2014', 'july'], ['august', '2014', 'july', '2017'], ['2014', 'july', '2017', 'mca'], ['july', '2017', 'mca', 'computer'], ['2017', 'mca', 'computer', 'sciene'], ['mca', 'computer', 'sciene', 'amravati'], ['computer', 'sciene', 'amravati', 'maharashtra'], ['sciene', 'amravati', 'maharashtra', 'sgbau'], ['amravati', 'maharashtra', 'sgbau', 'amaravti'], ['maharashtra', 'sgbau', 'amaravti', 'java'], ['sgbau', 'amaravti', 'java', 'web'], ['amaravti', 'java', 'web', 'developer'], ['java', 'web', 'developer', 'skill'], ['web', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'core'], ['skill', 'details', 'core', 'java'], ['details', 'core', 'java', 'jsp'], ['core', 'java', 'jsp', 'servlet'], ['java', 'jsp', 'servlet', 'spring'], ['jsp', 'servlet', 'spring', 'hibernate'], ['servlet', 'spring', 'hibernate', 'struts'], ['spring', 'hibernate', 'struts', 'javascript'], ['hibernate', 'struts', 'javascript', 'exprience'], ['struts', 'javascript', 'exprience', '6'], ['javascript', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'salcluster'], ['details', 'company', 'salcluster', 'technologies'], ['company', 'salcluster', 'technologies', 'description'], ['salcluster', 'technologies', 'description', '1'], ['technologies', 'description', '1', 'i'], ['description', '1', 'i', 'java'], ['1', 'i', 'java', 'web'], ['i', 'java', 'web', 'developer'], ['java', 'web', 'developer', '2'], ['web', 'developer', '2', 'jsp'], ['developer', '2', 'jsp', 'servlet'], ['2', 'jsp', 'servlet', 'sprinng'], ['jsp', 'servlet', 'sprinng', 'mvc'], ['servlet', 'sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading', '2'], ['1', 'team', 'leading', '2', 'self'], ['team', 'leading', '2', 'self', 'motivated'], ['leading', '2', 'self', 'motivated', '3'], ['2', 'self', 'motivated', '3', 'hard'], ['self', 'motivated', '3', 'hard', 'working'], ['motivated', '3', 'hard', 'working', 'strengths'], ['3', 'hard', 'working', 'strengths', 'ready'], ['hard', 'working', 'strengths', 'ready', 'learn'], ['working', 'strengths', 'ready', 'learn', 'new'], ['strengths', 'ready', 'learn', 'new', 'programming'], ['ready', 'learn', 'new', 'programming', 'languages'], ['learn', 'new', 'programming', 'languages', 'punctual'], ['new', 'programming', 'languages', 'punctual', 'discipline'], ['programming', 'languages', 'punctual', 'discipline', 'respectfulness'], ['languages', 'punctual', 'discipline', 'respectfulness', 'declaration'], ['punctual', 'discipline', 'respectfulness', 'declaration', 'i'], ['discipline', 'respectfulness', 'declaration', 'i', 'hereby'], ['respectfulness', 'declaration', 'i', 'hereby', 'inform'], ['declaration', 'i', 'hereby', 'inform', 'statement'], ['i', 'hereby', 'inform', 'statement', 'made'], ['hereby', 'inform', 'statement', 'made', 'true'], ['inform', 'statement', 'made', 'true', 'best'], ['statement', 'made', 'true', 'best', 'knowledge'], ['made', 'true', 'best', 'knowledge', 'belief'], ['true', 'best', 'knowledge', 'belief', 'education'], ['best', 'knowledge', 'belief', 'education', 'details'], ['knowledge', 'belief', 'education', 'details', 'august'], ['belief', 'education', 'details', 'august', '2014'], ['education', 'details', 'august', '2014', 'july'], ['details', 'august', '2014', 'july', '2017'], ['august', '2014', 'july', '2017', 'mca'], ['2014', 'july', '2017', 'mca', 'computer'], ['july', '2017', 'mca', 'computer', 'sciene'], ['2017', 'mca', 'computer', 'sciene', 'amravati'], ['mca', 'computer', 'sciene', 'amravati', 'maharashtra'], ['computer', 'sciene', 'amravati', 'maharashtra', 'sgbau'], ['sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti'], ['amravati', 'maharashtra', 'sgbau', 'amaravti', 'java'], ['maharashtra', 'sgbau', 'amaravti', 'java', 'web'], ['sgbau', 'amaravti', 'java', 'web', 'developer'], ['amaravti', 'java', 'web', 'developer', 'skill'], ['java', 'web', 'developer', 'skill', 'details'], ['web', 'developer', 'skill', 'details', 'core'], ['developer', 'skill', 'details', 'core', 'java'], ['skill', 'details', 'core', 'java', 'jsp'], ['details', 'core', 'java', 'jsp', 'servlet'], ['core', 'java', 'jsp', 'servlet', 'spring'], ['java', 'jsp', 'servlet', 'spring', 'hibernate'], ['jsp', 'servlet', 'spring', 'hibernate', 'struts'], ['servlet', 'spring', 'hibernate', 'struts', 'javascript'], ['spring', 'hibernate', 'struts', 'javascript', 'exprience'], ['hibernate', 'struts', 'javascript', 'exprience', '6'], ['struts', 'javascript', 'exprience', '6', 'monthscompany'], ['javascript', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'salcluster'], ['monthscompany', 'details', 'company', 'salcluster', 'technologies'], ['details', 'company', 'salcluster', 'technologies', 'description'], ['company', 'salcluster', 'technologies', 'description', '1'], ['salcluster', 'technologies', 'description', '1', 'i'], ['technologies', 'description', '1', 'i', 'java'], ['description', '1', 'i', 'java', 'web'], ['1', 'i', 'java', 'web', 'developer'], ['i', 'java', 'web', 'developer', '2'], ['java', 'web', 'developer', '2', 'jsp'], ['web', 'developer', '2', 'jsp', 'servlet'], ['developer', '2', 'jsp', 'servlet', 'sprinng'], ['2', 'jsp', 'servlet', 'sprinng', 'mvc'], ['jsp', 'servlet', 'sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading', '2', 'self'], ['1', 'team', 'leading', '2', 'self', 'motivated'], ['team', 'leading', '2', 'self', 'motivated', '3'], ['leading', '2', 'self', 'motivated', '3', 'hard'], ['2', 'self', 'motivated', '3', 'hard', 'working'], ['self', 'motivated', '3', 'hard', 'working', 'strengths'], ['motivated', '3', 'hard', 'working', 'strengths', 'ready'], ['3', 'hard', 'working', 'strengths', 'ready', 'learn'], ['hard', 'working', 'strengths', 'ready', 'learn', 'new'], ['working', 'strengths', 'ready', 'learn', 'new', 'programming'], ['strengths', 'ready', 'learn', 'new', 'programming', 'languages'], ['ready', 'learn', 'new', 'programming', 'languages', 'punctual'], ['learn', 'new', 'programming', 'languages', 'punctual', 'discipline'], ['new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness'], ['programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration'], ['languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i'], ['punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby'], ['discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform'], ['respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement'], ['declaration', 'i', 'hereby', 'inform', 'statement', 'made'], ['i', 'hereby', 'inform', 'statement', 'made', 'true'], ['hereby', 'inform', 'statement', 'made', 'true', 'best'], ['inform', 'statement', 'made', 'true', 'best', 'knowledge'], ['statement', 'made', 'true', 'best', 'knowledge', 'belief'], ['made', 'true', 'best', 'knowledge', 'belief', 'education'], ['true', 'best', 'knowledge', 'belief', 'education', 'details'], ['best', 'knowledge', 'belief', 'education', 'details', 'august'], ['knowledge', 'belief', 'education', 'details', 'august', '2014'], ['belief', 'education', 'details', 'august', '2014', 'july'], ['education', 'details', 'august', '2014', 'july', '2017'], ['details', 'august', '2014', 'july', '2017', 'mca'], ['august', '2014', 'july', '2017', 'mca', 'computer'], ['2014', 'july', '2017', 'mca', 'computer', 'sciene'], ['july', '2017', 'mca', 'computer', 'sciene', 'amravati'], ['2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra'], ['mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau'], ['computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti'], ['sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java'], ['amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web'], ['maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer'], ['sgbau', 'amaravti', 'java', 'web', 'developer', 'skill'], ['amaravti', 'java', 'web', 'developer', 'skill', 'details'], ['java', 'web', 'developer', 'skill', 'details', 'core'], ['web', 'developer', 'skill', 'details', 'core', 'java'], ['developer', 'skill', 'details', 'core', 'java', 'jsp'], ['skill', 'details', 'core', 'java', 'jsp', 'servlet'], ['details', 'core', 'java', 'jsp', 'servlet', 'spring'], ['core', 'java', 'jsp', 'servlet', 'spring', 'hibernate'], ['java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts'], ['jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript'], ['servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience'], ['spring', 'hibernate', 'struts', 'javascript', 'exprience', '6'], ['hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany'], ['struts', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'salcluster'], ['6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies'], ['monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description'], ['details', 'company', 'salcluster', 'technologies', 'description', '1'], ['company', 'salcluster', 'technologies', 'description', '1', 'i'], ['salcluster', 'technologies', 'description', '1', 'i', 'java'], ['technologies', 'description', '1', 'i', 'java', 'web'], ['description', '1', 'i', 'java', 'web', 'developer'], ['1', 'i', 'java', 'web', 'developer', '2'], ['i', 'java', 'web', 'developer', '2', 'jsp'], ['java', 'web', 'developer', '2', 'jsp', 'servlet'], ['web', 'developer', '2', 'jsp', 'servlet', 'sprinng'], ['developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc'], ['2', 'jsp', 'servlet', 'sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading', '2', 'self', 'motivated'], ['1', 'team', 'leading', '2', 'self', 'motivated', '3'], ['team', 'leading', '2', 'self', 'motivated', '3', 'hard'], ['leading', '2', 'self', 'motivated', '3', 'hard', 'working'], ['2', 'self', 'motivated', '3', 'hard', 'working', 'strengths'], ['self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready'], ['motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn'], ['3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new'], ['hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming'], ['working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages'], ['strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual'], ['ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline'], ['learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness'], ['new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration'], ['programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i'], ['languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby'], ['punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform'], ['discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement'], ['respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made'], ['declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true'], ['i', 'hereby', 'inform', 'statement', 'made', 'true', 'best'], ['hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge'], ['inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief'], ['statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education'], ['made', 'true', 'best', 'knowledge', 'belief', 'education', 'details'], ['true', 'best', 'knowledge', 'belief', 'education', 'details', 'august'], ['best', 'knowledge', 'belief', 'education', 'details', 'august', '2014'], ['knowledge', 'belief', 'education', 'details', 'august', '2014', 'july'], ['belief', 'education', 'details', 'august', '2014', 'july', '2017'], ['education', 'details', 'august', '2014', 'july', '2017', 'mca'], ['details', 'august', '2014', 'july', '2017', 'mca', 'computer'], ['august', '2014', 'july', '2017', 'mca', 'computer', 'sciene'], ['2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati'], ['july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra'], ['2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau'], ['mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti'], ['computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java'], ['sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web'], ['amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer'], ['maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill'], ['sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details'], ['amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core'], ['java', 'web', 'developer', 'skill', 'details', 'core', 'java'], ['web', 'developer', 'skill', 'details', 'core', 'java', 'jsp'], ['developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet'], ['skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring'], ['details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate'], ['core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts'], ['java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript'], ['jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience'], ['servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6'], ['spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany'], ['hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster'], ['exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies'], ['6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description'], ['monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1'], ['details', 'company', 'salcluster', 'technologies', 'description', '1', 'i'], ['company', 'salcluster', 'technologies', 'description', '1', 'i', 'java'], ['salcluster', 'technologies', 'description', '1', 'i', 'java', 'web'], ['technologies', 'description', '1', 'i', 'java', 'web', 'developer'], ['description', '1', 'i', 'java', 'web', 'developer', '2'], ['1', 'i', 'java', 'web', 'developer', '2', 'jsp'], ['i', 'java', 'web', 'developer', '2', 'jsp', 'servlet'], ['java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng'], ['web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc'], ['developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading', '2', 'self', 'motivated', '3'], ['1', 'team', 'leading', '2', 'self', 'motivated', '3', 'hard'], ['team', 'leading', '2', 'self', 'motivated', '3', 'hard', 'working'], ['leading', '2', 'self', 'motivated', '3', 'hard', 'working', 'strengths'], ['2', 'self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready'], ['self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn'], ['motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new'], ['3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming'], ['hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages'], ['working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual'], ['strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline'], ['ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness'], ['learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration'], ['new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i'], ['programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby'], ['languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform'], ['punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement'], ['discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made'], ['respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true'], ['declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true', 'best'], ['i', 'hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge'], ['hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief'], ['inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education'], ['statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education', 'details'], ['made', 'true', 'best', 'knowledge', 'belief', 'education', 'details', 'august'], ['true', 'best', 'knowledge', 'belief', 'education', 'details', 'august', '2014'], ['best', 'knowledge', 'belief', 'education', 'details', 'august', '2014', 'july'], ['knowledge', 'belief', 'education', 'details', 'august', '2014', 'july', '2017'], ['belief', 'education', 'details', 'august', '2014', 'july', '2017', 'mca'], ['education', 'details', 'august', '2014', 'july', '2017', 'mca', 'computer'], ['details', 'august', '2014', 'july', '2017', 'mca', 'computer', 'sciene'], ['august', '2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati'], ['2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra'], ['july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau'], ['2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti'], ['mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java'], ['computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web'], ['sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer'], ['amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill'], ['maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details'], ['sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core'], ['amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core', 'java'], ['java', 'web', 'developer', 'skill', 'details', 'core', 'java', 'jsp'], ['web', 'developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet'], ['developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring'], ['skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate'], ['details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts'], ['core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript'], ['java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience'], ['jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6'], ['servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany'], ['spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies'], ['exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description'], ['6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1'], ['monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1', 'i'], ['details', 'company', 'salcluster', 'technologies', 'description', '1', 'i', 'java'], ['company', 'salcluster', 'technologies', 'description', '1', 'i', 'java', 'web'], ['salcluster', 'technologies', 'description', '1', 'i', 'java', 'web', 'developer'], ['technologies', 'description', '1', 'i', 'java', 'web', 'developer', '2'], ['description', '1', 'i', 'java', 'web', 'developer', '2', 'jsp'], ['1', 'i', 'java', 'web', 'developer', '2', 'jsp', 'servlet'], ['i', 'java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng'], ['java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc'], ['web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc', 'technologies'], ['skills', '1', 'team', 'leading', '2', 'self', 'motivated', '3', 'hard'], ['1', 'team', 'leading', '2', 'self', 'motivated', '3', 'hard', 'working'], ['team', 'leading', '2', 'self', 'motivated', '3', 'hard', 'working', 'strengths'], ['leading', '2', 'self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready'], ['2', 'self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn'], ['self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new'], ['motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming'], ['3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages'], ['hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual'], ['working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline'], ['strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness'], ['ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration'], ['learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i'], ['new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby'], ['programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform'], ['languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement'], ['punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made'], ['discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true'], ['respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true', 'best'], ['declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge'], ['i', 'hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief'], ['hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education'], ['inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education', 'details'], ['statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education', 'details', 'august'], ['made', 'true', 'best', 'knowledge', 'belief', 'education', 'details', 'august', '2014'], ['true', 'best', 'knowledge', 'belief', 'education', 'details', 'august', '2014', 'july'], ['best', 'knowledge', 'belief', 'education', 'details', 'august', '2014', 'july', '2017'], ['knowledge', 'belief', 'education', 'details', 'august', '2014', 'july', '2017', 'mca'], ['belief', 'education', 'details', 'august', '2014', 'july', '2017', 'mca', 'computer'], ['education', 'details', 'august', '2014', 'july', '2017', 'mca', 'computer', 'sciene'], ['details', 'august', '2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati'], ['august', '2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra'], ['2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau'], ['july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti'], ['2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java'], ['mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web'], ['computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer'], ['sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill'], ['amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details'], ['maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core'], ['sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core', 'java'], ['amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core', 'java', 'jsp'], ['java', 'web', 'developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet'], ['web', 'developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring'], ['developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate'], ['skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts'], ['details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript'], ['core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience'], ['java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6'], ['jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany'], ['servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details'], ['spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company'], ['hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster'], ['struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies'], ['javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1'], ['6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1', 'i'], ['monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1', 'i', 'java'], ['details', 'company', 'salcluster', 'technologies', 'description', '1', 'i', 'java', 'web'], ['company', 'salcluster', 'technologies', 'description', '1', 'i', 'java', 'web', 'developer'], ['salcluster', 'technologies', 'description', '1', 'i', 'java', 'web', 'developer', '2'], ['technologies', 'description', '1', 'i', 'java', 'web', 'developer', '2', 'jsp'], ['description', '1', 'i', 'java', 'web', 'developer', '2', 'jsp', 'servlet'], ['1', 'i', 'java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng'], ['i', 'java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc'], ['java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc', 'technologies']], [['skills'], ['language'], ['java'], ['operating'], ['system'], ['windows'], ['linux'], ['centos'], ['6'], ['6'], ['databases'], ['oracle'], ['my'], ['sql'], ['derby'], ['embedded'], ['db'], ['ide'], ['eclipse'], ['oxygen'], ['tools'], ['sonarqube'], ['putty'], ['responsibilitis'], ['participated'], ['requirements'], ['gathering'], ['design'], ['development'], ['meetings'], ['reviewed'], ['code'], ['debugged'], ['errors'], ['improve'], ['performance'], ['coordinated'], ['systems'], ['partners'], ['finalize'], ['designs'], ['confirm'], ['requirements'], ['consistently'], ['met'], ['deadlines'], ['requirements'], ['production'], ['work'], ['orders'], ['collaborated'], ['developers'], ['identify'], ['alleviate'], ['number'], ['bugs'], ['software'], ['provided'], ['maintenance'], ['development'], ['bug'], ['fixes'], ['patch'], ['sets'], ['existing'], ['applications'], ['education'], ['details'], ['bachelor'], ['engineering'], ['computer'], ['savitribai'], ['phule'], ['pune'], ['university'], ['java'], ['developer'], ['java'], ['developer'], ['aurus'], ['tech'], ['pvt'], ['ltd'], ['skill'], ['details'], ['java'], ['exprience'], ['32'], ['months'], ['linux'], ['exprience'], ['6'], ['months'], ['adavance'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['derby'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['oracle'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['aurus'], ['tech'], ['pvt'], ['ltd'], ['description'], ['having'], ['2'], ['years'], ['experience'], ['working'], ['payment'], ['gateway'], ['solutions'], ['provider'], ['core'], ['java'], ['hardworking'], ['java'], ['developer'], ['enthusiastic'], ['working'], ['multicultural'], ['teams'], ['company'], ['aurus'], ['tech'], ['pvt'], ['ltd'], ['description'], ['participated'], ['requirements'], ['gathering'], ['design'], ['development'], ['meetings'], ['reviewed'], ['code'], ['debugged'], ['errors'], ['improve'], ['performance'], ['coordinated'], ['systems'], ['partners'], ['finalize'], ['designs'], ['confirm'], ['requirements'], ['consistently'], ['met'], ['deadlines'], ['requirements'], ['production'], ['work'], ['orders'], ['collaborated'], ['developers'], ['identify'], ['alleviate'], ['number'], ['bugs'], ['software'], ['provided'], ['continued'], ['maintenance'], ['development'], ['bug'], ['fixes'], ['patch'], ['sets'], ['existing'], ['applications'], ['skills', 'language'], ['language', 'java'], ['java', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'linux'], ['linux', 'centos'], ['centos', '6'], ['6', '6'], ['6', 'databases'], ['databases', 'oracle'], ['oracle', 'my'], ['my', 'sql'], ['sql', 'derby'], ['derby', 'embedded'], ['embedded', 'db'], ['db', 'ide'], ['ide', 'eclipse'], ['eclipse', 'oxygen'], ['oxygen', 'tools'], ['tools', 'sonarqube'], ['sonarqube', 'putty'], ['putty', 'responsibilitis'], ['responsibilitis', 'participated'], ['participated', 'requirements'], ['requirements', 'gathering'], ['gathering', 'design'], ['design', 'development'], ['development', 'meetings'], ['meetings', 'reviewed'], ['reviewed', 'code'], ['code', 'debugged'], ['debugged', 'errors'], ['errors', 'improve'], ['improve', 'performance'], ['performance', 'coordinated'], ['coordinated', 'systems'], ['systems', 'partners'], ['partners', 'finalize'], ['finalize', 'designs'], ['designs', 'confirm'], ['confirm', 'requirements'], ['requirements', 'consistently'], ['consistently', 'met'], ['met', 'deadlines'], ['deadlines', 'requirements'], ['requirements', 'production'], ['production', 'work'], ['work', 'orders'], ['orders', 'collaborated'], ['collaborated', 'developers'], ['developers', 'identify'], ['identify', 'alleviate'], ['alleviate', 'number'], ['number', 'bugs'], ['bugs', 'software'], ['software', 'provided'], ['provided', 'maintenance'], ['maintenance', 'development'], ['development', 'bug'], ['bug', 'fixes'], ['fixes', 'patch'], ['patch', 'sets'], ['sets', 'existing'], ['existing', 'applications'], ['applications', 'education'], ['education', 'details'], ['details', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'computer'], ['computer', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'java'], ['java', 'developer'], ['developer', 'java'], ['java', 'developer'], ['developer', 'aurus'], ['aurus', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'java'], ['java', 'exprience'], ['exprience', '32'], ['32', 'months'], ['months', 'linux'], ['linux', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'adavance'], ['adavance', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'derby'], ['derby', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'aurus'], ['aurus', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'having'], ['having', '2'], ['2', 'years'], ['years', 'experience'], ['experience', 'working'], ['working', 'payment'], ['payment', 'gateway'], ['gateway', 'solutions'], ['solutions', 'provider'], ['provider', 'core'], ['core', 'java'], ['java', 'hardworking'], ['hardworking', 'java'], ['java', 'developer'], ['developer', 'enthusiastic'], ['enthusiastic', 'working'], ['working', 'multicultural'], ['multicultural', 'teams'], ['teams', 'company'], ['company', 'aurus'], ['aurus', 'tech'], ['tech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'participated'], ['participated', 'requirements'], ['requirements', 'gathering'], ['gathering', 'design'], ['design', 'development'], ['development', 'meetings'], ['meetings', 'reviewed'], ['reviewed', 'code'], ['code', 'debugged'], ['debugged', 'errors'], ['errors', 'improve'], ['improve', 'performance'], ['performance', 'coordinated'], ['coordinated', 'systems'], ['systems', 'partners'], ['partners', 'finalize'], ['finalize', 'designs'], ['designs', 'confirm'], ['confirm', 'requirements'], ['requirements', 'consistently'], ['consistently', 'met'], ['met', 'deadlines'], ['deadlines', 'requirements'], ['requirements', 'production'], ['production', 'work'], ['work', 'orders'], ['orders', 'collaborated'], ['collaborated', 'developers'], ['developers', 'identify'], ['identify', 'alleviate'], ['alleviate', 'number'], ['number', 'bugs'], ['bugs', 'software'], ['software', 'provided'], ['provided', 'continued'], ['continued', 'maintenance'], ['maintenance', 'development'], ['development', 'bug'], ['bug', 'fixes'], ['fixes', 'patch'], ['patch', 'sets'], ['sets', 'existing'], ['existing', 'applications'], ['skills', 'language', 'java'], ['language', 'java', 'operating'], ['java', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'linux'], ['windows', 'linux', 'centos'], ['linux', 'centos', '6'], ['centos', '6', '6'], ['6', '6', 'databases'], ['6', 'databases', 'oracle'], ['databases', 'oracle', 'my'], ['oracle', 'my', 'sql'], ['my', 'sql', 'derby'], ['sql', 'derby', 'embedded'], ['derby', 'embedded', 'db'], ['embedded', 'db', 'ide'], ['db', 'ide', 'eclipse'], ['ide', 'eclipse', 'oxygen'], ['eclipse', 'oxygen', 'tools'], ['oxygen', 'tools', 'sonarqube'], ['tools', 'sonarqube', 'putty'], ['sonarqube', 'putty', 'responsibilitis'], ['putty', 'responsibilitis', 'participated'], ['responsibilitis', 'participated', 'requirements'], ['participated', 'requirements', 'gathering'], ['requirements', 'gathering', 'design'], ['gathering', 'design', 'development'], ['design', 'development', 'meetings'], ['development', 'meetings', 'reviewed'], ['meetings', 'reviewed', 'code'], ['reviewed', 'code', 'debugged'], ['code', 'debugged', 'errors'], ['debugged', 'errors', 'improve'], ['errors', 'improve', 'performance'], ['improve', 'performance', 'coordinated'], ['performance', 'coordinated', 'systems'], ['coordinated', 'systems', 'partners'], ['systems', 'partners', 'finalize'], ['partners', 'finalize', 'designs'], ['finalize', 'designs', 'confirm'], ['designs', 'confirm', 'requirements'], ['confirm', 'requirements', 'consistently'], ['requirements', 'consistently', 'met'], ['consistently', 'met', 'deadlines'], ['met', 'deadlines', 'requirements'], ['deadlines', 'requirements', 'production'], ['requirements', 'production', 'work'], ['production', 'work', 'orders'], ['work', 'orders', 'collaborated'], ['orders', 'collaborated', 'developers'], ['collaborated', 'developers', 'identify'], ['developers', 'identify', 'alleviate'], ['identify', 'alleviate', 'number'], ['alleviate', 'number', 'bugs'], ['number', 'bugs', 'software'], ['bugs', 'software', 'provided'], ['software', 'provided', 'maintenance'], ['provided', 'maintenance', 'development'], ['maintenance', 'development', 'bug'], ['development', 'bug', 'fixes'], ['bug', 'fixes', 'patch'], ['fixes', 'patch', 'sets'], ['patch', 'sets', 'existing'], ['sets', 'existing', 'applications'], ['existing', 'applications', 'education'], ['applications', 'education', 'details'], ['education', 'details', 'bachelor'], ['details', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'computer'], ['engineering', 'computer', 'savitribai'], ['computer', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'java'], ['university', 'java', 'developer'], ['java', 'developer', 'java'], ['developer', 'java', 'developer'], ['java', 'developer', 'aurus'], ['developer', 'aurus', 'tech'], ['aurus', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'java'], ['details', 'java', 'exprience'], ['java', 'exprience', '32'], ['exprience', '32', 'months'], ['32', 'months', 'linux'], ['months', 'linux', 'exprience'], ['linux', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'adavance'], ['months', 'adavance', 'java'], ['adavance', 'java', 'exprience'], ['java', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'derby'], ['months', 'derby', 'exprience'], ['derby', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'oracle'], ['months', 'oracle', 'exprience'], ['oracle', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'aurus'], ['company', 'aurus', 'tech'], ['aurus', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'having'], ['description', 'having', '2'], ['having', '2', 'years'], ['2', 'years', 'experience'], ['years', 'experience', 'working'], ['experience', 'working', 'payment'], ['working', 'payment', 'gateway'], ['payment', 'gateway', 'solutions'], ['gateway', 'solutions', 'provider'], ['solutions', 'provider', 'core'], ['provider', 'core', 'java'], ['core', 'java', 'hardworking'], ['java', 'hardworking', 'java'], ['hardworking', 'java', 'developer'], ['java', 'developer', 'enthusiastic'], ['developer', 'enthusiastic', 'working'], ['enthusiastic', 'working', 'multicultural'], ['working', 'multicultural', 'teams'], ['multicultural', 'teams', 'company'], ['teams', 'company', 'aurus'], ['company', 'aurus', 'tech'], ['aurus', 'tech', 'pvt'], ['tech', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'participated'], ['description', 'participated', 'requirements'], ['participated', 'requirements', 'gathering'], ['requirements', 'gathering', 'design'], ['gathering', 'design', 'development'], ['design', 'development', 'meetings'], ['development', 'meetings', 'reviewed'], ['meetings', 'reviewed', 'code'], ['reviewed', 'code', 'debugged'], ['code', 'debugged', 'errors'], ['debugged', 'errors', 'improve'], ['errors', 'improve', 'performance'], ['improve', 'performance', 'coordinated'], ['performance', 'coordinated', 'systems'], ['coordinated', 'systems', 'partners'], ['systems', 'partners', 'finalize'], ['partners', 'finalize', 'designs'], ['finalize', 'designs', 'confirm'], ['designs', 'confirm', 'requirements'], ['confirm', 'requirements', 'consistently'], ['requirements', 'consistently', 'met'], ['consistently', 'met', 'deadlines'], ['met', 'deadlines', 'requirements'], ['deadlines', 'requirements', 'production'], ['requirements', 'production', 'work'], ['production', 'work', 'orders'], ['work', 'orders', 'collaborated'], ['orders', 'collaborated', 'developers'], ['collaborated', 'developers', 'identify'], ['developers', 'identify', 'alleviate'], ['identify', 'alleviate', 'number'], ['alleviate', 'number', 'bugs'], ['number', 'bugs', 'software'], ['bugs', 'software', 'provided'], ['software', 'provided', 'continued'], ['provided', 'continued', 'maintenance'], ['continued', 'maintenance', 'development'], ['maintenance', 'development', 'bug'], ['development', 'bug', 'fixes'], ['bug', 'fixes', 'patch'], ['fixes', 'patch', 'sets'], ['patch', 'sets', 'existing'], ['sets', 'existing', 'applications'], ['skills', 'language', 'java', 'operating'], ['language', 'java', 'operating', 'system'], ['java', 'operating', 'system', 'windows'], ['operating', 'system', 'windows', 'linux'], ['system', 'windows', 'linux', 'centos'], ['windows', 'linux', 'centos', '6'], ['linux', 'centos', '6', '6'], ['centos', '6', '6', 'databases'], ['6', '6', 'databases', 'oracle'], ['6', 'databases', 'oracle', 'my'], ['databases', 'oracle', 'my', 'sql'], ['oracle', 'my', 'sql', 'derby'], ['my', 'sql', 'derby', 'embedded'], ['sql', 'derby', 'embedded', 'db'], ['derby', 'embedded', 'db', 'ide'], ['embedded', 'db', 'ide', 'eclipse'], ['db', 'ide', 'eclipse', 'oxygen'], ['ide', 'eclipse', 'oxygen', 'tools'], ['eclipse', 'oxygen', 'tools', 'sonarqube'], ['oxygen', 'tools', 'sonarqube', 'putty'], ['tools', 'sonarqube', 'putty', 'responsibilitis'], ['sonarqube', 'putty', 'responsibilitis', 'participated'], ['putty', 'responsibilitis', 'participated', 'requirements'], ['responsibilitis', 'participated', 'requirements', 'gathering'], ['participated', 'requirements', 'gathering', 'design'], ['requirements', 'gathering', 'design', 'development'], ['gathering', 'design', 'development', 'meetings'], ['design', 'development', 'meetings', 'reviewed'], ['development', 'meetings', 'reviewed', 'code'], ['meetings', 'reviewed', 'code', 'debugged'], ['reviewed', 'code', 'debugged', 'errors'], ['code', 'debugged', 'errors', 'improve'], ['debugged', 'errors', 'improve', 'performance'], ['errors', 'improve', 'performance', 'coordinated'], ['improve', 'performance', 'coordinated', 'systems'], ['performance', 'coordinated', 'systems', 'partners'], ['coordinated', 'systems', 'partners', 'finalize'], ['systems', 'partners', 'finalize', 'designs'], ['partners', 'finalize', 'designs', 'confirm'], ['finalize', 'designs', 'confirm', 'requirements'], ['designs', 'confirm', 'requirements', 'consistently'], ['confirm', 'requirements', 'consistently', 'met'], ['requirements', 'consistently', 'met', 'deadlines'], ['consistently', 'met', 'deadlines', 'requirements'], ['met', 'deadlines', 'requirements', 'production'], ['deadlines', 'requirements', 'production', 'work'], ['requirements', 'production', 'work', 'orders'], ['production', 'work', 'orders', 'collaborated'], ['work', 'orders', 'collaborated', 'developers'], ['orders', 'collaborated', 'developers', 'identify'], ['collaborated', 'developers', 'identify', 'alleviate'], ['developers', 'identify', 'alleviate', 'number'], ['identify', 'alleviate', 'number', 'bugs'], ['alleviate', 'number', 'bugs', 'software'], ['number', 'bugs', 'software', 'provided'], ['bugs', 'software', 'provided', 'maintenance'], ['software', 'provided', 'maintenance', 'development'], ['provided', 'maintenance', 'development', 'bug'], ['maintenance', 'development', 'bug', 'fixes'], ['development', 'bug', 'fixes', 'patch'], ['bug', 'fixes', 'patch', 'sets'], ['fixes', 'patch', 'sets', 'existing'], ['patch', 'sets', 'existing', 'applications'], ['sets', 'existing', 'applications', 'education'], ['existing', 'applications', 'education', 'details'], ['applications', 'education', 'details', 'bachelor'], ['education', 'details', 'bachelor', 'engineering'], ['details', 'bachelor', 'engineering', 'computer'], ['bachelor', 'engineering', 'computer', 'savitribai'], ['engineering', 'computer', 'savitribai', 'phule'], ['computer', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'java'], ['pune', 'university', 'java', 'developer'], ['university', 'java', 'developer', 'java'], ['java', 'developer', 'java', 'developer'], ['developer', 'java', 'developer', 'aurus'], ['java', 'developer', 'aurus', 'tech'], ['developer', 'aurus', 'tech', 'pvt'], ['aurus', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'java'], ['skill', 'details', 'java', 'exprience'], ['details', 'java', 'exprience', '32'], ['java', 'exprience', '32', 'months'], ['exprience', '32', 'months', 'linux'], ['32', 'months', 'linux', 'exprience'], ['months', 'linux', 'exprience', '6'], ['linux', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'adavance'], ['6', 'months', 'adavance', 'java'], ['months', 'adavance', 'java', 'exprience'], ['adavance', 'java', 'exprience', 'less'], ['java', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'derby'], ['year', 'months', 'derby', 'exprience'], ['months', 'derby', 'exprience', 'less'], ['derby', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'oracle'], ['year', 'months', 'oracle', 'exprience'], ['months', 'oracle', 'exprience', 'less'], ['oracle', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'aurus'], ['details', 'company', 'aurus', 'tech'], ['company', 'aurus', 'tech', 'pvt'], ['aurus', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'having'], ['ltd', 'description', 'having', '2'], ['description', 'having', '2', 'years'], ['having', '2', 'years', 'experience'], ['2', 'years', 'experience', 'working'], ['years', 'experience', 'working', 'payment'], ['experience', 'working', 'payment', 'gateway'], ['working', 'payment', 'gateway', 'solutions'], ['payment', 'gateway', 'solutions', 'provider'], ['gateway', 'solutions', 'provider', 'core'], ['solutions', 'provider', 'core', 'java'], ['provider', 'core', 'java', 'hardworking'], ['core', 'java', 'hardworking', 'java'], ['java', 'hardworking', 'java', 'developer'], ['hardworking', 'java', 'developer', 'enthusiastic'], ['java', 'developer', 'enthusiastic', 'working'], ['developer', 'enthusiastic', 'working', 'multicultural'], ['enthusiastic', 'working', 'multicultural', 'teams'], ['working', 'multicultural', 'teams', 'company'], ['multicultural', 'teams', 'company', 'aurus'], ['teams', 'company', 'aurus', 'tech'], ['company', 'aurus', 'tech', 'pvt'], ['aurus', 'tech', 'pvt', 'ltd'], ['tech', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'participated'], ['ltd', 'description', 'participated', 'requirements'], ['description', 'participated', 'requirements', 'gathering'], ['participated', 'requirements', 'gathering', 'design'], ['requirements', 'gathering', 'design', 'development'], ['gathering', 'design', 'development', 'meetings'], ['design', 'development', 'meetings', 'reviewed'], ['development', 'meetings', 'reviewed', 'code'], ['meetings', 'reviewed', 'code', 'debugged'], ['reviewed', 'code', 'debugged', 'errors'], ['code', 'debugged', 'errors', 'improve'], ['debugged', 'errors', 'improve', 'performance'], ['errors', 'improve', 'performance', 'coordinated'], ['improve', 'performance', 'coordinated', 'systems'], ['performance', 'coordinated', 'systems', 'partners'], ['coordinated', 'systems', 'partners', 'finalize'], ['systems', 'partners', 'finalize', 'designs'], ['partners', 'finalize', 'designs', 'confirm'], ['finalize', 'designs', 'confirm', 'requirements'], ['designs', 'confirm', 'requirements', 'consistently'], ['confirm', 'requirements', 'consistently', 'met'], ['requirements', 'consistently', 'met', 'deadlines'], ['consistently', 'met', 'deadlines', 'requirements'], ['met', 'deadlines', 'requirements', 'production'], ['deadlines', 'requirements', 'production', 'work'], ['requirements', 'production', 'work', 'orders'], ['production', 'work', 'orders', 'collaborated'], ['work', 'orders', 'collaborated', 'developers'], ['orders', 'collaborated', 'developers', 'identify'], ['collaborated', 'developers', 'identify', 'alleviate'], ['developers', 'identify', 'alleviate', 'number'], ['identify', 'alleviate', 'number', 'bugs'], ['alleviate', 'number', 'bugs', 'software'], ['number', 'bugs', 'software', 'provided'], ['bugs', 'software', 'provided', 'continued'], ['software', 'provided', 'continued', 'maintenance'], ['provided', 'continued', 'maintenance', 'development'], ['continued', 'maintenance', 'development', 'bug'], ['maintenance', 'development', 'bug', 'fixes'], ['development', 'bug', 'fixes', 'patch'], ['bug', 'fixes', 'patch', 'sets'], ['fixes', 'patch', 'sets', 'existing'], ['patch', 'sets', 'existing', 'applications'], ['skills', 'language', 'java', 'operating', 'system'], ['language', 'java', 'operating', 'system', 'windows'], ['java', 'operating', 'system', 'windows', 'linux'], ['operating', 'system', 'windows', 'linux', 'centos'], ['system', 'windows', 'linux', 'centos', '6'], ['windows', 'linux', 'centos', '6', '6'], ['linux', 'centos', '6', '6', 'databases'], ['centos', '6', '6', 'databases', 'oracle'], ['6', '6', 'databases', 'oracle', 'my'], ['6', 'databases', 'oracle', 'my', 'sql'], ['databases', 'oracle', 'my', 'sql', 'derby'], ['oracle', 'my', 'sql', 'derby', 'embedded'], ['my', 'sql', 'derby', 'embedded', 'db'], ['sql', 'derby', 'embedded', 'db', 'ide'], ['derby', 'embedded', 'db', 'ide', 'eclipse'], ['embedded', 'db', 'ide', 'eclipse', 'oxygen'], ['db', 'ide', 'eclipse', 'oxygen', 'tools'], ['ide', 'eclipse', 'oxygen', 'tools', 'sonarqube'], ['eclipse', 'oxygen', 'tools', 'sonarqube', 'putty'], ['oxygen', 'tools', 'sonarqube', 'putty', 'responsibilitis'], ['tools', 'sonarqube', 'putty', 'responsibilitis', 'participated'], ['sonarqube', 'putty', 'responsibilitis', 'participated', 'requirements'], ['putty', 'responsibilitis', 'participated', 'requirements', 'gathering'], ['responsibilitis', 'participated', 'requirements', 'gathering', 'design'], ['participated', 'requirements', 'gathering', 'design', 'development'], ['requirements', 'gathering', 'design', 'development', 'meetings'], ['gathering', 'design', 'development', 'meetings', 'reviewed'], ['design', 'development', 'meetings', 'reviewed', 'code'], ['development', 'meetings', 'reviewed', 'code', 'debugged'], ['meetings', 'reviewed', 'code', 'debugged', 'errors'], ['reviewed', 'code', 'debugged', 'errors', 'improve'], ['code', 'debugged', 'errors', 'improve', 'performance'], ['debugged', 'errors', 'improve', 'performance', 'coordinated'], ['errors', 'improve', 'performance', 'coordinated', 'systems'], ['improve', 'performance', 'coordinated', 'systems', 'partners'], ['performance', 'coordinated', 'systems', 'partners', 'finalize'], ['coordinated', 'systems', 'partners', 'finalize', 'designs'], ['systems', 'partners', 'finalize', 'designs', 'confirm'], ['partners', 'finalize', 'designs', 'confirm', 'requirements'], ['finalize', 'designs', 'confirm', 'requirements', 'consistently'], ['designs', 'confirm', 'requirements', 'consistently', 'met'], ['confirm', 'requirements', 'consistently', 'met', 'deadlines'], ['requirements', 'consistently', 'met', 'deadlines', 'requirements'], ['consistently', 'met', 'deadlines', 'requirements', 'production'], ['met', 'deadlines', 'requirements', 'production', 'work'], ['deadlines', 'requirements', 'production', 'work', 'orders'], ['requirements', 'production', 'work', 'orders', 'collaborated'], ['production', 'work', 'orders', 'collaborated', 'developers'], ['work', 'orders', 'collaborated', 'developers', 'identify'], ['orders', 'collaborated', 'developers', 'identify', 'alleviate'], ['collaborated', 'developers', 'identify', 'alleviate', 'number'], ['developers', 'identify', 'alleviate', 'number', 'bugs'], ['identify', 'alleviate', 'number', 'bugs', 'software'], ['alleviate', 'number', 'bugs', 'software', 'provided'], ['number', 'bugs', 'software', 'provided', 'maintenance'], ['bugs', 'software', 'provided', 'maintenance', 'development'], ['software', 'provided', 'maintenance', 'development', 'bug'], ['provided', 'maintenance', 'development', 'bug', 'fixes'], ['maintenance', 'development', 'bug', 'fixes', 'patch'], ['development', 'bug', 'fixes', 'patch', 'sets'], ['bug', 'fixes', 'patch', 'sets', 'existing'], ['fixes', 'patch', 'sets', 'existing', 'applications'], ['patch', 'sets', 'existing', 'applications', 'education'], ['sets', 'existing', 'applications', 'education', 'details'], ['existing', 'applications', 'education', 'details', 'bachelor'], ['applications', 'education', 'details', 'bachelor', 'engineering'], ['education', 'details', 'bachelor', 'engineering', 'computer'], ['details', 'bachelor', 'engineering', 'computer', 'savitribai'], ['bachelor', 'engineering', 'computer', 'savitribai', 'phule'], ['engineering', 'computer', 'savitribai', 'phule', 'pune'], ['computer', 'savitribai', 'phule', 'pune', 'university'], ['savitribai', 'phule', 'pune', 'university', 'java'], ['phule', 'pune', 'university', 'java', 'developer'], ['pune', 'university', 'java', 'developer', 'java'], ['university', 'java', 'developer', 'java', 'developer'], ['java', 'developer', 'java', 'developer', 'aurus'], ['developer', 'java', 'developer', 'aurus', 'tech'], ['java', 'developer', 'aurus', 'tech', 'pvt'], ['developer', 'aurus', 'tech', 'pvt', 'ltd'], ['aurus', 'tech', 'pvt', 'ltd', 'skill'], ['tech', 'pvt', 'ltd', 'skill', 'details'], ['pvt', 'ltd', 'skill', 'details', 'java'], ['ltd', 'skill', 'details', 'java', 'exprience'], ['skill', 'details', 'java', 'exprience', '32'], ['details', 'java', 'exprience', '32', 'months'], ['java', 'exprience', '32', 'months', 'linux'], ['exprience', '32', 'months', 'linux', 'exprience'], ['32', 'months', 'linux', 'exprience', '6'], ['months', 'linux', 'exprience', '6', 'months'], ['linux', 'exprience', '6', 'months', 'adavance'], ['exprience', '6', 'months', 'adavance', 'java'], ['6', 'months', 'adavance', 'java', 'exprience'], ['months', 'adavance', 'java', 'exprience', 'less'], ['adavance', 'java', 'exprience', 'less', '1'], ['java', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'derby'], ['1', 'year', 'months', 'derby', 'exprience'], ['year', 'months', 'derby', 'exprience', 'less'], ['months', 'derby', 'exprience', 'less', '1'], ['derby', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'oracle'], ['1', 'year', 'months', 'oracle', 'exprience'], ['year', 'months', 'oracle', 'exprience', 'less'], ['months', 'oracle', 'exprience', 'less', '1'], ['oracle', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'aurus'], ['monthscompany', 'details', 'company', 'aurus', 'tech'], ['details', 'company', 'aurus', 'tech', 'pvt'], ['company', 'aurus', 'tech', 'pvt', 'ltd'], ['aurus', 'tech', 'pvt', 'ltd', 'description'], ['tech', 'pvt', 'ltd', 'description', 'having'], ['pvt', 'ltd', 'description', 'having', '2'], ['ltd', 'description', 'having', '2', 'years'], ['description', 'having', '2', 'years', 'experience'], ['having', '2', 'years', 'experience', 'working'], ['2', 'years', 'experience', 'working', 'payment'], ['years', 'experience', 'working', 'payment', 'gateway'], ['experience', 'working', 'payment', 'gateway', 'solutions'], ['working', 'payment', 'gateway', 'solutions', 'provider'], ['payment', 'gateway', 'solutions', 'provider', 'core'], ['gateway', 'solutions', 'provider', 'core', 'java'], ['solutions', 'provider', 'core', 'java', 'hardworking'], ['provider', 'core', 'java', 'hardworking', 'java'], ['core', 'java', 'hardworking', 'java', 'developer'], ['java', 'hardworking', 'java', 'developer', 'enthusiastic'], ['hardworking', 'java', 'developer', 'enthusiastic', 'working'], ['java', 'developer', 'enthusiastic', 'working', 'multicultural'], ['developer', 'enthusiastic', 'working', 'multicultural', 'teams'], ['enthusiastic', 'working', 'multicultural', 'teams', 'company'], ['working', 'multicultural', 'teams', 'company', 'aurus'], ['multicultural', 'teams', 'company', 'aurus', 'tech'], ['teams', 'company', 'aurus', 'tech', 'pvt'], ['company', 'aurus', 'tech', 'pvt', 'ltd'], ['aurus', 'tech', 'pvt', 'ltd', 'description'], ['tech', 'pvt', 'ltd', 'description', 'participated'], ['pvt', 'ltd', 'description', 'participated', 'requirements'], ['ltd', 'description', 'participated', 'requirements', 'gathering'], ['description', 'participated', 'requirements', 'gathering', 'design'], ['participated', 'requirements', 'gathering', 'design', 'development'], ['requirements', 'gathering', 'design', 'development', 'meetings'], ['gathering', 'design', 'development', 'meetings', 'reviewed'], ['design', 'development', 'meetings', 'reviewed', 'code'], ['development', 'meetings', 'reviewed', 'code', 'debugged'], ['meetings', 'reviewed', 'code', 'debugged', 'errors'], ['reviewed', 'code', 'debugged', 'errors', 'improve'], ['code', 'debugged', 'errors', 'improve', 'performance'], ['debugged', 'errors', 'improve', 'performance', 'coordinated'], ['errors', 'improve', 'performance', 'coordinated', 'systems'], ['improve', 'performance', 'coordinated', 'systems', 'partners'], ['performance', 'coordinated', 'systems', 'partners', 'finalize'], ['coordinated', 'systems', 'partners', 'finalize', 'designs'], ['systems', 'partners', 'finalize', 'designs', 'confirm'], ['partners', 'finalize', 'designs', 'confirm', 'requirements'], ['finalize', 'designs', 'confirm', 'requirements', 'consistently'], ['designs', 'confirm', 'requirements', 'consistently', 'met'], ['confirm', 'requirements', 'consistently', 'met', 'deadlines'], ['requirements', 'consistently', 'met', 'deadlines', 'requirements'], ['consistently', 'met', 'deadlines', 'requirements', 'production'], ['met', 'deadlines', 'requirements', 'production', 'work'], ['deadlines', 'requirements', 'production', 'work', 'orders'], ['requirements', 'production', 'work', 'orders', 'collaborated'], ['production', 'work', 'orders', 'collaborated', 'developers'], ['work', 'orders', 'collaborated', 'developers', 'identify'], ['orders', 'collaborated', 'developers', 'identify', 'alleviate'], ['collaborated', 'developers', 'identify', 'alleviate', 'number'], ['developers', 'identify', 'alleviate', 'number', 'bugs'], ['identify', 'alleviate', 'number', 'bugs', 'software'], ['alleviate', 'number', 'bugs', 'software', 'provided'], ['number', 'bugs', 'software', 'provided', 'continued'], ['bugs', 'software', 'provided', 'continued', 'maintenance'], ['software', 'provided', 'continued', 'maintenance', 'development'], ['provided', 'continued', 'maintenance', 'development', 'bug'], ['continued', 'maintenance', 'development', 'bug', 'fixes'], ['maintenance', 'development', 'bug', 'fixes', 'patch'], ['development', 'bug', 'fixes', 'patch', 'sets'], ['bug', 'fixes', 'patch', 'sets', 'existing'], ['fixes', 'patch', 'sets', 'existing', 'applications'], ['skills', 'language', 'java', 'operating', 'system', 'windows'], ['language', 'java', 'operating', 'system', 'windows', 'linux'], ['java', 'operating', 'system', 'windows', 'linux', 'centos'], ['operating', 'system', 'windows', 'linux', 'centos', '6'], ['system', 'windows', 'linux', 'centos', '6', '6'], ['windows', 'linux', 'centos', '6', '6', 'databases'], ['linux', 'centos', '6', '6', 'databases', 'oracle'], ['centos', '6', '6', 'databases', 'oracle', 'my'], ['6', '6', 'databases', 'oracle', 'my', 'sql'], ['6', 'databases', 'oracle', 'my', 'sql', 'derby'], ['databases', 'oracle', 'my', 'sql', 'derby', 'embedded'], ['oracle', 'my', 'sql', 'derby', 'embedded', 'db'], ['my', 'sql', 'derby', 'embedded', 'db', 'ide'], ['sql', 'derby', 'embedded', 'db', 'ide', 'eclipse'], ['derby', 'embedded', 'db', 'ide', 'eclipse', 'oxygen'], ['embedded', 'db', 'ide', 'eclipse', 'oxygen', 'tools'], ['db', 'ide', 'eclipse', 'oxygen', 'tools', 'sonarqube'], ['ide', 'eclipse', 'oxygen', 'tools', 'sonarqube', 'putty'], ['eclipse', 'oxygen', 'tools', 'sonarqube', 'putty', 'responsibilitis'], ['oxygen', 'tools', 'sonarqube', 'putty', 'responsibilitis', 'participated'], ['tools', 'sonarqube', 'putty', 'responsibilitis', 'participated', 'requirements'], ['sonarqube', 'putty', 'responsibilitis', 'participated', 'requirements', 'gathering'], ['putty', 'responsibilitis', 'participated', 'requirements', 'gathering', 'design'], ['responsibilitis', 'participated', 'requirements', 'gathering', 'design', 'development'], ['participated', 'requirements', 'gathering', 'design', 'development', 'meetings'], ['requirements', 'gathering', 'design', 'development', 'meetings', 'reviewed'], ['gathering', 'design', 'development', 'meetings', 'reviewed', 'code'], ['design', 'development', 'meetings', 'reviewed', 'code', 'debugged'], ['development', 'meetings', 'reviewed', 'code', 'debugged', 'errors'], ['meetings', 'reviewed', 'code', 'debugged', 'errors', 'improve'], ['reviewed', 'code', 'debugged', 'errors', 'improve', 'performance'], ['code', 'debugged', 'errors', 'improve', 'performance', 'coordinated'], ['debugged', 'errors', 'improve', 'performance', 'coordinated', 'systems'], ['errors', 'improve', 'performance', 'coordinated', 'systems', 'partners'], ['improve', 'performance', 'coordinated', 'systems', 'partners', 'finalize'], ['performance', 'coordinated', 'systems', 'partners', 'finalize', 'designs'], ['coordinated', 'systems', 'partners', 'finalize', 'designs', 'confirm'], ['systems', 'partners', 'finalize', 'designs', 'confirm', 'requirements'], ['partners', 'finalize', 'designs', 'confirm', 'requirements', 'consistently'], ['finalize', 'designs', 'confirm', 'requirements', 'consistently', 'met'], ['designs', 'confirm', 'requirements', 'consistently', 'met', 'deadlines'], ['confirm', 'requirements', 'consistently', 'met', 'deadlines', 'requirements'], ['requirements', 'consistently', 'met', 'deadlines', 'requirements', 'production'], ['consistently', 'met', 'deadlines', 'requirements', 'production', 'work'], ['met', 'deadlines', 'requirements', 'production', 'work', 'orders'], ['deadlines', 'requirements', 'production', 'work', 'orders', 'collaborated'], ['requirements', 'production', 'work', 'orders', 'collaborated', 'developers'], ['production', 'work', 'orders', 'collaborated', 'developers', 'identify'], ['work', 'orders', 'collaborated', 'developers', 'identify', 'alleviate'], ['orders', 'collaborated', 'developers', 'identify', 'alleviate', 'number'], ['collaborated', 'developers', 'identify', 'alleviate', 'number', 'bugs'], ['developers', 'identify', 'alleviate', 'number', 'bugs', 'software'], ['identify', 'alleviate', 'number', 'bugs', 'software', 'provided'], ['alleviate', 'number', 'bugs', 'software', 'provided', 'maintenance'], ['number', 'bugs', 'software', 'provided', 'maintenance', 'development'], ['bugs', 'software', 'provided', 'maintenance', 'development', 'bug'], ['software', 'provided', 'maintenance', 'development', 'bug', 'fixes'], ['provided', 'maintenance', 'development', 'bug', 'fixes', 'patch'], ['maintenance', 'development', 'bug', 'fixes', 'patch', 'sets'], ['development', 'bug', 'fixes', 'patch', 'sets', 'existing'], ['bug', 'fixes', 'patch', 'sets', 'existing', 'applications'], ['fixes', 'patch', 'sets', 'existing', 'applications', 'education'], ['patch', 'sets', 'existing', 'applications', 'education', 'details'], ['sets', 'existing', 'applications', 'education', 'details', 'bachelor'], ['existing', 'applications', 'education', 'details', 'bachelor', 'engineering'], ['applications', 'education', 'details', 'bachelor', 'engineering', 'computer'], ['education', 'details', 'bachelor', 'engineering', 'computer', 'savitribai'], ['details', 'bachelor', 'engineering', 'computer', 'savitribai', 'phule'], ['bachelor', 'engineering', 'computer', 'savitribai', 'phule', 'pune'], ['engineering', 'computer', 'savitribai', 'phule', 'pune', 'university'], ['computer', 'savitribai', 'phule', 'pune', 'university', 'java'], ['savitribai', 'phule', 'pune', 'university', 'java', 'developer'], ['phule', 'pune', 'university', 'java', 'developer', 'java'], ['pune', 'university', 'java', 'developer', 'java', 'developer'], ['university', 'java', 'developer', 'java', 'developer', 'aurus'], ['java', 'developer', 'java', 'developer', 'aurus', 'tech'], ['developer', 'java', 'developer', 'aurus', 'tech', 'pvt'], ['java', 'developer', 'aurus', 'tech', 'pvt', 'ltd'], ['developer', 'aurus', 'tech', 'pvt', 'ltd', 'skill'], ['aurus', 'tech', 'pvt', 'ltd', 'skill', 'details'], ...], [['education'], ['details'], ['be'], ['computer'], ['science'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['hsc'], ['mumbai'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['ssc'], ['mumbai'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['business'], ['analyst'], ['business'], ['analyst'], ['fino'], ['payments'], ['bank'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['fino'], ['payments'], ['bank'], ['description'], ['key'], ['role'], ['in'], ['depth'], ['requirement'], ['input'], ['gathering'], ['responsibilities'], ['achievements'], ['conducted'], ['depth'], ['requirement'], ['input'], ['gathering'], ['concerned'], ['stakeholders'], ['business'], ['smes'], ['technical'], ['architect'], ['business'], ['architect'], ['create'], ['artifacts'], ['like'], ['business'], ['requirement'], ['document'], ['brd'], ['arrive'], ['functional'], ['requirements'], ['development'], ['team'], ['created'], ['functional'], ['specification'], ['document'], ['fsd'], ['highlighting'], ['technical'], ['implementation'], ['use'], ['cases'], ['led'], ['merchant'], ['commission'], ['module'], ['project'], ['end'], ['end'], ['co'], ['ordinated'], ['cug'], ['live'], ['designed'], ['a'], ['ount'], ['opening'], ['process'], ['flow'], ['end'], ['end'], ['time'], ['bank'], ['going'], ['live'], ['spoc'], ['configurations'], ['ount'], ['level'], ['customer'], ['level'], ['production'], ['led'], ['cash'], ['controlling'], ['processes'], ['field'], ['users'], ['per'], ['requirement'], ['business'], ['team'], ['design'], ['build'], ['proof'], ['concepts'], ['validate'], ['viability'], ['alternate'], ['approaches'], ['determine'], ['optimum'], ['choice'], ['involved'], ['process'], ['design'], ['development'], ['products'], ['performed'], ['functional'], ['testing'], ['entire'], ['system'], ['provided'], ['support'], ['uat'], ['preparing'], ['uat'], ['test'], ['cases'], ['performing'], ['uat'], ['tests'], ['onboard'], ['new'], ['processes'], ['bau'], ['worked'], ['development'], ['teams'], ['arriving'], ['detailed'], ['techno'], ['functional'], ['specifications'], ['participate'], ['feasibility'], ['analysis'], ['conducting'], ['twice'], ['week'], ['meetings'], ['vendor'], ['discuss'], ['status'], ['crs'], ['resolve'], ['technical'], ['queries'], ['company'], ['fino'], ['paytech'], ['pvt'], ['ltd'], ['description'], ['key'], ['role'], ['requirement'], ['gathering'], ['development'], ['testing'], ['responsibilities'], ['achievements'], ['requirement'], ['gathering'], ['preparation'], ['traceability'], ['matrix'], ['preparation'], ['execution'], ['use'], ['cases'], ['developing'], ['test'], ['plans'], ['based'], ['requirements'], ['airtel'], ['zambia'], ['national'], ['partner'], ['project'], ['led'], ['employee'], ['profile'], ['creation'], ['maintenance'], ['employee'], ['details'], ['database'], ['preparation'], ['work'], ['flow'], ['end'], ['end'], ['development'], ['testing'], ['module'], ['designed'], ['work'], ['flow'], ['process'], ['capa'], ['corrective'], ['action'], ['preventive'], ['analysis'], ['module'], ['maintain'], ['audit'], ['findings'], ['raised'], ['internal'], ['audit'], ['team'], ['designed'], ['expense'], ['management'], ['module'], ['automated'], ['end'], ['end'], ['house'], ['expense'], ['flow'], ['designed'], ['pmo'], ['tool'], ['parivartan'], ['used'], ['tracking'], ['projects'], ['end'], ['end'], ['education', 'details'], ['details', 'be'], ['be', 'computer'], ['computer', 'science'], ['science', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'hsc'], ['hsc', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'ssc'], ['ssc', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'business'], ['business', 'analyst'], ['analyst', 'business'], ['business', 'analyst'], ['analyst', 'fino'], ['fino', 'payments'], ['payments', 'bank'], ['bank', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'fino'], ['fino', 'payments'], ['payments', 'bank'], ['bank', 'description'], ['description', 'key'], ['key', 'role'], ['role', 'in'], ['in', 'depth'], ['depth', 'requirement'], ['requirement', 'input'], ['input', 'gathering'], ['gathering', 'responsibilities'], ['responsibilities', 'achievements'], ['achievements', 'conducted'], ['conducted', 'depth'], ['depth', 'requirement'], ['requirement', 'input'], ['input', 'gathering'], ['gathering', 'concerned'], ['concerned', 'stakeholders'], ['stakeholders', 'business'], ['business', 'smes'], ['smes', 'technical'], ['technical', 'architect'], ['architect', 'business'], ['business', 'architect'], ['architect', 'create'], ['create', 'artifacts'], ['artifacts', 'like'], ['like', 'business'], ['business', 'requirement'], ['requirement', 'document'], ['document', 'brd'], ['brd', 'arrive'], ['arrive', 'functional'], ['functional', 'requirements'], ['requirements', 'development'], ['development', 'team'], ['team', 'created'], ['created', 'functional'], ['functional', 'specification'], ['specification', 'document'], ['document', 'fsd'], ['fsd', 'highlighting'], ['highlighting', 'technical'], ['technical', 'implementation'], ['implementation', 'use'], ['use', 'cases'], ['cases', 'led'], ['led', 'merchant'], ['merchant', 'commission'], ['commission', 'module'], ['module', 'project'], ['project', 'end'], ['end', 'end'], ['end', 'co'], ['co', 'ordinated'], ['ordinated', 'cug'], ['cug', 'live'], ['live', 'designed'], ['designed', 'a'], ['a', 'ount'], ['ount', 'opening'], ['opening', 'process'], ['process', 'flow'], ['flow', 'end'], ['end', 'end'], ['end', 'time'], ['time', 'bank'], ['bank', 'going'], ['going', 'live'], ['live', 'spoc'], ['spoc', 'configurations'], ['configurations', 'ount'], ['ount', 'level'], ['level', 'customer'], ['customer', 'level'], ['level', 'production'], ['production', 'led'], ['led', 'cash'], ['cash', 'controlling'], ['controlling', 'processes'], ['processes', 'field'], ['field', 'users'], ['users', 'per'], ['per', 'requirement'], ['requirement', 'business'], ['business', 'team'], ['team', 'design'], ['design', 'build'], ['build', 'proof'], ['proof', 'concepts'], ['concepts', 'validate'], ['validate', 'viability'], ['viability', 'alternate'], ['alternate', 'approaches'], ['approaches', 'determine'], ['determine', 'optimum'], ['optimum', 'choice'], ['choice', 'involved'], ['involved', 'process'], ['process', 'design'], ['design', 'development'], ['development', 'products'], ['products', 'performed'], ['performed', 'functional'], ['functional', 'testing'], ['testing', 'entire'], ['entire', 'system'], ['system', 'provided'], ['provided', 'support'], ['support', 'uat'], ['uat', 'preparing'], ['preparing', 'uat'], ['uat', 'test'], ['test', 'cases'], ['cases', 'performing'], ['performing', 'uat'], ['uat', 'tests'], ['tests', 'onboard'], ['onboard', 'new'], ['new', 'processes'], ['processes', 'bau'], ['bau', 'worked'], ['worked', 'development'], ['development', 'teams'], ['teams', 'arriving'], ['arriving', 'detailed'], ['detailed', 'techno'], ['techno', 'functional'], ['functional', 'specifications'], ['specifications', 'participate'], ['participate', 'feasibility'], ['feasibility', 'analysis'], ['analysis', 'conducting'], ['conducting', 'twice'], ['twice', 'week'], ['week', 'meetings'], ['meetings', 'vendor'], ['vendor', 'discuss'], ['discuss', 'status'], ['status', 'crs'], ['crs', 'resolve'], ['resolve', 'technical'], ['technical', 'queries'], ['queries', 'company'], ['company', 'fino'], ['fino', 'paytech'], ['paytech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'key'], ['key', 'role'], ['role', 'requirement'], ['requirement', 'gathering'], ['gathering', 'development'], ['development', 'testing'], ['testing', 'responsibilities'], ['responsibilities', 'achievements'], ['achievements', 'requirement'], ['requirement', 'gathering'], ['gathering', 'preparation'], ['preparation', 'traceability'], ['traceability', 'matrix'], ['matrix', 'preparation'], ['preparation', 'execution'], ['execution', 'use'], ['use', 'cases'], ['cases', 'developing'], ['developing', 'test'], ['test', 'plans'], ['plans', 'based'], ['based', 'requirements'], ['requirements', 'airtel'], ['airtel', 'zambia'], ['zambia', 'national'], ['national', 'partner'], ['partner', 'project'], ['project', 'led'], ['led', 'employee'], ['employee', 'profile'], ['profile', 'creation'], ['creation', 'maintenance'], ['maintenance', 'employee'], ['employee', 'details'], ['details', 'database'], ['database', 'preparation'], ['preparation', 'work'], ['work', 'flow'], ['flow', 'end'], ['end', 'end'], ['end', 'development'], ['development', 'testing'], ['testing', 'module'], ['module', 'designed'], ['designed', 'work'], ['work', 'flow'], ['flow', 'process'], ['process', 'capa'], ['capa', 'corrective'], ['corrective', 'action'], ['action', 'preventive'], ['preventive', 'analysis'], ['analysis', 'module'], ['module', 'maintain'], ['maintain', 'audit'], ['audit', 'findings'], ['findings', 'raised'], ['raised', 'internal'], ['internal', 'audit'], ['audit', 'team'], ['team', 'designed'], ['designed', 'expense'], ['expense', 'management'], ['management', 'module'], ['module', 'automated'], ['automated', 'end'], ['end', 'end'], ['end', 'house'], ['house', 'expense'], ['expense', 'flow'], ['flow', 'designed'], ['designed', 'pmo'], ['pmo', 'tool'], ['tool', 'parivartan'], ['parivartan', 'used'], ['used', 'tracking'], ['tracking', 'projects'], ['projects', 'end'], ['end', 'end'], ['education', 'details', 'be'], ['details', 'be', 'computer'], ['be', 'computer', 'science'], ['computer', 'science', 'mumbai'], ['science', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'hsc'], ['university', 'hsc', 'mumbai'], ['hsc', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'ssc'], ['board', 'ssc', 'mumbai'], ['ssc', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'business'], ['board', 'business', 'analyst'], ['business', 'analyst', 'business'], ['analyst', 'business', 'analyst'], ['business', 'analyst', 'fino'], ['analyst', 'fino', 'payments'], ['fino', 'payments', 'bank'], ['payments', 'bank', 'skill'], ['bank', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'fino'], ['company', 'fino', 'payments'], ['fino', 'payments', 'bank'], ['payments', 'bank', 'description'], ['bank', 'description', 'key'], ['description', 'key', 'role'], ['key', 'role', 'in'], ['role', 'in', 'depth'], ['in', 'depth', 'requirement'], ['depth', 'requirement', 'input'], ['requirement', 'input', 'gathering'], ['input', 'gathering', 'responsibilities'], ['gathering', 'responsibilities', 'achievements'], ['responsibilities', 'achievements', 'conducted'], ['achievements', 'conducted', 'depth'], ['conducted', 'depth', 'requirement'], ['depth', 'requirement', 'input'], ['requirement', 'input', 'gathering'], ['input', 'gathering', 'concerned'], ['gathering', 'concerned', 'stakeholders'], ['concerned', 'stakeholders', 'business'], ['stakeholders', 'business', 'smes'], ['business', 'smes', 'technical'], ['smes', 'technical', 'architect'], ['technical', 'architect', 'business'], ['architect', 'business', 'architect'], ['business', 'architect', 'create'], ['architect', 'create', 'artifacts'], ['create', 'artifacts', 'like'], ['artifacts', 'like', 'business'], ['like', 'business', 'requirement'], ['business', 'requirement', 'document'], ['requirement', 'document', 'brd'], ['document', 'brd', 'arrive'], ['brd', 'arrive', 'functional'], ['arrive', 'functional', 'requirements'], ['functional', 'requirements', 'development'], ['requirements', 'development', 'team'], ['development', 'team', 'created'], ['team', 'created', 'functional'], ['created', 'functional', 'specification'], ['functional', 'specification', 'document'], ['specification', 'document', 'fsd'], ['document', 'fsd', 'highlighting'], ['fsd', 'highlighting', 'technical'], ['highlighting', 'technical', 'implementation'], ['technical', 'implementation', 'use'], ['implementation', 'use', 'cases'], ['use', 'cases', 'led'], ['cases', 'led', 'merchant'], ['led', 'merchant', 'commission'], ['merchant', 'commission', 'module'], ['commission', 'module', 'project'], ['module', 'project', 'end'], ['project', 'end', 'end'], ['end', 'end', 'co'], ['end', 'co', 'ordinated'], ['co', 'ordinated', 'cug'], ['ordinated', 'cug', 'live'], ['cug', 'live', 'designed'], ['live', 'designed', 'a'], ['designed', 'a', 'ount'], ['a', 'ount', 'opening'], ['ount', 'opening', 'process'], ['opening', 'process', 'flow'], ['process', 'flow', 'end'], ['flow', 'end', 'end'], ['end', 'end', 'time'], ['end', 'time', 'bank'], ['time', 'bank', 'going'], ['bank', 'going', 'live'], ['going', 'live', 'spoc'], ['live', 'spoc', 'configurations'], ['spoc', 'configurations', 'ount'], ['configurations', 'ount', 'level'], ['ount', 'level', 'customer'], ['level', 'customer', 'level'], ['customer', 'level', 'production'], ['level', 'production', 'led'], ['production', 'led', 'cash'], ['led', 'cash', 'controlling'], ['cash', 'controlling', 'processes'], ['controlling', 'processes', 'field'], ['processes', 'field', 'users'], ['field', 'users', 'per'], ['users', 'per', 'requirement'], ['per', 'requirement', 'business'], ['requirement', 'business', 'team'], ['business', 'team', 'design'], ['team', 'design', 'build'], ['design', 'build', 'proof'], ['build', 'proof', 'concepts'], ['proof', 'concepts', 'validate'], ['concepts', 'validate', 'viability'], ['validate', 'viability', 'alternate'], ['viability', 'alternate', 'approaches'], ['alternate', 'approaches', 'determine'], ['approaches', 'determine', 'optimum'], ['determine', 'optimum', 'choice'], ['optimum', 'choice', 'involved'], ['choice', 'involved', 'process'], ['involved', 'process', 'design'], ['process', 'design', 'development'], ['design', 'development', 'products'], ['development', 'products', 'performed'], ['products', 'performed', 'functional'], ['performed', 'functional', 'testing'], ['functional', 'testing', 'entire'], ['testing', 'entire', 'system'], ['entire', 'system', 'provided'], ['system', 'provided', 'support'], ['provided', 'support', 'uat'], ['support', 'uat', 'preparing'], ['uat', 'preparing', 'uat'], ['preparing', 'uat', 'test'], ['uat', 'test', 'cases'], ['test', 'cases', 'performing'], ['cases', 'performing', 'uat'], ['performing', 'uat', 'tests'], ['uat', 'tests', 'onboard'], ['tests', 'onboard', 'new'], ['onboard', 'new', 'processes'], ['new', 'processes', 'bau'], ['processes', 'bau', 'worked'], ['bau', 'worked', 'development'], ['worked', 'development', 'teams'], ['development', 'teams', 'arriving'], ['teams', 'arriving', 'detailed'], ['arriving', 'detailed', 'techno'], ['detailed', 'techno', 'functional'], ['techno', 'functional', 'specifications'], ['functional', 'specifications', 'participate'], ['specifications', 'participate', 'feasibility'], ['participate', 'feasibility', 'analysis'], ['feasibility', 'analysis', 'conducting'], ['analysis', 'conducting', 'twice'], ['conducting', 'twice', 'week'], ['twice', 'week', 'meetings'], ['week', 'meetings', 'vendor'], ['meetings', 'vendor', 'discuss'], ['vendor', 'discuss', 'status'], ['discuss', 'status', 'crs'], ['status', 'crs', 'resolve'], ['crs', 'resolve', 'technical'], ['resolve', 'technical', 'queries'], ['technical', 'queries', 'company'], ['queries', 'company', 'fino'], ['company', 'fino', 'paytech'], ['fino', 'paytech', 'pvt'], ['paytech', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'key'], ['description', 'key', 'role'], ['key', 'role', 'requirement'], ['role', 'requirement', 'gathering'], ['requirement', 'gathering', 'development'], ['gathering', 'development', 'testing'], ['development', 'testing', 'responsibilities'], ['testing', 'responsibilities', 'achievements'], ['responsibilities', 'achievements', 'requirement'], ['achievements', 'requirement', 'gathering'], ['requirement', 'gathering', 'preparation'], ['gathering', 'preparation', 'traceability'], ['preparation', 'traceability', 'matrix'], ['traceability', 'matrix', 'preparation'], ['matrix', 'preparation', 'execution'], ['preparation', 'execution', 'use'], ['execution', 'use', 'cases'], ['use', 'cases', 'developing'], ['cases', 'developing', 'test'], ['developing', 'test', 'plans'], ['test', 'plans', 'based'], ['plans', 'based', 'requirements'], ['based', 'requirements', 'airtel'], ['requirements', 'airtel', 'zambia'], ['airtel', 'zambia', 'national'], ['zambia', 'national', 'partner'], ['national', 'partner', 'project'], ['partner', 'project', 'led'], ['project', 'led', 'employee'], ['led', 'employee', 'profile'], ['employee', 'profile', 'creation'], ['profile', 'creation', 'maintenance'], ['creation', 'maintenance', 'employee'], ['maintenance', 'employee', 'details'], ['employee', 'details', 'database'], ['details', 'database', 'preparation'], ['database', 'preparation', 'work'], ['preparation', 'work', 'flow'], ['work', 'flow', 'end'], ['flow', 'end', 'end'], ['end', 'end', 'development'], ['end', 'development', 'testing'], ['development', 'testing', 'module'], ['testing', 'module', 'designed'], ['module', 'designed', 'work'], ['designed', 'work', 'flow'], ['work', 'flow', 'process'], ['flow', 'process', 'capa'], ['process', 'capa', 'corrective'], ['capa', 'corrective', 'action'], ['corrective', 'action', 'preventive'], ['action', 'preventive', 'analysis'], ['preventive', 'analysis', 'module'], ['analysis', 'module', 'maintain'], ['module', 'maintain', 'audit'], ['maintain', 'audit', 'findings'], ['audit', 'findings', 'raised'], ['findings', 'raised', 'internal'], ['raised', 'internal', 'audit'], ['internal', 'audit', 'team'], ['audit', 'team', 'designed'], ['team', 'designed', 'expense'], ['designed', 'expense', 'management'], ['expense', 'management', 'module'], ['management', 'module', 'automated'], ['module', 'automated', 'end'], ['automated', 'end', 'end'], ['end', 'end', 'house'], ['end', 'house', 'expense'], ['house', 'expense', 'flow'], ['expense', 'flow', 'designed'], ['flow', 'designed', 'pmo'], ['designed', 'pmo', 'tool'], ['pmo', 'tool', 'parivartan'], ['tool', 'parivartan', 'used'], ['parivartan', 'used', 'tracking'], ['used', 'tracking', 'projects'], ['tracking', 'projects', 'end'], ['projects', 'end', 'end'], ['education', 'details', 'be', 'computer'], ['details', 'be', 'computer', 'science'], ['be', 'computer', 'science', 'mumbai'], ['computer', 'science', 'mumbai', 'maharashtra'], ['science', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'hsc'], ['mumbai', 'university', 'hsc', 'mumbai'], ['university', 'hsc', 'mumbai', 'maharashtra'], ['hsc', 'mumbai', 'maharashtra', 'maharashtra'], ['mumbai', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'ssc'], ['state', 'board', 'ssc', 'mumbai'], ['board', 'ssc', 'mumbai', 'maharashtra'], ['ssc', 'mumbai', 'maharashtra', 'maharashtra'], ['mumbai', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'business'], ['state', 'board', 'business', 'analyst'], ['board', 'business', 'analyst', 'business'], ['business', 'analyst', 'business', 'analyst'], ['analyst', 'business', 'analyst', 'fino'], ['business', 'analyst', 'fino', 'payments'], ['analyst', 'fino', 'payments', 'bank'], ['fino', 'payments', 'bank', 'skill'], ['payments', 'bank', 'skill', 'details'], ['bank', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'fino'], ['details', 'company', 'fino', 'payments'], ['company', 'fino', 'payments', 'bank'], ['fino', 'payments', 'bank', 'description'], ['payments', 'bank', 'description', 'key'], ['bank', 'description', 'key', 'role'], ['description', 'key', 'role', 'in'], ['key', 'role', 'in', 'depth'], ['role', 'in', 'depth', 'requirement'], ['in', 'depth', 'requirement', 'input'], ['depth', 'requirement', 'input', 'gathering'], ['requirement', 'input', 'gathering', 'responsibilities'], ['input', 'gathering', 'responsibilities', 'achievements'], ['gathering', 'responsibilities', 'achievements', 'conducted'], ['responsibilities', 'achievements', 'conducted', 'depth'], ['achievements', 'conducted', 'depth', 'requirement'], ['conducted', 'depth', 'requirement', 'input'], ['depth', 'requirement', 'input', 'gathering'], ['requirement', 'input', 'gathering', 'concerned'], ['input', 'gathering', 'concerned', 'stakeholders'], ['gathering', 'concerned', 'stakeholders', 'business'], ['concerned', 'stakeholders', 'business', 'smes'], ['stakeholders', 'business', 'smes', 'technical'], ['business', 'smes', 'technical', 'architect'], ['smes', 'technical', 'architect', 'business'], ['technical', 'architect', 'business', 'architect'], ['architect', 'business', 'architect', 'create'], ['business', 'architect', 'create', 'artifacts'], ['architect', 'create', 'artifacts', 'like'], ['create', 'artifacts', 'like', 'business'], ['artifacts', 'like', 'business', 'requirement'], ['like', 'business', 'requirement', 'document'], ['business', 'requirement', 'document', 'brd'], ['requirement', 'document', 'brd', 'arrive'], ['document', 'brd', 'arrive', 'functional'], ['brd', 'arrive', 'functional', 'requirements'], ['arrive', 'functional', 'requirements', 'development'], ['functional', 'requirements', 'development', 'team'], ['requirements', 'development', 'team', 'created'], ['development', 'team', 'created', 'functional'], ['team', 'created', 'functional', 'specification'], ['created', 'functional', 'specification', 'document'], ['functional', 'specification', 'document', 'fsd'], ['specification', 'document', 'fsd', 'highlighting'], ['document', 'fsd', 'highlighting', 'technical'], ['fsd', 'highlighting', 'technical', 'implementation'], ['highlighting', 'technical', 'implementation', 'use'], ['technical', 'implementation', 'use', 'cases'], ['implementation', 'use', 'cases', 'led'], ['use', 'cases', 'led', 'merchant'], ['cases', 'led', 'merchant', 'commission'], ['led', 'merchant', 'commission', 'module'], ['merchant', 'commission', 'module', 'project'], ['commission', 'module', 'project', 'end'], ['module', 'project', 'end', 'end'], ['project', 'end', 'end', 'co'], ['end', 'end', 'co', 'ordinated'], ['end', 'co', 'ordinated', 'cug'], ['co', 'ordinated', 'cug', 'live'], ['ordinated', 'cug', 'live', 'designed'], ['cug', 'live', 'designed', 'a'], ['live', 'designed', 'a', 'ount'], ['designed', 'a', 'ount', 'opening'], ['a', 'ount', 'opening', 'process'], ['ount', 'opening', 'process', 'flow'], ['opening', 'process', 'flow', 'end'], ['process', 'flow', 'end', 'end'], ['flow', 'end', 'end', 'time'], ['end', 'end', 'time', 'bank'], ['end', 'time', 'bank', 'going'], ['time', 'bank', 'going', 'live'], ['bank', 'going', 'live', 'spoc'], ['going', 'live', 'spoc', 'configurations'], ['live', 'spoc', 'configurations', 'ount'], ['spoc', 'configurations', 'ount', 'level'], ['configurations', 'ount', 'level', 'customer'], ['ount', 'level', 'customer', 'level'], ['level', 'customer', 'level', 'production'], ['customer', 'level', 'production', 'led'], ['level', 'production', 'led', 'cash'], ['production', 'led', 'cash', 'controlling'], ['led', 'cash', 'controlling', 'processes'], ['cash', 'controlling', 'processes', 'field'], ['controlling', 'processes', 'field', 'users'], ['processes', 'field', 'users', 'per'], ['field', 'users', 'per', 'requirement'], ['users', 'per', 'requirement', 'business'], ['per', 'requirement', 'business', 'team'], ['requirement', 'business', 'team', 'design'], ['business', 'team', 'design', 'build'], ['team', 'design', 'build', 'proof'], ['design', 'build', 'proof', 'concepts'], ['build', 'proof', 'concepts', 'validate'], ['proof', 'concepts', 'validate', 'viability'], ['concepts', 'validate', 'viability', 'alternate'], ['validate', 'viability', 'alternate', 'approaches'], ['viability', 'alternate', 'approaches', 'determine'], ['alternate', 'approaches', 'determine', 'optimum'], ['approaches', 'determine', 'optimum', 'choice'], ['determine', 'optimum', 'choice', 'involved'], ['optimum', 'choice', 'involved', 'process'], ['choice', 'involved', 'process', 'design'], ['involved', 'process', 'design', 'development'], ['process', 'design', 'development', 'products'], ['design', 'development', 'products', 'performed'], ['development', 'products', 'performed', 'functional'], ['products', 'performed', 'functional', 'testing'], ['performed', 'functional', 'testing', 'entire'], ['functional', 'testing', 'entire', 'system'], ['testing', 'entire', 'system', 'provided'], ['entire', 'system', 'provided', 'support'], ['system', 'provided', 'support', 'uat'], ['provided', 'support', 'uat', 'preparing'], ['support', 'uat', 'preparing', 'uat'], ['uat', 'preparing', 'uat', 'test'], ['preparing', 'uat', 'test', 'cases'], ['uat', 'test', 'cases', 'performing'], ['test', 'cases', 'performing', 'uat'], ['cases', 'performing', 'uat', 'tests'], ['performing', 'uat', 'tests', 'onboard'], ['uat', 'tests', 'onboard', 'new'], ['tests', 'onboard', 'new', 'processes'], ['onboard', 'new', 'processes', 'bau'], ['new', 'processes', 'bau', 'worked'], ['processes', 'bau', 'worked', 'development'], ['bau', 'worked', 'development', 'teams'], ['worked', 'development', 'teams', 'arriving'], ['development', 'teams', 'arriving', 'detailed'], ['teams', 'arriving', 'detailed', 'techno'], ['arriving', 'detailed', 'techno', 'functional'], ['detailed', 'techno', 'functional', 'specifications'], ['techno', 'functional', 'specifications', 'participate'], ['functional', 'specifications', 'participate', 'feasibility'], ['specifications', 'participate', 'feasibility', 'analysis'], ['participate', 'feasibility', 'analysis', 'conducting'], ['feasibility', 'analysis', 'conducting', 'twice'], ['analysis', 'conducting', 'twice', 'week'], ['conducting', 'twice', 'week', 'meetings'], ['twice', 'week', 'meetings', 'vendor'], ['week', 'meetings', 'vendor', 'discuss'], ['meetings', 'vendor', 'discuss', 'status'], ['vendor', 'discuss', 'status', 'crs'], ['discuss', 'status', 'crs', 'resolve'], ['status', 'crs', 'resolve', 'technical'], ['crs', 'resolve', 'technical', 'queries'], ['resolve', 'technical', 'queries', 'company'], ['technical', 'queries', 'company', 'fino'], ['queries', 'company', 'fino', 'paytech'], ['company', 'fino', 'paytech', 'pvt'], ['fino', 'paytech', 'pvt', 'ltd'], ['paytech', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'key'], ['ltd', 'description', 'key', 'role'], ['description', 'key', 'role', 'requirement'], ['key', 'role', 'requirement', 'gathering'], ['role', 'requirement', 'gathering', 'development'], ['requirement', 'gathering', 'development', 'testing'], ['gathering', 'development', 'testing', 'responsibilities'], ['development', 'testing', 'responsibilities', 'achievements'], ['testing', 'responsibilities', 'achievements', 'requirement'], ['responsibilities', 'achievements', 'requirement', 'gathering'], ['achievements', 'requirement', 'gathering', 'preparation'], ['requirement', 'gathering', 'preparation', 'traceability'], ['gathering', 'preparation', 'traceability', 'matrix'], ['preparation', 'traceability', 'matrix', 'preparation'], ['traceability', 'matrix', 'preparation', 'execution'], ['matrix', 'preparation', 'execution', 'use'], ['preparation', 'execution', 'use', 'cases'], ['execution', 'use', 'cases', 'developing'], ['use', 'cases', 'developing', 'test'], ['cases', 'developing', 'test', 'plans'], ['developing', 'test', 'plans', 'based'], ['test', 'plans', 'based', 'requirements'], ['plans', 'based', 'requirements', 'airtel'], ['based', 'requirements', 'airtel', 'zambia'], ['requirements', 'airtel', 'zambia', 'national'], ['airtel', 'zambia', 'national', 'partner'], ['zambia', 'national', 'partner', 'project'], ['national', 'partner', 'project', 'led'], ['partner', 'project', 'led', 'employee'], ['project', 'led', 'employee', 'profile'], ['led', 'employee', 'profile', 'creation'], ['employee', 'profile', 'creation', 'maintenance'], ['profile', 'creation', 'maintenance', 'employee'], ...], [['technical'], ['skills'], ['application'], ['servers'], ['iis'], ['6'], ['0'], ['jboss'], ['7'], ['1'], ['database'], ['sql'], ['oracle'], ['db2'], ['report'], ['tool'], ['ireport'], ['crystal'], ['report'], ['career'], ['grapheducation'], ['details'], ['business'], ['analyst'], ['business'], ['analyst'], ['zensar'], ['technologies'], ['ltd'], ['skill'], ['details'], ['crystal'], ['repo'], ['exprience'], ['15'], ['months'], ['database'], ['exprience'], ['6'], ['months'], ['db2'], ['exprience'], ['6'], ['months'], ['iis'], ['exprience'], ['6'], ['months'], ['iis'], ['6'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['zensar'], ['technologies'], ['ltd'], ['description'], ['location'], ['goregoan'], ['mumbai'], ['client'], ['sun'], ['pharmaceutical'], ['designation'], ['business'], ['analyst'], ['role'], ['requirement'], ['gathering'], ['gap'], ['analysis'], ['support'], ['end'], ['user'], ['training'], ['documentation'], ['company'], ['proteus'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['base'], ['information'], ['management'], ['pvt'], ['ltd'], ['is'], ['mumbai'], ['base'], ['software'], ['service'], ['provider'], ['core'], ['competency'], ['proven'], ['track'], ['record'], ['installations'], ['enterprise'], ['wide'], ['solutions'], ['base'], ['customers'], ['come'], ['industries'], ['wide'], ['pharmaceuticals'], ['life'], ['sciences'], ['plastics'], ['engineering'], ['chemicals'], ['company'], ['wings'], ['infonet'], ['pvt'], ['ltd'], ['description'], ['it'], ['it'], ['solutions'], ['provider'], ['company'], ['company'], ['provides'], ['comprehensive'], ['technology'], ['solutions'], ['a'], ['ounting'], ['trade'], ['payroll'], ['asset'], ['management'], ['firms'], ['across'], ['world'], ['company'], ['hiral'], ['tektronix'], ['pvt'], ['ltd'], ['description'], ['software'], ['relates'], ['recruitment'], ['hrms'], ['ounting'], ['payroll'], ['job'], ['responsibilities'], ['erp'], ['implementation'], ['go'], ['live'], ['support'], ['documenting'], ['user'], ['requirements'], ['developing'], ['specifications'], ['customization'], ['integrating'], ['modules'], ['integration'], ['testing'], ['extending'], ['post'], ['go'], ['live'], ['support'], ['including'], ['training'], ['support'], ['end'], ['users'], ['drafting'], ['functional'], ['requirements'], ['erp'], ['systems'], ['represent'], ['processes'], ['functions'], ['involved'], ['guiding'], ['users'], ['using'], ['various'], ['modules'], ['management'], ['various'], ['functional'], ['issues'], ['delivering'], ['awareness'], ['various'], ['reports'], ['available'], ['erp'], ['system'], ['day'], ['day'], ['transactions'], ['mis'], ['reporting'], ['departments'], ['system'], ['audit'], ['better'], ['results'], ['follow'], ['ups'], ['observation'], ['developing'], ['designing'], ['report'], ['using'], ['ireport'], ['crystal'], ['report'], ['technical', 'skills'], ['skills', 'application'], ['application', 'servers'], ['servers', 'iis'], ['iis', '6'], ['6', '0'], ['0', 'jboss'], ['jboss', '7'], ['7', '1'], ['1', 'database'], ['database', 'sql'], ['sql', 'oracle'], ['oracle', 'db2'], ['db2', 'report'], ['report', 'tool'], ['tool', 'ireport'], ['ireport', 'crystal'], ['crystal', 'report'], ['report', 'career'], ['career', 'grapheducation'], ['grapheducation', 'details'], ['details', 'business'], ['business', 'analyst'], ['analyst', 'business'], ['business', 'analyst'], ['analyst', 'zensar'], ['zensar', 'technologies'], ['technologies', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'crystal'], ['crystal', 'repo'], ['repo', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'db2'], ['db2', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'iis'], ['iis', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'iis'], ['iis', '6'], ['6', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'zensar'], ['zensar', 'technologies'], ['technologies', 'ltd'], ['ltd', 'description'], ['description', 'location'], ['location', 'goregoan'], ['goregoan', 'mumbai'], ['mumbai', 'client'], ['client', 'sun'], ['sun', 'pharmaceutical'], ['pharmaceutical', 'designation'], ['designation', 'business'], ['business', 'analyst'], ['analyst', 'role'], ['role', 'requirement'], ['requirement', 'gathering'], ['gathering', 'gap'], ['gap', 'analysis'], ['analysis', 'support'], ['support', 'end'], ['end', 'user'], ['user', 'training'], ['training', 'documentation'], ['documentation', 'company'], ['company', 'proteus'], ['proteus', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'base'], ['base', 'information'], ['information', 'management'], ['management', 'pvt'], ['pvt', 'ltd'], ['ltd', 'is'], ['is', 'mumbai'], ['mumbai', 'base'], ['base', 'software'], ['software', 'service'], ['service', 'provider'], ['provider', 'core'], ['core', 'competency'], ['competency', 'proven'], ['proven', 'track'], ['track', 'record'], ['record', 'installations'], ['installations', 'enterprise'], ['enterprise', 'wide'], ['wide', 'solutions'], ['solutions', 'base'], ['base', 'customers'], ['customers', 'come'], ['come', 'industries'], ['industries', 'wide'], ['wide', 'pharmaceuticals'], ['pharmaceuticals', 'life'], ['life', 'sciences'], ['sciences', 'plastics'], ['plastics', 'engineering'], ['engineering', 'chemicals'], ['chemicals', 'company'], ['company', 'wings'], ['wings', 'infonet'], ['infonet', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'it'], ['it', 'it'], ['it', 'solutions'], ['solutions', 'provider'], ['provider', 'company'], ['company', 'company'], ['company', 'provides'], ['provides', 'comprehensive'], ['comprehensive', 'technology'], ['technology', 'solutions'], ['solutions', 'a'], ['a', 'ounting'], ['ounting', 'trade'], ['trade', 'payroll'], ['payroll', 'asset'], ['asset', 'management'], ['management', 'firms'], ['firms', 'across'], ['across', 'world'], ['world', 'company'], ['company', 'hiral'], ['hiral', 'tektronix'], ['tektronix', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'software'], ['software', 'relates'], ['relates', 'recruitment'], ['recruitment', 'hrms'], ['hrms', 'ounting'], ['ounting', 'payroll'], ['payroll', 'job'], ['job', 'responsibilities'], ['responsibilities', 'erp'], ['erp', 'implementation'], ['implementation', 'go'], ['go', 'live'], ['live', 'support'], ['support', 'documenting'], ['documenting', 'user'], ['user', 'requirements'], ['requirements', 'developing'], ['developing', 'specifications'], ['specifications', 'customization'], ['customization', 'integrating'], ['integrating', 'modules'], ['modules', 'integration'], ['integration', 'testing'], ['testing', 'extending'], ['extending', 'post'], ['post', 'go'], ['go', 'live'], ['live', 'support'], ['support', 'including'], ['including', 'training'], ['training', 'support'], ['support', 'end'], ['end', 'users'], ['users', 'drafting'], ['drafting', 'functional'], ['functional', 'requirements'], ['requirements', 'erp'], ['erp', 'systems'], ['systems', 'represent'], ['represent', 'processes'], ['processes', 'functions'], ['functions', 'involved'], ['involved', 'guiding'], ['guiding', 'users'], ['users', 'using'], ['using', 'various'], ['various', 'modules'], ['modules', 'management'], ['management', 'various'], ['various', 'functional'], ['functional', 'issues'], ['issues', 'delivering'], ['delivering', 'awareness'], ['awareness', 'various'], ['various', 'reports'], ['reports', 'available'], ['available', 'erp'], ['erp', 'system'], ['system', 'day'], ['day', 'day'], ['day', 'transactions'], ['transactions', 'mis'], ['mis', 'reporting'], ['reporting', 'departments'], ['departments', 'system'], ['system', 'audit'], ['audit', 'better'], ['better', 'results'], ['results', 'follow'], ['follow', 'ups'], ['ups', 'observation'], ['observation', 'developing'], ['developing', 'designing'], ['designing', 'report'], ['report', 'using'], ['using', 'ireport'], ['ireport', 'crystal'], ['crystal', 'report'], ['technical', 'skills', 'application'], ['skills', 'application', 'servers'], ['application', 'servers', 'iis'], ['servers', 'iis', '6'], ['iis', '6', '0'], ['6', '0', 'jboss'], ['0', 'jboss', '7'], ['jboss', '7', '1'], ['7', '1', 'database'], ['1', 'database', 'sql'], ['database', 'sql', 'oracle'], ['sql', 'oracle', 'db2'], ['oracle', 'db2', 'report'], ['db2', 'report', 'tool'], ['report', 'tool', 'ireport'], ['tool', 'ireport', 'crystal'], ['ireport', 'crystal', 'report'], ['crystal', 'report', 'career'], ['report', 'career', 'grapheducation'], ['career', 'grapheducation', 'details'], ['grapheducation', 'details', 'business'], ['details', 'business', 'analyst'], ['business', 'analyst', 'business'], ['analyst', 'business', 'analyst'], ['business', 'analyst', 'zensar'], ['analyst', 'zensar', 'technologies'], ['zensar', 'technologies', 'ltd'], ['technologies', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'crystal'], ['details', 'crystal', 'repo'], ['crystal', 'repo', 'exprience'], ['repo', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'database'], ['months', 'database', 'exprience'], ['database', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'db2'], ['months', 'db2', 'exprience'], ['db2', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'iis'], ['months', 'iis', 'exprience'], ['iis', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'iis'], ['months', 'iis', '6'], ['iis', '6', 'exprience'], ['6', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'zensar'], ['company', 'zensar', 'technologies'], ['zensar', 'technologies', 'ltd'], ['technologies', 'ltd', 'description'], ['ltd', 'description', 'location'], ['description', 'location', 'goregoan'], ['location', 'goregoan', 'mumbai'], ['goregoan', 'mumbai', 'client'], ['mumbai', 'client', 'sun'], ['client', 'sun', 'pharmaceutical'], ['sun', 'pharmaceutical', 'designation'], ['pharmaceutical', 'designation', 'business'], ['designation', 'business', 'analyst'], ['business', 'analyst', 'role'], ['analyst', 'role', 'requirement'], ['role', 'requirement', 'gathering'], ['requirement', 'gathering', 'gap'], ['gathering', 'gap', 'analysis'], ['gap', 'analysis', 'support'], ['analysis', 'support', 'end'], ['support', 'end', 'user'], ['end', 'user', 'training'], ['user', 'training', 'documentation'], ['training', 'documentation', 'company'], ['documentation', 'company', 'proteus'], ['company', 'proteus', 'technologies'], ['proteus', 'technologies', 'pvt'], ['technologies', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'base'], ['description', 'base', 'information'], ['base', 'information', 'management'], ['information', 'management', 'pvt'], ['management', 'pvt', 'ltd'], ['pvt', 'ltd', 'is'], ['ltd', 'is', 'mumbai'], ['is', 'mumbai', 'base'], ['mumbai', 'base', 'software'], ['base', 'software', 'service'], ['software', 'service', 'provider'], ['service', 'provider', 'core'], ['provider', 'core', 'competency'], ['core', 'competency', 'proven'], ['competency', 'proven', 'track'], ['proven', 'track', 'record'], ['track', 'record', 'installations'], ['record', 'installations', 'enterprise'], ['installations', 'enterprise', 'wide'], ['enterprise', 'wide', 'solutions'], ['wide', 'solutions', 'base'], ['solutions', 'base', 'customers'], ['base', 'customers', 'come'], ['customers', 'come', 'industries'], ['come', 'industries', 'wide'], ['industries', 'wide', 'pharmaceuticals'], ['wide', 'pharmaceuticals', 'life'], ['pharmaceuticals', 'life', 'sciences'], ['life', 'sciences', 'plastics'], ['sciences', 'plastics', 'engineering'], ['plastics', 'engineering', 'chemicals'], ['engineering', 'chemicals', 'company'], ['chemicals', 'company', 'wings'], ['company', 'wings', 'infonet'], ['wings', 'infonet', 'pvt'], ['infonet', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'it'], ['description', 'it', 'it'], ['it', 'it', 'solutions'], ['it', 'solutions', 'provider'], ['solutions', 'provider', 'company'], ['provider', 'company', 'company'], ['company', 'company', 'provides'], ['company', 'provides', 'comprehensive'], ['provides', 'comprehensive', 'technology'], ['comprehensive', 'technology', 'solutions'], ['technology', 'solutions', 'a'], ['solutions', 'a', 'ounting'], ['a', 'ounting', 'trade'], ['ounting', 'trade', 'payroll'], ['trade', 'payroll', 'asset'], ['payroll', 'asset', 'management'], ['asset', 'management', 'firms'], ['management', 'firms', 'across'], ['firms', 'across', 'world'], ['across', 'world', 'company'], ['world', 'company', 'hiral'], ['company', 'hiral', 'tektronix'], ['hiral', 'tektronix', 'pvt'], ['tektronix', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'software'], ['description', 'software', 'relates'], ['software', 'relates', 'recruitment'], ['relates', 'recruitment', 'hrms'], ['recruitment', 'hrms', 'ounting'], ['hrms', 'ounting', 'payroll'], ['ounting', 'payroll', 'job'], ['payroll', 'job', 'responsibilities'], ['job', 'responsibilities', 'erp'], ['responsibilities', 'erp', 'implementation'], ['erp', 'implementation', 'go'], ['implementation', 'go', 'live'], ['go', 'live', 'support'], ['live', 'support', 'documenting'], ['support', 'documenting', 'user'], ['documenting', 'user', 'requirements'], ['user', 'requirements', 'developing'], ['requirements', 'developing', 'specifications'], ['developing', 'specifications', 'customization'], ['specifications', 'customization', 'integrating'], ['customization', 'integrating', 'modules'], ['integrating', 'modules', 'integration'], ['modules', 'integration', 'testing'], ['integration', 'testing', 'extending'], ['testing', 'extending', 'post'], ['extending', 'post', 'go'], ['post', 'go', 'live'], ['go', 'live', 'support'], ['live', 'support', 'including'], ['support', 'including', 'training'], ['including', 'training', 'support'], ['training', 'support', 'end'], ['support', 'end', 'users'], ['end', 'users', 'drafting'], ['users', 'drafting', 'functional'], ['drafting', 'functional', 'requirements'], ['functional', 'requirements', 'erp'], ['requirements', 'erp', 'systems'], ['erp', 'systems', 'represent'], ['systems', 'represent', 'processes'], ['represent', 'processes', 'functions'], ['processes', 'functions', 'involved'], ['functions', 'involved', 'guiding'], ['involved', 'guiding', 'users'], ['guiding', 'users', 'using'], ['users', 'using', 'various'], ['using', 'various', 'modules'], ['various', 'modules', 'management'], ['modules', 'management', 'various'], ['management', 'various', 'functional'], ['various', 'functional', 'issues'], ['functional', 'issues', 'delivering'], ['issues', 'delivering', 'awareness'], ['delivering', 'awareness', 'various'], ['awareness', 'various', 'reports'], ['various', 'reports', 'available'], ['reports', 'available', 'erp'], ['available', 'erp', 'system'], ['erp', 'system', 'day'], ['system', 'day', 'day'], ['day', 'day', 'transactions'], ['day', 'transactions', 'mis'], ['transactions', 'mis', 'reporting'], ['mis', 'reporting', 'departments'], ['reporting', 'departments', 'system'], ['departments', 'system', 'audit'], ['system', 'audit', 'better'], ['audit', 'better', 'results'], ['better', 'results', 'follow'], ['results', 'follow', 'ups'], ['follow', 'ups', 'observation'], ['ups', 'observation', 'developing'], ['observation', 'developing', 'designing'], ['developing', 'designing', 'report'], ['designing', 'report', 'using'], ['report', 'using', 'ireport'], ['using', 'ireport', 'crystal'], ['ireport', 'crystal', 'report'], ['technical', 'skills', 'application', 'servers'], ['skills', 'application', 'servers', 'iis'], ['application', 'servers', 'iis', '6'], ['servers', 'iis', '6', '0'], ['iis', '6', '0', 'jboss'], ['6', '0', 'jboss', '7'], ['0', 'jboss', '7', '1'], ['jboss', '7', '1', 'database'], ['7', '1', 'database', 'sql'], ['1', 'database', 'sql', 'oracle'], ['database', 'sql', 'oracle', 'db2'], ['sql', 'oracle', 'db2', 'report'], ['oracle', 'db2', 'report', 'tool'], ['db2', 'report', 'tool', 'ireport'], ['report', 'tool', 'ireport', 'crystal'], ['tool', 'ireport', 'crystal', 'report'], ['ireport', 'crystal', 'report', 'career'], ['crystal', 'report', 'career', 'grapheducation'], ['report', 'career', 'grapheducation', 'details'], ['career', 'grapheducation', 'details', 'business'], ['grapheducation', 'details', 'business', 'analyst'], ['details', 'business', 'analyst', 'business'], ['business', 'analyst', 'business', 'analyst'], ['analyst', 'business', 'analyst', 'zensar'], ['business', 'analyst', 'zensar', 'technologies'], ['analyst', 'zensar', 'technologies', 'ltd'], ['zensar', 'technologies', 'ltd', 'skill'], ['technologies', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'crystal'], ['skill', 'details', 'crystal', 'repo'], ['details', 'crystal', 'repo', 'exprience'], ['crystal', 'repo', 'exprience', '15'], ['repo', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'database'], ['15', 'months', 'database', 'exprience'], ['months', 'database', 'exprience', '6'], ['database', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'db2'], ['6', 'months', 'db2', 'exprience'], ['months', 'db2', 'exprience', '6'], ['db2', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'iis'], ['6', 'months', 'iis', 'exprience'], ['months', 'iis', 'exprience', '6'], ['iis', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'iis'], ['6', 'months', 'iis', '6'], ['months', 'iis', '6', 'exprience'], ['iis', '6', 'exprience', '6'], ['6', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'zensar'], ['details', 'company', 'zensar', 'technologies'], ['company', 'zensar', 'technologies', 'ltd'], ['zensar', 'technologies', 'ltd', 'description'], ['technologies', 'ltd', 'description', 'location'], ['ltd', 'description', 'location', 'goregoan'], ['description', 'location', 'goregoan', 'mumbai'], ['location', 'goregoan', 'mumbai', 'client'], ['goregoan', 'mumbai', 'client', 'sun'], ['mumbai', 'client', 'sun', 'pharmaceutical'], ['client', 'sun', 'pharmaceutical', 'designation'], ['sun', 'pharmaceutical', 'designation', 'business'], ['pharmaceutical', 'designation', 'business', 'analyst'], ['designation', 'business', 'analyst', 'role'], ['business', 'analyst', 'role', 'requirement'], ['analyst', 'role', 'requirement', 'gathering'], ['role', 'requirement', 'gathering', 'gap'], ['requirement', 'gathering', 'gap', 'analysis'], ['gathering', 'gap', 'analysis', 'support'], ['gap', 'analysis', 'support', 'end'], ['analysis', 'support', 'end', 'user'], ['support', 'end', 'user', 'training'], ['end', 'user', 'training', 'documentation'], ['user', 'training', 'documentation', 'company'], ['training', 'documentation', 'company', 'proteus'], ['documentation', 'company', 'proteus', 'technologies'], ['company', 'proteus', 'technologies', 'pvt'], ['proteus', 'technologies', 'pvt', 'ltd'], ['technologies', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'base'], ['ltd', 'description', 'base', 'information'], ['description', 'base', 'information', 'management'], ['base', 'information', 'management', 'pvt'], ['information', 'management', 'pvt', 'ltd'], ['management', 'pvt', 'ltd', 'is'], ['pvt', 'ltd', 'is', 'mumbai'], ['ltd', 'is', 'mumbai', 'base'], ['is', 'mumbai', 'base', 'software'], ['mumbai', 'base', 'software', 'service'], ['base', 'software', 'service', 'provider'], ['software', 'service', 'provider', 'core'], ['service', 'provider', 'core', 'competency'], ['provider', 'core', 'competency', 'proven'], ['core', 'competency', 'proven', 'track'], ['competency', 'proven', 'track', 'record'], ['proven', 'track', 'record', 'installations'], ['track', 'record', 'installations', 'enterprise'], ['record', 'installations', 'enterprise', 'wide'], ['installations', 'enterprise', 'wide', 'solutions'], ['enterprise', 'wide', 'solutions', 'base'], ['wide', 'solutions', 'base', 'customers'], ['solutions', 'base', 'customers', 'come'], ['base', 'customers', 'come', 'industries'], ['customers', 'come', 'industries', 'wide'], ['come', 'industries', 'wide', 'pharmaceuticals'], ['industries', 'wide', 'pharmaceuticals', 'life'], ['wide', 'pharmaceuticals', 'life', 'sciences'], ['pharmaceuticals', 'life', 'sciences', 'plastics'], ['life', 'sciences', 'plastics', 'engineering'], ['sciences', 'plastics', 'engineering', 'chemicals'], ['plastics', 'engineering', 'chemicals', 'company'], ['engineering', 'chemicals', 'company', 'wings'], ['chemicals', 'company', 'wings', 'infonet'], ['company', 'wings', 'infonet', 'pvt'], ['wings', 'infonet', 'pvt', 'ltd'], ['infonet', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'it'], ['ltd', 'description', 'it', 'it'], ['description', 'it', 'it', 'solutions'], ['it', 'it', 'solutions', 'provider'], ['it', 'solutions', 'provider', 'company'], ['solutions', 'provider', 'company', 'company'], ['provider', 'company', 'company', 'provides'], ['company', 'company', 'provides', 'comprehensive'], ['company', 'provides', 'comprehensive', 'technology'], ['provides', 'comprehensive', 'technology', 'solutions'], ['comprehensive', 'technology', 'solutions', 'a'], ['technology', 'solutions', 'a', 'ounting'], ['solutions', 'a', 'ounting', 'trade'], ['a', 'ounting', 'trade', 'payroll'], ['ounting', 'trade', 'payroll', 'asset'], ['trade', 'payroll', 'asset', 'management'], ['payroll', 'asset', 'management', 'firms'], ['asset', 'management', 'firms', 'across'], ['management', 'firms', 'across', 'world'], ['firms', 'across', 'world', 'company'], ['across', 'world', 'company', 'hiral'], ['world', 'company', 'hiral', 'tektronix'], ['company', 'hiral', 'tektronix', 'pvt'], ['hiral', 'tektronix', 'pvt', 'ltd'], ['tektronix', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'software'], ['ltd', 'description', 'software', 'relates'], ['description', 'software', 'relates', 'recruitment'], ['software', 'relates', 'recruitment', 'hrms'], ['relates', 'recruitment', 'hrms', 'ounting'], ['recruitment', 'hrms', 'ounting', 'payroll'], ['hrms', 'ounting', 'payroll', 'job'], ['ounting', 'payroll', 'job', 'responsibilities'], ['payroll', 'job', 'responsibilities', 'erp'], ['job', 'responsibilities', 'erp', 'implementation'], ['responsibilities', 'erp', 'implementation', 'go'], ['erp', 'implementation', 'go', 'live'], ['implementation', 'go', 'live', 'support'], ['go', 'live', 'support', 'documenting'], ['live', 'support', 'documenting', 'user'], ['support', 'documenting', 'user', 'requirements'], ['documenting', 'user', 'requirements', 'developing'], ['user', 'requirements', 'developing', 'specifications'], ['requirements', 'developing', 'specifications', 'customization'], ['developing', 'specifications', 'customization', 'integrating'], ['specifications', 'customization', 'integrating', 'modules'], ['customization', 'integrating', 'modules', 'integration'], ['integrating', 'modules', 'integration', 'testing'], ['modules', 'integration', 'testing', 'extending'], ['integration', 'testing', 'extending', 'post'], ['testing', 'extending', 'post', 'go'], ['extending', 'post', 'go', 'live'], ['post', 'go', 'live', 'support'], ['go', 'live', 'support', 'including'], ['live', 'support', 'including', 'training'], ['support', 'including', 'training', 'support'], ['including', 'training', 'support', 'end'], ['training', 'support', 'end', 'users'], ['support', 'end', 'users', 'drafting'], ['end', 'users', 'drafting', 'functional'], ['users', 'drafting', 'functional', 'requirements'], ['drafting', 'functional', 'requirements', 'erp'], ['functional', 'requirements', 'erp', 'systems'], ['requirements', 'erp', 'systems', 'represent'], ['erp', 'systems', 'represent', 'processes'], ['systems', 'represent', 'processes', 'functions'], ['represent', 'processes', 'functions', 'involved'], ['processes', 'functions', 'involved', 'guiding'], ['functions', 'involved', 'guiding', 'users'], ['involved', 'guiding', 'users', 'using'], ['guiding', 'users', 'using', 'various'], ['users', 'using', 'various', 'modules'], ['using', 'various', 'modules', 'management'], ['various', 'modules', 'management', 'various'], ['modules', 'management', 'various', 'functional'], ['management', 'various', 'functional', 'issues'], ['various', 'functional', 'issues', 'delivering'], ['functional', 'issues', 'delivering', 'awareness'], ['issues', 'delivering', 'awareness', 'various'], ['delivering', 'awareness', 'various', 'reports'], ['awareness', 'various', 'reports', 'available'], ['various', 'reports', 'available', 'erp'], ['reports', 'available', 'erp', 'system'], ['available', 'erp', 'system', 'day'], ['erp', 'system', 'day', 'day'], ['system', 'day', 'day', 'transactions'], ['day', 'day', 'transactions', 'mis'], ['day', 'transactions', 'mis', 'reporting'], ['transactions', 'mis', 'reporting', 'departments'], ['mis', 'reporting', 'departments', 'system'], ['reporting', 'departments', 'system', 'audit'], ['departments', 'system', 'audit', 'better'], ['system', 'audit', 'better', 'results'], ['audit', 'better', 'results', 'follow'], ['better', 'results', 'follow', 'ups'], ['results', 'follow', 'ups', 'observation'], ['follow', 'ups', 'observation', 'developing'], ['ups', 'observation', 'developing', 'designing'], ['observation', 'developing', 'designing', 'report'], ['developing', 'designing', 'report', 'using'], ['designing', 'report', 'using', 'ireport'], ['report', 'using', 'ireport', 'crystal'], ['using', 'ireport', 'crystal', 'report'], ['technical', 'skills', 'application', 'servers', 'iis'], ['skills', 'application', 'servers', 'iis', '6'], ['application', 'servers', 'iis', '6', '0'], ['servers', 'iis', '6', '0', 'jboss'], ['iis', '6', '0', 'jboss', '7'], ['6', '0', 'jboss', '7', '1'], ['0', 'jboss', '7', '1', 'database'], ['jboss', '7', '1', 'database', 'sql'], ['7', '1', 'database', 'sql', 'oracle'], ['1', 'database', 'sql', 'oracle', 'db2'], ['database', 'sql', 'oracle', 'db2', 'report'], ['sql', 'oracle', 'db2', 'report', 'tool'], ['oracle', 'db2', 'report', 'tool', 'ireport'], ['db2', 'report', 'tool', 'ireport', 'crystal'], ['report', 'tool', 'ireport', 'crystal', 'report'], ['tool', 'ireport', 'crystal', 'report', 'career'], ['ireport', 'crystal', 'report', 'career', 'grapheducation'], ['crystal', 'report', 'career', 'grapheducation', 'details'], ['report', 'career', 'grapheducation', 'details', 'business'], ['career', 'grapheducation', 'details', 'business', 'analyst'], ['grapheducation', 'details', 'business', 'analyst', 'business'], ['details', 'business', 'analyst', 'business', 'analyst'], ['business', 'analyst', 'business', 'analyst', 'zensar'], ['analyst', 'business', 'analyst', 'zensar', 'technologies'], ['business', 'analyst', 'zensar', 'technologies', 'ltd'], ['analyst', 'zensar', 'technologies', 'ltd', 'skill'], ['zensar', 'technologies', 'ltd', 'skill', 'details'], ['technologies', 'ltd', 'skill', 'details', 'crystal'], ['ltd', 'skill', 'details', 'crystal', 'repo'], ['skill', 'details', 'crystal', 'repo', 'exprience'], ['details', 'crystal', 'repo', 'exprience', '15'], ['crystal', 'repo', 'exprience', '15', 'months'], ['repo', 'exprience', '15', 'months', 'database'], ['exprience', '15', 'months', 'database', 'exprience'], ['15', 'months', 'database', 'exprience', '6'], ['months', 'database', 'exprience', '6', 'months'], ['database', 'exprience', '6', 'months', 'db2'], ['exprience', '6', 'months', 'db2', 'exprience'], ['6', 'months', 'db2', 'exprience', '6'], ['months', 'db2', 'exprience', '6', 'months'], ['db2', 'exprience', '6', 'months', 'iis'], ['exprience', '6', 'months', 'iis', 'exprience'], ['6', 'months', 'iis', 'exprience', '6'], ['months', 'iis', 'exprience', '6', 'months'], ['iis', 'exprience', '6', 'months', 'iis'], ['exprience', '6', 'months', 'iis', '6'], ['6', 'months', 'iis', '6', 'exprience'], ['months', 'iis', '6', 'exprience', '6'], ['iis', '6', 'exprience', '6', 'monthscompany'], ['6', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'zensar'], ['monthscompany', 'details', 'company', 'zensar', 'technologies'], ['details', 'company', 'zensar', 'technologies', 'ltd'], ['company', 'zensar', 'technologies', 'ltd', 'description'], ['zensar', 'technologies', 'ltd', 'description', 'location'], ['technologies', 'ltd', 'description', 'location', 'goregoan'], ['ltd', 'description', 'location', 'goregoan', 'mumbai'], ['description', 'location', 'goregoan', 'mumbai', 'client'], ['location', 'goregoan', 'mumbai', 'client', 'sun'], ['goregoan', 'mumbai', 'client', 'sun', 'pharmaceutical'], ['mumbai', 'client', 'sun', 'pharmaceutical', 'designation'], ['client', 'sun', 'pharmaceutical', 'designation', 'business'], ['sun', 'pharmaceutical', 'designation', 'business', 'analyst'], ['pharmaceutical', 'designation', 'business', 'analyst', 'role'], ['designation', 'business', 'analyst', 'role', 'requirement'], ['business', 'analyst', 'role', 'requirement', 'gathering'], ['analyst', 'role', 'requirement', 'gathering', 'gap'], ['role', 'requirement', 'gathering', 'gap', 'analysis'], ['requirement', 'gathering', 'gap', 'analysis', 'support'], ['gathering', 'gap', 'analysis', 'support', 'end'], ['gap', 'analysis', 'support', 'end', 'user'], ['analysis', 'support', 'end', 'user', 'training'], ['support', 'end', 'user', 'training', 'documentation'], ['end', 'user', 'training', 'documentation', 'company'], ['user', 'training', 'documentation', 'company', 'proteus'], ['training', 'documentation', 'company', 'proteus', 'technologies'], ['documentation', 'company', 'proteus', 'technologies', 'pvt'], ['company', 'proteus', 'technologies', 'pvt', 'ltd'], ['proteus', 'technologies', 'pvt', 'ltd', 'description'], ['technologies', 'pvt', 'ltd', 'description', 'base'], ['pvt', 'ltd', 'description', 'base', 'information'], ['ltd', 'description', 'base', 'information', 'management'], ['description', 'base', 'information', 'management', 'pvt'], ['base', 'information', 'management', 'pvt', 'ltd'], ['information', 'management', 'pvt', 'ltd', 'is'], ['management', 'pvt', 'ltd', 'is', 'mumbai'], ['pvt', 'ltd', 'is', 'mumbai', 'base'], ['ltd', 'is', 'mumbai', 'base', 'software'], ['is', 'mumbai', 'base', 'software', 'service'], ['mumbai', 'base', 'software', 'service', 'provider'], ['base', 'software', 'service', 'provider', 'core'], ['software', 'service', 'provider', 'core', 'competency'], ['service', 'provider', 'core', 'competency', 'proven'], ['provider', 'core', 'competency', 'proven', 'track'], ['core', 'competency', 'proven', 'track', 'record'], ['competency', 'proven', 'track', 'record', 'installations'], ['proven', 'track', 'record', 'installations', 'enterprise'], ['track', 'record', 'installations', 'enterprise', 'wide'], ['record', 'installations', 'enterprise', 'wide', 'solutions'], ['installations', 'enterprise', 'wide', 'solutions', 'base'], ['enterprise', 'wide', 'solutions', 'base', 'customers'], ['wide', 'solutions', 'base', 'customers', 'come'], ['solutions', 'base', 'customers', 'come', 'industries'], ['base', 'customers', 'come', 'industries', 'wide'], ['customers', 'come', 'industries', 'wide', 'pharmaceuticals'], ['come', 'industries', 'wide', 'pharmaceuticals', 'life'], ['industries', 'wide', 'pharmaceuticals', 'life', 'sciences'], ['wide', 'pharmaceuticals', 'life', 'sciences', 'plastics'], ['pharmaceuticals', 'life', 'sciences', 'plastics', 'engineering'], ...], [['key'], ['skills'], ['requirement'], ['gathering'], ['requirement'], ['analysis'], ['design'], ['specifications'], ['client'], ['communication'], ['system'], ['documentation'], ['problem'], ['solving'], ['sdlc'], ['operating'], ['systems'], ['windows'], ['os'], ['unix'], ['linux'], ['ubuntu'], ['languages'], ['java'], ['c'], ['web'], ['languages'], ['javascript'], ['html'], ['tools'], ['citrix'], ['software'], ['system'], ['architect'], ['quality'], ['center'], ['v9'], ['0'], ['v10'], ['0'], ['tortoise'], ['svn'], ['doors'], ['artifact'], ['viewer'], ['jformdesigner'], ['jira'], ['microsoft'], ['d365'], ['other'], ['skills'], ['microsoft'], ['office'], ['ms'], ['excel'], ['ms'], ['powerpoint'], ['ms'], ['visio'], ['autocad'], ['vlsi'], ['ms'], ['cit'], ['certified'], ['education'], ['details'], ['january'], ['2012'], ['be'], ['electronics'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2006'], ['maharashtra'], ['state'], ['board'], ['business'], ['analyst'], ['business'], ['analyst'], ['intertek'], ['india'], ['pvt'], ['ltd'], ['skill'], ['details'], ['sdlc'], ['exprience'], ['75'], ['months'], ['visio'], ['exprience'], ['60'], ['months'], ['requirement'], ['gathering'], ['exprience'], ['15'], ['months'], ['documentation'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['functional'], ['testing'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['business'], ['analysis'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jira'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['intertek'], ['india'], ['pvt'], ['ltd'], ['description'], ['business'], ['analyst'], ['key'], ['responsibilities'], ['include'], ['requirements'], ['gathering'], ['requirements'], ['analysis'], ['documentation'], ['like'], ['frd'], ['creation'], ['providing'], ['kt'], ['sessions'], ['team'], ['having'], ['client'], ['communication'], ['gap'], ['analysis'], ['company'], ['intertek'], ['india'], ['pvt'], ['ltd'], ['description'], ['requirement'], ['gathering'], ['businesses'], ['creating'], ['frds'], ['vendor'], ['interaction'], ['functional'], ['technical'], ['disciplines'], ['creating'], ['project'], ['plan'], ['walkthrough'], ['team'], ['regarding'], ['requirement'], ['change'], ['proposal'], ['management'], ['effort'], ['estimation'], ['impact'], ['gap'], ['analysis'], ['actively'], ['participate'], ['change'], ['proposal'], ['implementation'], ['testing'], ['define'], ['ways'], ['improvement'], ['enhancement'], ['defect'], ['analysis'], ['clarifying'], ['functional'], ['queries'], ['team'], ['members'], ['developers'], ['creating'], ['uat'], ['test'], ['cases'], ['executing'], ['test'], ['management'], ['test'], ['data'], ['creation'], ['test'], ['case'], ['writing'], ['test'], ['case'], ['execution'], ['manual'], ['regression'], ['tests'], ['various'], ['stages'], ['sdlc'], ['project'], ['details'], ['project'], ['1'], ['inlight'], ['feb'], ['2018'], ['till'], ['date'], ['platform'], ['net'], ['description'], ['inlight'], ['supplier'], ['risk'], ['assessment'], ['application'], ['inlight'], ['application'], ['designed'], ['assess'], ['suppliers'], ['within'], ['supply'], ['chain'], ['the'], ['application'], ['boards'], ['importers'], ['exporters'], ['suppliers'], ['based'], ['role'], ['perform'], ['questionnaire'], ['assigned'], ['fill'], ['questionnaire'], ['basis'], ['answer'], ['scoring'], ['methodology'], ['defined'], ['suppliers'], ['assessed'], ['critical'], ['high'], ['medium'], ['low'], ['this'], ['helps'], ['assessing'], ['risk'], ['involved'], ['working'], ['certain'], ['suppliers'], ['supply'], ['chain'], ['beyond'], ['curriculum'], ['completed'], ['internship'], ['l'], ['t'], ['attended'], ['logistics'], ['business'], ['school'], ['training'], ['germany'], ['a1'], ['certified'], ['german'], ['language'], ['travelled'], ['onsite'], ['business'], ['meetings'], ['discussions'], ['clients'], ['personal'], ['dossier'], ['company'], ['allcargo'], ['india'], ['pvt'], ['ltd'], ['description'], ['frd'], ['creation'], ['client'], ['communication'], ['vendor'], ['management'], ['having'], ['product'], ['walk'], ['team'], ['company'], ['allcargo'], ['india'], ['pvt'], ['ltd'], ['description'], ['requirement'], ['gathering'], ['businesses'], ['creating'], ['brds'], ['fsds'], ['vendor'], ['interaction'], ['functional'], ['technical'], ['disciplines'], ['creating'], ['project'], ['plan'], ['analyzing'], ['business'], ['requirements'], ['defining'], ['consistent'], ['correct'], ['complete'], ['specification'], ['change'], ['proposal'], ['management'], ['effort'], ['estimation'], ['impact'], ['gap'], ['analysis'], ['actively'], ['participate'], ['change'], ['proposal'], ['implementation'], ['testing'], ['define'], ['ways'], ['improvement'], ['enhancement'], ['defect'], ['analysis'], ['clarifying'], ['functional'], ['queries'], ['team'], ['members'], ['developers'], ['prepare'], ['requirement'], ['document'], ['user'], ['manual'], ['test'], ['cases'], ['training'], ['material'], ['test'], ['management'], ['test'], ['data'], ['creation'], ['test'], ['case'], ['writing'], ['test'], ['case'], ['execution'], ['manual'], ['regression'], ['tests'], ['various'], ['stages'], ['sdlc'], ['project'], ['details'], ['project'], ['1'], ['crm'], ['nov'], ['2017'], ['feb'], ['2018'], ['platform'], ['microsoft'], ['d365'], ['description'], ['crm'], ['sales'], ['management'], ['system'], ['crm'], ['software'], ['solution'], ['specially'], ['designed'], ['handling'], ['sales'], ['management'], ['this'], ['product'], ['provided'], ['microsoft'], ['helps'], ['tracking'], ['sales'], ['company'], ['activities'], ['salesperson'], ['360'], ['degree'], ['view'], ['customer'], ['ounts'], ['this'], ['basically'], ['helps'], ['get'], ['overall'], ['status'], ['view'], ['various'], ['businesses'], ['company'], ['achieving'], ['different'], ['customers'], ['a'], ['platform'], ['salesperson'], ['provides'], ['details'], ['lead'], ['opportunity'], ['a'], ['ounts'], ['businesses'], ['available'], ['cloud'], ['project'], ['2'], ['credit'], ['risk'], ['nov'], ['2017'], ['feb'], ['2018'], ['platform'], ['net'], ['description'], ['credit'], ['risk'], ['customer'], ['credit'], ['check'], ['management'], ['system'], ['credit'], ['risk'], ['software'], ['solution'], ['specially'], ['designed'], ['checking'], ['credit'], ['status'], ['customer'], ['businesses'], ['gained'], ['the'], ['software'], ['basically'], ['designed'], ['take'], ['kyc'], ['consent'], ['customer'], ['for'], ['customers'], ['provide'], ['consent'], ['credit'], ['report'], ['monitoring'], ['report'], ['obtained'], ['credit'], ['bureau'], ['based'], ['reports'], ['customer'], ['health'], ['determined'], ['business'], ['either'], ['discontinued'], ['work'], ['experience'], ['3'], ['company'], ['capgemini'], ['india'], ['pvt'], ['ltd'], ['description'], ['client'], ['db'], ['schenker'], ['analyzing'], ['business'], ['requirements'], ['defining'], ['consistent'], ['correct'], ['complete'], ['specification'], ['change'], ['proposal'], ['management'], ['effort'], ['estimation'], ['impact'], ['gap'], ['analysis'], ['actively'], ['participate'], ['change'], ['proposal'], ['implementation'], ['testing'], ['define'], ['ways'], ['improvement'], ['enhancement'], ['defect'], ['analysis'], ['clarifying'], ['functional'], ['queries'], ['team'], ['members'], ['developers'], ['prepare'], ['requirement'], ['document'], ['user'], ['manual'], ['test'], ['cases'], ['training'], ['material'], ['impart'], ['business'], ['process'], ['knowledge'], ['transfer'], ['team'], ['members'], ['prepare'], ['business'], ['functional'], ['process'], ['workflow'], ['using'], ['visio'], ['uml'], ['etc'], ['working'], ['knowledge'], ['ooad'], ['object'], ['oriented'], ['analysis'], ['design'], ['concept'], ['helping'], ['junior'], ['bas'], ['work'], ['supervising'], ['work'], ['tools'], ['applications'], ['system'], ['architect'], ['doors'], ['uml'], ['designs'], ['concepts'], ['hp'], ['quality'], ['center'], ['mwb'], ['jformdesigner'], ['test'], ['management'], ['test'], ['data'], ['creation'], ['test'], ['case'], ['writing'], ['test'], ['case'], ['execution'], ['manual'], ['regression'], ['tests'], ['various'], ['stages'], ['sdlc'], ['project'], ['details'], ['company'], ['capgemini'], ['india'], ['pvt'], ['ltd'], ['description'], ['platform'], ['java'], ['description'], ['tango'], ['sea'], ['air'], ['cargo'], ['management'], ['system'], ['tango'], ['software'], ['solution'], ['specially'], ['designed'], ['handling'], ['sea'], ['air'], ['cargo'], ['import'], ['export'], ['management'], ['tango'], ['manages'], ['creation'], ['shipment'], ['tracking'], ['shipment'], ['via'], ['multiple'], ['service'], ['legs'], ['e'], ['pick'], ['delivery'], ['leg'], ['etc'], ['it'], ['helps'], ['managing'], ['end'], ['end'], ['shipment'], ['respect'], ['entire'], ['department'], ['involvement'], ['globally'], ['work'], ['experience'], ['2'], ['company'], ['capgemini'], ['india'], ['pvt'], ['ltd'], ['description'], ['key', 'skills'], ['skills', 'requirement'], ['requirement', 'gathering'], ['gathering', 'requirement'], ['requirement', 'analysis'], ['analysis', 'design'], ['design', 'specifications'], ['specifications', 'client'], ['client', 'communication'], ['communication', 'system'], ['system', 'documentation'], ['documentation', 'problem'], ['problem', 'solving'], ['solving', 'sdlc'], ['sdlc', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'os'], ['os', 'unix'], ['unix', 'linux'], ['linux', 'ubuntu'], ['ubuntu', 'languages'], ['languages', 'java'], ['java', 'c'], ['c', 'web'], ['web', 'languages'], ['languages', 'javascript'], ['javascript', 'html'], ['html', 'tools'], ['tools', 'citrix'], ['citrix', 'software'], ['software', 'system'], ['system', 'architect'], ['architect', 'quality'], ['quality', 'center'], ['center', 'v9'], ['v9', '0'], ['0', 'v10'], ['v10', '0'], ['0', 'tortoise'], ['tortoise', 'svn'], ['svn', 'doors'], ['doors', 'artifact'], ['artifact', 'viewer'], ['viewer', 'jformdesigner'], ['jformdesigner', 'jira'], ['jira', 'microsoft'], ['microsoft', 'd365'], ['d365', 'other'], ['other', 'skills'], ['skills', 'microsoft'], ['microsoft', 'office'], ['office', 'ms'], ['ms', 'excel'], ['excel', 'ms'], ['ms', 'powerpoint'], ['powerpoint', 'ms'], ['ms', 'visio'], ['visio', 'autocad'], ['autocad', 'vlsi'], ['vlsi', 'ms'], ['ms', 'cit'], ['cit', 'certified'], ['certified', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2012'], ['2012', 'be'], ['be', 'electronics'], ['electronics', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2006'], ['2006', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'business'], ['business', 'analyst'], ['analyst', 'business'], ['business', 'analyst'], ['analyst', 'intertek'], ['intertek', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'sdlc'], ['sdlc', 'exprience'], ['exprience', '75'], ['75', 'months'], ['months', 'visio'], ['visio', 'exprience'], ['exprience', '60'], ['60', 'months'], ['months', 'requirement'], ['requirement', 'gathering'], ['gathering', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'documentation'], ['documentation', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'functional'], ['functional', 'testing'], ['testing', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'business'], ['business', 'analysis'], ['analysis', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jira'], ['jira', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'intertek'], ['intertek', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'business'], ['business', 'analyst'], ['analyst', 'key'], ['key', 'responsibilities'], ['responsibilities', 'include'], ['include', 'requirements'], ['requirements', 'gathering'], ['gathering', 'requirements'], ['requirements', 'analysis'], ['analysis', 'documentation'], ['documentation', 'like'], ['like', 'frd'], ['frd', 'creation'], ['creation', 'providing'], ['providing', 'kt'], ['kt', 'sessions'], ['sessions', 'team'], ['team', 'having'], ['having', 'client'], ['client', 'communication'], ['communication', 'gap'], ['gap', 'analysis'], ['analysis', 'company'], ['company', 'intertek'], ['intertek', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'requirement'], ['requirement', 'gathering'], ['gathering', 'businesses'], ['businesses', 'creating'], ['creating', 'frds'], ['frds', 'vendor'], ['vendor', 'interaction'], ['interaction', 'functional'], ['functional', 'technical'], ['technical', 'disciplines'], ['disciplines', 'creating'], ['creating', 'project'], ['project', 'plan'], ['plan', 'walkthrough'], ['walkthrough', 'team'], ['team', 'regarding'], ['regarding', 'requirement'], ['requirement', 'change'], ['change', 'proposal'], ['proposal', 'management'], ['management', 'effort'], ['effort', 'estimation'], ['estimation', 'impact'], ['impact', 'gap'], ['gap', 'analysis'], ['analysis', 'actively'], ['actively', 'participate'], ['participate', 'change'], ['change', 'proposal'], ['proposal', 'implementation'], ['implementation', 'testing'], ['testing', 'define'], ['define', 'ways'], ['ways', 'improvement'], ['improvement', 'enhancement'], ['enhancement', 'defect'], ['defect', 'analysis'], ['analysis', 'clarifying'], ['clarifying', 'functional'], ['functional', 'queries'], ['queries', 'team'], ['team', 'members'], ['members', 'developers'], ['developers', 'creating'], ['creating', 'uat'], ['uat', 'test'], ['test', 'cases'], ['cases', 'executing'], ['executing', 'test'], ['test', 'management'], ['management', 'test'], ['test', 'data'], ['data', 'creation'], ['creation', 'test'], ['test', 'case'], ['case', 'writing'], ['writing', 'test'], ['test', 'case'], ['case', 'execution'], ['execution', 'manual'], ['manual', 'regression'], ['regression', 'tests'], ['tests', 'various'], ['various', 'stages'], ['stages', 'sdlc'], ['sdlc', 'project'], ['project', 'details'], ['details', 'project'], ['project', '1'], ['1', 'inlight'], ['inlight', 'feb'], ['feb', '2018'], ['2018', 'till'], ['till', 'date'], ['date', 'platform'], ['platform', 'net'], ['net', 'description'], ['description', 'inlight'], ['inlight', 'supplier'], ['supplier', 'risk'], ['risk', 'assessment'], ['assessment', 'application'], ['application', 'inlight'], ['inlight', 'application'], ['application', 'designed'], ['designed', 'assess'], ['assess', 'suppliers'], ['suppliers', 'within'], ['within', 'supply'], ['supply', 'chain'], ['chain', 'the'], ['the', 'application'], ['application', 'boards'], ['boards', 'importers'], ['importers', 'exporters'], ['exporters', 'suppliers'], ['suppliers', 'based'], ['based', 'role'], ['role', 'perform'], ['perform', 'questionnaire'], ['questionnaire', 'assigned'], ['assigned', 'fill'], ['fill', 'questionnaire'], ['questionnaire', 'basis'], ['basis', 'answer'], ['answer', 'scoring'], ['scoring', 'methodology'], ['methodology', 'defined'], ['defined', 'suppliers'], ['suppliers', 'assessed'], ['assessed', 'critical'], ['critical', 'high'], ['high', 'medium'], ['medium', 'low'], ['low', 'this'], ['this', 'helps'], ['helps', 'assessing'], ['assessing', 'risk'], ['risk', 'involved'], ['involved', 'working'], ['working', 'certain'], ['certain', 'suppliers'], ['suppliers', 'supply'], ['supply', 'chain'], ['chain', 'beyond'], ['beyond', 'curriculum'], ['curriculum', 'completed'], ['completed', 'internship'], ['internship', 'l'], ['l', 't'], ...], [['it'], ['skills'], ['area'], ['exposure'], ['modeling'], ['tool'], ['bizagi'], ['ms'], ['visio'], ['prototyping'], ['tool'], ['indigo'], ['studio'], ['documentation'], ['ms'], ['office'], ['ms'], ['word'], ['ms'], ['excel'], ['ms'], ['power'], ['point'], ['testing'], ['proficiency'], ['smoke'], ['sanity'], ['integration'], ['functional'], ['a'], ['eptance'], ['ui'], ['methodology'], ['implemented'], ['waterfall'], ['agile'], ['scrum'], ['database'], ['sql'], ['testing'], ['tool'], ['hpqc'], ['business'], ['exposure'], ['education'], ['details'], ['bachelor'], ['of'], ['computer'], ['engineering'], ['computer'], ['engineering'], ['mumbai'], ['maharashtra'], ['thadomal'], ['shahani'], ['engineering'], ['college'], ['diploma'], ['computer'], ['engineering'], ['ulhasnagar'], ['maharashtra'], ['institute'], ['technology'], ['secondary'], ['school'], ['certificate'], ['ulhasnagar'], ['maharashtra'], ['new'], ['english'], ['high'], ['school'], ['senior'], ['business'], ['analyst'], ['rpa'], ['senior'], ['business'], ['analyst'], ['rpa'], ['hexaware'], ['technologies'], ['skill'], ['details'], ['documentation'], ['exprience'], ['47'], ['months'], ['testing'], ['exprience'], ['29'], ['months'], ['integration'], ['exprience'], ['25'], ['months'], ['integrator'], ['exprience'], ['25'], ['months'], ['prototype'], ['exprience'], ['13'], ['monthscompany'], ['details'], ['company'], ['hexaware'], ['technologies'], ['description'], ['working'], ['rpa'], ['business'], ['analyst'], ['company'], ['bbh'], ['brown'], ['brothers'], ['harriman'], ['co'], ['description'], ['private'], ['bank'], ['provides'], ['commercial'], ['banking'], ['investment'], ['management'], ['brokerage'], ['trust'], ['services'], ['private'], ['companies'], ['individuals'], ['it'], ['also'], ['performs'], ['merger'], ['advisory'], ['foreign'], ['exchange'], ['custody'], ['services'], ['commercial'], ['banking'], ['corporate'], ['financing'], ['services'], ['responsibilities'], ['performed'], ['automation'], ['assessment'], ['various'], ['processes'], ['identified'], ['processes'], ['candidates'], ['rpa'], ['conducting'], ['assessment'], ['involves'], ['initial'], ['understanding'], ['existing'], ['system'], ['technology'], ['processes'], ['usage'], ['tools'], ['feasibility'], ['tool'], ['automation'], ['tool'], ['along'], ['automation'], ['roi'], ['analysis'], ['preparing'], ['automation'], ['potential'], ['sheet'], ['describes'], ['steps'], ['process'], ['volume'], ['frequency'], ['transaction'], ['aht'], ['taken'], ['sme'], ['perform'], ['process'], ['depending'], ['steps'], ['could'], ['automated'], ['automation'], ['potential'], ['manual'], ['efforts'], ['saved'], ['calculated'], ['calculating'], ['complexity'], ['process'], ['considered'], ['automation'], ['depending'], ['factors'], ['number'], ['bots'], ['number'], ['automation'], ['tool'], ['licenses'], ['determined'], ['implementing'], ['proof'], ['concept'], ['poc'], ['validate'], ['feasibility'], ['executing'], ['selected'], ['critical'], ['use'], ['cases'], ['conducting'], ['poc'], ['helps'], ['identify'], ['financial'], ['operational'], ['benefits'], ['provide'], ['recommendations'], ['regarding'], ['actual'], ['need'], ['complete'], ['automation'], ['gathering'], ['business'], ['requirements'], ['conducting'], ['detailed'], ['interviews'], ['business'], ['users'], ['stakeholders'], ['subject'], ['matter'], ['experts'], ['sme'], ['preparing'], ['business'], ['requirement'], ['document'], ['converted'], ['business'], ['requirements'], ['functional'], ['requirements'], ['specification'], ['constructing'], ['prototype'], ['early'], ['toward'], ['design'], ['eptable'], ['customer'], ['feasible'], ['assisting'], ['designing'], ['test'], ['plans'], ['test'], ['scenarios'], ['test'], ['cases'], ['integration'], ['regression'], ['user'], ['eptance'], ['testing'], ['uat'], ['improve'], ['overall'], ['quality'], ['automation'], ['participating'], ['regularly'], ['walkthroughs'], ['review'], ['meetings'], ['project'], ['manager'], ['qa'], ['engineers'], ['development'], ['team'], ['regularly'], ['interacting'], ['offshore'], ['onshore'], ['development'], ['teams'], ['company'], ['fadv'], ['first'], ['advantage'], ['description'], ['criminal'], ['background'], ['check'], ['company'], ['delivers'], ['global'], ['solutions'], ['ranging'], ['employment'], ['screenings'], ['background'], ['checks'], ['the'], ['following'], ['processes'], ['covered'], ['email'], ['process'], ['research'], ['process'], ['review'], ['process'], ['responsibilities'], ['requirement'], ['gathering'], ['conducting'], ['interviews'], ['brainstorming'], ['sessions'], ['stakeholders'], ['to'], ['develop'], ['decision'], ['models'], ['execute'], ['rules'], ['per'], ['use'], ['case'], ['specifications'], ['to'], ['test'], ['validate'], ['decision'], ['models'], ['document'], ['test'], ['data'], ['to'], ['maintain'], ['enhance'], ['decision'], ['models'], ['changes'], ['regulations'], ['per'], ['use'], ['case'], ['specifications'], ['responsible'], ['performing'], ['business'], ['research'], ['make'], ['business'], ['growth'], ['developing'], ['clear'], ['understanding'], ['existing'], ['business'], ['functions'], ['processes'], ['effectively'], ['communicate'], ['onsite'], ['clients'], ['queries'], ['suggestions'], ['update'], ['giving'], ['suggestions'], ['enhance'], ['current'], ['processes'], ['identifying'], ['areas'], ['process'], ['improvement'], ['flagging'], ['potential'], ['problems'], ['early'], ['stage'], ['preparing'], ['powerpoint'], ['presentations'], ['documents'], ['business'], ['meetings'], ['using'], ['information'], ['gathered'], ['write'], ['detailed'], ['reports'], ['highlighting'], ['risks'], ['issues'], ['could'], ['impact'], ['project'], ['delivery'], ['able'], ['work'], ['urately'], ['to'], ['develop'], ['maintain'], ['documentation'], ['internal'], ['team'], ['training'], ['client'], ['end'], ['user'], ['operations'], ['to'], ['work'], ['efficiently'], ['team'], ['members'], ['across'], ['teams'], ['to'], ['mentor'], ['train'], ['junior'], ['team'], ['members'], ['company'], ['clinical'], ['testing'], ['lab'], ['work'], ['diagnostic'], ['testing'], ['description'], ['iqvia'], ['provides'], ['services'], ['customers'], ['includes'], ['clinical'], ['testing'], ['lab'], ['work'], ['diagnostic'], ['testing'], ['clinical'], ['trial'], ['these'], ['customers'], ['need'], ['pay'], ['iqvia'], ['aging'], ['details'], ['invoices'], ['generated'], ['the'], ['following'], ['processes'], ['covered'], ['tracking'], ['payments'], ['automated'], ['real'], ['time'], ['metrics'], ['reporting'], ['dashboard'], ['past'], ['due'], ['notifications'], ['ar'], ['statements'], ['credit'], ['rebill'], ['responsibilities'], ['conducting'], ['meetings'], ['clients'], ['key'], ['stakeholders'], ['gather'], ['requirements'], ['analyze'], ['finalize'], ['formal'], ['sign'], ['offs'], ['approvers'], ['gather'], ['perform'], ['analysis'], ['business'], ['requirements'], ['translating'], ['business'], ['requirements'], ['business'], ['requirement'], ['document'], ['brd'], ['functional'], ['requirement'], ['document'], ['frd'], ['facilitating'], ['meetings'], ['appropriate'], ['subject'], ['matter'], ['experts'], ['business'], ['technology'], ['teams'], ['coordinating'], ['business'], ['user'], ['community'], ['execution'], ['user'], ['eptance'], ['test'], ['well'], ['tracking'], ['issues'], ['working'], ['collaborating'], ['coordinating'], ['offshore'], ['onsite'], ['team'], ['members'], ['fulfill'], ['ba'], ['responsibilities'], ['project'], ['initiation'], ['post'], ['implementation'], ['reviewing'], ['test'], ['scripts'], ['business'], ['users'], ['well'], ['technology'], ['team'], ['execute'], ['test'], ['scripts'], ['expected'], ['results'], ['system'], ['integration'], ['test'], ['sit'], ['user'], ['a'], ['eptance'], ['test'], ['uat'], ['coordinating'], ['conducting'], ['production'], ['a'], ['eptance'], ['testing'], ['pat'], ['business'], ['users'], ['creating'], ['flow'], ['diagrams'], ['structure'], ['charts'], ['types'], ['system'], ['process'], ['representations'], ['managing'], ['changes'], ['requirements'], ['baseline'], ['change'], ['control'], ['process'], ['utilizing'], ['standard'], ['methods'], ['design'], ['testing'], ['tools'], ['throughout'], ['project'], ['development'], ['life'], ['cycle'], ['work'], ['closely'], ['operational'], ['functional'], ['teams'], ['operations'], ['management'], ['personnel'], ['various'], ['technology'], ['teams'], ['facilitate'], ['shared'], ['understanding'], ['requirements'], ['priorities'], ['across'], ['areas'], ['company'], ['eduavenir'], ['it'], ['solution'], ['description'], ['project'], ['m'], ['b'], ['m'], ['s'], ['m'], ['b'], ['m'], ['s'], ['inventory'], ['management'], ['application'], ['allows'], ['user'], ['manage'], ['inventory'], ['details'], ['different'], ['warehouses'], ['different'], ['products'], ['located'], ['various'], ['locations'], ['help'], ['extract'], ['goods'], ['procured'], ['sold'], ['returned'], ['customers'], ['it'], ['generates'], ['automated'], ['invoicesalong'], ['withcustomized'], ['reports'], ['it'], ['also'], ['managescustomer'], ['complaint'], ['resolution'], ['system'], ['implementation'], ['along'], ['automated'], ['mis'], ['monthly'], ['basis'], ['sales'], ['forecastingis'], ['also'], ['developed'], ['mis'], ['system'], ['streamlining'], ['process'], ['warehousing'], ['dispatch'], ['along'], ['online'], ['proof'], ['delivery'], ['management'], ['system'], ['pod'], ['documentation'], ['generated'], ['responsibilities'], ['participate'], ['requirement'], ['gathering'], ['discussion'], ['client'], ['understand'], ['flow'], ['business'], ['processes'], ['analyze'], ['requirements'], ['determine'], ['core'], ['processes'], ['develop'], ['process'], ['documentation'], ['ensure'], ['stay'], ['date'], ['conjunction'], ['going'], ['changes'], ['participate'], ['process'], ['flow'], ['analysis'], ['preparing'], ['brd'], ['srs'], ['coordinating'], ['developers'], ['designers'], ['operations'], ['teams'], ['various'], ['nuances'], ['project'], ['communicate'], ['stakeholder'], ['requirements'], ['requirement'], ['enhancement'], ['implementation'], ['finally'], ['deliver'], ['within'], ['estimated'], ['timeframe'], ['support'], ['uat'], ['reviewing'], ['test'], ['cases'], ['manage'], ['version'], ['control'], ['documents'], ['software'], ['builds'], ['coordinate'], ['stakeholders'], ['uat'], ['sign'], ['coordinate'], ['internally'], ['production'], ['movement'], ['till'], ['golive'], ['stage'], ['application'], ['provide'], ['demo'], ['training'], ['internal'], ['end'], ['user'], ['using'], ['powerpoint'], ['presentation'], ['resolving'], ['project'], ['functional'], ['technical'], ['issues'], ['uat'], ['prioritizing'], ['production'], ['bugs'], ['resolving'], ['within'], ['estimated'], ['timeframe'], ['preparing'], ['project'], ['status'], ['report'], ['production'], ['bugs'], ['status'], ['stakeholders'], ['promoting'], ['networking'], ['online'], ['trading'], ['platform'], ['designing'], ['query'], ['sheet'], ['obtaining'], ['comparison'], ['quotes'], ['various'], ['vendors'], ['development'], ['product'], ['codes'], ['material'], ['codes'], ['inventory'], ['management'], ['master'], ['data'], ['management'], ['company'], ['capgemini'], ['head'], ['office'], ['description'], ['type'], ['mobile'], ['device'], ['testing'], ['duration'], ['january'], ['2014'], ['august'], ['2014'], ['follet'], ['an'], ['application'], ['takes'], ['electronic'], ['request'], ['user'], ['books'], ['requires'], ['particular'], ['follet'], ['store'], ['this'], ['detailed'], ['information'], ['books'], ['include'], ['name'], ['book'], ['price'], ['date'], ['transaction'], ['parties'], ['involved'], ['sent'], ['follet'], ['stores'], ['user'], ['create'], ['request'], ['one'], ['books'], ['given'], ['date'], ['this'], ['request'], ['processed'], ['user'], ['gets'], ['mail'], ['date'], ['provided'], ['book'], ['responsibilities'], ['understanding'], ['needs'], ['business'], ['requirements'], ['preparing'], ['brd'], ['srs'], ['eliciting'], ['requirements'], ['client'], ['smes'], ['understanding'], ['dependency'], ['modules'], ['system'], ['preparation'], ['test'], ['plan'], ['unit'], ['level'], ['integration'], ['level'], ['preparation'], ['execution'], ['test'], ['cases'], ['defect'], ['tracking'], ['issue'], ['resolution'], ['risk'], ['monitoring'], ['status'], ['tracking'], ['reporting'], ['follow'], ['preparation'], ['test'], ['completion'], ['report'], ['company'], ['capgemini'], ['head'], ['office'], ['description'], ['company'], ['capgemini'], ['head'], ['office'], ['description'], ['humana'], ['health'], ['care'], ['insurance'], ['project'], ['u'], ['s'], ['deals'], ['supplying'], ['various'], ['medicines'], ['citizens'], ['per'], ['doctor'], ['reference'], ['patient'], ['insurance'], ['policy'], ['this'], ['application'], ['keeps'], ['track'], ['medicines'], ['user'], ['consumed'], ['past'], ['generates'], ['patient'], ['history'], ['a'], ['citizen'], ['given'], ['drug'], ['doctor'], ['reference'], ['doctor'], ['information'], ['also'], ['linked'], ['patient'], ['history'], ['responsibilities'], ['understanding'], ['requirements'], ['getting'], ['clarifications'], ['client'], ['involved'], ['writing'], ['test'], ['cases'], ...], [['technological'], ['skills'], ['knowledge'], ['computers'], ['windows'], ['platform'], ['fluency'], ['ms'], ['office'], ['applications'], ['excel'], ['word'], ['powerpoint'], ['etc'], ['html'], ['java'], ['php'], ['attributes'], ['hardworking'], ['towards'], ['achieving'], ['goal'], ['good'], ['communication'], ['skills'], ['quick'], ['learner'], ['good'], ['interpersonal'], ['relationeducation'], ['details'], ['january'], ['2016'], ['january'], ['2018'], ['mms'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['january'], ['2016'], ['january'], ['2018'], ['mms'], ['management'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['january'], ['2014'], ['b'], ['sc'], ['bandra'], ['maharashtra'], ['in'], ['rivzi'], ['college'], ['january'], ['2011'], ['hsc'], ['bandra'], ['maharashtra'], ['in'], ['st'], ['andrews'], ['college'], ['january'], ['2011'], ['hsc'], ['allana'], ['junior'], ['college'], ['january'], ['2009'], ['ssc'], ['canossa'], ['high'], ['school'], ['january'], ['2008'], ['ssc'], ['maharashtra'], ['state'], ['board'], ['business'], ['analyst'], ['business'], ['analyst'], ['mass'], ['group'], ['companies'], ['skill'], ['details'], ['excel'], ['exprience'], ['23'], ['months'], ['html'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['6'], ['months'], ['php'], ['exprience'], ['6'], ['months'], ['powerpoint'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['mass'], ['group'], ['companies'], ['description'], ['key'], ['role'], ['analyst'], ['responsibilities'], ['manage'], ['risk'], ['provide'], ['risk'], ['management'], ['process'], ['liaise'], ['project'], ['areas'], ['coordinate'], ['interdependencies'], ['resolve'], ['issues'], ['analyse'], ['map'], ['business'], ['process'], ['guide'], ['stakeholders'], ['devising'], ['effective'], ['efficient'], ['approaches'], ['achieving'], ['project'], ['objectives'], ['preparation'], ['various'], ['derivable'], ['e'], ['business'], ['requirement'], ['functional'], ['requirement'], ['report'], ['specification'], ['company'], ['commversion'], ['pvt'], ['ltd'], ['description'], ['responsibilities'], ['employee'], ['satisfaction'], ['reports'], ['evaluate'], ['overall'], ['work'], ['internal'], ['audit'], ['maintain'], ['timesheet'], ['validation'], ['set'], ['simple'], ['performance'], ['driven'], ['compensation'], ['strategies'], ['polices'], ['technological', 'skills'], ['skills', 'knowledge'], ['knowledge', 'computers'], ['computers', 'windows'], ['windows', 'platform'], ['platform', 'fluency'], ['fluency', 'ms'], ['ms', 'office'], ['office', 'applications'], ['applications', 'excel'], ['excel', 'word'], ['word', 'powerpoint'], ['powerpoint', 'etc'], ['etc', 'html'], ['html', 'java'], ['java', 'php'], ['php', 'attributes'], ['attributes', 'hardworking'], ['hardworking', 'towards'], ['towards', 'achieving'], ['achieving', 'goal'], ['goal', 'good'], ['good', 'communication'], ['communication', 'skills'], ['skills', 'quick'], ['quick', 'learner'], ['learner', 'good'], ['good', 'interpersonal'], ['interpersonal', 'relationeducation'], ['relationeducation', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'january'], ['january', '2018'], ['2018', 'mms'], ['mms', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'january'], ['january', '2016'], ['2016', 'january'], ['january', '2018'], ['2018', 'mms'], ['mms', 'management'], ['management', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'january'], ['january', '2014'], ['2014', 'b'], ['b', 'sc'], ['sc', 'bandra'], ['bandra', 'maharashtra'], ['maharashtra', 'in'], ['in', 'rivzi'], ['rivzi', 'college'], ['college', 'january'], ['january', '2011'], ['2011', 'hsc'], ['hsc', 'bandra'], ['bandra', 'maharashtra'], ['maharashtra', 'in'], ['in', 'st'], ['st', 'andrews'], ['andrews', 'college'], ['college', 'january'], ['january', '2011'], ['2011', 'hsc'], ['hsc', 'allana'], ['allana', 'junior'], ['junior', 'college'], ['college', 'january'], ['january', '2009'], ['2009', 'ssc'], ['ssc', 'canossa'], ['canossa', 'high'], ['high', 'school'], ['school', 'january'], ['january', '2008'], ['2008', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'business'], ['business', 'analyst'], ['analyst', 'business'], ['business', 'analyst'], ['analyst', 'mass'], ['mass', 'group'], ['group', 'companies'], ['companies', 'skill'], ['skill', 'details'], ['details', 'excel'], ['excel', 'exprience'], ['exprience', '23'], ['23', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'php'], ['php', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'powerpoint'], ['powerpoint', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'mass'], ['mass', 'group'], ['group', 'companies'], ['companies', 'description'], ['description', 'key'], ['key', 'role'], ['role', 'analyst'], ['analyst', 'responsibilities'], ['responsibilities', 'manage'], ['manage', 'risk'], ['risk', 'provide'], ['provide', 'risk'], ['risk', 'management'], ['management', 'process'], ['process', 'liaise'], ['liaise', 'project'], ['project', 'areas'], ['areas', 'coordinate'], ['coordinate', 'interdependencies'], ['interdependencies', 'resolve'], ['resolve', 'issues'], ['issues', 'analyse'], ['analyse', 'map'], ['map', 'business'], ['business', 'process'], ['process', 'guide'], ['guide', 'stakeholders'], ['stakeholders', 'devising'], ['devising', 'effective'], ['effective', 'efficient'], ['efficient', 'approaches'], ['approaches', 'achieving'], ['achieving', 'project'], ['project', 'objectives'], ['objectives', 'preparation'], ['preparation', 'various'], ['various', 'derivable'], ['derivable', 'e'], ['e', 'business'], ['business', 'requirement'], ['requirement', 'functional'], ['functional', 'requirement'], ['requirement', 'report'], ['report', 'specification'], ['specification', 'company'], ['company', 'commversion'], ['commversion', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'responsibilities'], ['responsibilities', 'employee'], ['employee', 'satisfaction'], ['satisfaction', 'reports'], ['reports', 'evaluate'], ['evaluate', 'overall'], ['overall', 'work'], ['work', 'internal'], ['internal', 'audit'], ['audit', 'maintain'], ['maintain', 'timesheet'], ['timesheet', 'validation'], ['validation', 'set'], ['set', 'simple'], ['simple', 'performance'], ['performance', 'driven'], ['driven', 'compensation'], ['compensation', 'strategies'], ['strategies', 'polices'], ['technological', 'skills', 'knowledge'], ['skills', 'knowledge', 'computers'], ['knowledge', 'computers', 'windows'], ['computers', 'windows', 'platform'], ['windows', 'platform', 'fluency'], ['platform', 'fluency', 'ms'], ['fluency', 'ms', 'office'], ['ms', 'office', 'applications'], ['office', 'applications', 'excel'], ['applications', 'excel', 'word'], ['excel', 'word', 'powerpoint'], ['word', 'powerpoint', 'etc'], ['powerpoint', 'etc', 'html'], ['etc', 'html', 'java'], ['html', 'java', 'php'], ['java', 'php', 'attributes'], ['php', 'attributes', 'hardworking'], ['attributes', 'hardworking', 'towards'], ['hardworking', 'towards', 'achieving'], ['towards', 'achieving', 'goal'], ['achieving', 'goal', 'good'], ['goal', 'good', 'communication'], ['good', 'communication', 'skills'], ['communication', 'skills', 'quick'], ['skills', 'quick', 'learner'], ['quick', 'learner', 'good'], ['learner', 'good', 'interpersonal'], ['good', 'interpersonal', 'relationeducation'], ['interpersonal', 'relationeducation', 'details'], ['relationeducation', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'january'], ['2016', 'january', '2018'], ['january', '2018', 'mms'], ['2018', 'mms', 'mumbai'], ['mms', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'university'], ['maharashtra', 'university', 'mumbai'], ['university', 'mumbai', 'january'], ['mumbai', 'january', '2016'], ['january', '2016', 'january'], ['2016', 'january', '2018'], ['january', '2018', 'mms'], ['2018', 'mms', 'management'], ['mms', 'management', 'mumbai'], ['management', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'university'], ['maharashtra', 'university', 'mumbai'], ['university', 'mumbai', 'january'], ['mumbai', 'january', '2014'], ['january', '2014', 'b'], ['2014', 'b', 'sc'], ['b', 'sc', 'bandra'], ['sc', 'bandra', 'maharashtra'], ['bandra', 'maharashtra', 'in'], ['maharashtra', 'in', 'rivzi'], ['in', 'rivzi', 'college'], ['rivzi', 'college', 'january'], ['college', 'january', '2011'], ['january', '2011', 'hsc'], ['2011', 'hsc', 'bandra'], ['hsc', 'bandra', 'maharashtra'], ['bandra', 'maharashtra', 'in'], ['maharashtra', 'in', 'st'], ['in', 'st', 'andrews'], ['st', 'andrews', 'college'], ['andrews', 'college', 'january'], ['college', 'january', '2011'], ['january', '2011', 'hsc'], ['2011', 'hsc', 'allana'], ['hsc', 'allana', 'junior'], ['allana', 'junior', 'college'], ['junior', 'college', 'january'], ['college', 'january', '2009'], ['january', '2009', 'ssc'], ['2009', 'ssc', 'canossa'], ['ssc', 'canossa', 'high'], ['canossa', 'high', 'school'], ['high', 'school', 'january'], ['school', 'january', '2008'], ['january', '2008', 'ssc'], ['2008', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'business'], ['board', 'business', 'analyst'], ['business', 'analyst', 'business'], ['analyst', 'business', 'analyst'], ['business', 'analyst', 'mass'], ['analyst', 'mass', 'group'], ['mass', 'group', 'companies'], ['group', 'companies', 'skill'], ['companies', 'skill', 'details'], ['skill', 'details', 'excel'], ['details', 'excel', 'exprience'], ['excel', 'exprience', '23'], ['exprience', '23', 'months'], ['23', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'php'], ['months', 'php', 'exprience'], ['php', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'powerpoint'], ['months', 'powerpoint', 'exprience'], ['powerpoint', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'mass'], ['company', 'mass', 'group'], ['mass', 'group', 'companies'], ['group', 'companies', 'description'], ['companies', 'description', 'key'], ['description', 'key', 'role'], ['key', 'role', 'analyst'], ['role', 'analyst', 'responsibilities'], ['analyst', 'responsibilities', 'manage'], ['responsibilities', 'manage', 'risk'], ['manage', 'risk', 'provide'], ['risk', 'provide', 'risk'], ['provide', 'risk', 'management'], ['risk', 'management', 'process'], ['management', 'process', 'liaise'], ['process', 'liaise', 'project'], ['liaise', 'project', 'areas'], ['project', 'areas', 'coordinate'], ['areas', 'coordinate', 'interdependencies'], ['coordinate', 'interdependencies', 'resolve'], ['interdependencies', 'resolve', 'issues'], ['resolve', 'issues', 'analyse'], ['issues', 'analyse', 'map'], ['analyse', 'map', 'business'], ['map', 'business', 'process'], ['business', 'process', 'guide'], ['process', 'guide', 'stakeholders'], ['guide', 'stakeholders', 'devising'], ['stakeholders', 'devising', 'effective'], ['devising', 'effective', 'efficient'], ['effective', 'efficient', 'approaches'], ['efficient', 'approaches', 'achieving'], ['approaches', 'achieving', 'project'], ['achieving', 'project', 'objectives'], ['project', 'objectives', 'preparation'], ['objectives', 'preparation', 'various'], ['preparation', 'various', 'derivable'], ['various', 'derivable', 'e'], ['derivable', 'e', 'business'], ['e', 'business', 'requirement'], ['business', 'requirement', 'functional'], ['requirement', 'functional', 'requirement'], ['functional', 'requirement', 'report'], ['requirement', 'report', 'specification'], ['report', 'specification', 'company'], ['specification', 'company', 'commversion'], ['company', 'commversion', 'pvt'], ['commversion', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'responsibilities'], ['description', 'responsibilities', 'employee'], ['responsibilities', 'employee', 'satisfaction'], ['employee', 'satisfaction', 'reports'], ['satisfaction', 'reports', 'evaluate'], ['reports', 'evaluate', 'overall'], ['evaluate', 'overall', 'work'], ['overall', 'work', 'internal'], ['work', 'internal', 'audit'], ['internal', 'audit', 'maintain'], ['audit', 'maintain', 'timesheet'], ['maintain', 'timesheet', 'validation'], ['timesheet', 'validation', 'set'], ['validation', 'set', 'simple'], ['set', 'simple', 'performance'], ['simple', 'performance', 'driven'], ['performance', 'driven', 'compensation'], ['driven', 'compensation', 'strategies'], ['compensation', 'strategies', 'polices'], ['technological', 'skills', 'knowledge', 'computers'], ['skills', 'knowledge', 'computers', 'windows'], ['knowledge', 'computers', 'windows', 'platform'], ['computers', 'windows', 'platform', 'fluency'], ['windows', 'platform', 'fluency', 'ms'], ['platform', 'fluency', 'ms', 'office'], ['fluency', 'ms', 'office', 'applications'], ['ms', 'office', 'applications', 'excel'], ['office', 'applications', 'excel', 'word'], ['applications', 'excel', 'word', 'powerpoint'], ['excel', 'word', 'powerpoint', 'etc'], ['word', 'powerpoint', 'etc', 'html'], ['powerpoint', 'etc', 'html', 'java'], ['etc', 'html', 'java', 'php'], ['html', 'java', 'php', 'attributes'], ['java', 'php', 'attributes', 'hardworking'], ['php', 'attributes', 'hardworking', 'towards'], ['attributes', 'hardworking', 'towards', 'achieving'], ['hardworking', 'towards', 'achieving', 'goal'], ['towards', 'achieving', 'goal', 'good'], ['achieving', 'goal', 'good', 'communication'], ['goal', 'good', 'communication', 'skills'], ['good', 'communication', 'skills', 'quick'], ['communication', 'skills', 'quick', 'learner'], ['skills', 'quick', 'learner', 'good'], ['quick', 'learner', 'good', 'interpersonal'], ['learner', 'good', 'interpersonal', 'relationeducation'], ['good', 'interpersonal', 'relationeducation', 'details'], ['interpersonal', 'relationeducation', 'details', 'january'], ['relationeducation', 'details', 'january', '2016'], ['details', 'january', '2016', 'january'], ['january', '2016', 'january', '2018'], ['2016', 'january', '2018', 'mms'], ['january', '2018', 'mms', 'mumbai'], ['2018', 'mms', 'mumbai', 'maharashtra'], ['mms', 'mumbai', 'maharashtra', 'university'], ['mumbai', 'maharashtra', 'university', 'mumbai'], ['maharashtra', 'university', 'mumbai', 'january'], ['university', 'mumbai', 'january', '2016'], ['mumbai', 'january', '2016', 'january'], ['january', '2016', 'january', '2018'], ['2016', 'january', '2018', 'mms'], ['january', '2018', 'mms', 'management'], ['2018', 'mms', 'management', 'mumbai'], ['mms', 'management', 'mumbai', 'maharashtra'], ['management', 'mumbai', 'maharashtra', 'university'], ['mumbai', 'maharashtra', 'university', 'mumbai'], ['maharashtra', 'university', 'mumbai', 'january'], ['university', 'mumbai', 'january', '2014'], ['mumbai', 'january', '2014', 'b'], ['january', '2014', 'b', 'sc'], ['2014', 'b', 'sc', 'bandra'], ['b', 'sc', 'bandra', 'maharashtra'], ['sc', 'bandra', 'maharashtra', 'in'], ['bandra', 'maharashtra', 'in', 'rivzi'], ['maharashtra', 'in', 'rivzi', 'college'], ['in', 'rivzi', 'college', 'january'], ['rivzi', 'college', 'january', '2011'], ['college', 'january', '2011', 'hsc'], ['january', '2011', 'hsc', 'bandra'], ['2011', 'hsc', 'bandra', 'maharashtra'], ['hsc', 'bandra', 'maharashtra', 'in'], ['bandra', 'maharashtra', 'in', 'st'], ['maharashtra', 'in', 'st', 'andrews'], ['in', 'st', 'andrews', 'college'], ['st', 'andrews', 'college', 'january'], ['andrews', 'college', 'january', '2011'], ['college', 'january', '2011', 'hsc'], ['january', '2011', 'hsc', 'allana'], ['2011', 'hsc', 'allana', 'junior'], ['hsc', 'allana', 'junior', 'college'], ['allana', 'junior', 'college', 'january'], ['junior', 'college', 'january', '2009'], ['college', 'january', '2009', 'ssc'], ['january', '2009', 'ssc', 'canossa'], ['2009', 'ssc', 'canossa', 'high'], ['ssc', 'canossa', 'high', 'school'], ['canossa', 'high', 'school', 'january'], ['high', 'school', 'january', '2008'], ['school', 'january', '2008', 'ssc'], ['january', '2008', 'ssc', 'maharashtra'], ['2008', 'ssc', 'maharashtra', 'state'], ['ssc', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'business'], ['state', 'board', 'business', 'analyst'], ['board', 'business', 'analyst', 'business'], ['business', 'analyst', 'business', 'analyst'], ['analyst', 'business', 'analyst', 'mass'], ['business', 'analyst', 'mass', 'group'], ['analyst', 'mass', 'group', 'companies'], ['mass', 'group', 'companies', 'skill'], ['group', 'companies', 'skill', 'details'], ['companies', 'skill', 'details', 'excel'], ['skill', 'details', 'excel', 'exprience'], ['details', 'excel', 'exprience', '23'], ['excel', 'exprience', '23', 'months'], ['exprience', '23', 'months', 'html'], ['23', 'months', 'html', 'exprience'], ['months', 'html', 'exprience', '6'], ['html', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'php'], ['6', 'months', 'php', 'exprience'], ['months', 'php', 'exprience', '6'], ['php', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'powerpoint'], ['6', 'months', 'powerpoint', 'exprience'], ['months', 'powerpoint', 'exprience', '6'], ['powerpoint', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'mass'], ['details', 'company', 'mass', 'group'], ['company', 'mass', 'group', 'companies'], ['mass', 'group', 'companies', 'description'], ['group', 'companies', 'description', 'key'], ['companies', 'description', 'key', 'role'], ['description', 'key', 'role', 'analyst'], ['key', 'role', 'analyst', 'responsibilities'], ['role', 'analyst', 'responsibilities', 'manage'], ['analyst', 'responsibilities', 'manage', 'risk'], ['responsibilities', 'manage', 'risk', 'provide'], ['manage', 'risk', 'provide', 'risk'], ['risk', 'provide', 'risk', 'management'], ['provide', 'risk', 'management', 'process'], ['risk', 'management', 'process', 'liaise'], ['management', 'process', 'liaise', 'project'], ['process', 'liaise', 'project', 'areas'], ['liaise', 'project', 'areas', 'coordinate'], ['project', 'areas', 'coordinate', 'interdependencies'], ['areas', 'coordinate', 'interdependencies', 'resolve'], ['coordinate', 'interdependencies', 'resolve', 'issues'], ['interdependencies', 'resolve', 'issues', 'analyse'], ['resolve', 'issues', 'analyse', 'map'], ['issues', 'analyse', 'map', 'business'], ['analyse', 'map', 'business', 'process'], ['map', 'business', 'process', 'guide'], ['business', 'process', 'guide', 'stakeholders'], ['process', 'guide', 'stakeholders', 'devising'], ['guide', 'stakeholders', 'devising', 'effective'], ['stakeholders', 'devising', 'effective', 'efficient'], ['devising', 'effective', 'efficient', 'approaches'], ['effective', 'efficient', 'approaches', 'achieving'], ['efficient', 'approaches', 'achieving', 'project'], ['approaches', 'achieving', 'project', 'objectives'], ['achieving', 'project', 'objectives', 'preparation'], ['project', 'objectives', 'preparation', 'various'], ['objectives', 'preparation', 'various', 'derivable'], ['preparation', 'various', 'derivable', 'e'], ['various', 'derivable', 'e', 'business'], ['derivable', 'e', 'business', 'requirement'], ['e', 'business', 'requirement', 'functional'], ['business', 'requirement', 'functional', 'requirement'], ['requirement', 'functional', 'requirement', 'report'], ['functional', 'requirement', 'report', 'specification'], ['requirement', 'report', 'specification', 'company'], ['report', 'specification', 'company', 'commversion'], ['specification', 'company', 'commversion', 'pvt'], ['company', 'commversion', 'pvt', 'ltd'], ['commversion', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'responsibilities'], ['ltd', 'description', 'responsibilities', 'employee'], ['description', 'responsibilities', 'employee', 'satisfaction'], ['responsibilities', 'employee', 'satisfaction', 'reports'], ['employee', 'satisfaction', 'reports', 'evaluate'], ['satisfaction', 'reports', 'evaluate', 'overall'], ['reports', 'evaluate', 'overall', 'work'], ['evaluate', 'overall', 'work', 'internal'], ['overall', 'work', 'internal', 'audit'], ['work', 'internal', 'audit', 'maintain'], ['internal', 'audit', 'maintain', 'timesheet'], ['audit', 'maintain', 'timesheet', 'validation'], ['maintain', 'timesheet', 'validation', 'set'], ['timesheet', 'validation', 'set', 'simple'], ['validation', 'set', 'simple', 'performance'], ['set', 'simple', 'performance', 'driven'], ['simple', 'performance', 'driven', 'compensation'], ['performance', 'driven', 'compensation', 'strategies'], ['driven', 'compensation', 'strategies', 'polices'], ['technological', 'skills', 'knowledge', 'computers', 'windows'], ['skills', 'knowledge', 'computers', 'windows', 'platform'], ['knowledge', 'computers', 'windows', 'platform', 'fluency'], ['computers', 'windows', 'platform', 'fluency', 'ms'], ['windows', 'platform', 'fluency', 'ms', 'office'], ['platform', 'fluency', 'ms', 'office', 'applications'], ['fluency', 'ms', 'office', 'applications', 'excel'], ['ms', 'office', 'applications', 'excel', 'word'], ['office', 'applications', 'excel', 'word', 'powerpoint'], ['applications', 'excel', 'word', 'powerpoint', 'etc'], ['excel', 'word', 'powerpoint', 'etc', 'html'], ['word', 'powerpoint', 'etc', 'html', 'java'], ['powerpoint', 'etc', 'html', 'java', 'php'], ['etc', 'html', 'java', 'php', 'attributes'], ['html', 'java', 'php', 'attributes', 'hardworking'], ['java', 'php', 'attributes', 'hardworking', 'towards'], ['php', 'attributes', 'hardworking', 'towards', 'achieving'], ['attributes', 'hardworking', 'towards', 'achieving', 'goal'], ['hardworking', 'towards', 'achieving', 'goal', 'good'], ['towards', 'achieving', 'goal', 'good', 'communication'], ['achieving', 'goal', 'good', 'communication', 'skills'], ['goal', 'good', 'communication', 'skills', 'quick'], ['good', 'communication', 'skills', 'quick', 'learner'], ['communication', 'skills', 'quick', 'learner', 'good'], ['skills', 'quick', 'learner', 'good', 'interpersonal'], ['quick', 'learner', 'good', 'interpersonal', 'relationeducation'], ['learner', 'good', 'interpersonal', 'relationeducation', 'details'], ['good', 'interpersonal', 'relationeducation', 'details', 'january'], ['interpersonal', 'relationeducation', 'details', 'january', '2016'], ['relationeducation', 'details', 'january', '2016', 'january'], ['details', 'january', '2016', 'january', '2018'], ['january', '2016', 'january', '2018', 'mms'], ['2016', 'january', '2018', 'mms', 'mumbai'], ['january', '2018', 'mms', 'mumbai', 'maharashtra'], ['2018', 'mms', 'mumbai', 'maharashtra', 'university'], ['mms', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['maharashtra', 'university', 'mumbai', 'january', '2016'], ['university', 'mumbai', 'january', '2016', 'january'], ['mumbai', 'january', '2016', 'january', '2018'], ['january', '2016', 'january', '2018', 'mms'], ['2016', 'january', '2018', 'mms', 'management'], ['january', '2018', 'mms', 'management', 'mumbai'], ['2018', 'mms', 'management', 'mumbai', 'maharashtra'], ['mms', 'management', 'mumbai', 'maharashtra', 'university'], ['management', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['maharashtra', 'university', 'mumbai', 'january', '2014'], ['university', 'mumbai', 'january', '2014', 'b'], ['mumbai', 'january', '2014', 'b', 'sc'], ['january', '2014', 'b', 'sc', 'bandra'], ['2014', 'b', 'sc', 'bandra', 'maharashtra'], ['b', 'sc', 'bandra', 'maharashtra', 'in'], ['sc', 'bandra', 'maharashtra', 'in', 'rivzi'], ['bandra', 'maharashtra', 'in', 'rivzi', 'college'], ['maharashtra', 'in', 'rivzi', 'college', 'january'], ['in', 'rivzi', 'college', 'january', '2011'], ['rivzi', 'college', 'january', '2011', 'hsc'], ['college', 'january', '2011', 'hsc', 'bandra'], ['january', '2011', 'hsc', 'bandra', 'maharashtra'], ['2011', 'hsc', 'bandra', 'maharashtra', 'in'], ['hsc', 'bandra', 'maharashtra', 'in', 'st'], ['bandra', 'maharashtra', 'in', 'st', 'andrews'], ['maharashtra', 'in', 'st', 'andrews', 'college'], ['in', 'st', 'andrews', 'college', 'january'], ['st', 'andrews', 'college', 'january', '2011'], ['andrews', 'college', 'january', '2011', 'hsc'], ['college', 'january', '2011', 'hsc', 'allana'], ['january', '2011', 'hsc', 'allana', 'junior'], ['2011', 'hsc', 'allana', 'junior', 'college'], ['hsc', 'allana', 'junior', 'college', 'january'], ['allana', 'junior', 'college', 'january', '2009'], ['junior', 'college', 'january', '2009', 'ssc'], ['college', 'january', '2009', 'ssc', 'canossa'], ['january', '2009', 'ssc', 'canossa', 'high'], ['2009', 'ssc', 'canossa', 'high', 'school'], ['ssc', 'canossa', 'high', 'school', 'january'], ['canossa', 'high', 'school', 'january', '2008'], ['high', 'school', 'january', '2008', 'ssc'], ['school', 'january', '2008', 'ssc', 'maharashtra'], ['january', '2008', 'ssc', 'maharashtra', 'state'], ['2008', 'ssc', 'maharashtra', 'state', 'board'], ['ssc', 'maharashtra', 'state', 'board', 'business'], ['maharashtra', 'state', 'board', 'business', 'analyst'], ['state', 'board', 'business', 'analyst', 'business'], ['board', 'business', 'analyst', 'business', 'analyst'], ['business', 'analyst', 'business', 'analyst', 'mass'], ['analyst', 'business', 'analyst', 'mass', 'group'], ['business', 'analyst', 'mass', 'group', 'companies'], ['analyst', 'mass', 'group', 'companies', 'skill'], ['mass', 'group', 'companies', 'skill', 'details'], ['group', 'companies', 'skill', 'details', 'excel'], ['companies', 'skill', 'details', 'excel', 'exprience'], ['skill', 'details', 'excel', 'exprience', '23'], ['details', 'excel', 'exprience', '23', 'months'], ['excel', 'exprience', '23', 'months', 'html'], ['exprience', '23', 'months', 'html', 'exprience'], ['23', 'months', 'html', 'exprience', '6'], ['months', 'html', 'exprience', '6', 'months'], ['html', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'java', 'exprience', '6'], ['months', 'java', 'exprience', '6', 'months'], ['java', 'exprience', '6', 'months', 'php'], ['exprience', '6', 'months', 'php', 'exprience'], ['6', 'months', 'php', 'exprience', '6'], ['months', 'php', 'exprience', '6', 'months'], ['php', 'exprience', '6', 'months', 'powerpoint'], ['exprience', '6', 'months', 'powerpoint', 'exprience'], ['6', 'months', 'powerpoint', 'exprience', '6'], ['months', 'powerpoint', 'exprience', '6', 'monthscompany'], ['powerpoint', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'mass'], ['monthscompany', 'details', 'company', 'mass', 'group'], ['details', 'company', 'mass', 'group', 'companies'], ['company', 'mass', 'group', 'companies', 'description'], ['mass', 'group', 'companies', 'description', 'key'], ['group', 'companies', 'description', 'key', 'role'], ['companies', 'description', 'key', 'role', 'analyst'], ['description', 'key', 'role', 'analyst', 'responsibilities'], ['key', 'role', 'analyst', 'responsibilities', 'manage'], ['role', 'analyst', 'responsibilities', 'manage', 'risk'], ['analyst', 'responsibilities', 'manage', 'risk', 'provide'], ['responsibilities', 'manage', 'risk', 'provide', 'risk'], ['manage', 'risk', 'provide', 'risk', 'management'], ['risk', 'provide', 'risk', 'management', 'process'], ['provide', 'risk', 'management', 'process', 'liaise'], ['risk', 'management', 'process', 'liaise', 'project'], ['management', 'process', 'liaise', 'project', 'areas'], ['process', 'liaise', 'project', 'areas', 'coordinate'], ['liaise', 'project', 'areas', 'coordinate', 'interdependencies'], ['project', 'areas', 'coordinate', 'interdependencies', 'resolve'], ['areas', 'coordinate', 'interdependencies', 'resolve', 'issues'], ['coordinate', 'interdependencies', 'resolve', 'issues', 'analyse'], ['interdependencies', 'resolve', 'issues', 'analyse', 'map'], ['resolve', 'issues', 'analyse', 'map', 'business'], ['issues', 'analyse', 'map', 'business', 'process'], ['analyse', 'map', 'business', 'process', 'guide'], ['map', 'business', 'process', 'guide', 'stakeholders'], ['business', 'process', 'guide', 'stakeholders', 'devising'], ['process', 'guide', 'stakeholders', 'devising', 'effective'], ['guide', 'stakeholders', 'devising', 'effective', 'efficient'], ['stakeholders', 'devising', 'effective', 'efficient', 'approaches'], ['devising', 'effective', 'efficient', 'approaches', 'achieving'], ['effective', 'efficient', 'approaches', 'achieving', 'project'], ['efficient', 'approaches', 'achieving', 'project', 'objectives'], ['approaches', 'achieving', 'project', 'objectives', 'preparation'], ['achieving', 'project', 'objectives', 'preparation', 'various'], ['project', 'objectives', 'preparation', 'various', 'derivable'], ['objectives', 'preparation', 'various', 'derivable', 'e'], ['preparation', 'various', 'derivable', 'e', 'business'], ['various', 'derivable', 'e', 'business', 'requirement'], ['derivable', 'e', 'business', 'requirement', 'functional'], ['e', 'business', 'requirement', 'functional', 'requirement'], ['business', 'requirement', 'functional', 'requirement', 'report'], ['requirement', 'functional', 'requirement', 'report', 'specification'], ['functional', 'requirement', 'report', 'specification', 'company'], ['requirement', 'report', 'specification', 'company', 'commversion'], ['report', 'specification', 'company', 'commversion', 'pvt'], ['specification', 'company', 'commversion', 'pvt', 'ltd'], ['company', 'commversion', 'pvt', 'ltd', 'description'], ['commversion', 'pvt', 'ltd', 'description', 'responsibilities'], ['pvt', 'ltd', 'description', 'responsibilities', 'employee'], ['ltd', 'description', 'responsibilities', 'employee', 'satisfaction'], ['description', 'responsibilities', 'employee', 'satisfaction', 'reports'], ['responsibilities', 'employee', 'satisfaction', 'reports', 'evaluate'], ['employee', 'satisfaction', 'reports', 'evaluate', 'overall'], ['satisfaction', 'reports', 'evaluate', 'overall', 'work'], ['reports', 'evaluate', 'overall', 'work', 'internal'], ['evaluate', 'overall', 'work', 'internal', 'audit'], ['overall', 'work', 'internal', 'audit', 'maintain'], ['work', 'internal', 'audit', 'maintain', 'timesheet'], ['internal', 'audit', 'maintain', 'timesheet', 'validation'], ['audit', 'maintain', 'timesheet', 'validation', 'set'], ['maintain', 'timesheet', 'validation', 'set', 'simple'], ['timesheet', 'validation', 'set', 'simple', 'performance'], ['validation', 'set', 'simple', 'performance', 'driven'], ['set', 'simple', 'performance', 'driven', 'compensation'], ['simple', 'performance', 'driven', 'compensation', 'strategies'], ['performance', 'driven', 'compensation', 'strategies', 'polices'], ['technological', 'skills', 'knowledge', 'computers', 'windows', 'platform'], ['skills', 'knowledge', 'computers', 'windows', 'platform', 'fluency'], ['knowledge', 'computers', 'windows', 'platform', 'fluency', 'ms'], ['computers', 'windows', 'platform', 'fluency', 'ms', 'office'], ['windows', 'platform', 'fluency', 'ms', 'office', 'applications'], ['platform', 'fluency', 'ms', 'office', 'applications', 'excel'], ['fluency', 'ms', 'office', 'applications', 'excel', 'word'], ['ms', 'office', 'applications', 'excel', 'word', 'powerpoint'], ['office', 'applications', 'excel', 'word', 'powerpoint', 'etc'], ['applications', 'excel', 'word', 'powerpoint', 'etc', 'html'], ['excel', 'word', 'powerpoint', 'etc', 'html', 'java'], ['word', 'powerpoint', 'etc', 'html', 'java', 'php'], ['powerpoint', 'etc', 'html', 'java', 'php', 'attributes'], ['etc', 'html', 'java', 'php', 'attributes', 'hardworking'], ['html', 'java', 'php', 'attributes', 'hardworking', 'towards'], ['java', 'php', 'attributes', 'hardworking', 'towards', 'achieving'], ['php', 'attributes', 'hardworking', 'towards', 'achieving', 'goal'], ['attributes', 'hardworking', 'towards', 'achieving', 'goal', 'good'], ['hardworking', 'towards', 'achieving', 'goal', 'good', 'communication'], ['towards', 'achieving', 'goal', 'good', 'communication', 'skills'], ['achieving', 'goal', 'good', 'communication', 'skills', 'quick'], ['goal', 'good', 'communication', 'skills', 'quick', 'learner'], ['good', 'communication', 'skills', 'quick', 'learner', 'good'], ['communication', 'skills', 'quick', 'learner', 'good', 'interpersonal'], ['skills', 'quick', 'learner', 'good', 'interpersonal', 'relationeducation'], ['quick', 'learner', 'good', 'interpersonal', 'relationeducation', 'details'], ['learner', 'good', 'interpersonal', 'relationeducation', 'details', 'january'], ['good', 'interpersonal', 'relationeducation', 'details', 'january', '2016'], ['interpersonal', 'relationeducation', 'details', 'january', '2016', 'january'], ['relationeducation', 'details', 'january', '2016', 'january', '2018'], ['details', 'january', '2016', 'january', '2018', 'mms'], ['january', '2016', 'january', '2018', 'mms', 'mumbai'], ['2016', 'january', '2018', 'mms', 'mumbai', 'maharashtra'], ['january', '2018', 'mms', 'mumbai', 'maharashtra', 'university'], ['2018', 'mms', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mms', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2016'], ['maharashtra', 'university', 'mumbai', 'january', '2016', 'january'], ['university', 'mumbai', 'january', '2016', 'january', '2018'], ['mumbai', 'january', '2016', 'january', '2018', 'mms'], ['january', '2016', 'january', '2018', 'mms', 'management'], ['2016', 'january', '2018', 'mms', 'management', 'mumbai'], ['january', '2018', 'mms', 'management', 'mumbai', 'maharashtra'], ['2018', 'mms', 'management', 'mumbai', 'maharashtra', 'university'], ['mms', 'management', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['management', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2014'], ['maharashtra', 'university', 'mumbai', 'january', '2014', 'b'], ['university', 'mumbai', 'january', '2014', 'b', 'sc'], ['mumbai', 'january', '2014', 'b', 'sc', 'bandra'], ['january', '2014', 'b', 'sc', 'bandra', 'maharashtra'], ['2014', 'b', 'sc', 'bandra', 'maharashtra', 'in'], ['b', 'sc', 'bandra', 'maharashtra', 'in', 'rivzi'], ['sc', 'bandra', 'maharashtra', 'in', 'rivzi', 'college'], ['bandra', 'maharashtra', 'in', 'rivzi', 'college', 'january'], ['maharashtra', 'in', 'rivzi', 'college', 'january', '2011'], ['in', 'rivzi', 'college', 'january', '2011', 'hsc'], ['rivzi', 'college', 'january', '2011', 'hsc', 'bandra'], ['college', 'january', '2011', 'hsc', 'bandra', 'maharashtra'], ['january', '2011', 'hsc', 'bandra', 'maharashtra', 'in'], ['2011', 'hsc', 'bandra', 'maharashtra', 'in', 'st'], ['hsc', 'bandra', 'maharashtra', 'in', 'st', 'andrews'], ['bandra', 'maharashtra', 'in', 'st', 'andrews', 'college'], ['maharashtra', 'in', 'st', 'andrews', 'college', 'january'], ['in', 'st', 'andrews', 'college', 'january', '2011'], ['st', 'andrews', 'college', 'january', '2011', 'hsc'], ['andrews', 'college', 'january', '2011', 'hsc', 'allana'], ['college', 'january', '2011', 'hsc', 'allana', 'junior'], ['january', '2011', 'hsc', 'allana', 'junior', 'college'], ['2011', 'hsc', 'allana', 'junior', 'college', 'january'], ['hsc', 'allana', 'junior', 'college', 'january', '2009'], ['allana', 'junior', 'college', 'january', '2009', 'ssc'], ['junior', 'college', 'january', '2009', 'ssc', 'canossa'], ['college', 'january', '2009', 'ssc', 'canossa', 'high'], ['january', '2009', 'ssc', 'canossa', 'high', 'school'], ['2009', 'ssc', 'canossa', 'high', 'school', 'january'], ['ssc', 'canossa', 'high', 'school', 'january', '2008'], ['canossa', 'high', 'school', 'january', '2008', 'ssc'], ['high', 'school', 'january', '2008', 'ssc', 'maharashtra'], ['school', 'january', '2008', 'ssc', 'maharashtra', 'state'], ['january', '2008', 'ssc', 'maharashtra', 'state', 'board'], ['2008', 'ssc', 'maharashtra', 'state', 'board', 'business'], ['ssc', 'maharashtra', 'state', 'board', 'business', 'analyst'], ['maharashtra', 'state', 'board', 'business', 'analyst', 'business'], ['state', 'board', 'business', 'analyst', 'business', 'analyst'], ...], [['education'], ['details'], ['february'], ['2006'], ['february'], ['2006'], ['tybcom'], ['commerce'], ['mumbai'], ['business'], ['analyst'], ['business'], ['analyst'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['motilal'], ['oswal'], ['description'], ['business'], ['analyst'], ['handling'], ['it'], ['operation'], ['institutional'], ['equities'], ['maintain'], ['daily'], ['mis'], ['excel'], ['cag'], ['research'], ['derivative'], ['sales'], ['team'], ['preparing'], ['auto'], ['dashboard'], ['for'], ['research'], ['sales'], ['trading'], ['team'], ['working'], ['excel'], ['macro'], ['create'], ['innovative'], ['report'], ['working'], ['block'], ['related'], ['data'], ['working'], ['bd'], ['fund'], ['different'], ['geo'], ['working'], ['investors'], ['corporate'], ['meeting'], ['track'], ['corporate'], ['block'], ['fund'], ['interest'], ['sector'], ['company'], ['fss'], ['description'], ['project'], ['description'], ['maintain'], ['prepare'], ['cash'], ['indent'], ['cash'], ['report'], ['cash'], ['position'], ['cash'], ['planning'], ['responsibilities'], ['maintain'], ['daily'], ['mis'], ['excel'], ['provide'], ['complete'], ['information'], ['mis'], ['atm'], ['maintain'], ['prepare'], ['cash'], ['indent'], ['cash'], ['report'], ['cash'], ['position'], ['cash'], ['planning'], ['co'], ['ordinate'], ['bank'], ['cash'], ['depa'], ['ment'], ['co'], ['ordinate'], ['custodians'], ['degree'], ['course'], ['year'], ['passing'], ['grade'], ['institute'], ['university'], ['board'], ['percentage'], ['company'], ['angel'], ['broking'], ['description'], ['reporting'], ['assistant'], ['manager'], ['sr'], ['manger'], ['responsibilities'], ['handling'], ['team'], ['14'], ['quality'], ['assurance'], ['team'], ['members'], ['maintain'], ['daily'], ['mis'], ['excel'], ['team'], ['productivity'], ['maintain'], ['prepare'], ['repots'], ['adding'], ['comments'], ['remark'], ['mailing'], ['client'], ['modification'], ['given'], ['number'], ['mailing'], ['reports'], ['different'], ['branches'], ['coordinating'], ['rm'], ['provide'], ['complete'], ['information'], ['script'], ['client'], ['education', 'details'], ['details', 'february'], ['february', '2006'], ['2006', 'february'], ['february', '2006'], ['2006', 'tybcom'], ['tybcom', 'commerce'], ['commerce', 'mumbai'], ['mumbai', 'business'], ['business', 'analyst'], ['analyst', 'business'], ['business', 'analyst'], ['analyst', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'motilal'], ['motilal', 'oswal'], ['oswal', 'description'], ['description', 'business'], ['business', 'analyst'], ['analyst', 'handling'], ['handling', 'it'], ['it', 'operation'], ['operation', 'institutional'], ['institutional', 'equities'], ['equities', 'maintain'], ['maintain', 'daily'], ['daily', 'mis'], ['mis', 'excel'], ['excel', 'cag'], ['cag', 'research'], ['research', 'derivative'], ['derivative', 'sales'], ['sales', 'team'], ['team', 'preparing'], ['preparing', 'auto'], ['auto', 'dashboard'], ['dashboard', 'for'], ['for', 'research'], ['research', 'sales'], ['sales', 'trading'], ['trading', 'team'], ['team', 'working'], ['working', 'excel'], ['excel', 'macro'], ['macro', 'create'], ['create', 'innovative'], ['innovative', 'report'], ['report', 'working'], ['working', 'block'], ['block', 'related'], ['related', 'data'], ['data', 'working'], ['working', 'bd'], ['bd', 'fund'], ['fund', 'different'], ['different', 'geo'], ['geo', 'working'], ['working', 'investors'], ['investors', 'corporate'], ['corporate', 'meeting'], ['meeting', 'track'], ['track', 'corporate'], ['corporate', 'block'], ['block', 'fund'], ['fund', 'interest'], ['interest', 'sector'], ['sector', 'company'], ['company', 'fss'], ['fss', 'description'], ['description', 'project'], ['project', 'description'], ['description', 'maintain'], ['maintain', 'prepare'], ['prepare', 'cash'], ['cash', 'indent'], ['indent', 'cash'], ['cash', 'report'], ['report', 'cash'], ['cash', 'position'], ['position', 'cash'], ['cash', 'planning'], ['planning', 'responsibilities'], ['responsibilities', 'maintain'], ['maintain', 'daily'], ['daily', 'mis'], ['mis', 'excel'], ['excel', 'provide'], ['provide', 'complete'], ['complete', 'information'], ['information', 'mis'], ['mis', 'atm'], ['atm', 'maintain'], ['maintain', 'prepare'], ['prepare', 'cash'], ['cash', 'indent'], ['indent', 'cash'], ['cash', 'report'], ['report', 'cash'], ['cash', 'position'], ['position', 'cash'], ['cash', 'planning'], ['planning', 'co'], ['co', 'ordinate'], ['ordinate', 'bank'], ['bank', 'cash'], ['cash', 'depa'], ['depa', 'ment'], ['ment', 'co'], ['co', 'ordinate'], ['ordinate', 'custodians'], ['custodians', 'degree'], ['degree', 'course'], ['course', 'year'], ['year', 'passing'], ['passing', 'grade'], ['grade', 'institute'], ['institute', 'university'], ['university', 'board'], ['board', 'percentage'], ['percentage', 'company'], ['company', 'angel'], ['angel', 'broking'], ['broking', 'description'], ['description', 'reporting'], ['reporting', 'assistant'], ['assistant', 'manager'], ['manager', 'sr'], ['sr', 'manger'], ['manger', 'responsibilities'], ['responsibilities', 'handling'], ['handling', 'team'], ['team', '14'], ['14', 'quality'], ['quality', 'assurance'], ['assurance', 'team'], ['team', 'members'], ['members', 'maintain'], ['maintain', 'daily'], ['daily', 'mis'], ['mis', 'excel'], ['excel', 'team'], ['team', 'productivity'], ['productivity', 'maintain'], ['maintain', 'prepare'], ['prepare', 'repots'], ['repots', 'adding'], ['adding', 'comments'], ['comments', 'remark'], ['remark', 'mailing'], ['mailing', 'client'], ['client', 'modification'], ['modification', 'given'], ['given', 'number'], ['number', 'mailing'], ['mailing', 'reports'], ['reports', 'different'], ['different', 'branches'], ['branches', 'coordinating'], ['coordinating', 'rm'], ['rm', 'provide'], ['provide', 'complete'], ['complete', 'information'], ['information', 'script'], ['script', 'client'], ['education', 'details', 'february'], ['details', 'february', '2006'], ['february', '2006', 'february'], ['2006', 'february', '2006'], ['february', '2006', 'tybcom'], ['2006', 'tybcom', 'commerce'], ['tybcom', 'commerce', 'mumbai'], ['commerce', 'mumbai', 'business'], ['mumbai', 'business', 'analyst'], ['business', 'analyst', 'business'], ['analyst', 'business', 'analyst'], ['business', 'analyst', 'skill'], ['analyst', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'motilal'], ['company', 'motilal', 'oswal'], ['motilal', 'oswal', 'description'], ['oswal', 'description', 'business'], ['description', 'business', 'analyst'], ['business', 'analyst', 'handling'], ['analyst', 'handling', 'it'], ['handling', 'it', 'operation'], ['it', 'operation', 'institutional'], ['operation', 'institutional', 'equities'], ['institutional', 'equities', 'maintain'], ['equities', 'maintain', 'daily'], ['maintain', 'daily', 'mis'], ['daily', 'mis', 'excel'], ['mis', 'excel', 'cag'], ['excel', 'cag', 'research'], ['cag', 'research', 'derivative'], ['research', 'derivative', 'sales'], ['derivative', 'sales', 'team'], ['sales', 'team', 'preparing'], ['team', 'preparing', 'auto'], ['preparing', 'auto', 'dashboard'], ['auto', 'dashboard', 'for'], ['dashboard', 'for', 'research'], ['for', 'research', 'sales'], ['research', 'sales', 'trading'], ['sales', 'trading', 'team'], ['trading', 'team', 'working'], ['team', 'working', 'excel'], ['working', 'excel', 'macro'], ['excel', 'macro', 'create'], ['macro', 'create', 'innovative'], ['create', 'innovative', 'report'], ['innovative', 'report', 'working'], ['report', 'working', 'block'], ['working', 'block', 'related'], ['block', 'related', 'data'], ['related', 'data', 'working'], ['data', 'working', 'bd'], ['working', 'bd', 'fund'], ['bd', 'fund', 'different'], ['fund', 'different', 'geo'], ['different', 'geo', 'working'], ['geo', 'working', 'investors'], ['working', 'investors', 'corporate'], ['investors', 'corporate', 'meeting'], ['corporate', 'meeting', 'track'], ['meeting', 'track', 'corporate'], ['track', 'corporate', 'block'], ['corporate', 'block', 'fund'], ['block', 'fund', 'interest'], ['fund', 'interest', 'sector'], ['interest', 'sector', 'company'], ['sector', 'company', 'fss'], ['company', 'fss', 'description'], ['fss', 'description', 'project'], ['description', 'project', 'description'], ['project', 'description', 'maintain'], ['description', 'maintain', 'prepare'], ['maintain', 'prepare', 'cash'], ['prepare', 'cash', 'indent'], ['cash', 'indent', 'cash'], ['indent', 'cash', 'report'], ['cash', 'report', 'cash'], ['report', 'cash', 'position'], ['cash', 'position', 'cash'], ['position', 'cash', 'planning'], ['cash', 'planning', 'responsibilities'], ['planning', 'responsibilities', 'maintain'], ['responsibilities', 'maintain', 'daily'], ['maintain', 'daily', 'mis'], ['daily', 'mis', 'excel'], ['mis', 'excel', 'provide'], ['excel', 'provide', 'complete'], ['provide', 'complete', 'information'], ['complete', 'information', 'mis'], ['information', 'mis', 'atm'], ['mis', 'atm', 'maintain'], ['atm', 'maintain', 'prepare'], ['maintain', 'prepare', 'cash'], ['prepare', 'cash', 'indent'], ['cash', 'indent', 'cash'], ['indent', 'cash', 'report'], ['cash', 'report', 'cash'], ['report', 'cash', 'position'], ['cash', 'position', 'cash'], ['position', 'cash', 'planning'], ['cash', 'planning', 'co'], ['planning', 'co', 'ordinate'], ['co', 'ordinate', 'bank'], ['ordinate', 'bank', 'cash'], ['bank', 'cash', 'depa'], ['cash', 'depa', 'ment'], ['depa', 'ment', 'co'], ['ment', 'co', 'ordinate'], ['co', 'ordinate', 'custodians'], ['ordinate', 'custodians', 'degree'], ['custodians', 'degree', 'course'], ['degree', 'course', 'year'], ['course', 'year', 'passing'], ['year', 'passing', 'grade'], ['passing', 'grade', 'institute'], ['grade', 'institute', 'university'], ['institute', 'university', 'board'], ['university', 'board', 'percentage'], ['board', 'percentage', 'company'], ['percentage', 'company', 'angel'], ['company', 'angel', 'broking'], ['angel', 'broking', 'description'], ['broking', 'description', 'reporting'], ['description', 'reporting', 'assistant'], ['reporting', 'assistant', 'manager'], ['assistant', 'manager', 'sr'], ['manager', 'sr', 'manger'], ['sr', 'manger', 'responsibilities'], ['manger', 'responsibilities', 'handling'], ['responsibilities', 'handling', 'team'], ['handling', 'team', '14'], ['team', '14', 'quality'], ['14', 'quality', 'assurance'], ['quality', 'assurance', 'team'], ['assurance', 'team', 'members'], ['team', 'members', 'maintain'], ['members', 'maintain', 'daily'], ['maintain', 'daily', 'mis'], ['daily', 'mis', 'excel'], ['mis', 'excel', 'team'], ['excel', 'team', 'productivity'], ['team', 'productivity', 'maintain'], ['productivity', 'maintain', 'prepare'], ['maintain', 'prepare', 'repots'], ['prepare', 'repots', 'adding'], ['repots', 'adding', 'comments'], ['adding', 'comments', 'remark'], ['comments', 'remark', 'mailing'], ['remark', 'mailing', 'client'], ['mailing', 'client', 'modification'], ['client', 'modification', 'given'], ['modification', 'given', 'number'], ['given', 'number', 'mailing'], ['number', 'mailing', 'reports'], ['mailing', 'reports', 'different'], ['reports', 'different', 'branches'], ['different', 'branches', 'coordinating'], ['branches', 'coordinating', 'rm'], ['coordinating', 'rm', 'provide'], ['rm', 'provide', 'complete'], ['provide', 'complete', 'information'], ['complete', 'information', 'script'], ['information', 'script', 'client'], ['education', 'details', 'february', '2006'], ['details', 'february', '2006', 'february'], ['february', '2006', 'february', '2006'], ['2006', 'february', '2006', 'tybcom'], ['february', '2006', 'tybcom', 'commerce'], ['2006', 'tybcom', 'commerce', 'mumbai'], ['tybcom', 'commerce', 'mumbai', 'business'], ['commerce', 'mumbai', 'business', 'analyst'], ['mumbai', 'business', 'analyst', 'business'], ['business', 'analyst', 'business', 'analyst'], ['analyst', 'business', 'analyst', 'skill'], ['business', 'analyst', 'skill', 'details'], ['analyst', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'motilal'], ['details', 'company', 'motilal', 'oswal'], ['company', 'motilal', 'oswal', 'description'], ['motilal', 'oswal', 'description', 'business'], ['oswal', 'description', 'business', 'analyst'], ['description', 'business', 'analyst', 'handling'], ['business', 'analyst', 'handling', 'it'], ['analyst', 'handling', 'it', 'operation'], ['handling', 'it', 'operation', 'institutional'], ['it', 'operation', 'institutional', 'equities'], ['operation', 'institutional', 'equities', 'maintain'], ['institutional', 'equities', 'maintain', 'daily'], ['equities', 'maintain', 'daily', 'mis'], ['maintain', 'daily', 'mis', 'excel'], ['daily', 'mis', 'excel', 'cag'], ['mis', 'excel', 'cag', 'research'], ['excel', 'cag', 'research', 'derivative'], ['cag', 'research', 'derivative', 'sales'], ['research', 'derivative', 'sales', 'team'], ['derivative', 'sales', 'team', 'preparing'], ['sales', 'team', 'preparing', 'auto'], ['team', 'preparing', 'auto', 'dashboard'], ['preparing', 'auto', 'dashboard', 'for'], ['auto', 'dashboard', 'for', 'research'], ['dashboard', 'for', 'research', 'sales'], ['for', 'research', 'sales', 'trading'], ['research', 'sales', 'trading', 'team'], ['sales', 'trading', 'team', 'working'], ['trading', 'team', 'working', 'excel'], ['team', 'working', 'excel', 'macro'], ['working', 'excel', 'macro', 'create'], ['excel', 'macro', 'create', 'innovative'], ['macro', 'create', 'innovative', 'report'], ['create', 'innovative', 'report', 'working'], ['innovative', 'report', 'working', 'block'], ['report', 'working', 'block', 'related'], ['working', 'block', 'related', 'data'], ['block', 'related', 'data', 'working'], ['related', 'data', 'working', 'bd'], ['data', 'working', 'bd', 'fund'], ['working', 'bd', 'fund', 'different'], ['bd', 'fund', 'different', 'geo'], ['fund', 'different', 'geo', 'working'], ['different', 'geo', 'working', 'investors'], ['geo', 'working', 'investors', 'corporate'], ['working', 'investors', 'corporate', 'meeting'], ['investors', 'corporate', 'meeting', 'track'], ['corporate', 'meeting', 'track', 'corporate'], ['meeting', 'track', 'corporate', 'block'], ['track', 'corporate', 'block', 'fund'], ['corporate', 'block', 'fund', 'interest'], ['block', 'fund', 'interest', 'sector'], ['fund', 'interest', 'sector', 'company'], ['interest', 'sector', 'company', 'fss'], ['sector', 'company', 'fss', 'description'], ['company', 'fss', 'description', 'project'], ['fss', 'description', 'project', 'description'], ['description', 'project', 'description', 'maintain'], ['project', 'description', 'maintain', 'prepare'], ['description', 'maintain', 'prepare', 'cash'], ['maintain', 'prepare', 'cash', 'indent'], ['prepare', 'cash', 'indent', 'cash'], ['cash', 'indent', 'cash', 'report'], ['indent', 'cash', 'report', 'cash'], ['cash', 'report', 'cash', 'position'], ['report', 'cash', 'position', 'cash'], ['cash', 'position', 'cash', 'planning'], ['position', 'cash', 'planning', 'responsibilities'], ['cash', 'planning', 'responsibilities', 'maintain'], ['planning', 'responsibilities', 'maintain', 'daily'], ['responsibilities', 'maintain', 'daily', 'mis'], ['maintain', 'daily', 'mis', 'excel'], ['daily', 'mis', 'excel', 'provide'], ['mis', 'excel', 'provide', 'complete'], ['excel', 'provide', 'complete', 'information'], ['provide', 'complete', 'information', 'mis'], ['complete', 'information', 'mis', 'atm'], ['information', 'mis', 'atm', 'maintain'], ['mis', 'atm', 'maintain', 'prepare'], ['atm', 'maintain', 'prepare', 'cash'], ['maintain', 'prepare', 'cash', 'indent'], ['prepare', 'cash', 'indent', 'cash'], ['cash', 'indent', 'cash', 'report'], ['indent', 'cash', 'report', 'cash'], ['cash', 'report', 'cash', 'position'], ['report', 'cash', 'position', 'cash'], ['cash', 'position', 'cash', 'planning'], ['position', 'cash', 'planning', 'co'], ['cash', 'planning', 'co', 'ordinate'], ['planning', 'co', 'ordinate', 'bank'], ['co', 'ordinate', 'bank', 'cash'], ['ordinate', 'bank', 'cash', 'depa'], ['bank', 'cash', 'depa', 'ment'], ['cash', 'depa', 'ment', 'co'], ['depa', 'ment', 'co', 'ordinate'], ['ment', 'co', 'ordinate', 'custodians'], ['co', 'ordinate', 'custodians', 'degree'], ['ordinate', 'custodians', 'degree', 'course'], ['custodians', 'degree', 'course', 'year'], ['degree', 'course', 'year', 'passing'], ['course', 'year', 'passing', 'grade'], ['year', 'passing', 'grade', 'institute'], ['passing', 'grade', 'institute', 'university'], ['grade', 'institute', 'university', 'board'], ['institute', 'university', 'board', 'percentage'], ['university', 'board', 'percentage', 'company'], ['board', 'percentage', 'company', 'angel'], ['percentage', 'company', 'angel', 'broking'], ['company', 'angel', 'broking', 'description'], ['angel', 'broking', 'description', 'reporting'], ['broking', 'description', 'reporting', 'assistant'], ['description', 'reporting', 'assistant', 'manager'], ['reporting', 'assistant', 'manager', 'sr'], ['assistant', 'manager', 'sr', 'manger'], ['manager', 'sr', 'manger', 'responsibilities'], ['sr', 'manger', 'responsibilities', 'handling'], ['manger', 'responsibilities', 'handling', 'team'], ['responsibilities', 'handling', 'team', '14'], ['handling', 'team', '14', 'quality'], ['team', '14', 'quality', 'assurance'], ['14', 'quality', 'assurance', 'team'], ['quality', 'assurance', 'team', 'members'], ['assurance', 'team', 'members', 'maintain'], ['team', 'members', 'maintain', 'daily'], ['members', 'maintain', 'daily', 'mis'], ['maintain', 'daily', 'mis', 'excel'], ['daily', 'mis', 'excel', 'team'], ['mis', 'excel', 'team', 'productivity'], ['excel', 'team', 'productivity', 'maintain'], ['team', 'productivity', 'maintain', 'prepare'], ['productivity', 'maintain', 'prepare', 'repots'], ['maintain', 'prepare', 'repots', 'adding'], ['prepare', 'repots', 'adding', 'comments'], ['repots', 'adding', 'comments', 'remark'], ['adding', 'comments', 'remark', 'mailing'], ['comments', 'remark', 'mailing', 'client'], ['remark', 'mailing', 'client', 'modification'], ['mailing', 'client', 'modification', 'given'], ['client', 'modification', 'given', 'number'], ['modification', 'given', 'number', 'mailing'], ['given', 'number', 'mailing', 'reports'], ['number', 'mailing', 'reports', 'different'], ['mailing', 'reports', 'different', 'branches'], ['reports', 'different', 'branches', 'coordinating'], ['different', 'branches', 'coordinating', 'rm'], ['branches', 'coordinating', 'rm', 'provide'], ['coordinating', 'rm', 'provide', 'complete'], ['rm', 'provide', 'complete', 'information'], ['provide', 'complete', 'information', 'script'], ['complete', 'information', 'script', 'client'], ['education', 'details', 'february', '2006', 'february'], ['details', 'february', '2006', 'february', '2006'], ['february', '2006', 'february', '2006', 'tybcom'], ['2006', 'february', '2006', 'tybcom', 'commerce'], ['february', '2006', 'tybcom', 'commerce', 'mumbai'], ['2006', 'tybcom', 'commerce', 'mumbai', 'business'], ['tybcom', 'commerce', 'mumbai', 'business', 'analyst'], ['commerce', 'mumbai', 'business', 'analyst', 'business'], ['mumbai', 'business', 'analyst', 'business', 'analyst'], ['business', 'analyst', 'business', 'analyst', 'skill'], ['analyst', 'business', 'analyst', 'skill', 'details'], ['business', 'analyst', 'skill', 'details', 'company'], ['analyst', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'motilal'], ['company', 'details', 'company', 'motilal', 'oswal'], ['details', 'company', 'motilal', 'oswal', 'description'], ['company', 'motilal', 'oswal', 'description', 'business'], ['motilal', 'oswal', 'description', 'business', 'analyst'], ['oswal', 'description', 'business', 'analyst', 'handling'], ['description', 'business', 'analyst', 'handling', 'it'], ['business', 'analyst', 'handling', 'it', 'operation'], ['analyst', 'handling', 'it', 'operation', 'institutional'], ['handling', 'it', 'operation', 'institutional', 'equities'], ['it', 'operation', 'institutional', 'equities', 'maintain'], ['operation', 'institutional', 'equities', 'maintain', 'daily'], ['institutional', 'equities', 'maintain', 'daily', 'mis'], ['equities', 'maintain', 'daily', 'mis', 'excel'], ['maintain', 'daily', 'mis', 'excel', 'cag'], ['daily', 'mis', 'excel', 'cag', 'research'], ['mis', 'excel', 'cag', 'research', 'derivative'], ['excel', 'cag', 'research', 'derivative', 'sales'], ['cag', 'research', 'derivative', 'sales', 'team'], ['research', 'derivative', 'sales', 'team', 'preparing'], ['derivative', 'sales', 'team', 'preparing', 'auto'], ['sales', 'team', 'preparing', 'auto', 'dashboard'], ['team', 'preparing', 'auto', 'dashboard', 'for'], ['preparing', 'auto', 'dashboard', 'for', 'research'], ['auto', 'dashboard', 'for', 'research', 'sales'], ['dashboard', 'for', 'research', 'sales', 'trading'], ['for', 'research', 'sales', 'trading', 'team'], ['research', 'sales', 'trading', 'team', 'working'], ['sales', 'trading', 'team', 'working', 'excel'], ['trading', 'team', 'working', 'excel', 'macro'], ['team', 'working', 'excel', 'macro', 'create'], ['working', 'excel', 'macro', 'create', 'innovative'], ['excel', 'macro', 'create', 'innovative', 'report'], ['macro', 'create', 'innovative', 'report', 'working'], ['create', 'innovative', 'report', 'working', 'block'], ['innovative', 'report', 'working', 'block', 'related'], ['report', 'working', 'block', 'related', 'data'], ['working', 'block', 'related', 'data', 'working'], ['block', 'related', 'data', 'working', 'bd'], ['related', 'data', 'working', 'bd', 'fund'], ['data', 'working', 'bd', 'fund', 'different'], ['working', 'bd', 'fund', 'different', 'geo'], ['bd', 'fund', 'different', 'geo', 'working'], ['fund', 'different', 'geo', 'working', 'investors'], ['different', 'geo', 'working', 'investors', 'corporate'], ['geo', 'working', 'investors', 'corporate', 'meeting'], ['working', 'investors', 'corporate', 'meeting', 'track'], ['investors', 'corporate', 'meeting', 'track', 'corporate'], ['corporate', 'meeting', 'track', 'corporate', 'block'], ['meeting', 'track', 'corporate', 'block', 'fund'], ['track', 'corporate', 'block', 'fund', 'interest'], ['corporate', 'block', 'fund', 'interest', 'sector'], ['block', 'fund', 'interest', 'sector', 'company'], ['fund', 'interest', 'sector', 'company', 'fss'], ['interest', 'sector', 'company', 'fss', 'description'], ['sector', 'company', 'fss', 'description', 'project'], ['company', 'fss', 'description', 'project', 'description'], ['fss', 'description', 'project', 'description', 'maintain'], ['description', 'project', 'description', 'maintain', 'prepare'], ['project', 'description', 'maintain', 'prepare', 'cash'], ['description', 'maintain', 'prepare', 'cash', 'indent'], ['maintain', 'prepare', 'cash', 'indent', 'cash'], ['prepare', 'cash', 'indent', 'cash', 'report'], ['cash', 'indent', 'cash', 'report', 'cash'], ['indent', 'cash', 'report', 'cash', 'position'], ['cash', 'report', 'cash', 'position', 'cash'], ['report', 'cash', 'position', 'cash', 'planning'], ['cash', 'position', 'cash', 'planning', 'responsibilities'], ['position', 'cash', 'planning', 'responsibilities', 'maintain'], ['cash', 'planning', 'responsibilities', 'maintain', 'daily'], ['planning', 'responsibilities', 'maintain', 'daily', 'mis'], ['responsibilities', 'maintain', 'daily', 'mis', 'excel'], ['maintain', 'daily', 'mis', 'excel', 'provide'], ['daily', 'mis', 'excel', 'provide', 'complete'], ['mis', 'excel', 'provide', 'complete', 'information'], ['excel', 'provide', 'complete', 'information', 'mis'], ['provide', 'complete', 'information', 'mis', 'atm'], ['complete', 'information', 'mis', 'atm', 'maintain'], ['information', 'mis', 'atm', 'maintain', 'prepare'], ['mis', 'atm', 'maintain', 'prepare', 'cash'], ['atm', 'maintain', 'prepare', 'cash', 'indent'], ['maintain', 'prepare', 'cash', 'indent', 'cash'], ['prepare', 'cash', 'indent', 'cash', 'report'], ['cash', 'indent', 'cash', 'report', 'cash'], ['indent', 'cash', 'report', 'cash', 'position'], ['cash', 'report', 'cash', 'position', 'cash'], ['report', 'cash', 'position', 'cash', 'planning'], ['cash', 'position', 'cash', 'planning', 'co'], ['position', 'cash', 'planning', 'co', 'ordinate'], ['cash', 'planning', 'co', 'ordinate', 'bank'], ['planning', 'co', 'ordinate', 'bank', 'cash'], ['co', 'ordinate', 'bank', 'cash', 'depa'], ['ordinate', 'bank', 'cash', 'depa', 'ment'], ['bank', 'cash', 'depa', 'ment', 'co'], ['cash', 'depa', 'ment', 'co', 'ordinate'], ['depa', 'ment', 'co', 'ordinate', 'custodians'], ['ment', 'co', 'ordinate', 'custodians', 'degree'], ['co', 'ordinate', 'custodians', 'degree', 'course'], ['ordinate', 'custodians', 'degree', 'course', 'year'], ['custodians', 'degree', 'course', 'year', 'passing'], ['degree', 'course', 'year', 'passing', 'grade'], ['course', 'year', 'passing', 'grade', 'institute'], ['year', 'passing', 'grade', 'institute', 'university'], ['passing', 'grade', 'institute', 'university', 'board'], ['grade', 'institute', 'university', 'board', 'percentage'], ['institute', 'university', 'board', 'percentage', 'company'], ['university', 'board', 'percentage', 'company', 'angel'], ['board', 'percentage', 'company', 'angel', 'broking'], ['percentage', 'company', 'angel', 'broking', 'description'], ['company', 'angel', 'broking', 'description', 'reporting'], ['angel', 'broking', 'description', 'reporting', 'assistant'], ['broking', 'description', 'reporting', 'assistant', 'manager'], ['description', 'reporting', 'assistant', 'manager', 'sr'], ['reporting', 'assistant', 'manager', 'sr', 'manger'], ['assistant', 'manager', 'sr', 'manger', 'responsibilities'], ['manager', 'sr', 'manger', 'responsibilities', 'handling'], ['sr', 'manger', 'responsibilities', 'handling', 'team'], ['manger', 'responsibilities', 'handling', 'team', '14'], ['responsibilities', 'handling', 'team', '14', 'quality'], ['handling', 'team', '14', 'quality', 'assurance'], ['team', '14', 'quality', 'assurance', 'team'], ['14', 'quality', 'assurance', 'team', 'members'], ['quality', 'assurance', 'team', 'members', 'maintain'], ['assurance', 'team', 'members', 'maintain', 'daily'], ['team', 'members', 'maintain', 'daily', 'mis'], ['members', 'maintain', 'daily', 'mis', 'excel'], ['maintain', 'daily', 'mis', 'excel', 'team'], ['daily', 'mis', 'excel', 'team', 'productivity'], ['mis', 'excel', 'team', 'productivity', 'maintain'], ['excel', 'team', 'productivity', 'maintain', 'prepare'], ['team', 'productivity', 'maintain', 'prepare', 'repots'], ['productivity', 'maintain', 'prepare', 'repots', 'adding'], ['maintain', 'prepare', 'repots', 'adding', 'comments'], ['prepare', 'repots', 'adding', 'comments', 'remark'], ['repots', 'adding', 'comments', 'remark', 'mailing'], ['adding', 'comments', 'remark', 'mailing', 'client'], ['comments', 'remark', 'mailing', 'client', 'modification'], ['remark', 'mailing', 'client', 'modification', 'given'], ['mailing', 'client', 'modification', 'given', 'number'], ['client', 'modification', 'given', 'number', 'mailing'], ['modification', 'given', 'number', 'mailing', 'reports'], ['given', 'number', 'mailing', 'reports', 'different'], ['number', 'mailing', 'reports', 'different', 'branches'], ['mailing', 'reports', 'different', 'branches', 'coordinating'], ['reports', 'different', 'branches', 'coordinating', 'rm'], ['different', 'branches', 'coordinating', 'rm', 'provide'], ['branches', 'coordinating', 'rm', 'provide', 'complete'], ['coordinating', 'rm', 'provide', 'complete', 'information'], ['rm', 'provide', 'complete', 'information', 'script'], ['provide', 'complete', 'information', 'script', 'client'], ['education', 'details', 'february', '2006', 'february', '2006'], ['details', 'february', '2006', 'february', '2006', 'tybcom'], ['february', '2006', 'february', '2006', 'tybcom', 'commerce'], ['2006', 'february', '2006', 'tybcom', 'commerce', 'mumbai'], ['february', '2006', 'tybcom', 'commerce', 'mumbai', 'business'], ['2006', 'tybcom', 'commerce', 'mumbai', 'business', 'analyst'], ['tybcom', 'commerce', 'mumbai', 'business', 'analyst', 'business'], ['commerce', 'mumbai', 'business', 'analyst', 'business', 'analyst'], ['mumbai', 'business', 'analyst', 'business', 'analyst', 'skill'], ['business', 'analyst', 'business', 'analyst', 'skill', 'details'], ['analyst', 'business', 'analyst', 'skill', 'details', 'company'], ['business', 'analyst', 'skill', 'details', 'company', 'details'], ['analyst', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'motilal'], ['details', 'company', 'details', 'company', 'motilal', 'oswal'], ['company', 'details', 'company', 'motilal', 'oswal', 'description'], ['details', 'company', 'motilal', 'oswal', 'description', 'business'], ['company', 'motilal', 'oswal', 'description', 'business', 'analyst'], ['motilal', 'oswal', 'description', 'business', 'analyst', 'handling'], ['oswal', 'description', 'business', 'analyst', 'handling', 'it'], ['description', 'business', 'analyst', 'handling', 'it', 'operation'], ['business', 'analyst', 'handling', 'it', 'operation', 'institutional'], ['analyst', 'handling', 'it', 'operation', 'institutional', 'equities'], ['handling', 'it', 'operation', 'institutional', 'equities', 'maintain'], ['it', 'operation', 'institutional', 'equities', 'maintain', 'daily'], ['operation', 'institutional', 'equities', 'maintain', 'daily', 'mis'], ['institutional', 'equities', 'maintain', 'daily', 'mis', 'excel'], ['equities', 'maintain', 'daily', 'mis', 'excel', 'cag'], ['maintain', 'daily', 'mis', 'excel', 'cag', 'research'], ['daily', 'mis', 'excel', 'cag', 'research', 'derivative'], ['mis', 'excel', 'cag', 'research', 'derivative', 'sales'], ['excel', 'cag', 'research', 'derivative', 'sales', 'team'], ['cag', 'research', 'derivative', 'sales', 'team', 'preparing'], ['research', 'derivative', 'sales', 'team', 'preparing', 'auto'], ['derivative', 'sales', 'team', 'preparing', 'auto', 'dashboard'], ['sales', 'team', 'preparing', 'auto', 'dashboard', 'for'], ['team', 'preparing', 'auto', 'dashboard', 'for', 'research'], ['preparing', 'auto', 'dashboard', 'for', 'research', 'sales'], ['auto', 'dashboard', 'for', 'research', 'sales', 'trading'], ['dashboard', 'for', 'research', 'sales', 'trading', 'team'], ['for', 'research', 'sales', 'trading', 'team', 'working'], ['research', 'sales', 'trading', 'team', 'working', 'excel'], ['sales', 'trading', 'team', 'working', 'excel', 'macro'], ['trading', 'team', 'working', 'excel', 'macro', 'create'], ['team', 'working', 'excel', 'macro', 'create', 'innovative'], ['working', 'excel', 'macro', 'create', 'innovative', 'report'], ['excel', 'macro', 'create', 'innovative', 'report', 'working'], ['macro', 'create', 'innovative', 'report', 'working', 'block'], ['create', 'innovative', 'report', 'working', 'block', 'related'], ['innovative', 'report', 'working', 'block', 'related', 'data'], ['report', 'working', 'block', 'related', 'data', 'working'], ['working', 'block', 'related', 'data', 'working', 'bd'], ['block', 'related', 'data', 'working', 'bd', 'fund'], ['related', 'data', 'working', 'bd', 'fund', 'different'], ['data', 'working', 'bd', 'fund', 'different', 'geo'], ['working', 'bd', 'fund', 'different', 'geo', 'working'], ['bd', 'fund', 'different', 'geo', 'working', 'investors'], ['fund', 'different', 'geo', 'working', 'investors', 'corporate'], ['different', 'geo', 'working', 'investors', 'corporate', 'meeting'], ['geo', 'working', 'investors', 'corporate', 'meeting', 'track'], ['working', 'investors', 'corporate', 'meeting', 'track', 'corporate'], ['investors', 'corporate', 'meeting', 'track', 'corporate', 'block'], ['corporate', 'meeting', 'track', 'corporate', 'block', 'fund'], ['meeting', 'track', 'corporate', 'block', 'fund', 'interest'], ['track', 'corporate', 'block', 'fund', 'interest', 'sector'], ['corporate', 'block', 'fund', 'interest', 'sector', 'company'], ['block', 'fund', 'interest', 'sector', 'company', 'fss'], ['fund', 'interest', 'sector', 'company', 'fss', 'description'], ['interest', 'sector', 'company', 'fss', 'description', 'project'], ['sector', 'company', 'fss', 'description', 'project', 'description'], ['company', 'fss', 'description', 'project', 'description', 'maintain'], ['fss', 'description', 'project', 'description', 'maintain', 'prepare'], ['description', 'project', 'description', 'maintain', 'prepare', 'cash'], ['project', 'description', 'maintain', 'prepare', 'cash', 'indent'], ['description', 'maintain', 'prepare', 'cash', 'indent', 'cash'], ['maintain', 'prepare', 'cash', 'indent', 'cash', 'report'], ['prepare', 'cash', 'indent', 'cash', 'report', 'cash'], ['cash', 'indent', 'cash', 'report', 'cash', 'position'], ['indent', 'cash', 'report', 'cash', 'position', 'cash'], ['cash', 'report', 'cash', 'position', 'cash', 'planning'], ['report', 'cash', 'position', 'cash', 'planning', 'responsibilities'], ['cash', 'position', 'cash', 'planning', 'responsibilities', 'maintain'], ['position', 'cash', 'planning', 'responsibilities', 'maintain', 'daily'], ['cash', 'planning', 'responsibilities', 'maintain', 'daily', 'mis'], ['planning', 'responsibilities', 'maintain', 'daily', 'mis', 'excel'], ['responsibilities', 'maintain', 'daily', 'mis', 'excel', 'provide'], ['maintain', 'daily', 'mis', 'excel', 'provide', 'complete'], ['daily', 'mis', 'excel', 'provide', 'complete', 'information'], ['mis', 'excel', 'provide', 'complete', 'information', 'mis'], ['excel', 'provide', 'complete', 'information', 'mis', 'atm'], ['provide', 'complete', 'information', 'mis', 'atm', 'maintain'], ['complete', 'information', 'mis', 'atm', 'maintain', 'prepare'], ['information', 'mis', 'atm', 'maintain', 'prepare', 'cash'], ['mis', 'atm', 'maintain', 'prepare', 'cash', 'indent'], ['atm', 'maintain', 'prepare', 'cash', 'indent', 'cash'], ['maintain', 'prepare', 'cash', 'indent', 'cash', 'report'], ['prepare', 'cash', 'indent', 'cash', 'report', 'cash'], ['cash', 'indent', 'cash', 'report', 'cash', 'position'], ['indent', 'cash', 'report', 'cash', 'position', 'cash'], ['cash', 'report', 'cash', 'position', 'cash', 'planning'], ['report', 'cash', 'position', 'cash', 'planning', 'co'], ['cash', 'position', 'cash', 'planning', 'co', 'ordinate'], ['position', 'cash', 'planning', 'co', 'ordinate', 'bank'], ['cash', 'planning', 'co', 'ordinate', 'bank', 'cash'], ['planning', 'co', 'ordinate', 'bank', 'cash', 'depa'], ['co', 'ordinate', 'bank', 'cash', 'depa', 'ment'], ['ordinate', 'bank', 'cash', 'depa', 'ment', 'co'], ['bank', 'cash', 'depa', 'ment', 'co', 'ordinate'], ['cash', 'depa', 'ment', 'co', 'ordinate', 'custodians'], ['depa', 'ment', 'co', 'ordinate', 'custodians', 'degree'], ['ment', 'co', 'ordinate', 'custodians', 'degree', 'course'], ['co', 'ordinate', 'custodians', 'degree', 'course', 'year'], ['ordinate', 'custodians', 'degree', 'course', 'year', 'passing'], ['custodians', 'degree', 'course', 'year', 'passing', 'grade'], ['degree', 'course', 'year', 'passing', 'grade', 'institute'], ['course', 'year', 'passing', 'grade', 'institute', 'university'], ['year', 'passing', 'grade', 'institute', 'university', 'board'], ['passing', 'grade', 'institute', 'university', 'board', 'percentage'], ['grade', 'institute', 'university', 'board', 'percentage', 'company'], ['institute', 'university', 'board', 'percentage', 'company', 'angel'], ['university', 'board', 'percentage', 'company', 'angel', 'broking'], ['board', 'percentage', 'company', 'angel', 'broking', 'description'], ['percentage', 'company', 'angel', 'broking', 'description', 'reporting'], ['company', 'angel', 'broking', 'description', 'reporting', 'assistant'], ['angel', 'broking', 'description', 'reporting', 'assistant', 'manager'], ['broking', 'description', 'reporting', 'assistant', 'manager', 'sr'], ['description', 'reporting', 'assistant', 'manager', 'sr', 'manger'], ['reporting', 'assistant', 'manager', 'sr', 'manger', 'responsibilities'], ['assistant', 'manager', 'sr', 'manger', 'responsibilities', 'handling'], ['manager', 'sr', 'manger', 'responsibilities', 'handling', 'team'], ['sr', 'manger', 'responsibilities', 'handling', 'team', '14'], ['manger', 'responsibilities', 'handling', 'team', '14', 'quality'], ['responsibilities', 'handling', 'team', '14', 'quality', 'assurance'], ['handling', 'team', '14', 'quality', 'assurance', 'team'], ['team', '14', 'quality', 'assurance', 'team', 'members'], ['14', 'quality', 'assurance', 'team', 'members', 'maintain'], ['quality', 'assurance', 'team', 'members', 'maintain', 'daily'], ['assurance', 'team', 'members', 'maintain', 'daily', 'mis'], ['team', 'members', 'maintain', 'daily', 'mis', 'excel'], ['members', 'maintain', 'daily', 'mis', 'excel', 'team'], ['maintain', 'daily', 'mis', 'excel', 'team', 'productivity'], ['daily', 'mis', 'excel', 'team', 'productivity', 'maintain'], ['mis', 'excel', 'team', 'productivity', 'maintain', 'prepare'], ['excel', 'team', 'productivity', 'maintain', 'prepare', 'repots'], ['team', 'productivity', 'maintain', 'prepare', 'repots', 'adding'], ['productivity', 'maintain', 'prepare', 'repots', 'adding', 'comments'], ['maintain', 'prepare', 'repots', 'adding', 'comments', 'remark'], ['prepare', 'repots', 'adding', 'comments', 'remark', 'mailing'], ['repots', 'adding', 'comments', 'remark', 'mailing', 'client'], ['adding', 'comments', 'remark', 'mailing', 'client', 'modification'], ['comments', 'remark', 'mailing', 'client', 'modification', 'given'], ['remark', 'mailing', 'client', 'modification', 'given', 'number'], ['mailing', 'client', 'modification', 'given', 'number', 'mailing'], ['client', 'modification', 'given', 'number', 'mailing', 'reports'], ['modification', 'given', 'number', 'mailing', 'reports', 'different'], ['given', 'number', 'mailing', 'reports', 'different', 'branches'], ['number', 'mailing', 'reports', 'different', 'branches', 'coordinating'], ['mailing', 'reports', 'different', 'branches', 'coordinating', 'rm'], ['reports', 'different', 'branches', 'coordinating', 'rm', 'provide'], ['different', 'branches', 'coordinating', 'rm', 'provide', 'complete'], ['branches', 'coordinating', 'rm', 'provide', 'complete', 'information'], ['coordinating', 'rm', 'provide', 'complete', 'information', 'script'], ['rm', 'provide', 'complete', 'information', 'script', 'client'], ['education', 'details', 'february', '2006', 'february', '2006', 'tybcom'], ['details', 'february', '2006', 'february', '2006', 'tybcom', 'commerce'], ['february', '2006', 'february', '2006', 'tybcom', 'commerce', 'mumbai'], ['2006', 'february', '2006', 'tybcom', 'commerce', 'mumbai', 'business'], ['february', '2006', 'tybcom', 'commerce', 'mumbai', 'business', 'analyst'], ['2006', 'tybcom', 'commerce', 'mumbai', 'business', 'analyst', 'business'], ['tybcom', 'commerce', 'mumbai', 'business', 'analyst', 'business', 'analyst'], ...], [['skills'], ['etl'], ['data'], ['warehousing'], ['sql'], ['pl'], ['sql'], ['basic'], ['core'], ['java'], ['basic'], ['python'], ['tools'], ['sap'], ['bods'], ['sap'], ['bo'], ['oracle'], ['11g'], ['sybase'], ['education'], ['details'], ['august'], ['2008'], ['july'], ['2012'], ['bachelor'], ['engineering'], ['navi'], ['mumbai'], ['panvel'], ['maharashtra'], ['mumbai'], ['university'], ['june'], ['2006'], ['may'], ['2007'], ['b'], ['e'], ['computer'], ['engineering'], ['navi'], ['mumbai'], ['maharashtra'], ['ryan'], ['international'], ['school'], ['sap'], ['bo'], ['bods'], ['developer'], ['administrator'], ['tata'], ['consultancy'], ['services'], ['limited'], ['sap'], ['bp'], ['bods'], ['developer'], ['administrator'], ['tata'], ['consultancy'], ['sap'], ['bods'], ['skill'], ['details'], ['data'], ['warehousing'], ['exprience'], ['6'], ['months'], ['sap'], ['bo'], ['admin'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sap'], ['bods'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['etl'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['basic'], ['core'], ['java'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sap'], ['bo'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sap'], ['bods'], ['admin'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['basic'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['sap'], ['bods'], ['description'], ['client'], ['royal'], ['bank'], ['canada'], ['developed'], ['bods'], ['jobs'], ['created'], ['modified'], ['packages'], ['migration'], ['sybase'], ['oracle'], ['database'], ['taking'], ['regular'], ['performance'], ['enhancement'], ['activities'], ['co'], ['coordinating'], ['teams'], ['like'], ['database'], ['team'], ['server'], ['team'], ['data'], ['center'], ['team'], ['identify'], ['bottlenecks'], ['running'], ['jobs'], ['developed'], ['bods'], ['jobs'], ['fetch'], ['data'], ['sap'], ['r3'], ['using'], ['various'], ['data'], ['transfer'], ['modes'], ['implemented'], ['central'], ['repositories'], ['move'], ['jobs'], ['seamlessly'], ['multi'], ['developer'], ['environment'], ['company'], ['tata'], ['consultancy'], ['services'], ['limited'], ['description'], ['installed'], ['configured'], ['five'], ['environments'], ['bo'], ['4'], ['0'], ['bods'], ['4'], ['0'], ['4'], ['2'], ['dev'], ['qa'], ['prod'], ['standby'], ['dr'], ['apache'], ['tomcat'], ['web'], ['app'], ['servers'], ['windows'], ['loading'], ['data'], ['received'], ['various'], ['source'], ['systems'], ['like'], ['tcs'], ['bancs'], ['sap'], ['r3'], ['los'], ['credence'], ['flat'], ['files'], ['using'], ['scd1'], ['scd2'], ['data'], ['warehouse'], ['generate'], ['consolidated'], ['reports'], ['developed'], ['bods'], ['jobs'], ['fetch'], ['data'], ['sap'], ['r3'], ['using'], ['various'], ['data'], ['transfer'], ['modes'], ['implemented'], ['central'], ['repositories'], ['move'], ['jobs'], ['seamlessly'], ['multi'], ['developer'], ['environment'], ['configuration'], ['creation'], ['bods'], ['repositories'], ['using'], ['repository'], ['manager'], ['sever'], ['manager'], ['used'], ['formats'], ['transforms'], ['including'], ['flat'], ['file'], ['formats'], ['query'], ['table'], ['comparison'], ['history'], ['preserving'], ['validation'], ['transform'], ['key'], ['generation'], ['map'], ['operation'], ['deployed'], ['bods'], ['active'], ['active'], ['mode'], ['using'], ['server'], ['groups'], ['improve'], ['performance'], ['availability'], ['system'], ['using'], ['bo'], ['java'], ['sdk'], ['build'], ['custom'], ['java'], ['programs'], ['automate'], ['various'], ['administration'], ['tasks'], ['fetching'], ['metadata'], ['bo'], ['system'], ['implemented'], ['bo'], ['mobile'], ['used'], ['wdeploy'], ['separate'], ['static'], ['dynamic'], ['contents'], ['web'], ['server'], ['web'], ['application'], ['developed'], ['audit'], ['reports'], ['web'], ['intelligence'], ['using'], ['audit'], ['universe'], ['gather'], ['information'], ['usage'], ['various'], ['reports'], ['bo'], ['system'], ['implemented'], ['deployed'], ['features'], ['like'], ['trusted'], ['authentication'], ['vintela'], ['sso'], ['make'], ['application'], ['easy'], ['use'], ['end'], ['users'], ['daily'], ['administrator'], ['tasks'], ['involved'], ['migration'], ['resources'], ['one'], ['environment'], ['another'], ['publication'], ['creation'], ['monitoring'], ['troubleshooting'], ['issues'], ['application'], ['monitoring'], ['application'], ['tools'], ['available'], ['ensure'], ['application'], ['available'], ['round'], ['clock'], ['have'], ['involved'], ['testing'], ['backup'], ['systems'], ['standby'], ['dr'], ['make'], ['sure'], ['application'], ['continue'], ['service'], ['business'], ['users'], ['case'], ['primary'], ['systems'], ['company'], ['tata'], ['consultancy'], ['services'], ['limited'], ['description'], ['client'], ['tata'], ['capital'], ['financial'], ['services'], ['limited'], ['installed'], ['configured'], ['five'], ['environments'], ['bo'], ['4'], ['0'], ['bods'], ['4'], ['0'], ['4'], ['2'], ['dev'], ['qa'], ['prod'], ['standby'], ['dr'], ['apache'], ['tomcat'], ['web'], ['app'], ['servers'], ['windows'], ['loading'], ['data'], ['received'], ['various'], ['source'], ['systems'], ['like'], ['tcs'], ['bancs'], ['sap'], ['r3'], ['los'], ['credence'], ['flat'], ['files'], ['using'], ['scd1'], ['scd2'], ['data'], ['warehouse'], ['generate'], ['consolidated'], ['reports'], ['configuration'], ['creation'], ['bods'], ['repositories'], ['using'], ['repository'], ['manager'], ['sever'], ['manager'], ['used'], ['formats'], ['transforms'], ['including'], ['flat'], ['file'], ['formats'], ['query'], ['table'], ['comparison'], ['history'], ['preserving'], ['validation'], ['transform'], ['key'], ['generation'], ['map'], ['operation'], ['deployed'], ['bods'], ['active'], ['active'], ['mode'], ['using'], ['server'], ['groups'], ['improve'], ['performance'], ['availability'], ['system'], ['using'], ['bo'], ['java'], ['sdk'], ['build'], ['custom'], ['java'], ['programs'], ['automate'], ['various'], ['administration'], ['tasks'], ['fetching'], ['metadata'], ['bo'], ['system'], ['implemented'], ['bo'], ['mobile'], ['used'], ['wdeploy'], ['separate'], ['static'], ['dynamic'], ['contents'], ['web'], ['server'], ['web'], ['application'], ['developed'], ['audit'], ['reports'], ['web'], ['intelligence'], ['using'], ['audit'], ['universe'], ['gather'], ['information'], ['usage'], ['various'], ['reports'], ['bo'], ['system'], ['implemented'], ['deployed'], ['features'], ['like'], ['trusted'], ['authentication'], ['vintela'], ['sso'], ['make'], ['application'], ['easy'], ['use'], ['end'], ['users'], ['daily'], ['administrator'], ['tasks'], ['involved'], ['migration'], ['resources'], ['one'], ['environment'], ['another'], ['publication'], ['creation'], ['monitoring'], ['troubleshooting'], ['issues'], ['application'], ['monitoring'], ['application'], ['tools'], ['available'], ['ensure'], ['application'], ['available'], ['round'], ['clock'], ['have'], ['involved'], ['testing'], ['backup'], ['systems'], ['standby'], ['dr'], ['make'], ['sure'], ['application'], ['continue'], ['service'], ['business'], ['users'], ['case'], ['primary'], ['systems'], ['skills', 'etl'], ['etl', 'data'], ['data', 'warehousing'], ['warehousing', 'sql'], ['sql', 'pl'], ['pl', 'sql'], ['sql', 'basic'], ['basic', 'core'], ['core', 'java'], ['java', 'basic'], ['basic', 'python'], ['python', 'tools'], ['tools', 'sap'], ['sap', 'bods'], ['bods', 'sap'], ['sap', 'bo'], ['bo', 'oracle'], ['oracle', '11g'], ['11g', 'sybase'], ['sybase', 'education'], ['education', 'details'], ['details', 'august'], ['august', '2008'], ['2008', 'july'], ['july', '2012'], ['2012', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'navi'], ['navi', 'mumbai'], ['mumbai', 'panvel'], ['panvel', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'june'], ['june', '2006'], ['2006', 'may'], ['may', '2007'], ['2007', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'engineering'], ['engineering', 'navi'], ['navi', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'ryan'], ['ryan', 'international'], ['international', 'school'], ['school', 'sap'], ['sap', 'bo'], ['bo', 'bods'], ['bods', 'developer'], ['developer', 'administrator'], ['administrator', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'limited'], ['limited', 'sap'], ['sap', 'bp'], ['bp', 'bods'], ['bods', 'developer'], ['developer', 'administrator'], ['administrator', 'tata'], ['tata', 'consultancy'], ['consultancy', 'sap'], ['sap', 'bods'], ['bods', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'warehousing'], ['warehousing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sap'], ['sap', 'bo'], ['bo', 'admin'], ['admin', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sap'], ['sap', 'bods'], ['bods', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'etl'], ['etl', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'basic'], ['basic', 'core'], ['core', 'java'], ['java', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sap'], ['sap', 'bo'], ['bo', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sap'], ['sap', 'bods'], ['bods', 'admin'], ['admin', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'basic'], ['basic', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'sap'], ['sap', 'bods'], ['bods', 'description'], ['description', 'client'], ['client', 'royal'], ['royal', 'bank'], ['bank', 'canada'], ['canada', 'developed'], ['developed', 'bods'], ['bods', 'jobs'], ['jobs', 'created'], ['created', 'modified'], ['modified', 'packages'], ['packages', 'migration'], ['migration', 'sybase'], ['sybase', 'oracle'], ['oracle', 'database'], ['database', 'taking'], ['taking', 'regular'], ['regular', 'performance'], ['performance', 'enhancement'], ['enhancement', 'activities'], ['activities', 'co'], ['co', 'coordinating'], ['coordinating', 'teams'], ['teams', 'like'], ['like', 'database'], ['database', 'team'], ['team', 'server'], ['server', 'team'], ['team', 'data'], ['data', 'center'], ['center', 'team'], ['team', 'identify'], ['identify', 'bottlenecks'], ['bottlenecks', 'running'], ['running', 'jobs'], ['jobs', 'developed'], ['developed', 'bods'], ['bods', 'jobs'], ['jobs', 'fetch'], ['fetch', 'data'], ['data', 'sap'], ['sap', 'r3'], ['r3', 'using'], ['using', 'various'], ['various', 'data'], ['data', 'transfer'], ['transfer', 'modes'], ['modes', 'implemented'], ['implemented', 'central'], ['central', 'repositories'], ['repositories', 'move'], ['move', 'jobs'], ['jobs', 'seamlessly'], ['seamlessly', 'multi'], ['multi', 'developer'], ['developer', 'environment'], ['environment', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'limited'], ['limited', 'description'], ['description', 'installed'], ['installed', 'configured'], ['configured', 'five'], ['five', 'environments'], ['environments', 'bo'], ['bo', '4'], ['4', '0'], ['0', 'bods'], ['bods', '4'], ['4', '0'], ['0', '4'], ['4', '2'], ['2', 'dev'], ['dev', 'qa'], ['qa', 'prod'], ['prod', 'standby'], ['standby', 'dr'], ['dr', 'apache'], ['apache', 'tomcat'], ['tomcat', 'web'], ['web', 'app'], ['app', 'servers'], ['servers', 'windows'], ['windows', 'loading'], ['loading', 'data'], ['data', 'received'], ['received', 'various'], ['various', 'source'], ['source', 'systems'], ['systems', 'like'], ['like', 'tcs'], ['tcs', 'bancs'], ['bancs', 'sap'], ['sap', 'r3'], ['r3', 'los'], ['los', 'credence'], ['credence', 'flat'], ['flat', 'files'], ['files', 'using'], ['using', 'scd1'], ['scd1', 'scd2'], ['scd2', 'data'], ['data', 'warehouse'], ['warehouse', 'generate'], ['generate', 'consolidated'], ['consolidated', 'reports'], ['reports', 'developed'], ['developed', 'bods'], ['bods', 'jobs'], ['jobs', 'fetch'], ['fetch', 'data'], ['data', 'sap'], ['sap', 'r3'], ['r3', 'using'], ['using', 'various'], ['various', 'data'], ['data', 'transfer'], ['transfer', 'modes'], ['modes', 'implemented'], ['implemented', 'central'], ['central', 'repositories'], ['repositories', 'move'], ['move', 'jobs'], ['jobs', 'seamlessly'], ['seamlessly', 'multi'], ['multi', 'developer'], ['developer', 'environment'], ['environment', 'configuration'], ['configuration', 'creation'], ['creation', 'bods'], ['bods', 'repositories'], ['repositories', 'using'], ['using', 'repository'], ['repository', 'manager'], ['manager', 'sever'], ['sever', 'manager'], ['manager', 'used'], ['used', 'formats'], ['formats', 'transforms'], ['transforms', 'including'], ['including', 'flat'], ['flat', 'file'], ['file', 'formats'], ['formats', 'query'], ['query', 'table'], ['table', 'comparison'], ['comparison', 'history'], ['history', 'preserving'], ['preserving', 'validation'], ['validation', 'transform'], ['transform', 'key'], ['key', 'generation'], ['generation', 'map'], ['map', 'operation'], ['operation', 'deployed'], ['deployed', 'bods'], ['bods', 'active'], ['active', 'active'], ['active', 'mode'], ['mode', 'using'], ['using', 'server'], ['server', 'groups'], ['groups', 'improve'], ['improve', 'performance'], ['performance', 'availability'], ['availability', 'system'], ['system', 'using'], ['using', 'bo'], ['bo', 'java'], ['java', 'sdk'], ['sdk', 'build'], ['build', 'custom'], ['custom', 'java'], ['java', 'programs'], ['programs', 'automate'], ['automate', 'various'], ['various', 'administration'], ['administration', 'tasks'], ['tasks', 'fetching'], ['fetching', 'metadata'], ['metadata', 'bo'], ['bo', 'system'], ['system', 'implemented'], ['implemented', 'bo'], ['bo', 'mobile'], ['mobile', 'used'], ['used', 'wdeploy'], ['wdeploy', 'separate'], ['separate', 'static'], ['static', 'dynamic'], ['dynamic', 'contents'], ['contents', 'web'], ['web', 'server'], ['server', 'web'], ['web', 'application'], ['application', 'developed'], ['developed', 'audit'], ['audit', 'reports'], ['reports', 'web'], ['web', 'intelligence'], ['intelligence', 'using'], ['using', 'audit'], ['audit', 'universe'], ['universe', 'gather'], ['gather', 'information'], ['information', 'usage'], ['usage', 'various'], ['various', 'reports'], ['reports', 'bo'], ['bo', 'system'], ['system', 'implemented'], ['implemented', 'deployed'], ['deployed', 'features'], ['features', 'like'], ['like', 'trusted'], ['trusted', 'authentication'], ['authentication', 'vintela'], ['vintela', 'sso'], ['sso', 'make'], ['make', 'application'], ['application', 'easy'], ['easy', 'use'], ['use', 'end'], ['end', 'users'], ['users', 'daily'], ['daily', 'administrator'], ['administrator', 'tasks'], ['tasks', 'involved'], ['involved', 'migration'], ['migration', 'resources'], ['resources', 'one'], ['one', 'environment'], ['environment', 'another'], ['another', 'publication'], ['publication', 'creation'], ['creation', 'monitoring'], ['monitoring', 'troubleshooting'], ['troubleshooting', 'issues'], ['issues', 'application'], ['application', 'monitoring'], ['monitoring', 'application'], ['application', 'tools'], ['tools', 'available'], ['available', 'ensure'], ['ensure', 'application'], ['application', 'available'], ['available', 'round'], ['round', 'clock'], ['clock', 'have'], ['have', 'involved'], ['involved', 'testing'], ['testing', 'backup'], ['backup', 'systems'], ['systems', 'standby'], ['standby', 'dr'], ['dr', 'make'], ['make', 'sure'], ['sure', 'application'], ['application', 'continue'], ['continue', 'service'], ['service', 'business'], ['business', 'users'], ['users', 'case'], ['case', 'primary'], ['primary', 'systems'], ['systems', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'limited'], ['limited', 'description'], ['description', 'client'], ['client', 'tata'], ['tata', 'capital'], ['capital', 'financial'], ['financial', 'services'], ['services', 'limited'], ['limited', 'installed'], ['installed', 'configured'], ['configured', 'five'], ...], [['competencies'], ['sap'], ['business'], ['intelligence'], ['version'], ['sap'], ['bo'], ['4'], ['2'], ['bo'], ['tools'], ['design'], ['studio'], ['idt'], ['webi'], ['udt'], ['cmc'], ['activities'], ['backend'], ['db'], ['hana'], ['bw'], ['bex'], ['queries'], ['sqleducation'], ['details'], ['sap'], ['bo'], ['developer'], ['sap'], ['hana'], ['developer'], ['sap'], ['bo'], ['developer'], ['credit'], ['suisse'], ['skill'], ['details'], ['sap'], ['bi'], ['exprience'], ['72'], ['months'], ['cmc'], ['exprience'], ['72'], ['months'], ['hana'], ['exprience'], ['36'], ['months'], ['business'], ['intelligence'], ['exprience'], ['72'], ['months'], ['sql'], ['exprience'], ['72'], ['months'], ['sap'], ['bo'], ['exprience'], ['72'], ['monthscompany'], ['details'], ['company'], ['a'], ['enture'], ['description'], ['company'], ['a'], ['enture'], ['pune'], ['environment'], ['sap'], ['bo'], ['4'], ['2'], ['idt'], ['hana'], ['views'], ['role'], ['sap'], ['bo'], ['developer'], ['hana'], ['developer'], ['description'], ['this'], ['project'], ['aims'], ['provide'], ['reporting'], ['solution'], ['swiss'], ['business'], ['users'], ['the'], ['universe'], ['supports'], ['analyzing'], ['customer'], ['funds'], ['purchase'], ['order'], ['patterns'], ['order'], ['lifecycle'], ['reporting'], ['the'], ['purpose'], ['reports'], ['provide'], ['end'], ['end'], ['view'], ['entire'], ['sales'], ['order'], ['transaction'], ['track'], ['investment'], ['orders'], ['various'], ['funds'], ['including'], ['status'], ['orders'], ['order'], ['types'], ['along'], ['gross'], ['value'], ['net'], ['value'], ['generated'], ['orders'], ['roles'], ['responsibilities'], ['analyzed'], ['user'], ['requirements'], ['sorted'], ['best'], ['possible'], ['ways'], ['optimizing'], ['performance'], ['universe'], ['cv'], ['generated'], ['views'], ['development'], ['hana'], ['studio'], ['handling'], ['day'], ['day'], ['activities'], ['involved'], ['development'], ['business'], ['objects'], ['per'], ['client'], ['requirements'], ['worked'], ['team'], ['member'], ['backend'], ['counterpart'], ['understand'], ['business'], ['requirements'], ['developing'], ['maintaining'], ['universes'], ['raised'], ['oss'], ['tickets'], ['sap'], ['issues'], ['implemented'], ['suggestion'], ['workaround'], ['development'], ['fixed'], ['webi'], ['issues'], ['reported'], ['users'], ['created'], ['biar'], ['file'], ['promoted'], ['higher'], ['environments'], ['change'], ['request'], ['project'], ['handover'], ['team'], ['documentation'], ['reference'], ['project'], ['2'], ['project'], ['name'], ['nestle'], ['client'], ['nestle'], ['globe'], ['company'], ['tech'], ['mahindra'], ['pvt'], ['ltd'], ['bangalore'], ['environment'], ['sap'], ['bo'], ['4'], ['2'], ['idt'], ['hana'], ['views'], ['role'], ['sap'], ['bo'], ['developer'], ['hana'], ['developer'], ['description'], ['this'], ['project'], ['aims'], ['provide'], ['reporting'], ['solution'], ['global'], ['business'], ['users'], ['the'], ['globe'], ['integrated'], ['order'], ['io'], ['billing'], ['detail'], ['order'], ['detail'], ['universes'], ['combines'], ['orders'], ['deliveries'], ['shipment'], ['billing'], ['documents'], ['order'], ['item'], ['level'], ['the'], ['universe'], ['supports'], ['analyzing'], ['customer'], ['order'], ['patterns'], ['order'], ['lifecycle'], ['reporting'], ['the'], ['purpose'], ['reports'], ['universe'], ['provide'], ['end'], ['end'], ['view'], ['entire'], ['sales'], ['order'], ['transaction'], ['track'], ['sales'], ['orders'], ['various'], ['ways'], ['including'], ['status'], ['orders'], ['order'], ['types'], ['along'], ['gross'], ['value'], ['net'], ['value'], ['generated'], ['orders'], ['roles'], ['responsibilities'], ['analyzed'], ['user'], ['requirements'], ['sorted'], ['best'], ['possible'], ['ways'], ['optimizing'], ['performance'], ['universe'], ['cv'], ['generated'], ['views'], ['development'], ['hana'], ['studio'], ['handling'], ['day'], ['day'], ['activities'], ['involved'], ['development'], ['business'], ['objects'], ['per'], ['client'], ['requirements'], ['worked'], ['team'], ['member'], ['backend'], ['counterpart'], ['understand'], ['business'], ['requirements'], ['developing'], ['maintaining'], ['universes'], ['raised'], ['oss'], ['tickets'], ['sap'], ['issues'], ['implemented'], ['suggestion'], ['workaround'], ['development'], ['implemented'], ['union'], ['pruning'], ['concept'], ['universe'], ['optimize'], ['performance'], ['partition'], ['selection'], ['hana'], ['views'], ['passing'], ['value'], ['prompt'], ['fixed'], ['webi'], ['issues'], ['reported'], ['users'], ['created'], ['biar'], ['file'], ['promoted'], ['higher'], ['environments'], ['change'], ['request'], ['project'], ['handover'], ['team'], ['documentation'], ['reference'], ['project'], ['3'], ['project'], ['name'], ['nestle'], ['client'], ['nestle'], ['tct'], ['company'], ['tech'], ['mahindra'], ['pvt'], ['ltd'], ['bangalore'], ['environment'], ['sap'], ['bo'], ['xi'], ['4'], ['2'], ['design'], ['studio'], ['1'], ['6'], ['sp6'], ['bex'], ['queries'], ['role'], ['sap'], ['bo'], ['developer'], ['description'], ['the'], ['project'], ['developed'], ['show'], ['delay'], ['nestle'], ['freight'], ['orders'], ['hours'], ['cross'], ['tab'], ['bar'], ['chart'], ['geo'], ['map'], ['due'], ['weather'], ['conditions'], ['basic'], ['source'], ['data'], ['bw'], ['bex'], ['queries'], ['top'], ['queries'], ['dashboard'], ['designed'], ['this'], ['main'], ['user'], ['audience'], ['transport'], ['control'], ['tower'], ['members'], ['analyze'], ['take'], ['decision'], ['send'], ['consignments'], ['via'], ['modes'], ['transport'], ['due'], ['weather'], ['conditions'], ['avoid'], ['delay'], ['reduce'], ['expenditure'], ['roles'], ['responsibilities'], ['involved'], ['users'], ['understand'], ['business'], ['requirements'], ['implement'], ['feature'], ['generic'], ['way'], ['suggested'], ['best'], ['visualization'], ['components'], ['dashboard'], ['use'], ['analyzing'], ['user'], ['requirements'], ['finding'], ['best'], ['possible'], ['ways'], ['representing'], ['data'], ['bug'], ['fixes'], ['feature'], ['enhancement'], ['application'], ['project'], ['4'], ['project'], ['name'], ['nestle'], ['client'], ['nestle'], ['ba'], ['company'], ['tech'], ['mahindra'], ['pvt'], ['ltd'], ['bangalore'], ['environment'], ['sap'], ['bo'], ['4'], ['2'], ['design'], ['studio'], ['1'], ['6'], ['bex'], ['queries'], ['role'], ['sap'], ['bo'], ['developer'], ['description'], ['the'], ['project'], ['nestle'], ['ba'], ['catalogue'], ['reporting'], ['nestle'], ['basically'], ['provide'], ['dashboard'], ['design'], ['studio'], ['information'], ['reports'], ['used'], ['within'], ['nestle'], ['and'], ['dashboard'], ['used'], ['users'], ['nestle'], ['within'], ['different'], ['region'], ['globe'], ['basic'], ['source'], ['data'], ['bw'], ['bex'], ['queries'], ['top'], ['queries'], ['dashboard'], ['designed'], ['this'], ['main'], ['purpose'], ['project'], ['help'], ['users'], ['understand'], ['usage'], ['different'], ['reports'], ['portal'], ['help'], ['take'], ['decision'], ['decommissioning'], ['report'], ['roles'], ['responsibilities'], ['involved'], ['customer'], ['understand'], ['business'], ['requirements'], ['order'], ['present'], ['data'], ['meaningful'], ['manner'], ['suggested'], ['component'], ['selection'], ['visualize'], ['data'], ['effectively'], ['analyzing'], ['user'], ['requirements'], ['finding'], ['best'], ['possible'], ['ways'], ['representing'], ['data'], ['changes'], ['bw'], ['query'], ['ording'], ['requirement'], ['interacting'], ['client'], ['team'], ['requirement'], ['gathering'], ['analysis'], ['implemented'], ['ideas'], ['bex'], ['design'], ['studio'], ['app'], ['optimize'], ['performance'], ['help'], ['su'], ['essful'], ['poc'], ['project'], ['5'], ['project'], ['name'], ['warner'], ['bros'], ['client'], ['marvin'], ['pictures'], ['us'], ['company'], ['capgemini'], ['pvt'], ['ltd'], ['bangalore'], ['tools'], ['teradata'], ['db'], ['sap'], ['bo'], ['4'], ['1'], ['webi'], ['idt'], ['cmc'], ['query'], ['builder'], ['hpsm'], ['ticketing'], ['tool'], ['role'], ['sap'], ['bo'], ['developer'], ['description'], ['the'], ['purpose'], ['project'], ['tracking'], ['dvd'], ['comic'], ['sale'], ['worldwide'], ['the'], ['application'], ['used'], ['end'], ['users'], ['analyze'], ['sales'], ['information'], ['help'], ['taking'], ['decision'], ['business'], ['growth'], ['sales'], ['reports'], ['webi'], ['based'], ['universe'], ['teradata'], ['tables'], ['source'], ['universe'], ['worked'], ['shared'], ['resource'], ['cmc'], ['activities'], ['webi'], ['universe'], ['issues'], ['tickets'], ['roles'], ['responsibilities'], ['working'], ['team'], ['member'], ['understand'], ['business'], ['requirements'], ['performed'], ['cmc'], ['activities'], ['like'], ['user'], ['user'], ['group'], ['creation'], ['providing'], ['ess'], ['objects'], ['folders'], ['created'], ['folders'], ['reports'], ['connection'], ['universes'], ['provided'], ['user'], ['security'], ['connection'], ['pointing'], ['universe'], ['worked'], ['issue'], ['related'], ['connection'], ['universe'], ['objects'], ['webi'], ['reports'], ['enhancements'], ['raised'], ['oss'], ['messages'], ['sap'], ['seek'], ['solution'], ['related'], ['bo'], ['tool'], ['limitations'], ['worked'], ['webi'], ['report'], ['universe'], ['defects'], ['enhancements'], ['meeting'], ['users'], ['understand'], ['issue'], ['suggest'], ['best'], ['solution'], ['eta'], ['worked'], ['query'], ['builder'], ['find'], ['bo'], ['objects'], ['metadata'], ['investigation'], ['created'], ['biar'], ['format'], ['using'], ['promotion'], ['management'], ['project'], ['6'], ['project'], ['name'], ['nordea'], ['client'], ['nordea'], ['bank'], ['sweden'], ['company'], ['capgemini'], ['pvt'], ['ltd'], ['bangalore'], ['environment'], ['sap'], ['bo'], ['4'], ['1'], ['idt'], ['webi'], ['teradata'], ['role'], ['sap'], ['bo'], ['developer'], ['description'], ['the'], ['project'], ['report'], ['analytics'], ['nordea'], ['aims'], ['provide'], ['clear'], ['analysis'], ['personal'], ['company'], ['ounts'], ['bank'], ['around'], ['world'], ['in'], ['regions'], ['reports'], ['data'], ['related'], ['users'], ['ount'], ['type'], ['webi'], ['reports'], ['based'], ['universe'], ['based'], ['teradata'], ['db'], ['financial'], ['tables'], ['this'], ['project'], ['mainly'], ['tracks'], ['firm'], ['sales'], ['respect'], ['different'], ['criteria'], ['like'], ['customer'], ['wise'], ['sales'], ['different'], ['categories'], ['it'], ['helps'], ['various'], ['end'], ['users'], ['analyze'], ['sales'], ['related'], ['information'], ['help'], ['business'], ['growth'], ['make'], ['precise'], ['decisions'], ['roles'], ['responsibilities'], ['involved'], ['activities'], ['understand'], ['business'], ['requirements'], ['analyzing'], ['user'], ['requirements'], ['finding'], ['best'], ['possible'], ['ways'], ['representing'], ['data'], ['designing'], ['developing'], ['interactive'], ['webi'], ['reports'], ['per'], ['client'], ['dynamic'], ['requirements'], ['developed'], ['webi'], ['reports'], ['blocks'], ['graphs'], ['linked'], ['report'], ['summary'], ['report'], ['after'], ['development'], ['performing'], ['unit'], ['test'], ['activities'], ['presentation'], ['users'], ['implementation'], ['business'], ['object'], ['e'], ['webi'], ['one'], ['environment'], ['another'], ['using'], ['biar'], ['file'], ['fixed'], ['issues'], ['webi'], ['reports'], ['related'], ['data'], ['report'], ['formatting'], ['made'], ['changes'], ['report'], ['requested'], ['users'], ['mat'], ['prepared'], ['rdd'], ['reports'], ['performed'], ['unit'], ['testing'], ['provided'], ['kt'], ['users'], ['supports'], ['teams'], ['company'], ['tech'], ['mahindra'], ['description'], ['company'], ['capgemini'], ['description'], ['competencies', 'sap'], ['sap', 'business'], ['business', 'intelligence'], ['intelligence', 'version'], ['version', 'sap'], ['sap', 'bo'], ['bo', '4'], ['4', '2'], ['2', 'bo'], ['bo', 'tools'], ['tools', 'design'], ['design', 'studio'], ['studio', 'idt'], ['idt', 'webi'], ['webi', 'udt'], ['udt', 'cmc'], ['cmc', 'activities'], ['activities', 'backend'], ['backend', 'db'], ['db', 'hana'], ['hana', 'bw'], ['bw', 'bex'], ['bex', 'queries'], ['queries', 'sqleducation'], ['sqleducation', 'details'], ['details', 'sap'], ['sap', 'bo'], ['bo', 'developer'], ['developer', 'sap'], ['sap', 'hana'], ['hana', 'developer'], ['developer', 'sap'], ['sap', 'bo'], ['bo', 'developer'], ['developer', 'credit'], ['credit', 'suisse'], ['suisse', 'skill'], ['skill', 'details'], ['details', 'sap'], ['sap', 'bi'], ['bi', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'cmc'], ['cmc', 'exprience'], ...], [['education'], ['details'], ['july'], ['2008'], ['february'], ['2012'], ['be'], ['computer'], ['science'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['sap'], ['hana'], ['developer'], ['sap'], ['hana'], ['developer'], ['schlumberger'], ['skill'], ['details'], ['sap'], ['hana'], ['exprience'], ['60'], ['months'], ['sap'], ['bo'], ['exprience'], ['36'], ['monthscompany'], ['details'], ['company'], ['schlumberger'], ['description'], ['schlumberger'], ['world'], ['leading'], ['provider'], ['technology'], ['reservoir'], ['characterization'], ['drilling'], ['production'], ['processing'], ['oil'], ['gas'], ['industry'], ['working'], ['85'], ['countries'], ['role'], ['sap'], ['hana'], ['developer'], ['team'], ['size'], ['12'], ['duration'], ['feb'], ['2017'], ['till'], ['date'], ['responsibilities'], ['working'], ['suit'], ['hana'], ['native'], ['hana'], ['systems'], ['working'], ['end'], ['end'], ['implementation'], ['release'], ['2'], ['3'], ['2'], ['4'], ['developing'], ['hana'], ['information'], ['models'], ['calculation'], ['views'], ['table'], ['functions'], ['procedures'], ['actively'], ['involved'], ['cutover'], ['activities'], ['dry'], ['runs'], ['production'], ['go'], ['live'], ['post'], ['production'], ['go'], ['live'], ['resolving'], ['issues'], ['worked'], ['hana'], ['functionalities'], ['like'], ['currency'], ['conversions'], ['analyzing'], ['planviz'], ['performance'], ['related'], ['issues'], ['etc'], ['worked'], ['bring'], ['tables'], ['sap'], ['hana'], ['landing'], ['zone'], ['using'], ['sda'], ['working'], ['resolve'], ['performance'], ['issues'], ['hana'], ['views'], ['applying'], ['filter'], ['joins'], ['etc'], ['interacting'], ['business'], ['functional'], ['team'], ['members'], ['based'], ['discussion'], ['creating'], ['design'], ['documents'], ['technical'], ['specification'], ['test'], ['documents'], ['su'], ['essfully'], ['implemented'], ['release'], ['2'], ['2'], ['2'], ['3'], ['us'], ['ecuador'], ['canada'], ['su'], ['essfully'], ['completed'], ['self'], ['service'], ['project'], ['finance'], ['domain'], ['created'], ['reports'], ['analysis'], ['office'], ['working'], ['create'], ['power'], ['bi'], ['reports'], ['working'], ['resolve'], ['production'], ['defects'], ['incidents'], ['using'], ['hpalm'], ['remedy'], ['tools'], ['working'], ['resolve'], ['issues'], ['existing'], ['hana'], ['views'], ['working'], ['promote'], ['objects'], ['different'], ['environment'], ['using'], ['charm'], ['solmon'], ['working'], ['enhance'], ['performance'], ['hana'], ['views'], ['using'], ['planviz'], ['worked'], ['create'], ['bo'], ['reports'], ['vendor'], ['master'], ['2'], ['aero'], ['space'], ['design'], ['honeywell'], ['company'], ['fujitsu'], ['consulting'], ['india'], ['description'], ['responsibilities'], ['hana'], ['data'], ['model'], ['development'], ['modification'], ['existing'], ['models'], ['providing'], ['estimation'], ['create'], ['data'], ['model'], ['based'], ['business'], ['request'], ['creating'], ['views'], ['attribute'], ['analytical'], ['calculation'], ['views'], ['base'], ['business'], ['requirement'], ['creation'], ['design'], ['document'], ['technical'], ['design'], ['document'], ['brought'], ['data'], ['hana'], ['landing'], ['zone'], ['using'], ['slt'], ['sda'], ['handled'], ['complex'], ['performance'], ['issues'], ['worked'], ['sap'], ['landscape'], ['transformation'], ['data'], ['replication'], ['source'], ['db'], ['hana'], ['db'], ['solved'], ['sit'], ['tickets'], ['hana'], ['information'], ['model'], ['developing'], ['hana'], ['information'], ['models'], ['calculation'], ['views'], ['table'], ['functions'], ['procedures'], ['modifying'], ['existing'], ['models'], ['include'], ['tables'], ['columns'], ['etc'], ['necessary'], ['complete'], ['requirement'], ['configuring'], ['business'], ['objects'], ['fetch'], ['data'], ['hana'], ['editing'], ['modifying'], ['exiting'], ['reports'], ['fetch'], ['data'], ['hana'], ['per'], ['requirement'], ['3'], ['mc'], ['donald'], ['company'], ['fujitsu'], ['consulting'], ['india'], ['client'], ['mc'], ['donald'], ['role'], ['sap'], ['bo'], ['developer'], ['team'], ['size'], ['3'], ['duration'], ['july2013to'], ['june2014'], ['responsibilities'], ['providing'], ['estimation'], ['create'], ['universe'], ['webi'], ['reports'], ['based'], ['business'], ['request'], ['worked'], ['creating'], ['universes'], ['top'], ['sap'], ['hana'], ['bw'], ['resources'], ['worked'], ['creating'], ['complex'], ['reports'], ['webi'], ['worked'], ['providing'], ['row'], ['level'], ['folder'], ['level'], ['security'], ['worked'], ['scheduling'], ['reports'], ['tools'], ['technology'], ['knowledge'], ['sap'], ['hana'], ['sps12'], ['sap'], ['ecc'], ['6'], ['0'], ['sql'], ['remedy'], ['sharepoint'], ['sap'], ['logon'], ['webi'], ['power'], ['bi'], ['education', 'details'], ['details', 'july'], ['july', '2008'], ['2008', 'february'], ['february', '2012'], ['2012', 'be'], ['be', 'computer'], ['computer', 'science'], ['science', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'sap'], ['sap', 'hana'], ['hana', 'developer'], ['developer', 'sap'], ['sap', 'hana'], ['hana', 'developer'], ['developer', 'schlumberger'], ['schlumberger', 'skill'], ['skill', 'details'], ['details', 'sap'], ['sap', 'hana'], ['hana', 'exprience'], ['exprience', '60'], ['60', 'months'], ['months', 'sap'], ['sap', 'bo'], ['bo', 'exprience'], ['exprience', '36'], ['36', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'schlumberger'], ['schlumberger', 'description'], ['description', 'schlumberger'], ['schlumberger', 'world'], ['world', 'leading'], ['leading', 'provider'], ['provider', 'technology'], ['technology', 'reservoir'], ['reservoir', 'characterization'], ['characterization', 'drilling'], ['drilling', 'production'], ['production', 'processing'], ['processing', 'oil'], ['oil', 'gas'], ['gas', 'industry'], ['industry', 'working'], ['working', '85'], ['85', 'countries'], ['countries', 'role'], ['role', 'sap'], ['sap', 'hana'], ['hana', 'developer'], ['developer', 'team'], ['team', 'size'], ['size', '12'], ['12', 'duration'], ['duration', 'feb'], ['feb', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'responsibilities'], ['responsibilities', 'working'], ['working', 'suit'], ['suit', 'hana'], ['hana', 'native'], ['native', 'hana'], ['hana', 'systems'], ['systems', 'working'], ['working', 'end'], ['end', 'end'], ['end', 'implementation'], ['implementation', 'release'], ['release', '2'], ['2', '3'], ['3', '2'], ['2', '4'], ['4', 'developing'], ['developing', 'hana'], ['hana', 'information'], ['information', 'models'], ['models', 'calculation'], ['calculation', 'views'], ['views', 'table'], ['table', 'functions'], ['functions', 'procedures'], ['procedures', 'actively'], ['actively', 'involved'], ['involved', 'cutover'], ['cutover', 'activities'], ['activities', 'dry'], ['dry', 'runs'], ['runs', 'production'], ['production', 'go'], ['go', 'live'], ['live', 'post'], ['post', 'production'], ['production', 'go'], ['go', 'live'], ['live', 'resolving'], ['resolving', 'issues'], ['issues', 'worked'], ['worked', 'hana'], ['hana', 'functionalities'], ['functionalities', 'like'], ['like', 'currency'], ['currency', 'conversions'], ['conversions', 'analyzing'], ['analyzing', 'planviz'], ['planviz', 'performance'], ['performance', 'related'], ['related', 'issues'], ['issues', 'etc'], ['etc', 'worked'], ['worked', 'bring'], ['bring', 'tables'], ['tables', 'sap'], ['sap', 'hana'], ['hana', 'landing'], ['landing', 'zone'], ['zone', 'using'], ['using', 'sda'], ['sda', 'working'], ['working', 'resolve'], ['resolve', 'performance'], ['performance', 'issues'], ['issues', 'hana'], ['hana', 'views'], ['views', 'applying'], ['applying', 'filter'], ['filter', 'joins'], ['joins', 'etc'], ['etc', 'interacting'], ['interacting', 'business'], ['business', 'functional'], ['functional', 'team'], ['team', 'members'], ['members', 'based'], ['based', 'discussion'], ['discussion', 'creating'], ['creating', 'design'], ['design', 'documents'], ['documents', 'technical'], ['technical', 'specification'], ['specification', 'test'], ['test', 'documents'], ['documents', 'su'], ['su', 'essfully'], ['essfully', 'implemented'], ['implemented', 'release'], ['release', '2'], ['2', '2'], ['2', '2'], ['2', '3'], ['3', 'us'], ['us', 'ecuador'], ['ecuador', 'canada'], ['canada', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', 'self'], ['self', 'service'], ['service', 'project'], ['project', 'finance'], ['finance', 'domain'], ['domain', 'created'], ['created', 'reports'], ['reports', 'analysis'], ['analysis', 'office'], ['office', 'working'], ['working', 'create'], ['create', 'power'], ['power', 'bi'], ['bi', 'reports'], ['reports', 'working'], ['working', 'resolve'], ['resolve', 'production'], ['production', 'defects'], ['defects', 'incidents'], ['incidents', 'using'], ['using', 'hpalm'], ['hpalm', 'remedy'], ['remedy', 'tools'], ['tools', 'working'], ['working', 'resolve'], ['resolve', 'issues'], ['issues', 'existing'], ['existing', 'hana'], ['hana', 'views'], ['views', 'working'], ['working', 'promote'], ['promote', 'objects'], ['objects', 'different'], ['different', 'environment'], ['environment', 'using'], ['using', 'charm'], ['charm', 'solmon'], ['solmon', 'working'], ['working', 'enhance'], ['enhance', 'performance'], ['performance', 'hana'], ['hana', 'views'], ['views', 'using'], ['using', 'planviz'], ['planviz', 'worked'], ['worked', 'create'], ['create', 'bo'], ['bo', 'reports'], ['reports', 'vendor'], ['vendor', 'master'], ['master', '2'], ['2', 'aero'], ['aero', 'space'], ['space', 'design'], ['design', 'honeywell'], ['honeywell', 'company'], ['company', 'fujitsu'], ['fujitsu', 'consulting'], ['consulting', 'india'], ['india', 'description'], ['description', 'responsibilities'], ['responsibilities', 'hana'], ['hana', 'data'], ['data', 'model'], ['model', 'development'], ['development', 'modification'], ['modification', 'existing'], ['existing', 'models'], ['models', 'providing'], ['providing', 'estimation'], ['estimation', 'create'], ['create', 'data'], ['data', 'model'], ['model', 'based'], ['based', 'business'], ['business', 'request'], ['request', 'creating'], ['creating', 'views'], ['views', 'attribute'], ['attribute', 'analytical'], ['analytical', 'calculation'], ['calculation', 'views'], ['views', 'base'], ['base', 'business'], ['business', 'requirement'], ['requirement', 'creation'], ['creation', 'design'], ['design', 'document'], ['document', 'technical'], ['technical', 'design'], ['design', 'document'], ['document', 'brought'], ['brought', 'data'], ['data', 'hana'], ['hana', 'landing'], ['landing', 'zone'], ['zone', 'using'], ['using', 'slt'], ['slt', 'sda'], ['sda', 'handled'], ['handled', 'complex'], ['complex', 'performance'], ['performance', 'issues'], ['issues', 'worked'], ['worked', 'sap'], ['sap', 'landscape'], ['landscape', 'transformation'], ['transformation', 'data'], ['data', 'replication'], ['replication', 'source'], ['source', 'db'], ['db', 'hana'], ['hana', 'db'], ['db', 'solved'], ['solved', 'sit'], ['sit', 'tickets'], ['tickets', 'hana'], ['hana', 'information'], ['information', 'model'], ['model', 'developing'], ['developing', 'hana'], ['hana', 'information'], ['information', 'models'], ['models', 'calculation'], ['calculation', 'views'], ['views', 'table'], ['table', 'functions'], ['functions', 'procedures'], ['procedures', 'modifying'], ['modifying', 'existing'], ['existing', 'models'], ['models', 'include'], ['include', 'tables'], ['tables', 'columns'], ['columns', 'etc'], ['etc', 'necessary'], ['necessary', 'complete'], ['complete', 'requirement'], ['requirement', 'configuring'], ['configuring', 'business'], ['business', 'objects'], ['objects', 'fetch'], ['fetch', 'data'], ['data', 'hana'], ['hana', 'editing'], ['editing', 'modifying'], ['modifying', 'exiting'], ['exiting', 'reports'], ['reports', 'fetch'], ['fetch', 'data'], ['data', 'hana'], ['hana', 'per'], ['per', 'requirement'], ['requirement', '3'], ['3', 'mc'], ['mc', 'donald'], ['donald', 'company'], ['company', 'fujitsu'], ['fujitsu', 'consulting'], ['consulting', 'india'], ['india', 'client'], ['client', 'mc'], ['mc', 'donald'], ['donald', 'role'], ['role', 'sap'], ['sap', 'bo'], ['bo', 'developer'], ['developer', 'team'], ['team', 'size'], ['size', '3'], ['3', 'duration'], ['duration', 'july2013to'], ['july2013to', 'june2014'], ['june2014', 'responsibilities'], ['responsibilities', 'providing'], ['providing', 'estimation'], ['estimation', 'create'], ['create', 'universe'], ['universe', 'webi'], ['webi', 'reports'], ['reports', 'based'], ['based', 'business'], ['business', 'request'], ['request', 'worked'], ['worked', 'creating'], ['creating', 'universes'], ['universes', 'top'], ['top', 'sap'], ['sap', 'hana'], ['hana', 'bw'], ['bw', 'resources'], ['resources', 'worked'], ['worked', 'creating'], ['creating', 'complex'], ['complex', 'reports'], ['reports', 'webi'], ['webi', 'worked'], ['worked', 'providing'], ['providing', 'row'], ['row', 'level'], ['level', 'folder'], ['folder', 'level'], ['level', 'security'], ['security', 'worked'], ['worked', 'scheduling'], ['scheduling', 'reports'], ['reports', 'tools'], ['tools', 'technology'], ['technology', 'knowledge'], ['knowledge', 'sap'], ['sap', 'hana'], ['hana', 'sps12'], ['sps12', 'sap'], ['sap', 'ecc'], ['ecc', '6'], ['6', '0'], ['0', 'sql'], ['sql', 'remedy'], ['remedy', 'sharepoint'], ['sharepoint', 'sap'], ['sap', 'logon'], ['logon', 'webi'], ['webi', 'power'], ['power', 'bi'], ['education', 'details', 'july'], ['details', 'july', '2008'], ['july', '2008', 'february'], ['2008', 'february', '2012'], ['february', '2012', 'be'], ['2012', 'be', 'computer'], ['be', 'computer', 'science'], ['computer', 'science', 'nagpur'], ['science', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'sap'], ['university', 'sap', 'hana'], ['sap', 'hana', 'developer'], ['hana', 'developer', 'sap'], ['developer', 'sap', 'hana'], ['sap', 'hana', 'developer'], ['hana', 'developer', 'schlumberger'], ['developer', 'schlumberger', 'skill'], ['schlumberger', 'skill', 'details'], ['skill', 'details', 'sap'], ['details', 'sap', 'hana'], ['sap', 'hana', 'exprience'], ['hana', 'exprience', '60'], ['exprience', '60', 'months'], ['60', 'months', 'sap'], ['months', 'sap', 'bo'], ['sap', 'bo', 'exprience'], ['bo', 'exprience', '36'], ['exprience', '36', 'monthscompany'], ['36', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'schlumberger'], ['company', 'schlumberger', 'description'], ['schlumberger', 'description', 'schlumberger'], ['description', 'schlumberger', 'world'], ['schlumberger', 'world', 'leading'], ['world', 'leading', 'provider'], ['leading', 'provider', 'technology'], ['provider', 'technology', 'reservoir'], ['technology', 'reservoir', 'characterization'], ['reservoir', 'characterization', 'drilling'], ['characterization', 'drilling', 'production'], ['drilling', 'production', 'processing'], ['production', 'processing', 'oil'], ['processing', 'oil', 'gas'], ['oil', 'gas', 'industry'], ['gas', 'industry', 'working'], ['industry', 'working', '85'], ['working', '85', 'countries'], ['85', 'countries', 'role'], ['countries', 'role', 'sap'], ['role', 'sap', 'hana'], ['sap', 'hana', 'developer'], ['hana', 'developer', 'team'], ['developer', 'team', 'size'], ['team', 'size', '12'], ['size', '12', 'duration'], ['12', 'duration', 'feb'], ['duration', 'feb', '2017'], ['feb', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'responsibilities'], ['date', 'responsibilities', 'working'], ['responsibilities', 'working', 'suit'], ['working', 'suit', 'hana'], ['suit', 'hana', 'native'], ['hana', 'native', 'hana'], ['native', 'hana', 'systems'], ['hana', 'systems', 'working'], ['systems', 'working', 'end'], ['working', 'end', 'end'], ['end', 'end', 'implementation'], ['end', 'implementation', 'release'], ['implementation', 'release', '2'], ['release', '2', '3'], ['2', '3', '2'], ['3', '2', '4'], ['2', '4', 'developing'], ['4', 'developing', 'hana'], ['developing', 'hana', 'information'], ['hana', 'information', 'models'], ['information', 'models', 'calculation'], ['models', 'calculation', 'views'], ['calculation', 'views', 'table'], ['views', 'table', 'functions'], ['table', 'functions', 'procedures'], ['functions', 'procedures', 'actively'], ['procedures', 'actively', 'involved'], ['actively', 'involved', 'cutover'], ['involved', 'cutover', 'activities'], ['cutover', 'activities', 'dry'], ['activities', 'dry', 'runs'], ['dry', 'runs', 'production'], ['runs', 'production', 'go'], ['production', 'go', 'live'], ['go', 'live', 'post'], ['live', 'post', 'production'], ['post', 'production', 'go'], ['production', 'go', 'live'], ['go', 'live', 'resolving'], ['live', 'resolving', 'issues'], ['resolving', 'issues', 'worked'], ['issues', 'worked', 'hana'], ['worked', 'hana', 'functionalities'], ['hana', 'functionalities', 'like'], ['functionalities', 'like', 'currency'], ['like', 'currency', 'conversions'], ['currency', 'conversions', 'analyzing'], ['conversions', 'analyzing', 'planviz'], ['analyzing', 'planviz', 'performance'], ['planviz', 'performance', 'related'], ['performance', 'related', 'issues'], ['related', 'issues', 'etc'], ['issues', 'etc', 'worked'], ['etc', 'worked', 'bring'], ['worked', 'bring', 'tables'], ['bring', 'tables', 'sap'], ['tables', 'sap', 'hana'], ['sap', 'hana', 'landing'], ['hana', 'landing', 'zone'], ['landing', 'zone', 'using'], ['zone', 'using', 'sda'], ['using', 'sda', 'working'], ['sda', 'working', 'resolve'], ['working', 'resolve', 'performance'], ['resolve', 'performance', 'issues'], ['performance', 'issues', 'hana'], ['issues', 'hana', 'views'], ['hana', 'views', 'applying'], ['views', 'applying', 'filter'], ['applying', 'filter', 'joins'], ['filter', 'joins', 'etc'], ['joins', 'etc', 'interacting'], ['etc', 'interacting', 'business'], ['interacting', 'business', 'functional'], ['business', 'functional', 'team'], ['functional', 'team', 'members'], ['team', 'members', 'based'], ['members', 'based', 'discussion'], ['based', 'discussion', 'creating'], ['discussion', 'creating', 'design'], ['creating', 'design', 'documents'], ['design', 'documents', 'technical'], ['documents', 'technical', 'specification'], ['technical', 'specification', 'test'], ['specification', 'test', 'documents'], ['test', 'documents', 'su'], ['documents', 'su', 'essfully'], ['su', 'essfully', 'implemented'], ['essfully', 'implemented', 'release'], ['implemented', 'release', '2'], ['release', '2', '2'], ['2', '2', '2'], ['2', '2', '3'], ['2', '3', 'us'], ['3', 'us', 'ecuador'], ['us', 'ecuador', 'canada'], ['ecuador', 'canada', 'su'], ['canada', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', 'self'], ['completed', 'self', 'service'], ['self', 'service', 'project'], ['service', 'project', 'finance'], ['project', 'finance', 'domain'], ['finance', 'domain', 'created'], ['domain', 'created', 'reports'], ['created', 'reports', 'analysis'], ['reports', 'analysis', 'office'], ['analysis', 'office', 'working'], ['office', 'working', 'create'], ['working', 'create', 'power'], ['create', 'power', 'bi'], ['power', 'bi', 'reports'], ['bi', 'reports', 'working'], ['reports', 'working', 'resolve'], ['working', 'resolve', 'production'], ['resolve', 'production', 'defects'], ['production', 'defects', 'incidents'], ['defects', 'incidents', 'using'], ['incidents', 'using', 'hpalm'], ['using', 'hpalm', 'remedy'], ['hpalm', 'remedy', 'tools'], ['remedy', 'tools', 'working'], ['tools', 'working', 'resolve'], ['working', 'resolve', 'issues'], ['resolve', 'issues', 'existing'], ['issues', 'existing', 'hana'], ['existing', 'hana', 'views'], ['hana', 'views', 'working'], ['views', 'working', 'promote'], ['working', 'promote', 'objects'], ['promote', 'objects', 'different'], ['objects', 'different', 'environment'], ['different', 'environment', 'using'], ['environment', 'using', 'charm'], ['using', 'charm', 'solmon'], ['charm', 'solmon', 'working'], ['solmon', 'working', 'enhance'], ['working', 'enhance', 'performance'], ['enhance', 'performance', 'hana'], ['performance', 'hana', 'views'], ['hana', 'views', 'using'], ['views', 'using', 'planviz'], ['using', 'planviz', 'worked'], ['planviz', 'worked', 'create'], ['worked', 'create', 'bo'], ['create', 'bo', 'reports'], ['bo', 'reports', 'vendor'], ['reports', 'vendor', 'master'], ['vendor', 'master', '2'], ['master', '2', 'aero'], ['2', 'aero', 'space'], ['aero', 'space', 'design'], ['space', 'design', 'honeywell'], ['design', 'honeywell', 'company'], ['honeywell', 'company', 'fujitsu'], ['company', 'fujitsu', 'consulting'], ['fujitsu', 'consulting', 'india'], ['consulting', 'india', 'description'], ['india', 'description', 'responsibilities'], ['description', 'responsibilities', 'hana'], ['responsibilities', 'hana', 'data'], ['hana', 'data', 'model'], ['data', 'model', 'development'], ['model', 'development', 'modification'], ...], [['education'], ['details'], ['may'], ['2013'], ['master'], ['computer'], ['application'], ['mumbai'], ['maharashtra'], ['imcost'], ['college'], ['april'], ['2010'], ['bsc'], ['computer'], ['science'], ['mumbai'], ['maharashtra'], ['v'], ['k'], ['k'], ['menon'], ['college'], ['march'], ['2005'], ['springernature'], ['pune'], ['maharashtra'], ['s'], ['v'], ['v'], ['m'], ['school'], ['abap'], ['developer'], ['abap'], ['developer'], ['sap'], ['exposure'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['sap'], ['exposure'], ['description'], ['1'], ['organization'], ['springernature'], ['duration'], ['mar'], ['2017'], ['till'], ['date'], ['project'], ['support'], ['springer'], ['nature'], ['project'], ['type'], ['support'], ['role'], ['abap'], ['developer'], ['major'], ['contribution'], ['writing'], ['new'], ['reports'], ['modification'], ['existing'], ['reports'], ['worked'], ['smartforms'], ['standard'], ['debugging'], ['issues'], ['for'], ['unit'], ['testing'], ['created'], ['contracts'], ['orders'], ['invoices'], ['tested'], ['individually'], ['company'], ['atos'], ['pvt'], ['ltd'], ['description'], ['duration'], ['may'], ['2014'], ['dec'], ['2015'], ['project'], ['lenm'], ['it'], ['ministry'], ['netherland'], ['project'], ['project'], ['dsp'], ['dsm'], ['sinochem'], ['pharmaceuticals'], ['project'], ['akzonobel'], ['akzonobel'], ['leading'], ['global'], ['paints'], ['coatings'], ['company'], ['major'], ['producer'], ['specialty'], ['chemicals'], ['project'], ['type'], ['support'], ['role'], ['abap'], ['developer'], ['major'], ['contribution'], ['modified'], ['sap'], ['script'], ['per'], ['requirement'], ['specified'], ['modified'], ['invoice'], ['smart'], ['form'], ['created'], ['custom'], ['tables'], ['data'], ['elements'], ['structures'], ['education', 'details'], ['details', 'may'], ['may', '2013'], ['2013', 'master'], ['master', 'computer'], ['computer', 'application'], ['application', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'imcost'], ['imcost', 'college'], ['college', 'april'], ['april', '2010'], ['2010', 'bsc'], ['bsc', 'computer'], ['computer', 'science'], ['science', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'v'], ['v', 'k'], ['k', 'k'], ['k', 'menon'], ['menon', 'college'], ['college', 'march'], ['march', '2005'], ['2005', 'springernature'], ['springernature', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 's'], ['s', 'v'], ['v', 'v'], ['v', 'm'], ['m', 'school'], ['school', 'abap'], ['abap', 'developer'], ['developer', 'abap'], ['abap', 'developer'], ['developer', 'sap'], ['sap', 'exposure'], ['exposure', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'sap'], ['sap', 'exposure'], ['exposure', 'description'], ['description', '1'], ['1', 'organization'], ['organization', 'springernature'], ['springernature', 'duration'], ['duration', 'mar'], ['mar', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'project'], ['project', 'support'], ['support', 'springer'], ['springer', 'nature'], ['nature', 'project'], ['project', 'type'], ['type', 'support'], ['support', 'role'], ['role', 'abap'], ['abap', 'developer'], ['developer', 'major'], ['major', 'contribution'], ['contribution', 'writing'], ['writing', 'new'], ['new', 'reports'], ['reports', 'modification'], ['modification', 'existing'], ['existing', 'reports'], ['reports', 'worked'], ['worked', 'smartforms'], ['smartforms', 'standard'], ['standard', 'debugging'], ['debugging', 'issues'], ['issues', 'for'], ['for', 'unit'], ['unit', 'testing'], ['testing', 'created'], ['created', 'contracts'], ['contracts', 'orders'], ['orders', 'invoices'], ['invoices', 'tested'], ['tested', 'individually'], ['individually', 'company'], ['company', 'atos'], ['atos', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'duration'], ['duration', 'may'], ['may', '2014'], ['2014', 'dec'], ['dec', '2015'], ['2015', 'project'], ['project', 'lenm'], ['lenm', 'it'], ['it', 'ministry'], ['ministry', 'netherland'], ['netherland', 'project'], ['project', 'project'], ['project', 'dsp'], ['dsp', 'dsm'], ['dsm', 'sinochem'], ['sinochem', 'pharmaceuticals'], ['pharmaceuticals', 'project'], ['project', 'akzonobel'], ['akzonobel', 'akzonobel'], ['akzonobel', 'leading'], ['leading', 'global'], ['global', 'paints'], ['paints', 'coatings'], ['coatings', 'company'], ['company', 'major'], ['major', 'producer'], ['producer', 'specialty'], ['specialty', 'chemicals'], ['chemicals', 'project'], ['project', 'type'], ['type', 'support'], ['support', 'role'], ['role', 'abap'], ['abap', 'developer'], ['developer', 'major'], ['major', 'contribution'], ['contribution', 'modified'], ['modified', 'sap'], ['sap', 'script'], ['script', 'per'], ['per', 'requirement'], ['requirement', 'specified'], ['specified', 'modified'], ['modified', 'invoice'], ['invoice', 'smart'], ['smart', 'form'], ['form', 'created'], ['created', 'custom'], ['custom', 'tables'], ['tables', 'data'], ['data', 'elements'], ['elements', 'structures'], ['education', 'details', 'may'], ['details', 'may', '2013'], ['may', '2013', 'master'], ['2013', 'master', 'computer'], ['master', 'computer', 'application'], ['computer', 'application', 'mumbai'], ['application', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'imcost'], ['maharashtra', 'imcost', 'college'], ['imcost', 'college', 'april'], ['college', 'april', '2010'], ['april', '2010', 'bsc'], ['2010', 'bsc', 'computer'], ['bsc', 'computer', 'science'], ['computer', 'science', 'mumbai'], ['science', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'v'], ['maharashtra', 'v', 'k'], ['v', 'k', 'k'], ['k', 'k', 'menon'], ['k', 'menon', 'college'], ['menon', 'college', 'march'], ['college', 'march', '2005'], ['march', '2005', 'springernature'], ['2005', 'springernature', 'pune'], ['springernature', 'pune', 'maharashtra'], ['pune', 'maharashtra', 's'], ['maharashtra', 's', 'v'], ['s', 'v', 'v'], ['v', 'v', 'm'], ['v', 'm', 'school'], ['m', 'school', 'abap'], ['school', 'abap', 'developer'], ['abap', 'developer', 'abap'], ['developer', 'abap', 'developer'], ['abap', 'developer', 'sap'], ['developer', 'sap', 'exposure'], ['sap', 'exposure', 'skill'], ['exposure', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'sap'], ['company', 'sap', 'exposure'], ['sap', 'exposure', 'description'], ['exposure', 'description', '1'], ['description', '1', 'organization'], ['1', 'organization', 'springernature'], ['organization', 'springernature', 'duration'], ['springernature', 'duration', 'mar'], ['duration', 'mar', '2017'], ['mar', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'project'], ['date', 'project', 'support'], ['project', 'support', 'springer'], ['support', 'springer', 'nature'], ['springer', 'nature', 'project'], ['nature', 'project', 'type'], ['project', 'type', 'support'], ['type', 'support', 'role'], ['support', 'role', 'abap'], ['role', 'abap', 'developer'], ['abap', 'developer', 'major'], ['developer', 'major', 'contribution'], ['major', 'contribution', 'writing'], ['contribution', 'writing', 'new'], ['writing', 'new', 'reports'], ['new', 'reports', 'modification'], ['reports', 'modification', 'existing'], ['modification', 'existing', 'reports'], ['existing', 'reports', 'worked'], ['reports', 'worked', 'smartforms'], ['worked', 'smartforms', 'standard'], ['smartforms', 'standard', 'debugging'], ['standard', 'debugging', 'issues'], ['debugging', 'issues', 'for'], ['issues', 'for', 'unit'], ['for', 'unit', 'testing'], ['unit', 'testing', 'created'], ['testing', 'created', 'contracts'], ['created', 'contracts', 'orders'], ['contracts', 'orders', 'invoices'], ['orders', 'invoices', 'tested'], ['invoices', 'tested', 'individually'], ['tested', 'individually', 'company'], ['individually', 'company', 'atos'], ['company', 'atos', 'pvt'], ['atos', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'duration'], ['description', 'duration', 'may'], ['duration', 'may', '2014'], ['may', '2014', 'dec'], ['2014', 'dec', '2015'], ['dec', '2015', 'project'], ['2015', 'project', 'lenm'], ['project', 'lenm', 'it'], ['lenm', 'it', 'ministry'], ['it', 'ministry', 'netherland'], ['ministry', 'netherland', 'project'], ['netherland', 'project', 'project'], ['project', 'project', 'dsp'], ['project', 'dsp', 'dsm'], ['dsp', 'dsm', 'sinochem'], ['dsm', 'sinochem', 'pharmaceuticals'], ['sinochem', 'pharmaceuticals', 'project'], ['pharmaceuticals', 'project', 'akzonobel'], ['project', 'akzonobel', 'akzonobel'], ['akzonobel', 'akzonobel', 'leading'], ['akzonobel', 'leading', 'global'], ['leading', 'global', 'paints'], ['global', 'paints', 'coatings'], ['paints', 'coatings', 'company'], ['coatings', 'company', 'major'], ['company', 'major', 'producer'], ['major', 'producer', 'specialty'], ['producer', 'specialty', 'chemicals'], ['specialty', 'chemicals', 'project'], ['chemicals', 'project', 'type'], ['project', 'type', 'support'], ['type', 'support', 'role'], ['support', 'role', 'abap'], ['role', 'abap', 'developer'], ['abap', 'developer', 'major'], ['developer', 'major', 'contribution'], ['major', 'contribution', 'modified'], ['contribution', 'modified', 'sap'], ['modified', 'sap', 'script'], ['sap', 'script', 'per'], ['script', 'per', 'requirement'], ['per', 'requirement', 'specified'], ['requirement', 'specified', 'modified'], ['specified', 'modified', 'invoice'], ['modified', 'invoice', 'smart'], ['invoice', 'smart', 'form'], ['smart', 'form', 'created'], ['form', 'created', 'custom'], ['created', 'custom', 'tables'], ['custom', 'tables', 'data'], ['tables', 'data', 'elements'], ['data', 'elements', 'structures'], ['education', 'details', 'may', '2013'], ['details', 'may', '2013', 'master'], ['may', '2013', 'master', 'computer'], ['2013', 'master', 'computer', 'application'], ['master', 'computer', 'application', 'mumbai'], ['computer', 'application', 'mumbai', 'maharashtra'], ['application', 'mumbai', 'maharashtra', 'imcost'], ['mumbai', 'maharashtra', 'imcost', 'college'], ['maharashtra', 'imcost', 'college', 'april'], ['imcost', 'college', 'april', '2010'], ['college', 'april', '2010', 'bsc'], ['april', '2010', 'bsc', 'computer'], ['2010', 'bsc', 'computer', 'science'], ['bsc', 'computer', 'science', 'mumbai'], ['computer', 'science', 'mumbai', 'maharashtra'], ['science', 'mumbai', 'maharashtra', 'v'], ['mumbai', 'maharashtra', 'v', 'k'], ['maharashtra', 'v', 'k', 'k'], ['v', 'k', 'k', 'menon'], ['k', 'k', 'menon', 'college'], ['k', 'menon', 'college', 'march'], ['menon', 'college', 'march', '2005'], ['college', 'march', '2005', 'springernature'], ['march', '2005', 'springernature', 'pune'], ['2005', 'springernature', 'pune', 'maharashtra'], ['springernature', 'pune', 'maharashtra', 's'], ['pune', 'maharashtra', 's', 'v'], ['maharashtra', 's', 'v', 'v'], ['s', 'v', 'v', 'm'], ['v', 'v', 'm', 'school'], ['v', 'm', 'school', 'abap'], ['m', 'school', 'abap', 'developer'], ['school', 'abap', 'developer', 'abap'], ['abap', 'developer', 'abap', 'developer'], ['developer', 'abap', 'developer', 'sap'], ['abap', 'developer', 'sap', 'exposure'], ['developer', 'sap', 'exposure', 'skill'], ['sap', 'exposure', 'skill', 'details'], ['exposure', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'sap'], ['details', 'company', 'sap', 'exposure'], ['company', 'sap', 'exposure', 'description'], ['sap', 'exposure', 'description', '1'], ['exposure', 'description', '1', 'organization'], ['description', '1', 'organization', 'springernature'], ['1', 'organization', 'springernature', 'duration'], ['organization', 'springernature', 'duration', 'mar'], ['springernature', 'duration', 'mar', '2017'], ['duration', 'mar', '2017', 'till'], ['mar', '2017', 'till', 'date'], ['2017', 'till', 'date', 'project'], ['till', 'date', 'project', 'support'], ['date', 'project', 'support', 'springer'], ['project', 'support', 'springer', 'nature'], ['support', 'springer', 'nature', 'project'], ['springer', 'nature', 'project', 'type'], ['nature', 'project', 'type', 'support'], ['project', 'type', 'support', 'role'], ['type', 'support', 'role', 'abap'], ['support', 'role', 'abap', 'developer'], ['role', 'abap', 'developer', 'major'], ['abap', 'developer', 'major', 'contribution'], ['developer', 'major', 'contribution', 'writing'], ['major', 'contribution', 'writing', 'new'], ['contribution', 'writing', 'new', 'reports'], ['writing', 'new', 'reports', 'modification'], ['new', 'reports', 'modification', 'existing'], ['reports', 'modification', 'existing', 'reports'], ['modification', 'existing', 'reports', 'worked'], ['existing', 'reports', 'worked', 'smartforms'], ['reports', 'worked', 'smartforms', 'standard'], ['worked', 'smartforms', 'standard', 'debugging'], ['smartforms', 'standard', 'debugging', 'issues'], ['standard', 'debugging', 'issues', 'for'], ['debugging', 'issues', 'for', 'unit'], ['issues', 'for', 'unit', 'testing'], ['for', 'unit', 'testing', 'created'], ['unit', 'testing', 'created', 'contracts'], ['testing', 'created', 'contracts', 'orders'], ['created', 'contracts', 'orders', 'invoices'], ['contracts', 'orders', 'invoices', 'tested'], ['orders', 'invoices', 'tested', 'individually'], ['invoices', 'tested', 'individually', 'company'], ['tested', 'individually', 'company', 'atos'], ['individually', 'company', 'atos', 'pvt'], ['company', 'atos', 'pvt', 'ltd'], ['atos', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'duration'], ['ltd', 'description', 'duration', 'may'], ['description', 'duration', 'may', '2014'], ['duration', 'may', '2014', 'dec'], ['may', '2014', 'dec', '2015'], ['2014', 'dec', '2015', 'project'], ['dec', '2015', 'project', 'lenm'], ['2015', 'project', 'lenm', 'it'], ['project', 'lenm', 'it', 'ministry'], ['lenm', 'it', 'ministry', 'netherland'], ['it', 'ministry', 'netherland', 'project'], ['ministry', 'netherland', 'project', 'project'], ['netherland', 'project', 'project', 'dsp'], ['project', 'project', 'dsp', 'dsm'], ['project', 'dsp', 'dsm', 'sinochem'], ['dsp', 'dsm', 'sinochem', 'pharmaceuticals'], ['dsm', 'sinochem', 'pharmaceuticals', 'project'], ['sinochem', 'pharmaceuticals', 'project', 'akzonobel'], ['pharmaceuticals', 'project', 'akzonobel', 'akzonobel'], ['project', 'akzonobel', 'akzonobel', 'leading'], ['akzonobel', 'akzonobel', 'leading', 'global'], ['akzonobel', 'leading', 'global', 'paints'], ['leading', 'global', 'paints', 'coatings'], ['global', 'paints', 'coatings', 'company'], ['paints', 'coatings', 'company', 'major'], ['coatings', 'company', 'major', 'producer'], ['company', 'major', 'producer', 'specialty'], ['major', 'producer', 'specialty', 'chemicals'], ['producer', 'specialty', 'chemicals', 'project'], ['specialty', 'chemicals', 'project', 'type'], ['chemicals', 'project', 'type', 'support'], ['project', 'type', 'support', 'role'], ['type', 'support', 'role', 'abap'], ['support', 'role', 'abap', 'developer'], ['role', 'abap', 'developer', 'major'], ['abap', 'developer', 'major', 'contribution'], ['developer', 'major', 'contribution', 'modified'], ['major', 'contribution', 'modified', 'sap'], ['contribution', 'modified', 'sap', 'script'], ['modified', 'sap', 'script', 'per'], ['sap', 'script', 'per', 'requirement'], ['script', 'per', 'requirement', 'specified'], ['per', 'requirement', 'specified', 'modified'], ['requirement', 'specified', 'modified', 'invoice'], ['specified', 'modified', 'invoice', 'smart'], ['modified', 'invoice', 'smart', 'form'], ['invoice', 'smart', 'form', 'created'], ['smart', 'form', 'created', 'custom'], ['form', 'created', 'custom', 'tables'], ['created', 'custom', 'tables', 'data'], ['custom', 'tables', 'data', 'elements'], ['tables', 'data', 'elements', 'structures'], ['education', 'details', 'may', '2013', 'master'], ['details', 'may', '2013', 'master', 'computer'], ['may', '2013', 'master', 'computer', 'application'], ['2013', 'master', 'computer', 'application', 'mumbai'], ['master', 'computer', 'application', 'mumbai', 'maharashtra'], ['computer', 'application', 'mumbai', 'maharashtra', 'imcost'], ['application', 'mumbai', 'maharashtra', 'imcost', 'college'], ['mumbai', 'maharashtra', 'imcost', 'college', 'april'], ['maharashtra', 'imcost', 'college', 'april', '2010'], ['imcost', 'college', 'april', '2010', 'bsc'], ['college', 'april', '2010', 'bsc', 'computer'], ['april', '2010', 'bsc', 'computer', 'science'], ['2010', 'bsc', 'computer', 'science', 'mumbai'], ['bsc', 'computer', 'science', 'mumbai', 'maharashtra'], ['computer', 'science', 'mumbai', 'maharashtra', 'v'], ['science', 'mumbai', 'maharashtra', 'v', 'k'], ['mumbai', 'maharashtra', 'v', 'k', 'k'], ['maharashtra', 'v', 'k', 'k', 'menon'], ['v', 'k', 'k', 'menon', 'college'], ['k', 'k', 'menon', 'college', 'march'], ['k', 'menon', 'college', 'march', '2005'], ['menon', 'college', 'march', '2005', 'springernature'], ['college', 'march', '2005', 'springernature', 'pune'], ['march', '2005', 'springernature', 'pune', 'maharashtra'], ['2005', 'springernature', 'pune', 'maharashtra', 's'], ['springernature', 'pune', 'maharashtra', 's', 'v'], ['pune', 'maharashtra', 's', 'v', 'v'], ['maharashtra', 's', 'v', 'v', 'm'], ['s', 'v', 'v', 'm', 'school'], ['v', 'v', 'm', 'school', 'abap'], ['v', 'm', 'school', 'abap', 'developer'], ['m', 'school', 'abap', 'developer', 'abap'], ['school', 'abap', 'developer', 'abap', 'developer'], ['abap', 'developer', 'abap', 'developer', 'sap'], ['developer', 'abap', 'developer', 'sap', 'exposure'], ['abap', 'developer', 'sap', 'exposure', 'skill'], ['developer', 'sap', 'exposure', 'skill', 'details'], ['sap', 'exposure', 'skill', 'details', 'company'], ['exposure', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'sap'], ['company', 'details', 'company', 'sap', 'exposure'], ['details', 'company', 'sap', 'exposure', 'description'], ['company', 'sap', 'exposure', 'description', '1'], ['sap', 'exposure', 'description', '1', 'organization'], ['exposure', 'description', '1', 'organization', 'springernature'], ['description', '1', 'organization', 'springernature', 'duration'], ['1', 'organization', 'springernature', 'duration', 'mar'], ['organization', 'springernature', 'duration', 'mar', '2017'], ['springernature', 'duration', 'mar', '2017', 'till'], ['duration', 'mar', '2017', 'till', 'date'], ['mar', '2017', 'till', 'date', 'project'], ['2017', 'till', 'date', 'project', 'support'], ['till', 'date', 'project', 'support', 'springer'], ['date', 'project', 'support', 'springer', 'nature'], ['project', 'support', 'springer', 'nature', 'project'], ['support', 'springer', 'nature', 'project', 'type'], ['springer', 'nature', 'project', 'type', 'support'], ['nature', 'project', 'type', 'support', 'role'], ['project', 'type', 'support', 'role', 'abap'], ['type', 'support', 'role', 'abap', 'developer'], ['support', 'role', 'abap', 'developer', 'major'], ['role', 'abap', 'developer', 'major', 'contribution'], ['abap', 'developer', 'major', 'contribution', 'writing'], ['developer', 'major', 'contribution', 'writing', 'new'], ['major', 'contribution', 'writing', 'new', 'reports'], ['contribution', 'writing', 'new', 'reports', 'modification'], ['writing', 'new', 'reports', 'modification', 'existing'], ['new', 'reports', 'modification', 'existing', 'reports'], ['reports', 'modification', 'existing', 'reports', 'worked'], ['modification', 'existing', 'reports', 'worked', 'smartforms'], ['existing', 'reports', 'worked', 'smartforms', 'standard'], ['reports', 'worked', 'smartforms', 'standard', 'debugging'], ['worked', 'smartforms', 'standard', 'debugging', 'issues'], ['smartforms', 'standard', 'debugging', 'issues', 'for'], ['standard', 'debugging', 'issues', 'for', 'unit'], ['debugging', 'issues', 'for', 'unit', 'testing'], ['issues', 'for', 'unit', 'testing', 'created'], ['for', 'unit', 'testing', 'created', 'contracts'], ['unit', 'testing', 'created', 'contracts', 'orders'], ['testing', 'created', 'contracts', 'orders', 'invoices'], ['created', 'contracts', 'orders', 'invoices', 'tested'], ['contracts', 'orders', 'invoices', 'tested', 'individually'], ['orders', 'invoices', 'tested', 'individually', 'company'], ['invoices', 'tested', 'individually', 'company', 'atos'], ['tested', 'individually', 'company', 'atos', 'pvt'], ['individually', 'company', 'atos', 'pvt', 'ltd'], ['company', 'atos', 'pvt', 'ltd', 'description'], ['atos', 'pvt', 'ltd', 'description', 'duration'], ['pvt', 'ltd', 'description', 'duration', 'may'], ['ltd', 'description', 'duration', 'may', '2014'], ['description', 'duration', 'may', '2014', 'dec'], ['duration', 'may', '2014', 'dec', '2015'], ['may', '2014', 'dec', '2015', 'project'], ['2014', 'dec', '2015', 'project', 'lenm'], ['dec', '2015', 'project', 'lenm', 'it'], ['2015', 'project', 'lenm', 'it', 'ministry'], ['project', 'lenm', 'it', 'ministry', 'netherland'], ['lenm', 'it', 'ministry', 'netherland', 'project'], ['it', 'ministry', 'netherland', 'project', 'project'], ['ministry', 'netherland', 'project', 'project', 'dsp'], ['netherland', 'project', 'project', 'dsp', 'dsm'], ['project', 'project', 'dsp', 'dsm', 'sinochem'], ['project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals'], ['dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project'], ['dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel'], ['sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel'], ['pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading'], ['project', 'akzonobel', 'akzonobel', 'leading', 'global'], ['akzonobel', 'akzonobel', 'leading', 'global', 'paints'], ['akzonobel', 'leading', 'global', 'paints', 'coatings'], ['leading', 'global', 'paints', 'coatings', 'company'], ['global', 'paints', 'coatings', 'company', 'major'], ['paints', 'coatings', 'company', 'major', 'producer'], ['coatings', 'company', 'major', 'producer', 'specialty'], ['company', 'major', 'producer', 'specialty', 'chemicals'], ['major', 'producer', 'specialty', 'chemicals', 'project'], ['producer', 'specialty', 'chemicals', 'project', 'type'], ['specialty', 'chemicals', 'project', 'type', 'support'], ['chemicals', 'project', 'type', 'support', 'role'], ['project', 'type', 'support', 'role', 'abap'], ['type', 'support', 'role', 'abap', 'developer'], ['support', 'role', 'abap', 'developer', 'major'], ['role', 'abap', 'developer', 'major', 'contribution'], ['abap', 'developer', 'major', 'contribution', 'modified'], ['developer', 'major', 'contribution', 'modified', 'sap'], ['major', 'contribution', 'modified', 'sap', 'script'], ['contribution', 'modified', 'sap', 'script', 'per'], ['modified', 'sap', 'script', 'per', 'requirement'], ['sap', 'script', 'per', 'requirement', 'specified'], ['script', 'per', 'requirement', 'specified', 'modified'], ['per', 'requirement', 'specified', 'modified', 'invoice'], ['requirement', 'specified', 'modified', 'invoice', 'smart'], ['specified', 'modified', 'invoice', 'smart', 'form'], ['modified', 'invoice', 'smart', 'form', 'created'], ['invoice', 'smart', 'form', 'created', 'custom'], ['smart', 'form', 'created', 'custom', 'tables'], ['form', 'created', 'custom', 'tables', 'data'], ['created', 'custom', 'tables', 'data', 'elements'], ['custom', 'tables', 'data', 'elements', 'structures'], ['education', 'details', 'may', '2013', 'master', 'computer'], ['details', 'may', '2013', 'master', 'computer', 'application'], ['may', '2013', 'master', 'computer', 'application', 'mumbai'], ['2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra'], ['master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost'], ['computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college'], ['application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april'], ['mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010'], ['maharashtra', 'imcost', 'college', 'april', '2010', 'bsc'], ['imcost', 'college', 'april', '2010', 'bsc', 'computer'], ['college', 'april', '2010', 'bsc', 'computer', 'science'], ['april', '2010', 'bsc', 'computer', 'science', 'mumbai'], ['2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra'], ['bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v'], ['computer', 'science', 'mumbai', 'maharashtra', 'v', 'k'], ['science', 'mumbai', 'maharashtra', 'v', 'k', 'k'], ['mumbai', 'maharashtra', 'v', 'k', 'k', 'menon'], ['maharashtra', 'v', 'k', 'k', 'menon', 'college'], ['v', 'k', 'k', 'menon', 'college', 'march'], ['k', 'k', 'menon', 'college', 'march', '2005'], ['k', 'menon', 'college', 'march', '2005', 'springernature'], ['menon', 'college', 'march', '2005', 'springernature', 'pune'], ['college', 'march', '2005', 'springernature', 'pune', 'maharashtra'], ['march', '2005', 'springernature', 'pune', 'maharashtra', 's'], ['2005', 'springernature', 'pune', 'maharashtra', 's', 'v'], ['springernature', 'pune', 'maharashtra', 's', 'v', 'v'], ['pune', 'maharashtra', 's', 'v', 'v', 'm'], ['maharashtra', 's', 'v', 'v', 'm', 'school'], ['s', 'v', 'v', 'm', 'school', 'abap'], ['v', 'v', 'm', 'school', 'abap', 'developer'], ['v', 'm', 'school', 'abap', 'developer', 'abap'], ['m', 'school', 'abap', 'developer', 'abap', 'developer'], ['school', 'abap', 'developer', 'abap', 'developer', 'sap'], ['abap', 'developer', 'abap', 'developer', 'sap', 'exposure'], ['developer', 'abap', 'developer', 'sap', 'exposure', 'skill'], ['abap', 'developer', 'sap', 'exposure', 'skill', 'details'], ['developer', 'sap', 'exposure', 'skill', 'details', 'company'], ['sap', 'exposure', 'skill', 'details', 'company', 'details'], ['exposure', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'sap'], ['details', 'company', 'details', 'company', 'sap', 'exposure'], ['company', 'details', 'company', 'sap', 'exposure', 'description'], ['details', 'company', 'sap', 'exposure', 'description', '1'], ['company', 'sap', 'exposure', 'description', '1', 'organization'], ['sap', 'exposure', 'description', '1', 'organization', 'springernature'], ['exposure', 'description', '1', 'organization', 'springernature', 'duration'], ['description', '1', 'organization', 'springernature', 'duration', 'mar'], ['1', 'organization', 'springernature', 'duration', 'mar', '2017'], ['organization', 'springernature', 'duration', 'mar', '2017', 'till'], ['springernature', 'duration', 'mar', '2017', 'till', 'date'], ['duration', 'mar', '2017', 'till', 'date', 'project'], ['mar', '2017', 'till', 'date', 'project', 'support'], ['2017', 'till', 'date', 'project', 'support', 'springer'], ['till', 'date', 'project', 'support', 'springer', 'nature'], ['date', 'project', 'support', 'springer', 'nature', 'project'], ['project', 'support', 'springer', 'nature', 'project', 'type'], ['support', 'springer', 'nature', 'project', 'type', 'support'], ['springer', 'nature', 'project', 'type', 'support', 'role'], ['nature', 'project', 'type', 'support', 'role', 'abap'], ['project', 'type', 'support', 'role', 'abap', 'developer'], ['type', 'support', 'role', 'abap', 'developer', 'major'], ['support', 'role', 'abap', 'developer', 'major', 'contribution'], ['role', 'abap', 'developer', 'major', 'contribution', 'writing'], ['abap', 'developer', 'major', 'contribution', 'writing', 'new'], ['developer', 'major', 'contribution', 'writing', 'new', 'reports'], ['major', 'contribution', 'writing', 'new', 'reports', 'modification'], ['contribution', 'writing', 'new', 'reports', 'modification', 'existing'], ['writing', 'new', 'reports', 'modification', 'existing', 'reports'], ['new', 'reports', 'modification', 'existing', 'reports', 'worked'], ['reports', 'modification', 'existing', 'reports', 'worked', 'smartforms'], ['modification', 'existing', 'reports', 'worked', 'smartforms', 'standard'], ['existing', 'reports', 'worked', 'smartforms', 'standard', 'debugging'], ['reports', 'worked', 'smartforms', 'standard', 'debugging', 'issues'], ['worked', 'smartforms', 'standard', 'debugging', 'issues', 'for'], ['smartforms', 'standard', 'debugging', 'issues', 'for', 'unit'], ['standard', 'debugging', 'issues', 'for', 'unit', 'testing'], ['debugging', 'issues', 'for', 'unit', 'testing', 'created'], ['issues', 'for', 'unit', 'testing', 'created', 'contracts'], ['for', 'unit', 'testing', 'created', 'contracts', 'orders'], ['unit', 'testing', 'created', 'contracts', 'orders', 'invoices'], ['testing', 'created', 'contracts', 'orders', 'invoices', 'tested'], ['created', 'contracts', 'orders', 'invoices', 'tested', 'individually'], ['contracts', 'orders', 'invoices', 'tested', 'individually', 'company'], ['orders', 'invoices', 'tested', 'individually', 'company', 'atos'], ['invoices', 'tested', 'individually', 'company', 'atos', 'pvt'], ['tested', 'individually', 'company', 'atos', 'pvt', 'ltd'], ['individually', 'company', 'atos', 'pvt', 'ltd', 'description'], ['company', 'atos', 'pvt', 'ltd', 'description', 'duration'], ['atos', 'pvt', 'ltd', 'description', 'duration', 'may'], ['pvt', 'ltd', 'description', 'duration', 'may', '2014'], ['ltd', 'description', 'duration', 'may', '2014', 'dec'], ['description', 'duration', 'may', '2014', 'dec', '2015'], ['duration', 'may', '2014', 'dec', '2015', 'project'], ['may', '2014', 'dec', '2015', 'project', 'lenm'], ['2014', 'dec', '2015', 'project', 'lenm', 'it'], ['dec', '2015', 'project', 'lenm', 'it', 'ministry'], ['2015', 'project', 'lenm', 'it', 'ministry', 'netherland'], ['project', 'lenm', 'it', 'ministry', 'netherland', 'project'], ['lenm', 'it', 'ministry', 'netherland', 'project', 'project'], ['it', 'ministry', 'netherland', 'project', 'project', 'dsp'], ['ministry', 'netherland', 'project', 'project', 'dsp', 'dsm'], ['netherland', 'project', 'project', 'dsp', 'dsm', 'sinochem'], ['project', 'project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals'], ['project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project'], ['dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel'], ['dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel'], ['sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading'], ['pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading', 'global'], ['project', 'akzonobel', 'akzonobel', 'leading', 'global', 'paints'], ['akzonobel', 'akzonobel', 'leading', 'global', 'paints', 'coatings'], ['akzonobel', 'leading', 'global', 'paints', 'coatings', 'company'], ['leading', 'global', 'paints', 'coatings', 'company', 'major'], ['global', 'paints', 'coatings', 'company', 'major', 'producer'], ['paints', 'coatings', 'company', 'major', 'producer', 'specialty'], ['coatings', 'company', 'major', 'producer', 'specialty', 'chemicals'], ['company', 'major', 'producer', 'specialty', 'chemicals', 'project'], ['major', 'producer', 'specialty', 'chemicals', 'project', 'type'], ['producer', 'specialty', 'chemicals', 'project', 'type', 'support'], ['specialty', 'chemicals', 'project', 'type', 'support', 'role'], ['chemicals', 'project', 'type', 'support', 'role', 'abap'], ['project', 'type', 'support', 'role', 'abap', 'developer'], ['type', 'support', 'role', 'abap', 'developer', 'major'], ['support', 'role', 'abap', 'developer', 'major', 'contribution'], ['role', 'abap', 'developer', 'major', 'contribution', 'modified'], ['abap', 'developer', 'major', 'contribution', 'modified', 'sap'], ['developer', 'major', 'contribution', 'modified', 'sap', 'script'], ['major', 'contribution', 'modified', 'sap', 'script', 'per'], ['contribution', 'modified', 'sap', 'script', 'per', 'requirement'], ['modified', 'sap', 'script', 'per', 'requirement', 'specified'], ['sap', 'script', 'per', 'requirement', 'specified', 'modified'], ['script', 'per', 'requirement', 'specified', 'modified', 'invoice'], ['per', 'requirement', 'specified', 'modified', 'invoice', 'smart'], ['requirement', 'specified', 'modified', 'invoice', 'smart', 'form'], ['specified', 'modified', 'invoice', 'smart', 'form', 'created'], ['modified', 'invoice', 'smart', 'form', 'created', 'custom'], ['invoice', 'smart', 'form', 'created', 'custom', 'tables'], ['smart', 'form', 'created', 'custom', 'tables', 'data'], ['form', 'created', 'custom', 'tables', 'data', 'elements'], ['created', 'custom', 'tables', 'data', 'elements', 'structures'], ['education', 'details', 'may', '2013', 'master', 'computer', 'application'], ['details', 'may', '2013', 'master', 'computer', 'application', 'mumbai'], ['may', '2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra'], ['2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost'], ['master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college'], ['computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april'], ['application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010'], ['mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010', 'bsc'], ['maharashtra', 'imcost', 'college', 'april', '2010', 'bsc', 'computer'], ['imcost', 'college', 'april', '2010', 'bsc', 'computer', 'science'], ['college', 'april', '2010', 'bsc', 'computer', 'science', 'mumbai'], ['april', '2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra'], ['2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v'], ['bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v', 'k'], ['computer', 'science', 'mumbai', 'maharashtra', 'v', 'k', 'k'], ['science', 'mumbai', 'maharashtra', 'v', 'k', 'k', 'menon'], ['mumbai', 'maharashtra', 'v', 'k', 'k', 'menon', 'college'], ['maharashtra', 'v', 'k', 'k', 'menon', 'college', 'march'], ['v', 'k', 'k', 'menon', 'college', 'march', '2005'], ['k', 'k', 'menon', 'college', 'march', '2005', 'springernature'], ['k', 'menon', 'college', 'march', '2005', 'springernature', 'pune'], ['menon', 'college', 'march', '2005', 'springernature', 'pune', 'maharashtra'], ['college', 'march', '2005', 'springernature', 'pune', 'maharashtra', 's'], ['march', '2005', 'springernature', 'pune', 'maharashtra', 's', 'v'], ['2005', 'springernature', 'pune', 'maharashtra', 's', 'v', 'v'], ['springernature', 'pune', 'maharashtra', 's', 'v', 'v', 'm'], ['pune', 'maharashtra', 's', 'v', 'v', 'm', 'school'], ['maharashtra', 's', 'v', 'v', 'm', 'school', 'abap'], ['s', 'v', 'v', 'm', 'school', 'abap', 'developer'], ['v', 'v', 'm', 'school', 'abap', 'developer', 'abap'], ['v', 'm', 'school', 'abap', 'developer', 'abap', 'developer'], ['m', 'school', 'abap', 'developer', 'abap', 'developer', 'sap'], ['school', 'abap', 'developer', 'abap', 'developer', 'sap', 'exposure'], ['abap', 'developer', 'abap', 'developer', 'sap', 'exposure', 'skill'], ['developer', 'abap', 'developer', 'sap', 'exposure', 'skill', 'details'], ['abap', 'developer', 'sap', 'exposure', 'skill', 'details', 'company'], ['developer', 'sap', 'exposure', 'skill', 'details', 'company', 'details'], ['sap', 'exposure', 'skill', 'details', 'company', 'details', 'company'], ['exposure', 'skill', 'details', 'company', 'details', 'company', 'sap'], ['skill', 'details', 'company', 'details', 'company', 'sap', 'exposure'], ['details', 'company', 'details', 'company', 'sap', 'exposure', 'description'], ['company', 'details', 'company', 'sap', 'exposure', 'description', '1'], ['details', 'company', 'sap', 'exposure', 'description', '1', 'organization'], ['company', 'sap', 'exposure', 'description', '1', 'organization', 'springernature'], ['sap', 'exposure', 'description', '1', 'organization', 'springernature', 'duration'], ['exposure', 'description', '1', 'organization', 'springernature', 'duration', 'mar'], ['description', '1', 'organization', 'springernature', 'duration', 'mar', '2017'], ['1', 'organization', 'springernature', 'duration', 'mar', '2017', 'till'], ['organization', 'springernature', 'duration', 'mar', '2017', 'till', 'date'], ['springernature', 'duration', 'mar', '2017', 'till', 'date', 'project'], ['duration', 'mar', '2017', 'till', 'date', 'project', 'support'], ['mar', '2017', 'till', 'date', 'project', 'support', 'springer'], ['2017', 'till', 'date', 'project', 'support', 'springer', 'nature'], ['till', 'date', 'project', 'support', 'springer', 'nature', 'project'], ['date', 'project', 'support', 'springer', 'nature', 'project', 'type'], ['project', 'support', 'springer', 'nature', 'project', 'type', 'support'], ['support', 'springer', 'nature', 'project', 'type', 'support', 'role'], ['springer', 'nature', 'project', 'type', 'support', 'role', 'abap'], ['nature', 'project', 'type', 'support', 'role', 'abap', 'developer'], ['project', 'type', 'support', 'role', 'abap', 'developer', 'major'], ['type', 'support', 'role', 'abap', 'developer', 'major', 'contribution'], ['support', 'role', 'abap', 'developer', 'major', 'contribution', 'writing'], ['role', 'abap', 'developer', 'major', 'contribution', 'writing', 'new'], ['abap', 'developer', 'major', 'contribution', 'writing', 'new', 'reports'], ['developer', 'major', 'contribution', 'writing', 'new', 'reports', 'modification'], ['major', 'contribution', 'writing', 'new', 'reports', 'modification', 'existing'], ['contribution', 'writing', 'new', 'reports', 'modification', 'existing', 'reports'], ['writing', 'new', 'reports', 'modification', 'existing', 'reports', 'worked'], ['new', 'reports', 'modification', 'existing', 'reports', 'worked', 'smartforms'], ['reports', 'modification', 'existing', 'reports', 'worked', 'smartforms', 'standard'], ['modification', 'existing', 'reports', 'worked', 'smartforms', 'standard', 'debugging'], ['existing', 'reports', 'worked', 'smartforms', 'standard', 'debugging', 'issues'], ['reports', 'worked', 'smartforms', 'standard', 'debugging', 'issues', 'for'], ['worked', 'smartforms', 'standard', 'debugging', 'issues', 'for', 'unit'], ['smartforms', 'standard', 'debugging', 'issues', 'for', 'unit', 'testing'], ['standard', 'debugging', 'issues', 'for', 'unit', 'testing', 'created'], ['debugging', 'issues', 'for', 'unit', 'testing', 'created', 'contracts'], ['issues', 'for', 'unit', 'testing', 'created', 'contracts', 'orders'], ['for', 'unit', 'testing', 'created', 'contracts', 'orders', 'invoices'], ['unit', 'testing', 'created', 'contracts', 'orders', 'invoices', 'tested'], ['testing', 'created', 'contracts', 'orders', 'invoices', 'tested', 'individually'], ['created', 'contracts', 'orders', 'invoices', 'tested', 'individually', 'company'], ['contracts', 'orders', 'invoices', 'tested', 'individually', 'company', 'atos'], ['orders', 'invoices', 'tested', 'individually', 'company', 'atos', 'pvt'], ['invoices', 'tested', 'individually', 'company', 'atos', 'pvt', 'ltd'], ['tested', 'individually', 'company', 'atos', 'pvt', 'ltd', 'description'], ['individually', 'company', 'atos', 'pvt', 'ltd', 'description', 'duration'], ['company', 'atos', 'pvt', 'ltd', 'description', 'duration', 'may'], ['atos', 'pvt', 'ltd', 'description', 'duration', 'may', '2014'], ['pvt', 'ltd', 'description', 'duration', 'may', '2014', 'dec'], ['ltd', 'description', 'duration', 'may', '2014', 'dec', '2015'], ['description', 'duration', 'may', '2014', 'dec', '2015', 'project'], ['duration', 'may', '2014', 'dec', '2015', 'project', 'lenm'], ['may', '2014', 'dec', '2015', 'project', 'lenm', 'it'], ['2014', 'dec', '2015', 'project', 'lenm', 'it', 'ministry'], ['dec', '2015', 'project', 'lenm', 'it', 'ministry', 'netherland'], ['2015', 'project', 'lenm', 'it', 'ministry', 'netherland', 'project'], ['project', 'lenm', 'it', 'ministry', 'netherland', 'project', 'project'], ['lenm', 'it', 'ministry', 'netherland', 'project', 'project', 'dsp'], ['it', 'ministry', 'netherland', 'project', 'project', 'dsp', 'dsm'], ['ministry', 'netherland', 'project', 'project', 'dsp', 'dsm', 'sinochem'], ['netherland', 'project', 'project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals'], ['project', 'project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project'], ['project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel'], ['dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel'], ['dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading'], ['sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading', 'global'], ['pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading', 'global', 'paints'], ['project', 'akzonobel', 'akzonobel', 'leading', 'global', 'paints', 'coatings'], ['akzonobel', 'akzonobel', 'leading', 'global', 'paints', 'coatings', 'company'], ['akzonobel', 'leading', 'global', 'paints', 'coatings', 'company', 'major'], ['leading', 'global', 'paints', 'coatings', 'company', 'major', 'producer'], ['global', 'paints', 'coatings', 'company', 'major', 'producer', 'specialty'], ['paints', 'coatings', 'company', 'major', 'producer', 'specialty', 'chemicals'], ['coatings', 'company', 'major', 'producer', 'specialty', 'chemicals', 'project'], ['company', 'major', 'producer', 'specialty', 'chemicals', 'project', 'type'], ['major', 'producer', 'specialty', 'chemicals', 'project', 'type', 'support'], ['producer', 'specialty', 'chemicals', 'project', 'type', 'support', 'role'], ['specialty', 'chemicals', 'project', 'type', 'support', 'role', 'abap'], ['chemicals', 'project', 'type', 'support', 'role', 'abap', 'developer'], ['project', 'type', 'support', 'role', 'abap', 'developer', 'major'], ['type', 'support', 'role', 'abap', 'developer', 'major', 'contribution'], ['support', 'role', 'abap', 'developer', 'major', 'contribution', 'modified'], ['role', 'abap', 'developer', 'major', 'contribution', 'modified', 'sap'], ['abap', 'developer', 'major', 'contribution', 'modified', 'sap', 'script'], ['developer', 'major', 'contribution', 'modified', 'sap', 'script', 'per'], ['major', 'contribution', 'modified', 'sap', 'script', 'per', 'requirement'], ['contribution', 'modified', 'sap', 'script', 'per', 'requirement', 'specified'], ['modified', 'sap', 'script', 'per', 'requirement', 'specified', 'modified'], ['sap', 'script', 'per', 'requirement', 'specified', 'modified', 'invoice'], ['script', 'per', 'requirement', 'specified', 'modified', 'invoice', 'smart'], ['per', 'requirement', 'specified', 'modified', 'invoice', 'smart', 'form'], ['requirement', 'specified', 'modified', 'invoice', 'smart', 'form', 'created'], ['specified', 'modified', 'invoice', 'smart', 'form', 'created', 'custom'], ['modified', 'invoice', 'smart', 'form', 'created', 'custom', 'tables'], ['invoice', 'smart', 'form', 'created', 'custom', 'tables', 'data'], ['smart', 'form', 'created', 'custom', 'tables', 'data', 'elements'], ['form', 'created', 'custom', 'tables', 'data', 'elements', 'structures'], ['education', 'details', 'may', '2013', 'master', 'computer', 'application', 'mumbai'], ['details', 'may', '2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra'], ['may', '2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost'], ['2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college'], ['master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april'], ['computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010'], ['application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010', 'bsc'], ['mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010', 'bsc', 'computer'], ['maharashtra', 'imcost', 'college', 'april', '2010', 'bsc', 'computer', 'science'], ['imcost', 'college', 'april', '2010', 'bsc', 'computer', 'science', 'mumbai'], ['college', 'april', '2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra'], ['april', '2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v'], ['2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v', 'k'], ...], [['education'], ['details'], ['january'], ['2016'], ['bachelor'], ['of'], ['engineering'], ['lean'], ['projects'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2013'], ['diploma'], ['computer'], ['engineering'], ['ratnagiri'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['technical'], ['education'], ['sap'], ['consultant'], ['sap'], ['consultant'], ['quick'], ['learner'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['quick'], ['learner'], ['description'], ['groomed'], ['skills'], ['microsoft'], ['excel'], ['job'], ['responsibilities'], ['working'], ['centralized'], ['sap'], ['security'], ['project'], ['includes'], ['user'], ['vba'], ['programming'], ['automation'], ['level'], ['authorizations'], ['including'], ['role'], ['creation'], ['changes'], ['compliance'], ['policy'], ['maintenance'], ['sap'], ['systems'], ['confidence'], ['positive'], ['attitude'], ['assisting'], ['users'], ['troubleshooting'], ['identifying'], ['authorization'], ['issues'], ['using'], ['su53'], ['trace'], ['analysis'], ['willingness'], ['learn'], ['work'], ['team'], ['working'], ['grc'], ['10'], ['x'], ['a'], ['ess'], ['control'], ['application'], ['component'], ['strong'], ['analytical'], ['thinking'], ['documentation'], ['design'], ['skills'], ['assisting'], ['defining'], ['scope'], ['project'], ['opportunities'], ['estimating'], ['efforts'], ['project'], ['timelines'], ['hands'], ['experience'], ['sap'], ['market'], ['place'], ['creating'], ['user'], ['adaptable'], ['new'], ['environment'], ['ability'], ['get'], ['along'], ['oss'], ['ids'], ['developer'], ['keys'], ['people'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'bachelor'], ['bachelor', 'of'], ['of', 'engineering'], ['engineering', 'lean'], ['lean', 'projects'], ['projects', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2013'], ['2013', 'diploma'], ['diploma', 'computer'], ['computer', 'engineering'], ['engineering', 'ratnagiri'], ['ratnagiri', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'technical'], ['technical', 'education'], ['education', 'sap'], ['sap', 'consultant'], ['consultant', 'sap'], ['sap', 'consultant'], ['consultant', 'quick'], ['quick', 'learner'], ['learner', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'quick'], ['quick', 'learner'], ['learner', 'description'], ['description', 'groomed'], ['groomed', 'skills'], ['skills', 'microsoft'], ['microsoft', 'excel'], ['excel', 'job'], ['job', 'responsibilities'], ['responsibilities', 'working'], ['working', 'centralized'], ['centralized', 'sap'], ['sap', 'security'], ['security', 'project'], ['project', 'includes'], ['includes', 'user'], ['user', 'vba'], ['vba', 'programming'], ['programming', 'automation'], ['automation', 'level'], ['level', 'authorizations'], ['authorizations', 'including'], ['including', 'role'], ['role', 'creation'], ['creation', 'changes'], ['changes', 'compliance'], ['compliance', 'policy'], ['policy', 'maintenance'], ['maintenance', 'sap'], ['sap', 'systems'], ['systems', 'confidence'], ['confidence', 'positive'], ['positive', 'attitude'], ['attitude', 'assisting'], ['assisting', 'users'], ['users', 'troubleshooting'], ['troubleshooting', 'identifying'], ['identifying', 'authorization'], ['authorization', 'issues'], ['issues', 'using'], ['using', 'su53'], ['su53', 'trace'], ['trace', 'analysis'], ['analysis', 'willingness'], ['willingness', 'learn'], ['learn', 'work'], ['work', 'team'], ['team', 'working'], ['working', 'grc'], ['grc', '10'], ['10', 'x'], ['x', 'a'], ['a', 'ess'], ['ess', 'control'], ['control', 'application'], ['application', 'component'], ['component', 'strong'], ['strong', 'analytical'], ['analytical', 'thinking'], ['thinking', 'documentation'], ['documentation', 'design'], ['design', 'skills'], ['skills', 'assisting'], ['assisting', 'defining'], ['defining', 'scope'], ['scope', 'project'], ['project', 'opportunities'], ['opportunities', 'estimating'], ['estimating', 'efforts'], ['efforts', 'project'], ['project', 'timelines'], ['timelines', 'hands'], ['hands', 'experience'], ['experience', 'sap'], ['sap', 'market'], ['market', 'place'], ['place', 'creating'], ['creating', 'user'], ['user', 'adaptable'], ['adaptable', 'new'], ['new', 'environment'], ['environment', 'ability'], ['ability', 'get'], ['get', 'along'], ['along', 'oss'], ['oss', 'ids'], ['ids', 'developer'], ['developer', 'keys'], ['keys', 'people'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'bachelor'], ['2016', 'bachelor', 'of'], ['bachelor', 'of', 'engineering'], ['of', 'engineering', 'lean'], ['engineering', 'lean', 'projects'], ['lean', 'projects', 'mumbai'], ['projects', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2013'], ['january', '2013', 'diploma'], ['2013', 'diploma', 'computer'], ['diploma', 'computer', 'engineering'], ['computer', 'engineering', 'ratnagiri'], ['engineering', 'ratnagiri', 'maharashtra'], ['ratnagiri', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'technical'], ['board', 'technical', 'education'], ['technical', 'education', 'sap'], ['education', 'sap', 'consultant'], ['sap', 'consultant', 'sap'], ['consultant', 'sap', 'consultant'], ['sap', 'consultant', 'quick'], ['consultant', 'quick', 'learner'], ['quick', 'learner', 'skill'], ['learner', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'quick'], ['company', 'quick', 'learner'], ['quick', 'learner', 'description'], ['learner', 'description', 'groomed'], ['description', 'groomed', 'skills'], ['groomed', 'skills', 'microsoft'], ['skills', 'microsoft', 'excel'], ['microsoft', 'excel', 'job'], ['excel', 'job', 'responsibilities'], ['job', 'responsibilities', 'working'], ['responsibilities', 'working', 'centralized'], ['working', 'centralized', 'sap'], ['centralized', 'sap', 'security'], ['sap', 'security', 'project'], ['security', 'project', 'includes'], ['project', 'includes', 'user'], ['includes', 'user', 'vba'], ['user', 'vba', 'programming'], ['vba', 'programming', 'automation'], ['programming', 'automation', 'level'], ['automation', 'level', 'authorizations'], ['level', 'authorizations', 'including'], ['authorizations', 'including', 'role'], ['including', 'role', 'creation'], ['role', 'creation', 'changes'], ['creation', 'changes', 'compliance'], ['changes', 'compliance', 'policy'], ['compliance', 'policy', 'maintenance'], ['policy', 'maintenance', 'sap'], ['maintenance', 'sap', 'systems'], ['sap', 'systems', 'confidence'], ['systems', 'confidence', 'positive'], ['confidence', 'positive', 'attitude'], ['positive', 'attitude', 'assisting'], ['attitude', 'assisting', 'users'], ['assisting', 'users', 'troubleshooting'], ['users', 'troubleshooting', 'identifying'], ['troubleshooting', 'identifying', 'authorization'], ['identifying', 'authorization', 'issues'], ['authorization', 'issues', 'using'], ['issues', 'using', 'su53'], ['using', 'su53', 'trace'], ['su53', 'trace', 'analysis'], ['trace', 'analysis', 'willingness'], ['analysis', 'willingness', 'learn'], ['willingness', 'learn', 'work'], ['learn', 'work', 'team'], ['work', 'team', 'working'], ['team', 'working', 'grc'], ['working', 'grc', '10'], ['grc', '10', 'x'], ['10', 'x', 'a'], ['x', 'a', 'ess'], ['a', 'ess', 'control'], ['ess', 'control', 'application'], ['control', 'application', 'component'], ['application', 'component', 'strong'], ['component', 'strong', 'analytical'], ['strong', 'analytical', 'thinking'], ['analytical', 'thinking', 'documentation'], ['thinking', 'documentation', 'design'], ['documentation', 'design', 'skills'], ['design', 'skills', 'assisting'], ['skills', 'assisting', 'defining'], ['assisting', 'defining', 'scope'], ['defining', 'scope', 'project'], ['scope', 'project', 'opportunities'], ['project', 'opportunities', 'estimating'], ['opportunities', 'estimating', 'efforts'], ['estimating', 'efforts', 'project'], ['efforts', 'project', 'timelines'], ['project', 'timelines', 'hands'], ['timelines', 'hands', 'experience'], ['hands', 'experience', 'sap'], ['experience', 'sap', 'market'], ['sap', 'market', 'place'], ['market', 'place', 'creating'], ['place', 'creating', 'user'], ['creating', 'user', 'adaptable'], ['user', 'adaptable', 'new'], ['adaptable', 'new', 'environment'], ['new', 'environment', 'ability'], ['environment', 'ability', 'get'], ['ability', 'get', 'along'], ['get', 'along', 'oss'], ['along', 'oss', 'ids'], ['oss', 'ids', 'developer'], ['ids', 'developer', 'keys'], ['developer', 'keys', 'people'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'bachelor'], ['january', '2016', 'bachelor', 'of'], ['2016', 'bachelor', 'of', 'engineering'], ['bachelor', 'of', 'engineering', 'lean'], ['of', 'engineering', 'lean', 'projects'], ['engineering', 'lean', 'projects', 'mumbai'], ['lean', 'projects', 'mumbai', 'maharashtra'], ['projects', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2013'], ['university', 'january', '2013', 'diploma'], ['january', '2013', 'diploma', 'computer'], ['2013', 'diploma', 'computer', 'engineering'], ['diploma', 'computer', 'engineering', 'ratnagiri'], ['computer', 'engineering', 'ratnagiri', 'maharashtra'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'technical'], ['state', 'board', 'technical', 'education'], ['board', 'technical', 'education', 'sap'], ['technical', 'education', 'sap', 'consultant'], ['education', 'sap', 'consultant', 'sap'], ['sap', 'consultant', 'sap', 'consultant'], ['consultant', 'sap', 'consultant', 'quick'], ['sap', 'consultant', 'quick', 'learner'], ['consultant', 'quick', 'learner', 'skill'], ['quick', 'learner', 'skill', 'details'], ['learner', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'quick'], ['details', 'company', 'quick', 'learner'], ['company', 'quick', 'learner', 'description'], ['quick', 'learner', 'description', 'groomed'], ['learner', 'description', 'groomed', 'skills'], ['description', 'groomed', 'skills', 'microsoft'], ['groomed', 'skills', 'microsoft', 'excel'], ['skills', 'microsoft', 'excel', 'job'], ['microsoft', 'excel', 'job', 'responsibilities'], ['excel', 'job', 'responsibilities', 'working'], ['job', 'responsibilities', 'working', 'centralized'], ['responsibilities', 'working', 'centralized', 'sap'], ['working', 'centralized', 'sap', 'security'], ['centralized', 'sap', 'security', 'project'], ['sap', 'security', 'project', 'includes'], ['security', 'project', 'includes', 'user'], ['project', 'includes', 'user', 'vba'], ['includes', 'user', 'vba', 'programming'], ['user', 'vba', 'programming', 'automation'], ['vba', 'programming', 'automation', 'level'], ['programming', 'automation', 'level', 'authorizations'], ['automation', 'level', 'authorizations', 'including'], ['level', 'authorizations', 'including', 'role'], ['authorizations', 'including', 'role', 'creation'], ['including', 'role', 'creation', 'changes'], ['role', 'creation', 'changes', 'compliance'], ['creation', 'changes', 'compliance', 'policy'], ['changes', 'compliance', 'policy', 'maintenance'], ['compliance', 'policy', 'maintenance', 'sap'], ['policy', 'maintenance', 'sap', 'systems'], ['maintenance', 'sap', 'systems', 'confidence'], ['sap', 'systems', 'confidence', 'positive'], ['systems', 'confidence', 'positive', 'attitude'], ['confidence', 'positive', 'attitude', 'assisting'], ['positive', 'attitude', 'assisting', 'users'], ['attitude', 'assisting', 'users', 'troubleshooting'], ['assisting', 'users', 'troubleshooting', 'identifying'], ['users', 'troubleshooting', 'identifying', 'authorization'], ['troubleshooting', 'identifying', 'authorization', 'issues'], ['identifying', 'authorization', 'issues', 'using'], ['authorization', 'issues', 'using', 'su53'], ['issues', 'using', 'su53', 'trace'], ['using', 'su53', 'trace', 'analysis'], ['su53', 'trace', 'analysis', 'willingness'], ['trace', 'analysis', 'willingness', 'learn'], ['analysis', 'willingness', 'learn', 'work'], ['willingness', 'learn', 'work', 'team'], ['learn', 'work', 'team', 'working'], ['work', 'team', 'working', 'grc'], ['team', 'working', 'grc', '10'], ['working', 'grc', '10', 'x'], ['grc', '10', 'x', 'a'], ['10', 'x', 'a', 'ess'], ['x', 'a', 'ess', 'control'], ['a', 'ess', 'control', 'application'], ['ess', 'control', 'application', 'component'], ['control', 'application', 'component', 'strong'], ['application', 'component', 'strong', 'analytical'], ['component', 'strong', 'analytical', 'thinking'], ['strong', 'analytical', 'thinking', 'documentation'], ['analytical', 'thinking', 'documentation', 'design'], ['thinking', 'documentation', 'design', 'skills'], ['documentation', 'design', 'skills', 'assisting'], ['design', 'skills', 'assisting', 'defining'], ['skills', 'assisting', 'defining', 'scope'], ['assisting', 'defining', 'scope', 'project'], ['defining', 'scope', 'project', 'opportunities'], ['scope', 'project', 'opportunities', 'estimating'], ['project', 'opportunities', 'estimating', 'efforts'], ['opportunities', 'estimating', 'efforts', 'project'], ['estimating', 'efforts', 'project', 'timelines'], ['efforts', 'project', 'timelines', 'hands'], ['project', 'timelines', 'hands', 'experience'], ['timelines', 'hands', 'experience', 'sap'], ['hands', 'experience', 'sap', 'market'], ['experience', 'sap', 'market', 'place'], ['sap', 'market', 'place', 'creating'], ['market', 'place', 'creating', 'user'], ['place', 'creating', 'user', 'adaptable'], ['creating', 'user', 'adaptable', 'new'], ['user', 'adaptable', 'new', 'environment'], ['adaptable', 'new', 'environment', 'ability'], ['new', 'environment', 'ability', 'get'], ['environment', 'ability', 'get', 'along'], ['ability', 'get', 'along', 'oss'], ['get', 'along', 'oss', 'ids'], ['along', 'oss', 'ids', 'developer'], ['oss', 'ids', 'developer', 'keys'], ['ids', 'developer', 'keys', 'people'], ['education', 'details', 'january', '2016', 'bachelor'], ['details', 'january', '2016', 'bachelor', 'of'], ['january', '2016', 'bachelor', 'of', 'engineering'], ['2016', 'bachelor', 'of', 'engineering', 'lean'], ['bachelor', 'of', 'engineering', 'lean', 'projects'], ['of', 'engineering', 'lean', 'projects', 'mumbai'], ['engineering', 'lean', 'projects', 'mumbai', 'maharashtra'], ['lean', 'projects', 'mumbai', 'maharashtra', 'mumbai'], ['projects', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['maharashtra', 'mumbai', 'university', 'january', '2013'], ['mumbai', 'university', 'january', '2013', 'diploma'], ['university', 'january', '2013', 'diploma', 'computer'], ['january', '2013', 'diploma', 'computer', 'engineering'], ['2013', 'diploma', 'computer', 'engineering', 'ratnagiri'], ['diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra'], ['computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'maharashtra', 'state', 'board', 'technical'], ['maharashtra', 'state', 'board', 'technical', 'education'], ['state', 'board', 'technical', 'education', 'sap'], ['board', 'technical', 'education', 'sap', 'consultant'], ['technical', 'education', 'sap', 'consultant', 'sap'], ['education', 'sap', 'consultant', 'sap', 'consultant'], ['sap', 'consultant', 'sap', 'consultant', 'quick'], ['consultant', 'sap', 'consultant', 'quick', 'learner'], ['sap', 'consultant', 'quick', 'learner', 'skill'], ['consultant', 'quick', 'learner', 'skill', 'details'], ['quick', 'learner', 'skill', 'details', 'company'], ['learner', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'quick'], ['company', 'details', 'company', 'quick', 'learner'], ['details', 'company', 'quick', 'learner', 'description'], ['company', 'quick', 'learner', 'description', 'groomed'], ['quick', 'learner', 'description', 'groomed', 'skills'], ['learner', 'description', 'groomed', 'skills', 'microsoft'], ['description', 'groomed', 'skills', 'microsoft', 'excel'], ['groomed', 'skills', 'microsoft', 'excel', 'job'], ['skills', 'microsoft', 'excel', 'job', 'responsibilities'], ['microsoft', 'excel', 'job', 'responsibilities', 'working'], ['excel', 'job', 'responsibilities', 'working', 'centralized'], ['job', 'responsibilities', 'working', 'centralized', 'sap'], ['responsibilities', 'working', 'centralized', 'sap', 'security'], ['working', 'centralized', 'sap', 'security', 'project'], ['centralized', 'sap', 'security', 'project', 'includes'], ['sap', 'security', 'project', 'includes', 'user'], ['security', 'project', 'includes', 'user', 'vba'], ['project', 'includes', 'user', 'vba', 'programming'], ['includes', 'user', 'vba', 'programming', 'automation'], ['user', 'vba', 'programming', 'automation', 'level'], ['vba', 'programming', 'automation', 'level', 'authorizations'], ['programming', 'automation', 'level', 'authorizations', 'including'], ['automation', 'level', 'authorizations', 'including', 'role'], ['level', 'authorizations', 'including', 'role', 'creation'], ['authorizations', 'including', 'role', 'creation', 'changes'], ['including', 'role', 'creation', 'changes', 'compliance'], ['role', 'creation', 'changes', 'compliance', 'policy'], ['creation', 'changes', 'compliance', 'policy', 'maintenance'], ['changes', 'compliance', 'policy', 'maintenance', 'sap'], ['compliance', 'policy', 'maintenance', 'sap', 'systems'], ['policy', 'maintenance', 'sap', 'systems', 'confidence'], ['maintenance', 'sap', 'systems', 'confidence', 'positive'], ['sap', 'systems', 'confidence', 'positive', 'attitude'], ['systems', 'confidence', 'positive', 'attitude', 'assisting'], ['confidence', 'positive', 'attitude', 'assisting', 'users'], ['positive', 'attitude', 'assisting', 'users', 'troubleshooting'], ['attitude', 'assisting', 'users', 'troubleshooting', 'identifying'], ['assisting', 'users', 'troubleshooting', 'identifying', 'authorization'], ['users', 'troubleshooting', 'identifying', 'authorization', 'issues'], ['troubleshooting', 'identifying', 'authorization', 'issues', 'using'], ['identifying', 'authorization', 'issues', 'using', 'su53'], ['authorization', 'issues', 'using', 'su53', 'trace'], ['issues', 'using', 'su53', 'trace', 'analysis'], ['using', 'su53', 'trace', 'analysis', 'willingness'], ['su53', 'trace', 'analysis', 'willingness', 'learn'], ['trace', 'analysis', 'willingness', 'learn', 'work'], ['analysis', 'willingness', 'learn', 'work', 'team'], ['willingness', 'learn', 'work', 'team', 'working'], ['learn', 'work', 'team', 'working', 'grc'], ['work', 'team', 'working', 'grc', '10'], ['team', 'working', 'grc', '10', 'x'], ['working', 'grc', '10', 'x', 'a'], ['grc', '10', 'x', 'a', 'ess'], ['10', 'x', 'a', 'ess', 'control'], ['x', 'a', 'ess', 'control', 'application'], ['a', 'ess', 'control', 'application', 'component'], ['ess', 'control', 'application', 'component', 'strong'], ['control', 'application', 'component', 'strong', 'analytical'], ['application', 'component', 'strong', 'analytical', 'thinking'], ['component', 'strong', 'analytical', 'thinking', 'documentation'], ['strong', 'analytical', 'thinking', 'documentation', 'design'], ['analytical', 'thinking', 'documentation', 'design', 'skills'], ['thinking', 'documentation', 'design', 'skills', 'assisting'], ['documentation', 'design', 'skills', 'assisting', 'defining'], ['design', 'skills', 'assisting', 'defining', 'scope'], ['skills', 'assisting', 'defining', 'scope', 'project'], ['assisting', 'defining', 'scope', 'project', 'opportunities'], ['defining', 'scope', 'project', 'opportunities', 'estimating'], ['scope', 'project', 'opportunities', 'estimating', 'efforts'], ['project', 'opportunities', 'estimating', 'efforts', 'project'], ['opportunities', 'estimating', 'efforts', 'project', 'timelines'], ['estimating', 'efforts', 'project', 'timelines', 'hands'], ['efforts', 'project', 'timelines', 'hands', 'experience'], ['project', 'timelines', 'hands', 'experience', 'sap'], ['timelines', 'hands', 'experience', 'sap', 'market'], ['hands', 'experience', 'sap', 'market', 'place'], ['experience', 'sap', 'market', 'place', 'creating'], ['sap', 'market', 'place', 'creating', 'user'], ['market', 'place', 'creating', 'user', 'adaptable'], ['place', 'creating', 'user', 'adaptable', 'new'], ['creating', 'user', 'adaptable', 'new', 'environment'], ['user', 'adaptable', 'new', 'environment', 'ability'], ['adaptable', 'new', 'environment', 'ability', 'get'], ['new', 'environment', 'ability', 'get', 'along'], ['environment', 'ability', 'get', 'along', 'oss'], ['ability', 'get', 'along', 'oss', 'ids'], ['get', 'along', 'oss', 'ids', 'developer'], ['along', 'oss', 'ids', 'developer', 'keys'], ['oss', 'ids', 'developer', 'keys', 'people'], ['education', 'details', 'january', '2016', 'bachelor', 'of'], ['details', 'january', '2016', 'bachelor', 'of', 'engineering'], ['january', '2016', 'bachelor', 'of', 'engineering', 'lean'], ['2016', 'bachelor', 'of', 'engineering', 'lean', 'projects'], ['bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai'], ['of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra'], ['engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai'], ['lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013'], ['maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma'], ['mumbai', 'university', 'january', '2013', 'diploma', 'computer'], ['university', 'january', '2013', 'diploma', 'computer', 'engineering'], ['january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri'], ['2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra'], ['diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical'], ['maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education'], ['maharashtra', 'state', 'board', 'technical', 'education', 'sap'], ['state', 'board', 'technical', 'education', 'sap', 'consultant'], ['board', 'technical', 'education', 'sap', 'consultant', 'sap'], ['technical', 'education', 'sap', 'consultant', 'sap', 'consultant'], ['education', 'sap', 'consultant', 'sap', 'consultant', 'quick'], ['sap', 'consultant', 'sap', 'consultant', 'quick', 'learner'], ['consultant', 'sap', 'consultant', 'quick', 'learner', 'skill'], ['sap', 'consultant', 'quick', 'learner', 'skill', 'details'], ['consultant', 'quick', 'learner', 'skill', 'details', 'company'], ['quick', 'learner', 'skill', 'details', 'company', 'details'], ['learner', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'quick'], ['details', 'company', 'details', 'company', 'quick', 'learner'], ['company', 'details', 'company', 'quick', 'learner', 'description'], ['details', 'company', 'quick', 'learner', 'description', 'groomed'], ['company', 'quick', 'learner', 'description', 'groomed', 'skills'], ['quick', 'learner', 'description', 'groomed', 'skills', 'microsoft'], ['learner', 'description', 'groomed', 'skills', 'microsoft', 'excel'], ['description', 'groomed', 'skills', 'microsoft', 'excel', 'job'], ['groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities'], ['skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working'], ['microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized'], ['excel', 'job', 'responsibilities', 'working', 'centralized', 'sap'], ['job', 'responsibilities', 'working', 'centralized', 'sap', 'security'], ['responsibilities', 'working', 'centralized', 'sap', 'security', 'project'], ['working', 'centralized', 'sap', 'security', 'project', 'includes'], ['centralized', 'sap', 'security', 'project', 'includes', 'user'], ['sap', 'security', 'project', 'includes', 'user', 'vba'], ['security', 'project', 'includes', 'user', 'vba', 'programming'], ['project', 'includes', 'user', 'vba', 'programming', 'automation'], ['includes', 'user', 'vba', 'programming', 'automation', 'level'], ['user', 'vba', 'programming', 'automation', 'level', 'authorizations'], ['vba', 'programming', 'automation', 'level', 'authorizations', 'including'], ['programming', 'automation', 'level', 'authorizations', 'including', 'role'], ['automation', 'level', 'authorizations', 'including', 'role', 'creation'], ['level', 'authorizations', 'including', 'role', 'creation', 'changes'], ['authorizations', 'including', 'role', 'creation', 'changes', 'compliance'], ['including', 'role', 'creation', 'changes', 'compliance', 'policy'], ['role', 'creation', 'changes', 'compliance', 'policy', 'maintenance'], ['creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap'], ['changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems'], ['compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence'], ['policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive'], ['maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude'], ['sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting'], ['systems', 'confidence', 'positive', 'attitude', 'assisting', 'users'], ['confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting'], ['positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying'], ['attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization'], ['assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues'], ['users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using'], ['troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53'], ['identifying', 'authorization', 'issues', 'using', 'su53', 'trace'], ['authorization', 'issues', 'using', 'su53', 'trace', 'analysis'], ['issues', 'using', 'su53', 'trace', 'analysis', 'willingness'], ['using', 'su53', 'trace', 'analysis', 'willingness', 'learn'], ['su53', 'trace', 'analysis', 'willingness', 'learn', 'work'], ['trace', 'analysis', 'willingness', 'learn', 'work', 'team'], ['analysis', 'willingness', 'learn', 'work', 'team', 'working'], ['willingness', 'learn', 'work', 'team', 'working', 'grc'], ['learn', 'work', 'team', 'working', 'grc', '10'], ['work', 'team', 'working', 'grc', '10', 'x'], ['team', 'working', 'grc', '10', 'x', 'a'], ['working', 'grc', '10', 'x', 'a', 'ess'], ['grc', '10', 'x', 'a', 'ess', 'control'], ['10', 'x', 'a', 'ess', 'control', 'application'], ['x', 'a', 'ess', 'control', 'application', 'component'], ['a', 'ess', 'control', 'application', 'component', 'strong'], ['ess', 'control', 'application', 'component', 'strong', 'analytical'], ['control', 'application', 'component', 'strong', 'analytical', 'thinking'], ['application', 'component', 'strong', 'analytical', 'thinking', 'documentation'], ['component', 'strong', 'analytical', 'thinking', 'documentation', 'design'], ['strong', 'analytical', 'thinking', 'documentation', 'design', 'skills'], ['analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting'], ['thinking', 'documentation', 'design', 'skills', 'assisting', 'defining'], ['documentation', 'design', 'skills', 'assisting', 'defining', 'scope'], ['design', 'skills', 'assisting', 'defining', 'scope', 'project'], ['skills', 'assisting', 'defining', 'scope', 'project', 'opportunities'], ['assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating'], ['defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts'], ['scope', 'project', 'opportunities', 'estimating', 'efforts', 'project'], ['project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines'], ['opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands'], ['estimating', 'efforts', 'project', 'timelines', 'hands', 'experience'], ['efforts', 'project', 'timelines', 'hands', 'experience', 'sap'], ['project', 'timelines', 'hands', 'experience', 'sap', 'market'], ['timelines', 'hands', 'experience', 'sap', 'market', 'place'], ['hands', 'experience', 'sap', 'market', 'place', 'creating'], ['experience', 'sap', 'market', 'place', 'creating', 'user'], ['sap', 'market', 'place', 'creating', 'user', 'adaptable'], ['market', 'place', 'creating', 'user', 'adaptable', 'new'], ['place', 'creating', 'user', 'adaptable', 'new', 'environment'], ['creating', 'user', 'adaptable', 'new', 'environment', 'ability'], ['user', 'adaptable', 'new', 'environment', 'ability', 'get'], ['adaptable', 'new', 'environment', 'ability', 'get', 'along'], ['new', 'environment', 'ability', 'get', 'along', 'oss'], ['environment', 'ability', 'get', 'along', 'oss', 'ids'], ['ability', 'get', 'along', 'oss', 'ids', 'developer'], ['get', 'along', 'oss', 'ids', 'developer', 'keys'], ['along', 'oss', 'ids', 'developer', 'keys', 'people'], ['education', 'details', 'january', '2016', 'bachelor', 'of', 'engineering'], ['details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean'], ['january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects'], ['2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai'], ['bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra'], ['of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai'], ['engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma'], ['maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer'], ['mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering'], ['university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri'], ['january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra'], ['2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education'], ['maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap'], ['maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant'], ['state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap'], ['board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant'], ['technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick'], ['education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner'], ['sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill'], ['consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details'], ['sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company'], ['consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details'], ['quick', 'learner', 'skill', 'details', 'company', 'details', 'company'], ['learner', 'skill', 'details', 'company', 'details', 'company', 'quick'], ['skill', 'details', 'company', 'details', 'company', 'quick', 'learner'], ['details', 'company', 'details', 'company', 'quick', 'learner', 'description'], ['company', 'details', 'company', 'quick', 'learner', 'description', 'groomed'], ['details', 'company', 'quick', 'learner', 'description', 'groomed', 'skills'], ['company', 'quick', 'learner', 'description', 'groomed', 'skills', 'microsoft'], ['quick', 'learner', 'description', 'groomed', 'skills', 'microsoft', 'excel'], ['learner', 'description', 'groomed', 'skills', 'microsoft', 'excel', 'job'], ['description', 'groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities'], ['groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working'], ['skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized'], ['microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized', 'sap'], ['excel', 'job', 'responsibilities', 'working', 'centralized', 'sap', 'security'], ['job', 'responsibilities', 'working', 'centralized', 'sap', 'security', 'project'], ['responsibilities', 'working', 'centralized', 'sap', 'security', 'project', 'includes'], ['working', 'centralized', 'sap', 'security', 'project', 'includes', 'user'], ['centralized', 'sap', 'security', 'project', 'includes', 'user', 'vba'], ['sap', 'security', 'project', 'includes', 'user', 'vba', 'programming'], ['security', 'project', 'includes', 'user', 'vba', 'programming', 'automation'], ['project', 'includes', 'user', 'vba', 'programming', 'automation', 'level'], ['includes', 'user', 'vba', 'programming', 'automation', 'level', 'authorizations'], ['user', 'vba', 'programming', 'automation', 'level', 'authorizations', 'including'], ['vba', 'programming', 'automation', 'level', 'authorizations', 'including', 'role'], ['programming', 'automation', 'level', 'authorizations', 'including', 'role', 'creation'], ['automation', 'level', 'authorizations', 'including', 'role', 'creation', 'changes'], ['level', 'authorizations', 'including', 'role', 'creation', 'changes', 'compliance'], ['authorizations', 'including', 'role', 'creation', 'changes', 'compliance', 'policy'], ['including', 'role', 'creation', 'changes', 'compliance', 'policy', 'maintenance'], ['role', 'creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap'], ['creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems'], ['changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence'], ['compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive'], ['policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude'], ['maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting'], ['sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting', 'users'], ['systems', 'confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting'], ['confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying'], ['positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization'], ['attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues'], ['assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using'], ['users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53'], ['troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53', 'trace'], ['identifying', 'authorization', 'issues', 'using', 'su53', 'trace', 'analysis'], ['authorization', 'issues', 'using', 'su53', 'trace', 'analysis', 'willingness'], ['issues', 'using', 'su53', 'trace', 'analysis', 'willingness', 'learn'], ['using', 'su53', 'trace', 'analysis', 'willingness', 'learn', 'work'], ['su53', 'trace', 'analysis', 'willingness', 'learn', 'work', 'team'], ['trace', 'analysis', 'willingness', 'learn', 'work', 'team', 'working'], ['analysis', 'willingness', 'learn', 'work', 'team', 'working', 'grc'], ['willingness', 'learn', 'work', 'team', 'working', 'grc', '10'], ['learn', 'work', 'team', 'working', 'grc', '10', 'x'], ['work', 'team', 'working', 'grc', '10', 'x', 'a'], ['team', 'working', 'grc', '10', 'x', 'a', 'ess'], ['working', 'grc', '10', 'x', 'a', 'ess', 'control'], ['grc', '10', 'x', 'a', 'ess', 'control', 'application'], ['10', 'x', 'a', 'ess', 'control', 'application', 'component'], ['x', 'a', 'ess', 'control', 'application', 'component', 'strong'], ['a', 'ess', 'control', 'application', 'component', 'strong', 'analytical'], ['ess', 'control', 'application', 'component', 'strong', 'analytical', 'thinking'], ['control', 'application', 'component', 'strong', 'analytical', 'thinking', 'documentation'], ['application', 'component', 'strong', 'analytical', 'thinking', 'documentation', 'design'], ['component', 'strong', 'analytical', 'thinking', 'documentation', 'design', 'skills'], ['strong', 'analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting'], ['analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting', 'defining'], ['thinking', 'documentation', 'design', 'skills', 'assisting', 'defining', 'scope'], ['documentation', 'design', 'skills', 'assisting', 'defining', 'scope', 'project'], ['design', 'skills', 'assisting', 'defining', 'scope', 'project', 'opportunities'], ['skills', 'assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating'], ['assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts'], ['defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts', 'project'], ['scope', 'project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines'], ['project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands'], ['opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands', 'experience'], ['estimating', 'efforts', 'project', 'timelines', 'hands', 'experience', 'sap'], ['efforts', 'project', 'timelines', 'hands', 'experience', 'sap', 'market'], ['project', 'timelines', 'hands', 'experience', 'sap', 'market', 'place'], ['timelines', 'hands', 'experience', 'sap', 'market', 'place', 'creating'], ['hands', 'experience', 'sap', 'market', 'place', 'creating', 'user'], ['experience', 'sap', 'market', 'place', 'creating', 'user', 'adaptable'], ['sap', 'market', 'place', 'creating', 'user', 'adaptable', 'new'], ['market', 'place', 'creating', 'user', 'adaptable', 'new', 'environment'], ['place', 'creating', 'user', 'adaptable', 'new', 'environment', 'ability'], ['creating', 'user', 'adaptable', 'new', 'environment', 'ability', 'get'], ['user', 'adaptable', 'new', 'environment', 'ability', 'get', 'along'], ['adaptable', 'new', 'environment', 'ability', 'get', 'along', 'oss'], ['new', 'environment', 'ability', 'get', 'along', 'oss', 'ids'], ['environment', 'ability', 'get', 'along', 'oss', 'ids', 'developer'], ['ability', 'get', 'along', 'oss', 'ids', 'developer', 'keys'], ['get', 'along', 'oss', 'ids', 'developer', 'keys', 'people'], ['education', 'details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean'], ['details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects'], ['january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai'], ['2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra'], ['bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai'], ['of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013'], ['projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer'], ['maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering'], ['mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri'], ['university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra'], ['january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board'], ['computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap'], ['maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant'], ['maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap'], ['state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant'], ['board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick'], ['technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner'], ['education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill'], ['sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details'], ['consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company'], ['sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details'], ['consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details', 'company'], ['quick', 'learner', 'skill', 'details', 'company', 'details', 'company', 'quick'], ['learner', 'skill', 'details', 'company', 'details', 'company', 'quick', 'learner'], ['skill', 'details', 'company', 'details', 'company', 'quick', 'learner', 'description'], ['details', 'company', 'details', 'company', 'quick', 'learner', 'description', 'groomed'], ['company', 'details', 'company', 'quick', 'learner', 'description', 'groomed', 'skills'], ['details', 'company', 'quick', 'learner', 'description', 'groomed', 'skills', 'microsoft'], ['company', 'quick', 'learner', 'description', 'groomed', 'skills', 'microsoft', 'excel'], ['quick', 'learner', 'description', 'groomed', 'skills', 'microsoft', 'excel', 'job'], ['learner', 'description', 'groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities'], ['description', 'groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working'], ['groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized'], ['skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized', 'sap'], ['microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized', 'sap', 'security'], ['excel', 'job', 'responsibilities', 'working', 'centralized', 'sap', 'security', 'project'], ['job', 'responsibilities', 'working', 'centralized', 'sap', 'security', 'project', 'includes'], ['responsibilities', 'working', 'centralized', 'sap', 'security', 'project', 'includes', 'user'], ['working', 'centralized', 'sap', 'security', 'project', 'includes', 'user', 'vba'], ['centralized', 'sap', 'security', 'project', 'includes', 'user', 'vba', 'programming'], ['sap', 'security', 'project', 'includes', 'user', 'vba', 'programming', 'automation'], ['security', 'project', 'includes', 'user', 'vba', 'programming', 'automation', 'level'], ['project', 'includes', 'user', 'vba', 'programming', 'automation', 'level', 'authorizations'], ['includes', 'user', 'vba', 'programming', 'automation', 'level', 'authorizations', 'including'], ['user', 'vba', 'programming', 'automation', 'level', 'authorizations', 'including', 'role'], ['vba', 'programming', 'automation', 'level', 'authorizations', 'including', 'role', 'creation'], ['programming', 'automation', 'level', 'authorizations', 'including', 'role', 'creation', 'changes'], ['automation', 'level', 'authorizations', 'including', 'role', 'creation', 'changes', 'compliance'], ['level', 'authorizations', 'including', 'role', 'creation', 'changes', 'compliance', 'policy'], ['authorizations', 'including', 'role', 'creation', 'changes', 'compliance', 'policy', 'maintenance'], ['including', 'role', 'creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap'], ['role', 'creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems'], ['creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence'], ['changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive'], ['compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude'], ['policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting'], ['maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting', 'users'], ['sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting'], ['systems', 'confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying'], ['confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization'], ['positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues'], ['attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using'], ['assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53'], ['users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53', 'trace'], ['troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53', 'trace', 'analysis'], ['identifying', 'authorization', 'issues', 'using', 'su53', 'trace', 'analysis', 'willingness'], ['authorization', 'issues', 'using', 'su53', 'trace', 'analysis', 'willingness', 'learn'], ['issues', 'using', 'su53', 'trace', 'analysis', 'willingness', 'learn', 'work'], ['using', 'su53', 'trace', 'analysis', 'willingness', 'learn', 'work', 'team'], ['su53', 'trace', 'analysis', 'willingness', 'learn', 'work', 'team', 'working'], ['trace', 'analysis', 'willingness', 'learn', 'work', 'team', 'working', 'grc'], ['analysis', 'willingness', 'learn', 'work', 'team', 'working', 'grc', '10'], ['willingness', 'learn', 'work', 'team', 'working', 'grc', '10', 'x'], ['learn', 'work', 'team', 'working', 'grc', '10', 'x', 'a'], ['work', 'team', 'working', 'grc', '10', 'x', 'a', 'ess'], ['team', 'working', 'grc', '10', 'x', 'a', 'ess', 'control'], ['working', 'grc', '10', 'x', 'a', 'ess', 'control', 'application'], ['grc', '10', 'x', 'a', 'ess', 'control', 'application', 'component'], ['10', 'x', 'a', 'ess', 'control', 'application', 'component', 'strong'], ['x', 'a', 'ess', 'control', 'application', 'component', 'strong', 'analytical'], ['a', 'ess', 'control', 'application', 'component', 'strong', 'analytical', 'thinking'], ['ess', 'control', 'application', 'component', 'strong', 'analytical', 'thinking', 'documentation'], ['control', 'application', 'component', 'strong', 'analytical', 'thinking', 'documentation', 'design'], ['application', 'component', 'strong', 'analytical', 'thinking', 'documentation', 'design', 'skills'], ['component', 'strong', 'analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting'], ['strong', 'analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting', 'defining'], ['analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting', 'defining', 'scope'], ['thinking', 'documentation', 'design', 'skills', 'assisting', 'defining', 'scope', 'project'], ['documentation', 'design', 'skills', 'assisting', 'defining', 'scope', 'project', 'opportunities'], ['design', 'skills', 'assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating'], ['skills', 'assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts'], ['assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts', 'project'], ['defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines'], ['scope', 'project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands'], ['project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands', 'experience'], ['opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands', 'experience', 'sap'], ['estimating', 'efforts', 'project', 'timelines', 'hands', 'experience', 'sap', 'market'], ['efforts', 'project', 'timelines', 'hands', 'experience', 'sap', 'market', 'place'], ['project', 'timelines', 'hands', 'experience', 'sap', 'market', 'place', 'creating'], ['timelines', 'hands', 'experience', 'sap', 'market', 'place', 'creating', 'user'], ['hands', 'experience', 'sap', 'market', 'place', 'creating', 'user', 'adaptable'], ['experience', 'sap', 'market', 'place', 'creating', 'user', 'adaptable', 'new'], ['sap', 'market', 'place', 'creating', 'user', 'adaptable', 'new', 'environment'], ['market', 'place', 'creating', 'user', 'adaptable', 'new', 'environment', 'ability'], ['place', 'creating', 'user', 'adaptable', 'new', 'environment', 'ability', 'get'], ['creating', 'user', 'adaptable', 'new', 'environment', 'ability', 'get', 'along'], ['user', 'adaptable', 'new', 'environment', 'ability', 'get', 'along', 'oss'], ['adaptable', 'new', 'environment', 'ability', 'get', 'along', 'oss', 'ids'], ['new', 'environment', 'ability', 'get', 'along', 'oss', 'ids', 'developer'], ['environment', 'ability', 'get', 'along', 'oss', 'ids', 'developer', 'keys'], ['ability', 'get', 'along', 'oss', 'ids', 'developer', 'keys', 'people'], ['education', 'details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects'], ['details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai'], ['january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra'], ['2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai'], ['bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013'], ['lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma'], ['projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering'], ['maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri'], ['mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra'], ['university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra'], ['january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state'], ['2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board'], ['diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical'], ['computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education'], ['engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap'], ['ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant'], ['maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap'], ['maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant'], ['state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick'], ['board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner'], ['technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill'], ['education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details'], ['sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company'], ['consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details'], ['sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details', 'company'], ...], [['education'], ['details'], ['sap'], ['technical'], ['architect'], ['sap'], ['technical'], ['consultant'], ['ale'], ['idoc'], ['odata'], ['fiori'], ['s4hana'], ['ewm'], ['apo'], ['retail'], ['skill'], ['details'], ['sap'], ['abap'], ['exprience'], ['120'], ['months'], ['sap'], ['abap'], ['ale'], ['idoc'], ['edi'], ['exprience'], ['96'], ['months'], ['sap'], ['netweaver'], ['gateway'], ['odata'], ['fiori'], ['exprience'], ['24'], ['months'], ['sap'], ['techno'], ['functional'], ['exprience'], ['36'], ['months'], ['sap'], ['abap'], ['is'], ['retail'], ['apo'], ['is'], ['auto'], ['ewm'], ['exprience'], ['36'], ['months'], ['sap'], ['techno'], ['functional'], ['exprience'], ['48'], ['months'], ['sap'], ['sd'], ['exprience'], ['36'], ['months'], ['netweaver'], ['gateway'], ['odata'], ['fiori'], ['exprience'], ['24'], ['months'], ['sap'], ['s'], ['4hana'], ['new'], ['features'], ['extensibility'], ['embedded'], ['analytics'], ['exprience'], ['12'], ['monthscompany'], ['details'], ['company'], ['description'], ['13'], ['years'], ['work'], ['experience'], ['sap'], ['includes'], ['roles'], ['varies'], ['developer'], ['subject'], ['matter'], ['expert'], ['strong'], ['project'], ['experience'], ['implementation'], ['upgrade'], ['application'], ['development'], ['maintenance'], ['sap'], ['abap'], ['certified'], ['associate'], ['certification'], ['itil'], ['2011'], ['foundation'], ['prince2'], ['practitioner'], ['sap'], ['project'], ['full'], ['lifecycle'], ['implementations'], ['across'], ['multiple'], ['global'], ['projects'], ['direct'], ['client'], ['exposure'], ['1'], ['3'], ['years'], ['united'], ['states'], ['america'], ['1'], ['2'], ['years'], ['malaysia'], ['expertise'], ['sap'], ['abap'], ['fricew'], ['components'], ['experience'], ['various'], ['sap'], ['modules'], ['like'], ['mm'], ['fi'], ['co'], ['sd'], ['ps'], ['pp'], ['cs'], ['pm'], ['qm'], ['hr'], ['experience'], ['s'], ['4hana'], ['is'], ['auto'], ['is'], ['retail'], ['scm'], ['7'], ['0'], ['solman'], ['sap'], ['gts'], ['sap'], ['pi'], ['7'], ['3'], ['sap'], ['bi'], ['7'], ['0'], ['7'], ['3'], ['vistex'], ['proship'], ['hpqc'], ['ibm'], ['managenow'], ['ca'], ['service'], ['desk'], ['loftware'], ['data'], ['matrix'], ['experience'], ['sap'], ['netweaver'], ['gateway'], ['fiori'], ['also'], ['created'], ['number'], ['pocs'], ['potential'], ['customers'], ['su'], ['essfully'], ['completed'], ['9'], ['implementation'], ['7'], ['support'], ['1'], ['roll'], ['1'], ['upgrade'], ['projects'], ['expertise'], ['understanding'], ['different'], ['requirements'], ['client'], ['diverse'], ['industries'], ['experience'], ['leading'], ['technical'], ['team'], ['different'], ['sizes'], ['customization'], ['experience'], ['various'], ['areas'], ['sd'], ['fi'], ['mm'], ['modules'], ['experience'], ['upgrading'], ['ecc6'], ['0'], ['experience'], ['unicode'], ['conversion'], ['related'], ['issues'], ['tasks'], ['skilled'], ['document'], ['processes'], ['identifying'], ['issues'], ['handling'], ['multiple'], ['tasks'], ['training'], ['end'], ['users'], ['proven'], ['ability'], ['interact'], ['business'], ['system'], ['analysts'], ['end'], ['users'], ['design'], ['phase'], ['extensive'], ['experience'], ['analyzing'], ['complicated'], ['business'], ['processes'], ['effort'], ['estimations'], ['creating'], ['technical'], ['specifications'], ['experienced'], ['onsite'], ['offshore'], ['support'], ['model'], ['work'], ['lead'], ['team'], ['excellent'], ['communication'], ['skills'], ['team'], ['participation'], ['inter'], ['team'], ['co'], ['ordination'], ['team'], ['leadership'], ['abilities'], ['customer'], ['oriented'], ['attitude'], ['experience'], ['pre'], ['sales'], ['activities'], ['thorough'], ['understanding'], ['project'], ['management'], ['quality'], ['processes'], ['education', 'details'], ['details', 'sap'], ['sap', 'technical'], ['technical', 'architect'], ['architect', 'sap'], ['sap', 'technical'], ['technical', 'consultant'], ['consultant', 'ale'], ['ale', 'idoc'], ['idoc', 'odata'], ['odata', 'fiori'], ['fiori', 's4hana'], ['s4hana', 'ewm'], ['ewm', 'apo'], ['apo', 'retail'], ['retail', 'skill'], ['skill', 'details'], ['details', 'sap'], ['sap', 'abap'], ['abap', 'exprience'], ['exprience', '120'], ['120', 'months'], ['months', 'sap'], ['sap', 'abap'], ['abap', 'ale'], ['ale', 'idoc'], ['idoc', 'edi'], ['edi', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'sap'], ['sap', 'netweaver'], ['netweaver', 'gateway'], ['gateway', 'odata'], ['odata', 'fiori'], ['fiori', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'sap'], ['sap', 'techno'], ['techno', 'functional'], ['functional', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'sap'], ['sap', 'abap'], ['abap', 'is'], ['is', 'retail'], ['retail', 'apo'], ['apo', 'is'], ['is', 'auto'], ['auto', 'ewm'], ['ewm', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'sap'], ['sap', 'techno'], ['techno', 'functional'], ['functional', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'sap'], ['sap', 'sd'], ['sd', 'exprience'], ['exprience', '36'], ['36', 'months'], ['months', 'netweaver'], ['netweaver', 'gateway'], ['gateway', 'odata'], ['odata', 'fiori'], ['fiori', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'sap'], ['sap', 's'], ['s', '4hana'], ['4hana', 'new'], ['new', 'features'], ['features', 'extensibility'], ['extensibility', 'embedded'], ['embedded', 'analytics'], ['analytics', 'exprience'], ['exprience', '12'], ['12', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['description', '13'], ['13', 'years'], ['years', 'work'], ['work', 'experience'], ['experience', 'sap'], ['sap', 'includes'], ['includes', 'roles'], ['roles', 'varies'], ['varies', 'developer'], ['developer', 'subject'], ['subject', 'matter'], ['matter', 'expert'], ['expert', 'strong'], ['strong', 'project'], ['project', 'experience'], ['experience', 'implementation'], ['implementation', 'upgrade'], ['upgrade', 'application'], ['application', 'development'], ['development', 'maintenance'], ['maintenance', 'sap'], ['sap', 'abap'], ['abap', 'certified'], ['certified', 'associate'], ['associate', 'certification'], ['certification', 'itil'], ['itil', '2011'], ['2011', 'foundation'], ['foundation', 'prince2'], ['prince2', 'practitioner'], ['practitioner', 'sap'], ['sap', 'project'], ['project', 'full'], ['full', 'lifecycle'], ['lifecycle', 'implementations'], ['implementations', 'across'], ['across', 'multiple'], ['multiple', 'global'], ['global', 'projects'], ['projects', 'direct'], ['direct', 'client'], ['client', 'exposure'], ['exposure', '1'], ['1', '3'], ['3', 'years'], ['years', 'united'], ['united', 'states'], ['states', 'america'], ['america', '1'], ['1', '2'], ['2', 'years'], ['years', 'malaysia'], ['malaysia', 'expertise'], ['expertise', 'sap'], ['sap', 'abap'], ['abap', 'fricew'], ['fricew', 'components'], ['components', 'experience'], ['experience', 'various'], ['various', 'sap'], ['sap', 'modules'], ['modules', 'like'], ['like', 'mm'], ['mm', 'fi'], ['fi', 'co'], ['co', 'sd'], ['sd', 'ps'], ['ps', 'pp'], ['pp', 'cs'], ['cs', 'pm'], ['pm', 'qm'], ['qm', 'hr'], ['hr', 'experience'], ['experience', 's'], ['s', '4hana'], ['4hana', 'is'], ['is', 'auto'], ['auto', 'is'], ['is', 'retail'], ['retail', 'scm'], ['scm', '7'], ['7', '0'], ['0', 'solman'], ['solman', 'sap'], ['sap', 'gts'], ['gts', 'sap'], ['sap', 'pi'], ['pi', '7'], ['7', '3'], ['3', 'sap'], ['sap', 'bi'], ['bi', '7'], ['7', '0'], ['0', '7'], ['7', '3'], ['3', 'vistex'], ['vistex', 'proship'], ['proship', 'hpqc'], ['hpqc', 'ibm'], ['ibm', 'managenow'], ['managenow', 'ca'], ['ca', 'service'], ['service', 'desk'], ['desk', 'loftware'], ['loftware', 'data'], ['data', 'matrix'], ['matrix', 'experience'], ['experience', 'sap'], ['sap', 'netweaver'], ['netweaver', 'gateway'], ['gateway', 'fiori'], ['fiori', 'also'], ['also', 'created'], ['created', 'number'], ['number', 'pocs'], ['pocs', 'potential'], ['potential', 'customers'], ['customers', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', '9'], ['9', 'implementation'], ['implementation', '7'], ['7', 'support'], ['support', '1'], ['1', 'roll'], ['roll', '1'], ['1', 'upgrade'], ['upgrade', 'projects'], ['projects', 'expertise'], ['expertise', 'understanding'], ['understanding', 'different'], ['different', 'requirements'], ['requirements', 'client'], ['client', 'diverse'], ['diverse', 'industries'], ['industries', 'experience'], ['experience', 'leading'], ['leading', 'technical'], ['technical', 'team'], ['team', 'different'], ['different', 'sizes'], ['sizes', 'customization'], ['customization', 'experience'], ['experience', 'various'], ['various', 'areas'], ['areas', 'sd'], ['sd', 'fi'], ['fi', 'mm'], ['mm', 'modules'], ['modules', 'experience'], ['experience', 'upgrading'], ['upgrading', 'ecc6'], ['ecc6', '0'], ['0', 'experience'], ['experience', 'unicode'], ['unicode', 'conversion'], ['conversion', 'related'], ['related', 'issues'], ['issues', 'tasks'], ['tasks', 'skilled'], ['skilled', 'document'], ['document', 'processes'], ['processes', 'identifying'], ['identifying', 'issues'], ['issues', 'handling'], ['handling', 'multiple'], ['multiple', 'tasks'], ['tasks', 'training'], ['training', 'end'], ['end', 'users'], ['users', 'proven'], ['proven', 'ability'], ['ability', 'interact'], ['interact', 'business'], ['business', 'system'], ['system', 'analysts'], ['analysts', 'end'], ['end', 'users'], ['users', 'design'], ['design', 'phase'], ['phase', 'extensive'], ['extensive', 'experience'], ['experience', 'analyzing'], ['analyzing', 'complicated'], ['complicated', 'business'], ['business', 'processes'], ['processes', 'effort'], ['effort', 'estimations'], ['estimations', 'creating'], ['creating', 'technical'], ['technical', 'specifications'], ['specifications', 'experienced'], ['experienced', 'onsite'], ['onsite', 'offshore'], ['offshore', 'support'], ['support', 'model'], ['model', 'work'], ['work', 'lead'], ['lead', 'team'], ['team', 'excellent'], ['excellent', 'communication'], ['communication', 'skills'], ['skills', 'team'], ['team', 'participation'], ['participation', 'inter'], ['inter', 'team'], ['team', 'co'], ['co', 'ordination'], ['ordination', 'team'], ['team', 'leadership'], ['leadership', 'abilities'], ['abilities', 'customer'], ['customer', 'oriented'], ['oriented', 'attitude'], ['attitude', 'experience'], ['experience', 'pre'], ['pre', 'sales'], ['sales', 'activities'], ['activities', 'thorough'], ['thorough', 'understanding'], ['understanding', 'project'], ['project', 'management'], ['management', 'quality'], ['quality', 'processes'], ['education', 'details', 'sap'], ['details', 'sap', 'technical'], ['sap', 'technical', 'architect'], ['technical', 'architect', 'sap'], ['architect', 'sap', 'technical'], ['sap', 'technical', 'consultant'], ['technical', 'consultant', 'ale'], ['consultant', 'ale', 'idoc'], ['ale', 'idoc', 'odata'], ['idoc', 'odata', 'fiori'], ['odata', 'fiori', 's4hana'], ['fiori', 's4hana', 'ewm'], ['s4hana', 'ewm', 'apo'], ['ewm', 'apo', 'retail'], ['apo', 'retail', 'skill'], ['retail', 'skill', 'details'], ['skill', 'details', 'sap'], ['details', 'sap', 'abap'], ['sap', 'abap', 'exprience'], ['abap', 'exprience', '120'], ['exprience', '120', 'months'], ['120', 'months', 'sap'], ['months', 'sap', 'abap'], ['sap', 'abap', 'ale'], ['abap', 'ale', 'idoc'], ['ale', 'idoc', 'edi'], ['idoc', 'edi', 'exprience'], ['edi', 'exprience', '96'], ['exprience', '96', 'months'], ['96', 'months', 'sap'], ['months', 'sap', 'netweaver'], ['sap', 'netweaver', 'gateway'], ['netweaver', 'gateway', 'odata'], ['gateway', 'odata', 'fiori'], ['odata', 'fiori', 'exprience'], ['fiori', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'sap'], ['months', 'sap', 'techno'], ['sap', 'techno', 'functional'], ['techno', 'functional', 'exprience'], ['functional', 'exprience', '36'], ['exprience', '36', 'months'], ['36', 'months', 'sap'], ['months', 'sap', 'abap'], ['sap', 'abap', 'is'], ['abap', 'is', 'retail'], ['is', 'retail', 'apo'], ['retail', 'apo', 'is'], ['apo', 'is', 'auto'], ['is', 'auto', 'ewm'], ['auto', 'ewm', 'exprience'], ['ewm', 'exprience', '36'], ['exprience', '36', 'months'], ['36', 'months', 'sap'], ['months', 'sap', 'techno'], ['sap', 'techno', 'functional'], ['techno', 'functional', 'exprience'], ['functional', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'sap'], ['months', 'sap', 'sd'], ['sap', 'sd', 'exprience'], ['sd', 'exprience', '36'], ['exprience', '36', 'months'], ['36', 'months', 'netweaver'], ['months', 'netweaver', 'gateway'], ['netweaver', 'gateway', 'odata'], ['gateway', 'odata', 'fiori'], ['odata', 'fiori', 'exprience'], ['fiori', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'sap'], ['months', 'sap', 's'], ['sap', 's', '4hana'], ['s', '4hana', 'new'], ['4hana', 'new', 'features'], ['new', 'features', 'extensibility'], ['features', 'extensibility', 'embedded'], ['extensibility', 'embedded', 'analytics'], ['embedded', 'analytics', 'exprience'], ['analytics', 'exprience', '12'], ['exprience', '12', 'monthscompany'], ['12', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['company', 'description', '13'], ['description', '13', 'years'], ['13', 'years', 'work'], ['years', 'work', 'experience'], ['work', 'experience', 'sap'], ['experience', 'sap', 'includes'], ['sap', 'includes', 'roles'], ['includes', 'roles', 'varies'], ['roles', 'varies', 'developer'], ['varies', 'developer', 'subject'], ['developer', 'subject', 'matter'], ['subject', 'matter', 'expert'], ['matter', 'expert', 'strong'], ['expert', 'strong', 'project'], ['strong', 'project', 'experience'], ['project', 'experience', 'implementation'], ['experience', 'implementation', 'upgrade'], ['implementation', 'upgrade', 'application'], ['upgrade', 'application', 'development'], ['application', 'development', 'maintenance'], ['development', 'maintenance', 'sap'], ['maintenance', 'sap', 'abap'], ['sap', 'abap', 'certified'], ['abap', 'certified', 'associate'], ['certified', 'associate', 'certification'], ['associate', 'certification', 'itil'], ['certification', 'itil', '2011'], ['itil', '2011', 'foundation'], ['2011', 'foundation', 'prince2'], ['foundation', 'prince2', 'practitioner'], ['prince2', 'practitioner', 'sap'], ['practitioner', 'sap', 'project'], ['sap', 'project', 'full'], ['project', 'full', 'lifecycle'], ['full', 'lifecycle', 'implementations'], ['lifecycle', 'implementations', 'across'], ['implementations', 'across', 'multiple'], ['across', 'multiple', 'global'], ['multiple', 'global', 'projects'], ['global', 'projects', 'direct'], ['projects', 'direct', 'client'], ['direct', 'client', 'exposure'], ['client', 'exposure', '1'], ['exposure', '1', '3'], ['1', '3', 'years'], ['3', 'years', 'united'], ['years', 'united', 'states'], ['united', 'states', 'america'], ['states', 'america', '1'], ['america', '1', '2'], ['1', '2', 'years'], ['2', 'years', 'malaysia'], ['years', 'malaysia', 'expertise'], ['malaysia', 'expertise', 'sap'], ['expertise', 'sap', 'abap'], ['sap', 'abap', 'fricew'], ['abap', 'fricew', 'components'], ['fricew', 'components', 'experience'], ['components', 'experience', 'various'], ['experience', 'various', 'sap'], ['various', 'sap', 'modules'], ['sap', 'modules', 'like'], ['modules', 'like', 'mm'], ['like', 'mm', 'fi'], ['mm', 'fi', 'co'], ['fi', 'co', 'sd'], ['co', 'sd', 'ps'], ['sd', 'ps', 'pp'], ['ps', 'pp', 'cs'], ['pp', 'cs', 'pm'], ['cs', 'pm', 'qm'], ['pm', 'qm', 'hr'], ['qm', 'hr', 'experience'], ['hr', 'experience', 's'], ['experience', 's', '4hana'], ['s', '4hana', 'is'], ['4hana', 'is', 'auto'], ['is', 'auto', 'is'], ['auto', 'is', 'retail'], ['is', 'retail', 'scm'], ['retail', 'scm', '7'], ['scm', '7', '0'], ['7', '0', 'solman'], ['0', 'solman', 'sap'], ['solman', 'sap', 'gts'], ['sap', 'gts', 'sap'], ['gts', 'sap', 'pi'], ['sap', 'pi', '7'], ['pi', '7', '3'], ['7', '3', 'sap'], ['3', 'sap', 'bi'], ['sap', 'bi', '7'], ['bi', '7', '0'], ['7', '0', '7'], ['0', '7', '3'], ['7', '3', 'vistex'], ['3', 'vistex', 'proship'], ['vistex', 'proship', 'hpqc'], ['proship', 'hpqc', 'ibm'], ['hpqc', 'ibm', 'managenow'], ['ibm', 'managenow', 'ca'], ['managenow', 'ca', 'service'], ['ca', 'service', 'desk'], ['service', 'desk', 'loftware'], ['desk', 'loftware', 'data'], ['loftware', 'data', 'matrix'], ['data', 'matrix', 'experience'], ['matrix', 'experience', 'sap'], ['experience', 'sap', 'netweaver'], ['sap', 'netweaver', 'gateway'], ['netweaver', 'gateway', 'fiori'], ['gateway', 'fiori', 'also'], ['fiori', 'also', 'created'], ['also', 'created', 'number'], ['created', 'number', 'pocs'], ['number', 'pocs', 'potential'], ['pocs', 'potential', 'customers'], ['potential', 'customers', 'su'], ['customers', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', '9'], ['completed', '9', 'implementation'], ['9', 'implementation', '7'], ['implementation', '7', 'support'], ['7', 'support', '1'], ['support', '1', 'roll'], ['1', 'roll', '1'], ['roll', '1', 'upgrade'], ['1', 'upgrade', 'projects'], ['upgrade', 'projects', 'expertise'], ['projects', 'expertise', 'understanding'], ['expertise', 'understanding', 'different'], ['understanding', 'different', 'requirements'], ['different', 'requirements', 'client'], ['requirements', 'client', 'diverse'], ['client', 'diverse', 'industries'], ['diverse', 'industries', 'experience'], ['industries', 'experience', 'leading'], ['experience', 'leading', 'technical'], ['leading', 'technical', 'team'], ['technical', 'team', 'different'], ['team', 'different', 'sizes'], ['different', 'sizes', 'customization'], ['sizes', 'customization', 'experience'], ['customization', 'experience', 'various'], ['experience', 'various', 'areas'], ['various', 'areas', 'sd'], ['areas', 'sd', 'fi'], ['sd', 'fi', 'mm'], ['fi', 'mm', 'modules'], ['mm', 'modules', 'experience'], ['modules', 'experience', 'upgrading'], ['experience', 'upgrading', 'ecc6'], ['upgrading', 'ecc6', '0'], ['ecc6', '0', 'experience'], ['0', 'experience', 'unicode'], ['experience', 'unicode', 'conversion'], ['unicode', 'conversion', 'related'], ['conversion', 'related', 'issues'], ['related', 'issues', 'tasks'], ['issues', 'tasks', 'skilled'], ['tasks', 'skilled', 'document'], ['skilled', 'document', 'processes'], ['document', 'processes', 'identifying'], ['processes', 'identifying', 'issues'], ['identifying', 'issues', 'handling'], ['issues', 'handling', 'multiple'], ['handling', 'multiple', 'tasks'], ['multiple', 'tasks', 'training'], ['tasks', 'training', 'end'], ['training', 'end', 'users'], ['end', 'users', 'proven'], ['users', 'proven', 'ability'], ['proven', 'ability', 'interact'], ['ability', 'interact', 'business'], ['interact', 'business', 'system'], ['business', 'system', 'analysts'], ['system', 'analysts', 'end'], ['analysts', 'end', 'users'], ['end', 'users', 'design'], ['users', 'design', 'phase'], ['design', 'phase', 'extensive'], ['phase', 'extensive', 'experience'], ['extensive', 'experience', 'analyzing'], ['experience', 'analyzing', 'complicated'], ['analyzing', 'complicated', 'business'], ['complicated', 'business', 'processes'], ['business', 'processes', 'effort'], ['processes', 'effort', 'estimations'], ['effort', 'estimations', 'creating'], ['estimations', 'creating', 'technical'], ['creating', 'technical', 'specifications'], ['technical', 'specifications', 'experienced'], ['specifications', 'experienced', 'onsite'], ['experienced', 'onsite', 'offshore'], ['onsite', 'offshore', 'support'], ['offshore', 'support', 'model'], ['support', 'model', 'work'], ['model', 'work', 'lead'], ['work', 'lead', 'team'], ['lead', 'team', 'excellent'], ['team', 'excellent', 'communication'], ['excellent', 'communication', 'skills'], ['communication', 'skills', 'team'], ['skills', 'team', 'participation'], ['team', 'participation', 'inter'], ['participation', 'inter', 'team'], ['inter', 'team', 'co'], ['team', 'co', 'ordination'], ['co', 'ordination', 'team'], ['ordination', 'team', 'leadership'], ['team', 'leadership', 'abilities'], ['leadership', 'abilities', 'customer'], ['abilities', 'customer', 'oriented'], ['customer', 'oriented', 'attitude'], ['oriented', 'attitude', 'experience'], ['attitude', 'experience', 'pre'], ['experience', 'pre', 'sales'], ['pre', 'sales', 'activities'], ['sales', 'activities', 'thorough'], ['activities', 'thorough', 'understanding'], ['thorough', 'understanding', 'project'], ['understanding', 'project', 'management'], ['project', 'management', 'quality'], ['management', 'quality', 'processes'], ['education', 'details', 'sap', 'technical'], ['details', 'sap', 'technical', 'architect'], ['sap', 'technical', 'architect', 'sap'], ['technical', 'architect', 'sap', 'technical'], ['architect', 'sap', 'technical', 'consultant'], ['sap', 'technical', 'consultant', 'ale'], ['technical', 'consultant', 'ale', 'idoc'], ['consultant', 'ale', 'idoc', 'odata'], ['ale', 'idoc', 'odata', 'fiori'], ['idoc', 'odata', 'fiori', 's4hana'], ['odata', 'fiori', 's4hana', 'ewm'], ['fiori', 's4hana', 'ewm', 'apo'], ['s4hana', 'ewm', 'apo', 'retail'], ['ewm', 'apo', 'retail', 'skill'], ['apo', 'retail', 'skill', 'details'], ['retail', 'skill', 'details', 'sap'], ['skill', 'details', 'sap', 'abap'], ['details', 'sap', 'abap', 'exprience'], ['sap', 'abap', 'exprience', '120'], ['abap', 'exprience', '120', 'months'], ['exprience', '120', 'months', 'sap'], ['120', 'months', 'sap', 'abap'], ['months', 'sap', 'abap', 'ale'], ['sap', 'abap', 'ale', 'idoc'], ['abap', 'ale', 'idoc', 'edi'], ['ale', 'idoc', 'edi', 'exprience'], ['idoc', 'edi', 'exprience', '96'], ['edi', 'exprience', '96', 'months'], ['exprience', '96', 'months', 'sap'], ['96', 'months', 'sap', 'netweaver'], ['months', 'sap', 'netweaver', 'gateway'], ['sap', 'netweaver', 'gateway', 'odata'], ['netweaver', 'gateway', 'odata', 'fiori'], ['gateway', 'odata', 'fiori', 'exprience'], ['odata', 'fiori', 'exprience', '24'], ['fiori', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'sap'], ['24', 'months', 'sap', 'techno'], ['months', 'sap', 'techno', 'functional'], ['sap', 'techno', 'functional', 'exprience'], ['techno', 'functional', 'exprience', '36'], ['functional', 'exprience', '36', 'months'], ['exprience', '36', 'months', 'sap'], ['36', 'months', 'sap', 'abap'], ['months', 'sap', 'abap', 'is'], ['sap', 'abap', 'is', 'retail'], ['abap', 'is', 'retail', 'apo'], ['is', 'retail', 'apo', 'is'], ['retail', 'apo', 'is', 'auto'], ['apo', 'is', 'auto', 'ewm'], ['is', 'auto', 'ewm', 'exprience'], ['auto', 'ewm', 'exprience', '36'], ['ewm', 'exprience', '36', 'months'], ['exprience', '36', 'months', 'sap'], ['36', 'months', 'sap', 'techno'], ['months', 'sap', 'techno', 'functional'], ['sap', 'techno', 'functional', 'exprience'], ['techno', 'functional', 'exprience', '48'], ['functional', 'exprience', '48', 'months'], ['exprience', '48', 'months', 'sap'], ['48', 'months', 'sap', 'sd'], ['months', 'sap', 'sd', 'exprience'], ['sap', 'sd', 'exprience', '36'], ['sd', 'exprience', '36', 'months'], ...], [['excellent'], ['grasping'], ['power'], ['learning'], ['new'], ['concepts'], ['technology'], ['highly'], ['motivated'], ['team'], ['player'], ['strong'], ['work'], ['ethics'], ['committed'], ['hard'], ['work'], ['ability'], ['work'], ['co'], ['ordinate'], ['team'], ['effectively'], ['enthusiastic'], ['self'], ['starter'], ['team'], ['player'], ['quick'], ['independent'], ['learner'], ['education'], ['details'], ['january'], ['2014'], ['bachelor'], ['technology'], ['information'], ['technology'], ['branch'], ['bput'], ['university'], ['january'], ['2010'], ['diploma'], ['engineering'], ['brahmapur'], ['orissa'], ['u'], ['c'], ['p'], ['engineering'], ['school'], ['software'], ['testing'], ['automation'], ['engineer'], ['software'], ['testing'], ['automation'], ['engineer'], ['tech'], ['mahindra'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['tech'], ['mahindra'], ['description'], ['india'], ['duration'], ['oct'], ['2017'], ['till'], ['date'], ['project'], ['description'], ['bt'], ['group'], ['plc'], ['trading'], ['bt'], ['formerly'], ['british'], ['telecom'], ['british'], ['multinational'], ['telecommunications'], ['holding'], ['company'], ['head'], ['offices'], ['london'], ['united'], ['kingdom'], ['i'], ['worked'], ['air'], ['logistics'], ['program'], ['banner'], ['british'], ['telecom'], ['this'], ['project'], ['handles'], ['web'], ['applications'], ['carry'], ['whole'], ['logistics'], ['operation'], ['united'], ['kingdom'], ['various'], ['airlines'], ['roles'], ['responsibilities'], ['design'], ['develop'], ['framework'], ['test'], ['scenarios'], ['test'], ['cases'], ['developing'], ['automation'], ['test'], ['scripts'], ['existing'], ['application'], ['executing'], ['test'], ['cases'], ['every'], ['new'], ['release'], ['involved'], ['running'], ['test'], ['cases'], ['logging'], ['defects'], ['hpqc'], ['tool'], ['involved'], ['formulating'], ['test'], ['summary'], ['report'], ['conduct'], ['internal'], ['test'], ['case'], ['peer'], ['reviews'], ['participated'], ['daily'], ['scrum'], ['meetings'], ['participated'], ['weekly'], ['status'], ['meetings'], ['team'], ['developers'], ['discuss'], ['open'], ['issues'], ['communicating'], ['onsite'], ['team'], ['company'], ['tech'], ['mahindra'], ['pvt'], ['ltd'], ['pune'], ['tech'], ['mahindra'], ['description'], ['indian'], ['multinational'], ['company'], ['around'], ['115'], ['000'], ['employees'], ['spread'], ['across'], ['90'], ['countries'], ['globally'], ['total'], ['experience'], ['2'], ['years'], ['7'], ['months'], ['organization'], ['designation'], ['duration'], ['company'], ['tech'], ['mahindra'], ['description'], ['project'], ['description'], ['at'], ['t'], ['inc'], ['american'], ['multinational'], ['conglomerate'], ['holding'], ['company'], ['headquartered'], ['whitacre'], ['tower'], ['downtown'], ['dallas'], ['texas'], ['during'], ['serving'], ['software'], ['engineer'], ['at'], ['t'], ['i'], ['worked'], ['csi'], ['cam'], ['common'], ['service'], ['interface'], ['team'], ['responsible'], ['running'], ['at'], ['t'], ['centralised'], ['solution'], ['hub'], ['web'], ['application'], ['called'], ['myatt'], ['com'], ['roles'], ['responsibilities'], ['design'], ['develop'], ['maintaing'], ['automation'], ['test'], ['scripts'], ['test'], ['cases'], ['using'], ['selenium'], ['webdriver'], ['several'], ['desktop'], ['window'], ['automating'], ['tool'], ['sikuli'], ['autoit'], ['executing'], ['test'], ['cases'], ['check'], ['working'], ['functionality'], ['existing'], ['application'], ['involved'], ['tracking'], ['manging'], ['test'], ['life'], ['cycle'], ['logging'], ['defects'], ['using'], ['jira'], ['hpqc'], ['alm'], ['involved'], ['formulating'], ['test'], ['summary'], ['report'], ['conduct'], ['internal'], ['test'], ['case'], ['peer'], ['reviews'], ['participated'], ['daily'], ['scrum'], ['meetings'], ['participated'], ['weekly'], ['status'], ['meetings'], ['team'], ['developers'], ['discuss'], ['open'], ['issues'], ['communicating'], ['onsite'], ['team'], ['company'], ['tech'], ['mahindra'], ['pvt'], ['ltd'], ['pune'], ['tech'], ['mahindra'], ['description'], ['till'], ['date'], ['excellent', 'grasping'], ['grasping', 'power'], ['power', 'learning'], ['learning', 'new'], ['new', 'concepts'], ['concepts', 'technology'], ['technology', 'highly'], ['highly', 'motivated'], ['motivated', 'team'], ['team', 'player'], ['player', 'strong'], ['strong', 'work'], ['work', 'ethics'], ['ethics', 'committed'], ['committed', 'hard'], ['hard', 'work'], ['work', 'ability'], ['ability', 'work'], ['work', 'co'], ['co', 'ordinate'], ['ordinate', 'team'], ['team', 'effectively'], ['effectively', 'enthusiastic'], ['enthusiastic', 'self'], ['self', 'starter'], ['starter', 'team'], ['team', 'player'], ['player', 'quick'], ['quick', 'independent'], ['independent', 'learner'], ['learner', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'bachelor'], ['bachelor', 'technology'], ['technology', 'information'], ['information', 'technology'], ['technology', 'branch'], ['branch', 'bput'], ['bput', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 'diploma'], ['diploma', 'engineering'], ['engineering', 'brahmapur'], ['brahmapur', 'orissa'], ['orissa', 'u'], ['u', 'c'], ['c', 'p'], ['p', 'engineering'], ['engineering', 'school'], ['school', 'software'], ['software', 'testing'], ['testing', 'automation'], ['automation', 'engineer'], ['engineer', 'software'], ['software', 'testing'], ['testing', 'automation'], ['automation', 'engineer'], ['engineer', 'tech'], ['tech', 'mahindra'], ['mahindra', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'india'], ['india', 'duration'], ['duration', 'oct'], ['oct', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'project'], ['project', 'description'], ['description', 'bt'], ['bt', 'group'], ['group', 'plc'], ['plc', 'trading'], ['trading', 'bt'], ['bt', 'formerly'], ['formerly', 'british'], ['british', 'telecom'], ['telecom', 'british'], ['british', 'multinational'], ['multinational', 'telecommunications'], ['telecommunications', 'holding'], ['holding', 'company'], ['company', 'head'], ['head', 'offices'], ['offices', 'london'], ['london', 'united'], ['united', 'kingdom'], ['kingdom', 'i'], ['i', 'worked'], ['worked', 'air'], ['air', 'logistics'], ['logistics', 'program'], ['program', 'banner'], ['banner', 'british'], ['british', 'telecom'], ['telecom', 'this'], ['this', 'project'], ['project', 'handles'], ['handles', 'web'], ['web', 'applications'], ['applications', 'carry'], ['carry', 'whole'], ['whole', 'logistics'], ['logistics', 'operation'], ['operation', 'united'], ['united', 'kingdom'], ['kingdom', 'various'], ['various', 'airlines'], ['airlines', 'roles'], ['roles', 'responsibilities'], ['responsibilities', 'design'], ['design', 'develop'], ['develop', 'framework'], ['framework', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'cases'], ['cases', 'developing'], ['developing', 'automation'], ['automation', 'test'], ['test', 'scripts'], ['scripts', 'existing'], ['existing', 'application'], ['application', 'executing'], ['executing', 'test'], ['test', 'cases'], ['cases', 'every'], ['every', 'new'], ['new', 'release'], ['release', 'involved'], ['involved', 'running'], ['running', 'test'], ['test', 'cases'], ['cases', 'logging'], ['logging', 'defects'], ['defects', 'hpqc'], ['hpqc', 'tool'], ['tool', 'involved'], ['involved', 'formulating'], ['formulating', 'test'], ['test', 'summary'], ['summary', 'report'], ['report', 'conduct'], ['conduct', 'internal'], ['internal', 'test'], ['test', 'case'], ['case', 'peer'], ['peer', 'reviews'], ['reviews', 'participated'], ['participated', 'daily'], ['daily', 'scrum'], ['scrum', 'meetings'], ['meetings', 'participated'], ['participated', 'weekly'], ['weekly', 'status'], ['status', 'meetings'], ['meetings', 'team'], ['team', 'developers'], ['developers', 'discuss'], ['discuss', 'open'], ['open', 'issues'], ['issues', 'communicating'], ['communicating', 'onsite'], ['onsite', 'team'], ['team', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'pvt'], ['pvt', 'ltd'], ['ltd', 'pune'], ['pune', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'indian'], ['indian', 'multinational'], ['multinational', 'company'], ['company', 'around'], ['around', '115'], ['115', '000'], ['000', 'employees'], ['employees', 'spread'], ['spread', 'across'], ['across', '90'], ['90', 'countries'], ['countries', 'globally'], ['globally', 'total'], ['total', 'experience'], ['experience', '2'], ['2', 'years'], ['years', '7'], ['7', 'months'], ['months', 'organization'], ['organization', 'designation'], ['designation', 'duration'], ['duration', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'project'], ['project', 'description'], ['description', 'at'], ['at', 't'], ['t', 'inc'], ['inc', 'american'], ['american', 'multinational'], ['multinational', 'conglomerate'], ['conglomerate', 'holding'], ['holding', 'company'], ['company', 'headquartered'], ['headquartered', 'whitacre'], ['whitacre', 'tower'], ['tower', 'downtown'], ['downtown', 'dallas'], ['dallas', 'texas'], ['texas', 'during'], ['during', 'serving'], ['serving', 'software'], ['software', 'engineer'], ['engineer', 'at'], ['at', 't'], ['t', 'i'], ['i', 'worked'], ['worked', 'csi'], ['csi', 'cam'], ['cam', 'common'], ['common', 'service'], ['service', 'interface'], ['interface', 'team'], ['team', 'responsible'], ['responsible', 'running'], ['running', 'at'], ['at', 't'], ['t', 'centralised'], ['centralised', 'solution'], ['solution', 'hub'], ['hub', 'web'], ['web', 'application'], ['application', 'called'], ['called', 'myatt'], ['myatt', 'com'], ['com', 'roles'], ['roles', 'responsibilities'], ['responsibilities', 'design'], ['design', 'develop'], ['develop', 'maintaing'], ['maintaing', 'automation'], ['automation', 'test'], ['test', 'scripts'], ['scripts', 'test'], ['test', 'cases'], ['cases', 'using'], ['using', 'selenium'], ['selenium', 'webdriver'], ['webdriver', 'several'], ['several', 'desktop'], ['desktop', 'window'], ['window', 'automating'], ['automating', 'tool'], ['tool', 'sikuli'], ['sikuli', 'autoit'], ['autoit', 'executing'], ['executing', 'test'], ['test', 'cases'], ['cases', 'check'], ['check', 'working'], ['working', 'functionality'], ['functionality', 'existing'], ['existing', 'application'], ['application', 'involved'], ['involved', 'tracking'], ['tracking', 'manging'], ['manging', 'test'], ['test', 'life'], ['life', 'cycle'], ['cycle', 'logging'], ['logging', 'defects'], ['defects', 'using'], ['using', 'jira'], ['jira', 'hpqc'], ['hpqc', 'alm'], ['alm', 'involved'], ['involved', 'formulating'], ['formulating', 'test'], ['test', 'summary'], ['summary', 'report'], ['report', 'conduct'], ['conduct', 'internal'], ['internal', 'test'], ['test', 'case'], ['case', 'peer'], ['peer', 'reviews'], ['reviews', 'participated'], ['participated', 'daily'], ['daily', 'scrum'], ['scrum', 'meetings'], ['meetings', 'participated'], ['participated', 'weekly'], ['weekly', 'status'], ['status', 'meetings'], ['meetings', 'team'], ['team', 'developers'], ['developers', 'discuss'], ['discuss', 'open'], ['open', 'issues'], ['issues', 'communicating'], ['communicating', 'onsite'], ['onsite', 'team'], ['team', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'pvt'], ['pvt', 'ltd'], ['ltd', 'pune'], ['pune', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'till'], ['till', 'date'], ['excellent', 'grasping', 'power'], ['grasping', 'power', 'learning'], ['power', 'learning', 'new'], ['learning', 'new', 'concepts'], ['new', 'concepts', 'technology'], ['concepts', 'technology', 'highly'], ['technology', 'highly', 'motivated'], ['highly', 'motivated', 'team'], ['motivated', 'team', 'player'], ['team', 'player', 'strong'], ['player', 'strong', 'work'], ['strong', 'work', 'ethics'], ['work', 'ethics', 'committed'], ['ethics', 'committed', 'hard'], ['committed', 'hard', 'work'], ['hard', 'work', 'ability'], ['work', 'ability', 'work'], ['ability', 'work', 'co'], ['work', 'co', 'ordinate'], ['co', 'ordinate', 'team'], ['ordinate', 'team', 'effectively'], ['team', 'effectively', 'enthusiastic'], ['effectively', 'enthusiastic', 'self'], ['enthusiastic', 'self', 'starter'], ['self', 'starter', 'team'], ['starter', 'team', 'player'], ['team', 'player', 'quick'], ['player', 'quick', 'independent'], ['quick', 'independent', 'learner'], ['independent', 'learner', 'education'], ['learner', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'bachelor'], ['2014', 'bachelor', 'technology'], ['bachelor', 'technology', 'information'], ['technology', 'information', 'technology'], ['information', 'technology', 'branch'], ['technology', 'branch', 'bput'], ['branch', 'bput', 'university'], ['bput', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 'diploma'], ['2010', 'diploma', 'engineering'], ['diploma', 'engineering', 'brahmapur'], ['engineering', 'brahmapur', 'orissa'], ['brahmapur', 'orissa', 'u'], ['orissa', 'u', 'c'], ['u', 'c', 'p'], ['c', 'p', 'engineering'], ['p', 'engineering', 'school'], ['engineering', 'school', 'software'], ['school', 'software', 'testing'], ['software', 'testing', 'automation'], ['testing', 'automation', 'engineer'], ['automation', 'engineer', 'software'], ['engineer', 'software', 'testing'], ['software', 'testing', 'automation'], ['testing', 'automation', 'engineer'], ['automation', 'engineer', 'tech'], ['engineer', 'tech', 'mahindra'], ['tech', 'mahindra', 'skill'], ['mahindra', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'india'], ['description', 'india', 'duration'], ['india', 'duration', 'oct'], ['duration', 'oct', '2017'], ['oct', '2017', 'till'], ['2017', 'till', 'date'], ['till', 'date', 'project'], ['date', 'project', 'description'], ['project', 'description', 'bt'], ['description', 'bt', 'group'], ['bt', 'group', 'plc'], ['group', 'plc', 'trading'], ['plc', 'trading', 'bt'], ['trading', 'bt', 'formerly'], ['bt', 'formerly', 'british'], ['formerly', 'british', 'telecom'], ['british', 'telecom', 'british'], ['telecom', 'british', 'multinational'], ['british', 'multinational', 'telecommunications'], ['multinational', 'telecommunications', 'holding'], ['telecommunications', 'holding', 'company'], ['holding', 'company', 'head'], ['company', 'head', 'offices'], ['head', 'offices', 'london'], ['offices', 'london', 'united'], ['london', 'united', 'kingdom'], ['united', 'kingdom', 'i'], ['kingdom', 'i', 'worked'], ['i', 'worked', 'air'], ['worked', 'air', 'logistics'], ['air', 'logistics', 'program'], ['logistics', 'program', 'banner'], ['program', 'banner', 'british'], ['banner', 'british', 'telecom'], ['british', 'telecom', 'this'], ['telecom', 'this', 'project'], ['this', 'project', 'handles'], ['project', 'handles', 'web'], ['handles', 'web', 'applications'], ['web', 'applications', 'carry'], ['applications', 'carry', 'whole'], ['carry', 'whole', 'logistics'], ['whole', 'logistics', 'operation'], ['logistics', 'operation', 'united'], ['operation', 'united', 'kingdom'], ['united', 'kingdom', 'various'], ['kingdom', 'various', 'airlines'], ['various', 'airlines', 'roles'], ['airlines', 'roles', 'responsibilities'], ['roles', 'responsibilities', 'design'], ['responsibilities', 'design', 'develop'], ['design', 'develop', 'framework'], ['develop', 'framework', 'test'], ['framework', 'test', 'scenarios'], ['test', 'scenarios', 'test'], ['scenarios', 'test', 'cases'], ['test', 'cases', 'developing'], ['cases', 'developing', 'automation'], ['developing', 'automation', 'test'], ['automation', 'test', 'scripts'], ['test', 'scripts', 'existing'], ['scripts', 'existing', 'application'], ['existing', 'application', 'executing'], ['application', 'executing', 'test'], ['executing', 'test', 'cases'], ['test', 'cases', 'every'], ['cases', 'every', 'new'], ['every', 'new', 'release'], ['new', 'release', 'involved'], ['release', 'involved', 'running'], ['involved', 'running', 'test'], ['running', 'test', 'cases'], ['test', 'cases', 'logging'], ['cases', 'logging', 'defects'], ['logging', 'defects', 'hpqc'], ['defects', 'hpqc', 'tool'], ['hpqc', 'tool', 'involved'], ['tool', 'involved', 'formulating'], ['involved', 'formulating', 'test'], ['formulating', 'test', 'summary'], ['test', 'summary', 'report'], ['summary', 'report', 'conduct'], ['report', 'conduct', 'internal'], ['conduct', 'internal', 'test'], ['internal', 'test', 'case'], ['test', 'case', 'peer'], ['case', 'peer', 'reviews'], ['peer', 'reviews', 'participated'], ['reviews', 'participated', 'daily'], ['participated', 'daily', 'scrum'], ['daily', 'scrum', 'meetings'], ['scrum', 'meetings', 'participated'], ['meetings', 'participated', 'weekly'], ['participated', 'weekly', 'status'], ['weekly', 'status', 'meetings'], ['status', 'meetings', 'team'], ['meetings', 'team', 'developers'], ['team', 'developers', 'discuss'], ['developers', 'discuss', 'open'], ['discuss', 'open', 'issues'], ['open', 'issues', 'communicating'], ['issues', 'communicating', 'onsite'], ['communicating', 'onsite', 'team'], ['onsite', 'team', 'company'], ['team', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'pvt'], ['mahindra', 'pvt', 'ltd'], ['pvt', 'ltd', 'pune'], ['ltd', 'pune', 'tech'], ['pune', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'indian'], ['description', 'indian', 'multinational'], ['indian', 'multinational', 'company'], ['multinational', 'company', 'around'], ['company', 'around', '115'], ['around', '115', '000'], ['115', '000', 'employees'], ['000', 'employees', 'spread'], ['employees', 'spread', 'across'], ['spread', 'across', '90'], ['across', '90', 'countries'], ['90', 'countries', 'globally'], ['countries', 'globally', 'total'], ['globally', 'total', 'experience'], ['total', 'experience', '2'], ['experience', '2', 'years'], ['2', 'years', '7'], ['years', '7', 'months'], ['7', 'months', 'organization'], ['months', 'organization', 'designation'], ['organization', 'designation', 'duration'], ['designation', 'duration', 'company'], ['duration', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'project'], ['description', 'project', 'description'], ['project', 'description', 'at'], ['description', 'at', 't'], ['at', 't', 'inc'], ['t', 'inc', 'american'], ['inc', 'american', 'multinational'], ['american', 'multinational', 'conglomerate'], ['multinational', 'conglomerate', 'holding'], ['conglomerate', 'holding', 'company'], ['holding', 'company', 'headquartered'], ['company', 'headquartered', 'whitacre'], ['headquartered', 'whitacre', 'tower'], ['whitacre', 'tower', 'downtown'], ['tower', 'downtown', 'dallas'], ['downtown', 'dallas', 'texas'], ['dallas', 'texas', 'during'], ['texas', 'during', 'serving'], ['during', 'serving', 'software'], ['serving', 'software', 'engineer'], ['software', 'engineer', 'at'], ['engineer', 'at', 't'], ['at', 't', 'i'], ['t', 'i', 'worked'], ['i', 'worked', 'csi'], ['worked', 'csi', 'cam'], ['csi', 'cam', 'common'], ['cam', 'common', 'service'], ['common', 'service', 'interface'], ['service', 'interface', 'team'], ['interface', 'team', 'responsible'], ['team', 'responsible', 'running'], ['responsible', 'running', 'at'], ['running', 'at', 't'], ['at', 't', 'centralised'], ['t', 'centralised', 'solution'], ['centralised', 'solution', 'hub'], ['solution', 'hub', 'web'], ['hub', 'web', 'application'], ['web', 'application', 'called'], ['application', 'called', 'myatt'], ['called', 'myatt', 'com'], ['myatt', 'com', 'roles'], ['com', 'roles', 'responsibilities'], ['roles', 'responsibilities', 'design'], ['responsibilities', 'design', 'develop'], ['design', 'develop', 'maintaing'], ['develop', 'maintaing', 'automation'], ['maintaing', 'automation', 'test'], ['automation', 'test', 'scripts'], ['test', 'scripts', 'test'], ['scripts', 'test', 'cases'], ['test', 'cases', 'using'], ['cases', 'using', 'selenium'], ['using', 'selenium', 'webdriver'], ['selenium', 'webdriver', 'several'], ['webdriver', 'several', 'desktop'], ['several', 'desktop', 'window'], ['desktop', 'window', 'automating'], ['window', 'automating', 'tool'], ['automating', 'tool', 'sikuli'], ['tool', 'sikuli', 'autoit'], ['sikuli', 'autoit', 'executing'], ['autoit', 'executing', 'test'], ['executing', 'test', 'cases'], ['test', 'cases', 'check'], ['cases', 'check', 'working'], ['check', 'working', 'functionality'], ['working', 'functionality', 'existing'], ['functionality', 'existing', 'application'], ['existing', 'application', 'involved'], ['application', 'involved', 'tracking'], ['involved', 'tracking', 'manging'], ['tracking', 'manging', 'test'], ['manging', 'test', 'life'], ['test', 'life', 'cycle'], ['life', 'cycle', 'logging'], ['cycle', 'logging', 'defects'], ['logging', 'defects', 'using'], ['defects', 'using', 'jira'], ['using', 'jira', 'hpqc'], ['jira', 'hpqc', 'alm'], ['hpqc', 'alm', 'involved'], ['alm', 'involved', 'formulating'], ['involved', 'formulating', 'test'], ['formulating', 'test', 'summary'], ['test', 'summary', 'report'], ['summary', 'report', 'conduct'], ['report', 'conduct', 'internal'], ['conduct', 'internal', 'test'], ['internal', 'test', 'case'], ['test', 'case', 'peer'], ['case', 'peer', 'reviews'], ['peer', 'reviews', 'participated'], ['reviews', 'participated', 'daily'], ['participated', 'daily', 'scrum'], ['daily', 'scrum', 'meetings'], ['scrum', 'meetings', 'participated'], ['meetings', 'participated', 'weekly'], ['participated', 'weekly', 'status'], ['weekly', 'status', 'meetings'], ['status', 'meetings', 'team'], ['meetings', 'team', 'developers'], ['team', 'developers', 'discuss'], ['developers', 'discuss', 'open'], ['discuss', 'open', 'issues'], ['open', 'issues', 'communicating'], ['issues', 'communicating', 'onsite'], ['communicating', 'onsite', 'team'], ['onsite', 'team', 'company'], ['team', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'pvt'], ['mahindra', 'pvt', 'ltd'], ['pvt', 'ltd', 'pune'], ['ltd', 'pune', 'tech'], ['pune', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'till'], ['description', 'till', 'date'], ['excellent', 'grasping', 'power', 'learning'], ['grasping', 'power', 'learning', 'new'], ['power', 'learning', 'new', 'concepts'], ['learning', 'new', 'concepts', 'technology'], ['new', 'concepts', 'technology', 'highly'], ['concepts', 'technology', 'highly', 'motivated'], ['technology', 'highly', 'motivated', 'team'], ['highly', 'motivated', 'team', 'player'], ['motivated', 'team', 'player', 'strong'], ['team', 'player', 'strong', 'work'], ['player', 'strong', 'work', 'ethics'], ['strong', 'work', 'ethics', 'committed'], ['work', 'ethics', 'committed', 'hard'], ['ethics', 'committed', 'hard', 'work'], ['committed', 'hard', 'work', 'ability'], ['hard', 'work', 'ability', 'work'], ['work', 'ability', 'work', 'co'], ['ability', 'work', 'co', 'ordinate'], ['work', 'co', 'ordinate', 'team'], ...], [['social'], ['skills'], ['ability'], ['establish'], ['trust'], ['work'], ['team'], ['determined'], ['good'], ['work'], ['ethics'], ['ability'], ['work'], ['difficult'], ['situations'], ['education'], ['details'], ['january'], ['2011'], ['january'], ['2016'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['bachelor'], ['electronics'], ['engineering'], ['electronics'], ['engineering'], ['mumbai'], ['maharashtra'], ['atharva'], ['college'], ['engineering'], ['malad'], ['automation'], ['electrical'], ['engineer'], ['automation'], ['electrical'], ['engineer'], ['smec'], ['automation'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['smec'], ['automation'], ['pvt'], ['ltd'], ['description'], ['18'], ['supply'], ['installation'], ['testing'], ['commissioning'], ['water'], ['level'], ['sensor'], ['valve'], ['actuators'], ['water'], ['tanks'], ['barc'], ['hospital'], ['anushaktinagar'], ['trombay'], ['barc'], ['facility'], ['kalyan'], ['implemented'], ['academy'], ['projects'], ['like'], ['automatically'], ['tank'], ['filling'], ['relay'], ['float'], ['sensor'], ['level'], ['control'], ['bottle'], ['filling'], ['conveyor'], ['belt'], ['motion'], ['waste'], ['material'], ['crashing'], ['separated'], ['conveyor'], ['belt'], ['motion'], ['plc'], ['controlling'], ['role'], ['automation'], ['instrumentation'], ['engineer'], ['marine'], ['industrial'], ['automation'], ['re'], ['calibration'], ['field'], ['instruments'], ['like'], ['control'], ['valve'], ['actuators'], ['sensors'], ['transmitters'], ['pneumatic'], ['electrical'], ['research'], ['developing'], ['new'], ['automated'], ['system'], ['level'], ['flow'], ['temperature'], ['process'], ['control'], ['pid'], ['various'], ['brands'], ['nippon'], ['selec'], ['etc'], ['plc'], ['panel'], ['wiring'], ['dol'], ['star'], ['delta'], ['control'], ['wiring'], ['3'], ['phase'], ['induction'], ['motor'], ['panel'], ['testing'], ['ip'], ['knowledge'], ['control'], ['panel'], ['quality'], ['check'], ['assurance'], ['eletrical'], ['single'], ['line'], ['daigram'], ['sld'], ['power'], ['wiring'], ['daigram'], ['internship'], ['experience'], ['company'], ['smec'], ['automation'], ['pvt'], ['ltd'], ['description'], ['company'], ['profile'], ['smec'], ['automation'], ['provides'], ['specialized'], ['technical'], ['consulting'], ['services'], ['custom'], ['engineered'], ['products'], ['marine'], ['energy'], ['offshore'], ['industries'], ['applying'], ['advanced'], ['methods'], ['technologies'], ['smec'], ['automation'], ['one'], ['india'], ['leading'], ['manufacturers'], ['automation'], ['monitoring'], ['equipment'], ['ocean'], ['going'], ['vessels'], ['especially'], ['marine'], ['boiler'], ['main'], ['engine'], ['control'], ['igg'], ['inert'], ['gas'], ['generator'], ['alarm'], ['system'], ['project'], ['company'], ['smec'], ['automation'], ['pvt'], ['ltd'], ['description'], ['completed'], ['internship'], ['instrumentation'], ['calibrations'], ['smec'], ['automation'], ['pvt'], ['ltd'], ['6'], ['months'], ['duration'], ['8th'], ['june'], ['2016'], ['30th'], ['november'], ['2016'], ['technical'], ['qualification'], ['underwent'], ['post'], ['graduate'], ['diploma'], ['industrial'], ['calibration'], ['instrumentation'], ['post'], ['graduate'], ['diploma'], ['industrial'], ['automation'], ['duration'], ['3'], ['months'], ['hands'], ['practical'], ['exposure'], ['industrial'], ['automation'], ['tools'], ['like'], ['plc'], ['pac'], ['scada'], ['hmi'], ['interfacing'], ['drives'], ['mcc'], ['panel'], ['vfd'], ['su'], ['essful'], ['examination'], ['post'], ['graduation'], ['diploma'], ['industrial'], ['automation'], ['post'], ['graduation'], ['diploma'], ['industrial'], ['instrumentation'], ['tuv'], ['rheinland'], ['certified'], ['qualification'], ['07'], ['11'], ['2016'], ['technical'], ['skills'], ['calculation'], ['selection'], ['cable'], ['switchgear'], ['protection'], ['expertise'], ['plc'], ['hardware'], ['like'], ['ab'], ['schneider'], ['siemens'], ['omron'], ['delta'], ['abb'], ['ge'], ['fanuc'], ['knowledge'], ['control'], ['relay'], ['logic'], ['ladder'], ['logic'], ['having'], ['good'], ['knowledge'], ['designing'], ['interfacing'], ['plc'], ['scada'], ['intouch'], ['vijeo'], ['citect'], ['wincc'], ['ifix'], ['factory'], ['talkview'], ['real'], ['time'], ['data'], ['acquisition'], ['opc'], ['kepware'], ['hmi'], ['interfacing'], ['handling'], ['vfd'], ['motor'], ['control'], ['schneider'], ['electric'], ['altivar'], ['28'], ['series'], ['calibration'], ['pressure'], ['gauge'], ['temperature'], ['gauge'], ['control'], ['valve'], ['level'], ['flow'], ['measurements'], ['control'], ['druck'], ['injector'], ['smart'], ['dp'], ['transmitter'], ['using'], ['ha'], ['communicator'], ['piping'], ['instrumentation'], ['diagram'], ['hand'], ['tools'], ['tubes'], ['pipe'], ['fitting'], ['cable'], ['cable'], ['glanding'], ['have'], ['basic'], ['knowledge'], ['honeywell'], ['dcs'], ['c'], ['300'], ['programming'], ['completed'], ['5'], ['days'], ['robotic'], ['workshop'], ['kuka'], ['kr'], ['16'], ['atharva'], ['college'], ['engineering'], ['training'], ['2'], ['weeks'], ['rk'], ['electricals'], ['computer'], ['skills'], ['electrical'], ['designing'], ['software'], ['basic'], ['autocad'], ['eplan'], ['plc'], ['software'], ['rockwell'], ['twido'], ['suite'], ['step7'], ['microwin'], ['sp2'], ['unity'], ['pro'], ['xl'], ['cx'], ['programmer'], ['wpl'], ['software'], ['codesys'], ['versa'], ['pro'], ['designing'], ['software'], ['wonderware'], ['citectscada7'], ['4'], ['proficy'], ['hmi'], ['scada'], ['ifix'], ['factotytalk'], ['view'], ['su'], ['essfully'], ['completed'], ['spoken'], ['tutorial'], ['program'], ['c'], ['c'], ['java'], ['programming'], ['individually'], ['conducted'], ['iit'], ['bombay'], ['completed'], ['5'], ['days'], ['basic'], ['course'], ['basic'], ['of'], ['mac'], ['os'], ['atharva'], ['college'], ['engineering'], ['completed'], ['phython'], ['workshop'], ['conducted'], ['codestrike'], ['1'], ['day'], ['15'], ['atharva'], ['college'], ['engineering'], ['operating'], ['system'], ['windows'], ['mac'], ['social', 'skills'], ['skills', 'ability'], ['ability', 'establish'], ['establish', 'trust'], ['trust', 'work'], ['work', 'team'], ['team', 'determined'], ['determined', 'good'], ['good', 'work'], ['work', 'ethics'], ['ethics', 'ability'], ['ability', 'work'], ['work', 'difficult'], ['difficult', 'situations'], ['situations', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2011'], ['2011', 'january'], ['january', '2016'], ['2016', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'bachelor'], ['bachelor', 'electronics'], ['electronics', 'engineering'], ['engineering', 'electronics'], ['electronics', 'engineering'], ['engineering', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'atharva'], ['atharva', 'college'], ['college', 'engineering'], ['engineering', 'malad'], ['malad', 'automation'], ['automation', 'electrical'], ['electrical', 'engineer'], ['engineer', 'automation'], ['automation', 'electrical'], ['electrical', 'engineer'], ['engineer', 'smec'], ['smec', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'smec'], ['smec', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', '18'], ['18', 'supply'], ['supply', 'installation'], ['installation', 'testing'], ['testing', 'commissioning'], ['commissioning', 'water'], ['water', 'level'], ['level', 'sensor'], ['sensor', 'valve'], ['valve', 'actuators'], ['actuators', 'water'], ['water', 'tanks'], ['tanks', 'barc'], ['barc', 'hospital'], ['hospital', 'anushaktinagar'], ['anushaktinagar', 'trombay'], ['trombay', 'barc'], ['barc', 'facility'], ['facility', 'kalyan'], ['kalyan', 'implemented'], ['implemented', 'academy'], ['academy', 'projects'], ['projects', 'like'], ['like', 'automatically'], ['automatically', 'tank'], ['tank', 'filling'], ['filling', 'relay'], ['relay', 'float'], ['float', 'sensor'], ['sensor', 'level'], ['level', 'control'], ['control', 'bottle'], ['bottle', 'filling'], ['filling', 'conveyor'], ['conveyor', 'belt'], ['belt', 'motion'], ['motion', 'waste'], ['waste', 'material'], ['material', 'crashing'], ['crashing', 'separated'], ['separated', 'conveyor'], ['conveyor', 'belt'], ['belt', 'motion'], ['motion', 'plc'], ['plc', 'controlling'], ['controlling', 'role'], ['role', 'automation'], ['automation', 'instrumentation'], ['instrumentation', 'engineer'], ['engineer', 'marine'], ['marine', 'industrial'], ['industrial', 'automation'], ['automation', 're'], ['re', 'calibration'], ['calibration', 'field'], ['field', 'instruments'], ['instruments', 'like'], ['like', 'control'], ['control', 'valve'], ['valve', 'actuators'], ['actuators', 'sensors'], ['sensors', 'transmitters'], ['transmitters', 'pneumatic'], ['pneumatic', 'electrical'], ['electrical', 'research'], ['research', 'developing'], ['developing', 'new'], ['new', 'automated'], ['automated', 'system'], ['system', 'level'], ['level', 'flow'], ['flow', 'temperature'], ['temperature', 'process'], ['process', 'control'], ['control', 'pid'], ['pid', 'various'], ['various', 'brands'], ['brands', 'nippon'], ['nippon', 'selec'], ['selec', 'etc'], ['etc', 'plc'], ['plc', 'panel'], ['panel', 'wiring'], ['wiring', 'dol'], ['dol', 'star'], ['star', 'delta'], ['delta', 'control'], ['control', 'wiring'], ['wiring', '3'], ['3', 'phase'], ['phase', 'induction'], ['induction', 'motor'], ['motor', 'panel'], ['panel', 'testing'], ['testing', 'ip'], ['ip', 'knowledge'], ['knowledge', 'control'], ['control', 'panel'], ['panel', 'quality'], ['quality', 'check'], ['check', 'assurance'], ['assurance', 'eletrical'], ['eletrical', 'single'], ['single', 'line'], ['line', 'daigram'], ['daigram', 'sld'], ['sld', 'power'], ['power', 'wiring'], ['wiring', 'daigram'], ['daigram', 'internship'], ['internship', 'experience'], ['experience', 'company'], ['company', 'smec'], ['smec', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'company'], ['company', 'profile'], ['profile', 'smec'], ['smec', 'automation'], ['automation', 'provides'], ['provides', 'specialized'], ['specialized', 'technical'], ['technical', 'consulting'], ['consulting', 'services'], ['services', 'custom'], ['custom', 'engineered'], ['engineered', 'products'], ['products', 'marine'], ['marine', 'energy'], ['energy', 'offshore'], ['offshore', 'industries'], ['industries', 'applying'], ['applying', 'advanced'], ['advanced', 'methods'], ['methods', 'technologies'], ['technologies', 'smec'], ['smec', 'automation'], ['automation', 'one'], ['one', 'india'], ['india', 'leading'], ['leading', 'manufacturers'], ['manufacturers', 'automation'], ['automation', 'monitoring'], ['monitoring', 'equipment'], ['equipment', 'ocean'], ['ocean', 'going'], ['going', 'vessels'], ['vessels', 'especially'], ['especially', 'marine'], ['marine', 'boiler'], ['boiler', 'main'], ['main', 'engine'], ['engine', 'control'], ['control', 'igg'], ['igg', 'inert'], ['inert', 'gas'], ['gas', 'generator'], ['generator', 'alarm'], ['alarm', 'system'], ['system', 'project'], ['project', 'company'], ['company', 'smec'], ['smec', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'completed'], ['completed', 'internship'], ['internship', 'instrumentation'], ['instrumentation', 'calibrations'], ['calibrations', 'smec'], ['smec', 'automation'], ['automation', 'pvt'], ['pvt', 'ltd'], ['ltd', '6'], ['6', 'months'], ['months', 'duration'], ['duration', '8th'], ['8th', 'june'], ['june', '2016'], ['2016', '30th'], ['30th', 'november'], ['november', '2016'], ['2016', 'technical'], ['technical', 'qualification'], ['qualification', 'underwent'], ['underwent', 'post'], ['post', 'graduate'], ['graduate', 'diploma'], ['diploma', 'industrial'], ['industrial', 'calibration'], ['calibration', 'instrumentation'], ['instrumentation', 'post'], ['post', 'graduate'], ['graduate', 'diploma'], ['diploma', 'industrial'], ['industrial', 'automation'], ['automation', 'duration'], ['duration', '3'], ['3', 'months'], ['months', 'hands'], ['hands', 'practical'], ['practical', 'exposure'], ['exposure', 'industrial'], ['industrial', 'automation'], ['automation', 'tools'], ['tools', 'like'], ['like', 'plc'], ['plc', 'pac'], ['pac', 'scada'], ['scada', 'hmi'], ['hmi', 'interfacing'], ['interfacing', 'drives'], ['drives', 'mcc'], ['mcc', 'panel'], ['panel', 'vfd'], ['vfd', 'su'], ['su', 'essful'], ['essful', 'examination'], ['examination', 'post'], ['post', 'graduation'], ['graduation', 'diploma'], ['diploma', 'industrial'], ['industrial', 'automation'], ['automation', 'post'], ['post', 'graduation'], ['graduation', 'diploma'], ['diploma', 'industrial'], ['industrial', 'instrumentation'], ['instrumentation', 'tuv'], ['tuv', 'rheinland'], ['rheinland', 'certified'], ['certified', 'qualification'], ['qualification', '07'], ['07', '11'], ['11', '2016'], ['2016', 'technical'], ['technical', 'skills'], ['skills', 'calculation'], ['calculation', 'selection'], ['selection', 'cable'], ['cable', 'switchgear'], ['switchgear', 'protection'], ['protection', 'expertise'], ['expertise', 'plc'], ['plc', 'hardware'], ['hardware', 'like'], ['like', 'ab'], ['ab', 'schneider'], ['schneider', 'siemens'], ['siemens', 'omron'], ['omron', 'delta'], ['delta', 'abb'], ['abb', 'ge'], ['ge', 'fanuc'], ['fanuc', 'knowledge'], ['knowledge', 'control'], ['control', 'relay'], ['relay', 'logic'], ['logic', 'ladder'], ['ladder', 'logic'], ['logic', 'having'], ['having', 'good'], ['good', 'knowledge'], ['knowledge', 'designing'], ['designing', 'interfacing'], ['interfacing', 'plc'], ['plc', 'scada'], ['scada', 'intouch'], ['intouch', 'vijeo'], ['vijeo', 'citect'], ['citect', 'wincc'], ['wincc', 'ifix'], ['ifix', 'factory'], ['factory', 'talkview'], ['talkview', 'real'], ['real', 'time'], ['time', 'data'], ['data', 'acquisition'], ['acquisition', 'opc'], ['opc', 'kepware'], ['kepware', 'hmi'], ['hmi', 'interfacing'], ['interfacing', 'handling'], ['handling', 'vfd'], ['vfd', 'motor'], ['motor', 'control'], ['control', 'schneider'], ['schneider', 'electric'], ['electric', 'altivar'], ['altivar', '28'], ['28', 'series'], ['series', 'calibration'], ['calibration', 'pressure'], ['pressure', 'gauge'], ['gauge', 'temperature'], ['temperature', 'gauge'], ['gauge', 'control'], ['control', 'valve'], ['valve', 'level'], ['level', 'flow'], ['flow', 'measurements'], ['measurements', 'control'], ['control', 'druck'], ['druck', 'injector'], ['injector', 'smart'], ['smart', 'dp'], ['dp', 'transmitter'], ['transmitter', 'using'], ['using', 'ha'], ['ha', 'communicator'], ['communicator', 'piping'], ['piping', 'instrumentation'], ['instrumentation', 'diagram'], ['diagram', 'hand'], ['hand', 'tools'], ['tools', 'tubes'], ['tubes', 'pipe'], ['pipe', 'fitting'], ['fitting', 'cable'], ['cable', 'cable'], ['cable', 'glanding'], ['glanding', 'have'], ['have', 'basic'], ['basic', 'knowledge'], ['knowledge', 'honeywell'], ['honeywell', 'dcs'], ['dcs', 'c'], ['c', '300'], ['300', 'programming'], ['programming', 'completed'], ['completed', '5'], ['5', 'days'], ['days', 'robotic'], ['robotic', 'workshop'], ['workshop', 'kuka'], ['kuka', 'kr'], ['kr', '16'], ['16', 'atharva'], ['atharva', 'college'], ['college', 'engineering'], ['engineering', 'training'], ['training', '2'], ['2', 'weeks'], ['weeks', 'rk'], ['rk', 'electricals'], ['electricals', 'computer'], ['computer', 'skills'], ['skills', 'electrical'], ['electrical', 'designing'], ['designing', 'software'], ['software', 'basic'], ['basic', 'autocad'], ['autocad', 'eplan'], ['eplan', 'plc'], ['plc', 'software'], ['software', 'rockwell'], ['rockwell', 'twido'], ['twido', 'suite'], ['suite', 'step7'], ['step7', 'microwin'], ['microwin', 'sp2'], ['sp2', 'unity'], ['unity', 'pro'], ['pro', 'xl'], ['xl', 'cx'], ['cx', 'programmer'], ['programmer', 'wpl'], ['wpl', 'software'], ['software', 'codesys'], ['codesys', 'versa'], ['versa', 'pro'], ['pro', 'designing'], ['designing', 'software'], ['software', 'wonderware'], ['wonderware', 'citectscada7'], ['citectscada7', '4'], ['4', 'proficy'], ['proficy', 'hmi'], ['hmi', 'scada'], ['scada', 'ifix'], ['ifix', 'factotytalk'], ['factotytalk', 'view'], ['view', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', 'spoken'], ['spoken', 'tutorial'], ['tutorial', 'program'], ['program', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'programming'], ['programming', 'individually'], ['individually', 'conducted'], ['conducted', 'iit'], ['iit', 'bombay'], ['bombay', 'completed'], ['completed', '5'], ['5', 'days'], ['days', 'basic'], ['basic', 'course'], ['course', 'basic'], ['basic', 'of'], ['of', 'mac'], ['mac', 'os'], ['os', 'atharva'], ['atharva', 'college'], ['college', 'engineering'], ['engineering', 'completed'], ['completed', 'phython'], ['phython', 'workshop'], ['workshop', 'conducted'], ['conducted', 'codestrike'], ['codestrike', '1'], ['1', 'day'], ['day', '15'], ['15', 'atharva'], ['atharva', 'college'], ['college', 'engineering'], ['engineering', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'mac'], ['social', 'skills', 'ability'], ['skills', 'ability', 'establish'], ['ability', 'establish', 'trust'], ['establish', 'trust', 'work'], ['trust', 'work', 'team'], ['work', 'team', 'determined'], ['team', 'determined', 'good'], ['determined', 'good', 'work'], ['good', 'work', 'ethics'], ['work', 'ethics', 'ability'], ['ethics', 'ability', 'work'], ['ability', 'work', 'difficult'], ['work', 'difficult', 'situations'], ['difficult', 'situations', 'education'], ['situations', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2011'], ['january', '2011', 'january'], ['2011', 'january', '2016'], ['january', '2016', 'mumbai'], ['2016', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'bachelor'], ['university', 'bachelor', 'electronics'], ['bachelor', 'electronics', 'engineering'], ['electronics', 'engineering', 'electronics'], ['engineering', 'electronics', 'engineering'], ['electronics', 'engineering', 'mumbai'], ['engineering', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'atharva'], ['maharashtra', 'atharva', 'college'], ['atharva', 'college', 'engineering'], ['college', 'engineering', 'malad'], ['engineering', 'malad', 'automation'], ['malad', 'automation', 'electrical'], ['automation', 'electrical', 'engineer'], ...], [['technical'], ['skills'], ['automation'], ['testing'], ['selenium'], ['webdriver'], ['testng'], ['testing'], ['framework'], ['testng'], ['data'], ['driven'], ['page'], ['object'], ['model'], ['applications'], ['tools'], ['eclipse'], ['postman'], ['building'], ['tool'], ['version'], ['control'], ['continuous'], ['integration'], ['maven'], ['svn'], ['jenkins'], ['database'], ['sql'], ['languages'], ['sql'], ['java'], ['c'], ['scripting'], ['languages'], ['html'], ['javascript'], ['operating'], ['system'], ['windows'], ['domain'], ['insurance'], ['erp'], ['e'], ['commerce'], ['education'], ['details'], ['january'], ['2016'], ['b'], ['e'], ['computer'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['university'], ['pune'], ['automation'], ['testing'], ['java'], ['developer'], ['automationtesting'], ['skill'], ['details'], ['c'], ['exprience'], ['6'], ['months'], ['database'], ['exprience'], ['6'], ['months'], ['eclipse'], ['exprience'], ['6'], ['months'], ['employee'], ['resource'], ['group'], ['exprience'], ['6'], ['months'], ['enterprise'], ['resource'], ['planning'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['phioenix'], ['microsystem'], ['pvt'], ['ltd'], ['description'], ['company'], ['phioenix'], ['microsystem'], ['pvt'], ['ltd'], ['description'], ['organization'], ['role'], ['phoenix'], ['microsystems'], ['pvt'], ['ltd'], ['jr'], ['java'], ['developer'], ['projects'], ['project'], ['project'], ['swb'], ['ebs'], ['support'], ['role'], ['java'], ['developer'], ['description'], ['inventory'], ['operation'], ['system'], ['provides'], ['way'], ['manage'], ['inventories'], ['conducted'], ['day'], ['day'], ['basis'], ['it'], ['used'], ['ount'], ['owners'], ['district'], ['offices'], ['manage'], ['inventory'], ['cycles'], ['plan'], ['events'], ['schedule'], ['stores'], ['people'], ['enter'], ['employee'], ['time'], ['sheets'], ['approve'], ['customer'], ['invoicing'], ['in'], ['addition'], ['provides'], ['several'], ['tools'], ['assist'], ['users'], ['completing'], ['profitable'], ['inventory'], ['satisfying'], ['needs'], ['customers'], ['responsibilities'], ['environment'], ['a'], ['ounts'], ['customers'], ['stores'], ['cycles'], ['planning'], ['scheduling'], ['rescheduling'], ['splits'], ['time'], ['collection'], ['invoicing'], ['closing'], ['week'], ['use'], ['bulk'], ['updates'], ['bulk'], ['inserts'], ['updates'], ['performed'], ['based'], ['primary'], ['java'], ['1'], ['6'], ['ice'], ['faces'], ['1'], ['8'], ['2'], ['ibatis'], ['2'], ['0'], ['jboss'], ['seam'], ['ejb'], ['2'], ['0'], ['html'], ['project'], ['project'], ['intelligen'], ['for'], ['mobileapp'], ['dev'], ['kauapc'], ['role'], ['java'], ['developer'], ['description'], ['inventory'], ['management'], ['retailer'], ['project'], ['develop'], ['inventory'], ['management'], ['system'], ['ims'], ['essible'], ['android'], ['retailers'], ['track'], ['outstanding'], ['inventory'], ['cost'], ['inventory'], ['sales'], ['day'], ['thus'], ['empower'], ['retailer'], ['better'], ['manage'], ['business'], ['responsibilities'], ['cost'], ['inventory'], ['inventory'], ['management'], ['system'], ['time'], ['management'], ['machine'], ['learning'], ['platforms'], ['environment'], ['java'], ['1'], ['6'], ['core'], ['java'], ['6'], ['0'], ['jsf'], ['2'], ['0'], ['rich'], ['faces'], ['4'], ['1'], ['spring'], ['3'], ['2'], ['restful'], ['web'], ['service'], ['using'], ['jersey'], ['api'], ['project'], ['project'], ['loan'], ['lelo'], ['automation'], ['role'], ['software'], ['test'], ['engineer'], ['description'], ['loan'], ['le'], ['lo'], ['offers'], ['selected'], ['loan'], ['multiple'], ['banks'], ['customer'], ['select'], ['particular'], ['loan'], ['offer'], ['fill'], ['details'], ['form'], ['get'], ['registered'], ['email'], ['sent'], ['registered'], ['email'], ['id'], ['login'], ['id'], ['password'], ['responsibilities'], ['development'], ['page'], ['object'], ['model'], ['framework'], ['automation'], ['testing'], ['development'], ['automation'], ['test'], ['script'], ['using'], ['selenium'], ['webdriver'], ['testng'], ['java'], ['execution'], ['selenium'], ['test'], ['cases'], ['reporting'], ['defects'], ['debugging'], ['executing'], ['automation'], ['test'], ['script'], ['using'], ['selenium'], ['web'], ['driver'], ['involved'], ['functional'], ['regression'], ['testing'], ['worked'], ['jenkins'], ['continuous'], ['integration'], ['requirements'], ['reviewed'], ['test'], ['reports'], ['prepared'], ['summary'], ['reports'], ['environment'], ['selenium'], ['web'], ['driver'], ['java'], ['eclipse'], ['testng'], ['sql'], ['project'], ['project'], ['ddsm'], ['automation'], ['role'], ['software'], ['test'], ['engineer'], ['description'], ['the'], ['objective'], ['project'], ['automate'], ['system'], ['zz'], ['server'], ['zz'], ['server'], ['data'], ['divider'], ['team'], ['manual'], ['system'], ['enter'], ['customer'], ['details'], ['user'], ['details'], ['ddsm'], ['system'], ['multiple'], ['roles'], ['each'], ['role'], ['set'], ['permissions'], ['responsibilities'], ['responsible'], ['integration'], ['testing'], ['functional'], ['testing'], ['system'], ['testing'], ['creating'], ['automation'], ['test'], ['cases'], ['existing'], ['pom'], ['framework'], ['using'], ['selenium'], ['web'], ['driver'], ['enhanced'], ['test'], ['cases'], ['using'], ['java'], ['programming'], ['features'], ['testng'], ['annotations'], ['debugging'], ['executing'], ['automation'], ['test'], ['script'], ['using'], ['selenium'], ['web'], ['driver'], ['followed'], ['data'], ['driven'], ['approach'], ['reading'], ['data'], ['excel'], ['file'], ['worked'], ['jenkins'], ['continuous'], ['integration'], ['ci'], ['requirements'], ['involved'], ['regression'], ['testing'], ['api'], ['testing'], ['preparation'], ['weekly'], ['monthly'], ['status'], ['reports'], ['environment'], ['selenium'], ['web'], ['driver'], ['java'], ['eclipse'], ['html'], ['testng'], ['sql'], ['postman'], ['technical', 'skills'], ['skills', 'automation'], ['automation', 'testing'], ['testing', 'selenium'], ['selenium', 'webdriver'], ['webdriver', 'testng'], ['testng', 'testing'], ['testing', 'framework'], ['framework', 'testng'], ['testng', 'data'], ['data', 'driven'], ['driven', 'page'], ['page', 'object'], ['object', 'model'], ['model', 'applications'], ['applications', 'tools'], ['tools', 'eclipse'], ['eclipse', 'postman'], ['postman', 'building'], ['building', 'tool'], ['tool', 'version'], ['version', 'control'], ['control', 'continuous'], ['continuous', 'integration'], ['integration', 'maven'], ['maven', 'svn'], ['svn', 'jenkins'], ['jenkins', 'database'], ['database', 'sql'], ['sql', 'languages'], ['languages', 'sql'], ['sql', 'java'], ['java', 'c'], ['c', 'scripting'], ['scripting', 'languages'], ['languages', 'html'], ['html', 'javascript'], ['javascript', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'domain'], ['domain', 'insurance'], ['insurance', 'erp'], ['erp', 'e'], ['e', 'commerce'], ['commerce', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'university'], ['university', 'pune'], ['pune', 'automation'], ['automation', 'testing'], ['testing', 'java'], ['java', 'developer'], ['developer', 'automationtesting'], ['automationtesting', 'skill'], ['skill', 'details'], ['details', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'eclipse'], ['eclipse', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'employee'], ['employee', 'resource'], ['resource', 'group'], ['group', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'enterprise'], ['enterprise', 'resource'], ['resource', 'planning'], ['planning', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'phioenix'], ['phioenix', 'microsystem'], ['microsystem', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'company'], ['company', 'phioenix'], ['phioenix', 'microsystem'], ['microsystem', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'organization'], ['organization', 'role'], ['role', 'phoenix'], ['phoenix', 'microsystems'], ['microsystems', 'pvt'], ['pvt', 'ltd'], ['ltd', 'jr'], ['jr', 'java'], ['java', 'developer'], ['developer', 'projects'], ['projects', 'project'], ['project', 'project'], ['project', 'swb'], ['swb', 'ebs'], ['ebs', 'support'], ['support', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'description'], ['description', 'inventory'], ['inventory', 'operation'], ['operation', 'system'], ['system', 'provides'], ['provides', 'way'], ['way', 'manage'], ['manage', 'inventories'], ['inventories', 'conducted'], ['conducted', 'day'], ['day', 'day'], ['day', 'basis'], ['basis', 'it'], ['it', 'used'], ['used', 'ount'], ['ount', 'owners'], ['owners', 'district'], ['district', 'offices'], ['offices', 'manage'], ['manage', 'inventory'], ['inventory', 'cycles'], ['cycles', 'plan'], ['plan', 'events'], ['events', 'schedule'], ['schedule', 'stores'], ['stores', 'people'], ['people', 'enter'], ['enter', 'employee'], ['employee', 'time'], ['time', 'sheets'], ['sheets', 'approve'], ['approve', 'customer'], ['customer', 'invoicing'], ['invoicing', 'in'], ['in', 'addition'], ['addition', 'provides'], ['provides', 'several'], ['several', 'tools'], ['tools', 'assist'], ['assist', 'users'], ['users', 'completing'], ['completing', 'profitable'], ['profitable', 'inventory'], ['inventory', 'satisfying'], ['satisfying', 'needs'], ['needs', 'customers'], ['customers', 'responsibilities'], ['responsibilities', 'environment'], ['environment', 'a'], ['a', 'ounts'], ['ounts', 'customers'], ['customers', 'stores'], ['stores', 'cycles'], ['cycles', 'planning'], ['planning', 'scheduling'], ['scheduling', 'rescheduling'], ['rescheduling', 'splits'], ['splits', 'time'], ['time', 'collection'], ['collection', 'invoicing'], ['invoicing', 'closing'], ['closing', 'week'], ['week', 'use'], ['use', 'bulk'], ['bulk', 'updates'], ['updates', 'bulk'], ['bulk', 'inserts'], ['inserts', 'updates'], ['updates', 'performed'], ['performed', 'based'], ['based', 'primary'], ['primary', 'java'], ['java', '1'], ['1', '6'], ['6', 'ice'], ['ice', 'faces'], ['faces', '1'], ['1', '8'], ['8', '2'], ['2', 'ibatis'], ['ibatis', '2'], ['2', '0'], ['0', 'jboss'], ['jboss', 'seam'], ['seam', 'ejb'], ['ejb', '2'], ['2', '0'], ['0', 'html'], ['html', 'project'], ['project', 'project'], ['project', 'intelligen'], ['intelligen', 'for'], ['for', 'mobileapp'], ['mobileapp', 'dev'], ['dev', 'kauapc'], ['kauapc', 'role'], ['role', 'java'], ['java', 'developer'], ['developer', 'description'], ['description', 'inventory'], ['inventory', 'management'], ['management', 'retailer'], ['retailer', 'project'], ['project', 'develop'], ['develop', 'inventory'], ['inventory', 'management'], ['management', 'system'], ['system', 'ims'], ['ims', 'essible'], ['essible', 'android'], ['android', 'retailers'], ['retailers', 'track'], ['track', 'outstanding'], ['outstanding', 'inventory'], ['inventory', 'cost'], ['cost', 'inventory'], ['inventory', 'sales'], ['sales', 'day'], ['day', 'thus'], ['thus', 'empower'], ['empower', 'retailer'], ['retailer', 'better'], ['better', 'manage'], ['manage', 'business'], ['business', 'responsibilities'], ['responsibilities', 'cost'], ['cost', 'inventory'], ['inventory', 'inventory'], ['inventory', 'management'], ['management', 'system'], ['system', 'time'], ['time', 'management'], ['management', 'machine'], ['machine', 'learning'], ['learning', 'platforms'], ['platforms', 'environment'], ['environment', 'java'], ['java', '1'], ['1', '6'], ['6', 'core'], ['core', 'java'], ['java', '6'], ['6', '0'], ['0', 'jsf'], ['jsf', '2'], ['2', '0'], ['0', 'rich'], ['rich', 'faces'], ['faces', '4'], ['4', '1'], ['1', 'spring'], ['spring', '3'], ['3', '2'], ['2', 'restful'], ['restful', 'web'], ['web', 'service'], ['service', 'using'], ['using', 'jersey'], ['jersey', 'api'], ['api', 'project'], ['project', 'project'], ['project', 'loan'], ['loan', 'lelo'], ['lelo', 'automation'], ['automation', 'role'], ['role', 'software'], ['software', 'test'], ['test', 'engineer'], ['engineer', 'description'], ['description', 'loan'], ['loan', 'le'], ['le', 'lo'], ['lo', 'offers'], ['offers', 'selected'], ['selected', 'loan'], ['loan', 'multiple'], ['multiple', 'banks'], ['banks', 'customer'], ['customer', 'select'], ['select', 'particular'], ['particular', 'loan'], ['loan', 'offer'], ['offer', 'fill'], ['fill', 'details'], ['details', 'form'], ['form', 'get'], ['get', 'registered'], ['registered', 'email'], ['email', 'sent'], ['sent', 'registered'], ['registered', 'email'], ['email', 'id'], ['id', 'login'], ['login', 'id'], ['id', 'password'], ['password', 'responsibilities'], ['responsibilities', 'development'], ['development', 'page'], ['page', 'object'], ['object', 'model'], ['model', 'framework'], ['framework', 'automation'], ['automation', 'testing'], ['testing', 'development'], ['development', 'automation'], ['automation', 'test'], ['test', 'script'], ['script', 'using'], ['using', 'selenium'], ['selenium', 'webdriver'], ['webdriver', 'testng'], ['testng', 'java'], ['java', 'execution'], ['execution', 'selenium'], ['selenium', 'test'], ['test', 'cases'], ['cases', 'reporting'], ['reporting', 'defects'], ['defects', 'debugging'], ['debugging', 'executing'], ['executing', 'automation'], ['automation', 'test'], ['test', 'script'], ['script', 'using'], ['using', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'involved'], ['involved', 'functional'], ['functional', 'regression'], ['regression', 'testing'], ['testing', 'worked'], ['worked', 'jenkins'], ['jenkins', 'continuous'], ['continuous', 'integration'], ['integration', 'requirements'], ['requirements', 'reviewed'], ['reviewed', 'test'], ['test', 'reports'], ['reports', 'prepared'], ['prepared', 'summary'], ['summary', 'reports'], ['reports', 'environment'], ['environment', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'java'], ['java', 'eclipse'], ['eclipse', 'testng'], ['testng', 'sql'], ['sql', 'project'], ['project', 'project'], ['project', 'ddsm'], ['ddsm', 'automation'], ['automation', 'role'], ['role', 'software'], ['software', 'test'], ['test', 'engineer'], ['engineer', 'description'], ['description', 'the'], ['the', 'objective'], ['objective', 'project'], ['project', 'automate'], ['automate', 'system'], ['system', 'zz'], ['zz', 'server'], ['server', 'zz'], ['zz', 'server'], ['server', 'data'], ['data', 'divider'], ['divider', 'team'], ['team', 'manual'], ['manual', 'system'], ['system', 'enter'], ['enter', 'customer'], ['customer', 'details'], ['details', 'user'], ['user', 'details'], ['details', 'ddsm'], ['ddsm', 'system'], ['system', 'multiple'], ['multiple', 'roles'], ['roles', 'each'], ['each', 'role'], ['role', 'set'], ['set', 'permissions'], ['permissions', 'responsibilities'], ['responsibilities', 'responsible'], ['responsible', 'integration'], ['integration', 'testing'], ['testing', 'functional'], ['functional', 'testing'], ['testing', 'system'], ['system', 'testing'], ['testing', 'creating'], ['creating', 'automation'], ['automation', 'test'], ['test', 'cases'], ['cases', 'existing'], ['existing', 'pom'], ['pom', 'framework'], ['framework', 'using'], ['using', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'enhanced'], ['enhanced', 'test'], ['test', 'cases'], ['cases', 'using'], ['using', 'java'], ['java', 'programming'], ['programming', 'features'], ['features', 'testng'], ['testng', 'annotations'], ['annotations', 'debugging'], ['debugging', 'executing'], ['executing', 'automation'], ['automation', 'test'], ['test', 'script'], ['script', 'using'], ['using', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'followed'], ['followed', 'data'], ['data', 'driven'], ['driven', 'approach'], ['approach', 'reading'], ['reading', 'data'], ['data', 'excel'], ['excel', 'file'], ['file', 'worked'], ['worked', 'jenkins'], ['jenkins', 'continuous'], ['continuous', 'integration'], ['integration', 'ci'], ['ci', 'requirements'], ['requirements', 'involved'], ['involved', 'regression'], ['regression', 'testing'], ['testing', 'api'], ['api', 'testing'], ['testing', 'preparation'], ['preparation', 'weekly'], ['weekly', 'monthly'], ['monthly', 'status'], ['status', 'reports'], ['reports', 'environment'], ['environment', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'java'], ['java', 'eclipse'], ['eclipse', 'html'], ['html', 'testng'], ['testng', 'sql'], ['sql', 'postman'], ['technical', 'skills', 'automation'], ['skills', 'automation', 'testing'], ['automation', 'testing', 'selenium'], ['testing', 'selenium', 'webdriver'], ['selenium', 'webdriver', 'testng'], ['webdriver', 'testng', 'testing'], ['testng', 'testing', 'framework'], ['testing', 'framework', 'testng'], ['framework', 'testng', 'data'], ['testng', 'data', 'driven'], ['data', 'driven', 'page'], ['driven', 'page', 'object'], ['page', 'object', 'model'], ['object', 'model', 'applications'], ['model', 'applications', 'tools'], ['applications', 'tools', 'eclipse'], ['tools', 'eclipse', 'postman'], ['eclipse', 'postman', 'building'], ['postman', 'building', 'tool'], ['building', 'tool', 'version'], ['tool', 'version', 'control'], ['version', 'control', 'continuous'], ['control', 'continuous', 'integration'], ['continuous', 'integration', 'maven'], ['integration', 'maven', 'svn'], ['maven', 'svn', 'jenkins'], ['svn', 'jenkins', 'database'], ['jenkins', 'database', 'sql'], ['database', 'sql', 'languages'], ['sql', 'languages', 'sql'], ['languages', 'sql', 'java'], ['sql', 'java', 'c'], ['java', 'c', 'scripting'], ['c', 'scripting', 'languages'], ['scripting', 'languages', 'html'], ['languages', 'html', 'javascript'], ['html', 'javascript', 'operating'], ['javascript', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'domain'], ['windows', 'domain', 'insurance'], ['domain', 'insurance', 'erp'], ['insurance', 'erp', 'e'], ['erp', 'e', 'commerce'], ['e', 'commerce', 'education'], ...], [['skills'], ['agile'], ['methodology'], ['scrum'], ['kanban'], ['extreme'], ['programming'], ['xp'], ['test'], ['driven'], ['development'], ['tdd'], ['feature'], ['driven'], ['development'], ['fdd'], ['domain'], ['industrial'], ['automation'], ['retail'], ['banking'], ['insurance'], ['health'], ['care'], ['automation'], ['framework'], ['modular'], ['data'], ['driven'], ['bpt'], ['hybrid'], ['test'], ['automation'], ['tool'], ['hp'], ['uft'], ['taf'], ['load'], ['runner'], ['selenium'], ['rational'], ['robot'], ['dcmtk'], ['sikuli'], ['languages'], ['vb'], ['script'], ['c'], ['python'], ['shell'], ['script'], ['bug'], ['tracking'], ['tool'], ['bugzilla'], ['jira'], ['hp'], ['quality'], ['control'], ['ap'], ['test'], ['clear'], ['quest'], ['version'], ['management'], ['clear'], ['case'], ['win'], ['cvs'], ['svn'], ['database'], ['oracle'], ['sql'], ['server'], ['mysql'], ['network'], ['protocols'], ['tcp'], ['ip'], ['http'], ['https'], ['vpn'], ['ftp'], ['ldap'], ['healthcare'], ['dicom'], ['pacs'], ['hl7'], ['image'], ['archiving'], ['image'], ['reconstruction'], ['rockwell'], ['automation'], ['logix'], ['designer'], ['factory'], ['talk'], ['rslinx'], ['classic'], ['control'], ['flash'], ['compare'], ['tool'], ['i'], ['o'], ['modules'], ['profiles'], ['education'], ['details'], ['bachelor'], ['science'], ['computer'], ['science'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['qa'], ['automation'], ['lead'], ['qa'], ['automation'], ['lead'], ['skill'], ['details'], ['c'], ['exprience'], ['63'], ['months'], ['python'], ['exprience'], ['109'], ['months'], ['uft'], ['exprience'], ['85'], ['months'], ['selenium'], ['exprience'], ['85'], ['months'], ['sql'], ['exprience'], ['69'], ['monthscompany'], ['details'], ['company'], ['leading'], ['industrial'], ['automation'], ['description'], ['responsibilities'], ['test'], ['rockwell'], ['automation'], ['embedded'], ['systems'], ['logix'], ['designer'], ['factory'], ['talk'], ['rslinx'], ['classic'], ['control'], ['flash'], ['compare'], ['tool'], ['i'], ['o'], ['modules'], ['profiles'], ['coordinate'], ['onsite'], ['offshore'], ['qa'], ['leads'], ['design'], ['develop'], ['test'], ['strategy'], ['test'], ['plan'], ['document'], ['test'], ['plan'], ['test'], ['cases'], ['base'], ['product'], ['requirement'], ['document'], ['functional'], ['specification'], ['discussed'], ['explained'], ['requirement'], ['qa'], ['team'], ['work'], ['scrum'], ['base'], ['agile'], ['methodology'], ['test'], ['driven'], ['development'], ['environment'], ['frequent'], ['changing'], ['requirements'], ['lots'], ['challenges'], ['document'], ['published'], ['program'], ['increment'], ['objectives'], ['program'], ['increment'], ['planning'], ['report'], ['feature'], ['epics'], ['backlog'], ['stories'], ['conduct'], ['participated'], ['program'], ['increment'], ['planning'], ['backlog'], ['grooming'], ['sprint'], ['planning'], ['daily'], ['stand'], ['ups'], ['sprint'], ['review'], ['retrospective'], ['perform'], ['automation'], ['testing'], ['tasks'], ['design'], ['create'], ['maintain'], ['execute'], ['peer'], ['review'], ['test'], ['scripts'], ['using'], ['test'], ['automation'], ['framework'], ['taf'], ['develop'], ['execute'], ['system'], ['integration'], ['gui'], ['integration'], ['test'], ['using'], ['c'], ['interact'], ['business'], ['analysts'], ['software'], ['developers'], ['bug'], ['review'], ['participated'], ['qa'], ['meetings'], ['work'], ['closely'], ['development'], ['engineering'], ['department'], ['ensure'], ['proper'], ['resolution'], ['bugs'], ['proactively'], ['came'], ['innovative'], ['methods'], ['improve'], ['software'], ['quality'], ['test'], ['coverage'], ['efficiency'], ['regression'], ['coverage'], ['created'], ['maintained'], ['testing'], ['documents'], ['high'], ['level'], ['requirement'], ['test'], ['strategy'], ['report'], ['test'], ['plan'], ['test'], ['cases'], ['test'], ['execution'], ['results'], ['bug'], ['report'], ['quality'], ['metrics'], ['traceability'], ['matrix'], ['testing'], ['summary'], ['reports'], ['environment'], ['logix'], ['designer'], ['factory'], ['talk'], ['rslinx'], ['classic'], ['controlflash'], ['comparetool'], ['i'], ['o'], ['modules'], ['profiles'], ['test'], ['automation'], ['framework'], ['taf'], ['c'], ['python'], ['selenium'], ['clear'], ['case'], ['clear'], ['quest'], ['uft'], ['collaborative'], ['lifecycle'], ['management'], ['version'], ['one'], ['company'], ['ge'], ['healthcare'], ['description'], ['responsibilities'], ['validated'], ['ge'], ['ct'], ['scanners'], ['based'], ['fda'], ['compliances'], ['regulations'], ['interacted'], ['clinical'], ['experts'], ['business'], ['analysts'], ['development'], ['architect'], ['creation'], ['test'], ['strategy'], ['test'], ['plan'], ['coordinated'], ['offshore'], ['qa'], ['onsite'], ['qa'], ['team'], ['work'], ['design'], ['develop'], ['test'], ['strategies'], ['requirement'], ['traceability'], ['matrix'], ['designed'], ['created'], ['executed'], ['manual'], ['test'], ['cases'], ['base'], ['product'], ['requirement'], ['documents'], ['increased'], ['productivity'], ['initiating'], ['use'], ['automation'], ['tools'], ['like'], ['dicom'], ['qtp'], ['trained'], ['guided'], ['ge'], ['team'], ['automation'], ['test'], ['creation'], ['execution'], ['using'], ['qtp'], ['performed'], ['testing'], ['types'], ['functional'], ['integration'], ['performance'], ['regression'], ['provide'], ['test'], ['reports'], ['management'], ['involved'], ['release'], ['support'], ['test'], ['bed'], ['creation'], ['testing'], ['throughout'], ['release'], ['process'], ['environment'], ['agile'], ['test'], ['driven'], ['development'], ['tdd'], ['dicom'], ['hl7'], ['image'], ['reconstruction'], ['windows'], ['linux'], ['sql'], ['c'], ['python'], ['qtp'], ['html'], ['xml'], ['qtp'], ['vbscripts'], ['qc'], ['company'], ['patni'], ['ge'], ['healthcare'], ['pacs'], ['description'], ['responsibilities'], ['validated'], ['ge'], ['pacs'], ['application'], ['tested'], ['web'], ['application'], ['defined'], ['administration'], ['authentication'], ['archiving'], ['dicom'], ['images'], ['involved'], ['creation'], ['automation'], ['framework'], ['using'], ['hybrid'], ['bpt'], ['approach'], ['responsible'], ['creation'], ['test'], ['bed'], ['golden'], ['data'], ['using'], ['dcmtk'], ['prepared'], ['test'], ['scenarios'], ['test'], ['plan'], ['test'], ['cases'], ['automation'], ['scripts'], ['integration'], ['system'], ['end'], ['end'], ['testing'], ['applications'], ['designed'], ['developed'], ['user'], ['defined'], ['generic'], ['functions'], ['well'], ['versed'], ['vb'], ['scripting'], ['descriptive'], ['programming'], ['scripting'], ['dynamic'], ['objects'], ['reusable'], ['actions'], ['defining'], ['scenario'], ['flows'], ['uft'], ['qtp'], ['reviewed'], ['qtp'], ['scripts'], ['developed'], ['team'], ['members'], ['supported'], ['qa'], ['sit'], ['regression'], ['testing'], ['team'], ['environmental'], ['issues'], ['interact'], ['downstream'], ['environment'], ['system'], ['team'], ['clarifications'], ['environment'], ['agile'], ['test'], ['driven'], ['development'], ['tdd'], ['ge'], ['pacs'], ['dicom'], ['hl7'], ['image'], ['reconstruction'], ['image'], ['construction'], ['windows'], ['linux'], ['sql'], ['c'], ['python'], ['selenium'], ['qtp'], ['html'], ['xml'], ['qtp'], ['javascript'], ['vbscripts'], ['qc'], ['company'], ['hdfc'], ['bank'], ['limited'], ['description'], ['responsibilities'], ['reviewed'], ['business'], ['requirements'], ['design'], ['documents'], ['prepared'], ['test'], ['cases'], ['assigned'], ['project'], ['releases'], ['performed'], ['testing'], ['types'], ['api'], ['functional'], ['integration'], ['system'], ['performance'], ['regression'], ['security'], ['network'], ['provide'], ['test'], ['reports'], ['management'], ['involved'], ['integration'], ['testing'], ['release'], ['new'], ['functionality'], ['testing'], ['critical'], ['bug'], ['fixes'], ['co'], ['ordinate'], ['developer'], ['fixing'], ['critical'], ['bugs'], ['involved'], ['backend'], ['database'], ['testing'], ['oracle'], ['microsoft'], ['sql'], ['involved'], ['release'], ['support'], ['test'], ['bed'], ['setup'], ['testing'], ['throughout'], ['release'], ['process'], ['automation'], ['test'], ['flow'], ['using'], ['automated'], ['tools'], ['qtp'], ['10'], ['environment'], ['windows'], ['linux'], ['sql'], ['c'], ['python'], ['qtp'], ['html'], ['xml'], ['qtp'], ['javascript'], ['vbscripts'], ['qc'], ['company'], ['vistaar'], ['systems'], ['limited'], ['description'], ['responsibilities'], ['referred'], ['business'], ['requirements'], ['documents'], ['use'], ['case'], ['documents'], ['design'], ['documents'], ['provided'], ['client'], ['developer'], ['creation'], ['manual'], ['automation'], ['test'], ['cases'], ['involved'], ['analysis'], ['design'], ['creation'], ['execution'], ['debugging'], ['automation'], ['scripts'], ['using'], ['automation'], ['tools'], ['like'], ['rational'], ['robot'], ['qtp'], ['shell'], ['scripting'], ['testing'], ['critical'], ['bug'], ['fixes'], ['co'], ['ordinate'], ['developer'], ['fixing'], ['critical'], ['bugs'], ['involved'], ['installation'], ['build'], ['maintaining'], ['test'], ['bed'], ['smoke'], ['sanitary'], ['testing'], ['regression'], ['testing'], ['performance'], ['testing'], ['database'], ['testing'], ['using'], ['rational'], ['robot'], ['qtp'], ['shell'], ['scripting'], ['environment'], ['windows'], ['linux'], ['sql'], ['rational'], ['robot'], ['v2002'], ['qtp'], ['v'], ['9'], ['2'], ['skills', 'agile'], ['agile', 'methodology'], ['methodology', 'scrum'], ['scrum', 'kanban'], ['kanban', 'extreme'], ['extreme', 'programming'], ['programming', 'xp'], ['xp', 'test'], ['test', 'driven'], ['driven', 'development'], ['development', 'tdd'], ['tdd', 'feature'], ['feature', 'driven'], ['driven', 'development'], ['development', 'fdd'], ['fdd', 'domain'], ['domain', 'industrial'], ['industrial', 'automation'], ['automation', 'retail'], ['retail', 'banking'], ['banking', 'insurance'], ['insurance', 'health'], ['health', 'care'], ['care', 'automation'], ['automation', 'framework'], ['framework', 'modular'], ['modular', 'data'], ['data', 'driven'], ['driven', 'bpt'], ['bpt', 'hybrid'], ['hybrid', 'test'], ['test', 'automation'], ['automation', 'tool'], ['tool', 'hp'], ['hp', 'uft'], ['uft', 'taf'], ['taf', 'load'], ['load', 'runner'], ['runner', 'selenium'], ['selenium', 'rational'], ['rational', 'robot'], ['robot', 'dcmtk'], ['dcmtk', 'sikuli'], ['sikuli', 'languages'], ['languages', 'vb'], ['vb', 'script'], ['script', 'c'], ['c', 'python'], ['python', 'shell'], ['shell', 'script'], ['script', 'bug'], ['bug', 'tracking'], ['tracking', 'tool'], ['tool', 'bugzilla'], ['bugzilla', 'jira'], ['jira', 'hp'], ['hp', 'quality'], ['quality', 'control'], ['control', 'ap'], ['ap', 'test'], ['test', 'clear'], ['clear', 'quest'], ['quest', 'version'], ['version', 'management'], ['management', 'clear'], ['clear', 'case'], ['case', 'win'], ['win', 'cvs'], ['cvs', 'svn'], ['svn', 'database'], ['database', 'oracle'], ['oracle', 'sql'], ['sql', 'server'], ['server', 'mysql'], ['mysql', 'network'], ['network', 'protocols'], ['protocols', 'tcp'], ['tcp', 'ip'], ['ip', 'http'], ['http', 'https'], ['https', 'vpn'], ['vpn', 'ftp'], ['ftp', 'ldap'], ['ldap', 'healthcare'], ['healthcare', 'dicom'], ['dicom', 'pacs'], ['pacs', 'hl7'], ['hl7', 'image'], ['image', 'archiving'], ['archiving', 'image'], ['image', 'reconstruction'], ['reconstruction', 'rockwell'], ['rockwell', 'automation'], ['automation', 'logix'], ['logix', 'designer'], ['designer', 'factory'], ['factory', 'talk'], ['talk', 'rslinx'], ['rslinx', 'classic'], ['classic', 'control'], ['control', 'flash'], ['flash', 'compare'], ['compare', 'tool'], ['tool', 'i'], ['i', 'o'], ['o', 'modules'], ['modules', 'profiles'], ['profiles', 'education'], ['education', 'details'], ['details', 'bachelor'], ['bachelor', 'science'], ['science', 'computer'], ['computer', 'science'], ['science', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'qa'], ['qa', 'automation'], ['automation', 'lead'], ['lead', 'qa'], ['qa', 'automation'], ['automation', 'lead'], ['lead', 'skill'], ['skill', 'details'], ['details', 'c'], ['c', 'exprience'], ['exprience', '63'], ['63', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '109'], ['109', 'months'], ['months', 'uft'], ['uft', 'exprience'], ['exprience', '85'], ['85', 'months'], ['months', 'selenium'], ['selenium', 'exprience'], ['exprience', '85'], ['85', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '69'], ['69', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'leading'], ['leading', 'industrial'], ['industrial', 'automation'], ['automation', 'description'], ['description', 'responsibilities'], ['responsibilities', 'test'], ['test', 'rockwell'], ['rockwell', 'automation'], ['automation', 'embedded'], ['embedded', 'systems'], ['systems', 'logix'], ['logix', 'designer'], ['designer', 'factory'], ['factory', 'talk'], ['talk', 'rslinx'], ['rslinx', 'classic'], ['classic', 'control'], ['control', 'flash'], ['flash', 'compare'], ['compare', 'tool'], ['tool', 'i'], ['i', 'o'], ['o', 'modules'], ['modules', 'profiles'], ['profiles', 'coordinate'], ['coordinate', 'onsite'], ['onsite', 'offshore'], ['offshore', 'qa'], ['qa', 'leads'], ['leads', 'design'], ['design', 'develop'], ['develop', 'test'], ['test', 'strategy'], ['strategy', 'test'], ['test', 'plan'], ['plan', 'document'], ['document', 'test'], ['test', 'plan'], ['plan', 'test'], ['test', 'cases'], ['cases', 'base'], ['base', 'product'], ['product', 'requirement'], ['requirement', 'document'], ['document', 'functional'], ['functional', 'specification'], ['specification', 'discussed'], ['discussed', 'explained'], ['explained', 'requirement'], ['requirement', 'qa'], ['qa', 'team'], ['team', 'work'], ['work', 'scrum'], ['scrum', 'base'], ['base', 'agile'], ['agile', 'methodology'], ['methodology', 'test'], ['test', 'driven'], ['driven', 'development'], ['development', 'environment'], ['environment', 'frequent'], ['frequent', 'changing'], ['changing', 'requirements'], ['requirements', 'lots'], ['lots', 'challenges'], ['challenges', 'document'], ['document', 'published'], ['published', 'program'], ['program', 'increment'], ['increment', 'objectives'], ['objectives', 'program'], ['program', 'increment'], ['increment', 'planning'], ['planning', 'report'], ['report', 'feature'], ['feature', 'epics'], ['epics', 'backlog'], ['backlog', 'stories'], ['stories', 'conduct'], ['conduct', 'participated'], ['participated', 'program'], ['program', 'increment'], ['increment', 'planning'], ['planning', 'backlog'], ['backlog', 'grooming'], ['grooming', 'sprint'], ['sprint', 'planning'], ['planning', 'daily'], ['daily', 'stand'], ['stand', 'ups'], ['ups', 'sprint'], ['sprint', 'review'], ['review', 'retrospective'], ['retrospective', 'perform'], ['perform', 'automation'], ['automation', 'testing'], ['testing', 'tasks'], ['tasks', 'design'], ['design', 'create'], ['create', 'maintain'], ['maintain', 'execute'], ...], [['technical'], ['skills'], ['summary'], ['i'], ['completed'], ['corporate'], ['training'], ['manual'], ['automation'], ['testing'], ['source'], ['code'], ['technology'], ['pune'], ['manual'], ['automation'], ['testing'], ['selenium'], ['ide'], ['testng'], ['selenium'], ['grid'], ['jenkins'], ['apache'], ['poi'], ['good'], ['knowledge'], ['sdlc'], ['excellent'], ['understanding'], ['white'], ['box'], ['testing'], ['black'], ['box'], ['testing'], ['good'], ['knowledge'], ['functional'], ['testing'], ['integration'], ['testing'], ['system'], ['testing'], ['good'], ['exposure'], ['writing'], ['functional'], ['integration'], ['scenarios'], ['good'], ['understanding'], ['writing'], ['test'], ['cases'], ['including'], ['test'], ['case'], ['design'], ['technique'], ['good'], ['understanding'], ['build'], ['release'], ['good'], ['knowledge'], ['ad'], ['hoc'], ['smoke'], ['testing'], ['excellent'], ['understanding'], ['usability'], ['reliability'], ['exploratory'], ['testing'], ['excellent'], ['knowledge'], ['globalization'], ['compatibility'], ['testing'], ['excellent'], ['understand'], ['stlc'], ['good'], ['knowledge'], ['regression'], ['retesting'], ['excellent'], ['knowledge'], ['defect'], ['tracking'], ['defect'], ['life'], ['cycle'], ['good'], ['knowledge'], ['test'], ['plan'], ['traceability'], ['matrix'], ['internship'], ['project'], ['project'], ['name'], ['resume'], ['extractor'], ['duration'], ['6'], ['months'], ['role'], ['manual'], ['and'], ['automation'], ['testing'], ['environment'], ['jdbc'], ['servlets'], ['jsp'], ['technologies'], ['web'], ['based'], ['application'], ['ms'], ['a'], ['ess2007'], ['the'], ['project'], ['involved'], ['development'], ['web'], ['application'], ['resume'], ['extractor'], ['provides'], ['technology'], ['analyze'], ['mass'], ['volume'], ['data'], ['detect'], ['resume'], ['data'], ['covered'], ['company'], ['valuable'], ['information'], ['this'], ['project'], ['company'], ['site'], ['based'], ['recruitment'], ['process'], ['strengths'], ['able'], ['work'], ['team'], ['system'], ['operational'], ['analysis'], ['good'], ['communication'], ['skills'], ['active'], ['learning'], ['critical'], ['thinking'], ['good'], ['interpersonal'], ['skills'], ['willing'], ['take'], ['challenges'], ['responsibilities'], ['ability'], ['learn'], ['new'], ['technologies'], ['minimal'], ['time'], ['period'], ['education'], ['details'], ['january'], ['2015'], ['bcs'], ['computer'], ['science'], ['mgm'], ['college'], ['mca'], ['pune'], ['maharashtra'], ['computer'], ['science'], ['fromjspm'], ['college'], ['hsc'], ['nanded'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['ssc'], ['nanded'], ['maharashtra'], ['maharashtra'], ['state'], ['board'], ['software'], ['testing'], ['software'], ['testing'], ['skill'], ['details'], ['apache'], ['exprience'], ['6'], ['months'], ['black'], ['box'], ['exprience'], ['6'], ['months'], ['black'], ['box'], ['testing'], ['exprience'], ['6'], ['months'], ['functional'], ['testing'], ['exprience'], ['6'], ['months'], ['integration'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['tech'], ['mahindra'], ['description'], ['software'], ['testing'], ['manual'], ['automation'], ['company'], ['description'], ['software'], ['test'], ['engineer'], ['technical', 'skills'], ['skills', 'summary'], ['summary', 'i'], ['i', 'completed'], ['completed', 'corporate'], ['corporate', 'training'], ['training', 'manual'], ['manual', 'automation'], ['automation', 'testing'], ['testing', 'source'], ['source', 'code'], ['code', 'technology'], ['technology', 'pune'], ['pune', 'manual'], ['manual', 'automation'], ['automation', 'testing'], ['testing', 'selenium'], ['selenium', 'ide'], ['ide', 'testng'], ['testng', 'selenium'], ['selenium', 'grid'], ['grid', 'jenkins'], ['jenkins', 'apache'], ['apache', 'poi'], ['poi', 'good'], ['good', 'knowledge'], ['knowledge', 'sdlc'], ['sdlc', 'excellent'], ['excellent', 'understanding'], ['understanding', 'white'], ['white', 'box'], ['box', 'testing'], ['testing', 'black'], ['black', 'box'], ['box', 'testing'], ['testing', 'good'], ['good', 'knowledge'], ['knowledge', 'functional'], ['functional', 'testing'], ['testing', 'integration'], ['integration', 'testing'], ['testing', 'system'], ['system', 'testing'], ['testing', 'good'], ['good', 'exposure'], ['exposure', 'writing'], ['writing', 'functional'], ['functional', 'integration'], ['integration', 'scenarios'], ['scenarios', 'good'], ['good', 'understanding'], ['understanding', 'writing'], ['writing', 'test'], ['test', 'cases'], ['cases', 'including'], ['including', 'test'], ['test', 'case'], ['case', 'design'], ['design', 'technique'], ['technique', 'good'], ['good', 'understanding'], ['understanding', 'build'], ['build', 'release'], ['release', 'good'], ['good', 'knowledge'], ['knowledge', 'ad'], ['ad', 'hoc'], ['hoc', 'smoke'], ['smoke', 'testing'], ['testing', 'excellent'], ['excellent', 'understanding'], ['understanding', 'usability'], ['usability', 'reliability'], ['reliability', 'exploratory'], ['exploratory', 'testing'], ['testing', 'excellent'], ['excellent', 'knowledge'], ['knowledge', 'globalization'], ['globalization', 'compatibility'], ['compatibility', 'testing'], ['testing', 'excellent'], ['excellent', 'understand'], ['understand', 'stlc'], ['stlc', 'good'], ['good', 'knowledge'], ['knowledge', 'regression'], ['regression', 'retesting'], ['retesting', 'excellent'], ['excellent', 'knowledge'], ['knowledge', 'defect'], ['defect', 'tracking'], ['tracking', 'defect'], ['defect', 'life'], ['life', 'cycle'], ['cycle', 'good'], ['good', 'knowledge'], ['knowledge', 'test'], ['test', 'plan'], ['plan', 'traceability'], ['traceability', 'matrix'], ['matrix', 'internship'], ['internship', 'project'], ['project', 'project'], ['project', 'name'], ['name', 'resume'], ['resume', 'extractor'], ['extractor', 'duration'], ['duration', '6'], ['6', 'months'], ['months', 'role'], ['role', 'manual'], ['manual', 'and'], ['and', 'automation'], ['automation', 'testing'], ['testing', 'environment'], ['environment', 'jdbc'], ['jdbc', 'servlets'], ['servlets', 'jsp'], ['jsp', 'technologies'], ['technologies', 'web'], ['web', 'based'], ['based', 'application'], ['application', 'ms'], ['ms', 'a'], ['a', 'ess2007'], ['ess2007', 'the'], ['the', 'project'], ['project', 'involved'], ['involved', 'development'], ['development', 'web'], ['web', 'application'], ['application', 'resume'], ['resume', 'extractor'], ['extractor', 'provides'], ['provides', 'technology'], ['technology', 'analyze'], ['analyze', 'mass'], ['mass', 'volume'], ['volume', 'data'], ['data', 'detect'], ['detect', 'resume'], ['resume', 'data'], ['data', 'covered'], ['covered', 'company'], ['company', 'valuable'], ['valuable', 'information'], ['information', 'this'], ['this', 'project'], ['project', 'company'], ['company', 'site'], ['site', 'based'], ['based', 'recruitment'], ['recruitment', 'process'], ['process', 'strengths'], ['strengths', 'able'], ['able', 'work'], ['work', 'team'], ['team', 'system'], ['system', 'operational'], ['operational', 'analysis'], ['analysis', 'good'], ['good', 'communication'], ['communication', 'skills'], ['skills', 'active'], ['active', 'learning'], ['learning', 'critical'], ['critical', 'thinking'], ['thinking', 'good'], ['good', 'interpersonal'], ['interpersonal', 'skills'], ['skills', 'willing'], ['willing', 'take'], ['take', 'challenges'], ['challenges', 'responsibilities'], ['responsibilities', 'ability'], ['ability', 'learn'], ['learn', 'new'], ['new', 'technologies'], ['technologies', 'minimal'], ['minimal', 'time'], ['time', 'period'], ['period', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2015'], ['2015', 'bcs'], ['bcs', 'computer'], ['computer', 'science'], ['science', 'mgm'], ['mgm', 'college'], ['college', 'mca'], ['mca', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'computer'], ['computer', 'science'], ['science', 'fromjspm'], ['fromjspm', 'college'], ['college', 'hsc'], ['hsc', 'nanded'], ['nanded', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'ssc'], ['ssc', 'nanded'], ['nanded', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'software'], ['software', 'testing'], ['testing', 'software'], ['software', 'testing'], ['testing', 'skill'], ['skill', 'details'], ['details', 'apache'], ['apache', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'black'], ['black', 'box'], ['box', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'black'], ['black', 'box'], ['box', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'functional'], ['functional', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'integration'], ['integration', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'software'], ['software', 'testing'], ['testing', 'manual'], ['manual', 'automation'], ['automation', 'company'], ['company', 'description'], ['description', 'software'], ['software', 'test'], ['test', 'engineer'], ['technical', 'skills', 'summary'], ['skills', 'summary', 'i'], ['summary', 'i', 'completed'], ['i', 'completed', 'corporate'], ['completed', 'corporate', 'training'], ['corporate', 'training', 'manual'], ['training', 'manual', 'automation'], ['manual', 'automation', 'testing'], ['automation', 'testing', 'source'], ['testing', 'source', 'code'], ['source', 'code', 'technology'], ['code', 'technology', 'pune'], ['technology', 'pune', 'manual'], ['pune', 'manual', 'automation'], ['manual', 'automation', 'testing'], ['automation', 'testing', 'selenium'], ['testing', 'selenium', 'ide'], ['selenium', 'ide', 'testng'], ['ide', 'testng', 'selenium'], ['testng', 'selenium', 'grid'], ['selenium', 'grid', 'jenkins'], ['grid', 'jenkins', 'apache'], ['jenkins', 'apache', 'poi'], ['apache', 'poi', 'good'], ['poi', 'good', 'knowledge'], ['good', 'knowledge', 'sdlc'], ['knowledge', 'sdlc', 'excellent'], ['sdlc', 'excellent', 'understanding'], ['excellent', 'understanding', 'white'], ['understanding', 'white', 'box'], ['white', 'box', 'testing'], ['box', 'testing', 'black'], ['testing', 'black', 'box'], ['black', 'box', 'testing'], ['box', 'testing', 'good'], ['testing', 'good', 'knowledge'], ['good', 'knowledge', 'functional'], ['knowledge', 'functional', 'testing'], ['functional', 'testing', 'integration'], ['testing', 'integration', 'testing'], ['integration', 'testing', 'system'], ['testing', 'system', 'testing'], ['system', 'testing', 'good'], ['testing', 'good', 'exposure'], ['good', 'exposure', 'writing'], ['exposure', 'writing', 'functional'], ['writing', 'functional', 'integration'], ['functional', 'integration', 'scenarios'], ['integration', 'scenarios', 'good'], ['scenarios', 'good', 'understanding'], ['good', 'understanding', 'writing'], ['understanding', 'writing', 'test'], ['writing', 'test', 'cases'], ['test', 'cases', 'including'], ['cases', 'including', 'test'], ['including', 'test', 'case'], ['test', 'case', 'design'], ['case', 'design', 'technique'], ['design', 'technique', 'good'], ['technique', 'good', 'understanding'], ['good', 'understanding', 'build'], ['understanding', 'build', 'release'], ['build', 'release', 'good'], ['release', 'good', 'knowledge'], ['good', 'knowledge', 'ad'], ['knowledge', 'ad', 'hoc'], ['ad', 'hoc', 'smoke'], ['hoc', 'smoke', 'testing'], ['smoke', 'testing', 'excellent'], ['testing', 'excellent', 'understanding'], ['excellent', 'understanding', 'usability'], ['understanding', 'usability', 'reliability'], ['usability', 'reliability', 'exploratory'], ['reliability', 'exploratory', 'testing'], ['exploratory', 'testing', 'excellent'], ['testing', 'excellent', 'knowledge'], ['excellent', 'knowledge', 'globalization'], ['knowledge', 'globalization', 'compatibility'], ['globalization', 'compatibility', 'testing'], ['compatibility', 'testing', 'excellent'], ['testing', 'excellent', 'understand'], ['excellent', 'understand', 'stlc'], ['understand', 'stlc', 'good'], ['stlc', 'good', 'knowledge'], ['good', 'knowledge', 'regression'], ['knowledge', 'regression', 'retesting'], ['regression', 'retesting', 'excellent'], ['retesting', 'excellent', 'knowledge'], ['excellent', 'knowledge', 'defect'], ['knowledge', 'defect', 'tracking'], ['defect', 'tracking', 'defect'], ['tracking', 'defect', 'life'], ['defect', 'life', 'cycle'], ['life', 'cycle', 'good'], ['cycle', 'good', 'knowledge'], ['good', 'knowledge', 'test'], ['knowledge', 'test', 'plan'], ['test', 'plan', 'traceability'], ['plan', 'traceability', 'matrix'], ['traceability', 'matrix', 'internship'], ['matrix', 'internship', 'project'], ['internship', 'project', 'project'], ['project', 'project', 'name'], ['project', 'name', 'resume'], ['name', 'resume', 'extractor'], ['resume', 'extractor', 'duration'], ['extractor', 'duration', '6'], ['duration', '6', 'months'], ['6', 'months', 'role'], ['months', 'role', 'manual'], ['role', 'manual', 'and'], ['manual', 'and', 'automation'], ['and', 'automation', 'testing'], ['automation', 'testing', 'environment'], ['testing', 'environment', 'jdbc'], ['environment', 'jdbc', 'servlets'], ['jdbc', 'servlets', 'jsp'], ['servlets', 'jsp', 'technologies'], ['jsp', 'technologies', 'web'], ['technologies', 'web', 'based'], ['web', 'based', 'application'], ['based', 'application', 'ms'], ['application', 'ms', 'a'], ['ms', 'a', 'ess2007'], ['a', 'ess2007', 'the'], ['ess2007', 'the', 'project'], ['the', 'project', 'involved'], ['project', 'involved', 'development'], ['involved', 'development', 'web'], ['development', 'web', 'application'], ['web', 'application', 'resume'], ['application', 'resume', 'extractor'], ['resume', 'extractor', 'provides'], ['extractor', 'provides', 'technology'], ['provides', 'technology', 'analyze'], ['technology', 'analyze', 'mass'], ['analyze', 'mass', 'volume'], ['mass', 'volume', 'data'], ['volume', 'data', 'detect'], ['data', 'detect', 'resume'], ['detect', 'resume', 'data'], ['resume', 'data', 'covered'], ['data', 'covered', 'company'], ['covered', 'company', 'valuable'], ['company', 'valuable', 'information'], ['valuable', 'information', 'this'], ['information', 'this', 'project'], ['this', 'project', 'company'], ['project', 'company', 'site'], ['company', 'site', 'based'], ['site', 'based', 'recruitment'], ['based', 'recruitment', 'process'], ['recruitment', 'process', 'strengths'], ['process', 'strengths', 'able'], ['strengths', 'able', 'work'], ['able', 'work', 'team'], ['work', 'team', 'system'], ['team', 'system', 'operational'], ['system', 'operational', 'analysis'], ['operational', 'analysis', 'good'], ['analysis', 'good', 'communication'], ['good', 'communication', 'skills'], ['communication', 'skills', 'active'], ['skills', 'active', 'learning'], ['active', 'learning', 'critical'], ['learning', 'critical', 'thinking'], ['critical', 'thinking', 'good'], ['thinking', 'good', 'interpersonal'], ['good', 'interpersonal', 'skills'], ['interpersonal', 'skills', 'willing'], ['skills', 'willing', 'take'], ['willing', 'take', 'challenges'], ['take', 'challenges', 'responsibilities'], ['challenges', 'responsibilities', 'ability'], ['responsibilities', 'ability', 'learn'], ['ability', 'learn', 'new'], ['learn', 'new', 'technologies'], ['new', 'technologies', 'minimal'], ['technologies', 'minimal', 'time'], ['minimal', 'time', 'period'], ['time', 'period', 'education'], ['period', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2015'], ['january', '2015', 'bcs'], ['2015', 'bcs', 'computer'], ['bcs', 'computer', 'science'], ['computer', 'science', 'mgm'], ['science', 'mgm', 'college'], ['mgm', 'college', 'mca'], ['college', 'mca', 'pune'], ['mca', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'computer'], ['maharashtra', 'computer', 'science'], ['computer', 'science', 'fromjspm'], ['science', 'fromjspm', 'college'], ['fromjspm', 'college', 'hsc'], ['college', 'hsc', 'nanded'], ['hsc', 'nanded', 'maharashtra'], ['nanded', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'ssc'], ['board', 'ssc', 'nanded'], ['ssc', 'nanded', 'maharashtra'], ['nanded', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'software'], ['board', 'software', 'testing'], ['software', 'testing', 'software'], ['testing', 'software', 'testing'], ['software', 'testing', 'skill'], ['testing', 'skill', 'details'], ['skill', 'details', 'apache'], ['details', 'apache', 'exprience'], ['apache', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'black'], ['months', 'black', 'box'], ['black', 'box', 'exprience'], ['box', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'black'], ['months', 'black', 'box'], ['black', 'box', 'testing'], ['box', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'functional'], ['months', 'functional', 'testing'], ['functional', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'integration'], ['months', 'integration', 'exprience'], ['integration', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tech'], ['company', 'tech', 'mahindra'], ['tech', 'mahindra', 'description'], ['mahindra', 'description', 'software'], ['description', 'software', 'testing'], ['software', 'testing', 'manual'], ['testing', 'manual', 'automation'], ['manual', 'automation', 'company'], ['automation', 'company', 'description'], ['company', 'description', 'software'], ['description', 'software', 'test'], ['software', 'test', 'engineer'], ['technical', 'skills', 'summary', 'i'], ['skills', 'summary', 'i', 'completed'], ['summary', 'i', 'completed', 'corporate'], ['i', 'completed', 'corporate', 'training'], ['completed', 'corporate', 'training', 'manual'], ['corporate', 'training', 'manual', 'automation'], ['training', 'manual', 'automation', 'testing'], ['manual', 'automation', 'testing', 'source'], ['automation', 'testing', 'source', 'code'], ['testing', 'source', 'code', 'technology'], ['source', 'code', 'technology', 'pune'], ['code', 'technology', 'pune', 'manual'], ['technology', 'pune', 'manual', 'automation'], ['pune', 'manual', 'automation', 'testing'], ['manual', 'automation', 'testing', 'selenium'], ['automation', 'testing', 'selenium', 'ide'], ['testing', 'selenium', 'ide', 'testng'], ['selenium', 'ide', 'testng', 'selenium'], ['ide', 'testng', 'selenium', 'grid'], ['testng', 'selenium', 'grid', 'jenkins'], ['selenium', 'grid', 'jenkins', 'apache'], ['grid', 'jenkins', 'apache', 'poi'], ['jenkins', 'apache', 'poi', 'good'], ['apache', 'poi', 'good', 'knowledge'], ['poi', 'good', 'knowledge', 'sdlc'], ['good', 'knowledge', 'sdlc', 'excellent'], ['knowledge', 'sdlc', 'excellent', 'understanding'], ['sdlc', 'excellent', 'understanding', 'white'], ['excellent', 'understanding', 'white', 'box'], ['understanding', 'white', 'box', 'testing'], ['white', 'box', 'testing', 'black'], ['box', 'testing', 'black', 'box'], ['testing', 'black', 'box', 'testing'], ['black', 'box', 'testing', 'good'], ['box', 'testing', 'good', 'knowledge'], ['testing', 'good', 'knowledge', 'functional'], ['good', 'knowledge', 'functional', 'testing'], ['knowledge', 'functional', 'testing', 'integration'], ['functional', 'testing', 'integration', 'testing'], ['testing', 'integration', 'testing', 'system'], ['integration', 'testing', 'system', 'testing'], ['testing', 'system', 'testing', 'good'], ['system', 'testing', 'good', 'exposure'], ['testing', 'good', 'exposure', 'writing'], ['good', 'exposure', 'writing', 'functional'], ['exposure', 'writing', 'functional', 'integration'], ['writing', 'functional', 'integration', 'scenarios'], ['functional', 'integration', 'scenarios', 'good'], ['integration', 'scenarios', 'good', 'understanding'], ['scenarios', 'good', 'understanding', 'writing'], ['good', 'understanding', 'writing', 'test'], ['understanding', 'writing', 'test', 'cases'], ['writing', 'test', 'cases', 'including'], ['test', 'cases', 'including', 'test'], ['cases', 'including', 'test', 'case'], ['including', 'test', 'case', 'design'], ['test', 'case', 'design', 'technique'], ['case', 'design', 'technique', 'good'], ['design', 'technique', 'good', 'understanding'], ['technique', 'good', 'understanding', 'build'], ['good', 'understanding', 'build', 'release'], ['understanding', 'build', 'release', 'good'], ['build', 'release', 'good', 'knowledge'], ['release', 'good', 'knowledge', 'ad'], ['good', 'knowledge', 'ad', 'hoc'], ['knowledge', 'ad', 'hoc', 'smoke'], ['ad', 'hoc', 'smoke', 'testing'], ['hoc', 'smoke', 'testing', 'excellent'], ['smoke', 'testing', 'excellent', 'understanding'], ['testing', 'excellent', 'understanding', 'usability'], ['excellent', 'understanding', 'usability', 'reliability'], ['understanding', 'usability', 'reliability', 'exploratory'], ['usability', 'reliability', 'exploratory', 'testing'], ['reliability', 'exploratory', 'testing', 'excellent'], ['exploratory', 'testing', 'excellent', 'knowledge'], ['testing', 'excellent', 'knowledge', 'globalization'], ['excellent', 'knowledge', 'globalization', 'compatibility'], ['knowledge', 'globalization', 'compatibility', 'testing'], ['globalization', 'compatibility', 'testing', 'excellent'], ['compatibility', 'testing', 'excellent', 'understand'], ['testing', 'excellent', 'understand', 'stlc'], ['excellent', 'understand', 'stlc', 'good'], ['understand', 'stlc', 'good', 'knowledge'], ['stlc', 'good', 'knowledge', 'regression'], ['good', 'knowledge', 'regression', 'retesting'], ['knowledge', 'regression', 'retesting', 'excellent'], ['regression', 'retesting', 'excellent', 'knowledge'], ['retesting', 'excellent', 'knowledge', 'defect'], ['excellent', 'knowledge', 'defect', 'tracking'], ['knowledge', 'defect', 'tracking', 'defect'], ['defect', 'tracking', 'defect', 'life'], ['tracking', 'defect', 'life', 'cycle'], ['defect', 'life', 'cycle', 'good'], ['life', 'cycle', 'good', 'knowledge'], ['cycle', 'good', 'knowledge', 'test'], ['good', 'knowledge', 'test', 'plan'], ['knowledge', 'test', 'plan', 'traceability'], ['test', 'plan', 'traceability', 'matrix'], ['plan', 'traceability', 'matrix', 'internship'], ['traceability', 'matrix', 'internship', 'project'], ['matrix', 'internship', 'project', 'project'], ['internship', 'project', 'project', 'name'], ['project', 'project', 'name', 'resume'], ['project', 'name', 'resume', 'extractor'], ['name', 'resume', 'extractor', 'duration'], ['resume', 'extractor', 'duration', '6'], ['extractor', 'duration', '6', 'months'], ['duration', '6', 'months', 'role'], ['6', 'months', 'role', 'manual'], ['months', 'role', 'manual', 'and'], ['role', 'manual', 'and', 'automation'], ['manual', 'and', 'automation', 'testing'], ['and', 'automation', 'testing', 'environment'], ['automation', 'testing', 'environment', 'jdbc'], ['testing', 'environment', 'jdbc', 'servlets'], ['environment', 'jdbc', 'servlets', 'jsp'], ['jdbc', 'servlets', 'jsp', 'technologies'], ['servlets', 'jsp', 'technologies', 'web'], ['jsp', 'technologies', 'web', 'based'], ['technologies', 'web', 'based', 'application'], ['web', 'based', 'application', 'ms'], ['based', 'application', 'ms', 'a'], ['application', 'ms', 'a', 'ess2007'], ['ms', 'a', 'ess2007', 'the'], ['a', 'ess2007', 'the', 'project'], ['ess2007', 'the', 'project', 'involved'], ['the', 'project', 'involved', 'development'], ['project', 'involved', 'development', 'web'], ['involved', 'development', 'web', 'application'], ['development', 'web', 'application', 'resume'], ['web', 'application', 'resume', 'extractor'], ['application', 'resume', 'extractor', 'provides'], ['resume', 'extractor', 'provides', 'technology'], ['extractor', 'provides', 'technology', 'analyze'], ['provides', 'technology', 'analyze', 'mass'], ['technology', 'analyze', 'mass', 'volume'], ['analyze', 'mass', 'volume', 'data'], ['mass', 'volume', 'data', 'detect'], ['volume', 'data', 'detect', 'resume'], ['data', 'detect', 'resume', 'data'], ['detect', 'resume', 'data', 'covered'], ['resume', 'data', 'covered', 'company'], ['data', 'covered', 'company', 'valuable'], ['covered', 'company', 'valuable', 'information'], ['company', 'valuable', 'information', 'this'], ['valuable', 'information', 'this', 'project'], ['information', 'this', 'project', 'company'], ['this', 'project', 'company', 'site'], ['project', 'company', 'site', 'based'], ['company', 'site', 'based', 'recruitment'], ['site', 'based', 'recruitment', 'process'], ['based', 'recruitment', 'process', 'strengths'], ['recruitment', 'process', 'strengths', 'able'], ['process', 'strengths', 'able', 'work'], ['strengths', 'able', 'work', 'team'], ['able', 'work', 'team', 'system'], ['work', 'team', 'system', 'operational'], ['team', 'system', 'operational', 'analysis'], ['system', 'operational', 'analysis', 'good'], ['operational', 'analysis', 'good', 'communication'], ['analysis', 'good', 'communication', 'skills'], ['good', 'communication', 'skills', 'active'], ['communication', 'skills', 'active', 'learning'], ['skills', 'active', 'learning', 'critical'], ['active', 'learning', 'critical', 'thinking'], ['learning', 'critical', 'thinking', 'good'], ['critical', 'thinking', 'good', 'interpersonal'], ['thinking', 'good', 'interpersonal', 'skills'], ['good', 'interpersonal', 'skills', 'willing'], ['interpersonal', 'skills', 'willing', 'take'], ['skills', 'willing', 'take', 'challenges'], ['willing', 'take', 'challenges', 'responsibilities'], ['take', 'challenges', 'responsibilities', 'ability'], ['challenges', 'responsibilities', 'ability', 'learn'], ['responsibilities', 'ability', 'learn', 'new'], ['ability', 'learn', 'new', 'technologies'], ['learn', 'new', 'technologies', 'minimal'], ['new', 'technologies', 'minimal', 'time'], ['technologies', 'minimal', 'time', 'period'], ['minimal', 'time', 'period', 'education'], ['time', 'period', 'education', 'details'], ['period', 'education', 'details', 'january'], ['education', 'details', 'january', '2015'], ['details', 'january', '2015', 'bcs'], ['january', '2015', 'bcs', 'computer'], ['2015', 'bcs', 'computer', 'science'], ['bcs', 'computer', 'science', 'mgm'], ['computer', 'science', 'mgm', 'college'], ['science', 'mgm', 'college', 'mca'], ['mgm', 'college', 'mca', 'pune'], ['college', 'mca', 'pune', 'maharashtra'], ['mca', 'pune', 'maharashtra', 'computer'], ['pune', 'maharashtra', 'computer', 'science'], ['maharashtra', 'computer', 'science', 'fromjspm'], ['computer', 'science', 'fromjspm', 'college'], ['science', 'fromjspm', 'college', 'hsc'], ['fromjspm', 'college', 'hsc', 'nanded'], ['college', 'hsc', 'nanded', 'maharashtra'], ['hsc', 'nanded', 'maharashtra', 'maharashtra'], ['nanded', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'ssc'], ['state', 'board', 'ssc', 'nanded'], ['board', 'ssc', 'nanded', 'maharashtra'], ['ssc', 'nanded', 'maharashtra', 'maharashtra'], ['nanded', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'software'], ['state', 'board', 'software', 'testing'], ['board', 'software', 'testing', 'software'], ['software', 'testing', 'software', 'testing'], ['testing', 'software', 'testing', 'skill'], ['software', 'testing', 'skill', 'details'], ['testing', 'skill', 'details', 'apache'], ['skill', 'details', 'apache', 'exprience'], ['details', 'apache', 'exprience', '6'], ['apache', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'black'], ['6', 'months', 'black', 'box'], ['months', 'black', 'box', 'exprience'], ['black', 'box', 'exprience', '6'], ['box', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'black'], ['6', 'months', 'black', 'box'], ['months', 'black', 'box', 'testing'], ['black', 'box', 'testing', 'exprience'], ['box', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'functional'], ['6', 'months', 'functional', 'testing'], ['months', 'functional', 'testing', 'exprience'], ['functional', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'integration'], ['6', 'months', 'integration', 'exprience'], ['months', 'integration', 'exprience', '6'], ['integration', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'tech'], ['details', 'company', 'tech', 'mahindra'], ...], [['education'], ['details'], ['b'], ['tech'], ['electronics'], ['and'], ['instrumentation'], ['engineering'], ['jaunpur'], ['uttar'], ['pradesh'], ['vbs'], ['purvanchal'], ['university'], ['automation'], ['tester'], ['automation'], ['tester'], ['tech'], ['mahindra'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['tech'], ['mahindra'], ['description'], ['mumbai'], ['may'], ['2018'], ['present'], ['project'], ['contribution'], ['tech'], ['mahindra'], ['project'], ['title'], ['payment'], ['gateway'], ['jio'], ['money'], ['role'], ['automation'], ['tester'], ['responsibility'], ['analyzing'], ['manual'], ['test'], ['cases'], ['create'], ['automation'], ['scripts'], ['working'], ['redwood'], ['tool'], ['automation'], ['maintained'], ['regression'], ['pack'], ['per'], ['project'], ['requirement'], ['performed'], ['api'], ['testing'], ['created'], ['automation'], ['scripts'], ['api'], ['testing'], ['enhancing'], ['framework'], ['support'], ['cross'], ['functionality'], ['testing'], ['execute'], ['test'], ['cases'], ['evaluate'], ['test'], ['results'], ['manual'], ['automated'], ['testing'], ['maintaining'], ['scripts'], ['per'], ['requirement'], ['adding'], ['new'], ['automated'], ['tests'], ['improve'], ['automated'], ['test'], ['coverage'], ['functional'], ['regression'], ['performed'], ['automation'], ['testing'], ['analyzing'], ['test'], ['results'], ['report'], ['defect'], ['bug'], ['tracking'], ['system'], ['drive'], ['issues'], ['resolution'], ['preparation'], ['test'], ['data'], ['different'], ['test'], ['conditions'], ['ensure'], ['coverage'], ['business'], ['rules'], ['performed'], ['sanity'], ['ad'], ['hoc'], ['regression'], ['testing'], ['participated'], ['defect'], ['triage'], ['meetings'], ['developers'], ['validate'], ['severity'], ['bug'], ['responsible'], ['tracking'], ['bug'], ['life'], ['cycle'], ['worked'], ['development'], ['team'], ['ensure'], ['testing'], ['issues'], ['resolved'], ['project'], ['description'], ['jio'], ['money'], ['jio'], ['payment'], ['gateway'], ['provides'], ['facility'], ['merchants'], ['users'], ['enable'], ['pay'], ['jio'], ['money'], ['features'], ['include'], ['purchase'], ['bill'], ['payment'], ['load'], ['money'], ['short'], ['cash'], ['purchase'], ['pay'], ['merchant'], ['pay'], ['user'], ['etc'], ['inscripts'], ['project'], ['title'], ['cometchat'], ['role'], ['automation'], ['tester'], ['responsibility'], ['created'], ['automation'], ['framework'], ['bug'], ['report'], ['using'], ['page'], ['object'], ['data'], ['driven'], ['framework'], ['automated'], ['email'], ['test'], ['scripts'], ['handling'], ['qa'], ['tickets'], ['coordinate'], ['development'], ['team'], ['project'], ['description'], ['cometchat'], ['chat'], ['solution'], ['site'], ['app'], ['help'], ['grow'], ['customer'], ['base'], ['exponentially'], ['drastically'], ['increase'], ['time'], ['spent'], ['users'], ['the'], ['cometchat'], ['several'], ['useful'], ['features'], ['like'], ['one'], ['one'], ['chat'], ['group'], ['chat'], ['audio'], ['video'], ['call'], ['screen'], ['sharing'], ['games'], ['real'], ['time'], ['chat'], ['translation'], ['mobile'], ['apps'], ['desktop'], ['messenger'], ['project'], ['title'], ['web'], ['tracker'], ['role'], ['sr'], ['software'], ['tester'], ['responsibility'], ['creation'], ['test'], ['scenarios'], ['test'], ['script'], ['test'], ['case'], ['execution'], ['test'], ['case'], ['ad'], ['hoc'], ['manual'], ['testing'], ['regression'], ['testing'], ['automation'], ['testing'], ['test'], ['scripts'], ['using'], ['tools'], ['selenium'], ['webdriver'], ['2'], ['0'], ['project'], ['description'], ['a'], ['omplishment'], ['web'], ['tracker'], ['aims'], ['provide'], ['time'], ['sheet'], ['facility'], ['customers'], ['release'], ['contains'], ['following'], ['features'], ['related'], ['employee'], ['time'], ['tracking'], ['task'], ['assignments'], ['tracker'], ['submission'], ['reminders'], ['approvals'], ['notifications'], ['hayaan'], ['infotech'], ['project'], ['title'], ['real'], ['estate'], ['agent'], ['website'], ['role'], ['sr'], ['software'], ['tester'], ['responsibility'], ['creation'], ['test'], ['scenarios'], ['test'], ['case'], ['execution'], ['test'], ['case'], ['smoke'], ['testing'], ['black'], ['box'], ['testing'], ['ad'], ['hoc'], ['manual'], ['testing'], ['regression'], ['testing'], ['project'], ['description'], ['this'], ['project'], ['web'], ['page'], ['graphical'], ['html'], ['representation'], ['neighborhood'], ['made'], ['different'], ['types'], ['houses'], ['apartments'], ['there'], ['several'], ['sales'], ['people'], ['around'], ['country'], ['responsible'], ['selling'], ['houses'], ['apartments'], ['web'], ['site'], ['this'], ['web'], ['site'], ['help'], ['user'], ['purchase'], ['request'], ['estate'], ['property'], ['project'], ['title'], ['e'], ['commerce'], ['website'], ['role'], ['software'], ['tester'], ['responsibility'], ['creation'], ['test'], ['scenarios'], ['test'], ['case'], ['execution'], ['test'], ['case'], ['ad'], ['hoc'], ['manual'], ['testing'], ['smoke'], ['testing'], ['black'], ['box'], ['testing'], ['regression'], ['testing'], ['project'], ['description'], ['this'], ['project'], ['includes'], ['order'], ['processing'], ['invoice'], ['generated'], ['printing'], ['packaging'], ['slip'], ['order'], ['payment'], ['return'], ['material'], ['authorization'], ['label'], ['sheet'], ['printing'], ['the'], ['order'], ['processing'], ['application'], ['big'], ['there'], ['3'], ['main'], ['entities'], ['involved'], ['order'], ['processing'], ['customer'], ['sales'], ['person'], ['admin'], ['project'], ['title'], ['enquiry'], ['invoice'], ['system'], ['role'], ['software'], ['tester'], ['responsibility'], ['creation'], ['test'], ['scenarios'], ['test'], ['case'], ['execution'], ['test'], ['case'], ['smoke'], ['testing'], ['black'], ['box'], ['testing'], ['ad'], ['hoc'], ['manual'], ['testing'], ['regression'], ['testing'], ['project'], ['description'], ['this'], ['application'], ['browser'], ['based'], ['application'], ['reduce'], ['investment'], ['hardware'], ['software'], ['the'], ['proposed'], ['system'], ['contains'], ['following'], ['module'], ['offers'], ['database'], ['management'], ['reporting'], ['various'], ['activity'], ['company'], ['this'], ['application'], ['comprise'], ['following'], ['module'], ['inquiry'], ['estimation'], ['quotation'], ['negotiation'], ['purchase'], ['order'], ['system'], ['delivery'], ['system'], ['mis'], ['reports'], ['company'], ['inscripts'], ['india'], ['pvt'], ['ltd'], ['description'], ['company'], ['haayan'], ['infotech'], ['pvt'], ['ltd'], ['description'], ['education', 'details'], ['details', 'b'], ['b', 'tech'], ['tech', 'electronics'], ['electronics', 'and'], ['and', 'instrumentation'], ['instrumentation', 'engineering'], ['engineering', 'jaunpur'], ['jaunpur', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'vbs'], ['vbs', 'purvanchal'], ['purvanchal', 'university'], ['university', 'automation'], ['automation', 'tester'], ['tester', 'automation'], ['automation', 'tester'], ['tester', 'tech'], ['tech', 'mahindra'], ['mahindra', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'tech'], ['tech', 'mahindra'], ['mahindra', 'description'], ['description', 'mumbai'], ['mumbai', 'may'], ['may', '2018'], ['2018', 'present'], ['present', 'project'], ['project', 'contribution'], ['contribution', 'tech'], ['tech', 'mahindra'], ['mahindra', 'project'], ['project', 'title'], ['title', 'payment'], ['payment', 'gateway'], ['gateway', 'jio'], ['jio', 'money'], ['money', 'role'], ['role', 'automation'], ['automation', 'tester'], ['tester', 'responsibility'], ['responsibility', 'analyzing'], ['analyzing', 'manual'], ['manual', 'test'], ['test', 'cases'], ['cases', 'create'], ['create', 'automation'], ['automation', 'scripts'], ['scripts', 'working'], ['working', 'redwood'], ['redwood', 'tool'], ['tool', 'automation'], ['automation', 'maintained'], ['maintained', 'regression'], ['regression', 'pack'], ['pack', 'per'], ['per', 'project'], ['project', 'requirement'], ['requirement', 'performed'], ['performed', 'api'], ['api', 'testing'], ['testing', 'created'], ['created', 'automation'], ['automation', 'scripts'], ['scripts', 'api'], ['api', 'testing'], ['testing', 'enhancing'], ['enhancing', 'framework'], ['framework', 'support'], ['support', 'cross'], ['cross', 'functionality'], ['functionality', 'testing'], ['testing', 'execute'], ['execute', 'test'], ['test', 'cases'], ['cases', 'evaluate'], ['evaluate', 'test'], ['test', 'results'], ['results', 'manual'], ['manual', 'automated'], ['automated', 'testing'], ['testing', 'maintaining'], ['maintaining', 'scripts'], ['scripts', 'per'], ['per', 'requirement'], ['requirement', 'adding'], ['adding', 'new'], ['new', 'automated'], ['automated', 'tests'], ['tests', 'improve'], ['improve', 'automated'], ['automated', 'test'], ['test', 'coverage'], ['coverage', 'functional'], ['functional', 'regression'], ['regression', 'performed'], ['performed', 'automation'], ['automation', 'testing'], ['testing', 'analyzing'], ['analyzing', 'test'], ['test', 'results'], ['results', 'report'], ['report', 'defect'], ['defect', 'bug'], ['bug', 'tracking'], ['tracking', 'system'], ['system', 'drive'], ['drive', 'issues'], ['issues', 'resolution'], ['resolution', 'preparation'], ['preparation', 'test'], ['test', 'data'], ['data', 'different'], ['different', 'test'], ['test', 'conditions'], ['conditions', 'ensure'], ['ensure', 'coverage'], ['coverage', 'business'], ['business', 'rules'], ['rules', 'performed'], ['performed', 'sanity'], ['sanity', 'ad'], ['ad', 'hoc'], ['hoc', 'regression'], ['regression', 'testing'], ['testing', 'participated'], ['participated', 'defect'], ['defect', 'triage'], ['triage', 'meetings'], ['meetings', 'developers'], ['developers', 'validate'], ['validate', 'severity'], ['severity', 'bug'], ['bug', 'responsible'], ['responsible', 'tracking'], ['tracking', 'bug'], ['bug', 'life'], ['life', 'cycle'], ['cycle', 'worked'], ['worked', 'development'], ['development', 'team'], ['team', 'ensure'], ['ensure', 'testing'], ['testing', 'issues'], ['issues', 'resolved'], ['resolved', 'project'], ['project', 'description'], ['description', 'jio'], ['jio', 'money'], ['money', 'jio'], ['jio', 'payment'], ['payment', 'gateway'], ['gateway', 'provides'], ['provides', 'facility'], ['facility', 'merchants'], ['merchants', 'users'], ['users', 'enable'], ['enable', 'pay'], ['pay', 'jio'], ['jio', 'money'], ['money', 'features'], ['features', 'include'], ['include', 'purchase'], ['purchase', 'bill'], ['bill', 'payment'], ['payment', 'load'], ['load', 'money'], ['money', 'short'], ['short', 'cash'], ['cash', 'purchase'], ['purchase', 'pay'], ['pay', 'merchant'], ['merchant', 'pay'], ['pay', 'user'], ['user', 'etc'], ['etc', 'inscripts'], ['inscripts', 'project'], ['project', 'title'], ['title', 'cometchat'], ['cometchat', 'role'], ['role', 'automation'], ['automation', 'tester'], ['tester', 'responsibility'], ['responsibility', 'created'], ['created', 'automation'], ['automation', 'framework'], ['framework', 'bug'], ['bug', 'report'], ['report', 'using'], ['using', 'page'], ['page', 'object'], ['object', 'data'], ['data', 'driven'], ['driven', 'framework'], ['framework', 'automated'], ['automated', 'email'], ['email', 'test'], ['test', 'scripts'], ['scripts', 'handling'], ['handling', 'qa'], ['qa', 'tickets'], ['tickets', 'coordinate'], ['coordinate', 'development'], ['development', 'team'], ['team', 'project'], ['project', 'description'], ['description', 'cometchat'], ['cometchat', 'chat'], ['chat', 'solution'], ['solution', 'site'], ['site', 'app'], ['app', 'help'], ['help', 'grow'], ['grow', 'customer'], ['customer', 'base'], ['base', 'exponentially'], ['exponentially', 'drastically'], ['drastically', 'increase'], ['increase', 'time'], ['time', 'spent'], ['spent', 'users'], ['users', 'the'], ['the', 'cometchat'], ['cometchat', 'several'], ['several', 'useful'], ['useful', 'features'], ['features', 'like'], ['like', 'one'], ['one', 'one'], ['one', 'chat'], ['chat', 'group'], ['group', 'chat'], ['chat', 'audio'], ['audio', 'video'], ['video', 'call'], ['call', 'screen'], ['screen', 'sharing'], ['sharing', 'games'], ['games', 'real'], ['real', 'time'], ['time', 'chat'], ['chat', 'translation'], ['translation', 'mobile'], ['mobile', 'apps'], ['apps', 'desktop'], ['desktop', 'messenger'], ['messenger', 'project'], ['project', 'title'], ['title', 'web'], ['web', 'tracker'], ['tracker', 'role'], ['role', 'sr'], ['sr', 'software'], ['software', 'tester'], ['tester', 'responsibility'], ['responsibility', 'creation'], ['creation', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'script'], ['script', 'test'], ['test', 'case'], ['case', 'execution'], ['execution', 'test'], ['test', 'case'], ['case', 'ad'], ['ad', 'hoc'], ['hoc', 'manual'], ['manual', 'testing'], ['testing', 'regression'], ['regression', 'testing'], ['testing', 'automation'], ['automation', 'testing'], ['testing', 'test'], ['test', 'scripts'], ['scripts', 'using'], ['using', 'tools'], ['tools', 'selenium'], ['selenium', 'webdriver'], ['webdriver', '2'], ['2', '0'], ['0', 'project'], ['project', 'description'], ['description', 'a'], ['a', 'omplishment'], ['omplishment', 'web'], ['web', 'tracker'], ['tracker', 'aims'], ['aims', 'provide'], ['provide', 'time'], ['time', 'sheet'], ['sheet', 'facility'], ['facility', 'customers'], ['customers', 'release'], ['release', 'contains'], ['contains', 'following'], ['following', 'features'], ['features', 'related'], ['related', 'employee'], ['employee', 'time'], ['time', 'tracking'], ['tracking', 'task'], ['task', 'assignments'], ['assignments', 'tracker'], ['tracker', 'submission'], ['submission', 'reminders'], ['reminders', 'approvals'], ['approvals', 'notifications'], ['notifications', 'hayaan'], ['hayaan', 'infotech'], ['infotech', 'project'], ['project', 'title'], ['title', 'real'], ['real', 'estate'], ['estate', 'agent'], ['agent', 'website'], ['website', 'role'], ['role', 'sr'], ['sr', 'software'], ['software', 'tester'], ['tester', 'responsibility'], ['responsibility', 'creation'], ['creation', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'case'], ['case', 'execution'], ['execution', 'test'], ['test', 'case'], ['case', 'smoke'], ['smoke', 'testing'], ['testing', 'black'], ['black', 'box'], ['box', 'testing'], ['testing', 'ad'], ['ad', 'hoc'], ['hoc', 'manual'], ['manual', 'testing'], ['testing', 'regression'], ['regression', 'testing'], ['testing', 'project'], ['project', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'web'], ['web', 'page'], ['page', 'graphical'], ['graphical', 'html'], ['html', 'representation'], ['representation', 'neighborhood'], ['neighborhood', 'made'], ['made', 'different'], ['different', 'types'], ['types', 'houses'], ['houses', 'apartments'], ['apartments', 'there'], ['there', 'several'], ['several', 'sales'], ['sales', 'people'], ['people', 'around'], ['around', 'country'], ['country', 'responsible'], ['responsible', 'selling'], ['selling', 'houses'], ['houses', 'apartments'], ['apartments', 'web'], ['web', 'site'], ['site', 'this'], ['this', 'web'], ['web', 'site'], ['site', 'help'], ['help', 'user'], ['user', 'purchase'], ['purchase', 'request'], ['request', 'estate'], ['estate', 'property'], ['property', 'project'], ['project', 'title'], ['title', 'e'], ['e', 'commerce'], ['commerce', 'website'], ['website', 'role'], ['role', 'software'], ['software', 'tester'], ['tester', 'responsibility'], ['responsibility', 'creation'], ['creation', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'case'], ['case', 'execution'], ['execution', 'test'], ['test', 'case'], ['case', 'ad'], ['ad', 'hoc'], ['hoc', 'manual'], ['manual', 'testing'], ['testing', 'smoke'], ['smoke', 'testing'], ['testing', 'black'], ['black', 'box'], ['box', 'testing'], ['testing', 'regression'], ['regression', 'testing'], ['testing', 'project'], ['project', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'includes'], ['includes', 'order'], ['order', 'processing'], ['processing', 'invoice'], ['invoice', 'generated'], ['generated', 'printing'], ['printing', 'packaging'], ['packaging', 'slip'], ['slip', 'order'], ['order', 'payment'], ['payment', 'return'], ['return', 'material'], ['material', 'authorization'], ['authorization', 'label'], ['label', 'sheet'], ['sheet', 'printing'], ['printing', 'the'], ['the', 'order'], ['order', 'processing'], ['processing', 'application'], ['application', 'big'], ['big', 'there'], ['there', '3'], ['3', 'main'], ['main', 'entities'], ['entities', 'involved'], ['involved', 'order'], ['order', 'processing'], ['processing', 'customer'], ['customer', 'sales'], ['sales', 'person'], ['person', 'admin'], ['admin', 'project'], ['project', 'title'], ['title', 'enquiry'], ['enquiry', 'invoice'], ['invoice', 'system'], ['system', 'role'], ['role', 'software'], ['software', 'tester'], ['tester', 'responsibility'], ['responsibility', 'creation'], ['creation', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'case'], ['case', 'execution'], ['execution', 'test'], ['test', 'case'], ['case', 'smoke'], ['smoke', 'testing'], ['testing', 'black'], ['black', 'box'], ['box', 'testing'], ['testing', 'ad'], ['ad', 'hoc'], ['hoc', 'manual'], ['manual', 'testing'], ['testing', 'regression'], ['regression', 'testing'], ['testing', 'project'], ['project', 'description'], ['description', 'this'], ...], [['technical'], ['skills'], ['languages'], ['core'], ['java'], ['automation'], ['testing'], ['tool'], ['selenium'], ['web'], ['driver'], ['ide'], ['dbms'], ['ms'], ['sql'], ['server'], ['2000'], ['2005'], ['oracle'], ['10g'], ['operating'], ['system'], ['windows'], ['xp'], ['7'], ['10'], ['education'], ['details'], ['bscit'], ['mumbai'], ['university'], ['automation'], ['tester'], ['automation'], ['manual'], ['tester'], ['skill'], ['details'], ['database'], ['management'], ['system'], ['exprience'], ['6'], ['months'], ['dbms'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['6'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['6'], ['months'], ['ms'], ['sql'], ['server'], ['2000'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['capgemini'], ['india'], ['pvt'], ['ltd'], ['description'], ['worked'], ['manual'], ['well'], ['automation'], ['testing'], ['started'], ['carrier'], ['manual'], ['tester'], ['moved'], ['automation'], ['testing'], ['now'], ['working'], ['automation'], ['tester'], ['worked'], ['selenium'], ['webdriver'], ['company'], ['na'], ['description'], ['currently'], ['working'], ['capgemini'], ['airoli'], ['consultant'], ['06th'], ['may'], ['2013'], ['till'], ['date'], ['technical', 'skills'], ['skills', 'languages'], ['languages', 'core'], ['core', 'java'], ['java', 'automation'], ['automation', 'testing'], ['testing', 'tool'], ['tool', 'selenium'], ['selenium', 'web'], ['web', 'driver'], ['driver', 'ide'], ['ide', 'dbms'], ['dbms', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2000'], ['2000', '2005'], ['2005', 'oracle'], ['oracle', '10g'], ['10g', 'operating'], ['operating', 'system'], ['system', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', '10'], ['10', 'education'], ['education', 'details'], ['details', 'bscit'], ['bscit', 'mumbai'], ['mumbai', 'university'], ['university', 'automation'], ['automation', 'tester'], ['tester', 'automation'], ['automation', 'manual'], ['manual', 'tester'], ['tester', 'skill'], ['skill', 'details'], ['details', 'database'], ['database', 'management'], ['management', 'system'], ['system', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dbms'], ['dbms', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2000'], ['2000', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'capgemini'], ['capgemini', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'worked'], ['worked', 'manual'], ['manual', 'well'], ['well', 'automation'], ['automation', 'testing'], ['testing', 'started'], ['started', 'carrier'], ['carrier', 'manual'], ['manual', 'tester'], ['tester', 'moved'], ['moved', 'automation'], ['automation', 'testing'], ['testing', 'now'], ['now', 'working'], ['working', 'automation'], ['automation', 'tester'], ['tester', 'worked'], ['worked', 'selenium'], ['selenium', 'webdriver'], ['webdriver', 'company'], ['company', 'na'], ['na', 'description'], ['description', 'currently'], ['currently', 'working'], ['working', 'capgemini'], ['capgemini', 'airoli'], ['airoli', 'consultant'], ['consultant', '06th'], ['06th', 'may'], ['may', '2013'], ['2013', 'till'], ['till', 'date'], ['technical', 'skills', 'languages'], ['skills', 'languages', 'core'], ['languages', 'core', 'java'], ['core', 'java', 'automation'], ['java', 'automation', 'testing'], ['automation', 'testing', 'tool'], ['testing', 'tool', 'selenium'], ['tool', 'selenium', 'web'], ['selenium', 'web', 'driver'], ['web', 'driver', 'ide'], ['driver', 'ide', 'dbms'], ['ide', 'dbms', 'ms'], ['dbms', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', '2000'], ['server', '2000', '2005'], ['2000', '2005', 'oracle'], ['2005', 'oracle', '10g'], ['oracle', '10g', 'operating'], ['10g', 'operating', 'system'], ['operating', 'system', 'windows'], ['system', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', '10'], ['7', '10', 'education'], ['10', 'education', 'details'], ['education', 'details', 'bscit'], ['details', 'bscit', 'mumbai'], ['bscit', 'mumbai', 'university'], ['mumbai', 'university', 'automation'], ['university', 'automation', 'tester'], ['automation', 'tester', 'automation'], ['tester', 'automation', 'manual'], ['automation', 'manual', 'tester'], ['manual', 'tester', 'skill'], ['tester', 'skill', 'details'], ['skill', 'details', 'database'], ['details', 'database', 'management'], ['database', 'management', 'system'], ['management', 'system', 'exprience'], ['system', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'dbms'], ['months', 'dbms', 'exprience'], ['dbms', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ms'], ['months', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', 'exprience'], ['server', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ms'], ['months', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', '2000'], ['server', '2000', 'exprience'], ['2000', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'capgemini'], ['company', 'capgemini', 'india'], ['capgemini', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'worked'], ['description', 'worked', 'manual'], ['worked', 'manual', 'well'], ['manual', 'well', 'automation'], ['well', 'automation', 'testing'], ['automation', 'testing', 'started'], ['testing', 'started', 'carrier'], ['started', 'carrier', 'manual'], ['carrier', 'manual', 'tester'], ['manual', 'tester', 'moved'], ['tester', 'moved', 'automation'], ['moved', 'automation', 'testing'], ['automation', 'testing', 'now'], ['testing', 'now', 'working'], ['now', 'working', 'automation'], ['working', 'automation', 'tester'], ['automation', 'tester', 'worked'], ['tester', 'worked', 'selenium'], ['worked', 'selenium', 'webdriver'], ['selenium', 'webdriver', 'company'], ['webdriver', 'company', 'na'], ['company', 'na', 'description'], ['na', 'description', 'currently'], ['description', 'currently', 'working'], ['currently', 'working', 'capgemini'], ['working', 'capgemini', 'airoli'], ['capgemini', 'airoli', 'consultant'], ['airoli', 'consultant', '06th'], ['consultant', '06th', 'may'], ['06th', 'may', '2013'], ['may', '2013', 'till'], ['2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core'], ['skills', 'languages', 'core', 'java'], ['languages', 'core', 'java', 'automation'], ['core', 'java', 'automation', 'testing'], ['java', 'automation', 'testing', 'tool'], ['automation', 'testing', 'tool', 'selenium'], ['testing', 'tool', 'selenium', 'web'], ['tool', 'selenium', 'web', 'driver'], ['selenium', 'web', 'driver', 'ide'], ['web', 'driver', 'ide', 'dbms'], ['driver', 'ide', 'dbms', 'ms'], ['ide', 'dbms', 'ms', 'sql'], ['dbms', 'ms', 'sql', 'server'], ['ms', 'sql', 'server', '2000'], ['sql', 'server', '2000', '2005'], ['server', '2000', '2005', 'oracle'], ['2000', '2005', 'oracle', '10g'], ['2005', 'oracle', '10g', 'operating'], ['oracle', '10g', 'operating', 'system'], ['10g', 'operating', 'system', 'windows'], ['operating', 'system', 'windows', 'xp'], ['system', 'windows', 'xp', '7'], ['windows', 'xp', '7', '10'], ['xp', '7', '10', 'education'], ['7', '10', 'education', 'details'], ['10', 'education', 'details', 'bscit'], ['education', 'details', 'bscit', 'mumbai'], ['details', 'bscit', 'mumbai', 'university'], ['bscit', 'mumbai', 'university', 'automation'], ['mumbai', 'university', 'automation', 'tester'], ['university', 'automation', 'tester', 'automation'], ['automation', 'tester', 'automation', 'manual'], ['tester', 'automation', 'manual', 'tester'], ['automation', 'manual', 'tester', 'skill'], ['manual', 'tester', 'skill', 'details'], ['tester', 'skill', 'details', 'database'], ['skill', 'details', 'database', 'management'], ['details', 'database', 'management', 'system'], ['database', 'management', 'system', 'exprience'], ['management', 'system', 'exprience', '6'], ['system', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms'], ['6', 'months', 'dbms', 'exprience'], ['months', 'dbms', 'exprience', '6'], ['dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ms'], ['6', 'months', 'ms', 'sql'], ['months', 'ms', 'sql', 'server'], ['ms', 'sql', 'server', 'exprience'], ['sql', 'server', 'exprience', '6'], ['server', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ms'], ['6', 'months', 'ms', 'sql'], ['months', 'ms', 'sql', 'server'], ['ms', 'sql', 'server', '2000'], ['sql', 'server', '2000', 'exprience'], ['server', '2000', 'exprience', '6'], ['2000', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'capgemini'], ['details', 'company', 'capgemini', 'india'], ['company', 'capgemini', 'india', 'pvt'], ['capgemini', 'india', 'pvt', 'ltd'], ['india', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'worked'], ['ltd', 'description', 'worked', 'manual'], ['description', 'worked', 'manual', 'well'], ['worked', 'manual', 'well', 'automation'], ['manual', 'well', 'automation', 'testing'], ['well', 'automation', 'testing', 'started'], ['automation', 'testing', 'started', 'carrier'], ['testing', 'started', 'carrier', 'manual'], ['started', 'carrier', 'manual', 'tester'], ['carrier', 'manual', 'tester', 'moved'], ['manual', 'tester', 'moved', 'automation'], ['tester', 'moved', 'automation', 'testing'], ['moved', 'automation', 'testing', 'now'], ['automation', 'testing', 'now', 'working'], ['testing', 'now', 'working', 'automation'], ['now', 'working', 'automation', 'tester'], ['working', 'automation', 'tester', 'worked'], ['automation', 'tester', 'worked', 'selenium'], ['tester', 'worked', 'selenium', 'webdriver'], ['worked', 'selenium', 'webdriver', 'company'], ['selenium', 'webdriver', 'company', 'na'], ['webdriver', 'company', 'na', 'description'], ['company', 'na', 'description', 'currently'], ['na', 'description', 'currently', 'working'], ['description', 'currently', 'working', 'capgemini'], ['currently', 'working', 'capgemini', 'airoli'], ['working', 'capgemini', 'airoli', 'consultant'], ['capgemini', 'airoli', 'consultant', '06th'], ['airoli', 'consultant', '06th', 'may'], ['consultant', '06th', 'may', '2013'], ['06th', 'may', '2013', 'till'], ['may', '2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core', 'java'], ['skills', 'languages', 'core', 'java', 'automation'], ['languages', 'core', 'java', 'automation', 'testing'], ['core', 'java', 'automation', 'testing', 'tool'], ['java', 'automation', 'testing', 'tool', 'selenium'], ['automation', 'testing', 'tool', 'selenium', 'web'], ['testing', 'tool', 'selenium', 'web', 'driver'], ['tool', 'selenium', 'web', 'driver', 'ide'], ['selenium', 'web', 'driver', 'ide', 'dbms'], ['web', 'driver', 'ide', 'dbms', 'ms'], ['driver', 'ide', 'dbms', 'ms', 'sql'], ['ide', 'dbms', 'ms', 'sql', 'server'], ['dbms', 'ms', 'sql', 'server', '2000'], ['ms', 'sql', 'server', '2000', '2005'], ['sql', 'server', '2000', '2005', 'oracle'], ['server', '2000', '2005', 'oracle', '10g'], ['2000', '2005', 'oracle', '10g', 'operating'], ['2005', 'oracle', '10g', 'operating', 'system'], ['oracle', '10g', 'operating', 'system', 'windows'], ['10g', 'operating', 'system', 'windows', 'xp'], ['operating', 'system', 'windows', 'xp', '7'], ['system', 'windows', 'xp', '7', '10'], ['windows', 'xp', '7', '10', 'education'], ['xp', '7', '10', 'education', 'details'], ['7', '10', 'education', 'details', 'bscit'], ['10', 'education', 'details', 'bscit', 'mumbai'], ['education', 'details', 'bscit', 'mumbai', 'university'], ['details', 'bscit', 'mumbai', 'university', 'automation'], ['bscit', 'mumbai', 'university', 'automation', 'tester'], ['mumbai', 'university', 'automation', 'tester', 'automation'], ['university', 'automation', 'tester', 'automation', 'manual'], ['automation', 'tester', 'automation', 'manual', 'tester'], ['tester', 'automation', 'manual', 'tester', 'skill'], ['automation', 'manual', 'tester', 'skill', 'details'], ['manual', 'tester', 'skill', 'details', 'database'], ['tester', 'skill', 'details', 'database', 'management'], ['skill', 'details', 'database', 'management', 'system'], ['details', 'database', 'management', 'system', 'exprience'], ['database', 'management', 'system', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms'], ['exprience', '6', 'months', 'dbms', 'exprience'], ['6', 'months', 'dbms', 'exprience', '6'], ['months', 'dbms', 'exprience', '6', 'months'], ['dbms', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'java', 'exprience', '6'], ['months', 'java', 'exprience', '6', 'months'], ['java', 'exprience', '6', 'months', 'ms'], ['exprience', '6', 'months', 'ms', 'sql'], ['6', 'months', 'ms', 'sql', 'server'], ['months', 'ms', 'sql', 'server', 'exprience'], ['ms', 'sql', 'server', 'exprience', '6'], ['sql', 'server', 'exprience', '6', 'months'], ['server', 'exprience', '6', 'months', 'ms'], ['exprience', '6', 'months', 'ms', 'sql'], ['6', 'months', 'ms', 'sql', 'server'], ['months', 'ms', 'sql', 'server', '2000'], ['ms', 'sql', 'server', '2000', 'exprience'], ['sql', 'server', '2000', 'exprience', '6'], ['server', '2000', 'exprience', '6', 'monthscompany'], ['2000', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'capgemini'], ['monthscompany', 'details', 'company', 'capgemini', 'india'], ['details', 'company', 'capgemini', 'india', 'pvt'], ['company', 'capgemini', 'india', 'pvt', 'ltd'], ['capgemini', 'india', 'pvt', 'ltd', 'description'], ['india', 'pvt', 'ltd', 'description', 'worked'], ['pvt', 'ltd', 'description', 'worked', 'manual'], ['ltd', 'description', 'worked', 'manual', 'well'], ['description', 'worked', 'manual', 'well', 'automation'], ['worked', 'manual', 'well', 'automation', 'testing'], ['manual', 'well', 'automation', 'testing', 'started'], ['well', 'automation', 'testing', 'started', 'carrier'], ['automation', 'testing', 'started', 'carrier', 'manual'], ['testing', 'started', 'carrier', 'manual', 'tester'], ['started', 'carrier', 'manual', 'tester', 'moved'], ['carrier', 'manual', 'tester', 'moved', 'automation'], ['manual', 'tester', 'moved', 'automation', 'testing'], ['tester', 'moved', 'automation', 'testing', 'now'], ['moved', 'automation', 'testing', 'now', 'working'], ['automation', 'testing', 'now', 'working', 'automation'], ['testing', 'now', 'working', 'automation', 'tester'], ['now', 'working', 'automation', 'tester', 'worked'], ['working', 'automation', 'tester', 'worked', 'selenium'], ['automation', 'tester', 'worked', 'selenium', 'webdriver'], ['tester', 'worked', 'selenium', 'webdriver', 'company'], ['worked', 'selenium', 'webdriver', 'company', 'na'], ['selenium', 'webdriver', 'company', 'na', 'description'], ['webdriver', 'company', 'na', 'description', 'currently'], ['company', 'na', 'description', 'currently', 'working'], ['na', 'description', 'currently', 'working', 'capgemini'], ['description', 'currently', 'working', 'capgemini', 'airoli'], ['currently', 'working', 'capgemini', 'airoli', 'consultant'], ['working', 'capgemini', 'airoli', 'consultant', '06th'], ['capgemini', 'airoli', 'consultant', '06th', 'may'], ['airoli', 'consultant', '06th', 'may', '2013'], ['consultant', '06th', 'may', '2013', 'till'], ['06th', 'may', '2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core', 'java', 'automation'], ['skills', 'languages', 'core', 'java', 'automation', 'testing'], ['languages', 'core', 'java', 'automation', 'testing', 'tool'], ['core', 'java', 'automation', 'testing', 'tool', 'selenium'], ['java', 'automation', 'testing', 'tool', 'selenium', 'web'], ['automation', 'testing', 'tool', 'selenium', 'web', 'driver'], ['testing', 'tool', 'selenium', 'web', 'driver', 'ide'], ['tool', 'selenium', 'web', 'driver', 'ide', 'dbms'], ['selenium', 'web', 'driver', 'ide', 'dbms', 'ms'], ['web', 'driver', 'ide', 'dbms', 'ms', 'sql'], ['driver', 'ide', 'dbms', 'ms', 'sql', 'server'], ['ide', 'dbms', 'ms', 'sql', 'server', '2000'], ['dbms', 'ms', 'sql', 'server', '2000', '2005'], ['ms', 'sql', 'server', '2000', '2005', 'oracle'], ['sql', 'server', '2000', '2005', 'oracle', '10g'], ['server', '2000', '2005', 'oracle', '10g', 'operating'], ['2000', '2005', 'oracle', '10g', 'operating', 'system'], ['2005', 'oracle', '10g', 'operating', 'system', 'windows'], ['oracle', '10g', 'operating', 'system', 'windows', 'xp'], ['10g', 'operating', 'system', 'windows', 'xp', '7'], ['operating', 'system', 'windows', 'xp', '7', '10'], ['system', 'windows', 'xp', '7', '10', 'education'], ['windows', 'xp', '7', '10', 'education', 'details'], ['xp', '7', '10', 'education', 'details', 'bscit'], ['7', '10', 'education', 'details', 'bscit', 'mumbai'], ['10', 'education', 'details', 'bscit', 'mumbai', 'university'], ['education', 'details', 'bscit', 'mumbai', 'university', 'automation'], ['details', 'bscit', 'mumbai', 'university', 'automation', 'tester'], ['bscit', 'mumbai', 'university', 'automation', 'tester', 'automation'], ['mumbai', 'university', 'automation', 'tester', 'automation', 'manual'], ['university', 'automation', 'tester', 'automation', 'manual', 'tester'], ['automation', 'tester', 'automation', 'manual', 'tester', 'skill'], ['tester', 'automation', 'manual', 'tester', 'skill', 'details'], ['automation', 'manual', 'tester', 'skill', 'details', 'database'], ['manual', 'tester', 'skill', 'details', 'database', 'management'], ['tester', 'skill', 'details', 'database', 'management', 'system'], ['skill', 'details', 'database', 'management', 'system', 'exprience'], ['details', 'database', 'management', 'system', 'exprience', '6'], ['database', 'management', 'system', 'exprience', '6', 'months'], ['management', 'system', 'exprience', '6', 'months', 'dbms'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['exprience', '6', 'months', 'dbms', 'exprience', '6'], ['6', 'months', 'dbms', 'exprience', '6', 'months'], ['months', 'dbms', 'exprience', '6', 'months', 'java'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['exprience', '6', 'months', 'java', 'exprience', '6'], ['6', 'months', 'java', 'exprience', '6', 'months'], ['months', 'java', 'exprience', '6', 'months', 'ms'], ['java', 'exprience', '6', 'months', 'ms', 'sql'], ['exprience', '6', 'months', 'ms', 'sql', 'server'], ['6', 'months', 'ms', 'sql', 'server', 'exprience'], ['months', 'ms', 'sql', 'server', 'exprience', '6'], ['ms', 'sql', 'server', 'exprience', '6', 'months'], ['sql', 'server', 'exprience', '6', 'months', 'ms'], ['server', 'exprience', '6', 'months', 'ms', 'sql'], ['exprience', '6', 'months', 'ms', 'sql', 'server'], ['6', 'months', 'ms', 'sql', 'server', '2000'], ['months', 'ms', 'sql', 'server', '2000', 'exprience'], ['ms', 'sql', 'server', '2000', 'exprience', '6'], ['sql', 'server', '2000', 'exprience', '6', 'monthscompany'], ['server', '2000', 'exprience', '6', 'monthscompany', 'details'], ['2000', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'capgemini'], ['6', 'monthscompany', 'details', 'company', 'capgemini', 'india'], ['monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt'], ['details', 'company', 'capgemini', 'india', 'pvt', 'ltd'], ['company', 'capgemini', 'india', 'pvt', 'ltd', 'description'], ['capgemini', 'india', 'pvt', 'ltd', 'description', 'worked'], ['india', 'pvt', 'ltd', 'description', 'worked', 'manual'], ['pvt', 'ltd', 'description', 'worked', 'manual', 'well'], ['ltd', 'description', 'worked', 'manual', 'well', 'automation'], ['description', 'worked', 'manual', 'well', 'automation', 'testing'], ['worked', 'manual', 'well', 'automation', 'testing', 'started'], ['manual', 'well', 'automation', 'testing', 'started', 'carrier'], ['well', 'automation', 'testing', 'started', 'carrier', 'manual'], ['automation', 'testing', 'started', 'carrier', 'manual', 'tester'], ['testing', 'started', 'carrier', 'manual', 'tester', 'moved'], ['started', 'carrier', 'manual', 'tester', 'moved', 'automation'], ['carrier', 'manual', 'tester', 'moved', 'automation', 'testing'], ['manual', 'tester', 'moved', 'automation', 'testing', 'now'], ['tester', 'moved', 'automation', 'testing', 'now', 'working'], ['moved', 'automation', 'testing', 'now', 'working', 'automation'], ['automation', 'testing', 'now', 'working', 'automation', 'tester'], ['testing', 'now', 'working', 'automation', 'tester', 'worked'], ['now', 'working', 'automation', 'tester', 'worked', 'selenium'], ['working', 'automation', 'tester', 'worked', 'selenium', 'webdriver'], ['automation', 'tester', 'worked', 'selenium', 'webdriver', 'company'], ['tester', 'worked', 'selenium', 'webdriver', 'company', 'na'], ['worked', 'selenium', 'webdriver', 'company', 'na', 'description'], ['selenium', 'webdriver', 'company', 'na', 'description', 'currently'], ['webdriver', 'company', 'na', 'description', 'currently', 'working'], ['company', 'na', 'description', 'currently', 'working', 'capgemini'], ['na', 'description', 'currently', 'working', 'capgemini', 'airoli'], ['description', 'currently', 'working', 'capgemini', 'airoli', 'consultant'], ['currently', 'working', 'capgemini', 'airoli', 'consultant', '06th'], ['working', 'capgemini', 'airoli', 'consultant', '06th', 'may'], ['capgemini', 'airoli', 'consultant', '06th', 'may', '2013'], ['airoli', 'consultant', '06th', 'may', '2013', 'till'], ['consultant', '06th', 'may', '2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core', 'java', 'automation', 'testing'], ['skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool'], ['languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium'], ['core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web'], ['java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver'], ['automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide'], ['testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms'], ['tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms'], ['selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql'], ['web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server'], ['driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000'], ['ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005'], ['dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle'], ['ms', 'sql', 'server', '2000', '2005', 'oracle', '10g'], ['sql', 'server', '2000', '2005', 'oracle', '10g', 'operating'], ['server', '2000', '2005', 'oracle', '10g', 'operating', 'system'], ['2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows'], ['2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp'], ['oracle', '10g', 'operating', 'system', 'windows', 'xp', '7'], ['10g', 'operating', 'system', 'windows', 'xp', '7', '10'], ['operating', 'system', 'windows', 'xp', '7', '10', 'education'], ['system', 'windows', 'xp', '7', '10', 'education', 'details'], ['windows', 'xp', '7', '10', 'education', 'details', 'bscit'], ['xp', '7', '10', 'education', 'details', 'bscit', 'mumbai'], ['7', '10', 'education', 'details', 'bscit', 'mumbai', 'university'], ['10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation'], ['education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester'], ['details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation'], ['bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual'], ['mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester'], ['university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill'], ['automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details'], ['tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database'], ['automation', 'manual', 'tester', 'skill', 'details', 'database', 'management'], ['manual', 'tester', 'skill', 'details', 'database', 'management', 'system'], ['tester', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['6', 'months', 'java', 'exprience', '6', 'months', 'ms'], ['months', 'java', 'exprience', '6', 'months', 'ms', 'sql'], ['java', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience'], ['6', 'months', 'ms', 'sql', 'server', 'exprience', '6'], ['months', 'ms', 'sql', 'server', 'exprience', '6', 'months'], ['ms', 'sql', 'server', 'exprience', '6', 'months', 'ms'], ['sql', 'server', 'exprience', '6', 'months', 'ms', 'sql'], ['server', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['exprience', '6', 'months', 'ms', 'sql', 'server', '2000'], ['6', 'months', 'ms', 'sql', 'server', '2000', 'exprience'], ['months', 'ms', 'sql', 'server', '2000', 'exprience', '6'], ['ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany'], ['sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details'], ['server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company'], ['2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini'], ['exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india'], ['6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt'], ['monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd'], ['details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description'], ['company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked'], ['capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual'], ['india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well'], ['pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation'], ['ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing'], ['description', 'worked', 'manual', 'well', 'automation', 'testing', 'started'], ['worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier'], ['manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual'], ['well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester'], ['automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved'], ['testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation'], ['started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing'], ['carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now'], ['manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working'], ['tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation'], ['moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester'], ['automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked'], ['testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium'], ['now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver'], ['working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company'], ['automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na'], ['tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description'], ['worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently'], ['selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working'], ['webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini'], ['company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli'], ['na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant'], ['description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th'], ['currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may'], ['working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013'], ['capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till'], ['airoli', 'consultant', '06th', 'may', '2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool'], ['skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium'], ['languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web'], ['core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver'], ['java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide'], ['automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms'], ['testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms'], ['tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql'], ['selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server'], ['web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000'], ['driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005'], ['ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle'], ['dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle', '10g'], ['ms', 'sql', 'server', '2000', '2005', 'oracle', '10g', 'operating'], ['sql', 'server', '2000', '2005', 'oracle', '10g', 'operating', 'system'], ['server', '2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows'], ['2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp'], ['2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp', '7'], ['oracle', '10g', 'operating', 'system', 'windows', 'xp', '7', '10'], ['10g', 'operating', 'system', 'windows', 'xp', '7', '10', 'education'], ['operating', 'system', 'windows', 'xp', '7', '10', 'education', 'details'], ['system', 'windows', 'xp', '7', '10', 'education', 'details', 'bscit'], ['windows', 'xp', '7', '10', 'education', 'details', 'bscit', 'mumbai'], ['xp', '7', '10', 'education', 'details', 'bscit', 'mumbai', 'university'], ['7', '10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation'], ['10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester'], ['education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation'], ['details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual'], ['bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester'], ['mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill'], ['university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details'], ['automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database'], ['tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database', 'management'], ['automation', 'manual', 'tester', 'skill', 'details', 'database', 'management', 'system'], ['manual', 'tester', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['tester', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'ms'], ['6', 'months', 'java', 'exprience', '6', 'months', 'ms', 'sql'], ['months', 'java', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['java', 'exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience'], ['exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience', '6'], ['6', 'months', 'ms', 'sql', 'server', 'exprience', '6', 'months'], ['months', 'ms', 'sql', 'server', 'exprience', '6', 'months', 'ms'], ['ms', 'sql', 'server', 'exprience', '6', 'months', 'ms', 'sql'], ['sql', 'server', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['server', 'exprience', '6', 'months', 'ms', 'sql', 'server', '2000'], ['exprience', '6', 'months', 'ms', 'sql', 'server', '2000', 'exprience'], ['6', 'months', 'ms', 'sql', 'server', '2000', 'exprience', '6'], ['months', 'ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany'], ['ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details'], ['sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company'], ['server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini'], ['2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india'], ['exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt'], ['6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd'], ['monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description'], ['details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked'], ['company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual'], ['capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well'], ['india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation'], ['pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing'], ['ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing', 'started'], ['description', 'worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier'], ['worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual'], ['manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester'], ['well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved'], ['automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation'], ['testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing'], ['started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now'], ['carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working'], ['manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation'], ['tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester'], ['moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked'], ['automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium'], ['testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver'], ['now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company'], ['working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na'], ['automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description'], ['tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently'], ['worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working'], ['selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini'], ['webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli'], ['company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant'], ['na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th'], ['description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may'], ['currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013'], ['working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till'], ['capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till', 'date'], ['technical', 'skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium'], ['skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web'], ['languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver'], ['core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide'], ['java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms'], ['automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms'], ['testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql'], ['tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server'], ['selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000'], ['web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005'], ['driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle'], ['ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle', '10g'], ['dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle', '10g', 'operating'], ['ms', 'sql', 'server', '2000', '2005', 'oracle', '10g', 'operating', 'system'], ['sql', 'server', '2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows'], ['server', '2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp'], ['2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp', '7'], ['2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp', '7', '10'], ['oracle', '10g', 'operating', 'system', 'windows', 'xp', '7', '10', 'education'], ['10g', 'operating', 'system', 'windows', 'xp', '7', '10', 'education', 'details'], ['operating', 'system', 'windows', 'xp', '7', '10', 'education', 'details', 'bscit'], ['system', 'windows', 'xp', '7', '10', 'education', 'details', 'bscit', 'mumbai'], ['windows', 'xp', '7', '10', 'education', 'details', 'bscit', 'mumbai', 'university'], ['xp', '7', '10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation'], ['7', '10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester'], ['10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation'], ['education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual'], ['details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester'], ['bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill'], ['mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details'], ['university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database'], ['automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database', 'management'], ['tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database', 'management', 'system'], ['automation', 'manual', 'tester', 'skill', 'details', 'database', 'management', 'system', 'exprience'], ['manual', 'tester', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6'], ['tester', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months'], ['skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms'], ['details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience'], ['database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6'], ['management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months'], ['system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java'], ['exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience'], ['6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6'], ['months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months'], ['dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'ms'], ['exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'ms', 'sql'], ['6', 'months', 'java', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['months', 'java', 'exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience'], ['java', 'exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience', '6'], ['exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience', '6', 'months'], ['6', 'months', 'ms', 'sql', 'server', 'exprience', '6', 'months', 'ms'], ['months', 'ms', 'sql', 'server', 'exprience', '6', 'months', 'ms', 'sql'], ['ms', 'sql', 'server', 'exprience', '6', 'months', 'ms', 'sql', 'server'], ['sql', 'server', 'exprience', '6', 'months', 'ms', 'sql', 'server', '2000'], ['server', 'exprience', '6', 'months', 'ms', 'sql', 'server', '2000', 'exprience'], ['exprience', '6', 'months', 'ms', 'sql', 'server', '2000', 'exprience', '6'], ['6', 'months', 'ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany'], ['months', 'ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details'], ['ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company'], ['sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini'], ['server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india'], ['2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt'], ['exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd'], ['6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description'], ['monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked'], ['details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual'], ['company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well'], ['capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation'], ['india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing'], ['pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing', 'started'], ['ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier'], ['description', 'worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual'], ['worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester'], ['manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved'], ['well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation'], ['automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing'], ['testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now'], ['started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working'], ['carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation'], ['manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester'], ['tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked'], ['moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium'], ['automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver'], ['testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company'], ['now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na'], ['working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description'], ['automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently'], ['tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working'], ['worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini'], ['selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli'], ['webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant'], ['company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th'], ['na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may'], ['description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013'], ['currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till'], ['working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till', 'date']], [['skills'], ['1'], ['mc'], ['office'], ['2'], ['autocad'], ['2016'], ['3'], ['introductory'], ['knowledge'], ['eplan'], ['4'], ['sap'], ['erp'], ['product'], ['specific'], ['coding'], ['strengths'], ['1'], ['ability'], ['complete'], ['work'], ['within'], ['stipulated'], ['time'], ['2'], ['keeping'], ['calm'], ['pressure'], ['3'], ['multi'], ['tasking'], ['4'], ['experienced'], ['project'], ['engineering'], ['role'], ['5'], ['good'], ['interpersonal'], ['skills'], ['team'], ['spirit'], ['flexibility'], ['cope'], ['stress'], ['6'], ['fluent'], ['english'], ['7'], ['good'], ['knowledge'], ['international'], ['standards'], ['rules'], ['like'], ['iso'], ['atex'], ['nfpa'], ['iec'], ['nec'], ['shell'], ['dep'], ['etc'], ['college'], ['final'], ['year'], ['project'], ['topic'], ['study'], ['control'], ['state'], ['power'], ['grid'], ['maharashtra'], ['supervisor'], ['prof'], ['jawaleker'], ['place'], ['shri'], ['sant'], ['gajanan'], ['maharaj'], ['college'], ['engineering'], ['shegaon'], ['maharashtra'], ['description'], ['the'], ['project'], ['aims'], ['study'], ['power'], ['grid'], ['network'], ['operation'], ['maharashtra'], ['state'], ['regional'], ['power'], ['grid'], ['centre'], ['nagpur'], ['india'], ['education'], ['details'], ['thermal'], ['power'], ['plant'], ['engineering'], ['nangal'], ['punjab'], ['national'], ['power'], ['training'], ['institute'], ['b'], ['e'], ['electrical'], ['engineering'], ['shegaon'], ['maharashtra'], ['shri'], ['sant'], ['gajanan'], ['maharaj'], ['college'], ['engineering'], ['shegaon'], ['maharashtra'], ['india'], ['hsc'], ['chandrapur'], ['maharashtra'], ['vidya'], ['niketan'], ['jr'], ['college'], ['ssc'], ['chandrapur'], ['maharashtra'], ['vidya'], ['mandir'], ['high'], ['school'], ['industrial'], ['electrical'], ['design'], ['engineering'], ['along'], ['project'], ['management'], ['skill'], ['details'], ['autocad'], ['exprience'], ['74'], ['months'], ['enterprise'], ['resource'], ['planning'], ['exprience'], ['6'], ['months'], ['eplan'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['osmoflo'], ['engineering'], ['services'], ['pvt'], ['ltd'], ['description'], ['along'], ['project'], ['management'], ['1'], ['preparation'], ['electrical'], ['design'], ['basis'], ['electrical'], ['scope'], ['work'], ['electrical'], ['technical'], ['specification'], ['electrical'], ['data'], ['sheet'], ['electrical'], ['single'], ['line'], ['diagram'], ['sld'], ['per'], ['project'], ['standards'], ['2'], ['preparation'], ['review'], ['electrical'], ['drawings'], ['layouts'], ['like'], ['hazardous'], ['area'], ['classification'], ['electrical'], ['indoor'], ['outdoor'], ['lighting'], ['layout'], ['earthing'], ['lightning'], ['protection'], ['layout'], ['drawing'], ['substation'], ['equipment'], ['trench'], ['layout'], ['drawing'], ['overall'], ['cable'], ['layout'], ['drawing'], ['bill'], ['material'], ['bom'], ['mr'], ['electrical'], ['equipment'], ['cable'], ['schedules'], ['3'], ['oil'], ['gas'], ['water'], ['treatment'], ['plant'], ['overseas'], ['customer'], ['australia'], ['company'], ['m'], ['vivid'], ['electromech'], ['pvt'], ['ltd'], ['description'], ['whole'], ['pune'], ['region'], ['period'], ['06th'], ['june'], ['2017'], ['20th'], ['aug'], ['2018'], ['nature'], ['job'], ['electrical'], ['sales'], ['marketing'], ['project'], ['management'], ['ht'], ['lt'], ['panels'], ['bus'], ['duct'], ['voltage'], ['stabilizers'], ['residential'], ['commercial'], ['industrial'], ['projects'], ['1'], ['responsible'], ['sales'], ['marketing'], ['ht'], ['lt'], ['panels'], ['bust'], ['duct'], ['voltage'], ['stabilizer'], ['whole'], ['pune'], ['region'], ['overall'], ['project'], ['management'], ['awarded'], ['orders'], ['2'], ['having'], ['developed'], ['big'], ['customer'], ['base'], ['pune'], ['region'], ['useful'], ['business'], ['development'], ['residential'], ['commercial'], ['industrial'], ['projects'], ['3'], ['technical'], ['design'], ['well'], ['commercial'], ['bidding'], ['negotiation'], ['meetings'], ['customers'], ['market'], ['survey'], ['4'], ['authorised'], ['panel'], ['builder'], ['schneider'], ['system'], ['house'], ['ti'], ['design'], ['l'], ['t'], ['company'], ['m'], ['ador'], ['welding'], ['ltd'], ['description'], ['period'], ['17th'], ['july'], ['2012'], ['30th'], ['may'], ['2017'], ['nature'], ['of'], ['job'], ['industrial'], ['electrical'], ['design'], ['along'], ['project'], ['operation'], ['management'], ['1'], ['prepare'], ['electrical'], ['design'], ['basis'], ['electrical'], ['scope'], ['work'], ['electrical'], ['technical'], ['specification'], ['electrical'], ['data'], ['sheet'], ['electrical'], ['single'], ['line'], ['diagram'], ['sld'], ['per'], ['project'], ['standards'], ['2'], ['prepare'], ['review'], ['electrical'], ['drawings'], ['layouts'], ['like'], ['hazardous'], ['area'], ['classification'], ['electrical'], ['indoor'], ['outdoor'], ['lighting'], ['layout'], ['earthing'], ['lightning'], ['protection'], ['layout'], ['drawing'], ['substation'], ['equipment'], ['trench'], ['layout'], ['drawing'], ['overall'], ['cable'], ['layout'], ['drawing'], ['bill'], ['material'], ['bom'], ['mr'], ['electrical'], ['equipment'], ['cable'], ['schedules'], ['3'], ['conversant'], ['autocad'], ['5'], ['years'], ['exp'], ['introductory'], ['knowledge'], ['etap'], ['excellent'], ['verbal'], ['written'], ['communication'], ['4'], ['4'], ['years'], ['experience'], ['applying'], ['nec'], ['iec'], ['csa'], ['iecex'], ['atex'], ['ul'], ['fm'], ['nfpa'], ['api'], ['codes'], ['standards'], ['electrical'], ['engineering'], ['design'], ['5'], ['rca'], ['dfmea'], ['part'], ['design'], ['modification'], ['innovation'], ['team'], ['6'], ['technical'], ['quotation'], ['technical'], ['query'], ['technical'], ['bid'], ['evaluation'], ['co'], ['ordinate'], ['clients'], ['vendors'], ['projects'], ['7'], ['vendor'], ['development'], ['team'], ['lead'], ['review'], ['vendor'], ['documents'], ['factory'], ['a'], ['eptance'], ['test'], ['fat'], ['site'], ['a'], ['eptance'], ['test'], ['sat'], ['responsibilities'], ['handled'], ['1'], ['project'], ['lead'], ['yibal'], ['petroleum'], ['development'], ['oman'], ['project'], ['company'], ['m'], ['prakash'], ['industries'], ['ltd'], ['description'], ['period'], ['1st'], ['sept'], ['2011'], ['6thmay'], ['2012'], ['responsibilities'], ['handled'], ['1'], ['operation'], ['maintenance'], ['various'], ['electrical'], ['drives'], ['related'], ['cfbc'], ['boiler'], ['well'], ['turbine'], ['section'], ['2'], ['daily'], ['operation'], ['routine'], ['maintenance'], ['132kv'], ['ac'], ['switch'], ['yard'], ['nature'], ['job'], ['1'], ['electrical'], ['operation'], ['maintenance'], ['100'], ['mw'], ['power'], ['plant'], ['2'], ['shift'], ['in'], ['charge'], ['3'], ['months'], ['certification'], ['courses'], ['certified'], ['course'], ['autocad'], ['cadd'], ['centre'], ['jm'], ['road'], ['pune'], ['skills', '1'], ['1', 'mc'], ['mc', 'office'], ['office', '2'], ['2', 'autocad'], ['autocad', '2016'], ['2016', '3'], ['3', 'introductory'], ['introductory', 'knowledge'], ['knowledge', 'eplan'], ['eplan', '4'], ['4', 'sap'], ['sap', 'erp'], ['erp', 'product'], ['product', 'specific'], ['specific', 'coding'], ['coding', 'strengths'], ['strengths', '1'], ['1', 'ability'], ['ability', 'complete'], ['complete', 'work'], ['work', 'within'], ['within', 'stipulated'], ['stipulated', 'time'], ['time', '2'], ['2', 'keeping'], ['keeping', 'calm'], ['calm', 'pressure'], ['pressure', '3'], ['3', 'multi'], ['multi', 'tasking'], ['tasking', '4'], ['4', 'experienced'], ['experienced', 'project'], ['project', 'engineering'], ['engineering', 'role'], ['role', '5'], ['5', 'good'], ['good', 'interpersonal'], ['interpersonal', 'skills'], ['skills', 'team'], ['team', 'spirit'], ['spirit', 'flexibility'], ['flexibility', 'cope'], ['cope', 'stress'], ['stress', '6'], ['6', 'fluent'], ['fluent', 'english'], ['english', '7'], ['7', 'good'], ['good', 'knowledge'], ['knowledge', 'international'], ['international', 'standards'], ['standards', 'rules'], ['rules', 'like'], ['like', 'iso'], ['iso', 'atex'], ['atex', 'nfpa'], ['nfpa', 'iec'], ['iec', 'nec'], ['nec', 'shell'], ['shell', 'dep'], ['dep', 'etc'], ['etc', 'college'], ['college', 'final'], ['final', 'year'], ['year', 'project'], ['project', 'topic'], ['topic', 'study'], ['study', 'control'], ['control', 'state'], ['state', 'power'], ['power', 'grid'], ['grid', 'maharashtra'], ['maharashtra', 'supervisor'], ['supervisor', 'prof'], ['prof', 'jawaleker'], ['jawaleker', 'place'], ['place', 'shri'], ['shri', 'sant'], ['sant', 'gajanan'], ['gajanan', 'maharaj'], ['maharaj', 'college'], ['college', 'engineering'], ['engineering', 'shegaon'], ['shegaon', 'maharashtra'], ['maharashtra', 'description'], ['description', 'the'], ['the', 'project'], ['project', 'aims'], ['aims', 'study'], ['study', 'power'], ['power', 'grid'], ['grid', 'network'], ['network', 'operation'], ['operation', 'maharashtra'], ['maharashtra', 'state'], ['state', 'regional'], ['regional', 'power'], ['power', 'grid'], ['grid', 'centre'], ['centre', 'nagpur'], ['nagpur', 'india'], ['india', 'education'], ['education', 'details'], ['details', 'thermal'], ['thermal', 'power'], ['power', 'plant'], ['plant', 'engineering'], ['engineering', 'nangal'], ['nangal', 'punjab'], ['punjab', 'national'], ['national', 'power'], ['power', 'training'], ['training', 'institute'], ['institute', 'b'], ['b', 'e'], ['e', 'electrical'], ['electrical', 'engineering'], ['engineering', 'shegaon'], ['shegaon', 'maharashtra'], ['maharashtra', 'shri'], ['shri', 'sant'], ['sant', 'gajanan'], ['gajanan', 'maharaj'], ['maharaj', 'college'], ['college', 'engineering'], ['engineering', 'shegaon'], ['shegaon', 'maharashtra'], ['maharashtra', 'india'], ['india', 'hsc'], ['hsc', 'chandrapur'], ['chandrapur', 'maharashtra'], ['maharashtra', 'vidya'], ['vidya', 'niketan'], ['niketan', 'jr'], ['jr', 'college'], ['college', 'ssc'], ['ssc', 'chandrapur'], ['chandrapur', 'maharashtra'], ['maharashtra', 'vidya'], ['vidya', 'mandir'], ['mandir', 'high'], ['high', 'school'], ['school', 'industrial'], ['industrial', 'electrical'], ['electrical', 'design'], ['design', 'engineering'], ['engineering', 'along'], ['along', 'project'], ['project', 'management'], ['management', 'skill'], ['skill', 'details'], ['details', 'autocad'], ['autocad', 'exprience'], ['exprience', '74'], ['74', 'months'], ['months', 'enterprise'], ['enterprise', 'resource'], ['resource', 'planning'], ['planning', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'eplan'], ['eplan', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'osmoflo'], ['osmoflo', 'engineering'], ['engineering', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'along'], ['along', 'project'], ['project', 'management'], ['management', '1'], ['1', 'preparation'], ['preparation', 'electrical'], ['electrical', 'design'], ['design', 'basis'], ['basis', 'electrical'], ['electrical', 'scope'], ['scope', 'work'], ['work', 'electrical'], ['electrical', 'technical'], ['technical', 'specification'], ['specification', 'electrical'], ['electrical', 'data'], ['data', 'sheet'], ['sheet', 'electrical'], ['electrical', 'single'], ['single', 'line'], ['line', 'diagram'], ['diagram', 'sld'], ['sld', 'per'], ['per', 'project'], ['project', 'standards'], ['standards', '2'], ['2', 'preparation'], ['preparation', 'review'], ['review', 'electrical'], ['electrical', 'drawings'], ['drawings', 'layouts'], ['layouts', 'like'], ['like', 'hazardous'], ['hazardous', 'area'], ['area', 'classification'], ['classification', 'electrical'], ['electrical', 'indoor'], ['indoor', 'outdoor'], ['outdoor', 'lighting'], ['lighting', 'layout'], ['layout', 'earthing'], ['earthing', 'lightning'], ['lightning', 'protection'], ['protection', 'layout'], ['layout', 'drawing'], ['drawing', 'substation'], ['substation', 'equipment'], ['equipment', 'trench'], ['trench', 'layout'], ['layout', 'drawing'], ['drawing', 'overall'], ['overall', 'cable'], ['cable', 'layout'], ['layout', 'drawing'], ['drawing', 'bill'], ['bill', 'material'], ['material', 'bom'], ['bom', 'mr'], ['mr', 'electrical'], ['electrical', 'equipment'], ['equipment', 'cable'], ['cable', 'schedules'], ['schedules', '3'], ['3', 'oil'], ['oil', 'gas'], ['gas', 'water'], ['water', 'treatment'], ['treatment', 'plant'], ['plant', 'overseas'], ['overseas', 'customer'], ['customer', 'australia'], ['australia', 'company'], ['company', 'm'], ['m', 'vivid'], ['vivid', 'electromech'], ['electromech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'whole'], ['whole', 'pune'], ['pune', 'region'], ['region', 'period'], ['period', '06th'], ['06th', 'june'], ['june', '2017'], ['2017', '20th'], ['20th', 'aug'], ['aug', '2018'], ['2018', 'nature'], ['nature', 'job'], ['job', 'electrical'], ['electrical', 'sales'], ['sales', 'marketing'], ['marketing', 'project'], ['project', 'management'], ['management', 'ht'], ['ht', 'lt'], ['lt', 'panels'], ['panels', 'bus'], ['bus', 'duct'], ['duct', 'voltage'], ['voltage', 'stabilizers'], ['stabilizers', 'residential'], ['residential', 'commercial'], ['commercial', 'industrial'], ['industrial', 'projects'], ['projects', '1'], ['1', 'responsible'], ['responsible', 'sales'], ['sales', 'marketing'], ['marketing', 'ht'], ['ht', 'lt'], ['lt', 'panels'], ['panels', 'bust'], ['bust', 'duct'], ['duct', 'voltage'], ['voltage', 'stabilizer'], ['stabilizer', 'whole'], ['whole', 'pune'], ['pune', 'region'], ['region', 'overall'], ['overall', 'project'], ['project', 'management'], ['management', 'awarded'], ['awarded', 'orders'], ['orders', '2'], ['2', 'having'], ['having', 'developed'], ['developed', 'big'], ['big', 'customer'], ['customer', 'base'], ['base', 'pune'], ['pune', 'region'], ['region', 'useful'], ['useful', 'business'], ['business', 'development'], ['development', 'residential'], ['residential', 'commercial'], ['commercial', 'industrial'], ['industrial', 'projects'], ['projects', '3'], ['3', 'technical'], ['technical', 'design'], ['design', 'well'], ['well', 'commercial'], ['commercial', 'bidding'], ['bidding', 'negotiation'], ['negotiation', 'meetings'], ['meetings', 'customers'], ['customers', 'market'], ['market', 'survey'], ['survey', '4'], ['4', 'authorised'], ['authorised', 'panel'], ['panel', 'builder'], ['builder', 'schneider'], ['schneider', 'system'], ['system', 'house'], ['house', 'ti'], ['ti', 'design'], ['design', 'l'], ['l', 't'], ['t', 'company'], ['company', 'm'], ['m', 'ador'], ['ador', 'welding'], ['welding', 'ltd'], ['ltd', 'description'], ['description', 'period'], ['period', '17th'], ['17th', 'july'], ['july', '2012'], ['2012', '30th'], ['30th', 'may'], ['may', '2017'], ['2017', 'nature'], ['nature', 'of'], ['of', 'job'], ['job', 'industrial'], ['industrial', 'electrical'], ['electrical', 'design'], ['design', 'along'], ['along', 'project'], ['project', 'operation'], ['operation', 'management'], ['management', '1'], ['1', 'prepare'], ['prepare', 'electrical'], ['electrical', 'design'], ['design', 'basis'], ['basis', 'electrical'], ['electrical', 'scope'], ['scope', 'work'], ['work', 'electrical'], ['electrical', 'technical'], ['technical', 'specification'], ['specification', 'electrical'], ['electrical', 'data'], ['data', 'sheet'], ['sheet', 'electrical'], ['electrical', 'single'], ['single', 'line'], ['line', 'diagram'], ['diagram', 'sld'], ['sld', 'per'], ['per', 'project'], ['project', 'standards'], ['standards', '2'], ['2', 'prepare'], ['prepare', 'review'], ['review', 'electrical'], ['electrical', 'drawings'], ['drawings', 'layouts'], ['layouts', 'like'], ['like', 'hazardous'], ['hazardous', 'area'], ['area', 'classification'], ['classification', 'electrical'], ['electrical', 'indoor'], ['indoor', 'outdoor'], ['outdoor', 'lighting'], ['lighting', 'layout'], ['layout', 'earthing'], ['earthing', 'lightning'], ['lightning', 'protection'], ['protection', 'layout'], ['layout', 'drawing'], ['drawing', 'substation'], ['substation', 'equipment'], ['equipment', 'trench'], ['trench', 'layout'], ['layout', 'drawing'], ['drawing', 'overall'], ['overall', 'cable'], ['cable', 'layout'], ['layout', 'drawing'], ['drawing', 'bill'], ['bill', 'material'], ['material', 'bom'], ['bom', 'mr'], ['mr', 'electrical'], ['electrical', 'equipment'], ['equipment', 'cable'], ['cable', 'schedules'], ['schedules', '3'], ['3', 'conversant'], ['conversant', 'autocad'], ['autocad', '5'], ['5', 'years'], ['years', 'exp'], ['exp', 'introductory'], ['introductory', 'knowledge'], ['knowledge', 'etap'], ['etap', 'excellent'], ['excellent', 'verbal'], ['verbal', 'written'], ['written', 'communication'], ['communication', '4'], ['4', '4'], ['4', 'years'], ['years', 'experience'], ['experience', 'applying'], ['applying', 'nec'], ...], [['education'], ['details'], ['electrical'], ['engineering'], ['skill'], ['details'], ['microsft'], ['office'], ['excell'], ['power'], ['point'], ['exprience'], ['120'], ['monthscompany'], ['details'], ['company'], ['indian'], ['navy'], ['description'], ['academia'], ['matric'], ['diploma'], ['electrical'], ['engineering'], ['nuclear'], ['biological'], ['chemical'], ['defence'], ['damage'], ['control'], ['including'], ['fire'], ['fighting'], ['leadership'], ['certificate'], ['course'], ['02'], ['weeks'], ['management'], ['certificate'], ['course'], ['04'], ['weeks'], ['advance'], ['fire'], ['fighting'], ['including'], ['industrial'], ['safety'], ['24'], ['weeks'], ['education', 'details'], ['details', 'electrical'], ['electrical', 'engineering'], ['engineering', 'skill'], ['skill', 'details'], ['details', 'microsft'], ['microsft', 'office'], ['office', 'excell'], ['excell', 'power'], ['power', 'point'], ['point', 'exprience'], ['exprience', '120'], ['120', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'indian'], ['indian', 'navy'], ['navy', 'description'], ['description', 'academia'], ['academia', 'matric'], ['matric', 'diploma'], ['diploma', 'electrical'], ['electrical', 'engineering'], ['engineering', 'nuclear'], ['nuclear', 'biological'], ['biological', 'chemical'], ['chemical', 'defence'], ['defence', 'damage'], ['damage', 'control'], ['control', 'including'], ['including', 'fire'], ['fire', 'fighting'], ['fighting', 'leadership'], ['leadership', 'certificate'], ['certificate', 'course'], ['course', '02'], ['02', 'weeks'], ['weeks', 'management'], ['management', 'certificate'], ['certificate', 'course'], ['course', '04'], ['04', 'weeks'], ['weeks', 'advance'], ['advance', 'fire'], ['fire', 'fighting'], ['fighting', 'including'], ['including', 'industrial'], ['industrial', 'safety'], ['safety', '24'], ['24', 'weeks'], ['education', 'details', 'electrical'], ['details', 'electrical', 'engineering'], ['electrical', 'engineering', 'skill'], ['engineering', 'skill', 'details'], ['skill', 'details', 'microsft'], ['details', 'microsft', 'office'], ['microsft', 'office', 'excell'], ['office', 'excell', 'power'], ['excell', 'power', 'point'], ['power', 'point', 'exprience'], ['point', 'exprience', '120'], ['exprience', '120', 'monthscompany'], ['120', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'indian'], ['company', 'indian', 'navy'], ['indian', 'navy', 'description'], ['navy', 'description', 'academia'], ['description', 'academia', 'matric'], ['academia', 'matric', 'diploma'], ['matric', 'diploma', 'electrical'], ['diploma', 'electrical', 'engineering'], ['electrical', 'engineering', 'nuclear'], ['engineering', 'nuclear', 'biological'], ['nuclear', 'biological', 'chemical'], ['biological', 'chemical', 'defence'], ['chemical', 'defence', 'damage'], ['defence', 'damage', 'control'], ['damage', 'control', 'including'], ['control', 'including', 'fire'], ['including', 'fire', 'fighting'], ['fire', 'fighting', 'leadership'], ['fighting', 'leadership', 'certificate'], ['leadership', 'certificate', 'course'], ['certificate', 'course', '02'], ['course', '02', 'weeks'], ['02', 'weeks', 'management'], ['weeks', 'management', 'certificate'], ['management', 'certificate', 'course'], ['certificate', 'course', '04'], ['course', '04', 'weeks'], ['04', 'weeks', 'advance'], ['weeks', 'advance', 'fire'], ['advance', 'fire', 'fighting'], ['fire', 'fighting', 'including'], ['fighting', 'including', 'industrial'], ['including', 'industrial', 'safety'], ['industrial', 'safety', '24'], ['safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering'], ['details', 'electrical', 'engineering', 'skill'], ['electrical', 'engineering', 'skill', 'details'], ['engineering', 'skill', 'details', 'microsft'], ['skill', 'details', 'microsft', 'office'], ['details', 'microsft', 'office', 'excell'], ['microsft', 'office', 'excell', 'power'], ['office', 'excell', 'power', 'point'], ['excell', 'power', 'point', 'exprience'], ['power', 'point', 'exprience', '120'], ['point', 'exprience', '120', 'monthscompany'], ['exprience', '120', 'monthscompany', 'details'], ['120', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'indian'], ['details', 'company', 'indian', 'navy'], ['company', 'indian', 'navy', 'description'], ['indian', 'navy', 'description', 'academia'], ['navy', 'description', 'academia', 'matric'], ['description', 'academia', 'matric', 'diploma'], ['academia', 'matric', 'diploma', 'electrical'], ['matric', 'diploma', 'electrical', 'engineering'], ['diploma', 'electrical', 'engineering', 'nuclear'], ['electrical', 'engineering', 'nuclear', 'biological'], ['engineering', 'nuclear', 'biological', 'chemical'], ['nuclear', 'biological', 'chemical', 'defence'], ['biological', 'chemical', 'defence', 'damage'], ['chemical', 'defence', 'damage', 'control'], ['defence', 'damage', 'control', 'including'], ['damage', 'control', 'including', 'fire'], ['control', 'including', 'fire', 'fighting'], ['including', 'fire', 'fighting', 'leadership'], ['fire', 'fighting', 'leadership', 'certificate'], ['fighting', 'leadership', 'certificate', 'course'], ['leadership', 'certificate', 'course', '02'], ['certificate', 'course', '02', 'weeks'], ['course', '02', 'weeks', 'management'], ['02', 'weeks', 'management', 'certificate'], ['weeks', 'management', 'certificate', 'course'], ['management', 'certificate', 'course', '04'], ['certificate', 'course', '04', 'weeks'], ['course', '04', 'weeks', 'advance'], ['04', 'weeks', 'advance', 'fire'], ['weeks', 'advance', 'fire', 'fighting'], ['advance', 'fire', 'fighting', 'including'], ['fire', 'fighting', 'including', 'industrial'], ['fighting', 'including', 'industrial', 'safety'], ['including', 'industrial', 'safety', '24'], ['industrial', 'safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering', 'skill'], ['details', 'electrical', 'engineering', 'skill', 'details'], ['electrical', 'engineering', 'skill', 'details', 'microsft'], ['engineering', 'skill', 'details', 'microsft', 'office'], ['skill', 'details', 'microsft', 'office', 'excell'], ['details', 'microsft', 'office', 'excell', 'power'], ['microsft', 'office', 'excell', 'power', 'point'], ['office', 'excell', 'power', 'point', 'exprience'], ['excell', 'power', 'point', 'exprience', '120'], ['power', 'point', 'exprience', '120', 'monthscompany'], ['point', 'exprience', '120', 'monthscompany', 'details'], ['exprience', '120', 'monthscompany', 'details', 'company'], ['120', 'monthscompany', 'details', 'company', 'indian'], ['monthscompany', 'details', 'company', 'indian', 'navy'], ['details', 'company', 'indian', 'navy', 'description'], ['company', 'indian', 'navy', 'description', 'academia'], ['indian', 'navy', 'description', 'academia', 'matric'], ['navy', 'description', 'academia', 'matric', 'diploma'], ['description', 'academia', 'matric', 'diploma', 'electrical'], ['academia', 'matric', 'diploma', 'electrical', 'engineering'], ['matric', 'diploma', 'electrical', 'engineering', 'nuclear'], ['diploma', 'electrical', 'engineering', 'nuclear', 'biological'], ['electrical', 'engineering', 'nuclear', 'biological', 'chemical'], ['engineering', 'nuclear', 'biological', 'chemical', 'defence'], ['nuclear', 'biological', 'chemical', 'defence', 'damage'], ['biological', 'chemical', 'defence', 'damage', 'control'], ['chemical', 'defence', 'damage', 'control', 'including'], ['defence', 'damage', 'control', 'including', 'fire'], ['damage', 'control', 'including', 'fire', 'fighting'], ['control', 'including', 'fire', 'fighting', 'leadership'], ['including', 'fire', 'fighting', 'leadership', 'certificate'], ['fire', 'fighting', 'leadership', 'certificate', 'course'], ['fighting', 'leadership', 'certificate', 'course', '02'], ['leadership', 'certificate', 'course', '02', 'weeks'], ['certificate', 'course', '02', 'weeks', 'management'], ['course', '02', 'weeks', 'management', 'certificate'], ['02', 'weeks', 'management', 'certificate', 'course'], ['weeks', 'management', 'certificate', 'course', '04'], ['management', 'certificate', 'course', '04', 'weeks'], ['certificate', 'course', '04', 'weeks', 'advance'], ['course', '04', 'weeks', 'advance', 'fire'], ['04', 'weeks', 'advance', 'fire', 'fighting'], ['weeks', 'advance', 'fire', 'fighting', 'including'], ['advance', 'fire', 'fighting', 'including', 'industrial'], ['fire', 'fighting', 'including', 'industrial', 'safety'], ['fighting', 'including', 'industrial', 'safety', '24'], ['including', 'industrial', 'safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering', 'skill', 'details'], ['details', 'electrical', 'engineering', 'skill', 'details', 'microsft'], ['electrical', 'engineering', 'skill', 'details', 'microsft', 'office'], ['engineering', 'skill', 'details', 'microsft', 'office', 'excell'], ['skill', 'details', 'microsft', 'office', 'excell', 'power'], ['details', 'microsft', 'office', 'excell', 'power', 'point'], ['microsft', 'office', 'excell', 'power', 'point', 'exprience'], ['office', 'excell', 'power', 'point', 'exprience', '120'], ['excell', 'power', 'point', 'exprience', '120', 'monthscompany'], ['power', 'point', 'exprience', '120', 'monthscompany', 'details'], ['point', 'exprience', '120', 'monthscompany', 'details', 'company'], ['exprience', '120', 'monthscompany', 'details', 'company', 'indian'], ['120', 'monthscompany', 'details', 'company', 'indian', 'navy'], ['monthscompany', 'details', 'company', 'indian', 'navy', 'description'], ['details', 'company', 'indian', 'navy', 'description', 'academia'], ['company', 'indian', 'navy', 'description', 'academia', 'matric'], ['indian', 'navy', 'description', 'academia', 'matric', 'diploma'], ['navy', 'description', 'academia', 'matric', 'diploma', 'electrical'], ['description', 'academia', 'matric', 'diploma', 'electrical', 'engineering'], ['academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear'], ['matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological'], ['diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical'], ['electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence'], ['engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage'], ['nuclear', 'biological', 'chemical', 'defence', 'damage', 'control'], ['biological', 'chemical', 'defence', 'damage', 'control', 'including'], ['chemical', 'defence', 'damage', 'control', 'including', 'fire'], ['defence', 'damage', 'control', 'including', 'fire', 'fighting'], ['damage', 'control', 'including', 'fire', 'fighting', 'leadership'], ['control', 'including', 'fire', 'fighting', 'leadership', 'certificate'], ['including', 'fire', 'fighting', 'leadership', 'certificate', 'course'], ['fire', 'fighting', 'leadership', 'certificate', 'course', '02'], ['fighting', 'leadership', 'certificate', 'course', '02', 'weeks'], ['leadership', 'certificate', 'course', '02', 'weeks', 'management'], ['certificate', 'course', '02', 'weeks', 'management', 'certificate'], ['course', '02', 'weeks', 'management', 'certificate', 'course'], ['02', 'weeks', 'management', 'certificate', 'course', '04'], ['weeks', 'management', 'certificate', 'course', '04', 'weeks'], ['management', 'certificate', 'course', '04', 'weeks', 'advance'], ['certificate', 'course', '04', 'weeks', 'advance', 'fire'], ['course', '04', 'weeks', 'advance', 'fire', 'fighting'], ['04', 'weeks', 'advance', 'fire', 'fighting', 'including'], ['weeks', 'advance', 'fire', 'fighting', 'including', 'industrial'], ['advance', 'fire', 'fighting', 'including', 'industrial', 'safety'], ['fire', 'fighting', 'including', 'industrial', 'safety', '24'], ['fighting', 'including', 'industrial', 'safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering', 'skill', 'details', 'microsft'], ['details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office'], ['electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell'], ['engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power'], ['skill', 'details', 'microsft', 'office', 'excell', 'power', 'point'], ['details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience'], ['microsft', 'office', 'excell', 'power', 'point', 'exprience', '120'], ['office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany'], ['excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details'], ['power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company'], ['point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian'], ['exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy'], ['120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description'], ['monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia'], ['details', 'company', 'indian', 'navy', 'description', 'academia', 'matric'], ['company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma'], ['indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical'], ['navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering'], ['description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear'], ['academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological'], ['matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical'], ['diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence'], ['electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage'], ['engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control'], ['nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including'], ['biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire'], ['chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting'], ['defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership'], ['damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate'], ['control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course'], ['including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02'], ['fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks'], ['fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management'], ['leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate'], ['certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course'], ['course', '02', 'weeks', 'management', 'certificate', 'course', '04'], ['02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks'], ['weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance'], ['management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire'], ['certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting'], ['course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including'], ['04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial'], ['weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety'], ['advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24'], ['fire', 'fighting', 'including', 'industrial', 'safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office'], ['details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell'], ['electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power'], ['engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power', 'point'], ['skill', 'details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience'], ['details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience', '120'], ['microsft', 'office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany'], ['office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details'], ['excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company'], ['power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian'], ['point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy'], ['exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description'], ['120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia'], ['monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia', 'matric'], ['details', 'company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma'], ['company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical'], ['indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering'], ['navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear'], ['description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological'], ['academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical'], ['matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence'], ['diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage'], ['electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control'], ['engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including'], ['nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire'], ['biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting'], ['chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership'], ['defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate'], ['damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course'], ['control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02'], ['including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks'], ['fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management'], ['fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate'], ['leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course'], ['certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course', '04'], ['course', '02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks'], ['02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance'], ['weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire'], ['management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting'], ['certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including'], ['course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial'], ['04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety'], ['weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24'], ['advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24', 'weeks'], ['education', 'details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell'], ['details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power'], ['electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power', 'point'], ['engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience'], ['skill', 'details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience', '120'], ['details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany'], ['microsft', 'office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details'], ['office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company'], ['excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian'], ['power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy'], ['point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description'], ['exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia'], ['120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia', 'matric'], ['monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma'], ['details', 'company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical'], ['company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering'], ['indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear'], ['navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological'], ['description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical'], ['academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence'], ['matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage'], ['diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control'], ['electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including'], ['engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire'], ['nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting'], ['biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership'], ['chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate'], ['defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course'], ['damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02'], ['control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks'], ['including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management'], ['fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate'], ['fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course'], ['leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course', '04'], ['certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks'], ['course', '02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance'], ['02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire'], ['weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting'], ['management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including'], ['certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial'], ['course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety'], ['04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24'], ['weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24', 'weeks']], [['achievement'], ['oriented'], ['people'], ['management'], ['skills'], ['ability'], ['manage'], ['change'], ['ease'], ['proven'], ['strength'], ['problem'], ['solving'], ['coordination'], ['analysis'], ['strong'], ['communication'], ['interpersonal'], ['learning'], ['organizing'], ['skills'], ['matched'], ['ability'], ['manage'], ['stress'], ['time'], ['people'], ['effectively'], ['able'], ['handle'], ['multiple'], ['task'], ['projects'], ['simultaneously'], ['willing'], ['travel'], ['relocate'], ['education'], ['details'], ['b'], ['e'], ['electrical'], ['electronics'], ['engineering'], ['gulbarga'], ['karnataka'], ['vtu'], ['vishweshwariya'], ['university'], ['hsc'], ['wai'], ['maharashtra'], ['kisanveer'], ['mahavidyalay'], ['wai'], ['kohlapur'], ['university'], ['electrical'], ['engineer'], ['electrical'], ['engineer'], ['refcon'], ['engineering'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['refcon'], ['engineering'], ['pvt'], ['ltd'], ['description'], ['greenfield'], ['project'], ['project'], ['status'], ['1'], ['libs'], ['braseries'], ['burkena'], ['faso'], ['africa'], ['completed'], ['2'], ['citrus'], ['processing'], ['india'], ['nanded'], ['completed'], ['3'], ['carlsberg'], ['group'], ['myanmar'], ['yangon'], ['completed'], ['4'], ['u'], ['b'], ['united'], ['breweries'], ['mysore'], ['completed'], ['5'], ['u'], ['b'], ['united'], ['breweries'], ['hyderabad'], ['completed'], ['6'], ['haldiram'], ['foods'], ['pvt'], ['ltd'], ['nagpur'], ['completed'], ['7'], ['tetra'], ['pak'], ['india'], ['pvt'], ['ltd'], ['amreli'], ['completed'], ['8'], ['u'], ['b'], ['united'], ['breweries'], ['rajasthan'], ['completed'], ['handling'], ['activities'], ['project'], ['preparing'], ['project'], ['schedules'], ['plans'], ['engineering'], ['designs'], ['drawings'], ['technical'], ['specifications'], ['per'], ['clients'], ['requirements'], ['review'], ['process'], ['p'], ['id'], ['selection'], ['instrument'], ['get'], ['energy'], ['efficient'], ['process'], ['material'], ['specifications'], ['approval'], ['modifications'], ['electrical'], ['drawing'], ['per'], ['requirement'], ['process'], ['flow'], ['diagrams'], ['general'], ['electrical'], ['standards'], ['carry'], ['automation'], ['engineering'], ['includes'], ['hardware'], ['software'], ['specification'], ['generate'], ['control'], ['philosophy'], ['process'], ['automation'], ['per'], ['p'], ['id'], ['process'], ['necessary'], ['technical'], ['documentation'], ['o'], ['m'], ['manuals'], ['calculate'], ['estimation'], ['value'], ['projects'], ['price'], ['bidding'], ['clients'], ['includes'], ['mcc'], ['plc'], ['panel'], ['power'], ['control'], ['cabling'], ['trays'], ['earthing'], ['material'], ['etc'], ['selection'], ['electrical'], ['switchgear'], ['ht'], ['lt'], ['pcc'], ['mcc'], ['apfc'], ['panels'], ['power'], ['control'], ['cable'], ['motors'], ['protection'], ['metering'], ['ct'], ['pts'], ['acbs'], ['earthing'], ['lightning'], ['analog'], ['digital'], ['instruments'], ['floating'], ['project'], ['enquiries'], ['communicate'], ['vendors'], ['evaluate'], ['vendor'], ['quotes'], ['technical'], ['alignment'], ['generate'], ['power'], ['distribution'], ['sld'], ['drawings'], ['per'], ['load'], ['flow'], ['general'], ['arrangement'], ['drawings'], ['panels'], ['controllers'], ['logic'], ['diagrams'], ['developing'], ['cable'], ['route'], ['plan'], ['schedules'], ['cable'], ['tray'], ['layout'], ['autocad'], ['tool'], ['detailing'], ['installation'], ['commissioning'], ['troubleshooting'], ['mcc'], ['plc'], ['lt'], ['panels'], ['vfd'], ['drives'], ['soft'], ['starters'], ['programming'], ['danfoss'], ['schnider'], ['vacon'], ['siemens'], ['abb'], ['drives'], ['working'], ['experience'], ['siemens'], ['s7'], ['300'], ['1200'], ['1500'], ['et'], ['200s'], ['series'], ['allen'], ['bready'], ['rs'], ['logix5000'], ['plc'], ['installation'], ['calibration'], ['troubleshooting'], ['field'], ['instruments'], ['pressure'], ['temperature'], ['transmitter'], ['pneumatic'], ['valves'], ['actuators'], ['modulating'], ['valves'], ['solenoid'], ['valve'], ['flow'], ['meter'], ['flow'], ['switches'], ['flow'], ['transmitter'], ['level'], ['transmitter'], ['etc'], ['carry'], ['loop'], ['testing'], ['per'], ['control'], ['cable'], ['schedule'], ['hands'], ['experience'], ['troubleshooting'], ['engineering'], ['services'], ['maintenance'], ['operation'], ['managing'], ['various'], ['electrical'], ['power'], ['system'], ['equipments'], ['supervising'], ['commissioning'], ['activities'], ['handling'], ['mechanical'], ['maintenance'], ['service'], ['activities'], ['operating'], ['plant'], ['company'], ['kisanveer'], ['sugars'], ['pvt'], ['ltd'], ['description'], ['handling'], ['activities'], ['with'], ['1'], ['5'], ['years'], ['experience'], ['worked'], ['asst'], ['electrical'], ['engineer'], ['erection'], ['field'], ['across'], ['22'], ['mw'], ['power'], ['plant'], ['testing'], ['commissioning'], ['electrical'], ['maintenance'], ['operation'], ['allied'], ['activities'], ['testing'], ['commissioning'], ['installation'], ['ht'], ['lt'], ['panels'], ['vfd'], ['drives'], ['dc'], ['drives'], ['panels'], ['scheduling'], ['planning'], ['predictive'], ['preventive'], ['maintenance'], ['process'], ['plants'], ['root'], ['cause'], ['analysis'], ['including'], ['budgeting'], ['cost'], ['control'], ['activities'], ['managing'], ['overhauling'], ['maintenance'], ['lt'], ['motors'], ['dc'], ['shunt'], ['motors'], ['panel'], ['switchgears'], ['vfds'], ['soft'], ['starters'], ['dg'], ['set'], ['amf'], ['panel'], ['plant'], ['lighting'], ['installation'], ['commissioning'], ['maintenance'], ['power'], ['distribution'], ['transformer'], ['acb'], ['vcb'], ['sf6'], ['breaker'], ['ct'], ['pt'], ['units'], ['fcbc'], ['panels'], ['ups'], ['protection'], ['system'], ['include'], ['microprocessor'], ['based'], ['relay'], ['numerical'], ['relay'], ['relay'], ['co'], ['ordination'], ['monitoring'], ['plans'], ['schedules'], ['start'], ['maintenance'], ['activities'], ['achieving'], ['targets'], ['implementing'], ['maintenance'], ['systems'], ['during'], ['shut'], ['time'], ['daily'], ['power'], ['monitoring'], ['calculations'], ['reporting'], ['monthly'], ['basis'], ['achievement', 'oriented'], ['oriented', 'people'], ['people', 'management'], ['management', 'skills'], ['skills', 'ability'], ['ability', 'manage'], ['manage', 'change'], ['change', 'ease'], ['ease', 'proven'], ['proven', 'strength'], ['strength', 'problem'], ['problem', 'solving'], ['solving', 'coordination'], ['coordination', 'analysis'], ['analysis', 'strong'], ['strong', 'communication'], ['communication', 'interpersonal'], ['interpersonal', 'learning'], ['learning', 'organizing'], ['organizing', 'skills'], ['skills', 'matched'], ['matched', 'ability'], ['ability', 'manage'], ['manage', 'stress'], ['stress', 'time'], ['time', 'people'], ['people', 'effectively'], ['effectively', 'able'], ['able', 'handle'], ['handle', 'multiple'], ['multiple', 'task'], ['task', 'projects'], ['projects', 'simultaneously'], ['simultaneously', 'willing'], ['willing', 'travel'], ['travel', 'relocate'], ['relocate', 'education'], ['education', 'details'], ['details', 'b'], ['b', 'e'], ['e', 'electrical'], ['electrical', 'electronics'], ['electronics', 'engineering'], ['engineering', 'gulbarga'], ['gulbarga', 'karnataka'], ['karnataka', 'vtu'], ['vtu', 'vishweshwariya'], ['vishweshwariya', 'university'], ['university', 'hsc'], ['hsc', 'wai'], ['wai', 'maharashtra'], ['maharashtra', 'kisanveer'], ['kisanveer', 'mahavidyalay'], ['mahavidyalay', 'wai'], ['wai', 'kohlapur'], ['kohlapur', 'university'], ['university', 'electrical'], ['electrical', 'engineer'], ['engineer', 'electrical'], ['electrical', 'engineer'], ['engineer', 'refcon'], ['refcon', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'refcon'], ['refcon', 'engineering'], ['engineering', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'greenfield'], ['greenfield', 'project'], ['project', 'project'], ['project', 'status'], ['status', '1'], ['1', 'libs'], ['libs', 'braseries'], ['braseries', 'burkena'], ['burkena', 'faso'], ['faso', 'africa'], ['africa', 'completed'], ['completed', '2'], ['2', 'citrus'], ['citrus', 'processing'], ['processing', 'india'], ['india', 'nanded'], ['nanded', 'completed'], ['completed', '3'], ['3', 'carlsberg'], ['carlsberg', 'group'], ['group', 'myanmar'], ['myanmar', 'yangon'], ['yangon', 'completed'], ['completed', '4'], ['4', 'u'], ['u', 'b'], ['b', 'united'], ['united', 'breweries'], ['breweries', 'mysore'], ['mysore', 'completed'], ['completed', '5'], ['5', 'u'], ['u', 'b'], ['b', 'united'], ['united', 'breweries'], ['breweries', 'hyderabad'], ['hyderabad', 'completed'], ['completed', '6'], ['6', 'haldiram'], ['haldiram', 'foods'], ['foods', 'pvt'], ['pvt', 'ltd'], ['ltd', 'nagpur'], ['nagpur', 'completed'], ['completed', '7'], ['7', 'tetra'], ['tetra', 'pak'], ['pak', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'amreli'], ['amreli', 'completed'], ['completed', '8'], ['8', 'u'], ['u', 'b'], ['b', 'united'], ['united', 'breweries'], ['breweries', 'rajasthan'], ['rajasthan', 'completed'], ['completed', 'handling'], ['handling', 'activities'], ['activities', 'project'], ['project', 'preparing'], ['preparing', 'project'], ['project', 'schedules'], ['schedules', 'plans'], ['plans', 'engineering'], ['engineering', 'designs'], ['designs', 'drawings'], ['drawings', 'technical'], ['technical', 'specifications'], ['specifications', 'per'], ['per', 'clients'], ['clients', 'requirements'], ['requirements', 'review'], ['review', 'process'], ['process', 'p'], ['p', 'id'], ['id', 'selection'], ['selection', 'instrument'], ['instrument', 'get'], ['get', 'energy'], ['energy', 'efficient'], ['efficient', 'process'], ['process', 'material'], ['material', 'specifications'], ['specifications', 'approval'], ['approval', 'modifications'], ['modifications', 'electrical'], ['electrical', 'drawing'], ['drawing', 'per'], ['per', 'requirement'], ['requirement', 'process'], ['process', 'flow'], ['flow', 'diagrams'], ['diagrams', 'general'], ['general', 'electrical'], ['electrical', 'standards'], ['standards', 'carry'], ['carry', 'automation'], ['automation', 'engineering'], ['engineering', 'includes'], ['includes', 'hardware'], ['hardware', 'software'], ['software', 'specification'], ['specification', 'generate'], ['generate', 'control'], ['control', 'philosophy'], ['philosophy', 'process'], ['process', 'automation'], ['automation', 'per'], ['per', 'p'], ['p', 'id'], ['id', 'process'], ['process', 'necessary'], ['necessary', 'technical'], ['technical', 'documentation'], ['documentation', 'o'], ['o', 'm'], ['m', 'manuals'], ['manuals', 'calculate'], ['calculate', 'estimation'], ['estimation', 'value'], ['value', 'projects'], ['projects', 'price'], ['price', 'bidding'], ['bidding', 'clients'], ['clients', 'includes'], ['includes', 'mcc'], ['mcc', 'plc'], ['plc', 'panel'], ['panel', 'power'], ['power', 'control'], ['control', 'cabling'], ['cabling', 'trays'], ['trays', 'earthing'], ['earthing', 'material'], ['material', 'etc'], ['etc', 'selection'], ['selection', 'electrical'], ['electrical', 'switchgear'], ['switchgear', 'ht'], ['ht', 'lt'], ['lt', 'pcc'], ['pcc', 'mcc'], ['mcc', 'apfc'], ['apfc', 'panels'], ['panels', 'power'], ['power', 'control'], ['control', 'cable'], ['cable', 'motors'], ['motors', 'protection'], ['protection', 'metering'], ['metering', 'ct'], ['ct', 'pts'], ['pts', 'acbs'], ['acbs', 'earthing'], ['earthing', 'lightning'], ['lightning', 'analog'], ['analog', 'digital'], ['digital', 'instruments'], ['instruments', 'floating'], ['floating', 'project'], ['project', 'enquiries'], ['enquiries', 'communicate'], ['communicate', 'vendors'], ['vendors', 'evaluate'], ['evaluate', 'vendor'], ['vendor', 'quotes'], ['quotes', 'technical'], ['technical', 'alignment'], ['alignment', 'generate'], ['generate', 'power'], ['power', 'distribution'], ['distribution', 'sld'], ['sld', 'drawings'], ['drawings', 'per'], ['per', 'load'], ['load', 'flow'], ['flow', 'general'], ['general', 'arrangement'], ['arrangement', 'drawings'], ['drawings', 'panels'], ['panels', 'controllers'], ['controllers', 'logic'], ['logic', 'diagrams'], ['diagrams', 'developing'], ['developing', 'cable'], ['cable', 'route'], ['route', 'plan'], ['plan', 'schedules'], ['schedules', 'cable'], ['cable', 'tray'], ['tray', 'layout'], ['layout', 'autocad'], ['autocad', 'tool'], ['tool', 'detailing'], ['detailing', 'installation'], ['installation', 'commissioning'], ['commissioning', 'troubleshooting'], ['troubleshooting', 'mcc'], ['mcc', 'plc'], ['plc', 'lt'], ['lt', 'panels'], ['panels', 'vfd'], ['vfd', 'drives'], ['drives', 'soft'], ['soft', 'starters'], ['starters', 'programming'], ['programming', 'danfoss'], ['danfoss', 'schnider'], ['schnider', 'vacon'], ['vacon', 'siemens'], ['siemens', 'abb'], ['abb', 'drives'], ['drives', 'working'], ['working', 'experience'], ['experience', 'siemens'], ['siemens', 's7'], ['s7', '300'], ['300', '1200'], ['1200', '1500'], ['1500', 'et'], ['et', '200s'], ['200s', 'series'], ['series', 'allen'], ['allen', 'bready'], ['bready', 'rs'], ['rs', 'logix5000'], ['logix5000', 'plc'], ['plc', 'installation'], ['installation', 'calibration'], ['calibration', 'troubleshooting'], ['troubleshooting', 'field'], ['field', 'instruments'], ['instruments', 'pressure'], ['pressure', 'temperature'], ['temperature', 'transmitter'], ['transmitter', 'pneumatic'], ['pneumatic', 'valves'], ['valves', 'actuators'], ['actuators', 'modulating'], ['modulating', 'valves'], ['valves', 'solenoid'], ['solenoid', 'valve'], ['valve', 'flow'], ['flow', 'meter'], ['meter', 'flow'], ['flow', 'switches'], ['switches', 'flow'], ['flow', 'transmitter'], ['transmitter', 'level'], ['level', 'transmitter'], ['transmitter', 'etc'], ['etc', 'carry'], ['carry', 'loop'], ['loop', 'testing'], ['testing', 'per'], ['per', 'control'], ['control', 'cable'], ['cable', 'schedule'], ['schedule', 'hands'], ['hands', 'experience'], ['experience', 'troubleshooting'], ['troubleshooting', 'engineering'], ['engineering', 'services'], ['services', 'maintenance'], ['maintenance', 'operation'], ['operation', 'managing'], ['managing', 'various'], ['various', 'electrical'], ['electrical', 'power'], ['power', 'system'], ['system', 'equipments'], ['equipments', 'supervising'], ['supervising', 'commissioning'], ['commissioning', 'activities'], ['activities', 'handling'], ['handling', 'mechanical'], ['mechanical', 'maintenance'], ['maintenance', 'service'], ['service', 'activities'], ['activities', 'operating'], ['operating', 'plant'], ['plant', 'company'], ['company', 'kisanveer'], ['kisanveer', 'sugars'], ['sugars', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'handling'], ['handling', 'activities'], ['activities', 'with'], ['with', '1'], ['1', '5'], ['5', 'years'], ['years', 'experience'], ['experience', 'worked'], ['worked', 'asst'], ['asst', 'electrical'], ['electrical', 'engineer'], ['engineer', 'erection'], ['erection', 'field'], ['field', 'across'], ['across', '22'], ['22', 'mw'], ['mw', 'power'], ['power', 'plant'], ['plant', 'testing'], ['testing', 'commissioning'], ['commissioning', 'electrical'], ['electrical', 'maintenance'], ['maintenance', 'operation'], ['operation', 'allied'], ['allied', 'activities'], ['activities', 'testing'], ['testing', 'commissioning'], ['commissioning', 'installation'], ['installation', 'ht'], ['ht', 'lt'], ['lt', 'panels'], ['panels', 'vfd'], ['vfd', 'drives'], ['drives', 'dc'], ['dc', 'drives'], ['drives', 'panels'], ['panels', 'scheduling'], ['scheduling', 'planning'], ['planning', 'predictive'], ['predictive', 'preventive'], ['preventive', 'maintenance'], ['maintenance', 'process'], ['process', 'plants'], ['plants', 'root'], ['root', 'cause'], ['cause', 'analysis'], ['analysis', 'including'], ['including', 'budgeting'], ['budgeting', 'cost'], ['cost', 'control'], ['control', 'activities'], ['activities', 'managing'], ['managing', 'overhauling'], ['overhauling', 'maintenance'], ['maintenance', 'lt'], ['lt', 'motors'], ['motors', 'dc'], ['dc', 'shunt'], ['shunt', 'motors'], ['motors', 'panel'], ['panel', 'switchgears'], ['switchgears', 'vfds'], ['vfds', 'soft'], ['soft', 'starters'], ['starters', 'dg'], ['dg', 'set'], ['set', 'amf'], ['amf', 'panel'], ['panel', 'plant'], ['plant', 'lighting'], ['lighting', 'installation'], ['installation', 'commissioning'], ['commissioning', 'maintenance'], ['maintenance', 'power'], ['power', 'distribution'], ['distribution', 'transformer'], ['transformer', 'acb'], ['acb', 'vcb'], ['vcb', 'sf6'], ['sf6', 'breaker'], ['breaker', 'ct'], ['ct', 'pt'], ['pt', 'units'], ['units', 'fcbc'], ['fcbc', 'panels'], ['panels', 'ups'], ['ups', 'protection'], ['protection', 'system'], ['system', 'include'], ['include', 'microprocessor'], ['microprocessor', 'based'], ['based', 'relay'], ['relay', 'numerical'], ['numerical', 'relay'], ['relay', 'relay'], ['relay', 'co'], ['co', 'ordination'], ['ordination', 'monitoring'], ['monitoring', 'plans'], ['plans', 'schedules'], ['schedules', 'start'], ['start', 'maintenance'], ['maintenance', 'activities'], ['activities', 'achieving'], ['achieving', 'targets'], ['targets', 'implementing'], ['implementing', 'maintenance'], ['maintenance', 'systems'], ['systems', 'during'], ['during', 'shut'], ['shut', 'time'], ['time', 'daily'], ['daily', 'power'], ['power', 'monitoring'], ['monitoring', 'calculations'], ['calculations', 'reporting'], ['reporting', 'monthly'], ['monthly', 'basis'], ['achievement', 'oriented', 'people'], ['oriented', 'people', 'management'], ['people', 'management', 'skills'], ['management', 'skills', 'ability'], ['skills', 'ability', 'manage'], ['ability', 'manage', 'change'], ['manage', 'change', 'ease'], ['change', 'ease', 'proven'], ['ease', 'proven', 'strength'], ['proven', 'strength', 'problem'], ['strength', 'problem', 'solving'], ['problem', 'solving', 'coordination'], ['solving', 'coordination', 'analysis'], ['coordination', 'analysis', 'strong'], ['analysis', 'strong', 'communication'], ['strong', 'communication', 'interpersonal'], ['communication', 'interpersonal', 'learning'], ['interpersonal', 'learning', 'organizing'], ['learning', 'organizing', 'skills'], ['organizing', 'skills', 'matched'], ['skills', 'matched', 'ability'], ['matched', 'ability', 'manage'], ['ability', 'manage', 'stress'], ['manage', 'stress', 'time'], ['stress', 'time', 'people'], ['time', 'people', 'effectively'], ['people', 'effectively', 'able'], ['effectively', 'able', 'handle'], ['able', 'handle', 'multiple'], ['handle', 'multiple', 'task'], ['multiple', 'task', 'projects'], ['task', 'projects', 'simultaneously'], ['projects', 'simultaneously', 'willing'], ['simultaneously', 'willing', 'travel'], ['willing', 'travel', 'relocate'], ...], [['education'], ['details'], ['july'], ['2016'], ['may'], ['2019'], ['be'], ['electrical'], ['and'], ['electronics'], ['engineering'], ['bhopal'], ['madhya'], ['pradesh'], ['rgpv'], ['july'], ['2012'], ['may'], ['2015'], ['diploma'], ['electrical'], ['electrical'], ['engineering'], ['bhopal'], ['madhya'], ['pradesh'], ['rgpv'], ['university'], ['bhopal'], ['matric'], ['ghs'], ['bhuli'], ['electrical'], ['engineering'], ['skill'], ['details'], ['basic'], ['computer'], ['electrical'], ['machine'], ['electrical'], ['wiring'], ['solar'], ['power'], ['plant'], ['distribution'], ['substation'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['enigma'], ['business'], ['advisor'], ['description'], ['solar'], ['energy'], ['1'], ['solar'], ['power'], ['plant'], ['installation'], ['2'], ['maintenance'], ['transmission'], ['distribution'], ['line'], ['1'], ['installation'], ['education', 'details'], ['details', 'july'], ['july', '2016'], ['2016', 'may'], ['may', '2019'], ['2019', 'be'], ['be', 'electrical'], ['electrical', 'and'], ['and', 'electronics'], ['electronics', 'engineering'], ['engineering', 'bhopal'], ['bhopal', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'rgpv'], ['rgpv', 'july'], ['july', '2012'], ['2012', 'may'], ['may', '2015'], ['2015', 'diploma'], ['diploma', 'electrical'], ['electrical', 'electrical'], ['electrical', 'engineering'], ['engineering', 'bhopal'], ['bhopal', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'rgpv'], ['rgpv', 'university'], ['university', 'bhopal'], ['bhopal', 'matric'], ['matric', 'ghs'], ['ghs', 'bhuli'], ['bhuli', 'electrical'], ['electrical', 'engineering'], ['engineering', 'skill'], ['skill', 'details'], ['details', 'basic'], ['basic', 'computer'], ['computer', 'electrical'], ['electrical', 'machine'], ['machine', 'electrical'], ['electrical', 'wiring'], ['wiring', 'solar'], ['solar', 'power'], ['power', 'plant'], ['plant', 'distribution'], ['distribution', 'substation'], ['substation', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'enigma'], ['enigma', 'business'], ['business', 'advisor'], ['advisor', 'description'], ['description', 'solar'], ['solar', 'energy'], ['energy', '1'], ['1', 'solar'], ['solar', 'power'], ['power', 'plant'], ['plant', 'installation'], ['installation', '2'], ['2', 'maintenance'], ['maintenance', 'transmission'], ['transmission', 'distribution'], ['distribution', 'line'], ['line', '1'], ['1', 'installation'], ['education', 'details', 'july'], ['details', 'july', '2016'], ['july', '2016', 'may'], ['2016', 'may', '2019'], ['may', '2019', 'be'], ['2019', 'be', 'electrical'], ['be', 'electrical', 'and'], ['electrical', 'and', 'electronics'], ['and', 'electronics', 'engineering'], ['electronics', 'engineering', 'bhopal'], ['engineering', 'bhopal', 'madhya'], ['bhopal', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'rgpv'], ['pradesh', 'rgpv', 'july'], ['rgpv', 'july', '2012'], ['july', '2012', 'may'], ['2012', 'may', '2015'], ['may', '2015', 'diploma'], ['2015', 'diploma', 'electrical'], ['diploma', 'electrical', 'electrical'], ['electrical', 'electrical', 'engineering'], ['electrical', 'engineering', 'bhopal'], ['engineering', 'bhopal', 'madhya'], ['bhopal', 'madhya', 'pradesh'], ['madhya', 'pradesh', 'rgpv'], ['pradesh', 'rgpv', 'university'], ['rgpv', 'university', 'bhopal'], ['university', 'bhopal', 'matric'], ['bhopal', 'matric', 'ghs'], ['matric', 'ghs', 'bhuli'], ['ghs', 'bhuli', 'electrical'], ['bhuli', 'electrical', 'engineering'], ['electrical', 'engineering', 'skill'], ['engineering', 'skill', 'details'], ['skill', 'details', 'basic'], ['details', 'basic', 'computer'], ['basic', 'computer', 'electrical'], ['computer', 'electrical', 'machine'], ['electrical', 'machine', 'electrical'], ['machine', 'electrical', 'wiring'], ['electrical', 'wiring', 'solar'], ['wiring', 'solar', 'power'], ['solar', 'power', 'plant'], ['power', 'plant', 'distribution'], ['plant', 'distribution', 'substation'], ['distribution', 'substation', 'exprience'], ['substation', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'enigma'], ['company', 'enigma', 'business'], ['enigma', 'business', 'advisor'], ['business', 'advisor', 'description'], ['advisor', 'description', 'solar'], ['description', 'solar', 'energy'], ['solar', 'energy', '1'], ['energy', '1', 'solar'], ['1', 'solar', 'power'], ['solar', 'power', 'plant'], ['power', 'plant', 'installation'], ['plant', 'installation', '2'], ['installation', '2', 'maintenance'], ['2', 'maintenance', 'transmission'], ['maintenance', 'transmission', 'distribution'], ['transmission', 'distribution', 'line'], ['distribution', 'line', '1'], ['line', '1', 'installation'], ['education', 'details', 'july', '2016'], ['details', 'july', '2016', 'may'], ['july', '2016', 'may', '2019'], ['2016', 'may', '2019', 'be'], ['may', '2019', 'be', 'electrical'], ['2019', 'be', 'electrical', 'and'], ['be', 'electrical', 'and', 'electronics'], ['electrical', 'and', 'electronics', 'engineering'], ['and', 'electronics', 'engineering', 'bhopal'], ['electronics', 'engineering', 'bhopal', 'madhya'], ['engineering', 'bhopal', 'madhya', 'pradesh'], ['bhopal', 'madhya', 'pradesh', 'rgpv'], ['madhya', 'pradesh', 'rgpv', 'july'], ['pradesh', 'rgpv', 'july', '2012'], ['rgpv', 'july', '2012', 'may'], ['july', '2012', 'may', '2015'], ['2012', 'may', '2015', 'diploma'], ['may', '2015', 'diploma', 'electrical'], ['2015', 'diploma', 'electrical', 'electrical'], ['diploma', 'electrical', 'electrical', 'engineering'], ['electrical', 'electrical', 'engineering', 'bhopal'], ['electrical', 'engineering', 'bhopal', 'madhya'], ['engineering', 'bhopal', 'madhya', 'pradesh'], ['bhopal', 'madhya', 'pradesh', 'rgpv'], ['madhya', 'pradesh', 'rgpv', 'university'], ['pradesh', 'rgpv', 'university', 'bhopal'], ['rgpv', 'university', 'bhopal', 'matric'], ['university', 'bhopal', 'matric', 'ghs'], ['bhopal', 'matric', 'ghs', 'bhuli'], ['matric', 'ghs', 'bhuli', 'electrical'], ['ghs', 'bhuli', 'electrical', 'engineering'], ['bhuli', 'electrical', 'engineering', 'skill'], ['electrical', 'engineering', 'skill', 'details'], ['engineering', 'skill', 'details', 'basic'], ['skill', 'details', 'basic', 'computer'], ['details', 'basic', 'computer', 'electrical'], ['basic', 'computer', 'electrical', 'machine'], ['computer', 'electrical', 'machine', 'electrical'], ['electrical', 'machine', 'electrical', 'wiring'], ['machine', 'electrical', 'wiring', 'solar'], ['electrical', 'wiring', 'solar', 'power'], ['wiring', 'solar', 'power', 'plant'], ['solar', 'power', 'plant', 'distribution'], ['power', 'plant', 'distribution', 'substation'], ['plant', 'distribution', 'substation', 'exprience'], ['distribution', 'substation', 'exprience', 'less'], ['substation', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'enigma'], ['details', 'company', 'enigma', 'business'], ['company', 'enigma', 'business', 'advisor'], ['enigma', 'business', 'advisor', 'description'], ['business', 'advisor', 'description', 'solar'], ['advisor', 'description', 'solar', 'energy'], ['description', 'solar', 'energy', '1'], ['solar', 'energy', '1', 'solar'], ['energy', '1', 'solar', 'power'], ['1', 'solar', 'power', 'plant'], ['solar', 'power', 'plant', 'installation'], ['power', 'plant', 'installation', '2'], ['plant', 'installation', '2', 'maintenance'], ['installation', '2', 'maintenance', 'transmission'], ['2', 'maintenance', 'transmission', 'distribution'], ['maintenance', 'transmission', 'distribution', 'line'], ['transmission', 'distribution', 'line', '1'], ['distribution', 'line', '1', 'installation'], ['education', 'details', 'july', '2016', 'may'], ['details', 'july', '2016', 'may', '2019'], ['july', '2016', 'may', '2019', 'be'], ['2016', 'may', '2019', 'be', 'electrical'], ['may', '2019', 'be', 'electrical', 'and'], ['2019', 'be', 'electrical', 'and', 'electronics'], ['be', 'electrical', 'and', 'electronics', 'engineering'], ['electrical', 'and', 'electronics', 'engineering', 'bhopal'], ['and', 'electronics', 'engineering', 'bhopal', 'madhya'], ['electronics', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'july'], ['madhya', 'pradesh', 'rgpv', 'july', '2012'], ['pradesh', 'rgpv', 'july', '2012', 'may'], ['rgpv', 'july', '2012', 'may', '2015'], ['july', '2012', 'may', '2015', 'diploma'], ['2012', 'may', '2015', 'diploma', 'electrical'], ['may', '2015', 'diploma', 'electrical', 'electrical'], ['2015', 'diploma', 'electrical', 'electrical', 'engineering'], ['diploma', 'electrical', 'electrical', 'engineering', 'bhopal'], ['electrical', 'electrical', 'engineering', 'bhopal', 'madhya'], ['electrical', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'university'], ['madhya', 'pradesh', 'rgpv', 'university', 'bhopal'], ['pradesh', 'rgpv', 'university', 'bhopal', 'matric'], ['rgpv', 'university', 'bhopal', 'matric', 'ghs'], ['university', 'bhopal', 'matric', 'ghs', 'bhuli'], ['bhopal', 'matric', 'ghs', 'bhuli', 'electrical'], ['matric', 'ghs', 'bhuli', 'electrical', 'engineering'], ['ghs', 'bhuli', 'electrical', 'engineering', 'skill'], ['bhuli', 'electrical', 'engineering', 'skill', 'details'], ['electrical', 'engineering', 'skill', 'details', 'basic'], ['engineering', 'skill', 'details', 'basic', 'computer'], ['skill', 'details', 'basic', 'computer', 'electrical'], ['details', 'basic', 'computer', 'electrical', 'machine'], ['basic', 'computer', 'electrical', 'machine', 'electrical'], ['computer', 'electrical', 'machine', 'electrical', 'wiring'], ['electrical', 'machine', 'electrical', 'wiring', 'solar'], ['machine', 'electrical', 'wiring', 'solar', 'power'], ['electrical', 'wiring', 'solar', 'power', 'plant'], ['wiring', 'solar', 'power', 'plant', 'distribution'], ['solar', 'power', 'plant', 'distribution', 'substation'], ['power', 'plant', 'distribution', 'substation', 'exprience'], ['plant', 'distribution', 'substation', 'exprience', 'less'], ['distribution', 'substation', 'exprience', 'less', '1'], ['substation', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'enigma'], ['monthscompany', 'details', 'company', 'enigma', 'business'], ['details', 'company', 'enigma', 'business', 'advisor'], ['company', 'enigma', 'business', 'advisor', 'description'], ['enigma', 'business', 'advisor', 'description', 'solar'], ['business', 'advisor', 'description', 'solar', 'energy'], ['advisor', 'description', 'solar', 'energy', '1'], ['description', 'solar', 'energy', '1', 'solar'], ['solar', 'energy', '1', 'solar', 'power'], ['energy', '1', 'solar', 'power', 'plant'], ['1', 'solar', 'power', 'plant', 'installation'], ['solar', 'power', 'plant', 'installation', '2'], ['power', 'plant', 'installation', '2', 'maintenance'], ['plant', 'installation', '2', 'maintenance', 'transmission'], ['installation', '2', 'maintenance', 'transmission', 'distribution'], ['2', 'maintenance', 'transmission', 'distribution', 'line'], ['maintenance', 'transmission', 'distribution', 'line', '1'], ['transmission', 'distribution', 'line', '1', 'installation'], ['education', 'details', 'july', '2016', 'may', '2019'], ['details', 'july', '2016', 'may', '2019', 'be'], ['july', '2016', 'may', '2019', 'be', 'electrical'], ['2016', 'may', '2019', 'be', 'electrical', 'and'], ['may', '2019', 'be', 'electrical', 'and', 'electronics'], ['2019', 'be', 'electrical', 'and', 'electronics', 'engineering'], ['be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal'], ['electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya'], ['and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012'], ['madhya', 'pradesh', 'rgpv', 'july', '2012', 'may'], ['pradesh', 'rgpv', 'july', '2012', 'may', '2015'], ['rgpv', 'july', '2012', 'may', '2015', 'diploma'], ['july', '2012', 'may', '2015', 'diploma', 'electrical'], ['2012', 'may', '2015', 'diploma', 'electrical', 'electrical'], ['may', '2015', 'diploma', 'electrical', 'electrical', 'engineering'], ['2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal'], ['diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya'], ['electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal'], ['madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric'], ['pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs'], ['rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli'], ['university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical'], ['bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering'], ['matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill'], ['ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details'], ['bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic'], ['electrical', 'engineering', 'skill', 'details', 'basic', 'computer'], ['engineering', 'skill', 'details', 'basic', 'computer', 'electrical'], ['skill', 'details', 'basic', 'computer', 'electrical', 'machine'], ['details', 'basic', 'computer', 'electrical', 'machine', 'electrical'], ['basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring'], ['computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar'], ['electrical', 'machine', 'electrical', 'wiring', 'solar', 'power'], ['machine', 'electrical', 'wiring', 'solar', 'power', 'plant'], ['electrical', 'wiring', 'solar', 'power', 'plant', 'distribution'], ['wiring', 'solar', 'power', 'plant', 'distribution', 'substation'], ['solar', 'power', 'plant', 'distribution', 'substation', 'exprience'], ['power', 'plant', 'distribution', 'substation', 'exprience', 'less'], ['plant', 'distribution', 'substation', 'exprience', 'less', '1'], ['distribution', 'substation', 'exprience', 'less', '1', 'year'], ['substation', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'enigma'], ['year', 'monthscompany', 'details', 'company', 'enigma', 'business'], ['monthscompany', 'details', 'company', 'enigma', 'business', 'advisor'], ['details', 'company', 'enigma', 'business', 'advisor', 'description'], ['company', 'enigma', 'business', 'advisor', 'description', 'solar'], ['enigma', 'business', 'advisor', 'description', 'solar', 'energy'], ['business', 'advisor', 'description', 'solar', 'energy', '1'], ['advisor', 'description', 'solar', 'energy', '1', 'solar'], ['description', 'solar', 'energy', '1', 'solar', 'power'], ['solar', 'energy', '1', 'solar', 'power', 'plant'], ['energy', '1', 'solar', 'power', 'plant', 'installation'], ['1', 'solar', 'power', 'plant', 'installation', '2'], ['solar', 'power', 'plant', 'installation', '2', 'maintenance'], ['power', 'plant', 'installation', '2', 'maintenance', 'transmission'], ['plant', 'installation', '2', 'maintenance', 'transmission', 'distribution'], ['installation', '2', 'maintenance', 'transmission', 'distribution', 'line'], ['2', 'maintenance', 'transmission', 'distribution', 'line', '1'], ['maintenance', 'transmission', 'distribution', 'line', '1', 'installation'], ['education', 'details', 'july', '2016', 'may', '2019', 'be'], ['details', 'july', '2016', 'may', '2019', 'be', 'electrical'], ['july', '2016', 'may', '2019', 'be', 'electrical', 'and'], ['2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics'], ['may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering'], ['2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal'], ['be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya'], ['electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may'], ['madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015'], ['pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma'], ['rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical'], ['july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical'], ['2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering'], ['may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal'], ['2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya'], ['diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric'], ['madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs'], ['pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli'], ['rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical'], ['university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering'], ['bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill'], ['matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details'], ['ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic'], ['bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer'], ['electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical'], ['engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine'], ['skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical'], ['details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring'], ['basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar'], ['computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power'], ['electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant'], ['machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution'], ['electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation'], ['wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience'], ['solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less'], ['power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1'], ['plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year'], ['distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany'], ['substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma'], ['1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business'], ['year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor'], ['monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description'], ['details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar'], ['company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy'], ['enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1'], ['business', 'advisor', 'description', 'solar', 'energy', '1', 'solar'], ['advisor', 'description', 'solar', 'energy', '1', 'solar', 'power'], ['description', 'solar', 'energy', '1', 'solar', 'power', 'plant'], ['solar', 'energy', '1', 'solar', 'power', 'plant', 'installation'], ['energy', '1', 'solar', 'power', 'plant', 'installation', '2'], ['1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance'], ['solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission'], ['power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution'], ['plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line'], ['installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1'], ['2', 'maintenance', 'transmission', 'distribution', 'line', '1', 'installation'], ['education', 'details', 'july', '2016', 'may', '2019', 'be', 'electrical'], ['details', 'july', '2016', 'may', '2019', 'be', 'electrical', 'and'], ['july', '2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics'], ['2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering'], ['may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal'], ['2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya'], ['be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july'], ['electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015'], ['madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma'], ['pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical'], ['rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical'], ['july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering'], ['2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal'], ['may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya'], ['2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university'], ['electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs'], ['madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli'], ['pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical'], ['rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering'], ['university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill'], ['bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details'], ['matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic'], ['ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer'], ['bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical'], ['electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine'], ['engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical'], ['skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring'], ['details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar'], ['basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power'], ['computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant'], ['electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution'], ['machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation'], ['electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience'], ['wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less'], ['solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1'], ['power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year'], ['plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany'], ['distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business'], ['1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor'], ['year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description'], ['monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar'], ['details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy'], ['company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1'], ['enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1', 'solar'], ['business', 'advisor', 'description', 'solar', 'energy', '1', 'solar', 'power'], ['advisor', 'description', 'solar', 'energy', '1', 'solar', 'power', 'plant'], ['description', 'solar', 'energy', '1', 'solar', 'power', 'plant', 'installation'], ['solar', 'energy', '1', 'solar', 'power', 'plant', 'installation', '2'], ['energy', '1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance'], ['1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission'], ['solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution'], ['power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line'], ['plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1'], ['installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1', 'installation'], ['education', 'details', 'july', '2016', 'may', '2019', 'be', 'electrical', 'and'], ['details', 'july', '2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics'], ['july', '2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering'], ['2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal'], ['may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya'], ['2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july'], ['and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012'], ['electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma'], ['madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical'], ['pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical'], ['rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering'], ['july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal'], ['2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya'], ['may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh'], ['2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv'], ['diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university'], ['electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal'], ['electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric'], ['engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs'], ['bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli'], ['madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical'], ['pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering'], ['rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill'], ['university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details'], ['bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic'], ['matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer'], ['ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical'], ['bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine'], ['electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical'], ['engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring'], ['skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar'], ['details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power'], ['basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant'], ['computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution'], ['electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation'], ['machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience'], ['electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less'], ['wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1'], ['solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year'], ['power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany'], ['plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor'], ['1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description'], ['year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar'], ['monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy'], ['details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1'], ['company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1', 'solar'], ['enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1', 'solar', 'power'], ['business', 'advisor', 'description', 'solar', 'energy', '1', 'solar', 'power', 'plant'], ['advisor', 'description', 'solar', 'energy', '1', 'solar', 'power', 'plant', 'installation'], ['description', 'solar', 'energy', '1', 'solar', 'power', 'plant', 'installation', '2'], ['solar', 'energy', '1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance'], ['energy', '1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission'], ['1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution'], ['solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line'], ['power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1'], ['plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1', 'installation']], [['education'], ['details'], ['january'], ['2012'], ['january'], ['2013'], ['b'], ['e'], ['electrical'], ['shivaji'], ['university'], ['september'], ['2008'], ['hsc'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['july'], ['2006'], ['ssc'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['electrical'], ['engineer'], ['electrical'], ['engineer'], ['r'], ['k'], ['electrical'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['r'], ['k'], ['electrical'], ['pvt'], ['ltd'], ['description'], ['experience'], ['1'], ['year'], ['3'], ['months'], ['troubleshooting'], ['maintenance'], ['following'], ['electrical'], ['equipment'], ['all'], ['type'], ['maintenance'], ['utility'], ['electrical'], ['mechanical'], ['maintenance'], ['two'], ['625'], ['kva'], ['diesel'], ['generator'], ['set'], ['kirloskar'], ['ht'], ['lt'], ['switchgear'], ['with'], ['protection'], ['system'], ['using'], ['relays'], ['provision'], ['for'], ['interlocking'], ['c'], ['s'], ['kirloskar'], ['handling'], ['ht'], ['vacuum'], ['sf6'], ['circuit'], ['breaker'], ['transformer'], ['up'], ['5000'], ['kva'], ['lt'], ['air'], ['circuit'], ['breaker'], ['2000a'], ['maintenance'], ['stp'], ['wtp'], ['plant'], ['maintenance'], ['air'], ['blower'], ['actuators'], ['soft'], ['starter'], ['eot'], ['crane'], ['mono'], ['rail'], ['centrifugal'], ['vertical'], ['pumps'], ['hydraulic'], ['machine'], ['rolling'], ['machine'], ['lath'], ['machine'], ['drill'], ['machine'], ['ahu'], ['hvac'], ['chiller'], ['etc'], ['basic'], ['knowledge'], ['plc'], ['scada'], ['operation'], ['trouble'], ['shooting'], ['switchgear'], ['control'], ['panel'], ['pump'], ['motor'], ['maintenance'], ['ups'], ['battery'], ['charger'], ['battery'], ['bank'], ['motor'], ['testing'], ['both'], ['ht'], ['lt'], ['up'], ['450'], ['kw'], ['monitoring'], ['controlling'], ['110v'], ['control'], ['panel'], ['relays'], ['panel'], ['involved'], ['fault'], ['finding'], ['relay'], ['resetting'], ['monitoring'], ['correcting'], ['power'], ['factor'], ['service'], ['maintenance'], ['up'], ['55'], ['kw'], ['submersible'], ['pump'], ['maintenance'], ['mcc'], ['pcc'], ['panel'], ['servicing'], ['motor'], ['associated'], ['component'], ['motor'], ['operated'], ['valve'], ['problem'], ['solving'], ['power'], ['contactor'], ['auxiliary'], ['contactor'], ['relay'], ['ct'], ['pt'], ['effecting'], ['preventive'], ['predictive'], ['maintenance'], ['schedules'], ['equipment'], ['order'], ['increase'], ['uptime'], ['reliability'], ['maintenance'], ['operation'], ['day'], ['day'], ['activity'], ['operation'], ['preventive'], ['maintenance'], ['day'], ['day'], ['breakdown'], ['maintenance'], ['conventional'], ['maintaining'], ['log'], ['book'], ['check'], ['list'], ['33'], ['22kv'], ['main'], ['feeder'], ['22'], ['11kv'], ['distribution'], ['line'], ['maint'], ['h'], ['t'], ['l'], ['t'], ['s'], ['s'], ['break'], ['down'], ['work'], ['electrical'], ['safety'], ['knowledge'], ['various'], ['aspect'], ['safety'], ['its'], ['application'], ['requirement'], ['familiar'], ['with'], ['various'], ['safety'], ['equipment'], ['tools'], ['lockout'], ['tag'], ['electrical'], ['switchgear'], ['during'], ['work'], ['issue'], ['work'], ['permit'], ['line'], ['clearance'], ['work'], ['electrical'], ['distribution'], ['network'], ['requirement'], ['proper'], ['usage'], ['protective'], ['equipment'], ['a'], ['ident'], ['statistics'], ['education', 'details'], ['details', 'january'], ['january', '2012'], ['2012', 'january'], ['january', '2013'], ['2013', 'b'], ['b', 'e'], ['e', 'electrical'], ['electrical', 'shivaji'], ['shivaji', 'university'], ['university', 'september'], ['september', '2008'], ['2008', 'hsc'], ['hsc', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'july'], ['july', '2006'], ['2006', 'ssc'], ['ssc', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'electrical'], ['electrical', 'engineer'], ['engineer', 'electrical'], ['electrical', 'engineer'], ['engineer', 'r'], ['r', 'k'], ['k', 'electrical'], ['electrical', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'r'], ['r', 'k'], ['k', 'electrical'], ['electrical', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'experience'], ['experience', '1'], ['1', 'year'], ['year', '3'], ['3', 'months'], ['months', 'troubleshooting'], ['troubleshooting', 'maintenance'], ['maintenance', 'following'], ['following', 'electrical'], ['electrical', 'equipment'], ['equipment', 'all'], ['all', 'type'], ['type', 'maintenance'], ['maintenance', 'utility'], ['utility', 'electrical'], ['electrical', 'mechanical'], ['mechanical', 'maintenance'], ['maintenance', 'two'], ['two', '625'], ['625', 'kva'], ['kva', 'diesel'], ['diesel', 'generator'], ['generator', 'set'], ['set', 'kirloskar'], ['kirloskar', 'ht'], ['ht', 'lt'], ['lt', 'switchgear'], ['switchgear', 'with'], ['with', 'protection'], ['protection', 'system'], ['system', 'using'], ['using', 'relays'], ['relays', 'provision'], ['provision', 'for'], ['for', 'interlocking'], ['interlocking', 'c'], ['c', 's'], ['s', 'kirloskar'], ['kirloskar', 'handling'], ['handling', 'ht'], ['ht', 'vacuum'], ['vacuum', 'sf6'], ['sf6', 'circuit'], ['circuit', 'breaker'], ['breaker', 'transformer'], ['transformer', 'up'], ['up', '5000'], ['5000', 'kva'], ['kva', 'lt'], ['lt', 'air'], ['air', 'circuit'], ['circuit', 'breaker'], ['breaker', '2000a'], ['2000a', 'maintenance'], ['maintenance', 'stp'], ['stp', 'wtp'], ['wtp', 'plant'], ['plant', 'maintenance'], ['maintenance', 'air'], ['air', 'blower'], ['blower', 'actuators'], ['actuators', 'soft'], ['soft', 'starter'], ['starter', 'eot'], ['eot', 'crane'], ['crane', 'mono'], ['mono', 'rail'], ['rail', 'centrifugal'], ['centrifugal', 'vertical'], ['vertical', 'pumps'], ['pumps', 'hydraulic'], ['hydraulic', 'machine'], ['machine', 'rolling'], ['rolling', 'machine'], ['machine', 'lath'], ['lath', 'machine'], ['machine', 'drill'], ['drill', 'machine'], ['machine', 'ahu'], ['ahu', 'hvac'], ['hvac', 'chiller'], ['chiller', 'etc'], ['etc', 'basic'], ['basic', 'knowledge'], ['knowledge', 'plc'], ['plc', 'scada'], ['scada', 'operation'], ['operation', 'trouble'], ['trouble', 'shooting'], ['shooting', 'switchgear'], ['switchgear', 'control'], ['control', 'panel'], ['panel', 'pump'], ['pump', 'motor'], ['motor', 'maintenance'], ['maintenance', 'ups'], ['ups', 'battery'], ['battery', 'charger'], ['charger', 'battery'], ['battery', 'bank'], ['bank', 'motor'], ['motor', 'testing'], ['testing', 'both'], ['both', 'ht'], ['ht', 'lt'], ['lt', 'up'], ['up', '450'], ['450', 'kw'], ['kw', 'monitoring'], ['monitoring', 'controlling'], ['controlling', '110v'], ['110v', 'control'], ['control', 'panel'], ['panel', 'relays'], ['relays', 'panel'], ['panel', 'involved'], ['involved', 'fault'], ['fault', 'finding'], ['finding', 'relay'], ['relay', 'resetting'], ['resetting', 'monitoring'], ['monitoring', 'correcting'], ['correcting', 'power'], ['power', 'factor'], ['factor', 'service'], ['service', 'maintenance'], ['maintenance', 'up'], ['up', '55'], ['55', 'kw'], ['kw', 'submersible'], ['submersible', 'pump'], ['pump', 'maintenance'], ['maintenance', 'mcc'], ['mcc', 'pcc'], ['pcc', 'panel'], ['panel', 'servicing'], ['servicing', 'motor'], ['motor', 'associated'], ['associated', 'component'], ['component', 'motor'], ['motor', 'operated'], ['operated', 'valve'], ['valve', 'problem'], ['problem', 'solving'], ['solving', 'power'], ['power', 'contactor'], ['contactor', 'auxiliary'], ['auxiliary', 'contactor'], ['contactor', 'relay'], ['relay', 'ct'], ['ct', 'pt'], ['pt', 'effecting'], ['effecting', 'preventive'], ['preventive', 'predictive'], ['predictive', 'maintenance'], ['maintenance', 'schedules'], ['schedules', 'equipment'], ['equipment', 'order'], ['order', 'increase'], ['increase', 'uptime'], ['uptime', 'reliability'], ['reliability', 'maintenance'], ['maintenance', 'operation'], ['operation', 'day'], ['day', 'day'], ['day', 'activity'], ['activity', 'operation'], ['operation', 'preventive'], ['preventive', 'maintenance'], ['maintenance', 'day'], ['day', 'day'], ['day', 'breakdown'], ['breakdown', 'maintenance'], ['maintenance', 'conventional'], ['conventional', 'maintaining'], ['maintaining', 'log'], ['log', 'book'], ['book', 'check'], ['check', 'list'], ['list', '33'], ['33', '22kv'], ['22kv', 'main'], ['main', 'feeder'], ['feeder', '22'], ['22', '11kv'], ['11kv', 'distribution'], ['distribution', 'line'], ['line', 'maint'], ['maint', 'h'], ['h', 't'], ['t', 'l'], ['l', 't'], ['t', 's'], ['s', 's'], ['s', 'break'], ['break', 'down'], ['down', 'work'], ['work', 'electrical'], ['electrical', 'safety'], ['safety', 'knowledge'], ['knowledge', 'various'], ['various', 'aspect'], ['aspect', 'safety'], ['safety', 'its'], ['its', 'application'], ['application', 'requirement'], ['requirement', 'familiar'], ['familiar', 'with'], ['with', 'various'], ['various', 'safety'], ['safety', 'equipment'], ['equipment', 'tools'], ['tools', 'lockout'], ['lockout', 'tag'], ['tag', 'electrical'], ['electrical', 'switchgear'], ['switchgear', 'during'], ['during', 'work'], ['work', 'issue'], ['issue', 'work'], ['work', 'permit'], ['permit', 'line'], ['line', 'clearance'], ['clearance', 'work'], ['work', 'electrical'], ['electrical', 'distribution'], ['distribution', 'network'], ['network', 'requirement'], ['requirement', 'proper'], ['proper', 'usage'], ['usage', 'protective'], ['protective', 'equipment'], ['equipment', 'a'], ['a', 'ident'], ['ident', 'statistics'], ['education', 'details', 'january'], ['details', 'january', '2012'], ['january', '2012', 'january'], ['2012', 'january', '2013'], ['january', '2013', 'b'], ['2013', 'b', 'e'], ['b', 'e', 'electrical'], ['e', 'electrical', 'shivaji'], ['electrical', 'shivaji', 'university'], ['shivaji', 'university', 'september'], ['university', 'september', '2008'], ['september', '2008', 'hsc'], ['2008', 'hsc', 'pune'], ['hsc', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'july'], ['university', 'july', '2006'], ['july', '2006', 'ssc'], ['2006', 'ssc', 'pune'], ['ssc', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'electrical'], ['university', 'electrical', 'engineer'], ['electrical', 'engineer', 'electrical'], ['engineer', 'electrical', 'engineer'], ['electrical', 'engineer', 'r'], ['engineer', 'r', 'k'], ['r', 'k', 'electrical'], ['k', 'electrical', 'pvt'], ['electrical', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'r'], ['company', 'r', 'k'], ['r', 'k', 'electrical'], ['k', 'electrical', 'pvt'], ['electrical', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'experience'], ['description', 'experience', '1'], ['experience', '1', 'year'], ['1', 'year', '3'], ['year', '3', 'months'], ['3', 'months', 'troubleshooting'], ['months', 'troubleshooting', 'maintenance'], ['troubleshooting', 'maintenance', 'following'], ['maintenance', 'following', 'electrical'], ['following', 'electrical', 'equipment'], ['electrical', 'equipment', 'all'], ['equipment', 'all', 'type'], ['all', 'type', 'maintenance'], ['type', 'maintenance', 'utility'], ['maintenance', 'utility', 'electrical'], ['utility', 'electrical', 'mechanical'], ['electrical', 'mechanical', 'maintenance'], ['mechanical', 'maintenance', 'two'], ['maintenance', 'two', '625'], ['two', '625', 'kva'], ['625', 'kva', 'diesel'], ['kva', 'diesel', 'generator'], ['diesel', 'generator', 'set'], ['generator', 'set', 'kirloskar'], ['set', 'kirloskar', 'ht'], ['kirloskar', 'ht', 'lt'], ['ht', 'lt', 'switchgear'], ['lt', 'switchgear', 'with'], ['switchgear', 'with', 'protection'], ['with', 'protection', 'system'], ['protection', 'system', 'using'], ['system', 'using', 'relays'], ['using', 'relays', 'provision'], ['relays', 'provision', 'for'], ['provision', 'for', 'interlocking'], ['for', 'interlocking', 'c'], ['interlocking', 'c', 's'], ['c', 's', 'kirloskar'], ['s', 'kirloskar', 'handling'], ['kirloskar', 'handling', 'ht'], ['handling', 'ht', 'vacuum'], ['ht', 'vacuum', 'sf6'], ['vacuum', 'sf6', 'circuit'], ['sf6', 'circuit', 'breaker'], ['circuit', 'breaker', 'transformer'], ['breaker', 'transformer', 'up'], ['transformer', 'up', '5000'], ['up', '5000', 'kva'], ['5000', 'kva', 'lt'], ['kva', 'lt', 'air'], ['lt', 'air', 'circuit'], ['air', 'circuit', 'breaker'], ['circuit', 'breaker', '2000a'], ['breaker', '2000a', 'maintenance'], ['2000a', 'maintenance', 'stp'], ['maintenance', 'stp', 'wtp'], ['stp', 'wtp', 'plant'], ['wtp', 'plant', 'maintenance'], ['plant', 'maintenance', 'air'], ['maintenance', 'air', 'blower'], ['air', 'blower', 'actuators'], ['blower', 'actuators', 'soft'], ['actuators', 'soft', 'starter'], ['soft', 'starter', 'eot'], ['starter', 'eot', 'crane'], ['eot', 'crane', 'mono'], ['crane', 'mono', 'rail'], ['mono', 'rail', 'centrifugal'], ['rail', 'centrifugal', 'vertical'], ['centrifugal', 'vertical', 'pumps'], ['vertical', 'pumps', 'hydraulic'], ['pumps', 'hydraulic', 'machine'], ['hydraulic', 'machine', 'rolling'], ['machine', 'rolling', 'machine'], ['rolling', 'machine', 'lath'], ['machine', 'lath', 'machine'], ['lath', 'machine', 'drill'], ['machine', 'drill', 'machine'], ['drill', 'machine', 'ahu'], ['machine', 'ahu', 'hvac'], ['ahu', 'hvac', 'chiller'], ['hvac', 'chiller', 'etc'], ['chiller', 'etc', 'basic'], ['etc', 'basic', 'knowledge'], ['basic', 'knowledge', 'plc'], ['knowledge', 'plc', 'scada'], ['plc', 'scada', 'operation'], ['scada', 'operation', 'trouble'], ['operation', 'trouble', 'shooting'], ['trouble', 'shooting', 'switchgear'], ['shooting', 'switchgear', 'control'], ['switchgear', 'control', 'panel'], ['control', 'panel', 'pump'], ['panel', 'pump', 'motor'], ['pump', 'motor', 'maintenance'], ['motor', 'maintenance', 'ups'], ['maintenance', 'ups', 'battery'], ['ups', 'battery', 'charger'], ['battery', 'charger', 'battery'], ['charger', 'battery', 'bank'], ['battery', 'bank', 'motor'], ['bank', 'motor', 'testing'], ['motor', 'testing', 'both'], ['testing', 'both', 'ht'], ['both', 'ht', 'lt'], ['ht', 'lt', 'up'], ['lt', 'up', '450'], ['up', '450', 'kw'], ['450', 'kw', 'monitoring'], ['kw', 'monitoring', 'controlling'], ['monitoring', 'controlling', '110v'], ['controlling', '110v', 'control'], ['110v', 'control', 'panel'], ['control', 'panel', 'relays'], ['panel', 'relays', 'panel'], ['relays', 'panel', 'involved'], ['panel', 'involved', 'fault'], ['involved', 'fault', 'finding'], ['fault', 'finding', 'relay'], ['finding', 'relay', 'resetting'], ['relay', 'resetting', 'monitoring'], ['resetting', 'monitoring', 'correcting'], ['monitoring', 'correcting', 'power'], ['correcting', 'power', 'factor'], ['power', 'factor', 'service'], ['factor', 'service', 'maintenance'], ['service', 'maintenance', 'up'], ['maintenance', 'up', '55'], ['up', '55', 'kw'], ['55', 'kw', 'submersible'], ['kw', 'submersible', 'pump'], ['submersible', 'pump', 'maintenance'], ['pump', 'maintenance', 'mcc'], ['maintenance', 'mcc', 'pcc'], ['mcc', 'pcc', 'panel'], ['pcc', 'panel', 'servicing'], ['panel', 'servicing', 'motor'], ['servicing', 'motor', 'associated'], ['motor', 'associated', 'component'], ['associated', 'component', 'motor'], ['component', 'motor', 'operated'], ['motor', 'operated', 'valve'], ['operated', 'valve', 'problem'], ['valve', 'problem', 'solving'], ['problem', 'solving', 'power'], ['solving', 'power', 'contactor'], ['power', 'contactor', 'auxiliary'], ['contactor', 'auxiliary', 'contactor'], ['auxiliary', 'contactor', 'relay'], ['contactor', 'relay', 'ct'], ['relay', 'ct', 'pt'], ['ct', 'pt', 'effecting'], ['pt', 'effecting', 'preventive'], ['effecting', 'preventive', 'predictive'], ['preventive', 'predictive', 'maintenance'], ['predictive', 'maintenance', 'schedules'], ['maintenance', 'schedules', 'equipment'], ['schedules', 'equipment', 'order'], ['equipment', 'order', 'increase'], ['order', 'increase', 'uptime'], ['increase', 'uptime', 'reliability'], ['uptime', 'reliability', 'maintenance'], ['reliability', 'maintenance', 'operation'], ['maintenance', 'operation', 'day'], ['operation', 'day', 'day'], ['day', 'day', 'activity'], ['day', 'activity', 'operation'], ['activity', 'operation', 'preventive'], ['operation', 'preventive', 'maintenance'], ['preventive', 'maintenance', 'day'], ['maintenance', 'day', 'day'], ['day', 'day', 'breakdown'], ['day', 'breakdown', 'maintenance'], ['breakdown', 'maintenance', 'conventional'], ['maintenance', 'conventional', 'maintaining'], ['conventional', 'maintaining', 'log'], ['maintaining', 'log', 'book'], ['log', 'book', 'check'], ['book', 'check', 'list'], ['check', 'list', '33'], ['list', '33', '22kv'], ['33', '22kv', 'main'], ['22kv', 'main', 'feeder'], ['main', 'feeder', '22'], ['feeder', '22', '11kv'], ['22', '11kv', 'distribution'], ['11kv', 'distribution', 'line'], ['distribution', 'line', 'maint'], ['line', 'maint', 'h'], ['maint', 'h', 't'], ['h', 't', 'l'], ['t', 'l', 't'], ['l', 't', 's'], ['t', 's', 's'], ['s', 's', 'break'], ['s', 'break', 'down'], ['break', 'down', 'work'], ['down', 'work', 'electrical'], ['work', 'electrical', 'safety'], ['electrical', 'safety', 'knowledge'], ['safety', 'knowledge', 'various'], ['knowledge', 'various', 'aspect'], ['various', 'aspect', 'safety'], ['aspect', 'safety', 'its'], ['safety', 'its', 'application'], ['its', 'application', 'requirement'], ['application', 'requirement', 'familiar'], ['requirement', 'familiar', 'with'], ['familiar', 'with', 'various'], ['with', 'various', 'safety'], ['various', 'safety', 'equipment'], ['safety', 'equipment', 'tools'], ['equipment', 'tools', 'lockout'], ['tools', 'lockout', 'tag'], ['lockout', 'tag', 'electrical'], ['tag', 'electrical', 'switchgear'], ['electrical', 'switchgear', 'during'], ['switchgear', 'during', 'work'], ['during', 'work', 'issue'], ['work', 'issue', 'work'], ['issue', 'work', 'permit'], ['work', 'permit', 'line'], ['permit', 'line', 'clearance'], ['line', 'clearance', 'work'], ['clearance', 'work', 'electrical'], ['work', 'electrical', 'distribution'], ['electrical', 'distribution', 'network'], ['distribution', 'network', 'requirement'], ['network', 'requirement', 'proper'], ['requirement', 'proper', 'usage'], ['proper', 'usage', 'protective'], ['usage', 'protective', 'equipment'], ['protective', 'equipment', 'a'], ['equipment', 'a', 'ident'], ['a', 'ident', 'statistics'], ['education', 'details', 'january', '2012'], ['details', 'january', '2012', 'january'], ['january', '2012', 'january', '2013'], ['2012', 'january', '2013', 'b'], ['january', '2013', 'b', 'e'], ['2013', 'b', 'e', 'electrical'], ['b', 'e', 'electrical', 'shivaji'], ['e', 'electrical', 'shivaji', 'university'], ['electrical', 'shivaji', 'university', 'september'], ['shivaji', 'university', 'september', '2008'], ['university', 'september', '2008', 'hsc'], ['september', '2008', 'hsc', 'pune'], ['2008', 'hsc', 'pune', 'maharashtra'], ['hsc', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'july'], ['pune', 'university', 'july', '2006'], ['university', 'july', '2006', 'ssc'], ['july', '2006', 'ssc', 'pune'], ['2006', 'ssc', 'pune', 'maharashtra'], ['ssc', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'electrical'], ['pune', 'university', 'electrical', 'engineer'], ['university', 'electrical', 'engineer', 'electrical'], ['electrical', 'engineer', 'electrical', 'engineer'], ['engineer', 'electrical', 'engineer', 'r'], ['electrical', 'engineer', 'r', 'k'], ['engineer', 'r', 'k', 'electrical'], ['r', 'k', 'electrical', 'pvt'], ['k', 'electrical', 'pvt', 'ltd'], ['electrical', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'r'], ['details', 'company', 'r', 'k'], ['company', 'r', 'k', 'electrical'], ['r', 'k', 'electrical', 'pvt'], ['k', 'electrical', 'pvt', 'ltd'], ['electrical', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'experience'], ['ltd', 'description', 'experience', '1'], ['description', 'experience', '1', 'year'], ['experience', '1', 'year', '3'], ['1', 'year', '3', 'months'], ['year', '3', 'months', 'troubleshooting'], ['3', 'months', 'troubleshooting', 'maintenance'], ['months', 'troubleshooting', 'maintenance', 'following'], ['troubleshooting', 'maintenance', 'following', 'electrical'], ['maintenance', 'following', 'electrical', 'equipment'], ['following', 'electrical', 'equipment', 'all'], ['electrical', 'equipment', 'all', 'type'], ['equipment', 'all', 'type', 'maintenance'], ['all', 'type', 'maintenance', 'utility'], ['type', 'maintenance', 'utility', 'electrical'], ['maintenance', 'utility', 'electrical', 'mechanical'], ['utility', 'electrical', 'mechanical', 'maintenance'], ['electrical', 'mechanical', 'maintenance', 'two'], ['mechanical', 'maintenance', 'two', '625'], ['maintenance', 'two', '625', 'kva'], ['two', '625', 'kva', 'diesel'], ['625', 'kva', 'diesel', 'generator'], ['kva', 'diesel', 'generator', 'set'], ['diesel', 'generator', 'set', 'kirloskar'], ['generator', 'set', 'kirloskar', 'ht'], ['set', 'kirloskar', 'ht', 'lt'], ['kirloskar', 'ht', 'lt', 'switchgear'], ['ht', 'lt', 'switchgear', 'with'], ['lt', 'switchgear', 'with', 'protection'], ['switchgear', 'with', 'protection', 'system'], ['with', 'protection', 'system', 'using'], ['protection', 'system', 'using', 'relays'], ['system', 'using', 'relays', 'provision'], ['using', 'relays', 'provision', 'for'], ['relays', 'provision', 'for', 'interlocking'], ['provision', 'for', 'interlocking', 'c'], ['for', 'interlocking', 'c', 's'], ['interlocking', 'c', 's', 'kirloskar'], ['c', 's', 'kirloskar', 'handling'], ['s', 'kirloskar', 'handling', 'ht'], ['kirloskar', 'handling', 'ht', 'vacuum'], ['handling', 'ht', 'vacuum', 'sf6'], ['ht', 'vacuum', 'sf6', 'circuit'], ['vacuum', 'sf6', 'circuit', 'breaker'], ['sf6', 'circuit', 'breaker', 'transformer'], ['circuit', 'breaker', 'transformer', 'up'], ['breaker', 'transformer', 'up', '5000'], ['transformer', 'up', '5000', 'kva'], ['up', '5000', 'kva', 'lt'], ['5000', 'kva', 'lt', 'air'], ['kva', 'lt', 'air', 'circuit'], ['lt', 'air', 'circuit', 'breaker'], ['air', 'circuit', 'breaker', '2000a'], ['circuit', 'breaker', '2000a', 'maintenance'], ['breaker', '2000a', 'maintenance', 'stp'], ['2000a', 'maintenance', 'stp', 'wtp'], ['maintenance', 'stp', 'wtp', 'plant'], ['stp', 'wtp', 'plant', 'maintenance'], ['wtp', 'plant', 'maintenance', 'air'], ['plant', 'maintenance', 'air', 'blower'], ['maintenance', 'air', 'blower', 'actuators'], ['air', 'blower', 'actuators', 'soft'], ['blower', 'actuators', 'soft', 'starter'], ['actuators', 'soft', 'starter', 'eot'], ['soft', 'starter', 'eot', 'crane'], ['starter', 'eot', 'crane', 'mono'], ['eot', 'crane', 'mono', 'rail'], ['crane', 'mono', 'rail', 'centrifugal'], ['mono', 'rail', 'centrifugal', 'vertical'], ['rail', 'centrifugal', 'vertical', 'pumps'], ['centrifugal', 'vertical', 'pumps', 'hydraulic'], ['vertical', 'pumps', 'hydraulic', 'machine'], ['pumps', 'hydraulic', 'machine', 'rolling'], ['hydraulic', 'machine', 'rolling', 'machine'], ['machine', 'rolling', 'machine', 'lath'], ['rolling', 'machine', 'lath', 'machine'], ['machine', 'lath', 'machine', 'drill'], ['lath', 'machine', 'drill', 'machine'], ['machine', 'drill', 'machine', 'ahu'], ['drill', 'machine', 'ahu', 'hvac'], ['machine', 'ahu', 'hvac', 'chiller'], ['ahu', 'hvac', 'chiller', 'etc'], ['hvac', 'chiller', 'etc', 'basic'], ['chiller', 'etc', 'basic', 'knowledge'], ['etc', 'basic', 'knowledge', 'plc'], ['basic', 'knowledge', 'plc', 'scada'], ['knowledge', 'plc', 'scada', 'operation'], ['plc', 'scada', 'operation', 'trouble'], ['scada', 'operation', 'trouble', 'shooting'], ['operation', 'trouble', 'shooting', 'switchgear'], ['trouble', 'shooting', 'switchgear', 'control'], ['shooting', 'switchgear', 'control', 'panel'], ['switchgear', 'control', 'panel', 'pump'], ['control', 'panel', 'pump', 'motor'], ['panel', 'pump', 'motor', 'maintenance'], ['pump', 'motor', 'maintenance', 'ups'], ['motor', 'maintenance', 'ups', 'battery'], ['maintenance', 'ups', 'battery', 'charger'], ['ups', 'battery', 'charger', 'battery'], ['battery', 'charger', 'battery', 'bank'], ['charger', 'battery', 'bank', 'motor'], ['battery', 'bank', 'motor', 'testing'], ['bank', 'motor', 'testing', 'both'], ['motor', 'testing', 'both', 'ht'], ['testing', 'both', 'ht', 'lt'], ['both', 'ht', 'lt', 'up'], ['ht', 'lt', 'up', '450'], ['lt', 'up', '450', 'kw'], ['up', '450', 'kw', 'monitoring'], ['450', 'kw', 'monitoring', 'controlling'], ['kw', 'monitoring', 'controlling', '110v'], ['monitoring', 'controlling', '110v', 'control'], ['controlling', '110v', 'control', 'panel'], ['110v', 'control', 'panel', 'relays'], ['control', 'panel', 'relays', 'panel'], ['panel', 'relays', 'panel', 'involved'], ['relays', 'panel', 'involved', 'fault'], ['panel', 'involved', 'fault', 'finding'], ['involved', 'fault', 'finding', 'relay'], ['fault', 'finding', 'relay', 'resetting'], ['finding', 'relay', 'resetting', 'monitoring'], ...], [['education'], ['details'], ['bca'], ['vinayaka'], ['missions'], ['university'], ['operations'], ['manager'], ['operations'], ['manager'], ['skill'], ['details'], ['operations'], ['management'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['bny'], ['mellon'], ['international'], ['operations'], ['india'], ['pvt'], ['ltd'], ['description'], ['organization'], ['bny'], ['mellon'], ['international'], ['operations'], ['india'], ['pvt'], ['ltd'], ['sept'], ['2009'], ['till'], ['date'], ['bny'], ['mellon'], ['provides'], ['broad'], ['range'], ['products'], ['services'], ['areas'], ['investment'], ['management'], ['investment'], ['services'], ['treasury'], ['services'], ['our'], ['customers'], ['institutions'], ['corporations'], ['high'], ['net'], ['worth'], ['individuals'], ['well'], ['consultants'], ['advisors'], ['work'], ['line'], ['business'], ['lob'], ['revenue'], ['billing'], ['services'], ['r'], ['bs'], ['revenue'], ['billing'], ['services'], ['global'], ['center'], ['excellence'], ['generates'], ['invoices'], ['collects'], ['fee'], ['revenue'], ['investment'], ['services'], ['clients'], ['218'], ['staff'], ['across'], ['five'], ['locations'], ['brooklyn'], ['pittsburgh'], ['syracuse'], ['pune'], ['uk'], ['various'], ['businesses'], ['supported'], ['asset'], ['servicing'], ['corporate'], ['trust'], ['treasury'], ['services'], ['broker'], ['dealer'], ['services'], ['global'], ['collateral'], ['management'], ['support'], ['u'], ['s'], ['emea'], ['apac'], ['regions'], ['job'], ['profile'], ['operations'], ['manager'], ['bny'], ['mellon'], ['international'], ['operations'], ['india'], ['pvt'], ['ltd'], ['responsible'], ['daily'], ['operations'], ['billing'], ['department'], ['providing'], ['services'], ['institutional'], ['clients'], ['globally'], ['led'], ['team'], ['professionals'], ['responsible'], ['urate'], ['timely'], ['a'], ['ount'], ['setups'], ['invoice'], ['production'], ['billing'], ['platforms'], ['like'], ['advantage'], ['fiserv'], ['firre'], ['sungard'], ['tasked'], ['improving'], ['service'], ['quality'], ['reducing'], ['overall'], ['unbilled'], ['revenue'], ['provide'], ['guidance'], ['staff'], ['professional'], ['development'], ['plans'], ['facilitating'], ['appropriate'], ['coaching'], ['feedback'], ['other'], ['responsibilities'], ['include'], ['limited'], ['audit'], ['business'], ['resumption'], ['planning'], ['evaluating'], ['emerging'], ['technologies'], ['fee'], ['contract'], ['reviews'], ['negotiations'], ['vendors'], ['human'], ['resources'], ['hiring'], ['performance'], ['management'], ['employee'], ['personal'], ['development'], ['rewards'], ['recognition'], ['programs'], ['defining'], ['strategic'], ['direction'], ['business'], ['unit'], ['operations'], ['service'], ['delivery'], ['management'], ['monitor'], ['client'], ['kyc'], ['compliance'], ['monitoring'], ['institutional'], ['clients'], ['manage'], ['support'], ['train'], ['team'], ['drafting'], ['reviewing'], ['standard'], ['operating'], ['procedures'], ['ensure'], ['compliance'], ['us'], ['global'], ['regulations'], ['billing'], ['assist'], ['clients'], ['contract'], ['reviews'], ['negotiations'], ['monitor'], ['analyze'], ['draft'], ['metrics'], ['reports'], ['weekly'], ['monthly'], ['basis'], ['track'], ['progress'], ['compliance'], ['efforts'], ['senior'], ['management'], ['coordinate'], ['internal'], ['stake'], ['holders'], ['draft'], ['responses'], ['escalated'], ['enquiries'], ['client'], ['requests'], ['participate'], ['risk'], ['control'], ['self'], ['assessments'], ['rcsa'], ['concurrence'], ['meetings'], ['lob'], ['form'], ['first'], ['line'], ['defense'], ['operations'], ['take'], ['ountability'], ['operational'], ['risk'], ['events'], ['ore'], ['perform'], ['root'], ['cause'], ['analysis'], ['issues'], ['document'], ['ordingly'], ['incident'], ['reporting'], ['ensure'], ['service'], ['delivery'], ['standards'], ['always'], ['met'], ['green'], ['sla'], ['tat'], ['monitor'], ['employee'], ['productivity'], ['efficiency'], ['performance'], ['management'], ['initiate'], ['goal'], ['setting'], ['exercise'], ['operations'], ['team'], ['lob'], ['provide'], ['direction'], ['employees'], ['ording'], ['established'], ['policies'], ['management'], ['guidance'], ['consistently'], ['meet'], ['onshore'], ['offshore'], ['stake'], ['holders'], ['provide'], ['real'], ['time'], ['updates'], ['organize'], ['meetings'], ['functional'], ['peer'], ['groups'], ['discuss'], ['monthly'], ['mis'], ['actively'], ['involved'], ['hiring'], ['resource'], ['management'], ['levels'], ['within'], ['department'], ['oversee'], ['employee'], ['assistance'], ['program'], ['eap'], ['underperforming'], ['employees'], ['end'], ['end'], ['performance'], ['management'], ['staff'], ['semiannual'], ['annual'], ['appraisals'], ['established'], ['training'], ['development'], ['one'], ['top'], ['priority'], ['goal'], ['department'], ['secured'], ['senior'], ['management'], ['funding'], ['cut'], ['new'], ['hire'], ['job'], ['competency'], ['three'], ['months'], ['two'], ['introducing'], ['e'], ['learning'], ['modules'], ['brainshark'], ['presentations'], ['encourage'], ['team'], ['understand'], ['communicate'], ['company'], ['vision'], ['competitive'], ['strategy'], ['driving'], ['business'], ['plan'], ['to'], ['win'], ['play'], ['to'], ['win'], ['initiate'], ['quarterly'], ['risk'], ['control'], ['self'], ['assessments'], ['rcsa'], ['concurrence'], ['reviews'], ['process'], ['stake'], ['holders'], ['project'], ['management'], ['transitions'], ['management'], ['pmo'], ['worked'], ['project'], ['manager'], ['bny'], ['mellon'], ['pmo'], ['manage'], ['transitions'], ['billing'], ['operations'], ['the'], ['responsibilities'], ['included'], ['limited'], ['understanding'], ['expectations'], ['technology'], ['documentation'], ['assessing'], ['capacity'], ['skillset'], ['executing'], ['transition'], ['plan'], ['process'], ['timelines'], ['slas'], ['escalation'], ['matrix'], ['etc'], ['ensuring'], ['smooth'], ['go'], ['live'], ['regular'], ['review'], ['meetings'], ['post'], ['transition'], ['conducted'], ['analysis'], ['projects'], ['determine'], ['roi'], ['viability'], ['project'], ['undertaking'], ['presenting'], ['senior'], ['operations'], ['directors'], ['conceptualized'], ['implemented'], ['strategy'], ['capturing'], ['project'], ['program'], ['metrics'], ['funneling'], ['information'], ['easy'], ['understand'], ['dashboards'], ['direct'], ['management'], ['oversight'], ['team'], ['11'], ['employees'], ['8'], ['direct'], ['reports'], ['work'], ['directly'], ['information'], ['technology'], ['architecture'], ['team'], ['identify'], ['strategic'], ['project'], ['breakdowns'], ['within'], ['program'], ['ensure'], ['complete'], ['adherence'], ['project'], ['management'], ['toll'], ['gate'], ['framework'], ['ensure'], ['users'], ['operations'], ['team'], ['get'], ['required'], ['application'], ['esses'], ['determined'], ['lessons'], ['learned'], ['post'], ['project'], ['reviews'], ['integrated'], ['findings'], ['program'], ['plan'], ['talent'], ['management'], ['team'], ['function'], ['re'], ['structured'], ['organization'], ['design'], ['differentiate'], ['roles'], ['develop'], ['career'], ['paths'], ['easy'], ['work'], ['rotation'], ['performed'], ['skill'], ['gap'], ['analysis'], ['identify'], ['training'], ['development'], ['opportunities'], ['ensured'], ['participation'], ['also'], ['tracked'], ['effectiveness'], ['training'], ['programs'], ['developed'], ['implemented'], ['function'], ['wide'], ['rewards'], ['recognitions'], ['r'], ['r'], ['programs'], ['previous'], ['job'], ['profiles'], ['bny'], ['mellon'], ['overall'], ['tenure'], ['assistant'], ['manager'], ['team'], ['leader'], ['line'], ['business'], ['lob'], ['global'], ['corporate'], ['trust'], ['billing'], ['enterprise'], ['billing'], ['unit'], ['alternate'], ['investment'], ['services'], ['ais'], ['broker'], ['dealer'], ['services'], ['bds'], ['sub'], ['custodian'], ['fee'], ['billing'], ['the'], ['trustee'], ['services'], ['provided'], ['e'], ['g'], ['admin'], ['services'], ['paying'], ['agent'], ['services'], ['registrar'], ['bny'], ['mellon'], ['corporate'], ['trust'], ['clients'], ['billed'], ['invoiced'], ['generating'], ['revenue'], ['worked'], ['capacity'], ['assistant'], ['manager'], ['team'], ['leader'], ['overall'], ['tenure'], ['managing'], ['multiple'], ['teams'], ['different'], ['sub'], ['functions'], ['within'], ['billing'], ['department'], ['other'], ['responsibilities'], ['included'], ['assign'], ['daily'], ['work'], ['team'], ['respective'], ['mailboxes'], ['ensure'], ['equal'], ['distribution'], ['sub'], ['activities'], ['among'], ['team'], ['depending'], ['volumes'], ['ensure'], ['timely'], ['completion'], ['monitor'], ['log'], ['spreadsheets'], ['activities'], ['sub'], ['activities'], ['saved'], ['designated'], ['shared'], ['drive'], ['quality'], ['check'], ['transactions'], ['processed'], ['work'], ['efficiency'], ['projects'], ['monitor'], ['onshore'], ['rm'], ['emails'], ['respond'], ['within'], ['day'], ['getting'], ['actioned'], ['attend'], ['daily'], ['handoff'], ['call'], ['discuss'], ['processed'], ['work'], ['updates'], ['onshore'], ['counterparts'], ['work'], ['efficiency'], ['six'], ['sigma'], ['quality'], ['projects'], ['conduct'], ['monthly'], ['one'], ['ones'], ['team'], ['members'], ['schedule'], ['team'], ['meetings'], ['mentoring'], ['new'], ['old'], ['hires'], ['team'], ['discuss'], ['process'], ['updates'], ['regularly'], ['managing'], ['performance'], ['appraisals'], ['employees'], ['team'], ['to'], ['actively'], ['involved'], ['hiring'], ['process'], ['participate'], ['internal'], ['external'], ['audits'], ['attend'], ['concurrence'], ['meetings'], ['risk'], ['control'], ['self'], ['assessment'], ['rcsa'], ['work'], ['experience'], ['company'], ['wipro'], ['technologies'], ['description'], ['client'], ['microsoft'], ['wipro'], ['ltd'], ['indian'], ['information'], ['technology'], ['services'], ['corporation'], ['leading'], ['global'], ['information'], ['technology'], ['consulting'], ['business'], ['process'], ['services'], ['company'], ['job'], ['profile'], ['worked'], ['application'], ['support'], ['engineer'], ['tier'], ['ii'], ['provided'], ['technical'], ['support'], ['siebel'], ['crm'], ['users'], ['across'], ['globe'], ['microsoft'], ['corp'], ['communicated'], ['users'], ['obtain'], ['understanding'], ['environment'], ['challenges'], ['troubleshoot'], ['issue'], ['provide'], ['solutions'], ['utilized'], ['existing'], ['structure'], ['translate'], ['ticket'], ['categories'], ['group'], ['names'], ['system'], ['structure'], ['identified'], ['escalated'], ['issues'], ['tieriii'], ['production'], ['support'], ['teams'], ['required'], ['ensure'], ['addressed'], ['resolved'], ['ensured'], ['siebel'], ['crm'], ['user'], ['sites'], ['running'], ['utilizing'], ['proactive'], ['monitoring'], ['tools'], ['increased'], ['customer'], ['time'], ['95'], ['trained'], ['new'], ['engineers'], ['providing'], ['proactive'], ['support'], ['users'], ['compiled'], ['data'], ['department'], ['metrics'], ['reports'], ['management'], ['examination'], ['processes'], ['mis'], ['reporting'], ['coordinated'], ['development'], ['team'], ['business'], ['users'], ['system'], ['deployment'], ['modifications'], ['actively'], ['participated'], ['stb'], ['qtp'], ['testing'], ['application'], ['version'], ['releases'], ['perform'], ['periodic'], ['application'], ['health'], ['checks'], ['tested'], ['implemented'], ['supported'], ['database'], ['replication'], ['including'], ['sql'], ['server'], ['replication'], ['types'], ['editing'], ['environment'], ['perform'], ['role'], ['flip'], ['servers'], ['backend'], ['reduce'], ['application'], ['downtime'], ['maintained'], ['consistent'], ['eta'], ['85'], ['month'], ['month'], ['help'], ['desk'], ['tickets'], ['within'], ['24'], ['48'], ['hour'], ['time'], ['span'], ['ensured'], ['knowledge'], ['base'], ['article'], ['repository'], ['updated'], ['regularly'], ['enable'], ['new'], ['engineers'], ['go'], ['troubleshooting'], ['issues'], ['work'], ['experience'], ['company'], ['dell'], ['global'], ['financial'], ['services'], ['description'], ['dell'], ['computer'], ['corporation'], ['aug'], ['29th'], ['2005'], ['till'], ['feb'], ['2007'], ['dell'], ['inc'], ['one'], ['world'], ['leading'], ['computer'], ['systems'], ['company'], ['dell'], ['designs'], ['builds'], ['customizes'], ['products'], ['services'], ['satisfy'], ['range'], ['customer'], ['requirements'], ['server'], ['storage'], ['professional'], ['services'], ['needs'], ['largest'], ['global'], ['corporations'], ['customers'], ['home'], ['across'], ['85'], ['countries'], ['world'], ['dell'], ['business'], ['directly'], ['customers'], ['meet'], ['unique'], ['needs'], ['job'], ['profile'], ['worked'], ['a'], ['ount'], ['receivables'], ['senior'], ['associate'], ['dell'], ['inc'], ['handling'], ['portfolio'], ['500'], ['u'], ['s'], ['corporate'], ['customers'], ['handling'], ['team'], ['8'], ['senior'], ['credit'], ['controllers'], ['walking'], ...], [['key'], ['competencies'], ['multi'], ['operations'], ['management'], ['people'], ['management'], ['customer'], ['services'], ['emails'], ['mis'], ['vendor'], ['client'], ['services'], ['management'], ['cross'], ['functional'], ['coordination'], ['banking'], ['financial'], ['services'], ['transaction'], ['monitoring'], ['atm'], ['operations'], ['prepaid'], ['card'], ['operations'], ['pre'], ['issuance'], ['post'], ['issuance'], ['pos'], ['operations'], ['job'], ['profile'], ['skills'], ['an'], ['effective'], ['communicator'], ['excellent'], ['relationship'], ['building'], ['interpersonal'], ['skills'], ['strong'], ['analytical'], ['problem'], ['solving'], ['organizational'], ['abilities'], ['extensive'], ['experience'], ['managing'], ['operations'], ['demonstrated'], ['leadership'], ['qualities'], ['organisational'], ['skills'], ['tenure'], ['managing'], ['customer'], ['centric'], ['operations'], ['ensuring'], ['customer'], ['satisfaction'], ['achieving'], ['service'], ['quality'], ['norms'], ['analyzing'], ['operational'], ['problems'], ['customer'], ['complaints'], ['take'], ['preventive'], ['corrective'], ['actions'], ['resolve'], ['receive'], ['respond'], ['key'], ['customer'], ['inquiries'], ['effective'], ['manner'], ['provide'], ['relevant'], ['timely'], ['information'], ['deft'], ['steering'], ['banking'], ['back'], ['end'], ['operations'], ['analyzing'], ['risks'], ['managing'], ['delinquencies'], ['dexterity'], ['across'], ['applying'], ['techniques'], ['maximizing'], ['recoveries'], ['minimizing'], ['credit'], ['losses'], ['analyzed'], ['identified'], ['training'], ['needs'], ['team'], ['members'], ['developing'], ['organizing'], ['conducting'], ['training'], ['programs'], ['manage'], ['bottom'], ['quartile'], ['team'], ['improve'], ['performance'], ['preparing'], ['maintaining'], ['daily'], ['mis'], ['reports'], ['evaluate'], ['performance'], ['efficiency'], ['process'], ['relate'], ['various'], ['verticals'], ['measuring'], ['performance'], ['processes'], ['terms'], ['efficiency'], ['effectiveness'], ['matrix'], ['ensuring'], ['adherence'], ['sla'], ['major'], ['activities'], ['define'], ['processes'], ['field'], ['services'], ['monitored'], ['necessary'], ['checks'], ['executed'], ['controlled'], ['also'], ['measured'], ['vendor'], ['sla'], ['analyzing'], ['tat'], ['vendors'], ['client'], ['sla'], ['provided'], ['us'], ['as'], ['per'], ['company'], ['procedures'], ['handling'], ['ensuring'], ['vendor'], ['payment'], ['issues'], ['sorted'], ['payments'], ['processed'], ['quarterly'], ['basis'], ['appropriately'], ['plan'], ['execute'], ['skill'], ['operations'], ['ordance'], ['department'], ['policies'], ['procedures'], ['manage'], ['relationships'], ['business'], ['team'], ['software'], ['development'], ['team'], ['services'], ['achieve'], ['project'], ['objectives'], ['different'], ['software'], ['worked'], ['till'], ['ctl'], ['prime'], ['axis'], ['bank'], ['credit'], ['cards'], ['b'], ['insight'], ['for'], ['pos'], ['machine'], ['technical'], ['operations'], ['amex'], ['mid'], ['tid'], ['generation'], ['atos'], ['venture'], ['infotek'], ['c'], ['ticket'], ['management'], ['system'], ['tata'], ['communications'], ['private'], ['services'], ['ltd'], ['atm'], ['noc'], ['operations'], ['branch'], ['portal'], ['yalamanchili'], ['software'], ['exports'], ['ltd'], ['prepaid'], ['cards'], ['sbi'], ['bank'], ['zaggle'], ['prepaid'], ['oceans'], ['services'], ['ltd'], ['zaggle'], ['prepaid'], ['ocean'], ['services'], ['pvt'], ['ltd'], ['oct'], ['2017'], ['till'], ['date'], ['designation'], ['manager'], ['operations'], ['payment'], ['industry'], ['prepaid'], ['cards'], ['inr'], ['education'], ['details'], ['commerce'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['operations'], ['manager'], ['service'], ['manager'], ['operations'], ['payment'], ['industry'], ['prepaid'], ['cards'], ['inr'], ['ftc'], ['skill'], ['details'], ['operations'], ['exprience'], ['73'], ['months'], ['satisfaction'], ['exprience'], ['48'], ['months'], ['training'], ['exprience'], ['24'], ['months'], ['noc'], ['exprience'], ['23'], ['months'], ['point'], ['of'], ['sale'], ['exprience'], ['20'], ['monthscompany'], ['details'], ['company'], ['zaggle'], ['prepaid'], ['ocean'], ['services'], ['pvt'], ['ltd'], ['description'], ['card'], ['operations'], ['company'], ['yalamanchili'], ['software'], ['exports'], ['ltd'], ['description'], ['24'], ['7'], ['operations'], ['pvt'], ['ltd'], ['dec'], ['2015'], ['feb'], ['2017'], ['designation'], ['service'], ['manager'], ['operations'], ['payment'], ['industry'], ['prepaid'], ['cards'], ['inr'], ['ftc'], ['key'], ['contributions'], ['a'], ['result'], ['oriented'], ['business'], ['professional'], ['planning'], ['executing'], ['managing'], ['processes'], ['improving'], ['efficiency'], ['operations'], ['team'], ['building'], ['detailing'], ['process'], ['information'], ['determine'], ['effective'], ['result'], ['operations'], ['ensuring'], ['pins'], ['generation'], ['sla'], ['maintained'], ['chargeback'], ['cases'], ['raised'], ['perfect'], ['timeframe'], ['managing'], ['email'], ['customer'], ['services'], ['properly'], ['ensuring'], ['emails'], ['replied'], ['properly'], ['also'], ['ensuring'], ['transaction'], ['monitoring'], ['properly'], ['managed'], ['24'], ['7'], ['assisting'], ['bankers'], ['sbi'], ['associated'], ['banks'], ['bcp'], ['plans'], ['getting'], ['executed'], ['system'], ['help'], ['dr'], ['pr'], ['plans'], ['vice'], ['versa'], ['business'], ['requirements'], ['expertise'], ['maintaining'], ['highest'], ['level'], ['quality'], ['operations'], ['ensuring'], ['adherence'], ['quality'], ['parameters'], ['procedures'], ['per'], ['stringent'], ['norms'], ['lead'], ['manage'], ['supervise'], ['execution'], ['external'], ['audit'], ['engagements'], ['responsible'], ['presenting'], ['findings'], ['developing'], ['quality'], ['reports'], ['senior'], ['management'], ['clients'], ['coach'], ['mentor'], ['20'], ['team'], ['members'], ['perform'], ['higher'], ['level'], ['giving'], ['opportunities'], ['providing'], ['timely'], ['continuous'], ['feedback'], ['working'], ['staff'], ['improve'], ['communication'], ['time'], ['management'], ['decision'], ['making'], ['organization'], ['analytical'], ['skills'], ['providing'], ['solutions'], ['services'], ['client'], ['premises'], ['aforesaid'], ['count'], ['team'], ['members'], ['also'], ['ensuring'], ['end'], ['end'], ['process'], ['pr'], ['dr'], ['per'], ['client'], ['requirements'], ['pr'], ['dr'], ['dr'], ['pr'], ['interacting'], ['internal'], ['external'], ['stakeholders'], ['determining'], ['process'], ['gaps'], ['designing'], ['conducting'], ['training'], ['programs'], ['enhance'], ['operational'], ['efficiency'], ['retain'], ['talent'], ['providing'], ['optimum'], ['opportunities'], ['personal'], ['professional'], ['growth'], ['company'], ['credit'], ['cards'], ['description'], ['ensured'], ['highest'], ['standard'], ['customer'], ['satisfaction'], ['quality'], ['service'], ['developing'], ['new'], ['policies'], ['procedures'], ['improve'], ['based'], ['customer'], ['feedback'], ['resolving'], ['customer'], ['queries'], ['via'], ['correspondence'], ['inbound'], ['calls'], ['email'], ['channels'], ['strength'], ['12'], ['16'], ['team'], ['members'], ['company'], ['ags'], ['transact'], ['technologies'], ['limited'], ['description'], ['key'], ['contributions'], ['lead'], ['spoc'], ['banks'], ['company'], ['tata'], ['communications'], ['payment'], ['solutions'], ['ltd'], ['description'], ['to'], ['make'], ['atms'], ['operational'], ['within'], ['tat'], ['analyzing'], ['issue'], ['technical'], ['non'], ['technical'], ['also'], ['interacting'], ['internal'], ['external'], ['stakeholders'], ['company'], ['vertex'], ['customer'], ['solutions'], ['india'], ['private'], ['ltd'], ['description'], ['key'], ['contributions'], ['build'], ['positive'], ['working'], ['relationship'], ['team'], ['members'], ['clients'], ['keeping'], ['management'], ['informed'], ['kyc'], ['document'], ['collection'], ['con'], ['current'], ['audit'], ['progress'], ['responding'], ['timely'], ['management'], ['inquiries'], ['understanding'], ['business'], ['conducting'], ['self'], ['professionally'], ['company'], ['financial'], ['inclusion'], ['network'], ['operations'], ['limited'], ['description'], ['key'], ['contributions'], ['pos'], ['operations'], ['cascading'], ['adherence'], ['process'], ['strictly'], ['followed'], ['team'], ['members'], ['training'], ['reduce'], ['downtime'], ['managing'], ['stock'], ['edc'], ['terminals'], ['managing'], ['deployments'], ['terminals'], ['multiple'], ['teams'], ['would'], ['worked'], ['multiple'], ['terminal'], ['make'], ['model'], ['managing'], ['inward'], ['outward'], ['qc'], ['applications'], ['installed'], ['pos'], ['machines'], ['company'], ['venture'], ['infotek'], ['private'], ['ltd'], ['description'], ['key'], ['contributions'], ['pos'], ['operations'], ['company'], ['axis'], ['bank'], ['ltd'], ['customer'], ['services'], ['description'], ['aug'], ['2006'], ['oct'], ['2009'], ['ma'], ['foi'], ['i'], ['smart'], ['designation'], ['team'], ['leader'], ['executive'], ['emails'], ['phone'], ['banking'], ['correspondence'], ['unit'], ['snail'], ['mails'], ['key', 'competencies'], ['competencies', 'multi'], ['multi', 'operations'], ['operations', 'management'], ['management', 'people'], ['people', 'management'], ['management', 'customer'], ['customer', 'services'], ['services', 'emails'], ['emails', 'mis'], ['mis', 'vendor'], ['vendor', 'client'], ['client', 'services'], ['services', 'management'], ['management', 'cross'], ['cross', 'functional'], ['functional', 'coordination'], ['coordination', 'banking'], ['banking', 'financial'], ['financial', 'services'], ['services', 'transaction'], ['transaction', 'monitoring'], ['monitoring', 'atm'], ['atm', 'operations'], ['operations', 'prepaid'], ['prepaid', 'card'], ['card', 'operations'], ['operations', 'pre'], ['pre', 'issuance'], ['issuance', 'post'], ['post', 'issuance'], ['issuance', 'pos'], ['pos', 'operations'], ['operations', 'job'], ['job', 'profile'], ['profile', 'skills'], ['skills', 'an'], ['an', 'effective'], ['effective', 'communicator'], ['communicator', 'excellent'], ['excellent', 'relationship'], ['relationship', 'building'], ['building', 'interpersonal'], ['interpersonal', 'skills'], ['skills', 'strong'], ['strong', 'analytical'], ['analytical', 'problem'], ['problem', 'solving'], ['solving', 'organizational'], ['organizational', 'abilities'], ['abilities', 'extensive'], ['extensive', 'experience'], ['experience', 'managing'], ['managing', 'operations'], ['operations', 'demonstrated'], ['demonstrated', 'leadership'], ['leadership', 'qualities'], ['qualities', 'organisational'], ['organisational', 'skills'], ['skills', 'tenure'], ['tenure', 'managing'], ['managing', 'customer'], ['customer', 'centric'], ['centric', 'operations'], ['operations', 'ensuring'], ['ensuring', 'customer'], ['customer', 'satisfaction'], ['satisfaction', 'achieving'], ['achieving', 'service'], ['service', 'quality'], ['quality', 'norms'], ['norms', 'analyzing'], ['analyzing', 'operational'], ['operational', 'problems'], ['problems', 'customer'], ['customer', 'complaints'], ['complaints', 'take'], ['take', 'preventive'], ['preventive', 'corrective'], ['corrective', 'actions'], ['actions', 'resolve'], ['resolve', 'receive'], ['receive', 'respond'], ['respond', 'key'], ['key', 'customer'], ['customer', 'inquiries'], ['inquiries', 'effective'], ['effective', 'manner'], ['manner', 'provide'], ['provide', 'relevant'], ['relevant', 'timely'], ['timely', 'information'], ['information', 'deft'], ['deft', 'steering'], ['steering', 'banking'], ['banking', 'back'], ['back', 'end'], ['end', 'operations'], ['operations', 'analyzing'], ['analyzing', 'risks'], ['risks', 'managing'], ['managing', 'delinquencies'], ['delinquencies', 'dexterity'], ['dexterity', 'across'], ['across', 'applying'], ['applying', 'techniques'], ['techniques', 'maximizing'], ['maximizing', 'recoveries'], ['recoveries', 'minimizing'], ['minimizing', 'credit'], ['credit', 'losses'], ['losses', 'analyzed'], ['analyzed', 'identified'], ['identified', 'training'], ['training', 'needs'], ['needs', 'team'], ['team', 'members'], ['members', 'developing'], ['developing', 'organizing'], ['organizing', 'conducting'], ['conducting', 'training'], ['training', 'programs'], ['programs', 'manage'], ['manage', 'bottom'], ['bottom', 'quartile'], ['quartile', 'team'], ['team', 'improve'], ['improve', 'performance'], ['performance', 'preparing'], ['preparing', 'maintaining'], ['maintaining', 'daily'], ['daily', 'mis'], ['mis', 'reports'], ['reports', 'evaluate'], ['evaluate', 'performance'], ['performance', 'efficiency'], ['efficiency', 'process'], ['process', 'relate'], ['relate', 'various'], ['various', 'verticals'], ['verticals', 'measuring'], ['measuring', 'performance'], ['performance', 'processes'], ['processes', 'terms'], ['terms', 'efficiency'], ['efficiency', 'effectiveness'], ['effectiveness', 'matrix'], ['matrix', 'ensuring'], ['ensuring', 'adherence'], ['adherence', 'sla'], ['sla', 'major'], ['major', 'activities'], ['activities', 'define'], ['define', 'processes'], ['processes', 'field'], ['field', 'services'], ['services', 'monitored'], ['monitored', 'necessary'], ['necessary', 'checks'], ['checks', 'executed'], ['executed', 'controlled'], ['controlled', 'also'], ['also', 'measured'], ['measured', 'vendor'], ['vendor', 'sla'], ['sla', 'analyzing'], ['analyzing', 'tat'], ['tat', 'vendors'], ['vendors', 'client'], ['client', 'sla'], ['sla', 'provided'], ['provided', 'us'], ['us', 'as'], ['as', 'per'], ['per', 'company'], ['company', 'procedures'], ['procedures', 'handling'], ['handling', 'ensuring'], ['ensuring', 'vendor'], ['vendor', 'payment'], ['payment', 'issues'], ['issues', 'sorted'], ['sorted', 'payments'], ['payments', 'processed'], ['processed', 'quarterly'], ['quarterly', 'basis'], ['basis', 'appropriately'], ['appropriately', 'plan'], ['plan', 'execute'], ['execute', 'skill'], ['skill', 'operations'], ['operations', 'ordance'], ['ordance', 'department'], ['department', 'policies'], ['policies', 'procedures'], ['procedures', 'manage'], ['manage', 'relationships'], ['relationships', 'business'], ['business', 'team'], ['team', 'software'], ['software', 'development'], ['development', 'team'], ['team', 'services'], ['services', 'achieve'], ['achieve', 'project'], ['project', 'objectives'], ['objectives', 'different'], ['different', 'software'], ['software', 'worked'], ['worked', 'till'], ['till', 'ctl'], ['ctl', 'prime'], ['prime', 'axis'], ['axis', 'bank'], ['bank', 'credit'], ['credit', 'cards'], ['cards', 'b'], ['b', 'insight'], ['insight', 'for'], ['for', 'pos'], ['pos', 'machine'], ['machine', 'technical'], ['technical', 'operations'], ['operations', 'amex'], ['amex', 'mid'], ['mid', 'tid'], ['tid', 'generation'], ['generation', 'atos'], ['atos', 'venture'], ['venture', 'infotek'], ['infotek', 'c'], ['c', 'ticket'], ['ticket', 'management'], ['management', 'system'], ['system', 'tata'], ['tata', 'communications'], ['communications', 'private'], ['private', 'services'], ['services', 'ltd'], ['ltd', 'atm'], ['atm', 'noc'], ['noc', 'operations'], ['operations', 'branch'], ['branch', 'portal'], ['portal', 'yalamanchili'], ['yalamanchili', 'software'], ['software', 'exports'], ['exports', 'ltd'], ['ltd', 'prepaid'], ['prepaid', 'cards'], ['cards', 'sbi'], ['sbi', 'bank'], ['bank', 'zaggle'], ['zaggle', 'prepaid'], ['prepaid', 'oceans'], ['oceans', 'services'], ['services', 'ltd'], ['ltd', 'zaggle'], ['zaggle', 'prepaid'], ['prepaid', 'ocean'], ['ocean', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'oct'], ['oct', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'designation'], ['designation', 'manager'], ['manager', 'operations'], ['operations', 'payment'], ['payment', 'industry'], ['industry', 'prepaid'], ['prepaid', 'cards'], ['cards', 'inr'], ['inr', 'education'], ['education', 'details'], ['details', 'commerce'], ['commerce', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'operations'], ['operations', 'manager'], ['manager', 'service'], ['service', 'manager'], ['manager', 'operations'], ['operations', 'payment'], ['payment', 'industry'], ['industry', 'prepaid'], ['prepaid', 'cards'], ['cards', 'inr'], ['inr', 'ftc'], ['ftc', 'skill'], ['skill', 'details'], ...], [['it'], ['skills'], ['well'], ['versed'], ['ms'], ['office'], ['internet'], ['applications'], ['various'], ['erp'], ['systems'], ['implemented'], ['company'], ['ie'], ['sage'], ['flotilla'], ['lm'], ['erp'], ['tally'], ['9'], ['wms'], ['exceed'], ['4000'], ['etc'], ['personal'], ['dossier'], ['permanent'], ['address'], ['bandra'], ['west'], ['mumbai'], ['400'], ['050education'], ['details'], ['b'], ['com'], ['commerce'], ['mumbai'], ['maharashtra'], ['bombay'], ['university'], ['mumbai'], ['maharashtra'], ['st'], ['andrews'], ['college'], ['dim'], ['business'], ['management'], ['ignou'], ['operations'], ['manager'], ['operations'], ['manager'], ['landmark'], ['insurance'], ['brokers'], ['pvt'], ['ltd'], ['skill'], ['details'], ['employee'], ['resource'], ['group'], ['exprience'], ['6'], ['months'], ['enterprise'], ['resource'], ['planning'], ['exprience'], ['6'], ['months'], ['erp'], ['exprience'], ['6'], ['months'], ['ms'], ['office'], ['exprience'], ['6'], ['months'], ['tally'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['landmark'], ['insurance'], ['brokers'], ['pvt'], ['ltd'], ['description'], ['jan'], ['2019'], ['till'], ['date'], ['about'], ['company'], ['one'], ['india'], ['largest'], ['insurance'], ['brokerage'], ['firms'], ['offices'], ['across'], ['24'], ['states'], ['pan'], ['india'], ['part'], ['landmarkgroup'], ['annual'], ['turnover'], ['2200'], ['cr'], ['position'], ['operations'], ['manager'], ['leading'], ['overseeing'], ['team'], ['12'], ['people'], ['ensure'], ['correct'], ['work'], ['processes'], ['tat'], ['followed'], ['regards'], ['complete'], ['insurance'], ['handling'], ['cheque'], ['submission'], ['right'], ['upto'], ['policy'], ['issuance'], ['support'], ['offices'], ['pan'], ['india'], ['motor'], ['health'], ['insurance'], ['ensuring'], ['data'], ['entry'], ['customers'], ['correctly'], ['done'], ['customer'], ['service'], ['underwriting'], ['documents'], ['verification'], ['health'], ['motor'], ['costings'], ['insurance'], ['products'], ['followups'], ['insurance'], ['companies'], ['customer'], ['complain'], ['handling'], ['solutions'], ['mis'], ['reporting'], ['ensuring'], ['team'], ['working'], ['line'], ['operations'], ['sop'], ['conducting'], ['weekly'], ['briefing'], ['team'], ['liasing'], ['pan'], ['india'], ['offices'], ['operational'], ['support'], ['handling'], ['daily'], ['cash'], ['transactions'], ['reporting'], ['vice'], ['president'], ['operations'], ['company'], ['trippereri'], ['travels'], ['tours'], ['description'], ['jan'], ['2017'], ['mar'], ['2018'], ['about'], ['company'], ['a'], ['startup'], ['travel'], ['agency'], ['company'], ['organising'], ['local'], ['international'], ['tours'], ['operations'], ['looked'], ['overall'], ['operations'], ['administrative'], ['sales'], ['functions'], ['company'], ['vish'], ['hotel'], ['supplies'], ['pvt'], ['ltd'], ['description'], ['jan'], ['2015'], ['nov'], ['2016'], ['about'], ['company'], ['a'], ['distributor'], ['hotel'], ['supplies'], ['5'], ['star'], ['international'], ['hotels'], ['groups'], ['india'], ['hotel'], ['amenities'], ['international'], ['supplier'], ['50'], ['hotels'], ['across'], ['india'], ['position'], ['operations'], ['manager'], ['supply'], ['chain'], ['logistics'], ['complete'], ['incharge'], ['running'], ['business'], ['shipping'], ['imports'], ['warehousing'], ['right'], ['upto'], ['distribution'], ['overseeing'], ['operational'], ['related'], ['activities'], ['company'], ['overlooking'], ['managing'], ['aspects'], ['business'], ['implementing'], ['procedures'], ['su'], ['essful'], ['shipping'], ['inventory'], ['management'], ['warehouse'], ['delivery'], ['material'], ['india'], ['plus'], ['exports'], ['overseeing'], ['vendor'], ['negotiations'], ['addition'], ['customs'], ['warehouse'], ['cha'], ['negotiating'], ['freight'], ['forwarders'], ['best'], ['freight'], ['rates'], ['quickest'], ['delivery'], ['times'], ['overseeing'], ['clearance'], ['import'], ['shipments'], ['export'], ['shipments'], ['liasing'], ['freight'], ['forwarders'], ['ensuring'], ['government'], ['tax'], ['compliances'], ['adhered'], ['company'], ['ensuring'], ['benefits'], ['government'], ['rebates'], ['duty'], ['schemes'], ['received'], ['availed'], ['customer'], ['company'], ['per'], ['exim'], ['license'], ['held'], ['overseeing'], ['customers'], ['satisfied'], ['overall'], ['supplies'], ['services'], ['company'], ['ensuring'], ['obstacles'], ['faced'], ['supply'], ['chain'], ['management'], ['smoothened'], ['hassel'], ['free'], ['delivery'], ['customers'], ['across'], ['india'], ['overseeing'], ['ount'], ['paybles'], ['receivables'], ['overseeing'], ['stock'], ['maintained'], ['warehouses'], ['ounting'], ['books'], ['per'], ['implemented'], ['procedures'], ['sourcing'], ['new'], ['vendors'], ['high'], ['quality'], ['manufacturing'], ['capabilities'], ['new'], ['product'], ['manufacture'], ['visiting'], ['customers'], ['survey'], ['customer'], ['satisfaction'], ['address'], ['shortfalls'], ['hr'], ['function'], ['like'], ['recruitment'], ['interviewing'], ['finalizing'], ['candidates'], ['company'], ['company'], ['gea'], ['ecoflex'], ['middle'], ['east'], ['fze'], ['description'], ['about'], ['company'], ['gea'], ['ecoflex'], ['part'], ['gea'], ['group'], ['germany'], ['one'], ['largest'], ['suppliers'], ['process'], ['technology'], ['components'], ['food'], ['energy'], ['industries'], ['as'], ['international'], ['technology'], ['group'], ['company'], ['focuses'], ['sophisticated'], ['production'], ['processes'], ['gea'], ['generates'], ['revenues'], ['excess'], ['eur'], ['5'], ['7'], ['billion'], ['annually'], ['key'], ['deliverables'], ['freight'], ['management'], ['acquire'], ['develop'], ['enhance'], ['relationships'], ['economical'], ['faster'], ['modes'], ['freight'], ['forwarding'], ['various'], ['requirements'], ['company'], ['developing'], ['pricing'], ['strategies'], ['eye'], ['towards'], ['maximizing'], ['company'], ['profits'], ['reducing'], ['freight'], ['costs'], ['negotiating'], ['pricing'], ['individual'], ['sectors'], ['freight'], ['forwarders'], ['shipping'], ['carrier'], ['ensuring'], ['timely'], ['delivery'], ['goods'], ['respective'], ['destinations'], ['manage'], ['negotiate'], ['import'], ['freight'], ['charges'], ['various'], ['freight'], ['forwarders'], ['air'], ['lines'], ['bulk'], ['air'], ['shipments'], ['moving'], ['americas'], ['europe'], ['dubai'], ['india'], ['china'], ['other'], ['gcc'], ['countries'], ['identify'], ['possible'], ['snag'], ['loopholes'], ['consignments'], ['moving'], ['may'], ['late'], ['required'], ['deadline'], ['find'], ['alternate'], ['solutions'], ['meeting'], ['commitment'], ['logistics'], ['management'], ['managing'], ['logistic'], ['functions'], ['negotiating'], ['transporters'], ['cost'], ['effective'], ['transport'], ['solutions'], ['coordinating'], ['custom'], ['house'], ['agents'], ['ensuring'], ['timely'], ['clearances'], ['effective'], ['transport'], ['solutions'], ['reasonable'], ['costs'], ['interfacing'], ['airlines'], ['shipping'], ['lines'], ['transport'], ['conducting'], ['negotiations'], ['finalizing'], ['freight'], ['rates'], ['optimize'], ['transportation'], ['costs'], ['ensure'], ['damage'], ['free'], ['transit'], ['monitoring'], ['analyzing'], ['loss'], ['transit'], ['undertaking'], ['measures'], ['control'], ['co'], ['ordinated'], ['schedule'], ['mobilization'], ['after'], ['sales'], ['team'], ['various'], ['gcc'], ['on'], ['shore'], ['off'], ['shore'], ['european'], ['sites'], ['materials'], ['inventory'], ['management'], ['handling'], ['inventory'], ['function'], ['curtail'], ['inventory'], ['holding'], ['expenses'], ['ensuring'], ['specifications'], ['materials'], ['establishing'], ['quality'], ['quantity'], ['effective'], ['inventory'], ['control'], ['reducing'], ['wastages'], ['managing'], ['disposal'], ['obsolete'], ['retired'], ['inventory'], ['warehousing'], ['distributions'], ['planning'], ['maintaining'], ['efficient'], ['warehouse'], ['operations'], ['monitoring'], ['receipt'], ['inspection'], ['storage'], ['distribution'], ['stock'], ['resolving'], ['problems'], ['affecting'], ['stores'], ['service'], ['including'], ['staff'], ['punctuality'], ['day'], ['vacation'], ['plan'], ['etc'], ['overseeing'], ['paper'], ['work'], ['processed'], ['timely'], ['manner'], ['following'], ['discrepancies'], ['damage'], ['expired'], ['goods'], ['claims'], ['returns'], ['back'], ['purchase'], ['procurement'], ['providing'], ['support'], ['developing'], ['implementing'], ['key'], ['procurement'], ['strategies'], ['commodities'], ['ensuring'], ['plans'], ['aligned'], ['contractual'], ['statutory'], ['requirements'], ['ensuring'], ['project'], ['schedule'], ['identifying'], ['new'], ['potential'], ['vendors'], ['strategic'], ['sourcing'], ['ensuring'], ['purchase'], ['schedules'], ['purchase'], ['plan'], ['timely'], ['procurement'], ['items'], ['ensure'], ['smooth'], ['manufacturing'], ['vendor'], ['supplier'], ['development'], ['providing'], ['support'], ['identifying'], ['negotiating'], ['vendors'], ['procuring'], ['essential'], ['materials'], ['reasonable'], ['price'], ['developing'], ['vendors'], ['better'], ['price'], ['quality'], ['delivery'], ['increased'], ['volumes'], ['identifying'], ['alternate'], ['vendors'], ['developing'], ['long'], ['term'], ['partnerships'], ['local'], ['foreign'], ['suppliers'], ['acquiring'], ['techno'], ['commercial'], ['offers'], ['various'], ['vendors'], ['handled'], ['supplier'], ['pre'], ['qualification'], ['vendor'], ['registrations'], ['significant'], ['contributions'], ['su'], ['essfully'], ['managed'], ['overall'], ['operations'], ['including'], ['receiving'], ['stock'], ['order'], ['dispatch'], ['warehouse'], ['management'], ['special'], ['processes'], ['inventory'], ['control'], ['global'], ['purchase'], ['facility'], ['compliance'], ['iso'], ['9001'], ['2008'], ['standards'], ['coordinating'], ['follow'], ['various'], ['factories'], ['europe'], ['us'], ['asia'], ['timely'], ['delivery'], ['materials'], ['carrying'], ['receiving'], ['picking'], ['packing'], ['shipping'], ['average'], ['45'], ['orders'], ['monthly'], ['maintaining'], ['handling'], ['aed'], ['15'], ['million'], ['inventories'], ['stored'], ['three'], ['external'], ['warehouses'], ['holds'], ['credit'], ['serving'], ['clients'], ['power'], ['marine'], ['oil'], ['construction'], ['industries'], ['including'], ['sabic'], ['ksa'], ['played'], ['key'], ['role'], ['streamlining'], ['inventory'], ['identification'], ['tracking'], ['system'], ['pivotal'], ['introducing'], ['systematic'], ['analysis'], ['daily'], ['discrepancy'], ['reports'], ['generated'], ['reports'], ['standardized'], ['receiving'], ['stocking'], ['checking'], ['housekeeping'], ['procedures'], ['abridged'], ['decrease'], ['inventory'], ['discrepancies'], ['developing'], ['tracking'], ['system'], ['su'], ['essful'], ['meeting'], ['24'], ['hour'], ['turnaround'], ['goal'], ['shipments'], ['company'], ['kuehne'], ['nagel'], ['llc'], ['description'], ['about'], ['company'], ['a'], ['worldwide'], ['leader'], ['logistics'], ['the'], ['company'], ['activities'], ['global'], ['seafreight'], ['airfreight'], ['overland'], ['contract'], ['logistics'], ['businesses'], ['su'], ['essfully'], ['managed'], ['team'], ['3'], ['executives'], ['reported'], ['general'], ['manager'], ['handling'], ['top'], ['key'], ['ounts'], ['company'], ['su'], ['essful'], ['handling'], ['entire'], ['export'], ['coordination'], ['documentation'], ['played'], ['pivotal'], ['role'], ['supervising'], ['receiving'], ['inventory'], ['control'], ['storage'], ['distribution'], ['traffic'], ['etc'], ['responsible'], ['maintaining'], ['scheduled'], ['drivers'], ['negotiated'], ['rates'], ['routes'], ['truck'], ['lines'], ['carriers'], ['essayed'], ['key'], ['role'], ['handling'], ['product'], ['distribution'], ['security'], ['receivables'], ['clients'], ['like'], ['united'], ['nations'], ['johnson'], ['johnson'], ['handled'], ['hotel'], ['logistics'], ['inventory'], ['distribution'], ['across'], ['middle'], ['east'], ['marriot'], ['hilton'], ['group'], ['managed'], ['monitored'], ['smooth'], ['movements'], ['consignments'], ['moving'], ['direct'], ['imports'], ['exports'], ['transshipment'], ['consignments'], ['far'], ['east'], ['middle'], ['east'], ['amman'], ['egypt'], ['branches'], ['respective'], ['destinations'], ['also'], ['transshipment'], ['usa'], ['air'], ['land'], ['sea'], ['supervised'], ['entire'], ['customs'], ['clearance'], ['consignments'], ['various'], ['exit'], ['entry'], ['points'], ['direct'], ['imports'], ['exports'], ['transshipment'], ['consignments'], ['billing'], ['a'], ['ount'], ['per'], ['job'], ['completed'], ['keeping'], ['track'], ['revenue'], ['client'], ['monthly'], ['basis'], ['regular'], ['customer'], ['visits'], ['ensure'], ['smooth'], ['operations'], ['address'], ['grievances'], ['company'], ['dhl'], ['express'], ['description'], ['about'], ['company'], ['a'], ['worldwide'], ['leader'], ['air'], ['express'], ['courrier'], ['wholly'], ['owned'], ['dpwn'], ['deutsche'], ['post'], ['world'], ['net'], ['to'], ['handle'], ['shipments'], ['key'], ['a'], ...], [['education'], ['details'], ['august'], ['2000'], ['b'], ['e'], ['electronics'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['operations'], ['manager'], ['operations'], ['manager'], ['delta'], ['controls'], ['dubai'], ['fzco'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['delta'], ['controls'], ['dubai'], ['fzco'], ['description'], ['heading'], ['pune'], ['branch'], ['m'], ['deltannex'], ['integrators'], ['pvt'], ['ltd'], ['from'], ['aug'], ['17'], ['till'], ['date'], ['designation'], ['operations'], ['manager'], ['1st'], ['employee'], ['1'], ['reporting'], ['gm'], ['operations'], ['2'], ['review'], ['sow'], ['rfq'], ['assist'], ['proposal'], ['team'], ['engineering'], ['man'], ['hours'], ['project'], ['schedule'], ['organization'], ['chart'], ['meeting'], ['client'], ['pre'], ['sales'], ['support'], ['3'], ['review'], ['sow'], ['rfq'], ['client'], ['purchase'], ['order'], ['contract'], ['terms'], ['conditions'], ['4'], ['project'], ['execution'], ['plans'], ['discussion'], ['client'], ['consultants'], ['5'], ['kick'], ['meeting'], ['ad'], ['hoc'], ['meetings'], ['client'], ['6'], ['project'], ['evaluation'], ['terms'], ['outlays'], ['profits'], ['7'], ['ensuring'], ['appropriate'], ['project'], ['management'], ['framework'], ['8'], ['management'], ['contractual'], ['commercial'], ['issues'], ['related'], ['project'], ['9'], ['monitoring'], ['reviewing'], ['reporting'], ['project'], ['progress'], ['10'], ['coordinating'], ['fostering'], ['teamwork'], ['prioritization'], ['team'], ['activities'], ['11'], ['monitor'], ['project'], ['budget'], ['12'], ['apply'], ['quality'], ['management'], ['system'], ['processes'], ['13'], ['liaison'], ['reporting'], ['client'], ['14'], ['monitoring'], ['complying'], ['invoicing'], ['schedules'], ['15'], ['compilation'], ['submission'], ['change'], ['orders'], ['waivers'], ['concessions'], ['responsible'], ['variation'], ['claims'], ['support'], ['proposal'], ['team'], ['16'], ['approving'], ['mrn'], ['follow'], ['procurement'], ['team'], ['17'], ['planning'], ['co'], ['ordination'], ['site'], ['activities'], ['18'], ['receive'], ['final'], ['payment'], ['project'], ['official'], ['closeout'], ['19'], ['give'], ['constant'], ['feedback'], ['proposal'], ['based'], ['lessons'], ['learnt'], ['correct'], ['earlier'], ['mistakes'], ['future'], ['proposal'], ['20'], ['preparation'], ['project'], ['management'], ['reports'], ['terms'], ['planned'], ['vs'], ['actual'], ['based'], ['ev'], ['analysis'], ['scheduled'], ['variances'], ['biweekly'], ['monthly'], ['basis'], ['21'], ['exception'], ['alert'], ['reporting'], ['gm'], ['critical'], ['issues'], ['22'], ['maintains'], ['contact'], ['clients'], ['market'], ['area'], ['ensure'], ['high'], ['levels'], ['client'], ['satisfaction'], ['23'], ['adheres'], ['company'], ['policies'], ['procedures'], ['business'], ['ethics'], ['codes'], ['ensures'], ['communicated'], ['implemented'], ['within'], ['team'], ['24'], ['transfer'], ['project'], ['project'], ['team'], ['proper'], ['internal'], ['kick'], ['provide'], ['information'], ['including'], ['e'], ['mail'], ['communication'], ['25'], ['clarification'], ['e'], ['mail'], ['phone'], ['customer'], ['responses'], ['customer'], ['26'], ['site'], ['visit'], ['sales'], ['technical'], ['discussions'], ['27'], ['co'], ['ordinates'], ['a'], ['ounts'], ['tender'], ['bond'], ['28'], ['submission'], ['offers'], ['tenders'], ['29'], ['attending'], ['tqs'], ['revisions'], ['changes'], ['customer'], ['30'], ['managing'], ['revision'], ['offers'], ['costing'], ['submittal'], ['company'], ['honeywell'], ['automation'], ['india'], ['ltd'], ['description'], ['since'], ['may'], ['2015'], ['june'], ['2016'], ['honeywell'], ['seoul'], ['south'], ['korea'], ['roles'], ['responsibilities'], ['1'], ['discuss'], ['honeywell'], ['korea'], ['le'], ['pm'], ['engineering'], ['manager'], ['understand'], ['work'], ['forecast'], ['communicate'], ['ges'], ['stake'], ['holders'], ['2'], ['understanding'], ['project'], ['work'], ['pack'], ['scope'], ['collect'], ['required'], ['design'], ['inputs'], ['honeywell'], ['korea'], ['pm'], ['le'], ['3'], ['communicating'], ['project'], ['work'], ['pack'], ['scope'], ['sending'], ['required'], ['design'], ['inputs'], ['ges'], ['stake'], ['holders'], ['om'], ['em'], ['4'], ['helping'], ['ges'], ['office'], ['preparing'], ['estimation'], ['ges'], ['scope'], ['activities'], ['5'], ['discuss'], ['ges'], ['estimation'], ['honeywell'], ['korea'], ['pm'], ['le'], ['6'], ['coordinate'], ['ges'], ['honeywell'], ['korea'], ['pm'], ['le'], ['estimation'], ['agreed'], ['parties'], ['7'], ['helping'], ['ges'], ['preparing'], ['jas'], ['8'], ['coordinate'], ['honeywell'], ['korea'], ['pm'], ['pc'], ['get'], ['purchase'], ['orders'], ['per'], ['ja'], ['9'], ['coordinate'], ['ges'], ['honeywell'], ['korea'], ['following'], ['activities'], ['project'], ['execution'], ['understanding'], ['ges'], ['queries'], ['getting'], ['resolved'], ['discussing'], ['honeywell'], ['korea'], ['le'], ['b'], ['communicating'], ['honeywell'], ['korea'], ['requirements'], ['schedules'], ['revised'], ['design'], ['inputs'], ['revised'], ['scope'], ['concerns'], ['issues'], ['honeywell'], ['korea'], ['comments'], ['customer'], ['comments'], ['ges'], ['c'], ['understanding'], ['ges'], ['change'], ['orders'], ['discussing'], ['honeywell'], ['korea'], ['le'], ['pm'], ['finalizing'], ['change'], ['orders'], ['e'], ['ensure'], ['good'], ['quality'], ['ges'], ['deliverables'], ['spot'], ['quality'], ['checks'], ['f'], ['ensuring'], ['procedures'], ['standards'], ['followed'], ['sides'], ['g'], ['ensuring'], ['smooth'], ['project'], ['execution'], ['per'], ['agreed'], ['project'], ['schedules'], ['h'], ['ensuring'], ['deliverables'], ['sent'], ['per'], ['agreed'], ['deliverables'], ['schedule'], ['identifying'], ['possible'], ['issues'], ['project'], ['suggesting'], ['corrective'], ['actions'], ['ges'], ['honeywell'], ['korea'], ['j'], ['scheduling'], ['project'], ['review'], ['meetings'], ['whenever'], ['required'], ['k'], ['attending'], ['proto'], ['type'], ['tests'], ['demo'], ['design'], ['review'], ['meetings'], ['pre'], ['inspection'], ['meetings'], ['pre'], ['kom'], ['kom'], ['whenever'], ['required'], ['l'], ['ensuring'], ['engineer'], ['travel'], ['pre'], ['fat'], ['fat'], ['attending'], ['important'], ['meetings'], ['like'], ['kom'], ['proto'], ['type'], ['tests'], ['etc'], ['mutually'], ['agreed'], ['project'], ['arranging'], ['invitation'], ['letters'], ['ccvi'], ['work'], ['permits'], ['etc'], ['visa'], ['processing'], ['ges'], ['engineers'], ['n'], ['ensuring'], ['progress'], ['reports'], ['sent'], ['regularly'], ['ges'], ['em'], ['ensuring'], ['pre'], ['fat'], ['fat'], ['progressing'], ['smoothly'], ['10'], ['preparing'], ['sending'], ['monthly'], ['progress'], ['reports'], ['stake'], ['holders'], ['11'], ['arranging'], ['monthly'], ['teleconference'], ['honeywell'], ['korea'], ['pas'], ['business'], ['leader'], ['engineering'], ['manager'], ['ges'], ['operations'], ['manager'], ['understand'], ['progress'], ['issues'], ['12'], ['attending'], ['project'], ['review'], ['meetings'], ['pm'], ['le'], ['epc'], ['whenever'], ['required'], ['13'], ['helping'], ['honeywell'], ['korea'], ['sales'], ['proposal'], ['team'], ['understanding'], ['ges'], ['capabilities'], ['providing'], ['required'], ['information'], ['14'], ['reviewing'], ['customer'], ['rfqs'], ['ensure'], ['requirements'], ['captured'], ['proposals'], ['informing'], ['requirements'], ['comments'], ['proposal'], ['team'], ['project'], ['manager'], ['15'], ['attending'], ['estimation'], ['review'], ['meetings'], ['tbes'], ['technical'], ['clarification'], ['meetings'], ['whenever'], ['required'], ['projects'], ['completed'], ['honeywell'], ['india'], ['project'], ['honeywell'], ['role'], ['project'], ['highlights'], ['fgp'], ['wpmp'], ['client'], ['tco'], ['mac'], ['mustang'], ['honeywell'], ['team'], ['lead'], ['system'], ['epks'], ['dcs'], ['sis'], ['fgs'], ['job'], ['hardware'], ['configuration'], ['c'], ['300'], ['application'], ['development'], ['timely'], ['delivery'], ['deliverable'], ['ensuring'], ['quality'], ['check'], ['attending'], ['weekly'], ['project'], ['review'], ['meetings'], ['telephonic'], ['client'], ['the'], ['project'], ['is'], ['still'], ['in'], ['sta'], ['ing'], ['phase'], ['so'], ['scope'], ['of'], ['work'], ['is'], ['not'], ['very'], ['clear'], ['grain'], ['lng'], ['lf'], ['client'], ['cbi'], ['national'], ['grid'], ['uk'], ['team'], ['lead'], ['process'], ['lng'], ['tanker'], ['loading'], ['system'], ['epks'], ['dcs'], ['sis'], ['fgs'], ['c'], ['300'], ['controller'], ['1'], ['no'], ['job'], ['planning'], ['monitoring'], ['mentioned'], ['engineering'], ['activities'], ['design'], ['development'], ['hardware'], ['part'], ['system'], ['cabinet'], ['01'], ['no'], ['marshalling'], ['cabinet'], ['01'], ['no'], ['network'], ['cabinet'], ['01'], ['no'], ['system'], ['architecture'], ['heat'], ['load'], ['calculation'], ['bom'], ['network'], ['miscellaneous'], ['cord'], ['schedule'], ['wiring'], ['schedule'], ['c'], ['300'], ['application'], ['development'], ['monitoring'], ['hmi'], ['c'], ['e'], ['graphics'], ['development'], ['monitoring'], ['testing'], ['simple'], ['complex'], ['loops'], ['using'], ['standard'], ['methodology'], ['along'], ['hmi'], ['integrated'], ['testing'], ['test'], ['reports'], ['focal'], ['point'], ['communication'], ['client'], ['timely'], ['delivery'], ['deliverable'], ['ensuring'], ['quality'], ['check'], ['attending'], ['weekly'], ['project'], ['review'], ['meetings'], ['telephonic'], ['client'], ['this'], ['fast'], ['track'], ['project'], ['completed'], ['su'], ['essfully'], ['got'], ['appreciations'], ['client'], ['amc'], ['to'], ['hpm'], ['migration'], ['mx8800'], ['client'], ['thai'], ['oil'], ['public'], ['co'], ['ltd'], ['team'], ['lead'], ['process'], ['furnace'], ['system'], ['tps'], ['hpm'], ['controller'], ['1'], ['no'], ['job'], ['planning'], ['monitoring'], ['mentioned'], ['engineering'], ['activities'], ['loop'], ['drawing'], ['design'], ['using'], ['microsoft'], ['visio'], ['logic'], ['point'], ['building'], ['using'], ['hpm'], ['builder'], ['pu'], ['calculation'], ['io'], ['allocation'], ['hpm'], ['database'], ['preparation'], ['downloading'], ['points'], ['hpm'], ['test'], ['system'], ['testing'], ['simple'], ['complex'], ['loops'], ['using'], ['standard'], ['methodology'], ['focal'], ['point'], ['communication'], ['client'], ['timely'], ['delivery'], ['deliverable'], ['ensuring'], ['quality'], ['check'], ['attending'], ['weekly'], ['project'], ['review'], ['meetings'], ['telephonic'], ['client'], ['amc'], ['to'], ['hpm'], ['migration'], ['ccr1'], ['client'], ['thai'], ['oil'], ['public'], ['co'], ['ltd'], ['team'], ['lead'], ['process'], ['furnace'], ['system'], ['tps'], ['hpm'], ['controller'], ['1'], ['no'], ['job'], ['planning'], ['monitoring'], ['mentioned'], ['engineering'], ['activities'], ['loop'], ['drawing'], ['design'], ['using'], ['microsoft'], ['visio'], ['logic'], ['point'], ['building'], ['using'], ['hpm'], ['builder'], ['pu'], ['calculation'], ['io'], ['allocation'], ['hpm'], ['database'], ['preparation'], ['downloading'], ['points'], ['hpm'], ['test'], ['system'], ['testing'], ['simple'], ['complex'], ['loops'], ['using'], ['standard'], ['methodology'], ['focal'], ['point'], ['communication'], ['client'], ['timely'], ['delivery'], ['deliverable'], ['ensuring'], ['quality'], ['check'], ['attending'], ['weekly'], ['project'], ['review'], ['meetings'], ['telephonic'], ['client'], ['utilities'], ['offsites'], ['client'], ['enppi'], ['end'], ['client'], ['ethydco'], ['egypt'], ['team'], ['lead'], ['process'], ['utilities'], ['ethylene'], ['plant'], ['system'], ['experion'], ['r410'], ['2'], ['redundant'], ['controllers'], ['2nos'], ['system'], ['cabinets'], ['4'], ['nos'], ['marshalling'], ['cabinets'], ['10'], ['nos'], ['redundant'], ['servers'], ['1'], ['pair'], ['experion'], ['backup'], ['restore'], ['01'], ['no'], ['process'], ['history'], ['database'], ['01'], ['no'], ['fdm'], ['server'], ['01'], ['no'], ['engineering'], ['station'], ['dcs'], ['01'], ['no'], ['operating'], ['stations'], ['dcs'], ...], [['technical'], ['skills'], ['responsibilities'], ['hands'], ['experience'], ['production'], ['maintenance'], ['projects'], ['experience'], ['handling'], ['projects'], ['agile'], ['methodology'], ['experience'], ['handling'], ['projects'], ['sdlc'], ['involved'], ['stage'], ['software'], ['development'], ['life'], ['cycle'], ['responsible'], ['gather'], ['requirement'], ['customer'], ['interaction'], ['providing'], ['estimate'], ['solution'], ['document'], ['per'], ['process'], ['fs'], ['ts'], ['coding'], ['utp'], ['utr'], ['ptf'], ['sow'], ['submission'], ['customer'], ['having'], ['strong'], ['knowledge'], ['debugging'], ['testing'], ['based'], ['python'], ['as'], ['400'], ['worked'], ['change'], ['controller'], ['responsible'], ['promoting'], ['changes'], ['development'], ['uat'], ['live'], ['environment'], ['pivotal'], ['cloud'], ['foundry'], ['have'], ['good'], ['communication'], ['skills'], ['inter'], ['personal'], ['skills'], ['hardworking'], ['result'], ['oriented'], ['individual'], ['team'], ['certification'], ['trainings'], ['completed'], ['internal'], ['python'], ['training'], ['completed'], ['internal'], ['python'], ['web'], ['crawling'], ['training'], ['completed'], ['internal'], ['python'], ['web'], ['scraping'], ['training'], ['completed'], ['internal'], ['python'], ['data'], ['science'], ['training'], ['completed'], ['internal'], ['mongodb'], ['training'], ['completed'], ['internal'], ['mysql'], ['training'], ['completed'], ['internal'], ['postgresql'], ['training'], ['completed'], ['internal'], ['django'], ['training'], ['completed'], ['internal'], ['angular'], ['6'], ['html'], ['css'], ['training'], ['completed'], ['german'], ['a1'], ['level'], ['preparing'], ['a2'], ['goethe'], ['institute'], ['completed'], ['internal'], ['core'], ['java'], ['training'], ['completed'], ['ibm'], ['i'], ['series'], ['as'], ['400'], ['training'], ['course'], ['maples'], ['institute'], ['pune'], ['complete'], ['internal'], ['movex'], ['erp'], ['training'], ['techn'], ['as400'], ['rpg'], ['rpgle'], ['completed'], ['internal'], ['m3'], ['erp'], ['training'], ['techn'], ['java'], ['completed'], ['internal'], ['stream'], ['serve'], ['training'], ['completed'], ['m3'], ['enterprise'], ['collaborator'], ['mec'], ['training'], ['education'], ['details'], ['m'], ['sc'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['b'], ['sc'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['h'], ['s'], ['c'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['python'], ['restful'], ['api'], ['developer'], ['python'], ['developer'], ['kpit'], ['technologies'], ['skill'], ['details'], ['flask'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['restful'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['rest'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['numpy'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['as'], ['400'], ['exprience'], ['90'], ['monthscompany'], ['details'], ['company'], ['kpit'], ['technologies'], ['description'], ['since'], ['6th'], ['july'], ['2011'], ['till'], ['date'], ['currently'], ['working'], ['python'], ['api'], ['developer'], ['2'], ['years'], ['experience'], ['python'], ['mongodb'], ['mysql'], ['development'], ['support'], ['project'], ['worked'], ['m3'], ['java'], ['developer'], ['stream'], ['serve'], ['developer'], ['movex'], ['m3'], ['erp'], ['1'], ['year'], ['worked'], ['senior'], ['as400'], ['stream'], ['serve'], ['developer'], ['movex'], ['m3'], ['erp'], ['4'], ['years'], ['technical'], ['expertise'], ['python'], ['development'], ['python'], ['mongodb'], ['python'], ['mysql'], ['python'], ['cache'], ['memoization'], ['python'], ['git'], ['python'], ['pws'], ['pivotal'], ['web'], ['service'], ['cloud'], ['foundry'], ['german'], ['a1'], ['level'], ['m3'], ['movex'], ['erp'], ['development'], ['m3'], ['java'], ['movex'], ['m3'], ['erp'], ['as400'], ['development'], ['movex'], ['m3'], ['erp'], ['stream'], ['server'], ['development'], ['movex'], ['m3'], ['erp'], ['movex'], ['m3'], ['standards'], ['rpg'], ['400'], ['cl'], ['400'], ['ile'], ['rpg'], ['ile'], ['cl'], ['db2'], ['400'], ['query400'], ['sql'], ['400'], ['subfiles'], ['printer'], ['files'], ['pf'], ['lf'], ['movex'], ['m3'], ['flows'], ['programs'], ['database'], ['structure'], ['mi'], ['programs'], ['technical', 'skills'], ['skills', 'responsibilities'], ['responsibilities', 'hands'], ['hands', 'experience'], ['experience', 'production'], ['production', 'maintenance'], ['maintenance', 'projects'], ['projects', 'experience'], ['experience', 'handling'], ['handling', 'projects'], ['projects', 'agile'], ['agile', 'methodology'], ['methodology', 'experience'], ['experience', 'handling'], ['handling', 'projects'], ['projects', 'sdlc'], ['sdlc', 'involved'], ['involved', 'stage'], ['stage', 'software'], ['software', 'development'], ['development', 'life'], ['life', 'cycle'], ['cycle', 'responsible'], ['responsible', 'gather'], ['gather', 'requirement'], ['requirement', 'customer'], ['customer', 'interaction'], ['interaction', 'providing'], ['providing', 'estimate'], ['estimate', 'solution'], ['solution', 'document'], ['document', 'per'], ['per', 'process'], ['process', 'fs'], ['fs', 'ts'], ['ts', 'coding'], ['coding', 'utp'], ['utp', 'utr'], ['utr', 'ptf'], ['ptf', 'sow'], ['sow', 'submission'], ['submission', 'customer'], ['customer', 'having'], ['having', 'strong'], ['strong', 'knowledge'], ['knowledge', 'debugging'], ['debugging', 'testing'], ['testing', 'based'], ['based', 'python'], ['python', 'as'], ['as', '400'], ['400', 'worked'], ['worked', 'change'], ['change', 'controller'], ['controller', 'responsible'], ['responsible', 'promoting'], ['promoting', 'changes'], ['changes', 'development'], ['development', 'uat'], ['uat', 'live'], ['live', 'environment'], ['environment', 'pivotal'], ['pivotal', 'cloud'], ['cloud', 'foundry'], ['foundry', 'have'], ['have', 'good'], ['good', 'communication'], ['communication', 'skills'], ['skills', 'inter'], ['inter', 'personal'], ['personal', 'skills'], ['skills', 'hardworking'], ['hardworking', 'result'], ['result', 'oriented'], ['oriented', 'individual'], ['individual', 'team'], ['team', 'certification'], ['certification', 'trainings'], ['trainings', 'completed'], ['completed', 'internal'], ['internal', 'python'], ['python', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'python'], ['python', 'web'], ['web', 'crawling'], ['crawling', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'python'], ['python', 'web'], ['web', 'scraping'], ['scraping', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'python'], ['python', 'data'], ['data', 'science'], ['science', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'mongodb'], ['mongodb', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'mysql'], ['mysql', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'postgresql'], ['postgresql', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'django'], ['django', 'training'], ['training', 'completed'], ['completed', 'internal'], ['internal', 'angular'], ['angular', '6'], ['6', 'html'], ['html', 'css'], ['css', 'training'], ['training', 'completed'], ['completed', 'german'], ['german', 'a1'], ['a1', 'level'], ['level', 'preparing'], ['preparing', 'a2'], ['a2', 'goethe'], ['goethe', 'institute'], ['institute', 'completed'], ['completed', 'internal'], ['internal', 'core'], ['core', 'java'], ['java', 'training'], ['training', 'completed'], ['completed', 'ibm'], ['ibm', 'i'], ['i', 'series'], ['series', 'as'], ['as', '400'], ['400', 'training'], ['training', 'course'], ['course', 'maples'], ['maples', 'institute'], ['institute', 'pune'], ['pune', 'complete'], ['complete', 'internal'], ['internal', 'movex'], ['movex', 'erp'], ['erp', 'training'], ['training', 'techn'], ['techn', 'as400'], ['as400', 'rpg'], ['rpg', 'rpgle'], ['rpgle', 'completed'], ['completed', 'internal'], ['internal', 'm3'], ['m3', 'erp'], ['erp', 'training'], ['training', 'techn'], ['techn', 'java'], ['java', 'completed'], ['completed', 'internal'], ['internal', 'stream'], ['stream', 'serve'], ['serve', 'training'], ['training', 'completed'], ['completed', 'm3'], ['m3', 'enterprise'], ['enterprise', 'collaborator'], ['collaborator', 'mec'], ['mec', 'training'], ['training', 'education'], ['education', 'details'], ['details', 'm'], ['m', 'sc'], ['sc', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'b'], ['b', 'sc'], ['sc', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'h'], ['h', 's'], ['s', 'c'], ['c', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'python'], ['python', 'restful'], ['restful', 'api'], ['api', 'developer'], ['developer', 'python'], ['python', 'developer'], ['developer', 'kpit'], ['kpit', 'technologies'], ['technologies', 'skill'], ['skill', 'details'], ['details', 'flask'], ['flask', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'restful'], ['restful', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'rest'], ['rest', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'numpy'], ['numpy', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'as'], ['as', '400'], ['400', 'exprience'], ['exprience', '90'], ['90', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'kpit'], ['kpit', 'technologies'], ['technologies', 'description'], ['description', 'since'], ['since', '6th'], ['6th', 'july'], ['july', '2011'], ['2011', 'till'], ['till', 'date'], ['date', 'currently'], ['currently', 'working'], ['working', 'python'], ['python', 'api'], ['api', 'developer'], ['developer', '2'], ['2', 'years'], ['years', 'experience'], ['experience', 'python'], ['python', 'mongodb'], ['mongodb', 'mysql'], ['mysql', 'development'], ['development', 'support'], ['support', 'project'], ['project', 'worked'], ['worked', 'm3'], ['m3', 'java'], ['java', 'developer'], ['developer', 'stream'], ['stream', 'serve'], ['serve', 'developer'], ['developer', 'movex'], ['movex', 'm3'], ['m3', 'erp'], ['erp', '1'], ['1', 'year'], ['year', 'worked'], ['worked', 'senior'], ['senior', 'as400'], ['as400', 'stream'], ['stream', 'serve'], ['serve', 'developer'], ['developer', 'movex'], ['movex', 'm3'], ['m3', 'erp'], ['erp', '4'], ['4', 'years'], ['years', 'technical'], ['technical', 'expertise'], ['expertise', 'python'], ['python', 'development'], ['development', 'python'], ['python', 'mongodb'], ['mongodb', 'python'], ['python', 'mysql'], ['mysql', 'python'], ['python', 'cache'], ['cache', 'memoization'], ['memoization', 'python'], ['python', 'git'], ['git', 'python'], ['python', 'pws'], ['pws', 'pivotal'], ['pivotal', 'web'], ['web', 'service'], ['service', 'cloud'], ['cloud', 'foundry'], ['foundry', 'german'], ['german', 'a1'], ['a1', 'level'], ['level', 'm3'], ['m3', 'movex'], ['movex', 'erp'], ['erp', 'development'], ['development', 'm3'], ['m3', 'java'], ['java', 'movex'], ['movex', 'm3'], ['m3', 'erp'], ['erp', 'as400'], ['as400', 'development'], ['development', 'movex'], ['movex', 'm3'], ['m3', 'erp'], ['erp', 'stream'], ['stream', 'server'], ['server', 'development'], ['development', 'movex'], ['movex', 'm3'], ['m3', 'erp'], ['erp', 'movex'], ['movex', 'm3'], ['m3', 'standards'], ['standards', 'rpg'], ['rpg', '400'], ['400', 'cl'], ['cl', '400'], ['400', 'ile'], ['ile', 'rpg'], ['rpg', 'ile'], ['ile', 'cl'], ['cl', 'db2'], ['db2', '400'], ['400', 'query400'], ['query400', 'sql'], ['sql', '400'], ['400', 'subfiles'], ['subfiles', 'printer'], ['printer', 'files'], ['files', 'pf'], ['pf', 'lf'], ['lf', 'movex'], ['movex', 'm3'], ['m3', 'flows'], ['flows', 'programs'], ['programs', 'database'], ['database', 'structure'], ['structure', 'mi'], ['mi', 'programs'], ['technical', 'skills', 'responsibilities'], ['skills', 'responsibilities', 'hands'], ['responsibilities', 'hands', 'experience'], ['hands', 'experience', 'production'], ['experience', 'production', 'maintenance'], ['production', 'maintenance', 'projects'], ['maintenance', 'projects', 'experience'], ['projects', 'experience', 'handling'], ['experience', 'handling', 'projects'], ['handling', 'projects', 'agile'], ['projects', 'agile', 'methodology'], ['agile', 'methodology', 'experience'], ['methodology', 'experience', 'handling'], ['experience', 'handling', 'projects'], ['handling', 'projects', 'sdlc'], ['projects', 'sdlc', 'involved'], ['sdlc', 'involved', 'stage'], ['involved', 'stage', 'software'], ['stage', 'software', 'development'], ['software', 'development', 'life'], ['development', 'life', 'cycle'], ['life', 'cycle', 'responsible'], ['cycle', 'responsible', 'gather'], ['responsible', 'gather', 'requirement'], ['gather', 'requirement', 'customer'], ['requirement', 'customer', 'interaction'], ['customer', 'interaction', 'providing'], ['interaction', 'providing', 'estimate'], ['providing', 'estimate', 'solution'], ['estimate', 'solution', 'document'], ['solution', 'document', 'per'], ['document', 'per', 'process'], ['per', 'process', 'fs'], ['process', 'fs', 'ts'], ['fs', 'ts', 'coding'], ['ts', 'coding', 'utp'], ['coding', 'utp', 'utr'], ['utp', 'utr', 'ptf'], ['utr', 'ptf', 'sow'], ['ptf', 'sow', 'submission'], ['sow', 'submission', 'customer'], ['submission', 'customer', 'having'], ['customer', 'having', 'strong'], ['having', 'strong', 'knowledge'], ['strong', 'knowledge', 'debugging'], ['knowledge', 'debugging', 'testing'], ['debugging', 'testing', 'based'], ['testing', 'based', 'python'], ['based', 'python', 'as'], ['python', 'as', '400'], ['as', '400', 'worked'], ['400', 'worked', 'change'], ['worked', 'change', 'controller'], ['change', 'controller', 'responsible'], ['controller', 'responsible', 'promoting'], ['responsible', 'promoting', 'changes'], ['promoting', 'changes', 'development'], ['changes', 'development', 'uat'], ['development', 'uat', 'live'], ['uat', 'live', 'environment'], ['live', 'environment', 'pivotal'], ['environment', 'pivotal', 'cloud'], ['pivotal', 'cloud', 'foundry'], ['cloud', 'foundry', 'have'], ['foundry', 'have', 'good'], ['have', 'good', 'communication'], ['good', 'communication', 'skills'], ['communication', 'skills', 'inter'], ['skills', 'inter', 'personal'], ['inter', 'personal', 'skills'], ['personal', 'skills', 'hardworking'], ['skills', 'hardworking', 'result'], ['hardworking', 'result', 'oriented'], ['result', 'oriented', 'individual'], ['oriented', 'individual', 'team'], ['individual', 'team', 'certification'], ['team', 'certification', 'trainings'], ['certification', 'trainings', 'completed'], ['trainings', 'completed', 'internal'], ['completed', 'internal', 'python'], ['internal', 'python', 'training'], ['python', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'python'], ['internal', 'python', 'web'], ['python', 'web', 'crawling'], ['web', 'crawling', 'training'], ['crawling', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'python'], ['internal', 'python', 'web'], ['python', 'web', 'scraping'], ['web', 'scraping', 'training'], ['scraping', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'python'], ['internal', 'python', 'data'], ['python', 'data', 'science'], ['data', 'science', 'training'], ['science', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'mongodb'], ['internal', 'mongodb', 'training'], ['mongodb', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'mysql'], ['internal', 'mysql', 'training'], ['mysql', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'postgresql'], ['internal', 'postgresql', 'training'], ['postgresql', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'django'], ['internal', 'django', 'training'], ['django', 'training', 'completed'], ['training', 'completed', 'internal'], ['completed', 'internal', 'angular'], ['internal', 'angular', '6'], ['angular', '6', 'html'], ['6', 'html', 'css'], ['html', 'css', 'training'], ['css', 'training', 'completed'], ['training', 'completed', 'german'], ['completed', 'german', 'a1'], ['german', 'a1', 'level'], ['a1', 'level', 'preparing'], ['level', 'preparing', 'a2'], ['preparing', 'a2', 'goethe'], ['a2', 'goethe', 'institute'], ['goethe', 'institute', 'completed'], ['institute', 'completed', 'internal'], ['completed', 'internal', 'core'], ['internal', 'core', 'java'], ['core', 'java', 'training'], ['java', 'training', 'completed'], ['training', 'completed', 'ibm'], ['completed', 'ibm', 'i'], ['ibm', 'i', 'series'], ['i', 'series', 'as'], ['series', 'as', '400'], ['as', '400', 'training'], ['400', 'training', 'course'], ['training', 'course', 'maples'], ['course', 'maples', 'institute'], ['maples', 'institute', 'pune'], ['institute', 'pune', 'complete'], ['pune', 'complete', 'internal'], ['complete', 'internal', 'movex'], ['internal', 'movex', 'erp'], ['movex', 'erp', 'training'], ['erp', 'training', 'techn'], ['training', 'techn', 'as400'], ['techn', 'as400', 'rpg'], ['as400', 'rpg', 'rpgle'], ['rpg', 'rpgle', 'completed'], ['rpgle', 'completed', 'internal'], ['completed', 'internal', 'm3'], ['internal', 'm3', 'erp'], ['m3', 'erp', 'training'], ['erp', 'training', 'techn'], ['training', 'techn', 'java'], ['techn', 'java', 'completed'], ['java', 'completed', 'internal'], ['completed', 'internal', 'stream'], ['internal', 'stream', 'serve'], ['stream', 'serve', 'training'], ['serve', 'training', 'completed'], ['training', 'completed', 'm3'], ['completed', 'm3', 'enterprise'], ['m3', 'enterprise', 'collaborator'], ['enterprise', 'collaborator', 'mec'], ['collaborator', 'mec', 'training'], ['mec', 'training', 'education'], ['training', 'education', 'details'], ['education', 'details', 'm'], ['details', 'm', 'sc'], ['m', 'sc', 'computer'], ['sc', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'b'], ['university', 'b', 'sc'], ['b', 'sc', 'computer'], ['sc', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'h'], ['university', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'pune'], ['c', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'python'], ['university', 'python', 'restful'], ['python', 'restful', 'api'], ['restful', 'api', 'developer'], ['api', 'developer', 'python'], ['developer', 'python', 'developer'], ['python', 'developer', 'kpit'], ['developer', 'kpit', 'technologies'], ['kpit', 'technologies', 'skill'], ['technologies', 'skill', 'details'], ['skill', 'details', 'flask'], ['details', 'flask', 'exprience'], ['flask', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'restful'], ['months', 'restful', 'exprience'], ['restful', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'rest'], ['months', 'rest', 'exprience'], ['rest', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'numpy'], ['months', 'numpy', 'exprience'], ['numpy', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'as'], ['months', 'as', '400'], ['as', '400', 'exprience'], ['400', 'exprience', '90'], ['exprience', '90', 'monthscompany'], ['90', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'kpit'], ['company', 'kpit', 'technologies'], ['kpit', 'technologies', 'description'], ['technologies', 'description', 'since'], ['description', 'since', '6th'], ['since', '6th', 'july'], ['6th', 'july', '2011'], ['july', '2011', 'till'], ['2011', 'till', 'date'], ['till', 'date', 'currently'], ['date', 'currently', 'working'], ['currently', 'working', 'python'], ['working', 'python', 'api'], ['python', 'api', 'developer'], ['api', 'developer', '2'], ['developer', '2', 'years'], ['2', 'years', 'experience'], ['years', 'experience', 'python'], ['experience', 'python', 'mongodb'], ['python', 'mongodb', 'mysql'], ['mongodb', 'mysql', 'development'], ['mysql', 'development', 'support'], ['development', 'support', 'project'], ['support', 'project', 'worked'], ['project', 'worked', 'm3'], ['worked', 'm3', 'java'], ...], [['education'], ['details'], ['june'], ['2013'], ['june'], ['2016'], ['diploma'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['aissms'], ['june'], ['2016'], ['be'], ['pursuing'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['anantrao'], ['pawar'], ['college'], ['engineering'], ['research'], ['centre'], ['python'], ['developer'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['cybage'], ['software'], ['pvt'], ['ltd'], ['description'], ['i'], ['want'], ['work'], ['organisation'], ['python'], ['developer'], ['utilize'], ['knowledge'], ['to'], ['gain'], ['knowledge'], ['organisation'], ['education', 'details'], ['details', 'june'], ['june', '2013'], ['2013', 'june'], ['june', '2016'], ['2016', 'diploma'], ['diploma', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'aissms'], ['aissms', 'june'], ['june', '2016'], ['2016', 'be'], ['be', 'pursuing'], ['pursuing', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'anantrao'], ['anantrao', 'pawar'], ['pawar', 'college'], ['college', 'engineering'], ['engineering', 'research'], ['research', 'centre'], ['centre', 'python'], ['python', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'cybage'], ['cybage', 'software'], ['software', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'i'], ['i', 'want'], ['want', 'work'], ['work', 'organisation'], ['organisation', 'python'], ['python', 'developer'], ['developer', 'utilize'], ['utilize', 'knowledge'], ['knowledge', 'to'], ['to', 'gain'], ['gain', 'knowledge'], ['knowledge', 'organisation'], ['education', 'details', 'june'], ['details', 'june', '2013'], ['june', '2013', 'june'], ['2013', 'june', '2016'], ['june', '2016', 'diploma'], ['2016', 'diploma', 'computer'], ['diploma', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'aissms'], ['maharashtra', 'aissms', 'june'], ['aissms', 'june', '2016'], ['june', '2016', 'be'], ['2016', 'be', 'pursuing'], ['be', 'pursuing', 'computer'], ['pursuing', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'anantrao'], ['maharashtra', 'anantrao', 'pawar'], ['anantrao', 'pawar', 'college'], ['pawar', 'college', 'engineering'], ['college', 'engineering', 'research'], ['engineering', 'research', 'centre'], ['research', 'centre', 'python'], ['centre', 'python', 'developer'], ['python', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'cybage'], ['company', 'cybage', 'software'], ['cybage', 'software', 'pvt'], ['software', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'i'], ['description', 'i', 'want'], ['i', 'want', 'work'], ['want', 'work', 'organisation'], ['work', 'organisation', 'python'], ['organisation', 'python', 'developer'], ['python', 'developer', 'utilize'], ['developer', 'utilize', 'knowledge'], ['utilize', 'knowledge', 'to'], ['knowledge', 'to', 'gain'], ['to', 'gain', 'knowledge'], ['gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013'], ['details', 'june', '2013', 'june'], ['june', '2013', 'june', '2016'], ['2013', 'june', '2016', 'diploma'], ['june', '2016', 'diploma', 'computer'], ['2016', 'diploma', 'computer', 'science'], ['diploma', 'computer', 'science', 'pune'], ['computer', 'science', 'pune', 'maharashtra'], ['science', 'pune', 'maharashtra', 'aissms'], ['pune', 'maharashtra', 'aissms', 'june'], ['maharashtra', 'aissms', 'june', '2016'], ['aissms', 'june', '2016', 'be'], ['june', '2016', 'be', 'pursuing'], ['2016', 'be', 'pursuing', 'computer'], ['be', 'pursuing', 'computer', 'science'], ['pursuing', 'computer', 'science', 'pune'], ['computer', 'science', 'pune', 'maharashtra'], ['science', 'pune', 'maharashtra', 'anantrao'], ['pune', 'maharashtra', 'anantrao', 'pawar'], ['maharashtra', 'anantrao', 'pawar', 'college'], ['anantrao', 'pawar', 'college', 'engineering'], ['pawar', 'college', 'engineering', 'research'], ['college', 'engineering', 'research', 'centre'], ['engineering', 'research', 'centre', 'python'], ['research', 'centre', 'python', 'developer'], ['centre', 'python', 'developer', 'skill'], ['python', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'cybage'], ['details', 'company', 'cybage', 'software'], ['company', 'cybage', 'software', 'pvt'], ['cybage', 'software', 'pvt', 'ltd'], ['software', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'i'], ['ltd', 'description', 'i', 'want'], ['description', 'i', 'want', 'work'], ['i', 'want', 'work', 'organisation'], ['want', 'work', 'organisation', 'python'], ['work', 'organisation', 'python', 'developer'], ['organisation', 'python', 'developer', 'utilize'], ['python', 'developer', 'utilize', 'knowledge'], ['developer', 'utilize', 'knowledge', 'to'], ['utilize', 'knowledge', 'to', 'gain'], ['knowledge', 'to', 'gain', 'knowledge'], ['to', 'gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013', 'june'], ['details', 'june', '2013', 'june', '2016'], ['june', '2013', 'june', '2016', 'diploma'], ['2013', 'june', '2016', 'diploma', 'computer'], ['june', '2016', 'diploma', 'computer', 'science'], ['2016', 'diploma', 'computer', 'science', 'pune'], ['diploma', 'computer', 'science', 'pune', 'maharashtra'], ['computer', 'science', 'pune', 'maharashtra', 'aissms'], ['science', 'pune', 'maharashtra', 'aissms', 'june'], ['pune', 'maharashtra', 'aissms', 'june', '2016'], ['maharashtra', 'aissms', 'june', '2016', 'be'], ['aissms', 'june', '2016', 'be', 'pursuing'], ['june', '2016', 'be', 'pursuing', 'computer'], ['2016', 'be', 'pursuing', 'computer', 'science'], ['be', 'pursuing', 'computer', 'science', 'pune'], ['pursuing', 'computer', 'science', 'pune', 'maharashtra'], ['computer', 'science', 'pune', 'maharashtra', 'anantrao'], ['science', 'pune', 'maharashtra', 'anantrao', 'pawar'], ['pune', 'maharashtra', 'anantrao', 'pawar', 'college'], ['maharashtra', 'anantrao', 'pawar', 'college', 'engineering'], ['anantrao', 'pawar', 'college', 'engineering', 'research'], ['pawar', 'college', 'engineering', 'research', 'centre'], ['college', 'engineering', 'research', 'centre', 'python'], ['engineering', 'research', 'centre', 'python', 'developer'], ['research', 'centre', 'python', 'developer', 'skill'], ['centre', 'python', 'developer', 'skill', 'details'], ['python', 'developer', 'skill', 'details', 'company'], ['developer', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'cybage'], ['company', 'details', 'company', 'cybage', 'software'], ['details', 'company', 'cybage', 'software', 'pvt'], ['company', 'cybage', 'software', 'pvt', 'ltd'], ['cybage', 'software', 'pvt', 'ltd', 'description'], ['software', 'pvt', 'ltd', 'description', 'i'], ['pvt', 'ltd', 'description', 'i', 'want'], ['ltd', 'description', 'i', 'want', 'work'], ['description', 'i', 'want', 'work', 'organisation'], ['i', 'want', 'work', 'organisation', 'python'], ['want', 'work', 'organisation', 'python', 'developer'], ['work', 'organisation', 'python', 'developer', 'utilize'], ['organisation', 'python', 'developer', 'utilize', 'knowledge'], ['python', 'developer', 'utilize', 'knowledge', 'to'], ['developer', 'utilize', 'knowledge', 'to', 'gain'], ['utilize', 'knowledge', 'to', 'gain', 'knowledge'], ['knowledge', 'to', 'gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013', 'june', '2016'], ['details', 'june', '2013', 'june', '2016', 'diploma'], ['june', '2013', 'june', '2016', 'diploma', 'computer'], ['2013', 'june', '2016', 'diploma', 'computer', 'science'], ['june', '2016', 'diploma', 'computer', 'science', 'pune'], ['2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra'], ['diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms'], ['computer', 'science', 'pune', 'maharashtra', 'aissms', 'june'], ['science', 'pune', 'maharashtra', 'aissms', 'june', '2016'], ['pune', 'maharashtra', 'aissms', 'june', '2016', 'be'], ['maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing'], ['aissms', 'june', '2016', 'be', 'pursuing', 'computer'], ['june', '2016', 'be', 'pursuing', 'computer', 'science'], ['2016', 'be', 'pursuing', 'computer', 'science', 'pune'], ['be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra'], ['pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao'], ['computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar'], ['science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college'], ['pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering'], ['maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research'], ['anantrao', 'pawar', 'college', 'engineering', 'research', 'centre'], ['pawar', 'college', 'engineering', 'research', 'centre', 'python'], ['college', 'engineering', 'research', 'centre', 'python', 'developer'], ['engineering', 'research', 'centre', 'python', 'developer', 'skill'], ['research', 'centre', 'python', 'developer', 'skill', 'details'], ['centre', 'python', 'developer', 'skill', 'details', 'company'], ['python', 'developer', 'skill', 'details', 'company', 'details'], ['developer', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'cybage'], ['details', 'company', 'details', 'company', 'cybage', 'software'], ['company', 'details', 'company', 'cybage', 'software', 'pvt'], ['details', 'company', 'cybage', 'software', 'pvt', 'ltd'], ['company', 'cybage', 'software', 'pvt', 'ltd', 'description'], ['cybage', 'software', 'pvt', 'ltd', 'description', 'i'], ['software', 'pvt', 'ltd', 'description', 'i', 'want'], ['pvt', 'ltd', 'description', 'i', 'want', 'work'], ['ltd', 'description', 'i', 'want', 'work', 'organisation'], ['description', 'i', 'want', 'work', 'organisation', 'python'], ['i', 'want', 'work', 'organisation', 'python', 'developer'], ['want', 'work', 'organisation', 'python', 'developer', 'utilize'], ['work', 'organisation', 'python', 'developer', 'utilize', 'knowledge'], ['organisation', 'python', 'developer', 'utilize', 'knowledge', 'to'], ['python', 'developer', 'utilize', 'knowledge', 'to', 'gain'], ['developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge'], ['utilize', 'knowledge', 'to', 'gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013', 'june', '2016', 'diploma'], ['details', 'june', '2013', 'june', '2016', 'diploma', 'computer'], ['june', '2013', 'june', '2016', 'diploma', 'computer', 'science'], ['2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune'], ['june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra'], ['2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms'], ['diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june'], ['computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016'], ['science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be'], ['pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing'], ['maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer'], ['aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science'], ['june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune'], ['2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra'], ['be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao'], ['pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar'], ['computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college'], ['science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering'], ['pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research'], ['maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre'], ['anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python'], ['pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer'], ['college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill'], ['engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details'], ['research', 'centre', 'python', 'developer', 'skill', 'details', 'company'], ['centre', 'python', 'developer', 'skill', 'details', 'company', 'details'], ['python', 'developer', 'skill', 'details', 'company', 'details', 'company'], ['developer', 'skill', 'details', 'company', 'details', 'company', 'cybage'], ['skill', 'details', 'company', 'details', 'company', 'cybage', 'software'], ['details', 'company', 'details', 'company', 'cybage', 'software', 'pvt'], ['company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd'], ['details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description'], ['company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i'], ['cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want'], ['software', 'pvt', 'ltd', 'description', 'i', 'want', 'work'], ['pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation'], ['ltd', 'description', 'i', 'want', 'work', 'organisation', 'python'], ['description', 'i', 'want', 'work', 'organisation', 'python', 'developer'], ['i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize'], ['want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge'], ['work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to'], ['organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain'], ['python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge'], ['developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013', 'june', '2016', 'diploma', 'computer'], ['details', 'june', '2013', 'june', '2016', 'diploma', 'computer', 'science'], ['june', '2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune'], ['2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra'], ['june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms'], ['2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june'], ['diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016'], ['computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be'], ['science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing'], ['pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer'], ['maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science'], ['aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune'], ['june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra'], ['2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao'], ['be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar'], ['pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college'], ['computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering'], ['science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research'], ['pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre'], ['maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python'], ['anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer'], ['pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill'], ['college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details'], ['engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details', 'company'], ['research', 'centre', 'python', 'developer', 'skill', 'details', 'company', 'details'], ['centre', 'python', 'developer', 'skill', 'details', 'company', 'details', 'company'], ['python', 'developer', 'skill', 'details', 'company', 'details', 'company', 'cybage'], ['developer', 'skill', 'details', 'company', 'details', 'company', 'cybage', 'software'], ['skill', 'details', 'company', 'details', 'company', 'cybage', 'software', 'pvt'], ['details', 'company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd'], ['company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description'], ['details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i'], ['company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want'], ['cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want', 'work'], ['software', 'pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation'], ['pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation', 'python'], ['ltd', 'description', 'i', 'want', 'work', 'organisation', 'python', 'developer'], ['description', 'i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize'], ['i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge'], ['want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to'], ['work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain'], ['organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge'], ['python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge', 'organisation'], ['education', 'details', 'june', '2013', 'june', '2016', 'diploma', 'computer', 'science'], ['details', 'june', '2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune'], ['june', '2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra'], ['2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms'], ['june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june'], ['2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016'], ['diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be'], ['computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing'], ['science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer'], ['pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science'], ['maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune'], ['aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra'], ['june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao'], ['2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar'], ['be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college'], ['pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering'], ['computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research'], ['science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre'], ['pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python'], ['maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer'], ['anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill'], ['pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details'], ['college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details', 'company'], ['engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details', 'company', 'details'], ['research', 'centre', 'python', 'developer', 'skill', 'details', 'company', 'details', 'company'], ['centre', 'python', 'developer', 'skill', 'details', 'company', 'details', 'company', 'cybage'], ['python', 'developer', 'skill', 'details', 'company', 'details', 'company', 'cybage', 'software'], ['developer', 'skill', 'details', 'company', 'details', 'company', 'cybage', 'software', 'pvt'], ['skill', 'details', 'company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd'], ['details', 'company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description'], ['company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i'], ['details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want'], ['company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want', 'work'], ['cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation'], ['software', 'pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation', 'python'], ['pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation', 'python', 'developer'], ['ltd', 'description', 'i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize'], ['description', 'i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge'], ['i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to'], ['want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain'], ['work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge'], ['organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge', 'organisation']], [['technical'], ['proficiencies'], ['platform'], ['ubuntu'], ['fedora'], ['cent'], ['os'], ['windows'], ['database'], ['mysql'], ['languages'], ['python'], ['tensorflow'], ['numpy'], ['c'], ['c'], ['education'], ['details'], ['january'], ['2016'], ['me'], ['computer'], ['engineering'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['pune'], ['university'], ['january'], ['2014'], ['b'], ['e'], ['computer'], ['engineering'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['pune'], ['university'], ['january'], ['2010'], ['ryk'], ['science'], ['college'], ['maharashtra'], ['state'], ['board'], ['january'], ['2008'], ['maharashtra'], ['state'], ['board'], ['python'], ['developer'], ['python'], ['developer'], ['skill'], ['details'], ['c'], ['exprience'], ['6'], ['months'], ['mysql'], ['exprience'], ['6'], ['months'], ['python'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['fresher'], ['description'], ['python'], ['programming'], ['technical', 'proficiencies'], ['proficiencies', 'platform'], ['platform', 'ubuntu'], ['ubuntu', 'fedora'], ['fedora', 'cent'], ['cent', 'os'], ['os', 'windows'], ['windows', 'database'], ['database', 'mysql'], ['mysql', 'languages'], ['languages', 'python'], ['python', 'tensorflow'], ['tensorflow', 'numpy'], ['numpy', 'c'], ['c', 'c'], ['c', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'me'], ['me', 'computer'], ['computer', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'january'], ['january', '2014'], ['2014', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 'ryk'], ['ryk', 'science'], ['science', 'college'], ['college', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'january'], ['january', '2008'], ['2008', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'python'], ['python', 'developer'], ['developer', 'python'], ['python', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'fresher'], ['fresher', 'description'], ['description', 'python'], ['python', 'programming'], ['technical', 'proficiencies', 'platform'], ['proficiencies', 'platform', 'ubuntu'], ['platform', 'ubuntu', 'fedora'], ['ubuntu', 'fedora', 'cent'], ['fedora', 'cent', 'os'], ['cent', 'os', 'windows'], ['os', 'windows', 'database'], ['windows', 'database', 'mysql'], ['database', 'mysql', 'languages'], ['mysql', 'languages', 'python'], ['languages', 'python', 'tensorflow'], ['python', 'tensorflow', 'numpy'], ['tensorflow', 'numpy', 'c'], ['numpy', 'c', 'c'], ['c', 'c', 'education'], ['c', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'me'], ['2016', 'me', 'computer'], ['me', 'computer', 'engineering'], ['computer', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'savitribai'], ['maharashtra', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'january'], ['university', 'january', '2014'], ['january', '2014', 'b'], ['2014', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'engineering'], ['computer', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'savitribai'], ['maharashtra', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 'ryk'], ['2010', 'ryk', 'science'], ['ryk', 'science', 'college'], ['science', 'college', 'maharashtra'], ['college', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'january'], ['board', 'january', '2008'], ['january', '2008', 'maharashtra'], ['2008', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'python'], ['board', 'python', 'developer'], ['python', 'developer', 'python'], ['developer', 'python', 'developer'], ['python', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'c'], ['details', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'fresher'], ['company', 'fresher', 'description'], ['fresher', 'description', 'python'], ['description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu'], ['proficiencies', 'platform', 'ubuntu', 'fedora'], ['platform', 'ubuntu', 'fedora', 'cent'], ['ubuntu', 'fedora', 'cent', 'os'], ['fedora', 'cent', 'os', 'windows'], ['cent', 'os', 'windows', 'database'], ['os', 'windows', 'database', 'mysql'], ['windows', 'database', 'mysql', 'languages'], ['database', 'mysql', 'languages', 'python'], ['mysql', 'languages', 'python', 'tensorflow'], ['languages', 'python', 'tensorflow', 'numpy'], ['python', 'tensorflow', 'numpy', 'c'], ['tensorflow', 'numpy', 'c', 'c'], ['numpy', 'c', 'c', 'education'], ['c', 'c', 'education', 'details'], ['c', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'me'], ['january', '2016', 'me', 'computer'], ['2016', 'me', 'computer', 'engineering'], ['me', 'computer', 'engineering', 'pune'], ['computer', 'engineering', 'pune', 'maharashtra'], ['engineering', 'pune', 'maharashtra', 'savitribai'], ['pune', 'maharashtra', 'savitribai', 'phule'], ['maharashtra', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'january'], ['pune', 'university', 'january', '2014'], ['university', 'january', '2014', 'b'], ['january', '2014', 'b', 'e'], ['2014', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'engineering'], ['e', 'computer', 'engineering', 'pune'], ['computer', 'engineering', 'pune', 'maharashtra'], ['engineering', 'pune', 'maharashtra', 'savitribai'], ['pune', 'maharashtra', 'savitribai', 'phule'], ['maharashtra', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'january'], ['pune', 'university', 'january', '2010'], ['university', 'january', '2010', 'ryk'], ['january', '2010', 'ryk', 'science'], ['2010', 'ryk', 'science', 'college'], ['ryk', 'science', 'college', 'maharashtra'], ['science', 'college', 'maharashtra', 'state'], ['college', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'january'], ['state', 'board', 'january', '2008'], ['board', 'january', '2008', 'maharashtra'], ['january', '2008', 'maharashtra', 'state'], ['2008', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'python'], ['state', 'board', 'python', 'developer'], ['board', 'python', 'developer', 'python'], ['python', 'developer', 'python', 'developer'], ['developer', 'python', 'developer', 'skill'], ['python', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'c'], ['skill', 'details', 'c', 'exprience'], ['details', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'mysql'], ['6', 'months', 'mysql', 'exprience'], ['months', 'mysql', 'exprience', '6'], ['mysql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'python'], ['6', 'months', 'python', 'exprience'], ['months', 'python', 'exprience', '6'], ['python', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'fresher'], ['details', 'company', 'fresher', 'description'], ['company', 'fresher', 'description', 'python'], ['fresher', 'description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora'], ['proficiencies', 'platform', 'ubuntu', 'fedora', 'cent'], ['platform', 'ubuntu', 'fedora', 'cent', 'os'], ['ubuntu', 'fedora', 'cent', 'os', 'windows'], ['fedora', 'cent', 'os', 'windows', 'database'], ['cent', 'os', 'windows', 'database', 'mysql'], ['os', 'windows', 'database', 'mysql', 'languages'], ['windows', 'database', 'mysql', 'languages', 'python'], ['database', 'mysql', 'languages', 'python', 'tensorflow'], ['mysql', 'languages', 'python', 'tensorflow', 'numpy'], ['languages', 'python', 'tensorflow', 'numpy', 'c'], ['python', 'tensorflow', 'numpy', 'c', 'c'], ['tensorflow', 'numpy', 'c', 'c', 'education'], ['numpy', 'c', 'c', 'education', 'details'], ['c', 'c', 'education', 'details', 'january'], ['c', 'education', 'details', 'january', '2016'], ['education', 'details', 'january', '2016', 'me'], ['details', 'january', '2016', 'me', 'computer'], ['january', '2016', 'me', 'computer', 'engineering'], ['2016', 'me', 'computer', 'engineering', 'pune'], ['me', 'computer', 'engineering', 'pune', 'maharashtra'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['savitribai', 'phule', 'pune', 'university', 'january'], ['phule', 'pune', 'university', 'january', '2014'], ['pune', 'university', 'january', '2014', 'b'], ['university', 'january', '2014', 'b', 'e'], ['january', '2014', 'b', 'e', 'computer'], ['2014', 'b', 'e', 'computer', 'engineering'], ['b', 'e', 'computer', 'engineering', 'pune'], ['e', 'computer', 'engineering', 'pune', 'maharashtra'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['savitribai', 'phule', 'pune', 'university', 'january'], ['phule', 'pune', 'university', 'january', '2010'], ['pune', 'university', 'january', '2010', 'ryk'], ['university', 'january', '2010', 'ryk', 'science'], ['january', '2010', 'ryk', 'science', 'college'], ['2010', 'ryk', 'science', 'college', 'maharashtra'], ['ryk', 'science', 'college', 'maharashtra', 'state'], ['science', 'college', 'maharashtra', 'state', 'board'], ['college', 'maharashtra', 'state', 'board', 'january'], ['maharashtra', 'state', 'board', 'january', '2008'], ['state', 'board', 'january', '2008', 'maharashtra'], ['board', 'january', '2008', 'maharashtra', 'state'], ['january', '2008', 'maharashtra', 'state', 'board'], ['2008', 'maharashtra', 'state', 'board', 'python'], ['maharashtra', 'state', 'board', 'python', 'developer'], ['state', 'board', 'python', 'developer', 'python'], ['board', 'python', 'developer', 'python', 'developer'], ['python', 'developer', 'python', 'developer', 'skill'], ['developer', 'python', 'developer', 'skill', 'details'], ['python', 'developer', 'skill', 'details', 'c'], ['developer', 'skill', 'details', 'c', 'exprience'], ['skill', 'details', 'c', 'exprience', '6'], ['details', 'c', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'mysql'], ['exprience', '6', 'months', 'mysql', 'exprience'], ['6', 'months', 'mysql', 'exprience', '6'], ['months', 'mysql', 'exprience', '6', 'months'], ['mysql', 'exprience', '6', 'months', 'python'], ['exprience', '6', 'months', 'python', 'exprience'], ['6', 'months', 'python', 'exprience', '6'], ['months', 'python', 'exprience', '6', 'monthscompany'], ['python', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'fresher'], ['monthscompany', 'details', 'company', 'fresher', 'description'], ['details', 'company', 'fresher', 'description', 'python'], ['company', 'fresher', 'description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora', 'cent'], ['proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os'], ['platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows'], ['ubuntu', 'fedora', 'cent', 'os', 'windows', 'database'], ['fedora', 'cent', 'os', 'windows', 'database', 'mysql'], ['cent', 'os', 'windows', 'database', 'mysql', 'languages'], ['os', 'windows', 'database', 'mysql', 'languages', 'python'], ['windows', 'database', 'mysql', 'languages', 'python', 'tensorflow'], ['database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy'], ['mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c'], ['languages', 'python', 'tensorflow', 'numpy', 'c', 'c'], ['python', 'tensorflow', 'numpy', 'c', 'c', 'education'], ['tensorflow', 'numpy', 'c', 'c', 'education', 'details'], ['numpy', 'c', 'c', 'education', 'details', 'january'], ['c', 'c', 'education', 'details', 'january', '2016'], ['c', 'education', 'details', 'january', '2016', 'me'], ['education', 'details', 'january', '2016', 'me', 'computer'], ['details', 'january', '2016', 'me', 'computer', 'engineering'], ['january', '2016', 'me', 'computer', 'engineering', 'pune'], ['2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra'], ['me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['savitribai', 'phule', 'pune', 'university', 'january', '2014'], ['phule', 'pune', 'university', 'january', '2014', 'b'], ['pune', 'university', 'january', '2014', 'b', 'e'], ['university', 'january', '2014', 'b', 'e', 'computer'], ['january', '2014', 'b', 'e', 'computer', 'engineering'], ['2014', 'b', 'e', 'computer', 'engineering', 'pune'], ['b', 'e', 'computer', 'engineering', 'pune', 'maharashtra'], ['e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['savitribai', 'phule', 'pune', 'university', 'january', '2010'], ['phule', 'pune', 'university', 'january', '2010', 'ryk'], ['pune', 'university', 'january', '2010', 'ryk', 'science'], ['university', 'january', '2010', 'ryk', 'science', 'college'], ['january', '2010', 'ryk', 'science', 'college', 'maharashtra'], ['2010', 'ryk', 'science', 'college', 'maharashtra', 'state'], ['ryk', 'science', 'college', 'maharashtra', 'state', 'board'], ['science', 'college', 'maharashtra', 'state', 'board', 'january'], ['college', 'maharashtra', 'state', 'board', 'january', '2008'], ['maharashtra', 'state', 'board', 'january', '2008', 'maharashtra'], ['state', 'board', 'january', '2008', 'maharashtra', 'state'], ['board', 'january', '2008', 'maharashtra', 'state', 'board'], ['january', '2008', 'maharashtra', 'state', 'board', 'python'], ['2008', 'maharashtra', 'state', 'board', 'python', 'developer'], ['maharashtra', 'state', 'board', 'python', 'developer', 'python'], ['state', 'board', 'python', 'developer', 'python', 'developer'], ['board', 'python', 'developer', 'python', 'developer', 'skill'], ['python', 'developer', 'python', 'developer', 'skill', 'details'], ['developer', 'python', 'developer', 'skill', 'details', 'c'], ['python', 'developer', 'skill', 'details', 'c', 'exprience'], ['developer', 'skill', 'details', 'c', 'exprience', '6'], ['skill', 'details', 'c', 'exprience', '6', 'months'], ['details', 'c', 'exprience', '6', 'months', 'mysql'], ['c', 'exprience', '6', 'months', 'mysql', 'exprience'], ['exprience', '6', 'months', 'mysql', 'exprience', '6'], ['6', 'months', 'mysql', 'exprience', '6', 'months'], ['months', 'mysql', 'exprience', '6', 'months', 'python'], ['mysql', 'exprience', '6', 'months', 'python', 'exprience'], ['exprience', '6', 'months', 'python', 'exprience', '6'], ['6', 'months', 'python', 'exprience', '6', 'monthscompany'], ['months', 'python', 'exprience', '6', 'monthscompany', 'details'], ['python', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'fresher'], ['6', 'monthscompany', 'details', 'company', 'fresher', 'description'], ['monthscompany', 'details', 'company', 'fresher', 'description', 'python'], ['details', 'company', 'fresher', 'description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os'], ['proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows'], ['platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database'], ['ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql'], ['fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages'], ['cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python'], ['os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow'], ['windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy'], ['database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c'], ['mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c'], ['languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education'], ['python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details'], ['tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january'], ['numpy', 'c', 'c', 'education', 'details', 'january', '2016'], ['c', 'c', 'education', 'details', 'january', '2016', 'me'], ['c', 'education', 'details', 'january', '2016', 'me', 'computer'], ['education', 'details', 'january', '2016', 'me', 'computer', 'engineering'], ['details', 'january', '2016', 'me', 'computer', 'engineering', 'pune'], ['january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra'], ['2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014'], ['savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b'], ['phule', 'pune', 'university', 'january', '2014', 'b', 'e'], ['pune', 'university', 'january', '2014', 'b', 'e', 'computer'], ['university', 'january', '2014', 'b', 'e', 'computer', 'engineering'], ['january', '2014', 'b', 'e', 'computer', 'engineering', 'pune'], ['2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra'], ['b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010'], ['savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk'], ['phule', 'pune', 'university', 'january', '2010', 'ryk', 'science'], ['pune', 'university', 'january', '2010', 'ryk', 'science', 'college'], ['university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra'], ['january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state'], ['2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board'], ['ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january'], ['science', 'college', 'maharashtra', 'state', 'board', 'january', '2008'], ['college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra'], ['maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state'], ['state', 'board', 'january', '2008', 'maharashtra', 'state', 'board'], ['board', 'january', '2008', 'maharashtra', 'state', 'board', 'python'], ['january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer'], ['2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python'], ['maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer'], ['state', 'board', 'python', 'developer', 'python', 'developer', 'skill'], ['board', 'python', 'developer', 'python', 'developer', 'skill', 'details'], ['python', 'developer', 'python', 'developer', 'skill', 'details', 'c'], ['developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience'], ['python', 'developer', 'skill', 'details', 'c', 'exprience', '6'], ['developer', 'skill', 'details', 'c', 'exprience', '6', 'months'], ['skill', 'details', 'c', 'exprience', '6', 'months', 'mysql'], ['details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience'], ['c', 'exprience', '6', 'months', 'mysql', 'exprience', '6'], ['exprience', '6', 'months', 'mysql', 'exprience', '6', 'months'], ['6', 'months', 'mysql', 'exprience', '6', 'months', 'python'], ['months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience'], ['mysql', 'exprience', '6', 'months', 'python', 'exprience', '6'], ['exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany'], ['6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details'], ['months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company'], ['python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher'], ['exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description'], ['6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python'], ['monthscompany', 'details', 'company', 'fresher', 'description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows'], ['proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database'], ['platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql'], ['ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages'], ['fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python'], ['cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow'], ['os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy'], ['windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c'], ['database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c'], ['mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education'], ['languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details'], ['python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january'], ['tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january', '2016'], ['numpy', 'c', 'c', 'education', 'details', 'january', '2016', 'me'], ['c', 'c', 'education', 'details', 'january', '2016', 'me', 'computer'], ['c', 'education', 'details', 'january', '2016', 'me', 'computer', 'engineering'], ['education', 'details', 'january', '2016', 'me', 'computer', 'engineering', 'pune'], ['details', 'january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra'], ['january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b'], ['savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b', 'e'], ['phule', 'pune', 'university', 'january', '2014', 'b', 'e', 'computer'], ['pune', 'university', 'january', '2014', 'b', 'e', 'computer', 'engineering'], ['university', 'january', '2014', 'b', 'e', 'computer', 'engineering', 'pune'], ['january', '2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra'], ['2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk'], ['savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk', 'science'], ['phule', 'pune', 'university', 'january', '2010', 'ryk', 'science', 'college'], ['pune', 'university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra'], ['university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state'], ['january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board'], ['2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january'], ['ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january', '2008'], ['science', 'college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra'], ['college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state'], ['maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state', 'board'], ['state', 'board', 'january', '2008', 'maharashtra', 'state', 'board', 'python'], ['board', 'january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer'], ['january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python'], ['2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer'], ['maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer', 'skill'], ['state', 'board', 'python', 'developer', 'python', 'developer', 'skill', 'details'], ['board', 'python', 'developer', 'python', 'developer', 'skill', 'details', 'c'], ['python', 'developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience'], ['developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience', '6'], ['python', 'developer', 'skill', 'details', 'c', 'exprience', '6', 'months'], ['developer', 'skill', 'details', 'c', 'exprience', '6', 'months', 'mysql'], ['skill', 'details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience'], ['details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience', '6'], ['c', 'exprience', '6', 'months', 'mysql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'mysql', 'exprience', '6', 'months', 'python'], ['6', 'months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience'], ['months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience', '6'], ['mysql', 'exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher'], ['python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python'], ['6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python', 'programming'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database'], ['proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql'], ['platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages'], ['ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python'], ['fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow'], ['cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy'], ['os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c'], ['windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c'], ['database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education'], ['mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details'], ['languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january'], ['python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january', '2016'], ['tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january', '2016', 'me'], ['numpy', 'c', 'c', 'education', 'details', 'january', '2016', 'me', 'computer'], ['c', 'c', 'education', 'details', 'january', '2016', 'me', 'computer', 'engineering'], ['c', 'education', 'details', 'january', '2016', 'me', 'computer', 'engineering', 'pune'], ['education', 'details', 'january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra'], ['details', 'january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b', 'e'], ['savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b', 'e', 'computer'], ['phule', 'pune', 'university', 'january', '2014', 'b', 'e', 'computer', 'engineering'], ['pune', 'university', 'january', '2014', 'b', 'e', 'computer', 'engineering', 'pune'], ['university', 'january', '2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra'], ['january', '2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai'], ['2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule'], ['b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune'], ['e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university'], ['computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january'], ['engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010'], ['pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk'], ['maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk', 'science'], ['savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk', 'science', 'college'], ['phule', 'pune', 'university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra'], ['pune', 'university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state'], ['university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board'], ['january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january'], ['2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january', '2008'], ['ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra'], ['science', 'college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state'], ['college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state', 'board', 'python'], ['state', 'board', 'january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer'], ['board', 'january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python'], ['january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer'], ['2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer', 'skill'], ['maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer', 'skill', 'details'], ['state', 'board', 'python', 'developer', 'python', 'developer', 'skill', 'details', 'c'], ['board', 'python', 'developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience'], ['python', 'developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience', '6'], ['developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience', '6', 'months'], ['python', 'developer', 'skill', 'details', 'c', 'exprience', '6', 'months', 'mysql'], ['developer', 'skill', 'details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience'], ['skill', 'details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience', '6'], ['details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'mysql', 'exprience', '6', 'months', 'python'], ['exprience', '6', 'months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience'], ['6', 'months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience', '6'], ['months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany'], ['mysql', 'exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher'], ['months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description'], ['python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python'], ['exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python', 'programming']], [['technical'], ['skills'], ['languages'], ['python'], ['python'], ['framework'], ['django'], ['drf'], ['databases'], ['mysql'], ['oracle'], ['sqlite'], ['mongodb'], ['web'], ['technologies'], ['css'], ['html'], ['restful'], ['web'], ['services'], ['rest'], ['methodologies'], ['agile'], ['scrum'], ['version'], ['control'], ['github'], ['project'], ['managent'], ['tool'], ['jira'], ['operating'], ['systems'], ['window'], ['unix'], ['education'], ['details'], ['be'], ['dr'], ['bamu'], ['aurangabad'], ['python'], ['developer'], ['python'], ['developer'], ['arsys'], ['inovics'], ['pvt'], ['ltd'], ['skill'], ['details'], ['css'], ['exprience'], ['31'], ['months'], ['django'], ['exprience'], ['31'], ['months'], ['html'], ['exprience'], ['31'], ['months'], ['mysql'], ['exprience'], ['31'], ['months'], ['python'], ['exprience'], ['31'], ['months'], ['web'], ['services'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['logger'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['mongodb'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['json'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['unix'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['rest'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sqlit3'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['arsys'], ['inovics'], ['pvt'], ['ltd'], ['description'], ['project'], ['f'], ['mas'], ['frequency'], ['monitoring'], ['analysis'], ['systems'], ['f'], ['mas'], ['f'], ['mas'], ['project'], ['managing'], ['network'], ['inventory'], ['network'], ['communication'], ['fault'], ['management'], ['network'], ['traffic'], ['analysis'], ['the'], ['telecommunications'], ['service'], ['providers'], ['used'], ['support'], ['range'], ['telecommunication'], ['services'], ['the'], ['operations'], ['support'], ['systems'], ['oss'], ['collectively'], ['provides'], ['support'], ['various'], ['elements'], ['used'], ['public'], ['switched'], ['telephone'], ['networks'], ['example'], ['processing'], ['order'], ['may'], ['require'], ['information'], ['services'], ['customer'], ['already'], ['network'], ['using'], ['currently'], ['available'], ['resources'], ['responsibilities'], ['participated'], ['entire'], ['lifecycle'], ['projects'], ['including'], ['design'], ['development'], ['deployment'], ['testing'], ['implementation'], ['support'], ['developed'], ['views'], ['templates'], ['python'], ['django'], ['view'], ['controller'], ['templating'], ['language'], ['created'], ['user'], ['friendly'], ['website'], ['interface'], ['implemented'], ['navigation'], ['rules'], ['application'], ['page'], ['outcomes'], ['written'], ['controllers'], ['using'], ['annotations'], ['created'], ['project'], ['using'], ['django'], ['django'], ['rest'], ['api'], ['mysql'], ['pymysql'], ['python'], ['html5'], ['css3'], ['created'], ['crud'], ['methods'], ['get'], ['post'], ['put'], ['delete'], ['make'], ['requests'], ['api'], ['server'], ['tested'], ['restful'], ['api'], ['using'], ['postman'], ['created'], ['unit'], ['test'], ['cases'], ['unit'], ['testing'], ['worked'], ['json'], ['based'], ['rest'], ['web'], ['services'], ['wrote'], ['python'], ['routines'], ['log'], ['websites'], ['fetch'], ['data'], ['selected'], ['options'], ['used'], ['python'], ['modules'], ['requests'], ['urllib'], ['web'], ['crawling'], ['added'], ['navigations'], ['paginations'], ['filtering'], ['columns'], ['adding'], ['removing'], ['desired'], ['columns'], ['view'], ['created'], ['git'], ['repository'], ['added'], ['project'], ['github'], ['utilized'], ['agile'], ['process'], ['jira'], ['issue'], ['management'], ['track'], ['sprint'], ['cycles'], ['worked'], ['agile'], ['development'], ['environment'], ['environment'], ['python'], ['django'], ['mysql'], ['html'], ['css'], ['sqlalchemy'], ['json'], ['agile'], ['web'], ['services'], ['rest'], ['urllib'], ['company'], ['arsys'], ['description'], ['1'], ['working'], ['back'], ['end'], ['well'], ['front'], ['end'], ['developer'], ['2'], ['working'], ['rest'], ['restfull'], ['api'], ['3'], ['design'], ['develop'], ['project'], ['agile'], ['scrum'], ['4'], ['git'], ['hub'], ['code'], ['deployment'], ['5'], ['working'], ['mvt'], ['technical', 'skills'], ['skills', 'languages'], ['languages', 'python'], ['python', 'python'], ['python', 'framework'], ['framework', 'django'], ['django', 'drf'], ['drf', 'databases'], ['databases', 'mysql'], ['mysql', 'oracle'], ['oracle', 'sqlite'], ['sqlite', 'mongodb'], ['mongodb', 'web'], ['web', 'technologies'], ['technologies', 'css'], ['css', 'html'], ['html', 'restful'], ['restful', 'web'], ['web', 'services'], ['services', 'rest'], ['rest', 'methodologies'], ['methodologies', 'agile'], ['agile', 'scrum'], ['scrum', 'version'], ['version', 'control'], ['control', 'github'], ['github', 'project'], ['project', 'managent'], ['managent', 'tool'], ['tool', 'jira'], ['jira', 'operating'], ['operating', 'systems'], ['systems', 'window'], ['window', 'unix'], ['unix', 'education'], ['education', 'details'], ['details', 'be'], ['be', 'dr'], ['dr', 'bamu'], ['bamu', 'aurangabad'], ['aurangabad', 'python'], ['python', 'developer'], ['developer', 'python'], ['python', 'developer'], ['developer', 'arsys'], ['arsys', 'inovics'], ['inovics', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'css'], ['css', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'django'], ['django', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'web'], ['web', 'services'], ['services', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'logger'], ['logger', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'mongodb'], ['mongodb', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'json'], ['json', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'unix'], ['unix', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'rest'], ['rest', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sqlit3'], ['sqlit3', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'arsys'], ['arsys', 'inovics'], ['inovics', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'project'], ['project', 'f'], ['f', 'mas'], ['mas', 'frequency'], ['frequency', 'monitoring'], ['monitoring', 'analysis'], ['analysis', 'systems'], ['systems', 'f'], ['f', 'mas'], ['mas', 'f'], ['f', 'mas'], ['mas', 'project'], ['project', 'managing'], ['managing', 'network'], ['network', 'inventory'], ['inventory', 'network'], ['network', 'communication'], ['communication', 'fault'], ['fault', 'management'], ['management', 'network'], ['network', 'traffic'], ['traffic', 'analysis'], ['analysis', 'the'], ['the', 'telecommunications'], ['telecommunications', 'service'], ['service', 'providers'], ['providers', 'used'], ['used', 'support'], ['support', 'range'], ['range', 'telecommunication'], ['telecommunication', 'services'], ['services', 'the'], ['the', 'operations'], ['operations', 'support'], ['support', 'systems'], ['systems', 'oss'], ['oss', 'collectively'], ['collectively', 'provides'], ['provides', 'support'], ['support', 'various'], ['various', 'elements'], ['elements', 'used'], ['used', 'public'], ['public', 'switched'], ['switched', 'telephone'], ['telephone', 'networks'], ['networks', 'example'], ['example', 'processing'], ['processing', 'order'], ['order', 'may'], ['may', 'require'], ['require', 'information'], ['information', 'services'], ['services', 'customer'], ['customer', 'already'], ['already', 'network'], ['network', 'using'], ['using', 'currently'], ['currently', 'available'], ['available', 'resources'], ['resources', 'responsibilities'], ['responsibilities', 'participated'], ['participated', 'entire'], ['entire', 'lifecycle'], ['lifecycle', 'projects'], ['projects', 'including'], ['including', 'design'], ['design', 'development'], ['development', 'deployment'], ['deployment', 'testing'], ['testing', 'implementation'], ['implementation', 'support'], ['support', 'developed'], ['developed', 'views'], ['views', 'templates'], ['templates', 'python'], ['python', 'django'], ['django', 'view'], ['view', 'controller'], ['controller', 'templating'], ['templating', 'language'], ['language', 'created'], ['created', 'user'], ['user', 'friendly'], ['friendly', 'website'], ['website', 'interface'], ['interface', 'implemented'], ['implemented', 'navigation'], ['navigation', 'rules'], ['rules', 'application'], ['application', 'page'], ['page', 'outcomes'], ['outcomes', 'written'], ['written', 'controllers'], ['controllers', 'using'], ['using', 'annotations'], ['annotations', 'created'], ['created', 'project'], ['project', 'using'], ['using', 'django'], ['django', 'django'], ['django', 'rest'], ['rest', 'api'], ['api', 'mysql'], ['mysql', 'pymysql'], ['pymysql', 'python'], ['python', 'html5'], ['html5', 'css3'], ['css3', 'created'], ['created', 'crud'], ['crud', 'methods'], ['methods', 'get'], ['get', 'post'], ['post', 'put'], ['put', 'delete'], ['delete', 'make'], ['make', 'requests'], ['requests', 'api'], ['api', 'server'], ['server', 'tested'], ['tested', 'restful'], ['restful', 'api'], ['api', 'using'], ['using', 'postman'], ['postman', 'created'], ['created', 'unit'], ['unit', 'test'], ['test', 'cases'], ['cases', 'unit'], ['unit', 'testing'], ['testing', 'worked'], ['worked', 'json'], ['json', 'based'], ['based', 'rest'], ['rest', 'web'], ['web', 'services'], ['services', 'wrote'], ['wrote', 'python'], ['python', 'routines'], ['routines', 'log'], ['log', 'websites'], ['websites', 'fetch'], ['fetch', 'data'], ['data', 'selected'], ['selected', 'options'], ['options', 'used'], ['used', 'python'], ['python', 'modules'], ['modules', 'requests'], ['requests', 'urllib'], ['urllib', 'web'], ['web', 'crawling'], ['crawling', 'added'], ['added', 'navigations'], ['navigations', 'paginations'], ['paginations', 'filtering'], ['filtering', 'columns'], ['columns', 'adding'], ['adding', 'removing'], ['removing', 'desired'], ['desired', 'columns'], ['columns', 'view'], ['view', 'created'], ['created', 'git'], ['git', 'repository'], ['repository', 'added'], ['added', 'project'], ['project', 'github'], ['github', 'utilized'], ['utilized', 'agile'], ['agile', 'process'], ['process', 'jira'], ['jira', 'issue'], ['issue', 'management'], ['management', 'track'], ['track', 'sprint'], ['sprint', 'cycles'], ['cycles', 'worked'], ['worked', 'agile'], ['agile', 'development'], ['development', 'environment'], ['environment', 'environment'], ['environment', 'python'], ['python', 'django'], ['django', 'mysql'], ['mysql', 'html'], ['html', 'css'], ['css', 'sqlalchemy'], ['sqlalchemy', 'json'], ['json', 'agile'], ['agile', 'web'], ['web', 'services'], ['services', 'rest'], ['rest', 'urllib'], ['urllib', 'company'], ['company', 'arsys'], ['arsys', 'description'], ['description', '1'], ['1', 'working'], ['working', 'back'], ['back', 'end'], ['end', 'well'], ['well', 'front'], ['front', 'end'], ['end', 'developer'], ['developer', '2'], ['2', 'working'], ['working', 'rest'], ['rest', 'restfull'], ['restfull', 'api'], ['api', '3'], ['3', 'design'], ['design', 'develop'], ['develop', 'project'], ['project', 'agile'], ['agile', 'scrum'], ['scrum', '4'], ['4', 'git'], ['git', 'hub'], ['hub', 'code'], ['code', 'deployment'], ['deployment', '5'], ['5', 'working'], ['working', 'mvt'], ['technical', 'skills', 'languages'], ['skills', 'languages', 'python'], ['languages', 'python', 'python'], ['python', 'python', 'framework'], ['python', 'framework', 'django'], ['framework', 'django', 'drf'], ['django', 'drf', 'databases'], ['drf', 'databases', 'mysql'], ['databases', 'mysql', 'oracle'], ['mysql', 'oracle', 'sqlite'], ['oracle', 'sqlite', 'mongodb'], ['sqlite', 'mongodb', 'web'], ['mongodb', 'web', 'technologies'], ['web', 'technologies', 'css'], ['technologies', 'css', 'html'], ['css', 'html', 'restful'], ['html', 'restful', 'web'], ['restful', 'web', 'services'], ['web', 'services', 'rest'], ['services', 'rest', 'methodologies'], ['rest', 'methodologies', 'agile'], ['methodologies', 'agile', 'scrum'], ['agile', 'scrum', 'version'], ['scrum', 'version', 'control'], ['version', 'control', 'github'], ['control', 'github', 'project'], ['github', 'project', 'managent'], ['project', 'managent', 'tool'], ['managent', 'tool', 'jira'], ['tool', 'jira', 'operating'], ['jira', 'operating', 'systems'], ['operating', 'systems', 'window'], ['systems', 'window', 'unix'], ['window', 'unix', 'education'], ['unix', 'education', 'details'], ['education', 'details', 'be'], ['details', 'be', 'dr'], ['be', 'dr', 'bamu'], ['dr', 'bamu', 'aurangabad'], ['bamu', 'aurangabad', 'python'], ['aurangabad', 'python', 'developer'], ['python', 'developer', 'python'], ['developer', 'python', 'developer'], ['python', 'developer', 'arsys'], ['developer', 'arsys', 'inovics'], ['arsys', 'inovics', 'pvt'], ['inovics', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'css'], ['details', 'css', 'exprience'], ['css', 'exprience', '31'], ['exprience', '31', 'months'], ['31', 'months', 'django'], ['months', 'django', 'exprience'], ['django', 'exprience', '31'], ['exprience', '31', 'months'], ['31', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', '31'], ['exprience', '31', 'months'], ['31', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '31'], ['exprience', '31', 'months'], ['31', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', '31'], ['exprience', '31', 'months'], ['31', 'months', 'web'], ['months', 'web', 'services'], ['web', 'services', 'exprience'], ['services', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'logger'], ['months', 'logger', 'exprience'], ['logger', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'mongodb'], ['months', 'mongodb', 'exprience'], ['mongodb', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'json'], ['months', 'json', 'exprience'], ['json', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'unix'], ['months', 'unix', 'exprience'], ['unix', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'rest'], ['months', 'rest', 'exprience'], ['rest', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'sqlit3'], ['months', 'sqlit3', 'exprience'], ['sqlit3', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'arsys'], ['company', 'arsys', 'inovics'], ['arsys', 'inovics', 'pvt'], ['inovics', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'project'], ['description', 'project', 'f'], ['project', 'f', 'mas'], ['f', 'mas', 'frequency'], ['mas', 'frequency', 'monitoring'], ['frequency', 'monitoring', 'analysis'], ['monitoring', 'analysis', 'systems'], ['analysis', 'systems', 'f'], ['systems', 'f', 'mas'], ['f', 'mas', 'f'], ['mas', 'f', 'mas'], ['f', 'mas', 'project'], ['mas', 'project', 'managing'], ['project', 'managing', 'network'], ['managing', 'network', 'inventory'], ['network', 'inventory', 'network'], ['inventory', 'network', 'communication'], ['network', 'communication', 'fault'], ['communication', 'fault', 'management'], ['fault', 'management', 'network'], ['management', 'network', 'traffic'], ['network', 'traffic', 'analysis'], ['traffic', 'analysis', 'the'], ['analysis', 'the', 'telecommunications'], ['the', 'telecommunications', 'service'], ['telecommunications', 'service', 'providers'], ['service', 'providers', 'used'], ['providers', 'used', 'support'], ['used', 'support', 'range'], ['support', 'range', 'telecommunication'], ['range', 'telecommunication', 'services'], ['telecommunication', 'services', 'the'], ['services', 'the', 'operations'], ['the', 'operations', 'support'], ['operations', 'support', 'systems'], ['support', 'systems', 'oss'], ['systems', 'oss', 'collectively'], ['oss', 'collectively', 'provides'], ['collectively', 'provides', 'support'], ['provides', 'support', 'various'], ['support', 'various', 'elements'], ['various', 'elements', 'used'], ['elements', 'used', 'public'], ['used', 'public', 'switched'], ['public', 'switched', 'telephone'], ['switched', 'telephone', 'networks'], ['telephone', 'networks', 'example'], ['networks', 'example', 'processing'], ['example', 'processing', 'order'], ['processing', 'order', 'may'], ['order', 'may', 'require'], ['may', 'require', 'information'], ['require', 'information', 'services'], ['information', 'services', 'customer'], ['services', 'customer', 'already'], ['customer', 'already', 'network'], ['already', 'network', 'using'], ['network', 'using', 'currently'], ['using', 'currently', 'available'], ['currently', 'available', 'resources'], ['available', 'resources', 'responsibilities'], ['resources', 'responsibilities', 'participated'], ['responsibilities', 'participated', 'entire'], ['participated', 'entire', 'lifecycle'], ['entire', 'lifecycle', 'projects'], ['lifecycle', 'projects', 'including'], ['projects', 'including', 'design'], ['including', 'design', 'development'], ['design', 'development', 'deployment'], ['development', 'deployment', 'testing'], ['deployment', 'testing', 'implementation'], ['testing', 'implementation', 'support'], ['implementation', 'support', 'developed'], ['support', 'developed', 'views'], ['developed', 'views', 'templates'], ['views', 'templates', 'python'], ['templates', 'python', 'django'], ['python', 'django', 'view'], ['django', 'view', 'controller'], ['view', 'controller', 'templating'], ['controller', 'templating', 'language'], ['templating', 'language', 'created'], ['language', 'created', 'user'], ['created', 'user', 'friendly'], ['user', 'friendly', 'website'], ['friendly', 'website', 'interface'], ['website', 'interface', 'implemented'], ['interface', 'implemented', 'navigation'], ['implemented', 'navigation', 'rules'], ['navigation', 'rules', 'application'], ['rules', 'application', 'page'], ['application', 'page', 'outcomes'], ['page', 'outcomes', 'written'], ['outcomes', 'written', 'controllers'], ['written', 'controllers', 'using'], ['controllers', 'using', 'annotations'], ['using', 'annotations', 'created'], ['annotations', 'created', 'project'], ['created', 'project', 'using'], ['project', 'using', 'django'], ['using', 'django', 'django'], ['django', 'django', 'rest'], ['django', 'rest', 'api'], ['rest', 'api', 'mysql'], ['api', 'mysql', 'pymysql'], ['mysql', 'pymysql', 'python'], ['pymysql', 'python', 'html5'], ['python', 'html5', 'css3'], ['html5', 'css3', 'created'], ['css3', 'created', 'crud'], ['created', 'crud', 'methods'], ['crud', 'methods', 'get'], ['methods', 'get', 'post'], ['get', 'post', 'put'], ['post', 'put', 'delete'], ['put', 'delete', 'make'], ['delete', 'make', 'requests'], ['make', 'requests', 'api'], ['requests', 'api', 'server'], ['api', 'server', 'tested'], ['server', 'tested', 'restful'], ['tested', 'restful', 'api'], ['restful', 'api', 'using'], ['api', 'using', 'postman'], ['using', 'postman', 'created'], ['postman', 'created', 'unit'], ['created', 'unit', 'test'], ['unit', 'test', 'cases'], ['test', 'cases', 'unit'], ['cases', 'unit', 'testing'], ['unit', 'testing', 'worked'], ['testing', 'worked', 'json'], ['worked', 'json', 'based'], ['json', 'based', 'rest'], ['based', 'rest', 'web'], ['rest', 'web', 'services'], ['web', 'services', 'wrote'], ['services', 'wrote', 'python'], ['wrote', 'python', 'routines'], ['python', 'routines', 'log'], ['routines', 'log', 'websites'], ['log', 'websites', 'fetch'], ['websites', 'fetch', 'data'], ['fetch', 'data', 'selected'], ['data', 'selected', 'options'], ['selected', 'options', 'used'], ['options', 'used', 'python'], ['used', 'python', 'modules'], ['python', 'modules', 'requests'], ['modules', 'requests', 'urllib'], ['requests', 'urllib', 'web'], ['urllib', 'web', 'crawling'], ['web', 'crawling', 'added'], ['crawling', 'added', 'navigations'], ['added', 'navigations', 'paginations'], ['navigations', 'paginations', 'filtering'], ['paginations', 'filtering', 'columns'], ['filtering', 'columns', 'adding'], ['columns', 'adding', 'removing'], ['adding', 'removing', 'desired'], ['removing', 'desired', 'columns'], ['desired', 'columns', 'view'], ['columns', 'view', 'created'], ['view', 'created', 'git'], ['created', 'git', 'repository'], ['git', 'repository', 'added'], ['repository', 'added', 'project'], ['added', 'project', 'github'], ['project', 'github', 'utilized'], ['github', 'utilized', 'agile'], ['utilized', 'agile', 'process'], ['agile', 'process', 'jira'], ['process', 'jira', 'issue'], ['jira', 'issue', 'management'], ['issue', 'management', 'track'], ['management', 'track', 'sprint'], ['track', 'sprint', 'cycles'], ['sprint', 'cycles', 'worked'], ['cycles', 'worked', 'agile'], ['worked', 'agile', 'development'], ['agile', 'development', 'environment'], ['development', 'environment', 'environment'], ['environment', 'environment', 'python'], ['environment', 'python', 'django'], ['python', 'django', 'mysql'], ['django', 'mysql', 'html'], ['mysql', 'html', 'css'], ['html', 'css', 'sqlalchemy'], ['css', 'sqlalchemy', 'json'], ['sqlalchemy', 'json', 'agile'], ['json', 'agile', 'web'], ['agile', 'web', 'services'], ...], [['training'], ['attended'], ['1'], ['su'], ['essfully'], ['completed'], ['esd'], ['program'], ['conducted'], ['zensar'], ['technologies'], ['pune'], ['2017'], ['2'], ['su'], ['essfully'], ['completed'], ['employability'], ['training'], ['conducted'], ['barclays'], ['global'], ['talent'], ['track'], ['nasscom'], ['foundation'], ['2015'], ['achievements'], ['1'], ['treasurer'], ['ieee'], ['student'], ['branch'], ['jscoe'], ['pune'], ['2017'], ['18'], ['2'], ['worked'], ['team'], ['leader'], ['college'], ['various'], ['technical'], ['cultural'], ['events'], ['2016'], ['2017'], ['3'], ['project'], ['idea'], ['got'], ['selected'], ['final'], ['prototyping'], ['round'], ['kpit'], ['sparkle'], ['2018'], ['pune'], ['4'], ['participated'], ['avishkar'], ['2017'], ['conducted'], ['savitribai'], ['phule'], ['pune'], ['university'], ['5'], ['project'], ['idea'], ['submitted'], ['a'], ['enture'], ['innovation'], ['2018'], ['pune'], ['6'], ['brought'], ['sponsorship'], ['rs'], ['15'], ['000'], ['platinum'], ['auto'], ['formerly'], ['royal'], ['enfield'], ['2017'], ['pune'], ['7'], ['secured'], ['1'], ['st'], ['rank'], ['college'], ['level'], ['competition'], ['poster'], ['presentation'], ['smart'], ['ambulance'], ['2017'], ['pune'], ['8'], ['organized'], ['ieee'], ['workshop'], ['excellence'], ['english'], ['public'], ['speaking'], ['2017'], ['pune'], ['workshops'], ['attended'], ['1'], ['su'], ['essfully'], ['completed'], ['4'], ['days'], ['workshop'], ['medical'], ['iot'], ['conducted'], ['ieee'], ['standard'], ['association'], ['vip'], ['2017'], ['pune'], ['2'], ['su'], ['essfully'], ['completed'], ['2'], ['days'], ['workshop'], ['introduction'], ['arduino'], ['scoe'], ['2016'], ['pune'], ['3'], ['su'], ['essfully'], ['completed'], ['3'], ['days'], ['workshop'], ['robotics'], ['juniors'], ['conducted'], ['computer'], ['society'], ['india'], ['skncoe'], ['2016'], ['pune'], ['4'], ['participated'], ['various'], ['inter'], ['college'], ['technical'], ['competitions'], ['scoe'], ['pict'], ['aissms'], ['pune'], ['education'], ['details'], ['june'], ['2018'], ['bachelor'], ['engineering'], ['computer'], ['pune'], ['maharashtra'], ['savitribai'], ['phule'], ['pune'], ['university'], ['june'], ['2014'], ['hsc'], ['maharashtra'], ['state'], ['board'], ['june'], ['2012'], ['ssc'], ['maharashtra'], ['state'], ['board'], ['python'], ['developer'], ['python'], ['developer'], ['atos'], ['syntel'], ['skill'], ['details'], ['python'], ['exprience'], ['15'], ['months'], ['database'], ['exprience'], ['7'], ['months'], ['mysql'], ['exprience'], ['7'], ['months'], ['django'], ['exprience'], ['6'], ['months'], ['html5'], ['exprience'], ['6'], ['months'], ['rest'], ['api'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['atos'], ['syntel'], ['description'], ['working'], ['developer'], ['field'], ['computer'], ['vision'], ['us'], ['based'], ['client'], ['banking'], ['domain'], ['1'], ['design'], ['development'], ['computer'], ['vision'], ['based'], ['algorithms'], ['image'], ['preprocessing'], ['using'], ['opencv'], ['pil'], ['numpy'], ['2'], ['unit'], ['testing'], ['debugging'], ['code'], ['maintaining'], ['versions'], ['using'], ['git'], ['training', 'attended'], ['attended', '1'], ['1', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', 'esd'], ['esd', 'program'], ['program', 'conducted'], ['conducted', 'zensar'], ['zensar', 'technologies'], ['technologies', 'pune'], ['pune', '2017'], ['2017', '2'], ['2', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', 'employability'], ['employability', 'training'], ['training', 'conducted'], ['conducted', 'barclays'], ['barclays', 'global'], ['global', 'talent'], ['talent', 'track'], ['track', 'nasscom'], ['nasscom', 'foundation'], ['foundation', '2015'], ['2015', 'achievements'], ['achievements', '1'], ['1', 'treasurer'], ['treasurer', 'ieee'], ['ieee', 'student'], ['student', 'branch'], ['branch', 'jscoe'], ['jscoe', 'pune'], ['pune', '2017'], ['2017', '18'], ['18', '2'], ['2', 'worked'], ['worked', 'team'], ['team', 'leader'], ['leader', 'college'], ['college', 'various'], ['various', 'technical'], ['technical', 'cultural'], ['cultural', 'events'], ['events', '2016'], ['2016', '2017'], ['2017', '3'], ['3', 'project'], ['project', 'idea'], ['idea', 'got'], ['got', 'selected'], ['selected', 'final'], ['final', 'prototyping'], ['prototyping', 'round'], ['round', 'kpit'], ['kpit', 'sparkle'], ['sparkle', '2018'], ['2018', 'pune'], ['pune', '4'], ['4', 'participated'], ['participated', 'avishkar'], ['avishkar', '2017'], ['2017', 'conducted'], ['conducted', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', '5'], ['5', 'project'], ['project', 'idea'], ['idea', 'submitted'], ['submitted', 'a'], ['a', 'enture'], ['enture', 'innovation'], ['innovation', '2018'], ['2018', 'pune'], ['pune', '6'], ['6', 'brought'], ['brought', 'sponsorship'], ['sponsorship', 'rs'], ['rs', '15'], ['15', '000'], ['000', 'platinum'], ['platinum', 'auto'], ['auto', 'formerly'], ['formerly', 'royal'], ['royal', 'enfield'], ['enfield', '2017'], ['2017', 'pune'], ['pune', '7'], ['7', 'secured'], ['secured', '1'], ['1', 'st'], ['st', 'rank'], ['rank', 'college'], ['college', 'level'], ['level', 'competition'], ['competition', 'poster'], ['poster', 'presentation'], ['presentation', 'smart'], ['smart', 'ambulance'], ['ambulance', '2017'], ['2017', 'pune'], ['pune', '8'], ['8', 'organized'], ['organized', 'ieee'], ['ieee', 'workshop'], ['workshop', 'excellence'], ['excellence', 'english'], ['english', 'public'], ['public', 'speaking'], ['speaking', '2017'], ['2017', 'pune'], ['pune', 'workshops'], ['workshops', 'attended'], ['attended', '1'], ['1', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', '4'], ['4', 'days'], ['days', 'workshop'], ['workshop', 'medical'], ['medical', 'iot'], ['iot', 'conducted'], ['conducted', 'ieee'], ['ieee', 'standard'], ['standard', 'association'], ['association', 'vip'], ['vip', '2017'], ['2017', 'pune'], ['pune', '2'], ['2', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', '2'], ['2', 'days'], ['days', 'workshop'], ['workshop', 'introduction'], ['introduction', 'arduino'], ['arduino', 'scoe'], ['scoe', '2016'], ['2016', 'pune'], ['pune', '3'], ['3', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', '3'], ['3', 'days'], ['days', 'workshop'], ['workshop', 'robotics'], ['robotics', 'juniors'], ['juniors', 'conducted'], ['conducted', 'computer'], ['computer', 'society'], ['society', 'india'], ['india', 'skncoe'], ['skncoe', '2016'], ['2016', 'pune'], ['pune', '4'], ['4', 'participated'], ['participated', 'various'], ['various', 'inter'], ['inter', 'college'], ['college', 'technical'], ['technical', 'competitions'], ['competitions', 'scoe'], ['scoe', 'pict'], ['pict', 'aissms'], ['aissms', 'pune'], ['pune', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2018'], ['2018', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'computer'], ['computer', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'university'], ['university', 'june'], ['june', '2014'], ['2014', 'hsc'], ['hsc', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'june'], ['june', '2012'], ['2012', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'python'], ['python', 'developer'], ['developer', 'python'], ['python', 'developer'], ['developer', 'atos'], ['atos', 'syntel'], ['syntel', 'skill'], ['skill', 'details'], ['details', 'python'], ['python', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '7'], ['7', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '7'], ['7', 'months'], ['months', 'django'], ['django', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'html5'], ['html5', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'rest'], ['rest', 'api'], ['api', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'atos'], ['atos', 'syntel'], ['syntel', 'description'], ['description', 'working'], ['working', 'developer'], ['developer', 'field'], ['field', 'computer'], ['computer', 'vision'], ['vision', 'us'], ['us', 'based'], ['based', 'client'], ['client', 'banking'], ['banking', 'domain'], ['domain', '1'], ['1', 'design'], ['design', 'development'], ['development', 'computer'], ['computer', 'vision'], ['vision', 'based'], ['based', 'algorithms'], ['algorithms', 'image'], ['image', 'preprocessing'], ['preprocessing', 'using'], ['using', 'opencv'], ['opencv', 'pil'], ['pil', 'numpy'], ['numpy', '2'], ['2', 'unit'], ['unit', 'testing'], ['testing', 'debugging'], ['debugging', 'code'], ['code', 'maintaining'], ['maintaining', 'versions'], ['versions', 'using'], ['using', 'git'], ['training', 'attended', '1'], ['attended', '1', 'su'], ['1', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', 'esd'], ['completed', 'esd', 'program'], ['esd', 'program', 'conducted'], ['program', 'conducted', 'zensar'], ['conducted', 'zensar', 'technologies'], ['zensar', 'technologies', 'pune'], ['technologies', 'pune', '2017'], ['pune', '2017', '2'], ['2017', '2', 'su'], ['2', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', 'employability'], ['completed', 'employability', 'training'], ['employability', 'training', 'conducted'], ['training', 'conducted', 'barclays'], ['conducted', 'barclays', 'global'], ['barclays', 'global', 'talent'], ['global', 'talent', 'track'], ['talent', 'track', 'nasscom'], ['track', 'nasscom', 'foundation'], ['nasscom', 'foundation', '2015'], ['foundation', '2015', 'achievements'], ['2015', 'achievements', '1'], ['achievements', '1', 'treasurer'], ['1', 'treasurer', 'ieee'], ['treasurer', 'ieee', 'student'], ['ieee', 'student', 'branch'], ['student', 'branch', 'jscoe'], ['branch', 'jscoe', 'pune'], ['jscoe', 'pune', '2017'], ['pune', '2017', '18'], ['2017', '18', '2'], ['18', '2', 'worked'], ['2', 'worked', 'team'], ['worked', 'team', 'leader'], ['team', 'leader', 'college'], ['leader', 'college', 'various'], ['college', 'various', 'technical'], ['various', 'technical', 'cultural'], ['technical', 'cultural', 'events'], ['cultural', 'events', '2016'], ['events', '2016', '2017'], ['2016', '2017', '3'], ['2017', '3', 'project'], ['3', 'project', 'idea'], ['project', 'idea', 'got'], ['idea', 'got', 'selected'], ['got', 'selected', 'final'], ['selected', 'final', 'prototyping'], ['final', 'prototyping', 'round'], ['prototyping', 'round', 'kpit'], ['round', 'kpit', 'sparkle'], ['kpit', 'sparkle', '2018'], ['sparkle', '2018', 'pune'], ['2018', 'pune', '4'], ['pune', '4', 'participated'], ['4', 'participated', 'avishkar'], ['participated', 'avishkar', '2017'], ['avishkar', '2017', 'conducted'], ['2017', 'conducted', 'savitribai'], ['conducted', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', '5'], ['university', '5', 'project'], ['5', 'project', 'idea'], ['project', 'idea', 'submitted'], ['idea', 'submitted', 'a'], ['submitted', 'a', 'enture'], ['a', 'enture', 'innovation'], ['enture', 'innovation', '2018'], ['innovation', '2018', 'pune'], ['2018', 'pune', '6'], ['pune', '6', 'brought'], ['6', 'brought', 'sponsorship'], ['brought', 'sponsorship', 'rs'], ['sponsorship', 'rs', '15'], ['rs', '15', '000'], ['15', '000', 'platinum'], ['000', 'platinum', 'auto'], ['platinum', 'auto', 'formerly'], ['auto', 'formerly', 'royal'], ['formerly', 'royal', 'enfield'], ['royal', 'enfield', '2017'], ['enfield', '2017', 'pune'], ['2017', 'pune', '7'], ['pune', '7', 'secured'], ['7', 'secured', '1'], ['secured', '1', 'st'], ['1', 'st', 'rank'], ['st', 'rank', 'college'], ['rank', 'college', 'level'], ['college', 'level', 'competition'], ['level', 'competition', 'poster'], ['competition', 'poster', 'presentation'], ['poster', 'presentation', 'smart'], ['presentation', 'smart', 'ambulance'], ['smart', 'ambulance', '2017'], ['ambulance', '2017', 'pune'], ['2017', 'pune', '8'], ['pune', '8', 'organized'], ['8', 'organized', 'ieee'], ['organized', 'ieee', 'workshop'], ['ieee', 'workshop', 'excellence'], ['workshop', 'excellence', 'english'], ['excellence', 'english', 'public'], ['english', 'public', 'speaking'], ['public', 'speaking', '2017'], ['speaking', '2017', 'pune'], ['2017', 'pune', 'workshops'], ['pune', 'workshops', 'attended'], ['workshops', 'attended', '1'], ['attended', '1', 'su'], ['1', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', '4'], ['completed', '4', 'days'], ['4', 'days', 'workshop'], ['days', 'workshop', 'medical'], ['workshop', 'medical', 'iot'], ['medical', 'iot', 'conducted'], ['iot', 'conducted', 'ieee'], ['conducted', 'ieee', 'standard'], ['ieee', 'standard', 'association'], ['standard', 'association', 'vip'], ['association', 'vip', '2017'], ['vip', '2017', 'pune'], ['2017', 'pune', '2'], ['pune', '2', 'su'], ['2', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', '2'], ['completed', '2', 'days'], ['2', 'days', 'workshop'], ['days', 'workshop', 'introduction'], ['workshop', 'introduction', 'arduino'], ['introduction', 'arduino', 'scoe'], ['arduino', 'scoe', '2016'], ['scoe', '2016', 'pune'], ['2016', 'pune', '3'], ['pune', '3', 'su'], ['3', 'su', 'essfully'], ['su', 'essfully', 'completed'], ['essfully', 'completed', '3'], ['completed', '3', 'days'], ['3', 'days', 'workshop'], ['days', 'workshop', 'robotics'], ['workshop', 'robotics', 'juniors'], ['robotics', 'juniors', 'conducted'], ['juniors', 'conducted', 'computer'], ['conducted', 'computer', 'society'], ['computer', 'society', 'india'], ['society', 'india', 'skncoe'], ['india', 'skncoe', '2016'], ['skncoe', '2016', 'pune'], ['2016', 'pune', '4'], ['pune', '4', 'participated'], ['4', 'participated', 'various'], ['participated', 'various', 'inter'], ['various', 'inter', 'college'], ['inter', 'college', 'technical'], ['college', 'technical', 'competitions'], ['technical', 'competitions', 'scoe'], ['competitions', 'scoe', 'pict'], ['scoe', 'pict', 'aissms'], ['pict', 'aissms', 'pune'], ['aissms', 'pune', 'education'], ['pune', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2018'], ['june', '2018', 'bachelor'], ['2018', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'computer'], ['engineering', 'computer', 'pune'], ['computer', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'savitribai'], ['maharashtra', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'university'], ['pune', 'university', 'june'], ['university', 'june', '2014'], ['june', '2014', 'hsc'], ['2014', 'hsc', 'maharashtra'], ['hsc', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'june'], ['board', 'june', '2012'], ['june', '2012', 'ssc'], ['2012', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'python'], ['board', 'python', 'developer'], ['python', 'developer', 'python'], ['developer', 'python', 'developer'], ['python', 'developer', 'atos'], ['developer', 'atos', 'syntel'], ['atos', 'syntel', 'skill'], ['syntel', 'skill', 'details'], ['skill', 'details', 'python'], ['details', 'python', 'exprience'], ['python', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'database'], ['months', 'database', 'exprience'], ['database', 'exprience', '7'], ['exprience', '7', 'months'], ['7', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '7'], ['exprience', '7', 'months'], ['7', 'months', 'django'], ['months', 'django', 'exprience'], ['django', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'html5'], ['months', 'html5', 'exprience'], ['html5', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'rest'], ['months', 'rest', 'api'], ['rest', 'api', 'exprience'], ['api', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'atos'], ['company', 'atos', 'syntel'], ['atos', 'syntel', 'description'], ['syntel', 'description', 'working'], ['description', 'working', 'developer'], ['working', 'developer', 'field'], ['developer', 'field', 'computer'], ['field', 'computer', 'vision'], ['computer', 'vision', 'us'], ['vision', 'us', 'based'], ['us', 'based', 'client'], ['based', 'client', 'banking'], ['client', 'banking', 'domain'], ['banking', 'domain', '1'], ['domain', '1', 'design'], ['1', 'design', 'development'], ['design', 'development', 'computer'], ['development', 'computer', 'vision'], ['computer', 'vision', 'based'], ['vision', 'based', 'algorithms'], ['based', 'algorithms', 'image'], ['algorithms', 'image', 'preprocessing'], ['image', 'preprocessing', 'using'], ['preprocessing', 'using', 'opencv'], ['using', 'opencv', 'pil'], ['opencv', 'pil', 'numpy'], ['pil', 'numpy', '2'], ['numpy', '2', 'unit'], ['2', 'unit', 'testing'], ['unit', 'testing', 'debugging'], ['testing', 'debugging', 'code'], ['debugging', 'code', 'maintaining'], ['code', 'maintaining', 'versions'], ['maintaining', 'versions', 'using'], ['versions', 'using', 'git'], ['training', 'attended', '1', 'su'], ['attended', '1', 'su', 'essfully'], ['1', 'su', 'essfully', 'completed'], ['su', 'essfully', 'completed', 'esd'], ['essfully', 'completed', 'esd', 'program'], ['completed', 'esd', 'program', 'conducted'], ['esd', 'program', 'conducted', 'zensar'], ['program', 'conducted', 'zensar', 'technologies'], ['conducted', 'zensar', 'technologies', 'pune'], ['zensar', 'technologies', 'pune', '2017'], ['technologies', 'pune', '2017', '2'], ['pune', '2017', '2', 'su'], ['2017', '2', 'su', 'essfully'], ['2', 'su', 'essfully', 'completed'], ['su', 'essfully', 'completed', 'employability'], ['essfully', 'completed', 'employability', 'training'], ['completed', 'employability', 'training', 'conducted'], ['employability', 'training', 'conducted', 'barclays'], ['training', 'conducted', 'barclays', 'global'], ['conducted', 'barclays', 'global', 'talent'], ['barclays', 'global', 'talent', 'track'], ['global', 'talent', 'track', 'nasscom'], ['talent', 'track', 'nasscom', 'foundation'], ['track', 'nasscom', 'foundation', '2015'], ['nasscom', 'foundation', '2015', 'achievements'], ['foundation', '2015', 'achievements', '1'], ['2015', 'achievements', '1', 'treasurer'], ['achievements', '1', 'treasurer', 'ieee'], ['1', 'treasurer', 'ieee', 'student'], ['treasurer', 'ieee', 'student', 'branch'], ['ieee', 'student', 'branch', 'jscoe'], ['student', 'branch', 'jscoe', 'pune'], ['branch', 'jscoe', 'pune', '2017'], ['jscoe', 'pune', '2017', '18'], ['pune', '2017', '18', '2'], ['2017', '18', '2', 'worked'], ['18', '2', 'worked', 'team'], ['2', 'worked', 'team', 'leader'], ['worked', 'team', 'leader', 'college'], ['team', 'leader', 'college', 'various'], ['leader', 'college', 'various', 'technical'], ['college', 'various', 'technical', 'cultural'], ['various', 'technical', 'cultural', 'events'], ['technical', 'cultural', 'events', '2016'], ['cultural', 'events', '2016', '2017'], ['events', '2016', '2017', '3'], ['2016', '2017', '3', 'project'], ['2017', '3', 'project', 'idea'], ['3', 'project', 'idea', 'got'], ['project', 'idea', 'got', 'selected'], ['idea', 'got', 'selected', 'final'], ['got', 'selected', 'final', 'prototyping'], ['selected', 'final', 'prototyping', 'round'], ['final', 'prototyping', 'round', 'kpit'], ['prototyping', 'round', 'kpit', 'sparkle'], ['round', 'kpit', 'sparkle', '2018'], ['kpit', 'sparkle', '2018', 'pune'], ['sparkle', '2018', 'pune', '4'], ['2018', 'pune', '4', 'participated'], ['pune', '4', 'participated', 'avishkar'], ['4', 'participated', 'avishkar', '2017'], ['participated', 'avishkar', '2017', 'conducted'], ['avishkar', '2017', 'conducted', 'savitribai'], ['2017', 'conducted', 'savitribai', 'phule'], ['conducted', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', '5'], ['pune', 'university', '5', 'project'], ['university', '5', 'project', 'idea'], ['5', 'project', 'idea', 'submitted'], ['project', 'idea', 'submitted', 'a'], ['idea', 'submitted', 'a', 'enture'], ['submitted', 'a', 'enture', 'innovation'], ['a', 'enture', 'innovation', '2018'], ['enture', 'innovation', '2018', 'pune'], ['innovation', '2018', 'pune', '6'], ['2018', 'pune', '6', 'brought'], ['pune', '6', 'brought', 'sponsorship'], ['6', 'brought', 'sponsorship', 'rs'], ['brought', 'sponsorship', 'rs', '15'], ['sponsorship', 'rs', '15', '000'], ['rs', '15', '000', 'platinum'], ['15', '000', 'platinum', 'auto'], ['000', 'platinum', 'auto', 'formerly'], ['platinum', 'auto', 'formerly', 'royal'], ['auto', 'formerly', 'royal', 'enfield'], ['formerly', 'royal', 'enfield', '2017'], ['royal', 'enfield', '2017', 'pune'], ['enfield', '2017', 'pune', '7'], ['2017', 'pune', '7', 'secured'], ['pune', '7', 'secured', '1'], ['7', 'secured', '1', 'st'], ['secured', '1', 'st', 'rank'], ['1', 'st', 'rank', 'college'], ['st', 'rank', 'college', 'level'], ['rank', 'college', 'level', 'competition'], ['college', 'level', 'competition', 'poster'], ['level', 'competition', 'poster', 'presentation'], ['competition', 'poster', 'presentation', 'smart'], ['poster', 'presentation', 'smart', 'ambulance'], ['presentation', 'smart', 'ambulance', '2017'], ['smart', 'ambulance', '2017', 'pune'], ['ambulance', '2017', 'pune', '8'], ['2017', 'pune', '8', 'organized'], ['pune', '8', 'organized', 'ieee'], ['8', 'organized', 'ieee', 'workshop'], ['organized', 'ieee', 'workshop', 'excellence'], ['ieee', 'workshop', 'excellence', 'english'], ['workshop', 'excellence', 'english', 'public'], ['excellence', 'english', 'public', 'speaking'], ['english', 'public', 'speaking', '2017'], ['public', 'speaking', '2017', 'pune'], ['speaking', '2017', 'pune', 'workshops'], ['2017', 'pune', 'workshops', 'attended'], ['pune', 'workshops', 'attended', '1'], ['workshops', 'attended', '1', 'su'], ['attended', '1', 'su', 'essfully'], ['1', 'su', 'essfully', 'completed'], ['su', 'essfully', 'completed', '4'], ['essfully', 'completed', '4', 'days'], ['completed', '4', 'days', 'workshop'], ['4', 'days', 'workshop', 'medical'], ['days', 'workshop', 'medical', 'iot'], ['workshop', 'medical', 'iot', 'conducted'], ['medical', 'iot', 'conducted', 'ieee'], ['iot', 'conducted', 'ieee', 'standard'], ['conducted', 'ieee', 'standard', 'association'], ['ieee', 'standard', 'association', 'vip'], ['standard', 'association', 'vip', '2017'], ['association', 'vip', '2017', 'pune'], ['vip', '2017', 'pune', '2'], ['2017', 'pune', '2', 'su'], ['pune', '2', 'su', 'essfully'], ['2', 'su', 'essfully', 'completed'], ['su', 'essfully', 'completed', '2'], ['essfully', 'completed', '2', 'days'], ['completed', '2', 'days', 'workshop'], ['2', 'days', 'workshop', 'introduction'], ['days', 'workshop', 'introduction', 'arduino'], ['workshop', 'introduction', 'arduino', 'scoe'], ['introduction', 'arduino', 'scoe', '2016'], ['arduino', 'scoe', '2016', 'pune'], ['scoe', '2016', 'pune', '3'], ['2016', 'pune', '3', 'su'], ['pune', '3', 'su', 'essfully'], ['3', 'su', 'essfully', 'completed'], ['su', 'essfully', 'completed', '3'], ['essfully', 'completed', '3', 'days'], ['completed', '3', 'days', 'workshop'], ['3', 'days', 'workshop', 'robotics'], ['days', 'workshop', 'robotics', 'juniors'], ['workshop', 'robotics', 'juniors', 'conducted'], ['robotics', 'juniors', 'conducted', 'computer'], ['juniors', 'conducted', 'computer', 'society'], ['conducted', 'computer', 'society', 'india'], ['computer', 'society', 'india', 'skncoe'], ['society', 'india', 'skncoe', '2016'], ['india', 'skncoe', '2016', 'pune'], ['skncoe', '2016', 'pune', '4'], ['2016', 'pune', '4', 'participated'], ['pune', '4', 'participated', 'various'], ['4', 'participated', 'various', 'inter'], ['participated', 'various', 'inter', 'college'], ['various', 'inter', 'college', 'technical'], ['inter', 'college', 'technical', 'competitions'], ['college', 'technical', 'competitions', 'scoe'], ['technical', 'competitions', 'scoe', 'pict'], ['competitions', 'scoe', 'pict', 'aissms'], ['scoe', 'pict', 'aissms', 'pune'], ['pict', 'aissms', 'pune', 'education'], ['aissms', 'pune', 'education', 'details'], ['pune', 'education', 'details', 'june'], ['education', 'details', 'june', '2018'], ['details', 'june', '2018', 'bachelor'], ['june', '2018', 'bachelor', 'engineering'], ['2018', 'bachelor', 'engineering', 'computer'], ['bachelor', 'engineering', 'computer', 'pune'], ['engineering', 'computer', 'pune', 'maharashtra'], ['computer', 'pune', 'maharashtra', 'savitribai'], ['pune', 'maharashtra', 'savitribai', 'phule'], ['maharashtra', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'university'], ['phule', 'pune', 'university', 'june'], ['pune', 'university', 'june', '2014'], ['university', 'june', '2014', 'hsc'], ['june', '2014', 'hsc', 'maharashtra'], ['2014', 'hsc', 'maharashtra', 'state'], ['hsc', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'june'], ['state', 'board', 'june', '2012'], ['board', 'june', '2012', 'ssc'], ['june', '2012', 'ssc', 'maharashtra'], ['2012', 'ssc', 'maharashtra', 'state'], ['ssc', 'maharashtra', 'state', 'board'], ['maharashtra', 'state', 'board', 'python'], ['state', 'board', 'python', 'developer'], ['board', 'python', 'developer', 'python'], ['python', 'developer', 'python', 'developer'], ['developer', 'python', 'developer', 'atos'], ['python', 'developer', 'atos', 'syntel'], ['developer', 'atos', 'syntel', 'skill'], ['atos', 'syntel', 'skill', 'details'], ...], [['operating'], ['systems'], ['windows'], ['others'], ['ms'], ['excel'], ['ms'], ['office'], ['ms'], ['power'], ['point'], ['key'], ['projects'], ['handled'], ['project'], ['title'], ['fruit'], ['sorting'], ['disease'], ['detection'], ['client'], ['kranti'], ['dynamics'], ['team'], ['size'], ['5'], ['education'], ['details'], ['january'], ['2014'], ['b'], ['e'], ['electronics'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['python'], ['developer'], ['analyst'], ['python'], ['developer'], ['data'], ['analyst'], ['skill'], ['details'], ['python'], ['scripting'], ['programming'], ['developing'], ['exprience'], ['12'], ['months'], ['frontend'], ['html'], ['exprience'], ['12'], ['months'], ['python'], ['liabrary'], ['numpy'], ['pandas'], ['matplolib'], ['requests'], ['beautiful'], ['soap'], ['exprience'], ['12'], ['months'], ['mysql'], ['exprience'], ['12'], ['months'], ['django'], ['exprience'], ['12'], ['months'], ['web'], ['scrapping'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['ace'], ['the'], ['power'], ['5'], ['description'], ['the'], ['a'], ['ountabilities'], ['understanding'], ['functional'], ['requirements'], ['application'], ['given'], ['client'], ['participated'], ['walkthroughs'], ['business'], ['requirements'], ['functional'], ['requirements'], ['technical'], ['design'], ['ensure'], ['testability'], ['responsible'], ['software'], ['configuration'], ['management'], ['project'], ['deliverables'], ['technical'], ['skill'], ['set'], ['languages'], ['c'], ['c'], ['java'], ['python'], ['python'], ['liabray'], ['mysql'], ['django'], ['html'], ['scripting'], ['python'], ['gui'], ['development'], ['tk'], ['java'], ['company'], ['kranti'], ['dyanamics'], ['description'], ['programming'], ['scripting'], ['developer'], ['web'], ['scrapping'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'others'], ['others', 'ms'], ['ms', 'excel'], ['excel', 'ms'], ['ms', 'office'], ['office', 'ms'], ['ms', 'power'], ['power', 'point'], ['point', 'key'], ['key', 'projects'], ['projects', 'handled'], ['handled', 'project'], ['project', 'title'], ['title', 'fruit'], ['fruit', 'sorting'], ['sorting', 'disease'], ['disease', 'detection'], ['detection', 'client'], ['client', 'kranti'], ['kranti', 'dynamics'], ['dynamics', 'team'], ['team', 'size'], ['size', '5'], ['5', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'b'], ['b', 'e'], ['e', 'electronics'], ['electronics', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'python'], ['python', 'developer'], ['developer', 'analyst'], ['analyst', 'python'], ['python', 'developer'], ['developer', 'data'], ['data', 'analyst'], ['analyst', 'skill'], ['skill', 'details'], ['details', 'python'], ['python', 'scripting'], ['scripting', 'programming'], ['programming', 'developing'], ['developing', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'frontend'], ['frontend', 'html'], ['html', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'python'], ['python', 'liabrary'], ['liabrary', 'numpy'], ['numpy', 'pandas'], ['pandas', 'matplolib'], ['matplolib', 'requests'], ['requests', 'beautiful'], ['beautiful', 'soap'], ['soap', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'django'], ['django', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'web'], ['web', 'scrapping'], ['scrapping', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'ace'], ['ace', 'the'], ['the', 'power'], ['power', '5'], ['5', 'description'], ['description', 'the'], ['the', 'a'], ['a', 'ountabilities'], ['ountabilities', 'understanding'], ['understanding', 'functional'], ['functional', 'requirements'], ['requirements', 'application'], ['application', 'given'], ['given', 'client'], ['client', 'participated'], ['participated', 'walkthroughs'], ['walkthroughs', 'business'], ['business', 'requirements'], ['requirements', 'functional'], ['functional', 'requirements'], ['requirements', 'technical'], ['technical', 'design'], ['design', 'ensure'], ['ensure', 'testability'], ['testability', 'responsible'], ['responsible', 'software'], ['software', 'configuration'], ['configuration', 'management'], ['management', 'project'], ['project', 'deliverables'], ['deliverables', 'technical'], ['technical', 'skill'], ['skill', 'set'], ['set', 'languages'], ['languages', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'python'], ['python', 'python'], ['python', 'liabray'], ['liabray', 'mysql'], ['mysql', 'django'], ['django', 'html'], ['html', 'scripting'], ['scripting', 'python'], ['python', 'gui'], ['gui', 'development'], ['development', 'tk'], ['tk', 'java'], ['java', 'company'], ['company', 'kranti'], ['kranti', 'dyanamics'], ['dyanamics', 'description'], ['description', 'programming'], ['programming', 'scripting'], ['scripting', 'developer'], ['developer', 'web'], ['web', 'scrapping'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'others'], ['windows', 'others', 'ms'], ['others', 'ms', 'excel'], ['ms', 'excel', 'ms'], ['excel', 'ms', 'office'], ['ms', 'office', 'ms'], ['office', 'ms', 'power'], ['ms', 'power', 'point'], ['power', 'point', 'key'], ['point', 'key', 'projects'], ['key', 'projects', 'handled'], ['projects', 'handled', 'project'], ['handled', 'project', 'title'], ['project', 'title', 'fruit'], ['title', 'fruit', 'sorting'], ['fruit', 'sorting', 'disease'], ['sorting', 'disease', 'detection'], ['disease', 'detection', 'client'], ['detection', 'client', 'kranti'], ['client', 'kranti', 'dynamics'], ['kranti', 'dynamics', 'team'], ['dynamics', 'team', 'size'], ['team', 'size', '5'], ['size', '5', 'education'], ['5', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'b'], ['2014', 'b', 'e'], ['b', 'e', 'electronics'], ['e', 'electronics', 'mumbai'], ['electronics', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'university'], ['maharashtra', 'university', 'mumbai'], ['university', 'mumbai', 'python'], ['mumbai', 'python', 'developer'], ['python', 'developer', 'analyst'], ['developer', 'analyst', 'python'], ['analyst', 'python', 'developer'], ['python', 'developer', 'data'], ['developer', 'data', 'analyst'], ['data', 'analyst', 'skill'], ['analyst', 'skill', 'details'], ['skill', 'details', 'python'], ['details', 'python', 'scripting'], ['python', 'scripting', 'programming'], ['scripting', 'programming', 'developing'], ['programming', 'developing', 'exprience'], ['developing', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'frontend'], ['months', 'frontend', 'html'], ['frontend', 'html', 'exprience'], ['html', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'python'], ['months', 'python', 'liabrary'], ['python', 'liabrary', 'numpy'], ['liabrary', 'numpy', 'pandas'], ['numpy', 'pandas', 'matplolib'], ['pandas', 'matplolib', 'requests'], ['matplolib', 'requests', 'beautiful'], ['requests', 'beautiful', 'soap'], ['beautiful', 'soap', 'exprience'], ['soap', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'django'], ['months', 'django', 'exprience'], ['django', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'web'], ['months', 'web', 'scrapping'], ['web', 'scrapping', 'exprience'], ['scrapping', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'ace'], ['company', 'ace', 'the'], ['ace', 'the', 'power'], ['the', 'power', '5'], ['power', '5', 'description'], ['5', 'description', 'the'], ['description', 'the', 'a'], ['the', 'a', 'ountabilities'], ['a', 'ountabilities', 'understanding'], ['ountabilities', 'understanding', 'functional'], ['understanding', 'functional', 'requirements'], ['functional', 'requirements', 'application'], ['requirements', 'application', 'given'], ['application', 'given', 'client'], ['given', 'client', 'participated'], ['client', 'participated', 'walkthroughs'], ['participated', 'walkthroughs', 'business'], ['walkthroughs', 'business', 'requirements'], ['business', 'requirements', 'functional'], ['requirements', 'functional', 'requirements'], ['functional', 'requirements', 'technical'], ['requirements', 'technical', 'design'], ['technical', 'design', 'ensure'], ['design', 'ensure', 'testability'], ['ensure', 'testability', 'responsible'], ['testability', 'responsible', 'software'], ['responsible', 'software', 'configuration'], ['software', 'configuration', 'management'], ['configuration', 'management', 'project'], ['management', 'project', 'deliverables'], ['project', 'deliverables', 'technical'], ['deliverables', 'technical', 'skill'], ['technical', 'skill', 'set'], ['skill', 'set', 'languages'], ['set', 'languages', 'c'], ['languages', 'c', 'c'], ['c', 'c', 'java'], ['c', 'java', 'python'], ['java', 'python', 'python'], ['python', 'python', 'liabray'], ['python', 'liabray', 'mysql'], ['liabray', 'mysql', 'django'], ['mysql', 'django', 'html'], ['django', 'html', 'scripting'], ['html', 'scripting', 'python'], ['scripting', 'python', 'gui'], ['python', 'gui', 'development'], ['gui', 'development', 'tk'], ['development', 'tk', 'java'], ['tk', 'java', 'company'], ['java', 'company', 'kranti'], ['company', 'kranti', 'dyanamics'], ['kranti', 'dyanamics', 'description'], ['dyanamics', 'description', 'programming'], ['description', 'programming', 'scripting'], ['programming', 'scripting', 'developer'], ['scripting', 'developer', 'web'], ['developer', 'web', 'scrapping'], ['operating', 'systems', 'windows', 'others'], ['systems', 'windows', 'others', 'ms'], ['windows', 'others', 'ms', 'excel'], ['others', 'ms', 'excel', 'ms'], ['ms', 'excel', 'ms', 'office'], ['excel', 'ms', 'office', 'ms'], ['ms', 'office', 'ms', 'power'], ['office', 'ms', 'power', 'point'], ['ms', 'power', 'point', 'key'], ['power', 'point', 'key', 'projects'], ['point', 'key', 'projects', 'handled'], ['key', 'projects', 'handled', 'project'], ['projects', 'handled', 'project', 'title'], ['handled', 'project', 'title', 'fruit'], ['project', 'title', 'fruit', 'sorting'], ['title', 'fruit', 'sorting', 'disease'], ['fruit', 'sorting', 'disease', 'detection'], ['sorting', 'disease', 'detection', 'client'], ['disease', 'detection', 'client', 'kranti'], ['detection', 'client', 'kranti', 'dynamics'], ['client', 'kranti', 'dynamics', 'team'], ['kranti', 'dynamics', 'team', 'size'], ['dynamics', 'team', 'size', '5'], ['team', 'size', '5', 'education'], ['size', '5', 'education', 'details'], ['5', 'education', 'details', 'january'], ['education', 'details', 'january', '2014'], ['details', 'january', '2014', 'b'], ['january', '2014', 'b', 'e'], ['2014', 'b', 'e', 'electronics'], ['b', 'e', 'electronics', 'mumbai'], ['e', 'electronics', 'mumbai', 'maharashtra'], ['electronics', 'mumbai', 'maharashtra', 'university'], ['mumbai', 'maharashtra', 'university', 'mumbai'], ['maharashtra', 'university', 'mumbai', 'python'], ['university', 'mumbai', 'python', 'developer'], ['mumbai', 'python', 'developer', 'analyst'], ['python', 'developer', 'analyst', 'python'], ['developer', 'analyst', 'python', 'developer'], ['analyst', 'python', 'developer', 'data'], ['python', 'developer', 'data', 'analyst'], ['developer', 'data', 'analyst', 'skill'], ['data', 'analyst', 'skill', 'details'], ['analyst', 'skill', 'details', 'python'], ['skill', 'details', 'python', 'scripting'], ['details', 'python', 'scripting', 'programming'], ['python', 'scripting', 'programming', 'developing'], ['scripting', 'programming', 'developing', 'exprience'], ['programming', 'developing', 'exprience', '12'], ['developing', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'frontend'], ['12', 'months', 'frontend', 'html'], ['months', 'frontend', 'html', 'exprience'], ['frontend', 'html', 'exprience', '12'], ['html', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'python'], ['12', 'months', 'python', 'liabrary'], ['months', 'python', 'liabrary', 'numpy'], ['python', 'liabrary', 'numpy', 'pandas'], ['liabrary', 'numpy', 'pandas', 'matplolib'], ['numpy', 'pandas', 'matplolib', 'requests'], ['pandas', 'matplolib', 'requests', 'beautiful'], ['matplolib', 'requests', 'beautiful', 'soap'], ['requests', 'beautiful', 'soap', 'exprience'], ['beautiful', 'soap', 'exprience', '12'], ['soap', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'mysql'], ['12', 'months', 'mysql', 'exprience'], ['months', 'mysql', 'exprience', '12'], ['mysql', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'django'], ['12', 'months', 'django', 'exprience'], ['months', 'django', 'exprience', '12'], ['django', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'web'], ['12', 'months', 'web', 'scrapping'], ['months', 'web', 'scrapping', 'exprience'], ['web', 'scrapping', 'exprience', 'less'], ['scrapping', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'ace'], ['details', 'company', 'ace', 'the'], ['company', 'ace', 'the', 'power'], ['ace', 'the', 'power', '5'], ['the', 'power', '5', 'description'], ['power', '5', 'description', 'the'], ['5', 'description', 'the', 'a'], ['description', 'the', 'a', 'ountabilities'], ['the', 'a', 'ountabilities', 'understanding'], ['a', 'ountabilities', 'understanding', 'functional'], ['ountabilities', 'understanding', 'functional', 'requirements'], ['understanding', 'functional', 'requirements', 'application'], ['functional', 'requirements', 'application', 'given'], ['requirements', 'application', 'given', 'client'], ['application', 'given', 'client', 'participated'], ['given', 'client', 'participated', 'walkthroughs'], ['client', 'participated', 'walkthroughs', 'business'], ['participated', 'walkthroughs', 'business', 'requirements'], ['walkthroughs', 'business', 'requirements', 'functional'], ['business', 'requirements', 'functional', 'requirements'], ['requirements', 'functional', 'requirements', 'technical'], ['functional', 'requirements', 'technical', 'design'], ['requirements', 'technical', 'design', 'ensure'], ['technical', 'design', 'ensure', 'testability'], ['design', 'ensure', 'testability', 'responsible'], ['ensure', 'testability', 'responsible', 'software'], ['testability', 'responsible', 'software', 'configuration'], ['responsible', 'software', 'configuration', 'management'], ['software', 'configuration', 'management', 'project'], ['configuration', 'management', 'project', 'deliverables'], ['management', 'project', 'deliverables', 'technical'], ['project', 'deliverables', 'technical', 'skill'], ['deliverables', 'technical', 'skill', 'set'], ['technical', 'skill', 'set', 'languages'], ['skill', 'set', 'languages', 'c'], ['set', 'languages', 'c', 'c'], ['languages', 'c', 'c', 'java'], ['c', 'c', 'java', 'python'], ['c', 'java', 'python', 'python'], ['java', 'python', 'python', 'liabray'], ['python', 'python', 'liabray', 'mysql'], ['python', 'liabray', 'mysql', 'django'], ['liabray', 'mysql', 'django', 'html'], ['mysql', 'django', 'html', 'scripting'], ['django', 'html', 'scripting', 'python'], ['html', 'scripting', 'python', 'gui'], ['scripting', 'python', 'gui', 'development'], ['python', 'gui', 'development', 'tk'], ['gui', 'development', 'tk', 'java'], ['development', 'tk', 'java', 'company'], ['tk', 'java', 'company', 'kranti'], ['java', 'company', 'kranti', 'dyanamics'], ['company', 'kranti', 'dyanamics', 'description'], ['kranti', 'dyanamics', 'description', 'programming'], ['dyanamics', 'description', 'programming', 'scripting'], ['description', 'programming', 'scripting', 'developer'], ['programming', 'scripting', 'developer', 'web'], ['scripting', 'developer', 'web', 'scrapping'], ['operating', 'systems', 'windows', 'others', 'ms'], ['systems', 'windows', 'others', 'ms', 'excel'], ['windows', 'others', 'ms', 'excel', 'ms'], ['others', 'ms', 'excel', 'ms', 'office'], ['ms', 'excel', 'ms', 'office', 'ms'], ['excel', 'ms', 'office', 'ms', 'power'], ['ms', 'office', 'ms', 'power', 'point'], ['office', 'ms', 'power', 'point', 'key'], ['ms', 'power', 'point', 'key', 'projects'], ['power', 'point', 'key', 'projects', 'handled'], ['point', 'key', 'projects', 'handled', 'project'], ['key', 'projects', 'handled', 'project', 'title'], ['projects', 'handled', 'project', 'title', 'fruit'], ['handled', 'project', 'title', 'fruit', 'sorting'], ['project', 'title', 'fruit', 'sorting', 'disease'], ['title', 'fruit', 'sorting', 'disease', 'detection'], ['fruit', 'sorting', 'disease', 'detection', 'client'], ['sorting', 'disease', 'detection', 'client', 'kranti'], ['disease', 'detection', 'client', 'kranti', 'dynamics'], ['detection', 'client', 'kranti', 'dynamics', 'team'], ['client', 'kranti', 'dynamics', 'team', 'size'], ['kranti', 'dynamics', 'team', 'size', '5'], ['dynamics', 'team', 'size', '5', 'education'], ['team', 'size', '5', 'education', 'details'], ['size', '5', 'education', 'details', 'january'], ['5', 'education', 'details', 'january', '2014'], ['education', 'details', 'january', '2014', 'b'], ['details', 'january', '2014', 'b', 'e'], ['january', '2014', 'b', 'e', 'electronics'], ['2014', 'b', 'e', 'electronics', 'mumbai'], ['b', 'e', 'electronics', 'mumbai', 'maharashtra'], ['e', 'electronics', 'mumbai', 'maharashtra', 'university'], ['electronics', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'python'], ['maharashtra', 'university', 'mumbai', 'python', 'developer'], ['university', 'mumbai', 'python', 'developer', 'analyst'], ['mumbai', 'python', 'developer', 'analyst', 'python'], ['python', 'developer', 'analyst', 'python', 'developer'], ['developer', 'analyst', 'python', 'developer', 'data'], ['analyst', 'python', 'developer', 'data', 'analyst'], ['python', 'developer', 'data', 'analyst', 'skill'], ['developer', 'data', 'analyst', 'skill', 'details'], ['data', 'analyst', 'skill', 'details', 'python'], ['analyst', 'skill', 'details', 'python', 'scripting'], ['skill', 'details', 'python', 'scripting', 'programming'], ['details', 'python', 'scripting', 'programming', 'developing'], ['python', 'scripting', 'programming', 'developing', 'exprience'], ['scripting', 'programming', 'developing', 'exprience', '12'], ['programming', 'developing', 'exprience', '12', 'months'], ['developing', 'exprience', '12', 'months', 'frontend'], ['exprience', '12', 'months', 'frontend', 'html'], ['12', 'months', 'frontend', 'html', 'exprience'], ['months', 'frontend', 'html', 'exprience', '12'], ['frontend', 'html', 'exprience', '12', 'months'], ['html', 'exprience', '12', 'months', 'python'], ['exprience', '12', 'months', 'python', 'liabrary'], ['12', 'months', 'python', 'liabrary', 'numpy'], ['months', 'python', 'liabrary', 'numpy', 'pandas'], ['python', 'liabrary', 'numpy', 'pandas', 'matplolib'], ['liabrary', 'numpy', 'pandas', 'matplolib', 'requests'], ['numpy', 'pandas', 'matplolib', 'requests', 'beautiful'], ['pandas', 'matplolib', 'requests', 'beautiful', 'soap'], ['matplolib', 'requests', 'beautiful', 'soap', 'exprience'], ['requests', 'beautiful', 'soap', 'exprience', '12'], ['beautiful', 'soap', 'exprience', '12', 'months'], ['soap', 'exprience', '12', 'months', 'mysql'], ['exprience', '12', 'months', 'mysql', 'exprience'], ['12', 'months', 'mysql', 'exprience', '12'], ['months', 'mysql', 'exprience', '12', 'months'], ['mysql', 'exprience', '12', 'months', 'django'], ['exprience', '12', 'months', 'django', 'exprience'], ['12', 'months', 'django', 'exprience', '12'], ['months', 'django', 'exprience', '12', 'months'], ['django', 'exprience', '12', 'months', 'web'], ['exprience', '12', 'months', 'web', 'scrapping'], ['12', 'months', 'web', 'scrapping', 'exprience'], ['months', 'web', 'scrapping', 'exprience', 'less'], ['web', 'scrapping', 'exprience', 'less', '1'], ['scrapping', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'ace'], ['monthscompany', 'details', 'company', 'ace', 'the'], ['details', 'company', 'ace', 'the', 'power'], ['company', 'ace', 'the', 'power', '5'], ['ace', 'the', 'power', '5', 'description'], ['the', 'power', '5', 'description', 'the'], ['power', '5', 'description', 'the', 'a'], ['5', 'description', 'the', 'a', 'ountabilities'], ['description', 'the', 'a', 'ountabilities', 'understanding'], ['the', 'a', 'ountabilities', 'understanding', 'functional'], ['a', 'ountabilities', 'understanding', 'functional', 'requirements'], ['ountabilities', 'understanding', 'functional', 'requirements', 'application'], ['understanding', 'functional', 'requirements', 'application', 'given'], ['functional', 'requirements', 'application', 'given', 'client'], ['requirements', 'application', 'given', 'client', 'participated'], ['application', 'given', 'client', 'participated', 'walkthroughs'], ['given', 'client', 'participated', 'walkthroughs', 'business'], ['client', 'participated', 'walkthroughs', 'business', 'requirements'], ['participated', 'walkthroughs', 'business', 'requirements', 'functional'], ['walkthroughs', 'business', 'requirements', 'functional', 'requirements'], ['business', 'requirements', 'functional', 'requirements', 'technical'], ['requirements', 'functional', 'requirements', 'technical', 'design'], ['functional', 'requirements', 'technical', 'design', 'ensure'], ['requirements', 'technical', 'design', 'ensure', 'testability'], ['technical', 'design', 'ensure', 'testability', 'responsible'], ['design', 'ensure', 'testability', 'responsible', 'software'], ['ensure', 'testability', 'responsible', 'software', 'configuration'], ['testability', 'responsible', 'software', 'configuration', 'management'], ['responsible', 'software', 'configuration', 'management', 'project'], ['software', 'configuration', 'management', 'project', 'deliverables'], ['configuration', 'management', 'project', 'deliverables', 'technical'], ['management', 'project', 'deliverables', 'technical', 'skill'], ['project', 'deliverables', 'technical', 'skill', 'set'], ['deliverables', 'technical', 'skill', 'set', 'languages'], ['technical', 'skill', 'set', 'languages', 'c'], ['skill', 'set', 'languages', 'c', 'c'], ['set', 'languages', 'c', 'c', 'java'], ['languages', 'c', 'c', 'java', 'python'], ['c', 'c', 'java', 'python', 'python'], ['c', 'java', 'python', 'python', 'liabray'], ['java', 'python', 'python', 'liabray', 'mysql'], ['python', 'python', 'liabray', 'mysql', 'django'], ['python', 'liabray', 'mysql', 'django', 'html'], ['liabray', 'mysql', 'django', 'html', 'scripting'], ['mysql', 'django', 'html', 'scripting', 'python'], ['django', 'html', 'scripting', 'python', 'gui'], ['html', 'scripting', 'python', 'gui', 'development'], ['scripting', 'python', 'gui', 'development', 'tk'], ['python', 'gui', 'development', 'tk', 'java'], ['gui', 'development', 'tk', 'java', 'company'], ['development', 'tk', 'java', 'company', 'kranti'], ['tk', 'java', 'company', 'kranti', 'dyanamics'], ['java', 'company', 'kranti', 'dyanamics', 'description'], ['company', 'kranti', 'dyanamics', 'description', 'programming'], ['kranti', 'dyanamics', 'description', 'programming', 'scripting'], ['dyanamics', 'description', 'programming', 'scripting', 'developer'], ['description', 'programming', 'scripting', 'developer', 'web'], ['programming', 'scripting', 'developer', 'web', 'scrapping'], ['operating', 'systems', 'windows', 'others', 'ms', 'excel'], ['systems', 'windows', 'others', 'ms', 'excel', 'ms'], ['windows', 'others', 'ms', 'excel', 'ms', 'office'], ['others', 'ms', 'excel', 'ms', 'office', 'ms'], ['ms', 'excel', 'ms', 'office', 'ms', 'power'], ['excel', 'ms', 'office', 'ms', 'power', 'point'], ['ms', 'office', 'ms', 'power', 'point', 'key'], ['office', 'ms', 'power', 'point', 'key', 'projects'], ['ms', 'power', 'point', 'key', 'projects', 'handled'], ['power', 'point', 'key', 'projects', 'handled', 'project'], ['point', 'key', 'projects', 'handled', 'project', 'title'], ['key', 'projects', 'handled', 'project', 'title', 'fruit'], ['projects', 'handled', 'project', 'title', 'fruit', 'sorting'], ['handled', 'project', 'title', 'fruit', 'sorting', 'disease'], ['project', 'title', 'fruit', 'sorting', 'disease', 'detection'], ['title', 'fruit', 'sorting', 'disease', 'detection', 'client'], ['fruit', 'sorting', 'disease', 'detection', 'client', 'kranti'], ['sorting', 'disease', 'detection', 'client', 'kranti', 'dynamics'], ['disease', 'detection', 'client', 'kranti', 'dynamics', 'team'], ['detection', 'client', 'kranti', 'dynamics', 'team', 'size'], ['client', 'kranti', 'dynamics', 'team', 'size', '5'], ['kranti', 'dynamics', 'team', 'size', '5', 'education'], ['dynamics', 'team', 'size', '5', 'education', 'details'], ['team', 'size', '5', 'education', 'details', 'january'], ['size', '5', 'education', 'details', 'january', '2014'], ['5', 'education', 'details', 'january', '2014', 'b'], ['education', 'details', 'january', '2014', 'b', 'e'], ['details', 'january', '2014', 'b', 'e', 'electronics'], ['january', '2014', 'b', 'e', 'electronics', 'mumbai'], ['2014', 'b', 'e', 'electronics', 'mumbai', 'maharashtra'], ['b', 'e', 'electronics', 'mumbai', 'maharashtra', 'university'], ['e', 'electronics', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['electronics', 'mumbai', 'maharashtra', 'university', 'mumbai', 'python'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'python', 'developer'], ['maharashtra', 'university', 'mumbai', 'python', 'developer', 'analyst'], ['university', 'mumbai', 'python', 'developer', 'analyst', 'python'], ['mumbai', 'python', 'developer', 'analyst', 'python', 'developer'], ['python', 'developer', 'analyst', 'python', 'developer', 'data'], ['developer', 'analyst', 'python', 'developer', 'data', 'analyst'], ['analyst', 'python', 'developer', 'data', 'analyst', 'skill'], ['python', 'developer', 'data', 'analyst', 'skill', 'details'], ['developer', 'data', 'analyst', 'skill', 'details', 'python'], ['data', 'analyst', 'skill', 'details', 'python', 'scripting'], ['analyst', 'skill', 'details', 'python', 'scripting', 'programming'], ['skill', 'details', 'python', 'scripting', 'programming', 'developing'], ['details', 'python', 'scripting', 'programming', 'developing', 'exprience'], ['python', 'scripting', 'programming', 'developing', 'exprience', '12'], ['scripting', 'programming', 'developing', 'exprience', '12', 'months'], ['programming', 'developing', 'exprience', '12', 'months', 'frontend'], ['developing', 'exprience', '12', 'months', 'frontend', 'html'], ['exprience', '12', 'months', 'frontend', 'html', 'exprience'], ['12', 'months', 'frontend', 'html', 'exprience', '12'], ['months', 'frontend', 'html', 'exprience', '12', 'months'], ['frontend', 'html', 'exprience', '12', 'months', 'python'], ['html', 'exprience', '12', 'months', 'python', 'liabrary'], ['exprience', '12', 'months', 'python', 'liabrary', 'numpy'], ['12', 'months', 'python', 'liabrary', 'numpy', 'pandas'], ['months', 'python', 'liabrary', 'numpy', 'pandas', 'matplolib'], ['python', 'liabrary', 'numpy', 'pandas', 'matplolib', 'requests'], ['liabrary', 'numpy', 'pandas', 'matplolib', 'requests', 'beautiful'], ['numpy', 'pandas', 'matplolib', 'requests', 'beautiful', 'soap'], ['pandas', 'matplolib', 'requests', 'beautiful', 'soap', 'exprience'], ['matplolib', 'requests', 'beautiful', 'soap', 'exprience', '12'], ['requests', 'beautiful', 'soap', 'exprience', '12', 'months'], ['beautiful', 'soap', 'exprience', '12', 'months', 'mysql'], ['soap', 'exprience', '12', 'months', 'mysql', 'exprience'], ['exprience', '12', 'months', 'mysql', 'exprience', '12'], ['12', 'months', 'mysql', 'exprience', '12', 'months'], ['months', 'mysql', 'exprience', '12', 'months', 'django'], ['mysql', 'exprience', '12', 'months', 'django', 'exprience'], ['exprience', '12', 'months', 'django', 'exprience', '12'], ['12', 'months', 'django', 'exprience', '12', 'months'], ['months', 'django', 'exprience', '12', 'months', 'web'], ['django', 'exprience', '12', 'months', 'web', 'scrapping'], ['exprience', '12', 'months', 'web', 'scrapping', 'exprience'], ['12', 'months', 'web', 'scrapping', 'exprience', 'less'], ['months', 'web', 'scrapping', 'exprience', 'less', '1'], ['web', 'scrapping', 'exprience', 'less', '1', 'year'], ['scrapping', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'ace'], ['year', 'monthscompany', 'details', 'company', 'ace', 'the'], ['monthscompany', 'details', 'company', 'ace', 'the', 'power'], ['details', 'company', 'ace', 'the', 'power', '5'], ['company', 'ace', 'the', 'power', '5', 'description'], ['ace', 'the', 'power', '5', 'description', 'the'], ['the', 'power', '5', 'description', 'the', 'a'], ['power', '5', 'description', 'the', 'a', 'ountabilities'], ['5', 'description', 'the', 'a', 'ountabilities', 'understanding'], ['description', 'the', 'a', 'ountabilities', 'understanding', 'functional'], ['the', 'a', 'ountabilities', 'understanding', 'functional', 'requirements'], ['a', 'ountabilities', 'understanding', 'functional', 'requirements', 'application'], ['ountabilities', 'understanding', 'functional', 'requirements', 'application', 'given'], ['understanding', 'functional', 'requirements', 'application', 'given', 'client'], ['functional', 'requirements', 'application', 'given', 'client', 'participated'], ['requirements', 'application', 'given', 'client', 'participated', 'walkthroughs'], ['application', 'given', 'client', 'participated', 'walkthroughs', 'business'], ['given', 'client', 'participated', 'walkthroughs', 'business', 'requirements'], ['client', 'participated', 'walkthroughs', 'business', 'requirements', 'functional'], ['participated', 'walkthroughs', 'business', 'requirements', 'functional', 'requirements'], ['walkthroughs', 'business', 'requirements', 'functional', 'requirements', 'technical'], ['business', 'requirements', 'functional', 'requirements', 'technical', 'design'], ['requirements', 'functional', 'requirements', 'technical', 'design', 'ensure'], ['functional', 'requirements', 'technical', 'design', 'ensure', 'testability'], ['requirements', 'technical', 'design', 'ensure', 'testability', 'responsible'], ['technical', 'design', 'ensure', 'testability', 'responsible', 'software'], ['design', 'ensure', 'testability', 'responsible', 'software', 'configuration'], ['ensure', 'testability', 'responsible', 'software', 'configuration', 'management'], ['testability', 'responsible', 'software', 'configuration', 'management', 'project'], ['responsible', 'software', 'configuration', 'management', 'project', 'deliverables'], ['software', 'configuration', 'management', 'project', 'deliverables', 'technical'], ['configuration', 'management', 'project', 'deliverables', 'technical', 'skill'], ['management', 'project', 'deliverables', 'technical', 'skill', 'set'], ['project', 'deliverables', 'technical', 'skill', 'set', 'languages'], ['deliverables', 'technical', 'skill', 'set', 'languages', 'c'], ['technical', 'skill', 'set', 'languages', 'c', 'c'], ['skill', 'set', 'languages', 'c', 'c', 'java'], ['set', 'languages', 'c', 'c', 'java', 'python'], ['languages', 'c', 'c', 'java', 'python', 'python'], ['c', 'c', 'java', 'python', 'python', 'liabray'], ['c', 'java', 'python', 'python', 'liabray', 'mysql'], ['java', 'python', 'python', 'liabray', 'mysql', 'django'], ['python', 'python', 'liabray', 'mysql', 'django', 'html'], ['python', 'liabray', 'mysql', 'django', 'html', 'scripting'], ['liabray', 'mysql', 'django', 'html', 'scripting', 'python'], ['mysql', 'django', 'html', 'scripting', 'python', 'gui'], ['django', 'html', 'scripting', 'python', 'gui', 'development'], ['html', 'scripting', 'python', 'gui', 'development', 'tk'], ['scripting', 'python', 'gui', 'development', 'tk', 'java'], ['python', 'gui', 'development', 'tk', 'java', 'company'], ['gui', 'development', 'tk', 'java', 'company', 'kranti'], ['development', 'tk', 'java', 'company', 'kranti', 'dyanamics'], ['tk', 'java', 'company', 'kranti', 'dyanamics', 'description'], ['java', 'company', 'kranti', 'dyanamics', 'description', 'programming'], ['company', 'kranti', 'dyanamics', 'description', 'programming', 'scripting'], ['kranti', 'dyanamics', 'description', 'programming', 'scripting', 'developer'], ['dyanamics', 'description', 'programming', 'scripting', 'developer', 'web'], ['description', 'programming', 'scripting', 'developer', 'web', 'scrapping'], ['operating', 'systems', 'windows', 'others', 'ms', 'excel', 'ms'], ['systems', 'windows', 'others', 'ms', 'excel', 'ms', 'office'], ['windows', 'others', 'ms', 'excel', 'ms', 'office', 'ms'], ['others', 'ms', 'excel', 'ms', 'office', 'ms', 'power'], ['ms', 'excel', 'ms', 'office', 'ms', 'power', 'point'], ['excel', 'ms', 'office', 'ms', 'power', 'point', 'key'], ['ms', 'office', 'ms', 'power', 'point', 'key', 'projects'], ['office', 'ms', 'power', 'point', 'key', 'projects', 'handled'], ['ms', 'power', 'point', 'key', 'projects', 'handled', 'project'], ['power', 'point', 'key', 'projects', 'handled', 'project', 'title'], ['point', 'key', 'projects', 'handled', 'project', 'title', 'fruit'], ['key', 'projects', 'handled', 'project', 'title', 'fruit', 'sorting'], ['projects', 'handled', 'project', 'title', 'fruit', 'sorting', 'disease'], ['handled', 'project', 'title', 'fruit', 'sorting', 'disease', 'detection'], ['project', 'title', 'fruit', 'sorting', 'disease', 'detection', 'client'], ['title', 'fruit', 'sorting', 'disease', 'detection', 'client', 'kranti'], ['fruit', 'sorting', 'disease', 'detection', 'client', 'kranti', 'dynamics'], ['sorting', 'disease', 'detection', 'client', 'kranti', 'dynamics', 'team'], ['disease', 'detection', 'client', 'kranti', 'dynamics', 'team', 'size'], ['detection', 'client', 'kranti', 'dynamics', 'team', 'size', '5'], ['client', 'kranti', 'dynamics', 'team', 'size', '5', 'education'], ['kranti', 'dynamics', 'team', 'size', '5', 'education', 'details'], ['dynamics', 'team', 'size', '5', 'education', 'details', 'january'], ['team', 'size', '5', 'education', 'details', 'january', '2014'], ['size', '5', 'education', 'details', 'january', '2014', 'b'], ['5', 'education', 'details', 'january', '2014', 'b', 'e'], ['education', 'details', 'january', '2014', 'b', 'e', 'electronics'], ['details', 'january', '2014', 'b', 'e', 'electronics', 'mumbai'], ['january', '2014', 'b', 'e', 'electronics', 'mumbai', 'maharashtra'], ['2014', 'b', 'e', 'electronics', 'mumbai', 'maharashtra', 'university'], ['b', 'e', 'electronics', 'mumbai', 'maharashtra', 'university', 'mumbai'], ['e', 'electronics', 'mumbai', 'maharashtra', 'university', 'mumbai', 'python'], ['electronics', 'mumbai', 'maharashtra', 'university', 'mumbai', 'python', 'developer'], ['mumbai', 'maharashtra', 'university', 'mumbai', 'python', 'developer', 'analyst'], ['maharashtra', 'university', 'mumbai', 'python', 'developer', 'analyst', 'python'], ['university', 'mumbai', 'python', 'developer', 'analyst', 'python', 'developer'], ['mumbai', 'python', 'developer', 'analyst', 'python', 'developer', 'data'], ['python', 'developer', 'analyst', 'python', 'developer', 'data', 'analyst'], ['developer', 'analyst', 'python', 'developer', 'data', 'analyst', 'skill'], ['analyst', 'python', 'developer', 'data', 'analyst', 'skill', 'details'], ['python', 'developer', 'data', 'analyst', 'skill', 'details', 'python'], ['developer', 'data', 'analyst', 'skill', 'details', 'python', 'scripting'], ['data', 'analyst', 'skill', 'details', 'python', 'scripting', 'programming'], ['analyst', 'skill', 'details', 'python', 'scripting', 'programming', 'developing'], ['skill', 'details', 'python', 'scripting', 'programming', 'developing', 'exprience'], ['details', 'python', 'scripting', 'programming', 'developing', 'exprience', '12'], ['python', 'scripting', 'programming', 'developing', 'exprience', '12', 'months'], ['scripting', 'programming', 'developing', 'exprience', '12', 'months', 'frontend'], ['programming', 'developing', 'exprience', '12', 'months', 'frontend', 'html'], ['developing', 'exprience', '12', 'months', 'frontend', 'html', 'exprience'], ['exprience', '12', 'months', 'frontend', 'html', 'exprience', '12'], ['12', 'months', 'frontend', 'html', 'exprience', '12', 'months'], ['months', 'frontend', 'html', 'exprience', '12', 'months', 'python'], ['frontend', 'html', 'exprience', '12', 'months', 'python', 'liabrary'], ['html', 'exprience', '12', 'months', 'python', 'liabrary', 'numpy'], ['exprience', '12', 'months', 'python', 'liabrary', 'numpy', 'pandas'], ['12', 'months', 'python', 'liabrary', 'numpy', 'pandas', 'matplolib'], ['months', 'python', 'liabrary', 'numpy', 'pandas', 'matplolib', 'requests'], ['python', 'liabrary', 'numpy', 'pandas', 'matplolib', 'requests', 'beautiful'], ['liabrary', 'numpy', 'pandas', 'matplolib', 'requests', 'beautiful', 'soap'], ['numpy', 'pandas', 'matplolib', 'requests', 'beautiful', 'soap', 'exprience'], ['pandas', 'matplolib', 'requests', 'beautiful', 'soap', 'exprience', '12'], ['matplolib', 'requests', 'beautiful', 'soap', 'exprience', '12', 'months'], ['requests', 'beautiful', 'soap', 'exprience', '12', 'months', 'mysql'], ['beautiful', 'soap', 'exprience', '12', 'months', 'mysql', 'exprience'], ['soap', 'exprience', '12', 'months', 'mysql', 'exprience', '12'], ['exprience', '12', 'months', 'mysql', 'exprience', '12', 'months'], ['12', 'months', 'mysql', 'exprience', '12', 'months', 'django'], ['months', 'mysql', 'exprience', '12', 'months', 'django', 'exprience'], ['mysql', 'exprience', '12', 'months', 'django', 'exprience', '12'], ['exprience', '12', 'months', 'django', 'exprience', '12', 'months'], ['12', 'months', 'django', 'exprience', '12', 'months', 'web'], ['months', 'django', 'exprience', '12', 'months', 'web', 'scrapping'], ['django', 'exprience', '12', 'months', 'web', 'scrapping', 'exprience'], ['exprience', '12', 'months', 'web', 'scrapping', 'exprience', 'less'], ['12', 'months', 'web', 'scrapping', 'exprience', 'less', '1'], ['months', 'web', 'scrapping', 'exprience', 'less', '1', 'year'], ['web', 'scrapping', 'exprience', 'less', '1', 'year', 'monthscompany'], ['scrapping', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'ace'], ['1', 'year', 'monthscompany', 'details', 'company', 'ace', 'the'], ['year', 'monthscompany', 'details', 'company', 'ace', 'the', 'power'], ['monthscompany', 'details', 'company', 'ace', 'the', 'power', '5'], ['details', 'company', 'ace', 'the', 'power', '5', 'description'], ['company', 'ace', 'the', 'power', '5', 'description', 'the'], ['ace', 'the', 'power', '5', 'description', 'the', 'a'], ['the', 'power', '5', 'description', 'the', 'a', 'ountabilities'], ['power', '5', 'description', 'the', 'a', 'ountabilities', 'understanding'], ['5', 'description', 'the', 'a', 'ountabilities', 'understanding', 'functional'], ['description', 'the', 'a', 'ountabilities', 'understanding', 'functional', 'requirements'], ['the', 'a', 'ountabilities', 'understanding', 'functional', 'requirements', 'application'], ['a', 'ountabilities', 'understanding', 'functional', 'requirements', 'application', 'given'], ['ountabilities', 'understanding', 'functional', 'requirements', 'application', 'given', 'client'], ['understanding', 'functional', 'requirements', 'application', 'given', 'client', 'participated'], ['functional', 'requirements', 'application', 'given', 'client', 'participated', 'walkthroughs'], ['requirements', 'application', 'given', 'client', 'participated', 'walkthroughs', 'business'], ['application', 'given', 'client', 'participated', 'walkthroughs', 'business', 'requirements'], ['given', 'client', 'participated', 'walkthroughs', 'business', 'requirements', 'functional'], ['client', 'participated', 'walkthroughs', 'business', 'requirements', 'functional', 'requirements'], ['participated', 'walkthroughs', 'business', 'requirements', 'functional', 'requirements', 'technical'], ['walkthroughs', 'business', 'requirements', 'functional', 'requirements', 'technical', 'design'], ['business', 'requirements', 'functional', 'requirements', 'technical', 'design', 'ensure'], ['requirements', 'functional', 'requirements', 'technical', 'design', 'ensure', 'testability'], ['functional', 'requirements', 'technical', 'design', 'ensure', 'testability', 'responsible'], ['requirements', 'technical', 'design', 'ensure', 'testability', 'responsible', 'software'], ['technical', 'design', 'ensure', 'testability', 'responsible', 'software', 'configuration'], ['design', 'ensure', 'testability', 'responsible', 'software', 'configuration', 'management'], ['ensure', 'testability', 'responsible', 'software', 'configuration', 'management', 'project'], ['testability', 'responsible', 'software', 'configuration', 'management', 'project', 'deliverables'], ['responsible', 'software', 'configuration', 'management', 'project', 'deliverables', 'technical'], ['software', 'configuration', 'management', 'project', 'deliverables', 'technical', 'skill'], ['configuration', 'management', 'project', 'deliverables', 'technical', 'skill', 'set'], ['management', 'project', 'deliverables', 'technical', 'skill', 'set', 'languages'], ['project', 'deliverables', 'technical', 'skill', 'set', 'languages', 'c'], ['deliverables', 'technical', 'skill', 'set', 'languages', 'c', 'c'], ['technical', 'skill', 'set', 'languages', 'c', 'c', 'java'], ['skill', 'set', 'languages', 'c', 'c', 'java', 'python'], ['set', 'languages', 'c', 'c', 'java', 'python', 'python'], ['languages', 'c', 'c', 'java', 'python', 'python', 'liabray'], ['c', 'c', 'java', 'python', 'python', 'liabray', 'mysql'], ['c', 'java', 'python', 'python', 'liabray', 'mysql', 'django'], ['java', 'python', 'python', 'liabray', 'mysql', 'django', 'html'], ['python', 'python', 'liabray', 'mysql', 'django', 'html', 'scripting'], ['python', 'liabray', 'mysql', 'django', 'html', 'scripting', 'python'], ['liabray', 'mysql', 'django', 'html', 'scripting', 'python', 'gui'], ['mysql', 'django', 'html', 'scripting', 'python', 'gui', 'development'], ['django', 'html', 'scripting', 'python', 'gui', 'development', 'tk'], ['html', 'scripting', 'python', 'gui', 'development', 'tk', 'java'], ['scripting', 'python', 'gui', 'development', 'tk', 'java', 'company'], ['python', 'gui', 'development', 'tk', 'java', 'company', 'kranti'], ['gui', 'development', 'tk', 'java', 'company', 'kranti', 'dyanamics'], ['development', 'tk', 'java', 'company', 'kranti', 'dyanamics', 'description'], ['tk', 'java', 'company', 'kranti', 'dyanamics', 'description', 'programming'], ['java', 'company', 'kranti', 'dyanamics', 'description', 'programming', 'scripting'], ['company', 'kranti', 'dyanamics', 'description', 'programming', 'scripting', 'developer'], ['kranti', 'dyanamics', 'description', 'programming', 'scripting', 'developer', 'web'], ['dyanamics', 'description', 'programming', 'scripting', 'developer', 'web', 'scrapping'], ['operating', 'systems', 'windows', 'others', 'ms', 'excel', 'ms', 'office'], ['systems', 'windows', 'others', 'ms', 'excel', 'ms', 'office', 'ms'], ['windows', 'others', 'ms', 'excel', 'ms', 'office', 'ms', 'power'], ['others', 'ms', 'excel', 'ms', 'office', 'ms', 'power', 'point'], ['ms', 'excel', 'ms', 'office', 'ms', 'power', 'point', 'key'], ['excel', 'ms', 'office', 'ms', 'power', 'point', 'key', 'projects'], ['ms', 'office', 'ms', 'power', 'point', 'key', 'projects', 'handled'], ['office', 'ms', 'power', 'point', 'key', 'projects', 'handled', 'project'], ['ms', 'power', 'point', 'key', 'projects', 'handled', 'project', 'title'], ['power', 'point', 'key', 'projects', 'handled', 'project', 'title', 'fruit'], ['point', 'key', 'projects', 'handled', 'project', 'title', 'fruit', 'sorting'], ['key', 'projects', 'handled', 'project', 'title', 'fruit', 'sorting', 'disease'], ['projects', 'handled', 'project', 'title', 'fruit', 'sorting', 'disease', 'detection'], ...], [['skills'], ['visa'], ['b1'], ['visa'], ['usa'], ['onsite'], ['visits'], ['sweden'], ['us'], ['seattle'], ['education'], ['details'], ['january'], ['2013'], ['post'], ['graduate'], ['diploma'], ['information'], ['technology'], ['pune'], ['maharashtra'], ['symbiosis'], ['institute'], ['january'], ['2007'], ['bachelor'], ['engineering'], ['electronics'], ['telecommunications'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['cloud'], ['operations'], ['architect'], ['devops'], ['cloud'], ['operations'], ['architect'], ['devops'], ['devops'], ['skill'], ['details'], ['cloud'], ['computing'], ['exprience'], ['48'], ['months'], ['shell'], ['scripting'], ['exprience'], ['96'], ['months'], ['python'], ['exprience'], ['6'], ['months'], ['automation'], ['exprience'], ['72'], ['months'], ['solution'], ['architect'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['azure'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['aws'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['devops'], ['description'], ['type'], ['devops'], ['engineer'], ['platform'], ['aws'], ['cloud'], ['azure'], ['cloud'], ['services'], ['aws'], ['ec2'], ['rds'], ['cloudformation'], ['template'], ['lambda'], ['dynamo'], ['db'], ['cloud'], ['watch'], ['auto'], ['scaling'], ['elastic'], ['bean'], ['stalk'], ['appdynamics'], ['here'], ['i'], ['manage'], ['tibco'], ['spotfire'], ['enterprise'], ['cloud'], ['product'], ['support'], ['being'], ['ops'], ['member'], ['india'], ['i'], ['got'], ['chance'], ['recruit'], ['build'], ['entire'], ['team'], ['15'], ['members'], ['i'], ['also'], ['worked'], ['4'], ['different'], ['projects'], ['products'], ['simultaneously'], ['added'], ['hired'], ['members'], ['products'], ['my'], ['responsibilities'], ['project'], ['include'], ['1'], ['managing'], ['tibco'], ['spotfire'], ['enterprise'], ['cloud'], ['environment'], ['2'], ['helping'], ['india'], ['qa'], ['team'], ['pre'], ['production'], ['environment'], ['testing'], ['3'], ['coordinating'], ['production'], ['deployment'], ['hot'], ['fixes'], ['4'], ['leading'], ['team'], ['handling'], ['4'], ['projects'], ['5'], ['arranging'], ['workshops'], ['new'], ['aws'], ['services'], ['entire'], ['team'], ['shell'], ['scripts'], ['automation'], ['wrote'], ['shell'], ['script'], ['extract'], ['aws'], ['running'], ['instances'], ['shut'], ['wrote'], ['shell'], ['script'], ['extract'], ['free'], ['eip'], ['release'], ['wrote'], ['lambda'], ['function'], ['trigger'], ['important'], ['scripts'], ['company'], ['synechron'], ['technologies'], ['limited'], ['description'], ['type'], ['administration'], ['automation'], ['monitoring'], ['platform'], ['linux'], ['unix'], ['linux'], ['xen'], ['servers'], ['software'], ['puppet'], ['redhat'], ['satellite'], ['server'], ['sql'], ['database'], ['shell'], ['scripting'], ['my'], ['responsibilities'], ['project'], ['included'], ['1'], ['managing'], ['linux'], ['media'], ['servers'], ['farms'], ['provide'], ['application'], ['support'], ['2'], ['patching'], ['linux'], ['physical'], ['xen'], ['boxes'], ['3'], ['creating'], ['satellite'], ['channels'], ['satellite'], ['server'], ['4'], ['automation'], ['via'], ['shell'], ['scripting'], ['mysql'], ['db'], ['support'], ['5'], ['troubleshooting'], ['customized'], ['applications'], ['company'], ['tsys'], ['limited'], ['description'], ['type'], ['development'], ['automation'], ['monitoring'], ['platform'], ['linux'], ['unix'], ['windows'], ['software'], ['mysql'], ['database'], ['shell'], ['scripting'], ['here'], ['responsibility'], ['provide'], ['ess'], ['users'], ['rhds'], ['cvs'], ['dot'], ['project'], ['servers'], ['it'], ['also'], ['included'], ['providing'], ['ess'], ['users'], ['dev'], ['prod'], ['vdi'], ['servers'], ['handling'], ['mysql'], ['database'], ['shell'], ['scripting'], ['automate'], ['tasks'], ['my'], ['responsibilities'], ['project'], ['included'], ['1'], ['requirements'], ['analysis'], ['understanding'], ['requirements'], ['project'], ['planning'], ['environment'], ['ess'], ['required'], ['2'], ['implementing'], ['mysql'], ['replication'], ['linux'], ['servers'], ['3'], ['fine'], ['tuning'], ['existing'], ['applications'], ['4'], ['testing'], ['debugging'], ['scripts'], ['errors'], ['company'], ['patni'], ['computer'], ['systems'], ['limited'], ['description'], ['project'], ['cpi'], ['type'], ['development'], ['automation'], ['monitoring'], ['platform'], ['p8'], ['filenet'], ['linux'], ['unix'], ['ibm'], ['aix'], ['software'], ['sound'], ['knowledge'], ['html'], ['shell'], ['scripting'], ['client'], ['genworth'], ['financial'], ['duration'], ['2'], ['yrs'], ['2'], ['months'], ['role'], ['senior'], ['system'], ['engineer'], ['cpi'], ['maintenance'], ['project'], ['caters'], ['maintenance'], ['enhancements'], ['different'], ['applications'], ['part'], ['genworth'], ['imaging'], ['solutions'], ['it'], ['different'], ['applications'], ['process'], ['scanned'], ['insurance'], ['documents'], ['sent'], ['different'], ['providers'], ['stores'], ['information'], ['oracle'], ['database'], ['images'], ['p8'], ['filenet'], ['it'], ['multiple'], ['applications'], ['generate'], ['reports'], ['sent'], ['providers'], ['administration'], ['support'], ['providing'], ['support'], ['l1'], ['engineers'], ['monitoring'], ['p8'], ['filenet'], ['application'], ['handling'], ['tickets'], ['raised'], ['users'], ['administration'], ['10'], ['linux'], ['proxy'], ['servers'], ['mysql'], ['servers'], ['implementing'], ['mysql'], ['replication'], ['checking'], ['logs'], ['sites'], ['visited'], ['users'], ['data'], ['downloaded'], ['mysql'], ['oracle'], ['sql'], ['support'], ['preparing'], ['sql'], ['queries'], ['client'], ['users'], ['handling'], ['oracle'], ['database'], ['testing'], ['insert'], ['select'], ['update'], ['queries'], ['servers'], ['deploying'], ['production'], ['handling'], ['bugs'], ['raised'], ['users'], ['implementing'], ['mysql'], ['replication'], ['linux'], ['servers'], ['taking'], ['database'], ['backup'], ['mysql'], ['dump'], ['application'], ['support'], ['to'], ['make'], ['sure'], ['customer'], ['applications'], ['like'], ['eprocess'], ['trexo'], ['working'], ['fine'], ['to'], ['make'], ['sure'], ['customized'], ['filenet'], ['instances'], ['working'], ['fine'], ['writing'], ['scripts'], ['automate'], ['applications'], ['shell'], ['scripts'], ['automation'], ['wrote'], ['shell'], ['script'], ['delete'], ['logs'], ['older'], ['five'], ['days'], ['su'], ['essfully'], ['deployed'], ['production'], ['servers'], ['skills', 'visa'], ['visa', 'b1'], ['b1', 'visa'], ['visa', 'usa'], ['usa', 'onsite'], ['onsite', 'visits'], ['visits', 'sweden'], ['sweden', 'us'], ['us', 'seattle'], ['seattle', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2013'], ['2013', 'post'], ['post', 'graduate'], ['graduate', 'diploma'], ['diploma', 'information'], ['information', 'technology'], ['technology', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'symbiosis'], ['symbiosis', 'institute'], ['institute', 'january'], ['january', '2007'], ['2007', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'electronics'], ['electronics', 'telecommunications'], ['telecommunications', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'cloud'], ['cloud', 'operations'], ['operations', 'architect'], ['architect', 'devops'], ['devops', 'cloud'], ['cloud', 'operations'], ['operations', 'architect'], ['architect', 'devops'], ['devops', 'devops'], ['devops', 'skill'], ['skill', 'details'], ['details', 'cloud'], ['cloud', 'computing'], ['computing', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'shell'], ['shell', 'scripting'], ['scripting', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'automation'], ['automation', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'solution'], ['solution', 'architect'], ['architect', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'azure'], ['azure', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'aws'], ['aws', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'devops'], ['devops', 'description'], ['description', 'type'], ['type', 'devops'], ['devops', 'engineer'], ['engineer', 'platform'], ['platform', 'aws'], ['aws', 'cloud'], ['cloud', 'azure'], ['azure', 'cloud'], ['cloud', 'services'], ['services', 'aws'], ['aws', 'ec2'], ['ec2', 'rds'], ['rds', 'cloudformation'], ['cloudformation', 'template'], ['template', 'lambda'], ['lambda', 'dynamo'], ['dynamo', 'db'], ['db', 'cloud'], ['cloud', 'watch'], ['watch', 'auto'], ['auto', 'scaling'], ['scaling', 'elastic'], ['elastic', 'bean'], ['bean', 'stalk'], ['stalk', 'appdynamics'], ['appdynamics', 'here'], ['here', 'i'], ['i', 'manage'], ['manage', 'tibco'], ['tibco', 'spotfire'], ['spotfire', 'enterprise'], ['enterprise', 'cloud'], ['cloud', 'product'], ['product', 'support'], ['support', 'being'], ['being', 'ops'], ['ops', 'member'], ['member', 'india'], ['india', 'i'], ['i', 'got'], ['got', 'chance'], ['chance', 'recruit'], ['recruit', 'build'], ['build', 'entire'], ['entire', 'team'], ['team', '15'], ['15', 'members'], ['members', 'i'], ['i', 'also'], ['also', 'worked'], ['worked', '4'], ['4', 'different'], ['different', 'projects'], ['projects', 'products'], ['products', 'simultaneously'], ['simultaneously', 'added'], ['added', 'hired'], ['hired', 'members'], ['members', 'products'], ['products', 'my'], ['my', 'responsibilities'], ['responsibilities', 'project'], ['project', 'include'], ['include', '1'], ['1', 'managing'], ['managing', 'tibco'], ['tibco', 'spotfire'], ['spotfire', 'enterprise'], ['enterprise', 'cloud'], ['cloud', 'environment'], ['environment', '2'], ['2', 'helping'], ['helping', 'india'], ['india', 'qa'], ['qa', 'team'], ['team', 'pre'], ['pre', 'production'], ['production', 'environment'], ['environment', 'testing'], ['testing', '3'], ['3', 'coordinating'], ['coordinating', 'production'], ['production', 'deployment'], ['deployment', 'hot'], ['hot', 'fixes'], ['fixes', '4'], ['4', 'leading'], ['leading', 'team'], ['team', 'handling'], ['handling', '4'], ['4', 'projects'], ['projects', '5'], ['5', 'arranging'], ['arranging', 'workshops'], ['workshops', 'new'], ['new', 'aws'], ['aws', 'services'], ['services', 'entire'], ['entire', 'team'], ['team', 'shell'], ['shell', 'scripts'], ['scripts', 'automation'], ['automation', 'wrote'], ['wrote', 'shell'], ['shell', 'script'], ['script', 'extract'], ['extract', 'aws'], ['aws', 'running'], ['running', 'instances'], ['instances', 'shut'], ['shut', 'wrote'], ['wrote', 'shell'], ['shell', 'script'], ['script', 'extract'], ['extract', 'free'], ['free', 'eip'], ['eip', 'release'], ['release', 'wrote'], ['wrote', 'lambda'], ['lambda', 'function'], ['function', 'trigger'], ['trigger', 'important'], ['important', 'scripts'], ['scripts', 'company'], ['company', 'synechron'], ['synechron', 'technologies'], ['technologies', 'limited'], ['limited', 'description'], ['description', 'type'], ['type', 'administration'], ['administration', 'automation'], ['automation', 'monitoring'], ['monitoring', 'platform'], ['platform', 'linux'], ['linux', 'unix'], ['unix', 'linux'], ['linux', 'xen'], ['xen', 'servers'], ['servers', 'software'], ['software', 'puppet'], ['puppet', 'redhat'], ['redhat', 'satellite'], ['satellite', 'server'], ['server', 'sql'], ['sql', 'database'], ['database', 'shell'], ['shell', 'scripting'], ['scripting', 'my'], ['my', 'responsibilities'], ['responsibilities', 'project'], ['project', 'included'], ['included', '1'], ['1', 'managing'], ['managing', 'linux'], ['linux', 'media'], ['media', 'servers'], ['servers', 'farms'], ['farms', 'provide'], ['provide', 'application'], ['application', 'support'], ['support', '2'], ['2', 'patching'], ['patching', 'linux'], ['linux', 'physical'], ['physical', 'xen'], ['xen', 'boxes'], ['boxes', '3'], ['3', 'creating'], ['creating', 'satellite'], ['satellite', 'channels'], ['channels', 'satellite'], ['satellite', 'server'], ['server', '4'], ['4', 'automation'], ['automation', 'via'], ['via', 'shell'], ['shell', 'scripting'], ['scripting', 'mysql'], ['mysql', 'db'], ['db', 'support'], ['support', '5'], ['5', 'troubleshooting'], ['troubleshooting', 'customized'], ['customized', 'applications'], ['applications', 'company'], ['company', 'tsys'], ['tsys', 'limited'], ['limited', 'description'], ['description', 'type'], ['type', 'development'], ['development', 'automation'], ['automation', 'monitoring'], ['monitoring', 'platform'], ['platform', 'linux'], ['linux', 'unix'], ['unix', 'windows'], ['windows', 'software'], ['software', 'mysql'], ['mysql', 'database'], ['database', 'shell'], ['shell', 'scripting'], ['scripting', 'here'], ['here', 'responsibility'], ['responsibility', 'provide'], ['provide', 'ess'], ['ess', 'users'], ['users', 'rhds'], ['rhds', 'cvs'], ['cvs', 'dot'], ['dot', 'project'], ['project', 'servers'], ['servers', 'it'], ['it', 'also'], ['also', 'included'], ['included', 'providing'], ['providing', 'ess'], ['ess', 'users'], ['users', 'dev'], ['dev', 'prod'], ['prod', 'vdi'], ['vdi', 'servers'], ['servers', 'handling'], ['handling', 'mysql'], ['mysql', 'database'], ['database', 'shell'], ['shell', 'scripting'], ['scripting', 'automate'], ['automate', 'tasks'], ['tasks', 'my'], ['my', 'responsibilities'], ['responsibilities', 'project'], ['project', 'included'], ['included', '1'], ['1', 'requirements'], ['requirements', 'analysis'], ['analysis', 'understanding'], ['understanding', 'requirements'], ['requirements', 'project'], ['project', 'planning'], ['planning', 'environment'], ['environment', 'ess'], ['ess', 'required'], ['required', '2'], ['2', 'implementing'], ['implementing', 'mysql'], ['mysql', 'replication'], ['replication', 'linux'], ['linux', 'servers'], ['servers', '3'], ['3', 'fine'], ['fine', 'tuning'], ['tuning', 'existing'], ['existing', 'applications'], ['applications', '4'], ['4', 'testing'], ['testing', 'debugging'], ['debugging', 'scripts'], ['scripts', 'errors'], ['errors', 'company'], ['company', 'patni'], ['patni', 'computer'], ['computer', 'systems'], ['systems', 'limited'], ['limited', 'description'], ['description', 'project'], ['project', 'cpi'], ['cpi', 'type'], ['type', 'development'], ['development', 'automation'], ['automation', 'monitoring'], ['monitoring', 'platform'], ['platform', 'p8'], ['p8', 'filenet'], ['filenet', 'linux'], ['linux', 'unix'], ['unix', 'ibm'], ['ibm', 'aix'], ['aix', 'software'], ['software', 'sound'], ['sound', 'knowledge'], ['knowledge', 'html'], ['html', 'shell'], ['shell', 'scripting'], ['scripting', 'client'], ['client', 'genworth'], ['genworth', 'financial'], ['financial', 'duration'], ['duration', '2'], ['2', 'yrs'], ['yrs', '2'], ['2', 'months'], ['months', 'role'], ['role', 'senior'], ['senior', 'system'], ['system', 'engineer'], ['engineer', 'cpi'], ['cpi', 'maintenance'], ['maintenance', 'project'], ['project', 'caters'], ['caters', 'maintenance'], ['maintenance', 'enhancements'], ['enhancements', 'different'], ['different', 'applications'], ['applications', 'part'], ['part', 'genworth'], ['genworth', 'imaging'], ['imaging', 'solutions'], ['solutions', 'it'], ['it', 'different'], ['different', 'applications'], ['applications', 'process'], ['process', 'scanned'], ['scanned', 'insurance'], ['insurance', 'documents'], ['documents', 'sent'], ['sent', 'different'], ['different', 'providers'], ['providers', 'stores'], ['stores', 'information'], ['information', 'oracle'], ['oracle', 'database'], ['database', 'images'], ['images', 'p8'], ['p8', 'filenet'], ['filenet', 'it'], ['it', 'multiple'], ['multiple', 'applications'], ['applications', 'generate'], ['generate', 'reports'], ['reports', 'sent'], ['sent', 'providers'], ['providers', 'administration'], ['administration', 'support'], ['support', 'providing'], ['providing', 'support'], ['support', 'l1'], ['l1', 'engineers'], ['engineers', 'monitoring'], ['monitoring', 'p8'], ['p8', 'filenet'], ['filenet', 'application'], ['application', 'handling'], ['handling', 'tickets'], ['tickets', 'raised'], ['raised', 'users'], ['users', 'administration'], ['administration', '10'], ['10', 'linux'], ['linux', 'proxy'], ['proxy', 'servers'], ['servers', 'mysql'], ['mysql', 'servers'], ['servers', 'implementing'], ['implementing', 'mysql'], ['mysql', 'replication'], ['replication', 'checking'], ['checking', 'logs'], ['logs', 'sites'], ['sites', 'visited'], ['visited', 'users'], ['users', 'data'], ['data', 'downloaded'], ['downloaded', 'mysql'], ['mysql', 'oracle'], ['oracle', 'sql'], ['sql', 'support'], ['support', 'preparing'], ['preparing', 'sql'], ['sql', 'queries'], ['queries', 'client'], ['client', 'users'], ['users', 'handling'], ['handling', 'oracle'], ['oracle', 'database'], ['database', 'testing'], ['testing', 'insert'], ['insert', 'select'], ['select', 'update'], ['update', 'queries'], ['queries', 'servers'], ['servers', 'deploying'], ['deploying', 'production'], ['production', 'handling'], ['handling', 'bugs'], ['bugs', 'raised'], ['raised', 'users'], ['users', 'implementing'], ['implementing', 'mysql'], ['mysql', 'replication'], ['replication', 'linux'], ['linux', 'servers'], ['servers', 'taking'], ['taking', 'database'], ['database', 'backup'], ['backup', 'mysql'], ...], [['software'], ['proficiency'], ['languages'], ['basics'], ['c'], ['sql'], ['pl'], ['sql'], ['java'], ['javaee'], ['javascript'], ['html'], ['css'], ['jquery'], ['mysql'], ['spring'], ['hibernate'], ['software'], ['tools'], ['xillinx'], ['modelsim'], ['matlab'], ['multisim'], ['operating'], ['systems'], ['windows'], ['xp'], ['vista'], ['07'], ['08'], ['ubuntu'], ['project'], ['profile'], ['b'], ['e'], ['project'], ['fpga'], ['implementation'], ['team'], ['size'], ['4'], ['role'], ['programmer'], ['aes'], ['algorithm'], ['aes'], ['advanced'], ['encryption'], ['standard'], ['used'], ['cryptography'], ['protect'], ['data'], ['it'], ['encrypted'], ['secret'], ['key'], ['t'], ['e'], ['project'], ['sorting'], ['robot'], ['team'], ['size'], ['3'], ['role'], ['mechanism'], ['designer'], ['the'], ['tcs'], ['230'], ['sensor'], ['sorts'], ['rgb'], ['color'], ['balls'], ['ording'], ['color'], ['diploma'], ['project'], ['rfid'], ['based'], ['student'], ['team'], ['size'], ['4'], ['role'], ['interface'], ['attendance'], ['system'], ['using'], ['gsm'], ['in'], ['student'], ['show'], ['rfid'], ['card'], ['message'], ['send'], ['via'], ['gsm'], ['parent'], ['ward'], ['present'], ['education'], ['details'], ['may'], ['2016'], ['b'], ['e'], ['savitribai'], ['phule'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['march'], ['2010'], ['s'], ['s'], ['c'], ['maharashtra'], ['board'], ['devops'], ['engineer'], ['skill'], ['details'], ['c'], ['exprience'], ['6'], ['months'], ['c'], ['exprience'], ['6'], ['months'], ['sql'], ['exprience'], ['6'], ['months'], ['pl'], ['sql'], ['exprience'], ['6'], ['months'], ['core'], ['java'], ['exprience'], ['6'], ['months'], ['javascript'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['html'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['css'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jquery'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['javaee'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['mysql'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['python'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['parkar'], ['consulting'], ['labs'], ['description'], ['i'], ['working'], ['devops'], ['team'], ['parkar'], ['consulting'], ['labs'], ['i'], ['hands'], ['aws'], ['well'], ['python'], ['software', 'proficiency'], ['proficiency', 'languages'], ['languages', 'basics'], ['basics', 'c'], ['c', 'sql'], ['sql', 'pl'], ['pl', 'sql'], ['sql', 'java'], ['java', 'javaee'], ['javaee', 'javascript'], ['javascript', 'html'], ['html', 'css'], ['css', 'jquery'], ['jquery', 'mysql'], ['mysql', 'spring'], ['spring', 'hibernate'], ['hibernate', 'software'], ['software', 'tools'], ['tools', 'xillinx'], ['xillinx', 'modelsim'], ['modelsim', 'matlab'], ['matlab', 'multisim'], ['multisim', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', 'vista'], ['vista', '07'], ['07', '08'], ['08', 'ubuntu'], ['ubuntu', 'project'], ['project', 'profile'], ['profile', 'b'], ['b', 'e'], ['e', 'project'], ['project', 'fpga'], ['fpga', 'implementation'], ['implementation', 'team'], ['team', 'size'], ['size', '4'], ['4', 'role'], ['role', 'programmer'], ['programmer', 'aes'], ['aes', 'algorithm'], ['algorithm', 'aes'], ['aes', 'advanced'], ['advanced', 'encryption'], ['encryption', 'standard'], ['standard', 'used'], ['used', 'cryptography'], ['cryptography', 'protect'], ['protect', 'data'], ['data', 'it'], ['it', 'encrypted'], ['encrypted', 'secret'], ['secret', 'key'], ['key', 't'], ['t', 'e'], ['e', 'project'], ['project', 'sorting'], ['sorting', 'robot'], ['robot', 'team'], ['team', 'size'], ['size', '3'], ['3', 'role'], ['role', 'mechanism'], ['mechanism', 'designer'], ['designer', 'the'], ['the', 'tcs'], ['tcs', '230'], ['230', 'sensor'], ['sensor', 'sorts'], ['sorts', 'rgb'], ['rgb', 'color'], ['color', 'balls'], ['balls', 'ording'], ['ording', 'color'], ['color', 'diploma'], ['diploma', 'project'], ['project', 'rfid'], ['rfid', 'based'], ['based', 'student'], ['student', 'team'], ['team', 'size'], ['size', '4'], ['4', 'role'], ['role', 'interface'], ['interface', 'attendance'], ['attendance', 'system'], ['system', 'using'], ['using', 'gsm'], ['gsm', 'in'], ['in', 'student'], ['student', 'show'], ['show', 'rfid'], ['rfid', 'card'], ['card', 'message'], ['message', 'send'], ['send', 'via'], ['via', 'gsm'], ['gsm', 'parent'], ['parent', 'ward'], ['ward', 'present'], ['present', 'education'], ['education', 'details'], ['details', 'may'], ['may', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'savitribai'], ['savitribai', 'phule'], ['phule', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'march'], ['march', '2010'], ['2010', 's'], ['s', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'board'], ['board', 'devops'], ['devops', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'pl'], ['pl', 'sql'], ['sql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'core'], ['core', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'css'], ['css', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'javaee'], ['javaee', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'parkar'], ['parkar', 'consulting'], ['consulting', 'labs'], ['labs', 'description'], ['description', 'i'], ['i', 'working'], ['working', 'devops'], ['devops', 'team'], ['team', 'parkar'], ['parkar', 'consulting'], ['consulting', 'labs'], ['labs', 'i'], ['i', 'hands'], ['hands', 'aws'], ['aws', 'well'], ['well', 'python'], ['software', 'proficiency', 'languages'], ['proficiency', 'languages', 'basics'], ['languages', 'basics', 'c'], ['basics', 'c', 'sql'], ['c', 'sql', 'pl'], ['sql', 'pl', 'sql'], ['pl', 'sql', 'java'], ['sql', 'java', 'javaee'], ['java', 'javaee', 'javascript'], ['javaee', 'javascript', 'html'], ['javascript', 'html', 'css'], ['html', 'css', 'jquery'], ['css', 'jquery', 'mysql'], ['jquery', 'mysql', 'spring'], ['mysql', 'spring', 'hibernate'], ['spring', 'hibernate', 'software'], ['hibernate', 'software', 'tools'], ['software', 'tools', 'xillinx'], ['tools', 'xillinx', 'modelsim'], ['xillinx', 'modelsim', 'matlab'], ['modelsim', 'matlab', 'multisim'], ['matlab', 'multisim', 'operating'], ['multisim', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', 'vista'], ['xp', 'vista', '07'], ['vista', '07', '08'], ['07', '08', 'ubuntu'], ['08', 'ubuntu', 'project'], ['ubuntu', 'project', 'profile'], ['project', 'profile', 'b'], ['profile', 'b', 'e'], ['b', 'e', 'project'], ['e', 'project', 'fpga'], ['project', 'fpga', 'implementation'], ['fpga', 'implementation', 'team'], ['implementation', 'team', 'size'], ['team', 'size', '4'], ['size', '4', 'role'], ['4', 'role', 'programmer'], ['role', 'programmer', 'aes'], ['programmer', 'aes', 'algorithm'], ['aes', 'algorithm', 'aes'], ['algorithm', 'aes', 'advanced'], ['aes', 'advanced', 'encryption'], ['advanced', 'encryption', 'standard'], ['encryption', 'standard', 'used'], ['standard', 'used', 'cryptography'], ['used', 'cryptography', 'protect'], ['cryptography', 'protect', 'data'], ['protect', 'data', 'it'], ['data', 'it', 'encrypted'], ['it', 'encrypted', 'secret'], ['encrypted', 'secret', 'key'], ['secret', 'key', 't'], ['key', 't', 'e'], ['t', 'e', 'project'], ['e', 'project', 'sorting'], ['project', 'sorting', 'robot'], ['sorting', 'robot', 'team'], ['robot', 'team', 'size'], ['team', 'size', '3'], ['size', '3', 'role'], ['3', 'role', 'mechanism'], ['role', 'mechanism', 'designer'], ['mechanism', 'designer', 'the'], ['designer', 'the', 'tcs'], ['the', 'tcs', '230'], ['tcs', '230', 'sensor'], ['230', 'sensor', 'sorts'], ['sensor', 'sorts', 'rgb'], ['sorts', 'rgb', 'color'], ['rgb', 'color', 'balls'], ['color', 'balls', 'ording'], ['balls', 'ording', 'color'], ['ording', 'color', 'diploma'], ['color', 'diploma', 'project'], ['diploma', 'project', 'rfid'], ['project', 'rfid', 'based'], ['rfid', 'based', 'student'], ['based', 'student', 'team'], ['student', 'team', 'size'], ['team', 'size', '4'], ['size', '4', 'role'], ['4', 'role', 'interface'], ['role', 'interface', 'attendance'], ['interface', 'attendance', 'system'], ['attendance', 'system', 'using'], ['system', 'using', 'gsm'], ['using', 'gsm', 'in'], ['gsm', 'in', 'student'], ['in', 'student', 'show'], ['student', 'show', 'rfid'], ['show', 'rfid', 'card'], ['rfid', 'card', 'message'], ['card', 'message', 'send'], ['message', 'send', 'via'], ['send', 'via', 'gsm'], ['via', 'gsm', 'parent'], ['gsm', 'parent', 'ward'], ['parent', 'ward', 'present'], ['ward', 'present', 'education'], ['present', 'education', 'details'], ['education', 'details', 'may'], ['details', 'may', '2016'], ['may', '2016', 'b'], ['2016', 'b', 'e'], ['b', 'e', 'savitribai'], ['e', 'savitribai', 'phule'], ['savitribai', 'phule', 'pune'], ['phule', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'march'], ['university', 'march', '2010'], ['march', '2010', 's'], ['2010', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'board'], ['maharashtra', 'board', 'devops'], ['board', 'devops', 'engineer'], ['devops', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'c'], ['details', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'pl'], ['months', 'pl', 'sql'], ['pl', 'sql', 'exprience'], ['sql', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'core'], ['months', 'core', 'java'], ['core', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'css'], ['months', 'css', 'exprience'], ['css', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'jquery'], ['months', 'jquery', 'exprience'], ['jquery', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'javaee'], ['months', 'javaee', 'exprience'], ['javaee', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'python'], ['months', 'python', 'exprience'], ['python', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'parkar'], ['company', 'parkar', 'consulting'], ['parkar', 'consulting', 'labs'], ['consulting', 'labs', 'description'], ['labs', 'description', 'i'], ['description', 'i', 'working'], ['i', 'working', 'devops'], ['working', 'devops', 'team'], ['devops', 'team', 'parkar'], ['team', 'parkar', 'consulting'], ['parkar', 'consulting', 'labs'], ['consulting', 'labs', 'i'], ['labs', 'i', 'hands'], ['i', 'hands', 'aws'], ['hands', 'aws', 'well'], ['aws', 'well', 'python'], ['software', 'proficiency', 'languages', 'basics'], ['proficiency', 'languages', 'basics', 'c'], ['languages', 'basics', 'c', 'sql'], ['basics', 'c', 'sql', 'pl'], ['c', 'sql', 'pl', 'sql'], ['sql', 'pl', 'sql', 'java'], ['pl', 'sql', 'java', 'javaee'], ['sql', 'java', 'javaee', 'javascript'], ['java', 'javaee', 'javascript', 'html'], ['javaee', 'javascript', 'html', 'css'], ['javascript', 'html', 'css', 'jquery'], ['html', 'css', 'jquery', 'mysql'], ['css', 'jquery', 'mysql', 'spring'], ['jquery', 'mysql', 'spring', 'hibernate'], ['mysql', 'spring', 'hibernate', 'software'], ['spring', 'hibernate', 'software', 'tools'], ['hibernate', 'software', 'tools', 'xillinx'], ['software', 'tools', 'xillinx', 'modelsim'], ['tools', 'xillinx', 'modelsim', 'matlab'], ['xillinx', 'modelsim', 'matlab', 'multisim'], ['modelsim', 'matlab', 'multisim', 'operating'], ['matlab', 'multisim', 'operating', 'systems'], ['multisim', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', 'xp'], ['systems', 'windows', 'xp', 'vista'], ['windows', 'xp', 'vista', '07'], ['xp', 'vista', '07', '08'], ['vista', '07', '08', 'ubuntu'], ['07', '08', 'ubuntu', 'project'], ['08', 'ubuntu', 'project', 'profile'], ['ubuntu', 'project', 'profile', 'b'], ['project', 'profile', 'b', 'e'], ['profile', 'b', 'e', 'project'], ['b', 'e', 'project', 'fpga'], ['e', 'project', 'fpga', 'implementation'], ['project', 'fpga', 'implementation', 'team'], ['fpga', 'implementation', 'team', 'size'], ['implementation', 'team', 'size', '4'], ['team', 'size', '4', 'role'], ['size', '4', 'role', 'programmer'], ['4', 'role', 'programmer', 'aes'], ['role', 'programmer', 'aes', 'algorithm'], ['programmer', 'aes', 'algorithm', 'aes'], ['aes', 'algorithm', 'aes', 'advanced'], ['algorithm', 'aes', 'advanced', 'encryption'], ['aes', 'advanced', 'encryption', 'standard'], ['advanced', 'encryption', 'standard', 'used'], ['encryption', 'standard', 'used', 'cryptography'], ['standard', 'used', 'cryptography', 'protect'], ['used', 'cryptography', 'protect', 'data'], ['cryptography', 'protect', 'data', 'it'], ['protect', 'data', 'it', 'encrypted'], ['data', 'it', 'encrypted', 'secret'], ['it', 'encrypted', 'secret', 'key'], ['encrypted', 'secret', 'key', 't'], ['secret', 'key', 't', 'e'], ['key', 't', 'e', 'project'], ['t', 'e', 'project', 'sorting'], ['e', 'project', 'sorting', 'robot'], ['project', 'sorting', 'robot', 'team'], ['sorting', 'robot', 'team', 'size'], ['robot', 'team', 'size', '3'], ['team', 'size', '3', 'role'], ['size', '3', 'role', 'mechanism'], ['3', 'role', 'mechanism', 'designer'], ['role', 'mechanism', 'designer', 'the'], ['mechanism', 'designer', 'the', 'tcs'], ['designer', 'the', 'tcs', '230'], ['the', 'tcs', '230', 'sensor'], ['tcs', '230', 'sensor', 'sorts'], ['230', 'sensor', 'sorts', 'rgb'], ['sensor', 'sorts', 'rgb', 'color'], ['sorts', 'rgb', 'color', 'balls'], ['rgb', 'color', 'balls', 'ording'], ['color', 'balls', 'ording', 'color'], ['balls', 'ording', 'color', 'diploma'], ['ording', 'color', 'diploma', 'project'], ['color', 'diploma', 'project', 'rfid'], ['diploma', 'project', 'rfid', 'based'], ['project', 'rfid', 'based', 'student'], ['rfid', 'based', 'student', 'team'], ['based', 'student', 'team', 'size'], ['student', 'team', 'size', '4'], ['team', 'size', '4', 'role'], ['size', '4', 'role', 'interface'], ['4', 'role', 'interface', 'attendance'], ['role', 'interface', 'attendance', 'system'], ['interface', 'attendance', 'system', 'using'], ['attendance', 'system', 'using', 'gsm'], ['system', 'using', 'gsm', 'in'], ['using', 'gsm', 'in', 'student'], ['gsm', 'in', 'student', 'show'], ['in', 'student', 'show', 'rfid'], ['student', 'show', 'rfid', 'card'], ['show', 'rfid', 'card', 'message'], ['rfid', 'card', 'message', 'send'], ['card', 'message', 'send', 'via'], ['message', 'send', 'via', 'gsm'], ['send', 'via', 'gsm', 'parent'], ['via', 'gsm', 'parent', 'ward'], ['gsm', 'parent', 'ward', 'present'], ['parent', 'ward', 'present', 'education'], ['ward', 'present', 'education', 'details'], ['present', 'education', 'details', 'may'], ['education', 'details', 'may', '2016'], ['details', 'may', '2016', 'b'], ['may', '2016', 'b', 'e'], ['2016', 'b', 'e', 'savitribai'], ['b', 'e', 'savitribai', 'phule'], ['e', 'savitribai', 'phule', 'pune'], ['savitribai', 'phule', 'pune', 'maharashtra'], ['phule', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'march'], ['pune', 'university', 'march', '2010'], ['university', 'march', '2010', 's'], ['march', '2010', 's', 's'], ['2010', 's', 's', 'c'], ['s', 's', 'c', 'maharashtra'], ['s', 'c', 'maharashtra', 'board'], ['c', 'maharashtra', 'board', 'devops'], ['maharashtra', 'board', 'devops', 'engineer'], ['board', 'devops', 'engineer', 'skill'], ['devops', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'c'], ['skill', 'details', 'c', 'exprience'], ['details', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'c'], ['6', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'sql'], ['6', 'months', 'sql', 'exprience'], ['months', 'sql', 'exprience', '6'], ['sql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'pl'], ['6', 'months', 'pl', 'sql'], ['months', 'pl', 'sql', 'exprience'], ['pl', 'sql', 'exprience', '6'], ['sql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'core'], ['6', 'months', 'core', 'java'], ['months', 'core', 'java', 'exprience'], ['core', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'javascript'], ['6', 'months', 'javascript', 'exprience'], ['months', 'javascript', 'exprience', 'less'], ['javascript', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'html'], ['year', 'months', 'html', 'exprience'], ['months', 'html', 'exprience', 'less'], ['html', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'css'], ['year', 'months', 'css', 'exprience'], ['months', 'css', 'exprience', 'less'], ['css', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'jquery'], ['year', 'months', 'jquery', 'exprience'], ['months', 'jquery', 'exprience', 'less'], ['jquery', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'javaee'], ['year', 'months', 'javaee', 'exprience'], ['months', 'javaee', 'exprience', 'less'], ['javaee', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'mysql'], ['year', 'months', 'mysql', 'exprience'], ['months', 'mysql', 'exprience', 'less'], ['mysql', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'python'], ['year', 'months', 'python', 'exprience'], ['months', 'python', 'exprience', '6'], ['python', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'parkar'], ['details', 'company', 'parkar', 'consulting'], ['company', 'parkar', 'consulting', 'labs'], ['parkar', 'consulting', 'labs', 'description'], ['consulting', 'labs', 'description', 'i'], ['labs', 'description', 'i', 'working'], ['description', 'i', 'working', 'devops'], ['i', 'working', 'devops', 'team'], ['working', 'devops', 'team', 'parkar'], ['devops', 'team', 'parkar', 'consulting'], ['team', 'parkar', 'consulting', 'labs'], ['parkar', 'consulting', 'labs', 'i'], ['consulting', 'labs', 'i', 'hands'], ['labs', 'i', 'hands', 'aws'], ['i', 'hands', 'aws', 'well'], ['hands', 'aws', 'well', 'python'], ['software', 'proficiency', 'languages', 'basics', 'c'], ['proficiency', 'languages', 'basics', 'c', 'sql'], ['languages', 'basics', 'c', 'sql', 'pl'], ['basics', 'c', 'sql', 'pl', 'sql'], ['c', 'sql', 'pl', 'sql', 'java'], ['sql', 'pl', 'sql', 'java', 'javaee'], ['pl', 'sql', 'java', 'javaee', 'javascript'], ['sql', 'java', 'javaee', 'javascript', 'html'], ['java', 'javaee', 'javascript', 'html', 'css'], ['javaee', 'javascript', 'html', 'css', 'jquery'], ['javascript', 'html', 'css', 'jquery', 'mysql'], ['html', 'css', 'jquery', 'mysql', 'spring'], ['css', 'jquery', 'mysql', 'spring', 'hibernate'], ['jquery', 'mysql', 'spring', 'hibernate', 'software'], ['mysql', 'spring', 'hibernate', 'software', 'tools'], ['spring', 'hibernate', 'software', 'tools', 'xillinx'], ['hibernate', 'software', 'tools', 'xillinx', 'modelsim'], ['software', 'tools', 'xillinx', 'modelsim', 'matlab'], ['tools', 'xillinx', 'modelsim', 'matlab', 'multisim'], ['xillinx', 'modelsim', 'matlab', 'multisim', 'operating'], ['modelsim', 'matlab', 'multisim', 'operating', 'systems'], ['matlab', 'multisim', 'operating', 'systems', 'windows'], ['multisim', 'operating', 'systems', 'windows', 'xp'], ['operating', 'systems', 'windows', 'xp', 'vista'], ['systems', 'windows', 'xp', 'vista', '07'], ['windows', 'xp', 'vista', '07', '08'], ['xp', 'vista', '07', '08', 'ubuntu'], ['vista', '07', '08', 'ubuntu', 'project'], ['07', '08', 'ubuntu', 'project', 'profile'], ['08', 'ubuntu', 'project', 'profile', 'b'], ['ubuntu', 'project', 'profile', 'b', 'e'], ['project', 'profile', 'b', 'e', 'project'], ['profile', 'b', 'e', 'project', 'fpga'], ['b', 'e', 'project', 'fpga', 'implementation'], ['e', 'project', 'fpga', 'implementation', 'team'], ['project', 'fpga', 'implementation', 'team', 'size'], ['fpga', 'implementation', 'team', 'size', '4'], ['implementation', 'team', 'size', '4', 'role'], ['team', 'size', '4', 'role', 'programmer'], ['size', '4', 'role', 'programmer', 'aes'], ['4', 'role', 'programmer', 'aes', 'algorithm'], ['role', 'programmer', 'aes', 'algorithm', 'aes'], ['programmer', 'aes', 'algorithm', 'aes', 'advanced'], ['aes', 'algorithm', 'aes', 'advanced', 'encryption'], ['algorithm', 'aes', 'advanced', 'encryption', 'standard'], ['aes', 'advanced', 'encryption', 'standard', 'used'], ['advanced', 'encryption', 'standard', 'used', 'cryptography'], ['encryption', 'standard', 'used', 'cryptography', 'protect'], ['standard', 'used', 'cryptography', 'protect', 'data'], ['used', 'cryptography', 'protect', 'data', 'it'], ['cryptography', 'protect', 'data', 'it', 'encrypted'], ['protect', 'data', 'it', 'encrypted', 'secret'], ['data', 'it', 'encrypted', 'secret', 'key'], ['it', 'encrypted', 'secret', 'key', 't'], ['encrypted', 'secret', 'key', 't', 'e'], ['secret', 'key', 't', 'e', 'project'], ['key', 't', 'e', 'project', 'sorting'], ['t', 'e', 'project', 'sorting', 'robot'], ['e', 'project', 'sorting', 'robot', 'team'], ['project', 'sorting', 'robot', 'team', 'size'], ['sorting', 'robot', 'team', 'size', '3'], ['robot', 'team', 'size', '3', 'role'], ['team', 'size', '3', 'role', 'mechanism'], ['size', '3', 'role', 'mechanism', 'designer'], ['3', 'role', 'mechanism', 'designer', 'the'], ['role', 'mechanism', 'designer', 'the', 'tcs'], ['mechanism', 'designer', 'the', 'tcs', '230'], ['designer', 'the', 'tcs', '230', 'sensor'], ['the', 'tcs', '230', 'sensor', 'sorts'], ['tcs', '230', 'sensor', 'sorts', 'rgb'], ['230', 'sensor', 'sorts', 'rgb', 'color'], ['sensor', 'sorts', 'rgb', 'color', 'balls'], ['sorts', 'rgb', 'color', 'balls', 'ording'], ['rgb', 'color', 'balls', 'ording', 'color'], ['color', 'balls', 'ording', 'color', 'diploma'], ['balls', 'ording', 'color', 'diploma', 'project'], ['ording', 'color', 'diploma', 'project', 'rfid'], ['color', 'diploma', 'project', 'rfid', 'based'], ['diploma', 'project', 'rfid', 'based', 'student'], ['project', 'rfid', 'based', 'student', 'team'], ['rfid', 'based', 'student', 'team', 'size'], ['based', 'student', 'team', 'size', '4'], ['student', 'team', 'size', '4', 'role'], ['team', 'size', '4', 'role', 'interface'], ['size', '4', 'role', 'interface', 'attendance'], ['4', 'role', 'interface', 'attendance', 'system'], ['role', 'interface', 'attendance', 'system', 'using'], ['interface', 'attendance', 'system', 'using', 'gsm'], ['attendance', 'system', 'using', 'gsm', 'in'], ['system', 'using', 'gsm', 'in', 'student'], ['using', 'gsm', 'in', 'student', 'show'], ['gsm', 'in', 'student', 'show', 'rfid'], ['in', 'student', 'show', 'rfid', 'card'], ['student', 'show', 'rfid', 'card', 'message'], ['show', 'rfid', 'card', 'message', 'send'], ['rfid', 'card', 'message', 'send', 'via'], ['card', 'message', 'send', 'via', 'gsm'], ['message', 'send', 'via', 'gsm', 'parent'], ['send', 'via', 'gsm', 'parent', 'ward'], ['via', 'gsm', 'parent', 'ward', 'present'], ['gsm', 'parent', 'ward', 'present', 'education'], ['parent', 'ward', 'present', 'education', 'details'], ['ward', 'present', 'education', 'details', 'may'], ['present', 'education', 'details', 'may', '2016'], ['education', 'details', 'may', '2016', 'b'], ['details', 'may', '2016', 'b', 'e'], ['may', '2016', 'b', 'e', 'savitribai'], ['2016', 'b', 'e', 'savitribai', 'phule'], ['b', 'e', 'savitribai', 'phule', 'pune'], ['e', 'savitribai', 'phule', 'pune', 'maharashtra'], ['savitribai', 'phule', 'pune', 'maharashtra', 'pune'], ['phule', 'pune', 'maharashtra', 'pune', 'university'], ['pune', 'maharashtra', 'pune', 'university', 'march'], ['maharashtra', 'pune', 'university', 'march', '2010'], ['pune', 'university', 'march', '2010', 's'], ['university', 'march', '2010', 's', 's'], ['march', '2010', 's', 's', 'c'], ['2010', 's', 's', 'c', 'maharashtra'], ['s', 's', 'c', 'maharashtra', 'board'], ['s', 'c', 'maharashtra', 'board', 'devops'], ['c', 'maharashtra', 'board', 'devops', 'engineer'], ['maharashtra', 'board', 'devops', 'engineer', 'skill'], ['board', 'devops', 'engineer', 'skill', 'details'], ['devops', 'engineer', 'skill', 'details', 'c'], ['engineer', 'skill', 'details', 'c', 'exprience'], ['skill', 'details', 'c', 'exprience', '6'], ['details', 'c', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'c'], ['exprience', '6', 'months', 'c', 'exprience'], ['6', 'months', 'c', 'exprience', '6'], ['months', 'c', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'sql'], ['exprience', '6', 'months', 'sql', 'exprience'], ['6', 'months', 'sql', 'exprience', '6'], ['months', 'sql', 'exprience', '6', 'months'], ['sql', 'exprience', '6', 'months', 'pl'], ['exprience', '6', 'months', 'pl', 'sql'], ['6', 'months', 'pl', 'sql', 'exprience'], ['months', 'pl', 'sql', 'exprience', '6'], ['pl', 'sql', 'exprience', '6', 'months'], ['sql', 'exprience', '6', 'months', 'core'], ['exprience', '6', 'months', 'core', 'java'], ['6', 'months', 'core', 'java', 'exprience'], ['months', 'core', 'java', 'exprience', '6'], ['core', 'java', 'exprience', '6', 'months'], ['java', 'exprience', '6', 'months', 'javascript'], ['exprience', '6', 'months', 'javascript', 'exprience'], ['6', 'months', 'javascript', 'exprience', 'less'], ['months', 'javascript', 'exprience', 'less', '1'], ['javascript', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'html'], ['1', 'year', 'months', 'html', 'exprience'], ['year', 'months', 'html', 'exprience', 'less'], ['months', 'html', 'exprience', 'less', '1'], ['html', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'css'], ['1', 'year', 'months', 'css', 'exprience'], ['year', 'months', 'css', 'exprience', 'less'], ['months', 'css', 'exprience', 'less', '1'], ['css', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'jquery'], ['1', 'year', 'months', 'jquery', 'exprience'], ['year', 'months', 'jquery', 'exprience', 'less'], ['months', 'jquery', 'exprience', 'less', '1'], ['jquery', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'javaee'], ['1', 'year', 'months', 'javaee', 'exprience'], ['year', 'months', 'javaee', 'exprience', 'less'], ['months', 'javaee', 'exprience', 'less', '1'], ['javaee', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'mysql'], ['1', 'year', 'months', 'mysql', 'exprience'], ['year', 'months', 'mysql', 'exprience', 'less'], ...], [['core'], ['competencies'], ['ant'], ['maven'], ['git'], ['bitbucket'], ['jenkins'], ['linux'], ['ansible'], ['shell'], ['scripting'], ['requirement'], ['gathering'], ['continuous'], ['integration'], ['continuous'], ['deployment'], ['software'], ['development'], ['life'], ['cycle'], ['software'], ['testing'], ['life'], ['cycle'], ['documentation'], ['reporting'], ['test'], ['reports'], ['it'], ['skills'], ['primary'], ['skills'], ['dev'], ['ops'], ['methodologies'], ['programming'], ['languages'], ['c'], ['core'], ['java'], ['version'], ['controls'], ['git'], ['bitbucket'], ['build'], ['tools'], ['ant'], ['maven'], ['ci'], ['cd'], ['tools'], ['jenkins'], ['configuration'], ['management'], ['ansible'], ['scripting'], ['shell'], ['script'], ['application'], ['servers'], ['apache'], ['tomcat'], ['servereducation'], ['details'], ['june'], ['2015'], ['june'], ['2017'], ['masters'], ['science'], ['information'], ['technology'], ['hyderabad'], ['telangana'], ['jntu'], ['devops'], ['engineer'], ['devops'], ['engineer'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['skill'], ['details'], ['deployment'], ['exprience'], ['27'], ['months'], ['git'], ['exprience'], ['27'], ['months'], ['documentation'], ['exprience'], ['26'], ['months'], ['change'], ['management'], ['exprience'], ['10'], ['months'], ['configuration'], ['management'], ['exprience'], ['10'], ['monthscompany'], ['details'], ['company'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['date'], ['project'], ['description'], ['the'], ['scope'], ['project'], ['design'], ['develop'], ['e'], ['commerce'], ['product'], ['features'], ['sloan'], ['project'], ['it'], ['basically'], ['b2b'], ['project'], ['customer'], ['buy'], ['fixers'], ['sinks'], ['related'], ['product'], ['it'], ['focuses'], ['company'], ['stakeholders'], ['applications'], ['allow'], ['online'], ['sales'], ['distribution'], ['marketing'], ['product'], ['responsibilities'], ['detailed'], ['technical'], ['knowledge'], ['hands'], ['experience'], ['devops'], ['automation'], ['build'], ['engineering'], ['configura'], ['tion'], ['management'], ['creating'], ['fully'], ['automated'], ['ci'], ['build'], ['deployment'], ['infrastructure'], ['processes'], ['multiple'], ['projects'], ['developing'], ['scripts'], ['build'], ['deployment'], ['maintenance'], ['related'], ['tasks'], ['using'], ['jenkins'], ['installing'], ['configuring'], ['maintaining'], ['continuous'], ['integration'], ['automation'], ['configuration'], ['management'], ['tools'], ['developing'], ['ant'], ['maven'], ['shell'], ['scripts'], ['automatically'], ['compile'], ['package'], ['deploy'], ['war'], ['ear'], ['jar'], ['files'], ['mul'], ['tiple'], ['applications'], ['various'], ['platforms'], ['creating'], ['repositories'], ['branches'], ['managing'], ['permissions'], ['users'], ['maintaining'], ['git'], ['bitbucket'], ['deploying'], ['maintaining'], ['code'], ['application'], ['respectively'], ['configuring'], ['components'], ['increase'], ['usability'], ['working'], ['closely'], ['architecture'], ['development'], ['test'], ['security'], ['it'], ['services'], ['teams'], ['supporting'], ['business'], ['analysts'], ['getting'], ['used'], ['newly'], ['created'], ['jobs'], ['release'], ['activities'], ['communicating'], ['daily'], ['on'], ['site'], ['team'], ['analyzing'], ['requirements'], ['identifying'], ['gaps'], ['tracking'], ['logs'], ['issues'], ['project'], ['2'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['project'], ['name'], ['bangkok'], ['bank'], ['limited'], ['bbl'], ['thaitrade'], ['commercial'], ['e'], ['commerce'], ['payment'], ['portal'], ['company'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['role'], ['devops'], ['engineer'], ['devops'], ['engineer'], ['team'], ['involved'], ['different'], ['development'], ['teams'], ['multiple'], ['simultaneous'], ['software'], ['leases'], ['participated'], ['weekly'], ['release'], ['meetings'], ['different'], ['teams'], ['identify'], ['mitigate'], ['potential'], ['risks'], ['associated'], ['releases'], ['responsible'], ['creating'], ['repositories'], ['branches'], ['managing'], ['permissions'], ['users'], ['maintaining'], ['git'], ['creating'], ['fully'], ['automated'], ['ci'], ['build'], ['deployment'], ['infrastructure'], ['processes'], ['multiple'], ['projects'], ['analyze'], ['resolve'], ['conflicts'], ['related'], ['merging'], ['source'], ['code'], ['git'], ['responsible'], ['creating'], ['ant'], ['maven'], ['scripts'], ['build'], ['automation'], ['implemented'], ['setup'], ['master'], ['slave'], ['architecture'], ['improve'], ['performance'], ['jenkins'], ['handled'], ['end'], ['end'], ['deployments'], ['code'], ['propagation'], ['across'], ['different'], ['environments'], ['dev'], ['prod'], ['handled'], ['tasks'], ['developing'], ['maintaining'], ['change'], ['tasks'], ['closely'], ['working'], ['developers'], ['qa'], ['performance'], ['uat'], ['testers'], ['it'], ['team'], ['created'], ['maintained'], ['documentation'], ['build'], ['release'], ['processes'], ['application'], ['configuration'], ['coordinated'], ['developers'], ['business'], ['analyst'], ['mangers'], ['make'], ['sure'], ['code'], ['deployed'], ['production'], ['environment'], ['project'], ['1'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['project'], ['name'], ['sloan'], ['global'], ['holdings'], ['sloan'], ['e'], ['commerce'], ['company'], ['nendrasys'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['project'], ['description'], ['bbl'], ['development'], ['e'], ['commerce'], ['payment'], ['portal'], ['system'], ['as'], ['bbl'], ['require'], ['system'], ['support'], ['multiple'], ['merchants'], ['b2b'], ['b2c'], ['e'], ['commerce'], ['portal'], ['various'], ['payment'], ['options'], ['via'], ['online'], ['offline'], ['to'], ['achieve'], ['bbl'], ['made'], ['agreement'], ['thai'], ['trade'], ['thai'], ['trade'], ['one'], ['leading'], ['e'], ['commerce'], ['website'], ['recognized'], ['thai'], ['government'], ['in'], ['present'], ['thai'], ['trade'], ['good'], ['base'], ['users'], ['sellers'], ['several'], ['categories'], ['the'], ['scope'], ['project'], ['design'], ['develop'], ['e'], ['commerce'], ['product'], ['features'], ['bblwtp'], ['project'], ['it'], ['focuses'], ['company'], ['stakeholders'], ['applications'], ['allow'], ['online'], ['sales'], ['distribution'], ['marketing'], ['electronics'], ['responsibilities'], ['plan'], ['track'], ['activities'], ['involved'], ['build'], ['deployment'], ['resolving'], ['build'], ['issues'], ['developing'], ['scripts'], ['build'], ['deployment'], ['maintenance'], ['related'], ['tasks'], ['using'], ['jenkins'], ['collaboration'], ['development'], ['qa'], ['product'], ['managements'], ['build'], ['plans'], ['schedules'], ['send'], ['daily'], ['weekly'], ['reports'], ['team'], ['involved'], ['creating'], ['repositories'], ['branches'], ['merging'], ['activities'], ['backup'], ['restore'], ['activities'], ['subversion'], ['servers'], ['maintenance'], ['maven'], ['shell'], ['scripts'], ['safe'], ['builds'], ['deploys'], ['core', 'competencies'], ['competencies', 'ant'], ['ant', 'maven'], ['maven', 'git'], ['git', 'bitbucket'], ['bitbucket', 'jenkins'], ['jenkins', 'linux'], ['linux', 'ansible'], ['ansible', 'shell'], ['shell', 'scripting'], ['scripting', 'requirement'], ['requirement', 'gathering'], ['gathering', 'continuous'], ['continuous', 'integration'], ['integration', 'continuous'], ['continuous', 'deployment'], ['deployment', 'software'], ['software', 'development'], ['development', 'life'], ['life', 'cycle'], ['cycle', 'software'], ['software', 'testing'], ['testing', 'life'], ['life', 'cycle'], ['cycle', 'documentation'], ['documentation', 'reporting'], ['reporting', 'test'], ['test', 'reports'], ['reports', 'it'], ['it', 'skills'], ['skills', 'primary'], ['primary', 'skills'], ['skills', 'dev'], ['dev', 'ops'], ['ops', 'methodologies'], ['methodologies', 'programming'], ['programming', 'languages'], ['languages', 'c'], ['c', 'core'], ['core', 'java'], ['java', 'version'], ['version', 'controls'], ['controls', 'git'], ['git', 'bitbucket'], ['bitbucket', 'build'], ['build', 'tools'], ['tools', 'ant'], ['ant', 'maven'], ['maven', 'ci'], ['ci', 'cd'], ['cd', 'tools'], ['tools', 'jenkins'], ['jenkins', 'configuration'], ['configuration', 'management'], ['management', 'ansible'], ['ansible', 'scripting'], ['scripting', 'shell'], ['shell', 'script'], ['script', 'application'], ['application', 'servers'], ['servers', 'apache'], ['apache', 'tomcat'], ['tomcat', 'servereducation'], ['servereducation', 'details'], ['details', 'june'], ['june', '2015'], ['2015', 'june'], ['june', '2017'], ['2017', 'masters'], ['masters', 'science'], ['science', 'information'], ['information', 'technology'], ['technology', 'hyderabad'], ['hyderabad', 'telangana'], ['telangana', 'jntu'], ['jntu', 'devops'], ['devops', 'engineer'], ['engineer', 'devops'], ['devops', 'engineer'], ['engineer', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'deployment'], ['deployment', 'exprience'], ['exprience', '27'], ['27', 'months'], ['months', 'git'], ['git', 'exprience'], ['exprience', '27'], ['27', 'months'], ['months', 'documentation'], ['documentation', 'exprience'], ['exprience', '26'], ['26', 'months'], ['months', 'change'], ['change', 'management'], ['management', 'exprience'], ['exprience', '10'], ['10', 'months'], ['months', 'configuration'], ['configuration', 'management'], ['management', 'exprience'], ['exprience', '10'], ['10', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'date'], ['date', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'scope'], ['scope', 'project'], ['project', 'design'], ['design', 'develop'], ['develop', 'e'], ['e', 'commerce'], ['commerce', 'product'], ['product', 'features'], ['features', 'sloan'], ['sloan', 'project'], ['project', 'it'], ['it', 'basically'], ['basically', 'b2b'], ['b2b', 'project'], ['project', 'customer'], ['customer', 'buy'], ['buy', 'fixers'], ['fixers', 'sinks'], ['sinks', 'related'], ['related', 'product'], ['product', 'it'], ['it', 'focuses'], ['focuses', 'company'], ['company', 'stakeholders'], ['stakeholders', 'applications'], ['applications', 'allow'], ['allow', 'online'], ['online', 'sales'], ['sales', 'distribution'], ['distribution', 'marketing'], ['marketing', 'product'], ['product', 'responsibilities'], ['responsibilities', 'detailed'], ['detailed', 'technical'], ['technical', 'knowledge'], ['knowledge', 'hands'], ['hands', 'experience'], ['experience', 'devops'], ['devops', 'automation'], ['automation', 'build'], ['build', 'engineering'], ['engineering', 'configura'], ['configura', 'tion'], ['tion', 'management'], ['management', 'creating'], ['creating', 'fully'], ['fully', 'automated'], ['automated', 'ci'], ['ci', 'build'], ['build', 'deployment'], ['deployment', 'infrastructure'], ['infrastructure', 'processes'], ['processes', 'multiple'], ['multiple', 'projects'], ['projects', 'developing'], ['developing', 'scripts'], ['scripts', 'build'], ['build', 'deployment'], ['deployment', 'maintenance'], ['maintenance', 'related'], ['related', 'tasks'], ['tasks', 'using'], ['using', 'jenkins'], ['jenkins', 'installing'], ['installing', 'configuring'], ['configuring', 'maintaining'], ['maintaining', 'continuous'], ['continuous', 'integration'], ['integration', 'automation'], ['automation', 'configuration'], ['configuration', 'management'], ['management', 'tools'], ['tools', 'developing'], ['developing', 'ant'], ['ant', 'maven'], ['maven', 'shell'], ['shell', 'scripts'], ['scripts', 'automatically'], ['automatically', 'compile'], ['compile', 'package'], ['package', 'deploy'], ['deploy', 'war'], ['war', 'ear'], ['ear', 'jar'], ['jar', 'files'], ['files', 'mul'], ['mul', 'tiple'], ['tiple', 'applications'], ['applications', 'various'], ['various', 'platforms'], ['platforms', 'creating'], ['creating', 'repositories'], ['repositories', 'branches'], ['branches', 'managing'], ['managing', 'permissions'], ['permissions', 'users'], ['users', 'maintaining'], ['maintaining', 'git'], ['git', 'bitbucket'], ['bitbucket', 'deploying'], ['deploying', 'maintaining'], ['maintaining', 'code'], ['code', 'application'], ['application', 'respectively'], ['respectively', 'configuring'], ['configuring', 'components'], ['components', 'increase'], ['increase', 'usability'], ['usability', 'working'], ['working', 'closely'], ['closely', 'architecture'], ['architecture', 'development'], ['development', 'test'], ['test', 'security'], ['security', 'it'], ['it', 'services'], ['services', 'teams'], ['teams', 'supporting'], ['supporting', 'business'], ['business', 'analysts'], ['analysts', 'getting'], ['getting', 'used'], ['used', 'newly'], ['newly', 'created'], ['created', 'jobs'], ['jobs', 'release'], ['release', 'activities'], ['activities', 'communicating'], ['communicating', 'daily'], ['daily', 'on'], ['on', 'site'], ['site', 'team'], ['team', 'analyzing'], ['analyzing', 'requirements'], ['requirements', 'identifying'], ['identifying', 'gaps'], ['gaps', 'tracking'], ['tracking', 'logs'], ['logs', 'issues'], ['issues', 'project'], ['project', '2'], ['2', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'project'], ['project', 'name'], ['name', 'bangkok'], ['bangkok', 'bank'], ['bank', 'limited'], ['limited', 'bbl'], ['bbl', 'thaitrade'], ['thaitrade', 'commercial'], ['commercial', 'e'], ['e', 'commerce'], ['commerce', 'payment'], ['payment', 'portal'], ['portal', 'company'], ['company', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'role'], ['role', 'devops'], ['devops', 'engineer'], ['engineer', 'devops'], ['devops', 'engineer'], ['engineer', 'team'], ['team', 'involved'], ['involved', 'different'], ['different', 'development'], ['development', 'teams'], ['teams', 'multiple'], ['multiple', 'simultaneous'], ['simultaneous', 'software'], ['software', 'leases'], ['leases', 'participated'], ['participated', 'weekly'], ['weekly', 'release'], ['release', 'meetings'], ['meetings', 'different'], ['different', 'teams'], ['teams', 'identify'], ['identify', 'mitigate'], ['mitigate', 'potential'], ['potential', 'risks'], ['risks', 'associated'], ['associated', 'releases'], ['releases', 'responsible'], ['responsible', 'creating'], ['creating', 'repositories'], ['repositories', 'branches'], ['branches', 'managing'], ['managing', 'permissions'], ['permissions', 'users'], ['users', 'maintaining'], ['maintaining', 'git'], ['git', 'creating'], ['creating', 'fully'], ['fully', 'automated'], ['automated', 'ci'], ['ci', 'build'], ['build', 'deployment'], ['deployment', 'infrastructure'], ['infrastructure', 'processes'], ['processes', 'multiple'], ['multiple', 'projects'], ['projects', 'analyze'], ['analyze', 'resolve'], ['resolve', 'conflicts'], ['conflicts', 'related'], ['related', 'merging'], ['merging', 'source'], ['source', 'code'], ['code', 'git'], ['git', 'responsible'], ['responsible', 'creating'], ['creating', 'ant'], ['ant', 'maven'], ['maven', 'scripts'], ['scripts', 'build'], ['build', 'automation'], ['automation', 'implemented'], ['implemented', 'setup'], ['setup', 'master'], ['master', 'slave'], ['slave', 'architecture'], ['architecture', 'improve'], ['improve', 'performance'], ['performance', 'jenkins'], ['jenkins', 'handled'], ['handled', 'end'], ['end', 'end'], ['end', 'deployments'], ['deployments', 'code'], ['code', 'propagation'], ['propagation', 'across'], ['across', 'different'], ['different', 'environments'], ['environments', 'dev'], ['dev', 'prod'], ['prod', 'handled'], ['handled', 'tasks'], ['tasks', 'developing'], ['developing', 'maintaining'], ['maintaining', 'change'], ['change', 'tasks'], ['tasks', 'closely'], ['closely', 'working'], ['working', 'developers'], ['developers', 'qa'], ['qa', 'performance'], ['performance', 'uat'], ['uat', 'testers'], ['testers', 'it'], ['it', 'team'], ['team', 'created'], ['created', 'maintained'], ['maintained', 'documentation'], ['documentation', 'build'], ['build', 'release'], ['release', 'processes'], ['processes', 'application'], ['application', 'configuration'], ['configuration', 'coordinated'], ['coordinated', 'developers'], ['developers', 'business'], ['business', 'analyst'], ['analyst', 'mangers'], ['mangers', 'make'], ['make', 'sure'], ['sure', 'code'], ['code', 'deployed'], ['deployed', 'production'], ['production', 'environment'], ['environment', 'project'], ['project', '1'], ['1', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'project'], ['project', 'name'], ['name', 'sloan'], ['sloan', 'global'], ['global', 'holdings'], ['holdings', 'sloan'], ['sloan', 'e'], ['e', 'commerce'], ['commerce', 'company'], ['company', 'nendrasys'], ['nendrasys', 'technologies'], ['technologies', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'project'], ['project', 'description'], ['description', 'bbl'], ['bbl', 'development'], ['development', 'e'], ['e', 'commerce'], ['commerce', 'payment'], ['payment', 'portal'], ['portal', 'system'], ['system', 'as'], ['as', 'bbl'], ['bbl', 'require'], ['require', 'system'], ['system', 'support'], ['support', 'multiple'], ['multiple', 'merchants'], ['merchants', 'b2b'], ['b2b', 'b2c'], ['b2c', 'e'], ['e', 'commerce'], ['commerce', 'portal'], ['portal', 'various'], ['various', 'payment'], ['payment', 'options'], ['options', 'via'], ['via', 'online'], ['online', 'offline'], ['offline', 'to'], ['to', 'achieve'], ['achieve', 'bbl'], ['bbl', 'made'], ['made', 'agreement'], ['agreement', 'thai'], ['thai', 'trade'], ['trade', 'thai'], ['thai', 'trade'], ['trade', 'one'], ['one', 'leading'], ['leading', 'e'], ['e', 'commerce'], ['commerce', 'website'], ['website', 'recognized'], ['recognized', 'thai'], ['thai', 'government'], ['government', 'in'], ...], [['technical'], ['skills'], ['key'], ['skills'], ['ms'], ['technology'], ['net'], ['sharepoint'], ['ms'], ['sql'], ['oracle'], ['pl'], ['sql'], ['project'], ['management'], ['execution'], ['cloud'], ['computing'], ['using'], ['windows'], ['azure'], ['amazon'], ['aws'], ['ec2'], ['cloud'], ['xml'], ['xaml'], ['xslt'], ['html5'], ['dhtml'], ['css3'], ['javascript'], ['jquery'], ['json'], ['angularjs'], ['web'], ['api'], ['odata'], ['service'], ['vbscript'], ['node'], ['js'], ['handling'], ['dynamic'], ['qa'], ['activities'], ['project'], ['delivery'], ['frameworks'], ['ui'], ['design'], ['mobile'], ['development'], ['java'], ['jsp'], ['swing'], ['j2ee'], ['service'], ['oriented'], ['architecture'], ['soa'], ['web'], ['service'], ['wcf'], ['service'], ['web'], ['api'], ['requirement'], ['gathering'], ['design'], ['pattern'], ['like'], ['mvc'], ['mvp'], ['abstract'], ['factory'], ['ooad'], ['uml'], ['implementation'], ['net'], ['sap'], ['connector'], ['interact'], ['sap'], ['asp'], ['net'], ['client'], ['management'], ['sap'], ['web'], ['channel'], ['sap'], ['enterprise'], ['portal'], ['environment'], ['android'], ['ios'], ['team'], ['foundation'], ['server'], ['2010'], ['12'], ['tfs'], ['github'], ['ibm'], ['rational'], ['key'], ['a'], ['ount'], ['management'], ['devops'], ['team'], ['forge'], ['sharepoint'], ['portal'], ['administration'], ['development'], ['collabnet'], ['jira'], ['iot'], ['implementation'], ['web'], ['data'], ['analytics'], ['working'], ['road'], ['map'], ['machine'], ['learning'], ['ai'], ['expertise'], ['bi'], ['tools'], ['like'], ['crystal'], ['report'], ['escalation'], ['management'], ['ssrs'], ['tableau'], ['micro'], ['strategy'], ['qlikview'], ['it'], ['network'], ['infrastructure'], ['monitoring'], ['tool'], ['centreon'], ['cisco'], ['meraki'], ['biztalk'], ['bam'], ['team'], ['building'], ['leadership'], ['liaison'], ['coordination'], ['soft'], ['skills'], ['reporting'], ['documentation'], ['leader'], ['technical'], ['architect'], ['time'], ['management'], ['thinker'], ['collaborator'], ['planner'], ['information'], ['security'], ['management'], ['communicator'], ['quality'], ['assurance'], ['career'], ['timeline'], ['recent'], ['5'], ['companies'], ['reliance'], ['ada'], ['annet'], ['technologies'], ['aditya'], ['birla'], ['group'], ['software'], ['project'], ['group'], ['project'], ['consultant'], ['lead'], ['technical'], ['manager'], ['architect'], ['2006'], ['2007'], ['2008'], ['2009'], ['2009'], ['2012'], ['2012'], ['2013'], ['2013'], ['till'], ['date'], ['northbound'], ['eclerx'], ['software'], ['llc'], ['service'], ['programmer'], ['technical'], ['project'], ['analyst'], ['managereducation'], ['details'], ['january'], ['1998'], ['bachelor'], ['art'], ['economics'], ['dibrugarh'], ['assam'], ['in'], ['dibrugarh'], ['university'], ['mba'], ['information'], ['technology'], ['sikkim'], ['manipal'], ['university'], ['software'], ['engineering'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['niit'], ['project'], ['manager'], ['project'], ['manager'], ['aditya'], ['birla'], ['group'], ['skill'], ['details'], ['microsoft'], ['sharepoint'], ['exprience'], ['147'], ['months'], ['sharepoint'], ['exprience'], ['147'], ['months'], ['sql'], ['exprience'], ['92'], ['months'], ['asp'], ['exprience'], ['79'], ['months'], ['asp'], ['net'], ['exprience'], ['76'], ['monthscompany'], ['details'], ['company'], ['aditya'], ['birla'], ['group'], ['description'], ['reporting'], ['vice'], ['president'], ['company'], ['opex'], ['monitoring'], ['multiple'], ['db'], ['server'], ['web'], ['server'], ['cloud'], ['base'], ['description'], ['period'], ['apr'], ['2013'], ['till'], ['date'], ['working'], ['project'], ['management'], ['processes'], ['ongoing'], ['projects'], ['coordinating'], ['different'], ['projects'], ['team'], ['internal'], ['development'], ['team'], ['vendor'], ['side'], ['team'], ['qa'], ['activities'], ['information'], ['security'], ['audit'], ['budgeting'], ['capex'], ['opex'], ['monitoring'], ['multiple'], ['db'], ['server'], ['web'], ['server'], ['cloud'], ['base'], ['servers'], ['resource'], ['utilization'], ['networking'], ['infrastructure'], ['using'], ['different'], ['hardware'], ['networking'], ['surveillance'], ['tools'], ['tracking'], ['different'], ['team'], ['projects'], ['activities'], ['involved'], ['generating'], ['final'], ['monthly'], ['report'], ['different'], ['kpi'], ['organization'], ['higher'], ['authority'], ['managing'], ['sharepoint'], ['portal'], ['admin'], ['activities'], ['project'], ['functional'], ['technical'], ['business'], ['documents'], ['involved'], ['technology'], ['road'], ['map'], ['group'], ['upgrade'], ['new'], ['technology'], ['like'], ['iot'], ['virtual'], ['reality'], ['wearable'], ['technology'], ['machine'], ['learning'], ['ai'], ['3d'], ['printing'], ['at'], ['eclerx'], ['software'], ['service'], ['mumbai'], ['company'], ['eclerx'], ['software'], ['service'], ['description'], ['company'], ['dell'], ['site'], ['search'], ['natural'], ['search'], ['db'], ['description'], ['environment'], ['asp'], ['net'], ['4'], ['0'], ['c'], ['wcf'], ['ssrs'], ['sql'], ['server'], ['2008'], ['r2'], ['at'], ['annet'], ['technologies'], ['mumbai'], ['company'], ['nextgen'], ['enterprise'], ['description'], ['aria'], ['2'], ['re'], ['manage'], ['portal'], ['integration'], ['apple'], ['iphone'], ['ipad'], ['different'], ['android'], ['devices'], ['domain'], ['real'], ['state'], ['period'], ['mar'], ['2011'], ['oct'], ['2012'], ['environment'], ['asp'], ['net'], ['4'], ['0'], ['c'], ['wcf'], ['wwf'], ['jquery'], ['json'], ['javascript'], ['html'], ['5'], ['css3'], ['windows'], ['azure'], ['cloud'], ['sharepoint'], ['company'], ['annet'], ['technologies'], ['description'], ['key'], ['result'], ['areas'], ['administering'], ['project'], ['progress'], ['per'], ['scheduled'], ['deadlines'], ['various'], ['tasks'], ['taking'], ['necessary'], ['steps'], ['ensuring'], ['completion'], ['within'], ['time'], ['effort'], ['parameters'], ['working'], ['towards'], ['mapping'], ['requirements'], ['providing'], ['best'], ['solutions'], ['evaluating'], ['defining'], ['scope'], ['project'], ['finalizing'], ['project'], ['requirements'], ['interfacing'], ['clients'], ['business'], ['gathering'], ['conducting'], ['system'], ['analysis'], ['finalizing'], ['technical'], ['specifications'], ['verifying'], ['project'], ['documentation'], ['technical'], ['functional'], ['using'], ['sharepoint'], ['documents'], ['library'], ['environment'], ['performing'], ['sharepoint'], ['administrative'], ['activities'], ['significant'], ['a'], ['omplishments'], ['rolled'], ['project'], ['performance'], ['metrics'], ['reporting'], ['implemented'], ['profitability'], ['improvement'], ['plans'], ['enhanced'], ['operational'], ['efficiency'], ['received'], ['following'], ['awards'], ['excellent'], ['design'], ['on'], ['time'], ['delivery'], ['award'], ['design'], ['delivery'], ['excellence'], ['award'], ['previous'], ['experience'], ['company'], ['genentech'], ['biogen'], ['astellas'], ['pharma'], ['polaris'], ['description'], ['client'], ['genentech'], ['biogen'], ['astellas'], ['pharma'], ['polaris'], ['new'], ['york'], ['usa'], ['environment'], ['asp'], ['net'], ['3'], ['5'], ['c'], ['n'], ['hibernet'], ['wcf'], ['wwf'], ['javascript'], ['jquery'], ['biztalk'], ['server'], ['2009'], ['sql'], ['server'], ['2008'], ['r2'], ['at'], ['northbound'], ['llc'], ['sunnyvale'], ['california'], ['company'], ['ios'], ['description'], ['sql'], ['server'], ['2008r2'], ['android'], ['ios'], ['company'], ['logistic'], ['transport'], ['system'], ['ohio'], ['description'], ['usa'], ['environment'], ['asp'], ['net'], ['c'], ['3'], ['5'], ['javascript'], ['nunit'], ['test'], ['telerik'], ['controls'], ['sql'], ['server'], ['2005'], ['t'], ['sql'], ['moss'], ['2007'], ['ssis'], ['ssrs'], ['biztalk2006'], ['crystal'], ['report'], ['n'], ['hibernet'], ['dreamweaver'], ['company'], ['northbound'], ['llc'], ['description'], ['company'], ['biz'], ['automation'], ['crm'], ['description'], ['california'], ['usa'], ['environment'], ['asp'], ['net'], ['3'], ['5'], ['c'], ['sql'], ['server'], ['2005'], ['android'], ['ios'], ['development'], ['platform'], ['xml'], ['xslt'], ['javascript'], ['jquery'], ['json'], ['sharepoint'], ['design'], ['wcf'], ['wwf'], ['sharepoint'], ['2007'], ['performance'], ['point'], ['ssrs'], ['company'], ['wachovia'], ['north'], ['carolina'], ['usa'], ['description'], ['environment'], ['asp'], ['net'], ['c'], ['wcf'], ['sql'], ['server'], ['2005'], ['web'], ['parts'], ['javascript'], ['ajax'], ['at'], ['reliance'], ['ada'], ['group'], ['mumbai'], ['title'], ['1'], ['complain'], ['management'], ['system'], ['2'], ['company'], ['information'], ['system'], ['company'], ['domain'], ['manufacturing'], ['human'], ['resource'], ['description'], ['environment'], ['asp'], ['net'], ['c'], ['oracle'], ['8i'], ['pl'], ['sql'], ['crystal'], ['report'], ['sap'], ['connector'], ['vpn'], ['company'], ['reliance'], ['ada'], ['group'], ['description'], ['company'], ['pf'], ['trust'], ['system'], ['description'], ['environment'], ['vb'], ['net'], ['xml'], ['oracle'], ['9i'], ['pl'], ['sql'], ['toad'], ['crystal'], ['report'], ['11'], ['sure'], ['solution'], ['prasanna'], ['group'], ['company'], ['it'], ['pune'], ['company'], ['prasanna'], ['group'], ['description'], ['company'], ['online'], ['bus'], ['booking'], ['portal'], ['description'], ['environment'], ['asp'], ['net'], ['c'], ['sql'], ['server'], ['2005'], ['web'], ['services'], ['web'], ['parts'], ['ms'], ['office'], ['sharepoint'], ['design'], ['ajax'], ['java'], ['cript'], ['at'], ['info'], ['dynamic'], ['software'], ['system'], ['pvt'], ['ltd'], ['pune'], ['title'], ['info'], ['banking'], ['e'], ['banking'], ['domain'], ['banking'], ['period'], ['jan'], ['2005'], ['aug'], ['2005'], ['environment'], ['vb6'], ['oracle'], ['8i'], ['pl'], ['sql'], ['crystal'], ['report'], ['java'], ['jsp'], ['servlet'], ['swing'], ['at'], ['pan'], ['software'], ['system'], ['pvt'], ['ltd'], ['pune'], ['title'], ['e'], ['commerce'], ['site'], ['online'], ['sales'], ['purchase'], ['company'], ['info'], ['dynamic'], ['software'], ['system'], ['pvt'], ['ltd'], ['description'], ['company'], ['zd'], ['doll'], ['inc'], ['description'], ['newcastle'], ['uk'], ['company'], ['pan'], ['software'], ['system'], ['pvt'], ['ltd'], ['description'], ['company'], ['online'], ['procurement'], ['materials'], ['description'], ['company'], ['shipping'], ['company'], ['description'], ['tokyo'], ['based'], ['japan'], ['environment'], ['java'], ['jsp'], ['servlet'], ['css'], ['javascript'], ['sql'], ['server'], ['2000'], ['t'], ['sql'], ['title'], ['studio'], ['automation'], ['system'], ['domain'], ['multimedia'], ['period'], ['jan'], ['2004'], ['may'], ['2004'], ['environment'], ['vb'], ['6'], ['vc'], ['ms'], ['sql'], ['server'], ['ms'], ['data'], ['report'], ['macromedia'], ['flash'], ['fire'], ['works'], ['at'], ['solid'], ['state'], ['technologists'], ['i'], ['pvt'], ['ltd'], ['pune'], ['company'], ['national'], ['dairy'], ['development'], ['board'], ['description'], ['environment'], ['c'], ['vb6'], ['sql2000'], ['lotus'], ['notes'], ['crystal'], ['report'], ['8'], ['ms'], ['active'], ['report'], ['2'], ['0'], ['company'], ['solid'], ['state'], ['technologists'], ['i'], ['pvt'], ['ltd'], ['description'], ['company'], ['shell'], ['bharat'], ['petroleum'], ['description'], ['title'], ['computerized'], ['fuel'], ['density'], ['measurement'], ['automation'], ['system'], ['domain'], ['manufacturing'], ['automation'], ['period'], ['dec'], ['2002'], ['mar'], ['2003'], ['client'], ['shell'], ['bharat'], ['petroleum'], ['environment'], ['c'], ['vc'], ['matlab'], ['vb6'], ['sql'], ['server'], ['2000'], ['crystal'], ['report'], ['title'], ['cmcs'], ['domain'], ['finance'], ['a'], ['ounting'], ['period'], ['june'], ['2002'], ['nov'], ['2002'], ['environment'], ['vb6'], ['sql'], ['server'], ['2000'], ['crystal'], ['report'], ['title'], ['food'], ['testing'], ['system'], ['company'], ['solid'], ['state'], ['technologists'], ['i'], ['pvt'], ['ltd'], ['description'], ['environment'], ['vb'], ['net'], ['sql'], ...], [['core'], ['skills'], ['project'], ['program'], ['management'], ['agile'], ['scrum'], ['management'], ['risk'], ['client'], ['management'], ['process'], ['improvements'], ['proposals'], ['rfe'], ['selenium'], ['rally'], ['ibm'], ['td'], ['platform'], ['python'], ['devops'], ['devsecops'], ['safe'], ['agile'], ['craft'], ['delivery'], ['test'], ['management'], ['project'], ['program'], ['finance'], ['profit'], ['maximization'], ['internal'], ['external'], ['audits'], ['software'], ['testing'], ['quality'], ['assurance'], ['visual'], ['basic'], ['6'], ['0'], ['ms'], ['sql'], ['server'], ['oracle'], ['8'], ['8i'], ['conformiq'], ['hp'], ['qc'], ['qtp'], ['crystal'], ['report'], ['8'], ['5'], ['linguistic'], ['skills'], ['english'], ['hindi'], ['marathi'], ['tulu'], ['education'], ['details'], ['january'], ['2013'], ['harvard'], ['january'], ['2004'], ['software'], ['engineering'], ['aptech'], ['january'], ['2001'], ['bachelor'], ['commerce'], ['commerce'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['project'], ['manager'], ['project'], ['manager'], ['at'], ['t'], ['skill'], ['details'], ['testing'], ['exprience'], ['63'], ['months'], ['oracle'], ['exprience'], ['6'], ['months'], ['sql'], ['exprience'], ['6'], ['months'], ['audits'], ['exprience'], ['6'], ['months'], ['client'], ['management'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['at'], ['t'], ['description'], ['thunderbird'], ['program'], ['one'], ['stop'], ['test'], ['shop'], ['catering'], ['at'], ['t'], ['enterprise'], ['wide'], ['business'], ['critical'], ['applications'], ['as'], ['part'], ['fixed'], ['price'], ['engagement'], ['various'], ['types'], ['testing'], ['like'], ['system'], ['regression'], ['sanity'], ['uat'], ['support'], ['gets'], ['executed'], ['agile'], ['methodologies'], ['applications'], ['billing'], ['sales'], ['domain'], ['the'], ['project'], ['various'], ['critical'], ['applications'], ['listed'], ['team'], ['size'], ['80'], ['members'], ['sales'], ['express'], ['an'], ['ipad'], ['browser'], ['based'], ['mobile'], ['sales'], ['application'], ['used'], ['sales'], ['representatives'], ['service'], ['solution'], ['providers'], ['sell'], ['enterprise'], ['products'], ['solutions'], ['esign'], ['allows'], ['customer'], ['sign'], ['at'], ['t'], ['countersign'], ['digital'], ['version'], ['contract'], ['document'], ['ampd'], ['enterprise'], ['billing'], ['application'], ['at'], ['t'], ['offers'], ['new'], ['emerging'], ['billing'], ['products'], ['business'], ['community'], ['best'], ['business'], ['solution'], ['application'], ['performs'], ['consolidated'], ['billing'], ['reporting'], ['cru'], ['billing'], ['reporting'], ['foundation'], ['a'], ['ounts'], ['bizcomp'], ['comp'], ['engine'], ['business'], ['supports'], ['commission'], ['calculations'], ['enterprise'], ['business'], ['small'], ['business'], ['sales'], ['force'], ['via'], ['revenue'], ['unit'], ['based'], ['plans'], ['fast'], ['provides'], ['rate'], ['discounts'], ['eligible'], ['schools'], ['libraries'], ['cxmt'], ['lets'], ['customers'], ['manage'], ['centrex'], ['line'], ['feature'], ['arrangements'], ['services'], ['without'], ['going'], ['standard'], ['service'], ['order'], ['procedure'], ['key'], ['responsibilities'], ['manage'], ['lead'], ['aspects'], ['transition'], ['pre'], ['transition'], ['comprising'], ['multiple'], ['vendors'], ['transition'], ['drill'], ['sessions'], ['forward'], ['reverse'], ['shadow'], ['phases'], ['reverse'], ['presentation'], ['transition'], ['documentation'], ['signoff'], ['smp'], ['system'], ['appreciation'], ['document'], ['etc'], ['measure'], ['track'], ['testing'], ['metrics'], ['scorecard'], ['part'], ['vendor'], ['quality'], ['index'], ['vqi'], ['initiative'], ['at'], ['t'], ['measure'], ['track'], ['operating'], ['metrics'], ['like'], ['onsite'], ['subcon'], ['index'], ['offshoring'], ['index'], ['leakage'], ['index'], ['utilization'], ['index'], ['tail'], ['index'], ['manage'], ['track'], ['submit'], ['project'], ['monthly'], ['financials'], ['invoicing'], ['ensure'], ['100'], ['compliance'], ['client'], ['organization'], ['quality'], ['security'], ['processes'], ['policies'], ['slas'], ['plan'], ['manage'], ['mitigate'], ['risks'], ['achieve'], ['automation'], ['targets'], ['slas'], ['using'], ['conformiq'], ['selenium'], ['oscar'], ['tools'], ['participate'], ['proposal'], ['preparations'], ['expand'], ['revenue'], ['new'], ['business'], ['developments'], ['manage'], ['track'], ['work'], ['allocation'], ['resourcing'], ['issue'], ['resolution'], ['testing'], ['activities'], ['project'], ['ensure'], ['monthly'], ['delivery'], ['tl9k'], ['metrics'], ['csl'], ['kms'], ['submitted'], ['time'], ['pmr'], ['internal'], ['quality'], ['security'], ['group'], ['sqa'], ['quality'], ['gates'], ['external'], ['ernst'], ['young'], ['tl9k'], ['audit'], ['share'], ['weekly'], ['highlight'], ['reports'], ['project'], ['health'], ['report'], ['regular'], ['dashboard'], ['reporting'], ['activities'], ['prepare'], ['csat'], ['action'], ['plan'], ['team'], ['prepare'], ['implement'], ['business'], ['continuity'], ['plan'], ['project'], ['timely'], ['conduct'], ['business'], ['continuity'], ['drills'], ['like'], ['call'], ['tree'], ['table'], ['top'], ['project'], ['rehearsal'], ['comparative'], ['analysis'], ['root'], ['cause'], ['analysis'], ['defect'], ['prevention'], ['exercises'], ['st'], ['e2e'], ['uat'], ['coordinate'], ['resource'], ['management'], ['quality'], ['learning'], ['security'], ['pmo'], ['business'], ['unit'], ['sub'], ['contractors'], ['rebadged'], ['ex'], ['at'], ['t'], ['staff'], ['management'], ['participate'], ['external'], ['technical'], ['interview'], ['hiring'], ['drives'], ['new'], ['engagements'], ['company'], ['esaya'], ['software'], ['india'], ['pvt'], ['ltd'], ['description'], ['core', 'skills'], ['skills', 'project'], ['project', 'program'], ['program', 'management'], ['management', 'agile'], ['agile', 'scrum'], ['scrum', 'management'], ['management', 'risk'], ['risk', 'client'], ['client', 'management'], ['management', 'process'], ['process', 'improvements'], ['improvements', 'proposals'], ['proposals', 'rfe'], ['rfe', 'selenium'], ['selenium', 'rally'], ['rally', 'ibm'], ['ibm', 'td'], ['td', 'platform'], ['platform', 'python'], ['python', 'devops'], ['devops', 'devsecops'], ['devsecops', 'safe'], ['safe', 'agile'], ['agile', 'craft'], ['craft', 'delivery'], ['delivery', 'test'], ['test', 'management'], ['management', 'project'], ['project', 'program'], ['program', 'finance'], ['finance', 'profit'], ['profit', 'maximization'], ['maximization', 'internal'], ['internal', 'external'], ['external', 'audits'], ['audits', 'software'], ['software', 'testing'], ['testing', 'quality'], ['quality', 'assurance'], ['assurance', 'visual'], ['visual', 'basic'], ['basic', '6'], ['6', '0'], ['0', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'oracle'], ['oracle', '8'], ['8', '8i'], ['8i', 'conformiq'], ['conformiq', 'hp'], ['hp', 'qc'], ['qc', 'qtp'], ['qtp', 'crystal'], ['crystal', 'report'], ['report', '8'], ['8', '5'], ['5', 'linguistic'], ['linguistic', 'skills'], ['skills', 'english'], ['english', 'hindi'], ['hindi', 'marathi'], ['marathi', 'tulu'], ['tulu', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2013'], ['2013', 'harvard'], ['harvard', 'january'], ['january', '2004'], ['2004', 'software'], ['software', 'engineering'], ['engineering', 'aptech'], ['aptech', 'january'], ['january', '2001'], ['2001', 'bachelor'], ['bachelor', 'commerce'], ['commerce', 'commerce'], ['commerce', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'project'], ['project', 'manager'], ['manager', 'project'], ['project', 'manager'], ['manager', 'at'], ['at', 't'], ['t', 'skill'], ['skill', 'details'], ['details', 'testing'], ['testing', 'exprience'], ['exprience', '63'], ['63', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'audits'], ['audits', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'client'], ['client', 'management'], ['management', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'at'], ['at', 't'], ['t', 'description'], ['description', 'thunderbird'], ['thunderbird', 'program'], ['program', 'one'], ['one', 'stop'], ['stop', 'test'], ['test', 'shop'], ['shop', 'catering'], ['catering', 'at'], ['at', 't'], ['t', 'enterprise'], ['enterprise', 'wide'], ['wide', 'business'], ['business', 'critical'], ['critical', 'applications'], ['applications', 'as'], ['as', 'part'], ['part', 'fixed'], ['fixed', 'price'], ['price', 'engagement'], ['engagement', 'various'], ['various', 'types'], ['types', 'testing'], ['testing', 'like'], ['like', 'system'], ['system', 'regression'], ['regression', 'sanity'], ['sanity', 'uat'], ['uat', 'support'], ['support', 'gets'], ['gets', 'executed'], ['executed', 'agile'], ['agile', 'methodologies'], ['methodologies', 'applications'], ['applications', 'billing'], ['billing', 'sales'], ['sales', 'domain'], ['domain', 'the'], ['the', 'project'], ['project', 'various'], ['various', 'critical'], ['critical', 'applications'], ['applications', 'listed'], ['listed', 'team'], ['team', 'size'], ['size', '80'], ['80', 'members'], ['members', 'sales'], ['sales', 'express'], ['express', 'an'], ['an', 'ipad'], ['ipad', 'browser'], ['browser', 'based'], ['based', 'mobile'], ['mobile', 'sales'], ['sales', 'application'], ['application', 'used'], ['used', 'sales'], ['sales', 'representatives'], ['representatives', 'service'], ['service', 'solution'], ['solution', 'providers'], ['providers', 'sell'], ['sell', 'enterprise'], ['enterprise', 'products'], ['products', 'solutions'], ['solutions', 'esign'], ['esign', 'allows'], ['allows', 'customer'], ['customer', 'sign'], ['sign', 'at'], ['at', 't'], ['t', 'countersign'], ['countersign', 'digital'], ['digital', 'version'], ['version', 'contract'], ['contract', 'document'], ['document', 'ampd'], ['ampd', 'enterprise'], ['enterprise', 'billing'], ['billing', 'application'], ['application', 'at'], ['at', 't'], ['t', 'offers'], ['offers', 'new'], ['new', 'emerging'], ['emerging', 'billing'], ['billing', 'products'], ['products', 'business'], ['business', 'community'], ['community', 'best'], ['best', 'business'], ['business', 'solution'], ['solution', 'application'], ['application', 'performs'], ['performs', 'consolidated'], ['consolidated', 'billing'], ['billing', 'reporting'], ['reporting', 'cru'], ['cru', 'billing'], ['billing', 'reporting'], ['reporting', 'foundation'], ['foundation', 'a'], ['a', 'ounts'], ['ounts', 'bizcomp'], ['bizcomp', 'comp'], ['comp', 'engine'], ['engine', 'business'], ['business', 'supports'], ['supports', 'commission'], ['commission', 'calculations'], ['calculations', 'enterprise'], ['enterprise', 'business'], ['business', 'small'], ['small', 'business'], ['business', 'sales'], ['sales', 'force'], ['force', 'via'], ['via', 'revenue'], ['revenue', 'unit'], ['unit', 'based'], ['based', 'plans'], ['plans', 'fast'], ['fast', 'provides'], ['provides', 'rate'], ['rate', 'discounts'], ['discounts', 'eligible'], ['eligible', 'schools'], ['schools', 'libraries'], ['libraries', 'cxmt'], ['cxmt', 'lets'], ['lets', 'customers'], ['customers', 'manage'], ['manage', 'centrex'], ['centrex', 'line'], ['line', 'feature'], ['feature', 'arrangements'], ['arrangements', 'services'], ['services', 'without'], ['without', 'going'], ['going', 'standard'], ['standard', 'service'], ['service', 'order'], ['order', 'procedure'], ['procedure', 'key'], ['key', 'responsibilities'], ['responsibilities', 'manage'], ['manage', 'lead'], ['lead', 'aspects'], ['aspects', 'transition'], ['transition', 'pre'], ['pre', 'transition'], ['transition', 'comprising'], ['comprising', 'multiple'], ['multiple', 'vendors'], ['vendors', 'transition'], ['transition', 'drill'], ['drill', 'sessions'], ['sessions', 'forward'], ['forward', 'reverse'], ['reverse', 'shadow'], ['shadow', 'phases'], ['phases', 'reverse'], ['reverse', 'presentation'], ['presentation', 'transition'], ['transition', 'documentation'], ['documentation', 'signoff'], ['signoff', 'smp'], ['smp', 'system'], ['system', 'appreciation'], ['appreciation', 'document'], ['document', 'etc'], ['etc', 'measure'], ['measure', 'track'], ['track', 'testing'], ['testing', 'metrics'], ['metrics', 'scorecard'], ['scorecard', 'part'], ['part', 'vendor'], ['vendor', 'quality'], ['quality', 'index'], ['index', 'vqi'], ['vqi', 'initiative'], ['initiative', 'at'], ['at', 't'], ['t', 'measure'], ['measure', 'track'], ['track', 'operating'], ['operating', 'metrics'], ['metrics', 'like'], ['like', 'onsite'], ['onsite', 'subcon'], ['subcon', 'index'], ['index', 'offshoring'], ['offshoring', 'index'], ['index', 'leakage'], ['leakage', 'index'], ['index', 'utilization'], ['utilization', 'index'], ['index', 'tail'], ['tail', 'index'], ['index', 'manage'], ['manage', 'track'], ['track', 'submit'], ['submit', 'project'], ['project', 'monthly'], ['monthly', 'financials'], ['financials', 'invoicing'], ['invoicing', 'ensure'], ['ensure', '100'], ['100', 'compliance'], ['compliance', 'client'], ['client', 'organization'], ['organization', 'quality'], ['quality', 'security'], ['security', 'processes'], ['processes', 'policies'], ['policies', 'slas'], ['slas', 'plan'], ['plan', 'manage'], ['manage', 'mitigate'], ['mitigate', 'risks'], ['risks', 'achieve'], ['achieve', 'automation'], ['automation', 'targets'], ['targets', 'slas'], ['slas', 'using'], ['using', 'conformiq'], ['conformiq', 'selenium'], ['selenium', 'oscar'], ['oscar', 'tools'], ['tools', 'participate'], ['participate', 'proposal'], ['proposal', 'preparations'], ['preparations', 'expand'], ['expand', 'revenue'], ['revenue', 'new'], ['new', 'business'], ['business', 'developments'], ['developments', 'manage'], ['manage', 'track'], ['track', 'work'], ['work', 'allocation'], ['allocation', 'resourcing'], ['resourcing', 'issue'], ['issue', 'resolution'], ['resolution', 'testing'], ['testing', 'activities'], ['activities', 'project'], ['project', 'ensure'], ['ensure', 'monthly'], ['monthly', 'delivery'], ['delivery', 'tl9k'], ['tl9k', 'metrics'], ['metrics', 'csl'], ['csl', 'kms'], ['kms', 'submitted'], ['submitted', 'time'], ['time', 'pmr'], ['pmr', 'internal'], ['internal', 'quality'], ['quality', 'security'], ['security', 'group'], ['group', 'sqa'], ['sqa', 'quality'], ['quality', 'gates'], ['gates', 'external'], ['external', 'ernst'], ['ernst', 'young'], ['young', 'tl9k'], ['tl9k', 'audit'], ['audit', 'share'], ['share', 'weekly'], ['weekly', 'highlight'], ['highlight', 'reports'], ['reports', 'project'], ['project', 'health'], ['health', 'report'], ['report', 'regular'], ['regular', 'dashboard'], ['dashboard', 'reporting'], ['reporting', 'activities'], ['activities', 'prepare'], ['prepare', 'csat'], ['csat', 'action'], ['action', 'plan'], ['plan', 'team'], ['team', 'prepare'], ['prepare', 'implement'], ['implement', 'business'], ['business', 'continuity'], ['continuity', 'plan'], ['plan', 'project'], ['project', 'timely'], ['timely', 'conduct'], ['conduct', 'business'], ['business', 'continuity'], ['continuity', 'drills'], ['drills', 'like'], ['like', 'call'], ['call', 'tree'], ['tree', 'table'], ['table', 'top'], ['top', 'project'], ['project', 'rehearsal'], ['rehearsal', 'comparative'], ['comparative', 'analysis'], ['analysis', 'root'], ['root', 'cause'], ['cause', 'analysis'], ['analysis', 'defect'], ['defect', 'prevention'], ['prevention', 'exercises'], ['exercises', 'st'], ['st', 'e2e'], ['e2e', 'uat'], ['uat', 'coordinate'], ['coordinate', 'resource'], ['resource', 'management'], ['management', 'quality'], ['quality', 'learning'], ['learning', 'security'], ['security', 'pmo'], ['pmo', 'business'], ['business', 'unit'], ['unit', 'sub'], ['sub', 'contractors'], ['contractors', 'rebadged'], ['rebadged', 'ex'], ['ex', 'at'], ['at', 't'], ['t', 'staff'], ['staff', 'management'], ['management', 'participate'], ['participate', 'external'], ['external', 'technical'], ['technical', 'interview'], ['interview', 'hiring'], ['hiring', 'drives'], ['drives', 'new'], ['new', 'engagements'], ['engagements', 'company'], ['company', 'esaya'], ['esaya', 'software'], ['software', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['core', 'skills', 'project'], ['skills', 'project', 'program'], ['project', 'program', 'management'], ['program', 'management', 'agile'], ['management', 'agile', 'scrum'], ['agile', 'scrum', 'management'], ['scrum', 'management', 'risk'], ['management', 'risk', 'client'], ['risk', 'client', 'management'], ['client', 'management', 'process'], ['management', 'process', 'improvements'], ['process', 'improvements', 'proposals'], ['improvements', 'proposals', 'rfe'], ['proposals', 'rfe', 'selenium'], ['rfe', 'selenium', 'rally'], ['selenium', 'rally', 'ibm'], ['rally', 'ibm', 'td'], ['ibm', 'td', 'platform'], ['td', 'platform', 'python'], ['platform', 'python', 'devops'], ['python', 'devops', 'devsecops'], ['devops', 'devsecops', 'safe'], ['devsecops', 'safe', 'agile'], ['safe', 'agile', 'craft'], ['agile', 'craft', 'delivery'], ['craft', 'delivery', 'test'], ['delivery', 'test', 'management'], ['test', 'management', 'project'], ['management', 'project', 'program'], ['project', 'program', 'finance'], ['program', 'finance', 'profit'], ['finance', 'profit', 'maximization'], ['profit', 'maximization', 'internal'], ['maximization', 'internal', 'external'], ['internal', 'external', 'audits'], ['external', 'audits', 'software'], ['audits', 'software', 'testing'], ['software', 'testing', 'quality'], ['testing', 'quality', 'assurance'], ['quality', 'assurance', 'visual'], ['assurance', 'visual', 'basic'], ['visual', 'basic', '6'], ['basic', '6', '0'], ['6', '0', 'ms'], ['0', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', 'oracle'], ['server', 'oracle', '8'], ['oracle', '8', '8i'], ['8', '8i', 'conformiq'], ['8i', 'conformiq', 'hp'], ['conformiq', 'hp', 'qc'], ['hp', 'qc', 'qtp'], ['qc', 'qtp', 'crystal'], ['qtp', 'crystal', 'report'], ['crystal', 'report', '8'], ['report', '8', '5'], ['8', '5', 'linguistic'], ['5', 'linguistic', 'skills'], ['linguistic', 'skills', 'english'], ['skills', 'english', 'hindi'], ['english', 'hindi', 'marathi'], ['hindi', 'marathi', 'tulu'], ['marathi', 'tulu', 'education'], ['tulu', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2013'], ['january', '2013', 'harvard'], ['2013', 'harvard', 'january'], ['harvard', 'january', '2004'], ['january', '2004', 'software'], ...], [['total'], ['it'], ['experience'], ['15'], ['years'], ['core'], ['expertise'], ['data'], ['base'], ['design'], ['php'], ['python'], ['mysql'], ['javascript'], ['html'], ['5'], ['ajax'], ['jquery'], ['xml'], ['agile'], ['methodology'], ['devops'], ['methodology'], ['scrum'], ['framework'], ['jira'], ['tool'], ['git'], ['bitbucket'], ['anjular'], ['js'], ['1'], ['angular'], ['js'], ['2'], ['core'], ['java'], ['j2ee'], ['education'], ['details'], ['april'], ['2004'], ['mcm'], ['computer'], ['management'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['april'], ['1998'], ['b'], ['sc'], ['maths'], ['kerala'], ['university'], ['project'], ['manager'], ['project'], ['manager'], ['skill'], ['details'], ['data'], ['base'], ['design'], ['php'], ['python'], ['mysql'], ['javascript'], ['html'], ['ajax'], ['xml'], ['agile'], ['methodology'], ['devops'], ['methodology'], ['scrum'], ['framework'], ['jira'], ['tool'], ['git'], ['bitbucket'], ['jquery'], ['angularjs'], ['amazon'], ['mws'], ['bootstrap'], ['node'], ['js'], ['laravel'], ['scrum'], ['exprience'], ['120'], ['monthscompany'], ['details'], ['company'], ['knoxed'], ['infotech'], ['pvt'], ['ltd'], ['description'], ['client'], ['interaction'], ['maintain'], ['work'], ['processes'], ['creates'], ['project'], ['plans'], ['agile'], ['model'], ['methodology'], ['maintains'], ['project'], ['objectives'], ['working'], ['multi'], ['profiled'], ['teams'], ['technical'], ['non'], ['technical'], ['stakeholders'], ['monitors'], ['production'], ['quality'], ['customer'], ['stakeholder'], ['sponsor'], ['standards'], ['conduct'], ['office'], ['management'], ['tasks'], ['ensuring'], ['day'], ['day'], ['operations'], ['business'], ['run'], ['smoothly'], ['introducing'], ['key'], ['performance'], ['indicators'], ['kpi'], ['ensuring'], ['measurements'], ['tracked'], ['reviewed'], ['regular'], ['basis'], ['prepare'], ['revise'], ['submit'], ['weekly'], ['monthly'], ['reports'], ['budgets'], ['documentation'], ['necessary'], ['document'], ['current'], ['policies'], ['procedures'], ['departments'], ['well'], ['implement'], ['new'], ['procedures'], ['improvement'], ['maintain'], ['smooth'], ['running'], ['office'], ['filling'], ['needed'], ['implement'], ['quality'], ['management'], ['regulatory'], ['compliance'], ['strategies'], ['dealing'], ['hr'], ['related'], ['tasks'], ['administering'], ['payroll'], ['perform'], ['training'], ['sessions'], ['regular'], ['meetings'], ['top'], ['management'], ['project'], ['undertaken'], ['internal'], ['erp'], ['system'], ['for'], ['knoxed'], ['ltd'], ['uk'], ['with'], ['php'], ['mysql'], ['ajax'], ['xml'], ['amazon'], ['aws'], ['raspberry'], ['pi'], ['server'], ['python'], ['company'], ['venturus'], ['international'], ['description'], ['client'], ['interaction'], ['creates'], ['project'], ['plans'], ['agile'], ['model'], ['methodology'], ['manage'], ['team'], ['workload'], ['workflow'], ['allocate'], ['track'], ['resources'], ['required'], ['set'], ['monitor'], ['deadlines'], ['qc'], ['maintain'], ['tasks'], ['jobs'], ['task'], ['management'], ['system'], ['conduct'], ['research'], ['development'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['internal'], ['erp'], ['system'], ['for'], ['knoxed'], ['ltd'], ['uk'], ['with'], ['php'], ['mysql'], ['ajax'], ['xml'], ['amazon'], ['aws'], ['company'], ['smashingday'], ['description'], ['client'], ['interaction'], ['creates'], ['project'], ['plans'], ['agile'], ['model'], ['methodology'], ['manage'], ['team'], ['workload'], ['workflow'], ['allocate'], ['track'], ['resources'], ['required'], ['set'], ['monitor'], ['deadlines'], ['project'], ['documentation'], ['conduct'], ['maintain'], ['appraisals'], ['progress'], ['employee'], ['adhere'], ['deadlines'], ['necessary'], ['maintain'], ['work'], ['logs'], ['conduct'], ['research'], ['development'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['www'], ['smashingday'], ['com'], ['b'], ['www'], ['viralsocials'], ['com'], ['company'], ['xento'], ['systems'], ['pvt'], ['ltd'], ['description'], ['client'], ['interaction'], ['creates'], ['project'], ['plans'], ['agile'], ['model'], ['methodology'], ['manage'], ['team'], ['workload'], ['workflow'], ['allocate'], ['track'], ['resources'], ['required'], ['set'], ['monitor'], ['deadlines'], ['qc'], ['maintain'], ['tasks'], ['jobs'], ['task'], ['management'], ['system'], ['conduct'], ['research'], ['development'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['www'], ['familylink'], ['com'], ['b'], ['www'], ['propertysolutions'], ['com'], ['c'], ['www'], ['speedyceus'], ['com'], ['www'], ['ceus'], ['nursing'], ['com'], ['company'], ['stp'], ['global'], ['solutions'], ['pvt'], ['ltd'], ['description'], ['client'], ['interaction'], ['creates'], ['project'], ['plans'], ['agile'], ['model'], ['methodology'], ['manage'], ['team'], ['workload'], ['workflow'], ['allocate'], ['track'], ['resources'], ['required'], ['set'], ['monitor'], ['deadlines'], ['conduct'], ['maintain'], ['appraisals'], ['progress'], ['employee'], ['qc'], ['maintain'], ['tasks'], ['jobs'], ['task'], ['management'], ['system'], ['conduct'], ['research'], ['development'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['www'], ['stplafricaonline'], ['com'], ['b'], ['www'], ['stplafrica'], ['com'], ['c'], ['www'], ['1stexpert'], ['com'], ['www'], ['j'], ['net'], ['org'], ['e'], ['www'], ['rimsys'], ['eu'], ['f'], ['www'], ['prayerlister'], ['org'], ['company'], ['promark'], ['infotech'], ['pvt'], ['ltd'], ['description'], ['development'], ['design'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['www'], ['justbe'], ['com'], ['b'], ['www'], ['mtpian'], ['com'], ['c'], ['www'], ['sababa'], ['nl'], ['booking'], ['www'], ['physicaltherapy'], ['hiu'], ['com'], ['company'], ['7cees'], ['group'], ['description'], ['development'], ['design'], ['create'], ['new'], ['systems'], ['databases'], ['websites'], ['necessary'], ['project'], ['undertaken'], ['golwin'], ['reality'], ['b'], ['maza'], ['total', 'it'], ['it', 'experience'], ['experience', '15'], ['15', 'years'], ['years', 'core'], ['core', 'expertise'], ['expertise', 'data'], ['data', 'base'], ['base', 'design'], ['design', 'php'], ['php', 'python'], ['python', 'mysql'], ['mysql', 'javascript'], ['javascript', 'html'], ['html', '5'], ['5', 'ajax'], ['ajax', 'jquery'], ['jquery', 'xml'], ['xml', 'agile'], ['agile', 'methodology'], ['methodology', 'devops'], ['devops', 'methodology'], ['methodology', 'scrum'], ['scrum', 'framework'], ['framework', 'jira'], ['jira', 'tool'], ['tool', 'git'], ['git', 'bitbucket'], ['bitbucket', 'anjular'], ['anjular', 'js'], ['js', '1'], ['1', 'angular'], ['angular', 'js'], ['js', '2'], ['2', 'core'], ['core', 'java'], ['java', 'j2ee'], ['j2ee', 'education'], ['education', 'details'], ['details', 'april'], ['april', '2004'], ['2004', 'mcm'], ['mcm', 'computer'], ['computer', 'management'], ['management', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'april'], ['april', '1998'], ['1998', 'b'], ['b', 'sc'], ['sc', 'maths'], ['maths', 'kerala'], ['kerala', 'university'], ['university', 'project'], ['project', 'manager'], ['manager', 'project'], ['project', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'base'], ['base', 'design'], ['design', 'php'], ['php', 'python'], ['python', 'mysql'], ['mysql', 'javascript'], ['javascript', 'html'], ['html', 'ajax'], ['ajax', 'xml'], ['xml', 'agile'], ['agile', 'methodology'], ['methodology', 'devops'], ['devops', 'methodology'], ['methodology', 'scrum'], ['scrum', 'framework'], ['framework', 'jira'], ['jira', 'tool'], ['tool', 'git'], ['git', 'bitbucket'], ['bitbucket', 'jquery'], ['jquery', 'angularjs'], ['angularjs', 'amazon'], ['amazon', 'mws'], ['mws', 'bootstrap'], ['bootstrap', 'node'], ['node', 'js'], ['js', 'laravel'], ['laravel', 'scrum'], ['scrum', 'exprience'], ['exprience', '120'], ['120', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'knoxed'], ['knoxed', 'infotech'], ['infotech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'client'], ['client', 'interaction'], ['interaction', 'maintain'], ['maintain', 'work'], ['work', 'processes'], ['processes', 'creates'], ['creates', 'project'], ['project', 'plans'], ['plans', 'agile'], ['agile', 'model'], ['model', 'methodology'], ['methodology', 'maintains'], ['maintains', 'project'], ['project', 'objectives'], ['objectives', 'working'], ['working', 'multi'], ['multi', 'profiled'], ['profiled', 'teams'], ['teams', 'technical'], ['technical', 'non'], ['non', 'technical'], ['technical', 'stakeholders'], ['stakeholders', 'monitors'], ['monitors', 'production'], ['production', 'quality'], ['quality', 'customer'], ['customer', 'stakeholder'], ['stakeholder', 'sponsor'], ['sponsor', 'standards'], ['standards', 'conduct'], ['conduct', 'office'], ['office', 'management'], ['management', 'tasks'], ['tasks', 'ensuring'], ['ensuring', 'day'], ['day', 'day'], ['day', 'operations'], ['operations', 'business'], ['business', 'run'], ['run', 'smoothly'], ['smoothly', 'introducing'], ['introducing', 'key'], ['key', 'performance'], ['performance', 'indicators'], ['indicators', 'kpi'], ['kpi', 'ensuring'], ['ensuring', 'measurements'], ['measurements', 'tracked'], ['tracked', 'reviewed'], ['reviewed', 'regular'], ['regular', 'basis'], ['basis', 'prepare'], ['prepare', 'revise'], ['revise', 'submit'], ['submit', 'weekly'], ['weekly', 'monthly'], ['monthly', 'reports'], ['reports', 'budgets'], ['budgets', 'documentation'], ['documentation', 'necessary'], ['necessary', 'document'], ['document', 'current'], ['current', 'policies'], ['policies', 'procedures'], ['procedures', 'departments'], ['departments', 'well'], ['well', 'implement'], ['implement', 'new'], ['new', 'procedures'], ['procedures', 'improvement'], ['improvement', 'maintain'], ['maintain', 'smooth'], ['smooth', 'running'], ['running', 'office'], ['office', 'filling'], ['filling', 'needed'], ['needed', 'implement'], ['implement', 'quality'], ['quality', 'management'], ['management', 'regulatory'], ['regulatory', 'compliance'], ['compliance', 'strategies'], ['strategies', 'dealing'], ['dealing', 'hr'], ['hr', 'related'], ['related', 'tasks'], ['tasks', 'administering'], ['administering', 'payroll'], ['payroll', 'perform'], ['perform', 'training'], ['training', 'sessions'], ['sessions', 'regular'], ['regular', 'meetings'], ['meetings', 'top'], ['top', 'management'], ['management', 'project'], ['project', 'undertaken'], ['undertaken', 'internal'], ['internal', 'erp'], ['erp', 'system'], ['system', 'for'], ['for', 'knoxed'], ['knoxed', 'ltd'], ['ltd', 'uk'], ['uk', 'with'], ['with', 'php'], ['php', 'mysql'], ['mysql', 'ajax'], ['ajax', 'xml'], ['xml', 'amazon'], ['amazon', 'aws'], ['aws', 'raspberry'], ['raspberry', 'pi'], ['pi', 'server'], ['server', 'python'], ['python', 'company'], ['company', 'venturus'], ['venturus', 'international'], ['international', 'description'], ['description', 'client'], ['client', 'interaction'], ['interaction', 'creates'], ['creates', 'project'], ['project', 'plans'], ['plans', 'agile'], ['agile', 'model'], ['model', 'methodology'], ['methodology', 'manage'], ['manage', 'team'], ['team', 'workload'], ['workload', 'workflow'], ['workflow', 'allocate'], ['allocate', 'track'], ['track', 'resources'], ['resources', 'required'], ['required', 'set'], ['set', 'monitor'], ['monitor', 'deadlines'], ['deadlines', 'qc'], ['qc', 'maintain'], ['maintain', 'tasks'], ['tasks', 'jobs'], ['jobs', 'task'], ['task', 'management'], ['management', 'system'], ['system', 'conduct'], ['conduct', 'research'], ['research', 'development'], ['development', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ['websites', 'necessary'], ['necessary', 'project'], ['project', 'undertaken'], ['undertaken', 'internal'], ['internal', 'erp'], ['erp', 'system'], ['system', 'for'], ['for', 'knoxed'], ['knoxed', 'ltd'], ['ltd', 'uk'], ['uk', 'with'], ['with', 'php'], ['php', 'mysql'], ['mysql', 'ajax'], ['ajax', 'xml'], ['xml', 'amazon'], ['amazon', 'aws'], ['aws', 'company'], ['company', 'smashingday'], ['smashingday', 'description'], ['description', 'client'], ['client', 'interaction'], ['interaction', 'creates'], ['creates', 'project'], ['project', 'plans'], ['plans', 'agile'], ['agile', 'model'], ['model', 'methodology'], ['methodology', 'manage'], ['manage', 'team'], ['team', 'workload'], ['workload', 'workflow'], ['workflow', 'allocate'], ['allocate', 'track'], ['track', 'resources'], ['resources', 'required'], ['required', 'set'], ['set', 'monitor'], ['monitor', 'deadlines'], ['deadlines', 'project'], ['project', 'documentation'], ['documentation', 'conduct'], ['conduct', 'maintain'], ['maintain', 'appraisals'], ['appraisals', 'progress'], ['progress', 'employee'], ['employee', 'adhere'], ['adhere', 'deadlines'], ['deadlines', 'necessary'], ['necessary', 'maintain'], ['maintain', 'work'], ['work', 'logs'], ['logs', 'conduct'], ['conduct', 'research'], ['research', 'development'], ['development', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ['websites', 'necessary'], ['necessary', 'project'], ['project', 'undertaken'], ['undertaken', 'www'], ['www', 'smashingday'], ['smashingday', 'com'], ['com', 'b'], ['b', 'www'], ['www', 'viralsocials'], ['viralsocials', 'com'], ['com', 'company'], ['company', 'xento'], ['xento', 'systems'], ['systems', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'client'], ['client', 'interaction'], ['interaction', 'creates'], ['creates', 'project'], ['project', 'plans'], ['plans', 'agile'], ['agile', 'model'], ['model', 'methodology'], ['methodology', 'manage'], ['manage', 'team'], ['team', 'workload'], ['workload', 'workflow'], ['workflow', 'allocate'], ['allocate', 'track'], ['track', 'resources'], ['resources', 'required'], ['required', 'set'], ['set', 'monitor'], ['monitor', 'deadlines'], ['deadlines', 'qc'], ['qc', 'maintain'], ['maintain', 'tasks'], ['tasks', 'jobs'], ['jobs', 'task'], ['task', 'management'], ['management', 'system'], ['system', 'conduct'], ['conduct', 'research'], ['research', 'development'], ['development', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ['websites', 'necessary'], ['necessary', 'project'], ['project', 'undertaken'], ['undertaken', 'www'], ['www', 'familylink'], ['familylink', 'com'], ['com', 'b'], ['b', 'www'], ['www', 'propertysolutions'], ['propertysolutions', 'com'], ['com', 'c'], ['c', 'www'], ['www', 'speedyceus'], ['speedyceus', 'com'], ['com', 'www'], ['www', 'ceus'], ['ceus', 'nursing'], ['nursing', 'com'], ['com', 'company'], ['company', 'stp'], ['stp', 'global'], ['global', 'solutions'], ['solutions', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'client'], ['client', 'interaction'], ['interaction', 'creates'], ['creates', 'project'], ['project', 'plans'], ['plans', 'agile'], ['agile', 'model'], ['model', 'methodology'], ['methodology', 'manage'], ['manage', 'team'], ['team', 'workload'], ['workload', 'workflow'], ['workflow', 'allocate'], ['allocate', 'track'], ['track', 'resources'], ['resources', 'required'], ['required', 'set'], ['set', 'monitor'], ['monitor', 'deadlines'], ['deadlines', 'conduct'], ['conduct', 'maintain'], ['maintain', 'appraisals'], ['appraisals', 'progress'], ['progress', 'employee'], ['employee', 'qc'], ['qc', 'maintain'], ['maintain', 'tasks'], ['tasks', 'jobs'], ['jobs', 'task'], ['task', 'management'], ['management', 'system'], ['system', 'conduct'], ['conduct', 'research'], ['research', 'development'], ['development', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ['websites', 'necessary'], ['necessary', 'project'], ['project', 'undertaken'], ['undertaken', 'www'], ['www', 'stplafricaonline'], ['stplafricaonline', 'com'], ['com', 'b'], ['b', 'www'], ['www', 'stplafrica'], ['stplafrica', 'com'], ['com', 'c'], ['c', 'www'], ['www', '1stexpert'], ['1stexpert', 'com'], ['com', 'www'], ['www', 'j'], ['j', 'net'], ['net', 'org'], ['org', 'e'], ['e', 'www'], ['www', 'rimsys'], ['rimsys', 'eu'], ['eu', 'f'], ['f', 'www'], ['www', 'prayerlister'], ['prayerlister', 'org'], ['org', 'company'], ['company', 'promark'], ['promark', 'infotech'], ['infotech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'development'], ['development', 'design'], ['design', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ['websites', 'necessary'], ['necessary', 'project'], ['project', 'undertaken'], ['undertaken', 'www'], ['www', 'justbe'], ['justbe', 'com'], ['com', 'b'], ['b', 'www'], ['www', 'mtpian'], ['mtpian', 'com'], ['com', 'c'], ['c', 'www'], ['www', 'sababa'], ['sababa', 'nl'], ['nl', 'booking'], ['booking', 'www'], ['www', 'physicaltherapy'], ['physicaltherapy', 'hiu'], ['hiu', 'com'], ['com', 'company'], ['company', '7cees'], ['7cees', 'group'], ['group', 'description'], ['description', 'development'], ['development', 'design'], ['design', 'create'], ['create', 'new'], ['new', 'systems'], ['systems', 'databases'], ['databases', 'websites'], ...], [['technical'], ['skills'], ['hp'], ['alm'], ['c'], ['jira'], ['as400'], ['iseries'], ['sql'], ['test'], ['automation'], ['x'], ['framework'], ['in'], ['hours'], ['hsbc'], ['framework'], ['uft'], ['lisa'], ['test'], ['data'], ['automation'], ['catdm'], ['test'], ['scheduling'], ['jenkins'], ['maven'], ['test'], ['document'], ['versioning'], ['confluence'], ['sharepoint'], ['education'], ['details'], ['january'], ['2002'], ['bachelor'], ['engineering'], ['computer'], ['engineering'], ['mumbai'], ['maharashtra'], ['in'], ['mumbai'], ['university'], ['january'], ['1999'], ['diploma'], ['computer'], ['technology'], ['mumbai'], ['maharashtra'], ['in'], ['maharashtra'], ['state'], ['board'], ['technical'], ['education'], ['project'], ['manager'], ['global'], ['test'], ['manager'], ['project'], ['manager'], ['global'], ['test'], ['manager'], ['skill'], ['details'], ['as400'], ['exprience'], ['25'], ['months'], ['iseries'], ['exprience'], ['25'], ['months'], ['microsoft'], ['sharepoint'], ['exprience'], ['6'], ['months'], ['scheduling'], ['exprience'], ['6'], ['months'], ['sharepoint'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['career'], ['timeline'], ['description'], ['hsbc'], ['software'], ['india'], ['pvt'], ['ltd'], ['pune'], ['india'], ['project'], ['manager'], ['global'], ['test'], ['manager'], ['company'], ['disha'], ['technologies'], ['description'], ['company'], ['total'], ['solution'], ['i'], ['pvt'], ['ltd'], ['description'], ['key'], ['deliverables'], ['across'], ['the'], ['tenure'], ['as'], ['global'], ['test'], ['manager'], ['project'], ['management'], ['acting'], ['global'], ['test'], ['manager'], ['steering'], ['team'], ['25'], ['resources'], ['across'], ['globe'], ['spearheading'], ['testing'], ['teams'], ['india'], ['china'], ['malaysia'], ['poland'], ['current'], ['role'], ['involves'], ['entire'], ['test'], ['delivery'], ['large'], ['programs'], ['banking'], ['domain'], ['includes'], ['leading'], ['team'], ['comprising'], ['individuals'], ['client'], ['vendor'], ['functional'], ['regression'], ['integration'], ['shared'], ['services'], ['security'], ['performance'], ['essibility'], ['automation'], ['groups'], ['defining'], ['devising'], ['hsbc'], ['core'], ['banking'], ['it'], ['transformation'], ['strategies'], ['solution'], ['execution'], ['level'], ['experience'], ['latest'], ['specialize'], ['testing'], ['methods'], ['cbil'], ['api'], ['conversion'], ['cloud'], ['digital'], ['ui'], ['infrastructure'], ['exploratory'], ['a'], ['essibility'], ['testing'], ['experienced'], ['planning'], ['oat'], ['various'], ['non'], ['functional'], ['like'], ['performance'], ['volume'], ['testing'], ['core'], ['banking'], ['coordinating'], ['regional'], ['business'], ['testing'], ['teams'], ['map'], ['testing'], ['approach'], ['following'], ['various'], ['teams'], ['ensure'], ['end'], ['end'], ['release'], ['su'], ['essful'], ['quality'], ['product'], ['delivered'], ['production'], ['steering'], ['global'], ['product'], ['testing'], ['regional'], ['deployments'], ['testing'], ['extending'], ['support'], ['uat'], ['live'], ['proving'], ['technical'], ['lead'], ['implement'], ['house'], ['test'], ['automation'], ['framework'], ['x'], ['framework'], ['solution'], ['as400'], ['iseries'], ['system'], ['managing'], ['implementation'], ['test'], ['automation'], ['enable'], ['devops'], ['via'], ['tools'], ['cucumber'], ['selenium'], ['bdd'], ['uft'], ['tosca'], ['function'], ['testing'], ['leading'], ['ci'], ['cd'], ['implementation'], ['executing'], ['automated'], ['scripts'], ['jenkins'], ['working'], ['test'], ['data'], ['management'], ['using'], ['ca'], ['tdm'], ['internal'], ['hsbc'], ['tool'], ['handling'], ['tasks'], ['pertaining'], ['resource'], ['forecasting'], ['effort'], ['estimation'], ['resource'], ['boarding'], ['process'], ['ensuring'], ['seamless'], ['communication'], ['vendor'], ['partners'], ['arrange'], ['resource'], ['onboarding'], ['based'], ['forecasting'], ['reviewing'], ['project'], ['progress'], ['daily'], ['basis'], ['implementing'], ['corrective'], ['measures'], ['ensure'], ['project'], ['ontrack'], ['overseeing'], ['people'], ['management'], ['tasks'], ['comprise'], ['monthly'], ['1'], ['1'], ['leads'], ['reviews'], ['providing'], ['conflict'], ['resolution'], ['required'], ['technical', 'skills'], ['skills', 'hp'], ['hp', 'alm'], ['alm', 'c'], ['c', 'jira'], ['jira', 'as400'], ['as400', 'iseries'], ['iseries', 'sql'], ['sql', 'test'], ['test', 'automation'], ['automation', 'x'], ['x', 'framework'], ['framework', 'in'], ['in', 'hours'], ['hours', 'hsbc'], ['hsbc', 'framework'], ['framework', 'uft'], ['uft', 'lisa'], ['lisa', 'test'], ['test', 'data'], ['data', 'automation'], ['automation', 'catdm'], ['catdm', 'test'], ['test', 'scheduling'], ['scheduling', 'jenkins'], ['jenkins', 'maven'], ['maven', 'test'], ['test', 'document'], ['document', 'versioning'], ['versioning', 'confluence'], ['confluence', 'sharepoint'], ['sharepoint', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2002'], ['2002', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'computer'], ['computer', 'engineering'], ['engineering', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'in'], ['in', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '1999'], ['1999', 'diploma'], ['diploma', 'computer'], ['computer', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'in'], ['in', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'technical'], ['technical', 'education'], ['education', 'project'], ['project', 'manager'], ['manager', 'global'], ['global', 'test'], ['test', 'manager'], ['manager', 'project'], ['project', 'manager'], ['manager', 'global'], ['global', 'test'], ['test', 'manager'], ['manager', 'skill'], ['skill', 'details'], ['details', 'as400'], ['as400', 'exprience'], ['exprience', '25'], ['25', 'months'], ['months', 'iseries'], ['iseries', 'exprience'], ['exprience', '25'], ['25', 'months'], ['months', 'microsoft'], ['microsoft', 'sharepoint'], ['sharepoint', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'scheduling'], ['scheduling', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sharepoint'], ['sharepoint', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'career'], ['career', 'timeline'], ['timeline', 'description'], ['description', 'hsbc'], ['hsbc', 'software'], ['software', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'pune'], ['pune', 'india'], ['india', 'project'], ['project', 'manager'], ['manager', 'global'], ['global', 'test'], ['test', 'manager'], ['manager', 'company'], ['company', 'disha'], ['disha', 'technologies'], ['technologies', 'description'], ['description', 'company'], ['company', 'total'], ['total', 'solution'], ['solution', 'i'], ['i', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'key'], ['key', 'deliverables'], ['deliverables', 'across'], ['across', 'the'], ['the', 'tenure'], ['tenure', 'as'], ['as', 'global'], ['global', 'test'], ['test', 'manager'], ['manager', 'project'], ['project', 'management'], ['management', 'acting'], ['acting', 'global'], ['global', 'test'], ['test', 'manager'], ['manager', 'steering'], ['steering', 'team'], ['team', '25'], ['25', 'resources'], ['resources', 'across'], ['across', 'globe'], ['globe', 'spearheading'], ['spearheading', 'testing'], ['testing', 'teams'], ['teams', 'india'], ['india', 'china'], ['china', 'malaysia'], ['malaysia', 'poland'], ['poland', 'current'], ['current', 'role'], ['role', 'involves'], ['involves', 'entire'], ['entire', 'test'], ['test', 'delivery'], ['delivery', 'large'], ['large', 'programs'], ['programs', 'banking'], ['banking', 'domain'], ['domain', 'includes'], ['includes', 'leading'], ['leading', 'team'], ['team', 'comprising'], ['comprising', 'individuals'], ['individuals', 'client'], ['client', 'vendor'], ['vendor', 'functional'], ['functional', 'regression'], ['regression', 'integration'], ['integration', 'shared'], ['shared', 'services'], ['services', 'security'], ['security', 'performance'], ['performance', 'essibility'], ['essibility', 'automation'], ['automation', 'groups'], ['groups', 'defining'], ['defining', 'devising'], ['devising', 'hsbc'], ['hsbc', 'core'], ['core', 'banking'], ['banking', 'it'], ['it', 'transformation'], ['transformation', 'strategies'], ['strategies', 'solution'], ['solution', 'execution'], ['execution', 'level'], ['level', 'experience'], ['experience', 'latest'], ['latest', 'specialize'], ['specialize', 'testing'], ['testing', 'methods'], ['methods', 'cbil'], ['cbil', 'api'], ['api', 'conversion'], ['conversion', 'cloud'], ['cloud', 'digital'], ['digital', 'ui'], ['ui', 'infrastructure'], ['infrastructure', 'exploratory'], ['exploratory', 'a'], ['a', 'essibility'], ['essibility', 'testing'], ['testing', 'experienced'], ['experienced', 'planning'], ['planning', 'oat'], ['oat', 'various'], ['various', 'non'], ['non', 'functional'], ['functional', 'like'], ['like', 'performance'], ['performance', 'volume'], ['volume', 'testing'], ['testing', 'core'], ['core', 'banking'], ['banking', 'coordinating'], ['coordinating', 'regional'], ['regional', 'business'], ['business', 'testing'], ['testing', 'teams'], ['teams', 'map'], ['map', 'testing'], ['testing', 'approach'], ['approach', 'following'], ['following', 'various'], ['various', 'teams'], ['teams', 'ensure'], ['ensure', 'end'], ['end', 'end'], ['end', 'release'], ['release', 'su'], ['su', 'essful'], ['essful', 'quality'], ['quality', 'product'], ['product', 'delivered'], ['delivered', 'production'], ['production', 'steering'], ['steering', 'global'], ['global', 'product'], ['product', 'testing'], ['testing', 'regional'], ['regional', 'deployments'], ['deployments', 'testing'], ['testing', 'extending'], ['extending', 'support'], ['support', 'uat'], ['uat', 'live'], ['live', 'proving'], ['proving', 'technical'], ['technical', 'lead'], ['lead', 'implement'], ['implement', 'house'], ['house', 'test'], ['test', 'automation'], ['automation', 'framework'], ['framework', 'x'], ['x', 'framework'], ['framework', 'solution'], ['solution', 'as400'], ['as400', 'iseries'], ['iseries', 'system'], ['system', 'managing'], ['managing', 'implementation'], ['implementation', 'test'], ['test', 'automation'], ['automation', 'enable'], ['enable', 'devops'], ['devops', 'via'], ['via', 'tools'], ['tools', 'cucumber'], ['cucumber', 'selenium'], ['selenium', 'bdd'], ['bdd', 'uft'], ['uft', 'tosca'], ['tosca', 'function'], ['function', 'testing'], ['testing', 'leading'], ['leading', 'ci'], ['ci', 'cd'], ['cd', 'implementation'], ['implementation', 'executing'], ['executing', 'automated'], ['automated', 'scripts'], ['scripts', 'jenkins'], ['jenkins', 'working'], ['working', 'test'], ['test', 'data'], ['data', 'management'], ['management', 'using'], ['using', 'ca'], ['ca', 'tdm'], ['tdm', 'internal'], ['internal', 'hsbc'], ['hsbc', 'tool'], ['tool', 'handling'], ['handling', 'tasks'], ['tasks', 'pertaining'], ['pertaining', 'resource'], ['resource', 'forecasting'], ['forecasting', 'effort'], ['effort', 'estimation'], ['estimation', 'resource'], ['resource', 'boarding'], ['boarding', 'process'], ['process', 'ensuring'], ['ensuring', 'seamless'], ['seamless', 'communication'], ['communication', 'vendor'], ['vendor', 'partners'], ['partners', 'arrange'], ['arrange', 'resource'], ['resource', 'onboarding'], ['onboarding', 'based'], ['based', 'forecasting'], ['forecasting', 'reviewing'], ['reviewing', 'project'], ['project', 'progress'], ['progress', 'daily'], ['daily', 'basis'], ['basis', 'implementing'], ['implementing', 'corrective'], ['corrective', 'measures'], ['measures', 'ensure'], ['ensure', 'project'], ['project', 'ontrack'], ['ontrack', 'overseeing'], ['overseeing', 'people'], ['people', 'management'], ['management', 'tasks'], ['tasks', 'comprise'], ['comprise', 'monthly'], ['monthly', '1'], ['1', '1'], ['1', 'leads'], ['leads', 'reviews'], ['reviews', 'providing'], ['providing', 'conflict'], ['conflict', 'resolution'], ['resolution', 'required'], ['technical', 'skills', 'hp'], ['skills', 'hp', 'alm'], ['hp', 'alm', 'c'], ['alm', 'c', 'jira'], ['c', 'jira', 'as400'], ['jira', 'as400', 'iseries'], ['as400', 'iseries', 'sql'], ['iseries', 'sql', 'test'], ['sql', 'test', 'automation'], ['test', 'automation', 'x'], ['automation', 'x', 'framework'], ['x', 'framework', 'in'], ['framework', 'in', 'hours'], ['in', 'hours', 'hsbc'], ['hours', 'hsbc', 'framework'], ['hsbc', 'framework', 'uft'], ['framework', 'uft', 'lisa'], ['uft', 'lisa', 'test'], ['lisa', 'test', 'data'], ['test', 'data', 'automation'], ['data', 'automation', 'catdm'], ['automation', 'catdm', 'test'], ['catdm', 'test', 'scheduling'], ['test', 'scheduling', 'jenkins'], ['scheduling', 'jenkins', 'maven'], ['jenkins', 'maven', 'test'], ['maven', 'test', 'document'], ['test', 'document', 'versioning'], ['document', 'versioning', 'confluence'], ['versioning', 'confluence', 'sharepoint'], ['confluence', 'sharepoint', 'education'], ['sharepoint', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2002'], ['january', '2002', 'bachelor'], ['2002', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'computer'], ['engineering', 'computer', 'engineering'], ['computer', 'engineering', 'mumbai'], ['engineering', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'in'], ['maharashtra', 'in', 'mumbai'], ['in', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '1999'], ['january', '1999', 'diploma'], ['1999', 'diploma', 'computer'], ['diploma', 'computer', 'technology'], ['computer', 'technology', 'mumbai'], ['technology', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'in'], ['maharashtra', 'in', 'maharashtra'], ['in', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'technical'], ['board', 'technical', 'education'], ['technical', 'education', 'project'], ['education', 'project', 'manager'], ['project', 'manager', 'global'], ['manager', 'global', 'test'], ['global', 'test', 'manager'], ['test', 'manager', 'project'], ['manager', 'project', 'manager'], ['project', 'manager', 'global'], ['manager', 'global', 'test'], ['global', 'test', 'manager'], ['test', 'manager', 'skill'], ['manager', 'skill', 'details'], ['skill', 'details', 'as400'], ['details', 'as400', 'exprience'], ['as400', 'exprience', '25'], ['exprience', '25', 'months'], ['25', 'months', 'iseries'], ['months', 'iseries', 'exprience'], ['iseries', 'exprience', '25'], ['exprience', '25', 'months'], ['25', 'months', 'microsoft'], ['months', 'microsoft', 'sharepoint'], ['microsoft', 'sharepoint', 'exprience'], ['sharepoint', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'scheduling'], ['months', 'scheduling', 'exprience'], ['scheduling', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'sharepoint'], ['months', 'sharepoint', 'exprience'], ['sharepoint', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'career'], ['company', 'career', 'timeline'], ['career', 'timeline', 'description'], ['timeline', 'description', 'hsbc'], ['description', 'hsbc', 'software'], ['hsbc', 'software', 'india'], ['software', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'pune'], ['ltd', 'pune', 'india'], ['pune', 'india', 'project'], ['india', 'project', 'manager'], ['project', 'manager', 'global'], ['manager', 'global', 'test'], ['global', 'test', 'manager'], ['test', 'manager', 'company'], ['manager', 'company', 'disha'], ['company', 'disha', 'technologies'], ['disha', 'technologies', 'description'], ['technologies', 'description', 'company'], ['description', 'company', 'total'], ['company', 'total', 'solution'], ['total', 'solution', 'i'], ['solution', 'i', 'pvt'], ['i', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'key'], ['description', 'key', 'deliverables'], ['key', 'deliverables', 'across'], ['deliverables', 'across', 'the'], ['across', 'the', 'tenure'], ['the', 'tenure', 'as'], ['tenure', 'as', 'global'], ['as', 'global', 'test'], ['global', 'test', 'manager'], ['test', 'manager', 'project'], ['manager', 'project', 'management'], ['project', 'management', 'acting'], ['management', 'acting', 'global'], ['acting', 'global', 'test'], ['global', 'test', 'manager'], ['test', 'manager', 'steering'], ['manager', 'steering', 'team'], ['steering', 'team', '25'], ['team', '25', 'resources'], ['25', 'resources', 'across'], ['resources', 'across', 'globe'], ['across', 'globe', 'spearheading'], ['globe', 'spearheading', 'testing'], ['spearheading', 'testing', 'teams'], ['testing', 'teams', 'india'], ['teams', 'india', 'china'], ['india', 'china', 'malaysia'], ['china', 'malaysia', 'poland'], ['malaysia', 'poland', 'current'], ['poland', 'current', 'role'], ['current', 'role', 'involves'], ['role', 'involves', 'entire'], ['involves', 'entire', 'test'], ['entire', 'test', 'delivery'], ['test', 'delivery', 'large'], ['delivery', 'large', 'programs'], ['large', 'programs', 'banking'], ['programs', 'banking', 'domain'], ['banking', 'domain', 'includes'], ['domain', 'includes', 'leading'], ['includes', 'leading', 'team'], ['leading', 'team', 'comprising'], ['team', 'comprising', 'individuals'], ['comprising', 'individuals', 'client'], ['individuals', 'client', 'vendor'], ['client', 'vendor', 'functional'], ['vendor', 'functional', 'regression'], ['functional', 'regression', 'integration'], ['regression', 'integration', 'shared'], ['integration', 'shared', 'services'], ['shared', 'services', 'security'], ['services', 'security', 'performance'], ['security', 'performance', 'essibility'], ['performance', 'essibility', 'automation'], ['essibility', 'automation', 'groups'], ['automation', 'groups', 'defining'], ['groups', 'defining', 'devising'], ['defining', 'devising', 'hsbc'], ['devising', 'hsbc', 'core'], ['hsbc', 'core', 'banking'], ['core', 'banking', 'it'], ['banking', 'it', 'transformation'], ['it', 'transformation', 'strategies'], ['transformation', 'strategies', 'solution'], ['strategies', 'solution', 'execution'], ['solution', 'execution', 'level'], ['execution', 'level', 'experience'], ['level', 'experience', 'latest'], ['experience', 'latest', 'specialize'], ['latest', 'specialize', 'testing'], ['specialize', 'testing', 'methods'], ['testing', 'methods', 'cbil'], ['methods', 'cbil', 'api'], ['cbil', 'api', 'conversion'], ['api', 'conversion', 'cloud'], ['conversion', 'cloud', 'digital'], ['cloud', 'digital', 'ui'], ['digital', 'ui', 'infrastructure'], ['ui', 'infrastructure', 'exploratory'], ['infrastructure', 'exploratory', 'a'], ['exploratory', 'a', 'essibility'], ['a', 'essibility', 'testing'], ['essibility', 'testing', 'experienced'], ['testing', 'experienced', 'planning'], ['experienced', 'planning', 'oat'], ['planning', 'oat', 'various'], ['oat', 'various', 'non'], ['various', 'non', 'functional'], ['non', 'functional', 'like'], ['functional', 'like', 'performance'], ['like', 'performance', 'volume'], ['performance', 'volume', 'testing'], ['volume', 'testing', 'core'], ['testing', 'core', 'banking'], ['core', 'banking', 'coordinating'], ['banking', 'coordinating', 'regional'], ['coordinating', 'regional', 'business'], ['regional', 'business', 'testing'], ['business', 'testing', 'teams'], ['testing', 'teams', 'map'], ['teams', 'map', 'testing'], ['map', 'testing', 'approach'], ['testing', 'approach', 'following'], ['approach', 'following', 'various'], ['following', 'various', 'teams'], ['various', 'teams', 'ensure'], ['teams', 'ensure', 'end'], ['ensure', 'end', 'end'], ['end', 'end', 'release'], ['end', 'release', 'su'], ['release', 'su', 'essful'], ['su', 'essful', 'quality'], ['essful', 'quality', 'product'], ['quality', 'product', 'delivered'], ['product', 'delivered', 'production'], ['delivered', 'production', 'steering'], ['production', 'steering', 'global'], ['steering', 'global', 'product'], ['global', 'product', 'testing'], ['product', 'testing', 'regional'], ['testing', 'regional', 'deployments'], ['regional', 'deployments', 'testing'], ['deployments', 'testing', 'extending'], ['testing', 'extending', 'support'], ['extending', 'support', 'uat'], ['support', 'uat', 'live'], ['uat', 'live', 'proving'], ['live', 'proving', 'technical'], ['proving', 'technical', 'lead'], ['technical', 'lead', 'implement'], ['lead', 'implement', 'house'], ['implement', 'house', 'test'], ['house', 'test', 'automation'], ['test', 'automation', 'framework'], ['automation', 'framework', 'x'], ['framework', 'x', 'framework'], ['x', 'framework', 'solution'], ['framework', 'solution', 'as400'], ['solution', 'as400', 'iseries'], ['as400', 'iseries', 'system'], ['iseries', 'system', 'managing'], ['system', 'managing', 'implementation'], ['managing', 'implementation', 'test'], ['implementation', 'test', 'automation'], ['test', 'automation', 'enable'], ['automation', 'enable', 'devops'], ['enable', 'devops', 'via'], ['devops', 'via', 'tools'], ['via', 'tools', 'cucumber'], ['tools', 'cucumber', 'selenium'], ['cucumber', 'selenium', 'bdd'], ['selenium', 'bdd', 'uft'], ['bdd', 'uft', 'tosca'], ['uft', 'tosca', 'function'], ['tosca', 'function', 'testing'], ['function', 'testing', 'leading'], ['testing', 'leading', 'ci'], ['leading', 'ci', 'cd'], ['ci', 'cd', 'implementation'], ['cd', 'implementation', 'executing'], ['implementation', 'executing', 'automated'], ['executing', 'automated', 'scripts'], ['automated', 'scripts', 'jenkins'], ['scripts', 'jenkins', 'working'], ['jenkins', 'working', 'test'], ['working', 'test', 'data'], ['test', 'data', 'management'], ['data', 'management', 'using'], ['management', 'using', 'ca'], ['using', 'ca', 'tdm'], ['ca', 'tdm', 'internal'], ['tdm', 'internal', 'hsbc'], ['internal', 'hsbc', 'tool'], ['hsbc', 'tool', 'handling'], ['tool', 'handling', 'tasks'], ['handling', 'tasks', 'pertaining'], ['tasks', 'pertaining', 'resource'], ['pertaining', 'resource', 'forecasting'], ['resource', 'forecasting', 'effort'], ['forecasting', 'effort', 'estimation'], ['effort', 'estimation', 'resource'], ['estimation', 'resource', 'boarding'], ['resource', 'boarding', 'process'], ['boarding', 'process', 'ensuring'], ['process', 'ensuring', 'seamless'], ['ensuring', 'seamless', 'communication'], ['seamless', 'communication', 'vendor'], ['communication', 'vendor', 'partners'], ['vendor', 'partners', 'arrange'], ['partners', 'arrange', 'resource'], ['arrange', 'resource', 'onboarding'], ['resource', 'onboarding', 'based'], ['onboarding', 'based', 'forecasting'], ['based', 'forecasting', 'reviewing'], ['forecasting', 'reviewing', 'project'], ['reviewing', 'project', 'progress'], ['project', 'progress', 'daily'], ['progress', 'daily', 'basis'], ['daily', 'basis', 'implementing'], ['basis', 'implementing', 'corrective'], ['implementing', 'corrective', 'measures'], ['corrective', 'measures', 'ensure'], ['measures', 'ensure', 'project'], ['ensure', 'project', 'ontrack'], ['project', 'ontrack', 'overseeing'], ['ontrack', 'overseeing', 'people'], ['overseeing', 'people', 'management'], ['people', 'management', 'tasks'], ['management', 'tasks', 'comprise'], ['tasks', 'comprise', 'monthly'], ...], [['skill'], ['set'], ['experience'], ['implementing'], ['troubleshooting'], ['network'], ['security'], ['solutions'], ['planning'], ['implementation'], ['knowledge'], ['multi'], ['vendor'], ['firewalls'], ['cisco'], ['asa'], ['checkpoint'], ['upto'], ['r'], ['80'], ['juniper'], ['netscreen'], ['fortinet'], ['fwsm'], ['familiarity'], ['latest'], ['hardware'], ['network'], ['security'], ['technologies'], ['excellent'], ['analytical'], ['problem'], ['solving'], ['skills'], ['skilled'], ['analyzing'], ['monitoring'], ['network'], ['security'], ['solutions'], ['using'], ['variety'], ['monitoring'], ['solutions'], ['zenoss'], ['solarwinds'], ['cisco'], ['prime'], ['work'], ['experience'], ['multi'], ['client'], ['data'], ['center'], ['environments'], ['knowledge'], ['work'], ['experience'], ['firewall'], ['ios'], ['upgrade'], ['projects'], ['configuration'], ['f5'], ['load'], ['balancers'], ['ssl'], ['certificate'], ['updates'], ['i'], ['rule'], ['f5'], ['upgrades'], ['configuration'], ['cisco'], ['routers'], ['series'], ['1800'], ['1900'], ['2500'], ['2600'], ['2800'], ['3600'], ['nexus'], ['5k'], ['7k'], ['configuration'], ['cisco'], ['switches'], ['series'], ['2960'], ['3750'], ['catalyst'], ['4500'], ['3600'], ['working'], ['knowledge'], ['bluecoat'], ['proxy'], ['knowledge'], ['itil'], ['process'], ['education'], ['details'], ['september'], ['2006'], ['august'], ['2011'], ['bachelor'], ['engineering'], ['be'], ['electronics'], ['pune'], ['maharashtra'], ['a'], ['i'], ['s'], ['s'], ['m'], ['s'], ['college'], ['engineering'], ['university'], ['pune'], ['july'], ['2004'], ['february'], ['2006'], ['higher'], ['secondary'], ['certificate'], ['science'], ['pune'], ['maharashtra'], ['sinhgad'], ['college'], ['university'], ['of'], ['pune'], ['june'], ['2003'], ['march'], ['2004'], ['secondary'], ['school'], ['certificate'], ['ssc'], ['science'], ['pune'], ['maharashtra'], ['m'], ['e'], ['s'], ['boys'], ['high'], ['school'], ['maharashtra'], ['pune'], ['network'], ['security'], ['engineer'], ['network'], ['security'], ['engineer'], ['capita'], ['skill'], ['details'], ['network'], ['security'], ['exprience'], ['72'], ['months'], ['checkpoint'], ['exprience'], ['72'], ['months'], ['cisco'], ['exprience'], ['72'], ['months'], ['cisco'], ['asa'], ['exprience'], ['72'], ['months'], ['cisco'], ['routing'], ['switching'], ['exprience'], ['60'], ['months'], ['loadbalncing'], ['f5'], ['exprience'], ['60'], ['months'], ['security'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['cisco'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['vpn'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['lan'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['networking'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['capita'], ['description'], ['work'], ['client'], ['shared'], ['network'], ['security'], ['infra'], ['plan'], ['implement'], ['troubleshoot'], ['customer'], ['requests'], ['monitor'], ['datacenter'], ['infra'], ['24'], ['7'], ['work'], ['on'], ['call'], ['engineer'], ['weekends'], ['provide'], ['out'], ['office'], ['support'], ['company'], ['capgemini'], ['india'], ['pvt'], ['ltd'], ['description'], ['part'], ['uk'], ['india'], ['noc'], ['work'], ['client'], ['dedicated'], ['infra'], ['undergo'], ['client'], ['infra'], ['handover'], ['sessions'], ['streamline'], ['client'], ['boarding'], ['process'], ['act'], ['mentor'], ['juniors'], ['attend'], ['weekly'], ['caab'], ['calls'], ['represent'], ['critical'], ['changes'], ['company'], ['sungard'], ['availability'], ['services'], ['description'], ['plan'], ['troubleshoot'], ['implement'], ['client'], ['network'], ['requests'], ['project'], ['work'], ['internet'], ['bw'], ['upgrade'], ['downgrade'], ['decommission'], ['dr'], ['test'], ['planning'], ['implementation'], ['setting'], ['l3vpn'], ['customers'], ['company'], ['sungard'], ['software'], ['solutions'], ['description'], ['maintain'], ['client'], ['documentation'], ['work'], ['datacenter'], ['remediation'], ['project'], ['dns'], ['record'], ['management'], ['sungard'], ['availability'], ['services'], ['skill', 'set'], ['set', 'experience'], ['experience', 'implementing'], ['implementing', 'troubleshooting'], ['troubleshooting', 'network'], ['network', 'security'], ['security', 'solutions'], ['solutions', 'planning'], ['planning', 'implementation'], ['implementation', 'knowledge'], ['knowledge', 'multi'], ['multi', 'vendor'], ['vendor', 'firewalls'], ['firewalls', 'cisco'], ['cisco', 'asa'], ['asa', 'checkpoint'], ['checkpoint', 'upto'], ['upto', 'r'], ['r', '80'], ['80', 'juniper'], ['juniper', 'netscreen'], ['netscreen', 'fortinet'], ['fortinet', 'fwsm'], ['fwsm', 'familiarity'], ['familiarity', 'latest'], ['latest', 'hardware'], ['hardware', 'network'], ['network', 'security'], ['security', 'technologies'], ['technologies', 'excellent'], ['excellent', 'analytical'], ['analytical', 'problem'], ['problem', 'solving'], ['solving', 'skills'], ['skills', 'skilled'], ['skilled', 'analyzing'], ['analyzing', 'monitoring'], ['monitoring', 'network'], ['network', 'security'], ['security', 'solutions'], ['solutions', 'using'], ['using', 'variety'], ['variety', 'monitoring'], ['monitoring', 'solutions'], ['solutions', 'zenoss'], ['zenoss', 'solarwinds'], ['solarwinds', 'cisco'], ['cisco', 'prime'], ['prime', 'work'], ['work', 'experience'], ['experience', 'multi'], ['multi', 'client'], ['client', 'data'], ['data', 'center'], ['center', 'environments'], ['environments', 'knowledge'], ['knowledge', 'work'], ['work', 'experience'], ['experience', 'firewall'], ['firewall', 'ios'], ['ios', 'upgrade'], ['upgrade', 'projects'], ['projects', 'configuration'], ['configuration', 'f5'], ['f5', 'load'], ['load', 'balancers'], ['balancers', 'ssl'], ['ssl', 'certificate'], ['certificate', 'updates'], ['updates', 'i'], ['i', 'rule'], ['rule', 'f5'], ['f5', 'upgrades'], ['upgrades', 'configuration'], ['configuration', 'cisco'], ['cisco', 'routers'], ['routers', 'series'], ['series', '1800'], ['1800', '1900'], ['1900', '2500'], ['2500', '2600'], ['2600', '2800'], ['2800', '3600'], ['3600', 'nexus'], ['nexus', '5k'], ['5k', '7k'], ['7k', 'configuration'], ['configuration', 'cisco'], ['cisco', 'switches'], ['switches', 'series'], ['series', '2960'], ['2960', '3750'], ['3750', 'catalyst'], ['catalyst', '4500'], ['4500', '3600'], ['3600', 'working'], ['working', 'knowledge'], ['knowledge', 'bluecoat'], ['bluecoat', 'proxy'], ['proxy', 'knowledge'], ['knowledge', 'itil'], ['itil', 'process'], ['process', 'education'], ['education', 'details'], ['details', 'september'], ['september', '2006'], ['2006', 'august'], ['august', '2011'], ['2011', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'be'], ['be', 'electronics'], ['electronics', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'a'], ['a', 'i'], ['i', 's'], ['s', 's'], ['s', 'm'], ['m', 's'], ['s', 'college'], ['college', 'engineering'], ['engineering', 'university'], ['university', 'pune'], ['pune', 'july'], ['july', '2004'], ['2004', 'february'], ['february', '2006'], ['2006', 'higher'], ['higher', 'secondary'], ['secondary', 'certificate'], ['certificate', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'sinhgad'], ['sinhgad', 'college'], ['college', 'university'], ['university', 'of'], ['of', 'pune'], ['pune', 'june'], ['june', '2003'], ['2003', 'march'], ['march', '2004'], ['2004', 'secondary'], ['secondary', 'school'], ['school', 'certificate'], ['certificate', 'ssc'], ['ssc', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'm'], ['m', 'e'], ['e', 's'], ['s', 'boys'], ['boys', 'high'], ['high', 'school'], ['school', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'network'], ['network', 'security'], ['security', 'engineer'], ['engineer', 'network'], ['network', 'security'], ['security', 'engineer'], ['engineer', 'capita'], ['capita', 'skill'], ['skill', 'details'], ['details', 'network'], ['network', 'security'], ['security', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'checkpoint'], ['checkpoint', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'cisco'], ['cisco', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'cisco'], ['cisco', 'asa'], ['asa', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'cisco'], ['cisco', 'routing'], ['routing', 'switching'], ['switching', 'exprience'], ['exprience', '60'], ['60', 'months'], ['months', 'loadbalncing'], ['loadbalncing', 'f5'], ['f5', 'exprience'], ['exprience', '60'], ['60', 'months'], ['months', 'security'], ['security', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'cisco'], ['cisco', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'vpn'], ['vpn', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'lan'], ['lan', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'networking'], ['networking', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'capita'], ['capita', 'description'], ['description', 'work'], ['work', 'client'], ['client', 'shared'], ['shared', 'network'], ['network', 'security'], ['security', 'infra'], ['infra', 'plan'], ['plan', 'implement'], ['implement', 'troubleshoot'], ['troubleshoot', 'customer'], ['customer', 'requests'], ['requests', 'monitor'], ['monitor', 'datacenter'], ['datacenter', 'infra'], ['infra', '24'], ['24', '7'], ['7', 'work'], ['work', 'on'], ['on', 'call'], ['call', 'engineer'], ['engineer', 'weekends'], ['weekends', 'provide'], ['provide', 'out'], ['out', 'office'], ['office', 'support'], ['support', 'company'], ['company', 'capgemini'], ['capgemini', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'part'], ['part', 'uk'], ['uk', 'india'], ['india', 'noc'], ['noc', 'work'], ['work', 'client'], ['client', 'dedicated'], ['dedicated', 'infra'], ['infra', 'undergo'], ['undergo', 'client'], ['client', 'infra'], ['infra', 'handover'], ['handover', 'sessions'], ['sessions', 'streamline'], ['streamline', 'client'], ['client', 'boarding'], ['boarding', 'process'], ['process', 'act'], ['act', 'mentor'], ['mentor', 'juniors'], ['juniors', 'attend'], ['attend', 'weekly'], ['weekly', 'caab'], ['caab', 'calls'], ['calls', 'represent'], ['represent', 'critical'], ['critical', 'changes'], ['changes', 'company'], ['company', 'sungard'], ['sungard', 'availability'], ['availability', 'services'], ['services', 'description'], ['description', 'plan'], ['plan', 'troubleshoot'], ['troubleshoot', 'implement'], ['implement', 'client'], ['client', 'network'], ['network', 'requests'], ['requests', 'project'], ['project', 'work'], ['work', 'internet'], ['internet', 'bw'], ['bw', 'upgrade'], ['upgrade', 'downgrade'], ['downgrade', 'decommission'], ['decommission', 'dr'], ['dr', 'test'], ['test', 'planning'], ['planning', 'implementation'], ['implementation', 'setting'], ['setting', 'l3vpn'], ['l3vpn', 'customers'], ['customers', 'company'], ['company', 'sungard'], ['sungard', 'software'], ['software', 'solutions'], ['solutions', 'description'], ['description', 'maintain'], ['maintain', 'client'], ['client', 'documentation'], ['documentation', 'work'], ['work', 'datacenter'], ['datacenter', 'remediation'], ['remediation', 'project'], ['project', 'dns'], ['dns', 'record'], ['record', 'management'], ['management', 'sungard'], ['sungard', 'availability'], ['availability', 'services'], ['skill', 'set', 'experience'], ['set', 'experience', 'implementing'], ['experience', 'implementing', 'troubleshooting'], ['implementing', 'troubleshooting', 'network'], ['troubleshooting', 'network', 'security'], ['network', 'security', 'solutions'], ['security', 'solutions', 'planning'], ['solutions', 'planning', 'implementation'], ['planning', 'implementation', 'knowledge'], ['implementation', 'knowledge', 'multi'], ['knowledge', 'multi', 'vendor'], ['multi', 'vendor', 'firewalls'], ['vendor', 'firewalls', 'cisco'], ['firewalls', 'cisco', 'asa'], ['cisco', 'asa', 'checkpoint'], ['asa', 'checkpoint', 'upto'], ['checkpoint', 'upto', 'r'], ['upto', 'r', '80'], ['r', '80', 'juniper'], ['80', 'juniper', 'netscreen'], ['juniper', 'netscreen', 'fortinet'], ['netscreen', 'fortinet', 'fwsm'], ['fortinet', 'fwsm', 'familiarity'], ['fwsm', 'familiarity', 'latest'], ['familiarity', 'latest', 'hardware'], ['latest', 'hardware', 'network'], ['hardware', 'network', 'security'], ['network', 'security', 'technologies'], ['security', 'technologies', 'excellent'], ['technologies', 'excellent', 'analytical'], ['excellent', 'analytical', 'problem'], ['analytical', 'problem', 'solving'], ['problem', 'solving', 'skills'], ['solving', 'skills', 'skilled'], ['skills', 'skilled', 'analyzing'], ['skilled', 'analyzing', 'monitoring'], ['analyzing', 'monitoring', 'network'], ['monitoring', 'network', 'security'], ['network', 'security', 'solutions'], ['security', 'solutions', 'using'], ['solutions', 'using', 'variety'], ['using', 'variety', 'monitoring'], ['variety', 'monitoring', 'solutions'], ['monitoring', 'solutions', 'zenoss'], ['solutions', 'zenoss', 'solarwinds'], ['zenoss', 'solarwinds', 'cisco'], ['solarwinds', 'cisco', 'prime'], ['cisco', 'prime', 'work'], ['prime', 'work', 'experience'], ['work', 'experience', 'multi'], ['experience', 'multi', 'client'], ['multi', 'client', 'data'], ['client', 'data', 'center'], ['data', 'center', 'environments'], ['center', 'environments', 'knowledge'], ['environments', 'knowledge', 'work'], ['knowledge', 'work', 'experience'], ['work', 'experience', 'firewall'], ['experience', 'firewall', 'ios'], ['firewall', 'ios', 'upgrade'], ['ios', 'upgrade', 'projects'], ['upgrade', 'projects', 'configuration'], ['projects', 'configuration', 'f5'], ['configuration', 'f5', 'load'], ['f5', 'load', 'balancers'], ['load', 'balancers', 'ssl'], ['balancers', 'ssl', 'certificate'], ['ssl', 'certificate', 'updates'], ['certificate', 'updates', 'i'], ['updates', 'i', 'rule'], ['i', 'rule', 'f5'], ['rule', 'f5', 'upgrades'], ['f5', 'upgrades', 'configuration'], ['upgrades', 'configuration', 'cisco'], ['configuration', 'cisco', 'routers'], ['cisco', 'routers', 'series'], ['routers', 'series', '1800'], ['series', '1800', '1900'], ['1800', '1900', '2500'], ['1900', '2500', '2600'], ['2500', '2600', '2800'], ['2600', '2800', '3600'], ['2800', '3600', 'nexus'], ['3600', 'nexus', '5k'], ['nexus', '5k', '7k'], ['5k', '7k', 'configuration'], ['7k', 'configuration', 'cisco'], ['configuration', 'cisco', 'switches'], ['cisco', 'switches', 'series'], ['switches', 'series', '2960'], ['series', '2960', '3750'], ['2960', '3750', 'catalyst'], ['3750', 'catalyst', '4500'], ['catalyst', '4500', '3600'], ['4500', '3600', 'working'], ['3600', 'working', 'knowledge'], ['working', 'knowledge', 'bluecoat'], ['knowledge', 'bluecoat', 'proxy'], ['bluecoat', 'proxy', 'knowledge'], ['proxy', 'knowledge', 'itil'], ['knowledge', 'itil', 'process'], ['itil', 'process', 'education'], ['process', 'education', 'details'], ['education', 'details', 'september'], ['details', 'september', '2006'], ['september', '2006', 'august'], ['2006', 'august', '2011'], ['august', '2011', 'bachelor'], ['2011', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'be'], ['engineering', 'be', 'electronics'], ['be', 'electronics', 'pune'], ['electronics', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'a'], ['maharashtra', 'a', 'i'], ['a', 'i', 's'], ['i', 's', 's'], ['s', 's', 'm'], ['s', 'm', 's'], ['m', 's', 'college'], ['s', 'college', 'engineering'], ['college', 'engineering', 'university'], ['engineering', 'university', 'pune'], ['university', 'pune', 'july'], ['pune', 'july', '2004'], ['july', '2004', 'february'], ['2004', 'february', '2006'], ['february', '2006', 'higher'], ['2006', 'higher', 'secondary'], ['higher', 'secondary', 'certificate'], ['secondary', 'certificate', 'science'], ['certificate', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'sinhgad'], ['maharashtra', 'sinhgad', 'college'], ['sinhgad', 'college', 'university'], ['college', 'university', 'of'], ['university', 'of', 'pune'], ['of', 'pune', 'june'], ['pune', 'june', '2003'], ['june', '2003', 'march'], ['2003', 'march', '2004'], ['march', '2004', 'secondary'], ['2004', 'secondary', 'school'], ['secondary', 'school', 'certificate'], ['school', 'certificate', 'ssc'], ['certificate', 'ssc', 'science'], ['ssc', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'm'], ['maharashtra', 'm', 'e'], ['m', 'e', 's'], ['e', 's', 'boys'], ['s', 'boys', 'high'], ['boys', 'high', 'school'], ['high', 'school', 'maharashtra'], ['school', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'network'], ['pune', 'network', 'security'], ['network', 'security', 'engineer'], ['security', 'engineer', 'network'], ['engineer', 'network', 'security'], ['network', 'security', 'engineer'], ['security', 'engineer', 'capita'], ['engineer', 'capita', 'skill'], ['capita', 'skill', 'details'], ['skill', 'details', 'network'], ['details', 'network', 'security'], ['network', 'security', 'exprience'], ['security', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'checkpoint'], ['months', 'checkpoint', 'exprience'], ['checkpoint', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'cisco'], ['months', 'cisco', 'exprience'], ['cisco', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'cisco'], ['months', 'cisco', 'asa'], ['cisco', 'asa', 'exprience'], ['asa', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'cisco'], ['months', 'cisco', 'routing'], ['cisco', 'routing', 'switching'], ['routing', 'switching', 'exprience'], ['switching', 'exprience', '60'], ['exprience', '60', 'months'], ['60', 'months', 'loadbalncing'], ['months', 'loadbalncing', 'f5'], ['loadbalncing', 'f5', 'exprience'], ['f5', 'exprience', '60'], ['exprience', '60', 'months'], ['60', 'months', 'security'], ['months', 'security', 'exprience'], ['security', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'cisco'], ['months', 'cisco', 'exprience'], ['cisco', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'vpn'], ['months', 'vpn', 'exprience'], ['vpn', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'lan'], ['months', 'lan', 'exprience'], ['lan', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'networking'], ['months', 'networking', 'exprience'], ['networking', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'capita'], ['company', 'capita', 'description'], ['capita', 'description', 'work'], ['description', 'work', 'client'], ['work', 'client', 'shared'], ['client', 'shared', 'network'], ['shared', 'network', 'security'], ['network', 'security', 'infra'], ['security', 'infra', 'plan'], ['infra', 'plan', 'implement'], ['plan', 'implement', 'troubleshoot'], ['implement', 'troubleshoot', 'customer'], ['troubleshoot', 'customer', 'requests'], ['customer', 'requests', 'monitor'], ['requests', 'monitor', 'datacenter'], ['monitor', 'datacenter', 'infra'], ['datacenter', 'infra', '24'], ['infra', '24', '7'], ['24', '7', 'work'], ['7', 'work', 'on'], ['work', 'on', 'call'], ['on', 'call', 'engineer'], ['call', 'engineer', 'weekends'], ['engineer', 'weekends', 'provide'], ['weekends', 'provide', 'out'], ['provide', 'out', 'office'], ['out', 'office', 'support'], ['office', 'support', 'company'], ['support', 'company', 'capgemini'], ['company', 'capgemini', 'india'], ['capgemini', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'part'], ['description', 'part', 'uk'], ['part', 'uk', 'india'], ['uk', 'india', 'noc'], ['india', 'noc', 'work'], ['noc', 'work', 'client'], ['work', 'client', 'dedicated'], ['client', 'dedicated', 'infra'], ['dedicated', 'infra', 'undergo'], ['infra', 'undergo', 'client'], ['undergo', 'client', 'infra'], ['client', 'infra', 'handover'], ['infra', 'handover', 'sessions'], ['handover', 'sessions', 'streamline'], ['sessions', 'streamline', 'client'], ['streamline', 'client', 'boarding'], ['client', 'boarding', 'process'], ['boarding', 'process', 'act'], ['process', 'act', 'mentor'], ['act', 'mentor', 'juniors'], ['mentor', 'juniors', 'attend'], ['juniors', 'attend', 'weekly'], ['attend', 'weekly', 'caab'], ['weekly', 'caab', 'calls'], ['caab', 'calls', 'represent'], ['calls', 'represent', 'critical'], ['represent', 'critical', 'changes'], ['critical', 'changes', 'company'], ['changes', 'company', 'sungard'], ['company', 'sungard', 'availability'], ['sungard', 'availability', 'services'], ['availability', 'services', 'description'], ['services', 'description', 'plan'], ['description', 'plan', 'troubleshoot'], ['plan', 'troubleshoot', 'implement'], ['troubleshoot', 'implement', 'client'], ['implement', 'client', 'network'], ['client', 'network', 'requests'], ['network', 'requests', 'project'], ['requests', 'project', 'work'], ['project', 'work', 'internet'], ['work', 'internet', 'bw'], ['internet', 'bw', 'upgrade'], ['bw', 'upgrade', 'downgrade'], ['upgrade', 'downgrade', 'decommission'], ['downgrade', 'decommission', 'dr'], ['decommission', 'dr', 'test'], ['dr', 'test', 'planning'], ['test', 'planning', 'implementation'], ['planning', 'implementation', 'setting'], ['implementation', 'setting', 'l3vpn'], ['setting', 'l3vpn', 'customers'], ['l3vpn', 'customers', 'company'], ['customers', 'company', 'sungard'], ['company', 'sungard', 'software'], ['sungard', 'software', 'solutions'], ['software', 'solutions', 'description'], ['solutions', 'description', 'maintain'], ['description', 'maintain', 'client'], ['maintain', 'client', 'documentation'], ['client', 'documentation', 'work'], ['documentation', 'work', 'datacenter'], ['work', 'datacenter', 'remediation'], ['datacenter', 'remediation', 'project'], ['remediation', 'project', 'dns'], ['project', 'dns', 'record'], ['dns', 'record', 'management'], ['record', 'management', 'sungard'], ['management', 'sungard', 'availability'], ['sungard', 'availability', 'services'], ['skill', 'set', 'experience', 'implementing'], ['set', 'experience', 'implementing', 'troubleshooting'], ['experience', 'implementing', 'troubleshooting', 'network'], ['implementing', 'troubleshooting', 'network', 'security'], ['troubleshooting', 'network', 'security', 'solutions'], ['network', 'security', 'solutions', 'planning'], ['security', 'solutions', 'planning', 'implementation'], ...], [['skill'], ['set'], ['cisco'], ['certified'], ['network'], ['associates'], ['ccna'], ['basic'], ['knowledge'], ['networking'], ['ethernet'], ['mediums'], ['ethernet'], ['communication'], ['types'], ['ethernet'], ['communication'], ['devices'], ['etc'], ['ipv4'], ['subnetting'], ['supernetting'], ['basic'], ['configuration'], ['routing'], ['switching'], ['a'], ['ess'], ['lists'], ['network'], ['address'], ['translation'], ['nat'], ['virtual'], ['lans'], ['vlans'], ['etc'], ['cisco'], ['certified'], ['network'], ['associates'], ['ccna'], ['security'], ['basic'], ['security'], ['goals'], ['need'], ['different'], ['types'], ['attacks'], ['like'], ['ess'], ['attacks'], ['reconnaissance'], ['strategies'], ['etc'], ['basic'], ['configuration'], ['firewalls'], ['mitigation'], ['techniques'], ['ess'], ['control'], ['lists'], ['private'], ['vlans'], ['vlan'], ['hopping'], ['ip'], ['source'], ['guard'], ['dhcp'], ['snooping'], ['authentication'], ['authorization'], ['a'], ['ounting'], ['aaa'], ['ip'], ['security'], ['ipsec'], ['etc'], ['cisco'], ['certified'], ['network'], ['professional'], ['ccnp'], ['routing'], ['switching'], ['mpls'], ['routing'], ['configuration'], ['concept'], ['eigrp'], ['ospf'], ['bgp'], ['switching'], ['virtual'], ['lans'], ['vlans'], ['spanning'], ['tree'], ['protocol'], ['stp'], ['queuing'], ['etc'], ['mpls'], ['multi'], ['protocol'], ['label'], ['switching'], ['basic'], ['idea'], ['working'], ['types'], ['modes'], ['mpls'], ['penultimate'], ['hopping'], ['mpls'], ['etc'], ['cisco'], ['certified'], ['network'], ['professional'], ['security'], ['asa'], ['module'], ['knowledge'], ['control'], ['plane'], ['security'], ['management'], ['plane'], ['security'], ['data'], ['plane'], ['security'], ['knowledge'], ['network'], ['telemetary'], ['ntp'], ['netflow'], ['logging'], ['nat'], ['fundamental'], ['asa'], ['firewall'], ['filtering'], ['technologies'], ['asa'], ['modes'], ['deployment'], ['asa'], ['failover'], ['security'], ['context'], ['reputation'], ['based'], ['firewall'], ['identity'], ['firewall'], ['zone'], ['based'], ['firewall'], ['projects'], ['t'], ['e'], ['project'], ['title'], ['temperature'], ['controlled'], ['cooling'], ['fan'], ['academic'], ['year'], ['2016'], ['2017'], ['sem'], ['5'], ['description'], ['this'], ['project'], ['simply'], ['senses'], ['temperature'], ['level'], ['turn'], ['on'], ['fan'], ['temperature'], ['set'], ['limit'], ['this'], ['project'], ['developed'], ['aim'], ['control'], ['temperature'], ['devices'], ['reduce'], ['damages'], ['devices'], ['heating'], ['title'], ['automatic'], ['plant'], ['watering'], ['system'], ['academic'], ['year'], ['2016'], ['2017'], ['sem'], ['6'], ['description'], ['this'], ['project'], ['simply'], ['senses'], ['moisture'], ['level'], ['turn'], ['on'], ['water'], ['pump'], ['moisture'], ['education'], ['details'], ['january'], ['2018'], ['b'], ['e'], ['technology'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['h'], ['s'], ['c'], ['mahatma'], ['gandhi'], ['high'], ['maharashtra'], ['state'], ['board'], ['s'], ['s'], ['c'], ['mahatma'], ['gandhi'], ['high'], ['maharashtra'], ['state'], ['board'], ['school'], ['junior'], ['college'], ['network'], ['security'], ['enginner'], ['network'], ['security'], ['engineer'], ['skill'], ['details'], ['networking'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['subnetting'], ['supernetting'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['a'], ['ess'], ['lists'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['acls'], ['exprience'], ['6'], ['months'], ['network'], ['address'], ['translation'], ['nat'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['vlan'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['aaa'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['ipsec'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['access'], ['control'], ['lists'], ['exprience'], ['6'], ['months'], ['dhcp'], ['snooping'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['private'], ['vlan'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['vlan'], ['hopping'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['vpn'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['routing'], ['protocols'], ['rip'], ['eigrp'], ['ospf'], ['bgp'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['dm'], ['vpn'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['switching'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['control'], ['plane'], ['security'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['data'], ['plane'], ['security'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['management'], ['plane'], ['security'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['network'], ['telemetary'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['firewall'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['firewall'], ['filtering'], ['technologies'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['asa'], ['failovers'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['zone'], ['based'], ['firewall'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['reputation'], ['based'], ['firewall'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['security'], ['context'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['security'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['stormfur'], ['technologies'], ['llp'], ['description'], ['network'], ['security'], ['engineer'], ['stromfur'], ['technologies'], ['llp'], ['august'], ['2018'], ['present'], ['troubleshoot'], ['firewall'], ['related'], ['incidents'], ['customers'], ['solve'], ['technical'], ['problems'], ['relating'], ['installing'], ['security'], ['solutions'], ['analyze'], ['security'], ['requirements'], ['network'], ['system'], ['reviewed'], ['configuration'], ['maintained'], ['cisco'], ['asa'], ['firewalls'], ['routers'], ['switches'], ['reviewed'], ['modified'], ['ess'], ['control'], ['lists'], ['acls'], ['network'], ['switching'], ['routing'], ['equipment'], ['needed'], ['maintain'], ['security'], ['standards'], ['participated'], ['core'], ['network'], ['team'], ['upgrade'], ['corporate'], ['network'], ['maintained'], ['network'], ['security'], ['technologies'], ['services'], ['interacted'], ['clients'], ['analyzed'], ['operational'], ['requirements'], ['install'], ['configured'], ['ipsec'], ['ssl'], ['vpn'], ['reviewed'], ['configured'], ['vlan'], ['routing'], ['protocols'], ['rip'], ['ospf'], ['eigrp'], ['nat'], ['support'], ['client'], ['various'], ['networking'], ['issues'], ['skill', 'set'], ['set', 'cisco'], ['cisco', 'certified'], ['certified', 'network'], ['network', 'associates'], ['associates', 'ccna'], ['ccna', 'basic'], ['basic', 'knowledge'], ['knowledge', 'networking'], ['networking', 'ethernet'], ['ethernet', 'mediums'], ['mediums', 'ethernet'], ['ethernet', 'communication'], ['communication', 'types'], ['types', 'ethernet'], ['ethernet', 'communication'], ['communication', 'devices'], ['devices', 'etc'], ['etc', 'ipv4'], ['ipv4', 'subnetting'], ['subnetting', 'supernetting'], ['supernetting', 'basic'], ['basic', 'configuration'], ['configuration', 'routing'], ['routing', 'switching'], ['switching', 'a'], ['a', 'ess'], ['ess', 'lists'], ['lists', 'network'], ['network', 'address'], ['address', 'translation'], ['translation', 'nat'], ['nat', 'virtual'], ['virtual', 'lans'], ['lans', 'vlans'], ['vlans', 'etc'], ['etc', 'cisco'], ['cisco', 'certified'], ['certified', 'network'], ['network', 'associates'], ['associates', 'ccna'], ['ccna', 'security'], ['security', 'basic'], ['basic', 'security'], ['security', 'goals'], ['goals', 'need'], ['need', 'different'], ['different', 'types'], ['types', 'attacks'], ['attacks', 'like'], ['like', 'ess'], ['ess', 'attacks'], ['attacks', 'reconnaissance'], ['reconnaissance', 'strategies'], ['strategies', 'etc'], ['etc', 'basic'], ['basic', 'configuration'], ['configuration', 'firewalls'], ['firewalls', 'mitigation'], ['mitigation', 'techniques'], ['techniques', 'ess'], ['ess', 'control'], ['control', 'lists'], ['lists', 'private'], ['private', 'vlans'], ['vlans', 'vlan'], ['vlan', 'hopping'], ['hopping', 'ip'], ['ip', 'source'], ['source', 'guard'], ['guard', 'dhcp'], ['dhcp', 'snooping'], ['snooping', 'authentication'], ['authentication', 'authorization'], ['authorization', 'a'], ['a', 'ounting'], ['ounting', 'aaa'], ['aaa', 'ip'], ['ip', 'security'], ['security', 'ipsec'], ['ipsec', 'etc'], ['etc', 'cisco'], ['cisco', 'certified'], ['certified', 'network'], ['network', 'professional'], ['professional', 'ccnp'], ['ccnp', 'routing'], ['routing', 'switching'], ['switching', 'mpls'], ['mpls', 'routing'], ['routing', 'configuration'], ['configuration', 'concept'], ['concept', 'eigrp'], ['eigrp', 'ospf'], ['ospf', 'bgp'], ['bgp', 'switching'], ['switching', 'virtual'], ['virtual', 'lans'], ['lans', 'vlans'], ['vlans', 'spanning'], ['spanning', 'tree'], ['tree', 'protocol'], ['protocol', 'stp'], ['stp', 'queuing'], ['queuing', 'etc'], ['etc', 'mpls'], ['mpls', 'multi'], ['multi', 'protocol'], ['protocol', 'label'], ['label', 'switching'], ['switching', 'basic'], ['basic', 'idea'], ['idea', 'working'], ['working', 'types'], ['types', 'modes'], ['modes', 'mpls'], ['mpls', 'penultimate'], ['penultimate', 'hopping'], ['hopping', 'mpls'], ['mpls', 'etc'], ['etc', 'cisco'], ['cisco', 'certified'], ['certified', 'network'], ['network', 'professional'], ['professional', 'security'], ['security', 'asa'], ['asa', 'module'], ['module', 'knowledge'], ['knowledge', 'control'], ['control', 'plane'], ['plane', 'security'], ['security', 'management'], ['management', 'plane'], ['plane', 'security'], ['security', 'data'], ['data', 'plane'], ['plane', 'security'], ['security', 'knowledge'], ['knowledge', 'network'], ['network', 'telemetary'], ['telemetary', 'ntp'], ['ntp', 'netflow'], ['netflow', 'logging'], ['logging', 'nat'], ['nat', 'fundamental'], ['fundamental', 'asa'], ['asa', 'firewall'], ['firewall', 'filtering'], ['filtering', 'technologies'], ['technologies', 'asa'], ['asa', 'modes'], ['modes', 'deployment'], ['deployment', 'asa'], ['asa', 'failover'], ['failover', 'security'], ['security', 'context'], ['context', 'reputation'], ['reputation', 'based'], ['based', 'firewall'], ['firewall', 'identity'], ['identity', 'firewall'], ['firewall', 'zone'], ['zone', 'based'], ['based', 'firewall'], ['firewall', 'projects'], ['projects', 't'], ['t', 'e'], ['e', 'project'], ['project', 'title'], ['title', 'temperature'], ['temperature', 'controlled'], ['controlled', 'cooling'], ['cooling', 'fan'], ['fan', 'academic'], ['academic', 'year'], ['year', '2016'], ['2016', '2017'], ['2017', 'sem'], ['sem', '5'], ['5', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'simply'], ['simply', 'senses'], ['senses', 'temperature'], ['temperature', 'level'], ['level', 'turn'], ['turn', 'on'], ['on', 'fan'], ['fan', 'temperature'], ['temperature', 'set'], ['set', 'limit'], ['limit', 'this'], ['this', 'project'], ['project', 'developed'], ['developed', 'aim'], ['aim', 'control'], ['control', 'temperature'], ['temperature', 'devices'], ['devices', 'reduce'], ['reduce', 'damages'], ['damages', 'devices'], ['devices', 'heating'], ['heating', 'title'], ['title', 'automatic'], ['automatic', 'plant'], ['plant', 'watering'], ['watering', 'system'], ['system', 'academic'], ['academic', 'year'], ['year', '2016'], ['2016', '2017'], ['2017', 'sem'], ['sem', '6'], ['6', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'simply'], ['simply', 'senses'], ['senses', 'moisture'], ['moisture', 'level'], ['level', 'turn'], ['turn', 'on'], ['on', 'water'], ['water', 'pump'], ['pump', 'moisture'], ['moisture', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'b'], ['b', 'e'], ['e', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'h'], ['h', 's'], ['s', 'c'], ['c', 'mahatma'], ['mahatma', 'gandhi'], ['gandhi', 'high'], ['high', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 's'], ['s', 's'], ['s', 'c'], ['c', 'mahatma'], ['mahatma', 'gandhi'], ['gandhi', 'high'], ['high', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'school'], ['school', 'junior'], ['junior', 'college'], ['college', 'network'], ['network', 'security'], ['security', 'enginner'], ['enginner', 'network'], ['network', 'security'], ['security', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'networking'], ['networking', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'subnetting'], ['subnetting', 'supernetting'], ['supernetting', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'a'], ['a', 'ess'], ['ess', 'lists'], ['lists', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'acls'], ['acls', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'network'], ['network', 'address'], ['address', 'translation'], ['translation', 'nat'], ['nat', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'vlan'], ['vlan', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'aaa'], ['aaa', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'ipsec'], ['ipsec', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'access'], ['access', 'control'], ['control', 'lists'], ['lists', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dhcp'], ['dhcp', 'snooping'], ['snooping', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'private'], ['private', 'vlan'], ['vlan', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'vlan'], ['vlan', 'hopping'], ['hopping', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'vpn'], ['vpn', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'routing'], ['routing', 'protocols'], ['protocols', 'rip'], ['rip', 'eigrp'], ['eigrp', 'ospf'], ['ospf', 'bgp'], ['bgp', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'dm'], ['dm', 'vpn'], ['vpn', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'switching'], ['switching', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'control'], ['control', 'plane'], ['plane', 'security'], ['security', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'data'], ['data', 'plane'], ['plane', 'security'], ['security', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'management'], ['management', 'plane'], ['plane', 'security'], ['security', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'network'], ['network', 'telemetary'], ['telemetary', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'firewall'], ['firewall', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'firewall'], ['firewall', 'filtering'], ['filtering', 'technologies'], ['technologies', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'asa'], ['asa', 'failovers'], ['failovers', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'zone'], ['zone', 'based'], ['based', 'firewall'], ['firewall', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'reputation'], ['reputation', 'based'], ['based', 'firewall'], ['firewall', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'security'], ['security', 'context'], ['context', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'security'], ['security', 'exprience'], ['exprience', 'less'], ...], [['communication'], ['skills'], ['my'], ['writing'], ['skills'], ['english'], ['good'], ['i'], ['certainly'], ['clear'], ['speaker'], ['being'], ['comfortable'], ['speaking'], ['front'], ['audience'], ['i'], ['easily'], ['facilitate'], ['meetings'], ['brainstorming'], ['sessions'], ['interpersonal'], ['skills'], ['as'], ['friendly'], ['polite'], ['person'], ['positive'], ['attitude'], ['i'], ['work'], ['well'], ['others'], ['deal'], ['difficult'], ['situations'], ['careful'], ['considerate'], ['manner'], ['learning'], ['skills'], ['i'], ['high'], ['capacity'], ['learning'], ['pick'], ['new'], ['skills'], ['ideas'], ['quickly'], ['generally'], ['thrive'], ['challenges'], ['enthusiasm'], ['creativity'], ['give'], ['edge'], ['difficult'], ['projects'], ['problem'], ['solving'], ['skills'], ['my'], ['analytical'], ['skills'], ['help'], ['troubleshoot'], ['problems'], ['uncover'], ['root'], ['causes'], ['i'], ['creative'], ['tenacious'], ['education'], ['details'], ['july'], ['2012'], ['april'], ['2015'], ['bachelor'], ['science'], ['information'], ['technology'], ['mumbai'], ['maharashtra'], ['akbar'], ['peerbhoy'], ['college'], ['comm'], ['eco'], ['university'], ['mumbai'], ['june'], ['2008'], ['april'], ['2010'], ['jaunpur'], ['uttar'], ['pradesh'], ['janta'], ['inter'], ['college'], ['jaunpur'], ['may'], ['2006'], ['april'], ['2008'], ['jaunpur'], ['uttar'], ['pradesh'], ['inter'], ['college'], ['jaunpur'], ['network'], ['security'], ['engineer'], ['skill'], ['details'], ['network'], ['security'], ['network'], ['administration'], ['firewall'], ['vpn'], ['configuration'], ['routing'], ['switching'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['karvy'], ['innotech'], ['ltd'], ['description'], ['managing'], ['network'], ['mahindra'], ['mahindra'], ['financial'], ['services'], ['limited'], ['internal'], ['pan'], ['india'], ['level'], ['installation'], ['setup'], ['configuration'], ['troubleshooting'], ['tuning'], ['diagnostics'], ['maintenance'], ['it'], ['security'], ['related'], ['equipment'], ['maintaining'], ['network'], ['devices'], ['routers'], ['switches'], ['firewall'], ['wi'], ['fi'], ['devices'], ['troubleshoot'], ['performance'], ['availability'], ['issues'], ['security'], ['devices'], ['firewalls'], ['utm'], ['content'], ['filtering'], ['solutions'], ['handling'], ['daily'], ['calls'], ['related'], ['network'], ['network'], ['security'], ['manage'], ['administer'], ['vpn'], ['connectivity'], ['organization'], ['clients'], ['implement'], ['policy'], ['changes'], ['configure'], ['url'], ['filtering'], ['security'], ['policies'], ['utm'], ['appliances'], ['monitor'], ['alerts'], ['received'], ['monitoring'], ['systems'], ['take'], ['appropriate'], ['action'], ['based'], ['defined'], ['processes'], ['follow'], ['sla'], ['procedures'], ['already'], ['defined'], ['security'], ['device'], ['management'], ['co'], ['ordinating'], ['isps'], ['like'], ['tata'], ['airtel'], ['reliance'], ['vodafone'], ['sify'], ['tikona'], ['hcl'], ['comnet'], ['wan'], ['related'], ['issues'], ['configuration'], ['troubleshooting'], ['site'], ['site'], ['ipsec'], ['vpn'], ['ho'], ['remote'], ['branches'], ['maintaining'], ['inventory'], ['monthly'], ['basis'], ['network'], ['devices'], ['lan'], ['connectivity'], ['issues'], ['crimping'], ['rack'], ['mounting'], ['reporting'], ['ciso'], ['mahindra'], ['finance'], ['network'], ['related'], ['queries'], ['solutions'], ['communication', 'skills'], ['skills', 'my'], ['my', 'writing'], ['writing', 'skills'], ['skills', 'english'], ['english', 'good'], ['good', 'i'], ['i', 'certainly'], ['certainly', 'clear'], ['clear', 'speaker'], ['speaker', 'being'], ['being', 'comfortable'], ['comfortable', 'speaking'], ['speaking', 'front'], ['front', 'audience'], ['audience', 'i'], ['i', 'easily'], ['easily', 'facilitate'], ['facilitate', 'meetings'], ['meetings', 'brainstorming'], ['brainstorming', 'sessions'], ['sessions', 'interpersonal'], ['interpersonal', 'skills'], ['skills', 'as'], ['as', 'friendly'], ['friendly', 'polite'], ['polite', 'person'], ['person', 'positive'], ['positive', 'attitude'], ['attitude', 'i'], ['i', 'work'], ['work', 'well'], ['well', 'others'], ['others', 'deal'], ['deal', 'difficult'], ['difficult', 'situations'], ['situations', 'careful'], ['careful', 'considerate'], ['considerate', 'manner'], ['manner', 'learning'], ['learning', 'skills'], ['skills', 'i'], ['i', 'high'], ['high', 'capacity'], ['capacity', 'learning'], ['learning', 'pick'], ['pick', 'new'], ['new', 'skills'], ['skills', 'ideas'], ['ideas', 'quickly'], ['quickly', 'generally'], ['generally', 'thrive'], ['thrive', 'challenges'], ['challenges', 'enthusiasm'], ['enthusiasm', 'creativity'], ['creativity', 'give'], ['give', 'edge'], ['edge', 'difficult'], ['difficult', 'projects'], ['projects', 'problem'], ['problem', 'solving'], ['solving', 'skills'], ['skills', 'my'], ['my', 'analytical'], ['analytical', 'skills'], ['skills', 'help'], ['help', 'troubleshoot'], ['troubleshoot', 'problems'], ['problems', 'uncover'], ['uncover', 'root'], ['root', 'causes'], ['causes', 'i'], ['i', 'creative'], ['creative', 'tenacious'], ['tenacious', 'education'], ['education', 'details'], ['details', 'july'], ['july', '2012'], ['2012', 'april'], ['april', '2015'], ['2015', 'bachelor'], ['bachelor', 'science'], ['science', 'information'], ['information', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'akbar'], ['akbar', 'peerbhoy'], ['peerbhoy', 'college'], ['college', 'comm'], ['comm', 'eco'], ['eco', 'university'], ['university', 'mumbai'], ['mumbai', 'june'], ['june', '2008'], ['2008', 'april'], ['april', '2010'], ['2010', 'jaunpur'], ['jaunpur', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'janta'], ['janta', 'inter'], ['inter', 'college'], ['college', 'jaunpur'], ['jaunpur', 'may'], ['may', '2006'], ['2006', 'april'], ['april', '2008'], ['2008', 'jaunpur'], ['jaunpur', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'inter'], ['inter', 'college'], ['college', 'jaunpur'], ['jaunpur', 'network'], ['network', 'security'], ['security', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'network'], ['network', 'security'], ['security', 'network'], ['network', 'administration'], ['administration', 'firewall'], ['firewall', 'vpn'], ['vpn', 'configuration'], ['configuration', 'routing'], ['routing', 'switching'], ['switching', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'karvy'], ['karvy', 'innotech'], ['innotech', 'ltd'], ['ltd', 'description'], ['description', 'managing'], ['managing', 'network'], ['network', 'mahindra'], ['mahindra', 'mahindra'], ['mahindra', 'financial'], ['financial', 'services'], ['services', 'limited'], ['limited', 'internal'], ['internal', 'pan'], ['pan', 'india'], ['india', 'level'], ['level', 'installation'], ['installation', 'setup'], ['setup', 'configuration'], ['configuration', 'troubleshooting'], ['troubleshooting', 'tuning'], ['tuning', 'diagnostics'], ['diagnostics', 'maintenance'], ['maintenance', 'it'], ['it', 'security'], ['security', 'related'], ['related', 'equipment'], ['equipment', 'maintaining'], ['maintaining', 'network'], ['network', 'devices'], ['devices', 'routers'], ['routers', 'switches'], ['switches', 'firewall'], ['firewall', 'wi'], ['wi', 'fi'], ['fi', 'devices'], ['devices', 'troubleshoot'], ['troubleshoot', 'performance'], ['performance', 'availability'], ['availability', 'issues'], ['issues', 'security'], ['security', 'devices'], ['devices', 'firewalls'], ['firewalls', 'utm'], ['utm', 'content'], ['content', 'filtering'], ['filtering', 'solutions'], ['solutions', 'handling'], ['handling', 'daily'], ['daily', 'calls'], ['calls', 'related'], ['related', 'network'], ['network', 'network'], ['network', 'security'], ['security', 'manage'], ['manage', 'administer'], ['administer', 'vpn'], ['vpn', 'connectivity'], ['connectivity', 'organization'], ['organization', 'clients'], ['clients', 'implement'], ['implement', 'policy'], ['policy', 'changes'], ['changes', 'configure'], ['configure', 'url'], ['url', 'filtering'], ['filtering', 'security'], ['security', 'policies'], ['policies', 'utm'], ['utm', 'appliances'], ['appliances', 'monitor'], ['monitor', 'alerts'], ['alerts', 'received'], ['received', 'monitoring'], ['monitoring', 'systems'], ['systems', 'take'], ['take', 'appropriate'], ['appropriate', 'action'], ['action', 'based'], ['based', 'defined'], ['defined', 'processes'], ['processes', 'follow'], ['follow', 'sla'], ['sla', 'procedures'], ['procedures', 'already'], ['already', 'defined'], ['defined', 'security'], ['security', 'device'], ['device', 'management'], ['management', 'co'], ['co', 'ordinating'], ['ordinating', 'isps'], ['isps', 'like'], ['like', 'tata'], ['tata', 'airtel'], ['airtel', 'reliance'], ['reliance', 'vodafone'], ['vodafone', 'sify'], ['sify', 'tikona'], ['tikona', 'hcl'], ['hcl', 'comnet'], ['comnet', 'wan'], ['wan', 'related'], ['related', 'issues'], ['issues', 'configuration'], ['configuration', 'troubleshooting'], ['troubleshooting', 'site'], ['site', 'site'], ['site', 'ipsec'], ['ipsec', 'vpn'], ['vpn', 'ho'], ['ho', 'remote'], ['remote', 'branches'], ['branches', 'maintaining'], ['maintaining', 'inventory'], ['inventory', 'monthly'], ['monthly', 'basis'], ['basis', 'network'], ['network', 'devices'], ['devices', 'lan'], ['lan', 'connectivity'], ['connectivity', 'issues'], ['issues', 'crimping'], ['crimping', 'rack'], ['rack', 'mounting'], ['mounting', 'reporting'], ['reporting', 'ciso'], ['ciso', 'mahindra'], ['mahindra', 'finance'], ['finance', 'network'], ['network', 'related'], ['related', 'queries'], ['queries', 'solutions'], ['communication', 'skills', 'my'], ['skills', 'my', 'writing'], ['my', 'writing', 'skills'], ['writing', 'skills', 'english'], ['skills', 'english', 'good'], ['english', 'good', 'i'], ['good', 'i', 'certainly'], ['i', 'certainly', 'clear'], ['certainly', 'clear', 'speaker'], ['clear', 'speaker', 'being'], ['speaker', 'being', 'comfortable'], ['being', 'comfortable', 'speaking'], ['comfortable', 'speaking', 'front'], ['speaking', 'front', 'audience'], ['front', 'audience', 'i'], ['audience', 'i', 'easily'], ['i', 'easily', 'facilitate'], ['easily', 'facilitate', 'meetings'], ['facilitate', 'meetings', 'brainstorming'], ['meetings', 'brainstorming', 'sessions'], ['brainstorming', 'sessions', 'interpersonal'], ['sessions', 'interpersonal', 'skills'], ['interpersonal', 'skills', 'as'], ['skills', 'as', 'friendly'], ['as', 'friendly', 'polite'], ['friendly', 'polite', 'person'], ['polite', 'person', 'positive'], ['person', 'positive', 'attitude'], ['positive', 'attitude', 'i'], ['attitude', 'i', 'work'], ['i', 'work', 'well'], ['work', 'well', 'others'], ['well', 'others', 'deal'], ['others', 'deal', 'difficult'], ['deal', 'difficult', 'situations'], ['difficult', 'situations', 'careful'], ['situations', 'careful', 'considerate'], ['careful', 'considerate', 'manner'], ['considerate', 'manner', 'learning'], ['manner', 'learning', 'skills'], ['learning', 'skills', 'i'], ['skills', 'i', 'high'], ['i', 'high', 'capacity'], ['high', 'capacity', 'learning'], ['capacity', 'learning', 'pick'], ['learning', 'pick', 'new'], ['pick', 'new', 'skills'], ['new', 'skills', 'ideas'], ['skills', 'ideas', 'quickly'], ['ideas', 'quickly', 'generally'], ['quickly', 'generally', 'thrive'], ['generally', 'thrive', 'challenges'], ['thrive', 'challenges', 'enthusiasm'], ['challenges', 'enthusiasm', 'creativity'], ['enthusiasm', 'creativity', 'give'], ['creativity', 'give', 'edge'], ['give', 'edge', 'difficult'], ['edge', 'difficult', 'projects'], ['difficult', 'projects', 'problem'], ['projects', 'problem', 'solving'], ['problem', 'solving', 'skills'], ['solving', 'skills', 'my'], ['skills', 'my', 'analytical'], ['my', 'analytical', 'skills'], ['analytical', 'skills', 'help'], ['skills', 'help', 'troubleshoot'], ['help', 'troubleshoot', 'problems'], ['troubleshoot', 'problems', 'uncover'], ['problems', 'uncover', 'root'], ['uncover', 'root', 'causes'], ['root', 'causes', 'i'], ['causes', 'i', 'creative'], ['i', 'creative', 'tenacious'], ['creative', 'tenacious', 'education'], ['tenacious', 'education', 'details'], ['education', 'details', 'july'], ['details', 'july', '2012'], ['july', '2012', 'april'], ['2012', 'april', '2015'], ['april', '2015', 'bachelor'], ['2015', 'bachelor', 'science'], ['bachelor', 'science', 'information'], ['science', 'information', 'technology'], ['information', 'technology', 'mumbai'], ['technology', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'akbar'], ['maharashtra', 'akbar', 'peerbhoy'], ['akbar', 'peerbhoy', 'college'], ['peerbhoy', 'college', 'comm'], ['college', 'comm', 'eco'], ['comm', 'eco', 'university'], ['eco', 'university', 'mumbai'], ['university', 'mumbai', 'june'], ['mumbai', 'june', '2008'], ['june', '2008', 'april'], ['2008', 'april', '2010'], ['april', '2010', 'jaunpur'], ['2010', 'jaunpur', 'uttar'], ['jaunpur', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'janta'], ['pradesh', 'janta', 'inter'], ['janta', 'inter', 'college'], ['inter', 'college', 'jaunpur'], ['college', 'jaunpur', 'may'], ['jaunpur', 'may', '2006'], ['may', '2006', 'april'], ['2006', 'april', '2008'], ['april', '2008', 'jaunpur'], ['2008', 'jaunpur', 'uttar'], ['jaunpur', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'inter'], ['pradesh', 'inter', 'college'], ['inter', 'college', 'jaunpur'], ['college', 'jaunpur', 'network'], ['jaunpur', 'network', 'security'], ['network', 'security', 'engineer'], ['security', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'network'], ['details', 'network', 'security'], ['network', 'security', 'network'], ['security', 'network', 'administration'], ['network', 'administration', 'firewall'], ['administration', 'firewall', 'vpn'], ['firewall', 'vpn', 'configuration'], ['vpn', 'configuration', 'routing'], ['configuration', 'routing', 'switching'], ['routing', 'switching', 'exprience'], ['switching', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'karvy'], ['company', 'karvy', 'innotech'], ['karvy', 'innotech', 'ltd'], ['innotech', 'ltd', 'description'], ['ltd', 'description', 'managing'], ['description', 'managing', 'network'], ['managing', 'network', 'mahindra'], ['network', 'mahindra', 'mahindra'], ['mahindra', 'mahindra', 'financial'], ['mahindra', 'financial', 'services'], ['financial', 'services', 'limited'], ['services', 'limited', 'internal'], ['limited', 'internal', 'pan'], ['internal', 'pan', 'india'], ['pan', 'india', 'level'], ['india', 'level', 'installation'], ['level', 'installation', 'setup'], ['installation', 'setup', 'configuration'], ['setup', 'configuration', 'troubleshooting'], ['configuration', 'troubleshooting', 'tuning'], ['troubleshooting', 'tuning', 'diagnostics'], ['tuning', 'diagnostics', 'maintenance'], ['diagnostics', 'maintenance', 'it'], ['maintenance', 'it', 'security'], ['it', 'security', 'related'], ['security', 'related', 'equipment'], ['related', 'equipment', 'maintaining'], ['equipment', 'maintaining', 'network'], ['maintaining', 'network', 'devices'], ['network', 'devices', 'routers'], ['devices', 'routers', 'switches'], ['routers', 'switches', 'firewall'], ['switches', 'firewall', 'wi'], ['firewall', 'wi', 'fi'], ['wi', 'fi', 'devices'], ['fi', 'devices', 'troubleshoot'], ['devices', 'troubleshoot', 'performance'], ['troubleshoot', 'performance', 'availability'], ['performance', 'availability', 'issues'], ['availability', 'issues', 'security'], ['issues', 'security', 'devices'], ['security', 'devices', 'firewalls'], ['devices', 'firewalls', 'utm'], ['firewalls', 'utm', 'content'], ['utm', 'content', 'filtering'], ['content', 'filtering', 'solutions'], ['filtering', 'solutions', 'handling'], ['solutions', 'handling', 'daily'], ['handling', 'daily', 'calls'], ['daily', 'calls', 'related'], ['calls', 'related', 'network'], ['related', 'network', 'network'], ['network', 'network', 'security'], ['network', 'security', 'manage'], ['security', 'manage', 'administer'], ['manage', 'administer', 'vpn'], ['administer', 'vpn', 'connectivity'], ['vpn', 'connectivity', 'organization'], ['connectivity', 'organization', 'clients'], ['organization', 'clients', 'implement'], ['clients', 'implement', 'policy'], ['implement', 'policy', 'changes'], ['policy', 'changes', 'configure'], ['changes', 'configure', 'url'], ['configure', 'url', 'filtering'], ['url', 'filtering', 'security'], ['filtering', 'security', 'policies'], ['security', 'policies', 'utm'], ['policies', 'utm', 'appliances'], ['utm', 'appliances', 'monitor'], ['appliances', 'monitor', 'alerts'], ['monitor', 'alerts', 'received'], ['alerts', 'received', 'monitoring'], ['received', 'monitoring', 'systems'], ['monitoring', 'systems', 'take'], ['systems', 'take', 'appropriate'], ['take', 'appropriate', 'action'], ['appropriate', 'action', 'based'], ['action', 'based', 'defined'], ['based', 'defined', 'processes'], ['defined', 'processes', 'follow'], ['processes', 'follow', 'sla'], ['follow', 'sla', 'procedures'], ['sla', 'procedures', 'already'], ['procedures', 'already', 'defined'], ['already', 'defined', 'security'], ['defined', 'security', 'device'], ['security', 'device', 'management'], ['device', 'management', 'co'], ['management', 'co', 'ordinating'], ['co', 'ordinating', 'isps'], ['ordinating', 'isps', 'like'], ['isps', 'like', 'tata'], ['like', 'tata', 'airtel'], ['tata', 'airtel', 'reliance'], ['airtel', 'reliance', 'vodafone'], ['reliance', 'vodafone', 'sify'], ['vodafone', 'sify', 'tikona'], ['sify', 'tikona', 'hcl'], ['tikona', 'hcl', 'comnet'], ['hcl', 'comnet', 'wan'], ['comnet', 'wan', 'related'], ['wan', 'related', 'issues'], ['related', 'issues', 'configuration'], ['issues', 'configuration', 'troubleshooting'], ['configuration', 'troubleshooting', 'site'], ['troubleshooting', 'site', 'site'], ['site', 'site', 'ipsec'], ['site', 'ipsec', 'vpn'], ['ipsec', 'vpn', 'ho'], ['vpn', 'ho', 'remote'], ['ho', 'remote', 'branches'], ['remote', 'branches', 'maintaining'], ['branches', 'maintaining', 'inventory'], ['maintaining', 'inventory', 'monthly'], ['inventory', 'monthly', 'basis'], ['monthly', 'basis', 'network'], ['basis', 'network', 'devices'], ['network', 'devices', 'lan'], ['devices', 'lan', 'connectivity'], ['lan', 'connectivity', 'issues'], ['connectivity', 'issues', 'crimping'], ['issues', 'crimping', 'rack'], ['crimping', 'rack', 'mounting'], ['rack', 'mounting', 'reporting'], ['mounting', 'reporting', 'ciso'], ['reporting', 'ciso', 'mahindra'], ['ciso', 'mahindra', 'finance'], ['mahindra', 'finance', 'network'], ['finance', 'network', 'related'], ['network', 'related', 'queries'], ['related', 'queries', 'solutions'], ['communication', 'skills', 'my', 'writing'], ['skills', 'my', 'writing', 'skills'], ['my', 'writing', 'skills', 'english'], ['writing', 'skills', 'english', 'good'], ['skills', 'english', 'good', 'i'], ['english', 'good', 'i', 'certainly'], ['good', 'i', 'certainly', 'clear'], ['i', 'certainly', 'clear', 'speaker'], ['certainly', 'clear', 'speaker', 'being'], ['clear', 'speaker', 'being', 'comfortable'], ['speaker', 'being', 'comfortable', 'speaking'], ['being', 'comfortable', 'speaking', 'front'], ['comfortable', 'speaking', 'front', 'audience'], ['speaking', 'front', 'audience', 'i'], ['front', 'audience', 'i', 'easily'], ['audience', 'i', 'easily', 'facilitate'], ['i', 'easily', 'facilitate', 'meetings'], ['easily', 'facilitate', 'meetings', 'brainstorming'], ['facilitate', 'meetings', 'brainstorming', 'sessions'], ['meetings', 'brainstorming', 'sessions', 'interpersonal'], ['brainstorming', 'sessions', 'interpersonal', 'skills'], ['sessions', 'interpersonal', 'skills', 'as'], ['interpersonal', 'skills', 'as', 'friendly'], ['skills', 'as', 'friendly', 'polite'], ['as', 'friendly', 'polite', 'person'], ['friendly', 'polite', 'person', 'positive'], ['polite', 'person', 'positive', 'attitude'], ['person', 'positive', 'attitude', 'i'], ['positive', 'attitude', 'i', 'work'], ['attitude', 'i', 'work', 'well'], ['i', 'work', 'well', 'others'], ['work', 'well', 'others', 'deal'], ['well', 'others', 'deal', 'difficult'], ['others', 'deal', 'difficult', 'situations'], ['deal', 'difficult', 'situations', 'careful'], ['difficult', 'situations', 'careful', 'considerate'], ['situations', 'careful', 'considerate', 'manner'], ['careful', 'considerate', 'manner', 'learning'], ['considerate', 'manner', 'learning', 'skills'], ['manner', 'learning', 'skills', 'i'], ['learning', 'skills', 'i', 'high'], ['skills', 'i', 'high', 'capacity'], ['i', 'high', 'capacity', 'learning'], ['high', 'capacity', 'learning', 'pick'], ['capacity', 'learning', 'pick', 'new'], ['learning', 'pick', 'new', 'skills'], ['pick', 'new', 'skills', 'ideas'], ['new', 'skills', 'ideas', 'quickly'], ['skills', 'ideas', 'quickly', 'generally'], ['ideas', 'quickly', 'generally', 'thrive'], ['quickly', 'generally', 'thrive', 'challenges'], ['generally', 'thrive', 'challenges', 'enthusiasm'], ['thrive', 'challenges', 'enthusiasm', 'creativity'], ['challenges', 'enthusiasm', 'creativity', 'give'], ['enthusiasm', 'creativity', 'give', 'edge'], ['creativity', 'give', 'edge', 'difficult'], ['give', 'edge', 'difficult', 'projects'], ['edge', 'difficult', 'projects', 'problem'], ['difficult', 'projects', 'problem', 'solving'], ['projects', 'problem', 'solving', 'skills'], ['problem', 'solving', 'skills', 'my'], ['solving', 'skills', 'my', 'analytical'], ['skills', 'my', 'analytical', 'skills'], ['my', 'analytical', 'skills', 'help'], ['analytical', 'skills', 'help', 'troubleshoot'], ['skills', 'help', 'troubleshoot', 'problems'], ['help', 'troubleshoot', 'problems', 'uncover'], ['troubleshoot', 'problems', 'uncover', 'root'], ['problems', 'uncover', 'root', 'causes'], ['uncover', 'root', 'causes', 'i'], ['root', 'causes', 'i', 'creative'], ['causes', 'i', 'creative', 'tenacious'], ['i', 'creative', 'tenacious', 'education'], ['creative', 'tenacious', 'education', 'details'], ['tenacious', 'education', 'details', 'july'], ['education', 'details', 'july', '2012'], ['details', 'july', '2012', 'april'], ['july', '2012', 'april', '2015'], ['2012', 'april', '2015', 'bachelor'], ['april', '2015', 'bachelor', 'science'], ['2015', 'bachelor', 'science', 'information'], ['bachelor', 'science', 'information', 'technology'], ['science', 'information', 'technology', 'mumbai'], ['information', 'technology', 'mumbai', 'maharashtra'], ['technology', 'mumbai', 'maharashtra', 'akbar'], ['mumbai', 'maharashtra', 'akbar', 'peerbhoy'], ['maharashtra', 'akbar', 'peerbhoy', 'college'], ['akbar', 'peerbhoy', 'college', 'comm'], ['peerbhoy', 'college', 'comm', 'eco'], ['college', 'comm', 'eco', 'university'], ['comm', 'eco', 'university', 'mumbai'], ['eco', 'university', 'mumbai', 'june'], ['university', 'mumbai', 'june', '2008'], ['mumbai', 'june', '2008', 'april'], ['june', '2008', 'april', '2010'], ['2008', 'april', '2010', 'jaunpur'], ['april', '2010', 'jaunpur', 'uttar'], ['2010', 'jaunpur', 'uttar', 'pradesh'], ['jaunpur', 'uttar', 'pradesh', 'janta'], ['uttar', 'pradesh', 'janta', 'inter'], ['pradesh', 'janta', 'inter', 'college'], ['janta', 'inter', 'college', 'jaunpur'], ['inter', 'college', 'jaunpur', 'may'], ['college', 'jaunpur', 'may', '2006'], ['jaunpur', 'may', '2006', 'april'], ['may', '2006', 'april', '2008'], ['2006', 'april', '2008', 'jaunpur'], ['april', '2008', 'jaunpur', 'uttar'], ['2008', 'jaunpur', 'uttar', 'pradesh'], ['jaunpur', 'uttar', 'pradesh', 'inter'], ['uttar', 'pradesh', 'inter', 'college'], ['pradesh', 'inter', 'college', 'jaunpur'], ['inter', 'college', 'jaunpur', 'network'], ['college', 'jaunpur', 'network', 'security'], ['jaunpur', 'network', 'security', 'engineer'], ['network', 'security', 'engineer', 'skill'], ['security', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'network'], ['skill', 'details', 'network', 'security'], ['details', 'network', 'security', 'network'], ['network', 'security', 'network', 'administration'], ['security', 'network', 'administration', 'firewall'], ['network', 'administration', 'firewall', 'vpn'], ['administration', 'firewall', 'vpn', 'configuration'], ['firewall', 'vpn', 'configuration', 'routing'], ['vpn', 'configuration', 'routing', 'switching'], ['configuration', 'routing', 'switching', 'exprience'], ['routing', 'switching', 'exprience', '24'], ['switching', 'exprience', '24', 'monthscompany'], ['exprience', '24', 'monthscompany', 'details'], ['24', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'karvy'], ['details', 'company', 'karvy', 'innotech'], ['company', 'karvy', 'innotech', 'ltd'], ['karvy', 'innotech', 'ltd', 'description'], ['innotech', 'ltd', 'description', 'managing'], ['ltd', 'description', 'managing', 'network'], ['description', 'managing', 'network', 'mahindra'], ['managing', 'network', 'mahindra', 'mahindra'], ['network', 'mahindra', 'mahindra', 'financial'], ['mahindra', 'mahindra', 'financial', 'services'], ['mahindra', 'financial', 'services', 'limited'], ['financial', 'services', 'limited', 'internal'], ['services', 'limited', 'internal', 'pan'], ['limited', 'internal', 'pan', 'india'], ['internal', 'pan', 'india', 'level'], ['pan', 'india', 'level', 'installation'], ['india', 'level', 'installation', 'setup'], ['level', 'installation', 'setup', 'configuration'], ['installation', 'setup', 'configuration', 'troubleshooting'], ['setup', 'configuration', 'troubleshooting', 'tuning'], ['configuration', 'troubleshooting', 'tuning', 'diagnostics'], ['troubleshooting', 'tuning', 'diagnostics', 'maintenance'], ['tuning', 'diagnostics', 'maintenance', 'it'], ['diagnostics', 'maintenance', 'it', 'security'], ['maintenance', 'it', 'security', 'related'], ['it', 'security', 'related', 'equipment'], ['security', 'related', 'equipment', 'maintaining'], ['related', 'equipment', 'maintaining', 'network'], ['equipment', 'maintaining', 'network', 'devices'], ['maintaining', 'network', 'devices', 'routers'], ['network', 'devices', 'routers', 'switches'], ['devices', 'routers', 'switches', 'firewall'], ['routers', 'switches', 'firewall', 'wi'], ['switches', 'firewall', 'wi', 'fi'], ['firewall', 'wi', 'fi', 'devices'], ['wi', 'fi', 'devices', 'troubleshoot'], ['fi', 'devices', 'troubleshoot', 'performance'], ['devices', 'troubleshoot', 'performance', 'availability'], ['troubleshoot', 'performance', 'availability', 'issues'], ['performance', 'availability', 'issues', 'security'], ['availability', 'issues', 'security', 'devices'], ['issues', 'security', 'devices', 'firewalls'], ['security', 'devices', 'firewalls', 'utm'], ['devices', 'firewalls', 'utm', 'content'], ['firewalls', 'utm', 'content', 'filtering'], ['utm', 'content', 'filtering', 'solutions'], ['content', 'filtering', 'solutions', 'handling'], ['filtering', 'solutions', 'handling', 'daily'], ['solutions', 'handling', 'daily', 'calls'], ['handling', 'daily', 'calls', 'related'], ['daily', 'calls', 'related', 'network'], ['calls', 'related', 'network', 'network'], ['related', 'network', 'network', 'security'], ['network', 'network', 'security', 'manage'], ['network', 'security', 'manage', 'administer'], ['security', 'manage', 'administer', 'vpn'], ['manage', 'administer', 'vpn', 'connectivity'], ['administer', 'vpn', 'connectivity', 'organization'], ['vpn', 'connectivity', 'organization', 'clients'], ['connectivity', 'organization', 'clients', 'implement'], ['organization', 'clients', 'implement', 'policy'], ['clients', 'implement', 'policy', 'changes'], ['implement', 'policy', 'changes', 'configure'], ['policy', 'changes', 'configure', 'url'], ['changes', 'configure', 'url', 'filtering'], ['configure', 'url', 'filtering', 'security'], ['url', 'filtering', 'security', 'policies'], ['filtering', 'security', 'policies', 'utm'], ['security', 'policies', 'utm', 'appliances'], ['policies', 'utm', 'appliances', 'monitor'], ['utm', 'appliances', 'monitor', 'alerts'], ['appliances', 'monitor', 'alerts', 'received'], ['monitor', 'alerts', 'received', 'monitoring'], ['alerts', 'received', 'monitoring', 'systems'], ...], [['technical'], ['expertise'], ['cisco'], ['asa'], ['checkpoint'], ['firewall'], ['gaia'], ['splat'], ['palo'], ['alto'], ['firewalls'], ['firewall'], ['management'], ['tools'], ['cisco'], ['security'], ['management'], ['csm'], ['checkpoint'], ['smart'], ['center'], ['palo'], ['alto'], ['panorama'], ['f5'], ['load'], ['balancer'], ['ltm'], ['networking'], ['hands'], ['cisco'], ['router'], ['cisco'], ['switches'], ['security'], ['management'], ['event'], ['management'], ['rsaenvision'], ['4'], ['1'], ['ticketing'], ['tools'], ['bmc'], ['remedy'], ['service'], ['other'], ['technologies'], ['software'], ['languages'], ['python'], ['vb'], ['scriptingeducation'], ['details'], ['january'], ['2006'], ['january'], ['2010'], ['bachelor'], ['engineering'], ['information'], ['technology'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['senior'], ['network'], ['security'], ['analyst'], ['senior'], ['network'], ['security'], ['analyst'], ['a'], ['enture'], ['skill'], ['details'], ['firewalls'], ['exprience'], ['97'], ['months'], ['cisco'], ['exprience'], ['89'], ['months'], ['security'], ['exprience'], ['72'], ['months'], ['firewall'], ['exprience'], ['45'], ['months'], ['checkpoint'], ['exprience'], ['44'], ['monthscompany'], ['details'], ['company'], ['a'], ['enture'], ['description'], ['install'], ['configure'], ['upgrades'], ['troubleshoot'], ['cisco'], ['asa'], ['firewalls'], ['5500'], ['x'], ['includes'], ['single'], ['multi'], ['context'], ['firewalls'], ['f5'], ['ltm'], ['configuration'], ['vip'], ['pools'], ['ssl'], ['offloading'], ['certificate'], ['renewals'], ['code'], ['upgrade'], ['troubleshoot'], ['issues'], ['pulse'], ['secure'], ['juniper'], ['management'], ['includes'], ['creating'], ['roles'], ['realm'], ['polices'], ['remote'], ['ess'], ['reverse'], ['proxy'], ['code'], ['upgrade'], ['pac'], ['file'], ['configuration'], ['preparing'], ['design'], ['documents'], ['hld'], ['lld'], ['ip'], ['schema'], ['configuration'], ['network'], ['devices'], ['per'], ['customer'], ['requirements'], ['data'], ['center'], ['environment'], ['incident'], ['management'], ['change'], ['management'], ['problem'], ['management'], ['itil'], ['process'], ['key'], ['projects'], ['worked'], ['resiliency'], ['project'], ['like'], ['firewall'], ['policy'], ['lockdown'], ['software'], ['code'], ['upgrade'], ['firewalls'], ['load'], ['balancers'], ['end'], ['end'], ['co'], ['ordination'], ['firewall'], ['deployment'], ['tools'], ['cisco'], ['security'], ['manager'], ['4'], ['x'], ['company'], ['zensar'], ['technologies'], ['description'], ['install'], ['upgrades'], ['checkpoint'], ['firewalls'], ['gaia'], ['r75'], ['r77'], ['policy'], ['deployment'], ['troubleshoot'], ['checkpoint'], ['firewalls'], ['palo'], ['alto'], ['firewall'], ['cisco'], ['asa'], ['multiple'], ['sites'], ['belongs'], ['us'], ['canada'], ['emea'], ['region'], ['configure'], ['upgrades'], ['troubleshoot'], ['cisco'], ['routers'], ['cisco'], ['29xx'], ['28xx'], ['19xx'], ['cisco'], ['switches'], ['2960'], ['3560'], ['cisco'], ['meraki'], ['ap'], ['meraki'], ['cloud'], ['f5'], ['ltm'], ['configuration'], ['troubleshooting'], ['operational'], ['issues'], ['company'], ['infosys'], ['technologies'], ['description'], ['responsibilities'], ['install'], ['configure'], ['upgrade'], ['troubleshoot'], ['checkpoint'], ['firewalls'], ['cisco'], ['routers'], ['switches'], ['configure'], ['monitor'], ['troubleshoot'], ['issues'], ['within'], ['organization'], ['lan'], ['wan'], ['customer'], ['connectivity'], ['networks'], ['interface'], ['vendors'], ['service'], ['providers'], ['ensuring'], ['hardware'], ['software'], ['problems'], ['dealt'], ['efficiently'], ['effectively'], ['minimal'], ['downtime'], ['company'], ['hcl'], ['comnet'], ['description'], ['responsibilities'], ['event'], ['moitoring'], ['administration'], ['rsa'], ['envision'], ['4'], ['1'], ['siem'], ['proficient'], ['researching'], ['traffic'], ['patterns'], ['identify'], ['false'], ['positives'], ['malicious'], ['traffic'], ['within'], ['ids'], ['ips'], ['scanners'], ['qualis'], ['firewalls'], ['experience'], ['writing'], ['correlation'], ['rules'], ['parsers'], ['developing'], ['uds'], ['unsupported'], ['device'], ['logs'], ['analyze'], ['large'], ['volume'], ['security'], ['events'], ['maintaining'], ['high'], ['quality'], ['analysis'], ['change'], ['configuration'], ['management'], ['exposure'], ['company'], ['wipro'], ['technologies'], ['description'], ['administrator'], ['manage'], ['troubleshoot'], ['multi'], ['vendor'], ['network'], ['infrastructure'], ['consisting'], ['cisco'], ['juniper'], ['platforms'], ['cisco'], ['router'], ['3845'], ['cisco'], ['stack'], ['wise'], ['switches'], ['3750e'], ['2960'], ['ess'], ['switch'], ['cisco'], ['4500'], ['chassis'], ['cisco'], ['5550'], ['20'], ['asa'], ['firewalls'], ['juniper'], ['sa'], ['6500'], ['ssl'], ['vpn'], ['provisioning'], ['troubleshooting'], ['ess'], ['issues'], ['related'], ['rsa'], ['entrust'], ['2fa'], ['user'], ['a'], ['ounts'], ['taking'], ['network'], ['security'], ['devices'], ['configuration'], ['back'], ['weekly'], ['monthly'], ['basis'], ['technical', 'expertise'], ['expertise', 'cisco'], ['cisco', 'asa'], ['asa', 'checkpoint'], ['checkpoint', 'firewall'], ['firewall', 'gaia'], ['gaia', 'splat'], ['splat', 'palo'], ['palo', 'alto'], ['alto', 'firewalls'], ['firewalls', 'firewall'], ['firewall', 'management'], ['management', 'tools'], ['tools', 'cisco'], ['cisco', 'security'], ['security', 'management'], ['management', 'csm'], ['csm', 'checkpoint'], ['checkpoint', 'smart'], ['smart', 'center'], ['center', 'palo'], ['palo', 'alto'], ['alto', 'panorama'], ['panorama', 'f5'], ['f5', 'load'], ['load', 'balancer'], ['balancer', 'ltm'], ['ltm', 'networking'], ['networking', 'hands'], ['hands', 'cisco'], ['cisco', 'router'], ['router', 'cisco'], ['cisco', 'switches'], ['switches', 'security'], ['security', 'management'], ['management', 'event'], ['event', 'management'], ['management', 'rsaenvision'], ['rsaenvision', '4'], ['4', '1'], ['1', 'ticketing'], ['ticketing', 'tools'], ['tools', 'bmc'], ['bmc', 'remedy'], ['remedy', 'service'], ['service', 'other'], ['other', 'technologies'], ['technologies', 'software'], ['software', 'languages'], ['languages', 'python'], ['python', 'vb'], ['vb', 'scriptingeducation'], ['scriptingeducation', 'details'], ['details', 'january'], ['january', '2006'], ['2006', 'january'], ['january', '2010'], ['2010', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'information'], ['information', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'senior'], ['senior', 'network'], ['network', 'security'], ['security', 'analyst'], ['analyst', 'senior'], ['senior', 'network'], ['network', 'security'], ['security', 'analyst'], ['analyst', 'a'], ['a', 'enture'], ['enture', 'skill'], ['skill', 'details'], ['details', 'firewalls'], ['firewalls', 'exprience'], ['exprience', '97'], ['97', 'months'], ['months', 'cisco'], ['cisco', 'exprience'], ['exprience', '89'], ['89', 'months'], ['months', 'security'], ['security', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'firewall'], ['firewall', 'exprience'], ['exprience', '45'], ['45', 'months'], ['months', 'checkpoint'], ['checkpoint', 'exprience'], ['exprience', '44'], ['44', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'a'], ['a', 'enture'], ['enture', 'description'], ['description', 'install'], ['install', 'configure'], ['configure', 'upgrades'], ['upgrades', 'troubleshoot'], ['troubleshoot', 'cisco'], ['cisco', 'asa'], ['asa', 'firewalls'], ['firewalls', '5500'], ['5500', 'x'], ['x', 'includes'], ['includes', 'single'], ['single', 'multi'], ['multi', 'context'], ['context', 'firewalls'], ['firewalls', 'f5'], ['f5', 'ltm'], ['ltm', 'configuration'], ['configuration', 'vip'], ['vip', 'pools'], ['pools', 'ssl'], ['ssl', 'offloading'], ['offloading', 'certificate'], ['certificate', 'renewals'], ['renewals', 'code'], ['code', 'upgrade'], ['upgrade', 'troubleshoot'], ['troubleshoot', 'issues'], ['issues', 'pulse'], ['pulse', 'secure'], ['secure', 'juniper'], ['juniper', 'management'], ['management', 'includes'], ['includes', 'creating'], ['creating', 'roles'], ['roles', 'realm'], ['realm', 'polices'], ['polices', 'remote'], ['remote', 'ess'], ['ess', 'reverse'], ['reverse', 'proxy'], ['proxy', 'code'], ['code', 'upgrade'], ['upgrade', 'pac'], ['pac', 'file'], ['file', 'configuration'], ['configuration', 'preparing'], ['preparing', 'design'], ['design', 'documents'], ['documents', 'hld'], ['hld', 'lld'], ['lld', 'ip'], ['ip', 'schema'], ['schema', 'configuration'], ['configuration', 'network'], ['network', 'devices'], ['devices', 'per'], ['per', 'customer'], ['customer', 'requirements'], ['requirements', 'data'], ['data', 'center'], ['center', 'environment'], ['environment', 'incident'], ['incident', 'management'], ['management', 'change'], ['change', 'management'], ['management', 'problem'], ['problem', 'management'], ['management', 'itil'], ['itil', 'process'], ['process', 'key'], ['key', 'projects'], ['projects', 'worked'], ['worked', 'resiliency'], ['resiliency', 'project'], ['project', 'like'], ['like', 'firewall'], ['firewall', 'policy'], ['policy', 'lockdown'], ['lockdown', 'software'], ['software', 'code'], ['code', 'upgrade'], ['upgrade', 'firewalls'], ['firewalls', 'load'], ['load', 'balancers'], ['balancers', 'end'], ['end', 'end'], ['end', 'co'], ['co', 'ordination'], ['ordination', 'firewall'], ['firewall', 'deployment'], ['deployment', 'tools'], ['tools', 'cisco'], ['cisco', 'security'], ['security', 'manager'], ['manager', '4'], ['4', 'x'], ['x', 'company'], ['company', 'zensar'], ['zensar', 'technologies'], ['technologies', 'description'], ['description', 'install'], ['install', 'upgrades'], ['upgrades', 'checkpoint'], ['checkpoint', 'firewalls'], ['firewalls', 'gaia'], ['gaia', 'r75'], ['r75', 'r77'], ['r77', 'policy'], ['policy', 'deployment'], ['deployment', 'troubleshoot'], ['troubleshoot', 'checkpoint'], ['checkpoint', 'firewalls'], ['firewalls', 'palo'], ['palo', 'alto'], ['alto', 'firewall'], ['firewall', 'cisco'], ['cisco', 'asa'], ['asa', 'multiple'], ['multiple', 'sites'], ['sites', 'belongs'], ['belongs', 'us'], ['us', 'canada'], ['canada', 'emea'], ['emea', 'region'], ['region', 'configure'], ['configure', 'upgrades'], ['upgrades', 'troubleshoot'], ['troubleshoot', 'cisco'], ['cisco', 'routers'], ['routers', 'cisco'], ['cisco', '29xx'], ['29xx', '28xx'], ['28xx', '19xx'], ['19xx', 'cisco'], ['cisco', 'switches'], ['switches', '2960'], ['2960', '3560'], ['3560', 'cisco'], ['cisco', 'meraki'], ['meraki', 'ap'], ['ap', 'meraki'], ['meraki', 'cloud'], ['cloud', 'f5'], ['f5', 'ltm'], ['ltm', 'configuration'], ['configuration', 'troubleshooting'], ['troubleshooting', 'operational'], ['operational', 'issues'], ['issues', 'company'], ['company', 'infosys'], ['infosys', 'technologies'], ['technologies', 'description'], ['description', 'responsibilities'], ['responsibilities', 'install'], ['install', 'configure'], ['configure', 'upgrade'], ['upgrade', 'troubleshoot'], ['troubleshoot', 'checkpoint'], ['checkpoint', 'firewalls'], ['firewalls', 'cisco'], ['cisco', 'routers'], ['routers', 'switches'], ['switches', 'configure'], ['configure', 'monitor'], ['monitor', 'troubleshoot'], ['troubleshoot', 'issues'], ['issues', 'within'], ['within', 'organization'], ['organization', 'lan'], ['lan', 'wan'], ['wan', 'customer'], ['customer', 'connectivity'], ['connectivity', 'networks'], ['networks', 'interface'], ['interface', 'vendors'], ['vendors', 'service'], ['service', 'providers'], ['providers', 'ensuring'], ['ensuring', 'hardware'], ['hardware', 'software'], ['software', 'problems'], ['problems', 'dealt'], ['dealt', 'efficiently'], ['efficiently', 'effectively'], ['effectively', 'minimal'], ['minimal', 'downtime'], ['downtime', 'company'], ['company', 'hcl'], ['hcl', 'comnet'], ['comnet', 'description'], ['description', 'responsibilities'], ['responsibilities', 'event'], ['event', 'moitoring'], ['moitoring', 'administration'], ['administration', 'rsa'], ['rsa', 'envision'], ['envision', '4'], ['4', '1'], ['1', 'siem'], ['siem', 'proficient'], ['proficient', 'researching'], ['researching', 'traffic'], ['traffic', 'patterns'], ['patterns', 'identify'], ['identify', 'false'], ['false', 'positives'], ['positives', 'malicious'], ['malicious', 'traffic'], ['traffic', 'within'], ['within', 'ids'], ['ids', 'ips'], ['ips', 'scanners'], ['scanners', 'qualis'], ['qualis', 'firewalls'], ['firewalls', 'experience'], ['experience', 'writing'], ['writing', 'correlation'], ['correlation', 'rules'], ['rules', 'parsers'], ['parsers', 'developing'], ['developing', 'uds'], ['uds', 'unsupported'], ['unsupported', 'device'], ['device', 'logs'], ['logs', 'analyze'], ['analyze', 'large'], ['large', 'volume'], ['volume', 'security'], ['security', 'events'], ['events', 'maintaining'], ['maintaining', 'high'], ['high', 'quality'], ['quality', 'analysis'], ['analysis', 'change'], ['change', 'configuration'], ['configuration', 'management'], ['management', 'exposure'], ['exposure', 'company'], ['company', 'wipro'], ['wipro', 'technologies'], ['technologies', 'description'], ['description', 'administrator'], ['administrator', 'manage'], ['manage', 'troubleshoot'], ['troubleshoot', 'multi'], ['multi', 'vendor'], ['vendor', 'network'], ['network', 'infrastructure'], ['infrastructure', 'consisting'], ['consisting', 'cisco'], ['cisco', 'juniper'], ['juniper', 'platforms'], ['platforms', 'cisco'], ['cisco', 'router'], ['router', '3845'], ['3845', 'cisco'], ['cisco', 'stack'], ['stack', 'wise'], ['wise', 'switches'], ['switches', '3750e'], ['3750e', '2960'], ['2960', 'ess'], ['ess', 'switch'], ['switch', 'cisco'], ['cisco', '4500'], ['4500', 'chassis'], ['chassis', 'cisco'], ['cisco', '5550'], ['5550', '20'], ['20', 'asa'], ['asa', 'firewalls'], ['firewalls', 'juniper'], ['juniper', 'sa'], ['sa', '6500'], ['6500', 'ssl'], ['ssl', 'vpn'], ['vpn', 'provisioning'], ['provisioning', 'troubleshooting'], ['troubleshooting', 'ess'], ['ess', 'issues'], ['issues', 'related'], ['related', 'rsa'], ['rsa', 'entrust'], ['entrust', '2fa'], ['2fa', 'user'], ['user', 'a'], ['a', 'ounts'], ['ounts', 'taking'], ['taking', 'network'], ['network', 'security'], ['security', 'devices'], ['devices', 'configuration'], ['configuration', 'back'], ['back', 'weekly'], ['weekly', 'monthly'], ['monthly', 'basis'], ['technical', 'expertise', 'cisco'], ['expertise', 'cisco', 'asa'], ['cisco', 'asa', 'checkpoint'], ['asa', 'checkpoint', 'firewall'], ['checkpoint', 'firewall', 'gaia'], ['firewall', 'gaia', 'splat'], ['gaia', 'splat', 'palo'], ['splat', 'palo', 'alto'], ['palo', 'alto', 'firewalls'], ['alto', 'firewalls', 'firewall'], ['firewalls', 'firewall', 'management'], ['firewall', 'management', 'tools'], ['management', 'tools', 'cisco'], ['tools', 'cisco', 'security'], ['cisco', 'security', 'management'], ['security', 'management', 'csm'], ['management', 'csm', 'checkpoint'], ['csm', 'checkpoint', 'smart'], ['checkpoint', 'smart', 'center'], ['smart', 'center', 'palo'], ['center', 'palo', 'alto'], ['palo', 'alto', 'panorama'], ['alto', 'panorama', 'f5'], ['panorama', 'f5', 'load'], ['f5', 'load', 'balancer'], ['load', 'balancer', 'ltm'], ['balancer', 'ltm', 'networking'], ['ltm', 'networking', 'hands'], ['networking', 'hands', 'cisco'], ['hands', 'cisco', 'router'], ['cisco', 'router', 'cisco'], ['router', 'cisco', 'switches'], ['cisco', 'switches', 'security'], ['switches', 'security', 'management'], ['security', 'management', 'event'], ['management', 'event', 'management'], ['event', 'management', 'rsaenvision'], ['management', 'rsaenvision', '4'], ['rsaenvision', '4', '1'], ['4', '1', 'ticketing'], ['1', 'ticketing', 'tools'], ['ticketing', 'tools', 'bmc'], ['tools', 'bmc', 'remedy'], ['bmc', 'remedy', 'service'], ['remedy', 'service', 'other'], ['service', 'other', 'technologies'], ['other', 'technologies', 'software'], ['technologies', 'software', 'languages'], ['software', 'languages', 'python'], ['languages', 'python', 'vb'], ['python', 'vb', 'scriptingeducation'], ['vb', 'scriptingeducation', 'details'], ['scriptingeducation', 'details', 'january'], ['details', 'january', '2006'], ['january', '2006', 'january'], ['2006', 'january', '2010'], ['january', '2010', 'bachelor'], ['2010', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'information'], ['engineering', 'information', 'technology'], ['information', 'technology', 'mumbai'], ['technology', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'senior'], ['university', 'senior', 'network'], ['senior', 'network', 'security'], ['network', 'security', 'analyst'], ['security', 'analyst', 'senior'], ['analyst', 'senior', 'network'], ['senior', 'network', 'security'], ['network', 'security', 'analyst'], ['security', 'analyst', 'a'], ['analyst', 'a', 'enture'], ['a', 'enture', 'skill'], ['enture', 'skill', 'details'], ['skill', 'details', 'firewalls'], ['details', 'firewalls', 'exprience'], ['firewalls', 'exprience', '97'], ['exprience', '97', 'months'], ['97', 'months', 'cisco'], ['months', 'cisco', 'exprience'], ['cisco', 'exprience', '89'], ['exprience', '89', 'months'], ['89', 'months', 'security'], ['months', 'security', 'exprience'], ['security', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'firewall'], ['months', 'firewall', 'exprience'], ['firewall', 'exprience', '45'], ['exprience', '45', 'months'], ['45', 'months', 'checkpoint'], ['months', 'checkpoint', 'exprience'], ['checkpoint', 'exprience', '44'], ['exprience', '44', 'monthscompany'], ['44', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'a'], ['company', 'a', 'enture'], ['a', 'enture', 'description'], ['enture', 'description', 'install'], ['description', 'install', 'configure'], ['install', 'configure', 'upgrades'], ['configure', 'upgrades', 'troubleshoot'], ['upgrades', 'troubleshoot', 'cisco'], ['troubleshoot', 'cisco', 'asa'], ['cisco', 'asa', 'firewalls'], ['asa', 'firewalls', '5500'], ['firewalls', '5500', 'x'], ['5500', 'x', 'includes'], ['x', 'includes', 'single'], ['includes', 'single', 'multi'], ['single', 'multi', 'context'], ['multi', 'context', 'firewalls'], ['context', 'firewalls', 'f5'], ['firewalls', 'f5', 'ltm'], ['f5', 'ltm', 'configuration'], ['ltm', 'configuration', 'vip'], ['configuration', 'vip', 'pools'], ['vip', 'pools', 'ssl'], ['pools', 'ssl', 'offloading'], ['ssl', 'offloading', 'certificate'], ['offloading', 'certificate', 'renewals'], ['certificate', 'renewals', 'code'], ['renewals', 'code', 'upgrade'], ['code', 'upgrade', 'troubleshoot'], ['upgrade', 'troubleshoot', 'issues'], ['troubleshoot', 'issues', 'pulse'], ['issues', 'pulse', 'secure'], ['pulse', 'secure', 'juniper'], ['secure', 'juniper', 'management'], ['juniper', 'management', 'includes'], ['management', 'includes', 'creating'], ['includes', 'creating', 'roles'], ['creating', 'roles', 'realm'], ['roles', 'realm', 'polices'], ['realm', 'polices', 'remote'], ['polices', 'remote', 'ess'], ['remote', 'ess', 'reverse'], ['ess', 'reverse', 'proxy'], ['reverse', 'proxy', 'code'], ['proxy', 'code', 'upgrade'], ['code', 'upgrade', 'pac'], ['upgrade', 'pac', 'file'], ['pac', 'file', 'configuration'], ['file', 'configuration', 'preparing'], ['configuration', 'preparing', 'design'], ['preparing', 'design', 'documents'], ['design', 'documents', 'hld'], ['documents', 'hld', 'lld'], ['hld', 'lld', 'ip'], ['lld', 'ip', 'schema'], ['ip', 'schema', 'configuration'], ['schema', 'configuration', 'network'], ['configuration', 'network', 'devices'], ['network', 'devices', 'per'], ['devices', 'per', 'customer'], ['per', 'customer', 'requirements'], ['customer', 'requirements', 'data'], ['requirements', 'data', 'center'], ['data', 'center', 'environment'], ['center', 'environment', 'incident'], ['environment', 'incident', 'management'], ['incident', 'management', 'change'], ['management', 'change', 'management'], ['change', 'management', 'problem'], ['management', 'problem', 'management'], ['problem', 'management', 'itil'], ['management', 'itil', 'process'], ['itil', 'process', 'key'], ['process', 'key', 'projects'], ['key', 'projects', 'worked'], ['projects', 'worked', 'resiliency'], ['worked', 'resiliency', 'project'], ['resiliency', 'project', 'like'], ['project', 'like', 'firewall'], ['like', 'firewall', 'policy'], ['firewall', 'policy', 'lockdown'], ['policy', 'lockdown', 'software'], ['lockdown', 'software', 'code'], ['software', 'code', 'upgrade'], ['code', 'upgrade', 'firewalls'], ['upgrade', 'firewalls', 'load'], ['firewalls', 'load', 'balancers'], ['load', 'balancers', 'end'], ['balancers', 'end', 'end'], ['end', 'end', 'co'], ['end', 'co', 'ordination'], ['co', 'ordination', 'firewall'], ['ordination', 'firewall', 'deployment'], ['firewall', 'deployment', 'tools'], ['deployment', 'tools', 'cisco'], ['tools', 'cisco', 'security'], ['cisco', 'security', 'manager'], ['security', 'manager', '4'], ['manager', '4', 'x'], ['4', 'x', 'company'], ['x', 'company', 'zensar'], ['company', 'zensar', 'technologies'], ['zensar', 'technologies', 'description'], ['technologies', 'description', 'install'], ['description', 'install', 'upgrades'], ...], [['operating'], ['systems'], ['windows'], ['linux'], ['ubuntu'], ['network'], ['technologies'], ['cisco'], ['routing'], ['switching'], ['intervlan'], ['routing'], ['dynamic'], ['protocols'], ['e'], ['ripv2'], ['ripng'], ['ospf'], ['eigrp'], ['static'], ['routing'], ['acl'], ['vtp'], ['vlan'], ['ehterchannel'], ['hsrp'], ['stp'], ['ipv6'], ['lan'], ['troubleshooting'], ['structured'], ['network'], ['cabling'], ['cisco'], ['firewall'], ['fortinet'], ['firewall'], ['rhel'], ['6'], ['networks'], ['networking'], ['devices'], ['cisco'], ['routers'], ['1800s'], ['1900s'], ['2600s'], ['2900s'], ['3600s'], ['3800s'], ['7200s'], ['etc'], ['cisco'], ['switches'], ['cisco'], ['catalyst'], ['2900s'], ['3700s'], ['4850s'], ['etc'], ['hp'], ['proliant'], ['servers'], ['dell'], ['server'], ['lenovo'], ['servers'], ['etc'], ['fortinet'], ['firewall'], ['modem'], ['etc'], ['server'], ['technologies'], ['ad'], ['rodc'], ['ftp'], ['print'], ['server'], ['sccm'], ['wds'], ['dhcp'], ['group'], ['policies'], ['dhcp'], ['server'], ['dns'], ['server'], ['ris'], ['server'], ['user'], ['policies'], ['computer'], ['policies'], ['etc'], ['backup'], ['technologies'], ['server'], ['2016'], ['backup'], ['tools'], ['symantec'], ['backup'], ['exec'], ['12d'], ['etc'], ['virtualisation'], ['vmware'], ['esxi'], ['vmware'], ['workstation'], ['oracle'], ['virtualbox'], ['gns3'], ['network'], ['simulator'], ['etc'], ['education'], ['details'], ['msc'], ['aisect'], ['university'], ['distance'], ['education'], ['b'], ['com'], ['jiwaji'], ['university'], ['sr'], ['network'], ['engineer'], ['sr'], ['network'], ['engineer'], ['cloudatix'], ['network'], ['pvt'], ['ltd'], ['skill'], ['details'], ['cisco'], ['exprience'], ['43'], ['months'], ['dhcp'], ['exprience'], ['43'], ['months'], ['dns'], ['exprience'], ['43'], ['months'], ['ftp'], ['exprience'], ['43'], ['months'], ['lan'], ['exprience'], ['43'], ['monthscompany'], ['details'], ['company'], ['cloudatix'], ['network'], ['pvt'], ['ltd'], ['description'], ['18'], ['project'], ['routers'], ['switches'], ['server'], ['configuration'], ['group'], ['policies'], ['client'], ['railwire'], ['railtel'], ['corporation'], ['india'], ['ltd'], ['mumbai'], ['type'], ['project'], ['configuration'], ['wifi'], ['ap'], ['railway'], ['station'], ['maharashtra'], ['state'], ['role'], ['sr'], ['network'], ['engineer'], ['roles'], ['responsibilities'], ['earthing'], ['trenching'], ['equipment'], ['making'], ['plans'], ['preparing'], ['station'], ['wifi'], ['environment'], ['including'], ['cabling'], ['installation'], ['commissioning'], ['handing'], ['etc'], ['implementing'], ['maintaining'], ['backup'], ['schedules'], ['upgrading'], ['backups'], ['cisco'], ['router'], ['configuration'], ['files'], ['installation'], ['configuration'], ['administration'], ['windows'], ['servers'], ['2008'], ['r2'], ['2012'], ['r2'], ['2016'], ['active'], ['directory'], ['ftp'], ['dns'], ['dhcp'], ['tftp'], ['troubleshooting'], ['lan'], ['wan'], ['infrastructure'], ['settings'], ['networking'], ['devices'], ['cisco'], ['router'], ['switches'], ['co'], ['coordinating'], ['system'], ['network'], ['administrator'], ['implementation'], ['regular'], ['health'], ['checking'], ['file'], ['servers'], ['application'], ['servers'], ['security'], ['violation'], ['disk'], ['spaces'], ['etc'], ['maintaining'], ['management'], ['windows'], ['7'], ['10'], ['based'], ['network'], ['installing'], ['configuring'], ['network'], ['printers'], ['assigning'], ['proper'], ['rights'], ['shared'], ['drives'], ['user'], ['groups'], ['management'], ['assigning'], ['rights'], ['ording'], ['organization'], ['requirements'], ['company'], ['asha'], ['mmpc'], ['description'], ['project'], ['routers'], ['switches'], ['server'], ['configuration'], ['group'], ['policies'], ['client'], ['asha'], ['mmpc'], ['bali'], ['pali'], ['rajasthan'], ['type'], ['project'], ['configuration'], ['dpmcu'], ['milknet'], ['server'], ['ems'], ['server'], ['qms'], ['server'], ['etc'], ['role'], ['it'], ['executive'], ['roles'], ['responsibilities'], ['implementing'], ['maintaining'], ['backup'], ['schedules'], ['upgrading'], ['backups'], ['cisco'], ['router'], ['configuration'], ['files'], ['installation'], ['configuration'], ['administration'], ['windows'], ['servers'], ['2008'], ['r2'], ['2012'], ['r2'], ['2016'], ['active'], ['directory'], ['ftp'], ['dns'], ['dhcp'], ['tftp'], ['troubleshooting'], ['lan'], ['wan'], ['infrastructure'], ['settings'], ['networking'], ['devices'], ['cisco'], ['router'], ['switches'], ['co'], ['coordinating'], ['system'], ['network'], ['administrator'], ['implementation'], ['regular'], ['health'], ['checking'], ['file'], ['servers'], ['application'], ['servers'], ['security'], ['violation'], ['disk'], ['spaces'], ['etc'], ['maintaining'], ['management'], ['windows'], ['7'], ['10'], ['based'], ['network'], ['installing'], ['configuring'], ['network'], ['printers'], ['assigning'], ['proper'], ['rights'], ['shared'], ['drives'], ['user'], ['groups'], ['management'], ['assigning'], ['rights'], ['ording'], ['organization'], ['requirements'], ['company'], ['interface'], ['techno'], ['system'], ['description'], ['project'], ['routers'], ['switches'], ['server'], ['configuration'], ['group'], ['policies'], ['client'], ['the'], ['scindia'], ['school'], ['fort'], ['gwalior'], ['mp'], ['type'], ['project'], ['configuration'], ['implementation'], ['role'], ['network'], ['engineer'], ['roles'], ['responsibilities'], ['implementing'], ['maintaining'], ['backup'], ['schedules'], ['upgrading'], ['backups'], ['cisco'], ['router'], ['configuration'], ['files'], ['installation'], ['configuration'], ['administration'], ['windows'], ['servers'], ['2000'], ['2003'], ['2008'], ['r2'], ['2012'], ['r2'], ['active'], ['directory'], ['ftp'], ['dns'], ['dhcp'], ['tftp'], ['linux'], ['os'], ['working'], ['troubleshooting'], ['complex'], ['lan'], ['infrastructure'], ['settings'], ['networking'], ['devices'], ['cisco'], ['router'], ['switches'], ['co'], ['coordinating'], ['system'], ['network'], ['administrator'], ['implementation'], ['regular'], ['health'], ['checking'], ['file'], ['servers'], ['application'], ['servers'], ['security'], ['violation'], ['disk'], ['spaces'], ['etc'], ['maintaining'], ['management'], ['windows'], ['7'], ['professional'], ['based'], ['network'], ['installing'], ['configuring'], ['network'], ['printers'], ['installing'], ['server'], ['side'], ['software'], ['utilities'], ['assigning'], ['proper'], ['rights'], ['shared'], ['drives'], ['managing'], ['user'], ['ount'], ['company'], ['interface'], ['techno'], ['system'], ['description'], ['project'], ['network'], ['implementation'], ['configuration'], ['client'], ['m'], ['teva'], ['api'], ['india'], ['pvt'], ['ltd'], ['bhind'], ['mp'], ['type'], ['project'], ['implementation'], ['configuration'], ['role'], ['network'], ['support'], ['engineer'], ['roles'], ['responsibilities'], ['implementing'], ['maintaining'], ['backup'], ['schedules'], ['upgrading'], ['backups'], ['cisco'], ['router'], ['configuration'], ['files'], ['installation'], ['configuration'], ['administration'], ['windows'], ['servers'], ['2000'], ['2003'], ['2008'], ['r2'], ['2012'], ['r2'], ['active'], ['directory'], ['ftp'], ['dns'], ['dhcp'], ['tftp'], ['linux'], ['os'], ['working'], ['troubleshooting'], ['complex'], ['lan'], ['infrastructure'], ['settings'], ['networking'], ['devices'], ['cisco'], ['router'], ['switches'], ['co'], ['coordinating'], ['system'], ['network'], ['administrator'], ['implementation'], ['configuration'], ['maintenance'], ['check'], ['point'], ['endpoint'], ['security'], ['mi'], ['management'], ['console'], ['laptop'], ['users'], ['regular'], ['health'], ['checking'], ['file'], ['servers'], ['application'], ['servers'], ['security'], ['violation'], ['disk'], ['spaces'], ['etc'], ['logging'], ['monitoring'], ['calls'], ['using'], ['ca'], ['unicenter'], ['service'], ['desk'], ['manager'], ['maintaining'], ['management'], ['windows'], ['xp'], ['professional'], ['based'], ['network'], ['installation'], ['configuration'], ['troubleshooting'], ['microsoft'], ['outlook'], ['installing'], ['configuring'], ['network'], ['printers'], ['installing'], ['server'], ['side'], ['software'], ['utilities'], ['assigning'], ['proper'], ['rights'], ['shared'], ['drives'], ['managing'], ['user'], ['ount'], ['issue'], ['e'], ['token'], ['laptop'], ['user'], ['managing'], ['350'], ['desktops'], ['laptops'], ['taking'], ['differential'], ['full'], ['backups'], ['server'], ['symantec'], ['backup'], ['exec'], ['12d'], ['restoring'], ['files'], ['got'], ['corrupted'], ['deleted'], ['identally'], ['handling'], ['escalations'], ['desktop'], ['calls'], ['remote'], ['locations'], ['monthly'], ['weekly'], ['report'], ['generations'], ['servers'], ['preparing'], ['mis'], ['vendor'], ['inventory'], ['management'], ['reports'], ['company'], ['nava'], ['bharat'], ['press'], ['p'], ['ltd'], ['description'], ['role'], ['system'], ['engineer'], ['roles'], ['responsibilities'], ['server'], ['management'], ['backup'], ['management'], ['helpdesk'], ['sla'], ['monitoring'], ['incident'], ['management'], ['hosting'], ['client'], ['meeting'], ['scheduled'], ['interval'], ['system'], ['management'], ['troubleshooting'], ['hardware'], ['troubleshooting'], ['additional'], ['qualification'], ['certifications'], ['manual'], ['computerized'], ['ounting'], ['tally'], ['erp9'], ['tally'], ['certification'], ['tally'], ['academy'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'linux'], ['linux', 'ubuntu'], ['ubuntu', 'network'], ['network', 'technologies'], ['technologies', 'cisco'], ['cisco', 'routing'], ['routing', 'switching'], ['switching', 'intervlan'], ['intervlan', 'routing'], ['routing', 'dynamic'], ['dynamic', 'protocols'], ['protocols', 'e'], ['e', 'ripv2'], ['ripv2', 'ripng'], ['ripng', 'ospf'], ['ospf', 'eigrp'], ['eigrp', 'static'], ['static', 'routing'], ['routing', 'acl'], ['acl', 'vtp'], ['vtp', 'vlan'], ['vlan', 'ehterchannel'], ['ehterchannel', 'hsrp'], ['hsrp', 'stp'], ['stp', 'ipv6'], ['ipv6', 'lan'], ['lan', 'troubleshooting'], ['troubleshooting', 'structured'], ['structured', 'network'], ['network', 'cabling'], ['cabling', 'cisco'], ['cisco', 'firewall'], ['firewall', 'fortinet'], ['fortinet', 'firewall'], ['firewall', 'rhel'], ['rhel', '6'], ['6', 'networks'], ['networks', 'networking'], ['networking', 'devices'], ['devices', 'cisco'], ['cisco', 'routers'], ['routers', '1800s'], ['1800s', '1900s'], ['1900s', '2600s'], ['2600s', '2900s'], ['2900s', '3600s'], ['3600s', '3800s'], ['3800s', '7200s'], ['7200s', 'etc'], ['etc', 'cisco'], ['cisco', 'switches'], ['switches', 'cisco'], ['cisco', 'catalyst'], ['catalyst', '2900s'], ['2900s', '3700s'], ['3700s', '4850s'], ['4850s', 'etc'], ['etc', 'hp'], ['hp', 'proliant'], ['proliant', 'servers'], ['servers', 'dell'], ['dell', 'server'], ['server', 'lenovo'], ['lenovo', 'servers'], ['servers', 'etc'], ['etc', 'fortinet'], ['fortinet', 'firewall'], ['firewall', 'modem'], ['modem', 'etc'], ['etc', 'server'], ['server', 'technologies'], ['technologies', 'ad'], ['ad', 'rodc'], ['rodc', 'ftp'], ['ftp', 'print'], ['print', 'server'], ['server', 'sccm'], ['sccm', 'wds'], ['wds', 'dhcp'], ['dhcp', 'group'], ['group', 'policies'], ['policies', 'dhcp'], ['dhcp', 'server'], ['server', 'dns'], ['dns', 'server'], ['server', 'ris'], ['ris', 'server'], ['server', 'user'], ['user', 'policies'], ['policies', 'computer'], ['computer', 'policies'], ['policies', 'etc'], ['etc', 'backup'], ['backup', 'technologies'], ['technologies', 'server'], ['server', '2016'], ['2016', 'backup'], ['backup', 'tools'], ['tools', 'symantec'], ['symantec', 'backup'], ['backup', 'exec'], ['exec', '12d'], ['12d', 'etc'], ['etc', 'virtualisation'], ['virtualisation', 'vmware'], ['vmware', 'esxi'], ['esxi', 'vmware'], ['vmware', 'workstation'], ['workstation', 'oracle'], ['oracle', 'virtualbox'], ['virtualbox', 'gns3'], ['gns3', 'network'], ['network', 'simulator'], ['simulator', 'etc'], ['etc', 'education'], ['education', 'details'], ['details', 'msc'], ['msc', 'aisect'], ['aisect', 'university'], ['university', 'distance'], ['distance', 'education'], ['education', 'b'], ['b', 'com'], ['com', 'jiwaji'], ['jiwaji', 'university'], ['university', 'sr'], ['sr', 'network'], ['network', 'engineer'], ['engineer', 'sr'], ['sr', 'network'], ['network', 'engineer'], ['engineer', 'cloudatix'], ['cloudatix', 'network'], ['network', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'cisco'], ['cisco', 'exprience'], ['exprience', '43'], ['43', 'months'], ['months', 'dhcp'], ['dhcp', 'exprience'], ['exprience', '43'], ['43', 'months'], ['months', 'dns'], ['dns', 'exprience'], ['exprience', '43'], ['43', 'months'], ['months', 'ftp'], ['ftp', 'exprience'], ['exprience', '43'], ['43', 'months'], ['months', 'lan'], ['lan', 'exprience'], ['exprience', '43'], ['43', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'cloudatix'], ['cloudatix', 'network'], ['network', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', '18'], ['18', 'project'], ['project', 'routers'], ['routers', 'switches'], ['switches', 'server'], ['server', 'configuration'], ['configuration', 'group'], ['group', 'policies'], ['policies', 'client'], ['client', 'railwire'], ['railwire', 'railtel'], ['railtel', 'corporation'], ['corporation', 'india'], ['india', 'ltd'], ['ltd', 'mumbai'], ['mumbai', 'type'], ['type', 'project'], ['project', 'configuration'], ['configuration', 'wifi'], ['wifi', 'ap'], ['ap', 'railway'], ['railway', 'station'], ['station', 'maharashtra'], ['maharashtra', 'state'], ['state', 'role'], ['role', 'sr'], ['sr', 'network'], ['network', 'engineer'], ['engineer', 'roles'], ['roles', 'responsibilities'], ['responsibilities', 'earthing'], ['earthing', 'trenching'], ['trenching', 'equipment'], ['equipment', 'making'], ['making', 'plans'], ['plans', 'preparing'], ['preparing', 'station'], ['station', 'wifi'], ['wifi', 'environment'], ['environment', 'including'], ['including', 'cabling'], ['cabling', 'installation'], ['installation', 'commissioning'], ['commissioning', 'handing'], ['handing', 'etc'], ['etc', 'implementing'], ['implementing', 'maintaining'], ['maintaining', 'backup'], ['backup', 'schedules'], ['schedules', 'upgrading'], ['upgrading', 'backups'], ['backups', 'cisco'], ['cisco', 'router'], ['router', 'configuration'], ['configuration', 'files'], ['files', 'installation'], ['installation', 'configuration'], ['configuration', 'administration'], ['administration', 'windows'], ['windows', 'servers'], ['servers', '2008'], ['2008', 'r2'], ['r2', '2012'], ['2012', 'r2'], ['r2', '2016'], ['2016', 'active'], ['active', 'directory'], ['directory', 'ftp'], ['ftp', 'dns'], ['dns', 'dhcp'], ['dhcp', 'tftp'], ['tftp', 'troubleshooting'], ['troubleshooting', 'lan'], ['lan', 'wan'], ['wan', 'infrastructure'], ['infrastructure', 'settings'], ['settings', 'networking'], ['networking', 'devices'], ['devices', 'cisco'], ['cisco', 'router'], ['router', 'switches'], ['switches', 'co'], ['co', 'coordinating'], ['coordinating', 'system'], ['system', 'network'], ['network', 'administrator'], ['administrator', 'implementation'], ['implementation', 'regular'], ['regular', 'health'], ['health', 'checking'], ['checking', 'file'], ['file', 'servers'], ['servers', 'application'], ['application', 'servers'], ['servers', 'security'], ['security', 'violation'], ['violation', 'disk'], ['disk', 'spaces'], ['spaces', 'etc'], ['etc', 'maintaining'], ['maintaining', 'management'], ['management', 'windows'], ['windows', '7'], ['7', '10'], ...], [['core'], ['competencies'], ['maintain'], ['processes'], ['ensure'], ['project'], ['management'], ['documentation'], ['reports'], ['plans'], ['relevant'], ['urate'], ['complete'], ['report'], ['automation'], ['dashboard'], ['preparation'], ['sharing'], ['feedbacks'], ['basis'], ['performance'], ['project'], ['manager'], ['forecasting'], ['data'], ['regarding'], ['future'], ['risks'], ['project'], ['changes'], ['updating'], ['delivery'], ['team'], ['timely'], ['basis'], ['good'], ['understanding'], ['project'], ['management'], ['lifecycle'], ['proven'], ['excellence'], ['risk'], ['management'], ['control'], ['good'], ['understanding'], ['software'], ['development'], ['lifecycle'], ['sdlc'], ['ability'], ['synthesize'], ['qualitative'], ['quantitative'], ['data'], ['quickly'], ['draw'], ['meaningful'], ['insights'], ['knowledge'], ['programme'], ['project'], ['management'], ['methodologies'], ['full'], ['project'], ['reporting'], ['governance'], ['ability'], ['work'], ['different'], ['cross'], ['functional'], ['stakeholders'], ['establish'], ['ensure'], ['reliable'], ['productive'], ['working'], ['relationship'], ['strong'], ['time'], ['management'], ['organizational'], ['skills'], ['multitasking'], ['skills'], ['ability'], ['meet'], ['deadlines'], ['computer'], ['skills'], ['and'], ['ce'], ['ification'], ['advance'], ['knowledge'], ['ms'], ['office'], ['2013'], ['macros'], ['skills'], ['strategic'], ['thinking'], ['decision'], ['making'], ['ability'], ['sound'], ['analytical'], ['skills'], ['multi'], ['tasking'], ['skills'], ['fast'], ['paced'], ['environment'], ['leadership'], ['inter'], ['personal'], ['skills'], ['strong'], ['information'], ['management'], ['ability'], ['particularly'], ['ms'], ['excel'], ['extraction'], ['formulae'], ['pivots'], ['graphs'], ['education'], ['details'], ['january'], ['2005'], ['bachelor'], ['business'], ['administration'], ['business'], ['administration'], ['pune'], ['maharashtra'], ['modern'], ['college'], ['hsc'], ['pune'], ['maharashtra'], ['s'], ['s'], ['p'], ['m'], ['s'], ['college'], ['ssc'], ['pune'], ['maharashtra'], ['saints'], ['high'], ['school'], ['pmo'], ['having'], ['exp'], ['6'], ['years'], ['experience'], ['project'], ['management'], ['it'], ['expertise'], ['pmo'], ['team'], ['handling'], ['quality'], ['analyst'], ['proficient'], ['data'], ['analyzing'], ['tools'], ['techniques'], ['skill'], ['details'], ['documentation'], ['exprience'], ['47'], ['months'], ['governance'], ['exprience'], ['19'], ['months'], ['excel'], ['exprience'], ['6'], ['months'], ['forecasting'], ['exprience'], ['6'], ['months'], ['ms'], ['excel'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['capita'], ['india'], ['pvt'], ['ltd'], ['description'], ['pune'], ['key'], ['result'], ['areas'], ['responsible'], ['su'], ['essful'], ['transition'], ['knowledge'], ['system'], ['operating'], ['capabilities'], ['prudential'], ['multiclient'], ['pheonix'], ['royal'], ['london'], ['travelled'], ['onsite'], ['glasgow'], ['part'], ['uk'], ['team'], ['understand'], ['transition'], ['pmo'], ['work'], ['process'], ['execute'], ['su'], ['essfully'], ['offshore'], ['su'], ['essfully'], ['transitioned'], ['work'], ['order'], ['management'], ['governance'], ['reporting'], ['uk'], ['lead'], ['team'], ['6'], ['members'], ['follow'], ['development'], ['new'], ['ways'], ['working'], ['documentation'], ['processes'], ['manage'], ['internal'], ['external'], ['stakeholder'], ['engagement'], ['collaboration'], ['teams'], ['global'], ['pmos'], ['network'], ['helps'], ['achieve'], ['robust'], ['operations'], ['resources'], ['infrastructure'], ['execute'], ['steady'], ['state'], ['operations'], ['company'], ['saviant'], ['technologies'], ['description'], ['multiple'], ['projects'], ['established'], ['pmo'], ['scratch'], ['provided'], ['seasoned'], ['leadership'], ['technical'], ['operations'], ['staff'], ['defined'], ['implemented'], ['work'], ['priority'], ['management'], ['resource'], ['management'], ['processes'], ['established'], ['supportive'], ['environment'], ['allowed'], ['employees'], ['grow'], ['provide'], ['imaginative'], ['solutions'], ['complex'], ['client'], ['need'], ['track'], ['monitor'], ['financial'], ['performance'], ['program'], ['report'], ['financials'], ['actual'], ['budgeted'], ['comparison'], ['labor'], ['hours'], ['dollars'], ['operating'], ['costs'], ['capital'], ['costs'], ['secure'], ['funding'], ['approvals'], ['changes'], ['scope'], ['monitor'], ['program'], ['risks'], ['going'], ['process'], ['identifying'], ['assessing'], ['tracking'], ['developing'], ['executing'], ['risk'], ['mitigation'], ['strategies'], ['reviewed'], ['project'], ['documentation'], ['document'], ['lessons'], ['learned'], ['provide'], ['recommendations'], ['mitigate'], ['future'], ['projects'], ['risk'], ['identification'], ['mitigation'], ['strategy'], ['issue'], ['escalation'], ['client'], ['communication'], ['project'], ['timeline'], ['resource'], ['management'], ['company'], ['infosys'], ['description'], ['pune'], ['key'], ['result'], ['areas'], ['responsible'], ['resource'], ['management'], ['budgeting'], ['billing'], ['responsible'], ['preparing'], ['sharing'], ['different'], ['reports'], ['delivery'], ['managers'], ['project'], ['managers'], ['quality'], ['team'], ['automation'], ['reports'], ['entire'], ['unit'], ['interpret'], ['data'], ['analyze'], ['results'], ['using'], ['statistical'], ['techniques'], ['provide'], ['ongoing'], ['reports'], ['preparing'], ['case'], ['diagrams'], ['activity'], ['diagrams'], ['various'], ['scenarios'], ['collate'], ['data'], ['study'], ['patterns'], ['conduct'], ['brainstorming'], ['sessions'], ['identify'], ['outliers'], ['review'], ['approve'], ['project'], ['documentation'], ['assist'], ['identification'], ['risks'], ['project'], ['setting'], ['mitigation'], ['plan'], ['risk'], ['reviewing'], ['dashboards'], ['reports'], ['customer'], ['feedback'], ['information'], ['analysis'], ['reviews'], ['validate'], ['inputs'], ['project'], ['mangers'], ['regarding'], ['dashboards'], ['ppt'], ['supporting'], ['tl'], ['training'], ['people'], ['process'], ['domain'], ['part'], ['growth'], ['plan'], ['sla'], ['compliance'], ['company'], ['capita'], ['india'], ['pvt'], ['ltd'], ['description'], ['pune'], ['key'], ['result'], ['areas'], ['audits'], ['reviews'], ['validate'], ['inputs'], ['managers'], ['regarding'], ['dashboards'], ['ppt'], ['auditing'], ['work'], ['done'], ['onshore'], ['agents'], ['simultaneously'], ['auditing'], ['work'], ['done'], ['old'], ['team'], ['reporting'], ['part'], ['well'], ['assisting'], ['reporting'], ['manager'], ['business'], ['transformation'], ['leadership'], ['skills'], ['proven'], ['ability'], ['influence'], ['collaborate'], ['across'], ['levels'], ['organization'], ['helping'], ['line'], ['managers'], ['solve'], ['specific'], ['audit'], ['problems'], ['either'], ['one'], ['one'], ['basis'], ['groups'], ['reporting'], ['preparing'], ['weekly'], ['monthly'], ['quarterly'], ['yearly'], ['mis'], ['variance'], ['report'], ['performance'], ['report'], ['feedback'], ['analysis'], ['task'], ['activities'], ['report'], ['publish'], ['relevant'], ['business'], ['dashboards'], ['projects'], ['audit'], ['report'], ['core', 'competencies'], ['competencies', 'maintain'], ['maintain', 'processes'], ['processes', 'ensure'], ['ensure', 'project'], ['project', 'management'], ['management', 'documentation'], ['documentation', 'reports'], ['reports', 'plans'], ['plans', 'relevant'], ['relevant', 'urate'], ['urate', 'complete'], ['complete', 'report'], ['report', 'automation'], ['automation', 'dashboard'], ['dashboard', 'preparation'], ['preparation', 'sharing'], ['sharing', 'feedbacks'], ['feedbacks', 'basis'], ['basis', 'performance'], ['performance', 'project'], ['project', 'manager'], ['manager', 'forecasting'], ['forecasting', 'data'], ['data', 'regarding'], ['regarding', 'future'], ['future', 'risks'], ['risks', 'project'], ['project', 'changes'], ['changes', 'updating'], ['updating', 'delivery'], ['delivery', 'team'], ['team', 'timely'], ['timely', 'basis'], ['basis', 'good'], ['good', 'understanding'], ['understanding', 'project'], ['project', 'management'], ['management', 'lifecycle'], ['lifecycle', 'proven'], ['proven', 'excellence'], ['excellence', 'risk'], ['risk', 'management'], ['management', 'control'], ['control', 'good'], ['good', 'understanding'], ['understanding', 'software'], ['software', 'development'], ['development', 'lifecycle'], ['lifecycle', 'sdlc'], ['sdlc', 'ability'], ['ability', 'synthesize'], ['synthesize', 'qualitative'], ['qualitative', 'quantitative'], ['quantitative', 'data'], ['data', 'quickly'], ['quickly', 'draw'], ['draw', 'meaningful'], ['meaningful', 'insights'], ['insights', 'knowledge'], ['knowledge', 'programme'], ['programme', 'project'], ['project', 'management'], ['management', 'methodologies'], ['methodologies', 'full'], ['full', 'project'], ['project', 'reporting'], ['reporting', 'governance'], ['governance', 'ability'], ['ability', 'work'], ['work', 'different'], ['different', 'cross'], ['cross', 'functional'], ['functional', 'stakeholders'], ['stakeholders', 'establish'], ['establish', 'ensure'], ['ensure', 'reliable'], ['reliable', 'productive'], ['productive', 'working'], ['working', 'relationship'], ['relationship', 'strong'], ['strong', 'time'], ['time', 'management'], ['management', 'organizational'], ['organizational', 'skills'], ['skills', 'multitasking'], ['multitasking', 'skills'], ['skills', 'ability'], ['ability', 'meet'], ['meet', 'deadlines'], ['deadlines', 'computer'], ['computer', 'skills'], ['skills', 'and'], ['and', 'ce'], ['ce', 'ification'], ['ification', 'advance'], ['advance', 'knowledge'], ['knowledge', 'ms'], ['ms', 'office'], ['office', '2013'], ['2013', 'macros'], ['macros', 'skills'], ['skills', 'strategic'], ['strategic', 'thinking'], ['thinking', 'decision'], ['decision', 'making'], ['making', 'ability'], ['ability', 'sound'], ['sound', 'analytical'], ['analytical', 'skills'], ['skills', 'multi'], ['multi', 'tasking'], ['tasking', 'skills'], ['skills', 'fast'], ['fast', 'paced'], ['paced', 'environment'], ['environment', 'leadership'], ['leadership', 'inter'], ['inter', 'personal'], ['personal', 'skills'], ['skills', 'strong'], ['strong', 'information'], ['information', 'management'], ['management', 'ability'], ['ability', 'particularly'], ['particularly', 'ms'], ['ms', 'excel'], ['excel', 'extraction'], ['extraction', 'formulae'], ['formulae', 'pivots'], ['pivots', 'graphs'], ['graphs', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2005'], ['2005', 'bachelor'], ['bachelor', 'business'], ['business', 'administration'], ['administration', 'business'], ['business', 'administration'], ['administration', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'modern'], ['modern', 'college'], ['college', 'hsc'], ['hsc', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 's'], ['s', 's'], ['s', 'p'], ['p', 'm'], ['m', 's'], ['s', 'college'], ['college', 'ssc'], ['ssc', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'saints'], ['saints', 'high'], ['high', 'school'], ['school', 'pmo'], ['pmo', 'having'], ['having', 'exp'], ['exp', '6'], ['6', 'years'], ['years', 'experience'], ['experience', 'project'], ['project', 'management'], ['management', 'it'], ['it', 'expertise'], ['expertise', 'pmo'], ['pmo', 'team'], ['team', 'handling'], ['handling', 'quality'], ['quality', 'analyst'], ['analyst', 'proficient'], ['proficient', 'data'], ['data', 'analyzing'], ['analyzing', 'tools'], ['tools', 'techniques'], ['techniques', 'skill'], ['skill', 'details'], ['details', 'documentation'], ['documentation', 'exprience'], ['exprience', '47'], ['47', 'months'], ['months', 'governance'], ['governance', 'exprience'], ['exprience', '19'], ['19', 'months'], ['months', 'excel'], ['excel', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'forecasting'], ['forecasting', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'excel'], ['excel', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'capita'], ['capita', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'pune'], ['pune', 'key'], ['key', 'result'], ['result', 'areas'], ['areas', 'responsible'], ['responsible', 'su'], ['su', 'essful'], ['essful', 'transition'], ['transition', 'knowledge'], ['knowledge', 'system'], ['system', 'operating'], ['operating', 'capabilities'], ['capabilities', 'prudential'], ['prudential', 'multiclient'], ['multiclient', 'pheonix'], ['pheonix', 'royal'], ['royal', 'london'], ['london', 'travelled'], ['travelled', 'onsite'], ['onsite', 'glasgow'], ['glasgow', 'part'], ['part', 'uk'], ['uk', 'team'], ['team', 'understand'], ['understand', 'transition'], ['transition', 'pmo'], ['pmo', 'work'], ['work', 'process'], ['process', 'execute'], ['execute', 'su'], ['su', 'essfully'], ['essfully', 'offshore'], ['offshore', 'su'], ['su', 'essfully'], ['essfully', 'transitioned'], ['transitioned', 'work'], ['work', 'order'], ['order', 'management'], ['management', 'governance'], ['governance', 'reporting'], ['reporting', 'uk'], ['uk', 'lead'], ['lead', 'team'], ['team', '6'], ['6', 'members'], ['members', 'follow'], ['follow', 'development'], ['development', 'new'], ['new', 'ways'], ['ways', 'working'], ['working', 'documentation'], ['documentation', 'processes'], ['processes', 'manage'], ['manage', 'internal'], ['internal', 'external'], ['external', 'stakeholder'], ['stakeholder', 'engagement'], ['engagement', 'collaboration'], ['collaboration', 'teams'], ['teams', 'global'], ['global', 'pmos'], ['pmos', 'network'], ['network', 'helps'], ['helps', 'achieve'], ['achieve', 'robust'], ['robust', 'operations'], ['operations', 'resources'], ['resources', 'infrastructure'], ['infrastructure', 'execute'], ['execute', 'steady'], ['steady', 'state'], ['state', 'operations'], ['operations', 'company'], ['company', 'saviant'], ['saviant', 'technologies'], ['technologies', 'description'], ['description', 'multiple'], ['multiple', 'projects'], ['projects', 'established'], ['established', 'pmo'], ['pmo', 'scratch'], ['scratch', 'provided'], ['provided', 'seasoned'], ['seasoned', 'leadership'], ['leadership', 'technical'], ['technical', 'operations'], ['operations', 'staff'], ['staff', 'defined'], ['defined', 'implemented'], ['implemented', 'work'], ['work', 'priority'], ['priority', 'management'], ['management', 'resource'], ['resource', 'management'], ['management', 'processes'], ['processes', 'established'], ['established', 'supportive'], ['supportive', 'environment'], ['environment', 'allowed'], ['allowed', 'employees'], ['employees', 'grow'], ['grow', 'provide'], ['provide', 'imaginative'], ['imaginative', 'solutions'], ['solutions', 'complex'], ['complex', 'client'], ['client', 'need'], ['need', 'track'], ['track', 'monitor'], ['monitor', 'financial'], ['financial', 'performance'], ['performance', 'program'], ['program', 'report'], ['report', 'financials'], ['financials', 'actual'], ['actual', 'budgeted'], ['budgeted', 'comparison'], ['comparison', 'labor'], ['labor', 'hours'], ['hours', 'dollars'], ['dollars', 'operating'], ['operating', 'costs'], ['costs', 'capital'], ['capital', 'costs'], ['costs', 'secure'], ['secure', 'funding'], ['funding', 'approvals'], ['approvals', 'changes'], ['changes', 'scope'], ['scope', 'monitor'], ['monitor', 'program'], ['program', 'risks'], ['risks', 'going'], ['going', 'process'], ['process', 'identifying'], ['identifying', 'assessing'], ['assessing', 'tracking'], ['tracking', 'developing'], ['developing', 'executing'], ['executing', 'risk'], ['risk', 'mitigation'], ['mitigation', 'strategies'], ['strategies', 'reviewed'], ['reviewed', 'project'], ['project', 'documentation'], ['documentation', 'document'], ['document', 'lessons'], ['lessons', 'learned'], ['learned', 'provide'], ['provide', 'recommendations'], ['recommendations', 'mitigate'], ['mitigate', 'future'], ['future', 'projects'], ['projects', 'risk'], ['risk', 'identification'], ['identification', 'mitigation'], ['mitigation', 'strategy'], ['strategy', 'issue'], ['issue', 'escalation'], ['escalation', 'client'], ['client', 'communication'], ['communication', 'project'], ['project', 'timeline'], ['timeline', 'resource'], ['resource', 'management'], ['management', 'company'], ['company', 'infosys'], ['infosys', 'description'], ['description', 'pune'], ['pune', 'key'], ['key', 'result'], ['result', 'areas'], ['areas', 'responsible'], ['responsible', 'resource'], ['resource', 'management'], ['management', 'budgeting'], ['budgeting', 'billing'], ['billing', 'responsible'], ['responsible', 'preparing'], ['preparing', 'sharing'], ['sharing', 'different'], ['different', 'reports'], ['reports', 'delivery'], ['delivery', 'managers'], ['managers', 'project'], ['project', 'managers'], ['managers', 'quality'], ['quality', 'team'], ['team', 'automation'], ['automation', 'reports'], ['reports', 'entire'], ['entire', 'unit'], ['unit', 'interpret'], ['interpret', 'data'], ['data', 'analyze'], ['analyze', 'results'], ['results', 'using'], ['using', 'statistical'], ['statistical', 'techniques'], ['techniques', 'provide'], ['provide', 'ongoing'], ['ongoing', 'reports'], ['reports', 'preparing'], ['preparing', 'case'], ['case', 'diagrams'], ['diagrams', 'activity'], ['activity', 'diagrams'], ['diagrams', 'various'], ['various', 'scenarios'], ['scenarios', 'collate'], ['collate', 'data'], ['data', 'study'], ['study', 'patterns'], ['patterns', 'conduct'], ['conduct', 'brainstorming'], ['brainstorming', 'sessions'], ['sessions', 'identify'], ['identify', 'outliers'], ['outliers', 'review'], ['review', 'approve'], ['approve', 'project'], ['project', 'documentation'], ['documentation', 'assist'], ['assist', 'identification'], ['identification', 'risks'], ['risks', 'project'], ['project', 'setting'], ['setting', 'mitigation'], ['mitigation', 'plan'], ['plan', 'risk'], ['risk', 'reviewing'], ['reviewing', 'dashboards'], ['dashboards', 'reports'], ['reports', 'customer'], ['customer', 'feedback'], ['feedback', 'information'], ['information', 'analysis'], ['analysis', 'reviews'], ['reviews', 'validate'], ['validate', 'inputs'], ['inputs', 'project'], ['project', 'mangers'], ['mangers', 'regarding'], ['regarding', 'dashboards'], ...], [['area'], ['of'], ['expe'], ['ise'], ['profile'], ['around'], ['10'], ['plus'], ['years'], ['proven'], ['experience'], ['best'], ['global'], ['brand'], ['wipro'], ['expertise'], ['pmo'], ['itil'], ['management'], ['process'], ['improvements'], ['project'], ['process'], ['audits'], ['planning'], ['scheduling'], ['effort'], ['issue'], ['risk'], ['tracking'], ['risk'], ['issue'], ['management'], ['sla'], ['management'], ['workforce'], ['staffing'], ['resource'], ['management'], ['transition'], ['operations'], ['management'], ['skills'], ['project'], ['management'], ['tools'], ['ca'], ['clarity'], ['visio'], ['office'], ['itil'], ['incident'], ['management'], ['recruitment'], ['workforce'], ['management'], ['technical'], ['sap'], ['hr'], ['mrs'], ['cpro'], ['confluence'], ['microsoft'], ['office'], ['word'], ['powerpoint'], ['excellent'], ['knowledge'], ['hands'], ['experience'], ['advanced'], ['ms'], ['excel'], ['knowledge'], ['ms'], ['project'], ['sharepoint'], ['reporting'], ['ticket'], ['tool'], ['xtraction'], ['ca'], ['service'], ['desk'], ['i'], ['tracker'], ['education'], ['details'], ['mba'], ['hr'], ['finance'], ['bengaluru'], ['karnataka'], ['rkims'], ['college'], ['senior'], ['executive'], ['pmo'], ['senior'], ['executive'], ['pmo'], ['consultant'], ['skill'], ['details'], ['operations'], ['exprience'], ['125'], ['months'], ['staffing'], ['exprience'], ['125'], ['months'], ['hr'], ['exprience'], ['79'], ['months'], ['pmo'], ['exprience'], ['84'], ['monthscompany'], ['details'], ['company'], ['ensono'], ['llp'], ['description'], ['roles'], ['responsiblites'], ['responsible'], ['creation'], ['structured'], ['reports'], ['present'], ['senior'], ['deliery'], ['management'], ['per'], ['business'], ['requirements'], ['design'], ['draft'], ['various'], ['reports'], ['per'], ['business'], ['requirements'], ['responsible'], ['creation'], ['mom'], ['chasing'], ['people'], ['getting'], ['sla'], ['driven'], ['time'], ['achieving'], ['targets'], ['results'], ['time'], ['assist'], ['project'], ['managers'], ['creating'], ['rr'], ['deputation'], ['invoicings'], ['billing'], ['activites'], ['maintaining'], ['clarity'], ['sharepoint'], ['data'], ['service'], ['delivery'], ['management'], ['perform'], ['customer'], ['invocing'], ['direction'], ['cem'], ['sdm'], ['weekly'], ['preparation'], ['sla'], ['kpi'], ['data'], ['based'], ['manual'], ['tracker'], ['sharing'], ['client'], ['senior'], ['management'], ['project'], ['implementation'], ['management'], ['invoicing'], ['billing'], ['management'], ['participate'], ['establishing'], ['client'], ['contractual'], ['documentation'], ['experience'], ['various'], ['delivery'], ['models'], ['like'], ['managed'], ['services'], ['fixed'], ['price'], ['t'], ['m'], ['sla'], ['based'], ['risk'], ['penalty'], ['required'], ['manage'], ['sla'], ['targets'], ['save'], ['penalty'], ['towards'], ['customers'], ['drive'], ['sla'], ['calls'], ['80'], ['plus'], ['customers'], ['multiple'], ['towers'], ['spoc'], ['time'], ['floor'], ['analysis'], ['tofa'], ['report'], ['highlighting'], ['employee'], ['tailgating'], ['data'], ['high'], ['level'], ['management'], ['ensure'], ['compliance'], ['related'], ['issue'], ['floor'], ['maintenance'], ['ensure'], ['asall'], ['joining'], ['formalities'], ['boarding'], ['activities'], ['new'], ['employees'], ['identify'], ['drivekey'], ['metrics'], ['like'], ['billing'], ['efficiency'], ['resource'], ['utilization'], ['maintain'], ['project'], ['library'], ['filing'], ['recording'], ['reporting'], ['systems'], ['monitor'], ['project'], ['progress'], ['risks'], ['roadblocks'], ['opportunities'], ['manage'], ['communications'], ['stakeholders'], ['develop'], ['flow'], ['charts'], ['sop'], ['ad'], ['maintain'], ['process'], ['changes'], ['database'], ['monitor'], ['severity'], ['calls'], ['prepare'], ['monthly'], ['reports'], ['operational'], ['report'], ['capacity'], ['utilization'], ['report'], ['timesheet'], ['report'], ['sla'], ['compliancereport'], ['quarterly'], ['report'], ['operational'], ['report'], ['quarter'], ['trends'], ['internal'], ['report'], ['allowances'], ['billing'], ['reports'], ['repository'], ['maintenance'], ['documents'], ['create'], ['project'], ['sub'], ['project'], ['plans'], ['monitor'], ['progress'], ['schedule'], ['maintain'], ['risk'], ['issue'], ['logs'], ['actively'], ['participate'], ['project'], ['management'], ['communities'], ['responsible'], ['project'], ['cost'], ['schedule'], ['budget'], ['revenue'], ['milestone'], ['progress'], ['company'], ['wipro'], ['technology'], ['description'], ['roles'], ['responsiblites'], ['responsible'], ['creation'], ['structured'], ['reports'], ['present'], ['senior'], ['deliery'], ['management'], ['per'], ['business'], ['requirements'], ['design'], ['draft'], ['various'], ['reports'], ['per'], ['business'], ['requirements'], ['responsible'], ['creation'], ['mom'], ['chasing'], ['people'], ['getting'], ['sla'], ['driven'], ['time'], ['achieving'], ['targets'], ['results'], ['time'], ['assist'], ['project'], ['managers'], ['creating'], ['rr'], ['deputation'], ['invoicings'], ['billing'], ['activites'], ['maintaining'], ['clarity'], ['sharepoint'], ['data'], ['service'], ['delivery'], ['management'], ['perform'], ['customer'], ['invocing'], ['direction'], ['cem'], ['sdm'], ['weekly'], ['preparation'], ['sla'], ['kpi'], ['data'], ['based'], ['manual'], ['tracker'], ['sharing'], ['client'], ['senior'], ['management'], ['project'], ['implementation'], ['management'], ['invoicing'], ['billing'], ['management'], ['participate'], ['establishing'], ['client'], ['contractual'], ['documentation'], ['experience'], ['various'], ['delivery'], ['models'], ['like'], ['managed'], ['services'], ['fixed'], ['price'], ['t'], ['m'], ['sla'], ['based'], ['risk'], ['penalty'], ['required'], ['manage'], ['sla'], ['targets'], ['save'], ['penalty'], ['towards'], ['customers'], ['drive'], ['sla'], ['calls'], ['80'], ['plus'], ['customers'], ['multiple'], ['towers'], ['spoc'], ['time'], ['floor'], ['analysis'], ['tofa'], ['report'], ['highlighting'], ['employee'], ['tailgating'], ['data'], ['high'], ['level'], ['management'], ['ensure'], ['compliance'], ['related'], ['issue'], ['floor'], ['maintenance'], ['ensure'], ['asall'], ['joining'], ['formalities'], ['boarding'], ['activities'], ['new'], ['employees'], ['identify'], ['drivekey'], ['metrics'], ['like'], ['billing'], ['efficiency'], ['resource'], ['utilization'], ['maintain'], ['project'], ['library'], ['filing'], ['recording'], ['reporting'], ['systems'], ['monitor'], ['project'], ['progress'], ['risks'], ['roadblocks'], ['opportunities'], ['manage'], ['communications'], ['stakeholders'], ['develop'], ['flow'], ['charts'], ['sop'], ['ad'], ['maintain'], ['process'], ['changes'], ['database'], ['monitor'], ['severity'], ['calls'], ['prepare'], ['monthly'], ['reports'], ['operational'], ['report'], ['capacity'], ['utilization'], ['report'], ['timesheet'], ['report'], ['sla'], ['compliancereport'], ['quarterly'], ['report'], ['operational'], ['report'], ['quarter'], ['trends'], ['internal'], ['report'], ['allowances'], ['billing'], ['reports'], ['repository'], ['maintenance'], ['documents'], ['create'], ['project'], ['sub'], ['project'], ['plans'], ['monitor'], ['progress'], ['schedule'], ['maintain'], ['risk'], ['issue'], ['logs'], ['actively'], ['participate'], ['project'], ['management'], ['communities'], ['responsible'], ['project'], ['cost'], ['schedule'], ['budget'], ['revenue'], ['milestone'], ['progress'], ['company'], ['wipro'], ['infotech'], ['description'], ['responsibilities'], ['monitor'], ['manage'], ['headcount'], ['actual'], ['vs'], ['plan'], ['region'], ['maintain'], ['headcount'], ['ratio'], ['revenue'], ['maintain'], ['monitor'], ['correct'], ['tagging'], ['sap'], ['project'], ['tagging'], ['supervisor'], ['tagging'], ['org'], ['unit'], ['cost'], ['center'], ['region'], ['financials'], ['maintained'], ['properly'], ['responsible'], ['providing'], ['exact'], ['urate'], ['headcount'], ['report'], ['gm'], ['calculation'], ['responsible'], ['managing'], ['bench'], ['management'], ['deploy'], ['resource'], ['responsible'], ['managing'], ['driving'], ['tenure'], ['management'], ['eligible'], ['employee'], ['deploy'], ['ording'], ['aspiration'], ['business'], ['need'], ['responsible'], ['hiring'], ['maintaining'], ['rookie'], ['ratio'], ['location'], ['actively'], ['track'], ['training'], ['deploy'], ['analyze'], ['past'], ['volume'], ['staffing'], ['patterns'], ['implement'], ['actions'], ['based'], ['forecast'], ['provided'], ['resource'], ['crunch'], ['addressed'], ['make'], ['sure'], ['availability'], ['resources'], ['time'], ['go'], ['live'], ['validate'], ['head'], ['count'], ['plan'], ['project'], ['work'], ['stake'], ['holders'], ['service'], ['delivery'], ['managers'], ['optimizing'], ['resources'], ['ensure'], ['required'], ['wfm'], ['data'], ['tracked'], ['trended'], ['continuous'], ['basis'], ['nld'], ['team'], ['identify'], ['resource'], ['completed'], ['tenure'], ['project'], ['plan'], ['training'], ['help'], ['training'], ['team'], ['elevate'], ['higher'], ['roles'], ['back'], ['fill'], ['rookie'], ['s'], ['trb'], ['te'], ['wims'], ['sims'], ['interface'], ['service'], ['delivery'], ['managers'], ['director'], ['needed'], ['escalation'], ['service'], ['impacting'], ['issues'], ['due'], ['resource'], ['availability'], ['coordinates'], ['stake'], ['holders'], ['operations'], ['interface'], ['client'], ['handle'], ['ount'], ['management'], ['issues'], ['add'], ['resources'], ['per'], ['requirement'], ['manages'], ['staff'], ['schedules'], ['responsibilities'], ['workforce'], ['management'], ['team'], ['region'], ['bu'], ['prepare'], ['daily'], ['weekly'], ['monthly'], ['reports'], ['distribute'], ['management'], ['team'], ['manages'], ['staffing'], ['ratios'], ['seat'], ['utilization'], ['optimization'], ['ensure'], ['project'], ['goals'], ['met'], ['builds'], ['effective'], ['working'], ['relationships'], ['internal'], ['departments'], ['take'], ['care'], ['special'], ['projects'], ['pwd'], ['rookie'], ['hiring'], ['model'], ['training'], ['deployment'], ['personal'], ['detail'], ['dob'], ['21'], ['03'], ['1986'], ['pan'], ['awvpb7123n'], ['passport'], ['j1409038'], ['linguistic'], ['ability'], ['english'], ['hindi'], ['marathi'], ['kannada'], ['konkani'], ['location'], ['pune'], ['india'], ['marital'], ['status'], ['married'], ['area', 'of'], ['of', 'expe'], ['expe', 'ise'], ['ise', 'profile'], ['profile', 'around'], ['around', '10'], ['10', 'plus'], ['plus', 'years'], ['years', 'proven'], ['proven', 'experience'], ['experience', 'best'], ['best', 'global'], ['global', 'brand'], ['brand', 'wipro'], ['wipro', 'expertise'], ['expertise', 'pmo'], ['pmo', 'itil'], ['itil', 'management'], ['management', 'process'], ['process', 'improvements'], ['improvements', 'project'], ['project', 'process'], ['process', 'audits'], ['audits', 'planning'], ['planning', 'scheduling'], ['scheduling', 'effort'], ['effort', 'issue'], ['issue', 'risk'], ['risk', 'tracking'], ['tracking', 'risk'], ['risk', 'issue'], ['issue', 'management'], ['management', 'sla'], ['sla', 'management'], ['management', 'workforce'], ['workforce', 'staffing'], ['staffing', 'resource'], ['resource', 'management'], ['management', 'transition'], ['transition', 'operations'], ['operations', 'management'], ['management', 'skills'], ['skills', 'project'], ['project', 'management'], ['management', 'tools'], ['tools', 'ca'], ['ca', 'clarity'], ['clarity', 'visio'], ['visio', 'office'], ['office', 'itil'], ['itil', 'incident'], ['incident', 'management'], ['management', 'recruitment'], ['recruitment', 'workforce'], ['workforce', 'management'], ['management', 'technical'], ['technical', 'sap'], ['sap', 'hr'], ['hr', 'mrs'], ['mrs', 'cpro'], ['cpro', 'confluence'], ['confluence', 'microsoft'], ['microsoft', 'office'], ['office', 'word'], ['word', 'powerpoint'], ['powerpoint', 'excellent'], ['excellent', 'knowledge'], ['knowledge', 'hands'], ['hands', 'experience'], ['experience', 'advanced'], ['advanced', 'ms'], ['ms', 'excel'], ['excel', 'knowledge'], ['knowledge', 'ms'], ['ms', 'project'], ['project', 'sharepoint'], ['sharepoint', 'reporting'], ['reporting', 'ticket'], ['ticket', 'tool'], ['tool', 'xtraction'], ['xtraction', 'ca'], ['ca', 'service'], ['service', 'desk'], ['desk', 'i'], ['i', 'tracker'], ['tracker', 'education'], ['education', 'details'], ['details', 'mba'], ['mba', 'hr'], ['hr', 'finance'], ['finance', 'bengaluru'], ['bengaluru', 'karnataka'], ['karnataka', 'rkims'], ['rkims', 'college'], ['college', 'senior'], ['senior', 'executive'], ['executive', 'pmo'], ['pmo', 'senior'], ['senior', 'executive'], ['executive', 'pmo'], ['pmo', 'consultant'], ['consultant', 'skill'], ['skill', 'details'], ['details', 'operations'], ['operations', 'exprience'], ['exprience', '125'], ['125', 'months'], ['months', 'staffing'], ['staffing', 'exprience'], ['exprience', '125'], ['125', 'months'], ['months', 'hr'], ['hr', 'exprience'], ['exprience', '79'], ['79', 'months'], ['months', 'pmo'], ['pmo', 'exprience'], ['exprience', '84'], ['84', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'ensono'], ['ensono', 'llp'], ['llp', 'description'], ['description', 'roles'], ['roles', 'responsiblites'], ['responsiblites', 'responsible'], ['responsible', 'creation'], ['creation', 'structured'], ['structured', 'reports'], ['reports', 'present'], ['present', 'senior'], ['senior', 'deliery'], ['deliery', 'management'], ['management', 'per'], ['per', 'business'], ['business', 'requirements'], ['requirements', 'design'], ['design', 'draft'], ['draft', 'various'], ['various', 'reports'], ['reports', 'per'], ['per', 'business'], ['business', 'requirements'], ['requirements', 'responsible'], ['responsible', 'creation'], ['creation', 'mom'], ['mom', 'chasing'], ['chasing', 'people'], ['people', 'getting'], ['getting', 'sla'], ['sla', 'driven'], ['driven', 'time'], ['time', 'achieving'], ['achieving', 'targets'], ['targets', 'results'], ['results', 'time'], ['time', 'assist'], ['assist', 'project'], ['project', 'managers'], ['managers', 'creating'], ['creating', 'rr'], ['rr', 'deputation'], ['deputation', 'invoicings'], ['invoicings', 'billing'], ['billing', 'activites'], ['activites', 'maintaining'], ['maintaining', 'clarity'], ['clarity', 'sharepoint'], ['sharepoint', 'data'], ['data', 'service'], ['service', 'delivery'], ['delivery', 'management'], ['management', 'perform'], ['perform', 'customer'], ['customer', 'invocing'], ['invocing', 'direction'], ['direction', 'cem'], ['cem', 'sdm'], ['sdm', 'weekly'], ['weekly', 'preparation'], ['preparation', 'sla'], ['sla', 'kpi'], ['kpi', 'data'], ['data', 'based'], ['based', 'manual'], ['manual', 'tracker'], ['tracker', 'sharing'], ['sharing', 'client'], ['client', 'senior'], ['senior', 'management'], ['management', 'project'], ['project', 'implementation'], ['implementation', 'management'], ['management', 'invoicing'], ['invoicing', 'billing'], ['billing', 'management'], ['management', 'participate'], ['participate', 'establishing'], ...], [['skills'], ['exceptional'], ['communication'], ['networking'], ['skills'], ['su'], ['essful'], ['working'], ['team'], ['environment'], ['well'], ['independently'], ['ability'], ['work'], ['pressure'], ['multi'], ['task'], ['strategies'], ['campaigns'], ['corporate'], ['communications'], ['mis'], ['reporting'], ['documentation'], ['training'], ['development'], ['sales'], ['support'], ['back'], ['office'], ['operations'], ['new'], ['process'], ['development'], ['launch'], ['handling'], ['customer'], ['escalationseducation'], ['details'], ['bachelor'], ['of'], ['business'], ['administration'], ['business'], ['administration'], ['icfai'], ['business'], ['school'], ['integrated'], ['institute'], ['of'], ['management'], ['technology'], ['higher'], ['secondary'], ['school'], ['b'], ['i'], ['s'], ['s'], ['school'], ['delhi'], ['delhi'], ['senior'], ['secondary'], ['school'], ['delhi'], ['public'], ['school'], ['senior'], ['manager'], ['pmo'], ['skill'], ['details'], ['training'], ['exprience'], ['30'], ['months'], ['documentation'], ['exprience'], ['16'], ['months'], ['operations'], ['exprience'], ['16'], ['months'], ['sales'], ['exprience'], ['8'], ['months'], ['corporate'], ['communications'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['description'], ['review'], ['understand'], ['existing'], ['business'], ['processes'], ['identify'], ['functional'], ['requirements'], ['eliminate'], ['waste'], ['improve'], ['controllership'], ['deliver'], ['flexibility'], ['identify'], ['processes'], ['design'], ['prototype'], ['potential'], ['solutions'], ['calculate'], ['trade'], ['offs'], ['costs'], ['suggest'], ['recommended'], ['course'], ['action'], ['identifying'], ['modifications'], ['new'], ['existing'], ['process'], ['project'], ['management'], ['new'], ['requirements'], ['opportunities'], ['applying'], ['efficient'], ['effective'], ['solutions'], ['responsible'], ['delivering'], ['process'], ['reengineering'], ['projects'], ['across'], ['processes'], ['closely'], ['working'], ['relevant'], ['businesses'], ['operations'], ['units'], ['responsible'], ['documentation'], ['train'], ['stakeholders'], ['changes'], ['company'], ['description'], ['responsible'], ['defining'], ['scope'], ['project'], ['ordance'], ['stakeholders'], ['internal'], ['teams'], ['senior'], ['management'], ['team'], ['prepare'], ['project'], ['charter'], ['defined'], ['timelines'], ['project'], ['related'], ['activities'], ['preparation'], ['business'], ['requirement'], ['document'], ['brd'], ['closing'], ['understanding'], ['document'], ['ud'], ['development'], ['team'], ['uat'], ['completion'], ['deployment'], ['preparation'], ['training'], ['documents'], ['slas'], ['sops'], ['etc'], ['required'], ['conduct'], ['training'], ['impacted'], ['teams'], ['ensure'], ['smooth'], ['transition'], ['company'], ['teleperformance'], ['india'], ['description'], ['driving'], ['sales'], ['call'], ['center'], ['achieve'], ['target'], ['overall'], ['responsibility'], ['exploring'], ['selling'], ['opportunities'], ['understanding'], ['customer'], ['preferences'], ['requirements'], ['conceptualizing'], ['implementing'], ['sales'], ['promotional'], ['activities'], ['part'], ['pilot'], ['batch'], ['new'], ['company'], ['launch'], ['training'], ['new'], ['joiners'], ['process'], ['call'], ['barging'], ['interaction'], ['client'], ['understand'], ['requirements'], ['expectations'], ['handling'], ['call'], ['quality'], ['sessions'], ['client'], ['handling'], ['adhoc'], ['requirements'], ['client'], ['well'], ['senior'], ['management'], ['delivering'], ['timely'], ['resolution'], ['master'], ['of'], ['business'], ['administration'], ['skills', 'exceptional'], ['exceptional', 'communication'], ['communication', 'networking'], ['networking', 'skills'], ['skills', 'su'], ['su', 'essful'], ['essful', 'working'], ['working', 'team'], ['team', 'environment'], ['environment', 'well'], ['well', 'independently'], ['independently', 'ability'], ['ability', 'work'], ['work', 'pressure'], ['pressure', 'multi'], ['multi', 'task'], ['task', 'strategies'], ['strategies', 'campaigns'], ['campaigns', 'corporate'], ['corporate', 'communications'], ['communications', 'mis'], ['mis', 'reporting'], ['reporting', 'documentation'], ['documentation', 'training'], ['training', 'development'], ['development', 'sales'], ['sales', 'support'], ['support', 'back'], ['back', 'office'], ['office', 'operations'], ['operations', 'new'], ['new', 'process'], ['process', 'development'], ['development', 'launch'], ['launch', 'handling'], ['handling', 'customer'], ['customer', 'escalationseducation'], ['escalationseducation', 'details'], ['details', 'bachelor'], ['bachelor', 'of'], ['of', 'business'], ['business', 'administration'], ['administration', 'business'], ['business', 'administration'], ['administration', 'icfai'], ['icfai', 'business'], ['business', 'school'], ['school', 'integrated'], ['integrated', 'institute'], ['institute', 'of'], ['of', 'management'], ['management', 'technology'], ['technology', 'higher'], ['higher', 'secondary'], ['secondary', 'school'], ['school', 'b'], ['b', 'i'], ['i', 's'], ['s', 's'], ['s', 'school'], ['school', 'delhi'], ['delhi', 'delhi'], ['delhi', 'senior'], ['senior', 'secondary'], ['secondary', 'school'], ['school', 'delhi'], ['delhi', 'public'], ['public', 'school'], ['school', 'senior'], ['senior', 'manager'], ['manager', 'pmo'], ['pmo', 'skill'], ['skill', 'details'], ['details', 'training'], ['training', 'exprience'], ['exprience', '30'], ['30', 'months'], ['months', 'documentation'], ['documentation', 'exprience'], ['exprience', '16'], ['16', 'months'], ['months', 'operations'], ['operations', 'exprience'], ['exprience', '16'], ['16', 'months'], ['months', 'sales'], ['sales', 'exprience'], ['exprience', '8'], ['8', 'months'], ['months', 'corporate'], ['corporate', 'communications'], ['communications', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['description', 'review'], ['review', 'understand'], ['understand', 'existing'], ['existing', 'business'], ['business', 'processes'], ['processes', 'identify'], ['identify', 'functional'], ['functional', 'requirements'], ['requirements', 'eliminate'], ['eliminate', 'waste'], ['waste', 'improve'], ['improve', 'controllership'], ['controllership', 'deliver'], ['deliver', 'flexibility'], ['flexibility', 'identify'], ['identify', 'processes'], ['processes', 'design'], ['design', 'prototype'], ['prototype', 'potential'], ['potential', 'solutions'], ['solutions', 'calculate'], ['calculate', 'trade'], ['trade', 'offs'], ['offs', 'costs'], ['costs', 'suggest'], ['suggest', 'recommended'], ['recommended', 'course'], ['course', 'action'], ['action', 'identifying'], ['identifying', 'modifications'], ['modifications', 'new'], ['new', 'existing'], ['existing', 'process'], ['process', 'project'], ['project', 'management'], ['management', 'new'], ['new', 'requirements'], ['requirements', 'opportunities'], ['opportunities', 'applying'], ['applying', 'efficient'], ['efficient', 'effective'], ['effective', 'solutions'], ['solutions', 'responsible'], ['responsible', 'delivering'], ['delivering', 'process'], ['process', 'reengineering'], ['reengineering', 'projects'], ['projects', 'across'], ['across', 'processes'], ['processes', 'closely'], ['closely', 'working'], ['working', 'relevant'], ['relevant', 'businesses'], ['businesses', 'operations'], ['operations', 'units'], ['units', 'responsible'], ['responsible', 'documentation'], ['documentation', 'train'], ['train', 'stakeholders'], ['stakeholders', 'changes'], ['changes', 'company'], ['company', 'description'], ['description', 'responsible'], ['responsible', 'defining'], ['defining', 'scope'], ['scope', 'project'], ['project', 'ordance'], ['ordance', 'stakeholders'], ['stakeholders', 'internal'], ['internal', 'teams'], ['teams', 'senior'], ['senior', 'management'], ['management', 'team'], ['team', 'prepare'], ['prepare', 'project'], ['project', 'charter'], ['charter', 'defined'], ['defined', 'timelines'], ['timelines', 'project'], ['project', 'related'], ['related', 'activities'], ['activities', 'preparation'], ['preparation', 'business'], ['business', 'requirement'], ['requirement', 'document'], ['document', 'brd'], ['brd', 'closing'], ['closing', 'understanding'], ['understanding', 'document'], ['document', 'ud'], ['ud', 'development'], ['development', 'team'], ['team', 'uat'], ['uat', 'completion'], ['completion', 'deployment'], ['deployment', 'preparation'], ['preparation', 'training'], ['training', 'documents'], ['documents', 'slas'], ['slas', 'sops'], ['sops', 'etc'], ['etc', 'required'], ['required', 'conduct'], ['conduct', 'training'], ['training', 'impacted'], ['impacted', 'teams'], ['teams', 'ensure'], ['ensure', 'smooth'], ['smooth', 'transition'], ['transition', 'company'], ['company', 'teleperformance'], ['teleperformance', 'india'], ['india', 'description'], ['description', 'driving'], ['driving', 'sales'], ['sales', 'call'], ['call', 'center'], ['center', 'achieve'], ['achieve', 'target'], ['target', 'overall'], ['overall', 'responsibility'], ['responsibility', 'exploring'], ['exploring', 'selling'], ['selling', 'opportunities'], ['opportunities', 'understanding'], ['understanding', 'customer'], ['customer', 'preferences'], ['preferences', 'requirements'], ['requirements', 'conceptualizing'], ['conceptualizing', 'implementing'], ['implementing', 'sales'], ['sales', 'promotional'], ['promotional', 'activities'], ['activities', 'part'], ['part', 'pilot'], ['pilot', 'batch'], ['batch', 'new'], ['new', 'company'], ['company', 'launch'], ['launch', 'training'], ['training', 'new'], ['new', 'joiners'], ['joiners', 'process'], ['process', 'call'], ['call', 'barging'], ['barging', 'interaction'], ['interaction', 'client'], ['client', 'understand'], ['understand', 'requirements'], ['requirements', 'expectations'], ['expectations', 'handling'], ['handling', 'call'], ['call', 'quality'], ['quality', 'sessions'], ['sessions', 'client'], ['client', 'handling'], ['handling', 'adhoc'], ['adhoc', 'requirements'], ['requirements', 'client'], ['client', 'well'], ['well', 'senior'], ['senior', 'management'], ['management', 'delivering'], ['delivering', 'timely'], ['timely', 'resolution'], ['resolution', 'master'], ['master', 'of'], ['of', 'business'], ['business', 'administration'], ['skills', 'exceptional', 'communication'], ['exceptional', 'communication', 'networking'], ['communication', 'networking', 'skills'], ['networking', 'skills', 'su'], ['skills', 'su', 'essful'], ['su', 'essful', 'working'], ['essful', 'working', 'team'], ['working', 'team', 'environment'], ['team', 'environment', 'well'], ['environment', 'well', 'independently'], ['well', 'independently', 'ability'], ['independently', 'ability', 'work'], ['ability', 'work', 'pressure'], ['work', 'pressure', 'multi'], ['pressure', 'multi', 'task'], ['multi', 'task', 'strategies'], ['task', 'strategies', 'campaigns'], ['strategies', 'campaigns', 'corporate'], ['campaigns', 'corporate', 'communications'], ['corporate', 'communications', 'mis'], ['communications', 'mis', 'reporting'], ['mis', 'reporting', 'documentation'], ['reporting', 'documentation', 'training'], ['documentation', 'training', 'development'], ['training', 'development', 'sales'], ['development', 'sales', 'support'], ['sales', 'support', 'back'], ['support', 'back', 'office'], ['back', 'office', 'operations'], ['office', 'operations', 'new'], ['operations', 'new', 'process'], ['new', 'process', 'development'], ['process', 'development', 'launch'], ['development', 'launch', 'handling'], ['launch', 'handling', 'customer'], ['handling', 'customer', 'escalationseducation'], ['customer', 'escalationseducation', 'details'], ['escalationseducation', 'details', 'bachelor'], ['details', 'bachelor', 'of'], ['bachelor', 'of', 'business'], ['of', 'business', 'administration'], ['business', 'administration', 'business'], ['administration', 'business', 'administration'], ['business', 'administration', 'icfai'], ['administration', 'icfai', 'business'], ['icfai', 'business', 'school'], ['business', 'school', 'integrated'], ['school', 'integrated', 'institute'], ['integrated', 'institute', 'of'], ['institute', 'of', 'management'], ['of', 'management', 'technology'], ['management', 'technology', 'higher'], ['technology', 'higher', 'secondary'], ['higher', 'secondary', 'school'], ['secondary', 'school', 'b'], ['school', 'b', 'i'], ['b', 'i', 's'], ['i', 's', 's'], ['s', 's', 'school'], ['s', 'school', 'delhi'], ['school', 'delhi', 'delhi'], ['delhi', 'delhi', 'senior'], ['delhi', 'senior', 'secondary'], ['senior', 'secondary', 'school'], ['secondary', 'school', 'delhi'], ['school', 'delhi', 'public'], ['delhi', 'public', 'school'], ['public', 'school', 'senior'], ['school', 'senior', 'manager'], ['senior', 'manager', 'pmo'], ['manager', 'pmo', 'skill'], ['pmo', 'skill', 'details'], ['skill', 'details', 'training'], ['details', 'training', 'exprience'], ['training', 'exprience', '30'], ['exprience', '30', 'months'], ['30', 'months', 'documentation'], ['months', 'documentation', 'exprience'], ['documentation', 'exprience', '16'], ['exprience', '16', 'months'], ['16', 'months', 'operations'], ['months', 'operations', 'exprience'], ['operations', 'exprience', '16'], ['exprience', '16', 'months'], ['16', 'months', 'sales'], ['months', 'sales', 'exprience'], ['sales', 'exprience', '8'], ['exprience', '8', 'months'], ['8', 'months', 'corporate'], ['months', 'corporate', 'communications'], ['corporate', 'communications', 'exprience'], ['communications', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['company', 'description', 'review'], ['description', 'review', 'understand'], ['review', 'understand', 'existing'], ['understand', 'existing', 'business'], ['existing', 'business', 'processes'], ['business', 'processes', 'identify'], ['processes', 'identify', 'functional'], ['identify', 'functional', 'requirements'], ['functional', 'requirements', 'eliminate'], ['requirements', 'eliminate', 'waste'], ['eliminate', 'waste', 'improve'], ['waste', 'improve', 'controllership'], ['improve', 'controllership', 'deliver'], ['controllership', 'deliver', 'flexibility'], ['deliver', 'flexibility', 'identify'], ['flexibility', 'identify', 'processes'], ['identify', 'processes', 'design'], ['processes', 'design', 'prototype'], ['design', 'prototype', 'potential'], ['prototype', 'potential', 'solutions'], ['potential', 'solutions', 'calculate'], ['solutions', 'calculate', 'trade'], ['calculate', 'trade', 'offs'], ['trade', 'offs', 'costs'], ['offs', 'costs', 'suggest'], ['costs', 'suggest', 'recommended'], ['suggest', 'recommended', 'course'], ['recommended', 'course', 'action'], ['course', 'action', 'identifying'], ['action', 'identifying', 'modifications'], ['identifying', 'modifications', 'new'], ['modifications', 'new', 'existing'], ['new', 'existing', 'process'], ['existing', 'process', 'project'], ['process', 'project', 'management'], ['project', 'management', 'new'], ['management', 'new', 'requirements'], ['new', 'requirements', 'opportunities'], ['requirements', 'opportunities', 'applying'], ['opportunities', 'applying', 'efficient'], ['applying', 'efficient', 'effective'], ['efficient', 'effective', 'solutions'], ['effective', 'solutions', 'responsible'], ['solutions', 'responsible', 'delivering'], ['responsible', 'delivering', 'process'], ['delivering', 'process', 'reengineering'], ['process', 'reengineering', 'projects'], ['reengineering', 'projects', 'across'], ['projects', 'across', 'processes'], ['across', 'processes', 'closely'], ['processes', 'closely', 'working'], ['closely', 'working', 'relevant'], ['working', 'relevant', 'businesses'], ['relevant', 'businesses', 'operations'], ['businesses', 'operations', 'units'], ['operations', 'units', 'responsible'], ['units', 'responsible', 'documentation'], ['responsible', 'documentation', 'train'], ['documentation', 'train', 'stakeholders'], ['train', 'stakeholders', 'changes'], ['stakeholders', 'changes', 'company'], ['changes', 'company', 'description'], ['company', 'description', 'responsible'], ['description', 'responsible', 'defining'], ['responsible', 'defining', 'scope'], ['defining', 'scope', 'project'], ['scope', 'project', 'ordance'], ['project', 'ordance', 'stakeholders'], ['ordance', 'stakeholders', 'internal'], ['stakeholders', 'internal', 'teams'], ['internal', 'teams', 'senior'], ['teams', 'senior', 'management'], ['senior', 'management', 'team'], ['management', 'team', 'prepare'], ['team', 'prepare', 'project'], ['prepare', 'project', 'charter'], ['project', 'charter', 'defined'], ['charter', 'defined', 'timelines'], ['defined', 'timelines', 'project'], ['timelines', 'project', 'related'], ['project', 'related', 'activities'], ['related', 'activities', 'preparation'], ['activities', 'preparation', 'business'], ['preparation', 'business', 'requirement'], ['business', 'requirement', 'document'], ['requirement', 'document', 'brd'], ['document', 'brd', 'closing'], ['brd', 'closing', 'understanding'], ['closing', 'understanding', 'document'], ['understanding', 'document', 'ud'], ['document', 'ud', 'development'], ['ud', 'development', 'team'], ['development', 'team', 'uat'], ['team', 'uat', 'completion'], ['uat', 'completion', 'deployment'], ['completion', 'deployment', 'preparation'], ['deployment', 'preparation', 'training'], ['preparation', 'training', 'documents'], ['training', 'documents', 'slas'], ['documents', 'slas', 'sops'], ['slas', 'sops', 'etc'], ['sops', 'etc', 'required'], ['etc', 'required', 'conduct'], ['required', 'conduct', 'training'], ['conduct', 'training', 'impacted'], ['training', 'impacted', 'teams'], ['impacted', 'teams', 'ensure'], ['teams', 'ensure', 'smooth'], ['ensure', 'smooth', 'transition'], ['smooth', 'transition', 'company'], ['transition', 'company', 'teleperformance'], ['company', 'teleperformance', 'india'], ['teleperformance', 'india', 'description'], ['india', 'description', 'driving'], ['description', 'driving', 'sales'], ['driving', 'sales', 'call'], ['sales', 'call', 'center'], ['call', 'center', 'achieve'], ['center', 'achieve', 'target'], ['achieve', 'target', 'overall'], ['target', 'overall', 'responsibility'], ['overall', 'responsibility', 'exploring'], ['responsibility', 'exploring', 'selling'], ['exploring', 'selling', 'opportunities'], ['selling', 'opportunities', 'understanding'], ['opportunities', 'understanding', 'customer'], ['understanding', 'customer', 'preferences'], ['customer', 'preferences', 'requirements'], ['preferences', 'requirements', 'conceptualizing'], ['requirements', 'conceptualizing', 'implementing'], ['conceptualizing', 'implementing', 'sales'], ['implementing', 'sales', 'promotional'], ['sales', 'promotional', 'activities'], ['promotional', 'activities', 'part'], ['activities', 'part', 'pilot'], ['part', 'pilot', 'batch'], ['pilot', 'batch', 'new'], ['batch', 'new', 'company'], ['new', 'company', 'launch'], ['company', 'launch', 'training'], ['launch', 'training', 'new'], ['training', 'new', 'joiners'], ['new', 'joiners', 'process'], ['joiners', 'process', 'call'], ['process', 'call', 'barging'], ['call', 'barging', 'interaction'], ['barging', 'interaction', 'client'], ['interaction', 'client', 'understand'], ['client', 'understand', 'requirements'], ['understand', 'requirements', 'expectations'], ['requirements', 'expectations', 'handling'], ['expectations', 'handling', 'call'], ['handling', 'call', 'quality'], ['call', 'quality', 'sessions'], ['quality', 'sessions', 'client'], ['sessions', 'client', 'handling'], ['client', 'handling', 'adhoc'], ['handling', 'adhoc', 'requirements'], ['adhoc', 'requirements', 'client'], ['requirements', 'client', 'well'], ['client', 'well', 'senior'], ['well', 'senior', 'management'], ['senior', 'management', 'delivering'], ['management', 'delivering', 'timely'], ['delivering', 'timely', 'resolution'], ['timely', 'resolution', 'master'], ['resolution', 'master', 'of'], ['master', 'of', 'business'], ['of', 'business', 'administration'], ['skills', 'exceptional', 'communication', 'networking'], ['exceptional', 'communication', 'networking', 'skills'], ['communication', 'networking', 'skills', 'su'], ['networking', 'skills', 'su', 'essful'], ['skills', 'su', 'essful', 'working'], ['su', 'essful', 'working', 'team'], ['essful', 'working', 'team', 'environment'], ['working', 'team', 'environment', 'well'], ['team', 'environment', 'well', 'independently'], ['environment', 'well', 'independently', 'ability'], ['well', 'independently', 'ability', 'work'], ['independently', 'ability', 'work', 'pressure'], ['ability', 'work', 'pressure', 'multi'], ['work', 'pressure', 'multi', 'task'], ['pressure', 'multi', 'task', 'strategies'], ['multi', 'task', 'strategies', 'campaigns'], ['task', 'strategies', 'campaigns', 'corporate'], ['strategies', 'campaigns', 'corporate', 'communications'], ['campaigns', 'corporate', 'communications', 'mis'], ['corporate', 'communications', 'mis', 'reporting'], ['communications', 'mis', 'reporting', 'documentation'], ['mis', 'reporting', 'documentation', 'training'], ['reporting', 'documentation', 'training', 'development'], ['documentation', 'training', 'development', 'sales'], ['training', 'development', 'sales', 'support'], ['development', 'sales', 'support', 'back'], ['sales', 'support', 'back', 'office'], ['support', 'back', 'office', 'operations'], ['back', 'office', 'operations', 'new'], ['office', 'operations', 'new', 'process'], ['operations', 'new', 'process', 'development'], ['new', 'process', 'development', 'launch'], ['process', 'development', 'launch', 'handling'], ['development', 'launch', 'handling', 'customer'], ['launch', 'handling', 'customer', 'escalationseducation'], ['handling', 'customer', 'escalationseducation', 'details'], ['customer', 'escalationseducation', 'details', 'bachelor'], ['escalationseducation', 'details', 'bachelor', 'of'], ['details', 'bachelor', 'of', 'business'], ['bachelor', 'of', 'business', 'administration'], ['of', 'business', 'administration', 'business'], ['business', 'administration', 'business', 'administration'], ['administration', 'business', 'administration', 'icfai'], ['business', 'administration', 'icfai', 'business'], ['administration', 'icfai', 'business', 'school'], ['icfai', 'business', 'school', 'integrated'], ['business', 'school', 'integrated', 'institute'], ['school', 'integrated', 'institute', 'of'], ['integrated', 'institute', 'of', 'management'], ['institute', 'of', 'management', 'technology'], ['of', 'management', 'technology', 'higher'], ['management', 'technology', 'higher', 'secondary'], ['technology', 'higher', 'secondary', 'school'], ['higher', 'secondary', 'school', 'b'], ['secondary', 'school', 'b', 'i'], ['school', 'b', 'i', 's'], ['b', 'i', 's', 's'], ['i', 's', 's', 'school'], ['s', 's', 'school', 'delhi'], ['s', 'school', 'delhi', 'delhi'], ['school', 'delhi', 'delhi', 'senior'], ['delhi', 'delhi', 'senior', 'secondary'], ['delhi', 'senior', 'secondary', 'school'], ['senior', 'secondary', 'school', 'delhi'], ['secondary', 'school', 'delhi', 'public'], ['school', 'delhi', 'public', 'school'], ['delhi', 'public', 'school', 'senior'], ['public', 'school', 'senior', 'manager'], ['school', 'senior', 'manager', 'pmo'], ['senior', 'manager', 'pmo', 'skill'], ['manager', 'pmo', 'skill', 'details'], ['pmo', 'skill', 'details', 'training'], ['skill', 'details', 'training', 'exprience'], ['details', 'training', 'exprience', '30'], ['training', 'exprience', '30', 'months'], ['exprience', '30', 'months', 'documentation'], ['30', 'months', 'documentation', 'exprience'], ['months', 'documentation', 'exprience', '16'], ['documentation', 'exprience', '16', 'months'], ['exprience', '16', 'months', 'operations'], ['16', 'months', 'operations', 'exprience'], ['months', 'operations', 'exprience', '16'], ['operations', 'exprience', '16', 'months'], ['exprience', '16', 'months', 'sales'], ['16', 'months', 'sales', 'exprience'], ['months', 'sales', 'exprience', '8'], ['sales', 'exprience', '8', 'months'], ['exprience', '8', 'months', 'corporate'], ['8', 'months', 'corporate', 'communications'], ['months', 'corporate', 'communications', 'exprience'], ['corporate', 'communications', 'exprience', '6'], ['communications', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['details', 'company', 'description', 'review'], ['company', 'description', 'review', 'understand'], ['description', 'review', 'understand', 'existing'], ['review', 'understand', 'existing', 'business'], ['understand', 'existing', 'business', 'processes'], ['existing', 'business', 'processes', 'identify'], ['business', 'processes', 'identify', 'functional'], ['processes', 'identify', 'functional', 'requirements'], ['identify', 'functional', 'requirements', 'eliminate'], ['functional', 'requirements', 'eliminate', 'waste'], ['requirements', 'eliminate', 'waste', 'improve'], ['eliminate', 'waste', 'improve', 'controllership'], ['waste', 'improve', 'controllership', 'deliver'], ['improve', 'controllership', 'deliver', 'flexibility'], ['controllership', 'deliver', 'flexibility', 'identify'], ['deliver', 'flexibility', 'identify', 'processes'], ['flexibility', 'identify', 'processes', 'design'], ['identify', 'processes', 'design', 'prototype'], ['processes', 'design', 'prototype', 'potential'], ['design', 'prototype', 'potential', 'solutions'], ['prototype', 'potential', 'solutions', 'calculate'], ['potential', 'solutions', 'calculate', 'trade'], ['solutions', 'calculate', 'trade', 'offs'], ['calculate', 'trade', 'offs', 'costs'], ['trade', 'offs', 'costs', 'suggest'], ['offs', 'costs', 'suggest', 'recommended'], ['costs', 'suggest', 'recommended', 'course'], ['suggest', 'recommended', 'course', 'action'], ['recommended', 'course', 'action', 'identifying'], ['course', 'action', 'identifying', 'modifications'], ['action', 'identifying', 'modifications', 'new'], ['identifying', 'modifications', 'new', 'existing'], ['modifications', 'new', 'existing', 'process'], ['new', 'existing', 'process', 'project'], ['existing', 'process', 'project', 'management'], ['process', 'project', 'management', 'new'], ['project', 'management', 'new', 'requirements'], ['management', 'new', 'requirements', 'opportunities'], ['new', 'requirements', 'opportunities', 'applying'], ['requirements', 'opportunities', 'applying', 'efficient'], ['opportunities', 'applying', 'efficient', 'effective'], ['applying', 'efficient', 'effective', 'solutions'], ['efficient', 'effective', 'solutions', 'responsible'], ['effective', 'solutions', 'responsible', 'delivering'], ['solutions', 'responsible', 'delivering', 'process'], ['responsible', 'delivering', 'process', 'reengineering'], ['delivering', 'process', 'reengineering', 'projects'], ['process', 'reengineering', 'projects', 'across'], ['reengineering', 'projects', 'across', 'processes'], ['projects', 'across', 'processes', 'closely'], ['across', 'processes', 'closely', 'working'], ['processes', 'closely', 'working', 'relevant'], ['closely', 'working', 'relevant', 'businesses'], ['working', 'relevant', 'businesses', 'operations'], ['relevant', 'businesses', 'operations', 'units'], ['businesses', 'operations', 'units', 'responsible'], ['operations', 'units', 'responsible', 'documentation'], ['units', 'responsible', 'documentation', 'train'], ['responsible', 'documentation', 'train', 'stakeholders'], ['documentation', 'train', 'stakeholders', 'changes'], ['train', 'stakeholders', 'changes', 'company'], ['stakeholders', 'changes', 'company', 'description'], ['changes', 'company', 'description', 'responsible'], ['company', 'description', 'responsible', 'defining'], ['description', 'responsible', 'defining', 'scope'], ['responsible', 'defining', 'scope', 'project'], ['defining', 'scope', 'project', 'ordance'], ['scope', 'project', 'ordance', 'stakeholders'], ['project', 'ordance', 'stakeholders', 'internal'], ['ordance', 'stakeholders', 'internal', 'teams'], ['stakeholders', 'internal', 'teams', 'senior'], ['internal', 'teams', 'senior', 'management'], ['teams', 'senior', 'management', 'team'], ['senior', 'management', 'team', 'prepare'], ['management', 'team', 'prepare', 'project'], ['team', 'prepare', 'project', 'charter'], ['prepare', 'project', 'charter', 'defined'], ['project', 'charter', 'defined', 'timelines'], ['charter', 'defined', 'timelines', 'project'], ['defined', 'timelines', 'project', 'related'], ['timelines', 'project', 'related', 'activities'], ['project', 'related', 'activities', 'preparation'], ['related', 'activities', 'preparation', 'business'], ['activities', 'preparation', 'business', 'requirement'], ['preparation', 'business', 'requirement', 'document'], ['business', 'requirement', 'document', 'brd'], ['requirement', 'document', 'brd', 'closing'], ['document', 'brd', 'closing', 'understanding'], ['brd', 'closing', 'understanding', 'document'], ['closing', 'understanding', 'document', 'ud'], ['understanding', 'document', 'ud', 'development'], ['document', 'ud', 'development', 'team'], ['ud', 'development', 'team', 'uat'], ['development', 'team', 'uat', 'completion'], ['team', 'uat', 'completion', 'deployment'], ['uat', 'completion', 'deployment', 'preparation'], ['completion', 'deployment', 'preparation', 'training'], ['deployment', 'preparation', 'training', 'documents'], ['preparation', 'training', 'documents', 'slas'], ['training', 'documents', 'slas', 'sops'], ['documents', 'slas', 'sops', 'etc'], ['slas', 'sops', 'etc', 'required'], ['sops', 'etc', 'required', 'conduct'], ['etc', 'required', 'conduct', 'training'], ['required', 'conduct', 'training', 'impacted'], ['conduct', 'training', 'impacted', 'teams'], ['training', 'impacted', 'teams', 'ensure'], ...], [['technical'], ['expe'], ['ise'], ['db'], ['languages'], ['sql'], ['database'], ['tools'], ['sql'], ['server'], ['2014'], ['2017'], ['postgresql'], ['9'], ['5'], ['9'], ['6'], ['oracle'], ['11gr2'], ['operating'], ['systems'], ['redhat'], ['linux'], ['oracle'], ['linux'], ['windows'], ['server'], ['2012'], ['2016'], ['other'], ['technical'], ['skills'], ['oracle'], ['11g'], ['r2'], ['proficient'], ['oracle'], ['database'], ['software'], ['installation'], ['creation'], ['database'], ['using'], ['gui'], ['silent'], ['dbca'], ['architecture'], ['file'], ['management'], ['space'], ['management'], ['user'], ['management'], ['creating'], ['roles'], ['assigning'], ['privileges'], ['roles'], ['11gr2'], ['troubleshooting'], ['hands'], ['experience'], ['control'], ['files'], ['redolog'], ['archive'], ['undo'], ['management'], ['configuring'], ['listener'], ['ora'], ['tnsnames'], ['ora'], ['file'], ['using'], ['netmgr'], ['netca'], ['generating'], ['awr'], ['reports'], ['addm'], ['ash'], ['reports'], ['diagnose'], ['problems'], ['database'], ['backup'], ['cloning'], ['duplicate'], ['using'], ['hot'], ['cold'], ['backups'], ['using'], ['rman'], ['knowledge'], ['flashback'], ['technologies'], ['expdp'], ['impdp'], ['implemented'], ['oracle11gr2'], ['rac'], ['oracle'], ['linux'], ['platform'], ['knowledge'], ['services'], ['troubleshooting'], ['rac'], ['crsctl'], ['srvctl'], ['knowledge'], ['installation'], ['configuration'], ['rac'], ['add'], ['remove'], ['nodes'], ['rac'], ['configuration'], ['physical'], ['standby'], ['database'], ['data'], ['guard'], ['su'], ['essfully'], ['upgraded'], ['11'], ['2'], ['0'], ['1'], ['11'], ['2'], ['0'], ['4'], ['psu'], ['patching'], ['using'], ['o'], ['patch'], ['strengths'], ['good'], ['communication'], ['skills'], ['self'], ['confident'], ['adapt'], ['work'], ['environments'], ['enjoy'], ['responsibilities'], ['lead'], ['team'], ['player'], ['patient'], ['listener'], ['quick'], ['learner'], ['capable'], ['explaining'], ['issues'], ['solving'], ['education'], ['details'], ['b'], ['e'], ['computer'], ['engineering'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['higher'], ['secondary'], ['certificate'], ['dr'], ['dy'], ['patil'], ['jr'], ['college'], ['database'], ['administrator'], ['database'], ['administrator'], ['dba'], ['marketplace'], ['technologies'], ['ltd'], ['skill'], ['details'], ['database'], ['exprience'], ['61'], ['months'], ['backups'], ['exprience'], ['48'], ['months'], ['linux'], ['exprience'], ['48'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['48'], ['months'], ['sql'], ['exprience'], ['48'], ['monthscompany'], ['details'], ['company'], ['dba'], ['marketplace'], ['technologies'], ['ltd'], ['description'], ['project'], ['title'], ['eboss'], ['datafeed'], ['mfdb'], ['rms'], ['indiainx'], ['company'], ['standard'], ['enterprise'], ['description'], ['redhat'], ['linux'], ['7'], ['4'], ['postgresql'], ['9'], ['5'], ['9'], ['6'], ['duration'], ['feb'], ['2017'], ['till'], ['date'], ['description'], ['bombay'], ['stock'], ['exchange'], ['bse'], ['asia'], ['first'], ['fastest'], ['stock'], ['exchange'], ['world'], ['speed'], ['6'], ['micro'], ['seconds'], ['one'], ['india'], ['leading'], ['exchange'], ['groups'], ['provides'], ['efficient'], ['transparent'], ['market'], ['trading'], ['equity'], ['currencies'], ['debt'], ['instruments'], ['derivatives'], ['mutual'], ['funds'], ['bse'], ['sme'], ['india'], ['largest'], ['sme'], ['platform'], ['listed'], ['250'], ['companies'], ['continues'], ['grow'], ['steady'], ['pace'], ['job'], ['roles'], ['responsibilities'], ['postgresql'], ['worked'], ['redhat'], ['linux'], ['os'], ['cluster'], ['postgresql'], ['high'], ['availability'], ['ha'], ['using'], ['pacemaker'], ['coordinated'], ['developers'], ['linux'], ['teams'], ['database'], ['knowledge'], ['support'], ['participated'], ['implementation'], ['new'], ['releases'], ['production'], ['installed'], ['configured'], ['postgresql'], ['source'], ['packages'], ['redhat'], ['linux'], ['servers'], ['performed'], ['postgresql'], ['server'], ['management'], ['tasks'], ['e'], ['backup'], ['restore'], ['configuration'], ['roles'], ['blockings'], ['tablespace'], ['creation'], ['troubleshooting'], ['worked'], ['storage'], ['team'], ['disaster'], ['recovery'], ['dr'], ['setup'], ['built'], ['san'], ['using'], ['emc'], ['technology'], ['configured'], ['ldap'], ['authentication'], ['gssapi'], ['authentication'], ['windows'], ['linux'], ['postgresql'], ['configured'], ['logical'], ['replication'], ['database'], ['servers'], ['hot'], ['standby'], ['postgresql'], ['servers'], ['faster'], ['database'], ['backup'], ['methods'], ['schema'], ['tablespace'], ['backups'], ['configured'], ['maximum'], ['connections'], ['database'], ['linux'], ['servers'], ['installed'], ['tds'], ['fdw'], ['source'], ['linked'], ['servers'], ['connect'], ['heterogeneous'], ['databases'], ['required'], ['extensions'], ['backup'], ['configuration'], ['pitr'], ['using'], ['base'], ['backups'], ['mssql'], ['day'], ['day'], ['administration'], ['live'], ['sql'], ['servers'], ['participated'], ['live'], ['primary'], ['recovery'], ['pr'], ['disaster'], ['recovery'], ['dr'], ['activities'], ['participated'], ['pr'], ['dr'], ['mocks'], ['new'], ['releases'], ['production'], ['configured'], ['linked'], ['servers'], ['transactional'], ['replication'], ['maintenance'], ['tasks'], ['like'], ['database'], ['backup'], ['restore'], ['recovery'], ['scheduled'], ['jobs'], ['maintenance'], ['plans'], ['installed'], ['configured'], ['sql'], ['server'], ['2014'], ['2017'], ['standalone'], ['sql'], ['cluster'], ['servers'], ['maintained'], ['security'], ['database'], ['providing'], ['appropriate'], ['sql'], ['roles'], ['logins'], ['permissions'], ['users'], ['demand'], ['worked'], ['teams'], ['application'], ['rollouts'], ['application'], ['issues'], ['sql'], ['server'], ['migrations'], ['exposure'], ['handling'], ['production'], ['system'], ['skills'], ['understand'], ['client'], ['requirement'], ['performed'], ['sql'], ['server'], ['service'], ['pack'], ['upgrades'], ['hot'], ['fixes'], ['handled'], ['multiple'], ['sql'], ['instances'], ['windows'], ['sql'], ['cluster'], ['environment'], ['built'], ['emc'], ['san'], ['worked'], ['mssql'], ['db'], ['clusters'], ['active'], ['active'], ['active'], ['passive'], ['servers'], ['always'], ['on'], ['availability'], ['groups'], ['aag'], ['ha'], ['dr'], ['setup'], ['have'], ['experience'], ['san'], ['raid'], ['levels'], ['building'], ['supporting'], ['sql'], ['cluster'], ['servers'], ['san'], ['environments'], ['company'], ['bse'], ['bombay'], ['stock'], ['exchange'], ['description'], ['environment'], ['windows'], ['server'], ['2008'], ['r2'], ['2012'], ['r2'], ['2016'], ['enterprise'], ['standard'], ['technical', 'expe'], ['expe', 'ise'], ['ise', 'db'], ['db', 'languages'], ['languages', 'sql'], ['sql', 'database'], ['database', 'tools'], ['tools', 'sql'], ['sql', 'server'], ['server', '2014'], ['2014', '2017'], ['2017', 'postgresql'], ['postgresql', '9'], ['9', '5'], ['5', '9'], ['9', '6'], ['6', 'oracle'], ['oracle', '11gr2'], ['11gr2', 'operating'], ['operating', 'systems'], ['systems', 'redhat'], ['redhat', 'linux'], ['linux', 'oracle'], ['oracle', 'linux'], ['linux', 'windows'], ['windows', 'server'], ['server', '2012'], ['2012', '2016'], ['2016', 'other'], ['other', 'technical'], ['technical', 'skills'], ['skills', 'oracle'], ['oracle', '11g'], ['11g', 'r2'], ['r2', 'proficient'], ['proficient', 'oracle'], ['oracle', 'database'], ['database', 'software'], ['software', 'installation'], ['installation', 'creation'], ['creation', 'database'], ['database', 'using'], ['using', 'gui'], ['gui', 'silent'], ['silent', 'dbca'], ['dbca', 'architecture'], ['architecture', 'file'], ['file', 'management'], ['management', 'space'], ['space', 'management'], ['management', 'user'], ['user', 'management'], ['management', 'creating'], ['creating', 'roles'], ['roles', 'assigning'], ['assigning', 'privileges'], ['privileges', 'roles'], ['roles', '11gr2'], ['11gr2', 'troubleshooting'], ['troubleshooting', 'hands'], ['hands', 'experience'], ['experience', 'control'], ['control', 'files'], ['files', 'redolog'], ['redolog', 'archive'], ['archive', 'undo'], ['undo', 'management'], ['management', 'configuring'], ['configuring', 'listener'], ['listener', 'ora'], ['ora', 'tnsnames'], ['tnsnames', 'ora'], ['ora', 'file'], ['file', 'using'], ['using', 'netmgr'], ['netmgr', 'netca'], ['netca', 'generating'], ['generating', 'awr'], ['awr', 'reports'], ['reports', 'addm'], ['addm', 'ash'], ['ash', 'reports'], ['reports', 'diagnose'], ['diagnose', 'problems'], ['problems', 'database'], ['database', 'backup'], ['backup', 'cloning'], ['cloning', 'duplicate'], ['duplicate', 'using'], ['using', 'hot'], ['hot', 'cold'], ['cold', 'backups'], ['backups', 'using'], ['using', 'rman'], ['rman', 'knowledge'], ['knowledge', 'flashback'], ['flashback', 'technologies'], ['technologies', 'expdp'], ['expdp', 'impdp'], ['impdp', 'implemented'], ['implemented', 'oracle11gr2'], ['oracle11gr2', 'rac'], ['rac', 'oracle'], ['oracle', 'linux'], ['linux', 'platform'], ['platform', 'knowledge'], ['knowledge', 'services'], ['services', 'troubleshooting'], ['troubleshooting', 'rac'], ['rac', 'crsctl'], ['crsctl', 'srvctl'], ['srvctl', 'knowledge'], ['knowledge', 'installation'], ['installation', 'configuration'], ['configuration', 'rac'], ['rac', 'add'], ['add', 'remove'], ['remove', 'nodes'], ['nodes', 'rac'], ['rac', 'configuration'], ['configuration', 'physical'], ['physical', 'standby'], ['standby', 'database'], ['database', 'data'], ['data', 'guard'], ['guard', 'su'], ['su', 'essfully'], ['essfully', 'upgraded'], ['upgraded', '11'], ['11', '2'], ['2', '0'], ['0', '1'], ['1', '11'], ['11', '2'], ['2', '0'], ['0', '4'], ['4', 'psu'], ['psu', 'patching'], ['patching', 'using'], ['using', 'o'], ['o', 'patch'], ['patch', 'strengths'], ['strengths', 'good'], ['good', 'communication'], ['communication', 'skills'], ['skills', 'self'], ['self', 'confident'], ['confident', 'adapt'], ['adapt', 'work'], ['work', 'environments'], ['environments', 'enjoy'], ['enjoy', 'responsibilities'], ['responsibilities', 'lead'], ['lead', 'team'], ['team', 'player'], ['player', 'patient'], ['patient', 'listener'], ['listener', 'quick'], ['quick', 'learner'], ['learner', 'capable'], ['capable', 'explaining'], ['explaining', 'issues'], ['issues', 'solving'], ['solving', 'education'], ['education', 'details'], ['details', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'engineering'], ['engineering', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'higher'], ['higher', 'secondary'], ['secondary', 'certificate'], ['certificate', 'dr'], ['dr', 'dy'], ['dy', 'patil'], ['patil', 'jr'], ['jr', 'college'], ['college', 'database'], ['database', 'administrator'], ['administrator', 'database'], ['database', 'administrator'], ['administrator', 'dba'], ['dba', 'marketplace'], ['marketplace', 'technologies'], ['technologies', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'database'], ['database', 'exprience'], ['exprience', '61'], ['61', 'months'], ['months', 'backups'], ['backups', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'linux'], ['linux', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '48'], ['48', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'dba'], ['dba', 'marketplace'], ['marketplace', 'technologies'], ['technologies', 'ltd'], ['ltd', 'description'], ['description', 'project'], ['project', 'title'], ['title', 'eboss'], ['eboss', 'datafeed'], ['datafeed', 'mfdb'], ['mfdb', 'rms'], ['rms', 'indiainx'], ['indiainx', 'company'], ['company', 'standard'], ['standard', 'enterprise'], ['enterprise', 'description'], ['description', 'redhat'], ['redhat', 'linux'], ['linux', '7'], ['7', '4'], ['4', 'postgresql'], ['postgresql', '9'], ['9', '5'], ['5', '9'], ['9', '6'], ['6', 'duration'], ['duration', 'feb'], ['feb', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'description'], ['description', 'bombay'], ['bombay', 'stock'], ['stock', 'exchange'], ['exchange', 'bse'], ['bse', 'asia'], ['asia', 'first'], ['first', 'fastest'], ['fastest', 'stock'], ['stock', 'exchange'], ['exchange', 'world'], ['world', 'speed'], ['speed', '6'], ['6', 'micro'], ['micro', 'seconds'], ['seconds', 'one'], ['one', 'india'], ['india', 'leading'], ['leading', 'exchange'], ['exchange', 'groups'], ['groups', 'provides'], ['provides', 'efficient'], ['efficient', 'transparent'], ['transparent', 'market'], ['market', 'trading'], ['trading', 'equity'], ['equity', 'currencies'], ['currencies', 'debt'], ['debt', 'instruments'], ['instruments', 'derivatives'], ['derivatives', 'mutual'], ['mutual', 'funds'], ['funds', 'bse'], ['bse', 'sme'], ['sme', 'india'], ['india', 'largest'], ['largest', 'sme'], ['sme', 'platform'], ['platform', 'listed'], ['listed', '250'], ['250', 'companies'], ['companies', 'continues'], ['continues', 'grow'], ['grow', 'steady'], ['steady', 'pace'], ['pace', 'job'], ['job', 'roles'], ['roles', 'responsibilities'], ['responsibilities', 'postgresql'], ['postgresql', 'worked'], ['worked', 'redhat'], ['redhat', 'linux'], ['linux', 'os'], ['os', 'cluster'], ['cluster', 'postgresql'], ['postgresql', 'high'], ['high', 'availability'], ['availability', 'ha'], ['ha', 'using'], ['using', 'pacemaker'], ['pacemaker', 'coordinated'], ['coordinated', 'developers'], ['developers', 'linux'], ['linux', 'teams'], ['teams', 'database'], ['database', 'knowledge'], ['knowledge', 'support'], ['support', 'participated'], ['participated', 'implementation'], ['implementation', 'new'], ['new', 'releases'], ['releases', 'production'], ['production', 'installed'], ['installed', 'configured'], ['configured', 'postgresql'], ['postgresql', 'source'], ['source', 'packages'], ['packages', 'redhat'], ['redhat', 'linux'], ['linux', 'servers'], ['servers', 'performed'], ['performed', 'postgresql'], ['postgresql', 'server'], ['server', 'management'], ['management', 'tasks'], ['tasks', 'e'], ['e', 'backup'], ['backup', 'restore'], ['restore', 'configuration'], ['configuration', 'roles'], ['roles', 'blockings'], ['blockings', 'tablespace'], ['tablespace', 'creation'], ['creation', 'troubleshooting'], ['troubleshooting', 'worked'], ['worked', 'storage'], ['storage', 'team'], ['team', 'disaster'], ['disaster', 'recovery'], ['recovery', 'dr'], ['dr', 'setup'], ['setup', 'built'], ['built', 'san'], ['san', 'using'], ['using', 'emc'], ['emc', 'technology'], ['technology', 'configured'], ['configured', 'ldap'], ['ldap', 'authentication'], ['authentication', 'gssapi'], ['gssapi', 'authentication'], ['authentication', 'windows'], ['windows', 'linux'], ['linux', 'postgresql'], ['postgresql', 'configured'], ['configured', 'logical'], ['logical', 'replication'], ['replication', 'database'], ['database', 'servers'], ['servers', 'hot'], ['hot', 'standby'], ['standby', 'postgresql'], ['postgresql', 'servers'], ['servers', 'faster'], ['faster', 'database'], ['database', 'backup'], ['backup', 'methods'], ['methods', 'schema'], ['schema', 'tablespace'], ['tablespace', 'backups'], ['backups', 'configured'], ['configured', 'maximum'], ['maximum', 'connections'], ['connections', 'database'], ['database', 'linux'], ['linux', 'servers'], ['servers', 'installed'], ['installed', 'tds'], ['tds', 'fdw'], ['fdw', 'source'], ['source', 'linked'], ['linked', 'servers'], ['servers', 'connect'], ['connect', 'heterogeneous'], ['heterogeneous', 'databases'], ['databases', 'required'], ['required', 'extensions'], ['extensions', 'backup'], ['backup', 'configuration'], ['configuration', 'pitr'], ['pitr', 'using'], ['using', 'base'], ['base', 'backups'], ['backups', 'mssql'], ['mssql', 'day'], ['day', 'day'], ['day', 'administration'], ['administration', 'live'], ['live', 'sql'], ['sql', 'servers'], ['servers', 'participated'], ['participated', 'live'], ['live', 'primary'], ['primary', 'recovery'], ['recovery', 'pr'], ['pr', 'disaster'], ['disaster', 'recovery'], ['recovery', 'dr'], ['dr', 'activities'], ['activities', 'participated'], ['participated', 'pr'], ['pr', 'dr'], ['dr', 'mocks'], ['mocks', 'new'], ['new', 'releases'], ['releases', 'production'], ['production', 'configured'], ['configured', 'linked'], ['linked', 'servers'], ['servers', 'transactional'], ['transactional', 'replication'], ['replication', 'maintenance'], ['maintenance', 'tasks'], ['tasks', 'like'], ['like', 'database'], ['database', 'backup'], ['backup', 'restore'], ['restore', 'recovery'], ['recovery', 'scheduled'], ['scheduled', 'jobs'], ['jobs', 'maintenance'], ['maintenance', 'plans'], ['plans', 'installed'], ['installed', 'configured'], ['configured', 'sql'], ['sql', 'server'], ['server', '2014'], ['2014', '2017'], ['2017', 'standalone'], ['standalone', 'sql'], ['sql', 'cluster'], ['cluster', 'servers'], ['servers', 'maintained'], ['maintained', 'security'], ['security', 'database'], ['database', 'providing'], ['providing', 'appropriate'], ['appropriate', 'sql'], ['sql', 'roles'], ['roles', 'logins'], ['logins', 'permissions'], ['permissions', 'users'], ['users', 'demand'], ['demand', 'worked'], ['worked', 'teams'], ...], [['technical'], ['expertise'], ['operating'], ['systems'], ['microsoft'], ['window'], ['server'], ['2003'], ['2008'], ['2008'], ['r2'], ['2012'], ['database'], ['technologies'], ['sql'], ['server'], ['sybase'], ['ase'], ['server'], ['oracle'], ['mongodb'], ['monitoring'], ['ticketing'], ['tools'], ['hp'], ['service'], ['manager'], ['7'], ['0'], ['9'], ['0'], ['solar'], ['winds'], ['dpa'], ['jira'], ['mongodb'], ['ops'], ['manager'], ['web'], ['server'], ['iis'], ['7'], ['0'], ['database'], ['tools'], ['ssms'], ['dbartisan'], ['studio'], ['3t'], ['snapshot'], ['manager'], ['sql'], ['servereducation'], ['details'], ['b'], ['tech'], ['computer'], ['science'], ['gulbarga'], ['karnataka'], ['pdacoe'], ['gulbarga'], ['autonomous'], ['institution'], ['database'], ['administrator'], ['ii'], ['database'], ['administrator'], ['iii'], ['bny'], ['mellon'], ['international'], ['operations'], ['india'], ['pvt'], ['ltd'], ['skill'], ['details'], ['sql'], ['dba'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['bny'], ['mellon'], ['international'], ['operations'], ['india'], ['pvt'], ['ltd'], ['description'], ['sql'], ['server'], ['installation'], ['configuration'], ['database'], ['servers'], ['using'], ['slipstream'], ['setup'], ['maintenance'], ['jobs'], ['per'], ['standard'], ['policy'], ['standalone'], ['well'], ['cluster'], ['environments'], ['latest'], ['service'], ['packs'], ['installation'], ['ssrs'], ['uploading'], ['rdls'], ['assigning'], ['correct'], ['data'], ['sources'], ['reports'], ['grant'], ['necessary'], ['ess'], ['users'], ['developers'], ['reporting'], ['website'], ['aware'], ['ssis'], ['designing'], ['packages'], ['well'], ['create'], ['manage'], ['logins'], ['users'], ['database'], ['applications'], ['assigning'], ['permissions'], ['per'], ['requests'], ['resolving'], ['user'], ['login'], ['issues'], ['migration'], ['sql'], ['server'], ['2005'], ['2008'], ['servers'], ['higher'], ['versions'], ['setup'], ['database'], ['refresh'], ['jobs'], ['qa'], ['dev'], ['uat'], ['environments'], ['fixing'], ['orphaned'], ['users'], ['troubleshoot'], ['performance'], ['related'], ['issues'], ['part'], ['multiple'], ['projects'], ['work'], ['developers'], ['provide'], ['required'], ['support'], ['testing'], ['qa'], ['uat'], ['dev'], ['environment'], ['lead'], ['dr'], ['tests'], ['database'], ['team'], ['participate'], ['database'], ['purge'], ['archive'], ['activities'], ['writing'], ['codes'], ['automating'], ['database'], ['administration'], ['tasks'], ['worked'], ['automating'], ['dr'], ['tasks'], ['start'], ['agent'], ['jobs'], ['multiple'], ['servers'], ['restore'], ['databases'], ['log'], ['shipped'], ['databases'], ['without'], ['manual'], ['intervention'], ['online'], ['databases'], ['post'], ['dr'], ['activities'], ['provide'], ['support'], ['vendor'], ['databases'], ['follow'], ['vendor'], ['calls'], ['timely'], ['escalate'], ['next'], ['level'], ['update'], ['predefined'], ['timeline'], ['installation'], ['configuration'], ['smsql'], ['windows'], ['server'], ['schedule'], ['jobs'], ['creation'], ['deletion'], ['clones'], ['sql'], ['server'], ['maintain'], ['backups'], ['using'], ['smsql'], ['mongodb'], ['server'], ['installation'], ['configuration'], ['mongodb'], ['server'], ['creation'], ['databases'], ['collection'], ['creation'], ['new'], ['user'], ['grant'], ['ess'], ['using'], ['ops'], ['manager'], ['monitor'], ['database'], ['servers'], ['using'], ['ops'], ['manager'], ['oracle'], ['sybase'], ['server'], ['managing'], ['maintaining'], ['multiple'], ['instances'], ['databases'], ['linux'], ['windows'], ['servers'], ['monitoring'], ['daily'], ['jobs'], ['includes'], ['backups'], ['refresh'], ['maintenance'], ['jobs'], ['company'], ['hewlett'], ['packard'], ['india'], ['sales'], ['pvt'], ['ltd'], ['on'], ['payroll'], ['softenger'], ['india'], ['pvt'], ['ltd'], ['description'], ['installation'], ['sql'], ['server'], ['standalone'], ['well'], ['windows'], ['cluster'], ['environments'], ['latest'], ['service'], ['packs'], ['sql'], ['server'], ['installation'], ['using'], ['slipstream'], ['installation'], ['reporting'], ['services'], ['creating'], ['logins'], ['users'], ['assigning'], ['permissions'], ['per'], ['requests'], ['security'], ['audit'], ['logins'], ['includes'], ['maintenance'], ['unused'], ['orphan'], ['user'], ['logins'], ['create'], ['maintain'], ['daily'], ['weekly'], ['jobs'], ['maintenance'], ['plans'], ['includes'], ['backup'], ['index'], ['rebuild'], ['reorganize'], ['update'], ['statistics'], ['database'], ['consistency'], ['check'], ['create'], ['linked'], ['servers'], ['ensure'], ['connectivity'], ['servers'], ['monitor'], ['disk'], ['space'], ['proactively'], ['space'], ['management'], ['using'], ['data'], ['log'], ['file'], ['shrinking'], ['monitor'], ['blocking'], ['deadlocks'], ['open'], ['transactions'], ['slow'], ['running'], ['queries'], ['performance'], ['issues'], ['highlight'], ['costly'], ['queries'], ['developers'], ['configure'], ['alerts'], ['deadlock'], ['blocking'], ['maintain'], ['performance'], ['implementing'], ['high'], ['availability'], ['technologies'], ['like'], ['log'], ['shipping'], ['alwayson'], ['mirroring'], ['troubleshooting'], ['also'], ['knowledge'], ['replication'], ['su'], ['essfully'], ['completed'], ['migration'], ['databases'], ['one'], ['server'], ['another'], ['performing'], ['dr'], ['drills'], ['online'], ['offline'], ['quarterly'], ['basis'], ['power'], ['shell'], ['scripting'], ['monitor'], ['restart'], ['sql'], ['service'], ['get'], ['email'], ['alert'], ['service'], ['status'], ['maintain'], ['tns'], ['entries'], ['oracle'], ['client'], ['per'], ['client'], ['requests'], ['interacting'], ['customers'], ['requirements'], ['contacting'], ['customer'], ['update'], ['status'], ['handling'], ['issues'], ['service'], ['requests'], ['every'], ['stage'], ['resolution'], ['managing'], ['proper'], ['escalation'], ['notification'], ['matrix'], ['support'], ['levels'], ['technical', 'expertise'], ['expertise', 'operating'], ['operating', 'systems'], ['systems', 'microsoft'], ['microsoft', 'window'], ['window', 'server'], ['server', '2003'], ['2003', '2008'], ['2008', '2008'], ['2008', 'r2'], ['r2', '2012'], ['2012', 'database'], ['database', 'technologies'], ['technologies', 'sql'], ['sql', 'server'], ['server', 'sybase'], ['sybase', 'ase'], ['ase', 'server'], ['server', 'oracle'], ['oracle', 'mongodb'], ['mongodb', 'monitoring'], ['monitoring', 'ticketing'], ['ticketing', 'tools'], ['tools', 'hp'], ['hp', 'service'], ['service', 'manager'], ['manager', '7'], ['7', '0'], ['0', '9'], ['9', '0'], ['0', 'solar'], ['solar', 'winds'], ['winds', 'dpa'], ['dpa', 'jira'], ['jira', 'mongodb'], ['mongodb', 'ops'], ['ops', 'manager'], ['manager', 'web'], ['web', 'server'], ['server', 'iis'], ['iis', '7'], ['7', '0'], ['0', 'database'], ['database', 'tools'], ['tools', 'ssms'], ['ssms', 'dbartisan'], ['dbartisan', 'studio'], ['studio', '3t'], ['3t', 'snapshot'], ['snapshot', 'manager'], ['manager', 'sql'], ['sql', 'servereducation'], ['servereducation', 'details'], ['details', 'b'], ['b', 'tech'], ['tech', 'computer'], ['computer', 'science'], ['science', 'gulbarga'], ['gulbarga', 'karnataka'], ['karnataka', 'pdacoe'], ['pdacoe', 'gulbarga'], ['gulbarga', 'autonomous'], ['autonomous', 'institution'], ['institution', 'database'], ['database', 'administrator'], ['administrator', 'ii'], ['ii', 'database'], ['database', 'administrator'], ['administrator', 'iii'], ['iii', 'bny'], ['bny', 'mellon'], ['mellon', 'international'], ['international', 'operations'], ['operations', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'sql'], ['sql', 'dba'], ['dba', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'bny'], ['bny', 'mellon'], ['mellon', 'international'], ['international', 'operations'], ['operations', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'sql'], ['sql', 'server'], ['server', 'installation'], ['installation', 'configuration'], ['configuration', 'database'], ['database', 'servers'], ['servers', 'using'], ['using', 'slipstream'], ['slipstream', 'setup'], ['setup', 'maintenance'], ['maintenance', 'jobs'], ['jobs', 'per'], ['per', 'standard'], ['standard', 'policy'], ['policy', 'standalone'], ['standalone', 'well'], ['well', 'cluster'], ['cluster', 'environments'], ['environments', 'latest'], ['latest', 'service'], ['service', 'packs'], ['packs', 'installation'], ['installation', 'ssrs'], ['ssrs', 'uploading'], ['uploading', 'rdls'], ['rdls', 'assigning'], ['assigning', 'correct'], ['correct', 'data'], ['data', 'sources'], ['sources', 'reports'], ['reports', 'grant'], ['grant', 'necessary'], ['necessary', 'ess'], ['ess', 'users'], ['users', 'developers'], ['developers', 'reporting'], ['reporting', 'website'], ['website', 'aware'], ['aware', 'ssis'], ['ssis', 'designing'], ['designing', 'packages'], ['packages', 'well'], ['well', 'create'], ['create', 'manage'], ['manage', 'logins'], ['logins', 'users'], ['users', 'database'], ['database', 'applications'], ['applications', 'assigning'], ['assigning', 'permissions'], ['permissions', 'per'], ['per', 'requests'], ['requests', 'resolving'], ['resolving', 'user'], ['user', 'login'], ['login', 'issues'], ['issues', 'migration'], ['migration', 'sql'], ['sql', 'server'], ['server', '2005'], ['2005', '2008'], ['2008', 'servers'], ['servers', 'higher'], ['higher', 'versions'], ['versions', 'setup'], ['setup', 'database'], ['database', 'refresh'], ['refresh', 'jobs'], ['jobs', 'qa'], ['qa', 'dev'], ['dev', 'uat'], ['uat', 'environments'], ['environments', 'fixing'], ['fixing', 'orphaned'], ['orphaned', 'users'], ['users', 'troubleshoot'], ['troubleshoot', 'performance'], ['performance', 'related'], ['related', 'issues'], ['issues', 'part'], ['part', 'multiple'], ['multiple', 'projects'], ['projects', 'work'], ['work', 'developers'], ['developers', 'provide'], ['provide', 'required'], ['required', 'support'], ['support', 'testing'], ['testing', 'qa'], ['qa', 'uat'], ['uat', 'dev'], ['dev', 'environment'], ['environment', 'lead'], ['lead', 'dr'], ['dr', 'tests'], ['tests', 'database'], ['database', 'team'], ['team', 'participate'], ['participate', 'database'], ['database', 'purge'], ['purge', 'archive'], ['archive', 'activities'], ['activities', 'writing'], ['writing', 'codes'], ['codes', 'automating'], ['automating', 'database'], ['database', 'administration'], ['administration', 'tasks'], ['tasks', 'worked'], ['worked', 'automating'], ['automating', 'dr'], ['dr', 'tasks'], ['tasks', 'start'], ['start', 'agent'], ['agent', 'jobs'], ['jobs', 'multiple'], ['multiple', 'servers'], ['servers', 'restore'], ['restore', 'databases'], ['databases', 'log'], ['log', 'shipped'], ['shipped', 'databases'], ['databases', 'without'], ['without', 'manual'], ['manual', 'intervention'], ['intervention', 'online'], ['online', 'databases'], ['databases', 'post'], ['post', 'dr'], ['dr', 'activities'], ['activities', 'provide'], ['provide', 'support'], ['support', 'vendor'], ['vendor', 'databases'], ['databases', 'follow'], ['follow', 'vendor'], ['vendor', 'calls'], ['calls', 'timely'], ['timely', 'escalate'], ['escalate', 'next'], ['next', 'level'], ['level', 'update'], ['update', 'predefined'], ['predefined', 'timeline'], ['timeline', 'installation'], ['installation', 'configuration'], ['configuration', 'smsql'], ['smsql', 'windows'], ['windows', 'server'], ['server', 'schedule'], ['schedule', 'jobs'], ['jobs', 'creation'], ['creation', 'deletion'], ['deletion', 'clones'], ['clones', 'sql'], ['sql', 'server'], ['server', 'maintain'], ['maintain', 'backups'], ['backups', 'using'], ['using', 'smsql'], ['smsql', 'mongodb'], ['mongodb', 'server'], ['server', 'installation'], ['installation', 'configuration'], ['configuration', 'mongodb'], ['mongodb', 'server'], ['server', 'creation'], ['creation', 'databases'], ['databases', 'collection'], ['collection', 'creation'], ['creation', 'new'], ['new', 'user'], ['user', 'grant'], ['grant', 'ess'], ['ess', 'using'], ['using', 'ops'], ['ops', 'manager'], ['manager', 'monitor'], ['monitor', 'database'], ['database', 'servers'], ['servers', 'using'], ['using', 'ops'], ['ops', 'manager'], ['manager', 'oracle'], ['oracle', 'sybase'], ['sybase', 'server'], ['server', 'managing'], ['managing', 'maintaining'], ['maintaining', 'multiple'], ['multiple', 'instances'], ['instances', 'databases'], ['databases', 'linux'], ['linux', 'windows'], ['windows', 'servers'], ['servers', 'monitoring'], ['monitoring', 'daily'], ['daily', 'jobs'], ['jobs', 'includes'], ['includes', 'backups'], ['backups', 'refresh'], ['refresh', 'maintenance'], ['maintenance', 'jobs'], ['jobs', 'company'], ['company', 'hewlett'], ['hewlett', 'packard'], ['packard', 'india'], ['india', 'sales'], ['sales', 'pvt'], ['pvt', 'ltd'], ['ltd', 'on'], ['on', 'payroll'], ['payroll', 'softenger'], ['softenger', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'installation'], ['installation', 'sql'], ['sql', 'server'], ['server', 'standalone'], ['standalone', 'well'], ['well', 'windows'], ['windows', 'cluster'], ['cluster', 'environments'], ['environments', 'latest'], ['latest', 'service'], ['service', 'packs'], ['packs', 'sql'], ['sql', 'server'], ['server', 'installation'], ['installation', 'using'], ['using', 'slipstream'], ['slipstream', 'installation'], ['installation', 'reporting'], ['reporting', 'services'], ['services', 'creating'], ['creating', 'logins'], ['logins', 'users'], ['users', 'assigning'], ['assigning', 'permissions'], ['permissions', 'per'], ['per', 'requests'], ['requests', 'security'], ['security', 'audit'], ['audit', 'logins'], ['logins', 'includes'], ['includes', 'maintenance'], ['maintenance', 'unused'], ['unused', 'orphan'], ['orphan', 'user'], ['user', 'logins'], ['logins', 'create'], ['create', 'maintain'], ['maintain', 'daily'], ['daily', 'weekly'], ['weekly', 'jobs'], ['jobs', 'maintenance'], ['maintenance', 'plans'], ['plans', 'includes'], ['includes', 'backup'], ['backup', 'index'], ['index', 'rebuild'], ['rebuild', 'reorganize'], ['reorganize', 'update'], ['update', 'statistics'], ['statistics', 'database'], ['database', 'consistency'], ['consistency', 'check'], ['check', 'create'], ['create', 'linked'], ['linked', 'servers'], ['servers', 'ensure'], ['ensure', 'connectivity'], ['connectivity', 'servers'], ['servers', 'monitor'], ['monitor', 'disk'], ['disk', 'space'], ['space', 'proactively'], ['proactively', 'space'], ['space', 'management'], ['management', 'using'], ['using', 'data'], ['data', 'log'], ['log', 'file'], ['file', 'shrinking'], ['shrinking', 'monitor'], ['monitor', 'blocking'], ['blocking', 'deadlocks'], ['deadlocks', 'open'], ['open', 'transactions'], ['transactions', 'slow'], ['slow', 'running'], ['running', 'queries'], ['queries', 'performance'], ['performance', 'issues'], ['issues', 'highlight'], ['highlight', 'costly'], ['costly', 'queries'], ['queries', 'developers'], ['developers', 'configure'], ['configure', 'alerts'], ['alerts', 'deadlock'], ['deadlock', 'blocking'], ['blocking', 'maintain'], ['maintain', 'performance'], ['performance', 'implementing'], ['implementing', 'high'], ['high', 'availability'], ['availability', 'technologies'], ['technologies', 'like'], ['like', 'log'], ['log', 'shipping'], ['shipping', 'alwayson'], ['alwayson', 'mirroring'], ['mirroring', 'troubleshooting'], ['troubleshooting', 'also'], ['also', 'knowledge'], ['knowledge', 'replication'], ['replication', 'su'], ['su', 'essfully'], ['essfully', 'completed'], ['completed', 'migration'], ['migration', 'databases'], ['databases', 'one'], ['one', 'server'], ['server', 'another'], ['another', 'performing'], ['performing', 'dr'], ['dr', 'drills'], ['drills', 'online'], ['online', 'offline'], ['offline', 'quarterly'], ['quarterly', 'basis'], ['basis', 'power'], ['power', 'shell'], ['shell', 'scripting'], ['scripting', 'monitor'], ['monitor', 'restart'], ['restart', 'sql'], ['sql', 'service'], ['service', 'get'], ['get', 'email'], ['email', 'alert'], ['alert', 'service'], ['service', 'status'], ['status', 'maintain'], ['maintain', 'tns'], ['tns', 'entries'], ['entries', 'oracle'], ['oracle', 'client'], ['client', 'per'], ['per', 'client'], ['client', 'requests'], ['requests', 'interacting'], ['interacting', 'customers'], ['customers', 'requirements'], ['requirements', 'contacting'], ['contacting', 'customer'], ['customer', 'update'], ['update', 'status'], ['status', 'handling'], ['handling', 'issues'], ['issues', 'service'], ['service', 'requests'], ['requests', 'every'], ['every', 'stage'], ['stage', 'resolution'], ['resolution', 'managing'], ['managing', 'proper'], ['proper', 'escalation'], ['escalation', 'notification'], ['notification', 'matrix'], ['matrix', 'support'], ['support', 'levels'], ['technical', 'expertise', 'operating'], ['expertise', 'operating', 'systems'], ['operating', 'systems', 'microsoft'], ['systems', 'microsoft', 'window'], ['microsoft', 'window', 'server'], ['window', 'server', '2003'], ['server', '2003', '2008'], ['2003', '2008', '2008'], ['2008', '2008', 'r2'], ['2008', 'r2', '2012'], ['r2', '2012', 'database'], ['2012', 'database', 'technologies'], ['database', 'technologies', 'sql'], ['technologies', 'sql', 'server'], ['sql', 'server', 'sybase'], ['server', 'sybase', 'ase'], ['sybase', 'ase', 'server'], ['ase', 'server', 'oracle'], ['server', 'oracle', 'mongodb'], ['oracle', 'mongodb', 'monitoring'], ['mongodb', 'monitoring', 'ticketing'], ['monitoring', 'ticketing', 'tools'], ['ticketing', 'tools', 'hp'], ['tools', 'hp', 'service'], ['hp', 'service', 'manager'], ['service', 'manager', '7'], ['manager', '7', '0'], ['7', '0', '9'], ['0', '9', '0'], ['9', '0', 'solar'], ['0', 'solar', 'winds'], ['solar', 'winds', 'dpa'], ['winds', 'dpa', 'jira'], ['dpa', 'jira', 'mongodb'], ['jira', 'mongodb', 'ops'], ['mongodb', 'ops', 'manager'], ['ops', 'manager', 'web'], ['manager', 'web', 'server'], ['web', 'server', 'iis'], ['server', 'iis', '7'], ['iis', '7', '0'], ['7', '0', 'database'], ['0', 'database', 'tools'], ['database', 'tools', 'ssms'], ['tools', 'ssms', 'dbartisan'], ['ssms', 'dbartisan', 'studio'], ['dbartisan', 'studio', '3t'], ['studio', '3t', 'snapshot'], ['3t', 'snapshot', 'manager'], ['snapshot', 'manager', 'sql'], ['manager', 'sql', 'servereducation'], ['sql', 'servereducation', 'details'], ['servereducation', 'details', 'b'], ['details', 'b', 'tech'], ['b', 'tech', 'computer'], ['tech', 'computer', 'science'], ['computer', 'science', 'gulbarga'], ['science', 'gulbarga', 'karnataka'], ['gulbarga', 'karnataka', 'pdacoe'], ['karnataka', 'pdacoe', 'gulbarga'], ['pdacoe', 'gulbarga', 'autonomous'], ...], [['technical'], ['skills'], ['operating'], ['systems'], ['ms'], ['windows'], ['server'], ['2012'], ['2008'], ['xp'], ['software'], ['tools'], ['ms'], ['litespeed'], ['idera'], ['sql'], ['safe'], ['ssms'], ['upgrade'], ['advisor'], ['sql'], ['server'], ['profiler'], ['scom'], ['diagnostic'], ['manager'], ['remedy'], ['jira'], ['infopa'], ['tivoli'], ['tdp'], ['backup'], ['tool'], ['sql'], ['pack'], ['databasesms'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008'], ['r2'], ['2008'], ['oracle'], ['10g'], ['netezza'], ['microsoft'], ['azure'], ['education'], ['details'], ['masters'], ['science'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['indira'], ['college'], ['pune'], ['university'], ['lead'], ['database'], ['administrator'], ['microsoft'], ['certified'], ['professional'], ['11'], ['years'], ['experience'], ['database'], ['administration'], ['ms'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008'], ['r2'], ['2008'], ['skill'], ['details'], ['ms'], ['sql'], ['server'], ['exprience'], ['110'], ['months'], ['microsoft'], ['azure'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['always'], ['availabiity'], ['group'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['database'], ['mirroring'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['performance'], ['tuning'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['log'], ['shipping'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['installation'], ['upgrade'], ['migration'], ['patching'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['ensono'], ['description'], ['employment'], ['transfer'], ['part'], ['project'], ['acquisition'], ['ensono'], ['wipro'], ['sql'], ['server'], ['database'], ['administration'], ['company'], ['wipro'], ['technologies'], ['description'], ['microsoft'], ['certified'], ['professional'], ['11'], ['years'], ['experience'], ['database'], ['administration'], ['ms'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008'], ['r2'], ['2008'], ['experience'], ['ms'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008'], ['r2'], ['2008'], ['installation'], ['upgrade'], ['administration'], ['microsoft'], ['azure'], ['certified'], ['have'], ['understanding'], ['azure'], ['vm'], ['azure'], ['storage'], ['azure'], ['network'], ['azure'], ['ad'], ['azure'], ['sql'], ['database'], ['incident'], ['management'], ['change'], ['management'], ['problem'], ['management'], ['sql'], ['server'], ['database'], ['team'], ['participating'], ['meetings'], ['conference'], ['calls'], ['client'], ['service'], ['delivery'], ['manager'], ['application'], ['team'], ['system'], ['improvements'], ['participated'], ['quarterly'], ['dr'], ['activity'], ['involved'], ['creation'], ['sip'], ['service'], ['improvement'], ['plans'], ['involved'], ['handling'], ['high'], ['severity'], ['issues'], ['provided'], ['rca'], ['worked'], ['always'], ['availability'], ['groups'], ['database'], ['mirroring'], ['replication'], ['clustering'], ['log'], ['shipping'], ['have'], ['basic'], ['understanding'], ['oracle'], ['netezza'], ['provided'], ['call'], ['support'], ['office'], ['hours'], ['weekends'], ['resource'], ['shift'], ['management'], ['5'], ['sql'], ['dbas'], ['offshore'], ['multi'], ['client'], ['environment'], ['data'], ['center'], ['services'], ['provided'], ['kt'], ['team'], ['members'], ['monitor'], ['guide'], ['trainees'], ['company'], ['wipro'], ['technologies'], ['description'], ['responsibilities'], ['ms'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008'], ['r2'], ['2008'], ['installation'], ['configuration'], ['administration'], ['worked'], ['always'], ['availability'], ['groups'], ['log'], ['shipping'], ['database'], ['mirroring'], ['clustering'], ['participated'], ['pci'], ['scan'], ['report'], ['perform'], ['installation'], ['security'], ['hot'], ['fixes'], ['service'], ['packs'], ['sql'], ['servers'], ['remove'], ['vulnerability'], ['participated'], ['holmes'], ['bots'], ['automation'], ['implementation'], ['sql'], ['pack'], ['tool'], ['worked'], ['service'], ['requests'], ['incidents'], ['critical'], ['issues'], ['involved'], ['conference'], ['calls'], ['provide'], ['dba'], ['support'], ['critical'], ['issues'], ['performance'], ['tuning'], ['environment'], ['sql'], ['server'], ['2016'], ['2014'], ['2012'], ['2008r2'], ['2008'], ['windows'], ['server'], ['2012'], ['2008r2'], ['2008'], ['company'], ['mphasis'], ['description'], ['company'], ['mphasis'], ['description'], ['responsibilities'], ['ms'], ['sql'], ['server'], ['2012'], ['2008'], ['r2'], ['2008'], ['installation'], ['configuration'], ['administration'], ['worked'], ['always'], ['availability'], ['groups'], ['log'], ['shipping'], ['database'], ['mirroring'], ['clustering'], ['performed'], ['sql'], ['server'], ['patching'], ['activity'], ['worked'], ['daily'], ['reports'], ['like'], ['cluster'], ['failover'], ['backup'], ['ag'], ['ls'], ['mirror'], ['report'], ['server'], ['disk'], ['space'], ['report'], ['worked'], ['service'], ['requests'], ['incidents'], ['critical'], ['issues'], ['participated'], ['quarterly'], ['dr'], ['activity'], ['involved'], ['conference'], ['calls'], ['provide'], ['dba'], ['support'], ['critical'], ['issues'], ['provided'], ['support'], ['windows'], ['team'], ['patching'], ['ag'], ['mirror'], ['cluster'], ['failover'], ['failback'], ['database'], ['health'], ['check'], ['performed'], ['health'], ['checks'], ['market'], ['open'], ['servers'], ['provided'], ['update'], ['market'], ['open'], ['call'], ['deeply'], ['involved'], ['resolution'], ['issue'], ['finding'], ['root'], ['cause'], ['analysis'], ['issue'], ['performance'], ['tuning'], ['environment'], ['sql'], ['server'], ['2012'], ['2008r2'], ['2008'], ['windows'], ['server'], ['2008r2'], ['2008'], ['company'], ['synechron'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['responsibilities'], ['sql'], ['server'], ['oracle'], ['netezza'], ['databases'], ['support'], ['tasks'], ['ms'], ['sql'], ['server'], ['2008'], ['r2'], ['2008'], ['installation'], ['upgrade'], ['administration'], ['done'], ['capacity'], ['planning'], ['database'], ['growth'], ['sql'], ['servers'], ['troubleshooting'], ['alerts'], ['worked'], ['log'], ['shipping'], ['mirroring'], ['environment'], ['sql'], ['server'], ['2008r2'], ['2008'], ['windows'], ['server'], ['2008r2'], ['2008'], ['oracle'], ['10g'], ['rac'], ['company'], ['synechron'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['company'], ['synechron'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['responsibilities'], ['pursued'], ['depth'], ['training'], ['oracle'], ['11g'], ['architecture'], ['sql'], ['server'], ['environment'], ['sql'], ['server'], ['2008r2'], ['2008'], ['windows'], ['server'], ['2008r2'], ['2008'], ['oracle'], ['10g'], ['company'], ['synechron'], ['technologies'], ['pvt'], ['ltd'], ['description'], ['responsibilities'], ['carried'], ['version'], ['changes'], ['schemas'], ['pe8'], ['version'], ['ee11'], ['version'], ['per'], ['process'], ['given'], ['environment'], ['oracle'], ['11g'], ['company'], ['mastek'], ['ltd'], ['description'], ['responsibilities'], ['sql'], ['server'], ['2008'], ['r2'], ['2008'], ['installation'], ['upgrade'], ['administration'], ['database'], ['backup'], ['restore'], ['performed'], ['ms'], ['sql'], ['server'], ['audits'], ['worked'], ['database'], ['mirroring'], ['replication'], ['log'], ['shipping'], ['clustering'], ['supported'], ['uat'], ['prod'], ['environments'], ['performed'], ['deployment'], ['document'], ['review'], ['carried'], ['deployments'], ['different'], ['applications'], ['environment'], ['sql'], ['server'], ['2008r2'], ['2008'], ['windows'], ['server'], ['2008r2'], ['2008'], ['company'], ['mastek'], ['ltd'], ['description'], ['company'], ['pp'], ['software'], ['systems'], ['ltd'], ['description'], ['company'], ['pp'], ['software'], ['systems'], ['ltd'], ['description'], ['description'], ['the'], ['system'], ['provides'], ['master'], ['data'], ['management'], ['procurement'], ['modules'], ['dairy'], ['industry'], ['responsibilities'], ['designed'], ['coded'], ['tested'], ['customized'], ['erp'], ['system'], ['per'], ['requirement'], ['environment'], ['core'], ['java'], ['postgresql'], ['technical', 'skills'], ['skills', 'operating'], ['operating', 'systems'], ['systems', 'ms'], ['ms', 'windows'], ['windows', 'server'], ['server', '2012'], ['2012', '2008'], ['2008', 'xp'], ['xp', 'software'], ['software', 'tools'], ['tools', 'ms'], ['ms', 'litespeed'], ['litespeed', 'idera'], ['idera', 'sql'], ['sql', 'safe'], ['safe', 'ssms'], ['ssms', 'upgrade'], ['upgrade', 'advisor'], ['advisor', 'sql'], ['sql', 'server'], ['server', 'profiler'], ['profiler', 'scom'], ['scom', 'diagnostic'], ['diagnostic', 'manager'], ['manager', 'remedy'], ['remedy', 'jira'], ['jira', 'infopa'], ['infopa', 'tivoli'], ['tivoli', 'tdp'], ['tdp', 'backup'], ['backup', 'tool'], ['tool', 'sql'], ['sql', 'pack'], ['pack', 'databasesms'], ['databasesms', 'sql'], ['sql', 'server'], ['server', '2016'], ['2016', '2014'], ['2014', '2012'], ['2012', '2008'], ['2008', 'r2'], ['r2', '2008'], ['2008', 'oracle'], ['oracle', '10g'], ['10g', 'netezza'], ['netezza', 'microsoft'], ['microsoft', 'azure'], ['azure', 'education'], ['education', 'details'], ['details', 'masters'], ['masters', 'science'], ['science', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'indira'], ['indira', 'college'], ['college', 'pune'], ['pune', 'university'], ['university', 'lead'], ['lead', 'database'], ['database', 'administrator'], ['administrator', 'microsoft'], ['microsoft', 'certified'], ['certified', 'professional'], ['professional', '11'], ['11', 'years'], ['years', 'experience'], ['experience', 'database'], ['database', 'administration'], ['administration', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2016'], ['2016', '2014'], ['2014', '2012'], ['2012', '2008'], ['2008', 'r2'], ['r2', '2008'], ['2008', 'skill'], ['skill', 'details'], ['details', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '110'], ['110', 'months'], ['months', 'microsoft'], ['microsoft', 'azure'], ['azure', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'always'], ['always', 'availabiity'], ['availabiity', 'group'], ['group', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'database'], ['database', 'mirroring'], ['mirroring', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'performance'], ['performance', 'tuning'], ['tuning', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'log'], ['log', 'shipping'], ['shipping', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'installation'], ['installation', 'upgrade'], ['upgrade', 'migration'], ['migration', 'patching'], ['patching', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'ensono'], ['ensono', 'description'], ['description', 'employment'], ['employment', 'transfer'], ['transfer', 'part'], ['part', 'project'], ['project', 'acquisition'], ['acquisition', 'ensono'], ['ensono', 'wipro'], ['wipro', 'sql'], ['sql', 'server'], ['server', 'database'], ['database', 'administration'], ['administration', 'company'], ['company', 'wipro'], ['wipro', 'technologies'], ['technologies', 'description'], ['description', 'microsoft'], ['microsoft', 'certified'], ['certified', 'professional'], ['professional', '11'], ['11', 'years'], ['years', 'experience'], ['experience', 'database'], ['database', 'administration'], ['administration', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2016'], ['2016', '2014'], ['2014', '2012'], ['2012', '2008'], ['2008', 'r2'], ['r2', '2008'], ['2008', 'experience'], ['experience', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2016'], ['2016', '2014'], ['2014', '2012'], ['2012', '2008'], ['2008', 'r2'], ['r2', '2008'], ['2008', 'installation'], ['installation', 'upgrade'], ['upgrade', 'administration'], ['administration', 'microsoft'], ['microsoft', 'azure'], ['azure', 'certified'], ['certified', 'have'], ['have', 'understanding'], ['understanding', 'azure'], ['azure', 'vm'], ['vm', 'azure'], ['azure', 'storage'], ['storage', 'azure'], ['azure', 'network'], ['network', 'azure'], ['azure', 'ad'], ['ad', 'azure'], ['azure', 'sql'], ['sql', 'database'], ['database', 'incident'], ['incident', 'management'], ['management', 'change'], ['change', 'management'], ['management', 'problem'], ['problem', 'management'], ['management', 'sql'], ['sql', 'server'], ['server', 'database'], ['database', 'team'], ['team', 'participating'], ['participating', 'meetings'], ['meetings', 'conference'], ['conference', 'calls'], ['calls', 'client'], ['client', 'service'], ['service', 'delivery'], ['delivery', 'manager'], ['manager', 'application'], ['application', 'team'], ['team', 'system'], ['system', 'improvements'], ['improvements', 'participated'], ['participated', 'quarterly'], ['quarterly', 'dr'], ['dr', 'activity'], ['activity', 'involved'], ['involved', 'creation'], ['creation', 'sip'], ['sip', 'service'], ['service', 'improvement'], ['improvement', 'plans'], ['plans', 'involved'], ['involved', 'handling'], ['handling', 'high'], ['high', 'severity'], ['severity', 'issues'], ['issues', 'provided'], ['provided', 'rca'], ['rca', 'worked'], ['worked', 'always'], ['always', 'availability'], ['availability', 'groups'], ['groups', 'database'], ['database', 'mirroring'], ['mirroring', 'replication'], ['replication', 'clustering'], ['clustering', 'log'], ['log', 'shipping'], ['shipping', 'have'], ['have', 'basic'], ['basic', 'understanding'], ['understanding', 'oracle'], ['oracle', 'netezza'], ['netezza', 'provided'], ['provided', 'call'], ['call', 'support'], ['support', 'office'], ['office', 'hours'], ['hours', 'weekends'], ['weekends', 'resource'], ['resource', 'shift'], ['shift', 'management'], ['management', '5'], ['5', 'sql'], ['sql', 'dbas'], ['dbas', 'offshore'], ['offshore', 'multi'], ['multi', 'client'], ['client', 'environment'], ['environment', 'data'], ['data', 'center'], ['center', 'services'], ['services', 'provided'], ['provided', 'kt'], ['kt', 'team'], ['team', 'members'], ['members', 'monitor'], ['monitor', 'guide'], ['guide', 'trainees'], ['trainees', 'company'], ['company', 'wipro'], ['wipro', 'technologies'], ['technologies', 'description'], ['description', 'responsibilities'], ['responsibilities', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2016'], ['2016', '2014'], ['2014', '2012'], ['2012', '2008'], ['2008', 'r2'], ['r2', '2008'], ['2008', 'installation'], ['installation', 'configuration'], ['configuration', 'administration'], ['administration', 'worked'], ['worked', 'always'], ['always', 'availability'], ['availability', 'groups'], ['groups', 'log'], ['log', 'shipping'], ['shipping', 'database'], ['database', 'mirroring'], ['mirroring', 'clustering'], ['clustering', 'participated'], ['participated', 'pci'], ['pci', 'scan'], ['scan', 'report'], ['report', 'perform'], ['perform', 'installation'], ['installation', 'security'], ['security', 'hot'], ['hot', 'fixes'], ['fixes', 'service'], ['service', 'packs'], ['packs', 'sql'], ['sql', 'servers'], ['servers', 'remove'], ['remove', 'vulnerability'], ['vulnerability', 'participated'], ['participated', 'holmes'], ['holmes', 'bots'], ['bots', 'automation'], ['automation', 'implementation'], ['implementation', 'sql'], ['sql', 'pack'], ['pack', 'tool'], ['tool', 'worked'], ['worked', 'service'], ['service', 'requests'], ['requests', 'incidents'], ['incidents', 'critical'], ['critical', 'issues'], ['issues', 'involved'], ['involved', 'conference'], ['conference', 'calls'], ['calls', 'provide'], ['provide', 'dba'], ['dba', 'support'], ['support', 'critical'], ['critical', 'issues'], ['issues', 'performance'], ['performance', 'tuning'], ['tuning', 'environment'], ...], [['skillset'], ['oracle'], ['dba'], ['mysql'], ['mariadb'], ['postgresql'], ['database'], ['administration'], ['itskills'], ['sql'], ['oracle'], ['10g'], ['11g'], ['mysql'], ['mariadb'], ['postgresql'], ['windows'], ['linux'], ['putty'], ['education'], ['details'], ['january'], ['2018'], ['mcs'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['database'], ['administrator'], ['database'], ['administrator'], ['infiniteworx'], ['omnichannel'], ['pvt'], ['ltd'], ['skill'], ['details'], ['database'], ['exprience'], ['17'], ['months'], ['mysql'], ['exprience'], ['17'], ['months'], ['oracle'], ['exprience'], ['17'], ['months'], ['sql'], ['exprience'], ['17'], ['months'], ['database'], ['administration'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['infiniteworx'], ['omnichannel'], ['pvt'], ['ltd'], ['description'], ['pune'], ['sept'], ['2017'], ['present'], ['responsibilities'], ['creating'], ['tablespaces'], ['planning'], ['location'], ['data'], ['monitoring'], ['tablespaces'], ['growth'], ['periodically'], ['all'], ['replication'], ['setup'], ['moved'], ['database'], ['schema'], ['changes'], ['stage'], ['dba'], ['support'], ['query'], ['resolution'], ['creating'], ['user'], ['giving'], ['specific'], ['privileges'], ['database'], ['management'], ['database'], ['recovery'], ['moving'], ['data'], ['files'], ['different'], ['locations'], ['planning'], ['backup'], ['policies'], ['backup'], ['recovery'], ['databases'], ['based'], ['criticality'], ['impo'], ['expo'], ['degine'], ['schemas'], ['key'], ['result'], ['areas'], ['providing'], ['24'], ['7'], ['support'], ['resolve'], ['database'], ['performance'], ['issues'], ['job'], ['failures'], ['sessions'], ['diagnose'], ['root'], ['causes'], ['installation'], ['configuring'], ['updating'], ['oracle'], ['server'], ['software'], ['related'], ['oracle'], ['products'], ['installation'], ['configuraing'], ['updating'], ['mysql'], ['sql'], ['server'], ['mariadb'], ['mongodb'], ['supported'], ['multiple'], ['databases'], ['administered'], ['oracle'], ['databases'], ['large'], ['db'], ['sizes'], ['production'], ['development'], ['test'], ['setups'], ['maintaining'], ['table'], ['spaces'], ['data'], ['files'], ['control'], ['files'], ['online'], ['redo'], ['log'], ['files'], ['creating'], ['users'], ['granting'], ['roles'], ['privileges'], ['users'], ['managing'], ['tablespaces'], ['different'], ['users'], ['granting'], ['quota'], ['default'], ['temporary'], ['tablespaces'], ['taking'], ['oracle'], ['rman'], ['backups'], ['scheduling'], ['day'], ['wise'], ['backup'], ['implementing'], ['incremental'], ['cumulative'], ['full'], ['rman'], ['backup'], ['database'], ['space'], ['management'], ['effective'], ['recovery'], ['logical'], ['backup'], ['using'], ['export'], ['import'], ['datapump'], ['export'], ['important'], ['tables'], ['regular'], ['intervals'], ['regular'], ['checking'], ['trace'], ['alert'], ['log'], ['file'], ['ora'], ['errors'], ['working'], ['incidents'], ['like'], ['user'], ['creation'], ['deletion'], ['incidents'], ['backup'], ['failed'], ['incidents'], ['checking'], ['listener'], ['status'], ['connectivity'], ['troubleshooting'], ['fixing'], ['database'], ['listener'], ['issues'], ['look'], ['new'], ['alert'], ['error'], ['log'], ['entries'], ['errors'], ['error'], ['details'], ['trace'], ['files'], ['generated'], ['executing'], ['ddl'], ['dml'], ['scripts'], ['per'], ['customer'], ['requirements'], ['mentoring'], ['coaching'], ['appraising'], ['team'], ['members'], ['active'], ['involvement'], ['recruitment'], ['process'], ['contributing'], ['project'], ['documentation'], ['generating'], ['daily'], ['reports'], ['ensuring'], ['compliance'], ['quality'], ['norms'], ['taking'], ['steps'], ['non'], ['conformance'], ['spearheading'], ['complete'], ['project'], ['activities'], ['ensuring'], ['timely'], ['completion'], ['project'], ['implementing'], ['security'], ['policies'], ['different'], ['database'], ['systems'], ['granting'], ['revoking'], ['privileges'], ['users'], ['following'], ['change'], ['management'], ['processes'], ['participated'], ['related'], ['meetings'], ['verifying'], ['instances'], ['db'], ['running'], ['tablespaces'], ['online'], ['monitor'], ['backround'], ['processes'], ['status'], ['company'], ['innovativetechnologies'], ['description'], ['clients'], ['banking'], ['domain'], ['skillset', 'oracle'], ['oracle', 'dba'], ['dba', 'mysql'], ['mysql', 'mariadb'], ['mariadb', 'postgresql'], ['postgresql', 'database'], ['database', 'administration'], ['administration', 'itskills'], ['itskills', 'sql'], ['sql', 'oracle'], ['oracle', '10g'], ['10g', '11g'], ['11g', 'mysql'], ['mysql', 'mariadb'], ['mariadb', 'postgresql'], ['postgresql', 'windows'], ['windows', 'linux'], ['linux', 'putty'], ['putty', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2018'], ['2018', 'mcs'], ['mcs', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'database'], ['database', 'administrator'], ['administrator', 'database'], ['database', 'administrator'], ['administrator', 'infiniteworx'], ['infiniteworx', 'omnichannel'], ['omnichannel', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'database'], ['database', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '17'], ['17', 'months'], ['months', 'database'], ['database', 'administration'], ['administration', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'infiniteworx'], ['infiniteworx', 'omnichannel'], ['omnichannel', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'pune'], ['pune', 'sept'], ['sept', '2017'], ['2017', 'present'], ['present', 'responsibilities'], ['responsibilities', 'creating'], ['creating', 'tablespaces'], ['tablespaces', 'planning'], ['planning', 'location'], ['location', 'data'], ['data', 'monitoring'], ['monitoring', 'tablespaces'], ['tablespaces', 'growth'], ['growth', 'periodically'], ['periodically', 'all'], ['all', 'replication'], ['replication', 'setup'], ['setup', 'moved'], ['moved', 'database'], ['database', 'schema'], ['schema', 'changes'], ['changes', 'stage'], ['stage', 'dba'], ['dba', 'support'], ['support', 'query'], ['query', 'resolution'], ['resolution', 'creating'], ['creating', 'user'], ['user', 'giving'], ['giving', 'specific'], ['specific', 'privileges'], ['privileges', 'database'], ['database', 'management'], ['management', 'database'], ['database', 'recovery'], ['recovery', 'moving'], ['moving', 'data'], ['data', 'files'], ['files', 'different'], ['different', 'locations'], ['locations', 'planning'], ['planning', 'backup'], ['backup', 'policies'], ['policies', 'backup'], ['backup', 'recovery'], ['recovery', 'databases'], ['databases', 'based'], ['based', 'criticality'], ['criticality', 'impo'], ['impo', 'expo'], ['expo', 'degine'], ['degine', 'schemas'], ['schemas', 'key'], ['key', 'result'], ['result', 'areas'], ['areas', 'providing'], ['providing', '24'], ['24', '7'], ['7', 'support'], ['support', 'resolve'], ['resolve', 'database'], ['database', 'performance'], ['performance', 'issues'], ['issues', 'job'], ['job', 'failures'], ['failures', 'sessions'], ['sessions', 'diagnose'], ['diagnose', 'root'], ['root', 'causes'], ['causes', 'installation'], ['installation', 'configuring'], ['configuring', 'updating'], ['updating', 'oracle'], ['oracle', 'server'], ['server', 'software'], ['software', 'related'], ['related', 'oracle'], ['oracle', 'products'], ['products', 'installation'], ['installation', 'configuraing'], ['configuraing', 'updating'], ['updating', 'mysql'], ['mysql', 'sql'], ['sql', 'server'], ['server', 'mariadb'], ['mariadb', 'mongodb'], ['mongodb', 'supported'], ['supported', 'multiple'], ['multiple', 'databases'], ['databases', 'administered'], ['administered', 'oracle'], ['oracle', 'databases'], ['databases', 'large'], ['large', 'db'], ['db', 'sizes'], ['sizes', 'production'], ['production', 'development'], ['development', 'test'], ['test', 'setups'], ['setups', 'maintaining'], ['maintaining', 'table'], ['table', 'spaces'], ['spaces', 'data'], ['data', 'files'], ['files', 'control'], ['control', 'files'], ['files', 'online'], ['online', 'redo'], ['redo', 'log'], ['log', 'files'], ['files', 'creating'], ['creating', 'users'], ['users', 'granting'], ['granting', 'roles'], ['roles', 'privileges'], ['privileges', 'users'], ['users', 'managing'], ['managing', 'tablespaces'], ['tablespaces', 'different'], ['different', 'users'], ['users', 'granting'], ['granting', 'quota'], ['quota', 'default'], ['default', 'temporary'], ['temporary', 'tablespaces'], ['tablespaces', 'taking'], ['taking', 'oracle'], ['oracle', 'rman'], ['rman', 'backups'], ['backups', 'scheduling'], ['scheduling', 'day'], ['day', 'wise'], ['wise', 'backup'], ['backup', 'implementing'], ['implementing', 'incremental'], ['incremental', 'cumulative'], ['cumulative', 'full'], ['full', 'rman'], ['rman', 'backup'], ['backup', 'database'], ['database', 'space'], ['space', 'management'], ['management', 'effective'], ['effective', 'recovery'], ['recovery', 'logical'], ['logical', 'backup'], ['backup', 'using'], ['using', 'export'], ['export', 'import'], ['import', 'datapump'], ['datapump', 'export'], ['export', 'important'], ['important', 'tables'], ['tables', 'regular'], ['regular', 'intervals'], ['intervals', 'regular'], ['regular', 'checking'], ['checking', 'trace'], ['trace', 'alert'], ['alert', 'log'], ['log', 'file'], ['file', 'ora'], ['ora', 'errors'], ['errors', 'working'], ['working', 'incidents'], ['incidents', 'like'], ['like', 'user'], ['user', 'creation'], ['creation', 'deletion'], ['deletion', 'incidents'], ['incidents', 'backup'], ['backup', 'failed'], ['failed', 'incidents'], ['incidents', 'checking'], ['checking', 'listener'], ['listener', 'status'], ['status', 'connectivity'], ['connectivity', 'troubleshooting'], ['troubleshooting', 'fixing'], ['fixing', 'database'], ['database', 'listener'], ['listener', 'issues'], ['issues', 'look'], ['look', 'new'], ['new', 'alert'], ['alert', 'error'], ['error', 'log'], ['log', 'entries'], ['entries', 'errors'], ['errors', 'error'], ['error', 'details'], ['details', 'trace'], ['trace', 'files'], ['files', 'generated'], ['generated', 'executing'], ['executing', 'ddl'], ['ddl', 'dml'], ['dml', 'scripts'], ['scripts', 'per'], ['per', 'customer'], ['customer', 'requirements'], ['requirements', 'mentoring'], ['mentoring', 'coaching'], ['coaching', 'appraising'], ['appraising', 'team'], ['team', 'members'], ['members', 'active'], ['active', 'involvement'], ['involvement', 'recruitment'], ['recruitment', 'process'], ['process', 'contributing'], ['contributing', 'project'], ['project', 'documentation'], ['documentation', 'generating'], ['generating', 'daily'], ['daily', 'reports'], ['reports', 'ensuring'], ['ensuring', 'compliance'], ['compliance', 'quality'], ['quality', 'norms'], ['norms', 'taking'], ['taking', 'steps'], ['steps', 'non'], ['non', 'conformance'], ['conformance', 'spearheading'], ['spearheading', 'complete'], ['complete', 'project'], ['project', 'activities'], ['activities', 'ensuring'], ['ensuring', 'timely'], ['timely', 'completion'], ['completion', 'project'], ['project', 'implementing'], ['implementing', 'security'], ['security', 'policies'], ['policies', 'different'], ['different', 'database'], ['database', 'systems'], ['systems', 'granting'], ['granting', 'revoking'], ['revoking', 'privileges'], ['privileges', 'users'], ['users', 'following'], ['following', 'change'], ['change', 'management'], ['management', 'processes'], ['processes', 'participated'], ['participated', 'related'], ['related', 'meetings'], ['meetings', 'verifying'], ['verifying', 'instances'], ['instances', 'db'], ['db', 'running'], ['running', 'tablespaces'], ['tablespaces', 'online'], ['online', 'monitor'], ['monitor', 'backround'], ['backround', 'processes'], ['processes', 'status'], ['status', 'company'], ['company', 'innovativetechnologies'], ['innovativetechnologies', 'description'], ['description', 'clients'], ['clients', 'banking'], ['banking', 'domain'], ['skillset', 'oracle', 'dba'], ['oracle', 'dba', 'mysql'], ['dba', 'mysql', 'mariadb'], ['mysql', 'mariadb', 'postgresql'], ['mariadb', 'postgresql', 'database'], ['postgresql', 'database', 'administration'], ['database', 'administration', 'itskills'], ['administration', 'itskills', 'sql'], ['itskills', 'sql', 'oracle'], ['sql', 'oracle', '10g'], ['oracle', '10g', '11g'], ['10g', '11g', 'mysql'], ['11g', 'mysql', 'mariadb'], ['mysql', 'mariadb', 'postgresql'], ['mariadb', 'postgresql', 'windows'], ['postgresql', 'windows', 'linux'], ['windows', 'linux', 'putty'], ['linux', 'putty', 'education'], ['putty', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2018'], ['january', '2018', 'mcs'], ['2018', 'mcs', 'pune'], ['mcs', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'database'], ['university', 'database', 'administrator'], ['database', 'administrator', 'database'], ['administrator', 'database', 'administrator'], ['database', 'administrator', 'infiniteworx'], ['administrator', 'infiniteworx', 'omnichannel'], ['infiniteworx', 'omnichannel', 'pvt'], ['omnichannel', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'database'], ['details', 'database', 'exprience'], ['database', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'oracle'], ['months', 'oracle', 'exprience'], ['oracle', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', '17'], ['exprience', '17', 'months'], ['17', 'months', 'database'], ['months', 'database', 'administration'], ['database', 'administration', 'exprience'], ['administration', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'infiniteworx'], ['company', 'infiniteworx', 'omnichannel'], ['infiniteworx', 'omnichannel', 'pvt'], ['omnichannel', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'pune'], ['description', 'pune', 'sept'], ['pune', 'sept', '2017'], ['sept', '2017', 'present'], ['2017', 'present', 'responsibilities'], ['present', 'responsibilities', 'creating'], ['responsibilities', 'creating', 'tablespaces'], ['creating', 'tablespaces', 'planning'], ['tablespaces', 'planning', 'location'], ['planning', 'location', 'data'], ['location', 'data', 'monitoring'], ['data', 'monitoring', 'tablespaces'], ['monitoring', 'tablespaces', 'growth'], ['tablespaces', 'growth', 'periodically'], ['growth', 'periodically', 'all'], ['periodically', 'all', 'replication'], ['all', 'replication', 'setup'], ['replication', 'setup', 'moved'], ['setup', 'moved', 'database'], ['moved', 'database', 'schema'], ['database', 'schema', 'changes'], ['schema', 'changes', 'stage'], ['changes', 'stage', 'dba'], ['stage', 'dba', 'support'], ['dba', 'support', 'query'], ['support', 'query', 'resolution'], ['query', 'resolution', 'creating'], ['resolution', 'creating', 'user'], ['creating', 'user', 'giving'], ['user', 'giving', 'specific'], ['giving', 'specific', 'privileges'], ['specific', 'privileges', 'database'], ['privileges', 'database', 'management'], ['database', 'management', 'database'], ['management', 'database', 'recovery'], ['database', 'recovery', 'moving'], ['recovery', 'moving', 'data'], ['moving', 'data', 'files'], ['data', 'files', 'different'], ['files', 'different', 'locations'], ['different', 'locations', 'planning'], ['locations', 'planning', 'backup'], ['planning', 'backup', 'policies'], ['backup', 'policies', 'backup'], ['policies', 'backup', 'recovery'], ['backup', 'recovery', 'databases'], ['recovery', 'databases', 'based'], ['databases', 'based', 'criticality'], ['based', 'criticality', 'impo'], ['criticality', 'impo', 'expo'], ['impo', 'expo', 'degine'], ['expo', 'degine', 'schemas'], ['degine', 'schemas', 'key'], ['schemas', 'key', 'result'], ['key', 'result', 'areas'], ['result', 'areas', 'providing'], ['areas', 'providing', '24'], ['providing', '24', '7'], ['24', '7', 'support'], ['7', 'support', 'resolve'], ['support', 'resolve', 'database'], ['resolve', 'database', 'performance'], ['database', 'performance', 'issues'], ['performance', 'issues', 'job'], ['issues', 'job', 'failures'], ['job', 'failures', 'sessions'], ['failures', 'sessions', 'diagnose'], ['sessions', 'diagnose', 'root'], ['diagnose', 'root', 'causes'], ['root', 'causes', 'installation'], ['causes', 'installation', 'configuring'], ['installation', 'configuring', 'updating'], ['configuring', 'updating', 'oracle'], ['updating', 'oracle', 'server'], ['oracle', 'server', 'software'], ['server', 'software', 'related'], ['software', 'related', 'oracle'], ['related', 'oracle', 'products'], ['oracle', 'products', 'installation'], ['products', 'installation', 'configuraing'], ['installation', 'configuraing', 'updating'], ['configuraing', 'updating', 'mysql'], ['updating', 'mysql', 'sql'], ['mysql', 'sql', 'server'], ['sql', 'server', 'mariadb'], ['server', 'mariadb', 'mongodb'], ['mariadb', 'mongodb', 'supported'], ['mongodb', 'supported', 'multiple'], ['supported', 'multiple', 'databases'], ['multiple', 'databases', 'administered'], ['databases', 'administered', 'oracle'], ['administered', 'oracle', 'databases'], ['oracle', 'databases', 'large'], ['databases', 'large', 'db'], ['large', 'db', 'sizes'], ['db', 'sizes', 'production'], ['sizes', 'production', 'development'], ['production', 'development', 'test'], ['development', 'test', 'setups'], ['test', 'setups', 'maintaining'], ['setups', 'maintaining', 'table'], ['maintaining', 'table', 'spaces'], ['table', 'spaces', 'data'], ['spaces', 'data', 'files'], ['data', 'files', 'control'], ['files', 'control', 'files'], ['control', 'files', 'online'], ['files', 'online', 'redo'], ['online', 'redo', 'log'], ['redo', 'log', 'files'], ['log', 'files', 'creating'], ['files', 'creating', 'users'], ['creating', 'users', 'granting'], ['users', 'granting', 'roles'], ['granting', 'roles', 'privileges'], ['roles', 'privileges', 'users'], ['privileges', 'users', 'managing'], ['users', 'managing', 'tablespaces'], ['managing', 'tablespaces', 'different'], ['tablespaces', 'different', 'users'], ['different', 'users', 'granting'], ['users', 'granting', 'quota'], ['granting', 'quota', 'default'], ['quota', 'default', 'temporary'], ['default', 'temporary', 'tablespaces'], ['temporary', 'tablespaces', 'taking'], ['tablespaces', 'taking', 'oracle'], ['taking', 'oracle', 'rman'], ['oracle', 'rman', 'backups'], ['rman', 'backups', 'scheduling'], ['backups', 'scheduling', 'day'], ['scheduling', 'day', 'wise'], ['day', 'wise', 'backup'], ['wise', 'backup', 'implementing'], ['backup', 'implementing', 'incremental'], ['implementing', 'incremental', 'cumulative'], ['incremental', 'cumulative', 'full'], ['cumulative', 'full', 'rman'], ['full', 'rman', 'backup'], ['rman', 'backup', 'database'], ['backup', 'database', 'space'], ['database', 'space', 'management'], ['space', 'management', 'effective'], ['management', 'effective', 'recovery'], ['effective', 'recovery', 'logical'], ['recovery', 'logical', 'backup'], ['logical', 'backup', 'using'], ['backup', 'using', 'export'], ['using', 'export', 'import'], ['export', 'import', 'datapump'], ['import', 'datapump', 'export'], ['datapump', 'export', 'important'], ['export', 'important', 'tables'], ['important', 'tables', 'regular'], ['tables', 'regular', 'intervals'], ['regular', 'intervals', 'regular'], ['intervals', 'regular', 'checking'], ['regular', 'checking', 'trace'], ['checking', 'trace', 'alert'], ['trace', 'alert', 'log'], ['alert', 'log', 'file'], ['log', 'file', 'ora'], ['file', 'ora', 'errors'], ['ora', 'errors', 'working'], ['errors', 'working', 'incidents'], ['working', 'incidents', 'like'], ['incidents', 'like', 'user'], ['like', 'user', 'creation'], ['user', 'creation', 'deletion'], ['creation', 'deletion', 'incidents'], ['deletion', 'incidents', 'backup'], ['incidents', 'backup', 'failed'], ['backup', 'failed', 'incidents'], ['failed', 'incidents', 'checking'], ['incidents', 'checking', 'listener'], ['checking', 'listener', 'status'], ['listener', 'status', 'connectivity'], ['status', 'connectivity', 'troubleshooting'], ['connectivity', 'troubleshooting', 'fixing'], ['troubleshooting', 'fixing', 'database'], ['fixing', 'database', 'listener'], ['database', 'listener', 'issues'], ['listener', 'issues', 'look'], ['issues', 'look', 'new'], ['look', 'new', 'alert'], ['new', 'alert', 'error'], ['alert', 'error', 'log'], ['error', 'log', 'entries'], ['log', 'entries', 'errors'], ['entries', 'errors', 'error'], ['errors', 'error', 'details'], ['error', 'details', 'trace'], ['details', 'trace', 'files'], ['trace', 'files', 'generated'], ['files', 'generated', 'executing'], ['generated', 'executing', 'ddl'], ['executing', 'ddl', 'dml'], ['ddl', 'dml', 'scripts'], ['dml', 'scripts', 'per'], ['scripts', 'per', 'customer'], ['per', 'customer', 'requirements'], ['customer', 'requirements', 'mentoring'], ['requirements', 'mentoring', 'coaching'], ['mentoring', 'coaching', 'appraising'], ['coaching', 'appraising', 'team'], ['appraising', 'team', 'members'], ['team', 'members', 'active'], ['members', 'active', 'involvement'], ['active', 'involvement', 'recruitment'], ['involvement', 'recruitment', 'process'], ['recruitment', 'process', 'contributing'], ['process', 'contributing', 'project'], ['contributing', 'project', 'documentation'], ['project', 'documentation', 'generating'], ['documentation', 'generating', 'daily'], ['generating', 'daily', 'reports'], ['daily', 'reports', 'ensuring'], ['reports', 'ensuring', 'compliance'], ['ensuring', 'compliance', 'quality'], ['compliance', 'quality', 'norms'], ['quality', 'norms', 'taking'], ['norms', 'taking', 'steps'], ['taking', 'steps', 'non'], ['steps', 'non', 'conformance'], ['non', 'conformance', 'spearheading'], ['conformance', 'spearheading', 'complete'], ['spearheading', 'complete', 'project'], ['complete', 'project', 'activities'], ['project', 'activities', 'ensuring'], ['activities', 'ensuring', 'timely'], ['ensuring', 'timely', 'completion'], ['timely', 'completion', 'project'], ['completion', 'project', 'implementing'], ['project', 'implementing', 'security'], ['implementing', 'security', 'policies'], ['security', 'policies', 'different'], ['policies', 'different', 'database'], ['different', 'database', 'systems'], ['database', 'systems', 'granting'], ['systems', 'granting', 'revoking'], ['granting', 'revoking', 'privileges'], ['revoking', 'privileges', 'users'], ['privileges', 'users', 'following'], ['users', 'following', 'change'], ['following', 'change', 'management'], ['change', 'management', 'processes'], ['management', 'processes', 'participated'], ['processes', 'participated', 'related'], ['participated', 'related', 'meetings'], ['related', 'meetings', 'verifying'], ['meetings', 'verifying', 'instances'], ['verifying', 'instances', 'db'], ['instances', 'db', 'running'], ['db', 'running', 'tablespaces'], ['running', 'tablespaces', 'online'], ['tablespaces', 'online', 'monitor'], ['online', 'monitor', 'backround'], ['monitor', 'backround', 'processes'], ['backround', 'processes', 'status'], ['processes', 'status', 'company'], ['status', 'company', 'innovativetechnologies'], ['company', 'innovativetechnologies', 'description'], ['innovativetechnologies', 'description', 'clients'], ['description', 'clients', 'banking'], ['clients', 'banking', 'domain'], ['skillset', 'oracle', 'dba', 'mysql'], ['oracle', 'dba', 'mysql', 'mariadb'], ['dba', 'mysql', 'mariadb', 'postgresql'], ['mysql', 'mariadb', 'postgresql', 'database'], ['mariadb', 'postgresql', 'database', 'administration'], ['postgresql', 'database', 'administration', 'itskills'], ['database', 'administration', 'itskills', 'sql'], ['administration', 'itskills', 'sql', 'oracle'], ['itskills', 'sql', 'oracle', '10g'], ['sql', 'oracle', '10g', '11g'], ...], [['education'], ['details'], ['january'], ['2016'], ['bsc'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2013'], ['h'], ['s'], ['c'], ['maharashtra'], ['board'], ['january'], ['2011'], ['s'], ['s'], ['c'], ['maharashtra'], ['board'], ['mysql'], ['database'], ['administrator'], ['2'], ['years'], ['experience'], ['mysql'], ['database'], ['administrator'], ['mysql'], ['dba'], ['skill'], ['details'], ['mysql'], ['dba'], ['centos'], ['backup'], ['restore'], ['replication'], ['query'], ['optimazation'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['trimax'], ['it'], ['infrastructure'], ['services'], ['ltd'], ['description'], ['mysql'], ['installation'], ['maintenance'], ['upgrades'], ['version'], ['5'], ['5'], ['5'], ['6'], ['mysql'], ['database'], ['administration'], ['large'], ['scale'], ['mysql'], ['installation'], ['experience'], ['mysql'], ['linux'], ['windows'], ['mysql'], ['processes'], ['security'], ['management'], ['queries'], ['optimization'], ['performed'], ['query'], ['analysis'], ['slow'], ['problematic'], ['queries'], ['performed'], ['structural'], ['changes'], ['database'], ['like'], ['creating'], ['tables'], ['adding'], ['columns'], ['ording'], ['business'], ['requirement'], ['creating'], ['maintaining'], ['database'], ['maintenance'], ['plans'], ['writing'], ['scripts'], ['create'], ['jobs'], ['backup'], ['restore'], ['plans'], ['working'], ['myisam'], ['innodb'], ['engine'], ['working'], ['server'], ['shifting'], ['tuning'], ['parameter'], ['database'], ['purging'], ['working'], ['mysql'], ['master'], ['slave'], ['replication'], ['handling'], ['release'], ['management'], ['user'], ['eptance'], ['restore'], ['using'], ['xtrabackup'], ['responsibilities'], ['include'], ['monitoring'], ['daily'], ['weekly'], ['monthly'], ['system'], ['maintenance'], ['tasks'], ['database'], ['backup'], ['replication'], ['verification'], ['database'], ['integrity'], ['verification'], ['indexing'], ['updates'], ['work'], ['24'], ['7'], ['production'], ['database'], ['support'], ['company'], ['trimax'], ['it'], ['infrastructure'], ['services'], ['ltd'], ['description'], ['mysql'], ['installation'], ['maintenance'], ['upgrades'], ['version'], ['5'], ['5'], ['5'], ['6'], ['mysql'], ['database'], ['administration'], ['large'], ['scale'], ['mysql'], ['installation'], ['experience'], ['mysql'], ['linux'], ['windows'], ['mysql'], ['processes'], ['security'], ['management'], ['queries'], ['optimization'], ['performed'], ['query'], ['analysis'], ['slow'], ['problematic'], ['queries'], ['performed'], ['structural'], ['changes'], ['database'], ['like'], ['creating'], ['tables'], ['adding'], ['columns'], ['ording'], ['business'], ['requirement'], ['creating'], ['maintaining'], ['database'], ['maintenance'], ['plans'], ['writing'], ['scripts'], ['create'], ['jobs'], ['backup'], ['restore'], ['plans'], ['working'], ['myisam'], ['innodb'], ['engine'], ['working'], ['server'], ['shifting'], ['tuning'], ['parameter'], ['database'], ['purging'], ['working'], ['mysql'], ['master'], ['slave'], ['replication'], ['handling'], ['release'], ['management'], ['user'], ['eptance'], ['restore'], ['using'], ['xtrabackup'], ['responsibilities'], ['include'], ['monitoring'], ['daily'], ['weekly'], ['monthly'], ['system'], ['maintenance'], ['tasks'], ['database'], ['backup'], ['replication'], ['verification'], ['database'], ['integrity'], ['verification'], ['indexing'], ['updates'], ['work'], ['24'], ['7'], ['production'], ['database'], ['support'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'bsc'], ['bsc', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2013'], ['2013', 'h'], ['h', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'board'], ['board', 'january'], ['january', '2011'], ['2011', 's'], ['s', 's'], ['s', 'c'], ['c', 'maharashtra'], ['maharashtra', 'board'], ['board', 'mysql'], ['mysql', 'database'], ['database', 'administrator'], ['administrator', '2'], ['2', 'years'], ['years', 'experience'], ['experience', 'mysql'], ['mysql', 'database'], ['database', 'administrator'], ['administrator', 'mysql'], ['mysql', 'dba'], ['dba', 'skill'], ['skill', 'details'], ['details', 'mysql'], ['mysql', 'dba'], ['dba', 'centos'], ['centos', 'backup'], ['backup', 'restore'], ['restore', 'replication'], ['replication', 'query'], ['query', 'optimazation'], ['optimazation', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'trimax'], ['trimax', 'it'], ['it', 'infrastructure'], ['infrastructure', 'services'], ['services', 'ltd'], ['ltd', 'description'], ['description', 'mysql'], ['mysql', 'installation'], ['installation', 'maintenance'], ['maintenance', 'upgrades'], ['upgrades', 'version'], ['version', '5'], ['5', '5'], ['5', '5'], ['5', '6'], ['6', 'mysql'], ['mysql', 'database'], ['database', 'administration'], ['administration', 'large'], ['large', 'scale'], ['scale', 'mysql'], ['mysql', 'installation'], ['installation', 'experience'], ['experience', 'mysql'], ['mysql', 'linux'], ['linux', 'windows'], ['windows', 'mysql'], ['mysql', 'processes'], ['processes', 'security'], ['security', 'management'], ['management', 'queries'], ['queries', 'optimization'], ['optimization', 'performed'], ['performed', 'query'], ['query', 'analysis'], ['analysis', 'slow'], ['slow', 'problematic'], ['problematic', 'queries'], ['queries', 'performed'], ['performed', 'structural'], ['structural', 'changes'], ['changes', 'database'], ['database', 'like'], ['like', 'creating'], ['creating', 'tables'], ['tables', 'adding'], ['adding', 'columns'], ['columns', 'ording'], ['ording', 'business'], ['business', 'requirement'], ['requirement', 'creating'], ['creating', 'maintaining'], ['maintaining', 'database'], ['database', 'maintenance'], ['maintenance', 'plans'], ['plans', 'writing'], ['writing', 'scripts'], ['scripts', 'create'], ['create', 'jobs'], ['jobs', 'backup'], ['backup', 'restore'], ['restore', 'plans'], ['plans', 'working'], ['working', 'myisam'], ['myisam', 'innodb'], ['innodb', 'engine'], ['engine', 'working'], ['working', 'server'], ['server', 'shifting'], ['shifting', 'tuning'], ['tuning', 'parameter'], ['parameter', 'database'], ['database', 'purging'], ['purging', 'working'], ['working', 'mysql'], ['mysql', 'master'], ['master', 'slave'], ['slave', 'replication'], ['replication', 'handling'], ['handling', 'release'], ['release', 'management'], ['management', 'user'], ['user', 'eptance'], ['eptance', 'restore'], ['restore', 'using'], ['using', 'xtrabackup'], ['xtrabackup', 'responsibilities'], ['responsibilities', 'include'], ['include', 'monitoring'], ['monitoring', 'daily'], ['daily', 'weekly'], ['weekly', 'monthly'], ['monthly', 'system'], ['system', 'maintenance'], ['maintenance', 'tasks'], ['tasks', 'database'], ['database', 'backup'], ['backup', 'replication'], ['replication', 'verification'], ['verification', 'database'], ['database', 'integrity'], ['integrity', 'verification'], ['verification', 'indexing'], ['indexing', 'updates'], ['updates', 'work'], ['work', '24'], ['24', '7'], ['7', 'production'], ['production', 'database'], ['database', 'support'], ['support', 'company'], ['company', 'trimax'], ['trimax', 'it'], ['it', 'infrastructure'], ['infrastructure', 'services'], ['services', 'ltd'], ['ltd', 'description'], ['description', 'mysql'], ['mysql', 'installation'], ['installation', 'maintenance'], ['maintenance', 'upgrades'], ['upgrades', 'version'], ['version', '5'], ['5', '5'], ['5', '5'], ['5', '6'], ['6', 'mysql'], ['mysql', 'database'], ['database', 'administration'], ['administration', 'large'], ['large', 'scale'], ['scale', 'mysql'], ['mysql', 'installation'], ['installation', 'experience'], ['experience', 'mysql'], ['mysql', 'linux'], ['linux', 'windows'], ['windows', 'mysql'], ['mysql', 'processes'], ['processes', 'security'], ['security', 'management'], ['management', 'queries'], ['queries', 'optimization'], ['optimization', 'performed'], ['performed', 'query'], ['query', 'analysis'], ['analysis', 'slow'], ['slow', 'problematic'], ['problematic', 'queries'], ['queries', 'performed'], ['performed', 'structural'], ['structural', 'changes'], ['changes', 'database'], ['database', 'like'], ['like', 'creating'], ['creating', 'tables'], ['tables', 'adding'], ['adding', 'columns'], ['columns', 'ording'], ['ording', 'business'], ['business', 'requirement'], ['requirement', 'creating'], ['creating', 'maintaining'], ['maintaining', 'database'], ['database', 'maintenance'], ['maintenance', 'plans'], ['plans', 'writing'], ['writing', 'scripts'], ['scripts', 'create'], ['create', 'jobs'], ['jobs', 'backup'], ['backup', 'restore'], ['restore', 'plans'], ['plans', 'working'], ['working', 'myisam'], ['myisam', 'innodb'], ['innodb', 'engine'], ['engine', 'working'], ['working', 'server'], ['server', 'shifting'], ['shifting', 'tuning'], ['tuning', 'parameter'], ['parameter', 'database'], ['database', 'purging'], ['purging', 'working'], ['working', 'mysql'], ['mysql', 'master'], ['master', 'slave'], ['slave', 'replication'], ['replication', 'handling'], ['handling', 'release'], ['release', 'management'], ['management', 'user'], ['user', 'eptance'], ['eptance', 'restore'], ['restore', 'using'], ['using', 'xtrabackup'], ['xtrabackup', 'responsibilities'], ['responsibilities', 'include'], ['include', 'monitoring'], ['monitoring', 'daily'], ['daily', 'weekly'], ['weekly', 'monthly'], ['monthly', 'system'], ['system', 'maintenance'], ['maintenance', 'tasks'], ['tasks', 'database'], ['database', 'backup'], ['backup', 'replication'], ['replication', 'verification'], ['verification', 'database'], ['database', 'integrity'], ['integrity', 'verification'], ['verification', 'indexing'], ['indexing', 'updates'], ['updates', 'work'], ['work', '24'], ['24', '7'], ['7', 'production'], ['production', 'database'], ['database', 'support'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'bsc'], ['2016', 'bsc', 'mumbai'], ['bsc', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2013'], ['january', '2013', 'h'], ['2013', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'board'], ['maharashtra', 'board', 'january'], ['board', 'january', '2011'], ['january', '2011', 's'], ['2011', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'maharashtra'], ['c', 'maharashtra', 'board'], ['maharashtra', 'board', 'mysql'], ['board', 'mysql', 'database'], ['mysql', 'database', 'administrator'], ['database', 'administrator', '2'], ['administrator', '2', 'years'], ['2', 'years', 'experience'], ['years', 'experience', 'mysql'], ['experience', 'mysql', 'database'], ['mysql', 'database', 'administrator'], ['database', 'administrator', 'mysql'], ['administrator', 'mysql', 'dba'], ['mysql', 'dba', 'skill'], ['dba', 'skill', 'details'], ['skill', 'details', 'mysql'], ['details', 'mysql', 'dba'], ['mysql', 'dba', 'centos'], ['dba', 'centos', 'backup'], ['centos', 'backup', 'restore'], ['backup', 'restore', 'replication'], ['restore', 'replication', 'query'], ['replication', 'query', 'optimazation'], ['query', 'optimazation', 'exprience'], ['optimazation', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'trimax'], ['company', 'trimax', 'it'], ['trimax', 'it', 'infrastructure'], ['it', 'infrastructure', 'services'], ['infrastructure', 'services', 'ltd'], ['services', 'ltd', 'description'], ['ltd', 'description', 'mysql'], ['description', 'mysql', 'installation'], ['mysql', 'installation', 'maintenance'], ['installation', 'maintenance', 'upgrades'], ['maintenance', 'upgrades', 'version'], ['upgrades', 'version', '5'], ['version', '5', '5'], ['5', '5', '5'], ['5', '5', '6'], ['5', '6', 'mysql'], ['6', 'mysql', 'database'], ['mysql', 'database', 'administration'], ['database', 'administration', 'large'], ['administration', 'large', 'scale'], ['large', 'scale', 'mysql'], ['scale', 'mysql', 'installation'], ['mysql', 'installation', 'experience'], ['installation', 'experience', 'mysql'], ['experience', 'mysql', 'linux'], ['mysql', 'linux', 'windows'], ['linux', 'windows', 'mysql'], ['windows', 'mysql', 'processes'], ['mysql', 'processes', 'security'], ['processes', 'security', 'management'], ['security', 'management', 'queries'], ['management', 'queries', 'optimization'], ['queries', 'optimization', 'performed'], ['optimization', 'performed', 'query'], ['performed', 'query', 'analysis'], ['query', 'analysis', 'slow'], ['analysis', 'slow', 'problematic'], ['slow', 'problematic', 'queries'], ['problematic', 'queries', 'performed'], ['queries', 'performed', 'structural'], ['performed', 'structural', 'changes'], ['structural', 'changes', 'database'], ['changes', 'database', 'like'], ['database', 'like', 'creating'], ['like', 'creating', 'tables'], ['creating', 'tables', 'adding'], ['tables', 'adding', 'columns'], ['adding', 'columns', 'ording'], ['columns', 'ording', 'business'], ['ording', 'business', 'requirement'], ['business', 'requirement', 'creating'], ['requirement', 'creating', 'maintaining'], ['creating', 'maintaining', 'database'], ['maintaining', 'database', 'maintenance'], ['database', 'maintenance', 'plans'], ['maintenance', 'plans', 'writing'], ['plans', 'writing', 'scripts'], ['writing', 'scripts', 'create'], ['scripts', 'create', 'jobs'], ['create', 'jobs', 'backup'], ['jobs', 'backup', 'restore'], ['backup', 'restore', 'plans'], ['restore', 'plans', 'working'], ['plans', 'working', 'myisam'], ['working', 'myisam', 'innodb'], ['myisam', 'innodb', 'engine'], ['innodb', 'engine', 'working'], ['engine', 'working', 'server'], ['working', 'server', 'shifting'], ['server', 'shifting', 'tuning'], ['shifting', 'tuning', 'parameter'], ['tuning', 'parameter', 'database'], ['parameter', 'database', 'purging'], ['database', 'purging', 'working'], ['purging', 'working', 'mysql'], ['working', 'mysql', 'master'], ['mysql', 'master', 'slave'], ['master', 'slave', 'replication'], ['slave', 'replication', 'handling'], ['replication', 'handling', 'release'], ['handling', 'release', 'management'], ['release', 'management', 'user'], ['management', 'user', 'eptance'], ['user', 'eptance', 'restore'], ['eptance', 'restore', 'using'], ['restore', 'using', 'xtrabackup'], ['using', 'xtrabackup', 'responsibilities'], ['xtrabackup', 'responsibilities', 'include'], ['responsibilities', 'include', 'monitoring'], ['include', 'monitoring', 'daily'], ['monitoring', 'daily', 'weekly'], ['daily', 'weekly', 'monthly'], ['weekly', 'monthly', 'system'], ['monthly', 'system', 'maintenance'], ['system', 'maintenance', 'tasks'], ['maintenance', 'tasks', 'database'], ['tasks', 'database', 'backup'], ['database', 'backup', 'replication'], ['backup', 'replication', 'verification'], ['replication', 'verification', 'database'], ['verification', 'database', 'integrity'], ['database', 'integrity', 'verification'], ['integrity', 'verification', 'indexing'], ['verification', 'indexing', 'updates'], ['indexing', 'updates', 'work'], ['updates', 'work', '24'], ['work', '24', '7'], ['24', '7', 'production'], ['7', 'production', 'database'], ['production', 'database', 'support'], ['database', 'support', 'company'], ['support', 'company', 'trimax'], ['company', 'trimax', 'it'], ['trimax', 'it', 'infrastructure'], ['it', 'infrastructure', 'services'], ['infrastructure', 'services', 'ltd'], ['services', 'ltd', 'description'], ['ltd', 'description', 'mysql'], ['description', 'mysql', 'installation'], ['mysql', 'installation', 'maintenance'], ['installation', 'maintenance', 'upgrades'], ['maintenance', 'upgrades', 'version'], ['upgrades', 'version', '5'], ['version', '5', '5'], ['5', '5', '5'], ['5', '5', '6'], ['5', '6', 'mysql'], ['6', 'mysql', 'database'], ['mysql', 'database', 'administration'], ['database', 'administration', 'large'], ['administration', 'large', 'scale'], ['large', 'scale', 'mysql'], ['scale', 'mysql', 'installation'], ['mysql', 'installation', 'experience'], ['installation', 'experience', 'mysql'], ['experience', 'mysql', 'linux'], ['mysql', 'linux', 'windows'], ['linux', 'windows', 'mysql'], ['windows', 'mysql', 'processes'], ['mysql', 'processes', 'security'], ['processes', 'security', 'management'], ['security', 'management', 'queries'], ['management', 'queries', 'optimization'], ['queries', 'optimization', 'performed'], ['optimization', 'performed', 'query'], ['performed', 'query', 'analysis'], ['query', 'analysis', 'slow'], ['analysis', 'slow', 'problematic'], ['slow', 'problematic', 'queries'], ['problematic', 'queries', 'performed'], ['queries', 'performed', 'structural'], ['performed', 'structural', 'changes'], ['structural', 'changes', 'database'], ['changes', 'database', 'like'], ['database', 'like', 'creating'], ['like', 'creating', 'tables'], ['creating', 'tables', 'adding'], ['tables', 'adding', 'columns'], ['adding', 'columns', 'ording'], ['columns', 'ording', 'business'], ['ording', 'business', 'requirement'], ['business', 'requirement', 'creating'], ['requirement', 'creating', 'maintaining'], ['creating', 'maintaining', 'database'], ['maintaining', 'database', 'maintenance'], ['database', 'maintenance', 'plans'], ['maintenance', 'plans', 'writing'], ['plans', 'writing', 'scripts'], ['writing', 'scripts', 'create'], ['scripts', 'create', 'jobs'], ['create', 'jobs', 'backup'], ['jobs', 'backup', 'restore'], ['backup', 'restore', 'plans'], ['restore', 'plans', 'working'], ['plans', 'working', 'myisam'], ['working', 'myisam', 'innodb'], ['myisam', 'innodb', 'engine'], ['innodb', 'engine', 'working'], ['engine', 'working', 'server'], ['working', 'server', 'shifting'], ['server', 'shifting', 'tuning'], ['shifting', 'tuning', 'parameter'], ['tuning', 'parameter', 'database'], ['parameter', 'database', 'purging'], ['database', 'purging', 'working'], ['purging', 'working', 'mysql'], ['working', 'mysql', 'master'], ['mysql', 'master', 'slave'], ['master', 'slave', 'replication'], ['slave', 'replication', 'handling'], ['replication', 'handling', 'release'], ['handling', 'release', 'management'], ['release', 'management', 'user'], ['management', 'user', 'eptance'], ['user', 'eptance', 'restore'], ['eptance', 'restore', 'using'], ['restore', 'using', 'xtrabackup'], ['using', 'xtrabackup', 'responsibilities'], ['xtrabackup', 'responsibilities', 'include'], ['responsibilities', 'include', 'monitoring'], ['include', 'monitoring', 'daily'], ['monitoring', 'daily', 'weekly'], ['daily', 'weekly', 'monthly'], ['weekly', 'monthly', 'system'], ['monthly', 'system', 'maintenance'], ['system', 'maintenance', 'tasks'], ['maintenance', 'tasks', 'database'], ['tasks', 'database', 'backup'], ['database', 'backup', 'replication'], ['backup', 'replication', 'verification'], ['replication', 'verification', 'database'], ['verification', 'database', 'integrity'], ['database', 'integrity', 'verification'], ['integrity', 'verification', 'indexing'], ['verification', 'indexing', 'updates'], ['indexing', 'updates', 'work'], ['updates', 'work', '24'], ['work', '24', '7'], ['24', '7', 'production'], ['7', 'production', 'database'], ['production', 'database', 'support'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'bsc'], ['january', '2016', 'bsc', 'mumbai'], ['2016', 'bsc', 'mumbai', 'maharashtra'], ['bsc', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2013'], ['university', 'january', '2013', 'h'], ['january', '2013', 'h', 's'], ['2013', 'h', 's', 'c'], ['h', 's', 'c', 'maharashtra'], ['s', 'c', 'maharashtra', 'board'], ['c', 'maharashtra', 'board', 'january'], ['maharashtra', 'board', 'january', '2011'], ['board', 'january', '2011', 's'], ['january', '2011', 's', 's'], ['2011', 's', 's', 'c'], ['s', 's', 'c', 'maharashtra'], ['s', 'c', 'maharashtra', 'board'], ['c', 'maharashtra', 'board', 'mysql'], ['maharashtra', 'board', 'mysql', 'database'], ['board', 'mysql', 'database', 'administrator'], ['mysql', 'database', 'administrator', '2'], ['database', 'administrator', '2', 'years'], ['administrator', '2', 'years', 'experience'], ['2', 'years', 'experience', 'mysql'], ['years', 'experience', 'mysql', 'database'], ['experience', 'mysql', 'database', 'administrator'], ['mysql', 'database', 'administrator', 'mysql'], ['database', 'administrator', 'mysql', 'dba'], ['administrator', 'mysql', 'dba', 'skill'], ['mysql', 'dba', 'skill', 'details'], ['dba', 'skill', 'details', 'mysql'], ['skill', 'details', 'mysql', 'dba'], ['details', 'mysql', 'dba', 'centos'], ['mysql', 'dba', 'centos', 'backup'], ['dba', 'centos', 'backup', 'restore'], ['centos', 'backup', 'restore', 'replication'], ['backup', 'restore', 'replication', 'query'], ['restore', 'replication', 'query', 'optimazation'], ['replication', 'query', 'optimazation', 'exprience'], ['query', 'optimazation', 'exprience', '24'], ['optimazation', 'exprience', '24', 'monthscompany'], ['exprience', '24', 'monthscompany', 'details'], ['24', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'trimax'], ['details', 'company', 'trimax', 'it'], ['company', 'trimax', 'it', 'infrastructure'], ['trimax', 'it', 'infrastructure', 'services'], ['it', 'infrastructure', 'services', 'ltd'], ['infrastructure', 'services', 'ltd', 'description'], ['services', 'ltd', 'description', 'mysql'], ['ltd', 'description', 'mysql', 'installation'], ['description', 'mysql', 'installation', 'maintenance'], ['mysql', 'installation', 'maintenance', 'upgrades'], ['installation', 'maintenance', 'upgrades', 'version'], ['maintenance', 'upgrades', 'version', '5'], ['upgrades', 'version', '5', '5'], ['version', '5', '5', '5'], ['5', '5', '5', '6'], ['5', '5', '6', 'mysql'], ['5', '6', 'mysql', 'database'], ['6', 'mysql', 'database', 'administration'], ['mysql', 'database', 'administration', 'large'], ['database', 'administration', 'large', 'scale'], ['administration', 'large', 'scale', 'mysql'], ['large', 'scale', 'mysql', 'installation'], ['scale', 'mysql', 'installation', 'experience'], ['mysql', 'installation', 'experience', 'mysql'], ['installation', 'experience', 'mysql', 'linux'], ['experience', 'mysql', 'linux', 'windows'], ['mysql', 'linux', 'windows', 'mysql'], ['linux', 'windows', 'mysql', 'processes'], ['windows', 'mysql', 'processes', 'security'], ['mysql', 'processes', 'security', 'management'], ['processes', 'security', 'management', 'queries'], ['security', 'management', 'queries', 'optimization'], ['management', 'queries', 'optimization', 'performed'], ['queries', 'optimization', 'performed', 'query'], ['optimization', 'performed', 'query', 'analysis'], ['performed', 'query', 'analysis', 'slow'], ['query', 'analysis', 'slow', 'problematic'], ['analysis', 'slow', 'problematic', 'queries'], ['slow', 'problematic', 'queries', 'performed'], ['problematic', 'queries', 'performed', 'structural'], ['queries', 'performed', 'structural', 'changes'], ['performed', 'structural', 'changes', 'database'], ['structural', 'changes', 'database', 'like'], ['changes', 'database', 'like', 'creating'], ['database', 'like', 'creating', 'tables'], ['like', 'creating', 'tables', 'adding'], ['creating', 'tables', 'adding', 'columns'], ['tables', 'adding', 'columns', 'ording'], ['adding', 'columns', 'ording', 'business'], ['columns', 'ording', 'business', 'requirement'], ['ording', 'business', 'requirement', 'creating'], ['business', 'requirement', 'creating', 'maintaining'], ['requirement', 'creating', 'maintaining', 'database'], ['creating', 'maintaining', 'database', 'maintenance'], ['maintaining', 'database', 'maintenance', 'plans'], ['database', 'maintenance', 'plans', 'writing'], ['maintenance', 'plans', 'writing', 'scripts'], ['plans', 'writing', 'scripts', 'create'], ['writing', 'scripts', 'create', 'jobs'], ['scripts', 'create', 'jobs', 'backup'], ['create', 'jobs', 'backup', 'restore'], ['jobs', 'backup', 'restore', 'plans'], ['backup', 'restore', 'plans', 'working'], ['restore', 'plans', 'working', 'myisam'], ['plans', 'working', 'myisam', 'innodb'], ['working', 'myisam', 'innodb', 'engine'], ['myisam', 'innodb', 'engine', 'working'], ['innodb', 'engine', 'working', 'server'], ['engine', 'working', 'server', 'shifting'], ['working', 'server', 'shifting', 'tuning'], ['server', 'shifting', 'tuning', 'parameter'], ['shifting', 'tuning', 'parameter', 'database'], ['tuning', 'parameter', 'database', 'purging'], ['parameter', 'database', 'purging', 'working'], ['database', 'purging', 'working', 'mysql'], ['purging', 'working', 'mysql', 'master'], ['working', 'mysql', 'master', 'slave'], ['mysql', 'master', 'slave', 'replication'], ['master', 'slave', 'replication', 'handling'], ['slave', 'replication', 'handling', 'release'], ['replication', 'handling', 'release', 'management'], ['handling', 'release', 'management', 'user'], ['release', 'management', 'user', 'eptance'], ['management', 'user', 'eptance', 'restore'], ['user', 'eptance', 'restore', 'using'], ['eptance', 'restore', 'using', 'xtrabackup'], ['restore', 'using', 'xtrabackup', 'responsibilities'], ['using', 'xtrabackup', 'responsibilities', 'include'], ['xtrabackup', 'responsibilities', 'include', 'monitoring'], ['responsibilities', 'include', 'monitoring', 'daily'], ['include', 'monitoring', 'daily', 'weekly'], ['monitoring', 'daily', 'weekly', 'monthly'], ['daily', 'weekly', 'monthly', 'system'], ['weekly', 'monthly', 'system', 'maintenance'], ['monthly', 'system', 'maintenance', 'tasks'], ['system', 'maintenance', 'tasks', 'database'], ['maintenance', 'tasks', 'database', 'backup'], ['tasks', 'database', 'backup', 'replication'], ['database', 'backup', 'replication', 'verification'], ['backup', 'replication', 'verification', 'database'], ['replication', 'verification', 'database', 'integrity'], ['verification', 'database', 'integrity', 'verification'], ['database', 'integrity', 'verification', 'indexing'], ['integrity', 'verification', 'indexing', 'updates'], ['verification', 'indexing', 'updates', 'work'], ['indexing', 'updates', 'work', '24'], ['updates', 'work', '24', '7'], ['work', '24', '7', 'production'], ['24', '7', 'production', 'database'], ['7', 'production', 'database', 'support'], ['production', 'database', 'support', 'company'], ['database', 'support', 'company', 'trimax'], ['support', 'company', 'trimax', 'it'], ['company', 'trimax', 'it', 'infrastructure'], ['trimax', 'it', 'infrastructure', 'services'], ['it', 'infrastructure', 'services', 'ltd'], ['infrastructure', 'services', 'ltd', 'description'], ['services', 'ltd', 'description', 'mysql'], ['ltd', 'description', 'mysql', 'installation'], ['description', 'mysql', 'installation', 'maintenance'], ['mysql', 'installation', 'maintenance', 'upgrades'], ['installation', 'maintenance', 'upgrades', 'version'], ['maintenance', 'upgrades', 'version', '5'], ['upgrades', 'version', '5', '5'], ['version', '5', '5', '5'], ['5', '5', '5', '6'], ['5', '5', '6', 'mysql'], ['5', '6', 'mysql', 'database'], ['6', 'mysql', 'database', 'administration'], ['mysql', 'database', 'administration', 'large'], ['database', 'administration', 'large', 'scale'], ['administration', 'large', 'scale', 'mysql'], ['large', 'scale', 'mysql', 'installation'], ['scale', 'mysql', 'installation', 'experience'], ['mysql', 'installation', 'experience', 'mysql'], ['installation', 'experience', 'mysql', 'linux'], ['experience', 'mysql', 'linux', 'windows'], ['mysql', 'linux', 'windows', 'mysql'], ['linux', 'windows', 'mysql', 'processes'], ['windows', 'mysql', 'processes', 'security'], ['mysql', 'processes', 'security', 'management'], ['processes', 'security', 'management', 'queries'], ['security', 'management', 'queries', 'optimization'], ['management', 'queries', 'optimization', 'performed'], ['queries', 'optimization', 'performed', 'query'], ['optimization', 'performed', 'query', 'analysis'], ['performed', 'query', 'analysis', 'slow'], ...], [['technical'], ['skill'], ['operating'], ['system'], ['linux'], ['windows'], ['server'], ['2012'], ['r2'], ['windows'], ['98'], ['windows'], ['2000'], ['xp'], ['tools'], ['utility'], ['packages'], ['sql'], ['loader'], ['sql'], ['plus'], ['oem'], ['datapump'], ['expdp'], ['impdp'], ['plsql'], ['developer'], ['jenkins'], ['database'], ['oracle'], ['10g'], ['oracle'], ['11g'], ['oracle'], ['12c'], ['scripting'], ['unix'], ['shell'], ['scripting'], ['language'], ['sql'], ['education'], ['details'], ['january'], ['2011'], ['m'], ['b'], ['a'], ['amravati'], ['maharashtra'], ['amravati'], ['university'], ['january'], ['2007'], ['b'], ['c'], ['a'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['oracle'], ['database'], ['administrator'], ['oracle'], ['database'], ['administrator'], ['on'], ['linux'], ['microsoft'], ['with'], ['4'], ['years'], ['experience'], ['skill'], ['details'], ['oracle'], ['exprience'], ['48'], ['months'], ['linux'], ['exprience'], ['6'], ['months'], ['oracle'], ['dba'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['rac'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['golden'], ['gate'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['asm'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['dataguard'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['tieto'], ['india'], ['pvt'], ['ltd'], ['description'], ['pune'], ['from'], ['february'], ['2015'], ['till'], ['present'], ['project'], ['profile'], ['oil'], ['gas'], ['unit'], ['tieto'], ['india'], ['pvt'], ['ltd'], ['working'], ['environmental'], ['components'], ['ec'], ['application'], ['tieto'], ['authorized'], ['service'], ['provider'], ['ec'], ['energy'], ['components'], ['complete'], ['end'], ['end'], ['hydrocarbon'], ['ounting'], ['solution'], ['following'], ['hydrocarbons'], ['production'], ['transport'], ['sales'], ['revenue'], ['recognition'], ['globally'], ['market'], ['leading'], ['hydrocarbon'], ['ounting'], ['software'], ['functionality'], ['coverage'], ['exceeding'], ['available'], ['solutions'], ['modern'], ['flexible'], ['scalable'], ['technology'], ['platform'], ['selected'], ['global'], ['standard'], ['best'], ['practice'], ['oil'], ['gas'], ['super'], ['majors'], ['responsibilities'], ['oracle'], ['database'], ['administration'], ['11g'], ['r2'], ['12c'], ['18c'], ['supporting'], ['databases'], ['24x7'], ['environments'], ['coordinate'], ['application'], ['os'], ['storage'], ['development'], ['teams'], ['test'], ['production'], ['environments'], ['regularly'], ['monitoring'], ['trace'], ['files'], ['alert'], ['log'], ['files'], ['database'], ['related'], ['issues'], ['experience'], ['monitoring'], ['cpu'], ['usage'], ['io'], ['memory'], ['utilization'], ['os'], ['level'], ['checking'], ['alert'], ['log'], ['file'], ['analyze'], ['ora'], ['errors'], ['raise'], ['sr'], ['oracle'], ['monitoring'], ['log'], ['files'], ['backups'], ['database'], ['space'], ['usage'], ['use'], ['system'], ['resources'], ['configuring'], ['backup'], ['rman'], ['database'], ['restoring'], ['database'], ['installation'], ['configuring'], ['updating'], ['oracle'], ['server'], ['software'], ['related'], ['oracle'], ['products'], ['11g'], ['12c'], ['oracle'], ['server'], ['installation'], ['client'], ['installation'], ['configuration'], ['plsql'], ['developer'], ['installation'], ['creating'], ['database'], ['using'], ['dbca'], ['manually'], ['creating'], ['oracle'], ['user'], ['granting'], ['proper'], ['privileges'], ['user'], ['per'], ['request'], ['creating'], ['awr'], ['ash'], ['addm'], ['reports'], ['database'], ['performance'], ['analysis'], ['handling'], ['space'], ['management'], ['performance'], ['issues'], ['oracle'], ['databases'], ['creating'], ['remote'], ['database'], ['link'], ['renaming'], ['resizing'], ['data'], ['files'], ['oracle'], ['database'], ['needed'], ['tablespace'], ['shrinking'], ['regular'], ['time'], ['interval'], ['reclaim'], ['server'], ['space'], ['expertise'], ['export'], ['import'], ['using'], ['data'], ['pump'], ['oracle'], ['database'], ['expertise'], ['configuration'], ['listener'], ['tnsnames'], ['netmgr'], ['netca'], ['statically'], ['also'], ['managing'], ['oracle'], ['listener'], ['oracle'], ['network'], ['files'], ['creating'], ['user'], ['profiles'], ['granting'], ['specific'], ['privileges'], ['roles'], ['users'], ['oracle'], ['database'], ['maintaining'], ['tablespaces'], ['data'], ['files'], ['control'], ['files'], ['online'], ['redo'], ['log'], ['files'], ['oracle'], ['database'], ['worked'], ['aws'], ['cloud'], ['services'], ['like'], ['ec2'], ['s3'], ['rds'], ['elb'], ['ebs'], ['vpc'], ['route53'], ['auto'], ['cloud'], ['watch'], ['cloud'], ['front'], ['iam'], ['installing'], ['configuring'], ['troubleshooting'], ['various'], ['amazon'], ['images'], ['server'], ['migration'], ['physical'], ['cloud'], ['technical', 'skill'], ['skill', 'operating'], ['operating', 'system'], ['system', 'linux'], ['linux', 'windows'], ['windows', 'server'], ['server', '2012'], ['2012', 'r2'], ['r2', 'windows'], ['windows', '98'], ['98', 'windows'], ['windows', '2000'], ['2000', 'xp'], ['xp', 'tools'], ['tools', 'utility'], ['utility', 'packages'], ['packages', 'sql'], ['sql', 'loader'], ['loader', 'sql'], ['sql', 'plus'], ['plus', 'oem'], ['oem', 'datapump'], ['datapump', 'expdp'], ['expdp', 'impdp'], ['impdp', 'plsql'], ['plsql', 'developer'], ['developer', 'jenkins'], ['jenkins', 'database'], ['database', 'oracle'], ['oracle', '10g'], ['10g', 'oracle'], ['oracle', '11g'], ['11g', 'oracle'], ['oracle', '12c'], ['12c', 'scripting'], ['scripting', 'unix'], ['unix', 'shell'], ['shell', 'scripting'], ['scripting', 'language'], ['language', 'sql'], ['sql', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2011'], ['2011', 'm'], ['m', 'b'], ['b', 'a'], ['a', 'amravati'], ['amravati', 'maharashtra'], ['maharashtra', 'amravati'], ['amravati', 'university'], ['university', 'january'], ['january', '2007'], ['2007', 'b'], ['b', 'c'], ['c', 'a'], ['a', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'oracle'], ['oracle', 'database'], ['database', 'administrator'], ['administrator', 'oracle'], ['oracle', 'database'], ['database', 'administrator'], ['administrator', 'on'], ['on', 'linux'], ['linux', 'microsoft'], ['microsoft', 'with'], ['with', '4'], ['4', 'years'], ['years', 'experience'], ['experience', 'skill'], ['skill', 'details'], ['details', 'oracle'], ['oracle', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'linux'], ['linux', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'oracle'], ['oracle', 'dba'], ['dba', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'rac'], ['rac', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'golden'], ['golden', 'gate'], ['gate', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'asm'], ['asm', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'dataguard'], ['dataguard', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tieto'], ['tieto', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'pune'], ['pune', 'from'], ['from', 'february'], ['february', '2015'], ['2015', 'till'], ['till', 'present'], ['present', 'project'], ['project', 'profile'], ['profile', 'oil'], ['oil', 'gas'], ['gas', 'unit'], ['unit', 'tieto'], ['tieto', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'working'], ['working', 'environmental'], ['environmental', 'components'], ['components', 'ec'], ['ec', 'application'], ['application', 'tieto'], ['tieto', 'authorized'], ['authorized', 'service'], ['service', 'provider'], ['provider', 'ec'], ['ec', 'energy'], ['energy', 'components'], ['components', 'complete'], ['complete', 'end'], ['end', 'end'], ['end', 'hydrocarbon'], ['hydrocarbon', 'ounting'], ['ounting', 'solution'], ['solution', 'following'], ['following', 'hydrocarbons'], ['hydrocarbons', 'production'], ['production', 'transport'], ['transport', 'sales'], ['sales', 'revenue'], ['revenue', 'recognition'], ['recognition', 'globally'], ['globally', 'market'], ['market', 'leading'], ['leading', 'hydrocarbon'], ['hydrocarbon', 'ounting'], ['ounting', 'software'], ['software', 'functionality'], ['functionality', 'coverage'], ['coverage', 'exceeding'], ['exceeding', 'available'], ['available', 'solutions'], ['solutions', 'modern'], ['modern', 'flexible'], ['flexible', 'scalable'], ['scalable', 'technology'], ['technology', 'platform'], ['platform', 'selected'], ['selected', 'global'], ['global', 'standard'], ['standard', 'best'], ['best', 'practice'], ['practice', 'oil'], ['oil', 'gas'], ['gas', 'super'], ['super', 'majors'], ['majors', 'responsibilities'], ['responsibilities', 'oracle'], ['oracle', 'database'], ['database', 'administration'], ['administration', '11g'], ['11g', 'r2'], ['r2', '12c'], ['12c', '18c'], ['18c', 'supporting'], ['supporting', 'databases'], ['databases', '24x7'], ['24x7', 'environments'], ['environments', 'coordinate'], ['coordinate', 'application'], ['application', 'os'], ['os', 'storage'], ['storage', 'development'], ['development', 'teams'], ['teams', 'test'], ['test', 'production'], ['production', 'environments'], ['environments', 'regularly'], ['regularly', 'monitoring'], ['monitoring', 'trace'], ['trace', 'files'], ['files', 'alert'], ['alert', 'log'], ['log', 'files'], ['files', 'database'], ['database', 'related'], ['related', 'issues'], ['issues', 'experience'], ['experience', 'monitoring'], ['monitoring', 'cpu'], ['cpu', 'usage'], ['usage', 'io'], ['io', 'memory'], ['memory', 'utilization'], ['utilization', 'os'], ['os', 'level'], ['level', 'checking'], ['checking', 'alert'], ['alert', 'log'], ['log', 'file'], ['file', 'analyze'], ['analyze', 'ora'], ['ora', 'errors'], ['errors', 'raise'], ['raise', 'sr'], ['sr', 'oracle'], ['oracle', 'monitoring'], ['monitoring', 'log'], ['log', 'files'], ['files', 'backups'], ['backups', 'database'], ['database', 'space'], ['space', 'usage'], ['usage', 'use'], ['use', 'system'], ['system', 'resources'], ['resources', 'configuring'], ['configuring', 'backup'], ['backup', 'rman'], ['rman', 'database'], ['database', 'restoring'], ['restoring', 'database'], ['database', 'installation'], ['installation', 'configuring'], ['configuring', 'updating'], ['updating', 'oracle'], ['oracle', 'server'], ['server', 'software'], ['software', 'related'], ['related', 'oracle'], ['oracle', 'products'], ['products', '11g'], ['11g', '12c'], ['12c', 'oracle'], ['oracle', 'server'], ['server', 'installation'], ['installation', 'client'], ['client', 'installation'], ['installation', 'configuration'], ['configuration', 'plsql'], ['plsql', 'developer'], ['developer', 'installation'], ['installation', 'creating'], ['creating', 'database'], ['database', 'using'], ['using', 'dbca'], ['dbca', 'manually'], ['manually', 'creating'], ['creating', 'oracle'], ['oracle', 'user'], ['user', 'granting'], ['granting', 'proper'], ['proper', 'privileges'], ['privileges', 'user'], ['user', 'per'], ['per', 'request'], ['request', 'creating'], ['creating', 'awr'], ['awr', 'ash'], ['ash', 'addm'], ['addm', 'reports'], ['reports', 'database'], ['database', 'performance'], ['performance', 'analysis'], ['analysis', 'handling'], ['handling', 'space'], ['space', 'management'], ['management', 'performance'], ['performance', 'issues'], ['issues', 'oracle'], ['oracle', 'databases'], ['databases', 'creating'], ['creating', 'remote'], ['remote', 'database'], ['database', 'link'], ['link', 'renaming'], ['renaming', 'resizing'], ['resizing', 'data'], ['data', 'files'], ['files', 'oracle'], ['oracle', 'database'], ['database', 'needed'], ['needed', 'tablespace'], ['tablespace', 'shrinking'], ['shrinking', 'regular'], ['regular', 'time'], ['time', 'interval'], ['interval', 'reclaim'], ['reclaim', 'server'], ['server', 'space'], ['space', 'expertise'], ['expertise', 'export'], ['export', 'import'], ['import', 'using'], ['using', 'data'], ['data', 'pump'], ['pump', 'oracle'], ['oracle', 'database'], ['database', 'expertise'], ['expertise', 'configuration'], ['configuration', 'listener'], ['listener', 'tnsnames'], ['tnsnames', 'netmgr'], ['netmgr', 'netca'], ['netca', 'statically'], ['statically', 'also'], ['also', 'managing'], ['managing', 'oracle'], ['oracle', 'listener'], ['listener', 'oracle'], ['oracle', 'network'], ['network', 'files'], ['files', 'creating'], ['creating', 'user'], ['user', 'profiles'], ['profiles', 'granting'], ['granting', 'specific'], ['specific', 'privileges'], ['privileges', 'roles'], ['roles', 'users'], ['users', 'oracle'], ['oracle', 'database'], ['database', 'maintaining'], ['maintaining', 'tablespaces'], ['tablespaces', 'data'], ['data', 'files'], ['files', 'control'], ['control', 'files'], ['files', 'online'], ['online', 'redo'], ['redo', 'log'], ['log', 'files'], ['files', 'oracle'], ['oracle', 'database'], ['database', 'worked'], ['worked', 'aws'], ['aws', 'cloud'], ['cloud', 'services'], ['services', 'like'], ['like', 'ec2'], ['ec2', 's3'], ['s3', 'rds'], ['rds', 'elb'], ['elb', 'ebs'], ['ebs', 'vpc'], ['vpc', 'route53'], ['route53', 'auto'], ['auto', 'cloud'], ['cloud', 'watch'], ['watch', 'cloud'], ['cloud', 'front'], ['front', 'iam'], ['iam', 'installing'], ['installing', 'configuring'], ['configuring', 'troubleshooting'], ['troubleshooting', 'various'], ['various', 'amazon'], ['amazon', 'images'], ['images', 'server'], ['server', 'migration'], ['migration', 'physical'], ['physical', 'cloud'], ['technical', 'skill', 'operating'], ['skill', 'operating', 'system'], ['operating', 'system', 'linux'], ['system', 'linux', 'windows'], ['linux', 'windows', 'server'], ['windows', 'server', '2012'], ['server', '2012', 'r2'], ['2012', 'r2', 'windows'], ['r2', 'windows', '98'], ['windows', '98', 'windows'], ['98', 'windows', '2000'], ['windows', '2000', 'xp'], ['2000', 'xp', 'tools'], ['xp', 'tools', 'utility'], ['tools', 'utility', 'packages'], ['utility', 'packages', 'sql'], ['packages', 'sql', 'loader'], ['sql', 'loader', 'sql'], ['loader', 'sql', 'plus'], ['sql', 'plus', 'oem'], ['plus', 'oem', 'datapump'], ['oem', 'datapump', 'expdp'], ['datapump', 'expdp', 'impdp'], ['expdp', 'impdp', 'plsql'], ['impdp', 'plsql', 'developer'], ['plsql', 'developer', 'jenkins'], ['developer', 'jenkins', 'database'], ['jenkins', 'database', 'oracle'], ['database', 'oracle', '10g'], ['oracle', '10g', 'oracle'], ['10g', 'oracle', '11g'], ['oracle', '11g', 'oracle'], ['11g', 'oracle', '12c'], ['oracle', '12c', 'scripting'], ['12c', 'scripting', 'unix'], ['scripting', 'unix', 'shell'], ['unix', 'shell', 'scripting'], ['shell', 'scripting', 'language'], ['scripting', 'language', 'sql'], ['language', 'sql', 'education'], ['sql', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2011'], ['january', '2011', 'm'], ['2011', 'm', 'b'], ['m', 'b', 'a'], ['b', 'a', 'amravati'], ['a', 'amravati', 'maharashtra'], ['amravati', 'maharashtra', 'amravati'], ['maharashtra', 'amravati', 'university'], ['amravati', 'university', 'january'], ['university', 'january', '2007'], ['january', '2007', 'b'], ['2007', 'b', 'c'], ['b', 'c', 'a'], ['c', 'a', 'nagpur'], ['a', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'oracle'], ['university', 'oracle', 'database'], ['oracle', 'database', 'administrator'], ['database', 'administrator', 'oracle'], ['administrator', 'oracle', 'database'], ['oracle', 'database', 'administrator'], ['database', 'administrator', 'on'], ['administrator', 'on', 'linux'], ['on', 'linux', 'microsoft'], ['linux', 'microsoft', 'with'], ['microsoft', 'with', '4'], ['with', '4', 'years'], ['4', 'years', 'experience'], ['years', 'experience', 'skill'], ['experience', 'skill', 'details'], ['skill', 'details', 'oracle'], ['details', 'oracle', 'exprience'], ['oracle', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'linux'], ['months', 'linux', 'exprience'], ['linux', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'oracle'], ['months', 'oracle', 'dba'], ['oracle', 'dba', 'exprience'], ['dba', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'rac'], ['months', 'rac', 'exprience'], ['rac', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'golden'], ['months', 'golden', 'gate'], ['golden', 'gate', 'exprience'], ['gate', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'asm'], ['months', 'asm', 'exprience'], ['asm', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'dataguard'], ['months', 'dataguard', 'exprience'], ['dataguard', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tieto'], ['company', 'tieto', 'india'], ['tieto', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'pune'], ['description', 'pune', 'from'], ['pune', 'from', 'february'], ['from', 'february', '2015'], ['february', '2015', 'till'], ['2015', 'till', 'present'], ['till', 'present', 'project'], ['present', 'project', 'profile'], ['project', 'profile', 'oil'], ['profile', 'oil', 'gas'], ['oil', 'gas', 'unit'], ['gas', 'unit', 'tieto'], ['unit', 'tieto', 'india'], ['tieto', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'working'], ['ltd', 'working', 'environmental'], ['working', 'environmental', 'components'], ['environmental', 'components', 'ec'], ['components', 'ec', 'application'], ['ec', 'application', 'tieto'], ['application', 'tieto', 'authorized'], ['tieto', 'authorized', 'service'], ['authorized', 'service', 'provider'], ['service', 'provider', 'ec'], ['provider', 'ec', 'energy'], ['ec', 'energy', 'components'], ['energy', 'components', 'complete'], ['components', 'complete', 'end'], ['complete', 'end', 'end'], ['end', 'end', 'hydrocarbon'], ['end', 'hydrocarbon', 'ounting'], ['hydrocarbon', 'ounting', 'solution'], ['ounting', 'solution', 'following'], ['solution', 'following', 'hydrocarbons'], ['following', 'hydrocarbons', 'production'], ['hydrocarbons', 'production', 'transport'], ['production', 'transport', 'sales'], ['transport', 'sales', 'revenue'], ['sales', 'revenue', 'recognition'], ['revenue', 'recognition', 'globally'], ['recognition', 'globally', 'market'], ['globally', 'market', 'leading'], ['market', 'leading', 'hydrocarbon'], ['leading', 'hydrocarbon', 'ounting'], ['hydrocarbon', 'ounting', 'software'], ['ounting', 'software', 'functionality'], ['software', 'functionality', 'coverage'], ['functionality', 'coverage', 'exceeding'], ['coverage', 'exceeding', 'available'], ['exceeding', 'available', 'solutions'], ['available', 'solutions', 'modern'], ['solutions', 'modern', 'flexible'], ['modern', 'flexible', 'scalable'], ['flexible', 'scalable', 'technology'], ['scalable', 'technology', 'platform'], ['technology', 'platform', 'selected'], ['platform', 'selected', 'global'], ['selected', 'global', 'standard'], ['global', 'standard', 'best'], ['standard', 'best', 'practice'], ['best', 'practice', 'oil'], ['practice', 'oil', 'gas'], ['oil', 'gas', 'super'], ['gas', 'super', 'majors'], ['super', 'majors', 'responsibilities'], ['majors', 'responsibilities', 'oracle'], ['responsibilities', 'oracle', 'database'], ['oracle', 'database', 'administration'], ['database', 'administration', '11g'], ['administration', '11g', 'r2'], ['11g', 'r2', '12c'], ['r2', '12c', '18c'], ['12c', '18c', 'supporting'], ['18c', 'supporting', 'databases'], ['supporting', 'databases', '24x7'], ['databases', '24x7', 'environments'], ['24x7', 'environments', 'coordinate'], ['environments', 'coordinate', 'application'], ['coordinate', 'application', 'os'], ['application', 'os', 'storage'], ['os', 'storage', 'development'], ['storage', 'development', 'teams'], ['development', 'teams', 'test'], ['teams', 'test', 'production'], ['test', 'production', 'environments'], ['production', 'environments', 'regularly'], ['environments', 'regularly', 'monitoring'], ['regularly', 'monitoring', 'trace'], ['monitoring', 'trace', 'files'], ['trace', 'files', 'alert'], ['files', 'alert', 'log'], ...], [['technical'], ['skills'], ['databases'], ['oracle'], ['rdbms'], ['10g'], ['11g'], ['12c'], ['technology'], ['utilities'], ['data'], ['pump'], ['rman'], ['data'], ['guard'], ['asm'], ['rac'], ['golden'], ['gate'], ['tools'], ['occ'], ['putty'], ['sqlplus'], ['sql'], ['developer'], ['netbackup'], ['scom'], ['sccm'], ['vmware'], ['vsphere'], ['operating'], ['systems'], ['rhel'], ['6'], ['0'], ['rhel'], ['6'], ['5'], ['unix'], ['microsoft'], ['windowseducation'], ['details'], ['database'], ['administrator'], ['database'], ['administrator'], ['bny'], ['mellon'], ['skill'], ['details'], ['databases'], ['exprience'], ['24'], ['months'], ['oracle'], ['exprience'], ['24'], ['months'], ['rman'], ['exprience'], ['24'], ['months'], ['netbackup'], ['exprience'], ['24'], ['months'], ['scom'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['bny'], ['mellon'], ['description'], ['databases'], ['600'], ['team'], ['size'], ['8'], ['duration'], ['jan'], ['2017'], ['till'], ['date'], ['clients'], ['over'], ['130'], ['investment'], ['banking'], ['organizations'], ['hosted'], ['eagle'], ['responsibilities'], ['database'], ['management'], ['support'], ['managing'], ['critical'], ['production'], ['pre'], ['production'], ['test'], ['reporting'], ['databases'], ['different'], ['platforms'], ['capacity'], ['management'], ['upgrades'], ['handling'], ['day'], ['day'], ['database'], ['activities'], ['monitoring'], ['incident'], ['management'], ['building'], ['new'], ['databases'], ['per'], ['requirement'], ['prepare'], ['go'], ['live'], ['help'], ['multiple'], ['teams'], ['working'], ['scheduled'], ['activity'], ['database'], ['patching'], ['cpu'], ['psu'], ['installing'], ['latest'], ['path'], ['production'], ['dev'], ['test'], ['databases'], ['per'], ['suggestion'], ['oracle'], ['support'], ['database'], ['upgrade'], ['11g'], ['12c'], ['adding'], ['disks'], ['asm'], ['disk'], ['groups'], ['building'], ['dr'], ['database'], ['using'], ['active'], ['data'], ['guard'], ['make'], ['sync'], ['prod'], ['resolving'], ['issues'], ['persists'], ['data'], ['guard'], ['management'], ['checking'], ['lagging'], ['status'], ['removing'], ['lagging'], ['archives'], ['checking'], ['processes'], ['like'], ['rfs'], ['mrp'], ['archives'], ['management'], ['working'], ['tablespace'], ['related'], ['issues'], ['managing'], ['user'], ['ess'], ['profiles'], ['importing'], ['exporting'], ['using'], ['datapump'], ['maintaining'], ['inventory'], ['databases'], ['single'], ['centralize'], ['database'], ['refreshing'], ['test'], ['environment'], ['production'], ['database'], ['working'], ['oracle'], ['support'], ['resolve'], ['oracle'], ['errors'], ['schedule'], ['daily'], ['weekly'], ['databases'], ['backup'], ['using'], ['rman'], ['troubleshooting'], ['rman'], ['issues'], ['database'], ['cloning'], ['using'], ['rman'], ['take'], ['part'], ['cutover'], ['upgrade'], ['application'], ['higher'], ['version'], ['strictly'], ['following'], ['itil'], ['process'], ['incident'], ['management'], ['change'], ['management'], ['providing'], ['weekly'], ['report'], ['issues'], ['team'], ['meeting'], ['also'], ['participating'], ['suggesting'], ['service'], ['improvement'], ['plans'], ['database'], ['migrations'], ['one'], ['server'], ['another'], ['different'], ['platforms'], ['rca'], ['impact'], ['analysis'], ['reporting'], ['production'], ['outage'], ['previous'], ['organization'], ['brose'], ['india'], ['project'], ['i'], ['central'], ['it'], ['management'], ['company'], ['description'], ['responsibilities'], ['managing'], ['internal'], ['databases'], ['servers'], ['brose'], ['global'], ['providing'], ['24x7'], ['call'], ['support'], ['rotational'], ['shifts'], ['performing'], ['day'], ['day'], ['database'], ['activity'], ['monitoring'], ['responding'], ['dba'], ['group'], ['mails'], ['alerts'], ['issues'], ['ad'], ['hoc'], ['business'], ['user'], ['requests'], ['etc'], ['database'], ['creation'], ['patching'], ['backup'], ['database'], ['frequent'], ['cycles'], ['using'], ['data'], ['pump'], ['rman'], ['database'], ['refreshes'], ['using'], ['rman'], ['datapump'], ['recovery'], ['using'], ['copy'], ['data'], ['rman'], ['monitoring'], ['logs'], ['trace'], ['resolving'], ['issues'], ['creating'], ['new'], ['vm'], ['servers'], ['prepare'], ['go'], ['live'], ['also'], ['decommissioning'], ['per'], ['requirements'], ['weekly'], ['patching'], ['windows'], ['servers'], ['using'], ['sccm'], ['taking'], ['actions'], ['patching'], ['needed'], ['monitoring'], ['troubleshooting'], ['daily'], ['weekly'], ['os'], ['backup'], ['using'], ['symantec'], ['netbackup'], ['managing'], ['user'], ['ounts'], ['os'], ['users'], ['database'], ['users'], ['monitoring'], ['os'], ['level'], ['alerts'], ['using'], ['scom'], ['project'], ['ii'], ['data'], ['center'], ['migration'], ['onsite'], ['project'], ['responsibilities'], ['data'], ['center'], ['migration'], ['one'], ['activity'], ['migration'], ['datacenter'], ['one'], ['location'], ['another'], ['where'], ['servers'], ['databases'], ['moved'], ['su'], ['essfully'], ['installation'], ['oracle'], ['11g'], ['linux'], ['platforms'], ['worked'], ['service'], ['requests'], ['incidents'], ['change'], ['request'], ['creation'], ['users'], ['managing'], ['user'], ['privileges'], ['configured'], ['rman'], ['backup'], ['databases'], ['patching'], ['databases'], ['configuring'], ['physical'], ['standby'], ['database'], ['using'], ['dataguard'], ['cloning'], ['servers'], ['migrate'], ['another'], ['cluster'], ['academia'], ['personal'], ['details'], ['bachelor'], ['engineering'], ['b'], ['e'], ['computer'], ['science'], ['engineering'], ['from'], ['sgbau'], ['amravati'], ['university'], ['amravati'], ['2014'], ['cgpa'], ['7'], ['21'], ['current'], ['address'], ['mr'], ['yogesh'], ['tikhat'], ['c'], ['o'], ['raj'], ['ahmad'], ['flat'], ['g2'], ['702'], ['dreams'], ['aakruti'], ['kalepadal'], ['hadapsar'], ['pune'], ['411028'], ['highest'], ['qualification'], ['be'], ['cse'], ['pan'], ['aofpt5052c'], ['technical', 'skills'], ['skills', 'databases'], ['databases', 'oracle'], ['oracle', 'rdbms'], ['rdbms', '10g'], ['10g', '11g'], ['11g', '12c'], ['12c', 'technology'], ['technology', 'utilities'], ['utilities', 'data'], ['data', 'pump'], ['pump', 'rman'], ['rman', 'data'], ['data', 'guard'], ['guard', 'asm'], ['asm', 'rac'], ['rac', 'golden'], ['golden', 'gate'], ['gate', 'tools'], ['tools', 'occ'], ['occ', 'putty'], ['putty', 'sqlplus'], ['sqlplus', 'sql'], ['sql', 'developer'], ['developer', 'netbackup'], ['netbackup', 'scom'], ['scom', 'sccm'], ['sccm', 'vmware'], ['vmware', 'vsphere'], ['vsphere', 'operating'], ['operating', 'systems'], ['systems', 'rhel'], ['rhel', '6'], ['6', '0'], ['0', 'rhel'], ['rhel', '6'], ['6', '5'], ['5', 'unix'], ['unix', 'microsoft'], ['microsoft', 'windowseducation'], ['windowseducation', 'details'], ['details', 'database'], ['database', 'administrator'], ['administrator', 'database'], ['database', 'administrator'], ['administrator', 'bny'], ['bny', 'mellon'], ['mellon', 'skill'], ['skill', 'details'], ['details', 'databases'], ['databases', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'rman'], ['rman', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'netbackup'], ['netbackup', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'scom'], ['scom', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'bny'], ['bny', 'mellon'], ['mellon', 'description'], ['description', 'databases'], ['databases', '600'], ['600', 'team'], ['team', 'size'], ['size', '8'], ['8', 'duration'], ['duration', 'jan'], ['jan', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'clients'], ['clients', 'over'], ['over', '130'], ['130', 'investment'], ['investment', 'banking'], ['banking', 'organizations'], ['organizations', 'hosted'], ['hosted', 'eagle'], ['eagle', 'responsibilities'], ['responsibilities', 'database'], ['database', 'management'], ['management', 'support'], ['support', 'managing'], ['managing', 'critical'], ['critical', 'production'], ['production', 'pre'], ['pre', 'production'], ['production', 'test'], ['test', 'reporting'], ['reporting', 'databases'], ['databases', 'different'], ['different', 'platforms'], ['platforms', 'capacity'], ['capacity', 'management'], ['management', 'upgrades'], ['upgrades', 'handling'], ['handling', 'day'], ['day', 'day'], ['day', 'database'], ['database', 'activities'], ['activities', 'monitoring'], ['monitoring', 'incident'], ['incident', 'management'], ['management', 'building'], ['building', 'new'], ['new', 'databases'], ['databases', 'per'], ['per', 'requirement'], ['requirement', 'prepare'], ['prepare', 'go'], ['go', 'live'], ['live', 'help'], ['help', 'multiple'], ['multiple', 'teams'], ['teams', 'working'], ['working', 'scheduled'], ['scheduled', 'activity'], ['activity', 'database'], ['database', 'patching'], ['patching', 'cpu'], ['cpu', 'psu'], ['psu', 'installing'], ['installing', 'latest'], ['latest', 'path'], ['path', 'production'], ['production', 'dev'], ['dev', 'test'], ['test', 'databases'], ['databases', 'per'], ['per', 'suggestion'], ['suggestion', 'oracle'], ['oracle', 'support'], ['support', 'database'], ['database', 'upgrade'], ['upgrade', '11g'], ['11g', '12c'], ['12c', 'adding'], ['adding', 'disks'], ['disks', 'asm'], ['asm', 'disk'], ['disk', 'groups'], ['groups', 'building'], ['building', 'dr'], ['dr', 'database'], ['database', 'using'], ['using', 'active'], ['active', 'data'], ['data', 'guard'], ['guard', 'make'], ['make', 'sync'], ['sync', 'prod'], ['prod', 'resolving'], ['resolving', 'issues'], ['issues', 'persists'], ['persists', 'data'], ['data', 'guard'], ['guard', 'management'], ['management', 'checking'], ['checking', 'lagging'], ['lagging', 'status'], ['status', 'removing'], ['removing', 'lagging'], ['lagging', 'archives'], ['archives', 'checking'], ['checking', 'processes'], ['processes', 'like'], ['like', 'rfs'], ['rfs', 'mrp'], ['mrp', 'archives'], ['archives', 'management'], ['management', 'working'], ['working', 'tablespace'], ['tablespace', 'related'], ['related', 'issues'], ['issues', 'managing'], ['managing', 'user'], ['user', 'ess'], ['ess', 'profiles'], ['profiles', 'importing'], ['importing', 'exporting'], ['exporting', 'using'], ['using', 'datapump'], ['datapump', 'maintaining'], ['maintaining', 'inventory'], ['inventory', 'databases'], ['databases', 'single'], ['single', 'centralize'], ['centralize', 'database'], ['database', 'refreshing'], ['refreshing', 'test'], ['test', 'environment'], ['environment', 'production'], ['production', 'database'], ['database', 'working'], ['working', 'oracle'], ['oracle', 'support'], ['support', 'resolve'], ['resolve', 'oracle'], ['oracle', 'errors'], ['errors', 'schedule'], ['schedule', 'daily'], ['daily', 'weekly'], ['weekly', 'databases'], ['databases', 'backup'], ['backup', 'using'], ['using', 'rman'], ['rman', 'troubleshooting'], ['troubleshooting', 'rman'], ['rman', 'issues'], ['issues', 'database'], ['database', 'cloning'], ['cloning', 'using'], ['using', 'rman'], ['rman', 'take'], ['take', 'part'], ['part', 'cutover'], ['cutover', 'upgrade'], ['upgrade', 'application'], ['application', 'higher'], ['higher', 'version'], ['version', 'strictly'], ['strictly', 'following'], ['following', 'itil'], ['itil', 'process'], ['process', 'incident'], ['incident', 'management'], ['management', 'change'], ['change', 'management'], ['management', 'providing'], ['providing', 'weekly'], ['weekly', 'report'], ['report', 'issues'], ['issues', 'team'], ['team', 'meeting'], ['meeting', 'also'], ['also', 'participating'], ['participating', 'suggesting'], ['suggesting', 'service'], ['service', 'improvement'], ['improvement', 'plans'], ['plans', 'database'], ['database', 'migrations'], ['migrations', 'one'], ['one', 'server'], ['server', 'another'], ['another', 'different'], ['different', 'platforms'], ['platforms', 'rca'], ['rca', 'impact'], ['impact', 'analysis'], ['analysis', 'reporting'], ['reporting', 'production'], ['production', 'outage'], ['outage', 'previous'], ['previous', 'organization'], ['organization', 'brose'], ['brose', 'india'], ['india', 'project'], ['project', 'i'], ['i', 'central'], ['central', 'it'], ['it', 'management'], ['management', 'company'], ['company', 'description'], ['description', 'responsibilities'], ['responsibilities', 'managing'], ['managing', 'internal'], ['internal', 'databases'], ['databases', 'servers'], ['servers', 'brose'], ['brose', 'global'], ['global', 'providing'], ['providing', '24x7'], ['24x7', 'call'], ['call', 'support'], ['support', 'rotational'], ['rotational', 'shifts'], ['shifts', 'performing'], ['performing', 'day'], ['day', 'day'], ['day', 'database'], ['database', 'activity'], ['activity', 'monitoring'], ['monitoring', 'responding'], ['responding', 'dba'], ['dba', 'group'], ['group', 'mails'], ['mails', 'alerts'], ['alerts', 'issues'], ['issues', 'ad'], ['ad', 'hoc'], ['hoc', 'business'], ['business', 'user'], ['user', 'requests'], ['requests', 'etc'], ['etc', 'database'], ['database', 'creation'], ['creation', 'patching'], ['patching', 'backup'], ['backup', 'database'], ['database', 'frequent'], ['frequent', 'cycles'], ['cycles', 'using'], ['using', 'data'], ['data', 'pump'], ['pump', 'rman'], ['rman', 'database'], ['database', 'refreshes'], ['refreshes', 'using'], ['using', 'rman'], ['rman', 'datapump'], ['datapump', 'recovery'], ['recovery', 'using'], ['using', 'copy'], ['copy', 'data'], ['data', 'rman'], ['rman', 'monitoring'], ['monitoring', 'logs'], ['logs', 'trace'], ['trace', 'resolving'], ['resolving', 'issues'], ['issues', 'creating'], ['creating', 'new'], ['new', 'vm'], ['vm', 'servers'], ['servers', 'prepare'], ['prepare', 'go'], ['go', 'live'], ['live', 'also'], ['also', 'decommissioning'], ['decommissioning', 'per'], ['per', 'requirements'], ['requirements', 'weekly'], ['weekly', 'patching'], ['patching', 'windows'], ['windows', 'servers'], ['servers', 'using'], ['using', 'sccm'], ['sccm', 'taking'], ['taking', 'actions'], ['actions', 'patching'], ['patching', 'needed'], ['needed', 'monitoring'], ['monitoring', 'troubleshooting'], ['troubleshooting', 'daily'], ['daily', 'weekly'], ['weekly', 'os'], ['os', 'backup'], ['backup', 'using'], ['using', 'symantec'], ['symantec', 'netbackup'], ['netbackup', 'managing'], ['managing', 'user'], ['user', 'ounts'], ['ounts', 'os'], ['os', 'users'], ['users', 'database'], ['database', 'users'], ['users', 'monitoring'], ['monitoring', 'os'], ['os', 'level'], ['level', 'alerts'], ['alerts', 'using'], ['using', 'scom'], ['scom', 'project'], ['project', 'ii'], ['ii', 'data'], ['data', 'center'], ['center', 'migration'], ['migration', 'onsite'], ['onsite', 'project'], ['project', 'responsibilities'], ['responsibilities', 'data'], ['data', 'center'], ['center', 'migration'], ['migration', 'one'], ['one', 'activity'], ['activity', 'migration'], ['migration', 'datacenter'], ['datacenter', 'one'], ['one', 'location'], ['location', 'another'], ['another', 'where'], ['where', 'servers'], ['servers', 'databases'], ['databases', 'moved'], ['moved', 'su'], ['su', 'essfully'], ['essfully', 'installation'], ['installation', 'oracle'], ['oracle', '11g'], ['11g', 'linux'], ['linux', 'platforms'], ['platforms', 'worked'], ['worked', 'service'], ['service', 'requests'], ['requests', 'incidents'], ['incidents', 'change'], ['change', 'request'], ['request', 'creation'], ['creation', 'users'], ['users', 'managing'], ['managing', 'user'], ['user', 'privileges'], ['privileges', 'configured'], ['configured', 'rman'], ['rman', 'backup'], ['backup', 'databases'], ['databases', 'patching'], ['patching', 'databases'], ['databases', 'configuring'], ['configuring', 'physical'], ['physical', 'standby'], ['standby', 'database'], ['database', 'using'], ['using', 'dataguard'], ['dataguard', 'cloning'], ['cloning', 'servers'], ['servers', 'migrate'], ['migrate', 'another'], ['another', 'cluster'], ['cluster', 'academia'], ['academia', 'personal'], ['personal', 'details'], ['details', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'from'], ['from', 'sgbau'], ['sgbau', 'amravati'], ['amravati', 'university'], ['university', 'amravati'], ['amravati', '2014'], ['2014', 'cgpa'], ['cgpa', '7'], ['7', '21'], ['21', 'current'], ['current', 'address'], ['address', 'mr'], ['mr', 'yogesh'], ['yogesh', 'tikhat'], ['tikhat', 'c'], ['c', 'o'], ['o', 'raj'], ['raj', 'ahmad'], ['ahmad', 'flat'], ['flat', 'g2'], ['g2', '702'], ['702', 'dreams'], ['dreams', 'aakruti'], ['aakruti', 'kalepadal'], ['kalepadal', 'hadapsar'], ['hadapsar', 'pune'], ['pune', '411028'], ['411028', 'highest'], ['highest', 'qualification'], ['qualification', 'be'], ['be', 'cse'], ['cse', 'pan'], ['pan', 'aofpt5052c'], ['technical', 'skills', 'databases'], ['skills', 'databases', 'oracle'], ['databases', 'oracle', 'rdbms'], ['oracle', 'rdbms', '10g'], ['rdbms', '10g', '11g'], ['10g', '11g', '12c'], ['11g', '12c', 'technology'], ['12c', 'technology', 'utilities'], ['technology', 'utilities', 'data'], ['utilities', 'data', 'pump'], ['data', 'pump', 'rman'], ['pump', 'rman', 'data'], ['rman', 'data', 'guard'], ['data', 'guard', 'asm'], ['guard', 'asm', 'rac'], ['asm', 'rac', 'golden'], ['rac', 'golden', 'gate'], ['golden', 'gate', 'tools'], ['gate', 'tools', 'occ'], ['tools', 'occ', 'putty'], ['occ', 'putty', 'sqlplus'], ['putty', 'sqlplus', 'sql'], ['sqlplus', 'sql', 'developer'], ['sql', 'developer', 'netbackup'], ['developer', 'netbackup', 'scom'], ['netbackup', 'scom', 'sccm'], ['scom', 'sccm', 'vmware'], ['sccm', 'vmware', 'vsphere'], ['vmware', 'vsphere', 'operating'], ['vsphere', 'operating', 'systems'], ['operating', 'systems', 'rhel'], ['systems', 'rhel', '6'], ['rhel', '6', '0'], ['6', '0', 'rhel'], ['0', 'rhel', '6'], ['rhel', '6', '5'], ['6', '5', 'unix'], ['5', 'unix', 'microsoft'], ['unix', 'microsoft', 'windowseducation'], ['microsoft', 'windowseducation', 'details'], ['windowseducation', 'details', 'database'], ['details', 'database', 'administrator'], ['database', 'administrator', 'database'], ...], [['software'], ['skills'], ['rdbms'], ['ms'], ['sql'], ['server'], ['2000'], ['2005'], ['2008'], ['2012'], ['2014'], ['operating'], ['systems'], ['windows'], ['xp'], ['7'], ['windows'], ['server'], ['2008'], ['12'], ['fundamentals'], ['ms'], ['office'], ['03'], ['07'], ['tools'], ['ssms'], ['performance'], ['monitor'], ['sql'], ['profiler'], ['sql'], ['lite'], ['speed'], ['company'], ['name'], ['barclays'], ['technology'], ['centre'], ['india'], ['team'], ['size'], ['24'], ['role'], ['database'], ['administrator'], ['support'], ['description'], ['barclays'], ['technology'], ['uk'], ['based'], ['retail'], ['invest'], ['bank'], ['300'], ['years'], ['old'], ['bank'], ['it'], ['operations'], ['40'], ['countries'], ['employs'], ['approximately'], ['120'], ['000'], ['people'], ['barclays'], ['organised'], ['four'], ['core'], ['businesses'], ['personal'], ['corporate'], ['personal'], ['banking'], ['corporate'], ['banking'], ['wealth'], ['investment'], ['management'], ['barclaycard'], ['investment'], ['banking'], ['responsibilities'], ['attending'], ['various'], ['calls'], ['world'], ['various'], ['database'], ['issues'], ['working'], ['web'], ['gui'], ['alerts'], ['resolving'], ['incident'], ['tickets'], ['within'], ['time'], ['lines'], ['troubleshoooting'], ['log'], ['shipping'], ['issues'], ['fixing'], ['related'], ['alerts'], ['identifying'], ['resolving'], ['blocking'], ['locking'], ['related'], ['issues'], ['configuration'], ['monitoring'], ['replication'], ['log'], ['shipping'], ['mirroring'], ['setup'], ['working'], ['replication'], ['issues'], ['always'], ['on'], ['issue'], ['granting'], ['revoking'], ['permissions'], ['various'], ['ount'], ['provisioning'], ['tasks'], ['working'], ['call'], ['support'], ['weekend'], ['performing'], ['dr'], ['test'], ['working'], ['weekly'], ['maintenance'], ['jobs'], ['weekend'], ['change'], ['requests'], ['education'], ['details'], ['b'], ['sc'], ['maths'], ['kakatiya'], ['university'], ['board'], ['secured'], ['sql'], ['server'], ['database'], ['administrator'], ['database'], ['administrator'], ['skill'], ['details'], ['database'], ['exprience'], ['120'], ['months'], ['database'], ['administrator'], ['exprience'], ['72'], ['months'], ['maintenance'], ['exprience'], ['48'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['48'], ['months'], ['replication'], ['exprience'], ['48'], ['monthscompany'], ['details'], ['company'], ['barclays'], ['global'], ['services'], ['centre'], ['description'], ['sql'], ['server'], ['databases'], ['implementation'], ['maintenances'], ['log'], ['shipping'], ['replication'], ['high'], ['availability'], ['clustering'], ['performance'], ['tuning'], ['database'], ['mirroring'], ['installation'], ['configuration'], ['upgradation'], ['migration'], ['company'], ['wipro'], ['infotech'], ['pvt'], ['ltd'], ['description'], ['sql'], ['server'], ['database'], ['administrator'], ['company'], ['citi'], ['bank'], ['description'], ['worked'], ['database'], ['support'], ['a'], ['ord'], ['fintech'], ['sanpada'], ['sep'], ['2008'], ['2013'], ['feb'], ['company'], ['description'], ['2012'], ['sound'], ['knowledge'], ['database'], ['backup'], ['restore'], ['attach'], ['detach'], ['disaster'], ['recovery'], ['procedures'], ['developed'], ['backup'], ['recovery'], ['strategies'], ['production'], ['environment'], ['ensuring'], ['data'], ['consistency'], ['database'], ['dbcc'], ['dmv'], ['commands'], ['experience'], ['query'], ['tuning'], ['stored'], ['procedures'], ['troubleshooting'], ['performance'], ['issues'], ['having'], ['hands'], ['experience'], ['dr'], ['process'], ['including'], ['log'], ['shipping'], ['database'], ['mirroring'], ['experience'], ['scheduling'], ['monitoring'], ['jobs'], ['experience'], ['configure'], ['troubleshooting'], ['always'], ['on'], ['creating'], ['maintaining'], ['maintenance'], ['plan'], ['expertise'], ['planning'], ['implementing'], ['ms'], ['sql'], ['server'], ['security'], ['database'], ['permissions'], ['clear'], ['understanding'], ['implementation'], ['log'], ['shipping'], ['replication'], ['mirroring'], ['databases'], ['servers'], ['performance'], ['tuning'], ['performance'], ['monitor'], ['sql'], ['profiler'], ['query'], ['analyzer'], ['security'], ['server'], ['databases'], ['implementing'], ['security'], ['creating'], ['roles'], ['users'], ['added'], ['users'], ['roles'], ['assigning'], ['rights'], ['roles'], ['create'], ['maintaining'], ['linked'], ['servers'], ['sql'], ['instances'], ['create'], ['maintaining'], ['database'], ['mail'], ['monitor'], ['troubleshoot'], ['database'], ['issues'], ['creating'], ['dts'], ['packages'], ['executing'], ['required'], ['tasks'], ['experts'], ['create'], ['indexes'], ['maintaining'], ['indexes'], ['rebuilds'], ['reorganizes'], ['daily'], ['maintenance'], ['sql'], ['servers'], ['included'], ['reviewing'], ['sql'], ['error'], ['logs'], ['event'], ['viewer'], ['software', 'skills'], ['skills', 'rdbms'], ['rdbms', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', '2000'], ['2000', '2005'], ['2005', '2008'], ['2008', '2012'], ['2012', '2014'], ['2014', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', 'windows'], ['windows', 'server'], ['server', '2008'], ['2008', '12'], ['12', 'fundamentals'], ['fundamentals', 'ms'], ['ms', 'office'], ['office', '03'], ['03', '07'], ['07', 'tools'], ['tools', 'ssms'], ['ssms', 'performance'], ['performance', 'monitor'], ['monitor', 'sql'], ['sql', 'profiler'], ['profiler', 'sql'], ['sql', 'lite'], ['lite', 'speed'], ['speed', 'company'], ['company', 'name'], ['name', 'barclays'], ['barclays', 'technology'], ['technology', 'centre'], ['centre', 'india'], ['india', 'team'], ['team', 'size'], ['size', '24'], ['24', 'role'], ['role', 'database'], ['database', 'administrator'], ['administrator', 'support'], ['support', 'description'], ['description', 'barclays'], ['barclays', 'technology'], ['technology', 'uk'], ['uk', 'based'], ['based', 'retail'], ['retail', 'invest'], ['invest', 'bank'], ['bank', '300'], ['300', 'years'], ['years', 'old'], ['old', 'bank'], ['bank', 'it'], ['it', 'operations'], ['operations', '40'], ['40', 'countries'], ['countries', 'employs'], ['employs', 'approximately'], ['approximately', '120'], ['120', '000'], ['000', 'people'], ['people', 'barclays'], ['barclays', 'organised'], ['organised', 'four'], ['four', 'core'], ['core', 'businesses'], ['businesses', 'personal'], ['personal', 'corporate'], ['corporate', 'personal'], ['personal', 'banking'], ['banking', 'corporate'], ['corporate', 'banking'], ['banking', 'wealth'], ['wealth', 'investment'], ['investment', 'management'], ['management', 'barclaycard'], ['barclaycard', 'investment'], ['investment', 'banking'], ['banking', 'responsibilities'], ['responsibilities', 'attending'], ['attending', 'various'], ['various', 'calls'], ['calls', 'world'], ['world', 'various'], ['various', 'database'], ['database', 'issues'], ['issues', 'working'], ['working', 'web'], ['web', 'gui'], ['gui', 'alerts'], ['alerts', 'resolving'], ['resolving', 'incident'], ['incident', 'tickets'], ['tickets', 'within'], ['within', 'time'], ['time', 'lines'], ['lines', 'troubleshoooting'], ['troubleshoooting', 'log'], ['log', 'shipping'], ['shipping', 'issues'], ['issues', 'fixing'], ['fixing', 'related'], ['related', 'alerts'], ['alerts', 'identifying'], ['identifying', 'resolving'], ['resolving', 'blocking'], ['blocking', 'locking'], ['locking', 'related'], ['related', 'issues'], ['issues', 'configuration'], ['configuration', 'monitoring'], ['monitoring', 'replication'], ['replication', 'log'], ['log', 'shipping'], ['shipping', 'mirroring'], ['mirroring', 'setup'], ['setup', 'working'], ['working', 'replication'], ['replication', 'issues'], ['issues', 'always'], ['always', 'on'], ['on', 'issue'], ['issue', 'granting'], ['granting', 'revoking'], ['revoking', 'permissions'], ['permissions', 'various'], ['various', 'ount'], ['ount', 'provisioning'], ['provisioning', 'tasks'], ['tasks', 'working'], ['working', 'call'], ['call', 'support'], ['support', 'weekend'], ['weekend', 'performing'], ['performing', 'dr'], ['dr', 'test'], ['test', 'working'], ['working', 'weekly'], ['weekly', 'maintenance'], ['maintenance', 'jobs'], ['jobs', 'weekend'], ['weekend', 'change'], ['change', 'requests'], ['requests', 'education'], ['education', 'details'], ['details', 'b'], ['b', 'sc'], ['sc', 'maths'], ['maths', 'kakatiya'], ['kakatiya', 'university'], ['university', 'board'], ['board', 'secured'], ['secured', 'sql'], ['sql', 'server'], ['server', 'database'], ['database', 'administrator'], ['administrator', 'database'], ['database', 'administrator'], ['administrator', 'skill'], ['skill', 'details'], ['details', 'database'], ['database', 'exprience'], ['exprience', '120'], ['120', 'months'], ['months', 'database'], ['database', 'administrator'], ['administrator', 'exprience'], ['exprience', '72'], ['72', 'months'], ['months', 'maintenance'], ['maintenance', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'replication'], ['replication', 'exprience'], ['exprience', '48'], ['48', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'barclays'], ['barclays', 'global'], ['global', 'services'], ['services', 'centre'], ['centre', 'description'], ['description', 'sql'], ['sql', 'server'], ['server', 'databases'], ['databases', 'implementation'], ['implementation', 'maintenances'], ['maintenances', 'log'], ['log', 'shipping'], ['shipping', 'replication'], ['replication', 'high'], ['high', 'availability'], ['availability', 'clustering'], ['clustering', 'performance'], ['performance', 'tuning'], ['tuning', 'database'], ['database', 'mirroring'], ['mirroring', 'installation'], ['installation', 'configuration'], ['configuration', 'upgradation'], ['upgradation', 'migration'], ['migration', 'company'], ['company', 'wipro'], ['wipro', 'infotech'], ['infotech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'sql'], ['sql', 'server'], ['server', 'database'], ['database', 'administrator'], ['administrator', 'company'], ['company', 'citi'], ['citi', 'bank'], ['bank', 'description'], ['description', 'worked'], ['worked', 'database'], ['database', 'support'], ['support', 'a'], ['a', 'ord'], ['ord', 'fintech'], ['fintech', 'sanpada'], ['sanpada', 'sep'], ['sep', '2008'], ['2008', '2013'], ['2013', 'feb'], ['feb', 'company'], ['company', 'description'], ['description', '2012'], ['2012', 'sound'], ['sound', 'knowledge'], ['knowledge', 'database'], ['database', 'backup'], ['backup', 'restore'], ['restore', 'attach'], ['attach', 'detach'], ['detach', 'disaster'], ['disaster', 'recovery'], ['recovery', 'procedures'], ['procedures', 'developed'], ['developed', 'backup'], ['backup', 'recovery'], ['recovery', 'strategies'], ['strategies', 'production'], ['production', 'environment'], ['environment', 'ensuring'], ['ensuring', 'data'], ['data', 'consistency'], ['consistency', 'database'], ['database', 'dbcc'], ['dbcc', 'dmv'], ['dmv', 'commands'], ['commands', 'experience'], ['experience', 'query'], ['query', 'tuning'], ['tuning', 'stored'], ['stored', 'procedures'], ['procedures', 'troubleshooting'], ['troubleshooting', 'performance'], ['performance', 'issues'], ['issues', 'having'], ['having', 'hands'], ['hands', 'experience'], ['experience', 'dr'], ['dr', 'process'], ['process', 'including'], ['including', 'log'], ['log', 'shipping'], ['shipping', 'database'], ['database', 'mirroring'], ['mirroring', 'experience'], ['experience', 'scheduling'], ['scheduling', 'monitoring'], ['monitoring', 'jobs'], ['jobs', 'experience'], ['experience', 'configure'], ['configure', 'troubleshooting'], ['troubleshooting', 'always'], ['always', 'on'], ['on', 'creating'], ['creating', 'maintaining'], ['maintaining', 'maintenance'], ['maintenance', 'plan'], ['plan', 'expertise'], ['expertise', 'planning'], ['planning', 'implementing'], ['implementing', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'security'], ['security', 'database'], ['database', 'permissions'], ['permissions', 'clear'], ['clear', 'understanding'], ['understanding', 'implementation'], ['implementation', 'log'], ['log', 'shipping'], ['shipping', 'replication'], ['replication', 'mirroring'], ['mirroring', 'databases'], ['databases', 'servers'], ['servers', 'performance'], ['performance', 'tuning'], ['tuning', 'performance'], ['performance', 'monitor'], ['monitor', 'sql'], ['sql', 'profiler'], ['profiler', 'query'], ['query', 'analyzer'], ['analyzer', 'security'], ['security', 'server'], ['server', 'databases'], ['databases', 'implementing'], ['implementing', 'security'], ['security', 'creating'], ['creating', 'roles'], ['roles', 'users'], ['users', 'added'], ['added', 'users'], ['users', 'roles'], ['roles', 'assigning'], ['assigning', 'rights'], ['rights', 'roles'], ['roles', 'create'], ['create', 'maintaining'], ['maintaining', 'linked'], ['linked', 'servers'], ['servers', 'sql'], ['sql', 'instances'], ['instances', 'create'], ['create', 'maintaining'], ['maintaining', 'database'], ['database', 'mail'], ['mail', 'monitor'], ['monitor', 'troubleshoot'], ['troubleshoot', 'database'], ['database', 'issues'], ['issues', 'creating'], ['creating', 'dts'], ['dts', 'packages'], ['packages', 'executing'], ['executing', 'required'], ['required', 'tasks'], ['tasks', 'experts'], ['experts', 'create'], ['create', 'indexes'], ['indexes', 'maintaining'], ['maintaining', 'indexes'], ['indexes', 'rebuilds'], ['rebuilds', 'reorganizes'], ['reorganizes', 'daily'], ['daily', 'maintenance'], ['maintenance', 'sql'], ['sql', 'servers'], ['servers', 'included'], ['included', 'reviewing'], ['reviewing', 'sql'], ['sql', 'error'], ['error', 'logs'], ['logs', 'event'], ['event', 'viewer'], ['software', 'skills', 'rdbms'], ['skills', 'rdbms', 'ms'], ['rdbms', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', '2000'], ['server', '2000', '2005'], ['2000', '2005', '2008'], ['2005', '2008', '2012'], ['2008', '2012', '2014'], ['2012', '2014', 'operating'], ['2014', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', 'windows'], ['7', 'windows', 'server'], ['windows', 'server', '2008'], ['server', '2008', '12'], ['2008', '12', 'fundamentals'], ['12', 'fundamentals', 'ms'], ['fundamentals', 'ms', 'office'], ['ms', 'office', '03'], ['office', '03', '07'], ['03', '07', 'tools'], ['07', 'tools', 'ssms'], ['tools', 'ssms', 'performance'], ['ssms', 'performance', 'monitor'], ['performance', 'monitor', 'sql'], ['monitor', 'sql', 'profiler'], ['sql', 'profiler', 'sql'], ['profiler', 'sql', 'lite'], ['sql', 'lite', 'speed'], ['lite', 'speed', 'company'], ['speed', 'company', 'name'], ['company', 'name', 'barclays'], ['name', 'barclays', 'technology'], ['barclays', 'technology', 'centre'], ['technology', 'centre', 'india'], ['centre', 'india', 'team'], ['india', 'team', 'size'], ['team', 'size', '24'], ['size', '24', 'role'], ['24', 'role', 'database'], ['role', 'database', 'administrator'], ['database', 'administrator', 'support'], ['administrator', 'support', 'description'], ['support', 'description', 'barclays'], ['description', 'barclays', 'technology'], ['barclays', 'technology', 'uk'], ['technology', 'uk', 'based'], ['uk', 'based', 'retail'], ['based', 'retail', 'invest'], ['retail', 'invest', 'bank'], ['invest', 'bank', '300'], ['bank', '300', 'years'], ['300', 'years', 'old'], ['years', 'old', 'bank'], ['old', 'bank', 'it'], ['bank', 'it', 'operations'], ['it', 'operations', '40'], ['operations', '40', 'countries'], ['40', 'countries', 'employs'], ['countries', 'employs', 'approximately'], ['employs', 'approximately', '120'], ['approximately', '120', '000'], ['120', '000', 'people'], ['000', 'people', 'barclays'], ['people', 'barclays', 'organised'], ['barclays', 'organised', 'four'], ['organised', 'four', 'core'], ['four', 'core', 'businesses'], ['core', 'businesses', 'personal'], ['businesses', 'personal', 'corporate'], ['personal', 'corporate', 'personal'], ['corporate', 'personal', 'banking'], ['personal', 'banking', 'corporate'], ['banking', 'corporate', 'banking'], ['corporate', 'banking', 'wealth'], ['banking', 'wealth', 'investment'], ['wealth', 'investment', 'management'], ['investment', 'management', 'barclaycard'], ['management', 'barclaycard', 'investment'], ['barclaycard', 'investment', 'banking'], ['investment', 'banking', 'responsibilities'], ['banking', 'responsibilities', 'attending'], ['responsibilities', 'attending', 'various'], ['attending', 'various', 'calls'], ['various', 'calls', 'world'], ['calls', 'world', 'various'], ['world', 'various', 'database'], ['various', 'database', 'issues'], ['database', 'issues', 'working'], ['issues', 'working', 'web'], ['working', 'web', 'gui'], ['web', 'gui', 'alerts'], ['gui', 'alerts', 'resolving'], ['alerts', 'resolving', 'incident'], ['resolving', 'incident', 'tickets'], ['incident', 'tickets', 'within'], ['tickets', 'within', 'time'], ['within', 'time', 'lines'], ['time', 'lines', 'troubleshoooting'], ['lines', 'troubleshoooting', 'log'], ['troubleshoooting', 'log', 'shipping'], ['log', 'shipping', 'issues'], ['shipping', 'issues', 'fixing'], ['issues', 'fixing', 'related'], ['fixing', 'related', 'alerts'], ['related', 'alerts', 'identifying'], ['alerts', 'identifying', 'resolving'], ['identifying', 'resolving', 'blocking'], ['resolving', 'blocking', 'locking'], ['blocking', 'locking', 'related'], ['locking', 'related', 'issues'], ['related', 'issues', 'configuration'], ['issues', 'configuration', 'monitoring'], ['configuration', 'monitoring', 'replication'], ['monitoring', 'replication', 'log'], ['replication', 'log', 'shipping'], ['log', 'shipping', 'mirroring'], ['shipping', 'mirroring', 'setup'], ['mirroring', 'setup', 'working'], ['setup', 'working', 'replication'], ['working', 'replication', 'issues'], ['replication', 'issues', 'always'], ['issues', 'always', 'on'], ['always', 'on', 'issue'], ['on', 'issue', 'granting'], ['issue', 'granting', 'revoking'], ['granting', 'revoking', 'permissions'], ['revoking', 'permissions', 'various'], ['permissions', 'various', 'ount'], ['various', 'ount', 'provisioning'], ['ount', 'provisioning', 'tasks'], ['provisioning', 'tasks', 'working'], ['tasks', 'working', 'call'], ['working', 'call', 'support'], ['call', 'support', 'weekend'], ['support', 'weekend', 'performing'], ['weekend', 'performing', 'dr'], ['performing', 'dr', 'test'], ['dr', 'test', 'working'], ['test', 'working', 'weekly'], ['working', 'weekly', 'maintenance'], ['weekly', 'maintenance', 'jobs'], ['maintenance', 'jobs', 'weekend'], ['jobs', 'weekend', 'change'], ['weekend', 'change', 'requests'], ['change', 'requests', 'education'], ['requests', 'education', 'details'], ['education', 'details', 'b'], ['details', 'b', 'sc'], ['b', 'sc', 'maths'], ['sc', 'maths', 'kakatiya'], ['maths', 'kakatiya', 'university'], ['kakatiya', 'university', 'board'], ['university', 'board', 'secured'], ['board', 'secured', 'sql'], ['secured', 'sql', 'server'], ['sql', 'server', 'database'], ['server', 'database', 'administrator'], ['database', 'administrator', 'database'], ['administrator', 'database', 'administrator'], ['database', 'administrator', 'skill'], ['administrator', 'skill', 'details'], ['skill', 'details', 'database'], ['details', 'database', 'exprience'], ['database', 'exprience', '120'], ['exprience', '120', 'months'], ['120', 'months', 'database'], ['months', 'database', 'administrator'], ['database', 'administrator', 'exprience'], ['administrator', 'exprience', '72'], ['exprience', '72', 'months'], ['72', 'months', 'maintenance'], ['months', 'maintenance', 'exprience'], ['maintenance', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'ms'], ['months', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', 'exprience'], ['server', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'replication'], ['months', 'replication', 'exprience'], ['replication', 'exprience', '48'], ['exprience', '48', 'monthscompany'], ['48', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'barclays'], ['company', 'barclays', 'global'], ['barclays', 'global', 'services'], ['global', 'services', 'centre'], ['services', 'centre', 'description'], ['centre', 'description', 'sql'], ['description', 'sql', 'server'], ['sql', 'server', 'databases'], ['server', 'databases', 'implementation'], ['databases', 'implementation', 'maintenances'], ['implementation', 'maintenances', 'log'], ['maintenances', 'log', 'shipping'], ['log', 'shipping', 'replication'], ['shipping', 'replication', 'high'], ['replication', 'high', 'availability'], ['high', 'availability', 'clustering'], ['availability', 'clustering', 'performance'], ['clustering', 'performance', 'tuning'], ['performance', 'tuning', 'database'], ['tuning', 'database', 'mirroring'], ['database', 'mirroring', 'installation'], ['mirroring', 'installation', 'configuration'], ['installation', 'configuration', 'upgradation'], ['configuration', 'upgradation', 'migration'], ['upgradation', 'migration', 'company'], ['migration', 'company', 'wipro'], ['company', 'wipro', 'infotech'], ['wipro', 'infotech', 'pvt'], ['infotech', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'sql'], ['description', 'sql', 'server'], ['sql', 'server', 'database'], ['server', 'database', 'administrator'], ['database', 'administrator', 'company'], ['administrator', 'company', 'citi'], ['company', 'citi', 'bank'], ['citi', 'bank', 'description'], ['bank', 'description', 'worked'], ['description', 'worked', 'database'], ['worked', 'database', 'support'], ['database', 'support', 'a'], ['support', 'a', 'ord'], ['a', 'ord', 'fintech'], ['ord', 'fintech', 'sanpada'], ['fintech', 'sanpada', 'sep'], ['sanpada', 'sep', '2008'], ['sep', '2008', '2013'], ['2008', '2013', 'feb'], ['2013', 'feb', 'company'], ['feb', 'company', 'description'], ['company', 'description', '2012'], ['description', '2012', 'sound'], ['2012', 'sound', 'knowledge'], ['sound', 'knowledge', 'database'], ['knowledge', 'database', 'backup'], ['database', 'backup', 'restore'], ['backup', 'restore', 'attach'], ['restore', 'attach', 'detach'], ...], [['areas'], ['expertise'], ['oracle'], ['databases'], ['12c'], ['11g'], ['10g'], ['weblogic'], ['12c'], ['11g'], ['grid'], ['infrastructure'], ['rman'], ['asm'], ['middleware'], ['oim'], ['oam'], ['soa'], ['shell'], ['scripts'], ['dataguard'], ['web'], ['servers'], ['ohs'], ['apache'], ['architecture'], ['designs'], ['proof'], ['concepts'], ['devopseducation'], ['details'], ['january'], ['2007'], ['bachelor'], ['engineering'], ['information'], ['technology'], ['sangli'], ['maharashtra'], ['walchand'], ['college'], ['january'], ['2004'], ['diploma'], ['computer'], ['engineering'], ['jalgaon'], ['maharashtra'], ['govt'], ['polytechnic'], ['lead'], ['database'], ['administrator'], ['lead'], ['database'], ['administrator'], ['tieto'], ['software'], ['skill'], ['details'], ['databases'], ['exprience'], ['108'], ['months'], ['middleware'], ['exprience'], ['96'], ['months'], ['rman'], ['exprience'], ['84'], ['months'], ['shell'], ['scripts'], ['exprience'], ['48'], ['monthscompany'], ['details'], ['company'], ['tieto'], ['software'], ['description'], ['as'], ['part'], ['ao'], ['application'], ['operations'], ['team'], ['scope'], ['project'], ['quite'], ['wide'], ['typical'], ['database'], ['administration'], ['range'], ['omplishments'], ['extended'], ['right'], ['data'], ['tier'], ['middle'], ['tier'], ['application'], ['tier'], ['maximized'], ['availability'], ['applications'], ['99'], ['3'], ['99'], ['8'], ['raised'], ['business'], ['presenting'], ['proof'], ['concepts'], ['10'], ['cases'], ['delivered'], ['upgrades'], ['various'], ['applications'], ['time'], ['time'], ['keep'], ['supported'], ['platform'], ['saved'], ['slas'], ['per'], ['contract'], ['means'], ['handling'], ['p1'], ['p2'], ['issues'], ['effectively'], ['produced'], ['capacity'], ['reports'], ['comprising'], ['layers'], ['data'], ['middleware'], ['web'], ['various'], ['applications'], ['generated'], ['work'], ['orders'], ['per'], ['customer'], ['need'], ['company'], ['tieto'], ['software'], ['description'], ['designed'], ['databases'], ['various'], ['applications'], ['planned'], ['rman'], ['backup'], ['recovery'], ['bcp'], ['strategies'], ['executed'], ['business'], ['continuity'], ['testing'], ['various'], ['applications'], ['introduced'], ['zero'], ['cost'], ['high'], ['availability'], ['solutions'], ['active'], ['passive'], ['failover'], ['optimized'], ['performance'], ['means'], ['scripting'], ['automation'], ['established'], ['cloning'], ['procedures'], ['layers'], ['various'], ['applications'], ['delivered'], ['infrastructure'], ['changes'], ['like'], ['fw'], ['openings'], ['loadbalancer'], ['configuration'], ['new'], ['applications'], ['eliminated'], ['downtime'], ['troubleshoot'], ['issues'], ['middleware'], ['products'], ['oim'], ['oam'], ['soa'], ['contributed'], ['build'], ['maintain'], ['integration'], ['layer'], ['smtp'], ['ftp'], ['reverse'], ['proxy'], ['ocm'], ['company'], ['tieto'], ['software'], ['description'], ['provided'], ['database'], ['support'], ['environments'], ['prod'], ['uat'], ['test'], ['dev'], ['performed'], ['database'], ['refresh'], ['cloning'], ['production'], ['development'], ['support'], ['databases'], ['reduced'], ['risk'], ['level'], ['means'], ['upgrading'], ['patching'], ['databases'], ['time'], ['time'], ['protected'], ['databases'], ['assigning'], ['appropriate'], ['roles'], ['privileges'], ['per'], ['sod'], ['generated'], ['maintained'], ['middleware'], ['schemas'], ['using'], ['rcu'], ['exceeded'], ['scope'], ['work'], ['supporting'], ['maintaining'], ['weblogic'], ['platform'], ['installation'], ['patching'], ['troubleshooting'], ['issues'], ['expanded'], ['duty'], ['scope'], ['web'], ['servers'], ['install'], ['maintain'], ['ohs'], ['apache'], ['tomcat'], ['company'], ['hsbc'], ['software'], ['description'], ['being'], ['part'], ['project'], ['supporting'], ['hsbc'], ['bank'], ['france'], ['i'], ['achieved'], ['handled'], ['incidents'], ['service'], ['requests'], ['day'], ['day'], ['database'], ['administration'], ['tasks'], ['delivered'], ['basic'], ['implementation'], ['services'], ['database'], ['installation'], ['patching'], ['upgrades'], ['performed'], ['capacity'], ['planning'], ['managing'], ['tablespaces'], ['compressions'], ['contributed'], ['maintaining'], ['quality'], ['databases'], ['managing'], ['instances'], ['indexes'], ['organization'], ['performance'], ['monitoring'], ['tuning'], ['using'], ['awr'], ['addm'], ['reports'], ['maintained'], ['backups'], ['recovery'], ['database'], ['logical'], ['backups'], ['exp'], ['imp'], ['datapump'], ['expdp'], ['impdp'], ['cold'], ['backups'], ['hot'], ['backups'], ['rman'], ['backup'], ['restore'], ['rman'], ['duplication'], ['reduced'], ['efforts'], ['automation'], ['value'], ['add'], ['initiatives'], ['includes'], ['writing'], ['shell'], ['scripts'], ['automated'], ['housekeeping'], ['operations'], ['scheduling'], ['backups'], ['use'], ['crontab'], ['schedule'], ['tasks'], ['implemented'], ['high'], ['availability'], ['solutions'], ['dataguard'], ['areas', 'expertise'], ['expertise', 'oracle'], ['oracle', 'databases'], ['databases', '12c'], ['12c', '11g'], ['11g', '10g'], ['10g', 'weblogic'], ['weblogic', '12c'], ['12c', '11g'], ['11g', 'grid'], ['grid', 'infrastructure'], ['infrastructure', 'rman'], ['rman', 'asm'], ['asm', 'middleware'], ['middleware', 'oim'], ['oim', 'oam'], ['oam', 'soa'], ['soa', 'shell'], ['shell', 'scripts'], ['scripts', 'dataguard'], ['dataguard', 'web'], ['web', 'servers'], ['servers', 'ohs'], ['ohs', 'apache'], ['apache', 'architecture'], ['architecture', 'designs'], ['designs', 'proof'], ['proof', 'concepts'], ['concepts', 'devopseducation'], ['devopseducation', 'details'], ['details', 'january'], ['january', '2007'], ['2007', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'information'], ['information', 'technology'], ['technology', 'sangli'], ['sangli', 'maharashtra'], ['maharashtra', 'walchand'], ['walchand', 'college'], ['college', 'january'], ['january', '2004'], ['2004', 'diploma'], ['diploma', 'computer'], ['computer', 'engineering'], ['engineering', 'jalgaon'], ['jalgaon', 'maharashtra'], ['maharashtra', 'govt'], ['govt', 'polytechnic'], ['polytechnic', 'lead'], ['lead', 'database'], ['database', 'administrator'], ['administrator', 'lead'], ['lead', 'database'], ['database', 'administrator'], ['administrator', 'tieto'], ['tieto', 'software'], ['software', 'skill'], ['skill', 'details'], ['details', 'databases'], ['databases', 'exprience'], ['exprience', '108'], ['108', 'months'], ['months', 'middleware'], ['middleware', 'exprience'], ['exprience', '96'], ['96', 'months'], ['months', 'rman'], ['rman', 'exprience'], ['exprience', '84'], ['84', 'months'], ['months', 'shell'], ['shell', 'scripts'], ['scripts', 'exprience'], ['exprience', '48'], ['48', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tieto'], ['tieto', 'software'], ['software', 'description'], ['description', 'as'], ['as', 'part'], ['part', 'ao'], ['ao', 'application'], ['application', 'operations'], ['operations', 'team'], ['team', 'scope'], ['scope', 'project'], ['project', 'quite'], ['quite', 'wide'], ['wide', 'typical'], ['typical', 'database'], ['database', 'administration'], ['administration', 'range'], ['range', 'omplishments'], ['omplishments', 'extended'], ['extended', 'right'], ['right', 'data'], ['data', 'tier'], ['tier', 'middle'], ['middle', 'tier'], ['tier', 'application'], ['application', 'tier'], ['tier', 'maximized'], ['maximized', 'availability'], ['availability', 'applications'], ['applications', '99'], ['99', '3'], ['3', '99'], ['99', '8'], ['8', 'raised'], ['raised', 'business'], ['business', 'presenting'], ['presenting', 'proof'], ['proof', 'concepts'], ['concepts', '10'], ['10', 'cases'], ['cases', 'delivered'], ['delivered', 'upgrades'], ['upgrades', 'various'], ['various', 'applications'], ['applications', 'time'], ['time', 'time'], ['time', 'keep'], ['keep', 'supported'], ['supported', 'platform'], ['platform', 'saved'], ['saved', 'slas'], ['slas', 'per'], ['per', 'contract'], ['contract', 'means'], ['means', 'handling'], ['handling', 'p1'], ['p1', 'p2'], ['p2', 'issues'], ['issues', 'effectively'], ['effectively', 'produced'], ['produced', 'capacity'], ['capacity', 'reports'], ['reports', 'comprising'], ['comprising', 'layers'], ['layers', 'data'], ['data', 'middleware'], ['middleware', 'web'], ['web', 'various'], ['various', 'applications'], ['applications', 'generated'], ['generated', 'work'], ['work', 'orders'], ['orders', 'per'], ['per', 'customer'], ['customer', 'need'], ['need', 'company'], ['company', 'tieto'], ['tieto', 'software'], ['software', 'description'], ['description', 'designed'], ['designed', 'databases'], ['databases', 'various'], ['various', 'applications'], ['applications', 'planned'], ['planned', 'rman'], ['rman', 'backup'], ['backup', 'recovery'], ['recovery', 'bcp'], ['bcp', 'strategies'], ['strategies', 'executed'], ['executed', 'business'], ['business', 'continuity'], ['continuity', 'testing'], ['testing', 'various'], ['various', 'applications'], ['applications', 'introduced'], ['introduced', 'zero'], ['zero', 'cost'], ['cost', 'high'], ['high', 'availability'], ['availability', 'solutions'], ['solutions', 'active'], ['active', 'passive'], ['passive', 'failover'], ['failover', 'optimized'], ['optimized', 'performance'], ['performance', 'means'], ['means', 'scripting'], ['scripting', 'automation'], ['automation', 'established'], ['established', 'cloning'], ['cloning', 'procedures'], ['procedures', 'layers'], ['layers', 'various'], ['various', 'applications'], ['applications', 'delivered'], ['delivered', 'infrastructure'], ['infrastructure', 'changes'], ['changes', 'like'], ['like', 'fw'], ['fw', 'openings'], ['openings', 'loadbalancer'], ['loadbalancer', 'configuration'], ['configuration', 'new'], ['new', 'applications'], ['applications', 'eliminated'], ['eliminated', 'downtime'], ['downtime', 'troubleshoot'], ['troubleshoot', 'issues'], ['issues', 'middleware'], ['middleware', 'products'], ['products', 'oim'], ['oim', 'oam'], ['oam', 'soa'], ['soa', 'contributed'], ['contributed', 'build'], ['build', 'maintain'], ['maintain', 'integration'], ['integration', 'layer'], ['layer', 'smtp'], ['smtp', 'ftp'], ['ftp', 'reverse'], ['reverse', 'proxy'], ['proxy', 'ocm'], ['ocm', 'company'], ['company', 'tieto'], ['tieto', 'software'], ['software', 'description'], ['description', 'provided'], ['provided', 'database'], ['database', 'support'], ['support', 'environments'], ['environments', 'prod'], ['prod', 'uat'], ['uat', 'test'], ['test', 'dev'], ['dev', 'performed'], ['performed', 'database'], ['database', 'refresh'], ['refresh', 'cloning'], ['cloning', 'production'], ['production', 'development'], ['development', 'support'], ['support', 'databases'], ['databases', 'reduced'], ['reduced', 'risk'], ['risk', 'level'], ['level', 'means'], ['means', 'upgrading'], ['upgrading', 'patching'], ['patching', 'databases'], ['databases', 'time'], ['time', 'time'], ['time', 'protected'], ['protected', 'databases'], ['databases', 'assigning'], ['assigning', 'appropriate'], ['appropriate', 'roles'], ['roles', 'privileges'], ['privileges', 'per'], ['per', 'sod'], ['sod', 'generated'], ['generated', 'maintained'], ['maintained', 'middleware'], ['middleware', 'schemas'], ['schemas', 'using'], ['using', 'rcu'], ['rcu', 'exceeded'], ['exceeded', 'scope'], ['scope', 'work'], ['work', 'supporting'], ['supporting', 'maintaining'], ['maintaining', 'weblogic'], ['weblogic', 'platform'], ['platform', 'installation'], ['installation', 'patching'], ['patching', 'troubleshooting'], ['troubleshooting', 'issues'], ['issues', 'expanded'], ['expanded', 'duty'], ['duty', 'scope'], ['scope', 'web'], ['web', 'servers'], ['servers', 'install'], ['install', 'maintain'], ['maintain', 'ohs'], ['ohs', 'apache'], ['apache', 'tomcat'], ['tomcat', 'company'], ['company', 'hsbc'], ['hsbc', 'software'], ['software', 'description'], ['description', 'being'], ['being', 'part'], ['part', 'project'], ['project', 'supporting'], ['supporting', 'hsbc'], ['hsbc', 'bank'], ['bank', 'france'], ['france', 'i'], ['i', 'achieved'], ['achieved', 'handled'], ['handled', 'incidents'], ['incidents', 'service'], ['service', 'requests'], ['requests', 'day'], ['day', 'day'], ['day', 'database'], ['database', 'administration'], ['administration', 'tasks'], ['tasks', 'delivered'], ['delivered', 'basic'], ['basic', 'implementation'], ['implementation', 'services'], ['services', 'database'], ['database', 'installation'], ['installation', 'patching'], ['patching', 'upgrades'], ['upgrades', 'performed'], ['performed', 'capacity'], ['capacity', 'planning'], ['planning', 'managing'], ['managing', 'tablespaces'], ['tablespaces', 'compressions'], ['compressions', 'contributed'], ['contributed', 'maintaining'], ['maintaining', 'quality'], ['quality', 'databases'], ['databases', 'managing'], ['managing', 'instances'], ['instances', 'indexes'], ['indexes', 'organization'], ['organization', 'performance'], ['performance', 'monitoring'], ['monitoring', 'tuning'], ['tuning', 'using'], ['using', 'awr'], ['awr', 'addm'], ['addm', 'reports'], ['reports', 'maintained'], ['maintained', 'backups'], ['backups', 'recovery'], ['recovery', 'database'], ['database', 'logical'], ['logical', 'backups'], ['backups', 'exp'], ['exp', 'imp'], ['imp', 'datapump'], ['datapump', 'expdp'], ['expdp', 'impdp'], ['impdp', 'cold'], ['cold', 'backups'], ['backups', 'hot'], ['hot', 'backups'], ['backups', 'rman'], ['rman', 'backup'], ['backup', 'restore'], ['restore', 'rman'], ['rman', 'duplication'], ['duplication', 'reduced'], ['reduced', 'efforts'], ['efforts', 'automation'], ['automation', 'value'], ['value', 'add'], ['add', 'initiatives'], ['initiatives', 'includes'], ['includes', 'writing'], ['writing', 'shell'], ['shell', 'scripts'], ['scripts', 'automated'], ['automated', 'housekeeping'], ['housekeeping', 'operations'], ['operations', 'scheduling'], ['scheduling', 'backups'], ['backups', 'use'], ['use', 'crontab'], ['crontab', 'schedule'], ['schedule', 'tasks'], ['tasks', 'implemented'], ['implemented', 'high'], ['high', 'availability'], ['availability', 'solutions'], ['solutions', 'dataguard'], ['areas', 'expertise', 'oracle'], ['expertise', 'oracle', 'databases'], ['oracle', 'databases', '12c'], ['databases', '12c', '11g'], ['12c', '11g', '10g'], ['11g', '10g', 'weblogic'], ['10g', 'weblogic', '12c'], ['weblogic', '12c', '11g'], ['12c', '11g', 'grid'], ['11g', 'grid', 'infrastructure'], ['grid', 'infrastructure', 'rman'], ['infrastructure', 'rman', 'asm'], ['rman', 'asm', 'middleware'], ['asm', 'middleware', 'oim'], ['middleware', 'oim', 'oam'], ['oim', 'oam', 'soa'], ['oam', 'soa', 'shell'], ['soa', 'shell', 'scripts'], ['shell', 'scripts', 'dataguard'], ['scripts', 'dataguard', 'web'], ['dataguard', 'web', 'servers'], ['web', 'servers', 'ohs'], ['servers', 'ohs', 'apache'], ['ohs', 'apache', 'architecture'], ['apache', 'architecture', 'designs'], ['architecture', 'designs', 'proof'], ['designs', 'proof', 'concepts'], ['proof', 'concepts', 'devopseducation'], ['concepts', 'devopseducation', 'details'], ['devopseducation', 'details', 'january'], ['details', 'january', '2007'], ['january', '2007', 'bachelor'], ['2007', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'information'], ['engineering', 'information', 'technology'], ['information', 'technology', 'sangli'], ['technology', 'sangli', 'maharashtra'], ['sangli', 'maharashtra', 'walchand'], ['maharashtra', 'walchand', 'college'], ['walchand', 'college', 'january'], ['college', 'january', '2004'], ['january', '2004', 'diploma'], ['2004', 'diploma', 'computer'], ['diploma', 'computer', 'engineering'], ['computer', 'engineering', 'jalgaon'], ['engineering', 'jalgaon', 'maharashtra'], ['jalgaon', 'maharashtra', 'govt'], ['maharashtra', 'govt', 'polytechnic'], ['govt', 'polytechnic', 'lead'], ['polytechnic', 'lead', 'database'], ['lead', 'database', 'administrator'], ['database', 'administrator', 'lead'], ['administrator', 'lead', 'database'], ['lead', 'database', 'administrator'], ['database', 'administrator', 'tieto'], ['administrator', 'tieto', 'software'], ['tieto', 'software', 'skill'], ['software', 'skill', 'details'], ['skill', 'details', 'databases'], ['details', 'databases', 'exprience'], ['databases', 'exprience', '108'], ['exprience', '108', 'months'], ['108', 'months', 'middleware'], ['months', 'middleware', 'exprience'], ['middleware', 'exprience', '96'], ['exprience', '96', 'months'], ['96', 'months', 'rman'], ['months', 'rman', 'exprience'], ['rman', 'exprience', '84'], ['exprience', '84', 'months'], ['84', 'months', 'shell'], ['months', 'shell', 'scripts'], ['shell', 'scripts', 'exprience'], ['scripts', 'exprience', '48'], ['exprience', '48', 'monthscompany'], ['48', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tieto'], ['company', 'tieto', 'software'], ['tieto', 'software', 'description'], ['software', 'description', 'as'], ['description', 'as', 'part'], ['as', 'part', 'ao'], ['part', 'ao', 'application'], ['ao', 'application', 'operations'], ['application', 'operations', 'team'], ['operations', 'team', 'scope'], ['team', 'scope', 'project'], ['scope', 'project', 'quite'], ['project', 'quite', 'wide'], ['quite', 'wide', 'typical'], ['wide', 'typical', 'database'], ['typical', 'database', 'administration'], ['database', 'administration', 'range'], ['administration', 'range', 'omplishments'], ['range', 'omplishments', 'extended'], ['omplishments', 'extended', 'right'], ['extended', 'right', 'data'], ['right', 'data', 'tier'], ['data', 'tier', 'middle'], ['tier', 'middle', 'tier'], ['middle', 'tier', 'application'], ['tier', 'application', 'tier'], ['application', 'tier', 'maximized'], ['tier', 'maximized', 'availability'], ['maximized', 'availability', 'applications'], ['availability', 'applications', '99'], ['applications', '99', '3'], ['99', '3', '99'], ['3', '99', '8'], ['99', '8', 'raised'], ['8', 'raised', 'business'], ['raised', 'business', 'presenting'], ['business', 'presenting', 'proof'], ['presenting', 'proof', 'concepts'], ['proof', 'concepts', '10'], ['concepts', '10', 'cases'], ['10', 'cases', 'delivered'], ['cases', 'delivered', 'upgrades'], ['delivered', 'upgrades', 'various'], ['upgrades', 'various', 'applications'], ['various', 'applications', 'time'], ['applications', 'time', 'time'], ['time', 'time', 'keep'], ['time', 'keep', 'supported'], ['keep', 'supported', 'platform'], ['supported', 'platform', 'saved'], ['platform', 'saved', 'slas'], ['saved', 'slas', 'per'], ['slas', 'per', 'contract'], ['per', 'contract', 'means'], ['contract', 'means', 'handling'], ['means', 'handling', 'p1'], ['handling', 'p1', 'p2'], ['p1', 'p2', 'issues'], ['p2', 'issues', 'effectively'], ['issues', 'effectively', 'produced'], ['effectively', 'produced', 'capacity'], ['produced', 'capacity', 'reports'], ['capacity', 'reports', 'comprising'], ['reports', 'comprising', 'layers'], ['comprising', 'layers', 'data'], ['layers', 'data', 'middleware'], ['data', 'middleware', 'web'], ['middleware', 'web', 'various'], ['web', 'various', 'applications'], ['various', 'applications', 'generated'], ['applications', 'generated', 'work'], ['generated', 'work', 'orders'], ['work', 'orders', 'per'], ['orders', 'per', 'customer'], ['per', 'customer', 'need'], ['customer', 'need', 'company'], ['need', 'company', 'tieto'], ['company', 'tieto', 'software'], ['tieto', 'software', 'description'], ['software', 'description', 'designed'], ['description', 'designed', 'databases'], ['designed', 'databases', 'various'], ['databases', 'various', 'applications'], ['various', 'applications', 'planned'], ['applications', 'planned', 'rman'], ['planned', 'rman', 'backup'], ['rman', 'backup', 'recovery'], ['backup', 'recovery', 'bcp'], ['recovery', 'bcp', 'strategies'], ['bcp', 'strategies', 'executed'], ['strategies', 'executed', 'business'], ['executed', 'business', 'continuity'], ['business', 'continuity', 'testing'], ['continuity', 'testing', 'various'], ['testing', 'various', 'applications'], ['various', 'applications', 'introduced'], ['applications', 'introduced', 'zero'], ['introduced', 'zero', 'cost'], ['zero', 'cost', 'high'], ['cost', 'high', 'availability'], ['high', 'availability', 'solutions'], ['availability', 'solutions', 'active'], ['solutions', 'active', 'passive'], ['active', 'passive', 'failover'], ['passive', 'failover', 'optimized'], ['failover', 'optimized', 'performance'], ['optimized', 'performance', 'means'], ['performance', 'means', 'scripting'], ['means', 'scripting', 'automation'], ['scripting', 'automation', 'established'], ['automation', 'established', 'cloning'], ['established', 'cloning', 'procedures'], ['cloning', 'procedures', 'layers'], ['procedures', 'layers', 'various'], ['layers', 'various', 'applications'], ['various', 'applications', 'delivered'], ['applications', 'delivered', 'infrastructure'], ['delivered', 'infrastructure', 'changes'], ['infrastructure', 'changes', 'like'], ['changes', 'like', 'fw'], ['like', 'fw', 'openings'], ['fw', 'openings', 'loadbalancer'], ['openings', 'loadbalancer', 'configuration'], ['loadbalancer', 'configuration', 'new'], ['configuration', 'new', 'applications'], ['new', 'applications', 'eliminated'], ['applications', 'eliminated', 'downtime'], ['eliminated', 'downtime', 'troubleshoot'], ['downtime', 'troubleshoot', 'issues'], ['troubleshoot', 'issues', 'middleware'], ['issues', 'middleware', 'products'], ['middleware', 'products', 'oim'], ['products', 'oim', 'oam'], ['oim', 'oam', 'soa'], ['oam', 'soa', 'contributed'], ['soa', 'contributed', 'build'], ['contributed', 'build', 'maintain'], ['build', 'maintain', 'integration'], ['maintain', 'integration', 'layer'], ['integration', 'layer', 'smtp'], ['layer', 'smtp', 'ftp'], ['smtp', 'ftp', 'reverse'], ['ftp', 'reverse', 'proxy'], ['reverse', 'proxy', 'ocm'], ['proxy', 'ocm', 'company'], ['ocm', 'company', 'tieto'], ['company', 'tieto', 'software'], ['tieto', 'software', 'description'], ['software', 'description', 'provided'], ['description', 'provided', 'database'], ['provided', 'database', 'support'], ['database', 'support', 'environments'], ['support', 'environments', 'prod'], ['environments', 'prod', 'uat'], ['prod', 'uat', 'test'], ['uat', 'test', 'dev'], ['test', 'dev', 'performed'], ['dev', 'performed', 'database'], ['performed', 'database', 'refresh'], ['database', 'refresh', 'cloning'], ...], [['education'], ['details'], ['may'], ['2011'], ['may'], ['2014'], ['bachelor'], ['science'], ['information'], ['technology'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['oracle'], ['dba'], ['oracle'], ['database'], ['administrator'], ['skill'], ['details'], ['installation'], ['oracle'], ['rh'], ['linux'], ['windows'], ['creating'], ['managing'], ['user'], ['profiles'], ['analyzing'], ['privileges'], ['tablespace'], ['quotas'], ['backup'], ['database'], ['logical'], ['physical'], ['procedures'], ['recovery'], ['database'], ['case'], ['database'], ['crash'], ['disk'], ['media'], ['failure'], ['etc'], ['standard'], ['dba'], ['functions'], ['like'], ['space'], ['management'], ['rollback'], ['segments'], ['extents'], ['database'], ['management'], ['monitoring'], ['database'], ['willing'], ['learn'], ['new'], ['things'], ['being'], ['constructive'], ['team'], ['member'], ['contributing'], ['practically'], ['su'], ['ess'], ['team'], ['exprience'], ['48'], ['monthscompany'], ['details'], ['company'], ['a'], ['elya'], ['kale'], ['solutions'], ['ltd'], ['description'], ['database'], ['administrator'], ['working'], ['24'], ['7'], ['support'], ['environment'], ['maintaining'], ['databases'], ['running'], ['oracle'], ['11g'], ['12c'], ['database'], ['up'], ['gradation'], ['oracle'], ['11g'], ['oracle'], ['12c'], ['installation'], ['database'], ['critical'], ['patches'], ['taking'], ['cold'], ['hot'], ['backups'], ['scheduled'], ['times'], ['monitoring'], ['backups'], ['importing'], ['export'], ['dump'], ['another'], ['database'], ['per'], ['demands'], ['automating'], ['daily'], ['activities'], ['cronjobs'], ['shell'], ['scripts'], ['schedulers'], ['making'], ['plan'], ['actions'], ['various'], ['activities'], ['raising'], ['sr'], ['oracle'], ['support'], ['different'], ['severity'], ['issues'], ['handling'], ['user'], ['request'], ['proper'], ['client'], ['interaction'], ['monitoring'], ['managing'], ['database'], ['growth'], ['tablespaces'], ['adding'], ['resizing'], ['renaming'], ['datafiles'], ['restoration'], ['database'], ['using'], ['rman'], ['backups'], ['backup'], ['consistency'], ['checks'], ['migration'], ['database'], ['using'], ['export'], ['import'], ['rman'], ['backups'], ['configuring'], ['managing'], ['physical'], ['standby'], ['database'], ['creating'], ['database'], ['links'], ['tablespaces'], ['database'], ['directories'], ['managing'], ['network'], ['settings'], ['listener'], ['ora'], ['tnsnames'], ['ora'], ['files'], ['restoration'], ['data'], ['using'], ['old'], ['logical'], ['backup'], ['per'], ['client'], ['request'], ['schema'], ['replication'], ['across'], ['databases'], ['data'], ['pump'], ['tool'], ['taking'], ['cold'], ['hot'], ['backups'], ['scheduled'], ['times'], ['monitoring'], ['backups'], ['taking'], ['expdp'], ['database'], ['database'], ['objects'], ['particular'], ['schema'], ['using'], ['scp'], ['ticketing'], ['tool'], ['order'], ['keeping'], ['track'], ['client'], ['requests'], ['performing'], ['maintenance'], ['activities'], ['index'], ['rebuilding'], ['stats'], ['gather'], ['troubleshooting'], ['basic'], ['level'], ['performance'], ['issues'], ['setting'], ['new'], ['environment'], ['database'], ['perspective'], ['within'], ['requested'], ['timelines'], ['adding'], ['deleting'], ['disks'], ['asm'], ['monitoring'], ['asm'], ['diskgroups'], ['creating'], ['users'], ['privileges'], ['appropriate'], ['roles'], ['levels'], ['security'], ['database'], ['administrator'], ['working'], ['24'], ['7'], ['support'], ['environment'], ['maintaining'], ['databases'], ['running'], ['oracle'], ['11g'], ['12c'], ['performing'], ['database'], ['online'], ['offline'], ['database'], ['organization'], ['database'], ['enhancement'], ['migrating'], ['database'], ['non'], ['asm'], ['asm'], ['file'], ['system'], ['grid'], ['gradation'], ['11g'], ['12c'], ['company'], ['insolutions'], ['global'], ['ltd'], ['description'], ['oracle'], ['software'], ['installation'], ['graphical'], ['silent'], ['database'], ['upgrade'], ['patch'], ['upgrade'], ['maintaining'], ['around'], ['80'], ['uat'], ['db'], ['servers'], ['40'], ['production'], ['db'], ['28'], ['standby'], ['dr'], ['db'], ['managing'], ['creating'], ['dr'], ['standby'], ['servers'], ['db'], ['sync'], ['backup'], ['recovery'], ['rman'], ['datapump'], ['performing'], ['activities'], ['like'], ['switchover'], ['failover'], ['allocating'], ['system'], ['storage'], ['planning'], ['future'], ['storage'], ['requirements'], ['database'], ['system'], ['enrolling'], ['users'], ['maintaining'], ['system'], ['security'], ['monitoring'], ['alert'], ['log'], ['snap'], ['id'], ['generation'], ['db'], ['size'], ['server'], ['space'], ['oem'], ['reports'], ['user'], ['validity'], ['controlling'], ['monitoring'], ['user'], ['ess'], ['database'], ['scheduling'], ['shell'], ['scripts'], ['dbms'], ['jobs'], ['using'], ['crontab'], ['dbms'], ['scheduler'], ['monitoring'], ['script'], ['listener'], ['check'], ['backup'], ['script'], ['awr'], ['reports'], ['etc'], ['planning'], ['backup'], ['recovery'], ['database'], ['managing'], ['production'], ['database'], ['oracle'], ['sql'], ['server'], ['resize'], ['space'], ['database'], ['datafiles'], ['tablespace'], ['transactional'], ['logs'], ['managing'], ['temp'], ['undo'], ['tablespaces'], ['creating'], ['primary'], ['database'], ['storage'], ['structures'], ['tablespaces'], ['application'], ['developers'], ['designed'], ['application'], ['education', 'details'], ['details', 'may'], ['may', '2011'], ['2011', 'may'], ['may', '2014'], ['2014', 'bachelor'], ['bachelor', 'science'], ['science', 'information'], ['information', 'technology'], ['technology', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'oracle'], ['oracle', 'dba'], ['dba', 'oracle'], ['oracle', 'database'], ['database', 'administrator'], ['administrator', 'skill'], ['skill', 'details'], ['details', 'installation'], ['installation', 'oracle'], ['oracle', 'rh'], ['rh', 'linux'], ['linux', 'windows'], ['windows', 'creating'], ['creating', 'managing'], ['managing', 'user'], ['user', 'profiles'], ['profiles', 'analyzing'], ['analyzing', 'privileges'], ['privileges', 'tablespace'], ['tablespace', 'quotas'], ['quotas', 'backup'], ['backup', 'database'], ['database', 'logical'], ['logical', 'physical'], ['physical', 'procedures'], ['procedures', 'recovery'], ['recovery', 'database'], ['database', 'case'], ['case', 'database'], ['database', 'crash'], ['crash', 'disk'], ['disk', 'media'], ['media', 'failure'], ['failure', 'etc'], ['etc', 'standard'], ['standard', 'dba'], ['dba', 'functions'], ['functions', 'like'], ['like', 'space'], ['space', 'management'], ['management', 'rollback'], ['rollback', 'segments'], ['segments', 'extents'], ['extents', 'database'], ['database', 'management'], ['management', 'monitoring'], ['monitoring', 'database'], ['database', 'willing'], ['willing', 'learn'], ['learn', 'new'], ['new', 'things'], ['things', 'being'], ['being', 'constructive'], ['constructive', 'team'], ['team', 'member'], ['member', 'contributing'], ['contributing', 'practically'], ['practically', 'su'], ['su', 'ess'], ['ess', 'team'], ['team', 'exprience'], ['exprience', '48'], ['48', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'a'], ['a', 'elya'], ['elya', 'kale'], ['kale', 'solutions'], ['solutions', 'ltd'], ['ltd', 'description'], ['description', 'database'], ['database', 'administrator'], ['administrator', 'working'], ['working', '24'], ['24', '7'], ['7', 'support'], ['support', 'environment'], ['environment', 'maintaining'], ['maintaining', 'databases'], ['databases', 'running'], ['running', 'oracle'], ['oracle', '11g'], ['11g', '12c'], ['12c', 'database'], ['database', 'up'], ['up', 'gradation'], ['gradation', 'oracle'], ['oracle', '11g'], ['11g', 'oracle'], ['oracle', '12c'], ['12c', 'installation'], ['installation', 'database'], ['database', 'critical'], ['critical', 'patches'], ['patches', 'taking'], ['taking', 'cold'], ['cold', 'hot'], ['hot', 'backups'], ['backups', 'scheduled'], ['scheduled', 'times'], ['times', 'monitoring'], ['monitoring', 'backups'], ['backups', 'importing'], ['importing', 'export'], ['export', 'dump'], ['dump', 'another'], ['another', 'database'], ['database', 'per'], ['per', 'demands'], ['demands', 'automating'], ['automating', 'daily'], ['daily', 'activities'], ['activities', 'cronjobs'], ['cronjobs', 'shell'], ['shell', 'scripts'], ['scripts', 'schedulers'], ['schedulers', 'making'], ['making', 'plan'], ['plan', 'actions'], ['actions', 'various'], ['various', 'activities'], ['activities', 'raising'], ['raising', 'sr'], ['sr', 'oracle'], ['oracle', 'support'], ['support', 'different'], ['different', 'severity'], ['severity', 'issues'], ['issues', 'handling'], ['handling', 'user'], ['user', 'request'], ['request', 'proper'], ['proper', 'client'], ['client', 'interaction'], ['interaction', 'monitoring'], ['monitoring', 'managing'], ['managing', 'database'], ['database', 'growth'], ['growth', 'tablespaces'], ['tablespaces', 'adding'], ['adding', 'resizing'], ['resizing', 'renaming'], ['renaming', 'datafiles'], ['datafiles', 'restoration'], ['restoration', 'database'], ['database', 'using'], ['using', 'rman'], ['rman', 'backups'], ['backups', 'backup'], ['backup', 'consistency'], ['consistency', 'checks'], ['checks', 'migration'], ['migration', 'database'], ['database', 'using'], ['using', 'export'], ['export', 'import'], ['import', 'rman'], ['rman', 'backups'], ['backups', 'configuring'], ['configuring', 'managing'], ['managing', 'physical'], ['physical', 'standby'], ['standby', 'database'], ['database', 'creating'], ['creating', 'database'], ['database', 'links'], ['links', 'tablespaces'], ['tablespaces', 'database'], ['database', 'directories'], ['directories', 'managing'], ['managing', 'network'], ['network', 'settings'], ['settings', 'listener'], ['listener', 'ora'], ['ora', 'tnsnames'], ['tnsnames', 'ora'], ['ora', 'files'], ['files', 'restoration'], ['restoration', 'data'], ['data', 'using'], ['using', 'old'], ['old', 'logical'], ['logical', 'backup'], ['backup', 'per'], ['per', 'client'], ['client', 'request'], ['request', 'schema'], ['schema', 'replication'], ['replication', 'across'], ['across', 'databases'], ['databases', 'data'], ['data', 'pump'], ['pump', 'tool'], ['tool', 'taking'], ['taking', 'cold'], ['cold', 'hot'], ['hot', 'backups'], ['backups', 'scheduled'], ['scheduled', 'times'], ['times', 'monitoring'], ['monitoring', 'backups'], ['backups', 'taking'], ['taking', 'expdp'], ['expdp', 'database'], ['database', 'database'], ['database', 'objects'], ['objects', 'particular'], ['particular', 'schema'], ['schema', 'using'], ['using', 'scp'], ['scp', 'ticketing'], ['ticketing', 'tool'], ['tool', 'order'], ['order', 'keeping'], ['keeping', 'track'], ['track', 'client'], ['client', 'requests'], ['requests', 'performing'], ['performing', 'maintenance'], ['maintenance', 'activities'], ['activities', 'index'], ['index', 'rebuilding'], ['rebuilding', 'stats'], ['stats', 'gather'], ['gather', 'troubleshooting'], ['troubleshooting', 'basic'], ['basic', 'level'], ['level', 'performance'], ['performance', 'issues'], ['issues', 'setting'], ['setting', 'new'], ['new', 'environment'], ['environment', 'database'], ['database', 'perspective'], ['perspective', 'within'], ['within', 'requested'], ['requested', 'timelines'], ['timelines', 'adding'], ['adding', 'deleting'], ['deleting', 'disks'], ['disks', 'asm'], ['asm', 'monitoring'], ['monitoring', 'asm'], ['asm', 'diskgroups'], ['diskgroups', 'creating'], ['creating', 'users'], ['users', 'privileges'], ['privileges', 'appropriate'], ['appropriate', 'roles'], ['roles', 'levels'], ['levels', 'security'], ['security', 'database'], ['database', 'administrator'], ['administrator', 'working'], ['working', '24'], ['24', '7'], ['7', 'support'], ['support', 'environment'], ['environment', 'maintaining'], ['maintaining', 'databases'], ['databases', 'running'], ['running', 'oracle'], ['oracle', '11g'], ['11g', '12c'], ['12c', 'performing'], ['performing', 'database'], ['database', 'online'], ['online', 'offline'], ['offline', 'database'], ['database', 'organization'], ['organization', 'database'], ['database', 'enhancement'], ['enhancement', 'migrating'], ['migrating', 'database'], ['database', 'non'], ['non', 'asm'], ['asm', 'asm'], ['asm', 'file'], ['file', 'system'], ['system', 'grid'], ['grid', 'gradation'], ['gradation', '11g'], ['11g', '12c'], ['12c', 'company'], ['company', 'insolutions'], ['insolutions', 'global'], ['global', 'ltd'], ['ltd', 'description'], ['description', 'oracle'], ['oracle', 'software'], ['software', 'installation'], ['installation', 'graphical'], ['graphical', 'silent'], ['silent', 'database'], ['database', 'upgrade'], ['upgrade', 'patch'], ['patch', 'upgrade'], ['upgrade', 'maintaining'], ['maintaining', 'around'], ['around', '80'], ['80', 'uat'], ['uat', 'db'], ['db', 'servers'], ['servers', '40'], ['40', 'production'], ['production', 'db'], ['db', '28'], ['28', 'standby'], ['standby', 'dr'], ['dr', 'db'], ['db', 'managing'], ['managing', 'creating'], ['creating', 'dr'], ['dr', 'standby'], ['standby', 'servers'], ['servers', 'db'], ['db', 'sync'], ['sync', 'backup'], ['backup', 'recovery'], ['recovery', 'rman'], ['rman', 'datapump'], ['datapump', 'performing'], ['performing', 'activities'], ['activities', 'like'], ['like', 'switchover'], ['switchover', 'failover'], ['failover', 'allocating'], ['allocating', 'system'], ['system', 'storage'], ['storage', 'planning'], ['planning', 'future'], ['future', 'storage'], ['storage', 'requirements'], ['requirements', 'database'], ['database', 'system'], ['system', 'enrolling'], ['enrolling', 'users'], ['users', 'maintaining'], ['maintaining', 'system'], ['system', 'security'], ['security', 'monitoring'], ['monitoring', 'alert'], ['alert', 'log'], ['log', 'snap'], ['snap', 'id'], ['id', 'generation'], ['generation', 'db'], ['db', 'size'], ['size', 'server'], ['server', 'space'], ['space', 'oem'], ['oem', 'reports'], ['reports', 'user'], ['user', 'validity'], ['validity', 'controlling'], ['controlling', 'monitoring'], ['monitoring', 'user'], ['user', 'ess'], ['ess', 'database'], ['database', 'scheduling'], ['scheduling', 'shell'], ['shell', 'scripts'], ['scripts', 'dbms'], ['dbms', 'jobs'], ['jobs', 'using'], ['using', 'crontab'], ['crontab', 'dbms'], ['dbms', 'scheduler'], ['scheduler', 'monitoring'], ['monitoring', 'script'], ['script', 'listener'], ['listener', 'check'], ['check', 'backup'], ['backup', 'script'], ['script', 'awr'], ['awr', 'reports'], ['reports', 'etc'], ['etc', 'planning'], ['planning', 'backup'], ['backup', 'recovery'], ['recovery', 'database'], ['database', 'managing'], ['managing', 'production'], ['production', 'database'], ['database', 'oracle'], ['oracle', 'sql'], ['sql', 'server'], ['server', 'resize'], ['resize', 'space'], ['space', 'database'], ['database', 'datafiles'], ['datafiles', 'tablespace'], ['tablespace', 'transactional'], ['transactional', 'logs'], ['logs', 'managing'], ['managing', 'temp'], ['temp', 'undo'], ['undo', 'tablespaces'], ['tablespaces', 'creating'], ['creating', 'primary'], ['primary', 'database'], ['database', 'storage'], ['storage', 'structures'], ['structures', 'tablespaces'], ['tablespaces', 'application'], ['application', 'developers'], ['developers', 'designed'], ['designed', 'application'], ['education', 'details', 'may'], ['details', 'may', '2011'], ['may', '2011', 'may'], ['2011', 'may', '2014'], ['may', '2014', 'bachelor'], ['2014', 'bachelor', 'science'], ['bachelor', 'science', 'information'], ['science', 'information', 'technology'], ['information', 'technology', 'mumbai'], ['technology', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'oracle'], ['university', 'oracle', 'dba'], ['oracle', 'dba', 'oracle'], ['dba', 'oracle', 'database'], ['oracle', 'database', 'administrator'], ['database', 'administrator', 'skill'], ['administrator', 'skill', 'details'], ['skill', 'details', 'installation'], ['details', 'installation', 'oracle'], ['installation', 'oracle', 'rh'], ['oracle', 'rh', 'linux'], ['rh', 'linux', 'windows'], ['linux', 'windows', 'creating'], ['windows', 'creating', 'managing'], ['creating', 'managing', 'user'], ['managing', 'user', 'profiles'], ['user', 'profiles', 'analyzing'], ['profiles', 'analyzing', 'privileges'], ['analyzing', 'privileges', 'tablespace'], ['privileges', 'tablespace', 'quotas'], ['tablespace', 'quotas', 'backup'], ['quotas', 'backup', 'database'], ['backup', 'database', 'logical'], ['database', 'logical', 'physical'], ['logical', 'physical', 'procedures'], ['physical', 'procedures', 'recovery'], ['procedures', 'recovery', 'database'], ['recovery', 'database', 'case'], ['database', 'case', 'database'], ['case', 'database', 'crash'], ['database', 'crash', 'disk'], ['crash', 'disk', 'media'], ['disk', 'media', 'failure'], ['media', 'failure', 'etc'], ['failure', 'etc', 'standard'], ['etc', 'standard', 'dba'], ['standard', 'dba', 'functions'], ['dba', 'functions', 'like'], ['functions', 'like', 'space'], ['like', 'space', 'management'], ['space', 'management', 'rollback'], ['management', 'rollback', 'segments'], ['rollback', 'segments', 'extents'], ['segments', 'extents', 'database'], ['extents', 'database', 'management'], ['database', 'management', 'monitoring'], ['management', 'monitoring', 'database'], ['monitoring', 'database', 'willing'], ['database', 'willing', 'learn'], ['willing', 'learn', 'new'], ['learn', 'new', 'things'], ['new', 'things', 'being'], ['things', 'being', 'constructive'], ['being', 'constructive', 'team'], ['constructive', 'team', 'member'], ['team', 'member', 'contributing'], ['member', 'contributing', 'practically'], ['contributing', 'practically', 'su'], ['practically', 'su', 'ess'], ['su', 'ess', 'team'], ['ess', 'team', 'exprience'], ['team', 'exprience', '48'], ['exprience', '48', 'monthscompany'], ['48', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'a'], ['company', 'a', 'elya'], ['a', 'elya', 'kale'], ['elya', 'kale', 'solutions'], ['kale', 'solutions', 'ltd'], ['solutions', 'ltd', 'description'], ['ltd', 'description', 'database'], ['description', 'database', 'administrator'], ['database', 'administrator', 'working'], ['administrator', 'working', '24'], ['working', '24', '7'], ['24', '7', 'support'], ['7', 'support', 'environment'], ['support', 'environment', 'maintaining'], ['environment', 'maintaining', 'databases'], ['maintaining', 'databases', 'running'], ['databases', 'running', 'oracle'], ['running', 'oracle', '11g'], ['oracle', '11g', '12c'], ['11g', '12c', 'database'], ['12c', 'database', 'up'], ['database', 'up', 'gradation'], ['up', 'gradation', 'oracle'], ['gradation', 'oracle', '11g'], ['oracle', '11g', 'oracle'], ['11g', 'oracle', '12c'], ['oracle', '12c', 'installation'], ['12c', 'installation', 'database'], ['installation', 'database', 'critical'], ['database', 'critical', 'patches'], ['critical', 'patches', 'taking'], ['patches', 'taking', 'cold'], ['taking', 'cold', 'hot'], ['cold', 'hot', 'backups'], ['hot', 'backups', 'scheduled'], ['backups', 'scheduled', 'times'], ['scheduled', 'times', 'monitoring'], ['times', 'monitoring', 'backups'], ['monitoring', 'backups', 'importing'], ['backups', 'importing', 'export'], ['importing', 'export', 'dump'], ['export', 'dump', 'another'], ['dump', 'another', 'database'], ['another', 'database', 'per'], ['database', 'per', 'demands'], ['per', 'demands', 'automating'], ['demands', 'automating', 'daily'], ['automating', 'daily', 'activities'], ['daily', 'activities', 'cronjobs'], ['activities', 'cronjobs', 'shell'], ['cronjobs', 'shell', 'scripts'], ['shell', 'scripts', 'schedulers'], ['scripts', 'schedulers', 'making'], ['schedulers', 'making', 'plan'], ['making', 'plan', 'actions'], ['plan', 'actions', 'various'], ['actions', 'various', 'activities'], ['various', 'activities', 'raising'], ['activities', 'raising', 'sr'], ['raising', 'sr', 'oracle'], ['sr', 'oracle', 'support'], ['oracle', 'support', 'different'], ['support', 'different', 'severity'], ['different', 'severity', 'issues'], ['severity', 'issues', 'handling'], ['issues', 'handling', 'user'], ['handling', 'user', 'request'], ['user', 'request', 'proper'], ['request', 'proper', 'client'], ['proper', 'client', 'interaction'], ['client', 'interaction', 'monitoring'], ['interaction', 'monitoring', 'managing'], ['monitoring', 'managing', 'database'], ['managing', 'database', 'growth'], ['database', 'growth', 'tablespaces'], ['growth', 'tablespaces', 'adding'], ['tablespaces', 'adding', 'resizing'], ['adding', 'resizing', 'renaming'], ...], [['technical'], ['skills'], ['sql'], ['oracle'], ['v10'], ['v11'], ['v12'], ['r'], ['programming'], ['python'], ['linear'], ['regression'], ['machine'], ['learning'], ['statistical'], ['modelling'], ['techniques'], ['obtained'], ['certification'], ['edvancer'], ['eduventures'], ['training'], ['institute'], ['key'], ['skills'], ['multitasking'], ['working'], ['meet'], ['client'], ['sla'], ['high'], ['pressure'], ['scenarios'], ['handling'], ['sensitive'], ['clients'], ['along'], ['improved'], ['skills'], ['team'], ['player'], ['excellent'], ['communication'], ['skills'], ['quick'], ['learner'], ['leadership'], ['qualities'], ['team'], ['networking'], ['courage'], ['take'], ['problems'], ['proactively'], ['education'], ['details'], ['june'], ['2012'], ['sadvidya'], ['pre'], ['university'], ['college'], ['application'], ['database'], ['administrator'], ['dbms'], ['oracle'], ['application'], ['database'], ['administrator'], ['dbms'], ['oracle'], ['ibm'], ['india'], ['pvt'], ['ltd'], ['skill'], ['details'], ['clients'], ['exprience'], ['30'], ['months'], ['machine'], ['learning'], ['exprience'], ['30'], ['months'], ['oracle'], ['exprience'], ['30'], ['months'], ['sql'], ['exprience'], ['30'], ['months'], ['excellent'], ['communication'], ['skills'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['ibm'], ['india'], ['pvt'], ['ltd'], ['description'], ['client'], ['blue'], ['cross'], ['blue'], ['shield'], ['ma'], ['massachusetts'], ['health'], ['insurance'], ['used'], ['oracle'], ['sql'], ['store'], ['organize'], ['data'], ['this'], ['includes'], ['capacity'], ['planning'], ['installation'], ['configuration'], ['database'], ['design'], ['migration'], ['security'], ['troubleshooting'], ['backup'], ['data'], ['recovery'], ['worked'], ['client'], ['databases'], ['installed'], ['oracle'], ['v10'], ['v11'], ['v12'], ['linux'], ['platform'], ['proficient'], ['communication'], ['clients'], ['across'], ['locations'], ['facilitating'], ['data'], ['elicitation'], ['handling'], ['numerous'], ['business'], ['requests'], ['solving'], ['diligently'], ['within'], ['given'], ['time'], ['frame'], ['responding'], ['quickly'], ['effectively'], ['production'], ['issues'], ['within'], ['sla'], ['leading'], ['team'], ['co'], ['ordination'], ['business'], ['conduct'], ['weekly'], ['checkouts'], ['database'], ['servers'], ['systems'], ['ibm'], ['certifications'], ['statistics'], ['101'], ['applied'], ['data'], ['science'], ['r'], ['big'], ['data'], ['foundations'], ['data'], ['science'], ['foundations'], ['business'], ['analytics'], ['certification'], ['pune'], ['worked'], ['retail'], ['banking'], ['projects'], ['design'], ['predictive'], ['business'], ['model'], ['using'], ['machine'], ['learning'], ['techniques'], ['r'], ['programming'], ['efficient'], ['business'], ['marketing'], ['strategy'], ['technical', 'skills'], ['skills', 'sql'], ['sql', 'oracle'], ['oracle', 'v10'], ['v10', 'v11'], ['v11', 'v12'], ['v12', 'r'], ['r', 'programming'], ['programming', 'python'], ['python', 'linear'], ['linear', 'regression'], ['regression', 'machine'], ['machine', 'learning'], ['learning', 'statistical'], ['statistical', 'modelling'], ['modelling', 'techniques'], ['techniques', 'obtained'], ['obtained', 'certification'], ['certification', 'edvancer'], ['edvancer', 'eduventures'], ['eduventures', 'training'], ['training', 'institute'], ['institute', 'key'], ['key', 'skills'], ['skills', 'multitasking'], ['multitasking', 'working'], ['working', 'meet'], ['meet', 'client'], ['client', 'sla'], ['sla', 'high'], ['high', 'pressure'], ['pressure', 'scenarios'], ['scenarios', 'handling'], ['handling', 'sensitive'], ['sensitive', 'clients'], ['clients', 'along'], ['along', 'improved'], ['improved', 'skills'], ['skills', 'team'], ['team', 'player'], ['player', 'excellent'], ['excellent', 'communication'], ['communication', 'skills'], ['skills', 'quick'], ['quick', 'learner'], ['learner', 'leadership'], ['leadership', 'qualities'], ['qualities', 'team'], ['team', 'networking'], ['networking', 'courage'], ['courage', 'take'], ['take', 'problems'], ['problems', 'proactively'], ['proactively', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2012'], ['2012', 'sadvidya'], ['sadvidya', 'pre'], ['pre', 'university'], ['university', 'college'], ['college', 'application'], ['application', 'database'], ['database', 'administrator'], ['administrator', 'dbms'], ['dbms', 'oracle'], ['oracle', 'application'], ['application', 'database'], ['database', 'administrator'], ['administrator', 'dbms'], ['dbms', 'oracle'], ['oracle', 'ibm'], ['ibm', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'clients'], ['clients', 'exprience'], ['exprience', '30'], ['30', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', '30'], ['30', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', '30'], ['30', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '30'], ['30', 'months'], ['months', 'excellent'], ['excellent', 'communication'], ['communication', 'skills'], ['skills', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'ibm'], ['ibm', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'client'], ['client', 'blue'], ['blue', 'cross'], ['cross', 'blue'], ['blue', 'shield'], ['shield', 'ma'], ['ma', 'massachusetts'], ['massachusetts', 'health'], ['health', 'insurance'], ['insurance', 'used'], ['used', 'oracle'], ['oracle', 'sql'], ['sql', 'store'], ['store', 'organize'], ['organize', 'data'], ['data', 'this'], ['this', 'includes'], ['includes', 'capacity'], ['capacity', 'planning'], ['planning', 'installation'], ['installation', 'configuration'], ['configuration', 'database'], ['database', 'design'], ['design', 'migration'], ['migration', 'security'], ['security', 'troubleshooting'], ['troubleshooting', 'backup'], ['backup', 'data'], ['data', 'recovery'], ['recovery', 'worked'], ['worked', 'client'], ['client', 'databases'], ['databases', 'installed'], ['installed', 'oracle'], ['oracle', 'v10'], ['v10', 'v11'], ['v11', 'v12'], ['v12', 'linux'], ['linux', 'platform'], ['platform', 'proficient'], ['proficient', 'communication'], ['communication', 'clients'], ['clients', 'across'], ['across', 'locations'], ['locations', 'facilitating'], ['facilitating', 'data'], ['data', 'elicitation'], ['elicitation', 'handling'], ['handling', 'numerous'], ['numerous', 'business'], ['business', 'requests'], ['requests', 'solving'], ['solving', 'diligently'], ['diligently', 'within'], ['within', 'given'], ['given', 'time'], ['time', 'frame'], ['frame', 'responding'], ['responding', 'quickly'], ['quickly', 'effectively'], ['effectively', 'production'], ['production', 'issues'], ['issues', 'within'], ['within', 'sla'], ['sla', 'leading'], ['leading', 'team'], ['team', 'co'], ['co', 'ordination'], ['ordination', 'business'], ['business', 'conduct'], ['conduct', 'weekly'], ['weekly', 'checkouts'], ['checkouts', 'database'], ['database', 'servers'], ['servers', 'systems'], ['systems', 'ibm'], ['ibm', 'certifications'], ['certifications', 'statistics'], ['statistics', '101'], ['101', 'applied'], ['applied', 'data'], ['data', 'science'], ['science', 'r'], ['r', 'big'], ['big', 'data'], ['data', 'foundations'], ['foundations', 'data'], ['data', 'science'], ['science', 'foundations'], ['foundations', 'business'], ['business', 'analytics'], ['analytics', 'certification'], ['certification', 'pune'], ['pune', 'worked'], ['worked', 'retail'], ['retail', 'banking'], ['banking', 'projects'], ['projects', 'design'], ['design', 'predictive'], ['predictive', 'business'], ['business', 'model'], ['model', 'using'], ['using', 'machine'], ['machine', 'learning'], ['learning', 'techniques'], ['techniques', 'r'], ['r', 'programming'], ['programming', 'efficient'], ['efficient', 'business'], ['business', 'marketing'], ['marketing', 'strategy'], ['technical', 'skills', 'sql'], ['skills', 'sql', 'oracle'], ['sql', 'oracle', 'v10'], ['oracle', 'v10', 'v11'], ['v10', 'v11', 'v12'], ['v11', 'v12', 'r'], ['v12', 'r', 'programming'], ['r', 'programming', 'python'], ['programming', 'python', 'linear'], ['python', 'linear', 'regression'], ['linear', 'regression', 'machine'], ['regression', 'machine', 'learning'], ['machine', 'learning', 'statistical'], ['learning', 'statistical', 'modelling'], ['statistical', 'modelling', 'techniques'], ['modelling', 'techniques', 'obtained'], ['techniques', 'obtained', 'certification'], ['obtained', 'certification', 'edvancer'], ['certification', 'edvancer', 'eduventures'], ['edvancer', 'eduventures', 'training'], ['eduventures', 'training', 'institute'], ['training', 'institute', 'key'], ['institute', 'key', 'skills'], ['key', 'skills', 'multitasking'], ['skills', 'multitasking', 'working'], ['multitasking', 'working', 'meet'], ['working', 'meet', 'client'], ['meet', 'client', 'sla'], ['client', 'sla', 'high'], ['sla', 'high', 'pressure'], ['high', 'pressure', 'scenarios'], ['pressure', 'scenarios', 'handling'], ['scenarios', 'handling', 'sensitive'], ['handling', 'sensitive', 'clients'], ['sensitive', 'clients', 'along'], ['clients', 'along', 'improved'], ['along', 'improved', 'skills'], ['improved', 'skills', 'team'], ['skills', 'team', 'player'], ['team', 'player', 'excellent'], ['player', 'excellent', 'communication'], ['excellent', 'communication', 'skills'], ['communication', 'skills', 'quick'], ['skills', 'quick', 'learner'], ['quick', 'learner', 'leadership'], ['learner', 'leadership', 'qualities'], ['leadership', 'qualities', 'team'], ['qualities', 'team', 'networking'], ['team', 'networking', 'courage'], ['networking', 'courage', 'take'], ['courage', 'take', 'problems'], ['take', 'problems', 'proactively'], ['problems', 'proactively', 'education'], ['proactively', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2012'], ['june', '2012', 'sadvidya'], ['2012', 'sadvidya', 'pre'], ['sadvidya', 'pre', 'university'], ['pre', 'university', 'college'], ['university', 'college', 'application'], ['college', 'application', 'database'], ['application', 'database', 'administrator'], ['database', 'administrator', 'dbms'], ['administrator', 'dbms', 'oracle'], ['dbms', 'oracle', 'application'], ['oracle', 'application', 'database'], ['application', 'database', 'administrator'], ['database', 'administrator', 'dbms'], ['administrator', 'dbms', 'oracle'], ['dbms', 'oracle', 'ibm'], ['oracle', 'ibm', 'india'], ['ibm', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'clients'], ['details', 'clients', 'exprience'], ['clients', 'exprience', '30'], ['exprience', '30', 'months'], ['30', 'months', 'machine'], ['months', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', '30'], ['exprience', '30', 'months'], ['30', 'months', 'oracle'], ['months', 'oracle', 'exprience'], ['oracle', 'exprience', '30'], ['exprience', '30', 'months'], ['30', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', '30'], ['exprience', '30', 'months'], ['30', 'months', 'excellent'], ['months', 'excellent', 'communication'], ['excellent', 'communication', 'skills'], ['communication', 'skills', 'exprience'], ['skills', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'ibm'], ['company', 'ibm', 'india'], ['ibm', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'client'], ['description', 'client', 'blue'], ['client', 'blue', 'cross'], ['blue', 'cross', 'blue'], ['cross', 'blue', 'shield'], ['blue', 'shield', 'ma'], ['shield', 'ma', 'massachusetts'], ['ma', 'massachusetts', 'health'], ['massachusetts', 'health', 'insurance'], ['health', 'insurance', 'used'], ['insurance', 'used', 'oracle'], ['used', 'oracle', 'sql'], ['oracle', 'sql', 'store'], ['sql', 'store', 'organize'], ['store', 'organize', 'data'], ['organize', 'data', 'this'], ['data', 'this', 'includes'], ['this', 'includes', 'capacity'], ['includes', 'capacity', 'planning'], ['capacity', 'planning', 'installation'], ['planning', 'installation', 'configuration'], ['installation', 'configuration', 'database'], ['configuration', 'database', 'design'], ['database', 'design', 'migration'], ['design', 'migration', 'security'], ['migration', 'security', 'troubleshooting'], ['security', 'troubleshooting', 'backup'], ['troubleshooting', 'backup', 'data'], ['backup', 'data', 'recovery'], ['data', 'recovery', 'worked'], ['recovery', 'worked', 'client'], ['worked', 'client', 'databases'], ['client', 'databases', 'installed'], ['databases', 'installed', 'oracle'], ['installed', 'oracle', 'v10'], ['oracle', 'v10', 'v11'], ['v10', 'v11', 'v12'], ['v11', 'v12', 'linux'], ['v12', 'linux', 'platform'], ['linux', 'platform', 'proficient'], ['platform', 'proficient', 'communication'], ['proficient', 'communication', 'clients'], ['communication', 'clients', 'across'], ['clients', 'across', 'locations'], ['across', 'locations', 'facilitating'], ['locations', 'facilitating', 'data'], ['facilitating', 'data', 'elicitation'], ['data', 'elicitation', 'handling'], ['elicitation', 'handling', 'numerous'], ['handling', 'numerous', 'business'], ['numerous', 'business', 'requests'], ['business', 'requests', 'solving'], ['requests', 'solving', 'diligently'], ['solving', 'diligently', 'within'], ['diligently', 'within', 'given'], ['within', 'given', 'time'], ['given', 'time', 'frame'], ['time', 'frame', 'responding'], ['frame', 'responding', 'quickly'], ['responding', 'quickly', 'effectively'], ['quickly', 'effectively', 'production'], ['effectively', 'production', 'issues'], ['production', 'issues', 'within'], ['issues', 'within', 'sla'], ['within', 'sla', 'leading'], ['sla', 'leading', 'team'], ['leading', 'team', 'co'], ['team', 'co', 'ordination'], ['co', 'ordination', 'business'], ['ordination', 'business', 'conduct'], ['business', 'conduct', 'weekly'], ['conduct', 'weekly', 'checkouts'], ['weekly', 'checkouts', 'database'], ['checkouts', 'database', 'servers'], ['database', 'servers', 'systems'], ['servers', 'systems', 'ibm'], ['systems', 'ibm', 'certifications'], ['ibm', 'certifications', 'statistics'], ['certifications', 'statistics', '101'], ['statistics', '101', 'applied'], ['101', 'applied', 'data'], ['applied', 'data', 'science'], ['data', 'science', 'r'], ['science', 'r', 'big'], ['r', 'big', 'data'], ['big', 'data', 'foundations'], ['data', 'foundations', 'data'], ['foundations', 'data', 'science'], ['data', 'science', 'foundations'], ['science', 'foundations', 'business'], ['foundations', 'business', 'analytics'], ['business', 'analytics', 'certification'], ['analytics', 'certification', 'pune'], ['certification', 'pune', 'worked'], ['pune', 'worked', 'retail'], ['worked', 'retail', 'banking'], ['retail', 'banking', 'projects'], ['banking', 'projects', 'design'], ['projects', 'design', 'predictive'], ['design', 'predictive', 'business'], ['predictive', 'business', 'model'], ['business', 'model', 'using'], ['model', 'using', 'machine'], ['using', 'machine', 'learning'], ['machine', 'learning', 'techniques'], ['learning', 'techniques', 'r'], ['techniques', 'r', 'programming'], ['r', 'programming', 'efficient'], ['programming', 'efficient', 'business'], ['efficient', 'business', 'marketing'], ['business', 'marketing', 'strategy'], ['technical', 'skills', 'sql', 'oracle'], ['skills', 'sql', 'oracle', 'v10'], ['sql', 'oracle', 'v10', 'v11'], ['oracle', 'v10', 'v11', 'v12'], ['v10', 'v11', 'v12', 'r'], ['v11', 'v12', 'r', 'programming'], ['v12', 'r', 'programming', 'python'], ['r', 'programming', 'python', 'linear'], ['programming', 'python', 'linear', 'regression'], ['python', 'linear', 'regression', 'machine'], ['linear', 'regression', 'machine', 'learning'], ['regression', 'machine', 'learning', 'statistical'], ['machine', 'learning', 'statistical', 'modelling'], ['learning', 'statistical', 'modelling', 'techniques'], ['statistical', 'modelling', 'techniques', 'obtained'], ['modelling', 'techniques', 'obtained', 'certification'], ['techniques', 'obtained', 'certification', 'edvancer'], ['obtained', 'certification', 'edvancer', 'eduventures'], ['certification', 'edvancer', 'eduventures', 'training'], ['edvancer', 'eduventures', 'training', 'institute'], ['eduventures', 'training', 'institute', 'key'], ['training', 'institute', 'key', 'skills'], ['institute', 'key', 'skills', 'multitasking'], ['key', 'skills', 'multitasking', 'working'], ['skills', 'multitasking', 'working', 'meet'], ['multitasking', 'working', 'meet', 'client'], ['working', 'meet', 'client', 'sla'], ['meet', 'client', 'sla', 'high'], ['client', 'sla', 'high', 'pressure'], ['sla', 'high', 'pressure', 'scenarios'], ['high', 'pressure', 'scenarios', 'handling'], ['pressure', 'scenarios', 'handling', 'sensitive'], ['scenarios', 'handling', 'sensitive', 'clients'], ['handling', 'sensitive', 'clients', 'along'], ['sensitive', 'clients', 'along', 'improved'], ['clients', 'along', 'improved', 'skills'], ['along', 'improved', 'skills', 'team'], ['improved', 'skills', 'team', 'player'], ['skills', 'team', 'player', 'excellent'], ['team', 'player', 'excellent', 'communication'], ['player', 'excellent', 'communication', 'skills'], ['excellent', 'communication', 'skills', 'quick'], ['communication', 'skills', 'quick', 'learner'], ['skills', 'quick', 'learner', 'leadership'], ['quick', 'learner', 'leadership', 'qualities'], ['learner', 'leadership', 'qualities', 'team'], ['leadership', 'qualities', 'team', 'networking'], ['qualities', 'team', 'networking', 'courage'], ['team', 'networking', 'courage', 'take'], ['networking', 'courage', 'take', 'problems'], ['courage', 'take', 'problems', 'proactively'], ['take', 'problems', 'proactively', 'education'], ['problems', 'proactively', 'education', 'details'], ['proactively', 'education', 'details', 'june'], ['education', 'details', 'june', '2012'], ['details', 'june', '2012', 'sadvidya'], ['june', '2012', 'sadvidya', 'pre'], ['2012', 'sadvidya', 'pre', 'university'], ['sadvidya', 'pre', 'university', 'college'], ['pre', 'university', 'college', 'application'], ['university', 'college', 'application', 'database'], ['college', 'application', 'database', 'administrator'], ['application', 'database', 'administrator', 'dbms'], ['database', 'administrator', 'dbms', 'oracle'], ['administrator', 'dbms', 'oracle', 'application'], ['dbms', 'oracle', 'application', 'database'], ['oracle', 'application', 'database', 'administrator'], ['application', 'database', 'administrator', 'dbms'], ['database', 'administrator', 'dbms', 'oracle'], ['administrator', 'dbms', 'oracle', 'ibm'], ['dbms', 'oracle', 'ibm', 'india'], ['oracle', 'ibm', 'india', 'pvt'], ['ibm', 'india', 'pvt', 'ltd'], ['india', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'clients'], ['skill', 'details', 'clients', 'exprience'], ['details', 'clients', 'exprience', '30'], ['clients', 'exprience', '30', 'months'], ['exprience', '30', 'months', 'machine'], ['30', 'months', 'machine', 'learning'], ['months', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', '30'], ['learning', 'exprience', '30', 'months'], ['exprience', '30', 'months', 'oracle'], ['30', 'months', 'oracle', 'exprience'], ['months', 'oracle', 'exprience', '30'], ['oracle', 'exprience', '30', 'months'], ['exprience', '30', 'months', 'sql'], ['30', 'months', 'sql', 'exprience'], ['months', 'sql', 'exprience', '30'], ['sql', 'exprience', '30', 'months'], ['exprience', '30', 'months', 'excellent'], ['30', 'months', 'excellent', 'communication'], ['months', 'excellent', 'communication', 'skills'], ['excellent', 'communication', 'skills', 'exprience'], ['communication', 'skills', 'exprience', '6'], ['skills', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'ibm'], ['details', 'company', 'ibm', 'india'], ['company', 'ibm', 'india', 'pvt'], ['ibm', 'india', 'pvt', 'ltd'], ['india', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'client'], ['ltd', 'description', 'client', 'blue'], ['description', 'client', 'blue', 'cross'], ['client', 'blue', 'cross', 'blue'], ['blue', 'cross', 'blue', 'shield'], ['cross', 'blue', 'shield', 'ma'], ['blue', 'shield', 'ma', 'massachusetts'], ['shield', 'ma', 'massachusetts', 'health'], ['ma', 'massachusetts', 'health', 'insurance'], ['massachusetts', 'health', 'insurance', 'used'], ['health', 'insurance', 'used', 'oracle'], ['insurance', 'used', 'oracle', 'sql'], ['used', 'oracle', 'sql', 'store'], ['oracle', 'sql', 'store', 'organize'], ['sql', 'store', 'organize', 'data'], ['store', 'organize', 'data', 'this'], ['organize', 'data', 'this', 'includes'], ['data', 'this', 'includes', 'capacity'], ['this', 'includes', 'capacity', 'planning'], ['includes', 'capacity', 'planning', 'installation'], ['capacity', 'planning', 'installation', 'configuration'], ['planning', 'installation', 'configuration', 'database'], ['installation', 'configuration', 'database', 'design'], ['configuration', 'database', 'design', 'migration'], ['database', 'design', 'migration', 'security'], ['design', 'migration', 'security', 'troubleshooting'], ['migration', 'security', 'troubleshooting', 'backup'], ['security', 'troubleshooting', 'backup', 'data'], ['troubleshooting', 'backup', 'data', 'recovery'], ['backup', 'data', 'recovery', 'worked'], ['data', 'recovery', 'worked', 'client'], ['recovery', 'worked', 'client', 'databases'], ['worked', 'client', 'databases', 'installed'], ['client', 'databases', 'installed', 'oracle'], ['databases', 'installed', 'oracle', 'v10'], ['installed', 'oracle', 'v10', 'v11'], ['oracle', 'v10', 'v11', 'v12'], ['v10', 'v11', 'v12', 'linux'], ['v11', 'v12', 'linux', 'platform'], ['v12', 'linux', 'platform', 'proficient'], ['linux', 'platform', 'proficient', 'communication'], ['platform', 'proficient', 'communication', 'clients'], ['proficient', 'communication', 'clients', 'across'], ['communication', 'clients', 'across', 'locations'], ['clients', 'across', 'locations', 'facilitating'], ['across', 'locations', 'facilitating', 'data'], ['locations', 'facilitating', 'data', 'elicitation'], ['facilitating', 'data', 'elicitation', 'handling'], ['data', 'elicitation', 'handling', 'numerous'], ['elicitation', 'handling', 'numerous', 'business'], ['handling', 'numerous', 'business', 'requests'], ['numerous', 'business', 'requests', 'solving'], ['business', 'requests', 'solving', 'diligently'], ['requests', 'solving', 'diligently', 'within'], ['solving', 'diligently', 'within', 'given'], ['diligently', 'within', 'given', 'time'], ['within', 'given', 'time', 'frame'], ['given', 'time', 'frame', 'responding'], ['time', 'frame', 'responding', 'quickly'], ['frame', 'responding', 'quickly', 'effectively'], ['responding', 'quickly', 'effectively', 'production'], ['quickly', 'effectively', 'production', 'issues'], ['effectively', 'production', 'issues', 'within'], ['production', 'issues', 'within', 'sla'], ['issues', 'within', 'sla', 'leading'], ['within', 'sla', 'leading', 'team'], ['sla', 'leading', 'team', 'co'], ['leading', 'team', 'co', 'ordination'], ['team', 'co', 'ordination', 'business'], ['co', 'ordination', 'business', 'conduct'], ['ordination', 'business', 'conduct', 'weekly'], ['business', 'conduct', 'weekly', 'checkouts'], ['conduct', 'weekly', 'checkouts', 'database'], ['weekly', 'checkouts', 'database', 'servers'], ['checkouts', 'database', 'servers', 'systems'], ['database', 'servers', 'systems', 'ibm'], ['servers', 'systems', 'ibm', 'certifications'], ['systems', 'ibm', 'certifications', 'statistics'], ['ibm', 'certifications', 'statistics', '101'], ['certifications', 'statistics', '101', 'applied'], ['statistics', '101', 'applied', 'data'], ['101', 'applied', 'data', 'science'], ['applied', 'data', 'science', 'r'], ['data', 'science', 'r', 'big'], ['science', 'r', 'big', 'data'], ['r', 'big', 'data', 'foundations'], ['big', 'data', 'foundations', 'data'], ['data', 'foundations', 'data', 'science'], ['foundations', 'data', 'science', 'foundations'], ['data', 'science', 'foundations', 'business'], ['science', 'foundations', 'business', 'analytics'], ['foundations', 'business', 'analytics', 'certification'], ['business', 'analytics', 'certification', 'pune'], ['analytics', 'certification', 'pune', 'worked'], ['certification', 'pune', 'worked', 'retail'], ['pune', 'worked', 'retail', 'banking'], ['worked', 'retail', 'banking', 'projects'], ['retail', 'banking', 'projects', 'design'], ['banking', 'projects', 'design', 'predictive'], ['projects', 'design', 'predictive', 'business'], ['design', 'predictive', 'business', 'model'], ['predictive', 'business', 'model', 'using'], ['business', 'model', 'using', 'machine'], ['model', 'using', 'machine', 'learning'], ['using', 'machine', 'learning', 'techniques'], ['machine', 'learning', 'techniques', 'r'], ['learning', 'techniques', 'r', 'programming'], ['techniques', 'r', 'programming', 'efficient'], ['r', 'programming', 'efficient', 'business'], ['programming', 'efficient', 'business', 'marketing'], ['efficient', 'business', 'marketing', 'strategy'], ['technical', 'skills', 'sql', 'oracle', 'v10'], ['skills', 'sql', 'oracle', 'v10', 'v11'], ['sql', 'oracle', 'v10', 'v11', 'v12'], ['oracle', 'v10', 'v11', 'v12', 'r'], ['v10', 'v11', 'v12', 'r', 'programming'], ['v11', 'v12', 'r', 'programming', 'python'], ['v12', 'r', 'programming', 'python', 'linear'], ['r', 'programming', 'python', 'linear', 'regression'], ['programming', 'python', 'linear', 'regression', 'machine'], ['python', 'linear', 'regression', 'machine', 'learning'], ['linear', 'regression', 'machine', 'learning', 'statistical'], ['regression', 'machine', 'learning', 'statistical', 'modelling'], ['machine', 'learning', 'statistical', 'modelling', 'techniques'], ['learning', 'statistical', 'modelling', 'techniques', 'obtained'], ['statistical', 'modelling', 'techniques', 'obtained', 'certification'], ['modelling', 'techniques', 'obtained', 'certification', 'edvancer'], ['techniques', 'obtained', 'certification', 'edvancer', 'eduventures'], ['obtained', 'certification', 'edvancer', 'eduventures', 'training'], ['certification', 'edvancer', 'eduventures', 'training', 'institute'], ['edvancer', 'eduventures', 'training', 'institute', 'key'], ['eduventures', 'training', 'institute', 'key', 'skills'], ['training', 'institute', 'key', 'skills', 'multitasking'], ['institute', 'key', 'skills', 'multitasking', 'working'], ['key', 'skills', 'multitasking', 'working', 'meet'], ['skills', 'multitasking', 'working', 'meet', 'client'], ['multitasking', 'working', 'meet', 'client', 'sla'], ['working', 'meet', 'client', 'sla', 'high'], ['meet', 'client', 'sla', 'high', 'pressure'], ['client', 'sla', 'high', 'pressure', 'scenarios'], ['sla', 'high', 'pressure', 'scenarios', 'handling'], ['high', 'pressure', 'scenarios', 'handling', 'sensitive'], ['pressure', 'scenarios', 'handling', 'sensitive', 'clients'], ['scenarios', 'handling', 'sensitive', 'clients', 'along'], ['handling', 'sensitive', 'clients', 'along', 'improved'], ['sensitive', 'clients', 'along', 'improved', 'skills'], ['clients', 'along', 'improved', 'skills', 'team'], ['along', 'improved', 'skills', 'team', 'player'], ['improved', 'skills', 'team', 'player', 'excellent'], ['skills', 'team', 'player', 'excellent', 'communication'], ['team', 'player', 'excellent', 'communication', 'skills'], ['player', 'excellent', 'communication', 'skills', 'quick'], ['excellent', 'communication', 'skills', 'quick', 'learner'], ['communication', 'skills', 'quick', 'learner', 'leadership'], ['skills', 'quick', 'learner', 'leadership', 'qualities'], ['quick', 'learner', 'leadership', 'qualities', 'team'], ['learner', 'leadership', 'qualities', 'team', 'networking'], ['leadership', 'qualities', 'team', 'networking', 'courage'], ['qualities', 'team', 'networking', 'courage', 'take'], ['team', 'networking', 'courage', 'take', 'problems'], ['networking', 'courage', 'take', 'problems', 'proactively'], ['courage', 'take', 'problems', 'proactively', 'education'], ['take', 'problems', 'proactively', 'education', 'details'], ['problems', 'proactively', 'education', 'details', 'june'], ['proactively', 'education', 'details', 'june', '2012'], ['education', 'details', 'june', '2012', 'sadvidya'], ['details', 'june', '2012', 'sadvidya', 'pre'], ['june', '2012', 'sadvidya', 'pre', 'university'], ['2012', 'sadvidya', 'pre', 'university', 'college'], ['sadvidya', 'pre', 'university', 'college', 'application'], ['pre', 'university', 'college', 'application', 'database'], ['university', 'college', 'application', 'database', 'administrator'], ['college', 'application', 'database', 'administrator', 'dbms'], ['application', 'database', 'administrator', 'dbms', 'oracle'], ['database', 'administrator', 'dbms', 'oracle', 'application'], ['administrator', 'dbms', 'oracle', 'application', 'database'], ['dbms', 'oracle', 'application', 'database', 'administrator'], ['oracle', 'application', 'database', 'administrator', 'dbms'], ['application', 'database', 'administrator', 'dbms', 'oracle'], ['database', 'administrator', 'dbms', 'oracle', 'ibm'], ['administrator', 'dbms', 'oracle', 'ibm', 'india'], ['dbms', 'oracle', 'ibm', 'india', 'pvt'], ['oracle', 'ibm', 'india', 'pvt', 'ltd'], ['ibm', 'india', 'pvt', 'ltd', 'skill'], ['india', 'pvt', 'ltd', 'skill', 'details'], ['pvt', 'ltd', 'skill', 'details', 'clients'], ['ltd', 'skill', 'details', 'clients', 'exprience'], ['skill', 'details', 'clients', 'exprience', '30'], ['details', 'clients', 'exprience', '30', 'months'], ['clients', 'exprience', '30', 'months', 'machine'], ['exprience', '30', 'months', 'machine', 'learning'], ['30', 'months', 'machine', 'learning', 'exprience'], ['months', 'machine', 'learning', 'exprience', '30'], ['machine', 'learning', 'exprience', '30', 'months'], ['learning', 'exprience', '30', 'months', 'oracle'], ['exprience', '30', 'months', 'oracle', 'exprience'], ['30', 'months', 'oracle', 'exprience', '30'], ['months', 'oracle', 'exprience', '30', 'months'], ['oracle', 'exprience', '30', 'months', 'sql'], ['exprience', '30', 'months', 'sql', 'exprience'], ['30', 'months', 'sql', 'exprience', '30'], ['months', 'sql', 'exprience', '30', 'months'], ['sql', 'exprience', '30', 'months', 'excellent'], ['exprience', '30', 'months', 'excellent', 'communication'], ['30', 'months', 'excellent', 'communication', 'skills'], ['months', 'excellent', 'communication', 'skills', 'exprience'], ['excellent', 'communication', 'skills', 'exprience', '6'], ['communication', 'skills', 'exprience', '6', 'monthscompany'], ['skills', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'ibm'], ['monthscompany', 'details', 'company', 'ibm', 'india'], ['details', 'company', 'ibm', 'india', 'pvt'], ['company', 'ibm', 'india', 'pvt', 'ltd'], ['ibm', 'india', 'pvt', 'ltd', 'description'], ['india', 'pvt', 'ltd', 'description', 'client'], ['pvt', 'ltd', 'description', 'client', 'blue'], ['ltd', 'description', 'client', 'blue', 'cross'], ['description', 'client', 'blue', 'cross', 'blue'], ['client', 'blue', 'cross', 'blue', 'shield'], ['blue', 'cross', 'blue', 'shield', 'ma'], ['cross', 'blue', 'shield', 'ma', 'massachusetts'], ['blue', 'shield', 'ma', 'massachusetts', 'health'], ['shield', 'ma', 'massachusetts', 'health', 'insurance'], ['ma', 'massachusetts', 'health', 'insurance', 'used'], ['massachusetts', 'health', 'insurance', 'used', 'oracle'], ['health', 'insurance', 'used', 'oracle', 'sql'], ['insurance', 'used', 'oracle', 'sql', 'store'], ['used', 'oracle', 'sql', 'store', 'organize'], ['oracle', 'sql', 'store', 'organize', 'data'], ['sql', 'store', 'organize', 'data', 'this'], ['store', 'organize', 'data', 'this', 'includes'], ['organize', 'data', 'this', 'includes', 'capacity'], ['data', 'this', 'includes', 'capacity', 'planning'], ['this', 'includes', 'capacity', 'planning', 'installation'], ['includes', 'capacity', 'planning', 'installation', 'configuration'], ['capacity', 'planning', 'installation', 'configuration', 'database'], ['planning', 'installation', 'configuration', 'database', 'design'], ['installation', 'configuration', 'database', 'design', 'migration'], ['configuration', 'database', 'design', 'migration', 'security'], ['database', 'design', 'migration', 'security', 'troubleshooting'], ...], [['education'], ['details'], ['hadoop'], ['developer'], ['hadoop'], ['developer'], ['infosys'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['infosys'], ['description'], ['project'], ['description'], ['the'], ['banking'], ['information'], ['stored'], ['data'], ['different'], ['data'], ['ware'], ['house'], ['systems'], ['department'], ['becomes'], ['difficult'], ['organization'], ['manage'], ['data'], ['perform'], ['analytics'], ['past'], ['data'], ['combined'], ['single'], ['global'], ['repository'], ['hadoop'], ['analysis'], ['responsibilities'], ['analyze'], ['banking'], ['rates'], ['data'], ['set'], ['create'], ['specification'], ['document'], ['provide'], ['effort'], ['estimation'], ['develop'], ['spark'], ['scala'], ['spark'], ['sql'], ['programs'], ['using'], ['eclipse'], ['ide'], ['windows'], ['linux'], ['environment'], ['create'], ['kpi'], ['test'], ['scenarios'], ['test'], ['cases'], ['test'], ['result'], ['document'], ['test'], ['scala'], ['programs'], ['linux'], ['spark'], ['standalone'], ['mode'], ['setup'], ['multi'], ['cluster'], ['aws'], ['deploy'], ['spark'], ['scala'], ['programs'], ['provided'], ['solution'], ['using'], ['hadoop'], ['ecosystem'], ['hdfs'], ['mapreduce'], ['pig'], ['hive'], ['hbase'], ['zookeeper'], ['provided'], ['solution'], ['using'], ['large'], ['scale'], ['server'], ['side'], ['systems'], ['distributed'], ['processing'], ['algorithms'], ['created'], ['reports'], ['bi'], ['team'], ['using'], ['sqoop'], ['export'], ['data'], ['hdfs'], ['hive'], ['provided'], ['solution'], ['supporting'], ['assisting'], ['troubleshooting'], ['optimization'], ['mapreduce'], ['jobs'], ['pig'], ['latin'], ['scripts'], ['deep'], ['understanding'], ['hadoop'], ['design'], ['principles'], ['cluster'], ['connectivity'], ['security'], ['factors'], ['affect'], ['system'], ['performance'], ['worked'], ['importing'], ['exporting'], ['data'], ['different'], ['databases'], ['like'], ['oracle'], ['teradata'], ['hdfs'], ['hive'], ['using'], ['sqoop'], ['tpt'], ['connect'], ['direct'], ['import'], ['export'], ['data'], ['rdbms'], ['hdfs'], ['hbase'], ['wrote'], ['script'], ['placed'], ['client'], ['side'], ['data'], ['moved'], ['hdfs'], ['stored'], ['temporary'], ['file'], ['start'], ['loading'], ['hive'], ['tables'], ['developed'], ['sqoop'], ['scripts'], ['order'], ['make'], ['interaction'], ['pig'], ['mysql'], ['database'], ['involved'], ['developing'], ['hive'], ['reports'], ['partitions'], ['hive'], ['tables'], ['created'], ['maintained'], ['technical'], ['documentation'], ['launching'], ['hadoop'], ['clusters'], ['executing'], ['hive'], ['queries'], ['pig'], ['scripts'], ['involved'], ['running'], ['hadoop'], ['jobs'], ['processing'], ['millions'], ['records'], ['text'], ['data'], ['environment'], ['java'], ['hadoop'], ['hdfs'], ['map'], ['reduce'], ['pig'], ['hive'], ['sqoop'], ['flume'], ['oozie'], ['hbase'], ['spark'], ['scala'], ['linux'], ['nosql'], ['storm'], ['tomcat'], ['putty'], ['svn'], ['github'], ['ibm'], ['websphere'], ['v8'], ['5'], ['project'], ['telecommunications'], ['hadoop'], ['developer'], ['description'], ['to'], ['identify'], ['customers'], ['likely'], ['churn'], ['360'], ['degree'], ['view'], ['customer'], ['created'], ['different'], ['heterogeneous'], ['data'], ['sources'], ['the'], ['data'], ['brought'], ['data'], ['lake'], ['hdfs'], ['different'], ['sources'], ['analyzed'], ['using'], ['different'], ['hadoop'], ['tools'], ['like'], ['pig'], ['hive'], ['responsibilities'], ['installed'], ['configured'], ['apache'], ['hadoop'], ['tools'], ['like'], ['hive'], ['pig'], ['hbase'], ['sqoop'], ['application'], ['development'], ['unit'], ['testing'], ['wrote'], ['mapreduce'], ['jobs'], ['discover'], ['trends'], ['data'], ['usage'], ['users'], ['involved'], ['database'], ['connection'], ['using'], ['sqoop'], ['involved'], ['creating'], ['hive'], ['tables'], ['loading'], ['data'], ['writing'], ['hive'], ['queries'], ['using'], ['hiveql'], ['involved'], ['partitioning'], ['joining'], ['hive'], ['tables'], ['hive'], ['query'], ['optimization'], ['experienced'], ['sql'], ['db'], ['migration'], ['hdfs'], ['used'], ['nosql'], ['hbase'], ['faster'], ['performance'], ['maintains'], ['data'], ['de'], ['normalized'], ['way'], ['oltp'], ['the'], ['data'], ['collected'], ['distributed'], ['sources'], ['avro'], ['models'], ['applied'], ['transformations'], ['standardizations'], ['loaded'], ['hbase'], ['data'], ['processing'], ['experienced'], ['defining'], ['job'], ['flows'], ['used'], ['oozie'], ['orchestrate'], ['workflow'], ['implemented'], ['fair'], ['schedulers'], ['job'], ['tracker'], ['share'], ['resources'], ['cluster'], ['map'], ['reduce'], ['jobs'], ['given'], ['users'], ['exported'], ['analyzed'], ['data'], ['relational'], ['databases'], ['using'], ['hive'], ['visualization'], ['generate'], ['reports'], ['bi'], ['team'], ['environment'], ['hadoop'], ['hive'], ['linux'], ['mapreduce'], ['hdfs'], ['hive'], ['python'], ['pig'], ['sqoop'], ['cloudera'], ['shell'], ['scripting'], ['java'], ['jdk'], ['1'], ['6'], ['java'], ['6'], ['oracle'], ['10g'], ['pl'], ['sql'], ['sql'], ['plus'], ['education', 'details'], ['details', 'hadoop'], ['hadoop', 'developer'], ['developer', 'hadoop'], ['hadoop', 'developer'], ['developer', 'infosys'], ['infosys', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'infosys'], ['infosys', 'description'], ['description', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'banking'], ['banking', 'information'], ['information', 'stored'], ['stored', 'data'], ['data', 'different'], ['different', 'data'], ['data', 'ware'], ['ware', 'house'], ['house', 'systems'], ['systems', 'department'], ['department', 'becomes'], ['becomes', 'difficult'], ['difficult', 'organization'], ['organization', 'manage'], ['manage', 'data'], ['data', 'perform'], ['perform', 'analytics'], ['analytics', 'past'], ['past', 'data'], ['data', 'combined'], ['combined', 'single'], ['single', 'global'], ['global', 'repository'], ['repository', 'hadoop'], ['hadoop', 'analysis'], ['analysis', 'responsibilities'], ['responsibilities', 'analyze'], ['analyze', 'banking'], ['banking', 'rates'], ['rates', 'data'], ['data', 'set'], ['set', 'create'], ['create', 'specification'], ['specification', 'document'], ['document', 'provide'], ['provide', 'effort'], ['effort', 'estimation'], ['estimation', 'develop'], ['develop', 'spark'], ['spark', 'scala'], ['scala', 'spark'], ['spark', 'sql'], ['sql', 'programs'], ['programs', 'using'], ['using', 'eclipse'], ['eclipse', 'ide'], ['ide', 'windows'], ['windows', 'linux'], ['linux', 'environment'], ['environment', 'create'], ['create', 'kpi'], ['kpi', 'test'], ['test', 'scenarios'], ['scenarios', 'test'], ['test', 'cases'], ['cases', 'test'], ['test', 'result'], ['result', 'document'], ['document', 'test'], ['test', 'scala'], ['scala', 'programs'], ['programs', 'linux'], ['linux', 'spark'], ['spark', 'standalone'], ['standalone', 'mode'], ['mode', 'setup'], ['setup', 'multi'], ['multi', 'cluster'], ['cluster', 'aws'], ['aws', 'deploy'], ['deploy', 'spark'], ['spark', 'scala'], ['scala', 'programs'], ['programs', 'provided'], ['provided', 'solution'], ['solution', 'using'], ['using', 'hadoop'], ['hadoop', 'ecosystem'], ['ecosystem', 'hdfs'], ['hdfs', 'mapreduce'], ['mapreduce', 'pig'], ['pig', 'hive'], ['hive', 'hbase'], ['hbase', 'zookeeper'], ['zookeeper', 'provided'], ['provided', 'solution'], ['solution', 'using'], ['using', 'large'], ['large', 'scale'], ['scale', 'server'], ['server', 'side'], ['side', 'systems'], ['systems', 'distributed'], ['distributed', 'processing'], ['processing', 'algorithms'], ['algorithms', 'created'], ['created', 'reports'], ['reports', 'bi'], ['bi', 'team'], ['team', 'using'], ['using', 'sqoop'], ['sqoop', 'export'], ['export', 'data'], ['data', 'hdfs'], ['hdfs', 'hive'], ['hive', 'provided'], ['provided', 'solution'], ['solution', 'supporting'], ['supporting', 'assisting'], ['assisting', 'troubleshooting'], ['troubleshooting', 'optimization'], ['optimization', 'mapreduce'], ['mapreduce', 'jobs'], ['jobs', 'pig'], ['pig', 'latin'], ['latin', 'scripts'], ['scripts', 'deep'], ['deep', 'understanding'], ['understanding', 'hadoop'], ['hadoop', 'design'], ['design', 'principles'], ['principles', 'cluster'], ['cluster', 'connectivity'], ['connectivity', 'security'], ['security', 'factors'], ['factors', 'affect'], ['affect', 'system'], ['system', 'performance'], ['performance', 'worked'], ['worked', 'importing'], ['importing', 'exporting'], ['exporting', 'data'], ['data', 'different'], ['different', 'databases'], ['databases', 'like'], ['like', 'oracle'], ['oracle', 'teradata'], ['teradata', 'hdfs'], ['hdfs', 'hive'], ['hive', 'using'], ['using', 'sqoop'], ['sqoop', 'tpt'], ['tpt', 'connect'], ['connect', 'direct'], ['direct', 'import'], ['import', 'export'], ['export', 'data'], ['data', 'rdbms'], ['rdbms', 'hdfs'], ['hdfs', 'hbase'], ['hbase', 'wrote'], ['wrote', 'script'], ['script', 'placed'], ['placed', 'client'], ['client', 'side'], ['side', 'data'], ['data', 'moved'], ['moved', 'hdfs'], ['hdfs', 'stored'], ['stored', 'temporary'], ['temporary', 'file'], ['file', 'start'], ['start', 'loading'], ['loading', 'hive'], ['hive', 'tables'], ['tables', 'developed'], ['developed', 'sqoop'], ['sqoop', 'scripts'], ['scripts', 'order'], ['order', 'make'], ['make', 'interaction'], ['interaction', 'pig'], ['pig', 'mysql'], ['mysql', 'database'], ['database', 'involved'], ['involved', 'developing'], ['developing', 'hive'], ['hive', 'reports'], ['reports', 'partitions'], ['partitions', 'hive'], ['hive', 'tables'], ['tables', 'created'], ['created', 'maintained'], ['maintained', 'technical'], ['technical', 'documentation'], ['documentation', 'launching'], ['launching', 'hadoop'], ['hadoop', 'clusters'], ['clusters', 'executing'], ['executing', 'hive'], ['hive', 'queries'], ['queries', 'pig'], ['pig', 'scripts'], ['scripts', 'involved'], ['involved', 'running'], ['running', 'hadoop'], ['hadoop', 'jobs'], ['jobs', 'processing'], ['processing', 'millions'], ['millions', 'records'], ['records', 'text'], ['text', 'data'], ['data', 'environment'], ['environment', 'java'], ['java', 'hadoop'], ['hadoop', 'hdfs'], ['hdfs', 'map'], ['map', 'reduce'], ['reduce', 'pig'], ['pig', 'hive'], ['hive', 'sqoop'], ['sqoop', 'flume'], ['flume', 'oozie'], ['oozie', 'hbase'], ['hbase', 'spark'], ['spark', 'scala'], ['scala', 'linux'], ['linux', 'nosql'], ['nosql', 'storm'], ['storm', 'tomcat'], ['tomcat', 'putty'], ['putty', 'svn'], ['svn', 'github'], ['github', 'ibm'], ['ibm', 'websphere'], ['websphere', 'v8'], ['v8', '5'], ['5', 'project'], ['project', 'telecommunications'], ['telecommunications', 'hadoop'], ['hadoop', 'developer'], ['developer', 'description'], ['description', 'to'], ['to', 'identify'], ['identify', 'customers'], ['customers', 'likely'], ['likely', 'churn'], ['churn', '360'], ['360', 'degree'], ['degree', 'view'], ['view', 'customer'], ['customer', 'created'], ['created', 'different'], ['different', 'heterogeneous'], ['heterogeneous', 'data'], ['data', 'sources'], ['sources', 'the'], ['the', 'data'], ['data', 'brought'], ['brought', 'data'], ['data', 'lake'], ['lake', 'hdfs'], ['hdfs', 'different'], ['different', 'sources'], ['sources', 'analyzed'], ['analyzed', 'using'], ['using', 'different'], ['different', 'hadoop'], ['hadoop', 'tools'], ['tools', 'like'], ['like', 'pig'], ['pig', 'hive'], ['hive', 'responsibilities'], ['responsibilities', 'installed'], ['installed', 'configured'], ['configured', 'apache'], ['apache', 'hadoop'], ['hadoop', 'tools'], ['tools', 'like'], ['like', 'hive'], ['hive', 'pig'], ['pig', 'hbase'], ['hbase', 'sqoop'], ['sqoop', 'application'], ['application', 'development'], ['development', 'unit'], ['unit', 'testing'], ['testing', 'wrote'], ['wrote', 'mapreduce'], ['mapreduce', 'jobs'], ['jobs', 'discover'], ['discover', 'trends'], ['trends', 'data'], ['data', 'usage'], ['usage', 'users'], ['users', 'involved'], ['involved', 'database'], ['database', 'connection'], ['connection', 'using'], ['using', 'sqoop'], ['sqoop', 'involved'], ['involved', 'creating'], ['creating', 'hive'], ['hive', 'tables'], ['tables', 'loading'], ['loading', 'data'], ['data', 'writing'], ['writing', 'hive'], ['hive', 'queries'], ['queries', 'using'], ['using', 'hiveql'], ['hiveql', 'involved'], ['involved', 'partitioning'], ['partitioning', 'joining'], ['joining', 'hive'], ['hive', 'tables'], ['tables', 'hive'], ['hive', 'query'], ['query', 'optimization'], ['optimization', 'experienced'], ['experienced', 'sql'], ['sql', 'db'], ['db', 'migration'], ['migration', 'hdfs'], ['hdfs', 'used'], ['used', 'nosql'], ['nosql', 'hbase'], ['hbase', 'faster'], ['faster', 'performance'], ['performance', 'maintains'], ['maintains', 'data'], ['data', 'de'], ['de', 'normalized'], ['normalized', 'way'], ['way', 'oltp'], ['oltp', 'the'], ['the', 'data'], ['data', 'collected'], ['collected', 'distributed'], ['distributed', 'sources'], ['sources', 'avro'], ['avro', 'models'], ['models', 'applied'], ['applied', 'transformations'], ['transformations', 'standardizations'], ['standardizations', 'loaded'], ['loaded', 'hbase'], ['hbase', 'data'], ['data', 'processing'], ['processing', 'experienced'], ['experienced', 'defining'], ['defining', 'job'], ['job', 'flows'], ['flows', 'used'], ['used', 'oozie'], ['oozie', 'orchestrate'], ['orchestrate', 'workflow'], ['workflow', 'implemented'], ['implemented', 'fair'], ['fair', 'schedulers'], ['schedulers', 'job'], ['job', 'tracker'], ['tracker', 'share'], ['share', 'resources'], ['resources', 'cluster'], ['cluster', 'map'], ['map', 'reduce'], ['reduce', 'jobs'], ['jobs', 'given'], ['given', 'users'], ['users', 'exported'], ['exported', 'analyzed'], ['analyzed', 'data'], ['data', 'relational'], ['relational', 'databases'], ['databases', 'using'], ['using', 'hive'], ['hive', 'visualization'], ['visualization', 'generate'], ['generate', 'reports'], ['reports', 'bi'], ['bi', 'team'], ['team', 'environment'], ['environment', 'hadoop'], ['hadoop', 'hive'], ['hive', 'linux'], ['linux', 'mapreduce'], ['mapreduce', 'hdfs'], ['hdfs', 'hive'], ['hive', 'python'], ['python', 'pig'], ['pig', 'sqoop'], ['sqoop', 'cloudera'], ['cloudera', 'shell'], ['shell', 'scripting'], ['scripting', 'java'], ['java', 'jdk'], ['jdk', '1'], ['1', '6'], ['6', 'java'], ['java', '6'], ['6', 'oracle'], ['oracle', '10g'], ['10g', 'pl'], ['pl', 'sql'], ['sql', 'sql'], ['sql', 'plus'], ['education', 'details', 'hadoop'], ['details', 'hadoop', 'developer'], ['hadoop', 'developer', 'hadoop'], ['developer', 'hadoop', 'developer'], ['hadoop', 'developer', 'infosys'], ['developer', 'infosys', 'skill'], ['infosys', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'infosys'], ['company', 'infosys', 'description'], ['infosys', 'description', 'project'], ['description', 'project', 'description'], ['project', 'description', 'the'], ['description', 'the', 'banking'], ['the', 'banking', 'information'], ['banking', 'information', 'stored'], ['information', 'stored', 'data'], ['stored', 'data', 'different'], ['data', 'different', 'data'], ['different', 'data', 'ware'], ['data', 'ware', 'house'], ['ware', 'house', 'systems'], ['house', 'systems', 'department'], ['systems', 'department', 'becomes'], ['department', 'becomes', 'difficult'], ['becomes', 'difficult', 'organization'], ['difficult', 'organization', 'manage'], ['organization', 'manage', 'data'], ['manage', 'data', 'perform'], ['data', 'perform', 'analytics'], ['perform', 'analytics', 'past'], ['analytics', 'past', 'data'], ['past', 'data', 'combined'], ['data', 'combined', 'single'], ['combined', 'single', 'global'], ['single', 'global', 'repository'], ['global', 'repository', 'hadoop'], ['repository', 'hadoop', 'analysis'], ['hadoop', 'analysis', 'responsibilities'], ['analysis', 'responsibilities', 'analyze'], ['responsibilities', 'analyze', 'banking'], ['analyze', 'banking', 'rates'], ['banking', 'rates', 'data'], ['rates', 'data', 'set'], ['data', 'set', 'create'], ['set', 'create', 'specification'], ['create', 'specification', 'document'], ['specification', 'document', 'provide'], ['document', 'provide', 'effort'], ['provide', 'effort', 'estimation'], ['effort', 'estimation', 'develop'], ['estimation', 'develop', 'spark'], ['develop', 'spark', 'scala'], ['spark', 'scala', 'spark'], ['scala', 'spark', 'sql'], ['spark', 'sql', 'programs'], ['sql', 'programs', 'using'], ['programs', 'using', 'eclipse'], ['using', 'eclipse', 'ide'], ['eclipse', 'ide', 'windows'], ['ide', 'windows', 'linux'], ['windows', 'linux', 'environment'], ['linux', 'environment', 'create'], ['environment', 'create', 'kpi'], ['create', 'kpi', 'test'], ['kpi', 'test', 'scenarios'], ['test', 'scenarios', 'test'], ['scenarios', 'test', 'cases'], ['test', 'cases', 'test'], ['cases', 'test', 'result'], ['test', 'result', 'document'], ['result', 'document', 'test'], ['document', 'test', 'scala'], ['test', 'scala', 'programs'], ['scala', 'programs', 'linux'], ['programs', 'linux', 'spark'], ['linux', 'spark', 'standalone'], ['spark', 'standalone', 'mode'], ['standalone', 'mode', 'setup'], ['mode', 'setup', 'multi'], ['setup', 'multi', 'cluster'], ['multi', 'cluster', 'aws'], ['cluster', 'aws', 'deploy'], ['aws', 'deploy', 'spark'], ['deploy', 'spark', 'scala'], ['spark', 'scala', 'programs'], ['scala', 'programs', 'provided'], ['programs', 'provided', 'solution'], ['provided', 'solution', 'using'], ['solution', 'using', 'hadoop'], ['using', 'hadoop', 'ecosystem'], ['hadoop', 'ecosystem', 'hdfs'], ['ecosystem', 'hdfs', 'mapreduce'], ['hdfs', 'mapreduce', 'pig'], ['mapreduce', 'pig', 'hive'], ['pig', 'hive', 'hbase'], ['hive', 'hbase', 'zookeeper'], ['hbase', 'zookeeper', 'provided'], ['zookeeper', 'provided', 'solution'], ['provided', 'solution', 'using'], ['solution', 'using', 'large'], ['using', 'large', 'scale'], ['large', 'scale', 'server'], ['scale', 'server', 'side'], ['server', 'side', 'systems'], ['side', 'systems', 'distributed'], ['systems', 'distributed', 'processing'], ['distributed', 'processing', 'algorithms'], ['processing', 'algorithms', 'created'], ['algorithms', 'created', 'reports'], ['created', 'reports', 'bi'], ['reports', 'bi', 'team'], ['bi', 'team', 'using'], ['team', 'using', 'sqoop'], ['using', 'sqoop', 'export'], ['sqoop', 'export', 'data'], ['export', 'data', 'hdfs'], ['data', 'hdfs', 'hive'], ['hdfs', 'hive', 'provided'], ['hive', 'provided', 'solution'], ['provided', 'solution', 'supporting'], ['solution', 'supporting', 'assisting'], ['supporting', 'assisting', 'troubleshooting'], ['assisting', 'troubleshooting', 'optimization'], ['troubleshooting', 'optimization', 'mapreduce'], ['optimization', 'mapreduce', 'jobs'], ['mapreduce', 'jobs', 'pig'], ['jobs', 'pig', 'latin'], ['pig', 'latin', 'scripts'], ['latin', 'scripts', 'deep'], ['scripts', 'deep', 'understanding'], ['deep', 'understanding', 'hadoop'], ['understanding', 'hadoop', 'design'], ['hadoop', 'design', 'principles'], ['design', 'principles', 'cluster'], ['principles', 'cluster', 'connectivity'], ['cluster', 'connectivity', 'security'], ['connectivity', 'security', 'factors'], ['security', 'factors', 'affect'], ['factors', 'affect', 'system'], ['affect', 'system', 'performance'], ['system', 'performance', 'worked'], ['performance', 'worked', 'importing'], ['worked', 'importing', 'exporting'], ['importing', 'exporting', 'data'], ['exporting', 'data', 'different'], ['data', 'different', 'databases'], ['different', 'databases', 'like'], ['databases', 'like', 'oracle'], ['like', 'oracle', 'teradata'], ['oracle', 'teradata', 'hdfs'], ['teradata', 'hdfs', 'hive'], ['hdfs', 'hive', 'using'], ['hive', 'using', 'sqoop'], ['using', 'sqoop', 'tpt'], ['sqoop', 'tpt', 'connect'], ['tpt', 'connect', 'direct'], ['connect', 'direct', 'import'], ['direct', 'import', 'export'], ['import', 'export', 'data'], ['export', 'data', 'rdbms'], ['data', 'rdbms', 'hdfs'], ['rdbms', 'hdfs', 'hbase'], ['hdfs', 'hbase', 'wrote'], ['hbase', 'wrote', 'script'], ['wrote', 'script', 'placed'], ['script', 'placed', 'client'], ['placed', 'client', 'side'], ['client', 'side', 'data'], ['side', 'data', 'moved'], ['data', 'moved', 'hdfs'], ...], [['skill'], ['set'], ['hadoop'], ['map'], ['reduce'], ['hdfs'], ['hive'], ['sqoop'], ['java'], ['duration'], ['2016'], ['2017'], ['role'], ['hadoop'], ['developer'], ['rplus'], ['offers'], ['quick'], ['simple'], ['powerful'], ['cloud'], ['based'], ['solution'], ['demand'], ['sense'], ['urately'], ['predict'], ['demand'], ['product'], ['markets'], ['combines'], ['enterprise'], ['external'], ['data'], ['predict'], ['demand'], ['urately'], ['uses'], ['social'], ['conversation'], ['sentiments'], ['derive'], ['demand'], ['identifies'], ['significant'], ['drivers'], ['sale'], ['hordes'], ['factors'], ['selects'], ['best'], ['suited'], ['model'], ['multiple'], ['forecasting'], ['models'], ['product'], ['responsibilities'], ['involved'], ['deploying'], ['product'], ['customers'], ['gathering'], ['requirements'], ['algorithm'], ['optimization'], ['backend'], ['product'], ['load'], ['transform'], ['large'], ['datasets'], ['structured'], ['semi'], ['structured'], ['responsible'], ['manage'], ['data'], ['coming'], ['different'], ['sources'], ['application'], ['supported'], ['map'], ['reduce'], ['programs'], ['running'], ['cluster'], ['involved'], ['creating'], ['hive'], ['tables'], ['loading'], ['data'], ['writing'], ['hive'], ['queries'], ['run'], ['internally'], ['map'], ['reduce'], ['way'], ['education'], ['details'], ['hadoop'], ['developer'], ['hadoop'], ['developer'], ['braindatawire'], ['skill'], ['details'], ['apache'], ['hadoop'], ['hdfs'], ['exprience'], ['49'], ['months'], ['apache'], ['hadoop'], ['sqoop'], ['exprience'], ['49'], ['months'], ['hadoop'], ['exprience'], ['49'], ['months'], ['hadoop'], ['exprience'], ['49'], ['months'], ['hadoop'], ['distributed'], ['file'], ['system'], ['exprience'], ['49'], ['monthscompany'], ['details'], ['company'], ['braindatawire'], ['description'], ['technical'], ['skills'], ['programming'], ['core'], ['java'], ['map'], ['reduce'], ['scala'], ['hadoop'], ['tools'], ['hdfs'], ['spark'], ['map'], ['reduce'], ['sqoop'], ['hive'], ['hbase'], ['database'], ['mysql'], ['oracle'], ['scripting'], ['shell'], ['scripting'], ['ide'], ['eclipse'], ['operating'], ['systems'], ['linux'], ['centos'], ['windows'], ['source'], ['control'], ['git'], ['github'], ['skill', 'set'], ['set', 'hadoop'], ['hadoop', 'map'], ['map', 'reduce'], ['reduce', 'hdfs'], ['hdfs', 'hive'], ['hive', 'sqoop'], ['sqoop', 'java'], ['java', 'duration'], ['duration', '2016'], ['2016', '2017'], ['2017', 'role'], ['role', 'hadoop'], ['hadoop', 'developer'], ['developer', 'rplus'], ['rplus', 'offers'], ['offers', 'quick'], ['quick', 'simple'], ['simple', 'powerful'], ['powerful', 'cloud'], ['cloud', 'based'], ['based', 'solution'], ['solution', 'demand'], ['demand', 'sense'], ['sense', 'urately'], ['urately', 'predict'], ['predict', 'demand'], ['demand', 'product'], ['product', 'markets'], ['markets', 'combines'], ['combines', 'enterprise'], ['enterprise', 'external'], ['external', 'data'], ['data', 'predict'], ['predict', 'demand'], ['demand', 'urately'], ['urately', 'uses'], ['uses', 'social'], ['social', 'conversation'], ['conversation', 'sentiments'], ['sentiments', 'derive'], ['derive', 'demand'], ['demand', 'identifies'], ['identifies', 'significant'], ['significant', 'drivers'], ['drivers', 'sale'], ['sale', 'hordes'], ['hordes', 'factors'], ['factors', 'selects'], ['selects', 'best'], ['best', 'suited'], ['suited', 'model'], ['model', 'multiple'], ['multiple', 'forecasting'], ['forecasting', 'models'], ['models', 'product'], ['product', 'responsibilities'], ['responsibilities', 'involved'], ['involved', 'deploying'], ['deploying', 'product'], ['product', 'customers'], ['customers', 'gathering'], ['gathering', 'requirements'], ['requirements', 'algorithm'], ['algorithm', 'optimization'], ['optimization', 'backend'], ['backend', 'product'], ['product', 'load'], ['load', 'transform'], ['transform', 'large'], ['large', 'datasets'], ['datasets', 'structured'], ['structured', 'semi'], ['semi', 'structured'], ['structured', 'responsible'], ['responsible', 'manage'], ['manage', 'data'], ['data', 'coming'], ['coming', 'different'], ['different', 'sources'], ['sources', 'application'], ['application', 'supported'], ['supported', 'map'], ['map', 'reduce'], ['reduce', 'programs'], ['programs', 'running'], ['running', 'cluster'], ['cluster', 'involved'], ['involved', 'creating'], ['creating', 'hive'], ['hive', 'tables'], ['tables', 'loading'], ['loading', 'data'], ['data', 'writing'], ['writing', 'hive'], ['hive', 'queries'], ['queries', 'run'], ['run', 'internally'], ['internally', 'map'], ['map', 'reduce'], ['reduce', 'way'], ['way', 'education'], ['education', 'details'], ['details', 'hadoop'], ['hadoop', 'developer'], ['developer', 'hadoop'], ['hadoop', 'developer'], ['developer', 'braindatawire'], ['braindatawire', 'skill'], ['skill', 'details'], ['details', 'apache'], ['apache', 'hadoop'], ['hadoop', 'hdfs'], ['hdfs', 'exprience'], ['exprience', '49'], ['49', 'months'], ['months', 'apache'], ['apache', 'hadoop'], ['hadoop', 'sqoop'], ['sqoop', 'exprience'], ['exprience', '49'], ['49', 'months'], ['months', 'hadoop'], ['hadoop', 'exprience'], ['exprience', '49'], ['49', 'months'], ['months', 'hadoop'], ['hadoop', 'exprience'], ['exprience', '49'], ['49', 'months'], ['months', 'hadoop'], ['hadoop', 'distributed'], ['distributed', 'file'], ['file', 'system'], ['system', 'exprience'], ['exprience', '49'], ['49', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'braindatawire'], ['braindatawire', 'description'], ['description', 'technical'], ['technical', 'skills'], ['skills', 'programming'], ['programming', 'core'], ['core', 'java'], ['java', 'map'], ['map', 'reduce'], ['reduce', 'scala'], ['scala', 'hadoop'], ['hadoop', 'tools'], ['tools', 'hdfs'], ['hdfs', 'spark'], ['spark', 'map'], ['map', 'reduce'], ['reduce', 'sqoop'], ['sqoop', 'hive'], ['hive', 'hbase'], ['hbase', 'database'], ['database', 'mysql'], ['mysql', 'oracle'], ['oracle', 'scripting'], ['scripting', 'shell'], ['shell', 'scripting'], ['scripting', 'ide'], ['ide', 'eclipse'], ['eclipse', 'operating'], ['operating', 'systems'], ['systems', 'linux'], ['linux', 'centos'], ['centos', 'windows'], ['windows', 'source'], ['source', 'control'], ['control', 'git'], ['git', 'github'], ['skill', 'set', 'hadoop'], ['set', 'hadoop', 'map'], ['hadoop', 'map', 'reduce'], ['map', 'reduce', 'hdfs'], ['reduce', 'hdfs', 'hive'], ['hdfs', 'hive', 'sqoop'], ['hive', 'sqoop', 'java'], ['sqoop', 'java', 'duration'], ['java', 'duration', '2016'], ['duration', '2016', '2017'], ['2016', '2017', 'role'], ['2017', 'role', 'hadoop'], ['role', 'hadoop', 'developer'], ['hadoop', 'developer', 'rplus'], ['developer', 'rplus', 'offers'], ['rplus', 'offers', 'quick'], ['offers', 'quick', 'simple'], ['quick', 'simple', 'powerful'], ['simple', 'powerful', 'cloud'], ['powerful', 'cloud', 'based'], ['cloud', 'based', 'solution'], ['based', 'solution', 'demand'], ['solution', 'demand', 'sense'], ['demand', 'sense', 'urately'], ['sense', 'urately', 'predict'], ['urately', 'predict', 'demand'], ['predict', 'demand', 'product'], ['demand', 'product', 'markets'], ['product', 'markets', 'combines'], ['markets', 'combines', 'enterprise'], ['combines', 'enterprise', 'external'], ['enterprise', 'external', 'data'], ['external', 'data', 'predict'], ['data', 'predict', 'demand'], ['predict', 'demand', 'urately'], ['demand', 'urately', 'uses'], ['urately', 'uses', 'social'], ['uses', 'social', 'conversation'], ['social', 'conversation', 'sentiments'], ['conversation', 'sentiments', 'derive'], ['sentiments', 'derive', 'demand'], ['derive', 'demand', 'identifies'], ['demand', 'identifies', 'significant'], ['identifies', 'significant', 'drivers'], ['significant', 'drivers', 'sale'], ['drivers', 'sale', 'hordes'], ['sale', 'hordes', 'factors'], ['hordes', 'factors', 'selects'], ['factors', 'selects', 'best'], ['selects', 'best', 'suited'], ['best', 'suited', 'model'], ['suited', 'model', 'multiple'], ['model', 'multiple', 'forecasting'], ['multiple', 'forecasting', 'models'], ['forecasting', 'models', 'product'], ['models', 'product', 'responsibilities'], ['product', 'responsibilities', 'involved'], ['responsibilities', 'involved', 'deploying'], ['involved', 'deploying', 'product'], ['deploying', 'product', 'customers'], ['product', 'customers', 'gathering'], ['customers', 'gathering', 'requirements'], ['gathering', 'requirements', 'algorithm'], ['requirements', 'algorithm', 'optimization'], ['algorithm', 'optimization', 'backend'], ['optimization', 'backend', 'product'], ['backend', 'product', 'load'], ['product', 'load', 'transform'], ['load', 'transform', 'large'], ['transform', 'large', 'datasets'], ['large', 'datasets', 'structured'], ['datasets', 'structured', 'semi'], ['structured', 'semi', 'structured'], ['semi', 'structured', 'responsible'], ['structured', 'responsible', 'manage'], ['responsible', 'manage', 'data'], ['manage', 'data', 'coming'], ['data', 'coming', 'different'], ['coming', 'different', 'sources'], ['different', 'sources', 'application'], ['sources', 'application', 'supported'], ['application', 'supported', 'map'], ['supported', 'map', 'reduce'], ['map', 'reduce', 'programs'], ['reduce', 'programs', 'running'], ['programs', 'running', 'cluster'], ['running', 'cluster', 'involved'], ['cluster', 'involved', 'creating'], ['involved', 'creating', 'hive'], ['creating', 'hive', 'tables'], ['hive', 'tables', 'loading'], ['tables', 'loading', 'data'], ['loading', 'data', 'writing'], ['data', 'writing', 'hive'], ['writing', 'hive', 'queries'], ['hive', 'queries', 'run'], ['queries', 'run', 'internally'], ['run', 'internally', 'map'], ['internally', 'map', 'reduce'], ['map', 'reduce', 'way'], ['reduce', 'way', 'education'], ['way', 'education', 'details'], ['education', 'details', 'hadoop'], ['details', 'hadoop', 'developer'], ['hadoop', 'developer', 'hadoop'], ['developer', 'hadoop', 'developer'], ['hadoop', 'developer', 'braindatawire'], ['developer', 'braindatawire', 'skill'], ['braindatawire', 'skill', 'details'], ['skill', 'details', 'apache'], ['details', 'apache', 'hadoop'], ['apache', 'hadoop', 'hdfs'], ['hadoop', 'hdfs', 'exprience'], ['hdfs', 'exprience', '49'], ['exprience', '49', 'months'], ['49', 'months', 'apache'], ['months', 'apache', 'hadoop'], ['apache', 'hadoop', 'sqoop'], ['hadoop', 'sqoop', 'exprience'], ['sqoop', 'exprience', '49'], ['exprience', '49', 'months'], ['49', 'months', 'hadoop'], ['months', 'hadoop', 'exprience'], ['hadoop', 'exprience', '49'], ['exprience', '49', 'months'], ['49', 'months', 'hadoop'], ['months', 'hadoop', 'exprience'], ['hadoop', 'exprience', '49'], ['exprience', '49', 'months'], ['49', 'months', 'hadoop'], ['months', 'hadoop', 'distributed'], ['hadoop', 'distributed', 'file'], ['distributed', 'file', 'system'], ['file', 'system', 'exprience'], ['system', 'exprience', '49'], ['exprience', '49', 'monthscompany'], ['49', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'braindatawire'], ['company', 'braindatawire', 'description'], ['braindatawire', 'description', 'technical'], ['description', 'technical', 'skills'], ['technical', 'skills', 'programming'], ['skills', 'programming', 'core'], ['programming', 'core', 'java'], ['core', 'java', 'map'], ['java', 'map', 'reduce'], ['map', 'reduce', 'scala'], ['reduce', 'scala', 'hadoop'], ['scala', 'hadoop', 'tools'], ['hadoop', 'tools', 'hdfs'], ['tools', 'hdfs', 'spark'], ['hdfs', 'spark', 'map'], ['spark', 'map', 'reduce'], ['map', 'reduce', 'sqoop'], ['reduce', 'sqoop', 'hive'], ['sqoop', 'hive', 'hbase'], ['hive', 'hbase', 'database'], ['hbase', 'database', 'mysql'], ['database', 'mysql', 'oracle'], ['mysql', 'oracle', 'scripting'], ['oracle', 'scripting', 'shell'], ['scripting', 'shell', 'scripting'], ['shell', 'scripting', 'ide'], ['scripting', 'ide', 'eclipse'], ['ide', 'eclipse', 'operating'], ['eclipse', 'operating', 'systems'], ['operating', 'systems', 'linux'], ['systems', 'linux', 'centos'], ['linux', 'centos', 'windows'], ['centos', 'windows', 'source'], ['windows', 'source', 'control'], ['source', 'control', 'git'], ['control', 'git', 'github'], ['skill', 'set', 'hadoop', 'map'], ['set', 'hadoop', 'map', 'reduce'], ['hadoop', 'map', 'reduce', 'hdfs'], ['map', 'reduce', 'hdfs', 'hive'], ['reduce', 'hdfs', 'hive', 'sqoop'], ['hdfs', 'hive', 'sqoop', 'java'], ['hive', 'sqoop', 'java', 'duration'], ['sqoop', 'java', 'duration', '2016'], ['java', 'duration', '2016', '2017'], ['duration', '2016', '2017', 'role'], ['2016', '2017', 'role', 'hadoop'], ['2017', 'role', 'hadoop', 'developer'], ['role', 'hadoop', 'developer', 'rplus'], ['hadoop', 'developer', 'rplus', 'offers'], ['developer', 'rplus', 'offers', 'quick'], ['rplus', 'offers', 'quick', 'simple'], ['offers', 'quick', 'simple', 'powerful'], ['quick', 'simple', 'powerful', 'cloud'], ['simple', 'powerful', 'cloud', 'based'], ['powerful', 'cloud', 'based', 'solution'], ['cloud', 'based', 'solution', 'demand'], ['based', 'solution', 'demand', 'sense'], ['solution', 'demand', 'sense', 'urately'], ['demand', 'sense', 'urately', 'predict'], ['sense', 'urately', 'predict', 'demand'], ['urately', 'predict', 'demand', 'product'], ['predict', 'demand', 'product', 'markets'], ['demand', 'product', 'markets', 'combines'], ['product', 'markets', 'combines', 'enterprise'], ['markets', 'combines', 'enterprise', 'external'], ['combines', 'enterprise', 'external', 'data'], ['enterprise', 'external', 'data', 'predict'], ['external', 'data', 'predict', 'demand'], ['data', 'predict', 'demand', 'urately'], ['predict', 'demand', 'urately', 'uses'], ['demand', 'urately', 'uses', 'social'], ['urately', 'uses', 'social', 'conversation'], ['uses', 'social', 'conversation', 'sentiments'], ['social', 'conversation', 'sentiments', 'derive'], ['conversation', 'sentiments', 'derive', 'demand'], ['sentiments', 'derive', 'demand', 'identifies'], ['derive', 'demand', 'identifies', 'significant'], ['demand', 'identifies', 'significant', 'drivers'], ['identifies', 'significant', 'drivers', 'sale'], ['significant', 'drivers', 'sale', 'hordes'], ['drivers', 'sale', 'hordes', 'factors'], ['sale', 'hordes', 'factors', 'selects'], ['hordes', 'factors', 'selects', 'best'], ['factors', 'selects', 'best', 'suited'], ['selects', 'best', 'suited', 'model'], ['best', 'suited', 'model', 'multiple'], ['suited', 'model', 'multiple', 'forecasting'], ['model', 'multiple', 'forecasting', 'models'], ['multiple', 'forecasting', 'models', 'product'], ['forecasting', 'models', 'product', 'responsibilities'], ['models', 'product', 'responsibilities', 'involved'], ['product', 'responsibilities', 'involved', 'deploying'], ['responsibilities', 'involved', 'deploying', 'product'], ['involved', 'deploying', 'product', 'customers'], ['deploying', 'product', 'customers', 'gathering'], ['product', 'customers', 'gathering', 'requirements'], ['customers', 'gathering', 'requirements', 'algorithm'], ['gathering', 'requirements', 'algorithm', 'optimization'], ['requirements', 'algorithm', 'optimization', 'backend'], ['algorithm', 'optimization', 'backend', 'product'], ['optimization', 'backend', 'product', 'load'], ['backend', 'product', 'load', 'transform'], ['product', 'load', 'transform', 'large'], ['load', 'transform', 'large', 'datasets'], ['transform', 'large', 'datasets', 'structured'], ['large', 'datasets', 'structured', 'semi'], ['datasets', 'structured', 'semi', 'structured'], ['structured', 'semi', 'structured', 'responsible'], ['semi', 'structured', 'responsible', 'manage'], ['structured', 'responsible', 'manage', 'data'], ['responsible', 'manage', 'data', 'coming'], ['manage', 'data', 'coming', 'different'], ['data', 'coming', 'different', 'sources'], ['coming', 'different', 'sources', 'application'], ['different', 'sources', 'application', 'supported'], ['sources', 'application', 'supported', 'map'], ['application', 'supported', 'map', 'reduce'], ['supported', 'map', 'reduce', 'programs'], ['map', 'reduce', 'programs', 'running'], ['reduce', 'programs', 'running', 'cluster'], ['programs', 'running', 'cluster', 'involved'], ['running', 'cluster', 'involved', 'creating'], ['cluster', 'involved', 'creating', 'hive'], ['involved', 'creating', 'hive', 'tables'], ['creating', 'hive', 'tables', 'loading'], ['hive', 'tables', 'loading', 'data'], ['tables', 'loading', 'data', 'writing'], ['loading', 'data', 'writing', 'hive'], ['data', 'writing', 'hive', 'queries'], ['writing', 'hive', 'queries', 'run'], ['hive', 'queries', 'run', 'internally'], ['queries', 'run', 'internally', 'map'], ['run', 'internally', 'map', 'reduce'], ['internally', 'map', 'reduce', 'way'], ['map', 'reduce', 'way', 'education'], ['reduce', 'way', 'education', 'details'], ['way', 'education', 'details', 'hadoop'], ['education', 'details', 'hadoop', 'developer'], ['details', 'hadoop', 'developer', 'hadoop'], ['hadoop', 'developer', 'hadoop', 'developer'], ['developer', 'hadoop', 'developer', 'braindatawire'], ['hadoop', 'developer', 'braindatawire', 'skill'], ['developer', 'braindatawire', 'skill', 'details'], ['braindatawire', 'skill', 'details', 'apache'], ['skill', 'details', 'apache', 'hadoop'], ['details', 'apache', 'hadoop', 'hdfs'], ['apache', 'hadoop', 'hdfs', 'exprience'], ['hadoop', 'hdfs', 'exprience', '49'], ['hdfs', 'exprience', '49', 'months'], ['exprience', '49', 'months', 'apache'], ['49', 'months', 'apache', 'hadoop'], ['months', 'apache', 'hadoop', 'sqoop'], ['apache', 'hadoop', 'sqoop', 'exprience'], ['hadoop', 'sqoop', 'exprience', '49'], ['sqoop', 'exprience', '49', 'months'], ['exprience', '49', 'months', 'hadoop'], ['49', 'months', 'hadoop', 'exprience'], ['months', 'hadoop', 'exprience', '49'], ['hadoop', 'exprience', '49', 'months'], ['exprience', '49', 'months', 'hadoop'], ['49', 'months', 'hadoop', 'exprience'], ['months', 'hadoop', 'exprience', '49'], ['hadoop', 'exprience', '49', 'months'], ['exprience', '49', 'months', 'hadoop'], ['49', 'months', 'hadoop', 'distributed'], ['months', 'hadoop', 'distributed', 'file'], ['hadoop', 'distributed', 'file', 'system'], ['distributed', 'file', 'system', 'exprience'], ['file', 'system', 'exprience', '49'], ['system', 'exprience', '49', 'monthscompany'], ['exprience', '49', 'monthscompany', 'details'], ['49', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'braindatawire'], ['details', 'company', 'braindatawire', 'description'], ['company', 'braindatawire', 'description', 'technical'], ['braindatawire', 'description', 'technical', 'skills'], ['description', 'technical', 'skills', 'programming'], ['technical', 'skills', 'programming', 'core'], ['skills', 'programming', 'core', 'java'], ['programming', 'core', 'java', 'map'], ['core', 'java', 'map', 'reduce'], ['java', 'map', 'reduce', 'scala'], ['map', 'reduce', 'scala', 'hadoop'], ['reduce', 'scala', 'hadoop', 'tools'], ['scala', 'hadoop', 'tools', 'hdfs'], ['hadoop', 'tools', 'hdfs', 'spark'], ['tools', 'hdfs', 'spark', 'map'], ['hdfs', 'spark', 'map', 'reduce'], ['spark', 'map', 'reduce', 'sqoop'], ['map', 'reduce', 'sqoop', 'hive'], ['reduce', 'sqoop', 'hive', 'hbase'], ['sqoop', 'hive', 'hbase', 'database'], ['hive', 'hbase', 'database', 'mysql'], ['hbase', 'database', 'mysql', 'oracle'], ['database', 'mysql', 'oracle', 'scripting'], ['mysql', 'oracle', 'scripting', 'shell'], ['oracle', 'scripting', 'shell', 'scripting'], ['scripting', 'shell', 'scripting', 'ide'], ['shell', 'scripting', 'ide', 'eclipse'], ['scripting', 'ide', 'eclipse', 'operating'], ['ide', 'eclipse', 'operating', 'systems'], ['eclipse', 'operating', 'systems', 'linux'], ['operating', 'systems', 'linux', 'centos'], ['systems', 'linux', 'centos', 'windows'], ['linux', 'centos', 'windows', 'source'], ['centos', 'windows', 'source', 'control'], ['windows', 'source', 'control', 'git'], ['source', 'control', 'git', 'github'], ['skill', 'set', 'hadoop', 'map', 'reduce'], ['set', 'hadoop', 'map', 'reduce', 'hdfs'], ['hadoop', 'map', 'reduce', 'hdfs', 'hive'], ['map', 'reduce', 'hdfs', 'hive', 'sqoop'], ['reduce', 'hdfs', 'hive', 'sqoop', 'java'], ['hdfs', 'hive', 'sqoop', 'java', 'duration'], ['hive', 'sqoop', 'java', 'duration', '2016'], ['sqoop', 'java', 'duration', '2016', '2017'], ['java', 'duration', '2016', '2017', 'role'], ['duration', '2016', '2017', 'role', 'hadoop'], ['2016', '2017', 'role', 'hadoop', 'developer'], ['2017', 'role', 'hadoop', 'developer', 'rplus'], ['role', 'hadoop', 'developer', 'rplus', 'offers'], ['hadoop', 'developer', 'rplus', 'offers', 'quick'], ['developer', 'rplus', 'offers', 'quick', 'simple'], ['rplus', 'offers', 'quick', 'simple', 'powerful'], ['offers', 'quick', 'simple', 'powerful', 'cloud'], ['quick', 'simple', 'powerful', 'cloud', 'based'], ['simple', 'powerful', 'cloud', 'based', 'solution'], ['powerful', 'cloud', 'based', 'solution', 'demand'], ['cloud', 'based', 'solution', 'demand', 'sense'], ['based', 'solution', 'demand', 'sense', 'urately'], ['solution', 'demand', 'sense', 'urately', 'predict'], ['demand', 'sense', 'urately', 'predict', 'demand'], ['sense', 'urately', 'predict', 'demand', 'product'], ['urately', 'predict', 'demand', 'product', 'markets'], ['predict', 'demand', 'product', 'markets', 'combines'], ['demand', 'product', 'markets', 'combines', 'enterprise'], ['product', 'markets', 'combines', 'enterprise', 'external'], ['markets', 'combines', 'enterprise', 'external', 'data'], ['combines', 'enterprise', 'external', 'data', 'predict'], ['enterprise', 'external', 'data', 'predict', 'demand'], ['external', 'data', 'predict', 'demand', 'urately'], ['data', 'predict', 'demand', 'urately', 'uses'], ['predict', 'demand', 'urately', 'uses', 'social'], ['demand', 'urately', 'uses', 'social', 'conversation'], ['urately', 'uses', 'social', 'conversation', 'sentiments'], ['uses', 'social', 'conversation', 'sentiments', 'derive'], ['social', 'conversation', 'sentiments', 'derive', 'demand'], ['conversation', 'sentiments', 'derive', 'demand', 'identifies'], ['sentiments', 'derive', 'demand', 'identifies', 'significant'], ['derive', 'demand', 'identifies', 'significant', 'drivers'], ['demand', 'identifies', 'significant', 'drivers', 'sale'], ['identifies', 'significant', 'drivers', 'sale', 'hordes'], ['significant', 'drivers', 'sale', 'hordes', 'factors'], ['drivers', 'sale', 'hordes', 'factors', 'selects'], ['sale', 'hordes', 'factors', 'selects', 'best'], ['hordes', 'factors', 'selects', 'best', 'suited'], ['factors', 'selects', 'best', 'suited', 'model'], ['selects', 'best', 'suited', 'model', 'multiple'], ['best', 'suited', 'model', 'multiple', 'forecasting'], ['suited', 'model', 'multiple', 'forecasting', 'models'], ['model', 'multiple', 'forecasting', 'models', 'product'], ['multiple', 'forecasting', 'models', 'product', 'responsibilities'], ['forecasting', 'models', 'product', 'responsibilities', 'involved'], ['models', 'product', 'responsibilities', 'involved', 'deploying'], ['product', 'responsibilities', 'involved', 'deploying', 'product'], ['responsibilities', 'involved', 'deploying', 'product', 'customers'], ['involved', 'deploying', 'product', 'customers', 'gathering'], ['deploying', 'product', 'customers', 'gathering', 'requirements'], ['product', 'customers', 'gathering', 'requirements', 'algorithm'], ['customers', 'gathering', 'requirements', 'algorithm', 'optimization'], ['gathering', 'requirements', 'algorithm', 'optimization', 'backend'], ['requirements', 'algorithm', 'optimization', 'backend', 'product'], ['algorithm', 'optimization', 'backend', 'product', 'load'], ['optimization', 'backend', 'product', 'load', 'transform'], ['backend', 'product', 'load', 'transform', 'large'], ['product', 'load', 'transform', 'large', 'datasets'], ['load', 'transform', 'large', 'datasets', 'structured'], ['transform', 'large', 'datasets', 'structured', 'semi'], ['large', 'datasets', 'structured', 'semi', 'structured'], ['datasets', 'structured', 'semi', 'structured', 'responsible'], ['structured', 'semi', 'structured', 'responsible', 'manage'], ['semi', 'structured', 'responsible', 'manage', 'data'], ['structured', 'responsible', 'manage', 'data', 'coming'], ['responsible', 'manage', 'data', 'coming', 'different'], ['manage', 'data', 'coming', 'different', 'sources'], ['data', 'coming', 'different', 'sources', 'application'], ['coming', 'different', 'sources', 'application', 'supported'], ['different', 'sources', 'application', 'supported', 'map'], ['sources', 'application', 'supported', 'map', 'reduce'], ['application', 'supported', 'map', 'reduce', 'programs'], ['supported', 'map', 'reduce', 'programs', 'running'], ['map', 'reduce', 'programs', 'running', 'cluster'], ['reduce', 'programs', 'running', 'cluster', 'involved'], ['programs', 'running', 'cluster', 'involved', 'creating'], ['running', 'cluster', 'involved', 'creating', 'hive'], ['cluster', 'involved', 'creating', 'hive', 'tables'], ['involved', 'creating', 'hive', 'tables', 'loading'], ['creating', 'hive', 'tables', 'loading', 'data'], ['hive', 'tables', 'loading', 'data', 'writing'], ['tables', 'loading', 'data', 'writing', 'hive'], ['loading', 'data', 'writing', 'hive', 'queries'], ['data', 'writing', 'hive', 'queries', 'run'], ['writing', 'hive', 'queries', 'run', 'internally'], ['hive', 'queries', 'run', 'internally', 'map'], ['queries', 'run', 'internally', 'map', 'reduce'], ['run', 'internally', 'map', 'reduce', 'way'], ['internally', 'map', 'reduce', 'way', 'education'], ['map', 'reduce', 'way', 'education', 'details'], ['reduce', 'way', 'education', 'details', 'hadoop'], ['way', 'education', 'details', 'hadoop', 'developer'], ['education', 'details', 'hadoop', 'developer', 'hadoop'], ['details', 'hadoop', 'developer', 'hadoop', 'developer'], ['hadoop', 'developer', 'hadoop', 'developer', 'braindatawire'], ['developer', 'hadoop', 'developer', 'braindatawire', 'skill'], ['hadoop', 'developer', 'braindatawire', 'skill', 'details'], ['developer', 'braindatawire', 'skill', 'details', 'apache'], ['braindatawire', 'skill', 'details', 'apache', 'hadoop'], ['skill', 'details', 'apache', 'hadoop', 'hdfs'], ['details', 'apache', 'hadoop', 'hdfs', 'exprience'], ['apache', 'hadoop', 'hdfs', 'exprience', '49'], ['hadoop', 'hdfs', 'exprience', '49', 'months'], ['hdfs', 'exprience', '49', 'months', 'apache'], ['exprience', '49', 'months', 'apache', 'hadoop'], ['49', 'months', 'apache', 'hadoop', 'sqoop'], ['months', 'apache', 'hadoop', 'sqoop', 'exprience'], ['apache', 'hadoop', 'sqoop', 'exprience', '49'], ['hadoop', 'sqoop', 'exprience', '49', 'months'], ['sqoop', 'exprience', '49', 'months', 'hadoop'], ['exprience', '49', 'months', 'hadoop', 'exprience'], ['49', 'months', 'hadoop', 'exprience', '49'], ['months', 'hadoop', 'exprience', '49', 'months'], ['hadoop', 'exprience', '49', 'months', 'hadoop'], ['exprience', '49', 'months', 'hadoop', 'exprience'], ['49', 'months', 'hadoop', 'exprience', '49'], ['months', 'hadoop', 'exprience', '49', 'months'], ['hadoop', 'exprience', '49', 'months', 'hadoop'], ['exprience', '49', 'months', 'hadoop', 'distributed'], ['49', 'months', 'hadoop', 'distributed', 'file'], ['months', 'hadoop', 'distributed', 'file', 'system'], ['hadoop', 'distributed', 'file', 'system', 'exprience'], ['distributed', 'file', 'system', 'exprience', '49'], ['file', 'system', 'exprience', '49', 'monthscompany'], ['system', 'exprience', '49', 'monthscompany', 'details'], ['exprience', '49', 'monthscompany', 'details', 'company'], ['49', 'monthscompany', 'details', 'company', 'braindatawire'], ['monthscompany', 'details', 'company', 'braindatawire', 'description'], ['details', 'company', 'braindatawire', 'description', 'technical'], ['company', 'braindatawire', 'description', 'technical', 'skills'], ['braindatawire', 'description', 'technical', 'skills', 'programming'], ['description', 'technical', 'skills', 'programming', 'core'], ['technical', 'skills', 'programming', 'core', 'java'], ['skills', 'programming', 'core', 'java', 'map'], ['programming', 'core', 'java', 'map', 'reduce'], ['core', 'java', 'map', 'reduce', 'scala'], ['java', 'map', 'reduce', 'scala', 'hadoop'], ['map', 'reduce', 'scala', 'hadoop', 'tools'], ['reduce', 'scala', 'hadoop', 'tools', 'hdfs'], ['scala', 'hadoop', 'tools', 'hdfs', 'spark'], ['hadoop', 'tools', 'hdfs', 'spark', 'map'], ['tools', 'hdfs', 'spark', 'map', 'reduce'], ['hdfs', 'spark', 'map', 'reduce', 'sqoop'], ['spark', 'map', 'reduce', 'sqoop', 'hive'], ['map', 'reduce', 'sqoop', 'hive', 'hbase'], ['reduce', 'sqoop', 'hive', 'hbase', 'database'], ['sqoop', 'hive', 'hbase', 'database', 'mysql'], ['hive', 'hbase', 'database', 'mysql', 'oracle'], ['hbase', 'database', 'mysql', 'oracle', 'scripting'], ['database', 'mysql', 'oracle', 'scripting', 'shell'], ['mysql', 'oracle', 'scripting', 'shell', 'scripting'], ['oracle', 'scripting', 'shell', 'scripting', 'ide'], ['scripting', 'shell', 'scripting', 'ide', 'eclipse'], ['shell', 'scripting', 'ide', 'eclipse', 'operating'], ['scripting', 'ide', 'eclipse', 'operating', 'systems'], ['ide', 'eclipse', 'operating', 'systems', 'linux'], ['eclipse', 'operating', 'systems', 'linux', 'centos'], ['operating', 'systems', 'linux', 'centos', 'windows'], ['systems', 'linux', 'centos', 'windows', 'source'], ['linux', 'centos', 'windows', 'source', 'control'], ['centos', 'windows', 'source', 'control', 'git'], ['windows', 'source', 'control', 'git', 'github'], ['skill', 'set', 'hadoop', 'map', 'reduce', 'hdfs'], ['set', 'hadoop', 'map', 'reduce', 'hdfs', 'hive'], ['hadoop', 'map', 'reduce', 'hdfs', 'hive', 'sqoop'], ['map', 'reduce', 'hdfs', 'hive', 'sqoop', 'java'], ['reduce', 'hdfs', 'hive', 'sqoop', 'java', 'duration'], ['hdfs', 'hive', 'sqoop', 'java', 'duration', '2016'], ['hive', 'sqoop', 'java', 'duration', '2016', '2017'], ['sqoop', 'java', 'duration', '2016', '2017', 'role'], ['java', 'duration', '2016', '2017', 'role', 'hadoop'], ['duration', '2016', '2017', 'role', 'hadoop', 'developer'], ['2016', '2017', 'role', 'hadoop', 'developer', 'rplus'], ['2017', 'role', 'hadoop', 'developer', 'rplus', 'offers'], ['role', 'hadoop', 'developer', 'rplus', 'offers', 'quick'], ['hadoop', 'developer', 'rplus', 'offers', 'quick', 'simple'], ['developer', 'rplus', 'offers', 'quick', 'simple', 'powerful'], ['rplus', 'offers', 'quick', 'simple', 'powerful', 'cloud'], ['offers', 'quick', 'simple', 'powerful', 'cloud', 'based'], ['quick', 'simple', 'powerful', 'cloud', 'based', 'solution'], ['simple', 'powerful', 'cloud', 'based', 'solution', 'demand'], ['powerful', 'cloud', 'based', 'solution', 'demand', 'sense'], ['cloud', 'based', 'solution', 'demand', 'sense', 'urately'], ['based', 'solution', 'demand', 'sense', 'urately', 'predict'], ['solution', 'demand', 'sense', 'urately', 'predict', 'demand'], ['demand', 'sense', 'urately', 'predict', 'demand', 'product'], ['sense', 'urately', 'predict', 'demand', 'product', 'markets'], ['urately', 'predict', 'demand', 'product', 'markets', 'combines'], ['predict', 'demand', 'product', 'markets', 'combines', 'enterprise'], ['demand', 'product', 'markets', 'combines', 'enterprise', 'external'], ['product', 'markets', 'combines', 'enterprise', 'external', 'data'], ['markets', 'combines', 'enterprise', 'external', 'data', 'predict'], ['combines', 'enterprise', 'external', 'data', 'predict', 'demand'], ['enterprise', 'external', 'data', 'predict', 'demand', 'urately'], ['external', 'data', 'predict', 'demand', 'urately', 'uses'], ['data', 'predict', 'demand', 'urately', 'uses', 'social'], ['predict', 'demand', 'urately', 'uses', 'social', 'conversation'], ['demand', 'urately', 'uses', 'social', 'conversation', 'sentiments'], ['urately', 'uses', 'social', 'conversation', 'sentiments', 'derive'], ['uses', 'social', 'conversation', 'sentiments', 'derive', 'demand'], ['social', 'conversation', 'sentiments', 'derive', 'demand', 'identifies'], ['conversation', 'sentiments', 'derive', 'demand', 'identifies', 'significant'], ['sentiments', 'derive', 'demand', 'identifies', 'significant', 'drivers'], ['derive', 'demand', 'identifies', 'significant', 'drivers', 'sale'], ['demand', 'identifies', 'significant', 'drivers', 'sale', 'hordes'], ['identifies', 'significant', 'drivers', 'sale', 'hordes', 'factors'], ['significant', 'drivers', 'sale', 'hordes', 'factors', 'selects'], ['drivers', 'sale', 'hordes', 'factors', 'selects', 'best'], ['sale', 'hordes', 'factors', 'selects', 'best', 'suited'], ['hordes', 'factors', 'selects', 'best', 'suited', 'model'], ['factors', 'selects', 'best', 'suited', 'model', 'multiple'], ['selects', 'best', 'suited', 'model', 'multiple', 'forecasting'], ['best', 'suited', 'model', 'multiple', 'forecasting', 'models'], ['suited', 'model', 'multiple', 'forecasting', 'models', 'product'], ['model', 'multiple', 'forecasting', 'models', 'product', 'responsibilities'], ['multiple', 'forecasting', 'models', 'product', 'responsibilities', 'involved'], ['forecasting', 'models', 'product', 'responsibilities', 'involved', 'deploying'], ['models', 'product', 'responsibilities', 'involved', 'deploying', 'product'], ['product', 'responsibilities', 'involved', 'deploying', 'product', 'customers'], ['responsibilities', 'involved', 'deploying', 'product', 'customers', 'gathering'], ['involved', 'deploying', 'product', 'customers', 'gathering', 'requirements'], ['deploying', 'product', 'customers', 'gathering', 'requirements', 'algorithm'], ['product', 'customers', 'gathering', 'requirements', 'algorithm', 'optimization'], ['customers', 'gathering', 'requirements', 'algorithm', 'optimization', 'backend'], ['gathering', 'requirements', 'algorithm', 'optimization', 'backend', 'product'], ['requirements', 'algorithm', 'optimization', 'backend', 'product', 'load'], ['algorithm', 'optimization', 'backend', 'product', 'load', 'transform'], ['optimization', 'backend', 'product', 'load', 'transform', 'large'], ['backend', 'product', 'load', 'transform', 'large', 'datasets'], ['product', 'load', 'transform', 'large', 'datasets', 'structured'], ['load', 'transform', 'large', 'datasets', 'structured', 'semi'], ['transform', 'large', 'datasets', 'structured', 'semi', 'structured'], ['large', 'datasets', 'structured', 'semi', 'structured', 'responsible'], ['datasets', 'structured', 'semi', 'structured', 'responsible', 'manage'], ['structured', 'semi', 'structured', 'responsible', 'manage', 'data'], ['semi', 'structured', 'responsible', 'manage', 'data', 'coming'], ['structured', 'responsible', 'manage', 'data', 'coming', 'different'], ['responsible', 'manage', 'data', 'coming', 'different', 'sources'], ['manage', 'data', 'coming', 'different', 'sources', 'application'], ['data', 'coming', 'different', 'sources', 'application', 'supported'], ['coming', 'different', 'sources', 'application', 'supported', 'map'], ['different', 'sources', 'application', 'supported', 'map', 'reduce'], ['sources', 'application', 'supported', 'map', 'reduce', 'programs'], ['application', 'supported', 'map', 'reduce', 'programs', 'running'], ['supported', 'map', 'reduce', 'programs', 'running', 'cluster'], ['map', 'reduce', 'programs', 'running', 'cluster', 'involved'], ['reduce', 'programs', 'running', 'cluster', 'involved', 'creating'], ['programs', 'running', 'cluster', 'involved', 'creating', 'hive'], ['running', 'cluster', 'involved', 'creating', 'hive', 'tables'], ['cluster', 'involved', 'creating', 'hive', 'tables', 'loading'], ['involved', 'creating', 'hive', 'tables', 'loading', 'data'], ['creating', 'hive', 'tables', 'loading', 'data', 'writing'], ['hive', 'tables', 'loading', 'data', 'writing', 'hive'], ['tables', 'loading', 'data', 'writing', 'hive', 'queries'], ['loading', 'data', 'writing', 'hive', 'queries', 'run'], ['data', 'writing', 'hive', 'queries', 'run', 'internally'], ['writing', 'hive', 'queries', 'run', 'internally', 'map'], ['hive', 'queries', 'run', 'internally', 'map', 'reduce'], ['queries', 'run', 'internally', 'map', 'reduce', 'way'], ['run', 'internally', 'map', 'reduce', 'way', 'education'], ['internally', 'map', 'reduce', 'way', 'education', 'details'], ['map', 'reduce', 'way', 'education', 'details', 'hadoop'], ['reduce', 'way', 'education', 'details', 'hadoop', 'developer'], ['way', 'education', 'details', 'hadoop', 'developer', 'hadoop'], ['education', 'details', 'hadoop', 'developer', 'hadoop', 'developer'], ['details', 'hadoop', 'developer', 'hadoop', 'developer', 'braindatawire'], ['hadoop', 'developer', 'hadoop', 'developer', 'braindatawire', 'skill'], ['developer', 'hadoop', 'developer', 'braindatawire', 'skill', 'details'], ['hadoop', 'developer', 'braindatawire', 'skill', 'details', 'apache'], ['developer', 'braindatawire', 'skill', 'details', 'apache', 'hadoop'], ['braindatawire', 'skill', 'details', 'apache', 'hadoop', 'hdfs'], ['skill', 'details', 'apache', 'hadoop', 'hdfs', 'exprience'], ['details', 'apache', 'hadoop', 'hdfs', 'exprience', '49'], ['apache', 'hadoop', 'hdfs', 'exprience', '49', 'months'], ['hadoop', 'hdfs', 'exprience', '49', 'months', 'apache'], ['hdfs', 'exprience', '49', 'months', 'apache', 'hadoop'], ['exprience', '49', 'months', 'apache', 'hadoop', 'sqoop'], ['49', 'months', 'apache', 'hadoop', 'sqoop', 'exprience'], ['months', 'apache', 'hadoop', 'sqoop', 'exprience', '49'], ['apache', 'hadoop', 'sqoop', 'exprience', '49', 'months'], ['hadoop', 'sqoop', 'exprience', '49', 'months', 'hadoop'], ['sqoop', 'exprience', '49', 'months', 'hadoop', 'exprience'], ['exprience', '49', 'months', 'hadoop', 'exprience', '49'], ['49', 'months', 'hadoop', 'exprience', '49', 'months'], ['months', 'hadoop', 'exprience', '49', 'months', 'hadoop'], ['hadoop', 'exprience', '49', 'months', 'hadoop', 'exprience'], ['exprience', '49', 'months', 'hadoop', 'exprience', '49'], ['49', 'months', 'hadoop', 'exprience', '49', 'months'], ['months', 'hadoop', 'exprience', '49', 'months', 'hadoop'], ['hadoop', 'exprience', '49', 'months', 'hadoop', 'distributed'], ['exprience', '49', 'months', 'hadoop', 'distributed', 'file'], ['49', 'months', 'hadoop', 'distributed', 'file', 'system'], ...], [['operating'], ['systems'], ['linux'], ['ubuntu'], ['windows'], ['2007'], ['08'], ['other'], ['tools'], ['tableau'], ['svn'], ['beyond'], ['compare'], ['education'], ['details'], ['january'], ['2016'], ['bachelors'], ['engineering'], ['engineering'], ['gujarat'], ['technological'], ['university'], ['systems'], ['engineer'], ['hadoop'], ['developer'], ['systems'], ['engineer'], ['hadoop'], ['developer'], ['tata'], ['consultancy'], ['services'], ['skill'], ['details'], ['hadoop'], ['spark'], ['sqoop'], ['hive'], ['flume'], ['pig'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['roles'], ['responsibility'], ['working'], ['american'], ['pharmaceutical'], ['company'], ['one'], ['world'], ['premier'], ['biopharmaceutical'], ['develops'], ['produces'], ['medicines'], ['va'], ['ines'], ['wide'], ['range'], ['medical'], ['disciplines'], ['including'], ['immunology'], ['oncology'], ['cardiology'], ['endocrinology'], ['neurology'], ['to'], ['handle'], ['large'], ['amount'], ['united'], ['healthcare'], ['data'], ['big'], ['data'], ['analytics'], ['used'], ['data'], ['possible'], ['data'], ['sources'], ['like'], ['records'], ['patients'], ['old'], ['new'], ['records'], ['medicines'], ['treatment'], ['pathways'], ['patient'], ['journey'], ['health'], ['outcomes'], ['patient'], ['finder'], ['rare'], ['disease'], ['patient'], ['finder'], ['etc'], ['gathered'], ['stored'], ['processed'], ['one'], ['place'], ['worked'], ['cluster'], ['specs'], ['cluster'], ['architecture'], ['fully'], ['distributed'], ['package'], ['used'], ['cdh3'], ['cluster'], ['capacity'], ['20'], ['tb'], ['no'], ['nodes'], ['10'], ['data'], ['nodes'], ['3'], ['masters'], ['nfs'], ['backup'], ['for'], ['nn'], ['developed'], ['proof'], ['concepts'], ['enterprise'], ['adoption'], ['hadoop'], ['used'], ['sparkapi'], ['cloudera'], ['hadoop'], ['yarn'], ['perform'], ['analytics'], ['healthcare'], ['data'], ['cloudera'], ['distribution'], ['responsible'], ['cluster'], ['maintenance'], ['adding'], ['removing'], ['cluster'], ['nodes'], ['cluster'], ['monitoring'], ['trouble'], ['shooting'], ['manage'], ['review'], ['data'], ['backups'], ['reviewing'], ['hadoop'], ['log'], ['files'], ['imported'], ['exported'], ['large'], ['data'], ['sets'], ['data'], ['hdfs'], ['vice'], ['versa'], ['using'], ['sqoop'], ['involved'], ['developing'], ['pig'], ['scripts'], ['hive'], ['reports'], ['worked'], ['hive'], ['partition'], ['bucketing'], ['concepts'], ['created'], ['hive'], ['external'], ['internal'], ['tables'], ['hive'], ['partition'], ['monitoring'], ['hadoop'], ['scripts'], ['take'], ['input'], ['hdfs'], ['load'], ['data'], ['hive'], ['developed'], ['spark'], ['scripts'], ['using'], ['scala'], ['shell'], ['commands'], ['per'], ['requirement'], ['worked'], ['data'], ['frames'], ['sql'], ['data'], ['sets'], ['rdd'], ['mapreduce'], ['spark'], ['optimizing'], ['existing'], ['algorithms'], ['hadoop'], ['using'], ['sparkcontext'], ['spark'], ['sql'], ['data'], ['frames'], ['rdd'], ['collaborated'], ['infrastructure'], ['network'], ['database'], ['application'], ['bi'], ['ensure'], ['data'], ['quality'], ['availability'], ['developed'], ['reports'], ['using'], ['tableau'], ['exported'], ['data'], ['hdfs'], ['hive'], ['using'], ['sqoop'], ['used'], ['orc'], ['parquet'], ['file'], ['formats'], ['serialization'], ['data'], ['snappy'], ['compression'], ['data'], ['achievements'], ['appreciation'], ['showing'], ['articulate'], ['leadership'], ['qualities'], ['work'], ['team'], ['completed'], ['internal'], ['certification'], ['tcs'], ['certified'], ['hadoop'], ['developer'], ['ongoing'], ['learning'], ['preparing'], ['scheduled'], ['cloudera'], ['certified'], ['spark'], ['developer'], ['cca'], ['175'], ['operating', 'systems'], ['systems', 'linux'], ['linux', 'ubuntu'], ['ubuntu', 'windows'], ['windows', '2007'], ['2007', '08'], ['08', 'other'], ['other', 'tools'], ['tools', 'tableau'], ['tableau', 'svn'], ['svn', 'beyond'], ['beyond', 'compare'], ['compare', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'bachelors'], ['bachelors', 'engineering'], ['engineering', 'engineering'], ['engineering', 'gujarat'], ['gujarat', 'technological'], ['technological', 'university'], ['university', 'systems'], ['systems', 'engineer'], ['engineer', 'hadoop'], ['hadoop', 'developer'], ['developer', 'systems'], ['systems', 'engineer'], ['engineer', 'hadoop'], ['hadoop', 'developer'], ['developer', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'skill'], ['skill', 'details'], ['details', 'hadoop'], ['hadoop', 'spark'], ['spark', 'sqoop'], ['sqoop', 'hive'], ['hive', 'flume'], ['flume', 'pig'], ['pig', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'description'], ['description', 'roles'], ['roles', 'responsibility'], ['responsibility', 'working'], ['working', 'american'], ['american', 'pharmaceutical'], ['pharmaceutical', 'company'], ['company', 'one'], ['one', 'world'], ['world', 'premier'], ['premier', 'biopharmaceutical'], ['biopharmaceutical', 'develops'], ['develops', 'produces'], ['produces', 'medicines'], ['medicines', 'va'], ['va', 'ines'], ['ines', 'wide'], ['wide', 'range'], ['range', 'medical'], ['medical', 'disciplines'], ['disciplines', 'including'], ['including', 'immunology'], ['immunology', 'oncology'], ['oncology', 'cardiology'], ['cardiology', 'endocrinology'], ['endocrinology', 'neurology'], ['neurology', 'to'], ['to', 'handle'], ['handle', 'large'], ['large', 'amount'], ['amount', 'united'], ['united', 'healthcare'], ['healthcare', 'data'], ['data', 'big'], ['big', 'data'], ['data', 'analytics'], ['analytics', 'used'], ['used', 'data'], ['data', 'possible'], ['possible', 'data'], ['data', 'sources'], ['sources', 'like'], ['like', 'records'], ['records', 'patients'], ['patients', 'old'], ['old', 'new'], ['new', 'records'], ['records', 'medicines'], ['medicines', 'treatment'], ['treatment', 'pathways'], ['pathways', 'patient'], ['patient', 'journey'], ['journey', 'health'], ['health', 'outcomes'], ['outcomes', 'patient'], ['patient', 'finder'], ['finder', 'rare'], ['rare', 'disease'], ['disease', 'patient'], ['patient', 'finder'], ['finder', 'etc'], ['etc', 'gathered'], ['gathered', 'stored'], ['stored', 'processed'], ['processed', 'one'], ['one', 'place'], ['place', 'worked'], ['worked', 'cluster'], ['cluster', 'specs'], ['specs', 'cluster'], ['cluster', 'architecture'], ['architecture', 'fully'], ['fully', 'distributed'], ['distributed', 'package'], ['package', 'used'], ['used', 'cdh3'], ['cdh3', 'cluster'], ['cluster', 'capacity'], ['capacity', '20'], ['20', 'tb'], ['tb', 'no'], ['no', 'nodes'], ['nodes', '10'], ['10', 'data'], ['data', 'nodes'], ['nodes', '3'], ['3', 'masters'], ['masters', 'nfs'], ['nfs', 'backup'], ['backup', 'for'], ['for', 'nn'], ['nn', 'developed'], ['developed', 'proof'], ['proof', 'concepts'], ['concepts', 'enterprise'], ['enterprise', 'adoption'], ['adoption', 'hadoop'], ['hadoop', 'used'], ['used', 'sparkapi'], ['sparkapi', 'cloudera'], ['cloudera', 'hadoop'], ['hadoop', 'yarn'], ['yarn', 'perform'], ['perform', 'analytics'], ['analytics', 'healthcare'], ['healthcare', 'data'], ['data', 'cloudera'], ['cloudera', 'distribution'], ['distribution', 'responsible'], ['responsible', 'cluster'], ['cluster', 'maintenance'], ['maintenance', 'adding'], ['adding', 'removing'], ['removing', 'cluster'], ['cluster', 'nodes'], ['nodes', 'cluster'], ['cluster', 'monitoring'], ['monitoring', 'trouble'], ['trouble', 'shooting'], ['shooting', 'manage'], ['manage', 'review'], ['review', 'data'], ['data', 'backups'], ['backups', 'reviewing'], ['reviewing', 'hadoop'], ['hadoop', 'log'], ['log', 'files'], ['files', 'imported'], ['imported', 'exported'], ['exported', 'large'], ['large', 'data'], ['data', 'sets'], ['sets', 'data'], ['data', 'hdfs'], ['hdfs', 'vice'], ['vice', 'versa'], ['versa', 'using'], ['using', 'sqoop'], ['sqoop', 'involved'], ['involved', 'developing'], ['developing', 'pig'], ['pig', 'scripts'], ['scripts', 'hive'], ['hive', 'reports'], ['reports', 'worked'], ['worked', 'hive'], ['hive', 'partition'], ['partition', 'bucketing'], ['bucketing', 'concepts'], ['concepts', 'created'], ['created', 'hive'], ['hive', 'external'], ['external', 'internal'], ['internal', 'tables'], ['tables', 'hive'], ['hive', 'partition'], ['partition', 'monitoring'], ['monitoring', 'hadoop'], ['hadoop', 'scripts'], ['scripts', 'take'], ['take', 'input'], ['input', 'hdfs'], ['hdfs', 'load'], ['load', 'data'], ['data', 'hive'], ['hive', 'developed'], ['developed', 'spark'], ['spark', 'scripts'], ['scripts', 'using'], ['using', 'scala'], ['scala', 'shell'], ['shell', 'commands'], ['commands', 'per'], ['per', 'requirement'], ['requirement', 'worked'], ['worked', 'data'], ['data', 'frames'], ['frames', 'sql'], ['sql', 'data'], ['data', 'sets'], ['sets', 'rdd'], ['rdd', 'mapreduce'], ['mapreduce', 'spark'], ['spark', 'optimizing'], ['optimizing', 'existing'], ['existing', 'algorithms'], ['algorithms', 'hadoop'], ['hadoop', 'using'], ['using', 'sparkcontext'], ['sparkcontext', 'spark'], ['spark', 'sql'], ['sql', 'data'], ['data', 'frames'], ['frames', 'rdd'], ['rdd', 'collaborated'], ['collaborated', 'infrastructure'], ['infrastructure', 'network'], ['network', 'database'], ['database', 'application'], ['application', 'bi'], ['bi', 'ensure'], ['ensure', 'data'], ['data', 'quality'], ['quality', 'availability'], ['availability', 'developed'], ['developed', 'reports'], ['reports', 'using'], ['using', 'tableau'], ['tableau', 'exported'], ['exported', 'data'], ['data', 'hdfs'], ['hdfs', 'hive'], ['hive', 'using'], ['using', 'sqoop'], ['sqoop', 'used'], ['used', 'orc'], ['orc', 'parquet'], ['parquet', 'file'], ['file', 'formats'], ['formats', 'serialization'], ['serialization', 'data'], ['data', 'snappy'], ['snappy', 'compression'], ['compression', 'data'], ['data', 'achievements'], ['achievements', 'appreciation'], ['appreciation', 'showing'], ['showing', 'articulate'], ['articulate', 'leadership'], ['leadership', 'qualities'], ['qualities', 'work'], ['work', 'team'], ['team', 'completed'], ['completed', 'internal'], ['internal', 'certification'], ['certification', 'tcs'], ['tcs', 'certified'], ['certified', 'hadoop'], ['hadoop', 'developer'], ['developer', 'ongoing'], ['ongoing', 'learning'], ['learning', 'preparing'], ['preparing', 'scheduled'], ['scheduled', 'cloudera'], ['cloudera', 'certified'], ['certified', 'spark'], ['spark', 'developer'], ['developer', 'cca'], ['cca', '175'], ['operating', 'systems', 'linux'], ['systems', 'linux', 'ubuntu'], ['linux', 'ubuntu', 'windows'], ['ubuntu', 'windows', '2007'], ['windows', '2007', '08'], ['2007', '08', 'other'], ['08', 'other', 'tools'], ['other', 'tools', 'tableau'], ['tools', 'tableau', 'svn'], ['tableau', 'svn', 'beyond'], ['svn', 'beyond', 'compare'], ['beyond', 'compare', 'education'], ['compare', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'bachelors'], ['2016', 'bachelors', 'engineering'], ['bachelors', 'engineering', 'engineering'], ['engineering', 'engineering', 'gujarat'], ['engineering', 'gujarat', 'technological'], ['gujarat', 'technological', 'university'], ['technological', 'university', 'systems'], ['university', 'systems', 'engineer'], ['systems', 'engineer', 'hadoop'], ['engineer', 'hadoop', 'developer'], ['hadoop', 'developer', 'systems'], ['developer', 'systems', 'engineer'], ['systems', 'engineer', 'hadoop'], ['engineer', 'hadoop', 'developer'], ['hadoop', 'developer', 'tata'], ['developer', 'tata', 'consultancy'], ['tata', 'consultancy', 'services'], ['consultancy', 'services', 'skill'], ['services', 'skill', 'details'], ['skill', 'details', 'hadoop'], ['details', 'hadoop', 'spark'], ['hadoop', 'spark', 'sqoop'], ['spark', 'sqoop', 'hive'], ['sqoop', 'hive', 'flume'], ['hive', 'flume', 'pig'], ['flume', 'pig', 'exprience'], ['pig', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tata'], ['company', 'tata', 'consultancy'], ['tata', 'consultancy', 'services'], ['consultancy', 'services', 'description'], ['services', 'description', 'roles'], ['description', 'roles', 'responsibility'], ['roles', 'responsibility', 'working'], ['responsibility', 'working', 'american'], ['working', 'american', 'pharmaceutical'], ['american', 'pharmaceutical', 'company'], ['pharmaceutical', 'company', 'one'], ['company', 'one', 'world'], ['one', 'world', 'premier'], ['world', 'premier', 'biopharmaceutical'], ['premier', 'biopharmaceutical', 'develops'], ['biopharmaceutical', 'develops', 'produces'], ['develops', 'produces', 'medicines'], ['produces', 'medicines', 'va'], ['medicines', 'va', 'ines'], ['va', 'ines', 'wide'], ['ines', 'wide', 'range'], ['wide', 'range', 'medical'], ['range', 'medical', 'disciplines'], ['medical', 'disciplines', 'including'], ['disciplines', 'including', 'immunology'], ['including', 'immunology', 'oncology'], ['immunology', 'oncology', 'cardiology'], ['oncology', 'cardiology', 'endocrinology'], ['cardiology', 'endocrinology', 'neurology'], ['endocrinology', 'neurology', 'to'], ['neurology', 'to', 'handle'], ['to', 'handle', 'large'], ['handle', 'large', 'amount'], ['large', 'amount', 'united'], ['amount', 'united', 'healthcare'], ['united', 'healthcare', 'data'], ['healthcare', 'data', 'big'], ['data', 'big', 'data'], ['big', 'data', 'analytics'], ['data', 'analytics', 'used'], ['analytics', 'used', 'data'], ['used', 'data', 'possible'], ['data', 'possible', 'data'], ['possible', 'data', 'sources'], ['data', 'sources', 'like'], ['sources', 'like', 'records'], ['like', 'records', 'patients'], ['records', 'patients', 'old'], ['patients', 'old', 'new'], ['old', 'new', 'records'], ['new', 'records', 'medicines'], ['records', 'medicines', 'treatment'], ['medicines', 'treatment', 'pathways'], ['treatment', 'pathways', 'patient'], ['pathways', 'patient', 'journey'], ['patient', 'journey', 'health'], ['journey', 'health', 'outcomes'], ['health', 'outcomes', 'patient'], ['outcomes', 'patient', 'finder'], ['patient', 'finder', 'rare'], ['finder', 'rare', 'disease'], ['rare', 'disease', 'patient'], ['disease', 'patient', 'finder'], ['patient', 'finder', 'etc'], ['finder', 'etc', 'gathered'], ['etc', 'gathered', 'stored'], ['gathered', 'stored', 'processed'], ['stored', 'processed', 'one'], ['processed', 'one', 'place'], ['one', 'place', 'worked'], ['place', 'worked', 'cluster'], ['worked', 'cluster', 'specs'], ['cluster', 'specs', 'cluster'], ['specs', 'cluster', 'architecture'], ['cluster', 'architecture', 'fully'], ['architecture', 'fully', 'distributed'], ['fully', 'distributed', 'package'], ['distributed', 'package', 'used'], ['package', 'used', 'cdh3'], ['used', 'cdh3', 'cluster'], ['cdh3', 'cluster', 'capacity'], ['cluster', 'capacity', '20'], ['capacity', '20', 'tb'], ['20', 'tb', 'no'], ['tb', 'no', 'nodes'], ['no', 'nodes', '10'], ['nodes', '10', 'data'], ['10', 'data', 'nodes'], ['data', 'nodes', '3'], ['nodes', '3', 'masters'], ['3', 'masters', 'nfs'], ['masters', 'nfs', 'backup'], ['nfs', 'backup', 'for'], ['backup', 'for', 'nn'], ['for', 'nn', 'developed'], ['nn', 'developed', 'proof'], ['developed', 'proof', 'concepts'], ['proof', 'concepts', 'enterprise'], ['concepts', 'enterprise', 'adoption'], ['enterprise', 'adoption', 'hadoop'], ['adoption', 'hadoop', 'used'], ['hadoop', 'used', 'sparkapi'], ['used', 'sparkapi', 'cloudera'], ['sparkapi', 'cloudera', 'hadoop'], ['cloudera', 'hadoop', 'yarn'], ['hadoop', 'yarn', 'perform'], ['yarn', 'perform', 'analytics'], ['perform', 'analytics', 'healthcare'], ['analytics', 'healthcare', 'data'], ['healthcare', 'data', 'cloudera'], ['data', 'cloudera', 'distribution'], ['cloudera', 'distribution', 'responsible'], ['distribution', 'responsible', 'cluster'], ['responsible', 'cluster', 'maintenance'], ['cluster', 'maintenance', 'adding'], ['maintenance', 'adding', 'removing'], ['adding', 'removing', 'cluster'], ['removing', 'cluster', 'nodes'], ['cluster', 'nodes', 'cluster'], ['nodes', 'cluster', 'monitoring'], ['cluster', 'monitoring', 'trouble'], ['monitoring', 'trouble', 'shooting'], ['trouble', 'shooting', 'manage'], ['shooting', 'manage', 'review'], ['manage', 'review', 'data'], ['review', 'data', 'backups'], ['data', 'backups', 'reviewing'], ['backups', 'reviewing', 'hadoop'], ['reviewing', 'hadoop', 'log'], ['hadoop', 'log', 'files'], ['log', 'files', 'imported'], ['files', 'imported', 'exported'], ['imported', 'exported', 'large'], ['exported', 'large', 'data'], ['large', 'data', 'sets'], ['data', 'sets', 'data'], ['sets', 'data', 'hdfs'], ['data', 'hdfs', 'vice'], ['hdfs', 'vice', 'versa'], ['vice', 'versa', 'using'], ['versa', 'using', 'sqoop'], ['using', 'sqoop', 'involved'], ['sqoop', 'involved', 'developing'], ['involved', 'developing', 'pig'], ['developing', 'pig', 'scripts'], ['pig', 'scripts', 'hive'], ['scripts', 'hive', 'reports'], ['hive', 'reports', 'worked'], ['reports', 'worked', 'hive'], ['worked', 'hive', 'partition'], ['hive', 'partition', 'bucketing'], ['partition', 'bucketing', 'concepts'], ['bucketing', 'concepts', 'created'], ['concepts', 'created', 'hive'], ['created', 'hive', 'external'], ['hive', 'external', 'internal'], ['external', 'internal', 'tables'], ['internal', 'tables', 'hive'], ['tables', 'hive', 'partition'], ['hive', 'partition', 'monitoring'], ['partition', 'monitoring', 'hadoop'], ['monitoring', 'hadoop', 'scripts'], ['hadoop', 'scripts', 'take'], ['scripts', 'take', 'input'], ['take', 'input', 'hdfs'], ['input', 'hdfs', 'load'], ['hdfs', 'load', 'data'], ['load', 'data', 'hive'], ['data', 'hive', 'developed'], ['hive', 'developed', 'spark'], ['developed', 'spark', 'scripts'], ['spark', 'scripts', 'using'], ['scripts', 'using', 'scala'], ['using', 'scala', 'shell'], ['scala', 'shell', 'commands'], ['shell', 'commands', 'per'], ['commands', 'per', 'requirement'], ['per', 'requirement', 'worked'], ['requirement', 'worked', 'data'], ['worked', 'data', 'frames'], ['data', 'frames', 'sql'], ['frames', 'sql', 'data'], ['sql', 'data', 'sets'], ['data', 'sets', 'rdd'], ['sets', 'rdd', 'mapreduce'], ['rdd', 'mapreduce', 'spark'], ['mapreduce', 'spark', 'optimizing'], ['spark', 'optimizing', 'existing'], ['optimizing', 'existing', 'algorithms'], ['existing', 'algorithms', 'hadoop'], ['algorithms', 'hadoop', 'using'], ['hadoop', 'using', 'sparkcontext'], ['using', 'sparkcontext', 'spark'], ['sparkcontext', 'spark', 'sql'], ['spark', 'sql', 'data'], ['sql', 'data', 'frames'], ['data', 'frames', 'rdd'], ['frames', 'rdd', 'collaborated'], ['rdd', 'collaborated', 'infrastructure'], ['collaborated', 'infrastructure', 'network'], ['infrastructure', 'network', 'database'], ['network', 'database', 'application'], ['database', 'application', 'bi'], ['application', 'bi', 'ensure'], ['bi', 'ensure', 'data'], ['ensure', 'data', 'quality'], ['data', 'quality', 'availability'], ['quality', 'availability', 'developed'], ['availability', 'developed', 'reports'], ['developed', 'reports', 'using'], ['reports', 'using', 'tableau'], ['using', 'tableau', 'exported'], ['tableau', 'exported', 'data'], ['exported', 'data', 'hdfs'], ['data', 'hdfs', 'hive'], ['hdfs', 'hive', 'using'], ['hive', 'using', 'sqoop'], ['using', 'sqoop', 'used'], ['sqoop', 'used', 'orc'], ['used', 'orc', 'parquet'], ['orc', 'parquet', 'file'], ['parquet', 'file', 'formats'], ['file', 'formats', 'serialization'], ['formats', 'serialization', 'data'], ['serialization', 'data', 'snappy'], ['data', 'snappy', 'compression'], ['snappy', 'compression', 'data'], ['compression', 'data', 'achievements'], ['data', 'achievements', 'appreciation'], ['achievements', 'appreciation', 'showing'], ['appreciation', 'showing', 'articulate'], ['showing', 'articulate', 'leadership'], ['articulate', 'leadership', 'qualities'], ['leadership', 'qualities', 'work'], ['qualities', 'work', 'team'], ['work', 'team', 'completed'], ['team', 'completed', 'internal'], ['completed', 'internal', 'certification'], ['internal', 'certification', 'tcs'], ['certification', 'tcs', 'certified'], ['tcs', 'certified', 'hadoop'], ['certified', 'hadoop', 'developer'], ['hadoop', 'developer', 'ongoing'], ['developer', 'ongoing', 'learning'], ['ongoing', 'learning', 'preparing'], ['learning', 'preparing', 'scheduled'], ['preparing', 'scheduled', 'cloudera'], ['scheduled', 'cloudera', 'certified'], ['cloudera', 'certified', 'spark'], ['certified', 'spark', 'developer'], ['spark', 'developer', 'cca'], ['developer', 'cca', '175'], ['operating', 'systems', 'linux', 'ubuntu'], ['systems', 'linux', 'ubuntu', 'windows'], ['linux', 'ubuntu', 'windows', '2007'], ['ubuntu', 'windows', '2007', '08'], ['windows', '2007', '08', 'other'], ['2007', '08', 'other', 'tools'], ['08', 'other', 'tools', 'tableau'], ['other', 'tools', 'tableau', 'svn'], ['tools', 'tableau', 'svn', 'beyond'], ['tableau', 'svn', 'beyond', 'compare'], ['svn', 'beyond', 'compare', 'education'], ['beyond', 'compare', 'education', 'details'], ['compare', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'bachelors'], ['january', '2016', 'bachelors', 'engineering'], ['2016', 'bachelors', 'engineering', 'engineering'], ['bachelors', 'engineering', 'engineering', 'gujarat'], ['engineering', 'engineering', 'gujarat', 'technological'], ['engineering', 'gujarat', 'technological', 'university'], ['gujarat', 'technological', 'university', 'systems'], ['technological', 'university', 'systems', 'engineer'], ['university', 'systems', 'engineer', 'hadoop'], ['systems', 'engineer', 'hadoop', 'developer'], ['engineer', 'hadoop', 'developer', 'systems'], ['hadoop', 'developer', 'systems', 'engineer'], ['developer', 'systems', 'engineer', 'hadoop'], ['systems', 'engineer', 'hadoop', 'developer'], ['engineer', 'hadoop', 'developer', 'tata'], ['hadoop', 'developer', 'tata', 'consultancy'], ['developer', 'tata', 'consultancy', 'services'], ['tata', 'consultancy', 'services', 'skill'], ['consultancy', 'services', 'skill', 'details'], ['services', 'skill', 'details', 'hadoop'], ['skill', 'details', 'hadoop', 'spark'], ['details', 'hadoop', 'spark', 'sqoop'], ['hadoop', 'spark', 'sqoop', 'hive'], ['spark', 'sqoop', 'hive', 'flume'], ['sqoop', 'hive', 'flume', 'pig'], ['hive', 'flume', 'pig', 'exprience'], ['flume', 'pig', 'exprience', '24'], ['pig', 'exprience', '24', 'monthscompany'], ['exprience', '24', 'monthscompany', 'details'], ['24', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'tata'], ['details', 'company', 'tata', 'consultancy'], ['company', 'tata', 'consultancy', 'services'], ['tata', 'consultancy', 'services', 'description'], ['consultancy', 'services', 'description', 'roles'], ['services', 'description', 'roles', 'responsibility'], ['description', 'roles', 'responsibility', 'working'], ['roles', 'responsibility', 'working', 'american'], ['responsibility', 'working', 'american', 'pharmaceutical'], ['working', 'american', 'pharmaceutical', 'company'], ['american', 'pharmaceutical', 'company', 'one'], ['pharmaceutical', 'company', 'one', 'world'], ['company', 'one', 'world', 'premier'], ['one', 'world', 'premier', 'biopharmaceutical'], ['world', 'premier', 'biopharmaceutical', 'develops'], ['premier', 'biopharmaceutical', 'develops', 'produces'], ['biopharmaceutical', 'develops', 'produces', 'medicines'], ['develops', 'produces', 'medicines', 'va'], ['produces', 'medicines', 'va', 'ines'], ['medicines', 'va', 'ines', 'wide'], ['va', 'ines', 'wide', 'range'], ['ines', 'wide', 'range', 'medical'], ['wide', 'range', 'medical', 'disciplines'], ['range', 'medical', 'disciplines', 'including'], ['medical', 'disciplines', 'including', 'immunology'], ['disciplines', 'including', 'immunology', 'oncology'], ['including', 'immunology', 'oncology', 'cardiology'], ['immunology', 'oncology', 'cardiology', 'endocrinology'], ['oncology', 'cardiology', 'endocrinology', 'neurology'], ['cardiology', 'endocrinology', 'neurology', 'to'], ['endocrinology', 'neurology', 'to', 'handle'], ['neurology', 'to', 'handle', 'large'], ['to', 'handle', 'large', 'amount'], ['handle', 'large', 'amount', 'united'], ['large', 'amount', 'united', 'healthcare'], ['amount', 'united', 'healthcare', 'data'], ['united', 'healthcare', 'data', 'big'], ['healthcare', 'data', 'big', 'data'], ['data', 'big', 'data', 'analytics'], ['big', 'data', 'analytics', 'used'], ['data', 'analytics', 'used', 'data'], ['analytics', 'used', 'data', 'possible'], ['used', 'data', 'possible', 'data'], ['data', 'possible', 'data', 'sources'], ['possible', 'data', 'sources', 'like'], ['data', 'sources', 'like', 'records'], ['sources', 'like', 'records', 'patients'], ['like', 'records', 'patients', 'old'], ['records', 'patients', 'old', 'new'], ['patients', 'old', 'new', 'records'], ['old', 'new', 'records', 'medicines'], ['new', 'records', 'medicines', 'treatment'], ['records', 'medicines', 'treatment', 'pathways'], ['medicines', 'treatment', 'pathways', 'patient'], ['treatment', 'pathways', 'patient', 'journey'], ['pathways', 'patient', 'journey', 'health'], ['patient', 'journey', 'health', 'outcomes'], ['journey', 'health', 'outcomes', 'patient'], ['health', 'outcomes', 'patient', 'finder'], ['outcomes', 'patient', 'finder', 'rare'], ['patient', 'finder', 'rare', 'disease'], ['finder', 'rare', 'disease', 'patient'], ...], [['areas'], ['expertise'], ['big'], ['data'], ['ecosystems'], ['hadoop'], ['hdfs'], ['mapreduce'], ['hive'], ['pig'], ['sqoop'], ['hbase'], ['oozie'], ['spark'], ['pyspark'], ['hue'], ['knowledge'], ['cassandra'], ['programming'], ['languages'], ['python'], ['core'], ['java'], ['idea'], ['scala'], ['databases'], ['oracle'], ['10g'], ['mysql'], ['sqlserver'], ['nosql'], ['hbase'], ['cassandra'], ['tools'], ['eclipse'], ['toad'], ['ftp'], ['tectia'], ['putty'], ['autosys'], ['anaconda'], ['jupyter'], ['notebool'], ['devops'], ['c'], ['rlm'], ['scripting'], ['languages'], ['jsp'], ['platforms'], ['windows'], ['unixeducation'], ['details'], ['m'], ['tech'], ['it'], ['dbs'], ['b'], ['tech'], ['cse'], ['srm'], ['university'], ['software'], ['engineer'], ['software'], ['engineer'], ['larsen'], ['toubro'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['larsen'], ['toubro'], ['description'], ['worked'], ['software'], ['engineer'], ['technosoft'], ['corporation'], ['chennai'], ['aug'], ['2015'], ['sep'], ['2016'], ['company'], ['current'], ['project'], ['description'], ['duration'], ['september'], ['2016'], ['till'], ['date'], ['vendor'], ['citi'], ['bank'], ['description'], ['citibank'], ['citi'], ['anti'], ['money'], ['laundering'], ['aml'], ['transaction'], ['monitoring'], ['tm'], ['program'], ['future'], ['state'], ['solution'], ['rules'], ['based'], ['system'], ['transaction'], ['monitoring'], ['icg'], ['markets'], ['business'], ['roles'], ['responesbilities'], ['building'], ['providing'], ['domain'], ['knowledge'], ['anti'], ['money'], ['laundering'], ['among'], ['team'], ['members'], ['the'], ['layered'], ['architecture'], ['data'], ['warehouse'], ['workspace'], ['layers'], ['used'], ['business'], ['analysts'], ['actively'], ['involved'], ['designing'], ['star'], ['schema'], ['model'], ['involving'], ['various'], ['dimensions'], ['fact'], ['tables'], ['designed'], ['scd2'], ['maintaining'], ['history'], ['dim'], ['data'], ['developing'], ['hive'], ['queries'], ['mapping'], ['data'], ['different'], ['layers'], ['architecture'], ['usage'], ['oozie'], ['workflows'], ['integration'], ['data'], ['quality'], ['reconciliation'], ['module'], ['regression'], ['integration'], ['testing'], ['solution'], ['issues'], ['integration'], ['modules'], ['effectively'], ['testing'], ['data'], ['flow'], ['layer'], ['layer'], ['transaction'], ['monitoring'], ['system'], ['development'], ['generate'], ['alerts'], ['suspicious'], ['fraudulent'], ['transactions'], ['based'], ['requirements'], ['provide'], ['bas'], ['developing'], ['spark'], ['jobs'], ['various'], ['business'], ['rules'], ['learning'], ['machine'], ['learning'], ['used'], ['project'], ['developing'], ['effective'], ['model'], ['fraud'], ['detection'], ['anti'], ['money'], ['laundering'], ['system'], ['scheduling'], ['jobs'], ['using'], ['autosys'], ['tool'], ['deployment'], ['code'], ['management'], ['using'], ['c'], ['rlm'], ['release'], ['lifecycle'], ['management'], ['hadoop'], ['developer'], ['current'], ['project'], ['p'], ['s'], ['ran'], ['environment'], ['hadoop'], ['2'], ['x'], ['hdfs'], ['yarn'], ['hive'], ['sqoop'], ['hbase'], ['tez'], ['tableau'], ['sqlserver'], ['teradata'], ['cluster'], ['size'], ['96'], ['node'], ['cluster'], ['distribution'], ['horton'], ['works'], ['hdp2'], ['3'], ['company'], ['alcatel'], ['lucent'], ['description'], ['1x'], ['ruckus'], ['wireless'], ['description'], ['the'], ['scope'], ['project'], ['maintain'], ['store'], ['operational'], ['parameters'], ['data'], ['collected'], ['multiple'], ['vendors'], ['networks'], ['mediation'], ['team'], ['oms'], ['data'], ['store'], ['make'], ['available'], ['rf'], ['engineers'], ['boost'], ['network'], ['performance'], ['responsibilities'], ['working'], ['hadoop'], ['distributed'], ['file'], ['system'], ['involved'], ['importing'], ['data'], ['mysql'], ['hdfs'], ['using'], ['sqoop'], ['involved'], ['creating'], ['hive'], ['tables'], ['loading'], ['data'], ['writing'], ['hive'], ['queries'], ['run'], ['top'], ['tez'], ['execution'], ['engine'], ['involved'], ['preparing'], ['test'], ['cases'], ['document'], ['involved'], ['integrating'], ['hive'], ['hbase'], ['store'], ['operational'], ['data'], ['monitoring'], ['jobs'], ['oozie'], ['company'], ['current'], ['project'], ['description'], ['anti'], ['money'], ['laundering'], ['environment'], ['hadoop'], ['2'], ['x'], ['hdfs'], ['yarn'], ['hive'], ['oozie'], ['spark'], ['unix'], ['autosys'], ['python'], ['c'], ['rlm'], ['etl'], ['framwe'], ['work'], ['cluster'], ['size'], ['56'], ['node'], ['cluster'], ['distribution'], ['cloudera'], ['5'], ['9'], ['14'], ['areas', 'expertise'], ['expertise', 'big'], ['big', 'data'], ['data', 'ecosystems'], ['ecosystems', 'hadoop'], ['hadoop', 'hdfs'], ['hdfs', 'mapreduce'], ['mapreduce', 'hive'], ['hive', 'pig'], ['pig', 'sqoop'], ['sqoop', 'hbase'], ['hbase', 'oozie'], ['oozie', 'spark'], ['spark', 'pyspark'], ['pyspark', 'hue'], ['hue', 'knowledge'], ['knowledge', 'cassandra'], ['cassandra', 'programming'], ['programming', 'languages'], ['languages', 'python'], ['python', 'core'], ['core', 'java'], ['java', 'idea'], ['idea', 'scala'], ['scala', 'databases'], ['databases', 'oracle'], ['oracle', '10g'], ['10g', 'mysql'], ['mysql', 'sqlserver'], ['sqlserver', 'nosql'], ['nosql', 'hbase'], ['hbase', 'cassandra'], ['cassandra', 'tools'], ['tools', 'eclipse'], ['eclipse', 'toad'], ['toad', 'ftp'], ['ftp', 'tectia'], ['tectia', 'putty'], ['putty', 'autosys'], ['autosys', 'anaconda'], ['anaconda', 'jupyter'], ['jupyter', 'notebool'], ['notebool', 'devops'], ['devops', 'c'], ['c', 'rlm'], ['rlm', 'scripting'], ['scripting', 'languages'], ['languages', 'jsp'], ['jsp', 'platforms'], ['platforms', 'windows'], ['windows', 'unixeducation'], ['unixeducation', 'details'], ['details', 'm'], ['m', 'tech'], ['tech', 'it'], ['it', 'dbs'], ['dbs', 'b'], ['b', 'tech'], ['tech', 'cse'], ['cse', 'srm'], ['srm', 'university'], ['university', 'software'], ['software', 'engineer'], ['engineer', 'software'], ['software', 'engineer'], ['engineer', 'larsen'], ['larsen', 'toubro'], ['toubro', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'larsen'], ['larsen', 'toubro'], ['toubro', 'description'], ['description', 'worked'], ['worked', 'software'], ['software', 'engineer'], ['engineer', 'technosoft'], ['technosoft', 'corporation'], ['corporation', 'chennai'], ['chennai', 'aug'], ['aug', '2015'], ['2015', 'sep'], ['sep', '2016'], ['2016', 'company'], ['company', 'current'], ['current', 'project'], ['project', 'description'], ['description', 'duration'], ['duration', 'september'], ['september', '2016'], ['2016', 'till'], ['till', 'date'], ['date', 'vendor'], ['vendor', 'citi'], ['citi', 'bank'], ['bank', 'description'], ['description', 'citibank'], ['citibank', 'citi'], ['citi', 'anti'], ['anti', 'money'], ['money', 'laundering'], ['laundering', 'aml'], ['aml', 'transaction'], ['transaction', 'monitoring'], ['monitoring', 'tm'], ['tm', 'program'], ['program', 'future'], ['future', 'state'], ['state', 'solution'], ['solution', 'rules'], ['rules', 'based'], ['based', 'system'], ['system', 'transaction'], ['transaction', 'monitoring'], ['monitoring', 'icg'], ['icg', 'markets'], ['markets', 'business'], ['business', 'roles'], ['roles', 'responesbilities'], ['responesbilities', 'building'], ['building', 'providing'], ['providing', 'domain'], ['domain', 'knowledge'], ['knowledge', 'anti'], ['anti', 'money'], ['money', 'laundering'], ['laundering', 'among'], ['among', 'team'], ['team', 'members'], ['members', 'the'], ['the', 'layered'], ['layered', 'architecture'], ['architecture', 'data'], ['data', 'warehouse'], ['warehouse', 'workspace'], ['workspace', 'layers'], ['layers', 'used'], ['used', 'business'], ['business', 'analysts'], ['analysts', 'actively'], ['actively', 'involved'], ['involved', 'designing'], ['designing', 'star'], ['star', 'schema'], ['schema', 'model'], ['model', 'involving'], ['involving', 'various'], ['various', 'dimensions'], ['dimensions', 'fact'], ['fact', 'tables'], ['tables', 'designed'], ['designed', 'scd2'], ['scd2', 'maintaining'], ['maintaining', 'history'], ['history', 'dim'], ['dim', 'data'], ['data', 'developing'], ['developing', 'hive'], ['hive', 'queries'], ['queries', 'mapping'], ['mapping', 'data'], ['data', 'different'], ['different', 'layers'], ['layers', 'architecture'], ['architecture', 'usage'], ['usage', 'oozie'], ['oozie', 'workflows'], ['workflows', 'integration'], ['integration', 'data'], ['data', 'quality'], ['quality', 'reconciliation'], ['reconciliation', 'module'], ['module', 'regression'], ['regression', 'integration'], ['integration', 'testing'], ['testing', 'solution'], ['solution', 'issues'], ['issues', 'integration'], ['integration', 'modules'], ['modules', 'effectively'], ['effectively', 'testing'], ['testing', 'data'], ['data', 'flow'], ['flow', 'layer'], ['layer', 'layer'], ['layer', 'transaction'], ['transaction', 'monitoring'], ['monitoring', 'system'], ['system', 'development'], ['development', 'generate'], ['generate', 'alerts'], ['alerts', 'suspicious'], ['suspicious', 'fraudulent'], ['fraudulent', 'transactions'], ['transactions', 'based'], ['based', 'requirements'], ['requirements', 'provide'], ['provide', 'bas'], ['bas', 'developing'], ['developing', 'spark'], ['spark', 'jobs'], ['jobs', 'various'], ['various', 'business'], ['business', 'rules'], ['rules', 'learning'], ['learning', 'machine'], ['machine', 'learning'], ['learning', 'used'], ['used', 'project'], ['project', 'developing'], ['developing', 'effective'], ['effective', 'model'], ['model', 'fraud'], ['fraud', 'detection'], ['detection', 'anti'], ['anti', 'money'], ['money', 'laundering'], ['laundering', 'system'], ['system', 'scheduling'], ['scheduling', 'jobs'], ['jobs', 'using'], ['using', 'autosys'], ['autosys', 'tool'], ['tool', 'deployment'], ['deployment', 'code'], ['code', 'management'], ['management', 'using'], ['using', 'c'], ['c', 'rlm'], ['rlm', 'release'], ['release', 'lifecycle'], ['lifecycle', 'management'], ['management', 'hadoop'], ['hadoop', 'developer'], ['developer', 'current'], ['current', 'project'], ['project', 'p'], ['p', 's'], ['s', 'ran'], ['ran', 'environment'], ['environment', 'hadoop'], ['hadoop', '2'], ['2', 'x'], ['x', 'hdfs'], ['hdfs', 'yarn'], ['yarn', 'hive'], ['hive', 'sqoop'], ['sqoop', 'hbase'], ['hbase', 'tez'], ['tez', 'tableau'], ['tableau', 'sqlserver'], ['sqlserver', 'teradata'], ['teradata', 'cluster'], ['cluster', 'size'], ['size', '96'], ['96', 'node'], ['node', 'cluster'], ['cluster', 'distribution'], ['distribution', 'horton'], ['horton', 'works'], ['works', 'hdp2'], ['hdp2', '3'], ['3', 'company'], ['company', 'alcatel'], ['alcatel', 'lucent'], ['lucent', 'description'], ['description', '1x'], ['1x', 'ruckus'], ['ruckus', 'wireless'], ['wireless', 'description'], ['description', 'the'], ['the', 'scope'], ['scope', 'project'], ['project', 'maintain'], ['maintain', 'store'], ['store', 'operational'], ['operational', 'parameters'], ['parameters', 'data'], ['data', 'collected'], ['collected', 'multiple'], ['multiple', 'vendors'], ['vendors', 'networks'], ['networks', 'mediation'], ['mediation', 'team'], ['team', 'oms'], ['oms', 'data'], ['data', 'store'], ['store', 'make'], ['make', 'available'], ['available', 'rf'], ['rf', 'engineers'], ['engineers', 'boost'], ['boost', 'network'], ['network', 'performance'], ['performance', 'responsibilities'], ['responsibilities', 'working'], ['working', 'hadoop'], ['hadoop', 'distributed'], ['distributed', 'file'], ['file', 'system'], ['system', 'involved'], ['involved', 'importing'], ['importing', 'data'], ['data', 'mysql'], ['mysql', 'hdfs'], ['hdfs', 'using'], ['using', 'sqoop'], ['sqoop', 'involved'], ['involved', 'creating'], ['creating', 'hive'], ['hive', 'tables'], ['tables', 'loading'], ['loading', 'data'], ['data', 'writing'], ['writing', 'hive'], ['hive', 'queries'], ['queries', 'run'], ['run', 'top'], ['top', 'tez'], ['tez', 'execution'], ['execution', 'engine'], ['engine', 'involved'], ['involved', 'preparing'], ['preparing', 'test'], ['test', 'cases'], ['cases', 'document'], ['document', 'involved'], ['involved', 'integrating'], ['integrating', 'hive'], ['hive', 'hbase'], ['hbase', 'store'], ['store', 'operational'], ['operational', 'data'], ['data', 'monitoring'], ['monitoring', 'jobs'], ['jobs', 'oozie'], ['oozie', 'company'], ['company', 'current'], ['current', 'project'], ['project', 'description'], ['description', 'anti'], ['anti', 'money'], ['money', 'laundering'], ['laundering', 'environment'], ['environment', 'hadoop'], ['hadoop', '2'], ['2', 'x'], ['x', 'hdfs'], ['hdfs', 'yarn'], ['yarn', 'hive'], ['hive', 'oozie'], ['oozie', 'spark'], ['spark', 'unix'], ['unix', 'autosys'], ['autosys', 'python'], ['python', 'c'], ['c', 'rlm'], ['rlm', 'etl'], ['etl', 'framwe'], ['framwe', 'work'], ['work', 'cluster'], ['cluster', 'size'], ['size', '56'], ['56', 'node'], ['node', 'cluster'], ['cluster', 'distribution'], ['distribution', 'cloudera'], ['cloudera', '5'], ['5', '9'], ['9', '14'], ['areas', 'expertise', 'big'], ['expertise', 'big', 'data'], ['big', 'data', 'ecosystems'], ['data', 'ecosystems', 'hadoop'], ['ecosystems', 'hadoop', 'hdfs'], ['hadoop', 'hdfs', 'mapreduce'], ['hdfs', 'mapreduce', 'hive'], ['mapreduce', 'hive', 'pig'], ['hive', 'pig', 'sqoop'], ['pig', 'sqoop', 'hbase'], ['sqoop', 'hbase', 'oozie'], ['hbase', 'oozie', 'spark'], ['oozie', 'spark', 'pyspark'], ['spark', 'pyspark', 'hue'], ['pyspark', 'hue', 'knowledge'], ['hue', 'knowledge', 'cassandra'], ['knowledge', 'cassandra', 'programming'], ['cassandra', 'programming', 'languages'], ['programming', 'languages', 'python'], ['languages', 'python', 'core'], ['python', 'core', 'java'], ['core', 'java', 'idea'], ['java', 'idea', 'scala'], ['idea', 'scala', 'databases'], ['scala', 'databases', 'oracle'], ['databases', 'oracle', '10g'], ['oracle', '10g', 'mysql'], ['10g', 'mysql', 'sqlserver'], ['mysql', 'sqlserver', 'nosql'], ['sqlserver', 'nosql', 'hbase'], ['nosql', 'hbase', 'cassandra'], ['hbase', 'cassandra', 'tools'], ['cassandra', 'tools', 'eclipse'], ['tools', 'eclipse', 'toad'], ['eclipse', 'toad', 'ftp'], ['toad', 'ftp', 'tectia'], ['ftp', 'tectia', 'putty'], ['tectia', 'putty', 'autosys'], ['putty', 'autosys', 'anaconda'], ['autosys', 'anaconda', 'jupyter'], ['anaconda', 'jupyter', 'notebool'], ['jupyter', 'notebool', 'devops'], ['notebool', 'devops', 'c'], ['devops', 'c', 'rlm'], ['c', 'rlm', 'scripting'], ['rlm', 'scripting', 'languages'], ['scripting', 'languages', 'jsp'], ['languages', 'jsp', 'platforms'], ['jsp', 'platforms', 'windows'], ['platforms', 'windows', 'unixeducation'], ['windows', 'unixeducation', 'details'], ['unixeducation', 'details', 'm'], ['details', 'm', 'tech'], ['m', 'tech', 'it'], ['tech', 'it', 'dbs'], ['it', 'dbs', 'b'], ['dbs', 'b', 'tech'], ['b', 'tech', 'cse'], ['tech', 'cse', 'srm'], ['cse', 'srm', 'university'], ['srm', 'university', 'software'], ['university', 'software', 'engineer'], ['software', 'engineer', 'software'], ['engineer', 'software', 'engineer'], ['software', 'engineer', 'larsen'], ['engineer', 'larsen', 'toubro'], ['larsen', 'toubro', 'skill'], ['toubro', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'larsen'], ['company', 'larsen', 'toubro'], ['larsen', 'toubro', 'description'], ['toubro', 'description', 'worked'], ['description', 'worked', 'software'], ['worked', 'software', 'engineer'], ['software', 'engineer', 'technosoft'], ['engineer', 'technosoft', 'corporation'], ['technosoft', 'corporation', 'chennai'], ['corporation', 'chennai', 'aug'], ['chennai', 'aug', '2015'], ['aug', '2015', 'sep'], ['2015', 'sep', '2016'], ['sep', '2016', 'company'], ['2016', 'company', 'current'], ['company', 'current', 'project'], ['current', 'project', 'description'], ['project', 'description', 'duration'], ['description', 'duration', 'september'], ['duration', 'september', '2016'], ['september', '2016', 'till'], ['2016', 'till', 'date'], ['till', 'date', 'vendor'], ['date', 'vendor', 'citi'], ['vendor', 'citi', 'bank'], ['citi', 'bank', 'description'], ['bank', 'description', 'citibank'], ['description', 'citibank', 'citi'], ['citibank', 'citi', 'anti'], ['citi', 'anti', 'money'], ['anti', 'money', 'laundering'], ['money', 'laundering', 'aml'], ['laundering', 'aml', 'transaction'], ['aml', 'transaction', 'monitoring'], ['transaction', 'monitoring', 'tm'], ['monitoring', 'tm', 'program'], ['tm', 'program', 'future'], ['program', 'future', 'state'], ['future', 'state', 'solution'], ['state', 'solution', 'rules'], ['solution', 'rules', 'based'], ['rules', 'based', 'system'], ['based', 'system', 'transaction'], ['system', 'transaction', 'monitoring'], ['transaction', 'monitoring', 'icg'], ['monitoring', 'icg', 'markets'], ['icg', 'markets', 'business'], ['markets', 'business', 'roles'], ['business', 'roles', 'responesbilities'], ['roles', 'responesbilities', 'building'], ['responesbilities', 'building', 'providing'], ['building', 'providing', 'domain'], ['providing', 'domain', 'knowledge'], ['domain', 'knowledge', 'anti'], ['knowledge', 'anti', 'money'], ['anti', 'money', 'laundering'], ['money', 'laundering', 'among'], ['laundering', 'among', 'team'], ['among', 'team', 'members'], ['team', 'members', 'the'], ['members', 'the', 'layered'], ['the', 'layered', 'architecture'], ['layered', 'architecture', 'data'], ['architecture', 'data', 'warehouse'], ['data', 'warehouse', 'workspace'], ['warehouse', 'workspace', 'layers'], ['workspace', 'layers', 'used'], ['layers', 'used', 'business'], ['used', 'business', 'analysts'], ['business', 'analysts', 'actively'], ['analysts', 'actively', 'involved'], ['actively', 'involved', 'designing'], ['involved', 'designing', 'star'], ['designing', 'star', 'schema'], ['star', 'schema', 'model'], ['schema', 'model', 'involving'], ['model', 'involving', 'various'], ['involving', 'various', 'dimensions'], ['various', 'dimensions', 'fact'], ['dimensions', 'fact', 'tables'], ['fact', 'tables', 'designed'], ['tables', 'designed', 'scd2'], ['designed', 'scd2', 'maintaining'], ['scd2', 'maintaining', 'history'], ['maintaining', 'history', 'dim'], ['history', 'dim', 'data'], ['dim', 'data', 'developing'], ['data', 'developing', 'hive'], ['developing', 'hive', 'queries'], ['hive', 'queries', 'mapping'], ['queries', 'mapping', 'data'], ['mapping', 'data', 'different'], ['data', 'different', 'layers'], ['different', 'layers', 'architecture'], ['layers', 'architecture', 'usage'], ['architecture', 'usage', 'oozie'], ['usage', 'oozie', 'workflows'], ['oozie', 'workflows', 'integration'], ['workflows', 'integration', 'data'], ['integration', 'data', 'quality'], ['data', 'quality', 'reconciliation'], ['quality', 'reconciliation', 'module'], ['reconciliation', 'module', 'regression'], ['module', 'regression', 'integration'], ['regression', 'integration', 'testing'], ['integration', 'testing', 'solution'], ['testing', 'solution', 'issues'], ['solution', 'issues', 'integration'], ['issues', 'integration', 'modules'], ['integration', 'modules', 'effectively'], ['modules', 'effectively', 'testing'], ['effectively', 'testing', 'data'], ['testing', 'data', 'flow'], ['data', 'flow', 'layer'], ['flow', 'layer', 'layer'], ['layer', 'layer', 'transaction'], ['layer', 'transaction', 'monitoring'], ['transaction', 'monitoring', 'system'], ['monitoring', 'system', 'development'], ['system', 'development', 'generate'], ['development', 'generate', 'alerts'], ['generate', 'alerts', 'suspicious'], ['alerts', 'suspicious', 'fraudulent'], ['suspicious', 'fraudulent', 'transactions'], ['fraudulent', 'transactions', 'based'], ['transactions', 'based', 'requirements'], ['based', 'requirements', 'provide'], ['requirements', 'provide', 'bas'], ['provide', 'bas', 'developing'], ['bas', 'developing', 'spark'], ['developing', 'spark', 'jobs'], ['spark', 'jobs', 'various'], ['jobs', 'various', 'business'], ['various', 'business', 'rules'], ['business', 'rules', 'learning'], ['rules', 'learning', 'machine'], ['learning', 'machine', 'learning'], ['machine', 'learning', 'used'], ['learning', 'used', 'project'], ['used', 'project', 'developing'], ['project', 'developing', 'effective'], ['developing', 'effective', 'model'], ['effective', 'model', 'fraud'], ['model', 'fraud', 'detection'], ['fraud', 'detection', 'anti'], ['detection', 'anti', 'money'], ['anti', 'money', 'laundering'], ['money', 'laundering', 'system'], ['laundering', 'system', 'scheduling'], ['system', 'scheduling', 'jobs'], ['scheduling', 'jobs', 'using'], ['jobs', 'using', 'autosys'], ['using', 'autosys', 'tool'], ['autosys', 'tool', 'deployment'], ['tool', 'deployment', 'code'], ['deployment', 'code', 'management'], ['code', 'management', 'using'], ['management', 'using', 'c'], ['using', 'c', 'rlm'], ['c', 'rlm', 'release'], ['rlm', 'release', 'lifecycle'], ['release', 'lifecycle', 'management'], ['lifecycle', 'management', 'hadoop'], ['management', 'hadoop', 'developer'], ['hadoop', 'developer', 'current'], ['developer', 'current', 'project'], ['current', 'project', 'p'], ['project', 'p', 's'], ['p', 's', 'ran'], ['s', 'ran', 'environment'], ['ran', 'environment', 'hadoop'], ['environment', 'hadoop', '2'], ['hadoop', '2', 'x'], ['2', 'x', 'hdfs'], ['x', 'hdfs', 'yarn'], ['hdfs', 'yarn', 'hive'], ['yarn', 'hive', 'sqoop'], ['hive', 'sqoop', 'hbase'], ['sqoop', 'hbase', 'tez'], ['hbase', 'tez', 'tableau'], ['tez', 'tableau', 'sqlserver'], ['tableau', 'sqlserver', 'teradata'], ['sqlserver', 'teradata', 'cluster'], ['teradata', 'cluster', 'size'], ...], [['technical'], ['skill'], ['set'], ['programming'], ['languages'], ['apache'], ['hadoop'], ['python'], ['shell'], ['scripting'], ['sql'], ['technologies'], ['hive'], ['pig'], ['sqoop'], ['flume'], ['oozie'], ['impala'], ['hdfs'], ['tools'], ['dataiku'], ['unravel'], ['cloudera'], ['putty'], ['hue'], ['cloudera'], ['manager'], ['eclipse'], ['resource'], ['manager'], ['initial'], ['learning'], ['program'], ['tata'], ['consultancy'], ['services'], ['june'], ['2015'], ['august'], ['2015'], ['description'], ['this'], ['learning'], ['program'], ['conducted'], ['tcs'], ['newly'], ['joined'], ['employees'], ['omplish'], ['learn'], ['working'], ['standard'], ['organization'], ['during'], ['period'], ['employee'], ['groomed'], ['various'], ['technical'], ['well'], ['ethical'], ['aspects'], ['education'], ['details'], ['b'], ['e'], ['electronics'], ['communication'], ['indore'], ['madhya'], ['pradesh'], ['medi'], ['caps'], ['institute'], ['technology'], ['management'], ['hadoop'], ['developer'], ['hadoop'], ['hive'], ['sqoop'], ['flume'], ['pig'], ['mapreduce'], ['python'], ['impala'], ['spark'], ['scala'], ['sql'], ['unix'], ['skill'], ['details'], ['apache'], ['hadoop'], ['sqoop'], ['exprience'], ['31'], ['months'], ['hadoop'], ['exprience'], ['31'], ['months'], ['hadoop'], ['exprience'], ['31'], ['months'], ['hive'], ['exprience'], ['31'], ['months'], ['sqoop'], ['exprience'], ['31'], ['months'], ['python'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['hdfs'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['unix'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['impala'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['pig'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['unravel'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['mapreduce'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['dataiku'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['project'], ['description'], ['data'], ['warehouse'], ['division'], ['multiple'], ['products'], ['injecting'], ['storing'], ['analysing'], ['presenting'], ['data'], ['the'], ['data'], ['lake'], ['program'], ['started'], ['provide'], ['multi'], ['talent'], ['secure'], ['data'], ['hub'], ['store'], ['application'], ['data'], ['hadoop'], ['platform'], ['strong'], ['data'], ['governance'], ['lineage'], ['auditing'], ['monitoring'], ['capabilities'], ['the'], ['object'], ['project'], ['provide'], ['necessary'], ['engineering'], ['support'], ['analytics'], ['application'], ['teams'], ['focus'], ['business'], ['logic'], ['development'], ['in'], ['project'], ['major'], ['task'], ['set'], ['hadoop'], ['cluster'], ['govern'], ['activities'], ['required'], ['smooth'], ['functioning'], ['various'], ['hadoop'], ['ecosystems'], ['as'], ['day'], ['day'], ['data'], ['increasing'], ['provide'], ['stability'], ['ecosystem'], ['smooth'], ['working'], ['developing'], ['automating'], ['various'], ['requirement'], ['specific'], ['utilities'], ['responsibility'], ['1'], ['developed'], ['proactive'], ['health'], ['check'], ['utility'], ['data'], ['lake'], ['the'], ['utility'], ['proactively'], ['checks'], ['smooth'], ['functioning'], ['hadoop'], ['components'], ['cluster'], ['sends'], ['result'], ['email'], ['html'], ['format'], ['the'], ['utility'], ['used'], ['daily'], ['health'], ['checks'], ['well'], ['upgrades'], ['2'], ['getting'], ['data'], ['different'], ['formats'], ['processing'], ['data'], ['hadoop'], ['ecosystem'], ['filtering'], ['data'], ['using'], ['appropriate'], ['techniques'], ['3'], ['developed'], ['data'], ['pipeline'], ['utility'], ['ingest'], ['data'], ['rdbms'], ['database'], ['hive'], ['external'], ['tables'], ['using'], ['sqoop'], ['commands'], ['the'], ['utility'], ['also'], ['offers'], ['data'], ['quality'], ['check'], ['like'], ['row'], ['count'], ['validation'], ['4'], ['developed'], ['automated'], ['various'], ['cluster'], ['health'], ['check'], ['usage'], ['capacity'], ['related'], ['reports'], ['using'], ['unix'], ['shell'], ['scripting'], ['5'], ['optimization'], ['hive'], ['queries'], ['order'], ['increase'], ['performance'], ['minimize'], ['hadoop'], ['resource'], ['utilizations'], ['6'], ['creating'], ['flume'], ['agents'], ['process'], ['data'], ['hadoop'], ['ecosystem'], ['side'], ['7'], ['performed'], ['benchmark'], ['testing'], ['hive'], ['queries'], ['impala'], ['queries'], ['8'], ['involved'], ['setting'], ['cluster'], ['components'], ['like'], ['edge'], ['node'], ['ha'], ['implementation'], ['services'], ['hive'], ['server2'], ['impala'], ['hdfs'], ['9'], ['filtering'], ['required'], ['data'], ['available'], ['data'], ['using'], ['different'], ['technologies'], ['like'], ['pig'], ['regex'], ['serde'], ['etc'], ['10'], ['dataiku'], ['benchmark'], ['testing'], ['top'], ['impala'], ['hive'], ['compare'], ['greenplum'], ['database'], ['11'], ['moving'], ['data'], ['greenplum'], ['database'], ['hadoop'], ['side'], ['help'], ['sqoop'], ['pipeline'], ['process'], ['data'], ['hadoop'], ['side'], ['storing'], ['data'], ['hive'], ['tables'], ['performance'], ['testing'], ['12'], ['dealing'], ['hadoop'], ['ecosystem'], ['related'], ['issues'], ['order'], ['provide'], ['stability'], ['wm'], ['hadoop'], ['ecosystem'], ['13'], ['rescheduling'], ['job'], ['autosys'], ['job'], ['hosting'], ['tws'], ['job'], ['hosting'], ['better'], ['performance'], ['declaration'], ['i'], ['hereby'], ['declare'], ['mentioned'], ['information'], ['authentic'], ['best'], ['knowledge'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['clients'], ['1'], ['barclays'], ['2'], ['union'], ['bank'], ['california'], ['ubc'], ['3'], ['morgan'], ['stanley'], ['ms'], ['key'], ['projects'], ['handled'], ['project'], ['name'], ['absa'], ['reconciliations'], ['ubc'], ['wmdatalake'], ['coe'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['project'], ['description'], ['migration'], ['data'], ['rdbms'], ['database'], ['hive'], ['hadoop'], ['ecosystem'], ['hadoop'], ['platform'], ['ability'], ['strong'], ['data'], ['governance'], ['lineage'], ['auditing'], ['monitoring'], ['capabilities'], ['the'], ['objective'], ['project'], ['speed'], ['data'], ['processing'], ['analysis'], ['decision'], ['making'], ['become'], ['easy'], ['due'], ['rdbms'], ['limitations'], ['process'], ['waste'], ['amount'], ['data'], ['produce'], ['results'], ['earliest'], ['client'], ['wanted'], ['move'], ['data'], ['hadoop'], ['ecosystem'], ['come'], ['limitations'], ['focus'], ['business'], ['improvement'], ['responsibility'], ['1'], ['optimising'], ['sql'], ['queries'], ['data'], ['required'], ['move'], ['rdbms'], ['platform'], ['2'], ['writing'], ['hive'], ['queries'], ['logic'], ['move'], ['data'], ['rdbms'], ['hadoop'], ['ecosystem'], ['3'], ['writing'], ['hive'], ['queries'], ['analyse'], ['required'], ['data'], ['per'], ['business'], ['requirements'], ['4'], ['optimization'], ['hive'], ['queries'], ['order'], ['increase'], ['performance'], ['minimize'], ['hadoop'], ['resource'], ['utilizations'], ['5'], ['writing'], ['sqoop'], ['commands'], ['scripts'], ['move'], ['data'], ['rdbms'], ['hadoop'], ['side'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['project'], ['description'], ['create'], ['recs'], ['migrating'], ['static'], ['setup'], ['reconciliations'], ['8'], ['1'], ['version'], ['9'], ['1'], ['version'], ['environment'], ['intellimatch'], ['responsibility'], ['1'], ['have'], ['worked'], ['extracting'], ['business'], ['requirements'], ['analyzing'], ['implementing'], ['developing'], ['recs'], ['2'], ['worked'], ['migrating'], ['static'], ['setup'], ['reconciliations'], ['8'], ['1'], ['version'], ['9'], ['1'], ['version'], ['environment'], ['intellimatch'], ['3'], ['done'], ['back'], ['end'], ['work'], ['things'], ['related'], ['writing'], ['sql'], ['queries'], ['provide'], ['data'], ['new'], ['recs'], ['project'], ['name'], ['pso'], ['technical', 'skill'], ['skill', 'set'], ['set', 'programming'], ['programming', 'languages'], ['languages', 'apache'], ['apache', 'hadoop'], ['hadoop', 'python'], ['python', 'shell'], ['shell', 'scripting'], ['scripting', 'sql'], ['sql', 'technologies'], ['technologies', 'hive'], ['hive', 'pig'], ['pig', 'sqoop'], ['sqoop', 'flume'], ['flume', 'oozie'], ['oozie', 'impala'], ['impala', 'hdfs'], ['hdfs', 'tools'], ['tools', 'dataiku'], ['dataiku', 'unravel'], ['unravel', 'cloudera'], ['cloudera', 'putty'], ['putty', 'hue'], ['hue', 'cloudera'], ['cloudera', 'manager'], ['manager', 'eclipse'], ['eclipse', 'resource'], ['resource', 'manager'], ['manager', 'initial'], ['initial', 'learning'], ['learning', 'program'], ['program', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'june'], ['june', '2015'], ['2015', 'august'], ['august', '2015'], ['2015', 'description'], ['description', 'this'], ['this', 'learning'], ['learning', 'program'], ['program', 'conducted'], ['conducted', 'tcs'], ['tcs', 'newly'], ['newly', 'joined'], ['joined', 'employees'], ['employees', 'omplish'], ['omplish', 'learn'], ['learn', 'working'], ['working', 'standard'], ['standard', 'organization'], ['organization', 'during'], ['during', 'period'], ['period', 'employee'], ['employee', 'groomed'], ['groomed', 'various'], ['various', 'technical'], ['technical', 'well'], ['well', 'ethical'], ['ethical', 'aspects'], ['aspects', 'education'], ['education', 'details'], ['details', 'b'], ['b', 'e'], ['e', 'electronics'], ['electronics', 'communication'], ['communication', 'indore'], ['indore', 'madhya'], ['madhya', 'pradesh'], ['pradesh', 'medi'], ['medi', 'caps'], ['caps', 'institute'], ['institute', 'technology'], ['technology', 'management'], ['management', 'hadoop'], ['hadoop', 'developer'], ['developer', 'hadoop'], ['hadoop', 'hive'], ['hive', 'sqoop'], ['sqoop', 'flume'], ['flume', 'pig'], ['pig', 'mapreduce'], ['mapreduce', 'python'], ['python', 'impala'], ['impala', 'spark'], ['spark', 'scala'], ['scala', 'sql'], ['sql', 'unix'], ['unix', 'skill'], ['skill', 'details'], ['details', 'apache'], ['apache', 'hadoop'], ['hadoop', 'sqoop'], ['sqoop', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'hadoop'], ['hadoop', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'hadoop'], ['hadoop', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'hive'], ['hive', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'sqoop'], ['sqoop', 'exprience'], ['exprience', '31'], ['31', 'months'], ['months', 'python'], ['python', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'hdfs'], ['hdfs', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'unix'], ['unix', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'impala'], ['impala', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'pig'], ['pig', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'unravel'], ['unravel', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'mapreduce'], ['mapreduce', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'dataiku'], ['dataiku', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'description'], ['description', 'project'], ['project', 'description'], ['description', 'data'], ['data', 'warehouse'], ['warehouse', 'division'], ['division', 'multiple'], ['multiple', 'products'], ['products', 'injecting'], ['injecting', 'storing'], ['storing', 'analysing'], ['analysing', 'presenting'], ['presenting', 'data'], ['data', 'the'], ['the', 'data'], ['data', 'lake'], ['lake', 'program'], ['program', 'started'], ['started', 'provide'], ['provide', 'multi'], ['multi', 'talent'], ['talent', 'secure'], ['secure', 'data'], ['data', 'hub'], ['hub', 'store'], ['store', 'application'], ['application', 'data'], ['data', 'hadoop'], ['hadoop', 'platform'], ['platform', 'strong'], ['strong', 'data'], ['data', 'governance'], ['governance', 'lineage'], ['lineage', 'auditing'], ['auditing', 'monitoring'], ['monitoring', 'capabilities'], ['capabilities', 'the'], ['the', 'object'], ['object', 'project'], ['project', 'provide'], ['provide', 'necessary'], ['necessary', 'engineering'], ['engineering', 'support'], ['support', 'analytics'], ['analytics', 'application'], ['application', 'teams'], ['teams', 'focus'], ['focus', 'business'], ['business', 'logic'], ['logic', 'development'], ['development', 'in'], ['in', 'project'], ['project', 'major'], ['major', 'task'], ['task', 'set'], ['set', 'hadoop'], ['hadoop', 'cluster'], ['cluster', 'govern'], ['govern', 'activities'], ['activities', 'required'], ['required', 'smooth'], ['smooth', 'functioning'], ['functioning', 'various'], ['various', 'hadoop'], ['hadoop', 'ecosystems'], ['ecosystems', 'as'], ['as', 'day'], ['day', 'day'], ['day', 'data'], ['data', 'increasing'], ['increasing', 'provide'], ['provide', 'stability'], ['stability', 'ecosystem'], ['ecosystem', 'smooth'], ['smooth', 'working'], ['working', 'developing'], ['developing', 'automating'], ['automating', 'various'], ['various', 'requirement'], ['requirement', 'specific'], ['specific', 'utilities'], ['utilities', 'responsibility'], ['responsibility', '1'], ['1', 'developed'], ['developed', 'proactive'], ['proactive', 'health'], ['health', 'check'], ['check', 'utility'], ['utility', 'data'], ['data', 'lake'], ['lake', 'the'], ['the', 'utility'], ['utility', 'proactively'], ['proactively', 'checks'], ['checks', 'smooth'], ['smooth', 'functioning'], ['functioning', 'hadoop'], ['hadoop', 'components'], ['components', 'cluster'], ['cluster', 'sends'], ['sends', 'result'], ['result', 'email'], ['email', 'html'], ['html', 'format'], ['format', 'the'], ['the', 'utility'], ['utility', 'used'], ['used', 'daily'], ['daily', 'health'], ['health', 'checks'], ['checks', 'well'], ['well', 'upgrades'], ['upgrades', '2'], ['2', 'getting'], ['getting', 'data'], ['data', 'different'], ['different', 'formats'], ['formats', 'processing'], ['processing', 'data'], ['data', 'hadoop'], ['hadoop', 'ecosystem'], ['ecosystem', 'filtering'], ['filtering', 'data'], ['data', 'using'], ['using', 'appropriate'], ['appropriate', 'techniques'], ['techniques', '3'], ['3', 'developed'], ['developed', 'data'], ['data', 'pipeline'], ['pipeline', 'utility'], ['utility', 'ingest'], ['ingest', 'data'], ['data', 'rdbms'], ['rdbms', 'database'], ['database', 'hive'], ['hive', 'external'], ['external', 'tables'], ['tables', 'using'], ['using', 'sqoop'], ['sqoop', 'commands'], ['commands', 'the'], ['the', 'utility'], ['utility', 'also'], ['also', 'offers'], ['offers', 'data'], ['data', 'quality'], ['quality', 'check'], ['check', 'like'], ['like', 'row'], ['row', 'count'], ['count', 'validation'], ['validation', '4'], ['4', 'developed'], ['developed', 'automated'], ['automated', 'various'], ['various', 'cluster'], ['cluster', 'health'], ['health', 'check'], ['check', 'usage'], ['usage', 'capacity'], ['capacity', 'related'], ['related', 'reports'], ['reports', 'using'], ['using', 'unix'], ['unix', 'shell'], ['shell', 'scripting'], ['scripting', '5'], ['5', 'optimization'], ['optimization', 'hive'], ['hive', 'queries'], ['queries', 'order'], ['order', 'increase'], ['increase', 'performance'], ['performance', 'minimize'], ['minimize', 'hadoop'], ['hadoop', 'resource'], ['resource', 'utilizations'], ['utilizations', '6'], ['6', 'creating'], ['creating', 'flume'], ['flume', 'agents'], ...], [['technical'], ['skills'], ['programming'], ['languages'], ['c'], ['c'], ['java'], ['net'], ['j2ee'], ['html5'], ['css'], ['mapreduce'], ['scripting'], ['languages'], ['javascript'], ['python'], ['databases'], ['oracle'], ['pl'], ['sql'], ['my'], ['sql'], ['ibm'], ['db2'], ['tools'], ['ibm'], ['rational'], ['rose'], ['r'], ['weka'], ['operating'], ['systems'], ['windows'], ['xp'], ['vista'], ['unix'], ['windows'], ['7'], ['red'], ['hat'], ['7education'], ['details'], ['january'], ['2015'], ['b'], ['e'], ['pimpri'], ['chinchwad'], ['maharashtra'], ['in'], ['pimpri'], ['chinchwad'], ['college'], ['engineering'], ['january'], ['2012'], ['diploma'], ['msbte'], ['dnyanganaga'], ['polytechnic'], ['s'], ['s'], ['c'], ['new'], ['english'], ['school'], ['takali'], ['hadoop'], ['big'], ['data'], ['developer'], ['hadoop'], ['big'], ['data'], ['developer'], ['british'], ['telecom'], ['skill'], ['details'], ['apache'], ['hadoop'], ['mapreduce'], ['exprience'], ['37'], ['months'], ['mapreduce'], ['exprience'], ['37'], ['months'], ['mapreduce'], ['exprience'], ['37'], ['months'], ['java'], ['exprience'], ['32'], ['months'], ['net'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['british'], ['telecom'], ['description'], ['project'], ['british'], ['telecom'], ['project'], ['uk'], ['responsibilities'], ['working'], ['hdfs'], ['mapreduce'], ['hive'], ['spark'], ['scala'], ['sqoop'], ['kerberos'], ['etc'], ['technologies'], ['implemented'], ['various'], ['data'], ['mining'], ['algorithms'], ['spark'], ['like'], ['k'], ['means'], ['clustering'], ['random'], ['forest'], ['na'], ['bayes'], ['etc'], ['a'], ['knowledge'], ['installing'], ['configuring'], ['maintaining'], ['securing'], ['hadoop'], ['company'], ['dxc'], ['technology'], ['description'], ['hpe'], ['legacy'], ['bangalore'], ['worked'], ['hadoop'], ['java'], ['programming'], ['worked'], ['azure'], ['aws'], ['emr'], ['services'], ['worked'], ['hdinsight'], ['hadoop'], ['cluster'], ['design'], ['develop'], ['document'], ['architect'], ['hadoop'], ['applications'], ['develop'], ['mapreduce'], ['coding'], ['works'], ['seamlessly'], ['hadoop'], ['clusters'], ['analyzing'], ['processing'], ['large'], ['data'], ['sets'], ['hdfs'], ['an'], ['analytical'], ['bent'], ['mind'], ['ability'], ['learn'], ['unlearn'], ['relearn'], ['surely'], ['comes'], ['handy'], ['technical', 'skills'], ['skills', 'programming'], ['programming', 'languages'], ['languages', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'net'], ['net', 'j2ee'], ['j2ee', 'html5'], ['html5', 'css'], ['css', 'mapreduce'], ['mapreduce', 'scripting'], ['scripting', 'languages'], ['languages', 'javascript'], ['javascript', 'python'], ['python', 'databases'], ['databases', 'oracle'], ['oracle', 'pl'], ['pl', 'sql'], ['sql', 'my'], ['my', 'sql'], ['sql', 'ibm'], ['ibm', 'db2'], ['db2', 'tools'], ['tools', 'ibm'], ['ibm', 'rational'], ['rational', 'rose'], ['rose', 'r'], ['r', 'weka'], ['weka', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', 'vista'], ['vista', 'unix'], ['unix', 'windows'], ['windows', '7'], ['7', 'red'], ['red', 'hat'], ['hat', '7education'], ['7education', 'details'], ['details', 'january'], ['january', '2015'], ['2015', 'b'], ['b', 'e'], ['e', 'pimpri'], ['pimpri', 'chinchwad'], ['chinchwad', 'maharashtra'], ['maharashtra', 'in'], ['in', 'pimpri'], ['pimpri', 'chinchwad'], ['chinchwad', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2012'], ['2012', 'diploma'], ['diploma', 'msbte'], ['msbte', 'dnyanganaga'], ['dnyanganaga', 'polytechnic'], ['polytechnic', 's'], ['s', 's'], ['s', 'c'], ['c', 'new'], ['new', 'english'], ['english', 'school'], ['school', 'takali'], ['takali', 'hadoop'], ['hadoop', 'big'], ['big', 'data'], ['data', 'developer'], ['developer', 'hadoop'], ['hadoop', 'big'], ['big', 'data'], ['data', 'developer'], ['developer', 'british'], ['british', 'telecom'], ['telecom', 'skill'], ['skill', 'details'], ['details', 'apache'], ['apache', 'hadoop'], ['hadoop', 'mapreduce'], ['mapreduce', 'exprience'], ['exprience', '37'], ['37', 'months'], ['months', 'mapreduce'], ['mapreduce', 'exprience'], ['exprience', '37'], ['37', 'months'], ['months', 'mapreduce'], ['mapreduce', 'exprience'], ['exprience', '37'], ['37', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '32'], ['32', 'months'], ['months', 'net'], ['net', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'british'], ['british', 'telecom'], ['telecom', 'description'], ['description', 'project'], ['project', 'british'], ['british', 'telecom'], ['telecom', 'project'], ['project', 'uk'], ['uk', 'responsibilities'], ['responsibilities', 'working'], ['working', 'hdfs'], ['hdfs', 'mapreduce'], ['mapreduce', 'hive'], ['hive', 'spark'], ['spark', 'scala'], ['scala', 'sqoop'], ['sqoop', 'kerberos'], ['kerberos', 'etc'], ['etc', 'technologies'], ['technologies', 'implemented'], ['implemented', 'various'], ['various', 'data'], ['data', 'mining'], ['mining', 'algorithms'], ['algorithms', 'spark'], ['spark', 'like'], ['like', 'k'], ['k', 'means'], ['means', 'clustering'], ['clustering', 'random'], ['random', 'forest'], ['forest', 'na'], ['na', 'bayes'], ['bayes', 'etc'], ['etc', 'a'], ['a', 'knowledge'], ['knowledge', 'installing'], ['installing', 'configuring'], ['configuring', 'maintaining'], ['maintaining', 'securing'], ['securing', 'hadoop'], ['hadoop', 'company'], ['company', 'dxc'], ['dxc', 'technology'], ['technology', 'description'], ['description', 'hpe'], ['hpe', 'legacy'], ['legacy', 'bangalore'], ['bangalore', 'worked'], ['worked', 'hadoop'], ['hadoop', 'java'], ['java', 'programming'], ['programming', 'worked'], ['worked', 'azure'], ['azure', 'aws'], ['aws', 'emr'], ['emr', 'services'], ['services', 'worked'], ['worked', 'hdinsight'], ['hdinsight', 'hadoop'], ['hadoop', 'cluster'], ['cluster', 'design'], ['design', 'develop'], ['develop', 'document'], ['document', 'architect'], ['architect', 'hadoop'], ['hadoop', 'applications'], ['applications', 'develop'], ['develop', 'mapreduce'], ['mapreduce', 'coding'], ['coding', 'works'], ['works', 'seamlessly'], ['seamlessly', 'hadoop'], ['hadoop', 'clusters'], ['clusters', 'analyzing'], ['analyzing', 'processing'], ['processing', 'large'], ['large', 'data'], ['data', 'sets'], ['sets', 'hdfs'], ['hdfs', 'an'], ['an', 'analytical'], ['analytical', 'bent'], ['bent', 'mind'], ['mind', 'ability'], ['ability', 'learn'], ['learn', 'unlearn'], ['unlearn', 'relearn'], ['relearn', 'surely'], ['surely', 'comes'], ['comes', 'handy'], ['technical', 'skills', 'programming'], ['skills', 'programming', 'languages'], ['programming', 'languages', 'c'], ['languages', 'c', 'c'], ['c', 'c', 'java'], ['c', 'java', 'net'], ['java', 'net', 'j2ee'], ['net', 'j2ee', 'html5'], ['j2ee', 'html5', 'css'], ['html5', 'css', 'mapreduce'], ['css', 'mapreduce', 'scripting'], ['mapreduce', 'scripting', 'languages'], ['scripting', 'languages', 'javascript'], ['languages', 'javascript', 'python'], ['javascript', 'python', 'databases'], ['python', 'databases', 'oracle'], ['databases', 'oracle', 'pl'], ['oracle', 'pl', 'sql'], ['pl', 'sql', 'my'], ['sql', 'my', 'sql'], ['my', 'sql', 'ibm'], ['sql', 'ibm', 'db2'], ['ibm', 'db2', 'tools'], ['db2', 'tools', 'ibm'], ['tools', 'ibm', 'rational'], ['ibm', 'rational', 'rose'], ['rational', 'rose', 'r'], ['rose', 'r', 'weka'], ['r', 'weka', 'operating'], ['weka', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', 'vista'], ['xp', 'vista', 'unix'], ['vista', 'unix', 'windows'], ['unix', 'windows', '7'], ['windows', '7', 'red'], ['7', 'red', 'hat'], ['red', 'hat', '7education'], ['hat', '7education', 'details'], ['7education', 'details', 'january'], ['details', 'january', '2015'], ['january', '2015', 'b'], ['2015', 'b', 'e'], ['b', 'e', 'pimpri'], ['e', 'pimpri', 'chinchwad'], ['pimpri', 'chinchwad', 'maharashtra'], ['chinchwad', 'maharashtra', 'in'], ['maharashtra', 'in', 'pimpri'], ['in', 'pimpri', 'chinchwad'], ['pimpri', 'chinchwad', 'college'], ['chinchwad', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2012'], ['january', '2012', 'diploma'], ['2012', 'diploma', 'msbte'], ['diploma', 'msbte', 'dnyanganaga'], ['msbte', 'dnyanganaga', 'polytechnic'], ['dnyanganaga', 'polytechnic', 's'], ['polytechnic', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'new'], ['c', 'new', 'english'], ['new', 'english', 'school'], ['english', 'school', 'takali'], ['school', 'takali', 'hadoop'], ['takali', 'hadoop', 'big'], ['hadoop', 'big', 'data'], ['big', 'data', 'developer'], ['data', 'developer', 'hadoop'], ['developer', 'hadoop', 'big'], ['hadoop', 'big', 'data'], ['big', 'data', 'developer'], ['data', 'developer', 'british'], ['developer', 'british', 'telecom'], ['british', 'telecom', 'skill'], ['telecom', 'skill', 'details'], ['skill', 'details', 'apache'], ['details', 'apache', 'hadoop'], ['apache', 'hadoop', 'mapreduce'], ['hadoop', 'mapreduce', 'exprience'], ['mapreduce', 'exprience', '37'], ['exprience', '37', 'months'], ['37', 'months', 'mapreduce'], ['months', 'mapreduce', 'exprience'], ['mapreduce', 'exprience', '37'], ['exprience', '37', 'months'], ['37', 'months', 'mapreduce'], ['months', 'mapreduce', 'exprience'], ['mapreduce', 'exprience', '37'], ['exprience', '37', 'months'], ['37', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '32'], ['exprience', '32', 'months'], ['32', 'months', 'net'], ['months', 'net', 'exprience'], ['net', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'british'], ['company', 'british', 'telecom'], ['british', 'telecom', 'description'], ['telecom', 'description', 'project'], ['description', 'project', 'british'], ['project', 'british', 'telecom'], ['british', 'telecom', 'project'], ['telecom', 'project', 'uk'], ['project', 'uk', 'responsibilities'], ['uk', 'responsibilities', 'working'], ['responsibilities', 'working', 'hdfs'], ['working', 'hdfs', 'mapreduce'], ['hdfs', 'mapreduce', 'hive'], ['mapreduce', 'hive', 'spark'], ['hive', 'spark', 'scala'], ['spark', 'scala', 'sqoop'], ['scala', 'sqoop', 'kerberos'], ['sqoop', 'kerberos', 'etc'], ['kerberos', 'etc', 'technologies'], ['etc', 'technologies', 'implemented'], ['technologies', 'implemented', 'various'], ['implemented', 'various', 'data'], ['various', 'data', 'mining'], ['data', 'mining', 'algorithms'], ['mining', 'algorithms', 'spark'], ['algorithms', 'spark', 'like'], ['spark', 'like', 'k'], ['like', 'k', 'means'], ['k', 'means', 'clustering'], ['means', 'clustering', 'random'], ['clustering', 'random', 'forest'], ['random', 'forest', 'na'], ['forest', 'na', 'bayes'], ['na', 'bayes', 'etc'], ['bayes', 'etc', 'a'], ['etc', 'a', 'knowledge'], ['a', 'knowledge', 'installing'], ['knowledge', 'installing', 'configuring'], ['installing', 'configuring', 'maintaining'], ['configuring', 'maintaining', 'securing'], ['maintaining', 'securing', 'hadoop'], ['securing', 'hadoop', 'company'], ['hadoop', 'company', 'dxc'], ['company', 'dxc', 'technology'], ['dxc', 'technology', 'description'], ['technology', 'description', 'hpe'], ['description', 'hpe', 'legacy'], ['hpe', 'legacy', 'bangalore'], ['legacy', 'bangalore', 'worked'], ['bangalore', 'worked', 'hadoop'], ['worked', 'hadoop', 'java'], ['hadoop', 'java', 'programming'], ['java', 'programming', 'worked'], ['programming', 'worked', 'azure'], ['worked', 'azure', 'aws'], ['azure', 'aws', 'emr'], ['aws', 'emr', 'services'], ['emr', 'services', 'worked'], ['services', 'worked', 'hdinsight'], ['worked', 'hdinsight', 'hadoop'], ['hdinsight', 'hadoop', 'cluster'], ['hadoop', 'cluster', 'design'], ['cluster', 'design', 'develop'], ['design', 'develop', 'document'], ['develop', 'document', 'architect'], ['document', 'architect', 'hadoop'], ['architect', 'hadoop', 'applications'], ['hadoop', 'applications', 'develop'], ['applications', 'develop', 'mapreduce'], ['develop', 'mapreduce', 'coding'], ['mapreduce', 'coding', 'works'], ['coding', 'works', 'seamlessly'], ['works', 'seamlessly', 'hadoop'], ['seamlessly', 'hadoop', 'clusters'], ['hadoop', 'clusters', 'analyzing'], ['clusters', 'analyzing', 'processing'], ['analyzing', 'processing', 'large'], ['processing', 'large', 'data'], ['large', 'data', 'sets'], ['data', 'sets', 'hdfs'], ['sets', 'hdfs', 'an'], ['hdfs', 'an', 'analytical'], ['an', 'analytical', 'bent'], ['analytical', 'bent', 'mind'], ['bent', 'mind', 'ability'], ['mind', 'ability', 'learn'], ['ability', 'learn', 'unlearn'], ['learn', 'unlearn', 'relearn'], ['unlearn', 'relearn', 'surely'], ['relearn', 'surely', 'comes'], ['surely', 'comes', 'handy'], ['technical', 'skills', 'programming', 'languages'], ['skills', 'programming', 'languages', 'c'], ['programming', 'languages', 'c', 'c'], ['languages', 'c', 'c', 'java'], ['c', 'c', 'java', 'net'], ['c', 'java', 'net', 'j2ee'], ['java', 'net', 'j2ee', 'html5'], ['net', 'j2ee', 'html5', 'css'], ['j2ee', 'html5', 'css', 'mapreduce'], ['html5', 'css', 'mapreduce', 'scripting'], ['css', 'mapreduce', 'scripting', 'languages'], ['mapreduce', 'scripting', 'languages', 'javascript'], ['scripting', 'languages', 'javascript', 'python'], ['languages', 'javascript', 'python', 'databases'], ['javascript', 'python', 'databases', 'oracle'], ['python', 'databases', 'oracle', 'pl'], ['databases', 'oracle', 'pl', 'sql'], ['oracle', 'pl', 'sql', 'my'], ['pl', 'sql', 'my', 'sql'], ['sql', 'my', 'sql', 'ibm'], ['my', 'sql', 'ibm', 'db2'], ['sql', 'ibm', 'db2', 'tools'], ['ibm', 'db2', 'tools', 'ibm'], ['db2', 'tools', 'ibm', 'rational'], ['tools', 'ibm', 'rational', 'rose'], ['ibm', 'rational', 'rose', 'r'], ['rational', 'rose', 'r', 'weka'], ['rose', 'r', 'weka', 'operating'], ['r', 'weka', 'operating', 'systems'], ['weka', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', 'xp'], ['systems', 'windows', 'xp', 'vista'], ['windows', 'xp', 'vista', 'unix'], ['xp', 'vista', 'unix', 'windows'], ['vista', 'unix', 'windows', '7'], ['unix', 'windows', '7', 'red'], ['windows', '7', 'red', 'hat'], ['7', 'red', 'hat', '7education'], ['red', 'hat', '7education', 'details'], ['hat', '7education', 'details', 'january'], ['7education', 'details', 'january', '2015'], ['details', 'january', '2015', 'b'], ['january', '2015', 'b', 'e'], ['2015', 'b', 'e', 'pimpri'], ['b', 'e', 'pimpri', 'chinchwad'], ['e', 'pimpri', 'chinchwad', 'maharashtra'], ['pimpri', 'chinchwad', 'maharashtra', 'in'], ['chinchwad', 'maharashtra', 'in', 'pimpri'], ['maharashtra', 'in', 'pimpri', 'chinchwad'], ['in', 'pimpri', 'chinchwad', 'college'], ['pimpri', 'chinchwad', 'college', 'engineering'], ['chinchwad', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2012'], ['engineering', 'january', '2012', 'diploma'], ['january', '2012', 'diploma', 'msbte'], ['2012', 'diploma', 'msbte', 'dnyanganaga'], ['diploma', 'msbte', 'dnyanganaga', 'polytechnic'], ['msbte', 'dnyanganaga', 'polytechnic', 's'], ['dnyanganaga', 'polytechnic', 's', 's'], ['polytechnic', 's', 's', 'c'], ['s', 's', 'c', 'new'], ['s', 'c', 'new', 'english'], ['c', 'new', 'english', 'school'], ['new', 'english', 'school', 'takali'], ['english', 'school', 'takali', 'hadoop'], ['school', 'takali', 'hadoop', 'big'], ['takali', 'hadoop', 'big', 'data'], ['hadoop', 'big', 'data', 'developer'], ['big', 'data', 'developer', 'hadoop'], ['data', 'developer', 'hadoop', 'big'], ['developer', 'hadoop', 'big', 'data'], ['hadoop', 'big', 'data', 'developer'], ['big', 'data', 'developer', 'british'], ['data', 'developer', 'british', 'telecom'], ['developer', 'british', 'telecom', 'skill'], ['british', 'telecom', 'skill', 'details'], ['telecom', 'skill', 'details', 'apache'], ['skill', 'details', 'apache', 'hadoop'], ['details', 'apache', 'hadoop', 'mapreduce'], ['apache', 'hadoop', 'mapreduce', 'exprience'], ['hadoop', 'mapreduce', 'exprience', '37'], ['mapreduce', 'exprience', '37', 'months'], ['exprience', '37', 'months', 'mapreduce'], ['37', 'months', 'mapreduce', 'exprience'], ['months', 'mapreduce', 'exprience', '37'], ['mapreduce', 'exprience', '37', 'months'], ['exprience', '37', 'months', 'mapreduce'], ['37', 'months', 'mapreduce', 'exprience'], ['months', 'mapreduce', 'exprience', '37'], ['mapreduce', 'exprience', '37', 'months'], ['exprience', '37', 'months', 'java'], ['37', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '32'], ['java', 'exprience', '32', 'months'], ['exprience', '32', 'months', 'net'], ['32', 'months', 'net', 'exprience'], ['months', 'net', 'exprience', '6'], ['net', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'british'], ['details', 'company', 'british', 'telecom'], ['company', 'british', 'telecom', 'description'], ['british', 'telecom', 'description', 'project'], ['telecom', 'description', 'project', 'british'], ['description', 'project', 'british', 'telecom'], ['project', 'british', 'telecom', 'project'], ['british', 'telecom', 'project', 'uk'], ['telecom', 'project', 'uk', 'responsibilities'], ['project', 'uk', 'responsibilities', 'working'], ['uk', 'responsibilities', 'working', 'hdfs'], ['responsibilities', 'working', 'hdfs', 'mapreduce'], ['working', 'hdfs', 'mapreduce', 'hive'], ['hdfs', 'mapreduce', 'hive', 'spark'], ['mapreduce', 'hive', 'spark', 'scala'], ['hive', 'spark', 'scala', 'sqoop'], ['spark', 'scala', 'sqoop', 'kerberos'], ['scala', 'sqoop', 'kerberos', 'etc'], ['sqoop', 'kerberos', 'etc', 'technologies'], ['kerberos', 'etc', 'technologies', 'implemented'], ['etc', 'technologies', 'implemented', 'various'], ['technologies', 'implemented', 'various', 'data'], ['implemented', 'various', 'data', 'mining'], ['various', 'data', 'mining', 'algorithms'], ['data', 'mining', 'algorithms', 'spark'], ['mining', 'algorithms', 'spark', 'like'], ['algorithms', 'spark', 'like', 'k'], ['spark', 'like', 'k', 'means'], ['like', 'k', 'means', 'clustering'], ['k', 'means', 'clustering', 'random'], ['means', 'clustering', 'random', 'forest'], ['clustering', 'random', 'forest', 'na'], ['random', 'forest', 'na', 'bayes'], ['forest', 'na', 'bayes', 'etc'], ['na', 'bayes', 'etc', 'a'], ['bayes', 'etc', 'a', 'knowledge'], ['etc', 'a', 'knowledge', 'installing'], ['a', 'knowledge', 'installing', 'configuring'], ['knowledge', 'installing', 'configuring', 'maintaining'], ['installing', 'configuring', 'maintaining', 'securing'], ['configuring', 'maintaining', 'securing', 'hadoop'], ['maintaining', 'securing', 'hadoop', 'company'], ['securing', 'hadoop', 'company', 'dxc'], ['hadoop', 'company', 'dxc', 'technology'], ['company', 'dxc', 'technology', 'description'], ['dxc', 'technology', 'description', 'hpe'], ['technology', 'description', 'hpe', 'legacy'], ['description', 'hpe', 'legacy', 'bangalore'], ['hpe', 'legacy', 'bangalore', 'worked'], ['legacy', 'bangalore', 'worked', 'hadoop'], ['bangalore', 'worked', 'hadoop', 'java'], ['worked', 'hadoop', 'java', 'programming'], ['hadoop', 'java', 'programming', 'worked'], ['java', 'programming', 'worked', 'azure'], ['programming', 'worked', 'azure', 'aws'], ['worked', 'azure', 'aws', 'emr'], ['azure', 'aws', 'emr', 'services'], ['aws', 'emr', 'services', 'worked'], ['emr', 'services', 'worked', 'hdinsight'], ['services', 'worked', 'hdinsight', 'hadoop'], ['worked', 'hdinsight', 'hadoop', 'cluster'], ['hdinsight', 'hadoop', 'cluster', 'design'], ['hadoop', 'cluster', 'design', 'develop'], ['cluster', 'design', 'develop', 'document'], ['design', 'develop', 'document', 'architect'], ['develop', 'document', 'architect', 'hadoop'], ['document', 'architect', 'hadoop', 'applications'], ['architect', 'hadoop', 'applications', 'develop'], ['hadoop', 'applications', 'develop', 'mapreduce'], ['applications', 'develop', 'mapreduce', 'coding'], ['develop', 'mapreduce', 'coding', 'works'], ['mapreduce', 'coding', 'works', 'seamlessly'], ['coding', 'works', 'seamlessly', 'hadoop'], ['works', 'seamlessly', 'hadoop', 'clusters'], ['seamlessly', 'hadoop', 'clusters', 'analyzing'], ['hadoop', 'clusters', 'analyzing', 'processing'], ['clusters', 'analyzing', 'processing', 'large'], ['analyzing', 'processing', 'large', 'data'], ['processing', 'large', 'data', 'sets'], ['large', 'data', 'sets', 'hdfs'], ['data', 'sets', 'hdfs', 'an'], ['sets', 'hdfs', 'an', 'analytical'], ['hdfs', 'an', 'analytical', 'bent'], ['an', 'analytical', 'bent', 'mind'], ['analytical', 'bent', 'mind', 'ability'], ['bent', 'mind', 'ability', 'learn'], ['mind', 'ability', 'learn', 'unlearn'], ['ability', 'learn', 'unlearn', 'relearn'], ['learn', 'unlearn', 'relearn', 'surely'], ['unlearn', 'relearn', 'surely', 'comes'], ['relearn', 'surely', 'comes', 'handy'], ['technical', 'skills', 'programming', 'languages', 'c'], ['skills', 'programming', 'languages', 'c', 'c'], ['programming', 'languages', 'c', 'c', 'java'], ['languages', 'c', 'c', 'java', 'net'], ['c', 'c', 'java', 'net', 'j2ee'], ['c', 'java', 'net', 'j2ee', 'html5'], ['java', 'net', 'j2ee', 'html5', 'css'], ['net', 'j2ee', 'html5', 'css', 'mapreduce'], ['j2ee', 'html5', 'css', 'mapreduce', 'scripting'], ['html5', 'css', 'mapreduce', 'scripting', 'languages'], ['css', 'mapreduce', 'scripting', 'languages', 'javascript'], ['mapreduce', 'scripting', 'languages', 'javascript', 'python'], ['scripting', 'languages', 'javascript', 'python', 'databases'], ['languages', 'javascript', 'python', 'databases', 'oracle'], ['javascript', 'python', 'databases', 'oracle', 'pl'], ['python', 'databases', 'oracle', 'pl', 'sql'], ['databases', 'oracle', 'pl', 'sql', 'my'], ['oracle', 'pl', 'sql', 'my', 'sql'], ['pl', 'sql', 'my', 'sql', 'ibm'], ['sql', 'my', 'sql', 'ibm', 'db2'], ['my', 'sql', 'ibm', 'db2', 'tools'], ['sql', 'ibm', 'db2', 'tools', 'ibm'], ['ibm', 'db2', 'tools', 'ibm', 'rational'], ['db2', 'tools', 'ibm', 'rational', 'rose'], ['tools', 'ibm', 'rational', 'rose', 'r'], ['ibm', 'rational', 'rose', 'r', 'weka'], ['rational', 'rose', 'r', 'weka', 'operating'], ['rose', 'r', 'weka', 'operating', 'systems'], ['r', 'weka', 'operating', 'systems', 'windows'], ['weka', 'operating', 'systems', 'windows', 'xp'], ['operating', 'systems', 'windows', 'xp', 'vista'], ['systems', 'windows', 'xp', 'vista', 'unix'], ['windows', 'xp', 'vista', 'unix', 'windows'], ['xp', 'vista', 'unix', 'windows', '7'], ['vista', 'unix', 'windows', '7', 'red'], ['unix', 'windows', '7', 'red', 'hat'], ['windows', '7', 'red', 'hat', '7education'], ['7', 'red', 'hat', '7education', 'details'], ['red', 'hat', '7education', 'details', 'january'], ['hat', '7education', 'details', 'january', '2015'], ['7education', 'details', 'january', '2015', 'b'], ['details', 'january', '2015', 'b', 'e'], ['january', '2015', 'b', 'e', 'pimpri'], ['2015', 'b', 'e', 'pimpri', 'chinchwad'], ['b', 'e', 'pimpri', 'chinchwad', 'maharashtra'], ['e', 'pimpri', 'chinchwad', 'maharashtra', 'in'], ['pimpri', 'chinchwad', 'maharashtra', 'in', 'pimpri'], ['chinchwad', 'maharashtra', 'in', 'pimpri', 'chinchwad'], ['maharashtra', 'in', 'pimpri', 'chinchwad', 'college'], ['in', 'pimpri', 'chinchwad', 'college', 'engineering'], ['pimpri', 'chinchwad', 'college', 'engineering', 'january'], ['chinchwad', 'college', 'engineering', 'january', '2012'], ['college', 'engineering', 'january', '2012', 'diploma'], ['engineering', 'january', '2012', 'diploma', 'msbte'], ['january', '2012', 'diploma', 'msbte', 'dnyanganaga'], ['2012', 'diploma', 'msbte', 'dnyanganaga', 'polytechnic'], ['diploma', 'msbte', 'dnyanganaga', 'polytechnic', 's'], ['msbte', 'dnyanganaga', 'polytechnic', 's', 's'], ['dnyanganaga', 'polytechnic', 's', 's', 'c'], ['polytechnic', 's', 's', 'c', 'new'], ['s', 's', 'c', 'new', 'english'], ['s', 'c', 'new', 'english', 'school'], ['c', 'new', 'english', 'school', 'takali'], ['new', 'english', 'school', 'takali', 'hadoop'], ['english', 'school', 'takali', 'hadoop', 'big'], ['school', 'takali', 'hadoop', 'big', 'data'], ['takali', 'hadoop', 'big', 'data', 'developer'], ['hadoop', 'big', 'data', 'developer', 'hadoop'], ['big', 'data', 'developer', 'hadoop', 'big'], ['data', 'developer', 'hadoop', 'big', 'data'], ['developer', 'hadoop', 'big', 'data', 'developer'], ['hadoop', 'big', 'data', 'developer', 'british'], ['big', 'data', 'developer', 'british', 'telecom'], ['data', 'developer', 'british', 'telecom', 'skill'], ['developer', 'british', 'telecom', 'skill', 'details'], ['british', 'telecom', 'skill', 'details', 'apache'], ['telecom', 'skill', 'details', 'apache', 'hadoop'], ['skill', 'details', 'apache', 'hadoop', 'mapreduce'], ['details', 'apache', 'hadoop', 'mapreduce', 'exprience'], ['apache', 'hadoop', 'mapreduce', 'exprience', '37'], ['hadoop', 'mapreduce', 'exprience', '37', 'months'], ['mapreduce', 'exprience', '37', 'months', 'mapreduce'], ['exprience', '37', 'months', 'mapreduce', 'exprience'], ['37', 'months', 'mapreduce', 'exprience', '37'], ['months', 'mapreduce', 'exprience', '37', 'months'], ['mapreduce', 'exprience', '37', 'months', 'mapreduce'], ['exprience', '37', 'months', 'mapreduce', 'exprience'], ['37', 'months', 'mapreduce', 'exprience', '37'], ['months', 'mapreduce', 'exprience', '37', 'months'], ['mapreduce', 'exprience', '37', 'months', 'java'], ['exprience', '37', 'months', 'java', 'exprience'], ['37', 'months', 'java', 'exprience', '32'], ['months', 'java', 'exprience', '32', 'months'], ['java', 'exprience', '32', 'months', 'net'], ['exprience', '32', 'months', 'net', 'exprience'], ['32', 'months', 'net', 'exprience', '6'], ['months', 'net', 'exprience', '6', 'monthscompany'], ['net', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'british'], ['monthscompany', 'details', 'company', 'british', 'telecom'], ['details', 'company', 'british', 'telecom', 'description'], ['company', 'british', 'telecom', 'description', 'project'], ['british', 'telecom', 'description', 'project', 'british'], ['telecom', 'description', 'project', 'british', 'telecom'], ['description', 'project', 'british', 'telecom', 'project'], ['project', 'british', 'telecom', 'project', 'uk'], ['british', 'telecom', 'project', 'uk', 'responsibilities'], ['telecom', 'project', 'uk', 'responsibilities', 'working'], ['project', 'uk', 'responsibilities', 'working', 'hdfs'], ['uk', 'responsibilities', 'working', 'hdfs', 'mapreduce'], ['responsibilities', 'working', 'hdfs', 'mapreduce', 'hive'], ['working', 'hdfs', 'mapreduce', 'hive', 'spark'], ['hdfs', 'mapreduce', 'hive', 'spark', 'scala'], ['mapreduce', 'hive', 'spark', 'scala', 'sqoop'], ['hive', 'spark', 'scala', 'sqoop', 'kerberos'], ['spark', 'scala', 'sqoop', 'kerberos', 'etc'], ['scala', 'sqoop', 'kerberos', 'etc', 'technologies'], ['sqoop', 'kerberos', 'etc', 'technologies', 'implemented'], ['kerberos', 'etc', 'technologies', 'implemented', 'various'], ['etc', 'technologies', 'implemented', 'various', 'data'], ['technologies', 'implemented', 'various', 'data', 'mining'], ['implemented', 'various', 'data', 'mining', 'algorithms'], ['various', 'data', 'mining', 'algorithms', 'spark'], ['data', 'mining', 'algorithms', 'spark', 'like'], ['mining', 'algorithms', 'spark', 'like', 'k'], ['algorithms', 'spark', 'like', 'k', 'means'], ['spark', 'like', 'k', 'means', 'clustering'], ['like', 'k', 'means', 'clustering', 'random'], ['k', 'means', 'clustering', 'random', 'forest'], ['means', 'clustering', 'random', 'forest', 'na'], ['clustering', 'random', 'forest', 'na', 'bayes'], ['random', 'forest', 'na', 'bayes', 'etc'], ['forest', 'na', 'bayes', 'etc', 'a'], ['na', 'bayes', 'etc', 'a', 'knowledge'], ['bayes', 'etc', 'a', 'knowledge', 'installing'], ['etc', 'a', 'knowledge', 'installing', 'configuring'], ['a', 'knowledge', 'installing', 'configuring', 'maintaining'], ['knowledge', 'installing', 'configuring', 'maintaining', 'securing'], ['installing', 'configuring', 'maintaining', 'securing', 'hadoop'], ['configuring', 'maintaining', 'securing', 'hadoop', 'company'], ['maintaining', 'securing', 'hadoop', 'company', 'dxc'], ['securing', 'hadoop', 'company', 'dxc', 'technology'], ['hadoop', 'company', 'dxc', 'technology', 'description'], ['company', 'dxc', 'technology', 'description', 'hpe'], ['dxc', 'technology', 'description', 'hpe', 'legacy'], ['technology', 'description', 'hpe', 'legacy', 'bangalore'], ['description', 'hpe', 'legacy', 'bangalore', 'worked'], ['hpe', 'legacy', 'bangalore', 'worked', 'hadoop'], ['legacy', 'bangalore', 'worked', 'hadoop', 'java'], ['bangalore', 'worked', 'hadoop', 'java', 'programming'], ['worked', 'hadoop', 'java', 'programming', 'worked'], ['hadoop', 'java', 'programming', 'worked', 'azure'], ['java', 'programming', 'worked', 'azure', 'aws'], ['programming', 'worked', 'azure', 'aws', 'emr'], ['worked', 'azure', 'aws', 'emr', 'services'], ['azure', 'aws', 'emr', 'services', 'worked'], ['aws', 'emr', 'services', 'worked', 'hdinsight'], ['emr', 'services', 'worked', 'hdinsight', 'hadoop'], ['services', 'worked', 'hdinsight', 'hadoop', 'cluster'], ['worked', 'hdinsight', 'hadoop', 'cluster', 'design'], ['hdinsight', 'hadoop', 'cluster', 'design', 'develop'], ['hadoop', 'cluster', 'design', 'develop', 'document'], ['cluster', 'design', 'develop', 'document', 'architect'], ['design', 'develop', 'document', 'architect', 'hadoop'], ['develop', 'document', 'architect', 'hadoop', 'applications'], ['document', 'architect', 'hadoop', 'applications', 'develop'], ['architect', 'hadoop', 'applications', 'develop', 'mapreduce'], ['hadoop', 'applications', 'develop', 'mapreduce', 'coding'], ['applications', 'develop', 'mapreduce', 'coding', 'works'], ['develop', 'mapreduce', 'coding', 'works', 'seamlessly'], ['mapreduce', 'coding', 'works', 'seamlessly', 'hadoop'], ['coding', 'works', 'seamlessly', 'hadoop', 'clusters'], ['works', 'seamlessly', 'hadoop', 'clusters', 'analyzing'], ['seamlessly', 'hadoop', 'clusters', 'analyzing', 'processing'], ['hadoop', 'clusters', 'analyzing', 'processing', 'large'], ['clusters', 'analyzing', 'processing', 'large', 'data'], ['analyzing', 'processing', 'large', 'data', 'sets'], ['processing', 'large', 'data', 'sets', 'hdfs'], ['large', 'data', 'sets', 'hdfs', 'an'], ['data', 'sets', 'hdfs', 'an', 'analytical'], ['sets', 'hdfs', 'an', 'analytical', 'bent'], ['hdfs', 'an', 'analytical', 'bent', 'mind'], ['an', 'analytical', 'bent', 'mind', 'ability'], ['analytical', 'bent', 'mind', 'ability', 'learn'], ['bent', 'mind', 'ability', 'learn', 'unlearn'], ['mind', 'ability', 'learn', 'unlearn', 'relearn'], ['ability', 'learn', 'unlearn', 'relearn', 'surely'], ['learn', 'unlearn', 'relearn', 'surely', 'comes'], ['unlearn', 'relearn', 'surely', 'comes', 'handy'], ['technical', 'skills', 'programming', 'languages', 'c', 'c'], ['skills', 'programming', 'languages', 'c', 'c', 'java'], ['programming', 'languages', 'c', 'c', 'java', 'net'], ['languages', 'c', 'c', 'java', 'net', 'j2ee'], ['c', 'c', 'java', 'net', 'j2ee', 'html5'], ['c', 'java', 'net', 'j2ee', 'html5', 'css'], ['java', 'net', 'j2ee', 'html5', 'css', 'mapreduce'], ['net', 'j2ee', 'html5', 'css', 'mapreduce', 'scripting'], ['j2ee', 'html5', 'css', 'mapreduce', 'scripting', 'languages'], ['html5', 'css', 'mapreduce', 'scripting', 'languages', 'javascript'], ['css', 'mapreduce', 'scripting', 'languages', 'javascript', 'python'], ['mapreduce', 'scripting', 'languages', 'javascript', 'python', 'databases'], ['scripting', 'languages', 'javascript', 'python', 'databases', 'oracle'], ['languages', 'javascript', 'python', 'databases', 'oracle', 'pl'], ['javascript', 'python', 'databases', 'oracle', 'pl', 'sql'], ['python', 'databases', 'oracle', 'pl', 'sql', 'my'], ['databases', 'oracle', 'pl', 'sql', 'my', 'sql'], ['oracle', 'pl', 'sql', 'my', 'sql', 'ibm'], ['pl', 'sql', 'my', 'sql', 'ibm', 'db2'], ['sql', 'my', 'sql', 'ibm', 'db2', 'tools'], ['my', 'sql', 'ibm', 'db2', 'tools', 'ibm'], ['sql', 'ibm', 'db2', 'tools', 'ibm', 'rational'], ['ibm', 'db2', 'tools', 'ibm', 'rational', 'rose'], ['db2', 'tools', 'ibm', 'rational', 'rose', 'r'], ['tools', 'ibm', 'rational', 'rose', 'r', 'weka'], ['ibm', 'rational', 'rose', 'r', 'weka', 'operating'], ['rational', 'rose', 'r', 'weka', 'operating', 'systems'], ['rose', 'r', 'weka', 'operating', 'systems', 'windows'], ['r', 'weka', 'operating', 'systems', 'windows', 'xp'], ['weka', 'operating', 'systems', 'windows', 'xp', 'vista'], ['operating', 'systems', 'windows', 'xp', 'vista', 'unix'], ['systems', 'windows', 'xp', 'vista', 'unix', 'windows'], ['windows', 'xp', 'vista', 'unix', 'windows', '7'], ['xp', 'vista', 'unix', 'windows', '7', 'red'], ['vista', 'unix', 'windows', '7', 'red', 'hat'], ['unix', 'windows', '7', 'red', 'hat', '7education'], ['windows', '7', 'red', 'hat', '7education', 'details'], ['7', 'red', 'hat', '7education', 'details', 'january'], ['red', 'hat', '7education', 'details', 'january', '2015'], ['hat', '7education', 'details', 'january', '2015', 'b'], ...], [['technical'], ['skill'], ['set'], ['big'], ['data'], ['ecosystems'], ['hadoop'], ['hdfs'], ['hbase'], ['map'], ['reduce'], ['sqoop'], ['hive'], ['pig'], ['spark'], ['core'], ['flume'], ['other'], ['language'], ['scala'], ['core'], ['java'], ['sql'], ['plsql'], ['sell'], ['scripting'], ['etl'], ['tools'], ['informatica'], ['power'], ['center8'], ['x'], ['9'], ['6'], ['talend'], ['5'], ['6'], ['tools'], ['eclipse'], ['intellij'], ['idea'], ['platforms'], ['windows'], ['family'], ['linux'], ['unix'], ['cloudera'], ['databases'], ['mysql'], ['oracle'], ['10'], ['11geducation'], ['details'], ['m'], ['c'], ['a'], ['pune'], ['maharashtra'], ['in'], ['pune'], ['university'], ['hodoop'], ['developer'], ['hodoop'], ['developer'], ['prgx'], ['india'], ['private'], ['limited'], ['pune'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['prgx'], ['india'], ['private'], ['limited'], ['pune'], ['description'], ['team'], ['size'], ['10'], ['environment'], ['hive'], ['spark'], ['sqoop'], ['scala'], ['flume'], ['project'], ['description'], ['the'], ['bank'], ['wanted'], ['help'], ['customers'], ['avail'], ['different'], ['products'], ['bank'], ['analyzing'], ['expenditure'], ['behavior'], ['the'], ['customers'], ['spending'], ['ranges'], ['online'], ['shopping'], ['medical'], ['expenses'], ['hospitals'], ['cash'], ['transactions'], ['debit'], ['card'], ['usage'], ['etc'], ['behavior'], ['allows'], ['bank'], ['create'], ['analytical'], ['report'], ['based'], ['bank'], ['used'], ['display'], ['product'], ['offers'], ['customer'], ['portal'], ['built'], ['using'], ['java'], ['the'], ['portal'], ['allows'], ['customers'], ['login'], ['see'], ['transactions'], ['make'], ['day'], ['day'], ['basis'], ['analytics'], ['also'], ['help'], ['customers'], ['plan'], ['budgets'], ['budget'], ['watch'], ['financial'], ['forecast'], ['applications'], ['embedded'], ['portal'], ['the'], ['portal'], ['used'], ['hadoop'], ['framework'], ['analyes'], ['data'], ['per'], ['rules'], ['regulations'], ['placed'], ['regulators'], ['respective'], ['countries'], ['the'], ['offers'], ['interest'], ['rates'], ['also'], ['complied'], ['regulations'], ['processing'], ['done'], ['using'], ['hadoop'], ['framework'], ['big'], ['data'], ['analytics'], ['system'], ['role'], ['responsibilities'], ['import'], ['data'], ['legacy'], ['system'], ['hadoop'], ['using'], ['sqoop'], ['flume'], ['implement'], ['business'], ['logic'], ['analyses'], ['data'], ['per'], ['process'], ['data'], ['using'], ['spark'], ['create'], ['hive'], ['script'], ['loading'], ['data'], ['hive'], ['sourcing'], ['various'], ['attributes'], ['data'], ['processing'], ['logic'], ['retrieve'], ['correct'], ['results'], ['project'], ['2'], ['company'], ['prgx'], ['india'], ['private'], ['limited'], ['pune'], ['description'], ['company'], ['prgx'], ['india'], ['private'], ['limited'], ['pune'], ['description'], ['team'], ['size'], ['11'], ['environment'], ['hadoop'], ['hdfs'], ['hive'], ['sqoop'], ['mysql'], ['map'], ['reduce'], ['project'], ['description'], ['the'], ['purpose'], ['project'], ['store'], ['terabytes'], ['information'], ['web'], ['application'], ['extract'], ['meaningful'], ['information'], ['solution'], ['based'], ['open'], ['source'], ['w'], ['hadoop'], ['the'], ['data'], ['stored'], ['hadoop'], ['file'], ['system'], ['processed'], ['using'], ['map'], ['reduce'], ['jobs'], ['which'], ['trun'], ['includes'], ['getting'], ['raw'], ['html'], ['data'], ['micro'], ['websites'], ['process'], ['html'], ['obtain'], ['product'], ['user'], ['information'], ['extract'], ['various'], ['reports'], ['vistor'], ['tracking'], ['information'], ['export'], ['information'], ['processing'], ['role'], ['responsibilities'], ['move'], ['crawl'], ['data'], ['flat'], ['files'], ['generated'], ['various'], ['micro'], ['sites'], ['hdfs'], ['processing'], ['sqoop'], ['implementation'], ['interaction'], ['database'], ['write'], ['map'], ['reduce'], ['scripts'], ['process'], ['data'], ['file'], ['create'], ['hive'], ['tables'], ['store'], ['processed'], ['data'], ['tabular'], ['formats'], ['reports'], ['creation'], ['hive'], ['data'], ['project'], ['3'], ['company'], ['prgx'], ['india'], ['private'], ['limited'], ['pune'], ['description'], ['team'], ['size'], ['15'], ['environment'], ['informatica'], ['9'], ['5'], ['oracle11g'], ['unix'], ['project'], ['description'], ['pfizer'], ['inc'], ['american'], ['global'], ['pharmaceutical'], ['corporation'], ['headquartered'], ['new'], ['york'], ['city'], ['the'], ['main'], ['objective'], ['project'], ['build'], ['development'], ['data'], ['repository'], ['pfizer'], ['inc'], ['because'], ['downstream'], ['application'], ['like'], ['etrack'], ['tsp'], ['database'], ['s'], ['sadms'], ['gfs'], ['gdo'], ['sql'], ['request'], ['oltp'], ['system'], ['directly'], ['due'], ['performance'], ['oltp'], ['system'], ['goes'], ['slows'], ['for'], ['created'], ['development'], ['data'], ['repository'], ['replace'], ['entire'], ['sql'], ['request'], ['directly'], ['oltp'], ['system'], ['ddr'], ['process'], ['extracts'], ['clinical'], ['pre'], ['clinical'], ['study'], ['product'], ['subject'], ['sites'], ['related'], ['information'], ['upstream'], ['applications'], ['like'], ['epecs'], ['cdss'], ['rcm'], ['prc'], ['e'], ['clinical'], ['edh'], ['applying'], ['business'], ['logic'], ['put'], ['ddr'], ['core'], ['tables'], ['from'], ['snapshot'], ['dimensional'], ['layer'], ['created'], ['used'], ['reporting'], ['application'], ['role'], ['responsibilities'], ['to'], ['understand'], ['analyze'], ['requirement'], ['documents'], ['resolve'], ['queries'], ['to'], ['design'], ['informatica'], ['mappings'], ['using'], ['various'], ['basic'], ['transformations'], ['like'], ['filter'], ['router'], ['source'], ['qualifier'], ['lookup'], ['etc'], ['advance'], ['transformations'], ['like'], ['aggregators'], ['joiner'], ['sorters'], ['perform'], ['cross'], ['unit'], ['integration'], ['testing'], ['mappings'], ['developed'], ['within'], ['team'], ['reporting'], ['bugs'], ['bug'], ['fixing'], ['create'], ['workflow'], ['batches'], ['set'], ['session'], ['dependencies'], ['implemented'], ['change'], ['data'], ['capture'], ['using'], ['mapping'], ['parameters'], ['scd'], ['sk'], ['generation'], ['developed'], ['mapplet'], ['reusable'], ['transformations'], ['populate'], ['data'], ['data'], ['warehouse'], ['created'], ['sessions'], ['worklets'], ['using'], ['workflow'], ['manager'], ['load'], ['data'], ['target'], ['database'], ['involved'], ['unit'], ['case'], ['testing'], ['utc'], ['performing'], ['unit'], ['testing'], ['uat'], ['scd'], ['type1'], ['type2'], ['fact'], ['load'], ['cdc'], ['implementation'], ['personal'], ['scan'], ['address'], ['jijayi'], ['heights'], ['flat'], ['118'], ['narhe'], ['police'], ['chowki'], ['pune'], ['411041'], ['technical', 'skill'], ['skill', 'set'], ['set', 'big'], ['big', 'data'], ['data', 'ecosystems'], ['ecosystems', 'hadoop'], ['hadoop', 'hdfs'], ['hdfs', 'hbase'], ['hbase', 'map'], ['map', 'reduce'], ['reduce', 'sqoop'], ['sqoop', 'hive'], ['hive', 'pig'], ['pig', 'spark'], ['spark', 'core'], ['core', 'flume'], ['flume', 'other'], ['other', 'language'], ['language', 'scala'], ['scala', 'core'], ['core', 'java'], ['java', 'sql'], ['sql', 'plsql'], ['plsql', 'sell'], ['sell', 'scripting'], ['scripting', 'etl'], ['etl', 'tools'], ['tools', 'informatica'], ['informatica', 'power'], ['power', 'center8'], ['center8', 'x'], ['x', '9'], ['9', '6'], ['6', 'talend'], ['talend', '5'], ['5', '6'], ['6', 'tools'], ['tools', 'eclipse'], ['eclipse', 'intellij'], ['intellij', 'idea'], ['idea', 'platforms'], ['platforms', 'windows'], ['windows', 'family'], ['family', 'linux'], ['linux', 'unix'], ['unix', 'cloudera'], ['cloudera', 'databases'], ['databases', 'mysql'], ['mysql', 'oracle'], ['oracle', '10'], ['10', '11geducation'], ['11geducation', 'details'], ['details', 'm'], ['m', 'c'], ['c', 'a'], ['a', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'in'], ['in', 'pune'], ['pune', 'university'], ['university', 'hodoop'], ['hodoop', 'developer'], ['developer', 'hodoop'], ['hodoop', 'developer'], ['developer', 'prgx'], ['prgx', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'pune'], ['pune', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'prgx'], ['prgx', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'pune'], ['pune', 'description'], ['description', 'team'], ['team', 'size'], ['size', '10'], ['10', 'environment'], ['environment', 'hive'], ['hive', 'spark'], ['spark', 'sqoop'], ['sqoop', 'scala'], ['scala', 'flume'], ['flume', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'bank'], ['bank', 'wanted'], ['wanted', 'help'], ['help', 'customers'], ['customers', 'avail'], ['avail', 'different'], ['different', 'products'], ['products', 'bank'], ['bank', 'analyzing'], ['analyzing', 'expenditure'], ['expenditure', 'behavior'], ['behavior', 'the'], ['the', 'customers'], ['customers', 'spending'], ['spending', 'ranges'], ['ranges', 'online'], ['online', 'shopping'], ['shopping', 'medical'], ['medical', 'expenses'], ['expenses', 'hospitals'], ['hospitals', 'cash'], ['cash', 'transactions'], ['transactions', 'debit'], ['debit', 'card'], ['card', 'usage'], ['usage', 'etc'], ['etc', 'behavior'], ['behavior', 'allows'], ['allows', 'bank'], ['bank', 'create'], ['create', 'analytical'], ['analytical', 'report'], ['report', 'based'], ['based', 'bank'], ['bank', 'used'], ['used', 'display'], ['display', 'product'], ['product', 'offers'], ['offers', 'customer'], ['customer', 'portal'], ['portal', 'built'], ['built', 'using'], ['using', 'java'], ['java', 'the'], ['the', 'portal'], ['portal', 'allows'], ['allows', 'customers'], ['customers', 'login'], ['login', 'see'], ['see', 'transactions'], ['transactions', 'make'], ['make', 'day'], ['day', 'day'], ['day', 'basis'], ['basis', 'analytics'], ['analytics', 'also'], ['also', 'help'], ['help', 'customers'], ['customers', 'plan'], ['plan', 'budgets'], ['budgets', 'budget'], ['budget', 'watch'], ['watch', 'financial'], ['financial', 'forecast'], ['forecast', 'applications'], ['applications', 'embedded'], ['embedded', 'portal'], ['portal', 'the'], ['the', 'portal'], ['portal', 'used'], ['used', 'hadoop'], ['hadoop', 'framework'], ['framework', 'analyes'], ['analyes', 'data'], ['data', 'per'], ['per', 'rules'], ['rules', 'regulations'], ['regulations', 'placed'], ['placed', 'regulators'], ['regulators', 'respective'], ['respective', 'countries'], ['countries', 'the'], ['the', 'offers'], ['offers', 'interest'], ['interest', 'rates'], ['rates', 'also'], ['also', 'complied'], ['complied', 'regulations'], ['regulations', 'processing'], ['processing', 'done'], ['done', 'using'], ['using', 'hadoop'], ['hadoop', 'framework'], ['framework', 'big'], ['big', 'data'], ['data', 'analytics'], ['analytics', 'system'], ['system', 'role'], ['role', 'responsibilities'], ['responsibilities', 'import'], ['import', 'data'], ['data', 'legacy'], ['legacy', 'system'], ['system', 'hadoop'], ['hadoop', 'using'], ['using', 'sqoop'], ['sqoop', 'flume'], ['flume', 'implement'], ['implement', 'business'], ['business', 'logic'], ['logic', 'analyses'], ['analyses', 'data'], ['data', 'per'], ['per', 'process'], ['process', 'data'], ['data', 'using'], ['using', 'spark'], ['spark', 'create'], ['create', 'hive'], ['hive', 'script'], ['script', 'loading'], ['loading', 'data'], ['data', 'hive'], ['hive', 'sourcing'], ['sourcing', 'various'], ['various', 'attributes'], ['attributes', 'data'], ['data', 'processing'], ['processing', 'logic'], ['logic', 'retrieve'], ['retrieve', 'correct'], ['correct', 'results'], ['results', 'project'], ['project', '2'], ['2', 'company'], ['company', 'prgx'], ['prgx', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'pune'], ['pune', 'description'], ['description', 'company'], ['company', 'prgx'], ['prgx', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'pune'], ['pune', 'description'], ['description', 'team'], ['team', 'size'], ['size', '11'], ['11', 'environment'], ['environment', 'hadoop'], ['hadoop', 'hdfs'], ['hdfs', 'hive'], ['hive', 'sqoop'], ['sqoop', 'mysql'], ['mysql', 'map'], ['map', 'reduce'], ['reduce', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'purpose'], ['purpose', 'project'], ['project', 'store'], ['store', 'terabytes'], ['terabytes', 'information'], ['information', 'web'], ['web', 'application'], ['application', 'extract'], ['extract', 'meaningful'], ['meaningful', 'information'], ['information', 'solution'], ['solution', 'based'], ['based', 'open'], ['open', 'source'], ['source', 'w'], ['w', 'hadoop'], ['hadoop', 'the'], ['the', 'data'], ['data', 'stored'], ['stored', 'hadoop'], ['hadoop', 'file'], ['file', 'system'], ['system', 'processed'], ['processed', 'using'], ['using', 'map'], ['map', 'reduce'], ['reduce', 'jobs'], ['jobs', 'which'], ['which', 'trun'], ['trun', 'includes'], ['includes', 'getting'], ['getting', 'raw'], ['raw', 'html'], ['html', 'data'], ['data', 'micro'], ['micro', 'websites'], ['websites', 'process'], ['process', 'html'], ['html', 'obtain'], ['obtain', 'product'], ['product', 'user'], ['user', 'information'], ['information', 'extract'], ['extract', 'various'], ['various', 'reports'], ['reports', 'vistor'], ['vistor', 'tracking'], ['tracking', 'information'], ['information', 'export'], ['export', 'information'], ['information', 'processing'], ['processing', 'role'], ['role', 'responsibilities'], ['responsibilities', 'move'], ['move', 'crawl'], ['crawl', 'data'], ['data', 'flat'], ['flat', 'files'], ['files', 'generated'], ['generated', 'various'], ['various', 'micro'], ['micro', 'sites'], ['sites', 'hdfs'], ['hdfs', 'processing'], ['processing', 'sqoop'], ['sqoop', 'implementation'], ['implementation', 'interaction'], ['interaction', 'database'], ['database', 'write'], ['write', 'map'], ['map', 'reduce'], ['reduce', 'scripts'], ['scripts', 'process'], ['process', 'data'], ['data', 'file'], ['file', 'create'], ['create', 'hive'], ['hive', 'tables'], ['tables', 'store'], ['store', 'processed'], ['processed', 'data'], ['data', 'tabular'], ['tabular', 'formats'], ['formats', 'reports'], ['reports', 'creation'], ['creation', 'hive'], ['hive', 'data'], ['data', 'project'], ['project', '3'], ['3', 'company'], ['company', 'prgx'], ['prgx', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'pune'], ['pune', 'description'], ['description', 'team'], ['team', 'size'], ['size', '15'], ['15', 'environment'], ['environment', 'informatica'], ['informatica', '9'], ['9', '5'], ['5', 'oracle11g'], ['oracle11g', 'unix'], ['unix', 'project'], ['project', 'description'], ['description', 'pfizer'], ['pfizer', 'inc'], ['inc', 'american'], ['american', 'global'], ['global', 'pharmaceutical'], ['pharmaceutical', 'corporation'], ['corporation', 'headquartered'], ['headquartered', 'new'], ['new', 'york'], ['york', 'city'], ['city', 'the'], ['the', 'main'], ['main', 'objective'], ['objective', 'project'], ['project', 'build'], ['build', 'development'], ['development', 'data'], ['data', 'repository'], ['repository', 'pfizer'], ['pfizer', 'inc'], ['inc', 'because'], ['because', 'downstream'], ['downstream', 'application'], ['application', 'like'], ['like', 'etrack'], ['etrack', 'tsp'], ['tsp', 'database'], ['database', 's'], ['s', 'sadms'], ['sadms', 'gfs'], ['gfs', 'gdo'], ['gdo', 'sql'], ['sql', 'request'], ['request', 'oltp'], ['oltp', 'system'], ['system', 'directly'], ['directly', 'due'], ['due', 'performance'], ['performance', 'oltp'], ['oltp', 'system'], ['system', 'goes'], ['goes', 'slows'], ['slows', 'for'], ['for', 'created'], ['created', 'development'], ['development', 'data'], ['data', 'repository'], ['repository', 'replace'], ['replace', 'entire'], ['entire', 'sql'], ['sql', 'request'], ['request', 'directly'], ['directly', 'oltp'], ['oltp', 'system'], ['system', 'ddr'], ['ddr', 'process'], ['process', 'extracts'], ['extracts', 'clinical'], ['clinical', 'pre'], ['pre', 'clinical'], ['clinical', 'study'], ['study', 'product'], ['product', 'subject'], ['subject', 'sites'], ['sites', 'related'], ['related', 'information'], ['information', 'upstream'], ['upstream', 'applications'], ['applications', 'like'], ['like', 'epecs'], ['epecs', 'cdss'], ['cdss', 'rcm'], ['rcm', 'prc'], ['prc', 'e'], ['e', 'clinical'], ['clinical', 'edh'], ['edh', 'applying'], ['applying', 'business'], ['business', 'logic'], ['logic', 'put'], ['put', 'ddr'], ...], [['technical'], ['summary'], ['knowledge'], ['informatica'], ['power'], ['center'], ['ver'], ['9'], ['1'], ['10'], ['etl'], ['tool'], ['mapping'], ['designing'], ['usage'], ['multiple'], ['transformations'], ['integration'], ['various'], ['data'], ['source'], ['like'], ['sql'], ['server'], ['tables'], ['flat'], ['files'], ['etc'], ['target'], ['data'], ['warehouse'], ['sql'], ['plsql'], ['working'], ['knowledge'], ['microsoft'], ['sql'], ['server'], ['2010'], ['unix'], ['work'], ['description'], ['shell'], ['scripting'], ['error'], ['debugging'], ['job'], ['scheduling'], ['using'], ['autosys'], ['incident'], ['management'], ['change'], ['requests'], ['service'], ['now'], ['jira'], ['agile'], ['central'], ['basic'], ['knowledge'], ['intellimatch'], ['reconciliation'], ['tool'], ['education'], ['details'], ['january'], ['2010'], ['january'], ['2014'], ['btech'], ['cse'], ['sangli'], ['maharashtra'], ['walchand'], ['college'], ['engineering'], ['october'], ['2009'], ['h'], ['s'], ['c'], ['sangli'], ['maharashtra'], ['willingdon'], ['college'], ['august'], ['2007'], ['s'], ['s'], ['c'], ['achievements'], ['sangli'], ['maharashtra'], ['martin'], ['english'], ['school'], ['etl'], ['developer'], ['it'], ['analyst'], ['skill'], ['details'], ['etl'], ['exprience'], ['48'], ['months'], ['extract'], ['transform'], ['and'], ['load'], ['exprience'], ['48'], ['months'], ['informatica'], ['exprience'], ['48'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['48'], ['months'], ['reconciliation'], ['exprience'], ['48'], ['months'], ['jira'], ['exprience'], ['36'], ['monthscompany'], ['details'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['project'], ['details'], ['client'], ['project'], ['barclays'], ['uk'], ['london'], ['hexad'], ['environment'], ['informatica'], ['power'], ['center'], ['sql'], ['server'], ['unix'], ['autosys'], ['intellimatch'], ['project'], ['description'], ['the'], ['objective'], ['implement'], ['strategic'], ['technical'], ['solution'], ['support'], ['governance'], ['monitoring'], ['break'], ['standards'], ['including'], ['enhancements'], ['audit'], ['capabilities'], ['as'], ['part'], ['program'], ['required'], ['remediation'], ['source'], ['system'], ['data'], ['feeds'], ['involves'], ['consolidation'], ['data'], ['standardized'], ['feeds'], ['these'], ['remediated'], ['data'], ['feeds'], ['consumed'], ['etl'], ['layer'], ['the'], ['reconciliation'], ['tool'], ['designed'], ['source'], ['data'], ['etl'], ['layer'], ['the'], ['data'], ['front'], ['back'], ['office'], ['systems'], ['together'], ['static'], ['data'], ['must'], ['therefore'], ['delivered'], ['etl'], ['here'], ['pre'], ['processed'], ['delivered'], ['reconciliation'], ['tool'], ['reconciliation'], ['process'], ['performed'], ['role'], ['responsibilities'], ['responsible'], ['analyzing'], ['designing'], ['developing'], ['etl'], ['strategies'], ['processes'], ['writing'], ['etl'], ['specifications'], ['requirement'], ['gathering'], ['making'], ['functional'], ['documents'], ['low'], ['level'], ['documents'], ['developing'], ['debugging'], ['informatica'], ['mappings'], ['resolve'], ['bugs'], ['identify'], ['causes'], ['failures'], ['user'], ['interaction'], ['identify'], ['issues'], ['data'], ['loaded'], ['application'], ['developed'], ['mappings'], ['using'], ['different'], ['transformations'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['project'], ['details'], ['client'], ['project'], ['barclays'], ['uk'], ['london'], ['hexad'], ['environment'], ['informatica'], ['power'], ['center'], ['sql'], ['server'], ['unix'], ['autosys'], ['intellimatch'], ['project'], ['description'], ['the'], ['objective'], ['implement'], ['strategic'], ['technical'], ['solution'], ['support'], ['governance'], ['monitoring'], ['break'], ['standards'], ['including'], ['enhancements'], ['audit'], ['capabilities'], ['as'], ['part'], ['program'], ['required'], ['remediation'], ['source'], ['system'], ['data'], ['feeds'], ['involves'], ['consolidation'], ['data'], ['standardized'], ['feeds'], ['these'], ['remediated'], ['data'], ['feeds'], ['consumed'], ['etl'], ['layer'], ['the'], ['reconciliation'], ['tool'], ['designed'], ['source'], ['data'], ['etl'], ['layer'], ['the'], ['data'], ['front'], ['back'], ['office'], ['systems'], ['together'], ['static'], ['data'], ['must'], ['therefore'], ['delivered'], ['etl'], ['here'], ['pre'], ['processed'], ['delivered'], ['reconciliation'], ['tool'], ['reconciliation'], ['process'], ['performed'], ['role'], ['responsibilities'], ['responsible'], ['analyzing'], ['designing'], ['developing'], ['etl'], ['strategies'], ['processes'], ['writing'], ['etl'], ['specifications'], ['requirement'], ['gathering'], ['making'], ['functional'], ['documents'], ['low'], ['level'], ['documents'], ['developing'], ['debugging'], ['informatica'], ['mappings'], ['resolve'], ['bugs'], ['identify'], ['causes'], ['failures'], ['user'], ['interaction'], ['identify'], ['issues'], ['data'], ['loaded'], ['application'], ['developed'], ['mappings'], ['using'], ['different'], ['transformations'], ['technical', 'summary'], ['summary', 'knowledge'], ['knowledge', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', 'ver'], ['ver', '9'], ['9', '1'], ['1', '10'], ['10', 'etl'], ['etl', 'tool'], ['tool', 'mapping'], ['mapping', 'designing'], ['designing', 'usage'], ['usage', 'multiple'], ['multiple', 'transformations'], ['transformations', 'integration'], ['integration', 'various'], ['various', 'data'], ['data', 'source'], ['source', 'like'], ['like', 'sql'], ['sql', 'server'], ['server', 'tables'], ['tables', 'flat'], ['flat', 'files'], ['files', 'etc'], ['etc', 'target'], ['target', 'data'], ['data', 'warehouse'], ['warehouse', 'sql'], ['sql', 'plsql'], ['plsql', 'working'], ['working', 'knowledge'], ['knowledge', 'microsoft'], ['microsoft', 'sql'], ['sql', 'server'], ['server', '2010'], ['2010', 'unix'], ['unix', 'work'], ['work', 'description'], ['description', 'shell'], ['shell', 'scripting'], ['scripting', 'error'], ['error', 'debugging'], ['debugging', 'job'], ['job', 'scheduling'], ['scheduling', 'using'], ['using', 'autosys'], ['autosys', 'incident'], ['incident', 'management'], ['management', 'change'], ['change', 'requests'], ['requests', 'service'], ['service', 'now'], ['now', 'jira'], ['jira', 'agile'], ['agile', 'central'], ['central', 'basic'], ['basic', 'knowledge'], ['knowledge', 'intellimatch'], ['intellimatch', 'reconciliation'], ['reconciliation', 'tool'], ['tool', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2010'], ['2010', 'january'], ['january', '2014'], ['2014', 'btech'], ['btech', 'cse'], ['cse', 'sangli'], ['sangli', 'maharashtra'], ['maharashtra', 'walchand'], ['walchand', 'college'], ['college', 'engineering'], ['engineering', 'october'], ['october', '2009'], ['2009', 'h'], ['h', 's'], ['s', 'c'], ['c', 'sangli'], ['sangli', 'maharashtra'], ['maharashtra', 'willingdon'], ['willingdon', 'college'], ['college', 'august'], ['august', '2007'], ['2007', 's'], ['s', 's'], ['s', 'c'], ['c', 'achievements'], ['achievements', 'sangli'], ['sangli', 'maharashtra'], ['maharashtra', 'martin'], ['martin', 'english'], ['english', 'school'], ['school', 'etl'], ['etl', 'developer'], ['developer', 'it'], ['it', 'analyst'], ['analyst', 'skill'], ['skill', 'details'], ['details', 'etl'], ['etl', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'extract'], ['extract', 'transform'], ['transform', 'and'], ['and', 'load'], ['load', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'informatica'], ['informatica', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'reconciliation'], ['reconciliation', 'exprience'], ['exprience', '48'], ['48', 'months'], ['months', 'jira'], ['jira', 'exprience'], ['exprience', '36'], ['36', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'description'], ['description', 'project'], ['project', 'details'], ['details', 'client'], ['client', 'project'], ['project', 'barclays'], ['barclays', 'uk'], ['uk', 'london'], ['london', 'hexad'], ['hexad', 'environment'], ['environment', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', 'sql'], ['sql', 'server'], ['server', 'unix'], ['unix', 'autosys'], ['autosys', 'intellimatch'], ['intellimatch', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'objective'], ['objective', 'implement'], ['implement', 'strategic'], ['strategic', 'technical'], ['technical', 'solution'], ['solution', 'support'], ['support', 'governance'], ['governance', 'monitoring'], ['monitoring', 'break'], ['break', 'standards'], ['standards', 'including'], ['including', 'enhancements'], ['enhancements', 'audit'], ['audit', 'capabilities'], ['capabilities', 'as'], ['as', 'part'], ['part', 'program'], ['program', 'required'], ['required', 'remediation'], ['remediation', 'source'], ['source', 'system'], ['system', 'data'], ['data', 'feeds'], ['feeds', 'involves'], ['involves', 'consolidation'], ['consolidation', 'data'], ['data', 'standardized'], ['standardized', 'feeds'], ['feeds', 'these'], ['these', 'remediated'], ['remediated', 'data'], ['data', 'feeds'], ['feeds', 'consumed'], ['consumed', 'etl'], ['etl', 'layer'], ['layer', 'the'], ['the', 'reconciliation'], ['reconciliation', 'tool'], ['tool', 'designed'], ['designed', 'source'], ['source', 'data'], ['data', 'etl'], ['etl', 'layer'], ['layer', 'the'], ['the', 'data'], ['data', 'front'], ['front', 'back'], ['back', 'office'], ['office', 'systems'], ['systems', 'together'], ['together', 'static'], ['static', 'data'], ['data', 'must'], ['must', 'therefore'], ['therefore', 'delivered'], ['delivered', 'etl'], ['etl', 'here'], ['here', 'pre'], ['pre', 'processed'], ['processed', 'delivered'], ['delivered', 'reconciliation'], ['reconciliation', 'tool'], ['tool', 'reconciliation'], ['reconciliation', 'process'], ['process', 'performed'], ['performed', 'role'], ['role', 'responsibilities'], ['responsibilities', 'responsible'], ['responsible', 'analyzing'], ['analyzing', 'designing'], ['designing', 'developing'], ['developing', 'etl'], ['etl', 'strategies'], ['strategies', 'processes'], ['processes', 'writing'], ['writing', 'etl'], ['etl', 'specifications'], ['specifications', 'requirement'], ['requirement', 'gathering'], ['gathering', 'making'], ['making', 'functional'], ['functional', 'documents'], ['documents', 'low'], ['low', 'level'], ['level', 'documents'], ['documents', 'developing'], ['developing', 'debugging'], ['debugging', 'informatica'], ['informatica', 'mappings'], ['mappings', 'resolve'], ['resolve', 'bugs'], ['bugs', 'identify'], ['identify', 'causes'], ['causes', 'failures'], ['failures', 'user'], ['user', 'interaction'], ['interaction', 'identify'], ['identify', 'issues'], ['issues', 'data'], ['data', 'loaded'], ['loaded', 'application'], ['application', 'developed'], ['developed', 'mappings'], ['mappings', 'using'], ['using', 'different'], ['different', 'transformations'], ['transformations', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'description'], ['description', 'project'], ['project', 'details'], ['details', 'client'], ['client', 'project'], ['project', 'barclays'], ['barclays', 'uk'], ['uk', 'london'], ['london', 'hexad'], ['hexad', 'environment'], ['environment', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', 'sql'], ['sql', 'server'], ['server', 'unix'], ['unix', 'autosys'], ['autosys', 'intellimatch'], ['intellimatch', 'project'], ['project', 'description'], ['description', 'the'], ['the', 'objective'], ['objective', 'implement'], ['implement', 'strategic'], ['strategic', 'technical'], ['technical', 'solution'], ['solution', 'support'], ['support', 'governance'], ['governance', 'monitoring'], ['monitoring', 'break'], ['break', 'standards'], ['standards', 'including'], ['including', 'enhancements'], ['enhancements', 'audit'], ['audit', 'capabilities'], ['capabilities', 'as'], ['as', 'part'], ['part', 'program'], ['program', 'required'], ['required', 'remediation'], ['remediation', 'source'], ['source', 'system'], ['system', 'data'], ['data', 'feeds'], ['feeds', 'involves'], ['involves', 'consolidation'], ['consolidation', 'data'], ['data', 'standardized'], ['standardized', 'feeds'], ['feeds', 'these'], ['these', 'remediated'], ['remediated', 'data'], ['data', 'feeds'], ['feeds', 'consumed'], ['consumed', 'etl'], ['etl', 'layer'], ['layer', 'the'], ['the', 'reconciliation'], ['reconciliation', 'tool'], ['tool', 'designed'], ['designed', 'source'], ['source', 'data'], ['data', 'etl'], ['etl', 'layer'], ['layer', 'the'], ['the', 'data'], ['data', 'front'], ['front', 'back'], ['back', 'office'], ['office', 'systems'], ['systems', 'together'], ['together', 'static'], ['static', 'data'], ['data', 'must'], ['must', 'therefore'], ['therefore', 'delivered'], ['delivered', 'etl'], ['etl', 'here'], ['here', 'pre'], ['pre', 'processed'], ['processed', 'delivered'], ['delivered', 'reconciliation'], ['reconciliation', 'tool'], ['tool', 'reconciliation'], ['reconciliation', 'process'], ['process', 'performed'], ['performed', 'role'], ['role', 'responsibilities'], ['responsibilities', 'responsible'], ['responsible', 'analyzing'], ['analyzing', 'designing'], ['designing', 'developing'], ['developing', 'etl'], ['etl', 'strategies'], ['strategies', 'processes'], ['processes', 'writing'], ['writing', 'etl'], ['etl', 'specifications'], ['specifications', 'requirement'], ['requirement', 'gathering'], ['gathering', 'making'], ['making', 'functional'], ['functional', 'documents'], ['documents', 'low'], ['low', 'level'], ['level', 'documents'], ['documents', 'developing'], ['developing', 'debugging'], ['debugging', 'informatica'], ['informatica', 'mappings'], ['mappings', 'resolve'], ['resolve', 'bugs'], ['bugs', 'identify'], ['identify', 'causes'], ['causes', 'failures'], ['failures', 'user'], ['user', 'interaction'], ['interaction', 'identify'], ['identify', 'issues'], ['issues', 'data'], ['data', 'loaded'], ['loaded', 'application'], ['application', 'developed'], ['developed', 'mappings'], ['mappings', 'using'], ['using', 'different'], ['different', 'transformations'], ['technical', 'summary', 'knowledge'], ['summary', 'knowledge', 'informatica'], ['knowledge', 'informatica', 'power'], ['informatica', 'power', 'center'], ['power', 'center', 'ver'], ['center', 'ver', '9'], ['ver', '9', '1'], ['9', '1', '10'], ['1', '10', 'etl'], ['10', 'etl', 'tool'], ['etl', 'tool', 'mapping'], ['tool', 'mapping', 'designing'], ['mapping', 'designing', 'usage'], ['designing', 'usage', 'multiple'], ['usage', 'multiple', 'transformations'], ['multiple', 'transformations', 'integration'], ['transformations', 'integration', 'various'], ['integration', 'various', 'data'], ['various', 'data', 'source'], ['data', 'source', 'like'], ['source', 'like', 'sql'], ['like', 'sql', 'server'], ['sql', 'server', 'tables'], ['server', 'tables', 'flat'], ['tables', 'flat', 'files'], ['flat', 'files', 'etc'], ['files', 'etc', 'target'], ['etc', 'target', 'data'], ['target', 'data', 'warehouse'], ['data', 'warehouse', 'sql'], ['warehouse', 'sql', 'plsql'], ['sql', 'plsql', 'working'], ['plsql', 'working', 'knowledge'], ['working', 'knowledge', 'microsoft'], ['knowledge', 'microsoft', 'sql'], ['microsoft', 'sql', 'server'], ['sql', 'server', '2010'], ['server', '2010', 'unix'], ['2010', 'unix', 'work'], ['unix', 'work', 'description'], ['work', 'description', 'shell'], ['description', 'shell', 'scripting'], ['shell', 'scripting', 'error'], ['scripting', 'error', 'debugging'], ['error', 'debugging', 'job'], ['debugging', 'job', 'scheduling'], ['job', 'scheduling', 'using'], ['scheduling', 'using', 'autosys'], ['using', 'autosys', 'incident'], ['autosys', 'incident', 'management'], ['incident', 'management', 'change'], ['management', 'change', 'requests'], ['change', 'requests', 'service'], ['requests', 'service', 'now'], ['service', 'now', 'jira'], ['now', 'jira', 'agile'], ['jira', 'agile', 'central'], ['agile', 'central', 'basic'], ['central', 'basic', 'knowledge'], ['basic', 'knowledge', 'intellimatch'], ['knowledge', 'intellimatch', 'reconciliation'], ['intellimatch', 'reconciliation', 'tool'], ['reconciliation', 'tool', 'education'], ['tool', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2010'], ['january', '2010', 'january'], ['2010', 'january', '2014'], ['january', '2014', 'btech'], ['2014', 'btech', 'cse'], ['btech', 'cse', 'sangli'], ['cse', 'sangli', 'maharashtra'], ['sangli', 'maharashtra', 'walchand'], ['maharashtra', 'walchand', 'college'], ['walchand', 'college', 'engineering'], ['college', 'engineering', 'october'], ['engineering', 'october', '2009'], ['october', '2009', 'h'], ['2009', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'sangli'], ['c', 'sangli', 'maharashtra'], ['sangli', 'maharashtra', 'willingdon'], ['maharashtra', 'willingdon', 'college'], ['willingdon', 'college', 'august'], ['college', 'august', '2007'], ['august', '2007', 's'], ['2007', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'achievements'], ['c', 'achievements', 'sangli'], ['achievements', 'sangli', 'maharashtra'], ['sangli', 'maharashtra', 'martin'], ['maharashtra', 'martin', 'english'], ['martin', 'english', 'school'], ['english', 'school', 'etl'], ['school', 'etl', 'developer'], ['etl', 'developer', 'it'], ['developer', 'it', 'analyst'], ['it', 'analyst', 'skill'], ['analyst', 'skill', 'details'], ['skill', 'details', 'etl'], ['details', 'etl', 'exprience'], ['etl', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'extract'], ['months', 'extract', 'transform'], ['extract', 'transform', 'and'], ['transform', 'and', 'load'], ['and', 'load', 'exprience'], ['load', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'informatica'], ['months', 'informatica', 'exprience'], ['informatica', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'ms'], ['months', 'ms', 'sql'], ['ms', 'sql', 'server'], ['sql', 'server', 'exprience'], ['server', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'reconciliation'], ['months', 'reconciliation', 'exprience'], ['reconciliation', 'exprience', '48'], ['exprience', '48', 'months'], ['48', 'months', 'jira'], ['months', 'jira', 'exprience'], ['jira', 'exprience', '36'], ['exprience', '36', 'monthscompany'], ['36', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'tata'], ['company', 'tata', 'consultancy'], ['tata', 'consultancy', 'services'], ['consultancy', 'services', 'description'], ['services', 'description', 'project'], ['description', 'project', 'details'], ['project', 'details', 'client'], ['details', 'client', 'project'], ['client', 'project', 'barclays'], ['project', 'barclays', 'uk'], ['barclays', 'uk', 'london'], ['uk', 'london', 'hexad'], ['london', 'hexad', 'environment'], ['hexad', 'environment', 'informatica'], ['environment', 'informatica', 'power'], ['informatica', 'power', 'center'], ['power', 'center', 'sql'], ['center', 'sql', 'server'], ['sql', 'server', 'unix'], ['server', 'unix', 'autosys'], ['unix', 'autosys', 'intellimatch'], ['autosys', 'intellimatch', 'project'], ['intellimatch', 'project', 'description'], ['project', 'description', 'the'], ['description', 'the', 'objective'], ['the', 'objective', 'implement'], ['objective', 'implement', 'strategic'], ['implement', 'strategic', 'technical'], ['strategic', 'technical', 'solution'], ['technical', 'solution', 'support'], ['solution', 'support', 'governance'], ['support', 'governance', 'monitoring'], ['governance', 'monitoring', 'break'], ['monitoring', 'break', 'standards'], ['break', 'standards', 'including'], ['standards', 'including', 'enhancements'], ['including', 'enhancements', 'audit'], ['enhancements', 'audit', 'capabilities'], ['audit', 'capabilities', 'as'], ['capabilities', 'as', 'part'], ['as', 'part', 'program'], ['part', 'program', 'required'], ['program', 'required', 'remediation'], ['required', 'remediation', 'source'], ['remediation', 'source', 'system'], ['source', 'system', 'data'], ['system', 'data', 'feeds'], ['data', 'feeds', 'involves'], ['feeds', 'involves', 'consolidation'], ['involves', 'consolidation', 'data'], ['consolidation', 'data', 'standardized'], ['data', 'standardized', 'feeds'], ['standardized', 'feeds', 'these'], ['feeds', 'these', 'remediated'], ['these', 'remediated', 'data'], ['remediated', 'data', 'feeds'], ['data', 'feeds', 'consumed'], ['feeds', 'consumed', 'etl'], ['consumed', 'etl', 'layer'], ['etl', 'layer', 'the'], ['layer', 'the', 'reconciliation'], ['the', 'reconciliation', 'tool'], ['reconciliation', 'tool', 'designed'], ['tool', 'designed', 'source'], ['designed', 'source', 'data'], ['source', 'data', 'etl'], ['data', 'etl', 'layer'], ['etl', 'layer', 'the'], ['layer', 'the', 'data'], ['the', 'data', 'front'], ['data', 'front', 'back'], ['front', 'back', 'office'], ['back', 'office', 'systems'], ['office', 'systems', 'together'], ['systems', 'together', 'static'], ['together', 'static', 'data'], ['static', 'data', 'must'], ['data', 'must', 'therefore'], ['must', 'therefore', 'delivered'], ...], [['technicalproficiencies'], ['db'], ['oracle'], ['11g'], ['domains'], ['investment'], ['banking'], ['advertising'], ['insurance'], ['programming'], ['skills'], ['sql'], ['plsql'], ['bi'], ['tools'], ['informatica'], ['9'], ['1'], ['os'], ['windows'], ['unix'], ['professional'], ['development'], ['trainings'], ['concepts'], ['data'], ['warehousing'], ['business'], ['intelligence'], ['etl'], ['bi'], ['tools'], ['informatica'], ['9x'], ['education'], ['details'], ['bca'], ['nanded'], ['maharashtra'], ['nanded'], ['university'], ['etl'], ['developer'], ['etl'], ['developer'], ['sun'], ['trust'], ['bank'], ['ny'], ['skill'], ['details'], ['etl'], ['exprience'], ['39'], ['months'], ['extract'], ['transform'], ['and'], ['load'], ['exprience'], ['39'], ['months'], ['informatica'], ['exprience'], ['39'], ['months'], ['oracle'], ['exprience'], ['39'], ['months'], ['unix'], ['exprience'], ['39'], ['monthscompany'], ['details'], ['company'], ['sun'], ['trust'], ['bank'], ['ny'], ['description'], ['sun'], ['trust'], ['bank'], ['ny'], ['jan'], ['2018'], ['present'], ['client'], ['sun'], ['trust'], ['bank'], ['ny'], ['environment'], ['informatica'], ['power'], ['center'], ['9'], ['1'], ['oracle'], ['11g'], ['unix'], ['role'], ['etl'], ['developer'], ['project'], ['profile'], ['sun'], ['trust'], ['bank'], ['us'], ['based'], ['multinational'], ['financial'], ['services'], ['holding'], ['company'], ['headquarters'], ['ny'], ['operates'], ['bank'], ['new'], ['york'], ['financial'], ['services'], ['investments'], ['the'], ['company'], ['organized'], ['stock'], ['corporation'], ['four'], ['divisions'], ['investment'], ['banking'], ['private'], ['banking'], ['retail'], ['banking'], ['shared'], ['services'], ['group'], ['provides'], ['financial'], ['services'], ['support'], ['divisions'], ['the'], ['objective'], ['first'], ['module'], ['create'], ['dr'], ['system'], ['bank'], ['central'], ['point'], ['communication'], ['storage'], ['listed'], ['cash'], ['securities'], ['loans'], ['bonds'], ['notes'], ['equities'], ['rates'], ['commodities'], ['fx'], ['asset'], ['classes'], ['contribution'], ['highlights'], ['liaising'], ['closely'], ['project'], ['manager'], ['business'], ['analysts'], ['product'], ['architects'], ['requirements'], ['modelers'], ['cfoc'], ['define'], ['technical'], ['requirements'], ['create'], ['project'], ['documentation'], ['development'], ['using'], ['infa'], ['9'], ['1'], ['11g'], ['oracle'], ['unix'], ['use'], ['informatica'], ['powercenter'], ['extraction'], ['transformation'], ['loading'], ['etl'], ['data'], ['database'], ['created'], ['configured'], ['sessions'], ['informatica'], ['workflow'], ['manager'], ['loading'], ['data'], ['data'], ['base'], ['tables'], ['various'], ['heterogeneous'], ['database'], ['sources'], ['like'], ['flat'], ['files'], ['oracle'], ['etc'], ['unit'], ['testing'], ['system'], ['integration'], ['testing'], ['developed'], ['mappings'], ['providing'], ['production'], ['support'], ['deployed'], ['code'], ['providing'], ['solutions'], ['business'], ['production'], ['issues'], ['had'], ['one'], ['one'], ['interaction'], ['client'], ['throughout'], ['project'], ['daily'], ['meetings'], ['project'], ['company'], ['marshall'], ['multimedia'], ['description'], ['jun'], ['2016'], ['dec'], ['2017'], ['client'], ['marshall'], ['multimedia'], ['environment'], ['informatica'], ['power'], ['center'], ['9'], ['1'], ['oracle'], ['11g'], ['unix'], ['role'], ['etl'], ['developer'], ['project'], ['profile'], ['marshall'], ['multimedia'], ['us'], ['based'], ['multimedia'], ['advertisement'], ['services'], ['based'], ['organization'], ['head'], ['courter'], ['new'], ['york'], ['egc'], ['interface'], ['systems'], ['advert'], ['management'], ['customer'], ['management'], ['billing'], ['provisioning'], ['systems'], ['consumer'], ['enterprise'], ['customers'], ['the'], ['main'], ['aim'], ['project'], ['create'], ['enterprise'], ['data'], ['warehouse'], ['would'], ['suffice'], ['need'], ['reports'], ['belonging'], ['following'], ['categories'], ['financial'], ['reports'], ['management'], ['reports'], ['rejection'], ['reports'], ['the'], ['professional'], ['reports'], ['created'], ['cognos'], ['etl'], ['work'], ['performed'], ['informatica'], ['this'], ['project'], ['load'], ['advert'], ['details'], ['magazine'], ['details'], ['coming'], ['relational'], ['tables'], ['data'], ['warehouse'], ['calculate'], ['compensation'], ['incentive'], ['amount'], ['monthly'], ['twice'], ['per'], ['business'], ['rules'], ['contribution'], ['highlights'], ['developed'], ['mappings'], ['using'], ['different'], ['sources'], ['using'], ['informatica'], ['transformations'], ['created'], ['configured'], ['sessions'], ['informatica'], ['workflow'], ['manager'], ['loading'], ['data'], ['data'], ['mart'], ['tables'], ['various'], ['heterogeneous'], ['database'], ['sources'], ['like'], ['flat'], ['files'], ['oracle'], ['etc'], ['2'], ['unit'], ['testing'], ['system'], ['integration'], ['testing'], ['developed'], ['mappings'], ['providing'], ['solutions'], ['business'], ['production'], ['issues'], ['project'], ['company'], ['assurant'], ['healthcare'], ['insurance'], ['miami'], ['usa'], ['description'], ['assurant'], ['usa'], ['nov'], ['2015'], ['may'], ['2016'], ['project'], ['act'], ['bi'], ['state'], ['datamart'], ['client'], ['assurant'], ['healthcare'], ['insurance'], ['miami'], ['usa'], ['environment'], ['informatica'], ['power'], ['center'], ['9'], ['1'], ['oracle'], ['11g'], ['unix'], ['role'], ['etl'], ['developer'], ['project'], ['profile'], ['assurant'], ['inc'], ['holding'], ['company'], ['businesses'], ['provide'], ['diverse'], ['set'], ['specialty'], ['niche'], ['market'], ['insurance'], ['products'], ['property'], ['casualty'], ['life'], ['health'], ['insurance'], ['sectors'], ['the'], ['company'], ['four'], ['operating'], ['segments'], ['assurant'], ['employee'], ['benefits'], ['assurant'], ['health'], ['assurant'], ['solutions'], ['assurant'], ['specialty'], ['property'], ['the'], ['project'], ['aim'], ['building'], ['state'], ['datamart'], ['enterprise'], ['solution'], ['i'], ['part'], ['team'], ['responsible'], ['etl'], ['design'], ['development'], ['along'], ['testing'], ['contribution'], ['highlights'], ['performed'], ['small'], ['enhancement'], ['daily'], ['load'], ['monitoring'], ['attend'], ['informatica'], ['job'], ['failures'], ['analyzing'], ['root'], ['cause'], ['resolving'], ['failure'], ['using'], ['standard'], ['documented'], ['process'], ['experience'], ['writing'], ['sql'], ['statements'], ['strong'], ['problem'], ['analysis'], ['resolution'], ['skills'], ['ability'], ['work'], ['multi'], ['platform'], ['environments'], ['scheduled'], ['informatica'], ['jobs'], ['using'], ['informatica'], ['scheduler'], ['extensively'], ['used'], ['etl'], ['methodology'], ['developing'], ['supporting'], ['data'], ['extraction'], ['transformations'], ['loading'], ['process'], ['corporate'], ['wide'], ['etl'], ['solution'], ['using'], ['informatica'], ['involved'], ['creating'], ['unit'], ['cases'], ['uploaded'], ['quality'], ['center'], ['unit'], ['testing'], ['utr'], ['ensure'], ['daily'], ['support'], ['tasks'], ['done'], ['ordance'], ['defined'], ['sla'], ['technicalproficiencies', 'db'], ['db', 'oracle'], ['oracle', '11g'], ['11g', 'domains'], ['domains', 'investment'], ['investment', 'banking'], ['banking', 'advertising'], ['advertising', 'insurance'], ['insurance', 'programming'], ['programming', 'skills'], ['skills', 'sql'], ['sql', 'plsql'], ['plsql', 'bi'], ['bi', 'tools'], ['tools', 'informatica'], ['informatica', '9'], ['9', '1'], ['1', 'os'], ['os', 'windows'], ['windows', 'unix'], ['unix', 'professional'], ['professional', 'development'], ['development', 'trainings'], ['trainings', 'concepts'], ['concepts', 'data'], ['data', 'warehousing'], ['warehousing', 'business'], ['business', 'intelligence'], ['intelligence', 'etl'], ['etl', 'bi'], ['bi', 'tools'], ['tools', 'informatica'], ['informatica', '9x'], ['9x', 'education'], ['education', 'details'], ['details', 'bca'], ['bca', 'nanded'], ['nanded', 'maharashtra'], ['maharashtra', 'nanded'], ['nanded', 'university'], ['university', 'etl'], ['etl', 'developer'], ['developer', 'etl'], ['etl', 'developer'], ['developer', 'sun'], ['sun', 'trust'], ['trust', 'bank'], ['bank', 'ny'], ['ny', 'skill'], ['skill', 'details'], ['details', 'etl'], ['etl', 'exprience'], ['exprience', '39'], ['39', 'months'], ['months', 'extract'], ['extract', 'transform'], ['transform', 'and'], ['and', 'load'], ['load', 'exprience'], ['exprience', '39'], ['39', 'months'], ['months', 'informatica'], ['informatica', 'exprience'], ['exprience', '39'], ['39', 'months'], ['months', 'oracle'], ['oracle', 'exprience'], ['exprience', '39'], ['39', 'months'], ['months', 'unix'], ['unix', 'exprience'], ['exprience', '39'], ['39', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'sun'], ['sun', 'trust'], ['trust', 'bank'], ['bank', 'ny'], ['ny', 'description'], ['description', 'sun'], ['sun', 'trust'], ['trust', 'bank'], ['bank', 'ny'], ['ny', 'jan'], ['jan', '2018'], ['2018', 'present'], ['present', 'client'], ['client', 'sun'], ['sun', 'trust'], ['trust', 'bank'], ['bank', 'ny'], ['ny', 'environment'], ['environment', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', '9'], ['9', '1'], ['1', 'oracle'], ['oracle', '11g'], ['11g', 'unix'], ['unix', 'role'], ['role', 'etl'], ['etl', 'developer'], ['developer', 'project'], ['project', 'profile'], ['profile', 'sun'], ['sun', 'trust'], ['trust', 'bank'], ['bank', 'us'], ['us', 'based'], ['based', 'multinational'], ['multinational', 'financial'], ['financial', 'services'], ['services', 'holding'], ['holding', 'company'], ['company', 'headquarters'], ['headquarters', 'ny'], ['ny', 'operates'], ['operates', 'bank'], ['bank', 'new'], ['new', 'york'], ['york', 'financial'], ['financial', 'services'], ['services', 'investments'], ['investments', 'the'], ['the', 'company'], ['company', 'organized'], ['organized', 'stock'], ['stock', 'corporation'], ['corporation', 'four'], ['four', 'divisions'], ['divisions', 'investment'], ['investment', 'banking'], ['banking', 'private'], ['private', 'banking'], ['banking', 'retail'], ['retail', 'banking'], ['banking', 'shared'], ['shared', 'services'], ['services', 'group'], ['group', 'provides'], ['provides', 'financial'], ['financial', 'services'], ['services', 'support'], ['support', 'divisions'], ['divisions', 'the'], ['the', 'objective'], ['objective', 'first'], ['first', 'module'], ['module', 'create'], ['create', 'dr'], ['dr', 'system'], ['system', 'bank'], ['bank', 'central'], ['central', 'point'], ['point', 'communication'], ['communication', 'storage'], ['storage', 'listed'], ['listed', 'cash'], ['cash', 'securities'], ['securities', 'loans'], ['loans', 'bonds'], ['bonds', 'notes'], ['notes', 'equities'], ['equities', 'rates'], ['rates', 'commodities'], ['commodities', 'fx'], ['fx', 'asset'], ['asset', 'classes'], ['classes', 'contribution'], ['contribution', 'highlights'], ['highlights', 'liaising'], ['liaising', 'closely'], ['closely', 'project'], ['project', 'manager'], ['manager', 'business'], ['business', 'analysts'], ['analysts', 'product'], ['product', 'architects'], ['architects', 'requirements'], ['requirements', 'modelers'], ['modelers', 'cfoc'], ['cfoc', 'define'], ['define', 'technical'], ['technical', 'requirements'], ['requirements', 'create'], ['create', 'project'], ['project', 'documentation'], ['documentation', 'development'], ['development', 'using'], ['using', 'infa'], ['infa', '9'], ['9', '1'], ['1', '11g'], ['11g', 'oracle'], ['oracle', 'unix'], ['unix', 'use'], ['use', 'informatica'], ['informatica', 'powercenter'], ['powercenter', 'extraction'], ['extraction', 'transformation'], ['transformation', 'loading'], ['loading', 'etl'], ['etl', 'data'], ['data', 'database'], ['database', 'created'], ['created', 'configured'], ['configured', 'sessions'], ['sessions', 'informatica'], ['informatica', 'workflow'], ['workflow', 'manager'], ['manager', 'loading'], ['loading', 'data'], ['data', 'data'], ['data', 'base'], ['base', 'tables'], ['tables', 'various'], ['various', 'heterogeneous'], ['heterogeneous', 'database'], ['database', 'sources'], ['sources', 'like'], ['like', 'flat'], ['flat', 'files'], ['files', 'oracle'], ['oracle', 'etc'], ['etc', 'unit'], ['unit', 'testing'], ['testing', 'system'], ['system', 'integration'], ['integration', 'testing'], ['testing', 'developed'], ['developed', 'mappings'], ['mappings', 'providing'], ['providing', 'production'], ['production', 'support'], ['support', 'deployed'], ['deployed', 'code'], ['code', 'providing'], ['providing', 'solutions'], ['solutions', 'business'], ['business', 'production'], ['production', 'issues'], ['issues', 'had'], ['had', 'one'], ['one', 'one'], ['one', 'interaction'], ['interaction', 'client'], ['client', 'throughout'], ['throughout', 'project'], ['project', 'daily'], ['daily', 'meetings'], ['meetings', 'project'], ['project', 'company'], ['company', 'marshall'], ['marshall', 'multimedia'], ['multimedia', 'description'], ['description', 'jun'], ['jun', '2016'], ['2016', 'dec'], ['dec', '2017'], ['2017', 'client'], ['client', 'marshall'], ['marshall', 'multimedia'], ['multimedia', 'environment'], ['environment', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', '9'], ['9', '1'], ['1', 'oracle'], ['oracle', '11g'], ['11g', 'unix'], ['unix', 'role'], ['role', 'etl'], ['etl', 'developer'], ['developer', 'project'], ['project', 'profile'], ['profile', 'marshall'], ['marshall', 'multimedia'], ['multimedia', 'us'], ['us', 'based'], ['based', 'multimedia'], ['multimedia', 'advertisement'], ['advertisement', 'services'], ['services', 'based'], ['based', 'organization'], ['organization', 'head'], ['head', 'courter'], ['courter', 'new'], ['new', 'york'], ['york', 'egc'], ['egc', 'interface'], ['interface', 'systems'], ['systems', 'advert'], ['advert', 'management'], ['management', 'customer'], ['customer', 'management'], ['management', 'billing'], ['billing', 'provisioning'], ['provisioning', 'systems'], ['systems', 'consumer'], ['consumer', 'enterprise'], ['enterprise', 'customers'], ['customers', 'the'], ['the', 'main'], ['main', 'aim'], ['aim', 'project'], ['project', 'create'], ['create', 'enterprise'], ['enterprise', 'data'], ['data', 'warehouse'], ['warehouse', 'would'], ['would', 'suffice'], ['suffice', 'need'], ['need', 'reports'], ['reports', 'belonging'], ['belonging', 'following'], ['following', 'categories'], ['categories', 'financial'], ['financial', 'reports'], ['reports', 'management'], ['management', 'reports'], ['reports', 'rejection'], ['rejection', 'reports'], ['reports', 'the'], ['the', 'professional'], ['professional', 'reports'], ['reports', 'created'], ['created', 'cognos'], ['cognos', 'etl'], ['etl', 'work'], ['work', 'performed'], ['performed', 'informatica'], ['informatica', 'this'], ['this', 'project'], ['project', 'load'], ['load', 'advert'], ['advert', 'details'], ['details', 'magazine'], ['magazine', 'details'], ['details', 'coming'], ['coming', 'relational'], ['relational', 'tables'], ['tables', 'data'], ['data', 'warehouse'], ['warehouse', 'calculate'], ['calculate', 'compensation'], ['compensation', 'incentive'], ['incentive', 'amount'], ['amount', 'monthly'], ['monthly', 'twice'], ['twice', 'per'], ['per', 'business'], ['business', 'rules'], ['rules', 'contribution'], ['contribution', 'highlights'], ['highlights', 'developed'], ['developed', 'mappings'], ['mappings', 'using'], ['using', 'different'], ['different', 'sources'], ['sources', 'using'], ['using', 'informatica'], ['informatica', 'transformations'], ['transformations', 'created'], ['created', 'configured'], ['configured', 'sessions'], ['sessions', 'informatica'], ['informatica', 'workflow'], ['workflow', 'manager'], ['manager', 'loading'], ['loading', 'data'], ['data', 'data'], ['data', 'mart'], ['mart', 'tables'], ['tables', 'various'], ['various', 'heterogeneous'], ['heterogeneous', 'database'], ['database', 'sources'], ['sources', 'like'], ['like', 'flat'], ['flat', 'files'], ['files', 'oracle'], ['oracle', 'etc'], ['etc', '2'], ['2', 'unit'], ['unit', 'testing'], ['testing', 'system'], ['system', 'integration'], ['integration', 'testing'], ['testing', 'developed'], ['developed', 'mappings'], ['mappings', 'providing'], ['providing', 'solutions'], ['solutions', 'business'], ['business', 'production'], ['production', 'issues'], ['issues', 'project'], ['project', 'company'], ['company', 'assurant'], ['assurant', 'healthcare'], ['healthcare', 'insurance'], ['insurance', 'miami'], ['miami', 'usa'], ['usa', 'description'], ['description', 'assurant'], ['assurant', 'usa'], ['usa', 'nov'], ['nov', '2015'], ['2015', 'may'], ['may', '2016'], ['2016', 'project'], ['project', 'act'], ['act', 'bi'], ['bi', 'state'], ['state', 'datamart'], ['datamart', 'client'], ['client', 'assurant'], ['assurant', 'healthcare'], ['healthcare', 'insurance'], ['insurance', 'miami'], ['miami', 'usa'], ['usa', 'environment'], ['environment', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', '9'], ['9', '1'], ['1', 'oracle'], ['oracle', '11g'], ['11g', 'unix'], ['unix', 'role'], ['role', 'etl'], ['etl', 'developer'], ...], [['education'], ['details'], ['january'], ['2015'], ['bachelor'], ['engineering'], ['extc'], ['mumbai'], ['maharashtra'], ['mumbai'], ['university'], ['january'], ['2012'], ['diploma'], ['industrial'], ['electronics'], ['vashi'], ['maharashtra'], ['in'], ['fr'], ['agnel'], ['polytechnic'], ['etl'], ['developer'], ['etl'], ['developer'], ['skill'], ['details'], ['informatica'], ['exprience'], ['36'], ['monthscompany'], ['details'], ['company'], ['blue'], ['shield'], ['california'], ['description'], ['duration'], ['mar'], ['2016'], ['sept'], ['2017'], ['description'], ['blue'], ['shield'], ['california'], ['bsc'], ['health'], ['plan'], ['provider'], ['the'], ['intent'], ['project'], ['process'], ['feeds'], ['coming'], ['going'], ['bsc'], ['system'], ['related'], ['eligibility'], ['enrollment'], ['claims'], ['subject'], ['areas'], ['all'], ['feeds'], ['comes'], ['different'], ['formats'], ['processed'], ['using'], ['informatica'], ['9'], ['6'], ['1'], ['oracle'], ['11g'], ['facets'], ['5'], ['0'], ['tidal'], ['technical'], ['environment'], ['etl'], ['tool'], ['informatica'], ['power'], ['center'], ['9'], ['6'], ['1'], ['oracle'], ['11g'], ['sql'], ['pl'], ['sql'], ['unix'], ['facets'], ['tidal'], ['jira'], ['putty'], ['role'], ['etl'], ['developer'], ['responsibilities'], ['responsible'], ['analyzing'], ['business'], ['requirement'], ['document'], ['involved'], ['development'], ['informatica'], ['mappings'], ['using'], ['different'], ['transformations'], ['like'], ['source'], ['qualifier'], ['expression'], ['filter'], ['router'], ['joiner'], ['union'], ['aggregator'], ['normalizer'], ['sorter'], ['lookup'], ['corresponding'], ['sessions'], ['workflows'], ['extensively'], ['used'], ['informatica'], ['debugger'], ['figure'], ['problems'], ['mapping'], ['involved'], ['troubleshooting'], ['existing'], ['bugs'], ['writing'], ['unix'], ['scripts'], ['sql'], ['per'], ['business'], ['requirement'], ['impact'], ['analysis'], ['change'], ['requests'], ['development'], ['data'], ['fabrication'], ['using'], ['facets'], ['screens'], ['well'], ['sql'], ['statements'], ['membership'], ['domain'], ['unit'], ['testing'], ['trouble'], ['shooting'], ['using'], ['informatica'], ['debugger'], ['sql'], ['query'], ['preparation'], ['unit'], ['test'], ['cases'], ['prepare'], ['documents'], ['design'], ['unit'], ['testing'], ['impact'], ['analysis'], ['awards'], ['achievements'], ['received'], ['kudos'], ['award'], ['syntel'], ['contribution'], ['error'], ['free'], ['work'], ['commitment'], ['towards'], ['learning'], ['client'], ['appreciation'], ['outstanding'], ['display'], ['syntel'], ['values'], ['received'], ['appreciation'], ['management'], ['outstanding'], ['performance'], ['complete'], ['tenure'], ['received'], ['spot'], ['recognition'], ['automation'], ['done'], ['project'], ['education', 'details'], ['details', 'january'], ['january', '2015'], ['2015', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'extc'], ['extc', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'mumbai'], ['mumbai', 'university'], ['university', 'january'], ['january', '2012'], ['2012', 'diploma'], ['diploma', 'industrial'], ['industrial', 'electronics'], ['electronics', 'vashi'], ['vashi', 'maharashtra'], ['maharashtra', 'in'], ['in', 'fr'], ['fr', 'agnel'], ['agnel', 'polytechnic'], ['polytechnic', 'etl'], ['etl', 'developer'], ['developer', 'etl'], ['etl', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'informatica'], ['informatica', 'exprience'], ['exprience', '36'], ['36', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'blue'], ['blue', 'shield'], ['shield', 'california'], ['california', 'description'], ['description', 'duration'], ['duration', 'mar'], ['mar', '2016'], ['2016', 'sept'], ['sept', '2017'], ['2017', 'description'], ['description', 'blue'], ['blue', 'shield'], ['shield', 'california'], ['california', 'bsc'], ['bsc', 'health'], ['health', 'plan'], ['plan', 'provider'], ['provider', 'the'], ['the', 'intent'], ['intent', 'project'], ['project', 'process'], ['process', 'feeds'], ['feeds', 'coming'], ['coming', 'going'], ['going', 'bsc'], ['bsc', 'system'], ['system', 'related'], ['related', 'eligibility'], ['eligibility', 'enrollment'], ['enrollment', 'claims'], ['claims', 'subject'], ['subject', 'areas'], ['areas', 'all'], ['all', 'feeds'], ['feeds', 'comes'], ['comes', 'different'], ['different', 'formats'], ['formats', 'processed'], ['processed', 'using'], ['using', 'informatica'], ['informatica', '9'], ['9', '6'], ['6', '1'], ['1', 'oracle'], ['oracle', '11g'], ['11g', 'facets'], ['facets', '5'], ['5', '0'], ['0', 'tidal'], ['tidal', 'technical'], ['technical', 'environment'], ['environment', 'etl'], ['etl', 'tool'], ['tool', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', '9'], ['9', '6'], ['6', '1'], ['1', 'oracle'], ['oracle', '11g'], ['11g', 'sql'], ['sql', 'pl'], ['pl', 'sql'], ['sql', 'unix'], ['unix', 'facets'], ['facets', 'tidal'], ['tidal', 'jira'], ['jira', 'putty'], ['putty', 'role'], ['role', 'etl'], ['etl', 'developer'], ['developer', 'responsibilities'], ['responsibilities', 'responsible'], ['responsible', 'analyzing'], ['analyzing', 'business'], ['business', 'requirement'], ['requirement', 'document'], ['document', 'involved'], ['involved', 'development'], ['development', 'informatica'], ['informatica', 'mappings'], ['mappings', 'using'], ['using', 'different'], ['different', 'transformations'], ['transformations', 'like'], ['like', 'source'], ['source', 'qualifier'], ['qualifier', 'expression'], ['expression', 'filter'], ['filter', 'router'], ['router', 'joiner'], ['joiner', 'union'], ['union', 'aggregator'], ['aggregator', 'normalizer'], ['normalizer', 'sorter'], ['sorter', 'lookup'], ['lookup', 'corresponding'], ['corresponding', 'sessions'], ['sessions', 'workflows'], ['workflows', 'extensively'], ['extensively', 'used'], ['used', 'informatica'], ['informatica', 'debugger'], ['debugger', 'figure'], ['figure', 'problems'], ['problems', 'mapping'], ['mapping', 'involved'], ['involved', 'troubleshooting'], ['troubleshooting', 'existing'], ['existing', 'bugs'], ['bugs', 'writing'], ['writing', 'unix'], ['unix', 'scripts'], ['scripts', 'sql'], ['sql', 'per'], ['per', 'business'], ['business', 'requirement'], ['requirement', 'impact'], ['impact', 'analysis'], ['analysis', 'change'], ['change', 'requests'], ['requests', 'development'], ['development', 'data'], ['data', 'fabrication'], ['fabrication', 'using'], ['using', 'facets'], ['facets', 'screens'], ['screens', 'well'], ['well', 'sql'], ['sql', 'statements'], ['statements', 'membership'], ['membership', 'domain'], ['domain', 'unit'], ['unit', 'testing'], ['testing', 'trouble'], ['trouble', 'shooting'], ['shooting', 'using'], ['using', 'informatica'], ['informatica', 'debugger'], ['debugger', 'sql'], ['sql', 'query'], ['query', 'preparation'], ['preparation', 'unit'], ['unit', 'test'], ['test', 'cases'], ['cases', 'prepare'], ['prepare', 'documents'], ['documents', 'design'], ['design', 'unit'], ['unit', 'testing'], ['testing', 'impact'], ['impact', 'analysis'], ['analysis', 'awards'], ['awards', 'achievements'], ['achievements', 'received'], ['received', 'kudos'], ['kudos', 'award'], ['award', 'syntel'], ['syntel', 'contribution'], ['contribution', 'error'], ['error', 'free'], ['free', 'work'], ['work', 'commitment'], ['commitment', 'towards'], ['towards', 'learning'], ['learning', 'client'], ['client', 'appreciation'], ['appreciation', 'outstanding'], ['outstanding', 'display'], ['display', 'syntel'], ['syntel', 'values'], ['values', 'received'], ['received', 'appreciation'], ['appreciation', 'management'], ['management', 'outstanding'], ['outstanding', 'performance'], ['performance', 'complete'], ['complete', 'tenure'], ['tenure', 'received'], ['received', 'spot'], ['spot', 'recognition'], ['recognition', 'automation'], ['automation', 'done'], ['done', 'project'], ['education', 'details', 'january'], ['details', 'january', '2015'], ['january', '2015', 'bachelor'], ['2015', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'extc'], ['engineering', 'extc', 'mumbai'], ['extc', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'mumbai'], ['maharashtra', 'mumbai', 'university'], ['mumbai', 'university', 'january'], ['university', 'january', '2012'], ['january', '2012', 'diploma'], ['2012', 'diploma', 'industrial'], ['diploma', 'industrial', 'electronics'], ['industrial', 'electronics', 'vashi'], ['electronics', 'vashi', 'maharashtra'], ['vashi', 'maharashtra', 'in'], ['maharashtra', 'in', 'fr'], ['in', 'fr', 'agnel'], ['fr', 'agnel', 'polytechnic'], ['agnel', 'polytechnic', 'etl'], ['polytechnic', 'etl', 'developer'], ['etl', 'developer', 'etl'], ['developer', 'etl', 'developer'], ['etl', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'informatica'], ['details', 'informatica', 'exprience'], ['informatica', 'exprience', '36'], ['exprience', '36', 'monthscompany'], ['36', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'blue'], ['company', 'blue', 'shield'], ['blue', 'shield', 'california'], ['shield', 'california', 'description'], ['california', 'description', 'duration'], ['description', 'duration', 'mar'], ['duration', 'mar', '2016'], ['mar', '2016', 'sept'], ['2016', 'sept', '2017'], ['sept', '2017', 'description'], ['2017', 'description', 'blue'], ['description', 'blue', 'shield'], ['blue', 'shield', 'california'], ['shield', 'california', 'bsc'], ['california', 'bsc', 'health'], ['bsc', 'health', 'plan'], ['health', 'plan', 'provider'], ['plan', 'provider', 'the'], ['provider', 'the', 'intent'], ['the', 'intent', 'project'], ['intent', 'project', 'process'], ['project', 'process', 'feeds'], ['process', 'feeds', 'coming'], ['feeds', 'coming', 'going'], ['coming', 'going', 'bsc'], ['going', 'bsc', 'system'], ['bsc', 'system', 'related'], ['system', 'related', 'eligibility'], ['related', 'eligibility', 'enrollment'], ['eligibility', 'enrollment', 'claims'], ['enrollment', 'claims', 'subject'], ['claims', 'subject', 'areas'], ['subject', 'areas', 'all'], ['areas', 'all', 'feeds'], ['all', 'feeds', 'comes'], ['feeds', 'comes', 'different'], ['comes', 'different', 'formats'], ['different', 'formats', 'processed'], ['formats', 'processed', 'using'], ['processed', 'using', 'informatica'], ['using', 'informatica', '9'], ['informatica', '9', '6'], ['9', '6', '1'], ['6', '1', 'oracle'], ['1', 'oracle', '11g'], ['oracle', '11g', 'facets'], ['11g', 'facets', '5'], ['facets', '5', '0'], ['5', '0', 'tidal'], ['0', 'tidal', 'technical'], ['tidal', 'technical', 'environment'], ['technical', 'environment', 'etl'], ['environment', 'etl', 'tool'], ['etl', 'tool', 'informatica'], ['tool', 'informatica', 'power'], ['informatica', 'power', 'center'], ['power', 'center', '9'], ['center', '9', '6'], ['9', '6', '1'], ['6', '1', 'oracle'], ['1', 'oracle', '11g'], ['oracle', '11g', 'sql'], ['11g', 'sql', 'pl'], ['sql', 'pl', 'sql'], ['pl', 'sql', 'unix'], ['sql', 'unix', 'facets'], ['unix', 'facets', 'tidal'], ['facets', 'tidal', 'jira'], ['tidal', 'jira', 'putty'], ['jira', 'putty', 'role'], ['putty', 'role', 'etl'], ['role', 'etl', 'developer'], ['etl', 'developer', 'responsibilities'], ['developer', 'responsibilities', 'responsible'], ['responsibilities', 'responsible', 'analyzing'], ['responsible', 'analyzing', 'business'], ['analyzing', 'business', 'requirement'], ['business', 'requirement', 'document'], ['requirement', 'document', 'involved'], ['document', 'involved', 'development'], ['involved', 'development', 'informatica'], ['development', 'informatica', 'mappings'], ['informatica', 'mappings', 'using'], ['mappings', 'using', 'different'], ['using', 'different', 'transformations'], ['different', 'transformations', 'like'], ['transformations', 'like', 'source'], ['like', 'source', 'qualifier'], ['source', 'qualifier', 'expression'], ['qualifier', 'expression', 'filter'], ['expression', 'filter', 'router'], ['filter', 'router', 'joiner'], ['router', 'joiner', 'union'], ['joiner', 'union', 'aggregator'], ['union', 'aggregator', 'normalizer'], ['aggregator', 'normalizer', 'sorter'], ['normalizer', 'sorter', 'lookup'], ['sorter', 'lookup', 'corresponding'], ['lookup', 'corresponding', 'sessions'], ['corresponding', 'sessions', 'workflows'], ['sessions', 'workflows', 'extensively'], ['workflows', 'extensively', 'used'], ['extensively', 'used', 'informatica'], ['used', 'informatica', 'debugger'], ['informatica', 'debugger', 'figure'], ['debugger', 'figure', 'problems'], ['figure', 'problems', 'mapping'], ['problems', 'mapping', 'involved'], ['mapping', 'involved', 'troubleshooting'], ['involved', 'troubleshooting', 'existing'], ['troubleshooting', 'existing', 'bugs'], ['existing', 'bugs', 'writing'], ['bugs', 'writing', 'unix'], ['writing', 'unix', 'scripts'], ['unix', 'scripts', 'sql'], ['scripts', 'sql', 'per'], ['sql', 'per', 'business'], ['per', 'business', 'requirement'], ['business', 'requirement', 'impact'], ['requirement', 'impact', 'analysis'], ['impact', 'analysis', 'change'], ['analysis', 'change', 'requests'], ['change', 'requests', 'development'], ['requests', 'development', 'data'], ['development', 'data', 'fabrication'], ['data', 'fabrication', 'using'], ['fabrication', 'using', 'facets'], ['using', 'facets', 'screens'], ['facets', 'screens', 'well'], ['screens', 'well', 'sql'], ['well', 'sql', 'statements'], ['sql', 'statements', 'membership'], ['statements', 'membership', 'domain'], ['membership', 'domain', 'unit'], ['domain', 'unit', 'testing'], ['unit', 'testing', 'trouble'], ['testing', 'trouble', 'shooting'], ['trouble', 'shooting', 'using'], ['shooting', 'using', 'informatica'], ['using', 'informatica', 'debugger'], ['informatica', 'debugger', 'sql'], ['debugger', 'sql', 'query'], ['sql', 'query', 'preparation'], ['query', 'preparation', 'unit'], ['preparation', 'unit', 'test'], ['unit', 'test', 'cases'], ['test', 'cases', 'prepare'], ['cases', 'prepare', 'documents'], ['prepare', 'documents', 'design'], ['documents', 'design', 'unit'], ['design', 'unit', 'testing'], ['unit', 'testing', 'impact'], ['testing', 'impact', 'analysis'], ['impact', 'analysis', 'awards'], ['analysis', 'awards', 'achievements'], ['awards', 'achievements', 'received'], ['achievements', 'received', 'kudos'], ['received', 'kudos', 'award'], ['kudos', 'award', 'syntel'], ['award', 'syntel', 'contribution'], ['syntel', 'contribution', 'error'], ['contribution', 'error', 'free'], ['error', 'free', 'work'], ['free', 'work', 'commitment'], ['work', 'commitment', 'towards'], ['commitment', 'towards', 'learning'], ['towards', 'learning', 'client'], ['learning', 'client', 'appreciation'], ['client', 'appreciation', 'outstanding'], ['appreciation', 'outstanding', 'display'], ['outstanding', 'display', 'syntel'], ['display', 'syntel', 'values'], ['syntel', 'values', 'received'], ['values', 'received', 'appreciation'], ['received', 'appreciation', 'management'], ['appreciation', 'management', 'outstanding'], ['management', 'outstanding', 'performance'], ['outstanding', 'performance', 'complete'], ['performance', 'complete', 'tenure'], ['complete', 'tenure', 'received'], ['tenure', 'received', 'spot'], ['received', 'spot', 'recognition'], ['spot', 'recognition', 'automation'], ['recognition', 'automation', 'done'], ['automation', 'done', 'project'], ['education', 'details', 'january', '2015'], ['details', 'january', '2015', 'bachelor'], ['january', '2015', 'bachelor', 'engineering'], ['2015', 'bachelor', 'engineering', 'extc'], ['bachelor', 'engineering', 'extc', 'mumbai'], ['engineering', 'extc', 'mumbai', 'maharashtra'], ['extc', 'mumbai', 'maharashtra', 'mumbai'], ['mumbai', 'maharashtra', 'mumbai', 'university'], ['maharashtra', 'mumbai', 'university', 'january'], ['mumbai', 'university', 'january', '2012'], ['university', 'january', '2012', 'diploma'], ['january', '2012', 'diploma', 'industrial'], ['2012', 'diploma', 'industrial', 'electronics'], ['diploma', 'industrial', 'electronics', 'vashi'], ['industrial', 'electronics', 'vashi', 'maharashtra'], ['electronics', 'vashi', 'maharashtra', 'in'], ['vashi', 'maharashtra', 'in', 'fr'], ['maharashtra', 'in', 'fr', 'agnel'], ['in', 'fr', 'agnel', 'polytechnic'], ['fr', 'agnel', 'polytechnic', 'etl'], ['agnel', 'polytechnic', 'etl', 'developer'], ['polytechnic', 'etl', 'developer', 'etl'], ['etl', 'developer', 'etl', 'developer'], ['developer', 'etl', 'developer', 'skill'], ['etl', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'informatica'], ['skill', 'details', 'informatica', 'exprience'], ['details', 'informatica', 'exprience', '36'], ['informatica', 'exprience', '36', 'monthscompany'], ['exprience', '36', 'monthscompany', 'details'], ['36', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'blue'], ['details', 'company', 'blue', 'shield'], ['company', 'blue', 'shield', 'california'], ['blue', 'shield', 'california', 'description'], ['shield', 'california', 'description', 'duration'], ['california', 'description', 'duration', 'mar'], ['description', 'duration', 'mar', '2016'], ['duration', 'mar', '2016', 'sept'], ['mar', '2016', 'sept', '2017'], ['2016', 'sept', '2017', 'description'], ['sept', '2017', 'description', 'blue'], ['2017', 'description', 'blue', 'shield'], ['description', 'blue', 'shield', 'california'], ['blue', 'shield', 'california', 'bsc'], ['shield', 'california', 'bsc', 'health'], ['california', 'bsc', 'health', 'plan'], ['bsc', 'health', 'plan', 'provider'], ['health', 'plan', 'provider', 'the'], ['plan', 'provider', 'the', 'intent'], ['provider', 'the', 'intent', 'project'], ['the', 'intent', 'project', 'process'], ['intent', 'project', 'process', 'feeds'], ['project', 'process', 'feeds', 'coming'], ['process', 'feeds', 'coming', 'going'], ['feeds', 'coming', 'going', 'bsc'], ['coming', 'going', 'bsc', 'system'], ['going', 'bsc', 'system', 'related'], ['bsc', 'system', 'related', 'eligibility'], ['system', 'related', 'eligibility', 'enrollment'], ['related', 'eligibility', 'enrollment', 'claims'], ['eligibility', 'enrollment', 'claims', 'subject'], ['enrollment', 'claims', 'subject', 'areas'], ['claims', 'subject', 'areas', 'all'], ['subject', 'areas', 'all', 'feeds'], ['areas', 'all', 'feeds', 'comes'], ['all', 'feeds', 'comes', 'different'], ['feeds', 'comes', 'different', 'formats'], ['comes', 'different', 'formats', 'processed'], ['different', 'formats', 'processed', 'using'], ['formats', 'processed', 'using', 'informatica'], ['processed', 'using', 'informatica', '9'], ['using', 'informatica', '9', '6'], ['informatica', '9', '6', '1'], ['9', '6', '1', 'oracle'], ['6', '1', 'oracle', '11g'], ['1', 'oracle', '11g', 'facets'], ['oracle', '11g', 'facets', '5'], ['11g', 'facets', '5', '0'], ['facets', '5', '0', 'tidal'], ['5', '0', 'tidal', 'technical'], ['0', 'tidal', 'technical', 'environment'], ['tidal', 'technical', 'environment', 'etl'], ['technical', 'environment', 'etl', 'tool'], ['environment', 'etl', 'tool', 'informatica'], ['etl', 'tool', 'informatica', 'power'], ['tool', 'informatica', 'power', 'center'], ['informatica', 'power', 'center', '9'], ['power', 'center', '9', '6'], ['center', '9', '6', '1'], ['9', '6', '1', 'oracle'], ['6', '1', 'oracle', '11g'], ['1', 'oracle', '11g', 'sql'], ['oracle', '11g', 'sql', 'pl'], ['11g', 'sql', 'pl', 'sql'], ['sql', 'pl', 'sql', 'unix'], ['pl', 'sql', 'unix', 'facets'], ['sql', 'unix', 'facets', 'tidal'], ['unix', 'facets', 'tidal', 'jira'], ['facets', 'tidal', 'jira', 'putty'], ['tidal', 'jira', 'putty', 'role'], ['jira', 'putty', 'role', 'etl'], ['putty', 'role', 'etl', 'developer'], ['role', 'etl', 'developer', 'responsibilities'], ['etl', 'developer', 'responsibilities', 'responsible'], ['developer', 'responsibilities', 'responsible', 'analyzing'], ['responsibilities', 'responsible', 'analyzing', 'business'], ['responsible', 'analyzing', 'business', 'requirement'], ['analyzing', 'business', 'requirement', 'document'], ['business', 'requirement', 'document', 'involved'], ['requirement', 'document', 'involved', 'development'], ['document', 'involved', 'development', 'informatica'], ['involved', 'development', 'informatica', 'mappings'], ['development', 'informatica', 'mappings', 'using'], ['informatica', 'mappings', 'using', 'different'], ['mappings', 'using', 'different', 'transformations'], ['using', 'different', 'transformations', 'like'], ['different', 'transformations', 'like', 'source'], ['transformations', 'like', 'source', 'qualifier'], ['like', 'source', 'qualifier', 'expression'], ['source', 'qualifier', 'expression', 'filter'], ['qualifier', 'expression', 'filter', 'router'], ['expression', 'filter', 'router', 'joiner'], ['filter', 'router', 'joiner', 'union'], ['router', 'joiner', 'union', 'aggregator'], ['joiner', 'union', 'aggregator', 'normalizer'], ['union', 'aggregator', 'normalizer', 'sorter'], ['aggregator', 'normalizer', 'sorter', 'lookup'], ['normalizer', 'sorter', 'lookup', 'corresponding'], ['sorter', 'lookup', 'corresponding', 'sessions'], ['lookup', 'corresponding', 'sessions', 'workflows'], ['corresponding', 'sessions', 'workflows', 'extensively'], ['sessions', 'workflows', 'extensively', 'used'], ['workflows', 'extensively', 'used', 'informatica'], ['extensively', 'used', 'informatica', 'debugger'], ['used', 'informatica', 'debugger', 'figure'], ['informatica', 'debugger', 'figure', 'problems'], ['debugger', 'figure', 'problems', 'mapping'], ['figure', 'problems', 'mapping', 'involved'], ['problems', 'mapping', 'involved', 'troubleshooting'], ['mapping', 'involved', 'troubleshooting', 'existing'], ['involved', 'troubleshooting', 'existing', 'bugs'], ['troubleshooting', 'existing', 'bugs', 'writing'], ['existing', 'bugs', 'writing', 'unix'], ['bugs', 'writing', 'unix', 'scripts'], ['writing', 'unix', 'scripts', 'sql'], ['unix', 'scripts', 'sql', 'per'], ['scripts', 'sql', 'per', 'business'], ['sql', 'per', 'business', 'requirement'], ['per', 'business', 'requirement', 'impact'], ['business', 'requirement', 'impact', 'analysis'], ['requirement', 'impact', 'analysis', 'change'], ['impact', 'analysis', 'change', 'requests'], ['analysis', 'change', 'requests', 'development'], ['change', 'requests', 'development', 'data'], ['requests', 'development', 'data', 'fabrication'], ['development', 'data', 'fabrication', 'using'], ['data', 'fabrication', 'using', 'facets'], ['fabrication', 'using', 'facets', 'screens'], ['using', 'facets', 'screens', 'well'], ['facets', 'screens', 'well', 'sql'], ['screens', 'well', 'sql', 'statements'], ['well', 'sql', 'statements', 'membership'], ['sql', 'statements', 'membership', 'domain'], ['statements', 'membership', 'domain', 'unit'], ['membership', 'domain', 'unit', 'testing'], ['domain', 'unit', 'testing', 'trouble'], ['unit', 'testing', 'trouble', 'shooting'], ['testing', 'trouble', 'shooting', 'using'], ['trouble', 'shooting', 'using', 'informatica'], ['shooting', 'using', 'informatica', 'debugger'], ['using', 'informatica', 'debugger', 'sql'], ['informatica', 'debugger', 'sql', 'query'], ['debugger', 'sql', 'query', 'preparation'], ['sql', 'query', 'preparation', 'unit'], ['query', 'preparation', 'unit', 'test'], ['preparation', 'unit', 'test', 'cases'], ['unit', 'test', 'cases', 'prepare'], ['test', 'cases', 'prepare', 'documents'], ['cases', 'prepare', 'documents', 'design'], ['prepare', 'documents', 'design', 'unit'], ['documents', 'design', 'unit', 'testing'], ['design', 'unit', 'testing', 'impact'], ['unit', 'testing', 'impact', 'analysis'], ['testing', 'impact', 'analysis', 'awards'], ['impact', 'analysis', 'awards', 'achievements'], ['analysis', 'awards', 'achievements', 'received'], ['awards', 'achievements', 'received', 'kudos'], ['achievements', 'received', 'kudos', 'award'], ['received', 'kudos', 'award', 'syntel'], ['kudos', 'award', 'syntel', 'contribution'], ['award', 'syntel', 'contribution', 'error'], ['syntel', 'contribution', 'error', 'free'], ['contribution', 'error', 'free', 'work'], ['error', 'free', 'work', 'commitment'], ['free', 'work', 'commitment', 'towards'], ['work', 'commitment', 'towards', 'learning'], ['commitment', 'towards', 'learning', 'client'], ['towards', 'learning', 'client', 'appreciation'], ['learning', 'client', 'appreciation', 'outstanding'], ['client', 'appreciation', 'outstanding', 'display'], ['appreciation', 'outstanding', 'display', 'syntel'], ['outstanding', 'display', 'syntel', 'values'], ['display', 'syntel', 'values', 'received'], ['syntel', 'values', 'received', 'appreciation'], ['values', 'received', 'appreciation', 'management'], ['received', 'appreciation', 'management', 'outstanding'], ['appreciation', 'management', 'outstanding', 'performance'], ['management', 'outstanding', 'performance', 'complete'], ['outstanding', 'performance', 'complete', 'tenure'], ['performance', 'complete', 'tenure', 'received'], ['complete', 'tenure', 'received', 'spot'], ['tenure', 'received', 'spot', 'recognition'], ['received', 'spot', 'recognition', 'automation'], ['spot', 'recognition', 'automation', 'done'], ['recognition', 'automation', 'done', 'project'], ['education', 'details', 'january', '2015', 'bachelor'], ['details', 'january', '2015', 'bachelor', 'engineering'], ['january', '2015', 'bachelor', 'engineering', 'extc'], ['2015', 'bachelor', 'engineering', 'extc', 'mumbai'], ['bachelor', 'engineering', 'extc', 'mumbai', 'maharashtra'], ['engineering', 'extc', 'mumbai', 'maharashtra', 'mumbai'], ['extc', 'mumbai', 'maharashtra', 'mumbai', 'university'], ['mumbai', 'maharashtra', 'mumbai', 'university', 'january'], ['maharashtra', 'mumbai', 'university', 'january', '2012'], ['mumbai', 'university', 'january', '2012', 'diploma'], ['university', 'january', '2012', 'diploma', 'industrial'], ['january', '2012', 'diploma', 'industrial', 'electronics'], ['2012', 'diploma', 'industrial', 'electronics', 'vashi'], ['diploma', 'industrial', 'electronics', 'vashi', 'maharashtra'], ['industrial', 'electronics', 'vashi', 'maharashtra', 'in'], ['electronics', 'vashi', 'maharashtra', 'in', 'fr'], ['vashi', 'maharashtra', 'in', 'fr', 'agnel'], ['maharashtra', 'in', 'fr', 'agnel', 'polytechnic'], ['in', 'fr', 'agnel', 'polytechnic', 'etl'], ['fr', 'agnel', 'polytechnic', 'etl', 'developer'], ['agnel', 'polytechnic', 'etl', 'developer', 'etl'], ['polytechnic', 'etl', 'developer', 'etl', 'developer'], ['etl', 'developer', 'etl', 'developer', 'skill'], ['developer', 'etl', 'developer', 'skill', 'details'], ['etl', 'developer', 'skill', 'details', 'informatica'], ['developer', 'skill', 'details', 'informatica', 'exprience'], ['skill', 'details', 'informatica', 'exprience', '36'], ['details', 'informatica', 'exprience', '36', 'monthscompany'], ['informatica', 'exprience', '36', 'monthscompany', 'details'], ['exprience', '36', 'monthscompany', 'details', 'company'], ['36', 'monthscompany', 'details', 'company', 'blue'], ['monthscompany', 'details', 'company', 'blue', 'shield'], ['details', 'company', 'blue', 'shield', 'california'], ['company', 'blue', 'shield', 'california', 'description'], ['blue', 'shield', 'california', 'description', 'duration'], ['shield', 'california', 'description', 'duration', 'mar'], ['california', 'description', 'duration', 'mar', '2016'], ['description', 'duration', 'mar', '2016', 'sept'], ['duration', 'mar', '2016', 'sept', '2017'], ['mar', '2016', 'sept', '2017', 'description'], ['2016', 'sept', '2017', 'description', 'blue'], ['sept', '2017', 'description', 'blue', 'shield'], ['2017', 'description', 'blue', 'shield', 'california'], ['description', 'blue', 'shield', 'california', 'bsc'], ['blue', 'shield', 'california', 'bsc', 'health'], ['shield', 'california', 'bsc', 'health', 'plan'], ['california', 'bsc', 'health', 'plan', 'provider'], ['bsc', 'health', 'plan', 'provider', 'the'], ['health', 'plan', 'provider', 'the', 'intent'], ['plan', 'provider', 'the', 'intent', 'project'], ['provider', 'the', 'intent', 'project', 'process'], ['the', 'intent', 'project', 'process', 'feeds'], ['intent', 'project', 'process', 'feeds', 'coming'], ['project', 'process', 'feeds', 'coming', 'going'], ['process', 'feeds', 'coming', 'going', 'bsc'], ['feeds', 'coming', 'going', 'bsc', 'system'], ['coming', 'going', 'bsc', 'system', 'related'], ['going', 'bsc', 'system', 'related', 'eligibility'], ['bsc', 'system', 'related', 'eligibility', 'enrollment'], ['system', 'related', 'eligibility', 'enrollment', 'claims'], ['related', 'eligibility', 'enrollment', 'claims', 'subject'], ['eligibility', 'enrollment', 'claims', 'subject', 'areas'], ['enrollment', 'claims', 'subject', 'areas', 'all'], ['claims', 'subject', 'areas', 'all', 'feeds'], ['subject', 'areas', 'all', 'feeds', 'comes'], ['areas', 'all', 'feeds', 'comes', 'different'], ['all', 'feeds', 'comes', 'different', 'formats'], ['feeds', 'comes', 'different', 'formats', 'processed'], ['comes', 'different', 'formats', 'processed', 'using'], ['different', 'formats', 'processed', 'using', 'informatica'], ['formats', 'processed', 'using', 'informatica', '9'], ['processed', 'using', 'informatica', '9', '6'], ['using', 'informatica', '9', '6', '1'], ['informatica', '9', '6', '1', 'oracle'], ['9', '6', '1', 'oracle', '11g'], ['6', '1', 'oracle', '11g', 'facets'], ['1', 'oracle', '11g', 'facets', '5'], ['oracle', '11g', 'facets', '5', '0'], ['11g', 'facets', '5', '0', 'tidal'], ['facets', '5', '0', 'tidal', 'technical'], ['5', '0', 'tidal', 'technical', 'environment'], ['0', 'tidal', 'technical', 'environment', 'etl'], ['tidal', 'technical', 'environment', 'etl', 'tool'], ['technical', 'environment', 'etl', 'tool', 'informatica'], ['environment', 'etl', 'tool', 'informatica', 'power'], ['etl', 'tool', 'informatica', 'power', 'center'], ['tool', 'informatica', 'power', 'center', '9'], ['informatica', 'power', 'center', '9', '6'], ['power', 'center', '9', '6', '1'], ['center', '9', '6', '1', 'oracle'], ['9', '6', '1', 'oracle', '11g'], ['6', '1', 'oracle', '11g', 'sql'], ['1', 'oracle', '11g', 'sql', 'pl'], ['oracle', '11g', 'sql', 'pl', 'sql'], ['11g', 'sql', 'pl', 'sql', 'unix'], ['sql', 'pl', 'sql', 'unix', 'facets'], ['pl', 'sql', 'unix', 'facets', 'tidal'], ['sql', 'unix', 'facets', 'tidal', 'jira'], ['unix', 'facets', 'tidal', 'jira', 'putty'], ['facets', 'tidal', 'jira', 'putty', 'role'], ['tidal', 'jira', 'putty', 'role', 'etl'], ['jira', 'putty', 'role', 'etl', 'developer'], ['putty', 'role', 'etl', 'developer', 'responsibilities'], ['role', 'etl', 'developer', 'responsibilities', 'responsible'], ['etl', 'developer', 'responsibilities', 'responsible', 'analyzing'], ['developer', 'responsibilities', 'responsible', 'analyzing', 'business'], ['responsibilities', 'responsible', 'analyzing', 'business', 'requirement'], ['responsible', 'analyzing', 'business', 'requirement', 'document'], ['analyzing', 'business', 'requirement', 'document', 'involved'], ['business', 'requirement', 'document', 'involved', 'development'], ['requirement', 'document', 'involved', 'development', 'informatica'], ['document', 'involved', 'development', 'informatica', 'mappings'], ['involved', 'development', 'informatica', 'mappings', 'using'], ['development', 'informatica', 'mappings', 'using', 'different'], ['informatica', 'mappings', 'using', 'different', 'transformations'], ['mappings', 'using', 'different', 'transformations', 'like'], ['using', 'different', 'transformations', 'like', 'source'], ['different', 'transformations', 'like', 'source', 'qualifier'], ['transformations', 'like', 'source', 'qualifier', 'expression'], ['like', 'source', 'qualifier', 'expression', 'filter'], ['source', 'qualifier', 'expression', 'filter', 'router'], ['qualifier', 'expression', 'filter', 'router', 'joiner'], ['expression', 'filter', 'router', 'joiner', 'union'], ['filter', 'router', 'joiner', 'union', 'aggregator'], ['router', 'joiner', 'union', 'aggregator', 'normalizer'], ['joiner', 'union', 'aggregator', 'normalizer', 'sorter'], ['union', 'aggregator', 'normalizer', 'sorter', 'lookup'], ['aggregator', 'normalizer', 'sorter', 'lookup', 'corresponding'], ['normalizer', 'sorter', 'lookup', 'corresponding', 'sessions'], ['sorter', 'lookup', 'corresponding', 'sessions', 'workflows'], ...], [['skill'], ['set'], ['talend'], ['big'], ['data'], ['informatica'], ['power'], ['center'], ['microsoft'], ['sql'], ['server'], ['sql'], ['platform'], ['6'], ['2'], ['1'], ['management'], ['studio'], ['workbench'], ['aws'], ['services'], ['talend'], ['administration'], ['console'], ['microsoft'], ['visual'], ['redshift'], ['tac'], ['studio'], ['athena'], ['data'], ['warehouse'], ['concept'], ['star'], ['sql'], ['s3'], ['schema'], ['facts'], ['dimensions'], ['data'], ['modeling'], ['data'], ['integration'], ['microsoft'], ['a'], ['ess'], ['education'], ['details'], ['january'], ['2012'], ['january'], ['2016'], ['be'], ['mumbai'], ['maharashtra'], ['university'], ['mumbai'], ['january'], ['2012'], ['cbse'], ['technology'], ['kochi'], ['kerala'], ['st'], ['francis'], ['talend'], ['etl'], ['developer'], ['talend'], ['etl'], ['developer'], ['tata'], ['consultancy'], ['services'], ['skill'], ['details'], ['data'], ['warehouse'], ['exprience'], ['23'], ['months'], ['database'], ['exprience'], ['20'], ['months'], ['integration'], ['exprience'], ['20'], ['months'], ['integrator'], ['exprience'], ['20'], ['months'], ['ms'], ['sql'], ['server'], ['exprience'], ['20'], ['monthscompany'], ['details'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['prepared'], ['etl'], ['mapping'], ['documents'], ['every'], ['mapping'], ['data'], ['migration'], ['document'], ['smooth'], ['transfer'], ['project'], ['development'], ['testing'], ['environment'], ['production'], ['environment'], ['performed'], ['unit'], ['testing'], ['system'], ['testing'], ['validate'], ['data'], ['loads'], ['target'], ['troubleshoot'], ['long'], ['running'], ['jobs'], ['fixed'], ['issues'], ['expertise'], ['creating'], ['mappings'], ['talend'], ['using'], ['big'], ['data'], ['supporting'], ['components'], ['tjdbcconfiguration'], ['tjdbcinput'], ['thdfsconfiguration'], ['ts3configuration'], ['tcacheout'], ['tcachein'], ['tsqlrow'], ['standard'], ['components'], ['like'], ['tfileinputdelimited'], ['tfileoutputdelimited'], ['tmap'], ['tjoin'], ['treplicate'], ['tparallelize'], ['tconverttype'], ['taggregate'], ['tsortrow'], ['tflowmeter'], ['tlogcatcher'], ['trowgenerator'], ['tjava'], ['tjavarow'], ['taggregaterow'], ['tfilter'], ['etc'], ['used'], ['etl'], ['methodologies'], ['best'], ['practices'], ['create'], ['talend'], ['etl'], ['jobs'], ['followed'], ['enhanced'], ['programming'], ['naming'], ['standards'], ['developed'], ['jobs'], ['components'], ['joblets'], ['talend'], ['used'], ['trunjob'], ['component'], ['run'], ['child'], ['job'], ['parent'], ['job'], ['pass'], ['parameters'], ['parent'], ['child'], ['job'], ['created'], ['deployed'], ['physical'], ['objects'], ['including'], ['custom'], ['tables'], ['custom'], ['views'], ['stored'], ['procedures'], ['indexes'], ['sql'], ['server'], ['staging'], ['data'], ['warehouse'], ['environment'], ['involved'], ['writing'], ['sql'], ['queries'], ['used'], ['joins'], ['ess'], ['data'], ['mysql'], ['created'], ['managed'], ['source'], ['target'], ['mapping'], ['documents'], ['facts'], ['dimension'], ['tables'], ['broad'], ['design'], ['development'], ['testing'], ['experience'], ['talend'], ['integration'], ['suite'], ['knowledge'], ['performance'], ['tuning'], ['mappings'], ['extensively'], ['used'], ['tmap'], ['component'], ['lookup'], ['joiner'], ['functions'], ['experienced'], ['writing'], ['expressions'], ['within'], ['tmap'], ['per'], ['business'], ['need'], ['handled'], ['insert'], ['update'], ['strategy'], ['using'], ['tsqlrow'], ['created'], ['implicit'], ['local'], ['global'], ['context'], ['variables'], ['job'], ['run'], ['talend'], ['jobs'], ['different'], ['environments'], ['worked'], ['talend'], ['administration'], ['console'], ['tac'], ['scheduling'], ['jobs'], ['adding'], ['users'], ['experienced'], ['building'], ['talend'], ['job'], ['outside'], ['talend'], ['studio'], ['well'], ['tac'], ['server'], ['developed'], ['mappings'], ['load'], ['fact'], ['dimension'], ['tables'], ['scd'], ['type'], ['1'], ['scd'], ['type'], ['2'], ['dimensions'], ['incremental'], ['loading'], ['unit'], ['tested'], ['mappings'], ['developed'], ['framework'], ['integrated'], ['job'], ['schedules'], ['multiple'], ['jobs'], ['time'], ['updates'], ['last'], ['su'], ['essful'], ['run'], ['time'], ['su'], ['ess'], ['status'], ['sending'], ['mail'], ['failed'], ['jobs'], ['maintaining'], ['counts'], ['sql'], ['database'], ['used'], ['tparalleize'], ['component'], ['multi'], ['thread'], ['execution'], ['option'], ['run'], ['subjobs'], ['parallel'], ['increases'], ['performance'], ['job'], ['created'], ['talend'], ['jobs'], ['copy'], ['files'], ['one'], ['server'], ['another'], ['utilized'], ['talend'], ['ftp'], ['components'], ['implemented'], ['ftp'], ['operations'], ['using'], ['talend'], ['studio'], ['transfer'], ['files'], ['network'], ['folders'], ['well'], ['ftp'], ['server'], ['using'], ['components'], ['like'], ['tfilelist'], ['ts3put'], ['tftput'], ['tfileexist'], ['tftpconnection'], ['etc'], ['extracted'], ['data'], ['flat'], ['files'], ['databases'], ['applied'], ['business'], ['logic'], ['load'], ['staging'], ['database'], ['well'], ['flat'], ['files'], ['su'], ['essfully'], ['loaded'], ['data'], ['different'], ['targets'], ['various'], ['source'], ['systems'], ['like'], ['sql'], ['database'], ['db2'], ['flatfiles'], ['xml'], ['files'], ['etc'], ['staging'], ['table'], ['target'], ['database'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['experience'], ['development'], ['design'], ['etl'], ['extract'], ['transform'], ['loading'], ['data'], ['methodology'], ['supporting'], ['data'], ['transformations'], ['processing'], ['corporate'], ['wide'], ['etl'], ['solution'], ['using'], ['talend'], ['big'], ['data'], ['platform'], ['excellent'], ['working'], ['experience'], ['agile'], ['methodologies'], ['proficiency'], ['gathering'], ['understanding'], ['client'], ['requirements'], ['translate'], ['business'], ['needs'], ['technical'], ['requirements'], ['design'], ['develop'], ['end'], ['end'], ['etl'], ['process'], ['various'], ['source'], ['systems'], ['staging'], ['area'], ['staging'], ['data'], ['warehouse'], ['soliciting'], ['documenting'], ['business'], ['functional'], ['data'], ['requirements'], ['context'], ['variable'], ['diagrams'], ['use'], ['cases'], ['etl'], ['related'], ['diagrams'], ['excellent'], ['oral'], ['written'], ['communication'], ['ability'], ['effectively'], ['work'], ['onsite'], ['remote'], ['teams'], ['a'], ['good'], ['team'], ['player'], ['excellent'], ['problem'], ['solving'], ['ability'], ['time'], ['management'], ['skills'], ['profound'], ['insight'], ['determine'], ['priorities'], ['schedule'], ['work'], ['meet'], ['critical'], ['deadlines'], ['company'], ['tata'], ['consultancy'], ['services'], ['description'], ['prepared'], ['etl'], ['mapping'], ['documents'], ['every'], ['mapping'], ['data'], ['migration'], ['document'], ['smooth'], ['transfer'], ['project'], ['development'], ['testing'], ['environment'], ['production'], ['environment'], ['performed'], ['unit'], ['testing'], ['system'], ['testing'], ['validate'], ['data'], ['loads'], ['target'], ['troubleshoot'], ['long'], ['running'], ['jobs'], ['fixed'], ['issues'], ['skill', 'set'], ['set', 'talend'], ['talend', 'big'], ['big', 'data'], ['data', 'informatica'], ['informatica', 'power'], ['power', 'center'], ['center', 'microsoft'], ['microsoft', 'sql'], ['sql', 'server'], ['server', 'sql'], ['sql', 'platform'], ['platform', '6'], ['6', '2'], ['2', '1'], ['1', 'management'], ['management', 'studio'], ['studio', 'workbench'], ['workbench', 'aws'], ['aws', 'services'], ['services', 'talend'], ['talend', 'administration'], ['administration', 'console'], ['console', 'microsoft'], ['microsoft', 'visual'], ['visual', 'redshift'], ['redshift', 'tac'], ['tac', 'studio'], ['studio', 'athena'], ['athena', 'data'], ['data', 'warehouse'], ['warehouse', 'concept'], ['concept', 'star'], ['star', 'sql'], ['sql', 's3'], ['s3', 'schema'], ['schema', 'facts'], ['facts', 'dimensions'], ['dimensions', 'data'], ['data', 'modeling'], ['modeling', 'data'], ['data', 'integration'], ['integration', 'microsoft'], ['microsoft', 'a'], ['a', 'ess'], ['ess', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2012'], ['2012', 'january'], ['january', '2016'], ['2016', 'be'], ['be', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'university'], ['university', 'mumbai'], ['mumbai', 'january'], ['january', '2012'], ['2012', 'cbse'], ['cbse', 'technology'], ['technology', 'kochi'], ['kochi', 'kerala'], ['kerala', 'st'], ['st', 'francis'], ['francis', 'talend'], ['talend', 'etl'], ['etl', 'developer'], ['developer', 'talend'], ['talend', 'etl'], ['etl', 'developer'], ['developer', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'skill'], ['skill', 'details'], ['details', 'data'], ['data', 'warehouse'], ['warehouse', 'exprience'], ['exprience', '23'], ['23', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '20'], ['20', 'months'], ['months', 'integration'], ['integration', 'exprience'], ['exprience', '20'], ['20', 'months'], ['months', 'integrator'], ['integrator', 'exprience'], ['exprience', '20'], ['20', 'months'], ['months', 'ms'], ['ms', 'sql'], ['sql', 'server'], ['server', 'exprience'], ['exprience', '20'], ['20', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ['services', 'description'], ['description', 'prepared'], ['prepared', 'etl'], ['etl', 'mapping'], ['mapping', 'documents'], ['documents', 'every'], ['every', 'mapping'], ['mapping', 'data'], ['data', 'migration'], ['migration', 'document'], ['document', 'smooth'], ['smooth', 'transfer'], ['transfer', 'project'], ['project', 'development'], ['development', 'testing'], ['testing', 'environment'], ['environment', 'production'], ['production', 'environment'], ['environment', 'performed'], ['performed', 'unit'], ['unit', 'testing'], ['testing', 'system'], ['system', 'testing'], ['testing', 'validate'], ['validate', 'data'], ['data', 'loads'], ['loads', 'target'], ['target', 'troubleshoot'], ['troubleshoot', 'long'], ['long', 'running'], ['running', 'jobs'], ['jobs', 'fixed'], ['fixed', 'issues'], ['issues', 'expertise'], ['expertise', 'creating'], ['creating', 'mappings'], ['mappings', 'talend'], ['talend', 'using'], ['using', 'big'], ['big', 'data'], ['data', 'supporting'], ['supporting', 'components'], ['components', 'tjdbcconfiguration'], ['tjdbcconfiguration', 'tjdbcinput'], ['tjdbcinput', 'thdfsconfiguration'], ['thdfsconfiguration', 'ts3configuration'], ['ts3configuration', 'tcacheout'], ['tcacheout', 'tcachein'], ['tcachein', 'tsqlrow'], ['tsqlrow', 'standard'], ['standard', 'components'], ['components', 'like'], ['like', 'tfileinputdelimited'], ['tfileinputdelimited', 'tfileoutputdelimited'], ['tfileoutputdelimited', 'tmap'], ['tmap', 'tjoin'], ['tjoin', 'treplicate'], ['treplicate', 'tparallelize'], ['tparallelize', 'tconverttype'], ['tconverttype', 'taggregate'], ['taggregate', 'tsortrow'], ['tsortrow', 'tflowmeter'], ['tflowmeter', 'tlogcatcher'], ['tlogcatcher', 'trowgenerator'], ['trowgenerator', 'tjava'], ['tjava', 'tjavarow'], ['tjavarow', 'taggregaterow'], ['taggregaterow', 'tfilter'], ['tfilter', 'etc'], ['etc', 'used'], ['used', 'etl'], ['etl', 'methodologies'], ['methodologies', 'best'], ['best', 'practices'], ['practices', 'create'], ['create', 'talend'], ['talend', 'etl'], ['etl', 'jobs'], ['jobs', 'followed'], ['followed', 'enhanced'], ['enhanced', 'programming'], ['programming', 'naming'], ['naming', 'standards'], ['standards', 'developed'], ['developed', 'jobs'], ['jobs', 'components'], ['components', 'joblets'], ['joblets', 'talend'], ['talend', 'used'], ['used', 'trunjob'], ['trunjob', 'component'], ['component', 'run'], ['run', 'child'], ['child', 'job'], ['job', 'parent'], ['parent', 'job'], ['job', 'pass'], ['pass', 'parameters'], ['parameters', 'parent'], ['parent', 'child'], ['child', 'job'], ['job', 'created'], ['created', 'deployed'], ['deployed', 'physical'], ['physical', 'objects'], ['objects', 'including'], ['including', 'custom'], ['custom', 'tables'], ['tables', 'custom'], ['custom', 'views'], ['views', 'stored'], ['stored', 'procedures'], ['procedures', 'indexes'], ['indexes', 'sql'], ['sql', 'server'], ['server', 'staging'], ['staging', 'data'], ['data', 'warehouse'], ['warehouse', 'environment'], ['environment', 'involved'], ['involved', 'writing'], ['writing', 'sql'], ['sql', 'queries'], ['queries', 'used'], ['used', 'joins'], ['joins', 'ess'], ['ess', 'data'], ['data', 'mysql'], ['mysql', 'created'], ['created', 'managed'], ['managed', 'source'], ['source', 'target'], ['target', 'mapping'], ['mapping', 'documents'], ['documents', 'facts'], ['facts', 'dimension'], ['dimension', 'tables'], ['tables', 'broad'], ['broad', 'design'], ['design', 'development'], ['development', 'testing'], ['testing', 'experience'], ['experience', 'talend'], ['talend', 'integration'], ['integration', 'suite'], ['suite', 'knowledge'], ['knowledge', 'performance'], ['performance', 'tuning'], ['tuning', 'mappings'], ['mappings', 'extensively'], ['extensively', 'used'], ['used', 'tmap'], ['tmap', 'component'], ['component', 'lookup'], ['lookup', 'joiner'], ['joiner', 'functions'], ['functions', 'experienced'], ['experienced', 'writing'], ['writing', 'expressions'], ['expressions', 'within'], ['within', 'tmap'], ['tmap', 'per'], ['per', 'business'], ['business', 'need'], ['need', 'handled'], ['handled', 'insert'], ['insert', 'update'], ['update', 'strategy'], ['strategy', 'using'], ['using', 'tsqlrow'], ['tsqlrow', 'created'], ['created', 'implicit'], ['implicit', 'local'], ['local', 'global'], ['global', 'context'], ['context', 'variables'], ['variables', 'job'], ['job', 'run'], ['run', 'talend'], ['talend', 'jobs'], ['jobs', 'different'], ['different', 'environments'], ['environments', 'worked'], ['worked', 'talend'], ['talend', 'administration'], ['administration', 'console'], ['console', 'tac'], ['tac', 'scheduling'], ['scheduling', 'jobs'], ['jobs', 'adding'], ['adding', 'users'], ['users', 'experienced'], ['experienced', 'building'], ['building', 'talend'], ['talend', 'job'], ['job', 'outside'], ['outside', 'talend'], ['talend', 'studio'], ['studio', 'well'], ['well', 'tac'], ['tac', 'server'], ['server', 'developed'], ['developed', 'mappings'], ['mappings', 'load'], ['load', 'fact'], ['fact', 'dimension'], ['dimension', 'tables'], ['tables', 'scd'], ['scd', 'type'], ['type', '1'], ['1', 'scd'], ['scd', 'type'], ['type', '2'], ['2', 'dimensions'], ['dimensions', 'incremental'], ['incremental', 'loading'], ['loading', 'unit'], ['unit', 'tested'], ['tested', 'mappings'], ['mappings', 'developed'], ['developed', 'framework'], ['framework', 'integrated'], ['integrated', 'job'], ['job', 'schedules'], ['schedules', 'multiple'], ['multiple', 'jobs'], ['jobs', 'time'], ['time', 'updates'], ['updates', 'last'], ['last', 'su'], ['su', 'essful'], ['essful', 'run'], ['run', 'time'], ['time', 'su'], ['su', 'ess'], ['ess', 'status'], ['status', 'sending'], ['sending', 'mail'], ['mail', 'failed'], ['failed', 'jobs'], ['jobs', 'maintaining'], ['maintaining', 'counts'], ['counts', 'sql'], ['sql', 'database'], ['database', 'used'], ['used', 'tparalleize'], ['tparalleize', 'component'], ['component', 'multi'], ['multi', 'thread'], ['thread', 'execution'], ['execution', 'option'], ['option', 'run'], ['run', 'subjobs'], ['subjobs', 'parallel'], ['parallel', 'increases'], ['increases', 'performance'], ['performance', 'job'], ['job', 'created'], ['created', 'talend'], ['talend', 'jobs'], ['jobs', 'copy'], ['copy', 'files'], ['files', 'one'], ['one', 'server'], ['server', 'another'], ['another', 'utilized'], ['utilized', 'talend'], ['talend', 'ftp'], ['ftp', 'components'], ['components', 'implemented'], ['implemented', 'ftp'], ['ftp', 'operations'], ['operations', 'using'], ['using', 'talend'], ['talend', 'studio'], ['studio', 'transfer'], ['transfer', 'files'], ['files', 'network'], ['network', 'folders'], ['folders', 'well'], ['well', 'ftp'], ['ftp', 'server'], ['server', 'using'], ['using', 'components'], ['components', 'like'], ['like', 'tfilelist'], ['tfilelist', 'ts3put'], ['ts3put', 'tftput'], ['tftput', 'tfileexist'], ['tfileexist', 'tftpconnection'], ['tftpconnection', 'etc'], ['etc', 'extracted'], ['extracted', 'data'], ['data', 'flat'], ['flat', 'files'], ['files', 'databases'], ['databases', 'applied'], ['applied', 'business'], ['business', 'logic'], ['logic', 'load'], ['load', 'staging'], ['staging', 'database'], ['database', 'well'], ['well', 'flat'], ['flat', 'files'], ['files', 'su'], ['su', 'essfully'], ['essfully', 'loaded'], ['loaded', 'data'], ['data', 'different'], ['different', 'targets'], ['targets', 'various'], ['various', 'source'], ['source', 'systems'], ['systems', 'like'], ['like', 'sql'], ['sql', 'database'], ['database', 'db2'], ['db2', 'flatfiles'], ['flatfiles', 'xml'], ['xml', 'files'], ['files', 'etc'], ['etc', 'staging'], ['staging', 'table'], ['table', 'target'], ['target', 'database'], ['database', 'company'], ['company', 'tata'], ['tata', 'consultancy'], ['consultancy', 'services'], ...], [['computer'], ['skills'], ['yes'], ['sql'], ['knowledge'], ['yes'], ['unix'], ['knowledge'], ['yes'], ['data'], ['warehouse'], ['knowledge'], ['yes'], ['ab'], ['intio'], ['yee'], ['my'], ['hobbies'], ['playing'], ['cricket'], ['football'], ['reading'], ['books'], ['visiting'], ['new'], ['places'], ['travelling'], ['declaration'], ['i'], ['hereby'], ['declare'], ['mentioned'], ['information'], ['factual'], ['correct'], ['best'], ['knowledge'], ['belief'], ['date'], ['27'], ['01'], ['2019'], ['mr'], ['manish'], ['prabhakar'], ['patil'], ['place'], ['mumbai'], ['education'], ['details'], ['june'], ['2014'], ['june'], ['2015'], ['bachelor'], ['electronics'], ['telecommunication'], ['a'], ['c'], ['patil'], ['college'], ['engineering'], ['january'], ['2009'], ['january'], ['2011'], ['engineering'], ['navi'], ['mumbai'], ['maharashtra'], ['bharati'], ['vidyapeeth'], ['january'], ['2008'], ['h'], ['s'], ['c'], ['mumbai'], ['maharashtra'], ['khalsa'], ['college'], ['etl'], ['informatica'], ['developer'], ['etl'], ['developer'], ['skill'], ['details'], ['etl'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['data'], ['warehouse'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['datastage'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['reliance'], ['infocomm'], ['description'], ['i'], ['havevbeen'], ['working'], ['etl'], ['developer'], ['reliance'], ['industries'], ['india'], ['past'], ['3years'], ['i'], ['good'], ['knowledge'], ['informatica'], ['sql'], ['well'], ['good'], ['knowledge'], ['unix'], ['i'], ['willing'], ['work'], ['company'], ['developer'], ['computer', 'skills'], ['skills', 'yes'], ['yes', 'sql'], ['sql', 'knowledge'], ['knowledge', 'yes'], ['yes', 'unix'], ['unix', 'knowledge'], ['knowledge', 'yes'], ['yes', 'data'], ['data', 'warehouse'], ['warehouse', 'knowledge'], ['knowledge', 'yes'], ['yes', 'ab'], ['ab', 'intio'], ['intio', 'yee'], ['yee', 'my'], ['my', 'hobbies'], ['hobbies', 'playing'], ['playing', 'cricket'], ['cricket', 'football'], ['football', 'reading'], ['reading', 'books'], ['books', 'visiting'], ['visiting', 'new'], ['new', 'places'], ['places', 'travelling'], ['travelling', 'declaration'], ['declaration', 'i'], ['i', 'hereby'], ['hereby', 'declare'], ['declare', 'mentioned'], ['mentioned', 'information'], ['information', 'factual'], ['factual', 'correct'], ['correct', 'best'], ['best', 'knowledge'], ['knowledge', 'belief'], ['belief', 'date'], ['date', '27'], ['27', '01'], ['01', '2019'], ['2019', 'mr'], ['mr', 'manish'], ['manish', 'prabhakar'], ['prabhakar', 'patil'], ['patil', 'place'], ['place', 'mumbai'], ['mumbai', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2014'], ['2014', 'june'], ['june', '2015'], ['2015', 'bachelor'], ['bachelor', 'electronics'], ['electronics', 'telecommunication'], ['telecommunication', 'a'], ['a', 'c'], ['c', 'patil'], ['patil', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2009'], ['2009', 'january'], ['january', '2011'], ['2011', 'engineering'], ['engineering', 'navi'], ['navi', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'bharati'], ['bharati', 'vidyapeeth'], ['vidyapeeth', 'january'], ['january', '2008'], ['2008', 'h'], ['h', 's'], ['s', 'c'], ['c', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'khalsa'], ['khalsa', 'college'], ['college', 'etl'], ['etl', 'informatica'], ['informatica', 'developer'], ['developer', 'etl'], ['etl', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'etl'], ['etl', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'data'], ['data', 'warehouse'], ['warehouse', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'datastage'], ['datastage', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'reliance'], ['reliance', 'infocomm'], ['infocomm', 'description'], ['description', 'i'], ['i', 'havevbeen'], ['havevbeen', 'working'], ['working', 'etl'], ['etl', 'developer'], ['developer', 'reliance'], ['reliance', 'industries'], ['industries', 'india'], ['india', 'past'], ['past', '3years'], ['3years', 'i'], ['i', 'good'], ['good', 'knowledge'], ['knowledge', 'informatica'], ['informatica', 'sql'], ['sql', 'well'], ['well', 'good'], ['good', 'knowledge'], ['knowledge', 'unix'], ['unix', 'i'], ['i', 'willing'], ['willing', 'work'], ['work', 'company'], ['company', 'developer'], ['computer', 'skills', 'yes'], ['skills', 'yes', 'sql'], ['yes', 'sql', 'knowledge'], ['sql', 'knowledge', 'yes'], ['knowledge', 'yes', 'unix'], ['yes', 'unix', 'knowledge'], ['unix', 'knowledge', 'yes'], ['knowledge', 'yes', 'data'], ['yes', 'data', 'warehouse'], ['data', 'warehouse', 'knowledge'], ['warehouse', 'knowledge', 'yes'], ['knowledge', 'yes', 'ab'], ['yes', 'ab', 'intio'], ['ab', 'intio', 'yee'], ['intio', 'yee', 'my'], ['yee', 'my', 'hobbies'], ['my', 'hobbies', 'playing'], ['hobbies', 'playing', 'cricket'], ['playing', 'cricket', 'football'], ['cricket', 'football', 'reading'], ['football', 'reading', 'books'], ['reading', 'books', 'visiting'], ['books', 'visiting', 'new'], ['visiting', 'new', 'places'], ['new', 'places', 'travelling'], ['places', 'travelling', 'declaration'], ['travelling', 'declaration', 'i'], ['declaration', 'i', 'hereby'], ['i', 'hereby', 'declare'], ['hereby', 'declare', 'mentioned'], ['declare', 'mentioned', 'information'], ['mentioned', 'information', 'factual'], ['information', 'factual', 'correct'], ['factual', 'correct', 'best'], ['correct', 'best', 'knowledge'], ['best', 'knowledge', 'belief'], ['knowledge', 'belief', 'date'], ['belief', 'date', '27'], ['date', '27', '01'], ['27', '01', '2019'], ['01', '2019', 'mr'], ['2019', 'mr', 'manish'], ['mr', 'manish', 'prabhakar'], ['manish', 'prabhakar', 'patil'], ['prabhakar', 'patil', 'place'], ['patil', 'place', 'mumbai'], ['place', 'mumbai', 'education'], ['mumbai', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2014'], ['june', '2014', 'june'], ['2014', 'june', '2015'], ['june', '2015', 'bachelor'], ['2015', 'bachelor', 'electronics'], ['bachelor', 'electronics', 'telecommunication'], ['electronics', 'telecommunication', 'a'], ['telecommunication', 'a', 'c'], ['a', 'c', 'patil'], ['c', 'patil', 'college'], ['patil', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2009'], ['january', '2009', 'january'], ['2009', 'january', '2011'], ['january', '2011', 'engineering'], ['2011', 'engineering', 'navi'], ['engineering', 'navi', 'mumbai'], ['navi', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'bharati'], ['maharashtra', 'bharati', 'vidyapeeth'], ['bharati', 'vidyapeeth', 'january'], ['vidyapeeth', 'january', '2008'], ['january', '2008', 'h'], ['2008', 'h', 's'], ['h', 's', 'c'], ['s', 'c', 'mumbai'], ['c', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'khalsa'], ['maharashtra', 'khalsa', 'college'], ['khalsa', 'college', 'etl'], ['college', 'etl', 'informatica'], ['etl', 'informatica', 'developer'], ['informatica', 'developer', 'etl'], ['developer', 'etl', 'developer'], ['etl', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'etl'], ['details', 'etl', 'exprience'], ['etl', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'data'], ['months', 'data', 'warehouse'], ['data', 'warehouse', 'exprience'], ['warehouse', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'datastage'], ['months', 'datastage', 'exprience'], ['datastage', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'reliance'], ['company', 'reliance', 'infocomm'], ['reliance', 'infocomm', 'description'], ['infocomm', 'description', 'i'], ['description', 'i', 'havevbeen'], ['i', 'havevbeen', 'working'], ['havevbeen', 'working', 'etl'], ['working', 'etl', 'developer'], ['etl', 'developer', 'reliance'], ['developer', 'reliance', 'industries'], ['reliance', 'industries', 'india'], ['industries', 'india', 'past'], ['india', 'past', '3years'], ['past', '3years', 'i'], ['3years', 'i', 'good'], ['i', 'good', 'knowledge'], ['good', 'knowledge', 'informatica'], ['knowledge', 'informatica', 'sql'], ['informatica', 'sql', 'well'], ['sql', 'well', 'good'], ['well', 'good', 'knowledge'], ['good', 'knowledge', 'unix'], ['knowledge', 'unix', 'i'], ['unix', 'i', 'willing'], ['i', 'willing', 'work'], ['willing', 'work', 'company'], ['work', 'company', 'developer'], ['computer', 'skills', 'yes', 'sql'], ['skills', 'yes', 'sql', 'knowledge'], ['yes', 'sql', 'knowledge', 'yes'], ['sql', 'knowledge', 'yes', 'unix'], ['knowledge', 'yes', 'unix', 'knowledge'], ['yes', 'unix', 'knowledge', 'yes'], ['unix', 'knowledge', 'yes', 'data'], ['knowledge', 'yes', 'data', 'warehouse'], ['yes', 'data', 'warehouse', 'knowledge'], ['data', 'warehouse', 'knowledge', 'yes'], ['warehouse', 'knowledge', 'yes', 'ab'], ['knowledge', 'yes', 'ab', 'intio'], ['yes', 'ab', 'intio', 'yee'], ['ab', 'intio', 'yee', 'my'], ['intio', 'yee', 'my', 'hobbies'], ['yee', 'my', 'hobbies', 'playing'], ['my', 'hobbies', 'playing', 'cricket'], ['hobbies', 'playing', 'cricket', 'football'], ['playing', 'cricket', 'football', 'reading'], ['cricket', 'football', 'reading', 'books'], ['football', 'reading', 'books', 'visiting'], ['reading', 'books', 'visiting', 'new'], ['books', 'visiting', 'new', 'places'], ['visiting', 'new', 'places', 'travelling'], ['new', 'places', 'travelling', 'declaration'], ['places', 'travelling', 'declaration', 'i'], ['travelling', 'declaration', 'i', 'hereby'], ['declaration', 'i', 'hereby', 'declare'], ['i', 'hereby', 'declare', 'mentioned'], ['hereby', 'declare', 'mentioned', 'information'], ['declare', 'mentioned', 'information', 'factual'], ['mentioned', 'information', 'factual', 'correct'], ['information', 'factual', 'correct', 'best'], ['factual', 'correct', 'best', 'knowledge'], ['correct', 'best', 'knowledge', 'belief'], ['best', 'knowledge', 'belief', 'date'], ['knowledge', 'belief', 'date', '27'], ['belief', 'date', '27', '01'], ['date', '27', '01', '2019'], ['27', '01', '2019', 'mr'], ['01', '2019', 'mr', 'manish'], ['2019', 'mr', 'manish', 'prabhakar'], ['mr', 'manish', 'prabhakar', 'patil'], ['manish', 'prabhakar', 'patil', 'place'], ['prabhakar', 'patil', 'place', 'mumbai'], ['patil', 'place', 'mumbai', 'education'], ['place', 'mumbai', 'education', 'details'], ['mumbai', 'education', 'details', 'june'], ['education', 'details', 'june', '2014'], ['details', 'june', '2014', 'june'], ['june', '2014', 'june', '2015'], ['2014', 'june', '2015', 'bachelor'], ['june', '2015', 'bachelor', 'electronics'], ['2015', 'bachelor', 'electronics', 'telecommunication'], ['bachelor', 'electronics', 'telecommunication', 'a'], ['electronics', 'telecommunication', 'a', 'c'], ['telecommunication', 'a', 'c', 'patil'], ['a', 'c', 'patil', 'college'], ['c', 'patil', 'college', 'engineering'], ['patil', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2009'], ['engineering', 'january', '2009', 'january'], ['january', '2009', 'january', '2011'], ['2009', 'january', '2011', 'engineering'], ['january', '2011', 'engineering', 'navi'], ['2011', 'engineering', 'navi', 'mumbai'], ['engineering', 'navi', 'mumbai', 'maharashtra'], ['navi', 'mumbai', 'maharashtra', 'bharati'], ['mumbai', 'maharashtra', 'bharati', 'vidyapeeth'], ['maharashtra', 'bharati', 'vidyapeeth', 'january'], ['bharati', 'vidyapeeth', 'january', '2008'], ['vidyapeeth', 'january', '2008', 'h'], ['january', '2008', 'h', 's'], ['2008', 'h', 's', 'c'], ['h', 's', 'c', 'mumbai'], ['s', 'c', 'mumbai', 'maharashtra'], ['c', 'mumbai', 'maharashtra', 'khalsa'], ['mumbai', 'maharashtra', 'khalsa', 'college'], ['maharashtra', 'khalsa', 'college', 'etl'], ['khalsa', 'college', 'etl', 'informatica'], ['college', 'etl', 'informatica', 'developer'], ['etl', 'informatica', 'developer', 'etl'], ['informatica', 'developer', 'etl', 'developer'], ['developer', 'etl', 'developer', 'skill'], ['etl', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'etl'], ['skill', 'details', 'etl', 'exprience'], ['details', 'etl', 'exprience', 'less'], ['etl', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'data'], ['year', 'months', 'data', 'warehouse'], ['months', 'data', 'warehouse', 'exprience'], ['data', 'warehouse', 'exprience', 'less'], ['warehouse', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'datastage'], ['year', 'months', 'datastage', 'exprience'], ['months', 'datastage', 'exprience', 'less'], ['datastage', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'reliance'], ['details', 'company', 'reliance', 'infocomm'], ['company', 'reliance', 'infocomm', 'description'], ['reliance', 'infocomm', 'description', 'i'], ['infocomm', 'description', 'i', 'havevbeen'], ['description', 'i', 'havevbeen', 'working'], ['i', 'havevbeen', 'working', 'etl'], ['havevbeen', 'working', 'etl', 'developer'], ['working', 'etl', 'developer', 'reliance'], ['etl', 'developer', 'reliance', 'industries'], ['developer', 'reliance', 'industries', 'india'], ['reliance', 'industries', 'india', 'past'], ['industries', 'india', 'past', '3years'], ['india', 'past', '3years', 'i'], ['past', '3years', 'i', 'good'], ['3years', 'i', 'good', 'knowledge'], ['i', 'good', 'knowledge', 'informatica'], ['good', 'knowledge', 'informatica', 'sql'], ['knowledge', 'informatica', 'sql', 'well'], ['informatica', 'sql', 'well', 'good'], ['sql', 'well', 'good', 'knowledge'], ['well', 'good', 'knowledge', 'unix'], ['good', 'knowledge', 'unix', 'i'], ['knowledge', 'unix', 'i', 'willing'], ['unix', 'i', 'willing', 'work'], ['i', 'willing', 'work', 'company'], ['willing', 'work', 'company', 'developer'], ['computer', 'skills', 'yes', 'sql', 'knowledge'], ['skills', 'yes', 'sql', 'knowledge', 'yes'], ['yes', 'sql', 'knowledge', 'yes', 'unix'], ['sql', 'knowledge', 'yes', 'unix', 'knowledge'], ['knowledge', 'yes', 'unix', 'knowledge', 'yes'], ['yes', 'unix', 'knowledge', 'yes', 'data'], ['unix', 'knowledge', 'yes', 'data', 'warehouse'], ['knowledge', 'yes', 'data', 'warehouse', 'knowledge'], ['yes', 'data', 'warehouse', 'knowledge', 'yes'], ['data', 'warehouse', 'knowledge', 'yes', 'ab'], ['warehouse', 'knowledge', 'yes', 'ab', 'intio'], ['knowledge', 'yes', 'ab', 'intio', 'yee'], ['yes', 'ab', 'intio', 'yee', 'my'], ['ab', 'intio', 'yee', 'my', 'hobbies'], ['intio', 'yee', 'my', 'hobbies', 'playing'], ['yee', 'my', 'hobbies', 'playing', 'cricket'], ['my', 'hobbies', 'playing', 'cricket', 'football'], ['hobbies', 'playing', 'cricket', 'football', 'reading'], ['playing', 'cricket', 'football', 'reading', 'books'], ['cricket', 'football', 'reading', 'books', 'visiting'], ['football', 'reading', 'books', 'visiting', 'new'], ['reading', 'books', 'visiting', 'new', 'places'], ['books', 'visiting', 'new', 'places', 'travelling'], ['visiting', 'new', 'places', 'travelling', 'declaration'], ['new', 'places', 'travelling', 'declaration', 'i'], ['places', 'travelling', 'declaration', 'i', 'hereby'], ['travelling', 'declaration', 'i', 'hereby', 'declare'], ['declaration', 'i', 'hereby', 'declare', 'mentioned'], ['i', 'hereby', 'declare', 'mentioned', 'information'], ['hereby', 'declare', 'mentioned', 'information', 'factual'], ['declare', 'mentioned', 'information', 'factual', 'correct'], ['mentioned', 'information', 'factual', 'correct', 'best'], ['information', 'factual', 'correct', 'best', 'knowledge'], ['factual', 'correct', 'best', 'knowledge', 'belief'], ['correct', 'best', 'knowledge', 'belief', 'date'], ['best', 'knowledge', 'belief', 'date', '27'], ['knowledge', 'belief', 'date', '27', '01'], ['belief', 'date', '27', '01', '2019'], ['date', '27', '01', '2019', 'mr'], ['27', '01', '2019', 'mr', 'manish'], ['01', '2019', 'mr', 'manish', 'prabhakar'], ['2019', 'mr', 'manish', 'prabhakar', 'patil'], ['mr', 'manish', 'prabhakar', 'patil', 'place'], ['manish', 'prabhakar', 'patil', 'place', 'mumbai'], ['prabhakar', 'patil', 'place', 'mumbai', 'education'], ['patil', 'place', 'mumbai', 'education', 'details'], ['place', 'mumbai', 'education', 'details', 'june'], ['mumbai', 'education', 'details', 'june', '2014'], ['education', 'details', 'june', '2014', 'june'], ['details', 'june', '2014', 'june', '2015'], ['june', '2014', 'june', '2015', 'bachelor'], ['2014', 'june', '2015', 'bachelor', 'electronics'], ['june', '2015', 'bachelor', 'electronics', 'telecommunication'], ['2015', 'bachelor', 'electronics', 'telecommunication', 'a'], ['bachelor', 'electronics', 'telecommunication', 'a', 'c'], ['electronics', 'telecommunication', 'a', 'c', 'patil'], ['telecommunication', 'a', 'c', 'patil', 'college'], ['a', 'c', 'patil', 'college', 'engineering'], ['c', 'patil', 'college', 'engineering', 'january'], ['patil', 'college', 'engineering', 'january', '2009'], ['college', 'engineering', 'january', '2009', 'january'], ['engineering', 'january', '2009', 'january', '2011'], ['january', '2009', 'january', '2011', 'engineering'], ['2009', 'january', '2011', 'engineering', 'navi'], ['january', '2011', 'engineering', 'navi', 'mumbai'], ['2011', 'engineering', 'navi', 'mumbai', 'maharashtra'], ['engineering', 'navi', 'mumbai', 'maharashtra', 'bharati'], ['navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth'], ['mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january'], ['maharashtra', 'bharati', 'vidyapeeth', 'january', '2008'], ['bharati', 'vidyapeeth', 'january', '2008', 'h'], ['vidyapeeth', 'january', '2008', 'h', 's'], ['january', '2008', 'h', 's', 'c'], ['2008', 'h', 's', 'c', 'mumbai'], ['h', 's', 'c', 'mumbai', 'maharashtra'], ['s', 'c', 'mumbai', 'maharashtra', 'khalsa'], ['c', 'mumbai', 'maharashtra', 'khalsa', 'college'], ['mumbai', 'maharashtra', 'khalsa', 'college', 'etl'], ['maharashtra', 'khalsa', 'college', 'etl', 'informatica'], ['khalsa', 'college', 'etl', 'informatica', 'developer'], ['college', 'etl', 'informatica', 'developer', 'etl'], ['etl', 'informatica', 'developer', 'etl', 'developer'], ['informatica', 'developer', 'etl', 'developer', 'skill'], ['developer', 'etl', 'developer', 'skill', 'details'], ['etl', 'developer', 'skill', 'details', 'etl'], ['developer', 'skill', 'details', 'etl', 'exprience'], ['skill', 'details', 'etl', 'exprience', 'less'], ['details', 'etl', 'exprience', 'less', '1'], ['etl', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'data'], ['1', 'year', 'months', 'data', 'warehouse'], ['year', 'months', 'data', 'warehouse', 'exprience'], ['months', 'data', 'warehouse', 'exprience', 'less'], ['data', 'warehouse', 'exprience', 'less', '1'], ['warehouse', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'datastage'], ['1', 'year', 'months', 'datastage', 'exprience'], ['year', 'months', 'datastage', 'exprience', 'less'], ['months', 'datastage', 'exprience', 'less', '1'], ['datastage', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'reliance'], ['monthscompany', 'details', 'company', 'reliance', 'infocomm'], ['details', 'company', 'reliance', 'infocomm', 'description'], ['company', 'reliance', 'infocomm', 'description', 'i'], ['reliance', 'infocomm', 'description', 'i', 'havevbeen'], ['infocomm', 'description', 'i', 'havevbeen', 'working'], ['description', 'i', 'havevbeen', 'working', 'etl'], ['i', 'havevbeen', 'working', 'etl', 'developer'], ['havevbeen', 'working', 'etl', 'developer', 'reliance'], ['working', 'etl', 'developer', 'reliance', 'industries'], ['etl', 'developer', 'reliance', 'industries', 'india'], ['developer', 'reliance', 'industries', 'india', 'past'], ['reliance', 'industries', 'india', 'past', '3years'], ['industries', 'india', 'past', '3years', 'i'], ['india', 'past', '3years', 'i', 'good'], ['past', '3years', 'i', 'good', 'knowledge'], ['3years', 'i', 'good', 'knowledge', 'informatica'], ['i', 'good', 'knowledge', 'informatica', 'sql'], ['good', 'knowledge', 'informatica', 'sql', 'well'], ['knowledge', 'informatica', 'sql', 'well', 'good'], ['informatica', 'sql', 'well', 'good', 'knowledge'], ['sql', 'well', 'good', 'knowledge', 'unix'], ['well', 'good', 'knowledge', 'unix', 'i'], ['good', 'knowledge', 'unix', 'i', 'willing'], ['knowledge', 'unix', 'i', 'willing', 'work'], ['unix', 'i', 'willing', 'work', 'company'], ['i', 'willing', 'work', 'company', 'developer'], ['computer', 'skills', 'yes', 'sql', 'knowledge', 'yes'], ['skills', 'yes', 'sql', 'knowledge', 'yes', 'unix'], ['yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge'], ['sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes'], ['knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data'], ['yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse'], ['unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge'], ['knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes'], ['yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab'], ['data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio'], ['warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee'], ['knowledge', 'yes', 'ab', 'intio', 'yee', 'my'], ['yes', 'ab', 'intio', 'yee', 'my', 'hobbies'], ['ab', 'intio', 'yee', 'my', 'hobbies', 'playing'], ['intio', 'yee', 'my', 'hobbies', 'playing', 'cricket'], ['yee', 'my', 'hobbies', 'playing', 'cricket', 'football'], ['my', 'hobbies', 'playing', 'cricket', 'football', 'reading'], ['hobbies', 'playing', 'cricket', 'football', 'reading', 'books'], ['playing', 'cricket', 'football', 'reading', 'books', 'visiting'], ['cricket', 'football', 'reading', 'books', 'visiting', 'new'], ['football', 'reading', 'books', 'visiting', 'new', 'places'], ['reading', 'books', 'visiting', 'new', 'places', 'travelling'], ['books', 'visiting', 'new', 'places', 'travelling', 'declaration'], ['visiting', 'new', 'places', 'travelling', 'declaration', 'i'], ['new', 'places', 'travelling', 'declaration', 'i', 'hereby'], ['places', 'travelling', 'declaration', 'i', 'hereby', 'declare'], ['travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned'], ['declaration', 'i', 'hereby', 'declare', 'mentioned', 'information'], ['i', 'hereby', 'declare', 'mentioned', 'information', 'factual'], ['hereby', 'declare', 'mentioned', 'information', 'factual', 'correct'], ['declare', 'mentioned', 'information', 'factual', 'correct', 'best'], ['mentioned', 'information', 'factual', 'correct', 'best', 'knowledge'], ['information', 'factual', 'correct', 'best', 'knowledge', 'belief'], ['factual', 'correct', 'best', 'knowledge', 'belief', 'date'], ['correct', 'best', 'knowledge', 'belief', 'date', '27'], ['best', 'knowledge', 'belief', 'date', '27', '01'], ['knowledge', 'belief', 'date', '27', '01', '2019'], ['belief', 'date', '27', '01', '2019', 'mr'], ['date', '27', '01', '2019', 'mr', 'manish'], ['27', '01', '2019', 'mr', 'manish', 'prabhakar'], ['01', '2019', 'mr', 'manish', 'prabhakar', 'patil'], ['2019', 'mr', 'manish', 'prabhakar', 'patil', 'place'], ['mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai'], ['manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education'], ['prabhakar', 'patil', 'place', 'mumbai', 'education', 'details'], ['patil', 'place', 'mumbai', 'education', 'details', 'june'], ['place', 'mumbai', 'education', 'details', 'june', '2014'], ['mumbai', 'education', 'details', 'june', '2014', 'june'], ['education', 'details', 'june', '2014', 'june', '2015'], ['details', 'june', '2014', 'june', '2015', 'bachelor'], ['june', '2014', 'june', '2015', 'bachelor', 'electronics'], ['2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication'], ['june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a'], ['2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c'], ['bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil'], ['electronics', 'telecommunication', 'a', 'c', 'patil', 'college'], ['telecommunication', 'a', 'c', 'patil', 'college', 'engineering'], ['a', 'c', 'patil', 'college', 'engineering', 'january'], ['c', 'patil', 'college', 'engineering', 'january', '2009'], ['patil', 'college', 'engineering', 'january', '2009', 'january'], ['college', 'engineering', 'january', '2009', 'january', '2011'], ['engineering', 'january', '2009', 'january', '2011', 'engineering'], ['january', '2009', 'january', '2011', 'engineering', 'navi'], ['2009', 'january', '2011', 'engineering', 'navi', 'mumbai'], ['january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra'], ['2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati'], ['engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth'], ['navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january'], ['mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008'], ['maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h'], ['bharati', 'vidyapeeth', 'january', '2008', 'h', 's'], ['vidyapeeth', 'january', '2008', 'h', 's', 'c'], ['january', '2008', 'h', 's', 'c', 'mumbai'], ['2008', 'h', 's', 'c', 'mumbai', 'maharashtra'], ['h', 's', 'c', 'mumbai', 'maharashtra', 'khalsa'], ['s', 'c', 'mumbai', 'maharashtra', 'khalsa', 'college'], ['c', 'mumbai', 'maharashtra', 'khalsa', 'college', 'etl'], ['mumbai', 'maharashtra', 'khalsa', 'college', 'etl', 'informatica'], ['maharashtra', 'khalsa', 'college', 'etl', 'informatica', 'developer'], ['khalsa', 'college', 'etl', 'informatica', 'developer', 'etl'], ['college', 'etl', 'informatica', 'developer', 'etl', 'developer'], ['etl', 'informatica', 'developer', 'etl', 'developer', 'skill'], ['informatica', 'developer', 'etl', 'developer', 'skill', 'details'], ['developer', 'etl', 'developer', 'skill', 'details', 'etl'], ['etl', 'developer', 'skill', 'details', 'etl', 'exprience'], ['developer', 'skill', 'details', 'etl', 'exprience', 'less'], ['skill', 'details', 'etl', 'exprience', 'less', '1'], ['details', 'etl', 'exprience', 'less', '1', 'year'], ['etl', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'data'], ['less', '1', 'year', 'months', 'data', 'warehouse'], ['1', 'year', 'months', 'data', 'warehouse', 'exprience'], ['year', 'months', 'data', 'warehouse', 'exprience', 'less'], ['months', 'data', 'warehouse', 'exprience', 'less', '1'], ['data', 'warehouse', 'exprience', 'less', '1', 'year'], ['warehouse', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'datastage'], ['less', '1', 'year', 'months', 'datastage', 'exprience'], ['1', 'year', 'months', 'datastage', 'exprience', 'less'], ['year', 'months', 'datastage', 'exprience', 'less', '1'], ['months', 'datastage', 'exprience', 'less', '1', 'year'], ['datastage', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'reliance'], ['year', 'monthscompany', 'details', 'company', 'reliance', 'infocomm'], ['monthscompany', 'details', 'company', 'reliance', 'infocomm', 'description'], ['details', 'company', 'reliance', 'infocomm', 'description', 'i'], ['company', 'reliance', 'infocomm', 'description', 'i', 'havevbeen'], ['reliance', 'infocomm', 'description', 'i', 'havevbeen', 'working'], ['infocomm', 'description', 'i', 'havevbeen', 'working', 'etl'], ['description', 'i', 'havevbeen', 'working', 'etl', 'developer'], ['i', 'havevbeen', 'working', 'etl', 'developer', 'reliance'], ['havevbeen', 'working', 'etl', 'developer', 'reliance', 'industries'], ['working', 'etl', 'developer', 'reliance', 'industries', 'india'], ['etl', 'developer', 'reliance', 'industries', 'india', 'past'], ['developer', 'reliance', 'industries', 'india', 'past', '3years'], ['reliance', 'industries', 'india', 'past', '3years', 'i'], ['industries', 'india', 'past', '3years', 'i', 'good'], ['india', 'past', '3years', 'i', 'good', 'knowledge'], ['past', '3years', 'i', 'good', 'knowledge', 'informatica'], ['3years', 'i', 'good', 'knowledge', 'informatica', 'sql'], ['i', 'good', 'knowledge', 'informatica', 'sql', 'well'], ['good', 'knowledge', 'informatica', 'sql', 'well', 'good'], ['knowledge', 'informatica', 'sql', 'well', 'good', 'knowledge'], ['informatica', 'sql', 'well', 'good', 'knowledge', 'unix'], ['sql', 'well', 'good', 'knowledge', 'unix', 'i'], ['well', 'good', 'knowledge', 'unix', 'i', 'willing'], ['good', 'knowledge', 'unix', 'i', 'willing', 'work'], ['knowledge', 'unix', 'i', 'willing', 'work', 'company'], ['unix', 'i', 'willing', 'work', 'company', 'developer'], ['computer', 'skills', 'yes', 'sql', 'knowledge', 'yes', 'unix'], ['skills', 'yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge'], ['yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes'], ['sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data'], ['knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse'], ['yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge'], ['unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes'], ['knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab'], ['yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio'], ['data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee'], ['warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee', 'my'], ['knowledge', 'yes', 'ab', 'intio', 'yee', 'my', 'hobbies'], ['yes', 'ab', 'intio', 'yee', 'my', 'hobbies', 'playing'], ['ab', 'intio', 'yee', 'my', 'hobbies', 'playing', 'cricket'], ['intio', 'yee', 'my', 'hobbies', 'playing', 'cricket', 'football'], ['yee', 'my', 'hobbies', 'playing', 'cricket', 'football', 'reading'], ['my', 'hobbies', 'playing', 'cricket', 'football', 'reading', 'books'], ['hobbies', 'playing', 'cricket', 'football', 'reading', 'books', 'visiting'], ['playing', 'cricket', 'football', 'reading', 'books', 'visiting', 'new'], ['cricket', 'football', 'reading', 'books', 'visiting', 'new', 'places'], ['football', 'reading', 'books', 'visiting', 'new', 'places', 'travelling'], ['reading', 'books', 'visiting', 'new', 'places', 'travelling', 'declaration'], ['books', 'visiting', 'new', 'places', 'travelling', 'declaration', 'i'], ['visiting', 'new', 'places', 'travelling', 'declaration', 'i', 'hereby'], ['new', 'places', 'travelling', 'declaration', 'i', 'hereby', 'declare'], ['places', 'travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned'], ['travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information'], ['declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'factual'], ['i', 'hereby', 'declare', 'mentioned', 'information', 'factual', 'correct'], ['hereby', 'declare', 'mentioned', 'information', 'factual', 'correct', 'best'], ['declare', 'mentioned', 'information', 'factual', 'correct', 'best', 'knowledge'], ['mentioned', 'information', 'factual', 'correct', 'best', 'knowledge', 'belief'], ['information', 'factual', 'correct', 'best', 'knowledge', 'belief', 'date'], ['factual', 'correct', 'best', 'knowledge', 'belief', 'date', '27'], ['correct', 'best', 'knowledge', 'belief', 'date', '27', '01'], ['best', 'knowledge', 'belief', 'date', '27', '01', '2019'], ['knowledge', 'belief', 'date', '27', '01', '2019', 'mr'], ['belief', 'date', '27', '01', '2019', 'mr', 'manish'], ['date', '27', '01', '2019', 'mr', 'manish', 'prabhakar'], ['27', '01', '2019', 'mr', 'manish', 'prabhakar', 'patil'], ['01', '2019', 'mr', 'manish', 'prabhakar', 'patil', 'place'], ['2019', 'mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai'], ['mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education'], ['manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education', 'details'], ['prabhakar', 'patil', 'place', 'mumbai', 'education', 'details', 'june'], ['patil', 'place', 'mumbai', 'education', 'details', 'june', '2014'], ['place', 'mumbai', 'education', 'details', 'june', '2014', 'june'], ['mumbai', 'education', 'details', 'june', '2014', 'june', '2015'], ['education', 'details', 'june', '2014', 'june', '2015', 'bachelor'], ['details', 'june', '2014', 'june', '2015', 'bachelor', 'electronics'], ['june', '2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication'], ['2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a'], ['june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c'], ['2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil'], ['bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil', 'college'], ['electronics', 'telecommunication', 'a', 'c', 'patil', 'college', 'engineering'], ['telecommunication', 'a', 'c', 'patil', 'college', 'engineering', 'january'], ['a', 'c', 'patil', 'college', 'engineering', 'january', '2009'], ['c', 'patil', 'college', 'engineering', 'january', '2009', 'january'], ['patil', 'college', 'engineering', 'january', '2009', 'january', '2011'], ['college', 'engineering', 'january', '2009', 'january', '2011', 'engineering'], ['engineering', 'january', '2009', 'january', '2011', 'engineering', 'navi'], ['january', '2009', 'january', '2011', 'engineering', 'navi', 'mumbai'], ['2009', 'january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra'], ['january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati'], ['2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth'], ['engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january'], ['navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008'], ['mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h'], ['maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h', 's'], ['bharati', 'vidyapeeth', 'january', '2008', 'h', 's', 'c'], ['vidyapeeth', 'january', '2008', 'h', 's', 'c', 'mumbai'], ['january', '2008', 'h', 's', 'c', 'mumbai', 'maharashtra'], ['2008', 'h', 's', 'c', 'mumbai', 'maharashtra', 'khalsa'], ['h', 's', 'c', 'mumbai', 'maharashtra', 'khalsa', 'college'], ['s', 'c', 'mumbai', 'maharashtra', 'khalsa', 'college', 'etl'], ['c', 'mumbai', 'maharashtra', 'khalsa', 'college', 'etl', 'informatica'], ['mumbai', 'maharashtra', 'khalsa', 'college', 'etl', 'informatica', 'developer'], ['maharashtra', 'khalsa', 'college', 'etl', 'informatica', 'developer', 'etl'], ['khalsa', 'college', 'etl', 'informatica', 'developer', 'etl', 'developer'], ['college', 'etl', 'informatica', 'developer', 'etl', 'developer', 'skill'], ['etl', 'informatica', 'developer', 'etl', 'developer', 'skill', 'details'], ['informatica', 'developer', 'etl', 'developer', 'skill', 'details', 'etl'], ['developer', 'etl', 'developer', 'skill', 'details', 'etl', 'exprience'], ['etl', 'developer', 'skill', 'details', 'etl', 'exprience', 'less'], ['developer', 'skill', 'details', 'etl', 'exprience', 'less', '1'], ['skill', 'details', 'etl', 'exprience', 'less', '1', 'year'], ['details', 'etl', 'exprience', 'less', '1', 'year', 'months'], ['etl', 'exprience', 'less', '1', 'year', 'months', 'data'], ['exprience', 'less', '1', 'year', 'months', 'data', 'warehouse'], ['less', '1', 'year', 'months', 'data', 'warehouse', 'exprience'], ['1', 'year', 'months', 'data', 'warehouse', 'exprience', 'less'], ['year', 'months', 'data', 'warehouse', 'exprience', 'less', '1'], ['months', 'data', 'warehouse', 'exprience', 'less', '1', 'year'], ['data', 'warehouse', 'exprience', 'less', '1', 'year', 'months'], ['warehouse', 'exprience', 'less', '1', 'year', 'months', 'datastage'], ['exprience', 'less', '1', 'year', 'months', 'datastage', 'exprience'], ['less', '1', 'year', 'months', 'datastage', 'exprience', 'less'], ['1', 'year', 'months', 'datastage', 'exprience', 'less', '1'], ['year', 'months', 'datastage', 'exprience', 'less', '1', 'year'], ['months', 'datastage', 'exprience', 'less', '1', 'year', 'monthscompany'], ['datastage', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'reliance'], ['1', 'year', 'monthscompany', 'details', 'company', 'reliance', 'infocomm'], ['year', 'monthscompany', 'details', 'company', 'reliance', 'infocomm', 'description'], ['monthscompany', 'details', 'company', 'reliance', 'infocomm', 'description', 'i'], ['details', 'company', 'reliance', 'infocomm', 'description', 'i', 'havevbeen'], ['company', 'reliance', 'infocomm', 'description', 'i', 'havevbeen', 'working'], ['reliance', 'infocomm', 'description', 'i', 'havevbeen', 'working', 'etl'], ['infocomm', 'description', 'i', 'havevbeen', 'working', 'etl', 'developer'], ['description', 'i', 'havevbeen', 'working', 'etl', 'developer', 'reliance'], ['i', 'havevbeen', 'working', 'etl', 'developer', 'reliance', 'industries'], ['havevbeen', 'working', 'etl', 'developer', 'reliance', 'industries', 'india'], ['working', 'etl', 'developer', 'reliance', 'industries', 'india', 'past'], ['etl', 'developer', 'reliance', 'industries', 'india', 'past', '3years'], ['developer', 'reliance', 'industries', 'india', 'past', '3years', 'i'], ['reliance', 'industries', 'india', 'past', '3years', 'i', 'good'], ['industries', 'india', 'past', '3years', 'i', 'good', 'knowledge'], ['india', 'past', '3years', 'i', 'good', 'knowledge', 'informatica'], ['past', '3years', 'i', 'good', 'knowledge', 'informatica', 'sql'], ['3years', 'i', 'good', 'knowledge', 'informatica', 'sql', 'well'], ['i', 'good', 'knowledge', 'informatica', 'sql', 'well', 'good'], ['good', 'knowledge', 'informatica', 'sql', 'well', 'good', 'knowledge'], ['knowledge', 'informatica', 'sql', 'well', 'good', 'knowledge', 'unix'], ['informatica', 'sql', 'well', 'good', 'knowledge', 'unix', 'i'], ['sql', 'well', 'good', 'knowledge', 'unix', 'i', 'willing'], ['well', 'good', 'knowledge', 'unix', 'i', 'willing', 'work'], ['good', 'knowledge', 'unix', 'i', 'willing', 'work', 'company'], ['knowledge', 'unix', 'i', 'willing', 'work', 'company', 'developer'], ['computer', 'skills', 'yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge'], ['skills', 'yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes'], ['yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data'], ['sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse'], ['knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge'], ['yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes'], ['unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab'], ['knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio'], ['yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee'], ['data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee', 'my'], ['warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee', 'my', 'hobbies'], ['knowledge', 'yes', 'ab', 'intio', 'yee', 'my', 'hobbies', 'playing'], ['yes', 'ab', 'intio', 'yee', 'my', 'hobbies', 'playing', 'cricket'], ['ab', 'intio', 'yee', 'my', 'hobbies', 'playing', 'cricket', 'football'], ['intio', 'yee', 'my', 'hobbies', 'playing', 'cricket', 'football', 'reading'], ['yee', 'my', 'hobbies', 'playing', 'cricket', 'football', 'reading', 'books'], ['my', 'hobbies', 'playing', 'cricket', 'football', 'reading', 'books', 'visiting'], ['hobbies', 'playing', 'cricket', 'football', 'reading', 'books', 'visiting', 'new'], ['playing', 'cricket', 'football', 'reading', 'books', 'visiting', 'new', 'places'], ['cricket', 'football', 'reading', 'books', 'visiting', 'new', 'places', 'travelling'], ['football', 'reading', 'books', 'visiting', 'new', 'places', 'travelling', 'declaration'], ['reading', 'books', 'visiting', 'new', 'places', 'travelling', 'declaration', 'i'], ['books', 'visiting', 'new', 'places', 'travelling', 'declaration', 'i', 'hereby'], ['visiting', 'new', 'places', 'travelling', 'declaration', 'i', 'hereby', 'declare'], ['new', 'places', 'travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned'], ['places', 'travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information'], ['travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'factual'], ['declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'factual', 'correct'], ['i', 'hereby', 'declare', 'mentioned', 'information', 'factual', 'correct', 'best'], ['hereby', 'declare', 'mentioned', 'information', 'factual', 'correct', 'best', 'knowledge'], ['declare', 'mentioned', 'information', 'factual', 'correct', 'best', 'knowledge', 'belief'], ['mentioned', 'information', 'factual', 'correct', 'best', 'knowledge', 'belief', 'date'], ['information', 'factual', 'correct', 'best', 'knowledge', 'belief', 'date', '27'], ['factual', 'correct', 'best', 'knowledge', 'belief', 'date', '27', '01'], ['correct', 'best', 'knowledge', 'belief', 'date', '27', '01', '2019'], ['best', 'knowledge', 'belief', 'date', '27', '01', '2019', 'mr'], ['knowledge', 'belief', 'date', '27', '01', '2019', 'mr', 'manish'], ['belief', 'date', '27', '01', '2019', 'mr', 'manish', 'prabhakar'], ['date', '27', '01', '2019', 'mr', 'manish', 'prabhakar', 'patil'], ['27', '01', '2019', 'mr', 'manish', 'prabhakar', 'patil', 'place'], ['01', '2019', 'mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai'], ['2019', 'mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education'], ['mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education', 'details'], ['manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education', 'details', 'june'], ['prabhakar', 'patil', 'place', 'mumbai', 'education', 'details', 'june', '2014'], ['patil', 'place', 'mumbai', 'education', 'details', 'june', '2014', 'june'], ['place', 'mumbai', 'education', 'details', 'june', '2014', 'june', '2015'], ['mumbai', 'education', 'details', 'june', '2014', 'june', '2015', 'bachelor'], ['education', 'details', 'june', '2014', 'june', '2015', 'bachelor', 'electronics'], ['details', 'june', '2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication'], ['june', '2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a'], ['2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c'], ['june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil'], ['2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil', 'college'], ['bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil', 'college', 'engineering'], ['electronics', 'telecommunication', 'a', 'c', 'patil', 'college', 'engineering', 'january'], ['telecommunication', 'a', 'c', 'patil', 'college', 'engineering', 'january', '2009'], ['a', 'c', 'patil', 'college', 'engineering', 'january', '2009', 'january'], ['c', 'patil', 'college', 'engineering', 'january', '2009', 'january', '2011'], ['patil', 'college', 'engineering', 'january', '2009', 'january', '2011', 'engineering'], ['college', 'engineering', 'january', '2009', 'january', '2011', 'engineering', 'navi'], ['engineering', 'january', '2009', 'january', '2011', 'engineering', 'navi', 'mumbai'], ['january', '2009', 'january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra'], ['2009', 'january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati'], ['january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth'], ['2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january'], ['engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008'], ['navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h'], ['mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h', 's'], ...], [['technical'], ['skills'], ['web'], ['technologies'], ['asp'], ['net'], ['html'], ['css'], ['jquery'], ['languages'], ['c'], ['c'], ['c'], ['mvc'], ['5'], ['database'], ['sql'], ['server'], ['2005'], ['2008'], ['2016'], ['reporting'], ['tools'], ['kindo'], ['ui'], ['telerik'], ['functions'], ['crystal'], ['report'], ['platforms'], ['visual'], ['stadio'], ['2010'], ['2014'], ['education'], ['details'], ['january'], ['2014'], ['b'], ['e'], ['satara'], ['maharashtra'], ['l'], ['n'], ['b'], ['c'], ['college'], ['engg'], ['satara'], ['january'], ['2011'], ['diploma'], ['thergaon'], ['pune'], ['maharashtra'], ['m'], ['m'], ['polytechnic'], ['dot'], ['net'], ['developer'], ['skill'], ['details'], ['net'], ['exprience'], ['24'], ['months'], ['asp'], ['exprience'], ['24'], ['months'], ['c'], ['exprience'], ['24'], ['months'], ['c'], ['exprience'], ['6'], ['months'], ['crystal'], ['repo'], ['exprience'], ['6'], ['months'], ['html'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['css'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['entityframewok'], ['jquery'], ['javascript'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['mvc'], ['exprience'], ['6'], ['months'], ['sql'], ['exprience'], ['24'], ['monthscompany'], ['details'], ['company'], ['corecode'], ['technology'], ['description'], ['worked'], ['web'], ['application'], ['using'], ['asp'], ['c'], ['well'], ['sql'], ['database'], ['also'], ['bootstrap'], ['css'], ['html'], ['designing'], ['created'], ['reports'], ['using'], ['kindo'], ['telerik'], ['controls'], ['company'], ['inetsoft'], ['solution'], ['description'], ['created'], ['web'], ['application'], ['using'], ['asp'], ['c'], ['also'], ['used'], ['sql'], ['database'], ['technical', 'skills'], ['skills', 'web'], ['web', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'html'], ['html', 'css'], ['css', 'jquery'], ['jquery', 'languages'], ['languages', 'c'], ['c', 'c'], ['c', 'c'], ['c', 'mvc'], ['mvc', '5'], ['5', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2005'], ['2005', '2008'], ['2008', '2016'], ['2016', 'reporting'], ['reporting', 'tools'], ['tools', 'kindo'], ['kindo', 'ui'], ['ui', 'telerik'], ['telerik', 'functions'], ['functions', 'crystal'], ['crystal', 'report'], ['report', 'platforms'], ['platforms', 'visual'], ['visual', 'stadio'], ['stadio', '2010'], ['2010', '2014'], ['2014', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'b'], ['b', 'e'], ['e', 'satara'], ['satara', 'maharashtra'], ['maharashtra', 'l'], ['l', 'n'], ['n', 'b'], ['b', 'c'], ['c', 'college'], ['college', 'engg'], ['engg', 'satara'], ['satara', 'january'], ['january', '2011'], ['2011', 'diploma'], ['diploma', 'thergaon'], ['thergaon', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'm'], ['m', 'm'], ['m', 'polytechnic'], ['polytechnic', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'net'], ['net', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'asp'], ['asp', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'crystal'], ['crystal', 'repo'], ['repo', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'css'], ['css', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'entityframewok'], ['entityframewok', 'jquery'], ['jquery', 'javascript'], ['javascript', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'mvc'], ['mvc', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'sql'], ['sql', 'exprience'], ['exprience', '24'], ['24', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'corecode'], ['corecode', 'technology'], ['technology', 'description'], ['description', 'worked'], ['worked', 'web'], ['web', 'application'], ['application', 'using'], ['using', 'asp'], ['asp', 'c'], ['c', 'well'], ['well', 'sql'], ['sql', 'database'], ['database', 'also'], ['also', 'bootstrap'], ['bootstrap', 'css'], ['css', 'html'], ['html', 'designing'], ['designing', 'created'], ['created', 'reports'], ['reports', 'using'], ['using', 'kindo'], ['kindo', 'telerik'], ['telerik', 'controls'], ['controls', 'company'], ['company', 'inetsoft'], ['inetsoft', 'solution'], ['solution', 'description'], ['description', 'created'], ['created', 'web'], ['web', 'application'], ['application', 'using'], ['using', 'asp'], ['asp', 'c'], ['c', 'also'], ['also', 'used'], ['used', 'sql'], ['sql', 'database'], ['technical', 'skills', 'web'], ['skills', 'web', 'technologies'], ['web', 'technologies', 'asp'], ['technologies', 'asp', 'net'], ['asp', 'net', 'html'], ['net', 'html', 'css'], ['html', 'css', 'jquery'], ['css', 'jquery', 'languages'], ['jquery', 'languages', 'c'], ['languages', 'c', 'c'], ['c', 'c', 'c'], ['c', 'c', 'mvc'], ['c', 'mvc', '5'], ['mvc', '5', 'database'], ['5', 'database', 'sql'], ['database', 'sql', 'server'], ['sql', 'server', '2005'], ['server', '2005', '2008'], ['2005', '2008', '2016'], ['2008', '2016', 'reporting'], ['2016', 'reporting', 'tools'], ['reporting', 'tools', 'kindo'], ['tools', 'kindo', 'ui'], ['kindo', 'ui', 'telerik'], ['ui', 'telerik', 'functions'], ['telerik', 'functions', 'crystal'], ['functions', 'crystal', 'report'], ['crystal', 'report', 'platforms'], ['report', 'platforms', 'visual'], ['platforms', 'visual', 'stadio'], ['visual', 'stadio', '2010'], ['stadio', '2010', '2014'], ['2010', '2014', 'education'], ['2014', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'b'], ['2014', 'b', 'e'], ['b', 'e', 'satara'], ['e', 'satara', 'maharashtra'], ['satara', 'maharashtra', 'l'], ['maharashtra', 'l', 'n'], ['l', 'n', 'b'], ['n', 'b', 'c'], ['b', 'c', 'college'], ['c', 'college', 'engg'], ['college', 'engg', 'satara'], ['engg', 'satara', 'january'], ['satara', 'january', '2011'], ['january', '2011', 'diploma'], ['2011', 'diploma', 'thergaon'], ['diploma', 'thergaon', 'pune'], ['thergaon', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'm'], ['maharashtra', 'm', 'm'], ['m', 'm', 'polytechnic'], ['m', 'polytechnic', 'dot'], ['polytechnic', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'net'], ['details', 'net', 'exprience'], ['net', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'asp'], ['months', 'asp', 'exprience'], ['asp', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'crystal'], ['months', 'crystal', 'repo'], ['crystal', 'repo', 'exprience'], ['repo', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'css'], ['months', 'css', 'exprience'], ['css', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'entityframewok'], ['months', 'entityframewok', 'jquery'], ['entityframewok', 'jquery', 'javascript'], ['jquery', 'javascript', 'exprience'], ['javascript', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'mvc'], ['months', 'mvc', 'exprience'], ['mvc', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'sql'], ['months', 'sql', 'exprience'], ['sql', 'exprience', '24'], ['exprience', '24', 'monthscompany'], ['24', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'corecode'], ['company', 'corecode', 'technology'], ['corecode', 'technology', 'description'], ['technology', 'description', 'worked'], ['description', 'worked', 'web'], ['worked', 'web', 'application'], ['web', 'application', 'using'], ['application', 'using', 'asp'], ['using', 'asp', 'c'], ['asp', 'c', 'well'], ['c', 'well', 'sql'], ['well', 'sql', 'database'], ['sql', 'database', 'also'], ['database', 'also', 'bootstrap'], ['also', 'bootstrap', 'css'], ['bootstrap', 'css', 'html'], ['css', 'html', 'designing'], ['html', 'designing', 'created'], ['designing', 'created', 'reports'], ['created', 'reports', 'using'], ['reports', 'using', 'kindo'], ['using', 'kindo', 'telerik'], ['kindo', 'telerik', 'controls'], ['telerik', 'controls', 'company'], ['controls', 'company', 'inetsoft'], ['company', 'inetsoft', 'solution'], ['inetsoft', 'solution', 'description'], ['solution', 'description', 'created'], ['description', 'created', 'web'], ['created', 'web', 'application'], ['web', 'application', 'using'], ['application', 'using', 'asp'], ['using', 'asp', 'c'], ['asp', 'c', 'also'], ['c', 'also', 'used'], ['also', 'used', 'sql'], ['used', 'sql', 'database'], ['technical', 'skills', 'web', 'technologies'], ['skills', 'web', 'technologies', 'asp'], ['web', 'technologies', 'asp', 'net'], ['technologies', 'asp', 'net', 'html'], ['asp', 'net', 'html', 'css'], ['net', 'html', 'css', 'jquery'], ['html', 'css', 'jquery', 'languages'], ['css', 'jquery', 'languages', 'c'], ['jquery', 'languages', 'c', 'c'], ['languages', 'c', 'c', 'c'], ['c', 'c', 'c', 'mvc'], ['c', 'c', 'mvc', '5'], ['c', 'mvc', '5', 'database'], ['mvc', '5', 'database', 'sql'], ['5', 'database', 'sql', 'server'], ['database', 'sql', 'server', '2005'], ['sql', 'server', '2005', '2008'], ['server', '2005', '2008', '2016'], ['2005', '2008', '2016', 'reporting'], ['2008', '2016', 'reporting', 'tools'], ['2016', 'reporting', 'tools', 'kindo'], ['reporting', 'tools', 'kindo', 'ui'], ['tools', 'kindo', 'ui', 'telerik'], ['kindo', 'ui', 'telerik', 'functions'], ['ui', 'telerik', 'functions', 'crystal'], ['telerik', 'functions', 'crystal', 'report'], ['functions', 'crystal', 'report', 'platforms'], ['crystal', 'report', 'platforms', 'visual'], ['report', 'platforms', 'visual', 'stadio'], ['platforms', 'visual', 'stadio', '2010'], ['visual', 'stadio', '2010', '2014'], ['stadio', '2010', '2014', 'education'], ['2010', '2014', 'education', 'details'], ['2014', 'education', 'details', 'january'], ['education', 'details', 'january', '2014'], ['details', 'january', '2014', 'b'], ['january', '2014', 'b', 'e'], ['2014', 'b', 'e', 'satara'], ['b', 'e', 'satara', 'maharashtra'], ['e', 'satara', 'maharashtra', 'l'], ['satara', 'maharashtra', 'l', 'n'], ['maharashtra', 'l', 'n', 'b'], ['l', 'n', 'b', 'c'], ['n', 'b', 'c', 'college'], ['b', 'c', 'college', 'engg'], ['c', 'college', 'engg', 'satara'], ['college', 'engg', 'satara', 'january'], ['engg', 'satara', 'january', '2011'], ['satara', 'january', '2011', 'diploma'], ['january', '2011', 'diploma', 'thergaon'], ['2011', 'diploma', 'thergaon', 'pune'], ['diploma', 'thergaon', 'pune', 'maharashtra'], ['thergaon', 'pune', 'maharashtra', 'm'], ['pune', 'maharashtra', 'm', 'm'], ['maharashtra', 'm', 'm', 'polytechnic'], ['m', 'm', 'polytechnic', 'dot'], ['m', 'polytechnic', 'dot', 'net'], ['polytechnic', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'skill'], ['net', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'net'], ['skill', 'details', 'net', 'exprience'], ['details', 'net', 'exprience', '24'], ['net', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'asp'], ['24', 'months', 'asp', 'exprience'], ['months', 'asp', 'exprience', '24'], ['asp', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'c'], ['24', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', '24'], ['c', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'c'], ['24', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'crystal'], ['6', 'months', 'crystal', 'repo'], ['months', 'crystal', 'repo', 'exprience'], ['crystal', 'repo', 'exprience', '6'], ['repo', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'html'], ['6', 'months', 'html', 'exprience'], ['months', 'html', 'exprience', 'less'], ['html', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'css'], ['year', 'months', 'css', 'exprience'], ['months', 'css', 'exprience', 'less'], ['css', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'entityframewok'], ['year', 'months', 'entityframewok', 'jquery'], ['months', 'entityframewok', 'jquery', 'javascript'], ['entityframewok', 'jquery', 'javascript', 'exprience'], ['jquery', 'javascript', 'exprience', 'less'], ['javascript', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'mvc'], ['year', 'months', 'mvc', 'exprience'], ['months', 'mvc', 'exprience', '6'], ['mvc', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'sql'], ['6', 'months', 'sql', 'exprience'], ['months', 'sql', 'exprience', '24'], ['sql', 'exprience', '24', 'monthscompany'], ['exprience', '24', 'monthscompany', 'details'], ['24', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'corecode'], ['details', 'company', 'corecode', 'technology'], ['company', 'corecode', 'technology', 'description'], ['corecode', 'technology', 'description', 'worked'], ['technology', 'description', 'worked', 'web'], ['description', 'worked', 'web', 'application'], ['worked', 'web', 'application', 'using'], ['web', 'application', 'using', 'asp'], ['application', 'using', 'asp', 'c'], ['using', 'asp', 'c', 'well'], ['asp', 'c', 'well', 'sql'], ['c', 'well', 'sql', 'database'], ['well', 'sql', 'database', 'also'], ['sql', 'database', 'also', 'bootstrap'], ['database', 'also', 'bootstrap', 'css'], ['also', 'bootstrap', 'css', 'html'], ['bootstrap', 'css', 'html', 'designing'], ['css', 'html', 'designing', 'created'], ['html', 'designing', 'created', 'reports'], ['designing', 'created', 'reports', 'using'], ['created', 'reports', 'using', 'kindo'], ['reports', 'using', 'kindo', 'telerik'], ['using', 'kindo', 'telerik', 'controls'], ['kindo', 'telerik', 'controls', 'company'], ['telerik', 'controls', 'company', 'inetsoft'], ['controls', 'company', 'inetsoft', 'solution'], ['company', 'inetsoft', 'solution', 'description'], ['inetsoft', 'solution', 'description', 'created'], ['solution', 'description', 'created', 'web'], ['description', 'created', 'web', 'application'], ['created', 'web', 'application', 'using'], ['web', 'application', 'using', 'asp'], ['application', 'using', 'asp', 'c'], ['using', 'asp', 'c', 'also'], ['asp', 'c', 'also', 'used'], ['c', 'also', 'used', 'sql'], ['also', 'used', 'sql', 'database'], ['technical', 'skills', 'web', 'technologies', 'asp'], ['skills', 'web', 'technologies', 'asp', 'net'], ['web', 'technologies', 'asp', 'net', 'html'], ['technologies', 'asp', 'net', 'html', 'css'], ['asp', 'net', 'html', 'css', 'jquery'], ['net', 'html', 'css', 'jquery', 'languages'], ['html', 'css', 'jquery', 'languages', 'c'], ['css', 'jquery', 'languages', 'c', 'c'], ['jquery', 'languages', 'c', 'c', 'c'], ['languages', 'c', 'c', 'c', 'mvc'], ['c', 'c', 'c', 'mvc', '5'], ['c', 'c', 'mvc', '5', 'database'], ['c', 'mvc', '5', 'database', 'sql'], ['mvc', '5', 'database', 'sql', 'server'], ['5', 'database', 'sql', 'server', '2005'], ['database', 'sql', 'server', '2005', '2008'], ['sql', 'server', '2005', '2008', '2016'], ['server', '2005', '2008', '2016', 'reporting'], ['2005', '2008', '2016', 'reporting', 'tools'], ['2008', '2016', 'reporting', 'tools', 'kindo'], ['2016', 'reporting', 'tools', 'kindo', 'ui'], ['reporting', 'tools', 'kindo', 'ui', 'telerik'], ['tools', 'kindo', 'ui', 'telerik', 'functions'], ['kindo', 'ui', 'telerik', 'functions', 'crystal'], ['ui', 'telerik', 'functions', 'crystal', 'report'], ['telerik', 'functions', 'crystal', 'report', 'platforms'], ['functions', 'crystal', 'report', 'platforms', 'visual'], ['crystal', 'report', 'platforms', 'visual', 'stadio'], ['report', 'platforms', 'visual', 'stadio', '2010'], ['platforms', 'visual', 'stadio', '2010', '2014'], ['visual', 'stadio', '2010', '2014', 'education'], ['stadio', '2010', '2014', 'education', 'details'], ['2010', '2014', 'education', 'details', 'january'], ['2014', 'education', 'details', 'january', '2014'], ['education', 'details', 'january', '2014', 'b'], ['details', 'january', '2014', 'b', 'e'], ['january', '2014', 'b', 'e', 'satara'], ['2014', 'b', 'e', 'satara', 'maharashtra'], ['b', 'e', 'satara', 'maharashtra', 'l'], ['e', 'satara', 'maharashtra', 'l', 'n'], ['satara', 'maharashtra', 'l', 'n', 'b'], ['maharashtra', 'l', 'n', 'b', 'c'], ['l', 'n', 'b', 'c', 'college'], ['n', 'b', 'c', 'college', 'engg'], ['b', 'c', 'college', 'engg', 'satara'], ['c', 'college', 'engg', 'satara', 'january'], ['college', 'engg', 'satara', 'january', '2011'], ['engg', 'satara', 'january', '2011', 'diploma'], ['satara', 'january', '2011', 'diploma', 'thergaon'], ['january', '2011', 'diploma', 'thergaon', 'pune'], ['2011', 'diploma', 'thergaon', 'pune', 'maharashtra'], ['diploma', 'thergaon', 'pune', 'maharashtra', 'm'], ['thergaon', 'pune', 'maharashtra', 'm', 'm'], ['pune', 'maharashtra', 'm', 'm', 'polytechnic'], ['maharashtra', 'm', 'm', 'polytechnic', 'dot'], ['m', 'm', 'polytechnic', 'dot', 'net'], ['m', 'polytechnic', 'dot', 'net', 'developer'], ['polytechnic', 'dot', 'net', 'developer', 'skill'], ['dot', 'net', 'developer', 'skill', 'details'], ['net', 'developer', 'skill', 'details', 'net'], ['developer', 'skill', 'details', 'net', 'exprience'], ['skill', 'details', 'net', 'exprience', '24'], ['details', 'net', 'exprience', '24', 'months'], ['net', 'exprience', '24', 'months', 'asp'], ['exprience', '24', 'months', 'asp', 'exprience'], ['24', 'months', 'asp', 'exprience', '24'], ['months', 'asp', 'exprience', '24', 'months'], ['asp', 'exprience', '24', 'months', 'c'], ['exprience', '24', 'months', 'c', 'exprience'], ['24', 'months', 'c', 'exprience', '24'], ['months', 'c', 'exprience', '24', 'months'], ['c', 'exprience', '24', 'months', 'c'], ['exprience', '24', 'months', 'c', 'exprience'], ['24', 'months', 'c', 'exprience', '6'], ['months', 'c', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'crystal'], ['exprience', '6', 'months', 'crystal', 'repo'], ['6', 'months', 'crystal', 'repo', 'exprience'], ['months', 'crystal', 'repo', 'exprience', '6'], ['crystal', 'repo', 'exprience', '6', 'months'], ['repo', 'exprience', '6', 'months', 'html'], ['exprience', '6', 'months', 'html', 'exprience'], ['6', 'months', 'html', 'exprience', 'less'], ['months', 'html', 'exprience', 'less', '1'], ['html', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'css'], ['1', 'year', 'months', 'css', 'exprience'], ['year', 'months', 'css', 'exprience', 'less'], ['months', 'css', 'exprience', 'less', '1'], ['css', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'entityframewok'], ['1', 'year', 'months', 'entityframewok', 'jquery'], ['year', 'months', 'entityframewok', 'jquery', 'javascript'], ['months', 'entityframewok', 'jquery', 'javascript', 'exprience'], ['entityframewok', 'jquery', 'javascript', 'exprience', 'less'], ['jquery', 'javascript', 'exprience', 'less', '1'], ['javascript', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'mvc'], ['1', 'year', 'months', 'mvc', 'exprience'], ['year', 'months', 'mvc', 'exprience', '6'], ['months', 'mvc', 'exprience', '6', 'months'], ['mvc', 'exprience', '6', 'months', 'sql'], ['exprience', '6', 'months', 'sql', 'exprience'], ['6', 'months', 'sql', 'exprience', '24'], ['months', 'sql', 'exprience', '24', 'monthscompany'], ['sql', 'exprience', '24', 'monthscompany', 'details'], ['exprience', '24', 'monthscompany', 'details', 'company'], ['24', 'monthscompany', 'details', 'company', 'corecode'], ['monthscompany', 'details', 'company', 'corecode', 'technology'], ['details', 'company', 'corecode', 'technology', 'description'], ['company', 'corecode', 'technology', 'description', 'worked'], ['corecode', 'technology', 'description', 'worked', 'web'], ['technology', 'description', 'worked', 'web', 'application'], ['description', 'worked', 'web', 'application', 'using'], ['worked', 'web', 'application', 'using', 'asp'], ['web', 'application', 'using', 'asp', 'c'], ['application', 'using', 'asp', 'c', 'well'], ['using', 'asp', 'c', 'well', 'sql'], ['asp', 'c', 'well', 'sql', 'database'], ['c', 'well', 'sql', 'database', 'also'], ['well', 'sql', 'database', 'also', 'bootstrap'], ['sql', 'database', 'also', 'bootstrap', 'css'], ['database', 'also', 'bootstrap', 'css', 'html'], ['also', 'bootstrap', 'css', 'html', 'designing'], ['bootstrap', 'css', 'html', 'designing', 'created'], ['css', 'html', 'designing', 'created', 'reports'], ['html', 'designing', 'created', 'reports', 'using'], ['designing', 'created', 'reports', 'using', 'kindo'], ['created', 'reports', 'using', 'kindo', 'telerik'], ['reports', 'using', 'kindo', 'telerik', 'controls'], ['using', 'kindo', 'telerik', 'controls', 'company'], ['kindo', 'telerik', 'controls', 'company', 'inetsoft'], ['telerik', 'controls', 'company', 'inetsoft', 'solution'], ['controls', 'company', 'inetsoft', 'solution', 'description'], ['company', 'inetsoft', 'solution', 'description', 'created'], ['inetsoft', 'solution', 'description', 'created', 'web'], ['solution', 'description', 'created', 'web', 'application'], ['description', 'created', 'web', 'application', 'using'], ['created', 'web', 'application', 'using', 'asp'], ['web', 'application', 'using', 'asp', 'c'], ['application', 'using', 'asp', 'c', 'also'], ['using', 'asp', 'c', 'also', 'used'], ['asp', 'c', 'also', 'used', 'sql'], ['c', 'also', 'used', 'sql', 'database'], ['technical', 'skills', 'web', 'technologies', 'asp', 'net'], ['skills', 'web', 'technologies', 'asp', 'net', 'html'], ['web', 'technologies', 'asp', 'net', 'html', 'css'], ['technologies', 'asp', 'net', 'html', 'css', 'jquery'], ['asp', 'net', 'html', 'css', 'jquery', 'languages'], ['net', 'html', 'css', 'jquery', 'languages', 'c'], ['html', 'css', 'jquery', 'languages', 'c', 'c'], ['css', 'jquery', 'languages', 'c', 'c', 'c'], ['jquery', 'languages', 'c', 'c', 'c', 'mvc'], ['languages', 'c', 'c', 'c', 'mvc', '5'], ['c', 'c', 'c', 'mvc', '5', 'database'], ['c', 'c', 'mvc', '5', 'database', 'sql'], ['c', 'mvc', '5', 'database', 'sql', 'server'], ['mvc', '5', 'database', 'sql', 'server', '2005'], ['5', 'database', 'sql', 'server', '2005', '2008'], ['database', 'sql', 'server', '2005', '2008', '2016'], ['sql', 'server', '2005', '2008', '2016', 'reporting'], ['server', '2005', '2008', '2016', 'reporting', 'tools'], ['2005', '2008', '2016', 'reporting', 'tools', 'kindo'], ['2008', '2016', 'reporting', 'tools', 'kindo', 'ui'], ['2016', 'reporting', 'tools', 'kindo', 'ui', 'telerik'], ['reporting', 'tools', 'kindo', 'ui', 'telerik', 'functions'], ['tools', 'kindo', 'ui', 'telerik', 'functions', 'crystal'], ['kindo', 'ui', 'telerik', 'functions', 'crystal', 'report'], ['ui', 'telerik', 'functions', 'crystal', 'report', 'platforms'], ['telerik', 'functions', 'crystal', 'report', 'platforms', 'visual'], ['functions', 'crystal', 'report', 'platforms', 'visual', 'stadio'], ['crystal', 'report', 'platforms', 'visual', 'stadio', '2010'], ['report', 'platforms', 'visual', 'stadio', '2010', '2014'], ['platforms', 'visual', 'stadio', '2010', '2014', 'education'], ['visual', 'stadio', '2010', '2014', 'education', 'details'], ['stadio', '2010', '2014', 'education', 'details', 'january'], ['2010', '2014', 'education', 'details', 'january', '2014'], ['2014', 'education', 'details', 'january', '2014', 'b'], ['education', 'details', 'january', '2014', 'b', 'e'], ['details', 'january', '2014', 'b', 'e', 'satara'], ['january', '2014', 'b', 'e', 'satara', 'maharashtra'], ['2014', 'b', 'e', 'satara', 'maharashtra', 'l'], ['b', 'e', 'satara', 'maharashtra', 'l', 'n'], ['e', 'satara', 'maharashtra', 'l', 'n', 'b'], ['satara', 'maharashtra', 'l', 'n', 'b', 'c'], ['maharashtra', 'l', 'n', 'b', 'c', 'college'], ['l', 'n', 'b', 'c', 'college', 'engg'], ['n', 'b', 'c', 'college', 'engg', 'satara'], ['b', 'c', 'college', 'engg', 'satara', 'january'], ['c', 'college', 'engg', 'satara', 'january', '2011'], ['college', 'engg', 'satara', 'january', '2011', 'diploma'], ['engg', 'satara', 'january', '2011', 'diploma', 'thergaon'], ['satara', 'january', '2011', 'diploma', 'thergaon', 'pune'], ['january', '2011', 'diploma', 'thergaon', 'pune', 'maharashtra'], ['2011', 'diploma', 'thergaon', 'pune', 'maharashtra', 'm'], ['diploma', 'thergaon', 'pune', 'maharashtra', 'm', 'm'], ['thergaon', 'pune', 'maharashtra', 'm', 'm', 'polytechnic'], ['pune', 'maharashtra', 'm', 'm', 'polytechnic', 'dot'], ['maharashtra', 'm', 'm', 'polytechnic', 'dot', 'net'], ['m', 'm', 'polytechnic', 'dot', 'net', 'developer'], ['m', 'polytechnic', 'dot', 'net', 'developer', 'skill'], ['polytechnic', 'dot', 'net', 'developer', 'skill', 'details'], ['dot', 'net', 'developer', 'skill', 'details', 'net'], ['net', 'developer', 'skill', 'details', 'net', 'exprience'], ['developer', 'skill', 'details', 'net', 'exprience', '24'], ['skill', 'details', 'net', 'exprience', '24', 'months'], ['details', 'net', 'exprience', '24', 'months', 'asp'], ['net', 'exprience', '24', 'months', 'asp', 'exprience'], ['exprience', '24', 'months', 'asp', 'exprience', '24'], ['24', 'months', 'asp', 'exprience', '24', 'months'], ['months', 'asp', 'exprience', '24', 'months', 'c'], ['asp', 'exprience', '24', 'months', 'c', 'exprience'], ['exprience', '24', 'months', 'c', 'exprience', '24'], ['24', 'months', 'c', 'exprience', '24', 'months'], ['months', 'c', 'exprience', '24', 'months', 'c'], ['c', 'exprience', '24', 'months', 'c', 'exprience'], ['exprience', '24', 'months', 'c', 'exprience', '6'], ['24', 'months', 'c', 'exprience', '6', 'months'], ['months', 'c', 'exprience', '6', 'months', 'crystal'], ['c', 'exprience', '6', 'months', 'crystal', 'repo'], ['exprience', '6', 'months', 'crystal', 'repo', 'exprience'], ['6', 'months', 'crystal', 'repo', 'exprience', '6'], ['months', 'crystal', 'repo', 'exprience', '6', 'months'], ['crystal', 'repo', 'exprience', '6', 'months', 'html'], ['repo', 'exprience', '6', 'months', 'html', 'exprience'], ['exprience', '6', 'months', 'html', 'exprience', 'less'], ['6', 'months', 'html', 'exprience', 'less', '1'], ['months', 'html', 'exprience', 'less', '1', 'year'], ['html', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'css'], ['less', '1', 'year', 'months', 'css', 'exprience'], ['1', 'year', 'months', 'css', 'exprience', 'less'], ['year', 'months', 'css', 'exprience', 'less', '1'], ['months', 'css', 'exprience', 'less', '1', 'year'], ['css', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'entityframewok'], ['less', '1', 'year', 'months', 'entityframewok', 'jquery'], ['1', 'year', 'months', 'entityframewok', 'jquery', 'javascript'], ['year', 'months', 'entityframewok', 'jquery', 'javascript', 'exprience'], ['months', 'entityframewok', 'jquery', 'javascript', 'exprience', 'less'], ['entityframewok', 'jquery', 'javascript', 'exprience', 'less', '1'], ['jquery', 'javascript', 'exprience', 'less', '1', 'year'], ['javascript', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'mvc'], ['less', '1', 'year', 'months', 'mvc', 'exprience'], ['1', 'year', 'months', 'mvc', 'exprience', '6'], ['year', 'months', 'mvc', 'exprience', '6', 'months'], ['months', 'mvc', 'exprience', '6', 'months', 'sql'], ['mvc', 'exprience', '6', 'months', 'sql', 'exprience'], ['exprience', '6', 'months', 'sql', 'exprience', '24'], ['6', 'months', 'sql', 'exprience', '24', 'monthscompany'], ['months', 'sql', 'exprience', '24', 'monthscompany', 'details'], ['sql', 'exprience', '24', 'monthscompany', 'details', 'company'], ['exprience', '24', 'monthscompany', 'details', 'company', 'corecode'], ['24', 'monthscompany', 'details', 'company', 'corecode', 'technology'], ['monthscompany', 'details', 'company', 'corecode', 'technology', 'description'], ['details', 'company', 'corecode', 'technology', 'description', 'worked'], ['company', 'corecode', 'technology', 'description', 'worked', 'web'], ['corecode', 'technology', 'description', 'worked', 'web', 'application'], ['technology', 'description', 'worked', 'web', 'application', 'using'], ['description', 'worked', 'web', 'application', 'using', 'asp'], ['worked', 'web', 'application', 'using', 'asp', 'c'], ['web', 'application', 'using', 'asp', 'c', 'well'], ['application', 'using', 'asp', 'c', 'well', 'sql'], ['using', 'asp', 'c', 'well', 'sql', 'database'], ['asp', 'c', 'well', 'sql', 'database', 'also'], ['c', 'well', 'sql', 'database', 'also', 'bootstrap'], ['well', 'sql', 'database', 'also', 'bootstrap', 'css'], ['sql', 'database', 'also', 'bootstrap', 'css', 'html'], ['database', 'also', 'bootstrap', 'css', 'html', 'designing'], ['also', 'bootstrap', 'css', 'html', 'designing', 'created'], ['bootstrap', 'css', 'html', 'designing', 'created', 'reports'], ['css', 'html', 'designing', 'created', 'reports', 'using'], ['html', 'designing', 'created', 'reports', 'using', 'kindo'], ['designing', 'created', 'reports', 'using', 'kindo', 'telerik'], ['created', 'reports', 'using', 'kindo', 'telerik', 'controls'], ['reports', 'using', 'kindo', 'telerik', 'controls', 'company'], ['using', 'kindo', 'telerik', 'controls', 'company', 'inetsoft'], ['kindo', 'telerik', 'controls', 'company', 'inetsoft', 'solution'], ['telerik', 'controls', 'company', 'inetsoft', 'solution', 'description'], ['controls', 'company', 'inetsoft', 'solution', 'description', 'created'], ['company', 'inetsoft', 'solution', 'description', 'created', 'web'], ['inetsoft', 'solution', 'description', 'created', 'web', 'application'], ['solution', 'description', 'created', 'web', 'application', 'using'], ['description', 'created', 'web', 'application', 'using', 'asp'], ['created', 'web', 'application', 'using', 'asp', 'c'], ['web', 'application', 'using', 'asp', 'c', 'also'], ['application', 'using', 'asp', 'c', 'also', 'used'], ['using', 'asp', 'c', 'also', 'used', 'sql'], ['asp', 'c', 'also', 'used', 'sql', 'database'], ['technical', 'skills', 'web', 'technologies', 'asp', 'net', 'html'], ['skills', 'web', 'technologies', 'asp', 'net', 'html', 'css'], ['web', 'technologies', 'asp', 'net', 'html', 'css', 'jquery'], ['technologies', 'asp', 'net', 'html', 'css', 'jquery', 'languages'], ['asp', 'net', 'html', 'css', 'jquery', 'languages', 'c'], ['net', 'html', 'css', 'jquery', 'languages', 'c', 'c'], ['html', 'css', 'jquery', 'languages', 'c', 'c', 'c'], ['css', 'jquery', 'languages', 'c', 'c', 'c', 'mvc'], ['jquery', 'languages', 'c', 'c', 'c', 'mvc', '5'], ['languages', 'c', 'c', 'c', 'mvc', '5', 'database'], ['c', 'c', 'c', 'mvc', '5', 'database', 'sql'], ['c', 'c', 'mvc', '5', 'database', 'sql', 'server'], ['c', 'mvc', '5', 'database', 'sql', 'server', '2005'], ['mvc', '5', 'database', 'sql', 'server', '2005', '2008'], ['5', 'database', 'sql', 'server', '2005', '2008', '2016'], ['database', 'sql', 'server', '2005', '2008', '2016', 'reporting'], ['sql', 'server', '2005', '2008', '2016', 'reporting', 'tools'], ['server', '2005', '2008', '2016', 'reporting', 'tools', 'kindo'], ['2005', '2008', '2016', 'reporting', 'tools', 'kindo', 'ui'], ['2008', '2016', 'reporting', 'tools', 'kindo', 'ui', 'telerik'], ['2016', 'reporting', 'tools', 'kindo', 'ui', 'telerik', 'functions'], ['reporting', 'tools', 'kindo', 'ui', 'telerik', 'functions', 'crystal'], ['tools', 'kindo', 'ui', 'telerik', 'functions', 'crystal', 'report'], ['kindo', 'ui', 'telerik', 'functions', 'crystal', 'report', 'platforms'], ['ui', 'telerik', 'functions', 'crystal', 'report', 'platforms', 'visual'], ['telerik', 'functions', 'crystal', 'report', 'platforms', 'visual', 'stadio'], ['functions', 'crystal', 'report', 'platforms', 'visual', 'stadio', '2010'], ['crystal', 'report', 'platforms', 'visual', 'stadio', '2010', '2014'], ['report', 'platforms', 'visual', 'stadio', '2010', '2014', 'education'], ['platforms', 'visual', 'stadio', '2010', '2014', 'education', 'details'], ['visual', 'stadio', '2010', '2014', 'education', 'details', 'january'], ['stadio', '2010', '2014', 'education', 'details', 'january', '2014'], ['2010', '2014', 'education', 'details', 'january', '2014', 'b'], ['2014', 'education', 'details', 'january', '2014', 'b', 'e'], ['education', 'details', 'january', '2014', 'b', 'e', 'satara'], ['details', 'january', '2014', 'b', 'e', 'satara', 'maharashtra'], ['january', '2014', 'b', 'e', 'satara', 'maharashtra', 'l'], ['2014', 'b', 'e', 'satara', 'maharashtra', 'l', 'n'], ['b', 'e', 'satara', 'maharashtra', 'l', 'n', 'b'], ['e', 'satara', 'maharashtra', 'l', 'n', 'b', 'c'], ['satara', 'maharashtra', 'l', 'n', 'b', 'c', 'college'], ['maharashtra', 'l', 'n', 'b', 'c', 'college', 'engg'], ['l', 'n', 'b', 'c', 'college', 'engg', 'satara'], ['n', 'b', 'c', 'college', 'engg', 'satara', 'january'], ['b', 'c', 'college', 'engg', 'satara', 'january', '2011'], ['c', 'college', 'engg', 'satara', 'january', '2011', 'diploma'], ['college', 'engg', 'satara', 'january', '2011', 'diploma', 'thergaon'], ['engg', 'satara', 'january', '2011', 'diploma', 'thergaon', 'pune'], ['satara', 'january', '2011', 'diploma', 'thergaon', 'pune', 'maharashtra'], ['january', '2011', 'diploma', 'thergaon', 'pune', 'maharashtra', 'm'], ['2011', 'diploma', 'thergaon', 'pune', 'maharashtra', 'm', 'm'], ['diploma', 'thergaon', 'pune', 'maharashtra', 'm', 'm', 'polytechnic'], ['thergaon', 'pune', 'maharashtra', 'm', 'm', 'polytechnic', 'dot'], ['pune', 'maharashtra', 'm', 'm', 'polytechnic', 'dot', 'net'], ['maharashtra', 'm', 'm', 'polytechnic', 'dot', 'net', 'developer'], ['m', 'm', 'polytechnic', 'dot', 'net', 'developer', 'skill'], ['m', 'polytechnic', 'dot', 'net', 'developer', 'skill', 'details'], ['polytechnic', 'dot', 'net', 'developer', 'skill', 'details', 'net'], ['dot', 'net', 'developer', 'skill', 'details', 'net', 'exprience'], ['net', 'developer', 'skill', 'details', 'net', 'exprience', '24'], ['developer', 'skill', 'details', 'net', 'exprience', '24', 'months'], ['skill', 'details', 'net', 'exprience', '24', 'months', 'asp'], ['details', 'net', 'exprience', '24', 'months', 'asp', 'exprience'], ['net', 'exprience', '24', 'months', 'asp', 'exprience', '24'], ['exprience', '24', 'months', 'asp', 'exprience', '24', 'months'], ['24', 'months', 'asp', 'exprience', '24', 'months', 'c'], ['months', 'asp', 'exprience', '24', 'months', 'c', 'exprience'], ['asp', 'exprience', '24', 'months', 'c', 'exprience', '24'], ['exprience', '24', 'months', 'c', 'exprience', '24', 'months'], ['24', 'months', 'c', 'exprience', '24', 'months', 'c'], ['months', 'c', 'exprience', '24', 'months', 'c', 'exprience'], ['c', 'exprience', '24', 'months', 'c', 'exprience', '6'], ['exprience', '24', 'months', 'c', 'exprience', '6', 'months'], ['24', 'months', 'c', 'exprience', '6', 'months', 'crystal'], ['months', 'c', 'exprience', '6', 'months', 'crystal', 'repo'], ['c', 'exprience', '6', 'months', 'crystal', 'repo', 'exprience'], ['exprience', '6', 'months', 'crystal', 'repo', 'exprience', '6'], ['6', 'months', 'crystal', 'repo', 'exprience', '6', 'months'], ['months', 'crystal', 'repo', 'exprience', '6', 'months', 'html'], ['crystal', 'repo', 'exprience', '6', 'months', 'html', 'exprience'], ['repo', 'exprience', '6', 'months', 'html', 'exprience', 'less'], ['exprience', '6', 'months', 'html', 'exprience', 'less', '1'], ['6', 'months', 'html', 'exprience', 'less', '1', 'year'], ['months', 'html', 'exprience', 'less', '1', 'year', 'months'], ['html', 'exprience', 'less', '1', 'year', 'months', 'css'], ['exprience', 'less', '1', 'year', 'months', 'css', 'exprience'], ['less', '1', 'year', 'months', 'css', 'exprience', 'less'], ['1', 'year', 'months', 'css', 'exprience', 'less', '1'], ['year', 'months', 'css', 'exprience', 'less', '1', 'year'], ['months', 'css', 'exprience', 'less', '1', 'year', 'months'], ['css', 'exprience', 'less', '1', 'year', 'months', 'entityframewok'], ['exprience', 'less', '1', 'year', 'months', 'entityframewok', 'jquery'], ['less', '1', 'year', 'months', 'entityframewok', 'jquery', 'javascript'], ['1', 'year', 'months', 'entityframewok', 'jquery', 'javascript', 'exprience'], ['year', 'months', 'entityframewok', 'jquery', 'javascript', 'exprience', 'less'], ['months', 'entityframewok', 'jquery', 'javascript', 'exprience', 'less', '1'], ['entityframewok', 'jquery', 'javascript', 'exprience', 'less', '1', 'year'], ['jquery', 'javascript', 'exprience', 'less', '1', 'year', 'months'], ['javascript', 'exprience', 'less', '1', 'year', 'months', 'mvc'], ['exprience', 'less', '1', 'year', 'months', 'mvc', 'exprience'], ['less', '1', 'year', 'months', 'mvc', 'exprience', '6'], ['1', 'year', 'months', 'mvc', 'exprience', '6', 'months'], ['year', 'months', 'mvc', 'exprience', '6', 'months', 'sql'], ['months', 'mvc', 'exprience', '6', 'months', 'sql', 'exprience'], ['mvc', 'exprience', '6', 'months', 'sql', 'exprience', '24'], ['exprience', '6', 'months', 'sql', 'exprience', '24', 'monthscompany'], ['6', 'months', 'sql', 'exprience', '24', 'monthscompany', 'details'], ['months', 'sql', 'exprience', '24', 'monthscompany', 'details', 'company'], ['sql', 'exprience', '24', 'monthscompany', 'details', 'company', 'corecode'], ...], [['participated'], ['intra'], ['college'], ['cricket'], ['competition'], ['various'], ['sports'], ['events'], ['group'], ['dance'], ['college'], ['cultural'], ['programme'], ['education'], ['details'], ['msc'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['bsc'], ['computer'], ['science'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['hsc'], ['semi'], ['english'], ['pune'], ['maharashtra'], ['maharashatra'], ['board'], ['ssc'], ['semi'], ['english'], ['pune'], ['maharashtra'], ['maharashatra'], ['board'], ['dot'], ['net'], ['developer'], ['dot'], ['net'], ['developer'], ['skill'], ['details'], ['asp'], ['net'], ['c'], ['html'], ['css'], ['sql'], ['exprience'], ['6'], ['months'], ['javascript'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sql'], ['server'], ['2008'], ['2012'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['description'], ['participated', 'intra'], ['intra', 'college'], ['college', 'cricket'], ['cricket', 'competition'], ['competition', 'various'], ['various', 'sports'], ['sports', 'events'], ['events', 'group'], ['group', 'dance'], ['dance', 'college'], ['college', 'cultural'], ['cultural', 'programme'], ['programme', 'education'], ['education', 'details'], ['details', 'msc'], ['msc', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'bsc'], ['bsc', 'computer'], ['computer', 'science'], ['science', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'hsc'], ['hsc', 'semi'], ['semi', 'english'], ['english', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'maharashatra'], ['maharashatra', 'board'], ['board', 'ssc'], ['ssc', 'semi'], ['semi', 'english'], ['english', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'maharashatra'], ['maharashatra', 'board'], ['board', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'html'], ['html', 'css'], ['css', 'sql'], ['sql', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', '2012'], ['2012', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['participated', 'intra', 'college'], ['intra', 'college', 'cricket'], ['college', 'cricket', 'competition'], ['cricket', 'competition', 'various'], ['competition', 'various', 'sports'], ['various', 'sports', 'events'], ['sports', 'events', 'group'], ['events', 'group', 'dance'], ['group', 'dance', 'college'], ['dance', 'college', 'cultural'], ['college', 'cultural', 'programme'], ['cultural', 'programme', 'education'], ['programme', 'education', 'details'], ['education', 'details', 'msc'], ['details', 'msc', 'computer'], ['msc', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'bsc'], ['university', 'bsc', 'computer'], ['bsc', 'computer', 'science'], ['computer', 'science', 'pune'], ['science', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'hsc'], ['university', 'hsc', 'semi'], ['hsc', 'semi', 'english'], ['semi', 'english', 'pune'], ['english', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'maharashatra'], ['maharashtra', 'maharashatra', 'board'], ['maharashatra', 'board', 'ssc'], ['board', 'ssc', 'semi'], ['ssc', 'semi', 'english'], ['semi', 'english', 'pune'], ['english', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'maharashatra'], ['maharashtra', 'maharashatra', 'board'], ['maharashatra', 'board', 'dot'], ['board', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'dot'], ['developer', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'asp'], ['details', 'asp', 'net'], ['asp', 'net', 'c'], ['net', 'c', 'html'], ['c', 'html', 'css'], ['html', 'css', 'sql'], ['css', 'sql', 'exprience'], ['sql', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'sql'], ['months', 'sql', 'server'], ['sql', 'server', '2008'], ['server', '2008', '2012'], ['2008', '2012', 'exprience'], ['2012', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket'], ['intra', 'college', 'cricket', 'competition'], ['college', 'cricket', 'competition', 'various'], ['cricket', 'competition', 'various', 'sports'], ['competition', 'various', 'sports', 'events'], ['various', 'sports', 'events', 'group'], ['sports', 'events', 'group', 'dance'], ['events', 'group', 'dance', 'college'], ['group', 'dance', 'college', 'cultural'], ['dance', 'college', 'cultural', 'programme'], ['college', 'cultural', 'programme', 'education'], ['cultural', 'programme', 'education', 'details'], ['programme', 'education', 'details', 'msc'], ['education', 'details', 'msc', 'computer'], ['details', 'msc', 'computer', 'science'], ['msc', 'computer', 'science', 'pune'], ['computer', 'science', 'pune', 'maharashtra'], ['science', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'bsc'], ['pune', 'university', 'bsc', 'computer'], ['university', 'bsc', 'computer', 'science'], ['bsc', 'computer', 'science', 'pune'], ['computer', 'science', 'pune', 'maharashtra'], ['science', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'hsc'], ['pune', 'university', 'hsc', 'semi'], ['university', 'hsc', 'semi', 'english'], ['hsc', 'semi', 'english', 'pune'], ['semi', 'english', 'pune', 'maharashtra'], ['english', 'pune', 'maharashtra', 'maharashatra'], ['pune', 'maharashtra', 'maharashatra', 'board'], ['maharashtra', 'maharashatra', 'board', 'ssc'], ['maharashatra', 'board', 'ssc', 'semi'], ['board', 'ssc', 'semi', 'english'], ['ssc', 'semi', 'english', 'pune'], ['semi', 'english', 'pune', 'maharashtra'], ['english', 'pune', 'maharashtra', 'maharashatra'], ['pune', 'maharashtra', 'maharashatra', 'board'], ['maharashtra', 'maharashatra', 'board', 'dot'], ['maharashatra', 'board', 'dot', 'net'], ['board', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'dot'], ['net', 'developer', 'dot', 'net'], ['developer', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'skill'], ['net', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'asp'], ['skill', 'details', 'asp', 'net'], ['details', 'asp', 'net', 'c'], ['asp', 'net', 'c', 'html'], ['net', 'c', 'html', 'css'], ['c', 'html', 'css', 'sql'], ['html', 'css', 'sql', 'exprience'], ['css', 'sql', 'exprience', '6'], ['sql', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'javascript'], ['6', 'months', 'javascript', 'exprience'], ['months', 'javascript', 'exprience', 'less'], ['javascript', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'sql'], ['year', 'months', 'sql', 'server'], ['months', 'sql', 'server', '2008'], ['sql', 'server', '2008', '2012'], ['server', '2008', '2012', 'exprience'], ['2008', '2012', 'exprience', 'less'], ['2012', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket', 'competition'], ['intra', 'college', 'cricket', 'competition', 'various'], ['college', 'cricket', 'competition', 'various', 'sports'], ['cricket', 'competition', 'various', 'sports', 'events'], ['competition', 'various', 'sports', 'events', 'group'], ['various', 'sports', 'events', 'group', 'dance'], ['sports', 'events', 'group', 'dance', 'college'], ['events', 'group', 'dance', 'college', 'cultural'], ['group', 'dance', 'college', 'cultural', 'programme'], ['dance', 'college', 'cultural', 'programme', 'education'], ['college', 'cultural', 'programme', 'education', 'details'], ['cultural', 'programme', 'education', 'details', 'msc'], ['programme', 'education', 'details', 'msc', 'computer'], ['education', 'details', 'msc', 'computer', 'science'], ['details', 'msc', 'computer', 'science', 'pune'], ['msc', 'computer', 'science', 'pune', 'maharashtra'], ['computer', 'science', 'pune', 'maharashtra', 'pune'], ['science', 'pune', 'maharashtra', 'pune', 'university'], ['pune', 'maharashtra', 'pune', 'university', 'bsc'], ['maharashtra', 'pune', 'university', 'bsc', 'computer'], ['pune', 'university', 'bsc', 'computer', 'science'], ['university', 'bsc', 'computer', 'science', 'pune'], ['bsc', 'computer', 'science', 'pune', 'maharashtra'], ['computer', 'science', 'pune', 'maharashtra', 'pune'], ['science', 'pune', 'maharashtra', 'pune', 'university'], ['pune', 'maharashtra', 'pune', 'university', 'hsc'], ['maharashtra', 'pune', 'university', 'hsc', 'semi'], ['pune', 'university', 'hsc', 'semi', 'english'], ['university', 'hsc', 'semi', 'english', 'pune'], ['hsc', 'semi', 'english', 'pune', 'maharashtra'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['pune', 'maharashtra', 'maharashatra', 'board', 'ssc'], ['maharashtra', 'maharashatra', 'board', 'ssc', 'semi'], ['maharashatra', 'board', 'ssc', 'semi', 'english'], ['board', 'ssc', 'semi', 'english', 'pune'], ['ssc', 'semi', 'english', 'pune', 'maharashtra'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['pune', 'maharashtra', 'maharashatra', 'board', 'dot'], ['maharashtra', 'maharashatra', 'board', 'dot', 'net'], ['maharashatra', 'board', 'dot', 'net', 'developer'], ['board', 'dot', 'net', 'developer', 'dot'], ['dot', 'net', 'developer', 'dot', 'net'], ['net', 'developer', 'dot', 'net', 'developer'], ['developer', 'dot', 'net', 'developer', 'skill'], ['dot', 'net', 'developer', 'skill', 'details'], ['net', 'developer', 'skill', 'details', 'asp'], ['developer', 'skill', 'details', 'asp', 'net'], ['skill', 'details', 'asp', 'net', 'c'], ['details', 'asp', 'net', 'c', 'html'], ['asp', 'net', 'c', 'html', 'css'], ['net', 'c', 'html', 'css', 'sql'], ['c', 'html', 'css', 'sql', 'exprience'], ['html', 'css', 'sql', 'exprience', '6'], ['css', 'sql', 'exprience', '6', 'months'], ['sql', 'exprience', '6', 'months', 'javascript'], ['exprience', '6', 'months', 'javascript', 'exprience'], ['6', 'months', 'javascript', 'exprience', 'less'], ['months', 'javascript', 'exprience', 'less', '1'], ['javascript', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'sql'], ['1', 'year', 'months', 'sql', 'server'], ['year', 'months', 'sql', 'server', '2008'], ['months', 'sql', 'server', '2008', '2012'], ['sql', 'server', '2008', '2012', 'exprience'], ['server', '2008', '2012', 'exprience', 'less'], ['2008', '2012', 'exprience', 'less', '1'], ['2012', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket', 'competition', 'various'], ['intra', 'college', 'cricket', 'competition', 'various', 'sports'], ['college', 'cricket', 'competition', 'various', 'sports', 'events'], ['cricket', 'competition', 'various', 'sports', 'events', 'group'], ['competition', 'various', 'sports', 'events', 'group', 'dance'], ['various', 'sports', 'events', 'group', 'dance', 'college'], ['sports', 'events', 'group', 'dance', 'college', 'cultural'], ['events', 'group', 'dance', 'college', 'cultural', 'programme'], ['group', 'dance', 'college', 'cultural', 'programme', 'education'], ['dance', 'college', 'cultural', 'programme', 'education', 'details'], ['college', 'cultural', 'programme', 'education', 'details', 'msc'], ['cultural', 'programme', 'education', 'details', 'msc', 'computer'], ['programme', 'education', 'details', 'msc', 'computer', 'science'], ['education', 'details', 'msc', 'computer', 'science', 'pune'], ['details', 'msc', 'computer', 'science', 'pune', 'maharashtra'], ['msc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'bsc'], ['pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer'], ['maharashtra', 'pune', 'university', 'bsc', 'computer', 'science'], ['pune', 'university', 'bsc', 'computer', 'science', 'pune'], ['university', 'bsc', 'computer', 'science', 'pune', 'maharashtra'], ['bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'hsc'], ['pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi'], ['maharashtra', 'pune', 'university', 'hsc', 'semi', 'english'], ['pune', 'university', 'hsc', 'semi', 'english', 'pune'], ['university', 'hsc', 'semi', 'english', 'pune', 'maharashtra'], ['hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc'], ['pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi'], ['maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english'], ['maharashatra', 'board', 'ssc', 'semi', 'english', 'pune'], ['board', 'ssc', 'semi', 'english', 'pune', 'maharashtra'], ['ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot'], ['pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net'], ['maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer'], ['maharashatra', 'board', 'dot', 'net', 'developer', 'dot'], ['board', 'dot', 'net', 'developer', 'dot', 'net'], ['dot', 'net', 'developer', 'dot', 'net', 'developer'], ['net', 'developer', 'dot', 'net', 'developer', 'skill'], ['developer', 'dot', 'net', 'developer', 'skill', 'details'], ['dot', 'net', 'developer', 'skill', 'details', 'asp'], ['net', 'developer', 'skill', 'details', 'asp', 'net'], ['developer', 'skill', 'details', 'asp', 'net', 'c'], ['skill', 'details', 'asp', 'net', 'c', 'html'], ['details', 'asp', 'net', 'c', 'html', 'css'], ['asp', 'net', 'c', 'html', 'css', 'sql'], ['net', 'c', 'html', 'css', 'sql', 'exprience'], ['c', 'html', 'css', 'sql', 'exprience', '6'], ['html', 'css', 'sql', 'exprience', '6', 'months'], ['css', 'sql', 'exprience', '6', 'months', 'javascript'], ['sql', 'exprience', '6', 'months', 'javascript', 'exprience'], ['exprience', '6', 'months', 'javascript', 'exprience', 'less'], ['6', 'months', 'javascript', 'exprience', 'less', '1'], ['months', 'javascript', 'exprience', 'less', '1', 'year'], ['javascript', 'exprience', 'less', '1', 'year', 'months'], ['exprience', 'less', '1', 'year', 'months', 'sql'], ['less', '1', 'year', 'months', 'sql', 'server'], ['1', 'year', 'months', 'sql', 'server', '2008'], ['year', 'months', 'sql', 'server', '2008', '2012'], ['months', 'sql', 'server', '2008', '2012', 'exprience'], ['sql', 'server', '2008', '2012', 'exprience', 'less'], ['server', '2008', '2012', 'exprience', 'less', '1'], ['2008', '2012', 'exprience', 'less', '1', 'year'], ['2012', 'exprience', 'less', '1', 'year', 'monthscompany'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['less', '1', 'year', 'monthscompany', 'details', 'company'], ['1', 'year', 'monthscompany', 'details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket', 'competition', 'various', 'sports'], ['intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events'], ['college', 'cricket', 'competition', 'various', 'sports', 'events', 'group'], ['cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance'], ['competition', 'various', 'sports', 'events', 'group', 'dance', 'college'], ['various', 'sports', 'events', 'group', 'dance', 'college', 'cultural'], ['sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme'], ['events', 'group', 'dance', 'college', 'cultural', 'programme', 'education'], ['group', 'dance', 'college', 'cultural', 'programme', 'education', 'details'], ['dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc'], ['college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer'], ['cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science'], ['programme', 'education', 'details', 'msc', 'computer', 'science', 'pune'], ['education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra'], ['details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer'], ['pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science'], ['maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune'], ['pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra'], ['university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi'], ['pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english'], ['maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune'], ['pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra'], ['university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi'], ['pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english'], ['maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune'], ['maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra'], ['board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net'], ['pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer'], ['maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot'], ['maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net'], ['board', 'dot', 'net', 'developer', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill'], ['net', 'developer', 'dot', 'net', 'developer', 'skill', 'details'], ['developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp'], ['dot', 'net', 'developer', 'skill', 'details', 'asp', 'net'], ['net', 'developer', 'skill', 'details', 'asp', 'net', 'c'], ['developer', 'skill', 'details', 'asp', 'net', 'c', 'html'], ['skill', 'details', 'asp', 'net', 'c', 'html', 'css'], ['details', 'asp', 'net', 'c', 'html', 'css', 'sql'], ['asp', 'net', 'c', 'html', 'css', 'sql', 'exprience'], ['net', 'c', 'html', 'css', 'sql', 'exprience', '6'], ['c', 'html', 'css', 'sql', 'exprience', '6', 'months'], ['html', 'css', 'sql', 'exprience', '6', 'months', 'javascript'], ['css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience'], ['sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less'], ['exprience', '6', 'months', 'javascript', 'exprience', 'less', '1'], ['6', 'months', 'javascript', 'exprience', 'less', '1', 'year'], ['months', 'javascript', 'exprience', 'less', '1', 'year', 'months'], ['javascript', 'exprience', 'less', '1', 'year', 'months', 'sql'], ['exprience', 'less', '1', 'year', 'months', 'sql', 'server'], ['less', '1', 'year', 'months', 'sql', 'server', '2008'], ['1', 'year', 'months', 'sql', 'server', '2008', '2012'], ['year', 'months', 'sql', 'server', '2008', '2012', 'exprience'], ['months', 'sql', 'server', '2008', '2012', 'exprience', 'less'], ['sql', 'server', '2008', '2012', 'exprience', 'less', '1'], ['server', '2008', '2012', 'exprience', 'less', '1', 'year'], ['2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany'], ['2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events'], ['intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events', 'group'], ['college', 'cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance'], ['cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance', 'college'], ['competition', 'various', 'sports', 'events', 'group', 'dance', 'college', 'cultural'], ['various', 'sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme'], ['sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme', 'education'], ['events', 'group', 'dance', 'college', 'cultural', 'programme', 'education', 'details'], ['group', 'dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc'], ['dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer'], ['college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science'], ['cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science', 'pune'], ['programme', 'education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra'], ['education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science'], ['pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune'], ['maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra'], ['pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english'], ['pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune'], ['maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra'], ['pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english'], ['pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune'], ['maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra'], ['maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer'], ['pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot'], ['maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net'], ['maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net', 'developer'], ['board', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill'], ['dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill', 'details'], ['net', 'developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp'], ['developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp', 'net'], ['dot', 'net', 'developer', 'skill', 'details', 'asp', 'net', 'c'], ['net', 'developer', 'skill', 'details', 'asp', 'net', 'c', 'html'], ['developer', 'skill', 'details', 'asp', 'net', 'c', 'html', 'css'], ['skill', 'details', 'asp', 'net', 'c', 'html', 'css', 'sql'], ['details', 'asp', 'net', 'c', 'html', 'css', 'sql', 'exprience'], ['asp', 'net', 'c', 'html', 'css', 'sql', 'exprience', '6'], ['net', 'c', 'html', 'css', 'sql', 'exprience', '6', 'months'], ['c', 'html', 'css', 'sql', 'exprience', '6', 'months', 'javascript'], ['html', 'css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience'], ['css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less'], ['sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less', '1'], ['exprience', '6', 'months', 'javascript', 'exprience', 'less', '1', 'year'], ['6', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months'], ['months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'sql'], ['javascript', 'exprience', 'less', '1', 'year', 'months', 'sql', 'server'], ['exprience', 'less', '1', 'year', 'months', 'sql', 'server', '2008'], ['less', '1', 'year', 'months', 'sql', 'server', '2008', '2012'], ['1', 'year', 'months', 'sql', 'server', '2008', '2012', 'exprience'], ['year', 'months', 'sql', 'server', '2008', '2012', 'exprience', 'less'], ['months', 'sql', 'server', '2008', '2012', 'exprience', 'less', '1'], ['sql', 'server', '2008', '2012', 'exprience', 'less', '1', 'year'], ['server', '2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany'], ['2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description'], ['participated', 'intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events', 'group'], ['intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance'], ['college', 'cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance', 'college'], ['cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance', 'college', 'cultural'], ['competition', 'various', 'sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme'], ['various', 'sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme', 'education'], ['sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme', 'education', 'details'], ['events', 'group', 'dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc'], ['group', 'dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer'], ['dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science'], ['college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science', 'pune'], ['cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra'], ['programme', 'education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc'], ['msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune'], ['pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra'], ['maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune'], ['pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university'], ['university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc'], ['bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi'], ['computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english'], ['science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune'], ['pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra'], ['maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc'], ['hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune'], ['pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra'], ['maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra'], ['maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board'], ['board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot'], ['ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net'], ['semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer'], ['english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot'], ['pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net'], ['maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net', 'developer'], ['maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill'], ['board', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill', 'details'], ['dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp'], ['net', 'developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp', 'net'], ['developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp', 'net', 'c'], ['dot', 'net', 'developer', 'skill', 'details', 'asp', 'net', 'c', 'html'], ['net', 'developer', 'skill', 'details', 'asp', 'net', 'c', 'html', 'css'], ['developer', 'skill', 'details', 'asp', 'net', 'c', 'html', 'css', 'sql'], ['skill', 'details', 'asp', 'net', 'c', 'html', 'css', 'sql', 'exprience'], ['details', 'asp', 'net', 'c', 'html', 'css', 'sql', 'exprience', '6'], ['asp', 'net', 'c', 'html', 'css', 'sql', 'exprience', '6', 'months'], ['net', 'c', 'html', 'css', 'sql', 'exprience', '6', 'months', 'javascript'], ['c', 'html', 'css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience'], ['html', 'css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less'], ['css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less', '1'], ['sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less', '1', 'year'], ['exprience', '6', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months'], ['6', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'sql'], ['months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'sql', 'server'], ['javascript', 'exprience', 'less', '1', 'year', 'months', 'sql', 'server', '2008'], ['exprience', 'less', '1', 'year', 'months', 'sql', 'server', '2008', '2012'], ['less', '1', 'year', 'months', 'sql', 'server', '2008', '2012', 'exprience'], ['1', 'year', 'months', 'sql', 'server', '2008', '2012', 'exprience', 'less'], ['year', 'months', 'sql', 'server', '2008', '2012', 'exprience', 'less', '1'], ['months', 'sql', 'server', '2008', '2012', 'exprience', 'less', '1', 'year'], ['sql', 'server', '2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany'], ['server', '2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details'], ['2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company'], ['2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description']], [['technical'], ['skills'], ['languages'], ['c'], ['asp'], ['net'], ['mvc'], ['html'], ['css'], ['javascript'], ['angularjs'], ['primary'], ['skill'], ['entity'], ['framework'], ['tools'], ['used'], ['sql'], ['server'], ['14'], ['visual'], ['studio'], ['13'], ['project'], ['details'], ['1'], ['project'], ['name'], ['transport'], ['management'], ['system'], ['role'], ['dot'], ['net'], ['developer'], ['platform'], ['used'], ['mvc'], ['angularjs'], ['sql'], ['server'], ['description'], ['this'], ['project'], ['transport'], ['management'], ['system'], ['this'], ['project'], ['used'], ['keeps'], ['record'], ['vehicle'], ['customer'], ['employee'], ['reduce'], ['costs'], ['centralized'], ['planning'], ['execution'], ['logistics'], ['activities'], ['vehicle'], ['owner'], ['add'], ['vehicle'], ['rent'], ['specific'], ['day'], ['application'], ['location'], ['admin'], ['easily'], ['ess'], ['data'], ['vehicle'], ['customer'], ['employee'], ['responsibilities'], ['used'], ['3'], ['tier'], ['architecture'], ['presentation'], ['layer'], ['business'], ['data'], ['a'], ['ess'], ['layers'], ['coded'], ['using'], ['c'], ['per'], ['user'], ['requirements'], ['make'], ['changes'], ['project'], ['discussing'], ['group'], ['new'], ['requirement'], ['work'], ['customer'], ['vehicle'], ['model'], ['2'], ['project'], ['name'], ['crm'], ['role'], ['dot'], ['net'], ['developer'], ['platform'], ['used'], ['mvc'], ['sql'], ['server'], ['description'], ['it'], ['kind'], ['crm'], ['application'], ['training'], ['institute'], ['easily'], ['track'], ['student'], ['data'], ['different'], ['user'], ['store'], ['ess'], ['utilise'], ['manage'], ['data'], ['application'], ['any'], ['user'], ['easily'], ['fill'], ['information'], ['leads'], ['comes'], ['institute'], ['also'], ['joined'], ['convert'], ['leads'], ['student'], ['institute'], ['all'], ['information'], ['store'], ['easily'], ['manage'], ['application'], ['also'], ['good'], ['leads'], ['student'], ['join'], ['records'], ['store'], ['application'], ['application'], ['help'], ['institute'], ['fetch'], ['contacts'], ['information'], ['leads'], ['student'], ['join'], ['time'], ['we'], ['later'], ['contact'], ['leads'], ['future'], ['also'], ['application'], ['get'], ['know'], ['every'], ['leads'], ['student'], ['joined'], ['responsibilities'], ['used'], ['3'], ['tier'], ['architecture'], ['presentation'], ['layer'], ['business'], ['data'], ['a'], ['ess'], ['layers'], ['coded'], ['using'], ['c'], ['per'], ['user'], ['requirements'], ['make'], ['changes'], ['project'], ['discussing'], ['group'], ['new'], ['requirement'], ['work'], ['enquiry'], ['model'], ['key'], ['strength'], ['adaptability'], ['hard'], ['worker'], ['self'], ['motivated'], ['positive'], ['attitude'], ['education'], ['details'], ['january'], ['2008'], ['hsc'], ['maharashtra'], ['board'], ['january'], ['2006'], ['ssc'], ['maharashtra'], ['board'], ['dot'], ['net'], ['developer'], ['dot'], ['net'], ['developer'], ['glyphisoft'], ['technology'], ['skill'], ['details'], ['asp'], ['exprience'], ['14'], ['months'], ['dot'], ['exprience'], ['14'], ['months'], ['model'], ['view'], ['controller'], ['exprience'], ['14'], ['months'], ['model'], ['view'], ['controller'], ['exprience'], ['14'], ['months'], ['mvc'], ['exprience'], ['14'], ['monthscompany'], ['details'], ['company'], ['glyphisoft'], ['technology'], ['description'], ['having'], ['around'], ['1'], ['1'], ['years'], ['experience'], ['development'], ['asp'], ['net'], ['mvc'], ['currently'], ['associated'], ['glyphisoft'], ['technology'], ['solution'], ['net'], ['developer'], ['technical', 'skills'], ['skills', 'languages'], ['languages', 'c'], ['c', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'html'], ['html', 'css'], ['css', 'javascript'], ['javascript', 'angularjs'], ['angularjs', 'primary'], ['primary', 'skill'], ['skill', 'entity'], ['entity', 'framework'], ['framework', 'tools'], ['tools', 'used'], ['used', 'sql'], ['sql', 'server'], ['server', '14'], ['14', 'visual'], ['visual', 'studio'], ['studio', '13'], ['13', 'project'], ['project', 'details'], ['details', '1'], ['1', 'project'], ['project', 'name'], ['name', 'transport'], ['transport', 'management'], ['management', 'system'], ['system', 'role'], ['role', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'platform'], ['platform', 'used'], ['used', 'mvc'], ['mvc', 'angularjs'], ['angularjs', 'sql'], ['sql', 'server'], ['server', 'description'], ['description', 'this'], ['this', 'project'], ['project', 'transport'], ['transport', 'management'], ['management', 'system'], ['system', 'this'], ['this', 'project'], ['project', 'used'], ['used', 'keeps'], ['keeps', 'record'], ['record', 'vehicle'], ['vehicle', 'customer'], ['customer', 'employee'], ['employee', 'reduce'], ['reduce', 'costs'], ['costs', 'centralized'], ['centralized', 'planning'], ['planning', 'execution'], ['execution', 'logistics'], ['logistics', 'activities'], ['activities', 'vehicle'], ['vehicle', 'owner'], ['owner', 'add'], ['add', 'vehicle'], ['vehicle', 'rent'], ['rent', 'specific'], ['specific', 'day'], ['day', 'application'], ['application', 'location'], ['location', 'admin'], ['admin', 'easily'], ['easily', 'ess'], ['ess', 'data'], ['data', 'vehicle'], ['vehicle', 'customer'], ['customer', 'employee'], ['employee', 'responsibilities'], ['responsibilities', 'used'], ['used', '3'], ['3', 'tier'], ['tier', 'architecture'], ['architecture', 'presentation'], ['presentation', 'layer'], ['layer', 'business'], ['business', 'data'], ['data', 'a'], ['a', 'ess'], ['ess', 'layers'], ['layers', 'coded'], ['coded', 'using'], ['using', 'c'], ['c', 'per'], ['per', 'user'], ['user', 'requirements'], ['requirements', 'make'], ['make', 'changes'], ['changes', 'project'], ['project', 'discussing'], ['discussing', 'group'], ['group', 'new'], ['new', 'requirement'], ['requirement', 'work'], ['work', 'customer'], ['customer', 'vehicle'], ['vehicle', 'model'], ['model', '2'], ['2', 'project'], ['project', 'name'], ['name', 'crm'], ['crm', 'role'], ['role', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'platform'], ['platform', 'used'], ['used', 'mvc'], ['mvc', 'sql'], ['sql', 'server'], ['server', 'description'], ['description', 'it'], ['it', 'kind'], ['kind', 'crm'], ['crm', 'application'], ['application', 'training'], ['training', 'institute'], ['institute', 'easily'], ['easily', 'track'], ['track', 'student'], ['student', 'data'], ['data', 'different'], ['different', 'user'], ['user', 'store'], ['store', 'ess'], ['ess', 'utilise'], ['utilise', 'manage'], ['manage', 'data'], ['data', 'application'], ['application', 'any'], ['any', 'user'], ['user', 'easily'], ['easily', 'fill'], ['fill', 'information'], ['information', 'leads'], ['leads', 'comes'], ['comes', 'institute'], ['institute', 'also'], ['also', 'joined'], ['joined', 'convert'], ['convert', 'leads'], ['leads', 'student'], ['student', 'institute'], ['institute', 'all'], ['all', 'information'], ['information', 'store'], ['store', 'easily'], ['easily', 'manage'], ['manage', 'application'], ['application', 'also'], ['also', 'good'], ['good', 'leads'], ['leads', 'student'], ['student', 'join'], ['join', 'records'], ['records', 'store'], ['store', 'application'], ['application', 'application'], ['application', 'help'], ['help', 'institute'], ['institute', 'fetch'], ['fetch', 'contacts'], ['contacts', 'information'], ['information', 'leads'], ['leads', 'student'], ['student', 'join'], ['join', 'time'], ['time', 'we'], ['we', 'later'], ['later', 'contact'], ['contact', 'leads'], ['leads', 'future'], ['future', 'also'], ['also', 'application'], ['application', 'get'], ['get', 'know'], ['know', 'every'], ['every', 'leads'], ['leads', 'student'], ['student', 'joined'], ['joined', 'responsibilities'], ['responsibilities', 'used'], ['used', '3'], ['3', 'tier'], ['tier', 'architecture'], ['architecture', 'presentation'], ['presentation', 'layer'], ['layer', 'business'], ['business', 'data'], ['data', 'a'], ['a', 'ess'], ['ess', 'layers'], ['layers', 'coded'], ['coded', 'using'], ['using', 'c'], ['c', 'per'], ['per', 'user'], ['user', 'requirements'], ['requirements', 'make'], ['make', 'changes'], ['changes', 'project'], ['project', 'discussing'], ['discussing', 'group'], ['group', 'new'], ['new', 'requirement'], ['requirement', 'work'], ['work', 'enquiry'], ['enquiry', 'model'], ['model', 'key'], ['key', 'strength'], ['strength', 'adaptability'], ['adaptability', 'hard'], ['hard', 'worker'], ['worker', 'self'], ['self', 'motivated'], ['motivated', 'positive'], ['positive', 'attitude'], ['attitude', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2008'], ['2008', 'hsc'], ['hsc', 'maharashtra'], ['maharashtra', 'board'], ['board', 'january'], ['january', '2006'], ['2006', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'board'], ['board', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'glyphisoft'], ['glyphisoft', 'technology'], ['technology', 'skill'], ['skill', 'details'], ['details', 'asp'], ['asp', 'exprience'], ['exprience', '14'], ['14', 'months'], ['months', 'dot'], ['dot', 'exprience'], ['exprience', '14'], ['14', 'months'], ['months', 'model'], ['model', 'view'], ['view', 'controller'], ['controller', 'exprience'], ['exprience', '14'], ['14', 'months'], ['months', 'model'], ['model', 'view'], ['view', 'controller'], ['controller', 'exprience'], ['exprience', '14'], ['14', 'months'], ['months', 'mvc'], ['mvc', 'exprience'], ['exprience', '14'], ['14', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'glyphisoft'], ['glyphisoft', 'technology'], ['technology', 'description'], ['description', 'having'], ['having', 'around'], ['around', '1'], ['1', '1'], ['1', 'years'], ['years', 'experience'], ['experience', 'development'], ['development', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'currently'], ['currently', 'associated'], ['associated', 'glyphisoft'], ['glyphisoft', 'technology'], ['technology', 'solution'], ['solution', 'net'], ['net', 'developer'], ['technical', 'skills', 'languages'], ['skills', 'languages', 'c'], ['languages', 'c', 'asp'], ['c', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'html'], ['mvc', 'html', 'css'], ['html', 'css', 'javascript'], ['css', 'javascript', 'angularjs'], ['javascript', 'angularjs', 'primary'], ['angularjs', 'primary', 'skill'], ['primary', 'skill', 'entity'], ['skill', 'entity', 'framework'], ['entity', 'framework', 'tools'], ['framework', 'tools', 'used'], ['tools', 'used', 'sql'], ['used', 'sql', 'server'], ['sql', 'server', '14'], ['server', '14', 'visual'], ['14', 'visual', 'studio'], ['visual', 'studio', '13'], ['studio', '13', 'project'], ['13', 'project', 'details'], ['project', 'details', '1'], ['details', '1', 'project'], ['1', 'project', 'name'], ['project', 'name', 'transport'], ['name', 'transport', 'management'], ['transport', 'management', 'system'], ['management', 'system', 'role'], ['system', 'role', 'dot'], ['role', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'platform'], ['developer', 'platform', 'used'], ['platform', 'used', 'mvc'], ['used', 'mvc', 'angularjs'], ['mvc', 'angularjs', 'sql'], ['angularjs', 'sql', 'server'], ['sql', 'server', 'description'], ['server', 'description', 'this'], ['description', 'this', 'project'], ['this', 'project', 'transport'], ['project', 'transport', 'management'], ['transport', 'management', 'system'], ['management', 'system', 'this'], ['system', 'this', 'project'], ['this', 'project', 'used'], ['project', 'used', 'keeps'], ['used', 'keeps', 'record'], ['keeps', 'record', 'vehicle'], ['record', 'vehicle', 'customer'], ['vehicle', 'customer', 'employee'], ['customer', 'employee', 'reduce'], ['employee', 'reduce', 'costs'], ['reduce', 'costs', 'centralized'], ['costs', 'centralized', 'planning'], ['centralized', 'planning', 'execution'], ['planning', 'execution', 'logistics'], ['execution', 'logistics', 'activities'], ['logistics', 'activities', 'vehicle'], ['activities', 'vehicle', 'owner'], ['vehicle', 'owner', 'add'], ['owner', 'add', 'vehicle'], ['add', 'vehicle', 'rent'], ['vehicle', 'rent', 'specific'], ['rent', 'specific', 'day'], ['specific', 'day', 'application'], ['day', 'application', 'location'], ['application', 'location', 'admin'], ['location', 'admin', 'easily'], ['admin', 'easily', 'ess'], ['easily', 'ess', 'data'], ['ess', 'data', 'vehicle'], ['data', 'vehicle', 'customer'], ['vehicle', 'customer', 'employee'], ['customer', 'employee', 'responsibilities'], ['employee', 'responsibilities', 'used'], ['responsibilities', 'used', '3'], ['used', '3', 'tier'], ['3', 'tier', 'architecture'], ['tier', 'architecture', 'presentation'], ['architecture', 'presentation', 'layer'], ['presentation', 'layer', 'business'], ['layer', 'business', 'data'], ['business', 'data', 'a'], ['data', 'a', 'ess'], ['a', 'ess', 'layers'], ['ess', 'layers', 'coded'], ['layers', 'coded', 'using'], ['coded', 'using', 'c'], ['using', 'c', 'per'], ['c', 'per', 'user'], ['per', 'user', 'requirements'], ['user', 'requirements', 'make'], ['requirements', 'make', 'changes'], ['make', 'changes', 'project'], ['changes', 'project', 'discussing'], ['project', 'discussing', 'group'], ['discussing', 'group', 'new'], ['group', 'new', 'requirement'], ['new', 'requirement', 'work'], ['requirement', 'work', 'customer'], ['work', 'customer', 'vehicle'], ['customer', 'vehicle', 'model'], ['vehicle', 'model', '2'], ['model', '2', 'project'], ['2', 'project', 'name'], ['project', 'name', 'crm'], ['name', 'crm', 'role'], ['crm', 'role', 'dot'], ['role', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'platform'], ['developer', 'platform', 'used'], ['platform', 'used', 'mvc'], ['used', 'mvc', 'sql'], ['mvc', 'sql', 'server'], ['sql', 'server', 'description'], ['server', 'description', 'it'], ['description', 'it', 'kind'], ['it', 'kind', 'crm'], ['kind', 'crm', 'application'], ['crm', 'application', 'training'], ['application', 'training', 'institute'], ['training', 'institute', 'easily'], ['institute', 'easily', 'track'], ['easily', 'track', 'student'], ['track', 'student', 'data'], ['student', 'data', 'different'], ['data', 'different', 'user'], ['different', 'user', 'store'], ['user', 'store', 'ess'], ['store', 'ess', 'utilise'], ['ess', 'utilise', 'manage'], ['utilise', 'manage', 'data'], ['manage', 'data', 'application'], ['data', 'application', 'any'], ['application', 'any', 'user'], ['any', 'user', 'easily'], ['user', 'easily', 'fill'], ['easily', 'fill', 'information'], ['fill', 'information', 'leads'], ['information', 'leads', 'comes'], ['leads', 'comes', 'institute'], ['comes', 'institute', 'also'], ['institute', 'also', 'joined'], ['also', 'joined', 'convert'], ['joined', 'convert', 'leads'], ['convert', 'leads', 'student'], ['leads', 'student', 'institute'], ['student', 'institute', 'all'], ['institute', 'all', 'information'], ['all', 'information', 'store'], ['information', 'store', 'easily'], ['store', 'easily', 'manage'], ['easily', 'manage', 'application'], ['manage', 'application', 'also'], ['application', 'also', 'good'], ['also', 'good', 'leads'], ['good', 'leads', 'student'], ['leads', 'student', 'join'], ['student', 'join', 'records'], ['join', 'records', 'store'], ['records', 'store', 'application'], ['store', 'application', 'application'], ['application', 'application', 'help'], ['application', 'help', 'institute'], ['help', 'institute', 'fetch'], ['institute', 'fetch', 'contacts'], ['fetch', 'contacts', 'information'], ['contacts', 'information', 'leads'], ['information', 'leads', 'student'], ['leads', 'student', 'join'], ['student', 'join', 'time'], ['join', 'time', 'we'], ['time', 'we', 'later'], ['we', 'later', 'contact'], ['later', 'contact', 'leads'], ['contact', 'leads', 'future'], ['leads', 'future', 'also'], ['future', 'also', 'application'], ['also', 'application', 'get'], ['application', 'get', 'know'], ['get', 'know', 'every'], ['know', 'every', 'leads'], ['every', 'leads', 'student'], ['leads', 'student', 'joined'], ['student', 'joined', 'responsibilities'], ['joined', 'responsibilities', 'used'], ['responsibilities', 'used', '3'], ['used', '3', 'tier'], ['3', 'tier', 'architecture'], ['tier', 'architecture', 'presentation'], ['architecture', 'presentation', 'layer'], ['presentation', 'layer', 'business'], ['layer', 'business', 'data'], ['business', 'data', 'a'], ['data', 'a', 'ess'], ['a', 'ess', 'layers'], ['ess', 'layers', 'coded'], ['layers', 'coded', 'using'], ['coded', 'using', 'c'], ['using', 'c', 'per'], ['c', 'per', 'user'], ['per', 'user', 'requirements'], ['user', 'requirements', 'make'], ['requirements', 'make', 'changes'], ['make', 'changes', 'project'], ['changes', 'project', 'discussing'], ['project', 'discussing', 'group'], ['discussing', 'group', 'new'], ['group', 'new', 'requirement'], ['new', 'requirement', 'work'], ['requirement', 'work', 'enquiry'], ['work', 'enquiry', 'model'], ['enquiry', 'model', 'key'], ['model', 'key', 'strength'], ['key', 'strength', 'adaptability'], ['strength', 'adaptability', 'hard'], ['adaptability', 'hard', 'worker'], ['hard', 'worker', 'self'], ['worker', 'self', 'motivated'], ['self', 'motivated', 'positive'], ['motivated', 'positive', 'attitude'], ['positive', 'attitude', 'education'], ['attitude', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2008'], ['january', '2008', 'hsc'], ['2008', 'hsc', 'maharashtra'], ['hsc', 'maharashtra', 'board'], ['maharashtra', 'board', 'january'], ['board', 'january', '2006'], ['january', '2006', 'ssc'], ['2006', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'board'], ['maharashtra', 'board', 'dot'], ['board', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'dot'], ['developer', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'glyphisoft'], ['developer', 'glyphisoft', 'technology'], ['glyphisoft', 'technology', 'skill'], ['technology', 'skill', 'details'], ['skill', 'details', 'asp'], ['details', 'asp', 'exprience'], ['asp', 'exprience', '14'], ['exprience', '14', 'months'], ['14', 'months', 'dot'], ['months', 'dot', 'exprience'], ['dot', 'exprience', '14'], ['exprience', '14', 'months'], ['14', 'months', 'model'], ['months', 'model', 'view'], ['model', 'view', 'controller'], ['view', 'controller', 'exprience'], ['controller', 'exprience', '14'], ['exprience', '14', 'months'], ['14', 'months', 'model'], ['months', 'model', 'view'], ['model', 'view', 'controller'], ['view', 'controller', 'exprience'], ['controller', 'exprience', '14'], ['exprience', '14', 'months'], ['14', 'months', 'mvc'], ['months', 'mvc', 'exprience'], ['mvc', 'exprience', '14'], ['exprience', '14', 'monthscompany'], ['14', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'glyphisoft'], ['company', 'glyphisoft', 'technology'], ['glyphisoft', 'technology', 'description'], ['technology', 'description', 'having'], ['description', 'having', 'around'], ['having', 'around', '1'], ['around', '1', '1'], ['1', '1', 'years'], ['1', 'years', 'experience'], ['years', 'experience', 'development'], ['experience', 'development', 'asp'], ['development', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'currently'], ['mvc', 'currently', 'associated'], ['currently', 'associated', 'glyphisoft'], ['associated', 'glyphisoft', 'technology'], ['glyphisoft', 'technology', 'solution'], ['technology', 'solution', 'net'], ['solution', 'net', 'developer'], ['technical', 'skills', 'languages', 'c'], ['skills', 'languages', 'c', 'asp'], ['languages', 'c', 'asp', 'net'], ['c', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'html'], ['net', 'mvc', 'html', 'css'], ['mvc', 'html', 'css', 'javascript'], ['html', 'css', 'javascript', 'angularjs'], ['css', 'javascript', 'angularjs', 'primary'], ['javascript', 'angularjs', 'primary', 'skill'], ['angularjs', 'primary', 'skill', 'entity'], ['primary', 'skill', 'entity', 'framework'], ['skill', 'entity', 'framework', 'tools'], ['entity', 'framework', 'tools', 'used'], ['framework', 'tools', 'used', 'sql'], ['tools', 'used', 'sql', 'server'], ['used', 'sql', 'server', '14'], ['sql', 'server', '14', 'visual'], ['server', '14', 'visual', 'studio'], ['14', 'visual', 'studio', '13'], ['visual', 'studio', '13', 'project'], ['studio', '13', 'project', 'details'], ['13', 'project', 'details', '1'], ['project', 'details', '1', 'project'], ['details', '1', 'project', 'name'], ['1', 'project', 'name', 'transport'], ['project', 'name', 'transport', 'management'], ['name', 'transport', 'management', 'system'], ['transport', 'management', 'system', 'role'], ['management', 'system', 'role', 'dot'], ['system', 'role', 'dot', 'net'], ['role', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'platform'], ['net', 'developer', 'platform', 'used'], ['developer', 'platform', 'used', 'mvc'], ['platform', 'used', 'mvc', 'angularjs'], ['used', 'mvc', 'angularjs', 'sql'], ['mvc', 'angularjs', 'sql', 'server'], ['angularjs', 'sql', 'server', 'description'], ['sql', 'server', 'description', 'this'], ['server', 'description', 'this', 'project'], ['description', 'this', 'project', 'transport'], ['this', 'project', 'transport', 'management'], ['project', 'transport', 'management', 'system'], ['transport', 'management', 'system', 'this'], ['management', 'system', 'this', 'project'], ['system', 'this', 'project', 'used'], ['this', 'project', 'used', 'keeps'], ['project', 'used', 'keeps', 'record'], ['used', 'keeps', 'record', 'vehicle'], ['keeps', 'record', 'vehicle', 'customer'], ['record', 'vehicle', 'customer', 'employee'], ['vehicle', 'customer', 'employee', 'reduce'], ['customer', 'employee', 'reduce', 'costs'], ['employee', 'reduce', 'costs', 'centralized'], ['reduce', 'costs', 'centralized', 'planning'], ['costs', 'centralized', 'planning', 'execution'], ['centralized', 'planning', 'execution', 'logistics'], ['planning', 'execution', 'logistics', 'activities'], ['execution', 'logistics', 'activities', 'vehicle'], ['logistics', 'activities', 'vehicle', 'owner'], ['activities', 'vehicle', 'owner', 'add'], ['vehicle', 'owner', 'add', 'vehicle'], ['owner', 'add', 'vehicle', 'rent'], ['add', 'vehicle', 'rent', 'specific'], ['vehicle', 'rent', 'specific', 'day'], ['rent', 'specific', 'day', 'application'], ['specific', 'day', 'application', 'location'], ['day', 'application', 'location', 'admin'], ['application', 'location', 'admin', 'easily'], ['location', 'admin', 'easily', 'ess'], ['admin', 'easily', 'ess', 'data'], ['easily', 'ess', 'data', 'vehicle'], ['ess', 'data', 'vehicle', 'customer'], ['data', 'vehicle', 'customer', 'employee'], ['vehicle', 'customer', 'employee', 'responsibilities'], ['customer', 'employee', 'responsibilities', 'used'], ['employee', 'responsibilities', 'used', '3'], ['responsibilities', 'used', '3', 'tier'], ['used', '3', 'tier', 'architecture'], ['3', 'tier', 'architecture', 'presentation'], ['tier', 'architecture', 'presentation', 'layer'], ['architecture', 'presentation', 'layer', 'business'], ['presentation', 'layer', 'business', 'data'], ['layer', 'business', 'data', 'a'], ['business', 'data', 'a', 'ess'], ['data', 'a', 'ess', 'layers'], ['a', 'ess', 'layers', 'coded'], ['ess', 'layers', 'coded', 'using'], ['layers', 'coded', 'using', 'c'], ['coded', 'using', 'c', 'per'], ['using', 'c', 'per', 'user'], ['c', 'per', 'user', 'requirements'], ['per', 'user', 'requirements', 'make'], ['user', 'requirements', 'make', 'changes'], ['requirements', 'make', 'changes', 'project'], ['make', 'changes', 'project', 'discussing'], ['changes', 'project', 'discussing', 'group'], ['project', 'discussing', 'group', 'new'], ['discussing', 'group', 'new', 'requirement'], ['group', 'new', 'requirement', 'work'], ['new', 'requirement', 'work', 'customer'], ['requirement', 'work', 'customer', 'vehicle'], ['work', 'customer', 'vehicle', 'model'], ['customer', 'vehicle', 'model', '2'], ['vehicle', 'model', '2', 'project'], ['model', '2', 'project', 'name'], ['2', 'project', 'name', 'crm'], ['project', 'name', 'crm', 'role'], ['name', 'crm', 'role', 'dot'], ['crm', 'role', 'dot', 'net'], ['role', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'platform'], ['net', 'developer', 'platform', 'used'], ['developer', 'platform', 'used', 'mvc'], ['platform', 'used', 'mvc', 'sql'], ['used', 'mvc', 'sql', 'server'], ['mvc', 'sql', 'server', 'description'], ...], [['education'], ['details'], ['january'], ['2014'], ['education'], ['details'], ['pune'], ['maharashtra'], ['university'], ['of'], ['pune'], ['january'], ['2010'], ['b'], ['com'], ['pune'], ['maharashtra'], ['university'], ['of'], ['pune'], ['software'], ['developer'], ['software'], ['developer'], ['technology'], ['dot'], ['net'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['technology'], ['dot'], ['net'], ['description'], ['previous'], ['experience'], ['worked'], ['sepsoft'], ['erp'], ['solutions'], ['from'], ['1'], ['jan'], ['2016'], ['to'], ['24th'], ['dec'], ['2016'], ['designation'], ['software'], ['developer'], ['technology'], ['dot'], ['net'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'education'], ['education', 'details'], ['details', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'university'], ['university', 'of'], ['of', 'pune'], ['pune', 'january'], ['january', '2010'], ['2010', 'b'], ['b', 'com'], ['com', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'university'], ['university', 'of'], ['of', 'pune'], ['pune', 'software'], ['software', 'developer'], ['developer', 'software'], ['software', 'developer'], ['developer', 'technology'], ['technology', 'dot'], ['dot', 'net'], ['net', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'technology'], ['technology', 'dot'], ['dot', 'net'], ['net', 'description'], ['description', 'previous'], ['previous', 'experience'], ['experience', 'worked'], ['worked', 'sepsoft'], ['sepsoft', 'erp'], ['erp', 'solutions'], ['solutions', 'from'], ['from', '1'], ['1', 'jan'], ['jan', '2016'], ['2016', 'to'], ['to', '24th'], ['24th', 'dec'], ['dec', '2016'], ['2016', 'designation'], ['designation', 'software'], ['software', 'developer'], ['developer', 'technology'], ['technology', 'dot'], ['dot', 'net'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'education'], ['2014', 'education', 'details'], ['education', 'details', 'pune'], ['details', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'university'], ['maharashtra', 'university', 'of'], ['university', 'of', 'pune'], ['of', 'pune', 'january'], ['pune', 'january', '2010'], ['january', '2010', 'b'], ['2010', 'b', 'com'], ['b', 'com', 'pune'], ['com', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'university'], ['maharashtra', 'university', 'of'], ['university', 'of', 'pune'], ['of', 'pune', 'software'], ['pune', 'software', 'developer'], ['software', 'developer', 'software'], ['developer', 'software', 'developer'], ['software', 'developer', 'technology'], ['developer', 'technology', 'dot'], ['technology', 'dot', 'net'], ['dot', 'net', 'skill'], ['net', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'technology'], ['company', 'technology', 'dot'], ['technology', 'dot', 'net'], ['dot', 'net', 'description'], ['net', 'description', 'previous'], ['description', 'previous', 'experience'], ['previous', 'experience', 'worked'], ['experience', 'worked', 'sepsoft'], ['worked', 'sepsoft', 'erp'], ['sepsoft', 'erp', 'solutions'], ['erp', 'solutions', 'from'], ['solutions', 'from', '1'], ['from', '1', 'jan'], ['1', 'jan', '2016'], ['jan', '2016', 'to'], ['2016', 'to', '24th'], ['to', '24th', 'dec'], ['24th', 'dec', '2016'], ['dec', '2016', 'designation'], ['2016', 'designation', 'software'], ['designation', 'software', 'developer'], ['software', 'developer', 'technology'], ['developer', 'technology', 'dot'], ['technology', 'dot', 'net'], ['education', 'details', 'january', '2014'], ['details', 'january', '2014', 'education'], ['january', '2014', 'education', 'details'], ['2014', 'education', 'details', 'pune'], ['education', 'details', 'pune', 'maharashtra'], ['details', 'pune', 'maharashtra', 'university'], ['pune', 'maharashtra', 'university', 'of'], ['maharashtra', 'university', 'of', 'pune'], ['university', 'of', 'pune', 'january'], ['of', 'pune', 'january', '2010'], ['pune', 'january', '2010', 'b'], ['january', '2010', 'b', 'com'], ['2010', 'b', 'com', 'pune'], ['b', 'com', 'pune', 'maharashtra'], ['com', 'pune', 'maharashtra', 'university'], ['pune', 'maharashtra', 'university', 'of'], ['maharashtra', 'university', 'of', 'pune'], ['university', 'of', 'pune', 'software'], ['of', 'pune', 'software', 'developer'], ['pune', 'software', 'developer', 'software'], ['software', 'developer', 'software', 'developer'], ['developer', 'software', 'developer', 'technology'], ['software', 'developer', 'technology', 'dot'], ['developer', 'technology', 'dot', 'net'], ['technology', 'dot', 'net', 'skill'], ['dot', 'net', 'skill', 'details'], ['net', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'technology'], ['details', 'company', 'technology', 'dot'], ['company', 'technology', 'dot', 'net'], ['technology', 'dot', 'net', 'description'], ['dot', 'net', 'description', 'previous'], ['net', 'description', 'previous', 'experience'], ['description', 'previous', 'experience', 'worked'], ['previous', 'experience', 'worked', 'sepsoft'], ['experience', 'worked', 'sepsoft', 'erp'], ['worked', 'sepsoft', 'erp', 'solutions'], ['sepsoft', 'erp', 'solutions', 'from'], ['erp', 'solutions', 'from', '1'], ['solutions', 'from', '1', 'jan'], ['from', '1', 'jan', '2016'], ['1', 'jan', '2016', 'to'], ['jan', '2016', 'to', '24th'], ['2016', 'to', '24th', 'dec'], ['to', '24th', 'dec', '2016'], ['24th', 'dec', '2016', 'designation'], ['dec', '2016', 'designation', 'software'], ['2016', 'designation', 'software', 'developer'], ['designation', 'software', 'developer', 'technology'], ['software', 'developer', 'technology', 'dot'], ['developer', 'technology', 'dot', 'net'], ['education', 'details', 'january', '2014', 'education'], ['details', 'january', '2014', 'education', 'details'], ['january', '2014', 'education', 'details', 'pune'], ['2014', 'education', 'details', 'pune', 'maharashtra'], ['education', 'details', 'pune', 'maharashtra', 'university'], ['details', 'pune', 'maharashtra', 'university', 'of'], ['pune', 'maharashtra', 'university', 'of', 'pune'], ['maharashtra', 'university', 'of', 'pune', 'january'], ['university', 'of', 'pune', 'january', '2010'], ['of', 'pune', 'january', '2010', 'b'], ['pune', 'january', '2010', 'b', 'com'], ['january', '2010', 'b', 'com', 'pune'], ['2010', 'b', 'com', 'pune', 'maharashtra'], ['b', 'com', 'pune', 'maharashtra', 'university'], ['com', 'pune', 'maharashtra', 'university', 'of'], ['pune', 'maharashtra', 'university', 'of', 'pune'], ['maharashtra', 'university', 'of', 'pune', 'software'], ['university', 'of', 'pune', 'software', 'developer'], ['of', 'pune', 'software', 'developer', 'software'], ['pune', 'software', 'developer', 'software', 'developer'], ['software', 'developer', 'software', 'developer', 'technology'], ['developer', 'software', 'developer', 'technology', 'dot'], ['software', 'developer', 'technology', 'dot', 'net'], ['developer', 'technology', 'dot', 'net', 'skill'], ['technology', 'dot', 'net', 'skill', 'details'], ['dot', 'net', 'skill', 'details', 'company'], ['net', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'technology'], ['company', 'details', 'company', 'technology', 'dot'], ['details', 'company', 'technology', 'dot', 'net'], ['company', 'technology', 'dot', 'net', 'description'], ['technology', 'dot', 'net', 'description', 'previous'], ['dot', 'net', 'description', 'previous', 'experience'], ['net', 'description', 'previous', 'experience', 'worked'], ['description', 'previous', 'experience', 'worked', 'sepsoft'], ['previous', 'experience', 'worked', 'sepsoft', 'erp'], ['experience', 'worked', 'sepsoft', 'erp', 'solutions'], ['worked', 'sepsoft', 'erp', 'solutions', 'from'], ['sepsoft', 'erp', 'solutions', 'from', '1'], ['erp', 'solutions', 'from', '1', 'jan'], ['solutions', 'from', '1', 'jan', '2016'], ['from', '1', 'jan', '2016', 'to'], ['1', 'jan', '2016', 'to', '24th'], ['jan', '2016', 'to', '24th', 'dec'], ['2016', 'to', '24th', 'dec', '2016'], ['to', '24th', 'dec', '2016', 'designation'], ['24th', 'dec', '2016', 'designation', 'software'], ['dec', '2016', 'designation', 'software', 'developer'], ['2016', 'designation', 'software', 'developer', 'technology'], ['designation', 'software', 'developer', 'technology', 'dot'], ['software', 'developer', 'technology', 'dot', 'net'], ['education', 'details', 'january', '2014', 'education', 'details'], ['details', 'january', '2014', 'education', 'details', 'pune'], ['january', '2014', 'education', 'details', 'pune', 'maharashtra'], ['2014', 'education', 'details', 'pune', 'maharashtra', 'university'], ['education', 'details', 'pune', 'maharashtra', 'university', 'of'], ['details', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'january'], ['maharashtra', 'university', 'of', 'pune', 'january', '2010'], ['university', 'of', 'pune', 'january', '2010', 'b'], ['of', 'pune', 'january', '2010', 'b', 'com'], ['pune', 'january', '2010', 'b', 'com', 'pune'], ['january', '2010', 'b', 'com', 'pune', 'maharashtra'], ['2010', 'b', 'com', 'pune', 'maharashtra', 'university'], ['b', 'com', 'pune', 'maharashtra', 'university', 'of'], ['com', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'software'], ['maharashtra', 'university', 'of', 'pune', 'software', 'developer'], ['university', 'of', 'pune', 'software', 'developer', 'software'], ['of', 'pune', 'software', 'developer', 'software', 'developer'], ['pune', 'software', 'developer', 'software', 'developer', 'technology'], ['software', 'developer', 'software', 'developer', 'technology', 'dot'], ['developer', 'software', 'developer', 'technology', 'dot', 'net'], ['software', 'developer', 'technology', 'dot', 'net', 'skill'], ['developer', 'technology', 'dot', 'net', 'skill', 'details'], ['technology', 'dot', 'net', 'skill', 'details', 'company'], ['dot', 'net', 'skill', 'details', 'company', 'details'], ['net', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'technology'], ['details', 'company', 'details', 'company', 'technology', 'dot'], ['company', 'details', 'company', 'technology', 'dot', 'net'], ['details', 'company', 'technology', 'dot', 'net', 'description'], ['company', 'technology', 'dot', 'net', 'description', 'previous'], ['technology', 'dot', 'net', 'description', 'previous', 'experience'], ['dot', 'net', 'description', 'previous', 'experience', 'worked'], ['net', 'description', 'previous', 'experience', 'worked', 'sepsoft'], ['description', 'previous', 'experience', 'worked', 'sepsoft', 'erp'], ['previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions'], ['experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from'], ['worked', 'sepsoft', 'erp', 'solutions', 'from', '1'], ['sepsoft', 'erp', 'solutions', 'from', '1', 'jan'], ['erp', 'solutions', 'from', '1', 'jan', '2016'], ['solutions', 'from', '1', 'jan', '2016', 'to'], ['from', '1', 'jan', '2016', 'to', '24th'], ['1', 'jan', '2016', 'to', '24th', 'dec'], ['jan', '2016', 'to', '24th', 'dec', '2016'], ['2016', 'to', '24th', 'dec', '2016', 'designation'], ['to', '24th', 'dec', '2016', 'designation', 'software'], ['24th', 'dec', '2016', 'designation', 'software', 'developer'], ['dec', '2016', 'designation', 'software', 'developer', 'technology'], ['2016', 'designation', 'software', 'developer', 'technology', 'dot'], ['designation', 'software', 'developer', 'technology', 'dot', 'net'], ['education', 'details', 'january', '2014', 'education', 'details', 'pune'], ['details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra'], ['january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university'], ['2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of'], ['education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010'], ['maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b'], ['university', 'of', 'pune', 'january', '2010', 'b', 'com'], ['of', 'pune', 'january', '2010', 'b', 'com', 'pune'], ['pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra'], ['january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university'], ['2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of'], ['b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer'], ['maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software'], ['university', 'of', 'pune', 'software', 'developer', 'software', 'developer'], ['of', 'pune', 'software', 'developer', 'software', 'developer', 'technology'], ['pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot'], ['software', 'developer', 'software', 'developer', 'technology', 'dot', 'net'], ['developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill'], ['software', 'developer', 'technology', 'dot', 'net', 'skill', 'details'], ['developer', 'technology', 'dot', 'net', 'skill', 'details', 'company'], ['technology', 'dot', 'net', 'skill', 'details', 'company', 'details'], ['dot', 'net', 'skill', 'details', 'company', 'details', 'company'], ['net', 'skill', 'details', 'company', 'details', 'company', 'technology'], ['skill', 'details', 'company', 'details', 'company', 'technology', 'dot'], ['details', 'company', 'details', 'company', 'technology', 'dot', 'net'], ['company', 'details', 'company', 'technology', 'dot', 'net', 'description'], ['details', 'company', 'technology', 'dot', 'net', 'description', 'previous'], ['company', 'technology', 'dot', 'net', 'description', 'previous', 'experience'], ['technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked'], ['dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft'], ['net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp'], ['description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions'], ['previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from'], ['experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1'], ['worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan'], ['sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016'], ['erp', 'solutions', 'from', '1', 'jan', '2016', 'to'], ['solutions', 'from', '1', 'jan', '2016', 'to', '24th'], ['from', '1', 'jan', '2016', 'to', '24th', 'dec'], ['1', 'jan', '2016', 'to', '24th', 'dec', '2016'], ['jan', '2016', 'to', '24th', 'dec', '2016', 'designation'], ['2016', 'to', '24th', 'dec', '2016', 'designation', 'software'], ['to', '24th', 'dec', '2016', 'designation', 'software', 'developer'], ['24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology'], ['dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot'], ['2016', 'designation', 'software', 'developer', 'technology', 'dot', 'net'], ['education', 'details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra'], ['details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university'], ['january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of'], ['2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january'], ['details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b'], ['maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b', 'com'], ['university', 'of', 'pune', 'january', '2010', 'b', 'com', 'pune'], ['of', 'pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra'], ['pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university'], ['january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of'], ['2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software'], ['com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software'], ['maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software', 'developer'], ['university', 'of', 'pune', 'software', 'developer', 'software', 'developer', 'technology'], ['of', 'pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot'], ['pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot', 'net'], ['software', 'developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill'], ['developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill', 'details'], ['software', 'developer', 'technology', 'dot', 'net', 'skill', 'details', 'company'], ['developer', 'technology', 'dot', 'net', 'skill', 'details', 'company', 'details'], ['technology', 'dot', 'net', 'skill', 'details', 'company', 'details', 'company'], ['dot', 'net', 'skill', 'details', 'company', 'details', 'company', 'technology'], ['net', 'skill', 'details', 'company', 'details', 'company', 'technology', 'dot'], ['skill', 'details', 'company', 'details', 'company', 'technology', 'dot', 'net'], ['details', 'company', 'details', 'company', 'technology', 'dot', 'net', 'description'], ['company', 'details', 'company', 'technology', 'dot', 'net', 'description', 'previous'], ['details', 'company', 'technology', 'dot', 'net', 'description', 'previous', 'experience'], ['company', 'technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked'], ['technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft'], ['dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp'], ['net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions'], ['description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from'], ['previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1'], ['experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan'], ['worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016'], ['sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016', 'to'], ['erp', 'solutions', 'from', '1', 'jan', '2016', 'to', '24th'], ['solutions', 'from', '1', 'jan', '2016', 'to', '24th', 'dec'], ['from', '1', 'jan', '2016', 'to', '24th', 'dec', '2016'], ['1', 'jan', '2016', 'to', '24th', 'dec', '2016', 'designation'], ['jan', '2016', 'to', '24th', 'dec', '2016', 'designation', 'software'], ['2016', 'to', '24th', 'dec', '2016', 'designation', 'software', 'developer'], ['to', '24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology'], ['24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot'], ['dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot', 'net'], ['education', 'details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university'], ['details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of'], ['january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january'], ['education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010'], ['details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b', 'com'], ['maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b', 'com', 'pune'], ['university', 'of', 'pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra'], ['of', 'pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university'], ['pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of'], ['january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune'], ['2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software'], ['b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer'], ['com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software'], ['pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software', 'developer'], ['maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software', 'developer', 'technology'], ['university', 'of', 'pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot'], ['of', 'pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot', 'net'], ['pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill'], ['software', 'developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill', 'details'], ['developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill', 'details', 'company'], ['software', 'developer', 'technology', 'dot', 'net', 'skill', 'details', 'company', 'details'], ['developer', 'technology', 'dot', 'net', 'skill', 'details', 'company', 'details', 'company'], ['technology', 'dot', 'net', 'skill', 'details', 'company', 'details', 'company', 'technology'], ['dot', 'net', 'skill', 'details', 'company', 'details', 'company', 'technology', 'dot'], ['net', 'skill', 'details', 'company', 'details', 'company', 'technology', 'dot', 'net'], ['skill', 'details', 'company', 'details', 'company', 'technology', 'dot', 'net', 'description'], ['details', 'company', 'details', 'company', 'technology', 'dot', 'net', 'description', 'previous'], ['company', 'details', 'company', 'technology', 'dot', 'net', 'description', 'previous', 'experience'], ['details', 'company', 'technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked'], ['company', 'technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft'], ['technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp'], ['dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions'], ['net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from'], ['description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1'], ['previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan'], ['experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016'], ['worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016', 'to'], ['sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016', 'to', '24th'], ['erp', 'solutions', 'from', '1', 'jan', '2016', 'to', '24th', 'dec'], ['solutions', 'from', '1', 'jan', '2016', 'to', '24th', 'dec', '2016'], ['from', '1', 'jan', '2016', 'to', '24th', 'dec', '2016', 'designation'], ['1', 'jan', '2016', 'to', '24th', 'dec', '2016', 'designation', 'software'], ['jan', '2016', 'to', '24th', 'dec', '2016', 'designation', 'software', 'developer'], ['2016', 'to', '24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology'], ['to', '24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot'], ['24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot', 'net']], [['technologies'], ['asp'], ['net'], ['mvc'], ['3'], ['0'], ['4'], ['0'], ['5'], ['0'], ['unit'], ['testing'], ['entity'], ['framework'], ['6'], ['0'], ['languages'], ['c'], ['js'], ['library'], ['javascript'], ['jquery'], ['angular1'], ['5'], ['typescript'], ['tools'], ['visual'], ['studio'], ['2008'], ['2010'], ['2012'], ['2015'], ['visual'], ['studio'], ['code'], ['ide'], ['net'], ['framework'], ['2'], ['0'], ['3'], ['5'], ['4'], ['0'], ['4'], ['5'], ['databases'], ['sql'], ['server'], ['2005'], ['2008'], ['2014'], ['2015'], ['source'], ['control'], ['tools'], ['tortoise'], ['svn'], ['git'], ['education'], ['details'], ['january'], ['2010'], ['b'], ['tech'], ['kakinada'], ['andhra'], ['pradesh'], ['jntu'], ['dot'], ['net'], ['developer'], ['dot'], ['net'], ['developer'], ['the'], ['tie'], ['bar'], ['skill'], ['details'], ['net'], ['exprience'], ['34'], ['months'], ['asp'], ['exprience'], ['34'], ['months'], ['asp'], ['net'], ['exprience'], ['34'], ['months'], ['c'], ['exprience'], ['34'], ['months'], ['javascript'], ['exprience'], ['34'], ['monthscompany'], ['details'], ['company'], ['the'], ['tie'], ['bar'], ['description'], ['duration'], ['january'], ['2017'], ['till'], ['date'], ['responsibility'], ['design'], ['coding'], ['net'], ['server'], ['side'], ['environment'], ['specifically'], ['utilising'], ['microsoft'], ['mvc'], ['framework'], ['client'], ['side'], ['environment'], ['using'], ['knockout'], ['js'], ['consuming'], ['web'], ['api'], ['wcf'], ['rest'], ['full'], ['services'], ['designed'], ['coded'], ['application'], ['components'], ['agile'], ['environment'], ['utilizing'], ['test'], ['driven'], ['development'], ['approach'], ['created'], ['maintained'], ['project'], ['tasks'], ['schedules'], ['provided'], ['programming'], ['estimates'], ['identified'], ['potential'], ['problems'], ['recommended'], ['alternative'], ['solutions'], ['worked'], ['close'], ['cooperation'], ['project'], ['managers'], ['functional'], ['team'], ['members'], ['form'], ['team'], ['effort'], ['development'], ['utilized'], ['pair'], ['programming'], ['approach'], ['ensure'], ['high'], ['quality'], ['code'], ['projects'], ['title'], ['the'], ['tiebar'], ['environment'], ['visual'], ['studio'], ['2015'], ['mvc'], ['5'], ['0'], ['c'], ['javascript'], ['json'], ['linq'], ['html'], ['5'], ['database'], ['sql'], ['server'], ['2015'], ['role'], ['developer'], ['description'], ['the'], ['tie'], ['bar'], ['us'], ['based'], ['online'], ['shopping'], ['website'], ['one'], ['stop'], ['destination'], ['luxury'], ['menswear'], ['premium'], ['dress'], ['shirts'], ['ties'], ['bow'], ['ties'], ['title'], ['leave'], ['management'], ['system'], ['environment'], ['visual'], ['studio'], ['2010'], ['asp'], ['net'], ['c'], ['javascript'], ['jquery'], ['database'], ['sql'], ['server'], ['2008'], ['role'], ['developer'], ['description'], ['a'], ['leave'], ['management'], ['system'], ['web'], ['application'], ['two'], ['module'], ['one'], ['front'], ['end'], ['second'], ['admin'], ['module'], ['admin'], ['user'], ['manage'], ['site'], ['content'], ['application'], ['the'], ['main'], ['functionality'], ['web'], ['application'], ['used'], ['maintaining'], ['employee'], ['leave'], ['policy'], ['company'], ['title'], ['around'], ['pune'], ['cms'], ['environment'], ['visual'], ['studio'], ['2010'], ['asp'], ['net'], ['c'], ['javascript'], ['jquery'], ['database'], ['sql'], ['server'], ['2008'], ['role'], ['developer'], ['description'], ['around'], ['pune'], ['web'], ['application'], ['in'], ['two'], ['modules'], ['one'], ['admin'], ['module'], ['another'], ['client'], ['front'], ['end'], ['admin'], ['module'], ['controls'], ['site'], ['date'], ['cms'], ['content'], ['management'], ['system'], ['project'], ['the'], ['purpose'], ['site'], ['show'], ['provide'], ['details'], ['spots'], ['tourists'], ['places'], ['around'], ['pune'], ['title'], ['country'], ['side'], ['environment'], ['visual'], ['studio'], ['2008'], ['asp'], ['net'], ['c'], ['javascript'], ['jquery'], ['database'], ['sql'], ['server'], ['2008'], ['role'], ['developer'], ['description'], ['this'], ['cms'], ['content'], ['management'], ['system'], ['website'], ['controlling'], ['admin'], ['user'], ['in'], ['one'], ['admin'], ['module'], ['maintain'], ['website'], ['content'], ['this'], ['site'], ['used'], ['provide'], ['information'], ['tourist'], ['places'], ['provide'], ['offers'], ['different'], ['packages'], ['trips'], ['company'], ['hamsa'], ['hitech'], ['pvt'], ['ltd'], ['description'], ['responsibility'], ['design'], ['coding'], ['net'], ['server'], ['side'], ['environment'], ['specifically'], ['utilising'], ['asp'], ['net'], ['c'], ['design'], ['implement'], ['systems'], ['use'], ['relational'], ['databases'], ['specifically'], ['sql'], ['2008'], ['project'], ['title'], ['a'], ['g'], ['johnson'], ['environment'], ['visual'], ['studio'], ['2010'], ['asp'], ['net'], ['c'], ['javascript'], ['jquery'], ['database'], ['sql'], ['server'], ['2008'], ['role'], ['developer'], ['description'], ['a'], ['g'], ['johnson'], ['global'], ['employment'], ['website'], ['the'], ['main'], ['purpose'], ['application'], ['recruit'], ['employees'], ['clients'], ['different'], ['countries'], ['like'], ['switzerland'], ['norway'], ['sweden'], ['provide'], ['services'], ['like'], ['organisational'], ['development'], ['management'], ['leadership'], ['support'], ['development'], ['legal'], ['support'], ['title'], ['crm'], ['company'], ['environment'], ['visual'], ['studio'], ['2008'], ['asp'], ['net'], ['3'], ['0'], ['using'], ['c'], ['javascript'], ['jquery'], ['database'], ['sql'], ['server'], ['2008'], ['role'], ['developer'], ['description'], ['customer'], ['relationship'], ['management'], ['system'], ['web'], ['application'], ['which'], ['maintaining'], ['relation'], ['company'], ['we'], ['view'], ['project'], ['list'], ['client'], ['list'], ['notification'], ['list'], ['appointment'], ['list'], ['conversation'], ['list'], ['client'], ['person'], ['list'], ['company'], ['person'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', '3'], ['3', '0'], ['0', '4'], ['4', '0'], ['0', '5'], ['5', '0'], ['0', 'unit'], ['unit', 'testing'], ['testing', 'entity'], ['entity', 'framework'], ['framework', '6'], ['6', '0'], ['0', 'languages'], ['languages', 'c'], ['c', 'js'], ['js', 'library'], ['library', 'javascript'], ['javascript', 'jquery'], ['jquery', 'angular1'], ['angular1', '5'], ['5', 'typescript'], ['typescript', 'tools'], ['tools', 'visual'], ['visual', 'studio'], ['studio', '2008'], ['2008', '2010'], ['2010', '2012'], ['2012', '2015'], ['2015', 'visual'], ['visual', 'studio'], ['studio', 'code'], ['code', 'ide'], ['ide', 'net'], ['net', 'framework'], ['framework', '2'], ['2', '0'], ['0', '3'], ['3', '5'], ['5', '4'], ['4', '0'], ['0', '4'], ['4', '5'], ['5', 'databases'], ['databases', 'sql'], ['sql', 'server'], ['server', '2005'], ['2005', '2008'], ['2008', '2014'], ['2014', '2015'], ['2015', 'source'], ['source', 'control'], ['control', 'tools'], ['tools', 'tortoise'], ['tortoise', 'svn'], ['svn', 'git'], ['git', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2010'], ['2010', 'b'], ['b', 'tech'], ['tech', 'kakinada'], ['kakinada', 'andhra'], ['andhra', 'pradesh'], ['pradesh', 'jntu'], ['jntu', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'the'], ['the', 'tie'], ['tie', 'bar'], ['bar', 'skill'], ['skill', 'details'], ['details', 'net'], ['net', 'exprience'], ['exprience', '34'], ['34', 'months'], ['months', 'asp'], ['asp', 'exprience'], ['exprience', '34'], ['34', 'months'], ['months', 'asp'], ['asp', 'net'], ['net', 'exprience'], ['exprience', '34'], ['34', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '34'], ['34', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', '34'], ['34', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'the'], ['the', 'tie'], ['tie', 'bar'], ['bar', 'description'], ['description', 'duration'], ['duration', 'january'], ['january', '2017'], ['2017', 'till'], ['till', 'date'], ['date', 'responsibility'], ['responsibility', 'design'], ['design', 'coding'], ['coding', 'net'], ['net', 'server'], ['server', 'side'], ['side', 'environment'], ['environment', 'specifically'], ['specifically', 'utilising'], ['utilising', 'microsoft'], ['microsoft', 'mvc'], ['mvc', 'framework'], ['framework', 'client'], ['client', 'side'], ['side', 'environment'], ['environment', 'using'], ['using', 'knockout'], ['knockout', 'js'], ['js', 'consuming'], ['consuming', 'web'], ['web', 'api'], ['api', 'wcf'], ['wcf', 'rest'], ['rest', 'full'], ['full', 'services'], ['services', 'designed'], ['designed', 'coded'], ['coded', 'application'], ['application', 'components'], ['components', 'agile'], ['agile', 'environment'], ['environment', 'utilizing'], ['utilizing', 'test'], ['test', 'driven'], ['driven', 'development'], ['development', 'approach'], ['approach', 'created'], ['created', 'maintained'], ['maintained', 'project'], ['project', 'tasks'], ['tasks', 'schedules'], ['schedules', 'provided'], ['provided', 'programming'], ['programming', 'estimates'], ['estimates', 'identified'], ['identified', 'potential'], ['potential', 'problems'], ['problems', 'recommended'], ['recommended', 'alternative'], ['alternative', 'solutions'], ['solutions', 'worked'], ['worked', 'close'], ['close', 'cooperation'], ['cooperation', 'project'], ['project', 'managers'], ['managers', 'functional'], ['functional', 'team'], ['team', 'members'], ['members', 'form'], ['form', 'team'], ['team', 'effort'], ['effort', 'development'], ['development', 'utilized'], ['utilized', 'pair'], ['pair', 'programming'], ['programming', 'approach'], ['approach', 'ensure'], ['ensure', 'high'], ['high', 'quality'], ['quality', 'code'], ['code', 'projects'], ['projects', 'title'], ['title', 'the'], ['the', 'tiebar'], ['tiebar', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2015'], ['2015', 'mvc'], ['mvc', '5'], ['5', '0'], ['0', 'c'], ['c', 'javascript'], ['javascript', 'json'], ['json', 'linq'], ['linq', 'html'], ['html', '5'], ['5', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2015'], ['2015', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'the'], ['the', 'tie'], ['tie', 'bar'], ['bar', 'us'], ['us', 'based'], ['based', 'online'], ['online', 'shopping'], ['shopping', 'website'], ['website', 'one'], ['one', 'stop'], ['stop', 'destination'], ['destination', 'luxury'], ['luxury', 'menswear'], ['menswear', 'premium'], ['premium', 'dress'], ['dress', 'shirts'], ['shirts', 'ties'], ['ties', 'bow'], ['bow', 'ties'], ['ties', 'title'], ['title', 'leave'], ['leave', 'management'], ['management', 'system'], ['system', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2010'], ['2010', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'javascript'], ['javascript', 'jquery'], ['jquery', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'a'], ['a', 'leave'], ['leave', 'management'], ['management', 'system'], ['system', 'web'], ['web', 'application'], ['application', 'two'], ['two', 'module'], ['module', 'one'], ['one', 'front'], ['front', 'end'], ['end', 'second'], ['second', 'admin'], ['admin', 'module'], ['module', 'admin'], ['admin', 'user'], ['user', 'manage'], ['manage', 'site'], ['site', 'content'], ['content', 'application'], ['application', 'the'], ['the', 'main'], ['main', 'functionality'], ['functionality', 'web'], ['web', 'application'], ['application', 'used'], ['used', 'maintaining'], ['maintaining', 'employee'], ['employee', 'leave'], ['leave', 'policy'], ['policy', 'company'], ['company', 'title'], ['title', 'around'], ['around', 'pune'], ['pune', 'cms'], ['cms', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2010'], ['2010', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'javascript'], ['javascript', 'jquery'], ['jquery', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'around'], ['around', 'pune'], ['pune', 'web'], ['web', 'application'], ['application', 'in'], ['in', 'two'], ['two', 'modules'], ['modules', 'one'], ['one', 'admin'], ['admin', 'module'], ['module', 'another'], ['another', 'client'], ['client', 'front'], ['front', 'end'], ['end', 'admin'], ['admin', 'module'], ['module', 'controls'], ['controls', 'site'], ['site', 'date'], ['date', 'cms'], ['cms', 'content'], ['content', 'management'], ['management', 'system'], ['system', 'project'], ['project', 'the'], ['the', 'purpose'], ['purpose', 'site'], ['site', 'show'], ['show', 'provide'], ['provide', 'details'], ['details', 'spots'], ['spots', 'tourists'], ['tourists', 'places'], ['places', 'around'], ['around', 'pune'], ['pune', 'title'], ['title', 'country'], ['country', 'side'], ['side', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2008'], ['2008', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'javascript'], ['javascript', 'jquery'], ['jquery', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'this'], ['this', 'cms'], ['cms', 'content'], ['content', 'management'], ['management', 'system'], ['system', 'website'], ['website', 'controlling'], ['controlling', 'admin'], ['admin', 'user'], ['user', 'in'], ['in', 'one'], ['one', 'admin'], ['admin', 'module'], ['module', 'maintain'], ['maintain', 'website'], ['website', 'content'], ['content', 'this'], ['this', 'site'], ['site', 'used'], ['used', 'provide'], ['provide', 'information'], ['information', 'tourist'], ['tourist', 'places'], ['places', 'provide'], ['provide', 'offers'], ['offers', 'different'], ['different', 'packages'], ['packages', 'trips'], ['trips', 'company'], ['company', 'hamsa'], ['hamsa', 'hitech'], ['hitech', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'responsibility'], ['responsibility', 'design'], ['design', 'coding'], ['coding', 'net'], ['net', 'server'], ['server', 'side'], ['side', 'environment'], ['environment', 'specifically'], ['specifically', 'utilising'], ['utilising', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'design'], ['design', 'implement'], ['implement', 'systems'], ['systems', 'use'], ['use', 'relational'], ['relational', 'databases'], ['databases', 'specifically'], ['specifically', 'sql'], ['sql', '2008'], ['2008', 'project'], ['project', 'title'], ['title', 'a'], ['a', 'g'], ['g', 'johnson'], ['johnson', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2010'], ['2010', 'asp'], ['asp', 'net'], ['net', 'c'], ['c', 'javascript'], ['javascript', 'jquery'], ['jquery', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'a'], ['a', 'g'], ['g', 'johnson'], ['johnson', 'global'], ['global', 'employment'], ['employment', 'website'], ['website', 'the'], ['the', 'main'], ['main', 'purpose'], ['purpose', 'application'], ['application', 'recruit'], ['recruit', 'employees'], ['employees', 'clients'], ['clients', 'different'], ['different', 'countries'], ['countries', 'like'], ['like', 'switzerland'], ['switzerland', 'norway'], ['norway', 'sweden'], ['sweden', 'provide'], ['provide', 'services'], ['services', 'like'], ['like', 'organisational'], ['organisational', 'development'], ['development', 'management'], ['management', 'leadership'], ['leadership', 'support'], ['support', 'development'], ['development', 'legal'], ['legal', 'support'], ['support', 'title'], ['title', 'crm'], ['crm', 'company'], ['company', 'environment'], ['environment', 'visual'], ['visual', 'studio'], ['studio', '2008'], ['2008', 'asp'], ['asp', 'net'], ['net', '3'], ['3', '0'], ['0', 'using'], ['using', 'c'], ['c', 'javascript'], ['javascript', 'jquery'], ['jquery', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2008'], ['2008', 'role'], ['role', 'developer'], ['developer', 'description'], ['description', 'customer'], ['customer', 'relationship'], ['relationship', 'management'], ['management', 'system'], ['system', 'web'], ['web', 'application'], ['application', 'which'], ['which', 'maintaining'], ['maintaining', 'relation'], ['relation', 'company'], ['company', 'we'], ['we', 'view'], ['view', 'project'], ['project', 'list'], ['list', 'client'], ['client', 'list'], ['list', 'notification'], ['notification', 'list'], ...], [['technical'], ['skills'], ['category'], ['skills'], ['language'], ['c'], ['c'], ['oop'], ['dot'], ['net'], ['technologies'], ['asp'], ['net'], ['mvc'], ['ado'], ['net'], ['entity'], ['framework'], ['linq'], ['web'], ['technologies'], ['html'], ['css'], ['browser'], ['scripting'], ['javascript'], ['jquery'], ['ajax'], ['json'], ['web'], ['browser'], ['internet'], ['explorer'], ['8'], ['0'], ['mozilla'], ['firefox10'], ['front'], ['end'], ['framework'], ['bootstrap'], ['kendo'], ['ui'], ['database'], ['sql'], ['server'], ['2012'], ['development'], ['tools'], ['visual'], ['studio'], ['2013'], ['operating'], ['systems'], ['ms'], ['window'], ['2007'], ['project'], ['details'], ['projects'], ['worked'], ['on'], ['1'], ['project'], ['name'], ['politician'], ['website'], ['role'], ['trainee'], ['project'], ['description'], ['i'], ['developed'], ['politician'], ['website'], ['in'], ['website'], ['home'], ['page'], ['quick'], ['facts'], ['category'], ['biography'], ['gallery'], ['contactus'], ['page'], ['it'], ['totally'], ['dynamic'], ['website'], ['environment'], ['operating'], ['system'], ['windows'], ['7'], ['development'], ['tools'], ['visual'], ['studio'], ['2013'], ['database'], ['server'], ['sql'], ['server'], ['2012'], ['technology'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['presentation'], ['layer'], ['html'], ['css'], ['jquery'], ['bootstrap'], ['role'], ['responsibilities'], ['understanding'], ['requirements'], ['coding'], ['unit'], ['testing'], ['2'], ['project'], ['name'], ['coaching'], ['management'], ['system'], ['cms'], ['project'], ['description'], ['this'], ['software'], ['helps'], ['manage'], ['institute'], ['student'], ['teacher'], ['courses'], ['batches'], ['fees'], ['attendance'], ['marks'], ['provide'], ['easy'], ['reports'], ['like'], ['outstanding'], ['fees'], ['marks'], ['attendance'], ['etc'], ['this'], ['software'], ['specially'], ['designed'], ['coaching'], ['institute'], ['environment'], ['operating'], ['system'], ['windows'], ['7'], ['database'], ['server'], ['sql'], ['server'], ['2012'], ['technology'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['presentation'], ['layer'], ['html'], ['css'], ['javascript'], ['jquery'], ['bootstrap'], ['features'], ['project'], ['includes'], ['feature'], ['testing'], ['type'], ['activity'], ['project'], ['activities'], ['project'], ['includes'], ['online'], ['management'], ['test'], ['process'], ['role'], ['responsibilities'], ['worked'], ['development'], ['back'], ['end'], ['like'], ['data'], ['collections'], ['database'], ['schema'], ['designing'], ['create'], ['database'], ['dictionary'], ['made'], ['database'], ['constraints'], ['i'], ['also'], ['worked'], ['front'], ['end'], ['designing'], ['like'], ['screen'], ['generations'], ['form'], ['designing'], ['applying'], ['client'], ['side'], ['validation'], ['srs'], ['documentation'], ['development'], ['3'], ['project'], ['name'], ['hospital'], ['management'], ['system'], ['hms'], ['project'], ['description'], ['hospital'], ['management'], ['system'], ['powerful'], ['flexible'], ['easy'], ['use'], ['designed'], ['developed'], ['deliver'], ['real'], ['conceivable'], ['benefits'], ['hospitals'], ['clinics'], ['importantly'], ['backed'], ['reliable'], ['dependable'], ['hospital'], ['management'], ['system'], ['designed'], ['multispecialty'], ['hospitals'], ['cover'], ['wide'], ['range'], ['hospital'], ['administration'], ['management'], ['processes'], ['it'], ['integrated'], ['end'], ['end'], ['hospital'], ['management'], ['system'], ['provides'], ['relevant'], ['information'], ['across'], ['hospital'], ['support'], ['effective'], ['decision'], ['making'], ['patient'], ['care'], ['hospital'], ['administration'], ['critical'], ['financial'], ['ounting'], ['seamless'], ['flow'], ['environment'], ['presentation'], ['layer'], ['html'], ['css'], ['javascript'], ['jquery'], ['kendo'], ['ui'], ['business'], ['layer'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['database'], ['layer'], ['sql'], ['server'], ['2012'], ['operating'], ['system'], ['windows'], ['7'], ['features'], ['project'], ['includes'], ['feature'], ['testing'], ['type'], ['activity'], ['project'], ['activities'], ['project'], ['includes'], ['online'], ['management'], ['test'], ['process'], ['role'], ['responsibilities'], ['worked'], ['development'], ['back'], ['end'], ['like'], ['data'], ['collections'], ['database'], ['schema'], ['designing'], ['create'], ['database'], ['dictionary'], ['made'], ['database'], ['constraints'], ['i'], ['also'], ['worked'], ['front'], ['end'], ['designing'], ['like'], ['screen'], ['generations'], ['form'], ['designing'], ['applying'], ['client'], ['side'], ['validation'], ['srs'], ['documentation'], ['development'], ['4'], ['project'], ['name'], ['ticket'], ['booking'], ['software'], ['bess'], ['project'], ['description'], ['online'], ['ticket'], ['booking'], ['system'], ['web'], ['based'], ['application'], ['you'], ['directly'], ['book'], ['ticket'], ['application'], ['this'], ['application'], ['implemented'], ['bus'], ['tour'], ['travel'], ['agency'], ['environment'], ['presentation'], ['layer'], ['html'], ['css'], ['javascript'], ['jquery'], ['kendoui'], ['business'], ['layer'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['database'], ['layer'], ['sql'], ['server'], ['2012'], ['operating'], ['system'], ['windows'], ['7'], ['features'], ['project'], ['includes'], ['feature'], ['testing'], ['type'], ['activity'], ['project'], ['activities'], ['project'], ['includes'], ['online'], ['management'], ['test'], ['process'], ['role'], ['responsibilities'], ['worked'], ['development'], ['back'], ['end'], ['like'], ['data'], ['collections'], ['database'], ['schema'], ['designing'], ['create'], ['database'], ['dictionary'], ['made'], ['database'], ['constraints'], ['i'], ['also'], ['worked'], ['front'], ['end'], ['designing'], ['like'], ['screen'], ['generations'], ['form'], ['designing'], ['applying'], ['client'], ['side'], ['validation'], ['srs'], ['documentation'], ['development'], ['5'], ['project'], ['name'], ['school'], ['management'], ['system'], ['sms'], ['project'], ['description'], ['school'], ['management'], ['system'], ['complete'], ['school'], ['management'], ['software'], ['designed'], ['automate'], ['school'], ['diverse'], ['operations'], ['classes'], ['exams'], ['school'], ['events'], ['calendar'], ['this'], ['school'], ['software'], ['powerful'], ['online'], ['community'], ['bring'], ['parents'], ['teachers'], ['student'], ['common'], ['interactive'], ['platform'], ['it'], ['paperless'], ['office'], ['automation'], ['solution'], ['today'], ['modern'], ['schools'], ['the'], ['school'], ['management'], ['system'], ['provides'], ['facility'], ['carry'], ['day'], ['day'], ['activities'], ['school'], ['making'], ['fast'], ['easy'], ['efficient'], ['urate'], ['environment'], ['presentation'], ['layer'], ['html'], ['css'], ['javascript'], ['jquery'], ['business'], ['layer'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['database'], ['layer'], ['sql'], ['server'], ['2012'], ['operating'], ['system'], ['windows'], ['7'], ['features'], ['project'], ['includes'], ['feature'], ['testing'], ['type'], ['activity'], ['project'], ['activities'], ['project'], ['includes'], ['online'], ['management'], ['test'], ['process'], ['role'], ['responsibilities'], ['worked'], ['development'], ['back'], ['end'], ['like'], ['data'], ['collections'], ['database'], ['schema'], ['designing'], ['create'], ['database'], ['dictionary'], ['made'], ['database'], ['constraints'], ['i'], ['also'], ['worked'], ['front'], ['end'], ['designing'], ['like'], ['screen'], ['generations'], ['form'], ['designing'], ['applying'], ['client'], ['side'], ['validation'], ['srs'], ['documentation'], ['development'], ['6'], ['project'], ['name'], ['credit'], ['monitoring'], ['application'], ['using'], ['credit'], ['monitoring'], ['application'], ['rms'], ['uhs'], ['credit'], ['controllers'], ['cmus'], ['able'], ['monitor'], ['manage'], ['following'], ['items'], ['online'], ['update'], ['regularization'], ['dates'], ['add'], ['comments'], ['well'], ['generate'], ['reports'], ['overdrafts'], ['past'], ['dues'], ['sblc'], ['fg'], ['expiry'], ['mortgage'], ['expiry'], ['cheques'], ['returns'], ['failed'], ['direct'], ['debit'], ['nbf'], ['vs'], ['cb'], ['classification'], ['relationship'], ['manager'], ['the'], ['relationship'], ['manager'], ['update'], ['regularization'], ['date'], ['rm'], ['comments'], ['all'], ['fields'], ['disabled'], ['greyed'], ['relationship'], ['manager'], ['on'], ['updating'], ['regularization'], ['date'], ['rm'], ['comments'], ['su'], ['essful'], ['message'], ['displayed'], ['rm'], ['rm'], ['navigated'], ['dashboard'], ['screen'], ['credit'], ['controller'], ['ccu'], ['the'], ['credit'], ['controller'], ['update'], ['ccu'], ['comments'], ['regularization'], ['date'], ['rm'], ['comments'], ['present'], ['otherwise'], ['ccu'], ['comments'], ['field'], ['disabled'], ['greyed'], ['all'], ['fields'], ['also'], ['disabled'], ['greyed'], ['ccu'], ['on'], ['updating'], ['ccu'], ['comments'], ['su'], ['essful'], ['message'], ['displayed'], ['ccu'], ['ccu'], ['navigated'], ['dashboard'], ['screen'], ['cmu'], ['the'], ['cmu'], ['update'], ['cmu'], ['comments'], ['ccu'], ['comments'], ['present'], ['otherwise'], ['cmu'], ['comments'], ['field'], ['disabled'], ['greyed'], ['all'], ['fields'], ['disabled'], ['greyed'], ['cmu'], ['on'], ['updating'], ['cmu'], ['comments'], ['su'], ['essful'], ['message'], ['displayed'], ['cmu'], ['cmu'], ['navigated'], ['dashboard'], ['screen'], ['uh'], ['the'], ['uh'], ['update'], ['uh'], ['comments'], ['all'], ['fields'], ['disabled'], ['greyed'], ['uh'], ['on'], ['updating'], ['uh'], ['comments'], ['su'], ['essful'], ['message'], ['displayed'], ['uh'], ['uh'], ['navigated'], ['dashboard'], ['screen'], ['environment'], ['presentation'], ['layer'], ['html'], ['css'], ['javascript'], ['jquery'], ['business'], ['layer'], ['net'], ['framework'], ['4'], ['5'], ['asp'], ['net'], ['mvc5'], ['database'], ['layer'], ['sql'], ['server'], ['2012'], ['operating'], ['system'], ['windows'], ['7'], ['role'], ['responsibilities'], ['understanding'], ['requirements'], ['coding'], ['unit'], ['testing'], ['srs'], ['documentation'], ['development'], ['education'], ['details'], ['mcm'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['b'], ['sc'], ['computer'], ['science'], ['indore'], ['madhya'], ['pradesh'], ['davv'], ['university'], ['designation'], ['dot'], ['net'], ['developer'], ['dot'], ['net'], ['developer'], ['skill'], ['details'], ['entity'], ['framework'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['asp'], ['net'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['javascript'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['oop'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['asp'], ['net'], ['mvc'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['css'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['ajax'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['sql'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['jquery'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['html'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['json'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['cognizant'], ['technology'], ['solutions'], ['description'], ['i'], ['working'], ['dot'], ['net'], ['developer'], ['company'], ['ni'], ['lux'], ['software'], ['ltd'], ['description'], ['i'], ['worked'], ['dot'], ['net'], ['developer'], ['company'], ['ni'], ['lux'], ['software'], ['ltd'], ['description'], ['technical', 'skills'], ['skills', 'category'], ['category', 'skills'], ['skills', 'language'], ['language', 'c'], ['c', 'c'], ['c', 'oop'], ['oop', 'dot'], ['dot', 'net'], ['net', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'ado'], ['ado', 'net'], ['net', 'entity'], ['entity', 'framework'], ['framework', 'linq'], ['linq', 'web'], ['web', 'technologies'], ['technologies', 'html'], ['html', 'css'], ['css', 'browser'], ['browser', 'scripting'], ['scripting', 'javascript'], ['javascript', 'jquery'], ['jquery', 'ajax'], ['ajax', 'json'], ['json', 'web'], ['web', 'browser'], ['browser', 'internet'], ['internet', 'explorer'], ['explorer', '8'], ['8', '0'], ['0', 'mozilla'], ['mozilla', 'firefox10'], ['firefox10', 'front'], ...], [['technical'], ['skills'], ['programming'], ['languages'], ['c'], ['web'], ['technologies'], ['asp'], ['net'], ['mvc'], ['web'], ['api'], ['angular'], ['jquery'], ['html5'], ['css3'], ['bootstrap'], ['database'], ['sql'], ['server'], ['2014'], ['ide'], ['visual'], ['studio'], ['2015'], ['visual'], ['studio'], ['code'], ['office'], ['packages'], ['ms'], ['office'], ['a'], ['ess'], ['word'], ['excel'], ['education'], ['details'], ['january'], ['2016'], ['b'], ['sc'], ['computer'], ['science'], ['solapur'], ['maharashtra'], ['solapur'], ['university'], ['dot'], ['net'], ['developer'], ['dot'], ['net'], ['developer'], ['navshar'], ['global'], ['software'], ['skill'], ['details'], ['net'], ['exprience'], ['15'], ['months'], ['asp'], ['exprience'], ['15'], ['months'], ['asp'], ['net'], ['exprience'], ['15'], ['months'], ['bootstrap'], ['exprience'], ['15'], ['months'], ['jquery'], ['exprience'], ['15'], ['months'], ['asp'], ['net'], ['mvc'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['angularjs'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['entity'], ['framework'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['navshar'], ['global'], ['software'], ['description'], ['017'], ['projects'], ['worked'], ['on'], ['1'], ['navnirman'], ['tech'], ['festival'], ['navnirman'], ['tech'], ['festival'], ['technical'], ['event'], ['management'], ['application'], ['used'], ['scheduling'], ['organizing'], ['event'], ['technologies'], ['asp'], ['net'], ['mvc'], ['sql'], ['server'], ['entity'], ['framework'], ['ajax'], ['jquery'], ['role'], ['involved'], ['everywhere'], ['2'], ['like'], ['security'], ['the'], ['like'], ['security'], ['web'], ['application'], ['provides'], ['trusted'], ['services'], ['man'], ['power'], ['well'], ['labour'], ['management'], ['technologies'], ['asp'], ['net'], ['mvc'], ['sql'], ['server'], ['bootstrap'], ['ajax'], ['jquery'], ['role'], ['involved'], ['everywhere'], ['3'], ['performance'], ['review'], ['in'], ['house'], ['project'], ['this'], ['in'], ['house'], ['web'], ['application'], ['used'], ['fill'], ['review'], ['particular'], ['employee'], ['employees'], ['worked'], ['this'], ['application'], ['useful'], ['take'], ['decision'], ['appraisal'], ['employee'], ['all'], ['submitted'], ['review'], ['downloaded'], ['pdf'], ['format'], ['per'], ['selection'], ['technologies'], ['asp'], ['net'], ['mvc'], ['entity'], ['framework'], ['sql'], ['server'], ['ajax'], ['jquery'], ['role'], ['involved'], ['everywhere'], ['company'], ['none'], ['description'], ['none'], ['technical', 'skills'], ['skills', 'programming'], ['programming', 'languages'], ['languages', 'c'], ['c', 'web'], ['web', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'web'], ['web', 'api'], ['api', 'angular'], ['angular', 'jquery'], ['jquery', 'html5'], ['html5', 'css3'], ['css3', 'bootstrap'], ['bootstrap', 'database'], ['database', 'sql'], ['sql', 'server'], ['server', '2014'], ['2014', 'ide'], ['ide', 'visual'], ['visual', 'studio'], ['studio', '2015'], ['2015', 'visual'], ['visual', 'studio'], ['studio', 'code'], ['code', 'office'], ['office', 'packages'], ['packages', 'ms'], ['ms', 'office'], ['office', 'a'], ['a', 'ess'], ['ess', 'word'], ['word', 'excel'], ['excel', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'sc'], ['sc', 'computer'], ['computer', 'science'], ['science', 'solapur'], ['solapur', 'maharashtra'], ['maharashtra', 'solapur'], ['solapur', 'university'], ['university', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'dot'], ['dot', 'net'], ['net', 'developer'], ['developer', 'navshar'], ['navshar', 'global'], ['global', 'software'], ['software', 'skill'], ['skill', 'details'], ['details', 'net'], ['net', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'asp'], ['asp', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'asp'], ['asp', 'net'], ['net', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'bootstrap'], ['bootstrap', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'jquery'], ['jquery', 'exprience'], ['exprience', '15'], ['15', 'months'], ['months', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'angularjs'], ['angularjs', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'entity'], ['entity', 'framework'], ['framework', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'navshar'], ['navshar', 'global'], ['global', 'software'], ['software', 'description'], ['description', '017'], ['017', 'projects'], ['projects', 'worked'], ['worked', 'on'], ['on', '1'], ['1', 'navnirman'], ['navnirman', 'tech'], ['tech', 'festival'], ['festival', 'navnirman'], ['navnirman', 'tech'], ['tech', 'festival'], ['festival', 'technical'], ['technical', 'event'], ['event', 'management'], ['management', 'application'], ['application', 'used'], ['used', 'scheduling'], ['scheduling', 'organizing'], ['organizing', 'event'], ['event', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'sql'], ['sql', 'server'], ['server', 'entity'], ['entity', 'framework'], ['framework', 'ajax'], ['ajax', 'jquery'], ['jquery', 'role'], ['role', 'involved'], ['involved', 'everywhere'], ['everywhere', '2'], ['2', 'like'], ['like', 'security'], ['security', 'the'], ['the', 'like'], ['like', 'security'], ['security', 'web'], ['web', 'application'], ['application', 'provides'], ['provides', 'trusted'], ['trusted', 'services'], ['services', 'man'], ['man', 'power'], ['power', 'well'], ['well', 'labour'], ['labour', 'management'], ['management', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'sql'], ['sql', 'server'], ['server', 'bootstrap'], ['bootstrap', 'ajax'], ['ajax', 'jquery'], ['jquery', 'role'], ['role', 'involved'], ['involved', 'everywhere'], ['everywhere', '3'], ['3', 'performance'], ['performance', 'review'], ['review', 'in'], ['in', 'house'], ['house', 'project'], ['project', 'this'], ['this', 'in'], ['in', 'house'], ['house', 'web'], ['web', 'application'], ['application', 'used'], ['used', 'fill'], ['fill', 'review'], ['review', 'particular'], ['particular', 'employee'], ['employee', 'employees'], ['employees', 'worked'], ['worked', 'this'], ['this', 'application'], ['application', 'useful'], ['useful', 'take'], ['take', 'decision'], ['decision', 'appraisal'], ['appraisal', 'employee'], ['employee', 'all'], ['all', 'submitted'], ['submitted', 'review'], ['review', 'downloaded'], ['downloaded', 'pdf'], ['pdf', 'format'], ['format', 'per'], ['per', 'selection'], ['selection', 'technologies'], ['technologies', 'asp'], ['asp', 'net'], ['net', 'mvc'], ['mvc', 'entity'], ['entity', 'framework'], ['framework', 'sql'], ['sql', 'server'], ['server', 'ajax'], ['ajax', 'jquery'], ['jquery', 'role'], ['role', 'involved'], ['involved', 'everywhere'], ['everywhere', 'company'], ['company', 'none'], ['none', 'description'], ['description', 'none'], ['technical', 'skills', 'programming'], ['skills', 'programming', 'languages'], ['programming', 'languages', 'c'], ['languages', 'c', 'web'], ['c', 'web', 'technologies'], ['web', 'technologies', 'asp'], ['technologies', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'web'], ['mvc', 'web', 'api'], ['web', 'api', 'angular'], ['api', 'angular', 'jquery'], ['angular', 'jquery', 'html5'], ['jquery', 'html5', 'css3'], ['html5', 'css3', 'bootstrap'], ['css3', 'bootstrap', 'database'], ['bootstrap', 'database', 'sql'], ['database', 'sql', 'server'], ['sql', 'server', '2014'], ['server', '2014', 'ide'], ['2014', 'ide', 'visual'], ['ide', 'visual', 'studio'], ['visual', 'studio', '2015'], ['studio', '2015', 'visual'], ['2015', 'visual', 'studio'], ['visual', 'studio', 'code'], ['studio', 'code', 'office'], ['code', 'office', 'packages'], ['office', 'packages', 'ms'], ['packages', 'ms', 'office'], ['ms', 'office', 'a'], ['office', 'a', 'ess'], ['a', 'ess', 'word'], ['ess', 'word', 'excel'], ['word', 'excel', 'education'], ['excel', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'sc'], ['b', 'sc', 'computer'], ['sc', 'computer', 'science'], ['computer', 'science', 'solapur'], ['science', 'solapur', 'maharashtra'], ['solapur', 'maharashtra', 'solapur'], ['maharashtra', 'solapur', 'university'], ['solapur', 'university', 'dot'], ['university', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'dot'], ['developer', 'dot', 'net'], ['dot', 'net', 'developer'], ['net', 'developer', 'navshar'], ['developer', 'navshar', 'global'], ['navshar', 'global', 'software'], ['global', 'software', 'skill'], ['software', 'skill', 'details'], ['skill', 'details', 'net'], ['details', 'net', 'exprience'], ['net', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'asp'], ['months', 'asp', 'exprience'], ['asp', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'asp'], ['months', 'asp', 'net'], ['asp', 'net', 'exprience'], ['net', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'bootstrap'], ['months', 'bootstrap', 'exprience'], ['bootstrap', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'jquery'], ['months', 'jquery', 'exprience'], ['jquery', 'exprience', '15'], ['exprience', '15', 'months'], ['15', 'months', 'asp'], ['months', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'exprience'], ['mvc', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'angularjs'], ['months', 'angularjs', 'exprience'], ['angularjs', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'entity'], ['months', 'entity', 'framework'], ['entity', 'framework', 'exprience'], ['framework', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'navshar'], ['company', 'navshar', 'global'], ['navshar', 'global', 'software'], ['global', 'software', 'description'], ['software', 'description', '017'], ['description', '017', 'projects'], ['017', 'projects', 'worked'], ['projects', 'worked', 'on'], ['worked', 'on', '1'], ['on', '1', 'navnirman'], ['1', 'navnirman', 'tech'], ['navnirman', 'tech', 'festival'], ['tech', 'festival', 'navnirman'], ['festival', 'navnirman', 'tech'], ['navnirman', 'tech', 'festival'], ['tech', 'festival', 'technical'], ['festival', 'technical', 'event'], ['technical', 'event', 'management'], ['event', 'management', 'application'], ['management', 'application', 'used'], ['application', 'used', 'scheduling'], ['used', 'scheduling', 'organizing'], ['scheduling', 'organizing', 'event'], ['organizing', 'event', 'technologies'], ['event', 'technologies', 'asp'], ['technologies', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'sql'], ['mvc', 'sql', 'server'], ['sql', 'server', 'entity'], ['server', 'entity', 'framework'], ['entity', 'framework', 'ajax'], ['framework', 'ajax', 'jquery'], ['ajax', 'jquery', 'role'], ['jquery', 'role', 'involved'], ['role', 'involved', 'everywhere'], ['involved', 'everywhere', '2'], ['everywhere', '2', 'like'], ['2', 'like', 'security'], ['like', 'security', 'the'], ['security', 'the', 'like'], ['the', 'like', 'security'], ['like', 'security', 'web'], ['security', 'web', 'application'], ['web', 'application', 'provides'], ['application', 'provides', 'trusted'], ['provides', 'trusted', 'services'], ['trusted', 'services', 'man'], ['services', 'man', 'power'], ['man', 'power', 'well'], ['power', 'well', 'labour'], ['well', 'labour', 'management'], ['labour', 'management', 'technologies'], ['management', 'technologies', 'asp'], ['technologies', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'sql'], ['mvc', 'sql', 'server'], ['sql', 'server', 'bootstrap'], ['server', 'bootstrap', 'ajax'], ['bootstrap', 'ajax', 'jquery'], ['ajax', 'jquery', 'role'], ['jquery', 'role', 'involved'], ['role', 'involved', 'everywhere'], ['involved', 'everywhere', '3'], ['everywhere', '3', 'performance'], ['3', 'performance', 'review'], ['performance', 'review', 'in'], ['review', 'in', 'house'], ['in', 'house', 'project'], ['house', 'project', 'this'], ['project', 'this', 'in'], ['this', 'in', 'house'], ['in', 'house', 'web'], ['house', 'web', 'application'], ['web', 'application', 'used'], ['application', 'used', 'fill'], ['used', 'fill', 'review'], ['fill', 'review', 'particular'], ['review', 'particular', 'employee'], ['particular', 'employee', 'employees'], ['employee', 'employees', 'worked'], ['employees', 'worked', 'this'], ['worked', 'this', 'application'], ['this', 'application', 'useful'], ['application', 'useful', 'take'], ['useful', 'take', 'decision'], ['take', 'decision', 'appraisal'], ['decision', 'appraisal', 'employee'], ['appraisal', 'employee', 'all'], ['employee', 'all', 'submitted'], ['all', 'submitted', 'review'], ['submitted', 'review', 'downloaded'], ['review', 'downloaded', 'pdf'], ['downloaded', 'pdf', 'format'], ['pdf', 'format', 'per'], ['format', 'per', 'selection'], ['per', 'selection', 'technologies'], ['selection', 'technologies', 'asp'], ['technologies', 'asp', 'net'], ['asp', 'net', 'mvc'], ['net', 'mvc', 'entity'], ['mvc', 'entity', 'framework'], ['entity', 'framework', 'sql'], ['framework', 'sql', 'server'], ['sql', 'server', 'ajax'], ['server', 'ajax', 'jquery'], ['ajax', 'jquery', 'role'], ['jquery', 'role', 'involved'], ['role', 'involved', 'everywhere'], ['involved', 'everywhere', 'company'], ['everywhere', 'company', 'none'], ['company', 'none', 'description'], ['none', 'description', 'none'], ['technical', 'skills', 'programming', 'languages'], ['skills', 'programming', 'languages', 'c'], ['programming', 'languages', 'c', 'web'], ['languages', 'c', 'web', 'technologies'], ['c', 'web', 'technologies', 'asp'], ['web', 'technologies', 'asp', 'net'], ['technologies', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'web'], ['net', 'mvc', 'web', 'api'], ['mvc', 'web', 'api', 'angular'], ['web', 'api', 'angular', 'jquery'], ['api', 'angular', 'jquery', 'html5'], ['angular', 'jquery', 'html5', 'css3'], ['jquery', 'html5', 'css3', 'bootstrap'], ['html5', 'css3', 'bootstrap', 'database'], ['css3', 'bootstrap', 'database', 'sql'], ['bootstrap', 'database', 'sql', 'server'], ['database', 'sql', 'server', '2014'], ['sql', 'server', '2014', 'ide'], ['server', '2014', 'ide', 'visual'], ['2014', 'ide', 'visual', 'studio'], ['ide', 'visual', 'studio', '2015'], ['visual', 'studio', '2015', 'visual'], ['studio', '2015', 'visual', 'studio'], ['2015', 'visual', 'studio', 'code'], ['visual', 'studio', 'code', 'office'], ['studio', 'code', 'office', 'packages'], ['code', 'office', 'packages', 'ms'], ['office', 'packages', 'ms', 'office'], ['packages', 'ms', 'office', 'a'], ['ms', 'office', 'a', 'ess'], ['office', 'a', 'ess', 'word'], ['a', 'ess', 'word', 'excel'], ['ess', 'word', 'excel', 'education'], ['word', 'excel', 'education', 'details'], ['excel', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'b'], ['january', '2016', 'b', 'sc'], ['2016', 'b', 'sc', 'computer'], ['b', 'sc', 'computer', 'science'], ['sc', 'computer', 'science', 'solapur'], ['computer', 'science', 'solapur', 'maharashtra'], ['science', 'solapur', 'maharashtra', 'solapur'], ['solapur', 'maharashtra', 'solapur', 'university'], ['maharashtra', 'solapur', 'university', 'dot'], ['solapur', 'university', 'dot', 'net'], ['university', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'dot'], ['net', 'developer', 'dot', 'net'], ['developer', 'dot', 'net', 'developer'], ['dot', 'net', 'developer', 'navshar'], ['net', 'developer', 'navshar', 'global'], ['developer', 'navshar', 'global', 'software'], ['navshar', 'global', 'software', 'skill'], ['global', 'software', 'skill', 'details'], ['software', 'skill', 'details', 'net'], ['skill', 'details', 'net', 'exprience'], ['details', 'net', 'exprience', '15'], ['net', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'asp'], ['15', 'months', 'asp', 'exprience'], ['months', 'asp', 'exprience', '15'], ['asp', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'asp'], ['15', 'months', 'asp', 'net'], ['months', 'asp', 'net', 'exprience'], ['asp', 'net', 'exprience', '15'], ['net', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'bootstrap'], ['15', 'months', 'bootstrap', 'exprience'], ['months', 'bootstrap', 'exprience', '15'], ['bootstrap', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'jquery'], ['15', 'months', 'jquery', 'exprience'], ['months', 'jquery', 'exprience', '15'], ['jquery', 'exprience', '15', 'months'], ['exprience', '15', 'months', 'asp'], ['15', 'months', 'asp', 'net'], ['months', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'exprience'], ['net', 'mvc', 'exprience', 'less'], ['mvc', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'angularjs'], ['year', 'months', 'angularjs', 'exprience'], ['months', 'angularjs', 'exprience', 'less'], ['angularjs', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'c'], ['year', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'entity'], ['year', 'months', 'entity', 'framework'], ['months', 'entity', 'framework', 'exprience'], ['entity', 'framework', 'exprience', 'less'], ['framework', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'navshar'], ['details', 'company', 'navshar', 'global'], ['company', 'navshar', 'global', 'software'], ['navshar', 'global', 'software', 'description'], ['global', 'software', 'description', '017'], ['software', 'description', '017', 'projects'], ['description', '017', 'projects', 'worked'], ['017', 'projects', 'worked', 'on'], ['projects', 'worked', 'on', '1'], ['worked', 'on', '1', 'navnirman'], ['on', '1', 'navnirman', 'tech'], ['1', 'navnirman', 'tech', 'festival'], ['navnirman', 'tech', 'festival', 'navnirman'], ['tech', 'festival', 'navnirman', 'tech'], ['festival', 'navnirman', 'tech', 'festival'], ['navnirman', 'tech', 'festival', 'technical'], ['tech', 'festival', 'technical', 'event'], ['festival', 'technical', 'event', 'management'], ['technical', 'event', 'management', 'application'], ['event', 'management', 'application', 'used'], ['management', 'application', 'used', 'scheduling'], ['application', 'used', 'scheduling', 'organizing'], ['used', 'scheduling', 'organizing', 'event'], ['scheduling', 'organizing', 'event', 'technologies'], ['organizing', 'event', 'technologies', 'asp'], ['event', 'technologies', 'asp', 'net'], ['technologies', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'sql'], ['net', 'mvc', 'sql', 'server'], ['mvc', 'sql', 'server', 'entity'], ['sql', 'server', 'entity', 'framework'], ['server', 'entity', 'framework', 'ajax'], ['entity', 'framework', 'ajax', 'jquery'], ['framework', 'ajax', 'jquery', 'role'], ['ajax', 'jquery', 'role', 'involved'], ['jquery', 'role', 'involved', 'everywhere'], ['role', 'involved', 'everywhere', '2'], ['involved', 'everywhere', '2', 'like'], ['everywhere', '2', 'like', 'security'], ['2', 'like', 'security', 'the'], ['like', 'security', 'the', 'like'], ['security', 'the', 'like', 'security'], ['the', 'like', 'security', 'web'], ['like', 'security', 'web', 'application'], ['security', 'web', 'application', 'provides'], ['web', 'application', 'provides', 'trusted'], ['application', 'provides', 'trusted', 'services'], ['provides', 'trusted', 'services', 'man'], ['trusted', 'services', 'man', 'power'], ['services', 'man', 'power', 'well'], ['man', 'power', 'well', 'labour'], ['power', 'well', 'labour', 'management'], ['well', 'labour', 'management', 'technologies'], ['labour', 'management', 'technologies', 'asp'], ['management', 'technologies', 'asp', 'net'], ['technologies', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'sql'], ['net', 'mvc', 'sql', 'server'], ['mvc', 'sql', 'server', 'bootstrap'], ['sql', 'server', 'bootstrap', 'ajax'], ['server', 'bootstrap', 'ajax', 'jquery'], ['bootstrap', 'ajax', 'jquery', 'role'], ['ajax', 'jquery', 'role', 'involved'], ['jquery', 'role', 'involved', 'everywhere'], ['role', 'involved', 'everywhere', '3'], ['involved', 'everywhere', '3', 'performance'], ['everywhere', '3', 'performance', 'review'], ['3', 'performance', 'review', 'in'], ['performance', 'review', 'in', 'house'], ['review', 'in', 'house', 'project'], ['in', 'house', 'project', 'this'], ['house', 'project', 'this', 'in'], ['project', 'this', 'in', 'house'], ['this', 'in', 'house', 'web'], ['in', 'house', 'web', 'application'], ['house', 'web', 'application', 'used'], ['web', 'application', 'used', 'fill'], ['application', 'used', 'fill', 'review'], ['used', 'fill', 'review', 'particular'], ['fill', 'review', 'particular', 'employee'], ['review', 'particular', 'employee', 'employees'], ['particular', 'employee', 'employees', 'worked'], ['employee', 'employees', 'worked', 'this'], ['employees', 'worked', 'this', 'application'], ['worked', 'this', 'application', 'useful'], ['this', 'application', 'useful', 'take'], ['application', 'useful', 'take', 'decision'], ['useful', 'take', 'decision', 'appraisal'], ['take', 'decision', 'appraisal', 'employee'], ['decision', 'appraisal', 'employee', 'all'], ['appraisal', 'employee', 'all', 'submitted'], ['employee', 'all', 'submitted', 'review'], ['all', 'submitted', 'review', 'downloaded'], ['submitted', 'review', 'downloaded', 'pdf'], ['review', 'downloaded', 'pdf', 'format'], ['downloaded', 'pdf', 'format', 'per'], ['pdf', 'format', 'per', 'selection'], ['format', 'per', 'selection', 'technologies'], ['per', 'selection', 'technologies', 'asp'], ['selection', 'technologies', 'asp', 'net'], ['technologies', 'asp', 'net', 'mvc'], ['asp', 'net', 'mvc', 'entity'], ['net', 'mvc', 'entity', 'framework'], ['mvc', 'entity', 'framework', 'sql'], ['entity', 'framework', 'sql', 'server'], ['framework', 'sql', 'server', 'ajax'], ['sql', 'server', 'ajax', 'jquery'], ['server', 'ajax', 'jquery', 'role'], ['ajax', 'jquery', 'role', 'involved'], ['jquery', 'role', 'involved', 'everywhere'], ['role', 'involved', 'everywhere', 'company'], ['involved', 'everywhere', 'company', 'none'], ['everywhere', 'company', 'none', 'description'], ['company', 'none', 'description', 'none'], ['technical', 'skills', 'programming', 'languages', 'c'], ['skills', 'programming', 'languages', 'c', 'web'], ['programming', 'languages', 'c', 'web', 'technologies'], ['languages', 'c', 'web', 'technologies', 'asp'], ['c', 'web', 'technologies', 'asp', 'net'], ['web', 'technologies', 'asp', 'net', 'mvc'], ['technologies', 'asp', 'net', 'mvc', 'web'], ['asp', 'net', 'mvc', 'web', 'api'], ['net', 'mvc', 'web', 'api', 'angular'], ['mvc', 'web', 'api', 'angular', 'jquery'], ['web', 'api', 'angular', 'jquery', 'html5'], ['api', 'angular', 'jquery', 'html5', 'css3'], ['angular', 'jquery', 'html5', 'css3', 'bootstrap'], ['jquery', 'html5', 'css3', 'bootstrap', 'database'], ['html5', 'css3', 'bootstrap', 'database', 'sql'], ['css3', 'bootstrap', 'database', 'sql', 'server'], ['bootstrap', 'database', 'sql', 'server', '2014'], ['database', 'sql', 'server', '2014', 'ide'], ['sql', 'server', '2014', 'ide', 'visual'], ['server', '2014', 'ide', 'visual', 'studio'], ['2014', 'ide', 'visual', 'studio', '2015'], ['ide', 'visual', 'studio', '2015', 'visual'], ['visual', 'studio', '2015', 'visual', 'studio'], ['studio', '2015', 'visual', 'studio', 'code'], ['2015', 'visual', 'studio', 'code', 'office'], ['visual', 'studio', 'code', 'office', 'packages'], ['studio', 'code', 'office', 'packages', 'ms'], ['code', 'office', 'packages', 'ms', 'office'], ['office', 'packages', 'ms', 'office', 'a'], ['packages', 'ms', 'office', 'a', 'ess'], ['ms', 'office', 'a', 'ess', 'word'], ['office', 'a', 'ess', 'word', 'excel'], ['a', 'ess', 'word', 'excel', 'education'], ['ess', 'word', 'excel', 'education', 'details'], ['word', 'excel', 'education', 'details', 'january'], ['excel', 'education', 'details', 'january', '2016'], ['education', 'details', 'january', '2016', 'b'], ['details', 'january', '2016', 'b', 'sc'], ['january', '2016', 'b', 'sc', 'computer'], ['2016', 'b', 'sc', 'computer', 'science'], ['b', 'sc', 'computer', 'science', 'solapur'], ['sc', 'computer', 'science', 'solapur', 'maharashtra'], ['computer', 'science', 'solapur', 'maharashtra', 'solapur'], ['science', 'solapur', 'maharashtra', 'solapur', 'university'], ['solapur', 'maharashtra', 'solapur', 'university', 'dot'], ['maharashtra', 'solapur', 'university', 'dot', 'net'], ['solapur', 'university', 'dot', 'net', 'developer'], ['university', 'dot', 'net', 'developer', 'dot'], ['dot', 'net', 'developer', 'dot', 'net'], ['net', 'developer', 'dot', 'net', 'developer'], ['developer', 'dot', 'net', 'developer', 'navshar'], ['dot', 'net', 'developer', 'navshar', 'global'], ['net', 'developer', 'navshar', 'global', 'software'], ['developer', 'navshar', 'global', 'software', 'skill'], ['navshar', 'global', 'software', 'skill', 'details'], ['global', 'software', 'skill', 'details', 'net'], ['software', 'skill', 'details', 'net', 'exprience'], ['skill', 'details', 'net', 'exprience', '15'], ['details', 'net', 'exprience', '15', 'months'], ['net', 'exprience', '15', 'months', 'asp'], ['exprience', '15', 'months', 'asp', 'exprience'], ['15', 'months', 'asp', 'exprience', '15'], ['months', 'asp', 'exprience', '15', 'months'], ['asp', 'exprience', '15', 'months', 'asp'], ['exprience', '15', 'months', 'asp', 'net'], ['15', 'months', 'asp', 'net', 'exprience'], ['months', 'asp', 'net', 'exprience', '15'], ['asp', 'net', 'exprience', '15', 'months'], ['net', 'exprience', '15', 'months', 'bootstrap'], ['exprience', '15', 'months', 'bootstrap', 'exprience'], ['15', 'months', 'bootstrap', 'exprience', '15'], ['months', 'bootstrap', 'exprience', '15', 'months'], ['bootstrap', 'exprience', '15', 'months', 'jquery'], ['exprience', '15', 'months', 'jquery', 'exprience'], ['15', 'months', 'jquery', 'exprience', '15'], ['months', 'jquery', 'exprience', '15', 'months'], ['jquery', 'exprience', '15', 'months', 'asp'], ['exprience', '15', 'months', 'asp', 'net'], ['15', 'months', 'asp', 'net', 'mvc'], ['months', 'asp', 'net', 'mvc', 'exprience'], ['asp', 'net', 'mvc', 'exprience', 'less'], ['net', 'mvc', 'exprience', 'less', '1'], ['mvc', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'angularjs'], ['1', 'year', 'months', 'angularjs', 'exprience'], ['year', 'months', 'angularjs', 'exprience', 'less'], ['months', 'angularjs', 'exprience', 'less', '1'], ['angularjs', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'c'], ['1', 'year', 'months', 'c', 'exprience'], ['year', 'months', 'c', 'exprience', 'less'], ['months', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'entity'], ['1', 'year', 'months', 'entity', 'framework'], ['year', 'months', 'entity', 'framework', 'exprience'], ['months', 'entity', 'framework', 'exprience', 'less'], ['entity', 'framework', 'exprience', 'less', '1'], ['framework', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'navshar'], ['monthscompany', 'details', 'company', 'navshar', 'global'], ['details', 'company', 'navshar', 'global', 'software'], ['company', 'navshar', 'global', 'software', 'description'], ['navshar', 'global', 'software', 'description', '017'], ['global', 'software', 'description', '017', 'projects'], ['software', 'description', '017', 'projects', 'worked'], ['description', '017', 'projects', 'worked', 'on'], ['017', 'projects', 'worked', 'on', '1'], ...], [['hobbies'], ['playing'], ['chess'], ['solving'], ['rubik'], ['cube'], ['watching'], ['series'], ['languages'], ['english'], ['hindi'], ['marathi'], ['education'], ['details'], ['january'], ['2014'], ['january'], ['2017'], ['bachelor'], ['degree'], ['information'], ['technology'], ['first'], ['class'], ['pune'], ['maharashtra'], ['jspm'], ['jayawantrao'], ['sawant'], ['college'], ['engineering'], ['january'], ['2010'], ['january'], ['2014'], ['diploma'], ['information'], ['technology'], ['first'], ['class'], ['nashik'], ['maharashtra'], ['k'], ['k'], ['wagh'], ['polytechnic'], ['january'], ['2010'], ['ssc'], ['first'], ['class'], ['nashik'], ['maharashtra'], ['new'], ['era'], ['english'], ['school'], ['blockchain'], ['developer'], ['blockchain'], ['developer'], ['corpcloud'], ['global'], ['services'], ['pvt'], ['ltd'], ['skill'], ['details'], ['blockchain'], ['exprience'], ['6'], ['months'], ['smart'], ['contracts'], ['exprience'], ['6'], ['months'], ['dapps'], ['exprience'], ['6'], ['months'], ['mean'], ['stack'], ['exprience'], ['12'], ['monthscompany'], ['details'], ['company'], ['corpcloud'], ['global'], ['services'], ['pvt'], ['ltd'], ['description'], ['worked'], ['productively'], ['team'], ['identify'], ['requirements'], ['proposed'], ['ideas'], ['enhancing'], ['product'], ['developing'], ['managing'], ['user'], ['blockchain'], ['ount'], ['wallets'], ['transactions'], ['regularly'], ['monitoring'], ['smooth'], ['executions'], ['blockchain'], ['transactions'], ['wallet'], ['functions'], ['along'], ['identifying'], ['correcting'], ['possible'], ['errors'], ['writing'], ['smart'], ['contracts'], ['api'], ['documenting'], ['company'], ['corpcloud'], ['global'], ['services'], ['pvt'], ['ltd'], ['description'], ['identifying'], ['complex'], ['bugs'], ['system'], ['resolving'], ['implemented'], ['updated'], ['application'], ['modules'], ['direction'], ['seniors'], ['effectively'], ['coded'], ['required'], ['changes'], ['alterations'], ['checked'], ['repository'], ['using'], ['bit'], ['bucket'], ['performed'], ['code'], ['check'], ['ins'], ['check'], ['outs'], ['regularly'], ['worked'], ['api'], ['hobbies', 'playing'], ['playing', 'chess'], ['chess', 'solving'], ['solving', 'rubik'], ['rubik', 'cube'], ['cube', 'watching'], ['watching', 'series'], ['series', 'languages'], ['languages', 'english'], ['english', 'hindi'], ['hindi', 'marathi'], ['marathi', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'january'], ['january', '2017'], ['2017', 'bachelor'], ['bachelor', 'degree'], ['degree', 'information'], ['information', 'technology'], ['technology', 'first'], ['first', 'class'], ['class', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'jspm'], ['jspm', 'jayawantrao'], ['jayawantrao', 'sawant'], ['sawant', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2010'], ['2010', 'january'], ['january', '2014'], ['2014', 'diploma'], ['diploma', 'information'], ['information', 'technology'], ['technology', 'first'], ['first', 'class'], ['class', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'k'], ['k', 'k'], ['k', 'wagh'], ['wagh', 'polytechnic'], ['polytechnic', 'january'], ['january', '2010'], ['2010', 'ssc'], ['ssc', 'first'], ['first', 'class'], ['class', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'new'], ['new', 'era'], ['era', 'english'], ['english', 'school'], ['school', 'blockchain'], ['blockchain', 'developer'], ['developer', 'blockchain'], ['blockchain', 'developer'], ['developer', 'corpcloud'], ['corpcloud', 'global'], ['global', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'blockchain'], ['blockchain', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'smart'], ['smart', 'contracts'], ['contracts', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'dapps'], ['dapps', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'mean'], ['mean', 'stack'], ['stack', 'exprience'], ['exprience', '12'], ['12', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'corpcloud'], ['corpcloud', 'global'], ['global', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'worked'], ['worked', 'productively'], ['productively', 'team'], ['team', 'identify'], ['identify', 'requirements'], ['requirements', 'proposed'], ['proposed', 'ideas'], ['ideas', 'enhancing'], ['enhancing', 'product'], ['product', 'developing'], ['developing', 'managing'], ['managing', 'user'], ['user', 'blockchain'], ['blockchain', 'ount'], ['ount', 'wallets'], ['wallets', 'transactions'], ['transactions', 'regularly'], ['regularly', 'monitoring'], ['monitoring', 'smooth'], ['smooth', 'executions'], ['executions', 'blockchain'], ['blockchain', 'transactions'], ['transactions', 'wallet'], ['wallet', 'functions'], ['functions', 'along'], ['along', 'identifying'], ['identifying', 'correcting'], ['correcting', 'possible'], ['possible', 'errors'], ['errors', 'writing'], ['writing', 'smart'], ['smart', 'contracts'], ['contracts', 'api'], ['api', 'documenting'], ['documenting', 'company'], ['company', 'corpcloud'], ['corpcloud', 'global'], ['global', 'services'], ['services', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'identifying'], ['identifying', 'complex'], ['complex', 'bugs'], ['bugs', 'system'], ['system', 'resolving'], ['resolving', 'implemented'], ['implemented', 'updated'], ['updated', 'application'], ['application', 'modules'], ['modules', 'direction'], ['direction', 'seniors'], ['seniors', 'effectively'], ['effectively', 'coded'], ['coded', 'required'], ['required', 'changes'], ['changes', 'alterations'], ['alterations', 'checked'], ['checked', 'repository'], ['repository', 'using'], ['using', 'bit'], ['bit', 'bucket'], ['bucket', 'performed'], ['performed', 'code'], ['code', 'check'], ['check', 'ins'], ['ins', 'check'], ['check', 'outs'], ['outs', 'regularly'], ['regularly', 'worked'], ['worked', 'api'], ['hobbies', 'playing', 'chess'], ['playing', 'chess', 'solving'], ['chess', 'solving', 'rubik'], ['solving', 'rubik', 'cube'], ['rubik', 'cube', 'watching'], ['cube', 'watching', 'series'], ['watching', 'series', 'languages'], ['series', 'languages', 'english'], ['languages', 'english', 'hindi'], ['english', 'hindi', 'marathi'], ['hindi', 'marathi', 'education'], ['marathi', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'january'], ['2014', 'january', '2017'], ['january', '2017', 'bachelor'], ['2017', 'bachelor', 'degree'], ['bachelor', 'degree', 'information'], ['degree', 'information', 'technology'], ['information', 'technology', 'first'], ['technology', 'first', 'class'], ['first', 'class', 'pune'], ['class', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'jspm'], ['maharashtra', 'jspm', 'jayawantrao'], ['jspm', 'jayawantrao', 'sawant'], ['jayawantrao', 'sawant', 'college'], ['sawant', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2010'], ['january', '2010', 'january'], ['2010', 'january', '2014'], ['january', '2014', 'diploma'], ['2014', 'diploma', 'information'], ['diploma', 'information', 'technology'], ['information', 'technology', 'first'], ['technology', 'first', 'class'], ['first', 'class', 'nashik'], ['class', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'k'], ['maharashtra', 'k', 'k'], ['k', 'k', 'wagh'], ['k', 'wagh', 'polytechnic'], ['wagh', 'polytechnic', 'january'], ['polytechnic', 'january', '2010'], ['january', '2010', 'ssc'], ['2010', 'ssc', 'first'], ['ssc', 'first', 'class'], ['first', 'class', 'nashik'], ['class', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'new'], ['maharashtra', 'new', 'era'], ['new', 'era', 'english'], ['era', 'english', 'school'], ['english', 'school', 'blockchain'], ['school', 'blockchain', 'developer'], ['blockchain', 'developer', 'blockchain'], ['developer', 'blockchain', 'developer'], ['blockchain', 'developer', 'corpcloud'], ['developer', 'corpcloud', 'global'], ['corpcloud', 'global', 'services'], ['global', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'blockchain'], ['details', 'blockchain', 'exprience'], ['blockchain', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'smart'], ['months', 'smart', 'contracts'], ['smart', 'contracts', 'exprience'], ['contracts', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'dapps'], ['months', 'dapps', 'exprience'], ['dapps', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'mean'], ['months', 'mean', 'stack'], ['mean', 'stack', 'exprience'], ['stack', 'exprience', '12'], ['exprience', '12', 'monthscompany'], ['12', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'corpcloud'], ['company', 'corpcloud', 'global'], ['corpcloud', 'global', 'services'], ['global', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'worked'], ['description', 'worked', 'productively'], ['worked', 'productively', 'team'], ['productively', 'team', 'identify'], ['team', 'identify', 'requirements'], ['identify', 'requirements', 'proposed'], ['requirements', 'proposed', 'ideas'], ['proposed', 'ideas', 'enhancing'], ['ideas', 'enhancing', 'product'], ['enhancing', 'product', 'developing'], ['product', 'developing', 'managing'], ['developing', 'managing', 'user'], ['managing', 'user', 'blockchain'], ['user', 'blockchain', 'ount'], ['blockchain', 'ount', 'wallets'], ['ount', 'wallets', 'transactions'], ['wallets', 'transactions', 'regularly'], ['transactions', 'regularly', 'monitoring'], ['regularly', 'monitoring', 'smooth'], ['monitoring', 'smooth', 'executions'], ['smooth', 'executions', 'blockchain'], ['executions', 'blockchain', 'transactions'], ['blockchain', 'transactions', 'wallet'], ['transactions', 'wallet', 'functions'], ['wallet', 'functions', 'along'], ['functions', 'along', 'identifying'], ['along', 'identifying', 'correcting'], ['identifying', 'correcting', 'possible'], ['correcting', 'possible', 'errors'], ['possible', 'errors', 'writing'], ['errors', 'writing', 'smart'], ['writing', 'smart', 'contracts'], ['smart', 'contracts', 'api'], ['contracts', 'api', 'documenting'], ['api', 'documenting', 'company'], ['documenting', 'company', 'corpcloud'], ['company', 'corpcloud', 'global'], ['corpcloud', 'global', 'services'], ['global', 'services', 'pvt'], ['services', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'identifying'], ['description', 'identifying', 'complex'], ['identifying', 'complex', 'bugs'], ['complex', 'bugs', 'system'], ['bugs', 'system', 'resolving'], ['system', 'resolving', 'implemented'], ['resolving', 'implemented', 'updated'], ['implemented', 'updated', 'application'], ['updated', 'application', 'modules'], ['application', 'modules', 'direction'], ['modules', 'direction', 'seniors'], ['direction', 'seniors', 'effectively'], ['seniors', 'effectively', 'coded'], ['effectively', 'coded', 'required'], ['coded', 'required', 'changes'], ['required', 'changes', 'alterations'], ['changes', 'alterations', 'checked'], ['alterations', 'checked', 'repository'], ['checked', 'repository', 'using'], ['repository', 'using', 'bit'], ['using', 'bit', 'bucket'], ['bit', 'bucket', 'performed'], ['bucket', 'performed', 'code'], ['performed', 'code', 'check'], ['code', 'check', 'ins'], ['check', 'ins', 'check'], ['ins', 'check', 'outs'], ['check', 'outs', 'regularly'], ['outs', 'regularly', 'worked'], ['regularly', 'worked', 'api'], ['hobbies', 'playing', 'chess', 'solving'], ['playing', 'chess', 'solving', 'rubik'], ['chess', 'solving', 'rubik', 'cube'], ['solving', 'rubik', 'cube', 'watching'], ['rubik', 'cube', 'watching', 'series'], ['cube', 'watching', 'series', 'languages'], ['watching', 'series', 'languages', 'english'], ['series', 'languages', 'english', 'hindi'], ['languages', 'english', 'hindi', 'marathi'], ['english', 'hindi', 'marathi', 'education'], ['hindi', 'marathi', 'education', 'details'], ['marathi', 'education', 'details', 'january'], ['education', 'details', 'january', '2014'], ['details', 'january', '2014', 'january'], ['january', '2014', 'january', '2017'], ['2014', 'january', '2017', 'bachelor'], ['january', '2017', 'bachelor', 'degree'], ['2017', 'bachelor', 'degree', 'information'], ['bachelor', 'degree', 'information', 'technology'], ['degree', 'information', 'technology', 'first'], ['information', 'technology', 'first', 'class'], ['technology', 'first', 'class', 'pune'], ['first', 'class', 'pune', 'maharashtra'], ['class', 'pune', 'maharashtra', 'jspm'], ['pune', 'maharashtra', 'jspm', 'jayawantrao'], ['maharashtra', 'jspm', 'jayawantrao', 'sawant'], ['jspm', 'jayawantrao', 'sawant', 'college'], ['jayawantrao', 'sawant', 'college', 'engineering'], ['sawant', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2010'], ['engineering', 'january', '2010', 'january'], ['january', '2010', 'january', '2014'], ['2010', 'january', '2014', 'diploma'], ['january', '2014', 'diploma', 'information'], ['2014', 'diploma', 'information', 'technology'], ['diploma', 'information', 'technology', 'first'], ['information', 'technology', 'first', 'class'], ['technology', 'first', 'class', 'nashik'], ['first', 'class', 'nashik', 'maharashtra'], ['class', 'nashik', 'maharashtra', 'k'], ['nashik', 'maharashtra', 'k', 'k'], ['maharashtra', 'k', 'k', 'wagh'], ['k', 'k', 'wagh', 'polytechnic'], ['k', 'wagh', 'polytechnic', 'january'], ['wagh', 'polytechnic', 'january', '2010'], ['polytechnic', 'january', '2010', 'ssc'], ['january', '2010', 'ssc', 'first'], ['2010', 'ssc', 'first', 'class'], ['ssc', 'first', 'class', 'nashik'], ['first', 'class', 'nashik', 'maharashtra'], ['class', 'nashik', 'maharashtra', 'new'], ['nashik', 'maharashtra', 'new', 'era'], ['maharashtra', 'new', 'era', 'english'], ['new', 'era', 'english', 'school'], ['era', 'english', 'school', 'blockchain'], ['english', 'school', 'blockchain', 'developer'], ['school', 'blockchain', 'developer', 'blockchain'], ['blockchain', 'developer', 'blockchain', 'developer'], ['developer', 'blockchain', 'developer', 'corpcloud'], ['blockchain', 'developer', 'corpcloud', 'global'], ['developer', 'corpcloud', 'global', 'services'], ['corpcloud', 'global', 'services', 'pvt'], ['global', 'services', 'pvt', 'ltd'], ['services', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'blockchain'], ['skill', 'details', 'blockchain', 'exprience'], ['details', 'blockchain', 'exprience', '6'], ['blockchain', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'smart'], ['6', 'months', 'smart', 'contracts'], ['months', 'smart', 'contracts', 'exprience'], ['smart', 'contracts', 'exprience', '6'], ['contracts', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'dapps'], ['6', 'months', 'dapps', 'exprience'], ['months', 'dapps', 'exprience', '6'], ['dapps', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'mean'], ['6', 'months', 'mean', 'stack'], ['months', 'mean', 'stack', 'exprience'], ['mean', 'stack', 'exprience', '12'], ['stack', 'exprience', '12', 'monthscompany'], ['exprience', '12', 'monthscompany', 'details'], ['12', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'corpcloud'], ['details', 'company', 'corpcloud', 'global'], ['company', 'corpcloud', 'global', 'services'], ['corpcloud', 'global', 'services', 'pvt'], ['global', 'services', 'pvt', 'ltd'], ['services', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'worked'], ['ltd', 'description', 'worked', 'productively'], ['description', 'worked', 'productively', 'team'], ['worked', 'productively', 'team', 'identify'], ['productively', 'team', 'identify', 'requirements'], ['team', 'identify', 'requirements', 'proposed'], ['identify', 'requirements', 'proposed', 'ideas'], ['requirements', 'proposed', 'ideas', 'enhancing'], ['proposed', 'ideas', 'enhancing', 'product'], ['ideas', 'enhancing', 'product', 'developing'], ['enhancing', 'product', 'developing', 'managing'], ['product', 'developing', 'managing', 'user'], ['developing', 'managing', 'user', 'blockchain'], ['managing', 'user', 'blockchain', 'ount'], ['user', 'blockchain', 'ount', 'wallets'], ['blockchain', 'ount', 'wallets', 'transactions'], ['ount', 'wallets', 'transactions', 'regularly'], ['wallets', 'transactions', 'regularly', 'monitoring'], ['transactions', 'regularly', 'monitoring', 'smooth'], ['regularly', 'monitoring', 'smooth', 'executions'], ['monitoring', 'smooth', 'executions', 'blockchain'], ['smooth', 'executions', 'blockchain', 'transactions'], ['executions', 'blockchain', 'transactions', 'wallet'], ['blockchain', 'transactions', 'wallet', 'functions'], ['transactions', 'wallet', 'functions', 'along'], ['wallet', 'functions', 'along', 'identifying'], ['functions', 'along', 'identifying', 'correcting'], ['along', 'identifying', 'correcting', 'possible'], ['identifying', 'correcting', 'possible', 'errors'], ['correcting', 'possible', 'errors', 'writing'], ['possible', 'errors', 'writing', 'smart'], ['errors', 'writing', 'smart', 'contracts'], ['writing', 'smart', 'contracts', 'api'], ['smart', 'contracts', 'api', 'documenting'], ['contracts', 'api', 'documenting', 'company'], ['api', 'documenting', 'company', 'corpcloud'], ['documenting', 'company', 'corpcloud', 'global'], ['company', 'corpcloud', 'global', 'services'], ['corpcloud', 'global', 'services', 'pvt'], ['global', 'services', 'pvt', 'ltd'], ['services', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'identifying'], ['ltd', 'description', 'identifying', 'complex'], ['description', 'identifying', 'complex', 'bugs'], ['identifying', 'complex', 'bugs', 'system'], ['complex', 'bugs', 'system', 'resolving'], ['bugs', 'system', 'resolving', 'implemented'], ['system', 'resolving', 'implemented', 'updated'], ['resolving', 'implemented', 'updated', 'application'], ['implemented', 'updated', 'application', 'modules'], ['updated', 'application', 'modules', 'direction'], ['application', 'modules', 'direction', 'seniors'], ['modules', 'direction', 'seniors', 'effectively'], ['direction', 'seniors', 'effectively', 'coded'], ['seniors', 'effectively', 'coded', 'required'], ['effectively', 'coded', 'required', 'changes'], ['coded', 'required', 'changes', 'alterations'], ['required', 'changes', 'alterations', 'checked'], ['changes', 'alterations', 'checked', 'repository'], ['alterations', 'checked', 'repository', 'using'], ['checked', 'repository', 'using', 'bit'], ['repository', 'using', 'bit', 'bucket'], ['using', 'bit', 'bucket', 'performed'], ['bit', 'bucket', 'performed', 'code'], ['bucket', 'performed', 'code', 'check'], ['performed', 'code', 'check', 'ins'], ['code', 'check', 'ins', 'check'], ['check', 'ins', 'check', 'outs'], ['ins', 'check', 'outs', 'regularly'], ['check', 'outs', 'regularly', 'worked'], ['outs', 'regularly', 'worked', 'api'], ['hobbies', 'playing', 'chess', 'solving', 'rubik'], ['playing', 'chess', 'solving', 'rubik', 'cube'], ['chess', 'solving', 'rubik', 'cube', 'watching'], ['solving', 'rubik', 'cube', 'watching', 'series'], ['rubik', 'cube', 'watching', 'series', 'languages'], ['cube', 'watching', 'series', 'languages', 'english'], ['watching', 'series', 'languages', 'english', 'hindi'], ['series', 'languages', 'english', 'hindi', 'marathi'], ['languages', 'english', 'hindi', 'marathi', 'education'], ['english', 'hindi', 'marathi', 'education', 'details'], ['hindi', 'marathi', 'education', 'details', 'january'], ['marathi', 'education', 'details', 'january', '2014'], ['education', 'details', 'january', '2014', 'january'], ['details', 'january', '2014', 'january', '2017'], ['january', '2014', 'january', '2017', 'bachelor'], ['2014', 'january', '2017', 'bachelor', 'degree'], ['january', '2017', 'bachelor', 'degree', 'information'], ['2017', 'bachelor', 'degree', 'information', 'technology'], ['bachelor', 'degree', 'information', 'technology', 'first'], ['degree', 'information', 'technology', 'first', 'class'], ['information', 'technology', 'first', 'class', 'pune'], ['technology', 'first', 'class', 'pune', 'maharashtra'], ['first', 'class', 'pune', 'maharashtra', 'jspm'], ['class', 'pune', 'maharashtra', 'jspm', 'jayawantrao'], ['pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant'], ['maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college'], ['jspm', 'jayawantrao', 'sawant', 'college', 'engineering'], ['jayawantrao', 'sawant', 'college', 'engineering', 'january'], ['sawant', 'college', 'engineering', 'january', '2010'], ['college', 'engineering', 'january', '2010', 'january'], ['engineering', 'january', '2010', 'january', '2014'], ['january', '2010', 'january', '2014', 'diploma'], ['2010', 'january', '2014', 'diploma', 'information'], ['january', '2014', 'diploma', 'information', 'technology'], ['2014', 'diploma', 'information', 'technology', 'first'], ['diploma', 'information', 'technology', 'first', 'class'], ['information', 'technology', 'first', 'class', 'nashik'], ['technology', 'first', 'class', 'nashik', 'maharashtra'], ['first', 'class', 'nashik', 'maharashtra', 'k'], ['class', 'nashik', 'maharashtra', 'k', 'k'], ['nashik', 'maharashtra', 'k', 'k', 'wagh'], ['maharashtra', 'k', 'k', 'wagh', 'polytechnic'], ['k', 'k', 'wagh', 'polytechnic', 'january'], ['k', 'wagh', 'polytechnic', 'january', '2010'], ['wagh', 'polytechnic', 'january', '2010', 'ssc'], ['polytechnic', 'january', '2010', 'ssc', 'first'], ['january', '2010', 'ssc', 'first', 'class'], ['2010', 'ssc', 'first', 'class', 'nashik'], ['ssc', 'first', 'class', 'nashik', 'maharashtra'], ['first', 'class', 'nashik', 'maharashtra', 'new'], ['class', 'nashik', 'maharashtra', 'new', 'era'], ['nashik', 'maharashtra', 'new', 'era', 'english'], ['maharashtra', 'new', 'era', 'english', 'school'], ['new', 'era', 'english', 'school', 'blockchain'], ['era', 'english', 'school', 'blockchain', 'developer'], ['english', 'school', 'blockchain', 'developer', 'blockchain'], ['school', 'blockchain', 'developer', 'blockchain', 'developer'], ['blockchain', 'developer', 'blockchain', 'developer', 'corpcloud'], ['developer', 'blockchain', 'developer', 'corpcloud', 'global'], ['blockchain', 'developer', 'corpcloud', 'global', 'services'], ['developer', 'corpcloud', 'global', 'services', 'pvt'], ['corpcloud', 'global', 'services', 'pvt', 'ltd'], ['global', 'services', 'pvt', 'ltd', 'skill'], ['services', 'pvt', 'ltd', 'skill', 'details'], ['pvt', 'ltd', 'skill', 'details', 'blockchain'], ['ltd', 'skill', 'details', 'blockchain', 'exprience'], ['skill', 'details', 'blockchain', 'exprience', '6'], ['details', 'blockchain', 'exprience', '6', 'months'], ['blockchain', 'exprience', '6', 'months', 'smart'], ['exprience', '6', 'months', 'smart', 'contracts'], ['6', 'months', 'smart', 'contracts', 'exprience'], ['months', 'smart', 'contracts', 'exprience', '6'], ['smart', 'contracts', 'exprience', '6', 'months'], ['contracts', 'exprience', '6', 'months', 'dapps'], ['exprience', '6', 'months', 'dapps', 'exprience'], ['6', 'months', 'dapps', 'exprience', '6'], ['months', 'dapps', 'exprience', '6', 'months'], ['dapps', 'exprience', '6', 'months', 'mean'], ['exprience', '6', 'months', 'mean', 'stack'], ['6', 'months', 'mean', 'stack', 'exprience'], ['months', 'mean', 'stack', 'exprience', '12'], ['mean', 'stack', 'exprience', '12', 'monthscompany'], ['stack', 'exprience', '12', 'monthscompany', 'details'], ['exprience', '12', 'monthscompany', 'details', 'company'], ['12', 'monthscompany', 'details', 'company', 'corpcloud'], ['monthscompany', 'details', 'company', 'corpcloud', 'global'], ['details', 'company', 'corpcloud', 'global', 'services'], ['company', 'corpcloud', 'global', 'services', 'pvt'], ['corpcloud', 'global', 'services', 'pvt', 'ltd'], ['global', 'services', 'pvt', 'ltd', 'description'], ['services', 'pvt', 'ltd', 'description', 'worked'], ['pvt', 'ltd', 'description', 'worked', 'productively'], ['ltd', 'description', 'worked', 'productively', 'team'], ['description', 'worked', 'productively', 'team', 'identify'], ['worked', 'productively', 'team', 'identify', 'requirements'], ['productively', 'team', 'identify', 'requirements', 'proposed'], ['team', 'identify', 'requirements', 'proposed', 'ideas'], ['identify', 'requirements', 'proposed', 'ideas', 'enhancing'], ['requirements', 'proposed', 'ideas', 'enhancing', 'product'], ['proposed', 'ideas', 'enhancing', 'product', 'developing'], ['ideas', 'enhancing', 'product', 'developing', 'managing'], ['enhancing', 'product', 'developing', 'managing', 'user'], ['product', 'developing', 'managing', 'user', 'blockchain'], ['developing', 'managing', 'user', 'blockchain', 'ount'], ['managing', 'user', 'blockchain', 'ount', 'wallets'], ['user', 'blockchain', 'ount', 'wallets', 'transactions'], ['blockchain', 'ount', 'wallets', 'transactions', 'regularly'], ['ount', 'wallets', 'transactions', 'regularly', 'monitoring'], ['wallets', 'transactions', 'regularly', 'monitoring', 'smooth'], ['transactions', 'regularly', 'monitoring', 'smooth', 'executions'], ['regularly', 'monitoring', 'smooth', 'executions', 'blockchain'], ['monitoring', 'smooth', 'executions', 'blockchain', 'transactions'], ['smooth', 'executions', 'blockchain', 'transactions', 'wallet'], ['executions', 'blockchain', 'transactions', 'wallet', 'functions'], ['blockchain', 'transactions', 'wallet', 'functions', 'along'], ['transactions', 'wallet', 'functions', 'along', 'identifying'], ['wallet', 'functions', 'along', 'identifying', 'correcting'], ['functions', 'along', 'identifying', 'correcting', 'possible'], ['along', 'identifying', 'correcting', 'possible', 'errors'], ['identifying', 'correcting', 'possible', 'errors', 'writing'], ['correcting', 'possible', 'errors', 'writing', 'smart'], ['possible', 'errors', 'writing', 'smart', 'contracts'], ['errors', 'writing', 'smart', 'contracts', 'api'], ['writing', 'smart', 'contracts', 'api', 'documenting'], ['smart', 'contracts', 'api', 'documenting', 'company'], ['contracts', 'api', 'documenting', 'company', 'corpcloud'], ['api', 'documenting', 'company', 'corpcloud', 'global'], ['documenting', 'company', 'corpcloud', 'global', 'services'], ['company', 'corpcloud', 'global', 'services', 'pvt'], ['corpcloud', 'global', 'services', 'pvt', 'ltd'], ['global', 'services', 'pvt', 'ltd', 'description'], ['services', 'pvt', 'ltd', 'description', 'identifying'], ['pvt', 'ltd', 'description', 'identifying', 'complex'], ['ltd', 'description', 'identifying', 'complex', 'bugs'], ['description', 'identifying', 'complex', 'bugs', 'system'], ['identifying', 'complex', 'bugs', 'system', 'resolving'], ['complex', 'bugs', 'system', 'resolving', 'implemented'], ['bugs', 'system', 'resolving', 'implemented', 'updated'], ['system', 'resolving', 'implemented', 'updated', 'application'], ['resolving', 'implemented', 'updated', 'application', 'modules'], ['implemented', 'updated', 'application', 'modules', 'direction'], ['updated', 'application', 'modules', 'direction', 'seniors'], ['application', 'modules', 'direction', 'seniors', 'effectively'], ['modules', 'direction', 'seniors', 'effectively', 'coded'], ['direction', 'seniors', 'effectively', 'coded', 'required'], ['seniors', 'effectively', 'coded', 'required', 'changes'], ['effectively', 'coded', 'required', 'changes', 'alterations'], ['coded', 'required', 'changes', 'alterations', 'checked'], ['required', 'changes', 'alterations', 'checked', 'repository'], ['changes', 'alterations', 'checked', 'repository', 'using'], ['alterations', 'checked', 'repository', 'using', 'bit'], ['checked', 'repository', 'using', 'bit', 'bucket'], ['repository', 'using', 'bit', 'bucket', 'performed'], ['using', 'bit', 'bucket', 'performed', 'code'], ['bit', 'bucket', 'performed', 'code', 'check'], ['bucket', 'performed', 'code', 'check', 'ins'], ['performed', 'code', 'check', 'ins', 'check'], ['code', 'check', 'ins', 'check', 'outs'], ['check', 'ins', 'check', 'outs', 'regularly'], ['ins', 'check', 'outs', 'regularly', 'worked'], ['check', 'outs', 'regularly', 'worked', 'api'], ['hobbies', 'playing', 'chess', 'solving', 'rubik', 'cube'], ['playing', 'chess', 'solving', 'rubik', 'cube', 'watching'], ['chess', 'solving', 'rubik', 'cube', 'watching', 'series'], ['solving', 'rubik', 'cube', 'watching', 'series', 'languages'], ['rubik', 'cube', 'watching', 'series', 'languages', 'english'], ['cube', 'watching', 'series', 'languages', 'english', 'hindi'], ['watching', 'series', 'languages', 'english', 'hindi', 'marathi'], ['series', 'languages', 'english', 'hindi', 'marathi', 'education'], ['languages', 'english', 'hindi', 'marathi', 'education', 'details'], ['english', 'hindi', 'marathi', 'education', 'details', 'january'], ['hindi', 'marathi', 'education', 'details', 'january', '2014'], ['marathi', 'education', 'details', 'january', '2014', 'january'], ['education', 'details', 'january', '2014', 'january', '2017'], ['details', 'january', '2014', 'january', '2017', 'bachelor'], ['january', '2014', 'january', '2017', 'bachelor', 'degree'], ['2014', 'january', '2017', 'bachelor', 'degree', 'information'], ['january', '2017', 'bachelor', 'degree', 'information', 'technology'], ['2017', 'bachelor', 'degree', 'information', 'technology', 'first'], ['bachelor', 'degree', 'information', 'technology', 'first', 'class'], ['degree', 'information', 'technology', 'first', 'class', 'pune'], ['information', 'technology', 'first', 'class', 'pune', 'maharashtra'], ['technology', 'first', 'class', 'pune', 'maharashtra', 'jspm'], ['first', 'class', 'pune', 'maharashtra', 'jspm', 'jayawantrao'], ['class', 'pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant'], ['pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college'], ['maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college', 'engineering'], ['jspm', 'jayawantrao', 'sawant', 'college', 'engineering', 'january'], ['jayawantrao', 'sawant', 'college', 'engineering', 'january', '2010'], ['sawant', 'college', 'engineering', 'january', '2010', 'january'], ['college', 'engineering', 'january', '2010', 'january', '2014'], ['engineering', 'january', '2010', 'january', '2014', 'diploma'], ['january', '2010', 'january', '2014', 'diploma', 'information'], ['2010', 'january', '2014', 'diploma', 'information', 'technology'], ['january', '2014', 'diploma', 'information', 'technology', 'first'], ['2014', 'diploma', 'information', 'technology', 'first', 'class'], ['diploma', 'information', 'technology', 'first', 'class', 'nashik'], ['information', 'technology', 'first', 'class', 'nashik', 'maharashtra'], ['technology', 'first', 'class', 'nashik', 'maharashtra', 'k'], ['first', 'class', 'nashik', 'maharashtra', 'k', 'k'], ['class', 'nashik', 'maharashtra', 'k', 'k', 'wagh'], ['nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic'], ['maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'january'], ['k', 'k', 'wagh', 'polytechnic', 'january', '2010'], ['k', 'wagh', 'polytechnic', 'january', '2010', 'ssc'], ['wagh', 'polytechnic', 'january', '2010', 'ssc', 'first'], ['polytechnic', 'january', '2010', 'ssc', 'first', 'class'], ['january', '2010', 'ssc', 'first', 'class', 'nashik'], ['2010', 'ssc', 'first', 'class', 'nashik', 'maharashtra'], ['ssc', 'first', 'class', 'nashik', 'maharashtra', 'new'], ['first', 'class', 'nashik', 'maharashtra', 'new', 'era'], ['class', 'nashik', 'maharashtra', 'new', 'era', 'english'], ['nashik', 'maharashtra', 'new', 'era', 'english', 'school'], ['maharashtra', 'new', 'era', 'english', 'school', 'blockchain'], ['new', 'era', 'english', 'school', 'blockchain', 'developer'], ['era', 'english', 'school', 'blockchain', 'developer', 'blockchain'], ['english', 'school', 'blockchain', 'developer', 'blockchain', 'developer'], ['school', 'blockchain', 'developer', 'blockchain', 'developer', 'corpcloud'], ['blockchain', 'developer', 'blockchain', 'developer', 'corpcloud', 'global'], ['developer', 'blockchain', 'developer', 'corpcloud', 'global', 'services'], ['blockchain', 'developer', 'corpcloud', 'global', 'services', 'pvt'], ['developer', 'corpcloud', 'global', 'services', 'pvt', 'ltd'], ['corpcloud', 'global', 'services', 'pvt', 'ltd', 'skill'], ['global', 'services', 'pvt', 'ltd', 'skill', 'details'], ['services', 'pvt', 'ltd', 'skill', 'details', 'blockchain'], ['pvt', 'ltd', 'skill', 'details', 'blockchain', 'exprience'], ['ltd', 'skill', 'details', 'blockchain', 'exprience', '6'], ['skill', 'details', 'blockchain', 'exprience', '6', 'months'], ['details', 'blockchain', 'exprience', '6', 'months', 'smart'], ['blockchain', 'exprience', '6', 'months', 'smart', 'contracts'], ['exprience', '6', 'months', 'smart', 'contracts', 'exprience'], ['6', 'months', 'smart', 'contracts', 'exprience', '6'], ['months', 'smart', 'contracts', 'exprience', '6', 'months'], ['smart', 'contracts', 'exprience', '6', 'months', 'dapps'], ['contracts', 'exprience', '6', 'months', 'dapps', 'exprience'], ['exprience', '6', 'months', 'dapps', 'exprience', '6'], ['6', 'months', 'dapps', 'exprience', '6', 'months'], ['months', 'dapps', 'exprience', '6', 'months', 'mean'], ['dapps', 'exprience', '6', 'months', 'mean', 'stack'], ['exprience', '6', 'months', 'mean', 'stack', 'exprience'], ['6', 'months', 'mean', 'stack', 'exprience', '12'], ['months', 'mean', 'stack', 'exprience', '12', 'monthscompany'], ['mean', 'stack', 'exprience', '12', 'monthscompany', 'details'], ['stack', 'exprience', '12', 'monthscompany', 'details', 'company'], ['exprience', '12', 'monthscompany', 'details', 'company', 'corpcloud'], ['12', 'monthscompany', 'details', 'company', 'corpcloud', 'global'], ['monthscompany', 'details', 'company', 'corpcloud', 'global', 'services'], ['details', 'company', 'corpcloud', 'global', 'services', 'pvt'], ['company', 'corpcloud', 'global', 'services', 'pvt', 'ltd'], ['corpcloud', 'global', 'services', 'pvt', 'ltd', 'description'], ['global', 'services', 'pvt', 'ltd', 'description', 'worked'], ['services', 'pvt', 'ltd', 'description', 'worked', 'productively'], ['pvt', 'ltd', 'description', 'worked', 'productively', 'team'], ['ltd', 'description', 'worked', 'productively', 'team', 'identify'], ['description', 'worked', 'productively', 'team', 'identify', 'requirements'], ['worked', 'productively', 'team', 'identify', 'requirements', 'proposed'], ['productively', 'team', 'identify', 'requirements', 'proposed', 'ideas'], ['team', 'identify', 'requirements', 'proposed', 'ideas', 'enhancing'], ['identify', 'requirements', 'proposed', 'ideas', 'enhancing', 'product'], ['requirements', 'proposed', 'ideas', 'enhancing', 'product', 'developing'], ['proposed', 'ideas', 'enhancing', 'product', 'developing', 'managing'], ['ideas', 'enhancing', 'product', 'developing', 'managing', 'user'], ['enhancing', 'product', 'developing', 'managing', 'user', 'blockchain'], ['product', 'developing', 'managing', 'user', 'blockchain', 'ount'], ['developing', 'managing', 'user', 'blockchain', 'ount', 'wallets'], ['managing', 'user', 'blockchain', 'ount', 'wallets', 'transactions'], ['user', 'blockchain', 'ount', 'wallets', 'transactions', 'regularly'], ['blockchain', 'ount', 'wallets', 'transactions', 'regularly', 'monitoring'], ['ount', 'wallets', 'transactions', 'regularly', 'monitoring', 'smooth'], ['wallets', 'transactions', 'regularly', 'monitoring', 'smooth', 'executions'], ['transactions', 'regularly', 'monitoring', 'smooth', 'executions', 'blockchain'], ['regularly', 'monitoring', 'smooth', 'executions', 'blockchain', 'transactions'], ['monitoring', 'smooth', 'executions', 'blockchain', 'transactions', 'wallet'], ['smooth', 'executions', 'blockchain', 'transactions', 'wallet', 'functions'], ['executions', 'blockchain', 'transactions', 'wallet', 'functions', 'along'], ['blockchain', 'transactions', 'wallet', 'functions', 'along', 'identifying'], ['transactions', 'wallet', 'functions', 'along', 'identifying', 'correcting'], ['wallet', 'functions', 'along', 'identifying', 'correcting', 'possible'], ['functions', 'along', 'identifying', 'correcting', 'possible', 'errors'], ['along', 'identifying', 'correcting', 'possible', 'errors', 'writing'], ['identifying', 'correcting', 'possible', 'errors', 'writing', 'smart'], ['correcting', 'possible', 'errors', 'writing', 'smart', 'contracts'], ['possible', 'errors', 'writing', 'smart', 'contracts', 'api'], ['errors', 'writing', 'smart', 'contracts', 'api', 'documenting'], ['writing', 'smart', 'contracts', 'api', 'documenting', 'company'], ['smart', 'contracts', 'api', 'documenting', 'company', 'corpcloud'], ['contracts', 'api', 'documenting', 'company', 'corpcloud', 'global'], ['api', 'documenting', 'company', 'corpcloud', 'global', 'services'], ['documenting', 'company', 'corpcloud', 'global', 'services', 'pvt'], ['company', 'corpcloud', 'global', 'services', 'pvt', 'ltd'], ['corpcloud', 'global', 'services', 'pvt', 'ltd', 'description'], ['global', 'services', 'pvt', 'ltd', 'description', 'identifying'], ['services', 'pvt', 'ltd', 'description', 'identifying', 'complex'], ['pvt', 'ltd', 'description', 'identifying', 'complex', 'bugs'], ['ltd', 'description', 'identifying', 'complex', 'bugs', 'system'], ['description', 'identifying', 'complex', 'bugs', 'system', 'resolving'], ['identifying', 'complex', 'bugs', 'system', 'resolving', 'implemented'], ['complex', 'bugs', 'system', 'resolving', 'implemented', 'updated'], ['bugs', 'system', 'resolving', 'implemented', 'updated', 'application'], ['system', 'resolving', 'implemented', 'updated', 'application', 'modules'], ['resolving', 'implemented', 'updated', 'application', 'modules', 'direction'], ['implemented', 'updated', 'application', 'modules', 'direction', 'seniors'], ['updated', 'application', 'modules', 'direction', 'seniors', 'effectively'], ['application', 'modules', 'direction', 'seniors', 'effectively', 'coded'], ['modules', 'direction', 'seniors', 'effectively', 'coded', 'required'], ['direction', 'seniors', 'effectively', 'coded', 'required', 'changes'], ['seniors', 'effectively', 'coded', 'required', 'changes', 'alterations'], ['effectively', 'coded', 'required', 'changes', 'alterations', 'checked'], ['coded', 'required', 'changes', 'alterations', 'checked', 'repository'], ['required', 'changes', 'alterations', 'checked', 'repository', 'using'], ['changes', 'alterations', 'checked', 'repository', 'using', 'bit'], ['alterations', 'checked', 'repository', 'using', 'bit', 'bucket'], ['checked', 'repository', 'using', 'bit', 'bucket', 'performed'], ['repository', 'using', 'bit', 'bucket', 'performed', 'code'], ['using', 'bit', 'bucket', 'performed', 'code', 'check'], ['bit', 'bucket', 'performed', 'code', 'check', 'ins'], ['bucket', 'performed', 'code', 'check', 'ins', 'check'], ['performed', 'code', 'check', 'ins', 'check', 'outs'], ['code', 'check', 'ins', 'check', 'outs', 'regularly'], ['check', 'ins', 'check', 'outs', 'regularly', 'worked'], ['ins', 'check', 'outs', 'regularly', 'worked', 'api'], ['hobbies', 'playing', 'chess', 'solving', 'rubik', 'cube', 'watching'], ['playing', 'chess', 'solving', 'rubik', 'cube', 'watching', 'series'], ['chess', 'solving', 'rubik', 'cube', 'watching', 'series', 'languages'], ['solving', 'rubik', 'cube', 'watching', 'series', 'languages', 'english'], ['rubik', 'cube', 'watching', 'series', 'languages', 'english', 'hindi'], ['cube', 'watching', 'series', 'languages', 'english', 'hindi', 'marathi'], ['watching', 'series', 'languages', 'english', 'hindi', 'marathi', 'education'], ['series', 'languages', 'english', 'hindi', 'marathi', 'education', 'details'], ['languages', 'english', 'hindi', 'marathi', 'education', 'details', 'january'], ['english', 'hindi', 'marathi', 'education', 'details', 'january', '2014'], ['hindi', 'marathi', 'education', 'details', 'january', '2014', 'january'], ['marathi', 'education', 'details', 'january', '2014', 'january', '2017'], ['education', 'details', 'january', '2014', 'january', '2017', 'bachelor'], ['details', 'january', '2014', 'january', '2017', 'bachelor', 'degree'], ['january', '2014', 'january', '2017', 'bachelor', 'degree', 'information'], ['2014', 'january', '2017', 'bachelor', 'degree', 'information', 'technology'], ['january', '2017', 'bachelor', 'degree', 'information', 'technology', 'first'], ['2017', 'bachelor', 'degree', 'information', 'technology', 'first', 'class'], ['bachelor', 'degree', 'information', 'technology', 'first', 'class', 'pune'], ['degree', 'information', 'technology', 'first', 'class', 'pune', 'maharashtra'], ['information', 'technology', 'first', 'class', 'pune', 'maharashtra', 'jspm'], ['technology', 'first', 'class', 'pune', 'maharashtra', 'jspm', 'jayawantrao'], ['first', 'class', 'pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant'], ['class', 'pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college'], ['pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college', 'engineering'], ...], [['skills'], ['strong'], ['cs'], ['fundamentals'], ['problem'], ['solving'], ['ethereum'], ['smart'], ['contracts'], ['solidity'], ['skills'], ['golang'], ['node'], ['angular'], ['react'], ['culturally'], ['fit'], ['startup'], ['environment'], ['mongodb'], ['postgresql'], ['mysql'], ['enthusiastic'], ['learn'], ['new'], ['technologies'], ['aws'], ['docker'], ['microservices'], ['blockchain'], ['protocol'], ['consensuseducation'], ['details'], ['january'], ['2014'], ['m'], ['tech'], ['computer'], ['engineering'], ['jaipur'], ['rajasthan'], ['malaviya'], ['national'], ['institute'], ['of'], ['technology'], ['jaipur'], ['january'], ['2011'], ['b'], ['e'], ['computer'], ['science'], ['and'], ['engg'], ['kolhapur'], ['maharashtra'], ['shivaji'], ['university'], ['blockchain'], ['engineer'], ['blockchain'], ['engineer'], ['xinfin'], ['orgnization'], ['skill'], ['details'], ['mongodb'], ['exprience'], ['16'], ['months'], ['contracts'], ['exprience'], ['12'], ['months'], ['mysql'], ['exprience'], ['9'], ['months'], ['aws'], ['exprience'], ['6'], ['months'], ['problem'], ['solving'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['xinfin'], ['orgnization'], ['description'], ['xinfin'], ['global'], ['open'], ['source'], ['hybrid'], ['blockchain'], ['protocol'], ['rolled'], ['multiple'], ['blockchain'], ['based'], ['pilot'], ['projects'], ['different'], ['use'], ['cases'], ['various'], ['clients'], ['eg'], ['tradefinex'], ['supply'], ['chain'], ['management'], ['land'], ['registry'], ['govt'], ['mh'], ['infactor'], ['invoice'], ['factoring'], ['build'], ['secure'], ['scalable'], ['hosted'], ['wallet'], ['based'], ['erc'], ['20'], ['standards'], ['xinfin'], ['network'], ['working'], ['production'], ['level'], ['blockchain'], ['use'], ['cases'], ['technology'], ['ethereum'], ['blockchain'], ['solidity'], ['smart'], ['contracts'], ['dapps'], ['nodejs'], ['company'], ['oro'], ['wealth'], ['description'], ['orowealth'], ['zero'], ['commision'], ['online'], ['investment'], ['platform'], ['currently'], ['focused'], ['direct'], ['mutual'], ['funds'], ['build'], ['various'], ['scalable'], ['web'], ['based'], ['products'], ['b2b'], ['b2c'], ['based'], ['mean'], ['stack'], ['technology'], ['integrated'], ['multiple'], ['finance'], ['applications'], ['entities'], ['eg'], ['integration'], ['kyc'], ['mf'], ['entities'], ['technology'], ['node'], ['js'], ['angular'], ['js'], ['mongodb'], ['express'], ['company'], ['yallaspree'], ['description'], ['hyderabad'], ['telangana'], ['yallaspree'], ['largest'], ['digital'], ['shopping'], ['directory'], ['u'], ['a'], ['e'], ['22k'], ['stores'], ['own'], ['responsibility'], ['develop'], ['maintain'], ['following'], ['modules'], ['admin'], ['vendor'], ['interface'], ['database'], ['operations'], ['writing'], ['webservices'], ['complete'], ['notification'], ['system'], ['events'], ['offers'], ['page'], ['technology'], ['cakephp'], ['php'], ['framework'], ['jquery'], ['mysql'], ['company'], ['railtiffin'], ['com'], ['description'], ['mumbai'], ['maharashtra'], ['railtiffin'], ['com'], ['e'], ['commerce'], ['platform'], ['serve'], ['food'], ['railway'], ['passengers'], ['worked'], ['multiple'], ['roles'], ['like'], ['bug'], ['fixing'], ['db'], ['operations'], ['feature'], ['customisation'], ['writing'], ['api'], ['endpoints'], ['technology'], ['opencart'], ['ecommerce'], ['framework'], ['jquery'], ['mysql'], ['company'], ['a'], ['olite'], ['software'], ['india'], ['private'], ['limited'], ['description'], ['bengaluru'], ['ka'], ['a'], ['olite'], ['global'], ['it'], ['services'], ['company'], ['headquartered'], ['dallas'], ['usa'], ['offices'], ['india'], ['worked'], ['birst'], ['analytics'], ['tool'], ['develop'], ['deploy'], ['maintain'], ['reports'], ['skills', 'strong'], ['strong', 'cs'], ['cs', 'fundamentals'], ['fundamentals', 'problem'], ['problem', 'solving'], ['solving', 'ethereum'], ['ethereum', 'smart'], ['smart', 'contracts'], ['contracts', 'solidity'], ['solidity', 'skills'], ['skills', 'golang'], ['golang', 'node'], ['node', 'angular'], ['angular', 'react'], ['react', 'culturally'], ['culturally', 'fit'], ['fit', 'startup'], ['startup', 'environment'], ['environment', 'mongodb'], ['mongodb', 'postgresql'], ['postgresql', 'mysql'], ['mysql', 'enthusiastic'], ['enthusiastic', 'learn'], ['learn', 'new'], ['new', 'technologies'], ['technologies', 'aws'], ['aws', 'docker'], ['docker', 'microservices'], ['microservices', 'blockchain'], ['blockchain', 'protocol'], ['protocol', 'consensuseducation'], ['consensuseducation', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'm'], ['m', 'tech'], ['tech', 'computer'], ['computer', 'engineering'], ['engineering', 'jaipur'], ['jaipur', 'rajasthan'], ['rajasthan', 'malaviya'], ['malaviya', 'national'], ['national', 'institute'], ['institute', 'of'], ['of', 'technology'], ['technology', 'jaipur'], ['jaipur', 'january'], ['january', '2011'], ['2011', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'science'], ['science', 'and'], ['and', 'engg'], ['engg', 'kolhapur'], ['kolhapur', 'maharashtra'], ['maharashtra', 'shivaji'], ['shivaji', 'university'], ['university', 'blockchain'], ['blockchain', 'engineer'], ['engineer', 'blockchain'], ['blockchain', 'engineer'], ['engineer', 'xinfin'], ['xinfin', 'orgnization'], ['orgnization', 'skill'], ['skill', 'details'], ['details', 'mongodb'], ['mongodb', 'exprience'], ['exprience', '16'], ['16', 'months'], ['months', 'contracts'], ['contracts', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'mysql'], ['mysql', 'exprience'], ['exprience', '9'], ['9', 'months'], ['months', 'aws'], ['aws', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'problem'], ['problem', 'solving'], ['solving', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'xinfin'], ['xinfin', 'orgnization'], ['orgnization', 'description'], ['description', 'xinfin'], ['xinfin', 'global'], ['global', 'open'], ['open', 'source'], ['source', 'hybrid'], ['hybrid', 'blockchain'], ['blockchain', 'protocol'], ['protocol', 'rolled'], ['rolled', 'multiple'], ['multiple', 'blockchain'], ['blockchain', 'based'], ['based', 'pilot'], ['pilot', 'projects'], ['projects', 'different'], ['different', 'use'], ['use', 'cases'], ['cases', 'various'], ['various', 'clients'], ['clients', 'eg'], ['eg', 'tradefinex'], ['tradefinex', 'supply'], ['supply', 'chain'], ['chain', 'management'], ['management', 'land'], ['land', 'registry'], ['registry', 'govt'], ['govt', 'mh'], ['mh', 'infactor'], ['infactor', 'invoice'], ['invoice', 'factoring'], ['factoring', 'build'], ['build', 'secure'], ['secure', 'scalable'], ['scalable', 'hosted'], ['hosted', 'wallet'], ['wallet', 'based'], ['based', 'erc'], ['erc', '20'], ['20', 'standards'], ['standards', 'xinfin'], ['xinfin', 'network'], ['network', 'working'], ['working', 'production'], ['production', 'level'], ['level', 'blockchain'], ['blockchain', 'use'], ['use', 'cases'], ['cases', 'technology'], ['technology', 'ethereum'], ['ethereum', 'blockchain'], ['blockchain', 'solidity'], ['solidity', 'smart'], ['smart', 'contracts'], ['contracts', 'dapps'], ['dapps', 'nodejs'], ['nodejs', 'company'], ['company', 'oro'], ['oro', 'wealth'], ['wealth', 'description'], ['description', 'orowealth'], ['orowealth', 'zero'], ['zero', 'commision'], ['commision', 'online'], ['online', 'investment'], ['investment', 'platform'], ['platform', 'currently'], ['currently', 'focused'], ['focused', 'direct'], ['direct', 'mutual'], ['mutual', 'funds'], ['funds', 'build'], ['build', 'various'], ['various', 'scalable'], ['scalable', 'web'], ['web', 'based'], ['based', 'products'], ['products', 'b2b'], ['b2b', 'b2c'], ['b2c', 'based'], ['based', 'mean'], ['mean', 'stack'], ['stack', 'technology'], ['technology', 'integrated'], ['integrated', 'multiple'], ['multiple', 'finance'], ['finance', 'applications'], ['applications', 'entities'], ['entities', 'eg'], ['eg', 'integration'], ['integration', 'kyc'], ['kyc', 'mf'], ['mf', 'entities'], ['entities', 'technology'], ['technology', 'node'], ['node', 'js'], ['js', 'angular'], ['angular', 'js'], ['js', 'mongodb'], ['mongodb', 'express'], ['express', 'company'], ['company', 'yallaspree'], ['yallaspree', 'description'], ['description', 'hyderabad'], ['hyderabad', 'telangana'], ['telangana', 'yallaspree'], ['yallaspree', 'largest'], ['largest', 'digital'], ['digital', 'shopping'], ['shopping', 'directory'], ['directory', 'u'], ['u', 'a'], ['a', 'e'], ['e', '22k'], ['22k', 'stores'], ['stores', 'own'], ['own', 'responsibility'], ['responsibility', 'develop'], ['develop', 'maintain'], ['maintain', 'following'], ['following', 'modules'], ['modules', 'admin'], ['admin', 'vendor'], ['vendor', 'interface'], ['interface', 'database'], ['database', 'operations'], ['operations', 'writing'], ['writing', 'webservices'], ['webservices', 'complete'], ['complete', 'notification'], ['notification', 'system'], ['system', 'events'], ['events', 'offers'], ['offers', 'page'], ['page', 'technology'], ['technology', 'cakephp'], ['cakephp', 'php'], ['php', 'framework'], ['framework', 'jquery'], ['jquery', 'mysql'], ['mysql', 'company'], ['company', 'railtiffin'], ['railtiffin', 'com'], ['com', 'description'], ['description', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'railtiffin'], ['railtiffin', 'com'], ['com', 'e'], ['e', 'commerce'], ['commerce', 'platform'], ['platform', 'serve'], ['serve', 'food'], ['food', 'railway'], ['railway', 'passengers'], ['passengers', 'worked'], ['worked', 'multiple'], ['multiple', 'roles'], ['roles', 'like'], ['like', 'bug'], ['bug', 'fixing'], ['fixing', 'db'], ['db', 'operations'], ['operations', 'feature'], ['feature', 'customisation'], ['customisation', 'writing'], ['writing', 'api'], ['api', 'endpoints'], ['endpoints', 'technology'], ['technology', 'opencart'], ['opencart', 'ecommerce'], ['ecommerce', 'framework'], ['framework', 'jquery'], ['jquery', 'mysql'], ['mysql', 'company'], ['company', 'a'], ['a', 'olite'], ['olite', 'software'], ['software', 'india'], ['india', 'private'], ['private', 'limited'], ['limited', 'description'], ['description', 'bengaluru'], ['bengaluru', 'ka'], ['ka', 'a'], ['a', 'olite'], ['olite', 'global'], ['global', 'it'], ['it', 'services'], ['services', 'company'], ['company', 'headquartered'], ['headquartered', 'dallas'], ['dallas', 'usa'], ['usa', 'offices'], ['offices', 'india'], ['india', 'worked'], ['worked', 'birst'], ['birst', 'analytics'], ['analytics', 'tool'], ['tool', 'develop'], ['develop', 'deploy'], ['deploy', 'maintain'], ['maintain', 'reports'], ['skills', 'strong', 'cs'], ['strong', 'cs', 'fundamentals'], ['cs', 'fundamentals', 'problem'], ['fundamentals', 'problem', 'solving'], ['problem', 'solving', 'ethereum'], ['solving', 'ethereum', 'smart'], ['ethereum', 'smart', 'contracts'], ['smart', 'contracts', 'solidity'], ['contracts', 'solidity', 'skills'], ['solidity', 'skills', 'golang'], ['skills', 'golang', 'node'], ['golang', 'node', 'angular'], ['node', 'angular', 'react'], ['angular', 'react', 'culturally'], ['react', 'culturally', 'fit'], ['culturally', 'fit', 'startup'], ['fit', 'startup', 'environment'], ['startup', 'environment', 'mongodb'], ['environment', 'mongodb', 'postgresql'], ['mongodb', 'postgresql', 'mysql'], ['postgresql', 'mysql', 'enthusiastic'], ['mysql', 'enthusiastic', 'learn'], ['enthusiastic', 'learn', 'new'], ['learn', 'new', 'technologies'], ['new', 'technologies', 'aws'], ['technologies', 'aws', 'docker'], ['aws', 'docker', 'microservices'], ['docker', 'microservices', 'blockchain'], ['microservices', 'blockchain', 'protocol'], ['blockchain', 'protocol', 'consensuseducation'], ['protocol', 'consensuseducation', 'details'], ['consensuseducation', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'm'], ['2014', 'm', 'tech'], ['m', 'tech', 'computer'], ['tech', 'computer', 'engineering'], ['computer', 'engineering', 'jaipur'], ['engineering', 'jaipur', 'rajasthan'], ['jaipur', 'rajasthan', 'malaviya'], ['rajasthan', 'malaviya', 'national'], ['malaviya', 'national', 'institute'], ['national', 'institute', 'of'], ['institute', 'of', 'technology'], ['of', 'technology', 'jaipur'], ['technology', 'jaipur', 'january'], ['jaipur', 'january', '2011'], ['january', '2011', 'b'], ['2011', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'science'], ['computer', 'science', 'and'], ['science', 'and', 'engg'], ['and', 'engg', 'kolhapur'], ['engg', 'kolhapur', 'maharashtra'], ['kolhapur', 'maharashtra', 'shivaji'], ['maharashtra', 'shivaji', 'university'], ['shivaji', 'university', 'blockchain'], ['university', 'blockchain', 'engineer'], ['blockchain', 'engineer', 'blockchain'], ['engineer', 'blockchain', 'engineer'], ['blockchain', 'engineer', 'xinfin'], ['engineer', 'xinfin', 'orgnization'], ['xinfin', 'orgnization', 'skill'], ['orgnization', 'skill', 'details'], ['skill', 'details', 'mongodb'], ['details', 'mongodb', 'exprience'], ['mongodb', 'exprience', '16'], ['exprience', '16', 'months'], ['16', 'months', 'contracts'], ['months', 'contracts', 'exprience'], ['contracts', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'mysql'], ['months', 'mysql', 'exprience'], ['mysql', 'exprience', '9'], ['exprience', '9', 'months'], ['9', 'months', 'aws'], ['months', 'aws', 'exprience'], ['aws', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'problem'], ['months', 'problem', 'solving'], ['problem', 'solving', 'exprience'], ['solving', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'xinfin'], ['company', 'xinfin', 'orgnization'], ['xinfin', 'orgnization', 'description'], ['orgnization', 'description', 'xinfin'], ['description', 'xinfin', 'global'], ['xinfin', 'global', 'open'], ['global', 'open', 'source'], ['open', 'source', 'hybrid'], ['source', 'hybrid', 'blockchain'], ['hybrid', 'blockchain', 'protocol'], ['blockchain', 'protocol', 'rolled'], ['protocol', 'rolled', 'multiple'], ['rolled', 'multiple', 'blockchain'], ['multiple', 'blockchain', 'based'], ['blockchain', 'based', 'pilot'], ['based', 'pilot', 'projects'], ['pilot', 'projects', 'different'], ['projects', 'different', 'use'], ['different', 'use', 'cases'], ['use', 'cases', 'various'], ['cases', 'various', 'clients'], ['various', 'clients', 'eg'], ['clients', 'eg', 'tradefinex'], ['eg', 'tradefinex', 'supply'], ['tradefinex', 'supply', 'chain'], ['supply', 'chain', 'management'], ['chain', 'management', 'land'], ['management', 'land', 'registry'], ['land', 'registry', 'govt'], ['registry', 'govt', 'mh'], ['govt', 'mh', 'infactor'], ['mh', 'infactor', 'invoice'], ['infactor', 'invoice', 'factoring'], ['invoice', 'factoring', 'build'], ['factoring', 'build', 'secure'], ['build', 'secure', 'scalable'], ['secure', 'scalable', 'hosted'], ['scalable', 'hosted', 'wallet'], ['hosted', 'wallet', 'based'], ['wallet', 'based', 'erc'], ['based', 'erc', '20'], ['erc', '20', 'standards'], ['20', 'standards', 'xinfin'], ['standards', 'xinfin', 'network'], ['xinfin', 'network', 'working'], ['network', 'working', 'production'], ['working', 'production', 'level'], ['production', 'level', 'blockchain'], ['level', 'blockchain', 'use'], ['blockchain', 'use', 'cases'], ['use', 'cases', 'technology'], ['cases', 'technology', 'ethereum'], ['technology', 'ethereum', 'blockchain'], ['ethereum', 'blockchain', 'solidity'], ['blockchain', 'solidity', 'smart'], ['solidity', 'smart', 'contracts'], ['smart', 'contracts', 'dapps'], ['contracts', 'dapps', 'nodejs'], ['dapps', 'nodejs', 'company'], ['nodejs', 'company', 'oro'], ['company', 'oro', 'wealth'], ['oro', 'wealth', 'description'], ['wealth', 'description', 'orowealth'], ['description', 'orowealth', 'zero'], ['orowealth', 'zero', 'commision'], ['zero', 'commision', 'online'], ['commision', 'online', 'investment'], ['online', 'investment', 'platform'], ['investment', 'platform', 'currently'], ['platform', 'currently', 'focused'], ['currently', 'focused', 'direct'], ['focused', 'direct', 'mutual'], ['direct', 'mutual', 'funds'], ['mutual', 'funds', 'build'], ['funds', 'build', 'various'], ['build', 'various', 'scalable'], ['various', 'scalable', 'web'], ['scalable', 'web', 'based'], ['web', 'based', 'products'], ['based', 'products', 'b2b'], ['products', 'b2b', 'b2c'], ['b2b', 'b2c', 'based'], ['b2c', 'based', 'mean'], ['based', 'mean', 'stack'], ['mean', 'stack', 'technology'], ['stack', 'technology', 'integrated'], ['technology', 'integrated', 'multiple'], ['integrated', 'multiple', 'finance'], ['multiple', 'finance', 'applications'], ['finance', 'applications', 'entities'], ['applications', 'entities', 'eg'], ['entities', 'eg', 'integration'], ['eg', 'integration', 'kyc'], ['integration', 'kyc', 'mf'], ['kyc', 'mf', 'entities'], ['mf', 'entities', 'technology'], ['entities', 'technology', 'node'], ['technology', 'node', 'js'], ['node', 'js', 'angular'], ['js', 'angular', 'js'], ['angular', 'js', 'mongodb'], ['js', 'mongodb', 'express'], ['mongodb', 'express', 'company'], ['express', 'company', 'yallaspree'], ['company', 'yallaspree', 'description'], ['yallaspree', 'description', 'hyderabad'], ['description', 'hyderabad', 'telangana'], ['hyderabad', 'telangana', 'yallaspree'], ['telangana', 'yallaspree', 'largest'], ['yallaspree', 'largest', 'digital'], ['largest', 'digital', 'shopping'], ['digital', 'shopping', 'directory'], ['shopping', 'directory', 'u'], ['directory', 'u', 'a'], ['u', 'a', 'e'], ['a', 'e', '22k'], ['e', '22k', 'stores'], ['22k', 'stores', 'own'], ['stores', 'own', 'responsibility'], ['own', 'responsibility', 'develop'], ['responsibility', 'develop', 'maintain'], ['develop', 'maintain', 'following'], ['maintain', 'following', 'modules'], ['following', 'modules', 'admin'], ['modules', 'admin', 'vendor'], ['admin', 'vendor', 'interface'], ['vendor', 'interface', 'database'], ['interface', 'database', 'operations'], ['database', 'operations', 'writing'], ['operations', 'writing', 'webservices'], ['writing', 'webservices', 'complete'], ['webservices', 'complete', 'notification'], ['complete', 'notification', 'system'], ['notification', 'system', 'events'], ['system', 'events', 'offers'], ['events', 'offers', 'page'], ['offers', 'page', 'technology'], ['page', 'technology', 'cakephp'], ['technology', 'cakephp', 'php'], ['cakephp', 'php', 'framework'], ['php', 'framework', 'jquery'], ['framework', 'jquery', 'mysql'], ['jquery', 'mysql', 'company'], ['mysql', 'company', 'railtiffin'], ['company', 'railtiffin', 'com'], ['railtiffin', 'com', 'description'], ['com', 'description', 'mumbai'], ['description', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'railtiffin'], ['maharashtra', 'railtiffin', 'com'], ['railtiffin', 'com', 'e'], ['com', 'e', 'commerce'], ['e', 'commerce', 'platform'], ['commerce', 'platform', 'serve'], ['platform', 'serve', 'food'], ['serve', 'food', 'railway'], ['food', 'railway', 'passengers'], ['railway', 'passengers', 'worked'], ['passengers', 'worked', 'multiple'], ['worked', 'multiple', 'roles'], ['multiple', 'roles', 'like'], ['roles', 'like', 'bug'], ['like', 'bug', 'fixing'], ['bug', 'fixing', 'db'], ['fixing', 'db', 'operations'], ['db', 'operations', 'feature'], ['operations', 'feature', 'customisation'], ['feature', 'customisation', 'writing'], ['customisation', 'writing', 'api'], ['writing', 'api', 'endpoints'], ['api', 'endpoints', 'technology'], ['endpoints', 'technology', 'opencart'], ['technology', 'opencart', 'ecommerce'], ['opencart', 'ecommerce', 'framework'], ['ecommerce', 'framework', 'jquery'], ['framework', 'jquery', 'mysql'], ['jquery', 'mysql', 'company'], ['mysql', 'company', 'a'], ['company', 'a', 'olite'], ['a', 'olite', 'software'], ['olite', 'software', 'india'], ['software', 'india', 'private'], ['india', 'private', 'limited'], ['private', 'limited', 'description'], ['limited', 'description', 'bengaluru'], ['description', 'bengaluru', 'ka'], ['bengaluru', 'ka', 'a'], ['ka', 'a', 'olite'], ['a', 'olite', 'global'], ['olite', 'global', 'it'], ['global', 'it', 'services'], ['it', 'services', 'company'], ['services', 'company', 'headquartered'], ['company', 'headquartered', 'dallas'], ['headquartered', 'dallas', 'usa'], ['dallas', 'usa', 'offices'], ['usa', 'offices', 'india'], ['offices', 'india', 'worked'], ['india', 'worked', 'birst'], ['worked', 'birst', 'analytics'], ['birst', 'analytics', 'tool'], ['analytics', 'tool', 'develop'], ['tool', 'develop', 'deploy'], ['develop', 'deploy', 'maintain'], ['deploy', 'maintain', 'reports'], ['skills', 'strong', 'cs', 'fundamentals'], ['strong', 'cs', 'fundamentals', 'problem'], ['cs', 'fundamentals', 'problem', 'solving'], ['fundamentals', 'problem', 'solving', 'ethereum'], ['problem', 'solving', 'ethereum', 'smart'], ['solving', 'ethereum', 'smart', 'contracts'], ['ethereum', 'smart', 'contracts', 'solidity'], ['smart', 'contracts', 'solidity', 'skills'], ['contracts', 'solidity', 'skills', 'golang'], ['solidity', 'skills', 'golang', 'node'], ['skills', 'golang', 'node', 'angular'], ['golang', 'node', 'angular', 'react'], ['node', 'angular', 'react', 'culturally'], ['angular', 'react', 'culturally', 'fit'], ['react', 'culturally', 'fit', 'startup'], ['culturally', 'fit', 'startup', 'environment'], ['fit', 'startup', 'environment', 'mongodb'], ['startup', 'environment', 'mongodb', 'postgresql'], ['environment', 'mongodb', 'postgresql', 'mysql'], ['mongodb', 'postgresql', 'mysql', 'enthusiastic'], ['postgresql', 'mysql', 'enthusiastic', 'learn'], ['mysql', 'enthusiastic', 'learn', 'new'], ['enthusiastic', 'learn', 'new', 'technologies'], ['learn', 'new', 'technologies', 'aws'], ['new', 'technologies', 'aws', 'docker'], ['technologies', 'aws', 'docker', 'microservices'], ['aws', 'docker', 'microservices', 'blockchain'], ['docker', 'microservices', 'blockchain', 'protocol'], ['microservices', 'blockchain', 'protocol', 'consensuseducation'], ['blockchain', 'protocol', 'consensuseducation', 'details'], ['protocol', 'consensuseducation', 'details', 'january'], ['consensuseducation', 'details', 'january', '2014'], ['details', 'january', '2014', 'm'], ['january', '2014', 'm', 'tech'], ['2014', 'm', 'tech', 'computer'], ['m', 'tech', 'computer', 'engineering'], ['tech', 'computer', 'engineering', 'jaipur'], ['computer', 'engineering', 'jaipur', 'rajasthan'], ['engineering', 'jaipur', 'rajasthan', 'malaviya'], ['jaipur', 'rajasthan', 'malaviya', 'national'], ['rajasthan', 'malaviya', 'national', 'institute'], ['malaviya', 'national', 'institute', 'of'], ['national', 'institute', 'of', 'technology'], ['institute', 'of', 'technology', 'jaipur'], ['of', 'technology', 'jaipur', 'january'], ['technology', 'jaipur', 'january', '2011'], ['jaipur', 'january', '2011', 'b'], ['january', '2011', 'b', 'e'], ['2011', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'science'], ['e', 'computer', 'science', 'and'], ['computer', 'science', 'and', 'engg'], ['science', 'and', 'engg', 'kolhapur'], ['and', 'engg', 'kolhapur', 'maharashtra'], ['engg', 'kolhapur', 'maharashtra', 'shivaji'], ['kolhapur', 'maharashtra', 'shivaji', 'university'], ['maharashtra', 'shivaji', 'university', 'blockchain'], ['shivaji', 'university', 'blockchain', 'engineer'], ['university', 'blockchain', 'engineer', 'blockchain'], ['blockchain', 'engineer', 'blockchain', 'engineer'], ['engineer', 'blockchain', 'engineer', 'xinfin'], ['blockchain', 'engineer', 'xinfin', 'orgnization'], ['engineer', 'xinfin', 'orgnization', 'skill'], ['xinfin', 'orgnization', 'skill', 'details'], ['orgnization', 'skill', 'details', 'mongodb'], ['skill', 'details', 'mongodb', 'exprience'], ['details', 'mongodb', 'exprience', '16'], ['mongodb', 'exprience', '16', 'months'], ['exprience', '16', 'months', 'contracts'], ['16', 'months', 'contracts', 'exprience'], ['months', 'contracts', 'exprience', '12'], ['contracts', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'mysql'], ['12', 'months', 'mysql', 'exprience'], ['months', 'mysql', 'exprience', '9'], ['mysql', 'exprience', '9', 'months'], ['exprience', '9', 'months', 'aws'], ['9', 'months', 'aws', 'exprience'], ['months', 'aws', 'exprience', '6'], ['aws', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'problem'], ['6', 'months', 'problem', 'solving'], ['months', 'problem', 'solving', 'exprience'], ['problem', 'solving', 'exprience', '6'], ['solving', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'xinfin'], ['details', 'company', 'xinfin', 'orgnization'], ['company', 'xinfin', 'orgnization', 'description'], ['xinfin', 'orgnization', 'description', 'xinfin'], ['orgnization', 'description', 'xinfin', 'global'], ['description', 'xinfin', 'global', 'open'], ['xinfin', 'global', 'open', 'source'], ['global', 'open', 'source', 'hybrid'], ['open', 'source', 'hybrid', 'blockchain'], ['source', 'hybrid', 'blockchain', 'protocol'], ['hybrid', 'blockchain', 'protocol', 'rolled'], ['blockchain', 'protocol', 'rolled', 'multiple'], ['protocol', 'rolled', 'multiple', 'blockchain'], ['rolled', 'multiple', 'blockchain', 'based'], ['multiple', 'blockchain', 'based', 'pilot'], ['blockchain', 'based', 'pilot', 'projects'], ['based', 'pilot', 'projects', 'different'], ['pilot', 'projects', 'different', 'use'], ['projects', 'different', 'use', 'cases'], ['different', 'use', 'cases', 'various'], ['use', 'cases', 'various', 'clients'], ['cases', 'various', 'clients', 'eg'], ['various', 'clients', 'eg', 'tradefinex'], ['clients', 'eg', 'tradefinex', 'supply'], ['eg', 'tradefinex', 'supply', 'chain'], ['tradefinex', 'supply', 'chain', 'management'], ['supply', 'chain', 'management', 'land'], ['chain', 'management', 'land', 'registry'], ['management', 'land', 'registry', 'govt'], ['land', 'registry', 'govt', 'mh'], ['registry', 'govt', 'mh', 'infactor'], ...], [['key'], ['skills'], ['programing'], ['languages'], ['c'], ['c'], ['python'], ['apex'], ['visualforce'], ['database'], ['mysql'], ['framework'], ['django'], ['technologies'], ['salesforce'], ['com'], ['administration'], ['development'], ['force'], ['com'], ['salesforce'], ['crm'], ['blockchain'], ['website'], ['designing'], ['html5'], ['css3'], ['project'], ['diploma'], ['project'], ['name'], ['vanet'], ['virtual'], ['ad'], ['hoc'], ['network'], ['technology'], ['used'], ['java'], ['about'], ['project'], ['a'], ['system'], ['made'], ['video'], ['streaming'], ['in'], ['project'], ['give'], ['real'], ['time'], ['video'], ['steaming'], ['two'], ['devices'], ['using'], ['vanet'], ['ap'], ['degree'], ['project'], ['name'], ['drowsiness'], ['detection'], ['system'], ['technology'], ['used'], ['python'], ['raspberry'], ['pi'], ['about'], ['project'], ['a'], ['system'], ['made'], ['driver'], ['safety'], ['parson'], ['driving'], ['car'], ['it'], ['detects'], ['drowsy'], ['condition'], ['parson'], ['system'], ['brings'], ['alarm'], ['education'], ['details'], ['january'], ['2017'], ['b'], ['e'], ['computer'], ['engineering'], ['pune'], ['maharashtra'], ['sanghavi'], ['college'], ['engineering'], ['january'], ['2014'], ['diploma'], ['computer'], ['technology'], ['nashik'], ['maharashtra'], ['shree'], ['mahavir'], ['polytechnic'], ['january'], ['2010'], ['s'], ['s'], ['c'], ['nashik'], ['maharashtra'], ['c'], ['d'], ['o'], ['meri'], ['high'], ['school'], ['blockchain'], ['developer'], ['skill'], ['details'], ['ap'], ['exprience'], ['6'], ['months'], ['apex'], ['exprience'], ['6'], ['months'], ['c'], ['exprience'], ['6'], ['months'], ['crm'], ['exprience'], ['6'], ['months'], ['customer'], ['relationship'], ['management'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['description'], ['job'], ['description'], ['managing'], ['mining'], ['firm'], ['creating'], ['smart'], ['contract'], ['waves'], ['ethereum'], ['platform'], ['key', 'skills'], ['skills', 'programing'], ['programing', 'languages'], ['languages', 'c'], ['c', 'c'], ['c', 'python'], ['python', 'apex'], ['apex', 'visualforce'], ['visualforce', 'database'], ['database', 'mysql'], ['mysql', 'framework'], ['framework', 'django'], ['django', 'technologies'], ['technologies', 'salesforce'], ['salesforce', 'com'], ['com', 'administration'], ['administration', 'development'], ['development', 'force'], ['force', 'com'], ['com', 'salesforce'], ['salesforce', 'crm'], ['crm', 'blockchain'], ['blockchain', 'website'], ['website', 'designing'], ['designing', 'html5'], ['html5', 'css3'], ['css3', 'project'], ['project', 'diploma'], ['diploma', 'project'], ['project', 'name'], ['name', 'vanet'], ['vanet', 'virtual'], ['virtual', 'ad'], ['ad', 'hoc'], ['hoc', 'network'], ['network', 'technology'], ['technology', 'used'], ['used', 'java'], ['java', 'about'], ['about', 'project'], ['project', 'a'], ['a', 'system'], ['system', 'made'], ['made', 'video'], ['video', 'streaming'], ['streaming', 'in'], ['in', 'project'], ['project', 'give'], ['give', 'real'], ['real', 'time'], ['time', 'video'], ['video', 'steaming'], ['steaming', 'two'], ['two', 'devices'], ['devices', 'using'], ['using', 'vanet'], ['vanet', 'ap'], ['ap', 'degree'], ['degree', 'project'], ['project', 'name'], ['name', 'drowsiness'], ['drowsiness', 'detection'], ['detection', 'system'], ['system', 'technology'], ['technology', 'used'], ['used', 'python'], ['python', 'raspberry'], ['raspberry', 'pi'], ['pi', 'about'], ['about', 'project'], ['project', 'a'], ['a', 'system'], ['system', 'made'], ['made', 'driver'], ['driver', 'safety'], ['safety', 'parson'], ['parson', 'driving'], ['driving', 'car'], ['car', 'it'], ['it', 'detects'], ['detects', 'drowsy'], ['drowsy', 'condition'], ['condition', 'parson'], ['parson', 'system'], ['system', 'brings'], ['brings', 'alarm'], ['alarm', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2017'], ['2017', 'b'], ['b', 'e'], ['e', 'computer'], ['computer', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'sanghavi'], ['sanghavi', 'college'], ['college', 'engineering'], ['engineering', 'january'], ['january', '2014'], ['2014', 'diploma'], ['diploma', 'computer'], ['computer', 'technology'], ['technology', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'shree'], ['shree', 'mahavir'], ['mahavir', 'polytechnic'], ['polytechnic', 'january'], ['january', '2010'], ['2010', 's'], ['s', 's'], ['s', 'c'], ['c', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'c'], ['c', 'd'], ['d', 'o'], ['o', 'meri'], ['meri', 'high'], ['high', 'school'], ['school', 'blockchain'], ['blockchain', 'developer'], ['developer', 'skill'], ['skill', 'details'], ['details', 'ap'], ['ap', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'apex'], ['apex', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'crm'], ['crm', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'customer'], ['customer', 'relationship'], ['relationship', 'management'], ['management', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['description', 'job'], ['job', 'description'], ['description', 'managing'], ['managing', 'mining'], ['mining', 'firm'], ['firm', 'creating'], ['creating', 'smart'], ['smart', 'contract'], ['contract', 'waves'], ['waves', 'ethereum'], ['ethereum', 'platform'], ['key', 'skills', 'programing'], ['skills', 'programing', 'languages'], ['programing', 'languages', 'c'], ['languages', 'c', 'c'], ['c', 'c', 'python'], ['c', 'python', 'apex'], ['python', 'apex', 'visualforce'], ['apex', 'visualforce', 'database'], ['visualforce', 'database', 'mysql'], ['database', 'mysql', 'framework'], ['mysql', 'framework', 'django'], ['framework', 'django', 'technologies'], ['django', 'technologies', 'salesforce'], ['technologies', 'salesforce', 'com'], ['salesforce', 'com', 'administration'], ['com', 'administration', 'development'], ['administration', 'development', 'force'], ['development', 'force', 'com'], ['force', 'com', 'salesforce'], ['com', 'salesforce', 'crm'], ['salesforce', 'crm', 'blockchain'], ['crm', 'blockchain', 'website'], ['blockchain', 'website', 'designing'], ['website', 'designing', 'html5'], ['designing', 'html5', 'css3'], ['html5', 'css3', 'project'], ['css3', 'project', 'diploma'], ['project', 'diploma', 'project'], ['diploma', 'project', 'name'], ['project', 'name', 'vanet'], ['name', 'vanet', 'virtual'], ['vanet', 'virtual', 'ad'], ['virtual', 'ad', 'hoc'], ['ad', 'hoc', 'network'], ['hoc', 'network', 'technology'], ['network', 'technology', 'used'], ['technology', 'used', 'java'], ['used', 'java', 'about'], ['java', 'about', 'project'], ['about', 'project', 'a'], ['project', 'a', 'system'], ['a', 'system', 'made'], ['system', 'made', 'video'], ['made', 'video', 'streaming'], ['video', 'streaming', 'in'], ['streaming', 'in', 'project'], ['in', 'project', 'give'], ['project', 'give', 'real'], ['give', 'real', 'time'], ['real', 'time', 'video'], ['time', 'video', 'steaming'], ['video', 'steaming', 'two'], ['steaming', 'two', 'devices'], ['two', 'devices', 'using'], ['devices', 'using', 'vanet'], ['using', 'vanet', 'ap'], ['vanet', 'ap', 'degree'], ['ap', 'degree', 'project'], ['degree', 'project', 'name'], ['project', 'name', 'drowsiness'], ['name', 'drowsiness', 'detection'], ['drowsiness', 'detection', 'system'], ['detection', 'system', 'technology'], ['system', 'technology', 'used'], ['technology', 'used', 'python'], ['used', 'python', 'raspberry'], ['python', 'raspberry', 'pi'], ['raspberry', 'pi', 'about'], ['pi', 'about', 'project'], ['about', 'project', 'a'], ['project', 'a', 'system'], ['a', 'system', 'made'], ['system', 'made', 'driver'], ['made', 'driver', 'safety'], ['driver', 'safety', 'parson'], ['safety', 'parson', 'driving'], ['parson', 'driving', 'car'], ['driving', 'car', 'it'], ['car', 'it', 'detects'], ['it', 'detects', 'drowsy'], ['detects', 'drowsy', 'condition'], ['drowsy', 'condition', 'parson'], ['condition', 'parson', 'system'], ['parson', 'system', 'brings'], ['system', 'brings', 'alarm'], ['brings', 'alarm', 'education'], ['alarm', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2017'], ['january', '2017', 'b'], ['2017', 'b', 'e'], ['b', 'e', 'computer'], ['e', 'computer', 'engineering'], ['computer', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'sanghavi'], ['maharashtra', 'sanghavi', 'college'], ['sanghavi', 'college', 'engineering'], ['college', 'engineering', 'january'], ['engineering', 'january', '2014'], ['january', '2014', 'diploma'], ['2014', 'diploma', 'computer'], ['diploma', 'computer', 'technology'], ['computer', 'technology', 'nashik'], ['technology', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'shree'], ['maharashtra', 'shree', 'mahavir'], ['shree', 'mahavir', 'polytechnic'], ['mahavir', 'polytechnic', 'january'], ['polytechnic', 'january', '2010'], ['january', '2010', 's'], ['2010', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'nashik'], ['c', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'c'], ['maharashtra', 'c', 'd'], ['c', 'd', 'o'], ['d', 'o', 'meri'], ['o', 'meri', 'high'], ['meri', 'high', 'school'], ['high', 'school', 'blockchain'], ['school', 'blockchain', 'developer'], ['blockchain', 'developer', 'skill'], ['developer', 'skill', 'details'], ['skill', 'details', 'ap'], ['details', 'ap', 'exprience'], ['ap', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'apex'], ['months', 'apex', 'exprience'], ['apex', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'crm'], ['months', 'crm', 'exprience'], ['crm', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'customer'], ['months', 'customer', 'relationship'], ['customer', 'relationship', 'management'], ['relationship', 'management', 'exprience'], ['management', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['company', 'description', 'job'], ['description', 'job', 'description'], ['job', 'description', 'managing'], ['description', 'managing', 'mining'], ['managing', 'mining', 'firm'], ['mining', 'firm', 'creating'], ['firm', 'creating', 'smart'], ['creating', 'smart', 'contract'], ['smart', 'contract', 'waves'], ['contract', 'waves', 'ethereum'], ['waves', 'ethereum', 'platform'], ['key', 'skills', 'programing', 'languages'], ['skills', 'programing', 'languages', 'c'], ['programing', 'languages', 'c', 'c'], ['languages', 'c', 'c', 'python'], ['c', 'c', 'python', 'apex'], ['c', 'python', 'apex', 'visualforce'], ['python', 'apex', 'visualforce', 'database'], ['apex', 'visualforce', 'database', 'mysql'], ['visualforce', 'database', 'mysql', 'framework'], ['database', 'mysql', 'framework', 'django'], ['mysql', 'framework', 'django', 'technologies'], ['framework', 'django', 'technologies', 'salesforce'], ['django', 'technologies', 'salesforce', 'com'], ['technologies', 'salesforce', 'com', 'administration'], ['salesforce', 'com', 'administration', 'development'], ['com', 'administration', 'development', 'force'], ['administration', 'development', 'force', 'com'], ['development', 'force', 'com', 'salesforce'], ['force', 'com', 'salesforce', 'crm'], ['com', 'salesforce', 'crm', 'blockchain'], ['salesforce', 'crm', 'blockchain', 'website'], ['crm', 'blockchain', 'website', 'designing'], ['blockchain', 'website', 'designing', 'html5'], ['website', 'designing', 'html5', 'css3'], ['designing', 'html5', 'css3', 'project'], ['html5', 'css3', 'project', 'diploma'], ['css3', 'project', 'diploma', 'project'], ['project', 'diploma', 'project', 'name'], ['diploma', 'project', 'name', 'vanet'], ['project', 'name', 'vanet', 'virtual'], ['name', 'vanet', 'virtual', 'ad'], ['vanet', 'virtual', 'ad', 'hoc'], ['virtual', 'ad', 'hoc', 'network'], ['ad', 'hoc', 'network', 'technology'], ['hoc', 'network', 'technology', 'used'], ['network', 'technology', 'used', 'java'], ['technology', 'used', 'java', 'about'], ['used', 'java', 'about', 'project'], ['java', 'about', 'project', 'a'], ['about', 'project', 'a', 'system'], ['project', 'a', 'system', 'made'], ['a', 'system', 'made', 'video'], ['system', 'made', 'video', 'streaming'], ['made', 'video', 'streaming', 'in'], ['video', 'streaming', 'in', 'project'], ['streaming', 'in', 'project', 'give'], ['in', 'project', 'give', 'real'], ['project', 'give', 'real', 'time'], ['give', 'real', 'time', 'video'], ['real', 'time', 'video', 'steaming'], ['time', 'video', 'steaming', 'two'], ['video', 'steaming', 'two', 'devices'], ['steaming', 'two', 'devices', 'using'], ['two', 'devices', 'using', 'vanet'], ['devices', 'using', 'vanet', 'ap'], ['using', 'vanet', 'ap', 'degree'], ['vanet', 'ap', 'degree', 'project'], ['ap', 'degree', 'project', 'name'], ['degree', 'project', 'name', 'drowsiness'], ['project', 'name', 'drowsiness', 'detection'], ['name', 'drowsiness', 'detection', 'system'], ['drowsiness', 'detection', 'system', 'technology'], ['detection', 'system', 'technology', 'used'], ['system', 'technology', 'used', 'python'], ['technology', 'used', 'python', 'raspberry'], ['used', 'python', 'raspberry', 'pi'], ['python', 'raspberry', 'pi', 'about'], ['raspberry', 'pi', 'about', 'project'], ['pi', 'about', 'project', 'a'], ['about', 'project', 'a', 'system'], ['project', 'a', 'system', 'made'], ['a', 'system', 'made', 'driver'], ['system', 'made', 'driver', 'safety'], ['made', 'driver', 'safety', 'parson'], ['driver', 'safety', 'parson', 'driving'], ['safety', 'parson', 'driving', 'car'], ['parson', 'driving', 'car', 'it'], ['driving', 'car', 'it', 'detects'], ['car', 'it', 'detects', 'drowsy'], ['it', 'detects', 'drowsy', 'condition'], ['detects', 'drowsy', 'condition', 'parson'], ['drowsy', 'condition', 'parson', 'system'], ['condition', 'parson', 'system', 'brings'], ['parson', 'system', 'brings', 'alarm'], ['system', 'brings', 'alarm', 'education'], ['brings', 'alarm', 'education', 'details'], ['alarm', 'education', 'details', 'january'], ['education', 'details', 'january', '2017'], ['details', 'january', '2017', 'b'], ['january', '2017', 'b', 'e'], ['2017', 'b', 'e', 'computer'], ['b', 'e', 'computer', 'engineering'], ['e', 'computer', 'engineering', 'pune'], ['computer', 'engineering', 'pune', 'maharashtra'], ['engineering', 'pune', 'maharashtra', 'sanghavi'], ['pune', 'maharashtra', 'sanghavi', 'college'], ['maharashtra', 'sanghavi', 'college', 'engineering'], ['sanghavi', 'college', 'engineering', 'january'], ['college', 'engineering', 'january', '2014'], ['engineering', 'january', '2014', 'diploma'], ['january', '2014', 'diploma', 'computer'], ['2014', 'diploma', 'computer', 'technology'], ['diploma', 'computer', 'technology', 'nashik'], ['computer', 'technology', 'nashik', 'maharashtra'], ['technology', 'nashik', 'maharashtra', 'shree'], ['nashik', 'maharashtra', 'shree', 'mahavir'], ['maharashtra', 'shree', 'mahavir', 'polytechnic'], ['shree', 'mahavir', 'polytechnic', 'january'], ['mahavir', 'polytechnic', 'january', '2010'], ['polytechnic', 'january', '2010', 's'], ['january', '2010', 's', 's'], ['2010', 's', 's', 'c'], ['s', 's', 'c', 'nashik'], ['s', 'c', 'nashik', 'maharashtra'], ['c', 'nashik', 'maharashtra', 'c'], ['nashik', 'maharashtra', 'c', 'd'], ['maharashtra', 'c', 'd', 'o'], ['c', 'd', 'o', 'meri'], ['d', 'o', 'meri', 'high'], ['o', 'meri', 'high', 'school'], ['meri', 'high', 'school', 'blockchain'], ['high', 'school', 'blockchain', 'developer'], ['school', 'blockchain', 'developer', 'skill'], ['blockchain', 'developer', 'skill', 'details'], ['developer', 'skill', 'details', 'ap'], ['skill', 'details', 'ap', 'exprience'], ['details', 'ap', 'exprience', '6'], ['ap', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'apex'], ['6', 'months', 'apex', 'exprience'], ['months', 'apex', 'exprience', '6'], ['apex', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'c'], ['6', 'months', 'c', 'exprience'], ['months', 'c', 'exprience', '6'], ['c', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'crm'], ['6', 'months', 'crm', 'exprience'], ['months', 'crm', 'exprience', '6'], ['crm', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'customer'], ['6', 'months', 'customer', 'relationship'], ['months', 'customer', 'relationship', 'management'], ['customer', 'relationship', 'management', 'exprience'], ['relationship', 'management', 'exprience', '6'], ['management', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['details', 'company', 'description', 'job'], ['company', 'description', 'job', 'description'], ['description', 'job', 'description', 'managing'], ['job', 'description', 'managing', 'mining'], ['description', 'managing', 'mining', 'firm'], ['managing', 'mining', 'firm', 'creating'], ['mining', 'firm', 'creating', 'smart'], ['firm', 'creating', 'smart', 'contract'], ['creating', 'smart', 'contract', 'waves'], ['smart', 'contract', 'waves', 'ethereum'], ['contract', 'waves', 'ethereum', 'platform'], ['key', 'skills', 'programing', 'languages', 'c'], ['skills', 'programing', 'languages', 'c', 'c'], ['programing', 'languages', 'c', 'c', 'python'], ['languages', 'c', 'c', 'python', 'apex'], ['c', 'c', 'python', 'apex', 'visualforce'], ['c', 'python', 'apex', 'visualforce', 'database'], ['python', 'apex', 'visualforce', 'database', 'mysql'], ['apex', 'visualforce', 'database', 'mysql', 'framework'], ['visualforce', 'database', 'mysql', 'framework', 'django'], ['database', 'mysql', 'framework', 'django', 'technologies'], ['mysql', 'framework', 'django', 'technologies', 'salesforce'], ['framework', 'django', 'technologies', 'salesforce', 'com'], ['django', 'technologies', 'salesforce', 'com', 'administration'], ['technologies', 'salesforce', 'com', 'administration', 'development'], ['salesforce', 'com', 'administration', 'development', 'force'], ['com', 'administration', 'development', 'force', 'com'], ['administration', 'development', 'force', 'com', 'salesforce'], ['development', 'force', 'com', 'salesforce', 'crm'], ['force', 'com', 'salesforce', 'crm', 'blockchain'], ['com', 'salesforce', 'crm', 'blockchain', 'website'], ['salesforce', 'crm', 'blockchain', 'website', 'designing'], ['crm', 'blockchain', 'website', 'designing', 'html5'], ['blockchain', 'website', 'designing', 'html5', 'css3'], ['website', 'designing', 'html5', 'css3', 'project'], ['designing', 'html5', 'css3', 'project', 'diploma'], ['html5', 'css3', 'project', 'diploma', 'project'], ['css3', 'project', 'diploma', 'project', 'name'], ['project', 'diploma', 'project', 'name', 'vanet'], ['diploma', 'project', 'name', 'vanet', 'virtual'], ['project', 'name', 'vanet', 'virtual', 'ad'], ['name', 'vanet', 'virtual', 'ad', 'hoc'], ['vanet', 'virtual', 'ad', 'hoc', 'network'], ['virtual', 'ad', 'hoc', 'network', 'technology'], ['ad', 'hoc', 'network', 'technology', 'used'], ['hoc', 'network', 'technology', 'used', 'java'], ['network', 'technology', 'used', 'java', 'about'], ['technology', 'used', 'java', 'about', 'project'], ['used', 'java', 'about', 'project', 'a'], ['java', 'about', 'project', 'a', 'system'], ['about', 'project', 'a', 'system', 'made'], ['project', 'a', 'system', 'made', 'video'], ['a', 'system', 'made', 'video', 'streaming'], ['system', 'made', 'video', 'streaming', 'in'], ['made', 'video', 'streaming', 'in', 'project'], ['video', 'streaming', 'in', 'project', 'give'], ['streaming', 'in', 'project', 'give', 'real'], ['in', 'project', 'give', 'real', 'time'], ['project', 'give', 'real', 'time', 'video'], ['give', 'real', 'time', 'video', 'steaming'], ['real', 'time', 'video', 'steaming', 'two'], ['time', 'video', 'steaming', 'two', 'devices'], ['video', 'steaming', 'two', 'devices', 'using'], ['steaming', 'two', 'devices', 'using', 'vanet'], ['two', 'devices', 'using', 'vanet', 'ap'], ['devices', 'using', 'vanet', 'ap', 'degree'], ['using', 'vanet', 'ap', 'degree', 'project'], ['vanet', 'ap', 'degree', 'project', 'name'], ['ap', 'degree', 'project', 'name', 'drowsiness'], ['degree', 'project', 'name', 'drowsiness', 'detection'], ['project', 'name', 'drowsiness', 'detection', 'system'], ['name', 'drowsiness', 'detection', 'system', 'technology'], ['drowsiness', 'detection', 'system', 'technology', 'used'], ['detection', 'system', 'technology', 'used', 'python'], ['system', 'technology', 'used', 'python', 'raspberry'], ['technology', 'used', 'python', 'raspberry', 'pi'], ['used', 'python', 'raspberry', 'pi', 'about'], ['python', 'raspberry', 'pi', 'about', 'project'], ['raspberry', 'pi', 'about', 'project', 'a'], ['pi', 'about', 'project', 'a', 'system'], ['about', 'project', 'a', 'system', 'made'], ['project', 'a', 'system', 'made', 'driver'], ['a', 'system', 'made', 'driver', 'safety'], ['system', 'made', 'driver', 'safety', 'parson'], ['made', 'driver', 'safety', 'parson', 'driving'], ['driver', 'safety', 'parson', 'driving', 'car'], ['safety', 'parson', 'driving', 'car', 'it'], ['parson', 'driving', 'car', 'it', 'detects'], ['driving', 'car', 'it', 'detects', 'drowsy'], ['car', 'it', 'detects', 'drowsy', 'condition'], ['it', 'detects', 'drowsy', 'condition', 'parson'], ['detects', 'drowsy', 'condition', 'parson', 'system'], ['drowsy', 'condition', 'parson', 'system', 'brings'], ['condition', 'parson', 'system', 'brings', 'alarm'], ['parson', 'system', 'brings', 'alarm', 'education'], ['system', 'brings', 'alarm', 'education', 'details'], ['brings', 'alarm', 'education', 'details', 'january'], ['alarm', 'education', 'details', 'january', '2017'], ['education', 'details', 'january', '2017', 'b'], ['details', 'january', '2017', 'b', 'e'], ['january', '2017', 'b', 'e', 'computer'], ['2017', 'b', 'e', 'computer', 'engineering'], ['b', 'e', 'computer', 'engineering', 'pune'], ['e', 'computer', 'engineering', 'pune', 'maharashtra'], ['computer', 'engineering', 'pune', 'maharashtra', 'sanghavi'], ['engineering', 'pune', 'maharashtra', 'sanghavi', 'college'], ['pune', 'maharashtra', 'sanghavi', 'college', 'engineering'], ['maharashtra', 'sanghavi', 'college', 'engineering', 'january'], ['sanghavi', 'college', 'engineering', 'january', '2014'], ['college', 'engineering', 'january', '2014', 'diploma'], ['engineering', 'january', '2014', 'diploma', 'computer'], ['january', '2014', 'diploma', 'computer', 'technology'], ['2014', 'diploma', 'computer', 'technology', 'nashik'], ['diploma', 'computer', 'technology', 'nashik', 'maharashtra'], ['computer', 'technology', 'nashik', 'maharashtra', 'shree'], ['technology', 'nashik', 'maharashtra', 'shree', 'mahavir'], ['nashik', 'maharashtra', 'shree', 'mahavir', 'polytechnic'], ['maharashtra', 'shree', 'mahavir', 'polytechnic', 'january'], ['shree', 'mahavir', 'polytechnic', 'january', '2010'], ['mahavir', 'polytechnic', 'january', '2010', 's'], ['polytechnic', 'january', '2010', 's', 's'], ['january', '2010', 's', 's', 'c'], ['2010', 's', 's', 'c', 'nashik'], ['s', 's', 'c', 'nashik', 'maharashtra'], ['s', 'c', 'nashik', 'maharashtra', 'c'], ['c', 'nashik', 'maharashtra', 'c', 'd'], ['nashik', 'maharashtra', 'c', 'd', 'o'], ['maharashtra', 'c', 'd', 'o', 'meri'], ['c', 'd', 'o', 'meri', 'high'], ['d', 'o', 'meri', 'high', 'school'], ['o', 'meri', 'high', 'school', 'blockchain'], ['meri', 'high', 'school', 'blockchain', 'developer'], ['high', 'school', 'blockchain', 'developer', 'skill'], ['school', 'blockchain', 'developer', 'skill', 'details'], ['blockchain', 'developer', 'skill', 'details', 'ap'], ['developer', 'skill', 'details', 'ap', 'exprience'], ['skill', 'details', 'ap', 'exprience', '6'], ['details', 'ap', 'exprience', '6', 'months'], ['ap', 'exprience', '6', 'months', 'apex'], ['exprience', '6', 'months', 'apex', 'exprience'], ['6', 'months', 'apex', 'exprience', '6'], ['months', 'apex', 'exprience', '6', 'months'], ['apex', 'exprience', '6', 'months', 'c'], ['exprience', '6', 'months', 'c', 'exprience'], ['6', 'months', 'c', 'exprience', '6'], ['months', 'c', 'exprience', '6', 'months'], ['c', 'exprience', '6', 'months', 'crm'], ['exprience', '6', 'months', 'crm', 'exprience'], ['6', 'months', 'crm', 'exprience', '6'], ['months', 'crm', 'exprience', '6', 'months'], ['crm', 'exprience', '6', 'months', 'customer'], ['exprience', '6', 'months', 'customer', 'relationship'], ['6', 'months', 'customer', 'relationship', 'management'], ['months', 'customer', 'relationship', 'management', 'exprience'], ['customer', 'relationship', 'management', 'exprience', '6'], ['relationship', 'management', 'exprience', '6', 'monthscompany'], ['management', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'description'], ['monthscompany', 'details', 'company', 'description', 'job'], ['details', 'company', 'description', 'job', 'description'], ['company', 'description', 'job', 'description', 'managing'], ['description', 'job', 'description', 'managing', 'mining'], ['job', 'description', 'managing', 'mining', 'firm'], ['description', 'managing', 'mining', 'firm', 'creating'], ['managing', 'mining', 'firm', 'creating', 'smart'], ['mining', 'firm', 'creating', 'smart', 'contract'], ['firm', 'creating', 'smart', 'contract', 'waves'], ['creating', 'smart', 'contract', 'waves', 'ethereum'], ['smart', 'contract', 'waves', 'ethereum', 'platform'], ['key', 'skills', 'programing', 'languages', 'c', 'c'], ['skills', 'programing', 'languages', 'c', 'c', 'python'], ['programing', 'languages', 'c', 'c', 'python', 'apex'], ['languages', 'c', 'c', 'python', 'apex', 'visualforce'], ['c', 'c', 'python', 'apex', 'visualforce', 'database'], ['c', 'python', 'apex', 'visualforce', 'database', 'mysql'], ['python', 'apex', 'visualforce', 'database', 'mysql', 'framework'], ['apex', 'visualforce', 'database', 'mysql', 'framework', 'django'], ['visualforce', 'database', 'mysql', 'framework', 'django', 'technologies'], ['database', 'mysql', 'framework', 'django', 'technologies', 'salesforce'], ['mysql', 'framework', 'django', 'technologies', 'salesforce', 'com'], ['framework', 'django', 'technologies', 'salesforce', 'com', 'administration'], ['django', 'technologies', 'salesforce', 'com', 'administration', 'development'], ['technologies', 'salesforce', 'com', 'administration', 'development', 'force'], ['salesforce', 'com', 'administration', 'development', 'force', 'com'], ['com', 'administration', 'development', 'force', 'com', 'salesforce'], ['administration', 'development', 'force', 'com', 'salesforce', 'crm'], ['development', 'force', 'com', 'salesforce', 'crm', 'blockchain'], ['force', 'com', 'salesforce', 'crm', 'blockchain', 'website'], ['com', 'salesforce', 'crm', 'blockchain', 'website', 'designing'], ['salesforce', 'crm', 'blockchain', 'website', 'designing', 'html5'], ['crm', 'blockchain', 'website', 'designing', 'html5', 'css3'], ['blockchain', 'website', 'designing', 'html5', 'css3', 'project'], ['website', 'designing', 'html5', 'css3', 'project', 'diploma'], ['designing', 'html5', 'css3', 'project', 'diploma', 'project'], ['html5', 'css3', 'project', 'diploma', 'project', 'name'], ['css3', 'project', 'diploma', 'project', 'name', 'vanet'], ['project', 'diploma', 'project', 'name', 'vanet', 'virtual'], ['diploma', 'project', 'name', 'vanet', 'virtual', 'ad'], ['project', 'name', 'vanet', 'virtual', 'ad', 'hoc'], ['name', 'vanet', 'virtual', 'ad', 'hoc', 'network'], ['vanet', 'virtual', 'ad', 'hoc', 'network', 'technology'], ['virtual', 'ad', 'hoc', 'network', 'technology', 'used'], ['ad', 'hoc', 'network', 'technology', 'used', 'java'], ['hoc', 'network', 'technology', 'used', 'java', 'about'], ['network', 'technology', 'used', 'java', 'about', 'project'], ['technology', 'used', 'java', 'about', 'project', 'a'], ['used', 'java', 'about', 'project', 'a', 'system'], ['java', 'about', 'project', 'a', 'system', 'made'], ['about', 'project', 'a', 'system', 'made', 'video'], ['project', 'a', 'system', 'made', 'video', 'streaming'], ['a', 'system', 'made', 'video', 'streaming', 'in'], ['system', 'made', 'video', 'streaming', 'in', 'project'], ['made', 'video', 'streaming', 'in', 'project', 'give'], ['video', 'streaming', 'in', 'project', 'give', 'real'], ['streaming', 'in', 'project', 'give', 'real', 'time'], ['in', 'project', 'give', 'real', 'time', 'video'], ['project', 'give', 'real', 'time', 'video', 'steaming'], ['give', 'real', 'time', 'video', 'steaming', 'two'], ['real', 'time', 'video', 'steaming', 'two', 'devices'], ['time', 'video', 'steaming', 'two', 'devices', 'using'], ['video', 'steaming', 'two', 'devices', 'using', 'vanet'], ['steaming', 'two', 'devices', 'using', 'vanet', 'ap'], ['two', 'devices', 'using', 'vanet', 'ap', 'degree'], ['devices', 'using', 'vanet', 'ap', 'degree', 'project'], ['using', 'vanet', 'ap', 'degree', 'project', 'name'], ['vanet', 'ap', 'degree', 'project', 'name', 'drowsiness'], ['ap', 'degree', 'project', 'name', 'drowsiness', 'detection'], ['degree', 'project', 'name', 'drowsiness', 'detection', 'system'], ['project', 'name', 'drowsiness', 'detection', 'system', 'technology'], ['name', 'drowsiness', 'detection', 'system', 'technology', 'used'], ['drowsiness', 'detection', 'system', 'technology', 'used', 'python'], ['detection', 'system', 'technology', 'used', 'python', 'raspberry'], ['system', 'technology', 'used', 'python', 'raspberry', 'pi'], ['technology', 'used', 'python', 'raspberry', 'pi', 'about'], ['used', 'python', 'raspberry', 'pi', 'about', 'project'], ['python', 'raspberry', 'pi', 'about', 'project', 'a'], ['raspberry', 'pi', 'about', 'project', 'a', 'system'], ['pi', 'about', 'project', 'a', 'system', 'made'], ['about', 'project', 'a', 'system', 'made', 'driver'], ['project', 'a', 'system', 'made', 'driver', 'safety'], ['a', 'system', 'made', 'driver', 'safety', 'parson'], ['system', 'made', 'driver', 'safety', 'parson', 'driving'], ['made', 'driver', 'safety', 'parson', 'driving', 'car'], ['driver', 'safety', 'parson', 'driving', 'car', 'it'], ['safety', 'parson', 'driving', 'car', 'it', 'detects'], ['parson', 'driving', 'car', 'it', 'detects', 'drowsy'], ['driving', 'car', 'it', 'detects', 'drowsy', 'condition'], ['car', 'it', 'detects', 'drowsy', 'condition', 'parson'], ['it', 'detects', 'drowsy', 'condition', 'parson', 'system'], ['detects', 'drowsy', 'condition', 'parson', 'system', 'brings'], ['drowsy', 'condition', 'parson', 'system', 'brings', 'alarm'], ['condition', 'parson', 'system', 'brings', 'alarm', 'education'], ['parson', 'system', 'brings', 'alarm', 'education', 'details'], ['system', 'brings', 'alarm', 'education', 'details', 'january'], ['brings', 'alarm', 'education', 'details', 'january', '2017'], ['alarm', 'education', 'details', 'january', '2017', 'b'], ['education', 'details', 'january', '2017', 'b', 'e'], ['details', 'january', '2017', 'b', 'e', 'computer'], ['january', '2017', 'b', 'e', 'computer', 'engineering'], ['2017', 'b', 'e', 'computer', 'engineering', 'pune'], ['b', 'e', 'computer', 'engineering', 'pune', 'maharashtra'], ['e', 'computer', 'engineering', 'pune', 'maharashtra', 'sanghavi'], ['computer', 'engineering', 'pune', 'maharashtra', 'sanghavi', 'college'], ['engineering', 'pune', 'maharashtra', 'sanghavi', 'college', 'engineering'], ['pune', 'maharashtra', 'sanghavi', 'college', 'engineering', 'january'], ['maharashtra', 'sanghavi', 'college', 'engineering', 'january', '2014'], ['sanghavi', 'college', 'engineering', 'january', '2014', 'diploma'], ['college', 'engineering', 'january', '2014', 'diploma', 'computer'], ['engineering', 'january', '2014', 'diploma', 'computer', 'technology'], ['january', '2014', 'diploma', 'computer', 'technology', 'nashik'], ['2014', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra'], ['diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'shree'], ['computer', 'technology', 'nashik', 'maharashtra', 'shree', 'mahavir'], ['technology', 'nashik', 'maharashtra', 'shree', 'mahavir', 'polytechnic'], ['nashik', 'maharashtra', 'shree', 'mahavir', 'polytechnic', 'january'], ['maharashtra', 'shree', 'mahavir', 'polytechnic', 'january', '2010'], ['shree', 'mahavir', 'polytechnic', 'january', '2010', 's'], ['mahavir', 'polytechnic', 'january', '2010', 's', 's'], ['polytechnic', 'january', '2010', 's', 's', 'c'], ['january', '2010', 's', 's', 'c', 'nashik'], ['2010', 's', 's', 'c', 'nashik', 'maharashtra'], ['s', 's', 'c', 'nashik', 'maharashtra', 'c'], ['s', 'c', 'nashik', 'maharashtra', 'c', 'd'], ['c', 'nashik', 'maharashtra', 'c', 'd', 'o'], ['nashik', 'maharashtra', 'c', 'd', 'o', 'meri'], ['maharashtra', 'c', 'd', 'o', 'meri', 'high'], ['c', 'd', 'o', 'meri', 'high', 'school'], ['d', 'o', 'meri', 'high', 'school', 'blockchain'], ['o', 'meri', 'high', 'school', 'blockchain', 'developer'], ['meri', 'high', 'school', 'blockchain', 'developer', 'skill'], ['high', 'school', 'blockchain', 'developer', 'skill', 'details'], ['school', 'blockchain', 'developer', 'skill', 'details', 'ap'], ['blockchain', 'developer', 'skill', 'details', 'ap', 'exprience'], ['developer', 'skill', 'details', 'ap', 'exprience', '6'], ['skill', 'details', 'ap', 'exprience', '6', 'months'], ['details', 'ap', 'exprience', '6', 'months', 'apex'], ['ap', 'exprience', '6', 'months', 'apex', 'exprience'], ['exprience', '6', 'months', 'apex', 'exprience', '6'], ['6', 'months', 'apex', 'exprience', '6', 'months'], ['months', 'apex', 'exprience', '6', 'months', 'c'], ['apex', 'exprience', '6', 'months', 'c', 'exprience'], ['exprience', '6', 'months', 'c', 'exprience', '6'], ['6', 'months', 'c', 'exprience', '6', 'months'], ['months', 'c', 'exprience', '6', 'months', 'crm'], ['c', 'exprience', '6', 'months', 'crm', 'exprience'], ['exprience', '6', 'months', 'crm', 'exprience', '6'], ['6', 'months', 'crm', 'exprience', '6', 'months'], ['months', 'crm', 'exprience', '6', 'months', 'customer'], ['crm', 'exprience', '6', 'months', 'customer', 'relationship'], ['exprience', '6', 'months', 'customer', 'relationship', 'management'], ['6', 'months', 'customer', 'relationship', 'management', 'exprience'], ['months', 'customer', 'relationship', 'management', 'exprience', '6'], ['customer', 'relationship', 'management', 'exprience', '6', 'monthscompany'], ['relationship', 'management', 'exprience', '6', 'monthscompany', 'details'], ['management', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'description'], ['6', 'monthscompany', 'details', 'company', 'description', 'job'], ['monthscompany', 'details', 'company', 'description', 'job', 'description'], ['details', 'company', 'description', 'job', 'description', 'managing'], ['company', 'description', 'job', 'description', 'managing', 'mining'], ['description', 'job', 'description', 'managing', 'mining', 'firm'], ['job', 'description', 'managing', 'mining', 'firm', 'creating'], ['description', 'managing', 'mining', 'firm', 'creating', 'smart'], ['managing', 'mining', 'firm', 'creating', 'smart', 'contract'], ['mining', 'firm', 'creating', 'smart', 'contract', 'waves'], ['firm', 'creating', 'smart', 'contract', 'waves', 'ethereum'], ['creating', 'smart', 'contract', 'waves', 'ethereum', 'platform'], ['key', 'skills', 'programing', 'languages', 'c', 'c', 'python'], ['skills', 'programing', 'languages', 'c', 'c', 'python', 'apex'], ['programing', 'languages', 'c', 'c', 'python', 'apex', 'visualforce'], ['languages', 'c', 'c', 'python', 'apex', 'visualforce', 'database'], ['c', 'c', 'python', 'apex', 'visualforce', 'database', 'mysql'], ['c', 'python', 'apex', 'visualforce', 'database', 'mysql', 'framework'], ['python', 'apex', 'visualforce', 'database', 'mysql', 'framework', 'django'], ['apex', 'visualforce', 'database', 'mysql', 'framework', 'django', 'technologies'], ['visualforce', 'database', 'mysql', 'framework', 'django', 'technologies', 'salesforce'], ['database', 'mysql', 'framework', 'django', 'technologies', 'salesforce', 'com'], ['mysql', 'framework', 'django', 'technologies', 'salesforce', 'com', 'administration'], ['framework', 'django', 'technologies', 'salesforce', 'com', 'administration', 'development'], ['django', 'technologies', 'salesforce', 'com', 'administration', 'development', 'force'], ['technologies', 'salesforce', 'com', 'administration', 'development', 'force', 'com'], ['salesforce', 'com', 'administration', 'development', 'force', 'com', 'salesforce'], ['com', 'administration', 'development', 'force', 'com', 'salesforce', 'crm'], ['administration', 'development', 'force', 'com', 'salesforce', 'crm', 'blockchain'], ['development', 'force', 'com', 'salesforce', 'crm', 'blockchain', 'website'], ['force', 'com', 'salesforce', 'crm', 'blockchain', 'website', 'designing'], ['com', 'salesforce', 'crm', 'blockchain', 'website', 'designing', 'html5'], ['salesforce', 'crm', 'blockchain', 'website', 'designing', 'html5', 'css3'], ['crm', 'blockchain', 'website', 'designing', 'html5', 'css3', 'project'], ['blockchain', 'website', 'designing', 'html5', 'css3', 'project', 'diploma'], ['website', 'designing', 'html5', 'css3', 'project', 'diploma', 'project'], ['designing', 'html5', 'css3', 'project', 'diploma', 'project', 'name'], ['html5', 'css3', 'project', 'diploma', 'project', 'name', 'vanet'], ['css3', 'project', 'diploma', 'project', 'name', 'vanet', 'virtual'], ['project', 'diploma', 'project', 'name', 'vanet', 'virtual', 'ad'], ['diploma', 'project', 'name', 'vanet', 'virtual', 'ad', 'hoc'], ['project', 'name', 'vanet', 'virtual', 'ad', 'hoc', 'network'], ['name', 'vanet', 'virtual', 'ad', 'hoc', 'network', 'technology'], ['vanet', 'virtual', 'ad', 'hoc', 'network', 'technology', 'used'], ['virtual', 'ad', 'hoc', 'network', 'technology', 'used', 'java'], ['ad', 'hoc', 'network', 'technology', 'used', 'java', 'about'], ['hoc', 'network', 'technology', 'used', 'java', 'about', 'project'], ['network', 'technology', 'used', 'java', 'about', 'project', 'a'], ['technology', 'used', 'java', 'about', 'project', 'a', 'system'], ...], [['software'], ['skills'], ['languages'], ['c'], ['c'], ['java'], ['operating'], ['systems'], ['windows'], ['xp'], ['7'], ['ubuntu'], ['rdbms'], ['oracle'], ['sql'], ['database'], ['my'], ['sql'], ['postgresql'], ['markup'], ['scripting'], ['html'], ['javascript'], ['php'], ['css'], ['jquery'], ['angular'], ['js'], ['framework'], ['struts'], ['hibernate'], ['spring'], ['mvc'], ['web'], ['server'], ['tomcat'], ['glassfish'], ['web'], ['services'], ['rest'], ['and'], ['soap'], ['training'], ['detail'], ['duration'], ['4'], ['months'], ['from'], ['united'], ['telecommunication'], ['limited'], ['jharnet'], ['project'], ['place'], ['ranchi'], ['jharkhand'], ['networking'], ['requirements'], ['elementary'], ['configuration'], ['router'], ['switch'], ['ip'], ['mac'], ['addressing'], ['lease'], ['line'], ['osi'], ['layers'], ['routing'], ['protocols'], ['status'], ['network'], ['designer'], ['education'], ['details'], ['2'], ['high'], ['school'], ['diploma'], ['government'], ['women'], ['ranchi'], ['jharkhand'], ['the'], ['institution'], ['blockchain'], ['engineer'], ['blockchain'], ['engineer'], ['auxledger'], ['skill'], ['details'], ['java'], ['exprience'], ['19'], ['months'], ['css'], ['exprience'], ['12'], ['months'], ['html'], ['exprience'], ['12'], ['months'], ['javascript'], ['exprience'], ['12'], ['months'], ['c'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['auxledger'], ['description'], ['worked'], ['lots'], ['product'], ['blockchain'], ['bitcoin'], ['build'], ['wallet'], ['explorer'], ['bitcoin'], ['ethereum'], ['build'], ['wallet'], ['explorer'], ['ethereum'], ['blockchain'], ['customize'], ['product'], ['ethereum'], ['inventory'], ['system'], ['build'], ['smart'], ['contract'], ['solidity'], ['deployed'], ['java'], ['byte'], ['code'], ['ethereum'], ['well'], ['i'], ['written'], ['api'], ['java'], ['spring'], ['build'], ['front'], ['end'], ['called'], ['api'], ['audit'], ['logger'], ['i'], ['audit'], ['logger'], ['otc'], ['exchange'], ['keep'], ['transaction'], ['record'], ['blockchain'], ['doc'], ['safe'], ['ethereum'], ['i'], ['build'], ['ethereum'], ['application'], ['keep'], ['documents'], ['safe'], ['blockchain'], ['document'], ['encrypted'], ['form'], ['server'], ['and'], ['explore'], ['litecoin'], ['ripple'], ['exchange'], ['otc'], ['p2p'], ['hyperledger'], ['fabric'], ['continue'], ['company'], ['description'], ['worked'], ['usa'], ['team'], ['blockchain'], ['ethereum'], ['i'], ['designed'], ['product'], ['ethereum'], ['blockchain'], ['setup'], ['private'], ['ethereum'], ['bitcoin'], ['blockchain'], ['worked'], ['loyalty'], ['program'], ['system'], ['her'], ['system'], ['ethereum'], ['network'], ['company'], ['erp'], ['system'], ['crm'], ['real'], ['estate'], ['company'], ['description'], ['at'], ['lavisa'], ['infrastructure'], ['bangalore'], ['sep'], ['2015'], ['oct'], ['2016'], ['software'], ['developer'], ['erp'], ['system'], ['crm'], ['real'], ['estate'], ['company'], ['company'], ['news'], ['portal'], ['description'], ['on'], ['demand'], ['product'], ['development'], ['client'], ['side'], ['requirement'], ['like'], ['dynamic'], ['website'], ['content'], ['management'], ['system'], ['i'], ['designed'], ['front'], ['end'], ['backend'], ['content'], ['website'], ['manageable'], ['admin'], ['panel'], ['news'], ['portal'], ['news'], ['portal'], ['content'], ['hindi'], ['language'], ['i'], ['used'], ['html'], ['css'], ['javascript'], ['jdbc'], ['mysql'], ['data'], ['base'], ['birthday'], ['reminder'], ['a'], ['small'], ['web'], ['application'], ['birthday'], ['reminder'], ['i'], ['used'], ['html'], ['css'], ['javascript'], ['jdbc'], ['mysql'], ['db'], ['car'], ['parking'], ['system'], ['a'], ['web'], ['application'], ['management'], ['car'], ['parking'], ['system'], ['i'], ['used'], ['html'], ['css'], ['javascript'], ['jdbc'], ['mysql'], ['db'], ['company'], ['company'], ['portal'], ['employee'], ['management'], ['inside'], ['company'], ['description'], ['at'], ['united'], ['telecom'], ['limited'], ['ranchi'], ['nov'], ['2013'], ['sep'], ['2014'], ['web'], ['developer'], ['company'], ['portal'], ['employee'], ['management'], ['inside'], ['company'], ['onsite'], ['employee'], ['different'], ['different'], ['district'], ['and'], ['management'], ['kind'], ['government'], ['service'], ['like'], ['adhar'], ['card'], ['birth'], ['certificate'], ['pan'], ['card'], ['tracker'], ['etc'], ['technology'], ['skill'], ['technology'], ['blockchain'], ['bitcoin'], ['ethereum'], ['ripple'], ['hyperledger'], ['fabric'], ['block'], ['chain'], ['private'], ['setup'], ['blockchain'], ['node'], ['building'], ['smart'], ['contract'], ['solidity'], ['language'], ['smart'], ['contract'], ['api'], ['java'], ['spring'], ['dapp'], ['building'], ['node'], ['js'], ['react'], ['js'], ['express'], ['js'], ['software', 'skills'], ['skills', 'languages'], ['languages', 'c'], ['c', 'c'], ['c', 'java'], ['java', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', 'ubuntu'], ['ubuntu', 'rdbms'], ['rdbms', 'oracle'], ['oracle', 'sql'], ['sql', 'database'], ['database', 'my'], ['my', 'sql'], ['sql', 'postgresql'], ['postgresql', 'markup'], ['markup', 'scripting'], ['scripting', 'html'], ['html', 'javascript'], ['javascript', 'php'], ['php', 'css'], ['css', 'jquery'], ['jquery', 'angular'], ['angular', 'js'], ['js', 'framework'], ['framework', 'struts'], ['struts', 'hibernate'], ['hibernate', 'spring'], ['spring', 'mvc'], ['mvc', 'web'], ['web', 'server'], ['server', 'tomcat'], ['tomcat', 'glassfish'], ['glassfish', 'web'], ['web', 'services'], ['services', 'rest'], ['rest', 'and'], ['and', 'soap'], ['soap', 'training'], ['training', 'detail'], ['detail', 'duration'], ['duration', '4'], ['4', 'months'], ['months', 'from'], ['from', 'united'], ['united', 'telecommunication'], ['telecommunication', 'limited'], ['limited', 'jharnet'], ['jharnet', 'project'], ['project', 'place'], ['place', 'ranchi'], ['ranchi', 'jharkhand'], ['jharkhand', 'networking'], ['networking', 'requirements'], ['requirements', 'elementary'], ['elementary', 'configuration'], ['configuration', 'router'], ['router', 'switch'], ['switch', 'ip'], ['ip', 'mac'], ['mac', 'addressing'], ['addressing', 'lease'], ['lease', 'line'], ['line', 'osi'], ['osi', 'layers'], ['layers', 'routing'], ['routing', 'protocols'], ['protocols', 'status'], ['status', 'network'], ['network', 'designer'], ['designer', 'education'], ['education', 'details'], ['details', '2'], ['2', 'high'], ['high', 'school'], ['school', 'diploma'], ['diploma', 'government'], ['government', 'women'], ['women', 'ranchi'], ['ranchi', 'jharkhand'], ['jharkhand', 'the'], ['the', 'institution'], ['institution', 'blockchain'], ['blockchain', 'engineer'], ['engineer', 'blockchain'], ['blockchain', 'engineer'], ['engineer', 'auxledger'], ['auxledger', 'skill'], ['skill', 'details'], ['details', 'java'], ['java', 'exprience'], ['exprience', '19'], ['19', 'months'], ['months', 'css'], ['css', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'html'], ['html', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'javascript'], ['javascript', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'c'], ['c', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'auxledger'], ['auxledger', 'description'], ['description', 'worked'], ['worked', 'lots'], ['lots', 'product'], ['product', 'blockchain'], ['blockchain', 'bitcoin'], ['bitcoin', 'build'], ['build', 'wallet'], ['wallet', 'explorer'], ['explorer', 'bitcoin'], ['bitcoin', 'ethereum'], ['ethereum', 'build'], ['build', 'wallet'], ['wallet', 'explorer'], ['explorer', 'ethereum'], ['ethereum', 'blockchain'], ['blockchain', 'customize'], ['customize', 'product'], ['product', 'ethereum'], ['ethereum', 'inventory'], ['inventory', 'system'], ['system', 'build'], ['build', 'smart'], ['smart', 'contract'], ['contract', 'solidity'], ['solidity', 'deployed'], ['deployed', 'java'], ['java', 'byte'], ['byte', 'code'], ['code', 'ethereum'], ['ethereum', 'well'], ['well', 'i'], ['i', 'written'], ['written', 'api'], ['api', 'java'], ['java', 'spring'], ['spring', 'build'], ['build', 'front'], ['front', 'end'], ['end', 'called'], ['called', 'api'], ['api', 'audit'], ['audit', 'logger'], ['logger', 'i'], ['i', 'audit'], ['audit', 'logger'], ['logger', 'otc'], ['otc', 'exchange'], ['exchange', 'keep'], ['keep', 'transaction'], ['transaction', 'record'], ['record', 'blockchain'], ['blockchain', 'doc'], ['doc', 'safe'], ['safe', 'ethereum'], ['ethereum', 'i'], ['i', 'build'], ['build', 'ethereum'], ['ethereum', 'application'], ['application', 'keep'], ['keep', 'documents'], ['documents', 'safe'], ['safe', 'blockchain'], ['blockchain', 'document'], ['document', 'encrypted'], ['encrypted', 'form'], ['form', 'server'], ['server', 'and'], ['and', 'explore'], ['explore', 'litecoin'], ['litecoin', 'ripple'], ['ripple', 'exchange'], ['exchange', 'otc'], ['otc', 'p2p'], ['p2p', 'hyperledger'], ['hyperledger', 'fabric'], ['fabric', 'continue'], ['continue', 'company'], ['company', 'description'], ['description', 'worked'], ['worked', 'usa'], ['usa', 'team'], ['team', 'blockchain'], ['blockchain', 'ethereum'], ['ethereum', 'i'], ['i', 'designed'], ['designed', 'product'], ['product', 'ethereum'], ['ethereum', 'blockchain'], ['blockchain', 'setup'], ['setup', 'private'], ['private', 'ethereum'], ['ethereum', 'bitcoin'], ['bitcoin', 'blockchain'], ['blockchain', 'worked'], ['worked', 'loyalty'], ['loyalty', 'program'], ['program', 'system'], ['system', 'her'], ['her', 'system'], ['system', 'ethereum'], ['ethereum', 'network'], ['network', 'company'], ['company', 'erp'], ['erp', 'system'], ['system', 'crm'], ['crm', 'real'], ['real', 'estate'], ['estate', 'company'], ['company', 'description'], ['description', 'at'], ['at', 'lavisa'], ['lavisa', 'infrastructure'], ['infrastructure', 'bangalore'], ['bangalore', 'sep'], ['sep', '2015'], ['2015', 'oct'], ['oct', '2016'], ['2016', 'software'], ['software', 'developer'], ['developer', 'erp'], ['erp', 'system'], ['system', 'crm'], ['crm', 'real'], ['real', 'estate'], ['estate', 'company'], ['company', 'company'], ['company', 'news'], ['news', 'portal'], ['portal', 'description'], ['description', 'on'], ['on', 'demand'], ['demand', 'product'], ['product', 'development'], ['development', 'client'], ['client', 'side'], ['side', 'requirement'], ['requirement', 'like'], ['like', 'dynamic'], ['dynamic', 'website'], ['website', 'content'], ['content', 'management'], ['management', 'system'], ['system', 'i'], ['i', 'designed'], ['designed', 'front'], ['front', 'end'], ['end', 'backend'], ['backend', 'content'], ['content', 'website'], ['website', 'manageable'], ['manageable', 'admin'], ['admin', 'panel'], ['panel', 'news'], ['news', 'portal'], ['portal', 'news'], ['news', 'portal'], ['portal', 'content'], ['content', 'hindi'], ['hindi', 'language'], ['language', 'i'], ['i', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'javascript'], ['javascript', 'jdbc'], ['jdbc', 'mysql'], ['mysql', 'data'], ['data', 'base'], ['base', 'birthday'], ['birthday', 'reminder'], ['reminder', 'a'], ['a', 'small'], ['small', 'web'], ['web', 'application'], ['application', 'birthday'], ['birthday', 'reminder'], ['reminder', 'i'], ['i', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'javascript'], ['javascript', 'jdbc'], ['jdbc', 'mysql'], ['mysql', 'db'], ['db', 'car'], ['car', 'parking'], ['parking', 'system'], ['system', 'a'], ['a', 'web'], ['web', 'application'], ['application', 'management'], ['management', 'car'], ['car', 'parking'], ['parking', 'system'], ['system', 'i'], ['i', 'used'], ['used', 'html'], ['html', 'css'], ['css', 'javascript'], ['javascript', 'jdbc'], ['jdbc', 'mysql'], ['mysql', 'db'], ['db', 'company'], ['company', 'company'], ['company', 'portal'], ['portal', 'employee'], ['employee', 'management'], ['management', 'inside'], ['inside', 'company'], ['company', 'description'], ['description', 'at'], ['at', 'united'], ['united', 'telecom'], ['telecom', 'limited'], ['limited', 'ranchi'], ['ranchi', 'nov'], ['nov', '2013'], ['2013', 'sep'], ['sep', '2014'], ['2014', 'web'], ['web', 'developer'], ['developer', 'company'], ['company', 'portal'], ['portal', 'employee'], ['employee', 'management'], ['management', 'inside'], ['inside', 'company'], ['company', 'onsite'], ['onsite', 'employee'], ['employee', 'different'], ['different', 'different'], ['different', 'district'], ['district', 'and'], ['and', 'management'], ['management', 'kind'], ['kind', 'government'], ['government', 'service'], ['service', 'like'], ['like', 'adhar'], ['adhar', 'card'], ['card', 'birth'], ['birth', 'certificate'], ['certificate', 'pan'], ['pan', 'card'], ['card', 'tracker'], ['tracker', 'etc'], ['etc', 'technology'], ['technology', 'skill'], ['skill', 'technology'], ['technology', 'blockchain'], ['blockchain', 'bitcoin'], ['bitcoin', 'ethereum'], ['ethereum', 'ripple'], ['ripple', 'hyperledger'], ['hyperledger', 'fabric'], ['fabric', 'block'], ['block', 'chain'], ['chain', 'private'], ['private', 'setup'], ['setup', 'blockchain'], ['blockchain', 'node'], ['node', 'building'], ['building', 'smart'], ['smart', 'contract'], ['contract', 'solidity'], ['solidity', 'language'], ['language', 'smart'], ['smart', 'contract'], ['contract', 'api'], ['api', 'java'], ['java', 'spring'], ['spring', 'dapp'], ['dapp', 'building'], ['building', 'node'], ['node', 'js'], ['js', 'react'], ['react', 'js'], ['js', 'express'], ['express', 'js'], ['software', 'skills', 'languages'], ['skills', 'languages', 'c'], ['languages', 'c', 'c'], ['c', 'c', 'java'], ['c', 'java', 'operating'], ['java', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', 'ubuntu'], ['7', 'ubuntu', 'rdbms'], ['ubuntu', 'rdbms', 'oracle'], ['rdbms', 'oracle', 'sql'], ['oracle', 'sql', 'database'], ['sql', 'database', 'my'], ['database', 'my', 'sql'], ['my', 'sql', 'postgresql'], ['sql', 'postgresql', 'markup'], ['postgresql', 'markup', 'scripting'], ['markup', 'scripting', 'html'], ['scripting', 'html', 'javascript'], ['html', 'javascript', 'php'], ['javascript', 'php', 'css'], ['php', 'css', 'jquery'], ['css', 'jquery', 'angular'], ['jquery', 'angular', 'js'], ['angular', 'js', 'framework'], ['js', 'framework', 'struts'], ['framework', 'struts', 'hibernate'], ['struts', 'hibernate', 'spring'], ['hibernate', 'spring', 'mvc'], ['spring', 'mvc', 'web'], ['mvc', 'web', 'server'], ['web', 'server', 'tomcat'], ['server', 'tomcat', 'glassfish'], ['tomcat', 'glassfish', 'web'], ['glassfish', 'web', 'services'], ['web', 'services', 'rest'], ['services', 'rest', 'and'], ['rest', 'and', 'soap'], ['and', 'soap', 'training'], ['soap', 'training', 'detail'], ['training', 'detail', 'duration'], ['detail', 'duration', '4'], ['duration', '4', 'months'], ['4', 'months', 'from'], ['months', 'from', 'united'], ['from', 'united', 'telecommunication'], ['united', 'telecommunication', 'limited'], ['telecommunication', 'limited', 'jharnet'], ['limited', 'jharnet', 'project'], ['jharnet', 'project', 'place'], ['project', 'place', 'ranchi'], ['place', 'ranchi', 'jharkhand'], ['ranchi', 'jharkhand', 'networking'], ['jharkhand', 'networking', 'requirements'], ['networking', 'requirements', 'elementary'], ['requirements', 'elementary', 'configuration'], ['elementary', 'configuration', 'router'], ['configuration', 'router', 'switch'], ['router', 'switch', 'ip'], ['switch', 'ip', 'mac'], ['ip', 'mac', 'addressing'], ['mac', 'addressing', 'lease'], ['addressing', 'lease', 'line'], ['lease', 'line', 'osi'], ['line', 'osi', 'layers'], ['osi', 'layers', 'routing'], ['layers', 'routing', 'protocols'], ['routing', 'protocols', 'status'], ['protocols', 'status', 'network'], ['status', 'network', 'designer'], ['network', 'designer', 'education'], ['designer', 'education', 'details'], ['education', 'details', '2'], ['details', '2', 'high'], ['2', 'high', 'school'], ['high', 'school', 'diploma'], ['school', 'diploma', 'government'], ['diploma', 'government', 'women'], ['government', 'women', 'ranchi'], ['women', 'ranchi', 'jharkhand'], ['ranchi', 'jharkhand', 'the'], ['jharkhand', 'the', 'institution'], ['the', 'institution', 'blockchain'], ['institution', 'blockchain', 'engineer'], ['blockchain', 'engineer', 'blockchain'], ['engineer', 'blockchain', 'engineer'], ['blockchain', 'engineer', 'auxledger'], ['engineer', 'auxledger', 'skill'], ['auxledger', 'skill', 'details'], ['skill', 'details', 'java'], ['details', 'java', 'exprience'], ['java', 'exprience', '19'], ['exprience', '19', 'months'], ['19', 'months', 'css'], ['months', 'css', 'exprience'], ['css', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'html'], ['months', 'html', 'exprience'], ['html', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'javascript'], ['months', 'javascript', 'exprience'], ['javascript', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'c'], ['months', 'c', 'exprience'], ['c', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'auxledger'], ['company', 'auxledger', 'description'], ['auxledger', 'description', 'worked'], ['description', 'worked', 'lots'], ['worked', 'lots', 'product'], ['lots', 'product', 'blockchain'], ['product', 'blockchain', 'bitcoin'], ['blockchain', 'bitcoin', 'build'], ['bitcoin', 'build', 'wallet'], ['build', 'wallet', 'explorer'], ['wallet', 'explorer', 'bitcoin'], ['explorer', 'bitcoin', 'ethereum'], ['bitcoin', 'ethereum', 'build'], ['ethereum', 'build', 'wallet'], ['build', 'wallet', 'explorer'], ['wallet', 'explorer', 'ethereum'], ['explorer', 'ethereum', 'blockchain'], ['ethereum', 'blockchain', 'customize'], ['blockchain', 'customize', 'product'], ['customize', 'product', 'ethereum'], ['product', 'ethereum', 'inventory'], ['ethereum', 'inventory', 'system'], ['inventory', 'system', 'build'], ['system', 'build', 'smart'], ['build', 'smart', 'contract'], ['smart', 'contract', 'solidity'], ['contract', 'solidity', 'deployed'], ['solidity', 'deployed', 'java'], ['deployed', 'java', 'byte'], ['java', 'byte', 'code'], ['byte', 'code', 'ethereum'], ['code', 'ethereum', 'well'], ['ethereum', 'well', 'i'], ['well', 'i', 'written'], ['i', 'written', 'api'], ['written', 'api', 'java'], ['api', 'java', 'spring'], ['java', 'spring', 'build'], ['spring', 'build', 'front'], ['build', 'front', 'end'], ['front', 'end', 'called'], ['end', 'called', 'api'], ['called', 'api', 'audit'], ['api', 'audit', 'logger'], ['audit', 'logger', 'i'], ['logger', 'i', 'audit'], ['i', 'audit', 'logger'], ['audit', 'logger', 'otc'], ['logger', 'otc', 'exchange'], ['otc', 'exchange', 'keep'], ['exchange', 'keep', 'transaction'], ['keep', 'transaction', 'record'], ['transaction', 'record', 'blockchain'], ['record', 'blockchain', 'doc'], ['blockchain', 'doc', 'safe'], ['doc', 'safe', 'ethereum'], ['safe', 'ethereum', 'i'], ['ethereum', 'i', 'build'], ['i', 'build', 'ethereum'], ['build', 'ethereum', 'application'], ['ethereum', 'application', 'keep'], ['application', 'keep', 'documents'], ['keep', 'documents', 'safe'], ['documents', 'safe', 'blockchain'], ['safe', 'blockchain', 'document'], ['blockchain', 'document', 'encrypted'], ['document', 'encrypted', 'form'], ['encrypted', 'form', 'server'], ['form', 'server', 'and'], ['server', 'and', 'explore'], ['and', 'explore', 'litecoin'], ['explore', 'litecoin', 'ripple'], ['litecoin', 'ripple', 'exchange'], ['ripple', 'exchange', 'otc'], ['exchange', 'otc', 'p2p'], ['otc', 'p2p', 'hyperledger'], ['p2p', 'hyperledger', 'fabric'], ['hyperledger', 'fabric', 'continue'], ['fabric', 'continue', 'company'], ['continue', 'company', 'description'], ['company', 'description', 'worked'], ['description', 'worked', 'usa'], ['worked', 'usa', 'team'], ['usa', 'team', 'blockchain'], ['team', 'blockchain', 'ethereum'], ['blockchain', 'ethereum', 'i'], ['ethereum', 'i', 'designed'], ['i', 'designed', 'product'], ['designed', 'product', 'ethereum'], ['product', 'ethereum', 'blockchain'], ['ethereum', 'blockchain', 'setup'], ['blockchain', 'setup', 'private'], ['setup', 'private', 'ethereum'], ['private', 'ethereum', 'bitcoin'], ['ethereum', 'bitcoin', 'blockchain'], ['bitcoin', 'blockchain', 'worked'], ...], [['skills'], ['bitcoin'], ['ethereum'], ['solidity'], ['hyperledger'], ['beginner'], ['go'], ['beginner'], ['r3'], ['corda'], ['beginner'], ['tendermint'], ['nodejs'], ['c'], ['programming'], ['java'], ['machine'], ['learning'], ['specilaized'], ['brain'], ['computer'], ['interface'], ['computer'], ['networking'], ['server'], ['admin'], ['computer'], ['vision'], ['data'], ['analytics'], ['cloud'], ['computing'], ['reactjs'], ['angulareducation'], ['details'], ['january'], ['2014'], ['january'], ['2018'], ['bachelor'], ['engineering'], ['computer'], ['science'], ['engineering'], ['thakur'], ['college'], ['engineering'], ['technology'], ['september'], ['2016'], ['march'], ['2017'], ['dynamic'], ['blood'], ['bank'], ['system'], ['mumbai'], ['maharashtra'], ['iit'], ['january'], ['2014'], ['cbse'], ['senior'], ['secondary'], ['january'], ['2011'], ['cbse'], ['banking'], ['vidyashram'], ['public'], ['school'], ['blockchain'], ['developer'], ['blockchain'], ['developer'], ['zhypility'], ['technologies'], ['skill'], ['details'], ['networking'], ['exprience'], ['27'], ['months'], ['data'], ['analytics'], ['exprience'], ['11'], ['months'], ['computer'], ['vision'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['6'], ['months'], ['machine'], ['learning'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['zhypility'], ['technologies'], ['description'], ['une'], ['2018'], ['company'], ['area'], ['business'], ['owner'], ['amway'], ['enterprise'], ['limited'], ['description'], ['business'], ['strategizing'], ['promotion'], ['analytics'], ['networking'], ['terms'], ['company'], ['virtual'], ['description'], ['developing'], ['prototype'], ['smart'], ['india'], ['hackthon'], ['deployment'], ['level'], ['3'], ['networking'], ['and'], ['switch'], ['intern'], ['bharti'], ['airtel'], ['private'], ['limited'], ['mumbai'], ['company'], ['1'], ['international'], ['research'], ['scholar'], ['university'], ['of'], ['rome'], ['tor'], ['vergata'], ['rome'], ['description'], ['nov'], ['2017'], ['nov'], ['2017'], ['has'], ['done'], ['research'], ['reality'], ['based'], ['brain'], ['computer'], ['interface'], ['proposed'], ['paper'], ['international'], ['journal'], ['advanced'], ['research'], ['ijar'], ['20656'], ['epted'], ['paper'], ['reviewer'], ['smart'], ['kisan'], ['revolutionizing'], ['country'], ['ijsrd'], ['epted'], ['publication'], ['company'], ['description'], ['reliance'], ['jio'], ['mumbai'], ['dec'], ['2017'], ['jan'], ['2017'], ['company'], ['maharastra'], ['state'], ['government'], ['hackthon'], ['description'], ['company'], ['virtual'], ['description'], ['i'], ['handling'], ['group'], ['interns'], ['marketing'], ['sales'], ['team'], ['nearby'], ['promote'], ['social'], ['media'], ['platform'], ['nearby'], ['products'], ['company'], ['promotion'], ['and'], ['stock'], ['marketing'], ['drums'], ['foods'], ['international'], ['description'], ['company'], ['8'], ['data'], ['science'], ['and'], ['web'], ['analytics'], ['positron'], ['internet'], ['virtual'], ['description'], ['company'], ['description'], ['i'], ['making'], ['people'], ['aware'], ['women'], ['equality'], ['rights'], ['raise'], ['voice'], ['violence'], ['various'], ['modes'], ['events'], ['sources'], ['media'], ['help'], ['society'], ['company'], ['iit'], ['bombay'], ['and'], ['iit'], ['kgp'], ['startup'], ['description'], ['company'], ['iit'], ['bombay'], ['and'], ['iit'], ['kgp'], ['startup'], ['description'], ['skills', 'bitcoin'], ['bitcoin', 'ethereum'], ['ethereum', 'solidity'], ['solidity', 'hyperledger'], ['hyperledger', 'beginner'], ['beginner', 'go'], ['go', 'beginner'], ['beginner', 'r3'], ['r3', 'corda'], ['corda', 'beginner'], ['beginner', 'tendermint'], ['tendermint', 'nodejs'], ['nodejs', 'c'], ['c', 'programming'], ['programming', 'java'], ['java', 'machine'], ['machine', 'learning'], ['learning', 'specilaized'], ['specilaized', 'brain'], ['brain', 'computer'], ['computer', 'interface'], ['interface', 'computer'], ['computer', 'networking'], ['networking', 'server'], ['server', 'admin'], ['admin', 'computer'], ['computer', 'vision'], ['vision', 'data'], ['data', 'analytics'], ['analytics', 'cloud'], ['cloud', 'computing'], ['computing', 'reactjs'], ['reactjs', 'angulareducation'], ['angulareducation', 'details'], ['details', 'january'], ['january', '2014'], ['2014', 'january'], ['january', '2018'], ['2018', 'bachelor'], ['bachelor', 'engineering'], ['engineering', 'computer'], ['computer', 'science'], ['science', 'engineering'], ['engineering', 'thakur'], ['thakur', 'college'], ['college', 'engineering'], ['engineering', 'technology'], ['technology', 'september'], ['september', '2016'], ['2016', 'march'], ['march', '2017'], ['2017', 'dynamic'], ['dynamic', 'blood'], ['blood', 'bank'], ['bank', 'system'], ['system', 'mumbai'], ['mumbai', 'maharashtra'], ['maharashtra', 'iit'], ['iit', 'january'], ['january', '2014'], ['2014', 'cbse'], ['cbse', 'senior'], ['senior', 'secondary'], ['secondary', 'january'], ['january', '2011'], ['2011', 'cbse'], ['cbse', 'banking'], ['banking', 'vidyashram'], ['vidyashram', 'public'], ['public', 'school'], ['school', 'blockchain'], ['blockchain', 'developer'], ['developer', 'blockchain'], ['blockchain', 'developer'], ['developer', 'zhypility'], ['zhypility', 'technologies'], ['technologies', 'skill'], ['skill', 'details'], ['details', 'networking'], ['networking', 'exprience'], ['exprience', '27'], ['27', 'months'], ['months', 'data'], ['data', 'analytics'], ['analytics', 'exprience'], ['exprience', '11'], ['11', 'months'], ['months', 'computer'], ['computer', 'vision'], ['vision', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'machine'], ['machine', 'learning'], ['learning', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'zhypility'], ['zhypility', 'technologies'], ['technologies', 'description'], ['description', 'une'], ['une', '2018'], ['2018', 'company'], ['company', 'area'], ['area', 'business'], ['business', 'owner'], ['owner', 'amway'], ['amway', 'enterprise'], ['enterprise', 'limited'], ['limited', 'description'], ['description', 'business'], ['business', 'strategizing'], ['strategizing', 'promotion'], ['promotion', 'analytics'], ['analytics', 'networking'], ['networking', 'terms'], ['terms', 'company'], ['company', 'virtual'], ['virtual', 'description'], ['description', 'developing'], ['developing', 'prototype'], ['prototype', 'smart'], ['smart', 'india'], ['india', 'hackthon'], ['hackthon', 'deployment'], ['deployment', 'level'], ['level', '3'], ['3', 'networking'], ['networking', 'and'], ['and', 'switch'], ['switch', 'intern'], ['intern', 'bharti'], ['bharti', 'airtel'], ['airtel', 'private'], ['private', 'limited'], ['limited', 'mumbai'], ['mumbai', 'company'], ['company', '1'], ['1', 'international'], ['international', 'research'], ['research', 'scholar'], ['scholar', 'university'], ['university', 'of'], ['of', 'rome'], ['rome', 'tor'], ['tor', 'vergata'], ['vergata', 'rome'], ['rome', 'description'], ['description', 'nov'], ['nov', '2017'], ['2017', 'nov'], ['nov', '2017'], ['2017', 'has'], ['has', 'done'], ['done', 'research'], ['research', 'reality'], ['reality', 'based'], ['based', 'brain'], ['brain', 'computer'], ['computer', 'interface'], ['interface', 'proposed'], ['proposed', 'paper'], ['paper', 'international'], ['international', 'journal'], ['journal', 'advanced'], ['advanced', 'research'], ['research', 'ijar'], ['ijar', '20656'], ['20656', 'epted'], ['epted', 'paper'], ['paper', 'reviewer'], ['reviewer', 'smart'], ['smart', 'kisan'], ['kisan', 'revolutionizing'], ['revolutionizing', 'country'], ['country', 'ijsrd'], ['ijsrd', 'epted'], ['epted', 'publication'], ['publication', 'company'], ['company', 'description'], ['description', 'reliance'], ['reliance', 'jio'], ['jio', 'mumbai'], ['mumbai', 'dec'], ['dec', '2017'], ['2017', 'jan'], ['jan', '2017'], ['2017', 'company'], ['company', 'maharastra'], ['maharastra', 'state'], ['state', 'government'], ['government', 'hackthon'], ['hackthon', 'description'], ['description', 'company'], ['company', 'virtual'], ['virtual', 'description'], ['description', 'i'], ['i', 'handling'], ['handling', 'group'], ['group', 'interns'], ['interns', 'marketing'], ['marketing', 'sales'], ['sales', 'team'], ['team', 'nearby'], ['nearby', 'promote'], ['promote', 'social'], ['social', 'media'], ['media', 'platform'], ['platform', 'nearby'], ['nearby', 'products'], ['products', 'company'], ['company', 'promotion'], ['promotion', 'and'], ['and', 'stock'], ['stock', 'marketing'], ['marketing', 'drums'], ['drums', 'foods'], ['foods', 'international'], ['international', 'description'], ['description', 'company'], ['company', '8'], ['8', 'data'], ['data', 'science'], ['science', 'and'], ['and', 'web'], ['web', 'analytics'], ['analytics', 'positron'], ['positron', 'internet'], ['internet', 'virtual'], ['virtual', 'description'], ['description', 'company'], ['company', 'description'], ['description', 'i'], ['i', 'making'], ['making', 'people'], ['people', 'aware'], ['aware', 'women'], ['women', 'equality'], ['equality', 'rights'], ['rights', 'raise'], ['raise', 'voice'], ['voice', 'violence'], ['violence', 'various'], ['various', 'modes'], ['modes', 'events'], ['events', 'sources'], ['sources', 'media'], ['media', 'help'], ['help', 'society'], ['society', 'company'], ['company', 'iit'], ['iit', 'bombay'], ['bombay', 'and'], ['and', 'iit'], ['iit', 'kgp'], ['kgp', 'startup'], ['startup', 'description'], ['description', 'company'], ['company', 'iit'], ['iit', 'bombay'], ['bombay', 'and'], ['and', 'iit'], ['iit', 'kgp'], ['kgp', 'startup'], ['startup', 'description'], ['skills', 'bitcoin', 'ethereum'], ['bitcoin', 'ethereum', 'solidity'], ['ethereum', 'solidity', 'hyperledger'], ['solidity', 'hyperledger', 'beginner'], ['hyperledger', 'beginner', 'go'], ['beginner', 'go', 'beginner'], ['go', 'beginner', 'r3'], ['beginner', 'r3', 'corda'], ['r3', 'corda', 'beginner'], ['corda', 'beginner', 'tendermint'], ['beginner', 'tendermint', 'nodejs'], ['tendermint', 'nodejs', 'c'], ['nodejs', 'c', 'programming'], ['c', 'programming', 'java'], ['programming', 'java', 'machine'], ['java', 'machine', 'learning'], ['machine', 'learning', 'specilaized'], ['learning', 'specilaized', 'brain'], ['specilaized', 'brain', 'computer'], ['brain', 'computer', 'interface'], ['computer', 'interface', 'computer'], ['interface', 'computer', 'networking'], ['computer', 'networking', 'server'], ['networking', 'server', 'admin'], ['server', 'admin', 'computer'], ['admin', 'computer', 'vision'], ['computer', 'vision', 'data'], ['vision', 'data', 'analytics'], ['data', 'analytics', 'cloud'], ['analytics', 'cloud', 'computing'], ['cloud', 'computing', 'reactjs'], ['computing', 'reactjs', 'angulareducation'], ['reactjs', 'angulareducation', 'details'], ['angulareducation', 'details', 'january'], ['details', 'january', '2014'], ['january', '2014', 'january'], ['2014', 'january', '2018'], ['january', '2018', 'bachelor'], ['2018', 'bachelor', 'engineering'], ['bachelor', 'engineering', 'computer'], ['engineering', 'computer', 'science'], ['computer', 'science', 'engineering'], ['science', 'engineering', 'thakur'], ['engineering', 'thakur', 'college'], ['thakur', 'college', 'engineering'], ['college', 'engineering', 'technology'], ['engineering', 'technology', 'september'], ['technology', 'september', '2016'], ['september', '2016', 'march'], ['2016', 'march', '2017'], ['march', '2017', 'dynamic'], ['2017', 'dynamic', 'blood'], ['dynamic', 'blood', 'bank'], ['blood', 'bank', 'system'], ['bank', 'system', 'mumbai'], ['system', 'mumbai', 'maharashtra'], ['mumbai', 'maharashtra', 'iit'], ['maharashtra', 'iit', 'january'], ['iit', 'january', '2014'], ['january', '2014', 'cbse'], ['2014', 'cbse', 'senior'], ['cbse', 'senior', 'secondary'], ['senior', 'secondary', 'january'], ['secondary', 'january', '2011'], ['january', '2011', 'cbse'], ['2011', 'cbse', 'banking'], ['cbse', 'banking', 'vidyashram'], ['banking', 'vidyashram', 'public'], ['vidyashram', 'public', 'school'], ['public', 'school', 'blockchain'], ['school', 'blockchain', 'developer'], ['blockchain', 'developer', 'blockchain'], ['developer', 'blockchain', 'developer'], ['blockchain', 'developer', 'zhypility'], ['developer', 'zhypility', 'technologies'], ['zhypility', 'technologies', 'skill'], ['technologies', 'skill', 'details'], ['skill', 'details', 'networking'], ['details', 'networking', 'exprience'], ['networking', 'exprience', '27'], ['exprience', '27', 'months'], ['27', 'months', 'data'], ['months', 'data', 'analytics'], ['data', 'analytics', 'exprience'], ['analytics', 'exprience', '11'], ['exprience', '11', 'months'], ['11', 'months', 'computer'], ['months', 'computer', 'vision'], ['computer', 'vision', 'exprience'], ['vision', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'machine'], ['months', 'machine', 'learning'], ['machine', 'learning', 'exprience'], ['learning', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'zhypility'], ['company', 'zhypility', 'technologies'], ['zhypility', 'technologies', 'description'], ['technologies', 'description', 'une'], ['description', 'une', '2018'], ['une', '2018', 'company'], ['2018', 'company', 'area'], ['company', 'area', 'business'], ['area', 'business', 'owner'], ['business', 'owner', 'amway'], ['owner', 'amway', 'enterprise'], ['amway', 'enterprise', 'limited'], ['enterprise', 'limited', 'description'], ['limited', 'description', 'business'], ['description', 'business', 'strategizing'], ['business', 'strategizing', 'promotion'], ['strategizing', 'promotion', 'analytics'], ['promotion', 'analytics', 'networking'], ['analytics', 'networking', 'terms'], ['networking', 'terms', 'company'], ['terms', 'company', 'virtual'], ['company', 'virtual', 'description'], ['virtual', 'description', 'developing'], ['description', 'developing', 'prototype'], ['developing', 'prototype', 'smart'], ['prototype', 'smart', 'india'], ['smart', 'india', 'hackthon'], ['india', 'hackthon', 'deployment'], ['hackthon', 'deployment', 'level'], ['deployment', 'level', '3'], ['level', '3', 'networking'], ['3', 'networking', 'and'], ['networking', 'and', 'switch'], ['and', 'switch', 'intern'], ['switch', 'intern', 'bharti'], ['intern', 'bharti', 'airtel'], ['bharti', 'airtel', 'private'], ['airtel', 'private', 'limited'], ['private', 'limited', 'mumbai'], ['limited', 'mumbai', 'company'], ['mumbai', 'company', '1'], ['company', '1', 'international'], ['1', 'international', 'research'], ['international', 'research', 'scholar'], ['research', 'scholar', 'university'], ['scholar', 'university', 'of'], ['university', 'of', 'rome'], ['of', 'rome', 'tor'], ['rome', 'tor', 'vergata'], ['tor', 'vergata', 'rome'], ['vergata', 'rome', 'description'], ['rome', 'description', 'nov'], ['description', 'nov', '2017'], ['nov', '2017', 'nov'], ['2017', 'nov', '2017'], ['nov', '2017', 'has'], ['2017', 'has', 'done'], ['has', 'done', 'research'], ['done', 'research', 'reality'], ['research', 'reality', 'based'], ['reality', 'based', 'brain'], ['based', 'brain', 'computer'], ['brain', 'computer', 'interface'], ['computer', 'interface', 'proposed'], ['interface', 'proposed', 'paper'], ['proposed', 'paper', 'international'], ['paper', 'international', 'journal'], ['international', 'journal', 'advanced'], ['journal', 'advanced', 'research'], ['advanced', 'research', 'ijar'], ['research', 'ijar', '20656'], ['ijar', '20656', 'epted'], ['20656', 'epted', 'paper'], ['epted', 'paper', 'reviewer'], ['paper', 'reviewer', 'smart'], ['reviewer', 'smart', 'kisan'], ['smart', 'kisan', 'revolutionizing'], ['kisan', 'revolutionizing', 'country'], ['revolutionizing', 'country', 'ijsrd'], ['country', 'ijsrd', 'epted'], ['ijsrd', 'epted', 'publication'], ['epted', 'publication', 'company'], ['publication', 'company', 'description'], ['company', 'description', 'reliance'], ['description', 'reliance', 'jio'], ['reliance', 'jio', 'mumbai'], ['jio', 'mumbai', 'dec'], ['mumbai', 'dec', '2017'], ['dec', '2017', 'jan'], ['2017', 'jan', '2017'], ['jan', '2017', 'company'], ['2017', 'company', 'maharastra'], ['company', 'maharastra', 'state'], ['maharastra', 'state', 'government'], ['state', 'government', 'hackthon'], ['government', 'hackthon', 'description'], ['hackthon', 'description', 'company'], ['description', 'company', 'virtual'], ['company', 'virtual', 'description'], ['virtual', 'description', 'i'], ['description', 'i', 'handling'], ['i', 'handling', 'group'], ['handling', 'group', 'interns'], ['group', 'interns', 'marketing'], ['interns', 'marketing', 'sales'], ['marketing', 'sales', 'team'], ['sales', 'team', 'nearby'], ['team', 'nearby', 'promote'], ['nearby', 'promote', 'social'], ['promote', 'social', 'media'], ['social', 'media', 'platform'], ['media', 'platform', 'nearby'], ['platform', 'nearby', 'products'], ['nearby', 'products', 'company'], ['products', 'company', 'promotion'], ['company', 'promotion', 'and'], ['promotion', 'and', 'stock'], ['and', 'stock', 'marketing'], ['stock', 'marketing', 'drums'], ['marketing', 'drums', 'foods'], ['drums', 'foods', 'international'], ['foods', 'international', 'description'], ['international', 'description', 'company'], ['description', 'company', '8'], ['company', '8', 'data'], ['8', 'data', 'science'], ['data', 'science', 'and'], ['science', 'and', 'web'], ['and', 'web', 'analytics'], ['web', 'analytics', 'positron'], ['analytics', 'positron', 'internet'], ['positron', 'internet', 'virtual'], ['internet', 'virtual', 'description'], ['virtual', 'description', 'company'], ['description', 'company', 'description'], ['company', 'description', 'i'], ['description', 'i', 'making'], ['i', 'making', 'people'], ['making', 'people', 'aware'], ['people', 'aware', 'women'], ['aware', 'women', 'equality'], ['women', 'equality', 'rights'], ['equality', 'rights', 'raise'], ['rights', 'raise', 'voice'], ['raise', 'voice', 'violence'], ['voice', 'violence', 'various'], ['violence', 'various', 'modes'], ['various', 'modes', 'events'], ['modes', 'events', 'sources'], ['events', 'sources', 'media'], ['sources', 'media', 'help'], ['media', 'help', 'society'], ['help', 'society', 'company'], ['society', 'company', 'iit'], ['company', 'iit', 'bombay'], ['iit', 'bombay', 'and'], ['bombay', 'and', 'iit'], ['and', 'iit', 'kgp'], ['iit', 'kgp', 'startup'], ['kgp', 'startup', 'description'], ['startup', 'description', 'company'], ['description', 'company', 'iit'], ['company', 'iit', 'bombay'], ['iit', 'bombay', 'and'], ['bombay', 'and', 'iit'], ['and', 'iit', 'kgp'], ['iit', 'kgp', 'startup'], ['kgp', 'startup', 'description'], ['skills', 'bitcoin', 'ethereum', 'solidity'], ['bitcoin', 'ethereum', 'solidity', 'hyperledger'], ['ethereum', 'solidity', 'hyperledger', 'beginner'], ['solidity', 'hyperledger', 'beginner', 'go'], ['hyperledger', 'beginner', 'go', 'beginner'], ['beginner', 'go', 'beginner', 'r3'], ['go', 'beginner', 'r3', 'corda'], ['beginner', 'r3', 'corda', 'beginner'], ['r3', 'corda', 'beginner', 'tendermint'], ['corda', 'beginner', 'tendermint', 'nodejs'], ['beginner', 'tendermint', 'nodejs', 'c'], ['tendermint', 'nodejs', 'c', 'programming'], ['nodejs', 'c', 'programming', 'java'], ['c', 'programming', 'java', 'machine'], ['programming', 'java', 'machine', 'learning'], ['java', 'machine', 'learning', 'specilaized'], ['machine', 'learning', 'specilaized', 'brain'], ['learning', 'specilaized', 'brain', 'computer'], ['specilaized', 'brain', 'computer', 'interface'], ['brain', 'computer', 'interface', 'computer'], ['computer', 'interface', 'computer', 'networking'], ['interface', 'computer', 'networking', 'server'], ['computer', 'networking', 'server', 'admin'], ['networking', 'server', 'admin', 'computer'], ['server', 'admin', 'computer', 'vision'], ['admin', 'computer', 'vision', 'data'], ['computer', 'vision', 'data', 'analytics'], ['vision', 'data', 'analytics', 'cloud'], ['data', 'analytics', 'cloud', 'computing'], ['analytics', 'cloud', 'computing', 'reactjs'], ['cloud', 'computing', 'reactjs', 'angulareducation'], ['computing', 'reactjs', 'angulareducation', 'details'], ['reactjs', 'angulareducation', 'details', 'january'], ['angulareducation', 'details', 'january', '2014'], ['details', 'january', '2014', 'january'], ['january', '2014', 'january', '2018'], ['2014', 'january', '2018', 'bachelor'], ['january', '2018', 'bachelor', 'engineering'], ['2018', 'bachelor', 'engineering', 'computer'], ['bachelor', 'engineering', 'computer', 'science'], ['engineering', 'computer', 'science', 'engineering'], ['computer', 'science', 'engineering', 'thakur'], ['science', 'engineering', 'thakur', 'college'], ['engineering', 'thakur', 'college', 'engineering'], ['thakur', 'college', 'engineering', 'technology'], ['college', 'engineering', 'technology', 'september'], ['engineering', 'technology', 'september', '2016'], ['technology', 'september', '2016', 'march'], ['september', '2016', 'march', '2017'], ['2016', 'march', '2017', 'dynamic'], ['march', '2017', 'dynamic', 'blood'], ['2017', 'dynamic', 'blood', 'bank'], ['dynamic', 'blood', 'bank', 'system'], ['blood', 'bank', 'system', 'mumbai'], ['bank', 'system', 'mumbai', 'maharashtra'], ['system', 'mumbai', 'maharashtra', 'iit'], ['mumbai', 'maharashtra', 'iit', 'january'], ['maharashtra', 'iit', 'january', '2014'], ['iit', 'january', '2014', 'cbse'], ['january', '2014', 'cbse', 'senior'], ['2014', 'cbse', 'senior', 'secondary'], ['cbse', 'senior', 'secondary', 'january'], ['senior', 'secondary', 'january', '2011'], ['secondary', 'january', '2011', 'cbse'], ['january', '2011', 'cbse', 'banking'], ['2011', 'cbse', 'banking', 'vidyashram'], ['cbse', 'banking', 'vidyashram', 'public'], ['banking', 'vidyashram', 'public', 'school'], ['vidyashram', 'public', 'school', 'blockchain'], ['public', 'school', 'blockchain', 'developer'], ['school', 'blockchain', 'developer', 'blockchain'], ['blockchain', 'developer', 'blockchain', 'developer'], ['developer', 'blockchain', 'developer', 'zhypility'], ['blockchain', 'developer', 'zhypility', 'technologies'], ['developer', 'zhypility', 'technologies', 'skill'], ['zhypility', 'technologies', 'skill', 'details'], ['technologies', 'skill', 'details', 'networking'], ['skill', 'details', 'networking', 'exprience'], ['details', 'networking', 'exprience', '27'], ['networking', 'exprience', '27', 'months'], ['exprience', '27', 'months', 'data'], ['27', 'months', 'data', 'analytics'], ['months', 'data', 'analytics', 'exprience'], ['data', 'analytics', 'exprience', '11'], ['analytics', 'exprience', '11', 'months'], ['exprience', '11', 'months', 'computer'], ['11', 'months', 'computer', 'vision'], ['months', 'computer', 'vision', 'exprience'], ['computer', 'vision', 'exprience', '6'], ['vision', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'machine'], ['6', 'months', 'machine', 'learning'], ['months', 'machine', 'learning', 'exprience'], ['machine', 'learning', 'exprience', '6'], ['learning', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'zhypility'], ['details', 'company', 'zhypility', 'technologies'], ['company', 'zhypility', 'technologies', 'description'], ['zhypility', 'technologies', 'description', 'une'], ['technologies', 'description', 'une', '2018'], ['description', 'une', '2018', 'company'], ['une', '2018', 'company', 'area'], ['2018', 'company', 'area', 'business'], ['company', 'area', 'business', 'owner'], ['area', 'business', 'owner', 'amway'], ['business', 'owner', 'amway', 'enterprise'], ['owner', 'amway', 'enterprise', 'limited'], ['amway', 'enterprise', 'limited', 'description'], ['enterprise', 'limited', 'description', 'business'], ['limited', 'description', 'business', 'strategizing'], ['description', 'business', 'strategizing', 'promotion'], ['business', 'strategizing', 'promotion', 'analytics'], ['strategizing', 'promotion', 'analytics', 'networking'], ['promotion', 'analytics', 'networking', 'terms'], ['analytics', 'networking', 'terms', 'company'], ['networking', 'terms', 'company', 'virtual'], ['terms', 'company', 'virtual', 'description'], ['company', 'virtual', 'description', 'developing'], ['virtual', 'description', 'developing', 'prototype'], ['description', 'developing', 'prototype', 'smart'], ['developing', 'prototype', 'smart', 'india'], ['prototype', 'smart', 'india', 'hackthon'], ['smart', 'india', 'hackthon', 'deployment'], ['india', 'hackthon', 'deployment', 'level'], ['hackthon', 'deployment', 'level', '3'], ['deployment', 'level', '3', 'networking'], ['level', '3', 'networking', 'and'], ['3', 'networking', 'and', 'switch'], ['networking', 'and', 'switch', 'intern'], ['and', 'switch', 'intern', 'bharti'], ['switch', 'intern', 'bharti', 'airtel'], ['intern', 'bharti', 'airtel', 'private'], ['bharti', 'airtel', 'private', 'limited'], ['airtel', 'private', 'limited', 'mumbai'], ['private', 'limited', 'mumbai', 'company'], ['limited', 'mumbai', 'company', '1'], ['mumbai', 'company', '1', 'international'], ['company', '1', 'international', 'research'], ['1', 'international', 'research', 'scholar'], ['international', 'research', 'scholar', 'university'], ['research', 'scholar', 'university', 'of'], ['scholar', 'university', 'of', 'rome'], ['university', 'of', 'rome', 'tor'], ['of', 'rome', 'tor', 'vergata'], ['rome', 'tor', 'vergata', 'rome'], ['tor', 'vergata', 'rome', 'description'], ['vergata', 'rome', 'description', 'nov'], ['rome', 'description', 'nov', '2017'], ['description', 'nov', '2017', 'nov'], ['nov', '2017', 'nov', '2017'], ['2017', 'nov', '2017', 'has'], ['nov', '2017', 'has', 'done'], ['2017', 'has', 'done', 'research'], ['has', 'done', 'research', 'reality'], ['done', 'research', 'reality', 'based'], ['research', 'reality', 'based', 'brain'], ['reality', 'based', 'brain', 'computer'], ['based', 'brain', 'computer', 'interface'], ['brain', 'computer', 'interface', 'proposed'], ['computer', 'interface', 'proposed', 'paper'], ['interface', 'proposed', 'paper', 'international'], ['proposed', 'paper', 'international', 'journal'], ['paper', 'international', 'journal', 'advanced'], ['international', 'journal', 'advanced', 'research'], ['journal', 'advanced', 'research', 'ijar'], ['advanced', 'research', 'ijar', '20656'], ['research', 'ijar', '20656', 'epted'], ['ijar', '20656', 'epted', 'paper'], ['20656', 'epted', 'paper', 'reviewer'], ['epted', 'paper', 'reviewer', 'smart'], ['paper', 'reviewer', 'smart', 'kisan'], ['reviewer', 'smart', 'kisan', 'revolutionizing'], ['smart', 'kisan', 'revolutionizing', 'country'], ['kisan', 'revolutionizing', 'country', 'ijsrd'], ['revolutionizing', 'country', 'ijsrd', 'epted'], ['country', 'ijsrd', 'epted', 'publication'], ['ijsrd', 'epted', 'publication', 'company'], ['epted', 'publication', 'company', 'description'], ['publication', 'company', 'description', 'reliance'], ['company', 'description', 'reliance', 'jio'], ['description', 'reliance', 'jio', 'mumbai'], ...], [['good'], ['logical'], ['analytical'], ['skills'], ['positive'], ['attitude'], ['towards'], ['solving'], ['problems'], ['epting'], ['challenges'], ['a'], ['team'], ['player'], ['leader'], ['a'], ['good'], ['organizer'], ['presonal'], ['details'], ['dob'], ['20'], ['07'], ['1995'], ['marital'], ['status'], ['single'], ['education'], ['details'], ['july'], ['2015'], ['june'], ['2018'], ['be'], ['electrical'], ['pune'], ['maharashtra'], ['sinhagad'], ['institute'], ['technology'], ['january'], ['2012'], ['diploma'], ['msbte'], ['kopargaon'], ['maharashtra'], ['in'], ['k'], ['b'], ['p'], ['polytechnic'], ['january'], ['2010'], ['ssc'], ['s'], ['g'], ['vidyalaya'], ['state'], ['board'], ['testing'], ['engineer'], ['electrical'], ['engineer'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['intelux'], ['electronics'], ['pvt'], ['ltd'], ['description'], ['1'], ['power'], ['management'], ['system'], ['testing'], ['department'], ['good', 'logical'], ['logical', 'analytical'], ['analytical', 'skills'], ['skills', 'positive'], ['positive', 'attitude'], ['attitude', 'towards'], ['towards', 'solving'], ['solving', 'problems'], ['problems', 'epting'], ['epting', 'challenges'], ['challenges', 'a'], ['a', 'team'], ['team', 'player'], ['player', 'leader'], ['leader', 'a'], ['a', 'good'], ['good', 'organizer'], ['organizer', 'presonal'], ['presonal', 'details'], ['details', 'dob'], ['dob', '20'], ['20', '07'], ['07', '1995'], ['1995', 'marital'], ['marital', 'status'], ['status', 'single'], ['single', 'education'], ['education', 'details'], ['details', 'july'], ['july', '2015'], ['2015', 'june'], ['june', '2018'], ['2018', 'be'], ['be', 'electrical'], ['electrical', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'sinhagad'], ['sinhagad', 'institute'], ['institute', 'technology'], ['technology', 'january'], ['january', '2012'], ['2012', 'diploma'], ['diploma', 'msbte'], ['msbte', 'kopargaon'], ['kopargaon', 'maharashtra'], ['maharashtra', 'in'], ['in', 'k'], ['k', 'b'], ['b', 'p'], ['p', 'polytechnic'], ['polytechnic', 'january'], ['january', '2010'], ['2010', 'ssc'], ['ssc', 's'], ['s', 'g'], ['g', 'vidyalaya'], ['vidyalaya', 'state'], ['state', 'board'], ['board', 'testing'], ['testing', 'engineer'], ['engineer', 'electrical'], ['electrical', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'intelux'], ['intelux', 'electronics'], ['electronics', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', '1'], ['1', 'power'], ['power', 'management'], ['management', 'system'], ['system', 'testing'], ['testing', 'department'], ['good', 'logical', 'analytical'], ['logical', 'analytical', 'skills'], ['analytical', 'skills', 'positive'], ['skills', 'positive', 'attitude'], ['positive', 'attitude', 'towards'], ['attitude', 'towards', 'solving'], ['towards', 'solving', 'problems'], ['solving', 'problems', 'epting'], ['problems', 'epting', 'challenges'], ['epting', 'challenges', 'a'], ['challenges', 'a', 'team'], ['a', 'team', 'player'], ['team', 'player', 'leader'], ['player', 'leader', 'a'], ['leader', 'a', 'good'], ['a', 'good', 'organizer'], ['good', 'organizer', 'presonal'], ['organizer', 'presonal', 'details'], ['presonal', 'details', 'dob'], ['details', 'dob', '20'], ['dob', '20', '07'], ['20', '07', '1995'], ['07', '1995', 'marital'], ['1995', 'marital', 'status'], ['marital', 'status', 'single'], ['status', 'single', 'education'], ['single', 'education', 'details'], ['education', 'details', 'july'], ['details', 'july', '2015'], ['july', '2015', 'june'], ['2015', 'june', '2018'], ['june', '2018', 'be'], ['2018', 'be', 'electrical'], ['be', 'electrical', 'pune'], ['electrical', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'sinhagad'], ['maharashtra', 'sinhagad', 'institute'], ['sinhagad', 'institute', 'technology'], ['institute', 'technology', 'january'], ['technology', 'january', '2012'], ['january', '2012', 'diploma'], ['2012', 'diploma', 'msbte'], ['diploma', 'msbte', 'kopargaon'], ['msbte', 'kopargaon', 'maharashtra'], ['kopargaon', 'maharashtra', 'in'], ['maharashtra', 'in', 'k'], ['in', 'k', 'b'], ['k', 'b', 'p'], ['b', 'p', 'polytechnic'], ['p', 'polytechnic', 'january'], ['polytechnic', 'january', '2010'], ['january', '2010', 'ssc'], ['2010', 'ssc', 's'], ['ssc', 's', 'g'], ['s', 'g', 'vidyalaya'], ['g', 'vidyalaya', 'state'], ['vidyalaya', 'state', 'board'], ['state', 'board', 'testing'], ['board', 'testing', 'engineer'], ['testing', 'engineer', 'electrical'], ['engineer', 'electrical', 'engineer'], ['electrical', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'intelux'], ['company', 'intelux', 'electronics'], ['intelux', 'electronics', 'pvt'], ['electronics', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', '1'], ['description', '1', 'power'], ['1', 'power', 'management'], ['power', 'management', 'system'], ['management', 'system', 'testing'], ['system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills'], ['logical', 'analytical', 'skills', 'positive'], ['analytical', 'skills', 'positive', 'attitude'], ['skills', 'positive', 'attitude', 'towards'], ['positive', 'attitude', 'towards', 'solving'], ['attitude', 'towards', 'solving', 'problems'], ['towards', 'solving', 'problems', 'epting'], ['solving', 'problems', 'epting', 'challenges'], ['problems', 'epting', 'challenges', 'a'], ['epting', 'challenges', 'a', 'team'], ['challenges', 'a', 'team', 'player'], ['a', 'team', 'player', 'leader'], ['team', 'player', 'leader', 'a'], ['player', 'leader', 'a', 'good'], ['leader', 'a', 'good', 'organizer'], ['a', 'good', 'organizer', 'presonal'], ['good', 'organizer', 'presonal', 'details'], ['organizer', 'presonal', 'details', 'dob'], ['presonal', 'details', 'dob', '20'], ['details', 'dob', '20', '07'], ['dob', '20', '07', '1995'], ['20', '07', '1995', 'marital'], ['07', '1995', 'marital', 'status'], ['1995', 'marital', 'status', 'single'], ['marital', 'status', 'single', 'education'], ['status', 'single', 'education', 'details'], ['single', 'education', 'details', 'july'], ['education', 'details', 'july', '2015'], ['details', 'july', '2015', 'june'], ['july', '2015', 'june', '2018'], ['2015', 'june', '2018', 'be'], ['june', '2018', 'be', 'electrical'], ['2018', 'be', 'electrical', 'pune'], ['be', 'electrical', 'pune', 'maharashtra'], ['electrical', 'pune', 'maharashtra', 'sinhagad'], ['pune', 'maharashtra', 'sinhagad', 'institute'], ['maharashtra', 'sinhagad', 'institute', 'technology'], ['sinhagad', 'institute', 'technology', 'january'], ['institute', 'technology', 'january', '2012'], ['technology', 'january', '2012', 'diploma'], ['january', '2012', 'diploma', 'msbte'], ['2012', 'diploma', 'msbte', 'kopargaon'], ['diploma', 'msbte', 'kopargaon', 'maharashtra'], ['msbte', 'kopargaon', 'maharashtra', 'in'], ['kopargaon', 'maharashtra', 'in', 'k'], ['maharashtra', 'in', 'k', 'b'], ['in', 'k', 'b', 'p'], ['k', 'b', 'p', 'polytechnic'], ['b', 'p', 'polytechnic', 'january'], ['p', 'polytechnic', 'january', '2010'], ['polytechnic', 'january', '2010', 'ssc'], ['january', '2010', 'ssc', 's'], ['2010', 'ssc', 's', 'g'], ['ssc', 's', 'g', 'vidyalaya'], ['s', 'g', 'vidyalaya', 'state'], ['g', 'vidyalaya', 'state', 'board'], ['vidyalaya', 'state', 'board', 'testing'], ['state', 'board', 'testing', 'engineer'], ['board', 'testing', 'engineer', 'electrical'], ['testing', 'engineer', 'electrical', 'engineer'], ['engineer', 'electrical', 'engineer', 'skill'], ['electrical', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'company'], ['skill', 'details', 'company', 'details'], ['details', 'company', 'details', 'company'], ['company', 'details', 'company', 'intelux'], ['details', 'company', 'intelux', 'electronics'], ['company', 'intelux', 'electronics', 'pvt'], ['intelux', 'electronics', 'pvt', 'ltd'], ['electronics', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', '1'], ['ltd', 'description', '1', 'power'], ['description', '1', 'power', 'management'], ['1', 'power', 'management', 'system'], ['power', 'management', 'system', 'testing'], ['management', 'system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills', 'positive'], ['logical', 'analytical', 'skills', 'positive', 'attitude'], ['analytical', 'skills', 'positive', 'attitude', 'towards'], ['skills', 'positive', 'attitude', 'towards', 'solving'], ['positive', 'attitude', 'towards', 'solving', 'problems'], ['attitude', 'towards', 'solving', 'problems', 'epting'], ['towards', 'solving', 'problems', 'epting', 'challenges'], ['solving', 'problems', 'epting', 'challenges', 'a'], ['problems', 'epting', 'challenges', 'a', 'team'], ['epting', 'challenges', 'a', 'team', 'player'], ['challenges', 'a', 'team', 'player', 'leader'], ['a', 'team', 'player', 'leader', 'a'], ['team', 'player', 'leader', 'a', 'good'], ['player', 'leader', 'a', 'good', 'organizer'], ['leader', 'a', 'good', 'organizer', 'presonal'], ['a', 'good', 'organizer', 'presonal', 'details'], ['good', 'organizer', 'presonal', 'details', 'dob'], ['organizer', 'presonal', 'details', 'dob', '20'], ['presonal', 'details', 'dob', '20', '07'], ['details', 'dob', '20', '07', '1995'], ['dob', '20', '07', '1995', 'marital'], ['20', '07', '1995', 'marital', 'status'], ['07', '1995', 'marital', 'status', 'single'], ['1995', 'marital', 'status', 'single', 'education'], ['marital', 'status', 'single', 'education', 'details'], ['status', 'single', 'education', 'details', 'july'], ['single', 'education', 'details', 'july', '2015'], ['education', 'details', 'july', '2015', 'june'], ['details', 'july', '2015', 'june', '2018'], ['july', '2015', 'june', '2018', 'be'], ['2015', 'june', '2018', 'be', 'electrical'], ['june', '2018', 'be', 'electrical', 'pune'], ['2018', 'be', 'electrical', 'pune', 'maharashtra'], ['be', 'electrical', 'pune', 'maharashtra', 'sinhagad'], ['electrical', 'pune', 'maharashtra', 'sinhagad', 'institute'], ['pune', 'maharashtra', 'sinhagad', 'institute', 'technology'], ['maharashtra', 'sinhagad', 'institute', 'technology', 'january'], ['sinhagad', 'institute', 'technology', 'january', '2012'], ['institute', 'technology', 'january', '2012', 'diploma'], ['technology', 'january', '2012', 'diploma', 'msbte'], ['january', '2012', 'diploma', 'msbte', 'kopargaon'], ['2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra'], ['diploma', 'msbte', 'kopargaon', 'maharashtra', 'in'], ['msbte', 'kopargaon', 'maharashtra', 'in', 'k'], ['kopargaon', 'maharashtra', 'in', 'k', 'b'], ['maharashtra', 'in', 'k', 'b', 'p'], ['in', 'k', 'b', 'p', 'polytechnic'], ['k', 'b', 'p', 'polytechnic', 'january'], ['b', 'p', 'polytechnic', 'january', '2010'], ['p', 'polytechnic', 'january', '2010', 'ssc'], ['polytechnic', 'january', '2010', 'ssc', 's'], ['january', '2010', 'ssc', 's', 'g'], ['2010', 'ssc', 's', 'g', 'vidyalaya'], ['ssc', 's', 'g', 'vidyalaya', 'state'], ['s', 'g', 'vidyalaya', 'state', 'board'], ['g', 'vidyalaya', 'state', 'board', 'testing'], ['vidyalaya', 'state', 'board', 'testing', 'engineer'], ['state', 'board', 'testing', 'engineer', 'electrical'], ['board', 'testing', 'engineer', 'electrical', 'engineer'], ['testing', 'engineer', 'electrical', 'engineer', 'skill'], ['engineer', 'electrical', 'engineer', 'skill', 'details'], ['electrical', 'engineer', 'skill', 'details', 'company'], ['engineer', 'skill', 'details', 'company', 'details'], ['skill', 'details', 'company', 'details', 'company'], ['details', 'company', 'details', 'company', 'intelux'], ['company', 'details', 'company', 'intelux', 'electronics'], ['details', 'company', 'intelux', 'electronics', 'pvt'], ['company', 'intelux', 'electronics', 'pvt', 'ltd'], ['intelux', 'electronics', 'pvt', 'ltd', 'description'], ['electronics', 'pvt', 'ltd', 'description', '1'], ['pvt', 'ltd', 'description', '1', 'power'], ['ltd', 'description', '1', 'power', 'management'], ['description', '1', 'power', 'management', 'system'], ['1', 'power', 'management', 'system', 'testing'], ['power', 'management', 'system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills', 'positive', 'attitude'], ['logical', 'analytical', 'skills', 'positive', 'attitude', 'towards'], ['analytical', 'skills', 'positive', 'attitude', 'towards', 'solving'], ['skills', 'positive', 'attitude', 'towards', 'solving', 'problems'], ['positive', 'attitude', 'towards', 'solving', 'problems', 'epting'], ['attitude', 'towards', 'solving', 'problems', 'epting', 'challenges'], ['towards', 'solving', 'problems', 'epting', 'challenges', 'a'], ['solving', 'problems', 'epting', 'challenges', 'a', 'team'], ['problems', 'epting', 'challenges', 'a', 'team', 'player'], ['epting', 'challenges', 'a', 'team', 'player', 'leader'], ['challenges', 'a', 'team', 'player', 'leader', 'a'], ['a', 'team', 'player', 'leader', 'a', 'good'], ['team', 'player', 'leader', 'a', 'good', 'organizer'], ['player', 'leader', 'a', 'good', 'organizer', 'presonal'], ['leader', 'a', 'good', 'organizer', 'presonal', 'details'], ['a', 'good', 'organizer', 'presonal', 'details', 'dob'], ['good', 'organizer', 'presonal', 'details', 'dob', '20'], ['organizer', 'presonal', 'details', 'dob', '20', '07'], ['presonal', 'details', 'dob', '20', '07', '1995'], ['details', 'dob', '20', '07', '1995', 'marital'], ['dob', '20', '07', '1995', 'marital', 'status'], ['20', '07', '1995', 'marital', 'status', 'single'], ['07', '1995', 'marital', 'status', 'single', 'education'], ['1995', 'marital', 'status', 'single', 'education', 'details'], ['marital', 'status', 'single', 'education', 'details', 'july'], ['status', 'single', 'education', 'details', 'july', '2015'], ['single', 'education', 'details', 'july', '2015', 'june'], ['education', 'details', 'july', '2015', 'june', '2018'], ['details', 'july', '2015', 'june', '2018', 'be'], ['july', '2015', 'june', '2018', 'be', 'electrical'], ['2015', 'june', '2018', 'be', 'electrical', 'pune'], ['june', '2018', 'be', 'electrical', 'pune', 'maharashtra'], ['2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad'], ['be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute'], ['electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology'], ['pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january'], ['maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012'], ['sinhagad', 'institute', 'technology', 'january', '2012', 'diploma'], ['institute', 'technology', 'january', '2012', 'diploma', 'msbte'], ['technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon'], ['january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra'], ['2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in'], ['diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k'], ['msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b'], ['kopargaon', 'maharashtra', 'in', 'k', 'b', 'p'], ['maharashtra', 'in', 'k', 'b', 'p', 'polytechnic'], ['in', 'k', 'b', 'p', 'polytechnic', 'january'], ['k', 'b', 'p', 'polytechnic', 'january', '2010'], ['b', 'p', 'polytechnic', 'january', '2010', 'ssc'], ['p', 'polytechnic', 'january', '2010', 'ssc', 's'], ['polytechnic', 'january', '2010', 'ssc', 's', 'g'], ['january', '2010', 'ssc', 's', 'g', 'vidyalaya'], ['2010', 'ssc', 's', 'g', 'vidyalaya', 'state'], ['ssc', 's', 'g', 'vidyalaya', 'state', 'board'], ['s', 'g', 'vidyalaya', 'state', 'board', 'testing'], ['g', 'vidyalaya', 'state', 'board', 'testing', 'engineer'], ['vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical'], ['state', 'board', 'testing', 'engineer', 'electrical', 'engineer'], ['board', 'testing', 'engineer', 'electrical', 'engineer', 'skill'], ['testing', 'engineer', 'electrical', 'engineer', 'skill', 'details'], ['engineer', 'electrical', 'engineer', 'skill', 'details', 'company'], ['electrical', 'engineer', 'skill', 'details', 'company', 'details'], ['engineer', 'skill', 'details', 'company', 'details', 'company'], ['skill', 'details', 'company', 'details', 'company', 'intelux'], ['details', 'company', 'details', 'company', 'intelux', 'electronics'], ['company', 'details', 'company', 'intelux', 'electronics', 'pvt'], ['details', 'company', 'intelux', 'electronics', 'pvt', 'ltd'], ['company', 'intelux', 'electronics', 'pvt', 'ltd', 'description'], ['intelux', 'electronics', 'pvt', 'ltd', 'description', '1'], ['electronics', 'pvt', 'ltd', 'description', '1', 'power'], ['pvt', 'ltd', 'description', '1', 'power', 'management'], ['ltd', 'description', '1', 'power', 'management', 'system'], ['description', '1', 'power', 'management', 'system', 'testing'], ['1', 'power', 'management', 'system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills', 'positive', 'attitude', 'towards'], ['logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving'], ['analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems'], ['skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting'], ['positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges'], ['attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a'], ['towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team'], ['solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player'], ['problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader'], ['epting', 'challenges', 'a', 'team', 'player', 'leader', 'a'], ['challenges', 'a', 'team', 'player', 'leader', 'a', 'good'], ['a', 'team', 'player', 'leader', 'a', 'good', 'organizer'], ['team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal'], ['player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details'], ['leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob'], ['a', 'good', 'organizer', 'presonal', 'details', 'dob', '20'], ['good', 'organizer', 'presonal', 'details', 'dob', '20', '07'], ['organizer', 'presonal', 'details', 'dob', '20', '07', '1995'], ['presonal', 'details', 'dob', '20', '07', '1995', 'marital'], ['details', 'dob', '20', '07', '1995', 'marital', 'status'], ['dob', '20', '07', '1995', 'marital', 'status', 'single'], ['20', '07', '1995', 'marital', 'status', 'single', 'education'], ['07', '1995', 'marital', 'status', 'single', 'education', 'details'], ['1995', 'marital', 'status', 'single', 'education', 'details', 'july'], ['marital', 'status', 'single', 'education', 'details', 'july', '2015'], ['status', 'single', 'education', 'details', 'july', '2015', 'june'], ['single', 'education', 'details', 'july', '2015', 'june', '2018'], ['education', 'details', 'july', '2015', 'june', '2018', 'be'], ['details', 'july', '2015', 'june', '2018', 'be', 'electrical'], ['july', '2015', 'june', '2018', 'be', 'electrical', 'pune'], ['2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra'], ['june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad'], ['2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute'], ['be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology'], ['electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january'], ['pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012'], ['maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma'], ['sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte'], ['institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon'], ['technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra'], ['january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in'], ['2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k'], ['diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b'], ['msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p'], ['kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic'], ['maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january'], ['in', 'k', 'b', 'p', 'polytechnic', 'january', '2010'], ['k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc'], ['b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's'], ['p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g'], ['polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya'], ['january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state'], ['2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board'], ['ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing'], ['s', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer'], ['g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical'], ['vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer'], ['state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill'], ['board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details'], ['testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company'], ['engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details'], ['electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company'], ['engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux'], ['skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics'], ['details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt'], ['company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd'], ['details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description'], ['company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1'], ['intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power'], ['electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management'], ['pvt', 'ltd', 'description', '1', 'power', 'management', 'system'], ['ltd', 'description', '1', 'power', 'management', 'system', 'testing'], ['description', '1', 'power', 'management', 'system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving'], ['logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems'], ['analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting'], ['skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges'], ['positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a'], ['attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team'], ['towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player'], ['solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader'], ['problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader', 'a'], ['epting', 'challenges', 'a', 'team', 'player', 'leader', 'a', 'good'], ['challenges', 'a', 'team', 'player', 'leader', 'a', 'good', 'organizer'], ['a', 'team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal'], ['team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details'], ['player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob'], ['leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob', '20'], ['a', 'good', 'organizer', 'presonal', 'details', 'dob', '20', '07'], ['good', 'organizer', 'presonal', 'details', 'dob', '20', '07', '1995'], ['organizer', 'presonal', 'details', 'dob', '20', '07', '1995', 'marital'], ['presonal', 'details', 'dob', '20', '07', '1995', 'marital', 'status'], ['details', 'dob', '20', '07', '1995', 'marital', 'status', 'single'], ['dob', '20', '07', '1995', 'marital', 'status', 'single', 'education'], ['20', '07', '1995', 'marital', 'status', 'single', 'education', 'details'], ['07', '1995', 'marital', 'status', 'single', 'education', 'details', 'july'], ['1995', 'marital', 'status', 'single', 'education', 'details', 'july', '2015'], ['marital', 'status', 'single', 'education', 'details', 'july', '2015', 'june'], ['status', 'single', 'education', 'details', 'july', '2015', 'june', '2018'], ['single', 'education', 'details', 'july', '2015', 'june', '2018', 'be'], ['education', 'details', 'july', '2015', 'june', '2018', 'be', 'electrical'], ['details', 'july', '2015', 'june', '2018', 'be', 'electrical', 'pune'], ['july', '2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra'], ['2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad'], ['june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute'], ['2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology'], ['be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january'], ['electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012'], ['pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma'], ['maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte'], ['sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon'], ['institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra'], ['technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in'], ['january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k'], ['2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b'], ['diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p'], ['msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic'], ['kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january'], ['maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january', '2010'], ['in', 'k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc'], ['k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's'], ['b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g'], ['p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya'], ['polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state'], ['january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board'], ['2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing'], ['ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer'], ['s', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical'], ['g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer'], ['vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill'], ['state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details'], ['board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company'], ['testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details'], ['engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company'], ['electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux'], ['engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics'], ['skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt'], ['details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd'], ['company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description'], ['details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1'], ['company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power'], ['intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management'], ['electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management', 'system'], ['pvt', 'ltd', 'description', '1', 'power', 'management', 'system', 'testing'], ['ltd', 'description', '1', 'power', 'management', 'system', 'testing', 'department'], ['good', 'logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems'], ['logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting'], ['analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges'], ['skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a'], ['positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team'], ['attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player'], ['towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader'], ['solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader', 'a'], ['problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader', 'a', 'good'], ['epting', 'challenges', 'a', 'team', 'player', 'leader', 'a', 'good', 'organizer'], ['challenges', 'a', 'team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal'], ['a', 'team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details'], ['team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob'], ['player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob', '20'], ['leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob', '20', '07'], ['a', 'good', 'organizer', 'presonal', 'details', 'dob', '20', '07', '1995'], ['good', 'organizer', 'presonal', 'details', 'dob', '20', '07', '1995', 'marital'], ['organizer', 'presonal', 'details', 'dob', '20', '07', '1995', 'marital', 'status'], ['presonal', 'details', 'dob', '20', '07', '1995', 'marital', 'status', 'single'], ['details', 'dob', '20', '07', '1995', 'marital', 'status', 'single', 'education'], ['dob', '20', '07', '1995', 'marital', 'status', 'single', 'education', 'details'], ['20', '07', '1995', 'marital', 'status', 'single', 'education', 'details', 'july'], ['07', '1995', 'marital', 'status', 'single', 'education', 'details', 'july', '2015'], ['1995', 'marital', 'status', 'single', 'education', 'details', 'july', '2015', 'june'], ['marital', 'status', 'single', 'education', 'details', 'july', '2015', 'june', '2018'], ['status', 'single', 'education', 'details', 'july', '2015', 'june', '2018', 'be'], ['single', 'education', 'details', 'july', '2015', 'june', '2018', 'be', 'electrical'], ['education', 'details', 'july', '2015', 'june', '2018', 'be', 'electrical', 'pune'], ['details', 'july', '2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra'], ['july', '2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad'], ['2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute'], ['june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology'], ['2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january'], ['be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012'], ['electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma'], ['pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte'], ['maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon'], ['sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra'], ['institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in'], ['technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k'], ['january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b'], ['2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p'], ['diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic'], ['msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january'], ['kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january', '2010'], ['maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc'], ['in', 'k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's'], ['k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g'], ['b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya'], ['p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state'], ['polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board'], ['january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing'], ['2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer'], ['ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical'], ['s', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer'], ['g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill'], ['vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details'], ['state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company'], ['board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details'], ['testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company'], ['engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux'], ['electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics'], ['engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt'], ['skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd'], ['details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description'], ['company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1'], ['details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power'], ['company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management'], ['intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management', 'system'], ['electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management', 'system', 'testing'], ['pvt', 'ltd', 'description', '1', 'power', 'management', 'system', 'testing', 'department']], [['computer'], ['proficiency'], ['basic'], ['ms'], ['office'], ['powerpoint'], ['word'], ['outlook'], ['excel'], ['language'], ['known'], ['basics'], ['c'], ['cpp'], ['java'], ['basics'], ['networking'], ['basics'], ['command'], ['linux'], ['project'], ['details'], ['minor'], ['project'], ['details'], ['title'], ['applocker'], ['android'], ['project'], ['area'], ['android'], ['application'], ['description'], ['applocker'], ['provides'], ['protection'], ['system'], ['applications'], ['well'], ['third'], ['party'], ['applications'], ['installed'], ['android'], ['devices'], ['the'], ['password'], ['protection'], ['provided'], ['help'], ['patterns'], ['volume'], ['keys'], ['hence'], ['extra'], ['measure'], ['privacy'], ['acquired'], ['major'], ['project'], ['details'], ['title'], ['online'], ['complaint'], ['system'], ['for'], ['cyber'], ['crimes'], ['project'], ['area'], ['android'], ['application'], ['description'], ['online'], ['complaint'], ['system'], ['cyber'], ['crimes'], ['android'], ['application'], ['use'], ['person'], ['lodged'], ['complaint'], ['police'], ['station'], ['regarding'], ['cyber'], ['crime'], ['action'], ['taken'], ['within'], ['prescribed'], ['time'], ['constraint'], ['such'], ['person'], ['directly'], ['use'], ['application'], ['help'], ['directly'], ['lodge'], ['complaint'], ['commissioner'], ['office'], ['get'], ['store'], ['commissioner'], ['database'], ['necessary'], ['action'], ['taken'], ['strengths'], ['belief'], ['team'], ['work'], ['team'], ['member'], ['leader'], ['hard'], ['ethical'], ['worker'], ['education'], ['details'], ['january'], ['2013'], ['january'], ['2016'], ['b'], ['e'], ['yeshwantrao'], ['chavan'], ['nagpur'], ['maharashtra'], ['nagpur'], ['university'], ['diploma'], ['aggregate'], ['maharashtra'], ['state'], ['s'], ['s'], ['c'], ['education'], ['nagpur'], ['maharashtra'], ['maharashtra'], ['state'], ['testing'], ['engineer'], ['skill'], ['details'], ['android'], ['exprience'], ['6'], ['months'], ['cpp'], ['exprience'], ['6'], ['months'], ['database'], ['exprience'], ['6'], ['months'], ['excel'], ['exprience'], ['6'], ['months'], ['java'], ['exprience'], ['6'], ['months'], ['selenium'], ['exprience'], ['12'], ['months'], ['automation'], ['testing'], ['exprience'], ['12'], ['months'], ['selenium'], ['webdriver'], ['exprience'], ['12'], ['months'], ['manual'], ['testing'], ['exprience'], ['6'], ['months'], ['regression'], ['testing'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['maxgen'], ['technologies'], ['description'], ['i'], ['software'], ['test'], ['engineer'], ['working'], ['maxgen'], ['technologies'], ['past'], ['1'], ['year'], ['computer', 'proficiency'], ['proficiency', 'basic'], ['basic', 'ms'], ['ms', 'office'], ['office', 'powerpoint'], ['powerpoint', 'word'], ['word', 'outlook'], ['outlook', 'excel'], ['excel', 'language'], ['language', 'known'], ['known', 'basics'], ['basics', 'c'], ['c', 'cpp'], ['cpp', 'java'], ['java', 'basics'], ['basics', 'networking'], ['networking', 'basics'], ['basics', 'command'], ['command', 'linux'], ['linux', 'project'], ['project', 'details'], ['details', 'minor'], ['minor', 'project'], ['project', 'details'], ['details', 'title'], ['title', 'applocker'], ['applocker', 'android'], ['android', 'project'], ['project', 'area'], ['area', 'android'], ['android', 'application'], ['application', 'description'], ['description', 'applocker'], ['applocker', 'provides'], ['provides', 'protection'], ['protection', 'system'], ['system', 'applications'], ['applications', 'well'], ['well', 'third'], ['third', 'party'], ['party', 'applications'], ['applications', 'installed'], ['installed', 'android'], ['android', 'devices'], ['devices', 'the'], ['the', 'password'], ['password', 'protection'], ['protection', 'provided'], ['provided', 'help'], ['help', 'patterns'], ['patterns', 'volume'], ['volume', 'keys'], ['keys', 'hence'], ['hence', 'extra'], ['extra', 'measure'], ['measure', 'privacy'], ['privacy', 'acquired'], ['acquired', 'major'], ['major', 'project'], ['project', 'details'], ['details', 'title'], ['title', 'online'], ['online', 'complaint'], ['complaint', 'system'], ['system', 'for'], ['for', 'cyber'], ['cyber', 'crimes'], ['crimes', 'project'], ['project', 'area'], ['area', 'android'], ['android', 'application'], ['application', 'description'], ['description', 'online'], ['online', 'complaint'], ['complaint', 'system'], ['system', 'cyber'], ['cyber', 'crimes'], ['crimes', 'android'], ['android', 'application'], ['application', 'use'], ['use', 'person'], ['person', 'lodged'], ['lodged', 'complaint'], ['complaint', 'police'], ['police', 'station'], ['station', 'regarding'], ['regarding', 'cyber'], ['cyber', 'crime'], ['crime', 'action'], ['action', 'taken'], ['taken', 'within'], ['within', 'prescribed'], ['prescribed', 'time'], ['time', 'constraint'], ['constraint', 'such'], ['such', 'person'], ['person', 'directly'], ['directly', 'use'], ['use', 'application'], ['application', 'help'], ['help', 'directly'], ['directly', 'lodge'], ['lodge', 'complaint'], ['complaint', 'commissioner'], ['commissioner', 'office'], ['office', 'get'], ['get', 'store'], ['store', 'commissioner'], ['commissioner', 'database'], ['database', 'necessary'], ['necessary', 'action'], ['action', 'taken'], ['taken', 'strengths'], ['strengths', 'belief'], ['belief', 'team'], ['team', 'work'], ['work', 'team'], ['team', 'member'], ['member', 'leader'], ['leader', 'hard'], ['hard', 'ethical'], ['ethical', 'worker'], ['worker', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2013'], ['2013', 'january'], ['january', '2016'], ['2016', 'b'], ['b', 'e'], ['e', 'yeshwantrao'], ['yeshwantrao', 'chavan'], ['chavan', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'nagpur'], ['nagpur', 'university'], ['university', 'diploma'], ['diploma', 'aggregate'], ['aggregate', 'maharashtra'], ['maharashtra', 'state'], ['state', 's'], ['s', 's'], ['s', 'c'], ['c', 'education'], ['education', 'nagpur'], ['nagpur', 'maharashtra'], ['maharashtra', 'maharashtra'], ['maharashtra', 'state'], ['state', 'testing'], ['testing', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'android'], ['android', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'cpp'], ['cpp', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'excel'], ['excel', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'java'], ['java', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'selenium'], ['selenium', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'automation'], ['automation', 'testing'], ['testing', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'selenium'], ['selenium', 'webdriver'], ['webdriver', 'exprience'], ['exprience', '12'], ['12', 'months'], ['months', 'manual'], ['manual', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'regression'], ['regression', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'maxgen'], ['maxgen', 'technologies'], ['technologies', 'description'], ['description', 'i'], ['i', 'software'], ['software', 'test'], ['test', 'engineer'], ['engineer', 'working'], ['working', 'maxgen'], ['maxgen', 'technologies'], ['technologies', 'past'], ['past', '1'], ['1', 'year'], ['computer', 'proficiency', 'basic'], ['proficiency', 'basic', 'ms'], ['basic', 'ms', 'office'], ['ms', 'office', 'powerpoint'], ['office', 'powerpoint', 'word'], ['powerpoint', 'word', 'outlook'], ['word', 'outlook', 'excel'], ['outlook', 'excel', 'language'], ['excel', 'language', 'known'], ['language', 'known', 'basics'], ['known', 'basics', 'c'], ['basics', 'c', 'cpp'], ['c', 'cpp', 'java'], ['cpp', 'java', 'basics'], ['java', 'basics', 'networking'], ['basics', 'networking', 'basics'], ['networking', 'basics', 'command'], ['basics', 'command', 'linux'], ['command', 'linux', 'project'], ['linux', 'project', 'details'], ['project', 'details', 'minor'], ['details', 'minor', 'project'], ['minor', 'project', 'details'], ['project', 'details', 'title'], ['details', 'title', 'applocker'], ['title', 'applocker', 'android'], ['applocker', 'android', 'project'], ['android', 'project', 'area'], ['project', 'area', 'android'], ['area', 'android', 'application'], ['android', 'application', 'description'], ['application', 'description', 'applocker'], ['description', 'applocker', 'provides'], ['applocker', 'provides', 'protection'], ['provides', 'protection', 'system'], ['protection', 'system', 'applications'], ['system', 'applications', 'well'], ['applications', 'well', 'third'], ['well', 'third', 'party'], ['third', 'party', 'applications'], ['party', 'applications', 'installed'], ['applications', 'installed', 'android'], ['installed', 'android', 'devices'], ['android', 'devices', 'the'], ['devices', 'the', 'password'], ['the', 'password', 'protection'], ['password', 'protection', 'provided'], ['protection', 'provided', 'help'], ['provided', 'help', 'patterns'], ['help', 'patterns', 'volume'], ['patterns', 'volume', 'keys'], ['volume', 'keys', 'hence'], ['keys', 'hence', 'extra'], ['hence', 'extra', 'measure'], ['extra', 'measure', 'privacy'], ['measure', 'privacy', 'acquired'], ['privacy', 'acquired', 'major'], ['acquired', 'major', 'project'], ['major', 'project', 'details'], ['project', 'details', 'title'], ['details', 'title', 'online'], ['title', 'online', 'complaint'], ['online', 'complaint', 'system'], ['complaint', 'system', 'for'], ['system', 'for', 'cyber'], ['for', 'cyber', 'crimes'], ['cyber', 'crimes', 'project'], ['crimes', 'project', 'area'], ['project', 'area', 'android'], ['area', 'android', 'application'], ['android', 'application', 'description'], ['application', 'description', 'online'], ['description', 'online', 'complaint'], ['online', 'complaint', 'system'], ['complaint', 'system', 'cyber'], ['system', 'cyber', 'crimes'], ['cyber', 'crimes', 'android'], ['crimes', 'android', 'application'], ['android', 'application', 'use'], ['application', 'use', 'person'], ['use', 'person', 'lodged'], ['person', 'lodged', 'complaint'], ['lodged', 'complaint', 'police'], ['complaint', 'police', 'station'], ['police', 'station', 'regarding'], ['station', 'regarding', 'cyber'], ['regarding', 'cyber', 'crime'], ['cyber', 'crime', 'action'], ['crime', 'action', 'taken'], ['action', 'taken', 'within'], ['taken', 'within', 'prescribed'], ['within', 'prescribed', 'time'], ['prescribed', 'time', 'constraint'], ['time', 'constraint', 'such'], ['constraint', 'such', 'person'], ['such', 'person', 'directly'], ['person', 'directly', 'use'], ['directly', 'use', 'application'], ['use', 'application', 'help'], ['application', 'help', 'directly'], ['help', 'directly', 'lodge'], ['directly', 'lodge', 'complaint'], ['lodge', 'complaint', 'commissioner'], ['complaint', 'commissioner', 'office'], ['commissioner', 'office', 'get'], ['office', 'get', 'store'], ['get', 'store', 'commissioner'], ['store', 'commissioner', 'database'], ['commissioner', 'database', 'necessary'], ['database', 'necessary', 'action'], ['necessary', 'action', 'taken'], ['action', 'taken', 'strengths'], ['taken', 'strengths', 'belief'], ['strengths', 'belief', 'team'], ['belief', 'team', 'work'], ['team', 'work', 'team'], ['work', 'team', 'member'], ['team', 'member', 'leader'], ['member', 'leader', 'hard'], ['leader', 'hard', 'ethical'], ['hard', 'ethical', 'worker'], ['ethical', 'worker', 'education'], ['worker', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2013'], ['january', '2013', 'january'], ['2013', 'january', '2016'], ['january', '2016', 'b'], ['2016', 'b', 'e'], ['b', 'e', 'yeshwantrao'], ['e', 'yeshwantrao', 'chavan'], ['yeshwantrao', 'chavan', 'nagpur'], ['chavan', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'nagpur'], ['maharashtra', 'nagpur', 'university'], ['nagpur', 'university', 'diploma'], ['university', 'diploma', 'aggregate'], ['diploma', 'aggregate', 'maharashtra'], ['aggregate', 'maharashtra', 'state'], ['maharashtra', 'state', 's'], ['state', 's', 's'], ['s', 's', 'c'], ['s', 'c', 'education'], ['c', 'education', 'nagpur'], ['education', 'nagpur', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra'], ['maharashtra', 'maharashtra', 'state'], ['maharashtra', 'state', 'testing'], ['state', 'testing', 'engineer'], ['testing', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'android'], ['details', 'android', 'exprience'], ['android', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'cpp'], ['months', 'cpp', 'exprience'], ['cpp', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'database'], ['months', 'database', 'exprience'], ['database', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'excel'], ['months', 'excel', 'exprience'], ['excel', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'java'], ['months', 'java', 'exprience'], ['java', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'selenium'], ['months', 'selenium', 'exprience'], ['selenium', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'automation'], ['months', 'automation', 'testing'], ['automation', 'testing', 'exprience'], ['testing', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'selenium'], ['months', 'selenium', 'webdriver'], ['selenium', 'webdriver', 'exprience'], ['webdriver', 'exprience', '12'], ['exprience', '12', 'months'], ['12', 'months', 'manual'], ['months', 'manual', 'testing'], ['manual', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'regression'], ['months', 'regression', 'testing'], ['regression', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'maxgen'], ['company', 'maxgen', 'technologies'], ['maxgen', 'technologies', 'description'], ['technologies', 'description', 'i'], ['description', 'i', 'software'], ['i', 'software', 'test'], ['software', 'test', 'engineer'], ['test', 'engineer', 'working'], ['engineer', 'working', 'maxgen'], ['working', 'maxgen', 'technologies'], ['maxgen', 'technologies', 'past'], ['technologies', 'past', '1'], ['past', '1', 'year'], ['computer', 'proficiency', 'basic', 'ms'], ['proficiency', 'basic', 'ms', 'office'], ['basic', 'ms', 'office', 'powerpoint'], ['ms', 'office', 'powerpoint', 'word'], ['office', 'powerpoint', 'word', 'outlook'], ['powerpoint', 'word', 'outlook', 'excel'], ['word', 'outlook', 'excel', 'language'], ['outlook', 'excel', 'language', 'known'], ['excel', 'language', 'known', 'basics'], ['language', 'known', 'basics', 'c'], ['known', 'basics', 'c', 'cpp'], ['basics', 'c', 'cpp', 'java'], ['c', 'cpp', 'java', 'basics'], ['cpp', 'java', 'basics', 'networking'], ['java', 'basics', 'networking', 'basics'], ['basics', 'networking', 'basics', 'command'], ['networking', 'basics', 'command', 'linux'], ['basics', 'command', 'linux', 'project'], ['command', 'linux', 'project', 'details'], ['linux', 'project', 'details', 'minor'], ['project', 'details', 'minor', 'project'], ['details', 'minor', 'project', 'details'], ['minor', 'project', 'details', 'title'], ['project', 'details', 'title', 'applocker'], ['details', 'title', 'applocker', 'android'], ['title', 'applocker', 'android', 'project'], ['applocker', 'android', 'project', 'area'], ['android', 'project', 'area', 'android'], ['project', 'area', 'android', 'application'], ['area', 'android', 'application', 'description'], ['android', 'application', 'description', 'applocker'], ['application', 'description', 'applocker', 'provides'], ['description', 'applocker', 'provides', 'protection'], ['applocker', 'provides', 'protection', 'system'], ['provides', 'protection', 'system', 'applications'], ['protection', 'system', 'applications', 'well'], ['system', 'applications', 'well', 'third'], ['applications', 'well', 'third', 'party'], ['well', 'third', 'party', 'applications'], ['third', 'party', 'applications', 'installed'], ['party', 'applications', 'installed', 'android'], ['applications', 'installed', 'android', 'devices'], ['installed', 'android', 'devices', 'the'], ['android', 'devices', 'the', 'password'], ['devices', 'the', 'password', 'protection'], ['the', 'password', 'protection', 'provided'], ['password', 'protection', 'provided', 'help'], ['protection', 'provided', 'help', 'patterns'], ['provided', 'help', 'patterns', 'volume'], ['help', 'patterns', 'volume', 'keys'], ['patterns', 'volume', 'keys', 'hence'], ['volume', 'keys', 'hence', 'extra'], ['keys', 'hence', 'extra', 'measure'], ['hence', 'extra', 'measure', 'privacy'], ['extra', 'measure', 'privacy', 'acquired'], ['measure', 'privacy', 'acquired', 'major'], ['privacy', 'acquired', 'major', 'project'], ['acquired', 'major', 'project', 'details'], ['major', 'project', 'details', 'title'], ['project', 'details', 'title', 'online'], ['details', 'title', 'online', 'complaint'], ['title', 'online', 'complaint', 'system'], ['online', 'complaint', 'system', 'for'], ['complaint', 'system', 'for', 'cyber'], ['system', 'for', 'cyber', 'crimes'], ['for', 'cyber', 'crimes', 'project'], ['cyber', 'crimes', 'project', 'area'], ['crimes', 'project', 'area', 'android'], ['project', 'area', 'android', 'application'], ['area', 'android', 'application', 'description'], ['android', 'application', 'description', 'online'], ['application', 'description', 'online', 'complaint'], ['description', 'online', 'complaint', 'system'], ['online', 'complaint', 'system', 'cyber'], ['complaint', 'system', 'cyber', 'crimes'], ['system', 'cyber', 'crimes', 'android'], ['cyber', 'crimes', 'android', 'application'], ['crimes', 'android', 'application', 'use'], ['android', 'application', 'use', 'person'], ['application', 'use', 'person', 'lodged'], ['use', 'person', 'lodged', 'complaint'], ['person', 'lodged', 'complaint', 'police'], ['lodged', 'complaint', 'police', 'station'], ['complaint', 'police', 'station', 'regarding'], ['police', 'station', 'regarding', 'cyber'], ['station', 'regarding', 'cyber', 'crime'], ['regarding', 'cyber', 'crime', 'action'], ['cyber', 'crime', 'action', 'taken'], ['crime', 'action', 'taken', 'within'], ['action', 'taken', 'within', 'prescribed'], ['taken', 'within', 'prescribed', 'time'], ['within', 'prescribed', 'time', 'constraint'], ['prescribed', 'time', 'constraint', 'such'], ['time', 'constraint', 'such', 'person'], ['constraint', 'such', 'person', 'directly'], ['such', 'person', 'directly', 'use'], ['person', 'directly', 'use', 'application'], ['directly', 'use', 'application', 'help'], ['use', 'application', 'help', 'directly'], ['application', 'help', 'directly', 'lodge'], ['help', 'directly', 'lodge', 'complaint'], ['directly', 'lodge', 'complaint', 'commissioner'], ['lodge', 'complaint', 'commissioner', 'office'], ['complaint', 'commissioner', 'office', 'get'], ['commissioner', 'office', 'get', 'store'], ['office', 'get', 'store', 'commissioner'], ['get', 'store', 'commissioner', 'database'], ['store', 'commissioner', 'database', 'necessary'], ['commissioner', 'database', 'necessary', 'action'], ['database', 'necessary', 'action', 'taken'], ['necessary', 'action', 'taken', 'strengths'], ['action', 'taken', 'strengths', 'belief'], ['taken', 'strengths', 'belief', 'team'], ['strengths', 'belief', 'team', 'work'], ['belief', 'team', 'work', 'team'], ['team', 'work', 'team', 'member'], ['work', 'team', 'member', 'leader'], ['team', 'member', 'leader', 'hard'], ['member', 'leader', 'hard', 'ethical'], ['leader', 'hard', 'ethical', 'worker'], ['hard', 'ethical', 'worker', 'education'], ['ethical', 'worker', 'education', 'details'], ['worker', 'education', 'details', 'january'], ['education', 'details', 'january', '2013'], ['details', 'january', '2013', 'january'], ['january', '2013', 'january', '2016'], ['2013', 'january', '2016', 'b'], ['january', '2016', 'b', 'e'], ['2016', 'b', 'e', 'yeshwantrao'], ['b', 'e', 'yeshwantrao', 'chavan'], ['e', 'yeshwantrao', 'chavan', 'nagpur'], ['yeshwantrao', 'chavan', 'nagpur', 'maharashtra'], ['chavan', 'nagpur', 'maharashtra', 'nagpur'], ['nagpur', 'maharashtra', 'nagpur', 'university'], ['maharashtra', 'nagpur', 'university', 'diploma'], ['nagpur', 'university', 'diploma', 'aggregate'], ['university', 'diploma', 'aggregate', 'maharashtra'], ['diploma', 'aggregate', 'maharashtra', 'state'], ['aggregate', 'maharashtra', 'state', 's'], ['maharashtra', 'state', 's', 's'], ['state', 's', 's', 'c'], ['s', 's', 'c', 'education'], ['s', 'c', 'education', 'nagpur'], ['c', 'education', 'nagpur', 'maharashtra'], ['education', 'nagpur', 'maharashtra', 'maharashtra'], ['nagpur', 'maharashtra', 'maharashtra', 'state'], ['maharashtra', 'maharashtra', 'state', 'testing'], ['maharashtra', 'state', 'testing', 'engineer'], ['state', 'testing', 'engineer', 'skill'], ['testing', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'android'], ['skill', 'details', 'android', 'exprience'], ['details', 'android', 'exprience', '6'], ['android', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'cpp'], ['6', 'months', 'cpp', 'exprience'], ['months', 'cpp', 'exprience', '6'], ['cpp', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'database'], ['6', 'months', 'database', 'exprience'], ['months', 'database', 'exprience', '6'], ['database', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'excel'], ['6', 'months', 'excel', 'exprience'], ['months', 'excel', 'exprience', '6'], ['excel', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'java'], ['6', 'months', 'java', 'exprience'], ['months', 'java', 'exprience', '6'], ['java', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'selenium'], ['6', 'months', 'selenium', 'exprience'], ['months', 'selenium', 'exprience', '12'], ['selenium', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'automation'], ['12', 'months', 'automation', 'testing'], ['months', 'automation', 'testing', 'exprience'], ['automation', 'testing', 'exprience', '12'], ['testing', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'selenium'], ['12', 'months', 'selenium', 'webdriver'], ['months', 'selenium', 'webdriver', 'exprience'], ['selenium', 'webdriver', 'exprience', '12'], ['webdriver', 'exprience', '12', 'months'], ['exprience', '12', 'months', 'manual'], ['12', 'months', 'manual', 'testing'], ['months', 'manual', 'testing', 'exprience'], ['manual', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'regression'], ['6', 'months', 'regression', 'testing'], ['months', 'regression', 'testing', 'exprience'], ['regression', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'maxgen'], ['details', 'company', 'maxgen', 'technologies'], ['company', 'maxgen', 'technologies', 'description'], ['maxgen', 'technologies', 'description', 'i'], ['technologies', 'description', 'i', 'software'], ['description', 'i', 'software', 'test'], ['i', 'software', 'test', 'engineer'], ['software', 'test', 'engineer', 'working'], ['test', 'engineer', 'working', 'maxgen'], ['engineer', 'working', 'maxgen', 'technologies'], ['working', 'maxgen', 'technologies', 'past'], ['maxgen', 'technologies', 'past', '1'], ['technologies', 'past', '1', 'year'], ['computer', 'proficiency', 'basic', 'ms', 'office'], ['proficiency', 'basic', 'ms', 'office', 'powerpoint'], ['basic', 'ms', 'office', 'powerpoint', 'word'], ['ms', 'office', 'powerpoint', 'word', 'outlook'], ['office', 'powerpoint', 'word', 'outlook', 'excel'], ['powerpoint', 'word', 'outlook', 'excel', 'language'], ['word', 'outlook', 'excel', 'language', 'known'], ['outlook', 'excel', 'language', 'known', 'basics'], ['excel', 'language', 'known', 'basics', 'c'], ['language', 'known', 'basics', 'c', 'cpp'], ['known', 'basics', 'c', 'cpp', 'java'], ['basics', 'c', 'cpp', 'java', 'basics'], ['c', 'cpp', 'java', 'basics', 'networking'], ['cpp', 'java', 'basics', 'networking', 'basics'], ['java', 'basics', 'networking', 'basics', 'command'], ['basics', 'networking', 'basics', 'command', 'linux'], ['networking', 'basics', 'command', 'linux', 'project'], ['basics', 'command', 'linux', 'project', 'details'], ['command', 'linux', 'project', 'details', 'minor'], ['linux', 'project', 'details', 'minor', 'project'], ['project', 'details', 'minor', 'project', 'details'], ['details', 'minor', 'project', 'details', 'title'], ['minor', 'project', 'details', 'title', 'applocker'], ['project', 'details', 'title', 'applocker', 'android'], ['details', 'title', 'applocker', 'android', 'project'], ['title', 'applocker', 'android', 'project', 'area'], ['applocker', 'android', 'project', 'area', 'android'], ['android', 'project', 'area', 'android', 'application'], ['project', 'area', 'android', 'application', 'description'], ['area', 'android', 'application', 'description', 'applocker'], ['android', 'application', 'description', 'applocker', 'provides'], ['application', 'description', 'applocker', 'provides', 'protection'], ['description', 'applocker', 'provides', 'protection', 'system'], ['applocker', 'provides', 'protection', 'system', 'applications'], ['provides', 'protection', 'system', 'applications', 'well'], ['protection', 'system', 'applications', 'well', 'third'], ['system', 'applications', 'well', 'third', 'party'], ['applications', 'well', 'third', 'party', 'applications'], ['well', 'third', 'party', 'applications', 'installed'], ['third', 'party', 'applications', 'installed', 'android'], ['party', 'applications', 'installed', 'android', 'devices'], ['applications', 'installed', 'android', 'devices', 'the'], ['installed', 'android', 'devices', 'the', 'password'], ['android', 'devices', 'the', 'password', 'protection'], ['devices', 'the', 'password', 'protection', 'provided'], ['the', 'password', 'protection', 'provided', 'help'], ['password', 'protection', 'provided', 'help', 'patterns'], ['protection', 'provided', 'help', 'patterns', 'volume'], ['provided', 'help', 'patterns', 'volume', 'keys'], ['help', 'patterns', 'volume', 'keys', 'hence'], ['patterns', 'volume', 'keys', 'hence', 'extra'], ['volume', 'keys', 'hence', 'extra', 'measure'], ['keys', 'hence', 'extra', 'measure', 'privacy'], ['hence', 'extra', 'measure', 'privacy', 'acquired'], ['extra', 'measure', 'privacy', 'acquired', 'major'], ['measure', 'privacy', 'acquired', 'major', 'project'], ['privacy', 'acquired', 'major', 'project', 'details'], ['acquired', 'major', 'project', 'details', 'title'], ['major', 'project', 'details', 'title', 'online'], ['project', 'details', 'title', 'online', 'complaint'], ['details', 'title', 'online', 'complaint', 'system'], ['title', 'online', 'complaint', 'system', 'for'], ['online', 'complaint', 'system', 'for', 'cyber'], ['complaint', 'system', 'for', 'cyber', 'crimes'], ['system', 'for', 'cyber', 'crimes', 'project'], ['for', 'cyber', 'crimes', 'project', 'area'], ['cyber', 'crimes', 'project', 'area', 'android'], ['crimes', 'project', 'area', 'android', 'application'], ['project', 'area', 'android', 'application', 'description'], ['area', 'android', 'application', 'description', 'online'], ['android', 'application', 'description', 'online', 'complaint'], ['application', 'description', 'online', 'complaint', 'system'], ['description', 'online', 'complaint', 'system', 'cyber'], ['online', 'complaint', 'system', 'cyber', 'crimes'], ['complaint', 'system', 'cyber', 'crimes', 'android'], ['system', 'cyber', 'crimes', 'android', 'application'], ['cyber', 'crimes', 'android', 'application', 'use'], ['crimes', 'android', 'application', 'use', 'person'], ['android', 'application', 'use', 'person', 'lodged'], ['application', 'use', 'person', 'lodged', 'complaint'], ['use', 'person', 'lodged', 'complaint', 'police'], ['person', 'lodged', 'complaint', 'police', 'station'], ['lodged', 'complaint', 'police', 'station', 'regarding'], ['complaint', 'police', 'station', 'regarding', 'cyber'], ['police', 'station', 'regarding', 'cyber', 'crime'], ['station', 'regarding', 'cyber', 'crime', 'action'], ['regarding', 'cyber', 'crime', 'action', 'taken'], ['cyber', 'crime', 'action', 'taken', 'within'], ['crime', 'action', 'taken', 'within', 'prescribed'], ['action', 'taken', 'within', 'prescribed', 'time'], ['taken', 'within', 'prescribed', 'time', 'constraint'], ['within', 'prescribed', 'time', 'constraint', 'such'], ['prescribed', 'time', 'constraint', 'such', 'person'], ['time', 'constraint', 'such', 'person', 'directly'], ['constraint', 'such', 'person', 'directly', 'use'], ['such', 'person', 'directly', 'use', 'application'], ['person', 'directly', 'use', 'application', 'help'], ['directly', 'use', 'application', 'help', 'directly'], ['use', 'application', 'help', 'directly', 'lodge'], ['application', 'help', 'directly', 'lodge', 'complaint'], ['help', 'directly', 'lodge', 'complaint', 'commissioner'], ['directly', 'lodge', 'complaint', 'commissioner', 'office'], ['lodge', 'complaint', 'commissioner', 'office', 'get'], ['complaint', 'commissioner', 'office', 'get', 'store'], ['commissioner', 'office', 'get', 'store', 'commissioner'], ['office', 'get', 'store', 'commissioner', 'database'], ['get', 'store', 'commissioner', 'database', 'necessary'], ['store', 'commissioner', 'database', 'necessary', 'action'], ['commissioner', 'database', 'necessary', 'action', 'taken'], ['database', 'necessary', 'action', 'taken', 'strengths'], ['necessary', 'action', 'taken', 'strengths', 'belief'], ['action', 'taken', 'strengths', 'belief', 'team'], ['taken', 'strengths', 'belief', 'team', 'work'], ['strengths', 'belief', 'team', 'work', 'team'], ['belief', 'team', 'work', 'team', 'member'], ['team', 'work', 'team', 'member', 'leader'], ['work', 'team', 'member', 'leader', 'hard'], ['team', 'member', 'leader', 'hard', 'ethical'], ['member', 'leader', 'hard', 'ethical', 'worker'], ['leader', 'hard', 'ethical', 'worker', 'education'], ['hard', 'ethical', 'worker', 'education', 'details'], ['ethical', 'worker', 'education', 'details', 'january'], ['worker', 'education', 'details', 'january', '2013'], ['education', 'details', 'january', '2013', 'january'], ['details', 'january', '2013', 'january', '2016'], ['january', '2013', 'january', '2016', 'b'], ['2013', 'january', '2016', 'b', 'e'], ['january', '2016', 'b', 'e', 'yeshwantrao'], ['2016', 'b', 'e', 'yeshwantrao', 'chavan'], ['b', 'e', 'yeshwantrao', 'chavan', 'nagpur'], ['e', 'yeshwantrao', 'chavan', 'nagpur', 'maharashtra'], ['yeshwantrao', 'chavan', 'nagpur', 'maharashtra', 'nagpur'], ['chavan', 'nagpur', 'maharashtra', 'nagpur', 'university'], ['nagpur', 'maharashtra', 'nagpur', 'university', 'diploma'], ['maharashtra', 'nagpur', 'university', 'diploma', 'aggregate'], ['nagpur', 'university', 'diploma', 'aggregate', 'maharashtra'], ['university', 'diploma', 'aggregate', 'maharashtra', 'state'], ['diploma', 'aggregate', 'maharashtra', 'state', 's'], ['aggregate', 'maharashtra', 'state', 's', 's'], ['maharashtra', 'state', 's', 's', 'c'], ['state', 's', 's', 'c', 'education'], ['s', 's', 'c', 'education', 'nagpur'], ['s', 'c', 'education', 'nagpur', 'maharashtra'], ['c', 'education', 'nagpur', 'maharashtra', 'maharashtra'], ['education', 'nagpur', 'maharashtra', 'maharashtra', 'state'], ['nagpur', 'maharashtra', 'maharashtra', 'state', 'testing'], ['maharashtra', 'maharashtra', 'state', 'testing', 'engineer'], ['maharashtra', 'state', 'testing', 'engineer', 'skill'], ['state', 'testing', 'engineer', 'skill', 'details'], ['testing', 'engineer', 'skill', 'details', 'android'], ['engineer', 'skill', 'details', 'android', 'exprience'], ['skill', 'details', 'android', 'exprience', '6'], ['details', 'android', 'exprience', '6', 'months'], ['android', 'exprience', '6', 'months', 'cpp'], ['exprience', '6', 'months', 'cpp', 'exprience'], ['6', 'months', 'cpp', 'exprience', '6'], ['months', 'cpp', 'exprience', '6', 'months'], ['cpp', 'exprience', '6', 'months', 'database'], ...], [['computer'], ['skills'], ['proficient'], ['ms'], ['office'], ['word'], ['basic'], ['excel'], ['power'], ['point'], ['strength'], ['hard'], ['working'], ['loyalty'], ['creativity'], ['self'], ['motivated'], ['responsible'], ['initiative'], ['good'], ['people'], ['management'], ['skill'], ['positive'], ['attitude'], ['knowledge'], ['windows'], ['internet'], ['education'], ['details'], ['bachelor'], ['electrical'], ['engineering'], ['electrical'], ['engineering'], ['nashik'], ['maharashtra'], ['guru'], ['gobind'], ['singh'], ['college'], ['engineering'], ['research'], ['centre'], ['diploma'], ['electrical'], ['engineering'], ['nashik'], ['maharashtra'], ['s'], ['m'], ['e'], ['s'], ['polytechnic'], ['college'], ['testing'], ['engineer'], ['skill'], ['details'], ['excel'], ['exprience'], ['6'], ['months'], ['ms'], ['office'], ['exprience'], ['6'], ['months'], ['word'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['description'], ['department'], ['testing'], ['responsibilities'], ['to'], ['check'], ['acb'], ['vcb'], ['circuit'], ['breaker'], ['following'], ['test'], ['conducted'], ['circuit'], ['breaker'], ['per'], ['drawing'], ['1'], ['to'], ['check'], ['breaker'], ['timing'], ['2'], ['to'], ['check'], ['contact'], ['resistance'], ['using'], ['contact'], ['resistance'], ['meter'], ['crm'], ['3'], ['to'], ['check'], ['breaker'], ['insulation'], ['resistance'], ['ir'], ['4'], ['to'], ['check'], ['breaker'], ['rack'], ['rack'], ['properly'], ['5'], ['to'], ['check'], ['closing'], ['tripping'], ['operation'], ['work'], ['properly'], ['to'], ['check'], ['following'], ['test'], ['conducted'], ['mcc'], ['pcc'], ['panel'], ['1'], ['insulation'], ['resistance'], ['ir'], ['test'], ['2'], ['contact'], ['resistance'], ['crm'], ['test'], ['3'], ['to'], ['check'], ['connection'], ['p'], ['panel'], ['per'], ['drawing'], ['to'], ['check'], ['following'], ['test'], ['conducted'], ['transformer'], ['1'], ['insulation'], ['resistance'], ['ir'], ['test'], ['2'], ['transformer'], ['ratio'], ['test'], ['3'], ['transformer'], ['vector'], ['group'], ['test'], ['4'], ['magnetic'], ['balance'], ['test'], ['5'], ['magnetic'], ['current'], ['test'], ['6'], ['to'], ['check'], ['transformer'], ['tapping'], ['remotely'], ['well'], ['manually'], ['7'], ['to'], ['check'], ['alarm'], ['tripping'], ['protection'], ['command'], ['work'], ['properly'], ['or'], ['per'], ['circuit'], ['diagram'], ['to'], ['check'], ['test'], ['conducted'], ['hv'], ['cables'], ['1'], ['hi'], ['pot'], ['test'], ['2'], ['insulation'], ['resistance'], ['ir'], ['test'], ['to'], ['check'], ['lv'], ['cables'], ['using'], ['megger'], ['ir'], ['test'], ['to'], ['check'], ['relay'], ['connections'], ['per'], ['circuit'], ['diagram'], ['create'], ['defects'], ['list'], ['arising'], ['testing'], ['try'], ['find'], ['solution'], ['minimize'], ['problem'], ['company'], ['trans'], ['power'], ['solutions'], ['description'], ['lake'], ['site'], ['co'], ['op'], ['soc'], ['adi'], ['shankaracharya'], ['marg'], ['opp'], ['iit'], ['main'], ['gate'], ['powai'], ['400076'], ['computer', 'skills'], ['skills', 'proficient'], ['proficient', 'ms'], ['ms', 'office'], ['office', 'word'], ['word', 'basic'], ['basic', 'excel'], ['excel', 'power'], ['power', 'point'], ['point', 'strength'], ['strength', 'hard'], ['hard', 'working'], ['working', 'loyalty'], ['loyalty', 'creativity'], ['creativity', 'self'], ['self', 'motivated'], ['motivated', 'responsible'], ['responsible', 'initiative'], ['initiative', 'good'], ['good', 'people'], ['people', 'management'], ['management', 'skill'], ['skill', 'positive'], ['positive', 'attitude'], ['attitude', 'knowledge'], ['knowledge', 'windows'], ['windows', 'internet'], ['internet', 'education'], ['education', 'details'], ['details', 'bachelor'], ['bachelor', 'electrical'], ['electrical', 'engineering'], ['engineering', 'electrical'], ['electrical', 'engineering'], ['engineering', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'guru'], ['guru', 'gobind'], ['gobind', 'singh'], ['singh', 'college'], ['college', 'engineering'], ['engineering', 'research'], ['research', 'centre'], ['centre', 'diploma'], ['diploma', 'electrical'], ['electrical', 'engineering'], ['engineering', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 's'], ['s', 'm'], ['m', 'e'], ['e', 's'], ['s', 'polytechnic'], ['polytechnic', 'college'], ['college', 'testing'], ['testing', 'engineer'], ['engineer', 'skill'], ['skill', 'details'], ['details', 'excel'], ['excel', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'ms'], ['ms', 'office'], ['office', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'word'], ['word', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'description'], ['description', 'department'], ['department', 'testing'], ['testing', 'responsibilities'], ['responsibilities', 'to'], ['to', 'check'], ['check', 'acb'], ['acb', 'vcb'], ['vcb', 'circuit'], ['circuit', 'breaker'], ['breaker', 'following'], ['following', 'test'], ['test', 'conducted'], ['conducted', 'circuit'], ['circuit', 'breaker'], ['breaker', 'per'], ['per', 'drawing'], ['drawing', '1'], ['1', 'to'], ['to', 'check'], ['check', 'breaker'], ['breaker', 'timing'], ['timing', '2'], ['2', 'to'], ['to', 'check'], ['check', 'contact'], ['contact', 'resistance'], ['resistance', 'using'], ['using', 'contact'], ['contact', 'resistance'], ['resistance', 'meter'], ['meter', 'crm'], ['crm', '3'], ['3', 'to'], ['to', 'check'], ['check', 'breaker'], ['breaker', 'insulation'], ['insulation', 'resistance'], ['resistance', 'ir'], ['ir', '4'], ['4', 'to'], ['to', 'check'], ['check', 'breaker'], ['breaker', 'rack'], ['rack', 'rack'], ['rack', 'properly'], ['properly', '5'], ['5', 'to'], ['to', 'check'], ['check', 'closing'], ['closing', 'tripping'], ['tripping', 'operation'], ['operation', 'work'], ['work', 'properly'], ['properly', 'to'], ['to', 'check'], ['check', 'following'], ['following', 'test'], ['test', 'conducted'], ['conducted', 'mcc'], ['mcc', 'pcc'], ['pcc', 'panel'], ['panel', '1'], ['1', 'insulation'], ['insulation', 'resistance'], ['resistance', 'ir'], ['ir', 'test'], ['test', '2'], ['2', 'contact'], ['contact', 'resistance'], ['resistance', 'crm'], ['crm', 'test'], ['test', '3'], ['3', 'to'], ['to', 'check'], ['check', 'connection'], ['connection', 'p'], ['p', 'panel'], ['panel', 'per'], ['per', 'drawing'], ['drawing', 'to'], ['to', 'check'], ['check', 'following'], ['following', 'test'], ['test', 'conducted'], ['conducted', 'transformer'], ['transformer', '1'], ['1', 'insulation'], ['insulation', 'resistance'], ['resistance', 'ir'], ['ir', 'test'], ['test', '2'], ['2', 'transformer'], ['transformer', 'ratio'], ['ratio', 'test'], ['test', '3'], ['3', 'transformer'], ['transformer', 'vector'], ['vector', 'group'], ['group', 'test'], ['test', '4'], ['4', 'magnetic'], ['magnetic', 'balance'], ['balance', 'test'], ['test', '5'], ['5', 'magnetic'], ['magnetic', 'current'], ['current', 'test'], ['test', '6'], ['6', 'to'], ['to', 'check'], ['check', 'transformer'], ['transformer', 'tapping'], ['tapping', 'remotely'], ['remotely', 'well'], ['well', 'manually'], ['manually', '7'], ['7', 'to'], ['to', 'check'], ['check', 'alarm'], ['alarm', 'tripping'], ['tripping', 'protection'], ['protection', 'command'], ['command', 'work'], ['work', 'properly'], ['properly', 'or'], ['or', 'per'], ['per', 'circuit'], ['circuit', 'diagram'], ['diagram', 'to'], ['to', 'check'], ['check', 'test'], ['test', 'conducted'], ['conducted', 'hv'], ['hv', 'cables'], ['cables', '1'], ['1', 'hi'], ['hi', 'pot'], ['pot', 'test'], ['test', '2'], ['2', 'insulation'], ['insulation', 'resistance'], ['resistance', 'ir'], ['ir', 'test'], ['test', 'to'], ['to', 'check'], ['check', 'lv'], ['lv', 'cables'], ['cables', 'using'], ['using', 'megger'], ['megger', 'ir'], ['ir', 'test'], ['test', 'to'], ['to', 'check'], ['check', 'relay'], ['relay', 'connections'], ['connections', 'per'], ['per', 'circuit'], ['circuit', 'diagram'], ['diagram', 'create'], ['create', 'defects'], ['defects', 'list'], ['list', 'arising'], ['arising', 'testing'], ['testing', 'try'], ['try', 'find'], ['find', 'solution'], ['solution', 'minimize'], ['minimize', 'problem'], ['problem', 'company'], ['company', 'trans'], ['trans', 'power'], ['power', 'solutions'], ['solutions', 'description'], ['description', 'lake'], ['lake', 'site'], ['site', 'co'], ['co', 'op'], ['op', 'soc'], ['soc', 'adi'], ['adi', 'shankaracharya'], ['shankaracharya', 'marg'], ['marg', 'opp'], ['opp', 'iit'], ['iit', 'main'], ['main', 'gate'], ['gate', 'powai'], ['powai', '400076'], ['computer', 'skills', 'proficient'], ['skills', 'proficient', 'ms'], ['proficient', 'ms', 'office'], ['ms', 'office', 'word'], ['office', 'word', 'basic'], ['word', 'basic', 'excel'], ['basic', 'excel', 'power'], ['excel', 'power', 'point'], ['power', 'point', 'strength'], ['point', 'strength', 'hard'], ['strength', 'hard', 'working'], ['hard', 'working', 'loyalty'], ['working', 'loyalty', 'creativity'], ['loyalty', 'creativity', 'self'], ['creativity', 'self', 'motivated'], ['self', 'motivated', 'responsible'], ['motivated', 'responsible', 'initiative'], ['responsible', 'initiative', 'good'], ['initiative', 'good', 'people'], ['good', 'people', 'management'], ['people', 'management', 'skill'], ['management', 'skill', 'positive'], ['skill', 'positive', 'attitude'], ['positive', 'attitude', 'knowledge'], ['attitude', 'knowledge', 'windows'], ['knowledge', 'windows', 'internet'], ['windows', 'internet', 'education'], ['internet', 'education', 'details'], ['education', 'details', 'bachelor'], ['details', 'bachelor', 'electrical'], ['bachelor', 'electrical', 'engineering'], ['electrical', 'engineering', 'electrical'], ['engineering', 'electrical', 'engineering'], ['electrical', 'engineering', 'nashik'], ['engineering', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'guru'], ['maharashtra', 'guru', 'gobind'], ['guru', 'gobind', 'singh'], ['gobind', 'singh', 'college'], ['singh', 'college', 'engineering'], ['college', 'engineering', 'research'], ['engineering', 'research', 'centre'], ['research', 'centre', 'diploma'], ['centre', 'diploma', 'electrical'], ['diploma', 'electrical', 'engineering'], ['electrical', 'engineering', 'nashik'], ['engineering', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 's'], ['maharashtra', 's', 'm'], ['s', 'm', 'e'], ['m', 'e', 's'], ['e', 's', 'polytechnic'], ['s', 'polytechnic', 'college'], ['polytechnic', 'college', 'testing'], ['college', 'testing', 'engineer'], ['testing', 'engineer', 'skill'], ['engineer', 'skill', 'details'], ['skill', 'details', 'excel'], ['details', 'excel', 'exprience'], ['excel', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'ms'], ['months', 'ms', 'office'], ['ms', 'office', 'exprience'], ['office', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'word'], ['months', 'word', 'exprience'], ['word', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'description'], ['company', 'description', 'department'], ['description', 'department', 'testing'], ['department', 'testing', 'responsibilities'], ['testing', 'responsibilities', 'to'], ['responsibilities', 'to', 'check'], ['to', 'check', 'acb'], ['check', 'acb', 'vcb'], ['acb', 'vcb', 'circuit'], ['vcb', 'circuit', 'breaker'], ['circuit', 'breaker', 'following'], ['breaker', 'following', 'test'], ['following', 'test', 'conducted'], ['test', 'conducted', 'circuit'], ['conducted', 'circuit', 'breaker'], ['circuit', 'breaker', 'per'], ['breaker', 'per', 'drawing'], ['per', 'drawing', '1'], ['drawing', '1', 'to'], ['1', 'to', 'check'], ['to', 'check', 'breaker'], ['check', 'breaker', 'timing'], ['breaker', 'timing', '2'], ['timing', '2', 'to'], ['2', 'to', 'check'], ['to', 'check', 'contact'], ['check', 'contact', 'resistance'], ['contact', 'resistance', 'using'], ['resistance', 'using', 'contact'], ['using', 'contact', 'resistance'], ['contact', 'resistance', 'meter'], ['resistance', 'meter', 'crm'], ['meter', 'crm', '3'], ['crm', '3', 'to'], ['3', 'to', 'check'], ['to', 'check', 'breaker'], ['check', 'breaker', 'insulation'], ['breaker', 'insulation', 'resistance'], ['insulation', 'resistance', 'ir'], ['resistance', 'ir', '4'], ['ir', '4', 'to'], ['4', 'to', 'check'], ['to', 'check', 'breaker'], ['check', 'breaker', 'rack'], ['breaker', 'rack', 'rack'], ['rack', 'rack', 'properly'], ['rack', 'properly', '5'], ['properly', '5', 'to'], ['5', 'to', 'check'], ['to', 'check', 'closing'], ['check', 'closing', 'tripping'], ['closing', 'tripping', 'operation'], ['tripping', 'operation', 'work'], ['operation', 'work', 'properly'], ['work', 'properly', 'to'], ['properly', 'to', 'check'], ['to', 'check', 'following'], ['check', 'following', 'test'], ['following', 'test', 'conducted'], ['test', 'conducted', 'mcc'], ['conducted', 'mcc', 'pcc'], ['mcc', 'pcc', 'panel'], ['pcc', 'panel', '1'], ['panel', '1', 'insulation'], ['1', 'insulation', 'resistance'], ['insulation', 'resistance', 'ir'], ['resistance', 'ir', 'test'], ['ir', 'test', '2'], ['test', '2', 'contact'], ['2', 'contact', 'resistance'], ['contact', 'resistance', 'crm'], ['resistance', 'crm', 'test'], ['crm', 'test', '3'], ['test', '3', 'to'], ['3', 'to', 'check'], ['to', 'check', 'connection'], ['check', 'connection', 'p'], ['connection', 'p', 'panel'], ['p', 'panel', 'per'], ['panel', 'per', 'drawing'], ['per', 'drawing', 'to'], ['drawing', 'to', 'check'], ['to', 'check', 'following'], ['check', 'following', 'test'], ['following', 'test', 'conducted'], ['test', 'conducted', 'transformer'], ['conducted', 'transformer', '1'], ['transformer', '1', 'insulation'], ['1', 'insulation', 'resistance'], ['insulation', 'resistance', 'ir'], ['resistance', 'ir', 'test'], ['ir', 'test', '2'], ['test', '2', 'transformer'], ['2', 'transformer', 'ratio'], ['transformer', 'ratio', 'test'], ['ratio', 'test', '3'], ['test', '3', 'transformer'], ['3', 'transformer', 'vector'], ['transformer', 'vector', 'group'], ['vector', 'group', 'test'], ['group', 'test', '4'], ['test', '4', 'magnetic'], ['4', 'magnetic', 'balance'], ['magnetic', 'balance', 'test'], ['balance', 'test', '5'], ['test', '5', 'magnetic'], ['5', 'magnetic', 'current'], ['magnetic', 'current', 'test'], ['current', 'test', '6'], ['test', '6', 'to'], ['6', 'to', 'check'], ['to', 'check', 'transformer'], ['check', 'transformer', 'tapping'], ['transformer', 'tapping', 'remotely'], ['tapping', 'remotely', 'well'], ['remotely', 'well', 'manually'], ['well', 'manually', '7'], ['manually', '7', 'to'], ['7', 'to', 'check'], ['to', 'check', 'alarm'], ['check', 'alarm', 'tripping'], ['alarm', 'tripping', 'protection'], ['tripping', 'protection', 'command'], ['protection', 'command', 'work'], ['command', 'work', 'properly'], ['work', 'properly', 'or'], ['properly', 'or', 'per'], ['or', 'per', 'circuit'], ['per', 'circuit', 'diagram'], ['circuit', 'diagram', 'to'], ['diagram', 'to', 'check'], ['to', 'check', 'test'], ['check', 'test', 'conducted'], ['test', 'conducted', 'hv'], ['conducted', 'hv', 'cables'], ['hv', 'cables', '1'], ['cables', '1', 'hi'], ['1', 'hi', 'pot'], ['hi', 'pot', 'test'], ['pot', 'test', '2'], ['test', '2', 'insulation'], ['2', 'insulation', 'resistance'], ['insulation', 'resistance', 'ir'], ['resistance', 'ir', 'test'], ['ir', 'test', 'to'], ['test', 'to', 'check'], ['to', 'check', 'lv'], ['check', 'lv', 'cables'], ['lv', 'cables', 'using'], ['cables', 'using', 'megger'], ['using', 'megger', 'ir'], ['megger', 'ir', 'test'], ['ir', 'test', 'to'], ['test', 'to', 'check'], ['to', 'check', 'relay'], ['check', 'relay', 'connections'], ['relay', 'connections', 'per'], ['connections', 'per', 'circuit'], ['per', 'circuit', 'diagram'], ['circuit', 'diagram', 'create'], ['diagram', 'create', 'defects'], ['create', 'defects', 'list'], ['defects', 'list', 'arising'], ['list', 'arising', 'testing'], ['arising', 'testing', 'try'], ['testing', 'try', 'find'], ['try', 'find', 'solution'], ['find', 'solution', 'minimize'], ['solution', 'minimize', 'problem'], ['minimize', 'problem', 'company'], ['problem', 'company', 'trans'], ['company', 'trans', 'power'], ['trans', 'power', 'solutions'], ['power', 'solutions', 'description'], ['solutions', 'description', 'lake'], ['description', 'lake', 'site'], ['lake', 'site', 'co'], ['site', 'co', 'op'], ['co', 'op', 'soc'], ['op', 'soc', 'adi'], ['soc', 'adi', 'shankaracharya'], ['adi', 'shankaracharya', 'marg'], ['shankaracharya', 'marg', 'opp'], ['marg', 'opp', 'iit'], ['opp', 'iit', 'main'], ['iit', 'main', 'gate'], ['main', 'gate', 'powai'], ['gate', 'powai', '400076'], ['computer', 'skills', 'proficient', 'ms'], ['skills', 'proficient', 'ms', 'office'], ['proficient', 'ms', 'office', 'word'], ['ms', 'office', 'word', 'basic'], ['office', 'word', 'basic', 'excel'], ['word', 'basic', 'excel', 'power'], ['basic', 'excel', 'power', 'point'], ['excel', 'power', 'point', 'strength'], ['power', 'point', 'strength', 'hard'], ['point', 'strength', 'hard', 'working'], ['strength', 'hard', 'working', 'loyalty'], ['hard', 'working', 'loyalty', 'creativity'], ['working', 'loyalty', 'creativity', 'self'], ['loyalty', 'creativity', 'self', 'motivated'], ['creativity', 'self', 'motivated', 'responsible'], ['self', 'motivated', 'responsible', 'initiative'], ['motivated', 'responsible', 'initiative', 'good'], ['responsible', 'initiative', 'good', 'people'], ['initiative', 'good', 'people', 'management'], ['good', 'people', 'management', 'skill'], ['people', 'management', 'skill', 'positive'], ['management', 'skill', 'positive', 'attitude'], ['skill', 'positive', 'attitude', 'knowledge'], ['positive', 'attitude', 'knowledge', 'windows'], ['attitude', 'knowledge', 'windows', 'internet'], ['knowledge', 'windows', 'internet', 'education'], ['windows', 'internet', 'education', 'details'], ['internet', 'education', 'details', 'bachelor'], ['education', 'details', 'bachelor', 'electrical'], ['details', 'bachelor', 'electrical', 'engineering'], ['bachelor', 'electrical', 'engineering', 'electrical'], ['electrical', 'engineering', 'electrical', 'engineering'], ['engineering', 'electrical', 'engineering', 'nashik'], ['electrical', 'engineering', 'nashik', 'maharashtra'], ['engineering', 'nashik', 'maharashtra', 'guru'], ['nashik', 'maharashtra', 'guru', 'gobind'], ['maharashtra', 'guru', 'gobind', 'singh'], ['guru', 'gobind', 'singh', 'college'], ['gobind', 'singh', 'college', 'engineering'], ['singh', 'college', 'engineering', 'research'], ['college', 'engineering', 'research', 'centre'], ['engineering', 'research', 'centre', 'diploma'], ['research', 'centre', 'diploma', 'electrical'], ['centre', 'diploma', 'electrical', 'engineering'], ['diploma', 'electrical', 'engineering', 'nashik'], ['electrical', 'engineering', 'nashik', 'maharashtra'], ['engineering', 'nashik', 'maharashtra', 's'], ['nashik', 'maharashtra', 's', 'm'], ['maharashtra', 's', 'm', 'e'], ['s', 'm', 'e', 's'], ['m', 'e', 's', 'polytechnic'], ['e', 's', 'polytechnic', 'college'], ['s', 'polytechnic', 'college', 'testing'], ['polytechnic', 'college', 'testing', 'engineer'], ['college', 'testing', 'engineer', 'skill'], ['testing', 'engineer', 'skill', 'details'], ['engineer', 'skill', 'details', 'excel'], ['skill', 'details', 'excel', 'exprience'], ['details', 'excel', 'exprience', '6'], ['excel', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'ms'], ['6', 'months', 'ms', 'office'], ['months', 'ms', 'office', 'exprience'], ['ms', 'office', 'exprience', '6'], ['office', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'word'], ['6', 'months', 'word', 'exprience'], ['months', 'word', 'exprience', '6'], ['word', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'description'], ['details', 'company', 'description', 'department'], ['company', 'description', 'department', 'testing'], ['description', 'department', 'testing', 'responsibilities'], ['department', 'testing', 'responsibilities', 'to'], ['testing', 'responsibilities', 'to', 'check'], ['responsibilities', 'to', 'check', 'acb'], ['to', 'check', 'acb', 'vcb'], ['check', 'acb', 'vcb', 'circuit'], ['acb', 'vcb', 'circuit', 'breaker'], ['vcb', 'circuit', 'breaker', 'following'], ['circuit', 'breaker', 'following', 'test'], ['breaker', 'following', 'test', 'conducted'], ['following', 'test', 'conducted', 'circuit'], ['test', 'conducted', 'circuit', 'breaker'], ['conducted', 'circuit', 'breaker', 'per'], ['circuit', 'breaker', 'per', 'drawing'], ['breaker', 'per', 'drawing', '1'], ['per', 'drawing', '1', 'to'], ['drawing', '1', 'to', 'check'], ['1', 'to', 'check', 'breaker'], ['to', 'check', 'breaker', 'timing'], ['check', 'breaker', 'timing', '2'], ['breaker', 'timing', '2', 'to'], ['timing', '2', 'to', 'check'], ['2', 'to', 'check', 'contact'], ['to', 'check', 'contact', 'resistance'], ['check', 'contact', 'resistance', 'using'], ['contact', 'resistance', 'using', 'contact'], ['resistance', 'using', 'contact', 'resistance'], ['using', 'contact', 'resistance', 'meter'], ['contact', 'resistance', 'meter', 'crm'], ['resistance', 'meter', 'crm', '3'], ['meter', 'crm', '3', 'to'], ['crm', '3', 'to', 'check'], ['3', 'to', 'check', 'breaker'], ['to', 'check', 'breaker', 'insulation'], ['check', 'breaker', 'insulation', 'resistance'], ['breaker', 'insulation', 'resistance', 'ir'], ['insulation', 'resistance', 'ir', '4'], ['resistance', 'ir', '4', 'to'], ['ir', '4', 'to', 'check'], ['4', 'to', 'check', 'breaker'], ['to', 'check', 'breaker', 'rack'], ['check', 'breaker', 'rack', 'rack'], ['breaker', 'rack', 'rack', 'properly'], ['rack', 'rack', 'properly', '5'], ['rack', 'properly', '5', 'to'], ['properly', '5', 'to', 'check'], ['5', 'to', 'check', 'closing'], ['to', 'check', 'closing', 'tripping'], ['check', 'closing', 'tripping', 'operation'], ['closing', 'tripping', 'operation', 'work'], ['tripping', 'operation', 'work', 'properly'], ['operation', 'work', 'properly', 'to'], ['work', 'properly', 'to', 'check'], ['properly', 'to', 'check', 'following'], ['to', 'check', 'following', 'test'], ['check', 'following', 'test', 'conducted'], ['following', 'test', 'conducted', 'mcc'], ['test', 'conducted', 'mcc', 'pcc'], ['conducted', 'mcc', 'pcc', 'panel'], ['mcc', 'pcc', 'panel', '1'], ['pcc', 'panel', '1', 'insulation'], ['panel', '1', 'insulation', 'resistance'], ['1', 'insulation', 'resistance', 'ir'], ['insulation', 'resistance', 'ir', 'test'], ['resistance', 'ir', 'test', '2'], ['ir', 'test', '2', 'contact'], ['test', '2', 'contact', 'resistance'], ['2', 'contact', 'resistance', 'crm'], ['contact', 'resistance', 'crm', 'test'], ['resistance', 'crm', 'test', '3'], ['crm', 'test', '3', 'to'], ['test', '3', 'to', 'check'], ['3', 'to', 'check', 'connection'], ['to', 'check', 'connection', 'p'], ['check', 'connection', 'p', 'panel'], ['connection', 'p', 'panel', 'per'], ['p', 'panel', 'per', 'drawing'], ['panel', 'per', 'drawing', 'to'], ['per', 'drawing', 'to', 'check'], ['drawing', 'to', 'check', 'following'], ['to', 'check', 'following', 'test'], ['check', 'following', 'test', 'conducted'], ['following', 'test', 'conducted', 'transformer'], ['test', 'conducted', 'transformer', '1'], ['conducted', 'transformer', '1', 'insulation'], ['transformer', '1', 'insulation', 'resistance'], ['1', 'insulation', 'resistance', 'ir'], ['insulation', 'resistance', 'ir', 'test'], ['resistance', 'ir', 'test', '2'], ['ir', 'test', '2', 'transformer'], ['test', '2', 'transformer', 'ratio'], ['2', 'transformer', 'ratio', 'test'], ['transformer', 'ratio', 'test', '3'], ['ratio', 'test', '3', 'transformer'], ['test', '3', 'transformer', 'vector'], ['3', 'transformer', 'vector', 'group'], ['transformer', 'vector', 'group', 'test'], ['vector', 'group', 'test', '4'], ['group', 'test', '4', 'magnetic'], ['test', '4', 'magnetic', 'balance'], ['4', 'magnetic', 'balance', 'test'], ['magnetic', 'balance', 'test', '5'], ['balance', 'test', '5', 'magnetic'], ['test', '5', 'magnetic', 'current'], ['5', 'magnetic', 'current', 'test'], ['magnetic', 'current', 'test', '6'], ['current', 'test', '6', 'to'], ['test', '6', 'to', 'check'], ['6', 'to', 'check', 'transformer'], ['to', 'check', 'transformer', 'tapping'], ['check', 'transformer', 'tapping', 'remotely'], ['transformer', 'tapping', 'remotely', 'well'], ['tapping', 'remotely', 'well', 'manually'], ['remotely', 'well', 'manually', '7'], ['well', 'manually', '7', 'to'], ['manually', '7', 'to', 'check'], ['7', 'to', 'check', 'alarm'], ['to', 'check', 'alarm', 'tripping'], ['check', 'alarm', 'tripping', 'protection'], ['alarm', 'tripping', 'protection', 'command'], ['tripping', 'protection', 'command', 'work'], ['protection', 'command', 'work', 'properly'], ['command', 'work', 'properly', 'or'], ['work', 'properly', 'or', 'per'], ['properly', 'or', 'per', 'circuit'], ['or', 'per', 'circuit', 'diagram'], ['per', 'circuit', 'diagram', 'to'], ['circuit', 'diagram', 'to', 'check'], ['diagram', 'to', 'check', 'test'], ['to', 'check', 'test', 'conducted'], ['check', 'test', 'conducted', 'hv'], ['test', 'conducted', 'hv', 'cables'], ['conducted', 'hv', 'cables', '1'], ['hv', 'cables', '1', 'hi'], ['cables', '1', 'hi', 'pot'], ['1', 'hi', 'pot', 'test'], ['hi', 'pot', 'test', '2'], ['pot', 'test', '2', 'insulation'], ['test', '2', 'insulation', 'resistance'], ['2', 'insulation', 'resistance', 'ir'], ['insulation', 'resistance', 'ir', 'test'], ['resistance', 'ir', 'test', 'to'], ['ir', 'test', 'to', 'check'], ...], [['willingness'], ['ept'], ['challenges'], ['positive'], ['thinking'], ['good'], ['learner'], ['team'], ['player'], ['declaration'], ['i'], ['hereby'], ['declare'], ['mentioned'], ['information'], ['correct'], ['knowledge'], ['i'], ['bear'], ['responsibility'], ['correctness'], ['mentioned'], ['particulars'], ['date'], ['name'], ['dongare'], ['mandakini'], ['murlidhar'], ['signature'], ['education'], ['details'], ['june'], ['2015'], ['electronics'], ['telecommunication'], ['engineering'], ['kolhapur'], ['maharashtra'], ['shivaji'], ['university'], ['june'], ['2012'], ['education'], ['secondary'], ['higher'], ['secondary'], ['b'], ['e'], ['electronics'], ['telecommunication'], ['jaywant'], ['college'], ['engineering'], ['management'], ['testing'], ['engineer'], ['electronics'], ['engineer'], ['abacus'], ['electronics'], ['pvt'], ['ltd'], ['skill'], ['details'], ['language'], ['c'], ['c'], ['exprience'], ['less'], ['1'], ['year'], ['months'], ['operating'], ['systems'], ['windows'], ['7'], ['8'], ['nt'], ['xp'], ['exprience'], ['less'], ['1'], ['year'], ['monthscompany'], ['details'], ['company'], ['abacus'], ['electronics'], ['pvt'], ['ltd'], ['description'], ['duties'], ['perform'], ['electronic'], ['system'], ['testing'], ['eptance'], ['compliance'], ['warranty'], ['types'], ['develop'], ['test'], ['plan'], ['procedure'], ['electronic'], ['systems'], ['maintain'], ['complete'], ['urate'], ['documentations'], ['system'], ['testing'], ['analyze'], ['troubleshoot'], ['test'], ['defects'], ['timely'], ['fashion'], ['write'], ['system'], ['assembly'], ['instructions'], ['resolve'], ['assembly'], ['issues'], ['urately'], ['work'], ['supervisors'], ['plan'], ['coordinate'], ['test'], ['activities'], ['evaluate'], ['system'], ['performance'], ['suggest'], ['improvements'], ['understand'], ['interpret'], ['drawings'], ['schematics'], ['technical'], ['manuals'], ['instructions'], ['also'], ['performed'], ['hardware'], ['testing'], ['debugging'], ['hardware'], ['pcbs'], ['follow'], ['company'], ['policies'], ['safely'], ['regulations'], ['work'], ['cross'], ['functional'], ['teams'], ['complete'], ['assigned'], ['job'], ['duties'], ['within'], ['deadlines'], ['recommend'], ['process'], ['improvements'], ['enhance'], ['testing'], ['efficiency'], ['company'], ['minilec'], ['india'], ['pvt'], ['ltd'], ['pirangoot'], ['description'], ['taking'], ['responsibility'], ['quality'], ['company'], ['product'], ['working'], ['departmental'], ['manager'], ['production'], ['staff'], ['suppliers'], ['ensure'], ['quality'], ['aim'], ['minimize'], ['cost'], ['reworking'], ['waste'], ['maximize'], ['customer'], ['satisfaction'], ['product'], ['to'], ['establish'], ['implement'], ['maintain'], ['quality'], ['management'], ['system'], ['measure'], ['control'], ['quality'], ['production'], ['process'], ['work'], ['aim'], ['eliminate'], ['causes'], ['quality'], ['issues'], ['reduce'], ['risk'], ['failure'], ['willingness', 'ept'], ['ept', 'challenges'], ['challenges', 'positive'], ['positive', 'thinking'], ['thinking', 'good'], ['good', 'learner'], ['learner', 'team'], ['team', 'player'], ['player', 'declaration'], ['declaration', 'i'], ['i', 'hereby'], ['hereby', 'declare'], ['declare', 'mentioned'], ['mentioned', 'information'], ['information', 'correct'], ['correct', 'knowledge'], ['knowledge', 'i'], ['i', 'bear'], ['bear', 'responsibility'], ['responsibility', 'correctness'], ['correctness', 'mentioned'], ['mentioned', 'particulars'], ['particulars', 'date'], ['date', 'name'], ['name', 'dongare'], ['dongare', 'mandakini'], ['mandakini', 'murlidhar'], ['murlidhar', 'signature'], ['signature', 'education'], ['education', 'details'], ['details', 'june'], ['june', '2015'], ['2015', 'electronics'], ['electronics', 'telecommunication'], ['telecommunication', 'engineering'], ['engineering', 'kolhapur'], ['kolhapur', 'maharashtra'], ['maharashtra', 'shivaji'], ['shivaji', 'university'], ['university', 'june'], ['june', '2012'], ['2012', 'education'], ['education', 'secondary'], ['secondary', 'higher'], ['higher', 'secondary'], ['secondary', 'b'], ['b', 'e'], ['e', 'electronics'], ['electronics', 'telecommunication'], ['telecommunication', 'jaywant'], ['jaywant', 'college'], ['college', 'engineering'], ['engineering', 'management'], ['management', 'testing'], ['testing', 'engineer'], ['engineer', 'electronics'], ['electronics', 'engineer'], ['engineer', 'abacus'], ['abacus', 'electronics'], ['electronics', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'language'], ['language', 'c'], ['c', 'c'], ['c', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'months'], ['months', 'operating'], ['operating', 'systems'], ['systems', 'windows'], ['windows', '7'], ['7', '8'], ['8', 'nt'], ['nt', 'xp'], ['xp', 'exprience'], ['exprience', 'less'], ['less', '1'], ['1', 'year'], ['year', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'abacus'], ['abacus', 'electronics'], ['electronics', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'duties'], ['duties', 'perform'], ['perform', 'electronic'], ['electronic', 'system'], ['system', 'testing'], ['testing', 'eptance'], ['eptance', 'compliance'], ['compliance', 'warranty'], ['warranty', 'types'], ['types', 'develop'], ['develop', 'test'], ['test', 'plan'], ['plan', 'procedure'], ['procedure', 'electronic'], ['electronic', 'systems'], ['systems', 'maintain'], ['maintain', 'complete'], ['complete', 'urate'], ['urate', 'documentations'], ['documentations', 'system'], ['system', 'testing'], ['testing', 'analyze'], ['analyze', 'troubleshoot'], ['troubleshoot', 'test'], ['test', 'defects'], ['defects', 'timely'], ['timely', 'fashion'], ['fashion', 'write'], ['write', 'system'], ['system', 'assembly'], ['assembly', 'instructions'], ['instructions', 'resolve'], ['resolve', 'assembly'], ['assembly', 'issues'], ['issues', 'urately'], ['urately', 'work'], ['work', 'supervisors'], ['supervisors', 'plan'], ['plan', 'coordinate'], ['coordinate', 'test'], ['test', 'activities'], ['activities', 'evaluate'], ['evaluate', 'system'], ['system', 'performance'], ['performance', 'suggest'], ['suggest', 'improvements'], ['improvements', 'understand'], ['understand', 'interpret'], ['interpret', 'drawings'], ['drawings', 'schematics'], ['schematics', 'technical'], ['technical', 'manuals'], ['manuals', 'instructions'], ['instructions', 'also'], ['also', 'performed'], ['performed', 'hardware'], ['hardware', 'testing'], ['testing', 'debugging'], ['debugging', 'hardware'], ['hardware', 'pcbs'], ['pcbs', 'follow'], ['follow', 'company'], ['company', 'policies'], ['policies', 'safely'], ['safely', 'regulations'], ['regulations', 'work'], ['work', 'cross'], ['cross', 'functional'], ['functional', 'teams'], ['teams', 'complete'], ['complete', 'assigned'], ['assigned', 'job'], ['job', 'duties'], ['duties', 'within'], ['within', 'deadlines'], ['deadlines', 'recommend'], ['recommend', 'process'], ['process', 'improvements'], ['improvements', 'enhance'], ['enhance', 'testing'], ['testing', 'efficiency'], ['efficiency', 'company'], ['company', 'minilec'], ['minilec', 'india'], ['india', 'pvt'], ['pvt', 'ltd'], ['ltd', 'pirangoot'], ['pirangoot', 'description'], ['description', 'taking'], ['taking', 'responsibility'], ['responsibility', 'quality'], ['quality', 'company'], ['company', 'product'], ['product', 'working'], ['working', 'departmental'], ['departmental', 'manager'], ['manager', 'production'], ['production', 'staff'], ['staff', 'suppliers'], ['suppliers', 'ensure'], ['ensure', 'quality'], ['quality', 'aim'], ['aim', 'minimize'], ['minimize', 'cost'], ['cost', 'reworking'], ['reworking', 'waste'], ['waste', 'maximize'], ['maximize', 'customer'], ['customer', 'satisfaction'], ['satisfaction', 'product'], ['product', 'to'], ['to', 'establish'], ['establish', 'implement'], ['implement', 'maintain'], ['maintain', 'quality'], ['quality', 'management'], ['management', 'system'], ['system', 'measure'], ['measure', 'control'], ['control', 'quality'], ['quality', 'production'], ['production', 'process'], ['process', 'work'], ['work', 'aim'], ['aim', 'eliminate'], ['eliminate', 'causes'], ['causes', 'quality'], ['quality', 'issues'], ['issues', 'reduce'], ['reduce', 'risk'], ['risk', 'failure'], ['willingness', 'ept', 'challenges'], ['ept', 'challenges', 'positive'], ['challenges', 'positive', 'thinking'], ['positive', 'thinking', 'good'], ['thinking', 'good', 'learner'], ['good', 'learner', 'team'], ['learner', 'team', 'player'], ['team', 'player', 'declaration'], ['player', 'declaration', 'i'], ['declaration', 'i', 'hereby'], ['i', 'hereby', 'declare'], ['hereby', 'declare', 'mentioned'], ['declare', 'mentioned', 'information'], ['mentioned', 'information', 'correct'], ['information', 'correct', 'knowledge'], ['correct', 'knowledge', 'i'], ['knowledge', 'i', 'bear'], ['i', 'bear', 'responsibility'], ['bear', 'responsibility', 'correctness'], ['responsibility', 'correctness', 'mentioned'], ['correctness', 'mentioned', 'particulars'], ['mentioned', 'particulars', 'date'], ['particulars', 'date', 'name'], ['date', 'name', 'dongare'], ['name', 'dongare', 'mandakini'], ['dongare', 'mandakini', 'murlidhar'], ['mandakini', 'murlidhar', 'signature'], ['murlidhar', 'signature', 'education'], ['signature', 'education', 'details'], ['education', 'details', 'june'], ['details', 'june', '2015'], ['june', '2015', 'electronics'], ['2015', 'electronics', 'telecommunication'], ['electronics', 'telecommunication', 'engineering'], ['telecommunication', 'engineering', 'kolhapur'], ['engineering', 'kolhapur', 'maharashtra'], ['kolhapur', 'maharashtra', 'shivaji'], ['maharashtra', 'shivaji', 'university'], ['shivaji', 'university', 'june'], ['university', 'june', '2012'], ['june', '2012', 'education'], ['2012', 'education', 'secondary'], ['education', 'secondary', 'higher'], ['secondary', 'higher', 'secondary'], ['higher', 'secondary', 'b'], ['secondary', 'b', 'e'], ['b', 'e', 'electronics'], ['e', 'electronics', 'telecommunication'], ['electronics', 'telecommunication', 'jaywant'], ['telecommunication', 'jaywant', 'college'], ['jaywant', 'college', 'engineering'], ['college', 'engineering', 'management'], ['engineering', 'management', 'testing'], ['management', 'testing', 'engineer'], ['testing', 'engineer', 'electronics'], ['engineer', 'electronics', 'engineer'], ['electronics', 'engineer', 'abacus'], ['engineer', 'abacus', 'electronics'], ['abacus', 'electronics', 'pvt'], ['electronics', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'language'], ['details', 'language', 'c'], ['language', 'c', 'c'], ['c', 'c', 'exprience'], ['c', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'months'], ['year', 'months', 'operating'], ['months', 'operating', 'systems'], ['operating', 'systems', 'windows'], ['systems', 'windows', '7'], ['windows', '7', '8'], ['7', '8', 'nt'], ['8', 'nt', 'xp'], ['nt', 'xp', 'exprience'], ['xp', 'exprience', 'less'], ['exprience', 'less', '1'], ['less', '1', 'year'], ['1', 'year', 'monthscompany'], ['year', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'abacus'], ['company', 'abacus', 'electronics'], ['abacus', 'electronics', 'pvt'], ['electronics', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'duties'], ['description', 'duties', 'perform'], ['duties', 'perform', 'electronic'], ['perform', 'electronic', 'system'], ['electronic', 'system', 'testing'], ['system', 'testing', 'eptance'], ['testing', 'eptance', 'compliance'], ['eptance', 'compliance', 'warranty'], ['compliance', 'warranty', 'types'], ['warranty', 'types', 'develop'], ['types', 'develop', 'test'], ['develop', 'test', 'plan'], ['test', 'plan', 'procedure'], ['plan', 'procedure', 'electronic'], ['procedure', 'electronic', 'systems'], ['electronic', 'systems', 'maintain'], ['systems', 'maintain', 'complete'], ['maintain', 'complete', 'urate'], ['complete', 'urate', 'documentations'], ['urate', 'documentations', 'system'], ['documentations', 'system', 'testing'], ['system', 'testing', 'analyze'], ['testing', 'analyze', 'troubleshoot'], ['analyze', 'troubleshoot', 'test'], ['troubleshoot', 'test', 'defects'], ['test', 'defects', 'timely'], ['defects', 'timely', 'fashion'], ['timely', 'fashion', 'write'], ['fashion', 'write', 'system'], ['write', 'system', 'assembly'], ['system', 'assembly', 'instructions'], ['assembly', 'instructions', 'resolve'], ['instructions', 'resolve', 'assembly'], ['resolve', 'assembly', 'issues'], ['assembly', 'issues', 'urately'], ['issues', 'urately', 'work'], ['urately', 'work', 'supervisors'], ['work', 'supervisors', 'plan'], ['supervisors', 'plan', 'coordinate'], ['plan', 'coordinate', 'test'], ['coordinate', 'test', 'activities'], ['test', 'activities', 'evaluate'], ['activities', 'evaluate', 'system'], ['evaluate', 'system', 'performance'], ['system', 'performance', 'suggest'], ['performance', 'suggest', 'improvements'], ['suggest', 'improvements', 'understand'], ['improvements', 'understand', 'interpret'], ['understand', 'interpret', 'drawings'], ['interpret', 'drawings', 'schematics'], ['drawings', 'schematics', 'technical'], ['schematics', 'technical', 'manuals'], ['technical', 'manuals', 'instructions'], ['manuals', 'instructions', 'also'], ['instructions', 'also', 'performed'], ['also', 'performed', 'hardware'], ['performed', 'hardware', 'testing'], ['hardware', 'testing', 'debugging'], ['testing', 'debugging', 'hardware'], ['debugging', 'hardware', 'pcbs'], ['hardware', 'pcbs', 'follow'], ['pcbs', 'follow', 'company'], ['follow', 'company', 'policies'], ['company', 'policies', 'safely'], ['policies', 'safely', 'regulations'], ['safely', 'regulations', 'work'], ['regulations', 'work', 'cross'], ['work', 'cross', 'functional'], ['cross', 'functional', 'teams'], ['functional', 'teams', 'complete'], ['teams', 'complete', 'assigned'], ['complete', 'assigned', 'job'], ['assigned', 'job', 'duties'], ['job', 'duties', 'within'], ['duties', 'within', 'deadlines'], ['within', 'deadlines', 'recommend'], ['deadlines', 'recommend', 'process'], ['recommend', 'process', 'improvements'], ['process', 'improvements', 'enhance'], ['improvements', 'enhance', 'testing'], ['enhance', 'testing', 'efficiency'], ['testing', 'efficiency', 'company'], ['efficiency', 'company', 'minilec'], ['company', 'minilec', 'india'], ['minilec', 'india', 'pvt'], ['india', 'pvt', 'ltd'], ['pvt', 'ltd', 'pirangoot'], ['ltd', 'pirangoot', 'description'], ['pirangoot', 'description', 'taking'], ['description', 'taking', 'responsibility'], ['taking', 'responsibility', 'quality'], ['responsibility', 'quality', 'company'], ['quality', 'company', 'product'], ['company', 'product', 'working'], ['product', 'working', 'departmental'], ['working', 'departmental', 'manager'], ['departmental', 'manager', 'production'], ['manager', 'production', 'staff'], ['production', 'staff', 'suppliers'], ['staff', 'suppliers', 'ensure'], ['suppliers', 'ensure', 'quality'], ['ensure', 'quality', 'aim'], ['quality', 'aim', 'minimize'], ['aim', 'minimize', 'cost'], ['minimize', 'cost', 'reworking'], ['cost', 'reworking', 'waste'], ['reworking', 'waste', 'maximize'], ['waste', 'maximize', 'customer'], ['maximize', 'customer', 'satisfaction'], ['customer', 'satisfaction', 'product'], ['satisfaction', 'product', 'to'], ['product', 'to', 'establish'], ['to', 'establish', 'implement'], ['establish', 'implement', 'maintain'], ['implement', 'maintain', 'quality'], ['maintain', 'quality', 'management'], ['quality', 'management', 'system'], ['management', 'system', 'measure'], ['system', 'measure', 'control'], ['measure', 'control', 'quality'], ['control', 'quality', 'production'], ['quality', 'production', 'process'], ['production', 'process', 'work'], ['process', 'work', 'aim'], ['work', 'aim', 'eliminate'], ['aim', 'eliminate', 'causes'], ['eliminate', 'causes', 'quality'], ['causes', 'quality', 'issues'], ['quality', 'issues', 'reduce'], ['issues', 'reduce', 'risk'], ['reduce', 'risk', 'failure'], ['willingness', 'ept', 'challenges', 'positive'], ['ept', 'challenges', 'positive', 'thinking'], ['challenges', 'positive', 'thinking', 'good'], ['positive', 'thinking', 'good', 'learner'], ['thinking', 'good', 'learner', 'team'], ['good', 'learner', 'team', 'player'], ['learner', 'team', 'player', 'declaration'], ['team', 'player', 'declaration', 'i'], ['player', 'declaration', 'i', 'hereby'], ['declaration', 'i', 'hereby', 'declare'], ['i', 'hereby', 'declare', 'mentioned'], ['hereby', 'declare', 'mentioned', 'information'], ['declare', 'mentioned', 'information', 'correct'], ['mentioned', 'information', 'correct', 'knowledge'], ['information', 'correct', 'knowledge', 'i'], ['correct', 'knowledge', 'i', 'bear'], ['knowledge', 'i', 'bear', 'responsibility'], ['i', 'bear', 'responsibility', 'correctness'], ['bear', 'responsibility', 'correctness', 'mentioned'], ['responsibility', 'correctness', 'mentioned', 'particulars'], ['correctness', 'mentioned', 'particulars', 'date'], ['mentioned', 'particulars', 'date', 'name'], ['particulars', 'date', 'name', 'dongare'], ['date', 'name', 'dongare', 'mandakini'], ['name', 'dongare', 'mandakini', 'murlidhar'], ['dongare', 'mandakini', 'murlidhar', 'signature'], ['mandakini', 'murlidhar', 'signature', 'education'], ['murlidhar', 'signature', 'education', 'details'], ['signature', 'education', 'details', 'june'], ['education', 'details', 'june', '2015'], ['details', 'june', '2015', 'electronics'], ['june', '2015', 'electronics', 'telecommunication'], ['2015', 'electronics', 'telecommunication', 'engineering'], ['electronics', 'telecommunication', 'engineering', 'kolhapur'], ['telecommunication', 'engineering', 'kolhapur', 'maharashtra'], ['engineering', 'kolhapur', 'maharashtra', 'shivaji'], ['kolhapur', 'maharashtra', 'shivaji', 'university'], ['maharashtra', 'shivaji', 'university', 'june'], ['shivaji', 'university', 'june', '2012'], ['university', 'june', '2012', 'education'], ['june', '2012', 'education', 'secondary'], ['2012', 'education', 'secondary', 'higher'], ['education', 'secondary', 'higher', 'secondary'], ['secondary', 'higher', 'secondary', 'b'], ['higher', 'secondary', 'b', 'e'], ['secondary', 'b', 'e', 'electronics'], ['b', 'e', 'electronics', 'telecommunication'], ['e', 'electronics', 'telecommunication', 'jaywant'], ['electronics', 'telecommunication', 'jaywant', 'college'], ['telecommunication', 'jaywant', 'college', 'engineering'], ['jaywant', 'college', 'engineering', 'management'], ['college', 'engineering', 'management', 'testing'], ['engineering', 'management', 'testing', 'engineer'], ['management', 'testing', 'engineer', 'electronics'], ['testing', 'engineer', 'electronics', 'engineer'], ['engineer', 'electronics', 'engineer', 'abacus'], ['electronics', 'engineer', 'abacus', 'electronics'], ['engineer', 'abacus', 'electronics', 'pvt'], ['abacus', 'electronics', 'pvt', 'ltd'], ['electronics', 'pvt', 'ltd', 'skill'], ['pvt', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'language'], ['skill', 'details', 'language', 'c'], ['details', 'language', 'c', 'c'], ['language', 'c', 'c', 'exprience'], ['c', 'c', 'exprience', 'less'], ['c', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'months'], ['1', 'year', 'months', 'operating'], ['year', 'months', 'operating', 'systems'], ['months', 'operating', 'systems', 'windows'], ['operating', 'systems', 'windows', '7'], ['systems', 'windows', '7', '8'], ['windows', '7', '8', 'nt'], ['7', '8', 'nt', 'xp'], ['8', 'nt', 'xp', 'exprience'], ['nt', 'xp', 'exprience', 'less'], ['xp', 'exprience', 'less', '1'], ['exprience', 'less', '1', 'year'], ['less', '1', 'year', 'monthscompany'], ['1', 'year', 'monthscompany', 'details'], ['year', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'abacus'], ['details', 'company', 'abacus', 'electronics'], ['company', 'abacus', 'electronics', 'pvt'], ['abacus', 'electronics', 'pvt', 'ltd'], ['electronics', 'pvt', 'ltd', 'description'], ['pvt', 'ltd', 'description', 'duties'], ['ltd', 'description', 'duties', 'perform'], ['description', 'duties', 'perform', 'electronic'], ['duties', 'perform', 'electronic', 'system'], ['perform', 'electronic', 'system', 'testing'], ['electronic', 'system', 'testing', 'eptance'], ['system', 'testing', 'eptance', 'compliance'], ['testing', 'eptance', 'compliance', 'warranty'], ['eptance', 'compliance', 'warranty', 'types'], ['compliance', 'warranty', 'types', 'develop'], ['warranty', 'types', 'develop', 'test'], ['types', 'develop', 'test', 'plan'], ['develop', 'test', 'plan', 'procedure'], ['test', 'plan', 'procedure', 'electronic'], ['plan', 'procedure', 'electronic', 'systems'], ['procedure', 'electronic', 'systems', 'maintain'], ['electronic', 'systems', 'maintain', 'complete'], ['systems', 'maintain', 'complete', 'urate'], ['maintain', 'complete', 'urate', 'documentations'], ['complete', 'urate', 'documentations', 'system'], ['urate', 'documentations', 'system', 'testing'], ['documentations', 'system', 'testing', 'analyze'], ['system', 'testing', 'analyze', 'troubleshoot'], ['testing', 'analyze', 'troubleshoot', 'test'], ['analyze', 'troubleshoot', 'test', 'defects'], ['troubleshoot', 'test', 'defects', 'timely'], ['test', 'defects', 'timely', 'fashion'], ['defects', 'timely', 'fashion', 'write'], ['timely', 'fashion', 'write', 'system'], ['fashion', 'write', 'system', 'assembly'], ['write', 'system', 'assembly', 'instructions'], ['system', 'assembly', 'instructions', 'resolve'], ['assembly', 'instructions', 'resolve', 'assembly'], ['instructions', 'resolve', 'assembly', 'issues'], ['resolve', 'assembly', 'issues', 'urately'], ['assembly', 'issues', 'urately', 'work'], ['issues', 'urately', 'work', 'supervisors'], ['urately', 'work', 'supervisors', 'plan'], ['work', 'supervisors', 'plan', 'coordinate'], ['supervisors', 'plan', 'coordinate', 'test'], ['plan', 'coordinate', 'test', 'activities'], ['coordinate', 'test', 'activities', 'evaluate'], ['test', 'activities', 'evaluate', 'system'], ['activities', 'evaluate', 'system', 'performance'], ['evaluate', 'system', 'performance', 'suggest'], ['system', 'performance', 'suggest', 'improvements'], ['performance', 'suggest', 'improvements', 'understand'], ['suggest', 'improvements', 'understand', 'interpret'], ['improvements', 'understand', 'interpret', 'drawings'], ['understand', 'interpret', 'drawings', 'schematics'], ['interpret', 'drawings', 'schematics', 'technical'], ['drawings', 'schematics', 'technical', 'manuals'], ['schematics', 'technical', 'manuals', 'instructions'], ['technical', 'manuals', 'instructions', 'also'], ['manuals', 'instructions', 'also', 'performed'], ['instructions', 'also', 'performed', 'hardware'], ['also', 'performed', 'hardware', 'testing'], ['performed', 'hardware', 'testing', 'debugging'], ['hardware', 'testing', 'debugging', 'hardware'], ['testing', 'debugging', 'hardware', 'pcbs'], ['debugging', 'hardware', 'pcbs', 'follow'], ['hardware', 'pcbs', 'follow', 'company'], ['pcbs', 'follow', 'company', 'policies'], ['follow', 'company', 'policies', 'safely'], ['company', 'policies', 'safely', 'regulations'], ['policies', 'safely', 'regulations', 'work'], ['safely', 'regulations', 'work', 'cross'], ['regulations', 'work', 'cross', 'functional'], ['work', 'cross', 'functional', 'teams'], ['cross', 'functional', 'teams', 'complete'], ['functional', 'teams', 'complete', 'assigned'], ['teams', 'complete', 'assigned', 'job'], ['complete', 'assigned', 'job', 'duties'], ['assigned', 'job', 'duties', 'within'], ['job', 'duties', 'within', 'deadlines'], ['duties', 'within', 'deadlines', 'recommend'], ['within', 'deadlines', 'recommend', 'process'], ['deadlines', 'recommend', 'process', 'improvements'], ['recommend', 'process', 'improvements', 'enhance'], ['process', 'improvements', 'enhance', 'testing'], ['improvements', 'enhance', 'testing', 'efficiency'], ['enhance', 'testing', 'efficiency', 'company'], ['testing', 'efficiency', 'company', 'minilec'], ['efficiency', 'company', 'minilec', 'india'], ['company', 'minilec', 'india', 'pvt'], ['minilec', 'india', 'pvt', 'ltd'], ['india', 'pvt', 'ltd', 'pirangoot'], ['pvt', 'ltd', 'pirangoot', 'description'], ['ltd', 'pirangoot', 'description', 'taking'], ['pirangoot', 'description', 'taking', 'responsibility'], ['description', 'taking', 'responsibility', 'quality'], ['taking', 'responsibility', 'quality', 'company'], ['responsibility', 'quality', 'company', 'product'], ['quality', 'company', 'product', 'working'], ['company', 'product', 'working', 'departmental'], ['product', 'working', 'departmental', 'manager'], ['working', 'departmental', 'manager', 'production'], ['departmental', 'manager', 'production', 'staff'], ['manager', 'production', 'staff', 'suppliers'], ['production', 'staff', 'suppliers', 'ensure'], ['staff', 'suppliers', 'ensure', 'quality'], ['suppliers', 'ensure', 'quality', 'aim'], ['ensure', 'quality', 'aim', 'minimize'], ['quality', 'aim', 'minimize', 'cost'], ['aim', 'minimize', 'cost', 'reworking'], ['minimize', 'cost', 'reworking', 'waste'], ['cost', 'reworking', 'waste', 'maximize'], ['reworking', 'waste', 'maximize', 'customer'], ['waste', 'maximize', 'customer', 'satisfaction'], ['maximize', 'customer', 'satisfaction', 'product'], ['customer', 'satisfaction', 'product', 'to'], ['satisfaction', 'product', 'to', 'establish'], ['product', 'to', 'establish', 'implement'], ['to', 'establish', 'implement', 'maintain'], ['establish', 'implement', 'maintain', 'quality'], ['implement', 'maintain', 'quality', 'management'], ['maintain', 'quality', 'management', 'system'], ['quality', 'management', 'system', 'measure'], ['management', 'system', 'measure', 'control'], ['system', 'measure', 'control', 'quality'], ['measure', 'control', 'quality', 'production'], ['control', 'quality', 'production', 'process'], ['quality', 'production', 'process', 'work'], ['production', 'process', 'work', 'aim'], ['process', 'work', 'aim', 'eliminate'], ['work', 'aim', 'eliminate', 'causes'], ['aim', 'eliminate', 'causes', 'quality'], ['eliminate', 'causes', 'quality', 'issues'], ['causes', 'quality', 'issues', 'reduce'], ['quality', 'issues', 'reduce', 'risk'], ['issues', 'reduce', 'risk', 'failure'], ['willingness', 'ept', 'challenges', 'positive', 'thinking'], ['ept', 'challenges', 'positive', 'thinking', 'good'], ['challenges', 'positive', 'thinking', 'good', 'learner'], ['positive', 'thinking', 'good', 'learner', 'team'], ['thinking', 'good', 'learner', 'team', 'player'], ['good', 'learner', 'team', 'player', 'declaration'], ['learner', 'team', 'player', 'declaration', 'i'], ['team', 'player', 'declaration', 'i', 'hereby'], ['player', 'declaration', 'i', 'hereby', 'declare'], ['declaration', 'i', 'hereby', 'declare', 'mentioned'], ['i', 'hereby', 'declare', 'mentioned', 'information'], ['hereby', 'declare', 'mentioned', 'information', 'correct'], ['declare', 'mentioned', 'information', 'correct', 'knowledge'], ['mentioned', 'information', 'correct', 'knowledge', 'i'], ['information', 'correct', 'knowledge', 'i', 'bear'], ['correct', 'knowledge', 'i', 'bear', 'responsibility'], ['knowledge', 'i', 'bear', 'responsibility', 'correctness'], ['i', 'bear', 'responsibility', 'correctness', 'mentioned'], ['bear', 'responsibility', 'correctness', 'mentioned', 'particulars'], ['responsibility', 'correctness', 'mentioned', 'particulars', 'date'], ['correctness', 'mentioned', 'particulars', 'date', 'name'], ['mentioned', 'particulars', 'date', 'name', 'dongare'], ['particulars', 'date', 'name', 'dongare', 'mandakini'], ['date', 'name', 'dongare', 'mandakini', 'murlidhar'], ['name', 'dongare', 'mandakini', 'murlidhar', 'signature'], ['dongare', 'mandakini', 'murlidhar', 'signature', 'education'], ['mandakini', 'murlidhar', 'signature', 'education', 'details'], ['murlidhar', 'signature', 'education', 'details', 'june'], ['signature', 'education', 'details', 'june', '2015'], ['education', 'details', 'june', '2015', 'electronics'], ['details', 'june', '2015', 'electronics', 'telecommunication'], ['june', '2015', 'electronics', 'telecommunication', 'engineering'], ['2015', 'electronics', 'telecommunication', 'engineering', 'kolhapur'], ['electronics', 'telecommunication', 'engineering', 'kolhapur', 'maharashtra'], ['telecommunication', 'engineering', 'kolhapur', 'maharashtra', 'shivaji'], ['engineering', 'kolhapur', 'maharashtra', 'shivaji', 'university'], ['kolhapur', 'maharashtra', 'shivaji', 'university', 'june'], ['maharashtra', 'shivaji', 'university', 'june', '2012'], ['shivaji', 'university', 'june', '2012', 'education'], ['university', 'june', '2012', 'education', 'secondary'], ['june', '2012', 'education', 'secondary', 'higher'], ['2012', 'education', 'secondary', 'higher', 'secondary'], ['education', 'secondary', 'higher', 'secondary', 'b'], ['secondary', 'higher', 'secondary', 'b', 'e'], ['higher', 'secondary', 'b', 'e', 'electronics'], ['secondary', 'b', 'e', 'electronics', 'telecommunication'], ['b', 'e', 'electronics', 'telecommunication', 'jaywant'], ['e', 'electronics', 'telecommunication', 'jaywant', 'college'], ['electronics', 'telecommunication', 'jaywant', 'college', 'engineering'], ['telecommunication', 'jaywant', 'college', 'engineering', 'management'], ['jaywant', 'college', 'engineering', 'management', 'testing'], ['college', 'engineering', 'management', 'testing', 'engineer'], ['engineering', 'management', 'testing', 'engineer', 'electronics'], ['management', 'testing', 'engineer', 'electronics', 'engineer'], ['testing', 'engineer', 'electronics', 'engineer', 'abacus'], ['engineer', 'electronics', 'engineer', 'abacus', 'electronics'], ['electronics', 'engineer', 'abacus', 'electronics', 'pvt'], ['engineer', 'abacus', 'electronics', 'pvt', 'ltd'], ['abacus', 'electronics', 'pvt', 'ltd', 'skill'], ['electronics', 'pvt', 'ltd', 'skill', 'details'], ['pvt', 'ltd', 'skill', 'details', 'language'], ['ltd', 'skill', 'details', 'language', 'c'], ['skill', 'details', 'language', 'c', 'c'], ['details', 'language', 'c', 'c', 'exprience'], ['language', 'c', 'c', 'exprience', 'less'], ['c', 'c', 'exprience', 'less', '1'], ['c', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'months'], ['less', '1', 'year', 'months', 'operating'], ['1', 'year', 'months', 'operating', 'systems'], ['year', 'months', 'operating', 'systems', 'windows'], ['months', 'operating', 'systems', 'windows', '7'], ['operating', 'systems', 'windows', '7', '8'], ['systems', 'windows', '7', '8', 'nt'], ['windows', '7', '8', 'nt', 'xp'], ['7', '8', 'nt', 'xp', 'exprience'], ['8', 'nt', 'xp', 'exprience', 'less'], ['nt', 'xp', 'exprience', 'less', '1'], ['xp', 'exprience', 'less', '1', 'year'], ['exprience', 'less', '1', 'year', 'monthscompany'], ['less', '1', 'year', 'monthscompany', 'details'], ['1', 'year', 'monthscompany', 'details', 'company'], ['year', 'monthscompany', 'details', 'company', 'abacus'], ['monthscompany', 'details', 'company', 'abacus', 'electronics'], ['details', 'company', 'abacus', 'electronics', 'pvt'], ['company', 'abacus', 'electronics', 'pvt', 'ltd'], ['abacus', 'electronics', 'pvt', 'ltd', 'description'], ['electronics', 'pvt', 'ltd', 'description', 'duties'], ['pvt', 'ltd', 'description', 'duties', 'perform'], ['ltd', 'description', 'duties', 'perform', 'electronic'], ['description', 'duties', 'perform', 'electronic', 'system'], ['duties', 'perform', 'electronic', 'system', 'testing'], ['perform', 'electronic', 'system', 'testing', 'eptance'], ['electronic', 'system', 'testing', 'eptance', 'compliance'], ['system', 'testing', 'eptance', 'compliance', 'warranty'], ['testing', 'eptance', 'compliance', 'warranty', 'types'], ['eptance', 'compliance', 'warranty', 'types', 'develop'], ['compliance', 'warranty', 'types', 'develop', 'test'], ['warranty', 'types', 'develop', 'test', 'plan'], ['types', 'develop', 'test', 'plan', 'procedure'], ['develop', 'test', 'plan', 'procedure', 'electronic'], ['test', 'plan', 'procedure', 'electronic', 'systems'], ['plan', 'procedure', 'electronic', 'systems', 'maintain'], ['procedure', 'electronic', 'systems', 'maintain', 'complete'], ['electronic', 'systems', 'maintain', 'complete', 'urate'], ['systems', 'maintain', 'complete', 'urate', 'documentations'], ['maintain', 'complete', 'urate', 'documentations', 'system'], ['complete', 'urate', 'documentations', 'system', 'testing'], ['urate', 'documentations', 'system', 'testing', 'analyze'], ['documentations', 'system', 'testing', 'analyze', 'troubleshoot'], ['system', 'testing', 'analyze', 'troubleshoot', 'test'], ['testing', 'analyze', 'troubleshoot', 'test', 'defects'], ['analyze', 'troubleshoot', 'test', 'defects', 'timely'], ['troubleshoot', 'test', 'defects', 'timely', 'fashion'], ['test', 'defects', 'timely', 'fashion', 'write'], ['defects', 'timely', 'fashion', 'write', 'system'], ['timely', 'fashion', 'write', 'system', 'assembly'], ['fashion', 'write', 'system', 'assembly', 'instructions'], ...], [['personal'], ['skills'], ['quick'], ['learner'], ['eagerness'], ['learn'], ['new'], ['things'], ['competitive'], ['attitude'], ['good'], ['leadership'], ['qualities'], ['ability'], ['deal'], ['people'], ['diplomatically'], ['personal'], ['dossier'], ['fathers'], ['name'], ['dhanraj'], ['wagheducation'], ['details'], ['january'], ['2012'], ['january'], ['2016'], ['bachelors'], ['engineering'], ['engineering'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['january'], ['2012'], ['higher'], ['secondary'], ['certificate'], ['nashik'], ['maharashtra'], ['snd'], ['college'], ['engineering'], ['research'], ['center'], ['january'], ['2010'], ['secondary'], ['school'], ['certificate'], ['yeola'], ['maharashtra'], ['swami'], ['muktanand'], ['jr'], ['college'], ['hsc'], ['maharashtra'], ['state'], ['board'], ['ssc'], ['maharashtra'], ['state'], ['bard'], ['be'], ['rajapur'], ['uttar'], ['pradesh'], ['madhyamik'], ['vidya'], ['mandir'], ['rajapur'], ['testing'], ['quality'], ['control'], ['engineer'], ['testing'], ['quality'], ['control'], ['engineer'], ['m'], ['s'], ['rakesh'], ['transformer'], ['industries'], ['pvt'], ['ltd'], ['skill'], ['details'], ['company'], ['details'], ['company'], ['m'], ['s'], ['rakesh'], ['transformer'], ['industries'], ['pvt'], ['ltd'], ['description'], ['responsibilities'], ['to'], ['conduct'], ['routine'], ['test'], ['type'], ['test'], ['temperature'], ['rise'], ['test'], ['special'], ['test'], ['transformers'], ['per'], ['is'], ['iec'], ['10'], ['mva'], ['33'], ['kv'], ['class'], ['preparing'], ['test'], ['reports'], ['routine'], ['tests'], ['type'], ['tests'], ['special'], ['tests'], ['per'], ['is'], ['2026'], ['is'], ['1180'], ['is'], ['11171'], ['iec'], ['60076'], ['test'], ['manual'], ['inspection'], ['plans'], ['power'], ['transformers'], ['distribution'], ['transformers'], ['inverter'], ['duty'], ['converter'], ['duty'], ['motor'], ['duty'], ['transformer'], ['furnace'], ['transformer'], ['auto'], ['transformers'], ['dry'], ['type'], ['vpi'], ['c'], ['lt'], ['transformers'], ['special'], ['transformers'], ['testing'], ['remote'], ['tap'], ['changer'], ['cubicle'], ['cc'], ['panel'], ['oltc'], ['operation'], ['ctr'], ['esun'], ['mr'], ['functional'], ['testing'], ['transformer'], ['a'], ['essories'], ['br'], ['prv'], ['mog'], ['wti'], ['oti'], ['setting'], ['in'], ['case'], ['failure'], ['testing'], ['analyses'], ['root'], ['cause'], ['submit'], ['capa'], ['assist'], ['customer'], ['representative'], ['time'], ['inspection'], ['in'], ['process'], ['testing'], ['winding'], ['core'], ['assembly'], ['core'], ['coil'], ['assembly'], ['handling'], ['3rd'], ['party'], ['government'], ['body'], ['inspection'], ['preparation'], ['daily'], ['internal'], ['testing'], ['reports'], ['send'], ['concern'], ['support'], ['certification'], ['audits'], ['iso'], ['bis'], ['calibration'], ['validation'], ['tools'], ['instruments'], ['measuring'], ['equipment'], ['suggest'], ['client'], ['proper'], ['maintenance'], ['transformer'], ['doing'], ['documentation'], ['maintain'], ['records'], ['analyze'], ['test'], ['results'], ['maintain'], ['testing'], ['ledger'], ['in'], ['process'], ['quality'], ['inspection'], ['winding'], ['core'], ['assembly'], ['core'], ['coil'], ['assembly'], ['per'], ['standard'], ['per'], ['organizational'], ['norms'], ['pre'], ['dispatch'], ['quality'], ['inspection'], ['complete'], ['product'], ['implementation'], ['why'], ['why'], ['analysis'], ['company'], ['m'], ['s'], ['silverline'], ['electricals'], ['pvt'], ['ltd'], ['description'], ['routine'], ['tests'], ['type'], ['tests'], ['temperature'], ['rise'], ['test'], ['special'], ['tests'], ['per'], ['is'], ['2026'], ['is'], ['1180'], ['test'], ['manual'], ['inspection'], ['plans'], ['distribution'], ['transformer'], ['power'], ['transformer'], ['su'], ['essfully'], ['handled'], ['responsibilities'], ['erda'], ['testing'], ['on'], ['site'], ['commissioning'], ['transformer'], ['assist'], ['customer'], ['representative'], ['time'], ['inspection'], ['in'], ['process'], ['testing'], ['winding'], ['core'], ['assembly'], ['core'], ['coil'], ['assembly'], ['su'], ['essfully'], ['handling'], ['3rd'], ['party'], ['government'], ['body'], ['inspection'], ['preparation'], ['daily'], ['internal'], ['testing'], ['reports'], ['send'], ['concern'], ['suggest'], ['client'], ['proper'], ['maintenance'], ['transformer'], ['personal', 'skills'], ['skills', 'quick'], ['quick', 'learner'], ['learner', 'eagerness'], ['eagerness', 'learn'], ['learn', 'new'], ['new', 'things'], ['things', 'competitive'], ['competitive', 'attitude'], ['attitude', 'good'], ['good', 'leadership'], ['leadership', 'qualities'], ['qualities', 'ability'], ['ability', 'deal'], ['deal', 'people'], ['people', 'diplomatically'], ['diplomatically', 'personal'], ['personal', 'dossier'], ['dossier', 'fathers'], ['fathers', 'name'], ['name', 'dhanraj'], ['dhanraj', 'wagheducation'], ['wagheducation', 'details'], ['details', 'january'], ['january', '2012'], ['2012', 'january'], ['january', '2016'], ['2016', 'bachelors'], ['bachelors', 'engineering'], ['engineering', 'engineering'], ['engineering', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'january'], ['january', '2012'], ['2012', 'higher'], ['higher', 'secondary'], ['secondary', 'certificate'], ['certificate', 'nashik'], ['nashik', 'maharashtra'], ['maharashtra', 'snd'], ['snd', 'college'], ['college', 'engineering'], ['engineering', 'research'], ['research', 'center'], ['center', 'january'], ['january', '2010'], ['2010', 'secondary'], ['secondary', 'school'], ['school', 'certificate'], ['certificate', 'yeola'], ['yeola', 'maharashtra'], ['maharashtra', 'swami'], ['swami', 'muktanand'], ['muktanand', 'jr'], ['jr', 'college'], ['college', 'hsc'], ['hsc', 'maharashtra'], ['maharashtra', 'state'], ['state', 'board'], ['board', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'state'], ['state', 'bard'], ['bard', 'be'], ['be', 'rajapur'], ['rajapur', 'uttar'], ['uttar', 'pradesh'], ['pradesh', 'madhyamik'], ['madhyamik', 'vidya'], ['vidya', 'mandir'], ['mandir', 'rajapur'], ['rajapur', 'testing'], ['testing', 'quality'], ['quality', 'control'], ['control', 'engineer'], ['engineer', 'testing'], ['testing', 'quality'], ['quality', 'control'], ['control', 'engineer'], ['engineer', 'm'], ['m', 's'], ['s', 'rakesh'], ['rakesh', 'transformer'], ['transformer', 'industries'], ['industries', 'pvt'], ['pvt', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'company'], ['company', 'details'], ['details', 'company'], ['company', 'm'], ['m', 's'], ['s', 'rakesh'], ['rakesh', 'transformer'], ['transformer', 'industries'], ['industries', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'responsibilities'], ['responsibilities', 'to'], ['to', 'conduct'], ['conduct', 'routine'], ['routine', 'test'], ['test', 'type'], ['type', 'test'], ['test', 'temperature'], ['temperature', 'rise'], ['rise', 'test'], ['test', 'special'], ['special', 'test'], ['test', 'transformers'], ['transformers', 'per'], ['per', 'is'], ['is', 'iec'], ['iec', '10'], ['10', 'mva'], ['mva', '33'], ['33', 'kv'], ['kv', 'class'], ['class', 'preparing'], ['preparing', 'test'], ['test', 'reports'], ['reports', 'routine'], ['routine', 'tests'], ['tests', 'type'], ['type', 'tests'], ['tests', 'special'], ['special', 'tests'], ['tests', 'per'], ['per', 'is'], ['is', '2026'], ['2026', 'is'], ['is', '1180'], ['1180', 'is'], ['is', '11171'], ['11171', 'iec'], ['iec', '60076'], ['60076', 'test'], ['test', 'manual'], ['manual', 'inspection'], ['inspection', 'plans'], ['plans', 'power'], ['power', 'transformers'], ['transformers', 'distribution'], ['distribution', 'transformers'], ['transformers', 'inverter'], ['inverter', 'duty'], ['duty', 'converter'], ['converter', 'duty'], ['duty', 'motor'], ['motor', 'duty'], ['duty', 'transformer'], ['transformer', 'furnace'], ['furnace', 'transformer'], ['transformer', 'auto'], ['auto', 'transformers'], ['transformers', 'dry'], ['dry', 'type'], ['type', 'vpi'], ['vpi', 'c'], ['c', 'lt'], ['lt', 'transformers'], ['transformers', 'special'], ['special', 'transformers'], ['transformers', 'testing'], ['testing', 'remote'], ['remote', 'tap'], ['tap', 'changer'], ['changer', 'cubicle'], ['cubicle', 'cc'], ['cc', 'panel'], ['panel', 'oltc'], ['oltc', 'operation'], ['operation', 'ctr'], ['ctr', 'esun'], ['esun', 'mr'], ['mr', 'functional'], ['functional', 'testing'], ['testing', 'transformer'], ['transformer', 'a'], ['a', 'essories'], ['essories', 'br'], ['br', 'prv'], ['prv', 'mog'], ['mog', 'wti'], ['wti', 'oti'], ['oti', 'setting'], ['setting', 'in'], ['in', 'case'], ['case', 'failure'], ['failure', 'testing'], ['testing', 'analyses'], ['analyses', 'root'], ['root', 'cause'], ['cause', 'submit'], ['submit', 'capa'], ['capa', 'assist'], ['assist', 'customer'], ['customer', 'representative'], ['representative', 'time'], ['time', 'inspection'], ['inspection', 'in'], ['in', 'process'], ['process', 'testing'], ['testing', 'winding'], ['winding', 'core'], ['core', 'assembly'], ['assembly', 'core'], ['core', 'coil'], ['coil', 'assembly'], ['assembly', 'handling'], ['handling', '3rd'], ['3rd', 'party'], ['party', 'government'], ['government', 'body'], ['body', 'inspection'], ['inspection', 'preparation'], ['preparation', 'daily'], ['daily', 'internal'], ['internal', 'testing'], ['testing', 'reports'], ['reports', 'send'], ['send', 'concern'], ['concern', 'support'], ['support', 'certification'], ['certification', 'audits'], ['audits', 'iso'], ['iso', 'bis'], ['bis', 'calibration'], ['calibration', 'validation'], ['validation', 'tools'], ['tools', 'instruments'], ['instruments', 'measuring'], ['measuring', 'equipment'], ['equipment', 'suggest'], ['suggest', 'client'], ['client', 'proper'], ['proper', 'maintenance'], ['maintenance', 'transformer'], ['transformer', 'doing'], ['doing', 'documentation'], ['documentation', 'maintain'], ['maintain', 'records'], ['records', 'analyze'], ['analyze', 'test'], ['test', 'results'], ['results', 'maintain'], ['maintain', 'testing'], ['testing', 'ledger'], ['ledger', 'in'], ['in', 'process'], ['process', 'quality'], ['quality', 'inspection'], ['inspection', 'winding'], ['winding', 'core'], ['core', 'assembly'], ['assembly', 'core'], ['core', 'coil'], ['coil', 'assembly'], ['assembly', 'per'], ['per', 'standard'], ['standard', 'per'], ['per', 'organizational'], ['organizational', 'norms'], ['norms', 'pre'], ['pre', 'dispatch'], ['dispatch', 'quality'], ['quality', 'inspection'], ['inspection', 'complete'], ['complete', 'product'], ['product', 'implementation'], ['implementation', 'why'], ['why', 'why'], ['why', 'analysis'], ['analysis', 'company'], ['company', 'm'], ['m', 's'], ['s', 'silverline'], ['silverline', 'electricals'], ['electricals', 'pvt'], ['pvt', 'ltd'], ['ltd', 'description'], ['description', 'routine'], ['routine', 'tests'], ['tests', 'type'], ['type', 'tests'], ['tests', 'temperature'], ['temperature', 'rise'], ['rise', 'test'], ['test', 'special'], ['special', 'tests'], ['tests', 'per'], ['per', 'is'], ['is', '2026'], ['2026', 'is'], ['is', '1180'], ['1180', 'test'], ['test', 'manual'], ['manual', 'inspection'], ['inspection', 'plans'], ['plans', 'distribution'], ['distribution', 'transformer'], ['transformer', 'power'], ['power', 'transformer'], ['transformer', 'su'], ['su', 'essfully'], ['essfully', 'handled'], ['handled', 'responsibilities'], ['responsibilities', 'erda'], ['erda', 'testing'], ['testing', 'on'], ['on', 'site'], ['site', 'commissioning'], ['commissioning', 'transformer'], ['transformer', 'assist'], ['assist', 'customer'], ['customer', 'representative'], ['representative', 'time'], ['time', 'inspection'], ['inspection', 'in'], ['in', 'process'], ['process', 'testing'], ['testing', 'winding'], ['winding', 'core'], ['core', 'assembly'], ['assembly', 'core'], ['core', 'coil'], ['coil', 'assembly'], ['assembly', 'su'], ['su', 'essfully'], ['essfully', 'handling'], ['handling', '3rd'], ['3rd', 'party'], ['party', 'government'], ['government', 'body'], ['body', 'inspection'], ['inspection', 'preparation'], ['preparation', 'daily'], ['daily', 'internal'], ['internal', 'testing'], ['testing', 'reports'], ['reports', 'send'], ['send', 'concern'], ['concern', 'suggest'], ['suggest', 'client'], ['client', 'proper'], ['proper', 'maintenance'], ['maintenance', 'transformer'], ['personal', 'skills', 'quick'], ['skills', 'quick', 'learner'], ['quick', 'learner', 'eagerness'], ['learner', 'eagerness', 'learn'], ['eagerness', 'learn', 'new'], ['learn', 'new', 'things'], ['new', 'things', 'competitive'], ['things', 'competitive', 'attitude'], ['competitive', 'attitude', 'good'], ['attitude', 'good', 'leadership'], ['good', 'leadership', 'qualities'], ['leadership', 'qualities', 'ability'], ['qualities', 'ability', 'deal'], ['ability', 'deal', 'people'], ['deal', 'people', 'diplomatically'], ['people', 'diplomatically', 'personal'], ['diplomatically', 'personal', 'dossier'], ['personal', 'dossier', 'fathers'], ['dossier', 'fathers', 'name'], ['fathers', 'name', 'dhanraj'], ['name', 'dhanraj', 'wagheducation'], ['dhanraj', 'wagheducation', 'details'], ['wagheducation', 'details', 'january'], ['details', 'january', '2012'], ['january', '2012', 'january'], ['2012', 'january', '2016'], ['january', '2016', 'bachelors'], ['2016', 'bachelors', 'engineering'], ['bachelors', 'engineering', 'engineering'], ['engineering', 'engineering', 'pune'], ['engineering', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'january'], ['university', 'january', '2012'], ['january', '2012', 'higher'], ['2012', 'higher', 'secondary'], ['higher', 'secondary', 'certificate'], ['secondary', 'certificate', 'nashik'], ['certificate', 'nashik', 'maharashtra'], ['nashik', 'maharashtra', 'snd'], ['maharashtra', 'snd', 'college'], ['snd', 'college', 'engineering'], ['college', 'engineering', 'research'], ['engineering', 'research', 'center'], ['research', 'center', 'january'], ['center', 'january', '2010'], ['january', '2010', 'secondary'], ['2010', 'secondary', 'school'], ['secondary', 'school', 'certificate'], ['school', 'certificate', 'yeola'], ['certificate', 'yeola', 'maharashtra'], ['yeola', 'maharashtra', 'swami'], ['maharashtra', 'swami', 'muktanand'], ['swami', 'muktanand', 'jr'], ['muktanand', 'jr', 'college'], ['jr', 'college', 'hsc'], ['college', 'hsc', 'maharashtra'], ['hsc', 'maharashtra', 'state'], ['maharashtra', 'state', 'board'], ['state', 'board', 'ssc'], ['board', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'state'], ['maharashtra', 'state', 'bard'], ['state', 'bard', 'be'], ['bard', 'be', 'rajapur'], ['be', 'rajapur', 'uttar'], ['rajapur', 'uttar', 'pradesh'], ['uttar', 'pradesh', 'madhyamik'], ['pradesh', 'madhyamik', 'vidya'], ['madhyamik', 'vidya', 'mandir'], ['vidya', 'mandir', 'rajapur'], ['mandir', 'rajapur', 'testing'], ['rajapur', 'testing', 'quality'], ['testing', 'quality', 'control'], ['quality', 'control', 'engineer'], ['control', 'engineer', 'testing'], ['engineer', 'testing', 'quality'], ['testing', 'quality', 'control'], ['quality', 'control', 'engineer'], ['control', 'engineer', 'm'], ['engineer', 'm', 's'], ['m', 's', 'rakesh'], ['s', 'rakesh', 'transformer'], ['rakesh', 'transformer', 'industries'], ['transformer', 'industries', 'pvt'], ['industries', 'pvt', 'ltd'], ['pvt', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'company'], ['details', 'company', 'details'], ['company', 'details', 'company'], ['details', 'company', 'm'], ['company', 'm', 's'], ['m', 's', 'rakesh'], ['s', 'rakesh', 'transformer'], ['rakesh', 'transformer', 'industries'], ['transformer', 'industries', 'pvt'], ['industries', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'responsibilities'], ['description', 'responsibilities', 'to'], ['responsibilities', 'to', 'conduct'], ['to', 'conduct', 'routine'], ['conduct', 'routine', 'test'], ['routine', 'test', 'type'], ['test', 'type', 'test'], ['type', 'test', 'temperature'], ['test', 'temperature', 'rise'], ['temperature', 'rise', 'test'], ['rise', 'test', 'special'], ['test', 'special', 'test'], ['special', 'test', 'transformers'], ['test', 'transformers', 'per'], ['transformers', 'per', 'is'], ['per', 'is', 'iec'], ['is', 'iec', '10'], ['iec', '10', 'mva'], ['10', 'mva', '33'], ['mva', '33', 'kv'], ['33', 'kv', 'class'], ['kv', 'class', 'preparing'], ['class', 'preparing', 'test'], ['preparing', 'test', 'reports'], ['test', 'reports', 'routine'], ['reports', 'routine', 'tests'], ['routine', 'tests', 'type'], ['tests', 'type', 'tests'], ['type', 'tests', 'special'], ['tests', 'special', 'tests'], ['special', 'tests', 'per'], ['tests', 'per', 'is'], ['per', 'is', '2026'], ['is', '2026', 'is'], ['2026', 'is', '1180'], ['is', '1180', 'is'], ['1180', 'is', '11171'], ['is', '11171', 'iec'], ['11171', 'iec', '60076'], ['iec', '60076', 'test'], ['60076', 'test', 'manual'], ['test', 'manual', 'inspection'], ['manual', 'inspection', 'plans'], ['inspection', 'plans', 'power'], ['plans', 'power', 'transformers'], ['power', 'transformers', 'distribution'], ['transformers', 'distribution', 'transformers'], ['distribution', 'transformers', 'inverter'], ['transformers', 'inverter', 'duty'], ['inverter', 'duty', 'converter'], ['duty', 'converter', 'duty'], ['converter', 'duty', 'motor'], ['duty', 'motor', 'duty'], ['motor', 'duty', 'transformer'], ['duty', 'transformer', 'furnace'], ['transformer', 'furnace', 'transformer'], ['furnace', 'transformer', 'auto'], ['transformer', 'auto', 'transformers'], ['auto', 'transformers', 'dry'], ['transformers', 'dry', 'type'], ['dry', 'type', 'vpi'], ['type', 'vpi', 'c'], ['vpi', 'c', 'lt'], ['c', 'lt', 'transformers'], ['lt', 'transformers', 'special'], ['transformers', 'special', 'transformers'], ['special', 'transformers', 'testing'], ['transformers', 'testing', 'remote'], ['testing', 'remote', 'tap'], ['remote', 'tap', 'changer'], ['tap', 'changer', 'cubicle'], ['changer', 'cubicle', 'cc'], ['cubicle', 'cc', 'panel'], ['cc', 'panel', 'oltc'], ['panel', 'oltc', 'operation'], ['oltc', 'operation', 'ctr'], ['operation', 'ctr', 'esun'], ['ctr', 'esun', 'mr'], ['esun', 'mr', 'functional'], ['mr', 'functional', 'testing'], ['functional', 'testing', 'transformer'], ['testing', 'transformer', 'a'], ['transformer', 'a', 'essories'], ['a', 'essories', 'br'], ['essories', 'br', 'prv'], ['br', 'prv', 'mog'], ['prv', 'mog', 'wti'], ['mog', 'wti', 'oti'], ['wti', 'oti', 'setting'], ['oti', 'setting', 'in'], ['setting', 'in', 'case'], ['in', 'case', 'failure'], ['case', 'failure', 'testing'], ['failure', 'testing', 'analyses'], ['testing', 'analyses', 'root'], ['analyses', 'root', 'cause'], ['root', 'cause', 'submit'], ['cause', 'submit', 'capa'], ['submit', 'capa', 'assist'], ['capa', 'assist', 'customer'], ['assist', 'customer', 'representative'], ['customer', 'representative', 'time'], ['representative', 'time', 'inspection'], ['time', 'inspection', 'in'], ['inspection', 'in', 'process'], ['in', 'process', 'testing'], ['process', 'testing', 'winding'], ['testing', 'winding', 'core'], ['winding', 'core', 'assembly'], ['core', 'assembly', 'core'], ['assembly', 'core', 'coil'], ['core', 'coil', 'assembly'], ['coil', 'assembly', 'handling'], ['assembly', 'handling', '3rd'], ['handling', '3rd', 'party'], ['3rd', 'party', 'government'], ['party', 'government', 'body'], ['government', 'body', 'inspection'], ['body', 'inspection', 'preparation'], ['inspection', 'preparation', 'daily'], ['preparation', 'daily', 'internal'], ['daily', 'internal', 'testing'], ['internal', 'testing', 'reports'], ['testing', 'reports', 'send'], ['reports', 'send', 'concern'], ['send', 'concern', 'support'], ['concern', 'support', 'certification'], ['support', 'certification', 'audits'], ['certification', 'audits', 'iso'], ['audits', 'iso', 'bis'], ['iso', 'bis', 'calibration'], ['bis', 'calibration', 'validation'], ['calibration', 'validation', 'tools'], ['validation', 'tools', 'instruments'], ['tools', 'instruments', 'measuring'], ['instruments', 'measuring', 'equipment'], ['measuring', 'equipment', 'suggest'], ['equipment', 'suggest', 'client'], ['suggest', 'client', 'proper'], ['client', 'proper', 'maintenance'], ['proper', 'maintenance', 'transformer'], ['maintenance', 'transformer', 'doing'], ['transformer', 'doing', 'documentation'], ['doing', 'documentation', 'maintain'], ['documentation', 'maintain', 'records'], ['maintain', 'records', 'analyze'], ['records', 'analyze', 'test'], ['analyze', 'test', 'results'], ['test', 'results', 'maintain'], ['results', 'maintain', 'testing'], ['maintain', 'testing', 'ledger'], ['testing', 'ledger', 'in'], ['ledger', 'in', 'process'], ['in', 'process', 'quality'], ['process', 'quality', 'inspection'], ['quality', 'inspection', 'winding'], ['inspection', 'winding', 'core'], ['winding', 'core', 'assembly'], ['core', 'assembly', 'core'], ['assembly', 'core', 'coil'], ['core', 'coil', 'assembly'], ['coil', 'assembly', 'per'], ['assembly', 'per', 'standard'], ['per', 'standard', 'per'], ['standard', 'per', 'organizational'], ['per', 'organizational', 'norms'], ['organizational', 'norms', 'pre'], ['norms', 'pre', 'dispatch'], ['pre', 'dispatch', 'quality'], ['dispatch', 'quality', 'inspection'], ['quality', 'inspection', 'complete'], ['inspection', 'complete', 'product'], ['complete', 'product', 'implementation'], ['product', 'implementation', 'why'], ['implementation', 'why', 'why'], ['why', 'why', 'analysis'], ['why', 'analysis', 'company'], ['analysis', 'company', 'm'], ['company', 'm', 's'], ['m', 's', 'silverline'], ['s', 'silverline', 'electricals'], ['silverline', 'electricals', 'pvt'], ['electricals', 'pvt', 'ltd'], ['pvt', 'ltd', 'description'], ['ltd', 'description', 'routine'], ['description', 'routine', 'tests'], ['routine', 'tests', 'type'], ['tests', 'type', 'tests'], ['type', 'tests', 'temperature'], ['tests', 'temperature', 'rise'], ['temperature', 'rise', 'test'], ['rise', 'test', 'special'], ['test', 'special', 'tests'], ['special', 'tests', 'per'], ['tests', 'per', 'is'], ['per', 'is', '2026'], ['is', '2026', 'is'], ...], [['computer'], ['skills'], ['software'], ['knowledge'], ['ms'], ['power'], ['point'], ['ms'], ['office'], ['c'], ['protius'], ['pcb'], ['design'], ['multisim'], ['micro'], ['wind'], ['matlab'], ['keil'], ['latex'], ['basic'], ['i'], ['nternet'], ['fundamentals'], ['software'], ['hardware'], ['knowledge'], ['project'], ['details'], ['diploma'], ['project'], ['speed'], ['control'], ['dc'], ['motor'], ['using'], ['heart'], ['beats'], ['mini'], ['project'], ['water'], ['gardening'], ['system'], ['using'], ['solar'], ['panel'], ['final'], ['year'], ['be'], ['project'], ['iris'], ['recognition'], ['system'], ['education'], ['details'], ['january'], ['2016'], ['be'], ['education'], ['pune'], ['maharashtra'], ['pune'], ['university'], ['january'], ['2010'], ['ssc'], ['maharashtra'], ['board'], ['quality'], ['engineer'], ['quality'], ['engineer'], ['matrix'], ['technologies'], ['skill'], ['details'], ['matlab'], ['exprience'], ['6'], ['months'], ['pcb'], ['exprience'], ['6'], ['months'], ['pcb'], ['design'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['matrix'], ['technologies'], ['description'], ['company'], ['rb'], ['electronics'], ['description'], ['computer', 'skills'], ['skills', 'software'], ['software', 'knowledge'], ['knowledge', 'ms'], ['ms', 'power'], ['power', 'point'], ['point', 'ms'], ['ms', 'office'], ['office', 'c'], ['c', 'protius'], ['protius', 'pcb'], ['pcb', 'design'], ['design', 'multisim'], ['multisim', 'micro'], ['micro', 'wind'], ['wind', 'matlab'], ['matlab', 'keil'], ['keil', 'latex'], ['latex', 'basic'], ['basic', 'i'], ['i', 'nternet'], ['nternet', 'fundamentals'], ['fundamentals', 'software'], ['software', 'hardware'], ['hardware', 'knowledge'], ['knowledge', 'project'], ['project', 'details'], ['details', 'diploma'], ['diploma', 'project'], ['project', 'speed'], ['speed', 'control'], ['control', 'dc'], ['dc', 'motor'], ['motor', 'using'], ['using', 'heart'], ['heart', 'beats'], ['beats', 'mini'], ['mini', 'project'], ['project', 'water'], ['water', 'gardening'], ['gardening', 'system'], ['system', 'using'], ['using', 'solar'], ['solar', 'panel'], ['panel', 'final'], ['final', 'year'], ['year', 'be'], ['be', 'project'], ['project', 'iris'], ['iris', 'recognition'], ['recognition', 'system'], ['system', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'be'], ['be', 'education'], ['education', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'pune'], ['pune', 'university'], ['university', 'january'], ['january', '2010'], ['2010', 'ssc'], ['ssc', 'maharashtra'], ['maharashtra', 'board'], ['board', 'quality'], ['quality', 'engineer'], ['engineer', 'quality'], ['quality', 'engineer'], ['engineer', 'matrix'], ['matrix', 'technologies'], ['technologies', 'skill'], ['skill', 'details'], ['details', 'matlab'], ['matlab', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'pcb'], ['pcb', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'pcb'], ['pcb', 'design'], ['design', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'matrix'], ['matrix', 'technologies'], ['technologies', 'description'], ['description', 'company'], ['company', 'rb'], ['rb', 'electronics'], ['electronics', 'description'], ['computer', 'skills', 'software'], ['skills', 'software', 'knowledge'], ['software', 'knowledge', 'ms'], ['knowledge', 'ms', 'power'], ['ms', 'power', 'point'], ['power', 'point', 'ms'], ['point', 'ms', 'office'], ['ms', 'office', 'c'], ['office', 'c', 'protius'], ['c', 'protius', 'pcb'], ['protius', 'pcb', 'design'], ['pcb', 'design', 'multisim'], ['design', 'multisim', 'micro'], ['multisim', 'micro', 'wind'], ['micro', 'wind', 'matlab'], ['wind', 'matlab', 'keil'], ['matlab', 'keil', 'latex'], ['keil', 'latex', 'basic'], ['latex', 'basic', 'i'], ['basic', 'i', 'nternet'], ['i', 'nternet', 'fundamentals'], ['nternet', 'fundamentals', 'software'], ['fundamentals', 'software', 'hardware'], ['software', 'hardware', 'knowledge'], ['hardware', 'knowledge', 'project'], ['knowledge', 'project', 'details'], ['project', 'details', 'diploma'], ['details', 'diploma', 'project'], ['diploma', 'project', 'speed'], ['project', 'speed', 'control'], ['speed', 'control', 'dc'], ['control', 'dc', 'motor'], ['dc', 'motor', 'using'], ['motor', 'using', 'heart'], ['using', 'heart', 'beats'], ['heart', 'beats', 'mini'], ['beats', 'mini', 'project'], ['mini', 'project', 'water'], ['project', 'water', 'gardening'], ['water', 'gardening', 'system'], ['gardening', 'system', 'using'], ['system', 'using', 'solar'], ['using', 'solar', 'panel'], ['solar', 'panel', 'final'], ['panel', 'final', 'year'], ['final', 'year', 'be'], ['year', 'be', 'project'], ['be', 'project', 'iris'], ['project', 'iris', 'recognition'], ['iris', 'recognition', 'system'], ['recognition', 'system', 'education'], ['system', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'be'], ['2016', 'be', 'education'], ['be', 'education', 'pune'], ['education', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'pune'], ['maharashtra', 'pune', 'university'], ['pune', 'university', 'january'], ['university', 'january', '2010'], ['january', '2010', 'ssc'], ['2010', 'ssc', 'maharashtra'], ['ssc', 'maharashtra', 'board'], ['maharashtra', 'board', 'quality'], ['board', 'quality', 'engineer'], ['quality', 'engineer', 'quality'], ['engineer', 'quality', 'engineer'], ['quality', 'engineer', 'matrix'], ['engineer', 'matrix', 'technologies'], ['matrix', 'technologies', 'skill'], ['technologies', 'skill', 'details'], ['skill', 'details', 'matlab'], ['details', 'matlab', 'exprience'], ['matlab', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'pcb'], ['months', 'pcb', 'exprience'], ['pcb', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'pcb'], ['months', 'pcb', 'design'], ['pcb', 'design', 'exprience'], ['design', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'matrix'], ['company', 'matrix', 'technologies'], ['matrix', 'technologies', 'description'], ['technologies', 'description', 'company'], ['description', 'company', 'rb'], ['company', 'rb', 'electronics'], ['rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge'], ['skills', 'software', 'knowledge', 'ms'], ['software', 'knowledge', 'ms', 'power'], ['knowledge', 'ms', 'power', 'point'], ['ms', 'power', 'point', 'ms'], ['power', 'point', 'ms', 'office'], ['point', 'ms', 'office', 'c'], ['ms', 'office', 'c', 'protius'], ['office', 'c', 'protius', 'pcb'], ['c', 'protius', 'pcb', 'design'], ['protius', 'pcb', 'design', 'multisim'], ['pcb', 'design', 'multisim', 'micro'], ['design', 'multisim', 'micro', 'wind'], ['multisim', 'micro', 'wind', 'matlab'], ['micro', 'wind', 'matlab', 'keil'], ['wind', 'matlab', 'keil', 'latex'], ['matlab', 'keil', 'latex', 'basic'], ['keil', 'latex', 'basic', 'i'], ['latex', 'basic', 'i', 'nternet'], ['basic', 'i', 'nternet', 'fundamentals'], ['i', 'nternet', 'fundamentals', 'software'], ['nternet', 'fundamentals', 'software', 'hardware'], ['fundamentals', 'software', 'hardware', 'knowledge'], ['software', 'hardware', 'knowledge', 'project'], ['hardware', 'knowledge', 'project', 'details'], ['knowledge', 'project', 'details', 'diploma'], ['project', 'details', 'diploma', 'project'], ['details', 'diploma', 'project', 'speed'], ['diploma', 'project', 'speed', 'control'], ['project', 'speed', 'control', 'dc'], ['speed', 'control', 'dc', 'motor'], ['control', 'dc', 'motor', 'using'], ['dc', 'motor', 'using', 'heart'], ['motor', 'using', 'heart', 'beats'], ['using', 'heart', 'beats', 'mini'], ['heart', 'beats', 'mini', 'project'], ['beats', 'mini', 'project', 'water'], ['mini', 'project', 'water', 'gardening'], ['project', 'water', 'gardening', 'system'], ['water', 'gardening', 'system', 'using'], ['gardening', 'system', 'using', 'solar'], ['system', 'using', 'solar', 'panel'], ['using', 'solar', 'panel', 'final'], ['solar', 'panel', 'final', 'year'], ['panel', 'final', 'year', 'be'], ['final', 'year', 'be', 'project'], ['year', 'be', 'project', 'iris'], ['be', 'project', 'iris', 'recognition'], ['project', 'iris', 'recognition', 'system'], ['iris', 'recognition', 'system', 'education'], ['recognition', 'system', 'education', 'details'], ['system', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'be'], ['january', '2016', 'be', 'education'], ['2016', 'be', 'education', 'pune'], ['be', 'education', 'pune', 'maharashtra'], ['education', 'pune', 'maharashtra', 'pune'], ['pune', 'maharashtra', 'pune', 'university'], ['maharashtra', 'pune', 'university', 'january'], ['pune', 'university', 'january', '2010'], ['university', 'january', '2010', 'ssc'], ['january', '2010', 'ssc', 'maharashtra'], ['2010', 'ssc', 'maharashtra', 'board'], ['ssc', 'maharashtra', 'board', 'quality'], ['maharashtra', 'board', 'quality', 'engineer'], ['board', 'quality', 'engineer', 'quality'], ['quality', 'engineer', 'quality', 'engineer'], ['engineer', 'quality', 'engineer', 'matrix'], ['quality', 'engineer', 'matrix', 'technologies'], ['engineer', 'matrix', 'technologies', 'skill'], ['matrix', 'technologies', 'skill', 'details'], ['technologies', 'skill', 'details', 'matlab'], ['skill', 'details', 'matlab', 'exprience'], ['details', 'matlab', 'exprience', '6'], ['matlab', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'pcb'], ['6', 'months', 'pcb', 'exprience'], ['months', 'pcb', 'exprience', '6'], ['pcb', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'pcb'], ['6', 'months', 'pcb', 'design'], ['months', 'pcb', 'design', 'exprience'], ['pcb', 'design', 'exprience', '6'], ['design', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'matrix'], ['details', 'company', 'matrix', 'technologies'], ['company', 'matrix', 'technologies', 'description'], ['matrix', 'technologies', 'description', 'company'], ['technologies', 'description', 'company', 'rb'], ['description', 'company', 'rb', 'electronics'], ['company', 'rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge', 'ms'], ['skills', 'software', 'knowledge', 'ms', 'power'], ['software', 'knowledge', 'ms', 'power', 'point'], ['knowledge', 'ms', 'power', 'point', 'ms'], ['ms', 'power', 'point', 'ms', 'office'], ['power', 'point', 'ms', 'office', 'c'], ['point', 'ms', 'office', 'c', 'protius'], ['ms', 'office', 'c', 'protius', 'pcb'], ['office', 'c', 'protius', 'pcb', 'design'], ['c', 'protius', 'pcb', 'design', 'multisim'], ['protius', 'pcb', 'design', 'multisim', 'micro'], ['pcb', 'design', 'multisim', 'micro', 'wind'], ['design', 'multisim', 'micro', 'wind', 'matlab'], ['multisim', 'micro', 'wind', 'matlab', 'keil'], ['micro', 'wind', 'matlab', 'keil', 'latex'], ['wind', 'matlab', 'keil', 'latex', 'basic'], ['matlab', 'keil', 'latex', 'basic', 'i'], ['keil', 'latex', 'basic', 'i', 'nternet'], ['latex', 'basic', 'i', 'nternet', 'fundamentals'], ['basic', 'i', 'nternet', 'fundamentals', 'software'], ['i', 'nternet', 'fundamentals', 'software', 'hardware'], ['nternet', 'fundamentals', 'software', 'hardware', 'knowledge'], ['fundamentals', 'software', 'hardware', 'knowledge', 'project'], ['software', 'hardware', 'knowledge', 'project', 'details'], ['hardware', 'knowledge', 'project', 'details', 'diploma'], ['knowledge', 'project', 'details', 'diploma', 'project'], ['project', 'details', 'diploma', 'project', 'speed'], ['details', 'diploma', 'project', 'speed', 'control'], ['diploma', 'project', 'speed', 'control', 'dc'], ['project', 'speed', 'control', 'dc', 'motor'], ['speed', 'control', 'dc', 'motor', 'using'], ['control', 'dc', 'motor', 'using', 'heart'], ['dc', 'motor', 'using', 'heart', 'beats'], ['motor', 'using', 'heart', 'beats', 'mini'], ['using', 'heart', 'beats', 'mini', 'project'], ['heart', 'beats', 'mini', 'project', 'water'], ['beats', 'mini', 'project', 'water', 'gardening'], ['mini', 'project', 'water', 'gardening', 'system'], ['project', 'water', 'gardening', 'system', 'using'], ['water', 'gardening', 'system', 'using', 'solar'], ['gardening', 'system', 'using', 'solar', 'panel'], ['system', 'using', 'solar', 'panel', 'final'], ['using', 'solar', 'panel', 'final', 'year'], ['solar', 'panel', 'final', 'year', 'be'], ['panel', 'final', 'year', 'be', 'project'], ['final', 'year', 'be', 'project', 'iris'], ['year', 'be', 'project', 'iris', 'recognition'], ['be', 'project', 'iris', 'recognition', 'system'], ['project', 'iris', 'recognition', 'system', 'education'], ['iris', 'recognition', 'system', 'education', 'details'], ['recognition', 'system', 'education', 'details', 'january'], ['system', 'education', 'details', 'january', '2016'], ['education', 'details', 'january', '2016', 'be'], ['details', 'january', '2016', 'be', 'education'], ['january', '2016', 'be', 'education', 'pune'], ['2016', 'be', 'education', 'pune', 'maharashtra'], ['be', 'education', 'pune', 'maharashtra', 'pune'], ['education', 'pune', 'maharashtra', 'pune', 'university'], ['pune', 'maharashtra', 'pune', 'university', 'january'], ['maharashtra', 'pune', 'university', 'january', '2010'], ['pune', 'university', 'january', '2010', 'ssc'], ['university', 'january', '2010', 'ssc', 'maharashtra'], ['january', '2010', 'ssc', 'maharashtra', 'board'], ['2010', 'ssc', 'maharashtra', 'board', 'quality'], ['ssc', 'maharashtra', 'board', 'quality', 'engineer'], ['maharashtra', 'board', 'quality', 'engineer', 'quality'], ['board', 'quality', 'engineer', 'quality', 'engineer'], ['quality', 'engineer', 'quality', 'engineer', 'matrix'], ['engineer', 'quality', 'engineer', 'matrix', 'technologies'], ['quality', 'engineer', 'matrix', 'technologies', 'skill'], ['engineer', 'matrix', 'technologies', 'skill', 'details'], ['matrix', 'technologies', 'skill', 'details', 'matlab'], ['technologies', 'skill', 'details', 'matlab', 'exprience'], ['skill', 'details', 'matlab', 'exprience', '6'], ['details', 'matlab', 'exprience', '6', 'months'], ['matlab', 'exprience', '6', 'months', 'pcb'], ['exprience', '6', 'months', 'pcb', 'exprience'], ['6', 'months', 'pcb', 'exprience', '6'], ['months', 'pcb', 'exprience', '6', 'months'], ['pcb', 'exprience', '6', 'months', 'pcb'], ['exprience', '6', 'months', 'pcb', 'design'], ['6', 'months', 'pcb', 'design', 'exprience'], ['months', 'pcb', 'design', 'exprience', '6'], ['pcb', 'design', 'exprience', '6', 'monthscompany'], ['design', 'exprience', '6', 'monthscompany', 'details'], ['exprience', '6', 'monthscompany', 'details', 'company'], ['6', 'monthscompany', 'details', 'company', 'matrix'], ['monthscompany', 'details', 'company', 'matrix', 'technologies'], ['details', 'company', 'matrix', 'technologies', 'description'], ['company', 'matrix', 'technologies', 'description', 'company'], ['matrix', 'technologies', 'description', 'company', 'rb'], ['technologies', 'description', 'company', 'rb', 'electronics'], ['description', 'company', 'rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge', 'ms', 'power'], ['skills', 'software', 'knowledge', 'ms', 'power', 'point'], ['software', 'knowledge', 'ms', 'power', 'point', 'ms'], ['knowledge', 'ms', 'power', 'point', 'ms', 'office'], ['ms', 'power', 'point', 'ms', 'office', 'c'], ['power', 'point', 'ms', 'office', 'c', 'protius'], ['point', 'ms', 'office', 'c', 'protius', 'pcb'], ['ms', 'office', 'c', 'protius', 'pcb', 'design'], ['office', 'c', 'protius', 'pcb', 'design', 'multisim'], ['c', 'protius', 'pcb', 'design', 'multisim', 'micro'], ['protius', 'pcb', 'design', 'multisim', 'micro', 'wind'], ['pcb', 'design', 'multisim', 'micro', 'wind', 'matlab'], ['design', 'multisim', 'micro', 'wind', 'matlab', 'keil'], ['multisim', 'micro', 'wind', 'matlab', 'keil', 'latex'], ['micro', 'wind', 'matlab', 'keil', 'latex', 'basic'], ['wind', 'matlab', 'keil', 'latex', 'basic', 'i'], ['matlab', 'keil', 'latex', 'basic', 'i', 'nternet'], ['keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals'], ['latex', 'basic', 'i', 'nternet', 'fundamentals', 'software'], ['basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware'], ['i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge'], ['nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project'], ['fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details'], ['software', 'hardware', 'knowledge', 'project', 'details', 'diploma'], ['hardware', 'knowledge', 'project', 'details', 'diploma', 'project'], ['knowledge', 'project', 'details', 'diploma', 'project', 'speed'], ['project', 'details', 'diploma', 'project', 'speed', 'control'], ['details', 'diploma', 'project', 'speed', 'control', 'dc'], ['diploma', 'project', 'speed', 'control', 'dc', 'motor'], ['project', 'speed', 'control', 'dc', 'motor', 'using'], ['speed', 'control', 'dc', 'motor', 'using', 'heart'], ['control', 'dc', 'motor', 'using', 'heart', 'beats'], ['dc', 'motor', 'using', 'heart', 'beats', 'mini'], ['motor', 'using', 'heart', 'beats', 'mini', 'project'], ['using', 'heart', 'beats', 'mini', 'project', 'water'], ['heart', 'beats', 'mini', 'project', 'water', 'gardening'], ['beats', 'mini', 'project', 'water', 'gardening', 'system'], ['mini', 'project', 'water', 'gardening', 'system', 'using'], ['project', 'water', 'gardening', 'system', 'using', 'solar'], ['water', 'gardening', 'system', 'using', 'solar', 'panel'], ['gardening', 'system', 'using', 'solar', 'panel', 'final'], ['system', 'using', 'solar', 'panel', 'final', 'year'], ['using', 'solar', 'panel', 'final', 'year', 'be'], ['solar', 'panel', 'final', 'year', 'be', 'project'], ['panel', 'final', 'year', 'be', 'project', 'iris'], ['final', 'year', 'be', 'project', 'iris', 'recognition'], ['year', 'be', 'project', 'iris', 'recognition', 'system'], ['be', 'project', 'iris', 'recognition', 'system', 'education'], ['project', 'iris', 'recognition', 'system', 'education', 'details'], ['iris', 'recognition', 'system', 'education', 'details', 'january'], ['recognition', 'system', 'education', 'details', 'january', '2016'], ['system', 'education', 'details', 'january', '2016', 'be'], ['education', 'details', 'january', '2016', 'be', 'education'], ['details', 'january', '2016', 'be', 'education', 'pune'], ['january', '2016', 'be', 'education', 'pune', 'maharashtra'], ['2016', 'be', 'education', 'pune', 'maharashtra', 'pune'], ['be', 'education', 'pune', 'maharashtra', 'pune', 'university'], ['education', 'pune', 'maharashtra', 'pune', 'university', 'january'], ['pune', 'maharashtra', 'pune', 'university', 'january', '2010'], ['maharashtra', 'pune', 'university', 'january', '2010', 'ssc'], ['pune', 'university', 'january', '2010', 'ssc', 'maharashtra'], ['university', 'january', '2010', 'ssc', 'maharashtra', 'board'], ['january', '2010', 'ssc', 'maharashtra', 'board', 'quality'], ['2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer'], ['ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality'], ['maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer'], ['board', 'quality', 'engineer', 'quality', 'engineer', 'matrix'], ['quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies'], ['engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill'], ['quality', 'engineer', 'matrix', 'technologies', 'skill', 'details'], ['engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab'], ['matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience'], ['technologies', 'skill', 'details', 'matlab', 'exprience', '6'], ['skill', 'details', 'matlab', 'exprience', '6', 'months'], ['details', 'matlab', 'exprience', '6', 'months', 'pcb'], ['matlab', 'exprience', '6', 'months', 'pcb', 'exprience'], ['exprience', '6', 'months', 'pcb', 'exprience', '6'], ['6', 'months', 'pcb', 'exprience', '6', 'months'], ['months', 'pcb', 'exprience', '6', 'months', 'pcb'], ['pcb', 'exprience', '6', 'months', 'pcb', 'design'], ['exprience', '6', 'months', 'pcb', 'design', 'exprience'], ['6', 'months', 'pcb', 'design', 'exprience', '6'], ['months', 'pcb', 'design', 'exprience', '6', 'monthscompany'], ['pcb', 'design', 'exprience', '6', 'monthscompany', 'details'], ['design', 'exprience', '6', 'monthscompany', 'details', 'company'], ['exprience', '6', 'monthscompany', 'details', 'company', 'matrix'], ['6', 'monthscompany', 'details', 'company', 'matrix', 'technologies'], ['monthscompany', 'details', 'company', 'matrix', 'technologies', 'description'], ['details', 'company', 'matrix', 'technologies', 'description', 'company'], ['company', 'matrix', 'technologies', 'description', 'company', 'rb'], ['matrix', 'technologies', 'description', 'company', 'rb', 'electronics'], ['technologies', 'description', 'company', 'rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge', 'ms', 'power', 'point'], ['skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms'], ['software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office'], ['knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c'], ['ms', 'power', 'point', 'ms', 'office', 'c', 'protius'], ['power', 'point', 'ms', 'office', 'c', 'protius', 'pcb'], ['point', 'ms', 'office', 'c', 'protius', 'pcb', 'design'], ['ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim'], ['office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro'], ['c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind'], ['protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab'], ['pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil'], ['design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex'], ['multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic'], ['micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i'], ['wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet'], ['matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals'], ['keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software'], ['latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware'], ['basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge'], ['i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project'], ['nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details'], ['fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma'], ['software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project'], ['hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed'], ['knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control'], ['project', 'details', 'diploma', 'project', 'speed', 'control', 'dc'], ['details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor'], ['diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using'], ['project', 'speed', 'control', 'dc', 'motor', 'using', 'heart'], ['speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats'], ['control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini'], ['dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project'], ['motor', 'using', 'heart', 'beats', 'mini', 'project', 'water'], ['using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening'], ['heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system'], ['beats', 'mini', 'project', 'water', 'gardening', 'system', 'using'], ['mini', 'project', 'water', 'gardening', 'system', 'using', 'solar'], ['project', 'water', 'gardening', 'system', 'using', 'solar', 'panel'], ['water', 'gardening', 'system', 'using', 'solar', 'panel', 'final'], ['gardening', 'system', 'using', 'solar', 'panel', 'final', 'year'], ['system', 'using', 'solar', 'panel', 'final', 'year', 'be'], ['using', 'solar', 'panel', 'final', 'year', 'be', 'project'], ['solar', 'panel', 'final', 'year', 'be', 'project', 'iris'], ['panel', 'final', 'year', 'be', 'project', 'iris', 'recognition'], ['final', 'year', 'be', 'project', 'iris', 'recognition', 'system'], ['year', 'be', 'project', 'iris', 'recognition', 'system', 'education'], ['be', 'project', 'iris', 'recognition', 'system', 'education', 'details'], ['project', 'iris', 'recognition', 'system', 'education', 'details', 'january'], ['iris', 'recognition', 'system', 'education', 'details', 'january', '2016'], ['recognition', 'system', 'education', 'details', 'january', '2016', 'be'], ['system', 'education', 'details', 'january', '2016', 'be', 'education'], ['education', 'details', 'january', '2016', 'be', 'education', 'pune'], ['details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra'], ['january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune'], ['2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university'], ['be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january'], ['education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010'], ['pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc'], ['maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra'], ['pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board'], ['university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality'], ['january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer'], ['2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality'], ['ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer'], ['maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix'], ['board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies'], ['quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill'], ['engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details'], ['quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab'], ['engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience'], ['matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6'], ['technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months'], ['skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb'], ['details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience'], ['matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6'], ['exprience', '6', 'months', 'pcb', 'exprience', '6', 'months'], ['6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb'], ['months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design'], ['pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience'], ['exprience', '6', 'months', 'pcb', 'design', 'exprience', '6'], ['6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany'], ['months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details'], ['pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company'], ['design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix'], ['exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies'], ['6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description'], ['monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company'], ['details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb'], ['company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics'], ['matrix', 'technologies', 'description', 'company', 'rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms'], ['skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office'], ['software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c'], ['knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c', 'protius'], ['ms', 'power', 'point', 'ms', 'office', 'c', 'protius', 'pcb'], ['power', 'point', 'ms', 'office', 'c', 'protius', 'pcb', 'design'], ['point', 'ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim'], ['ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro'], ['office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind'], ['c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab'], ['protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil'], ['pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex'], ['design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic'], ['multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i'], ['micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet'], ['wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals'], ['matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software'], ['keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware'], ['latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge'], ['basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project'], ['i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details'], ['nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma'], ['fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project'], ['software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed'], ['hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control'], ['knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control', 'dc'], ['project', 'details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor'], ['details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using'], ['diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using', 'heart'], ['project', 'speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats'], ['speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini'], ['control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project'], ['dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project', 'water'], ['motor', 'using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening'], ['using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system'], ['heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system', 'using'], ['beats', 'mini', 'project', 'water', 'gardening', 'system', 'using', 'solar'], ['mini', 'project', 'water', 'gardening', 'system', 'using', 'solar', 'panel'], ['project', 'water', 'gardening', 'system', 'using', 'solar', 'panel', 'final'], ['water', 'gardening', 'system', 'using', 'solar', 'panel', 'final', 'year'], ['gardening', 'system', 'using', 'solar', 'panel', 'final', 'year', 'be'], ['system', 'using', 'solar', 'panel', 'final', 'year', 'be', 'project'], ['using', 'solar', 'panel', 'final', 'year', 'be', 'project', 'iris'], ['solar', 'panel', 'final', 'year', 'be', 'project', 'iris', 'recognition'], ['panel', 'final', 'year', 'be', 'project', 'iris', 'recognition', 'system'], ['final', 'year', 'be', 'project', 'iris', 'recognition', 'system', 'education'], ['year', 'be', 'project', 'iris', 'recognition', 'system', 'education', 'details'], ['be', 'project', 'iris', 'recognition', 'system', 'education', 'details', 'january'], ['project', 'iris', 'recognition', 'system', 'education', 'details', 'january', '2016'], ['iris', 'recognition', 'system', 'education', 'details', 'january', '2016', 'be'], ['recognition', 'system', 'education', 'details', 'january', '2016', 'be', 'education'], ['system', 'education', 'details', 'january', '2016', 'be', 'education', 'pune'], ['education', 'details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra'], ['details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune'], ['january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university'], ['2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january'], ['be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010'], ['education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc'], ['pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra'], ['maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board'], ['pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality'], ['university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer'], ['january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality'], ['2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer'], ['ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix'], ['maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies'], ['board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill'], ['quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details'], ['engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab'], ['quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience'], ['engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6'], ['matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months'], ['technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb'], ['skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience'], ['details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6'], ['matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb'], ['6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design'], ['months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience'], ['pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience', '6'], ['exprience', '6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany'], ['6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details'], ['months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company'], ['pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix'], ['design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies'], ['exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description'], ['6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company'], ['monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb'], ['details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics'], ['company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics', 'description'], ['computer', 'skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office'], ['skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c'], ['software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c', 'protius'], ['knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c', 'protius', 'pcb'], ['ms', 'power', 'point', 'ms', 'office', 'c', 'protius', 'pcb', 'design'], ['power', 'point', 'ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim'], ['point', 'ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro'], ['ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind'], ['office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab'], ['c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil'], ['protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex'], ['pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic'], ['design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i'], ['multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet'], ['micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals'], ['wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software'], ['matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware'], ['keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge'], ['latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project'], ['basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details'], ['i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma'], ['nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project'], ['fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed'], ['software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control'], ['hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control', 'dc'], ['knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor'], ['project', 'details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using'], ['details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using', 'heart'], ['diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats'], ['project', 'speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini'], ['speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project'], ['control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project', 'water'], ['dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening'], ['motor', 'using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system'], ['using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system', 'using'], ['heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system', 'using', 'solar'], ['beats', 'mini', 'project', 'water', 'gardening', 'system', 'using', 'solar', 'panel'], ['mini', 'project', 'water', 'gardening', 'system', 'using', 'solar', 'panel', 'final'], ['project', 'water', 'gardening', 'system', 'using', 'solar', 'panel', 'final', 'year'], ['water', 'gardening', 'system', 'using', 'solar', 'panel', 'final', 'year', 'be'], ['gardening', 'system', 'using', 'solar', 'panel', 'final', 'year', 'be', 'project'], ['system', 'using', 'solar', 'panel', 'final', 'year', 'be', 'project', 'iris'], ['using', 'solar', 'panel', 'final', 'year', 'be', 'project', 'iris', 'recognition'], ['solar', 'panel', 'final', 'year', 'be', 'project', 'iris', 'recognition', 'system'], ['panel', 'final', 'year', 'be', 'project', 'iris', 'recognition', 'system', 'education'], ['final', 'year', 'be', 'project', 'iris', 'recognition', 'system', 'education', 'details'], ['year', 'be', 'project', 'iris', 'recognition', 'system', 'education', 'details', 'january'], ['be', 'project', 'iris', 'recognition', 'system', 'education', 'details', 'january', '2016'], ['project', 'iris', 'recognition', 'system', 'education', 'details', 'january', '2016', 'be'], ['iris', 'recognition', 'system', 'education', 'details', 'january', '2016', 'be', 'education'], ['recognition', 'system', 'education', 'details', 'january', '2016', 'be', 'education', 'pune'], ['system', 'education', 'details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra'], ['education', 'details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune'], ['details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university'], ['january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january'], ['2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010'], ['be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc'], ['education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra'], ['pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board'], ['maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality'], ['pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer'], ['university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality'], ['january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer'], ['2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix'], ['ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies'], ['maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill'], ['board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details'], ['quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab'], ['engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience'], ['quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6'], ['engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months'], ['matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb'], ['technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience'], ['skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6'], ['details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6', 'months'], ['matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb'], ['exprience', '6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design'], ['6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience'], ['months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience', '6'], ['pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details'], ['6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company'], ['months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix'], ['pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies'], ['design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description'], ['exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company'], ['6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb'], ['monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics'], ['details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics', 'description']], [['skill'], ['set'], ['os'], ['windows'], ['xp'], ['7'], ['8'], ['8'], ['1'], ['10'], ['database'], ['mysql'], ['sql'], ['server'], ['2005'], ['2008'], ['2012'], ['languages'], ['core'], ['java'], ['web'], ['technology'], ['html'], ['css'], ['testing'], ['manual'], ['testing'], ['database'], ['testing'], ['other'], ['bug'], ['tracking'], ['reporting'], ['end'], ['user'], ['handling'], ['education'], ['details'], ['january'], ['2016'], ['mcs'], ['pune'], ['maharashtra'], ['p'], ['v'], ['p'], ['college'], ['pravaranagar'], ['january'], ['2011'], ['hsc'], ['a'], ['k'], ['junior'], ['college'], ['january'], ['2009'], ['ssc'], ['a'], ['k'], ['mahavidyalya'], ['jr'], ['testing'], ['engineer'], ['jr'], ['testing'], ['engineer'], ['m'], ['tech'], ['innovations'], ['ltd'], ['skill'], ['details'], ['testing'], ['exprience'], ['24'], ['months'], ['windows'], ['xp'], ['exprience'], ['24'], ['months'], ['css'], ['exprience'], ['6'], ['months'], ['database'], ['exprience'], ['6'], ['months'], ['database'], ['testing'], ['exprience'], ['6'], ['monthscompany'], ['details'], ['company'], ['m'], ['tech'], ['innovations'], ['ltd'], ['description'], ['responsibilities'], ['analyzing'], ['testing'], ['requirements'], ['preparing'], ['test'], ['plans'], ['test'], ['scenarios'], ['preparing'], ['test'], ['cases'], ['executing'], ['test'], ['cases'], ['tracking'], ['bugs'], ['coordinating'], ['developers'], ['order'], ['fix'], ['preparing'], ['test'], ['summary'], ['reports'], ['reporting'], ['quality'], ['manager'], ['attending'], ['meeting'], ['projects'], ['project'], ['name'], ['1'], ['web'], ['based'], ['time'], ['attendance'], ['application'], ['environment'], ['windows'], ['7'], ['vista'], ['windows'], ['xp'], ['windows'], ['8'], ['windows'], ['10'], ['clients'], ['mccia'], ['sapphire'], ['park'], ['bramha'], ['suncity'], ['wanless'], ['hospital'], ['role'], ['software'], ['testing'], ['duration'], ['6'], ['months'], ['project'], ['name'], ['android'], ['1'], ['time'], ['attendance'], ['application'], ['2'], ['vehicle'], ['tracking'], ['system'], ['3'], ['vistor'], ['management'], ['system'], ['environment'], ['android'], ['mobile'], ['android'], ['tablet'], ['clients'], ['vankan'], ['security'], ['role'], ['application'], ['testing'], ['duration'], ['6'], ['months'], ['project'], ['name'], ['1'], ['web'], ['based'], ['factory'], ['automation'], ['process'], ['2'], ['web'], ['based'], ['annual'], ['maintenance'], ['charges'], ['environment'], ['windows'], ['7'], ['vista'], ['windows'], ['xp'], ['windows'], ['8'], ['windows'], ['10'], ['role'], ['software'], ['testing'], ['duration'], ['6'], ['months'], ['project'], ['name'], ['web'], ['based'], ['library'], ['management'], ['system'], ['environment'], ['windows'], ['7'], ['vista'], ['windows'], ['xp'], ['windows'], ['8'], ['windows'], ['10'], ['role'], ['software'], ['testing'], ['duration'], ['6'], ['months'], ['skill', 'set'], ['set', 'os'], ['os', 'windows'], ['windows', 'xp'], ['xp', '7'], ['7', '8'], ['8', '8'], ['8', '1'], ['1', '10'], ['10', 'database'], ['database', 'mysql'], ['mysql', 'sql'], ['sql', 'server'], ['server', '2005'], ['2005', '2008'], ['2008', '2012'], ['2012', 'languages'], ['languages', 'core'], ['core', 'java'], ['java', 'web'], ['web', 'technology'], ['technology', 'html'], ['html', 'css'], ['css', 'testing'], ['testing', 'manual'], ['manual', 'testing'], ['testing', 'database'], ['database', 'testing'], ['testing', 'other'], ['other', 'bug'], ['bug', 'tracking'], ['tracking', 'reporting'], ['reporting', 'end'], ['end', 'user'], ['user', 'handling'], ['handling', 'education'], ['education', 'details'], ['details', 'january'], ['january', '2016'], ['2016', 'mcs'], ['mcs', 'pune'], ['pune', 'maharashtra'], ['maharashtra', 'p'], ['p', 'v'], ['v', 'p'], ['p', 'college'], ['college', 'pravaranagar'], ['pravaranagar', 'january'], ['january', '2011'], ['2011', 'hsc'], ['hsc', 'a'], ['a', 'k'], ['k', 'junior'], ['junior', 'college'], ['college', 'january'], ['january', '2009'], ['2009', 'ssc'], ['ssc', 'a'], ['a', 'k'], ['k', 'mahavidyalya'], ['mahavidyalya', 'jr'], ['jr', 'testing'], ['testing', 'engineer'], ['engineer', 'jr'], ['jr', 'testing'], ['testing', 'engineer'], ['engineer', 'm'], ['m', 'tech'], ['tech', 'innovations'], ['innovations', 'ltd'], ['ltd', 'skill'], ['skill', 'details'], ['details', 'testing'], ['testing', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'windows'], ['windows', 'xp'], ['xp', 'exprience'], ['exprience', '24'], ['24', 'months'], ['months', 'css'], ['css', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'database'], ['database', 'exprience'], ['exprience', '6'], ['6', 'months'], ['months', 'database'], ['database', 'testing'], ['testing', 'exprience'], ['exprience', '6'], ['6', 'monthscompany'], ['monthscompany', 'details'], ['details', 'company'], ['company', 'm'], ['m', 'tech'], ['tech', 'innovations'], ['innovations', 'ltd'], ['ltd', 'description'], ['description', 'responsibilities'], ['responsibilities', 'analyzing'], ['analyzing', 'testing'], ['testing', 'requirements'], ['requirements', 'preparing'], ['preparing', 'test'], ['test', 'plans'], ['plans', 'test'], ['test', 'scenarios'], ['scenarios', 'preparing'], ['preparing', 'test'], ['test', 'cases'], ['cases', 'executing'], ['executing', 'test'], ['test', 'cases'], ['cases', 'tracking'], ['tracking', 'bugs'], ['bugs', 'coordinating'], ['coordinating', 'developers'], ['developers', 'order'], ['order', 'fix'], ['fix', 'preparing'], ['preparing', 'test'], ['test', 'summary'], ['summary', 'reports'], ['reports', 'reporting'], ['reporting', 'quality'], ['quality', 'manager'], ['manager', 'attending'], ['attending', 'meeting'], ['meeting', 'projects'], ['projects', 'project'], ['project', 'name'], ['name', '1'], ['1', 'web'], ['web', 'based'], ['based', 'time'], ['time', 'attendance'], ['attendance', 'application'], ['application', 'environment'], ['environment', 'windows'], ['windows', '7'], ['7', 'vista'], ['vista', 'windows'], ['windows', 'xp'], ['xp', 'windows'], ['windows', '8'], ['8', 'windows'], ['windows', '10'], ['10', 'clients'], ['clients', 'mccia'], ['mccia', 'sapphire'], ['sapphire', 'park'], ['park', 'bramha'], ['bramha', 'suncity'], ['suncity', 'wanless'], ['wanless', 'hospital'], ['hospital', 'role'], ['role', 'software'], ['software', 'testing'], ['testing', 'duration'], ['duration', '6'], ['6', 'months'], ['months', 'project'], ['project', 'name'], ['name', 'android'], ['android', '1'], ['1', 'time'], ['time', 'attendance'], ['attendance', 'application'], ['application', '2'], ['2', 'vehicle'], ['vehicle', 'tracking'], ['tracking', 'system'], ['system', '3'], ['3', 'vistor'], ['vistor', 'management'], ['management', 'system'], ['system', 'environment'], ['environment', 'android'], ['android', 'mobile'], ['mobile', 'android'], ['android', 'tablet'], ['tablet', 'clients'], ['clients', 'vankan'], ['vankan', 'security'], ['security', 'role'], ['role', 'application'], ['application', 'testing'], ['testing', 'duration'], ['duration', '6'], ['6', 'months'], ['months', 'project'], ['project', 'name'], ['name', '1'], ['1', 'web'], ['web', 'based'], ['based', 'factory'], ['factory', 'automation'], ['automation', 'process'], ['process', '2'], ['2', 'web'], ['web', 'based'], ['based', 'annual'], ['annual', 'maintenance'], ['maintenance', 'charges'], ['charges', 'environment'], ['environment', 'windows'], ['windows', '7'], ['7', 'vista'], ['vista', 'windows'], ['windows', 'xp'], ['xp', 'windows'], ['windows', '8'], ['8', 'windows'], ['windows', '10'], ['10', 'role'], ['role', 'software'], ['software', 'testing'], ['testing', 'duration'], ['duration', '6'], ['6', 'months'], ['months', 'project'], ['project', 'name'], ['name', 'web'], ['web', 'based'], ['based', 'library'], ['library', 'management'], ['management', 'system'], ['system', 'environment'], ['environment', 'windows'], ['windows', '7'], ['7', 'vista'], ['vista', 'windows'], ['windows', 'xp'], ['xp', 'windows'], ['windows', '8'], ['8', 'windows'], ['windows', '10'], ['10', 'role'], ['role', 'software'], ['software', 'testing'], ['testing', 'duration'], ['duration', '6'], ['6', 'months'], ['skill', 'set', 'os'], ['set', 'os', 'windows'], ['os', 'windows', 'xp'], ['windows', 'xp', '7'], ['xp', '7', '8'], ['7', '8', '8'], ['8', '8', '1'], ['8', '1', '10'], ['1', '10', 'database'], ['10', 'database', 'mysql'], ['database', 'mysql', 'sql'], ['mysql', 'sql', 'server'], ['sql', 'server', '2005'], ['server', '2005', '2008'], ['2005', '2008', '2012'], ['2008', '2012', 'languages'], ['2012', 'languages', 'core'], ['languages', 'core', 'java'], ['core', 'java', 'web'], ['java', 'web', 'technology'], ['web', 'technology', 'html'], ['technology', 'html', 'css'], ['html', 'css', 'testing'], ['css', 'testing', 'manual'], ['testing', 'manual', 'testing'], ['manual', 'testing', 'database'], ['testing', 'database', 'testing'], ['database', 'testing', 'other'], ['testing', 'other', 'bug'], ['other', 'bug', 'tracking'], ['bug', 'tracking', 'reporting'], ['tracking', 'reporting', 'end'], ['reporting', 'end', 'user'], ['end', 'user', 'handling'], ['user', 'handling', 'education'], ['handling', 'education', 'details'], ['education', 'details', 'january'], ['details', 'january', '2016'], ['january', '2016', 'mcs'], ['2016', 'mcs', 'pune'], ['mcs', 'pune', 'maharashtra'], ['pune', 'maharashtra', 'p'], ['maharashtra', 'p', 'v'], ['p', 'v', 'p'], ['v', 'p', 'college'], ['p', 'college', 'pravaranagar'], ['college', 'pravaranagar', 'january'], ['pravaranagar', 'january', '2011'], ['january', '2011', 'hsc'], ['2011', 'hsc', 'a'], ['hsc', 'a', 'k'], ['a', 'k', 'junior'], ['k', 'junior', 'college'], ['junior', 'college', 'january'], ['college', 'january', '2009'], ['january', '2009', 'ssc'], ['2009', 'ssc', 'a'], ['ssc', 'a', 'k'], ['a', 'k', 'mahavidyalya'], ['k', 'mahavidyalya', 'jr'], ['mahavidyalya', 'jr', 'testing'], ['jr', 'testing', 'engineer'], ['testing', 'engineer', 'jr'], ['engineer', 'jr', 'testing'], ['jr', 'testing', 'engineer'], ['testing', 'engineer', 'm'], ['engineer', 'm', 'tech'], ['m', 'tech', 'innovations'], ['tech', 'innovations', 'ltd'], ['innovations', 'ltd', 'skill'], ['ltd', 'skill', 'details'], ['skill', 'details', 'testing'], ['details', 'testing', 'exprience'], ['testing', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'windows'], ['months', 'windows', 'xp'], ['windows', 'xp', 'exprience'], ['xp', 'exprience', '24'], ['exprience', '24', 'months'], ['24', 'months', 'css'], ['months', 'css', 'exprience'], ['css', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'database'], ['months', 'database', 'exprience'], ['database', 'exprience', '6'], ['exprience', '6', 'months'], ['6', 'months', 'database'], ['months', 'database', 'testing'], ['database', 'testing', 'exprience'], ['testing', 'exprience', '6'], ['exprience', '6', 'monthscompany'], ['6', 'monthscompany', 'details'], ['monthscompany', 'details', 'company'], ['details', 'company', 'm'], ['company', 'm', 'tech'], ['m', 'tech', 'innovations'], ['tech', 'innovations', 'ltd'], ['innovations', 'ltd', 'description'], ['ltd', 'description', 'responsibilities'], ['description', 'responsibilities', 'analyzing'], ['responsibilities', 'analyzing', 'testing'], ['analyzing', 'testing', 'requirements'], ['testing', 'requirements', 'preparing'], ['requirements', 'preparing', 'test'], ['preparing', 'test', 'plans'], ['test', 'plans', 'test'], ['plans', 'test', 'scenarios'], ['test', 'scenarios', 'preparing'], ['scenarios', 'preparing', 'test'], ['preparing', 'test', 'cases'], ['test', 'cases', 'executing'], ['cases', 'executing', 'test'], ['executing', 'test', 'cases'], ['test', 'cases', 'tracking'], ['cases', 'tracking', 'bugs'], ['tracking', 'bugs', 'coordinating'], ['bugs', 'coordinating', 'developers'], ['coordinating', 'developers', 'order'], ['developers', 'order', 'fix'], ['order', 'fix', 'preparing'], ['fix', 'preparing', 'test'], ['preparing', 'test', 'summary'], ['test', 'summary', 'reports'], ['summary', 'reports', 'reporting'], ['reports', 'reporting', 'quality'], ['reporting', 'quality', 'manager'], ['quality', 'manager', 'attending'], ['manager', 'attending', 'meeting'], ['attending', 'meeting', 'projects'], ['meeting', 'projects', 'project'], ['projects', 'project', 'name'], ['project', 'name', '1'], ['name', '1', 'web'], ['1', 'web', 'based'], ['web', 'based', 'time'], ['based', 'time', 'attendance'], ['time', 'attendance', 'application'], ['attendance', 'application', 'environment'], ['application', 'environment', 'windows'], ['environment', 'windows', '7'], ['windows', '7', 'vista'], ['7', 'vista', 'windows'], ['vista', 'windows', 'xp'], ['windows', 'xp', 'windows'], ['xp', 'windows', '8'], ['windows', '8', 'windows'], ['8', 'windows', '10'], ['windows', '10', 'clients'], ['10', 'clients', 'mccia'], ['clients', 'mccia', 'sapphire'], ['mccia', 'sapphire', 'park'], ['sapphire', 'park', 'bramha'], ['park', 'bramha', 'suncity'], ['bramha', 'suncity', 'wanless'], ['suncity', 'wanless', 'hospital'], ['wanless', 'hospital', 'role'], ['hospital', 'role', 'software'], ['role', 'software', 'testing'], ['software', 'testing', 'duration'], ['testing', 'duration', '6'], ['duration', '6', 'months'], ['6', 'months', 'project'], ['months', 'project', 'name'], ['project', 'name', 'android'], ['name', 'android', '1'], ['android', '1', 'time'], ['1', 'time', 'attendance'], ['time', 'attendance', 'application'], ['attendance', 'application', '2'], ['application', '2', 'vehicle'], ['2', 'vehicle', 'tracking'], ['vehicle', 'tracking', 'system'], ['tracking', 'system', '3'], ['system', '3', 'vistor'], ['3', 'vistor', 'management'], ['vistor', 'management', 'system'], ['management', 'system', 'environment'], ['system', 'environment', 'android'], ['environment', 'android', 'mobile'], ['android', 'mobile', 'android'], ['mobile', 'android', 'tablet'], ['android', 'tablet', 'clients'], ['tablet', 'clients', 'vankan'], ['clients', 'vankan', 'security'], ['vankan', 'security', 'role'], ['security', 'role', 'application'], ['role', 'application', 'testing'], ['application', 'testing', 'duration'], ['testing', 'duration', '6'], ['duration', '6', 'months'], ['6', 'months', 'project'], ['months', 'project', 'name'], ['project', 'name', '1'], ['name', '1', 'web'], ['1', 'web', 'based'], ['web', 'based', 'factory'], ['based', 'factory', 'automation'], ['factory', 'automation', 'process'], ['automation', 'process', '2'], ['process', '2', 'web'], ['2', 'web', 'based'], ['web', 'based', 'annual'], ['based', 'annual', 'maintenance'], ['annual', 'maintenance', 'charges'], ['maintenance', 'charges', 'environment'], ['charges', 'environment', 'windows'], ['environment', 'windows', '7'], ['windows', '7', 'vista'], ['7', 'vista', 'windows'], ['vista', 'windows', 'xp'], ['windows', 'xp', 'windows'], ['xp', 'windows', '8'], ['windows', '8', 'windows'], ['8', 'windows', '10'], ['windows', '10', 'role'], ['10', 'role', 'software'], ['role', 'software', 'testing'], ['software', 'testing', 'duration'], ['testing', 'duration', '6'], ['duration', '6', 'months'], ['6', 'months', 'project'], ['months', 'project', 'name'], ['project', 'name', 'web'], ['name', 'web', 'based'], ['web', 'based', 'library'], ['based', 'library', 'management'], ['library', 'management', 'system'], ['management', 'system', 'environment'], ['system', 'environment', 'windows'], ['environment', 'windows', '7'], ['windows', '7', 'vista'], ['7', 'vista', 'windows'], ['vista', 'windows', 'xp'], ['windows', 'xp', 'windows'], ['xp', 'windows', '8'], ['windows', '8', 'windows'], ['8', 'windows', '10'], ['windows', '10', 'role'], ['10', 'role', 'software'], ['role', 'software', 'testing'], ['software', 'testing', 'duration'], ['testing', 'duration', '6'], ['duration', '6', 'months'], ['skill', 'set', 'os', 'windows'], ['set', 'os', 'windows', 'xp'], ['os', 'windows', 'xp', '7'], ['windows', 'xp', '7', '8'], ['xp', '7', '8', '8'], ['7', '8', '8', '1'], ['8', '8', '1', '10'], ['8', '1', '10', 'database'], ['1', '10', 'database', 'mysql'], ['10', 'database', 'mysql', 'sql'], ['database', 'mysql', 'sql', 'server'], ['mysql', 'sql', 'server', '2005'], ['sql', 'server', '2005', '2008'], ['server', '2005', '2008', '2012'], ['2005', '2008', '2012', 'languages'], ['2008', '2012', 'languages', 'core'], ['2012', 'languages', 'core', 'java'], ['languages', 'core', 'java', 'web'], ['core', 'java', 'web', 'technology'], ['java', 'web', 'technology', 'html'], ['web', 'technology', 'html', 'css'], ['technology', 'html', 'css', 'testing'], ['html', 'css', 'testing', 'manual'], ['css', 'testing', 'manual', 'testing'], ['testing', 'manual', 'testing', 'database'], ['manual', 'testing', 'database', 'testing'], ['testing', 'database', 'testing', 'other'], ['database', 'testing', 'other', 'bug'], ['testing', 'other', 'bug', 'tracking'], ['other', 'bug', 'tracking', 'reporting'], ['bug', 'tracking', 'reporting', 'end'], ['tracking', 'reporting', 'end', 'user'], ['reporting', 'end', 'user', 'handling'], ['end', 'user', 'handling', 'education'], ['user', 'handling', 'education', 'details'], ['handling', 'education', 'details', 'january'], ['education', 'details', 'january', '2016'], ['details', 'january', '2016', 'mcs'], ['january', '2016', 'mcs', 'pune'], ['2016', 'mcs', 'pune', 'maharashtra'], ['mcs', 'pune', 'maharashtra', 'p'], ['pune', 'maharashtra', 'p', 'v'], ['maharashtra', 'p', 'v', 'p'], ['p', 'v', 'p', 'college'], ['v', 'p', 'college', 'pravaranagar'], ['p', 'college', 'pravaranagar', 'january'], ['college', 'pravaranagar', 'january', '2011'], ['pravaranagar', 'january', '2011', 'hsc'], ['january', '2011', 'hsc', 'a'], ['2011', 'hsc', 'a', 'k'], ['hsc', 'a', 'k', 'junior'], ['a', 'k', 'junior', 'college'], ['k', 'junior', 'college', 'january'], ['junior', 'college', 'january', '2009'], ['college', 'january', '2009', 'ssc'], ['january', '2009', 'ssc', 'a'], ['2009', 'ssc', 'a', 'k'], ['ssc', 'a', 'k', 'mahavidyalya'], ['a', 'k', 'mahavidyalya', 'jr'], ['k', 'mahavidyalya', 'jr', 'testing'], ['mahavidyalya', 'jr', 'testing', 'engineer'], ['jr', 'testing', 'engineer', 'jr'], ['testing', 'engineer', 'jr', 'testing'], ['engineer', 'jr', 'testing', 'engineer'], ['jr', 'testing', 'engineer', 'm'], ['testing', 'engineer', 'm', 'tech'], ['engineer', 'm', 'tech', 'innovations'], ['m', 'tech', 'innovations', 'ltd'], ['tech', 'innovations', 'ltd', 'skill'], ['innovations', 'ltd', 'skill', 'details'], ['ltd', 'skill', 'details', 'testing'], ['skill', 'details', 'testing', 'exprience'], ['details', 'testing', 'exprience', '24'], ['testing', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'windows'], ['24', 'months', 'windows', 'xp'], ['months', 'windows', 'xp', 'exprience'], ['windows', 'xp', 'exprience', '24'], ['xp', 'exprience', '24', 'months'], ['exprience', '24', 'months', 'css'], ['24', 'months', 'css', 'exprience'], ['months', 'css', 'exprience', '6'], ['css', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'database'], ['6', 'months', 'database', 'exprience'], ['months', 'database', 'exprience', '6'], ['database', 'exprience', '6', 'months'], ['exprience', '6', 'months', 'database'], ['6', 'months', 'database', 'testing'], ['months', 'database', 'testing', 'exprience'], ['database', 'testing', 'exprience', '6'], ['testing', 'exprience', '6', 'monthscompany'], ['exprience', '6', 'monthscompany', 'details'], ['6', 'monthscompany', 'details', 'company'], ['monthscompany', 'details', 'company', 'm'], ['details', 'company', 'm', 'tech'], ['company', 'm', 'tech', 'innovations'], ['m', 'tech', 'innovations', 'ltd'], ['tech', 'innovations', 'ltd', 'description'], ['innovations', 'ltd', 'description', 'responsibilities'], ['ltd', 'description', 'responsibilities', 'analyzing'], ['description', 'responsibilities', 'analyzing', 'testing'], ['responsibilities', 'analyzing', 'testing', 'requirements'], ['analyzing', 'testing', 'requirements', 'preparing'], ['testing', 'requirements', 'preparing', 'test'], ['requirements', 'preparing', 'test', 'plans'], ['preparing', 'test', 'plans', 'test'], ['test', 'plans', 'test', 'scenarios'], ['plans', 'test', 'scenarios', 'preparing'], ['test', 'scenarios', 'preparing', 'test'], ['scenarios', 'preparing', 'test', 'cases'], ['preparing', 'test', 'cases', 'executing'], ['test', 'cases', 'executing', 'test'], ['cases', 'executing', 'test', 'cases'], ['executing', 'test', 'cases', 'tracking'], ['test', 'cases', 'tracking', 'bugs'], ['cases', 'tracking', 'bugs', 'coordinating'], ['tracking', 'bugs', 'coordinating', 'developers'], ['bugs', 'coordinating', 'developers', 'order'], ['coordinating', 'developers', 'order', 'fix'], ['developers', 'order', 'fix', 'preparing'], ['order', 'fix', 'preparing', 'test'], ['fix', 'preparing', 'test', 'summary'], ['preparing', 'test', 'summary', 'reports'], ['test', 'summary', 'reports', 'reporting'], ['summary', 'reports', 'reporting', 'quality'], ['reports', 'reporting', 'quality', 'manager'], ['reporting', 'quality', 'manager', 'attending'], ['quality', 'manager', 'attending', 'meeting'], ['manager', 'attending', 'meeting', 'projects'], ['attending', 'meeting', 'projects', 'project'], ['meeting', 'projects', 'project', 'name'], ['projects', 'project', 'name', '1'], ['project', 'name', '1', 'web'], ['name', '1', 'web', 'based'], ['1', 'web', 'based', 'time'], ['web', 'based', 'time', 'attendance'], ['based', 'time', 'attendance', 'application'], ['time', 'attendance', 'application', 'environment'], ['attendance', 'application', 'environment', 'windows'], ['application', 'environment', 'windows', '7'], ['environment', 'windows', '7', 'vista'], ['windows', '7', 'vista', 'windows'], ['7', 'vista', 'windows', 'xp'], ['vista', 'windows', 'xp', 'windows'], ['windows', 'xp', 'windows', '8'], ['xp', 'windows', '8', 'windows'], ['windows', '8', 'windows', '10'], ['8', 'windows', '10', 'clients'], ['windows', '10', 'clients', 'mccia'], ['10', 'clients', 'mccia', 'sapphire'], ['clients', 'mccia', 'sapphire', 'park'], ['mccia', 'sapphire', 'park', 'bramha'], ['sapphire', 'park', 'bramha', 'suncity'], ['park', 'bramha', 'suncity', 'wanless'], ['bramha', 'suncity', 'wanless', 'hospital'], ['suncity', 'wanless', 'hospital', 'role'], ['wanless', 'hospital', 'role', 'software'], ['hospital', 'role', 'software', 'testing'], ['role', 'software', 'testing', 'duration'], ['software', 'testing', 'duration', '6'], ['testing', 'duration', '6', 'months'], ['duration', '6', 'months', 'project'], ['6', 'months', 'project', 'name'], ['months', 'project', 'name', 'android'], ['project', 'name', 'android', '1'], ['name', 'android', '1', 'time'], ['android', '1', 'time', 'attendance'], ['1', 'time', 'attendance', 'application'], ['time', 'attendance', 'application', '2'], ['attendance', 'application', '2', 'vehicle'], ['application', '2', 'vehicle', 'tracking'], ['2', 'vehicle', 'tracking', 'system'], ['vehicle', 'tracking', 'system', '3'], ['tracking', 'system', '3', 'vistor'], ['system', '3', 'vistor', 'management'], ['3', 'vistor', 'management', 'system'], ['vistor', 'management', 'system', 'environment'], ['management', 'system', 'environment', 'android'], ['system', 'environment', 'android', 'mobile'], ['environment', 'android', 'mobile', 'android'], ['android', 'mobile', 'android', 'tablet'], ['mobile', 'android', 'tablet', 'clients'], ['android', 'tablet', 'clients', 'vankan'], ['tablet', 'clients', 'vankan', 'security'], ['clients', 'vankan', 'security', 'role'], ['vankan', 'security', 'role', 'application'], ['security', 'role', 'application', 'testing'], ['role', 'application', 'testing', 'duration'], ['application', 'testing', 'duration', '6'], ['testing', 'duration', '6', 'months'], ['duration', '6', 'months', 'project'], ['6', 'months', 'project', 'name'], ['months', 'project', 'name', '1'], ['project', 'name', '1', 'web'], ['name', '1', 'web', 'based'], ['1', 'web', 'based', 'factory'], ['web', 'based', 'factory', 'automation'], ['based', 'factory', 'automation', 'process'], ['factory', 'automation', 'process', '2'], ['automation', 'process', '2', 'web'], ['process', '2', 'web', 'based'], ['2', 'web', 'based', 'annual'], ['web', 'based', 'annual', 'maintenance'], ['based', 'annual', 'maintenance', 'charges'], ['annual', 'maintenance', 'charges', 'environment'], ['maintenance', 'charges', 'environment', 'windows'], ['charges', 'environment', 'windows', '7'], ['environment', 'windows', '7', 'vista'], ['windows', '7', 'vista', 'windows'], ['7', 'vista', 'windows', 'xp'], ['vista', 'windows', 'xp', 'windows'], ['windows', 'xp', 'windows', '8'], ['xp', 'windows', '8', 'windows'], ['windows', '8', 'windows', '10'], ['8', 'windows', '10', 'role'], ['windows', '10', 'role', 'software'], ['10', 'role', 'software', 'testing'], ['role', 'software', 'testing', 'duration'], ['software', 'testing', 'duration', '6'], ['testing', 'duration', '6', 'months'], ['duration', '6', 'months', 'project'], ['6', 'months', 'project', 'name'], ['months', 'project', 'name', 'web'], ['project', 'name', 'web', 'based'], ['name', 'web', 'based', 'library'], ['web', 'based', 'library', 'management'], ['based', 'library', 'management', 'system'], ['library', 'management', 'system', 'environment'], ['management', 'system', 'environment', 'windows'], ['system', 'environment', 'windows', '7'], ['environment', 'windows', '7', 'vista'], ['windows', '7', 'vista', 'windows'], ['7', 'vista', 'windows', 'xp'], ['vista', 'windows', 'xp', 'windows'], ['windows', 'xp', 'windows', '8'], ['xp', 'windows', '8', 'windows'], ['windows', '8', 'windows', '10'], ['8', 'windows', '10', 'role'], ['windows', '10', 'role', 'software'], ['10', 'role', 'software', 'testing'], ['role', 'software', 'testing', 'duration'], ['software', 'testing', 'duration', '6'], ['testing', 'duration', '6', 'months'], ['skill', 'set', 'os', 'windows', 'xp'], ['set', 'os', 'windows', 'xp', '7'], ['os', 'windows', 'xp', '7', '8'], ['windows', 'xp', '7', '8', '8'], ['xp', '7', '8', '8', '1'], ['7', '8', '8', '1', '10'], ['8', '8', '1', '10', 'database'], ['8', '1', '10', 'database', 'mysql'], ['1', '10', 'database', 'mysql', 'sql'], ['10', 'database', 'mysql', 'sql', 'server'], ['database', 'mysql', 'sql', 'server', '2005'], ['mysql', 'sql', 'server', '2005', '2008'], ['sql', 'server', '2005', '2008', '2012'], ['server', '2005', '2008', '2012', 'languages'], ['2005', '2008', '2012', 'languages', 'core'], ['2008', '2012', 'languages', 'core', 'java'], ['2012', 'languages', 'core', 'java', 'web'], ['languages', 'core', 'java', 'web', 'technology'], ...]]
temp3=[]
for i in D1:
temp4=[]
for j in i:
temp4.append(' '.join([i for i in j]))
temp3.append(temp4)
temp3[20]
['technical', 'qualifications', 'windows', 'ms', 'officeeducation', 'details', 'll', 'b', 'guwahati', 'assam', 'university', 'law', 'college', 'guwahati', 'university', 'b', 'sc', 'jagiroad', 'assam', 'in', 'jagiroad', 'college', 'morigaon', 'college', 'advocate', 'advocate', 'gauhati', 'high', 'court', 'skill', 'details', 'company', 'details', 'company', 'gauhati', 'high', 'court', 'description', 'gauhati', 'high', 'court', 'subordinate', 'courts', 'tribunals', 'statutory', 'bodies', 'guwahati', '2008', 'numerous', 'experiences', 'civil', 'criminal', 'cases', 'cases', 'consumer', 'forum', 'handling', 'good', 'number', 'civil', 'well', 'criminal', 'matters', 'district', 'sessions', 'judge', 'court', 'judge', 'court', 'c', 'j', 'm', 'court', 'consumer', 'forum', 'also', 'high', 'court', 'working', 'executive', 'legal', 'hindustan', 'paper', 'corporation', 'limited', 'a', 'govt', 'india', 'enterprise', 'nagaon', 'paper', 'mill', 'since', 'jan', '2012', 'strength', 'adaptability', 'a', 'penchant', 'adapt', 'conditions', 'level', 'environment', 'ordance', 'requirement', 'given', 'situation', 'interpersonal', 'an', 'extrovert', 'core', 'prefer', 'interact', 'people', 'walks', 'life', 'varying', 'strata', 'society', 'ability', 'quickly', 'establish', 'rapport', 'others', 'team', 'work', 'enjoy', 'part', 'group', 'achieve', 'combined', 'goals', 'roles', 'and', 'responsibilities', 'at', 'hpc', 'ltd', 'assisting', 'briefing', 'counsels', 'matters', 'relating', 'nagaon', 'paper', 'mill', 'cachar', 'paper', 'mill', 'also', 'nagaland', 'pulp', 'paper', 'corporation', 'ltd', 'the', 'task', 'legal', 'vetting', 'nibs', 'nits', 'terms', 'conditions', 'etc', 'providing', 'legal', 'views', 'protect', 'interest', 'corporation', 'assisting', 'formulation', 'drafting', 'disciplinary', 'matters', 'liaisoning', 'local', 'bodies', 'also', 'forums', 'technical qualifications', 'qualifications windows', 'windows ms', 'ms officeeducation', 'officeeducation details', 'details ll', 'll b', 'b guwahati', 'guwahati assam', 'assam university', 'university law', 'law college', 'college guwahati', 'guwahati university', 'university b', 'b sc', 'sc jagiroad', 'jagiroad assam', 'assam in', 'in jagiroad', 'jagiroad college', 'college morigaon', 'morigaon college', 'college advocate', 'advocate advocate', 'advocate gauhati', 'gauhati high', 'high court', 'court skill', 'skill details', 'details company', 'company details', 'details company', 'company gauhati', 'gauhati high', 'high court', 'court description', 'description gauhati', 'gauhati high', 'high court', 'court subordinate', 'subordinate courts', 'courts tribunals', 'tribunals statutory', 'statutory bodies', 'bodies guwahati', 'guwahati 2008', '2008 numerous', 'numerous experiences', 'experiences civil', 'civil criminal', 'criminal cases', 'cases cases', 'cases consumer', 'consumer forum', 'forum handling', 'handling good', 'good number', 'number civil', 'civil well', 'well criminal', 'criminal matters', 'matters district', 'district sessions', 'sessions judge', 'judge court', 'court judge', 'judge court', 'court c', 'c j', 'j m', 'm court', 'court consumer', 'consumer forum', 'forum also', 'also high', 'high court', 'court working', 'working executive', 'executive legal', 'legal hindustan', 'hindustan paper', 'paper corporation', 'corporation limited', 'limited a', 'a govt', 'govt india', 'india enterprise', 'enterprise nagaon', 'nagaon paper', 'paper mill', 'mill since', 'since jan', 'jan 2012', '2012 strength', 'strength adaptability', 'adaptability a', 'a penchant', 'penchant adapt', 'adapt conditions', 'conditions level', 'level environment', 'environment ordance', 'ordance requirement', 'requirement given', 'given situation', 'situation interpersonal', 'interpersonal an', 'an extrovert', 'extrovert core', 'core prefer', 'prefer interact', 'interact people', 'people walks', 'walks life', 'life varying', 'varying strata', 'strata society', 'society ability', 'ability quickly', 'quickly establish', 'establish rapport', 'rapport others', 'others team', 'team work', 'work enjoy', 'enjoy part', 'part group', 'group achieve', 'achieve combined', 'combined goals', 'goals roles', 'roles and', 'and responsibilities', 'responsibilities at', 'at hpc', 'hpc ltd', 'ltd assisting', 'assisting briefing', 'briefing counsels', 'counsels matters', 'matters relating', 'relating nagaon', 'nagaon paper', 'paper mill', 'mill cachar', 'cachar paper', 'paper mill', 'mill also', 'also nagaland', 'nagaland pulp', 'pulp paper', 'paper corporation', 'corporation ltd', 'ltd the', 'the task', 'task legal', 'legal vetting', 'vetting nibs', 'nibs nits', 'nits terms', 'terms conditions', 'conditions etc', 'etc providing', 'providing legal', 'legal views', 'views protect', 'protect interest', 'interest corporation', 'corporation assisting', 'assisting formulation', 'formulation drafting', 'drafting disciplinary', 'disciplinary matters', 'matters liaisoning', 'liaisoning local', 'local bodies', 'bodies also', 'also forums', 'technical qualifications windows', 'qualifications windows ms', 'windows ms officeeducation', 'ms officeeducation details', 'officeeducation details ll', 'details ll b', 'll b guwahati', 'b guwahati assam', 'guwahati assam university', 'assam university law', 'university law college', 'law college guwahati', 'college guwahati university', 'guwahati university b', 'university b sc', 'b sc jagiroad', 'sc jagiroad assam', 'jagiroad assam in', 'assam in jagiroad', 'in jagiroad college', 'jagiroad college morigaon', 'college morigaon college', 'morigaon college advocate', 'college advocate advocate', 'advocate advocate gauhati', 'advocate gauhati high', 'gauhati high court', 'high court skill', 'court skill details', 'skill details company', 'details company details', 'company details company', 'details company gauhati', 'company gauhati high', 'gauhati high court', 'high court description', 'court description gauhati', 'description gauhati high', 'gauhati high court', 'high court subordinate', 'court subordinate courts', 'subordinate courts tribunals', 'courts tribunals statutory', 'tribunals statutory bodies', 'statutory bodies guwahati', 'bodies guwahati 2008', 'guwahati 2008 numerous', '2008 numerous experiences', 'numerous experiences civil', 'experiences civil criminal', 'civil criminal cases', 'criminal cases cases', 'cases cases consumer', 'cases consumer forum', 'consumer forum handling', 'forum handling good', 'handling good number', 'good number civil', 'number civil well', 'civil well criminal', 'well criminal matters', 'criminal matters district', 'matters district sessions', 'district sessions judge', 'sessions judge court', 'judge court judge', 'court judge court', 'judge court c', 'court c j', 'c j m', 'j m court', 'm court consumer', 'court consumer forum', 'consumer forum also', 'forum also high', 'also high court', 'high court working', 'court working executive', 'working executive legal', 'executive legal hindustan', 'legal hindustan paper', 'hindustan paper corporation', 'paper corporation limited', 'corporation limited a', 'limited a govt', 'a govt india', 'govt india enterprise', 'india enterprise nagaon', 'enterprise nagaon paper', 'nagaon paper mill', 'paper mill since', 'mill since jan', 'since jan 2012', 'jan 2012 strength', '2012 strength adaptability', 'strength adaptability a', 'adaptability a penchant', 'a penchant adapt', 'penchant adapt conditions', 'adapt conditions level', 'conditions level environment', 'level environment ordance', 'environment ordance requirement', 'ordance requirement given', 'requirement given situation', 'given situation interpersonal', 'situation interpersonal an', 'interpersonal an extrovert', 'an extrovert core', 'extrovert core prefer', 'core prefer interact', 'prefer interact people', 'interact people walks', 'people walks life', 'walks life varying', 'life varying strata', 'varying strata society', 'strata society ability', 'society ability quickly', 'ability quickly establish', 'quickly establish rapport', 'establish rapport others', 'rapport others team', 'others team work', 'team work enjoy', 'work enjoy part', 'enjoy part group', 'part group achieve', 'group achieve combined', 'achieve combined goals', 'combined goals roles', 'goals roles and', 'roles and responsibilities', 'and responsibilities at', 'responsibilities at hpc', 'at hpc ltd', 'hpc ltd assisting', 'ltd assisting briefing', 'assisting briefing counsels', 'briefing counsels matters', 'counsels matters relating', 'matters relating nagaon', 'relating nagaon paper', 'nagaon paper mill', 'paper mill cachar', 'mill cachar paper', 'cachar paper mill', 'paper mill also', 'mill also nagaland', 'also nagaland pulp', 'nagaland pulp paper', 'pulp paper corporation', 'paper corporation ltd', 'corporation ltd the', 'ltd the task', 'the task legal', 'task legal vetting', 'legal vetting nibs', 'vetting nibs nits', 'nibs nits terms', 'nits terms conditions', 'terms conditions etc', 'conditions etc providing', 'etc providing legal', 'providing legal views', 'legal views protect', 'views protect interest', 'protect interest corporation', 'interest corporation assisting', 'corporation assisting formulation', 'assisting formulation drafting', 'formulation drafting disciplinary', 'drafting disciplinary matters', 'disciplinary matters liaisoning', 'matters liaisoning local', 'liaisoning local bodies', 'local bodies also', 'bodies also forums', 'technical qualifications windows ms', 'qualifications windows ms officeeducation', 'windows ms officeeducation details', 'ms officeeducation details ll', 'officeeducation details ll b', 'details ll b guwahati', 'll b guwahati assam', 'b guwahati assam university', 'guwahati assam university law', 'assam university law college', 'university law college guwahati', 'law college guwahati university', 'college guwahati university b', 'guwahati university b sc', 'university b sc jagiroad', 'b sc jagiroad assam', 'sc jagiroad assam in', 'jagiroad assam in jagiroad', 'assam in jagiroad college', 'in jagiroad college morigaon', 'jagiroad college morigaon college', 'college morigaon college advocate', 'morigaon college advocate advocate', 'college advocate advocate gauhati', 'advocate advocate gauhati high', 'advocate gauhati high court', 'gauhati high court skill', 'high court skill details', 'court skill details company', 'skill details company details', 'details company details company', 'company details company gauhati', 'details company gauhati high', 'company gauhati high court', 'gauhati high court description', 'high court description gauhati', 'court description gauhati high', 'description gauhati high court', 'gauhati high court subordinate', 'high court subordinate courts', 'court subordinate courts tribunals', 'subordinate courts tribunals statutory', 'courts tribunals statutory bodies', 'tribunals statutory bodies guwahati', 'statutory bodies guwahati 2008', 'bodies guwahati 2008 numerous', 'guwahati 2008 numerous experiences', '2008 numerous experiences civil', 'numerous experiences civil criminal', 'experiences civil criminal cases', 'civil criminal cases cases', 'criminal cases cases consumer', 'cases cases consumer forum', 'cases consumer forum handling', 'consumer forum handling good', 'forum handling good number', 'handling good number civil', 'good number civil well', 'number civil well criminal', 'civil well criminal matters', 'well criminal matters district', 'criminal matters district sessions', 'matters district sessions judge', 'district sessions judge court', 'sessions judge court judge', 'judge court judge court', 'court judge court c', 'judge court c j', 'court c j m', 'c j m court', 'j m court consumer', 'm court consumer forum', 'court consumer forum also', 'consumer forum also high', 'forum also high court', 'also high court working', 'high court working executive', 'court working executive legal', 'working executive legal hindustan', 'executive legal hindustan paper', 'legal hindustan paper corporation', 'hindustan paper corporation limited', 'paper corporation limited a', 'corporation limited a govt', 'limited a govt india', 'a govt india enterprise', 'govt india enterprise nagaon', 'india enterprise nagaon paper', 'enterprise nagaon paper mill', 'nagaon paper mill since', 'paper mill since jan', 'mill since jan 2012', 'since jan 2012 strength', 'jan 2012 strength adaptability', '2012 strength adaptability a', 'strength adaptability a penchant', 'adaptability a penchant adapt', 'a penchant adapt conditions', 'penchant adapt conditions level', 'adapt conditions level environment', 'conditions level environment ordance', 'level environment ordance requirement', 'environment ordance requirement given', 'ordance requirement given situation', 'requirement given situation interpersonal', 'given situation interpersonal an', 'situation interpersonal an extrovert', 'interpersonal an extrovert core', 'an extrovert core prefer', 'extrovert core prefer interact', 'core prefer interact people', 'prefer interact people walks', 'interact people walks life', 'people walks life varying', 'walks life varying strata', 'life varying strata society', 'varying strata society ability', 'strata society ability quickly', 'society ability quickly establish', 'ability quickly establish rapport', 'quickly establish rapport others', 'establish rapport others team', 'rapport others team work', 'others team work enjoy', 'team work enjoy part', 'work enjoy part group', 'enjoy part group achieve', 'part group achieve combined', 'group achieve combined goals', 'achieve combined goals roles', 'combined goals roles and', 'goals roles and responsibilities', 'roles and responsibilities at', 'and responsibilities at hpc', 'responsibilities at hpc ltd', 'at hpc ltd assisting', 'hpc ltd assisting briefing', 'ltd assisting briefing counsels', 'assisting briefing counsels matters', 'briefing counsels matters relating', 'counsels matters relating nagaon', 'matters relating nagaon paper', 'relating nagaon paper mill', 'nagaon paper mill cachar', 'paper mill cachar paper', 'mill cachar paper mill', 'cachar paper mill also', 'paper mill also nagaland', 'mill also nagaland pulp', 'also nagaland pulp paper', 'nagaland pulp paper corporation', 'pulp paper corporation ltd', 'paper corporation ltd the', 'corporation ltd the task', 'ltd the task legal', 'the task legal vetting', 'task legal vetting nibs', 'legal vetting nibs nits', 'vetting nibs nits terms', 'nibs nits terms conditions', 'nits terms conditions etc', 'terms conditions etc providing', 'conditions etc providing legal', 'etc providing legal views', 'providing legal views protect', 'legal views protect interest', 'views protect interest corporation', 'protect interest corporation assisting', 'interest corporation assisting formulation', 'corporation assisting formulation drafting', 'assisting formulation drafting disciplinary', 'formulation drafting disciplinary matters', 'drafting disciplinary matters liaisoning', 'disciplinary matters liaisoning local', 'matters liaisoning local bodies', 'liaisoning local bodies also', 'local bodies also forums', 'technical qualifications windows ms officeeducation', 'qualifications windows ms officeeducation details', 'windows ms officeeducation details ll', 'ms officeeducation details ll b', 'officeeducation details ll b guwahati', 'details ll b guwahati assam', 'll b guwahati assam university', 'b guwahati assam university law', 'guwahati assam university law college', 'assam university law college guwahati', 'university law college guwahati university', 'law college guwahati university b', 'college guwahati university b sc', 'guwahati university b sc jagiroad', 'university b sc jagiroad assam', 'b sc jagiroad assam in', 'sc jagiroad assam in jagiroad', 'jagiroad assam in jagiroad college', 'assam in jagiroad college morigaon', 'in jagiroad college morigaon college', 'jagiroad college morigaon college advocate', 'college morigaon college advocate advocate', 'morigaon college advocate advocate gauhati', 'college advocate advocate gauhati high', 'advocate advocate gauhati high court', 'advocate gauhati high court skill', 'gauhati high court skill details', 'high court skill details company', 'court skill details company details', 'skill details company details company', 'details company details company gauhati', 'company details company gauhati high', 'details company gauhati high court', 'company gauhati high court description', 'gauhati high court description gauhati', 'high court description gauhati high', 'court description gauhati high court', 'description gauhati high court subordinate', 'gauhati high court subordinate courts', 'high court subordinate courts tribunals', 'court subordinate courts tribunals statutory', 'subordinate courts tribunals statutory bodies', 'courts tribunals statutory bodies guwahati', 'tribunals statutory bodies guwahati 2008', 'statutory bodies guwahati 2008 numerous', 'bodies guwahati 2008 numerous experiences', 'guwahati 2008 numerous experiences civil', '2008 numerous experiences civil criminal', 'numerous experiences civil criminal cases', 'experiences civil criminal cases cases', 'civil criminal cases cases consumer', 'criminal cases cases consumer forum', 'cases cases consumer forum handling', 'cases consumer forum handling good', 'consumer forum handling good number', 'forum handling good number civil', 'handling good number civil well', 'good number civil well criminal', 'number civil well criminal matters', 'civil well criminal matters district', 'well criminal matters district sessions', 'criminal matters district sessions judge', 'matters district sessions judge court', 'district sessions judge court judge', 'sessions judge court judge court', 'judge court judge court c', 'court judge court c j', 'judge court c j m', 'court c j m court', 'c j m court consumer', 'j m court consumer forum', 'm court consumer forum also', 'court consumer forum also high', 'consumer forum also high court', 'forum also high court working', 'also high court working executive', 'high court working executive legal', 'court working executive legal hindustan', 'working executive legal hindustan paper', 'executive legal hindustan paper corporation', 'legal hindustan paper corporation limited', 'hindustan paper corporation limited a', 'paper corporation limited a govt', 'corporation limited a govt india', 'limited a govt india enterprise', 'a govt india enterprise nagaon', 'govt india enterprise nagaon paper', 'india enterprise nagaon paper mill', 'enterprise nagaon paper mill since', 'nagaon paper mill since jan', 'paper mill since jan 2012', 'mill since jan 2012 strength', 'since jan 2012 strength adaptability', 'jan 2012 strength adaptability a', '2012 strength adaptability a penchant', 'strength adaptability a penchant adapt', 'adaptability a penchant adapt conditions', 'a penchant adapt conditions level', 'penchant adapt conditions level environment', 'adapt conditions level environment ordance', 'conditions level environment ordance requirement', 'level environment ordance requirement given', 'environment ordance requirement given situation', 'ordance requirement given situation interpersonal', 'requirement given situation interpersonal an', 'given situation interpersonal an extrovert', 'situation interpersonal an extrovert core', 'interpersonal an extrovert core prefer', 'an extrovert core prefer interact', 'extrovert core prefer interact people', 'core prefer interact people walks', 'prefer interact people walks life', 'interact people walks life varying', 'people walks life varying strata', 'walks life varying strata society', 'life varying strata society ability', 'varying strata society ability quickly', 'strata society ability quickly establish', 'society ability quickly establish rapport', 'ability quickly establish rapport others', 'quickly establish rapport others team', 'establish rapport others team work', 'rapport others team work enjoy', 'others team work enjoy part', 'team work enjoy part group', 'work enjoy part group achieve', 'enjoy part group achieve combined', 'part group achieve combined goals', 'group achieve combined goals roles', 'achieve combined goals roles and', 'combined goals roles and responsibilities', 'goals roles and responsibilities at', 'roles and responsibilities at hpc', 'and responsibilities at hpc ltd', 'responsibilities at hpc ltd assisting', 'at hpc ltd assisting briefing', 'hpc ltd assisting briefing counsels', 'ltd assisting briefing counsels matters', 'assisting briefing counsels matters relating', 'briefing counsels matters relating nagaon', 'counsels matters relating nagaon paper', 'matters relating nagaon paper mill', 'relating nagaon paper mill cachar', 'nagaon paper mill cachar paper', 'paper mill cachar paper mill', 'mill cachar paper mill also', 'cachar paper mill also nagaland', 'paper mill also nagaland pulp', 'mill also nagaland pulp paper', 'also nagaland pulp paper corporation', 'nagaland pulp paper corporation ltd', 'pulp paper corporation ltd the', 'paper corporation ltd the task', 'corporation ltd the task legal', 'ltd the task legal vetting', 'the task legal vetting nibs', 'task legal vetting nibs nits', 'legal vetting nibs nits terms', 'vetting nibs nits terms conditions', 'nibs nits terms conditions etc', 'nits terms conditions etc providing', 'terms conditions etc providing legal', 'conditions etc providing legal views', 'etc providing legal views protect', 'providing legal views protect interest', 'legal views protect interest corporation', 'views protect interest corporation assisting', 'protect interest corporation assisting formulation', 'interest corporation assisting formulation drafting', 'corporation assisting formulation drafting disciplinary', 'assisting formulation drafting disciplinary matters', 'formulation drafting disciplinary matters liaisoning', 'drafting disciplinary matters liaisoning local', 'disciplinary matters liaisoning local bodies', 'matters liaisoning local bodies also', 'liaisoning local bodies also forums', 'technical qualifications windows ms officeeducation details', 'qualifications windows ms officeeducation details ll', 'windows ms officeeducation details ll b', 'ms officeeducation details ll b guwahati', 'officeeducation details ll b guwahati assam', 'details ll b guwahati assam university', 'll b guwahati assam university law', 'b guwahati assam university law college', 'guwahati assam university law college guwahati', 'assam university law college guwahati university', 'university law college guwahati university b', 'law college guwahati university b sc', 'college guwahati university b sc jagiroad', 'guwahati university b sc jagiroad assam', 'university b sc jagiroad assam in', 'b sc jagiroad assam in jagiroad', 'sc jagiroad assam in jagiroad college', 'jagiroad assam in jagiroad college morigaon', 'assam in jagiroad college morigaon college', 'in jagiroad college morigaon college advocate', 'jagiroad college morigaon college advocate advocate', 'college morigaon college advocate advocate gauhati', 'morigaon college advocate advocate gauhati high', 'college advocate advocate gauhati high court', 'advocate advocate gauhati high court skill', 'advocate gauhati high court skill details', 'gauhati high court skill details company', 'high court skill details company details', 'court skill details company details company', 'skill details company details company gauhati', 'details company details company gauhati high', 'company details company gauhati high court', 'details company gauhati high court description', 'company gauhati high court description gauhati', 'gauhati high court description gauhati high', 'high court description gauhati high court', 'court description gauhati high court subordinate', 'description gauhati high court subordinate courts', 'gauhati high court subordinate courts tribunals', 'high court subordinate courts tribunals statutory', 'court subordinate courts tribunals statutory bodies', 'subordinate courts tribunals statutory bodies guwahati', 'courts tribunals statutory bodies guwahati 2008', 'tribunals statutory bodies guwahati 2008 numerous', 'statutory bodies guwahati 2008 numerous experiences', 'bodies guwahati 2008 numerous experiences civil', 'guwahati 2008 numerous experiences civil criminal', '2008 numerous experiences civil criminal cases', 'numerous experiences civil criminal cases cases', 'experiences civil criminal cases cases consumer', 'civil criminal cases cases consumer forum', 'criminal cases cases consumer forum handling', 'cases cases consumer forum handling good', 'cases consumer forum handling good number', 'consumer forum handling good number civil', 'forum handling good number civil well', 'handling good number civil well criminal', 'good number civil well criminal matters', 'number civil well criminal matters district', 'civil well criminal matters district sessions', 'well criminal matters district sessions judge', 'criminal matters district sessions judge court', 'matters district sessions judge court judge', 'district sessions judge court judge court', 'sessions judge court judge court c', 'judge court judge court c j', 'court judge court c j m', 'judge court c j m court', 'court c j m court consumer', 'c j m court consumer forum', 'j m court consumer forum also', 'm court consumer forum also high', 'court consumer forum also high court', 'consumer forum also high court working', 'forum also high court working executive', 'also high court working executive legal', 'high court working executive legal hindustan', 'court working executive legal hindustan paper', 'working executive legal hindustan paper corporation', 'executive legal hindustan paper corporation limited', 'legal hindustan paper corporation limited a', 'hindustan paper corporation limited a govt', 'paper corporation limited a govt india', 'corporation limited a govt india enterprise', 'limited a govt india enterprise nagaon', 'a govt india enterprise nagaon paper', 'govt india enterprise nagaon paper mill', 'india enterprise nagaon paper mill since', 'enterprise nagaon paper mill since jan', 'nagaon paper mill since jan 2012', 'paper mill since jan 2012 strength', 'mill since jan 2012 strength adaptability', 'since jan 2012 strength adaptability a', 'jan 2012 strength adaptability a penchant', '2012 strength adaptability a penchant adapt', 'strength adaptability a penchant adapt conditions', 'adaptability a penchant adapt conditions level', 'a penchant adapt conditions level environment', 'penchant adapt conditions level environment ordance', 'adapt conditions level environment ordance requirement', 'conditions level environment ordance requirement given', 'level environment ordance requirement given situation', 'environment ordance requirement given situation interpersonal', 'ordance requirement given situation interpersonal an', 'requirement given situation interpersonal an extrovert', 'given situation interpersonal an extrovert core', 'situation interpersonal an extrovert core prefer', 'interpersonal an extrovert core prefer interact', 'an extrovert core prefer interact people', 'extrovert core prefer interact people walks', ...]
from gensim.models import Word2Vec
from sentence_transformers import util
#creating word2vec object
model11=Word2Vec(temp3,vector_size=300,min_count=0)#trained on list of list of words or list of sentences if we train on list of words we get vectors for letters
print(C[20])# document for checking result
TECHNICAL QUALIFICATIONS: ⢠Windows, Ms. OfficeEducation Details
LL.B Guwahati, Assam University Law College, Guwahati University
B.Sc Jagiroad, ASSAM, IN Jagiroad College
Morigaon College
Advocate
Advocate - Gauhati High Court
Skill Details
Company Details
company - Gauhati High Court
description - of the Gauhati High Court and other subordinate Courts and Tribunals and Statutory Bodies in Guwahati from 2008. Numerous experiences of Civil, Criminal cases, cases under consumer forum.
⢠Handling a good number of Civil as well as Criminal Matters in District & Sessions Judge Court, Judge Court, C.J.M. Court, and Consumer Forum & also in the High Court.
⢠Working as Executive (Legal) at Hindustan Paper Corporation Limited (A Govt. of India Enterprise), Nagaon Paper Mill since Jan '2012.
STRENGTH:
⢠Adaptability: A penchant to adapt to the conditions & level of the environment accordance with the requirement of the given situation.
⢠Interpersonal: An extrovert to the core, prefer to interact with people of all walks of life and varying strata of society. Ability to quickly establish rapport with others.
⢠Team Work: Enjoy being a part of a group & achieve combined goals.
ROLES AND RESPONSIBILITIES AT HPC LTD
⢠Assisting in briefing counsels on matters relating to Nagaon Paper Mill, Cachar Paper Mill and also Nagaland Pulp and Paper Corporation Ltd.
⢠The task of legal vetting in all NIBs/NITs terms and conditions etc.
⢠Providing Legal views to protect the interest of the Corporation.
⢠Assisting in formulation and drafting of all Disciplinary matters.
⢠Liaisoning with all local bodies and also other forums.
q='Gauhati High Court and other subordinate Courts'# taking a sentence in document 20 for checking result
#preprocessing query
mq=[]
for i in 'Gauhati High Court and other subordinate Courts'.lower().split():
if i not in oneSetOfStopWords:
mq.append(i)
mQ=' '.join(mq)
mQ
'gauhati high court subordinate courts'
#example
#'Gauhati High Court and other subordinate Courts'.lower()
#example
'''m=''
for i in 'Gauhati High Court and other subordinate Courts'.split():
if i not in oneSetOfStopWords:
m=m+i
m'''
"m=''\nfor i in 'Gauhati High Court and other subordinate Courts'.split():\n if i not in oneSetOfStopWords:\n m=m+i\nm"
#Example
#'gauhati high court subordinate courts'in temp3[20]
True
q=model11.wv[mQ]# sentence in document 20 is taken for checking result
import numpy as np
scores1=[]
for j in temp3:
scores=[]
for i in j:
scores.append(util.pytorch_cos_sim(q,model11.wv[i]))#finding relative scores for all ngrams in document
scores1.append(scores[np.argmax(scores)])#appending max score among ngrams of document to the list,this max score is considered as score of that documrnt
scores1
C:\Users\HP\anaconda3\lib\site-packages\numpy\core\_asarray.py:102: FutureWarning: The input object of type 'Tensor' is an array-like implementing one of the corresponding protocols (`__array__`, `__array_interface__` or `__array_struct__`); but not a sequence (or 0-D). In the future, this object will be coerced as if it was first converted using `np.array(obj)`. To retain the old behaviour, you have to either modify the type 'Tensor', or assign to an empty array created with `np.empty(correct_shape, dtype=object)`. return array(a, dtype, copy=False, order=order) C:\Users\HP\anaconda3\lib\site-packages\numpy\core\_asarray.py:102: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray. return array(a, dtype, copy=False, order=order)
[tensor([[0.2223]]), tensor([[0.1743]]), tensor([[0.1913]]), tensor([[0.2261]]), tensor([[0.1757]]), tensor([[0.1705]]), tensor([[0.2089]]), tensor([[0.2021]]), tensor([[0.2247]]), tensor([[0.1920]]), tensor([[0.1905]]), tensor([[0.1872]]), tensor([[0.1161]]), tensor([[0.1706]]), tensor([[0.1373]]), tensor([[0.1221]]), tensor([[0.1861]]), tensor([[0.1678]]), tensor([[0.1566]]), tensor([[0.1887]]), tensor([[1.0000]]), tensor([[0.1464]]), tensor([[0.1564]]), tensor([[0.1557]]), tensor([[0.1826]]), tensor([[0.1955]]), tensor([[0.1842]]), tensor([[0.1931]]), tensor([[0.1587]]), tensor([[0.1674]]), tensor([[0.2137]]), tensor([[0.1613]]), tensor([[0.1932]]), tensor([[0.1706]]), tensor([[0.1748]]), tensor([[0.1930]]), tensor([[0.2178]]), tensor([[0.2209]]), tensor([[0.1677]]), tensor([[0.2087]]), tensor([[0.1830]]), tensor([[0.2272]]), tensor([[0.1747]]), tensor([[0.2003]]), tensor([[0.1531]]), tensor([[0.1850]]), tensor([[0.1680]]), tensor([[0.2044]]), tensor([[0.1625]]), tensor([[0.2033]]), tensor([[0.1683]]), tensor([[0.2012]]), tensor([[0.1956]]), tensor([[0.2372]]), tensor([[0.1813]]), tensor([[0.2119]]), tensor([[0.2177]]), tensor([[0.2128]]), tensor([[0.1931]]), tensor([[0.1784]]), tensor([[0.2037]]), tensor([[0.1853]]), tensor([[0.1547]]), tensor([[0.2289]]), tensor([[0.1823]]), tensor([[0.1746]]), tensor([[0.1932]]), tensor([[0.1674]]), tensor([[0.1862]]), tensor([[0.2063]]), tensor([[0.1876]]), tensor([[0.1834]]), tensor([[0.2049]]), tensor([[0.1652]]), tensor([[0.1831]]), tensor([[0.1893]]), tensor([[0.1829]]), tensor([[0.1964]]), tensor([[0.2056]]), tensor([[0.1964]]), tensor([[0.1702]]), tensor([[0.2087]]), tensor([[0.2013]]), tensor([[0.2162]]), tensor([[0.1847]]), tensor([[0.1647]]), tensor([[0.2072]]), tensor([[0.2113]]), tensor([[0.2159]]), tensor([[0.1949]]), tensor([[0.2324]]), tensor([[0.2471]]), tensor([[0.2531]]), tensor([[0.1523]]), tensor([[0.2282]]), tensor([[0.1538]]), tensor([[0.1863]]), tensor([[0.1662]]), tensor([[0.1793]]), tensor([[0.2054]]), tensor([[0.2081]]), tensor([[0.1976]]), tensor([[0.2488]]), tensor([[0.1958]]), tensor([[0.2162]]), tensor([[0.1704]]), tensor([[0.2302]]), tensor([[0.1885]]), tensor([[0.1850]]), tensor([[0.1973]]), tensor([[0.1768]]), tensor([[0.2427]]), tensor([[0.2257]]), tensor([[0.2289]]), tensor([[0.2197]]), tensor([[0.1889]]), tensor([[0.2013]]), tensor([[0.2271]]), tensor([[0.1834]]), tensor([[0.2138]]), tensor([[0.1874]]), tensor([[0.2172]]), tensor([[0.2051]]), tensor([[0.1832]]), tensor([[0.2152]]), tensor([[0.1937]]), tensor([[0.1863]]), tensor([[0.2380]]), tensor([[0.1806]]), tensor([[0.2376]]), tensor([[0.1931]]), tensor([[0.1857]]), tensor([[0.2005]]), tensor([[0.2035]]), tensor([[0.1958]]), tensor([[0.2117]]), tensor([[0.2116]]), tensor([[0.1911]]), tensor([[0.1921]]), tensor([[0.2142]]), tensor([[0.1836]]), tensor([[0.2097]]), tensor([[0.1880]]), tensor([[0.1926]]), tensor([[0.1598]]), tensor([[0.2055]]), tensor([[0.2634]]), tensor([[0.1906]]), tensor([[0.1523]]), tensor([[0.1969]]), tensor([[0.1542]]), tensor([[0.1832]]), tensor([[0.1902]]), tensor([[0.1800]]), tensor([[0.1901]]), tensor([[0.1806]]), tensor([[0.1879]]), tensor([[0.2193]]), tensor([[0.2175]]), tensor([[0.1556]]), tensor([[0.1759]]), tensor([[0.2029]]), tensor([[0.1705]]), tensor([[0.1822]]), tensor([[0.1739]]), tensor([[0.2120]])]
top_n=np.argsort(scores1)#getting the indices after the documents placed in ascending of thier scores
top_n=top_n[::-1]#getting the indices after the documents placed in descending of thier scores
top_n# we get index 20 as first element
array([ 20, 146, 92, 102, 91, 111, 127, 129, 53, 90, 106, 113, 63,
94, 41, 117, 3, 112, 8, 0, 37, 114, 157, 36, 56, 158,
121, 83, 104, 88, 124, 139, 119, 30, 57, 165, 55, 135, 136,
87, 141, 6, 39, 81, 100, 86, 69, 78, 145, 99, 122, 72,
47, 60, 133, 49, 161, 7, 116, 82, 51, 132, 43, 101, 109,
149, 79, 77, 103, 134, 52, 25, 89, 125, 32, 66, 130, 58,
27, 35, 143, 138, 9, 2, 137, 147, 10, 152, 154, 75, 115,
19, 107, 142, 156, 70, 120, 11, 126, 96, 68, 16, 131, 61,
108, 45, 84, 26, 140, 71, 118, 151, 123, 74, 40, 76, 24,
64, 163, 54, 155, 128, 153, 98, 59, 110, 160, 4, 34, 42,
65, 1, 164, 13, 33, 5, 162, 105, 80, 50, 46, 17, 38,
67, 29, 97, 73, 85, 48, 31, 144, 28, 18, 22, 23, 159,
62, 150, 95, 44, 148, 93, 21, 14, 15, 12], dtype=int64)
for i in top_n:
print(C[i])
print('\n'*10)# we get the correct document 20
print(i)
TECHNICAL QUALIFICATIONS: ⢠Windows, Ms. OfficeEducation Details
LL.B Guwahati, Assam University Law College, Guwahati University
B.Sc Jagiroad, ASSAM, IN Jagiroad College
Morigaon College
Advocate
Advocate - Gauhati High Court
Skill Details
Company Details
company - Gauhati High Court
description - of the Gauhati High Court and other subordinate Courts and Tribunals and Statutory Bodies in Guwahati from 2008. Numerous experiences of Civil, Criminal cases, cases under consumer forum.
⢠Handling a good number of Civil as well as Criminal Matters in District & Sessions Judge Court, Judge Court, C.J.M. Court, and Consumer Forum & also in the High Court.
⢠Working as Executive (Legal) at Hindustan Paper Corporation Limited (A Govt. of India Enterprise), Nagaon Paper Mill since Jan '2012.
STRENGTH:
⢠Adaptability: A penchant to adapt to the conditions & level of the environment accordance with the requirement of the given situation.
⢠Interpersonal: An extrovert to the core, prefer to interact with people of all walks of life and varying strata of society. Ability to quickly establish rapport with others.
⢠Team Work: Enjoy being a part of a group & achieve combined goals.
ROLES AND RESPONSIBILITIES AT HPC LTD
⢠Assisting in briefing counsels on matters relating to Nagaon Paper Mill, Cachar Paper Mill and also Nagaland Pulp and Paper Corporation Ltd.
⢠The task of legal vetting in all NIBs/NITs terms and conditions etc.
⢠Providing Legal views to protect the interest of the Corporation.
⢠Assisting in formulation and drafting of all Disciplinary matters.
⢠Liaisoning with all local bodies and also other forums.
20
Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - ⢠Playing Cricket, football. ⢠Reading books ⢠Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details
June 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering
January 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth
January 2008 H.S.C. Mumbai, Maharashtra Khalsa college
ETL Informatica Developer
ETL DEVELOPER
Skill Details
ETL- Exprience - Less than 1 year months
Data Warehouse- Exprience - Less than 1 year months
Datastage- Exprience - Less than 1 year monthsCompany Details
company - Reliance Infocomm
description - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.
146
Education Details
B.Tech Electronics And Instrumentation Engineering Jaunpur, Uttar Pradesh VBS Purvanchal University
Automation Tester
Automation Tester - Tech Mahindra
Skill Details
Company Details
company - Tech Mahindra
description - Mumbai May 2018 to Present
Project & Contribution
Tech Mahindra
Project Title: Payment Gateway Jio Money
Role: Automation Tester
Responsibility: * Analyzing the manual test cases to create automation scripts.
* Working on Redwood tool for Automation.
* Maintained regression pack as per the project requirement.
* Performed API testing.
* Created Automation scripts for API testing.
* Enhancing framework to support cross functionality testing * Execute test cases and evaluate test results for both manual and automated testing.
* Maintaining the scripts as per the requirement.
* Adding new automated tests to improve automated test coverage for both functional and regression.
* Performed automation testing, analyzing test results, and report defect into the bug tracking system and drive issues to resolution.
* Preparation of test data with different test conditions to ensure coverage of business rules.
* Performed Sanity, Ad hoc and Regression testing.
* Participated in defect triage meetings with developers to validate the severity of the bug and responsible for tracking of the bug life cycle.
* Worked with development team to ensure testing issues are resolved.
Project Description
JIO MONEY- Jio Payment Gateway provides the Facility to Merchants and Users to enable to pay through the JIO MONEY. Features include: Purchase, Bill Payment, load Money, short cash purchase, Pay to Merchant and Pay to User etc.
Inscripts
Project Title: CometChat
Role: Automation Tester
Responsibility:
Created automation framework with bug report using page object and data driven framework with automated email test scripts
Handling QA tickets, Coordinate with the development team
Project Description
CometChat is the chat solution for your site/app which will help you grow your customer base exponentially, drastically increase the time spent by users. The CometChat has several useful features like one on one chat, group chat, audio/video call, screen sharing, Games, real time chat translation, Mobile apps and desktop messenger.
Project Title: Web tracker
Role: Sr. Software Tester
Responsibility:
Creation Test Scenarios, Test Script and Test Case
Execution of Test Case
Ad-Hoc Manual Testing
Regression Testing
Automation Testing, Test Scripts using tools such as Selenium WebDriver 2.0
Project Description
Accomplishment Web Tracker aims to provide time sheet facility to its customers. Release contains the following features which are related to employee time tracking, task assignments, tracker submission, reminders, approvals & its notifications.
Hayaan InfoTech
Project Title: Real Estate Agent Website
Role: Sr. Software Tester
Responsibility:
Creation Test Scenarios and Test Case
Execution of Test Case
Smoke Testing
Black Box Testing
Ad-Hoc Manual Testing
Regression Testing
Project Description
This project has WEB page graphical HTML representation of a neighborhood made up of different types of houses and apartments. There are several sales people around the country, who are all responsible for selling the houses and apartments through Web Site. This Web Site help user to Purchase or Request for any Estate Property.
Project Title: E-commerce Website
Role: Software Tester
Responsibility:
Creation Test Scenarios and Test Case
Execution of Test Case
Ad-Hoc Manual Testing
Smoke Testing
Black Box Testing
Regression Testing
Project Description
This project includes Order Processing, Invoice Generated and Printing, Packaging Slip, Order Payment, Return material Authorization, Label Sheet Printing. The Order Processing of that application is very big. There are 3 main entities which are involved in the Order Processing Customer, Sales Person, and Admin.
Project Title: Enquiry to Invoice System
Role: Software Tester
Responsibility:
Creation Test Scenarios and Test Case
Execution of Test Case
Smoke Testing
Black Box Testing
Ad-Hoc Manual Testing
Regression Testing
Project Description
This application is browser-based application to reduce investment in hardware and software. The proposed system contains following module, which offers database management and reporting of various activity of company. This application comprise of following module Inquiry and Estimation, Quotation & Negotiation, Purchase Order System, Delivery System, MIS Reports.
company - Inscripts (India) Pvt. Ltd
description -
company - Haayan InfoTech Pvt. Ltd
description -
92
Education Details
August 2000 B.E Electronics Pune, Maharashtra Pune University
Operations Manager
Operations Manager - Delta Controls, Dubai FZCO
Skill Details
Company Details
company - Delta Controls, Dubai FZCO
description - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date
Designation - Operations Manager [1st Employee]
1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization
Chart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.
14. Monitoring & complying with invoicing schedules.
15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.
24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.
25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any
company - HONEYWELL AUTOMATION INDIA LTD
description - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]
Roles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.
2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.
3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.
5. Discuss GES estimation with Honeywell Korea PM / LE.
6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.
7. Helping GES in preparing JAs.
8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.
9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.
b. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.
c. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.
d. Finalizing change orders.
e. Ensure good quality of GES deliverables by doing spot quality checks.
f. Ensuring that all the procedures standards are being followed at both sides.
g. Ensuring smooth project execution as per agreed project schedules.
h. Ensuring that Deliverables are being sent as per agreed deliverables schedule.
i. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.
j. Scheduling Project review meetings whenever required.
k. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.
l. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.
m. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.
n. Ensuring that progress reports are being sent regularly by GES EM.
o. Ensuring that Pre-FAT / FAT is progressing smoothly.
10. Preparing and sending Monthly Progress reports to all the stake holders.
11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.
12. Attending Project review meetings with PM / LE / EPC whenever required.
13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.
14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.
15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.
Projects Completed at HONEYWELL, India:
Project (HONEYWELL) Role Project Highlights
FGP/WPMP
Client: TCO
MAC: MUSTANG/HONEYWELL
Team Lead
System: EPKS DCS + SIS + FGS
Job:- ⢠HARDWARE Configuration ⢠C-300 Application Development ⢠Timely delivery of the deliverable after ensuring quality check.
⢠Attending weekly project review meetings (telephonic) with client.
THE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.
Grain LNG RTLF
Client: CBI / National Grid, UK
Team Lead
Process: LNG Tanker Loading
System: EPKS DCS + SIS + FGS
C-300 Controller = 1 No.
Job:- ⢠Planning and Monitoring the below mentioned engineering activities- ⢠Design and development of all HARDWARE part as below:- ⦠System Cabinet -01 No ⦠Marshalling Cabinet - 01 No.
⦠Network Cabinet 01 No.
⦠System Architecture ⦠Heat and Load Calculation ⦠BOM ⦠Network and Miscellaneous cord schedule ⦠Wiring Schedule ⢠C-300 Application development monitoring ⢠HMI C&E Graphics development monitoring ⢠Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) ⢠Focal point for communication with client ⢠Timely delivery of the deliverable after ensuring quality check.
⢠Attending weekly project review meetings (telephonic) with client
This was a FAST track project completed successfully
Got Appreciations from client.
AMC TO HPM Migration-MX8800
Client: Thai Oil Public Co. Ltd.
Team Lead
Process: Furnace
System: TPS
HPM Controller = 1 No.
Job:- ⢠Planning and Monitoring the below mentioned engineering activities- ⢠Loop drawing design using Microsoft VISIO ⢠Logic Point building using HPM builder ⢠PU Calculation and IO Allocation ⢠HPM Database preparation ⢠Downloading of points on HPM test system ⢠Testing of simple and complex loops using standard methodology ⢠Focal point for communication with client ⢠Timely delivery of the deliverable after ensuring quality check.
⢠Attending weekly project review meetings (telephonic) with client
AMC TO HPM Migration-CCR1
Client: Thai Oil Public Co. Ltd.
Team Lead
Process: Furnace
System: TPS
HPM Controller = 1 No.
Job:- ⢠Planning and Monitoring the below mentioned engineering activities- ⢠Loop drawing design using Microsoft VISIO ⢠Logic Point building using HPM builder ⢠PU Calculation and IO Allocation ⢠HPM Database preparation ⢠Downloading of points on HPM test system ⢠Testing of simple and complex loops using standard methodology ⢠Focal point for communication with client ⢠Timely delivery of the deliverable after ensuring quality check.
⢠Attending weekly project review meetings (telephonic) with client
Utilities and Offsites
Client: ENPPI
End Client: ETHYDCO, EGYPT
Team Lead
Process: Utilities for ETHYLENE plant.
System: Experion R410.2,
Redundant Controllers = 2Nos.
System Cabinets = 4 Nos.
Marshalling Cabinets = 10 Nos.
Redundant Servers = 1 Pair
Experion Backup Restore = 01 No
Process History Database = 01 No.
FDM Server = 01 No.
Engineering Station - DCS = 01 No.
Operating Stations - DCS = 05 No.
Job:- ⢠Planning the activities like Hardware Engineering, Software Engineering and HMI development..
⢠Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.
⢠Preparation of BOM ⢠Answering the queries or doubts from Client ⢠Attending weekly project status meetings with client through video/audio conference.
⢠FAT completed, at Abu Dhabi, successfully.
Control Plant-3/ Control Plant6
Client: JBK Controls
End Client: Qatar Foundation
Qatar.
Team Lead
Process: HVAC
System: ML200 R (PLC) + Experion
R410.2 (For SCADA only)
Redundant Controllers = 26 Nos.
System/ Marshalling Cabinets = 60 Nos.
Redundant Servers = 2 Pair
FDM Server = 01 No.
Engineering Station - DCS = 02 No.
Operating Stations - DCS = 10 Nos.
Job:- ⢠Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) ⢠Monitored the control panel manufacturing activity for all 30 PLC panels.
⢠Monitored the internal testing activity of all 30 PLC panels.
⢠Monitored the FDS document development activity.
⢠Monitored the FAT document development activity.
⢠Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.
⢠Delivered all the deliverables as mentioned above on time.
⢠Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.
NORTH SIDE UTILITY TUNNEL HVAC System.
Client: JBK Controls
End Client: Qatar Foundation
Qatar.
Team Lead ⢠Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) ⢠Monitored the control panel manufacturing activity for all 28 PLC panels.
⢠Monitored the internal testing activity of all 28 PLC panels.
⢠Monitored the FDS document development activity.
⢠Monitored the FAT document development activity.
⢠Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.
⢠Delivered all the deliverables as mentioned above on time.
⢠Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.
TRUCK MARSHALLING AREA HVAC System.
Client: JBK Controls
End Client: Qatar Foundation
Qatar.
Team Lead ⢠Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) ⢠Monitored the control panel manufacturing activity for all 6 PLC panels.
⢠Monitored the internal testing activity of all 6 PLC panels.
⢠Monitored the FDS document development activity.
⢠Monitored the FAT document development activity.
⢠Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.
⢠Delivered all the deliverables as mentioned above on time.
⢠Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.
Graphics Development
Client: Chevron Oronite.
Singapore.
Team Lead ⢠Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.
⢠Completed the development activity within schedule with a very proficient team of 3 engineers.
⢠Performed the 2nd Level Quality Check for all 66 graphics.
⢠Delivered the developed graphics as per the delivery schedule.
⢠Very few defects / comments noticed by clients. (which were accepted and implemented)
TGI Modernization
Client: KH Engineering B.V.
End User: Shell Nederland Raffinaderji B.V.
Amsterdam
Team Lead ⢠Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database ⢠Application development for Furnace COIL BALANCING loop ⢠Flow Compensation logic development ⢠HMI testing and converting old system HMI scripts to ACE Control Modules ⢠Performed Quality Check activities by extracting logic parameters
⢠Trainings Completed: -
company - FOX CONTROLS
description - ⢠Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.
⢠Accountable for PLC and SCADA based application development.
⢠Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.
⢠Carrying out thorough Documentation of Engineering details related to the project.
⢠Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints ⢠Interacted with the customers\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.
⢠Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.
⢠Proficient in various documentation processes.
⢠Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc ⢠Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.
*Please see Annexure for project details
company - Fox Controls, Dubai
description - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.
ADDITIONAL RESPONSIBILITY: ⢠Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.
⢠Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.
company - ENERCON (INDIA) LIMITED
description - ⢠Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.
⢠Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.
⢠Handled SAP system
102
Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â Manual and Automation Testing ⢠SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. ⢠Good knowledge in SDLC. ⢠Excellent understanding of White Box Testing and Black Box Testing. ⢠Good knowledge in Functional Testing, Integration Testing and System Testing. ⢠Good Exposure in writing Functional and Integration Scenarios. ⢠Good understanding of writing of test cases including test case design technique. ⢠Good understanding Build and release. ⢠Good knowledge on Ad hoc and smoke testing. ⢠Excellent understanding of usability, reliability and exploratory testing. ⢠Excellent knowledge of Globalization and Compatibility Testing. ⢠Excellent Understand of STLC. ⢠Good knowledge of regression and retesting. ⢠Excellent knowledge on Defect tracking and Defect Life Cycle. ⢠Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site's based on recruitment process. Strengths ⢠Able to work in a team ⢠System and Operational Analysis ⢠Good Communication Skills ⢠Active learning and critical thinking ⢠Good interpersonal skills, willing to take challenges and more responsibilities. ⢠Ability to learn new technologies with minimal time period. Education Details
January 2015 BCS Computer Science MGM's College
MCA Pune, Maharashtra Computer Science fromJSPM College
HSC Nanded, Maharashtra Maharashtra state board
SSC Nanded, Maharashtra Maharashtra State Board
Software testing
Software testing
Skill Details
APACHE- Exprience - 6 months
BLACK BOX- Exprience - 6 months
BLACK BOX TESTING- Exprience - 6 months
FUNCTIONAL TESTING- Exprience - 6 months
INTEGRATION- Exprience - 6 monthsCompany Details
company - Tech Mahindra
description - Software testing in manual and Automation
company -
description - software Test engineer
91
CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS ⢠Primary Skills: Dev-ops methodologies ⢠Programming Languages: C, Core Java ⢠Version Controls: GIT, Bitbucket ⢠Build Tools: ANT, Maven ⢠CI/CD Tools: Jenkins ⢠Configuration management: Ansible ⢠Scripting: Shell Script ⢠Application Servers: Apache Tomcat serverEducation Details
June 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU
Devops Engineer
Devops Engineer - Nendrasys Technologies Pvt Ltd
Skill Details
DEPLOYMENT- Exprience - 27 months
Git- Exprience - 27 months
DOCUMENTATION- Exprience - 26 months
CHANGE MANAGEMENT- Exprience - 10 months
CONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details
company - Nendrasys Technologies Pvt Ltd
description - Date
Project Description:
The Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.
Responsibilities:
o Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -
tion Management.
o Creating fully automated CI build and deployment infrastructure and processes for multiple projects.
o Developing scripts for build, deployment, maintenance and related tasks using Jenkins.
o Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.
o Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.
o Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket
o Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.
o Working closely with Architecture, Development, Test, Security and IT Services teams.
o Supporting Business Analysts in getting used to the newly created jobs and Release activities.
o Communicating daily with On-Site Team
o Analyzing the requirements and identifying gaps & tracking logs, issues.
PROJECT 2
Nendrasys Technologies Pvt Ltd.,
Project Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)
company - Nendrasys Technologies Pvt Ltd
description - Role: Devops Engineer
⢠Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases
⢠Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.
⢠Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.
⢠Creating fully automated CI build and deployment infrastructure and processes for multiple projects.
⢠Analyze and resolve conflicts related to merging of source code for GIT
⢠Responsible for creating Ant and Maven scripts for build automation.
⢠Implemented the setup for Master slave architecture to improve the Performance of Jenkins.
⢠Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.
⢠Handled the tasks of developing and maintaining the Change Tasks.
⢠Closely working with Developers, QA, Performance, UAT testers, IT Team.
⢠Created and maintained documentation of build and release processes and application configuration
⢠Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production
environment.
PROJECT 1
Nendrasys Technologies Pvt Ltd.,
Project Name: Sloan Global Holdings (Sloan) (E-commerce)
company - Nendrasys Technologies Pvt Ltd
description - Project Description:
BBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple
merchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had
made an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai
government. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and
applications, which allow for online sales, distribution and marketing of electronics.
Responsibilities:
o Plan and track activities involved for build and deployment.
o Resolving build issues
o Developing scripts for build, deployment, maintenance and related tasks using Jenkins.
o Collaboration with Development, QA, Product managements on build plans & schedules
o Send daily and weekly reports to the team.
o Involved in creating repositories, branches, merging activities, backup and restore activities in subversion
servers.
o Maintenance of Maven, shell scripts for safe builds and deploys.
111
SKILLSET Oracle DBA, MySQL, MARIADB, PostgreSQL Database Administration ITSKILLS SQL Oracle 10g, 11g, MYSQL, MariaDB, postgreSQL Windows, Linux Putty Education Details
January 2018 MCS Pune, Maharashtra Pune University
Database administrator
Database administrator - Infiniteworx Omnichannel Pvt. Ltd
Skill Details
DATABASE- Exprience - 17 months
MYSQL- Exprience - 17 months
ORACLE- Exprience - 17 months
SQL- Exprience - 17 months
DATABASE ADMINISTRATION- Exprience - 6 monthsCompany Details
company - Infiniteworx Omnichannel Pvt. Ltd
description - Pune Sept 2017 to Present
RESPONSIBILITIES:
⢠Creating tablespaces and planning the location of data, monitoring the tablespaces growth periodically.
⢠All replication setup
⢠Moved database Schema changes to stage.
⢠Dba support query resolution.
⢠Creating user and giving specific privileges
⢠Database management.
⢠Database recovery, moving data files to different locations.
⢠Planning the backup policies and Backup/ Recovery of databases based on the criticality.
⢠IMPORT/EXPORT.
⢠Degine schemas
Key Result Areas:
⢠Providing 24 /7 support to resolve database performance issues, Job failures, Sessions & diagnose root causes
⢠Installation, configuring and updating Oracle server software and related Oracle products. Installation, configuraing and updating Mysql, Sql server, MariaDB, MongoDB
⢠Supported multiple databases and administered Oracle Databases of Large DB Sizes for production, development & test setups.
⢠Maintaining table spaces & data files, Control files, Online Redo log files
⢠Creating Users, granting Roles & Privileges to users and managing tablespaces for different users by granting quota on Default & Temporary tablespaces.
⢠Taking Oracle RMAN Backups (Scheduling for day wise backup)
⢠Implementing the incremental, cumulative and full RMAN backup for each database to have space management and effective recovery.
⢠Logical Backup Using Export & Import/datapump Export of important tables at regular intervals.
⢠Regular checking of trace, alert log file, all ORA errors
⢠Working on incidents like User creation/deletion incidents, backup failed incidents.
⢠Checking Listener Status, connectivity Troubleshooting and fixing database listener issues.
⢠Look for any new alert / error log entries / errors, error details in Trace files generated. Executing DDL & DML scripts as per customer requirements
⢠Mentoring, coaching and appraising team members with active involvement in the recruitment process
⢠Contributing in Project Documentation and generating daily reports
⢠Ensuring compliance to quality norms and taking steps for any non-conformance Spearheading complete project activities ensuring timely completion of project
⢠Implementing security policies on different database systems with granting and revoking privileges to the users
⢠Following change management processes and participated in related meetings
⢠Verifying all Instances/DB are running, Tablespaces are online, Monitor Backround processes and status.
company - InnovativeTechnologies
description - Clients: BANKING DOMAIN
127
TECHNICAL SKILL: Operating System LINUX, Windows Server 2012 R2, Windows 98, Windows 2000/ XP Tools & Utility Packages SQL* Loader, SQL*PLUS, OEM, Datapump, expdp/impdp, PLSQL Developer, Jenkins Database Oracle 10g, Oracle 11g, Oracle 12c Scripting UNIX Shell Scripting Language SQL Education Details
January 2011 M.B.A. Amravati, Maharashtra Amravati University
January 2007 B.C.A. Nagpur, Maharashtra Nagpur University
Oracle Database Administrator
ORACLE DATABASE ADMINISTRATOR ON LINUX/MICROSOFT WITH 4 YEARS EXPERIENCE.
Skill Details
ORACLE- Exprience - 48 months
LINUX- Exprience - 6 months
ORACLE DBA- Exprience - Less than 1 year months
RAC- Exprience - Less than 1 year months
GOLDEN GATE- Exprience - Less than 1 year months
ASM- Exprience - Less than 1 year months
DATAGUARD- Exprience - Less than 1 year monthsCompany Details
company - TIETO INDIA PVT. LTD
description - Pune From February 2015 till present
Project Profile:
Oil and Gas unit of Tieto India Pvt. Ltd. is working for Environmental Components (EC) application. Tieto is the authorized service provider in EC. Energy Components is a complete end-to-end hydrocarbon accounting solution following the hydrocarbons from production to transport, sales and revenue recognition. Globally market-leading hydrocarbon accounting software with functionality coverage exceeding other available solutions. Modern, flexible and scalable technology platform. Selected as the global standard and best practice by oil & gas super majors.
Responsibilities: ⢠Oracle Database Administration 11g R2, 12c and 18c ⢠Supporting databases in 24x7 environments and coordinate with Application, OS, Storage and Development Teams. Test and Production environments ⢠Regularly monitoring the trace files and Alert log files for database related issues.
⢠Experience in monitoring the CPU usage, IO and memory utilization at OS level.
⢠Checking the Alert log file to analyze the ORA errors if any to raise SR with Oracle.
⢠Monitoring the log files, backups, database space usage and the use of system resources.
⢠Configuring Backup (RMAN) for database and restoring database.
⢠Installation, configuring and updating Oracle server software and related Oracle products of 11g and 12C.
⢠Oracle Server installation, client installation and configuration, PLSQL developer installation.
⢠Creating database using DBCA and manually.
⢠Creating of Oracle user and granting proper privileges to user as per request.
⢠Creating AWR, ASH and ADDM reports for database performance analysis.
⢠Handling space management and performance issues in Oracle databases.
⢠Creating remote database link.
⢠Renaming and resizing of data files in Oracle database if needed.
⢠Tablespace shrinking with regular time interval to reclaim server space.
⢠Expertise in Export and Import using data pump in Oracle database.
⢠Expertise in Configuration of Listener and Tnsnames through NETMGR and NETCA and statically also.
⢠Managing Oracle Listener and Oracle Network Files.
⢠Creating user Profiles, granting specific privileges and roles to the users in Oracle database.
⢠Maintaining tablespaces & data files, Control files, Online Redo log files in Oracle database.
⢠Worked on AWS cloud services like EC2, S3, RDS, ELB, EBS, VPC, Route53, Auto, Cloud watch, Cloud Front, IAM for installing configuring and troubleshooting on various Amazon images for server migration from physical into cloud.
129
SKILLS: Computer: ⢠Can easily operate in Operating System like Windows 10. ⢠Can work in Ms-Office (Word, Excel, and PowerPoint). ⢠Can easily operate internet & Gym Management Software (website & mobile application).Education Details
January 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management
Gym management & Consultant
Gym management & Consultant - Sculpt Fitness Centre
Skill Details
Excel- Exprience - 96 months
PowerPoint- Exprience - 96 months
Word- Exprience - 96 months
Gym Management Software- Exprience - 96 monthsCompany Details
company - Sculpt Fitness Centre
description - 2015 - Present Sales, Fitness, Operations
company - AB's Fitness Club
description - Fitness, Sales, Administration, Facility & House-keeping
company - AB's Fitness Club
description - Sales, Fitness, Operations
company - Ultimate Fitness Club
description -
company - Tripod Fitness Arena
description - Sales, Administration
company - C K Fitness
description - Sales & Fitness Staff Recruitment
KEY ROLES:
⢠Designing and promoting activities to meet customer demand and generate revenue;
⢠Advertising and promoting the club or Centre to increase usage, considering market research;
⢠Recruiting, training and supervising staff, including managing staff rotas;
⢠Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;
⢠Carrying out health and safety checks on the equipment and site;
⢠Retaining existing members by providing good quality of service and by providing good sales programs;
⢠Prioritizing target activities and user groups (especially in local authority Centres);
⢠Customer Relationship;
⢠Providing training to the sales staff to Deal with enquiries, complaints and emergencies
⢠Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;
⢠Preparing and checking budgets and generating revenue;
⢠Cashing-up and keeping stock records of supplements;
⢠Utilizing Group-X studio by scheduling exciting grouper's batches;
⢠Writing monthly or weekly reports and preparing cash projections for Centre owners;
⢠Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;
⢠Keeping statistical and financial records;
⢠Keeping check on the Maintenance of fitness equipment & other facilities;
⢠Ensuring compliance with health and safety legislation;
⢠Maintaining customer service, Fitness & Hospitality standards;
⢠Planning;
⢠Undertaking administrative tasks;
⢠Promoting and marketing the business;
company - Endurance Fitness Club
description - Fitness, Sales, Administration, Facility & House-keeping
53
SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details
Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University
QA Automation Lead
QA Automation Lead
Skill Details
C++- Exprience - 63 months
PYTHON- Exprience - 109 months
UFT- Exprience - 85 months
SELENIUM- Exprience - 85 months
SQL- Exprience - 69 monthsCompany Details
company - Leading Industrial Automation
description - Responsibilities:
⢠Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.
⢠Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.
⢠Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.
⢠Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.
⢠Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.
⢠Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.
⢠Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)
⢠Develop and Execute System integration and GUI integration test using C++.
⢠Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.
⢠Work closely with development and engineering department to ensure proper resolution of bugs.
⢠Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.
⢠Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.
Environment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.
company - GE-Healthcare
description - Responsibilities:
⢠Validated GE CT scanners based on FDA compliances and regulations.
⢠Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.
⢠Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.
⢠Designed, Created and executed manual test cases base on product requirement documents.
⢠Increased productivity by initiating use of automation tools like DICOM and QTP.
⢠Trained and guided GE team on automation test creation and execution using QTP.
⢠Performed testing types such as functional, integration, performance and regression and Provide test reports to management.
⢠Involved in release support, test bed creation & testing throughout release process.
Environment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC
company - Patni-GE-Healthcare PACS
description - Responsibilities:
⢠Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.
⢠Involved in the creation of Automation framework by using Hybrid and BPT approach.
⢠Responsible for creation of Test Bed and Golden Data using DCMTK.
⢠Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.
⢠Designed and developed User defined and Generic functions with well-versed VB scripting.
⢠Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.
⢠Reviewed the QTP Scripts developed by the team members.
⢠Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.
Environment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC
company - HDFC Bank Limited
description - Responsibilities:
⢠Reviewed Business requirements, design documents and prepared test cases for assigned project releases.
⢠Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.
⢠Involved in integration testing for release of new functionality.
⢠Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.
⢠Involved in backend database testing in oracle and Microsoft SQL.
⢠Involved in release support, test bed setup & testing throughout release process.
⢠Automation of test flow's using automated tools QTP 10.
Environment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC
company - Vistaar Systems Limited
description - Responsibilities:
⢠Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.
⢠Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.
⢠Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.
⢠Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.
Environment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.
90
Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details
BE Dr.BAMU,Aurangabad
Python Developer
Python Developer - Arsys Inovics pvt ltd
Skill Details
CSS- Exprience - 31 months
DJANGO- Exprience - 31 months
HTML- Exprience - 31 months
MYSQL- Exprience - 31 months
PYTHON- Exprience - 31 months
web services- Exprience - Less than 1 year months
Logger- Exprience - Less than 1 year months
Mongodb- Exprience - Less than 1 year months
json- Exprience - Less than 1 year months
Unix- Exprience - Less than 1 year months
Rest- Exprience - Less than 1 year months
Sqlit3- Exprience - Less than 1 year monthsCompany Details
company - Arsys inovics pvt ltd
description - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))
F-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.
Responsibilities:
⢠Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.
⢠Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.
⢠Implemented navigation rules for the application and page outcomes, written controllers using annotations.
⢠Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.
⢠Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API
using Postman.
⢠Created Unit test cases for unit testing.
⢠Worked with JSON based REST Web services
⢠Wrote Python routines to log into the websites and fetch data for selected options.
⢠Used Python modules such as requests, urllib for web crawling.
⢠Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.
⢠Created a Git repository and added the project to GitHub.
⢠Utilized Agile process and JIRA issue management to track sprint cycles.
⢠Worked in an agile development environment.
Environment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.
company - Arsys
description - 1. Working as back end as well as front end developer
2. working on rest and restfull api's.
3. Design and develop a project in Agile scrum.
4. Git hub for code deployment
5. Working on MVT .
106
Core skills ⢠Project / Program Management ⢠Agile / Scrum Management ⢠Risk /Client Management ⢠Process Improvements ⢠Proposals/RFE ⢠Selenium ⢠RALLY / IBM TD Platform ⢠Python ⢠DevOps / DevSecOps ⢠SAFe - Agile Craft ⢠Delivery / Test Management ⢠Project / Program Finance ⢠Profit Maximization ⢠Internal / External Audits ⢠Software Testing / Quality Assurance ⢠Visual Basic 6.0 ⢠MS-SQL Server / Oracle 8/8i ⢠Conformiq ⢠HP QC / QTP ⢠Crystal Report 8.5 Linguistic Skills English Hindi Marathi Tulu Education Details
January 2013 Harvard
January 2004 Software Engineering Aptech
January 2001 Bachelor of Commerce Commerce Mumbai, Maharashtra Mumbai University
Project Manager
Project Manager - AT&T
Skill Details
TESTING- Exprience - 63 months
ORACLE- Exprience - 6 months
SQL- Exprience - 6 months
AUDITS- Exprience - 6 months
CLIENT MANAGEMENT- Exprience - 6 monthsCompany Details
company - AT&T
description - Thunderbird program is a One-Stop-Test-Shop catering to AT&T's Enterprise-wide business critical applications. As part of this Fixed Price engagement various types of testing like System, Regression, Sanity and UAT support gets executed through Agile Methodologies on applications under Billing and Sales domain. The project has various critical applications as listed below with a team size of 80+ members.
Sales Express: An iPad & Browser based Mobile Sales application used by Sales Representatives & Service/Solution providers to sell Enterprise Products/Solutions
ESIGN: Allows customer to sign and AT&T to countersign digital version of contract document
AMPD: Enterprise billing application through which AT&T offers new and emerging billing products to the Business community
BEST: Business Solution application which performs consolidated billing and reporting for CRU Billing and Reporting Foundation Accounts
BIZCOMP: Comp Engine for business that supports the commission calculations for Enterprise Business and Small-Business sales force via Revenue and Unit based plans
FAST: Provides rate discounts to eligible Schools and Libraries
CXMT: Lets customers manage their Centrex line and feature arrangements of their services without going through the standard service-order procedure.
Key responsibilities
⢠Manage and lead all aspects of Transition / Pre-Transition comprising multiple vendors
⢠Transition Drill down sessions, Forward/Reverse Shadow phases and Reverse Presentation
⢠Transition Documentation & signoff of SMP & System Appreciation Document etc
⢠Measure & track testing metrics scorecard as part of Vendor Quality Index (VQI) initiative of AT&T
⢠Measure and track operating metrics like Onsite Subcon Index, Offshoring Index, Leakage Index, Utilization Index and Tail Index
⢠Manage, Track and Submit Project Monthly Financials & Invoicing
⢠Ensure 100% compliance to client / organization's quality and security processes, policies and SLAs
⢠Plan, manage and mitigate Risks
⢠Achieve Automation targets and SLAs using ConformiQ, Selenium & Oscar Tools
⢠Participate in proposal preparations to expand revenue and new business developments
⢠Manage & Track Work Allocation, Resourcing, Issue Resolution and Testing activities for the project
⢠Ensure Monthly Delivery / TL9K Metrics and CSL-KMs are submitted on time
⢠PMR, Internal Quality / Security Group, SQA, Quality Gates and external Ernst & Young / TL9K Audit
⢠Share weekly highlight reports, Project Health Report and regular Dashboard Reporting activities
⢠Prepare CSAT action plan for the team
⢠Prepare and implement Business Continuity Plan for the project
⢠Timely conduct of Business Continuity drills like Call Tree, Table Top and Project Rehearsal
⢠Comparative analysis, Root Cause Analysis and Defect Prevention exercises for ST, E2E and UAT
⢠Coordinate with Resource Management, Quality, Learning, Security, PMO and Business Unit
⢠Sub-Contractors and Rebadged (Ex-AT&T) staff management
⢠Participate in external technical interview / hiring drives for new engagements
company - Esaya Software India Pvt Ltd
description -
113
Technical Skills (Trained / Project Acquired Skills) ⢠Languages Known: C, C++, J2EE, Spring, Hibernate. ⢠Testing: Functional Testing, Manual Testing. ⢠Operating Systems: Windows & Linux. ⢠Packages: MS-office. ⢠Databases: My SQL & PostgreSQL.Education Details
January 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology
January 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College
January 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board
Java Developer
Java Developer - Inouvelle Ventures Private Limited
Skill Details
J2EE- Exprience - 17 months
C++- Exprience - 6 months
DATABASES- Exprience - 6 months
FUNCTIONAL TESTING- Exprience - 6 months
LINUX- Exprience - 6 monthsCompany Details
company - Inouvelle Ventures Private Limited
description - Nagpur.
1. Project name: Stock Management System December 2017 - Till Date
Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)
& PostgresSql Database.
Role: Java Developer
Operating system: Windows XP/07/08
Description: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling
inventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock
management may also be called stock control, inventory management or inventory control.
company - Inouvelle Ventures Private Limited
description - Project Profile
company - Inouvelle Ventures Private Limited
description - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)
& PostgresSql Database.
Role: Java Developer, Manual Testing.
Operating system: Windows XP/07/08
Description: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press
Management System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.
63
Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. ⢠Supervisor: Prof. Jawaleker ⢠Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. ⢠Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details
Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute
B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India
HSC Chandrapur, Maharashtra Vidya Niketan Jr. College
SSC Chandrapur, Maharashtra Vidya Mandir High School
Industrial Electrical Design Engineering along with project management
Skill Details
AUTOCAD- Exprience - 74 months
ENTERPRISE RESOURCE PLANNING- Exprience - 6 months
EPLAN- Exprience - 6 monthsCompany Details
company - Osmoflo Engineering Services Pvt. Ltd.
description - along with project management:
1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.
2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.
3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.
company - M/s VIVID ELECTROMECH PVT. LTD
description - for Whole Pune region)
Period: 06th June 2017 to 20th Aug 2018.
Nature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:
1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.
2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.
3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.
4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.
company - M/s ADOR WELDING LTD
description - Period: 17th July 2012 to 30th May 2017.
Nature Of Job - Industrial Electrical Design along with project Operation management:
1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.
2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.
3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.
4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.
5) RCA, DFMEA, Part of Design Modification & Innovation Team.
6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.
7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)
Responsibilities Handled:
1) Project Lead for YIBAL - Petroleum Development of OMAN's project.
company - M/s PRAKASH INDUSTRIES LTD
description - Period: 1st Sept 2011 to 6thMay 2012.
Responsibilities Handled:
1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)
2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.
Nature of Job:
1) Electrical Operation & Maintenance of 100 MW Power Plant.
2) Shift In-charge for 3 months
Certification Courses:
Certified Course in AutoCAD from CADD Centre, JM Road, Pune.
94
SKILLS: ⢠Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) ⢠MSCIT ⢠CNC Programming (Fanuc Series) - milling STRENGTHS: ⢠Strong Dedication towards work. ⢠Quick Learner. ⢠Positive thinking and self-confidence. ⢠Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: ⢠10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. ⢠10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details
B.E RTMNU
Mechanical engineering
Skill Details
AUTO CAD- Exprience - 6 months
AUTOMOTIVE- Exprience - 6 months
AUTOMOTIVE CNC- Exprience - 6 months
CAD- Exprience - 6 months
CNC- Exprience - 6 monthsCompany Details
company - Tata motors, adani, maruti suzuki,jet airways. Air india.
description - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.
2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.
3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.
4. In 6 th semister another training program in Metal fab company.
company - No
description - English, Hindi, Marathi
⢠Participate in JSW Urja Project Competition 2017-2018
⢠Machine Assembly Disassembly and Functioning of parts (1 Weeks)
FINAL YEAR PROJECT:
⢠Design nd fabrication of Pneumatic Punching Machine - in BE
⢠Paddle operated Sugarcane Juicer machine - in Diploma Engineering.
41
Skill Set â¢â¢Cisco Certified Network Associates (CCNA): - ⢠Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. ⢠IPv4 (Subnetting, Supernetting) ⢠Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â¢â¢Cisco Certified Network Associates (CCNA-Security): - ⢠Basic security goals and need. ⢠Different types of attacks like access attacks, reconnaissance strategies etc. ⢠Basic configuration of firewalls. ⢠Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â¢â¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - ⢠Routing-Configuration and concept of EIGRP, OSPF and BGP. ⢠Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. ⢠MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â¢â¢Cisco Certified Network Professional Security (ASA Module): - ⢠Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. ⢠Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. ⢠Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: ⢠This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: ⢠This project simply senses the moisture level and turn ON the water pump when moisture is Education Details
January 2018 B.E Technology Mumbai, Maharashtra Mumbai university
H.S.C Mahatma Gandhi High Maharashtra State Board
S.S.C. Mahatma Gandhi High Maharashtra State Board
School & Junior College
Network Security Enginner
Network Security Engineer
Skill Details
Networking- Exprience - Less than 1 year months
Subnetting,Supernetting- Exprience - Less than 1 year months
Access Lists- Exprience - Less than 1 year months
ACLS- Exprience - 6 months
Network Address Translation(NAT)- Exprience - Less than 1 year months
VLAN- Exprience - Less than 1 year months
AAA- Exprience - Less than 1 year months
IPSec- Exprience - Less than 1 year months
ACCESS CONTROL LISTS- Exprience - 6 months
DHCP Snooping- Exprience - Less than 1 year months
Private Vlan- Exprience - Less than 1 year months
VLAN Hopping- Exprience - Less than 1 year months
VPN- Exprience - Less than 1 year months
Routing protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months
DM-VPN- Exprience - Less than 1 year months
Switching- Exprience - Less than 1 year months
Control Plane Security- Exprience - Less than 1 year months
Data Plane Security- Exprience - Less than 1 year months
Management Plane Security- Exprience - Less than 1 year months
Network Telemetary- Exprience - Less than 1 year months
Firewall- Exprience - Less than 1 year months
Firewall Filtering Technologies- Exprience - Less than 1 year months
ASA Failovers- Exprience - Less than 1 year months
Zone Based Firewall- Exprience - Less than 1 year months
Reputation Based Firewall- Exprience - Less than 1 year months
Security Context- Exprience - Less than 1 year months
Security- Exprience - Less than 1 year monthsCompany Details
company - Stormfur Technologies LLP
description - Network Security Engineer
Stromfur Technologies LLP,
August 2018-Present
⢠Troubleshoot firewall related incidents for customers.
⢠Solve technical problems relating to installing security solutions.
⢠Analyze security requirements of network system.
⢠Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.
⢠Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.
⢠Participated in core network team to upgrade corporate network.
⢠Maintained network security technologies and services.
⢠Interacted with clients and analyzed operational requirements.
⢠Install and configured of IPSEC and SSL VPN.
⢠Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.
⢠Support for client in various networking issues.
117
Skills ⢠R ⢠Python ⢠SAP HANA ⢠Tableau ⢠SAP HANA SQL ⢠SAP HANA PAL ⢠MS SQL ⢠SAP Lumira ⢠C# ⢠Linear Programming ⢠Data Modelling ⢠Advance Analytics ⢠SCM Analytics ⢠Retail Analytics â¢Social Media Analytics ⢠NLP Education Details
January 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology
January 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University
Data Science Consultant
Consultant - Deloitte USI
Skill Details
LINEAR PROGRAMMING- Exprience - 6 months
RETAIL- Exprience - 6 months
RETAIL MARKETING- Exprience - 6 months
SCM- Exprience - 6 months
SQL- Exprience - Less than 1 year months
Deep Learning- Exprience - Less than 1 year months
Machine learning- Exprience - Less than 1 year months
Python- Exprience - Less than 1 year months
R- Exprience - Less than 1 year monthsCompany Details
company - Deloitte USI
description - The project involved analysing historic deals and coming with insights to optimize future deals.
Role: Was given raw data, carried out end to end analysis and presented insights to client.
Key Responsibilities:
⢠Extract data from client systems across geographies.
⢠Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.
Technical Environment: R, Tableau.
Industry: Cross Industry
Service Area: Cross Industry - Products
Project Name: Handwriting recognition
Consultant: 3 months.
The project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.
Role: I was developing sentence correction functionality.
Key Responsibilities:
⢠Gather data large enough to capture all English words
⢠Train LSTM models on words.
Technical Environment: Python.
Industry: Finance
Service Area: Financial Services - BI development Project Name: SWIFT
Consultant: 8 months.
The project was to develop an analytics infrastructure on top of SAP S/4, it would user to view
financial reports to respective departments. Reporting also included forecasting expenses.
Role: I was leading the offshore team.
Key Responsibilities:
⢠Design & Develop data models for reporting.
⢠Develop ETL for data flow
⢠Validate various reports.
Technical Environment: SAP HANA, Tableau, SAP AO.
Industry: Healthcare Analytics
Service Area: Life Sciences - Product development Project Name: Clinical Healthcare System
Consultant: 2 months.
The project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.
Role: I was involved from design to deploy phase, performed a lot of data restructuring and built
models for insights.
Key Responsibilities:
⢠Design & Develop data models for reporting.
⢠Develop and deploy analytical models.
⢠Validate various reports.
Technical Environment: Data Modelling, SAP HANA, Tableau, NLP.
Industry: FMCG
Service Area: Trade & Promotion
Project Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.
The project involved setting up of CRM and CBP modules.
Role: I was involved in key data decomposition activities and setting up the base for future year
forecast. Over the course of the project I developed various models and carried out key
performance improvements.
Key Responsibilities:
⢠Design & Develop HANA models for decomposition.
⢠Develop data flow for forecast.
⢠Developed various views for reporting of Customer/Sales/Funds.
⢠Validate various reports in BOBJ.
Technical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.
Internal Initiative Industry: FMCG
Customer Segmentation and RFM analysis Consultant; 3 months.
The initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.
Technical Environment: Anaconda3, Python3.6, HANA SPS12
Industry: Telecom Invoice state detection Consultant; 1 months.
The initiative was to reduce the manual effort in verifying closed and open invoices manually, it
involved development to a decision tree to classify open/closed invoices. This enabled effort
reduction by 60%.
Technical Environment: R, SAP PAL, SAP HANA SPS12
Accenture Experience
Industry: Analytics - Cross Industry
In Process Analytics for SAP Senior Developer; 19 months.
Accenture Solutions Pvt. Ltd., India
The project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.
Role: I have developed various Finance related KPIs and spearheaded various deployments.
Introduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.
Key Responsibilities:
⢠Involved in information gather phase.
⢠Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and
Calculation View.
⢠Developed various KPI's individually using complex SQL scripts in Calculation views.
⢠Created procedures in HANA Database.
⢠Took ownership and developed Dashboard functionality.
⢠Involved in building data processing algorithms to be executed in R server for cluster analysis.
Technical Environment: R, SAP HANA, T-SQL.
Industry: Cross Industry
Accenture Testing Accelerator for SAP Database Developer; 21 months.
Accenture Solutions Pvt. Ltd., India
Role: I have taken care of all development activities for the ATAS tool and have also completed
various deployments of the product.
Apart from these activities I was also actively involved in maintenance of the database servers
(Production & Quality)
Key Responsibilities:
⢠Analyzing business requirements, understanding the scope, getting requirements clarified
interacting with business and further transform all requirements to generate attribute
mapping documents and reviewing mapping specification documentation
⢠Create / Update database objects like tables, views, stored procedures, function, and packages
⢠Monitored SQL Server Error Logs and Application Logs through SQL Server Agent
⢠Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML
⢠Responsible for Designing, developing and Normalization of database tables
⢠Experience in performance tuning using SQL profiler.
⢠Involved in QA, UAT, knowledge transfer and support activities
Technical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance
Monitor, SQL Server Profiler, C#, PL-SQL, T-SQL.
3
Technical Skills Key Skills MS Technology .Net, SharePoint, MS SQL and Oracle PL/SQL Project Management & Execution Cloud Computing using Windows Azure and Amazon AWS/ EC2 Cloud XML/XAML/XSLT, HTML5, DHTML, CSS3, JavaScript/JQuery/JSON, AngularJS, Web API, OData Service, VBScript, Node JS, Handling Dynamic QA Activities, Project Delivery Frameworks UI Design and Mobile Development, JAVA, JSP, SWING, J2EE Service Oriented Architecture (SOA), Web Service/WCF Service/Web API, Requirement Gathering Design Pattern like MVC, MVP, Abstract Factory OOAD with UML Implementation .NET SAP Connector to interact with SAP through ASP.NET Client Management SAP Web Channel and SAP Enterprise Portal Environment Android, iOS, Team Foundation Server 2010/12(TFS), GitHub, IBM Rational Key Account Management DevOps, Team Forge and SharePoint Portal Administration /Development, CollabNet, JIRA. IOT Implementation, Web/Data analytics, Working with the road map of Machine learning and AI. Expertise BI tools like Crystal report, Escalation Management SSRS, Tableau, Micro Strategy, QlikView. IT Network/Infrastructure Monitoring tool Centreon, Cisco Meraki, BizTalk BAM. Team Building & Leadership Liaison & Coordination Soft Skills Reporting & Documentation Leader Technical architect Time Management Thinker Collaborator Planner Information Security management Communicator Quality assurance Career Timeline (Recent 5 Companies) Reliance ADA Annet Technologies Aditya Birla Group as Software as Project Group as Project consultant Lead/Technical Manager Architect 2006-2007 2008-2009 2009-2012 2012-2013 2013-till date Northbound eClerx Software LLC as Service as Programmer Technical Project Analyst ManagerEducation Details
January 1998 Bachelor of Art Economics Dibrugarh, Assam, IN Dibrugarh University
MBA Information Technology Sikkim Manipal University
Software Engineering and Computer Science Pune, Maharashtra NIIT
Project Manager
Project Manager - Aditya Birla Group
Skill Details
MICROSOFT SHAREPOINT- Exprience - 147 months
SHAREPOINT- Exprience - 147 months
SQL- Exprience - 92 months
ASP- Exprience - 79 months
ASP.NET- Exprience - 76 monthsCompany Details
company - Aditya Birla Group
description - Reporting to Vice President)
company - OPEX., Monitoring multiple DB server, Web server and Cloud base
description - Period: Apr 2013 to till Date
Working with: ⢠Project management processes in ongoing projects. Coordinating with different projects Team (Internal
Development team and Vendor side team) and other QA activities.
⢠Information security audit. Budgeting CAPEX/OPEX., Monitoring multiple DB server, Web server and Cloud base servers Resource utilization in Networking infrastructure using different Hardware/Networking surveillance tools.
⢠Tracking different team projects activities and involved with generating Final monthly report with different KPI for organization higher authority.
⢠Managing all the SharePoint Portal Admin activities and all the Project Functional, Technical and Business documents.
⢠Involved in Technology Road map group to upgrade new technology like IOT, Virtual reality, Wearable technology, Machine learning/AI, 3D Printing.
At eClerx Software Service Mumbai
company - eClerx Software Service
description -
company - Dell Site Search/Natural Search DB
description - Environment: ASP.NET 4.0, C#, WCF, SSRS, SQL Server 2008 R2
At Annet Technologies Mumbai
company - NextGen Enterprise
description - ARIA) and 2) Re-manage Portal Integration in Apple iPhone/iPad and Different Android Devices
Domain- Real State, Period: Mar 2011 - Oct 2012
Environment: ASP.NET 4.0, C#, WCF, WWF, JQuery, JSON, JavaScript, HTML 5, CSS3, Windows Azure Cloud, SharePoint
company - Annet Technologies
description - Key Result Areas:
Administering project progress as per scheduled deadlines for various tasks and taking necessary steps for ensuring completion within time and effort parameters
Working towards mapping requirements & providing best solutions for evaluating & defining scope of project and finalizing project requirements
Interfacing with clients for business gathering, conducting system analysis & finalizing technical specifications
Verifying the project documentation (Technical/Functional); using SharePoint Documents Library Environment and performing all the SharePoint administrative activities
Significant Accomplishments:
Rolled out project performance metrics reporting, implemented profitability improvement plans and enhanced operational efficiency
Received the following awards: o Excellent Design and On-time Delivery Award o Design and Delivery Excellence Award
Previous Experience
company - Genentech, Biogen, Astellas Pharma, Polaris
description - Client: Genentech, Biogen, Astellas Pharma, Polaris, New York, USA
Environment: ASP.NET 3.5, C#, N-Hibernet, WCF, WWF, JavaScript, JQuery, BizTalk Server 2009, SQL Server 2008 R2
At Northbound LLC Sunnyvale California
company - iOS
description - SQL Server 2008R2, Android, iOS
company - Logistic Transport System, Ohio
description - USA
Environment: ASP.NET, C# 3.5, JavaScript, NUnit Test, Telerik Controls, SQL Server 2005, T-SQL, MOSS 2007, SSIS,
SSRS, BizTalk2006, Crystal Report, N-Hibernet, Dreamweaver
company - Northbound LLC
description -
company - Biz Automation CRM
description - California, USA
Environment: ASP.NET 3.5, C#, SQL Server 2005, Android/iOS Development Platform, XML, XSLT, JavaScript, JQuery,
JSON, SharePoint Design, WCF, WWF, SharePoint 2007, Performance Point, SSRS
company - Wachovia, North Carolina USA
description - Environment: ASP.NET, C#, WCF, SQL Server 2005, Web Parts, JavaScript, AJAX
At Reliance ADA Group Mumbai
Title: 1) Complain Management System and 2) Company Information System
company - Domain- Manufacturing and Human Resource
description - Environment: ASP.NET, C#, Oracle 8i, PL/SQL, Crystal Report, SAP Connector, VPN
company - Reliance ADA Group
description -
company - PF Trust System
description - Environment: VB.NET, XML, Oracle 9i, PL/SQL, Toad, Crystal Report 11
Sure Solution - Prasanna Group of Company IT Pune
company - Prasanna Group
description -
company - Online Bus Booking Portal
description - Environment: ASP.NET, C#, SQL Server 2005, Web Services, Web Parts, MS Office SharePoint Design, AJAX and Java cript
At Info Dynamic Software System Pvt. Ltd. Pune
Title: Info-Banking / E Banking
Domain- Banking Period: Jan 2005 - Aug 2005
Environment: VB6, Oracle 8i, PL/SQL, Crystal Report, Java JSP/Servlet/Swing.
At PAN Software System Pvt. Ltd. Pune
Title: E-commerce Site for Online Sales and Purchase
company - Info Dynamic Software System Pvt. Ltd
description -
company - ZD Doll Inc
description - Newcastle, UK
company - PAN Software System Pvt. Ltd
description -
company - Online Procurement of Materials
description -
company - Shipping Company
description - Tokyo Based, Japan
Environment: Java, JSP/Servlet, CSS, JavaScript, SQL Server 2000, T-SQL
Title: Studio Automation System
Domain- Multimedia Period: Jan 2004 - May 2004
Environment: VB 6, VC++, MS SQL Server, MS Data Report, Macromedia Flash, Fire works
At Solid State Technologists (I) Pvt. Ltd. Pune
company - National Dairy Development Board
description - Environment: C++, VB6, SQL2000, Lotus Notes, Crystal Report 8, MS Active Report 2.0
company - Solid State Technologists (I) Pvt. Ltd
description -
company - Shell/Bharat Petroleum
description - Title: Computerized Fuel Density Measurement Automation System
Domain - Manufacturing and Automation Period: Dec 2002 - Mar 2003
Client: Shell/Bharat Petroleum
Environment: C++, VC ++, MATLAB, VB6, SQL Server 2000, Crystal Report
Title: CMCS
Domain - Finance and Accounting Period: June 2002 - Nov 2002
Environment: VB6, SQL Server 2000, Crystal Report
Title: Food Testing System
company - Solid State Technologists (I) Pvt. Ltd
description - Environment: VB .net, SQL Server 2000, Crystal Report
Title: Customer Care System
company - Himalaya Industries
description - Environment: ASP .Net, C#, SQL Server 2000, Crystal Report
company - MAPCO India Ltd and BERCO
description - Environment: VB6, Oracle, Active/ Data Report
112
Personal Skills ⢠Ability to quickly grasp technical aspects and willingness to learn ⢠High energy levels & Result oriented. Education Details
January 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology
January 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering
January 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha
January 2003 M.tech Thesis Detail BMCH School in Ganj basoda
Data science
I have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update
Skill Details
Experience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details
company - RNT.AI Technology Solution
description - Text classification using Machine learning Algorithms with python.
Practical knowledge of Deep learning algorithms such as  Recurrent Neural Networks(RNN).
Develop custom data models and algorithms to apply to dataset
Experience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.
Comfort with SQL, Â MYSQL
Sentiment analysis.
 Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.
Web crawling using Selenium web driver and Beautiful Soup with python.
company - Life Insurance Corporation of India Bhopal
description - ü Explaining policy features and the benefits
ü Updated knowledge of life insurance products and shared with customers
8
Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details
Data Science Assurance Associate
Data Science Assurance Associate - Ernst & Young LLP
Skill Details
JAVASCRIPT- Exprience - 24 months
jQuery- Exprience - 24 months
Python- Exprience - 24 monthsCompany Details
company - Ernst & Young LLP
description - Fraud Investigations and Dispute Services Assurance
TECHNOLOGY ASSISTED REVIEW
TAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.
* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.
* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.
* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.
Tools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.
MULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)
TEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.
* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.
* Created customized tableau dashboards for effective reporting and visualizations.
CHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.
* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.
* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.
Tools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer
INFORMATION GOVERNANCE
Organizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.
* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.
* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.
* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.
Tools & Technologies: Python, Flask, Elastic Search, Kibana
FRAUD ANALYTIC PLATFORM
Fraud Analytics and investigative platform to review all red flag cases.
⢠FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.
* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics
Tools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js
0
Education Details
B.C.A Bachelor Computer Application Pune, Maharashtra Pune University
H.S.C. Pune, Maharashtra Pune University
S.S.C. Pune, Maharashtra Pune University
Web Designing and Developer
php Developer - Exposys Pvt. Ltd
Skill Details
Company Details
company - Exposys Pvt. Ltd
description - Technical Skills
Web Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.
Database: MySQL.
Development Tools: Notepad++, Sublime Text2.
Framework: Codeigniter.
Server: Apache tomcat, Xampp Control Panel.
Operating Systems: Windows.
company - Exposys Pvt. Ltd
description - Pune. Augest 2017 to till date
Project Details:
Project-I: Pragat Bharat System
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.
Project-II: Go Ayur System
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.
Database Used: My SQL.
Team size: 2
Position: Software Developer
Synopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical
Ayurvedic Health services and Kerala Panchakarma therapies.
Project-III: Vitsanindia System
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 2
Position: Software Developer
Synopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.
Project-IV: MahabaleshwarTours
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.
Project-V: Cityspaceindia
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: Service provider website we provide different categories.
Project-VI: Fruitsbuddy
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.
Project-VII: Totalcitee
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.
Project-VIII: Golchha
Technologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.
Database Used: My SQL.
Team size: 1
Position: Software Developer
Synopsis: Service provider website we provide different categories.
37
Total IT Experience 15 years. Core expertise in Data Base Design, PHP, Python, MySql, JavaScript, HTML 5, Ajax, Jquery, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Anjular JS 1, Angular JS 2, Core Java, J2EE. Education Details
April 2004 MCM Computer Management Pune, Maharashtra Pune University
April 1998 B.Sc Maths Kerala University
Project Manager
Project Manager
Skill Details
Data Base Design, PHP, Python, MySql, JavaScript, HTML, Ajax, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Jquery, AngularJs, Amazon MWS , Bootstrap, Node.js, Laravel, Scrum- Exprience - 120 monthsCompany Details
company - Knoxed Infotech Pvt. Ltd.
description - ï· Client interaction
ï· Maintain work processes
ï· Creates project plans through Agile Model & Methodology
ï· Maintains project objectives
ï· Working with multi-profiled teams of technical and non technical stakeholders
ï· Monitors production and quality to customer/stakeholder/sponsor standards
ï· Conduct office management tasks
ï· Ensuring that the day-to-day operations of the business run smoothly
ï· Introducing key performance indicators (KPI's) and ensuring that these measurements are tracked
and reviewed on a regular basis
ï· Prepare, revise and submit weekly-monthly reports, budgets and other documentation as
necessary
ï· Document current policies and procedures in all departments as well as implement new procedures
for improvement
ï· Maintain smooth running of the office, filling in where needed
ï· Implement quality management and regulatory compliance strategies
ï· Dealing with HR related tasks
ï· Administering payroll
ï· Perform training sessions
ï· Regular meetings with Top Management
Project Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,
Amazon AWS, Raspberry pi Server, Python.
company - Venturus International
description - ï· Client interaction
ï· Creates project plans through Agile Model & Methodology
ï· Manage teamâs workload and workflow
ï· Allocate and track resources as required
ï· Set and monitor deadlines
ï· QC
ï· Maintain tasks and jobs on task management system
ï· Conduct research and development
ï· Create new systems, databases and websites as necessary
Project Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,
Amazon AWS
company - SmashingDay
description - ï· Client interaction
ï· Creates project plans through Agile Model & Methodology
ï· Manage teamâs workload and workflow
ï· Allocate and track resources as required
ï· Set and monitor deadlines
ï· Project documentation
ï· Conduct and maintain appraisals and progress of each employee
ï· Adhere to deadlines as necessary
ï· Maintain work logs
ï· Conduct research and development
ï· Create new systems, databases and websites as necessary
Project Undertaken :
a) www.SmashingDay.com
b) www.viralsocials.com
company - Xento Systems Pvt. Ltd
description - ï· Client interaction
ï· Creates project plans through Agile Model & Methodology
ï· Manage teamâs workload and workflow
ï· Allocate and track resources as required
ï· Set and monitor deadlines
ï· QC
ï· Maintain tasks and jobs on task management system
ï· Conduct research and development
ï· Create new systems, databases and websites as necessary
Project Undertaken :
a) www.familylink.com
b) www.propertysolutions.com
c) www.speedyceus.com
d) www.ceus-nursing.com
company - STP Global Solutions Pvt. Ltd.
description - ï· Client interaction
ï· Creates project plans through Agile Model & Methodology
ï· Manage teamâs workload and workflow
ï· Allocate and track resources as required
ï· Set and monitor deadlines
ï· Conduct and maintain appraisals and progress of each employee
ï· QC
ï· Maintain tasks and jobs on task management system
ï· Conduct research and development
ï· Create new systems, databases and websites as necessary
Project Undertaken :
a) www.stplafricaonline.com
b) www.stplafrica.com
c) www.1stexpert.com
d) www.jcca-net.org
e) www.rimsys.eu
f) www.prayerlister.org
company - Promark Infotech Pvt. Ltd
description - ï· Development & Design
ï· Create new systems, databases and websites as necessary
Project Undertaken :
a) www.justbe.com/
b) www.mtpian.com/
c) www.sababa.nl/booking/
d) www.physicaltherapy-hiu.com
company - 7cees Group
description - ï· Development & Design
ï· Create new systems, databases and websites as necessary
Project Undertaken :
a) Golwin-reality
b) Maza
114
SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details
2 High School
Diploma Government Women Ranchi, Jharkhand The Institution
Blockchain Engineer
Blockchain Engineer - Auxledger
Skill Details
JAVA- Exprience - 19 months
CSS- Exprience - 12 months
HTML- Exprience - 12 months
JAVASCRIPT- Exprience - 12 months
C++- Exprience - 6 monthsCompany Details
company - Auxledger
description - Worked with on lots of product on blockchain.
⢠Bitcoin: Build Wallet and explorer on Bitcoin
⢠Ethereum: Build Wallet and explorer on ethereum blockchain.
⢠Customize product on Ethereum: Inventory system (Build smart contract in solidity,
deployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)
⢠Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.
⢠DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.
⢠And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..
company -
description - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum
blockchain,
⢠Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER
System on ethereum network.
company - ERP System, CRM for Real Estate Company
description - ⢠At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016
Software developer
⢠ERP System, CRM for Real Estate Company.
company - News Portal
description - ⢠On demand product development from client side requirement. Like
⢠Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.
⢠News Portal: News portal where content was in Hindi language. I have used Html, Css,
JavaScript, JDBC, MySQL data base.
⢠Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,
JavaScript, JDBC, MySQL DB.
⢠Car parking System: A web application for Management of Car Parking System, I have used
HTMl, CSS, JavaScript, JDBC, MySQL DB.
company - Company portal for employee management for Inside Company
description - ⢠At United Telecom Limited Ranchi Nov 2013-Sep 2014
Web developer
⢠Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar
card, Birth certificate, pan card tracker etc.
Technology skill:
Technology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)
Block-chain: Private setup of blockchain, Node building.
Smart Contract: Solidity Language.
Smart Contract Api: Java Spring
Dapp Building: Node js, React js, Express js
157
Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details
January 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering
October 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board
College Magazine OCEAN
Web Designer
Web Designer - Trust Systems and Software
Skill Details
PHOTOSHOP- Exprience - 28 months
BOOTSTRAP- Exprience - 6 months
HTML5- Exprience - 6 months
JAVASCRIPT- Exprience - 6 months
CSS3- Exprience - Less than 1 year months
Angular 4- Exprience - Less than 1 year monthsCompany Details
company - Trust Systems and Software
description - Projects worked on:
1. TrustBank-CBS
Project Description: TrustBank-CBS is a core banking solution by Trust Systems.
Roles and Responsibility:
â Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.
â Shared the UI structure and guidelines to be incorporated, with development team of around 50
members.
â Achieved the target of project completion in given time frame.
â Made required graphics for the project in photoshop
2. Loan Bazar (Loan Appraisal)
Project Description: Loan Bazar is a MVC-based application dedicated to creating and managing
loan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.
Roles and Responsibility
â Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.
â Made required graphics for the project in photoshop
3. Capital Security Bond Application
Project Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond
Roles and Responsibility:
â Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.
â Made required graphics for the project in photoshop
4. SoftGST
Project Description: SoftGST (Web Based Application) is an ASP application to every tax
payers and its vendors for generating the GSTR returns on the basis of sales / purchase
data, additionally the application can do the reconciliation of GSTR 2 A with purchase register.
Roles and Responsibility:
â Designed and developed the UI of Dashboard.
5. Trust Analytica:
Project Description: Trust Analytika is the mobile web app that shows bank asset, liability,
income, expenses.
Roles and Responsibility:
â Designed and developed the landing page of the application.
â Supported the developers in UI implementation
6. Website's:
Project Name:
1. TSR Technology Services - http://tsrtechnologyservices.com
2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com
3. GISSS - http://gisss.co.in
4. Softtrust USA - http://softtrustusa.com
Roles and Responsibility
â Communicated with clients to understand their requirement
â Made mocks for the website
â Designed and developed complete website and hosted them in stipulated time.
company - www.jalloshband.com
description - Project Name:
1. Jallosh Band - www.jalloshband.com
2. An Endeavor Foundation
Roles and Responsibility:
â Communicated with clients to understand their requirement
â Made mocks for the website
â Designed and developed complete website and hosted them in stipulated time.
company - 10MagicalFingers
description - National and international client interaction.
â Management of digital data
36
Education Details
B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University
QA/QC Civil Engineer
QA/QC Civil Engineer
Skill Details
Company Details
company - Ray Engineering Limited
description - Mumbai, India.
Consultancy: Jacobs Engineering India Limits. (United States Company)
Client: Glaxo Smith Kline (GSK), Nashik, India.
Position: QA/QC Civil Engineer.
Project Summary:
Glaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.
The Project involving in Medicine Manufacturing plant, Effluent Treatment plant
(ETP), Effluent Drain line and storm water line.
Duties & Responsibilities:
⢠All site inspection shall be carried out vise an official Inspection and Test Request
(ITR) submitted by the Contractor through the proper channels
⢠Develop method statement for the activity including risk assessment and job safety
environmental analysis and Inspection Test Plan and Checklist based on specifications of the project
⢠Taking care of QA/QC documents of the entire project including certificates,
calibration, test results, inspection requests, non-compliance reports and site
instruction/observations, permanent materials delivered and other QA/QC
documents.
⢠Supervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.
⢠Conducting joint inspection with consultant and client.
⢠Monitor and control the status of punch list and exception lists relevant to quality
dossiers.
3|Page
Career Progression: March 2016 to Still on going
Company name: Gulf Asia Contracting Co LLC Dubai, UAE
Consultancy: Chawla Architectural & Consulting Engineers
Client: Geepas International ltd, UAE
Project Name: 2B + G+ 19 + Roof Building
Position: QA/QC Civil Engineer.
Project Summary:
Geepas Tower, an upcoming development in the UAE, entered the Guinness World
Records along with the project contractor Gulf Asia Contracting (GAC) - the construction
arm of the multi-billion-dollar business conglomerate RP Group - for completing the largest
continuous concrete pour (of 19,793 cu m for 42 hours) in the world.
The Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)
Duties & Responsibilities:
⢠Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.
⢠Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their
issue, amendments and recall of controlled documents.
⢠Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.
⢠Liaise with the Client's representatives for the conduct of day-to-day quality related
project activities.
⢠Coordinate with the Project Manager regarding work performance and hold authority
to stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.
⢠Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built
drawings, O & M manual.
⢠Assist QA/QC Manager in conducting internal quality audits.
⢠Ensure that Non-Conformance Report (NCR) are raised once the activities deviated
from the Contract Specifications or normal construction industry practices.
4|Page
⢠Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention
on completion of the project.
⢠Attend Monthly Project Review Meetings (PRM) and alert the project team of any
potential problems.
company - Ray Engineering Limited
description - Mumbai, India.
Consultancy: Toyo Engineering India Limits. (Japan Company)
Client: Petronet LNG Limits, Dahej, Gujarat, India.
Position: QA/QC - Civil Engineer.
Project Summary:
Petronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.
Petronet LNG ltd has set up its first LNG terminal at India with the Capacity of
10 million metric tons per year.
A USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.
Duties & Responsibilities:
⢠Taking care of QA/QC documents of the entire project including certificates,
calibration, test results, inspection requests, non-compliance reports and site
instruction/observations, permanent materials delivered and other QA/QC
documents. Responsible for closure of Non-conformance, and Site Instruction.
⢠Management System Maintain standards of safety and comply with Company's
Health, Safety and Environment requirements.
2|Page
⢠Perform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all
works under the contract performed ON or OFF site.
⢠Cary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test
plan.
⢠Coordinate with the consultant's representative and Site In-charge for inspection
and meeting about quality problems including closure of Non-Compliance Report.
company - High View Builders. Kerala. India
description - Project Name: G + 8 Floor Building
High View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,
quality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.
1|Page
Duties & Responsibilities:
⢠To ensure understanding and application of all responsibilities with regard to company's
environment, Health, Safety, Security and quality standard.
⢠Ensuring the required materials and PPE's are available to carry out the job smoothly
and safely in advance.
⢠To be proactively involved in supporting the project engineer throughout the duration of project.
⢠To maintain an accurately detailed daily site reports for the site conditions, progress
and resources available to undertake the activities throughout each phase of the project.
⢠Coordinating with sub-contractors and suppliers at site.
⢠Co-coordinating with employees for the timely completion of the work at site.
⢠Deploying the workers at the site as per the schedule and maintain the labor cards.
⢠Conduct weekly meeting with the project engineer to discuss the work progress.
56
SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details
January 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology
September 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT
January 2014 CBSE Senior Secondary
January 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL
Blockchain Developer
Blockchain Developer - Zhypility Technologies
Skill Details
NETWORKING- Exprience - 27 months
DATA ANALYTICS- Exprience - 11 months
COMPUTER VISION- Exprience - 6 months
JAVA- Exprience - 6 months
MACHINE LEARNING- Exprience - 6 monthsCompany Details
company - Zhypility Technologies
description - une 2018
company - Area Business Owner Amway Enterprise Limited
description - Business Strategizing Promotion, Analytics and Networking Terms
company - Virtual
description - Developing Prototype of Smart India Hackthon to deployment level.
3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)
company - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)
description - Nov 2017 - Nov 2017
Has done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication
company -
description - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017
company - Maharastra State Government Hackthon
description -
company - Virtual
description - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.
company - Promotion And Stock Marketing Drums Foods International
description -
company - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)
description -
company -
description - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.
company - IIT Bombay And IIT KGP Startup
description -
company - IIT Bombay And IIT KGP Startup
description -
158
CORE COMPETENCIES ⢠Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete ⢠Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager ⢠Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis ⢠Good understanding of project management lifecycle ⢠Proven excellence in Risk Management and control ⢠Good understanding of Software Development Lifecycle (SDLC) ⢠Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights ⢠Knowledge of Programme/Project Management methodologies with full project reporting and governance ⢠Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship ⢠Strong time management and organizational skills ⢠Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION ⢠Advance knowledge in MS office 2013 and Macros. SKILLS ⢠Strategic thinking and decision making ability ⢠Sound Analytical skills ⢠Multi-tasking skills in fast paced environment. ⢠Leadership and Inter Personal Skills. ⢠Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details
January 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College
HSC Pune, Maharashtra S.S.P.M.S College
SSC Pune, Maharashtra Saints High School
PMO
Having an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.
Skill Details
DOCUMENTATION- Exprience - 47 months
GOVERNANCE- Exprience - 19 months
EXCEL- Exprience - 6 months
FORECASTING- Exprience - 6 months
MS EXCEL- Exprience - 6 monthsCompany Details
company - Capita India Pvt ltd
description - Pune
Key Result Areas
Responsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.
⢠Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.
⢠Successfully transitioned Work order Management, Governance and Reporting from UK.
⢠Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.
⢠Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network ⢠Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.
company - Saviant Technologies
description - for Multiple Projects
⢠Established a PMO from scratch and provided seasoned leadership to the technical operations staff ⢠Defined and implemented work priority management and resource management processes ⢠Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need ⢠Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope ⢠Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies ⢠Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.
⢠risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management
company - Infosys
description - Pune
Key Result Areas
Responsible for:- ⢠Resource management, Budgeting, Billing.
⢠Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team ⢠Automation of reports for entire unit ⢠Interpret data, analyze results using statistical techniques and provide ongoing reports.
⢠Preparing case diagrams & activity diagrams for various scenarios.
⢠Collate data, study patterns and Conduct brainstorming sessions to identify outliers.
⢠Review and approve project documentation.
⢠Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.
⢠Customer feedback information and analysis.
⢠Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's ⢠Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.
company - Capita India Pvt ltd
description - Pune
Key Result Areas
Audits ⢠Reviews and validate the inputs from Managers regarding Dashboards and PPT's ⢠Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.
⢠Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.
⢠Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.
Reporting ⢠Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.
121
Education Details
July 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY
SAP HANA Developer
SAP HANA Developer - Schlumberger
Skill Details
SAP HANA- Exprience - 60 months
SAP BO- Exprience - 36 monthsCompany Details
company - Schlumberger
description - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.
Role-SAP HANA Developer
Team Size: 12
Duration: Feb 2017 to Till Date
Responsibilities:
Working on Suit on HANA and Native HANA Systems.
Working on end to end implementation for Release 2.3 and 2.4.
Developing HANA Information Models Calculation Views, Table Functions, Procedures.
Actively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.
Worked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.
Worked on to bring the Tables in SAP HANA Landing zone using SDA.
Working on to resolve the performance issues in HANA views by applying filter, joins etc.
Interacting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.
Successfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.
Successfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.
Working on to create the Power BI Reports.
Working on to resolve production defects and Incidents by using HPALM and Remedy Tools.
Working on to resolve the issues in an existing HANA Views.
Working on to promote the Objects in different environment by using Charm/Solmon.
Working on to enhance the performance of the HANA views by using PLANVIZ.
Worked on to create the BO Reports for Vendor Master.
2. Aero Space Design/Honeywell
company - Fujitsu Consulting India
description - Responsibilities:
⢠HANA Data Model Development and Modification of Existing Models.
⢠Providing estimation to create the data model based on business Request.
⢠Creating Views- Attribute, Analytical and Calculation Views base on business requirement ⢠Creation of Design document and Technical design document.
⢠Brought the data into HANA Landing zone using SLT and SDA.
⢠Handled complex performance issues.
⢠Worked SAP Landscape transformation for data replication from source DB to HANA DB ⢠Solved SIT tickets on HANA Information Model.
⢠Developing HANA Information Models Calculation Views, Table Functions, Procedures.
⢠Modifying existing models to include tables, columns etc. necessary to complete the requirement.
⢠Configuring business objects to fetch data from HANA.
⢠Editing, Modifying exiting reports to fetch data from HANA as per the requirement.
3. Mc Donald
Company- Fujitsu Consulting India
Client- MC Donald
Role-SAP BO Developer
Team Size: 3
Duration: July2013to June2014
Responsibilities:
⢠Providing estimation to create the Universe and Webi Reports based on business request.
⢠Worked on creating the Universes on top of SAP HANA and BW Resources.
⢠Worked on creating the Complex Reports in webi.
⢠Worked on providing the Row level and Folder level security.
⢠Worked on Scheduling the Reports.
Tools and Technology Knowledge
SAP HANA SPS12
SAP ECC 6.0
SQL
Remedy
SharePoint
SAP Logon
WEBI
Power BI
83
Education Details
June 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms
June 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre
Python Developer
Skill Details
Company Details
company - Cybage Software Pvt. Ltd
description - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.
104
SOCIAL SKILLS: ⢠Ability to establish trust and work with a team. ⢠Determined with good work ethics. ⢠Ability to work under difficult situations.Education Details
January 2011 to January 2016 Mumbai, Maharashtra MUMBAI UNIVERSITY
Bachelor of Electronics Engineering Electronics Engineering Mumbai, Maharashtra Atharva College of Engineering at Malad
Automation and Electrical engineer
Automation and Electrical Engineer - SMEC AUTOMATION PVT. LTD
Skill Details
Company Details
company - SMEC AUTOMATION PVT. LTD
description - -18, Supply, installation, testing and commissioning of water level sensor and valve actuators for water tanks at BARC hospital Anushaktinagar, Trombay and BARC facility at Kalyan.
⢠Implemented of academy projects like Automatically tank filling with relay and float sensor level control, bottle filling on conveyor belt motion, and waste material crashing then separated on conveyor belt motion with PLC controlling.
Role of Automation and Instrumentation Engineer (Marine and Industrial Automation):
⢠Re-calibration of field Instruments like control valve actuators, sensors and transmitters for pneumatic and electrical.
⢠Research and developing on new automated system.
⢠Level, flow and temperature process control with PID of various brands (Nippon, Selec etc.)
⢠PLC panel wiring, DOL and Star delta control wiring of 3 phase induction motor.
⢠Panel testing IP knowledge.
⢠Control Panel quality check and assurance.
⢠Eletrical Single Line Daigram (SLD) and power wiring daigram.
Internship experience:
company - SMEC AUTOMATION PVT. LTD
description - Company Profile
SMEC Automation provides specialized technical consulting services and custom engineered products to the marine, energy and offshore industries applying advanced methods and technologies. SMEC Automation is one of India's leading manufacturers of automation and monitoring equipment for ocean-going vessels especially in Marine Boiler and Main Engine Control, IGG (Inert Gas Generator) and Alarm System.
Project:
company - SMEC AUTOMATION PVT. LTD
description - Completed Internship of Instrumentation and Calibrations in SMEC Automation Pvt. Ltd. for 6 months duration from 8th June 2016 to 30th November 2016.
TECHNICAL QUALIFICATION:
⢠Underwent Post Graduate Diploma in Industrial Calibration and Instrumentation and Post Graduate Diploma in Industrial Automation in duration of 3 months each with hands on practical exposure to Industrial Automation Tools like PLC, PAC, SCADA, HMI, INTERFACING, DRIVES, MCC PANEL and VFD.
⢠Successful in the examination as Post Graduation Diploma in Industrial Automation and Post Graduation Diploma in Industrial Instrumentation with TUV Rheinland Certified Qualification on 07-11-2016.
TECHNICAL SKILLS:
⢠Calculation and selection of cable, switchgear and protection.
⢠Expertise in PLC Hardware like AB, Schneider, Siemens, Omron, Delta, ABB and GE-Fanuc. Knowledge on control relay logic and ladder logic.
⢠Having good knowledge in designing and interfacing PLC with SCADA such as Intouch, Vijeo-Citect, WinCC, iFix and Factory TalkView. Real time data acquisition from OPC (Kepware), HMI & interfacing.
⢠Handling VFD for motor control (Schneider-Electric ALTIVAR 28 Series)
⢠Calibration of Pressure gauge, Temperature gauge, Control Valve, Level or Flow measurements and control, Druck Injector, Smart DP transmitter using HART COMMUNICATOR. Piping and Instrumentation Diagram, Hand Tools, Tubes and Pipe fitting, Cable and Cable Glanding.
⢠Have basic knowledge of "HONEYWELL DCS C-300" and its programming.
⢠Completed 5 days Robotic workshop (KUKA KR 16) at Atharva College of Engineering.
⢠Training of 2 weeks at RK Electricals.
COMPUTER SKILLS:
⢠Electrical designing software: basic AutoCAD and EPLAN.
⢠PLC Software: Rockwell, Twido-suite, Step7-Microwin SP2, Unity Pro XL, CX-Programmer, WPL Software, Codesys and Versa Pro. Designing software: Wonderware, CitectScada7.4, Proficy HMI SCADA/iFIX and FactotyTalk View.
⢠Successfully completed Spoken Tutorial program on "C", "C++" and "JAVA" Programming individually conducted by IIT-BOMBAY.
⢠Completed 5 days basic course for "Basic Of Mac OS" at Atharva College of Engineering. Completed Phython Workshop conducted by CodeStrike of 1 day in '15 at Atharva College of Engineering.
⢠Operating System: Windows, Mac.
88
TECHNICAL EXPERTISE ⢠DB Languages: SQL ⢠Database Tools: SQL Server 2014/ 2017 Postgresql 9.5, 9.6, Oracle 11gR2 ⢠Operating Systems: Redhat Linux, Oracle Linux, Windows Server 2012/ 2016 OTHER TECHNICAL SKILLS ORACLE 11G R2 ⢠Proficient in Oracle Database Software Installation, Creation of Database using GUI/Silent DBCA, Architecture, File management, Space Management, User Management, Creating Roles and assigning Privileges/Roles in 11gR2 and troubleshooting them. ⢠Hands on experience Control files/Redolog/Archive/Undo Management ⢠Configuring Listener.ora/Tnsnames.ora file using Netmgr/netca ⢠Generating AWR reports, ADDM, ASH reports to diagnose the problems ⢠Database Backup, Cloning/Duplicate using hot & cold backups using RMAN. ⢠Knowledge in Flashback Technologies & Expdp/Impdp ⢠Implemented Oracle11gR2 RAC on Oracle Linux Platform and knowledge of services for troubleshooting RAC (CRSCTL, SRVCTL) ⢠Knowledge on installation and configuration of RAC. Add/Remove Nodes on RAC ⢠Configuration of physical standby database (Data guard) ⢠Successfully upgraded from 11.2.0.1 to 11.2.0.4 & PSU patching using O patch. STRENGTHS ⢠Good Communication skills. ⢠Self-confident and can adapt myself to all work environments. ⢠Enjoy responsibilities as lead and team player. ⢠Patient listener & quick learner. ⢠Capable of explaining issues & solving them.Education Details
B.E Computer Engineering Mumbai, Maharashtra Mumbai University
Higher Secondary Certificate Dr. DY Patil Jr College
Database Administrator
Database Administrator - DBA in Marketplace Technologies Ltd
Skill Details
DATABASE- Exprience - 61 months
BACKUPS- Exprience - 48 months
LINUX- Exprience - 48 months
MS SQL SERVER- Exprience - 48 months
SQL- Exprience - 48 monthsCompany Details
company - DBA in Marketplace Technologies Ltd
description - Project Title: EBoss, Datafeed, MFDB, RTRMS, IndiaINX
company - Standard & Enterprise
description - Redhat Linux 7.4, Postgresql 9.5, 9.6
Duration: Feb 2017 - till date
Description: Bombay Stock Exchange BSE is Asia's first & the Fastest Stock Exchange in world with the speed of 6 micro seconds and one of India's leading exchange groups provides an efficient and transparent market for trading in equity, currencies, debt instruments, derivatives, mutual funds. BSE SME is India's largest SME platform which has listed over 250 companies and continues to grow at a steady pace.
JOB ROLES & RESPONSIBILITIES
POSTGRESQL - ⢠Worked on Redhat Linux OS Cluster with Postgresql for High Availability (HA) using Pacemaker.
⢠Coordinated with Developers/Linux teams for database knowledge and support.
⢠Participated in implementation of new releases into production.
⢠Installed /Configured Postgresql from source or packages on Redhat Linux servers.
⢠Performed Postgresql Server Management tasks i.e. Backup & Restore, Configuration, Roles, Blockings, Tablespace creation and Troubleshooting.
⢠Worked with Storage team for Disaster Recovery DR setup built on SAN using EMC technology ⢠Configured LDAP authentication & GSSAPI Authentication from Windows to Linux for Postgresql.
⢠Configured logical replication for Database servers, hot standby Postgresql servers, faster database backup methods, schema and tablespace backups.
⢠Configured maximum connections to database on Linux servers.
⢠Installed tds_fdw from source for linked servers to connect to heterogeneous databases & other required extensions, backup configuration, PITR using base backups.
MSSQL - ⢠Day-to-day administration of live SQL Servers.
⢠Participated in Live Primary Recovery PR & Disaster Recovery DR activities.
⢠Participated in PR & DR mocks for new releases into production.
⢠Configured Linked Servers, Transactional replication, Maintenance tasks like database backup & restore, recovery, scheduled jobs, maintenance plans.
⢠Installed & Configured SQL server 2014, 2017 standalone and SQL Cluster servers.
⢠Maintained the security of the database by providing appropriate SQL roles, logins and permissions to the users on demand.
⢠Worked with teams on application rollouts, application issues and SQL server migrations.
⢠Exposure in handling production system with skills and understand client's requirement.
⢠Performed SQL Server service pack upgrades and hot fixes.
⢠Handled multiple SQL Instances on Windows SQL Cluster environment built on EMC SAN.
⢠Worked on MSSQL DB clusters with active/active & active passive servers, Always-On Availability Groups (AAG) and HA/DR Setup.
⢠Have experience on SAN and RAID levels and building and supporting SQL Cluster servers on SAN Environments.
company - BSE Bombay Stock Exchange
description - Environment: Windows server 2008 R2, 2012 R2, 2016 Enterprise & Standard,
124
Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details
B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management
Hadoop developer
hadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.
Skill Details
APACHE HADOOP SQOOP- Exprience - 31 months
Hadoop- Exprience - 31 months
HADOOP- Exprience - 31 months
Hive- Exprience - 31 months
SQOOP- Exprience - 31 months
python- Exprience - Less than 1 year months
hdfs- Exprience - Less than 1 year months
unix- Exprience - Less than 1 year months
impala- Exprience - Less than 1 year months
pig- Exprience - Less than 1 year months
unravel- Exprience - Less than 1 year months
mapreduce- Exprience - Less than 1 year months
dataiku- Exprience - Less than 1 year monthsCompany Details
company - Tata Consultancy Services
description - Project Description
Data warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.
Responsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.
2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.
3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.
4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.
5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.
6. Creating flume agents to process the data to Hadoop ecosystem side.
7. Performed benchmark testing on the Hive Queries and impala queries.
8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.
9. Filtering the required data from available data using different technologies like pig, regex Serde etc.
10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.
11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.
12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.
13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.
Declaration:
I hereby declare that the above mentioned information is authentic to the best of my knowledge
company - Tata Consultancy Services
description - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)
KEY PROJECTS HANDLED
Project Name ABSA- Reconciliations, UBC and WMDATALAKE COE
company - Tata Consultancy Services
description - Project Description
Migration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.
Responsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.
2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.
3. Writing the hive queries to analyse the required data as per the business requirements.
4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.
5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.
company - Tata Consultancy Services
description - Project Description
Create recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.
Responsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.
3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.
Project Name PSO
139
Technical Expertise: ⢠Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls ⢠Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama ⢠F5 load balancer (LTM) ⢠Networking Hands on Cisco Router and Cisco Switches, ⢠Security Management & Event Management: RSAEnvision 4.1, ⢠Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details
January 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University
Senior Network security Analyst
Senior Network security Analyst - Accenture
Skill Details
FIREWALLS- Exprience - 97 months
CISCO- Exprience - 89 months
SECURITY- Exprience - 72 months
FIREWALL- Exprience - 45 months
CHECKPOINT- Exprience - 44 monthsCompany Details
company - Accenture
description - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls
⢠F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues
⢠Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade
⢠PAC file configuration
⢠Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment
⢠Incident Management, Change management, Problem Management ( ITIL process)
⢠Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment
⢠Tools: Cisco security manager 4.x
company - Zensar Technologies
description - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment
⢠Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.
⢠Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud
⢠F5 LTM configuration and troubleshooting the operational issues
company - Infosys Technologies
description - Responsibilities:
⢠Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches
⢠Configure, monitor and troubleshoot issues within organization LAN, WAN and customer
Connectivity networks.
⢠Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime
company - HCL-Comnet
description - Responsibilities:
⢠Event moitoring and administration of RSA enVision 4.1 SIEM.
⢠Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.
⢠Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.
⢠analyze a large volume of security events while maintaining a high quality of analysis
⢠Change Configuration Management exposure
company - Wipro Technologies
description - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)
⢠Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.
⢠Taking all network and security devices configuration back up on weekly and monthly basis.
119
⢠Good communication skill ⢠Quick learner ⢠Keen to find solutionsEducation Details
MBA Marketing and International Business Management Pune, Maharashtra Pune University
B-Tech Tech Nagpur, Maharashtra RTM Nagpur University
G.M. Arts, Commerce & Science
G.M. Arts, Commerce & Science
Skill Details
Company Details
company - Samarth College
description - of Engineering 30 7 210
5 College to campus VJ College of Pharmacy 10 days' workshop 10
G.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6
College
Personality G.M. Institute of Agricultural 7 6 days' workshop 6
Development Diploma
8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20
TOTAL 350
WORKING EXPERIENCE IN CORPORATE:
Sr. No Topic Company No. of days Total Hrs
1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune
2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16
Communication skill Chakan, Pune
3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune
4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,
Workshop 168
Development Narayangaon, Pune (8 batches)
TOTAL 229
ADJOINING SKILLS: ⢠Working knowledge of Windows operating system and MS Office ⢠Communicate well in English, Hindi & Marathi.
⢠Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college
30
Education Details
January 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool
B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science
civil site engineer
Civil engineer
Skill Details
Site Engineer- Exprience - 60 monthsCompany Details
company - Vasundhara nirmiti properties
description - Civil engineer
company - shri balaji housing company
description - Execution of all civil work
company - Ganesh construction
description - Site engineer
57
Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details
January 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar
January 2011 HSC A.K.Junior College
January 2009 SSC A.K.Mahavidyalya
JR TESTING ENGINEER
JR TESTING ENGINEER - M-Tech Innovations Ltd
Skill Details
TESTING- Exprience - 24 months
WINDOWS XP- Exprience - 24 months
CSS- Exprience - 6 months
DATABASE- Exprience - 6 months
DATABASE TESTING- Exprience - 6 monthsCompany Details
company - M-Tech Innovations Ltd
description - Responsibilities ⢠Analyzing the Testing Requirements ⢠Preparing Test Plans, Test Scenarios ⢠Preparing Test Cases ⢠Executing the test cases ⢠Tracking bugs ⢠Coordinating developers in order to fix it ⢠Preparing test summary reports ⢠Reporting quality manager ⢠Attending meeting
Projects
Project Name 1.Web Based Time Attendance Application
Environment Windows-7, Vista, Windows XP, Windows 8, Windows 10
Clients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital
Role Software Testing
Duration 6 months
Project Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System
Environment Android Mobile, Android Tablet.
Clients Vankan Security
Role Application Testing
Duration 6 months
Project Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges
Environment Windows-7, Vista, Windows XP, Windows 8, Windows 10
Role Software Testing
Duration 6 months
Project Name Web Based Library Management System
Environment Windows-7, Vista, Windows XP, Windows 8, Windows 10
Role Software Testing
Duration 6 months
165
Education Details
May 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University
June 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience
Health and wellness coach
Advance PG diploma in Clinical research, Clinical data management and SAS
Skill Details
Company Details
company - GOQii Technologies Ltd
description - ⢠Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma
⢠Track and analyse player's lifestyle and fitness data captured through the GOQii band.
⢠Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.
⢠Interact with GOQii Players on a daily basis via GOQii App text/audio.
company -
description - VIA Health Marketing & Innovations
⢠Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.
⢠Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.
⢠Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.
⢠Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.
company - LifeKonnect Department
description - United Health Care India Pvt. Ltd
⢠LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.
⢠To proactively monitor the deferrals and ensure that they are done within the stipulated time line.
⢠Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.
⢠Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.
company - VLCC HealthCare Ltd
description - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.
⢠Handling enquiries from Customers / Distributors through emails, letters, telephone etc.
⢠Preparing Payment Bills for the customers.
⢠Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.
⢠Co-ordinating with the sales members and in turn reporting to the Sales Manager.
55
Education Details
Hadoop Developer
Hadoop Developer - INFOSYS
Skill Details
Company Details
company - INFOSYS
description - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.
Responsibilities:
⢠Analyze the banking rates data set.
⢠Create specification document.
⢠Provide effort estimation.
⢠Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.
⢠Create KPI's test scenarios, test cases, test result document.
⢠Test the Scala programs in Linux Spark Standalone mode.
⢠setup multi cluster on AWS, deploy the Spark Scala programs
⢠Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.
⢠Provided solution using large scale server-side systems with distributed processing algorithms.
⢠Created reports for the BI team using Sqoop to export data into HDFS and Hive.
⢠Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and
Pig Latin scripts.
⢠Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect
system performance.
⢠Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive
using Sqoop, TPT and Connect Direct.
⢠Import and export the data from RDBMS to HDFS/HBASE
⢠Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.
⢠Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.
⢠Involved in developing the Hive Reports, Partitions of Hive tables.
⢠Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE
queries and PIG scripts.
⢠Involved in running Hadoop jobs for processing millions of records of text data
Environment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,
Linux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.
Project #1: TELECOMMUNICATIONS
Hadoop Developer
Description To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.
Responsibilities:
⢠Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.
⢠Wrote MapReduce jobs to discover trends in data usage by users.
⢠Involved in database connection using SQOOP.
⢠Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.
⢠Involved in partitioning and joining Hive tables for Hive query optimization.
⢠Experienced in SQL DB Migration to HDFS.
⢠Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.
⢠The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.
⢠Experienced in defining job flows.
⢠Used Oozie to orchestrate the workflow.
⢠Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce
jobs given by the users.
⢠Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.
Environment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,
Java (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS
135
Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: ⢠Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. ⢠Load and transform Large Datasets of structured semi structured. ⢠Responsible to manage data coming from different sources and application ⢠Supported Map Reduce Programs those are running on the cluster ⢠Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details
Hadoop Developer
Hadoop Developer - Braindatawire
Skill Details
APACHE HADOOP HDFS- Exprience - 49 months
APACHE HADOOP SQOOP- Exprience - 49 months
Hadoop- Exprience - 49 months
HADOOP- Exprience - 49 months
HADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details
company - Braindatawire
description - Technical Skills:
⢠Programming: Core Java, Map Reduce, Scala
⢠Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase
⢠Database: MySQL, Oracle
⢠Scripting: Shell Scripting
⢠IDE: Eclipse
⢠Operating Systems: Linux (CentOS), Windows
⢠Source Control: Git (Github)
136
* Excellent grasping power in learning new concepts and technology. * Highly motivated team player with strong work ethics, committed to hard work. * Ability to work and co-ordinate in a team effectively. * Enthusiastic self-starter and team player. * Quick and independent learner.Education Details
January 2014 Bachelor of Technology Information Technology branch BPUT University
January 2010 Diploma Engineering Brahmapur, Orissa U.C.P Engineering School
Software Testing & Automation Engineer
Software Testing & Automation Engineer - Tech Mahindra
Skill Details
Company Details
company - Tech Mahindra
description - India
Duration Oct 2017- Till Date
Project Description
BT Group plc (trading as BT and formerly British Telecom) is a British multinational telecommunications holding company with head offices in London, United Kingdom. I worked for Air Logistics Program under the banner of British Telecom. This project handles all the web applications to carry out the whole logistics operation over United Kingdom through various airlines.
Roles & Responsibilities ⢠Design and develop framework for the Test scenarios and Test cases.
⢠Developing automation test scripts on the existing application ⢠Executing Test Cases for every new release..
⢠Involved in running test cases and logging defects through the HPQC tool.
⢠Involved in formulating test Summary Report.
⢠Conduct Internal Test Case Peer Reviews.
⢠Participated in Daily Scrum Meetings.
⢠Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.
company - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra
description - is an Indian multinational company with around 115, 000 Employees spread across 90 countries globally.
Total Experience: 2 Years 7 Months
Organization Designation Duration
company - Tech Mahindra
description - Project Description
AT&T Inc. is an American multinational conglomerate holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. During my serving as software engineer at AT&T, I have worked for CSI-CAM (Common Service Interface) team which is responsible for running of AT&T's centralised solution hub web application called myatt.com.
Roles & Responsibilities ⢠Design, develop and maintaing Automation Test Scripts and Test cases using Selenium WebDriver and several desktop window automating tool such as Sikuli and AutoIT.
⢠Executing Test Cases and check the working functionality of the existing application.
⢠Involved in tracking/manging test life cycle and logging defects using JIRA and HPQC/ALM.
⢠Involved in formulating test Summary Report.
⢠Conduct Internal Test Case Peer Reviews.
⢠Participated in Daily Scrum Meetings.
⢠Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.
company - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra
description - Till Date
87
Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details
M.C.A Pune, MAHARASHTRA, IN Pune University
Hodoop Developer
Hodoop Developer - PRGX India Private Limited Pune
Skill Details
Company Details
company - PRGX India Private Limited Pune
description - Team Size: 10+
Environment: Hive, Spark, Sqoop, Scala and Flume.
Project Description:
The bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.
Role & Responsibilities:
â Import data from legacy system to hadoop using Sqoop, flume.
â Implement the business logic to analyses the data
â Per-process data using spark.
â Create hive script and loading data into hive.
â Sourcing various attributes to the data processing logic to retrieve the correct results.
Project 2
company - PRGX India Private Limited Pune
description -
company - PRGX India Private Limited Pune
description - Team Size: 11+
Environment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce
Project Description:-
The Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing
Role & Responsibilities:
â Move all crawl data flat files generated from various micro sites to HDFS for further processing.
â Sqoop implementation for interaction with database
â Write Map Reduce scripts to process the data file.
â Create hive tables to store the processed data in tabular formats.
â Reports creation from hive data.
Project 3
company - PRGX India Private Limited Pune
description - Team Size: 15+
Environment: Informatica 9.5, Oracle11g, UNIX
Project Description:
Pfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.
Role & Responsibilities:
â To understand & analyze the requirement documents and resolve the queries.
â To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.
â Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.
â Create workflow/batches and set the session dependencies.
â Implemented Change Data Capture using mapping parameters, SCD and SK generation.
â Developed Mapplet, reusable transformations to populate the data into data warehouse.
â Created Sessions & Worklets using workflow Manager to load the data into the Target Database.
â Involved in Unit Case Testing (UTC)
â Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.
Personal Scan
Address: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041
141
Skills ⢠Python ⢠Tableau ⢠Data Visualization ⢠R Studio ⢠Machine Learning ⢠Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details
January 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering
Data Science Consultant
Data Science Consultant - Datamites
Skill Details
MACHINE LEARNING- Exprience - 13 months
PYTHON- Exprience - 24 months
SOLUTIONS- Exprience - 24 months
DATA SCIENCE- Exprience - 24 months
DATA VISUALIZATION- Exprience - 24 months
Tableau- Exprience - 24 monthsCompany Details
company - Datamites
description - ⢠Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.
⢠Responsible for loading, extracting and validation of client data.
⢠Worked on manipulating, cleaning & processing data using python.
⢠Used Tableau for data visualization.
company - Heretic Solutions Pvt Ltd
description - ⢠Worked closely with business to identify issues and used data to propose solutions for effective decision making.
⢠Manipulating, cleansing & processing data using Python, Excel and R.
⢠Analyzed raw data, drawing conclusions & developing recommendations.
⢠Used machine learning tools and statistical techniques to produce solutions to problems.
6
IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details
September 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University
May 2011 HSC Secondary & Higher Secondary State Board of Secondary
June 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary
Web and Graphics Designer
Web and Graphics Designer - Virtuous Media Point, Pune
Skill Details
BOOTSTRAP- Exprience - 24 months
HTML5- Exprience - 24 months
JAVASCRIPT- Exprience - 24 months
jQuery- Exprience - 24 months
COREL DRAW- Exprience - 24 months
Adobe Photoshop- Exprience - 24 months
Adobe Illustrator- Exprience - 12 months
CSS3- Exprience - 24 monthsCompany Details
company - Virtuous Media Point
description -
company - CNC Web World
description - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.
* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.
* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.
company - e-sense IT Solution pvt.ltd
description - Key Result Areas:
* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.
* Understood process requirements and provided use cases for business, functional & technical requirements.
* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.
* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,
* Performed detailed design of modules along with their implementation, and documentation integrated software modules
Developed by other team members.
Highlights:
* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.
* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.
* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.
* Having good command on Graphics designing with effective ideas.
PROJECTS
* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -
In all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.
* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,
Bootstrap, javascript and text editor as notepad++.
* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.
B.E. FINAL YEAR PROJECT
* Major Project: -
Title: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.
Duration: 1 Year
Description: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.
* Mini Project Development-
* SHOPPING MANAGEMENT SYSTEM Developed in C++.
CURRICULUM & EXTRA CURRICULUM ACTIVITIES
company - FACE-IT
description - Co-ordinator in project competition.
39
Skills: ⢠ETL ⢠Data Warehousing ⢠SQL/PL SQL ⢠Basic Core Java ⢠Basic Python Tools: ⢠SAP BODS ⢠SAP BO ⢠Oracle 11g ⢠Sybase Education Details
August 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University
June 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School
SAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited
SAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS
Skill Details
DATA WAREHOUSING- Exprience - 6 months
SAP BO ADMIN- Exprience - Less than 1 year months
SAP BODS- Exprience - Less than 1 year months
ETL- Exprience - Less than 1 year months
BASIC CORE JAVA- Exprience - Less than 1 year months
SAP BO- Exprience - Less than 1 year months
SAP BODS ADMIN- Exprience - Less than 1 year months
BASIC PYTHON- Exprience - Less than 1 year monthsCompany Details
company - SAP BODS
description - â¢
Client: Royal Bank of Canada
⢠Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.
⢠Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.
⢠Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.
⢠Implemented Central repositories to move jobs seamlessly in multi-developer environment
company - Tata Consultancy Services Limited
description - ⢠Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows
⢠Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.
⢠Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â
⢠Implemented Central repositories to move jobs seamlessly in multi-developer environment.
⢠Configuration and creation of BODS repositories using Repository Manager and Sever Manager
⢠Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation
⢠ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system
⢠Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.
⢠Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.
⢠Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.
⢠ Implemented and deployed features like Trusted authentication,Vintela sso to make application easy to use for end users.
⢠Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.
⢠Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.
company - Tata Consultancy Services Limited
description - Client: Tata Capital Financial Services Limited
⢠Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2
⢠(DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.
⢠Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.
⢠Configuration and creation of BODS repositories using Repository Manager and Sever Manager.
⢠Used Formats and Transforms including Flat File formats, Query, Table Comparison, History
⢠Preserving, Validation Transform, Key Generation and Map Operation.
⢠Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.
⢠Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.
⢠Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.
⢠Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.
⢠Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.
⢠Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.
⢠Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.
81
KEY COMPETENCIES â¶Multi - Operations Managementâ¶People Management â¶Customer Services - Emails â¶ MIS â¶Vendor & Client Services Managementâ¶Cross Functional Coordinationâ¶Banking & Financial Servicesâ¶ Transaction Monitoring * ATM Operations â¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â¶ POS Operations * JOB PROFILE & SKILLS: ⢠An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. ⢠Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. ⢠Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. ⢠Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. ⢠Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. ⢠Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. ⢠Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. ⢠Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. ⢠Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. ⢠Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. ⢠As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. ⢠Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. ⢠Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details
Commerce Mumbai, Maharashtra Mumbai University
Operations Manager
Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)
Skill Details
OPERATIONS- Exprience - 73 months
SATISFACTION- Exprience - 48 months
TRAINING- Exprience - 24 months
NOC- Exprience - 23 months
POINT OF SALE- Exprience - 20 monthsCompany Details
company - Zaggle Prepaid Ocean Services Pvt Ltd
description - Card Operations
company - Yalamanchili Software Exports Ltd
description - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017
Designation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)
Key Contributions: ⢠A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.
⢠Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.
⢠Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.
⢠Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.
⢠Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.
⢠Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.
⢠Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.
⢠Providing the solutions and services to the client in their own premises with aforesaid count of team members.
⢠Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.
⢠Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.
company - Credit Cards
description - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.
company - AGS Transact Technologies Limited
description - Key Contributions: Lead - SPOC to Banks
company - TATA Communications Payment Solutions Ltd
description - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.
company - Vertex Customer Solutions India Private Ltd
description - Key Contributions: ⢠Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.
company - Financial Inclusion Network & Operations Limited
description - Key Contributions: POS-Operations ⢠Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.
⢠Managing Stock of EDC Terminals ⢠Managing Deployments of terminals through Multiple teams ⢠Would have worked with multiple terminal make & model ⢠Managing Inward, Outward & QC of applications installed in the POS machines.
company - Venture Infotek Private Ltd
description - Key Contributions: POS-Operations
company - Axis Bank Ltd - Customer Services
description - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)
Designation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)
100
Education Details
SAP Technical Architect
SAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)
Skill Details
SAP ABAP- Exprience - 120 months
SAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months
SAP Netweaver Gateway / oData / Fiori- Exprience - 24 months
SAP Techno Functional- Exprience - 36 months
SAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months
SAP Techno-functional- Exprience - 48 months
SAP SD- Exprience - 36 months
NetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months
SAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details
company -
description - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert
⢠Strong project experience in implementation, upgrade, application development and maintenance
⢠SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner
⢠SAP project Full-Lifecycle implementations across multiple global projects
⢠Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia
⢠Expertise on SAP ABAP FRICEW components
⢠Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR
⢠Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix
⢠Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers
⢠Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects
⢠Expertise in understanding different requirements of the client for diverse industries
⢠Experience in leading technical team of different sizes
⢠Customization experience in various areas of SD, FI & MM modules
⢠Experience in Upgrading to ECC6.0
⢠Experience in Unicode conversion related issues/tasks.
⢠Skilled in document processes, identifying issues, handling multiple tasks, and training end users.
⢠Proven ability to interact with business system analysts and end-users in design phase
⢠Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.
⢠Experienced with onsite-offshore support model of work and lead the team
⢠Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude
⢠Experience in pre-sales activities
⢠Thorough understanding of the project management and quality processes
86
Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST ⢠Software Development ⢠Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details
June 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University
June 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board
Java Developer
Java Developer
Skill Details
JAVA- Exprience - 6 months
DATABASES- Exprience - 6 months
Hibernate- Exprience - Less than 1 year months
Jsp- Exprience - Less than 1 year months
Servlet- Exprience - Less than 1 year monthsCompany Details
company - Maxgen Technologies Pvt.Ltd.
description - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.
company - Prakshal IT academy
description - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).
69
IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details
Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college
Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology
Secondary School Certificate Ulhasnagar, Maharashtra New English High School
Senior Business Analyst - RPA
Senior Business Analyst - RPA - Hexaware Technologies
Skill Details
DOCUMENTATION- Exprience - 47 months
TESTING- Exprience - 29 months
INTEGRATION- Exprience - 25 months
INTEGRATOR- Exprience - 25 months
PROTOTYPE- Exprience - 13 monthsCompany Details
company - Hexaware Technologies
description - Working as a RPA Business Analyst
company - BBH- Brown Brothers Harriman & Co
description - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.
Responsibilities: ⢠Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.
⢠Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.
⢠Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.
Calculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.
⢠Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.
⢠Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) ⢠Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.
⢠Constructing prototype early toward a design acceptable to the customer and feasible.
⢠Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.
⢠Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.
⢠Regularly interacting with offshore and onshore development teams.
company - FADV - First Advantage
description - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.
The following are the processes which were covered:
Email Process, Research Process, Review Process.
Responsibilities: ⢠Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders ⢠To develop decision models and execute those rules as per the use case specifications.
⢠To Test/validate the decision models against document test data.
⢠To maintain and enhance the decision models for changes in regulations as per use case specifications.
⢠Responsible for performing the business research that will make a business growth.
⢠Developing a clear understanding of existing business functions and processes.
⢠Effectively communicate with the onsite clients for the queries, suggestions, and update.
⢠Giving suggestions to enhance the current processes.
⢠Identifying areas for process improvement.
⢠Flagging up potential problems at an early stage.
⢠Preparing PowerPoint presentations and documents for business meetings.
⢠Using any information gathered to write up detailed reports.
⢠Highlighting risks and issues that could impact project delivery.
⢠Able to work accurately.
⢠To develop and maintain documentation for internal team training and client end user operations.
⢠To work efficiently with team members and across teams.
⢠To mentor and train junior team members.
company - Clinical Testing, Lab Work and Diagnostic Testing
description - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.
The following are the processes which were covered:
Tracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.
Responsibilities: ⢠Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements ⢠Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].
⢠Facilitating meetings with the appropriate subject matter experts in both business and technology teams ⢠Coordinating with business user community for the execution of user acceptance test as well as tracking issues ⢠Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation ⢠Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) ⢠Coordinating and conducting the Production Acceptance Testing (PAT) with the business users ⢠Creating flow diagrams, structure charts, and other types of system or process representations ⢠Managing changes to requirements and baseline through a change control process ⢠Utilizing standard methods, design and testing tools throughout project development life cycle ⢠Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas
company - Eduavenir IT Solution
description - Project: M.B.M.S
M.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.
Responsibilities: ⢠Participate in requirement gathering discussion with client to understand the flow of business processes ⢠Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes ⢠Participate in process flow analysis and preparing BRD, SRS.
⢠Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.
⢠Support UAT by reviewing test cases, manage version control of documents, software builds.
⢠Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.
⢠Provide demo and training to internal and end user using PowerPoint presentation.
⢠Resolving project functional &technical issues during UAT.
⢠Prioritizing the Production bugs and resolving the same within the estimated timeframe.
⢠Preparing Project Status Report and Production Bugs Status to all the stakeholders.
⢠Promoting and Networking for online trading platform.
⢠Designing query sheet for obtaining and comparison of quotes from various vendors.
⢠Development of product codes / material codes for inventory management (Master Data Management)
company - CAPGEMINI Head Office
description - Type: Mobile and Device Testing. Duration: January 2014 - August 2014
Follet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.
Responsibilities: ⢠Understanding the needs and business requirements.
⢠Preparing BRD, SRS by eliciting all the requirements from the client and SMEs ⢠Understanding the dependency of the modules in the system ⢠Preparation of test plan for Unit level and Integration level.
⢠Preparation and execution of test cases.
⢠Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.
⢠Preparation of Test Completion report.
company - CAPGEMINI Head Office
description -
company - CAPGEMINI Head Office
description - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.
Responsibilities: ⢠Understanding the requirements and getting clarifications from client.
⢠Involved in writing test cases based on test scenarios and execute them.
⢠Ensuring Test Coverage using Requirement Traceability Matrix (RTM) ⢠Preparation of Test Completion report.
company - CAPGEMINI Head Office
description - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.
Responsibilities: ⢠Understanding the requirements and getting clarifications from client.
⢠Writing test cases based on test scenarios and executed them.
⢠Performing different types of testing such as Functional, Integration, System, and UAT.
⢠Defect resolution and maintenance of the application.
78
SKILL SET â Talend Big Data â Informatica Power center â Microsoft SQL Server â SQL Platform 6.2.1 Management Studio Workbench â AWS Services â Talend Administration Console â Microsoft Visual â Redshift (TAC) Studio â Athena â Data Warehouse Concept - Star â SQL â S3 Schema, Facts, Dimensions â Data Modeling - â Data Integration Microsoft Access Education Details
January 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai
January 2012 CBSE Technology Kochi, Kerala St. Francis
Talend ETL Developer
Talend ETL Developer - Tata Consultancy Services
Skill Details
DATA WAREHOUSE- Exprience - 23 months
DATABASE- Exprience - 20 months
INTEGRATION- Exprience - 20 months
INTEGRATOR- Exprience - 20 months
MS SQL SERVER- Exprience - 20 monthsCompany Details
company - Tata Consultancy Services
description - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to
validate data loads in the target. Troubleshoot long running jobs and fixed the issues.
⢠Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,
tHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,
tFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,
tRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.
⢠Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming
standards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.
⢠Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.
⢠Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.
⢠Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.
⢠Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.
⢠Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.
⢠Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.
⢠Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,
success status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi
thread execution option to run subjobs in parallel which increases the performance of a job.
⢠Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP
operations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.
⢠Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.
⢠Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.
company - Tata Consultancy Services
description - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data
transformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.
⢠Excellent working experience in Agile methodologies.
⢠Proficiency in gathering and understanding the client requirements and translate business needs into technical
requirements.
⢠Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,
soliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL
related diagrams.
⢠Excellent oral/written communication with ability to effectively work with onsite and remote teams.
⢠A good team player with excellent problem solving ability and time management skills having profound insight to determine
priorities, schedule work and meet critical deadlines.
company - Tata Consultancy Services
description - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to
validate data loads in the target. Troubleshoot long running jobs and fixed the issues.
145
Education Details
BCA Vinayaka Missions University
Operations Manager
Operations Manager
Skill Details
Operations Management- Exprience - Less than 1 year monthsCompany Details
company - BNY Mellon International Operations (India) Pvt. Ltd
description - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date
BNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.
Line of Business (LOB): Revenue &Billing Services (R&BS)
Revenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.
Support U.S., EMEA, and APAC. Regions.
Job Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.
Responsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.
Provide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.
Other responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.
Operations / Service Delivery Management
⢠Monitor Client KYC's and Compliance monitoring for Institutional clients.
⢠Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.
⢠Assist clients with contract reviews and negotiations.
⢠Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.
⢠Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.
⢠Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.
⢠Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE's)
⢠Perform root cause analysis of issues and document them accordingly for incident reporting.
⢠Ensure service delivery standards are always met. (Green- SLA/TAT)
⢠Monitor employee productivity/efficiency and performance management.
⢠Initiate the goal setting exercise for the operations team in the LOB.
⢠Provide direction to employees according to established policies and management guidance.
⢠Consistently meet the onshore and offshore stake holders to provide real time updates.
⢠Organize meetings with functional peer groups to discuss monthly MIS.
⢠Actively involved in hiring and resource management for all levels within the department.
⢠Oversee the Employee Assistance Program (EAP) for the underperforming employees.
⢠End to end Performance management of staff during semiannual and annual appraisals.
⢠Established Training and Development as one of the top priority goal for the department and secured senior management funding.
⢠Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.
⢠Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)
⢠Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.
Project Management/Transitions Management -PMO
Worked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.
The responsibilities included but were not limited to:
⢠Understanding expectations, technology, documentation, assessing capacity & skillset
⢠Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)
⢠Ensuring smooth go live and regular review meetings post transition.
⢠Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.
⢠Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.
⢠Direct Management oversight for a team of 11 employees, 8 of which were direct reports.
⢠Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.
⢠Ensure complete adherence to project management and Toll gate framework.
⢠Ensure users of the Operations team get the required application accesses.
⢠Determined lessons learned through post-project reviews and integrated findings into program plan.
Talent Management (team & function)
⢠Re-structured Organization design to differentiate roles, develop career paths, easy work rotation
⢠Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs
⢠Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.
Previous Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader
Line of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.
The Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.
Worked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.
Other responsibilities included:
⢠Assign the Daily work to the team from the respective Mailboxes.
⢠Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.
⢠Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.
⢠Quality Check of the Transactions processed.
⢠Work on Efficiency projects.
⢠Monitor the Onshore and RM emails and respond within the same day after getting them actioned.
⢠Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.
⢠Work on Efficiency /six sigma/Quality projects.
⢠Conduct monthly one on ones with the team members and schedule team meetings.
⢠Mentoring the new and old hires in the team, discuss process updates regularly.
⢠Managing Performance appraisals of employees in the team.
⢠To be actively involved in the hiring process.
⢠Participate in Internal and External audits.
⢠Attend concurrence meetings for Risk and Control self-assessment (RCSA)
WORK EXPERIENCE
company - Wipro Technologies
description - CLIENT: Microsoft
Wipro Ltd. is an Indian Information Technology services corporation; it's a leading global information technology, consulting and business process services company.
Job Profile: Worked as an "Application Support Engineer Tier II''
⢠Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.
⢠Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.
⢠Utilized existing structure to translate ticket categories & group names to the system structure.
⢠Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.
⢠Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.
⢠Trained new engineers in providing proactive support to users.
⢠Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)
⢠Coordinated development team with business users for system deployment and modifications.
⢠Actively participated in the STB&QTP testing's during the application version releases.
⢠Perform periodic Application health checks.
⢠Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.
⢠Perform Role flip of servers at the backend to reduce application downtime.
⢠Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.
⢠Ensured the Knowledge base article's repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.
WORK EXPERIENCE
company - Dell Global Financial Services
description - for Dell Computer Corporation, Aug 29th' 2005 till Feb '2007.
DELL Inc. is one of the world's leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.
Job Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.
⢠Handling a portfolio of about 500 U.S corporate customers.
⢠Handling a team of 8 senior credit controllers.
⢠Walking the floor (Coaching and guiding the controllers)
⢠Minimizing credit losses by managing the team to collect delinquent accounts.
⢠Handling Escalations (through Emails and over the phone)
⢠Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.
⢠Performing Ledger/ Accounts review
⢠Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.
⢠Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer's outstanding accounts, refunds, tax credits, etc.
⢠Release Orders with Credit Task Codes from Assigned Queues.
⢠Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.
⢠Mentor New hires and assists team members in improving performance as required.
⢠Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.
⢠Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.
⢠Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.
⢠Makes decisions on how to resolve issues in most expeditious manner.
⢠Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.
⢠To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.
WORK EXPERIENCE
GE CAPITAL INTERNATIONAL SERVICES. (GECIS)
GE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE's Industrial business units.
company -
description - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.
⢠Developed One Point Lessons for key customers and shared with the team
⢠Maintained 95%+ accuracy rate throughout the year.
⢠To generate a daily report on the team's performance, this included ways and means of improvement in COE revenue.
⢠Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.
99
AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- ⢠PMO ⢠ITIL Management ⢠Process Improvements ⢠Project Process Audits ⢠Planning, Scheduling, Effort/Issue/Risk Tracking ⢠Risk & Issue Management ⢠SLA Management ⢠Workforce (staffing) Resource Management. ⢠Transition ⢠Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details
MBA HR and Finance Bengaluru, Karnataka RKIMS College
Senior Executive PMO
Senior Executive PMO Consultant
Skill Details
OPERATIONS- Exprience - 125 months
STAFFING- Exprience - 125 months
HR- Exprience - 79 months
PMO- Exprience - 84 monthsCompany Details
company - Ensono LLP
description - Roles &Responsiblites
Â
ÃÂ Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.
ÃÂ Design and draft various reports as per the business requirements.
ÃÂ Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.
ÃÂ Assist the Project managers in creating the RRâs Deputation, invoicings, billing activites.
ÃÂ Maintaining Clarity and Sharepoint data for service delivery management
ÃÂ Perform customer invocing at the direction of the CEM and SDM.
ÃÂ Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.
ÃÂ Project implementation management, invoicing and billing management, and participate in establishing clientâs contractual documentation
ÃÂ Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.
ÃÂ Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.
ÃÂ SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management
ÃÂ Ensure for any compliance related issue and floor maintenance
àEnsure asall joining formalities and on boarding activities for new employees.
ÃÂ Identify and drivekey metrics like Billing efficiency, Resource Utilization.
ÃÂ Maintain the project library, filing, recording and reporting systems.
ÃÂ Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.
ÃÂ Develop Flow charts /SOPâs ad maintain the process changes database& monitor the severity calls.
ÃÂ Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)
Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs
ÃÂ Actively participate in the project management communities
ÃÂ Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.
company - Wipro Technology
description - Roles &Responsiblites
Â
ÃÂ Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.
ÃÂ Design and draft various reports as per the business requirements.
ÃÂ Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.
ÃÂ Assist the Project managers in creating the RRâs Deputation, invoicings, billing activites.
ÃÂ Maintaining Clarity and Sharepoint data for service delivery management
ÃÂ Perform customer invocing at the direction of the CEM and SDM.
ÃÂ Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.
ÃÂ Project implementation management, invoicing and billing management, and participate in establishing clientâs contractual documentation
ÃÂ Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.
ÃÂ Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.
ÃÂ SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management
ÃÂ Ensure for any compliance related issue and floor maintenance
àEnsure asall joining formalities and on boarding activities for new employees.
ÃÂ Identify and drivekey metrics like Billing efficiency, Resource Utilization.
ÃÂ Maintain the project library, filing, recording and reporting systems.
ÃÂ Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.
ÃÂ Develop Flow charts /SOPâs ad maintain the process changes database& monitor the severity calls.
ÃÂ Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)
Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs
ÃÂ Actively participate in the project management communities
ÃÂ Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.
company - Wipro InfoTech
description - Responsibilities
⢠Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.
⢠Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.
⢠Responsible in providing the exact and accurate headcount report for GM calculation.
⢠Responsible in managing the bench management and deploy the resource.
⢠Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.
⢠Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.
⢠Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.
⢠Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.
⢠Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.
⢠Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)
⢠Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.
⢠Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.
⢠Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.
⢠Prepare daily/weekly/monthly reports and distribute to the Management team.
⢠Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.
⢠Take care of special projects (PWD) and Rookie hiring model, Training, deployment.
PERSONAL DETAIL
DOB: 21/03/1986
PAN: AWVPB7123N
Passport: J1409038
Linguistic Ability: English, Hindi, Marathi, Kannada and Konkani
Location: Pune, India
Marital Status: Married
122
TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT ⢠Java Developer Certificate from Unanth Technical Institute. ⢠Java Certificate from solo Learn. ⢠Command line crash Course certificate from Udemy. JOB DETAILS Education Details
January 2018 M.C.A Pune, Maharashtra Pune University
January 2015 B.C.A Amravati, Maharashtra Amravati University
January 2012 H.S.C Amravati, Maharashtra Amravati University
January 2010 S.S.C Amravati, Maharashtra Amravati University
Java developer
Full Stack Java Developer
Skill Details
Css- Exprience - Less than 1 year months
Ajax- Exprience - Less than 1 year months
Servlet- Exprience - Less than 1 year months
Html5- Exprience - Less than 1 year months
Spring- Exprience - Less than 1 year months
Java- Exprience - Less than 1 year months
Jquery- Exprience - Less than 1 year months
Jsp- Exprience - Less than 1 year months
Javascript- Exprience - Less than 1 year months
Bootstrap- Exprience - Less than 1 year months
Spring Boot- Exprience - Less than 1 year monthsCompany Details
company - Salcluster technologies
description - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.
company - Salcluster Technologies LLP.
description - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery
Ajax and Bootstrap.
PROJECT DETAILS
#1 Title: GST And Sales Billing Softwares
⢠Status: Completed
⢠Duration: 1.5 Months.
⢠Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.
#2 Title: Dinman News website
⢠Status: Completed
⢠Duration: 1 Months.
⢠Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.
#2 Title: Agri Management Website
⢠Status: Completed
⢠Duration: 1.5 Months.
⢠Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.
company - OmegaSoft Technologies pvt.ltd
description - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.
Duration: 5 months.
Technology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.
Architecture: MVC Architecture and Service based Programming.
Project Module: Login Registration and Role Assignment, Payments.
INTERNSHIP PROJECT DETAILS
#1 Title: Employment Times
⢠Status: Completed
⢠Duration: 4 Months.
⢠Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.
72
KEY SKILLS: ⢠Planning & Strategizing ⢠Presentation skill ⢠Client relationship ⢠Energy level ⢠Enquiry Generation ⢠Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE ⢠Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests ⢠I played Cricket for National Team (Maharashtra Cricket Association) ⢠Played Regional level Cricket Tournament Thee times for School team ⢠Worked as a Sports Secretary in college annual meet. ⢠Worked as a volunteer for road show in POONA College. ⢠Worked as a Group leader for college presentation. ⢠My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details
MBA Operations Dr. D. Y. Patil College
B.B.A. Marketing Pune, Maharashtra Poona College
H. S. C. Moledina high School & Jr. College
S. S. C. Maharashtra Board A.M.V.High School
Sales manager
Sales Manager
Skill Details
SALES- Exprience - 104 months
MARKETING- Exprience - 97 months
SALES TEAM- Exprience - 44 months
AND SALES- Exprience - 6 months
EXCEL- Exprience - 6 monthsCompany Details
company - F2 Fun Fitness
description - ⢠Set individual sales targets with sales team.
⢠Handling Enquiries.
⢠Generating new enquiries
⢠Set individual sales targets with sales team.
⢠Continuously managing team performance.Â
⢠Managing staff training requirements.Â
Â
⢠Generate timely sales reports.
⢠Organizing seasonal promotions and events.
⢠Supervise and motivate staff.
⢠  Holds regular meeting with sales staff.
company - Gold's Gym India Pvt Ltd
description - JOB PROFILE:
⢠Set individual sales targets with sales team.
⢠Handling Enquiries.
⢠Generating new enquiries
⢠Set individual sales targets with sales team.
⢠Continuously managing team performance.
⢠Managing staff training requirements.
⢠Generate timely sales reports.
⢠Organizing seasonal promotions and events.
⢠Supervise and motivate staff.
⢠Holds regular meeting with sales staff.
company -
description - 10 to 24/2012
Achievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.
Exceeded sales targets with high level of contribution & dedication to the organization.
Applauded for Best sales & marketing performance in Pune zone & Awarded the
⢠Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.
JOB PROFILE:
⢠Build strategies and develop marketing initiative to create awareness of company services.
⢠Propose and execute the promotional programme to attract clients.
⢠Working with the team of four - six people thereby ensuring that targets defined are achieved.
⢠Arrange all the necessary & possible facilities for information desk.
⢠Manages personal and develops sales roles support staff.
⢠Reviews progress of sales roles throughout the company.
⢠Determine price schedules and discount rate.
⢠Generate timely sales reports.
⢠Control expenses and monitor budgets.
company - Talwalkars Aspire Fitness Pvt Ltd
description -
company - Talwalkars Aspire Fitness Pvt Ltd
description -
47
COMPUTER KNOWLEDGE ⢠Drafting tools: AutoCAD. ⢠Packages: MS Office Applications ⢠Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details
S.S.C Rajasthan board excellence polytechnic college
CIVIL ENGINEER
CIVIL ENGINEER - Site Encharge
Skill Details
AutoCAD.- Exprience - 9 months
Civil Engineer- Exprience - 42 months
Drafting- Exprience - 9 months
Engineer- Exprience - 42 months
MS Office- Exprience - 9 monthsCompany Details
company - Site Encharge
description - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC
Mumbai Maharashtra 400093 India
Experience in UAE:
1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.
Location: Flat # 301 A&B Al Maha Building, University City Road,
Muweilah Commercial, Near Alfalah Round About SHARJAH.
Job Responsibilities
Achieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc
Looking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.
Job Responsibilities:
⢠Scheduling of work.
⢠Preparing & Verification of Sub-Contractors' & Suppliers' bills.
⢠Working out the Quantities.
⢠Verify the Quantities from the Client's Engineer.
Computer Skills:
⢠Drafting tools: AutoCAD.
⢠Packages: MS Office Applications
⢠Operating systems: Windows 9x/2000/XP/Vista.
Personal Strength:
⢠Excellent communication skills.
⢠Hardworking Sincerity and Honesty
⢠Individual & team working Capability
⢠Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )
⢠Manage development of program strategies
Thank you for viewing my resume
company - Kherwadi Police Station
description - Mumbai Maharashtra
400051 India
3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As
A Civil Engineer (1.4 Years)
Project handle:
Project title: 9 RADHA
Position: Senior Engineer
Location: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014
Project title: LODHA ETERNIS
company - EXPERT CONSTRUCTION
description - Project handle:
Project title: ESTADO
60
Education Details
May 2011 to May 2014 Bachelor of science Information technology Mumbai, Maharashtra Mumbai university
Oracle DBA
Oracle database administrator
Skill Details
Installation of Oracle on RH Linux & Windows. Creating/Managing user profiles and analyzing their privileges and tablespace quotas Backup of database Logical and Physical procedures. Recovery of database in case of database crash, disk/media failure, etc. Standard DBA functions like space management, Rollback segments, Extents. Database Management and Monitoring the database. Willing to learn new things. Being a constructive team member, contributing practically to the success of the team.- Exprience - 48 monthsCompany Details
company - Accelya kale solutions ltd
description - Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.
Database Up-gradation from Oracle 11g to Oracle 12c.
Installation of Database critical patches.
Taking cold and hot backups on scheduled times and monitoring backups.
Importing the export dump to another database as per demands.
Automating most of the daily activities through cronjobs, shell scripts or schedulers.
Making Plan of Actions for Various Activities.
Raising SR with Oracle Support for different severity issues.
Handling the Userâs request and proper client interaction.
Monitoring & managing database growth, tablespaces, adding ,resizing and renaming the datafiles.
Restoration of database using RMAN backups for backup consistency checks.
Migration of Database using export / import and RMAN backups.
Configuring & managing Physical Standby database.
Creating database links, Tablespaces, database directories.
Managing network settings through listener.ora and tnsnames.ora files.
Restoration of data using old logical backup as per client request.
Schema replication across databases through data pump tool.
Taking cold and hot backups on scheduled times and monitoring backups
Taking EXPDP of database, database objects and a particular schema
Using SCP ticketing tool in order keeping track of client requests.Â
Performing Maintenance Activities such as Index Rebuilding and stats gather.
Troubleshooting the Basic Level performance issuesÂ
Setting up a new environment from database perspective within the requested timelines
Adding/Deleting disks in ASM and monitoring the ASM diskgroups.
Creating users & privileges with appropriate roles and levels of security.Â
Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.
Performing database online and offline database re-organization for database enhancement.Â
Migrating database from Non-ASM to ASM file system.
Grid up-gradation from 11g to 12C.
company - Insolutions Global Ltd
description - Oracle software installation(graphical/silent),Database upgrade,Patch upgrade.
Maintaining around 80+ UAT DB servers, 40 production DB and 28 standby/DR DB.
Managing/creating DR & standby servers, DB sync.
Backup and recovery (RMAN/ Datapump).
Performing activities like switchover and failover .
Allocating system storage and planning future storage requirements for the database system
Enrolling users and maintaining system security.
Monitoring Alert log, Snap ID generation, db size, Server space, OEM reports, User validity.
Controlling and monitoring user access to the database .
Scheduling shell scripts or dbms_jobs using Crontab or DBMS_SCHEDULER (monitoring script, listener check, backup script, AWR reports) etc.
Planning for backup and recovery of database.
Managing the production database for Oracle and SQL Server and resize the space of database/Datafiles/Tablespace/Transactional Logs.
Managing Temp and Undo tablespaces.
Creating primary database storage structures (tablespaces) after application developers have designed an application.
133
Skill Sets: ⢠Multi-tasking ⢠Collaborative ⢠Optimistic Thinking ⢠Effective teamleader/team trainer ⢠Visualizing the work which is to be done ⢠Good Grip on Communication ⢠Various Languages Known ⢠Value loyalty and is loyal towards my responsibility ⢠Compatible working with MS officeEducation Details
January 2017 MBA Marketing & Sales Amity University
January 2015 Bsc. Hotel Management P.S.G College of arts and sciences
Institution/University/Board
Sales Manager
Sales and Marketing Management
Skill Details
MS office- Exprience - 4 monthsCompany Details
company - Cohesive Technologies
description - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.
49
Computer Skills: ⢠Proficient in MS office (Word, Basic Excel, Power point) Strength: ⢠Hard working, Loyalty & Creativity ⢠Self-motivated, Responsible & Initiative ⢠Good people management skill & positive attitude. ⢠knowledge of windows, Internet.Education Details
Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre
Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College
Testing Engineer
Skill Details
EXCEL- Exprience - 6 months
MS OFFICE- Exprience - 6 months
WORD- Exprience - 6 monthsCompany Details
company -
description - Department: Testing
Responsibilities: ⢠To check ACB and VCB of Circuit Breaker.
⢠Following test conducted of Circuit Breaker as per drawing.
1. To check breaker timing.
2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.
5. To check closing and tripping operation work properly or not.
⢠To check and following test conducted in MCC & PCC panel.
1. Insulation Resistance (IR) test.
2. Contact Resistance (CRM) test.
3. To check connection on mcc & pcc panel as per drawing.
⢠To check and following test conducted in transformer.
1. Insulation Resistance (IR) test.
2. Transformer Ratio test.
3. Transformer Vector Group test.
4. Magnetic Balance test.
5. Magnetic Current test.
6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly
Or not as per circuit diagram.
⢠To check and test conducted in HV cables.
1. Hi-Pot test.
2. Insulation resistance (IR) test.
⢠To check the LV cables using megger (IR Test) ⢠To check the relay connections as per circuit diagram.
Create the defects list which arising during the testing and try to find the solution to minimize the problem.
company - TRANS POWER SOLUTIONS
description - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,
Opp. IIT Main Gate, Powai 400076.
161
Education Details
B.Tech Rayat and Bahra Institute of Engineering and Biotechnology
Data Science
Data Science
Skill Details
Numpy- Exprience - Less than 1 year months
Machine Learning- Exprience - Less than 1 year months
Tensorflow- Exprience - Less than 1 year months
Scikit- Exprience - Less than 1 year months
Python- Exprience - Less than 1 year months
GCP- Exprience - Less than 1 year months
Pandas- Exprience - Less than 1 year months
Neural Network- Exprience - Less than 1 year monthsCompany Details
company - Wipro
description - Bhawana Aggarwal
E-Mail:bhawana.chd@gmail.com
Phone: 09876971076
VVersatile, high-energy professional targeting challenging assignments in Machine
PROFILE SUMMARY
⪠An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine
Learning, Deep Learning, Data Science, Python, Software Development.
⪠Skilled in managing end-to-end development and software products / projects from inception, requirement
specs, planning, designing, implementation, configuration and documentation.
⪠Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,
NLP, GCP.
⪠Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.
⪠Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,
Support vector Machine(SVM),Logistic Regression, Neural networks.
⪠Have knowledge on unsupervised, Supervised and reinforcement data.
⪠Programming experience in relational platforms like MySQL,Oracle.
⪠Have knowledge on Some programming language like C++,Java.
⪠Experience in cloud based environment like Google Cloud.
⪠Working on different Operating System like Linux, Ubuntu, Windows.
⪠Good interpersonal and communication skills.
⪠Problem solving skills with the ability to think laterally, and to think with a medium term and long term
perspective
⪠Flexibility and an open attitude to change.
⪠Ability to create, define and own frameworks with a strong emphasis on code reusability.
TECHNICAL SKILLS
Programming Languages Python, C
Libraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib
Algorithms
KNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,
Tensorflow, SVM
Databases SQL, Oracle
Operating Systems Linux, Window
Development Environments NetBeans, Notebooks, Sublime
Ticketing tools Service Now, Remedy
Education
UG Education:
B.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in
2016.
Schooling:
XII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)
X in 2010 from Valley Public School (Passed with 9.4 CGPA)
WORK EXPERINCE
Title : Wipro Neural Intelligence Platform
Team Size : 5
Brief: Wiproâs Neural Intelligence Platform harnesses the power of automation and artificial intelligence
technologiesânatural language processing (NLP), cognitive, machine learning, and analytics. The platform
comprises three layers: a data engagement platform that can easily access and manage multiple structured and
unstructured data sources; an âintent assessment and reasoningâ engine that includes sentiment and predictive
analytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed
automating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,
NLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be
eliminated.
Entity Extractor -> This involves text extraction and NLP for fetching out important information from the text like
dates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâs and machine learning using
Tensor flow for further learning of new entities.
Classifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn
classifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best
suited response and make the system efficient.
NER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,
Organizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities
using Keras TensorFlow framework.
OTHER PROJECTS
Title : Diabetes Detection
Brief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third
prize in it.
TRAINING AND CERTIFICATIONS
Title: Python Training, Machine Learning, Data Science, Deep Learning
Organization: Udemy, Coursera (Machine Learning, Deep Learning)
Personal Profile
Fatherâs Name :Mr. Tirlok Aggarwal
Language Known : English & Hindi
Marital Status :Single
Date of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)
company - Wipro
description - Developing programs in Python.
company - Wipro
description - Title : Wipro Neural Intelligence Platform
Team Size : 5
Brief: Wiproâs Neural Intelligence Platform harnesses the power of automation and artificial intelligence
technologiesânatural language processing (NLP), cognitive, machine learning, and analytics. The platform
comprises three layers: a data engagement platform that can easily access and manage multiple structured and
unstructured data sources; an âintent assessment and reasoningâ engine that includes sentiment and predictive
analytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed
automating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,
NLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be
eliminated.
Entity Extractor -> This involves text extraction and NLP for fetching out important information from the text like
dates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâs and machine learning using
Tensor flow for further learning of new entities.
Classifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn
classifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best
suited response and make the system efficient.
NER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,
Organizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities
using Keras TensorFlow framework.
company - Wipro Technologies
description - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine
Learning, Deep Learning, Data Science, Python, Software Development.
⪠Skilled in managing end-to-end development and software products / projects from inception, requirement
specs, planning, designing, implementation, configuration and documentation.
⪠Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,
NLP, GCP.
⪠Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.
⪠Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,
Support vector Machine(SVM),Logistic Regression, Neural networks.
⪠Have knowledge on unsupervised, Supervised and reinforcement data.
⪠Programming experience in relational platforms like MySQL,Oracle.
⪠Have knowledge on Some programming language like C++,Java.
⪠Experience in cloud based environment like Google Cloud.
⪠Working on different Operating System like Linux, Ubuntu, Windows.
⪠Good interpersonal and communication skills.
⪠Problem solving skills with the ability to think laterally, and to think with a medium term and long term
perspective
⪠Flexibility and an open attitude to change.
⪠Ability to create, define and own frameworks with a strong emphasis on code reusability.
7
Skill Set ⢠Experience in Implementing, and troubleshooting network security solutions ⢠Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) ⢠Familiarity with the latest hardware and network security technologies ⢠Excellent analytical and problem solving skills ⢠Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) ⢠Work Experience on multi client data center environments. ⢠Knowledge and Work experience on Firewall IOS Upgrade projects ⢠Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades ⢠Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) ⢠Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) ⢠Working knowledge of Bluecoat Proxy ⢠Knowledge of ITIL process.Education Details
September 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune
July 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune
June 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune
Network and Security Engineer
Network and Security Engineer - Capita
Skill Details
Network Security- Exprience - 72 months
CHECKPOINT- Exprience - 72 months
CISCO- Exprience - 72 months
CISCO ASA- Exprience - 72 months
Cisco routing and switching- Exprience - 60 months
Loadbalncing F5- Exprience - 60 months
security- Exprience - Less than 1 year months
Cisco- Exprience - Less than 1 year months
VPN- Exprience - Less than 1 year months
LAN- Exprience - Less than 1 year months
Networking- Exprience - Less than 1 year monthsCompany Details
company - Capita
description - Work on Client Shared Network and Security infra
⢠Plan, Implement and troubleshoot customer requests.
⢠Monitor Datacenter infra 24*7
⢠Work as On call engineer for weekends to provide Out of office support
company - Capgemini India Pvt. Ltd
description - Part of UK India NOC.
⢠Work on Client dedicated infra.
⢠Undergo Client infra handover sessions to streamline client on boarding process
⢠Act as mentor for juniors.
⢠Attend Weekly CAAB calls to represent critical Changes.
company - Sungard Availability Services
description - Plan, Troubleshoot and Implement Client network requests
⢠Project Work - Internet BW upgrade/Downgrade, Decommission
⢠DR test planning and implementation.
⢠Setting up L3VPN's for customers
company - SunGard Software Solutions
description - Maintain Client Documentation
⢠Work on datacenter Remediation Project
⢠DNS record Management
SunGard Availability Services
116
Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details
SAP BO Developer and SAP HANA Developer
SAP BO Developer - Credit Suisse
Skill Details
Sap Bi- Exprience - 72 months
CMC- Exprience - 72 months
HANA- Exprience - 36 months
BUSINESS INTELLIGENCE- Exprience - 72 months
SQL- Exprience - 72 months
SAP BO- Exprience - 72 monthsCompany Details
company - Accenture
description - Company Accenture, Pune
Environment SAP BO 4.2, IDT, HANA views
Role SAP BO Developer and HANA developer
Description:
This Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.
The purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.
Roles & Responsibilities:
⢠Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.
⢠CV and generated views development in HANA studio
⢠Handling day to day activities involved in development of Business Objects as per the client requirements.
⢠Worked as a team member with backend counterpart to understand the Business Requirements.
⢠Developing and maintaining universes.
⢠Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.
⢠Fixed webi issues reported by users.
⢠Created BIAR file and promoted to higher environments by change request.
⢠Project handover to team and documentation for reference.
Project 2:
Project Name Nestle
Client Nestle Globe
Company Tech Mahindra Pvt. Ltd. Bangalore
Environment SAP BO 4.2, IDT, HANA views
Role SAP BO Developer and HANA developer
Description:
This Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.
The universe supports analyzing customer order patterns and order lifecycle reporting.
The purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.
Roles & Responsibilities:
⢠Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.
⢠CV and generated views development in HANA studio
⢠Handling day to day activities involved in development of Business Objects as per the client requirements.
⢠Worked as a team member with backend counterpart to understand the Business Requirements.
⢠Developing and maintaining universes.
⢠Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.
⢠Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.
⢠Fixed webi issues reported by users.
⢠Created BIAR file and promoted to higher environments by change request.
⢠Project handover to team and documentation for reference.
Project 3:
Project Name Nestle
Client Nestle TCT
Company Tech Mahindra Pvt. Ltd. Bangalore
Environment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries
Role SAP BO Developer
Description:
The Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.
Basic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.
This main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.
Roles & Responsibilities:
⢠Involved with users to understand the Business Requirements and implement feature in a generic way.
⢠Suggested best visualization components in dashboard to use.
⢠Analyzing user requirements and finding the best possible ways of representing the data.
⢠Bug Fixes and feature enhancement in application.
Project 4:
Project Name Nestle
Client Nestle BA
Company Tech Mahindra Pvt. Ltd. Bangalore
Environment SAP BO 4.2, Design Studio 1.6 & Bex Queries
Role SAP BO Developer
Description:
The Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.
And this dashboard is been used by all the users of Nestle within different region of globe.
Basic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.
This main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.
Roles & Responsibilities:
⢠Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.
⢠Analyzing user requirements and finding the best possible ways of representing the data.
⢠Changes in BW query according to requirement
⢠Interacting with client team for requirement gathering and analysis.
⢠Implemented ideas in bex and design studio app to optimize performance with help of successful POC.
Project 5:
Project Name Warner Bros
Client Marvin Pictures, US
Company CapGemini Pvt. Ltd. Bangalore
Tools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool
Role SAP BO Developer
Description:
The purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.
Sales reports in webi were based on universe. Teradata tables were source to universe.
Worked as shared resource for CMC activities and webi/universe issues tickets.
Roles & Responsibilities:
⢠Working as a team member to understand the Business Requirements.
⢠Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.
⢠Worked on issue related to connection, universe objects and webi reports enhancements.
⢠Raised OSS messages to SAP to seek solution related to BO tool and limitations.
⢠Worked on webi report, universe defects and enhancements.
⢠Meeting with users to understand issue, suggest best solution and ETA.
⢠Worked on query builder to find BO objects metadata for investigation.
⢠Created of BIAR format using promotion management.
Project 6:
Project Name Nordea
Client Nordea Bank, Sweden
Company CapGemini Pvt. Ltd. Bangalore
Environment SAP BO 4.1, IDT, Webi, Teradata
Role SAP BO Developer
Description:
The Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.
Webi reports based on universe based on Teradata DB financial tables.
This project mainly tracks firm's Sales with respect to different criteria's like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.
Roles & Responsibilities:
⢠Involved in activities to understand the Business Requirements.
⢠Analyzing user requirements and finding the best possible ways of representing the data.
⢠Designing and developing interactive webi reports as per client's dynamic requirements.
⢠Developed webi reports having blocks, graphs and linked report with summary report.
⢠After development performing unit test activities and presentation to users.
⢠Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.
⢠Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.
⢠Prepared RDD for reports and performed unit testing.
⢠Provided KT to users and supports teams.
company - Tech Mahindra
description -
company - Capgemini
description -
82
Education Details
January 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University
January 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University
January 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College
Group Fitness Instructor, India
Group Fitness Instructor, India - Columbia University
Skill Details
Company Details
company - Columbia University
description - Present
Organized high energy weight training, cardiovascular and indoor cycling classes
accommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.
company - Columbia Dental School
description - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.
51
Areas of Expertise ⢠Oracle Databases 12c, 11g, 10g ⢠Weblogic 12c, 11g ⢠Grid Infrastructure ⢠RMAN ⢠ASM ⢠Middleware: OIM, OAM, SOA ⢠Shell Scripts ⢠DataGuard ⢠Web servers - OHS, Apache ⢠Architecture Designs ⢠Proof of Concepts ⢠DevOpsEducation Details
January 2007 Bachelor of Engineering Information Technology Sangli, Maharashtra Walchand College
January 2004 Diploma Computer Engineering Jalgaon, Maharashtra Govt. Polytechnic
Lead Database Administrator
Lead Database Administrator - Tieto Software
Skill Details
DATABASES- Exprience - 108 months
MIDDLEWARE- Exprience - 96 months
RMAN- Exprience - 84 months
SHELL SCRIPTS- Exprience - 48 monthsCompany Details
company - Tieto Software
description - As a part of AO (Application Operations) team, scope in project is quite wide than typical database administration. Range of accomplishments are extended right from Data Tier to Middle Tier & Application Tier:
- Maximized availability of applications from 99.3% to 99.8%
- Raised business by presenting Proof of Concepts for 10+ cases
- Delivered upgrades of various applications time to time to keep it on supported platform
- Saved SLAs as per contract by means of handling P1, P2 issues effectively
- Produced Capacity reports comprising all layers (Data, Middleware, Web) of various applications
- Generated Work Orders as per customer need
company - Tieto Software
description - - Designed databases of various applications
- Planned RMAN backup and recovery, BCP strategies
- Executed Business Continuity Testing for various applications
- Introduced Zero Cost high availability solutions - Active-Passive Failover
- Optimized performance by means of scripting automation
- Established cloning procedures for all layers of various applications
- Delivered Infrastructure changes, like FW Openings & LoadBalancer configuration for new applications
- Eliminated downtime by troubleshoot issues for Middleware products - OIM, OAM, SOA
- Contributed to build & maintain Integration Layer- SMTP, ftp, Reverse Proxy, OCM
company - Tieto Software
description - - Provided database support to environments - PROD, UAT, TEST, DEV
- Performed Database Refresh/Cloning from production to development and support databases
- Reduced risk level by means of upgrading & patching databases time to time
- Protected databases by assigning appropriate roles and privileges as per SOD
- Generated & maintained Middleware schemas using RCU
- Exceeded scope of work by supporting & maintaining WebLogic platform - installation, patching, troubleshooting issues
- Expanded duty scope to web servers: Install & maintain- OHS, apache, tomcat
company - HSBC Software
description - Being part of project supporting HSBC Bank France, I achieved:
- Handled incidents & service requests as Day to day database administration tasks
- Delivered basic implementation services - Database installation, patching, upgrades
- Performed capacity planning - managing tablespaces, compressions
- Contributed in maintaining quality of databases - managing instances, indexes, re-organization, performance monitoring & tuning using AWR, ADDM reports
- Maintained backups & recovery of database - logical backups (exp/imp), datapump (expdp/impdp), cold backups, hot backups, RMAN backup/restore, RMAN Duplication
- Reduced efforts by automation - Value add initiatives which includes writing shell scripts for automated housekeeping operations, scheduling backups, use crontab/at to schedule tasks
- Implemented high availability solutions - Dataguard
132
Education Details
June 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University
Mechanical Design Engineer
Mechanical design engineer
Skill Details
Microsoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details
company - Push Engineering Pvt ltd
description - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.
company - Central Water and Power Research Station
description - Pune)
(Govt. of India)
1 year experience as a Research assistant of R&D Department of mechanical workshop at
Central Water and Power Research Station, Khadakwasla, Pune (Govt. of india)
⢠Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.
⢠Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.
⢠I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system
includes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.
⢠SOFTWARES SKILLS
⢠Autocad
⢠Catia V5
⢠MS office
⢠ProE
⢠EXTRA CURRICULAR ACTIVITY
⢠Organize a National level Technical event in Mechanical Student Association (MESA)
⢠Coordinator of MESA as a treasurer.
⢠Attending 3d printing workshop in college.
⢠Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.
⢠Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.
⢠PERSONAL ATRIBUTES
⢠Positive Attitude
⢠Quick Learner
⢠Team Leader
43
IT SKILLS ⢠Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details
B.Com commerce Mumbai, Maharashtra Bombay University
Mumbai, Maharashtra St. Andrews College
DIM Business Management IGNOU
Operations Manager
Operations Manager - Landmark Insurance Brokers Pvt Ltd
Skill Details
EMPLOYEE RESOURCE GROUP- Exprience - 6 months
ENTERPRISE RESOURCE PLANNING- Exprience - 6 months
ERP- Exprience - 6 months
MS OFFICE- Exprience - 6 months
Tally- Exprience - 6 monthsCompany Details
company - Landmark Insurance Brokers Pvt Ltd
description - Jan 2019 till Date
About the Company
One of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr
Position: Operations Manager
Leading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.
⢠Ensuring all the data entry of customers is correctly done by the customer service ⢠Underwriting of documents and verification ( Health & Motor) ⢠Costings of Insurance products ⢠Followups with Insurance companies ⢠Customer complain handling and solutions ⢠MIS reporting ⢠Ensuring the team is working in line with the operations SOP ⢠Conducting weekly briefing with the team ⢠Liasing with all PAN India offices for all operational support ⢠Handling daily cash transactions ⢠Reporting to the Vice President Operations
company - Trippereri Travels & Tours
description - Jan 2017 to Mar 2018
About the Company
A Startup Travel Agency company organising local and international Tours.
Operations: Looked after overall Operations and Administrative / Sales functions
company - Vish Hotel Supplies Pvt Ltd
description - Jan 2015 Nov 2016
About the Company
A distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India
Position: Operations Manager (Supply Chain Logistics)
Complete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company
⢠Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports ⢠Overseeing all vendor negotiations in addition to the customs warehouse and cha ⢠Negotiating with Freight forwarders for best freight rates and quickest delivery times ⢠Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders ⢠Ensuring that all government and tax compliances are adhered to by the company.
⢠Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held ⢠Overseeing that all customers are satisfied with the overall supplies and services of the company ⢠Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India ⢠Overseeing account paybles and receivables ⢠Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures ⢠Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture ⢠Visiting customers to survey customer satisfaction and address any shortfalls ⢠HR function like recruitment, interviewing & finalizing candidates for the company
company - GEA Ecoflex Middle East FZE
description - About the Company
GEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.
GEA generates revenues in excess of EUR 5.7 billion annually
KEY DELIVERABLES
Freight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.
Manage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.
Identify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.
Logistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.
Coordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.
Interfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.
Materials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.
Managing the disposal of obsolete and retired inventory.
Warehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.
Purchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.
Vendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations
SIGNIFICANT CONTRIBUTIONS
⢠Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.
o Inventory Control and Global Purchase.
o Facility in compliance with ISO 9001 -2008 standards.
o Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.
o Maintaining and handling AED 15 million inventories stored at three external warehouses.
⢠Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.
⢠Played a key role in streamlining inventory identification and tracking system.
⢠Pivotal in introducing systematic analysis of daily discrepancy reports.
⢠Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.
⢠Abridged a decrease in inventory discrepancies by developing tracking system.
⢠Successful in meeting 24-hour turnaround goal for most of shipments.
company - Kuehne + Nagel LLC
description - About the Company
A worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.
⢠Successfully managed a team of 3 Executives and reported to General Manager.
⢠Handling the top Key accounts of the company ⢠Successful handling of the entire export Coordination, Documentation.
⢠Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.
⢠Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.
⢠Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.
⢠Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group ⢠Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.
⢠Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments ⢠Billing each Account as per the job completed ⢠Keeping track of Revenue of each client on a monthly basis ⢠Regular customer visits to ensure smooth operations and address any grievances.
company - DHL Express
description - About the Company
A worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net)
⢠To handle shipments of Key Accountholders with DHL India ⢠Tracking and Tracing of shipments ⢠Solving problems of undelivered shipments ⢠Working as per the DHL standards and service procedures ⢠Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments ⢠Proactively keeping the customer informed about the status of their shipments while in transit to delivery ⢠Keeping track of the productivity of each team member and updating records ⢠Liasing with India operations for inbound freight shipments for clearance and timely deliveries ⢠Informing customers about the various paperworks required for sending different shipments to various countries ⢠Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.
company - WNS Global Services
description -
company - Airlink International
description - About the company
An International company with various departments and activities i.e Cargo, shipping, Ticketing
And freight forwarding
Designation Held: Logistic Assistant / Operations Executive
Job responsibilities: ⢠Handling the top accounts of the company.
⢠Answering customer queries, request and complaints ⢠Sending quotations ⢠Billing each Account as per the job completed ⢠Preparing export documentation.
⢠Preparing free Zone documents ⢠Liaising with Jebel Ali Port and Dubai / Sharjah port.
⢠Liaising with Shipping companies for export and imports.
⢠Coordinating Barge loadouts.
⢠Complete Inventory Management.
⢠Adhering to professional standards and procedure to achieve the ISO certificate.
Worked on software packages Exceed 4000 and Flotilla.
company - Serck Services International
description - Job responsibilities ⢠Liaising with the Purchasing Manager in local and international purchases of technical parts, ⢠Involving import and export formalities.
⢠Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.
⢠Receiving and dispatching goods ⢠Liaising with suppliers to ensure timely supply of equipments ⢠Stock control and inventory.
⢠Maintenance of reorder levels and par stock.
⢠Preparing the daily operations report ⢠Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.
company - Serck Services International
description - March 2000 - April 2003
About the company
A British based multinational company, manufacturing radiators, oil coolers, heat exchangers and
Other cooling elements for all purposes
Joined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001
company - Serck Services International
description - Job responsibilities ⢠Maintaining and updating the database of customers and suppliers.
⢠Handling walk in customers and after sales service calls. Preparing Job order.
⢠Providing timely information and data for the preparation of reports.
⢠Circulating information through memos and reports.
⢠Invoicing for four major departments.
⢠Banking ⢠Petty cashiering and preparing reports ⢠General office duties.
101
Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details
January 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute
January 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University
Cloud Operations Architect (DevOps)
Cloud Operations Architect (DevOps) - DevOps
Skill Details
Cloud Computing- Exprience - 48 months
Shell Scripting- Exprience - 96 months
Python- Exprience - 6 months
Automation- Exprience - 72 months
Solution Architect- Exprience - Less than 1 year months
Azure- Exprience - Less than 1 year months
AWS- Exprience - Less than 1 year monthsCompany Details
company - DevOps
description - Type: DevOps Engineer.
Platform: AWS Cloud, Azure Cloud.
Services: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB, Cloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.
Here I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.
My responsibilities in this project include:
1. Managing Tibco Spotfire Enterprise & Cloud environment.
2. Helping India QA team with the pre-production environment for testing.
3. Coordinating production deployment & hot-fixes.
4. Leading the team and handling 4-projects.
5. Arranging workshops over new AWS services for entire Team.
Shell scripts for Automation:
⢠Wrote shell script to extract the AWS running instances and shut it down.
⢠Wrote shell script to extract free EIP and release those.
⢠Wrote Lambda function to trigger important scripts.
company - Synechron Technologies Limited
description - Type: Administration, automation & Monitoring.
Platform: Linux/Unix, Linux-Xen Servers,
Software: Puppet, Redhat Satellite server, my-sql database shell scripting.
My responsibilities in this project included:
1. Managing linux media servers farms and provide application support.
2. Patching Linux physical and xen boxes.
3. Creating Satellite channels on Satellite server.
4. Automation via shell scripting and mysql DB support.
5. Troubleshooting the customized applications.
company - Tsys Limited
description - Type: Development, automation & Monitoring.
Platform: Linux/Unix, windows
Software: mysql database, shell scripting.
Here my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.
It also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.
My responsibilities in this project included:
1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.
2. Implementing mysql replication over linux servers.
3. Fine tuning the existing applications.
4. Testing & debugging the scripts for any errors.
company - Patni Computer Systems Limited
description - Project: CPI
Type: Development, automation & Monitoring.
Platform: P8 Filenet, Linux/Unix, IBM AIX
Software: Sound knowledge of HTML, shell scripting.
Client: Genworth Financial
Duration: 2 yrs 2 months.
Role: Senior System Engineer
CPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.
Administration Support:
⢠Providing support to the L1 engineers.
⢠Monitoring P8 Filenet application.
⢠Handling Tickets raised by the users.
⢠Administration of the 10 Linux Proxy servers and mysql servers.
⢠Implementing mysql replication.
⢠Checking the logs of the sites visited by the users and the data downloaded.
Mysql / Oracle / SQL Support:
⢠Preparing SQL queries for the client users.
⢠Handling Oracle database.
⢠Testing insert, select, update queries over servers and deploying over production.
⢠Handling the bugs raised by the users.
⢠Implementing mysql replication over linux servers.
⢠Taking database backup through mysql dump.
Application Support:
⢠To make sure that the customer applications like eProcess, Trexo are working fine.
⢠To make sure all the customized filenet instances are working fine.
⢠Writing scripts to automate few of the applications.
Shell scripts for Automation:
⢠Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.
109
Technical Skills ⢠Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs ⢠Primary Skill: Entity Framework. ⢠Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: ⢠Adaptability. ⢠Hard Worker. ⢠Self Motivated. ⢠Positive Attitude.Education Details
January 2008 HSC Maharashtra Board
January 2006 SSC Maharashtra Board
Dot Net Developer
Dot Net Developer - Glyphisoft Technology
Skill Details
ASP- Exprience - 14 months
DOT- Exprience - 14 months
MODEL VIEW CONTROLLER- Exprience - 14 months
MODEL-VIEW-CONTROLLER- Exprience - 14 months
MVC- Exprience - 14 monthsCompany Details
company - Glyphisoft Technology
description - Having around 1.1+ Years of experience in development in Asp.net MVC
⢠Currently associated with Glyphisoft Technology Solution as .net Developer.
149
TECHNOLOGICAL SKILLS ⦠Knowledge of Computers on the Windows platform. ⦠Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. ⦠HTML, JAVA, PHP ATTRIBUTES ⦠Hardworking towards achieving the Goal ⦠Good communication skills ⦠Quick learner ⦠Good interpersonal relationEducation Details
January 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai
January 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai
January 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College
January 2011 HSC Bandra, Maharashtra, IN St. Andrews College
January 2011 HSC Allana Junior College
January 2009 SSC Canossa High School
January 2008 SSC Maharashtra State Board
Business Analyst
Business Analyst - Mass Group of Companies
Skill Details
EXCEL- Exprience - 23 months
HTML- Exprience - 6 months
JAVA- Exprience - 6 months
PHP- Exprience - 6 months
POWERPOINT- Exprience - 6 monthsCompany Details
company - Mass Group of Companies
description - Key Role Analyst
Responsibilities:
⦠Manage risk and provide risk management process.
⦠Liaise with other project areas to coordinate with interdependencies and resolve issues.
⦠Analyse and map business process.
⦠Guide stakeholders on devising effective and efficient approaches to achieving project objectives.
⦠Preparation of various Derivable i.e Business requirement, functional requirement and report specification.
company - Commversion Pvt.LTD
description - Responsibilities:
⦠Employee Satisfaction reports
⦠Evaluate overall work
⦠Internal Audit
⦠Maintain timesheet validation.
⦠Set Simple and performance driven compensation strategies and polices.
79
Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details
January 2012 BE Electronics Mumbai, Maharashtra Mumbai University
January 2006 Maharashtra State Board
Business Analyst
Business Analyst - Intertek India Pvt Ltd
Skill Details
SDLC- Exprience - 75 months
VISIO- Exprience - 60 months
REQUIREMENT GATHERING- Exprience - 15 months
Documentation- Exprience - Less than 1 year months
Functional Testing- Exprience - Less than 1 year months
Business Analysis- Exprience - Less than 1 year months
Jira- Exprience - Less than 1 year monthsCompany Details
company - Intertek India Pvt Ltd
description - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.
company - Intertek India Pvt Ltd
description - Requirement Gathering from Businesses. Creating FRDs.
â Vendor interaction for functional and technical disciplines.
â Creating Project Plan.
â Walkthrough to team regarding the requirement â Change Proposal Management; Effort Estimation, Impact & Gap Analysis â Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â Defect analysis & clarifying functional queries of team members & developers â Creating UAT Test cases. Executing the same.
â Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC
Project Details
Project 1 Inlight (Feb 2018 till date)
Platform .Net
Description:
Inlight - (Supplier Risk Assessment Application)
Inlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.
Beyond Curriculum â Completed Internship in L&T â Attended Logistics Business School Training in Germany.
â A1 Certified in German Language.
â Travelled Onsite for Business Meetings and Discussions with Clients.
Personal Dossier .
company - AllCargo India Pvt Ltd
description - FRD creation
Client communication
Vendor Management
Having product Walk through with the team.
company - AllCargo India Pvt Ltd
description - Requirement Gathering from Businesses. Creating BRDs and FSDs.
â Vendor interaction for functional and technical disciplines.
â Creating Project Plan.
â Analyzing business requirements and defining consistent, correct and complete specification â Change Proposal Management; Effort Estimation, Impact & Gap Analysis â Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â Defect analysis & clarifying functional queries of team members & developers â Prepare Requirement document, User manual, Test cases and training material â Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC
Project Details
Project 1 CRM (Nov 2017 to Feb 2018)
Platform Microsoft D365
Description:
CRM - (Sales Management System)
CRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.
Project 2 Credit Risk (Nov 2017 to Feb 2018)
Platform .Net
Description:
Credit Risk - (Customer credit check Management System)
Credit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.
Work Experience 3:
company - Capgemini India Pvt Ltd
description - Client: DB Schenker â Analyzing business requirements and defining consistent, correct and complete specification â Change Proposal Management; Effort Estimation, Impact & Gap Analysis â Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â Defect analysis & clarifying functional queries of team members & developers â Prepare Requirement document, User manual, Test cases and training material â Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â Working knowledge of OOAD - Object Oriented Analysis & Design concept.
â Helping the Junior BAs in their work. Supervising their work.
â Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC
Project Details
company - Capgemini India Pvt Ltd
description - Platform Java
Description:
TANGO - (Sea & Air Cargo Management System)
TANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)
Work Experience 2:
company - Capgemini India Pvt Ltd
description -
77
Technical Skills / Responsibilities: ⢠Hands on Experience with Production and Maintenance of Projects. ⢠Experience in handling projects in agile methodology. ⢠Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. ⢠Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. ⢠Having strong knowledge of Debugging and Testing based on Python and AS/400. ⢠Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. ⢠Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: ⢠Completed Internal Python training. ⢠Completed Internal Python Web Crawling training. ⢠Completed Internal Python Web Scraping training. ⢠Completed Internal Python for Data Science training. ⢠Completed Internal MongoDB training. ⢠Completed Internal MySQL training. ⢠Completed Internal PostgreSQL training. ⢠Completed Internal DJango training. ⢠Completed Internal Angular 6, HTML, CSS training. ⢠Completed German A1 level and preparing for A2 from Goethe-Institute. ⢠Completed Internal Core Java training. ⢠Completed IBM I series AS\400 Training course at Maples Institute, Pune. ⢠Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) ⢠Completed Internal M3 ERP training (Techn: Java) ⢠Completed Internal Stream serve training. ⢠Completed M3 Enterprise Collaborator (MEC) training.Education Details
M.Sc. Computer Science Pune, Maharashtra Pune University
B.Sc. Computer Science Pune, Maharashtra Pune University
H.S.C. Pune, Maharashtra Pune University
Python RESTful API developer
Python developer - KPIT Technologies
Skill Details
Flask- Exprience - Less than 1 year months
Python- Exprience - Less than 1 year months
Restful- Exprience - Less than 1 year months
Rest- Exprience - Less than 1 year months
Numpy- Exprience - Less than 1 year months
AS/400- Exprience - 90 monthsCompany Details
company - KPIT Technologies
description - since 6th July 2011 to till date:
⢠Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.
⢠Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1
year.
⢠Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.
Technical Expertise:
⢠Python development:
⢠Python - MongoDB
⢠Python - MySql
⢠Python Cache & Memoization
⢠Python GIT
⢠Python PWS (Pivotal Web Service - Cloud Foundry)
⢠German A1 Level
⢠M3/Movex ERP development:
⢠M3 Java of Movex/M3 ERP
⢠AS400 development of Movex/M3 ERP
⢠Stream Server development of Movex/M3 ERP
⢠Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF
⢠Movex/M3 Flows, Programs & database structure, MI Programs.
103
TECHNICAL SKILLS ⢠SQL ⢠Oracle v10, v11, v12 ⢠R programming, Python, linear regression, machine learning and statistical modelling techniques(obtained certification through Edvancer Eduventures training institute) KEY SKILLS ⢠Multitasking, working to meet client SLA in high pressure scenarios, handling sensitive clients along with improved skills at being a team player. ⢠Excellent communication skills and quick learner. ⢠Leadership qualities, team networking and courage to take up the problems proactively.Education Details
June 2012 Sadvidya Pre-University College
Application Database Administrator-DBMS (Oracle)
Application Database Administrator-DBMS (Oracle) - IBM India Pvt Ltd
Skill Details
CLIENTS- Exprience - 30 months
MACHINE LEARNING- Exprience - 30 months
ORACLE- Exprience - 30 months
SQL- Exprience - 30 months
EXCELLENT COMMUNICATION SKILLS- Exprience - 6 monthsCompany Details
company - IBM India Pvt Ltd
description - Client: Blue Cross Blue Shield MA: Massachusetts Health Insurance
⢠Used Oracle SQL to store and organize data. This includes capacity planning, installation, configuration, database
design, migration, security, troubleshooting, backup and data recovery.
⢠Worked with client databases installed on Oracle v10, v11, v12 on a Linux platform.
⢠Proficient communication with clients across locations facilitating data elicitation.
⢠Handling numerous business requests and solving them diligently within the given time frame and responding quickly and effectively to production issues within SLA.
⢠Leading a team in co ordination with business to conduct weekly checkouts of the database servers and systems
IBM Certifications
Statistics 101, Applied Data Science with R, Big Data Foundations, Data Science Foundations
Business Analytics Certification (Pune)
Worked on Retail and Banking projects, to design a predictive business model using machine learning techniques in
R programming for an efficient business and marketing strategy.
134
Personal Skills: ⢠Good verbal and written communication skills ⢠Ability to deal with people diplomatically ⢠Willingness to learn Other Qualifications: ⢠Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. ⢠Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. ⢠Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. ⢠Slender Gender: Done diploma in Spa Management, (4 Months)Education Details
Fitness Trainer cum Team Leader
Fitness Trainer cum Team Leader - Think Healthy
Skill Details
Company Details
company - Think Healthy
description - Job Responsibilities:
⢠Perform related duties and responsibilities as assigned.
⢠Achieve Fitness Goal
⢠Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc
company - Raymond Gym
description - Job Responsibilities:
⢠Perform related duties and responsibilities as assigned.
⢠Handling customers queries related therapies
company - AROMA THAI FOOT SPA
description - Perform related duties and responsibilities as assigned.
⢠Handling customers queries related therapies, Refreshers, etc
⢠Handled queries on phone as well as personally.
⢠Taking care of payment Invoices.
company - GLOBAL 1 GYM
description - Job Responsibilities:
⢠Perform related duties and responsibilities as assigned.
⢠Handling a team, entire floor section
⢠Achieve Fitness Goal
⢠Training People to do work outs in Gym
company - RUDRAAKSH HEALTH CARE & SPA
description - Job Responsibilities:
⢠Perform related duties and responsibilities as assigned.
⢠Handling a team, entire floor section.
⢠Achieve Fitness Goal.
⢠Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc
⢠Handled queries on phone as well as personally.
⢠Taking care of payment Invoices.
company - PLAZA GYM
description -
company - HOTEL Windsor
description -
company - HOTEL HOLIDAY INN, Juhu
description - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)
52
QUALIFICATION: Introduction to Computer EXTRAEducation Details
January 2001 to January 2003 Master Law Chennai, Tamil Nadu Dr.Ambedkar Law University
January 1998 to January 2001 Bachelor Law Chennai, Tamil Nadu Dr. Ambedkar Law University
January 1995 to January 1998 Bachelor English Literature Tirunelveli, Tamil Nadu Manonmaniam Sundaranar university
Advocate
Advocate
Skill Details
Company Details
company - Practiced
description - at
* High Court of Judicature at Madras, India
* City Civil Court, Chennai
* Debt Recovery Tribunal, Chennai
* Consumer Forums, Chennai
* Labour Courts
* Small Causes Courts
* Rent control Courts
* Legal advisor for Christian Institute of Management, Chennai in 2016
* Legal Advisor for Ruah church, Chennai and NESSA Trust till 2018
25
TECHNICAL SKILLS Automation Testing ⢠Selenium WebDriver, TestNG. Testing Framework ⢠TestNG, Data Driven, Page Object model. Applications & Tools ⢠Eclipse, Postman Building Tool Version Control Continuous Integration ⢠Maven ⢠SVN ⢠Jenkins Database ⢠SQL Languages ⢠SQL, Java, C++ Scripting Languages ⢠HTML, JavaScript Operating System ⢠Windows Domain ⢠Insurance, ERP, E-Commerce Education Details
January 2016 B.E. Computer Pune, Maharashtra Savitribai Phule University of Pune
Automation Testing
Java Developer and AutomationTesting
Skill Details
C++- Exprience - 6 months
DATABASE- Exprience - 6 months
ECLIPSE- Exprience - 6 months
EMPLOYEE RESOURCE GROUP- Exprience - 6 months
ENTERPRISE RESOURCE PLANNING- Exprience - 6 monthsCompany Details
company - Phioenix Microsystem Pvt.Ltd.
description -
company - Phioenix Microsystem Pvt.Ltd.
description - Organization Role
Phoenix Microsystems Pvt.Ltd. Jr. Java Developer
PROJECTS
Project #1
Project SWB-EBS_Support
Role Java Developer
Description
Inventory Operation System provides with a way to manage the inventories which are conducted on a day to day basis. It is used by account owners and district offices to manage their inventory cycles, plan their events, schedule their stores and people, enter employee time sheets and approve customer invoicing. In addition, it provides several tools which assist the users in completing a profitable inventory, while satisfying the needs of their customers.
Responsibilities
Environment
⢠Accounts/Customers/Stores
⢠Cycles
⢠Planning/Scheduling/Rescheduling/Splits
⢠Time Collection
⢠Invoicing
⢠Closing the week Use of bulk updates- bulk inserts. Updates to be performed based on primary
⢠Java 1.6, Ice faces 1.8.2, Ibatis 2.0, Jboss Seam, EJB 2.0, HTML
Project #2
Project INTELLIGEN_FOR MOBILEAPP_DEV_KAUAPC
Role Java Developer
Description
Inventory Management for a retailer project is to develop Inventory Management System (IMS), accessible on Android, for retailers to track their outstanding inventory, cost of inventory, sales by day and thus empower retailer to better manage their business.
Responsibilities
⢠Cost of Inventory
⢠Inventory Management System
⢠Time Management
⢠Machine Learning Platforms
Environment ⢠Java 1.6, Core Java 6.0, JSF 2.0, Rich Faces 4.1, Spring 3.2, Restful Web service using Jersey API
Project #3
Project Loan LeLo Automation
Role Software Test Engineer
Description
Loan Le Lo Offers for the selected loan from multiple banks. Customer can select particular loan offer and will have to fill the details in the form and will get registered. Email will be sent to his registered email id with login id and password.
Responsibilities
⢠Development of Page Object Model Framework for Automation Testing.
⢠Development of Automation Test Script using Selenium WebDriver & TestNG in JAVA.
⢠Execution of Selenium Test cases and Reporting defects.
⢠Debugging & Executing Automation test script using Selenium Web Driver.
⢠Involved in Functional & Regression Testing.
⢠Worked on Jenkins for Continuous Integration Requirements.
⢠Reviewed Test Reports and Prepared Summary Reports.
Environment ⢠Selenium Web Driver, Java, Eclipse, TestNG, SQL
Project #4
Project DDSM Automation
Role Software Test Engineer
Description
The objective of this project is to automate a system for ZZ server. ZZ server that is Data Divider team has a manual system to enter a customer details & its user details. DDSM system have multiple roles. Each role have set of permissions.
Responsibilities
⢠Responsible for Integration Testing, Functional Testing, System Testing.
⢠Creating automation test cases for existing POM Framework using Selenium Web Driver.
⢠Enhanced Test cases using Java programming features and TestNG Annotations.
⢠Debugging & Executing Automation test script using Selenium Web Driver.
⢠Followed Data driven approach: Reading the data from Excel file
⢠Worked on Jenkins for Continuous Integration (CI) Requirements.
⢠Involved in Regression Testing, API Testing.
⢠Preparation of weekly and monthly status reports.
Environment ⢠Selenium Web Driver, Java, Eclipse, HTML, TestNG, SQL, Postman
89
Technical Expertise Operating Systems Microsoft Window Server 2003/2008/2008 R2/2012 Database Technologies SQL Server, Sybase ASE Server, Oracle, MongoDB Monitoring and Ticketing Tools HP Service Manager 7.0/9.0, Solar winds DPA, JIRA and MongoDB OPS manager Web Server IIS 7.0 Database Tools SSMS, DBArtisan, Studio 3T, SnapShot Manager for SQL ServerEducation Details
B. Tech Computer Science Gulbarga, Karnataka PDACOE, Gulbarga, Autonomous Institution
Database Administrator II
Database Administrator III - BNY Mellon International Operations (India) PVT. LTD
Skill Details
Sql Dba- Exprience - Less than 1 year monthsCompany Details
company - BNY Mellon International Operations (India) PVT. LTD
description - SQL Server :
ï Installation, configuration of database servers using slipstream and setup all the maintenance jobs as per the standard policy on standalone as well as cluster environments with latest service packs
ï Installation of SSRS, uploading of .rdls and assigning correct data sources to reports. Grant necessary access to users & developers on reporting website. Aware of SSIS and designing packages as well.
ï Create and manage logins, users for database applications, assigning permissions as per requests, resolving user login issues.
ï Migration of all SQL server 2005/2008 servers to higher versions.
ï Setup of database refresh jobs on QA, DEV and UAT environments and fixing orphaned users.
ï Troubleshoot performance related issues.
ï Part of multiple projects to work with developers and provide all required support for testing in QA, UAT & DEV environment.
ï Lead the DR tests for database team.
ï Participate in database purge and archive activities.
ï Writing codes for automating database administration tasks.
ï Worked on automating DR tasks to start the agent jobs on multiple servers, restore databases for log shipped databases without manual intervention for online databases post DR activities.
ï Provide support to vendor databases, follow up with the vendor calls and timely escalate to next level when there is no update in predefined timeline.
ï Installation and configuration of smsql on windows server. Schedule jobs for creation and deletion of clones on sql server. Maintain backups using smsql.
MongoDB Server:
ï Installation and configuration of MongoDB server.
ï Creation of databases and collection.
ï Creation new user and grant access using Ops manager.
ï Monitor database servers using Ops manager.
Oracle & Sybase Server
ï Managing and maintaining multiple instances of Databases on Linux and windows servers.
ï Monitoring daily jobs includes backups, refresh and maintenance jobs.
company - Hewlett-Packard India Sales PVT. LTD. On the payroll of Softenger India PVT. LTD
description - ï Installation of SQL Server on standalone as well as windows cluster environments with latest service packs
ï SQL server installation using slipstream.
ï Installation of reporting services
ï Creating logins and users, assigning permissions as per requests.
ï Security audit for all logins includes maintenance of unused and orphan user logins
ï Create & Maintain daily and weekly jobs/maintenance plans includes backup, index rebuild/reorganize , update statistics and database consistency check
ï Create linked servers and ensure connectivity between servers
ï Monitor disk space proactively & Space management using data and log file shrinking
ï Monitor blocking, deadlocks, open transactions and slow running queries during performance issues and highlight costly queries to developers.
ï Configure alerts for deadlock and blocking to maintain performance
ï Implementing high availability technologies like log shipping, AlwaysON, mirroring and its troubleshooting, also have knowledge on replication
ï Successfully completed migration of Databases from one server to another
ï Performing DR drills (Online/Offline) on quarterly basis
ï Power shell scripting to monitor, restart SQL service and get Email alert for the service status.
ï Maintain TNS entries for oracle client as per client requests.
ï Interacting with customers for requirements
ï Contacting customer to update the status of handling issues and service requests at every stage of resolution
ï Managing proper escalation and notification matrix for all support levels
125
Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details
January 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University
January 1998 to January 2000 Bachelor of Arts Sociology Sophia College
January 1997 to January 1998 H.S.C. Sophia College
January 1995 to January 1996 S.S.C. St. Teresa's Convent High School
Head business development, arts
Head business development, arts
Skill Details
Company Details
company - British Council
description - Responsibilities
ñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.
ñ lead on the conception and oversight of specific large-scale programmes within the overall Arts
programme,
ñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.
ñ Oversee and manage resources to deliver compelling communications for applicants that convey
British Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and
Chevening Clore scholarship programs on time and with excellence
ñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.
ñ Oversee a diverse range of proposals, progress reports and related projects
ñ Ensuring effective and timely identification and communication of program progress
ñ Lead a team of six project managers across the country and manage the performance of the team
responsible for executing arts projects with partnerships built into their work, expertise within their
geographic region to ensure arts insight and knowledge is available as and when required.
ñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development
opportunities is built into the planning of new programmes
ñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the
Marketing and Communications team.
company - British Council
description - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive
assets: English, the Arts, and Education. They have 80 years' experience of doing this
company - British Council
description - Responsibilities
ñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka
region and building and maintaining strong international partnerships across sectors in India/ Sri
Lanka and the UK
ñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus
strengthening cultural relationships between India/ Sri Lanka and the UK
ñ Leading the implementation of the music programme within India and Sri Lanka along with detailed
project plans in liaison with colleagues from India/ Sri Lanka and the UK
ñ Proactive management of budgets and timelines for all projects
ñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer
term impact
ñ Management of a team across India and Sri Lanka, contributing to recruitment and development/
mentoring of staff
company - British Council
description - Responsibilities
ñ Planning and organizing logistics related to events, buildings, performers/artists and other
personnel
ñ Marketing a performance or event through social media, direct mail, advertising, use of a website,
producing posters or publicity leaflets and attracting media coverage
ñ Planning and managing budgets
ñ Programming and booking performances and events, including arrangements for tours in India
ñ Development of new projects and initiatives in consultation with arts professionals and key
stakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)
ñ Taking responsibility for operational and office management issues such as venue accessibility,
health and safety issues
ñ Implementing and maintaining office and information systems
ñ Providing administration support to managers and the director
ñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit
company - British Council
description - Responsibilities
ñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders
ñ Planning and managing budgets
ñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage
ñ Programming the outreach and workshops for the respective programmes.
company - AirCheck India
description - The company intended to launch stations in both these metros on August 29, 2001.
For its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.
The transmission tower for the station is located in central Mumbai.
Responsibilities
ñ Generating and researching ideas for programmes and pitching for commissions
ñ Sourcing potential contributors and interviewees
ñ Selecting music appropriate to the programme, the audience and the station
ñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors
ñ Managing the logistics of getting people, resources and equipment together to the right place at the right time
ñ undertaking editing, interviewing and reporting duties as necessary
ñ Presenting programmes or managing presenters for both pre-recorded and recorded output
ñ Checking that copyrights are cleared and understanding media law
ñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',
'Acid', and 'Midi'.
company - Rave Magazine
description - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle
that surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20
years of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.
Responsibilities
ñ Maintain production schedules and report on the progress
ñ Overview the staff, manage and supervise photographers and freelance writers and generally
provide administrative support for the editor
ñ Participated in production meetings and brain storming sessions to decide on the direction, future
trends and contents of the publication
company - Xs Events
description - Xs Events is an event management company primarily dealing with corporate clients who used different
events to increase an audience's exposure with a brand.
Responsibilities
ñ Development, production and delivery of projects from proposal right up to delivery.
ñ Delivering events on time, within budget
ñ Maintaining timelines and priorities on every project
ñ Managing supplier relationships
ñ Managing operational and administrative functions to ensure specific projects are delivered
efficiently
company - Banyan Tree Communications
description - Responsibilities
ñ Sourcing potential contributors and interviewees
ñ Selecting music appropriate to the programme, the audience and the station
ñ undertaking editing, interviewing and reporting duties as necessary
ñ Checking that copyrights are cleared and understanding media law
company - French Embassy
description - on a part time basis.
company - British Council
description - Mumbai
Advice students on various academic opportunities in the United Kingdom and assisted with various
exhibitions by the British Council.
32
Education Details
January 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T
January 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University
January 2001 Pusad, Maharashtra P. N. Junior College
January 1999 S.S.C Pusad, Maharashtra K.D. High-School
Java Developer
Java Developer - Maxgen Technologies
Skill Details
Company Details
company - Maxgen Technologies
description - Currently working in Infrasoft Technologies, Andheri as a Java Developer.
company - MIS Generation of Tata Sky and Tata Power
description - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,
Advance Java, JSF, Hibernate, Spring at NIIT in 2015-16.
ANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)
ME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)
SUBJECTS TAUGHT:
C language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android
PROGRAMMING SKILL: C, C++, Java, Android.
DATABASE HANDLED:
MS Access, SQL, Oracle
NATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.
66
Technical Skills Databases: Oracle RDBMS- 10g, 11g & 12c Technology/utilities: Data Pump, RMAN, Data guard, ASM, RAC, Golden Gate Tools: OCC, PUTTY, SQLPLUS, SQL Developer, Netbackup, SCOM, SCCM, VMWare Vsphere Operating Systems: RHEL 6.0, RHEL 6.5, UNIX and Microsoft WindowsEducation Details
Database Administrator
Database Administrator - BNY Mellon
Skill Details
DATABASES- Exprience - 24 months
ORACLE- Exprience - 24 months
RMAN- Exprience - 24 months
NETBACKUP- Exprience - 24 months
SCOM- Exprience - 24 monthsCompany Details
company - BNY Mellon
description - Databases: 600+
Team Size: 8
Duration: Jan 2017 - Till Date
Clients: Over 130+ investment banking organizations who are hosted with Eagle
Responsibilities: Database Management (Support and managing critical production, Pre-production, test and reporting databases in different platforms), Capacity Management Upgrades.
⢠Handling day to day database activities monitoring and incident management.
⢠Building new databases as per the requirement and prepare them for go live with the help of multiple teams.
⢠Working on scheduled activity of database patching (CPU, PSU) ⢠Installing latest path on production, Dev and Test databases as per the suggestion from Oracle support.
⢠Database Upgrade from 11g and to 12c.
⢠Adding disks to ASM disk groups.
⢠Building DR database using Active Data guard, Make it sync with prod and resolving issues if persists ⢠Data Guard Management- Checking lagging status, removing lagging of archives, checking processes like RFS/MRP, Archives Management ⢠Working on tablespace related issues ⢠Managing user access and profiles ⢠Importing and exporting using datapump ⢠Maintaining inventory of all databases in the single centralize database ⢠Refreshing test environment from production database.
⢠Working with Oracle Support to resolve oracle errors.
⢠Schedule daily and weekly databases backup using RMAN, Troubleshooting in RMAN issues.
⢠Database cloning using RMAN.
⢠Take part in cutover to upgrade application to higher version.
⢠Strictly following ITIL process in incident management and change management.
⢠Providing weekly report of issues in team meeting also participating and suggesting service improvement plans.
⢠Database Migrations from one server to another or to different platforms ⢠RCA and impact analysis reporting during any production outage.
Previous Organization: Brose India
Project I: Central IT Management
company -
description - Responsibilities: Managing our internal databases and servers of Brose global.
⢠Providing 24x7 on-call support in the rotational shifts.
⢠Performing day-to-day database activity ⢠Monitoring and responding DBA group Mails for all alerts, issues and ad-hoc business user requests, etc.
⢠Database creation, patching ⢠Backup of Database in frequent cycles using Data pump/RMAN.
⢠Database refreshes using RMAN, Datapump.
⢠Recovery using copy of data / RMAN ⢠Monitoring logs and trace for resolving issues.
⢠Creating new VM servers and prepare it for go live, Also decommissioning as per requirements.
⢠Weekly patching of windows servers using SCCM and taking actions for patching if needed ⢠Monitoring and troubleshooting of daily and weekly OS backup using Symantec Netbackup ⢠Managing user accounts of OS users and database users ⢠Monitoring OS level alerts using SCOM
Project II: Data Center Migration (Onsite Project)
Responsibilities: Data center migration was one of activity for migration of our datacenter from one location to another. Where our all servers and databases were moved successfully.
⢠Installation of Oracle 11g on Linux platforms ⢠Worked on service requests (Incidents / Change / Request) ⢠Creation of users, managing user privileges ⢠Configured RMAN backup for databases ⢠Patching of databases ⢠Configuring physical standby database using Dataguard ⢠Cloning of servers and migrate to another cluster
ACADEMIA / PERSONAL DETAILS ⢠Bachelor of Engineering (B.E.) in Computer Science and Engineering From SGBAU Amravati University, Amravati in 2014 with CGPA of 7.21
Current Address:- Mr. Yogesh Tikhat, C/O: Raj Ahmad, Flat# G2-702, Dreams Aakruti, Kalepadal, Hadapsar, Pune - 411028
Highest Qualification BE (cse)
PAN: - AOFPT5052C
130
SKILLS ⢠1.Autocad ⢠2.Pro v ⢠3.Catia ⢠4.word, excel ⢠5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: ⢠Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: ⢠Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details
January 2017 Masters in structure Nashik, Maharashtra Universal University Nashik
Civil Engineer
Civil Engineer
Skill Details
Autocad- Exprience - 1 months
Catia- Exprience - 6 months
maintenance- Exprience - 48 months
photoshop- Exprience - 1 months
training- Exprience - 6 monthsCompany Details
company - Color Sky Decor LLC Dubai
description - Role: Civil Engineer
company - Girija Construction And Devolopers
description - Role: Civil Engineer
company - Showrooms, Villa's, Hotels
description - ⢠1.Exterior and Interior Of buildings, villa's etc.
⢠2.Construction of new building and villa's.
⢠3.Preparing bill of quantities, scheduling etc.
company - Showrooms, Villa's, Hotels
description - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.
Description: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints
2 Ensure project feasibility through continual evaluation of structural integrity and design
practicality
3 Create schedule for project completion
3 Perform and adjust quantity calculations for practical and budgetary purposes
4 Communicate with team members as well as customers and vendors to ensure
maximum cohesion and fluidity on projects
5 Forecast design and construction time frames
6 Inspect project sites to ensure they meet relevant codes and are progressing properly
company - Sonia Buildcon
description - Role: Civil Engineer
company -
description - 8.day-to-day management of the site, including supervising and monitoring the site labour
force and the work of any subcontractors
Duration: 2015-2016
Role: Civil Engineer
⢠Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.
Description: 1 Undertaking technical and feasibility studies including site investigations
2 Using a range of computer software for developing detailed designs
3 Undertaking complex calculations
4 Liaising with clients and a variety of professionals including architects and subcontractors
5 Compiling job specs and supervising tendering procedures
6 Resolving design and development problems
7 Managing budgets and project resources
8 Scheduling material and equipment purchases and deliveries
9 Making sure the project complies with legal requirements, especially health and safety
10 Assessing the sustainability and environmental impact of projects
11 Ensuring projects run smoothly and structures are completed within budget and on time
company - Grandeurs Realetors India
description - Role: Civil Site Engineer
company -
description - Description: <Responsibility>
1.Evaluated overall cost of materails, labours, subcontractors and tools.
2.Regulated subcontractor work schedule and equipement delivery.
3.Provided required documents for owners and subcontractors.
4.Cheack regular basis project progrees and devolopment.
5.act as the main technical adviser on a construction site for subcontractors,
craftspeople and operatives.
6.ensure that all materials used and work performed are in accordance with the specifications.
7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors
and the general workforce involved in the project.</Responsibility>
58
Skills Legal Writing Efficient researcher Legal Education Family Law Criminal Defence Environment law and litigation Business legal issue Banking Law and commercial lawEducation Details
January 2014 LLM Criminology Pune, Maharashtra University of Pune
January 2012 LLB Law Pune, Maharashtra University of Pune
January 2012 Diploma Labour Law Pune, Maharashtra University of Pune
Advocate
Advocate
Skill Details
LEGAL WRITING- Exprience - 6 months
LITIGATION- Exprience - 6 monthsCompany Details
company - Family, Criminal in District and Session Court
description - Legal consultancy services for
Co-operative Banks, Scheduled Banks and Private Banks
Clients
Federal Bank (Chinchwad, Pune)
Bharat Co-Operative Bank (Chinchwad, Pune)
ICICI Bank
Scope of work
Finalising Loan Agreements,
Mortgage agreement, Release Deed and Notice of Intimation,
Title Deed, Search Report
DRT cases
Legal notices for recovery of dues,
Filing Summary suits
Paper Notice,
Power of Attorney
Indemnity bond
Family Law
Legal Consultancy and representation for matters relating to Family disputes such as Marriage and Divorce, Succession, Adoption etc.
Lok Adalat
Panel Judicial Member - Four Times
27
I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths ⢠Ability to Learn From Mistakes. * Honesty ⢠Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details
May 2010 HSC Nashik, Maharashtra State Board
June 2008 SSC Nashik, Maharashtra State Board
Asst.Professor
Asst.Professor
Skill Details
Company Details
company - Kisan Arts
description - - Total Work Experience ( In Months)
Sr. Name of Organization / College Designation Working Period Total Experience
No. ( In Months)
From To
1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months
Sr. College, Parola Dist- Jalgaon, {Political Sci.)
Maharashtra
company - Bahadarpur, Tai- Parola Dist
description -
35
TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings ⢠Concepts in Data Warehousing, Business Intelligence, ETL. ⢠BI Tools -Informatica 9X Education Details
BCA Nanded, Maharashtra Nanded University
ETL Developer
ETL Developer - Sun Trust Bank NY
Skill Details
ETL- Exprience - 39 months
EXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months
INFORMATICA- Exprience - 39 months
ORACLE- Exprience - 39 months
UNIX- Exprience - 39 monthsCompany Details
company - Sun Trust Bank NY
description - Sun Trust Bank, NY JAN 2018 to present
Client: Sun Trust Bank NY
Environment: Informatica Power Center 9.1, Oracle 11g, unix.
Role: ETL Developer
Project Profile:
Sun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides
Financial services and support to the other divisions.
The objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and
FX asset classes.
Contribution / Highlights:
⢠Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.
⢠Development using Infa 9.1, 11g/Oracle, UNIX.
⢠Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.
⢠Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.
⢠Unit testing and system integration testing of the developed mappings.
⢠Providing production Support of the deployed code.
⢠Providing solutions to the business for the Production issues.
⢠Had one to One interaction with the client throughout the project and in daily meetings.
Project #2
company - Marshall Multimedia
description - JUN 2016 to DEC 2017
Client: Marshall Multimedia
Environment: Informatica Power Center 9.1, Oracle 11g, unix.
Role: ETL Developer
Project Profile:
Marshall Multimedia is a US based multimedia advertisement services based organization which has
head courter in New York. EGC interface systems are advert management, Customer Management, Billing and
Provisioning Systems for Consumer& Enterprise Customers.
The main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and
rejection reports. The professional reports were created by Cognos and ETL work was performed by
Informatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business
rules.
Contribution / Highlights:
⢠Developed mappings using different sources by using Informatica transformations.
⢠Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.
2
⢠Unit testing and system integration testing of the developed mappings.
⢠Providing solutions to the business for the Production issues.
Project #3
company - Assurant healthcare/Insurance Miami USA
description - Assurant, USA NOV 2015 to MAY 2016
Project: ACT BI - State Datamart
Client: Assurant healthcare/Insurance Miami USA
Environment: Informatica Power Center 9.1, Oracle 11g, unix.
Role: ETL Developer
Project Profile:
Assurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance
products in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant
Employee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.
The project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL
Design & development along with testing.
Contribution / Highlights:
⢠Performed small enhancement
⢠Daily load monitoring
⢠Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard
documented process.
⢠Experience in writing SQL statements.
⢠Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments
⢠Scheduled the Informatica jobs using Informatica scheduler
⢠Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.
⢠Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR
⢠Ensure that daily support tasks are done in accordance with the defined SLA.
143
Areas of expertise ⢠Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra ⢠Programming Languages: Python, Core Java and have an idea on Scala ⢠Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra ⢠Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. ⢠Scripting Languages: JSP ⢠Platforms: Windows, UnixEducation Details
M.Tech (IT-DBS) B.Tech (CSE) SRM University
Software Engineer
Software Engineer - Larsen and Toubro
Skill Details
Company Details
company - Larsen and Toubro
description - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.
company - Current Project
description - Duration: September 2016 to Till date
Vendor: Citi bank
Description:
Citibank's (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.
Roles and Responesbilities:
⢠Building and providing domain knowledge for Anti Money Laundering among team members.
⢠The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.
⢠Actively involved in designing of star-schema model involving various Dimensions and Fact tables.
⢠Designed SCD2 for maintaining history of the DIM data.
⢠Developing Hive Queries for mapping data between different layers of architecture, and it's usage in Oozie Workflows.
⢠Integration with Data Quality and Reconciliation Module.
⢠Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.
⢠Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.
⢠Developing spark Jobs for various business rules.
⢠Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.
⢠Scheduling Jobs using Autosys tool.
⢠Deployment and Code Management using RTC and RLM(Release Lifecycle Management)
Hadoop Developer
# Current Project: PRTS - RAN
Environment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata
Cluster Size: 96 Node Cluster.
Distribution: Horton works - HDP2.3
company - Alcatel lucent
description - 1X) and Ruckus Wireless
Description:
The scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.
Responsibilities:
⢠Working with Hadoop Distributed File System.
⢠Involved in importing data from MySQL to HDFS using SQOOP.
⢠Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.
⢠Involved in Preparing Test cases Document.
⢠Involved in Integrating Hive and HBase to store the operational data.
⢠Monitoring the Jobs through Oozie.
company - Current Project
description - Anti - Money laundering
Environment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work
Cluster Size: 56 Node Cluster.
Distribution: Cloudera 5.9.14
138
Expertise â Data and Quantitative Analysis â Decision Analytics â Predictive Modeling â Data-Driven Personalization â KPI Dashboards â Big Data Queries and Interpretation â Data Mining and Visualization Tools â Machine Learning Algorithms â Business Intelligence (BI) â Research, Reports and Forecasts Education Details
PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business
B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy
Data Scientist
Data Scientist with PR Canada
Skill Details
Algorithms- Exprience - 6 months
BI- Exprience - 6 months
Business Intelligence- Exprience - 6 months
Machine Learning- Exprience - 24 months
Visualization- Exprience - 24 months
spark- Exprience - 24 months
python- Exprience - 36 months
tableau- Exprience - 36 months
Data Analysis- Exprience - 24 monthsCompany Details
company - Aegis school of Data Science & Business
description - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)
company - Aegis school of Data & Business
description - Data Science Intern, Nov 2015 to Jan 2016
Furnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.
â Chat Bot using AWS LEX and Tensor flow Python
The goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.
â Web scraping using Selenium web driver Python
The task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.
â Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense
The goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.
â Image Based Fraud Detection Microsoft Face API, PySpark, Open CV
The main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.
â Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop
The objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.
â Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.
This project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.
Quantifiable Results:
â Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.
â Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.
â Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.
â Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let's find a missing Child" for helping society.
company - IBM India pvt ltd
description - Mostly worked on blumix and IBM Watson for Data science.
9
Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details
January 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology
January 2015 DEEKSHA CENTER
January 2013 Little Flower Public School
August 2000 Manipal Academy of Higher
DATA SCIENCE
DATA SCIENCE AND ELECTRICAL ENTHUSIAST
Skill Details
Data Analysis- Exprience - Less than 1 year months
excel- Exprience - Less than 1 year months
Machine Learning- Exprience - Less than 1 year months
mathematics- Exprience - Less than 1 year months
Python- Exprience - Less than 1 year months
Matlab- Exprience - Less than 1 year months
Electrical Engineering- Exprience - Less than 1 year months
Sql- Exprience - Less than 1 year monthsCompany Details
company - THEMATHCOMPANY
description - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.
2
⢠Operating systems:-Linux- Ubuntu, Windows 2007/08 ⢠Other tools:- Tableau, SVN, Beyond Compare.Education Details
January 2016 Bachelors of Engineering Engineering Gujarat Technological University
Systems Engineer/Hadoop Developer
Systems Engineer/Hadoop Developer - Tata Consultancy Services
Skill Details
Hadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details
company - Tata Consultancy Services
description - Roles and responsibility:
Working for a American pharmaceutical company (one of the world's premier
biopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical
disciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large
amount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for
Health Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.
⢠Worked on cluster with specs as:
o Cluster Architecture: Fully
Distributed Package Used:
CDH3
o Cluster Capacity: 20 TB
o No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN
⢠Developed proof of concepts for enterprise adoption of Hadoop.
⢠Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera
distribution.
⢠Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.
⢠Imported & exported large data sets of data into HDFS and vice-versa using sqoop.
⢠Involved developing the Pig scripts and Hive Reports
⢠Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive
partition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.
⢠Developed Spark scripts by using Scala shell commands as per the requirement and worked with both
Data frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop
using SparkContext, Spark-SQL, Data Frames and RDD's.
⢠Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.
⢠Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.
⢠Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.
Achievements
⢠Appreciation for showing articulate leadership qualities in doing work with the team.
⢠Completed the internal certification of TCS Certified Hadoop Developer.
Ongoing Learning
⢠Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.
137
TECHNICAL SKILLS ⢠Web Technologies: ASP .NET, HTML, CSS, Jquery. ⢠Languages: C, C++, C#.NET, MVC 5. ⢠Database: SQL SERVER 2005/2008/2016. ⢠Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. ⢠Platforms: Visual Stadio 2010/2014. Education Details
January 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.
January 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic
Dot net developer
Skill Details
.NET- Exprience - 24 months
ASP- Exprience - 24 months
C#- Exprience - 24 months
C++- Exprience - 6 months
CRYSTAL REPORT- Exprience - 6 months
Html- Exprience - Less than 1 year months
Css- Exprience - Less than 1 year months
Entityframewok,jquery,javascript- Exprience - Less than 1 year months
Mvc- Exprience - 6 months
Sql- Exprience - 24 monthsCompany Details
company - Corecode technology
description - Worked on web application using asp,c#,mvc
as well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls
company - Inetsoft solution
description - Created web application using asp and c# and also used sql for database.
147
TECHNICAL SKILLS ⢠Typewriting ⢠TORA ⢠SPSSEducation Details
January 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering
January 2014 HSC at SAV Higher Secondary School
MBA SNS College of Engineering
SSLC Finance at Kamaraj Matriculation School
HR
Skill Details
Human resource, Finance- Exprience - Less than 1 year monthsCompany Details
company -
description -
10
Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: ⢠Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: ⢠Project includes the feature of testing type and the activity on the project activities. ⢠Project includes the online management and test process. Role and Responsibilities: ⢠Worked in Development of Back-end Like Data Collections. ⢠Database Schema Designing, and Create Database Dictionary & Made Database Constraints. ⢠I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. ⢠SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: ⢠Project includes the feature of testing type and the activity on the project activities. ⢠Project includes the online management and test process. Role and Responsibilities: ⢠Worked in Development of Back-end Like Data Collections. ⢠Database Schema Designing, and Create Database Dictionary & Made Database Constraints. ⢠I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. ⢠SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: ⢠Project includes the feature of testing type and the activity on the project activities. ⢠Project includes the online management and test process. Role and Responsibilities: ⢠Worked in Development of Back-end Like Data Collections. ⢠Database Schema Designing, and Create Database Dictionary & Made Database Constraints. ⢠I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. ⢠SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: ⢠Project includes the feature of testing type and the activity on the project activities. ⢠Project includes the online management and test process. Role and Responsibilities: ⢠Worked in Development of Back-end Like Data Collections. ⢠Database Schema Designing, and Create Database Dictionary & Made Database Constraints. ⢠I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. ⢠SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: ⢠Understanding requirements, Coding and unit testing. ⢠SRS documentation and Development. Education Details
MCM Pune, Maharashtra Pune University
B.Sc. Computer Science Indore, Madhya Pradesh DAVV University
Designation - Dot Net Developer
Dot Net Developer
Skill Details
Entity Framework- Exprience - Less than 1 year months
C#- Exprience - Less than 1 year months
Asp.Net- Exprience - Less than 1 year months
Javascript- Exprience - Less than 1 year months
OOP- Exprience - Less than 1 year months
ASP.Net MVC- Exprience - Less than 1 year months
CSS- Exprience - Less than 1 year months
Ajax- Exprience - Less than 1 year months
SQL- Exprience - Less than 1 year months
Jquery- Exprience - Less than 1 year months
HTML- Exprience - Less than 1 year months
JSON- Exprience - Less than 1 year monthsCompany Details
company - Cognizant Technology Solutions
description - I am working as a dot net developer.
company - Ni-Lux Software Ltd.
description - I was worked as a dot net developer.
company - Ni-lux Software Ltd
description -
152
Hobbies ⢠Playing Chess ⢠Solving Rubik's Cube ⢠Watching Series Languages ⢠English ⢠Hindi ⢠Marathi Education Details
January 2014 to January 2017 Bachelorâs Degree Information Technology, First Class Pune, Maharashtra JSPMâs Jayawantrao Sawant College of Engineering
January 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic
January 2010 SSC, First Class Nashik, Maharashtra New Era English School
Blockchain Developer
Blockchain Developer - Corpcloud Global Services Pvt. Ltd
Skill Details
Blockchain- Exprience - 6 months
Smart Contracts- Exprience - 6 months
DApps- Exprience - 6 months
MEAN Stack- Exprience - 12 monthsCompany Details
company - Corpcloud Global Services Pvt. Ltd.
description - ⢠Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.
⢠Developing and managing userâs Blockchain account wallets and transactions.
⢠Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.
⢠Writing smart contracts, their APIâs and documenting them.
company - Corpcloud Global Services Pvt. Ltd.
description - ⢠Identifying complex bugs in the system and resolving them.
⢠Implemented and updated application modules under the direction of Seniors.
⢠Effectively coded required changes and alterations and checked in into repository using Bit Bucket.
⢠Performed code check-ins and check-outs regularly and worked with APIâs.
154
Education Details
BE Computer Science Mumbai, Maharashtra Mumbai University
HSC Mumbai, Maharashtra Maharashtra State Board
SSC Mumbai, Maharashtra Maharashtra State Board
Business Analyst
Business Analyst - Fino Payments Bank
Skill Details
Company Details
company - Fino Payments Bank
description - Key Role In-depth requirement and input gathering
Responsibilities and Achievements:
⦠Conducted in-depth requirement and input gathering from all concerned stakeholders [Business SMEs, Technical Architect and Business Architect] to create artifacts like Business Requirement Document (BRD) to arrive at functional requirements for development team
⦠Created Functional Specification Document (FSD) highlighting the technical implementation and the use cases
⦠Led the Merchant Commission Module project from end-to-end and co-ordinated for CUG and Live
⦠Designed the Account Opening Process flow end-to-end during the time when bank was going Live.
⦠SPOC for all the configurations (both account level and customer level) in production.
⦠Led the Cash Controlling Processes for the field users as per the requirement from the business team.
⦠Design and build proof of concepts to validate the viability of alternate approaches and determine optimum choice
⦠Involved in Process Design for development of the products
⦠Performed Functional Testing of the entire system and provided support during UAT by preparing UAT test cases, performing UAT tests to onboard new processes as BAU
⦠Worked with the development teams in arriving at detailed techno-functional specifications, participate in Feasibility
Analysis
⦠Conducting twice a week meetings with the vendor to discuss the status of CRs and to resolve technical queries
company - Fino Paytech Pvt. Ltd
description - Key Role Requirement gathering, Development, Testing
Responsibilities and Achievements:
⦠Requirement gathering, preparation of traceability matrix, preparation and execution of use cases, developing of test plans based on requirements for Airtel Zambia National Partner Project
⦠Led the employee profile creation, maintenance of employee details in the database: Preparation of work flow, end-to-end development and testing of the module
⦠Designed the work flow process of the CAPA (Corrective Action Preventive Analysis) module to maintain the audit findings raised by the internal audit team
⦠Designed the Expense Management module and automated it for end-to-end in-house expense flow
⦠Designed the PMO tool Parivartan used for tracking the projects end-to-end
75
TECHNICAL SKILLS ⢠HP ALM, RTC and JIRA ⢠AS400 (iSeries) with SQL ⢠Test Automation: X- Framework (In hours HSBC Framework), UFT and LISA ⢠Test Data Automation - CATDM ⢠Test Scheduling - Jenkins and Maven ⢠Test Document Versioning - Confluence and SharePoint.Education Details
January 2002 Bachelor of Engineering Computer Engineering Mumbai, MAHARASHTRA, IN Mumbai University
January 1999 Diploma Computer Technology Mumbai, MAHARASHTRA, IN Maharashtra State Board of Technical Education
Project Manager(Global Test Manager)
Project Manager(Global Test Manager)
Skill Details
AS400- Exprience - 25 months
ISERIES- Exprience - 25 months
MICROSOFT SHAREPOINT- Exprience - 6 months
SCHEDULING- Exprience - 6 months
SHAREPOINT- Exprience - 6 monthsCompany Details
company - CAREER TIMELINE
description - HSBC Software India Pvt. Ltd.Pune, India Project Manager(Global Test Manager)
company - Disha Technologies
description -
company - Total Solution (I) Pvt. Ltd
description - Key Deliverables Across The Tenure
As a Global Test Manager/Project Management:
⢠Acting as Global Test Manager, steering a team of 25+ resources across the globe
⢠Spearheading the testing teams in India, China, Malaysia and Poland
⢠Current role involves entire test delivery of large programs under banking domain which includes leading a team comprising of individuals (Client & Vendor) from functional (Regression, Integration) & shared services (Security, Performance, accessibility and Automation) groups
⢠Defining and devising the "HSBC Core Banking" IT Transformation strategies from solution to execution level.
⢠Experience in latest specialize testing methods - CBIL - API, Conversion, Cloud, Digital UI, Infrastructure, Exploratory and Accessibility Testing.
⢠Experienced in Planning the OAT and various non-functional like performance and volume testing of Core banking.
⢠Coordinating with the regional business and testing teams to map their testing approach
⢠Following with various teams to ensure end to end release is successful and a quality product is delivered to production.
⢠Steering the Global product testing, regional deployments testing and extending support for UAT and live proving
⢠Technical lead to implement the in house "Test Automation" framework (X-framework) solution on AS400 (iSeries) system.
⢠Managing the implementation of Test automation to enable DevOps via tools Cucumber & Selenium (BDD), UFT and TOSCA for function testing
⢠Leading the CI/CD implementation by executing automated scripts from Jenkins
⢠Working on Test Data Management by using CA TDM and Internal HSBC Tool)
⢠Handling tasks pertaining to Resource forecasting, effort estimation and resource on boarding process
⢠Ensuring seamless communication with vendor partners to arrange for resource onboarding based on the forecasting
⢠Reviewing the project progress on a daily basis; implementing corrective measures to ensure the project is ontrack
⢠Overseeing people management tasks comprise monthly 1:1 with leads, reviews
⢠Providing conflict resolution when required
115
SOFTWARE SKILLS: ⢠General Computer Proficiency ⢠Program Langages known C, C+, Java, Web Programming ⢠Tools & Software know MATLAB. DBMS KEY STRENGTHS: ⢠Posse's Good communication and analytic skills. ⢠Positive thinking. Sincere, Hard work, Honesty, Responsibility. ⢠Enthusiastic to learn new skills & take up new tasks. ⢠Self - motivated. ⢠Ready to accept challenges Education Details
January 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur
HR
Skill Details
DATABASE MANAGEMENT SYSTEM- Exprience - 6 months
DBMS- Exprience - 6 months
JAVA- Exprience - 6 months
MATLAB- Exprience - 6 monthsCompany Details
company - Yours Truly
description - Jayashree H .K)
19
Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâs various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on âExcellence in English and Public Speakingâ in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ workshop on âMedical IOTâ conducted by IEEE standardâs association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ workshop on âIntroduction to Arduinoâ at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ workshop on âRobotics for Juniorsâ conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details
June 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University
June 2014 HSC Maharashtra State Board
June 2012 SSC Maharashtra State Board
Python Developer
Python Developer - Atos Syntel
Skill Details
PYTHON- Exprience - 15 months
DATABASE- Exprience - 7 months
MYSQL- Exprience - 7 months
DJANGO- Exprience - 6 months
HTML5- Exprience - 6 months
REST API- Exprience - 6 monthsCompany Details
company - Atos Syntel
description - Working as a developer in the field of computer vision for a US based client in banking domain.
1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.
2. Unit testing and debugging the code and maintaining the versions using Git.
107
Technical Summary ⢠Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. ⢠SQL/PLSQL working knowledge on Microsoft SQL server 2010. ⢠Unix Work Description: shell scripting, error debugging. ⢠Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central ⢠Basic knowledge of Intellimatch (Reconciliation tool) Education Details
January 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering
October 2009 H.S.C Sangli, Maharashtra Willingdon College
August 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School
ETL Developer
IT Analyst
Skill Details
ETL- Exprience - 48 months
EXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months
INFORMATICA- Exprience - 48 months
MS SQL SERVER- Exprience - 48 months
RECONCILIATION- Exprience - 48 months
Jira- Exprience - 36 monthsCompany Details
company - Tata Consultancy Services
description - Project Details
Client/Project: Barclays UK London/HEXAD
Environment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.
Project Description:
The objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.
These remediated data feeds will be consumed by ETL layer. The reconciliation tool is
designed to source data from an ETL layer. The data from the Front and Back office systems,
together with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.
Role and Responsibilities:
⢠Responsible for analyzing, designing and developing ETL strategies and processes,
writing ETL specifications
⢠Requirement gathering
⢠Making functional documents and low level documents
⢠Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures
⢠User interaction to identify the issues with the data loaded through the application
⢠Developed mappings using different transformations
company - Tata Consultancy Services
description - Project Details
Client/Project: Barclays UK London/HEXAD
Environment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.
Project Description:
The objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.
These remediated data feeds will be consumed by ETL layer. The reconciliation tool is
designed to source data from an ETL layer. The data from the Front and Back office systems,
together with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.
Role and Responsibilities:
⢠Responsible for analyzing, designing and developing ETL strategies and processes,
writing ETL specifications
⢠Requirement gathering
⢠Making functional documents and low level documents
⢠Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures
⢠User interaction to identify the issues with the data loaded through the application
⢠Developed mappings using different transformations
142
KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details
January 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering
January 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic
January 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school
BlockChain Developer
Skill Details
AP- Exprience - 6 months
APEX- Exprience - 6 months
C++- Exprience - 6 months
CRM- Exprience - 6 months
CUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details
company -
description - Job Description: Managing the mining firm,
Creating the smart contract on Waves and Ethereum both
Platform
156
Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details
January 2007 H.S.C Amravati, Maharashtra VidyaBharati college
January 2005 S.S.C Amravati, Maharashtra Holy Cross English School
Java Developer
Java Developer - Kunal IT Services Pvt Ltd
Skill Details
ECLIPSE- Exprience - Less than 1 year months
JAVA- Exprience - 14 months
HIBERNATE- Exprience - Less than 1 year months
SPRING- Exprience - Less than 1 year months
jQuery- Exprience - Less than 1 year monthsCompany Details
company - Kunal IT Services Pvt Ltd
description - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.
Experience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.
70
Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details
MSC AISECT university in distance education
B. Com Jiwaji University
Sr. Network Engineer
Sr. Network Engineer - Cloudatix Network Pvt. Ltd
Skill Details
CISCO- Exprience - 43 months
DHCP- Exprience - 43 months
DNS- Exprience - 43 months
FTP- Exprience - 43 months
LAN- Exprience - 43 monthsCompany Details
company - Cloudatix Network Pvt. Ltd
description - 18.
Project Routers, Switches and Server Configuration with Group Policies
Client Railwire/Railtel Corporation of India Ltd., Mumbai
Type of Project Configuration of WiFi AP of Railway Station in Maharashtra State
Role Sr. Network Engineer
Roles & responsibilities
⢠Earthing, trenching for equipment.
⢠Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.
⢠Implementing and maintaining backup schedules.
⢠Upgrading and backups of Cisco router configuration files.
⢠Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.
⢠Troubleshooting LAN & WAN infrastructure.
⢠Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.
⢠Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.
⢠Maintaining & Management, windows 7 & 10 based network.
⢠Installing & Configuring Network Printers.
⢠Assigning proper rights on shared drives.
⢠User & Groups management and assigning rights according to organization requirements.
company - Asha MMPC
description - Project Routers, Switches and Server Configuration with Group Policies
Client Asha MMPC, Bali, Pali, Rajasthan
Type of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.
Role IT Executive
Roles & responsibilities
⢠Implementing and maintaining backup schedules.
⢠Upgrading and backups of Cisco router configuration files.
⢠Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.
⢠Troubleshooting LAN & WAN infrastructure.
⢠Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.
⢠Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.
⢠Maintaining & Management, windows 7 & 10 based network.
⢠Installing & Configuring Network Printers.
⢠Assigning proper rights on shared drives.
⢠User & Groups management and assigning rights according to organization requirements.
company - Interface Techno System
description - Project Routers, Switches and Server Configuration with Group Policies
Client The Scindia School, Fort, Gwalior (MP)
Type of Project Configuration and Implementation
Role Network Engineer
Roles & responsibilities
⢠Implementing and maintaining backup schedules.
⢠Upgrading and backups of Cisco router configuration files.
⢠Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.
⢠Working on troubleshooting of complex LAN infrastructure.
⢠Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.
⢠Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.
⢠Maintaining & Management, windows 7 professional based network.
⢠Installing & Configuring Network Printers.
⢠Installing Server side Software's & Utilities.
⢠Assigning proper rights on shared drives.
⢠Managing user account
company - Interface Techno System
description - Project Network Implementation and Configuration
Client M/s Teva API India Pvt Ltd, Bhind (MP)
Type of Project Implementation and Configuration
Role Network Support Engineer
Roles & responsibilities
⢠Implementing and maintaining backup schedules.
⢠Upgrading and backups of Cisco router configuration files.
⢠Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.
⢠Working on troubleshooting of complex LAN infrastructure.
⢠Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.
⢠Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users
⢠Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.
⢠Logging & Monitoring Calls using CA Unicenter Service Desk Manager.
⢠Maintaining & Management, windows XP professional based network.
⢠Installation, Configuration & troubleshooting of Microsoft Outlook.
⢠Installing & Configuring Network Printers.
⢠Installing Server side Software's & Utilities.
⢠Assigning proper rights on shared drives.
⢠Managing user account
⢠Issue E Token for laptop user
⢠Managing more than 350 Desktops and Laptops
⢠Taking differential and full backups of the server through Symantec Backup Exec 12D
⢠Restoring the Files, which got corrupted or deleted accidentally.
⢠Handling escalations of desktop calls from remote locations.
⢠Monthly/Weekly Report Generations for the servers.
⢠Preparing MIS, vendor & inventory management reports.
company - Nava Bharat Press (P) Ltd
description - Role System Engineer
Roles & responsibilities
⢠Server Management
⢠Backup management
⢠Helpdesk, SLA monitoring and incident management
⢠Hosting client meeting at scheduled interval
⢠System Management and Troubleshooting
⢠Hardware Troubleshooting
Additional Qualification & Certifications
⢠Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.
120
I.T. Skills ⢠Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) ⢠Saral Payment Package- payroll software ⢠Internet ApplicationsEducation Details
January 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg
January 2006 diploma Hotel Management International Institute of Hotel Management
HR
Skill Details
Hr Management- Exprience - Less than 1 year monthsCompany Details
company - Atri Developers
description - ⢠HR Payroll Statutory Compliance Performance Management
company -
description - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc
Payroll Management: Salary restructuring to process payroll of 600 employees.
⢠Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.
⢠Processing accurate & error free salary of employees.
⢠Responsible for compensation and benefits administration.
⢠Coordinate with Accounts team for salary processing.
⢠Attendance & Leave record management
⢠Assuring prompt and satisfactory resolution of payroll related queries of all employees.
Statutory Compliance Management:
⢠Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.
⢠Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.
⢠Shops and Commercial Establishments Act (S&E)
⢠The Payment of Gratuity Act 1972
Recruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.
Performance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)
Training and Development: Conduct training need analysis and arrange various training session.
Employee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.
Working on Saral Payment Package- payroll software as well as on excel
Assisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.
11
TECHNICAL SKILLS Operating Systems MS Windows Server 2012/2008/XP Software and Tools MS LiteSpeed, Idera SQL Safe, SSMS, Upgrade Advisor, SQL Server Profiler, SCOM, Diagnostic Manager, Remedy, Jira, Infopacc, Tivoli TDP backup tool, SQL Pack DatabasesMS SQL Server 2016/2014/2012/ 2008 R2/ 2008, Oracle 10g, Netezza Microsoft azure Education Details
Masters of Science Computer Science Pune, Maharashtra Indira College, Pune University
Lead database administrator
Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008
Skill Details
MS SQL SERVER- Exprience - 110 months
Microsoft azure- Exprience - Less than 1 year months
Always on availabiity group- Exprience - Less than 1 year months
Database mirroring- Exprience - Less than 1 year months
Performance tuning- Exprience - Less than 1 year months
Log shipping- Exprience - Less than 1 year months
Installation , upgrade, migration and patching- Exprience - Less than 1 year monthsCompany Details
company - Ensono
description - Employment transfer as a part of project acquisition to Ensono from Wipro.
SQL Server Database Administration
company - Wipro Technologies
description - Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008.
Experience with MS SQL Server 2016/2014/2012/2008 R2/ 2008 installation, upgrade, and administration
Microsoft Azure certified.
Have understanding of Azure VM, Azure Storage, Azure network, Azure AD and Azure SQL database.Â
Incident management, change management and Problem management for SQL Server Database team.
Participating in meetings, conference calls with client, Service Delivery Manager and Application team for System improvements.
Participated in quarterly DR activity.
Involved in creation of SIP - Service Improvement Plans
Involved in handling of high severity issues and provided RCA for the same.
Worked on Always on availability groups, database mirroring, replication, clustering and log shipping.
Have basic understanding of Oracle and Netezza.
Provided on- call support during out of office hours and weekends.
Resource & shift management of 5 SQL DBAs from offshore in multi-client environment for Data center services.
Provided KT to team members, monitor and guide trainees.
company - Wipro Technologies
description - Responsibilities: ⢠MS SQL Server 2016/2014/2012/ 2008 R2/ 2008 installation, configuration, and administration.
⢠Worked on Always on availability groups, log shipping, database mirroring and clustering.
⢠Participated in PCI scan report to perform installation of security hot fixes, service packs for SQL servers to remove vulnerability.
⢠Participated in Holmes BOTS automation implementation of SQL Pack tool.
⢠Worked on service requests, incidents and critical issues.
⢠Involved in conference calls to provide DBA support for critical issues.
⢠Performance tuning.
Environment: SQL Server 2016/2014/2012/2008R2/2008, Windows Server 2012/2008R2/2008
company - Mphasis
description -
company - Mphasis
description - Responsibilities: ⢠MS SQL Server 2012/ 2008 R2/ 2008 installation, configuration, and administration.
⢠Worked on Always on availability groups, log shipping, database mirroring and clustering.
⢠Performed SQL server patching activity ⢠Worked on daily reports like cluster failover, backup, AG/LS/Mirror report and server disk space report.
⢠Worked on service requests, incidents and critical issues.
⢠Participated in quarterly DR activity.
⢠Involved in conference calls to provide DBA support for critical issues.
⢠Provided support to windows team during patching for AG-mirror-cluster failover/failback and database health check.
⢠Performed all the health checks for market open servers and provided update in market open call ⢠Deeply involved in resolution of the issue and finding the root cause analysis of the issue ⢠Performance tuning.
Environment: SQL Server 2012/2008R2/2008, Windows Server 2008R2/2008
company - Synechron Technologies Pvt. Ltd
description - Responsibilities: ⢠SQL server, Oracle and Netezza databases support tasks.
⢠MS SQL Server 2008 R2/ 2008 installation, upgrade, and administration.
⢠Done capacity planning for database growth for all SQL servers.
⢠Troubleshooting alerts.
⢠Worked on log shipping and mirroring.
Environment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g/RAC
company - Synechron Technologies Pvt. Ltd
description -
company - Synechron Technologies Pvt. Ltd
description - Responsibilities: ⢠Pursued in-depth training on Oracle 11g Architecture and SQL Server.
Environment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g
company - Synechron Technologies Pvt. Ltd
description - Responsibilities: ⢠Carried out version changes for schemas from PE8 version to EE11 version as per the process given
Environment: Oracle 11g
company - Mastek Ltd
description - Responsibilities: ⢠SQL Server 2008 R2/ 2008 installation, upgrade, and administration ⢠database backup/restore.
⢠Performed MS SQL Server audits ⢠Worked with database mirroring, replication, log shipping and clustering.
⢠Supported UAT and PROD environments ⢠Performed deployment document review.
⢠Carried out deployments for different applications
Environment: SQL Server 2008R2/2008, Windows Server 2008R2/2008
company - Mastek Ltd
description -
company - PP Software and Systems Ltd
description -
company - PP Software and Systems Ltd
description - Description: The system provides Master Data Management and Procurement modules for dairy industry.
Responsibilities: ⢠Designed, coded, and tested ⢠Customized ERP system as per the requirement
Environment: Core Java, PostgreSQL
126
⢠Achievement oriented with people management skills and an ability to manage change with ease. ⢠Proven strength in problem solving, coordination and analysis. ⢠Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. ⢠Able to handle multiple task & projects simultaneously. ⢠Willing to travel & relocate.Education Details
B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)
HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI
Kohlapur University
Electrical Engineer
Electrical Engineer - REFCON ENGINEERING PVT. LTD
Skill Details
Company Details
company - REFCON ENGINEERING PVT. LTD
description - GREENFIELD PROJECT: - Project Status
1) LIBS Braseries, Burkena Faso (Africa) Completed 2) Citrus Processing India, Nanded Completed 3) Carlsberg Group, Myanmar (Yangon) Completed 4) U.B (United Breweries), Mysore. Completed 5) U.B (United Breweries), Hyderabad. Completed 6) Haldiram Foods Pvt. Ltd. Nagpur Completed 7) Tetra-Pak India Pvt. Ltd. Amreli Completed 8) U.B (United Breweries), Rajasthan Completed â Handling Activities in Project: -
⢠Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.
⢠Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.
⢠Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.
⢠Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.
⢠Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.
⢠Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.
⢠Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.
⢠Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.
⢠Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.
⢠Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, ⢠Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.
⢠Handling Mechanical Maintenance & Service activities in operating plant.
company - KISANVEER SUGARS PVT. LTD
description - Handling Activities: -
⢠With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.
⢠Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.
⢠Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.
⢠Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.
⢠Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, ⢠Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.
⢠Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.
⢠Daily Power monitoring, calculations and reporting on monthly basis.
96
TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details
August 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik
July 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik
Java developer
Java Developer
Skill Details
AJAX- Exprience - 12 months
DATABASE- Exprience - 24 months
HTML- Exprience - 24 months
J2EE- Exprience - 6 months
JAVA- Exprience - 24 months
Spring MVC- Exprience - 12 months
Ionic 3- Exprience - 6 months
Angular JS- Exprience - 6 months
Spring- Exprience - Less than 1 year months
Java- Exprience - Less than 1 year monthsCompany Details
company - Replete business solutions pvt ltd
description - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.
68
KEY SKILLS: ⢠Computerized accounting with tally ⢠Sincere & hard working ⢠Management accounting & income tax ⢠Good communication & leadership ⢠Two and four wheeler driving license ⢠Internet & Ecommerce management COMPUTER SKILLS: ⢠C Language ⢠Web programing ⢠Tally ⢠Dbms Education Details
June 2017 to June 2019 Mba Finance/hr India Mlrit
June 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university
June 2012 to April 2014 Inter MEC India Srimedhav
Hr
Nani
Skill Details
accounting- Exprience - 6 months
DATABASE MANAGEMENT SYSTEM- Exprience - 6 months
Dbms- Exprience - 6 months
Management accounting- Exprience - 6 months
Ecommerce- Exprience - 6 monthsCompany Details
company - Valuelabs
description - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company
16
Software Skills: * RDBMS: MS SQL SERVER 2000/2005/2008 & 2012, 2014 * Operating Systems: WINDOWS XP/7, WINDOWS SERVER 2008, 12 * Fundamentals: MS Office 03/07 * Tools: SSMS, Performance Monitor, Sql profiler, SQL lite speed. Company name: Barclays Technology Centre India. Team Size: 24 Role: Database Administrator Support Description: Barclays Technology is a UK based retail & invest bank and 300 years of old bank.. It has operations in over 40 countries and employs approximately 120, 000 people. Barclays is organised into four core businesses: Personal & Corporate (Personal Banking, Corporate Banking, Wealth & Investment Management), Barclaycard, Investment Banking. Responsibilities: â Attending various calls from all over the world on various database issues. â Working on Web Gui alerts and resolving incident tickets within the time lines. â Troubleshoooting log shipping issues and fixing the related alerts. â Identifying and Resolving Blocking and locking related issues. â Configuration and monitoring Replication, Log shipping and mirroring setup. â Working on replication issues and Always ON issue. â Granting and revoking permissions on various account provisioning tasks. â Working on call support during the weekend and performing DR test's. and working on weekly maintenance jobs and weekend change requests. Education Details
B.Sc. Maths Kakatiya University Board secured
SQL server database administrator
Database administrator
Skill Details
DATABASE- Exprience - 120 months
DATABASE ADMINISTRATOR- Exprience - 72 months
MAINTENANCE- Exprience - 48 months
MS SQL SERVER- Exprience - 48 months
REPLICATION- Exprience - 48 monthsCompany Details
company - Barclays global services centre
description - SQL server databases implementation and maintenances
Log shipping, replication, High availability, clustering, performance tuning, database mirroring, Installation, configuration, upgradation, migration
company - Wipro Infotech Pvt Ltd
description - SQL server database administrator
company - CITI Bank
description - Worked as Database Support at Accord Fintech, Sanpada from Sep 2008 to 2013 Feb.
company -
description - 2012.
⢠Sound knowledge in Database Backup, Restore, Attach, and Detach and Disaster Recovery procedures.
⢠Developed backup and recovery strategies for production environment.
⢠Ensuring data consistency in the database through DBCC and DMV commands.
⢠Experience in query tuning and stored procedures and troubleshooting performance issues.
⢠Having hands on experience in DR process including log shipping and database mirroring.
⢠Experience in scheduling monitoring of Jobs.
⢠Experience in configure and troubleshooting in Always ON.
⢠Creating and Maintaining of Maintenance Plan.
⢠Expertise in planning and implementing MS SQL Server Security and Database permissions.
⢠Clear understanding of Implementation of Log Shipping, Replication and mirroring of databases between the servers.
⢠Performance Tuning (Performance Monitor, SQL Profiler Query Analyzer) ⢠Security for server & Databases Implementing security by creating roles/users,
Added users in roles, assigning rights to roles.
⢠Create and maintaining the linked servers between sql Instances.
⢠Create and maintaining and Database mail.
⢠Monitor and troubleshoot database issues.
⢠Creating DTS packages for executing the required tasks.
⢠Experts in create indexes, Maintaining indexes and rebuilds and reorganizes.
⢠Daily Maintenance of SQL Servers included reviewing
SQL error logs, Event Viewer.
131
PERSONAL SKILLS ⢠Passionate towards learning new skills. ⢠Hardworking, sense of responsibility. COMPUTER SKILL ⢠AUTOCAD 2D, 3D ⢠CIVIL 3DEducation Details
January 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University
January 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic
January 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School
University /Board
Site Engineer (Civil)
Skill Details
AUTOCAD- Exprience - 6 monthsCompany Details
company - Talreja construction
description - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.
61
⢠Operating Systems: Windows ⢠Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details
January 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai
Python Developer/analyst
python developer and data analyst
Skill Details
python scripting,programming,developing- Exprience - 12 months
frontend ,html- Exprience - 12 months
python liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months
mysql- Exprience - 12 months
django- Exprience - 12 months
web scrapping- Exprience - Less than 1 year monthsCompany Details
company - Ace The Power of 5
description - The Accountabilities:
â Understanding the functional requirements of the application given by the client.
â Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.
â Responsible for Software Configuration Management of project deliverables.
Technical skill set:
⢠Languages: C, C ++, Java, python,python liabray,mysql,django,html
⢠Scripting: Python,
⢠GUI development: Tk, Java
company - kranti dyanamics
description - programming,scripting,developer,web scrapping
108
Education Details
Bachelor's
Bachelor's Commerce India Guru Nanak high school
Sales Manager
Skill Details
Data Entry- Exprience - Less than 1 year months
Cold Calling- Exprience - Less than 1 year months
Sales- Exprience - Less than 1 year months
Salesforce- Exprience - Less than 1 year months
MS Office- Exprience - Less than 1 year monthsCompany Details
company - Emperor Honda
description -
company - Honda cars india Ltd
description - 1. Worked as an Asm at Maruti dealership for 10 years
2. Currently working as Manager sales in Honda car dealership from last 5 years
3. Good sportsmen represent my college in various cricket tournaments
4. Lead Nagpur university cricket team also
5. Searching job in car dealership or cricket academy
45
Education Details
May 2013 Master Computer Application Mumbai, Maharashtra IMCOST College
April 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College
March 2005 SpringerNature Pune, Maharashtra S.V.V.M School
ABAP Developer
ABAP Developer - SAP EXPOSURE
Skill Details
Company Details
company - SAP EXPOSURE
description - 1. Organization: SpringerNature.
Duration: MAR 2017 -Till date ⢠Project: Support for springer Nature
Project Type: Support
Role: ABAP Developer
Major Contribution: ⢠Writing new reports and modification for existing reports.
⢠Worked on smartforms.
⢠Standard debugging for issues ⢠For unit testing created contracts, orders, and invoices and tested individually.
company - Atos Pvt. Ltd
description - Duration: MAY 2014 -DEC 2015 ⢠Project: lenM - It's a Ministry of Netherland Project ⢠Project: DSP - DSM Sinochem Pharmaceuticals ⢠Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.
Project Type: Support
Role: ABAP Developer
Major Contribution: ⢠Modified SAP Script as per the requirement specified.
⢠Modified Invoice Smart Form.
⢠Created custom tables, data elements, structures.
84
Skills: Natural Languages: Proficient in English, Hindi and Marathi. Computer skills: Proficient with MS-Office, Internet operation.Education Details
January 2015 to January 2018 LLB Law Mumbai, Maharashtra Mumbai university
January 2015 B.M.M Mumbai, Maharashtra S.K.Somaiya College, Mumbai University
H.S.C Asmita Girls junior College, Maharashtra Board
S.S.C Vidya Bhawan Maharashtra Board
Advocate
Llb student and Journalist
Skill Details
Company Details
company - Criminal lawyer (law firm)
description -
26
Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details
January 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering
January 2012 Diploma MSBTE Dnyanganaga Polytechnic
S.S.C New English School Takali
Hadoop/Big Data Developer
Hadoop/Big Data Developer - British Telecom
Skill Details
APACHE HADOOP MAPREDUCE- Exprience - 37 months
MapReduce- Exprience - 37 months
MAPREDUCE- Exprience - 37 months
JAVA- Exprience - 32 months
.NET- Exprience - 6 monthsCompany Details
company - British Telecom
description - Project: British Telecom project (UK)
Responsibilities:
⢠Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies
⢠Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.
⢠A knowledge of installing, configuring, maintaining and securing Hadoop.
company - DXC technology
description - HPE legacy), Bangalore
⢠Worked on Hadoop + Java programming
⢠Worked on Azure and AWS (EMR) services.
⢠Worked on HDInsight Hadoop cluster..
⢠Design, develop, document and architect Hadoop applications
⢠Develop MapReduce coding that works seamlessly on Hadoop clusters.
⢠Analyzing and processing the large data sets on HDFS.
⢠An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.
140
Education Details
January 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University
Java Developer
Java Developer - Vertical Software
Skill Details
Company Details
company - Vertical Software
description - Expertise in design and development of web applications using J2EE, Servlets
JSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.
Experienced in developing applications using MVC architecture.
Good understanding of Software Development Life Cycle Phases such as Requirement
gathering, analysis, design, development and unit testing.
Languages & open Source Java, J2EE, Spring, Hibernate
Frame Work
Scripting Languages & Server Java JSP, Servlets, DB Connectivity's
Side Program JDBC, JavaScript, jQuery, Ajax, JSON
Application Server TomCat
Database MongoDB, MySql
IDEs Eclipse
1. Project Title: Expense Ledger
Role: Java Developer
Tools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.
2. Project Title: Trimurti Developer (Realestate)
Role: Java Developer
Tools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.
3. Project Title: Vimay Enterprise
Role: Java Developer
Tools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.
company - Higher Secondary School
description - Pune, 58.8%
71
Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details
July 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)
June 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur
May 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur
Network Security Engineer
Skill Details
Network Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details
company - Karvy Innotech LTD.
description - ÃÂ Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.
ÃÂ Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.
ÃÂ Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.
ÃÂ Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.
ÃÂ Manage and administer the VPN connectivity with organization's clients.
àImplement Policy Changes, Configure URL filtering & security policies on UTM appliances.
ÃÂ Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.
ÃÂ Follow the SLAâs and procedures already defined for security device management.
ÃÂ Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.
ÃÂ Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.
ÃÂ Maintaining inventory on monthly basis of all network devices.
ÃÂ LAN Connectivity issues, Crimping, Rack Mounting.
Reporting to CISO of Mahindra Finance for all network related queries and solutions
118
Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details
January 2010 B.Tech Kakinada, Andhra Pradesh JNTU
Dot Net Developer
Dot Net Developer - The Tie Bar
Skill Details
.NET- Exprience - 34 months
ASP- Exprience - 34 months
ASP.NET- Exprience - 34 months
C#- Exprience - 34 months
JAVASCRIPT- Exprience - 34 monthsCompany Details
company - The Tie Bar
description - Duration: January 2017 to Till Date
Responsibility:
⢠Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.
⢠Consuming Web API and WCF Rest full services.
⢠Designed and coded application components in an agile environment utilizing a test driven development approach.
⢠Created and maintained project tasks and schedules.
⢠Provided programming estimates, identified potential problems and recommended alternative solutions.
⢠Worked in close cooperation with project managers and other functional team members to form a team effort in development.
⢠Utilized pair programming approach to ensure high quality code.
Projects:
Title: THE TIEBAR
Environment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5
Database: SQL Server 2015
Role: Developer
Description:
The Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,
Title: Leave Management System
Environment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery
Database: SQL Server 2008
Role: Developer
Description:
A Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company
Title: Around Pune (CMS)
Environment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery
Database: SQL Server 2008
Role: Developer
Description:
Around Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.
Title: Country Side
Environment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery
Database: SQL Server 2008
Role: Developer
Description:
This is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.
company - Hamsa Hitech Pvt. Ltd
description - Responsibility:
⢠Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.
⢠Design and implement systems that use relational databases, specifically SQL 2008.
Project:
Title: A G JOHNSON
Environment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,
Database: SQL Server 2008
Role: Developer
Description:
A G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support
Title: CRM for Company
Environment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,
Database: SQL Server 2008
Role: Developer
Description:
Customer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.
151
Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details
BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School
Integrated Institute Of Management &Technology
HIGHER SECONDARY SCHOOL, B.I.S.S School
Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School
Senior Manager - PMO
Skill Details
TRAINING- Exprience - 30 months
DOCUMENTATION- Exprience - 16 months
OPERATIONS- Exprience - 16 months
SALES- Exprience - 8 months
CORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details
company -
description - Review and understand existing business processes to identify functional requirements to eliminate
waste, improve controllership and deliver flexibility
Identify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a
recommended course of action by identifying modifications to the new/existing process
Project Management of new requirements and opportunities for applying efficient and effective solutions
Responsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.
Responsible for documentation to train all stakeholders on any changes
company -
description - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior
management team.
Prepare project charter with defined timelines for project related activities.
Preparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.
Preparation of training documents, SLAs, SOPs etc. as required.
Conduct training for impacted teams to ensure smooth transition.
company - TELEPERFORMANCE INDIA
description - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.
Conceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.
Training new joiners through the process of call barging.
Interaction with client to understand requirements and expectations.
Handling call quality sessions with the client.
Handling adhoc requirements from client as well as senior management and delivering timely resolution for the same.
MASTER OF BUSINESS ADMINISTRATION
123
Skills ⢠Language: Java ⢠Operating System: Windows, Linux (CentOS 6.6) ⢠Databases: Oracle, My SQL and Derby (Embedded DB) ⢠IDE: Eclipse (Oxygen) ⢠Tools: SonarQube, Putty. Responsibilitis: ⢠Participated in requirements gathering and design development meetings. ⢠Reviewed code and debugged errors to improve performance. ⢠Coordinated with systems partners to finalize designs and confirm requirements. ⢠Consistently met deadlines and requirements for all production work orders. ⢠Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details
Bachelor of Engineering (Computer) Savitribai Phule Pune University
Java Developer
Java Developer - Aurus Tech Pvt. Ltd
Skill Details
JAVA- Exprience - 32 months
LINUX- Exprience - 6 months
Adavance Java- Exprience - Less than 1 year months
Derby- Exprience - Less than 1 year months
Oracle- Exprience - Less than 1 year monthsCompany Details
company - Aurus Tech Pvt. Ltd
description - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.
company - Aurus Tech Pvt Ltd.
description - ⢠Participated in requirements gathering and design development meetings.
⢠Reviewed code and debugged errors to improve performance.
⢠Coordinated with systems partners to finalize designs and confirm requirements.
⢠Consistently met deadlines and requirements for all production work orders.
⢠ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.
74
Education Details
May 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg
May 1998 to May 1999 Diploma Mechanical Engg. Services ITES
May 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute
Sr. Executive-Mechanical Engineering- Automation & Projects Consultant
Sr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering
Skill Details
Microsoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details
company - Mechanical Engineering
description - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales ⢠Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.
⢠Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.
⢠Assist Brand Managers and/or Product Managers as needed.
⢠Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.
⢠Travel as required to support the field sales channel and to promote Company products and services.
⢠Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.
⢠Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.
⢠Coordinate with other technical departments as required, in order to minimize technical and cost risk.
⢠Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.
⢠Follow up of quotations to close the order also Follow up for payment collection.
⢠Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.
⢠Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.
Role & Responsibilities: - Proposal/Estimation Engineering & Products Costing ⢠Review and receive the RFQs for company products and solutions.
⢠Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.
⢠Plotting enquiries to vendors for critical bought out items.
⢠Continuous follow up with vendors for quotations.
⢠Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.
⢠Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.
⢠Maintaining databanks of all quotations for readily available to others also.
Coordinating with Instrumentation & electrical dept. for costing.
⢠Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.
⢠Preparation of statement enquiries pending for estimation/ under progress ⢠Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.
⢠Assign work to Jr. Proposal executives/Engineers ⢠Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.
Role & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.
⢠Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.
⢠Continuous improvement in negotiation process & Cost saving opportunities.
⢠Turn round time improvement & new vendor development Contract Management & Tenders.
⢠To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.
⢠Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.
⢠Examine and review products and supplies to ensure quality & digitize procurement processes.
⢠Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.
⢠Collaborate with financial team members on contracts, invoicing, and other financial matters
⢠Finding out the suppliers for buying various materials from products finders as well as from internet Source.
⢠Create RFQ for materials for projects, departments, for project materials, equipment's and services.
⢠Review Vendor evaluation & Vendor registration from Supply time & quality of products.
company - Proposal & Estimation
description - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC
Role & Responsibilities:- ⢠Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.
⢠Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.
⢠Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.
⢠Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.
⢠Identification of critical problem & work out Proper solution in specified time frames.
⢠Production design-new manufacturing process - new product development. Developing
Customized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.)
⢠Executing cost saving techniques/ measures and modifications to achieve
Substantial Reduction in O & M expenditures and work within the budget
Maintaining fruitful Relationships with existing customers.
company - Rotex Engineers & Manufacturing Pvt. Ltd
description - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.
Role & Responsibilities:- ⢠To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.
⢠Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.
⢠Production design-new manufacturing process - new product development. Developing
Customized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) ⢠Preparation of technical data sheets as per tender specification.
⢠Calculate price structure and analyze cost proposals.
⢠Monitoring progress throughout the job & comparing it with the schedule of work.
⢠Maintaining fruitful relationships with existing customers ⢠Review Vendor evaluation & Vendor registration from Supply time & quality of products.
⢠Examine and review products and supplies to ensure quality.
company - Design & Proposal Engineering
description - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC
Role & Responsibilities:- ⢠Project execution, Vendor development, supply chain Management, interacting with
Vendors to ensure timely action of order & negotiating with the vendor.
⢠Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy
Along with layouts/schematics and/or detailed drawings as per specification.
⢠Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.
⢠Participate in growth & developing innovative solutions with design & development, sales & marketing team.
⢠Define, coordinate, perform and generate engineering test reports & engineering analysis.
⢠In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.
⢠Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.
⢠Maintain records of obsolete documents and remain in touch with all HODs.
⢠Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.
⢠Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.
⢠Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.
company - Fabrication Field-Hoist, Goods Lifts
description - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane
Role & Responsibilities:- ⢠Detailing of drawing, Preparations of BOM & raw material inspection.
⢠Prototype manufacturing (3d modeling)
company - Fabrication Field
description -
company - MUKAND LTD, Kurla
description - Role & Responsibilities:- ⢠Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing
40
Technical Skills Application Servers: IIS 6.0, Jboss 7.1. Database: SQL, Oracle and DB2. Report Tool: iReport, Crystal report. Career GraphEducation Details
Business Analyst
Business Analyst - Zensar Technologies Ltd
Skill Details
CRYSTAL REPORT- Exprience - 15 months
DATABASE- Exprience - 6 months
DB2- Exprience - 6 months
IIS- Exprience - 6 months
IIS 6- Exprience - 6 monthsCompany Details
company - Zensar Technologies Ltd
description - Location: Goregoan, Mumbai (Client -SUN Pharmaceutical)
Designation: Business Analyst.
Role: Requirement gathering, gap analysis, support, end user training, documentation.
company - Proteus Technologies Pvt Ltd
description - Base Information Management Pvt. Ltd. Is a Mumbai base software service provider with core competency and proven track record of installations of Enterprise Wide Solutions. Base customers come from industries as wide as Pharmaceuticals, Life Sciences, Plastics, Engineering, Chemicals
company - Wings Infonet Pvt Ltd
description - It is IT solutions Provider Company. Company provides comprehensive technology solutions to Accounting, trade, payroll and Asset Management firms across the world.
company - Hiral Tektronix Pvt Ltd
description - Software relates to recruitment (HRMS), accounting, and Payroll.
Job Responsibilities: ⢠ERP Implementation and after go live support.
⢠Documenting user requirements and developing specifications for customization.
⢠Integrating with other modules, integration testing & extending Post Go-live support, including training support to end-users.
⢠Drafting functional requirements for ERP systems to represent the processes and functions involved.
⢠Guiding the users in using various modules and the management for various functional issues.
⢠Delivering awareness about various reports available in ERP system for day to day transactions and for MIS reporting of departments
System Audit for better results and follow ups for Observation.
⢠Developing and designing report using iReport and crystal report
76
SKILLS ⢠Knows English as native speaker (IELTS Overall 8; Listening 8, Reading 8, Writing 7 and Speaking 8.5); Hindi with bilingual proficiency and Punjabi as native speaker. ⢠Able to communicate clearly and concisely with people of diverse backgrounds and levels of authority. ⢠Exceptional knowledge of administrative procedures, evidence rules and trials. ⢠Can maintain a professional attitude with peers, co-workers and clients at all times. ⢠Focused and driven to always meet deadlines for pretrial procedures, trials and appellate briefings by effectively utilizing resources. ⢠A Microsoft Certified Systems Engineer (2008) and very much Competent in Windows and Word processing software Education Details
July 2009 to May 2012 Bachelor's Laws Bikaner, Rajasthan Maharaja Ganga Singh University
August 2008 to November 2008 Microsoft Certified Systems Engineer Networking Chandigarh
July 2005 to April 2008 Bachelor's of Science Bio-Informatics Chandigarh, Chandigarh Panjab University
Advocate
Newcomer Indian Advocate
Skill Details
Administration- Exprience - 72 months
Legal Research- Exprience - 72 months
Microsoft Office- Exprience - 72 months
Drafting- Exprience - 72 monthsCompany Details
company - District Courts
description - Key Features
⢠Licensed Advocate in practice from 16-Aug-2012 (Bar Council of Punjab & Haryana, Chandigarh).
⢠Admitted to practice at District Courts, Mansa since 18-Aug-2012.
⢠Successfully passed the All India Bar Examination (AIBE) conducted by Bar Council of India (BCI) in September, 2013.
⢠Lead/Sole Counsel for plaintiff and respondents in number of criminal/civil trials.
⢠Since 2012, have prepared and prosecuted to conclusion, either by trial or settlement, number of claim cases involving personal injury or death cases.
⢠Working on the Panel of District Legal Services Authority, Mansa run under the supervision of National Legal Services Authority, India.
⢠Former Co-Opted Member Administrative Committee, Punjab.
⢠Former Joint Secretary at District Bar Association, Mansa (2017-18).
Job Duties
⢠Advice clients of their legal rights and all matters related to law.
⢠Plead clients' cases which include various International companies, before courts of law, forums, tribunals and boards.
⢠Researching legal precedents, gathering evidence and trials of criminal, Injury and death compensation claims and others.
⢠Draw up legal documents such as bail petitions, appeals, divorces and contracts etc.
⢠Negotiates settlements of civil disputes.
⢠Act as mediator, conciliator, local commissioner or arbitrator as per Court orders
⢠Managing a private practice for more than 6 years, including all aspects of administration and management functions, controlling costs and achieving objectives related to the practice of law.
24
TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details
January 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology
HSC Gondia, MAHARASHTRA, IN S.M.P. Science College
Java Developer
Java Developer - Xoriant Solutions Pvt Ltd
Skill Details
Company Details
company - Xoriant Solutions Pvt Ltd
description - Pune
Period Sept' 2017 to till date
Role Java Developer
Description ResRent is a team responsible for the development of various
modules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a
primary control function; developing webservices to ensure it can
be hit by XML and JSON. We build various modules which are
inbuilt in Hertz to provide interfaces for end users in their tasks.
Tools Eclipse, TOAD, SoapBox, Postman
Responsibilities - Develop module from Backend to Middleware to Frontend.
- Bugs fixing and proactive developing of enhancements
- Resolve Application incidents within defined UCs & creating
different Task ticket as well.
- Debug and provide solution for workflow.
- Resolving DB issues and providing technical support to BAs.
- Keeping track of deployments and effect of same on ongoing
jobs
- Contribution towards automation of daily activities and process
based organization
- On-time, within-budget delivery meeting customers' quality
expectations.
- Maintain knowledge base of domain, known defects and issues,
processes and development techniques.
company - Xoriant Solutions Pvt Ltd
description - Strong communication, collaboration & team building skills with proficiency at grasping
new technical concepts quickly and utilize the same in a productive manner.
â Experience in development in Web application.
â Resolve project related issues in minimal time.
â Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.
â Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.
â Good interpersonal & analytical skills with proven abilities in resolving the complex
software issue.
64
PERSONAL SKILLS ⢠Quick learner, ⢠Eagerness to learn new things, ⢠Competitive attitude, ⢠Good leadership qualities, ⢠Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details
January 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University
January 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center
January 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College
HSC Maharashtra State Board
SSC Maharashtra State Bard
BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur
Testing and Quality Control Engineer
Testing and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd
Skill Details
Company Details
company - M/S Rakesh Transformer Industries Pvt. Ltd
description - Responsibilities:
⢠To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up
to - 10 MVA / 33 KV Class & preparing of its test reports.
⢠Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test
Manual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,
Motor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,
Special Transformers
⢠Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)
⢠Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)
⢠In case any failure in testing analyses the root cause and submit the CAPA
⢠Assist the customer or their representative at the time of inspection.
⢠In process testing of winding, core assembly and core coil assembly.
⢠Handling 3rd party and Government Body's Inspection.
⢠Preparation of Daily Internal Testing Reports and send to concern.
⢠Support Certification Audits (ISO & BIS)
⢠Calibration/validation of tools, instruments, Measuring equipment's
⢠Suggest the client about proper maintenance of transformer
⢠Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger
⢠In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per
organizational Norms.
⢠Pre Dispatch Quality Inspection of Complete Product.
⢠Implementation of, WHY-WHY analysis.
company - M/S Silverline Electricals Pvt. Ltd
description - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test
Manual/inspection plans of Distribution Transformer, Power Transformer
⢠Successfully handled Responsibilities of ERDA's testing.
⢠On site commissioning of Transformer.
⢠Assist the customer or their representative at the time of inspection.
⢠In process testing of winding, core assembly and core coil assembly.
⢠Successfully handling 3rd party and Government Body's Inspection
⢠Preparation of Daily Internal Testing Reports and send to concern.
⢠Suggest the client about proper maintenance of transformer
163
Education Details
January 2009 P.G. Sports science Dr. BMN College of Home Science
January 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science
January 2004 HSC Central Railway's Jr. college of Science and Commerce
January 2002 SSC HISTORY IES's Modern English School
MSc Nutrition College of Home Science
nutritionist and health promoter
9yrs experience as a nutritionist and health coach
Skill Details
Company Details
company - UGC NET
description - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.
UGC NET Certificate for Lectureship MAR- 2013
SKILLS LEARNT
⢠Working in a team environment.
⢠Working as an individual.
⢠Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.
⢠Working under pressure and in a busy environment
⢠Personal presentation
Communication Skills
⢠9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.
⢠Confident in communicating with people on all levels and ensuring their needs are met.
Leadership skills
⢠Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.
Oral Skills
⢠Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.
⢠Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.
⢠Comfortable with public speaking roles.
54
Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details
January 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur
January 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University
Blockchain Engineer
Blockchain Engineer - XINFIN Orgnization
Skill Details
MONGODB- Exprience - 16 months
CONTRACTS- Exprience - 12 months
MYSQL- Exprience - 9 months
AWS- Exprience - 6 months
PROBLEM SOLVING- Exprience - 6 monthsCompany Details
company - XINFIN Orgnization
description - Xinfin is a global open source Hybrid Blockchain protocol.
Rolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.
Tradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)
Build a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.
Working on production level blockchain use cases.
Technology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs
company - ORO Wealth
description - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds
Build various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.
Technology: Node.js, Angular.js, MongoDB, Express
company - YallaSpree
description - Hyderabad, Telangana
Yallaspree is a largest digital shopping directory in U.A.E with over 22K stores.
Own the responsibility to develop and maintain following modules:
- Admin and Vendor interface - Database operations
- Writing Webservices - Complete Notification system
- Events and Offers Page
Technology: CakePHP (PHP Framework), JQuery, MySql
company - RailTiffin.com
description - Mumbai, Maharashtra
RailTiffin.com is an e-commerce platform to serve food to railway passengers.
Worked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.
Technology: OpenCart (Ecommerce Framework), JQuery, MySql
company - Accolite Software India Private Limited
description - Bengaluru, KA
Accolite is a global IT Services company headquartered in Dallas, USA with offices in India.
Worked on Birst Analytics Tool to develop, deploy and maintain reports
155
Education Details
January 2016 BSc. Mumbai, Maharashtra Mumbai University
January 2013 H.S.C. Maharashtra Board
January 2011 S.S.C. Maharashtra Board
MySQL Database Administrator
2+ Years of experience in MySQL Database Administrator ( MySQL DBA)
Skill Details
MySQL DBA , Centos , Backup , Restore , Replication , Query Optimazation- Exprience - 24 monthsCompany Details
company - Trimax IT Infrastructure & Services Ltd
description - ·       MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)
·       MySQL database administration on a large scale MySQL installation
·       Experience with MySQL on both Linux and Windows
·       MySQL processes, security management and queries optimization.
·       Performed query analysis for slow and problematic queries.
·       Performed Structural changes to Database like creating tables, adding columns according to business requirement
·       Creating and Maintaining Database Maintenance Plans.
·       Writing scripts to Create Jobs for Backup & Restore Plans.
·       Working on MYISAM to INNODB engine.
·       Working on Server shifting , tuning parameter , database purging
·       Working on Mysql master slave Replication
·       Handling Release management and user acceptance.
·       Restore using xtrabackup.
·       Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates
·       Work in 24/7 production database support.
company - Trimax IT Infrastructure & Services Ltd
description - ·       MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)
·       MySQL database administration on a large scale MySQL installation
·       Experience with MySQL on both Linux and Windows
·       MySQL processes, security management and queries optimization.
·       Performed query analysis for slow and problematic queries.
·       Performed Structural changes to Database like creating tables, adding columns according to business requirement
·       Creating and Maintaining Database Maintenance Plans.
·       Writing scripts to Create Jobs for Backup & Restore Plans.
·       Working on MYISAM to INNODB engine.
·       Working on Server shifting , tuning parameter , database purging
·       Working on Mysql master slave Replication
·       Handling Release management and user acceptance.
·       Restore using xtrabackup.
·       Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates
·       Work in 24/7 production database support.
128
TECHNICAL SKILLS â Programming Languages: C#.NET â Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â Database: SQL Server 2014 â IDE: Visual Studio 2015, Visual Studio Code â Office Packages: MS-Office (Access, Word, Excel) Education Details
January 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University
DOT NET Developer
DOT NET Developer - Navshar Global Software
Skill Details
.NET- Exprience - 15 months
ASP- Exprience - 15 months
ASP.NET- Exprience - 15 months
BOOTSTRAP- Exprience - 15 months
jQuery- Exprience - 15 months
ASP.NET MVC- Exprience - Less than 1 year months
Angularjs- Exprience - Less than 1 year months
C#- Exprience - Less than 1 year months
Entity Framework- Exprience - Less than 1 year monthsCompany Details
company - Navshar Global Software
description - 017.
PROJECTS WORKED ON
1. Navnirman Tech Festival
â Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.
â Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery
â Role: Involved Everywhere
2. Like Security
â The Like Security web application provides trusted services and man power as well labour management.
â Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery
â Role: Involved Everywhere
3. Performance Review (In House Project)
â This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.
â Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery
â Role: Involved Everywhere
company - None
description - None
153
Education Details
January 2012 to January 2013 B.E. Electrical Shivaji University
September 2008 HSC Pune, Maharashtra Pune University
July 2006 SSC Pune, Maharashtra Pune University
Electrical Engineer
Electrical Engineer - R K ELECTRICAL PVT. LTD
Skill Details
Company Details
company - R K ELECTRICAL PVT. LTD
description - Experience:- 1 Year 3 Months
Troubleshooting and Maintenance of following Electrical Equipment:- ⢠All Type of Maintenance of Utility.
⢠Electrical and Mechanical Maintenance.
⢠Two 625 KVA Diesel Generator Set (Kirloskar)
⢠HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)
⢠Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A
⢠Maintenance of STP and WTP Plant.
⢠Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.
⢠Basic knowledge of PLC/SCADA Operation.
⢠Trouble shooting of Switchgear and Control Panel, Pump and Motor
⢠Maintenance of UPS, Battery Charger and Battery Bank
⢠Motor Testing Both HT & LT Up to 450 KW
⢠Monitoring and Controlling the 110V Control Panel and Relays Panel
⢠Involved in Fault Finding & Relay Resetting
⢠Monitoring and Correcting Power Factor
⢠Service and Maintenance of Up to 55 KW Submersible Pump
⢠Maintenance of MCC and PCC Panel
⢠Servicing of Motor and Associated Component and Motor Operated Valve
⢠Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT
⢠Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability
⢠Maintenance & Operation in Day to Day Activity
⢠Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.
⢠33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.
ELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)
⢠Requirement, Familiar With Various Safety Equipment and Tools
⢠Lockout, Tag out of Electrical Switchgear During Work
⢠Issue of Work Permit Line Clearance to Work on Electrical Distribution Network
⢠Requirement & Proper Usage of Protective Equipment
⢠Accident Statistics
98
Computer Skills ⢠Holder of valid KSA license ⢠Basic Computer ⢠MS Office ⢠Autocad 2006Education Details
January 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore
Civil Engineer
Civil Engineer - Utility powertech Ltd
Skill Details
Company Details
company - Utility powertech Ltd
description - 1. Project Name Nabinagar thermal power
Project Aurangabad Bihar
Client NTPC/BRBCL
Position Civil Engineer
company - DAMMAM KSA
description - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.
DAMMAM KSA
Position Civil Engineer
Project Undertaken:
1. Project Name: STC & QATIF S/L project no 2065864
Client: Department of civil aviation
Main Contractor: Al Nafjan & Al Abad co.
Consultant: Arif & Kinfolk
2. Project Name: King Fahad International Airport
Client: Department of civil aviation
Main Contractor: Al Nafjan & Al Abad co.
Consultant: Dar-Al-Hadassah
Project Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.
Job Responsibility
⢠Planning of projects from study the drawings and contract specifications.
⢠Preparation of material submittals and follow up with consultant for approvals.
⢠Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.
⢠Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.
⢠Co-ordination with clients, consultants & contractors.
⢠Preparation of Shop drawings and subsequently As-Built Drawings.
⢠Preparation of RFI.
⢠Billing, variation claims, timely order realizing on approval of materials, technical submittals.
⢠Attending site coordination meetings and dealing with clients & contractors.
⢠Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports
⢠To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.
⢠To prepare a complete material take off from workshop drawings for procurement.
company - N.S Padke
description - urban project under MMRDA
Andheri (E), Mumbai
company - PBA Infrastructure Ltd
description - Project Undertaken:
1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok
Client: Mumbai urban project under MMRDA
Andheri, Mumbai
company - Govt.ofJ&K
description - Jammu)
Client: Govt.ofJ&K
Period: 7 Dec 2006 to 20 March 2007
Job Profile
⢠Obtaining approval of Material and Drawing submittal from Consultant and main contractor.
⢠Material takeoff as required for the project according to the workshop drawing.
⢠Making request to purchase department for the procurement of the above material according to the project plan.
⢠Coordination with Electrical, Plumbing and Civil contractor for various site requirements.
⢠Arrange inspection of installed work and on the completion of the project.
⢠Estimating.
company - civil aviation
description -
company - National highway authority of India
description - 1. Project Name:
Client: National highway authority of India
Paintha chock to paripora Sri Nagar
Govt.ofJ&K
59
Software Proficiency: ⢠Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. ⢠Software Tools: Xillinx, Modelsim, Matlab, Multisim. ⢠Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details
May 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University
March 2010 S.S.C Maharashtra Board
DevOps Engineer
Skill Details
C- Exprience - 6 months
C++- Exprience - 6 months
Sql- Exprience - 6 months
Pl/Sql- Exprience - 6 months
Core Java- Exprience - 6 months
Javascript- Exprience - Less than 1 year months
HTML- Exprience - Less than 1 year months
CSS- Exprience - Less than 1 year months
Jquery- Exprience - Less than 1 year months
JavaEE- Exprience - Less than 1 year months
Mysql- Exprience - Less than 1 year months
Python- Exprience - 6 monthsCompany Details
company - Parkar Consulting and Labs
description - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python
110
COMPUTER PROFICIENCY ⢠Basic: MS-Office (PowerPoint, word, Outlook, Excel) ⢠Language Known: Basics of C, CPP, Java. ⢠Basics of Networking ⢠Basics command of Linux PROJECT DETAILS Minor Project Details: ⢠Title: Applocker for Android. ⢠Project Area: Android Application. ⢠Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: ⢠Title: Online Complaint System For Cyber Crimes. ⢠Project Area: Android Application ⢠Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS ⢠Belief in team work both as a team member and a leader. ⢠Hard and ethical worker.Education Details
January 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University
Diploma Aggregate Maharashtra State
S.S.C. Education Nagpur, Maharashtra Maharashtra State
Testing engineer
Skill Details
ANDROID- Exprience - 6 months
CPP- Exprience - 6 months
DATABASE- Exprience - 6 months
EXCEL- Exprience - 6 months
JAVA- Exprience - 6 months
Selenium- Exprience - 12 months
Automation Testing- Exprience - 12 months
Selenium Webdriver- Exprience - 12 months
Manual Testing- Exprience - 6 months
Regression Testing- Exprience - 6 monthsCompany Details
company - Maxgen technologies
description - I'm a software test engineer working at Maxgen technologies from past 1 year.
160
Education Details
MCA YMCAUST, Faridabad, Haryana
Data Science internship
Skill Details
Data Structure- Exprience - Less than 1 year months
C- Exprience - Less than 1 year months
Data Analysis- Exprience - Less than 1 year months
Python- Exprience - Less than 1 year months
Core Java- Exprience - Less than 1 year months
Database Management- Exprience - Less than 1 year monthsCompany Details
company - Itechpower
description -
4
Education Details
August 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi
Martial arts (fitness job)
Skill Details
Company Details
company - Sports Authority
description - I am 2nd dan black belt in karate (martial arts)
I am in a searching of personal trainer job for fitness.
I won 3 gold medals in national karate championship.
I won 7 gold medals in state karate championship.
3 times best player of the year of uttar pradesh award ..
Represented india and Selected for world karate championship held at Croatia , Europe.
â¢
34
Education Details
January 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering
Diploma Mechanical Pune, Maharashtra MIT
President of Mechanical Engineering Student's Association
President of Mechanical Engineering Student's Association
Skill Details
Company Details
company - Full Throttle
description - conducted by IIT
Bombay.
⢠Worked as a President of Mechanical Engineering Student's Association [MESA] in
MIT, Pune.
company - R.C Car Race of STEPCONE
description - paper & project contest and exhibition conducted by GMR Instiute of Technology.
42
TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details
June 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology
May 2013 Mumbai, Maharashtra Thakur Polytechnic
May 2010 Mumbai, Maharashtra St. John's Universal School
Java developer
Java developer - Tech Mahindra
Skill Details
JAVA- Exprience - 21 months
MYSQL- Exprience - 21 months
DATABASES- Exprience - 17 months
J2EE- Exprience - 17 months
ANDROID- Exprience - 6 monthsCompany Details
company - Tech Mahindra
description - Team Size: 5
Environment: Java, Mysql, Shell script.
Webserver: Jenkins.
Description: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.
Contribution:
⢠Played the role of Java developer involved in applying change request to current modules.
⢠Worked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.
⢠Handled E2E issues and fixing bugs.
⢠Prepare required program level and user-level documentation.
company - Tech Mahindra
description - Team Size: 5
Environment: Java EJB, Mysql, Shell script.
Webserver: Weblogic12c Server, Jenkins.
Description: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.
Contribution:
⢠Played the role of Java developer involved in creating services using Java/J2EE.
⢠Worked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.
⢠Handled E2E issues and fixing bugs.
⢠Worked in Migration from java 1.6 to java 1.8.
65
Education Details
May 2013 to May 2017 B.E UIT-RGPV
Data Scientist
Data Scientist - Matelabs
Skill Details
Python- Exprience - Less than 1 year months
Statsmodels- Exprience - 12 months
AWS- Exprience - Less than 1 year months
Machine learning- Exprience - Less than 1 year months
Sklearn- Exprience - Less than 1 year months
Scipy- Exprience - Less than 1 year months
Keras- Exprience - Less than 1 year monthsCompany Details
company - Matelabs
description - ML Platform for business professionals, dummies and enthusiasts.
60/A Koramangala 5th block,
Achievements/Tasks behind sukh sagar, Bengaluru,
India Developed and deployed auto preprocessing steps of machine learning mainly missing value
treatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.
Deployed automated classification and regression model.
linkedin.com/in/aditya-rathore-
b4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and
Prophet.
Worked on meta-feature extracting problem.
github.com/rathorology
Implemented a state of the art research paper on outlier detection for mixed attributes.
company - Matelabs
description -
1
COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details
January 2016 BE EDUCATION Pune, Maharashtra PUNE University
January 2010 SSC Maharashtra Board
Quality Engineer
Quality Engineer - Matrix Technologies
Skill Details
MATLAB- Exprience - 6 months
PCB- Exprience - 6 months
PCB DESIGN- Exprience - 6 monthsCompany Details
company - Matrix Technologies
description -
company - RB Electronics
description -
164
Education Details
June 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc
Hr
Skill Details
Company Details
company - Anything IT Solution
description - Hr
13
Education Details
January 2017 Rachana Sansad School of Interior Deign
January 2013 Holy Family High School
Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai
Drawing & Arts & Craft Teacher
Drawing & Arts & Craft Teacher - Ghatkopar YMCA
Skill Details
Company Details
company - Ghatkopar YMCA
description - for 3 Years.
â Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.
33
SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details
August 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute
June 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College
Data Science
Skill Details
MS OFFICE- Exprience - Less than 1 year months
C- Exprience - Less than 1 year months
machine learning- Exprience - Less than 1 year months
data science- Exprience - Less than 1 year months
Matlab- Exprience - Less than 1 year monthsCompany Details
company -
description -
5
â Willingness to accept the challenges. â Positive thinking. â Good learner. â Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details
June 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University
June 2012 Education Secondary and Higher Secondary
B.E. Electronics and Telecommunication Jaywant College of Engineering and Management
Testing Engineer
Electronics Engineer - Abacus Electronics Pvt Ltd
Skill Details
Language - C, C++- Exprience - Less than 1 year months
Operating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details
company - Abacus Electronics Pvt Ltd
description - Duties:
â Perform electronic system testing for acceptance, compliance, warranty and other types.
â Develop test plan and procedure for electronic systems.
â Maintain complete and accurate documentations for system testing.
â Analyze and troubleshoot test defects in a timely fashion.
â Write system assembly instructions and resolve assembly issues accurately.
â Work with Supervisors to plan and coordinate test activities.
â Evaluate system performance and suggest improvements.
â Understand and interpret drawings, schematics, technical manuals and instructions.
â Also performed Hardware testing, debugging of hardware PCBs.
â Follow company policies and safely regulations.
â Work with cross-functional teams to complete assigned job duties within deadlines.
â Recommend process improvements to enhance testing efficiency.
company - Minilec India Pvt Ltd , Pirangoot.
description - ï¶ Taking responsibility for the quality of a companyâs product.
ï¶ Working with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.
ï¶ To establish, implement and maintain quality management system to measure and control quality in the production process.
ï¶ Work with the aim that to eliminate the causes of quality issues and reduce the risk of failure.
162
TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details
January 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University
January 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University
January 2010 RYK Science College, Maharashtra state board
January 2008 Maharashtra state board
Python developer
Python Developer
Skill Details
C++- Exprience - 6 months
MYSQL- Exprience - 6 months
PYTHON- Exprience - 6 monthsCompany Details
company - Fresher
description - Python programming
105
Education Details
February 2006 to February 2006 TYBCOM Commerce mumbai
Business Analyst
Business Analyst
Skill Details
Company Details
company - Motilal Oswal
description - Business Analyst
Handling IT Operation for Institutional Equities
Maintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report
Working on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector
company - FSS
description - Project Description:
Maintain and prepare cash indent, cash report, cash position, and cash planning
Responsibilities:
⢠Maintain Daily MIS in excel.
⢠Provide complete information about MIS & ATM.
⢠Maintain and prepare cash indent, cash report, cash position., cash planning
⢠Co-ordinate with BANK CASH DEPARTMENT.
⢠Co-ordinate with custodians
.
DEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE
company - ANGEL BROKING
description - Reporting: Assistant Manager / SR. Manger
Responsibilities:
⢠Handling team of 14 Quality assurance team members
⢠Maintain Daily MIS in excel of team productivity
⢠Maintain and prepare repots, adding comments on remark
⢠mailing client for modification of given number
⢠Mailing reports to different branches
⢠Coordinating with RM
⢠Provide complete information about script to client
80
Education Details
January 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high
Personal fitness trainer level3
personal trainer
Skill Details
Company Details
company - Golds gym ,fitness solution,flora hotel
description - Certification : american college of sports science golds gym heart saver reps level 3
Responsibilities
To obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.
Accomplishments
Good
Skills Used
Fitness
50
SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details
Sales manager
Skill Details
AND MARKETING- Exprience - 6 months
DIRECT SALES- Exprience - 36 months
MARKETING- Exprience - 6 months
OF SALES- Exprience - 36 months
SALES- Exprience - 36 monthsCompany Details
company - Bajaj finance
description -
company - Bajaj finance
description - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR
K G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH
VODAFONE AS A TELLE CALLER 1 YEAR
Bajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH
Square Capital AS A Sales Manager 5 MONTH
At present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager
46
Training in Special Education (Certificate Course) Education Details
July 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University
July 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College
HR
Skill Details
Company Details
company -
description - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor
17
Education Details
January 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai
January 2012 HSC Allahabad, Uttar Pradesh Allahabad university
January 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university
Web designer and Developer Trainer
Web designer and Developer
Skill Details
Web design- Exprience - 12 months
Php- Exprience - 12 monthsCompany Details
company - NetTech India
description - Working. ( salary - 12k)
PERSONAL INTEREST
Listening to Music, Surfing net, Watching Movie, Playing Cricket.
company - EPI Center Academy
description - Working. ( Salary Contract based)
company - Aptech Charni Road
description - Salary Contract based)
38
Education Details
BE IT pjlce
Java Developer
Java Developer
Skill Details
c++- Exprience - Less than 1 year months
c- Exprience - Less than 1 year months
JAVA- Exprience - Less than 1 year months
DS- Exprience - Less than 1 year months
Jdbc- Exprience - 24 months
Hibernate- Exprience - Less than 1 year months
Java J2Ee- Exprience - Less than 1 year months
Javascript- Exprience - 6 months
JQuery- Exprience - 6 months
Ajax- Exprience - 6 monthsCompany Details
company - Almighty tech pvt ltd nagpur
description - 1. As a Java Developer.
â ORGANISATION: Almighty tech pvt ltd Nagpur
â DESIGNATION.: Java Developer.
â DURATION.: From 1st jan 2018
â Notice Period: 15 days
JOB RESPONSIBILITIES
â Resolve Bugs
â Develop project as per user requirement.
KNOWLEDGE ABOUT:-
â Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax
â Ms office, Excel.
67
⢠Hard working ⢠Quick learnerEducation Details
June 2014 to May 2017 LLB LAW Mumbai, Maharashtra mumbai university
January 2014 B.Com Commerce Mumbai, Maharashtra Mumbai university
January 2011 HSC Maharashtra board
January 2009 SSC Maharashtra board
Advocate
Skill Details
Company Details
company - The vidishtra
description -
29
Education Details
July 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV
July 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal
Matric GHS BHULI
Electrical Engineering
Skill Details
Basic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details
company - Enigma Business Advisor
description - Solar Energy
1. Solar power plant Installation
2. Maintenance
Transmission and Distribution Line
1. Installation
97
SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details
August 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti
Java Web Developer
Skill Details
Core Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details
company - Salcluster Technologies
description - 1. I am Java web developer
2. Jsp , servlet, Sprinng MVC Technologies
73
Education Details
January 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University
January 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education
SAP CONSULTANT
SAP CONSULTANT - Quick Learner
Skill Details
Company Details
company - Quick Learner
description - Groomed skills with Microsoft Excel.
Job Responsibilities:
Working on Centralized SAP Security project which includes User ⢠VBA programming for automation.
Level authorizations including Role creation and changes. and
Compliance policy maintenance for SAP systems.
⢠Confidence and Positive Attitude.
Assisting users in troubleshooting and identifying authorization
issues using SU53 and trace analysis.
Willingness to learn & work in team.
Working on GRC 10.X Access Control application and all its
component.
⢠Strong analytical thinking, documentation and design skills
Assisting in defining the scope of a project/opportunities,
estimating efforts and project timelines.
Hands on experience in SAP Market Place for creating User / ⢠Adaptable to new environment, with ability to get along with
OSS Ids/Developer Keys. people.
85
IT Skills: MS Office. Photoshop. SQL Server.Education Details
June 2015 Bachelor Yashwantrao chavan maharashtra university
Sales Manager
Sales Manager
Skill Details
MS OFFICE- Exprience - 6 months
MS SQL SERVER- Exprience - 6 months
PHOTOSHOP- Exprience - 6 months
SQL- Exprience - 6 months
SQL SERVER- Exprience - 6 monthsCompany Details
company - Nature Of Work
description - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.
⢠Meeting with clients for project presentation follow for up Site Visit
Deal closure.
Worked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)
Nature of Work:
⢠Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.
Acquiring New Merchants And retaing existing Merchants.
⢠Cold calling With CASA Team (ICICI BANK) Generating leads.
⢠Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.
Worked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)
Nature of Work:
⢠Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.
⢠Meeting new channel partners & maintain relationship with channel partners for leads.
⢠Achieving monthly targets, Maintaining reports & updating seniors of daily activities.
company - Bookmyflat.Com
description - Arranging Site visit with client on lead generated
⢠Closing deal by suggesting appropriate Residential property to clients as per their budget.
48
⢠Operating Systems: Windows XP / Vista / 07Education Details
January 2018 M.F.A painting Nagpur, Maharashtra Nagpur University
January 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University
January 2012 Diploma Art Maharashtra State Board
January 2010 H.S.C. Maharashtra State Board
January 2008 S.S.C. Maharashtra State Board
Fine arts lecturer
Skill Details
Ms-Cit- Exprience - 96 monthsCompany Details
company - Shubhankan Fine Arts College, indore
description - ⢠I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.
⢠I'm an Artist, completed ATD, BFA and MFA in painting.
⢠I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.
company -
description - I have a experience of classes of painting, rangoli, drawing, summer classes, etc
Health: Physical Disability ( Orthopedically)
31
Education Details
January 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University
January 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic
ETL Developer
ETL Developer
Skill Details
informatica- Exprience - 36 monthsCompany Details
company - Blue Shield of California
description - Duration: (Mar 2016 - Sept 2017)
Description:
Blue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.
Technical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.
Role: ETL Developer
Responsibilities: ⢠Responsible for analyzing the business requirement document ⢠Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.
⢠Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.
⢠Writing Unix Scripts & SQL's as per the business requirement.
⢠Impact analysis of change requests & their development.
⢠Data fabrication using Facets screens as well as SQL statements in membership domain.
⢠Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.
⢠Prepare documents for design, unit testing and impact analysis.
Awards & Achievements ⢠Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.
⢠Received spot recognition for automation done in project.
144
Good grasping quality and skillful work Education Details
March 2013 to March 2018 B. A. LL. B. Law Solapur, Maharashtra Solapur University
Advocate
Skill Details
Good knowledge of typing as well as many other activities- Exprience - Less than 1 year monthsCompany Details
company - District and Session court of solapur
description - Forward thinking individual with refined interpersonal and multitasking skills. Looking to join a progressive organization to provide assistance in Legal work.
company - District and Session court of solapur
description - Provide legal assistance in legal work
28
Computer Knowledge: ⢠Proficient in basic use of MS office ⢠Microsoft Dynamics AX software ⢠SAIBA softwareEducation Details
MBA Distance education Bharathiar University
BE PA College of Engineering and Technology
HSC R.V.G. Hr Sec School
SSC G.Hr.Sec School
HR
Admin in Bharat
Skill Details
DYNAMICS- Exprience - 6 months
DYNAMICS AX- Exprience - 6 months
MICROSOFT DYNAMICS- Exprience - 6 months
MICROSOFT DYNAMICS AX- Exprience - 6 months
MS OFFICE- Exprience - 6 monthsCompany Details
company - Sri Ramesh Gaarment
description - Tirupur
Administration as well as clients service
Here corporate companies only insured so that knowledge gathered about
Garments, spinning mills
⢠FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.
HR Activities
Attendance maintenance, Time cards maintenance,
Staffs and labors individual records maintenance
Project:
⢠Advanced automobile collision avoidance and blackbox in CAR
18
Education Details
LLB. Dibrugarh University
Advocate
Skill Details
Legal.- Exprience - Less than 1 year monthsCompany Details
company - Legal.
description - ⢠Advocate
22
Education Details
November 2016 to January 2019 Llm Masters in Law Hyderabad, Telangana Sultan Ul Uloom College Of Law
September 2011 to May 2016 BA.llb Bachelors in Law Hyderabad, Telangana Osmania University PG College Of Law
Advocate
Experienced in Litigation, Recently Acquired Masters Degree in Law
Skill Details
Microsoft word- Exprience - Less than 1 year months
litigation- Exprience - Less than 1 year months
Legal Research- Exprience - Less than 1 year months
Contracts- Exprience - Less than 1 year months
Internet Savvy- Exprience - Less than 1 year months
Drafting- Exprience - Less than 1 year monthsCompany Details
company - LRC Office
description - ⢠Working under Senior Advocate L Ravichander in the High Court of Telangana.
⢠Experience in drafting
⢠Legal Correspondence
23
⢠Good logical and analytical skills ⢠Positive attitude towards solving problems and accepting challenges ⢠A team player & leader ⢠A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details
July 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology
January 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic
January 2010 SSC S.G.Vidyalaya state board
Testing Engineer
Electrical engineer
Skill Details
Company Details
company - Intelux Electronics Pvt Ltd
description - 1. Power management system Testing department
159
Education Details
August 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology
Java developer
Skill Details
Java, Javascript,- Exprience - 6 monthsCompany Details
company - Wab It Softwere Pvt. Ltd.
description - Jr. Java Developer
62
Education Details
January 2014 Education Details Pune, Maharashtra University Of Pune
January 2010 B.Com Pune, Maharashtra University Of Pune
Software Developer
Software Developer - Technology - Dot Net
Skill Details
Company Details
company - Technology - Dot Net
description - ⢠Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.
⢠Designation - Software Developer.
⢠Technology - Dot Net
150
Education Details
Electrical engineering
Skill Details
Microsft office and excell, power point- Exprience - 120 monthsCompany Details
company - Indian Navy
description - ACADEMIA
⢠Matric
⢠Diploma in Electrical Engineering
⢠Nuclear biological Chemical Defence and Damage Control including Fire fighting
⢠Leadership Certificate Course - 02 weeks
⢠Management Certificate Course - 04 weeks
⢠Advance Fire Fighting including Industrial
Safety - 24 weeks
95
* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details
January 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY
January 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured
January 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE
S.M.T. RAJDEVI HINDI HIGH SCHOOL
MAHARSHTRA STATE BOARD Secured
Design Engineer (Mechanical)
Skill Details
Autocad, solidworks, catia- Exprience - 12 monthsCompany Details
company - SANARCO ENGINEERING PVT LTD
description - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.
* Working in SURYA FITNESS as a design engineer.
Major project:
* Project based on AUTOMATIC WALL PLASTERING MACHINE.
* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.
* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.
* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.
* It has good future scope.
Personal Detais:
* Father's Name: Gyandatt Chauhan
*
*
*
44
Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details
Msc Computer Science Pune, Maharashtra Pune University
Bsc Computer Science Pune, Maharashtra Pune University
HSC Semi-English Pune, Maharashtra Maharashatra Board
SSC Semi-English Pune, Maharashtra Maharashatra Board
DOT NET Developer
Dot Net Developer
Skill Details
Asp.Net,C#, HTML, CSS, SQL- Exprience - 6 months
Javascript- Exprience - Less than 1 year months
sql server 2008/2012- Exprience - Less than 1 year monthsCompany Details
company -
description -
148
TECHNICAL SKILLS Languages: Core Java Automation Testing Tool: Selenium with web driver and IDE. DBMS: MS SQL Server 2000/2005, Oracle 10g. Operating System: Windows-XP/7/10 Education Details
BSCIT Mumbai University
Automation Tester
Automation and Manual Tester
Skill Details
DATABASE MANAGEMENT SYSTEM- Exprience - 6 months
DBMS- Exprience - 6 months
JAVA- Exprience - 6 months
MS SQL SERVER- Exprience - 6 months
MS SQL SERVER 2000- Exprience - 6 monthsCompany Details
company - Capgemini India Pvt Ltd
description - Worked on Manual as well as automation testing.
Started carrier as manual tester then after that moved to automation testing. Now working as automation tester. Worked on Selenium Webdriver.
company - Na
description - Currently working with Capgemini, Airoli as Consultant from 06th May 2013 to till the
date.
93
Education Details
B.Com, LL.B., University of Clacutta, University of Burdwan
ADVOCATE
Skill Details
Taxation matters Income Tax GST P Tax Accounts- Exprience - Less than 1 year months
Filing of Income Tax Returns GST Returns e-TDS AIR and more- Exprience - Less than 1 year monthsCompany Details
company - own practice
description - 1. Drafting and preparation of plaint, Accounts and move before relevant Authority to hear the cases
21
Education Details
BBA lovely professional university
HR
Skill Details
Communication- Exprience - 6 monthsCompany Details
company -
description -
14
Education Details
MBA ACN College of engineering & mgt
HR
Skill Details
Company Details
company - HR Assistant
description -
15
Education Details
BA mumbai University
HR
Skill Details
Hr Operations- Exprience - Less than 1 year monthsCompany Details
company - Mumbai Monorail
description -
12
np.argmax([1,2,4,5])
3
l=[1,2,5,4]
np.argsort(l)
array([0, 1, 3, 2], dtype=int64)
temp3
[['skills', 'programming', 'languages', 'python', 'pandas', 'numpy', 'scipy', 'scikit', 'learn', 'matplotlib', 'sql', 'java', 'javascript', 'jquery', 'machine', 'learning', 'regression', 'svm', 'na', 'bayes', 'knn', 'random', 'forest', 'decision', 'trees', 'boosting', 'techniques', 'cluster', 'analysis', 'word', 'embedding', 'sentiment', 'analysis', 'natural', 'language', 'processing', 'dimensionality', 'reduction', 'topic', 'modelling', 'lda', 'nmf', 'pca', 'neural', 'nets', 'database', 'visualizations', 'mysql', 'sqlserver', 'cassandra', 'hbase', 'elasticsearch', 'd3', 'js', 'dc', 'js', 'plotly', 'kibana', 'matplotlib', 'ggplot', 'tableau', 'others', 'regular', 'expression', 'html', 'css', 'angular', '6', 'logstash', 'kafka', 'python', 'flask', 'git', 'docker', 'computer', 'vision', 'open', 'cv', 'understanding', 'deep', 'learning', 'education', 'details', 'data', 'science', 'assurance', 'associate', 'data', 'science', 'assurance', 'associate', 'ernst', 'young', 'llp', 'skill', 'details', 'javascript', 'exprience', '24', 'months', 'jquery', 'exprience', '24', 'months', 'python', 'exprience', '24', 'monthscompany', 'details', 'company', 'ernst', 'young', 'llp', 'description', 'fraud', 'investigations', 'dispute', 'services', 'assurance', 'technology', 'assisted', 'review', 'tar', 'technology', 'assisted', 'review', 'assists', 'elerating', 'review', 'process', 'run', 'analytics', 'generate', 'reports', 'core', 'member', 'team', 'helped', 'developing', 'automated', 'review', 'platform', 'tool', 'scratch', 'assisting', 'e', 'discovery', 'domain', 'tool', 'implements', 'predictive', 'coding', 'topic', 'modelling', 'automating', 'reviews', 'resulting', 'reduced', 'labor', 'costs', 'time', 'spent', 'lawyers', 'review', 'understand', 'end', 'end', 'flow', 'solution', 'research', 'development', 'classification', 'models', 'predictive', 'analysis', 'mining', 'information', 'present', 'text', 'data', 'worked', 'analyzing', 'outputs', 'precision', 'monitoring', 'entire', 'tool', 'tar', 'assists', 'predictive', 'coding', 'topic', 'modelling', 'evidence', 'following', 'ey', 'standards', 'developed', 'classifier', 'models', 'order', 'identify', 'red', 'flags', 'fraud', 'related', 'issues', 'tools', 'technologies', 'python', 'scikit', 'learn', 'tfidf', 'word2vec', 'doc2vec', 'cosine', 'similarity', 'na', 'bayes', 'lda', 'nmf', 'topic', 'modelling', 'vader', 'text', 'blob', 'sentiment', 'analysis', 'matplot', 'lib', 'tableau', 'dashboard', 'reporting', 'multiple', 'data', 'science', 'and', 'analytic', 'projects', 'usa', 'clients', 'text', 'analytics', 'motor', 'vehicle', 'customer', 'review', 'data', 'received', 'customer', 'feedback', 'survey', 'data', 'past', 'one', 'year', 'performed', 'sentiment', 'positive', 'negative', 'neutral', 'time', 'series', 'analysis', 'customer', 'comments', 'across', '4', 'categories', 'created', 'heat', 'map', 'terms', 'survey', 'category', 'based', 'frequency', 'words', 'extracted', 'positive', 'negative', 'words', 'across', 'survey', 'categories', 'plotted', 'word', 'cloud', 'created', 'customized', 'tableau', 'dashboards', 'effective', 'reporting', 'visualizations', 'chatbot', 'developed', 'user', 'friendly', 'chatbot', 'one', 'products', 'handle', 'simple', 'questions', 'hours', 'operation', 'reservation', 'options', 'this', 'chat', 'bot', 'serves', 'entire', 'product', 'related', 'questions', 'giving', 'overview', 'tool', 'via', 'qa', 'platform', 'also', 'give', 'recommendation', 'responses', 'user', 'question', 'build', 'chain', 'relevant', 'answer', 'this', 'intelligence', 'build', 'pipeline', 'questions', 'per', 'user', 'requirement', 'asks', 'relevant', 'recommended', 'questions', 'tools', 'technologies', 'python', 'natural', 'language', 'processing', 'nltk', 'spacy', 'topic', 'modelling', 'sentiment', 'analysis', 'word', 'embedding', 'scikit', 'learn', 'javascript', 'jquery', 'sqlserver', 'information', 'governance', 'organizations', 'make', 'informed', 'decisions', 'information', 'store', 'the', 'integrated', 'information', 'governance', 'portfolio', 'synthesizes', 'intelligence', 'across', 'unstructured', 'data', 'sources', 'facilitates', 'action', 'ensure', 'organizations', 'best', 'positioned', 'counter', 'information', 'risk', 'scan', 'data', 'multiple', 'sources', 'formats', 'parse', 'different', 'file', 'formats', 'extract', 'meta', 'data', 'information', 'push', 'results', 'indexing', 'elastic', 'search', 'created', 'customized', 'interactive', 'dashboards', 'using', 'kibana', 'preforming', 'rot', 'analysis', 'data', 'give', 'information', 'data', 'helps', 'identify', 'content', 'either', 'redundant', 'outdated', 'trivial', 'preforming', 'full', 'text', 'search', 'analysis', 'elastic', 'search', 'predefined', 'methods', 'tag', 'pii', 'personally', 'identifiable', 'information', 'social', 'security', 'numbers', 'addresses', 'names', 'etc', 'frequently', 'targeted', 'cyber', 'attacks', 'tools', 'technologies', 'python', 'flask', 'elastic', 'search', 'kibana', 'fraud', 'analytic', 'platform', 'fraud', 'analytics', 'investigative', 'platform', 'review', 'red', 'flag', 'cases', 'fap', 'fraud', 'analytics', 'investigative', 'platform', 'inbuilt', 'case', 'manager', 'suite', 'analytics', 'various', 'erp', 'systems', 'it', 'used', 'clients', 'interrogate', 'a', 'ounting', 'systems', 'identifying', 'anomalies', 'indicators', 'fraud', 'running', 'advanced', 'analytics', 'tools', 'technologies', 'html', 'javascript', 'sqlserver', 'jquery', 'css', 'bootstrap', 'node', 'js', 'd3', 'js', 'dc', 'js', 'skills programming', 'programming languages', 'languages python', 'python pandas', 'pandas numpy', 'numpy scipy', 'scipy scikit', 'scikit learn', 'learn matplotlib', 'matplotlib sql', 'sql java', 'java javascript', 'javascript jquery', 'jquery machine', 'machine learning', 'learning regression', 'regression svm', 'svm na', 'na bayes', 'bayes knn', 'knn random', 'random forest', 'forest decision', 'decision trees', 'trees boosting', 'boosting techniques', 'techniques cluster', 'cluster analysis', 'analysis word', 'word embedding', 'embedding sentiment', 'sentiment analysis', 'analysis natural', 'natural language', 'language processing', 'processing dimensionality', 'dimensionality reduction', 'reduction topic', 'topic modelling', 'modelling lda', 'lda nmf', 'nmf pca', 'pca neural', 'neural nets', 'nets database', 'database visualizations', 'visualizations mysql', 'mysql sqlserver', 'sqlserver cassandra', 'cassandra hbase', 'hbase elasticsearch', 'elasticsearch d3', 'd3 js', 'js dc', 'dc js', 'js plotly', 'plotly kibana', 'kibana matplotlib', 'matplotlib ggplot', 'ggplot tableau', 'tableau others', 'others regular', 'regular expression', 'expression html', 'html css', 'css angular', 'angular 6', '6 logstash', 'logstash kafka', 'kafka python', 'python flask', 'flask git', 'git docker', 'docker computer', 'computer vision', 'vision open', 'open cv', 'cv understanding', 'understanding deep', 'deep learning', 'learning education', 'education details', 'details data', 'data science', 'science assurance', 'assurance associate', 'associate data', 'data science', 'science assurance', 'assurance associate', 'associate ernst', 'ernst young', 'young llp', 'llp skill', 'skill details', 'details javascript', 'javascript exprience', 'exprience 24', '24 months', 'months jquery', 'jquery exprience', 'exprience 24', '24 months', 'months python', 'python exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company ernst', 'ernst young', 'young llp', 'llp description', 'description fraud', 'fraud investigations', 'investigations dispute', 'dispute services', 'services assurance', 'assurance technology', 'technology assisted', 'assisted review', 'review tar', 'tar technology', 'technology assisted', 'assisted review', 'review assists', 'assists elerating', 'elerating review', 'review process', 'process run', 'run analytics', 'analytics generate', 'generate reports', 'reports core', 'core member', 'member team', 'team helped', 'helped developing', 'developing automated', 'automated review', 'review platform', 'platform tool', 'tool scratch', 'scratch assisting', 'assisting e', 'e discovery', 'discovery domain', 'domain tool', 'tool implements', 'implements predictive', 'predictive coding', 'coding topic', 'topic modelling', 'modelling automating', 'automating reviews', 'reviews resulting', 'resulting reduced', 'reduced labor', 'labor costs', 'costs time', 'time spent', 'spent lawyers', 'lawyers review', 'review understand', 'understand end', 'end end', 'end flow', 'flow solution', 'solution research', 'research development', 'development classification', 'classification models', 'models predictive', 'predictive analysis', 'analysis mining', 'mining information', 'information present', 'present text', 'text data', 'data worked', 'worked analyzing', 'analyzing outputs', 'outputs precision', 'precision monitoring', 'monitoring entire', 'entire tool', 'tool tar', 'tar assists', 'assists predictive', 'predictive coding', 'coding topic', 'topic modelling', 'modelling evidence', 'evidence following', 'following ey', 'ey standards', 'standards developed', 'developed classifier', 'classifier models', 'models order', 'order identify', 'identify red', 'red flags', 'flags fraud', 'fraud related', 'related issues', 'issues tools', 'tools technologies', 'technologies python', 'python scikit', 'scikit learn', 'learn tfidf', 'tfidf word2vec', 'word2vec doc2vec', 'doc2vec cosine', 'cosine similarity', 'similarity na', 'na bayes', 'bayes lda', 'lda nmf', 'nmf topic', 'topic modelling', 'modelling vader', 'vader text', 'text blob', 'blob sentiment', 'sentiment analysis', 'analysis matplot', 'matplot lib', 'lib tableau', 'tableau dashboard', 'dashboard reporting', 'reporting multiple', 'multiple data', 'data science', 'science and', 'and analytic', 'analytic projects', 'projects usa', 'usa clients', 'clients text', 'text analytics', 'analytics motor', 'motor vehicle', 'vehicle customer', 'customer review', 'review data', 'data received', 'received customer', 'customer feedback', 'feedback survey', 'survey data', 'data past', 'past one', 'one year', 'year performed', 'performed sentiment', 'sentiment positive', 'positive negative', 'negative neutral', 'neutral time', 'time series', 'series analysis', 'analysis customer', 'customer comments', 'comments across', 'across 4', '4 categories', 'categories created', 'created heat', 'heat map', 'map terms', 'terms survey', 'survey category', 'category based', 'based frequency', 'frequency words', 'words extracted', 'extracted positive', 'positive negative', 'negative words', 'words across', 'across survey', 'survey categories', 'categories plotted', 'plotted word', 'word cloud', 'cloud created', 'created customized', 'customized tableau', 'tableau dashboards', 'dashboards effective', 'effective reporting', 'reporting visualizations', 'visualizations chatbot', 'chatbot developed', 'developed user', 'user friendly', 'friendly chatbot', 'chatbot one', 'one products', 'products handle', 'handle simple', 'simple questions', 'questions hours', 'hours operation', 'operation reservation', 'reservation options', 'options this', 'this chat', 'chat bot', 'bot serves', 'serves entire', 'entire product', 'product related', 'related questions', 'questions giving', 'giving overview', 'overview tool', 'tool via', 'via qa', 'qa platform', 'platform also', 'also give', 'give recommendation', 'recommendation responses', 'responses user', 'user question', 'question build', 'build chain', 'chain relevant', 'relevant answer', 'answer this', 'this intelligence', 'intelligence build', 'build pipeline', 'pipeline questions', 'questions per', 'per user', 'user requirement', 'requirement asks', 'asks relevant', 'relevant recommended', 'recommended questions', 'questions tools', 'tools technologies', 'technologies python', 'python natural', 'natural language', 'language processing', 'processing nltk', 'nltk spacy', 'spacy topic', 'topic modelling', 'modelling sentiment', 'sentiment analysis', 'analysis word', 'word embedding', 'embedding scikit', 'scikit learn', 'learn javascript', 'javascript jquery', 'jquery sqlserver', 'sqlserver information', 'information governance', 'governance organizations', 'organizations make', 'make informed', 'informed decisions', 'decisions information', 'information store', 'store the', 'the integrated', 'integrated information', 'information governance', 'governance portfolio', 'portfolio synthesizes', 'synthesizes intelligence', 'intelligence across', 'across unstructured', 'unstructured data', 'data sources', 'sources facilitates', 'facilitates action', 'action ensure', 'ensure organizations', 'organizations best', 'best positioned', 'positioned counter', 'counter information', 'information risk', 'risk scan', 'scan data', 'data multiple', 'multiple sources', 'sources formats', 'formats parse', 'parse different', 'different file', 'file formats', 'formats extract', 'extract meta', 'meta data', 'data information', 'information push', 'push results', 'results indexing', 'indexing elastic', 'elastic search', 'search created', 'created customized', 'customized interactive', 'interactive dashboards', 'dashboards using', 'using kibana', 'kibana preforming', 'preforming rot', 'rot analysis', 'analysis data', 'data give', 'give information', 'information data', 'data helps', 'helps identify', 'identify content', 'content either', 'either redundant', 'redundant outdated', 'outdated trivial', 'trivial preforming', 'preforming full', 'full text', 'text search', 'search analysis', 'analysis elastic', 'elastic search', 'search predefined', 'predefined methods', 'methods tag', 'tag pii', 'pii personally', 'personally identifiable', 'identifiable information', 'information social', 'social security', 'security numbers', 'numbers addresses', 'addresses names', 'names etc', 'etc frequently', 'frequently targeted', 'targeted cyber', 'cyber attacks', 'attacks tools', 'tools technologies', 'technologies python', 'python flask', 'flask elastic', 'elastic search', 'search kibana', 'kibana fraud', 'fraud analytic', 'analytic platform', 'platform fraud', 'fraud analytics', 'analytics investigative', 'investigative platform', 'platform review', 'review red', 'red flag', 'flag cases', 'cases fap', 'fap fraud', 'fraud analytics', 'analytics investigative', 'investigative platform', 'platform inbuilt', 'inbuilt case', 'case manager', 'manager suite', 'suite analytics', 'analytics various', 'various erp', 'erp systems', 'systems it', 'it used', 'used clients', ...], ['education', 'details', 'may', '2013', 'may', '2017', 'b', 'e', 'uit', 'rgpv', 'data', 'scientist', 'data', 'scientist', 'matelabs', 'skill', 'details', 'python', 'exprience', 'less', '1', 'year', 'months', 'statsmodels', 'exprience', '12', 'months', 'aws', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'sklearn', 'exprience', 'less', '1', 'year', 'months', 'scipy', 'exprience', 'less', '1', 'year', 'months', 'keras', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'matelabs', 'description', 'ml', 'platform', 'business', 'professionals', 'dummies', 'enthusiasts', '60', 'a', 'koramangala', '5th', 'block', 'achievements', 'tasks', 'behind', 'sukh', 'sagar', 'bengaluru', 'india', 'developed', 'deployed', 'auto', 'preprocessing', 'steps', 'machine', 'learning', 'mainly', 'missing', 'value', 'treatment', 'outlier', 'detection', 'encoding', 'scaling', 'feature', 'selection', 'dimensionality', 'reduction', 'deployed', 'automated', 'classification', 'regression', 'model', 'linkedin', 'com', 'aditya', 'rathore', 'b4600b146', 'reasearch', 'deployed', 'time', 'series', 'forecasting', 'model', 'arima', 'sarimax', 'holt', 'winter', 'prophet', 'worked', 'meta', 'feature', 'extracting', 'problem', 'github', 'com', 'rathorology', 'implemented', 'state', 'art', 'research', 'paper', 'outlier', 'detection', 'mixed', 'attributes', 'company', 'matelabs', 'description', 'education details', 'details may', 'may 2013', '2013 may', 'may 2017', '2017 b', 'b e', 'e uit', 'uit rgpv', 'rgpv data', 'data scientist', 'scientist data', 'data scientist', 'scientist matelabs', 'matelabs skill', 'skill details', 'details python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months statsmodels', 'statsmodels exprience', 'exprience 12', '12 months', 'months aws', 'aws exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months machine', 'machine learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sklearn', 'sklearn exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months scipy', 'scipy exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months keras', 'keras exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company matelabs', 'matelabs description', 'description ml', 'ml platform', 'platform business', 'business professionals', 'professionals dummies', 'dummies enthusiasts', 'enthusiasts 60', '60 a', 'a koramangala', 'koramangala 5th', '5th block', 'block achievements', 'achievements tasks', 'tasks behind', 'behind sukh', 'sukh sagar', 'sagar bengaluru', 'bengaluru india', 'india developed', 'developed deployed', 'deployed auto', 'auto preprocessing', 'preprocessing steps', 'steps machine', 'machine learning', 'learning mainly', 'mainly missing', 'missing value', 'value treatment', 'treatment outlier', 'outlier detection', 'detection encoding', 'encoding scaling', 'scaling feature', 'feature selection', 'selection dimensionality', 'dimensionality reduction', 'reduction deployed', 'deployed automated', 'automated classification', 'classification regression', 'regression model', 'model linkedin', 'linkedin com', 'com aditya', 'aditya rathore', 'rathore b4600b146', 'b4600b146 reasearch', 'reasearch deployed', 'deployed time', 'time series', 'series forecasting', 'forecasting model', 'model arima', 'arima sarimax', 'sarimax holt', 'holt winter', 'winter prophet', 'prophet worked', 'worked meta', 'meta feature', 'feature extracting', 'extracting problem', 'problem github', 'github com', 'com rathorology', 'rathorology implemented', 'implemented state', 'state art', 'art research', 'research paper', 'paper outlier', 'outlier detection', 'detection mixed', 'mixed attributes', 'attributes company', 'company matelabs', 'matelabs description', 'education details may', 'details may 2013', 'may 2013 may', '2013 may 2017', 'may 2017 b', '2017 b e', 'b e uit', 'e uit rgpv', 'uit rgpv data', 'rgpv data scientist', 'data scientist data', 'scientist data scientist', 'data scientist matelabs', 'scientist matelabs skill', 'matelabs skill details', 'skill details python', 'details python exprience', 'python exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months statsmodels', 'months statsmodels exprience', 'statsmodels exprience 12', 'exprience 12 months', '12 months aws', 'months aws exprience', 'aws exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months machine', 'months machine learning', 'machine learning exprience', 'learning exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months sklearn', 'months sklearn exprience', 'sklearn exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months scipy', 'months scipy exprience', 'scipy exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months keras', 'months keras exprience', 'keras exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company matelabs', 'company matelabs description', 'matelabs description ml', 'description ml platform', 'ml platform business', 'platform business professionals', 'business professionals dummies', 'professionals dummies enthusiasts', 'dummies enthusiasts 60', 'enthusiasts 60 a', '60 a koramangala', 'a koramangala 5th', 'koramangala 5th block', '5th block achievements', 'block achievements tasks', 'achievements tasks behind', 'tasks behind sukh', 'behind sukh sagar', 'sukh sagar bengaluru', 'sagar bengaluru india', 'bengaluru india developed', 'india developed deployed', 'developed deployed auto', 'deployed auto preprocessing', 'auto preprocessing steps', 'preprocessing steps machine', 'steps machine learning', 'machine learning mainly', 'learning mainly missing', 'mainly missing value', 'missing value treatment', 'value treatment outlier', 'treatment outlier detection', 'outlier detection encoding', 'detection encoding scaling', 'encoding scaling feature', 'scaling feature selection', 'feature selection dimensionality', 'selection dimensionality reduction', 'dimensionality reduction deployed', 'reduction deployed automated', 'deployed automated classification', 'automated classification regression', 'classification regression model', 'regression model linkedin', 'model linkedin com', 'linkedin com aditya', 'com aditya rathore', 'aditya rathore b4600b146', 'rathore b4600b146 reasearch', 'b4600b146 reasearch deployed', 'reasearch deployed time', 'deployed time series', 'time series forecasting', 'series forecasting model', 'forecasting model arima', 'model arima sarimax', 'arima sarimax holt', 'sarimax holt winter', 'holt winter prophet', 'winter prophet worked', 'prophet worked meta', 'worked meta feature', 'meta feature extracting', 'feature extracting problem', 'extracting problem github', 'problem github com', 'github com rathorology', 'com rathorology implemented', 'rathorology implemented state', 'implemented state art', 'state art research', 'art research paper', 'research paper outlier', 'paper outlier detection', 'outlier detection mixed', 'detection mixed attributes', 'mixed attributes company', 'attributes company matelabs', 'company matelabs description', 'education details may 2013', 'details may 2013 may', 'may 2013 may 2017', '2013 may 2017 b', 'may 2017 b e', '2017 b e uit', 'b e uit rgpv', 'e uit rgpv data', 'uit rgpv data scientist', 'rgpv data scientist data', 'data scientist data scientist', 'scientist data scientist matelabs', 'data scientist matelabs skill', 'scientist matelabs skill details', 'matelabs skill details python', 'skill details python exprience', 'details python exprience less', 'python exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months statsmodels', 'year months statsmodels exprience', 'months statsmodels exprience 12', 'statsmodels exprience 12 months', 'exprience 12 months aws', '12 months aws exprience', 'months aws exprience less', 'aws exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months machine', 'year months machine learning', 'months machine learning exprience', 'machine learning exprience less', 'learning exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months sklearn', 'year months sklearn exprience', 'months sklearn exprience less', 'sklearn exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months scipy', 'year months scipy exprience', 'months scipy exprience less', 'scipy exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months keras', 'year months keras exprience', 'months keras exprience less', 'keras exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company matelabs', 'details company matelabs description', 'company matelabs description ml', 'matelabs description ml platform', 'description ml platform business', 'ml platform business professionals', 'platform business professionals dummies', 'business professionals dummies enthusiasts', 'professionals dummies enthusiasts 60', 'dummies enthusiasts 60 a', 'enthusiasts 60 a koramangala', '60 a koramangala 5th', 'a koramangala 5th block', 'koramangala 5th block achievements', '5th block achievements tasks', 'block achievements tasks behind', 'achievements tasks behind sukh', 'tasks behind sukh sagar', 'behind sukh sagar bengaluru', 'sukh sagar bengaluru india', 'sagar bengaluru india developed', 'bengaluru india developed deployed', 'india developed deployed auto', 'developed deployed auto preprocessing', 'deployed auto preprocessing steps', 'auto preprocessing steps machine', 'preprocessing steps machine learning', 'steps machine learning mainly', 'machine learning mainly missing', 'learning mainly missing value', 'mainly missing value treatment', 'missing value treatment outlier', 'value treatment outlier detection', 'treatment outlier detection encoding', 'outlier detection encoding scaling', 'detection encoding scaling feature', 'encoding scaling feature selection', 'scaling feature selection dimensionality', 'feature selection dimensionality reduction', 'selection dimensionality reduction deployed', 'dimensionality reduction deployed automated', 'reduction deployed automated classification', 'deployed automated classification regression', 'automated classification regression model', 'classification regression model linkedin', 'regression model linkedin com', 'model linkedin com aditya', 'linkedin com aditya rathore', 'com aditya rathore b4600b146', 'aditya rathore b4600b146 reasearch', 'rathore b4600b146 reasearch deployed', 'b4600b146 reasearch deployed time', 'reasearch deployed time series', 'deployed time series forecasting', 'time series forecasting model', 'series forecasting model arima', 'forecasting model arima sarimax', 'model arima sarimax holt', 'arima sarimax holt winter', 'sarimax holt winter prophet', 'holt winter prophet worked', 'winter prophet worked meta', 'prophet worked meta feature', 'worked meta feature extracting', 'meta feature extracting problem', 'feature extracting problem github', 'extracting problem github com', 'problem github com rathorology', 'github com rathorology implemented', 'com rathorology implemented state', 'rathorology implemented state art', 'implemented state art research', 'state art research paper', 'art research paper outlier', 'research paper outlier detection', 'paper outlier detection mixed', 'outlier detection mixed attributes', 'detection mixed attributes company', 'mixed attributes company matelabs', 'attributes company matelabs description', 'education details may 2013 may', 'details may 2013 may 2017', 'may 2013 may 2017 b', '2013 may 2017 b e', 'may 2017 b e uit', '2017 b e uit rgpv', 'b e uit rgpv data', 'e uit rgpv data scientist', 'uit rgpv data scientist data', 'rgpv data scientist data scientist', 'data scientist data scientist matelabs', 'scientist data scientist matelabs skill', 'data scientist matelabs skill details', 'scientist matelabs skill details python', 'matelabs skill details python exprience', 'skill details python exprience less', 'details python exprience less 1', 'python exprience less 1 year', 'exprience less 1 year months', 'less 1 year months statsmodels', '1 year months statsmodels exprience', 'year months statsmodels exprience 12', 'months statsmodels exprience 12 months', 'statsmodels exprience 12 months aws', 'exprience 12 months aws exprience', '12 months aws exprience less', 'months aws exprience less 1', 'aws exprience less 1 year', 'exprience less 1 year months', 'less 1 year months machine', '1 year months machine learning', 'year months machine learning exprience', 'months machine learning exprience less', 'machine learning exprience less 1', 'learning exprience less 1 year', 'exprience less 1 year months', 'less 1 year months sklearn', '1 year months sklearn exprience', 'year months sklearn exprience less', 'months sklearn exprience less 1', 'sklearn exprience less 1 year', 'exprience less 1 year months', 'less 1 year months scipy', '1 year months scipy exprience', 'year months scipy exprience less', 'months scipy exprience less 1', 'scipy exprience less 1 year', 'exprience less 1 year months', 'less 1 year months keras', '1 year months keras exprience', 'year months keras exprience less', 'months keras exprience less 1', 'keras exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company matelabs', 'monthscompany details company matelabs description', 'details company matelabs description ml', 'company matelabs description ml platform', 'matelabs description ml platform business', 'description ml platform business professionals', 'ml platform business professionals dummies', 'platform business professionals dummies enthusiasts', 'business professionals dummies enthusiasts 60', 'professionals dummies enthusiasts 60 a', 'dummies enthusiasts 60 a koramangala', 'enthusiasts 60 a koramangala 5th', '60 a koramangala 5th block', 'a koramangala 5th block achievements', 'koramangala 5th block achievements tasks', '5th block achievements tasks behind', 'block achievements tasks behind sukh', 'achievements tasks behind sukh sagar', 'tasks behind sukh sagar bengaluru', 'behind sukh sagar bengaluru india', 'sukh sagar bengaluru india developed', 'sagar bengaluru india developed deployed', 'bengaluru india developed deployed auto', 'india developed deployed auto preprocessing', 'developed deployed auto preprocessing steps', 'deployed auto preprocessing steps machine', 'auto preprocessing steps machine learning', 'preprocessing steps machine learning mainly', 'steps machine learning mainly missing', 'machine learning mainly missing value', 'learning mainly missing value treatment', 'mainly missing value treatment outlier', 'missing value treatment outlier detection', 'value treatment outlier detection encoding', 'treatment outlier detection encoding scaling', 'outlier detection encoding scaling feature', 'detection encoding scaling feature selection', 'encoding scaling feature selection dimensionality', 'scaling feature selection dimensionality reduction', 'feature selection dimensionality reduction deployed', 'selection dimensionality reduction deployed automated', 'dimensionality reduction deployed automated classification', 'reduction deployed automated classification regression', 'deployed automated classification regression model', 'automated classification regression model linkedin', 'classification regression model linkedin com', 'regression model linkedin com aditya', 'model linkedin com aditya rathore', 'linkedin com aditya rathore b4600b146', 'com aditya rathore b4600b146 reasearch', 'aditya rathore b4600b146 reasearch deployed', 'rathore b4600b146 reasearch deployed time', 'b4600b146 reasearch deployed time series', 'reasearch deployed time series forecasting', 'deployed time series forecasting model', 'time series forecasting model arima', 'series forecasting model arima sarimax', 'forecasting model arima sarimax holt', 'model arima sarimax holt winter', 'arima sarimax holt winter prophet', 'sarimax holt winter prophet worked', 'holt winter prophet worked meta', 'winter prophet worked meta feature', 'prophet worked meta feature extracting', 'worked meta feature extracting problem', 'meta feature extracting problem github', 'feature extracting problem github com', 'extracting problem github com rathorology', 'problem github com rathorology implemented', 'github com rathorology implemented state', 'com rathorology implemented state art', 'rathorology implemented state art research', 'implemented state art research paper', 'state art research paper outlier', 'art research paper outlier detection', 'research paper outlier detection mixed', 'paper outlier detection mixed attributes', 'outlier detection mixed attributes company', 'detection mixed attributes company matelabs', 'mixed attributes company matelabs description', 'education details may 2013 may 2017', 'details may 2013 may 2017 b', 'may 2013 may 2017 b e', '2013 may 2017 b e uit', 'may 2017 b e uit rgpv', '2017 b e uit rgpv data', 'b e uit rgpv data scientist', 'e uit rgpv data scientist data', 'uit rgpv data scientist data scientist', 'rgpv data scientist data scientist matelabs', 'data scientist data scientist matelabs skill', 'scientist data scientist matelabs skill details', 'data scientist matelabs skill details python', 'scientist matelabs skill details python exprience', 'matelabs skill details python exprience less', 'skill details python exprience less 1', 'details python exprience less 1 year', 'python exprience less 1 year months', 'exprience less 1 year months statsmodels', 'less 1 year months statsmodels exprience', '1 year months statsmodels exprience 12', 'year months statsmodels exprience 12 months', 'months statsmodels exprience 12 months aws', 'statsmodels exprience 12 months aws exprience', 'exprience 12 months aws exprience less', '12 months aws exprience less 1', 'months aws exprience less 1 year', 'aws exprience less 1 year months', 'exprience less 1 year months machine', 'less 1 year months machine learning', '1 year months machine learning exprience', 'year months machine learning exprience less', 'months machine learning exprience less 1', 'machine learning exprience less 1 year', 'learning exprience less 1 year months', 'exprience less 1 year months sklearn', 'less 1 year months sklearn exprience', '1 year months sklearn exprience less', 'year months sklearn exprience less 1', 'months sklearn exprience less 1 year', 'sklearn exprience less 1 year months', 'exprience less 1 year months scipy', 'less 1 year months scipy exprience', '1 year months scipy exprience less', 'year months scipy exprience less 1', 'months scipy exprience less 1 year', 'scipy exprience less 1 year months', 'exprience less 1 year months keras', 'less 1 year months keras exprience', '1 year months keras exprience less', 'year months keras exprience less 1', 'months keras exprience less 1 year', 'keras exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company matelabs', 'year monthscompany details company matelabs description', 'monthscompany details company matelabs description ml', 'details company matelabs description ml platform', 'company matelabs description ml platform business', 'matelabs description ml platform business professionals', 'description ml platform business professionals dummies', 'ml platform business professionals dummies enthusiasts', 'platform business professionals dummies enthusiasts 60', 'business professionals dummies enthusiasts 60 a', 'professionals dummies enthusiasts 60 a koramangala', 'dummies enthusiasts 60 a koramangala 5th', 'enthusiasts 60 a koramangala 5th block', '60 a koramangala 5th block achievements', 'a koramangala 5th block achievements tasks', 'koramangala 5th block achievements tasks behind', '5th block achievements tasks behind sukh', 'block achievements tasks behind sukh sagar', 'achievements tasks behind sukh sagar bengaluru', 'tasks behind sukh sagar bengaluru india', 'behind sukh sagar bengaluru india developed', 'sukh sagar bengaluru india developed deployed', 'sagar bengaluru india developed deployed auto', 'bengaluru india developed deployed auto preprocessing', 'india developed deployed auto preprocessing steps', 'developed deployed auto preprocessing steps machine', 'deployed auto preprocessing steps machine learning', 'auto preprocessing steps machine learning mainly', 'preprocessing steps machine learning mainly missing', 'steps machine learning mainly missing value', 'machine learning mainly missing value treatment', 'learning mainly missing value treatment outlier', 'mainly missing value treatment outlier detection', 'missing value treatment outlier detection encoding', 'value treatment outlier detection encoding scaling', 'treatment outlier detection encoding scaling feature', 'outlier detection encoding scaling feature selection', 'detection encoding scaling feature selection dimensionality', 'encoding scaling feature selection dimensionality reduction', 'scaling feature selection dimensionality reduction deployed', 'feature selection dimensionality reduction deployed automated', 'selection dimensionality reduction deployed automated classification', 'dimensionality reduction deployed automated classification regression', 'reduction deployed automated classification regression model', 'deployed automated classification regression model linkedin', 'automated classification regression model linkedin com', 'classification regression model linkedin com aditya', 'regression model linkedin com aditya rathore', 'model linkedin com aditya rathore b4600b146', 'linkedin com aditya rathore b4600b146 reasearch', 'com aditya rathore b4600b146 reasearch deployed', 'aditya rathore b4600b146 reasearch deployed time', 'rathore b4600b146 reasearch deployed time series', 'b4600b146 reasearch deployed time series forecasting', 'reasearch deployed time series forecasting model', 'deployed time series forecasting model arima', 'time series forecasting model arima sarimax', 'series forecasting model arima sarimax holt', 'forecasting model arima sarimax holt winter', 'model arima sarimax holt winter prophet', 'arima sarimax holt winter prophet worked', 'sarimax holt winter prophet worked meta', 'holt winter prophet worked meta feature', 'winter prophet worked meta feature extracting', 'prophet worked meta feature extracting problem', 'worked meta feature extracting problem github', 'meta feature extracting problem github com', 'feature extracting problem github com rathorology', 'extracting problem github com rathorology implemented', 'problem github com rathorology implemented state', 'github com rathorology implemented state art', 'com rathorology implemented state art research', 'rathorology implemented state art research paper', 'implemented state art research paper outlier', 'state art research paper outlier detection', 'art research paper outlier detection mixed', 'research paper outlier detection mixed attributes', 'paper outlier detection mixed attributes company', 'outlier detection mixed attributes company matelabs', 'detection mixed attributes company matelabs description', 'education details may 2013 may 2017 b', 'details may 2013 may 2017 b e', 'may 2013 may 2017 b e uit', '2013 may 2017 b e uit rgpv', 'may 2017 b e uit rgpv data', '2017 b e uit rgpv data scientist', 'b e uit rgpv data scientist data', 'e uit rgpv data scientist data scientist', 'uit rgpv data scientist data scientist matelabs', 'rgpv data scientist data scientist matelabs skill', 'data scientist data scientist matelabs skill details', 'scientist data scientist matelabs skill details python', 'data scientist matelabs skill details python exprience', 'scientist matelabs skill details python exprience less', 'matelabs skill details python exprience less 1', 'skill details python exprience less 1 year', 'details python exprience less 1 year months', 'python exprience less 1 year months statsmodels', 'exprience less 1 year months statsmodels exprience', 'less 1 year months statsmodels exprience 12', '1 year months statsmodels exprience 12 months', 'year months statsmodels exprience 12 months aws', 'months statsmodels exprience 12 months aws exprience', 'statsmodels exprience 12 months aws exprience less', 'exprience 12 months aws exprience less 1', '12 months aws exprience less 1 year', 'months aws exprience less 1 year months', 'aws exprience less 1 year months machine', 'exprience less 1 year months machine learning', 'less 1 year months machine learning exprience', '1 year months machine learning exprience less', 'year months machine learning exprience less 1', 'months machine learning exprience less 1 year', 'machine learning exprience less 1 year months', 'learning exprience less 1 year months sklearn', 'exprience less 1 year months sklearn exprience', 'less 1 year months sklearn exprience less', '1 year months sklearn exprience less 1', 'year months sklearn exprience less 1 year', 'months sklearn exprience less 1 year months', 'sklearn exprience less 1 year months scipy', 'exprience less 1 year months scipy exprience', 'less 1 year months scipy exprience less', '1 year months scipy exprience less 1', 'year months scipy exprience less 1 year', 'months scipy exprience less 1 year months', 'scipy exprience less 1 year months keras', 'exprience less 1 year months keras exprience', 'less 1 year months keras exprience less', '1 year months keras exprience less 1', 'year months keras exprience less 1 year', 'months keras exprience less 1 year monthscompany', 'keras exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company matelabs', '1 year monthscompany details company matelabs description', 'year monthscompany details company matelabs description ml', 'monthscompany details company matelabs description ml platform', 'details company matelabs description ml platform business', 'company matelabs description ml platform business professionals', 'matelabs description ml platform business professionals dummies', 'description ml platform business professionals dummies enthusiasts', 'ml platform business professionals dummies enthusiasts 60', 'platform business professionals dummies enthusiasts 60 a', 'business professionals dummies enthusiasts 60 a koramangala', 'professionals dummies enthusiasts 60 a koramangala 5th', 'dummies enthusiasts 60 a koramangala 5th block', 'enthusiasts 60 a koramangala 5th block achievements', '60 a koramangala 5th block achievements tasks', 'a koramangala 5th block achievements tasks behind', 'koramangala 5th block achievements tasks behind sukh', '5th block achievements tasks behind sukh sagar', 'block achievements tasks behind sukh sagar bengaluru', 'achievements tasks behind sukh sagar bengaluru india', 'tasks behind sukh sagar bengaluru india developed', 'behind sukh sagar bengaluru india developed deployed', 'sukh sagar bengaluru india developed deployed auto', 'sagar bengaluru india developed deployed auto preprocessing', 'bengaluru india developed deployed auto preprocessing steps', 'india developed deployed auto preprocessing steps machine', 'developed deployed auto preprocessing steps machine learning', 'deployed auto preprocessing steps machine learning mainly', 'auto preprocessing steps machine learning mainly missing', 'preprocessing steps machine learning mainly missing value', 'steps machine learning mainly missing value treatment', 'machine learning mainly missing value treatment outlier', 'learning mainly missing value treatment outlier detection', 'mainly missing value treatment outlier detection encoding', 'missing value treatment outlier detection encoding scaling', 'value treatment outlier detection encoding scaling feature', 'treatment outlier detection encoding scaling feature selection', 'outlier detection encoding scaling feature selection dimensionality', 'detection encoding scaling feature selection dimensionality reduction', 'encoding scaling feature selection dimensionality reduction deployed', 'scaling feature selection dimensionality reduction deployed automated', 'feature selection dimensionality reduction deployed automated classification', 'selection dimensionality reduction deployed automated classification regression', 'dimensionality reduction deployed automated classification regression model', 'reduction deployed automated classification regression model linkedin', 'deployed automated classification regression model linkedin com', 'automated classification regression model linkedin com aditya', 'classification regression model linkedin com aditya rathore', 'regression model linkedin com aditya rathore b4600b146', 'model linkedin com aditya rathore b4600b146 reasearch', 'linkedin com aditya rathore b4600b146 reasearch deployed', 'com aditya rathore b4600b146 reasearch deployed time', 'aditya rathore b4600b146 reasearch deployed time series', 'rathore b4600b146 reasearch deployed time series forecasting', 'b4600b146 reasearch deployed time series forecasting model', 'reasearch deployed time series forecasting model arima', 'deployed time series forecasting model arima sarimax', 'time series forecasting model arima sarimax holt', 'series forecasting model arima sarimax holt winter', 'forecasting model arima sarimax holt winter prophet', 'model arima sarimax holt winter prophet worked', 'arima sarimax holt winter prophet worked meta', 'sarimax holt winter prophet worked meta feature', 'holt winter prophet worked meta feature extracting', 'winter prophet worked meta feature extracting problem', 'prophet worked meta feature extracting problem github', 'worked meta feature extracting problem github com', 'meta feature extracting problem github com rathorology', 'feature extracting problem github com rathorology implemented', 'extracting problem github com rathorology implemented state', 'problem github com rathorology implemented state art', 'github com rathorology implemented state art research', 'com rathorology implemented state art research paper', 'rathorology implemented state art research paper outlier', 'implemented state art research paper outlier detection', 'state art research paper outlier detection mixed', 'art research paper outlier detection mixed attributes', 'research paper outlier detection mixed attributes company', 'paper outlier detection mixed attributes company matelabs', 'outlier detection mixed attributes company matelabs description', 'education details may 2013 may 2017 b e', 'details may 2013 may 2017 b e uit', 'may 2013 may 2017 b e uit rgpv', '2013 may 2017 b e uit rgpv data', 'may 2017 b e uit rgpv data scientist', '2017 b e uit rgpv data scientist data', 'b e uit rgpv data scientist data scientist', 'e uit rgpv data scientist data scientist matelabs', 'uit rgpv data scientist data scientist matelabs skill', 'rgpv data scientist data scientist matelabs skill details', 'data scientist data scientist matelabs skill details python', 'scientist data scientist matelabs skill details python exprience', 'data scientist matelabs skill details python exprience less', 'scientist matelabs skill details python exprience less 1', 'matelabs skill details python exprience less 1 year', 'skill details python exprience less 1 year months', 'details python exprience less 1 year months statsmodels', 'python exprience less 1 year months statsmodels exprience', 'exprience less 1 year months statsmodels exprience 12', 'less 1 year months statsmodels exprience 12 months', '1 year months statsmodels exprience 12 months aws', 'year months statsmodels exprience 12 months aws exprience', 'months statsmodels exprience 12 months aws exprience less', 'statsmodels exprience 12 months aws exprience less 1', 'exprience 12 months aws exprience less 1 year', '12 months aws exprience less 1 year months', 'months aws exprience less 1 year months machine', 'aws exprience less 1 year months machine learning', 'exprience less 1 year months machine learning exprience', 'less 1 year months machine learning exprience less', '1 year months machine learning exprience less 1', 'year months machine learning exprience less 1 year', 'months machine learning exprience less 1 year months', 'machine learning exprience less 1 year months sklearn', 'learning exprience less 1 year months sklearn exprience', 'exprience less 1 year months sklearn exprience less', 'less 1 year months sklearn exprience less 1', '1 year months sklearn exprience less 1 year', 'year months sklearn exprience less 1 year months', 'months sklearn exprience less 1 year months scipy', 'sklearn exprience less 1 year months scipy exprience', ...], ['areas', 'interest', 'deep', 'learning', 'control', 'system', 'design', 'programming', 'python', 'electric', 'machinery', 'web', 'development', 'analytics', 'technical', 'activities', 'q', 'hindustan', 'aeronautics', 'limited', 'bangalore', 'for', '4', 'weeks', 'guidance', 'mr', 'satish', 'senior', 'engineer', 'hangar', 'mirage', '2000', 'fighter', 'aircraft', 'technical', 'skills', 'programming', 'matlab', 'python', 'java', 'labview', 'python', 'webframework', 'django', 'flask', 'ltspice', 'intermediate', 'languages', 'mipower', 'intermediate', 'github', 'gitbash', 'jupyter', 'notebook', 'xampp', 'mysql', 'basics', 'python', 'software', 'packages', 'interpreters', 'anaconda', 'python2', 'python3', 'pycharm', 'java', 'ide', 'eclipse', 'operating', 'systems', 'windows', 'ubuntu', 'debian', 'kali', 'linux', 'education', 'details', 'january', '2019', 'b', 'tech', 'electrical', 'electronics', 'engineering', 'manipal', 'institute', 'technology', 'january', '2015', 'deeksha', 'center', 'january', '2013', 'little', 'flower', 'public', 'school', 'august', '2000', 'manipal', 'academy', 'higher', 'data', 'science', 'data', 'science', 'and', 'electrical', 'enthusiast', 'skill', 'details', 'data', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'excel', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'mathematics', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience', 'less', '1', 'year', 'months', 'electrical', 'engineering', 'exprience', 'less', '1', 'year', 'months', 'sql', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'themathcompany', 'description', 'i', 'currently', 'working', 'casino', 'based', 'operator', 'name', 'disclosed', 'macau', 'i', 'need', 'segment', 'customers', 'visit', 'property', 'based', 'value', 'patrons', 'bring', 'company', 'basically', 'prove', 'segmentation', 'done', 'much', 'better', 'way', 'current', 'system', 'proper', 'numbers', 'back', 'henceforth', 'implement', 'target', 'marketing', 'strategy', 'attract', 'customers', 'add', 'value', 'business', 'areas interest', 'interest deep', 'deep learning', 'learning control', 'control system', 'system design', 'design programming', 'programming python', 'python electric', 'electric machinery', 'machinery web', 'web development', 'development analytics', 'analytics technical', 'technical activities', 'activities q', 'q hindustan', 'hindustan aeronautics', 'aeronautics limited', 'limited bangalore', 'bangalore for', 'for 4', '4 weeks', 'weeks guidance', 'guidance mr', 'mr satish', 'satish senior', 'senior engineer', 'engineer hangar', 'hangar mirage', 'mirage 2000', '2000 fighter', 'fighter aircraft', 'aircraft technical', 'technical skills', 'skills programming', 'programming matlab', 'matlab python', 'python java', 'java labview', 'labview python', 'python webframework', 'webframework django', 'django flask', 'flask ltspice', 'ltspice intermediate', 'intermediate languages', 'languages mipower', 'mipower intermediate', 'intermediate github', 'github gitbash', 'gitbash jupyter', 'jupyter notebook', 'notebook xampp', 'xampp mysql', 'mysql basics', 'basics python', 'python software', 'software packages', 'packages interpreters', 'interpreters anaconda', 'anaconda python2', 'python2 python3', 'python3 pycharm', 'pycharm java', 'java ide', 'ide eclipse', 'eclipse operating', 'operating systems', 'systems windows', 'windows ubuntu', 'ubuntu debian', 'debian kali', 'kali linux', 'linux education', 'education details', 'details january', 'january 2019', '2019 b', 'b tech', 'tech electrical', 'electrical electronics', 'electronics engineering', 'engineering manipal', 'manipal institute', 'institute technology', 'technology january', 'january 2015', '2015 deeksha', 'deeksha center', 'center january', 'january 2013', '2013 little', 'little flower', 'flower public', 'public school', 'school august', 'august 2000', '2000 manipal', 'manipal academy', 'academy higher', 'higher data', 'data science', 'science data', 'data science', 'science and', 'and electrical', 'electrical enthusiast', 'enthusiast skill', 'skill details', 'details data', 'data analysis', 'analysis exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months excel', 'excel exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months machine', 'machine learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months mathematics', 'mathematics exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months matlab', 'matlab exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months electrical', 'electrical engineering', 'engineering exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sql', 'sql exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company themathcompany', 'themathcompany description', 'description i', 'i currently', 'currently working', 'working casino', 'casino based', 'based operator', 'operator name', 'name disclosed', 'disclosed macau', 'macau i', 'i need', 'need segment', 'segment customers', 'customers visit', 'visit property', 'property based', 'based value', 'value patrons', 'patrons bring', 'bring company', 'company basically', 'basically prove', 'prove segmentation', 'segmentation done', 'done much', 'much better', 'better way', 'way current', 'current system', 'system proper', 'proper numbers', 'numbers back', 'back henceforth', 'henceforth implement', 'implement target', 'target marketing', 'marketing strategy', 'strategy attract', 'attract customers', 'customers add', 'add value', 'value business', 'areas interest deep', 'interest deep learning', 'deep learning control', 'learning control system', 'control system design', 'system design programming', 'design programming python', 'programming python electric', 'python electric machinery', 'electric machinery web', 'machinery web development', 'web development analytics', 'development analytics technical', 'analytics technical activities', 'technical activities q', 'activities q hindustan', 'q hindustan aeronautics', 'hindustan aeronautics limited', 'aeronautics limited bangalore', 'limited bangalore for', 'bangalore for 4', 'for 4 weeks', '4 weeks guidance', 'weeks guidance mr', 'guidance mr satish', 'mr satish senior', 'satish senior engineer', 'senior engineer hangar', 'engineer hangar mirage', 'hangar mirage 2000', 'mirage 2000 fighter', '2000 fighter aircraft', 'fighter aircraft technical', 'aircraft technical skills', 'technical skills programming', 'skills programming matlab', 'programming matlab python', 'matlab python java', 'python java labview', 'java labview python', 'labview python webframework', 'python webframework django', 'webframework django flask', 'django flask ltspice', 'flask ltspice intermediate', 'ltspice intermediate languages', 'intermediate languages mipower', 'languages mipower intermediate', 'mipower intermediate github', 'intermediate github gitbash', 'github gitbash jupyter', 'gitbash jupyter notebook', 'jupyter notebook xampp', 'notebook xampp mysql', 'xampp mysql basics', 'mysql basics python', 'basics python software', 'python software packages', 'software packages interpreters', 'packages interpreters anaconda', 'interpreters anaconda python2', 'anaconda python2 python3', 'python2 python3 pycharm', 'python3 pycharm java', 'pycharm java ide', 'java ide eclipse', 'ide eclipse operating', 'eclipse operating systems', 'operating systems windows', 'systems windows ubuntu', 'windows ubuntu debian', 'ubuntu debian kali', 'debian kali linux', 'kali linux education', 'linux education details', 'education details january', 'details january 2019', 'january 2019 b', '2019 b tech', 'b tech electrical', 'tech electrical electronics', 'electrical electronics engineering', 'electronics engineering manipal', 'engineering manipal institute', 'manipal institute technology', 'institute technology january', 'technology january 2015', 'january 2015 deeksha', '2015 deeksha center', 'deeksha center january', 'center january 2013', 'january 2013 little', '2013 little flower', 'little flower public', 'flower public school', 'public school august', 'school august 2000', 'august 2000 manipal', '2000 manipal academy', 'manipal academy higher', 'academy higher data', 'higher data science', 'data science data', 'science data science', 'data science and', 'science and electrical', 'and electrical enthusiast', 'electrical enthusiast skill', 'enthusiast skill details', 'skill details data', 'details data analysis', 'data analysis exprience', 'analysis exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months excel', 'months excel exprience', 'excel exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months machine', 'months machine learning', 'machine learning exprience', 'learning exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months mathematics', 'months mathematics exprience', 'mathematics exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months python', 'months python exprience', 'python exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months matlab', 'months matlab exprience', 'matlab exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months electrical', 'months electrical engineering', 'electrical engineering exprience', 'engineering exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months sql', 'months sql exprience', 'sql exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company themathcompany', 'company themathcompany description', 'themathcompany description i', 'description i currently', 'i currently working', 'currently working casino', 'working casino based', 'casino based operator', 'based operator name', 'operator name disclosed', 'name disclosed macau', 'disclosed macau i', 'macau i need', 'i need segment', 'need segment customers', 'segment customers visit', 'customers visit property', 'visit property based', 'property based value', 'based value patrons', 'value patrons bring', 'patrons bring company', 'bring company basically', 'company basically prove', 'basically prove segmentation', 'prove segmentation done', 'segmentation done much', 'done much better', 'much better way', 'better way current', 'way current system', 'current system proper', 'system proper numbers', 'proper numbers back', 'numbers back henceforth', 'back henceforth implement', 'henceforth implement target', 'implement target marketing', 'target marketing strategy', 'marketing strategy attract', 'strategy attract customers', 'attract customers add', 'customers add value', 'add value business', 'areas interest deep learning', 'interest deep learning control', 'deep learning control system', 'learning control system design', 'control system design programming', 'system design programming python', 'design programming python electric', 'programming python electric machinery', 'python electric machinery web', 'electric machinery web development', 'machinery web development analytics', 'web development analytics technical', 'development analytics technical activities', 'analytics technical activities q', 'technical activities q hindustan', 'activities q hindustan aeronautics', 'q hindustan aeronautics limited', 'hindustan aeronautics limited bangalore', 'aeronautics limited bangalore for', 'limited bangalore for 4', 'bangalore for 4 weeks', 'for 4 weeks guidance', '4 weeks guidance mr', 'weeks guidance mr satish', 'guidance mr satish senior', 'mr satish senior engineer', 'satish senior engineer hangar', 'senior engineer hangar mirage', 'engineer hangar mirage 2000', 'hangar mirage 2000 fighter', 'mirage 2000 fighter aircraft', '2000 fighter aircraft technical', 'fighter aircraft technical skills', 'aircraft technical skills programming', 'technical skills programming matlab', 'skills programming matlab python', 'programming matlab python java', 'matlab python java labview', 'python java labview python', 'java labview python webframework', 'labview python webframework django', 'python webframework django flask', 'webframework django flask ltspice', 'django flask ltspice intermediate', 'flask ltspice intermediate languages', 'ltspice intermediate languages mipower', 'intermediate languages mipower intermediate', 'languages mipower intermediate github', 'mipower intermediate github gitbash', 'intermediate github gitbash jupyter', 'github gitbash jupyter notebook', 'gitbash jupyter notebook xampp', 'jupyter notebook xampp mysql', 'notebook xampp mysql basics', 'xampp mysql basics python', 'mysql basics python software', 'basics python software packages', 'python software packages interpreters', 'software packages interpreters anaconda', 'packages interpreters anaconda python2', 'interpreters anaconda python2 python3', 'anaconda python2 python3 pycharm', 'python2 python3 pycharm java', 'python3 pycharm java ide', 'pycharm java ide eclipse', 'java ide eclipse operating', 'ide eclipse operating systems', 'eclipse operating systems windows', 'operating systems windows ubuntu', 'systems windows ubuntu debian', 'windows ubuntu debian kali', 'ubuntu debian kali linux', 'debian kali linux education', 'kali linux education details', 'linux education details january', 'education details january 2019', 'details january 2019 b', 'january 2019 b tech', '2019 b tech electrical', 'b tech electrical electronics', 'tech electrical electronics engineering', 'electrical electronics engineering manipal', 'electronics engineering manipal institute', 'engineering manipal institute technology', 'manipal institute technology january', 'institute technology january 2015', 'technology january 2015 deeksha', 'january 2015 deeksha center', '2015 deeksha center january', 'deeksha center january 2013', 'center january 2013 little', 'january 2013 little flower', '2013 little flower public', 'little flower public school', 'flower public school august', 'public school august 2000', 'school august 2000 manipal', 'august 2000 manipal academy', '2000 manipal academy higher', 'manipal academy higher data', 'academy higher data science', 'higher data science data', 'data science data science', 'science data science and', 'data science and electrical', 'science and electrical enthusiast', 'and electrical enthusiast skill', 'electrical enthusiast skill details', 'enthusiast skill details data', 'skill details data analysis', 'details data analysis exprience', 'data analysis exprience less', 'analysis exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months excel', 'year months excel exprience', 'months excel exprience less', 'excel exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months machine', 'year months machine learning', 'months machine learning exprience', 'machine learning exprience less', 'learning exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months mathematics', 'year months mathematics exprience', 'months mathematics exprience less', 'mathematics exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months python', 'year months python exprience', 'months python exprience less', 'python exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months matlab', 'year months matlab exprience', 'months matlab exprience less', 'matlab exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months electrical', 'year months electrical engineering', 'months electrical engineering exprience', 'electrical engineering exprience less', 'engineering exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months sql', 'year months sql exprience', 'months sql exprience less', 'sql exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company themathcompany', 'details company themathcompany description', 'company themathcompany description i', 'themathcompany description i currently', 'description i currently working', 'i currently working casino', 'currently working casino based', 'working casino based operator', 'casino based operator name', 'based operator name disclosed', 'operator name disclosed macau', 'name disclosed macau i', 'disclosed macau i need', 'macau i need segment', 'i need segment customers', 'need segment customers visit', 'segment customers visit property', 'customers visit property based', 'visit property based value', 'property based value patrons', 'based value patrons bring', 'value patrons bring company', 'patrons bring company basically', 'bring company basically prove', 'company basically prove segmentation', 'basically prove segmentation done', 'prove segmentation done much', 'segmentation done much better', 'done much better way', 'much better way current', 'better way current system', 'way current system proper', 'current system proper numbers', 'system proper numbers back', 'proper numbers back henceforth', 'numbers back henceforth implement', 'back henceforth implement target', 'henceforth implement target marketing', 'implement target marketing strategy', 'target marketing strategy attract', 'marketing strategy attract customers', 'strategy attract customers add', 'attract customers add value', 'customers add value business', 'areas interest deep learning control', 'interest deep learning control system', 'deep learning control system design', 'learning control system design programming', 'control system design programming python', 'system design programming python electric', 'design programming python electric machinery', 'programming python electric machinery web', 'python electric machinery web development', 'electric machinery web development analytics', 'machinery web development analytics technical', 'web development analytics technical activities', 'development analytics technical activities q', 'analytics technical activities q hindustan', 'technical activities q hindustan aeronautics', 'activities q hindustan aeronautics limited', 'q hindustan aeronautics limited bangalore', 'hindustan aeronautics limited bangalore for', 'aeronautics limited bangalore for 4', 'limited bangalore for 4 weeks', 'bangalore for 4 weeks guidance', 'for 4 weeks guidance mr', '4 weeks guidance mr satish', 'weeks guidance mr satish senior', 'guidance mr satish senior engineer', 'mr satish senior engineer hangar', 'satish senior engineer hangar mirage', 'senior engineer hangar mirage 2000', 'engineer hangar mirage 2000 fighter', 'hangar mirage 2000 fighter aircraft', 'mirage 2000 fighter aircraft technical', '2000 fighter aircraft technical skills', 'fighter aircraft technical skills programming', 'aircraft technical skills programming matlab', 'technical skills programming matlab python', 'skills programming matlab python java', 'programming matlab python java labview', 'matlab python java labview python', 'python java labview python webframework', 'java labview python webframework django', 'labview python webframework django flask', 'python webframework django flask ltspice', 'webframework django flask ltspice intermediate', 'django flask ltspice intermediate languages', 'flask ltspice intermediate languages mipower', 'ltspice intermediate languages mipower intermediate', 'intermediate languages mipower intermediate github', 'languages mipower intermediate github gitbash', 'mipower intermediate github gitbash jupyter', 'intermediate github gitbash jupyter notebook', 'github gitbash jupyter notebook xampp', 'gitbash jupyter notebook xampp mysql', 'jupyter notebook xampp mysql basics', 'notebook xampp mysql basics python', 'xampp mysql basics python software', 'mysql basics python software packages', 'basics python software packages interpreters', 'python software packages interpreters anaconda', 'software packages interpreters anaconda python2', 'packages interpreters anaconda python2 python3', 'interpreters anaconda python2 python3 pycharm', 'anaconda python2 python3 pycharm java', 'python2 python3 pycharm java ide', 'python3 pycharm java ide eclipse', 'pycharm java ide eclipse operating', 'java ide eclipse operating systems', 'ide eclipse operating systems windows', 'eclipse operating systems windows ubuntu', 'operating systems windows ubuntu debian', 'systems windows ubuntu debian kali', 'windows ubuntu debian kali linux', 'ubuntu debian kali linux education', 'debian kali linux education details', 'kali linux education details january', 'linux education details january 2019', 'education details january 2019 b', 'details january 2019 b tech', 'january 2019 b tech electrical', '2019 b tech electrical electronics', 'b tech electrical electronics engineering', 'tech electrical electronics engineering manipal', 'electrical electronics engineering manipal institute', 'electronics engineering manipal institute technology', 'engineering manipal institute technology january', 'manipal institute technology january 2015', 'institute technology january 2015 deeksha', 'technology january 2015 deeksha center', 'january 2015 deeksha center january', '2015 deeksha center january 2013', 'deeksha center january 2013 little', 'center january 2013 little flower', 'january 2013 little flower public', '2013 little flower public school', 'little flower public school august', 'flower public school august 2000', 'public school august 2000 manipal', 'school august 2000 manipal academy', 'august 2000 manipal academy higher', '2000 manipal academy higher data', 'manipal academy higher data science', 'academy higher data science data', 'higher data science data science', 'data science data science and', 'science data science and electrical', 'data science and electrical enthusiast', 'science and electrical enthusiast skill', 'and electrical enthusiast skill details', 'electrical enthusiast skill details data', 'enthusiast skill details data analysis', 'skill details data analysis exprience', 'details data analysis exprience less', 'data analysis exprience less 1', 'analysis exprience less 1 year', 'exprience less 1 year months', 'less 1 year months excel', '1 year months excel exprience', 'year months excel exprience less', 'months excel exprience less 1', 'excel exprience less 1 year', 'exprience less 1 year months', 'less 1 year months machine', '1 year months machine learning', 'year months machine learning exprience', 'months machine learning exprience less', 'machine learning exprience less 1', 'learning exprience less 1 year', 'exprience less 1 year months', 'less 1 year months mathematics', '1 year months mathematics exprience', 'year months mathematics exprience less', 'months mathematics exprience less 1', 'mathematics exprience less 1 year', 'exprience less 1 year months', 'less 1 year months python', '1 year months python exprience', 'year months python exprience less', 'months python exprience less 1', 'python exprience less 1 year', 'exprience less 1 year months', 'less 1 year months matlab', '1 year months matlab exprience', 'year months matlab exprience less', 'months matlab exprience less 1', 'matlab exprience less 1 year', 'exprience less 1 year months', 'less 1 year months electrical', '1 year months electrical engineering', 'year months electrical engineering exprience', 'months electrical engineering exprience less', 'electrical engineering exprience less 1', 'engineering exprience less 1 year', 'exprience less 1 year months', 'less 1 year months sql', '1 year months sql exprience', 'year months sql exprience less', 'months sql exprience less 1', 'sql exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company themathcompany', 'monthscompany details company themathcompany description', 'details company themathcompany description i', 'company themathcompany description i currently', 'themathcompany description i currently working', 'description i currently working casino', 'i currently working casino based', 'currently working casino based operator', 'working casino based operator name', 'casino based operator name disclosed', 'based operator name disclosed macau', 'operator name disclosed macau i', 'name disclosed macau i need', 'disclosed macau i need segment', ...], ['skills', 'r', 'python', 'sap', 'hana', 'tableau', 'sap', 'hana', 'sql', 'sap', 'hana', 'pal', 'ms', 'sql', 'sap', 'lumira', 'c', 'linear', 'programming', 'data', 'modelling', 'advance', 'analytics', 'scm', 'analytics', 'retail', 'analytics', 'social', 'media', 'analytics', 'nlp', 'education', 'details', 'january', '2017', 'january', '2018', 'pgdm', 'business', 'analytics', 'great', 'lakes', 'institute', 'management', 'illinois', 'institute', 'technology', 'january', '2013', 'bachelor', 'engineering', 'electronics', 'communication', 'bengaluru', 'karnataka', 'new', 'horizon', 'college', 'engineering', 'bangalore', 'visvesvaraya', 'technological', 'university', 'data', 'science', 'consultant', 'consultant', 'deloitte', 'usi', 'skill', 'details', 'linear', 'programming', 'exprience', '6', 'months', 'retail', 'exprience', '6', 'months', 'retail', 'marketing', 'exprience', '6', 'months', 'scm', 'exprience', '6', 'months', 'sql', 'exprience', 'less', '1', 'year', 'months', 'deep', 'learning', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'r', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'deloitte', 'usi', 'description', 'the', 'project', 'involved', 'analysing', 'historic', 'deals', 'coming', 'insights', 'optimize', 'future', 'deals', 'role', 'was', 'given', 'raw', 'data', 'carried', 'end', 'end', 'analysis', 'presented', 'insights', 'client', 'key', 'responsibilities', 'extract', 'data', 'client', 'systems', 'across', 'geographies', 'understand', 'build', 'reports', 'tableau', 'infer', 'meaningful', 'insights', 'optimize', 'prices', 'find', 'process', 'blockades', 'technical', 'environment', 'r', 'tableau', 'industry', 'cross', 'industry', 'service', 'area', 'cross', 'industry', 'products', 'project', 'name', 'handwriting', 'recognition', 'consultant', '3', 'months', 'the', 'project', 'involved', 'taking', 'handwritten', 'images', 'converting', 'digital', 'text', 'images', 'object', 'detection', 'sentence', 'creation', 'role', 'i', 'developing', 'sentence', 'correction', 'functionality', 'key', 'responsibilities', 'gather', 'data', 'large', 'enough', 'capture', 'english', 'words', 'train', 'lstm', 'models', 'words', 'technical', 'environment', 'python', 'industry', 'finance', 'service', 'area', 'financial', 'services', 'bi', 'development', 'project', 'name', 'swift', 'consultant', '8', 'months', 'the', 'project', 'develop', 'analytics', 'infrastructure', 'top', 'sap', 's', '4', 'would', 'user', 'view', 'financial', 'reports', 'respective', 'departments', 'reporting', 'also', 'included', 'forecasting', 'expenses', 'role', 'i', 'leading', 'offshore', 'team', 'key', 'responsibilities', 'design', 'develop', 'data', 'models', 'reporting', 'develop', 'etl', 'data', 'flow', 'validate', 'various', 'reports', 'technical', 'environment', 'sap', 'hana', 'tableau', 'sap', 'ao', 'industry', 'healthcare', 'analytics', 'service', 'area', 'life', 'sciences', 'product', 'development', 'project', 'name', 'clinical', 'healthcare', 'system', 'consultant', '2', 'months', 'the', 'project', 'develop', 'analytics', 'infrastructure', 'top', 'argus', 'would', 'allow', 'users', 'query', 'faster', 'provide', 'advance', 'analytics', 'capabilities', 'role', 'i', 'involved', 'design', 'deploy', 'phase', 'performed', 'lot', 'data', 'restructuring', 'built', 'models', 'insights', 'key', 'responsibilities', 'design', 'develop', 'data', 'models', 'reporting', 'develop', 'deploy', 'analytical', 'models', 'validate', 'various', 'reports', 'technical', 'environment', 'data', 'modelling', 'sap', 'hana', 'tableau', 'nlp', 'industry', 'fmcg', 'service', 'area', 'trade', 'promotion', 'project', 'name', 'consumption', 'based', 'planning', 'flowers', 'foods', 'consultant', '8', 'months', 'the', 'project', 'involved', 'setting', 'crm', 'cbp', 'modules', 'role', 'i', 'involved', 'key', 'data', 'decomposition', 'activities', 'setting', 'base', 'future', 'year', 'forecast', 'over', 'course', 'project', 'i', 'developed', 'various', 'models', 'carried', 'key', 'performance', 'improvements', 'key', 'responsibilities', 'design', 'develop', 'hana', 'models', 'decomposition', 'develop', 'data', 'flow', 'forecast', 'developed', 'various', 'views', 'reporting', 'customer', 'sales', 'funds', 'validate', 'various', 'reports', 'bobj', 'technical', 'environment', 'data', 'modelling', 'sap', 'hana', 'bobj', 'time', 'series', 'forecasting', 'internal', 'initiative', 'industry', 'fmcg', 'customer', 'segmentation', 'rfm', 'analysis', 'consultant', '3', 'months', 'the', 'initiative', 'involved', 'setting', 'hana', 'python', 'interface', 'advance', 'analytics', 'python', 'over', 'course', 'i', 'su', 'essfully', 'segmented', 'data', 'five', 'core', 'segments', 'using', 'k', 'means', 'carried', 'rfm', 'analysis', 'python', 'also', 'developed', 'algorithm', 'categorize', 'new', 'customer', 'defined', 'buckets', 'technical', 'environment', 'anaconda3', 'python3', '6', 'hana', 'sps12', 'industry', 'telecom', 'invoice', 'state', 'detection', 'consultant', '1', 'months', 'the', 'initiative', 'reduce', 'manual', 'effort', 'verifying', 'closed', 'open', 'invoices', 'manually', 'involved', 'development', 'decision', 'tree', 'classify', 'open', 'closed', 'invoices', 'this', 'enabled', 'effort', 'reduction', '60', 'technical', 'environment', 'r', 'sap', 'pal', 'sap', 'hana', 'sps12', 'a', 'enture', 'experience', 'industry', 'analytics', 'cross', 'industry', 'in', 'process', 'analytics', 'sap', 'senior', 'developer', '19', 'months', 'a', 'enture', 'solutions', 'pvt', 'ltd', 'india', 'the', 'project', 'involved', 'development', 'sap', 'analytics', 'tool', 'in', 'process', 'analytics', 'ipa', 'my', 'role', 'develop', 'database', 'objects', 'data', 'models', 'provide', 'operational', 'insights', 'clients', 'role', 'i', 'developed', 'various', 'finance', 'related', 'kpis', 'spearheaded', 'various', 'deployments', 'introduced', 'sap', 'predictive', 'analytics', 'reduce', 'development', 'time', 'reuse', 'functionalities', 'kpis', 'prepared', 'production', 'planning', 'reports', 'key', 'responsibilities', 'involved', 'information', 'gather', 'phase', 'designed', 'implemented', 'sap', 'hana', 'data', 'modelling', 'using', 'attribute', 'view', 'analytic', 'view', 'calculation', 'view', 'developed', 'various', 'kpi', 'individually', 'using', 'complex', 'sql', 'scripts', 'calculation', 'views', 'created', 'procedures', 'hana', 'database', 'took', 'ownership', 'developed', 'dashboard', 'functionality', 'involved', 'building', 'data', 'processing', 'algorithms', 'executed', 'r', 'server', 'cluster', 'analysis', 'technical', 'environment', 'r', 'sap', 'hana', 't', 'sql', 'industry', 'cross', 'industry', 'a', 'enture', 'testing', 'a', 'elerator', 'sap', 'database', 'developer', '21', 'months', 'a', 'enture', 'solutions', 'pvt', 'ltd', 'india', 'role', 'i', 'taken', 'care', 'development', 'activities', 'atas', 'tool', 'also', 'completed', 'various', 'deployments', 'product', 'apart', 'activities', 'i', 'also', 'actively', 'involved', 'maintenance', 'database', 'servers', 'production', 'quality', 'key', 'responsibilities', 'analyzing', 'business', 'requirements', 'understanding', 'scope', 'getting', 'requirements', 'clarified', 'interacting', 'business', 'transform', 'requirements', 'generate', 'attribute', 'mapping', 'documents', 'reviewing', 'mapping', 'specification', 'documentation', 'create', 'update', 'database', 'objects', 'like', 'tables', 'views', 'stored', 'procedures', 'function', 'packages', 'monitored', 'sql', 'server', 'error', 'logs', 'application', 'logs', 'sql', 'server', 'agent', 'prepared', 'data', 'flow', 'diagrams', 'entity', 'relationship', 'diagrams', 'using', 'uml', 'responsible', 'designing', 'developing', 'normalization', 'database', 'tables', 'experience', 'performance', 'tuning', 'using', 'sql', 'profiler', 'involved', 'qa', 'uat', 'knowledge', 'transfer', 'support', 'activities', 'technical', 'environment', 'sql', 'server', '2008', '2014', 'visual', 'studio', '2010', 'windows', 'server', 'performance', 'monitor', 'sql', 'server', 'profiler', 'c', 'pl', 'sql', 't', 'sql', 'skills r', 'r python', 'python sap', 'sap hana', 'hana tableau', 'tableau sap', 'sap hana', 'hana sql', 'sql sap', 'sap hana', 'hana pal', 'pal ms', 'ms sql', 'sql sap', 'sap lumira', 'lumira c', 'c linear', 'linear programming', 'programming data', 'data modelling', 'modelling advance', 'advance analytics', 'analytics scm', 'scm analytics', 'analytics retail', 'retail analytics', 'analytics social', 'social media', 'media analytics', 'analytics nlp', 'nlp education', 'education details', 'details january', 'january 2017', '2017 january', 'january 2018', '2018 pgdm', 'pgdm business', 'business analytics', 'analytics great', 'great lakes', 'lakes institute', 'institute management', 'management illinois', 'illinois institute', 'institute technology', 'technology january', 'january 2013', '2013 bachelor', 'bachelor engineering', 'engineering electronics', 'electronics communication', 'communication bengaluru', 'bengaluru karnataka', 'karnataka new', 'new horizon', 'horizon college', 'college engineering', 'engineering bangalore', 'bangalore visvesvaraya', 'visvesvaraya technological', 'technological university', 'university data', 'data science', 'science consultant', 'consultant consultant', 'consultant deloitte', 'deloitte usi', 'usi skill', 'skill details', 'details linear', 'linear programming', 'programming exprience', 'exprience 6', '6 months', 'months retail', 'retail exprience', 'exprience 6', '6 months', 'months retail', 'retail marketing', 'marketing exprience', 'exprience 6', '6 months', 'months scm', 'scm exprience', 'exprience 6', '6 months', 'months sql', 'sql exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months deep', 'deep learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months machine', 'machine learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months r', 'r exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company deloitte', 'deloitte usi', 'usi description', 'description the', 'the project', 'project involved', 'involved analysing', 'analysing historic', 'historic deals', 'deals coming', 'coming insights', 'insights optimize', 'optimize future', 'future deals', 'deals role', 'role was', 'was given', 'given raw', 'raw data', 'data carried', 'carried end', 'end end', 'end analysis', 'analysis presented', 'presented insights', 'insights client', 'client key', 'key responsibilities', 'responsibilities extract', 'extract data', 'data client', 'client systems', 'systems across', 'across geographies', 'geographies understand', 'understand build', 'build reports', 'reports tableau', 'tableau infer', 'infer meaningful', 'meaningful insights', 'insights optimize', 'optimize prices', 'prices find', 'find process', 'process blockades', 'blockades technical', 'technical environment', 'environment r', 'r tableau', 'tableau industry', 'industry cross', 'cross industry', 'industry service', 'service area', 'area cross', 'cross industry', 'industry products', 'products project', 'project name', 'name handwriting', 'handwriting recognition', 'recognition consultant', 'consultant 3', '3 months', 'months the', 'the project', 'project involved', 'involved taking', 'taking handwritten', 'handwritten images', 'images converting', 'converting digital', 'digital text', 'text images', 'images object', 'object detection', 'detection sentence', 'sentence creation', 'creation role', 'role i', 'i developing', 'developing sentence', 'sentence correction', 'correction functionality', 'functionality key', 'key responsibilities', 'responsibilities gather', 'gather data', 'data large', 'large enough', 'enough capture', 'capture english', 'english words', 'words train', 'train lstm', 'lstm models', 'models words', ...], ['education', 'details', 'mca', 'ymcaust', 'faridabad', 'haryana', 'data', 'science', 'internship', 'skill', 'details', 'data', 'structure', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'data', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'core', 'java', 'exprience', 'less', '1', 'year', 'months', 'database', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'itechpower', 'description', 'education details', 'details mca', 'mca ymcaust', 'ymcaust faridabad', 'faridabad haryana', 'haryana data', 'data science', 'science internship', 'internship skill', 'skill details', 'details data', 'data structure', 'structure exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months data', 'data analysis', 'analysis exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months core', 'core java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months database', 'database management', 'management exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company itechpower', 'itechpower description', 'education details mca', 'details mca ymcaust', 'mca ymcaust faridabad', 'ymcaust faridabad haryana', 'faridabad haryana data', 'haryana data science', 'data science internship', 'science internship skill', 'internship skill details', 'skill details data', 'details data structure', 'data structure exprience', 'structure exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months c', 'months c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months data', 'months data analysis', 'data analysis exprience', 'analysis exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months python', 'months python exprience', 'python exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months core', 'months core java', 'core java exprience', 'java exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months database', 'months database management', 'database management exprience', 'management exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company itechpower', 'company itechpower description', 'education details mca ymcaust', 'details mca ymcaust faridabad', 'mca ymcaust faridabad haryana', 'ymcaust faridabad haryana data', 'faridabad haryana data science', 'haryana data science internship', 'data science internship skill', 'science internship skill details', 'internship skill details data', 'skill details data structure', 'details data structure exprience', 'data structure exprience less', 'structure exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months c', 'year months c exprience', 'months c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months data', 'year months data analysis', 'months data analysis exprience', 'data analysis exprience less', 'analysis exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months python', 'year months python exprience', 'months python exprience less', 'python exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months core', 'year months core java', 'months core java exprience', 'core java exprience less', 'java exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months database', 'year months database management', 'months database management exprience', 'database management exprience less', 'management exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company itechpower', 'details company itechpower description', 'education details mca ymcaust faridabad', 'details mca ymcaust faridabad haryana', 'mca ymcaust faridabad haryana data', 'ymcaust faridabad haryana data science', 'faridabad haryana data science internship', 'haryana data science internship skill', 'data science internship skill details', 'science internship skill details data', 'internship skill details data structure', 'skill details data structure exprience', 'details data structure exprience less', 'data structure exprience less 1', 'structure exprience less 1 year', 'exprience less 1 year months', 'less 1 year months c', '1 year months c exprience', 'year months c exprience less', 'months c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months data', '1 year months data analysis', 'year months data analysis exprience', 'months data analysis exprience less', 'data analysis exprience less 1', 'analysis exprience less 1 year', 'exprience less 1 year months', 'less 1 year months python', '1 year months python exprience', 'year months python exprience less', 'months python exprience less 1', 'python exprience less 1 year', 'exprience less 1 year months', 'less 1 year months core', '1 year months core java', 'year months core java exprience', 'months core java exprience less', 'core java exprience less 1', 'java exprience less 1 year', 'exprience less 1 year months', 'less 1 year months database', '1 year months database management', 'year months database management exprience', 'months database management exprience less', 'database management exprience less 1', 'management exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company itechpower', 'monthscompany details company itechpower description', 'education details mca ymcaust faridabad haryana', 'details mca ymcaust faridabad haryana data', 'mca ymcaust faridabad haryana data science', 'ymcaust faridabad haryana data science internship', 'faridabad haryana data science internship skill', 'haryana data science internship skill details', 'data science internship skill details data', 'science internship skill details data structure', 'internship skill details data structure exprience', 'skill details data structure exprience less', 'details data structure exprience less 1', 'data structure exprience less 1 year', 'structure exprience less 1 year months', 'exprience less 1 year months c', 'less 1 year months c exprience', '1 year months c exprience less', 'year months c exprience less 1', 'months c exprience less 1 year', 'c exprience less 1 year months', 'exprience less 1 year months data', 'less 1 year months data analysis', '1 year months data analysis exprience', 'year months data analysis exprience less', 'months data analysis exprience less 1', 'data analysis exprience less 1 year', 'analysis exprience less 1 year months', 'exprience less 1 year months python', 'less 1 year months python exprience', '1 year months python exprience less', 'year months python exprience less 1', 'months python exprience less 1 year', 'python exprience less 1 year months', 'exprience less 1 year months core', 'less 1 year months core java', '1 year months core java exprience', 'year months core java exprience less', 'months core java exprience less 1', 'core java exprience less 1 year', 'java exprience less 1 year months', 'exprience less 1 year months database', 'less 1 year months database management', '1 year months database management exprience', 'year months database management exprience less', 'months database management exprience less 1', 'database management exprience less 1 year', 'management exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company itechpower', 'year monthscompany details company itechpower description', 'education details mca ymcaust faridabad haryana data', 'details mca ymcaust faridabad haryana data science', 'mca ymcaust faridabad haryana data science internship', 'ymcaust faridabad haryana data science internship skill', 'faridabad haryana data science internship skill details', 'haryana data science internship skill details data', 'data science internship skill details data structure', 'science internship skill details data structure exprience', 'internship skill details data structure exprience less', 'skill details data structure exprience less 1', 'details data structure exprience less 1 year', 'data structure exprience less 1 year months', 'structure exprience less 1 year months c', 'exprience less 1 year months c exprience', 'less 1 year months c exprience less', '1 year months c exprience less 1', 'year months c exprience less 1 year', 'months c exprience less 1 year months', 'c exprience less 1 year months data', 'exprience less 1 year months data analysis', 'less 1 year months data analysis exprience', '1 year months data analysis exprience less', 'year months data analysis exprience less 1', 'months data analysis exprience less 1 year', 'data analysis exprience less 1 year months', 'analysis exprience less 1 year months python', 'exprience less 1 year months python exprience', 'less 1 year months python exprience less', '1 year months python exprience less 1', 'year months python exprience less 1 year', 'months python exprience less 1 year months', 'python exprience less 1 year months core', 'exprience less 1 year months core java', 'less 1 year months core java exprience', '1 year months core java exprience less', 'year months core java exprience less 1', 'months core java exprience less 1 year', 'core java exprience less 1 year months', 'java exprience less 1 year months database', 'exprience less 1 year months database management', 'less 1 year months database management exprience', '1 year months database management exprience less', 'year months database management exprience less 1', 'months database management exprience less 1 year', 'database management exprience less 1 year monthscompany', 'management exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company itechpower', '1 year monthscompany details company itechpower description', 'education details mca ymcaust faridabad haryana data science', 'details mca ymcaust faridabad haryana data science internship', 'mca ymcaust faridabad haryana data science internship skill', 'ymcaust faridabad haryana data science internship skill details', 'faridabad haryana data science internship skill details data', 'haryana data science internship skill details data structure', 'data science internship skill details data structure exprience', 'science internship skill details data structure exprience less', 'internship skill details data structure exprience less 1', 'skill details data structure exprience less 1 year', 'details data structure exprience less 1 year months', 'data structure exprience less 1 year months c', 'structure exprience less 1 year months c exprience', 'exprience less 1 year months c exprience less', 'less 1 year months c exprience less 1', '1 year months c exprience less 1 year', 'year months c exprience less 1 year months', 'months c exprience less 1 year months data', 'c exprience less 1 year months data analysis', 'exprience less 1 year months data analysis exprience', 'less 1 year months data analysis exprience less', '1 year months data analysis exprience less 1', 'year months data analysis exprience less 1 year', 'months data analysis exprience less 1 year months', 'data analysis exprience less 1 year months python', 'analysis exprience less 1 year months python exprience', 'exprience less 1 year months python exprience less', 'less 1 year months python exprience less 1', '1 year months python exprience less 1 year', 'year months python exprience less 1 year months', 'months python exprience less 1 year months core', 'python exprience less 1 year months core java', 'exprience less 1 year months core java exprience', 'less 1 year months core java exprience less', '1 year months core java exprience less 1', 'year months core java exprience less 1 year', 'months core java exprience less 1 year months', 'core java exprience less 1 year months database', 'java exprience less 1 year months database management', 'exprience less 1 year months database management exprience', 'less 1 year months database management exprience less', '1 year months database management exprience less 1', 'year months database management exprience less 1 year', 'months database management exprience less 1 year monthscompany', 'database management exprience less 1 year monthscompany details', 'management exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company itechpower', 'less 1 year monthscompany details company itechpower description', 'education details mca ymcaust faridabad haryana data science internship', 'details mca ymcaust faridabad haryana data science internship skill', 'mca ymcaust faridabad haryana data science internship skill details', 'ymcaust faridabad haryana data science internship skill details data', 'faridabad haryana data science internship skill details data structure', 'haryana data science internship skill details data structure exprience', 'data science internship skill details data structure exprience less', 'science internship skill details data structure exprience less 1', 'internship skill details data structure exprience less 1 year', 'skill details data structure exprience less 1 year months', 'details data structure exprience less 1 year months c', 'data structure exprience less 1 year months c exprience', 'structure exprience less 1 year months c exprience less', 'exprience less 1 year months c exprience less 1', 'less 1 year months c exprience less 1 year', '1 year months c exprience less 1 year months', 'year months c exprience less 1 year months data', 'months c exprience less 1 year months data analysis', 'c exprience less 1 year months data analysis exprience', 'exprience less 1 year months data analysis exprience less', 'less 1 year months data analysis exprience less 1', '1 year months data analysis exprience less 1 year', 'year months data analysis exprience less 1 year months', 'months data analysis exprience less 1 year months python', 'data analysis exprience less 1 year months python exprience', 'analysis exprience less 1 year months python exprience less', 'exprience less 1 year months python exprience less 1', 'less 1 year months python exprience less 1 year', '1 year months python exprience less 1 year months', 'year months python exprience less 1 year months core', 'months python exprience less 1 year months core java', 'python exprience less 1 year months core java exprience', 'exprience less 1 year months core java exprience less', 'less 1 year months core java exprience less 1', '1 year months core java exprience less 1 year', 'year months core java exprience less 1 year months', 'months core java exprience less 1 year months database', 'core java exprience less 1 year months database management', 'java exprience less 1 year months database management exprience', 'exprience less 1 year months database management exprience less', 'less 1 year months database management exprience less 1', '1 year months database management exprience less 1 year', 'year months database management exprience less 1 year monthscompany', 'months database management exprience less 1 year monthscompany details', 'database management exprience less 1 year monthscompany details company', 'management exprience less 1 year monthscompany details company itechpower', 'exprience less 1 year monthscompany details company itechpower description'], ['skills', 'c', 'basics', 'iot', 'python', 'matlab', 'data', 'science', 'machine', 'learning', 'html', 'microsoft', 'word', 'microsoft', 'excel', 'microsoft', 'powerpoint', 'recognition', 'academic', 'secured', 'first', 'place', 'b', 'tech', 'education', 'details', 'august', '2014', 'may', '2018', 'b', 'tech', 'ghatkesar', 'andhra', 'pradesh', 'aurora', 'scientific', 'technological', 'institute', 'june', '2012', 'may', '2014', 'secondary', 'education', 'warangal', 'telangana', 'sr', 'junior', 'college', 'data', 'science', 'skill', 'details', 'ms', 'office', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'data', 'science', 'exprience', 'less', '1', 'year', 'months', 'matlab', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description', 'skills c', 'c basics', 'basics iot', 'iot python', 'python matlab', 'matlab data', 'data science', 'science machine', 'machine learning', 'learning html', 'html microsoft', 'microsoft word', 'word microsoft', 'microsoft excel', 'excel microsoft', 'microsoft powerpoint', 'powerpoint recognition', 'recognition academic', 'academic secured', 'secured first', 'first place', 'place b', 'b tech', 'tech education', 'education details', 'details august', 'august 2014', '2014 may', 'may 2018', '2018 b', 'b tech', 'tech ghatkesar', 'ghatkesar andhra', 'andhra pradesh', 'pradesh aurora', 'aurora scientific', 'scientific technological', 'technological institute', 'institute june', 'june 2012', '2012 may', 'may 2014', '2014 secondary', 'secondary education', 'education warangal', 'warangal telangana', 'telangana sr', 'sr junior', 'junior college', 'college data', 'data science', 'science skill', 'skill details', 'details ms', 'ms office', 'office exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months machine', 'machine learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months data', 'data science', 'science exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months matlab', 'matlab exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company description', 'skills c basics', 'c basics iot', 'basics iot python', 'iot python matlab', 'python matlab data', 'matlab data science', 'data science machine', 'science machine learning', 'machine learning html', 'learning html microsoft', 'html microsoft word', 'microsoft word microsoft', 'word microsoft excel', 'microsoft excel microsoft', 'excel microsoft powerpoint', 'microsoft powerpoint recognition', 'powerpoint recognition academic', 'recognition academic secured', 'academic secured first', 'secured first place', 'first place b', 'place b tech', 'b tech education', 'tech education details', 'education details august', 'details august 2014', 'august 2014 may', '2014 may 2018', 'may 2018 b', '2018 b tech', 'b tech ghatkesar', 'tech ghatkesar andhra', 'ghatkesar andhra pradesh', 'andhra pradesh aurora', 'pradesh aurora scientific', 'aurora scientific technological', 'scientific technological institute', 'technological institute june', 'institute june 2012', 'june 2012 may', '2012 may 2014', 'may 2014 secondary', '2014 secondary education', 'secondary education warangal', 'education warangal telangana', 'warangal telangana sr', 'telangana sr junior', 'sr junior college', 'junior college data', 'college data science', 'data science skill', 'science skill details', 'skill details ms', 'details ms office', 'ms office exprience', 'office exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months c', 'months c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months machine', 'months machine learning', 'machine learning exprience', 'learning exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months data', 'months data science', 'data science exprience', 'science exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months matlab', 'months matlab exprience', 'matlab exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company description', 'skills c basics iot', 'c basics iot python', 'basics iot python matlab', 'iot python matlab data', 'python matlab data science', 'matlab data science machine', 'data science machine learning', 'science machine learning html', 'machine learning html microsoft', 'learning html microsoft word', 'html microsoft word microsoft', 'microsoft word microsoft excel', 'word microsoft excel microsoft', 'microsoft excel microsoft powerpoint', 'excel microsoft powerpoint recognition', 'microsoft powerpoint recognition academic', 'powerpoint recognition academic secured', 'recognition academic secured first', 'academic secured first place', 'secured first place b', 'first place b tech', 'place b tech education', 'b tech education details', 'tech education details august', 'education details august 2014', 'details august 2014 may', 'august 2014 may 2018', '2014 may 2018 b', 'may 2018 b tech', '2018 b tech ghatkesar', 'b tech ghatkesar andhra', 'tech ghatkesar andhra pradesh', 'ghatkesar andhra pradesh aurora', 'andhra pradesh aurora scientific', 'pradesh aurora scientific technological', 'aurora scientific technological institute', 'scientific technological institute june', 'technological institute june 2012', 'institute june 2012 may', 'june 2012 may 2014', '2012 may 2014 secondary', 'may 2014 secondary education', '2014 secondary education warangal', 'secondary education warangal telangana', 'education warangal telangana sr', 'warangal telangana sr junior', 'telangana sr junior college', 'sr junior college data', 'junior college data science', 'college data science skill', 'data science skill details', 'science skill details ms', 'skill details ms office', 'details ms office exprience', 'ms office exprience less', 'office exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months c', 'year months c exprience', 'months c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months machine', 'year months machine learning', 'months machine learning exprience', 'machine learning exprience less', 'learning exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months data', 'year months data science', 'months data science exprience', 'data science exprience less', 'science exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months matlab', 'year months matlab exprience', 'months matlab exprience less', 'matlab exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company description', 'skills c basics iot python', 'c basics iot python matlab', 'basics iot python matlab data', 'iot python matlab data science', 'python matlab data science machine', 'matlab data science machine learning', 'data science machine learning html', 'science machine learning html microsoft', 'machine learning html microsoft word', 'learning html microsoft word microsoft', 'html microsoft word microsoft excel', 'microsoft word microsoft excel microsoft', 'word microsoft excel microsoft powerpoint', 'microsoft excel microsoft powerpoint recognition', 'excel microsoft powerpoint recognition academic', 'microsoft powerpoint recognition academic secured', 'powerpoint recognition academic secured first', 'recognition academic secured first place', 'academic secured first place b', 'secured first place b tech', 'first place b tech education', 'place b tech education details', 'b tech education details august', 'tech education details august 2014', 'education details august 2014 may', 'details august 2014 may 2018', 'august 2014 may 2018 b', '2014 may 2018 b tech', 'may 2018 b tech ghatkesar', '2018 b tech ghatkesar andhra', 'b tech ghatkesar andhra pradesh', 'tech ghatkesar andhra pradesh aurora', 'ghatkesar andhra pradesh aurora scientific', 'andhra pradesh aurora scientific technological', 'pradesh aurora scientific technological institute', 'aurora scientific technological institute june', 'scientific technological institute june 2012', 'technological institute june 2012 may', 'institute june 2012 may 2014', 'june 2012 may 2014 secondary', '2012 may 2014 secondary education', 'may 2014 secondary education warangal', '2014 secondary education warangal telangana', 'secondary education warangal telangana sr', 'education warangal telangana sr junior', 'warangal telangana sr junior college', 'telangana sr junior college data', 'sr junior college data science', 'junior college data science skill', 'college data science skill details', 'data science skill details ms', 'science skill details ms office', 'skill details ms office exprience', 'details ms office exprience less', 'ms office exprience less 1', 'office exprience less 1 year', 'exprience less 1 year months', 'less 1 year months c', '1 year months c exprience', 'year months c exprience less', 'months c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months machine', '1 year months machine learning', 'year months machine learning exprience', 'months machine learning exprience less', 'machine learning exprience less 1', 'learning exprience less 1 year', 'exprience less 1 year months', 'less 1 year months data', '1 year months data science', 'year months data science exprience', 'months data science exprience less', 'data science exprience less 1', 'science exprience less 1 year', 'exprience less 1 year months', 'less 1 year months matlab', '1 year months matlab exprience', 'year months matlab exprience less', 'months matlab exprience less 1', 'matlab exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company description', 'skills c basics iot python matlab', 'c basics iot python matlab data', 'basics iot python matlab data science', 'iot python matlab data science machine', 'python matlab data science machine learning', 'matlab data science machine learning html', 'data science machine learning html microsoft', 'science machine learning html microsoft word', 'machine learning html microsoft word microsoft', 'learning html microsoft word microsoft excel', 'html microsoft word microsoft excel microsoft', 'microsoft word microsoft excel microsoft powerpoint', 'word microsoft excel microsoft powerpoint recognition', 'microsoft excel microsoft powerpoint recognition academic', 'excel microsoft powerpoint recognition academic secured', 'microsoft powerpoint recognition academic secured first', 'powerpoint recognition academic secured first place', 'recognition academic secured first place b', 'academic secured first place b tech', 'secured first place b tech education', 'first place b tech education details', 'place b tech education details august', 'b tech education details august 2014', 'tech education details august 2014 may', 'education details august 2014 may 2018', 'details august 2014 may 2018 b', 'august 2014 may 2018 b tech', '2014 may 2018 b tech ghatkesar', 'may 2018 b tech ghatkesar andhra', '2018 b tech ghatkesar andhra pradesh', 'b tech ghatkesar andhra pradesh aurora', 'tech ghatkesar andhra pradesh aurora scientific', 'ghatkesar andhra pradesh aurora scientific technological', 'andhra pradesh aurora scientific technological institute', 'pradesh aurora scientific technological institute june', 'aurora scientific technological institute june 2012', 'scientific technological institute june 2012 may', 'technological institute june 2012 may 2014', 'institute june 2012 may 2014 secondary', 'june 2012 may 2014 secondary education', '2012 may 2014 secondary education warangal', 'may 2014 secondary education warangal telangana', '2014 secondary education warangal telangana sr', 'secondary education warangal telangana sr junior', 'education warangal telangana sr junior college', 'warangal telangana sr junior college data', 'telangana sr junior college data science', 'sr junior college data science skill', 'junior college data science skill details', 'college data science skill details ms', 'data science skill details ms office', 'science skill details ms office exprience', 'skill details ms office exprience less', 'details ms office exprience less 1', 'ms office exprience less 1 year', 'office exprience less 1 year months', 'exprience less 1 year months c', 'less 1 year months c exprience', '1 year months c exprience less', 'year months c exprience less 1', 'months c exprience less 1 year', 'c exprience less 1 year months', 'exprience less 1 year months machine', 'less 1 year months machine learning', '1 year months machine learning exprience', 'year months machine learning exprience less', 'months machine learning exprience less 1', 'machine learning exprience less 1 year', 'learning exprience less 1 year months', 'exprience less 1 year months data', 'less 1 year months data science', '1 year months data science exprience', 'year months data science exprience less', 'months data science exprience less 1', 'data science exprience less 1 year', 'science exprience less 1 year months', 'exprience less 1 year months matlab', 'less 1 year months matlab exprience', '1 year months matlab exprience less', 'year months matlab exprience less 1', 'months matlab exprience less 1 year', 'matlab exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company description', 'skills c basics iot python matlab data', 'c basics iot python matlab data science', 'basics iot python matlab data science machine', 'iot python matlab data science machine learning', 'python matlab data science machine learning html', 'matlab data science machine learning html microsoft', 'data science machine learning html microsoft word', 'science machine learning html microsoft word microsoft', 'machine learning html microsoft word microsoft excel', 'learning html microsoft word microsoft excel microsoft', 'html microsoft word microsoft excel microsoft powerpoint', 'microsoft word microsoft excel microsoft powerpoint recognition', 'word microsoft excel microsoft powerpoint recognition academic', 'microsoft excel microsoft powerpoint recognition academic secured', 'excel microsoft powerpoint recognition academic secured first', 'microsoft powerpoint recognition academic secured first place', 'powerpoint recognition academic secured first place b', 'recognition academic secured first place b tech', 'academic secured first place b tech education', 'secured first place b tech education details', 'first place b tech education details august', 'place b tech education details august 2014', 'b tech education details august 2014 may', 'tech education details august 2014 may 2018', 'education details august 2014 may 2018 b', 'details august 2014 may 2018 b tech', 'august 2014 may 2018 b tech ghatkesar', '2014 may 2018 b tech ghatkesar andhra', 'may 2018 b tech ghatkesar andhra pradesh', '2018 b tech ghatkesar andhra pradesh aurora', 'b tech ghatkesar andhra pradesh aurora scientific', 'tech ghatkesar andhra pradesh aurora scientific technological', 'ghatkesar andhra pradesh aurora scientific technological institute', 'andhra pradesh aurora scientific technological institute june', 'pradesh aurora scientific technological institute june 2012', 'aurora scientific technological institute june 2012 may', 'scientific technological institute june 2012 may 2014', 'technological institute june 2012 may 2014 secondary', 'institute june 2012 may 2014 secondary education', 'june 2012 may 2014 secondary education warangal', '2012 may 2014 secondary education warangal telangana', 'may 2014 secondary education warangal telangana sr', '2014 secondary education warangal telangana sr junior', 'secondary education warangal telangana sr junior college', 'education warangal telangana sr junior college data', 'warangal telangana sr junior college data science', 'telangana sr junior college data science skill', 'sr junior college data science skill details', 'junior college data science skill details ms', 'college data science skill details ms office', 'data science skill details ms office exprience', 'science skill details ms office exprience less', 'skill details ms office exprience less 1', 'details ms office exprience less 1 year', 'ms office exprience less 1 year months', 'office exprience less 1 year months c', 'exprience less 1 year months c exprience', 'less 1 year months c exprience less', '1 year months c exprience less 1', 'year months c exprience less 1 year', 'months c exprience less 1 year months', 'c exprience less 1 year months machine', 'exprience less 1 year months machine learning', 'less 1 year months machine learning exprience', '1 year months machine learning exprience less', 'year months machine learning exprience less 1', 'months machine learning exprience less 1 year', 'machine learning exprience less 1 year months', 'learning exprience less 1 year months data', 'exprience less 1 year months data science', 'less 1 year months data science exprience', '1 year months data science exprience less', 'year months data science exprience less 1', 'months data science exprience less 1 year', 'data science exprience less 1 year months', 'science exprience less 1 year months matlab', 'exprience less 1 year months matlab exprience', 'less 1 year months matlab exprience less', '1 year months matlab exprience less 1', 'year months matlab exprience less 1 year', 'months matlab exprience less 1 year monthscompany', 'matlab exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company description', 'skills c basics iot python matlab data science', 'c basics iot python matlab data science machine', 'basics iot python matlab data science machine learning', 'iot python matlab data science machine learning html', 'python matlab data science machine learning html microsoft', 'matlab data science machine learning html microsoft word', 'data science machine learning html microsoft word microsoft', 'science machine learning html microsoft word microsoft excel', 'machine learning html microsoft word microsoft excel microsoft', 'learning html microsoft word microsoft excel microsoft powerpoint', 'html microsoft word microsoft excel microsoft powerpoint recognition', 'microsoft word microsoft excel microsoft powerpoint recognition academic', 'word microsoft excel microsoft powerpoint recognition academic secured', 'microsoft excel microsoft powerpoint recognition academic secured first', 'excel microsoft powerpoint recognition academic secured first place', 'microsoft powerpoint recognition academic secured first place b', 'powerpoint recognition academic secured first place b tech', 'recognition academic secured first place b tech education', 'academic secured first place b tech education details', 'secured first place b tech education details august', 'first place b tech education details august 2014', 'place b tech education details august 2014 may', 'b tech education details august 2014 may 2018', 'tech education details august 2014 may 2018 b', 'education details august 2014 may 2018 b tech', 'details august 2014 may 2018 b tech ghatkesar', 'august 2014 may 2018 b tech ghatkesar andhra', '2014 may 2018 b tech ghatkesar andhra pradesh', 'may 2018 b tech ghatkesar andhra pradesh aurora', '2018 b tech ghatkesar andhra pradesh aurora scientific', 'b tech ghatkesar andhra pradesh aurora scientific technological', 'tech ghatkesar andhra pradesh aurora scientific technological institute', 'ghatkesar andhra pradesh aurora scientific technological institute june', 'andhra pradesh aurora scientific technological institute june 2012', 'pradesh aurora scientific technological institute june 2012 may', 'aurora scientific technological institute june 2012 may 2014', 'scientific technological institute june 2012 may 2014 secondary', 'technological institute june 2012 may 2014 secondary education', 'institute june 2012 may 2014 secondary education warangal', 'june 2012 may 2014 secondary education warangal telangana', '2012 may 2014 secondary education warangal telangana sr', 'may 2014 secondary education warangal telangana sr junior', '2014 secondary education warangal telangana sr junior college', 'secondary education warangal telangana sr junior college data', 'education warangal telangana sr junior college data science', 'warangal telangana sr junior college data science skill', 'telangana sr junior college data science skill details', 'sr junior college data science skill details ms', 'junior college data science skill details ms office', 'college data science skill details ms office exprience', 'data science skill details ms office exprience less', 'science skill details ms office exprience less 1', 'skill details ms office exprience less 1 year', 'details ms office exprience less 1 year months', 'ms office exprience less 1 year months c', 'office exprience less 1 year months c exprience', 'exprience less 1 year months c exprience less', 'less 1 year months c exprience less 1', '1 year months c exprience less 1 year', 'year months c exprience less 1 year months', 'months c exprience less 1 year months machine', 'c exprience less 1 year months machine learning', 'exprience less 1 year months machine learning exprience', 'less 1 year months machine learning exprience less', '1 year months machine learning exprience less 1', 'year months machine learning exprience less 1 year', 'months machine learning exprience less 1 year months', 'machine learning exprience less 1 year months data', 'learning exprience less 1 year months data science', 'exprience less 1 year months data science exprience', 'less 1 year months data science exprience less', '1 year months data science exprience less 1', 'year months data science exprience less 1 year', 'months data science exprience less 1 year months', 'data science exprience less 1 year months matlab', 'science exprience less 1 year months matlab exprience', 'exprience less 1 year months matlab exprience less', 'less 1 year months matlab exprience less 1', '1 year months matlab exprience less 1 year', 'year months matlab exprience less 1 year monthscompany', 'months matlab exprience less 1 year monthscompany details', 'matlab exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company description', 'skills c basics iot python matlab data science machine', 'c basics iot python matlab data science machine learning', 'basics iot python matlab data science machine learning html', 'iot python matlab data science machine learning html microsoft', 'python matlab data science machine learning html microsoft word', 'matlab data science machine learning html microsoft word microsoft', 'data science machine learning html microsoft word microsoft excel', 'science machine learning html microsoft word microsoft excel microsoft', 'machine learning html microsoft word microsoft excel microsoft powerpoint', 'learning html microsoft word microsoft excel microsoft powerpoint recognition', 'html microsoft word microsoft excel microsoft powerpoint recognition academic', 'microsoft word microsoft excel microsoft powerpoint recognition academic secured', 'word microsoft excel microsoft powerpoint recognition academic secured first', 'microsoft excel microsoft powerpoint recognition academic secured first place', 'excel microsoft powerpoint recognition academic secured first place b', 'microsoft powerpoint recognition academic secured first place b tech', 'powerpoint recognition academic secured first place b tech education', 'recognition academic secured first place b tech education details', 'academic secured first place b tech education details august', 'secured first place b tech education details august 2014', 'first place b tech education details august 2014 may', 'place b tech education details august 2014 may 2018', 'b tech education details august 2014 may 2018 b', 'tech education details august 2014 may 2018 b tech', 'education details august 2014 may 2018 b tech ghatkesar', 'details august 2014 may 2018 b tech ghatkesar andhra', 'august 2014 may 2018 b tech ghatkesar andhra pradesh', '2014 may 2018 b tech ghatkesar andhra pradesh aurora', 'may 2018 b tech ghatkesar andhra pradesh aurora scientific', '2018 b tech ghatkesar andhra pradesh aurora scientific technological', 'b tech ghatkesar andhra pradesh aurora scientific technological institute', 'tech ghatkesar andhra pradesh aurora scientific technological institute june', 'ghatkesar andhra pradesh aurora scientific technological institute june 2012', 'andhra pradesh aurora scientific technological institute june 2012 may', 'pradesh aurora scientific technological institute june 2012 may 2014', 'aurora scientific technological institute june 2012 may 2014 secondary', 'scientific technological institute june 2012 may 2014 secondary education', 'technological institute june 2012 may 2014 secondary education warangal', 'institute june 2012 may 2014 secondary education warangal telangana', 'june 2012 may 2014 secondary education warangal telangana sr', '2012 may 2014 secondary education warangal telangana sr junior', 'may 2014 secondary education warangal telangana sr junior college', '2014 secondary education warangal telangana sr junior college data', 'secondary education warangal telangana sr junior college data science', 'education warangal telangana sr junior college data science skill', 'warangal telangana sr junior college data science skill details', 'telangana sr junior college data science skill details ms', 'sr junior college data science skill details ms office', 'junior college data science skill details ms office exprience', 'college data science skill details ms office exprience less', 'data science skill details ms office exprience less 1', 'science skill details ms office exprience less 1 year', 'skill details ms office exprience less 1 year months', 'details ms office exprience less 1 year months c', 'ms office exprience less 1 year months c exprience', 'office exprience less 1 year months c exprience less', 'exprience less 1 year months c exprience less 1', 'less 1 year months c exprience less 1 year', '1 year months c exprience less 1 year months', 'year months c exprience less 1 year months machine', 'months c exprience less 1 year months machine learning', 'c exprience less 1 year months machine learning exprience', 'exprience less 1 year months machine learning exprience less', 'less 1 year months machine learning exprience less 1', '1 year months machine learning exprience less 1 year', 'year months machine learning exprience less 1 year months', 'months machine learning exprience less 1 year months data', 'machine learning exprience less 1 year months data science', 'learning exprience less 1 year months data science exprience', 'exprience less 1 year months data science exprience less', 'less 1 year months data science exprience less 1', '1 year months data science exprience less 1 year', 'year months data science exprience less 1 year months', 'months data science exprience less 1 year months matlab', 'data science exprience less 1 year months matlab exprience', 'science exprience less 1 year months matlab exprience less', 'exprience less 1 year months matlab exprience less 1', 'less 1 year months matlab exprience less 1 year', '1 year months matlab exprience less 1 year monthscompany', 'year months matlab exprience less 1 year monthscompany details', 'months matlab exprience less 1 year monthscompany details company', 'matlab exprience less 1 year monthscompany details company description'], ['skills', 'python', 'tableau', 'data', 'visualization', 'r', 'studio', 'machine', 'learning', 'statistics', 'iabac', 'certified', 'data', 'scientist', 'versatile', 'experience', '1', 'years', 'managing', 'business', 'data', 'science', 'consulting', 'leading', 'innovation', 'projects', 'bringing', 'business', 'ideas', 'working', 'real', 'world', 'solutions', 'being', 'strong', 'advocator', 'augmented', 'era', 'human', 'capabilities', 'enhanced', 'machines', 'fahed', 'passionate', 'bringing', 'business', 'concepts', 'area', 'machine', 'learning', 'ai', 'robotics', 'etc', 'real', 'life', 'solutions', 'education', 'details', 'january', '2017', 'b', 'tech', 'computer', 'science', 'engineering', 'mohali', 'punjab', 'indo', 'global', 'college', 'engineering', 'data', 'science', 'consultant', 'data', 'science', 'consultant', 'datamites', 'skill', 'details', 'machine', 'learning', 'exprience', '13', 'months', 'python', 'exprience', '24', 'months', 'solutions', 'exprience', '24', 'months', 'data', 'science', 'exprience', '24', 'months', 'data', 'visualization', 'exprience', '24', 'months', 'tableau', 'exprience', '24', 'monthscompany', 'details', 'company', 'datamites', 'description', 'analyzed', 'processed', 'complex', 'data', 'sets', 'using', 'advanced', 'querying', 'visualization', 'analytics', 'tools', 'responsible', 'loading', 'extracting', 'validation', 'client', 'data', 'worked', 'manipulating', 'cleaning', 'processing', 'data', 'using', 'python', 'used', 'tableau', 'data', 'visualization', 'company', 'heretic', 'solutions', 'pvt', 'ltd', 'description', 'worked', 'closely', 'business', 'identify', 'issues', 'used', 'data', 'propose', 'solutions', 'effective', 'decision', 'making', 'manipulating', 'cleansing', 'processing', 'data', 'using', 'python', 'excel', 'r', 'analyzed', 'raw', 'data', 'drawing', 'conclusions', 'developing', 'recommendations', 'used', 'machine', 'learning', 'tools', 'statistical', 'techniques', 'produce', 'solutions', 'problems', 'skills python', 'python tableau', 'tableau data', 'data visualization', 'visualization r', 'r studio', 'studio machine', 'machine learning', 'learning statistics', 'statistics iabac', 'iabac certified', 'certified data', 'data scientist', 'scientist versatile', 'versatile experience', 'experience 1', '1 years', 'years managing', 'managing business', 'business data', 'data science', 'science consulting', 'consulting leading', 'leading innovation', 'innovation projects', 'projects bringing', 'bringing business', 'business ideas', 'ideas working', 'working real', 'real world', 'world solutions', 'solutions being', 'being strong', 'strong advocator', 'advocator augmented', 'augmented era', 'era human', 'human capabilities', 'capabilities enhanced', 'enhanced machines', 'machines fahed', 'fahed passionate', 'passionate bringing', 'bringing business', 'business concepts', 'concepts area', 'area machine', 'machine learning', 'learning ai', 'ai robotics', 'robotics etc', 'etc real', 'real life', 'life solutions', 'solutions education', 'education details', 'details january', 'january 2017', '2017 b', 'b tech', 'tech computer', 'computer science', 'science engineering', 'engineering mohali', 'mohali punjab', 'punjab indo', 'indo global', 'global college', 'college engineering', 'engineering data', 'data science', 'science consultant', 'consultant data', 'data science', 'science consultant', 'consultant datamites', 'datamites skill', 'skill details', 'details machine', 'machine learning', 'learning exprience', 'exprience 13', '13 months', 'months python', 'python exprience', 'exprience 24', '24 months', 'months solutions', 'solutions exprience', 'exprience 24', '24 months', 'months data', 'data science', 'science exprience', 'exprience 24', '24 months', 'months data', 'data visualization', 'visualization exprience', 'exprience 24', '24 months', 'months tableau', 'tableau exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company datamites', 'datamites description', 'description analyzed', 'analyzed processed', 'processed complex', 'complex data', 'data sets', 'sets using', 'using advanced', 'advanced querying', 'querying visualization', 'visualization analytics', 'analytics tools', 'tools responsible', 'responsible loading', 'loading extracting', 'extracting validation', 'validation client', 'client data', 'data worked', 'worked manipulating', 'manipulating cleaning', 'cleaning processing', 'processing data', 'data using', 'using python', 'python used', 'used tableau', 'tableau data', 'data visualization', 'visualization company', 'company heretic', 'heretic solutions', 'solutions pvt', 'pvt ltd', 'ltd description', 'description worked', 'worked closely', 'closely business', 'business identify', 'identify issues', 'issues used', 'used data', 'data propose', 'propose solutions', 'solutions effective', 'effective decision', 'decision making', 'making manipulating', 'manipulating cleansing', 'cleansing processing', 'processing data', 'data using', 'using python', 'python excel', 'excel r', 'r analyzed', 'analyzed raw', 'raw data', 'data drawing', 'drawing conclusions', 'conclusions developing', 'developing recommendations', 'recommendations used', 'used machine', 'machine learning', 'learning tools', 'tools statistical', 'statistical techniques', 'techniques produce', 'produce solutions', 'solutions problems', 'skills python tableau', 'python tableau data', 'tableau data visualization', 'data visualization r', 'visualization r studio', 'r studio machine', 'studio machine learning', 'machine learning statistics', 'learning statistics iabac', 'statistics iabac certified', 'iabac certified data', 'certified data scientist', 'data scientist versatile', 'scientist versatile experience', 'versatile experience 1', 'experience 1 years', '1 years managing', 'years managing business', 'managing business data', 'business data science', 'data science consulting', 'science consulting leading', 'consulting leading innovation', 'leading innovation projects', 'innovation projects bringing', 'projects bringing business', 'bringing business ideas', 'business ideas working', 'ideas working real', 'working real world', 'real world solutions', 'world solutions being', 'solutions being strong', 'being strong advocator', 'strong advocator augmented', 'advocator augmented era', 'augmented era human', 'era human capabilities', 'human capabilities enhanced', 'capabilities enhanced machines', 'enhanced machines fahed', 'machines fahed passionate', 'fahed passionate bringing', 'passionate bringing business', 'bringing business concepts', 'business concepts area', 'concepts area machine', 'area machine learning', 'machine learning ai', 'learning ai robotics', 'ai robotics etc', 'robotics etc real', 'etc real life', 'real life solutions', 'life solutions education', 'solutions education details', 'education details january', 'details january 2017', 'january 2017 b', '2017 b tech', 'b tech computer', 'tech computer science', 'computer science engineering', 'science engineering mohali', 'engineering mohali punjab', 'mohali punjab indo', 'punjab indo global', 'indo global college', 'global college engineering', 'college engineering data', 'engineering data science', 'data science consultant', 'science consultant data', 'consultant data science', 'data science consultant', 'science consultant datamites', 'consultant datamites skill', 'datamites skill details', 'skill details machine', 'details machine learning', 'machine learning exprience', 'learning exprience 13', 'exprience 13 months', '13 months python', 'months python exprience', 'python exprience 24', 'exprience 24 months', '24 months solutions', 'months solutions exprience', 'solutions exprience 24', 'exprience 24 months', '24 months data', 'months data science', 'data science exprience', 'science exprience 24', 'exprience 24 months', '24 months data', 'months data visualization', 'data visualization exprience', 'visualization exprience 24', 'exprience 24 months', '24 months tableau', 'months tableau exprience', 'tableau exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company datamites', 'company datamites description', 'datamites description analyzed', 'description analyzed processed', 'analyzed processed complex', 'processed complex data', 'complex data sets', 'data sets using', 'sets using advanced', 'using advanced querying', 'advanced querying visualization', 'querying visualization analytics', 'visualization analytics tools', 'analytics tools responsible', 'tools responsible loading', 'responsible loading extracting', 'loading extracting validation', 'extracting validation client', 'validation client data', 'client data worked', 'data worked manipulating', 'worked manipulating cleaning', 'manipulating cleaning processing', 'cleaning processing data', 'processing data using', 'data using python', 'using python used', 'python used tableau', 'used tableau data', 'tableau data visualization', 'data visualization company', 'visualization company heretic', 'company heretic solutions', 'heretic solutions pvt', 'solutions pvt ltd', 'pvt ltd description', 'ltd description worked', 'description worked closely', 'worked closely business', 'closely business identify', 'business identify issues', 'identify issues used', 'issues used data', 'used data propose', 'data propose solutions', 'propose solutions effective', 'solutions effective decision', 'effective decision making', 'decision making manipulating', 'making manipulating cleansing', 'manipulating cleansing processing', 'cleansing processing data', 'processing data using', 'data using python', 'using python excel', 'python excel r', 'excel r analyzed', 'r analyzed raw', 'analyzed raw data', 'raw data drawing', 'data drawing conclusions', 'drawing conclusions developing', 'conclusions developing recommendations', 'developing recommendations used', 'recommendations used machine', 'used machine learning', 'machine learning tools', 'learning tools statistical', 'tools statistical techniques', 'statistical techniques produce', 'techniques produce solutions', 'produce solutions problems', 'skills python tableau data', 'python tableau data visualization', 'tableau data visualization r', 'data visualization r studio', 'visualization r studio machine', 'r studio machine learning', 'studio machine learning statistics', 'machine learning statistics iabac', 'learning statistics iabac certified', 'statistics iabac certified data', 'iabac certified data scientist', 'certified data scientist versatile', 'data scientist versatile experience', 'scientist versatile experience 1', 'versatile experience 1 years', 'experience 1 years managing', '1 years managing business', 'years managing business data', 'managing business data science', 'business data science consulting', 'data science consulting leading', 'science consulting leading innovation', 'consulting leading innovation projects', 'leading innovation projects bringing', 'innovation projects bringing business', 'projects bringing business ideas', 'bringing business ideas working', 'business ideas working real', 'ideas working real world', 'working real world solutions', 'real world solutions being', 'world solutions being strong', 'solutions being strong advocator', 'being strong advocator augmented', 'strong advocator augmented era', 'advocator augmented era human', 'augmented era human capabilities', 'era human capabilities enhanced', 'human capabilities enhanced machines', 'capabilities enhanced machines fahed', 'enhanced machines fahed passionate', 'machines fahed passionate bringing', 'fahed passionate bringing business', 'passionate bringing business concepts', 'bringing business concepts area', 'business concepts area machine', 'concepts area machine learning', 'area machine learning ai', 'machine learning ai robotics', 'learning ai robotics etc', 'ai robotics etc real', 'robotics etc real life', 'etc real life solutions', 'real life solutions education', 'life solutions education details', 'solutions education details january', 'education details january 2017', 'details january 2017 b', 'january 2017 b tech', '2017 b tech computer', 'b tech computer science', 'tech computer science engineering', 'computer science engineering mohali', 'science engineering mohali punjab', 'engineering mohali punjab indo', 'mohali punjab indo global', 'punjab indo global college', 'indo global college engineering', 'global college engineering data', 'college engineering data science', 'engineering data science consultant', 'data science consultant data', 'science consultant data science', 'consultant data science consultant', 'data science consultant datamites', 'science consultant datamites skill', 'consultant datamites skill details', 'datamites skill details machine', 'skill details machine learning', 'details machine learning exprience', 'machine learning exprience 13', 'learning exprience 13 months', 'exprience 13 months python', '13 months python exprience', 'months python exprience 24', 'python exprience 24 months', 'exprience 24 months solutions', '24 months solutions exprience', 'months solutions exprience 24', 'solutions exprience 24 months', 'exprience 24 months data', '24 months data science', 'months data science exprience', 'data science exprience 24', 'science exprience 24 months', 'exprience 24 months data', '24 months data visualization', 'months data visualization exprience', 'data visualization exprience 24', 'visualization exprience 24 months', 'exprience 24 months tableau', '24 months tableau exprience', 'months tableau exprience 24', 'tableau exprience 24 monthscompany', 'exprience 24 monthscompany details', '24 monthscompany details company', 'monthscompany details company datamites', 'details company datamites description', 'company datamites description analyzed', 'datamites description analyzed processed', 'description analyzed processed complex', 'analyzed processed complex data', 'processed complex data sets', 'complex data sets using', 'data sets using advanced', 'sets using advanced querying', 'using advanced querying visualization', 'advanced querying visualization analytics', 'querying visualization analytics tools', 'visualization analytics tools responsible', 'analytics tools responsible loading', 'tools responsible loading extracting', 'responsible loading extracting validation', 'loading extracting validation client', 'extracting validation client data', 'validation client data worked', 'client data worked manipulating', 'data worked manipulating cleaning', 'worked manipulating cleaning processing', 'manipulating cleaning processing data', 'cleaning processing data using', 'processing data using python', 'data using python used', 'using python used tableau', 'python used tableau data', 'used tableau data visualization', 'tableau data visualization company', 'data visualization company heretic', 'visualization company heretic solutions', 'company heretic solutions pvt', 'heretic solutions pvt ltd', 'solutions pvt ltd description', 'pvt ltd description worked', 'ltd description worked closely', 'description worked closely business', 'worked closely business identify', 'closely business identify issues', 'business identify issues used', 'identify issues used data', 'issues used data propose', 'used data propose solutions', 'data propose solutions effective', 'propose solutions effective decision', 'solutions effective decision making', 'effective decision making manipulating', 'decision making manipulating cleansing', 'making manipulating cleansing processing', 'manipulating cleansing processing data', 'cleansing processing data using', 'processing data using python', 'data using python excel', 'using python excel r', 'python excel r analyzed', 'excel r analyzed raw', 'r analyzed raw data', 'analyzed raw data drawing', 'raw data drawing conclusions', 'data drawing conclusions developing', 'drawing conclusions developing recommendations', 'conclusions developing recommendations used', 'developing recommendations used machine', 'recommendations used machine learning', 'used machine learning tools', 'machine learning tools statistical', 'learning tools statistical techniques', 'tools statistical techniques produce', 'statistical techniques produce solutions', 'techniques produce solutions problems', 'skills python tableau data visualization', 'python tableau data visualization r', 'tableau data visualization r studio', 'data visualization r studio machine', 'visualization r studio machine learning', 'r studio machine learning statistics', 'studio machine learning statistics iabac', 'machine learning statistics iabac certified', 'learning statistics iabac certified data', 'statistics iabac certified data scientist', 'iabac certified data scientist versatile', 'certified data scientist versatile experience', 'data scientist versatile experience 1', 'scientist versatile experience 1 years', 'versatile experience 1 years managing', 'experience 1 years managing business', '1 years managing business data', 'years managing business data science', 'managing business data science consulting', 'business data science consulting leading', 'data science consulting leading innovation', 'science consulting leading innovation projects', 'consulting leading innovation projects bringing', 'leading innovation projects bringing business', 'innovation projects bringing business ideas', 'projects bringing business ideas working', 'bringing business ideas working real', 'business ideas working real world', 'ideas working real world solutions', 'working real world solutions being', 'real world solutions being strong', 'world solutions being strong advocator', 'solutions being strong advocator augmented', 'being strong advocator augmented era', 'strong advocator augmented era human', 'advocator augmented era human capabilities', 'augmented era human capabilities enhanced', 'era human capabilities enhanced machines', 'human capabilities enhanced machines fahed', 'capabilities enhanced machines fahed passionate', 'enhanced machines fahed passionate bringing', 'machines fahed passionate bringing business', 'fahed passionate bringing business concepts', 'passionate bringing business concepts area', 'bringing business concepts area machine', 'business concepts area machine learning', 'concepts area machine learning ai', 'area machine learning ai robotics', 'machine learning ai robotics etc', 'learning ai robotics etc real', 'ai robotics etc real life', 'robotics etc real life solutions', 'etc real life solutions education', 'real life solutions education details', 'life solutions education details january', 'solutions education details january 2017', 'education details january 2017 b', 'details january 2017 b tech', 'january 2017 b tech computer', '2017 b tech computer science', 'b tech computer science engineering', 'tech computer science engineering mohali', 'computer science engineering mohali punjab', 'science engineering mohali punjab indo', 'engineering mohali punjab indo global', 'mohali punjab indo global college', 'punjab indo global college engineering', 'indo global college engineering data', 'global college engineering data science', 'college engineering data science consultant', 'engineering data science consultant data', 'data science consultant data science', 'science consultant data science consultant', 'consultant data science consultant datamites', 'data science consultant datamites skill', 'science consultant datamites skill details', 'consultant datamites skill details machine', 'datamites skill details machine learning', 'skill details machine learning exprience', 'details machine learning exprience 13', 'machine learning exprience 13 months', 'learning exprience 13 months python', 'exprience 13 months python exprience', '13 months python exprience 24', 'months python exprience 24 months', 'python exprience 24 months solutions', 'exprience 24 months solutions exprience', '24 months solutions exprience 24', 'months solutions exprience 24 months', 'solutions exprience 24 months data', 'exprience 24 months data science', '24 months data science exprience', 'months data science exprience 24', 'data science exprience 24 months', 'science exprience 24 months data', 'exprience 24 months data visualization', '24 months data visualization exprience', 'months data visualization exprience 24', 'data visualization exprience 24 months', 'visualization exprience 24 months tableau', 'exprience 24 months tableau exprience', '24 months tableau exprience 24', 'months tableau exprience 24 monthscompany', 'tableau exprience 24 monthscompany details', 'exprience 24 monthscompany details company', '24 monthscompany details company datamites', 'monthscompany details company datamites description', 'details company datamites description analyzed', 'company datamites description analyzed processed', 'datamites description analyzed processed complex', 'description analyzed processed complex data', 'analyzed processed complex data sets', 'processed complex data sets using', 'complex data sets using advanced', 'data sets using advanced querying', 'sets using advanced querying visualization', 'using advanced querying visualization analytics', 'advanced querying visualization analytics tools', 'querying visualization analytics tools responsible', 'visualization analytics tools responsible loading', 'analytics tools responsible loading extracting', 'tools responsible loading extracting validation', 'responsible loading extracting validation client', 'loading extracting validation client data', 'extracting validation client data worked', 'validation client data worked manipulating', 'client data worked manipulating cleaning', 'data worked manipulating cleaning processing', 'worked manipulating cleaning processing data', 'manipulating cleaning processing data using', 'cleaning processing data using python', 'processing data using python used', 'data using python used tableau', 'using python used tableau data', 'python used tableau data visualization', 'used tableau data visualization company', 'tableau data visualization company heretic', 'data visualization company heretic solutions', 'visualization company heretic solutions pvt', 'company heretic solutions pvt ltd', 'heretic solutions pvt ltd description', 'solutions pvt ltd description worked', 'pvt ltd description worked closely', 'ltd description worked closely business', 'description worked closely business identify', 'worked closely business identify issues', 'closely business identify issues used', 'business identify issues used data', 'identify issues used data propose', 'issues used data propose solutions', 'used data propose solutions effective', 'data propose solutions effective decision', 'propose solutions effective decision making', 'solutions effective decision making manipulating', 'effective decision making manipulating cleansing', 'decision making manipulating cleansing processing', 'making manipulating cleansing processing data', 'manipulating cleansing processing data using', 'cleansing processing data using python', 'processing data using python excel', 'data using python excel r', 'using python excel r analyzed', 'python excel r analyzed raw', 'excel r analyzed raw data', 'r analyzed raw data drawing', 'analyzed raw data drawing conclusions', 'raw data drawing conclusions developing', 'data drawing conclusions developing recommendations', 'drawing conclusions developing recommendations used', 'conclusions developing recommendations used machine', 'developing recommendations used machine learning', 'recommendations used machine learning tools', 'used machine learning tools statistical', 'machine learning tools statistical techniques', 'learning tools statistical techniques produce', 'tools statistical techniques produce solutions', 'statistical techniques produce solutions problems', 'skills python tableau data visualization r', 'python tableau data visualization r studio', 'tableau data visualization r studio machine', 'data visualization r studio machine learning', 'visualization r studio machine learning statistics', 'r studio machine learning statistics iabac', 'studio machine learning statistics iabac certified', 'machine learning statistics iabac certified data', 'learning statistics iabac certified data scientist', 'statistics iabac certified data scientist versatile', 'iabac certified data scientist versatile experience', 'certified data scientist versatile experience 1', 'data scientist versatile experience 1 years', 'scientist versatile experience 1 years managing', 'versatile experience 1 years managing business', 'experience 1 years managing business data', '1 years managing business data science', 'years managing business data science consulting', 'managing business data science consulting leading', 'business data science consulting leading innovation', 'data science consulting leading innovation projects', 'science consulting leading innovation projects bringing', 'consulting leading innovation projects bringing business', 'leading innovation projects bringing business ideas', 'innovation projects bringing business ideas working', 'projects bringing business ideas working real', 'bringing business ideas working real world', 'business ideas working real world solutions', 'ideas working real world solutions being', 'working real world solutions being strong', 'real world solutions being strong advocator', 'world solutions being strong advocator augmented', 'solutions being strong advocator augmented era', 'being strong advocator augmented era human', 'strong advocator augmented era human capabilities', 'advocator augmented era human capabilities enhanced', 'augmented era human capabilities enhanced machines', 'era human capabilities enhanced machines fahed', 'human capabilities enhanced machines fahed passionate', 'capabilities enhanced machines fahed passionate bringing', 'enhanced machines fahed passionate bringing business', 'machines fahed passionate bringing business concepts', 'fahed passionate bringing business concepts area', 'passionate bringing business concepts area machine', 'bringing business concepts area machine learning', 'business concepts area machine learning ai', 'concepts area machine learning ai robotics', 'area machine learning ai robotics etc', 'machine learning ai robotics etc real', 'learning ai robotics etc real life', 'ai robotics etc real life solutions', 'robotics etc real life solutions education', 'etc real life solutions education details', 'real life solutions education details january', 'life solutions education details january 2017', 'solutions education details january 2017 b', 'education details january 2017 b tech', 'details january 2017 b tech computer', 'january 2017 b tech computer science', '2017 b tech computer science engineering', 'b tech computer science engineering mohali', 'tech computer science engineering mohali punjab', 'computer science engineering mohali punjab indo', 'science engineering mohali punjab indo global', 'engineering mohali punjab indo global college', 'mohali punjab indo global college engineering', 'punjab indo global college engineering data', 'indo global college engineering data science', 'global college engineering data science consultant', 'college engineering data science consultant data', 'engineering data science consultant data science', 'data science consultant data science consultant', 'science consultant data science consultant datamites', 'consultant data science consultant datamites skill', 'data science consultant datamites skill details', 'science consultant datamites skill details machine', 'consultant datamites skill details machine learning', 'datamites skill details machine learning exprience', 'skill details machine learning exprience 13', 'details machine learning exprience 13 months', 'machine learning exprience 13 months python', 'learning exprience 13 months python exprience', 'exprience 13 months python exprience 24', '13 months python exprience 24 months', 'months python exprience 24 months solutions', 'python exprience 24 months solutions exprience', 'exprience 24 months solutions exprience 24', '24 months solutions exprience 24 months', 'months solutions exprience 24 months data', 'solutions exprience 24 months data science', 'exprience 24 months data science exprience', '24 months data science exprience 24', 'months data science exprience 24 months', 'data science exprience 24 months data', 'science exprience 24 months data visualization', 'exprience 24 months data visualization exprience', '24 months data visualization exprience 24', 'months data visualization exprience 24 months', 'data visualization exprience 24 months tableau', 'visualization exprience 24 months tableau exprience', 'exprience 24 months tableau exprience 24', '24 months tableau exprience 24 monthscompany', 'months tableau exprience 24 monthscompany details', 'tableau exprience 24 monthscompany details company', 'exprience 24 monthscompany details company datamites', ...], ['education', 'details', 'b', 'tech', 'rayat', 'bahra', 'institute', 'engineering', 'biotechnology', 'data', 'science', 'data', 'science', 'skill', 'details', 'numpy', 'exprience', 'less', '1', 'year', 'months', 'machine', 'learning', 'exprience', 'less', '1', 'year', 'months', 'tensorflow', 'exprience', 'less', '1', 'year', 'months', 'scikit', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'gcp', 'exprience', 'less', '1', 'year', 'months', 'pandas', 'exprience', 'less', '1', 'year', 'months', 'neural', 'network', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'wipro', 'description', 'bhawana', 'aggarwal', 'e', 'mail', 'bhawana', 'chd', 'phone', '09876971076', 'vversatile', 'high', 'energy', 'professional', 'targeting', 'challenging', 'assignments', 'machine', 'profile', 'summary', 'an', 'it', 'professional', 'knowledge', 'experience', '2', 'years', 'wipro', 'technologies', 'machine', 'learning', 'deep', 'learning', 'data', 'science', 'python', 'software', 'development', 'skilled', 'managing', 'end', 'end', 'development', 'software', 'products', 'projects', 'inception', 'requirement', 'specs', 'planning', 'designing', 'implementation', 'configuration', 'documentation', 'knowledge', 'python', 'machine', 'learning', 'deep', 'learning', 'data', 'science', 'algorithms', 'neural', 'network', 'nlp', 'gcp', 'knowledge', 'python', 'libraries', 'like', 'numpy', 'pandas', 'seaborn', 'matplotlib', 'cufflinks', 'knowledge', 'different', 'algorithms', 'machine', 'learning', 'like', 'knn', 'decision', 'tree', 'bias', 'variance', 'trade', 'support', 'vector', 'machine', 'svm', 'logistic', 'regression', 'neural', 'networks', 'have', 'knowledge', 'unsupervised', 'supervised', 'reinforcement', 'data', 'programming', 'experience', 'relational', 'platforms', 'like', 'mysql', 'oracle', 'have', 'knowledge', 'some', 'programming', 'language', 'like', 'c', 'java', 'experience', 'cloud', 'based', 'environment', 'like', 'google', 'cloud', 'working', 'different', 'operating', 'system', 'like', 'linux', 'ubuntu', 'windows', 'good', 'interpersonal', 'communication', 'skills', 'problem', 'solving', 'skills', 'ability', 'think', 'laterally', 'think', 'medium', 'term', 'long', 'term', 'perspective', 'flexibility', 'open', 'attitude', 'change', 'ability', 'create', 'define', 'frameworks', 'strong', 'emphasis', 'code', 'reusability', 'technical', 'skills', 'programming', 'languages', 'python', 'c', 'libraries', 'seaborn', 'numpy', 'pandas', 'cufflinks', 'matplotlib', 'algorithms', 'knn', 'decision', 'tree', 'linear', 'regression', 'logistic', 'regression', 'neural', 'networks', 'k', 'means', 'clustering', 'tensorflow', 'svm', 'databases', 'sql', 'oracle', 'operating', 'systems', 'linux', 'window', 'development', 'environments', 'netbeans', 'notebooks', 'sublime', 'ticketing', 'tools', 'service', 'now', 'remedy', 'education', 'ug', 'education', 'b', 'tech', 'computer', 'science', 'rayat', 'bahra', 'institute', 'engineering', 'biotechnology', 'passed', '78', '4', '2016', 'schooling', 'xii', '2012', 'moti', 'ram', 'arya', 'sr', 'secondary', 'school', 'passed', '78', '4', 'x', '2010', 'valley', 'public', 'school', 'passed', '9', '4', 'cgpa', 'work', 'experince', 'title', 'wipro', 'neural', 'intelligence', 'platform', 'team', 'size', '5', 'brief', 'wipro', 'neural', 'intelligence', 'platform', 'harnesses', 'power', 'automation', 'artificial', 'intelligence', 'technologies', 'natural', 'language', 'processing', 'nlp', 'cognitive', 'machine', 'learning', 'analytics', 'the', 'platform', 'comprises', 'three', 'layers', 'data', 'engagement', 'platform', 'easily', 'ess', 'manage', 'multiple', 'structured', 'unstructured', 'data', 'sources', 'intent', 'assessment', 'reasoning', 'engine', 'includes', 'sentiment', 'predictive', 'analytics', 'deep', 'machine', 'learning', 'engine', 'sense', 'act', 'learn', 'time', 'the', 'project', 'entailed', 'automating', 'responses', 'user', 'queries', 'earliest', 'the', 'monster', 'bot', 'using', 'power', 'deep', 'machine', 'learning', 'nlp', 'handle', 'queries', 'user', 'see', 'queries', 'answered', 'quickly', 'like', 'alll1', 'activities', 'eliminated', 'entity', 'extractor', 'this', 'involves', 'text', 'extraction', 'nlp', 'fetching', 'important', 'information', 'text', 'like', 'dates', 'names', 'places', 'contact', 'numbers', 'etc', 'this', 'involves', 'regex', 'bluemix', 'nlu', 'api', 'machine', 'learning', 'using', 'tensor', 'flow', 'learning', 'new', 'entities', 'classifier', 'this', 'involves', 'classifications', 'classes', 'training', 'dataset', 'predicting', 'output', 'using', 'sklearn', 'classifier', 'mnb', 'svm', 'sgd', 'classifier', 'sgd', 'optimization', 'map', 'user', 'queries', 'best', 'suited', 'response', 'make', 'system', 'efficient', 'ner', 'a', 'deep', 'learning', 'ner', 'model', 'trained', 'extract', 'entities', 'text', 'entities', 'like', 'roles', 'skills', 'organizations', 'extracted', 'raw', 'text', 'rnn', 'lstm', 'bidirectional', 'model', 'trained', 'extracting', 'entities', 'using', 'keras', 'tensorflow', 'framework', 'other', 'projects', 'title', 'diabetes', 'detection', 'brief', 'developed', 'software', 'detect', 'whether', 'person', 'suffering', 'diabetes', 'got', 'third', 'prize', 'training', 'and', 'ce', 'ifications', 'title', 'python', 'training', 'machine', 'learning', 'data', 'science', 'deep', 'learning', 'organization', 'udemy', 'coursera', 'machine', 'learning', 'deep', 'learning', 'personal', 'profile', 'father', 'name', 'mr', 'tirlok', 'aggarwal', 'language', 'known', 'english', 'hindi', 'marital', 'status', 'single', 'date', 'birth', 'gender', '1993', '12', '20', 'yyyy', 'mm', 'dd', 'f', 'company', 'wipro', 'description', 'developing', 'programs', 'python', 'company', 'wipro', 'description', 'title', 'wipro', 'neural', 'intelligence', 'platform', 'team', 'size', '5', 'brief', 'wipro', 'neural', 'intelligence', 'platform', 'harnesses', 'power', 'automation', 'artificial', 'intelligence', 'technologies', 'natural', 'language', 'processing', 'nlp', 'cognitive', 'machine', 'learning', 'analytics', 'the', 'platform', 'comprises', 'three', 'layers', 'data', 'engagement', 'platform', 'easily', 'ess', 'manage', 'multiple', 'structured', 'unstructured', 'data', 'sources', 'intent', 'assessment', 'reasoning', 'engine', 'includes', 'sentiment', 'predictive', 'analytics', 'deep', 'machine', 'learning', 'engine', 'sense', 'act', 'learn', 'time', 'the', 'project', 'entailed', 'automating', 'responses', 'user', 'queries', 'earliest', 'the', 'monster', 'bot', 'using', 'power', 'deep', 'machine', 'learning', 'nlp', 'handle', 'queries', 'user', 'see', 'queries', 'answered', 'quickly', 'like', 'alll1', 'activities', 'eliminated', 'entity', 'extractor', 'this', 'involves', 'text', 'extraction', 'nlp', 'fetching', 'important', 'information', 'text', 'like', 'dates', 'names', 'places', 'contact', 'numbers', 'etc', 'this', 'involves', 'regex', 'bluemix', 'nlu', 'api', 'machine', 'learning', 'using', 'tensor', 'flow', 'learning', 'new', 'entities', 'classifier', 'this', 'involves', 'classifications', 'classes', 'training', 'dataset', 'predicting', 'output', 'using', 'sklearn', 'classifier', 'mnb', 'svm', 'sgd', 'classifier', 'sgd', 'optimization', 'map', 'user', 'queries', 'best', 'suited', 'response', 'make', 'system', 'efficient', 'ner', 'a', 'deep', 'learning', 'ner', 'model', 'trained', 'extract', 'entities', 'text', 'entities', 'like', 'roles', 'skills', 'organizations', 'extracted', 'raw', 'text', 'rnn', 'lstm', 'bidirectional', 'model', 'trained', 'extracting', 'entities', 'using', 'keras', 'tensorflow', 'framework', 'company', 'wipro', 'technologies', 'description', 'an', 'it', 'professional', 'knowledge', 'experience', '2', 'years', 'wipro', 'technologies', 'machine', 'learning', 'deep', 'learning', 'data', 'science', 'python', 'software', 'development', 'skilled', 'managing', 'end', 'end', 'development', 'software', 'products', 'projects', 'inception', 'requirement', 'specs', 'planning', 'designing', 'implementation', 'configuration', 'documentation', 'knowledge', 'python', 'machine', 'learning', 'deep', 'learning', 'data', 'science', 'algorithms', 'neural', 'network', 'nlp', 'gcp', 'knowledge', 'python', 'libraries', 'like', 'numpy', 'pandas', 'seaborn', 'matplotlib', 'cufflinks', 'knowledge', 'different', 'algorithms', 'machine', 'learning', 'like', 'knn', 'decision', 'tree', 'bias', 'variance', 'trade', 'support', 'vector', 'machine', 'svm', 'logistic', 'regression', 'neural', 'networks', 'have', 'knowledge', 'unsupervised', 'supervised', 'reinforcement', 'data', 'programming', 'experience', 'relational', 'platforms', 'like', 'mysql', 'oracle', 'have', 'knowledge', 'some', 'programming', 'language', 'like', 'c', 'java', 'experience', 'cloud', 'based', 'environment', 'like', 'google', 'cloud', 'working', 'different', 'operating', 'system', 'like', 'linux', 'ubuntu', 'windows', 'good', 'interpersonal', 'communication', 'skills', 'problem', 'solving', 'skills', 'ability', 'think', 'laterally', 'think', 'medium', 'term', 'long', 'term', 'perspective', 'flexibility', 'open', 'attitude', 'change', 'ability', 'create', 'define', 'frameworks', 'strong', 'emphasis', 'code', 'reusability', 'education details', 'details b', 'b tech', 'tech rayat', 'rayat bahra', 'bahra institute', 'institute engineering', 'engineering biotechnology', 'biotechnology data', 'data science', 'science data', 'data science', 'science skill', 'skill details', 'details numpy', 'numpy exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months machine', 'machine learning', 'learning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months tensorflow', 'tensorflow exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months scikit', 'scikit exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months gcp', 'gcp exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months pandas', 'pandas exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months neural', 'neural network', 'network exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company wipro', 'wipro description', 'description bhawana', 'bhawana aggarwal', 'aggarwal e', 'e mail', 'mail bhawana', 'bhawana chd', 'chd phone', 'phone 09876971076', '09876971076 vversatile', 'vversatile high', 'high energy', 'energy professional', 'professional targeting', 'targeting challenging', 'challenging assignments', 'assignments machine', 'machine profile', 'profile summary', 'summary an', 'an it', 'it professional', 'professional knowledge', 'knowledge experience', 'experience 2', '2 years', 'years wipro', 'wipro technologies', 'technologies machine', 'machine learning', 'learning deep', 'deep learning', 'learning data', 'data science', 'science python', 'python software', 'software development', 'development skilled', 'skilled managing', 'managing end', 'end end', 'end development', 'development software', 'software products', 'products projects', 'projects inception', 'inception requirement', 'requirement specs', 'specs planning', 'planning designing', 'designing implementation', 'implementation configuration', 'configuration documentation', 'documentation knowledge', 'knowledge python', 'python machine', 'machine learning', 'learning deep', 'deep learning', 'learning data', ...], ['personal', 'skills', 'ability', 'quickly', 'grasp', 'technical', 'aspects', 'willingness', 'learn', 'high', 'energy', 'levels', 'result', 'oriented', 'education', 'details', 'january', '2018', 'master', 'engineering', 'computer', 'technology', 'application', 'bhopal', 'madhya', 'pradesh', 'truba', 'institute', 'engineering', 'information', 'technology', 'january', '2010', 'b', 'e', 'computer', 'science', 'bhopal', 'madhya', 'pradesh', 'rkdf', 'institute', 'science', 'technology', 'college', 'engineering', 'january', '2006', 'polytechnic', 'information', 'technology', 'vidisha', 'madhya', 'pradesh', 'sati', 'engineering', 'college', 'vidisha', 'january', '2003', 'm', 'tech', 'thesis', 'detail', 'bmch', 'school', 'ganj', 'basoda', 'data', 'science', 'i', 'six', 'month', 'experience', 'data', 'science', 'key', 'skills', 'experience', 'machine', 'learning', 'deep', 'leaning', 'nlp', 'python', 'sql', 'web', 'scraping', 'good', 'knowledge', 'computer', 'subjects', 'ability', 'update', 'skill', 'details', 'experience', 'machine', 'learning', 'deep', 'learning', 'nlp', 'python', 'sql', 'web', 'crawling', 'html', 'css', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'rnt', 'ai', 'technology', 'solution', 'description', 'text', 'classification', 'using', 'machine', 'learning', 'algorithms', 'python', 'practical', 'knowledge', 'deep', 'learning', 'algorithms', 'recurrent', 'neural', 'networks', 'rnn', 'develop', 'custom', 'data', 'models', 'algorithms', 'apply', 'dataset', 'experience', 'python', 'packages', 'like', 'pandas', 'scikit', 'learn', 'tensor', 'flow', 'numpy', 'matplotliv', 'nltk', 'comfort', 'sql', 'mysql', 'sentiment', 'analysis', 'apply', 'leave', 'dataset', 'using', 'classification', 'technique', 'like', 'tf', 'idf', 'lsa', 'cosine', 'similarity', 'using', 'machine', 'learning', 'algorithms', 'web', 'crawling', 'using', 'selenium', 'web', 'driver', 'beautiful', 'soup', 'python', 'company', 'life', 'insurance', 'corporation', 'india', 'bhopal', 'description', 'explaining', 'policy', 'features', 'benefits', 'updated', 'knowledge', 'life', 'insurance', 'products', 'shared', 'customers', 'personal skills', 'skills ability', 'ability quickly', 'quickly grasp', 'grasp technical', 'technical aspects', 'aspects willingness', 'willingness learn', 'learn high', 'high energy', 'energy levels', 'levels result', 'result oriented', 'oriented education', 'education details', 'details january', 'january 2018', '2018 master', 'master engineering', 'engineering computer', 'computer technology', 'technology application', 'application bhopal', 'bhopal madhya', 'madhya pradesh', 'pradesh truba', 'truba institute', 'institute engineering', 'engineering information', 'information technology', 'technology january', 'january 2010', '2010 b', 'b e', 'e computer', 'computer science', 'science bhopal', 'bhopal madhya', 'madhya pradesh', 'pradesh rkdf', 'rkdf institute', 'institute science', 'science technology', 'technology college', 'college engineering', 'engineering january', 'january 2006', '2006 polytechnic', 'polytechnic information', 'information technology', 'technology vidisha', 'vidisha madhya', 'madhya pradesh', 'pradesh sati', 'sati engineering', 'engineering college', 'college vidisha', 'vidisha january', 'january 2003', '2003 m', 'm tech', 'tech thesis', 'thesis detail', 'detail bmch', 'bmch school', 'school ganj', 'ganj basoda', 'basoda data', 'data science', 'science i', 'i six', 'six month', 'month experience', 'experience data', 'data science', 'science key', 'key skills', 'skills experience', 'experience machine', 'machine learning', 'learning deep', 'deep leaning', 'leaning nlp', 'nlp python', 'python sql', 'sql web', 'web scraping', 'scraping good', 'good knowledge', 'knowledge computer', 'computer subjects', 'subjects ability', 'ability update', 'update skill', 'skill details', 'details experience', 'experience machine', 'machine learning', 'learning deep', 'deep learning', 'learning nlp', 'nlp python', 'python sql', 'sql web', 'web crawling', 'crawling html', 'html css', 'css exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company rnt', 'rnt ai', 'ai technology', 'technology solution', 'solution description', 'description text', 'text classification', 'classification using', 'using machine', 'machine learning', 'learning algorithms', 'algorithms python', 'python practical', 'practical knowledge', 'knowledge deep', 'deep learning', 'learning algorithms', 'algorithms recurrent', 'recurrent neural', 'neural networks', 'networks rnn', 'rnn develop', 'develop custom', 'custom data', 'data models', 'models algorithms', 'algorithms apply', 'apply dataset', 'dataset experience', 'experience python', 'python packages', 'packages like', 'like pandas', 'pandas scikit', 'scikit learn', 'learn tensor', 'tensor flow', 'flow numpy', 'numpy matplotliv', 'matplotliv nltk', 'nltk comfort', 'comfort sql', 'sql mysql', 'mysql sentiment', 'sentiment analysis', 'analysis apply', 'apply leave', 'leave dataset', 'dataset using', 'using classification', 'classification technique', 'technique like', 'like tf', 'tf idf', 'idf lsa', 'lsa cosine', 'cosine similarity', 'similarity using', 'using machine', 'machine learning', 'learning algorithms', 'algorithms web', 'web crawling', 'crawling using', 'using selenium', 'selenium web', 'web driver', 'driver beautiful', 'beautiful soup', 'soup python', 'python company', 'company life', 'life insurance', 'insurance corporation', 'corporation india', 'india bhopal', 'bhopal description', 'description explaining', 'explaining policy', 'policy features', 'features benefits', 'benefits updated', 'updated knowledge', 'knowledge life', 'life insurance', 'insurance products', 'products shared', 'shared customers', 'personal skills ability', 'skills ability quickly', 'ability quickly grasp', 'quickly grasp technical', 'grasp technical aspects', 'technical aspects willingness', 'aspects willingness learn', 'willingness learn high', 'learn high energy', 'high energy levels', 'energy levels result', 'levels result oriented', 'result oriented education', 'oriented education details', 'education details january', 'details january 2018', 'january 2018 master', '2018 master engineering', 'master engineering computer', 'engineering computer technology', 'computer technology application', 'technology application bhopal', 'application bhopal madhya', 'bhopal madhya pradesh', 'madhya pradesh truba', 'pradesh truba institute', 'truba institute engineering', 'institute engineering information', 'engineering information technology', 'information technology january', 'technology january 2010', 'january 2010 b', '2010 b e', 'b e computer', 'e computer science', 'computer science bhopal', 'science bhopal madhya', 'bhopal madhya pradesh', 'madhya pradesh rkdf', 'pradesh rkdf institute', 'rkdf institute science', 'institute science technology', 'science technology college', 'technology college engineering', 'college engineering january', 'engineering january 2006', 'january 2006 polytechnic', '2006 polytechnic information', 'polytechnic information technology', 'information technology vidisha', 'technology vidisha madhya', 'vidisha madhya pradesh', 'madhya pradesh sati', 'pradesh sati engineering', 'sati engineering college', 'engineering college vidisha', 'college vidisha january', 'vidisha january 2003', 'january 2003 m', '2003 m tech', 'm tech thesis', 'tech thesis detail', 'thesis detail bmch', 'detail bmch school', 'bmch school ganj', 'school ganj basoda', 'ganj basoda data', 'basoda data science', 'data science i', 'science i six', 'i six month', 'six month experience', 'month experience data', 'experience data science', 'data science key', 'science key skills', 'key skills experience', 'skills experience machine', 'experience machine learning', 'machine learning deep', 'learning deep leaning', 'deep leaning nlp', 'leaning nlp python', 'nlp python sql', 'python sql web', 'sql web scraping', 'web scraping good', 'scraping good knowledge', 'good knowledge computer', 'knowledge computer subjects', 'computer subjects ability', 'subjects ability update', 'ability update skill', 'update skill details', 'skill details experience', 'details experience machine', 'experience machine learning', 'machine learning deep', 'learning deep learning', 'deep learning nlp', 'learning nlp python', 'nlp python sql', 'python sql web', 'sql web crawling', 'web crawling html', 'crawling html css', 'html css exprience', 'css exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company rnt', 'company rnt ai', 'rnt ai technology', 'ai technology solution', 'technology solution description', 'solution description text', 'description text classification', 'text classification using', 'classification using machine', 'using machine learning', 'machine learning algorithms', 'learning algorithms python', 'algorithms python practical', 'python practical knowledge', 'practical knowledge deep', 'knowledge deep learning', 'deep learning algorithms', 'learning algorithms recurrent', 'algorithms recurrent neural', 'recurrent neural networks', 'neural networks rnn', 'networks rnn develop', 'rnn develop custom', 'develop custom data', 'custom data models', 'data models algorithms', 'models algorithms apply', 'algorithms apply dataset', 'apply dataset experience', 'dataset experience python', 'experience python packages', 'python packages like', 'packages like pandas', 'like pandas scikit', 'pandas scikit learn', 'scikit learn tensor', 'learn tensor flow', 'tensor flow numpy', 'flow numpy matplotliv', 'numpy matplotliv nltk', 'matplotliv nltk comfort', 'nltk comfort sql', 'comfort sql mysql', 'sql mysql sentiment', 'mysql sentiment analysis', 'sentiment analysis apply', 'analysis apply leave', 'apply leave dataset', 'leave dataset using', 'dataset using classification', 'using classification technique', 'classification technique like', 'technique like tf', 'like tf idf', 'tf idf lsa', 'idf lsa cosine', 'lsa cosine similarity', 'cosine similarity using', 'similarity using machine', 'using machine learning', 'machine learning algorithms', 'learning algorithms web', 'algorithms web crawling', 'web crawling using', 'crawling using selenium', 'using selenium web', 'selenium web driver', 'web driver beautiful', 'driver beautiful soup', 'beautiful soup python', 'soup python company', 'python company life', 'company life insurance', 'life insurance corporation', 'insurance corporation india', 'corporation india bhopal', 'india bhopal description', 'bhopal description explaining', 'description explaining policy', 'explaining policy features', 'policy features benefits', 'features benefits updated', 'benefits updated knowledge', 'updated knowledge life', 'knowledge life insurance', 'life insurance products', 'insurance products shared', 'products shared customers', 'personal skills ability quickly', 'skills ability quickly grasp', 'ability quickly grasp technical', 'quickly grasp technical aspects', 'grasp technical aspects willingness', 'technical aspects willingness learn', 'aspects willingness learn high', 'willingness learn high energy', 'learn high energy levels', 'high energy levels result', 'energy levels result oriented', 'levels result oriented education', 'result oriented education details', 'oriented education details january', 'education details january 2018', 'details january 2018 master', 'january 2018 master engineering', '2018 master engineering computer', 'master engineering computer technology', 'engineering computer technology application', 'computer technology application bhopal', 'technology application bhopal madhya', 'application bhopal madhya pradesh', 'bhopal madhya pradesh truba', 'madhya pradesh truba institute', 'pradesh truba institute engineering', 'truba institute engineering information', 'institute engineering information technology', 'engineering information technology january', 'information technology january 2010', 'technology january 2010 b', 'january 2010 b e', '2010 b e computer', 'b e computer science', 'e computer science bhopal', 'computer science bhopal madhya', 'science bhopal madhya pradesh', 'bhopal madhya pradesh rkdf', 'madhya pradesh rkdf institute', 'pradesh rkdf institute science', 'rkdf institute science technology', 'institute science technology college', 'science technology college engineering', 'technology college engineering january', 'college engineering january 2006', 'engineering january 2006 polytechnic', 'january 2006 polytechnic information', '2006 polytechnic information technology', 'polytechnic information technology vidisha', 'information technology vidisha madhya', 'technology vidisha madhya pradesh', 'vidisha madhya pradesh sati', 'madhya pradesh sati engineering', 'pradesh sati engineering college', 'sati engineering college vidisha', 'engineering college vidisha january', 'college vidisha january 2003', 'vidisha january 2003 m', 'january 2003 m tech', '2003 m tech thesis', 'm tech thesis detail', 'tech thesis detail bmch', 'thesis detail bmch school', 'detail bmch school ganj', 'bmch school ganj basoda', 'school ganj basoda data', 'ganj basoda data science', 'basoda data science i', 'data science i six', 'science i six month', 'i six month experience', 'six month experience data', 'month experience data science', 'experience data science key', 'data science key skills', 'science key skills experience', 'key skills experience machine', 'skills experience machine learning', 'experience machine learning deep', 'machine learning deep leaning', 'learning deep leaning nlp', 'deep leaning nlp python', 'leaning nlp python sql', 'nlp python sql web', 'python sql web scraping', 'sql web scraping good', 'web scraping good knowledge', 'scraping good knowledge computer', 'good knowledge computer subjects', 'knowledge computer subjects ability', 'computer subjects ability update', 'subjects ability update skill', 'ability update skill details', 'update skill details experience', 'skill details experience machine', 'details experience machine learning', 'experience machine learning deep', 'machine learning deep learning', 'learning deep learning nlp', 'deep learning nlp python', 'learning nlp python sql', 'nlp python sql web', 'python sql web crawling', 'sql web crawling html', 'web crawling html css', 'crawling html css exprience', 'html css exprience less', 'css exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company rnt', 'details company rnt ai', 'company rnt ai technology', 'rnt ai technology solution', 'ai technology solution description', 'technology solution description text', 'solution description text classification', 'description text classification using', 'text classification using machine', 'classification using machine learning', 'using machine learning algorithms', 'machine learning algorithms python', 'learning algorithms python practical', 'algorithms python practical knowledge', 'python practical knowledge deep', 'practical knowledge deep learning', 'knowledge deep learning algorithms', 'deep learning algorithms recurrent', 'learning algorithms recurrent neural', 'algorithms recurrent neural networks', 'recurrent neural networks rnn', 'neural networks rnn develop', 'networks rnn develop custom', 'rnn develop custom data', 'develop custom data models', 'custom data models algorithms', 'data models algorithms apply', 'models algorithms apply dataset', 'algorithms apply dataset experience', 'apply dataset experience python', 'dataset experience python packages', 'experience python packages like', 'python packages like pandas', 'packages like pandas scikit', 'like pandas scikit learn', 'pandas scikit learn tensor', 'scikit learn tensor flow', 'learn tensor flow numpy', 'tensor flow numpy matplotliv', 'flow numpy matplotliv nltk', 'numpy matplotliv nltk comfort', 'matplotliv nltk comfort sql', 'nltk comfort sql mysql', 'comfort sql mysql sentiment', 'sql mysql sentiment analysis', 'mysql sentiment analysis apply', 'sentiment analysis apply leave', 'analysis apply leave dataset', 'apply leave dataset using', 'leave dataset using classification', 'dataset using classification technique', 'using classification technique like', 'classification technique like tf', 'technique like tf idf', 'like tf idf lsa', 'tf idf lsa cosine', 'idf lsa cosine similarity', 'lsa cosine similarity using', 'cosine similarity using machine', 'similarity using machine learning', 'using machine learning algorithms', 'machine learning algorithms web', 'learning algorithms web crawling', 'algorithms web crawling using', 'web crawling using selenium', 'crawling using selenium web', 'using selenium web driver', 'selenium web driver beautiful', 'web driver beautiful soup', 'driver beautiful soup python', 'beautiful soup python company', 'soup python company life', 'python company life insurance', 'company life insurance corporation', 'life insurance corporation india', 'insurance corporation india bhopal', 'corporation india bhopal description', 'india bhopal description explaining', 'bhopal description explaining policy', 'description explaining policy features', 'explaining policy features benefits', 'policy features benefits updated', 'features benefits updated knowledge', 'benefits updated knowledge life', 'updated knowledge life insurance', 'knowledge life insurance products', 'life insurance products shared', 'insurance products shared customers', 'personal skills ability quickly grasp', 'skills ability quickly grasp technical', 'ability quickly grasp technical aspects', 'quickly grasp technical aspects willingness', 'grasp technical aspects willingness learn', 'technical aspects willingness learn high', 'aspects willingness learn high energy', 'willingness learn high energy levels', 'learn high energy levels result', 'high energy levels result oriented', 'energy levels result oriented education', 'levels result oriented education details', 'result oriented education details january', 'oriented education details january 2018', 'education details january 2018 master', 'details january 2018 master engineering', 'january 2018 master engineering computer', '2018 master engineering computer technology', 'master engineering computer technology application', 'engineering computer technology application bhopal', 'computer technology application bhopal madhya', 'technology application bhopal madhya pradesh', 'application bhopal madhya pradesh truba', 'bhopal madhya pradesh truba institute', 'madhya pradesh truba institute engineering', 'pradesh truba institute engineering information', 'truba institute engineering information technology', 'institute engineering information technology january', 'engineering information technology january 2010', 'information technology january 2010 b', 'technology january 2010 b e', 'january 2010 b e computer', '2010 b e computer science', 'b e computer science bhopal', 'e computer science bhopal madhya', 'computer science bhopal madhya pradesh', 'science bhopal madhya pradesh rkdf', 'bhopal madhya pradesh rkdf institute', 'madhya pradesh rkdf institute science', 'pradesh rkdf institute science technology', 'rkdf institute science technology college', 'institute science technology college engineering', 'science technology college engineering january', 'technology college engineering january 2006', 'college engineering january 2006 polytechnic', 'engineering january 2006 polytechnic information', 'january 2006 polytechnic information technology', '2006 polytechnic information technology vidisha', 'polytechnic information technology vidisha madhya', 'information technology vidisha madhya pradesh', 'technology vidisha madhya pradesh sati', 'vidisha madhya pradesh sati engineering', 'madhya pradesh sati engineering college', 'pradesh sati engineering college vidisha', 'sati engineering college vidisha january', 'engineering college vidisha january 2003', 'college vidisha january 2003 m', 'vidisha january 2003 m tech', 'january 2003 m tech thesis', '2003 m tech thesis detail', 'm tech thesis detail bmch', 'tech thesis detail bmch school', 'thesis detail bmch school ganj', 'detail bmch school ganj basoda', 'bmch school ganj basoda data', 'school ganj basoda data science', 'ganj basoda data science i', 'basoda data science i six', 'data science i six month', 'science i six month experience', 'i six month experience data', 'six month experience data science', 'month experience data science key', 'experience data science key skills', 'data science key skills experience', 'science key skills experience machine', 'key skills experience machine learning', 'skills experience machine learning deep', 'experience machine learning deep leaning', 'machine learning deep leaning nlp', 'learning deep leaning nlp python', 'deep leaning nlp python sql', 'leaning nlp python sql web', 'nlp python sql web scraping', 'python sql web scraping good', 'sql web scraping good knowledge', 'web scraping good knowledge computer', 'scraping good knowledge computer subjects', 'good knowledge computer subjects ability', 'knowledge computer subjects ability update', 'computer subjects ability update skill', 'subjects ability update skill details', 'ability update skill details experience', 'update skill details experience machine', 'skill details experience machine learning', 'details experience machine learning deep', 'experience machine learning deep learning', 'machine learning deep learning nlp', 'learning deep learning nlp python', 'deep learning nlp python sql', 'learning nlp python sql web', 'nlp python sql web crawling', 'python sql web crawling html', 'sql web crawling html css', 'web crawling html css exprience', 'crawling html css exprience less', 'html css exprience less 1', 'css exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company rnt', 'monthscompany details company rnt ai', 'details company rnt ai technology', 'company rnt ai technology solution', 'rnt ai technology solution description', 'ai technology solution description text', 'technology solution description text classification', 'solution description text classification using', 'description text classification using machine', 'text classification using machine learning', 'classification using machine learning algorithms', 'using machine learning algorithms python', 'machine learning algorithms python practical', 'learning algorithms python practical knowledge', 'algorithms python practical knowledge deep', 'python practical knowledge deep learning', 'practical knowledge deep learning algorithms', 'knowledge deep learning algorithms recurrent', 'deep learning algorithms recurrent neural', 'learning algorithms recurrent neural networks', 'algorithms recurrent neural networks rnn', 'recurrent neural networks rnn develop', 'neural networks rnn develop custom', 'networks rnn develop custom data', 'rnn develop custom data models', 'develop custom data models algorithms', 'custom data models algorithms apply', 'data models algorithms apply dataset', 'models algorithms apply dataset experience', 'algorithms apply dataset experience python', 'apply dataset experience python packages', 'dataset experience python packages like', 'experience python packages like pandas', 'python packages like pandas scikit', 'packages like pandas scikit learn', 'like pandas scikit learn tensor', 'pandas scikit learn tensor flow', 'scikit learn tensor flow numpy', 'learn tensor flow numpy matplotliv', 'tensor flow numpy matplotliv nltk', 'flow numpy matplotliv nltk comfort', 'numpy matplotliv nltk comfort sql', 'matplotliv nltk comfort sql mysql', 'nltk comfort sql mysql sentiment', 'comfort sql mysql sentiment analysis', 'sql mysql sentiment analysis apply', 'mysql sentiment analysis apply leave', 'sentiment analysis apply leave dataset', 'analysis apply leave dataset using', 'apply leave dataset using classification', 'leave dataset using classification technique', 'dataset using classification technique like', 'using classification technique like tf', 'classification technique like tf idf', 'technique like tf idf lsa', 'like tf idf lsa cosine', 'tf idf lsa cosine similarity', 'idf lsa cosine similarity using', 'lsa cosine similarity using machine', 'cosine similarity using machine learning', 'similarity using machine learning algorithms', 'using machine learning algorithms web', 'machine learning algorithms web crawling', 'learning algorithms web crawling using', 'algorithms web crawling using selenium', 'web crawling using selenium web', 'crawling using selenium web driver', 'using selenium web driver beautiful', 'selenium web driver beautiful soup', 'web driver beautiful soup python', 'driver beautiful soup python company', 'beautiful soup python company life', 'soup python company life insurance', 'python company life insurance corporation', 'company life insurance corporation india', 'life insurance corporation india bhopal', 'insurance corporation india bhopal description', 'corporation india bhopal description explaining', 'india bhopal description explaining policy', 'bhopal description explaining policy features', 'description explaining policy features benefits', 'explaining policy features benefits updated', 'policy features benefits updated knowledge', ...], ['expertise', 'data', 'quantitative', 'analysis', 'decision', 'analytics', 'predictive', 'modeling', 'data', 'driven', 'personalization', 'kpi', 'dashboards', 'big', 'data', 'queries', 'interpretation', 'data', 'mining', 'visualization', 'tools', 'machine', 'learning', 'algorithms', 'business', 'intelligence', 'bi', 'research', 'reports', 'forecasts', 'education', 'details', 'pgp', 'data', 'science', 'mumbai', 'maharashtra', 'aegis', 'school', 'data', 'science', 'business', 'b', 'e', 'electronics', 'communication', 'electronics', 'communication', 'indore', 'madhya', 'pradesh', 'ies', 'ips', 'academy', 'data', 'scientist', 'data', 'scientist', 'pr', 'canada', 'skill', 'details', 'algorithms', 'exprience', '6', 'months', 'bi', 'exprience', '6', 'months', 'business', 'intelligence', 'exprience', '6', 'months', 'machine', 'learning', 'exprience', '24', 'months', 'visualization', 'exprience', '24', 'months', 'spark', 'exprience', '24', 'months', 'python', 'exprience', '36', 'months', 'tableau', 'exprience', '36', 'months', 'data', 'analysis', 'exprience', '24', 'monthscompany', 'details', 'company', 'aegis', 'school', 'data', 'science', 'business', 'description', 'mostly', 'working', 'industry', 'project', 'providing', 'solution', 'along', 'teaching', 'appointments', 'teach', 'undergraduate', 'graduate', 'level', 'courses', 'spark', 'machine', 'learning', 'adjunct', 'faculty', 'member', 'aegis', 'school', 'data', 'science', 'mumbai', '2017', 'present', 'company', 'aegis', 'school', 'data', 'business', 'description', 'data', 'science', 'intern', 'nov', '2015', 'jan', '2016', 'furnish', 'executive', 'leadership', 'team', 'insights', 'analytics', 'reports', 'recommendations', 'enabling', 'effective', 'strategic', 'planning', 'across', 'business', 'units', 'distribution', 'channels', 'product', 'lines', 'chat', 'bot', 'using', 'aws', 'lex', 'tensor', 'flow', 'python', 'the', 'goal', 'project', 'creates', 'chat', 'bot', 'academic', 'institution', 'university', 'handle', 'queries', 'related', 'courses', 'offered', 'institute', 'the', 'objective', 'task', 'reduce', 'human', 'efforts', 'well', 'reduce', 'man', 'made', 'errors', 'even', 'companies', 'handle', 'client', '24x7', 'in', 'case', 'companies', 'academic', 'institutions', 'clients', 'participants', 'students', 'web', 'scraping', 'using', 'selenium', 'web', 'driver', 'python', 'the', 'task', 'scrap', 'data', 'online', 'messaging', 'portal', 'text', 'format', 'find', 'pattern', 'form', 'data', 'visualization', 'data', 'insights', 'hadoop', 'eco', 'system', 'hive', 'pyspark', 'qliksense', 'the', 'goal', 'project', 'build', 'business', 'solutions', 'internet', 'service', 'provider', 'company', 'like', 'handling', 'data', 'generated', 'per', 'day', 'basis', 'visualize', 'data', 'find', 'usage', 'pattern', 'form', 'generate', 'reports', 'image', 'based', 'fraud', 'detection', 'microsoft', 'face', 'api', 'pyspark', 'open', 'cv', 'the', 'main', 'goal', 'project', 'recognize', 'similarity', 'face', 'given', 'database', 'images', 'face', 'recognition', 'recognizing', 'special', 'face', 'set', 'different', 'faces', 'face', 'extracted', 'compared', 'database', 'image', 'image', 'recognized', 'person', 'already', 'applied', 'loan', 'somewhere', 'else', 'hiding', 'identity', 'going', 'prevent', 'frauds', 'initial', 'stage', 'churn', 'analysis', 'internet', 'service', 'provider', 'r', 'python', 'machine', 'learning', 'hadoop', 'the', 'objective', 'identify', 'customer', 'likely', 'churn', 'given', 'period', 'time', 'pretend', 'customer', 'giving', 'incentive', 'offers', 'sentiment', 'analysis', 'python', 'nlp', 'apache', 'spark', 'service', 'ibm', 'bluemix', 'this', 'project', 'highly', 'emphasis', 'tweets', 'twitter', 'data', 'taken', 'mobile', 'networks', 'service', 'provider', 'sentiment', 'analysis', 'analyze', 'whether', 'expressed', 'opinion', 'positive', 'negative', 'neutral', 'capture', 'emotions', 'tweets', 'comparative', 'analysis', 'quantifiable', 'results', 'mentored', '7', '12', 'data', 'science', 'enthusiast', 'year', 'since', 'gone', 'graduate', 'school', 'data', 'science', 'business', 'analytics', 'reviewed', 'evaluated', '20', '40', 'research', 'papers', 'data', 'science', 'one', 'largest', 'data', 'science', 'conference', 'called', 'data', 'science', 'congress', 'aegis', 'school', 'business', 'mumbai', 'heading', 'solution', 'providing', 'organization', 'called', 'data', 'science', 'delivered', 'aegis', 'school', 'data', 'science', 'mumbai', 'managed', '4', '5', 'live', 'projects', 'using', 'data', 'science', 'techniques', 'working', 'social', 'cause', 'help', 'data', 'science', 'social', 'goods', 'committee', 'team', 'developed', 'product', 'called', 'let', 'find', 'missing', 'child', 'helping', 'society', 'company', 'ibm', 'india', 'pvt', 'ltd', 'description', 'mostly', 'worked', 'blumix', 'ibm', 'watson', 'data', 'science', 'expertise data', 'data quantitative', 'quantitative analysis', 'analysis decision', 'decision analytics', 'analytics predictive', 'predictive modeling', 'modeling data', 'data driven', 'driven personalization', 'personalization kpi', 'kpi dashboards', 'dashboards big', 'big data', 'data queries', 'queries interpretation', 'interpretation data', 'data mining', 'mining visualization', 'visualization tools', 'tools machine', 'machine learning', 'learning algorithms', 'algorithms business', 'business intelligence', 'intelligence bi', 'bi research', 'research reports', 'reports forecasts', 'forecasts education', 'education details', 'details pgp', 'pgp data', 'data science', 'science mumbai', 'mumbai maharashtra', 'maharashtra aegis', 'aegis school', 'school data', 'data science', 'science business', 'business b', 'b e', 'e electronics', 'electronics communication', 'communication electronics', 'electronics communication', 'communication indore', 'indore madhya', 'madhya pradesh', 'pradesh ies', 'ies ips', 'ips academy', 'academy data', 'data scientist', 'scientist data', 'data scientist', 'scientist pr', 'pr canada', 'canada skill', 'skill details', 'details algorithms', 'algorithms exprience', 'exprience 6', '6 months', 'months bi', 'bi exprience', 'exprience 6', '6 months', 'months business', 'business intelligence', 'intelligence exprience', 'exprience 6', '6 months', 'months machine', 'machine learning', 'learning exprience', 'exprience 24', '24 months', 'months visualization', 'visualization exprience', 'exprience 24', '24 months', 'months spark', 'spark exprience', 'exprience 24', '24 months', 'months python', 'python exprience', 'exprience 36', '36 months', 'months tableau', 'tableau exprience', 'exprience 36', '36 months', 'months data', 'data analysis', 'analysis exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company aegis', 'aegis school', 'school data', 'data science', 'science business', 'business description', 'description mostly', 'mostly working', 'working industry', 'industry project', 'project providing', 'providing solution', 'solution along', 'along teaching', 'teaching appointments', 'appointments teach', 'teach undergraduate', 'undergraduate graduate', 'graduate level', 'level courses', 'courses spark', 'spark machine', 'machine learning', 'learning adjunct', 'adjunct faculty', 'faculty member', 'member aegis', 'aegis school', 'school data', 'data science', 'science mumbai', 'mumbai 2017', '2017 present', 'present company', 'company aegis', 'aegis school', 'school data', 'data business', 'business description', 'description data', 'data science', 'science intern', 'intern nov', 'nov 2015', '2015 jan', 'jan 2016', '2016 furnish', 'furnish executive', 'executive leadership', 'leadership team', 'team insights', 'insights analytics', 'analytics reports', 'reports recommendations', 'recommendations enabling', 'enabling effective', 'effective strategic', 'strategic planning', 'planning across', 'across business', 'business units', 'units distribution', 'distribution channels', 'channels product', 'product lines', 'lines chat', 'chat bot', 'bot using', 'using aws', 'aws lex', 'lex tensor', 'tensor flow', 'flow python', 'python the', 'the goal', 'goal project', 'project creates', 'creates chat', 'chat bot', 'bot academic', 'academic institution', 'institution university', 'university handle', 'handle queries', 'queries related', 'related courses', 'courses offered', 'offered institute', 'institute the', 'the objective', 'objective task', 'task reduce', 'reduce human', 'human efforts', 'efforts well', 'well reduce', 'reduce man', 'man made', 'made errors', 'errors even', 'even companies', 'companies handle', 'handle client', 'client 24x7', '24x7 in', 'in case', 'case companies', 'companies academic', 'academic institutions', 'institutions clients', 'clients participants', 'participants students', 'students web', 'web scraping', 'scraping using', 'using selenium', 'selenium web', 'web driver', 'driver python', 'python the', 'the task', 'task scrap', 'scrap data', 'data online', 'online messaging', 'messaging portal', 'portal text', 'text format', 'format find', 'find pattern', 'pattern form', 'form data', 'data visualization', 'visualization data', 'data insights', 'insights hadoop', 'hadoop eco', 'eco system', 'system hive', 'hive pyspark', 'pyspark qliksense', 'qliksense the', 'the goal', 'goal project', 'project build', 'build business', 'business solutions', 'solutions internet', 'internet service', 'service provider', 'provider company', 'company like', 'like handling', 'handling data', 'data generated', 'generated per', 'per day', 'day basis', 'basis visualize', 'visualize data', 'data find', 'find usage', 'usage pattern', 'pattern form', 'form generate', 'generate reports', 'reports image', 'image based', 'based fraud', 'fraud detection', 'detection microsoft', 'microsoft face', 'face api', 'api pyspark', 'pyspark open', 'open cv', 'cv the', 'the main', 'main goal', 'goal project', 'project recognize', 'recognize similarity', 'similarity face', 'face given', 'given database', 'database images', 'images face', 'face recognition', 'recognition recognizing', 'recognizing special', 'special face', 'face set', 'set different', 'different faces', 'faces face', 'face extracted', 'extracted compared', 'compared database', 'database image', 'image image', 'image recognized', 'recognized person', 'person already', 'already applied', 'applied loan', 'loan somewhere', 'somewhere else', 'else hiding', 'hiding identity', 'identity going', 'going prevent', 'prevent frauds', 'frauds initial', 'initial stage', 'stage churn', 'churn analysis', 'analysis internet', 'internet service', 'service provider', 'provider r', 'r python', 'python machine', 'machine learning', 'learning hadoop', 'hadoop the', 'the objective', 'objective identify', 'identify customer', 'customer likely', 'likely churn', 'churn given', 'given period', 'period time', 'time pretend', 'pretend customer', 'customer giving', 'giving incentive', 'incentive offers', 'offers sentiment', 'sentiment analysis', 'analysis python', 'python nlp', 'nlp apache', 'apache spark', 'spark service', 'service ibm', 'ibm bluemix', 'bluemix this', 'this project', 'project highly', 'highly emphasis', 'emphasis tweets', 'tweets twitter', 'twitter data', 'data taken', 'taken mobile', 'mobile networks', 'networks service', 'service provider', 'provider sentiment', 'sentiment analysis', 'analysis analyze', 'analyze whether', 'whether expressed', 'expressed opinion', 'opinion positive', 'positive negative', 'negative neutral', 'neutral capture', 'capture emotions', 'emotions tweets', 'tweets comparative', 'comparative analysis', 'analysis quantifiable', 'quantifiable results', 'results mentored', 'mentored 7', '7 12', '12 data', 'data science', 'science enthusiast', 'enthusiast year', 'year since', 'since gone', 'gone graduate', 'graduate school', 'school data', 'data science', 'science business', 'business analytics', 'analytics reviewed', 'reviewed evaluated', 'evaluated 20', '20 40', '40 research', 'research papers', 'papers data', 'data science', 'science one', 'one largest', 'largest data', 'data science', 'science conference', 'conference called', 'called data', 'data science', 'science congress', 'congress aegis', 'aegis school', 'school business', 'business mumbai', 'mumbai heading', 'heading solution', 'solution providing', 'providing organization', 'organization called', 'called data', 'data science', 'science delivered', 'delivered aegis', 'aegis school', 'school data', 'data science', 'science mumbai', 'mumbai managed', 'managed 4', '4 5', '5 live', 'live projects', 'projects using', 'using data', 'data science', 'science techniques', 'techniques working', 'working social', 'social cause', 'cause help', 'help data', 'data science', 'science social', 'social goods', 'goods committee', 'committee team', 'team developed', 'developed product', 'product called', 'called let', 'let find', 'find missing', 'missing child', 'child helping', 'helping society', 'society company', 'company ibm', 'ibm india', 'india pvt', 'pvt ltd', 'ltd description', 'description mostly', 'mostly worked', 'worked blumix', 'blumix ibm', 'ibm watson', 'watson data', 'data science', 'expertise data quantitative', 'data quantitative analysis', 'quantitative analysis decision', 'analysis decision analytics', 'decision analytics predictive', 'analytics predictive modeling', 'predictive modeling data', 'modeling data driven', 'data driven personalization', 'driven personalization kpi', 'personalization kpi dashboards', 'kpi dashboards big', 'dashboards big data', 'big data queries', 'data queries interpretation', 'queries interpretation data', 'interpretation data mining', 'data mining visualization', 'mining visualization tools', 'visualization tools machine', 'tools machine learning', 'machine learning algorithms', 'learning algorithms business', 'algorithms business intelligence', 'business intelligence bi', 'intelligence bi research', 'bi research reports', 'research reports forecasts', 'reports forecasts education', 'forecasts education details', 'education details pgp', 'details pgp data', 'pgp data science', 'data science mumbai', 'science mumbai maharashtra', 'mumbai maharashtra aegis', 'maharashtra aegis school', 'aegis school data', 'school data science', 'data science business', 'science business b', 'business b e', 'b e electronics', 'e electronics communication', 'electronics communication electronics', 'communication electronics communication', 'electronics communication indore', 'communication indore madhya', 'indore madhya pradesh', 'madhya pradesh ies', 'pradesh ies ips', 'ies ips academy', 'ips academy data', 'academy data scientist', 'data scientist data', 'scientist data scientist', 'data scientist pr', 'scientist pr canada', 'pr canada skill', 'canada skill details', 'skill details algorithms', 'details algorithms exprience', 'algorithms exprience 6', 'exprience 6 months', '6 months bi', ...], ['technical', 'skills', 'typewriting', 'tora', 'spsseducation', 'details', 'january', '2017', 'mba', 'chidambaram', 'tamil', 'nadu', 'sns', 'college', 'engineering', 'january', '2014', 'hsc', 'sav', 'higher', 'secondary', 'school', 'mba', 'sns', 'college', 'engineering', 'sslc', 'finance', 'kamaraj', 'matriculation', 'school', 'hr', 'skill', 'details', 'human', 'resource', 'finance', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description', 'technical skills', 'skills typewriting', 'typewriting tora', 'tora spsseducation', 'spsseducation details', 'details january', 'january 2017', '2017 mba', 'mba chidambaram', 'chidambaram tamil', 'tamil nadu', 'nadu sns', 'sns college', 'college engineering', 'engineering january', 'january 2014', '2014 hsc', 'hsc sav', 'sav higher', 'higher secondary', 'secondary school', 'school mba', 'mba sns', 'sns college', 'college engineering', 'engineering sslc', 'sslc finance', 'finance kamaraj', 'kamaraj matriculation', 'matriculation school', 'school hr', 'hr skill', 'skill details', 'details human', 'human resource', 'resource finance', 'finance exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company description', 'technical skills typewriting', 'skills typewriting tora', 'typewriting tora spsseducation', 'tora spsseducation details', 'spsseducation details january', 'details january 2017', 'january 2017 mba', '2017 mba chidambaram', 'mba chidambaram tamil', 'chidambaram tamil nadu', 'tamil nadu sns', 'nadu sns college', 'sns college engineering', 'college engineering january', 'engineering january 2014', 'january 2014 hsc', '2014 hsc sav', 'hsc sav higher', 'sav higher secondary', 'higher secondary school', 'secondary school mba', 'school mba sns', 'mba sns college', 'sns college engineering', 'college engineering sslc', 'engineering sslc finance', 'sslc finance kamaraj', 'finance kamaraj matriculation', 'kamaraj matriculation school', 'matriculation school hr', 'school hr skill', 'hr skill details', 'skill details human', 'details human resource', 'human resource finance', 'resource finance exprience', 'finance exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company description', 'technical skills typewriting tora', 'skills typewriting tora spsseducation', 'typewriting tora spsseducation details', 'tora spsseducation details january', 'spsseducation details january 2017', 'details january 2017 mba', 'january 2017 mba chidambaram', '2017 mba chidambaram tamil', 'mba chidambaram tamil nadu', 'chidambaram tamil nadu sns', 'tamil nadu sns college', 'nadu sns college engineering', 'sns college engineering january', 'college engineering january 2014', 'engineering january 2014 hsc', 'january 2014 hsc sav', '2014 hsc sav higher', 'hsc sav higher secondary', 'sav higher secondary school', 'higher secondary school mba', 'secondary school mba sns', 'school mba sns college', 'mba sns college engineering', 'sns college engineering sslc', 'college engineering sslc finance', 'engineering sslc finance kamaraj', 'sslc finance kamaraj matriculation', 'finance kamaraj matriculation school', 'kamaraj matriculation school hr', 'matriculation school hr skill', 'school hr skill details', 'hr skill details human', 'skill details human resource', 'details human resource finance', 'human resource finance exprience', 'resource finance exprience less', 'finance exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company description', 'technical skills typewriting tora spsseducation', 'skills typewriting tora spsseducation details', 'typewriting tora spsseducation details january', 'tora spsseducation details january 2017', 'spsseducation details january 2017 mba', 'details january 2017 mba chidambaram', 'january 2017 mba chidambaram tamil', '2017 mba chidambaram tamil nadu', 'mba chidambaram tamil nadu sns', 'chidambaram tamil nadu sns college', 'tamil nadu sns college engineering', 'nadu sns college engineering january', 'sns college engineering january 2014', 'college engineering january 2014 hsc', 'engineering january 2014 hsc sav', 'january 2014 hsc sav higher', '2014 hsc sav higher secondary', 'hsc sav higher secondary school', 'sav higher secondary school mba', 'higher secondary school mba sns', 'secondary school mba sns college', 'school mba sns college engineering', 'mba sns college engineering sslc', 'sns college engineering sslc finance', 'college engineering sslc finance kamaraj', 'engineering sslc finance kamaraj matriculation', 'sslc finance kamaraj matriculation school', 'finance kamaraj matriculation school hr', 'kamaraj matriculation school hr skill', 'matriculation school hr skill details', 'school hr skill details human', 'hr skill details human resource', 'skill details human resource finance', 'details human resource finance exprience', 'human resource finance exprience less', 'resource finance exprience less 1', 'finance exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company description', 'technical skills typewriting tora spsseducation details', 'skills typewriting tora spsseducation details january', 'typewriting tora spsseducation details january 2017', 'tora spsseducation details january 2017 mba', 'spsseducation details january 2017 mba chidambaram', 'details january 2017 mba chidambaram tamil', 'january 2017 mba chidambaram tamil nadu', '2017 mba chidambaram tamil nadu sns', 'mba chidambaram tamil nadu sns college', 'chidambaram tamil nadu sns college engineering', 'tamil nadu sns college engineering january', 'nadu sns college engineering january 2014', 'sns college engineering january 2014 hsc', 'college engineering january 2014 hsc sav', 'engineering january 2014 hsc sav higher', 'january 2014 hsc sav higher secondary', '2014 hsc sav higher secondary school', 'hsc sav higher secondary school mba', 'sav higher secondary school mba sns', 'higher secondary school mba sns college', 'secondary school mba sns college engineering', 'school mba sns college engineering sslc', 'mba sns college engineering sslc finance', 'sns college engineering sslc finance kamaraj', 'college engineering sslc finance kamaraj matriculation', 'engineering sslc finance kamaraj matriculation school', 'sslc finance kamaraj matriculation school hr', 'finance kamaraj matriculation school hr skill', 'kamaraj matriculation school hr skill details', 'matriculation school hr skill details human', 'school hr skill details human resource', 'hr skill details human resource finance', 'skill details human resource finance exprience', 'details human resource finance exprience less', 'human resource finance exprience less 1', 'resource finance exprience less 1 year', 'finance exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company description', 'technical skills typewriting tora spsseducation details january', 'skills typewriting tora spsseducation details january 2017', 'typewriting tora spsseducation details january 2017 mba', 'tora spsseducation details january 2017 mba chidambaram', 'spsseducation details january 2017 mba chidambaram tamil', 'details january 2017 mba chidambaram tamil nadu', 'january 2017 mba chidambaram tamil nadu sns', '2017 mba chidambaram tamil nadu sns college', 'mba chidambaram tamil nadu sns college engineering', 'chidambaram tamil nadu sns college engineering january', 'tamil nadu sns college engineering january 2014', 'nadu sns college engineering january 2014 hsc', 'sns college engineering january 2014 hsc sav', 'college engineering january 2014 hsc sav higher', 'engineering january 2014 hsc sav higher secondary', 'january 2014 hsc sav higher secondary school', '2014 hsc sav higher secondary school mba', 'hsc sav higher secondary school mba sns', 'sav higher secondary school mba sns college', 'higher secondary school mba sns college engineering', 'secondary school mba sns college engineering sslc', 'school mba sns college engineering sslc finance', 'mba sns college engineering sslc finance kamaraj', 'sns college engineering sslc finance kamaraj matriculation', 'college engineering sslc finance kamaraj matriculation school', 'engineering sslc finance kamaraj matriculation school hr', 'sslc finance kamaraj matriculation school hr skill', 'finance kamaraj matriculation school hr skill details', 'kamaraj matriculation school hr skill details human', 'matriculation school hr skill details human resource', 'school hr skill details human resource finance', 'hr skill details human resource finance exprience', 'skill details human resource finance exprience less', 'details human resource finance exprience less 1', 'human resource finance exprience less 1 year', 'resource finance exprience less 1 year monthscompany', 'finance exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company description', 'technical skills typewriting tora spsseducation details january 2017', 'skills typewriting tora spsseducation details january 2017 mba', 'typewriting tora spsseducation details january 2017 mba chidambaram', 'tora spsseducation details january 2017 mba chidambaram tamil', 'spsseducation details january 2017 mba chidambaram tamil nadu', 'details january 2017 mba chidambaram tamil nadu sns', 'january 2017 mba chidambaram tamil nadu sns college', '2017 mba chidambaram tamil nadu sns college engineering', 'mba chidambaram tamil nadu sns college engineering january', 'chidambaram tamil nadu sns college engineering january 2014', 'tamil nadu sns college engineering january 2014 hsc', 'nadu sns college engineering january 2014 hsc sav', 'sns college engineering january 2014 hsc sav higher', 'college engineering january 2014 hsc sav higher secondary', 'engineering january 2014 hsc sav higher secondary school', 'january 2014 hsc sav higher secondary school mba', '2014 hsc sav higher secondary school mba sns', 'hsc sav higher secondary school mba sns college', 'sav higher secondary school mba sns college engineering', 'higher secondary school mba sns college engineering sslc', 'secondary school mba sns college engineering sslc finance', 'school mba sns college engineering sslc finance kamaraj', 'mba sns college engineering sslc finance kamaraj matriculation', 'sns college engineering sslc finance kamaraj matriculation school', 'college engineering sslc finance kamaraj matriculation school hr', 'engineering sslc finance kamaraj matriculation school hr skill', 'sslc finance kamaraj matriculation school hr skill details', 'finance kamaraj matriculation school hr skill details human', 'kamaraj matriculation school hr skill details human resource', 'matriculation school hr skill details human resource finance', 'school hr skill details human resource finance exprience', 'hr skill details human resource finance exprience less', 'skill details human resource finance exprience less 1', 'details human resource finance exprience less 1 year', 'human resource finance exprience less 1 year monthscompany', 'resource finance exprience less 1 year monthscompany details', 'finance exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company description', 'technical skills typewriting tora spsseducation details january 2017 mba', 'skills typewriting tora spsseducation details january 2017 mba chidambaram', 'typewriting tora spsseducation details january 2017 mba chidambaram tamil', 'tora spsseducation details january 2017 mba chidambaram tamil nadu', 'spsseducation details january 2017 mba chidambaram tamil nadu sns', 'details january 2017 mba chidambaram tamil nadu sns college', 'january 2017 mba chidambaram tamil nadu sns college engineering', '2017 mba chidambaram tamil nadu sns college engineering january', 'mba chidambaram tamil nadu sns college engineering january 2014', 'chidambaram tamil nadu sns college engineering january 2014 hsc', 'tamil nadu sns college engineering january 2014 hsc sav', 'nadu sns college engineering january 2014 hsc sav higher', 'sns college engineering january 2014 hsc sav higher secondary', 'college engineering january 2014 hsc sav higher secondary school', 'engineering january 2014 hsc sav higher secondary school mba', 'january 2014 hsc sav higher secondary school mba sns', '2014 hsc sav higher secondary school mba sns college', 'hsc sav higher secondary school mba sns college engineering', 'sav higher secondary school mba sns college engineering sslc', 'higher secondary school mba sns college engineering sslc finance', 'secondary school mba sns college engineering sslc finance kamaraj', 'school mba sns college engineering sslc finance kamaraj matriculation', 'mba sns college engineering sslc finance kamaraj matriculation school', 'sns college engineering sslc finance kamaraj matriculation school hr', 'college engineering sslc finance kamaraj matriculation school hr skill', 'engineering sslc finance kamaraj matriculation school hr skill details', 'sslc finance kamaraj matriculation school hr skill details human', 'finance kamaraj matriculation school hr skill details human resource', 'kamaraj matriculation school hr skill details human resource finance', 'matriculation school hr skill details human resource finance exprience', 'school hr skill details human resource finance exprience less', 'hr skill details human resource finance exprience less 1', 'skill details human resource finance exprience less 1 year', 'details human resource finance exprience less 1 year monthscompany', 'human resource finance exprience less 1 year monthscompany details', 'resource finance exprience less 1 year monthscompany details company', 'finance exprience less 1 year monthscompany details company description'], ['i', 't', 'skills', 'windows', 'xp', 'ms', 'office', 'word', 'excel', 'look', 'ups', 'pivot', 'table', 'basic', 'functions', 'power', 'point', 'saral', 'payment', 'package', 'payroll', 'software', 'internet', 'applicationseducation', 'details', 'january', '2006', 'bachelor', 'hospitality', 'management', 'international', 'hospitality', 'management', 'queen', 'margaret', 'university', 'edinburg', 'january', '2006', 'diploma', 'hotel', 'management', 'international', 'institute', 'hotel', 'management', 'hr', 'skill', 'details', 'hr', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'atri', 'developers', 'description', 'hr', 'payroll', 'statutory', 'compliance', 'performance', 'management', 'company', 'description', 'employee', 'relations', 'administration', 'creating', 'industry', 'specific', 'policies', 'procedure', 'forms', 'formats', 'letters', 'checklists', 'etc', 'payroll', 'management', 'salary', 'restructuring', 'process', 'payroll', '600', 'employees', 'validation', 'input', 'attendance', 'leaves', 'salaries', 'starting', 'salary', 'process', 'processing', 'urate', 'error', 'free', 'salary', 'employees', 'responsible', 'compensation', 'benefits', 'administration', 'coordinate', 'a', 'ounts', 'team', 'salary', 'processing', 'attendance', 'leave', 'record', 'management', 'assuring', 'prompt', 'satisfactory', 'resolution', 'payroll', 'related', 'queries', 'employees', 'statutory', 'compliance', 'management', 'manage', 'various', 'statutory', 'compliance', 'requirements', 'pf', 'esic', 'pt', 'gratuity', 'tds', 'etc', 'calculations', 'deduction', 'payment', 'return', 'filing', 'generate', 'statutory', 'reports', 'like', 'form', '16', 'form', '24q', 'conducting', 'session', 'employees', 'statutory', 'policies', 'procedure', 'compliance', 'related', 'topics', 'shops', 'commercial', 'establishments', 'act', 's', 'e', 'the', 'payment', 'gratuity', 'act', '1972', 'recruitment', 'selection', 'handling', 'recruitment', 'like', 'job', 'posting', 'naukri', 'portal', 'coordination', 'create', 'annual', 'manpower', 'plan', 'budget', 'screen', 'schedule', 'preliminary', 'interview', 'arrange', 'employee', 'orientation', 'handling', 'joining', 'formalities', 'salary', 'ount', 'opening', 'formalities', 'performance', 'management', 'end', 'end', 'facilitation', 'pms', 'starting', 'creating', 'job', 'description', 'appraisal', 'forms', 'disbursement', 'letters', 'kra', 'setting', 'mid', 'year', 'reviews', 'annual', 'reviews', 'handling', 'appraisal', 'activities', '360', 'degree', 'training', 'development', 'conduct', 'training', 'need', 'analysis', 'arrange', 'various', 'training', 'session', 'employee', 'engagement', 'employee', 'welfare', 'creation', 'deployment', 'sales', 'rewards', 'recognition', 'schemes', 'periodic', 'interactive', 'sessions', 'like', 'monthly', 'birthday', 'celebration', 'annual', 'day', 'diwali', 'dhamaka', 'offsite', 'etc', 'working', 'saral', 'payment', 'package', 'payroll', 'software', 'well', 'excel', 'assisting', 'md', 'hr', 'works', 'offering', 'suggestions', 'answering', 'employee', 'queries', 'payroll', 'compliance', 'related', 'issues', 'benefits', 'insurance', 'medical', 'reimbursement', 'full', 'final', 'settlement', 'resigned', 'employees', 'i t', 't skills', 'skills windows', 'windows xp', 'xp ms', 'ms office', 'office word', 'word excel', 'excel look', 'look ups', 'ups pivot', 'pivot table', 'table basic', 'basic functions', 'functions power', 'power point', 'point saral', 'saral payment', 'payment package', 'package payroll', 'payroll software', 'software internet', 'internet applicationseducation', 'applicationseducation details', 'details january', 'january 2006', '2006 bachelor', 'bachelor hospitality', 'hospitality management', 'management international', 'international hospitality', 'hospitality management', 'management queen', 'queen margaret', 'margaret university', 'university edinburg', 'edinburg january', 'january 2006', '2006 diploma', 'diploma hotel', 'hotel management', 'management international', 'international institute', 'institute hotel', 'hotel management', 'management hr', 'hr skill', 'skill details', 'details hr', 'hr management', 'management exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company atri', 'atri developers', 'developers description', 'description hr', 'hr payroll', 'payroll statutory', 'statutory compliance', 'compliance performance', 'performance management', 'management company', 'company description', 'description employee', 'employee relations', 'relations administration', 'administration creating', 'creating industry', 'industry specific', 'specific policies', 'policies procedure', 'procedure forms', 'forms formats', 'formats letters', 'letters checklists', 'checklists etc', 'etc payroll', 'payroll management', 'management salary', 'salary restructuring', 'restructuring process', 'process payroll', 'payroll 600', '600 employees', 'employees validation', 'validation input', 'input attendance', 'attendance leaves', 'leaves salaries', 'salaries starting', 'starting salary', 'salary process', 'process processing', 'processing urate', 'urate error', 'error free', 'free salary', 'salary employees', 'employees responsible', 'responsible compensation', 'compensation benefits', 'benefits administration', 'administration coordinate', 'coordinate a', 'a ounts', 'ounts team', 'team salary', 'salary processing', 'processing attendance', 'attendance leave', 'leave record', 'record management', 'management assuring', 'assuring prompt', 'prompt satisfactory', 'satisfactory resolution', 'resolution payroll', 'payroll related', 'related queries', 'queries employees', 'employees statutory', 'statutory compliance', 'compliance management', 'management manage', 'manage various', 'various statutory', 'statutory compliance', 'compliance requirements', 'requirements pf', 'pf esic', 'esic pt', 'pt gratuity', 'gratuity tds', 'tds etc', 'etc calculations', 'calculations deduction', 'deduction payment', 'payment return', 'return filing', 'filing generate', 'generate statutory', 'statutory reports', 'reports like', 'like form', 'form 16', '16 form', 'form 24q', '24q conducting', 'conducting session', 'session employees', 'employees statutory', 'statutory policies', 'policies procedure', 'procedure compliance', 'compliance related', 'related topics', 'topics shops', 'shops commercial', 'commercial establishments', 'establishments act', 'act s', 's e', 'e the', 'the payment', 'payment gratuity', 'gratuity act', 'act 1972', '1972 recruitment', 'recruitment selection', 'selection handling', 'handling recruitment', 'recruitment like', 'like job', 'job posting', 'posting naukri', 'naukri portal', 'portal coordination', 'coordination create', 'create annual', 'annual manpower', 'manpower plan', 'plan budget', 'budget screen', 'screen schedule', 'schedule preliminary', 'preliminary interview', 'interview arrange', 'arrange employee', 'employee orientation', 'orientation handling', 'handling joining', 'joining formalities', 'formalities salary', 'salary ount', 'ount opening', 'opening formalities', 'formalities performance', 'performance management', 'management end', 'end end', 'end facilitation', 'facilitation pms', 'pms starting', 'starting creating', 'creating job', 'job description', 'description appraisal', 'appraisal forms', 'forms disbursement', 'disbursement letters', 'letters kra', 'kra setting', 'setting mid', 'mid year', 'year reviews', 'reviews annual', 'annual reviews', 'reviews handling', 'handling appraisal', 'appraisal activities', 'activities 360', '360 degree', 'degree training', 'training development', 'development conduct', 'conduct training', 'training need', 'need analysis', 'analysis arrange', 'arrange various', 'various training', 'training session', 'session employee', 'employee engagement', 'engagement employee', 'employee welfare', 'welfare creation', 'creation deployment', 'deployment sales', 'sales rewards', 'rewards recognition', 'recognition schemes', 'schemes periodic', 'periodic interactive', 'interactive sessions', 'sessions like', 'like monthly', 'monthly birthday', 'birthday celebration', 'celebration annual', 'annual day', 'day diwali', 'diwali dhamaka', 'dhamaka offsite', 'offsite etc', 'etc working', 'working saral', 'saral payment', 'payment package', 'package payroll', 'payroll software', 'software well', 'well excel', 'excel assisting', 'assisting md', 'md hr', 'hr works', 'works offering', 'offering suggestions', 'suggestions answering', 'answering employee', 'employee queries', 'queries payroll', 'payroll compliance', 'compliance related', 'related issues', 'issues benefits', 'benefits insurance', 'insurance medical', 'medical reimbursement', 'reimbursement full', 'full final', 'final settlement', 'settlement resigned', 'resigned employees', 'i t skills', 't skills windows', 'skills windows xp', 'windows xp ms', 'xp ms office', 'ms office word', 'office word excel', 'word excel look', 'excel look ups', 'look ups pivot', 'ups pivot table', 'pivot table basic', 'table basic functions', 'basic functions power', 'functions power point', 'power point saral', 'point saral payment', 'saral payment package', 'payment package payroll', 'package payroll software', 'payroll software internet', 'software internet applicationseducation', 'internet applicationseducation details', 'applicationseducation details january', 'details january 2006', 'january 2006 bachelor', '2006 bachelor hospitality', 'bachelor hospitality management', 'hospitality management international', 'management international hospitality', 'international hospitality management', 'hospitality management queen', 'management queen margaret', 'queen margaret university', 'margaret university edinburg', 'university edinburg january', 'edinburg january 2006', 'january 2006 diploma', '2006 diploma hotel', 'diploma hotel management', 'hotel management international', 'management international institute', 'international institute hotel', 'institute hotel management', 'hotel management hr', 'management hr skill', 'hr skill details', 'skill details hr', 'details hr management', 'hr management exprience', 'management exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company atri', 'company atri developers', 'atri developers description', 'developers description hr', 'description hr payroll', 'hr payroll statutory', 'payroll statutory compliance', 'statutory compliance performance', 'compliance performance management', 'performance management company', 'management company description', 'company description employee', 'description employee relations', 'employee relations administration', 'relations administration creating', 'administration creating industry', 'creating industry specific', 'industry specific policies', 'specific policies procedure', 'policies procedure forms', 'procedure forms formats', 'forms formats letters', 'formats letters checklists', 'letters checklists etc', 'checklists etc payroll', 'etc payroll management', 'payroll management salary', 'management salary restructuring', 'salary restructuring process', 'restructuring process payroll', 'process payroll 600', 'payroll 600 employees', '600 employees validation', 'employees validation input', 'validation input attendance', 'input attendance leaves', 'attendance leaves salaries', 'leaves salaries starting', 'salaries starting salary', 'starting salary process', 'salary process processing', 'process processing urate', 'processing urate error', 'urate error free', 'error free salary', 'free salary employees', 'salary employees responsible', 'employees responsible compensation', 'responsible compensation benefits', 'compensation benefits administration', 'benefits administration coordinate', 'administration coordinate a', 'coordinate a ounts', 'a ounts team', 'ounts team salary', 'team salary processing', 'salary processing attendance', 'processing attendance leave', 'attendance leave record', 'leave record management', 'record management assuring', 'management assuring prompt', 'assuring prompt satisfactory', 'prompt satisfactory resolution', 'satisfactory resolution payroll', 'resolution payroll related', 'payroll related queries', 'related queries employees', 'queries employees statutory', 'employees statutory compliance', 'statutory compliance management', 'compliance management manage', 'management manage various', 'manage various statutory', 'various statutory compliance', 'statutory compliance requirements', 'compliance requirements pf', 'requirements pf esic', 'pf esic pt', 'esic pt gratuity', 'pt gratuity tds', 'gratuity tds etc', 'tds etc calculations', 'etc calculations deduction', 'calculations deduction payment', 'deduction payment return', 'payment return filing', 'return filing generate', 'filing generate statutory', 'generate statutory reports', 'statutory reports like', 'reports like form', 'like form 16', 'form 16 form', '16 form 24q', 'form 24q conducting', '24q conducting session', 'conducting session employees', 'session employees statutory', 'employees statutory policies', 'statutory policies procedure', 'policies procedure compliance', 'procedure compliance related', 'compliance related topics', 'related topics shops', 'topics shops commercial', 'shops commercial establishments', 'commercial establishments act', 'establishments act s', 'act s e', 's e the', 'e the payment', 'the payment gratuity', 'payment gratuity act', 'gratuity act 1972', 'act 1972 recruitment', '1972 recruitment selection', 'recruitment selection handling', 'selection handling recruitment', 'handling recruitment like', 'recruitment like job', 'like job posting', 'job posting naukri', 'posting naukri portal', 'naukri portal coordination', 'portal coordination create', 'coordination create annual', 'create annual manpower', 'annual manpower plan', 'manpower plan budget', 'plan budget screen', 'budget screen schedule', 'screen schedule preliminary', 'schedule preliminary interview', 'preliminary interview arrange', 'interview arrange employee', 'arrange employee orientation', 'employee orientation handling', 'orientation handling joining', 'handling joining formalities', 'joining formalities salary', 'formalities salary ount', 'salary ount opening', 'ount opening formalities', 'opening formalities performance', 'formalities performance management', 'performance management end', 'management end end', 'end end facilitation', 'end facilitation pms', 'facilitation pms starting', 'pms starting creating', 'starting creating job', 'creating job description', 'job description appraisal', 'description appraisal forms', 'appraisal forms disbursement', 'forms disbursement letters', 'disbursement letters kra', 'letters kra setting', 'kra setting mid', 'setting mid year', 'mid year reviews', 'year reviews annual', 'reviews annual reviews', 'annual reviews handling', 'reviews handling appraisal', 'handling appraisal activities', 'appraisal activities 360', 'activities 360 degree', '360 degree training', 'degree training development', 'training development conduct', 'development conduct training', 'conduct training need', 'training need analysis', 'need analysis arrange', 'analysis arrange various', 'arrange various training', 'various training session', 'training session employee', 'session employee engagement', 'employee engagement employee', 'engagement employee welfare', 'employee welfare creation', 'welfare creation deployment', 'creation deployment sales', 'deployment sales rewards', 'sales rewards recognition', 'rewards recognition schemes', 'recognition schemes periodic', 'schemes periodic interactive', 'periodic interactive sessions', 'interactive sessions like', 'sessions like monthly', 'like monthly birthday', 'monthly birthday celebration', 'birthday celebration annual', 'celebration annual day', 'annual day diwali', 'day diwali dhamaka', 'diwali dhamaka offsite', 'dhamaka offsite etc', 'offsite etc working', 'etc working saral', 'working saral payment', 'saral payment package', 'payment package payroll', 'package payroll software', 'payroll software well', 'software well excel', 'well excel assisting', 'excel assisting md', 'assisting md hr', 'md hr works', 'hr works offering', 'works offering suggestions', 'offering suggestions answering', 'suggestions answering employee', 'answering employee queries', 'employee queries payroll', 'queries payroll compliance', 'payroll compliance related', 'compliance related issues', 'related issues benefits', 'issues benefits insurance', 'benefits insurance medical', 'insurance medical reimbursement', 'medical reimbursement full', 'reimbursement full final', 'full final settlement', 'final settlement resigned', 'settlement resigned employees', 'i t skills windows', 't skills windows xp', 'skills windows xp ms', 'windows xp ms office', 'xp ms office word', 'ms office word excel', 'office word excel look', 'word excel look ups', 'excel look ups pivot', 'look ups pivot table', 'ups pivot table basic', 'pivot table basic functions', 'table basic functions power', 'basic functions power point', 'functions power point saral', 'power point saral payment', 'point saral payment package', 'saral payment package payroll', 'payment package payroll software', 'package payroll software internet', 'payroll software internet applicationseducation', 'software internet applicationseducation details', 'internet applicationseducation details january', 'applicationseducation details january 2006', 'details january 2006 bachelor', 'january 2006 bachelor hospitality', '2006 bachelor hospitality management', 'bachelor hospitality management international', 'hospitality management international hospitality', 'management international hospitality management', 'international hospitality management queen', 'hospitality management queen margaret', 'management queen margaret university', 'queen margaret university edinburg', 'margaret university edinburg january', 'university edinburg january 2006', 'edinburg january 2006 diploma', 'january 2006 diploma hotel', '2006 diploma hotel management', 'diploma hotel management international', 'hotel management international institute', 'management international institute hotel', 'international institute hotel management', 'institute hotel management hr', 'hotel management hr skill', 'management hr skill details', 'hr skill details hr', 'skill details hr management', 'details hr management exprience', 'hr management exprience less', 'management exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company atri', 'details company atri developers', 'company atri developers description', 'atri developers description hr', 'developers description hr payroll', 'description hr payroll statutory', 'hr payroll statutory compliance', 'payroll statutory compliance performance', 'statutory compliance performance management', 'compliance performance management company', 'performance management company description', 'management company description employee', 'company description employee relations', 'description employee relations administration', 'employee relations administration creating', 'relations administration creating industry', 'administration creating industry specific', 'creating industry specific policies', 'industry specific policies procedure', 'specific policies procedure forms', 'policies procedure forms formats', 'procedure forms formats letters', 'forms formats letters checklists', 'formats letters checklists etc', 'letters checklists etc payroll', 'checklists etc payroll management', 'etc payroll management salary', 'payroll management salary restructuring', 'management salary restructuring process', 'salary restructuring process payroll', 'restructuring process payroll 600', 'process payroll 600 employees', 'payroll 600 employees validation', '600 employees validation input', 'employees validation input attendance', 'validation input attendance leaves', 'input attendance leaves salaries', 'attendance leaves salaries starting', 'leaves salaries starting salary', 'salaries starting salary process', 'starting salary process processing', 'salary process processing urate', 'process processing urate error', 'processing urate error free', 'urate error free salary', 'error free salary employees', 'free salary employees responsible', 'salary employees responsible compensation', 'employees responsible compensation benefits', 'responsible compensation benefits administration', 'compensation benefits administration coordinate', 'benefits administration coordinate a', 'administration coordinate a ounts', 'coordinate a ounts team', 'a ounts team salary', 'ounts team salary processing', 'team salary processing attendance', 'salary processing attendance leave', 'processing attendance leave record', 'attendance leave record management', 'leave record management assuring', 'record management assuring prompt', 'management assuring prompt satisfactory', 'assuring prompt satisfactory resolution', 'prompt satisfactory resolution payroll', 'satisfactory resolution payroll related', 'resolution payroll related queries', 'payroll related queries employees', 'related queries employees statutory', 'queries employees statutory compliance', 'employees statutory compliance management', 'statutory compliance management manage', 'compliance management manage various', 'management manage various statutory', 'manage various statutory compliance', ...], ['education', 'details', 'ba', 'mumbai', 'university', 'hr', 'skill', 'details', 'hr', 'operations', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'mumbai', 'monorail', 'description', 'education details', 'details ba', 'ba mumbai', 'mumbai university', 'university hr', 'hr skill', 'skill details', 'details hr', 'hr operations', 'operations exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company mumbai', 'mumbai monorail', 'monorail description', 'education details ba', 'details ba mumbai', 'ba mumbai university', 'mumbai university hr', 'university hr skill', 'hr skill details', 'skill details hr', 'details hr operations', 'hr operations exprience', 'operations exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company mumbai', 'company mumbai monorail', 'mumbai monorail description', 'education details ba mumbai', 'details ba mumbai university', 'ba mumbai university hr', 'mumbai university hr skill', 'university hr skill details', 'hr skill details hr', 'skill details hr operations', 'details hr operations exprience', 'hr operations exprience less', 'operations exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company mumbai', 'details company mumbai monorail', 'company mumbai monorail description', 'education details ba mumbai university', 'details ba mumbai university hr', 'ba mumbai university hr skill', 'mumbai university hr skill details', 'university hr skill details hr', 'hr skill details hr operations', 'skill details hr operations exprience', 'details hr operations exprience less', 'hr operations exprience less 1', 'operations exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company mumbai', 'monthscompany details company mumbai monorail', 'details company mumbai monorail description', 'education details ba mumbai university hr', 'details ba mumbai university hr skill', 'ba mumbai university hr skill details', 'mumbai university hr skill details hr', 'university hr skill details hr operations', 'hr skill details hr operations exprience', 'skill details hr operations exprience less', 'details hr operations exprience less 1', 'hr operations exprience less 1 year', 'operations exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company mumbai', 'year monthscompany details company mumbai monorail', 'monthscompany details company mumbai monorail description', 'education details ba mumbai university hr skill', 'details ba mumbai university hr skill details', 'ba mumbai university hr skill details hr', 'mumbai university hr skill details hr operations', 'university hr skill details hr operations exprience', 'hr skill details hr operations exprience less', 'skill details hr operations exprience less 1', 'details hr operations exprience less 1 year', 'hr operations exprience less 1 year monthscompany', 'operations exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company mumbai', '1 year monthscompany details company mumbai monorail', 'year monthscompany details company mumbai monorail description', 'education details ba mumbai university hr skill details', 'details ba mumbai university hr skill details hr', 'ba mumbai university hr skill details hr operations', 'mumbai university hr skill details hr operations exprience', 'university hr skill details hr operations exprience less', 'hr skill details hr operations exprience less 1', 'skill details hr operations exprience less 1 year', 'details hr operations exprience less 1 year monthscompany', 'hr operations exprience less 1 year monthscompany details', 'operations exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company mumbai', 'less 1 year monthscompany details company mumbai monorail', '1 year monthscompany details company mumbai monorail description', 'education details ba mumbai university hr skill details hr', 'details ba mumbai university hr skill details hr operations', 'ba mumbai university hr skill details hr operations exprience', 'mumbai university hr skill details hr operations exprience less', 'university hr skill details hr operations exprience less 1', 'hr skill details hr operations exprience less 1 year', 'skill details hr operations exprience less 1 year monthscompany', 'details hr operations exprience less 1 year monthscompany details', 'hr operations exprience less 1 year monthscompany details company', 'operations exprience less 1 year monthscompany details company mumbai', 'exprience less 1 year monthscompany details company mumbai monorail', 'less 1 year monthscompany details company mumbai monorail description'], ['education', 'details', 'june', '2012', 'may', '2015', 'b', 'a', 'economics', 'chennai', 'tamil', 'nadu', 'sdnbvc', 'hr', 'skill', 'details', 'company', 'details', 'company', 'anything', 'it', 'solution', 'description', 'hr', 'education details', 'details june', 'june 2012', '2012 may', 'may 2015', '2015 b', 'b a', 'a economics', 'economics chennai', 'chennai tamil', 'tamil nadu', 'nadu sdnbvc', 'sdnbvc hr', 'hr skill', 'skill details', 'details company', 'company details', 'details company', 'company anything', 'anything it', 'it solution', 'solution description', 'description hr', 'education details june', 'details june 2012', 'june 2012 may', '2012 may 2015', 'may 2015 b', '2015 b a', 'b a economics', 'a economics chennai', 'economics chennai tamil', 'chennai tamil nadu', 'tamil nadu sdnbvc', 'nadu sdnbvc hr', 'sdnbvc hr skill', 'hr skill details', 'skill details company', 'details company details', 'company details company', 'details company anything', 'company anything it', 'anything it solution', 'it solution description', 'solution description hr', 'education details june 2012', 'details june 2012 may', 'june 2012 may 2015', '2012 may 2015 b', 'may 2015 b a', '2015 b a economics', 'b a economics chennai', 'a economics chennai tamil', 'economics chennai tamil nadu', 'chennai tamil nadu sdnbvc', 'tamil nadu sdnbvc hr', 'nadu sdnbvc hr skill', 'sdnbvc hr skill details', 'hr skill details company', 'skill details company details', 'details company details company', 'company details company anything', 'details company anything it', 'company anything it solution', 'anything it solution description', 'it solution description hr', 'education details june 2012 may', 'details june 2012 may 2015', 'june 2012 may 2015 b', '2012 may 2015 b a', 'may 2015 b a economics', '2015 b a economics chennai', 'b a economics chennai tamil', 'a economics chennai tamil nadu', 'economics chennai tamil nadu sdnbvc', 'chennai tamil nadu sdnbvc hr', 'tamil nadu sdnbvc hr skill', 'nadu sdnbvc hr skill details', 'sdnbvc hr skill details company', 'hr skill details company details', 'skill details company details company', 'details company details company anything', 'company details company anything it', 'details company anything it solution', 'company anything it solution description', 'anything it solution description hr', 'education details june 2012 may 2015', 'details june 2012 may 2015 b', 'june 2012 may 2015 b a', '2012 may 2015 b a economics', 'may 2015 b a economics chennai', '2015 b a economics chennai tamil', 'b a economics chennai tamil nadu', 'a economics chennai tamil nadu sdnbvc', 'economics chennai tamil nadu sdnbvc hr', 'chennai tamil nadu sdnbvc hr skill', 'tamil nadu sdnbvc hr skill details', 'nadu sdnbvc hr skill details company', 'sdnbvc hr skill details company details', 'hr skill details company details company', 'skill details company details company anything', 'details company details company anything it', 'company details company anything it solution', 'details company anything it solution description', 'company anything it solution description hr', 'education details june 2012 may 2015 b', 'details june 2012 may 2015 b a', 'june 2012 may 2015 b a economics', '2012 may 2015 b a economics chennai', 'may 2015 b a economics chennai tamil', '2015 b a economics chennai tamil nadu', 'b a economics chennai tamil nadu sdnbvc', 'a economics chennai tamil nadu sdnbvc hr', 'economics chennai tamil nadu sdnbvc hr skill', 'chennai tamil nadu sdnbvc hr skill details', 'tamil nadu sdnbvc hr skill details company', 'nadu sdnbvc hr skill details company details', 'sdnbvc hr skill details company details company', 'hr skill details company details company anything', 'skill details company details company anything it', 'details company details company anything it solution', 'company details company anything it solution description', 'details company anything it solution description hr', 'education details june 2012 may 2015 b a', 'details june 2012 may 2015 b a economics', 'june 2012 may 2015 b a economics chennai', '2012 may 2015 b a economics chennai tamil', 'may 2015 b a economics chennai tamil nadu', '2015 b a economics chennai tamil nadu sdnbvc', 'b a economics chennai tamil nadu sdnbvc hr', 'a economics chennai tamil nadu sdnbvc hr skill', 'economics chennai tamil nadu sdnbvc hr skill details', 'chennai tamil nadu sdnbvc hr skill details company', 'tamil nadu sdnbvc hr skill details company details', 'nadu sdnbvc hr skill details company details company', 'sdnbvc hr skill details company details company anything', 'hr skill details company details company anything it', 'skill details company details company anything it solution', 'details company details company anything it solution description', 'company details company anything it solution description hr', 'education details june 2012 may 2015 b a economics', 'details june 2012 may 2015 b a economics chennai', 'june 2012 may 2015 b a economics chennai tamil', '2012 may 2015 b a economics chennai tamil nadu', 'may 2015 b a economics chennai tamil nadu sdnbvc', '2015 b a economics chennai tamil nadu sdnbvc hr', 'b a economics chennai tamil nadu sdnbvc hr skill', 'a economics chennai tamil nadu sdnbvc hr skill details', 'economics chennai tamil nadu sdnbvc hr skill details company', 'chennai tamil nadu sdnbvc hr skill details company details', 'tamil nadu sdnbvc hr skill details company details company', 'nadu sdnbvc hr skill details company details company anything', 'sdnbvc hr skill details company details company anything it', 'hr skill details company details company anything it solution', 'skill details company details company anything it solution description', 'details company details company anything it solution description hr'], ['education', 'details', 'bba', 'lovely', 'professional', 'university', 'hr', 'skill', 'details', 'communication', 'exprience', '6', 'monthscompany', 'details', 'company', 'description', 'education details', 'details bba', 'bba lovely', 'lovely professional', 'professional university', 'university hr', 'hr skill', 'skill details', 'details communication', 'communication exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company description', 'education details bba', 'details bba lovely', 'bba lovely professional', 'lovely professional university', 'professional university hr', 'university hr skill', 'hr skill details', 'skill details communication', 'details communication exprience', 'communication exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company description', 'education details bba lovely', 'details bba lovely professional', 'bba lovely professional university', 'lovely professional university hr', 'professional university hr skill', 'university hr skill details', 'hr skill details communication', 'skill details communication exprience', 'details communication exprience 6', 'communication exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company description', 'education details bba lovely professional', 'details bba lovely professional university', 'bba lovely professional university hr', 'lovely professional university hr skill', 'professional university hr skill details', 'university hr skill details communication', 'hr skill details communication exprience', 'skill details communication exprience 6', 'details communication exprience 6 monthscompany', 'communication exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company description', 'education details bba lovely professional university', 'details bba lovely professional university hr', 'bba lovely professional university hr skill', 'lovely professional university hr skill details', 'professional university hr skill details communication', 'university hr skill details communication exprience', 'hr skill details communication exprience 6', 'skill details communication exprience 6 monthscompany', 'details communication exprience 6 monthscompany details', 'communication exprience 6 monthscompany details company', 'exprience 6 monthscompany details company description', 'education details bba lovely professional university hr', 'details bba lovely professional university hr skill', 'bba lovely professional university hr skill details', 'lovely professional university hr skill details communication', 'professional university hr skill details communication exprience', 'university hr skill details communication exprience 6', 'hr skill details communication exprience 6 monthscompany', 'skill details communication exprience 6 monthscompany details', 'details communication exprience 6 monthscompany details company', 'communication exprience 6 monthscompany details company description', 'education details bba lovely professional university hr skill', 'details bba lovely professional university hr skill details', 'bba lovely professional university hr skill details communication', 'lovely professional university hr skill details communication exprience', 'professional university hr skill details communication exprience 6', 'university hr skill details communication exprience 6 monthscompany', 'hr skill details communication exprience 6 monthscompany details', 'skill details communication exprience 6 monthscompany details company', 'details communication exprience 6 monthscompany details company description', 'education details bba lovely professional university hr skill details', 'details bba lovely professional university hr skill details communication', 'bba lovely professional university hr skill details communication exprience', 'lovely professional university hr skill details communication exprience 6', 'professional university hr skill details communication exprience 6 monthscompany', 'university hr skill details communication exprience 6 monthscompany details', 'hr skill details communication exprience 6 monthscompany details company', 'skill details communication exprience 6 monthscompany details company description'], ['education', 'details', 'mba', 'acn', 'college', 'engineering', 'mgt', 'hr', 'skill', 'details', 'company', 'details', 'company', 'hr', 'assistant', 'description', 'education details', 'details mba', 'mba acn', 'acn college', 'college engineering', 'engineering mgt', 'mgt hr', 'hr skill', 'skill details', 'details company', 'company details', 'details company', 'company hr', 'hr assistant', 'assistant description', 'education details mba', 'details mba acn', 'mba acn college', 'acn college engineering', 'college engineering mgt', 'engineering mgt hr', 'mgt hr skill', 'hr skill details', 'skill details company', 'details company details', 'company details company', 'details company hr', 'company hr assistant', 'hr assistant description', 'education details mba acn', 'details mba acn college', 'mba acn college engineering', 'acn college engineering mgt', 'college engineering mgt hr', 'engineering mgt hr skill', 'mgt hr skill details', 'hr skill details company', 'skill details company details', 'details company details company', 'company details company hr', 'details company hr assistant', 'company hr assistant description', 'education details mba acn college', 'details mba acn college engineering', 'mba acn college engineering mgt', 'acn college engineering mgt hr', 'college engineering mgt hr skill', 'engineering mgt hr skill details', 'mgt hr skill details company', 'hr skill details company details', 'skill details company details company', 'details company details company hr', 'company details company hr assistant', 'details company hr assistant description', 'education details mba acn college engineering', 'details mba acn college engineering mgt', 'mba acn college engineering mgt hr', 'acn college engineering mgt hr skill', 'college engineering mgt hr skill details', 'engineering mgt hr skill details company', 'mgt hr skill details company details', 'hr skill details company details company', 'skill details company details company hr', 'details company details company hr assistant', 'company details company hr assistant description', 'education details mba acn college engineering mgt', 'details mba acn college engineering mgt hr', 'mba acn college engineering mgt hr skill', 'acn college engineering mgt hr skill details', 'college engineering mgt hr skill details company', 'engineering mgt hr skill details company details', 'mgt hr skill details company details company', 'hr skill details company details company hr', 'skill details company details company hr assistant', 'details company details company hr assistant description', 'education details mba acn college engineering mgt hr', 'details mba acn college engineering mgt hr skill', 'mba acn college engineering mgt hr skill details', 'acn college engineering mgt hr skill details company', 'college engineering mgt hr skill details company details', 'engineering mgt hr skill details company details company', 'mgt hr skill details company details company hr', 'hr skill details company details company hr assistant', 'skill details company details company hr assistant description', 'education details mba acn college engineering mgt hr skill', 'details mba acn college engineering mgt hr skill details', 'mba acn college engineering mgt hr skill details company', 'acn college engineering mgt hr skill details company details', 'college engineering mgt hr skill details company details company', 'engineering mgt hr skill details company details company hr', 'mgt hr skill details company details company hr assistant', 'hr skill details company details company hr assistant description'], ['key', 'skills', 'computerized', 'ounting', 'tally', 'sincere', 'hard', 'working', 'management', 'ounting', 'income', 'tax', 'good', 'communication', 'leadership', 'two', 'four', 'wheeler', 'driving', 'license', 'internet', 'ecommerce', 'management', 'computer', 'skills', 'c', 'language', 'web', 'programing', 'tally', 'dbms', 'education', 'details', 'june', '2017', 'june', '2019', 'mba', 'finance', 'hr', 'india', 'mlrit', 'june', '2014', 'june', '2017', 'bcom', 'computer', 'hyderabad', 'telangana', 'osmania', 'university', 'june', '2012', 'april', '2014', 'inter', 'mec', 'india', 'srimedhav', 'hr', 'nani', 'skill', 'details', 'ounting', 'exprience', '6', 'months', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'management', 'ounting', 'exprience', '6', 'months', 'ecommerce', 'exprience', '6', 'monthscompany', 'details', 'company', 'valuelabs', 'description', 'they', 'give', 'rrf', 'form', 'required', 'dlt', 'hand', 'rlt', 'scrum', 'master', 'take', 'form', 'rlt', 'scrum', 'master', 'give', 'forms', 'trainee', 'work', 'requirement', 'till', 'candidate', 'receive', 'offer', 'company', 'key skills', 'skills computerized', 'computerized ounting', 'ounting tally', 'tally sincere', 'sincere hard', 'hard working', 'working management', 'management ounting', 'ounting income', 'income tax', 'tax good', 'good communication', 'communication leadership', 'leadership two', 'two four', 'four wheeler', 'wheeler driving', 'driving license', 'license internet', 'internet ecommerce', 'ecommerce management', 'management computer', 'computer skills', 'skills c', 'c language', 'language web', 'web programing', 'programing tally', 'tally dbms', 'dbms education', 'education details', 'details june', 'june 2017', '2017 june', 'june 2019', '2019 mba', 'mba finance', 'finance hr', 'hr india', 'india mlrit', 'mlrit june', 'june 2014', '2014 june', 'june 2017', '2017 bcom', 'bcom computer', 'computer hyderabad', 'hyderabad telangana', 'telangana osmania', 'osmania university', 'university june', 'june 2012', '2012 april', 'april 2014', '2014 inter', 'inter mec', 'mec india', 'india srimedhav', 'srimedhav hr', 'hr nani', 'nani skill', 'skill details', 'details ounting', 'ounting exprience', 'exprience 6', '6 months', 'months database', 'database management', 'management system', 'system exprience', 'exprience 6', '6 months', 'months dbms', 'dbms exprience', 'exprience 6', '6 months', 'months management', 'management ounting', 'ounting exprience', 'exprience 6', '6 months', 'months ecommerce', 'ecommerce exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company valuelabs', 'valuelabs description', 'description they', 'they give', 'give rrf', 'rrf form', 'form required', 'required dlt', 'dlt hand', 'hand rlt', 'rlt scrum', 'scrum master', 'master take', 'take form', 'form rlt', 'rlt scrum', 'scrum master', 'master give', 'give forms', 'forms trainee', 'trainee work', 'work requirement', 'requirement till', 'till candidate', 'candidate receive', 'receive offer', 'offer company', 'key skills computerized', 'skills computerized ounting', 'computerized ounting tally', 'ounting tally sincere', 'tally sincere hard', 'sincere hard working', 'hard working management', 'working management ounting', 'management ounting income', 'ounting income tax', 'income tax good', 'tax good communication', 'good communication leadership', 'communication leadership two', 'leadership two four', 'two four wheeler', 'four wheeler driving', 'wheeler driving license', 'driving license internet', 'license internet ecommerce', 'internet ecommerce management', 'ecommerce management computer', 'management computer skills', 'computer skills c', 'skills c language', 'c language web', 'language web programing', 'web programing tally', 'programing tally dbms', 'tally dbms education', 'dbms education details', 'education details june', 'details june 2017', 'june 2017 june', '2017 june 2019', 'june 2019 mba', '2019 mba finance', 'mba finance hr', 'finance hr india', 'hr india mlrit', 'india mlrit june', 'mlrit june 2014', 'june 2014 june', '2014 june 2017', 'june 2017 bcom', '2017 bcom computer', 'bcom computer hyderabad', 'computer hyderabad telangana', 'hyderabad telangana osmania', 'telangana osmania university', 'osmania university june', 'university june 2012', 'june 2012 april', '2012 april 2014', 'april 2014 inter', '2014 inter mec', 'inter mec india', 'mec india srimedhav', 'india srimedhav hr', 'srimedhav hr nani', 'hr nani skill', 'nani skill details', 'skill details ounting', 'details ounting exprience', 'ounting exprience 6', 'exprience 6 months', '6 months database', 'months database management', 'database management system', 'management system exprience', 'system exprience 6', 'exprience 6 months', '6 months dbms', 'months dbms exprience', 'dbms exprience 6', 'exprience 6 months', '6 months management', 'months management ounting', 'management ounting exprience', 'ounting exprience 6', 'exprience 6 months', '6 months ecommerce', 'months ecommerce exprience', 'ecommerce exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company valuelabs', 'company valuelabs description', 'valuelabs description they', 'description they give', 'they give rrf', 'give rrf form', 'rrf form required', 'form required dlt', 'required dlt hand', 'dlt hand rlt', 'hand rlt scrum', 'rlt scrum master', 'scrum master take', 'master take form', 'take form rlt', 'form rlt scrum', 'rlt scrum master', 'scrum master give', 'master give forms', 'give forms trainee', 'forms trainee work', 'trainee work requirement', 'work requirement till', 'requirement till candidate', 'till candidate receive', 'candidate receive offer', 'receive offer company', 'key skills computerized ounting', 'skills computerized ounting tally', 'computerized ounting tally sincere', 'ounting tally sincere hard', 'tally sincere hard working', 'sincere hard working management', 'hard working management ounting', 'working management ounting income', 'management ounting income tax', 'ounting income tax good', 'income tax good communication', 'tax good communication leadership', 'good communication leadership two', 'communication leadership two four', 'leadership two four wheeler', 'two four wheeler driving', 'four wheeler driving license', 'wheeler driving license internet', 'driving license internet ecommerce', 'license internet ecommerce management', 'internet ecommerce management computer', 'ecommerce management computer skills', 'management computer skills c', 'computer skills c language', 'skills c language web', 'c language web programing', 'language web programing tally', 'web programing tally dbms', 'programing tally dbms education', 'tally dbms education details', 'dbms education details june', 'education details june 2017', 'details june 2017 june', 'june 2017 june 2019', '2017 june 2019 mba', 'june 2019 mba finance', '2019 mba finance hr', 'mba finance hr india', 'finance hr india mlrit', 'hr india mlrit june', 'india mlrit june 2014', 'mlrit june 2014 june', 'june 2014 june 2017', '2014 june 2017 bcom', 'june 2017 bcom computer', '2017 bcom computer hyderabad', 'bcom computer hyderabad telangana', 'computer hyderabad telangana osmania', 'hyderabad telangana osmania university', 'telangana osmania university june', 'osmania university june 2012', 'university june 2012 april', 'june 2012 april 2014', '2012 april 2014 inter', 'april 2014 inter mec', '2014 inter mec india', 'inter mec india srimedhav', 'mec india srimedhav hr', 'india srimedhav hr nani', 'srimedhav hr nani skill', 'hr nani skill details', 'nani skill details ounting', 'skill details ounting exprience', 'details ounting exprience 6', 'ounting exprience 6 months', 'exprience 6 months database', '6 months database management', 'months database management system', 'database management system exprience', 'management system exprience 6', 'system exprience 6 months', 'exprience 6 months dbms', '6 months dbms exprience', 'months dbms exprience 6', 'dbms exprience 6 months', 'exprience 6 months management', '6 months management ounting', 'months management ounting exprience', 'management ounting exprience 6', 'ounting exprience 6 months', 'exprience 6 months ecommerce', '6 months ecommerce exprience', 'months ecommerce exprience 6', 'ecommerce exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company valuelabs', 'details company valuelabs description', 'company valuelabs description they', 'valuelabs description they give', 'description they give rrf', 'they give rrf form', 'give rrf form required', 'rrf form required dlt', 'form required dlt hand', 'required dlt hand rlt', 'dlt hand rlt scrum', 'hand rlt scrum master', 'rlt scrum master take', 'scrum master take form', 'master take form rlt', 'take form rlt scrum', 'form rlt scrum master', 'rlt scrum master give', 'scrum master give forms', 'master give forms trainee', 'give forms trainee work', 'forms trainee work requirement', 'trainee work requirement till', 'work requirement till candidate', 'requirement till candidate receive', 'till candidate receive offer', 'candidate receive offer company', 'key skills computerized ounting tally', 'skills computerized ounting tally sincere', 'computerized ounting tally sincere hard', 'ounting tally sincere hard working', 'tally sincere hard working management', 'sincere hard working management ounting', 'hard working management ounting income', 'working management ounting income tax', 'management ounting income tax good', 'ounting income tax good communication', 'income tax good communication leadership', 'tax good communication leadership two', 'good communication leadership two four', 'communication leadership two four wheeler', 'leadership two four wheeler driving', 'two four wheeler driving license', 'four wheeler driving license internet', 'wheeler driving license internet ecommerce', 'driving license internet ecommerce management', 'license internet ecommerce management computer', 'internet ecommerce management computer skills', 'ecommerce management computer skills c', 'management computer skills c language', 'computer skills c language web', 'skills c language web programing', 'c language web programing tally', 'language web programing tally dbms', 'web programing tally dbms education', 'programing tally dbms education details', 'tally dbms education details june', 'dbms education details june 2017', 'education details june 2017 june', 'details june 2017 june 2019', 'june 2017 june 2019 mba', '2017 june 2019 mba finance', 'june 2019 mba finance hr', '2019 mba finance hr india', 'mba finance hr india mlrit', 'finance hr india mlrit june', 'hr india mlrit june 2014', 'india mlrit june 2014 june', 'mlrit june 2014 june 2017', 'june 2014 june 2017 bcom', '2014 june 2017 bcom computer', 'june 2017 bcom computer hyderabad', '2017 bcom computer hyderabad telangana', 'bcom computer hyderabad telangana osmania', 'computer hyderabad telangana osmania university', 'hyderabad telangana osmania university june', 'telangana osmania university june 2012', 'osmania university june 2012 april', 'university june 2012 april 2014', 'june 2012 april 2014 inter', '2012 april 2014 inter mec', 'april 2014 inter mec india', '2014 inter mec india srimedhav', 'inter mec india srimedhav hr', 'mec india srimedhav hr nani', 'india srimedhav hr nani skill', 'srimedhav hr nani skill details', 'hr nani skill details ounting', 'nani skill details ounting exprience', 'skill details ounting exprience 6', 'details ounting exprience 6 months', 'ounting exprience 6 months database', 'exprience 6 months database management', '6 months database management system', 'months database management system exprience', 'database management system exprience 6', 'management system exprience 6 months', 'system exprience 6 months dbms', 'exprience 6 months dbms exprience', '6 months dbms exprience 6', 'months dbms exprience 6 months', 'dbms exprience 6 months management', 'exprience 6 months management ounting', '6 months management ounting exprience', 'months management ounting exprience 6', 'management ounting exprience 6 months', 'ounting exprience 6 months ecommerce', 'exprience 6 months ecommerce exprience', '6 months ecommerce exprience 6', 'months ecommerce exprience 6 monthscompany', 'ecommerce exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company valuelabs', 'monthscompany details company valuelabs description', 'details company valuelabs description they', 'company valuelabs description they give', 'valuelabs description they give rrf', 'description they give rrf form', 'they give rrf form required', 'give rrf form required dlt', 'rrf form required dlt hand', 'form required dlt hand rlt', 'required dlt hand rlt scrum', 'dlt hand rlt scrum master', 'hand rlt scrum master take', 'rlt scrum master take form', 'scrum master take form rlt', 'master take form rlt scrum', 'take form rlt scrum master', 'form rlt scrum master give', 'rlt scrum master give forms', 'scrum master give forms trainee', 'master give forms trainee work', 'give forms trainee work requirement', 'forms trainee work requirement till', 'trainee work requirement till candidate', 'work requirement till candidate receive', 'requirement till candidate receive offer', 'till candidate receive offer company', 'key skills computerized ounting tally sincere', 'skills computerized ounting tally sincere hard', 'computerized ounting tally sincere hard working', 'ounting tally sincere hard working management', 'tally sincere hard working management ounting', 'sincere hard working management ounting income', 'hard working management ounting income tax', 'working management ounting income tax good', 'management ounting income tax good communication', 'ounting income tax good communication leadership', 'income tax good communication leadership two', 'tax good communication leadership two four', 'good communication leadership two four wheeler', 'communication leadership two four wheeler driving', 'leadership two four wheeler driving license', 'two four wheeler driving license internet', 'four wheeler driving license internet ecommerce', 'wheeler driving license internet ecommerce management', 'driving license internet ecommerce management computer', 'license internet ecommerce management computer skills', 'internet ecommerce management computer skills c', 'ecommerce management computer skills c language', 'management computer skills c language web', 'computer skills c language web programing', 'skills c language web programing tally', 'c language web programing tally dbms', 'language web programing tally dbms education', 'web programing tally dbms education details', 'programing tally dbms education details june', 'tally dbms education details june 2017', 'dbms education details june 2017 june', 'education details june 2017 june 2019', 'details june 2017 june 2019 mba', 'june 2017 june 2019 mba finance', '2017 june 2019 mba finance hr', 'june 2019 mba finance hr india', '2019 mba finance hr india mlrit', 'mba finance hr india mlrit june', 'finance hr india mlrit june 2014', 'hr india mlrit june 2014 june', 'india mlrit june 2014 june 2017', 'mlrit june 2014 june 2017 bcom', 'june 2014 june 2017 bcom computer', '2014 june 2017 bcom computer hyderabad', 'june 2017 bcom computer hyderabad telangana', '2017 bcom computer hyderabad telangana osmania', 'bcom computer hyderabad telangana osmania university', 'computer hyderabad telangana osmania university june', 'hyderabad telangana osmania university june 2012', 'telangana osmania university june 2012 april', 'osmania university june 2012 april 2014', 'university june 2012 april 2014 inter', 'june 2012 april 2014 inter mec', '2012 april 2014 inter mec india', 'april 2014 inter mec india srimedhav', '2014 inter mec india srimedhav hr', 'inter mec india srimedhav hr nani', 'mec india srimedhav hr nani skill', 'india srimedhav hr nani skill details', 'srimedhav hr nani skill details ounting', 'hr nani skill details ounting exprience', 'nani skill details ounting exprience 6', 'skill details ounting exprience 6 months', 'details ounting exprience 6 months database', 'ounting exprience 6 months database management', 'exprience 6 months database management system', '6 months database management system exprience', 'months database management system exprience 6', 'database management system exprience 6 months', 'management system exprience 6 months dbms', 'system exprience 6 months dbms exprience', 'exprience 6 months dbms exprience 6', '6 months dbms exprience 6 months', 'months dbms exprience 6 months management', 'dbms exprience 6 months management ounting', 'exprience 6 months management ounting exprience', '6 months management ounting exprience 6', 'months management ounting exprience 6 months', 'management ounting exprience 6 months ecommerce', 'ounting exprience 6 months ecommerce exprience', 'exprience 6 months ecommerce exprience 6', '6 months ecommerce exprience 6 monthscompany', 'months ecommerce exprience 6 monthscompany details', 'ecommerce exprience 6 monthscompany details company', 'exprience 6 monthscompany details company valuelabs', '6 monthscompany details company valuelabs description', 'monthscompany details company valuelabs description they', 'details company valuelabs description they give', 'company valuelabs description they give rrf', 'valuelabs description they give rrf form', 'description they give rrf form required', 'they give rrf form required dlt', 'give rrf form required dlt hand', 'rrf form required dlt hand rlt', 'form required dlt hand rlt scrum', 'required dlt hand rlt scrum master', 'dlt hand rlt scrum master take', 'hand rlt scrum master take form', 'rlt scrum master take form rlt', 'scrum master take form rlt scrum', 'master take form rlt scrum master', 'take form rlt scrum master give', 'form rlt scrum master give forms', 'rlt scrum master give forms trainee', 'scrum master give forms trainee work', 'master give forms trainee work requirement', 'give forms trainee work requirement till', 'forms trainee work requirement till candidate', 'trainee work requirement till candidate receive', 'work requirement till candidate receive offer', 'requirement till candidate receive offer company', 'key skills computerized ounting tally sincere hard', 'skills computerized ounting tally sincere hard working', 'computerized ounting tally sincere hard working management', 'ounting tally sincere hard working management ounting', 'tally sincere hard working management ounting income', 'sincere hard working management ounting income tax', 'hard working management ounting income tax good', 'working management ounting income tax good communication', 'management ounting income tax good communication leadership', 'ounting income tax good communication leadership two', 'income tax good communication leadership two four', 'tax good communication leadership two four wheeler', 'good communication leadership two four wheeler driving', 'communication leadership two four wheeler driving license', 'leadership two four wheeler driving license internet', 'two four wheeler driving license internet ecommerce', 'four wheeler driving license internet ecommerce management', 'wheeler driving license internet ecommerce management computer', 'driving license internet ecommerce management computer skills', 'license internet ecommerce management computer skills c', 'internet ecommerce management computer skills c language', 'ecommerce management computer skills c language web', 'management computer skills c language web programing', 'computer skills c language web programing tally', 'skills c language web programing tally dbms', 'c language web programing tally dbms education', 'language web programing tally dbms education details', 'web programing tally dbms education details june', 'programing tally dbms education details june 2017', 'tally dbms education details june 2017 june', 'dbms education details june 2017 june 2019', 'education details june 2017 june 2019 mba', 'details june 2017 june 2019 mba finance', 'june 2017 june 2019 mba finance hr', '2017 june 2019 mba finance hr india', 'june 2019 mba finance hr india mlrit', '2019 mba finance hr india mlrit june', 'mba finance hr india mlrit june 2014', 'finance hr india mlrit june 2014 june', 'hr india mlrit june 2014 june 2017', 'india mlrit june 2014 june 2017 bcom', 'mlrit june 2014 june 2017 bcom computer', 'june 2014 june 2017 bcom computer hyderabad', '2014 june 2017 bcom computer hyderabad telangana', 'june 2017 bcom computer hyderabad telangana osmania', '2017 bcom computer hyderabad telangana osmania university', 'bcom computer hyderabad telangana osmania university june', 'computer hyderabad telangana osmania university june 2012', 'hyderabad telangana osmania university june 2012 april', 'telangana osmania university june 2012 april 2014', 'osmania university june 2012 april 2014 inter', 'university june 2012 april 2014 inter mec', 'june 2012 april 2014 inter mec india', '2012 april 2014 inter mec india srimedhav', 'april 2014 inter mec india srimedhav hr', '2014 inter mec india srimedhav hr nani', 'inter mec india srimedhav hr nani skill', 'mec india srimedhav hr nani skill details', 'india srimedhav hr nani skill details ounting', 'srimedhav hr nani skill details ounting exprience', 'hr nani skill details ounting exprience 6', 'nani skill details ounting exprience 6 months', 'skill details ounting exprience 6 months database', 'details ounting exprience 6 months database management', 'ounting exprience 6 months database management system', 'exprience 6 months database management system exprience', '6 months database management system exprience 6', 'months database management system exprience 6 months', 'database management system exprience 6 months dbms', 'management system exprience 6 months dbms exprience', 'system exprience 6 months dbms exprience 6', 'exprience 6 months dbms exprience 6 months', '6 months dbms exprience 6 months management', 'months dbms exprience 6 months management ounting', 'dbms exprience 6 months management ounting exprience', 'exprience 6 months management ounting exprience 6', '6 months management ounting exprience 6 months', 'months management ounting exprience 6 months ecommerce', 'management ounting exprience 6 months ecommerce exprience', 'ounting exprience 6 months ecommerce exprience 6', 'exprience 6 months ecommerce exprience 6 monthscompany', '6 months ecommerce exprience 6 monthscompany details', 'months ecommerce exprience 6 monthscompany details company', 'ecommerce exprience 6 monthscompany details company valuelabs', 'exprience 6 monthscompany details company valuelabs description', '6 monthscompany details company valuelabs description they', 'monthscompany details company valuelabs description they give', 'details company valuelabs description they give rrf', 'company valuelabs description they give rrf form', 'valuelabs description they give rrf form required', 'description they give rrf form required dlt', 'they give rrf form required dlt hand', 'give rrf form required dlt hand rlt', 'rrf form required dlt hand rlt scrum', 'form required dlt hand rlt scrum master', 'required dlt hand rlt scrum master take', 'dlt hand rlt scrum master take form', 'hand rlt scrum master take form rlt', 'rlt scrum master take form rlt scrum', 'scrum master take form rlt scrum master', 'master take form rlt scrum master give', 'take form rlt scrum master give forms', 'form rlt scrum master give forms trainee', 'rlt scrum master give forms trainee work', 'scrum master give forms trainee work requirement', 'master give forms trainee work requirement till', 'give forms trainee work requirement till candidate', 'forms trainee work requirement till candidate receive', 'trainee work requirement till candidate receive offer', 'work requirement till candidate receive offer company', 'key skills computerized ounting tally sincere hard working', 'skills computerized ounting tally sincere hard working management', 'computerized ounting tally sincere hard working management ounting', 'ounting tally sincere hard working management ounting income', 'tally sincere hard working management ounting income tax', 'sincere hard working management ounting income tax good', 'hard working management ounting income tax good communication', 'working management ounting income tax good communication leadership', 'management ounting income tax good communication leadership two', 'ounting income tax good communication leadership two four', 'income tax good communication leadership two four wheeler', 'tax good communication leadership two four wheeler driving', 'good communication leadership two four wheeler driving license', 'communication leadership two four wheeler driving license internet', 'leadership two four wheeler driving license internet ecommerce', 'two four wheeler driving license internet ecommerce management', 'four wheeler driving license internet ecommerce management computer', 'wheeler driving license internet ecommerce management computer skills', 'driving license internet ecommerce management computer skills c', 'license internet ecommerce management computer skills c language', 'internet ecommerce management computer skills c language web', 'ecommerce management computer skills c language web programing', 'management computer skills c language web programing tally', 'computer skills c language web programing tally dbms', 'skills c language web programing tally dbms education', 'c language web programing tally dbms education details', 'language web programing tally dbms education details june', 'web programing tally dbms education details june 2017', 'programing tally dbms education details june 2017 june', 'tally dbms education details june 2017 june 2019', 'dbms education details june 2017 june 2019 mba', 'education details june 2017 june 2019 mba finance', 'details june 2017 june 2019 mba finance hr', 'june 2017 june 2019 mba finance hr india', '2017 june 2019 mba finance hr india mlrit', 'june 2019 mba finance hr india mlrit june', '2019 mba finance hr india mlrit june 2014', 'mba finance hr india mlrit june 2014 june', 'finance hr india mlrit june 2014 june 2017', 'hr india mlrit june 2014 june 2017 bcom', 'india mlrit june 2014 june 2017 bcom computer', 'mlrit june 2014 june 2017 bcom computer hyderabad', 'june 2014 june 2017 bcom computer hyderabad telangana', '2014 june 2017 bcom computer hyderabad telangana osmania', 'june 2017 bcom computer hyderabad telangana osmania university', '2017 bcom computer hyderabad telangana osmania university june', 'bcom computer hyderabad telangana osmania university june 2012', 'computer hyderabad telangana osmania university june 2012 april', 'hyderabad telangana osmania university june 2012 april 2014', 'telangana osmania university june 2012 april 2014 inter', 'osmania university june 2012 april 2014 inter mec', 'university june 2012 april 2014 inter mec india', 'june 2012 april 2014 inter mec india srimedhav', '2012 april 2014 inter mec india srimedhav hr', 'april 2014 inter mec india srimedhav hr nani', '2014 inter mec india srimedhav hr nani skill', 'inter mec india srimedhav hr nani skill details', 'mec india srimedhav hr nani skill details ounting', 'india srimedhav hr nani skill details ounting exprience', 'srimedhav hr nani skill details ounting exprience 6', 'hr nani skill details ounting exprience 6 months', 'nani skill details ounting exprience 6 months database', 'skill details ounting exprience 6 months database management', 'details ounting exprience 6 months database management system', 'ounting exprience 6 months database management system exprience', 'exprience 6 months database management system exprience 6', '6 months database management system exprience 6 months', 'months database management system exprience 6 months dbms', 'database management system exprience 6 months dbms exprience', 'management system exprience 6 months dbms exprience 6', 'system exprience 6 months dbms exprience 6 months', 'exprience 6 months dbms exprience 6 months management', '6 months dbms exprience 6 months management ounting', 'months dbms exprience 6 months management ounting exprience', 'dbms exprience 6 months management ounting exprience 6', 'exprience 6 months management ounting exprience 6 months', '6 months management ounting exprience 6 months ecommerce', 'months management ounting exprience 6 months ecommerce exprience', 'management ounting exprience 6 months ecommerce exprience 6', 'ounting exprience 6 months ecommerce exprience 6 monthscompany', 'exprience 6 months ecommerce exprience 6 monthscompany details', '6 months ecommerce exprience 6 monthscompany details company', 'months ecommerce exprience 6 monthscompany details company valuelabs', 'ecommerce exprience 6 monthscompany details company valuelabs description', 'exprience 6 monthscompany details company valuelabs description they', '6 monthscompany details company valuelabs description they give', 'monthscompany details company valuelabs description they give rrf', 'details company valuelabs description they give rrf form', 'company valuelabs description they give rrf form required', 'valuelabs description they give rrf form required dlt', 'description they give rrf form required dlt hand', 'they give rrf form required dlt hand rlt', 'give rrf form required dlt hand rlt scrum', 'rrf form required dlt hand rlt scrum master', 'form required dlt hand rlt scrum master take', 'required dlt hand rlt scrum master take form', 'dlt hand rlt scrum master take form rlt', 'hand rlt scrum master take form rlt scrum', 'rlt scrum master take form rlt scrum master', 'scrum master take form rlt scrum master give', 'master take form rlt scrum master give forms', 'take form rlt scrum master give forms trainee', 'form rlt scrum master give forms trainee work', 'rlt scrum master give forms trainee work requirement', 'scrum master give forms trainee work requirement till', 'master give forms trainee work requirement till candidate', 'give forms trainee work requirement till candidate receive', 'forms trainee work requirement till candidate receive offer', 'trainee work requirement till candidate receive offer company', 'key skills computerized ounting tally sincere hard working management', 'skills computerized ounting tally sincere hard working management ounting', 'computerized ounting tally sincere hard working management ounting income', 'ounting tally sincere hard working management ounting income tax', 'tally sincere hard working management ounting income tax good', 'sincere hard working management ounting income tax good communication', 'hard working management ounting income tax good communication leadership', 'working management ounting income tax good communication leadership two', 'management ounting income tax good communication leadership two four', 'ounting income tax good communication leadership two four wheeler', 'income tax good communication leadership two four wheeler driving', 'tax good communication leadership two four wheeler driving license', 'good communication leadership two four wheeler driving license internet', 'communication leadership two four wheeler driving license internet ecommerce', 'leadership two four wheeler driving license internet ecommerce management', 'two four wheeler driving license internet ecommerce management computer', 'four wheeler driving license internet ecommerce management computer skills', 'wheeler driving license internet ecommerce management computer skills c', 'driving license internet ecommerce management computer skills c language', 'license internet ecommerce management computer skills c language web', 'internet ecommerce management computer skills c language web programing', 'ecommerce management computer skills c language web programing tally', 'management computer skills c language web programing tally dbms', 'computer skills c language web programing tally dbms education', 'skills c language web programing tally dbms education details', 'c language web programing tally dbms education details june', 'language web programing tally dbms education details june 2017', 'web programing tally dbms education details june 2017 june', 'programing tally dbms education details june 2017 june 2019', 'tally dbms education details june 2017 june 2019 mba', 'dbms education details june 2017 june 2019 mba finance', 'education details june 2017 june 2019 mba finance hr', 'details june 2017 june 2019 mba finance hr india', 'june 2017 june 2019 mba finance hr india mlrit', '2017 june 2019 mba finance hr india mlrit june', 'june 2019 mba finance hr india mlrit june 2014', '2019 mba finance hr india mlrit june 2014 june', 'mba finance hr india mlrit june 2014 june 2017', 'finance hr india mlrit june 2014 june 2017 bcom', 'hr india mlrit june 2014 june 2017 bcom computer', 'india mlrit june 2014 june 2017 bcom computer hyderabad', 'mlrit june 2014 june 2017 bcom computer hyderabad telangana', 'june 2014 june 2017 bcom computer hyderabad telangana osmania', '2014 june 2017 bcom computer hyderabad telangana osmania university', 'june 2017 bcom computer hyderabad telangana osmania university june', '2017 bcom computer hyderabad telangana osmania university june 2012', 'bcom computer hyderabad telangana osmania university june 2012 april', 'computer hyderabad telangana osmania university june 2012 april 2014', 'hyderabad telangana osmania university june 2012 april 2014 inter', 'telangana osmania university june 2012 april 2014 inter mec', 'osmania university june 2012 april 2014 inter mec india', 'university june 2012 april 2014 inter mec india srimedhav', 'june 2012 april 2014 inter mec india srimedhav hr', '2012 april 2014 inter mec india srimedhav hr nani', 'april 2014 inter mec india srimedhav hr nani skill', '2014 inter mec india srimedhav hr nani skill details', 'inter mec india srimedhav hr nani skill details ounting', 'mec india srimedhav hr nani skill details ounting exprience', 'india srimedhav hr nani skill details ounting exprience 6', 'srimedhav hr nani skill details ounting exprience 6 months', 'hr nani skill details ounting exprience 6 months database', 'nani skill details ounting exprience 6 months database management', 'skill details ounting exprience 6 months database management system', 'details ounting exprience 6 months database management system exprience', 'ounting exprience 6 months database management system exprience 6', 'exprience 6 months database management system exprience 6 months', '6 months database management system exprience 6 months dbms', 'months database management system exprience 6 months dbms exprience', 'database management system exprience 6 months dbms exprience 6', 'management system exprience 6 months dbms exprience 6 months', 'system exprience 6 months dbms exprience 6 months management', 'exprience 6 months dbms exprience 6 months management ounting', '6 months dbms exprience 6 months management ounting exprience', 'months dbms exprience 6 months management ounting exprience 6', 'dbms exprience 6 months management ounting exprience 6 months', 'exprience 6 months management ounting exprience 6 months ecommerce', '6 months management ounting exprience 6 months ecommerce exprience', 'months management ounting exprience 6 months ecommerce exprience 6', 'management ounting exprience 6 months ecommerce exprience 6 monthscompany', 'ounting exprience 6 months ecommerce exprience 6 monthscompany details', 'exprience 6 months ecommerce exprience 6 monthscompany details company', '6 months ecommerce exprience 6 monthscompany details company valuelabs', 'months ecommerce exprience 6 monthscompany details company valuelabs description', 'ecommerce exprience 6 monthscompany details company valuelabs description they', 'exprience 6 monthscompany details company valuelabs description they give', '6 monthscompany details company valuelabs description they give rrf', 'monthscompany details company valuelabs description they give rrf form', 'details company valuelabs description they give rrf form required', 'company valuelabs description they give rrf form required dlt', 'valuelabs description they give rrf form required dlt hand', 'description they give rrf form required dlt hand rlt', 'they give rrf form required dlt hand rlt scrum', 'give rrf form required dlt hand rlt scrum master', 'rrf form required dlt hand rlt scrum master take', 'form required dlt hand rlt scrum master take form', 'required dlt hand rlt scrum master take form rlt', 'dlt hand rlt scrum master take form rlt scrum', 'hand rlt scrum master take form rlt scrum master', 'rlt scrum master take form rlt scrum master give', 'scrum master take form rlt scrum master give forms', ...], ['training', 'special', 'education', 'certificate', 'course', 'education', 'details', 'july', '2016', 'october', '2018', 'm', 'sc', 'psychology', 'specialization', 'organizational', 'behaviour', 'malappuram', 'kerala', 'calicut', 'university', 'july', '2013', 'march', '2016', 'bsc', 'psychology', 'thrissur', 'prajyoti', 'niketan', 'college', 'hr', 'skill', 'details', 'company', 'details', 'company', 'description', 'i', 'done', '30', 'days', 'internship', 'hr', 'department', 'foster', 'hot', 'breads', 'kinfra', 'malappuram', 'kerala', 'i', 'also', 'done', '60', 'days', 'internship', 'santhwana', 'institute', 'counselling', 'psychotherapy', 'cochin', 'kerala', 'counsellor', 'training special', 'special education', 'education certificate', 'certificate course', 'course education', 'education details', 'details july', 'july 2016', '2016 october', 'october 2018', '2018 m', 'm sc', 'sc psychology', 'psychology specialization', 'specialization organizational', 'organizational behaviour', 'behaviour malappuram', 'malappuram kerala', 'kerala calicut', 'calicut university', 'university july', 'july 2013', '2013 march', 'march 2016', '2016 bsc', 'bsc psychology', 'psychology thrissur', 'thrissur prajyoti', 'prajyoti niketan', 'niketan college', 'college hr', 'hr skill', 'skill details', 'details company', 'company details', 'details company', 'company description', 'description i', 'i done', 'done 30', '30 days', 'days internship', 'internship hr', 'hr department', 'department foster', 'foster hot', 'hot breads', 'breads kinfra', 'kinfra malappuram', 'malappuram kerala', 'kerala i', 'i also', 'also done', 'done 60', '60 days', 'days internship', 'internship santhwana', 'santhwana institute', 'institute counselling', 'counselling psychotherapy', 'psychotherapy cochin', 'cochin kerala', 'kerala counsellor', 'training special education', 'special education certificate', 'education certificate course', 'certificate course education', 'course education details', 'education details july', 'details july 2016', 'july 2016 october', '2016 october 2018', 'october 2018 m', '2018 m sc', 'm sc psychology', 'sc psychology specialization', 'psychology specialization organizational', 'specialization organizational behaviour', 'organizational behaviour malappuram', 'behaviour malappuram kerala', 'malappuram kerala calicut', 'kerala calicut university', 'calicut university july', 'university july 2013', 'july 2013 march', '2013 march 2016', 'march 2016 bsc', '2016 bsc psychology', 'bsc psychology thrissur', 'psychology thrissur prajyoti', 'thrissur prajyoti niketan', 'prajyoti niketan college', 'niketan college hr', 'college hr skill', 'hr skill details', 'skill details company', 'details company details', 'company details company', 'details company description', 'company description i', 'description i done', 'i done 30', 'done 30 days', '30 days internship', 'days internship hr', 'internship hr department', 'hr department foster', 'department foster hot', 'foster hot breads', 'hot breads kinfra', 'breads kinfra malappuram', 'kinfra malappuram kerala', 'malappuram kerala i', 'kerala i also', 'i also done', 'also done 60', 'done 60 days', '60 days internship', 'days internship santhwana', 'internship santhwana institute', 'santhwana institute counselling', 'institute counselling psychotherapy', 'counselling psychotherapy cochin', 'psychotherapy cochin kerala', 'cochin kerala counsellor', 'training special education certificate', 'special education certificate course', 'education certificate course education', 'certificate course education details', 'course education details july', 'education details july 2016', 'details july 2016 october', 'july 2016 october 2018', '2016 october 2018 m', 'october 2018 m sc', '2018 m sc psychology', 'm sc psychology specialization', 'sc psychology specialization organizational', 'psychology specialization organizational behaviour', 'specialization organizational behaviour malappuram', 'organizational behaviour malappuram kerala', 'behaviour malappuram kerala calicut', 'malappuram kerala calicut university', 'kerala calicut university july', 'calicut university july 2013', 'university july 2013 march', 'july 2013 march 2016', '2013 march 2016 bsc', 'march 2016 bsc psychology', '2016 bsc psychology thrissur', 'bsc psychology thrissur prajyoti', 'psychology thrissur prajyoti niketan', 'thrissur prajyoti niketan college', 'prajyoti niketan college hr', 'niketan college hr skill', 'college hr skill details', 'hr skill details company', 'skill details company details', 'details company details company', 'company details company description', 'details company description i', 'company description i done', 'description i done 30', 'i done 30 days', 'done 30 days internship', '30 days internship hr', 'days internship hr department', 'internship hr department foster', 'hr department foster hot', 'department foster hot breads', 'foster hot breads kinfra', 'hot breads kinfra malappuram', 'breads kinfra malappuram kerala', 'kinfra malappuram kerala i', 'malappuram kerala i also', 'kerala i also done', 'i also done 60', 'also done 60 days', 'done 60 days internship', '60 days internship santhwana', 'days internship santhwana institute', 'internship santhwana institute counselling', 'santhwana institute counselling psychotherapy', 'institute counselling psychotherapy cochin', 'counselling psychotherapy cochin kerala', 'psychotherapy cochin kerala counsellor', 'training special education certificate course', 'special education certificate course education', 'education certificate course education details', 'certificate course education details july', 'course education details july 2016', 'education details july 2016 october', 'details july 2016 october 2018', 'july 2016 october 2018 m', '2016 october 2018 m sc', 'october 2018 m sc psychology', '2018 m sc psychology specialization', 'm sc psychology specialization organizational', 'sc psychology specialization organizational behaviour', 'psychology specialization organizational behaviour malappuram', 'specialization organizational behaviour malappuram kerala', 'organizational behaviour malappuram kerala calicut', 'behaviour malappuram kerala calicut university', 'malappuram kerala calicut university july', 'kerala calicut university july 2013', 'calicut university july 2013 march', 'university july 2013 march 2016', 'july 2013 march 2016 bsc', '2013 march 2016 bsc psychology', 'march 2016 bsc psychology thrissur', '2016 bsc psychology thrissur prajyoti', 'bsc psychology thrissur prajyoti niketan', 'psychology thrissur prajyoti niketan college', 'thrissur prajyoti niketan college hr', 'prajyoti niketan college hr skill', 'niketan college hr skill details', 'college hr skill details company', 'hr skill details company details', 'skill details company details company', 'details company details company description', 'company details company description i', 'details company description i done', 'company description i done 30', 'description i done 30 days', 'i done 30 days internship', 'done 30 days internship hr', '30 days internship hr department', 'days internship hr department foster', 'internship hr department foster hot', 'hr department foster hot breads', 'department foster hot breads kinfra', 'foster hot breads kinfra malappuram', 'hot breads kinfra malappuram kerala', 'breads kinfra malappuram kerala i', 'kinfra malappuram kerala i also', 'malappuram kerala i also done', 'kerala i also done 60', 'i also done 60 days', 'also done 60 days internship', 'done 60 days internship santhwana', '60 days internship santhwana institute', 'days internship santhwana institute counselling', 'internship santhwana institute counselling psychotherapy', 'santhwana institute counselling psychotherapy cochin', 'institute counselling psychotherapy cochin kerala', 'counselling psychotherapy cochin kerala counsellor', 'training special education certificate course education', 'special education certificate course education details', 'education certificate course education details july', 'certificate course education details july 2016', 'course education details july 2016 october', 'education details july 2016 october 2018', 'details july 2016 october 2018 m', 'july 2016 october 2018 m sc', '2016 october 2018 m sc psychology', 'october 2018 m sc psychology specialization', '2018 m sc psychology specialization organizational', 'm sc psychology specialization organizational behaviour', 'sc psychology specialization organizational behaviour malappuram', 'psychology specialization organizational behaviour malappuram kerala', 'specialization organizational behaviour malappuram kerala calicut', 'organizational behaviour malappuram kerala calicut university', 'behaviour malappuram kerala calicut university july', 'malappuram kerala calicut university july 2013', 'kerala calicut university july 2013 march', 'calicut university july 2013 march 2016', 'university july 2013 march 2016 bsc', 'july 2013 march 2016 bsc psychology', '2013 march 2016 bsc psychology thrissur', 'march 2016 bsc psychology thrissur prajyoti', '2016 bsc psychology thrissur prajyoti niketan', 'bsc psychology thrissur prajyoti niketan college', 'psychology thrissur prajyoti niketan college hr', 'thrissur prajyoti niketan college hr skill', 'prajyoti niketan college hr skill details', 'niketan college hr skill details company', 'college hr skill details company details', 'hr skill details company details company', 'skill details company details company description', 'details company details company description i', 'company details company description i done', 'details company description i done 30', 'company description i done 30 days', 'description i done 30 days internship', 'i done 30 days internship hr', 'done 30 days internship hr department', '30 days internship hr department foster', 'days internship hr department foster hot', 'internship hr department foster hot breads', 'hr department foster hot breads kinfra', 'department foster hot breads kinfra malappuram', 'foster hot breads kinfra malappuram kerala', 'hot breads kinfra malappuram kerala i', 'breads kinfra malappuram kerala i also', 'kinfra malappuram kerala i also done', 'malappuram kerala i also done 60', 'kerala i also done 60 days', 'i also done 60 days internship', 'also done 60 days internship santhwana', 'done 60 days internship santhwana institute', '60 days internship santhwana institute counselling', 'days internship santhwana institute counselling psychotherapy', 'internship santhwana institute counselling psychotherapy cochin', 'santhwana institute counselling psychotherapy cochin kerala', 'institute counselling psychotherapy cochin kerala counsellor', 'training special education certificate course education details', 'special education certificate course education details july', 'education certificate course education details july 2016', 'certificate course education details july 2016 october', 'course education details july 2016 october 2018', 'education details july 2016 october 2018 m', 'details july 2016 october 2018 m sc', 'july 2016 october 2018 m sc psychology', '2016 october 2018 m sc psychology specialization', 'october 2018 m sc psychology specialization organizational', '2018 m sc psychology specialization organizational behaviour', 'm sc psychology specialization organizational behaviour malappuram', 'sc psychology specialization organizational behaviour malappuram kerala', 'psychology specialization organizational behaviour malappuram kerala calicut', 'specialization organizational behaviour malappuram kerala calicut university', 'organizational behaviour malappuram kerala calicut university july', 'behaviour malappuram kerala calicut university july 2013', 'malappuram kerala calicut university july 2013 march', 'kerala calicut university july 2013 march 2016', 'calicut university july 2013 march 2016 bsc', 'university july 2013 march 2016 bsc psychology', 'july 2013 march 2016 bsc psychology thrissur', '2013 march 2016 bsc psychology thrissur prajyoti', 'march 2016 bsc psychology thrissur prajyoti niketan', '2016 bsc psychology thrissur prajyoti niketan college', 'bsc psychology thrissur prajyoti niketan college hr', 'psychology thrissur prajyoti niketan college hr skill', 'thrissur prajyoti niketan college hr skill details', 'prajyoti niketan college hr skill details company', 'niketan college hr skill details company details', 'college hr skill details company details company', 'hr skill details company details company description', 'skill details company details company description i', 'details company details company description i done', 'company details company description i done 30', 'details company description i done 30 days', 'company description i done 30 days internship', 'description i done 30 days internship hr', 'i done 30 days internship hr department', 'done 30 days internship hr department foster', '30 days internship hr department foster hot', 'days internship hr department foster hot breads', 'internship hr department foster hot breads kinfra', 'hr department foster hot breads kinfra malappuram', 'department foster hot breads kinfra malappuram kerala', 'foster hot breads kinfra malappuram kerala i', 'hot breads kinfra malappuram kerala i also', 'breads kinfra malappuram kerala i also done', 'kinfra malappuram kerala i also done 60', 'malappuram kerala i also done 60 days', 'kerala i also done 60 days internship', 'i also done 60 days internship santhwana', 'also done 60 days internship santhwana institute', 'done 60 days internship santhwana institute counselling', '60 days internship santhwana institute counselling psychotherapy', 'days internship santhwana institute counselling psychotherapy cochin', 'internship santhwana institute counselling psychotherapy cochin kerala', 'santhwana institute counselling psychotherapy cochin kerala counsellor', 'training special education certificate course education details july', 'special education certificate course education details july 2016', 'education certificate course education details july 2016 october', 'certificate course education details july 2016 october 2018', 'course education details july 2016 october 2018 m', 'education details july 2016 october 2018 m sc', 'details july 2016 october 2018 m sc psychology', 'july 2016 october 2018 m sc psychology specialization', '2016 october 2018 m sc psychology specialization organizational', 'october 2018 m sc psychology specialization organizational behaviour', '2018 m sc psychology specialization organizational behaviour malappuram', 'm sc psychology specialization organizational behaviour malappuram kerala', 'sc psychology specialization organizational behaviour malappuram kerala calicut', 'psychology specialization organizational behaviour malappuram kerala calicut university', 'specialization organizational behaviour malappuram kerala calicut university july', 'organizational behaviour malappuram kerala calicut university july 2013', 'behaviour malappuram kerala calicut university july 2013 march', 'malappuram kerala calicut university july 2013 march 2016', 'kerala calicut university july 2013 march 2016 bsc', 'calicut university july 2013 march 2016 bsc psychology', 'university july 2013 march 2016 bsc psychology thrissur', 'july 2013 march 2016 bsc psychology thrissur prajyoti', '2013 march 2016 bsc psychology thrissur prajyoti niketan', 'march 2016 bsc psychology thrissur prajyoti niketan college', '2016 bsc psychology thrissur prajyoti niketan college hr', 'bsc psychology thrissur prajyoti niketan college hr skill', 'psychology thrissur prajyoti niketan college hr skill details', 'thrissur prajyoti niketan college hr skill details company', 'prajyoti niketan college hr skill details company details', 'niketan college hr skill details company details company', 'college hr skill details company details company description', 'hr skill details company details company description i', 'skill details company details company description i done', 'details company details company description i done 30', 'company details company description i done 30 days', 'details company description i done 30 days internship', 'company description i done 30 days internship hr', 'description i done 30 days internship hr department', 'i done 30 days internship hr department foster', 'done 30 days internship hr department foster hot', '30 days internship hr department foster hot breads', 'days internship hr department foster hot breads kinfra', 'internship hr department foster hot breads kinfra malappuram', 'hr department foster hot breads kinfra malappuram kerala', 'department foster hot breads kinfra malappuram kerala i', 'foster hot breads kinfra malappuram kerala i also', 'hot breads kinfra malappuram kerala i also done', 'breads kinfra malappuram kerala i also done 60', 'kinfra malappuram kerala i also done 60 days', 'malappuram kerala i also done 60 days internship', 'kerala i also done 60 days internship santhwana', 'i also done 60 days internship santhwana institute', 'also done 60 days internship santhwana institute counselling', 'done 60 days internship santhwana institute counselling psychotherapy', '60 days internship santhwana institute counselling psychotherapy cochin', 'days internship santhwana institute counselling psychotherapy cochin kerala', 'internship santhwana institute counselling psychotherapy cochin kerala counsellor', 'training special education certificate course education details july 2016', 'special education certificate course education details july 2016 october', 'education certificate course education details july 2016 october 2018', 'certificate course education details july 2016 october 2018 m', 'course education details july 2016 october 2018 m sc', 'education details july 2016 october 2018 m sc psychology', 'details july 2016 october 2018 m sc psychology specialization', 'july 2016 october 2018 m sc psychology specialization organizational', '2016 october 2018 m sc psychology specialization organizational behaviour', 'october 2018 m sc psychology specialization organizational behaviour malappuram', '2018 m sc psychology specialization organizational behaviour malappuram kerala', 'm sc psychology specialization organizational behaviour malappuram kerala calicut', 'sc psychology specialization organizational behaviour malappuram kerala calicut university', 'psychology specialization organizational behaviour malappuram kerala calicut university july', 'specialization organizational behaviour malappuram kerala calicut university july 2013', 'organizational behaviour malappuram kerala calicut university july 2013 march', 'behaviour malappuram kerala calicut university july 2013 march 2016', 'malappuram kerala calicut university july 2013 march 2016 bsc', 'kerala calicut university july 2013 march 2016 bsc psychology', 'calicut university july 2013 march 2016 bsc psychology thrissur', 'university july 2013 march 2016 bsc psychology thrissur prajyoti', 'july 2013 march 2016 bsc psychology thrissur prajyoti niketan', '2013 march 2016 bsc psychology thrissur prajyoti niketan college', 'march 2016 bsc psychology thrissur prajyoti niketan college hr', '2016 bsc psychology thrissur prajyoti niketan college hr skill', 'bsc psychology thrissur prajyoti niketan college hr skill details', 'psychology thrissur prajyoti niketan college hr skill details company', 'thrissur prajyoti niketan college hr skill details company details', 'prajyoti niketan college hr skill details company details company', 'niketan college hr skill details company details company description', 'college hr skill details company details company description i', 'hr skill details company details company description i done', 'skill details company details company description i done 30', 'details company details company description i done 30 days', 'company details company description i done 30 days internship', 'details company description i done 30 days internship hr', 'company description i done 30 days internship hr department', 'description i done 30 days internship hr department foster', 'i done 30 days internship hr department foster hot', 'done 30 days internship hr department foster hot breads', '30 days internship hr department foster hot breads kinfra', 'days internship hr department foster hot breads kinfra malappuram', 'internship hr department foster hot breads kinfra malappuram kerala', 'hr department foster hot breads kinfra malappuram kerala i', 'department foster hot breads kinfra malappuram kerala i also', 'foster hot breads kinfra malappuram kerala i also done', 'hot breads kinfra malappuram kerala i also done 60', 'breads kinfra malappuram kerala i also done 60 days', 'kinfra malappuram kerala i also done 60 days internship', 'malappuram kerala i also done 60 days internship santhwana', 'kerala i also done 60 days internship santhwana institute', 'i also done 60 days internship santhwana institute counselling', 'also done 60 days internship santhwana institute counselling psychotherapy', 'done 60 days internship santhwana institute counselling psychotherapy cochin', '60 days internship santhwana institute counselling psychotherapy cochin kerala', 'days internship santhwana institute counselling psychotherapy cochin kerala counsellor'], ['computer', 'knowledge', 'proficient', 'basic', 'use', 'ms', 'office', 'microsoft', 'dynamics', 'ax', 'software', 'saiba', 'softwareeducation', 'details', 'mba', 'distance', 'education', 'bharathiar', 'university', 'be', 'pa', 'college', 'engineering', 'technology', 'hsc', 'r', 'v', 'g', 'hr', 'sec', 'school', 'ssc', 'g', 'hr', 'sec', 'school', 'hr', 'admin', 'bharat', 'skill', 'details', 'dynamics', 'exprience', '6', 'months', 'dynamics', 'ax', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'exprience', '6', 'months', 'microsoft', 'dynamics', 'ax', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'monthscompany', 'details', 'company', 'sri', 'ramesh', 'gaarment', 'description', 'tirupur', 'administration', 'well', 'clients', 'service', 'here', 'corporate', 'companies', 'insured', 'knowledge', 'gathered', 'garments', 'spinning', 'mills', 'feb', '2018', 'still', 'sri', 'ramesh', 'gaarment', 'tirupur', 'hr', 'activities', 'attendance', 'maintenance', 'time', 'cards', 'maintenance', 'staffs', 'labors', 'individual', 'records', 'maintenance', 'project', 'advanced', 'automobile', 'collision', 'avoidance', 'blackbox', 'car', 'computer knowledge', 'knowledge proficient', 'proficient basic', 'basic use', 'use ms', 'ms office', 'office microsoft', 'microsoft dynamics', 'dynamics ax', 'ax software', 'software saiba', 'saiba softwareeducation', 'softwareeducation details', 'details mba', 'mba distance', 'distance education', 'education bharathiar', 'bharathiar university', 'university be', 'be pa', 'pa college', 'college engineering', 'engineering technology', 'technology hsc', 'hsc r', 'r v', 'v g', 'g hr', 'hr sec', 'sec school', 'school ssc', 'ssc g', 'g hr', 'hr sec', 'sec school', 'school hr', 'hr admin', 'admin bharat', 'bharat skill', 'skill details', 'details dynamics', 'dynamics exprience', 'exprience 6', '6 months', 'months dynamics', 'dynamics ax', 'ax exprience', 'exprience 6', '6 months', 'months microsoft', 'microsoft dynamics', 'dynamics exprience', 'exprience 6', '6 months', 'months microsoft', 'microsoft dynamics', 'dynamics ax', 'ax exprience', 'exprience 6', '6 months', 'months ms', 'ms office', 'office exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company sri', 'sri ramesh', 'ramesh gaarment', 'gaarment description', 'description tirupur', 'tirupur administration', 'administration well', 'well clients', 'clients service', 'service here', 'here corporate', 'corporate companies', 'companies insured', 'insured knowledge', 'knowledge gathered', 'gathered garments', 'garments spinning', 'spinning mills', 'mills feb', 'feb 2018', '2018 still', 'still sri', 'sri ramesh', 'ramesh gaarment', 'gaarment tirupur', 'tirupur hr', 'hr activities', 'activities attendance', 'attendance maintenance', 'maintenance time', 'time cards', 'cards maintenance', 'maintenance staffs', 'staffs labors', 'labors individual', 'individual records', 'records maintenance', 'maintenance project', 'project advanced', 'advanced automobile', 'automobile collision', 'collision avoidance', 'avoidance blackbox', 'blackbox car', 'computer knowledge proficient', 'knowledge proficient basic', 'proficient basic use', 'basic use ms', 'use ms office', 'ms office microsoft', 'office microsoft dynamics', 'microsoft dynamics ax', 'dynamics ax software', 'ax software saiba', 'software saiba softwareeducation', 'saiba softwareeducation details', 'softwareeducation details mba', 'details mba distance', 'mba distance education', 'distance education bharathiar', 'education bharathiar university', 'bharathiar university be', 'university be pa', 'be pa college', 'pa college engineering', 'college engineering technology', 'engineering technology hsc', 'technology hsc r', 'hsc r v', 'r v g', 'v g hr', 'g hr sec', 'hr sec school', 'sec school ssc', 'school ssc g', 'ssc g hr', 'g hr sec', 'hr sec school', 'sec school hr', 'school hr admin', 'hr admin bharat', 'admin bharat skill', 'bharat skill details', 'skill details dynamics', 'details dynamics exprience', 'dynamics exprience 6', 'exprience 6 months', '6 months dynamics', 'months dynamics ax', 'dynamics ax exprience', 'ax exprience 6', 'exprience 6 months', '6 months microsoft', 'months microsoft dynamics', 'microsoft dynamics exprience', 'dynamics exprience 6', 'exprience 6 months', '6 months microsoft', 'months microsoft dynamics', 'microsoft dynamics ax', 'dynamics ax exprience', 'ax exprience 6', 'exprience 6 months', '6 months ms', 'months ms office', 'ms office exprience', 'office exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company sri', 'company sri ramesh', 'sri ramesh gaarment', 'ramesh gaarment description', 'gaarment description tirupur', 'description tirupur administration', 'tirupur administration well', 'administration well clients', 'well clients service', 'clients service here', 'service here corporate', 'here corporate companies', 'corporate companies insured', 'companies insured knowledge', 'insured knowledge gathered', 'knowledge gathered garments', 'gathered garments spinning', 'garments spinning mills', 'spinning mills feb', 'mills feb 2018', 'feb 2018 still', '2018 still sri', 'still sri ramesh', 'sri ramesh gaarment', 'ramesh gaarment tirupur', 'gaarment tirupur hr', 'tirupur hr activities', 'hr activities attendance', 'activities attendance maintenance', 'attendance maintenance time', 'maintenance time cards', 'time cards maintenance', 'cards maintenance staffs', 'maintenance staffs labors', 'staffs labors individual', 'labors individual records', 'individual records maintenance', 'records maintenance project', 'maintenance project advanced', 'project advanced automobile', 'advanced automobile collision', 'automobile collision avoidance', 'collision avoidance blackbox', 'avoidance blackbox car', 'computer knowledge proficient basic', 'knowledge proficient basic use', 'proficient basic use ms', 'basic use ms office', 'use ms office microsoft', 'ms office microsoft dynamics', 'office microsoft dynamics ax', 'microsoft dynamics ax software', 'dynamics ax software saiba', 'ax software saiba softwareeducation', 'software saiba softwareeducation details', 'saiba softwareeducation details mba', 'softwareeducation details mba distance', 'details mba distance education', 'mba distance education bharathiar', 'distance education bharathiar university', 'education bharathiar university be', 'bharathiar university be pa', 'university be pa college', 'be pa college engineering', 'pa college engineering technology', 'college engineering technology hsc', 'engineering technology hsc r', 'technology hsc r v', 'hsc r v g', 'r v g hr', 'v g hr sec', 'g hr sec school', 'hr sec school ssc', 'sec school ssc g', 'school ssc g hr', 'ssc g hr sec', 'g hr sec school', 'hr sec school hr', 'sec school hr admin', 'school hr admin bharat', 'hr admin bharat skill', 'admin bharat skill details', 'bharat skill details dynamics', 'skill details dynamics exprience', 'details dynamics exprience 6', 'dynamics exprience 6 months', 'exprience 6 months dynamics', '6 months dynamics ax', 'months dynamics ax exprience', 'dynamics ax exprience 6', 'ax exprience 6 months', 'exprience 6 months microsoft', '6 months microsoft dynamics', 'months microsoft dynamics exprience', 'microsoft dynamics exprience 6', 'dynamics exprience 6 months', 'exprience 6 months microsoft', '6 months microsoft dynamics', 'months microsoft dynamics ax', 'microsoft dynamics ax exprience', 'dynamics ax exprience 6', 'ax exprience 6 months', 'exprience 6 months ms', '6 months ms office', 'months ms office exprience', 'ms office exprience 6', 'office exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company sri', 'details company sri ramesh', 'company sri ramesh gaarment', 'sri ramesh gaarment description', 'ramesh gaarment description tirupur', 'gaarment description tirupur administration', 'description tirupur administration well', 'tirupur administration well clients', 'administration well clients service', 'well clients service here', 'clients service here corporate', 'service here corporate companies', 'here corporate companies insured', 'corporate companies insured knowledge', 'companies insured knowledge gathered', 'insured knowledge gathered garments', 'knowledge gathered garments spinning', 'gathered garments spinning mills', 'garments spinning mills feb', 'spinning mills feb 2018', 'mills feb 2018 still', 'feb 2018 still sri', '2018 still sri ramesh', 'still sri ramesh gaarment', 'sri ramesh gaarment tirupur', 'ramesh gaarment tirupur hr', 'gaarment tirupur hr activities', 'tirupur hr activities attendance', 'hr activities attendance maintenance', 'activities attendance maintenance time', 'attendance maintenance time cards', 'maintenance time cards maintenance', 'time cards maintenance staffs', 'cards maintenance staffs labors', 'maintenance staffs labors individual', 'staffs labors individual records', 'labors individual records maintenance', 'individual records maintenance project', 'records maintenance project advanced', 'maintenance project advanced automobile', 'project advanced automobile collision', 'advanced automobile collision avoidance', 'automobile collision avoidance blackbox', 'collision avoidance blackbox car', 'computer knowledge proficient basic use', 'knowledge proficient basic use ms', 'proficient basic use ms office', 'basic use ms office microsoft', 'use ms office microsoft dynamics', 'ms office microsoft dynamics ax', 'office microsoft dynamics ax software', 'microsoft dynamics ax software saiba', 'dynamics ax software saiba softwareeducation', 'ax software saiba softwareeducation details', 'software saiba softwareeducation details mba', 'saiba softwareeducation details mba distance', 'softwareeducation details mba distance education', 'details mba distance education bharathiar', 'mba distance education bharathiar university', 'distance education bharathiar university be', 'education bharathiar university be pa', 'bharathiar university be pa college', 'university be pa college engineering', 'be pa college engineering technology', 'pa college engineering technology hsc', 'college engineering technology hsc r', 'engineering technology hsc r v', 'technology hsc r v g', 'hsc r v g hr', 'r v g hr sec', 'v g hr sec school', 'g hr sec school ssc', 'hr sec school ssc g', 'sec school ssc g hr', 'school ssc g hr sec', 'ssc g hr sec school', 'g hr sec school hr', 'hr sec school hr admin', 'sec school hr admin bharat', 'school hr admin bharat skill', 'hr admin bharat skill details', 'admin bharat skill details dynamics', 'bharat skill details dynamics exprience', 'skill details dynamics exprience 6', 'details dynamics exprience 6 months', 'dynamics exprience 6 months dynamics', 'exprience 6 months dynamics ax', '6 months dynamics ax exprience', 'months dynamics ax exprience 6', 'dynamics ax exprience 6 months', 'ax exprience 6 months microsoft', 'exprience 6 months microsoft dynamics', '6 months microsoft dynamics exprience', 'months microsoft dynamics exprience 6', 'microsoft dynamics exprience 6 months', 'dynamics exprience 6 months microsoft', 'exprience 6 months microsoft dynamics', '6 months microsoft dynamics ax', 'months microsoft dynamics ax exprience', 'microsoft dynamics ax exprience 6', 'dynamics ax exprience 6 months', 'ax exprience 6 months ms', 'exprience 6 months ms office', '6 months ms office exprience', 'months ms office exprience 6', 'ms office exprience 6 monthscompany', 'office exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company sri', 'monthscompany details company sri ramesh', 'details company sri ramesh gaarment', 'company sri ramesh gaarment description', 'sri ramesh gaarment description tirupur', 'ramesh gaarment description tirupur administration', 'gaarment description tirupur administration well', 'description tirupur administration well clients', 'tirupur administration well clients service', 'administration well clients service here', 'well clients service here corporate', 'clients service here corporate companies', 'service here corporate companies insured', 'here corporate companies insured knowledge', 'corporate companies insured knowledge gathered', 'companies insured knowledge gathered garments', 'insured knowledge gathered garments spinning', 'knowledge gathered garments spinning mills', 'gathered garments spinning mills feb', 'garments spinning mills feb 2018', 'spinning mills feb 2018 still', 'mills feb 2018 still sri', 'feb 2018 still sri ramesh', '2018 still sri ramesh gaarment', 'still sri ramesh gaarment tirupur', 'sri ramesh gaarment tirupur hr', 'ramesh gaarment tirupur hr activities', 'gaarment tirupur hr activities attendance', 'tirupur hr activities attendance maintenance', 'hr activities attendance maintenance time', 'activities attendance maintenance time cards', 'attendance maintenance time cards maintenance', 'maintenance time cards maintenance staffs', 'time cards maintenance staffs labors', 'cards maintenance staffs labors individual', 'maintenance staffs labors individual records', 'staffs labors individual records maintenance', 'labors individual records maintenance project', 'individual records maintenance project advanced', 'records maintenance project advanced automobile', 'maintenance project advanced automobile collision', 'project advanced automobile collision avoidance', 'advanced automobile collision avoidance blackbox', 'automobile collision avoidance blackbox car', 'computer knowledge proficient basic use ms', 'knowledge proficient basic use ms office', 'proficient basic use ms office microsoft', 'basic use ms office microsoft dynamics', 'use ms office microsoft dynamics ax', 'ms office microsoft dynamics ax software', 'office microsoft dynamics ax software saiba', 'microsoft dynamics ax software saiba softwareeducation', 'dynamics ax software saiba softwareeducation details', 'ax software saiba softwareeducation details mba', 'software saiba softwareeducation details mba distance', 'saiba softwareeducation details mba distance education', 'softwareeducation details mba distance education bharathiar', 'details mba distance education bharathiar university', 'mba distance education bharathiar university be', 'distance education bharathiar university be pa', 'education bharathiar university be pa college', 'bharathiar university be pa college engineering', 'university be pa college engineering technology', 'be pa college engineering technology hsc', 'pa college engineering technology hsc r', 'college engineering technology hsc r v', 'engineering technology hsc r v g', 'technology hsc r v g hr', 'hsc r v g hr sec', 'r v g hr sec school', 'v g hr sec school ssc', 'g hr sec school ssc g', 'hr sec school ssc g hr', 'sec school ssc g hr sec', 'school ssc g hr sec school', 'ssc g hr sec school hr', 'g hr sec school hr admin', 'hr sec school hr admin bharat', 'sec school hr admin bharat skill', 'school hr admin bharat skill details', 'hr admin bharat skill details dynamics', 'admin bharat skill details dynamics exprience', 'bharat skill details dynamics exprience 6', 'skill details dynamics exprience 6 months', 'details dynamics exprience 6 months dynamics', 'dynamics exprience 6 months dynamics ax', 'exprience 6 months dynamics ax exprience', '6 months dynamics ax exprience 6', 'months dynamics ax exprience 6 months', 'dynamics ax exprience 6 months microsoft', 'ax exprience 6 months microsoft dynamics', 'exprience 6 months microsoft dynamics exprience', '6 months microsoft dynamics exprience 6', 'months microsoft dynamics exprience 6 months', 'microsoft dynamics exprience 6 months microsoft', 'dynamics exprience 6 months microsoft dynamics', 'exprience 6 months microsoft dynamics ax', '6 months microsoft dynamics ax exprience', 'months microsoft dynamics ax exprience 6', 'microsoft dynamics ax exprience 6 months', 'dynamics ax exprience 6 months ms', 'ax exprience 6 months ms office', 'exprience 6 months ms office exprience', '6 months ms office exprience 6', 'months ms office exprience 6 monthscompany', 'ms office exprience 6 monthscompany details', 'office exprience 6 monthscompany details company', 'exprience 6 monthscompany details company sri', '6 monthscompany details company sri ramesh', 'monthscompany details company sri ramesh gaarment', 'details company sri ramesh gaarment description', 'company sri ramesh gaarment description tirupur', 'sri ramesh gaarment description tirupur administration', 'ramesh gaarment description tirupur administration well', 'gaarment description tirupur administration well clients', 'description tirupur administration well clients service', 'tirupur administration well clients service here', 'administration well clients service here corporate', 'well clients service here corporate companies', 'clients service here corporate companies insured', 'service here corporate companies insured knowledge', 'here corporate companies insured knowledge gathered', 'corporate companies insured knowledge gathered garments', 'companies insured knowledge gathered garments spinning', 'insured knowledge gathered garments spinning mills', 'knowledge gathered garments spinning mills feb', 'gathered garments spinning mills feb 2018', 'garments spinning mills feb 2018 still', 'spinning mills feb 2018 still sri', 'mills feb 2018 still sri ramesh', 'feb 2018 still sri ramesh gaarment', '2018 still sri ramesh gaarment tirupur', 'still sri ramesh gaarment tirupur hr', 'sri ramesh gaarment tirupur hr activities', 'ramesh gaarment tirupur hr activities attendance', 'gaarment tirupur hr activities attendance maintenance', 'tirupur hr activities attendance maintenance time', 'hr activities attendance maintenance time cards', 'activities attendance maintenance time cards maintenance', 'attendance maintenance time cards maintenance staffs', 'maintenance time cards maintenance staffs labors', 'time cards maintenance staffs labors individual', 'cards maintenance staffs labors individual records', 'maintenance staffs labors individual records maintenance', 'staffs labors individual records maintenance project', 'labors individual records maintenance project advanced', 'individual records maintenance project advanced automobile', 'records maintenance project advanced automobile collision', 'maintenance project advanced automobile collision avoidance', 'project advanced automobile collision avoidance blackbox', 'advanced automobile collision avoidance blackbox car', 'computer knowledge proficient basic use ms office', 'knowledge proficient basic use ms office microsoft', 'proficient basic use ms office microsoft dynamics', 'basic use ms office microsoft dynamics ax', 'use ms office microsoft dynamics ax software', 'ms office microsoft dynamics ax software saiba', 'office microsoft dynamics ax software saiba softwareeducation', 'microsoft dynamics ax software saiba softwareeducation details', 'dynamics ax software saiba softwareeducation details mba', 'ax software saiba softwareeducation details mba distance', 'software saiba softwareeducation details mba distance education', 'saiba softwareeducation details mba distance education bharathiar', 'softwareeducation details mba distance education bharathiar university', 'details mba distance education bharathiar university be', 'mba distance education bharathiar university be pa', 'distance education bharathiar university be pa college', 'education bharathiar university be pa college engineering', 'bharathiar university be pa college engineering technology', 'university be pa college engineering technology hsc', 'be pa college engineering technology hsc r', 'pa college engineering technology hsc r v', 'college engineering technology hsc r v g', 'engineering technology hsc r v g hr', 'technology hsc r v g hr sec', 'hsc r v g hr sec school', 'r v g hr sec school ssc', 'v g hr sec school ssc g', 'g hr sec school ssc g hr', 'hr sec school ssc g hr sec', 'sec school ssc g hr sec school', 'school ssc g hr sec school hr', 'ssc g hr sec school hr admin', 'g hr sec school hr admin bharat', 'hr sec school hr admin bharat skill', 'sec school hr admin bharat skill details', 'school hr admin bharat skill details dynamics', 'hr admin bharat skill details dynamics exprience', 'admin bharat skill details dynamics exprience 6', 'bharat skill details dynamics exprience 6 months', 'skill details dynamics exprience 6 months dynamics', 'details dynamics exprience 6 months dynamics ax', 'dynamics exprience 6 months dynamics ax exprience', 'exprience 6 months dynamics ax exprience 6', '6 months dynamics ax exprience 6 months', 'months dynamics ax exprience 6 months microsoft', 'dynamics ax exprience 6 months microsoft dynamics', 'ax exprience 6 months microsoft dynamics exprience', 'exprience 6 months microsoft dynamics exprience 6', '6 months microsoft dynamics exprience 6 months', 'months microsoft dynamics exprience 6 months microsoft', 'microsoft dynamics exprience 6 months microsoft dynamics', 'dynamics exprience 6 months microsoft dynamics ax', 'exprience 6 months microsoft dynamics ax exprience', '6 months microsoft dynamics ax exprience 6', 'months microsoft dynamics ax exprience 6 months', 'microsoft dynamics ax exprience 6 months ms', 'dynamics ax exprience 6 months ms office', 'ax exprience 6 months ms office exprience', 'exprience 6 months ms office exprience 6', '6 months ms office exprience 6 monthscompany', 'months ms office exprience 6 monthscompany details', 'ms office exprience 6 monthscompany details company', 'office exprience 6 monthscompany details company sri', 'exprience 6 monthscompany details company sri ramesh', '6 monthscompany details company sri ramesh gaarment', 'monthscompany details company sri ramesh gaarment description', 'details company sri ramesh gaarment description tirupur', 'company sri ramesh gaarment description tirupur administration', 'sri ramesh gaarment description tirupur administration well', 'ramesh gaarment description tirupur administration well clients', 'gaarment description tirupur administration well clients service', 'description tirupur administration well clients service here', 'tirupur administration well clients service here corporate', 'administration well clients service here corporate companies', 'well clients service here corporate companies insured', 'clients service here corporate companies insured knowledge', 'service here corporate companies insured knowledge gathered', 'here corporate companies insured knowledge gathered garments', 'corporate companies insured knowledge gathered garments spinning', 'companies insured knowledge gathered garments spinning mills', 'insured knowledge gathered garments spinning mills feb', 'knowledge gathered garments spinning mills feb 2018', 'gathered garments spinning mills feb 2018 still', 'garments spinning mills feb 2018 still sri', 'spinning mills feb 2018 still sri ramesh', 'mills feb 2018 still sri ramesh gaarment', 'feb 2018 still sri ramesh gaarment tirupur', '2018 still sri ramesh gaarment tirupur hr', 'still sri ramesh gaarment tirupur hr activities', 'sri ramesh gaarment tirupur hr activities attendance', 'ramesh gaarment tirupur hr activities attendance maintenance', 'gaarment tirupur hr activities attendance maintenance time', 'tirupur hr activities attendance maintenance time cards', 'hr activities attendance maintenance time cards maintenance', 'activities attendance maintenance time cards maintenance staffs', 'attendance maintenance time cards maintenance staffs labors', 'maintenance time cards maintenance staffs labors individual', 'time cards maintenance staffs labors individual records', 'cards maintenance staffs labors individual records maintenance', 'maintenance staffs labors individual records maintenance project', 'staffs labors individual records maintenance project advanced', 'labors individual records maintenance project advanced automobile', 'individual records maintenance project advanced automobile collision', 'records maintenance project advanced automobile collision avoidance', 'maintenance project advanced automobile collision avoidance blackbox', 'project advanced automobile collision avoidance blackbox car', 'computer knowledge proficient basic use ms office microsoft', 'knowledge proficient basic use ms office microsoft dynamics', 'proficient basic use ms office microsoft dynamics ax', 'basic use ms office microsoft dynamics ax software', 'use ms office microsoft dynamics ax software saiba', 'ms office microsoft dynamics ax software saiba softwareeducation', 'office microsoft dynamics ax software saiba softwareeducation details', 'microsoft dynamics ax software saiba softwareeducation details mba', 'dynamics ax software saiba softwareeducation details mba distance', 'ax software saiba softwareeducation details mba distance education', 'software saiba softwareeducation details mba distance education bharathiar', 'saiba softwareeducation details mba distance education bharathiar university', 'softwareeducation details mba distance education bharathiar university be', 'details mba distance education bharathiar university be pa', 'mba distance education bharathiar university be pa college', 'distance education bharathiar university be pa college engineering', 'education bharathiar university be pa college engineering technology', 'bharathiar university be pa college engineering technology hsc', 'university be pa college engineering technology hsc r', 'be pa college engineering technology hsc r v', 'pa college engineering technology hsc r v g', 'college engineering technology hsc r v g hr', 'engineering technology hsc r v g hr sec', 'technology hsc r v g hr sec school', 'hsc r v g hr sec school ssc', 'r v g hr sec school ssc g', 'v g hr sec school ssc g hr', 'g hr sec school ssc g hr sec', 'hr sec school ssc g hr sec school', 'sec school ssc g hr sec school hr', 'school ssc g hr sec school hr admin', 'ssc g hr sec school hr admin bharat', 'g hr sec school hr admin bharat skill', 'hr sec school hr admin bharat skill details', 'sec school hr admin bharat skill details dynamics', 'school hr admin bharat skill details dynamics exprience', 'hr admin bharat skill details dynamics exprience 6', 'admin bharat skill details dynamics exprience 6 months', 'bharat skill details dynamics exprience 6 months dynamics', 'skill details dynamics exprience 6 months dynamics ax', 'details dynamics exprience 6 months dynamics ax exprience', 'dynamics exprience 6 months dynamics ax exprience 6', 'exprience 6 months dynamics ax exprience 6 months', '6 months dynamics ax exprience 6 months microsoft', 'months dynamics ax exprience 6 months microsoft dynamics', 'dynamics ax exprience 6 months microsoft dynamics exprience', 'ax exprience 6 months microsoft dynamics exprience 6', 'exprience 6 months microsoft dynamics exprience 6 months', '6 months microsoft dynamics exprience 6 months microsoft', 'months microsoft dynamics exprience 6 months microsoft dynamics', 'microsoft dynamics exprience 6 months microsoft dynamics ax', 'dynamics exprience 6 months microsoft dynamics ax exprience', 'exprience 6 months microsoft dynamics ax exprience 6', '6 months microsoft dynamics ax exprience 6 months', 'months microsoft dynamics ax exprience 6 months ms', 'microsoft dynamics ax exprience 6 months ms office', 'dynamics ax exprience 6 months ms office exprience', 'ax exprience 6 months ms office exprience 6', 'exprience 6 months ms office exprience 6 monthscompany', '6 months ms office exprience 6 monthscompany details', 'months ms office exprience 6 monthscompany details company', 'ms office exprience 6 monthscompany details company sri', 'office exprience 6 monthscompany details company sri ramesh', 'exprience 6 monthscompany details company sri ramesh gaarment', '6 monthscompany details company sri ramesh gaarment description', 'monthscompany details company sri ramesh gaarment description tirupur', 'details company sri ramesh gaarment description tirupur administration', 'company sri ramesh gaarment description tirupur administration well', 'sri ramesh gaarment description tirupur administration well clients', 'ramesh gaarment description tirupur administration well clients service', 'gaarment description tirupur administration well clients service here', 'description tirupur administration well clients service here corporate', 'tirupur administration well clients service here corporate companies', 'administration well clients service here corporate companies insured', 'well clients service here corporate companies insured knowledge', 'clients service here corporate companies insured knowledge gathered', 'service here corporate companies insured knowledge gathered garments', 'here corporate companies insured knowledge gathered garments spinning', 'corporate companies insured knowledge gathered garments spinning mills', 'companies insured knowledge gathered garments spinning mills feb', 'insured knowledge gathered garments spinning mills feb 2018', 'knowledge gathered garments spinning mills feb 2018 still', 'gathered garments spinning mills feb 2018 still sri', 'garments spinning mills feb 2018 still sri ramesh', 'spinning mills feb 2018 still sri ramesh gaarment', 'mills feb 2018 still sri ramesh gaarment tirupur', 'feb 2018 still sri ramesh gaarment tirupur hr', '2018 still sri ramesh gaarment tirupur hr activities', 'still sri ramesh gaarment tirupur hr activities attendance', 'sri ramesh gaarment tirupur hr activities attendance maintenance', 'ramesh gaarment tirupur hr activities attendance maintenance time', 'gaarment tirupur hr activities attendance maintenance time cards', 'tirupur hr activities attendance maintenance time cards maintenance', 'hr activities attendance maintenance time cards maintenance staffs', 'activities attendance maintenance time cards maintenance staffs labors', 'attendance maintenance time cards maintenance staffs labors individual', 'maintenance time cards maintenance staffs labors individual records', 'time cards maintenance staffs labors individual records maintenance', 'cards maintenance staffs labors individual records maintenance project', 'maintenance staffs labors individual records maintenance project advanced', 'staffs labors individual records maintenance project advanced automobile', 'labors individual records maintenance project advanced automobile collision', 'individual records maintenance project advanced automobile collision avoidance', 'records maintenance project advanced automobile collision avoidance blackbox', 'maintenance project advanced automobile collision avoidance blackbox car', 'computer knowledge proficient basic use ms office microsoft dynamics', 'knowledge proficient basic use ms office microsoft dynamics ax', 'proficient basic use ms office microsoft dynamics ax software', 'basic use ms office microsoft dynamics ax software saiba', 'use ms office microsoft dynamics ax software saiba softwareeducation', 'ms office microsoft dynamics ax software saiba softwareeducation details', 'office microsoft dynamics ax software saiba softwareeducation details mba', 'microsoft dynamics ax software saiba softwareeducation details mba distance', 'dynamics ax software saiba softwareeducation details mba distance education', 'ax software saiba softwareeducation details mba distance education bharathiar', 'software saiba softwareeducation details mba distance education bharathiar university', 'saiba softwareeducation details mba distance education bharathiar university be', 'softwareeducation details mba distance education bharathiar university be pa', 'details mba distance education bharathiar university be pa college', 'mba distance education bharathiar university be pa college engineering', 'distance education bharathiar university be pa college engineering technology', 'education bharathiar university be pa college engineering technology hsc', 'bharathiar university be pa college engineering technology hsc r', 'university be pa college engineering technology hsc r v', 'be pa college engineering technology hsc r v g', 'pa college engineering technology hsc r v g hr', 'college engineering technology hsc r v g hr sec', 'engineering technology hsc r v g hr sec school', 'technology hsc r v g hr sec school ssc', 'hsc r v g hr sec school ssc g', 'r v g hr sec school ssc g hr', 'v g hr sec school ssc g hr sec', 'g hr sec school ssc g hr sec school', 'hr sec school ssc g hr sec school hr', 'sec school ssc g hr sec school hr admin', 'school ssc g hr sec school hr admin bharat', 'ssc g hr sec school hr admin bharat skill', 'g hr sec school hr admin bharat skill details', 'hr sec school hr admin bharat skill details dynamics', 'sec school hr admin bharat skill details dynamics exprience', 'school hr admin bharat skill details dynamics exprience 6', 'hr admin bharat skill details dynamics exprience 6 months', 'admin bharat skill details dynamics exprience 6 months dynamics', 'bharat skill details dynamics exprience 6 months dynamics ax', 'skill details dynamics exprience 6 months dynamics ax exprience', 'details dynamics exprience 6 months dynamics ax exprience 6', 'dynamics exprience 6 months dynamics ax exprience 6 months', 'exprience 6 months dynamics ax exprience 6 months microsoft', '6 months dynamics ax exprience 6 months microsoft dynamics', 'months dynamics ax exprience 6 months microsoft dynamics exprience', 'dynamics ax exprience 6 months microsoft dynamics exprience 6', 'ax exprience 6 months microsoft dynamics exprience 6 months', 'exprience 6 months microsoft dynamics exprience 6 months microsoft', '6 months microsoft dynamics exprience 6 months microsoft dynamics', 'months microsoft dynamics exprience 6 months microsoft dynamics ax', 'microsoft dynamics exprience 6 months microsoft dynamics ax exprience', 'dynamics exprience 6 months microsoft dynamics ax exprience 6', 'exprience 6 months microsoft dynamics ax exprience 6 months', '6 months microsoft dynamics ax exprience 6 months ms', 'months microsoft dynamics ax exprience 6 months ms office', 'microsoft dynamics ax exprience 6 months ms office exprience', 'dynamics ax exprience 6 months ms office exprience 6', 'ax exprience 6 months ms office exprience 6 monthscompany', 'exprience 6 months ms office exprience 6 monthscompany details', '6 months ms office exprience 6 monthscompany details company', 'months ms office exprience 6 monthscompany details company sri', 'ms office exprience 6 monthscompany details company sri ramesh', 'office exprience 6 monthscompany details company sri ramesh gaarment', 'exprience 6 monthscompany details company sri ramesh gaarment description', '6 monthscompany details company sri ramesh gaarment description tirupur', 'monthscompany details company sri ramesh gaarment description tirupur administration', 'details company sri ramesh gaarment description tirupur administration well', 'company sri ramesh gaarment description tirupur administration well clients', 'sri ramesh gaarment description tirupur administration well clients service', 'ramesh gaarment description tirupur administration well clients service here', 'gaarment description tirupur administration well clients service here corporate', 'description tirupur administration well clients service here corporate companies', 'tirupur administration well clients service here corporate companies insured', 'administration well clients service here corporate companies insured knowledge', 'well clients service here corporate companies insured knowledge gathered', 'clients service here corporate companies insured knowledge gathered garments', 'service here corporate companies insured knowledge gathered garments spinning', 'here corporate companies insured knowledge gathered garments spinning mills', 'corporate companies insured knowledge gathered garments spinning mills feb', 'companies insured knowledge gathered garments spinning mills feb 2018', 'insured knowledge gathered garments spinning mills feb 2018 still', 'knowledge gathered garments spinning mills feb 2018 still sri', 'gathered garments spinning mills feb 2018 still sri ramesh', 'garments spinning mills feb 2018 still sri ramesh gaarment', 'spinning mills feb 2018 still sri ramesh gaarment tirupur', 'mills feb 2018 still sri ramesh gaarment tirupur hr', 'feb 2018 still sri ramesh gaarment tirupur hr activities', '2018 still sri ramesh gaarment tirupur hr activities attendance', 'still sri ramesh gaarment tirupur hr activities attendance maintenance', 'sri ramesh gaarment tirupur hr activities attendance maintenance time', 'ramesh gaarment tirupur hr activities attendance maintenance time cards', 'gaarment tirupur hr activities attendance maintenance time cards maintenance', 'tirupur hr activities attendance maintenance time cards maintenance staffs', 'hr activities attendance maintenance time cards maintenance staffs labors', 'activities attendance maintenance time cards maintenance staffs labors individual', 'attendance maintenance time cards maintenance staffs labors individual records', 'maintenance time cards maintenance staffs labors individual records maintenance', 'time cards maintenance staffs labors individual records maintenance project', 'cards maintenance staffs labors individual records maintenance project advanced', 'maintenance staffs labors individual records maintenance project advanced automobile', 'staffs labors individual records maintenance project advanced automobile collision', 'labors individual records maintenance project advanced automobile collision avoidance', 'individual records maintenance project advanced automobile collision avoidance blackbox', 'records maintenance project advanced automobile collision avoidance blackbox car'], ['software', 'skills', 'general', 'computer', 'proficiency', 'program', 'langages', 'known', 'c', 'c', 'java', 'web', 'programming', 'tools', 'software', 'know', 'matlab', 'dbms', 'key', 'strengths', 'posse', 'good', 'communication', 'analytic', 'skills', 'positive', 'thinking', 'sincere', 'hard', 'work', 'honesty', 'responsibility', 'enthusiastic', 'learn', 'new', 'skills', 'take', 'new', 'tasks', 'self', 'motivated', 'ready', 'ept', 'challenges', 'education', 'details', 'january', '2014', 'january', '2017', 'be', 'computer', 'science', 'engineering', 'computer', 'science', 'engineering', 'adichunchanagiri', 'institute', 'technology', 'chikmagalur', 'hr', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'matlab', 'exprience', '6', 'monthscompany', 'details', 'company', 'yours', 'truly', 'description', 'jayashree', 'h', 'k', 'software skills', 'skills general', 'general computer', 'computer proficiency', 'proficiency program', 'program langages', 'langages known', 'known c', 'c c', 'c java', 'java web', 'web programming', 'programming tools', 'tools software', 'software know', 'know matlab', 'matlab dbms', 'dbms key', 'key strengths', 'strengths posse', 'posse good', 'good communication', 'communication analytic', 'analytic skills', 'skills positive', 'positive thinking', 'thinking sincere', 'sincere hard', 'hard work', 'work honesty', 'honesty responsibility', 'responsibility enthusiastic', 'enthusiastic learn', 'learn new', 'new skills', 'skills take', 'take new', 'new tasks', 'tasks self', 'self motivated', 'motivated ready', 'ready ept', 'ept challenges', 'challenges education', 'education details', 'details january', 'january 2014', '2014 january', 'january 2017', '2017 be', 'be computer', 'computer science', 'science engineering', 'engineering computer', 'computer science', 'science engineering', 'engineering adichunchanagiri', 'adichunchanagiri institute', 'institute technology', 'technology chikmagalur', 'chikmagalur hr', 'hr skill', 'skill details', 'details database', 'database management', 'management system', 'system exprience', 'exprience 6', '6 months', 'months dbms', 'dbms exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 6', '6 months', 'months matlab', 'matlab exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company yours', 'yours truly', 'truly description', 'description jayashree', 'jayashree h', 'h k', 'software skills general', 'skills general computer', 'general computer proficiency', 'computer proficiency program', 'proficiency program langages', 'program langages known', 'langages known c', 'known c c', 'c c java', 'c java web', 'java web programming', 'web programming tools', 'programming tools software', 'tools software know', 'software know matlab', 'know matlab dbms', 'matlab dbms key', 'dbms key strengths', 'key strengths posse', 'strengths posse good', 'posse good communication', 'good communication analytic', 'communication analytic skills', 'analytic skills positive', 'skills positive thinking', 'positive thinking sincere', 'thinking sincere hard', 'sincere hard work', 'hard work honesty', 'work honesty responsibility', 'honesty responsibility enthusiastic', 'responsibility enthusiastic learn', 'enthusiastic learn new', 'learn new skills', 'new skills take', 'skills take new', 'take new tasks', 'new tasks self', 'tasks self motivated', 'self motivated ready', 'motivated ready ept', 'ready ept challenges', 'ept challenges education', 'challenges education details', 'education details january', 'details january 2014', 'january 2014 january', '2014 january 2017', 'january 2017 be', '2017 be computer', 'be computer science', 'computer science engineering', 'science engineering computer', 'engineering computer science', 'computer science engineering', 'science engineering adichunchanagiri', 'engineering adichunchanagiri institute', 'adichunchanagiri institute technology', 'institute technology chikmagalur', 'technology chikmagalur hr', 'chikmagalur hr skill', 'hr skill details', 'skill details database', 'details database management', 'database management system', 'management system exprience', 'system exprience 6', 'exprience 6 months', '6 months dbms', 'months dbms exprience', 'dbms exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 6', 'exprience 6 months', '6 months matlab', 'months matlab exprience', 'matlab exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company yours', 'company yours truly', 'yours truly description', 'truly description jayashree', 'description jayashree h', 'jayashree h k', 'software skills general computer', 'skills general computer proficiency', 'general computer proficiency program', 'computer proficiency program langages', 'proficiency program langages known', 'program langages known c', 'langages known c c', 'known c c java', 'c c java web', 'c java web programming', 'java web programming tools', 'web programming tools software', 'programming tools software know', 'tools software know matlab', 'software know matlab dbms', 'know matlab dbms key', 'matlab dbms key strengths', 'dbms key strengths posse', 'key strengths posse good', 'strengths posse good communication', 'posse good communication analytic', 'good communication analytic skills', 'communication analytic skills positive', 'analytic skills positive thinking', 'skills positive thinking sincere', 'positive thinking sincere hard', 'thinking sincere hard work', 'sincere hard work honesty', 'hard work honesty responsibility', 'work honesty responsibility enthusiastic', 'honesty responsibility enthusiastic learn', 'responsibility enthusiastic learn new', 'enthusiastic learn new skills', 'learn new skills take', 'new skills take new', 'skills take new tasks', 'take new tasks self', 'new tasks self motivated', 'tasks self motivated ready', 'self motivated ready ept', 'motivated ready ept challenges', 'ready ept challenges education', 'ept challenges education details', 'challenges education details january', 'education details january 2014', 'details january 2014 january', 'january 2014 january 2017', '2014 january 2017 be', 'january 2017 be computer', '2017 be computer science', 'be computer science engineering', 'computer science engineering computer', 'science engineering computer science', 'engineering computer science engineering', 'computer science engineering adichunchanagiri', 'science engineering adichunchanagiri institute', 'engineering adichunchanagiri institute technology', 'adichunchanagiri institute technology chikmagalur', 'institute technology chikmagalur hr', 'technology chikmagalur hr skill', 'chikmagalur hr skill details', 'hr skill details database', 'skill details database management', 'details database management system', 'database management system exprience', 'management system exprience 6', 'system exprience 6 months', 'exprience 6 months dbms', '6 months dbms exprience', 'months dbms exprience 6', 'dbms exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 6', 'java exprience 6 months', 'exprience 6 months matlab', '6 months matlab exprience', 'months matlab exprience 6', 'matlab exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company yours', 'details company yours truly', 'company yours truly description', 'yours truly description jayashree', 'truly description jayashree h', 'description jayashree h k', 'software skills general computer proficiency', 'skills general computer proficiency program', 'general computer proficiency program langages', 'computer proficiency program langages known', 'proficiency program langages known c', 'program langages known c c', 'langages known c c java', 'known c c java web', 'c c java web programming', 'c java web programming tools', 'java web programming tools software', 'web programming tools software know', 'programming tools software know matlab', 'tools software know matlab dbms', 'software know matlab dbms key', 'know matlab dbms key strengths', 'matlab dbms key strengths posse', 'dbms key strengths posse good', 'key strengths posse good communication', 'strengths posse good communication analytic', 'posse good communication analytic skills', 'good communication analytic skills positive', 'communication analytic skills positive thinking', 'analytic skills positive thinking sincere', 'skills positive thinking sincere hard', 'positive thinking sincere hard work', 'thinking sincere hard work honesty', 'sincere hard work honesty responsibility', 'hard work honesty responsibility enthusiastic', 'work honesty responsibility enthusiastic learn', 'honesty responsibility enthusiastic learn new', 'responsibility enthusiastic learn new skills', 'enthusiastic learn new skills take', 'learn new skills take new', 'new skills take new tasks', 'skills take new tasks self', 'take new tasks self motivated', 'new tasks self motivated ready', 'tasks self motivated ready ept', 'self motivated ready ept challenges', 'motivated ready ept challenges education', 'ready ept challenges education details', 'ept challenges education details january', 'challenges education details january 2014', 'education details january 2014 january', 'details january 2014 january 2017', 'january 2014 january 2017 be', '2014 january 2017 be computer', 'january 2017 be computer science', '2017 be computer science engineering', 'be computer science engineering computer', 'computer science engineering computer science', 'science engineering computer science engineering', 'engineering computer science engineering adichunchanagiri', 'computer science engineering adichunchanagiri institute', 'science engineering adichunchanagiri institute technology', 'engineering adichunchanagiri institute technology chikmagalur', 'adichunchanagiri institute technology chikmagalur hr', 'institute technology chikmagalur hr skill', 'technology chikmagalur hr skill details', 'chikmagalur hr skill details database', 'hr skill details database management', 'skill details database management system', 'details database management system exprience', 'database management system exprience 6', 'management system exprience 6 months', 'system exprience 6 months dbms', 'exprience 6 months dbms exprience', '6 months dbms exprience 6', 'months dbms exprience 6 months', 'dbms exprience 6 months java', 'exprience 6 months java exprience', '6 months java exprience 6', 'months java exprience 6 months', 'java exprience 6 months matlab', 'exprience 6 months matlab exprience', '6 months matlab exprience 6', 'months matlab exprience 6 monthscompany', 'matlab exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company yours', 'monthscompany details company yours truly', 'details company yours truly description', 'company yours truly description jayashree', 'yours truly description jayashree h', 'truly description jayashree h k', 'software skills general computer proficiency program', 'skills general computer proficiency program langages', 'general computer proficiency program langages known', 'computer proficiency program langages known c', 'proficiency program langages known c c', 'program langages known c c java', 'langages known c c java web', 'known c c java web programming', 'c c java web programming tools', 'c java web programming tools software', 'java web programming tools software know', 'web programming tools software know matlab', 'programming tools software know matlab dbms', 'tools software know matlab dbms key', 'software know matlab dbms key strengths', 'know matlab dbms key strengths posse', 'matlab dbms key strengths posse good', 'dbms key strengths posse good communication', 'key strengths posse good communication analytic', 'strengths posse good communication analytic skills', 'posse good communication analytic skills positive', 'good communication analytic skills positive thinking', 'communication analytic skills positive thinking sincere', 'analytic skills positive thinking sincere hard', 'skills positive thinking sincere hard work', 'positive thinking sincere hard work honesty', 'thinking sincere hard work honesty responsibility', 'sincere hard work honesty responsibility enthusiastic', 'hard work honesty responsibility enthusiastic learn', 'work honesty responsibility enthusiastic learn new', 'honesty responsibility enthusiastic learn new skills', 'responsibility enthusiastic learn new skills take', 'enthusiastic learn new skills take new', 'learn new skills take new tasks', 'new skills take new tasks self', 'skills take new tasks self motivated', 'take new tasks self motivated ready', 'new tasks self motivated ready ept', 'tasks self motivated ready ept challenges', 'self motivated ready ept challenges education', 'motivated ready ept challenges education details', 'ready ept challenges education details january', 'ept challenges education details january 2014', 'challenges education details january 2014 january', 'education details january 2014 january 2017', 'details january 2014 january 2017 be', 'january 2014 january 2017 be computer', '2014 january 2017 be computer science', 'january 2017 be computer science engineering', '2017 be computer science engineering computer', 'be computer science engineering computer science', 'computer science engineering computer science engineering', 'science engineering computer science engineering adichunchanagiri', 'engineering computer science engineering adichunchanagiri institute', 'computer science engineering adichunchanagiri institute technology', 'science engineering adichunchanagiri institute technology chikmagalur', 'engineering adichunchanagiri institute technology chikmagalur hr', 'adichunchanagiri institute technology chikmagalur hr skill', 'institute technology chikmagalur hr skill details', 'technology chikmagalur hr skill details database', 'chikmagalur hr skill details database management', 'hr skill details database management system', 'skill details database management system exprience', 'details database management system exprience 6', 'database management system exprience 6 months', 'management system exprience 6 months dbms', 'system exprience 6 months dbms exprience', 'exprience 6 months dbms exprience 6', '6 months dbms exprience 6 months', 'months dbms exprience 6 months java', 'dbms exprience 6 months java exprience', 'exprience 6 months java exprience 6', '6 months java exprience 6 months', 'months java exprience 6 months matlab', 'java exprience 6 months matlab exprience', 'exprience 6 months matlab exprience 6', '6 months matlab exprience 6 monthscompany', 'months matlab exprience 6 monthscompany details', 'matlab exprience 6 monthscompany details company', 'exprience 6 monthscompany details company yours', '6 monthscompany details company yours truly', 'monthscompany details company yours truly description', 'details company yours truly description jayashree', 'company yours truly description jayashree h', 'yours truly description jayashree h k', 'software skills general computer proficiency program langages', 'skills general computer proficiency program langages known', 'general computer proficiency program langages known c', 'computer proficiency program langages known c c', 'proficiency program langages known c c java', 'program langages known c c java web', 'langages known c c java web programming', 'known c c java web programming tools', 'c c java web programming tools software', 'c java web programming tools software know', 'java web programming tools software know matlab', 'web programming tools software know matlab dbms', 'programming tools software know matlab dbms key', 'tools software know matlab dbms key strengths', 'software know matlab dbms key strengths posse', 'know matlab dbms key strengths posse good', 'matlab dbms key strengths posse good communication', 'dbms key strengths posse good communication analytic', 'key strengths posse good communication analytic skills', 'strengths posse good communication analytic skills positive', 'posse good communication analytic skills positive thinking', 'good communication analytic skills positive thinking sincere', 'communication analytic skills positive thinking sincere hard', 'analytic skills positive thinking sincere hard work', 'skills positive thinking sincere hard work honesty', 'positive thinking sincere hard work honesty responsibility', 'thinking sincere hard work honesty responsibility enthusiastic', 'sincere hard work honesty responsibility enthusiastic learn', 'hard work honesty responsibility enthusiastic learn new', 'work honesty responsibility enthusiastic learn new skills', 'honesty responsibility enthusiastic learn new skills take', 'responsibility enthusiastic learn new skills take new', 'enthusiastic learn new skills take new tasks', 'learn new skills take new tasks self', 'new skills take new tasks self motivated', 'skills take new tasks self motivated ready', 'take new tasks self motivated ready ept', 'new tasks self motivated ready ept challenges', 'tasks self motivated ready ept challenges education', 'self motivated ready ept challenges education details', 'motivated ready ept challenges education details january', 'ready ept challenges education details january 2014', 'ept challenges education details january 2014 january', 'challenges education details january 2014 january 2017', 'education details january 2014 january 2017 be', 'details january 2014 january 2017 be computer', 'january 2014 january 2017 be computer science', '2014 january 2017 be computer science engineering', 'january 2017 be computer science engineering computer', '2017 be computer science engineering computer science', 'be computer science engineering computer science engineering', 'computer science engineering computer science engineering adichunchanagiri', 'science engineering computer science engineering adichunchanagiri institute', 'engineering computer science engineering adichunchanagiri institute technology', 'computer science engineering adichunchanagiri institute technology chikmagalur', 'science engineering adichunchanagiri institute technology chikmagalur hr', 'engineering adichunchanagiri institute technology chikmagalur hr skill', 'adichunchanagiri institute technology chikmagalur hr skill details', 'institute technology chikmagalur hr skill details database', 'technology chikmagalur hr skill details database management', 'chikmagalur hr skill details database management system', 'hr skill details database management system exprience', 'skill details database management system exprience 6', 'details database management system exprience 6 months', 'database management system exprience 6 months dbms', 'management system exprience 6 months dbms exprience', 'system exprience 6 months dbms exprience 6', 'exprience 6 months dbms exprience 6 months', '6 months dbms exprience 6 months java', 'months dbms exprience 6 months java exprience', 'dbms exprience 6 months java exprience 6', 'exprience 6 months java exprience 6 months', '6 months java exprience 6 months matlab', 'months java exprience 6 months matlab exprience', 'java exprience 6 months matlab exprience 6', 'exprience 6 months matlab exprience 6 monthscompany', '6 months matlab exprience 6 monthscompany details', 'months matlab exprience 6 monthscompany details company', 'matlab exprience 6 monthscompany details company yours', 'exprience 6 monthscompany details company yours truly', '6 monthscompany details company yours truly description', 'monthscompany details company yours truly description jayashree', 'details company yours truly description jayashree h', 'company yours truly description jayashree h k', 'software skills general computer proficiency program langages known', 'skills general computer proficiency program langages known c', 'general computer proficiency program langages known c c', 'computer proficiency program langages known c c java', 'proficiency program langages known c c java web', 'program langages known c c java web programming', 'langages known c c java web programming tools', 'known c c java web programming tools software', 'c c java web programming tools software know', 'c java web programming tools software know matlab', 'java web programming tools software know matlab dbms', 'web programming tools software know matlab dbms key', 'programming tools software know matlab dbms key strengths', 'tools software know matlab dbms key strengths posse', 'software know matlab dbms key strengths posse good', 'know matlab dbms key strengths posse good communication', 'matlab dbms key strengths posse good communication analytic', 'dbms key strengths posse good communication analytic skills', 'key strengths posse good communication analytic skills positive', 'strengths posse good communication analytic skills positive thinking', 'posse good communication analytic skills positive thinking sincere', 'good communication analytic skills positive thinking sincere hard', 'communication analytic skills positive thinking sincere hard work', 'analytic skills positive thinking sincere hard work honesty', 'skills positive thinking sincere hard work honesty responsibility', 'positive thinking sincere hard work honesty responsibility enthusiastic', 'thinking sincere hard work honesty responsibility enthusiastic learn', 'sincere hard work honesty responsibility enthusiastic learn new', 'hard work honesty responsibility enthusiastic learn new skills', 'work honesty responsibility enthusiastic learn new skills take', 'honesty responsibility enthusiastic learn new skills take new', 'responsibility enthusiastic learn new skills take new tasks', 'enthusiastic learn new skills take new tasks self', 'learn new skills take new tasks self motivated', 'new skills take new tasks self motivated ready', 'skills take new tasks self motivated ready ept', 'take new tasks self motivated ready ept challenges', 'new tasks self motivated ready ept challenges education', 'tasks self motivated ready ept challenges education details', 'self motivated ready ept challenges education details january', 'motivated ready ept challenges education details january 2014', 'ready ept challenges education details january 2014 january', 'ept challenges education details january 2014 january 2017', 'challenges education details january 2014 january 2017 be', 'education details january 2014 january 2017 be computer', 'details january 2014 january 2017 be computer science', 'january 2014 january 2017 be computer science engineering', '2014 january 2017 be computer science engineering computer', 'january 2017 be computer science engineering computer science', '2017 be computer science engineering computer science engineering', 'be computer science engineering computer science engineering adichunchanagiri', 'computer science engineering computer science engineering adichunchanagiri institute', 'science engineering computer science engineering adichunchanagiri institute technology', 'engineering computer science engineering adichunchanagiri institute technology chikmagalur', 'computer science engineering adichunchanagiri institute technology chikmagalur hr', 'science engineering adichunchanagiri institute technology chikmagalur hr skill', 'engineering adichunchanagiri institute technology chikmagalur hr skill details', 'adichunchanagiri institute technology chikmagalur hr skill details database', 'institute technology chikmagalur hr skill details database management', 'technology chikmagalur hr skill details database management system', 'chikmagalur hr skill details database management system exprience', 'hr skill details database management system exprience 6', 'skill details database management system exprience 6 months', 'details database management system exprience 6 months dbms', 'database management system exprience 6 months dbms exprience', 'management system exprience 6 months dbms exprience 6', 'system exprience 6 months dbms exprience 6 months', 'exprience 6 months dbms exprience 6 months java', '6 months dbms exprience 6 months java exprience', 'months dbms exprience 6 months java exprience 6', 'dbms exprience 6 months java exprience 6 months', 'exprience 6 months java exprience 6 months matlab', '6 months java exprience 6 months matlab exprience', 'months java exprience 6 months matlab exprience 6', 'java exprience 6 months matlab exprience 6 monthscompany', 'exprience 6 months matlab exprience 6 monthscompany details', '6 months matlab exprience 6 monthscompany details company', 'months matlab exprience 6 monthscompany details company yours', 'matlab exprience 6 monthscompany details company yours truly', 'exprience 6 monthscompany details company yours truly description', '6 monthscompany details company yours truly description jayashree', 'monthscompany details company yours truly description jayashree h', 'details company yours truly description jayashree h k', 'software skills general computer proficiency program langages known c', 'skills general computer proficiency program langages known c c', 'general computer proficiency program langages known c c java', 'computer proficiency program langages known c c java web', 'proficiency program langages known c c java web programming', 'program langages known c c java web programming tools', 'langages known c c java web programming tools software', 'known c c java web programming tools software know', 'c c java web programming tools software know matlab', 'c java web programming tools software know matlab dbms', 'java web programming tools software know matlab dbms key', 'web programming tools software know matlab dbms key strengths', 'programming tools software know matlab dbms key strengths posse', 'tools software know matlab dbms key strengths posse good', 'software know matlab dbms key strengths posse good communication', 'know matlab dbms key strengths posse good communication analytic', 'matlab dbms key strengths posse good communication analytic skills', 'dbms key strengths posse good communication analytic skills positive', 'key strengths posse good communication analytic skills positive thinking', 'strengths posse good communication analytic skills positive thinking sincere', 'posse good communication analytic skills positive thinking sincere hard', 'good communication analytic skills positive thinking sincere hard work', 'communication analytic skills positive thinking sincere hard work honesty', 'analytic skills positive thinking sincere hard work honesty responsibility', 'skills positive thinking sincere hard work honesty responsibility enthusiastic', 'positive thinking sincere hard work honesty responsibility enthusiastic learn', 'thinking sincere hard work honesty responsibility enthusiastic learn new', 'sincere hard work honesty responsibility enthusiastic learn new skills', 'hard work honesty responsibility enthusiastic learn new skills take', 'work honesty responsibility enthusiastic learn new skills take new', 'honesty responsibility enthusiastic learn new skills take new tasks', 'responsibility enthusiastic learn new skills take new tasks self', 'enthusiastic learn new skills take new tasks self motivated', 'learn new skills take new tasks self motivated ready', 'new skills take new tasks self motivated ready ept', 'skills take new tasks self motivated ready ept challenges', 'take new tasks self motivated ready ept challenges education', 'new tasks self motivated ready ept challenges education details', 'tasks self motivated ready ept challenges education details january', 'self motivated ready ept challenges education details january 2014', 'motivated ready ept challenges education details january 2014 january', 'ready ept challenges education details january 2014 january 2017', 'ept challenges education details january 2014 january 2017 be', 'challenges education details january 2014 january 2017 be computer', 'education details january 2014 january 2017 be computer science', 'details january 2014 january 2017 be computer science engineering', 'january 2014 january 2017 be computer science engineering computer', '2014 january 2017 be computer science engineering computer science', 'january 2017 be computer science engineering computer science engineering', '2017 be computer science engineering computer science engineering adichunchanagiri', 'be computer science engineering computer science engineering adichunchanagiri institute', 'computer science engineering computer science engineering adichunchanagiri institute technology', 'science engineering computer science engineering adichunchanagiri institute technology chikmagalur', 'engineering computer science engineering adichunchanagiri institute technology chikmagalur hr', 'computer science engineering adichunchanagiri institute technology chikmagalur hr skill', 'science engineering adichunchanagiri institute technology chikmagalur hr skill details', 'engineering adichunchanagiri institute technology chikmagalur hr skill details database', 'adichunchanagiri institute technology chikmagalur hr skill details database management', 'institute technology chikmagalur hr skill details database management system', 'technology chikmagalur hr skill details database management system exprience', 'chikmagalur hr skill details database management system exprience 6', 'hr skill details database management system exprience 6 months', 'skill details database management system exprience 6 months dbms', 'details database management system exprience 6 months dbms exprience', 'database management system exprience 6 months dbms exprience 6', 'management system exprience 6 months dbms exprience 6 months', 'system exprience 6 months dbms exprience 6 months java', 'exprience 6 months dbms exprience 6 months java exprience', '6 months dbms exprience 6 months java exprience 6', 'months dbms exprience 6 months java exprience 6 months', 'dbms exprience 6 months java exprience 6 months matlab', 'exprience 6 months java exprience 6 months matlab exprience', '6 months java exprience 6 months matlab exprience 6', 'months java exprience 6 months matlab exprience 6 monthscompany', 'java exprience 6 months matlab exprience 6 monthscompany details', 'exprience 6 months matlab exprience 6 monthscompany details company', '6 months matlab exprience 6 monthscompany details company yours', 'months matlab exprience 6 monthscompany details company yours truly', 'matlab exprience 6 monthscompany details company yours truly description', 'exprience 6 monthscompany details company yours truly description jayashree', '6 monthscompany details company yours truly description jayashree h', 'monthscompany details company yours truly description jayashree h k'], ['technical', 'qualifications', 'windows', 'ms', 'officeeducation', 'details', 'll', 'b', 'guwahati', 'assam', 'university', 'law', 'college', 'guwahati', 'university', 'b', 'sc', 'jagiroad', 'assam', 'in', 'jagiroad', 'college', 'morigaon', 'college', 'advocate', 'advocate', 'gauhati', 'high', 'court', 'skill', 'details', 'company', 'details', 'company', 'gauhati', 'high', 'court', 'description', 'gauhati', 'high', 'court', 'subordinate', 'courts', 'tribunals', 'statutory', 'bodies', 'guwahati', '2008', 'numerous', 'experiences', 'civil', 'criminal', 'cases', 'cases', 'consumer', 'forum', 'handling', 'good', 'number', 'civil', 'well', 'criminal', 'matters', 'district', 'sessions', 'judge', 'court', 'judge', 'court', 'c', 'j', 'm', 'court', 'consumer', 'forum', 'also', 'high', 'court', 'working', 'executive', 'legal', 'hindustan', 'paper', 'corporation', 'limited', 'a', 'govt', 'india', 'enterprise', 'nagaon', 'paper', 'mill', 'since', 'jan', '2012', 'strength', 'adaptability', 'a', 'penchant', 'adapt', 'conditions', 'level', 'environment', 'ordance', 'requirement', 'given', 'situation', 'interpersonal', 'an', 'extrovert', 'core', 'prefer', 'interact', 'people', 'walks', 'life', 'varying', 'strata', 'society', 'ability', 'quickly', 'establish', 'rapport', 'others', 'team', 'work', 'enjoy', 'part', 'group', 'achieve', 'combined', 'goals', 'roles', 'and', 'responsibilities', 'at', 'hpc', 'ltd', 'assisting', 'briefing', 'counsels', 'matters', 'relating', 'nagaon', 'paper', 'mill', 'cachar', 'paper', 'mill', 'also', 'nagaland', 'pulp', 'paper', 'corporation', 'ltd', 'the', 'task', 'legal', 'vetting', 'nibs', 'nits', 'terms', 'conditions', 'etc', 'providing', 'legal', 'views', 'protect', 'interest', 'corporation', 'assisting', 'formulation', 'drafting', 'disciplinary', 'matters', 'liaisoning', 'local', 'bodies', 'also', 'forums', 'technical qualifications', 'qualifications windows', 'windows ms', 'ms officeeducation', 'officeeducation details', 'details ll', 'll b', 'b guwahati', 'guwahati assam', 'assam university', 'university law', 'law college', 'college guwahati', 'guwahati university', 'university b', 'b sc', 'sc jagiroad', 'jagiroad assam', 'assam in', 'in jagiroad', 'jagiroad college', 'college morigaon', 'morigaon college', 'college advocate', 'advocate advocate', 'advocate gauhati', 'gauhati high', 'high court', 'court skill', 'skill details', 'details company', 'company details', 'details company', 'company gauhati', 'gauhati high', 'high court', 'court description', 'description gauhati', 'gauhati high', 'high court', 'court subordinate', 'subordinate courts', 'courts tribunals', 'tribunals statutory', 'statutory bodies', 'bodies guwahati', 'guwahati 2008', '2008 numerous', 'numerous experiences', 'experiences civil', 'civil criminal', 'criminal cases', 'cases cases', 'cases consumer', 'consumer forum', 'forum handling', 'handling good', 'good number', 'number civil', 'civil well', 'well criminal', 'criminal matters', 'matters district', 'district sessions', 'sessions judge', 'judge court', 'court judge', 'judge court', 'court c', 'c j', 'j m', 'm court', 'court consumer', 'consumer forum', 'forum also', 'also high', 'high court', 'court working', 'working executive', 'executive legal', 'legal hindustan', 'hindustan paper', 'paper corporation', 'corporation limited', 'limited a', 'a govt', 'govt india', 'india enterprise', 'enterprise nagaon', 'nagaon paper', 'paper mill', 'mill since', 'since jan', 'jan 2012', '2012 strength', 'strength adaptability', 'adaptability a', 'a penchant', 'penchant adapt', 'adapt conditions', 'conditions level', 'level environment', 'environment ordance', 'ordance requirement', 'requirement given', 'given situation', 'situation interpersonal', 'interpersonal an', 'an extrovert', 'extrovert core', 'core prefer', 'prefer interact', 'interact people', 'people walks', 'walks life', 'life varying', 'varying strata', 'strata society', 'society ability', 'ability quickly', 'quickly establish', 'establish rapport', 'rapport others', 'others team', 'team work', 'work enjoy', 'enjoy part', 'part group', 'group achieve', 'achieve combined', 'combined goals', 'goals roles', 'roles and', 'and responsibilities', 'responsibilities at', 'at hpc', 'hpc ltd', 'ltd assisting', 'assisting briefing', 'briefing counsels', 'counsels matters', 'matters relating', 'relating nagaon', 'nagaon paper', 'paper mill', 'mill cachar', 'cachar paper', 'paper mill', 'mill also', 'also nagaland', 'nagaland pulp', 'pulp paper', 'paper corporation', 'corporation ltd', 'ltd the', 'the task', 'task legal', 'legal vetting', 'vetting nibs', 'nibs nits', 'nits terms', 'terms conditions', 'conditions etc', 'etc providing', 'providing legal', 'legal views', 'views protect', 'protect interest', 'interest corporation', 'corporation assisting', 'assisting formulation', 'formulation drafting', 'drafting disciplinary', 'disciplinary matters', 'matters liaisoning', 'liaisoning local', 'local bodies', 'bodies also', 'also forums', 'technical qualifications windows', 'qualifications windows ms', 'windows ms officeeducation', 'ms officeeducation details', 'officeeducation details ll', 'details ll b', 'll b guwahati', 'b guwahati assam', 'guwahati assam university', 'assam university law', 'university law college', 'law college guwahati', 'college guwahati university', 'guwahati university b', 'university b sc', 'b sc jagiroad', 'sc jagiroad assam', 'jagiroad assam in', 'assam in jagiroad', 'in jagiroad college', 'jagiroad college morigaon', 'college morigaon college', 'morigaon college advocate', 'college advocate advocate', 'advocate advocate gauhati', 'advocate gauhati high', 'gauhati high court', 'high court skill', 'court skill details', 'skill details company', 'details company details', 'company details company', 'details company gauhati', 'company gauhati high', 'gauhati high court', 'high court description', 'court description gauhati', 'description gauhati high', 'gauhati high court', 'high court subordinate', 'court subordinate courts', 'subordinate courts tribunals', 'courts tribunals statutory', 'tribunals statutory bodies', 'statutory bodies guwahati', 'bodies guwahati 2008', 'guwahati 2008 numerous', '2008 numerous experiences', 'numerous experiences civil', 'experiences civil criminal', 'civil criminal cases', 'criminal cases cases', 'cases cases consumer', 'cases consumer forum', 'consumer forum handling', 'forum handling good', 'handling good number', 'good number civil', 'number civil well', 'civil well criminal', 'well criminal matters', 'criminal matters district', 'matters district sessions', 'district sessions judge', 'sessions judge court', 'judge court judge', 'court judge court', 'judge court c', 'court c j', 'c j m', 'j m court', 'm court consumer', 'court consumer forum', 'consumer forum also', 'forum also high', 'also high court', 'high court working', 'court working executive', 'working executive legal', 'executive legal hindustan', 'legal hindustan paper', 'hindustan paper corporation', 'paper corporation limited', 'corporation limited a', 'limited a govt', 'a govt india', 'govt india enterprise', 'india enterprise nagaon', 'enterprise nagaon paper', 'nagaon paper mill', 'paper mill since', 'mill since jan', 'since jan 2012', 'jan 2012 strength', '2012 strength adaptability', 'strength adaptability a', 'adaptability a penchant', 'a penchant adapt', 'penchant adapt conditions', 'adapt conditions level', 'conditions level environment', 'level environment ordance', 'environment ordance requirement', 'ordance requirement given', 'requirement given situation', 'given situation interpersonal', 'situation interpersonal an', 'interpersonal an extrovert', 'an extrovert core', 'extrovert core prefer', 'core prefer interact', 'prefer interact people', 'interact people walks', 'people walks life', 'walks life varying', 'life varying strata', 'varying strata society', 'strata society ability', 'society ability quickly', 'ability quickly establish', 'quickly establish rapport', 'establish rapport others', 'rapport others team', 'others team work', 'team work enjoy', 'work enjoy part', 'enjoy part group', 'part group achieve', 'group achieve combined', 'achieve combined goals', 'combined goals roles', 'goals roles and', 'roles and responsibilities', 'and responsibilities at', 'responsibilities at hpc', 'at hpc ltd', 'hpc ltd assisting', 'ltd assisting briefing', 'assisting briefing counsels', 'briefing counsels matters', 'counsels matters relating', 'matters relating nagaon', 'relating nagaon paper', 'nagaon paper mill', 'paper mill cachar', 'mill cachar paper', 'cachar paper mill', 'paper mill also', 'mill also nagaland', 'also nagaland pulp', 'nagaland pulp paper', 'pulp paper corporation', 'paper corporation ltd', 'corporation ltd the', 'ltd the task', 'the task legal', 'task legal vetting', 'legal vetting nibs', 'vetting nibs nits', 'nibs nits terms', 'nits terms conditions', 'terms conditions etc', 'conditions etc providing', 'etc providing legal', 'providing legal views', 'legal views protect', 'views protect interest', 'protect interest corporation', 'interest corporation assisting', 'corporation assisting formulation', 'assisting formulation drafting', 'formulation drafting disciplinary', 'drafting disciplinary matters', 'disciplinary matters liaisoning', 'matters liaisoning local', 'liaisoning local bodies', 'local bodies also', 'bodies also forums', 'technical qualifications windows ms', 'qualifications windows ms officeeducation', 'windows ms officeeducation details', 'ms officeeducation details ll', 'officeeducation details ll b', 'details ll b guwahati', 'll b guwahati assam', 'b guwahati assam university', 'guwahati assam university law', 'assam university law college', 'university law college guwahati', 'law college guwahati university', 'college guwahati university b', 'guwahati university b sc', 'university b sc jagiroad', 'b sc jagiroad assam', 'sc jagiroad assam in', 'jagiroad assam in jagiroad', 'assam in jagiroad college', 'in jagiroad college morigaon', 'jagiroad college morigaon college', 'college morigaon college advocate', 'morigaon college advocate advocate', 'college advocate advocate gauhati', 'advocate advocate gauhati high', 'advocate gauhati high court', 'gauhati high court skill', 'high court skill details', 'court skill details company', 'skill details company details', 'details company details company', 'company details company gauhati', 'details company gauhati high', 'company gauhati high court', 'gauhati high court description', 'high court description gauhati', 'court description gauhati high', 'description gauhati high court', 'gauhati high court subordinate', 'high court subordinate courts', 'court subordinate courts tribunals', 'subordinate courts tribunals statutory', 'courts tribunals statutory bodies', 'tribunals statutory bodies guwahati', 'statutory bodies guwahati 2008', 'bodies guwahati 2008 numerous', 'guwahati 2008 numerous experiences', '2008 numerous experiences civil', 'numerous experiences civil criminal', 'experiences civil criminal cases', 'civil criminal cases cases', 'criminal cases cases consumer', 'cases cases consumer forum', 'cases consumer forum handling', 'consumer forum handling good', 'forum handling good number', 'handling good number civil', 'good number civil well', 'number civil well criminal', 'civil well criminal matters', 'well criminal matters district', 'criminal matters district sessions', 'matters district sessions judge', 'district sessions judge court', 'sessions judge court judge', 'judge court judge court', 'court judge court c', 'judge court c j', 'court c j m', 'c j m court', 'j m court consumer', 'm court consumer forum', 'court consumer forum also', 'consumer forum also high', 'forum also high court', 'also high court working', 'high court working executive', 'court working executive legal', 'working executive legal hindustan', 'executive legal hindustan paper', 'legal hindustan paper corporation', 'hindustan paper corporation limited', 'paper corporation limited a', 'corporation limited a govt', 'limited a govt india', 'a govt india enterprise', 'govt india enterprise nagaon', 'india enterprise nagaon paper', 'enterprise nagaon paper mill', 'nagaon paper mill since', 'paper mill since jan', 'mill since jan 2012', 'since jan 2012 strength', 'jan 2012 strength adaptability', '2012 strength adaptability a', 'strength adaptability a penchant', 'adaptability a penchant adapt', 'a penchant adapt conditions', 'penchant adapt conditions level', 'adapt conditions level environment', 'conditions level environment ordance', 'level environment ordance requirement', 'environment ordance requirement given', 'ordance requirement given situation', 'requirement given situation interpersonal', 'given situation interpersonal an', 'situation interpersonal an extrovert', 'interpersonal an extrovert core', 'an extrovert core prefer', 'extrovert core prefer interact', 'core prefer interact people', 'prefer interact people walks', 'interact people walks life', 'people walks life varying', 'walks life varying strata', 'life varying strata society', 'varying strata society ability', 'strata society ability quickly', 'society ability quickly establish', 'ability quickly establish rapport', 'quickly establish rapport others', 'establish rapport others team', 'rapport others team work', 'others team work enjoy', 'team work enjoy part', 'work enjoy part group', 'enjoy part group achieve', 'part group achieve combined', 'group achieve combined goals', 'achieve combined goals roles', 'combined goals roles and', 'goals roles and responsibilities', 'roles and responsibilities at', 'and responsibilities at hpc', 'responsibilities at hpc ltd', 'at hpc ltd assisting', 'hpc ltd assisting briefing', 'ltd assisting briefing counsels', 'assisting briefing counsels matters', 'briefing counsels matters relating', 'counsels matters relating nagaon', 'matters relating nagaon paper', 'relating nagaon paper mill', 'nagaon paper mill cachar', 'paper mill cachar paper', 'mill cachar paper mill', 'cachar paper mill also', 'paper mill also nagaland', 'mill also nagaland pulp', 'also nagaland pulp paper', 'nagaland pulp paper corporation', 'pulp paper corporation ltd', 'paper corporation ltd the', 'corporation ltd the task', 'ltd the task legal', 'the task legal vetting', 'task legal vetting nibs', 'legal vetting nibs nits', 'vetting nibs nits terms', 'nibs nits terms conditions', 'nits terms conditions etc', 'terms conditions etc providing', 'conditions etc providing legal', 'etc providing legal views', 'providing legal views protect', 'legal views protect interest', 'views protect interest corporation', 'protect interest corporation assisting', 'interest corporation assisting formulation', 'corporation assisting formulation drafting', 'assisting formulation drafting disciplinary', 'formulation drafting disciplinary matters', 'drafting disciplinary matters liaisoning', 'disciplinary matters liaisoning local', 'matters liaisoning local bodies', 'liaisoning local bodies also', 'local bodies also forums', 'technical qualifications windows ms officeeducation', 'qualifications windows ms officeeducation details', 'windows ms officeeducation details ll', 'ms officeeducation details ll b', 'officeeducation details ll b guwahati', 'details ll b guwahati assam', 'll b guwahati assam university', 'b guwahati assam university law', 'guwahati assam university law college', 'assam university law college guwahati', 'university law college guwahati university', 'law college guwahati university b', 'college guwahati university b sc', 'guwahati university b sc jagiroad', 'university b sc jagiroad assam', 'b sc jagiroad assam in', 'sc jagiroad assam in jagiroad', 'jagiroad assam in jagiroad college', 'assam in jagiroad college morigaon', 'in jagiroad college morigaon college', 'jagiroad college morigaon college advocate', 'college morigaon college advocate advocate', 'morigaon college advocate advocate gauhati', 'college advocate advocate gauhati high', 'advocate advocate gauhati high court', 'advocate gauhati high court skill', 'gauhati high court skill details', 'high court skill details company', 'court skill details company details', 'skill details company details company', 'details company details company gauhati', 'company details company gauhati high', 'details company gauhati high court', 'company gauhati high court description', 'gauhati high court description gauhati', 'high court description gauhati high', 'court description gauhati high court', 'description gauhati high court subordinate', 'gauhati high court subordinate courts', 'high court subordinate courts tribunals', 'court subordinate courts tribunals statutory', 'subordinate courts tribunals statutory bodies', 'courts tribunals statutory bodies guwahati', 'tribunals statutory bodies guwahati 2008', 'statutory bodies guwahati 2008 numerous', 'bodies guwahati 2008 numerous experiences', 'guwahati 2008 numerous experiences civil', '2008 numerous experiences civil criminal', 'numerous experiences civil criminal cases', 'experiences civil criminal cases cases', 'civil criminal cases cases consumer', 'criminal cases cases consumer forum', 'cases cases consumer forum handling', 'cases consumer forum handling good', 'consumer forum handling good number', 'forum handling good number civil', 'handling good number civil well', 'good number civil well criminal', 'number civil well criminal matters', 'civil well criminal matters district', 'well criminal matters district sessions', 'criminal matters district sessions judge', 'matters district sessions judge court', 'district sessions judge court judge', 'sessions judge court judge court', 'judge court judge court c', 'court judge court c j', 'judge court c j m', 'court c j m court', 'c j m court consumer', 'j m court consumer forum', 'm court consumer forum also', 'court consumer forum also high', 'consumer forum also high court', 'forum also high court working', 'also high court working executive', 'high court working executive legal', 'court working executive legal hindustan', 'working executive legal hindustan paper', 'executive legal hindustan paper corporation', 'legal hindustan paper corporation limited', 'hindustan paper corporation limited a', 'paper corporation limited a govt', 'corporation limited a govt india', 'limited a govt india enterprise', 'a govt india enterprise nagaon', 'govt india enterprise nagaon paper', 'india enterprise nagaon paper mill', 'enterprise nagaon paper mill since', 'nagaon paper mill since jan', 'paper mill since jan 2012', 'mill since jan 2012 strength', 'since jan 2012 strength adaptability', 'jan 2012 strength adaptability a', '2012 strength adaptability a penchant', 'strength adaptability a penchant adapt', 'adaptability a penchant adapt conditions', 'a penchant adapt conditions level', 'penchant adapt conditions level environment', 'adapt conditions level environment ordance', 'conditions level environment ordance requirement', 'level environment ordance requirement given', 'environment ordance requirement given situation', 'ordance requirement given situation interpersonal', 'requirement given situation interpersonal an', 'given situation interpersonal an extrovert', 'situation interpersonal an extrovert core', 'interpersonal an extrovert core prefer', 'an extrovert core prefer interact', 'extrovert core prefer interact people', 'core prefer interact people walks', 'prefer interact people walks life', 'interact people walks life varying', 'people walks life varying strata', 'walks life varying strata society', 'life varying strata society ability', 'varying strata society ability quickly', 'strata society ability quickly establish', 'society ability quickly establish rapport', 'ability quickly establish rapport others', 'quickly establish rapport others team', 'establish rapport others team work', 'rapport others team work enjoy', 'others team work enjoy part', 'team work enjoy part group', 'work enjoy part group achieve', 'enjoy part group achieve combined', 'part group achieve combined goals', 'group achieve combined goals roles', 'achieve combined goals roles and', 'combined goals roles and responsibilities', 'goals roles and responsibilities at', 'roles and responsibilities at hpc', 'and responsibilities at hpc ltd', 'responsibilities at hpc ltd assisting', 'at hpc ltd assisting briefing', 'hpc ltd assisting briefing counsels', 'ltd assisting briefing counsels matters', 'assisting briefing counsels matters relating', 'briefing counsels matters relating nagaon', 'counsels matters relating nagaon paper', 'matters relating nagaon paper mill', 'relating nagaon paper mill cachar', 'nagaon paper mill cachar paper', 'paper mill cachar paper mill', 'mill cachar paper mill also', 'cachar paper mill also nagaland', 'paper mill also nagaland pulp', 'mill also nagaland pulp paper', 'also nagaland pulp paper corporation', 'nagaland pulp paper corporation ltd', 'pulp paper corporation ltd the', 'paper corporation ltd the task', 'corporation ltd the task legal', 'ltd the task legal vetting', 'the task legal vetting nibs', 'task legal vetting nibs nits', 'legal vetting nibs nits terms', 'vetting nibs nits terms conditions', 'nibs nits terms conditions etc', 'nits terms conditions etc providing', 'terms conditions etc providing legal', 'conditions etc providing legal views', 'etc providing legal views protect', 'providing legal views protect interest', 'legal views protect interest corporation', 'views protect interest corporation assisting', 'protect interest corporation assisting formulation', 'interest corporation assisting formulation drafting', 'corporation assisting formulation drafting disciplinary', 'assisting formulation drafting disciplinary matters', 'formulation drafting disciplinary matters liaisoning', 'drafting disciplinary matters liaisoning local', 'disciplinary matters liaisoning local bodies', 'matters liaisoning local bodies also', 'liaisoning local bodies also forums', 'technical qualifications windows ms officeeducation details', 'qualifications windows ms officeeducation details ll', 'windows ms officeeducation details ll b', 'ms officeeducation details ll b guwahati', 'officeeducation details ll b guwahati assam', 'details ll b guwahati assam university', 'll b guwahati assam university law', 'b guwahati assam university law college', 'guwahati assam university law college guwahati', 'assam university law college guwahati university', 'university law college guwahati university b', 'law college guwahati university b sc', 'college guwahati university b sc jagiroad', 'guwahati university b sc jagiroad assam', 'university b sc jagiroad assam in', 'b sc jagiroad assam in jagiroad', 'sc jagiroad assam in jagiroad college', 'jagiroad assam in jagiroad college morigaon', 'assam in jagiroad college morigaon college', 'in jagiroad college morigaon college advocate', 'jagiroad college morigaon college advocate advocate', 'college morigaon college advocate advocate gauhati', 'morigaon college advocate advocate gauhati high', 'college advocate advocate gauhati high court', 'advocate advocate gauhati high court skill', 'advocate gauhati high court skill details', 'gauhati high court skill details company', 'high court skill details company details', 'court skill details company details company', 'skill details company details company gauhati', 'details company details company gauhati high', 'company details company gauhati high court', 'details company gauhati high court description', 'company gauhati high court description gauhati', 'gauhati high court description gauhati high', 'high court description gauhati high court', 'court description gauhati high court subordinate', 'description gauhati high court subordinate courts', 'gauhati high court subordinate courts tribunals', 'high court subordinate courts tribunals statutory', 'court subordinate courts tribunals statutory bodies', 'subordinate courts tribunals statutory bodies guwahati', 'courts tribunals statutory bodies guwahati 2008', 'tribunals statutory bodies guwahati 2008 numerous', 'statutory bodies guwahati 2008 numerous experiences', 'bodies guwahati 2008 numerous experiences civil', 'guwahati 2008 numerous experiences civil criminal', '2008 numerous experiences civil criminal cases', 'numerous experiences civil criminal cases cases', 'experiences civil criminal cases cases consumer', 'civil criminal cases cases consumer forum', 'criminal cases cases consumer forum handling', 'cases cases consumer forum handling good', 'cases consumer forum handling good number', 'consumer forum handling good number civil', 'forum handling good number civil well', 'handling good number civil well criminal', 'good number civil well criminal matters', 'number civil well criminal matters district', 'civil well criminal matters district sessions', 'well criminal matters district sessions judge', 'criminal matters district sessions judge court', 'matters district sessions judge court judge', 'district sessions judge court judge court', 'sessions judge court judge court c', 'judge court judge court c j', 'court judge court c j m', 'judge court c j m court', 'court c j m court consumer', 'c j m court consumer forum', 'j m court consumer forum also', 'm court consumer forum also high', 'court consumer forum also high court', 'consumer forum also high court working', 'forum also high court working executive', 'also high court working executive legal', 'high court working executive legal hindustan', 'court working executive legal hindustan paper', 'working executive legal hindustan paper corporation', 'executive legal hindustan paper corporation limited', 'legal hindustan paper corporation limited a', 'hindustan paper corporation limited a govt', 'paper corporation limited a govt india', 'corporation limited a govt india enterprise', 'limited a govt india enterprise nagaon', 'a govt india enterprise nagaon paper', 'govt india enterprise nagaon paper mill', 'india enterprise nagaon paper mill since', 'enterprise nagaon paper mill since jan', 'nagaon paper mill since jan 2012', 'paper mill since jan 2012 strength', 'mill since jan 2012 strength adaptability', 'since jan 2012 strength adaptability a', 'jan 2012 strength adaptability a penchant', '2012 strength adaptability a penchant adapt', 'strength adaptability a penchant adapt conditions', 'adaptability a penchant adapt conditions level', 'a penchant adapt conditions level environment', 'penchant adapt conditions level environment ordance', 'adapt conditions level environment ordance requirement', 'conditions level environment ordance requirement given', 'level environment ordance requirement given situation', 'environment ordance requirement given situation interpersonal', 'ordance requirement given situation interpersonal an', 'requirement given situation interpersonal an extrovert', 'given situation interpersonal an extrovert core', 'situation interpersonal an extrovert core prefer', 'interpersonal an extrovert core prefer interact', 'an extrovert core prefer interact people', 'extrovert core prefer interact people walks', ...], ['education', 'details', 'b', 'com', 'll', 'b', 'university', 'clacutta', 'university', 'burdwan', 'advocate', 'skill', 'details', 'taxation', 'matters', 'income', 'tax', 'gst', 'p', 'tax', 'a', 'ounts', 'exprience', 'less', '1', 'year', 'months', 'filing', 'income', 'tax', 'returns', 'gst', 'returns', 'e', 'tds', 'air', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'practice', 'description', '1', 'drafting', 'preparation', 'plaint', 'a', 'ounts', 'move', 'relevant', 'authority', 'hear', 'cases', 'education details', 'details b', 'b com', 'com ll', 'll b', 'b university', 'university clacutta', 'clacutta university', 'university burdwan', 'burdwan advocate', 'advocate skill', 'skill details', 'details taxation', 'taxation matters', 'matters income', 'income tax', 'tax gst', 'gst p', 'p tax', 'tax a', 'a ounts', 'ounts exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months filing', 'filing income', 'income tax', 'tax returns', 'returns gst', 'gst returns', 'returns e', 'e tds', 'tds air', 'air exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company practice', 'practice description', 'description 1', '1 drafting', 'drafting preparation', 'preparation plaint', 'plaint a', 'a ounts', 'ounts move', 'move relevant', 'relevant authority', 'authority hear', 'hear cases', 'education details b', 'details b com', 'b com ll', 'com ll b', 'll b university', 'b university clacutta', 'university clacutta university', 'clacutta university burdwan', 'university burdwan advocate', 'burdwan advocate skill', 'advocate skill details', 'skill details taxation', 'details taxation matters', 'taxation matters income', 'matters income tax', 'income tax gst', 'tax gst p', 'gst p tax', 'p tax a', 'tax a ounts', 'a ounts exprience', 'ounts exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months filing', 'months filing income', 'filing income tax', 'income tax returns', 'tax returns gst', 'returns gst returns', 'gst returns e', 'returns e tds', 'e tds air', 'tds air exprience', 'air exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company practice', 'company practice description', 'practice description 1', 'description 1 drafting', '1 drafting preparation', 'drafting preparation plaint', 'preparation plaint a', 'plaint a ounts', 'a ounts move', 'ounts move relevant', 'move relevant authority', 'relevant authority hear', 'authority hear cases', 'education details b com', 'details b com ll', 'b com ll b', 'com ll b university', 'll b university clacutta', 'b university clacutta university', 'university clacutta university burdwan', 'clacutta university burdwan advocate', 'university burdwan advocate skill', 'burdwan advocate skill details', 'advocate skill details taxation', 'skill details taxation matters', 'details taxation matters income', 'taxation matters income tax', 'matters income tax gst', 'income tax gst p', 'tax gst p tax', 'gst p tax a', 'p tax a ounts', 'tax a ounts exprience', 'a ounts exprience less', 'ounts exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months filing', 'year months filing income', 'months filing income tax', 'filing income tax returns', 'income tax returns gst', 'tax returns gst returns', 'returns gst returns e', 'gst returns e tds', 'returns e tds air', 'e tds air exprience', 'tds air exprience less', 'air exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company practice', 'details company practice description', 'company practice description 1', 'practice description 1 drafting', 'description 1 drafting preparation', '1 drafting preparation plaint', 'drafting preparation plaint a', 'preparation plaint a ounts', 'plaint a ounts move', 'a ounts move relevant', 'ounts move relevant authority', 'move relevant authority hear', 'relevant authority hear cases', 'education details b com ll', 'details b com ll b', 'b com ll b university', 'com ll b university clacutta', 'll b university clacutta university', 'b university clacutta university burdwan', 'university clacutta university burdwan advocate', 'clacutta university burdwan advocate skill', 'university burdwan advocate skill details', 'burdwan advocate skill details taxation', 'advocate skill details taxation matters', 'skill details taxation matters income', 'details taxation matters income tax', 'taxation matters income tax gst', 'matters income tax gst p', 'income tax gst p tax', 'tax gst p tax a', 'gst p tax a ounts', 'p tax a ounts exprience', 'tax a ounts exprience less', 'a ounts exprience less 1', 'ounts exprience less 1 year', 'exprience less 1 year months', 'less 1 year months filing', '1 year months filing income', 'year months filing income tax', 'months filing income tax returns', 'filing income tax returns gst', 'income tax returns gst returns', 'tax returns gst returns e', 'returns gst returns e tds', 'gst returns e tds air', 'returns e tds air exprience', 'e tds air exprience less', 'tds air exprience less 1', 'air exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company practice', 'monthscompany details company practice description', 'details company practice description 1', 'company practice description 1 drafting', 'practice description 1 drafting preparation', 'description 1 drafting preparation plaint', '1 drafting preparation plaint a', 'drafting preparation plaint a ounts', 'preparation plaint a ounts move', 'plaint a ounts move relevant', 'a ounts move relevant authority', 'ounts move relevant authority hear', 'move relevant authority hear cases', 'education details b com ll b', 'details b com ll b university', 'b com ll b university clacutta', 'com ll b university clacutta university', 'll b university clacutta university burdwan', 'b university clacutta university burdwan advocate', 'university clacutta university burdwan advocate skill', 'clacutta university burdwan advocate skill details', 'university burdwan advocate skill details taxation', 'burdwan advocate skill details taxation matters', 'advocate skill details taxation matters income', 'skill details taxation matters income tax', 'details taxation matters income tax gst', 'taxation matters income tax gst p', 'matters income tax gst p tax', 'income tax gst p tax a', 'tax gst p tax a ounts', 'gst p tax a ounts exprience', 'p tax a ounts exprience less', 'tax a ounts exprience less 1', 'a ounts exprience less 1 year', 'ounts exprience less 1 year months', 'exprience less 1 year months filing', 'less 1 year months filing income', '1 year months filing income tax', 'year months filing income tax returns', 'months filing income tax returns gst', 'filing income tax returns gst returns', 'income tax returns gst returns e', 'tax returns gst returns e tds', 'returns gst returns e tds air', 'gst returns e tds air exprience', 'returns e tds air exprience less', 'e tds air exprience less 1', 'tds air exprience less 1 year', 'air exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company practice', 'year monthscompany details company practice description', 'monthscompany details company practice description 1', 'details company practice description 1 drafting', 'company practice description 1 drafting preparation', 'practice description 1 drafting preparation plaint', 'description 1 drafting preparation plaint a', '1 drafting preparation plaint a ounts', 'drafting preparation plaint a ounts move', 'preparation plaint a ounts move relevant', 'plaint a ounts move relevant authority', 'a ounts move relevant authority hear', 'ounts move relevant authority hear cases', 'education details b com ll b university', 'details b com ll b university clacutta', 'b com ll b university clacutta university', 'com ll b university clacutta university burdwan', 'll b university clacutta university burdwan advocate', 'b university clacutta university burdwan advocate skill', 'university clacutta university burdwan advocate skill details', 'clacutta university burdwan advocate skill details taxation', 'university burdwan advocate skill details taxation matters', 'burdwan advocate skill details taxation matters income', 'advocate skill details taxation matters income tax', 'skill details taxation matters income tax gst', 'details taxation matters income tax gst p', 'taxation matters income tax gst p tax', 'matters income tax gst p tax a', 'income tax gst p tax a ounts', 'tax gst p tax a ounts exprience', 'gst p tax a ounts exprience less', 'p tax a ounts exprience less 1', 'tax a ounts exprience less 1 year', 'a ounts exprience less 1 year months', 'ounts exprience less 1 year months filing', 'exprience less 1 year months filing income', 'less 1 year months filing income tax', '1 year months filing income tax returns', 'year months filing income tax returns gst', 'months filing income tax returns gst returns', 'filing income tax returns gst returns e', 'income tax returns gst returns e tds', 'tax returns gst returns e tds air', 'returns gst returns e tds air exprience', 'gst returns e tds air exprience less', 'returns e tds air exprience less 1', 'e tds air exprience less 1 year', 'tds air exprience less 1 year monthscompany', 'air exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company practice', '1 year monthscompany details company practice description', 'year monthscompany details company practice description 1', 'monthscompany details company practice description 1 drafting', 'details company practice description 1 drafting preparation', 'company practice description 1 drafting preparation plaint', 'practice description 1 drafting preparation plaint a', 'description 1 drafting preparation plaint a ounts', '1 drafting preparation plaint a ounts move', 'drafting preparation plaint a ounts move relevant', 'preparation plaint a ounts move relevant authority', 'plaint a ounts move relevant authority hear', 'a ounts move relevant authority hear cases', 'education details b com ll b university clacutta', 'details b com ll b university clacutta university', 'b com ll b university clacutta university burdwan', 'com ll b university clacutta university burdwan advocate', 'll b university clacutta university burdwan advocate skill', 'b university clacutta university burdwan advocate skill details', 'university clacutta university burdwan advocate skill details taxation', 'clacutta university burdwan advocate skill details taxation matters', 'university burdwan advocate skill details taxation matters income', 'burdwan advocate skill details taxation matters income tax', 'advocate skill details taxation matters income tax gst', 'skill details taxation matters income tax gst p', 'details taxation matters income tax gst p tax', 'taxation matters income tax gst p tax a', 'matters income tax gst p tax a ounts', 'income tax gst p tax a ounts exprience', 'tax gst p tax a ounts exprience less', 'gst p tax a ounts exprience less 1', 'p tax a ounts exprience less 1 year', 'tax a ounts exprience less 1 year months', 'a ounts exprience less 1 year months filing', 'ounts exprience less 1 year months filing income', 'exprience less 1 year months filing income tax', 'less 1 year months filing income tax returns', '1 year months filing income tax returns gst', 'year months filing income tax returns gst returns', 'months filing income tax returns gst returns e', 'filing income tax returns gst returns e tds', 'income tax returns gst returns e tds air', 'tax returns gst returns e tds air exprience', 'returns gst returns e tds air exprience less', 'gst returns e tds air exprience less 1', 'returns e tds air exprience less 1 year', 'e tds air exprience less 1 year monthscompany', 'tds air exprience less 1 year monthscompany details', 'air exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company practice', 'less 1 year monthscompany details company practice description', '1 year monthscompany details company practice description 1', 'year monthscompany details company practice description 1 drafting', 'monthscompany details company practice description 1 drafting preparation', 'details company practice description 1 drafting preparation plaint', 'company practice description 1 drafting preparation plaint a', 'practice description 1 drafting preparation plaint a ounts', 'description 1 drafting preparation plaint a ounts move', '1 drafting preparation plaint a ounts move relevant', 'drafting preparation plaint a ounts move relevant authority', 'preparation plaint a ounts move relevant authority hear', 'plaint a ounts move relevant authority hear cases', 'education details b com ll b university clacutta university', 'details b com ll b university clacutta university burdwan', 'b com ll b university clacutta university burdwan advocate', 'com ll b university clacutta university burdwan advocate skill', 'll b university clacutta university burdwan advocate skill details', 'b university clacutta university burdwan advocate skill details taxation', 'university clacutta university burdwan advocate skill details taxation matters', 'clacutta university burdwan advocate skill details taxation matters income', 'university burdwan advocate skill details taxation matters income tax', 'burdwan advocate skill details taxation matters income tax gst', 'advocate skill details taxation matters income tax gst p', 'skill details taxation matters income tax gst p tax', 'details taxation matters income tax gst p tax a', 'taxation matters income tax gst p tax a ounts', 'matters income tax gst p tax a ounts exprience', 'income tax gst p tax a ounts exprience less', 'tax gst p tax a ounts exprience less 1', 'gst p tax a ounts exprience less 1 year', 'p tax a ounts exprience less 1 year months', 'tax a ounts exprience less 1 year months filing', 'a ounts exprience less 1 year months filing income', 'ounts exprience less 1 year months filing income tax', 'exprience less 1 year months filing income tax returns', 'less 1 year months filing income tax returns gst', '1 year months filing income tax returns gst returns', 'year months filing income tax returns gst returns e', 'months filing income tax returns gst returns e tds', 'filing income tax returns gst returns e tds air', 'income tax returns gst returns e tds air exprience', 'tax returns gst returns e tds air exprience less', 'returns gst returns e tds air exprience less 1', 'gst returns e tds air exprience less 1 year', 'returns e tds air exprience less 1 year monthscompany', 'e tds air exprience less 1 year monthscompany details', 'tds air exprience less 1 year monthscompany details company', 'air exprience less 1 year monthscompany details company practice', 'exprience less 1 year monthscompany details company practice description', 'less 1 year monthscompany details company practice description 1', '1 year monthscompany details company practice description 1 drafting', 'year monthscompany details company practice description 1 drafting preparation', 'monthscompany details company practice description 1 drafting preparation plaint', 'details company practice description 1 drafting preparation plaint a', 'company practice description 1 drafting preparation plaint a ounts', 'practice description 1 drafting preparation plaint a ounts move', 'description 1 drafting preparation plaint a ounts move relevant', '1 drafting preparation plaint a ounts move relevant authority', 'drafting preparation plaint a ounts move relevant authority hear', 'preparation plaint a ounts move relevant authority hear cases'], ['education', 'details', 'llb', 'dibrugarh', 'university', 'advocate', 'skill', 'details', 'legal', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'legal', 'description', 'advocate', 'education details', 'details llb', 'llb dibrugarh', 'dibrugarh university', 'university advocate', 'advocate skill', 'skill details', 'details legal', 'legal exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company legal', 'legal description', 'description advocate', 'education details llb', 'details llb dibrugarh', 'llb dibrugarh university', 'dibrugarh university advocate', 'university advocate skill', 'advocate skill details', 'skill details legal', 'details legal exprience', 'legal exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company legal', 'company legal description', 'legal description advocate', 'education details llb dibrugarh', 'details llb dibrugarh university', 'llb dibrugarh university advocate', 'dibrugarh university advocate skill', 'university advocate skill details', 'advocate skill details legal', 'skill details legal exprience', 'details legal exprience less', 'legal exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company legal', 'details company legal description', 'company legal description advocate', 'education details llb dibrugarh university', 'details llb dibrugarh university advocate', 'llb dibrugarh university advocate skill', 'dibrugarh university advocate skill details', 'university advocate skill details legal', 'advocate skill details legal exprience', 'skill details legal exprience less', 'details legal exprience less 1', 'legal exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company legal', 'monthscompany details company legal description', 'details company legal description advocate', 'education details llb dibrugarh university advocate', 'details llb dibrugarh university advocate skill', 'llb dibrugarh university advocate skill details', 'dibrugarh university advocate skill details legal', 'university advocate skill details legal exprience', 'advocate skill details legal exprience less', 'skill details legal exprience less 1', 'details legal exprience less 1 year', 'legal exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company legal', 'year monthscompany details company legal description', 'monthscompany details company legal description advocate', 'education details llb dibrugarh university advocate skill', 'details llb dibrugarh university advocate skill details', 'llb dibrugarh university advocate skill details legal', 'dibrugarh university advocate skill details legal exprience', 'university advocate skill details legal exprience less', 'advocate skill details legal exprience less 1', 'skill details legal exprience less 1 year', 'details legal exprience less 1 year monthscompany', 'legal exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company legal', '1 year monthscompany details company legal description', 'year monthscompany details company legal description advocate', 'education details llb dibrugarh university advocate skill details', 'details llb dibrugarh university advocate skill details legal', 'llb dibrugarh university advocate skill details legal exprience', 'dibrugarh university advocate skill details legal exprience less', 'university advocate skill details legal exprience less 1', 'advocate skill details legal exprience less 1 year', 'skill details legal exprience less 1 year monthscompany', 'details legal exprience less 1 year monthscompany details', 'legal exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company legal', 'less 1 year monthscompany details company legal description', '1 year monthscompany details company legal description advocate', 'education details llb dibrugarh university advocate skill details legal', 'details llb dibrugarh university advocate skill details legal exprience', 'llb dibrugarh university advocate skill details legal exprience less', 'dibrugarh university advocate skill details legal exprience less 1', 'university advocate skill details legal exprience less 1 year', 'advocate skill details legal exprience less 1 year monthscompany', 'skill details legal exprience less 1 year monthscompany details', 'details legal exprience less 1 year monthscompany details company', 'legal exprience less 1 year monthscompany details company legal', 'exprience less 1 year monthscompany details company legal description', 'less 1 year monthscompany details company legal description advocate'], ['education', 'details', 'november', '2016', 'january', '2019', 'llm', 'masters', 'law', 'hyderabad', 'telangana', 'sultan', 'ul', 'uloom', 'college', 'of', 'law', 'september', '2011', 'may', '2016', 'ba', 'llb', 'bachelors', 'law', 'hyderabad', 'telangana', 'osmania', 'university', 'pg', 'college', 'of', 'law', 'advocate', 'experienced', 'litigation', 'recently', 'acquired', 'masters', 'degree', 'law', 'skill', 'details', 'microsoft', 'word', 'exprience', 'less', '1', 'year', 'months', 'litigation', 'exprience', 'less', '1', 'year', 'months', 'legal', 'research', 'exprience', 'less', '1', 'year', 'months', 'contracts', 'exprience', 'less', '1', 'year', 'months', 'internet', 'savvy', 'exprience', 'less', '1', 'year', 'months', 'drafting', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'lrc', 'office', 'description', 'working', 'senior', 'advocate', 'l', 'ravichander', 'high', 'court', 'telangana', 'experience', 'drafting', 'legal', 'correspondence', 'education details', 'details november', 'november 2016', '2016 january', 'january 2019', '2019 llm', 'llm masters', 'masters law', 'law hyderabad', 'hyderabad telangana', 'telangana sultan', 'sultan ul', 'ul uloom', 'uloom college', 'college of', 'of law', 'law september', 'september 2011', '2011 may', 'may 2016', '2016 ba', 'ba llb', 'llb bachelors', 'bachelors law', 'law hyderabad', 'hyderabad telangana', 'telangana osmania', 'osmania university', 'university pg', 'pg college', 'college of', 'of law', 'law advocate', 'advocate experienced', 'experienced litigation', 'litigation recently', 'recently acquired', 'acquired masters', 'masters degree', 'degree law', 'law skill', 'skill details', 'details microsoft', 'microsoft word', 'word exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months litigation', 'litigation exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months legal', 'legal research', 'research exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months contracts', 'contracts exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months internet', 'internet savvy', 'savvy exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months drafting', 'drafting exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company lrc', 'lrc office', 'office description', 'description working', 'working senior', 'senior advocate', 'advocate l', 'l ravichander', 'ravichander high', 'high court', 'court telangana', 'telangana experience', 'experience drafting', 'drafting legal', 'legal correspondence', 'education details november', 'details november 2016', 'november 2016 january', '2016 january 2019', 'january 2019 llm', '2019 llm masters', 'llm masters law', 'masters law hyderabad', 'law hyderabad telangana', 'hyderabad telangana sultan', 'telangana sultan ul', 'sultan ul uloom', 'ul uloom college', 'uloom college of', 'college of law', 'of law september', 'law september 2011', 'september 2011 may', '2011 may 2016', 'may 2016 ba', '2016 ba llb', 'ba llb bachelors', 'llb bachelors law', 'bachelors law hyderabad', 'law hyderabad telangana', 'hyderabad telangana osmania', 'telangana osmania university', 'osmania university pg', 'university pg college', 'pg college of', 'college of law', 'of law advocate', 'law advocate experienced', 'advocate experienced litigation', 'experienced litigation recently', 'litigation recently acquired', 'recently acquired masters', 'acquired masters degree', 'masters degree law', 'degree law skill', 'law skill details', 'skill details microsoft', 'details microsoft word', 'microsoft word exprience', 'word exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months litigation', 'months litigation exprience', 'litigation exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months legal', 'months legal research', 'legal research exprience', 'research exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months contracts', 'months contracts exprience', 'contracts exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months internet', 'months internet savvy', 'internet savvy exprience', 'savvy exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months drafting', 'months drafting exprience', 'drafting exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company lrc', 'company lrc office', 'lrc office description', 'office description working', 'description working senior', 'working senior advocate', 'senior advocate l', 'advocate l ravichander', 'l ravichander high', 'ravichander high court', 'high court telangana', 'court telangana experience', 'telangana experience drafting', 'experience drafting legal', 'drafting legal correspondence', 'education details november 2016', 'details november 2016 january', 'november 2016 january 2019', '2016 january 2019 llm', 'january 2019 llm masters', '2019 llm masters law', 'llm masters law hyderabad', 'masters law hyderabad telangana', 'law hyderabad telangana sultan', 'hyderabad telangana sultan ul', 'telangana sultan ul uloom', 'sultan ul uloom college', 'ul uloom college of', 'uloom college of law', 'college of law september', 'of law september 2011', 'law september 2011 may', 'september 2011 may 2016', '2011 may 2016 ba', 'may 2016 ba llb', '2016 ba llb bachelors', 'ba llb bachelors law', 'llb bachelors law hyderabad', 'bachelors law hyderabad telangana', 'law hyderabad telangana osmania', 'hyderabad telangana osmania university', 'telangana osmania university pg', 'osmania university pg college', 'university pg college of', 'pg college of law', 'college of law advocate', 'of law advocate experienced', 'law advocate experienced litigation', 'advocate experienced litigation recently', 'experienced litigation recently acquired', 'litigation recently acquired masters', 'recently acquired masters degree', 'acquired masters degree law', 'masters degree law skill', 'degree law skill details', 'law skill details microsoft', 'skill details microsoft word', 'details microsoft word exprience', 'microsoft word exprience less', 'word exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months litigation', 'year months litigation exprience', 'months litigation exprience less', 'litigation exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months legal', 'year months legal research', 'months legal research exprience', 'legal research exprience less', 'research exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months contracts', 'year months contracts exprience', 'months contracts exprience less', 'contracts exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months internet', 'year months internet savvy', 'months internet savvy exprience', 'internet savvy exprience less', 'savvy exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months drafting', 'year months drafting exprience', 'months drafting exprience less', 'drafting exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company lrc', 'details company lrc office', 'company lrc office description', 'lrc office description working', 'office description working senior', 'description working senior advocate', 'working senior advocate l', 'senior advocate l ravichander', 'advocate l ravichander high', 'l ravichander high court', 'ravichander high court telangana', 'high court telangana experience', 'court telangana experience drafting', 'telangana experience drafting legal', 'experience drafting legal correspondence', 'education details november 2016 january', 'details november 2016 january 2019', 'november 2016 january 2019 llm', '2016 january 2019 llm masters', 'january 2019 llm masters law', '2019 llm masters law hyderabad', 'llm masters law hyderabad telangana', 'masters law hyderabad telangana sultan', 'law hyderabad telangana sultan ul', 'hyderabad telangana sultan ul uloom', 'telangana sultan ul uloom college', 'sultan ul uloom college of', 'ul uloom college of law', 'uloom college of law september', 'college of law september 2011', 'of law september 2011 may', 'law september 2011 may 2016', 'september 2011 may 2016 ba', '2011 may 2016 ba llb', 'may 2016 ba llb bachelors', '2016 ba llb bachelors law', 'ba llb bachelors law hyderabad', 'llb bachelors law hyderabad telangana', 'bachelors law hyderabad telangana osmania', 'law hyderabad telangana osmania university', 'hyderabad telangana osmania university pg', 'telangana osmania university pg college', 'osmania university pg college of', 'university pg college of law', 'pg college of law advocate', 'college of law advocate experienced', 'of law advocate experienced litigation', 'law advocate experienced litigation recently', 'advocate experienced litigation recently acquired', 'experienced litigation recently acquired masters', 'litigation recently acquired masters degree', 'recently acquired masters degree law', 'acquired masters degree law skill', 'masters degree law skill details', 'degree law skill details microsoft', 'law skill details microsoft word', 'skill details microsoft word exprience', 'details microsoft word exprience less', 'microsoft word exprience less 1', 'word exprience less 1 year', 'exprience less 1 year months', 'less 1 year months litigation', '1 year months litigation exprience', 'year months litigation exprience less', 'months litigation exprience less 1', 'litigation exprience less 1 year', 'exprience less 1 year months', 'less 1 year months legal', '1 year months legal research', 'year months legal research exprience', 'months legal research exprience less', 'legal research exprience less 1', 'research exprience less 1 year', 'exprience less 1 year months', 'less 1 year months contracts', '1 year months contracts exprience', 'year months contracts exprience less', 'months contracts exprience less 1', 'contracts exprience less 1 year', 'exprience less 1 year months', 'less 1 year months internet', '1 year months internet savvy', 'year months internet savvy exprience', 'months internet savvy exprience less', 'internet savvy exprience less 1', 'savvy exprience less 1 year', 'exprience less 1 year months', 'less 1 year months drafting', '1 year months drafting exprience', 'year months drafting exprience less', 'months drafting exprience less 1', 'drafting exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company lrc', 'monthscompany details company lrc office', 'details company lrc office description', 'company lrc office description working', 'lrc office description working senior', 'office description working senior advocate', 'description working senior advocate l', 'working senior advocate l ravichander', 'senior advocate l ravichander high', 'advocate l ravichander high court', 'l ravichander high court telangana', 'ravichander high court telangana experience', 'high court telangana experience drafting', 'court telangana experience drafting legal', 'telangana experience drafting legal correspondence', 'education details november 2016 january 2019', 'details november 2016 january 2019 llm', 'november 2016 january 2019 llm masters', '2016 january 2019 llm masters law', 'january 2019 llm masters law hyderabad', '2019 llm masters law hyderabad telangana', 'llm masters law hyderabad telangana sultan', 'masters law hyderabad telangana sultan ul', 'law hyderabad telangana sultan ul uloom', 'hyderabad telangana sultan ul uloom college', 'telangana sultan ul uloom college of', 'sultan ul uloom college of law', 'ul uloom college of law september', 'uloom college of law september 2011', 'college of law september 2011 may', 'of law september 2011 may 2016', 'law september 2011 may 2016 ba', 'september 2011 may 2016 ba llb', '2011 may 2016 ba llb bachelors', 'may 2016 ba llb bachelors law', '2016 ba llb bachelors law hyderabad', 'ba llb bachelors law hyderabad telangana', 'llb bachelors law hyderabad telangana osmania', 'bachelors law hyderabad telangana osmania university', 'law hyderabad telangana osmania university pg', 'hyderabad telangana osmania university pg college', 'telangana osmania university pg college of', 'osmania university pg college of law', 'university pg college of law advocate', 'pg college of law advocate experienced', 'college of law advocate experienced litigation', 'of law advocate experienced litigation recently', 'law advocate experienced litigation recently acquired', 'advocate experienced litigation recently acquired masters', 'experienced litigation recently acquired masters degree', 'litigation recently acquired masters degree law', 'recently acquired masters degree law skill', 'acquired masters degree law skill details', 'masters degree law skill details microsoft', 'degree law skill details microsoft word', 'law skill details microsoft word exprience', 'skill details microsoft word exprience less', 'details microsoft word exprience less 1', 'microsoft word exprience less 1 year', 'word exprience less 1 year months', 'exprience less 1 year months litigation', 'less 1 year months litigation exprience', '1 year months litigation exprience less', 'year months litigation exprience less 1', 'months litigation exprience less 1 year', 'litigation exprience less 1 year months', 'exprience less 1 year months legal', 'less 1 year months legal research', '1 year months legal research exprience', 'year months legal research exprience less', 'months legal research exprience less 1', 'legal research exprience less 1 year', 'research exprience less 1 year months', 'exprience less 1 year months contracts', 'less 1 year months contracts exprience', '1 year months contracts exprience less', 'year months contracts exprience less 1', 'months contracts exprience less 1 year', 'contracts exprience less 1 year months', 'exprience less 1 year months internet', 'less 1 year months internet savvy', '1 year months internet savvy exprience', 'year months internet savvy exprience less', 'months internet savvy exprience less 1', 'internet savvy exprience less 1 year', 'savvy exprience less 1 year months', 'exprience less 1 year months drafting', 'less 1 year months drafting exprience', '1 year months drafting exprience less', 'year months drafting exprience less 1', 'months drafting exprience less 1 year', 'drafting exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company lrc', 'year monthscompany details company lrc office', 'monthscompany details company lrc office description', 'details company lrc office description working', 'company lrc office description working senior', 'lrc office description working senior advocate', 'office description working senior advocate l', 'description working senior advocate l ravichander', 'working senior advocate l ravichander high', 'senior advocate l ravichander high court', 'advocate l ravichander high court telangana', 'l ravichander high court telangana experience', 'ravichander high court telangana experience drafting', 'high court telangana experience drafting legal', 'court telangana experience drafting legal correspondence', 'education details november 2016 january 2019 llm', 'details november 2016 january 2019 llm masters', 'november 2016 january 2019 llm masters law', '2016 january 2019 llm masters law hyderabad', 'january 2019 llm masters law hyderabad telangana', '2019 llm masters law hyderabad telangana sultan', 'llm masters law hyderabad telangana sultan ul', 'masters law hyderabad telangana sultan ul uloom', 'law hyderabad telangana sultan ul uloom college', 'hyderabad telangana sultan ul uloom college of', 'telangana sultan ul uloom college of law', 'sultan ul uloom college of law september', 'ul uloom college of law september 2011', 'uloom college of law september 2011 may', 'college of law september 2011 may 2016', 'of law september 2011 may 2016 ba', 'law september 2011 may 2016 ba llb', 'september 2011 may 2016 ba llb bachelors', '2011 may 2016 ba llb bachelors law', 'may 2016 ba llb bachelors law hyderabad', '2016 ba llb bachelors law hyderabad telangana', 'ba llb bachelors law hyderabad telangana osmania', 'llb bachelors law hyderabad telangana osmania university', 'bachelors law hyderabad telangana osmania university pg', 'law hyderabad telangana osmania university pg college', 'hyderabad telangana osmania university pg college of', 'telangana osmania university pg college of law', 'osmania university pg college of law advocate', 'university pg college of law advocate experienced', 'pg college of law advocate experienced litigation', 'college of law advocate experienced litigation recently', 'of law advocate experienced litigation recently acquired', 'law advocate experienced litigation recently acquired masters', 'advocate experienced litigation recently acquired masters degree', 'experienced litigation recently acquired masters degree law', 'litigation recently acquired masters degree law skill', 'recently acquired masters degree law skill details', 'acquired masters degree law skill details microsoft', 'masters degree law skill details microsoft word', 'degree law skill details microsoft word exprience', 'law skill details microsoft word exprience less', 'skill details microsoft word exprience less 1', 'details microsoft word exprience less 1 year', 'microsoft word exprience less 1 year months', 'word exprience less 1 year months litigation', 'exprience less 1 year months litigation exprience', 'less 1 year months litigation exprience less', '1 year months litigation exprience less 1', 'year months litigation exprience less 1 year', 'months litigation exprience less 1 year months', 'litigation exprience less 1 year months legal', 'exprience less 1 year months legal research', 'less 1 year months legal research exprience', '1 year months legal research exprience less', 'year months legal research exprience less 1', 'months legal research exprience less 1 year', 'legal research exprience less 1 year months', 'research exprience less 1 year months contracts', 'exprience less 1 year months contracts exprience', 'less 1 year months contracts exprience less', '1 year months contracts exprience less 1', 'year months contracts exprience less 1 year', 'months contracts exprience less 1 year months', 'contracts exprience less 1 year months internet', 'exprience less 1 year months internet savvy', 'less 1 year months internet savvy exprience', '1 year months internet savvy exprience less', 'year months internet savvy exprience less 1', 'months internet savvy exprience less 1 year', 'internet savvy exprience less 1 year months', 'savvy exprience less 1 year months drafting', 'exprience less 1 year months drafting exprience', 'less 1 year months drafting exprience less', '1 year months drafting exprience less 1', 'year months drafting exprience less 1 year', 'months drafting exprience less 1 year monthscompany', 'drafting exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company lrc', '1 year monthscompany details company lrc office', 'year monthscompany details company lrc office description', 'monthscompany details company lrc office description working', 'details company lrc office description working senior', 'company lrc office description working senior advocate', 'lrc office description working senior advocate l', 'office description working senior advocate l ravichander', 'description working senior advocate l ravichander high', 'working senior advocate l ravichander high court', 'senior advocate l ravichander high court telangana', 'advocate l ravichander high court telangana experience', 'l ravichander high court telangana experience drafting', 'ravichander high court telangana experience drafting legal', 'high court telangana experience drafting legal correspondence', 'education details november 2016 january 2019 llm masters', 'details november 2016 january 2019 llm masters law', 'november 2016 january 2019 llm masters law hyderabad', '2016 january 2019 llm masters law hyderabad telangana', 'january 2019 llm masters law hyderabad telangana sultan', '2019 llm masters law hyderabad telangana sultan ul', 'llm masters law hyderabad telangana sultan ul uloom', 'masters law hyderabad telangana sultan ul uloom college', 'law hyderabad telangana sultan ul uloom college of', 'hyderabad telangana sultan ul uloom college of law', 'telangana sultan ul uloom college of law september', 'sultan ul uloom college of law september 2011', 'ul uloom college of law september 2011 may', 'uloom college of law september 2011 may 2016', 'college of law september 2011 may 2016 ba', 'of law september 2011 may 2016 ba llb', 'law september 2011 may 2016 ba llb bachelors', 'september 2011 may 2016 ba llb bachelors law', '2011 may 2016 ba llb bachelors law hyderabad', 'may 2016 ba llb bachelors law hyderabad telangana', '2016 ba llb bachelors law hyderabad telangana osmania', 'ba llb bachelors law hyderabad telangana osmania university', 'llb bachelors law hyderabad telangana osmania university pg', 'bachelors law hyderabad telangana osmania university pg college', 'law hyderabad telangana osmania university pg college of', 'hyderabad telangana osmania university pg college of law', 'telangana osmania university pg college of law advocate', 'osmania university pg college of law advocate experienced', 'university pg college of law advocate experienced litigation', 'pg college of law advocate experienced litigation recently', 'college of law advocate experienced litigation recently acquired', 'of law advocate experienced litigation recently acquired masters', 'law advocate experienced litigation recently acquired masters degree', 'advocate experienced litigation recently acquired masters degree law', 'experienced litigation recently acquired masters degree law skill', 'litigation recently acquired masters degree law skill details', 'recently acquired masters degree law skill details microsoft', 'acquired masters degree law skill details microsoft word', 'masters degree law skill details microsoft word exprience', 'degree law skill details microsoft word exprience less', 'law skill details microsoft word exprience less 1', 'skill details microsoft word exprience less 1 year', 'details microsoft word exprience less 1 year months', 'microsoft word exprience less 1 year months litigation', 'word exprience less 1 year months litigation exprience', 'exprience less 1 year months litigation exprience less', 'less 1 year months litigation exprience less 1', '1 year months litigation exprience less 1 year', 'year months litigation exprience less 1 year months', 'months litigation exprience less 1 year months legal', 'litigation exprience less 1 year months legal research', 'exprience less 1 year months legal research exprience', 'less 1 year months legal research exprience less', '1 year months legal research exprience less 1', 'year months legal research exprience less 1 year', 'months legal research exprience less 1 year months', 'legal research exprience less 1 year months contracts', 'research exprience less 1 year months contracts exprience', 'exprience less 1 year months contracts exprience less', 'less 1 year months contracts exprience less 1', '1 year months contracts exprience less 1 year', 'year months contracts exprience less 1 year months', 'months contracts exprience less 1 year months internet', 'contracts exprience less 1 year months internet savvy', 'exprience less 1 year months internet savvy exprience', 'less 1 year months internet savvy exprience less', '1 year months internet savvy exprience less 1', 'year months internet savvy exprience less 1 year', 'months internet savvy exprience less 1 year months', 'internet savvy exprience less 1 year months drafting', 'savvy exprience less 1 year months drafting exprience', 'exprience less 1 year months drafting exprience less', 'less 1 year months drafting exprience less 1', '1 year months drafting exprience less 1 year', 'year months drafting exprience less 1 year monthscompany', 'months drafting exprience less 1 year monthscompany details', 'drafting exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company lrc', 'less 1 year monthscompany details company lrc office', '1 year monthscompany details company lrc office description', 'year monthscompany details company lrc office description working', 'monthscompany details company lrc office description working senior', 'details company lrc office description working senior advocate', 'company lrc office description working senior advocate l', 'lrc office description working senior advocate l ravichander', 'office description working senior advocate l ravichander high', 'description working senior advocate l ravichander high court', 'working senior advocate l ravichander high court telangana', 'senior advocate l ravichander high court telangana experience', 'advocate l ravichander high court telangana experience drafting', 'l ravichander high court telangana experience drafting legal', 'ravichander high court telangana experience drafting legal correspondence', 'education details november 2016 january 2019 llm masters law', 'details november 2016 january 2019 llm masters law hyderabad', 'november 2016 january 2019 llm masters law hyderabad telangana', '2016 january 2019 llm masters law hyderabad telangana sultan', 'january 2019 llm masters law hyderabad telangana sultan ul', '2019 llm masters law hyderabad telangana sultan ul uloom', 'llm masters law hyderabad telangana sultan ul uloom college', 'masters law hyderabad telangana sultan ul uloom college of', 'law hyderabad telangana sultan ul uloom college of law', 'hyderabad telangana sultan ul uloom college of law september', 'telangana sultan ul uloom college of law september 2011', 'sultan ul uloom college of law september 2011 may', 'ul uloom college of law september 2011 may 2016', 'uloom college of law september 2011 may 2016 ba', 'college of law september 2011 may 2016 ba llb', 'of law september 2011 may 2016 ba llb bachelors', 'law september 2011 may 2016 ba llb bachelors law', 'september 2011 may 2016 ba llb bachelors law hyderabad', '2011 may 2016 ba llb bachelors law hyderabad telangana', 'may 2016 ba llb bachelors law hyderabad telangana osmania', '2016 ba llb bachelors law hyderabad telangana osmania university', 'ba llb bachelors law hyderabad telangana osmania university pg', 'llb bachelors law hyderabad telangana osmania university pg college', 'bachelors law hyderabad telangana osmania university pg college of', 'law hyderabad telangana osmania university pg college of law', 'hyderabad telangana osmania university pg college of law advocate', 'telangana osmania university pg college of law advocate experienced', 'osmania university pg college of law advocate experienced litigation', 'university pg college of law advocate experienced litigation recently', 'pg college of law advocate experienced litigation recently acquired', 'college of law advocate experienced litigation recently acquired masters', 'of law advocate experienced litigation recently acquired masters degree', 'law advocate experienced litigation recently acquired masters degree law', 'advocate experienced litigation recently acquired masters degree law skill', 'experienced litigation recently acquired masters degree law skill details', 'litigation recently acquired masters degree law skill details microsoft', 'recently acquired masters degree law skill details microsoft word', 'acquired masters degree law skill details microsoft word exprience', 'masters degree law skill details microsoft word exprience less', 'degree law skill details microsoft word exprience less 1', 'law skill details microsoft word exprience less 1 year', 'skill details microsoft word exprience less 1 year months', 'details microsoft word exprience less 1 year months litigation', 'microsoft word exprience less 1 year months litigation exprience', 'word exprience less 1 year months litigation exprience less', 'exprience less 1 year months litigation exprience less 1', 'less 1 year months litigation exprience less 1 year', '1 year months litigation exprience less 1 year months', 'year months litigation exprience less 1 year months legal', 'months litigation exprience less 1 year months legal research', 'litigation exprience less 1 year months legal research exprience', 'exprience less 1 year months legal research exprience less', 'less 1 year months legal research exprience less 1', '1 year months legal research exprience less 1 year', 'year months legal research exprience less 1 year months', 'months legal research exprience less 1 year months contracts', 'legal research exprience less 1 year months contracts exprience', 'research exprience less 1 year months contracts exprience less', 'exprience less 1 year months contracts exprience less 1', 'less 1 year months contracts exprience less 1 year', '1 year months contracts exprience less 1 year months', 'year months contracts exprience less 1 year months internet', 'months contracts exprience less 1 year months internet savvy', 'contracts exprience less 1 year months internet savvy exprience', 'exprience less 1 year months internet savvy exprience less', 'less 1 year months internet savvy exprience less 1', '1 year months internet savvy exprience less 1 year', 'year months internet savvy exprience less 1 year months', 'months internet savvy exprience less 1 year months drafting', 'internet savvy exprience less 1 year months drafting exprience', 'savvy exprience less 1 year months drafting exprience less', 'exprience less 1 year months drafting exprience less 1', 'less 1 year months drafting exprience less 1 year', '1 year months drafting exprience less 1 year monthscompany', 'year months drafting exprience less 1 year monthscompany details', 'months drafting exprience less 1 year monthscompany details company', 'drafting exprience less 1 year monthscompany details company lrc', 'exprience less 1 year monthscompany details company lrc office', 'less 1 year monthscompany details company lrc office description', '1 year monthscompany details company lrc office description working', 'year monthscompany details company lrc office description working senior', 'monthscompany details company lrc office description working senior advocate', 'details company lrc office description working senior advocate l', 'company lrc office description working senior advocate l ravichander', 'lrc office description working senior advocate l ravichander high', 'office description working senior advocate l ravichander high court', 'description working senior advocate l ravichander high court telangana', 'working senior advocate l ravichander high court telangana experience', 'senior advocate l ravichander high court telangana experience drafting', 'advocate l ravichander high court telangana experience drafting legal', 'l ravichander high court telangana experience drafting legal correspondence'], ['skills', 'knows', 'english', 'native', 'speaker', 'ielts', 'overall', '8', 'listening', '8', 'reading', '8', 'writing', '7', 'speaking', '8', '5', 'hindi', 'bilingual', 'proficiency', 'punjabi', 'native', 'speaker', 'able', 'communicate', 'clearly', 'concisely', 'people', 'diverse', 'backgrounds', 'levels', 'authority', 'exceptional', 'knowledge', 'administrative', 'procedures', 'evidence', 'rules', 'trials', 'can', 'maintain', 'professional', 'attitude', 'peers', 'co', 'workers', 'clients', 'times', 'focused', 'driven', 'always', 'meet', 'deadlines', 'pretrial', 'procedures', 'trials', 'appellate', 'briefings', 'effectively', 'utilizing', 'resources', 'a', 'microsoft', 'certified', 'systems', 'engineer', '2008', 'much', 'competent', 'windows', 'word', 'processing', 'software', 'education', 'details', 'july', '2009', 'may', '2012', 'bachelor', 'laws', 'bikaner', 'rajasthan', 'maharaja', 'ganga', 'singh', 'university', 'august', '2008', 'november', '2008', 'microsoft', 'certified', 'systems', 'engineer', 'networking', 'chandigarh', 'july', '2005', 'april', '2008', 'bachelor', 'science', 'bio', 'informatics', 'chandigarh', 'chandigarh', 'panjab', 'university', 'advocate', 'newcomer', 'indian', 'advocate', 'skill', 'details', 'administration', 'exprience', '72', 'months', 'legal', 'research', 'exprience', '72', 'months', 'microsoft', 'office', 'exprience', '72', 'months', 'drafting', 'exprience', '72', 'monthscompany', 'details', 'company', 'district', 'courts', 'description', 'key', 'features', 'licensed', 'advocate', 'practice', '16', 'aug', '2012', 'bar', 'council', 'punjab', 'haryana', 'chandigarh', 'admitted', 'practice', 'district', 'courts', 'mansa', 'since', '18', 'aug', '2012', 'su', 'essfully', 'passed', 'all', 'india', 'bar', 'examination', 'aibe', 'conducted', 'bar', 'council', 'india', 'bci', 'september', '2013', 'lead', 'sole', 'counsel', 'plaintiff', 'respondents', 'number', 'criminal', 'civil', 'trials', 'since', '2012', 'prepared', 'prosecuted', 'conclusion', 'either', 'trial', 'settlement', 'number', 'claim', 'cases', 'involving', 'personal', 'injury', 'death', 'cases', 'working', 'panel', 'district', 'legal', 'services', 'authority', 'mansa', 'run', 'supervision', 'national', 'legal', 'services', 'authority', 'india', 'former', 'co', 'opted', 'member', 'administrative', 'committee', 'punjab', 'former', 'joint', 'secretary', 'district', 'bar', 'association', 'mansa', '2017', '18', 'job', 'duties', 'advice', 'clients', 'legal', 'rights', 'matters', 'related', 'law', 'plead', 'clients', 'cases', 'include', 'various', 'international', 'companies', 'courts', 'law', 'forums', 'tribunals', 'boards', 'researching', 'legal', 'precedents', 'gathering', 'evidence', 'trials', 'criminal', 'injury', 'death', 'compensation', 'claims', 'others', 'draw', 'legal', 'documents', 'bail', 'petitions', 'appeals', 'divorces', 'contracts', 'etc', 'negotiates', 'settlements', 'civil', 'disputes', 'act', 'mediator', 'conciliator', 'local', 'commissioner', 'arbitrator', 'per', 'court', 'orders', 'managing', 'private', 'practice', '6', 'years', 'including', 'aspects', 'administration', 'management', 'functions', 'controlling', 'costs', 'achieving', 'objectives', 'related', 'practice', 'law', 'skills knows', 'knows english', 'english native', 'native speaker', 'speaker ielts', 'ielts overall', 'overall 8', '8 listening', 'listening 8', '8 reading', 'reading 8', '8 writing', 'writing 7', '7 speaking', 'speaking 8', '8 5', '5 hindi', 'hindi bilingual', 'bilingual proficiency', 'proficiency punjabi', 'punjabi native', 'native speaker', 'speaker able', 'able communicate', 'communicate clearly', 'clearly concisely', 'concisely people', 'people diverse', 'diverse backgrounds', 'backgrounds levels', 'levels authority', 'authority exceptional', 'exceptional knowledge', 'knowledge administrative', 'administrative procedures', 'procedures evidence', 'evidence rules', 'rules trials', 'trials can', 'can maintain', 'maintain professional', 'professional attitude', 'attitude peers', 'peers co', 'co workers', 'workers clients', 'clients times', 'times focused', 'focused driven', 'driven always', 'always meet', 'meet deadlines', 'deadlines pretrial', 'pretrial procedures', 'procedures trials', 'trials appellate', 'appellate briefings', 'briefings effectively', 'effectively utilizing', 'utilizing resources', 'resources a', 'a microsoft', 'microsoft certified', 'certified systems', 'systems engineer', 'engineer 2008', '2008 much', 'much competent', 'competent windows', 'windows word', 'word processing', 'processing software', 'software education', 'education details', 'details july', 'july 2009', '2009 may', 'may 2012', '2012 bachelor', 'bachelor laws', 'laws bikaner', 'bikaner rajasthan', 'rajasthan maharaja', 'maharaja ganga', 'ganga singh', 'singh university', 'university august', 'august 2008', '2008 november', 'november 2008', '2008 microsoft', 'microsoft certified', 'certified systems', 'systems engineer', 'engineer networking', 'networking chandigarh', 'chandigarh july', 'july 2005', '2005 april', 'april 2008', '2008 bachelor', 'bachelor science', 'science bio', 'bio informatics', 'informatics chandigarh', 'chandigarh chandigarh', 'chandigarh panjab', 'panjab university', 'university advocate', 'advocate newcomer', 'newcomer indian', 'indian advocate', 'advocate skill', 'skill details', 'details administration', 'administration exprience', 'exprience 72', '72 months', 'months legal', 'legal research', 'research exprience', 'exprience 72', '72 months', 'months microsoft', 'microsoft office', 'office exprience', 'exprience 72', '72 months', 'months drafting', 'drafting exprience', 'exprience 72', '72 monthscompany', 'monthscompany details', 'details company', 'company district', 'district courts', 'courts description', 'description key', 'key features', 'features licensed', 'licensed advocate', 'advocate practice', 'practice 16', '16 aug', 'aug 2012', '2012 bar', 'bar council', 'council punjab', 'punjab haryana', 'haryana chandigarh', 'chandigarh admitted', 'admitted practice', 'practice district', 'district courts', 'courts mansa', 'mansa since', 'since 18', '18 aug', 'aug 2012', '2012 su', 'su essfully', 'essfully passed', 'passed all', 'all india', 'india bar', 'bar examination', 'examination aibe', 'aibe conducted', 'conducted bar', 'bar council', 'council india', 'india bci', 'bci september', 'september 2013', '2013 lead', 'lead sole', 'sole counsel', 'counsel plaintiff', 'plaintiff respondents', 'respondents number', 'number criminal', 'criminal civil', 'civil trials', 'trials since', 'since 2012', '2012 prepared', 'prepared prosecuted', 'prosecuted conclusion', 'conclusion either', 'either trial', 'trial settlement', 'settlement number', 'number claim', 'claim cases', 'cases involving', 'involving personal', 'personal injury', 'injury death', 'death cases', 'cases working', 'working panel', 'panel district', 'district legal', 'legal services', 'services authority', 'authority mansa', 'mansa run', 'run supervision', 'supervision national', 'national legal', 'legal services', 'services authority', 'authority india', 'india former', 'former co', 'co opted', 'opted member', 'member administrative', 'administrative committee', 'committee punjab', 'punjab former', 'former joint', 'joint secretary', 'secretary district', 'district bar', 'bar association', 'association mansa', 'mansa 2017', '2017 18', '18 job', 'job duties', 'duties advice', 'advice clients', 'clients legal', 'legal rights', 'rights matters', 'matters related', 'related law', 'law plead', 'plead clients', 'clients cases', 'cases include', 'include various', 'various international', 'international companies', 'companies courts', 'courts law', 'law forums', 'forums tribunals', 'tribunals boards', 'boards researching', 'researching legal', 'legal precedents', 'precedents gathering', 'gathering evidence', 'evidence trials', 'trials criminal', 'criminal injury', 'injury death', 'death compensation', 'compensation claims', 'claims others', 'others draw', 'draw legal', 'legal documents', 'documents bail', 'bail petitions', 'petitions appeals', 'appeals divorces', 'divorces contracts', 'contracts etc', 'etc negotiates', 'negotiates settlements', 'settlements civil', 'civil disputes', 'disputes act', 'act mediator', 'mediator conciliator', 'conciliator local', 'local commissioner', 'commissioner arbitrator', 'arbitrator per', 'per court', 'court orders', 'orders managing', 'managing private', 'private practice', 'practice 6', '6 years', 'years including', 'including aspects', 'aspects administration', 'administration management', 'management functions', 'functions controlling', 'controlling costs', 'costs achieving', 'achieving objectives', 'objectives related', 'related practice', 'practice law', 'skills knows english', 'knows english native', 'english native speaker', 'native speaker ielts', 'speaker ielts overall', 'ielts overall 8', 'overall 8 listening', '8 listening 8', 'listening 8 reading', '8 reading 8', 'reading 8 writing', '8 writing 7', 'writing 7 speaking', '7 speaking 8', 'speaking 8 5', '8 5 hindi', '5 hindi bilingual', 'hindi bilingual proficiency', 'bilingual proficiency punjabi', 'proficiency punjabi native', 'punjabi native speaker', 'native speaker able', 'speaker able communicate', 'able communicate clearly', 'communicate clearly concisely', 'clearly concisely people', 'concisely people diverse', 'people diverse backgrounds', 'diverse backgrounds levels', 'backgrounds levels authority', 'levels authority exceptional', 'authority exceptional knowledge', 'exceptional knowledge administrative', 'knowledge administrative procedures', 'administrative procedures evidence', 'procedures evidence rules', 'evidence rules trials', 'rules trials can', 'trials can maintain', 'can maintain professional', 'maintain professional attitude', 'professional attitude peers', 'attitude peers co', 'peers co workers', 'co workers clients', 'workers clients times', 'clients times focused', 'times focused driven', 'focused driven always', 'driven always meet', 'always meet deadlines', 'meet deadlines pretrial', 'deadlines pretrial procedures', 'pretrial procedures trials', 'procedures trials appellate', 'trials appellate briefings', 'appellate briefings effectively', 'briefings effectively utilizing', 'effectively utilizing resources', 'utilizing resources a', 'resources a microsoft', 'a microsoft certified', 'microsoft certified systems', 'certified systems engineer', 'systems engineer 2008', 'engineer 2008 much', '2008 much competent', 'much competent windows', 'competent windows word', 'windows word processing', 'word processing software', 'processing software education', 'software education details', 'education details july', 'details july 2009', 'july 2009 may', '2009 may 2012', 'may 2012 bachelor', '2012 bachelor laws', 'bachelor laws bikaner', 'laws bikaner rajasthan', 'bikaner rajasthan maharaja', 'rajasthan maharaja ganga', 'maharaja ganga singh', 'ganga singh university', 'singh university august', 'university august 2008', 'august 2008 november', '2008 november 2008', 'november 2008 microsoft', '2008 microsoft certified', 'microsoft certified systems', 'certified systems engineer', 'systems engineer networking', 'engineer networking chandigarh', 'networking chandigarh july', 'chandigarh july 2005', 'july 2005 april', '2005 april 2008', 'april 2008 bachelor', '2008 bachelor science', 'bachelor science bio', 'science bio informatics', 'bio informatics chandigarh', 'informatics chandigarh chandigarh', 'chandigarh chandigarh panjab', 'chandigarh panjab university', 'panjab university advocate', 'university advocate newcomer', 'advocate newcomer indian', 'newcomer indian advocate', 'indian advocate skill', 'advocate skill details', 'skill details administration', 'details administration exprience', 'administration exprience 72', 'exprience 72 months', '72 months legal', 'months legal research', 'legal research exprience', 'research exprience 72', 'exprience 72 months', '72 months microsoft', 'months microsoft office', 'microsoft office exprience', 'office exprience 72', 'exprience 72 months', '72 months drafting', 'months drafting exprience', 'drafting exprience 72', 'exprience 72 monthscompany', '72 monthscompany details', 'monthscompany details company', 'details company district', 'company district courts', 'district courts description', 'courts description key', 'description key features', 'key features licensed', 'features licensed advocate', 'licensed advocate practice', 'advocate practice 16', 'practice 16 aug', '16 aug 2012', 'aug 2012 bar', '2012 bar council', 'bar council punjab', 'council punjab haryana', 'punjab haryana chandigarh', 'haryana chandigarh admitted', 'chandigarh admitted practice', 'admitted practice district', 'practice district courts', 'district courts mansa', 'courts mansa since', 'mansa since 18', 'since 18 aug', '18 aug 2012', 'aug 2012 su', '2012 su essfully', 'su essfully passed', 'essfully passed all', 'passed all india', 'all india bar', 'india bar examination', 'bar examination aibe', 'examination aibe conducted', 'aibe conducted bar', 'conducted bar council', 'bar council india', 'council india bci', 'india bci september', 'bci september 2013', 'september 2013 lead', '2013 lead sole', 'lead sole counsel', 'sole counsel plaintiff', 'counsel plaintiff respondents', 'plaintiff respondents number', 'respondents number criminal', 'number criminal civil', 'criminal civil trials', 'civil trials since', 'trials since 2012', 'since 2012 prepared', '2012 prepared prosecuted', 'prepared prosecuted conclusion', 'prosecuted conclusion either', 'conclusion either trial', 'either trial settlement', 'trial settlement number', 'settlement number claim', 'number claim cases', 'claim cases involving', 'cases involving personal', 'involving personal injury', 'personal injury death', 'injury death cases', 'death cases working', 'cases working panel', 'working panel district', 'panel district legal', 'district legal services', 'legal services authority', 'services authority mansa', 'authority mansa run', 'mansa run supervision', 'run supervision national', 'supervision national legal', 'national legal services', 'legal services authority', 'services authority india', 'authority india former', 'india former co', 'former co opted', 'co opted member', 'opted member administrative', 'member administrative committee', 'administrative committee punjab', 'committee punjab former', 'punjab former joint', 'former joint secretary', 'joint secretary district', 'secretary district bar', 'district bar association', 'bar association mansa', 'association mansa 2017', 'mansa 2017 18', '2017 18 job', '18 job duties', 'job duties advice', 'duties advice clients', 'advice clients legal', 'clients legal rights', 'legal rights matters', 'rights matters related', 'matters related law', 'related law plead', 'law plead clients', 'plead clients cases', 'clients cases include', 'cases include various', 'include various international', 'various international companies', 'international companies courts', 'companies courts law', 'courts law forums', 'law forums tribunals', 'forums tribunals boards', 'tribunals boards researching', 'boards researching legal', 'researching legal precedents', 'legal precedents gathering', 'precedents gathering evidence', 'gathering evidence trials', 'evidence trials criminal', 'trials criminal injury', 'criminal injury death', 'injury death compensation', 'death compensation claims', 'compensation claims others', 'claims others draw', 'others draw legal', 'draw legal documents', 'legal documents bail', 'documents bail petitions', 'bail petitions appeals', 'petitions appeals divorces', 'appeals divorces contracts', 'divorces contracts etc', 'contracts etc negotiates', 'etc negotiates settlements', 'negotiates settlements civil', 'settlements civil disputes', 'civil disputes act', 'disputes act mediator', 'act mediator conciliator', 'mediator conciliator local', 'conciliator local commissioner', 'local commissioner arbitrator', 'commissioner arbitrator per', 'arbitrator per court', 'per court orders', 'court orders managing', 'orders managing private', 'managing private practice', 'private practice 6', 'practice 6 years', '6 years including', 'years including aspects', 'including aspects administration', 'aspects administration management', 'administration management functions', 'management functions controlling', 'functions controlling costs', 'controlling costs achieving', 'costs achieving objectives', 'achieving objectives related', 'objectives related practice', 'related practice law', 'skills knows english native', 'knows english native speaker', 'english native speaker ielts', 'native speaker ielts overall', 'speaker ielts overall 8', 'ielts overall 8 listening', 'overall 8 listening 8', '8 listening 8 reading', 'listening 8 reading 8', '8 reading 8 writing', 'reading 8 writing 7', '8 writing 7 speaking', 'writing 7 speaking 8', '7 speaking 8 5', 'speaking 8 5 hindi', '8 5 hindi bilingual', '5 hindi bilingual proficiency', 'hindi bilingual proficiency punjabi', 'bilingual proficiency punjabi native', 'proficiency punjabi native speaker', 'punjabi native speaker able', 'native speaker able communicate', 'speaker able communicate clearly', 'able communicate clearly concisely', 'communicate clearly concisely people', 'clearly concisely people diverse', 'concisely people diverse backgrounds', 'people diverse backgrounds levels', 'diverse backgrounds levels authority', 'backgrounds levels authority exceptional', 'levels authority exceptional knowledge', 'authority exceptional knowledge administrative', 'exceptional knowledge administrative procedures', 'knowledge administrative procedures evidence', 'administrative procedures evidence rules', 'procedures evidence rules trials', 'evidence rules trials can', 'rules trials can maintain', 'trials can maintain professional', 'can maintain professional attitude', 'maintain professional attitude peers', 'professional attitude peers co', 'attitude peers co workers', 'peers co workers clients', 'co workers clients times', 'workers clients times focused', 'clients times focused driven', 'times focused driven always', 'focused driven always meet', 'driven always meet deadlines', 'always meet deadlines pretrial', 'meet deadlines pretrial procedures', 'deadlines pretrial procedures trials', 'pretrial procedures trials appellate', 'procedures trials appellate briefings', 'trials appellate briefings effectively', 'appellate briefings effectively utilizing', 'briefings effectively utilizing resources', 'effectively utilizing resources a', 'utilizing resources a microsoft', 'resources a microsoft certified', 'a microsoft certified systems', 'microsoft certified systems engineer', 'certified systems engineer 2008', 'systems engineer 2008 much', 'engineer 2008 much competent', '2008 much competent windows', 'much competent windows word', 'competent windows word processing', 'windows word processing software', 'word processing software education', 'processing software education details', 'software education details july', 'education details july 2009', 'details july 2009 may', 'july 2009 may 2012', '2009 may 2012 bachelor', 'may 2012 bachelor laws', '2012 bachelor laws bikaner', 'bachelor laws bikaner rajasthan', 'laws bikaner rajasthan maharaja', 'bikaner rajasthan maharaja ganga', 'rajasthan maharaja ganga singh', 'maharaja ganga singh university', 'ganga singh university august', 'singh university august 2008', 'university august 2008 november', 'august 2008 november 2008', '2008 november 2008 microsoft', 'november 2008 microsoft certified', '2008 microsoft certified systems', 'microsoft certified systems engineer', 'certified systems engineer networking', 'systems engineer networking chandigarh', 'engineer networking chandigarh july', 'networking chandigarh july 2005', 'chandigarh july 2005 april', ...], ['qualification', 'introduction', 'computer', 'extraeducation', 'details', 'january', '2001', 'january', '2003', 'master', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1998', 'january', '2001', 'bachelor', 'law', 'chennai', 'tamil', 'nadu', 'dr', 'ambedkar', 'law', 'university', 'january', '1995', 'january', '1998', 'bachelor', 'english', 'literature', 'tirunelveli', 'tamil', 'nadu', 'manonmaniam', 'sundaranar', 'university', 'advocate', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'practiced', 'description', 'high', 'court', 'judicature', 'madras', 'india', 'city', 'civil', 'court', 'chennai', 'debt', 'recovery', 'tribunal', 'chennai', 'consumer', 'forums', 'chennai', 'labour', 'courts', 'small', 'causes', 'courts', 'rent', 'control', 'courts', 'legal', 'advisor', 'christian', 'institute', 'management', 'chennai', '2016', 'legal', 'advisor', 'ruah', 'church', 'chennai', 'nessa', 'trust', 'till', '2018', 'qualification introduction', 'introduction computer', 'computer extraeducation', 'extraeducation details', 'details january', 'january 2001', '2001 january', 'january 2003', '2003 master', 'master law', 'law chennai', 'chennai tamil', 'tamil nadu', 'nadu dr', 'dr ambedkar', 'ambedkar law', 'law university', 'university january', 'january 1998', '1998 january', 'january 2001', '2001 bachelor', 'bachelor law', 'law chennai', 'chennai tamil', 'tamil nadu', 'nadu dr', 'dr ambedkar', 'ambedkar law', 'law university', 'university january', 'january 1995', '1995 january', 'january 1998', '1998 bachelor', 'bachelor english', 'english literature', 'literature tirunelveli', 'tirunelveli tamil', 'tamil nadu', 'nadu manonmaniam', 'manonmaniam sundaranar', 'sundaranar university', 'university advocate', 'advocate advocate', 'advocate skill', 'skill details', 'details company', 'company details', 'details company', 'company practiced', 'practiced description', 'description high', 'high court', 'court judicature', 'judicature madras', 'madras india', 'india city', 'city civil', 'civil court', 'court chennai', 'chennai debt', 'debt recovery', 'recovery tribunal', 'tribunal chennai', 'chennai consumer', 'consumer forums', 'forums chennai', 'chennai labour', 'labour courts', 'courts small', 'small causes', 'causes courts', 'courts rent', 'rent control', 'control courts', 'courts legal', 'legal advisor', 'advisor christian', 'christian institute', 'institute management', 'management chennai', 'chennai 2016', '2016 legal', 'legal advisor', 'advisor ruah', 'ruah church', 'church chennai', 'chennai nessa', 'nessa trust', 'trust till', 'till 2018', 'qualification introduction computer', 'introduction computer extraeducation', 'computer extraeducation details', 'extraeducation details january', 'details january 2001', 'january 2001 january', '2001 january 2003', 'january 2003 master', '2003 master law', 'master law chennai', 'law chennai tamil', 'chennai tamil nadu', 'tamil nadu dr', 'nadu dr ambedkar', 'dr ambedkar law', 'ambedkar law university', 'law university january', 'university january 1998', 'january 1998 january', '1998 january 2001', 'january 2001 bachelor', '2001 bachelor law', 'bachelor law chennai', 'law chennai tamil', 'chennai tamil nadu', 'tamil nadu dr', 'nadu dr ambedkar', 'dr ambedkar law', 'ambedkar law university', 'law university january', 'university january 1995', 'january 1995 january', '1995 january 1998', 'january 1998 bachelor', '1998 bachelor english', 'bachelor english literature', 'english literature tirunelveli', 'literature tirunelveli tamil', 'tirunelveli tamil nadu', 'tamil nadu manonmaniam', 'nadu manonmaniam sundaranar', 'manonmaniam sundaranar university', 'sundaranar university advocate', 'university advocate advocate', 'advocate advocate skill', 'advocate skill details', 'skill details company', 'details company details', 'company details company', 'details company practiced', 'company practiced description', 'practiced description high', 'description high court', 'high court judicature', 'court judicature madras', 'judicature madras india', 'madras india city', 'india city civil', 'city civil court', 'civil court chennai', 'court chennai debt', 'chennai debt recovery', 'debt recovery tribunal', 'recovery tribunal chennai', 'tribunal chennai consumer', 'chennai consumer forums', 'consumer forums chennai', 'forums chennai labour', 'chennai labour courts', 'labour courts small', 'courts small causes', 'small causes courts', 'causes courts rent', 'courts rent control', 'rent control courts', 'control courts legal', 'courts legal advisor', 'legal advisor christian', 'advisor christian institute', 'christian institute management', 'institute management chennai', 'management chennai 2016', 'chennai 2016 legal', '2016 legal advisor', 'legal advisor ruah', 'advisor ruah church', 'ruah church chennai', 'church chennai nessa', 'chennai nessa trust', 'nessa trust till', 'trust till 2018', 'qualification introduction computer extraeducation', 'introduction computer extraeducation details', 'computer extraeducation details january', 'extraeducation details january 2001', 'details january 2001 january', 'january 2001 january 2003', '2001 january 2003 master', 'january 2003 master law', '2003 master law chennai', 'master law chennai tamil', 'law chennai tamil nadu', 'chennai tamil nadu dr', 'tamil nadu dr ambedkar', 'nadu dr ambedkar law', 'dr ambedkar law university', 'ambedkar law university january', 'law university january 1998', 'university january 1998 january', 'january 1998 january 2001', '1998 january 2001 bachelor', 'january 2001 bachelor law', '2001 bachelor law chennai', 'bachelor law chennai tamil', 'law chennai tamil nadu', 'chennai tamil nadu dr', 'tamil nadu dr ambedkar', 'nadu dr ambedkar law', 'dr ambedkar law university', 'ambedkar law university january', 'law university january 1995', 'university january 1995 january', 'january 1995 january 1998', '1995 january 1998 bachelor', 'january 1998 bachelor english', '1998 bachelor english literature', 'bachelor english literature tirunelveli', 'english literature tirunelveli tamil', 'literature tirunelveli tamil nadu', 'tirunelveli tamil nadu manonmaniam', 'tamil nadu manonmaniam sundaranar', 'nadu manonmaniam sundaranar university', 'manonmaniam sundaranar university advocate', 'sundaranar university advocate advocate', 'university advocate advocate skill', 'advocate advocate skill details', 'advocate skill details company', 'skill details company details', 'details company details company', 'company details company practiced', 'details company practiced description', 'company practiced description high', 'practiced description high court', 'description high court judicature', 'high court judicature madras', 'court judicature madras india', 'judicature madras india city', 'madras india city civil', 'india city civil court', 'city civil court chennai', 'civil court chennai debt', 'court chennai debt recovery', 'chennai debt recovery tribunal', 'debt recovery tribunal chennai', 'recovery tribunal chennai consumer', 'tribunal chennai consumer forums', 'chennai consumer forums chennai', 'consumer forums chennai labour', 'forums chennai labour courts', 'chennai labour courts small', 'labour courts small causes', 'courts small causes courts', 'small causes courts rent', 'causes courts rent control', 'courts rent control courts', 'rent control courts legal', 'control courts legal advisor', 'courts legal advisor christian', 'legal advisor christian institute', 'advisor christian institute management', 'christian institute management chennai', 'institute management chennai 2016', 'management chennai 2016 legal', 'chennai 2016 legal advisor', '2016 legal advisor ruah', 'legal advisor ruah church', 'advisor ruah church chennai', 'ruah church chennai nessa', 'church chennai nessa trust', 'chennai nessa trust till', 'nessa trust till 2018', 'qualification introduction computer extraeducation details', 'introduction computer extraeducation details january', 'computer extraeducation details january 2001', 'extraeducation details january 2001 january', 'details january 2001 january 2003', 'january 2001 january 2003 master', '2001 january 2003 master law', 'january 2003 master law chennai', '2003 master law chennai tamil', 'master law chennai tamil nadu', 'law chennai tamil nadu dr', 'chennai tamil nadu dr ambedkar', 'tamil nadu dr ambedkar law', 'nadu dr ambedkar law university', 'dr ambedkar law university january', 'ambedkar law university january 1998', 'law university january 1998 january', 'university january 1998 january 2001', 'january 1998 january 2001 bachelor', '1998 january 2001 bachelor law', 'january 2001 bachelor law chennai', '2001 bachelor law chennai tamil', 'bachelor law chennai tamil nadu', 'law chennai tamil nadu dr', 'chennai tamil nadu dr ambedkar', 'tamil nadu dr ambedkar law', 'nadu dr ambedkar law university', 'dr ambedkar law university january', 'ambedkar law university january 1995', 'law university january 1995 january', 'university january 1995 january 1998', 'january 1995 january 1998 bachelor', '1995 january 1998 bachelor english', 'january 1998 bachelor english literature', '1998 bachelor english literature tirunelveli', 'bachelor english literature tirunelveli tamil', 'english literature tirunelveli tamil nadu', 'literature tirunelveli tamil nadu manonmaniam', 'tirunelveli tamil nadu manonmaniam sundaranar', 'tamil nadu manonmaniam sundaranar university', 'nadu manonmaniam sundaranar university advocate', 'manonmaniam sundaranar university advocate advocate', 'sundaranar university advocate advocate skill', 'university advocate advocate skill details', 'advocate advocate skill details company', 'advocate skill details company details', 'skill details company details company', 'details company details company practiced', 'company details company practiced description', 'details company practiced description high', 'company practiced description high court', 'practiced description high court judicature', 'description high court judicature madras', 'high court judicature madras india', 'court judicature madras india city', 'judicature madras india city civil', 'madras india city civil court', 'india city civil court chennai', 'city civil court chennai debt', 'civil court chennai debt recovery', 'court chennai debt recovery tribunal', 'chennai debt recovery tribunal chennai', 'debt recovery tribunal chennai consumer', 'recovery tribunal chennai consumer forums', 'tribunal chennai consumer forums chennai', 'chennai consumer forums chennai labour', 'consumer forums chennai labour courts', 'forums chennai labour courts small', 'chennai labour courts small causes', 'labour courts small causes courts', 'courts small causes courts rent', 'small causes courts rent control', 'causes courts rent control courts', 'courts rent control courts legal', 'rent control courts legal advisor', 'control courts legal advisor christian', 'courts legal advisor christian institute', 'legal advisor christian institute management', 'advisor christian institute management chennai', 'christian institute management chennai 2016', 'institute management chennai 2016 legal', 'management chennai 2016 legal advisor', 'chennai 2016 legal advisor ruah', '2016 legal advisor ruah church', 'legal advisor ruah church chennai', 'advisor ruah church chennai nessa', 'ruah church chennai nessa trust', 'church chennai nessa trust till', 'chennai nessa trust till 2018', 'qualification introduction computer extraeducation details january', 'introduction computer extraeducation details january 2001', 'computer extraeducation details january 2001 january', 'extraeducation details january 2001 january 2003', 'details january 2001 january 2003 master', 'january 2001 january 2003 master law', '2001 january 2003 master law chennai', 'january 2003 master law chennai tamil', '2003 master law chennai tamil nadu', 'master law chennai tamil nadu dr', 'law chennai tamil nadu dr ambedkar', 'chennai tamil nadu dr ambedkar law', 'tamil nadu dr ambedkar law university', 'nadu dr ambedkar law university january', 'dr ambedkar law university january 1998', 'ambedkar law university january 1998 january', 'law university january 1998 january 2001', 'university january 1998 january 2001 bachelor', 'january 1998 january 2001 bachelor law', '1998 january 2001 bachelor law chennai', 'january 2001 bachelor law chennai tamil', '2001 bachelor law chennai tamil nadu', 'bachelor law chennai tamil nadu dr', 'law chennai tamil nadu dr ambedkar', 'chennai tamil nadu dr ambedkar law', 'tamil nadu dr ambedkar law university', 'nadu dr ambedkar law university january', 'dr ambedkar law university january 1995', 'ambedkar law university january 1995 january', 'law university january 1995 january 1998', 'university january 1995 january 1998 bachelor', 'january 1995 january 1998 bachelor english', '1995 january 1998 bachelor english literature', 'january 1998 bachelor english literature tirunelveli', '1998 bachelor english literature tirunelveli tamil', 'bachelor english literature tirunelveli tamil nadu', 'english literature tirunelveli tamil nadu manonmaniam', 'literature tirunelveli tamil nadu manonmaniam sundaranar', 'tirunelveli tamil nadu manonmaniam sundaranar university', 'tamil nadu manonmaniam sundaranar university advocate', 'nadu manonmaniam sundaranar university advocate advocate', 'manonmaniam sundaranar university advocate advocate skill', 'sundaranar university advocate advocate skill details', 'university advocate advocate skill details company', 'advocate advocate skill details company details', 'advocate skill details company details company', 'skill details company details company practiced', 'details company details company practiced description', 'company details company practiced description high', 'details company practiced description high court', 'company practiced description high court judicature', 'practiced description high court judicature madras', 'description high court judicature madras india', 'high court judicature madras india city', 'court judicature madras india city civil', 'judicature madras india city civil court', 'madras india city civil court chennai', 'india city civil court chennai debt', 'city civil court chennai debt recovery', 'civil court chennai debt recovery tribunal', 'court chennai debt recovery tribunal chennai', 'chennai debt recovery tribunal chennai consumer', 'debt recovery tribunal chennai consumer forums', 'recovery tribunal chennai consumer forums chennai', 'tribunal chennai consumer forums chennai labour', 'chennai consumer forums chennai labour courts', 'consumer forums chennai labour courts small', 'forums chennai labour courts small causes', 'chennai labour courts small causes courts', 'labour courts small causes courts rent', 'courts small causes courts rent control', 'small causes courts rent control courts', 'causes courts rent control courts legal', 'courts rent control courts legal advisor', 'rent control courts legal advisor christian', 'control courts legal advisor christian institute', 'courts legal advisor christian institute management', 'legal advisor christian institute management chennai', 'advisor christian institute management chennai 2016', 'christian institute management chennai 2016 legal', 'institute management chennai 2016 legal advisor', 'management chennai 2016 legal advisor ruah', 'chennai 2016 legal advisor ruah church', '2016 legal advisor ruah church chennai', 'legal advisor ruah church chennai nessa', 'advisor ruah church chennai nessa trust', 'ruah church chennai nessa trust till', 'church chennai nessa trust till 2018', 'qualification introduction computer extraeducation details january 2001', 'introduction computer extraeducation details january 2001 january', 'computer extraeducation details january 2001 january 2003', 'extraeducation details january 2001 january 2003 master', 'details january 2001 january 2003 master law', 'january 2001 january 2003 master law chennai', '2001 january 2003 master law chennai tamil', 'january 2003 master law chennai tamil nadu', '2003 master law chennai tamil nadu dr', 'master law chennai tamil nadu dr ambedkar', 'law chennai tamil nadu dr ambedkar law', 'chennai tamil nadu dr ambedkar law university', 'tamil nadu dr ambedkar law university january', 'nadu dr ambedkar law university january 1998', 'dr ambedkar law university january 1998 january', 'ambedkar law university january 1998 january 2001', 'law university january 1998 january 2001 bachelor', 'university january 1998 january 2001 bachelor law', 'january 1998 january 2001 bachelor law chennai', '1998 january 2001 bachelor law chennai tamil', 'january 2001 bachelor law chennai tamil nadu', '2001 bachelor law chennai tamil nadu dr', 'bachelor law chennai tamil nadu dr ambedkar', 'law chennai tamil nadu dr ambedkar law', 'chennai tamil nadu dr ambedkar law university', 'tamil nadu dr ambedkar law university january', 'nadu dr ambedkar law university january 1995', 'dr ambedkar law university january 1995 january', 'ambedkar law university january 1995 january 1998', 'law university january 1995 january 1998 bachelor', 'university january 1995 january 1998 bachelor english', 'january 1995 january 1998 bachelor english literature', '1995 january 1998 bachelor english literature tirunelveli', 'january 1998 bachelor english literature tirunelveli tamil', '1998 bachelor english literature tirunelveli tamil nadu', 'bachelor english literature tirunelveli tamil nadu manonmaniam', 'english literature tirunelveli tamil nadu manonmaniam sundaranar', 'literature tirunelveli tamil nadu manonmaniam sundaranar university', 'tirunelveli tamil nadu manonmaniam sundaranar university advocate', 'tamil nadu manonmaniam sundaranar university advocate advocate', 'nadu manonmaniam sundaranar university advocate advocate skill', 'manonmaniam sundaranar university advocate advocate skill details', 'sundaranar university advocate advocate skill details company', 'university advocate advocate skill details company details', 'advocate advocate skill details company details company', 'advocate skill details company details company practiced', 'skill details company details company practiced description', 'details company details company practiced description high', 'company details company practiced description high court', 'details company practiced description high court judicature', 'company practiced description high court judicature madras', 'practiced description high court judicature madras india', 'description high court judicature madras india city', 'high court judicature madras india city civil', 'court judicature madras india city civil court', 'judicature madras india city civil court chennai', 'madras india city civil court chennai debt', 'india city civil court chennai debt recovery', 'city civil court chennai debt recovery tribunal', 'civil court chennai debt recovery tribunal chennai', 'court chennai debt recovery tribunal chennai consumer', 'chennai debt recovery tribunal chennai consumer forums', 'debt recovery tribunal chennai consumer forums chennai', 'recovery tribunal chennai consumer forums chennai labour', 'tribunal chennai consumer forums chennai labour courts', 'chennai consumer forums chennai labour courts small', 'consumer forums chennai labour courts small causes', 'forums chennai labour courts small causes courts', 'chennai labour courts small causes courts rent', 'labour courts small causes courts rent control', 'courts small causes courts rent control courts', 'small causes courts rent control courts legal', 'causes courts rent control courts legal advisor', 'courts rent control courts legal advisor christian', 'rent control courts legal advisor christian institute', 'control courts legal advisor christian institute management', 'courts legal advisor christian institute management chennai', 'legal advisor christian institute management chennai 2016', 'advisor christian institute management chennai 2016 legal', 'christian institute management chennai 2016 legal advisor', 'institute management chennai 2016 legal advisor ruah', 'management chennai 2016 legal advisor ruah church', 'chennai 2016 legal advisor ruah church chennai', '2016 legal advisor ruah church chennai nessa', 'legal advisor ruah church chennai nessa trust', 'advisor ruah church chennai nessa trust till', 'ruah church chennai nessa trust till 2018', 'qualification introduction computer extraeducation details january 2001 january', 'introduction computer extraeducation details january 2001 january 2003', 'computer extraeducation details january 2001 january 2003 master', 'extraeducation details january 2001 january 2003 master law', 'details january 2001 january 2003 master law chennai', 'january 2001 january 2003 master law chennai tamil', '2001 january 2003 master law chennai tamil nadu', 'january 2003 master law chennai tamil nadu dr', '2003 master law chennai tamil nadu dr ambedkar', 'master law chennai tamil nadu dr ambedkar law', 'law chennai tamil nadu dr ambedkar law university', 'chennai tamil nadu dr ambedkar law university january', 'tamil nadu dr ambedkar law university january 1998', 'nadu dr ambedkar law university january 1998 january', 'dr ambedkar law university january 1998 january 2001', 'ambedkar law university january 1998 january 2001 bachelor', 'law university january 1998 january 2001 bachelor law', 'university january 1998 january 2001 bachelor law chennai', 'january 1998 january 2001 bachelor law chennai tamil', '1998 january 2001 bachelor law chennai tamil nadu', 'january 2001 bachelor law chennai tamil nadu dr', '2001 bachelor law chennai tamil nadu dr ambedkar', 'bachelor law chennai tamil nadu dr ambedkar law', 'law chennai tamil nadu dr ambedkar law university', 'chennai tamil nadu dr ambedkar law university january', 'tamil nadu dr ambedkar law university january 1995', 'nadu dr ambedkar law university january 1995 january', 'dr ambedkar law university january 1995 january 1998', 'ambedkar law university january 1995 january 1998 bachelor', 'law university january 1995 january 1998 bachelor english', 'university january 1995 january 1998 bachelor english literature', 'january 1995 january 1998 bachelor english literature tirunelveli', '1995 january 1998 bachelor english literature tirunelveli tamil', 'january 1998 bachelor english literature tirunelveli tamil nadu', '1998 bachelor english literature tirunelveli tamil nadu manonmaniam', 'bachelor english literature tirunelveli tamil nadu manonmaniam sundaranar', 'english literature tirunelveli tamil nadu manonmaniam sundaranar university', 'literature tirunelveli tamil nadu manonmaniam sundaranar university advocate', 'tirunelveli tamil nadu manonmaniam sundaranar university advocate advocate', 'tamil nadu manonmaniam sundaranar university advocate advocate skill', 'nadu manonmaniam sundaranar university advocate advocate skill details', 'manonmaniam sundaranar university advocate advocate skill details company', 'sundaranar university advocate advocate skill details company details', 'university advocate advocate skill details company details company', 'advocate advocate skill details company details company practiced', 'advocate skill details company details company practiced description', 'skill details company details company practiced description high', 'details company details company practiced description high court', 'company details company practiced description high court judicature', 'details company practiced description high court judicature madras', 'company practiced description high court judicature madras india', 'practiced description high court judicature madras india city', 'description high court judicature madras india city civil', 'high court judicature madras india city civil court', 'court judicature madras india city civil court chennai', 'judicature madras india city civil court chennai debt', 'madras india city civil court chennai debt recovery', 'india city civil court chennai debt recovery tribunal', 'city civil court chennai debt recovery tribunal chennai', 'civil court chennai debt recovery tribunal chennai consumer', 'court chennai debt recovery tribunal chennai consumer forums', 'chennai debt recovery tribunal chennai consumer forums chennai', 'debt recovery tribunal chennai consumer forums chennai labour', 'recovery tribunal chennai consumer forums chennai labour courts', 'tribunal chennai consumer forums chennai labour courts small', 'chennai consumer forums chennai labour courts small causes', 'consumer forums chennai labour courts small causes courts', 'forums chennai labour courts small causes courts rent', 'chennai labour courts small causes courts rent control', 'labour courts small causes courts rent control courts', 'courts small causes courts rent control courts legal', 'small causes courts rent control courts legal advisor', 'causes courts rent control courts legal advisor christian', 'courts rent control courts legal advisor christian institute', 'rent control courts legal advisor christian institute management', 'control courts legal advisor christian institute management chennai', 'courts legal advisor christian institute management chennai 2016', 'legal advisor christian institute management chennai 2016 legal', 'advisor christian institute management chennai 2016 legal advisor', 'christian institute management chennai 2016 legal advisor ruah', 'institute management chennai 2016 legal advisor ruah church', 'management chennai 2016 legal advisor ruah church chennai', 'chennai 2016 legal advisor ruah church chennai nessa', '2016 legal advisor ruah church chennai nessa trust', 'legal advisor ruah church chennai nessa trust till', 'advisor ruah church chennai nessa trust till 2018', 'qualification introduction computer extraeducation details january 2001 january 2003', 'introduction computer extraeducation details january 2001 january 2003 master', 'computer extraeducation details january 2001 january 2003 master law', 'extraeducation details january 2001 january 2003 master law chennai', 'details january 2001 january 2003 master law chennai tamil', 'january 2001 january 2003 master law chennai tamil nadu', '2001 january 2003 master law chennai tamil nadu dr', 'january 2003 master law chennai tamil nadu dr ambedkar', '2003 master law chennai tamil nadu dr ambedkar law', 'master law chennai tamil nadu dr ambedkar law university', 'law chennai tamil nadu dr ambedkar law university january', 'chennai tamil nadu dr ambedkar law university january 1998', 'tamil nadu dr ambedkar law university january 1998 january', 'nadu dr ambedkar law university january 1998 january 2001', 'dr ambedkar law university january 1998 january 2001 bachelor', 'ambedkar law university january 1998 january 2001 bachelor law', 'law university january 1998 january 2001 bachelor law chennai', 'university january 1998 january 2001 bachelor law chennai tamil', 'january 1998 january 2001 bachelor law chennai tamil nadu', '1998 january 2001 bachelor law chennai tamil nadu dr', 'january 2001 bachelor law chennai tamil nadu dr ambedkar', '2001 bachelor law chennai tamil nadu dr ambedkar law', 'bachelor law chennai tamil nadu dr ambedkar law university', 'law chennai tamil nadu dr ambedkar law university january', 'chennai tamil nadu dr ambedkar law university january 1995', 'tamil nadu dr ambedkar law university january 1995 january', 'nadu dr ambedkar law university january 1995 january 1998', 'dr ambedkar law university january 1995 january 1998 bachelor', 'ambedkar law university january 1995 january 1998 bachelor english', 'law university january 1995 january 1998 bachelor english literature', 'university january 1995 january 1998 bachelor english literature tirunelveli', 'january 1995 january 1998 bachelor english literature tirunelveli tamil', '1995 january 1998 bachelor english literature tirunelveli tamil nadu', 'january 1998 bachelor english literature tirunelveli tamil nadu manonmaniam', '1998 bachelor english literature tirunelveli tamil nadu manonmaniam sundaranar', 'bachelor english literature tirunelveli tamil nadu manonmaniam sundaranar university', 'english literature tirunelveli tamil nadu manonmaniam sundaranar university advocate', 'literature tirunelveli tamil nadu manonmaniam sundaranar university advocate advocate', 'tirunelveli tamil nadu manonmaniam sundaranar university advocate advocate skill', 'tamil nadu manonmaniam sundaranar university advocate advocate skill details', 'nadu manonmaniam sundaranar university advocate advocate skill details company', 'manonmaniam sundaranar university advocate advocate skill details company details', 'sundaranar university advocate advocate skill details company details company', 'university advocate advocate skill details company details company practiced', 'advocate advocate skill details company details company practiced description', 'advocate skill details company details company practiced description high', 'skill details company details company practiced description high court', 'details company details company practiced description high court judicature', 'company details company practiced description high court judicature madras', 'details company practiced description high court judicature madras india', 'company practiced description high court judicature madras india city', 'practiced description high court judicature madras india city civil', 'description high court judicature madras india city civil court', 'high court judicature madras india city civil court chennai', 'court judicature madras india city civil court chennai debt', 'judicature madras india city civil court chennai debt recovery', 'madras india city civil court chennai debt recovery tribunal', 'india city civil court chennai debt recovery tribunal chennai', 'city civil court chennai debt recovery tribunal chennai consumer', 'civil court chennai debt recovery tribunal chennai consumer forums', 'court chennai debt recovery tribunal chennai consumer forums chennai', 'chennai debt recovery tribunal chennai consumer forums chennai labour', 'debt recovery tribunal chennai consumer forums chennai labour courts', 'recovery tribunal chennai consumer forums chennai labour courts small', 'tribunal chennai consumer forums chennai labour courts small causes', 'chennai consumer forums chennai labour courts small causes courts', 'consumer forums chennai labour courts small causes courts rent', 'forums chennai labour courts small causes courts rent control', 'chennai labour courts small causes courts rent control courts', 'labour courts small causes courts rent control courts legal', 'courts small causes courts rent control courts legal advisor', 'small causes courts rent control courts legal advisor christian', 'causes courts rent control courts legal advisor christian institute', 'courts rent control courts legal advisor christian institute management', 'rent control courts legal advisor christian institute management chennai', 'control courts legal advisor christian institute management chennai 2016', 'courts legal advisor christian institute management chennai 2016 legal', 'legal advisor christian institute management chennai 2016 legal advisor', 'advisor christian institute management chennai 2016 legal advisor ruah', 'christian institute management chennai 2016 legal advisor ruah church', 'institute management chennai 2016 legal advisor ruah church chennai', 'management chennai 2016 legal advisor ruah church chennai nessa', 'chennai 2016 legal advisor ruah church chennai nessa trust', '2016 legal advisor ruah church chennai nessa trust till', 'legal advisor ruah church chennai nessa trust till 2018'], ['skills', 'natural', 'languages', 'proficient', 'english', 'hindi', 'marathi', 'computer', 'skills', 'proficient', 'ms', 'office', 'internet', 'operation', 'education', 'details', 'january', '2015', 'january', '2018', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2015', 'b', 'm', 'm', 'mumbai', 'maharashtra', 's', 'k', 'somaiya', 'college', 'mumbai', 'university', 'h', 's', 'c', 'asmita', 'girls', 'junior', 'college', 'maharashtra', 'board', 's', 's', 'c', 'vidya', 'bhawan', 'maharashtra', 'board', 'advocate', 'llb', 'student', 'journalist', 'skill', 'details', 'company', 'details', 'company', 'criminal', 'lawyer', 'law', 'firm', 'description', 'skills natural', 'natural languages', 'languages proficient', 'proficient english', 'english hindi', 'hindi marathi', 'marathi computer', 'computer skills', 'skills proficient', 'proficient ms', 'ms office', 'office internet', 'internet operation', 'operation education', 'education details', 'details january', 'january 2015', '2015 january', 'january 2018', '2018 llb', 'llb law', 'law mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2015', '2015 b', 'b m', 'm m', 'm mumbai', 'mumbai maharashtra', 'maharashtra s', 's k', 'k somaiya', 'somaiya college', 'college mumbai', 'mumbai university', 'university h', 'h s', 's c', 'c asmita', 'asmita girls', 'girls junior', 'junior college', 'college maharashtra', 'maharashtra board', 'board s', 's s', 's c', 'c vidya', 'vidya bhawan', 'bhawan maharashtra', 'maharashtra board', 'board advocate', 'advocate llb', 'llb student', 'student journalist', 'journalist skill', 'skill details', 'details company', 'company details', 'details company', 'company criminal', 'criminal lawyer', 'lawyer law', 'law firm', 'firm description', 'skills natural languages', 'natural languages proficient', 'languages proficient english', 'proficient english hindi', 'english hindi marathi', 'hindi marathi computer', 'marathi computer skills', 'computer skills proficient', 'skills proficient ms', 'proficient ms office', 'ms office internet', 'office internet operation', 'internet operation education', 'operation education details', 'education details january', 'details january 2015', 'january 2015 january', '2015 january 2018', 'january 2018 llb', '2018 llb law', 'llb law mumbai', 'law mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2015', 'january 2015 b', '2015 b m', 'b m m', 'm m mumbai', 'm mumbai maharashtra', 'mumbai maharashtra s', 'maharashtra s k', 's k somaiya', 'k somaiya college', 'somaiya college mumbai', 'college mumbai university', 'mumbai university h', 'university h s', 'h s c', 's c asmita', 'c asmita girls', 'asmita girls junior', 'girls junior college', 'junior college maharashtra', 'college maharashtra board', 'maharashtra board s', 'board s s', 's s c', 's c vidya', 'c vidya bhawan', 'vidya bhawan maharashtra', 'bhawan maharashtra board', 'maharashtra board advocate', 'board advocate llb', 'advocate llb student', 'llb student journalist', 'student journalist skill', 'journalist skill details', 'skill details company', 'details company details', 'company details company', 'details company criminal', 'company criminal lawyer', 'criminal lawyer law', 'lawyer law firm', 'law firm description', 'skills natural languages proficient', 'natural languages proficient english', 'languages proficient english hindi', 'proficient english hindi marathi', 'english hindi marathi computer', 'hindi marathi computer skills', 'marathi computer skills proficient', 'computer skills proficient ms', 'skills proficient ms office', 'proficient ms office internet', 'ms office internet operation', 'office internet operation education', 'internet operation education details', 'operation education details january', 'education details january 2015', 'details january 2015 january', 'january 2015 january 2018', '2015 january 2018 llb', 'january 2018 llb law', '2018 llb law mumbai', 'llb law mumbai maharashtra', 'law mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2015', 'university january 2015 b', 'january 2015 b m', '2015 b m m', 'b m m mumbai', 'm m mumbai maharashtra', 'm mumbai maharashtra s', 'mumbai maharashtra s k', 'maharashtra s k somaiya', 's k somaiya college', 'k somaiya college mumbai', 'somaiya college mumbai university', 'college mumbai university h', 'mumbai university h s', 'university h s c', 'h s c asmita', 's c asmita girls', 'c asmita girls junior', 'asmita girls junior college', 'girls junior college maharashtra', 'junior college maharashtra board', 'college maharashtra board s', 'maharashtra board s s', 'board s s c', 's s c vidya', 's c vidya bhawan', 'c vidya bhawan maharashtra', 'vidya bhawan maharashtra board', 'bhawan maharashtra board advocate', 'maharashtra board advocate llb', 'board advocate llb student', 'advocate llb student journalist', 'llb student journalist skill', 'student journalist skill details', 'journalist skill details company', 'skill details company details', 'details company details company', 'company details company criminal', 'details company criminal lawyer', 'company criminal lawyer law', 'criminal lawyer law firm', 'lawyer law firm description', 'skills natural languages proficient english', 'natural languages proficient english hindi', 'languages proficient english hindi marathi', 'proficient english hindi marathi computer', 'english hindi marathi computer skills', 'hindi marathi computer skills proficient', 'marathi computer skills proficient ms', 'computer skills proficient ms office', 'skills proficient ms office internet', 'proficient ms office internet operation', 'ms office internet operation education', 'office internet operation education details', 'internet operation education details january', 'operation education details january 2015', 'education details january 2015 january', 'details january 2015 january 2018', 'january 2015 january 2018 llb', '2015 january 2018 llb law', 'january 2018 llb law mumbai', '2018 llb law mumbai maharashtra', 'llb law mumbai maharashtra mumbai', 'law mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university january', 'maharashtra mumbai university january 2015', 'mumbai university january 2015 b', 'university january 2015 b m', 'january 2015 b m m', '2015 b m m mumbai', 'b m m mumbai maharashtra', 'm m mumbai maharashtra s', 'm mumbai maharashtra s k', 'mumbai maharashtra s k somaiya', 'maharashtra s k somaiya college', 's k somaiya college mumbai', 'k somaiya college mumbai university', 'somaiya college mumbai university h', 'college mumbai university h s', 'mumbai university h s c', 'university h s c asmita', 'h s c asmita girls', 's c asmita girls junior', 'c asmita girls junior college', 'asmita girls junior college maharashtra', 'girls junior college maharashtra board', 'junior college maharashtra board s', 'college maharashtra board s s', 'maharashtra board s s c', 'board s s c vidya', 's s c vidya bhawan', 's c vidya bhawan maharashtra', 'c vidya bhawan maharashtra board', 'vidya bhawan maharashtra board advocate', 'bhawan maharashtra board advocate llb', 'maharashtra board advocate llb student', 'board advocate llb student journalist', 'advocate llb student journalist skill', 'llb student journalist skill details', 'student journalist skill details company', 'journalist skill details company details', 'skill details company details company', 'details company details company criminal', 'company details company criminal lawyer', 'details company criminal lawyer law', 'company criminal lawyer law firm', 'criminal lawyer law firm description', 'skills natural languages proficient english hindi', 'natural languages proficient english hindi marathi', 'languages proficient english hindi marathi computer', 'proficient english hindi marathi computer skills', 'english hindi marathi computer skills proficient', 'hindi marathi computer skills proficient ms', 'marathi computer skills proficient ms office', 'computer skills proficient ms office internet', 'skills proficient ms office internet operation', 'proficient ms office internet operation education', 'ms office internet operation education details', 'office internet operation education details january', 'internet operation education details january 2015', 'operation education details january 2015 january', 'education details january 2015 january 2018', 'details january 2015 january 2018 llb', 'january 2015 january 2018 llb law', '2015 january 2018 llb law mumbai', 'january 2018 llb law mumbai maharashtra', '2018 llb law mumbai maharashtra mumbai', 'llb law mumbai maharashtra mumbai university', 'law mumbai maharashtra mumbai university january', 'mumbai maharashtra mumbai university january 2015', 'maharashtra mumbai university january 2015 b', 'mumbai university january 2015 b m', 'university january 2015 b m m', 'january 2015 b m m mumbai', '2015 b m m mumbai maharashtra', 'b m m mumbai maharashtra s', 'm m mumbai maharashtra s k', 'm mumbai maharashtra s k somaiya', 'mumbai maharashtra s k somaiya college', 'maharashtra s k somaiya college mumbai', 's k somaiya college mumbai university', 'k somaiya college mumbai university h', 'somaiya college mumbai university h s', 'college mumbai university h s c', 'mumbai university h s c asmita', 'university h s c asmita girls', 'h s c asmita girls junior', 's c asmita girls junior college', 'c asmita girls junior college maharashtra', 'asmita girls junior college maharashtra board', 'girls junior college maharashtra board s', 'junior college maharashtra board s s', 'college maharashtra board s s c', 'maharashtra board s s c vidya', 'board s s c vidya bhawan', 's s c vidya bhawan maharashtra', 's c vidya bhawan maharashtra board', 'c vidya bhawan maharashtra board advocate', 'vidya bhawan maharashtra board advocate llb', 'bhawan maharashtra board advocate llb student', 'maharashtra board advocate llb student journalist', 'board advocate llb student journalist skill', 'advocate llb student journalist skill details', 'llb student journalist skill details company', 'student journalist skill details company details', 'journalist skill details company details company', 'skill details company details company criminal', 'details company details company criminal lawyer', 'company details company criminal lawyer law', 'details company criminal lawyer law firm', 'company criminal lawyer law firm description', 'skills natural languages proficient english hindi marathi', 'natural languages proficient english hindi marathi computer', 'languages proficient english hindi marathi computer skills', 'proficient english hindi marathi computer skills proficient', 'english hindi marathi computer skills proficient ms', 'hindi marathi computer skills proficient ms office', 'marathi computer skills proficient ms office internet', 'computer skills proficient ms office internet operation', 'skills proficient ms office internet operation education', 'proficient ms office internet operation education details', 'ms office internet operation education details january', 'office internet operation education details january 2015', 'internet operation education details january 2015 january', 'operation education details january 2015 january 2018', 'education details january 2015 january 2018 llb', 'details january 2015 january 2018 llb law', 'january 2015 january 2018 llb law mumbai', '2015 january 2018 llb law mumbai maharashtra', 'january 2018 llb law mumbai maharashtra mumbai', '2018 llb law mumbai maharashtra mumbai university', 'llb law mumbai maharashtra mumbai university january', 'law mumbai maharashtra mumbai university january 2015', 'mumbai maharashtra mumbai university january 2015 b', 'maharashtra mumbai university january 2015 b m', 'mumbai university january 2015 b m m', 'university january 2015 b m m mumbai', 'january 2015 b m m mumbai maharashtra', '2015 b m m mumbai maharashtra s', 'b m m mumbai maharashtra s k', 'm m mumbai maharashtra s k somaiya', 'm mumbai maharashtra s k somaiya college', 'mumbai maharashtra s k somaiya college mumbai', 'maharashtra s k somaiya college mumbai university', 's k somaiya college mumbai university h', 'k somaiya college mumbai university h s', 'somaiya college mumbai university h s c', 'college mumbai university h s c asmita', 'mumbai university h s c asmita girls', 'university h s c asmita girls junior', 'h s c asmita girls junior college', 's c asmita girls junior college maharashtra', 'c asmita girls junior college maharashtra board', 'asmita girls junior college maharashtra board s', 'girls junior college maharashtra board s s', 'junior college maharashtra board s s c', 'college maharashtra board s s c vidya', 'maharashtra board s s c vidya bhawan', 'board s s c vidya bhawan maharashtra', 's s c vidya bhawan maharashtra board', 's c vidya bhawan maharashtra board advocate', 'c vidya bhawan maharashtra board advocate llb', 'vidya bhawan maharashtra board advocate llb student', 'bhawan maharashtra board advocate llb student journalist', 'maharashtra board advocate llb student journalist skill', 'board advocate llb student journalist skill details', 'advocate llb student journalist skill details company', 'llb student journalist skill details company details', 'student journalist skill details company details company', 'journalist skill details company details company criminal', 'skill details company details company criminal lawyer', 'details company details company criminal lawyer law', 'company details company criminal lawyer law firm', 'details company criminal lawyer law firm description', 'skills natural languages proficient english hindi marathi computer', 'natural languages proficient english hindi marathi computer skills', 'languages proficient english hindi marathi computer skills proficient', 'proficient english hindi marathi computer skills proficient ms', 'english hindi marathi computer skills proficient ms office', 'hindi marathi computer skills proficient ms office internet', 'marathi computer skills proficient ms office internet operation', 'computer skills proficient ms office internet operation education', 'skills proficient ms office internet operation education details', 'proficient ms office internet operation education details january', 'ms office internet operation education details january 2015', 'office internet operation education details january 2015 january', 'internet operation education details january 2015 january 2018', 'operation education details january 2015 january 2018 llb', 'education details january 2015 january 2018 llb law', 'details january 2015 january 2018 llb law mumbai', 'january 2015 january 2018 llb law mumbai maharashtra', '2015 january 2018 llb law mumbai maharashtra mumbai', 'january 2018 llb law mumbai maharashtra mumbai university', '2018 llb law mumbai maharashtra mumbai university january', 'llb law mumbai maharashtra mumbai university january 2015', 'law mumbai maharashtra mumbai university january 2015 b', 'mumbai maharashtra mumbai university january 2015 b m', 'maharashtra mumbai university january 2015 b m m', 'mumbai university january 2015 b m m mumbai', 'university january 2015 b m m mumbai maharashtra', 'january 2015 b m m mumbai maharashtra s', '2015 b m m mumbai maharashtra s k', 'b m m mumbai maharashtra s k somaiya', 'm m mumbai maharashtra s k somaiya college', 'm mumbai maharashtra s k somaiya college mumbai', 'mumbai maharashtra s k somaiya college mumbai university', 'maharashtra s k somaiya college mumbai university h', 's k somaiya college mumbai university h s', 'k somaiya college mumbai university h s c', 'somaiya college mumbai university h s c asmita', 'college mumbai university h s c asmita girls', 'mumbai university h s c asmita girls junior', 'university h s c asmita girls junior college', 'h s c asmita girls junior college maharashtra', 's c asmita girls junior college maharashtra board', 'c asmita girls junior college maharashtra board s', 'asmita girls junior college maharashtra board s s', 'girls junior college maharashtra board s s c', 'junior college maharashtra board s s c vidya', 'college maharashtra board s s c vidya bhawan', 'maharashtra board s s c vidya bhawan maharashtra', 'board s s c vidya bhawan maharashtra board', 's s c vidya bhawan maharashtra board advocate', 's c vidya bhawan maharashtra board advocate llb', 'c vidya bhawan maharashtra board advocate llb student', 'vidya bhawan maharashtra board advocate llb student journalist', 'bhawan maharashtra board advocate llb student journalist skill', 'maharashtra board advocate llb student journalist skill details', 'board advocate llb student journalist skill details company', 'advocate llb student journalist skill details company details', 'llb student journalist skill details company details company', 'student journalist skill details company details company criminal', 'journalist skill details company details company criminal lawyer', 'skill details company details company criminal lawyer law', 'details company details company criminal lawyer law firm', 'company details company criminal lawyer law firm description', 'skills natural languages proficient english hindi marathi computer skills', 'natural languages proficient english hindi marathi computer skills proficient', 'languages proficient english hindi marathi computer skills proficient ms', 'proficient english hindi marathi computer skills proficient ms office', 'english hindi marathi computer skills proficient ms office internet', 'hindi marathi computer skills proficient ms office internet operation', 'marathi computer skills proficient ms office internet operation education', 'computer skills proficient ms office internet operation education details', 'skills proficient ms office internet operation education details january', 'proficient ms office internet operation education details january 2015', 'ms office internet operation education details january 2015 january', 'office internet operation education details january 2015 january 2018', 'internet operation education details january 2015 january 2018 llb', 'operation education details january 2015 january 2018 llb law', 'education details january 2015 january 2018 llb law mumbai', 'details january 2015 january 2018 llb law mumbai maharashtra', 'january 2015 january 2018 llb law mumbai maharashtra mumbai', '2015 january 2018 llb law mumbai maharashtra mumbai university', 'january 2018 llb law mumbai maharashtra mumbai university january', '2018 llb law mumbai maharashtra mumbai university january 2015', 'llb law mumbai maharashtra mumbai university january 2015 b', 'law mumbai maharashtra mumbai university january 2015 b m', 'mumbai maharashtra mumbai university january 2015 b m m', 'maharashtra mumbai university january 2015 b m m mumbai', 'mumbai university january 2015 b m m mumbai maharashtra', 'university january 2015 b m m mumbai maharashtra s', 'january 2015 b m m mumbai maharashtra s k', '2015 b m m mumbai maharashtra s k somaiya', 'b m m mumbai maharashtra s k somaiya college', 'm m mumbai maharashtra s k somaiya college mumbai', 'm mumbai maharashtra s k somaiya college mumbai university', 'mumbai maharashtra s k somaiya college mumbai university h', 'maharashtra s k somaiya college mumbai university h s', 's k somaiya college mumbai university h s c', 'k somaiya college mumbai university h s c asmita', 'somaiya college mumbai university h s c asmita girls', 'college mumbai university h s c asmita girls junior', 'mumbai university h s c asmita girls junior college', 'university h s c asmita girls junior college maharashtra', 'h s c asmita girls junior college maharashtra board', 's c asmita girls junior college maharashtra board s', 'c asmita girls junior college maharashtra board s s', 'asmita girls junior college maharashtra board s s c', 'girls junior college maharashtra board s s c vidya', 'junior college maharashtra board s s c vidya bhawan', 'college maharashtra board s s c vidya bhawan maharashtra', 'maharashtra board s s c vidya bhawan maharashtra board', 'board s s c vidya bhawan maharashtra board advocate', 's s c vidya bhawan maharashtra board advocate llb', 's c vidya bhawan maharashtra board advocate llb student', 'c vidya bhawan maharashtra board advocate llb student journalist', 'vidya bhawan maharashtra board advocate llb student journalist skill', 'bhawan maharashtra board advocate llb student journalist skill details', 'maharashtra board advocate llb student journalist skill details company', 'board advocate llb student journalist skill details company details', 'advocate llb student journalist skill details company details company', 'llb student journalist skill details company details company criminal', 'student journalist skill details company details company criminal lawyer', 'journalist skill details company details company criminal lawyer law', 'skill details company details company criminal lawyer law firm', 'details company details company criminal lawyer law firm description'], ['skills', 'legal', 'writing', 'efficient', 'researcher', 'legal', 'education', 'family', 'law', 'criminal', 'defence', 'environment', 'law', 'litigation', 'business', 'legal', 'issue', 'banking', 'law', 'commercial', 'laweducation', 'details', 'january', '2014', 'llm', 'criminology', 'pune', 'maharashtra', 'university', 'pune', 'january', '2012', 'llb', 'law', 'pune', 'maharashtra', 'university', 'pune', 'january', '2012', 'diploma', 'labour', 'law', 'pune', 'maharashtra', 'university', 'pune', 'advocate', 'advocate', 'skill', 'details', 'legal', 'writing', 'exprience', '6', 'months', 'litigation', 'exprience', '6', 'monthscompany', 'details', 'company', 'family', 'criminal', 'district', 'session', 'court', 'description', 'legal', 'consultancy', 'services', 'co', 'operative', 'banks', 'scheduled', 'banks', 'private', 'banks', 'clients', 'federal', 'bank', 'chinchwad', 'pune', 'bharat', 'co', 'operative', 'bank', 'chinchwad', 'pune', 'icici', 'bank', 'scope', 'work', 'finalising', 'loan', 'agreements', 'mortgage', 'agreement', 'release', 'deed', 'notice', 'intimation', 'title', 'deed', 'search', 'report', 'd', 'cases', 'legal', 'notices', 'recovery', 'dues', 'filing', 'summary', 'suits', 'paper', 'notice', 'power', 'attorney', 'indemnity', 'bond', 'family', 'law', 'legal', 'consultancy', 'representation', 'matters', 'relating', 'family', 'disputes', 'marriage', 'divorce', 'su', 'ession', 'adoption', 'etc', 'lok', 'adalat', 'panel', 'judicial', 'member', 'four', 'times', 'skills legal', 'legal writing', 'writing efficient', 'efficient researcher', 'researcher legal', 'legal education', 'education family', 'family law', 'law criminal', 'criminal defence', 'defence environment', 'environment law', 'law litigation', 'litigation business', 'business legal', 'legal issue', 'issue banking', 'banking law', 'law commercial', 'commercial laweducation', 'laweducation details', 'details january', 'january 2014', '2014 llm', 'llm criminology', 'criminology pune', 'pune maharashtra', 'maharashtra university', 'university pune', 'pune january', 'january 2012', '2012 llb', 'llb law', 'law pune', 'pune maharashtra', 'maharashtra university', 'university pune', 'pune january', 'january 2012', '2012 diploma', 'diploma labour', 'labour law', 'law pune', 'pune maharashtra', 'maharashtra university', 'university pune', 'pune advocate', 'advocate advocate', 'advocate skill', 'skill details', 'details legal', 'legal writing', 'writing exprience', 'exprience 6', '6 months', 'months litigation', 'litigation exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company family', 'family criminal', 'criminal district', 'district session', 'session court', 'court description', 'description legal', 'legal consultancy', 'consultancy services', 'services co', 'co operative', 'operative banks', 'banks scheduled', 'scheduled banks', 'banks private', 'private banks', 'banks clients', 'clients federal', 'federal bank', 'bank chinchwad', 'chinchwad pune', 'pune bharat', 'bharat co', 'co operative', 'operative bank', 'bank chinchwad', 'chinchwad pune', 'pune icici', 'icici bank', 'bank scope', 'scope work', 'work finalising', 'finalising loan', 'loan agreements', 'agreements mortgage', 'mortgage agreement', 'agreement release', 'release deed', 'deed notice', 'notice intimation', 'intimation title', 'title deed', 'deed search', 'search report', 'report d', 'd cases', 'cases legal', 'legal notices', 'notices recovery', 'recovery dues', 'dues filing', 'filing summary', 'summary suits', 'suits paper', 'paper notice', 'notice power', 'power attorney', 'attorney indemnity', 'indemnity bond', 'bond family', 'family law', 'law legal', 'legal consultancy', 'consultancy representation', 'representation matters', 'matters relating', 'relating family', 'family disputes', 'disputes marriage', 'marriage divorce', 'divorce su', 'su ession', 'ession adoption', 'adoption etc', 'etc lok', 'lok adalat', 'adalat panel', 'panel judicial', 'judicial member', 'member four', 'four times', 'skills legal writing', 'legal writing efficient', 'writing efficient researcher', 'efficient researcher legal', 'researcher legal education', 'legal education family', 'education family law', 'family law criminal', 'law criminal defence', 'criminal defence environment', 'defence environment law', 'environment law litigation', 'law litigation business', 'litigation business legal', 'business legal issue', 'legal issue banking', 'issue banking law', 'banking law commercial', 'law commercial laweducation', 'commercial laweducation details', 'laweducation details january', 'details january 2014', 'january 2014 llm', '2014 llm criminology', 'llm criminology pune', 'criminology pune maharashtra', 'pune maharashtra university', 'maharashtra university pune', 'university pune january', 'pune january 2012', 'january 2012 llb', '2012 llb law', 'llb law pune', 'law pune maharashtra', 'pune maharashtra university', 'maharashtra university pune', 'university pune january', 'pune january 2012', 'january 2012 diploma', '2012 diploma labour', 'diploma labour law', 'labour law pune', 'law pune maharashtra', 'pune maharashtra university', 'maharashtra university pune', 'university pune advocate', 'pune advocate advocate', 'advocate advocate skill', 'advocate skill details', 'skill details legal', 'details legal writing', 'legal writing exprience', 'writing exprience 6', 'exprience 6 months', '6 months litigation', 'months litigation exprience', 'litigation exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company family', 'company family criminal', 'family criminal district', 'criminal district session', 'district session court', 'session court description', 'court description legal', 'description legal consultancy', 'legal consultancy services', 'consultancy services co', 'services co operative', 'co operative banks', 'operative banks scheduled', 'banks scheduled banks', 'scheduled banks private', 'banks private banks', 'private banks clients', 'banks clients federal', 'clients federal bank', 'federal bank chinchwad', 'bank chinchwad pune', 'chinchwad pune bharat', 'pune bharat co', 'bharat co operative', 'co operative bank', 'operative bank chinchwad', 'bank chinchwad pune', 'chinchwad pune icici', 'pune icici bank', 'icici bank scope', 'bank scope work', 'scope work finalising', 'work finalising loan', 'finalising loan agreements', 'loan agreements mortgage', 'agreements mortgage agreement', 'mortgage agreement release', 'agreement release deed', 'release deed notice', 'deed notice intimation', 'notice intimation title', 'intimation title deed', 'title deed search', 'deed search report', 'search report d', 'report d cases', 'd cases legal', 'cases legal notices', 'legal notices recovery', 'notices recovery dues', 'recovery dues filing', 'dues filing summary', 'filing summary suits', 'summary suits paper', 'suits paper notice', 'paper notice power', 'notice power attorney', 'power attorney indemnity', 'attorney indemnity bond', 'indemnity bond family', 'bond family law', 'family law legal', 'law legal consultancy', 'legal consultancy representation', 'consultancy representation matters', 'representation matters relating', 'matters relating family', 'relating family disputes', 'family disputes marriage', 'disputes marriage divorce', 'marriage divorce su', 'divorce su ession', 'su ession adoption', 'ession adoption etc', 'adoption etc lok', 'etc lok adalat', 'lok adalat panel', 'adalat panel judicial', 'panel judicial member', 'judicial member four', 'member four times', 'skills legal writing efficient', 'legal writing efficient researcher', 'writing efficient researcher legal', 'efficient researcher legal education', 'researcher legal education family', 'legal education family law', 'education family law criminal', 'family law criminal defence', 'law criminal defence environment', 'criminal defence environment law', 'defence environment law litigation', 'environment law litigation business', 'law litigation business legal', 'litigation business legal issue', 'business legal issue banking', 'legal issue banking law', 'issue banking law commercial', 'banking law commercial laweducation', 'law commercial laweducation details', 'commercial laweducation details january', 'laweducation details january 2014', 'details january 2014 llm', 'january 2014 llm criminology', '2014 llm criminology pune', 'llm criminology pune maharashtra', 'criminology pune maharashtra university', 'pune maharashtra university pune', 'maharashtra university pune january', 'university pune january 2012', 'pune january 2012 llb', 'january 2012 llb law', '2012 llb law pune', 'llb law pune maharashtra', 'law pune maharashtra university', 'pune maharashtra university pune', 'maharashtra university pune january', 'university pune january 2012', 'pune january 2012 diploma', 'january 2012 diploma labour', '2012 diploma labour law', 'diploma labour law pune', 'labour law pune maharashtra', 'law pune maharashtra university', 'pune maharashtra university pune', 'maharashtra university pune advocate', 'university pune advocate advocate', 'pune advocate advocate skill', 'advocate advocate skill details', 'advocate skill details legal', 'skill details legal writing', 'details legal writing exprience', 'legal writing exprience 6', 'writing exprience 6 months', 'exprience 6 months litigation', '6 months litigation exprience', 'months litigation exprience 6', 'litigation exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company family', 'details company family criminal', 'company family criminal district', 'family criminal district session', 'criminal district session court', 'district session court description', 'session court description legal', 'court description legal consultancy', 'description legal consultancy services', 'legal consultancy services co', 'consultancy services co operative', 'services co operative banks', 'co operative banks scheduled', 'operative banks scheduled banks', 'banks scheduled banks private', 'scheduled banks private banks', 'banks private banks clients', 'private banks clients federal', 'banks clients federal bank', 'clients federal bank chinchwad', 'federal bank chinchwad pune', 'bank chinchwad pune bharat', 'chinchwad pune bharat co', 'pune bharat co operative', 'bharat co operative bank', 'co operative bank chinchwad', 'operative bank chinchwad pune', 'bank chinchwad pune icici', 'chinchwad pune icici bank', 'pune icici bank scope', 'icici bank scope work', 'bank scope work finalising', 'scope work finalising loan', 'work finalising loan agreements', 'finalising loan agreements mortgage', 'loan agreements mortgage agreement', 'agreements mortgage agreement release', 'mortgage agreement release deed', 'agreement release deed notice', 'release deed notice intimation', 'deed notice intimation title', 'notice intimation title deed', 'intimation title deed search', 'title deed search report', 'deed search report d', 'search report d cases', 'report d cases legal', 'd cases legal notices', 'cases legal notices recovery', 'legal notices recovery dues', 'notices recovery dues filing', 'recovery dues filing summary', 'dues filing summary suits', 'filing summary suits paper', 'summary suits paper notice', 'suits paper notice power', 'paper notice power attorney', 'notice power attorney indemnity', 'power attorney indemnity bond', 'attorney indemnity bond family', 'indemnity bond family law', 'bond family law legal', 'family law legal consultancy', 'law legal consultancy representation', 'legal consultancy representation matters', 'consultancy representation matters relating', 'representation matters relating family', 'matters relating family disputes', 'relating family disputes marriage', 'family disputes marriage divorce', 'disputes marriage divorce su', 'marriage divorce su ession', 'divorce su ession adoption', 'su ession adoption etc', 'ession adoption etc lok', 'adoption etc lok adalat', 'etc lok adalat panel', 'lok adalat panel judicial', 'adalat panel judicial member', 'panel judicial member four', 'judicial member four times', 'skills legal writing efficient researcher', 'legal writing efficient researcher legal', 'writing efficient researcher legal education', 'efficient researcher legal education family', 'researcher legal education family law', 'legal education family law criminal', 'education family law criminal defence', 'family law criminal defence environment', 'law criminal defence environment law', 'criminal defence environment law litigation', 'defence environment law litigation business', 'environment law litigation business legal', 'law litigation business legal issue', 'litigation business legal issue banking', 'business legal issue banking law', 'legal issue banking law commercial', 'issue banking law commercial laweducation', 'banking law commercial laweducation details', 'law commercial laweducation details january', 'commercial laweducation details january 2014', 'laweducation details january 2014 llm', 'details january 2014 llm criminology', 'january 2014 llm criminology pune', '2014 llm criminology pune maharashtra', 'llm criminology pune maharashtra university', 'criminology pune maharashtra university pune', 'pune maharashtra university pune january', 'maharashtra university pune january 2012', 'university pune january 2012 llb', 'pune january 2012 llb law', 'january 2012 llb law pune', '2012 llb law pune maharashtra', 'llb law pune maharashtra university', 'law pune maharashtra university pune', 'pune maharashtra university pune january', 'maharashtra university pune january 2012', 'university pune january 2012 diploma', 'pune january 2012 diploma labour', 'january 2012 diploma labour law', '2012 diploma labour law pune', 'diploma labour law pune maharashtra', 'labour law pune maharashtra university', 'law pune maharashtra university pune', 'pune maharashtra university pune advocate', 'maharashtra university pune advocate advocate', 'university pune advocate advocate skill', 'pune advocate advocate skill details', 'advocate advocate skill details legal', 'advocate skill details legal writing', 'skill details legal writing exprience', 'details legal writing exprience 6', 'legal writing exprience 6 months', 'writing exprience 6 months litigation', 'exprience 6 months litigation exprience', '6 months litigation exprience 6', 'months litigation exprience 6 monthscompany', 'litigation exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company family', 'monthscompany details company family criminal', 'details company family criminal district', 'company family criminal district session', 'family criminal district session court', 'criminal district session court description', 'district session court description legal', 'session court description legal consultancy', 'court description legal consultancy services', 'description legal consultancy services co', 'legal consultancy services co operative', 'consultancy services co operative banks', 'services co operative banks scheduled', 'co operative banks scheduled banks', 'operative banks scheduled banks private', 'banks scheduled banks private banks', 'scheduled banks private banks clients', 'banks private banks clients federal', 'private banks clients federal bank', 'banks clients federal bank chinchwad', 'clients federal bank chinchwad pune', 'federal bank chinchwad pune bharat', 'bank chinchwad pune bharat co', 'chinchwad pune bharat co operative', 'pune bharat co operative bank', 'bharat co operative bank chinchwad', 'co operative bank chinchwad pune', 'operative bank chinchwad pune icici', 'bank chinchwad pune icici bank', 'chinchwad pune icici bank scope', 'pune icici bank scope work', 'icici bank scope work finalising', 'bank scope work finalising loan', 'scope work finalising loan agreements', 'work finalising loan agreements mortgage', 'finalising loan agreements mortgage agreement', 'loan agreements mortgage agreement release', 'agreements mortgage agreement release deed', 'mortgage agreement release deed notice', 'agreement release deed notice intimation', 'release deed notice intimation title', 'deed notice intimation title deed', 'notice intimation title deed search', 'intimation title deed search report', 'title deed search report d', 'deed search report d cases', 'search report d cases legal', 'report d cases legal notices', 'd cases legal notices recovery', 'cases legal notices recovery dues', 'legal notices recovery dues filing', 'notices recovery dues filing summary', 'recovery dues filing summary suits', 'dues filing summary suits paper', 'filing summary suits paper notice', 'summary suits paper notice power', 'suits paper notice power attorney', 'paper notice power attorney indemnity', 'notice power attorney indemnity bond', 'power attorney indemnity bond family', 'attorney indemnity bond family law', 'indemnity bond family law legal', 'bond family law legal consultancy', 'family law legal consultancy representation', 'law legal consultancy representation matters', 'legal consultancy representation matters relating', 'consultancy representation matters relating family', 'representation matters relating family disputes', 'matters relating family disputes marriage', 'relating family disputes marriage divorce', 'family disputes marriage divorce su', 'disputes marriage divorce su ession', 'marriage divorce su ession adoption', 'divorce su ession adoption etc', 'su ession adoption etc lok', 'ession adoption etc lok adalat', 'adoption etc lok adalat panel', 'etc lok adalat panel judicial', 'lok adalat panel judicial member', 'adalat panel judicial member four', 'panel judicial member four times', 'skills legal writing efficient researcher legal', 'legal writing efficient researcher legal education', 'writing efficient researcher legal education family', 'efficient researcher legal education family law', 'researcher legal education family law criminal', 'legal education family law criminal defence', 'education family law criminal defence environment', 'family law criminal defence environment law', 'law criminal defence environment law litigation', 'criminal defence environment law litigation business', 'defence environment law litigation business legal', 'environment law litigation business legal issue', 'law litigation business legal issue banking', 'litigation business legal issue banking law', 'business legal issue banking law commercial', 'legal issue banking law commercial laweducation', 'issue banking law commercial laweducation details', 'banking law commercial laweducation details january', 'law commercial laweducation details january 2014', 'commercial laweducation details january 2014 llm', 'laweducation details january 2014 llm criminology', 'details january 2014 llm criminology pune', 'january 2014 llm criminology pune maharashtra', '2014 llm criminology pune maharashtra university', 'llm criminology pune maharashtra university pune', 'criminology pune maharashtra university pune january', 'pune maharashtra university pune january 2012', 'maharashtra university pune january 2012 llb', 'university pune january 2012 llb law', 'pune january 2012 llb law pune', 'january 2012 llb law pune maharashtra', '2012 llb law pune maharashtra university', 'llb law pune maharashtra university pune', 'law pune maharashtra university pune january', 'pune maharashtra university pune january 2012', 'maharashtra university pune january 2012 diploma', 'university pune january 2012 diploma labour', 'pune january 2012 diploma labour law', 'january 2012 diploma labour law pune', '2012 diploma labour law pune maharashtra', 'diploma labour law pune maharashtra university', 'labour law pune maharashtra university pune', 'law pune maharashtra university pune advocate', 'pune maharashtra university pune advocate advocate', 'maharashtra university pune advocate advocate skill', 'university pune advocate advocate skill details', 'pune advocate advocate skill details legal', 'advocate advocate skill details legal writing', 'advocate skill details legal writing exprience', 'skill details legal writing exprience 6', 'details legal writing exprience 6 months', 'legal writing exprience 6 months litigation', 'writing exprience 6 months litigation exprience', 'exprience 6 months litigation exprience 6', '6 months litigation exprience 6 monthscompany', 'months litigation exprience 6 monthscompany details', 'litigation exprience 6 monthscompany details company', 'exprience 6 monthscompany details company family', '6 monthscompany details company family criminal', 'monthscompany details company family criminal district', 'details company family criminal district session', 'company family criminal district session court', 'family criminal district session court description', 'criminal district session court description legal', 'district session court description legal consultancy', 'session court description legal consultancy services', 'court description legal consultancy services co', 'description legal consultancy services co operative', 'legal consultancy services co operative banks', 'consultancy services co operative banks scheduled', 'services co operative banks scheduled banks', 'co operative banks scheduled banks private', 'operative banks scheduled banks private banks', 'banks scheduled banks private banks clients', 'scheduled banks private banks clients federal', 'banks private banks clients federal bank', 'private banks clients federal bank chinchwad', 'banks clients federal bank chinchwad pune', 'clients federal bank chinchwad pune bharat', 'federal bank chinchwad pune bharat co', 'bank chinchwad pune bharat co operative', 'chinchwad pune bharat co operative bank', 'pune bharat co operative bank chinchwad', 'bharat co operative bank chinchwad pune', 'co operative bank chinchwad pune icici', 'operative bank chinchwad pune icici bank', 'bank chinchwad pune icici bank scope', 'chinchwad pune icici bank scope work', 'pune icici bank scope work finalising', 'icici bank scope work finalising loan', 'bank scope work finalising loan agreements', 'scope work finalising loan agreements mortgage', 'work finalising loan agreements mortgage agreement', 'finalising loan agreements mortgage agreement release', 'loan agreements mortgage agreement release deed', 'agreements mortgage agreement release deed notice', 'mortgage agreement release deed notice intimation', 'agreement release deed notice intimation title', 'release deed notice intimation title deed', 'deed notice intimation title deed search', 'notice intimation title deed search report', 'intimation title deed search report d', 'title deed search report d cases', 'deed search report d cases legal', 'search report d cases legal notices', 'report d cases legal notices recovery', 'd cases legal notices recovery dues', 'cases legal notices recovery dues filing', 'legal notices recovery dues filing summary', 'notices recovery dues filing summary suits', 'recovery dues filing summary suits paper', 'dues filing summary suits paper notice', 'filing summary suits paper notice power', 'summary suits paper notice power attorney', 'suits paper notice power attorney indemnity', 'paper notice power attorney indemnity bond', 'notice power attorney indemnity bond family', 'power attorney indemnity bond family law', 'attorney indemnity bond family law legal', 'indemnity bond family law legal consultancy', 'bond family law legal consultancy representation', 'family law legal consultancy representation matters', 'law legal consultancy representation matters relating', 'legal consultancy representation matters relating family', 'consultancy representation matters relating family disputes', 'representation matters relating family disputes marriage', 'matters relating family disputes marriage divorce', 'relating family disputes marriage divorce su', 'family disputes marriage divorce su ession', 'disputes marriage divorce su ession adoption', 'marriage divorce su ession adoption etc', 'divorce su ession adoption etc lok', 'su ession adoption etc lok adalat', 'ession adoption etc lok adalat panel', 'adoption etc lok adalat panel judicial', 'etc lok adalat panel judicial member', 'lok adalat panel judicial member four', 'adalat panel judicial member four times', 'skills legal writing efficient researcher legal education', 'legal writing efficient researcher legal education family', 'writing efficient researcher legal education family law', 'efficient researcher legal education family law criminal', 'researcher legal education family law criminal defence', 'legal education family law criminal defence environment', 'education family law criminal defence environment law', 'family law criminal defence environment law litigation', 'law criminal defence environment law litigation business', 'criminal defence environment law litigation business legal', 'defence environment law litigation business legal issue', 'environment law litigation business legal issue banking', 'law litigation business legal issue banking law', 'litigation business legal issue banking law commercial', 'business legal issue banking law commercial laweducation', 'legal issue banking law commercial laweducation details', 'issue banking law commercial laweducation details january', 'banking law commercial laweducation details january 2014', 'law commercial laweducation details january 2014 llm', 'commercial laweducation details january 2014 llm criminology', 'laweducation details january 2014 llm criminology pune', 'details january 2014 llm criminology pune maharashtra', 'january 2014 llm criminology pune maharashtra university', '2014 llm criminology pune maharashtra university pune', 'llm criminology pune maharashtra university pune january', 'criminology pune maharashtra university pune january 2012', 'pune maharashtra university pune january 2012 llb', 'maharashtra university pune january 2012 llb law', 'university pune january 2012 llb law pune', 'pune january 2012 llb law pune maharashtra', 'january 2012 llb law pune maharashtra university', '2012 llb law pune maharashtra university pune', 'llb law pune maharashtra university pune january', 'law pune maharashtra university pune january 2012', 'pune maharashtra university pune january 2012 diploma', 'maharashtra university pune january 2012 diploma labour', 'university pune january 2012 diploma labour law', 'pune january 2012 diploma labour law pune', 'january 2012 diploma labour law pune maharashtra', '2012 diploma labour law pune maharashtra university', 'diploma labour law pune maharashtra university pune', 'labour law pune maharashtra university pune advocate', 'law pune maharashtra university pune advocate advocate', 'pune maharashtra university pune advocate advocate skill', 'maharashtra university pune advocate advocate skill details', 'university pune advocate advocate skill details legal', 'pune advocate advocate skill details legal writing', 'advocate advocate skill details legal writing exprience', 'advocate skill details legal writing exprience 6', 'skill details legal writing exprience 6 months', 'details legal writing exprience 6 months litigation', 'legal writing exprience 6 months litigation exprience', 'writing exprience 6 months litigation exprience 6', 'exprience 6 months litigation exprience 6 monthscompany', '6 months litigation exprience 6 monthscompany details', 'months litigation exprience 6 monthscompany details company', 'litigation exprience 6 monthscompany details company family', 'exprience 6 monthscompany details company family criminal', '6 monthscompany details company family criminal district', 'monthscompany details company family criminal district session', 'details company family criminal district session court', 'company family criminal district session court description', 'family criminal district session court description legal', 'criminal district session court description legal consultancy', 'district session court description legal consultancy services', 'session court description legal consultancy services co', 'court description legal consultancy services co operative', 'description legal consultancy services co operative banks', 'legal consultancy services co operative banks scheduled', 'consultancy services co operative banks scheduled banks', 'services co operative banks scheduled banks private', 'co operative banks scheduled banks private banks', 'operative banks scheduled banks private banks clients', 'banks scheduled banks private banks clients federal', 'scheduled banks private banks clients federal bank', 'banks private banks clients federal bank chinchwad', 'private banks clients federal bank chinchwad pune', 'banks clients federal bank chinchwad pune bharat', 'clients federal bank chinchwad pune bharat co', 'federal bank chinchwad pune bharat co operative', 'bank chinchwad pune bharat co operative bank', 'chinchwad pune bharat co operative bank chinchwad', 'pune bharat co operative bank chinchwad pune', 'bharat co operative bank chinchwad pune icici', 'co operative bank chinchwad pune icici bank', 'operative bank chinchwad pune icici bank scope', 'bank chinchwad pune icici bank scope work', 'chinchwad pune icici bank scope work finalising', 'pune icici bank scope work finalising loan', 'icici bank scope work finalising loan agreements', 'bank scope work finalising loan agreements mortgage', 'scope work finalising loan agreements mortgage agreement', 'work finalising loan agreements mortgage agreement release', 'finalising loan agreements mortgage agreement release deed', 'loan agreements mortgage agreement release deed notice', 'agreements mortgage agreement release deed notice intimation', 'mortgage agreement release deed notice intimation title', 'agreement release deed notice intimation title deed', 'release deed notice intimation title deed search', 'deed notice intimation title deed search report', 'notice intimation title deed search report d', 'intimation title deed search report d cases', 'title deed search report d cases legal', 'deed search report d cases legal notices', 'search report d cases legal notices recovery', 'report d cases legal notices recovery dues', 'd cases legal notices recovery dues filing', 'cases legal notices recovery dues filing summary', 'legal notices recovery dues filing summary suits', 'notices recovery dues filing summary suits paper', 'recovery dues filing summary suits paper notice', 'dues filing summary suits paper notice power', 'filing summary suits paper notice power attorney', 'summary suits paper notice power attorney indemnity', 'suits paper notice power attorney indemnity bond', 'paper notice power attorney indemnity bond family', 'notice power attorney indemnity bond family law', 'power attorney indemnity bond family law legal', 'attorney indemnity bond family law legal consultancy', 'indemnity bond family law legal consultancy representation', 'bond family law legal consultancy representation matters', 'family law legal consultancy representation matters relating', 'law legal consultancy representation matters relating family', 'legal consultancy representation matters relating family disputes', 'consultancy representation matters relating family disputes marriage', 'representation matters relating family disputes marriage divorce', 'matters relating family disputes marriage divorce su', 'relating family disputes marriage divorce su ession', 'family disputes marriage divorce su ession adoption', 'disputes marriage divorce su ession adoption etc', 'marriage divorce su ession adoption etc lok', 'divorce su ession adoption etc lok adalat', 'su ession adoption etc lok adalat panel', 'ession adoption etc lok adalat panel judicial', 'adoption etc lok adalat panel judicial member', 'etc lok adalat panel judicial member four', 'lok adalat panel judicial member four times', 'skills legal writing efficient researcher legal education family', 'legal writing efficient researcher legal education family law', 'writing efficient researcher legal education family law criminal', 'efficient researcher legal education family law criminal defence', 'researcher legal education family law criminal defence environment', 'legal education family law criminal defence environment law', 'education family law criminal defence environment law litigation', 'family law criminal defence environment law litigation business', 'law criminal defence environment law litigation business legal', 'criminal defence environment law litigation business legal issue', 'defence environment law litigation business legal issue banking', 'environment law litigation business legal issue banking law', 'law litigation business legal issue banking law commercial', 'litigation business legal issue banking law commercial laweducation', 'business legal issue banking law commercial laweducation details', 'legal issue banking law commercial laweducation details january', 'issue banking law commercial laweducation details january 2014', 'banking law commercial laweducation details january 2014 llm', 'law commercial laweducation details january 2014 llm criminology', 'commercial laweducation details january 2014 llm criminology pune', ...], ['good', 'grasping', 'quality', 'skillful', 'work', 'education', 'details', 'march', '2013', 'march', '2018', 'b', 'a', 'll', 'b', 'law', 'solapur', 'maharashtra', 'solapur', 'university', 'advocate', 'skill', 'details', 'good', 'knowledge', 'typing', 'well', 'many', 'activities', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'district', 'session', 'court', 'solapur', 'description', 'forward', 'thinking', 'individual', 'refined', 'interpersonal', 'multitasking', 'skills', 'looking', 'join', 'progressive', 'organization', 'provide', 'assistance', 'legal', 'work', 'company', 'district', 'session', 'court', 'solapur', 'description', 'provide', 'legal', 'assistance', 'legal', 'work', 'good grasping', 'grasping quality', 'quality skillful', 'skillful work', 'work education', 'education details', 'details march', 'march 2013', '2013 march', 'march 2018', '2018 b', 'b a', 'a ll', 'll b', 'b law', 'law solapur', 'solapur maharashtra', 'maharashtra solapur', 'solapur university', 'university advocate', 'advocate skill', 'skill details', 'details good', 'good knowledge', 'knowledge typing', 'typing well', 'well many', 'many activities', 'activities exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company district', 'district session', 'session court', 'court solapur', 'solapur description', 'description forward', 'forward thinking', 'thinking individual', 'individual refined', 'refined interpersonal', 'interpersonal multitasking', 'multitasking skills', 'skills looking', 'looking join', 'join progressive', 'progressive organization', 'organization provide', 'provide assistance', 'assistance legal', 'legal work', 'work company', 'company district', 'district session', 'session court', 'court solapur', 'solapur description', 'description provide', 'provide legal', 'legal assistance', 'assistance legal', 'legal work', 'good grasping quality', 'grasping quality skillful', 'quality skillful work', 'skillful work education', 'work education details', 'education details march', 'details march 2013', 'march 2013 march', '2013 march 2018', 'march 2018 b', '2018 b a', 'b a ll', 'a ll b', 'll b law', 'b law solapur', 'law solapur maharashtra', 'solapur maharashtra solapur', 'maharashtra solapur university', 'solapur university advocate', 'university advocate skill', 'advocate skill details', 'skill details good', 'details good knowledge', 'good knowledge typing', 'knowledge typing well', 'typing well many', 'well many activities', 'many activities exprience', 'activities exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company district', 'company district session', 'district session court', 'session court solapur', 'court solapur description', 'solapur description forward', 'description forward thinking', 'forward thinking individual', 'thinking individual refined', 'individual refined interpersonal', 'refined interpersonal multitasking', 'interpersonal multitasking skills', 'multitasking skills looking', 'skills looking join', 'looking join progressive', 'join progressive organization', 'progressive organization provide', 'organization provide assistance', 'provide assistance legal', 'assistance legal work', 'legal work company', 'work company district', 'company district session', 'district session court', 'session court solapur', 'court solapur description', 'solapur description provide', 'description provide legal', 'provide legal assistance', 'legal assistance legal', 'assistance legal work', 'good grasping quality skillful', 'grasping quality skillful work', 'quality skillful work education', 'skillful work education details', 'work education details march', 'education details march 2013', 'details march 2013 march', 'march 2013 march 2018', '2013 march 2018 b', 'march 2018 b a', '2018 b a ll', 'b a ll b', 'a ll b law', 'll b law solapur', 'b law solapur maharashtra', 'law solapur maharashtra solapur', 'solapur maharashtra solapur university', 'maharashtra solapur university advocate', 'solapur university advocate skill', 'university advocate skill details', 'advocate skill details good', 'skill details good knowledge', 'details good knowledge typing', 'good knowledge typing well', 'knowledge typing well many', 'typing well many activities', 'well many activities exprience', 'many activities exprience less', 'activities exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company district', 'details company district session', 'company district session court', 'district session court solapur', 'session court solapur description', 'court solapur description forward', 'solapur description forward thinking', 'description forward thinking individual', 'forward thinking individual refined', 'thinking individual refined interpersonal', 'individual refined interpersonal multitasking', 'refined interpersonal multitasking skills', 'interpersonal multitasking skills looking', 'multitasking skills looking join', 'skills looking join progressive', 'looking join progressive organization', 'join progressive organization provide', 'progressive organization provide assistance', 'organization provide assistance legal', 'provide assistance legal work', 'assistance legal work company', 'legal work company district', 'work company district session', 'company district session court', 'district session court solapur', 'session court solapur description', 'court solapur description provide', 'solapur description provide legal', 'description provide legal assistance', 'provide legal assistance legal', 'legal assistance legal work', 'good grasping quality skillful work', 'grasping quality skillful work education', 'quality skillful work education details', 'skillful work education details march', 'work education details march 2013', 'education details march 2013 march', 'details march 2013 march 2018', 'march 2013 march 2018 b', '2013 march 2018 b a', 'march 2018 b a ll', '2018 b a ll b', 'b a ll b law', 'a ll b law solapur', 'll b law solapur maharashtra', 'b law solapur maharashtra solapur', 'law solapur maharashtra solapur university', 'solapur maharashtra solapur university advocate', 'maharashtra solapur university advocate skill', 'solapur university advocate skill details', 'university advocate skill details good', 'advocate skill details good knowledge', 'skill details good knowledge typing', 'details good knowledge typing well', 'good knowledge typing well many', 'knowledge typing well many activities', 'typing well many activities exprience', 'well many activities exprience less', 'many activities exprience less 1', 'activities exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company district', 'monthscompany details company district session', 'details company district session court', 'company district session court solapur', 'district session court solapur description', 'session court solapur description forward', 'court solapur description forward thinking', 'solapur description forward thinking individual', 'description forward thinking individual refined', 'forward thinking individual refined interpersonal', 'thinking individual refined interpersonal multitasking', 'individual refined interpersonal multitasking skills', 'refined interpersonal multitasking skills looking', 'interpersonal multitasking skills looking join', 'multitasking skills looking join progressive', 'skills looking join progressive organization', 'looking join progressive organization provide', 'join progressive organization provide assistance', 'progressive organization provide assistance legal', 'organization provide assistance legal work', 'provide assistance legal work company', 'assistance legal work company district', 'legal work company district session', 'work company district session court', 'company district session court solapur', 'district session court solapur description', 'session court solapur description provide', 'court solapur description provide legal', 'solapur description provide legal assistance', 'description provide legal assistance legal', 'provide legal assistance legal work', 'good grasping quality skillful work education', 'grasping quality skillful work education details', 'quality skillful work education details march', 'skillful work education details march 2013', 'work education details march 2013 march', 'education details march 2013 march 2018', 'details march 2013 march 2018 b', 'march 2013 march 2018 b a', '2013 march 2018 b a ll', 'march 2018 b a ll b', '2018 b a ll b law', 'b a ll b law solapur', 'a ll b law solapur maharashtra', 'll b law solapur maharashtra solapur', 'b law solapur maharashtra solapur university', 'law solapur maharashtra solapur university advocate', 'solapur maharashtra solapur university advocate skill', 'maharashtra solapur university advocate skill details', 'solapur university advocate skill details good', 'university advocate skill details good knowledge', 'advocate skill details good knowledge typing', 'skill details good knowledge typing well', 'details good knowledge typing well many', 'good knowledge typing well many activities', 'knowledge typing well many activities exprience', 'typing well many activities exprience less', 'well many activities exprience less 1', 'many activities exprience less 1 year', 'activities exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company district', 'year monthscompany details company district session', 'monthscompany details company district session court', 'details company district session court solapur', 'company district session court solapur description', 'district session court solapur description forward', 'session court solapur description forward thinking', 'court solapur description forward thinking individual', 'solapur description forward thinking individual refined', 'description forward thinking individual refined interpersonal', 'forward thinking individual refined interpersonal multitasking', 'thinking individual refined interpersonal multitasking skills', 'individual refined interpersonal multitasking skills looking', 'refined interpersonal multitasking skills looking join', 'interpersonal multitasking skills looking join progressive', 'multitasking skills looking join progressive organization', 'skills looking join progressive organization provide', 'looking join progressive organization provide assistance', 'join progressive organization provide assistance legal', 'progressive organization provide assistance legal work', 'organization provide assistance legal work company', 'provide assistance legal work company district', 'assistance legal work company district session', 'legal work company district session court', 'work company district session court solapur', 'company district session court solapur description', 'district session court solapur description provide', 'session court solapur description provide legal', 'court solapur description provide legal assistance', 'solapur description provide legal assistance legal', 'description provide legal assistance legal work', 'good grasping quality skillful work education details', 'grasping quality skillful work education details march', 'quality skillful work education details march 2013', 'skillful work education details march 2013 march', 'work education details march 2013 march 2018', 'education details march 2013 march 2018 b', 'details march 2013 march 2018 b a', 'march 2013 march 2018 b a ll', '2013 march 2018 b a ll b', 'march 2018 b a ll b law', '2018 b a ll b law solapur', 'b a ll b law solapur maharashtra', 'a ll b law solapur maharashtra solapur', 'll b law solapur maharashtra solapur university', 'b law solapur maharashtra solapur university advocate', 'law solapur maharashtra solapur university advocate skill', 'solapur maharashtra solapur university advocate skill details', 'maharashtra solapur university advocate skill details good', 'solapur university advocate skill details good knowledge', 'university advocate skill details good knowledge typing', 'advocate skill details good knowledge typing well', 'skill details good knowledge typing well many', 'details good knowledge typing well many activities', 'good knowledge typing well many activities exprience', 'knowledge typing well many activities exprience less', 'typing well many activities exprience less 1', 'well many activities exprience less 1 year', 'many activities exprience less 1 year monthscompany', 'activities exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company district', '1 year monthscompany details company district session', 'year monthscompany details company district session court', 'monthscompany details company district session court solapur', 'details company district session court solapur description', 'company district session court solapur description forward', 'district session court solapur description forward thinking', 'session court solapur description forward thinking individual', 'court solapur description forward thinking individual refined', 'solapur description forward thinking individual refined interpersonal', 'description forward thinking individual refined interpersonal multitasking', 'forward thinking individual refined interpersonal multitasking skills', 'thinking individual refined interpersonal multitasking skills looking', 'individual refined interpersonal multitasking skills looking join', 'refined interpersonal multitasking skills looking join progressive', 'interpersonal multitasking skills looking join progressive organization', 'multitasking skills looking join progressive organization provide', 'skills looking join progressive organization provide assistance', 'looking join progressive organization provide assistance legal', 'join progressive organization provide assistance legal work', 'progressive organization provide assistance legal work company', 'organization provide assistance legal work company district', 'provide assistance legal work company district session', 'assistance legal work company district session court', 'legal work company district session court solapur', 'work company district session court solapur description', 'company district session court solapur description provide', 'district session court solapur description provide legal', 'session court solapur description provide legal assistance', 'court solapur description provide legal assistance legal', 'solapur description provide legal assistance legal work', 'good grasping quality skillful work education details march', 'grasping quality skillful work education details march 2013', 'quality skillful work education details march 2013 march', 'skillful work education details march 2013 march 2018', 'work education details march 2013 march 2018 b', 'education details march 2013 march 2018 b a', 'details march 2013 march 2018 b a ll', 'march 2013 march 2018 b a ll b', '2013 march 2018 b a ll b law', 'march 2018 b a ll b law solapur', '2018 b a ll b law solapur maharashtra', 'b a ll b law solapur maharashtra solapur', 'a ll b law solapur maharashtra solapur university', 'll b law solapur maharashtra solapur university advocate', 'b law solapur maharashtra solapur university advocate skill', 'law solapur maharashtra solapur university advocate skill details', 'solapur maharashtra solapur university advocate skill details good', 'maharashtra solapur university advocate skill details good knowledge', 'solapur university advocate skill details good knowledge typing', 'university advocate skill details good knowledge typing well', 'advocate skill details good knowledge typing well many', 'skill details good knowledge typing well many activities', 'details good knowledge typing well many activities exprience', 'good knowledge typing well many activities exprience less', 'knowledge typing well many activities exprience less 1', 'typing well many activities exprience less 1 year', 'well many activities exprience less 1 year monthscompany', 'many activities exprience less 1 year monthscompany details', 'activities exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company district', 'less 1 year monthscompany details company district session', '1 year monthscompany details company district session court', 'year monthscompany details company district session court solapur', 'monthscompany details company district session court solapur description', 'details company district session court solapur description forward', 'company district session court solapur description forward thinking', 'district session court solapur description forward thinking individual', 'session court solapur description forward thinking individual refined', 'court solapur description forward thinking individual refined interpersonal', 'solapur description forward thinking individual refined interpersonal multitasking', 'description forward thinking individual refined interpersonal multitasking skills', 'forward thinking individual refined interpersonal multitasking skills looking', 'thinking individual refined interpersonal multitasking skills looking join', 'individual refined interpersonal multitasking skills looking join progressive', 'refined interpersonal multitasking skills looking join progressive organization', 'interpersonal multitasking skills looking join progressive organization provide', 'multitasking skills looking join progressive organization provide assistance', 'skills looking join progressive organization provide assistance legal', 'looking join progressive organization provide assistance legal work', 'join progressive organization provide assistance legal work company', 'progressive organization provide assistance legal work company district', 'organization provide assistance legal work company district session', 'provide assistance legal work company district session court', 'assistance legal work company district session court solapur', 'legal work company district session court solapur description', 'work company district session court solapur description provide', 'company district session court solapur description provide legal', 'district session court solapur description provide legal assistance', 'session court solapur description provide legal assistance legal', 'court solapur description provide legal assistance legal work', 'good grasping quality skillful work education details march 2013', 'grasping quality skillful work education details march 2013 march', 'quality skillful work education details march 2013 march 2018', 'skillful work education details march 2013 march 2018 b', 'work education details march 2013 march 2018 b a', 'education details march 2013 march 2018 b a ll', 'details march 2013 march 2018 b a ll b', 'march 2013 march 2018 b a ll b law', '2013 march 2018 b a ll b law solapur', 'march 2018 b a ll b law solapur maharashtra', '2018 b a ll b law solapur maharashtra solapur', 'b a ll b law solapur maharashtra solapur university', 'a ll b law solapur maharashtra solapur university advocate', 'll b law solapur maharashtra solapur university advocate skill', 'b law solapur maharashtra solapur university advocate skill details', 'law solapur maharashtra solapur university advocate skill details good', 'solapur maharashtra solapur university advocate skill details good knowledge', 'maharashtra solapur university advocate skill details good knowledge typing', 'solapur university advocate skill details good knowledge typing well', 'university advocate skill details good knowledge typing well many', 'advocate skill details good knowledge typing well many activities', 'skill details good knowledge typing well many activities exprience', 'details good knowledge typing well many activities exprience less', 'good knowledge typing well many activities exprience less 1', 'knowledge typing well many activities exprience less 1 year', 'typing well many activities exprience less 1 year monthscompany', 'well many activities exprience less 1 year monthscompany details', 'many activities exprience less 1 year monthscompany details company', 'activities exprience less 1 year monthscompany details company district', 'exprience less 1 year monthscompany details company district session', 'less 1 year monthscompany details company district session court', '1 year monthscompany details company district session court solapur', 'year monthscompany details company district session court solapur description', 'monthscompany details company district session court solapur description forward', 'details company district session court solapur description forward thinking', 'company district session court solapur description forward thinking individual', 'district session court solapur description forward thinking individual refined', 'session court solapur description forward thinking individual refined interpersonal', 'court solapur description forward thinking individual refined interpersonal multitasking', 'solapur description forward thinking individual refined interpersonal multitasking skills', 'description forward thinking individual refined interpersonal multitasking skills looking', 'forward thinking individual refined interpersonal multitasking skills looking join', 'thinking individual refined interpersonal multitasking skills looking join progressive', 'individual refined interpersonal multitasking skills looking join progressive organization', 'refined interpersonal multitasking skills looking join progressive organization provide', 'interpersonal multitasking skills looking join progressive organization provide assistance', 'multitasking skills looking join progressive organization provide assistance legal', 'skills looking join progressive organization provide assistance legal work', 'looking join progressive organization provide assistance legal work company', 'join progressive organization provide assistance legal work company district', 'progressive organization provide assistance legal work company district session', 'organization provide assistance legal work company district session court', 'provide assistance legal work company district session court solapur', 'assistance legal work company district session court solapur description', 'legal work company district session court solapur description provide', 'work company district session court solapur description provide legal', 'company district session court solapur description provide legal assistance', 'district session court solapur description provide legal assistance legal', 'session court solapur description provide legal assistance legal work'], ['hard', 'working', 'quick', 'learnereducation', 'details', 'june', '2014', 'may', '2017', 'llb', 'law', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2014', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2011', 'hsc', 'maharashtra', 'board', 'january', '2009', 'ssc', 'maharashtra', 'board', 'advocate', 'skill', 'details', 'company', 'details', 'company', 'the', 'vidishtra', 'description', 'hard working', 'working quick', 'quick learnereducation', 'learnereducation details', 'details june', 'june 2014', '2014 may', 'may 2017', '2017 llb', 'llb law', 'law mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2014', '2014 b', 'b com', 'com commerce', 'commerce mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2011', '2011 hsc', 'hsc maharashtra', 'maharashtra board', 'board january', 'january 2009', '2009 ssc', 'ssc maharashtra', 'maharashtra board', 'board advocate', 'advocate skill', 'skill details', 'details company', 'company details', 'details company', 'company the', 'the vidishtra', 'vidishtra description', 'hard working quick', 'working quick learnereducation', 'quick learnereducation details', 'learnereducation details june', 'details june 2014', 'june 2014 may', '2014 may 2017', 'may 2017 llb', '2017 llb law', 'llb law mumbai', 'law mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2014', 'january 2014 b', '2014 b com', 'b com commerce', 'com commerce mumbai', 'commerce mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2011', 'january 2011 hsc', '2011 hsc maharashtra', 'hsc maharashtra board', 'maharashtra board january', 'board january 2009', 'january 2009 ssc', '2009 ssc maharashtra', 'ssc maharashtra board', 'maharashtra board advocate', 'board advocate skill', 'advocate skill details', 'skill details company', 'details company details', 'company details company', 'details company the', 'company the vidishtra', 'the vidishtra description', 'hard working quick learnereducation', 'working quick learnereducation details', 'quick learnereducation details june', 'learnereducation details june 2014', 'details june 2014 may', 'june 2014 may 2017', '2014 may 2017 llb', 'may 2017 llb law', '2017 llb law mumbai', 'llb law mumbai maharashtra', 'law mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2014', 'university january 2014 b', 'january 2014 b com', '2014 b com commerce', 'b com commerce mumbai', 'com commerce mumbai maharashtra', 'commerce mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2011', 'university january 2011 hsc', 'january 2011 hsc maharashtra', '2011 hsc maharashtra board', 'hsc maharashtra board january', 'maharashtra board january 2009', 'board january 2009 ssc', 'january 2009 ssc maharashtra', '2009 ssc maharashtra board', 'ssc maharashtra board advocate', 'maharashtra board advocate skill', 'board advocate skill details', 'advocate skill details company', 'skill details company details', 'details company details company', 'company details company the', 'details company the vidishtra', 'company the vidishtra description', 'hard working quick learnereducation details', 'working quick learnereducation details june', 'quick learnereducation details june 2014', 'learnereducation details june 2014 may', 'details june 2014 may 2017', 'june 2014 may 2017 llb', '2014 may 2017 llb law', 'may 2017 llb law mumbai', '2017 llb law mumbai maharashtra', 'llb law mumbai maharashtra mumbai', 'law mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university january', 'maharashtra mumbai university january 2014', 'mumbai university january 2014 b', 'university january 2014 b com', 'january 2014 b com commerce', '2014 b com commerce mumbai', 'b com commerce mumbai maharashtra', 'com commerce mumbai maharashtra mumbai', 'commerce mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university january', 'maharashtra mumbai university january 2011', 'mumbai university january 2011 hsc', 'university january 2011 hsc maharashtra', 'january 2011 hsc maharashtra board', '2011 hsc maharashtra board january', 'hsc maharashtra board january 2009', 'maharashtra board january 2009 ssc', 'board january 2009 ssc maharashtra', 'january 2009 ssc maharashtra board', '2009 ssc maharashtra board advocate', 'ssc maharashtra board advocate skill', 'maharashtra board advocate skill details', 'board advocate skill details company', 'advocate skill details company details', 'skill details company details company', 'details company details company the', 'company details company the vidishtra', 'details company the vidishtra description', 'hard working quick learnereducation details june', 'working quick learnereducation details june 2014', 'quick learnereducation details june 2014 may', 'learnereducation details june 2014 may 2017', 'details june 2014 may 2017 llb', 'june 2014 may 2017 llb law', '2014 may 2017 llb law mumbai', 'may 2017 llb law mumbai maharashtra', '2017 llb law mumbai maharashtra mumbai', 'llb law mumbai maharashtra mumbai university', 'law mumbai maharashtra mumbai university january', 'mumbai maharashtra mumbai university january 2014', 'maharashtra mumbai university january 2014 b', 'mumbai university january 2014 b com', 'university january 2014 b com commerce', 'january 2014 b com commerce mumbai', '2014 b com commerce mumbai maharashtra', 'b com commerce mumbai maharashtra mumbai', 'com commerce mumbai maharashtra mumbai university', 'commerce mumbai maharashtra mumbai university january', 'mumbai maharashtra mumbai university january 2011', 'maharashtra mumbai university january 2011 hsc', 'mumbai university january 2011 hsc maharashtra', 'university january 2011 hsc maharashtra board', 'january 2011 hsc maharashtra board january', '2011 hsc maharashtra board january 2009', 'hsc maharashtra board january 2009 ssc', 'maharashtra board january 2009 ssc maharashtra', 'board january 2009 ssc maharashtra board', 'january 2009 ssc maharashtra board advocate', '2009 ssc maharashtra board advocate skill', 'ssc maharashtra board advocate skill details', 'maharashtra board advocate skill details company', 'board advocate skill details company details', 'advocate skill details company details company', 'skill details company details company the', 'details company details company the vidishtra', 'company details company the vidishtra description', 'hard working quick learnereducation details june 2014', 'working quick learnereducation details june 2014 may', 'quick learnereducation details june 2014 may 2017', 'learnereducation details june 2014 may 2017 llb', 'details june 2014 may 2017 llb law', 'june 2014 may 2017 llb law mumbai', '2014 may 2017 llb law mumbai maharashtra', 'may 2017 llb law mumbai maharashtra mumbai', '2017 llb law mumbai maharashtra mumbai university', 'llb law mumbai maharashtra mumbai university january', 'law mumbai maharashtra mumbai university january 2014', 'mumbai maharashtra mumbai university january 2014 b', 'maharashtra mumbai university january 2014 b com', 'mumbai university january 2014 b com commerce', 'university january 2014 b com commerce mumbai', 'january 2014 b com commerce mumbai maharashtra', '2014 b com commerce mumbai maharashtra mumbai', 'b com commerce mumbai maharashtra mumbai university', 'com commerce mumbai maharashtra mumbai university january', 'commerce mumbai maharashtra mumbai university january 2011', 'mumbai maharashtra mumbai university january 2011 hsc', 'maharashtra mumbai university january 2011 hsc maharashtra', 'mumbai university january 2011 hsc maharashtra board', 'university january 2011 hsc maharashtra board january', 'january 2011 hsc maharashtra board january 2009', '2011 hsc maharashtra board january 2009 ssc', 'hsc maharashtra board january 2009 ssc maharashtra', 'maharashtra board january 2009 ssc maharashtra board', 'board january 2009 ssc maharashtra board advocate', 'january 2009 ssc maharashtra board advocate skill', '2009 ssc maharashtra board advocate skill details', 'ssc maharashtra board advocate skill details company', 'maharashtra board advocate skill details company details', 'board advocate skill details company details company', 'advocate skill details company details company the', 'skill details company details company the vidishtra', 'details company details company the vidishtra description', 'hard working quick learnereducation details june 2014 may', 'working quick learnereducation details june 2014 may 2017', 'quick learnereducation details june 2014 may 2017 llb', 'learnereducation details june 2014 may 2017 llb law', 'details june 2014 may 2017 llb law mumbai', 'june 2014 may 2017 llb law mumbai maharashtra', '2014 may 2017 llb law mumbai maharashtra mumbai', 'may 2017 llb law mumbai maharashtra mumbai university', '2017 llb law mumbai maharashtra mumbai university january', 'llb law mumbai maharashtra mumbai university january 2014', 'law mumbai maharashtra mumbai university january 2014 b', 'mumbai maharashtra mumbai university january 2014 b com', 'maharashtra mumbai university january 2014 b com commerce', 'mumbai university january 2014 b com commerce mumbai', 'university january 2014 b com commerce mumbai maharashtra', 'january 2014 b com commerce mumbai maharashtra mumbai', '2014 b com commerce mumbai maharashtra mumbai university', 'b com commerce mumbai maharashtra mumbai university january', 'com commerce mumbai maharashtra mumbai university january 2011', 'commerce mumbai maharashtra mumbai university january 2011 hsc', 'mumbai maharashtra mumbai university january 2011 hsc maharashtra', 'maharashtra mumbai university january 2011 hsc maharashtra board', 'mumbai university january 2011 hsc maharashtra board january', 'university january 2011 hsc maharashtra board january 2009', 'january 2011 hsc maharashtra board january 2009 ssc', '2011 hsc maharashtra board january 2009 ssc maharashtra', 'hsc maharashtra board january 2009 ssc maharashtra board', 'maharashtra board january 2009 ssc maharashtra board advocate', 'board january 2009 ssc maharashtra board advocate skill', 'january 2009 ssc maharashtra board advocate skill details', '2009 ssc maharashtra board advocate skill details company', 'ssc maharashtra board advocate skill details company details', 'maharashtra board advocate skill details company details company', 'board advocate skill details company details company the', 'advocate skill details company details company the vidishtra', 'skill details company details company the vidishtra description', 'hard working quick learnereducation details june 2014 may 2017', 'working quick learnereducation details june 2014 may 2017 llb', 'quick learnereducation details june 2014 may 2017 llb law', 'learnereducation details june 2014 may 2017 llb law mumbai', 'details june 2014 may 2017 llb law mumbai maharashtra', 'june 2014 may 2017 llb law mumbai maharashtra mumbai', '2014 may 2017 llb law mumbai maharashtra mumbai university', 'may 2017 llb law mumbai maharashtra mumbai university january', '2017 llb law mumbai maharashtra mumbai university january 2014', 'llb law mumbai maharashtra mumbai university january 2014 b', 'law mumbai maharashtra mumbai university january 2014 b com', 'mumbai maharashtra mumbai university january 2014 b com commerce', 'maharashtra mumbai university january 2014 b com commerce mumbai', 'mumbai university january 2014 b com commerce mumbai maharashtra', 'university january 2014 b com commerce mumbai maharashtra mumbai', 'january 2014 b com commerce mumbai maharashtra mumbai university', '2014 b com commerce mumbai maharashtra mumbai university january', 'b com commerce mumbai maharashtra mumbai university january 2011', 'com commerce mumbai maharashtra mumbai university january 2011 hsc', 'commerce mumbai maharashtra mumbai university january 2011 hsc maharashtra', 'mumbai maharashtra mumbai university january 2011 hsc maharashtra board', 'maharashtra mumbai university january 2011 hsc maharashtra board january', 'mumbai university january 2011 hsc maharashtra board january 2009', 'university january 2011 hsc maharashtra board january 2009 ssc', 'january 2011 hsc maharashtra board january 2009 ssc maharashtra', '2011 hsc maharashtra board january 2009 ssc maharashtra board', 'hsc maharashtra board january 2009 ssc maharashtra board advocate', 'maharashtra board january 2009 ssc maharashtra board advocate skill', 'board january 2009 ssc maharashtra board advocate skill details', 'january 2009 ssc maharashtra board advocate skill details company', '2009 ssc maharashtra board advocate skill details company details', 'ssc maharashtra board advocate skill details company details company', 'maharashtra board advocate skill details company details company the', 'board advocate skill details company details company the vidishtra', 'advocate skill details company details company the vidishtra description'], ['good', 'communication', 'skill', 'quick', 'learner', 'keen', 'find', 'solutionseducation', 'details', 'mba', 'marketing', 'international', 'business', 'management', 'pune', 'maharashtra', 'pune', 'university', 'b', 'tech', 'tech', 'nagpur', 'maharashtra', 'm', 'nagpur', 'university', 'g', 'm', 'arts', 'commerce', 'science', 'g', 'm', 'arts', 'commerce', 'science', 'skill', 'details', 'company', 'details', 'company', 'samarth', 'college', 'description', 'engineering', '30', '7', '210', '5', 'college', 'campus', 'vj', 'college', 'pharmacy', '10', 'days', 'workshop', '10', 'g', 'm', 'arts', 'commerce', 'science', '6', 'soft', 'skills', '6', 'days', 'workshop', '6', 'college', 'personality', 'g', 'm', 'institute', 'agricultural', '7', '6', 'days', 'workshop', '6', 'development', 'diploma', '8', 'soft', 'skills', 'samarth', 'college', 'polytechnic', '20', 'days', 'workshop', '20', 'total', '350', 'working', 'experience', 'in', 'corporate', 'sr', 'no', 'topic', 'company', 'no', 'days', 'total', 'hrs', '1', 'presentation', 'skill', 'team', 'elringklinger', 'automotives', 'pvt', '1', 'day', '8', 'building', 'workshop', 'ltd', 'ranjangaon', 'pune', '2', 'negotiation', 'skill', 'kubler', 'automation', 'pvt', 'ltd', '2', 'days', '16', 'communication', 'skill', 'chakan', 'pune', '3', 'business', 'communication', 'finanza', 'home', 'loans', 'pimple', '3', 'days', '21', 'stress', 'management', 'saudagar', 'pune', '4', 'team', 'building', 'verbal', 'sharvari', 'products', 'pvt', 'ltd', '2', 'days', '16', 'communication', 'junner', 'pune', '7', 'days', '5', 'entrepreneurship', 'agriculture', 'research', 'centre', 'workshop', '168', 'development', 'narayangaon', 'pune', '8', 'batches', 'total', '229', 'adjoining', 'skills', 'working', 'knowledge', 'windows', 'operating', 'system', 'ms', 'office', 'communicate', 'well', 'english', 'hindi', 'marathi', 'organized', 'participated', 'events', 'like', 'gathering', 'teachers', 'day', 'fashion', 'show', 'various', 'science', 'exhibitions', 'college', 'good communication', 'communication skill', 'skill quick', 'quick learner', 'learner keen', 'keen find', 'find solutionseducation', 'solutionseducation details', 'details mba', 'mba marketing', 'marketing international', 'international business', 'business management', 'management pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university b', 'b tech', 'tech tech', 'tech nagpur', 'nagpur maharashtra', 'maharashtra m', 'm nagpur', 'nagpur university', 'university g', 'g m', 'm arts', 'arts commerce', 'commerce science', 'science g', 'g m', 'm arts', 'arts commerce', 'commerce science', 'science skill', 'skill details', 'details company', 'company details', 'details company', 'company samarth', 'samarth college', 'college description', 'description engineering', 'engineering 30', '30 7', '7 210', '210 5', '5 college', 'college campus', 'campus vj', 'vj college', 'college pharmacy', 'pharmacy 10', '10 days', 'days workshop', 'workshop 10', '10 g', 'g m', 'm arts', 'arts commerce', 'commerce science', 'science 6', '6 soft', 'soft skills', 'skills 6', '6 days', 'days workshop', 'workshop 6', '6 college', 'college personality', 'personality g', 'g m', 'm institute', 'institute agricultural', 'agricultural 7', '7 6', '6 days', 'days workshop', 'workshop 6', '6 development', 'development diploma', 'diploma 8', '8 soft', 'soft skills', 'skills samarth', 'samarth college', 'college polytechnic', 'polytechnic 20', '20 days', 'days workshop', 'workshop 20', '20 total', 'total 350', '350 working', 'working experience', 'experience in', 'in corporate', 'corporate sr', 'sr no', 'no topic', 'topic company', 'company no', 'no days', 'days total', 'total hrs', 'hrs 1', '1 presentation', 'presentation skill', 'skill team', 'team elringklinger', 'elringklinger automotives', 'automotives pvt', 'pvt 1', '1 day', 'day 8', '8 building', 'building workshop', 'workshop ltd', 'ltd ranjangaon', 'ranjangaon pune', 'pune 2', '2 negotiation', 'negotiation skill', 'skill kubler', 'kubler automation', 'automation pvt', 'pvt ltd', 'ltd 2', '2 days', 'days 16', '16 communication', 'communication skill', 'skill chakan', 'chakan pune', 'pune 3', '3 business', 'business communication', 'communication finanza', 'finanza home', 'home loans', 'loans pimple', 'pimple 3', '3 days', 'days 21', '21 stress', 'stress management', 'management saudagar', 'saudagar pune', 'pune 4', '4 team', 'team building', 'building verbal', 'verbal sharvari', 'sharvari products', 'products pvt', 'pvt ltd', 'ltd 2', '2 days', 'days 16', '16 communication', 'communication junner', 'junner pune', 'pune 7', '7 days', 'days 5', '5 entrepreneurship', 'entrepreneurship agriculture', 'agriculture research', 'research centre', 'centre workshop', 'workshop 168', '168 development', 'development narayangaon', 'narayangaon pune', 'pune 8', '8 batches', 'batches total', 'total 229', '229 adjoining', 'adjoining skills', 'skills working', 'working knowledge', 'knowledge windows', 'windows operating', 'operating system', 'system ms', 'ms office', 'office communicate', 'communicate well', 'well english', 'english hindi', 'hindi marathi', 'marathi organized', 'organized participated', 'participated events', 'events like', 'like gathering', 'gathering teachers', 'teachers day', 'day fashion', 'fashion show', 'show various', 'various science', 'science exhibitions', 'exhibitions college', 'good communication skill', 'communication skill quick', 'skill quick learner', 'quick learner keen', 'learner keen find', 'keen find solutionseducation', 'find solutionseducation details', 'solutionseducation details mba', 'details mba marketing', 'mba marketing international', 'marketing international business', 'international business management', 'business management pune', 'management pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university b', 'university b tech', 'b tech tech', 'tech tech nagpur', 'tech nagpur maharashtra', 'nagpur maharashtra m', 'maharashtra m nagpur', 'm nagpur university', 'nagpur university g', 'university g m', 'g m arts', 'm arts commerce', 'arts commerce science', 'commerce science g', 'science g m', 'g m arts', 'm arts commerce', 'arts commerce science', 'commerce science skill', 'science skill details', 'skill details company', 'details company details', 'company details company', 'details company samarth', 'company samarth college', 'samarth college description', 'college description engineering', 'description engineering 30', 'engineering 30 7', '30 7 210', '7 210 5', '210 5 college', '5 college campus', 'college campus vj', 'campus vj college', 'vj college pharmacy', 'college pharmacy 10', 'pharmacy 10 days', '10 days workshop', 'days workshop 10', 'workshop 10 g', '10 g m', 'g m arts', 'm arts commerce', 'arts commerce science', 'commerce science 6', 'science 6 soft', '6 soft skills', 'soft skills 6', 'skills 6 days', '6 days workshop', 'days workshop 6', 'workshop 6 college', '6 college personality', 'college personality g', 'personality g m', 'g m institute', 'm institute agricultural', 'institute agricultural 7', 'agricultural 7 6', '7 6 days', '6 days workshop', 'days workshop 6', 'workshop 6 development', '6 development diploma', 'development diploma 8', 'diploma 8 soft', '8 soft skills', 'soft skills samarth', 'skills samarth college', 'samarth college polytechnic', 'college polytechnic 20', 'polytechnic 20 days', '20 days workshop', 'days workshop 20', 'workshop 20 total', '20 total 350', 'total 350 working', '350 working experience', 'working experience in', 'experience in corporate', 'in corporate sr', 'corporate sr no', 'sr no topic', 'no topic company', 'topic company no', 'company no days', 'no days total', 'days total hrs', 'total hrs 1', 'hrs 1 presentation', '1 presentation skill', 'presentation skill team', 'skill team elringklinger', 'team elringklinger automotives', 'elringklinger automotives pvt', 'automotives pvt 1', 'pvt 1 day', '1 day 8', 'day 8 building', '8 building workshop', 'building workshop ltd', 'workshop ltd ranjangaon', 'ltd ranjangaon pune', 'ranjangaon pune 2', 'pune 2 negotiation', '2 negotiation skill', 'negotiation skill kubler', 'skill kubler automation', 'kubler automation pvt', 'automation pvt ltd', 'pvt ltd 2', 'ltd 2 days', '2 days 16', 'days 16 communication', '16 communication skill', 'communication skill chakan', 'skill chakan pune', 'chakan pune 3', 'pune 3 business', '3 business communication', 'business communication finanza', 'communication finanza home', 'finanza home loans', 'home loans pimple', 'loans pimple 3', 'pimple 3 days', '3 days 21', 'days 21 stress', '21 stress management', 'stress management saudagar', 'management saudagar pune', 'saudagar pune 4', 'pune 4 team', '4 team building', 'team building verbal', 'building verbal sharvari', 'verbal sharvari products', 'sharvari products pvt', 'products pvt ltd', 'pvt ltd 2', 'ltd 2 days', '2 days 16', 'days 16 communication', '16 communication junner', 'communication junner pune', 'junner pune 7', 'pune 7 days', '7 days 5', 'days 5 entrepreneurship', '5 entrepreneurship agriculture', 'entrepreneurship agriculture research', 'agriculture research centre', 'research centre workshop', 'centre workshop 168', 'workshop 168 development', '168 development narayangaon', 'development narayangaon pune', 'narayangaon pune 8', 'pune 8 batches', '8 batches total', 'batches total 229', 'total 229 adjoining', '229 adjoining skills', 'adjoining skills working', 'skills working knowledge', 'working knowledge windows', 'knowledge windows operating', 'windows operating system', 'operating system ms', 'system ms office', 'ms office communicate', 'office communicate well', 'communicate well english', 'well english hindi', 'english hindi marathi', 'hindi marathi organized', 'marathi organized participated', 'organized participated events', 'participated events like', 'events like gathering', 'like gathering teachers', 'gathering teachers day', 'teachers day fashion', 'day fashion show', 'fashion show various', 'show various science', 'various science exhibitions', 'science exhibitions college', 'good communication skill quick', 'communication skill quick learner', 'skill quick learner keen', 'quick learner keen find', 'learner keen find solutionseducation', 'keen find solutionseducation details', 'find solutionseducation details mba', 'solutionseducation details mba marketing', 'details mba marketing international', 'mba marketing international business', 'marketing international business management', 'international business management pune', 'business management pune maharashtra', 'management pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university b', 'pune university b tech', 'university b tech tech', 'b tech tech nagpur', 'tech tech nagpur maharashtra', 'tech nagpur maharashtra m', 'nagpur maharashtra m nagpur', 'maharashtra m nagpur university', 'm nagpur university g', 'nagpur university g m', 'university g m arts', 'g m arts commerce', 'm arts commerce science', 'arts commerce science g', 'commerce science g m', 'science g m arts', 'g m arts commerce', 'm arts commerce science', 'arts commerce science skill', 'commerce science skill details', 'science skill details company', 'skill details company details', 'details company details company', 'company details company samarth', 'details company samarth college', 'company samarth college description', 'samarth college description engineering', 'college description engineering 30', 'description engineering 30 7', 'engineering 30 7 210', '30 7 210 5', '7 210 5 college', '210 5 college campus', '5 college campus vj', 'college campus vj college', 'campus vj college pharmacy', 'vj college pharmacy 10', 'college pharmacy 10 days', 'pharmacy 10 days workshop', '10 days workshop 10', 'days workshop 10 g', 'workshop 10 g m', '10 g m arts', 'g m arts commerce', 'm arts commerce science', 'arts commerce science 6', 'commerce science 6 soft', 'science 6 soft skills', '6 soft skills 6', 'soft skills 6 days', 'skills 6 days workshop', '6 days workshop 6', 'days workshop 6 college', 'workshop 6 college personality', '6 college personality g', 'college personality g m', 'personality g m institute', 'g m institute agricultural', 'm institute agricultural 7', 'institute agricultural 7 6', 'agricultural 7 6 days', '7 6 days workshop', '6 days workshop 6', 'days workshop 6 development', 'workshop 6 development diploma', '6 development diploma 8', 'development diploma 8 soft', 'diploma 8 soft skills', '8 soft skills samarth', 'soft skills samarth college', 'skills samarth college polytechnic', 'samarth college polytechnic 20', 'college polytechnic 20 days', 'polytechnic 20 days workshop', '20 days workshop 20', 'days workshop 20 total', 'workshop 20 total 350', '20 total 350 working', 'total 350 working experience', '350 working experience in', 'working experience in corporate', 'experience in corporate sr', 'in corporate sr no', 'corporate sr no topic', 'sr no topic company', 'no topic company no', 'topic company no days', 'company no days total', 'no days total hrs', 'days total hrs 1', 'total hrs 1 presentation', 'hrs 1 presentation skill', '1 presentation skill team', 'presentation skill team elringklinger', 'skill team elringklinger automotives', 'team elringklinger automotives pvt', 'elringklinger automotives pvt 1', 'automotives pvt 1 day', 'pvt 1 day 8', '1 day 8 building', 'day 8 building workshop', '8 building workshop ltd', 'building workshop ltd ranjangaon', 'workshop ltd ranjangaon pune', 'ltd ranjangaon pune 2', 'ranjangaon pune 2 negotiation', 'pune 2 negotiation skill', '2 negotiation skill kubler', 'negotiation skill kubler automation', 'skill kubler automation pvt', 'kubler automation pvt ltd', 'automation pvt ltd 2', 'pvt ltd 2 days', 'ltd 2 days 16', '2 days 16 communication', 'days 16 communication skill', '16 communication skill chakan', 'communication skill chakan pune', 'skill chakan pune 3', 'chakan pune 3 business', 'pune 3 business communication', '3 business communication finanza', 'business communication finanza home', 'communication finanza home loans', 'finanza home loans pimple', 'home loans pimple 3', 'loans pimple 3 days', 'pimple 3 days 21', '3 days 21 stress', 'days 21 stress management', '21 stress management saudagar', 'stress management saudagar pune', 'management saudagar pune 4', 'saudagar pune 4 team', 'pune 4 team building', '4 team building verbal', 'team building verbal sharvari', 'building verbal sharvari products', 'verbal sharvari products pvt', 'sharvari products pvt ltd', 'products pvt ltd 2', 'pvt ltd 2 days', 'ltd 2 days 16', '2 days 16 communication', 'days 16 communication junner', '16 communication junner pune', 'communication junner pune 7', 'junner pune 7 days', 'pune 7 days 5', '7 days 5 entrepreneurship', 'days 5 entrepreneurship agriculture', '5 entrepreneurship agriculture research', 'entrepreneurship agriculture research centre', 'agriculture research centre workshop', 'research centre workshop 168', 'centre workshop 168 development', 'workshop 168 development narayangaon', '168 development narayangaon pune', 'development narayangaon pune 8', 'narayangaon pune 8 batches', 'pune 8 batches total', '8 batches total 229', 'batches total 229 adjoining', 'total 229 adjoining skills', '229 adjoining skills working', 'adjoining skills working knowledge', 'skills working knowledge windows', 'working knowledge windows operating', 'knowledge windows operating system', 'windows operating system ms', 'operating system ms office', 'system ms office communicate', 'ms office communicate well', 'office communicate well english', 'communicate well english hindi', 'well english hindi marathi', 'english hindi marathi organized', 'hindi marathi organized participated', 'marathi organized participated events', 'organized participated events like', 'participated events like gathering', 'events like gathering teachers', 'like gathering teachers day', 'gathering teachers day fashion', 'teachers day fashion show', 'day fashion show various', 'fashion show various science', 'show various science exhibitions', 'various science exhibitions college', 'good communication skill quick learner', 'communication skill quick learner keen', 'skill quick learner keen find', 'quick learner keen find solutionseducation', 'learner keen find solutionseducation details', 'keen find solutionseducation details mba', 'find solutionseducation details mba marketing', 'solutionseducation details mba marketing international', 'details mba marketing international business', 'mba marketing international business management', 'marketing international business management pune', 'international business management pune maharashtra', 'business management pune maharashtra pune', 'management pune maharashtra pune university', 'pune maharashtra pune university b', 'maharashtra pune university b tech', 'pune university b tech tech', 'university b tech tech nagpur', 'b tech tech nagpur maharashtra', 'tech tech nagpur maharashtra m', 'tech nagpur maharashtra m nagpur', 'nagpur maharashtra m nagpur university', 'maharashtra m nagpur university g', 'm nagpur university g m', 'nagpur university g m arts', 'university g m arts commerce', 'g m arts commerce science', 'm arts commerce science g', 'arts commerce science g m', 'commerce science g m arts', 'science g m arts commerce', 'g m arts commerce science', 'm arts commerce science skill', 'arts commerce science skill details', 'commerce science skill details company', 'science skill details company details', 'skill details company details company', 'details company details company samarth', 'company details company samarth college', 'details company samarth college description', 'company samarth college description engineering', 'samarth college description engineering 30', 'college description engineering 30 7', 'description engineering 30 7 210', 'engineering 30 7 210 5', '30 7 210 5 college', '7 210 5 college campus', '210 5 college campus vj', '5 college campus vj college', 'college campus vj college pharmacy', 'campus vj college pharmacy 10', 'vj college pharmacy 10 days', 'college pharmacy 10 days workshop', 'pharmacy 10 days workshop 10', '10 days workshop 10 g', 'days workshop 10 g m', 'workshop 10 g m arts', '10 g m arts commerce', 'g m arts commerce science', 'm arts commerce science 6', 'arts commerce science 6 soft', 'commerce science 6 soft skills', 'science 6 soft skills 6', '6 soft skills 6 days', 'soft skills 6 days workshop', 'skills 6 days workshop 6', '6 days workshop 6 college', 'days workshop 6 college personality', 'workshop 6 college personality g', '6 college personality g m', 'college personality g m institute', 'personality g m institute agricultural', 'g m institute agricultural 7', 'm institute agricultural 7 6', 'institute agricultural 7 6 days', 'agricultural 7 6 days workshop', '7 6 days workshop 6', '6 days workshop 6 development', 'days workshop 6 development diploma', 'workshop 6 development diploma 8', '6 development diploma 8 soft', 'development diploma 8 soft skills', 'diploma 8 soft skills samarth', '8 soft skills samarth college', 'soft skills samarth college polytechnic', 'skills samarth college polytechnic 20', 'samarth college polytechnic 20 days', 'college polytechnic 20 days workshop', 'polytechnic 20 days workshop 20', '20 days workshop 20 total', 'days workshop 20 total 350', 'workshop 20 total 350 working', '20 total 350 working experience', 'total 350 working experience in', '350 working experience in corporate', 'working experience in corporate sr', 'experience in corporate sr no', 'in corporate sr no topic', 'corporate sr no topic company', 'sr no topic company no', 'no topic company no days', 'topic company no days total', 'company no days total hrs', 'no days total hrs 1', 'days total hrs 1 presentation', 'total hrs 1 presentation skill', 'hrs 1 presentation skill team', '1 presentation skill team elringklinger', 'presentation skill team elringklinger automotives', 'skill team elringklinger automotives pvt', 'team elringklinger automotives pvt 1', 'elringklinger automotives pvt 1 day', 'automotives pvt 1 day 8', 'pvt 1 day 8 building', '1 day 8 building workshop', 'day 8 building workshop ltd', '8 building workshop ltd ranjangaon', 'building workshop ltd ranjangaon pune', 'workshop ltd ranjangaon pune 2', 'ltd ranjangaon pune 2 negotiation', 'ranjangaon pune 2 negotiation skill', 'pune 2 negotiation skill kubler', '2 negotiation skill kubler automation', 'negotiation skill kubler automation pvt', 'skill kubler automation pvt ltd', 'kubler automation pvt ltd 2', 'automation pvt ltd 2 days', 'pvt ltd 2 days 16', 'ltd 2 days 16 communication', '2 days 16 communication skill', 'days 16 communication skill chakan', '16 communication skill chakan pune', 'communication skill chakan pune 3', 'skill chakan pune 3 business', 'chakan pune 3 business communication', 'pune 3 business communication finanza', '3 business communication finanza home', 'business communication finanza home loans', 'communication finanza home loans pimple', 'finanza home loans pimple 3', 'home loans pimple 3 days', 'loans pimple 3 days 21', 'pimple 3 days 21 stress', '3 days 21 stress management', 'days 21 stress management saudagar', '21 stress management saudagar pune', 'stress management saudagar pune 4', 'management saudagar pune 4 team', 'saudagar pune 4 team building', 'pune 4 team building verbal', '4 team building verbal sharvari', 'team building verbal sharvari products', 'building verbal sharvari products pvt', 'verbal sharvari products pvt ltd', 'sharvari products pvt ltd 2', 'products pvt ltd 2 days', 'pvt ltd 2 days 16', 'ltd 2 days 16 communication', '2 days 16 communication junner', 'days 16 communication junner pune', '16 communication junner pune 7', 'communication junner pune 7 days', 'junner pune 7 days 5', 'pune 7 days 5 entrepreneurship', '7 days 5 entrepreneurship agriculture', 'days 5 entrepreneurship agriculture research', '5 entrepreneurship agriculture research centre', 'entrepreneurship agriculture research centre workshop', 'agriculture research centre workshop 168', 'research centre workshop 168 development', 'centre workshop 168 development narayangaon', 'workshop 168 development narayangaon pune', '168 development narayangaon pune 8', 'development narayangaon pune 8 batches', 'narayangaon pune 8 batches total', 'pune 8 batches total 229', '8 batches total 229 adjoining', 'batches total 229 adjoining skills', ...], ['operating', 'systems', 'windows', 'xp', 'vista', '07education', 'details', 'january', '2018', 'm', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2016', 'b', 'f', 'a', 'painting', 'nagpur', 'maharashtra', 'nagpur', 'university', 'january', '2012', 'diploma', 'art', 'maharashtra', 'state', 'board', 'january', '2010', 'h', 's', 'c', 'maharashtra', 'state', 'board', 'january', '2008', 's', 's', 'c', 'maharashtra', 'state', 'board', 'fine', 'arts', 'lecturer', 'skill', 'details', 'ms', 'cit', 'exprience', '96', 'monthscompany', 'details', 'company', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'description', 'i', 'job', 'lecturer', 'shubhankan', 'fine', 'arts', 'college', 'indore', 'nov', '2018', 'i', 'artist', 'completed', 'atd', 'bfa', 'mfa', 'painting', 'i', 'searching', 'job', 'faculty', 'area', 'comfort', 'place', 'to', 'improve', 'knowledge', 'experience', 'field', 'company', 'description', 'i', 'experience', 'classes', 'painting', 'rangoli', 'drawing', 'summer', 'classes', 'etc', 'health', 'physical', 'disability', 'orthopedically', 'operating systems', 'systems windows', 'windows xp', 'xp vista', 'vista 07education', '07education details', 'details january', 'january 2018', '2018 m', 'm f', 'f a', 'a painting', 'painting nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university january', 'january 2016', '2016 b', 'b f', 'f a', 'a painting', 'painting nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university january', 'january 2012', '2012 diploma', 'diploma art', 'art maharashtra', 'maharashtra state', 'state board', 'board january', 'january 2010', '2010 h', 'h s', 's c', 'c maharashtra', 'maharashtra state', 'state board', 'board january', 'january 2008', '2008 s', 's s', 's c', 'c maharashtra', 'maharashtra state', 'state board', 'board fine', 'fine arts', 'arts lecturer', 'lecturer skill', 'skill details', 'details ms', 'ms cit', 'cit exprience', 'exprience 96', '96 monthscompany', 'monthscompany details', 'details company', 'company shubhankan', 'shubhankan fine', 'fine arts', 'arts college', 'college indore', 'indore description', 'description i', 'i job', 'job lecturer', 'lecturer shubhankan', 'shubhankan fine', 'fine arts', 'arts college', 'college indore', 'indore nov', 'nov 2018', '2018 i', 'i artist', 'artist completed', 'completed atd', 'atd bfa', 'bfa mfa', 'mfa painting', 'painting i', 'i searching', 'searching job', 'job faculty', 'faculty area', 'area comfort', 'comfort place', 'place to', 'to improve', 'improve knowledge', 'knowledge experience', 'experience field', 'field company', 'company description', 'description i', 'i experience', 'experience classes', 'classes painting', 'painting rangoli', 'rangoli drawing', 'drawing summer', 'summer classes', 'classes etc', 'etc health', 'health physical', 'physical disability', 'disability orthopedically', 'operating systems windows', 'systems windows xp', 'windows xp vista', 'xp vista 07education', 'vista 07education details', '07education details january', 'details january 2018', 'january 2018 m', '2018 m f', 'm f a', 'f a painting', 'a painting nagpur', 'painting nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university january', 'university january 2016', 'january 2016 b', '2016 b f', 'b f a', 'f a painting', 'a painting nagpur', 'painting nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university january', 'university january 2012', 'january 2012 diploma', '2012 diploma art', 'diploma art maharashtra', 'art maharashtra state', 'maharashtra state board', 'state board january', 'board january 2010', 'january 2010 h', '2010 h s', 'h s c', 's c maharashtra', 'c maharashtra state', 'maharashtra state board', 'state board january', 'board january 2008', 'january 2008 s', '2008 s s', 's s c', 's c maharashtra', 'c maharashtra state', 'maharashtra state board', 'state board fine', 'board fine arts', 'fine arts lecturer', 'arts lecturer skill', 'lecturer skill details', 'skill details ms', 'details ms cit', 'ms cit exprience', 'cit exprience 96', 'exprience 96 monthscompany', '96 monthscompany details', 'monthscompany details company', 'details company shubhankan', 'company shubhankan fine', 'shubhankan fine arts', 'fine arts college', 'arts college indore', 'college indore description', 'indore description i', 'description i job', 'i job lecturer', 'job lecturer shubhankan', 'lecturer shubhankan fine', 'shubhankan fine arts', 'fine arts college', 'arts college indore', 'college indore nov', 'indore nov 2018', 'nov 2018 i', '2018 i artist', 'i artist completed', 'artist completed atd', 'completed atd bfa', 'atd bfa mfa', 'bfa mfa painting', 'mfa painting i', 'painting i searching', 'i searching job', 'searching job faculty', 'job faculty area', 'faculty area comfort', 'area comfort place', 'comfort place to', 'place to improve', 'to improve knowledge', 'improve knowledge experience', 'knowledge experience field', 'experience field company', 'field company description', 'company description i', 'description i experience', 'i experience classes', 'experience classes painting', 'classes painting rangoli', 'painting rangoli drawing', 'rangoli drawing summer', 'drawing summer classes', 'summer classes etc', 'classes etc health', 'etc health physical', 'health physical disability', 'physical disability orthopedically', 'operating systems windows xp', 'systems windows xp vista', 'windows xp vista 07education', 'xp vista 07education details', 'vista 07education details january', '07education details january 2018', 'details january 2018 m', 'january 2018 m f', '2018 m f a', 'm f a painting', 'f a painting nagpur', 'a painting nagpur maharashtra', 'painting nagpur maharashtra nagpur', 'nagpur maharashtra nagpur university', 'maharashtra nagpur university january', 'nagpur university january 2016', 'university january 2016 b', 'january 2016 b f', '2016 b f a', 'b f a painting', 'f a painting nagpur', 'a painting nagpur maharashtra', 'painting nagpur maharashtra nagpur', 'nagpur maharashtra nagpur university', 'maharashtra nagpur university january', 'nagpur university january 2012', 'university january 2012 diploma', 'january 2012 diploma art', '2012 diploma art maharashtra', 'diploma art maharashtra state', 'art maharashtra state board', 'maharashtra state board january', 'state board january 2010', 'board january 2010 h', 'january 2010 h s', '2010 h s c', 'h s c maharashtra', 's c maharashtra state', 'c maharashtra state board', 'maharashtra state board january', 'state board january 2008', 'board january 2008 s', 'january 2008 s s', '2008 s s c', 's s c maharashtra', 's c maharashtra state', 'c maharashtra state board', 'maharashtra state board fine', 'state board fine arts', 'board fine arts lecturer', 'fine arts lecturer skill', 'arts lecturer skill details', 'lecturer skill details ms', 'skill details ms cit', 'details ms cit exprience', 'ms cit exprience 96', 'cit exprience 96 monthscompany', 'exprience 96 monthscompany details', '96 monthscompany details company', 'monthscompany details company shubhankan', 'details company shubhankan fine', 'company shubhankan fine arts', 'shubhankan fine arts college', 'fine arts college indore', 'arts college indore description', 'college indore description i', 'indore description i job', 'description i job lecturer', 'i job lecturer shubhankan', 'job lecturer shubhankan fine', 'lecturer shubhankan fine arts', 'shubhankan fine arts college', 'fine arts college indore', 'arts college indore nov', 'college indore nov 2018', 'indore nov 2018 i', 'nov 2018 i artist', '2018 i artist completed', 'i artist completed atd', 'artist completed atd bfa', 'completed atd bfa mfa', 'atd bfa mfa painting', 'bfa mfa painting i', 'mfa painting i searching', 'painting i searching job', 'i searching job faculty', 'searching job faculty area', 'job faculty area comfort', 'faculty area comfort place', 'area comfort place to', 'comfort place to improve', 'place to improve knowledge', 'to improve knowledge experience', 'improve knowledge experience field', 'knowledge experience field company', 'experience field company description', 'field company description i', 'company description i experience', 'description i experience classes', 'i experience classes painting', 'experience classes painting rangoli', 'classes painting rangoli drawing', 'painting rangoli drawing summer', 'rangoli drawing summer classes', 'drawing summer classes etc', 'summer classes etc health', 'classes etc health physical', 'etc health physical disability', 'health physical disability orthopedically', 'operating systems windows xp vista', 'systems windows xp vista 07education', 'windows xp vista 07education details', 'xp vista 07education details january', 'vista 07education details january 2018', '07education details january 2018 m', 'details january 2018 m f', 'january 2018 m f a', '2018 m f a painting', 'm f a painting nagpur', 'f a painting nagpur maharashtra', 'a painting nagpur maharashtra nagpur', 'painting nagpur maharashtra nagpur university', 'nagpur maharashtra nagpur university january', 'maharashtra nagpur university january 2016', 'nagpur university january 2016 b', 'university january 2016 b f', 'january 2016 b f a', '2016 b f a painting', 'b f a painting nagpur', 'f a painting nagpur maharashtra', 'a painting nagpur maharashtra nagpur', 'painting nagpur maharashtra nagpur university', 'nagpur maharashtra nagpur university january', 'maharashtra nagpur university january 2012', 'nagpur university january 2012 diploma', 'university january 2012 diploma art', 'january 2012 diploma art maharashtra', '2012 diploma art maharashtra state', 'diploma art maharashtra state board', 'art maharashtra state board january', 'maharashtra state board january 2010', 'state board january 2010 h', 'board january 2010 h s', 'january 2010 h s c', '2010 h s c maharashtra', 'h s c maharashtra state', 's c maharashtra state board', 'c maharashtra state board january', 'maharashtra state board january 2008', 'state board january 2008 s', 'board january 2008 s s', 'january 2008 s s c', '2008 s s c maharashtra', 's s c maharashtra state', 's c maharashtra state board', 'c maharashtra state board fine', 'maharashtra state board fine arts', 'state board fine arts lecturer', 'board fine arts lecturer skill', 'fine arts lecturer skill details', 'arts lecturer skill details ms', 'lecturer skill details ms cit', 'skill details ms cit exprience', 'details ms cit exprience 96', 'ms cit exprience 96 monthscompany', 'cit exprience 96 monthscompany details', 'exprience 96 monthscompany details company', '96 monthscompany details company shubhankan', 'monthscompany details company shubhankan fine', 'details company shubhankan fine arts', 'company shubhankan fine arts college', 'shubhankan fine arts college indore', 'fine arts college indore description', 'arts college indore description i', 'college indore description i job', 'indore description i job lecturer', 'description i job lecturer shubhankan', 'i job lecturer shubhankan fine', 'job lecturer shubhankan fine arts', 'lecturer shubhankan fine arts college', 'shubhankan fine arts college indore', 'fine arts college indore nov', 'arts college indore nov 2018', 'college indore nov 2018 i', 'indore nov 2018 i artist', 'nov 2018 i artist completed', '2018 i artist completed atd', 'i artist completed atd bfa', 'artist completed atd bfa mfa', 'completed atd bfa mfa painting', 'atd bfa mfa painting i', 'bfa mfa painting i searching', 'mfa painting i searching job', 'painting i searching job faculty', 'i searching job faculty area', 'searching job faculty area comfort', 'job faculty area comfort place', 'faculty area comfort place to', 'area comfort place to improve', 'comfort place to improve knowledge', 'place to improve knowledge experience', 'to improve knowledge experience field', 'improve knowledge experience field company', 'knowledge experience field company description', 'experience field company description i', 'field company description i experience', 'company description i experience classes', 'description i experience classes painting', 'i experience classes painting rangoli', 'experience classes painting rangoli drawing', 'classes painting rangoli drawing summer', 'painting rangoli drawing summer classes', 'rangoli drawing summer classes etc', 'drawing summer classes etc health', 'summer classes etc health physical', 'classes etc health physical disability', 'etc health physical disability orthopedically', 'operating systems windows xp vista 07education', 'systems windows xp vista 07education details', 'windows xp vista 07education details january', 'xp vista 07education details january 2018', 'vista 07education details january 2018 m', '07education details january 2018 m f', 'details january 2018 m f a', 'january 2018 m f a painting', '2018 m f a painting nagpur', 'm f a painting nagpur maharashtra', 'f a painting nagpur maharashtra nagpur', 'a painting nagpur maharashtra nagpur university', 'painting nagpur maharashtra nagpur university january', 'nagpur maharashtra nagpur university january 2016', 'maharashtra nagpur university january 2016 b', 'nagpur university january 2016 b f', 'university january 2016 b f a', 'january 2016 b f a painting', '2016 b f a painting nagpur', 'b f a painting nagpur maharashtra', 'f a painting nagpur maharashtra nagpur', 'a painting nagpur maharashtra nagpur university', 'painting nagpur maharashtra nagpur university january', 'nagpur maharashtra nagpur university january 2012', 'maharashtra nagpur university january 2012 diploma', 'nagpur university january 2012 diploma art', 'university january 2012 diploma art maharashtra', 'january 2012 diploma art maharashtra state', '2012 diploma art maharashtra state board', 'diploma art maharashtra state board january', 'art maharashtra state board january 2010', 'maharashtra state board january 2010 h', 'state board january 2010 h s', 'board january 2010 h s c', 'january 2010 h s c maharashtra', '2010 h s c maharashtra state', 'h s c maharashtra state board', 's c maharashtra state board january', 'c maharashtra state board january 2008', 'maharashtra state board january 2008 s', 'state board january 2008 s s', 'board january 2008 s s c', 'january 2008 s s c maharashtra', '2008 s s c maharashtra state', 's s c maharashtra state board', 's c maharashtra state board fine', 'c maharashtra state board fine arts', 'maharashtra state board fine arts lecturer', 'state board fine arts lecturer skill', 'board fine arts lecturer skill details', 'fine arts lecturer skill details ms', 'arts lecturer skill details ms cit', 'lecturer skill details ms cit exprience', 'skill details ms cit exprience 96', 'details ms cit exprience 96 monthscompany', 'ms cit exprience 96 monthscompany details', 'cit exprience 96 monthscompany details company', 'exprience 96 monthscompany details company shubhankan', '96 monthscompany details company shubhankan fine', 'monthscompany details company shubhankan fine arts', 'details company shubhankan fine arts college', 'company shubhankan fine arts college indore', 'shubhankan fine arts college indore description', 'fine arts college indore description i', 'arts college indore description i job', 'college indore description i job lecturer', 'indore description i job lecturer shubhankan', 'description i job lecturer shubhankan fine', 'i job lecturer shubhankan fine arts', 'job lecturer shubhankan fine arts college', 'lecturer shubhankan fine arts college indore', 'shubhankan fine arts college indore nov', 'fine arts college indore nov 2018', 'arts college indore nov 2018 i', 'college indore nov 2018 i artist', 'indore nov 2018 i artist completed', 'nov 2018 i artist completed atd', '2018 i artist completed atd bfa', 'i artist completed atd bfa mfa', 'artist completed atd bfa mfa painting', 'completed atd bfa mfa painting i', 'atd bfa mfa painting i searching', 'bfa mfa painting i searching job', 'mfa painting i searching job faculty', 'painting i searching job faculty area', 'i searching job faculty area comfort', 'searching job faculty area comfort place', 'job faculty area comfort place to', 'faculty area comfort place to improve', 'area comfort place to improve knowledge', 'comfort place to improve knowledge experience', 'place to improve knowledge experience field', 'to improve knowledge experience field company', 'improve knowledge experience field company description', 'knowledge experience field company description i', 'experience field company description i experience', 'field company description i experience classes', 'company description i experience classes painting', 'description i experience classes painting rangoli', 'i experience classes painting rangoli drawing', 'experience classes painting rangoli drawing summer', 'classes painting rangoli drawing summer classes', 'painting rangoli drawing summer classes etc', 'rangoli drawing summer classes etc health', 'drawing summer classes etc health physical', 'summer classes etc health physical disability', 'classes etc health physical disability orthopedically', 'operating systems windows xp vista 07education details', 'systems windows xp vista 07education details january', 'windows xp vista 07education details january 2018', 'xp vista 07education details january 2018 m', 'vista 07education details january 2018 m f', '07education details january 2018 m f a', 'details january 2018 m f a painting', 'january 2018 m f a painting nagpur', '2018 m f a painting nagpur maharashtra', 'm f a painting nagpur maharashtra nagpur', 'f a painting nagpur maharashtra nagpur university', 'a painting nagpur maharashtra nagpur university january', 'painting nagpur maharashtra nagpur university january 2016', 'nagpur maharashtra nagpur university january 2016 b', 'maharashtra nagpur university january 2016 b f', 'nagpur university january 2016 b f a', 'university january 2016 b f a painting', 'january 2016 b f a painting nagpur', '2016 b f a painting nagpur maharashtra', 'b f a painting nagpur maharashtra nagpur', 'f a painting nagpur maharashtra nagpur university', 'a painting nagpur maharashtra nagpur university january', 'painting nagpur maharashtra nagpur university january 2012', 'nagpur maharashtra nagpur university january 2012 diploma', 'maharashtra nagpur university january 2012 diploma art', 'nagpur university january 2012 diploma art maharashtra', 'university january 2012 diploma art maharashtra state', 'january 2012 diploma art maharashtra state board', '2012 diploma art maharashtra state board january', 'diploma art maharashtra state board january 2010', 'art maharashtra state board january 2010 h', 'maharashtra state board january 2010 h s', 'state board january 2010 h s c', 'board january 2010 h s c maharashtra', 'january 2010 h s c maharashtra state', '2010 h s c maharashtra state board', 'h s c maharashtra state board january', 's c maharashtra state board january 2008', 'c maharashtra state board january 2008 s', 'maharashtra state board january 2008 s s', 'state board january 2008 s s c', 'board january 2008 s s c maharashtra', 'january 2008 s s c maharashtra state', '2008 s s c maharashtra state board', 's s c maharashtra state board fine', 's c maharashtra state board fine arts', 'c maharashtra state board fine arts lecturer', 'maharashtra state board fine arts lecturer skill', 'state board fine arts lecturer skill details', 'board fine arts lecturer skill details ms', 'fine arts lecturer skill details ms cit', 'arts lecturer skill details ms cit exprience', 'lecturer skill details ms cit exprience 96', 'skill details ms cit exprience 96 monthscompany', 'details ms cit exprience 96 monthscompany details', 'ms cit exprience 96 monthscompany details company', 'cit exprience 96 monthscompany details company shubhankan', 'exprience 96 monthscompany details company shubhankan fine', '96 monthscompany details company shubhankan fine arts', 'monthscompany details company shubhankan fine arts college', 'details company shubhankan fine arts college indore', 'company shubhankan fine arts college indore description', 'shubhankan fine arts college indore description i', 'fine arts college indore description i job', 'arts college indore description i job lecturer', 'college indore description i job lecturer shubhankan', 'indore description i job lecturer shubhankan fine', 'description i job lecturer shubhankan fine arts', 'i job lecturer shubhankan fine arts college', 'job lecturer shubhankan fine arts college indore', 'lecturer shubhankan fine arts college indore nov', 'shubhankan fine arts college indore nov 2018', 'fine arts college indore nov 2018 i', 'arts college indore nov 2018 i artist', 'college indore nov 2018 i artist completed', 'indore nov 2018 i artist completed atd', 'nov 2018 i artist completed atd bfa', '2018 i artist completed atd bfa mfa', 'i artist completed atd bfa mfa painting', 'artist completed atd bfa mfa painting i', 'completed atd bfa mfa painting i searching', 'atd bfa mfa painting i searching job', 'bfa mfa painting i searching job faculty', 'mfa painting i searching job faculty area', 'painting i searching job faculty area comfort', 'i searching job faculty area comfort place', 'searching job faculty area comfort place to', 'job faculty area comfort place to improve', 'faculty area comfort place to improve knowledge', 'area comfort place to improve knowledge experience', 'comfort place to improve knowledge experience field', 'place to improve knowledge experience field company', 'to improve knowledge experience field company description', 'improve knowledge experience field company description i', 'knowledge experience field company description i experience', 'experience field company description i experience classes', 'field company description i experience classes painting', 'company description i experience classes painting rangoli', 'description i experience classes painting rangoli drawing', 'i experience classes painting rangoli drawing summer', 'experience classes painting rangoli drawing summer classes', 'classes painting rangoli drawing summer classes etc', 'painting rangoli drawing summer classes etc health', 'rangoli drawing summer classes etc health physical', 'drawing summer classes etc health physical disability', 'summer classes etc health physical disability orthopedically', 'operating systems windows xp vista 07education details january', 'systems windows xp vista 07education details january 2018', 'windows xp vista 07education details january 2018 m', 'xp vista 07education details january 2018 m f', 'vista 07education details january 2018 m f a', '07education details january 2018 m f a painting', 'details january 2018 m f a painting nagpur', 'january 2018 m f a painting nagpur maharashtra', '2018 m f a painting nagpur maharashtra nagpur', 'm f a painting nagpur maharashtra nagpur university', 'f a painting nagpur maharashtra nagpur university january', 'a painting nagpur maharashtra nagpur university january 2016', 'painting nagpur maharashtra nagpur university january 2016 b', 'nagpur maharashtra nagpur university january 2016 b f', 'maharashtra nagpur university january 2016 b f a', 'nagpur university january 2016 b f a painting', 'university january 2016 b f a painting nagpur', 'january 2016 b f a painting nagpur maharashtra', '2016 b f a painting nagpur maharashtra nagpur', 'b f a painting nagpur maharashtra nagpur university', 'f a painting nagpur maharashtra nagpur university january', 'a painting nagpur maharashtra nagpur university january 2012', 'painting nagpur maharashtra nagpur university january 2012 diploma', 'nagpur maharashtra nagpur university january 2012 diploma art', 'maharashtra nagpur university january 2012 diploma art maharashtra', 'nagpur university january 2012 diploma art maharashtra state', 'university january 2012 diploma art maharashtra state board', 'january 2012 diploma art maharashtra state board january', '2012 diploma art maharashtra state board january 2010', 'diploma art maharashtra state board january 2010 h', 'art maharashtra state board january 2010 h s', 'maharashtra state board january 2010 h s c', 'state board january 2010 h s c maharashtra', 'board january 2010 h s c maharashtra state', 'january 2010 h s c maharashtra state board', '2010 h s c maharashtra state board january', 'h s c maharashtra state board january 2008', 's c maharashtra state board january 2008 s', 'c maharashtra state board january 2008 s s', 'maharashtra state board january 2008 s s c', 'state board january 2008 s s c maharashtra', 'board january 2008 s s c maharashtra state', 'january 2008 s s c maharashtra state board', '2008 s s c maharashtra state board fine', 's s c maharashtra state board fine arts', 's c maharashtra state board fine arts lecturer', 'c maharashtra state board fine arts lecturer skill', 'maharashtra state board fine arts lecturer skill details', 'state board fine arts lecturer skill details ms', 'board fine arts lecturer skill details ms cit', 'fine arts lecturer skill details ms cit exprience', 'arts lecturer skill details ms cit exprience 96', 'lecturer skill details ms cit exprience 96 monthscompany', 'skill details ms cit exprience 96 monthscompany details', 'details ms cit exprience 96 monthscompany details company', 'ms cit exprience 96 monthscompany details company shubhankan', 'cit exprience 96 monthscompany details company shubhankan fine', 'exprience 96 monthscompany details company shubhankan fine arts', '96 monthscompany details company shubhankan fine arts college', 'monthscompany details company shubhankan fine arts college indore', 'details company shubhankan fine arts college indore description', 'company shubhankan fine arts college indore description i', 'shubhankan fine arts college indore description i job', 'fine arts college indore description i job lecturer', 'arts college indore description i job lecturer shubhankan', 'college indore description i job lecturer shubhankan fine', 'indore description i job lecturer shubhankan fine arts', 'description i job lecturer shubhankan fine arts college', 'i job lecturer shubhankan fine arts college indore', 'job lecturer shubhankan fine arts college indore nov', 'lecturer shubhankan fine arts college indore nov 2018', 'shubhankan fine arts college indore nov 2018 i', 'fine arts college indore nov 2018 i artist', 'arts college indore nov 2018 i artist completed', 'college indore nov 2018 i artist completed atd', 'indore nov 2018 i artist completed atd bfa', 'nov 2018 i artist completed atd bfa mfa', '2018 i artist completed atd bfa mfa painting', 'i artist completed atd bfa mfa painting i', 'artist completed atd bfa mfa painting i searching', 'completed atd bfa mfa painting i searching job', 'atd bfa mfa painting i searching job faculty', 'bfa mfa painting i searching job faculty area', 'mfa painting i searching job faculty area comfort', 'painting i searching job faculty area comfort place', 'i searching job faculty area comfort place to', 'searching job faculty area comfort place to improve', 'job faculty area comfort place to improve knowledge', 'faculty area comfort place to improve knowledge experience', 'area comfort place to improve knowledge experience field', 'comfort place to improve knowledge experience field company', 'place to improve knowledge experience field company description', 'to improve knowledge experience field company description i', 'improve knowledge experience field company description i experience', 'knowledge experience field company description i experience classes', 'experience field company description i experience classes painting', 'field company description i experience classes painting rangoli', 'company description i experience classes painting rangoli drawing', 'description i experience classes painting rangoli drawing summer', 'i experience classes painting rangoli drawing summer classes', 'experience classes painting rangoli drawing summer classes etc', 'classes painting rangoli drawing summer classes etc health', 'painting rangoli drawing summer classes etc health physical', 'rangoli drawing summer classes etc health physical disability', 'drawing summer classes etc health physical disability orthopedically', 'operating systems windows xp vista 07education details january 2018', 'systems windows xp vista 07education details january 2018 m', 'windows xp vista 07education details january 2018 m f', 'xp vista 07education details january 2018 m f a', 'vista 07education details january 2018 m f a painting', '07education details january 2018 m f a painting nagpur', 'details january 2018 m f a painting nagpur maharashtra', 'january 2018 m f a painting nagpur maharashtra nagpur', '2018 m f a painting nagpur maharashtra nagpur university', 'm f a painting nagpur maharashtra nagpur university january', 'f a painting nagpur maharashtra nagpur university january 2016', 'a painting nagpur maharashtra nagpur university january 2016 b', 'painting nagpur maharashtra nagpur university january 2016 b f', 'nagpur maharashtra nagpur university january 2016 b f a', 'maharashtra nagpur university january 2016 b f a painting', 'nagpur university january 2016 b f a painting nagpur', 'university january 2016 b f a painting nagpur maharashtra', 'january 2016 b f a painting nagpur maharashtra nagpur', '2016 b f a painting nagpur maharashtra nagpur university', 'b f a painting nagpur maharashtra nagpur university january', 'f a painting nagpur maharashtra nagpur university january 2012', 'a painting nagpur maharashtra nagpur university january 2012 diploma', 'painting nagpur maharashtra nagpur university january 2012 diploma art', 'nagpur maharashtra nagpur university january 2012 diploma art maharashtra', 'maharashtra nagpur university january 2012 diploma art maharashtra state', 'nagpur university january 2012 diploma art maharashtra state board', 'university january 2012 diploma art maharashtra state board january', 'january 2012 diploma art maharashtra state board january 2010', '2012 diploma art maharashtra state board january 2010 h', 'diploma art maharashtra state board january 2010 h s', 'art maharashtra state board january 2010 h s c', 'maharashtra state board january 2010 h s c maharashtra', 'state board january 2010 h s c maharashtra state', 'board january 2010 h s c maharashtra state board', 'january 2010 h s c maharashtra state board january', '2010 h s c maharashtra state board january 2008', 'h s c maharashtra state board january 2008 s', 's c maharashtra state board january 2008 s s', 'c maharashtra state board january 2008 s s c', 'maharashtra state board january 2008 s s c maharashtra', 'state board january 2008 s s c maharashtra state', 'board january 2008 s s c maharashtra state board', 'january 2008 s s c maharashtra state board fine', '2008 s s c maharashtra state board fine arts', 's s c maharashtra state board fine arts lecturer', 's c maharashtra state board fine arts lecturer skill', 'c maharashtra state board fine arts lecturer skill details', 'maharashtra state board fine arts lecturer skill details ms', 'state board fine arts lecturer skill details ms cit', 'board fine arts lecturer skill details ms cit exprience', 'fine arts lecturer skill details ms cit exprience 96', 'arts lecturer skill details ms cit exprience 96 monthscompany', 'lecturer skill details ms cit exprience 96 monthscompany details', 'skill details ms cit exprience 96 monthscompany details company', 'details ms cit exprience 96 monthscompany details company shubhankan', 'ms cit exprience 96 monthscompany details company shubhankan fine', 'cit exprience 96 monthscompany details company shubhankan fine arts', 'exprience 96 monthscompany details company shubhankan fine arts college', '96 monthscompany details company shubhankan fine arts college indore', 'monthscompany details company shubhankan fine arts college indore description', 'details company shubhankan fine arts college indore description i', 'company shubhankan fine arts college indore description i job', 'shubhankan fine arts college indore description i job lecturer', 'fine arts college indore description i job lecturer shubhankan', 'arts college indore description i job lecturer shubhankan fine', 'college indore description i job lecturer shubhankan fine arts', 'indore description i job lecturer shubhankan fine arts college', 'description i job lecturer shubhankan fine arts college indore', 'i job lecturer shubhankan fine arts college indore nov', 'job lecturer shubhankan fine arts college indore nov 2018', 'lecturer shubhankan fine arts college indore nov 2018 i', 'shubhankan fine arts college indore nov 2018 i artist', 'fine arts college indore nov 2018 i artist completed', 'arts college indore nov 2018 i artist completed atd', 'college indore nov 2018 i artist completed atd bfa', 'indore nov 2018 i artist completed atd bfa mfa', 'nov 2018 i artist completed atd bfa mfa painting', '2018 i artist completed atd bfa mfa painting i', 'i artist completed atd bfa mfa painting i searching', 'artist completed atd bfa mfa painting i searching job', 'completed atd bfa mfa painting i searching job faculty', 'atd bfa mfa painting i searching job faculty area', 'bfa mfa painting i searching job faculty area comfort', 'mfa painting i searching job faculty area comfort place', 'painting i searching job faculty area comfort place to', 'i searching job faculty area comfort place to improve', 'searching job faculty area comfort place to improve knowledge', 'job faculty area comfort place to improve knowledge experience', 'faculty area comfort place to improve knowledge experience field', 'area comfort place to improve knowledge experience field company', 'comfort place to improve knowledge experience field company description', 'place to improve knowledge experience field company description i', 'to improve knowledge experience field company description i experience', 'improve knowledge experience field company description i experience classes', 'knowledge experience field company description i experience classes painting', 'experience field company description i experience classes painting rangoli', 'field company description i experience classes painting rangoli drawing', 'company description i experience classes painting rangoli drawing summer', 'description i experience classes painting rangoli drawing summer classes', 'i experience classes painting rangoli drawing summer classes etc', 'experience classes painting rangoli drawing summer classes etc health', 'classes painting rangoli drawing summer classes etc health physical', 'painting rangoli drawing summer classes etc health physical disability', 'rangoli drawing summer classes etc health physical disability orthopedically'], ['additional', 'qualifications', 'april', '2000', 'web', 'designing', 'course', 'average', 'computer', 'skillseducation', 'details', 'january', '2000', 'january', '2001', 'bachelor', 'arts', 'sociology', 'mumbai', 'maharashtra', 'the', 'mumbai', 'university', 'january', '1998', 'january', '2000', 'bachelor', 'arts', 'sociology', 'sophia', 'college', 'january', '1997', 'january', '1998', 'h', 's', 'c', 'sophia', 'college', 'january', '1995', 'january', '1996', 's', 's', 'c', 'st', 'teresa', 'convent', 'high', 'school', 'head', 'business', 'development', 'arts', 'head', 'business', 'development', 'arts', 'skill', 'details', 'company', 'details', 'company', 'british', 'council', 'description', 'responsibilities', 'strategic', 'oversight', 'responsibility', 'programmes', 'performing', 'arts', 'music', 'theatre', 'dance', 'cultural', 'sectors', 'lead', 'conception', 'oversight', 'specific', 'large', 'scale', 'programmes', 'within', 'overall', 'arts', 'programme', 'represent', 'british', 'council', 'external', 'events', 'india', 'act', 'deputy', 'director', 'arts', 'required', 'oversee', 'manage', 'resources', 'deliver', 'compelling', 'communications', 'applicants', 'convey', 'british', 'council', 'grants', 'like', 'charles', 'wallace', 'india', 'trust', 'young', 'creative', 'entrepreneurs', 'chevening', 'clore', 'scholarship', 'programs', 'time', 'excellence', 'shortlisting', 'interviewing', 'potential', 'applicants', 'existing', 'relevant', 'grants', 'fellowships', 'oversee', 'diverse', 'range', 'proposals', 'progress', 'reports', 'related', 'projects', 'ensuring', 'effective', 'timely', 'identification', 'communication', 'program', 'progress', 'lead', 'team', 'six', 'project', 'managers', 'across', 'country', 'manage', 'performance', 'team', 'responsible', 'executing', 'arts', 'projects', 'partnerships', 'built', 'work', 'expertise', 'within', 'geographic', 'region', 'ensure', 'arts', 'insight', 'knowledge', 'available', 'required', 'managing', 'relations', 'existing', 'partners', 'developing', 'relationships', 'targeted', 'new', 'partners', 'key', 'government', 'officials', 'ensuring', 'market', 'insight', 'business', 'development', 'opportunities', 'built', 'planning', 'new', 'programmes', 'primary', 'strategic', 'responsibility', 'marketing', 'arts', 'program', 'india', 'ensure', 'program', 'builds', 'reputation', 'attractive', 'potential', 'partners', 'partnership', 'marketing', 'communications', 'team', 'company', 'british', 'council', 'description', 'cultural', 'relations', 'organization', 'creating', 'international', 'opportunities', 'people', 'uk', 'countries', 'building', 'trust', 'worldwide', 'they', 'offices', 'six', 'continents', '100', 'countries', 'bringing', 'international', 'opportunity', 'life', 'every', 'day', 'each', 'year', 'work', 'millions', 'people', 'connecting', 'united', 'kingdom', 'sharing', 'cultures', 'uk', 'attractive', 'assets', 'english', 'arts', 'education', 'they', '80', 'years', 'experience', 'company', 'british', 'council', 'description', 'responsibilities', 'leading', 'strategic', 'development', 'british', 'council', 'work', 'music', 'sector', 'india', 'sri', 'lanka', 'region', 'building', 'maintaining', 'strong', 'international', 'partnerships', 'across', 'sectors', 'india', 'sri', 'lanka', 'uk', 'developing', 'strong', 'external', 'partnerships', 'lead', 'significant', 'external', 'investment', 'bc', 'activities', 'enabling', 'delivery', 'ambitious', 'programme', 'music', 'sector', 'activities', 'events', 'thus', 'strengthening', 'cultural', 'relationships', 'india', 'sri', 'lanka', 'uk', 'leading', 'implementation', 'music', 'programme', 'within', 'india', 'sri', 'lanka', 'along', 'detailed', 'project', 'plans', 'liaison', 'colleagues', 'india', 'sri', 'lanka', 'uk', 'proactive', 'management', 'budgets', 'timelines', 'projects', 'ensuring', 'systematic', 'evaluation', 'projects', 'including', 'developing', 'effective', 'systems', 'processes', 'capturing', 'quantitative', 'qualitative', 'information', 'effectiveness', 'projects', 'longer', 'term', 'impact', 'management', 'team', 'across', 'india', 'sri', 'lanka', 'contributing', 'recruitment', 'development', 'mentoring', 'staff', 'company', 'british', 'council', 'description', 'responsibilities', 'planning', 'organizing', 'logistics', 'related', 'events', 'buildings', 'performers', 'artists', 'personnel', 'marketing', 'performance', 'event', 'social', 'media', 'direct', 'mail', 'advertising', 'use', 'website', 'producing', 'posters', 'publicity', 'leaflets', 'attracting', 'media', 'coverage', 'planning', 'managing', 'budgets', 'programming', 'booking', 'performances', 'events', 'including', 'arrangements', 'tours', 'india', 'development', 'new', 'projects', 'initiatives', 'consultation', 'arts', 'professionals', 'key', 'stakeholders', 'e', 'g', 'local', 'authorities', 'local', 'government', 'communities', 'venue', 'directors', 'regional', 'partners', 'taking', 'responsibility', 'operational', 'office', 'management', 'issues', 'venue', 'essibility', 'health', 'safety', 'issues', 'implementing', 'maintaining', 'office', 'information', 'systems', 'providing', 'administration', 'support', 'managers', 'director', 'ensuring', 'corporate', 'legal', 'requirements', 'complied', 'reporting', 'head', 'unit', 'company', 'british', 'council', 'description', 'responsibilities', 'developing', 'new', 'specific', 'new', 'projects', 'initiatives', 'music', 'film', 'visual', 'art', 'sector', 'consultation', 'council', 'key', 'stakeholders', 'planning', 'managing', 'budgets', 'supporting', 'marketing', 'performance', 'event', 'social', 'media', 'direct', 'mail', 'advertising', 'use', 'website', 'producing', 'posters', 'publicity', 'leaflets', 'attracting', 'media', 'coverage', 'programming', 'outreach', 'workshops', 'respective', 'programmes', 'company', 'aircheck', 'india', 'description', 'the', 'company', 'intended', 'launch', 'stations', 'metros', 'august', '29', '2001', 'for', 'mumbai', 'fm', 'station', 'win', 'basic', 'infrastructure', 'includes', 'studio', 'production', 'facilities', 'the', 'transmission', 'tower', 'station', 'located', 'central', 'mumbai', 'responsibilities', 'generating', 'researching', 'ideas', 'programmes', 'pitching', 'commissions', 'sourcing', 'potential', 'contributors', 'interviewees', 'selecting', 'music', 'appropriate', 'programme', 'audience', 'station', 'producing', 'pre', 'production', 'briefings', 'presenters', 'reporters', 'technical', 'staff', 'contributors', 'managing', 'logistics', 'getting', 'people', 'resources', 'equipment', 'together', 'right', 'place', 'right', 'time', 'undertaking', 'editing', 'interviewing', 'reporting', 'duties', 'necessary', 'presenting', 'programmes', 'managing', 'presenters', 'pre', 'recorded', 'recorded', 'output', 'checking', 'copyrights', 'cleared', 'understanding', 'media', 'law', 'using', 'editing', 'mixing', 'software', 'like', 'sonic', 'foundry', 'vegas', 'sonic', 'foundry', 'sound', 'forge', 'acid', 'midi', 'company', 'rave', 'magazine', 'description', 'rave', 'magazine', 'definitive', 'voice', 'music', 'emerging', 'indian', 'sub', 'continent', 'lifestyle', 'surrounds', 'through', 'exclusive', 'reporting', 'unique', 'sensibility', 'editorial', 'team', '20', 'years', 'experience', 'publishing', 'rave', 'magazine', 'covers', 'every', 'genre', 'music', 'emerging', 'region', 'provides', 'new', 'perspectives', 'international', 'music', 'responsibilities', 'maintain', 'production', 'schedules', 'report', 'progress', 'overview', 'staff', 'manage', 'supervise', 'photographers', 'freelance', 'writers', 'generally', 'provide', 'administrative', 'support', 'editor', 'participated', 'production', 'meetings', 'brain', 'storming', 'sessions', 'decide', 'direction', 'future', 'trends', 'contents', 'publication', 'company', 'xs', 'events', 'description', 'xs', 'events', 'event', 'management', 'company', 'primarily', 'dealing', 'corporate', 'clients', 'used', 'different', 'events', 'increase', 'audience', 'exposure', 'brand', 'responsibilities', 'development', 'production', 'delivery', 'projects', 'proposal', 'right', 'delivery', 'delivering', 'events', 'time', 'within', 'budget', 'maintaining', 'timelines', 'priorities', 'every', 'project', 'managing', 'supplier', 'relationships', 'managing', 'operational', 'administrative', 'functions', 'ensure', 'specific', 'projects', 'delivered', 'efficiently', 'company', 'banyan', 'tree', 'communications', 'description', 'responsibilities', 'sourcing', 'potential', 'contributors', 'interviewees', 'selecting', 'music', 'appropriate', 'programme', 'audience', 'station', 'undertaking', 'editing', 'interviewing', 'reporting', 'duties', 'necessary', 'checking', 'copyrights', 'cleared', 'understanding', 'media', 'law', 'company', 'french', 'embassy', 'description', 'part', 'time', 'basis', 'company', 'british', 'council', 'description', 'mumbai', 'advice', 'students', 'various', 'academic', 'opportunities', 'united', 'kingdom', 'assisted', 'various', 'exhibitions', 'british', 'council', 'additional qualifications', 'qualifications april', 'april 2000', '2000 web', 'web designing', 'designing course', 'course average', 'average computer', 'computer skillseducation', 'skillseducation details', 'details january', 'january 2000', '2000 january', 'january 2001', '2001 bachelor', 'bachelor arts', 'arts sociology', 'sociology mumbai', 'mumbai maharashtra', 'maharashtra the', 'the mumbai', 'mumbai university', 'university january', 'january 1998', '1998 january', 'january 2000', '2000 bachelor', 'bachelor arts', 'arts sociology', 'sociology sophia', 'sophia college', 'college january', 'january 1997', '1997 january', 'january 1998', '1998 h', 'h s', 's c', 'c sophia', 'sophia college', 'college january', 'january 1995', '1995 january', 'january 1996', '1996 s', 's s', 's c', 'c st', 'st teresa', 'teresa convent', 'convent high', 'high school', 'school head', 'head business', 'business development', 'development arts', 'arts head', 'head business', 'business development', 'development arts', 'arts skill', 'skill details', 'details company', 'company details', 'details company', 'company british', 'british council', 'council description', 'description responsibilities', 'responsibilities strategic', 'strategic oversight', 'oversight responsibility', 'responsibility programmes', 'programmes performing', 'performing arts', 'arts music', 'music theatre', 'theatre dance', 'dance cultural', 'cultural sectors', 'sectors lead', 'lead conception', 'conception oversight', 'oversight specific', 'specific large', 'large scale', 'scale programmes', 'programmes within', 'within overall', 'overall arts', 'arts programme', 'programme represent', 'represent british', 'british council', 'council external', 'external events', 'events india', 'india act', 'act deputy', 'deputy director', 'director arts', 'arts required', 'required oversee', 'oversee manage', 'manage resources', 'resources deliver', 'deliver compelling', 'compelling communications', 'communications applicants', 'applicants convey', 'convey british', 'british council', 'council grants', 'grants like', 'like charles', 'charles wallace', 'wallace india', 'india trust', 'trust young', 'young creative', 'creative entrepreneurs', 'entrepreneurs chevening', 'chevening clore', 'clore scholarship', 'scholarship programs', 'programs time', 'time excellence', 'excellence shortlisting', 'shortlisting interviewing', 'interviewing potential', 'potential applicants', 'applicants existing', 'existing relevant', 'relevant grants', 'grants fellowships', 'fellowships oversee', 'oversee diverse', 'diverse range', 'range proposals', 'proposals progress', 'progress reports', 'reports related', 'related projects', 'projects ensuring', 'ensuring effective', 'effective timely', 'timely identification', 'identification communication', 'communication program', 'program progress', 'progress lead', 'lead team', 'team six', 'six project', 'project managers', 'managers across', 'across country', 'country manage', 'manage performance', 'performance team', 'team responsible', 'responsible executing', 'executing arts', 'arts projects', 'projects partnerships', 'partnerships built', 'built work', 'work expertise', 'expertise within', 'within geographic', 'geographic region', 'region ensure', 'ensure arts', 'arts insight', 'insight knowledge', 'knowledge available', 'available required', 'required managing', 'managing relations', 'relations existing', 'existing partners', 'partners developing', 'developing relationships', 'relationships targeted', 'targeted new', 'new partners', 'partners key', 'key government', 'government officials', 'officials ensuring', 'ensuring market', 'market insight', 'insight business', 'business development', 'development opportunities', 'opportunities built', 'built planning', 'planning new', 'new programmes', 'programmes primary', 'primary strategic', 'strategic responsibility', 'responsibility marketing', 'marketing arts', 'arts program', 'program india', 'india ensure', 'ensure program', 'program builds', 'builds reputation', 'reputation attractive', 'attractive potential', 'potential partners', 'partners partnership', 'partnership marketing', 'marketing communications', 'communications team', 'team company', ...], ['education', 'details', 'january', '2017', 'rachana', 'sansad', 'school', 'interior', 'deign', 'january', '2013', 'holy', 'family', 'high', 'school', 'master', 'commerce', 'marketing', 'mumbai', 'maharashtra', 'university', 'mumbai', 'drawing', 'arts', 'craft', 'teacher', 'drawing', 'arts', 'craft', 'teacher', 'ghatkopar', 'ymca', 'skill', 'details', 'company', 'details', 'company', 'ghatkopar', 'ymca', 'description', '3', 'years', 'worked', 'jungle', 'cubs', 'gym', 'co', 'ordinator', '1', 'year', 'education details', 'details january', 'january 2017', '2017 rachana', 'rachana sansad', 'sansad school', 'school interior', 'interior deign', 'deign january', 'january 2013', '2013 holy', 'holy family', 'family high', 'high school', 'school master', 'master commerce', 'commerce marketing', 'marketing mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai drawing', 'drawing arts', 'arts craft', 'craft teacher', 'teacher drawing', 'drawing arts', 'arts craft', 'craft teacher', 'teacher ghatkopar', 'ghatkopar ymca', 'ymca skill', 'skill details', 'details company', 'company details', 'details company', 'company ghatkopar', 'ghatkopar ymca', 'ymca description', 'description 3', '3 years', 'years worked', 'worked jungle', 'jungle cubs', 'cubs gym', 'gym co', 'co ordinator', 'ordinator 1', '1 year', 'education details january', 'details january 2017', 'january 2017 rachana', '2017 rachana sansad', 'rachana sansad school', 'sansad school interior', 'school interior deign', 'interior deign january', 'deign january 2013', 'january 2013 holy', '2013 holy family', 'holy family high', 'family high school', 'high school master', 'school master commerce', 'master commerce marketing', 'commerce marketing mumbai', 'marketing mumbai maharashtra', 'mumbai maharashtra university', 'maharashtra university mumbai', 'university mumbai drawing', 'mumbai drawing arts', 'drawing arts craft', 'arts craft teacher', 'craft teacher drawing', 'teacher drawing arts', 'drawing arts craft', 'arts craft teacher', 'craft teacher ghatkopar', 'teacher ghatkopar ymca', 'ghatkopar ymca skill', 'ymca skill details', 'skill details company', 'details company details', 'company details company', 'details company ghatkopar', 'company ghatkopar ymca', 'ghatkopar ymca description', 'ymca description 3', 'description 3 years', '3 years worked', 'years worked jungle', 'worked jungle cubs', 'jungle cubs gym', 'cubs gym co', 'gym co ordinator', 'co ordinator 1', 'ordinator 1 year', 'education details january 2017', 'details january 2017 rachana', 'january 2017 rachana sansad', '2017 rachana sansad school', 'rachana sansad school interior', 'sansad school interior deign', 'school interior deign january', 'interior deign january 2013', 'deign january 2013 holy', 'january 2013 holy family', '2013 holy family high', 'holy family high school', 'family high school master', 'high school master commerce', 'school master commerce marketing', 'master commerce marketing mumbai', 'commerce marketing mumbai maharashtra', 'marketing mumbai maharashtra university', 'mumbai maharashtra university mumbai', 'maharashtra university mumbai drawing', 'university mumbai drawing arts', 'mumbai drawing arts craft', 'drawing arts craft teacher', 'arts craft teacher drawing', 'craft teacher drawing arts', 'teacher drawing arts craft', 'drawing arts craft teacher', 'arts craft teacher ghatkopar', 'craft teacher ghatkopar ymca', 'teacher ghatkopar ymca skill', 'ghatkopar ymca skill details', 'ymca skill details company', 'skill details company details', 'details company details company', 'company details company ghatkopar', 'details company ghatkopar ymca', 'company ghatkopar ymca description', 'ghatkopar ymca description 3', 'ymca description 3 years', 'description 3 years worked', '3 years worked jungle', 'years worked jungle cubs', 'worked jungle cubs gym', 'jungle cubs gym co', 'cubs gym co ordinator', 'gym co ordinator 1', 'co ordinator 1 year', 'education details january 2017 rachana', 'details january 2017 rachana sansad', 'january 2017 rachana sansad school', '2017 rachana sansad school interior', 'rachana sansad school interior deign', 'sansad school interior deign january', 'school interior deign january 2013', 'interior deign january 2013 holy', 'deign january 2013 holy family', 'january 2013 holy family high', '2013 holy family high school', 'holy family high school master', 'family high school master commerce', 'high school master commerce marketing', 'school master commerce marketing mumbai', 'master commerce marketing mumbai maharashtra', 'commerce marketing mumbai maharashtra university', 'marketing mumbai maharashtra university mumbai', 'mumbai maharashtra university mumbai drawing', 'maharashtra university mumbai drawing arts', 'university mumbai drawing arts craft', 'mumbai drawing arts craft teacher', 'drawing arts craft teacher drawing', 'arts craft teacher drawing arts', 'craft teacher drawing arts craft', 'teacher drawing arts craft teacher', 'drawing arts craft teacher ghatkopar', 'arts craft teacher ghatkopar ymca', 'craft teacher ghatkopar ymca skill', 'teacher ghatkopar ymca skill details', 'ghatkopar ymca skill details company', 'ymca skill details company details', 'skill details company details company', 'details company details company ghatkopar', 'company details company ghatkopar ymca', 'details company ghatkopar ymca description', 'company ghatkopar ymca description 3', 'ghatkopar ymca description 3 years', 'ymca description 3 years worked', 'description 3 years worked jungle', '3 years worked jungle cubs', 'years worked jungle cubs gym', 'worked jungle cubs gym co', 'jungle cubs gym co ordinator', 'cubs gym co ordinator 1', 'gym co ordinator 1 year', 'education details january 2017 rachana sansad', 'details january 2017 rachana sansad school', 'january 2017 rachana sansad school interior', '2017 rachana sansad school interior deign', 'rachana sansad school interior deign january', 'sansad school interior deign january 2013', 'school interior deign january 2013 holy', 'interior deign january 2013 holy family', 'deign january 2013 holy family high', 'january 2013 holy family high school', '2013 holy family high school master', 'holy family high school master commerce', 'family high school master commerce marketing', 'high school master commerce marketing mumbai', 'school master commerce marketing mumbai maharashtra', 'master commerce marketing mumbai maharashtra university', 'commerce marketing mumbai maharashtra university mumbai', 'marketing mumbai maharashtra university mumbai drawing', 'mumbai maharashtra university mumbai drawing arts', 'maharashtra university mumbai drawing arts craft', 'university mumbai drawing arts craft teacher', 'mumbai drawing arts craft teacher drawing', 'drawing arts craft teacher drawing arts', 'arts craft teacher drawing arts craft', 'craft teacher drawing arts craft teacher', 'teacher drawing arts craft teacher ghatkopar', 'drawing arts craft teacher ghatkopar ymca', 'arts craft teacher ghatkopar ymca skill', 'craft teacher ghatkopar ymca skill details', 'teacher ghatkopar ymca skill details company', 'ghatkopar ymca skill details company details', 'ymca skill details company details company', 'skill details company details company ghatkopar', 'details company details company ghatkopar ymca', 'company details company ghatkopar ymca description', 'details company ghatkopar ymca description 3', 'company ghatkopar ymca description 3 years', 'ghatkopar ymca description 3 years worked', 'ymca description 3 years worked jungle', 'description 3 years worked jungle cubs', '3 years worked jungle cubs gym', 'years worked jungle cubs gym co', 'worked jungle cubs gym co ordinator', 'jungle cubs gym co ordinator 1', 'cubs gym co ordinator 1 year', 'education details january 2017 rachana sansad school', 'details january 2017 rachana sansad school interior', 'january 2017 rachana sansad school interior deign', '2017 rachana sansad school interior deign january', 'rachana sansad school interior deign january 2013', 'sansad school interior deign january 2013 holy', 'school interior deign january 2013 holy family', 'interior deign january 2013 holy family high', 'deign january 2013 holy family high school', 'january 2013 holy family high school master', '2013 holy family high school master commerce', 'holy family high school master commerce marketing', 'family high school master commerce marketing mumbai', 'high school master commerce marketing mumbai maharashtra', 'school master commerce marketing mumbai maharashtra university', 'master commerce marketing mumbai maharashtra university mumbai', 'commerce marketing mumbai maharashtra university mumbai drawing', 'marketing mumbai maharashtra university mumbai drawing arts', 'mumbai maharashtra university mumbai drawing arts craft', 'maharashtra university mumbai drawing arts craft teacher', 'university mumbai drawing arts craft teacher drawing', 'mumbai drawing arts craft teacher drawing arts', 'drawing arts craft teacher drawing arts craft', 'arts craft teacher drawing arts craft teacher', 'craft teacher drawing arts craft teacher ghatkopar', 'teacher drawing arts craft teacher ghatkopar ymca', 'drawing arts craft teacher ghatkopar ymca skill', 'arts craft teacher ghatkopar ymca skill details', 'craft teacher ghatkopar ymca skill details company', 'teacher ghatkopar ymca skill details company details', 'ghatkopar ymca skill details company details company', 'ymca skill details company details company ghatkopar', 'skill details company details company ghatkopar ymca', 'details company details company ghatkopar ymca description', 'company details company ghatkopar ymca description 3', 'details company ghatkopar ymca description 3 years', 'company ghatkopar ymca description 3 years worked', 'ghatkopar ymca description 3 years worked jungle', 'ymca description 3 years worked jungle cubs', 'description 3 years worked jungle cubs gym', '3 years worked jungle cubs gym co', 'years worked jungle cubs gym co ordinator', 'worked jungle cubs gym co ordinator 1', 'jungle cubs gym co ordinator 1 year', 'education details january 2017 rachana sansad school interior', 'details january 2017 rachana sansad school interior deign', 'january 2017 rachana sansad school interior deign january', '2017 rachana sansad school interior deign january 2013', 'rachana sansad school interior deign january 2013 holy', 'sansad school interior deign january 2013 holy family', 'school interior deign january 2013 holy family high', 'interior deign january 2013 holy family high school', 'deign january 2013 holy family high school master', 'january 2013 holy family high school master commerce', '2013 holy family high school master commerce marketing', 'holy family high school master commerce marketing mumbai', 'family high school master commerce marketing mumbai maharashtra', 'high school master commerce marketing mumbai maharashtra university', 'school master commerce marketing mumbai maharashtra university mumbai', 'master commerce marketing mumbai maharashtra university mumbai drawing', 'commerce marketing mumbai maharashtra university mumbai drawing arts', 'marketing mumbai maharashtra university mumbai drawing arts craft', 'mumbai maharashtra university mumbai drawing arts craft teacher', 'maharashtra university mumbai drawing arts craft teacher drawing', 'university mumbai drawing arts craft teacher drawing arts', 'mumbai drawing arts craft teacher drawing arts craft', 'drawing arts craft teacher drawing arts craft teacher', 'arts craft teacher drawing arts craft teacher ghatkopar', 'craft teacher drawing arts craft teacher ghatkopar ymca', 'teacher drawing arts craft teacher ghatkopar ymca skill', 'drawing arts craft teacher ghatkopar ymca skill details', 'arts craft teacher ghatkopar ymca skill details company', 'craft teacher ghatkopar ymca skill details company details', 'teacher ghatkopar ymca skill details company details company', 'ghatkopar ymca skill details company details company ghatkopar', 'ymca skill details company details company ghatkopar ymca', 'skill details company details company ghatkopar ymca description', 'details company details company ghatkopar ymca description 3', 'company details company ghatkopar ymca description 3 years', 'details company ghatkopar ymca description 3 years worked', 'company ghatkopar ymca description 3 years worked jungle', 'ghatkopar ymca description 3 years worked jungle cubs', 'ymca description 3 years worked jungle cubs gym', 'description 3 years worked jungle cubs gym co', '3 years worked jungle cubs gym co ordinator', 'years worked jungle cubs gym co ordinator 1', 'worked jungle cubs gym co ordinator 1 year', 'education details january 2017 rachana sansad school interior deign', 'details january 2017 rachana sansad school interior deign january', 'january 2017 rachana sansad school interior deign january 2013', '2017 rachana sansad school interior deign january 2013 holy', 'rachana sansad school interior deign january 2013 holy family', 'sansad school interior deign january 2013 holy family high', 'school interior deign january 2013 holy family high school', 'interior deign january 2013 holy family high school master', 'deign january 2013 holy family high school master commerce', 'january 2013 holy family high school master commerce marketing', '2013 holy family high school master commerce marketing mumbai', 'holy family high school master commerce marketing mumbai maharashtra', 'family high school master commerce marketing mumbai maharashtra university', 'high school master commerce marketing mumbai maharashtra university mumbai', 'school master commerce marketing mumbai maharashtra university mumbai drawing', 'master commerce marketing mumbai maharashtra university mumbai drawing arts', 'commerce marketing mumbai maharashtra university mumbai drawing arts craft', 'marketing mumbai maharashtra university mumbai drawing arts craft teacher', 'mumbai maharashtra university mumbai drawing arts craft teacher drawing', 'maharashtra university mumbai drawing arts craft teacher drawing arts', 'university mumbai drawing arts craft teacher drawing arts craft', 'mumbai drawing arts craft teacher drawing arts craft teacher', 'drawing arts craft teacher drawing arts craft teacher ghatkopar', 'arts craft teacher drawing arts craft teacher ghatkopar ymca', 'craft teacher drawing arts craft teacher ghatkopar ymca skill', 'teacher drawing arts craft teacher ghatkopar ymca skill details', 'drawing arts craft teacher ghatkopar ymca skill details company', 'arts craft teacher ghatkopar ymca skill details company details', 'craft teacher ghatkopar ymca skill details company details company', 'teacher ghatkopar ymca skill details company details company ghatkopar', 'ghatkopar ymca skill details company details company ghatkopar ymca', 'ymca skill details company details company ghatkopar ymca description', 'skill details company details company ghatkopar ymca description 3', 'details company details company ghatkopar ymca description 3 years', 'company details company ghatkopar ymca description 3 years worked', 'details company ghatkopar ymca description 3 years worked jungle', 'company ghatkopar ymca description 3 years worked jungle cubs', 'ghatkopar ymca description 3 years worked jungle cubs gym', 'ymca description 3 years worked jungle cubs gym co', 'description 3 years worked jungle cubs gym co ordinator', '3 years worked jungle cubs gym co ordinator 1', 'years worked jungle cubs gym co ordinator 1 year'], ['education', 'details', 'august', '2018', 'january', '2021', 'entermediate', 'maths', 'mumbai', 'maharashtra', 'sunbeam', 'academy', 'samne', 'ghat', 'varanasi', 'martial', 'arts', 'fitness', 'job', 'skill', 'details', 'company', 'details', 'company', 'sports', 'authority', 'description', 'i', '2nd', 'dan', 'black', 'belt', 'karate', 'martial', 'arts', 'i', 'searching', 'personal', 'trainer', 'job', 'fitness', 'i', '3', 'gold', 'medals', 'national', 'karate', 'championship', 'i', '7', 'gold', 'medals', 'state', 'karate', 'championship', '3', 'times', 'best', 'player', 'year', 'uttar', 'pradesh', 'award', 'represented', 'india', 'selected', 'world', 'karate', 'championship', 'held', 'croatia', 'europe', 'education details', 'details august', 'august 2018', '2018 january', 'january 2021', '2021 entermediate', 'entermediate maths', 'maths mumbai', 'mumbai maharashtra', 'maharashtra sunbeam', 'sunbeam academy', 'academy samne', 'samne ghat', 'ghat varanasi', 'varanasi martial', 'martial arts', 'arts fitness', 'fitness job', 'job skill', 'skill details', 'details company', 'company details', 'details company', 'company sports', 'sports authority', 'authority description', 'description i', 'i 2nd', '2nd dan', 'dan black', 'black belt', 'belt karate', 'karate martial', 'martial arts', 'arts i', 'i searching', 'searching personal', 'personal trainer', 'trainer job', 'job fitness', 'fitness i', 'i 3', '3 gold', 'gold medals', 'medals national', 'national karate', 'karate championship', 'championship i', 'i 7', '7 gold', 'gold medals', 'medals state', 'state karate', 'karate championship', 'championship 3', '3 times', 'times best', 'best player', 'player year', 'year uttar', 'uttar pradesh', 'pradesh award', 'award represented', 'represented india', 'india selected', 'selected world', 'world karate', 'karate championship', 'championship held', 'held croatia', 'croatia europe', 'education details august', 'details august 2018', 'august 2018 january', '2018 january 2021', 'january 2021 entermediate', '2021 entermediate maths', 'entermediate maths mumbai', 'maths mumbai maharashtra', 'mumbai maharashtra sunbeam', 'maharashtra sunbeam academy', 'sunbeam academy samne', 'academy samne ghat', 'samne ghat varanasi', 'ghat varanasi martial', 'varanasi martial arts', 'martial arts fitness', 'arts fitness job', 'fitness job skill', 'job skill details', 'skill details company', 'details company details', 'company details company', 'details company sports', 'company sports authority', 'sports authority description', 'authority description i', 'description i 2nd', 'i 2nd dan', '2nd dan black', 'dan black belt', 'black belt karate', 'belt karate martial', 'karate martial arts', 'martial arts i', 'arts i searching', 'i searching personal', 'searching personal trainer', 'personal trainer job', 'trainer job fitness', 'job fitness i', 'fitness i 3', 'i 3 gold', '3 gold medals', 'gold medals national', 'medals national karate', 'national karate championship', 'karate championship i', 'championship i 7', 'i 7 gold', '7 gold medals', 'gold medals state', 'medals state karate', 'state karate championship', 'karate championship 3', 'championship 3 times', '3 times best', 'times best player', 'best player year', 'player year uttar', 'year uttar pradesh', 'uttar pradesh award', 'pradesh award represented', 'award represented india', 'represented india selected', 'india selected world', 'selected world karate', 'world karate championship', 'karate championship held', 'championship held croatia', 'held croatia europe', 'education details august 2018', 'details august 2018 january', 'august 2018 january 2021', '2018 january 2021 entermediate', 'january 2021 entermediate maths', '2021 entermediate maths mumbai', 'entermediate maths mumbai maharashtra', 'maths mumbai maharashtra sunbeam', 'mumbai maharashtra sunbeam academy', 'maharashtra sunbeam academy samne', 'sunbeam academy samne ghat', 'academy samne ghat varanasi', 'samne ghat varanasi martial', 'ghat varanasi martial arts', 'varanasi martial arts fitness', 'martial arts fitness job', 'arts fitness job skill', 'fitness job skill details', 'job skill details company', 'skill details company details', 'details company details company', 'company details company sports', 'details company sports authority', 'company sports authority description', 'sports authority description i', 'authority description i 2nd', 'description i 2nd dan', 'i 2nd dan black', '2nd dan black belt', 'dan black belt karate', 'black belt karate martial', 'belt karate martial arts', 'karate martial arts i', 'martial arts i searching', 'arts i searching personal', 'i searching personal trainer', 'searching personal trainer job', 'personal trainer job fitness', 'trainer job fitness i', 'job fitness i 3', 'fitness i 3 gold', 'i 3 gold medals', '3 gold medals national', 'gold medals national karate', 'medals national karate championship', 'national karate championship i', 'karate championship i 7', 'championship i 7 gold', 'i 7 gold medals', '7 gold medals state', 'gold medals state karate', 'medals state karate championship', 'state karate championship 3', 'karate championship 3 times', 'championship 3 times best', '3 times best player', 'times best player year', 'best player year uttar', 'player year uttar pradesh', 'year uttar pradesh award', 'uttar pradesh award represented', 'pradesh award represented india', 'award represented india selected', 'represented india selected world', 'india selected world karate', 'selected world karate championship', 'world karate championship held', 'karate championship held croatia', 'championship held croatia europe', 'education details august 2018 january', 'details august 2018 january 2021', 'august 2018 january 2021 entermediate', '2018 january 2021 entermediate maths', 'january 2021 entermediate maths mumbai', '2021 entermediate maths mumbai maharashtra', 'entermediate maths mumbai maharashtra sunbeam', 'maths mumbai maharashtra sunbeam academy', 'mumbai maharashtra sunbeam academy samne', 'maharashtra sunbeam academy samne ghat', 'sunbeam academy samne ghat varanasi', 'academy samne ghat varanasi martial', 'samne ghat varanasi martial arts', 'ghat varanasi martial arts fitness', 'varanasi martial arts fitness job', 'martial arts fitness job skill', 'arts fitness job skill details', 'fitness job skill details company', 'job skill details company details', 'skill details company details company', 'details company details company sports', 'company details company sports authority', 'details company sports authority description', 'company sports authority description i', 'sports authority description i 2nd', 'authority description i 2nd dan', 'description i 2nd dan black', 'i 2nd dan black belt', '2nd dan black belt karate', 'dan black belt karate martial', 'black belt karate martial arts', 'belt karate martial arts i', 'karate martial arts i searching', 'martial arts i searching personal', 'arts i searching personal trainer', 'i searching personal trainer job', 'searching personal trainer job fitness', 'personal trainer job fitness i', 'trainer job fitness i 3', 'job fitness i 3 gold', 'fitness i 3 gold medals', 'i 3 gold medals national', '3 gold medals national karate', 'gold medals national karate championship', 'medals national karate championship i', 'national karate championship i 7', 'karate championship i 7 gold', 'championship i 7 gold medals', 'i 7 gold medals state', '7 gold medals state karate', 'gold medals state karate championship', 'medals state karate championship 3', 'state karate championship 3 times', 'karate championship 3 times best', 'championship 3 times best player', '3 times best player year', 'times best player year uttar', 'best player year uttar pradesh', 'player year uttar pradesh award', 'year uttar pradesh award represented', 'uttar pradesh award represented india', 'pradesh award represented india selected', 'award represented india selected world', 'represented india selected world karate', 'india selected world karate championship', 'selected world karate championship held', 'world karate championship held croatia', 'karate championship held croatia europe', 'education details august 2018 january 2021', 'details august 2018 january 2021 entermediate', 'august 2018 january 2021 entermediate maths', '2018 january 2021 entermediate maths mumbai', 'january 2021 entermediate maths mumbai maharashtra', '2021 entermediate maths mumbai maharashtra sunbeam', 'entermediate maths mumbai maharashtra sunbeam academy', 'maths mumbai maharashtra sunbeam academy samne', 'mumbai maharashtra sunbeam academy samne ghat', 'maharashtra sunbeam academy samne ghat varanasi', 'sunbeam academy samne ghat varanasi martial', 'academy samne ghat varanasi martial arts', 'samne ghat varanasi martial arts fitness', 'ghat varanasi martial arts fitness job', 'varanasi martial arts fitness job skill', 'martial arts fitness job skill details', 'arts fitness job skill details company', 'fitness job skill details company details', 'job skill details company details company', 'skill details company details company sports', 'details company details company sports authority', 'company details company sports authority description', 'details company sports authority description i', 'company sports authority description i 2nd', 'sports authority description i 2nd dan', 'authority description i 2nd dan black', 'description i 2nd dan black belt', 'i 2nd dan black belt karate', '2nd dan black belt karate martial', 'dan black belt karate martial arts', 'black belt karate martial arts i', 'belt karate martial arts i searching', 'karate martial arts i searching personal', 'martial arts i searching personal trainer', 'arts i searching personal trainer job', 'i searching personal trainer job fitness', 'searching personal trainer job fitness i', 'personal trainer job fitness i 3', 'trainer job fitness i 3 gold', 'job fitness i 3 gold medals', 'fitness i 3 gold medals national', 'i 3 gold medals national karate', '3 gold medals national karate championship', 'gold medals national karate championship i', 'medals national karate championship i 7', 'national karate championship i 7 gold', 'karate championship i 7 gold medals', 'championship i 7 gold medals state', 'i 7 gold medals state karate', '7 gold medals state karate championship', 'gold medals state karate championship 3', 'medals state karate championship 3 times', 'state karate championship 3 times best', 'karate championship 3 times best player', 'championship 3 times best player year', '3 times best player year uttar', 'times best player year uttar pradesh', 'best player year uttar pradesh award', 'player year uttar pradesh award represented', 'year uttar pradesh award represented india', 'uttar pradesh award represented india selected', 'pradesh award represented india selected world', 'award represented india selected world karate', 'represented india selected world karate championship', 'india selected world karate championship held', 'selected world karate championship held croatia', 'world karate championship held croatia europe', 'education details august 2018 january 2021 entermediate', 'details august 2018 january 2021 entermediate maths', 'august 2018 january 2021 entermediate maths mumbai', '2018 january 2021 entermediate maths mumbai maharashtra', 'january 2021 entermediate maths mumbai maharashtra sunbeam', '2021 entermediate maths mumbai maharashtra sunbeam academy', 'entermediate maths mumbai maharashtra sunbeam academy samne', 'maths mumbai maharashtra sunbeam academy samne ghat', 'mumbai maharashtra sunbeam academy samne ghat varanasi', 'maharashtra sunbeam academy samne ghat varanasi martial', 'sunbeam academy samne ghat varanasi martial arts', 'academy samne ghat varanasi martial arts fitness', 'samne ghat varanasi martial arts fitness job', 'ghat varanasi martial arts fitness job skill', 'varanasi martial arts fitness job skill details', 'martial arts fitness job skill details company', 'arts fitness job skill details company details', 'fitness job skill details company details company', 'job skill details company details company sports', 'skill details company details company sports authority', 'details company details company sports authority description', 'company details company sports authority description i', 'details company sports authority description i 2nd', 'company sports authority description i 2nd dan', 'sports authority description i 2nd dan black', 'authority description i 2nd dan black belt', 'description i 2nd dan black belt karate', 'i 2nd dan black belt karate martial', '2nd dan black belt karate martial arts', 'dan black belt karate martial arts i', 'black belt karate martial arts i searching', 'belt karate martial arts i searching personal', 'karate martial arts i searching personal trainer', 'martial arts i searching personal trainer job', 'arts i searching personal trainer job fitness', 'i searching personal trainer job fitness i', 'searching personal trainer job fitness i 3', 'personal trainer job fitness i 3 gold', 'trainer job fitness i 3 gold medals', 'job fitness i 3 gold medals national', 'fitness i 3 gold medals national karate', 'i 3 gold medals national karate championship', '3 gold medals national karate championship i', 'gold medals national karate championship i 7', 'medals national karate championship i 7 gold', 'national karate championship i 7 gold medals', 'karate championship i 7 gold medals state', 'championship i 7 gold medals state karate', 'i 7 gold medals state karate championship', '7 gold medals state karate championship 3', 'gold medals state karate championship 3 times', 'medals state karate championship 3 times best', 'state karate championship 3 times best player', 'karate championship 3 times best player year', 'championship 3 times best player year uttar', '3 times best player year uttar pradesh', 'times best player year uttar pradesh award', 'best player year uttar pradesh award represented', 'player year uttar pradesh award represented india', 'year uttar pradesh award represented india selected', 'uttar pradesh award represented india selected world', 'pradesh award represented india selected world karate', 'award represented india selected world karate championship', 'represented india selected world karate championship held', 'india selected world karate championship held croatia', 'selected world karate championship held croatia europe', 'education details august 2018 january 2021 entermediate maths', 'details august 2018 january 2021 entermediate maths mumbai', 'august 2018 january 2021 entermediate maths mumbai maharashtra', '2018 january 2021 entermediate maths mumbai maharashtra sunbeam', 'january 2021 entermediate maths mumbai maharashtra sunbeam academy', '2021 entermediate maths mumbai maharashtra sunbeam academy samne', 'entermediate maths mumbai maharashtra sunbeam academy samne ghat', 'maths mumbai maharashtra sunbeam academy samne ghat varanasi', 'mumbai maharashtra sunbeam academy samne ghat varanasi martial', 'maharashtra sunbeam academy samne ghat varanasi martial arts', 'sunbeam academy samne ghat varanasi martial arts fitness', 'academy samne ghat varanasi martial arts fitness job', 'samne ghat varanasi martial arts fitness job skill', 'ghat varanasi martial arts fitness job skill details', 'varanasi martial arts fitness job skill details company', 'martial arts fitness job skill details company details', 'arts fitness job skill details company details company', 'fitness job skill details company details company sports', 'job skill details company details company sports authority', 'skill details company details company sports authority description', 'details company details company sports authority description i', 'company details company sports authority description i 2nd', 'details company sports authority description i 2nd dan', 'company sports authority description i 2nd dan black', 'sports authority description i 2nd dan black belt', 'authority description i 2nd dan black belt karate', 'description i 2nd dan black belt karate martial', 'i 2nd dan black belt karate martial arts', '2nd dan black belt karate martial arts i', 'dan black belt karate martial arts i searching', 'black belt karate martial arts i searching personal', 'belt karate martial arts i searching personal trainer', 'karate martial arts i searching personal trainer job', 'martial arts i searching personal trainer job fitness', 'arts i searching personal trainer job fitness i', 'i searching personal trainer job fitness i 3', 'searching personal trainer job fitness i 3 gold', 'personal trainer job fitness i 3 gold medals', 'trainer job fitness i 3 gold medals national', 'job fitness i 3 gold medals national karate', 'fitness i 3 gold medals national karate championship', 'i 3 gold medals national karate championship i', '3 gold medals national karate championship i 7', 'gold medals national karate championship i 7 gold', 'medals national karate championship i 7 gold medals', 'national karate championship i 7 gold medals state', 'karate championship i 7 gold medals state karate', 'championship i 7 gold medals state karate championship', 'i 7 gold medals state karate championship 3', '7 gold medals state karate championship 3 times', 'gold medals state karate championship 3 times best', 'medals state karate championship 3 times best player', 'state karate championship 3 times best player year', 'karate championship 3 times best player year uttar', 'championship 3 times best player year uttar pradesh', '3 times best player year uttar pradesh award', 'times best player year uttar pradesh award represented', 'best player year uttar pradesh award represented india', 'player year uttar pradesh award represented india selected', 'year uttar pradesh award represented india selected world', 'uttar pradesh award represented india selected world karate', 'pradesh award represented india selected world karate championship', 'award represented india selected world karate championship held', 'represented india selected world karate championship held croatia', 'india selected world karate championship held croatia europe', 'education details august 2018 january 2021 entermediate maths mumbai', 'details august 2018 january 2021 entermediate maths mumbai maharashtra', 'august 2018 january 2021 entermediate maths mumbai maharashtra sunbeam', '2018 january 2021 entermediate maths mumbai maharashtra sunbeam academy', 'january 2021 entermediate maths mumbai maharashtra sunbeam academy samne', '2021 entermediate maths mumbai maharashtra sunbeam academy samne ghat', 'entermediate maths mumbai maharashtra sunbeam academy samne ghat varanasi', 'maths mumbai maharashtra sunbeam academy samne ghat varanasi martial', 'mumbai maharashtra sunbeam academy samne ghat varanasi martial arts', 'maharashtra sunbeam academy samne ghat varanasi martial arts fitness', 'sunbeam academy samne ghat varanasi martial arts fitness job', 'academy samne ghat varanasi martial arts fitness job skill', 'samne ghat varanasi martial arts fitness job skill details', 'ghat varanasi martial arts fitness job skill details company', 'varanasi martial arts fitness job skill details company details', 'martial arts fitness job skill details company details company', 'arts fitness job skill details company details company sports', 'fitness job skill details company details company sports authority', 'job skill details company details company sports authority description', 'skill details company details company sports authority description i', 'details company details company sports authority description i 2nd', 'company details company sports authority description i 2nd dan', 'details company sports authority description i 2nd dan black', 'company sports authority description i 2nd dan black belt', 'sports authority description i 2nd dan black belt karate', 'authority description i 2nd dan black belt karate martial', 'description i 2nd dan black belt karate martial arts', 'i 2nd dan black belt karate martial arts i', '2nd dan black belt karate martial arts i searching', 'dan black belt karate martial arts i searching personal', 'black belt karate martial arts i searching personal trainer', 'belt karate martial arts i searching personal trainer job', 'karate martial arts i searching personal trainer job fitness', 'martial arts i searching personal trainer job fitness i', 'arts i searching personal trainer job fitness i 3', 'i searching personal trainer job fitness i 3 gold', 'searching personal trainer job fitness i 3 gold medals', 'personal trainer job fitness i 3 gold medals national', 'trainer job fitness i 3 gold medals national karate', 'job fitness i 3 gold medals national karate championship', 'fitness i 3 gold medals national karate championship i', 'i 3 gold medals national karate championship i 7', '3 gold medals national karate championship i 7 gold', 'gold medals national karate championship i 7 gold medals', 'medals national karate championship i 7 gold medals state', 'national karate championship i 7 gold medals state karate', 'karate championship i 7 gold medals state karate championship', 'championship i 7 gold medals state karate championship 3', 'i 7 gold medals state karate championship 3 times', '7 gold medals state karate championship 3 times best', 'gold medals state karate championship 3 times best player', 'medals state karate championship 3 times best player year', 'state karate championship 3 times best player year uttar', 'karate championship 3 times best player year uttar pradesh', 'championship 3 times best player year uttar pradesh award', '3 times best player year uttar pradesh award represented', 'times best player year uttar pradesh award represented india', 'best player year uttar pradesh award represented india selected', 'player year uttar pradesh award represented india selected world', 'year uttar pradesh award represented india selected world karate', 'uttar pradesh award represented india selected world karate championship', 'pradesh award represented india selected world karate championship held', 'award represented india selected world karate championship held croatia', 'represented india selected world karate championship held croatia europe'], ['i', 'other', 'skills', 'course', 'skill', 'name', 'board', 'year', 'of', 'passing', 'grade', 'intermediate', 'grade', 'drawing', 'art', 'examination', 'committee', '2011', 'b', 'examination', 'maharashtra', 'state', 'i', 'academic', 'programme', 'detail', 'national', 'service', 'scheme', 'camp', 'sponsored', 'by', 'government', 'india', 'ministry', 'of', 'youth', 'affairs', 'and', 'sports', 'new', 'delhi', 'north', 'maharashtra', 'university', 'jalgaon', 'i', 'strengths', 'ability', 'learn', 'from', 'mistakes', 'honesty', 'ready', 'ept', 'challenges', 'responsibilities', 'quick', 'learning', 'adaptability', 'confidence', 'i', 'declaration', 'i', '201', 'your', 'faithfully', 'pia', 'jetalal', 'hiralal', 'gorbanjara', 'education', 'details', 'may', '2010', 'hsc', 'nashik', 'maharashtra', 'state', 'board', 'june', '2008', 'ssc', 'nashik', 'maharashtra', 'state', 'board', 'asst', 'professor', 'asst', 'professor', 'skill', 'details', 'company', 'details', 'company', 'kisan', 'arts', 'description', 'total', 'work', 'experience', 'in', 'months', 'sr', 'name', 'organization', 'college', 'designation', 'working', 'period', 'total', 'experience', 'no', 'in', 'months', 'from', 'to', '1', 'kisan', 'arts', 'commerce', 'science', 'asst', 'professor', '20', '07', '2015', '31', '05', '2016', '10', 'months', 'sr', 'college', 'parola', 'dist', 'jalgaon', 'political', 'sci', 'maharashtra', 'company', 'bahadarpur', 'tai', 'parola', 'dist', 'description', 'i other', 'other skills', 'skills course', 'course skill', 'skill name', 'name board', 'board year', 'year of', 'of passing', 'passing grade', 'grade intermediate', 'intermediate grade', 'grade drawing', 'drawing art', 'art examination', 'examination committee', 'committee 2011', '2011 b', 'b examination', 'examination maharashtra', 'maharashtra state', 'state i', 'i academic', 'academic programme', 'programme detail', 'detail national', 'national service', 'service scheme', 'scheme camp', 'camp sponsored', 'sponsored by', 'by government', 'government india', 'india ministry', 'ministry of', 'of youth', 'youth affairs', 'affairs and', 'and sports', 'sports new', 'new delhi', 'delhi north', 'north maharashtra', 'maharashtra university', 'university jalgaon', 'jalgaon i', 'i strengths', 'strengths ability', 'ability learn', 'learn from', 'from mistakes', 'mistakes honesty', 'honesty ready', 'ready ept', 'ept challenges', 'challenges responsibilities', 'responsibilities quick', 'quick learning', 'learning adaptability', 'adaptability confidence', 'confidence i', 'i declaration', 'declaration i', 'i 201', '201 your', 'your faithfully', 'faithfully pia', 'pia jetalal', 'jetalal hiralal', 'hiralal gorbanjara', 'gorbanjara education', 'education details', 'details may', 'may 2010', '2010 hsc', 'hsc nashik', 'nashik maharashtra', 'maharashtra state', 'state board', 'board june', 'june 2008', '2008 ssc', 'ssc nashik', 'nashik maharashtra', 'maharashtra state', 'state board', 'board asst', 'asst professor', 'professor asst', 'asst professor', 'professor skill', 'skill details', 'details company', 'company details', 'details company', 'company kisan', 'kisan arts', 'arts description', 'description total', 'total work', 'work experience', 'experience in', 'in months', 'months sr', 'sr name', 'name organization', 'organization college', 'college designation', 'designation working', 'working period', 'period total', 'total experience', 'experience no', 'no in', 'in months', 'months from', 'from to', 'to 1', '1 kisan', 'kisan arts', 'arts commerce', 'commerce science', 'science asst', 'asst professor', 'professor 20', '20 07', '07 2015', '2015 31', '31 05', '05 2016', '2016 10', '10 months', 'months sr', 'sr college', 'college parola', 'parola dist', 'dist jalgaon', 'jalgaon political', 'political sci', 'sci maharashtra', 'maharashtra company', 'company bahadarpur', 'bahadarpur tai', 'tai parola', 'parola dist', 'dist description', 'i other skills', 'other skills course', 'skills course skill', 'course skill name', 'skill name board', 'name board year', 'board year of', 'year of passing', 'of passing grade', 'passing grade intermediate', 'grade intermediate grade', 'intermediate grade drawing', 'grade drawing art', 'drawing art examination', 'art examination committee', 'examination committee 2011', 'committee 2011 b', '2011 b examination', 'b examination maharashtra', 'examination maharashtra state', 'maharashtra state i', 'state i academic', 'i academic programme', 'academic programme detail', 'programme detail national', 'detail national service', 'national service scheme', 'service scheme camp', 'scheme camp sponsored', 'camp sponsored by', 'sponsored by government', 'by government india', 'government india ministry', 'india ministry of', 'ministry of youth', 'of youth affairs', 'youth affairs and', 'affairs and sports', 'and sports new', 'sports new delhi', 'new delhi north', 'delhi north maharashtra', 'north maharashtra university', 'maharashtra university jalgaon', 'university jalgaon i', 'jalgaon i strengths', 'i strengths ability', 'strengths ability learn', 'ability learn from', 'learn from mistakes', 'from mistakes honesty', 'mistakes honesty ready', 'honesty ready ept', 'ready ept challenges', 'ept challenges responsibilities', 'challenges responsibilities quick', 'responsibilities quick learning', 'quick learning adaptability', 'learning adaptability confidence', 'adaptability confidence i', 'confidence i declaration', 'i declaration i', 'declaration i 201', 'i 201 your', '201 your faithfully', 'your faithfully pia', 'faithfully pia jetalal', 'pia jetalal hiralal', 'jetalal hiralal gorbanjara', 'hiralal gorbanjara education', 'gorbanjara education details', 'education details may', 'details may 2010', 'may 2010 hsc', '2010 hsc nashik', 'hsc nashik maharashtra', 'nashik maharashtra state', 'maharashtra state board', 'state board june', 'board june 2008', 'june 2008 ssc', '2008 ssc nashik', 'ssc nashik maharashtra', 'nashik maharashtra state', 'maharashtra state board', 'state board asst', 'board asst professor', 'asst professor asst', 'professor asst professor', 'asst professor skill', 'professor skill details', 'skill details company', 'details company details', 'company details company', 'details company kisan', 'company kisan arts', 'kisan arts description', 'arts description total', 'description total work', 'total work experience', 'work experience in', 'experience in months', 'in months sr', 'months sr name', 'sr name organization', 'name organization college', 'organization college designation', 'college designation working', 'designation working period', 'working period total', 'period total experience', 'total experience no', 'experience no in', 'no in months', 'in months from', 'months from to', 'from to 1', 'to 1 kisan', '1 kisan arts', 'kisan arts commerce', 'arts commerce science', 'commerce science asst', 'science asst professor', 'asst professor 20', 'professor 20 07', '20 07 2015', '07 2015 31', '2015 31 05', '31 05 2016', '05 2016 10', '2016 10 months', '10 months sr', 'months sr college', 'sr college parola', 'college parola dist', 'parola dist jalgaon', 'dist jalgaon political', 'jalgaon political sci', 'political sci maharashtra', 'sci maharashtra company', 'maharashtra company bahadarpur', 'company bahadarpur tai', 'bahadarpur tai parola', 'tai parola dist', 'parola dist description', 'i other skills course', 'other skills course skill', 'skills course skill name', 'course skill name board', 'skill name board year', 'name board year of', 'board year of passing', 'year of passing grade', 'of passing grade intermediate', 'passing grade intermediate grade', 'grade intermediate grade drawing', 'intermediate grade drawing art', 'grade drawing art examination', 'drawing art examination committee', 'art examination committee 2011', 'examination committee 2011 b', 'committee 2011 b examination', '2011 b examination maharashtra', 'b examination maharashtra state', 'examination maharashtra state i', 'maharashtra state i academic', 'state i academic programme', 'i academic programme detail', 'academic programme detail national', 'programme detail national service', 'detail national service scheme', 'national service scheme camp', 'service scheme camp sponsored', 'scheme camp sponsored by', 'camp sponsored by government', 'sponsored by government india', 'by government india ministry', 'government india ministry of', 'india ministry of youth', 'ministry of youth affairs', 'of youth affairs and', 'youth affairs and sports', 'affairs and sports new', 'and sports new delhi', 'sports new delhi north', 'new delhi north maharashtra', 'delhi north maharashtra university', 'north maharashtra university jalgaon', 'maharashtra university jalgaon i', 'university jalgaon i strengths', 'jalgaon i strengths ability', 'i strengths ability learn', 'strengths ability learn from', 'ability learn from mistakes', 'learn from mistakes honesty', 'from mistakes honesty ready', 'mistakes honesty ready ept', 'honesty ready ept challenges', 'ready ept challenges responsibilities', 'ept challenges responsibilities quick', 'challenges responsibilities quick learning', 'responsibilities quick learning adaptability', 'quick learning adaptability confidence', 'learning adaptability confidence i', 'adaptability confidence i declaration', 'confidence i declaration i', 'i declaration i 201', 'declaration i 201 your', 'i 201 your faithfully', '201 your faithfully pia', 'your faithfully pia jetalal', 'faithfully pia jetalal hiralal', 'pia jetalal hiralal gorbanjara', 'jetalal hiralal gorbanjara education', 'hiralal gorbanjara education details', 'gorbanjara education details may', 'education details may 2010', 'details may 2010 hsc', 'may 2010 hsc nashik', '2010 hsc nashik maharashtra', 'hsc nashik maharashtra state', 'nashik maharashtra state board', 'maharashtra state board june', 'state board june 2008', 'board june 2008 ssc', 'june 2008 ssc nashik', '2008 ssc nashik maharashtra', 'ssc nashik maharashtra state', 'nashik maharashtra state board', 'maharashtra state board asst', 'state board asst professor', 'board asst professor asst', 'asst professor asst professor', 'professor asst professor skill', 'asst professor skill details', 'professor skill details company', 'skill details company details', 'details company details company', 'company details company kisan', 'details company kisan arts', 'company kisan arts description', 'kisan arts description total', 'arts description total work', 'description total work experience', 'total work experience in', 'work experience in months', 'experience in months sr', 'in months sr name', 'months sr name organization', 'sr name organization college', 'name organization college designation', 'organization college designation working', 'college designation working period', 'designation working period total', 'working period total experience', 'period total experience no', 'total experience no in', 'experience no in months', 'no in months from', 'in months from to', 'months from to 1', 'from to 1 kisan', 'to 1 kisan arts', '1 kisan arts commerce', 'kisan arts commerce science', 'arts commerce science asst', 'commerce science asst professor', 'science asst professor 20', 'asst professor 20 07', 'professor 20 07 2015', '20 07 2015 31', '07 2015 31 05', '2015 31 05 2016', '31 05 2016 10', '05 2016 10 months', '2016 10 months sr', '10 months sr college', 'months sr college parola', 'sr college parola dist', 'college parola dist jalgaon', 'parola dist jalgaon political', 'dist jalgaon political sci', 'jalgaon political sci maharashtra', 'political sci maharashtra company', 'sci maharashtra company bahadarpur', 'maharashtra company bahadarpur tai', 'company bahadarpur tai parola', 'bahadarpur tai parola dist', 'tai parola dist description', 'i other skills course skill', 'other skills course skill name', 'skills course skill name board', 'course skill name board year', 'skill name board year of', 'name board year of passing', 'board year of passing grade', 'year of passing grade intermediate', 'of passing grade intermediate grade', 'passing grade intermediate grade drawing', 'grade intermediate grade drawing art', 'intermediate grade drawing art examination', 'grade drawing art examination committee', 'drawing art examination committee 2011', 'art examination committee 2011 b', 'examination committee 2011 b examination', 'committee 2011 b examination maharashtra', '2011 b examination maharashtra state', 'b examination maharashtra state i', 'examination maharashtra state i academic', 'maharashtra state i academic programme', 'state i academic programme detail', 'i academic programme detail national', 'academic programme detail national service', 'programme detail national service scheme', 'detail national service scheme camp', 'national service scheme camp sponsored', 'service scheme camp sponsored by', 'scheme camp sponsored by government', 'camp sponsored by government india', 'sponsored by government india ministry', 'by government india ministry of', 'government india ministry of youth', 'india ministry of youth affairs', 'ministry of youth affairs and', 'of youth affairs and sports', 'youth affairs and sports new', 'affairs and sports new delhi', 'and sports new delhi north', 'sports new delhi north maharashtra', 'new delhi north maharashtra university', 'delhi north maharashtra university jalgaon', 'north maharashtra university jalgaon i', 'maharashtra university jalgaon i strengths', 'university jalgaon i strengths ability', 'jalgaon i strengths ability learn', 'i strengths ability learn from', 'strengths ability learn from mistakes', 'ability learn from mistakes honesty', 'learn from mistakes honesty ready', 'from mistakes honesty ready ept', 'mistakes honesty ready ept challenges', 'honesty ready ept challenges responsibilities', 'ready ept challenges responsibilities quick', 'ept challenges responsibilities quick learning', 'challenges responsibilities quick learning adaptability', 'responsibilities quick learning adaptability confidence', 'quick learning adaptability confidence i', 'learning adaptability confidence i declaration', 'adaptability confidence i declaration i', 'confidence i declaration i 201', 'i declaration i 201 your', 'declaration i 201 your faithfully', 'i 201 your faithfully pia', '201 your faithfully pia jetalal', 'your faithfully pia jetalal hiralal', 'faithfully pia jetalal hiralal gorbanjara', 'pia jetalal hiralal gorbanjara education', 'jetalal hiralal gorbanjara education details', 'hiralal gorbanjara education details may', 'gorbanjara education details may 2010', 'education details may 2010 hsc', 'details may 2010 hsc nashik', 'may 2010 hsc nashik maharashtra', '2010 hsc nashik maharashtra state', 'hsc nashik maharashtra state board', 'nashik maharashtra state board june', 'maharashtra state board june 2008', 'state board june 2008 ssc', 'board june 2008 ssc nashik', 'june 2008 ssc nashik maharashtra', '2008 ssc nashik maharashtra state', 'ssc nashik maharashtra state board', 'nashik maharashtra state board asst', 'maharashtra state board asst professor', 'state board asst professor asst', 'board asst professor asst professor', 'asst professor asst professor skill', 'professor asst professor skill details', 'asst professor skill details company', 'professor skill details company details', 'skill details company details company', 'details company details company kisan', 'company details company kisan arts', 'details company kisan arts description', 'company kisan arts description total', 'kisan arts description total work', 'arts description total work experience', 'description total work experience in', 'total work experience in months', 'work experience in months sr', 'experience in months sr name', 'in months sr name organization', 'months sr name organization college', 'sr name organization college designation', 'name organization college designation working', 'organization college designation working period', 'college designation working period total', 'designation working period total experience', 'working period total experience no', 'period total experience no in', 'total experience no in months', 'experience no in months from', 'no in months from to', 'in months from to 1', 'months from to 1 kisan', 'from to 1 kisan arts', 'to 1 kisan arts commerce', '1 kisan arts commerce science', 'kisan arts commerce science asst', 'arts commerce science asst professor', 'commerce science asst professor 20', 'science asst professor 20 07', 'asst professor 20 07 2015', 'professor 20 07 2015 31', '20 07 2015 31 05', '07 2015 31 05 2016', '2015 31 05 2016 10', '31 05 2016 10 months', '05 2016 10 months sr', '2016 10 months sr college', '10 months sr college parola', 'months sr college parola dist', 'sr college parola dist jalgaon', 'college parola dist jalgaon political', 'parola dist jalgaon political sci', 'dist jalgaon political sci maharashtra', 'jalgaon political sci maharashtra company', 'political sci maharashtra company bahadarpur', 'sci maharashtra company bahadarpur tai', 'maharashtra company bahadarpur tai parola', 'company bahadarpur tai parola dist', 'bahadarpur tai parola dist description', 'i other skills course skill name', 'other skills course skill name board', 'skills course skill name board year', 'course skill name board year of', 'skill name board year of passing', 'name board year of passing grade', 'board year of passing grade intermediate', 'year of passing grade intermediate grade', 'of passing grade intermediate grade drawing', 'passing grade intermediate grade drawing art', 'grade intermediate grade drawing art examination', 'intermediate grade drawing art examination committee', 'grade drawing art examination committee 2011', 'drawing art examination committee 2011 b', 'art examination committee 2011 b examination', 'examination committee 2011 b examination maharashtra', 'committee 2011 b examination maharashtra state', '2011 b examination maharashtra state i', 'b examination maharashtra state i academic', 'examination maharashtra state i academic programme', 'maharashtra state i academic programme detail', 'state i academic programme detail national', 'i academic programme detail national service', 'academic programme detail national service scheme', 'programme detail national service scheme camp', 'detail national service scheme camp sponsored', 'national service scheme camp sponsored by', 'service scheme camp sponsored by government', 'scheme camp sponsored by government india', 'camp sponsored by government india ministry', 'sponsored by government india ministry of', 'by government india ministry of youth', 'government india ministry of youth affairs', 'india ministry of youth affairs and', 'ministry of youth affairs and sports', 'of youth affairs and sports new', 'youth affairs and sports new delhi', 'affairs and sports new delhi north', 'and sports new delhi north maharashtra', 'sports new delhi north maharashtra university', 'new delhi north maharashtra university jalgaon', 'delhi north maharashtra university jalgaon i', 'north maharashtra university jalgaon i strengths', 'maharashtra university jalgaon i strengths ability', 'university jalgaon i strengths ability learn', 'jalgaon i strengths ability learn from', 'i strengths ability learn from mistakes', 'strengths ability learn from mistakes honesty', 'ability learn from mistakes honesty ready', 'learn from mistakes honesty ready ept', 'from mistakes honesty ready ept challenges', 'mistakes honesty ready ept challenges responsibilities', 'honesty ready ept challenges responsibilities quick', 'ready ept challenges responsibilities quick learning', 'ept challenges responsibilities quick learning adaptability', 'challenges responsibilities quick learning adaptability confidence', 'responsibilities quick learning adaptability confidence i', 'quick learning adaptability confidence i declaration', 'learning adaptability confidence i declaration i', 'adaptability confidence i declaration i 201', 'confidence i declaration i 201 your', 'i declaration i 201 your faithfully', 'declaration i 201 your faithfully pia', 'i 201 your faithfully pia jetalal', '201 your faithfully pia jetalal hiralal', 'your faithfully pia jetalal hiralal gorbanjara', 'faithfully pia jetalal hiralal gorbanjara education', 'pia jetalal hiralal gorbanjara education details', 'jetalal hiralal gorbanjara education details may', 'hiralal gorbanjara education details may 2010', 'gorbanjara education details may 2010 hsc', 'education details may 2010 hsc nashik', 'details may 2010 hsc nashik maharashtra', 'may 2010 hsc nashik maharashtra state', '2010 hsc nashik maharashtra state board', 'hsc nashik maharashtra state board june', 'nashik maharashtra state board june 2008', 'maharashtra state board june 2008 ssc', 'state board june 2008 ssc nashik', 'board june 2008 ssc nashik maharashtra', 'june 2008 ssc nashik maharashtra state', '2008 ssc nashik maharashtra state board', 'ssc nashik maharashtra state board asst', 'nashik maharashtra state board asst professor', 'maharashtra state board asst professor asst', 'state board asst professor asst professor', 'board asst professor asst professor skill', 'asst professor asst professor skill details', 'professor asst professor skill details company', 'asst professor skill details company details', 'professor skill details company details company', 'skill details company details company kisan', 'details company details company kisan arts', 'company details company kisan arts description', 'details company kisan arts description total', 'company kisan arts description total work', 'kisan arts description total work experience', 'arts description total work experience in', 'description total work experience in months', 'total work experience in months sr', 'work experience in months sr name', 'experience in months sr name organization', 'in months sr name organization college', 'months sr name organization college designation', 'sr name organization college designation working', 'name organization college designation working period', 'organization college designation working period total', 'college designation working period total experience', 'designation working period total experience no', 'working period total experience no in', 'period total experience no in months', 'total experience no in months from', 'experience no in months from to', 'no in months from to 1', 'in months from to 1 kisan', 'months from to 1 kisan arts', 'from to 1 kisan arts commerce', 'to 1 kisan arts commerce science', '1 kisan arts commerce science asst', 'kisan arts commerce science asst professor', 'arts commerce science asst professor 20', 'commerce science asst professor 20 07', 'science asst professor 20 07 2015', 'asst professor 20 07 2015 31', 'professor 20 07 2015 31 05', '20 07 2015 31 05 2016', '07 2015 31 05 2016 10', '2015 31 05 2016 10 months', '31 05 2016 10 months sr', '05 2016 10 months sr college', '2016 10 months sr college parola', '10 months sr college parola dist', 'months sr college parola dist jalgaon', 'sr college parola dist jalgaon political', 'college parola dist jalgaon political sci', 'parola dist jalgaon political sci maharashtra', 'dist jalgaon political sci maharashtra company', 'jalgaon political sci maharashtra company bahadarpur', 'political sci maharashtra company bahadarpur tai', 'sci maharashtra company bahadarpur tai parola', 'maharashtra company bahadarpur tai parola dist', 'company bahadarpur tai parola dist description', 'i other skills course skill name board', 'other skills course skill name board year', 'skills course skill name board year of', 'course skill name board year of passing', 'skill name board year of passing grade', 'name board year of passing grade intermediate', 'board year of passing grade intermediate grade', 'year of passing grade intermediate grade drawing', 'of passing grade intermediate grade drawing art', 'passing grade intermediate grade drawing art examination', 'grade intermediate grade drawing art examination committee', 'intermediate grade drawing art examination committee 2011', 'grade drawing art examination committee 2011 b', 'drawing art examination committee 2011 b examination', 'art examination committee 2011 b examination maharashtra', 'examination committee 2011 b examination maharashtra state', 'committee 2011 b examination maharashtra state i', '2011 b examination maharashtra state i academic', 'b examination maharashtra state i academic programme', 'examination maharashtra state i academic programme detail', 'maharashtra state i academic programme detail national', 'state i academic programme detail national service', 'i academic programme detail national service scheme', 'academic programme detail national service scheme camp', 'programme detail national service scheme camp sponsored', 'detail national service scheme camp sponsored by', 'national service scheme camp sponsored by government', 'service scheme camp sponsored by government india', 'scheme camp sponsored by government india ministry', 'camp sponsored by government india ministry of', 'sponsored by government india ministry of youth', 'by government india ministry of youth affairs', 'government india ministry of youth affairs and', 'india ministry of youth affairs and sports', 'ministry of youth affairs and sports new', 'of youth affairs and sports new delhi', 'youth affairs and sports new delhi north', 'affairs and sports new delhi north maharashtra', 'and sports new delhi north maharashtra university', 'sports new delhi north maharashtra university jalgaon', 'new delhi north maharashtra university jalgaon i', 'delhi north maharashtra university jalgaon i strengths', 'north maharashtra university jalgaon i strengths ability', 'maharashtra university jalgaon i strengths ability learn', 'university jalgaon i strengths ability learn from', 'jalgaon i strengths ability learn from mistakes', 'i strengths ability learn from mistakes honesty', 'strengths ability learn from mistakes honesty ready', 'ability learn from mistakes honesty ready ept', 'learn from mistakes honesty ready ept challenges', 'from mistakes honesty ready ept challenges responsibilities', 'mistakes honesty ready ept challenges responsibilities quick', 'honesty ready ept challenges responsibilities quick learning', 'ready ept challenges responsibilities quick learning adaptability', 'ept challenges responsibilities quick learning adaptability confidence', 'challenges responsibilities quick learning adaptability confidence i', 'responsibilities quick learning adaptability confidence i declaration', 'quick learning adaptability confidence i declaration i', 'learning adaptability confidence i declaration i 201', 'adaptability confidence i declaration i 201 your', 'confidence i declaration i 201 your faithfully', 'i declaration i 201 your faithfully pia', 'declaration i 201 your faithfully pia jetalal', 'i 201 your faithfully pia jetalal hiralal', '201 your faithfully pia jetalal hiralal gorbanjara', 'your faithfully pia jetalal hiralal gorbanjara education', 'faithfully pia jetalal hiralal gorbanjara education details', 'pia jetalal hiralal gorbanjara education details may', 'jetalal hiralal gorbanjara education details may 2010', 'hiralal gorbanjara education details may 2010 hsc', 'gorbanjara education details may 2010 hsc nashik', 'education details may 2010 hsc nashik maharashtra', 'details may 2010 hsc nashik maharashtra state', 'may 2010 hsc nashik maharashtra state board', '2010 hsc nashik maharashtra state board june', 'hsc nashik maharashtra state board june 2008', 'nashik maharashtra state board june 2008 ssc', 'maharashtra state board june 2008 ssc nashik', 'state board june 2008 ssc nashik maharashtra', 'board june 2008 ssc nashik maharashtra state', 'june 2008 ssc nashik maharashtra state board', '2008 ssc nashik maharashtra state board asst', 'ssc nashik maharashtra state board asst professor', 'nashik maharashtra state board asst professor asst', 'maharashtra state board asst professor asst professor', 'state board asst professor asst professor skill', 'board asst professor asst professor skill details', 'asst professor asst professor skill details company', 'professor asst professor skill details company details', 'asst professor skill details company details company', 'professor skill details company details company kisan', 'skill details company details company kisan arts', 'details company details company kisan arts description', 'company details company kisan arts description total', 'details company kisan arts description total work', 'company kisan arts description total work experience', 'kisan arts description total work experience in', 'arts description total work experience in months', 'description total work experience in months sr', 'total work experience in months sr name', 'work experience in months sr name organization', 'experience in months sr name organization college', 'in months sr name organization college designation', 'months sr name organization college designation working', 'sr name organization college designation working period', 'name organization college designation working period total', 'organization college designation working period total experience', 'college designation working period total experience no', 'designation working period total experience no in', 'working period total experience no in months', 'period total experience no in months from', 'total experience no in months from to', 'experience no in months from to 1', 'no in months from to 1 kisan', 'in months from to 1 kisan arts', 'months from to 1 kisan arts commerce', 'from to 1 kisan arts commerce science', 'to 1 kisan arts commerce science asst', '1 kisan arts commerce science asst professor', 'kisan arts commerce science asst professor 20', 'arts commerce science asst professor 20 07', 'commerce science asst professor 20 07 2015', 'science asst professor 20 07 2015 31', 'asst professor 20 07 2015 31 05', 'professor 20 07 2015 31 05 2016', '20 07 2015 31 05 2016 10', '07 2015 31 05 2016 10 months', '2015 31 05 2016 10 months sr', '31 05 2016 10 months sr college', '05 2016 10 months sr college parola', '2016 10 months sr college parola dist', '10 months sr college parola dist jalgaon', 'months sr college parola dist jalgaon political', ...], ['technical', 'skills', 'web', 'technologies', 'angular', 'js', 'html5', 'css3', 'sass', 'bootstrap', 'jquery', 'javascript', 'software', 'brackets', 'visual', 'studio', 'photoshop', 'visual', 'studio', 'code', 'education', 'details', 'january', '2015', 'b', 'e', 'cse', 'nagpur', 'maharashtra', 'g', 'h', 'raisoni', 'college', 'engineering', 'october', '2009', 'photography', 'competition', 'click', 'nagpur', 'maharashtra', 'maharashtra', 'state', 'board', 'college', 'magazine', 'ocean', 'web', 'designer', 'web', 'designer', 'trust', 'systems', 'software', 'skill', 'details', 'photoshop', 'exprience', '28', 'months', 'bootstrap', 'exprience', '6', 'months', 'html5', 'exprience', '6', 'months', 'javascript', 'exprience', '6', 'months', 'css3', 'exprience', 'less', '1', 'year', 'months', 'angular', '4', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'trust', 'systems', 'software', 'description', 'projects', 'worked', '1', 'trustbank', 'cbs', 'project', 'description', 'trustbank', 'cbs', 'core', 'banking', 'solution', 'trust', 'systems', 'roles', 'responsibility', 'renovated', 'complete', 'ui', 'make', 'modern', 'user', 'friendly', 'maintainable', 'optimised', 'bank', 'use', 'shared', 'ui', 'structure', 'guidelines', 'incorporated', 'development', 'team', 'around', '50', 'members', 'achieved', 'target', 'project', 'completion', 'given', 'time', 'frame', 'made', 'required', 'graphics', 'project', 'photoshop', '2', 'loan', 'bazar', 'loan', 'appraisal', 'project', 'description', 'loan', 'bazar', 'mvc', 'based', 'application', 'dedicated', 'creating', 'managing', 'loan', 'applications', 'the', 'goal', 'application', 'streamline', 'process', 'loan', 'application', 'integrate', 'existing', 'cbs', 'roles', 'responsibility', 'designed', 'developed', 'modern', 'responsive', 'ui', 'entire', 'application', 'achieved', 'target', 'given', 'time', 'frame', 'made', 'required', 'graphics', 'project', 'photoshop', '3', 'capital', 'security', 'bond', 'application', 'project', 'description', 'capital', 'security', 'bond', 'application', 'mvc', 'based', 'application', 'provided', 'online', 'platform', 'purchase', 'gold', 'bond', 'roles', 'responsibility', 'designed', 'developed', 'modern', 'responsive', 'ui', 'entire', 'application', 'achieved', 'target', 'given', 'time', 'frame', 'made', 'required', 'graphics', 'project', 'photoshop', '4', 'softgst', 'project', 'description', 'softgst', 'web', 'based', 'application', 'asp', 'application', 'every', 'tax', 'payers', 'vendors', 'generating', 'gstr', 'returns', 'basis', 'sales', 'purchase', 'data', 'additionally', 'application', 'reconciliation', 'gstr', '2', 'a', 'purchase', 'register', 'roles', 'responsibility', 'designed', 'developed', 'ui', 'dashboard', '5', 'trust', 'analytica', 'project', 'description', 'trust', 'analytika', 'mobile', 'web', 'app', 'shows', 'bank', 'asset', 'liability', 'income', 'expenses', 'roles', 'responsibility', 'designed', 'developed', 'landing', 'page', 'application', 'supported', 'developers', 'ui', 'implementation', '6', 'website', 'project', 'name', '1', 'tsr', 'technology', 'services', '2', 'vidarbha', 'merchants', 'urban', 'co', 'op', 'bank', '3', 'gisss', '4', 'softtrust', 'usa', 'roles', 'responsibility', 'communicated', 'clients', 'understand', 'requirement', 'made', 'mocks', 'website', 'designed', 'developed', 'complete', 'website', 'hosted', 'stipulated', 'time', 'company', 'www', 'jalloshband', 'com', 'description', 'project', 'name', '1', 'jallosh', 'band', 'www', 'jalloshband', 'com', '2', 'an', 'endeavor', 'foundation', 'roles', 'responsibility', 'communicated', 'clients', 'understand', 'requirement', 'made', 'mocks', 'website', 'designed', 'developed', 'complete', 'website', 'hosted', 'stipulated', 'time', 'company', '10magicalfingers', 'description', 'national', 'international', 'client', 'interaction', 'management', 'digital', 'data', 'technical skills', 'skills web', 'web technologies', 'technologies angular', 'angular js', 'js html5', 'html5 css3', 'css3 sass', 'sass bootstrap', 'bootstrap jquery', 'jquery javascript', 'javascript software', 'software brackets', 'brackets visual', 'visual studio', 'studio photoshop', 'photoshop visual', 'visual studio', 'studio code', 'code education', 'education details', 'details january', 'january 2015', '2015 b', 'b e', 'e cse', 'cse nagpur', 'nagpur maharashtra', 'maharashtra g', 'g h', 'h raisoni', 'raisoni college', 'college engineering', 'engineering october', 'october 2009', '2009 photography', 'photography competition', 'competition click', 'click nagpur', 'nagpur maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board college', 'college magazine', 'magazine ocean', 'ocean web', 'web designer', 'designer web', 'web designer', 'designer trust', 'trust systems', 'systems software', 'software skill', 'skill details', 'details photoshop', 'photoshop exprience', 'exprience 28', '28 months', 'months bootstrap', 'bootstrap exprience', 'exprience 6', '6 months', 'months html5', 'html5 exprience', 'exprience 6', '6 months', 'months javascript', 'javascript exprience', 'exprience 6', '6 months', 'months css3', 'css3 exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months angular', 'angular 4', '4 exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company trust', 'trust systems', 'systems software', 'software description', 'description projects', 'projects worked', 'worked 1', '1 trustbank', 'trustbank cbs', 'cbs project', 'project description', 'description trustbank', 'trustbank cbs', 'cbs core', 'core banking', 'banking solution', 'solution trust', 'trust systems', 'systems roles', 'roles responsibility', 'responsibility renovated', 'renovated complete', 'complete ui', 'ui make', 'make modern', 'modern user', 'user friendly', 'friendly maintainable', 'maintainable optimised', 'optimised bank', 'bank use', 'use shared', 'shared ui', 'ui structure', 'structure guidelines', 'guidelines incorporated', 'incorporated development', 'development team', 'team around', 'around 50', '50 members', 'members achieved', 'achieved target', 'target project', 'project completion', 'completion given', 'given time', 'time frame', 'frame made', 'made required', 'required graphics', 'graphics project', 'project photoshop', 'photoshop 2', '2 loan', 'loan bazar', 'bazar loan', 'loan appraisal', 'appraisal project', 'project description', 'description loan', 'loan bazar', 'bazar mvc', 'mvc based', 'based application', 'application dedicated', 'dedicated creating', 'creating managing', 'managing loan', 'loan applications', 'applications the', 'the goal', 'goal application', 'application streamline', 'streamline process', 'process loan', 'loan application', 'application integrate', 'integrate existing', 'existing cbs', 'cbs roles', 'roles responsibility', 'responsibility designed', 'designed developed', 'developed modern', 'modern responsive', 'responsive ui', 'ui entire', 'entire application', 'application achieved', 'achieved target', 'target given', 'given time', 'time frame', 'frame made', 'made required', 'required graphics', 'graphics project', 'project photoshop', 'photoshop 3', '3 capital', 'capital security', 'security bond', 'bond application', 'application project', 'project description', 'description capital', 'capital security', 'security bond', 'bond application', 'application mvc', 'mvc based', 'based application', 'application provided', 'provided online', 'online platform', 'platform purchase', 'purchase gold', 'gold bond', 'bond roles', 'roles responsibility', 'responsibility designed', 'designed developed', 'developed modern', 'modern responsive', 'responsive ui', 'ui entire', 'entire application', 'application achieved', 'achieved target', 'target given', 'given time', 'time frame', 'frame made', 'made required', 'required graphics', 'graphics project', 'project photoshop', 'photoshop 4', '4 softgst', 'softgst project', 'project description', 'description softgst', 'softgst web', 'web based', 'based application', 'application asp', 'asp application', 'application every', 'every tax', 'tax payers', 'payers vendors', 'vendors generating', 'generating gstr', 'gstr returns', 'returns basis', 'basis sales', 'sales purchase', 'purchase data', 'data additionally', 'additionally application', 'application reconciliation', 'reconciliation gstr', 'gstr 2', '2 a', 'a purchase', 'purchase register', 'register roles', 'roles responsibility', 'responsibility designed', 'designed developed', 'developed ui', 'ui dashboard', 'dashboard 5', '5 trust', 'trust analytica', 'analytica project', 'project description', 'description trust', 'trust analytika', 'analytika mobile', 'mobile web', 'web app', 'app shows', 'shows bank', 'bank asset', 'asset liability', 'liability income', 'income expenses', 'expenses roles', 'roles responsibility', 'responsibility designed', 'designed developed', 'developed landing', 'landing page', 'page application', 'application supported', 'supported developers', 'developers ui', 'ui implementation', 'implementation 6', '6 website', 'website project', 'project name', 'name 1', '1 tsr', 'tsr technology', 'technology services', 'services 2', '2 vidarbha', 'vidarbha merchants', 'merchants urban', 'urban co', 'co op', 'op bank', 'bank 3', '3 gisss', 'gisss 4', '4 softtrust', 'softtrust usa', 'usa roles', 'roles responsibility', 'responsibility communicated', 'communicated clients', 'clients understand', 'understand requirement', 'requirement made', 'made mocks', 'mocks website', 'website designed', 'designed developed', 'developed complete', 'complete website', 'website hosted', 'hosted stipulated', 'stipulated time', 'time company', 'company www', 'www jalloshband', 'jalloshband com', 'com description', 'description project', 'project name', 'name 1', '1 jallosh', 'jallosh band', 'band www', 'www jalloshband', 'jalloshband com', 'com 2', '2 an', 'an endeavor', 'endeavor foundation', 'foundation roles', 'roles responsibility', 'responsibility communicated', 'communicated clients', 'clients understand', 'understand requirement', 'requirement made', 'made mocks', 'mocks website', 'website designed', 'designed developed', 'developed complete', 'complete website', 'website hosted', 'hosted stipulated', 'stipulated time', 'time company', 'company 10magicalfingers', '10magicalfingers description', 'description national', 'national international', 'international client', 'client interaction', 'interaction management', 'management digital', 'digital data', 'technical skills web', 'skills web technologies', 'web technologies angular', 'technologies angular js', 'angular js html5', 'js html5 css3', 'html5 css3 sass', 'css3 sass bootstrap', 'sass bootstrap jquery', 'bootstrap jquery javascript', 'jquery javascript software', 'javascript software brackets', 'software brackets visual', 'brackets visual studio', 'visual studio photoshop', 'studio photoshop visual', 'photoshop visual studio', 'visual studio code', 'studio code education', 'code education details', 'education details january', 'details january 2015', 'january 2015 b', '2015 b e', 'b e cse', 'e cse nagpur', 'cse nagpur maharashtra', 'nagpur maharashtra g', 'maharashtra g h', 'g h raisoni', 'h raisoni college', 'raisoni college engineering', 'college engineering october', 'engineering october 2009', 'october 2009 photography', '2009 photography competition', 'photography competition click', 'competition click nagpur', 'click nagpur maharashtra', 'nagpur maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board college', 'board college magazine', 'college magazine ocean', 'magazine ocean web', 'ocean web designer', 'web designer web', 'designer web designer', 'web designer trust', 'designer trust systems', 'trust systems software', 'systems software skill', 'software skill details', 'skill details photoshop', 'details photoshop exprience', 'photoshop exprience 28', 'exprience 28 months', '28 months bootstrap', 'months bootstrap exprience', 'bootstrap exprience 6', 'exprience 6 months', '6 months html5', 'months html5 exprience', 'html5 exprience 6', 'exprience 6 months', '6 months javascript', 'months javascript exprience', 'javascript exprience 6', 'exprience 6 months', '6 months css3', 'months css3 exprience', 'css3 exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months angular', 'months angular 4', 'angular 4 exprience', '4 exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company trust', 'company trust systems', 'trust systems software', 'systems software description', 'software description projects', 'description projects worked', 'projects worked 1', 'worked 1 trustbank', '1 trustbank cbs', 'trustbank cbs project', 'cbs project description', 'project description trustbank', 'description trustbank cbs', 'trustbank cbs core', 'cbs core banking', 'core banking solution', 'banking solution trust', 'solution trust systems', 'trust systems roles', 'systems roles responsibility', 'roles responsibility renovated', 'responsibility renovated complete', 'renovated complete ui', 'complete ui make', 'ui make modern', 'make modern user', 'modern user friendly', 'user friendly maintainable', 'friendly maintainable optimised', 'maintainable optimised bank', 'optimised bank use', 'bank use shared', 'use shared ui', 'shared ui structure', 'ui structure guidelines', 'structure guidelines incorporated', 'guidelines incorporated development', 'incorporated development team', 'development team around', 'team around 50', 'around 50 members', '50 members achieved', 'members achieved target', 'achieved target project', 'target project completion', 'project completion given', 'completion given time', 'given time frame', 'time frame made', 'frame made required', 'made required graphics', 'required graphics project', 'graphics project photoshop', 'project photoshop 2', 'photoshop 2 loan', '2 loan bazar', 'loan bazar loan', 'bazar loan appraisal', 'loan appraisal project', 'appraisal project description', 'project description loan', 'description loan bazar', 'loan bazar mvc', 'bazar mvc based', 'mvc based application', 'based application dedicated', 'application dedicated creating', 'dedicated creating managing', 'creating managing loan', 'managing loan applications', 'loan applications the', 'applications the goal', 'the goal application', 'goal application streamline', 'application streamline process', 'streamline process loan', 'process loan application', 'loan application integrate', 'application integrate existing', 'integrate existing cbs', 'existing cbs roles', 'cbs roles responsibility', 'roles responsibility designed', 'responsibility designed developed', 'designed developed modern', 'developed modern responsive', 'modern responsive ui', 'responsive ui entire', 'ui entire application', 'entire application achieved', 'application achieved target', 'achieved target given', 'target given time', 'given time frame', 'time frame made', 'frame made required', 'made required graphics', 'required graphics project', 'graphics project photoshop', 'project photoshop 3', 'photoshop 3 capital', '3 capital security', 'capital security bond', 'security bond application', 'bond application project', 'application project description', 'project description capital', 'description capital security', 'capital security bond', 'security bond application', 'bond application mvc', 'application mvc based', 'mvc based application', 'based application provided', 'application provided online', 'provided online platform', 'online platform purchase', 'platform purchase gold', 'purchase gold bond', 'gold bond roles', 'bond roles responsibility', 'roles responsibility designed', 'responsibility designed developed', 'designed developed modern', 'developed modern responsive', 'modern responsive ui', 'responsive ui entire', 'ui entire application', 'entire application achieved', 'application achieved target', 'achieved target given', 'target given time', 'given time frame', 'time frame made', 'frame made required', 'made required graphics', 'required graphics project', 'graphics project photoshop', 'project photoshop 4', 'photoshop 4 softgst', '4 softgst project', 'softgst project description', 'project description softgst', 'description softgst web', 'softgst web based', 'web based application', 'based application asp', 'application asp application', 'asp application every', 'application every tax', 'every tax payers', 'tax payers vendors', 'payers vendors generating', 'vendors generating gstr', 'generating gstr returns', 'gstr returns basis', 'returns basis sales', 'basis sales purchase', 'sales purchase data', 'purchase data additionally', 'data additionally application', 'additionally application reconciliation', 'application reconciliation gstr', 'reconciliation gstr 2', 'gstr 2 a', '2 a purchase', 'a purchase register', 'purchase register roles', 'register roles responsibility', 'roles responsibility designed', 'responsibility designed developed', 'designed developed ui', 'developed ui dashboard', 'ui dashboard 5', 'dashboard 5 trust', '5 trust analytica', 'trust analytica project', 'analytica project description', 'project description trust', 'description trust analytika', 'trust analytika mobile', 'analytika mobile web', 'mobile web app', 'web app shows', ...], ['education', 'details', 'b', 'c', 'a', 'bachelor', 'computer', 'application', 'pune', 'maharashtra', 'pune', 'university', 'h', 's', 'c', 'pune', 'maharashtra', 'pune', 'university', 's', 's', 'c', 'pune', 'maharashtra', 'pune', 'university', 'web', 'designing', 'developer', 'php', 'developer', 'exposys', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'exposys', 'pvt', 'ltd', 'description', 'technical', 'skills', 'web', 'development', 'html5', 'css3', 'bootstrap', 'php', 'ajax', 'jquery', 'javascript', 'database', 'mysql', 'development', 'tools', 'notepad', 'sublime', 'text2', 'framework', 'codeigniter', 'server', 'apache', 'tomcat', 'xampp', 'control', 'panel', 'operating', 'systems', 'windows', 'company', 'exposys', 'pvt', 'ltd', 'description', 'pune', 'augest', '2017', 'till', 'date', 'project', 'details', 'project', 'i', 'pragat', 'bharat', 'system', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'this', 'project', 'aim', 'specially', 'design', 'people', 'it', 'used', 'collect', 'information', 'diifernt', 'sector', 'project', 'ii', 'go', 'ayur', 'system', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'database', 'used', 'my', 'sql', 'team', 'size', '2', 'position', 'software', 'developer', 'synopsis', 'go', 'ayurveda', 'panchakarma', 'center', 'one', 'traditionally', 'well', 'established', 'professional', 'innovative', 'providers', 'classical', 'ayurvedic', 'health', 'services', 'kerala', 'panchakarma', 'therapies', 'project', 'iii', 'vitsanindia', 'system', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '2', 'position', 'software', 'developer', 'synopsis', 'online', 'shooping', 'app', 'this', 'app', 'user', 'friendly', 'option', 'change', 'language', 'user', 'find', 'different', 'categories', 'products', 'choice', 'project', 'iv', 'mahabaleshwartours', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'in', 'system', 'provide', 'online', 'registration', 'tour', 'package', 'information', 'ticket', 'booking', 'online', 'payment', 'searching', 'facility', 'customer', 'also', 'generate', 'different', 'types', 'report', 'project', 'v', 'cityspaceindia', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'service', 'provider', 'website', 'provide', 'different', 'categories', 'project', 'vi', 'fruitsbuddy', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'fruitbuddy', 'manage', 'details', 'fruits', 'customer', 'order', 'transaction', 'payment', 'it', 'manages', 'information', 'fruits', 'stocks', 'payment', 'the', 'project', 'totally', 'built', 'administrative', 'end', 'thus', 'administrator', 'guaranteed', 'ess', 'the', 'purpose', 'project', 'build', 'application', 'program', 'reduce', 'manual', 'work', 'managing', 'fruits', 'customer', 'stocks', 'order', 'project', 'vii', 'totalcitee', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'real', 'estate', 'web', 'application', 'created', 'helping', 'sell', 'properties', 'web', 'based', 'user', 'interface', 'visitors', 'website', 'view', 'particular', 'desired', 'products', 'using', 'search', 'engine', 'facility', 'project', 'viii', 'golchha', 'technologies', 'used', 'html', 'css', 'bootstrap', 'php', 'jquery', 'ajax', 'java', 'script', 'database', 'used', 'my', 'sql', 'team', 'size', '1', 'position', 'software', 'developer', 'synopsis', 'service', 'provider', 'website', 'provide', 'different', 'categories', 'education details', 'details b', 'b c', 'c a', 'a bachelor', 'bachelor computer', 'computer application', 'application pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university h', 'h s', 's c', 'c pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university s', 's s', 's c', 'c pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university web', 'web designing', 'designing developer', 'developer php', 'php developer', 'developer exposys', 'exposys pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company exposys', 'exposys pvt', 'pvt ltd', 'ltd description', 'description technical', 'technical skills', 'skills web', 'web development', 'development html5', 'html5 css3', 'css3 bootstrap', 'bootstrap php', 'php ajax', 'ajax jquery', 'jquery javascript', 'javascript database', 'database mysql', 'mysql development', 'development tools', 'tools notepad', 'notepad sublime', 'sublime text2', 'text2 framework', 'framework codeigniter', 'codeigniter server', 'server apache', 'apache tomcat', 'tomcat xampp', 'xampp control', 'control panel', 'panel operating', 'operating systems', 'systems windows', 'windows company', 'company exposys', 'exposys pvt', 'pvt ltd', 'ltd description', 'description pune', 'pune augest', 'augest 2017', '2017 till', 'till date', 'date project', 'project details', 'details project', 'project i', 'i pragat', 'pragat bharat', 'bharat system', 'system technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis this', 'this project', 'project aim', 'aim specially', 'specially design', 'design people', 'people it', 'it used', 'used collect', 'collect information', 'information diifernt', 'diifernt sector', 'sector project', 'project ii', 'ii go', 'go ayur', 'ayur system', 'system technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 2', '2 position', 'position software', 'software developer', 'developer synopsis', 'synopsis go', 'go ayurveda', 'ayurveda panchakarma', 'panchakarma center', 'center one', 'one traditionally', 'traditionally well', 'well established', 'established professional', 'professional innovative', 'innovative providers', 'providers classical', 'classical ayurvedic', 'ayurvedic health', 'health services', 'services kerala', 'kerala panchakarma', 'panchakarma therapies', 'therapies project', 'project iii', 'iii vitsanindia', 'vitsanindia system', 'system technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 2', '2 position', 'position software', 'software developer', 'developer synopsis', 'synopsis online', 'online shooping', 'shooping app', 'app this', 'this app', 'app user', 'user friendly', 'friendly option', 'option change', 'change language', 'language user', 'user find', 'find different', 'different categories', 'categories products', 'products choice', 'choice project', 'project iv', 'iv mahabaleshwartours', 'mahabaleshwartours technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis in', 'in system', 'system provide', 'provide online', 'online registration', 'registration tour', 'tour package', 'package information', 'information ticket', 'ticket booking', 'booking online', 'online payment', 'payment searching', 'searching facility', 'facility customer', 'customer also', 'also generate', 'generate different', 'different types', 'types report', 'report project', 'project v', 'v cityspaceindia', 'cityspaceindia technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis service', 'service provider', 'provider website', 'website provide', 'provide different', 'different categories', 'categories project', 'project vi', 'vi fruitsbuddy', 'fruitsbuddy technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis fruitbuddy', 'fruitbuddy manage', 'manage details', 'details fruits', 'fruits customer', 'customer order', 'order transaction', 'transaction payment', 'payment it', 'it manages', 'manages information', 'information fruits', 'fruits stocks', 'stocks payment', 'payment the', 'the project', 'project totally', 'totally built', 'built administrative', 'administrative end', 'end thus', 'thus administrator', 'administrator guaranteed', 'guaranteed ess', 'ess the', 'the purpose', 'purpose project', 'project build', 'build application', 'application program', 'program reduce', 'reduce manual', 'manual work', 'work managing', 'managing fruits', 'fruits customer', 'customer stocks', 'stocks order', 'order project', 'project vii', 'vii totalcitee', 'totalcitee technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis real', 'real estate', 'estate web', 'web application', 'application created', 'created helping', 'helping sell', 'sell properties', 'properties web', 'web based', 'based user', 'user interface', 'interface visitors', 'visitors website', 'website view', 'view particular', 'particular desired', 'desired products', 'products using', 'using search', 'search engine', 'engine facility', 'facility project', 'project viii', 'viii golchha', 'golchha technologies', 'technologies used', 'used html', 'html css', 'css bootstrap', 'bootstrap php', 'php jquery', 'jquery ajax', 'ajax java', 'java script', 'script database', 'database used', 'used my', 'my sql', 'sql team', 'team size', 'size 1', '1 position', 'position software', 'software developer', 'developer synopsis', 'synopsis service', 'service provider', 'provider website', 'website provide', 'provide different', 'different categories', 'education details b', 'details b c', 'b c a', 'c a bachelor', 'a bachelor computer', 'bachelor computer application', 'computer application pune', 'application pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university h', 'university h s', 'h s c', 's c pune', 'c pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university s', 'university s s', 's s c', 's c pune', 'c pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university web', 'university web designing', 'web designing developer', 'designing developer php', 'developer php developer', 'php developer exposys', 'developer exposys pvt', 'exposys pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details company', 'details company details', 'company details company', 'details company exposys', 'company exposys pvt', 'exposys pvt ltd', 'pvt ltd description', 'ltd description technical', 'description technical skills', 'technical skills web', 'skills web development', 'web development html5', 'development html5 css3', 'html5 css3 bootstrap', 'css3 bootstrap php', 'bootstrap php ajax', 'php ajax jquery', 'ajax jquery javascript', 'jquery javascript database', 'javascript database mysql', 'database mysql development', 'mysql development tools', 'development tools notepad', 'tools notepad sublime', 'notepad sublime text2', 'sublime text2 framework', 'text2 framework codeigniter', 'framework codeigniter server', 'codeigniter server apache', 'server apache tomcat', 'apache tomcat xampp', 'tomcat xampp control', 'xampp control panel', 'control panel operating', 'panel operating systems', 'operating systems windows', 'systems windows company', 'windows company exposys', 'company exposys pvt', 'exposys pvt ltd', 'pvt ltd description', 'ltd description pune', 'description pune augest', 'pune augest 2017', 'augest 2017 till', '2017 till date', 'till date project', 'date project details', 'project details project', 'details project i', 'project i pragat', 'i pragat bharat', 'pragat bharat system', 'bharat system technologies', 'system technologies used', 'technologies used html', 'used html css', 'html css bootstrap', 'css bootstrap php', 'bootstrap php jquery', 'php jquery ajax', 'jquery ajax database', 'ajax database used', 'database used my', 'used my sql', 'my sql team', 'sql team size', 'team size 1', 'size 1 position', '1 position software', 'position software developer', 'software developer synopsis', 'developer synopsis this', 'synopsis this project', 'this project aim', 'project aim specially', 'aim specially design', 'specially design people', 'design people it', 'people it used', 'it used collect', 'used collect information', 'collect information diifernt', 'information diifernt sector', 'diifernt sector project', 'sector project ii', 'project ii go', 'ii go ayur', 'go ayur system', 'ayur system technologies', 'system technologies used', 'technologies used html', 'used html css', 'html css bootstrap', 'css bootstrap php', 'bootstrap php jquery', 'php jquery ajax', 'jquery ajax database', 'ajax database used', 'database used my', 'used my sql', 'my sql team', 'sql team size', 'team size 2', 'size 2 position', '2 position software', 'position software developer', 'software developer synopsis', 'developer synopsis go', 'synopsis go ayurveda', 'go ayurveda panchakarma', 'ayurveda panchakarma center', 'panchakarma center one', 'center one traditionally', 'one traditionally well', 'traditionally well established', 'well established professional', 'established professional innovative', 'professional innovative providers', 'innovative providers classical', 'providers classical ayurvedic', 'classical ayurvedic health', 'ayurvedic health services', 'health services kerala', 'services kerala panchakarma', 'kerala panchakarma therapies', 'panchakarma therapies project', 'therapies project iii', 'project iii vitsanindia', 'iii vitsanindia system', 'vitsanindia system technologies', 'system technologies used', 'technologies used html', 'used html css', 'html css bootstrap', 'css bootstrap php', 'bootstrap php jquery', ...], ['education', 'details', 'january', '2016', 'b', 'sc', 'information', 'technology', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'hsc', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'january', '2010', 'ssc', 'dot', 'net', 'allahabad', 'uttar', 'pradesh', 'allahabad', 'university', 'web', 'designer', 'developer', 'trainer', 'web', 'designer', 'developer', 'skill', 'details', 'web', 'design', 'exprience', '12', 'months', 'php', 'exprience', '12', 'monthscompany', 'details', 'company', 'nettech', 'india', 'description', 'working', 'salary', '12k', 'personal', 'interest', 'listening', 'music', 'surfing', 'net', 'watching', 'movie', 'playing', 'cricket', 'company', 'epi', 'center', 'academy', 'description', 'working', 'salary', 'contract', 'based', 'company', 'aptech', 'charni', 'road', 'description', 'salary', 'contract', 'based', 'education details', 'details january', 'january 2016', '2016 b', 'b sc', 'sc information', 'information technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai january', 'january 2012', '2012 hsc', 'hsc allahabad', 'allahabad uttar', 'uttar pradesh', 'pradesh allahabad', 'allahabad university', 'university january', 'january 2010', '2010 ssc', 'ssc dot', 'dot net', 'net allahabad', 'allahabad uttar', 'uttar pradesh', 'pradesh allahabad', 'allahabad university', 'university web', 'web designer', 'designer developer', 'developer trainer', 'trainer web', 'web designer', 'designer developer', 'developer skill', 'skill details', 'details web', 'web design', 'design exprience', 'exprience 12', '12 months', 'months php', 'php exprience', 'exprience 12', '12 monthscompany', 'monthscompany details', 'details company', 'company nettech', 'nettech india', 'india description', 'description working', 'working salary', 'salary 12k', '12k personal', 'personal interest', 'interest listening', 'listening music', 'music surfing', 'surfing net', 'net watching', 'watching movie', 'movie playing', 'playing cricket', 'cricket company', 'company epi', 'epi center', 'center academy', 'academy description', 'description working', 'working salary', 'salary contract', 'contract based', 'based company', 'company aptech', 'aptech charni', 'charni road', 'road description', 'description salary', 'salary contract', 'contract based', 'education details january', 'details january 2016', 'january 2016 b', '2016 b sc', 'b sc information', 'sc information technology', 'information technology mumbai', 'technology mumbai maharashtra', 'mumbai maharashtra university', 'maharashtra university mumbai', 'university mumbai january', 'mumbai january 2012', 'january 2012 hsc', '2012 hsc allahabad', 'hsc allahabad uttar', 'allahabad uttar pradesh', 'uttar pradesh allahabad', 'pradesh allahabad university', 'allahabad university january', 'university january 2010', 'january 2010 ssc', '2010 ssc dot', 'ssc dot net', 'dot net allahabad', 'net allahabad uttar', 'allahabad uttar pradesh', 'uttar pradesh allahabad', 'pradesh allahabad university', 'allahabad university web', 'university web designer', 'web designer developer', 'designer developer trainer', 'developer trainer web', 'trainer web designer', 'web designer developer', 'designer developer skill', 'developer skill details', 'skill details web', 'details web design', 'web design exprience', 'design exprience 12', 'exprience 12 months', '12 months php', 'months php exprience', 'php exprience 12', 'exprience 12 monthscompany', '12 monthscompany details', 'monthscompany details company', 'details company nettech', 'company nettech india', 'nettech india description', 'india description working', 'description working salary', 'working salary 12k', 'salary 12k personal', '12k personal interest', 'personal interest listening', 'interest listening music', 'listening music surfing', 'music surfing net', 'surfing net watching', 'net watching movie', 'watching movie playing', 'movie playing cricket', 'playing cricket company', 'cricket company epi', 'company epi center', 'epi center academy', 'center academy description', 'academy description working', 'description working salary', 'working salary contract', 'salary contract based', 'contract based company', 'based company aptech', 'company aptech charni', 'aptech charni road', 'charni road description', 'road description salary', 'description salary contract', 'salary contract based', 'education details january 2016', 'details january 2016 b', 'january 2016 b sc', '2016 b sc information', 'b sc information technology', 'sc information technology mumbai', 'information technology mumbai maharashtra', 'technology mumbai maharashtra university', 'mumbai maharashtra university mumbai', 'maharashtra university mumbai january', 'university mumbai january 2012', 'mumbai january 2012 hsc', 'january 2012 hsc allahabad', '2012 hsc allahabad uttar', 'hsc allahabad uttar pradesh', 'allahabad uttar pradesh allahabad', 'uttar pradesh allahabad university', 'pradesh allahabad university january', 'allahabad university january 2010', 'university january 2010 ssc', 'january 2010 ssc dot', '2010 ssc dot net', 'ssc dot net allahabad', 'dot net allahabad uttar', 'net allahabad uttar pradesh', 'allahabad uttar pradesh allahabad', 'uttar pradesh allahabad university', 'pradesh allahabad university web', 'allahabad university web designer', 'university web designer developer', 'web designer developer trainer', 'designer developer trainer web', 'developer trainer web designer', 'trainer web designer developer', 'web designer developer skill', 'designer developer skill details', 'developer skill details web', 'skill details web design', 'details web design exprience', 'web design exprience 12', 'design exprience 12 months', 'exprience 12 months php', '12 months php exprience', 'months php exprience 12', 'php exprience 12 monthscompany', 'exprience 12 monthscompany details', '12 monthscompany details company', 'monthscompany details company nettech', 'details company nettech india', 'company nettech india description', 'nettech india description working', 'india description working salary', 'description working salary 12k', 'working salary 12k personal', 'salary 12k personal interest', '12k personal interest listening', 'personal interest listening music', 'interest listening music surfing', 'listening music surfing net', 'music surfing net watching', 'surfing net watching movie', 'net watching movie playing', 'watching movie playing cricket', 'movie playing cricket company', 'playing cricket company epi', 'cricket company epi center', 'company epi center academy', 'epi center academy description', 'center academy description working', 'academy description working salary', 'description working salary contract', 'working salary contract based', 'salary contract based company', 'contract based company aptech', 'based company aptech charni', 'company aptech charni road', 'aptech charni road description', 'charni road description salary', 'road description salary contract', 'description salary contract based', 'education details january 2016 b', 'details january 2016 b sc', 'january 2016 b sc information', '2016 b sc information technology', 'b sc information technology mumbai', 'sc information technology mumbai maharashtra', 'information technology mumbai maharashtra university', 'technology mumbai maharashtra university mumbai', 'mumbai maharashtra university mumbai january', 'maharashtra university mumbai january 2012', 'university mumbai january 2012 hsc', 'mumbai january 2012 hsc allahabad', 'january 2012 hsc allahabad uttar', '2012 hsc allahabad uttar pradesh', 'hsc allahabad uttar pradesh allahabad', 'allahabad uttar pradesh allahabad university', 'uttar pradesh allahabad university january', 'pradesh allahabad university january 2010', 'allahabad university january 2010 ssc', 'university january 2010 ssc dot', 'january 2010 ssc dot net', '2010 ssc dot net allahabad', 'ssc dot net allahabad uttar', 'dot net allahabad uttar pradesh', 'net allahabad uttar pradesh allahabad', 'allahabad uttar pradesh allahabad university', 'uttar pradesh allahabad university web', 'pradesh allahabad university web designer', 'allahabad university web designer developer', 'university web designer developer trainer', 'web designer developer trainer web', 'designer developer trainer web designer', 'developer trainer web designer developer', 'trainer web designer developer skill', 'web designer developer skill details', 'designer developer skill details web', 'developer skill details web design', 'skill details web design exprience', 'details web design exprience 12', 'web design exprience 12 months', 'design exprience 12 months php', 'exprience 12 months php exprience', '12 months php exprience 12', 'months php exprience 12 monthscompany', 'php exprience 12 monthscompany details', 'exprience 12 monthscompany details company', '12 monthscompany details company nettech', 'monthscompany details company nettech india', 'details company nettech india description', 'company nettech india description working', 'nettech india description working salary', 'india description working salary 12k', 'description working salary 12k personal', 'working salary 12k personal interest', 'salary 12k personal interest listening', '12k personal interest listening music', 'personal interest listening music surfing', 'interest listening music surfing net', 'listening music surfing net watching', 'music surfing net watching movie', 'surfing net watching movie playing', 'net watching movie playing cricket', 'watching movie playing cricket company', 'movie playing cricket company epi', 'playing cricket company epi center', 'cricket company epi center academy', 'company epi center academy description', 'epi center academy description working', 'center academy description working salary', 'academy description working salary contract', 'description working salary contract based', 'working salary contract based company', 'salary contract based company aptech', 'contract based company aptech charni', 'based company aptech charni road', 'company aptech charni road description', 'aptech charni road description salary', 'charni road description salary contract', 'road description salary contract based', 'education details january 2016 b sc', 'details january 2016 b sc information', 'january 2016 b sc information technology', '2016 b sc information technology mumbai', 'b sc information technology mumbai maharashtra', 'sc information technology mumbai maharashtra university', 'information technology mumbai maharashtra university mumbai', 'technology mumbai maharashtra university mumbai january', 'mumbai maharashtra university mumbai january 2012', 'maharashtra university mumbai january 2012 hsc', 'university mumbai january 2012 hsc allahabad', 'mumbai january 2012 hsc allahabad uttar', 'january 2012 hsc allahabad uttar pradesh', '2012 hsc allahabad uttar pradesh allahabad', 'hsc allahabad uttar pradesh allahabad university', 'allahabad uttar pradesh allahabad university january', 'uttar pradesh allahabad university january 2010', 'pradesh allahabad university january 2010 ssc', 'allahabad university january 2010 ssc dot', 'university january 2010 ssc dot net', 'january 2010 ssc dot net allahabad', '2010 ssc dot net allahabad uttar', 'ssc dot net allahabad uttar pradesh', 'dot net allahabad uttar pradesh allahabad', 'net allahabad uttar pradesh allahabad university', 'allahabad uttar pradesh allahabad university web', 'uttar pradesh allahabad university web designer', 'pradesh allahabad university web designer developer', 'allahabad university web designer developer trainer', 'university web designer developer trainer web', 'web designer developer trainer web designer', 'designer developer trainer web designer developer', 'developer trainer web designer developer skill', 'trainer web designer developer skill details', 'web designer developer skill details web', 'designer developer skill details web design', 'developer skill details web design exprience', 'skill details web design exprience 12', 'details web design exprience 12 months', 'web design exprience 12 months php', 'design exprience 12 months php exprience', 'exprience 12 months php exprience 12', '12 months php exprience 12 monthscompany', 'months php exprience 12 monthscompany details', 'php exprience 12 monthscompany details company', 'exprience 12 monthscompany details company nettech', '12 monthscompany details company nettech india', 'monthscompany details company nettech india description', 'details company nettech india description working', 'company nettech india description working salary', 'nettech india description working salary 12k', 'india description working salary 12k personal', 'description working salary 12k personal interest', 'working salary 12k personal interest listening', 'salary 12k personal interest listening music', '12k personal interest listening music surfing', 'personal interest listening music surfing net', 'interest listening music surfing net watching', 'listening music surfing net watching movie', 'music surfing net watching movie playing', 'surfing net watching movie playing cricket', 'net watching movie playing cricket company', 'watching movie playing cricket company epi', 'movie playing cricket company epi center', 'playing cricket company epi center academy', 'cricket company epi center academy description', 'company epi center academy description working', 'epi center academy description working salary', 'center academy description working salary contract', 'academy description working salary contract based', 'description working salary contract based company', 'working salary contract based company aptech', 'salary contract based company aptech charni', 'contract based company aptech charni road', 'based company aptech charni road description', 'company aptech charni road description salary', 'aptech charni road description salary contract', 'charni road description salary contract based', 'education details january 2016 b sc information', 'details january 2016 b sc information technology', 'january 2016 b sc information technology mumbai', '2016 b sc information technology mumbai maharashtra', 'b sc information technology mumbai maharashtra university', 'sc information technology mumbai maharashtra university mumbai', 'information technology mumbai maharashtra university mumbai january', 'technology mumbai maharashtra university mumbai january 2012', 'mumbai maharashtra university mumbai january 2012 hsc', 'maharashtra university mumbai january 2012 hsc allahabad', 'university mumbai january 2012 hsc allahabad uttar', 'mumbai january 2012 hsc allahabad uttar pradesh', 'january 2012 hsc allahabad uttar pradesh allahabad', '2012 hsc allahabad uttar pradesh allahabad university', 'hsc allahabad uttar pradesh allahabad university january', 'allahabad uttar pradesh allahabad university january 2010', 'uttar pradesh allahabad university january 2010 ssc', 'pradesh allahabad university january 2010 ssc dot', 'allahabad university january 2010 ssc dot net', 'university january 2010 ssc dot net allahabad', 'january 2010 ssc dot net allahabad uttar', '2010 ssc dot net allahabad uttar pradesh', 'ssc dot net allahabad uttar pradesh allahabad', 'dot net allahabad uttar pradesh allahabad university', 'net allahabad uttar pradesh allahabad university web', 'allahabad uttar pradesh allahabad university web designer', 'uttar pradesh allahabad university web designer developer', 'pradesh allahabad university web designer developer trainer', 'allahabad university web designer developer trainer web', 'university web designer developer trainer web designer', 'web designer developer trainer web designer developer', 'designer developer trainer web designer developer skill', 'developer trainer web designer developer skill details', 'trainer web designer developer skill details web', 'web designer developer skill details web design', 'designer developer skill details web design exprience', 'developer skill details web design exprience 12', 'skill details web design exprience 12 months', 'details web design exprience 12 months php', 'web design exprience 12 months php exprience', 'design exprience 12 months php exprience 12', 'exprience 12 months php exprience 12 monthscompany', '12 months php exprience 12 monthscompany details', 'months php exprience 12 monthscompany details company', 'php exprience 12 monthscompany details company nettech', 'exprience 12 monthscompany details company nettech india', '12 monthscompany details company nettech india description', 'monthscompany details company nettech india description working', 'details company nettech india description working salary', 'company nettech india description working salary 12k', 'nettech india description working salary 12k personal', 'india description working salary 12k personal interest', 'description working salary 12k personal interest listening', 'working salary 12k personal interest listening music', 'salary 12k personal interest listening music surfing', '12k personal interest listening music surfing net', 'personal interest listening music surfing net watching', 'interest listening music surfing net watching movie', 'listening music surfing net watching movie playing', 'music surfing net watching movie playing cricket', 'surfing net watching movie playing cricket company', 'net watching movie playing cricket company epi', 'watching movie playing cricket company epi center', 'movie playing cricket company epi center academy', 'playing cricket company epi center academy description', 'cricket company epi center academy description working', 'company epi center academy description working salary', 'epi center academy description working salary contract', 'center academy description working salary contract based', 'academy description working salary contract based company', 'description working salary contract based company aptech', 'working salary contract based company aptech charni', 'salary contract based company aptech charni road', 'contract based company aptech charni road description', 'based company aptech charni road description salary', 'company aptech charni road description salary contract', 'aptech charni road description salary contract based', 'education details january 2016 b sc information technology', 'details january 2016 b sc information technology mumbai', 'january 2016 b sc information technology mumbai maharashtra', '2016 b sc information technology mumbai maharashtra university', 'b sc information technology mumbai maharashtra university mumbai', 'sc information technology mumbai maharashtra university mumbai january', 'information technology mumbai maharashtra university mumbai january 2012', 'technology mumbai maharashtra university mumbai january 2012 hsc', 'mumbai maharashtra university mumbai january 2012 hsc allahabad', 'maharashtra university mumbai january 2012 hsc allahabad uttar', 'university mumbai january 2012 hsc allahabad uttar pradesh', 'mumbai january 2012 hsc allahabad uttar pradesh allahabad', 'january 2012 hsc allahabad uttar pradesh allahabad university', '2012 hsc allahabad uttar pradesh allahabad university january', 'hsc allahabad uttar pradesh allahabad university january 2010', 'allahabad uttar pradesh allahabad university january 2010 ssc', 'uttar pradesh allahabad university january 2010 ssc dot', 'pradesh allahabad university january 2010 ssc dot net', 'allahabad university january 2010 ssc dot net allahabad', 'university january 2010 ssc dot net allahabad uttar', 'january 2010 ssc dot net allahabad uttar pradesh', '2010 ssc dot net allahabad uttar pradesh allahabad', 'ssc dot net allahabad uttar pradesh allahabad university', 'dot net allahabad uttar pradesh allahabad university web', 'net allahabad uttar pradesh allahabad university web designer', 'allahabad uttar pradesh allahabad university web designer developer', 'uttar pradesh allahabad university web designer developer trainer', 'pradesh allahabad university web designer developer trainer web', 'allahabad university web designer developer trainer web designer', 'university web designer developer trainer web designer developer', 'web designer developer trainer web designer developer skill', 'designer developer trainer web designer developer skill details', 'developer trainer web designer developer skill details web', 'trainer web designer developer skill details web design', 'web designer developer skill details web design exprience', 'designer developer skill details web design exprience 12', 'developer skill details web design exprience 12 months', 'skill details web design exprience 12 months php', 'details web design exprience 12 months php exprience', 'web design exprience 12 months php exprience 12', 'design exprience 12 months php exprience 12 monthscompany', 'exprience 12 months php exprience 12 monthscompany details', '12 months php exprience 12 monthscompany details company', 'months php exprience 12 monthscompany details company nettech', 'php exprience 12 monthscompany details company nettech india', 'exprience 12 monthscompany details company nettech india description', '12 monthscompany details company nettech india description working', 'monthscompany details company nettech india description working salary', 'details company nettech india description working salary 12k', 'company nettech india description working salary 12k personal', 'nettech india description working salary 12k personal interest', 'india description working salary 12k personal interest listening', 'description working salary 12k personal interest listening music', 'working salary 12k personal interest listening music surfing', 'salary 12k personal interest listening music surfing net', '12k personal interest listening music surfing net watching', 'personal interest listening music surfing net watching movie', 'interest listening music surfing net watching movie playing', 'listening music surfing net watching movie playing cricket', 'music surfing net watching movie playing cricket company', 'surfing net watching movie playing cricket company epi', 'net watching movie playing cricket company epi center', 'watching movie playing cricket company epi center academy', 'movie playing cricket company epi center academy description', 'playing cricket company epi center academy description working', 'cricket company epi center academy description working salary', 'company epi center academy description working salary contract', 'epi center academy description working salary contract based', 'center academy description working salary contract based company', 'academy description working salary contract based company aptech', 'description working salary contract based company aptech charni', 'working salary contract based company aptech charni road', 'salary contract based company aptech charni road description', 'contract based company aptech charni road description salary', 'based company aptech charni road description salary contract', 'company aptech charni road description salary contract based', 'education details january 2016 b sc information technology mumbai', 'details january 2016 b sc information technology mumbai maharashtra', 'january 2016 b sc information technology mumbai maharashtra university', '2016 b sc information technology mumbai maharashtra university mumbai', 'b sc information technology mumbai maharashtra university mumbai january', 'sc information technology mumbai maharashtra university mumbai january 2012', 'information technology mumbai maharashtra university mumbai january 2012 hsc', 'technology mumbai maharashtra university mumbai january 2012 hsc allahabad', 'mumbai maharashtra university mumbai january 2012 hsc allahabad uttar', 'maharashtra university mumbai january 2012 hsc allahabad uttar pradesh', 'university mumbai january 2012 hsc allahabad uttar pradesh allahabad', 'mumbai january 2012 hsc allahabad uttar pradesh allahabad university', 'january 2012 hsc allahabad uttar pradesh allahabad university january', '2012 hsc allahabad uttar pradesh allahabad university january 2010', 'hsc allahabad uttar pradesh allahabad university january 2010 ssc', 'allahabad uttar pradesh allahabad university january 2010 ssc dot', 'uttar pradesh allahabad university january 2010 ssc dot net', 'pradesh allahabad university january 2010 ssc dot net allahabad', 'allahabad university january 2010 ssc dot net allahabad uttar', 'university january 2010 ssc dot net allahabad uttar pradesh', 'january 2010 ssc dot net allahabad uttar pradesh allahabad', '2010 ssc dot net allahabad uttar pradesh allahabad university', 'ssc dot net allahabad uttar pradesh allahabad university web', 'dot net allahabad uttar pradesh allahabad university web designer', 'net allahabad uttar pradesh allahabad university web designer developer', 'allahabad uttar pradesh allahabad university web designer developer trainer', 'uttar pradesh allahabad university web designer developer trainer web', 'pradesh allahabad university web designer developer trainer web designer', 'allahabad university web designer developer trainer web designer developer', 'university web designer developer trainer web designer developer skill', 'web designer developer trainer web designer developer skill details', 'designer developer trainer web designer developer skill details web', 'developer trainer web designer developer skill details web design', 'trainer web designer developer skill details web design exprience', 'web designer developer skill details web design exprience 12', 'designer developer skill details web design exprience 12 months', 'developer skill details web design exprience 12 months php', 'skill details web design exprience 12 months php exprience', 'details web design exprience 12 months php exprience 12', 'web design exprience 12 months php exprience 12 monthscompany', 'design exprience 12 months php exprience 12 monthscompany details', 'exprience 12 months php exprience 12 monthscompany details company', '12 months php exprience 12 monthscompany details company nettech', 'months php exprience 12 monthscompany details company nettech india', 'php exprience 12 monthscompany details company nettech india description', 'exprience 12 monthscompany details company nettech india description working', '12 monthscompany details company nettech india description working salary', 'monthscompany details company nettech india description working salary 12k', 'details company nettech india description working salary 12k personal', 'company nettech india description working salary 12k personal interest', 'nettech india description working salary 12k personal interest listening', 'india description working salary 12k personal interest listening music', 'description working salary 12k personal interest listening music surfing', 'working salary 12k personal interest listening music surfing net', 'salary 12k personal interest listening music surfing net watching', '12k personal interest listening music surfing net watching movie', 'personal interest listening music surfing net watching movie playing', 'interest listening music surfing net watching movie playing cricket', 'listening music surfing net watching movie playing cricket company', 'music surfing net watching movie playing cricket company epi', 'surfing net watching movie playing cricket company epi center', 'net watching movie playing cricket company epi center academy', 'watching movie playing cricket company epi center academy description', 'movie playing cricket company epi center academy description working', 'playing cricket company epi center academy description working salary', 'cricket company epi center academy description working salary contract', 'company epi center academy description working salary contract based', 'epi center academy description working salary contract based company', 'center academy description working salary contract based company aptech', 'academy description working salary contract based company aptech charni', 'description working salary contract based company aptech charni road', 'working salary contract based company aptech charni road description', 'salary contract based company aptech charni road description salary', 'contract based company aptech charni road description salary contract', 'based company aptech charni road description salary contract based'], ['it', 'skills', 'languages', 'c', 'basic', 'java', 'basic', 'web', 'technologies', 'html5', 'css3', 'bootstrap', 'javascript', 'jquery', 'corel', 'draw', 'photoshop', 'illustrator', 'databases', 'mysql5', '0', 'ide', 'tools', 'sublime', 'text', 'notepad', 'operating', 'systems', 'windows', 'xp', 'windows', '7education', 'details', 'september', '2015', 'bachelor', 'engineer', 'information', 'technology', 'nagpur', 'maharashtra', 'nagpur', 'university', 'may', '2011', 'hsc', 'secondary', 'higher', 'secondary', 'state', 'board', 'secondary', 'june', '2009', 'ssc', 'secondary', 'higher', 'secondary', 'maharashtra', 'state', 'board', 'secondary', 'web', 'graphics', 'designer', 'web', 'graphics', 'designer', 'virtuous', 'media', 'point', 'pune', 'skill', 'details', 'bootstrap', 'exprience', '24', 'months', 'html5', 'exprience', '24', 'months', 'javascript', 'exprience', '24', 'months', 'jquery', 'exprience', '24', 'months', 'corel', 'draw', 'exprience', '24', 'months', 'adobe', 'photoshop', 'exprience', '24', 'months', 'adobe', 'illustrator', 'exprience', '12', 'months', 'css3', 'exprience', '24', 'monthscompany', 'details', 'company', 'virtuous', 'media', 'point', 'description', 'company', 'cnc', 'web', 'world', 'description', 'internship', 'program', 'at', 'e', 'sense', 'it', 'solution', 'pvt', 'ltd', 'nagpur', 'web', 'designing', 'developement', 'presented', 'project', 'competition', 'innovesta', '15', 'priyadarshini', 'indira', 'gandhi', 'college', 'engineering', 'nagpur', 'presented', 'national', 'level', 'paper', 'presentation', 'tech', 'wave', '2015', 's', 'r', 'm', 'c', 'e', 'nagpur', 'company', 'e', 'sense', 'it', 'solution', 'pvt', 'ltd', 'description', 'key', 'result', 'areas', 'designed', 'websites', 'solutions', 'studying', 'information', 'needs', 'conferring', 'users', 'studying', 'systems', 'flow', 'data', 'usage', 'work', 'processes', 'understood', 'process', 'requirements', 'provided', 'use', 'cases', 'business', 'functional', 'technical', 'requirements', 'interacted', 'users', 'requirement', 'gathering', 'prepared', 'functional', 'specifications', 'low', 'level', 'design', 'documents', 'participated', 'software', 'development', 'life', 'cycle', 'sdlc', 'agile', 'methodology', 'right', 'requirement', 'analysis', 'performed', 'detailed', 'design', 'modules', 'along', 'implementation', 'documentation', 'integrated', 'software', 'modules', 'developed', 'team', 'members', 'highlights', 'developed', 'various', 'modules', 'per', 'customer', 'requirement', 'identified', 'fixed', 'number', 'bugs', 'related', 'code', 'database', 'connectivity', 'ui', 'defects', 'analyzed', 'modified', 'existing', 'codes', 'incorporate', 'number', 'changes', 'application', 'user', 'requirements', 'wrote', 'new', 'codes', 'required', 'coded', 'implemented', 'integrated', 'complex', 'programs', 'using', 'technologies', 'html5', 'css3', 'javascript', 'jquery', 'bootstrap', 'having', 'good', 'command', 'graphics', 'designing', 'effective', 'ideas', 'projects', 'www', 'nitka', 'com', 'nagpur', 'united', 'corporation', 'admin', 'mintmetrix', 'com', 'tagline', 'videos', 'admin', 'smartbadge', 'admin', 'in', 'projects', 'i', 'used', 'technologies', 'like', 'html5', 'css3', 'bootstrap', 'javascript', 'jquery', 'text', 'editor', 'sublime', 'text', 'www', 'shreekiaspack', 'co', 'www', '3staragroproducts', 'com', 'www', 'luckystationery', 'co', 'used', 'technologies', 'like', 'html5', 'css3', 'bootstrap', 'javascript', 'text', 'editor', 'notepad', 'design', 'various', 'logos', 'brochures', 'advertising', 'banners', 'visiting', 'cards', 'pamphlet', 'hoardings', 'etc', 'b', 'e', 'final', 'year', 'project', 'major', 'project', 'title', 'web', 'based', 'disease', 'diagnosis', 'expe', 'system', 'duration', '1', 'year', 'description', 'in', 'project', 'provide', 'website', 'doctor', 'gives', 'online', 'consultation', 'particular', 'disease', 'system', 'gives', 'better', 'suggestions', 'health', 'problems', 'mini', 'project', 'development', 'shopping', 'management', 'system', 'developed', 'c', 'curriculum', 'extra', 'curriculum', 'activities', 'company', 'face', 'it', 'description', 'co', 'ordinator', 'project', 'competition', 'it skills', 'skills languages', 'languages c', 'c basic', 'basic java', 'java basic', 'basic web', 'web technologies', 'technologies html5', 'html5 css3', 'css3 bootstrap', 'bootstrap javascript', 'javascript jquery', 'jquery corel', 'corel draw', 'draw photoshop', 'photoshop illustrator', 'illustrator databases', 'databases mysql5', 'mysql5 0', '0 ide', 'ide tools', 'tools sublime', 'sublime text', 'text notepad', 'notepad operating', 'operating systems', 'systems windows', 'windows xp', 'xp windows', 'windows 7education', '7education details', 'details september', 'september 2015', '2015 bachelor', 'bachelor engineer', 'engineer information', 'information technology', 'technology nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university may', 'may 2011', '2011 hsc', 'hsc secondary', 'secondary higher', 'higher secondary', 'secondary state', 'state board', 'board secondary', 'secondary june', 'june 2009', '2009 ssc', 'ssc secondary', 'secondary higher', 'higher secondary', 'secondary maharashtra', 'maharashtra state', 'state board', 'board secondary', 'secondary web', 'web graphics', 'graphics designer', 'designer web', 'web graphics', 'graphics designer', 'designer virtuous', 'virtuous media', 'media point', 'point pune', 'pune skill', 'skill details', 'details bootstrap', 'bootstrap exprience', 'exprience 24', '24 months', 'months html5', 'html5 exprience', 'exprience 24', '24 months', 'months javascript', 'javascript exprience', 'exprience 24', '24 months', 'months jquery', 'jquery exprience', 'exprience 24', '24 months', 'months corel', 'corel draw', 'draw exprience', 'exprience 24', '24 months', 'months adobe', 'adobe photoshop', 'photoshop exprience', 'exprience 24', '24 months', 'months adobe', 'adobe illustrator', 'illustrator exprience', 'exprience 12', '12 months', 'months css3', 'css3 exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company virtuous', 'virtuous media', 'media point', 'point description', 'description company', 'company cnc', 'cnc web', 'web world', 'world description', 'description internship', 'internship program', 'program at', 'at e', 'e sense', 'sense it', 'it solution', 'solution pvt', 'pvt ltd', 'ltd nagpur', 'nagpur web', 'web designing', 'designing developement', 'developement presented', 'presented project', 'project competition', 'competition innovesta', 'innovesta 15', '15 priyadarshini', 'priyadarshini indira', 'indira gandhi', 'gandhi college', 'college engineering', 'engineering nagpur', 'nagpur presented', 'presented national', 'national level', 'level paper', 'paper presentation', 'presentation tech', 'tech wave', 'wave 2015', '2015 s', 's r', 'r m', 'm c', 'c e', 'e nagpur', 'nagpur company', 'company e', 'e sense', 'sense it', 'it solution', 'solution pvt', 'pvt ltd', 'ltd description', 'description key', 'key result', 'result areas', 'areas designed', 'designed websites', 'websites solutions', 'solutions studying', 'studying information', 'information needs', 'needs conferring', 'conferring users', 'users studying', 'studying systems', 'systems flow', 'flow data', 'data usage', 'usage work', 'work processes', 'processes understood', 'understood process', 'process requirements', 'requirements provided', 'provided use', 'use cases', 'cases business', 'business functional', 'functional technical', 'technical requirements', 'requirements interacted', 'interacted users', 'users requirement', 'requirement gathering', 'gathering prepared', 'prepared functional', 'functional specifications', 'specifications low', 'low level', 'level design', 'design documents', 'documents participated', 'participated software', 'software development', 'development life', 'life cycle', 'cycle sdlc', 'sdlc agile', 'agile methodology', 'methodology right', 'right requirement', 'requirement analysis', 'analysis performed', 'performed detailed', 'detailed design', 'design modules', 'modules along', 'along implementation', 'implementation documentation', 'documentation integrated', 'integrated software', 'software modules', 'modules developed', 'developed team', 'team members', 'members highlights', 'highlights developed', 'developed various', 'various modules', 'modules per', 'per customer', 'customer requirement', 'requirement identified', 'identified fixed', 'fixed number', 'number bugs', 'bugs related', 'related code', 'code database', 'database connectivity', 'connectivity ui', 'ui defects', 'defects analyzed', 'analyzed modified', 'modified existing', 'existing codes', 'codes incorporate', 'incorporate number', 'number changes', 'changes application', 'application user', 'user requirements', 'requirements wrote', 'wrote new', 'new codes', 'codes required', 'required coded', 'coded implemented', 'implemented integrated', 'integrated complex', 'complex programs', 'programs using', 'using technologies', 'technologies html5', 'html5 css3', 'css3 javascript', 'javascript jquery', 'jquery bootstrap', 'bootstrap having', 'having good', 'good command', 'command graphics', 'graphics designing', 'designing effective', 'effective ideas', 'ideas projects', 'projects www', 'www nitka', 'nitka com', 'com nagpur', 'nagpur united', 'united corporation', 'corporation admin', 'admin mintmetrix', 'mintmetrix com', 'com tagline', 'tagline videos', 'videos admin', 'admin smartbadge', 'smartbadge admin', 'admin in', 'in projects', 'projects i', 'i used', 'used technologies', 'technologies like', 'like html5', 'html5 css3', 'css3 bootstrap', 'bootstrap javascript', 'javascript jquery', 'jquery text', 'text editor', 'editor sublime', 'sublime text', 'text www', 'www shreekiaspack', 'shreekiaspack co', 'co www', 'www 3staragroproducts', '3staragroproducts com', 'com www', 'www luckystationery', 'luckystationery co', 'co used', 'used technologies', 'technologies like', 'like html5', 'html5 css3', 'css3 bootstrap', 'bootstrap javascript', 'javascript text', 'text editor', 'editor notepad', 'notepad design', 'design various', 'various logos', 'logos brochures', 'brochures advertising', 'advertising banners', 'banners visiting', 'visiting cards', 'cards pamphlet', 'pamphlet hoardings', 'hoardings etc', 'etc b', 'b e', 'e final', 'final year', 'year project', 'project major', 'major project', 'project title', 'title web', 'web based', 'based disease', 'disease diagnosis', 'diagnosis expe', 'expe system', 'system duration', 'duration 1', '1 year', 'year description', 'description in', 'in project', 'project provide', 'provide website', 'website doctor', 'doctor gives', 'gives online', 'online consultation', 'consultation particular', 'particular disease', 'disease system', 'system gives', 'gives better', 'better suggestions', 'suggestions health', 'health problems', 'problems mini', 'mini project', 'project development', 'development shopping', 'shopping management', 'management system', 'system developed', 'developed c', 'c curriculum', 'curriculum extra', 'extra curriculum', 'curriculum activities', 'activities company', 'company face', 'face it', 'it description', 'description co', 'co ordinator', 'ordinator project', 'project competition', 'it skills languages', 'skills languages c', 'languages c basic', 'c basic java', 'basic java basic', 'java basic web', 'basic web technologies', 'web technologies html5', 'technologies html5 css3', 'html5 css3 bootstrap', 'css3 bootstrap javascript', 'bootstrap javascript jquery', 'javascript jquery corel', 'jquery corel draw', 'corel draw photoshop', 'draw photoshop illustrator', 'photoshop illustrator databases', 'illustrator databases mysql5', 'databases mysql5 0', 'mysql5 0 ide', '0 ide tools', 'ide tools sublime', 'tools sublime text', 'sublime text notepad', 'text notepad operating', 'notepad operating systems', 'operating systems windows', 'systems windows xp', 'windows xp windows', 'xp windows 7education', 'windows 7education details', '7education details september', 'details september 2015', 'september 2015 bachelor', '2015 bachelor engineer', 'bachelor engineer information', 'engineer information technology', 'information technology nagpur', 'technology nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university may', 'university may 2011', 'may 2011 hsc', '2011 hsc secondary', 'hsc secondary higher', 'secondary higher secondary', 'higher secondary state', 'secondary state board', 'state board secondary', 'board secondary june', 'secondary june 2009', 'june 2009 ssc', '2009 ssc secondary', 'ssc secondary higher', 'secondary higher secondary', 'higher secondary maharashtra', 'secondary maharashtra state', 'maharashtra state board', 'state board secondary', 'board secondary web', 'secondary web graphics', 'web graphics designer', 'graphics designer web', 'designer web graphics', 'web graphics designer', 'graphics designer virtuous', 'designer virtuous media', 'virtuous media point', 'media point pune', 'point pune skill', 'pune skill details', 'skill details bootstrap', 'details bootstrap exprience', 'bootstrap exprience 24', 'exprience 24 months', '24 months html5', 'months html5 exprience', 'html5 exprience 24', 'exprience 24 months', '24 months javascript', 'months javascript exprience', 'javascript exprience 24', 'exprience 24 months', '24 months jquery', 'months jquery exprience', 'jquery exprience 24', 'exprience 24 months', '24 months corel', 'months corel draw', 'corel draw exprience', 'draw exprience 24', 'exprience 24 months', '24 months adobe', 'months adobe photoshop', 'adobe photoshop exprience', 'photoshop exprience 24', 'exprience 24 months', '24 months adobe', 'months adobe illustrator', 'adobe illustrator exprience', 'illustrator exprience 12', 'exprience 12 months', '12 months css3', 'months css3 exprience', 'css3 exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company virtuous', 'company virtuous media', 'virtuous media point', 'media point description', 'point description company', 'description company cnc', 'company cnc web', 'cnc web world', 'web world description', 'world description internship', 'description internship program', 'internship program at', 'program at e', 'at e sense', 'e sense it', 'sense it solution', 'it solution pvt', 'solution pvt ltd', 'pvt ltd nagpur', 'ltd nagpur web', 'nagpur web designing', 'web designing developement', 'designing developement presented', 'developement presented project', 'presented project competition', 'project competition innovesta', 'competition innovesta 15', 'innovesta 15 priyadarshini', '15 priyadarshini indira', 'priyadarshini indira gandhi', 'indira gandhi college', 'gandhi college engineering', 'college engineering nagpur', 'engineering nagpur presented', 'nagpur presented national', 'presented national level', 'national level paper', 'level paper presentation', 'paper presentation tech', 'presentation tech wave', 'tech wave 2015', 'wave 2015 s', '2015 s r', 's r m', 'r m c', 'm c e', 'c e nagpur', 'e nagpur company', 'nagpur company e', 'company e sense', 'e sense it', 'sense it solution', 'it solution pvt', 'solution pvt ltd', 'pvt ltd description', 'ltd description key', 'description key result', 'key result areas', 'result areas designed', 'areas designed websites', 'designed websites solutions', 'websites solutions studying', 'solutions studying information', 'studying information needs', 'information needs conferring', 'needs conferring users', 'conferring users studying', 'users studying systems', 'studying systems flow', 'systems flow data', 'flow data usage', 'data usage work', 'usage work processes', 'work processes understood', 'processes understood process', 'understood process requirements', 'process requirements provided', 'requirements provided use', 'provided use cases', 'use cases business', 'cases business functional', 'business functional technical', 'functional technical requirements', 'technical requirements interacted', 'requirements interacted users', 'interacted users requirement', 'users requirement gathering', 'requirement gathering prepared', 'gathering prepared functional', 'prepared functional specifications', 'functional specifications low', 'specifications low level', 'low level design', 'level design documents', 'design documents participated', 'documents participated software', 'participated software development', 'software development life', 'development life cycle', 'life cycle sdlc', 'cycle sdlc agile', 'sdlc agile methodology', 'agile methodology right', 'methodology right requirement', 'right requirement analysis', 'requirement analysis performed', ...], ['education', 'details', 'may', '1999', 'september', '2002', 'diploma', 'mechanical', 'engg', 'mumbai', 'maharashtra', 'institute', 'mechanical', 'engg', 'may', '1998', 'may', '1999', 'diploma', 'mechanical', 'engg', 'services', 'ites', 'may', '1993', 'may', '1995', 'mumbai', 'maharashtra', 'industrial', 'training', 'institute', 'sr', 'executive', 'mechanical', 'engineering', 'automation', 'projects', 'consultant', 'sr', 'executive', 'mechanical', 'engineering', 'automation', 'projects', 'consultant', 'mechanical', 'engineering', 'skill', 'details', 'microsoft', 'office', 'word', 'excel', 'auto', 'cad', 'micro', 'station', 'j', 'erp', '3d', 'modeling', 'software', 'exprience', '120', 'monthscompany', 'details', 'company', 'mechanical', 'engineering', 'description', 'role', 'responsibilities', 'application', 'engineering', 'pre', 'sales', 'inside', 'sales', 'provide', 'applications', 'support', 'inside', 'sales', 'personnel', 'outside', 'sales', 'channels', 'provide', 'product', 'selection', 'materials', 'construction', 'technical', 'recommendations', 'participate', 'necessary', 'training', 'activities', 'establish', 'technical', 'competency', 'also', 'participate', 'field', 'service', 'trips', 'directed', 'top', 'mgmt', 'assist', 'brand', 'managers', 'product', 'managers', 'needed', 'takes', 'active', 'role', 'support', 'projects', 'quotations', 'team', 'responsible', 'technical', 'part', 'project', 'quotation', 'including', 'selection', 'sizing', 'costing', 'pneumatic', 'automation', 'products', 'valves', 'linear', 'rotary', 'actuator', 'field', 'fabrication', 'equipment', 'basis', 'customer', 'data', 'sheets', 'engineering', 'drawing', 'travel', 'required', 'support', 'field', 'sales', 'channel', 'promote', 'company', 'products', 'services', 'perform', 'detailed', 'reviews', 'customer', 'specifications', 'providing', 'comments', 'clarifications', 'alternatives', 'customer', 'requirements', 'sizing', 'selection', 'valves', 'actuators', 'prepare', 'cost', 'effective', 'techno', 'commercial', 'quotations', 'solutions', 'per', 'customers', 'technical', 'requirements', 'coordinate', 'technical', 'departments', 'required', 'order', 'minimize', 'technical', 'cost', 'risk', 'sending', 'quotations', 'urately', 'time', 'including', 'technical', 'commercial', 'per', 'customer', 'documentation', 'requests', 'participate', 'customer', 'negotiation', 'process', 'including', 'commercial', 'technical', 'negotiations', 'follow', 'quotations', 'close', 'order', 'also', 'follow', 'payment', 'collection', 'perform', 'po', 'reviews', 'ensure', 'critical', 'elements', 'correct', 'take', 'senior', 'top', 'managements', 'customer', 'case', 'discrepancies', 'get', 'po', 'amendment', 'required', 'create', 'order', 'transfer', 'file', 'submission', 'factory', 'ordance', 'po', 'support', 'factory', 'post', 'order', 'activities', 'sales', 'service', 'necessary', 'develop', 'maintain', 'good', 'customer', 'service', 'role', 'responsibilities', 'proposal', 'estimation', 'engineering', 'products', 'costing', 'review', 'receive', 'rfqs', 'company', 'products', 'solutions', 'estimation', 'pneumatic', 'automation', 'products', 'projects', 'valves', 'linear', 'rotary', 'actuator', 'field', 'equipment', 'piping', 'fabricated', 'equipment', 'etc', 'plotting', 'enquiries', 'vendors', 'critical', 'bought', 'items', 'continuous', 'follow', 'vendors', 'quotations', 'applying', 'thumb', 'rule', 'standard', 'practice', 'design', 'estimating', 'achieving', 'uracy', 'less', 'time', 'analyzing', 'evaluating', 'estimated', 'cost', 'actual', 'cost', 'jobs', 'already', 'manufactured', 'past', 'arrive', 'realistic', 'cost', 'estimates', 'maintaining', 'databanks', 'quotations', 'readily', 'available', 'others', 'also', 'coordinating', 'instrumentation', 'electrical', 'dept', 'costing', 'handling', 'estimation', 'department', 'submitting', 'offers', 'time', 'visit', 'site', 'site', 'projects', 'required', 'co', 'ordination', 'purchase', 'process', 'departments', 'attending', 'customer', 'enquiries', 'meeting', 'development', 'vendors', 'preparation', 'statement', 'enquiries', 'pending', 'estimation', 'progress', 'understand', 'client', 'concern', 'pain', 'area', 'requirement', 'offer', 'suitable', 'optimized', 'tailor', 'made', 'predesigned', 'chemtronics', 'solution', 'techno', 'commercial', 'proposal', 'technically', 'feasible', 'commercially', 'viable', 'assign', 'work', 'jr', 'proposal', 'executives', 'engineers', 'guide', 'coordinate', 'design', 'cad', 'sales', 'marketing', 'project', 'commercial', 'department', 'role', 'responsibilities', 'engg', 'procurement', 'purchase', 'vendor', 'development', 'supply', 'chain', 'procurement', 'steel', 'raw', 'material', 'semi', 'finish', 'products', 'based', 'projects', 'requirement', 'continuous', 'improvement', 'negotiation', 'process', 'cost', 'saving', 'opportunities', 'turn', 'round', 'time', 'improvement', 'new', 'vendor', 'development', 'contract', 'management', 'tenders', 'to', 'achieve', 'target', 'savings', 'budget', 'last', 'purchase', 'rates', 'develop', 'new', 'vendors', 'obtaining', 'quotation', 'finalization', 'research', 'evaluate', 'potential', 'vendors', 'suppliers', 'request', 'quotes', 'technical', 'comparisons', 'prices', 'also', 'maintain', 'good', 'relationships', 'vendors', 'suppliers', 'examine', 'review', 'products', 'supplies', 'ensure', 'quality', 'digitize', 'procurement', 'processes', 'track', 'incoming', 'future', 'purchasing', 'plans', 'projects', 'inventory', 'delivery', 'arrival', 'time', 'note', 'actual', 'arrival', 'time', 'organize', 'update', 'database', 'suppliers', 'delivery', 'times', 'invoices', 'quantity', 'supplies', 'collaborate', 'financial', 'team', 'members', 'contracts', 'invoicing', 'financial', 'matters', 'finding', 'suppliers', 'buying', 'various', 'materials', 'products', 'finders', 'well', 'internet', 'source', 'create', 'rfq', 'materials', 'projects', 'departments', 'project', 'materials', 'equipment', 'services', 'review', 'vendor', 'evaluation', 'vendor', 'registration', 'supply', 'time', 'quality', 'products', 'company', 'proposal', 'estimation', 'description', 'm', 'duncan', 'engineering', 'ltd', 'pune', 'ranjangaon', 'midc', 'role', 'responsibilities', 'project', 'execution', 'vendor', 'development', 'supply', 'chain', 'management', 'interacting', 'vendors', 'ensure', 'timely', 'action', 'order', 'negotiating', 'vendor', 'work', 'directly', 'customer', 'understand', 'process', 'develop', 'best', 'solution', 'for', 'requirement', 'lead', 'proposal', 'engineering', 'team', 'technical', 'support', 'customer', 'work', 'sales', 'team', 'professionally', 'represent', 'company', 'customer', 'gather', 'data', 'ask', 'right', 'question', 'define', 'project', 'work', 'engineers', 'designer', 'develop', 'quote', 'cost', 'effective', 'solution', 'cost', 'estimation', 'preparing', 'proposal', 'quotation', 'base', 'technical', 'specification', 'customer', 'requirement', 'identify', 'production', 'process', 'machines', 'brought', 'item', 'requirements', 'co', 'ordinate', 'customer', 'understand', 'exact', 'requirements', 'identification', 'critical', 'problem', 'work', 'proper', 'solution', 'specified', 'time', 'frames', 'production', 'design', 'new', 'manufacturing', 'process', 'new', 'product', 'development', 'developing', 'customized', 'manufacturing', 'solutions', 'steel', 'power', 'cement', 'petrochemical', 'sector', 'executing', 'cost', 'saving', 'techniques', 'measures', 'modifications', 'achieve', 'substantial', 'reduction', 'o', 'm', 'expenditures', 'work', 'within', 'budget', 'maintaining', 'fruitful', 'relationships', 'existing', 'customers', 'company', 'rotex', 'engineers', 'manufacturing', 'pvt', 'ltd', 'description', 'nov', '2015', 'june', '2016', 'rotex', 'engineers', 'manufacturing', 'pvt', 'ltd', 'dombivali', 'midc', 'kaylan', 'role', 'responsibilities', 'to', 'manage', 'enhance', 'activity', 'related', 'proposal', 'pneumatics', 'fabrication', 'projects', 'products', 'project', 'execution', 'vendor', 'development', 'supply', 'chain', 'management', 'interacting', 'vendors', 'ensure', 'timely', 'action', 'order', 'negotiating', 'vendor', 'production', 'design', 'new', 'manufacturing', 'process', 'new', 'product', 'development', 'developing', 'customized', 'manufacturing', 'solutions', 'steel', 'power', 'cement', 'petrochemical', 'sector', 'preparation', 'technical', 'data', 'sheets', 'per', 'tender', 'specification', 'calculate', 'price', 'structure', 'analyze', 'cost', 'proposals', 'monitoring', 'progress', 'throughout', 'job', 'comparing', 'schedule', 'work', 'maintaining', 'fruitful', 'relationships', 'existing', 'customers', 'review', 'vendor', 'evaluation', 'vendor', 'registration', 'supply', 'time', 'quality', 'products', 'examine', 'review', 'products', 'supplies', 'ensure', 'quality', 'company', 'design', 'proposal', 'engineering', 'description', 'm', 'schrader', 'duncan', 'ltd', 'pune', 'ranjangaon', 'midc', 'role', 'responsibilities', 'project', 'execution', 'vendor', 'development', 'supply', 'chain', 'management', 'interacting', 'vendors', 'ensure', 'timely', 'action', 'order', 'negotiating', 'vendor', 'design', 'modify', 'mechanical', 'assemblies', 'hydraulic', 'pneumatic', 'assemblies', 'fabricated', 'assy', 'along', 'layouts', 'schematics', 'detailed', 'drawings', 'per', 'specification', 'generate', 'electrical', 'mechanical', 'product', 'specifications', 'standard', 'operating', 'procedures', 'maintenance', 'manuals', 'doing', 'basic', 'mechanical', 'design', 'required', 'participate', 'growth', 'developing', 'innovative', 'solutions', 'design', 'development', 'sales', 'marketing', 'team', 'define', 'coordinate', 'perform', 'generate', 'engineering', 'test', 'reports', 'engineering', 'analysis', 'in', 'co', 'ordination', 'production', 'manager', 'implement', 'assure', 'manufacturing', 'processes', 'followed', 'ording', 'process', 'flow', 'relevant', 'departments', 'maintain', 'records', 'non', 'conformity', 'nc', 'raised', 'internal', 'audits', 'close', 'corrective', 'actions', 'maintain', 'records', 'obsolete', 'documents', 'remain', 'touch', 'hods', 'maintain', 'iso', 'documents', 'pertaining', 'iso9001', '2015', 'bring', 'awareness', 'among', 'employees', 'coordinate', 'communicate', 'channel', 'partners', 'o', 'e', 'm', 'dealers', 'consultants', 'end', 'customers', 'design', 'offer', 'technically', 'feasible', 'carry', 'out', 'internal', 'audit', 'per', 'audit', 'plan', 'schedule', 'maintain', 'record', 'controlled', 'drawings', 'company', 'fabrication', 'field', 'hoist', 'goods', 'lifts', 'description', 'joist', 'o', 'mech', 'engg', 'pvt', 'ltd', 'rabale', 'midc', 'thane', 'role', 'responsibilities', 'detailing', 'drawing', 'preparations', 'bom', 'raw', 'material', 'inspection', 'prototype', 'manufacturing', '3d', 'modeling', 'company', 'fabrication', 'field', 'description', 'company', 'mukand', 'ltd', 'kurla', 'description', 'role', 'responsibilities', 'raw', 'material', 'inspection', 'preparations', 'gauge', 'inspection', 'marking', 'housing', 'machining', 'checking', 'surface', 'finishing', 'education details', 'details may', 'may 1999', '1999 september', 'september 2002', '2002 diploma', 'diploma mechanical', 'mechanical engg', 'engg mumbai', 'mumbai maharashtra', 'maharashtra institute', 'institute mechanical', 'mechanical engg', 'engg may', 'may 1998', '1998 may', 'may 1999', '1999 diploma', 'diploma mechanical', 'mechanical engg', 'engg services', 'services ites', 'ites may', 'may 1993', '1993 may', 'may 1995', '1995 mumbai', 'mumbai maharashtra', ...], ['skills', 'knowledge', 'software', 'computer', 'auto', 'cad', 'included', 'diploma', 'academic', 'syllabus', 'mscit', 'cnc', 'programming', 'fanuc', 'series', 'milling', 'strengths', 'strong', 'dedication', 'towards', 'work', 'quick', 'learner', 'positive', 'thinking', 'self', 'confidence', 'honest', 'discipline', 'hardworking', 'industrial', 'experience', '10', 'day', 'industrial', 'training', 'nagpur', 'agro', 'components', 'hingna', 'road', 'nagpur', '10', 'day', 'industrial', 'training', 'metal', 'fab', 'high', 'tech', 'pvt', 'ltd', 'hingna', 'road', 'nagpur', 'extra', 'criculum', 'activity', 'education', 'details', 'b', 'e', 'mnu', 'mechanical', 'engineering', 'skill', 'details', 'auto', 'cad', 'exprience', '6', 'months', 'automotive', 'exprience', '6', 'months', 'automotive', 'cnc', 'exprience', '6', 'months', 'cad', 'exprience', '6', 'months', 'cnc', 'exprience', '6', 'monthscompany', 'details', 'company', 'tata', 'motors', 'adani', 'maruti', 'suzuki', 'jet', 'airways', 'air', 'india', 'description', '1', 'i', 'student', 'mechanical', 'engineering', 'final', 'year', 'i', 'fresher', 'experiance', 'industry', '2', 'but', '3', 'rd', 'year', 'industrial', 'training', 'program', 'conducted', '10', 'days', 'training', 'experiance', 'industry', '3', 'in', '5', 'th', 'semister', '10', 'days', 'working', 'nagpur', 'agro', 'components', 'while', 'working', 'machine', 'cnc', 'machine', 'seen', 'industry', '4', 'in', '6', 'th', 'semister', 'another', 'training', 'program', 'metal', 'fab', 'company', 'company', 'no', 'description', 'english', 'hindi', 'marathi', 'participate', 'jsw', 'urja', 'project', 'competition', '2017', '2018', 'machine', 'assembly', 'disassembly', 'functioning', 'parts', '1', 'weeks', 'final', 'year', 'project', 'design', 'nd', 'fabrication', 'pneumatic', 'punching', 'machine', 'be', 'paddle', 'operated', 'sugarcane', 'juicer', 'machine', 'diploma', 'engineering', 'skills knowledge', 'knowledge software', 'software computer', 'computer auto', 'auto cad', 'cad included', 'included diploma', 'diploma academic', 'academic syllabus', 'syllabus mscit', 'mscit cnc', 'cnc programming', 'programming fanuc', 'fanuc series', 'series milling', 'milling strengths', 'strengths strong', 'strong dedication', 'dedication towards', 'towards work', 'work quick', 'quick learner', 'learner positive', 'positive thinking', 'thinking self', 'self confidence', 'confidence honest', 'honest discipline', 'discipline hardworking', 'hardworking industrial', 'industrial experience', 'experience 10', '10 day', 'day industrial', 'industrial training', 'training nagpur', 'nagpur agro', 'agro components', 'components hingna', 'hingna road', 'road nagpur', 'nagpur 10', '10 day', 'day industrial', 'industrial training', 'training metal', 'metal fab', 'fab high', 'high tech', 'tech pvt', 'pvt ltd', 'ltd hingna', 'hingna road', 'road nagpur', 'nagpur extra', 'extra criculum', 'criculum activity', 'activity education', 'education details', 'details b', 'b e', 'e mnu', 'mnu mechanical', 'mechanical engineering', 'engineering skill', 'skill details', 'details auto', 'auto cad', 'cad exprience', 'exprience 6', '6 months', 'months automotive', 'automotive exprience', 'exprience 6', '6 months', 'months automotive', 'automotive cnc', 'cnc exprience', 'exprience 6', '6 months', 'months cad', 'cad exprience', 'exprience 6', '6 months', 'months cnc', 'cnc exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company tata', 'tata motors', 'motors adani', 'adani maruti', 'maruti suzuki', 'suzuki jet', 'jet airways', 'airways air', 'air india', 'india description', 'description 1', '1 i', 'i student', 'student mechanical', 'mechanical engineering', 'engineering final', 'final year', 'year i', 'i fresher', 'fresher experiance', 'experiance industry', 'industry 2', '2 but', 'but 3', '3 rd', 'rd year', 'year industrial', 'industrial training', 'training program', 'program conducted', 'conducted 10', '10 days', 'days training', 'training experiance', 'experiance industry', 'industry 3', '3 in', 'in 5', '5 th', 'th semister', 'semister 10', '10 days', 'days working', 'working nagpur', 'nagpur agro', 'agro components', 'components while', 'while working', 'working machine', 'machine cnc', 'cnc machine', 'machine seen', 'seen industry', 'industry 4', '4 in', 'in 6', '6 th', 'th semister', 'semister another', 'another training', 'training program', 'program metal', 'metal fab', 'fab company', 'company company', 'company no', 'no description', 'description english', 'english hindi', 'hindi marathi', 'marathi participate', 'participate jsw', 'jsw urja', 'urja project', 'project competition', 'competition 2017', '2017 2018', '2018 machine', 'machine assembly', 'assembly disassembly', 'disassembly functioning', 'functioning parts', 'parts 1', '1 weeks', 'weeks final', 'final year', 'year project', 'project design', 'design nd', 'nd fabrication', 'fabrication pneumatic', 'pneumatic punching', 'punching machine', 'machine be', 'be paddle', 'paddle operated', 'operated sugarcane', 'sugarcane juicer', 'juicer machine', 'machine diploma', 'diploma engineering', 'skills knowledge software', 'knowledge software computer', 'software computer auto', 'computer auto cad', 'auto cad included', 'cad included diploma', 'included diploma academic', 'diploma academic syllabus', 'academic syllabus mscit', 'syllabus mscit cnc', 'mscit cnc programming', 'cnc programming fanuc', 'programming fanuc series', 'fanuc series milling', 'series milling strengths', 'milling strengths strong', 'strengths strong dedication', 'strong dedication towards', 'dedication towards work', 'towards work quick', 'work quick learner', 'quick learner positive', 'learner positive thinking', 'positive thinking self', 'thinking self confidence', 'self confidence honest', 'confidence honest discipline', 'honest discipline hardworking', 'discipline hardworking industrial', 'hardworking industrial experience', 'industrial experience 10', 'experience 10 day', '10 day industrial', 'day industrial training', 'industrial training nagpur', 'training nagpur agro', 'nagpur agro components', 'agro components hingna', 'components hingna road', 'hingna road nagpur', 'road nagpur 10', 'nagpur 10 day', '10 day industrial', 'day industrial training', 'industrial training metal', 'training metal fab', 'metal fab high', 'fab high tech', 'high tech pvt', 'tech pvt ltd', 'pvt ltd hingna', 'ltd hingna road', 'hingna road nagpur', 'road nagpur extra', 'nagpur extra criculum', 'extra criculum activity', 'criculum activity education', 'activity education details', 'education details b', 'details b e', 'b e mnu', 'e mnu mechanical', 'mnu mechanical engineering', 'mechanical engineering skill', 'engineering skill details', 'skill details auto', 'details auto cad', 'auto cad exprience', 'cad exprience 6', 'exprience 6 months', '6 months automotive', 'months automotive exprience', 'automotive exprience 6', 'exprience 6 months', '6 months automotive', 'months automotive cnc', 'automotive cnc exprience', 'cnc exprience 6', 'exprience 6 months', '6 months cad', 'months cad exprience', 'cad exprience 6', 'exprience 6 months', '6 months cnc', 'months cnc exprience', 'cnc exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company tata', 'company tata motors', 'tata motors adani', 'motors adani maruti', 'adani maruti suzuki', 'maruti suzuki jet', 'suzuki jet airways', 'jet airways air', 'airways air india', 'air india description', 'india description 1', 'description 1 i', '1 i student', 'i student mechanical', 'student mechanical engineering', 'mechanical engineering final', 'engineering final year', 'final year i', 'year i fresher', 'i fresher experiance', 'fresher experiance industry', 'experiance industry 2', 'industry 2 but', '2 but 3', 'but 3 rd', '3 rd year', 'rd year industrial', 'year industrial training', 'industrial training program', 'training program conducted', 'program conducted 10', 'conducted 10 days', '10 days training', 'days training experiance', 'training experiance industry', 'experiance industry 3', 'industry 3 in', '3 in 5', 'in 5 th', '5 th semister', 'th semister 10', 'semister 10 days', '10 days working', 'days working nagpur', 'working nagpur agro', 'nagpur agro components', 'agro components while', 'components while working', 'while working machine', 'working machine cnc', 'machine cnc machine', 'cnc machine seen', 'machine seen industry', 'seen industry 4', 'industry 4 in', '4 in 6', 'in 6 th', '6 th semister', 'th semister another', 'semister another training', 'another training program', 'training program metal', 'program metal fab', 'metal fab company', 'fab company company', 'company company no', 'company no description', 'no description english', 'description english hindi', 'english hindi marathi', 'hindi marathi participate', 'marathi participate jsw', 'participate jsw urja', 'jsw urja project', 'urja project competition', 'project competition 2017', 'competition 2017 2018', '2017 2018 machine', '2018 machine assembly', 'machine assembly disassembly', 'assembly disassembly functioning', 'disassembly functioning parts', 'functioning parts 1', 'parts 1 weeks', '1 weeks final', 'weeks final year', 'final year project', 'year project design', 'project design nd', 'design nd fabrication', 'nd fabrication pneumatic', 'fabrication pneumatic punching', 'pneumatic punching machine', 'punching machine be', 'machine be paddle', 'be paddle operated', 'paddle operated sugarcane', 'operated sugarcane juicer', 'sugarcane juicer machine', 'juicer machine diploma', 'machine diploma engineering', 'skills knowledge software computer', 'knowledge software computer auto', 'software computer auto cad', 'computer auto cad included', 'auto cad included diploma', 'cad included diploma academic', 'included diploma academic syllabus', 'diploma academic syllabus mscit', 'academic syllabus mscit cnc', 'syllabus mscit cnc programming', 'mscit cnc programming fanuc', 'cnc programming fanuc series', 'programming fanuc series milling', 'fanuc series milling strengths', 'series milling strengths strong', 'milling strengths strong dedication', 'strengths strong dedication towards', 'strong dedication towards work', 'dedication towards work quick', 'towards work quick learner', 'work quick learner positive', 'quick learner positive thinking', 'learner positive thinking self', 'positive thinking self confidence', 'thinking self confidence honest', 'self confidence honest discipline', 'confidence honest discipline hardworking', 'honest discipline hardworking industrial', 'discipline hardworking industrial experience', 'hardworking industrial experience 10', 'industrial experience 10 day', 'experience 10 day industrial', '10 day industrial training', 'day industrial training nagpur', 'industrial training nagpur agro', 'training nagpur agro components', 'nagpur agro components hingna', 'agro components hingna road', 'components hingna road nagpur', 'hingna road nagpur 10', 'road nagpur 10 day', 'nagpur 10 day industrial', '10 day industrial training', 'day industrial training metal', 'industrial training metal fab', 'training metal fab high', 'metal fab high tech', 'fab high tech pvt', 'high tech pvt ltd', 'tech pvt ltd hingna', 'pvt ltd hingna road', 'ltd hingna road nagpur', 'hingna road nagpur extra', 'road nagpur extra criculum', 'nagpur extra criculum activity', 'extra criculum activity education', 'criculum activity education details', 'activity education details b', 'education details b e', 'details b e mnu', 'b e mnu mechanical', 'e mnu mechanical engineering', 'mnu mechanical engineering skill', 'mechanical engineering skill details', 'engineering skill details auto', 'skill details auto cad', 'details auto cad exprience', 'auto cad exprience 6', 'cad exprience 6 months', 'exprience 6 months automotive', '6 months automotive exprience', 'months automotive exprience 6', 'automotive exprience 6 months', 'exprience 6 months automotive', '6 months automotive cnc', 'months automotive cnc exprience', 'automotive cnc exprience 6', 'cnc exprience 6 months', 'exprience 6 months cad', '6 months cad exprience', 'months cad exprience 6', 'cad exprience 6 months', 'exprience 6 months cnc', '6 months cnc exprience', 'months cnc exprience 6', 'cnc exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company tata', 'details company tata motors', 'company tata motors adani', 'tata motors adani maruti', 'motors adani maruti suzuki', 'adani maruti suzuki jet', 'maruti suzuki jet airways', 'suzuki jet airways air', 'jet airways air india', 'airways air india description', 'air india description 1', 'india description 1 i', 'description 1 i student', '1 i student mechanical', 'i student mechanical engineering', 'student mechanical engineering final', 'mechanical engineering final year', 'engineering final year i', 'final year i fresher', 'year i fresher experiance', 'i fresher experiance industry', 'fresher experiance industry 2', 'experiance industry 2 but', 'industry 2 but 3', '2 but 3 rd', 'but 3 rd year', '3 rd year industrial', 'rd year industrial training', 'year industrial training program', 'industrial training program conducted', 'training program conducted 10', 'program conducted 10 days', 'conducted 10 days training', '10 days training experiance', 'days training experiance industry', 'training experiance industry 3', 'experiance industry 3 in', 'industry 3 in 5', '3 in 5 th', 'in 5 th semister', '5 th semister 10', 'th semister 10 days', 'semister 10 days working', '10 days working nagpur', 'days working nagpur agro', 'working nagpur agro components', 'nagpur agro components while', 'agro components while working', 'components while working machine', 'while working machine cnc', 'working machine cnc machine', 'machine cnc machine seen', 'cnc machine seen industry', 'machine seen industry 4', 'seen industry 4 in', 'industry 4 in 6', '4 in 6 th', 'in 6 th semister', '6 th semister another', 'th semister another training', 'semister another training program', 'another training program metal', 'training program metal fab', 'program metal fab company', 'metal fab company company', 'fab company company no', 'company company no description', 'company no description english', 'no description english hindi', 'description english hindi marathi', 'english hindi marathi participate', 'hindi marathi participate jsw', 'marathi participate jsw urja', 'participate jsw urja project', 'jsw urja project competition', 'urja project competition 2017', 'project competition 2017 2018', 'competition 2017 2018 machine', '2017 2018 machine assembly', '2018 machine assembly disassembly', 'machine assembly disassembly functioning', 'assembly disassembly functioning parts', 'disassembly functioning parts 1', 'functioning parts 1 weeks', 'parts 1 weeks final', '1 weeks final year', 'weeks final year project', 'final year project design', 'year project design nd', 'project design nd fabrication', 'design nd fabrication pneumatic', 'nd fabrication pneumatic punching', 'fabrication pneumatic punching machine', 'pneumatic punching machine be', 'punching machine be paddle', 'machine be paddle operated', 'be paddle operated sugarcane', 'paddle operated sugarcane juicer', 'operated sugarcane juicer machine', 'sugarcane juicer machine diploma', 'juicer machine diploma engineering', 'skills knowledge software computer auto', 'knowledge software computer auto cad', 'software computer auto cad included', 'computer auto cad included diploma', 'auto cad included diploma academic', 'cad included diploma academic syllabus', 'included diploma academic syllabus mscit', 'diploma academic syllabus mscit cnc', 'academic syllabus mscit cnc programming', 'syllabus mscit cnc programming fanuc', 'mscit cnc programming fanuc series', 'cnc programming fanuc series milling', 'programming fanuc series milling strengths', 'fanuc series milling strengths strong', 'series milling strengths strong dedication', 'milling strengths strong dedication towards', 'strengths strong dedication towards work', 'strong dedication towards work quick', 'dedication towards work quick learner', 'towards work quick learner positive', 'work quick learner positive thinking', 'quick learner positive thinking self', 'learner positive thinking self confidence', 'positive thinking self confidence honest', 'thinking self confidence honest discipline', 'self confidence honest discipline hardworking', 'confidence honest discipline hardworking industrial', 'honest discipline hardworking industrial experience', 'discipline hardworking industrial experience 10', 'hardworking industrial experience 10 day', 'industrial experience 10 day industrial', 'experience 10 day industrial training', '10 day industrial training nagpur', 'day industrial training nagpur agro', 'industrial training nagpur agro components', 'training nagpur agro components hingna', 'nagpur agro components hingna road', 'agro components hingna road nagpur', 'components hingna road nagpur 10', 'hingna road nagpur 10 day', 'road nagpur 10 day industrial', 'nagpur 10 day industrial training', '10 day industrial training metal', 'day industrial training metal fab', 'industrial training metal fab high', 'training metal fab high tech', 'metal fab high tech pvt', 'fab high tech pvt ltd', 'high tech pvt ltd hingna', 'tech pvt ltd hingna road', 'pvt ltd hingna road nagpur', 'ltd hingna road nagpur extra', 'hingna road nagpur extra criculum', 'road nagpur extra criculum activity', 'nagpur extra criculum activity education', 'extra criculum activity education details', 'criculum activity education details b', 'activity education details b e', 'education details b e mnu', 'details b e mnu mechanical', 'b e mnu mechanical engineering', 'e mnu mechanical engineering skill', 'mnu mechanical engineering skill details', 'mechanical engineering skill details auto', 'engineering skill details auto cad', 'skill details auto cad exprience', 'details auto cad exprience 6', 'auto cad exprience 6 months', 'cad exprience 6 months automotive', 'exprience 6 months automotive exprience', '6 months automotive exprience 6', 'months automotive exprience 6 months', 'automotive exprience 6 months automotive', 'exprience 6 months automotive cnc', '6 months automotive cnc exprience', 'months automotive cnc exprience 6', 'automotive cnc exprience 6 months', 'cnc exprience 6 months cad', 'exprience 6 months cad exprience', '6 months cad exprience 6', 'months cad exprience 6 months', 'cad exprience 6 months cnc', 'exprience 6 months cnc exprience', '6 months cnc exprience 6', 'months cnc exprience 6 monthscompany', 'cnc exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company tata', 'monthscompany details company tata motors', 'details company tata motors adani', 'company tata motors adani maruti', 'tata motors adani maruti suzuki', 'motors adani maruti suzuki jet', 'adani maruti suzuki jet airways', 'maruti suzuki jet airways air', 'suzuki jet airways air india', 'jet airways air india description', 'airways air india description 1', 'air india description 1 i', 'india description 1 i student', 'description 1 i student mechanical', '1 i student mechanical engineering', 'i student mechanical engineering final', 'student mechanical engineering final year', 'mechanical engineering final year i', 'engineering final year i fresher', 'final year i fresher experiance', 'year i fresher experiance industry', 'i fresher experiance industry 2', 'fresher experiance industry 2 but', 'experiance industry 2 but 3', 'industry 2 but 3 rd', '2 but 3 rd year', 'but 3 rd year industrial', '3 rd year industrial training', 'rd year industrial training program', 'year industrial training program conducted', 'industrial training program conducted 10', 'training program conducted 10 days', 'program conducted 10 days training', 'conducted 10 days training experiance', '10 days training experiance industry', 'days training experiance industry 3', 'training experiance industry 3 in', 'experiance industry 3 in 5', 'industry 3 in 5 th', '3 in 5 th semister', 'in 5 th semister 10', '5 th semister 10 days', 'th semister 10 days working', 'semister 10 days working nagpur', '10 days working nagpur agro', 'days working nagpur agro components', 'working nagpur agro components while', 'nagpur agro components while working', 'agro components while working machine', 'components while working machine cnc', 'while working machine cnc machine', 'working machine cnc machine seen', 'machine cnc machine seen industry', 'cnc machine seen industry 4', 'machine seen industry 4 in', 'seen industry 4 in 6', 'industry 4 in 6 th', '4 in 6 th semister', 'in 6 th semister another', '6 th semister another training', 'th semister another training program', 'semister another training program metal', 'another training program metal fab', 'training program metal fab company', 'program metal fab company company', 'metal fab company company no', 'fab company company no description', 'company company no description english', 'company no description english hindi', 'no description english hindi marathi', 'description english hindi marathi participate', 'english hindi marathi participate jsw', 'hindi marathi participate jsw urja', 'marathi participate jsw urja project', 'participate jsw urja project competition', 'jsw urja project competition 2017', 'urja project competition 2017 2018', 'project competition 2017 2018 machine', 'competition 2017 2018 machine assembly', '2017 2018 machine assembly disassembly', '2018 machine assembly disassembly functioning', 'machine assembly disassembly functioning parts', 'assembly disassembly functioning parts 1', 'disassembly functioning parts 1 weeks', 'functioning parts 1 weeks final', 'parts 1 weeks final year', '1 weeks final year project', 'weeks final year project design', 'final year project design nd', 'year project design nd fabrication', 'project design nd fabrication pneumatic', 'design nd fabrication pneumatic punching', 'nd fabrication pneumatic punching machine', 'fabrication pneumatic punching machine be', 'pneumatic punching machine be paddle', 'punching machine be paddle operated', 'machine be paddle operated sugarcane', 'be paddle operated sugarcane juicer', 'paddle operated sugarcane juicer machine', 'operated sugarcane juicer machine diploma', 'sugarcane juicer machine diploma engineering', 'skills knowledge software computer auto cad', 'knowledge software computer auto cad included', 'software computer auto cad included diploma', 'computer auto cad included diploma academic', 'auto cad included diploma academic syllabus', 'cad included diploma academic syllabus mscit', 'included diploma academic syllabus mscit cnc', 'diploma academic syllabus mscit cnc programming', 'academic syllabus mscit cnc programming fanuc', 'syllabus mscit cnc programming fanuc series', 'mscit cnc programming fanuc series milling', 'cnc programming fanuc series milling strengths', 'programming fanuc series milling strengths strong', 'fanuc series milling strengths strong dedication', 'series milling strengths strong dedication towards', 'milling strengths strong dedication towards work', 'strengths strong dedication towards work quick', 'strong dedication towards work quick learner', 'dedication towards work quick learner positive', 'towards work quick learner positive thinking', 'work quick learner positive thinking self', 'quick learner positive thinking self confidence', 'learner positive thinking self confidence honest', 'positive thinking self confidence honest discipline', 'thinking self confidence honest discipline hardworking', 'self confidence honest discipline hardworking industrial', 'confidence honest discipline hardworking industrial experience', 'honest discipline hardworking industrial experience 10', 'discipline hardworking industrial experience 10 day', 'hardworking industrial experience 10 day industrial', 'industrial experience 10 day industrial training', 'experience 10 day industrial training nagpur', '10 day industrial training nagpur agro', 'day industrial training nagpur agro components', 'industrial training nagpur agro components hingna', 'training nagpur agro components hingna road', 'nagpur agro components hingna road nagpur', 'agro components hingna road nagpur 10', 'components hingna road nagpur 10 day', 'hingna road nagpur 10 day industrial', 'road nagpur 10 day industrial training', 'nagpur 10 day industrial training metal', '10 day industrial training metal fab', 'day industrial training metal fab high', 'industrial training metal fab high tech', 'training metal fab high tech pvt', 'metal fab high tech pvt ltd', 'fab high tech pvt ltd hingna', 'high tech pvt ltd hingna road', 'tech pvt ltd hingna road nagpur', ...], ['education', 'details', 'january', '2018', 'bachelor', 'engineering', 'engineering', 'mumbai', 'maharashtra', 'mgm', 'college', 'engineering', 'diploma', 'mechanical', 'pune', 'maharashtra', 'mit', 'president', 'mechanical', 'engineering', 'student', 'association', 'president', 'mechanical', 'engineering', 'student', 'association', 'skill', 'details', 'company', 'details', 'company', 'full', 'throttle', 'description', 'conducted', 'iit', 'bombay', 'worked', 'president', 'mechanical', 'engineering', 'student', 'association', 'mesa', 'mit', 'pune', 'company', 'r', 'c', 'car', 'race', 'stepcone', 'description', 'paper', 'project', 'contest', 'exhibition', 'conducted', 'gmr', 'instiute', 'technology', 'education details', 'details january', 'january 2018', '2018 bachelor', 'bachelor engineering', 'engineering engineering', 'engineering mumbai', 'mumbai maharashtra', 'maharashtra mgm', 'mgm college', 'college engineering', 'engineering diploma', 'diploma mechanical', 'mechanical pune', 'pune maharashtra', 'maharashtra mit', 'mit president', 'president mechanical', 'mechanical engineering', 'engineering student', 'student association', 'association president', 'president mechanical', 'mechanical engineering', 'engineering student', 'student association', 'association skill', 'skill details', 'details company', 'company details', 'details company', 'company full', 'full throttle', 'throttle description', 'description conducted', 'conducted iit', 'iit bombay', 'bombay worked', 'worked president', 'president mechanical', 'mechanical engineering', 'engineering student', 'student association', 'association mesa', 'mesa mit', 'mit pune', 'pune company', 'company r', 'r c', 'c car', 'car race', 'race stepcone', 'stepcone description', 'description paper', 'paper project', 'project contest', 'contest exhibition', 'exhibition conducted', 'conducted gmr', 'gmr instiute', 'instiute technology', 'education details january', 'details january 2018', 'january 2018 bachelor', '2018 bachelor engineering', 'bachelor engineering engineering', 'engineering engineering mumbai', 'engineering mumbai maharashtra', 'mumbai maharashtra mgm', 'maharashtra mgm college', 'mgm college engineering', 'college engineering diploma', 'engineering diploma mechanical', 'diploma mechanical pune', 'mechanical pune maharashtra', 'pune maharashtra mit', 'maharashtra mit president', 'mit president mechanical', 'president mechanical engineering', 'mechanical engineering student', 'engineering student association', 'student association president', 'association president mechanical', 'president mechanical engineering', 'mechanical engineering student', 'engineering student association', 'student association skill', 'association skill details', 'skill details company', 'details company details', 'company details company', 'details company full', 'company full throttle', 'full throttle description', 'throttle description conducted', 'description conducted iit', 'conducted iit bombay', 'iit bombay worked', 'bombay worked president', 'worked president mechanical', 'president mechanical engineering', 'mechanical engineering student', 'engineering student association', 'student association mesa', 'association mesa mit', 'mesa mit pune', 'mit pune company', 'pune company r', 'company r c', 'r c car', 'c car race', 'car race stepcone', 'race stepcone description', 'stepcone description paper', 'description paper project', 'paper project contest', 'project contest exhibition', 'contest exhibition conducted', 'exhibition conducted gmr', 'conducted gmr instiute', 'gmr instiute technology', 'education details january 2018', 'details january 2018 bachelor', 'january 2018 bachelor engineering', '2018 bachelor engineering engineering', 'bachelor engineering engineering mumbai', 'engineering engineering mumbai maharashtra', 'engineering mumbai maharashtra mgm', 'mumbai maharashtra mgm college', 'maharashtra mgm college engineering', 'mgm college engineering diploma', 'college engineering diploma mechanical', 'engineering diploma mechanical pune', 'diploma mechanical pune maharashtra', 'mechanical pune maharashtra mit', 'pune maharashtra mit president', 'maharashtra mit president mechanical', 'mit president mechanical engineering', 'president mechanical engineering student', 'mechanical engineering student association', 'engineering student association president', 'student association president mechanical', 'association president mechanical engineering', 'president mechanical engineering student', 'mechanical engineering student association', 'engineering student association skill', 'student association skill details', 'association skill details company', 'skill details company details', 'details company details company', 'company details company full', 'details company full throttle', 'company full throttle description', 'full throttle description conducted', 'throttle description conducted iit', 'description conducted iit bombay', 'conducted iit bombay worked', 'iit bombay worked president', 'bombay worked president mechanical', 'worked president mechanical engineering', 'president mechanical engineering student', 'mechanical engineering student association', 'engineering student association mesa', 'student association mesa mit', 'association mesa mit pune', 'mesa mit pune company', 'mit pune company r', 'pune company r c', 'company r c car', 'r c car race', 'c car race stepcone', 'car race stepcone description', 'race stepcone description paper', 'stepcone description paper project', 'description paper project contest', 'paper project contest exhibition', 'project contest exhibition conducted', 'contest exhibition conducted gmr', 'exhibition conducted gmr instiute', 'conducted gmr instiute technology', 'education details january 2018 bachelor', 'details january 2018 bachelor engineering', 'january 2018 bachelor engineering engineering', '2018 bachelor engineering engineering mumbai', 'bachelor engineering engineering mumbai maharashtra', 'engineering engineering mumbai maharashtra mgm', 'engineering mumbai maharashtra mgm college', 'mumbai maharashtra mgm college engineering', 'maharashtra mgm college engineering diploma', 'mgm college engineering diploma mechanical', 'college engineering diploma mechanical pune', 'engineering diploma mechanical pune maharashtra', 'diploma mechanical pune maharashtra mit', 'mechanical pune maharashtra mit president', 'pune maharashtra mit president mechanical', 'maharashtra mit president mechanical engineering', 'mit president mechanical engineering student', 'president mechanical engineering student association', 'mechanical engineering student association president', 'engineering student association president mechanical', 'student association president mechanical engineering', 'association president mechanical engineering student', 'president mechanical engineering student association', 'mechanical engineering student association skill', 'engineering student association skill details', 'student association skill details company', 'association skill details company details', 'skill details company details company', 'details company details company full', 'company details company full throttle', 'details company full throttle description', 'company full throttle description conducted', 'full throttle description conducted iit', 'throttle description conducted iit bombay', 'description conducted iit bombay worked', 'conducted iit bombay worked president', 'iit bombay worked president mechanical', 'bombay worked president mechanical engineering', 'worked president mechanical engineering student', 'president mechanical engineering student association', 'mechanical engineering student association mesa', 'engineering student association mesa mit', 'student association mesa mit pune', 'association mesa mit pune company', 'mesa mit pune company r', 'mit pune company r c', 'pune company r c car', 'company r c car race', 'r c car race stepcone', 'c car race stepcone description', 'car race stepcone description paper', 'race stepcone description paper project', 'stepcone description paper project contest', 'description paper project contest exhibition', 'paper project contest exhibition conducted', 'project contest exhibition conducted gmr', 'contest exhibition conducted gmr instiute', 'exhibition conducted gmr instiute technology', 'education details january 2018 bachelor engineering', 'details january 2018 bachelor engineering engineering', 'january 2018 bachelor engineering engineering mumbai', '2018 bachelor engineering engineering mumbai maharashtra', 'bachelor engineering engineering mumbai maharashtra mgm', 'engineering engineering mumbai maharashtra mgm college', 'engineering mumbai maharashtra mgm college engineering', 'mumbai maharashtra mgm college engineering diploma', 'maharashtra mgm college engineering diploma mechanical', 'mgm college engineering diploma mechanical pune', 'college engineering diploma mechanical pune maharashtra', 'engineering diploma mechanical pune maharashtra mit', 'diploma mechanical pune maharashtra mit president', 'mechanical pune maharashtra mit president mechanical', 'pune maharashtra mit president mechanical engineering', 'maharashtra mit president mechanical engineering student', 'mit president mechanical engineering student association', 'president mechanical engineering student association president', 'mechanical engineering student association president mechanical', 'engineering student association president mechanical engineering', 'student association president mechanical engineering student', 'association president mechanical engineering student association', 'president mechanical engineering student association skill', 'mechanical engineering student association skill details', 'engineering student association skill details company', 'student association skill details company details', 'association skill details company details company', 'skill details company details company full', 'details company details company full throttle', 'company details company full throttle description', 'details company full throttle description conducted', 'company full throttle description conducted iit', 'full throttle description conducted iit bombay', 'throttle description conducted iit bombay worked', 'description conducted iit bombay worked president', 'conducted iit bombay worked president mechanical', 'iit bombay worked president mechanical engineering', 'bombay worked president mechanical engineering student', 'worked president mechanical engineering student association', 'president mechanical engineering student association mesa', 'mechanical engineering student association mesa mit', 'engineering student association mesa mit pune', 'student association mesa mit pune company', 'association mesa mit pune company r', 'mesa mit pune company r c', 'mit pune company r c car', 'pune company r c car race', 'company r c car race stepcone', 'r c car race stepcone description', 'c car race stepcone description paper', 'car race stepcone description paper project', 'race stepcone description paper project contest', 'stepcone description paper project contest exhibition', 'description paper project contest exhibition conducted', 'paper project contest exhibition conducted gmr', 'project contest exhibition conducted gmr instiute', 'contest exhibition conducted gmr instiute technology', 'education details january 2018 bachelor engineering engineering', 'details january 2018 bachelor engineering engineering mumbai', 'january 2018 bachelor engineering engineering mumbai maharashtra', '2018 bachelor engineering engineering mumbai maharashtra mgm', 'bachelor engineering engineering mumbai maharashtra mgm college', 'engineering engineering mumbai maharashtra mgm college engineering', 'engineering mumbai maharashtra mgm college engineering diploma', 'mumbai maharashtra mgm college engineering diploma mechanical', 'maharashtra mgm college engineering diploma mechanical pune', 'mgm college engineering diploma mechanical pune maharashtra', 'college engineering diploma mechanical pune maharashtra mit', 'engineering diploma mechanical pune maharashtra mit president', 'diploma mechanical pune maharashtra mit president mechanical', 'mechanical pune maharashtra mit president mechanical engineering', 'pune maharashtra mit president mechanical engineering student', 'maharashtra mit president mechanical engineering student association', 'mit president mechanical engineering student association president', 'president mechanical engineering student association president mechanical', 'mechanical engineering student association president mechanical engineering', 'engineering student association president mechanical engineering student', 'student association president mechanical engineering student association', 'association president mechanical engineering student association skill', 'president mechanical engineering student association skill details', 'mechanical engineering student association skill details company', 'engineering student association skill details company details', 'student association skill details company details company', 'association skill details company details company full', 'skill details company details company full throttle', 'details company details company full throttle description', 'company details company full throttle description conducted', 'details company full throttle description conducted iit', 'company full throttle description conducted iit bombay', 'full throttle description conducted iit bombay worked', 'throttle description conducted iit bombay worked president', 'description conducted iit bombay worked president mechanical', 'conducted iit bombay worked president mechanical engineering', 'iit bombay worked president mechanical engineering student', 'bombay worked president mechanical engineering student association', 'worked president mechanical engineering student association mesa', 'president mechanical engineering student association mesa mit', 'mechanical engineering student association mesa mit pune', 'engineering student association mesa mit pune company', 'student association mesa mit pune company r', 'association mesa mit pune company r c', 'mesa mit pune company r c car', 'mit pune company r c car race', 'pune company r c car race stepcone', 'company r c car race stepcone description', 'r c car race stepcone description paper', 'c car race stepcone description paper project', 'car race stepcone description paper project contest', 'race stepcone description paper project contest exhibition', 'stepcone description paper project contest exhibition conducted', 'description paper project contest exhibition conducted gmr', 'paper project contest exhibition conducted gmr instiute', 'project contest exhibition conducted gmr instiute technology', 'education details january 2018 bachelor engineering engineering mumbai', 'details january 2018 bachelor engineering engineering mumbai maharashtra', 'january 2018 bachelor engineering engineering mumbai maharashtra mgm', '2018 bachelor engineering engineering mumbai maharashtra mgm college', 'bachelor engineering engineering mumbai maharashtra mgm college engineering', 'engineering engineering mumbai maharashtra mgm college engineering diploma', 'engineering mumbai maharashtra mgm college engineering diploma mechanical', 'mumbai maharashtra mgm college engineering diploma mechanical pune', 'maharashtra mgm college engineering diploma mechanical pune maharashtra', 'mgm college engineering diploma mechanical pune maharashtra mit', 'college engineering diploma mechanical pune maharashtra mit president', 'engineering diploma mechanical pune maharashtra mit president mechanical', 'diploma mechanical pune maharashtra mit president mechanical engineering', 'mechanical pune maharashtra mit president mechanical engineering student', 'pune maharashtra mit president mechanical engineering student association', 'maharashtra mit president mechanical engineering student association president', 'mit president mechanical engineering student association president mechanical', 'president mechanical engineering student association president mechanical engineering', 'mechanical engineering student association president mechanical engineering student', 'engineering student association president mechanical engineering student association', 'student association president mechanical engineering student association skill', 'association president mechanical engineering student association skill details', 'president mechanical engineering student association skill details company', 'mechanical engineering student association skill details company details', 'engineering student association skill details company details company', 'student association skill details company details company full', 'association skill details company details company full throttle', 'skill details company details company full throttle description', 'details company details company full throttle description conducted', 'company details company full throttle description conducted iit', 'details company full throttle description conducted iit bombay', 'company full throttle description conducted iit bombay worked', 'full throttle description conducted iit bombay worked president', 'throttle description conducted iit bombay worked president mechanical', 'description conducted iit bombay worked president mechanical engineering', 'conducted iit bombay worked president mechanical engineering student', 'iit bombay worked president mechanical engineering student association', 'bombay worked president mechanical engineering student association mesa', 'worked president mechanical engineering student association mesa mit', 'president mechanical engineering student association mesa mit pune', 'mechanical engineering student association mesa mit pune company', 'engineering student association mesa mit pune company r', 'student association mesa mit pune company r c', 'association mesa mit pune company r c car', 'mesa mit pune company r c car race', 'mit pune company r c car race stepcone', 'pune company r c car race stepcone description', 'company r c car race stepcone description paper', 'r c car race stepcone description paper project', 'c car race stepcone description paper project contest', 'car race stepcone description paper project contest exhibition', 'race stepcone description paper project contest exhibition conducted', 'stepcone description paper project contest exhibition conducted gmr', 'description paper project contest exhibition conducted gmr instiute', 'paper project contest exhibition conducted gmr instiute technology', 'education details january 2018 bachelor engineering engineering mumbai maharashtra', 'details january 2018 bachelor engineering engineering mumbai maharashtra mgm', 'january 2018 bachelor engineering engineering mumbai maharashtra mgm college', '2018 bachelor engineering engineering mumbai maharashtra mgm college engineering', 'bachelor engineering engineering mumbai maharashtra mgm college engineering diploma', 'engineering engineering mumbai maharashtra mgm college engineering diploma mechanical', 'engineering mumbai maharashtra mgm college engineering diploma mechanical pune', 'mumbai maharashtra mgm college engineering diploma mechanical pune maharashtra', 'maharashtra mgm college engineering diploma mechanical pune maharashtra mit', 'mgm college engineering diploma mechanical pune maharashtra mit president', 'college engineering diploma mechanical pune maharashtra mit president mechanical', 'engineering diploma mechanical pune maharashtra mit president mechanical engineering', 'diploma mechanical pune maharashtra mit president mechanical engineering student', 'mechanical pune maharashtra mit president mechanical engineering student association', 'pune maharashtra mit president mechanical engineering student association president', 'maharashtra mit president mechanical engineering student association president mechanical', 'mit president mechanical engineering student association president mechanical engineering', 'president mechanical engineering student association president mechanical engineering student', 'mechanical engineering student association president mechanical engineering student association', 'engineering student association president mechanical engineering student association skill', 'student association president mechanical engineering student association skill details', 'association president mechanical engineering student association skill details company', 'president mechanical engineering student association skill details company details', 'mechanical engineering student association skill details company details company', 'engineering student association skill details company details company full', 'student association skill details company details company full throttle', 'association skill details company details company full throttle description', 'skill details company details company full throttle description conducted', 'details company details company full throttle description conducted iit', 'company details company full throttle description conducted iit bombay', 'details company full throttle description conducted iit bombay worked', 'company full throttle description conducted iit bombay worked president', 'full throttle description conducted iit bombay worked president mechanical', 'throttle description conducted iit bombay worked president mechanical engineering', 'description conducted iit bombay worked president mechanical engineering student', 'conducted iit bombay worked president mechanical engineering student association', 'iit bombay worked president mechanical engineering student association mesa', 'bombay worked president mechanical engineering student association mesa mit', 'worked president mechanical engineering student association mesa mit pune', 'president mechanical engineering student association mesa mit pune company', 'mechanical engineering student association mesa mit pune company r', 'engineering student association mesa mit pune company r c', 'student association mesa mit pune company r c car', 'association mesa mit pune company r c car race', 'mesa mit pune company r c car race stepcone', 'mit pune company r c car race stepcone description', 'pune company r c car race stepcone description paper', 'company r c car race stepcone description paper project', 'r c car race stepcone description paper project contest', 'c car race stepcone description paper project contest exhibition', 'car race stepcone description paper project contest exhibition conducted', 'race stepcone description paper project contest exhibition conducted gmr', 'stepcone description paper project contest exhibition conducted gmr instiute', 'description paper project contest exhibition conducted gmr instiute technology'], ['education', 'details', 'june', '2014', 'june', '2018', 'be', 'mechanical', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'mechanical', 'design', 'engineer', 'mechanical', 'design', 'engineer', 'skill', 'details', 'microsoft', 'office', 'autocad', 'catia', 'solidworks', 'exprience', '6', 'monthscompany', 'details', 'company', 'push', 'engineering', 'pvt', 'ltd', 'description', 'currently', 'i', 'working', 'mechanical', 'design', 'engineer', 'push', 'engineering', 'pvt', 'ltd', 'all', 'types', 'ice', 'making', 'plant', 'designed', 'manufactured', 'company', 'design', 'includes', 'design', 'pressure', 'vessel', 'condenser', 'conveyor', 'help', '3d', 'modelling', 'software', 'also', 'bom', 'preparation', 'material', 'erp', 'system', 'company', 'central', 'water', 'power', 'research', 'station', 'description', 'pune', 'govt', 'india', '1', 'year', 'experience', 'research', 'assistant', 'r', 'd', 'department', 'mechanical', 'workshop', 'central', 'water', 'power', 'research', 'station', 'khadakwasla', 'pune', 'govt', 'india', 'experiences', 'different', 'project', 'generation', 'sea', 'waves', 'laboratory', 'useful', 'design', 'port', 'harbor', 'structures', 'mumbai', 'chennai', 'goa', 'foreign', 'countries', 'like', 'japan', 'bangladesh', 'etc', 'wave', 'generated', 'wave', 'maker', 'comes', 'mechanical', 'workshop', 'wave', 'generated', 'help', 'hydraulic', 'well', 'pneumatic', 'system', 'also', 'regular', 'wave', 'generator', 'i', 'experiences', 'sea', 'wave', 'generation', 'hydraulic', 'system', 'experiences', 'design', 'hydraulic', 'system', 'includes', 'design', 'servo', 'actuator', 'axial', 'piston', 'pump', 'electric', 'motor', 'supervision', 'guidance', 'scientist', 'b', 'cwprs', 'softwares', 'skills', 'autocad', 'catia', 'v5', 'ms', 'office', 'proe', 'extra', 'curricular', 'activity', 'organize', 'national', 'level', 'technical', 'event', 'mechanical', 'student', 'association', 'mesa', 'coordinator', 'mesa', 'treasurer', 'attending', '3d', 'printing', 'workshop', 'college', 'work', 'readiness', 'training', 'conducted', 'nasscom', 'foundation', 'global', 'talent', 'track', 'college', 'life', 'skills', 'training', 'conducted', 'nasscom', 'foundation', 'global', 'talent', 'track', 'college', 'personal', 'atributes', 'positive', 'attitude', 'quick', 'learner', 'team', 'leader', 'education details', 'details june', 'june 2014', '2014 june', 'june 2018', '2018 be', 'be mechanical', 'mechanical engineering', 'engineering pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university mechanical', 'mechanical design', 'design engineer', 'engineer mechanical', 'mechanical design', 'design engineer', 'engineer skill', 'skill details', 'details microsoft', 'microsoft office', 'office autocad', 'autocad catia', 'catia solidworks', 'solidworks exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company push', 'push engineering', 'engineering pvt', 'pvt ltd', 'ltd description', 'description currently', 'currently i', 'i working', 'working mechanical', 'mechanical design', 'design engineer', 'engineer push', 'push engineering', 'engineering pvt', 'pvt ltd', 'ltd all', 'all types', 'types ice', 'ice making', 'making plant', 'plant designed', 'designed manufactured', 'manufactured company', 'company design', 'design includes', 'includes design', 'design pressure', 'pressure vessel', 'vessel condenser', 'condenser conveyor', 'conveyor help', 'help 3d', '3d modelling', 'modelling software', 'software also', 'also bom', 'bom preparation', 'preparation material', 'material erp', 'erp system', 'system company', 'company central', 'central water', 'water power', 'power research', 'research station', 'station description', 'description pune', 'pune govt', 'govt india', 'india 1', '1 year', 'year experience', 'experience research', 'research assistant', 'assistant r', 'r d', 'd department', 'department mechanical', 'mechanical workshop', 'workshop central', 'central water', 'water power', 'power research', 'research station', 'station khadakwasla', 'khadakwasla pune', 'pune govt', 'govt india', 'india experiences', 'experiences different', 'different project', 'project generation', 'generation sea', 'sea waves', 'waves laboratory', 'laboratory useful', 'useful design', 'design port', 'port harbor', 'harbor structures', 'structures mumbai', 'mumbai chennai', 'chennai goa', 'goa foreign', 'foreign countries', 'countries like', 'like japan', 'japan bangladesh', 'bangladesh etc', 'etc wave', 'wave generated', 'generated wave', 'wave maker', 'maker comes', 'comes mechanical', 'mechanical workshop', 'workshop wave', 'wave generated', 'generated help', 'help hydraulic', 'hydraulic well', 'well pneumatic', 'pneumatic system', 'system also', 'also regular', 'regular wave', 'wave generator', 'generator i', 'i experiences', 'experiences sea', 'sea wave', 'wave generation', 'generation hydraulic', 'hydraulic system', 'system experiences', 'experiences design', 'design hydraulic', 'hydraulic system', 'system includes', 'includes design', 'design servo', 'servo actuator', 'actuator axial', 'axial piston', 'piston pump', 'pump electric', 'electric motor', 'motor supervision', 'supervision guidance', 'guidance scientist', 'scientist b', 'b cwprs', 'cwprs softwares', 'softwares skills', 'skills autocad', 'autocad catia', 'catia v5', 'v5 ms', 'ms office', 'office proe', 'proe extra', 'extra curricular', 'curricular activity', 'activity organize', 'organize national', 'national level', 'level technical', 'technical event', 'event mechanical', 'mechanical student', 'student association', 'association mesa', 'mesa coordinator', 'coordinator mesa', 'mesa treasurer', 'treasurer attending', 'attending 3d', '3d printing', 'printing workshop', 'workshop college', 'college work', 'work readiness', 'readiness training', 'training conducted', 'conducted nasscom', 'nasscom foundation', 'foundation global', 'global talent', 'talent track', 'track college', 'college life', 'life skills', 'skills training', 'training conducted', 'conducted nasscom', 'nasscom foundation', 'foundation global', 'global talent', 'talent track', 'track college', 'college personal', 'personal atributes', 'atributes positive', 'positive attitude', 'attitude quick', 'quick learner', 'learner team', 'team leader', 'education details june', 'details june 2014', 'june 2014 june', '2014 june 2018', 'june 2018 be', '2018 be mechanical', 'be mechanical engineering', 'mechanical engineering pune', 'engineering pune maharashtra', 'pune maharashtra savitribai', 'maharashtra savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university mechanical', 'university mechanical design', 'mechanical design engineer', 'design engineer mechanical', 'engineer mechanical design', 'mechanical design engineer', 'design engineer skill', 'engineer skill details', 'skill details microsoft', 'details microsoft office', 'microsoft office autocad', 'office autocad catia', 'autocad catia solidworks', 'catia solidworks exprience', 'solidworks exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company push', 'company push engineering', 'push engineering pvt', 'engineering pvt ltd', 'pvt ltd description', 'ltd description currently', 'description currently i', 'currently i working', 'i working mechanical', 'working mechanical design', 'mechanical design engineer', 'design engineer push', 'engineer push engineering', 'push engineering pvt', 'engineering pvt ltd', 'pvt ltd all', 'ltd all types', 'all types ice', 'types ice making', 'ice making plant', 'making plant designed', 'plant designed manufactured', 'designed manufactured company', 'manufactured company design', 'company design includes', 'design includes design', 'includes design pressure', 'design pressure vessel', 'pressure vessel condenser', 'vessel condenser conveyor', 'condenser conveyor help', 'conveyor help 3d', 'help 3d modelling', '3d modelling software', 'modelling software also', 'software also bom', 'also bom preparation', 'bom preparation material', 'preparation material erp', 'material erp system', 'erp system company', 'system company central', 'company central water', 'central water power', 'water power research', 'power research station', 'research station description', 'station description pune', 'description pune govt', 'pune govt india', 'govt india 1', 'india 1 year', '1 year experience', 'year experience research', 'experience research assistant', 'research assistant r', 'assistant r d', 'r d department', 'd department mechanical', 'department mechanical workshop', 'mechanical workshop central', 'workshop central water', 'central water power', 'water power research', 'power research station', 'research station khadakwasla', 'station khadakwasla pune', 'khadakwasla pune govt', 'pune govt india', 'govt india experiences', 'india experiences different', 'experiences different project', 'different project generation', 'project generation sea', 'generation sea waves', 'sea waves laboratory', 'waves laboratory useful', 'laboratory useful design', 'useful design port', 'design port harbor', 'port harbor structures', 'harbor structures mumbai', 'structures mumbai chennai', 'mumbai chennai goa', 'chennai goa foreign', 'goa foreign countries', 'foreign countries like', 'countries like japan', 'like japan bangladesh', 'japan bangladesh etc', 'bangladesh etc wave', 'etc wave generated', 'wave generated wave', 'generated wave maker', 'wave maker comes', 'maker comes mechanical', 'comes mechanical workshop', 'mechanical workshop wave', 'workshop wave generated', 'wave generated help', 'generated help hydraulic', 'help hydraulic well', 'hydraulic well pneumatic', 'well pneumatic system', 'pneumatic system also', 'system also regular', 'also regular wave', 'regular wave generator', 'wave generator i', 'generator i experiences', 'i experiences sea', 'experiences sea wave', 'sea wave generation', 'wave generation hydraulic', 'generation hydraulic system', 'hydraulic system experiences', 'system experiences design', 'experiences design hydraulic', 'design hydraulic system', 'hydraulic system includes', 'system includes design', 'includes design servo', 'design servo actuator', 'servo actuator axial', 'actuator axial piston', 'axial piston pump', 'piston pump electric', 'pump electric motor', 'electric motor supervision', 'motor supervision guidance', 'supervision guidance scientist', 'guidance scientist b', 'scientist b cwprs', 'b cwprs softwares', 'cwprs softwares skills', 'softwares skills autocad', 'skills autocad catia', 'autocad catia v5', 'catia v5 ms', 'v5 ms office', 'ms office proe', 'office proe extra', 'proe extra curricular', 'extra curricular activity', 'curricular activity organize', 'activity organize national', 'organize national level', 'national level technical', 'level technical event', 'technical event mechanical', 'event mechanical student', 'mechanical student association', 'student association mesa', 'association mesa coordinator', 'mesa coordinator mesa', 'coordinator mesa treasurer', 'mesa treasurer attending', 'treasurer attending 3d', 'attending 3d printing', '3d printing workshop', 'printing workshop college', 'workshop college work', 'college work readiness', 'work readiness training', 'readiness training conducted', 'training conducted nasscom', 'conducted nasscom foundation', 'nasscom foundation global', 'foundation global talent', 'global talent track', 'talent track college', 'track college life', 'college life skills', 'life skills training', 'skills training conducted', 'training conducted nasscom', 'conducted nasscom foundation', 'nasscom foundation global', 'foundation global talent', 'global talent track', 'talent track college', 'track college personal', 'college personal atributes', 'personal atributes positive', 'atributes positive attitude', 'positive attitude quick', 'attitude quick learner', 'quick learner team', 'learner team leader', 'education details june 2014', 'details june 2014 june', 'june 2014 june 2018', '2014 june 2018 be', 'june 2018 be mechanical', '2018 be mechanical engineering', 'be mechanical engineering pune', 'mechanical engineering pune maharashtra', 'engineering pune maharashtra savitribai', 'pune maharashtra savitribai phule', 'maharashtra savitribai phule pune', 'savitribai phule pune university', 'phule pune university mechanical', 'pune university mechanical design', 'university mechanical design engineer', 'mechanical design engineer mechanical', 'design engineer mechanical design', 'engineer mechanical design engineer', 'mechanical design engineer skill', 'design engineer skill details', 'engineer skill details microsoft', 'skill details microsoft office', 'details microsoft office autocad', 'microsoft office autocad catia', 'office autocad catia solidworks', 'autocad catia solidworks exprience', 'catia solidworks exprience 6', 'solidworks exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company push', 'details company push engineering', 'company push engineering pvt', 'push engineering pvt ltd', 'engineering pvt ltd description', 'pvt ltd description currently', 'ltd description currently i', 'description currently i working', 'currently i working mechanical', 'i working mechanical design', 'working mechanical design engineer', 'mechanical design engineer push', 'design engineer push engineering', 'engineer push engineering pvt', 'push engineering pvt ltd', 'engineering pvt ltd all', 'pvt ltd all types', 'ltd all types ice', 'all types ice making', 'types ice making plant', 'ice making plant designed', 'making plant designed manufactured', 'plant designed manufactured company', 'designed manufactured company design', 'manufactured company design includes', 'company design includes design', 'design includes design pressure', 'includes design pressure vessel', 'design pressure vessel condenser', 'pressure vessel condenser conveyor', 'vessel condenser conveyor help', 'condenser conveyor help 3d', 'conveyor help 3d modelling', 'help 3d modelling software', '3d modelling software also', 'modelling software also bom', 'software also bom preparation', 'also bom preparation material', 'bom preparation material erp', 'preparation material erp system', 'material erp system company', 'erp system company central', 'system company central water', 'company central water power', 'central water power research', 'water power research station', 'power research station description', 'research station description pune', 'station description pune govt', 'description pune govt india', 'pune govt india 1', 'govt india 1 year', 'india 1 year experience', '1 year experience research', 'year experience research assistant', 'experience research assistant r', 'research assistant r d', 'assistant r d department', 'r d department mechanical', 'd department mechanical workshop', 'department mechanical workshop central', 'mechanical workshop central water', 'workshop central water power', 'central water power research', 'water power research station', 'power research station khadakwasla', 'research station khadakwasla pune', 'station khadakwasla pune govt', 'khadakwasla pune govt india', 'pune govt india experiences', 'govt india experiences different', 'india experiences different project', 'experiences different project generation', 'different project generation sea', 'project generation sea waves', 'generation sea waves laboratory', 'sea waves laboratory useful', 'waves laboratory useful design', 'laboratory useful design port', 'useful design port harbor', 'design port harbor structures', 'port harbor structures mumbai', 'harbor structures mumbai chennai', 'structures mumbai chennai goa', 'mumbai chennai goa foreign', 'chennai goa foreign countries', 'goa foreign countries like', 'foreign countries like japan', 'countries like japan bangladesh', 'like japan bangladesh etc', 'japan bangladesh etc wave', 'bangladesh etc wave generated', 'etc wave generated wave', 'wave generated wave maker', 'generated wave maker comes', 'wave maker comes mechanical', 'maker comes mechanical workshop', 'comes mechanical workshop wave', 'mechanical workshop wave generated', 'workshop wave generated help', 'wave generated help hydraulic', 'generated help hydraulic well', 'help hydraulic well pneumatic', 'hydraulic well pneumatic system', 'well pneumatic system also', 'pneumatic system also regular', 'system also regular wave', 'also regular wave generator', 'regular wave generator i', 'wave generator i experiences', 'generator i experiences sea', 'i experiences sea wave', 'experiences sea wave generation', 'sea wave generation hydraulic', 'wave generation hydraulic system', 'generation hydraulic system experiences', 'hydraulic system experiences design', 'system experiences design hydraulic', 'experiences design hydraulic system', 'design hydraulic system includes', 'hydraulic system includes design', 'system includes design servo', 'includes design servo actuator', 'design servo actuator axial', 'servo actuator axial piston', 'actuator axial piston pump', 'axial piston pump electric', 'piston pump electric motor', 'pump electric motor supervision', 'electric motor supervision guidance', 'motor supervision guidance scientist', 'supervision guidance scientist b', 'guidance scientist b cwprs', 'scientist b cwprs softwares', 'b cwprs softwares skills', 'cwprs softwares skills autocad', 'softwares skills autocad catia', 'skills autocad catia v5', 'autocad catia v5 ms', 'catia v5 ms office', 'v5 ms office proe', 'ms office proe extra', 'office proe extra curricular', 'proe extra curricular activity', 'extra curricular activity organize', 'curricular activity organize national', 'activity organize national level', 'organize national level technical', 'national level technical event', 'level technical event mechanical', 'technical event mechanical student', 'event mechanical student association', 'mechanical student association mesa', 'student association mesa coordinator', 'association mesa coordinator mesa', 'mesa coordinator mesa treasurer', 'coordinator mesa treasurer attending', 'mesa treasurer attending 3d', 'treasurer attending 3d printing', 'attending 3d printing workshop', '3d printing workshop college', 'printing workshop college work', 'workshop college work readiness', 'college work readiness training', 'work readiness training conducted', 'readiness training conducted nasscom', 'training conducted nasscom foundation', 'conducted nasscom foundation global', 'nasscom foundation global talent', 'foundation global talent track', 'global talent track college', 'talent track college life', 'track college life skills', 'college life skills training', 'life skills training conducted', 'skills training conducted nasscom', 'training conducted nasscom foundation', 'conducted nasscom foundation global', 'nasscom foundation global talent', 'foundation global talent track', 'global talent track college', 'talent track college personal', 'track college personal atributes', 'college personal atributes positive', 'personal atributes positive attitude', 'atributes positive attitude quick', 'positive attitude quick learner', 'attitude quick learner team', 'quick learner team leader', 'education details june 2014 june', 'details june 2014 june 2018', 'june 2014 june 2018 be', '2014 june 2018 be mechanical', 'june 2018 be mechanical engineering', '2018 be mechanical engineering pune', 'be mechanical engineering pune maharashtra', 'mechanical engineering pune maharashtra savitribai', 'engineering pune maharashtra savitribai phule', 'pune maharashtra savitribai phule pune', 'maharashtra savitribai phule pune university', 'savitribai phule pune university mechanical', 'phule pune university mechanical design', 'pune university mechanical design engineer', 'university mechanical design engineer mechanical', 'mechanical design engineer mechanical design', 'design engineer mechanical design engineer', 'engineer mechanical design engineer skill', 'mechanical design engineer skill details', 'design engineer skill details microsoft', 'engineer skill details microsoft office', 'skill details microsoft office autocad', 'details microsoft office autocad catia', 'microsoft office autocad catia solidworks', 'office autocad catia solidworks exprience', 'autocad catia solidworks exprience 6', 'catia solidworks exprience 6 monthscompany', 'solidworks exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company push', 'monthscompany details company push engineering', 'details company push engineering pvt', 'company push engineering pvt ltd', 'push engineering pvt ltd description', 'engineering pvt ltd description currently', 'pvt ltd description currently i', 'ltd description currently i working', 'description currently i working mechanical', 'currently i working mechanical design', 'i working mechanical design engineer', 'working mechanical design engineer push', 'mechanical design engineer push engineering', 'design engineer push engineering pvt', 'engineer push engineering pvt ltd', 'push engineering pvt ltd all', 'engineering pvt ltd all types', 'pvt ltd all types ice', 'ltd all types ice making', 'all types ice making plant', 'types ice making plant designed', 'ice making plant designed manufactured', 'making plant designed manufactured company', 'plant designed manufactured company design', 'designed manufactured company design includes', 'manufactured company design includes design', 'company design includes design pressure', 'design includes design pressure vessel', 'includes design pressure vessel condenser', 'design pressure vessel condenser conveyor', 'pressure vessel condenser conveyor help', 'vessel condenser conveyor help 3d', 'condenser conveyor help 3d modelling', 'conveyor help 3d modelling software', 'help 3d modelling software also', '3d modelling software also bom', 'modelling software also bom preparation', 'software also bom preparation material', 'also bom preparation material erp', 'bom preparation material erp system', 'preparation material erp system company', 'material erp system company central', 'erp system company central water', 'system company central water power', 'company central water power research', 'central water power research station', 'water power research station description', 'power research station description pune', 'research station description pune govt', 'station description pune govt india', 'description pune govt india 1', 'pune govt india 1 year', 'govt india 1 year experience', 'india 1 year experience research', '1 year experience research assistant', 'year experience research assistant r', 'experience research assistant r d', 'research assistant r d department', 'assistant r d department mechanical', 'r d department mechanical workshop', 'd department mechanical workshop central', 'department mechanical workshop central water', 'mechanical workshop central water power', 'workshop central water power research', 'central water power research station', 'water power research station khadakwasla', 'power research station khadakwasla pune', 'research station khadakwasla pune govt', 'station khadakwasla pune govt india', 'khadakwasla pune govt india experiences', 'pune govt india experiences different', 'govt india experiences different project', 'india experiences different project generation', 'experiences different project generation sea', 'different project generation sea waves', 'project generation sea waves laboratory', 'generation sea waves laboratory useful', 'sea waves laboratory useful design', 'waves laboratory useful design port', 'laboratory useful design port harbor', 'useful design port harbor structures', 'design port harbor structures mumbai', 'port harbor structures mumbai chennai', 'harbor structures mumbai chennai goa', 'structures mumbai chennai goa foreign', 'mumbai chennai goa foreign countries', 'chennai goa foreign countries like', 'goa foreign countries like japan', 'foreign countries like japan bangladesh', ...], ['i', 'hard', 'working', 'person', 'i', 'self', 'confident', 'mould', 'work', 'environments', 'education', 'details', 'january', '2016', 'b', 'e', 'mechanical', 'engineering', 'alamuri', 'ratnamala', 'institute', 'of', 'engineering', 'technology', 'january', '2010', 'h', 's', 'c', 'mumbai', 'maharashtra', 'mumbai', 'university', 'secured', 'january', '2008', 's', 's', 'c', 'prakash', 'jr', 'college', 'of', 'science', 'commerce', 's', 'm', 't', 'rajdevi', 'hindi', 'high', 'school', 'maharshtra', 'state', 'board', 'secured', 'design', 'engineer', 'mechanical', 'skill', 'details', 'autocad', 'solidworks', 'catia', 'exprience', '12', 'monthscompany', 'details', 'company', 'sanarco', 'engineering', 'pvt', 'ltd', 'description', '1year', 'sanarco', 'engineering', 'pvt', 'ltd', 'as', 'mechanical', 'design', 'engineer', 'working', 'surya', 'fitness', 'design', 'engineer', 'major', 'project', 'project', 'based', 'automatic', 'wall', 'plastering', 'machine', 'automated', 'plastering', 'machine', 'unique', 'perhaps', 'one', 'kind', 'automated', 'plastering', 'machinery', 'ideally', 'suitable', 'construction', 'building', 'industry', 'automated', 'plastering', 'machine', 'makes', 'rendering', 'easier', 'faster', 'effortless', 'compare', 'manual', 'application', 'automated', 'plastering', 'machine', 'works', 'conventional', 'cement', 'mortar', 'brings', 'smooth', 'flat', 'finish', 'it', 'good', 'future', 'scope', 'personal', 'detais', 'father', 'name', 'gyandatt', 'chauhan', 'i hard', 'hard working', 'working person', 'person i', 'i self', 'self confident', 'confident mould', 'mould work', 'work environments', 'environments education', 'education details', 'details january', 'january 2016', '2016 b', 'b e', 'e mechanical', 'mechanical engineering', 'engineering alamuri', 'alamuri ratnamala', 'ratnamala institute', 'institute of', 'of engineering', 'engineering technology', 'technology january', 'january 2010', '2010 h', 'h s', 's c', 'c mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university secured', 'secured january', 'january 2008', '2008 s', 's s', 's c', 'c prakash', 'prakash jr', 'jr college', 'college of', 'of science', 'science commerce', 'commerce s', 's m', 'm t', 't rajdevi', 'rajdevi hindi', 'hindi high', 'high school', 'school maharshtra', 'maharshtra state', 'state board', 'board secured', 'secured design', 'design engineer', 'engineer mechanical', 'mechanical skill', 'skill details', 'details autocad', 'autocad solidworks', 'solidworks catia', 'catia exprience', 'exprience 12', '12 monthscompany', 'monthscompany details', 'details company', 'company sanarco', 'sanarco engineering', 'engineering pvt', 'pvt ltd', 'ltd description', 'description 1year', '1year sanarco', 'sanarco engineering', 'engineering pvt', 'pvt ltd', 'ltd as', 'as mechanical', 'mechanical design', 'design engineer', 'engineer working', 'working surya', 'surya fitness', 'fitness design', 'design engineer', 'engineer major', 'major project', 'project project', 'project based', 'based automatic', 'automatic wall', 'wall plastering', 'plastering machine', 'machine automated', 'automated plastering', 'plastering machine', 'machine unique', 'unique perhaps', 'perhaps one', 'one kind', 'kind automated', 'automated plastering', 'plastering machinery', 'machinery ideally', 'ideally suitable', 'suitable construction', 'construction building', 'building industry', 'industry automated', 'automated plastering', 'plastering machine', 'machine makes', 'makes rendering', 'rendering easier', 'easier faster', 'faster effortless', 'effortless compare', 'compare manual', 'manual application', 'application automated', 'automated plastering', 'plastering machine', 'machine works', 'works conventional', 'conventional cement', 'cement mortar', 'mortar brings', 'brings smooth', 'smooth flat', 'flat finish', 'finish it', 'it good', 'good future', 'future scope', 'scope personal', 'personal detais', 'detais father', 'father name', 'name gyandatt', 'gyandatt chauhan', 'i hard working', 'hard working person', 'working person i', 'person i self', 'i self confident', 'self confident mould', 'confident mould work', 'mould work environments', 'work environments education', 'environments education details', 'education details january', 'details january 2016', 'january 2016 b', '2016 b e', 'b e mechanical', 'e mechanical engineering', 'mechanical engineering alamuri', 'engineering alamuri ratnamala', 'alamuri ratnamala institute', 'ratnamala institute of', 'institute of engineering', 'of engineering technology', 'engineering technology january', 'technology january 2010', 'january 2010 h', '2010 h s', 'h s c', 's c mumbai', 'c mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university secured', 'university secured january', 'secured january 2008', 'january 2008 s', '2008 s s', 's s c', 's c prakash', 'c prakash jr', 'prakash jr college', 'jr college of', 'college of science', 'of science commerce', 'science commerce s', 'commerce s m', 's m t', 'm t rajdevi', 't rajdevi hindi', 'rajdevi hindi high', 'hindi high school', 'high school maharshtra', 'school maharshtra state', 'maharshtra state board', 'state board secured', 'board secured design', 'secured design engineer', 'design engineer mechanical', 'engineer mechanical skill', 'mechanical skill details', 'skill details autocad', 'details autocad solidworks', 'autocad solidworks catia', 'solidworks catia exprience', 'catia exprience 12', 'exprience 12 monthscompany', '12 monthscompany details', 'monthscompany details company', 'details company sanarco', 'company sanarco engineering', 'sanarco engineering pvt', 'engineering pvt ltd', 'pvt ltd description', 'ltd description 1year', 'description 1year sanarco', '1year sanarco engineering', 'sanarco engineering pvt', 'engineering pvt ltd', 'pvt ltd as', 'ltd as mechanical', 'as mechanical design', 'mechanical design engineer', 'design engineer working', 'engineer working surya', 'working surya fitness', 'surya fitness design', 'fitness design engineer', 'design engineer major', 'engineer major project', 'major project project', 'project project based', 'project based automatic', 'based automatic wall', 'automatic wall plastering', 'wall plastering machine', 'plastering machine automated', 'machine automated plastering', 'automated plastering machine', 'plastering machine unique', 'machine unique perhaps', 'unique perhaps one', 'perhaps one kind', 'one kind automated', 'kind automated plastering', 'automated plastering machinery', 'plastering machinery ideally', 'machinery ideally suitable', 'ideally suitable construction', 'suitable construction building', 'construction building industry', 'building industry automated', 'industry automated plastering', 'automated plastering machine', 'plastering machine makes', 'machine makes rendering', 'makes rendering easier', 'rendering easier faster', 'easier faster effortless', 'faster effortless compare', 'effortless compare manual', 'compare manual application', 'manual application automated', 'application automated plastering', 'automated plastering machine', 'plastering machine works', 'machine works conventional', 'works conventional cement', 'conventional cement mortar', 'cement mortar brings', 'mortar brings smooth', 'brings smooth flat', 'smooth flat finish', 'flat finish it', 'finish it good', 'it good future', 'good future scope', 'future scope personal', 'scope personal detais', 'personal detais father', 'detais father name', 'father name gyandatt', 'name gyandatt chauhan', 'i hard working person', 'hard working person i', 'working person i self', 'person i self confident', 'i self confident mould', 'self confident mould work', 'confident mould work environments', 'mould work environments education', 'work environments education details', 'environments education details january', 'education details january 2016', 'details january 2016 b', 'january 2016 b e', '2016 b e mechanical', 'b e mechanical engineering', 'e mechanical engineering alamuri', 'mechanical engineering alamuri ratnamala', 'engineering alamuri ratnamala institute', 'alamuri ratnamala institute of', 'ratnamala institute of engineering', 'institute of engineering technology', 'of engineering technology january', 'engineering technology january 2010', 'technology january 2010 h', 'january 2010 h s', '2010 h s c', 'h s c mumbai', 's c mumbai maharashtra', 'c mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university secured', 'mumbai university secured january', 'university secured january 2008', 'secured january 2008 s', 'january 2008 s s', '2008 s s c', 's s c prakash', 's c prakash jr', 'c prakash jr college', 'prakash jr college of', 'jr college of science', 'college of science commerce', 'of science commerce s', 'science commerce s m', 'commerce s m t', 's m t rajdevi', 'm t rajdevi hindi', 't rajdevi hindi high', 'rajdevi hindi high school', 'hindi high school maharshtra', 'high school maharshtra state', 'school maharshtra state board', 'maharshtra state board secured', 'state board secured design', 'board secured design engineer', 'secured design engineer mechanical', 'design engineer mechanical skill', 'engineer mechanical skill details', 'mechanical skill details autocad', 'skill details autocad solidworks', 'details autocad solidworks catia', 'autocad solidworks catia exprience', 'solidworks catia exprience 12', 'catia exprience 12 monthscompany', 'exprience 12 monthscompany details', '12 monthscompany details company', 'monthscompany details company sanarco', 'details company sanarco engineering', 'company sanarco engineering pvt', 'sanarco engineering pvt ltd', 'engineering pvt ltd description', 'pvt ltd description 1year', 'ltd description 1year sanarco', 'description 1year sanarco engineering', '1year sanarco engineering pvt', 'sanarco engineering pvt ltd', 'engineering pvt ltd as', 'pvt ltd as mechanical', 'ltd as mechanical design', 'as mechanical design engineer', 'mechanical design engineer working', 'design engineer working surya', 'engineer working surya fitness', 'working surya fitness design', 'surya fitness design engineer', 'fitness design engineer major', 'design engineer major project', 'engineer major project project', 'major project project based', 'project project based automatic', 'project based automatic wall', 'based automatic wall plastering', 'automatic wall plastering machine', 'wall plastering machine automated', 'plastering machine automated plastering', 'machine automated plastering machine', 'automated plastering machine unique', 'plastering machine unique perhaps', 'machine unique perhaps one', 'unique perhaps one kind', 'perhaps one kind automated', 'one kind automated plastering', 'kind automated plastering machinery', 'automated plastering machinery ideally', 'plastering machinery ideally suitable', 'machinery ideally suitable construction', 'ideally suitable construction building', 'suitable construction building industry', 'construction building industry automated', 'building industry automated plastering', 'industry automated plastering machine', 'automated plastering machine makes', 'plastering machine makes rendering', 'machine makes rendering easier', 'makes rendering easier faster', 'rendering easier faster effortless', 'easier faster effortless compare', 'faster effortless compare manual', 'effortless compare manual application', 'compare manual application automated', 'manual application automated plastering', 'application automated plastering machine', 'automated plastering machine works', 'plastering machine works conventional', 'machine works conventional cement', 'works conventional cement mortar', 'conventional cement mortar brings', 'cement mortar brings smooth', 'mortar brings smooth flat', 'brings smooth flat finish', 'smooth flat finish it', 'flat finish it good', 'finish it good future', 'it good future scope', 'good future scope personal', 'future scope personal detais', 'scope personal detais father', 'personal detais father name', 'detais father name gyandatt', 'father name gyandatt chauhan', 'i hard working person i', 'hard working person i self', 'working person i self confident', 'person i self confident mould', 'i self confident mould work', 'self confident mould work environments', 'confident mould work environments education', 'mould work environments education details', 'work environments education details january', 'environments education details january 2016', 'education details january 2016 b', 'details january 2016 b e', 'january 2016 b e mechanical', '2016 b e mechanical engineering', 'b e mechanical engineering alamuri', 'e mechanical engineering alamuri ratnamala', 'mechanical engineering alamuri ratnamala institute', 'engineering alamuri ratnamala institute of', 'alamuri ratnamala institute of engineering', 'ratnamala institute of engineering technology', 'institute of engineering technology january', 'of engineering technology january 2010', 'engineering technology january 2010 h', 'technology january 2010 h s', 'january 2010 h s c', '2010 h s c mumbai', 'h s c mumbai maharashtra', 's c mumbai maharashtra mumbai', 'c mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university secured', 'maharashtra mumbai university secured january', 'mumbai university secured january 2008', 'university secured january 2008 s', 'secured january 2008 s s', 'january 2008 s s c', '2008 s s c prakash', 's s c prakash jr', 's c prakash jr college', 'c prakash jr college of', 'prakash jr college of science', 'jr college of science commerce', 'college of science commerce s', 'of science commerce s m', 'science commerce s m t', 'commerce s m t rajdevi', 's m t rajdevi hindi', 'm t rajdevi hindi high', 't rajdevi hindi high school', 'rajdevi hindi high school maharshtra', 'hindi high school maharshtra state', 'high school maharshtra state board', 'school maharshtra state board secured', 'maharshtra state board secured design', 'state board secured design engineer', 'board secured design engineer mechanical', 'secured design engineer mechanical skill', 'design engineer mechanical skill details', 'engineer mechanical skill details autocad', 'mechanical skill details autocad solidworks', 'skill details autocad solidworks catia', 'details autocad solidworks catia exprience', 'autocad solidworks catia exprience 12', 'solidworks catia exprience 12 monthscompany', 'catia exprience 12 monthscompany details', 'exprience 12 monthscompany details company', '12 monthscompany details company sanarco', 'monthscompany details company sanarco engineering', 'details company sanarco engineering pvt', 'company sanarco engineering pvt ltd', 'sanarco engineering pvt ltd description', 'engineering pvt ltd description 1year', 'pvt ltd description 1year sanarco', 'ltd description 1year sanarco engineering', 'description 1year sanarco engineering pvt', '1year sanarco engineering pvt ltd', 'sanarco engineering pvt ltd as', 'engineering pvt ltd as mechanical', 'pvt ltd as mechanical design', 'ltd as mechanical design engineer', 'as mechanical design engineer working', 'mechanical design engineer working surya', 'design engineer working surya fitness', 'engineer working surya fitness design', 'working surya fitness design engineer', 'surya fitness design engineer major', 'fitness design engineer major project', 'design engineer major project project', 'engineer major project project based', 'major project project based automatic', 'project project based automatic wall', 'project based automatic wall plastering', 'based automatic wall plastering machine', 'automatic wall plastering machine automated', 'wall plastering machine automated plastering', 'plastering machine automated plastering machine', 'machine automated plastering machine unique', 'automated plastering machine unique perhaps', 'plastering machine unique perhaps one', 'machine unique perhaps one kind', 'unique perhaps one kind automated', 'perhaps one kind automated plastering', 'one kind automated plastering machinery', 'kind automated plastering machinery ideally', 'automated plastering machinery ideally suitable', 'plastering machinery ideally suitable construction', 'machinery ideally suitable construction building', 'ideally suitable construction building industry', 'suitable construction building industry automated', 'construction building industry automated plastering', 'building industry automated plastering machine', 'industry automated plastering machine makes', 'automated plastering machine makes rendering', 'plastering machine makes rendering easier', 'machine makes rendering easier faster', 'makes rendering easier faster effortless', 'rendering easier faster effortless compare', 'easier faster effortless compare manual', 'faster effortless compare manual application', 'effortless compare manual application automated', 'compare manual application automated plastering', 'manual application automated plastering machine', 'application automated plastering machine works', 'automated plastering machine works conventional', 'plastering machine works conventional cement', 'machine works conventional cement mortar', 'works conventional cement mortar brings', 'conventional cement mortar brings smooth', 'cement mortar brings smooth flat', 'mortar brings smooth flat finish', 'brings smooth flat finish it', 'smooth flat finish it good', 'flat finish it good future', 'finish it good future scope', 'it good future scope personal', 'good future scope personal detais', 'future scope personal detais father', 'scope personal detais father name', 'personal detais father name gyandatt', 'detais father name gyandatt chauhan', 'i hard working person i self', 'hard working person i self confident', 'working person i self confident mould', 'person i self confident mould work', 'i self confident mould work environments', 'self confident mould work environments education', 'confident mould work environments education details', 'mould work environments education details january', 'work environments education details january 2016', 'environments education details january 2016 b', 'education details january 2016 b e', 'details january 2016 b e mechanical', 'january 2016 b e mechanical engineering', '2016 b e mechanical engineering alamuri', 'b e mechanical engineering alamuri ratnamala', 'e mechanical engineering alamuri ratnamala institute', 'mechanical engineering alamuri ratnamala institute of', 'engineering alamuri ratnamala institute of engineering', 'alamuri ratnamala institute of engineering technology', 'ratnamala institute of engineering technology january', 'institute of engineering technology january 2010', 'of engineering technology january 2010 h', 'engineering technology january 2010 h s', 'technology january 2010 h s c', 'january 2010 h s c mumbai', '2010 h s c mumbai maharashtra', 'h s c mumbai maharashtra mumbai', 's c mumbai maharashtra mumbai university', 'c mumbai maharashtra mumbai university secured', 'mumbai maharashtra mumbai university secured january', 'maharashtra mumbai university secured january 2008', 'mumbai university secured january 2008 s', 'university secured january 2008 s s', 'secured january 2008 s s c', 'january 2008 s s c prakash', '2008 s s c prakash jr', 's s c prakash jr college', 's c prakash jr college of', 'c prakash jr college of science', 'prakash jr college of science commerce', 'jr college of science commerce s', 'college of science commerce s m', 'of science commerce s m t', 'science commerce s m t rajdevi', 'commerce s m t rajdevi hindi', 's m t rajdevi hindi high', 'm t rajdevi hindi high school', 't rajdevi hindi high school maharshtra', 'rajdevi hindi high school maharshtra state', 'hindi high school maharshtra state board', 'high school maharshtra state board secured', 'school maharshtra state board secured design', 'maharshtra state board secured design engineer', 'state board secured design engineer mechanical', 'board secured design engineer mechanical skill', 'secured design engineer mechanical skill details', 'design engineer mechanical skill details autocad', 'engineer mechanical skill details autocad solidworks', 'mechanical skill details autocad solidworks catia', 'skill details autocad solidworks catia exprience', 'details autocad solidworks catia exprience 12', 'autocad solidworks catia exprience 12 monthscompany', 'solidworks catia exprience 12 monthscompany details', 'catia exprience 12 monthscompany details company', 'exprience 12 monthscompany details company sanarco', '12 monthscompany details company sanarco engineering', 'monthscompany details company sanarco engineering pvt', 'details company sanarco engineering pvt ltd', 'company sanarco engineering pvt ltd description', 'sanarco engineering pvt ltd description 1year', 'engineering pvt ltd description 1year sanarco', 'pvt ltd description 1year sanarco engineering', 'ltd description 1year sanarco engineering pvt', 'description 1year sanarco engineering pvt ltd', '1year sanarco engineering pvt ltd as', 'sanarco engineering pvt ltd as mechanical', 'engineering pvt ltd as mechanical design', 'pvt ltd as mechanical design engineer', 'ltd as mechanical design engineer working', 'as mechanical design engineer working surya', 'mechanical design engineer working surya fitness', 'design engineer working surya fitness design', 'engineer working surya fitness design engineer', 'working surya fitness design engineer major', 'surya fitness design engineer major project', 'fitness design engineer major project project', 'design engineer major project project based', 'engineer major project project based automatic', 'major project project based automatic wall', 'project project based automatic wall plastering', 'project based automatic wall plastering machine', 'based automatic wall plastering machine automated', 'automatic wall plastering machine automated plastering', 'wall plastering machine automated plastering machine', 'plastering machine automated plastering machine unique', 'machine automated plastering machine unique perhaps', 'automated plastering machine unique perhaps one', 'plastering machine unique perhaps one kind', 'machine unique perhaps one kind automated', 'unique perhaps one kind automated plastering', 'perhaps one kind automated plastering machinery', 'one kind automated plastering machinery ideally', 'kind automated plastering machinery ideally suitable', 'automated plastering machinery ideally suitable construction', 'plastering machinery ideally suitable construction building', 'machinery ideally suitable construction building industry', 'ideally suitable construction building industry automated', 'suitable construction building industry automated plastering', 'construction building industry automated plastering machine', 'building industry automated plastering machine makes', 'industry automated plastering machine makes rendering', 'automated plastering machine makes rendering easier', 'plastering machine makes rendering easier faster', 'machine makes rendering easier faster effortless', 'makes rendering easier faster effortless compare', 'rendering easier faster effortless compare manual', 'easier faster effortless compare manual application', 'faster effortless compare manual application automated', 'effortless compare manual application automated plastering', 'compare manual application automated plastering machine', 'manual application automated plastering machine works', 'application automated plastering machine works conventional', 'automated plastering machine works conventional cement', 'plastering machine works conventional cement mortar', 'machine works conventional cement mortar brings', 'works conventional cement mortar brings smooth', 'conventional cement mortar brings smooth flat', 'cement mortar brings smooth flat finish', 'mortar brings smooth flat finish it', 'brings smooth flat finish it good', 'smooth flat finish it good future', 'flat finish it good future scope', 'finish it good future scope personal', 'it good future scope personal detais', 'good future scope personal detais father', 'future scope personal detais father name', 'scope personal detais father name gyandatt', 'personal detais father name gyandatt chauhan', 'i hard working person i self confident', 'hard working person i self confident mould', 'working person i self confident mould work', 'person i self confident mould work environments', 'i self confident mould work environments education', 'self confident mould work environments education details', 'confident mould work environments education details january', 'mould work environments education details january 2016', 'work environments education details january 2016 b', 'environments education details january 2016 b e', 'education details january 2016 b e mechanical', 'details january 2016 b e mechanical engineering', 'january 2016 b e mechanical engineering alamuri', '2016 b e mechanical engineering alamuri ratnamala', 'b e mechanical engineering alamuri ratnamala institute', 'e mechanical engineering alamuri ratnamala institute of', 'mechanical engineering alamuri ratnamala institute of engineering', 'engineering alamuri ratnamala institute of engineering technology', 'alamuri ratnamala institute of engineering technology january', 'ratnamala institute of engineering technology january 2010', 'institute of engineering technology january 2010 h', 'of engineering technology january 2010 h s', 'engineering technology january 2010 h s c', 'technology january 2010 h s c mumbai', 'january 2010 h s c mumbai maharashtra', '2010 h s c mumbai maharashtra mumbai', 'h s c mumbai maharashtra mumbai university', 's c mumbai maharashtra mumbai university secured', 'c mumbai maharashtra mumbai university secured january', 'mumbai maharashtra mumbai university secured january 2008', 'maharashtra mumbai university secured january 2008 s', 'mumbai university secured january 2008 s s', 'university secured january 2008 s s c', 'secured january 2008 s s c prakash', 'january 2008 s s c prakash jr', '2008 s s c prakash jr college', 's s c prakash jr college of', 's c prakash jr college of science', 'c prakash jr college of science commerce', 'prakash jr college of science commerce s', 'jr college of science commerce s m', 'college of science commerce s m t', 'of science commerce s m t rajdevi', 'science commerce s m t rajdevi hindi', 'commerce s m t rajdevi hindi high', 's m t rajdevi hindi high school', 'm t rajdevi hindi high school maharshtra', 't rajdevi hindi high school maharshtra state', 'rajdevi hindi high school maharshtra state board', 'hindi high school maharshtra state board secured', 'high school maharshtra state board secured design', 'school maharshtra state board secured design engineer', 'maharshtra state board secured design engineer mechanical', 'state board secured design engineer mechanical skill', 'board secured design engineer mechanical skill details', 'secured design engineer mechanical skill details autocad', 'design engineer mechanical skill details autocad solidworks', 'engineer mechanical skill details autocad solidworks catia', 'mechanical skill details autocad solidworks catia exprience', 'skill details autocad solidworks catia exprience 12', 'details autocad solidworks catia exprience 12 monthscompany', 'autocad solidworks catia exprience 12 monthscompany details', 'solidworks catia exprience 12 monthscompany details company', 'catia exprience 12 monthscompany details company sanarco', 'exprience 12 monthscompany details company sanarco engineering', '12 monthscompany details company sanarco engineering pvt', 'monthscompany details company sanarco engineering pvt ltd', 'details company sanarco engineering pvt ltd description', 'company sanarco engineering pvt ltd description 1year', 'sanarco engineering pvt ltd description 1year sanarco', 'engineering pvt ltd description 1year sanarco engineering', 'pvt ltd description 1year sanarco engineering pvt', 'ltd description 1year sanarco engineering pvt ltd', 'description 1year sanarco engineering pvt ltd as', '1year sanarco engineering pvt ltd as mechanical', 'sanarco engineering pvt ltd as mechanical design', 'engineering pvt ltd as mechanical design engineer', 'pvt ltd as mechanical design engineer working', 'ltd as mechanical design engineer working surya', 'as mechanical design engineer working surya fitness', 'mechanical design engineer working surya fitness design', 'design engineer working surya fitness design engineer', 'engineer working surya fitness design engineer major', 'working surya fitness design engineer major project', 'surya fitness design engineer major project project', 'fitness design engineer major project project based', 'design engineer major project project based automatic', 'engineer major project project based automatic wall', 'major project project based automatic wall plastering', 'project project based automatic wall plastering machine', 'project based automatic wall plastering machine automated', 'based automatic wall plastering machine automated plastering', 'automatic wall plastering machine automated plastering machine', 'wall plastering machine automated plastering machine unique', 'plastering machine automated plastering machine unique perhaps', 'machine automated plastering machine unique perhaps one', 'automated plastering machine unique perhaps one kind', 'plastering machine unique perhaps one kind automated', 'machine unique perhaps one kind automated plastering', 'unique perhaps one kind automated plastering machinery', 'perhaps one kind automated plastering machinery ideally', 'one kind automated plastering machinery ideally suitable', 'kind automated plastering machinery ideally suitable construction', 'automated plastering machinery ideally suitable construction building', 'plastering machinery ideally suitable construction building industry', 'machinery ideally suitable construction building industry automated', 'ideally suitable construction building industry automated plastering', 'suitable construction building industry automated plastering machine', 'construction building industry automated plastering machine makes', 'building industry automated plastering machine makes rendering', 'industry automated plastering machine makes rendering easier', 'automated plastering machine makes rendering easier faster', 'plastering machine makes rendering easier faster effortless', 'machine makes rendering easier faster effortless compare', 'makes rendering easier faster effortless compare manual', 'rendering easier faster effortless compare manual application', 'easier faster effortless compare manual application automated', 'faster effortless compare manual application automated plastering', 'effortless compare manual application automated plastering machine', 'compare manual application automated plastering machine works', 'manual application automated plastering machine works conventional', 'application automated plastering machine works conventional cement', 'automated plastering machine works conventional cement mortar', 'plastering machine works conventional cement mortar brings', 'machine works conventional cement mortar brings smooth', 'works conventional cement mortar brings smooth flat', 'conventional cement mortar brings smooth flat finish', 'cement mortar brings smooth flat finish it', 'mortar brings smooth flat finish it good', 'brings smooth flat finish it good future', 'smooth flat finish it good future scope', 'flat finish it good future scope personal', 'finish it good future scope personal detais', 'it good future scope personal detais father', 'good future scope personal detais father name', 'future scope personal detais father name gyandatt', 'scope personal detais father name gyandatt chauhan', 'i hard working person i self confident mould', 'hard working person i self confident mould work', 'working person i self confident mould work environments', 'person i self confident mould work environments education', 'i self confident mould work environments education details', 'self confident mould work environments education details january', 'confident mould work environments education details january 2016', 'mould work environments education details january 2016 b', 'work environments education details january 2016 b e', 'environments education details january 2016 b e mechanical', 'education details january 2016 b e mechanical engineering', 'details january 2016 b e mechanical engineering alamuri', 'january 2016 b e mechanical engineering alamuri ratnamala', '2016 b e mechanical engineering alamuri ratnamala institute', 'b e mechanical engineering alamuri ratnamala institute of', 'e mechanical engineering alamuri ratnamala institute of engineering', 'mechanical engineering alamuri ratnamala institute of engineering technology', 'engineering alamuri ratnamala institute of engineering technology january', 'alamuri ratnamala institute of engineering technology january 2010', 'ratnamala institute of engineering technology january 2010 h', ...], ['education', 'details', 'bachelor', 'bachelor', 'commerce', 'india', 'guru', 'nanak', 'high', 'school', 'sales', 'manager', 'skill', 'details', 'data', 'entry', 'exprience', 'less', '1', 'year', 'months', 'cold', 'calling', 'exprience', 'less', '1', 'year', 'months', 'sales', 'exprience', 'less', '1', 'year', 'months', 'salesforce', 'exprience', 'less', '1', 'year', 'months', 'ms', 'office', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'emperor', 'honda', 'description', 'company', 'honda', 'cars', 'india', 'ltd', 'description', '1', 'worked', 'asm', 'maruti', 'dealership', '10', 'years', '2', 'currently', 'working', 'manager', 'sales', 'honda', 'car', 'dealership', 'last', '5', 'years', '3', 'good', 'sportsmen', 'represent', 'college', 'various', 'cricket', 'tournaments', '4', 'lead', 'nagpur', 'university', 'cricket', 'team', 'also', '5', 'searching', 'job', 'car', 'dealership', 'cricket', 'academy', 'education details', 'details bachelor', 'bachelor bachelor', 'bachelor commerce', 'commerce india', 'india guru', 'guru nanak', 'nanak high', 'high school', 'school sales', 'sales manager', 'manager skill', 'skill details', 'details data', 'data entry', 'entry exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months cold', 'cold calling', 'calling exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sales', 'sales exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months salesforce', 'salesforce exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months ms', 'ms office', 'office exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company emperor', 'emperor honda', 'honda description', 'description company', 'company honda', 'honda cars', 'cars india', 'india ltd', 'ltd description', 'description 1', '1 worked', 'worked asm', 'asm maruti', 'maruti dealership', 'dealership 10', '10 years', 'years 2', '2 currently', 'currently working', 'working manager', 'manager sales', 'sales honda', 'honda car', 'car dealership', 'dealership last', 'last 5', '5 years', 'years 3', '3 good', 'good sportsmen', 'sportsmen represent', 'represent college', 'college various', 'various cricket', 'cricket tournaments', 'tournaments 4', '4 lead', 'lead nagpur', 'nagpur university', 'university cricket', 'cricket team', 'team also', 'also 5', '5 searching', 'searching job', 'job car', 'car dealership', 'dealership cricket', 'cricket academy', 'education details bachelor', 'details bachelor bachelor', 'bachelor bachelor commerce', 'bachelor commerce india', 'commerce india guru', 'india guru nanak', 'guru nanak high', 'nanak high school', 'high school sales', 'school sales manager', 'sales manager skill', 'manager skill details', 'skill details data', 'details data entry', 'data entry exprience', 'entry exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months cold', 'months cold calling', 'cold calling exprience', 'calling exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months sales', 'months sales exprience', 'sales exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months salesforce', 'months salesforce exprience', 'salesforce exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months ms', 'months ms office', 'ms office exprience', 'office exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company emperor', 'company emperor honda', 'emperor honda description', 'honda description company', 'description company honda', 'company honda cars', 'honda cars india', 'cars india ltd', 'india ltd description', 'ltd description 1', 'description 1 worked', '1 worked asm', 'worked asm maruti', 'asm maruti dealership', 'maruti dealership 10', 'dealership 10 years', '10 years 2', 'years 2 currently', '2 currently working', 'currently working manager', 'working manager sales', 'manager sales honda', 'sales honda car', 'honda car dealership', 'car dealership last', 'dealership last 5', 'last 5 years', '5 years 3', 'years 3 good', '3 good sportsmen', 'good sportsmen represent', 'sportsmen represent college', 'represent college various', 'college various cricket', 'various cricket tournaments', 'cricket tournaments 4', 'tournaments 4 lead', '4 lead nagpur', 'lead nagpur university', 'nagpur university cricket', 'university cricket team', 'cricket team also', 'team also 5', 'also 5 searching', '5 searching job', 'searching job car', 'job car dealership', 'car dealership cricket', 'dealership cricket academy', 'education details bachelor bachelor', 'details bachelor bachelor commerce', 'bachelor bachelor commerce india', 'bachelor commerce india guru', 'commerce india guru nanak', 'india guru nanak high', 'guru nanak high school', 'nanak high school sales', 'high school sales manager', 'school sales manager skill', 'sales manager skill details', 'manager skill details data', 'skill details data entry', 'details data entry exprience', 'data entry exprience less', 'entry exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months cold', 'year months cold calling', 'months cold calling exprience', 'cold calling exprience less', 'calling exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months sales', 'year months sales exprience', 'months sales exprience less', 'sales exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months salesforce', 'year months salesforce exprience', 'months salesforce exprience less', 'salesforce exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months ms', 'year months ms office', 'months ms office exprience', 'ms office exprience less', 'office exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company emperor', 'details company emperor honda', 'company emperor honda description', 'emperor honda description company', 'honda description company honda', 'description company honda cars', 'company honda cars india', 'honda cars india ltd', 'cars india ltd description', 'india ltd description 1', 'ltd description 1 worked', 'description 1 worked asm', '1 worked asm maruti', 'worked asm maruti dealership', 'asm maruti dealership 10', 'maruti dealership 10 years', 'dealership 10 years 2', '10 years 2 currently', 'years 2 currently working', '2 currently working manager', 'currently working manager sales', 'working manager sales honda', 'manager sales honda car', 'sales honda car dealership', 'honda car dealership last', 'car dealership last 5', 'dealership last 5 years', 'last 5 years 3', '5 years 3 good', 'years 3 good sportsmen', '3 good sportsmen represent', 'good sportsmen represent college', 'sportsmen represent college various', 'represent college various cricket', 'college various cricket tournaments', 'various cricket tournaments 4', 'cricket tournaments 4 lead', 'tournaments 4 lead nagpur', '4 lead nagpur university', 'lead nagpur university cricket', 'nagpur university cricket team', 'university cricket team also', 'cricket team also 5', 'team also 5 searching', 'also 5 searching job', '5 searching job car', 'searching job car dealership', 'job car dealership cricket', 'car dealership cricket academy', 'education details bachelor bachelor commerce', 'details bachelor bachelor commerce india', 'bachelor bachelor commerce india guru', 'bachelor commerce india guru nanak', 'commerce india guru nanak high', 'india guru nanak high school', 'guru nanak high school sales', 'nanak high school sales manager', 'high school sales manager skill', 'school sales manager skill details', 'sales manager skill details data', 'manager skill details data entry', 'skill details data entry exprience', 'details data entry exprience less', 'data entry exprience less 1', 'entry exprience less 1 year', 'exprience less 1 year months', 'less 1 year months cold', '1 year months cold calling', 'year months cold calling exprience', 'months cold calling exprience less', 'cold calling exprience less 1', 'calling exprience less 1 year', 'exprience less 1 year months', 'less 1 year months sales', '1 year months sales exprience', 'year months sales exprience less', 'months sales exprience less 1', 'sales exprience less 1 year', 'exprience less 1 year months', 'less 1 year months salesforce', '1 year months salesforce exprience', 'year months salesforce exprience less', 'months salesforce exprience less 1', 'salesforce exprience less 1 year', 'exprience less 1 year months', 'less 1 year months ms', '1 year months ms office', 'year months ms office exprience', 'months ms office exprience less', 'ms office exprience less 1', 'office exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company emperor', 'monthscompany details company emperor honda', 'details company emperor honda description', 'company emperor honda description company', 'emperor honda description company honda', 'honda description company honda cars', 'description company honda cars india', 'company honda cars india ltd', 'honda cars india ltd description', 'cars india ltd description 1', 'india ltd description 1 worked', 'ltd description 1 worked asm', 'description 1 worked asm maruti', '1 worked asm maruti dealership', 'worked asm maruti dealership 10', 'asm maruti dealership 10 years', 'maruti dealership 10 years 2', 'dealership 10 years 2 currently', '10 years 2 currently working', 'years 2 currently working manager', '2 currently working manager sales', 'currently working manager sales honda', 'working manager sales honda car', 'manager sales honda car dealership', 'sales honda car dealership last', 'honda car dealership last 5', 'car dealership last 5 years', 'dealership last 5 years 3', 'last 5 years 3 good', '5 years 3 good sportsmen', 'years 3 good sportsmen represent', '3 good sportsmen represent college', 'good sportsmen represent college various', 'sportsmen represent college various cricket', 'represent college various cricket tournaments', 'college various cricket tournaments 4', 'various cricket tournaments 4 lead', 'cricket tournaments 4 lead nagpur', 'tournaments 4 lead nagpur university', '4 lead nagpur university cricket', 'lead nagpur university cricket team', 'nagpur university cricket team also', 'university cricket team also 5', 'cricket team also 5 searching', 'team also 5 searching job', 'also 5 searching job car', '5 searching job car dealership', 'searching job car dealership cricket', 'job car dealership cricket academy', 'education details bachelor bachelor commerce india', 'details bachelor bachelor commerce india guru', 'bachelor bachelor commerce india guru nanak', 'bachelor commerce india guru nanak high', 'commerce india guru nanak high school', 'india guru nanak high school sales', 'guru nanak high school sales manager', 'nanak high school sales manager skill', 'high school sales manager skill details', 'school sales manager skill details data', 'sales manager skill details data entry', 'manager skill details data entry exprience', 'skill details data entry exprience less', 'details data entry exprience less 1', 'data entry exprience less 1 year', 'entry exprience less 1 year months', 'exprience less 1 year months cold', 'less 1 year months cold calling', '1 year months cold calling exprience', 'year months cold calling exprience less', 'months cold calling exprience less 1', 'cold calling exprience less 1 year', 'calling exprience less 1 year months', 'exprience less 1 year months sales', 'less 1 year months sales exprience', '1 year months sales exprience less', 'year months sales exprience less 1', 'months sales exprience less 1 year', 'sales exprience less 1 year months', 'exprience less 1 year months salesforce', 'less 1 year months salesforce exprience', '1 year months salesforce exprience less', 'year months salesforce exprience less 1', 'months salesforce exprience less 1 year', 'salesforce exprience less 1 year months', 'exprience less 1 year months ms', 'less 1 year months ms office', '1 year months ms office exprience', 'year months ms office exprience less', 'months ms office exprience less 1', 'ms office exprience less 1 year', 'office exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company emperor', 'year monthscompany details company emperor honda', 'monthscompany details company emperor honda description', 'details company emperor honda description company', 'company emperor honda description company honda', 'emperor honda description company honda cars', 'honda description company honda cars india', 'description company honda cars india ltd', 'company honda cars india ltd description', 'honda cars india ltd description 1', 'cars india ltd description 1 worked', 'india ltd description 1 worked asm', 'ltd description 1 worked asm maruti', 'description 1 worked asm maruti dealership', '1 worked asm maruti dealership 10', 'worked asm maruti dealership 10 years', 'asm maruti dealership 10 years 2', 'maruti dealership 10 years 2 currently', 'dealership 10 years 2 currently working', '10 years 2 currently working manager', 'years 2 currently working manager sales', '2 currently working manager sales honda', 'currently working manager sales honda car', 'working manager sales honda car dealership', 'manager sales honda car dealership last', 'sales honda car dealership last 5', 'honda car dealership last 5 years', 'car dealership last 5 years 3', 'dealership last 5 years 3 good', 'last 5 years 3 good sportsmen', '5 years 3 good sportsmen represent', 'years 3 good sportsmen represent college', '3 good sportsmen represent college various', 'good sportsmen represent college various cricket', 'sportsmen represent college various cricket tournaments', 'represent college various cricket tournaments 4', 'college various cricket tournaments 4 lead', 'various cricket tournaments 4 lead nagpur', 'cricket tournaments 4 lead nagpur university', 'tournaments 4 lead nagpur university cricket', '4 lead nagpur university cricket team', 'lead nagpur university cricket team also', 'nagpur university cricket team also 5', 'university cricket team also 5 searching', 'cricket team also 5 searching job', 'team also 5 searching job car', 'also 5 searching job car dealership', '5 searching job car dealership cricket', 'searching job car dealership cricket academy', 'education details bachelor bachelor commerce india guru', 'details bachelor bachelor commerce india guru nanak', 'bachelor bachelor commerce india guru nanak high', 'bachelor commerce india guru nanak high school', 'commerce india guru nanak high school sales', 'india guru nanak high school sales manager', 'guru nanak high school sales manager skill', 'nanak high school sales manager skill details', 'high school sales manager skill details data', 'school sales manager skill details data entry', 'sales manager skill details data entry exprience', 'manager skill details data entry exprience less', 'skill details data entry exprience less 1', 'details data entry exprience less 1 year', 'data entry exprience less 1 year months', 'entry exprience less 1 year months cold', 'exprience less 1 year months cold calling', 'less 1 year months cold calling exprience', '1 year months cold calling exprience less', 'year months cold calling exprience less 1', 'months cold calling exprience less 1 year', 'cold calling exprience less 1 year months', 'calling exprience less 1 year months sales', 'exprience less 1 year months sales exprience', 'less 1 year months sales exprience less', '1 year months sales exprience less 1', 'year months sales exprience less 1 year', 'months sales exprience less 1 year months', 'sales exprience less 1 year months salesforce', 'exprience less 1 year months salesforce exprience', 'less 1 year months salesforce exprience less', '1 year months salesforce exprience less 1', 'year months salesforce exprience less 1 year', 'months salesforce exprience less 1 year months', 'salesforce exprience less 1 year months ms', 'exprience less 1 year months ms office', 'less 1 year months ms office exprience', '1 year months ms office exprience less', 'year months ms office exprience less 1', 'months ms office exprience less 1 year', 'ms office exprience less 1 year monthscompany', 'office exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company emperor', '1 year monthscompany details company emperor honda', 'year monthscompany details company emperor honda description', 'monthscompany details company emperor honda description company', 'details company emperor honda description company honda', 'company emperor honda description company honda cars', 'emperor honda description company honda cars india', 'honda description company honda cars india ltd', 'description company honda cars india ltd description', 'company honda cars india ltd description 1', 'honda cars india ltd description 1 worked', 'cars india ltd description 1 worked asm', 'india ltd description 1 worked asm maruti', 'ltd description 1 worked asm maruti dealership', 'description 1 worked asm maruti dealership 10', '1 worked asm maruti dealership 10 years', 'worked asm maruti dealership 10 years 2', 'asm maruti dealership 10 years 2 currently', 'maruti dealership 10 years 2 currently working', 'dealership 10 years 2 currently working manager', '10 years 2 currently working manager sales', 'years 2 currently working manager sales honda', '2 currently working manager sales honda car', 'currently working manager sales honda car dealership', 'working manager sales honda car dealership last', 'manager sales honda car dealership last 5', 'sales honda car dealership last 5 years', 'honda car dealership last 5 years 3', 'car dealership last 5 years 3 good', 'dealership last 5 years 3 good sportsmen', 'last 5 years 3 good sportsmen represent', '5 years 3 good sportsmen represent college', 'years 3 good sportsmen represent college various', '3 good sportsmen represent college various cricket', 'good sportsmen represent college various cricket tournaments', 'sportsmen represent college various cricket tournaments 4', 'represent college various cricket tournaments 4 lead', 'college various cricket tournaments 4 lead nagpur', 'various cricket tournaments 4 lead nagpur university', 'cricket tournaments 4 lead nagpur university cricket', 'tournaments 4 lead nagpur university cricket team', '4 lead nagpur university cricket team also', 'lead nagpur university cricket team also 5', 'nagpur university cricket team also 5 searching', 'university cricket team also 5 searching job', 'cricket team also 5 searching job car', 'team also 5 searching job car dealership', 'also 5 searching job car dealership cricket', '5 searching job car dealership cricket academy', 'education details bachelor bachelor commerce india guru nanak', 'details bachelor bachelor commerce india guru nanak high', 'bachelor bachelor commerce india guru nanak high school', 'bachelor commerce india guru nanak high school sales', 'commerce india guru nanak high school sales manager', 'india guru nanak high school sales manager skill', 'guru nanak high school sales manager skill details', 'nanak high school sales manager skill details data', 'high school sales manager skill details data entry', 'school sales manager skill details data entry exprience', 'sales manager skill details data entry exprience less', 'manager skill details data entry exprience less 1', 'skill details data entry exprience less 1 year', 'details data entry exprience less 1 year months', 'data entry exprience less 1 year months cold', 'entry exprience less 1 year months cold calling', 'exprience less 1 year months cold calling exprience', 'less 1 year months cold calling exprience less', '1 year months cold calling exprience less 1', 'year months cold calling exprience less 1 year', 'months cold calling exprience less 1 year months', 'cold calling exprience less 1 year months sales', 'calling exprience less 1 year months sales exprience', 'exprience less 1 year months sales exprience less', 'less 1 year months sales exprience less 1', '1 year months sales exprience less 1 year', 'year months sales exprience less 1 year months', 'months sales exprience less 1 year months salesforce', 'sales exprience less 1 year months salesforce exprience', 'exprience less 1 year months salesforce exprience less', 'less 1 year months salesforce exprience less 1', '1 year months salesforce exprience less 1 year', 'year months salesforce exprience less 1 year months', 'months salesforce exprience less 1 year months ms', 'salesforce exprience less 1 year months ms office', 'exprience less 1 year months ms office exprience', 'less 1 year months ms office exprience less', '1 year months ms office exprience less 1', 'year months ms office exprience less 1 year', 'months ms office exprience less 1 year monthscompany', 'ms office exprience less 1 year monthscompany details', 'office exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company emperor', 'less 1 year monthscompany details company emperor honda', '1 year monthscompany details company emperor honda description', 'year monthscompany details company emperor honda description company', 'monthscompany details company emperor honda description company honda', 'details company emperor honda description company honda cars', 'company emperor honda description company honda cars india', 'emperor honda description company honda cars india ltd', 'honda description company honda cars india ltd description', 'description company honda cars india ltd description 1', 'company honda cars india ltd description 1 worked', 'honda cars india ltd description 1 worked asm', 'cars india ltd description 1 worked asm maruti', 'india ltd description 1 worked asm maruti dealership', 'ltd description 1 worked asm maruti dealership 10', 'description 1 worked asm maruti dealership 10 years', '1 worked asm maruti dealership 10 years 2', 'worked asm maruti dealership 10 years 2 currently', 'asm maruti dealership 10 years 2 currently working', 'maruti dealership 10 years 2 currently working manager', 'dealership 10 years 2 currently working manager sales', '10 years 2 currently working manager sales honda', 'years 2 currently working manager sales honda car', '2 currently working manager sales honda car dealership', 'currently working manager sales honda car dealership last', 'working manager sales honda car dealership last 5', 'manager sales honda car dealership last 5 years', 'sales honda car dealership last 5 years 3', 'honda car dealership last 5 years 3 good', 'car dealership last 5 years 3 good sportsmen', 'dealership last 5 years 3 good sportsmen represent', 'last 5 years 3 good sportsmen represent college', '5 years 3 good sportsmen represent college various', 'years 3 good sportsmen represent college various cricket', '3 good sportsmen represent college various cricket tournaments', 'good sportsmen represent college various cricket tournaments 4', 'sportsmen represent college various cricket tournaments 4 lead', 'represent college various cricket tournaments 4 lead nagpur', 'college various cricket tournaments 4 lead nagpur university', 'various cricket tournaments 4 lead nagpur university cricket', 'cricket tournaments 4 lead nagpur university cricket team', 'tournaments 4 lead nagpur university cricket team also', '4 lead nagpur university cricket team also 5', 'lead nagpur university cricket team also 5 searching', 'nagpur university cricket team also 5 searching job', 'university cricket team also 5 searching job car', 'cricket team also 5 searching job car dealership', 'team also 5 searching job car dealership cricket', 'also 5 searching job car dealership cricket academy', 'education details bachelor bachelor commerce india guru nanak high', 'details bachelor bachelor commerce india guru nanak high school', 'bachelor bachelor commerce india guru nanak high school sales', 'bachelor commerce india guru nanak high school sales manager', 'commerce india guru nanak high school sales manager skill', 'india guru nanak high school sales manager skill details', 'guru nanak high school sales manager skill details data', 'nanak high school sales manager skill details data entry', 'high school sales manager skill details data entry exprience', 'school sales manager skill details data entry exprience less', 'sales manager skill details data entry exprience less 1', 'manager skill details data entry exprience less 1 year', 'skill details data entry exprience less 1 year months', 'details data entry exprience less 1 year months cold', 'data entry exprience less 1 year months cold calling', 'entry exprience less 1 year months cold calling exprience', 'exprience less 1 year months cold calling exprience less', 'less 1 year months cold calling exprience less 1', '1 year months cold calling exprience less 1 year', 'year months cold calling exprience less 1 year months', 'months cold calling exprience less 1 year months sales', 'cold calling exprience less 1 year months sales exprience', 'calling exprience less 1 year months sales exprience less', 'exprience less 1 year months sales exprience less 1', 'less 1 year months sales exprience less 1 year', '1 year months sales exprience less 1 year months', 'year months sales exprience less 1 year months salesforce', 'months sales exprience less 1 year months salesforce exprience', 'sales exprience less 1 year months salesforce exprience less', 'exprience less 1 year months salesforce exprience less 1', 'less 1 year months salesforce exprience less 1 year', '1 year months salesforce exprience less 1 year months', 'year months salesforce exprience less 1 year months ms', 'months salesforce exprience less 1 year months ms office', 'salesforce exprience less 1 year months ms office exprience', 'exprience less 1 year months ms office exprience less', 'less 1 year months ms office exprience less 1', '1 year months ms office exprience less 1 year', 'year months ms office exprience less 1 year monthscompany', 'months ms office exprience less 1 year monthscompany details', 'ms office exprience less 1 year monthscompany details company', 'office exprience less 1 year monthscompany details company emperor', 'exprience less 1 year monthscompany details company emperor honda', 'less 1 year monthscompany details company emperor honda description', '1 year monthscompany details company emperor honda description company', 'year monthscompany details company emperor honda description company honda', 'monthscompany details company emperor honda description company honda cars', 'details company emperor honda description company honda cars india', 'company emperor honda description company honda cars india ltd', 'emperor honda description company honda cars india ltd description', 'honda description company honda cars india ltd description 1', 'description company honda cars india ltd description 1 worked', 'company honda cars india ltd description 1 worked asm', 'honda cars india ltd description 1 worked asm maruti', 'cars india ltd description 1 worked asm maruti dealership', 'india ltd description 1 worked asm maruti dealership 10', 'ltd description 1 worked asm maruti dealership 10 years', 'description 1 worked asm maruti dealership 10 years 2', '1 worked asm maruti dealership 10 years 2 currently', 'worked asm maruti dealership 10 years 2 currently working', 'asm maruti dealership 10 years 2 currently working manager', 'maruti dealership 10 years 2 currently working manager sales', 'dealership 10 years 2 currently working manager sales honda', '10 years 2 currently working manager sales honda car', 'years 2 currently working manager sales honda car dealership', '2 currently working manager sales honda car dealership last', 'currently working manager sales honda car dealership last 5', 'working manager sales honda car dealership last 5 years', 'manager sales honda car dealership last 5 years 3', 'sales honda car dealership last 5 years 3 good', 'honda car dealership last 5 years 3 good sportsmen', 'car dealership last 5 years 3 good sportsmen represent', 'dealership last 5 years 3 good sportsmen represent college', 'last 5 years 3 good sportsmen represent college various', '5 years 3 good sportsmen represent college various cricket', 'years 3 good sportsmen represent college various cricket tournaments', '3 good sportsmen represent college various cricket tournaments 4', 'good sportsmen represent college various cricket tournaments 4 lead', 'sportsmen represent college various cricket tournaments 4 lead nagpur', 'represent college various cricket tournaments 4 lead nagpur university', 'college various cricket tournaments 4 lead nagpur university cricket', 'various cricket tournaments 4 lead nagpur university cricket team', 'cricket tournaments 4 lead nagpur university cricket team also', 'tournaments 4 lead nagpur university cricket team also 5', '4 lead nagpur university cricket team also 5 searching', 'lead nagpur university cricket team also 5 searching job', 'nagpur university cricket team also 5 searching job car', 'university cricket team also 5 searching job car dealership', 'cricket team also 5 searching job car dealership cricket', 'team also 5 searching job car dealership cricket academy'], ['skills', '1', 'ms', 'office', '2', 'good', 'communication', 'skills', 'convincing', 'power', '3', 'knowledge', 'sales', 'marketing', '4', 'customer', 'sales', 'management', '5', 'talent', 'management', '6', 'direct', 'sales', 'management', 'strengths', '1', 'dedication', 'dependability', '2', 'flexibility', 'able', 'work', 'taxing', 'demanding', 'conditions', 'reasonably', 'stretchable', 'time', 'slots', '3', 'team', 'work', 'able', 'work', 'cooperatively', 'team', 'lead', 'team', 'su', 'ess', 'education', 'details', 'sales', 'manager', 'skill', 'details', 'and', 'marketing', 'exprience', '6', 'months', 'direct', 'sales', 'exprience', '36', 'months', 'marketing', 'exprience', '6', 'months', 'of', 'sales', 'exprience', '36', 'months', 'sales', 'exprience', '36', 'monthscompany', 'details', 'company', 'bajaj', 'finance', 'description', 'company', 'bajaj', 'finance', 'description', 'sbi', 'bank', 'as', 'a', 'office', 'assistence', 'for', '1', 'year', 'k', 'g', 'n', 'shope', 'as', 'a', 'office', 'assistence', '6', 'month', 'vodafone', 'as', 'a', 'telle', 'caller', '1', 'year', 'bajaj', 'finserv', 'ltd', 'as', 'an', 'assistant', 'sales', 'manager', '11', 'month', 'square', 'capital', 'as', 'a', 'sales', 'manager', '5', 'month', 'at', 'present', 'working', 'bajaj', 'housing', 'finance', 'ltd', 'as', 'an', 'assistant', 'sales', 'manager', 'skills 1', '1 ms', 'ms office', 'office 2', '2 good', 'good communication', 'communication skills', 'skills convincing', 'convincing power', 'power 3', '3 knowledge', 'knowledge sales', 'sales marketing', 'marketing 4', '4 customer', 'customer sales', 'sales management', 'management 5', '5 talent', 'talent management', 'management 6', '6 direct', 'direct sales', 'sales management', 'management strengths', 'strengths 1', '1 dedication', 'dedication dependability', 'dependability 2', '2 flexibility', 'flexibility able', 'able work', 'work taxing', 'taxing demanding', 'demanding conditions', 'conditions reasonably', 'reasonably stretchable', 'stretchable time', 'time slots', 'slots 3', '3 team', 'team work', 'work able', 'able work', 'work cooperatively', 'cooperatively team', 'team lead', 'lead team', 'team su', 'su ess', 'ess education', 'education details', 'details sales', 'sales manager', 'manager skill', 'skill details', 'details and', 'and marketing', 'marketing exprience', 'exprience 6', '6 months', 'months direct', 'direct sales', 'sales exprience', 'exprience 36', '36 months', 'months marketing', 'marketing exprience', 'exprience 6', '6 months', 'months of', 'of sales', 'sales exprience', 'exprience 36', '36 months', 'months sales', 'sales exprience', 'exprience 36', '36 monthscompany', 'monthscompany details', 'details company', 'company bajaj', 'bajaj finance', 'finance description', 'description company', 'company bajaj', 'bajaj finance', 'finance description', 'description sbi', 'sbi bank', 'bank as', 'as a', 'a office', 'office assistence', 'assistence for', 'for 1', '1 year', 'year k', 'k g', 'g n', 'n shope', 'shope as', 'as a', 'a office', 'office assistence', 'assistence 6', '6 month', 'month vodafone', 'vodafone as', 'as a', 'a telle', 'telle caller', 'caller 1', '1 year', 'year bajaj', 'bajaj finserv', 'finserv ltd', 'ltd as', 'as an', 'an assistant', 'assistant sales', 'sales manager', 'manager 11', '11 month', 'month square', 'square capital', 'capital as', 'as a', 'a sales', 'sales manager', 'manager 5', '5 month', 'month at', 'at present', 'present working', 'working bajaj', 'bajaj housing', 'housing finance', 'finance ltd', 'ltd as', 'as an', 'an assistant', 'assistant sales', 'sales manager', 'skills 1 ms', '1 ms office', 'ms office 2', 'office 2 good', '2 good communication', 'good communication skills', 'communication skills convincing', 'skills convincing power', 'convincing power 3', 'power 3 knowledge', '3 knowledge sales', 'knowledge sales marketing', 'sales marketing 4', 'marketing 4 customer', '4 customer sales', 'customer sales management', 'sales management 5', 'management 5 talent', '5 talent management', 'talent management 6', 'management 6 direct', '6 direct sales', 'direct sales management', 'sales management strengths', 'management strengths 1', 'strengths 1 dedication', '1 dedication dependability', 'dedication dependability 2', 'dependability 2 flexibility', '2 flexibility able', 'flexibility able work', 'able work taxing', 'work taxing demanding', 'taxing demanding conditions', 'demanding conditions reasonably', 'conditions reasonably stretchable', 'reasonably stretchable time', 'stretchable time slots', 'time slots 3', 'slots 3 team', '3 team work', 'team work able', 'work able work', 'able work cooperatively', 'work cooperatively team', 'cooperatively team lead', 'team lead team', 'lead team su', 'team su ess', 'su ess education', 'ess education details', 'education details sales', 'details sales manager', 'sales manager skill', 'manager skill details', 'skill details and', 'details and marketing', 'and marketing exprience', 'marketing exprience 6', 'exprience 6 months', '6 months direct', 'months direct sales', 'direct sales exprience', 'sales exprience 36', 'exprience 36 months', '36 months marketing', 'months marketing exprience', 'marketing exprience 6', 'exprience 6 months', '6 months of', 'months of sales', 'of sales exprience', 'sales exprience 36', 'exprience 36 months', '36 months sales', 'months sales exprience', 'sales exprience 36', 'exprience 36 monthscompany', '36 monthscompany details', 'monthscompany details company', 'details company bajaj', 'company bajaj finance', 'bajaj finance description', 'finance description company', 'description company bajaj', 'company bajaj finance', 'bajaj finance description', 'finance description sbi', 'description sbi bank', 'sbi bank as', 'bank as a', 'as a office', 'a office assistence', 'office assistence for', 'assistence for 1', 'for 1 year', '1 year k', 'year k g', 'k g n', 'g n shope', 'n shope as', 'shope as a', 'as a office', 'a office assistence', 'office assistence 6', 'assistence 6 month', '6 month vodafone', 'month vodafone as', 'vodafone as a', 'as a telle', 'a telle caller', 'telle caller 1', 'caller 1 year', '1 year bajaj', 'year bajaj finserv', 'bajaj finserv ltd', 'finserv ltd as', 'ltd as an', 'as an assistant', 'an assistant sales', 'assistant sales manager', 'sales manager 11', 'manager 11 month', '11 month square', 'month square capital', 'square capital as', 'capital as a', 'as a sales', 'a sales manager', 'sales manager 5', 'manager 5 month', '5 month at', 'month at present', 'at present working', 'present working bajaj', 'working bajaj housing', 'bajaj housing finance', 'housing finance ltd', 'finance ltd as', 'ltd as an', 'as an assistant', 'an assistant sales', 'assistant sales manager', 'skills 1 ms office', '1 ms office 2', 'ms office 2 good', 'office 2 good communication', '2 good communication skills', 'good communication skills convincing', 'communication skills convincing power', 'skills convincing power 3', 'convincing power 3 knowledge', 'power 3 knowledge sales', '3 knowledge sales marketing', 'knowledge sales marketing 4', 'sales marketing 4 customer', 'marketing 4 customer sales', '4 customer sales management', 'customer sales management 5', 'sales management 5 talent', 'management 5 talent management', '5 talent management 6', 'talent management 6 direct', 'management 6 direct sales', '6 direct sales management', 'direct sales management strengths', 'sales management strengths 1', 'management strengths 1 dedication', 'strengths 1 dedication dependability', '1 dedication dependability 2', 'dedication dependability 2 flexibility', 'dependability 2 flexibility able', '2 flexibility able work', 'flexibility able work taxing', 'able work taxing demanding', 'work taxing demanding conditions', 'taxing demanding conditions reasonably', 'demanding conditions reasonably stretchable', 'conditions reasonably stretchable time', 'reasonably stretchable time slots', 'stretchable time slots 3', 'time slots 3 team', 'slots 3 team work', '3 team work able', 'team work able work', 'work able work cooperatively', 'able work cooperatively team', 'work cooperatively team lead', 'cooperatively team lead team', 'team lead team su', 'lead team su ess', 'team su ess education', 'su ess education details', 'ess education details sales', 'education details sales manager', 'details sales manager skill', 'sales manager skill details', 'manager skill details and', 'skill details and marketing', 'details and marketing exprience', 'and marketing exprience 6', 'marketing exprience 6 months', 'exprience 6 months direct', '6 months direct sales', 'months direct sales exprience', 'direct sales exprience 36', 'sales exprience 36 months', 'exprience 36 months marketing', '36 months marketing exprience', 'months marketing exprience 6', 'marketing exprience 6 months', 'exprience 6 months of', '6 months of sales', 'months of sales exprience', 'of sales exprience 36', 'sales exprience 36 months', 'exprience 36 months sales', '36 months sales exprience', 'months sales exprience 36', 'sales exprience 36 monthscompany', 'exprience 36 monthscompany details', '36 monthscompany details company', 'monthscompany details company bajaj', 'details company bajaj finance', 'company bajaj finance description', 'bajaj finance description company', 'finance description company bajaj', 'description company bajaj finance', 'company bajaj finance description', 'bajaj finance description sbi', 'finance description sbi bank', 'description sbi bank as', 'sbi bank as a', 'bank as a office', 'as a office assistence', 'a office assistence for', 'office assistence for 1', 'assistence for 1 year', 'for 1 year k', '1 year k g', 'year k g n', 'k g n shope', 'g n shope as', 'n shope as a', 'shope as a office', 'as a office assistence', 'a office assistence 6', 'office assistence 6 month', 'assistence 6 month vodafone', '6 month vodafone as', 'month vodafone as a', 'vodafone as a telle', 'as a telle caller', 'a telle caller 1', 'telle caller 1 year', 'caller 1 year bajaj', '1 year bajaj finserv', 'year bajaj finserv ltd', 'bajaj finserv ltd as', 'finserv ltd as an', 'ltd as an assistant', 'as an assistant sales', 'an assistant sales manager', 'assistant sales manager 11', 'sales manager 11 month', 'manager 11 month square', '11 month square capital', 'month square capital as', 'square capital as a', 'capital as a sales', 'as a sales manager', 'a sales manager 5', 'sales manager 5 month', 'manager 5 month at', '5 month at present', 'month at present working', 'at present working bajaj', 'present working bajaj housing', 'working bajaj housing finance', 'bajaj housing finance ltd', 'housing finance ltd as', 'finance ltd as an', 'ltd as an assistant', 'as an assistant sales', 'an assistant sales manager', 'skills 1 ms office 2', '1 ms office 2 good', 'ms office 2 good communication', 'office 2 good communication skills', '2 good communication skills convincing', 'good communication skills convincing power', 'communication skills convincing power 3', 'skills convincing power 3 knowledge', 'convincing power 3 knowledge sales', 'power 3 knowledge sales marketing', '3 knowledge sales marketing 4', 'knowledge sales marketing 4 customer', 'sales marketing 4 customer sales', 'marketing 4 customer sales management', '4 customer sales management 5', 'customer sales management 5 talent', 'sales management 5 talent management', 'management 5 talent management 6', '5 talent management 6 direct', 'talent management 6 direct sales', 'management 6 direct sales management', '6 direct sales management strengths', 'direct sales management strengths 1', 'sales management strengths 1 dedication', 'management strengths 1 dedication dependability', 'strengths 1 dedication dependability 2', '1 dedication dependability 2 flexibility', 'dedication dependability 2 flexibility able', 'dependability 2 flexibility able work', '2 flexibility able work taxing', 'flexibility able work taxing demanding', 'able work taxing demanding conditions', 'work taxing demanding conditions reasonably', 'taxing demanding conditions reasonably stretchable', 'demanding conditions reasonably stretchable time', 'conditions reasonably stretchable time slots', 'reasonably stretchable time slots 3', 'stretchable time slots 3 team', 'time slots 3 team work', 'slots 3 team work able', '3 team work able work', 'team work able work cooperatively', 'work able work cooperatively team', 'able work cooperatively team lead', 'work cooperatively team lead team', 'cooperatively team lead team su', 'team lead team su ess', 'lead team su ess education', 'team su ess education details', 'su ess education details sales', 'ess education details sales manager', 'education details sales manager skill', 'details sales manager skill details', 'sales manager skill details and', 'manager skill details and marketing', 'skill details and marketing exprience', 'details and marketing exprience 6', 'and marketing exprience 6 months', 'marketing exprience 6 months direct', 'exprience 6 months direct sales', '6 months direct sales exprience', 'months direct sales exprience 36', 'direct sales exprience 36 months', 'sales exprience 36 months marketing', 'exprience 36 months marketing exprience', '36 months marketing exprience 6', 'months marketing exprience 6 months', 'marketing exprience 6 months of', 'exprience 6 months of sales', '6 months of sales exprience', 'months of sales exprience 36', 'of sales exprience 36 months', 'sales exprience 36 months sales', 'exprience 36 months sales exprience', '36 months sales exprience 36', 'months sales exprience 36 monthscompany', 'sales exprience 36 monthscompany details', 'exprience 36 monthscompany details company', '36 monthscompany details company bajaj', 'monthscompany details company bajaj finance', 'details company bajaj finance description', 'company bajaj finance description company', 'bajaj finance description company bajaj', 'finance description company bajaj finance', 'description company bajaj finance description', 'company bajaj finance description sbi', 'bajaj finance description sbi bank', 'finance description sbi bank as', 'description sbi bank as a', 'sbi bank as a office', 'bank as a office assistence', 'as a office assistence for', 'a office assistence for 1', 'office assistence for 1 year', 'assistence for 1 year k', 'for 1 year k g', '1 year k g n', 'year k g n shope', 'k g n shope as', 'g n shope as a', 'n shope as a office', 'shope as a office assistence', 'as a office assistence 6', 'a office assistence 6 month', 'office assistence 6 month vodafone', 'assistence 6 month vodafone as', '6 month vodafone as a', 'month vodafone as a telle', 'vodafone as a telle caller', 'as a telle caller 1', 'a telle caller 1 year', 'telle caller 1 year bajaj', 'caller 1 year bajaj finserv', '1 year bajaj finserv ltd', 'year bajaj finserv ltd as', 'bajaj finserv ltd as an', 'finserv ltd as an assistant', 'ltd as an assistant sales', 'as an assistant sales manager', 'an assistant sales manager 11', 'assistant sales manager 11 month', 'sales manager 11 month square', 'manager 11 month square capital', '11 month square capital as', 'month square capital as a', 'square capital as a sales', 'capital as a sales manager', 'as a sales manager 5', 'a sales manager 5 month', 'sales manager 5 month at', 'manager 5 month at present', '5 month at present working', 'month at present working bajaj', 'at present working bajaj housing', 'present working bajaj housing finance', 'working bajaj housing finance ltd', 'bajaj housing finance ltd as', 'housing finance ltd as an', 'finance ltd as an assistant', 'ltd as an assistant sales', 'as an assistant sales manager', 'skills 1 ms office 2 good', '1 ms office 2 good communication', 'ms office 2 good communication skills', 'office 2 good communication skills convincing', '2 good communication skills convincing power', 'good communication skills convincing power 3', 'communication skills convincing power 3 knowledge', 'skills convincing power 3 knowledge sales', 'convincing power 3 knowledge sales marketing', 'power 3 knowledge sales marketing 4', '3 knowledge sales marketing 4 customer', 'knowledge sales marketing 4 customer sales', 'sales marketing 4 customer sales management', 'marketing 4 customer sales management 5', '4 customer sales management 5 talent', 'customer sales management 5 talent management', 'sales management 5 talent management 6', 'management 5 talent management 6 direct', '5 talent management 6 direct sales', 'talent management 6 direct sales management', 'management 6 direct sales management strengths', '6 direct sales management strengths 1', 'direct sales management strengths 1 dedication', 'sales management strengths 1 dedication dependability', 'management strengths 1 dedication dependability 2', 'strengths 1 dedication dependability 2 flexibility', '1 dedication dependability 2 flexibility able', 'dedication dependability 2 flexibility able work', 'dependability 2 flexibility able work taxing', '2 flexibility able work taxing demanding', 'flexibility able work taxing demanding conditions', 'able work taxing demanding conditions reasonably', 'work taxing demanding conditions reasonably stretchable', 'taxing demanding conditions reasonably stretchable time', 'demanding conditions reasonably stretchable time slots', 'conditions reasonably stretchable time slots 3', 'reasonably stretchable time slots 3 team', 'stretchable time slots 3 team work', 'time slots 3 team work able', 'slots 3 team work able work', '3 team work able work cooperatively', 'team work able work cooperatively team', 'work able work cooperatively team lead', 'able work cooperatively team lead team', 'work cooperatively team lead team su', 'cooperatively team lead team su ess', 'team lead team su ess education', 'lead team su ess education details', 'team su ess education details sales', 'su ess education details sales manager', 'ess education details sales manager skill', 'education details sales manager skill details', 'details sales manager skill details and', 'sales manager skill details and marketing', 'manager skill details and marketing exprience', 'skill details and marketing exprience 6', 'details and marketing exprience 6 months', 'and marketing exprience 6 months direct', 'marketing exprience 6 months direct sales', 'exprience 6 months direct sales exprience', '6 months direct sales exprience 36', 'months direct sales exprience 36 months', 'direct sales exprience 36 months marketing', 'sales exprience 36 months marketing exprience', 'exprience 36 months marketing exprience 6', '36 months marketing exprience 6 months', 'months marketing exprience 6 months of', 'marketing exprience 6 months of sales', 'exprience 6 months of sales exprience', '6 months of sales exprience 36', 'months of sales exprience 36 months', 'of sales exprience 36 months sales', 'sales exprience 36 months sales exprience', 'exprience 36 months sales exprience 36', '36 months sales exprience 36 monthscompany', 'months sales exprience 36 monthscompany details', 'sales exprience 36 monthscompany details company', 'exprience 36 monthscompany details company bajaj', '36 monthscompany details company bajaj finance', 'monthscompany details company bajaj finance description', 'details company bajaj finance description company', 'company bajaj finance description company bajaj', 'bajaj finance description company bajaj finance', 'finance description company bajaj finance description', 'description company bajaj finance description sbi', 'company bajaj finance description sbi bank', 'bajaj finance description sbi bank as', 'finance description sbi bank as a', 'description sbi bank as a office', 'sbi bank as a office assistence', 'bank as a office assistence for', 'as a office assistence for 1', 'a office assistence for 1 year', 'office assistence for 1 year k', 'assistence for 1 year k g', 'for 1 year k g n', '1 year k g n shope', 'year k g n shope as', 'k g n shope as a', 'g n shope as a office', 'n shope as a office assistence', 'shope as a office assistence 6', 'as a office assistence 6 month', 'a office assistence 6 month vodafone', 'office assistence 6 month vodafone as', 'assistence 6 month vodafone as a', '6 month vodafone as a telle', 'month vodafone as a telle caller', 'vodafone as a telle caller 1', 'as a telle caller 1 year', 'a telle caller 1 year bajaj', 'telle caller 1 year bajaj finserv', 'caller 1 year bajaj finserv ltd', '1 year bajaj finserv ltd as', 'year bajaj finserv ltd as an', 'bajaj finserv ltd as an assistant', 'finserv ltd as an assistant sales', 'ltd as an assistant sales manager', 'as an assistant sales manager 11', 'an assistant sales manager 11 month', 'assistant sales manager 11 month square', 'sales manager 11 month square capital', 'manager 11 month square capital as', '11 month square capital as a', 'month square capital as a sales', 'square capital as a sales manager', 'capital as a sales manager 5', 'as a sales manager 5 month', 'a sales manager 5 month at', 'sales manager 5 month at present', 'manager 5 month at present working', '5 month at present working bajaj', 'month at present working bajaj housing', 'at present working bajaj housing finance', 'present working bajaj housing finance ltd', 'working bajaj housing finance ltd as', 'bajaj housing finance ltd as an', 'housing finance ltd as an assistant', 'finance ltd as an assistant sales', 'ltd as an assistant sales manager', 'skills 1 ms office 2 good communication', '1 ms office 2 good communication skills', 'ms office 2 good communication skills convincing', 'office 2 good communication skills convincing power', '2 good communication skills convincing power 3', 'good communication skills convincing power 3 knowledge', 'communication skills convincing power 3 knowledge sales', 'skills convincing power 3 knowledge sales marketing', 'convincing power 3 knowledge sales marketing 4', 'power 3 knowledge sales marketing 4 customer', '3 knowledge sales marketing 4 customer sales', 'knowledge sales marketing 4 customer sales management', 'sales marketing 4 customer sales management 5', 'marketing 4 customer sales management 5 talent', '4 customer sales management 5 talent management', 'customer sales management 5 talent management 6', 'sales management 5 talent management 6 direct', 'management 5 talent management 6 direct sales', '5 talent management 6 direct sales management', 'talent management 6 direct sales management strengths', 'management 6 direct sales management strengths 1', '6 direct sales management strengths 1 dedication', 'direct sales management strengths 1 dedication dependability', 'sales management strengths 1 dedication dependability 2', 'management strengths 1 dedication dependability 2 flexibility', 'strengths 1 dedication dependability 2 flexibility able', '1 dedication dependability 2 flexibility able work', 'dedication dependability 2 flexibility able work taxing', 'dependability 2 flexibility able work taxing demanding', '2 flexibility able work taxing demanding conditions', 'flexibility able work taxing demanding conditions reasonably', 'able work taxing demanding conditions reasonably stretchable', 'work taxing demanding conditions reasonably stretchable time', 'taxing demanding conditions reasonably stretchable time slots', 'demanding conditions reasonably stretchable time slots 3', 'conditions reasonably stretchable time slots 3 team', 'reasonably stretchable time slots 3 team work', 'stretchable time slots 3 team work able', 'time slots 3 team work able work', 'slots 3 team work able work cooperatively', '3 team work able work cooperatively team', 'team work able work cooperatively team lead', 'work able work cooperatively team lead team', 'able work cooperatively team lead team su', 'work cooperatively team lead team su ess', 'cooperatively team lead team su ess education', 'team lead team su ess education details', 'lead team su ess education details sales', 'team su ess education details sales manager', 'su ess education details sales manager skill', 'ess education details sales manager skill details', 'education details sales manager skill details and', 'details sales manager skill details and marketing', 'sales manager skill details and marketing exprience', 'manager skill details and marketing exprience 6', 'skill details and marketing exprience 6 months', 'details and marketing exprience 6 months direct', 'and marketing exprience 6 months direct sales', 'marketing exprience 6 months direct sales exprience', 'exprience 6 months direct sales exprience 36', '6 months direct sales exprience 36 months', 'months direct sales exprience 36 months marketing', 'direct sales exprience 36 months marketing exprience', 'sales exprience 36 months marketing exprience 6', 'exprience 36 months marketing exprience 6 months', '36 months marketing exprience 6 months of', 'months marketing exprience 6 months of sales', 'marketing exprience 6 months of sales exprience', 'exprience 6 months of sales exprience 36', '6 months of sales exprience 36 months', 'months of sales exprience 36 months sales', 'of sales exprience 36 months sales exprience', 'sales exprience 36 months sales exprience 36', 'exprience 36 months sales exprience 36 monthscompany', '36 months sales exprience 36 monthscompany details', 'months sales exprience 36 monthscompany details company', 'sales exprience 36 monthscompany details company bajaj', 'exprience 36 monthscompany details company bajaj finance', '36 monthscompany details company bajaj finance description', 'monthscompany details company bajaj finance description company', 'details company bajaj finance description company bajaj', 'company bajaj finance description company bajaj finance', 'bajaj finance description company bajaj finance description', 'finance description company bajaj finance description sbi', 'description company bajaj finance description sbi bank', 'company bajaj finance description sbi bank as', 'bajaj finance description sbi bank as a', 'finance description sbi bank as a office', 'description sbi bank as a office assistence', 'sbi bank as a office assistence for', 'bank as a office assistence for 1', 'as a office assistence for 1 year', 'a office assistence for 1 year k', 'office assistence for 1 year k g', 'assistence for 1 year k g n', 'for 1 year k g n shope', '1 year k g n shope as', 'year k g n shope as a', 'k g n shope as a office', 'g n shope as a office assistence', 'n shope as a office assistence 6', 'shope as a office assistence 6 month', 'as a office assistence 6 month vodafone', 'a office assistence 6 month vodafone as', 'office assistence 6 month vodafone as a', 'assistence 6 month vodafone as a telle', '6 month vodafone as a telle caller', 'month vodafone as a telle caller 1', 'vodafone as a telle caller 1 year', 'as a telle caller 1 year bajaj', 'a telle caller 1 year bajaj finserv', 'telle caller 1 year bajaj finserv ltd', 'caller 1 year bajaj finserv ltd as', '1 year bajaj finserv ltd as an', 'year bajaj finserv ltd as an assistant', 'bajaj finserv ltd as an assistant sales', 'finserv ltd as an assistant sales manager', 'ltd as an assistant sales manager 11', 'as an assistant sales manager 11 month', 'an assistant sales manager 11 month square', 'assistant sales manager 11 month square capital', 'sales manager 11 month square capital as', 'manager 11 month square capital as a', '11 month square capital as a sales', 'month square capital as a sales manager', 'square capital as a sales manager 5', 'capital as a sales manager 5 month', 'as a sales manager 5 month at', 'a sales manager 5 month at present', 'sales manager 5 month at present working', 'manager 5 month at present working bajaj', '5 month at present working bajaj housing', 'month at present working bajaj housing finance', 'at present working bajaj housing finance ltd', 'present working bajaj housing finance ltd as', 'working bajaj housing finance ltd as an', 'bajaj housing finance ltd as an assistant', 'housing finance ltd as an assistant sales', 'finance ltd as an assistant sales manager', 'skills 1 ms office 2 good communication skills', '1 ms office 2 good communication skills convincing', 'ms office 2 good communication skills convincing power', 'office 2 good communication skills convincing power 3', '2 good communication skills convincing power 3 knowledge', 'good communication skills convincing power 3 knowledge sales', ...], ['key', 'skills', 'planning', 'strategizing', 'presentation', 'skill', 'client', 'relationship', 'energy', 'level', 'enquiry', 'generation', 'achieving', 'targets', 'qualifications', 'a', 'university', 'marketing', 'business', 'studies', 'preferred', 'minimum', 'three', 'years', 'related', 'experience', 'sales', 'marketing', 'sector', 'problem', 'solving', 'analytical', 'skills', 'interpret', 'sales', 'performance', 'market', 'trend', 'information', 'proven', 'ability', 'motivate', 'lead', 'sales', 'team', 'experience', 'developing', 'marketing', 'sales', 'strategies', 'excellent', 'oral', 'written', 'communication', 'skills', 'plus', 'good', 'working', 'knowledge', 'microsoft', 'office', 'computer', 'knowledge', 'knowledge', 'ms', 'excel', 'ms', 'word', 'ms', 'powerpoint', 'achievements', 'interests', 'i', 'played', 'cricket', 'national', 'team', 'maharashtra', 'cricket', 'association', 'played', 'regional', 'level', 'cricket', 'tournament', 'thee', 'times', 'school', 'team', 'worked', 'sports', 'secretary', 'college', 'annual', 'meet', 'worked', 'volunteer', 'road', 'show', 'poona', 'college', 'worked', 'group', 'leader', 'college', 'presentation', 'my', 'interest', 'learning', 'various', 'computers', 'languages', 'tricks', 'techniques', 'computer', 'playing', 'cricket', 'personal', 'information', 'education', 'details', 'mba', 'operations', 'dr', 'd', 'y', 'patil', 'college', 'b', 'b', 'a', 'marketing', 'pune', 'maharashtra', 'poona', 'college', 'h', 's', 'c', 'moledina', 'high', 'school', 'jr', 'college', 's', 's', 'c', 'maharashtra', 'board', 'a', 'm', 'v', 'high', 'school', 'sales', 'manager', 'sales', 'manager', 'skill', 'details', 'sales', 'exprience', '104', 'months', 'marketing', 'exprience', '97', 'months', 'sales', 'team', 'exprience', '44', 'months', 'and', 'sales', 'exprience', '6', 'months', 'excel', 'exprience', '6', 'monthscompany', 'details', 'company', 'f2', 'fun', 'fitness', 'description', 'set', 'individual', 'sales', 'targets', 'sales', 'team', 'handling', 'enquiries', 'generating', 'new', 'enquiries', 'set', 'individual', 'sales', 'targets', 'sales', 'team', 'continuously', 'managing', 'team', 'performance', 'managing', 'staff', 'training', 'requirements', 'generate', 'timely', 'sales', 'reports', 'organizing', 'seasonal', 'promotions', 'events', 'supervise', 'motivate', 'staff', 'holds', 'regular', 'meeting', 'sales', 'staff', 'company', 'gold', 'gym', 'india', 'pvt', 'ltd', 'description', 'job', 'profile', 'set', 'individual', 'sales', 'targets', 'sales', 'team', 'handling', 'enquiries', 'generating', 'new', 'enquiries', 'set', 'individual', 'sales', 'targets', 'sales', 'team', 'continuously', 'managing', 'team', 'performance', 'managing', 'staff', 'training', 'requirements', 'generate', 'timely', 'sales', 'reports', 'organizing', 'seasonal', 'promotions', 'events', 'supervise', 'motivate', 'staff', 'holds', 'regular', 'meeting', 'sales', 'staff', 'company', 'description', '10', '24', '2012', 'achievements', 'joined', 'sales', 'associate', '2010', 'promoted', 'sales', 'manager', '2012', 'exceeded', 'sales', 'targets', 'high', 'level', 'contribution', 'dedication', 'organization', 'applauded', 'best', 'sales', 'marketing', 'performance', 'pune', 'zone', 'awarded', 'certificate', 'excellence', 'outstanding', 'performance', 'year', '2014', 'ranked', 'sales', 'manager', '6', '2013', '2014', 'recognized', 'superior', 'performance', 'two', 'time', 'district', 'employee', 'month', 'honoree', 'job', 'profile', 'build', 'strategies', 'develop', 'marketing', 'initiative', 'create', 'awareness', 'company', 'services', 'propose', 'execute', 'promotional', 'programme', 'attract', 'clients', 'working', 'team', 'four', 'six', 'people', 'thereby', 'ensuring', 'targets', 'defined', 'achieved', 'arrange', 'necessary', 'possible', 'facilities', 'information', 'desk', 'manages', 'personal', 'develops', 'sales', 'roles', 'support', 'staff', 'reviews', 'progress', 'sales', 'roles', 'throughout', 'company', 'determine', 'price', 'schedules', 'discount', 'rate', 'generate', 'timely', 'sales', 'reports', 'control', 'expenses', 'monitor', 'budgets', 'company', 'talwalkars', 'aspire', 'fitness', 'pvt', 'ltd', 'description', 'company', 'talwalkars', 'aspire', 'fitness', 'pvt', 'ltd', 'description', 'key skills', 'skills planning', 'planning strategizing', 'strategizing presentation', 'presentation skill', 'skill client', 'client relationship', 'relationship energy', 'energy level', 'level enquiry', 'enquiry generation', 'generation achieving', 'achieving targets', 'targets qualifications', 'qualifications a', 'a university', 'university marketing', 'marketing business', 'business studies', 'studies preferred', 'preferred minimum', 'minimum three', 'three years', 'years related', 'related experience', 'experience sales', 'sales marketing', 'marketing sector', 'sector problem', 'problem solving', 'solving analytical', 'analytical skills', 'skills interpret', 'interpret sales', 'sales performance', 'performance market', 'market trend', 'trend information', 'information proven', 'proven ability', 'ability motivate', 'motivate lead', 'lead sales', 'sales team', 'team experience', 'experience developing', 'developing marketing', 'marketing sales', 'sales strategies', 'strategies excellent', 'excellent oral', 'oral written', 'written communication', 'communication skills', 'skills plus', 'plus good', 'good working', 'working knowledge', 'knowledge microsoft', 'microsoft office', 'office computer', 'computer knowledge', 'knowledge knowledge', 'knowledge ms', 'ms excel', 'excel ms', 'ms word', 'word ms', 'ms powerpoint', 'powerpoint achievements', 'achievements interests', 'interests i', 'i played', 'played cricket', 'cricket national', 'national team', 'team maharashtra', 'maharashtra cricket', 'cricket association', 'association played', 'played regional', 'regional level', 'level cricket', 'cricket tournament', 'tournament thee', 'thee times', 'times school', 'school team', 'team worked', 'worked sports', 'sports secretary', 'secretary college', 'college annual', 'annual meet', 'meet worked', 'worked volunteer', 'volunteer road', 'road show', 'show poona', 'poona college', 'college worked', 'worked group', 'group leader', 'leader college', 'college presentation', 'presentation my', 'my interest', 'interest learning', 'learning various', 'various computers', 'computers languages', 'languages tricks', 'tricks techniques', 'techniques computer', 'computer playing', 'playing cricket', 'cricket personal', 'personal information', 'information education', 'education details', 'details mba', 'mba operations', 'operations dr', 'dr d', 'd y', 'y patil', 'patil college', 'college b', 'b b', 'b a', 'a marketing', 'marketing pune', 'pune maharashtra', 'maharashtra poona', 'poona college', 'college h', 'h s', 's c', 'c moledina', 'moledina high', 'high school', 'school jr', 'jr college', 'college s', 's s', 's c', 'c maharashtra', 'maharashtra board', 'board a', 'a m', 'm v', 'v high', 'high school', 'school sales', 'sales manager', 'manager sales', 'sales manager', 'manager skill', 'skill details', 'details sales', 'sales exprience', 'exprience 104', '104 months', 'months marketing', 'marketing exprience', 'exprience 97', '97 months', 'months sales', 'sales team', 'team exprience', 'exprience 44', '44 months', 'months and', 'and sales', 'sales exprience', 'exprience 6', '6 months', 'months excel', 'excel exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company f2', 'f2 fun', 'fun fitness', 'fitness description', 'description set', 'set individual', 'individual sales', 'sales targets', 'targets sales', 'sales team', 'team handling', 'handling enquiries', 'enquiries generating', 'generating new', 'new enquiries', 'enquiries set', 'set individual', 'individual sales', 'sales targets', 'targets sales', 'sales team', 'team continuously', 'continuously managing', 'managing team', 'team performance', 'performance managing', 'managing staff', 'staff training', 'training requirements', 'requirements generate', 'generate timely', 'timely sales', 'sales reports', 'reports organizing', 'organizing seasonal', 'seasonal promotions', 'promotions events', 'events supervise', 'supervise motivate', 'motivate staff', 'staff holds', 'holds regular', 'regular meeting', 'meeting sales', 'sales staff', 'staff company', 'company gold', 'gold gym', 'gym india', 'india pvt', 'pvt ltd', 'ltd description', 'description job', 'job profile', 'profile set', 'set individual', 'individual sales', 'sales targets', 'targets sales', 'sales team', 'team handling', 'handling enquiries', 'enquiries generating', 'generating new', 'new enquiries', 'enquiries set', 'set individual', 'individual sales', 'sales targets', 'targets sales', 'sales team', 'team continuously', 'continuously managing', 'managing team', 'team performance', 'performance managing', 'managing staff', 'staff training', 'training requirements', 'requirements generate', 'generate timely', 'timely sales', 'sales reports', 'reports organizing', 'organizing seasonal', 'seasonal promotions', 'promotions events', 'events supervise', 'supervise motivate', 'motivate staff', 'staff holds', 'holds regular', 'regular meeting', 'meeting sales', 'sales staff', 'staff company', 'company description', 'description 10', '10 24', '24 2012', '2012 achievements', 'achievements joined', 'joined sales', 'sales associate', 'associate 2010', '2010 promoted', 'promoted sales', 'sales manager', 'manager 2012', '2012 exceeded', 'exceeded sales', 'sales targets', 'targets high', 'high level', 'level contribution', 'contribution dedication', 'dedication organization', 'organization applauded', 'applauded best', 'best sales', 'sales marketing', 'marketing performance', 'performance pune', 'pune zone', 'zone awarded', 'awarded certificate', 'certificate excellence', 'excellence outstanding', 'outstanding performance', 'performance year', 'year 2014', '2014 ranked', 'ranked sales', 'sales manager', 'manager 6', '6 2013', '2013 2014', '2014 recognized', 'recognized superior', 'superior performance', 'performance two', 'two time', 'time district', 'district employee', 'employee month', 'month honoree', 'honoree job', 'job profile', 'profile build', 'build strategies', 'strategies develop', 'develop marketing', 'marketing initiative', 'initiative create', 'create awareness', 'awareness company', 'company services', 'services propose', 'propose execute', 'execute promotional', 'promotional programme', 'programme attract', 'attract clients', 'clients working', 'working team', 'team four', 'four six', 'six people', 'people thereby', 'thereby ensuring', 'ensuring targets', 'targets defined', 'defined achieved', 'achieved arrange', 'arrange necessary', 'necessary possible', 'possible facilities', 'facilities information', 'information desk', 'desk manages', 'manages personal', 'personal develops', 'develops sales', 'sales roles', 'roles support', 'support staff', 'staff reviews', 'reviews progress', 'progress sales', 'sales roles', 'roles throughout', 'throughout company', 'company determine', 'determine price', 'price schedules', 'schedules discount', 'discount rate', 'rate generate', 'generate timely', 'timely sales', 'sales reports', 'reports control', 'control expenses', 'expenses monitor', 'monitor budgets', 'budgets company', 'company talwalkars', 'talwalkars aspire', 'aspire fitness', 'fitness pvt', 'pvt ltd', 'ltd description', 'description company', 'company talwalkars', 'talwalkars aspire', 'aspire fitness', 'fitness pvt', 'pvt ltd', 'ltd description', 'key skills planning', 'skills planning strategizing', 'planning strategizing presentation', 'strategizing presentation skill', 'presentation skill client', 'skill client relationship', 'client relationship energy', 'relationship energy level', 'energy level enquiry', 'level enquiry generation', 'enquiry generation achieving', 'generation achieving targets', 'achieving targets qualifications', 'targets qualifications a', 'qualifications a university', 'a university marketing', 'university marketing business', 'marketing business studies', 'business studies preferred', 'studies preferred minimum', 'preferred minimum three', 'minimum three years', 'three years related', 'years related experience', 'related experience sales', 'experience sales marketing', 'sales marketing sector', 'marketing sector problem', 'sector problem solving', 'problem solving analytical', 'solving analytical skills', 'analytical skills interpret', 'skills interpret sales', 'interpret sales performance', 'sales performance market', 'performance market trend', 'market trend information', 'trend information proven', 'information proven ability', 'proven ability motivate', 'ability motivate lead', 'motivate lead sales', 'lead sales team', 'sales team experience', 'team experience developing', 'experience developing marketing', 'developing marketing sales', 'marketing sales strategies', 'sales strategies excellent', 'strategies excellent oral', 'excellent oral written', 'oral written communication', 'written communication skills', 'communication skills plus', 'skills plus good', 'plus good working', 'good working knowledge', 'working knowledge microsoft', 'knowledge microsoft office', 'microsoft office computer', 'office computer knowledge', 'computer knowledge knowledge', 'knowledge knowledge ms', 'knowledge ms excel', 'ms excel ms', 'excel ms word', 'ms word ms', 'word ms powerpoint', 'ms powerpoint achievements', 'powerpoint achievements interests', 'achievements interests i', 'interests i played', 'i played cricket', 'played cricket national', 'cricket national team', 'national team maharashtra', 'team maharashtra cricket', 'maharashtra cricket association', 'cricket association played', 'association played regional', 'played regional level', 'regional level cricket', 'level cricket tournament', 'cricket tournament thee', 'tournament thee times', 'thee times school', 'times school team', 'school team worked', 'team worked sports', 'worked sports secretary', 'sports secretary college', 'secretary college annual', 'college annual meet', 'annual meet worked', 'meet worked volunteer', 'worked volunteer road', 'volunteer road show', 'road show poona', 'show poona college', 'poona college worked', 'college worked group', 'worked group leader', 'group leader college', 'leader college presentation', 'college presentation my', 'presentation my interest', 'my interest learning', 'interest learning various', 'learning various computers', 'various computers languages', 'computers languages tricks', 'languages tricks techniques', 'tricks techniques computer', 'techniques computer playing', 'computer playing cricket', 'playing cricket personal', 'cricket personal information', 'personal information education', 'information education details', 'education details mba', 'details mba operations', 'mba operations dr', 'operations dr d', 'dr d y', 'd y patil', 'y patil college', 'patil college b', 'college b b', 'b b a', 'b a marketing', 'a marketing pune', 'marketing pune maharashtra', 'pune maharashtra poona', 'maharashtra poona college', 'poona college h', 'college h s', 'h s c', 's c moledina', 'c moledina high', 'moledina high school', 'high school jr', 'school jr college', 'jr college s', 'college s s', 's s c', 's c maharashtra', 'c maharashtra board', 'maharashtra board a', 'board a m', 'a m v', 'm v high', 'v high school', 'high school sales', 'school sales manager', 'sales manager sales', 'manager sales manager', 'sales manager skill', 'manager skill details', 'skill details sales', 'details sales exprience', 'sales exprience 104', 'exprience 104 months', '104 months marketing', 'months marketing exprience', 'marketing exprience 97', 'exprience 97 months', '97 months sales', 'months sales team', 'sales team exprience', 'team exprience 44', 'exprience 44 months', '44 months and', 'months and sales', 'and sales exprience', 'sales exprience 6', 'exprience 6 months', '6 months excel', 'months excel exprience', 'excel exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company f2', 'company f2 fun', 'f2 fun fitness', 'fun fitness description', 'fitness description set', 'description set individual', 'set individual sales', 'individual sales targets', 'sales targets sales', 'targets sales team', 'sales team handling', 'team handling enquiries', 'handling enquiries generating', ...], ['it', 'skills', 'ms', 'office', 'photoshop', 'sql', 'server', 'education', 'details', 'june', '2015', 'bachelor', 'yashwantrao', 'chavan', 'maharashtra', 'university', 'sales', 'manager', 'sales', 'manager', 'skill', 'details', 'ms', 'office', 'exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience', '6', 'months', 'photoshop', 'exprience', '6', 'months', 'sql', 'exprience', '6', 'months', 'sql', 'server', 'exprience', '6', 'monthscompany', 'details', 'company', 'nature', 'of', 'work', 'description', 'generating', 'leads', 'calls', 'suggesting', 'residential', 'property', 'per', 'clients', 'budget', 'specification', 'building', 'relationship', 'channel', 'partner', 'meeting', 'clients', 'project', 'presentation', 'follow', 'site', 'visit', 'deal', 'closure', 'worked', 'icici', 'merchant', 'services', 'hgs', 'payroll', 'as', 'sales', 'manager', '16th', 'jan', '2017', 'till', '30th', 'aug', '2018', 'nature', 'work', 'sales', 'of', 'pos', 'edc', 'machine', 'sme', 'loan', 'loan', 'electronic', 'payment', 'acquiring', 'new', 'merchants', 'and', 'retaing', 'existing', 'merchants', 'cold', 'calling', 'with', 'casa', 'team', 'icici', 'bank', 'generating', 'leads', 'field', 'visit', 'providing', 'demo', 'retailers', 'shopkeeper', 'sme', 'corporate', 'merchant', 'closing', 'signup', 'worked', 'mahal', 'pvt', 'ltd', 'sr', 'sales', 'executive', '04th', 'mar', '2016', '03', 'jan', '2017', 'nature', 'work', 'calling', 'leads', 'gegenerat', 'interacting', 'clients', 'call', 'suggesting', 'property', 'flat', 'bunglows', 'n', 'a', 'plots', 'row', 'houses', 'per', 'requirement', 'meeting', 'new', 'channel', 'partners', 'maintain', 'relationship', 'channel', 'partners', 'leads', 'achieving', 'monthly', 'targets', 'maintaining', 'reports', 'updating', 'seniors', 'daily', 'activities', 'company', 'bookmyflat', 'com', 'description', 'arranging', 'site', 'visit', 'client', 'lead', 'generated', 'closing', 'deal', 'suggesting', 'appropriate', 'residential', 'property', 'clients', 'per', 'budget', 'it skills', 'skills ms', 'ms office', 'office photoshop', 'photoshop sql', 'sql server', 'server education', 'education details', 'details june', 'june 2015', '2015 bachelor', 'bachelor yashwantrao', 'yashwantrao chavan', 'chavan maharashtra', 'maharashtra university', 'university sales', 'sales manager', 'manager sales', 'sales manager', 'manager skill', 'skill details', 'details ms', 'ms office', 'office exprience', 'exprience 6', '6 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 6', '6 months', 'months photoshop', 'photoshop exprience', 'exprience 6', '6 months', 'months sql', 'sql exprience', 'exprience 6', '6 months', 'months sql', 'sql server', 'server exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company nature', 'nature of', 'of work', 'work description', 'description generating', 'generating leads', 'leads calls', 'calls suggesting', 'suggesting residential', 'residential property', 'property per', 'per clients', 'clients budget', 'budget specification', 'specification building', 'building relationship', 'relationship channel', 'channel partner', 'partner meeting', 'meeting clients', 'clients project', 'project presentation', 'presentation follow', 'follow site', 'site visit', 'visit deal', 'deal closure', 'closure worked', 'worked icici', 'icici merchant', 'merchant services', 'services hgs', 'hgs payroll', 'payroll as', 'as sales', 'sales manager', 'manager 16th', '16th jan', 'jan 2017', '2017 till', 'till 30th', '30th aug', 'aug 2018', '2018 nature', 'nature work', 'work sales', 'sales of', 'of pos', 'pos edc', 'edc machine', 'machine sme', 'sme loan', 'loan loan', 'loan electronic', 'electronic payment', 'payment acquiring', 'acquiring new', 'new merchants', 'merchants and', 'and retaing', 'retaing existing', 'existing merchants', 'merchants cold', 'cold calling', 'calling with', 'with casa', 'casa team', 'team icici', 'icici bank', 'bank generating', 'generating leads', 'leads field', 'field visit', 'visit providing', 'providing demo', 'demo retailers', 'retailers shopkeeper', 'shopkeeper sme', 'sme corporate', 'corporate merchant', 'merchant closing', 'closing signup', 'signup worked', 'worked mahal', 'mahal pvt', 'pvt ltd', 'ltd sr', 'sr sales', 'sales executive', 'executive 04th', '04th mar', 'mar 2016', '2016 03', '03 jan', 'jan 2017', '2017 nature', 'nature work', 'work calling', 'calling leads', 'leads gegenerat', 'gegenerat interacting', 'interacting clients', 'clients call', 'call suggesting', 'suggesting property', 'property flat', 'flat bunglows', 'bunglows n', 'n a', 'a plots', 'plots row', 'row houses', 'houses per', 'per requirement', 'requirement meeting', 'meeting new', 'new channel', 'channel partners', 'partners maintain', 'maintain relationship', 'relationship channel', 'channel partners', 'partners leads', 'leads achieving', 'achieving monthly', 'monthly targets', 'targets maintaining', 'maintaining reports', 'reports updating', 'updating seniors', 'seniors daily', 'daily activities', 'activities company', 'company bookmyflat', 'bookmyflat com', 'com description', 'description arranging', 'arranging site', 'site visit', 'visit client', 'client lead', 'lead generated', 'generated closing', 'closing deal', 'deal suggesting', 'suggesting appropriate', 'appropriate residential', 'residential property', 'property clients', 'clients per', 'per budget', 'it skills ms', 'skills ms office', 'ms office photoshop', 'office photoshop sql', 'photoshop sql server', 'sql server education', 'server education details', 'education details june', 'details june 2015', 'june 2015 bachelor', '2015 bachelor yashwantrao', 'bachelor yashwantrao chavan', 'yashwantrao chavan maharashtra', 'chavan maharashtra university', 'maharashtra university sales', 'university sales manager', 'sales manager sales', 'manager sales manager', 'sales manager skill', 'manager skill details', 'skill details ms', 'details ms office', 'ms office exprience', 'office exprience 6', 'exprience 6 months', '6 months ms', 'months ms sql', 'ms sql server', 'sql server exprience', 'server exprience 6', 'exprience 6 months', '6 months photoshop', 'months photoshop exprience', 'photoshop exprience 6', 'exprience 6 months', '6 months sql', 'months sql exprience', 'sql exprience 6', 'exprience 6 months', '6 months sql', 'months sql server', 'sql server exprience', 'server exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company nature', 'company nature of', 'nature of work', 'of work description', 'work description generating', 'description generating leads', 'generating leads calls', 'leads calls suggesting', 'calls suggesting residential', 'suggesting residential property', 'residential property per', 'property per clients', 'per clients budget', 'clients budget specification', 'budget specification building', 'specification building relationship', 'building relationship channel', 'relationship channel partner', 'channel partner meeting', 'partner meeting clients', 'meeting clients project', 'clients project presentation', 'project presentation follow', 'presentation follow site', 'follow site visit', 'site visit deal', 'visit deal closure', 'deal closure worked', 'closure worked icici', 'worked icici merchant', 'icici merchant services', 'merchant services hgs', 'services hgs payroll', 'hgs payroll as', 'payroll as sales', 'as sales manager', 'sales manager 16th', 'manager 16th jan', '16th jan 2017', 'jan 2017 till', '2017 till 30th', 'till 30th aug', '30th aug 2018', 'aug 2018 nature', '2018 nature work', 'nature work sales', 'work sales of', 'sales of pos', 'of pos edc', 'pos edc machine', 'edc machine sme', 'machine sme loan', 'sme loan loan', 'loan loan electronic', 'loan electronic payment', 'electronic payment acquiring', 'payment acquiring new', 'acquiring new merchants', 'new merchants and', 'merchants and retaing', 'and retaing existing', 'retaing existing merchants', 'existing merchants cold', 'merchants cold calling', 'cold calling with', 'calling with casa', 'with casa team', 'casa team icici', 'team icici bank', 'icici bank generating', 'bank generating leads', 'generating leads field', 'leads field visit', 'field visit providing', 'visit providing demo', 'providing demo retailers', 'demo retailers shopkeeper', 'retailers shopkeeper sme', 'shopkeeper sme corporate', 'sme corporate merchant', 'corporate merchant closing', 'merchant closing signup', 'closing signup worked', 'signup worked mahal', 'worked mahal pvt', 'mahal pvt ltd', 'pvt ltd sr', 'ltd sr sales', 'sr sales executive', 'sales executive 04th', 'executive 04th mar', '04th mar 2016', 'mar 2016 03', '2016 03 jan', '03 jan 2017', 'jan 2017 nature', '2017 nature work', 'nature work calling', 'work calling leads', 'calling leads gegenerat', 'leads gegenerat interacting', 'gegenerat interacting clients', 'interacting clients call', 'clients call suggesting', 'call suggesting property', 'suggesting property flat', 'property flat bunglows', 'flat bunglows n', 'bunglows n a', 'n a plots', 'a plots row', 'plots row houses', 'row houses per', 'houses per requirement', 'per requirement meeting', 'requirement meeting new', 'meeting new channel', 'new channel partners', 'channel partners maintain', 'partners maintain relationship', 'maintain relationship channel', 'relationship channel partners', 'channel partners leads', 'partners leads achieving', 'leads achieving monthly', 'achieving monthly targets', 'monthly targets maintaining', 'targets maintaining reports', 'maintaining reports updating', 'reports updating seniors', 'updating seniors daily', 'seniors daily activities', 'daily activities company', 'activities company bookmyflat', 'company bookmyflat com', 'bookmyflat com description', 'com description arranging', 'description arranging site', 'arranging site visit', 'site visit client', 'visit client lead', 'client lead generated', 'lead generated closing', 'generated closing deal', 'closing deal suggesting', 'deal suggesting appropriate', 'suggesting appropriate residential', 'appropriate residential property', 'residential property clients', 'property clients per', 'clients per budget', 'it skills ms office', 'skills ms office photoshop', 'ms office photoshop sql', 'office photoshop sql server', 'photoshop sql server education', 'sql server education details', 'server education details june', 'education details june 2015', 'details june 2015 bachelor', 'june 2015 bachelor yashwantrao', '2015 bachelor yashwantrao chavan', 'bachelor yashwantrao chavan maharashtra', 'yashwantrao chavan maharashtra university', 'chavan maharashtra university sales', 'maharashtra university sales manager', 'university sales manager sales', 'sales manager sales manager', 'manager sales manager skill', 'sales manager skill details', 'manager skill details ms', 'skill details ms office', 'details ms office exprience', 'ms office exprience 6', 'office exprience 6 months', 'exprience 6 months ms', '6 months ms sql', 'months ms sql server', 'ms sql server exprience', 'sql server exprience 6', 'server exprience 6 months', 'exprience 6 months photoshop', '6 months photoshop exprience', 'months photoshop exprience 6', 'photoshop exprience 6 months', 'exprience 6 months sql', '6 months sql exprience', 'months sql exprience 6', 'sql exprience 6 months', 'exprience 6 months sql', '6 months sql server', 'months sql server exprience', 'sql server exprience 6', 'server exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company nature', 'details company nature of', 'company nature of work', 'nature of work description', 'of work description generating', 'work description generating leads', 'description generating leads calls', 'generating leads calls suggesting', 'leads calls suggesting residential', 'calls suggesting residential property', 'suggesting residential property per', 'residential property per clients', 'property per clients budget', 'per clients budget specification', 'clients budget specification building', 'budget specification building relationship', 'specification building relationship channel', 'building relationship channel partner', 'relationship channel partner meeting', 'channel partner meeting clients', 'partner meeting clients project', 'meeting clients project presentation', 'clients project presentation follow', 'project presentation follow site', 'presentation follow site visit', 'follow site visit deal', 'site visit deal closure', 'visit deal closure worked', 'deal closure worked icici', 'closure worked icici merchant', 'worked icici merchant services', 'icici merchant services hgs', 'merchant services hgs payroll', 'services hgs payroll as', 'hgs payroll as sales', 'payroll as sales manager', 'as sales manager 16th', 'sales manager 16th jan', 'manager 16th jan 2017', '16th jan 2017 till', 'jan 2017 till 30th', '2017 till 30th aug', 'till 30th aug 2018', '30th aug 2018 nature', 'aug 2018 nature work', '2018 nature work sales', 'nature work sales of', 'work sales of pos', 'sales of pos edc', 'of pos edc machine', 'pos edc machine sme', 'edc machine sme loan', 'machine sme loan loan', 'sme loan loan electronic', 'loan loan electronic payment', 'loan electronic payment acquiring', 'electronic payment acquiring new', 'payment acquiring new merchants', 'acquiring new merchants and', 'new merchants and retaing', 'merchants and retaing existing', 'and retaing existing merchants', 'retaing existing merchants cold', 'existing merchants cold calling', 'merchants cold calling with', 'cold calling with casa', 'calling with casa team', 'with casa team icici', 'casa team icici bank', 'team icici bank generating', 'icici bank generating leads', 'bank generating leads field', 'generating leads field visit', 'leads field visit providing', 'field visit providing demo', 'visit providing demo retailers', 'providing demo retailers shopkeeper', 'demo retailers shopkeeper sme', 'retailers shopkeeper sme corporate', 'shopkeeper sme corporate merchant', 'sme corporate merchant closing', 'corporate merchant closing signup', 'merchant closing signup worked', 'closing signup worked mahal', 'signup worked mahal pvt', 'worked mahal pvt ltd', 'mahal pvt ltd sr', 'pvt ltd sr sales', 'ltd sr sales executive', 'sr sales executive 04th', 'sales executive 04th mar', 'executive 04th mar 2016', '04th mar 2016 03', 'mar 2016 03 jan', '2016 03 jan 2017', '03 jan 2017 nature', 'jan 2017 nature work', '2017 nature work calling', 'nature work calling leads', 'work calling leads gegenerat', 'calling leads gegenerat interacting', 'leads gegenerat interacting clients', 'gegenerat interacting clients call', 'interacting clients call suggesting', 'clients call suggesting property', 'call suggesting property flat', 'suggesting property flat bunglows', 'property flat bunglows n', 'flat bunglows n a', 'bunglows n a plots', 'n a plots row', 'a plots row houses', 'plots row houses per', 'row houses per requirement', 'houses per requirement meeting', 'per requirement meeting new', 'requirement meeting new channel', 'meeting new channel partners', 'new channel partners maintain', 'channel partners maintain relationship', 'partners maintain relationship channel', 'maintain relationship channel partners', 'relationship channel partners leads', 'channel partners leads achieving', 'partners leads achieving monthly', 'leads achieving monthly targets', 'achieving monthly targets maintaining', 'monthly targets maintaining reports', 'targets maintaining reports updating', 'maintaining reports updating seniors', 'reports updating seniors daily', 'updating seniors daily activities', 'seniors daily activities company', 'daily activities company bookmyflat', 'activities company bookmyflat com', 'company bookmyflat com description', 'bookmyflat com description arranging', 'com description arranging site', 'description arranging site visit', 'arranging site visit client', 'site visit client lead', 'visit client lead generated', 'client lead generated closing', 'lead generated closing deal', 'generated closing deal suggesting', 'closing deal suggesting appropriate', 'deal suggesting appropriate residential', 'suggesting appropriate residential property', 'appropriate residential property clients', 'residential property clients per', 'property clients per budget', 'it skills ms office photoshop', 'skills ms office photoshop sql', 'ms office photoshop sql server', 'office photoshop sql server education', 'photoshop sql server education details', 'sql server education details june', 'server education details june 2015', 'education details june 2015 bachelor', 'details june 2015 bachelor yashwantrao', 'june 2015 bachelor yashwantrao chavan', '2015 bachelor yashwantrao chavan maharashtra', 'bachelor yashwantrao chavan maharashtra university', 'yashwantrao chavan maharashtra university sales', 'chavan maharashtra university sales manager', 'maharashtra university sales manager sales', 'university sales manager sales manager', 'sales manager sales manager skill', 'manager sales manager skill details', 'sales manager skill details ms', 'manager skill details ms office', 'skill details ms office exprience', 'details ms office exprience 6', 'ms office exprience 6 months', 'office exprience 6 months ms', 'exprience 6 months ms sql', '6 months ms sql server', 'months ms sql server exprience', 'ms sql server exprience 6', 'sql server exprience 6 months', 'server exprience 6 months photoshop', 'exprience 6 months photoshop exprience', '6 months photoshop exprience 6', 'months photoshop exprience 6 months', 'photoshop exprience 6 months sql', 'exprience 6 months sql exprience', '6 months sql exprience 6', 'months sql exprience 6 months', 'sql exprience 6 months sql', 'exprience 6 months sql server', '6 months sql server exprience', 'months sql server exprience 6', 'sql server exprience 6 monthscompany', 'server exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company nature', 'monthscompany details company nature of', 'details company nature of work', 'company nature of work description', 'nature of work description generating', 'of work description generating leads', 'work description generating leads calls', 'description generating leads calls suggesting', 'generating leads calls suggesting residential', 'leads calls suggesting residential property', 'calls suggesting residential property per', 'suggesting residential property per clients', 'residential property per clients budget', 'property per clients budget specification', 'per clients budget specification building', 'clients budget specification building relationship', 'budget specification building relationship channel', 'specification building relationship channel partner', 'building relationship channel partner meeting', 'relationship channel partner meeting clients', 'channel partner meeting clients project', 'partner meeting clients project presentation', 'meeting clients project presentation follow', 'clients project presentation follow site', 'project presentation follow site visit', 'presentation follow site visit deal', 'follow site visit deal closure', 'site visit deal closure worked', 'visit deal closure worked icici', 'deal closure worked icici merchant', 'closure worked icici merchant services', 'worked icici merchant services hgs', 'icici merchant services hgs payroll', 'merchant services hgs payroll as', 'services hgs payroll as sales', 'hgs payroll as sales manager', 'payroll as sales manager 16th', 'as sales manager 16th jan', 'sales manager 16th jan 2017', 'manager 16th jan 2017 till', '16th jan 2017 till 30th', 'jan 2017 till 30th aug', '2017 till 30th aug 2018', 'till 30th aug 2018 nature', '30th aug 2018 nature work', 'aug 2018 nature work sales', '2018 nature work sales of', 'nature work sales of pos', 'work sales of pos edc', 'sales of pos edc machine', 'of pos edc machine sme', 'pos edc machine sme loan', 'edc machine sme loan loan', 'machine sme loan loan electronic', 'sme loan loan electronic payment', 'loan loan electronic payment acquiring', 'loan electronic payment acquiring new', 'electronic payment acquiring new merchants', 'payment acquiring new merchants and', 'acquiring new merchants and retaing', 'new merchants and retaing existing', 'merchants and retaing existing merchants', 'and retaing existing merchants cold', 'retaing existing merchants cold calling', 'existing merchants cold calling with', 'merchants cold calling with casa', 'cold calling with casa team', 'calling with casa team icici', 'with casa team icici bank', 'casa team icici bank generating', 'team icici bank generating leads', 'icici bank generating leads field', 'bank generating leads field visit', 'generating leads field visit providing', 'leads field visit providing demo', 'field visit providing demo retailers', 'visit providing demo retailers shopkeeper', 'providing demo retailers shopkeeper sme', 'demo retailers shopkeeper sme corporate', 'retailers shopkeeper sme corporate merchant', 'shopkeeper sme corporate merchant closing', 'sme corporate merchant closing signup', 'corporate merchant closing signup worked', 'merchant closing signup worked mahal', 'closing signup worked mahal pvt', 'signup worked mahal pvt ltd', 'worked mahal pvt ltd sr', 'mahal pvt ltd sr sales', 'pvt ltd sr sales executive', 'ltd sr sales executive 04th', 'sr sales executive 04th mar', 'sales executive 04th mar 2016', 'executive 04th mar 2016 03', '04th mar 2016 03 jan', 'mar 2016 03 jan 2017', '2016 03 jan 2017 nature', '03 jan 2017 nature work', 'jan 2017 nature work calling', '2017 nature work calling leads', 'nature work calling leads gegenerat', 'work calling leads gegenerat interacting', 'calling leads gegenerat interacting clients', 'leads gegenerat interacting clients call', 'gegenerat interacting clients call suggesting', 'interacting clients call suggesting property', 'clients call suggesting property flat', 'call suggesting property flat bunglows', 'suggesting property flat bunglows n', 'property flat bunglows n a', 'flat bunglows n a plots', 'bunglows n a plots row', 'n a plots row houses', 'a plots row houses per', 'plots row houses per requirement', 'row houses per requirement meeting', 'houses per requirement meeting new', 'per requirement meeting new channel', 'requirement meeting new channel partners', 'meeting new channel partners maintain', 'new channel partners maintain relationship', 'channel partners maintain relationship channel', 'partners maintain relationship channel partners', 'maintain relationship channel partners leads', 'relationship channel partners leads achieving', 'channel partners leads achieving monthly', 'partners leads achieving monthly targets', 'leads achieving monthly targets maintaining', 'achieving monthly targets maintaining reports', 'monthly targets maintaining reports updating', 'targets maintaining reports updating seniors', 'maintaining reports updating seniors daily', 'reports updating seniors daily activities', 'updating seniors daily activities company', 'seniors daily activities company bookmyflat', 'daily activities company bookmyflat com', 'activities company bookmyflat com description', 'company bookmyflat com description arranging', 'bookmyflat com description arranging site', 'com description arranging site visit', 'description arranging site visit client', 'arranging site visit client lead', 'site visit client lead generated', 'visit client lead generated closing', 'client lead generated closing deal', 'lead generated closing deal suggesting', 'generated closing deal suggesting appropriate', 'closing deal suggesting appropriate residential', 'deal suggesting appropriate residential property', 'suggesting appropriate residential property clients', 'appropriate residential property clients per', 'residential property clients per budget', 'it skills ms office photoshop sql', 'skills ms office photoshop sql server', 'ms office photoshop sql server education', 'office photoshop sql server education details', 'photoshop sql server education details june', 'sql server education details june 2015', 'server education details june 2015 bachelor', 'education details june 2015 bachelor yashwantrao', 'details june 2015 bachelor yashwantrao chavan', 'june 2015 bachelor yashwantrao chavan maharashtra', '2015 bachelor yashwantrao chavan maharashtra university', 'bachelor yashwantrao chavan maharashtra university sales', 'yashwantrao chavan maharashtra university sales manager', 'chavan maharashtra university sales manager sales', 'maharashtra university sales manager sales manager', ...], ['skill', 'sets', 'multi', 'tasking', 'collaborative', 'optimistic', 'thinking', 'effective', 'teamleader', 'team', 'trainer', 'visualizing', 'work', 'done', 'good', 'grip', 'communication', 'various', 'languages', 'known', 'value', 'loyalty', 'loyal', 'towards', 'responsibility', 'compatible', 'working', 'ms', 'officeeducation', 'details', 'january', '2017', 'mba', 'marketing', 'sales', 'amity', 'university', 'january', '2015', 'bsc', 'hotel', 'management', 'p', 's', 'g', 'college', 'arts', 'sciences', 'institution', 'university', 'board', 'sales', 'manager', 'sales', 'marketing', 'management', 'skill', 'details', 'ms', 'office', 'exprience', '4', 'monthscompany', 'details', 'company', 'cohesive', 'technologies', 'description', 'i', 'responsible', 'managing', 'company', 'business', 'mumbai', 'area', 'along', 'branch', 'manager', 'i', 'follow', 'leads', 'given', 'corporate', 'office', 'i', 'meet', 'personally', 'give', 'best', 'solutions', 'product', 'suitable', 'business', 'i', 'even', 'generate', 'leads', 'calling', 'clients', 'cold', 'call', 'my', 'job', 'like', 'entrepreneur', 'basically', 'involves', 'managing', 'small', 'business', 'skill sets', 'sets multi', 'multi tasking', 'tasking collaborative', 'collaborative optimistic', 'optimistic thinking', 'thinking effective', 'effective teamleader', 'teamleader team', 'team trainer', 'trainer visualizing', 'visualizing work', 'work done', 'done good', 'good grip', 'grip communication', 'communication various', 'various languages', 'languages known', 'known value', 'value loyalty', 'loyalty loyal', 'loyal towards', 'towards responsibility', 'responsibility compatible', 'compatible working', 'working ms', 'ms officeeducation', 'officeeducation details', 'details january', 'january 2017', '2017 mba', 'mba marketing', 'marketing sales', 'sales amity', 'amity university', 'university january', 'january 2015', '2015 bsc', 'bsc hotel', 'hotel management', 'management p', 'p s', 's g', 'g college', 'college arts', 'arts sciences', 'sciences institution', 'institution university', 'university board', 'board sales', 'sales manager', 'manager sales', 'sales marketing', 'marketing management', 'management skill', 'skill details', 'details ms', 'ms office', 'office exprience', 'exprience 4', '4 monthscompany', 'monthscompany details', 'details company', 'company cohesive', 'cohesive technologies', 'technologies description', 'description i', 'i responsible', 'responsible managing', 'managing company', 'company business', 'business mumbai', 'mumbai area', 'area along', 'along branch', 'branch manager', 'manager i', 'i follow', 'follow leads', 'leads given', 'given corporate', 'corporate office', 'office i', 'i meet', 'meet personally', 'personally give', 'give best', 'best solutions', 'solutions product', 'product suitable', 'suitable business', 'business i', 'i even', 'even generate', 'generate leads', 'leads calling', 'calling clients', 'clients cold', 'cold call', 'call my', 'my job', 'job like', 'like entrepreneur', 'entrepreneur basically', 'basically involves', 'involves managing', 'managing small', 'small business', 'skill sets multi', 'sets multi tasking', 'multi tasking collaborative', 'tasking collaborative optimistic', 'collaborative optimistic thinking', 'optimistic thinking effective', 'thinking effective teamleader', 'effective teamleader team', 'teamleader team trainer', 'team trainer visualizing', 'trainer visualizing work', 'visualizing work done', 'work done good', 'done good grip', 'good grip communication', 'grip communication various', 'communication various languages', 'various languages known', 'languages known value', 'known value loyalty', 'value loyalty loyal', 'loyalty loyal towards', 'loyal towards responsibility', 'towards responsibility compatible', 'responsibility compatible working', 'compatible working ms', 'working ms officeeducation', 'ms officeeducation details', 'officeeducation details january', 'details january 2017', 'january 2017 mba', '2017 mba marketing', 'mba marketing sales', 'marketing sales amity', 'sales amity university', 'amity university january', 'university january 2015', 'january 2015 bsc', '2015 bsc hotel', 'bsc hotel management', 'hotel management p', 'management p s', 'p s g', 's g college', 'g college arts', 'college arts sciences', 'arts sciences institution', 'sciences institution university', 'institution university board', 'university board sales', 'board sales manager', 'sales manager sales', 'manager sales marketing', 'sales marketing management', 'marketing management skill', 'management skill details', 'skill details ms', 'details ms office', 'ms office exprience', 'office exprience 4', 'exprience 4 monthscompany', '4 monthscompany details', 'monthscompany details company', 'details company cohesive', 'company cohesive technologies', 'cohesive technologies description', 'technologies description i', 'description i responsible', 'i responsible managing', 'responsible managing company', 'managing company business', 'company business mumbai', 'business mumbai area', 'mumbai area along', 'area along branch', 'along branch manager', 'branch manager i', 'manager i follow', 'i follow leads', 'follow leads given', 'leads given corporate', 'given corporate office', 'corporate office i', 'office i meet', 'i meet personally', 'meet personally give', 'personally give best', 'give best solutions', 'best solutions product', 'solutions product suitable', 'product suitable business', 'suitable business i', 'business i even', 'i even generate', 'even generate leads', 'generate leads calling', 'leads calling clients', 'calling clients cold', 'clients cold call', 'cold call my', 'call my job', 'my job like', 'job like entrepreneur', 'like entrepreneur basically', 'entrepreneur basically involves', 'basically involves managing', 'involves managing small', 'managing small business', 'skill sets multi tasking', 'sets multi tasking collaborative', 'multi tasking collaborative optimistic', 'tasking collaborative optimistic thinking', 'collaborative optimistic thinking effective', 'optimistic thinking effective teamleader', 'thinking effective teamleader team', 'effective teamleader team trainer', 'teamleader team trainer visualizing', 'team trainer visualizing work', 'trainer visualizing work done', 'visualizing work done good', 'work done good grip', 'done good grip communication', 'good grip communication various', 'grip communication various languages', 'communication various languages known', 'various languages known value', 'languages known value loyalty', 'known value loyalty loyal', 'value loyalty loyal towards', 'loyalty loyal towards responsibility', 'loyal towards responsibility compatible', 'towards responsibility compatible working', 'responsibility compatible working ms', 'compatible working ms officeeducation', 'working ms officeeducation details', 'ms officeeducation details january', 'officeeducation details january 2017', 'details january 2017 mba', 'january 2017 mba marketing', '2017 mba marketing sales', 'mba marketing sales amity', 'marketing sales amity university', 'sales amity university january', 'amity university january 2015', 'university january 2015 bsc', 'january 2015 bsc hotel', '2015 bsc hotel management', 'bsc hotel management p', 'hotel management p s', 'management p s g', 'p s g college', 's g college arts', 'g college arts sciences', 'college arts sciences institution', 'arts sciences institution university', 'sciences institution university board', 'institution university board sales', 'university board sales manager', 'board sales manager sales', 'sales manager sales marketing', 'manager sales marketing management', 'sales marketing management skill', 'marketing management skill details', 'management skill details ms', 'skill details ms office', 'details ms office exprience', 'ms office exprience 4', 'office exprience 4 monthscompany', 'exprience 4 monthscompany details', '4 monthscompany details company', 'monthscompany details company cohesive', 'details company cohesive technologies', 'company cohesive technologies description', 'cohesive technologies description i', 'technologies description i responsible', 'description i responsible managing', 'i responsible managing company', 'responsible managing company business', 'managing company business mumbai', 'company business mumbai area', 'business mumbai area along', 'mumbai area along branch', 'area along branch manager', 'along branch manager i', 'branch manager i follow', 'manager i follow leads', 'i follow leads given', 'follow leads given corporate', 'leads given corporate office', 'given corporate office i', 'corporate office i meet', 'office i meet personally', 'i meet personally give', 'meet personally give best', 'personally give best solutions', 'give best solutions product', 'best solutions product suitable', 'solutions product suitable business', 'product suitable business i', 'suitable business i even', 'business i even generate', 'i even generate leads', 'even generate leads calling', 'generate leads calling clients', 'leads calling clients cold', 'calling clients cold call', 'clients cold call my', 'cold call my job', 'call my job like', 'my job like entrepreneur', 'job like entrepreneur basically', 'like entrepreneur basically involves', 'entrepreneur basically involves managing', 'basically involves managing small', 'involves managing small business', 'skill sets multi tasking collaborative', 'sets multi tasking collaborative optimistic', 'multi tasking collaborative optimistic thinking', 'tasking collaborative optimistic thinking effective', 'collaborative optimistic thinking effective teamleader', 'optimistic thinking effective teamleader team', 'thinking effective teamleader team trainer', 'effective teamleader team trainer visualizing', 'teamleader team trainer visualizing work', 'team trainer visualizing work done', 'trainer visualizing work done good', 'visualizing work done good grip', 'work done good grip communication', 'done good grip communication various', 'good grip communication various languages', 'grip communication various languages known', 'communication various languages known value', 'various languages known value loyalty', 'languages known value loyalty loyal', 'known value loyalty loyal towards', 'value loyalty loyal towards responsibility', 'loyalty loyal towards responsibility compatible', 'loyal towards responsibility compatible working', 'towards responsibility compatible working ms', 'responsibility compatible working ms officeeducation', 'compatible working ms officeeducation details', 'working ms officeeducation details january', 'ms officeeducation details january 2017', 'officeeducation details january 2017 mba', 'details january 2017 mba marketing', 'january 2017 mba marketing sales', '2017 mba marketing sales amity', 'mba marketing sales amity university', 'marketing sales amity university january', 'sales amity university january 2015', 'amity university january 2015 bsc', 'university january 2015 bsc hotel', 'january 2015 bsc hotel management', '2015 bsc hotel management p', 'bsc hotel management p s', 'hotel management p s g', 'management p s g college', 'p s g college arts', 's g college arts sciences', 'g college arts sciences institution', 'college arts sciences institution university', 'arts sciences institution university board', 'sciences institution university board sales', 'institution university board sales manager', 'university board sales manager sales', 'board sales manager sales marketing', 'sales manager sales marketing management', 'manager sales marketing management skill', 'sales marketing management skill details', 'marketing management skill details ms', 'management skill details ms office', 'skill details ms office exprience', 'details ms office exprience 4', 'ms office exprience 4 monthscompany', 'office exprience 4 monthscompany details', 'exprience 4 monthscompany details company', '4 monthscompany details company cohesive', 'monthscompany details company cohesive technologies', 'details company cohesive technologies description', 'company cohesive technologies description i', 'cohesive technologies description i responsible', 'technologies description i responsible managing', 'description i responsible managing company', 'i responsible managing company business', 'responsible managing company business mumbai', 'managing company business mumbai area', 'company business mumbai area along', 'business mumbai area along branch', 'mumbai area along branch manager', 'area along branch manager i', 'along branch manager i follow', 'branch manager i follow leads', 'manager i follow leads given', 'i follow leads given corporate', 'follow leads given corporate office', 'leads given corporate office i', 'given corporate office i meet', 'corporate office i meet personally', 'office i meet personally give', 'i meet personally give best', 'meet personally give best solutions', 'personally give best solutions product', 'give best solutions product suitable', 'best solutions product suitable business', 'solutions product suitable business i', 'product suitable business i even', 'suitable business i even generate', 'business i even generate leads', 'i even generate leads calling', 'even generate leads calling clients', 'generate leads calling clients cold', 'leads calling clients cold call', 'calling clients cold call my', 'clients cold call my job', 'cold call my job like', 'call my job like entrepreneur', 'my job like entrepreneur basically', 'job like entrepreneur basically involves', 'like entrepreneur basically involves managing', 'entrepreneur basically involves managing small', 'basically involves managing small business', 'skill sets multi tasking collaborative optimistic', 'sets multi tasking collaborative optimistic thinking', 'multi tasking collaborative optimistic thinking effective', 'tasking collaborative optimistic thinking effective teamleader', 'collaborative optimistic thinking effective teamleader team', 'optimistic thinking effective teamleader team trainer', 'thinking effective teamleader team trainer visualizing', 'effective teamleader team trainer visualizing work', 'teamleader team trainer visualizing work done', 'team trainer visualizing work done good', 'trainer visualizing work done good grip', 'visualizing work done good grip communication', 'work done good grip communication various', 'done good grip communication various languages', 'good grip communication various languages known', 'grip communication various languages known value', 'communication various languages known value loyalty', 'various languages known value loyalty loyal', 'languages known value loyalty loyal towards', 'known value loyalty loyal towards responsibility', 'value loyalty loyal towards responsibility compatible', 'loyalty loyal towards responsibility compatible working', 'loyal towards responsibility compatible working ms', 'towards responsibility compatible working ms officeeducation', 'responsibility compatible working ms officeeducation details', 'compatible working ms officeeducation details january', 'working ms officeeducation details january 2017', 'ms officeeducation details january 2017 mba', 'officeeducation details january 2017 mba marketing', 'details january 2017 mba marketing sales', 'january 2017 mba marketing sales amity', '2017 mba marketing sales amity university', 'mba marketing sales amity university january', 'marketing sales amity university january 2015', 'sales amity university january 2015 bsc', 'amity university january 2015 bsc hotel', 'university january 2015 bsc hotel management', 'january 2015 bsc hotel management p', '2015 bsc hotel management p s', 'bsc hotel management p s g', 'hotel management p s g college', 'management p s g college arts', 'p s g college arts sciences', 's g college arts sciences institution', 'g college arts sciences institution university', 'college arts sciences institution university board', 'arts sciences institution university board sales', 'sciences institution university board sales manager', 'institution university board sales manager sales', 'university board sales manager sales marketing', 'board sales manager sales marketing management', 'sales manager sales marketing management skill', 'manager sales marketing management skill details', 'sales marketing management skill details ms', 'marketing management skill details ms office', 'management skill details ms office exprience', 'skill details ms office exprience 4', 'details ms office exprience 4 monthscompany', 'ms office exprience 4 monthscompany details', 'office exprience 4 monthscompany details company', 'exprience 4 monthscompany details company cohesive', '4 monthscompany details company cohesive technologies', 'monthscompany details company cohesive technologies description', 'details company cohesive technologies description i', 'company cohesive technologies description i responsible', 'cohesive technologies description i responsible managing', 'technologies description i responsible managing company', 'description i responsible managing company business', 'i responsible managing company business mumbai', 'responsible managing company business mumbai area', 'managing company business mumbai area along', 'company business mumbai area along branch', 'business mumbai area along branch manager', 'mumbai area along branch manager i', 'area along branch manager i follow', 'along branch manager i follow leads', 'branch manager i follow leads given', 'manager i follow leads given corporate', 'i follow leads given corporate office', 'follow leads given corporate office i', 'leads given corporate office i meet', 'given corporate office i meet personally', 'corporate office i meet personally give', 'office i meet personally give best', 'i meet personally give best solutions', 'meet personally give best solutions product', 'personally give best solutions product suitable', 'give best solutions product suitable business', 'best solutions product suitable business i', 'solutions product suitable business i even', 'product suitable business i even generate', 'suitable business i even generate leads', 'business i even generate leads calling', 'i even generate leads calling clients', 'even generate leads calling clients cold', 'generate leads calling clients cold call', 'leads calling clients cold call my', 'calling clients cold call my job', 'clients cold call my job like', 'cold call my job like entrepreneur', 'call my job like entrepreneur basically', 'my job like entrepreneur basically involves', 'job like entrepreneur basically involves managing', 'like entrepreneur basically involves managing small', 'entrepreneur basically involves managing small business', 'skill sets multi tasking collaborative optimistic thinking', 'sets multi tasking collaborative optimistic thinking effective', 'multi tasking collaborative optimistic thinking effective teamleader', 'tasking collaborative optimistic thinking effective teamleader team', 'collaborative optimistic thinking effective teamleader team trainer', 'optimistic thinking effective teamleader team trainer visualizing', 'thinking effective teamleader team trainer visualizing work', 'effective teamleader team trainer visualizing work done', 'teamleader team trainer visualizing work done good', 'team trainer visualizing work done good grip', 'trainer visualizing work done good grip communication', 'visualizing work done good grip communication various', 'work done good grip communication various languages', 'done good grip communication various languages known', 'good grip communication various languages known value', 'grip communication various languages known value loyalty', 'communication various languages known value loyalty loyal', 'various languages known value loyalty loyal towards', 'languages known value loyalty loyal towards responsibility', 'known value loyalty loyal towards responsibility compatible', 'value loyalty loyal towards responsibility compatible working', 'loyalty loyal towards responsibility compatible working ms', 'loyal towards responsibility compatible working ms officeeducation', 'towards responsibility compatible working ms officeeducation details', 'responsibility compatible working ms officeeducation details january', 'compatible working ms officeeducation details january 2017', 'working ms officeeducation details january 2017 mba', 'ms officeeducation details january 2017 mba marketing', 'officeeducation details january 2017 mba marketing sales', 'details january 2017 mba marketing sales amity', 'january 2017 mba marketing sales amity university', '2017 mba marketing sales amity university january', 'mba marketing sales amity university january 2015', 'marketing sales amity university january 2015 bsc', 'sales amity university january 2015 bsc hotel', 'amity university january 2015 bsc hotel management', 'university january 2015 bsc hotel management p', 'january 2015 bsc hotel management p s', '2015 bsc hotel management p s g', 'bsc hotel management p s g college', 'hotel management p s g college arts', 'management p s g college arts sciences', 'p s g college arts sciences institution', 's g college arts sciences institution university', 'g college arts sciences institution university board', 'college arts sciences institution university board sales', 'arts sciences institution university board sales manager', 'sciences institution university board sales manager sales', 'institution university board sales manager sales marketing', 'university board sales manager sales marketing management', 'board sales manager sales marketing management skill', 'sales manager sales marketing management skill details', 'manager sales marketing management skill details ms', 'sales marketing management skill details ms office', 'marketing management skill details ms office exprience', 'management skill details ms office exprience 4', 'skill details ms office exprience 4 monthscompany', 'details ms office exprience 4 monthscompany details', 'ms office exprience 4 monthscompany details company', 'office exprience 4 monthscompany details company cohesive', 'exprience 4 monthscompany details company cohesive technologies', '4 monthscompany details company cohesive technologies description', 'monthscompany details company cohesive technologies description i', 'details company cohesive technologies description i responsible', 'company cohesive technologies description i responsible managing', 'cohesive technologies description i responsible managing company', 'technologies description i responsible managing company business', 'description i responsible managing company business mumbai', 'i responsible managing company business mumbai area', 'responsible managing company business mumbai area along', 'managing company business mumbai area along branch', 'company business mumbai area along branch manager', 'business mumbai area along branch manager i', 'mumbai area along branch manager i follow', 'area along branch manager i follow leads', 'along branch manager i follow leads given', 'branch manager i follow leads given corporate', 'manager i follow leads given corporate office', 'i follow leads given corporate office i', 'follow leads given corporate office i meet', 'leads given corporate office i meet personally', 'given corporate office i meet personally give', 'corporate office i meet personally give best', 'office i meet personally give best solutions', 'i meet personally give best solutions product', 'meet personally give best solutions product suitable', 'personally give best solutions product suitable business', 'give best solutions product suitable business i', 'best solutions product suitable business i even', 'solutions product suitable business i even generate', 'product suitable business i even generate leads', 'suitable business i even generate leads calling', 'business i even generate leads calling clients', 'i even generate leads calling clients cold', 'even generate leads calling clients cold call', 'generate leads calling clients cold call my', 'leads calling clients cold call my job', 'calling clients cold call my job like', 'clients cold call my job like entrepreneur', 'cold call my job like entrepreneur basically', 'call my job like entrepreneur basically involves', 'my job like entrepreneur basically involves managing', 'job like entrepreneur basically involves managing small', 'like entrepreneur basically involves managing small business', 'skill sets multi tasking collaborative optimistic thinking effective', 'sets multi tasking collaborative optimistic thinking effective teamleader', 'multi tasking collaborative optimistic thinking effective teamleader team', 'tasking collaborative optimistic thinking effective teamleader team trainer', 'collaborative optimistic thinking effective teamleader team trainer visualizing', 'optimistic thinking effective teamleader team trainer visualizing work', 'thinking effective teamleader team trainer visualizing work done', 'effective teamleader team trainer visualizing work done good', 'teamleader team trainer visualizing work done good grip', 'team trainer visualizing work done good grip communication', 'trainer visualizing work done good grip communication various', 'visualizing work done good grip communication various languages', 'work done good grip communication various languages known', 'done good grip communication various languages known value', 'good grip communication various languages known value loyalty', 'grip communication various languages known value loyalty loyal', 'communication various languages known value loyalty loyal towards', 'various languages known value loyalty loyal towards responsibility', 'languages known value loyalty loyal towards responsibility compatible', 'known value loyalty loyal towards responsibility compatible working', 'value loyalty loyal towards responsibility compatible working ms', 'loyalty loyal towards responsibility compatible working ms officeeducation', 'loyal towards responsibility compatible working ms officeeducation details', 'towards responsibility compatible working ms officeeducation details january', 'responsibility compatible working ms officeeducation details january 2017', 'compatible working ms officeeducation details january 2017 mba', 'working ms officeeducation details january 2017 mba marketing', 'ms officeeducation details january 2017 mba marketing sales', 'officeeducation details january 2017 mba marketing sales amity', 'details january 2017 mba marketing sales amity university', 'january 2017 mba marketing sales amity university january', '2017 mba marketing sales amity university january 2015', 'mba marketing sales amity university january 2015 bsc', 'marketing sales amity university january 2015 bsc hotel', 'sales amity university january 2015 bsc hotel management', 'amity university january 2015 bsc hotel management p', 'university january 2015 bsc hotel management p s', 'january 2015 bsc hotel management p s g', '2015 bsc hotel management p s g college', 'bsc hotel management p s g college arts', 'hotel management p s g college arts sciences', 'management p s g college arts sciences institution', 'p s g college arts sciences institution university', 's g college arts sciences institution university board', 'g college arts sciences institution university board sales', 'college arts sciences institution university board sales manager', 'arts sciences institution university board sales manager sales', 'sciences institution university board sales manager sales marketing', 'institution university board sales manager sales marketing management', 'university board sales manager sales marketing management skill', 'board sales manager sales marketing management skill details', 'sales manager sales marketing management skill details ms', 'manager sales marketing management skill details ms office', 'sales marketing management skill details ms office exprience', 'marketing management skill details ms office exprience 4', 'management skill details ms office exprience 4 monthscompany', 'skill details ms office exprience 4 monthscompany details', 'details ms office exprience 4 monthscompany details company', 'ms office exprience 4 monthscompany details company cohesive', 'office exprience 4 monthscompany details company cohesive technologies', 'exprience 4 monthscompany details company cohesive technologies description', '4 monthscompany details company cohesive technologies description i', 'monthscompany details company cohesive technologies description i responsible', 'details company cohesive technologies description i responsible managing', 'company cohesive technologies description i responsible managing company', 'cohesive technologies description i responsible managing company business', 'technologies description i responsible managing company business mumbai', 'description i responsible managing company business mumbai area', 'i responsible managing company business mumbai area along', 'responsible managing company business mumbai area along branch', 'managing company business mumbai area along branch manager', 'company business mumbai area along branch manager i', 'business mumbai area along branch manager i follow', 'mumbai area along branch manager i follow leads', 'area along branch manager i follow leads given', 'along branch manager i follow leads given corporate', 'branch manager i follow leads given corporate office', 'manager i follow leads given corporate office i', 'i follow leads given corporate office i meet', 'follow leads given corporate office i meet personally', 'leads given corporate office i meet personally give', 'given corporate office i meet personally give best', 'corporate office i meet personally give best solutions', 'office i meet personally give best solutions product', 'i meet personally give best solutions product suitable', 'meet personally give best solutions product suitable business', 'personally give best solutions product suitable business i', 'give best solutions product suitable business i even', 'best solutions product suitable business i even generate', 'solutions product suitable business i even generate leads', 'product suitable business i even generate leads calling', 'suitable business i even generate leads calling clients', 'business i even generate leads calling clients cold', 'i even generate leads calling clients cold call', 'even generate leads calling clients cold call my', 'generate leads calling clients cold call my job', 'leads calling clients cold call my job like', 'calling clients cold call my job like entrepreneur', 'clients cold call my job like entrepreneur basically', 'cold call my job like entrepreneur basically involves', 'call my job like entrepreneur basically involves managing', 'my job like entrepreneur basically involves managing small', 'job like entrepreneur basically involves managing small business', 'skill sets multi tasking collaborative optimistic thinking effective teamleader', 'sets multi tasking collaborative optimistic thinking effective teamleader team', 'multi tasking collaborative optimistic thinking effective teamleader team trainer', 'tasking collaborative optimistic thinking effective teamleader team trainer visualizing', 'collaborative optimistic thinking effective teamleader team trainer visualizing work', 'optimistic thinking effective teamleader team trainer visualizing work done', 'thinking effective teamleader team trainer visualizing work done good', 'effective teamleader team trainer visualizing work done good grip', 'teamleader team trainer visualizing work done good grip communication', 'team trainer visualizing work done good grip communication various', 'trainer visualizing work done good grip communication various languages', 'visualizing work done good grip communication various languages known', 'work done good grip communication various languages known value', 'done good grip communication various languages known value loyalty', 'good grip communication various languages known value loyalty loyal', 'grip communication various languages known value loyalty loyal towards', 'communication various languages known value loyalty loyal towards responsibility', 'various languages known value loyalty loyal towards responsibility compatible', 'languages known value loyalty loyal towards responsibility compatible working', 'known value loyalty loyal towards responsibility compatible working ms', 'value loyalty loyal towards responsibility compatible working ms officeeducation', 'loyalty loyal towards responsibility compatible working ms officeeducation details', 'loyal towards responsibility compatible working ms officeeducation details january', 'towards responsibility compatible working ms officeeducation details january 2017', 'responsibility compatible working ms officeeducation details january 2017 mba', 'compatible working ms officeeducation details january 2017 mba marketing', 'working ms officeeducation details january 2017 mba marketing sales', 'ms officeeducation details january 2017 mba marketing sales amity', 'officeeducation details january 2017 mba marketing sales amity university', 'details january 2017 mba marketing sales amity university january', 'january 2017 mba marketing sales amity university january 2015', '2017 mba marketing sales amity university january 2015 bsc', 'mba marketing sales amity university january 2015 bsc hotel', 'marketing sales amity university january 2015 bsc hotel management', 'sales amity university january 2015 bsc hotel management p', 'amity university january 2015 bsc hotel management p s', 'university january 2015 bsc hotel management p s g', 'january 2015 bsc hotel management p s g college', '2015 bsc hotel management p s g college arts', 'bsc hotel management p s g college arts sciences', 'hotel management p s g college arts sciences institution', 'management p s g college arts sciences institution university', 'p s g college arts sciences institution university board', 's g college arts sciences institution university board sales', 'g college arts sciences institution university board sales manager', 'college arts sciences institution university board sales manager sales', 'arts sciences institution university board sales manager sales marketing', 'sciences institution university board sales manager sales marketing management', 'institution university board sales manager sales marketing management skill', 'university board sales manager sales marketing management skill details', 'board sales manager sales marketing management skill details ms', 'sales manager sales marketing management skill details ms office', 'manager sales marketing management skill details ms office exprience', 'sales marketing management skill details ms office exprience 4', 'marketing management skill details ms office exprience 4 monthscompany', 'management skill details ms office exprience 4 monthscompany details', 'skill details ms office exprience 4 monthscompany details company', 'details ms office exprience 4 monthscompany details company cohesive', 'ms office exprience 4 monthscompany details company cohesive technologies', 'office exprience 4 monthscompany details company cohesive technologies description', 'exprience 4 monthscompany details company cohesive technologies description i', '4 monthscompany details company cohesive technologies description i responsible', 'monthscompany details company cohesive technologies description i responsible managing', 'details company cohesive technologies description i responsible managing company', 'company cohesive technologies description i responsible managing company business', 'cohesive technologies description i responsible managing company business mumbai', 'technologies description i responsible managing company business mumbai area', 'description i responsible managing company business mumbai area along', 'i responsible managing company business mumbai area along branch', 'responsible managing company business mumbai area along branch manager', 'managing company business mumbai area along branch manager i', 'company business mumbai area along branch manager i follow', 'business mumbai area along branch manager i follow leads', 'mumbai area along branch manager i follow leads given', 'area along branch manager i follow leads given corporate', 'along branch manager i follow leads given corporate office', 'branch manager i follow leads given corporate office i', 'manager i follow leads given corporate office i meet', 'i follow leads given corporate office i meet personally', 'follow leads given corporate office i meet personally give', 'leads given corporate office i meet personally give best', 'given corporate office i meet personally give best solutions', 'corporate office i meet personally give best solutions product', 'office i meet personally give best solutions product suitable', 'i meet personally give best solutions product suitable business', 'meet personally give best solutions product suitable business i', 'personally give best solutions product suitable business i even', 'give best solutions product suitable business i even generate', 'best solutions product suitable business i even generate leads', 'solutions product suitable business i even generate leads calling', 'product suitable business i even generate leads calling clients', 'suitable business i even generate leads calling clients cold', 'business i even generate leads calling clients cold call', 'i even generate leads calling clients cold call my', 'even generate leads calling clients cold call my job', 'generate leads calling clients cold call my job like', 'leads calling clients cold call my job like entrepreneur', 'calling clients cold call my job like entrepreneur basically', 'clients cold call my job like entrepreneur basically involves', 'cold call my job like entrepreneur basically involves managing', 'call my job like entrepreneur basically involves managing small', 'my job like entrepreneur basically involves managing small business'], ['education', 'details', 'january', '1992', 'january', '2003', 'first', 'year', 'science', 'mumbai', 'maharashtra', 'st', 'micheal', 'high', 'personal', 'fitness', 'trainer', 'level3', 'personal', 'trainer', 'skill', 'details', 'company', 'details', 'company', 'golds', 'gym', 'fitness', 'solution', 'flora', 'hotel', 'description', 'certification', 'american', 'college', 'sports', 'science', 'golds', 'gym', 'heart', 'saver', 'reps', 'level', '3', 'responsibilities', 'to', 'obtain', 'challenging', 'position', 'commensurate', 'qualification', 'experience', 'field', 'health', 'fitness', 'environment', 'a', 'omplishments', 'good', 'skills', 'used', 'fitness', 'education details', 'details january', 'january 1992', '1992 january', 'january 2003', '2003 first', 'first year', 'year science', 'science mumbai', 'mumbai maharashtra', 'maharashtra st', 'st micheal', 'micheal high', 'high personal', 'personal fitness', 'fitness trainer', 'trainer level3', 'level3 personal', 'personal trainer', 'trainer skill', 'skill details', 'details company', 'company details', 'details company', 'company golds', 'golds gym', 'gym fitness', 'fitness solution', 'solution flora', 'flora hotel', 'hotel description', 'description certification', 'certification american', 'american college', 'college sports', 'sports science', 'science golds', 'golds gym', 'gym heart', 'heart saver', 'saver reps', 'reps level', 'level 3', '3 responsibilities', 'responsibilities to', 'to obtain', 'obtain challenging', 'challenging position', 'position commensurate', 'commensurate qualification', 'qualification experience', 'experience field', 'field health', 'health fitness', 'fitness environment', 'environment a', 'a omplishments', 'omplishments good', 'good skills', 'skills used', 'used fitness', 'education details january', 'details january 1992', 'january 1992 january', '1992 january 2003', 'january 2003 first', '2003 first year', 'first year science', 'year science mumbai', 'science mumbai maharashtra', 'mumbai maharashtra st', 'maharashtra st micheal', 'st micheal high', 'micheal high personal', 'high personal fitness', 'personal fitness trainer', 'fitness trainer level3', 'trainer level3 personal', 'level3 personal trainer', 'personal trainer skill', 'trainer skill details', 'skill details company', 'details company details', 'company details company', 'details company golds', 'company golds gym', 'golds gym fitness', 'gym fitness solution', 'fitness solution flora', 'solution flora hotel', 'flora hotel description', 'hotel description certification', 'description certification american', 'certification american college', 'american college sports', 'college sports science', 'sports science golds', 'science golds gym', 'golds gym heart', 'gym heart saver', 'heart saver reps', 'saver reps level', 'reps level 3', 'level 3 responsibilities', '3 responsibilities to', 'responsibilities to obtain', 'to obtain challenging', 'obtain challenging position', 'challenging position commensurate', 'position commensurate qualification', 'commensurate qualification experience', 'qualification experience field', 'experience field health', 'field health fitness', 'health fitness environment', 'fitness environment a', 'environment a omplishments', 'a omplishments good', 'omplishments good skills', 'good skills used', 'skills used fitness', 'education details january 1992', 'details january 1992 january', 'january 1992 january 2003', '1992 january 2003 first', 'january 2003 first year', '2003 first year science', 'first year science mumbai', 'year science mumbai maharashtra', 'science mumbai maharashtra st', 'mumbai maharashtra st micheal', 'maharashtra st micheal high', 'st micheal high personal', 'micheal high personal fitness', 'high personal fitness trainer', 'personal fitness trainer level3', 'fitness trainer level3 personal', 'trainer level3 personal trainer', 'level3 personal trainer skill', 'personal trainer skill details', 'trainer skill details company', 'skill details company details', 'details company details company', 'company details company golds', 'details company golds gym', 'company golds gym fitness', 'golds gym fitness solution', 'gym fitness solution flora', 'fitness solution flora hotel', 'solution flora hotel description', 'flora hotel description certification', 'hotel description certification american', 'description certification american college', 'certification american college sports', 'american college sports science', 'college sports science golds', 'sports science golds gym', 'science golds gym heart', 'golds gym heart saver', 'gym heart saver reps', 'heart saver reps level', 'saver reps level 3', 'reps level 3 responsibilities', 'level 3 responsibilities to', '3 responsibilities to obtain', 'responsibilities to obtain challenging', 'to obtain challenging position', 'obtain challenging position commensurate', 'challenging position commensurate qualification', 'position commensurate qualification experience', 'commensurate qualification experience field', 'qualification experience field health', 'experience field health fitness', 'field health fitness environment', 'health fitness environment a', 'fitness environment a omplishments', 'environment a omplishments good', 'a omplishments good skills', 'omplishments good skills used', 'good skills used fitness', 'education details january 1992 january', 'details january 1992 january 2003', 'january 1992 january 2003 first', '1992 january 2003 first year', 'january 2003 first year science', '2003 first year science mumbai', 'first year science mumbai maharashtra', 'year science mumbai maharashtra st', 'science mumbai maharashtra st micheal', 'mumbai maharashtra st micheal high', 'maharashtra st micheal high personal', 'st micheal high personal fitness', 'micheal high personal fitness trainer', 'high personal fitness trainer level3', 'personal fitness trainer level3 personal', 'fitness trainer level3 personal trainer', 'trainer level3 personal trainer skill', 'level3 personal trainer skill details', 'personal trainer skill details company', 'trainer skill details company details', 'skill details company details company', 'details company details company golds', 'company details company golds gym', 'details company golds gym fitness', 'company golds gym fitness solution', 'golds gym fitness solution flora', 'gym fitness solution flora hotel', 'fitness solution flora hotel description', 'solution flora hotel description certification', 'flora hotel description certification american', 'hotel description certification american college', 'description certification american college sports', 'certification american college sports science', 'american college sports science golds', 'college sports science golds gym', 'sports science golds gym heart', 'science golds gym heart saver', 'golds gym heart saver reps', 'gym heart saver reps level', 'heart saver reps level 3', 'saver reps level 3 responsibilities', 'reps level 3 responsibilities to', 'level 3 responsibilities to obtain', '3 responsibilities to obtain challenging', 'responsibilities to obtain challenging position', 'to obtain challenging position commensurate', 'obtain challenging position commensurate qualification', 'challenging position commensurate qualification experience', 'position commensurate qualification experience field', 'commensurate qualification experience field health', 'qualification experience field health fitness', 'experience field health fitness environment', 'field health fitness environment a', 'health fitness environment a omplishments', 'fitness environment a omplishments good', 'environment a omplishments good skills', 'a omplishments good skills used', 'omplishments good skills used fitness', 'education details january 1992 january 2003', 'details january 1992 january 2003 first', 'january 1992 january 2003 first year', '1992 january 2003 first year science', 'january 2003 first year science mumbai', '2003 first year science mumbai maharashtra', 'first year science mumbai maharashtra st', 'year science mumbai maharashtra st micheal', 'science mumbai maharashtra st micheal high', 'mumbai maharashtra st micheal high personal', 'maharashtra st micheal high personal fitness', 'st micheal high personal fitness trainer', 'micheal high personal fitness trainer level3', 'high personal fitness trainer level3 personal', 'personal fitness trainer level3 personal trainer', 'fitness trainer level3 personal trainer skill', 'trainer level3 personal trainer skill details', 'level3 personal trainer skill details company', 'personal trainer skill details company details', 'trainer skill details company details company', 'skill details company details company golds', 'details company details company golds gym', 'company details company golds gym fitness', 'details company golds gym fitness solution', 'company golds gym fitness solution flora', 'golds gym fitness solution flora hotel', 'gym fitness solution flora hotel description', 'fitness solution flora hotel description certification', 'solution flora hotel description certification american', 'flora hotel description certification american college', 'hotel description certification american college sports', 'description certification american college sports science', 'certification american college sports science golds', 'american college sports science golds gym', 'college sports science golds gym heart', 'sports science golds gym heart saver', 'science golds gym heart saver reps', 'golds gym heart saver reps level', 'gym heart saver reps level 3', 'heart saver reps level 3 responsibilities', 'saver reps level 3 responsibilities to', 'reps level 3 responsibilities to obtain', 'level 3 responsibilities to obtain challenging', '3 responsibilities to obtain challenging position', 'responsibilities to obtain challenging position commensurate', 'to obtain challenging position commensurate qualification', 'obtain challenging position commensurate qualification experience', 'challenging position commensurate qualification experience field', 'position commensurate qualification experience field health', 'commensurate qualification experience field health fitness', 'qualification experience field health fitness environment', 'experience field health fitness environment a', 'field health fitness environment a omplishments', 'health fitness environment a omplishments good', 'fitness environment a omplishments good skills', 'environment a omplishments good skills used', 'a omplishments good skills used fitness', 'education details january 1992 january 2003 first', 'details january 1992 january 2003 first year', 'january 1992 january 2003 first year science', '1992 january 2003 first year science mumbai', 'january 2003 first year science mumbai maharashtra', '2003 first year science mumbai maharashtra st', 'first year science mumbai maharashtra st micheal', 'year science mumbai maharashtra st micheal high', 'science mumbai maharashtra st micheal high personal', 'mumbai maharashtra st micheal high personal fitness', 'maharashtra st micheal high personal fitness trainer', 'st micheal high personal fitness trainer level3', 'micheal high personal fitness trainer level3 personal', 'high personal fitness trainer level3 personal trainer', 'personal fitness trainer level3 personal trainer skill', 'fitness trainer level3 personal trainer skill details', 'trainer level3 personal trainer skill details company', 'level3 personal trainer skill details company details', 'personal trainer skill details company details company', 'trainer skill details company details company golds', 'skill details company details company golds gym', 'details company details company golds gym fitness', 'company details company golds gym fitness solution', 'details company golds gym fitness solution flora', 'company golds gym fitness solution flora hotel', 'golds gym fitness solution flora hotel description', 'gym fitness solution flora hotel description certification', 'fitness solution flora hotel description certification american', 'solution flora hotel description certification american college', 'flora hotel description certification american college sports', 'hotel description certification american college sports science', 'description certification american college sports science golds', 'certification american college sports science golds gym', 'american college sports science golds gym heart', 'college sports science golds gym heart saver', 'sports science golds gym heart saver reps', 'science golds gym heart saver reps level', 'golds gym heart saver reps level 3', 'gym heart saver reps level 3 responsibilities', 'heart saver reps level 3 responsibilities to', 'saver reps level 3 responsibilities to obtain', 'reps level 3 responsibilities to obtain challenging', 'level 3 responsibilities to obtain challenging position', '3 responsibilities to obtain challenging position commensurate', 'responsibilities to obtain challenging position commensurate qualification', 'to obtain challenging position commensurate qualification experience', 'obtain challenging position commensurate qualification experience field', 'challenging position commensurate qualification experience field health', 'position commensurate qualification experience field health fitness', 'commensurate qualification experience field health fitness environment', 'qualification experience field health fitness environment a', 'experience field health fitness environment a omplishments', 'field health fitness environment a omplishments good', 'health fitness environment a omplishments good skills', 'fitness environment a omplishments good skills used', 'environment a omplishments good skills used fitness', 'education details january 1992 january 2003 first year', 'details january 1992 january 2003 first year science', 'january 1992 january 2003 first year science mumbai', '1992 january 2003 first year science mumbai maharashtra', 'january 2003 first year science mumbai maharashtra st', '2003 first year science mumbai maharashtra st micheal', 'first year science mumbai maharashtra st micheal high', 'year science mumbai maharashtra st micheal high personal', 'science mumbai maharashtra st micheal high personal fitness', 'mumbai maharashtra st micheal high personal fitness trainer', 'maharashtra st micheal high personal fitness trainer level3', 'st micheal high personal fitness trainer level3 personal', 'micheal high personal fitness trainer level3 personal trainer', 'high personal fitness trainer level3 personal trainer skill', 'personal fitness trainer level3 personal trainer skill details', 'fitness trainer level3 personal trainer skill details company', 'trainer level3 personal trainer skill details company details', 'level3 personal trainer skill details company details company', 'personal trainer skill details company details company golds', 'trainer skill details company details company golds gym', 'skill details company details company golds gym fitness', 'details company details company golds gym fitness solution', 'company details company golds gym fitness solution flora', 'details company golds gym fitness solution flora hotel', 'company golds gym fitness solution flora hotel description', 'golds gym fitness solution flora hotel description certification', 'gym fitness solution flora hotel description certification american', 'fitness solution flora hotel description certification american college', 'solution flora hotel description certification american college sports', 'flora hotel description certification american college sports science', 'hotel description certification american college sports science golds', 'description certification american college sports science golds gym', 'certification american college sports science golds gym heart', 'american college sports science golds gym heart saver', 'college sports science golds gym heart saver reps', 'sports science golds gym heart saver reps level', 'science golds gym heart saver reps level 3', 'golds gym heart saver reps level 3 responsibilities', 'gym heart saver reps level 3 responsibilities to', 'heart saver reps level 3 responsibilities to obtain', 'saver reps level 3 responsibilities to obtain challenging', 'reps level 3 responsibilities to obtain challenging position', 'level 3 responsibilities to obtain challenging position commensurate', '3 responsibilities to obtain challenging position commensurate qualification', 'responsibilities to obtain challenging position commensurate qualification experience', 'to obtain challenging position commensurate qualification experience field', 'obtain challenging position commensurate qualification experience field health', 'challenging position commensurate qualification experience field health fitness', 'position commensurate qualification experience field health fitness environment', 'commensurate qualification experience field health fitness environment a', 'qualification experience field health fitness environment a omplishments', 'experience field health fitness environment a omplishments good', 'field health fitness environment a omplishments good skills', 'health fitness environment a omplishments good skills used', 'fitness environment a omplishments good skills used fitness', 'education details january 1992 january 2003 first year science', 'details january 1992 january 2003 first year science mumbai', 'january 1992 january 2003 first year science mumbai maharashtra', '1992 january 2003 first year science mumbai maharashtra st', 'january 2003 first year science mumbai maharashtra st micheal', '2003 first year science mumbai maharashtra st micheal high', 'first year science mumbai maharashtra st micheal high personal', 'year science mumbai maharashtra st micheal high personal fitness', 'science mumbai maharashtra st micheal high personal fitness trainer', 'mumbai maharashtra st micheal high personal fitness trainer level3', 'maharashtra st micheal high personal fitness trainer level3 personal', 'st micheal high personal fitness trainer level3 personal trainer', 'micheal high personal fitness trainer level3 personal trainer skill', 'high personal fitness trainer level3 personal trainer skill details', 'personal fitness trainer level3 personal trainer skill details company', 'fitness trainer level3 personal trainer skill details company details', 'trainer level3 personal trainer skill details company details company', 'level3 personal trainer skill details company details company golds', 'personal trainer skill details company details company golds gym', 'trainer skill details company details company golds gym fitness', 'skill details company details company golds gym fitness solution', 'details company details company golds gym fitness solution flora', 'company details company golds gym fitness solution flora hotel', 'details company golds gym fitness solution flora hotel description', 'company golds gym fitness solution flora hotel description certification', 'golds gym fitness solution flora hotel description certification american', 'gym fitness solution flora hotel description certification american college', 'fitness solution flora hotel description certification american college sports', 'solution flora hotel description certification american college sports science', 'flora hotel description certification american college sports science golds', 'hotel description certification american college sports science golds gym', 'description certification american college sports science golds gym heart', 'certification american college sports science golds gym heart saver', 'american college sports science golds gym heart saver reps', 'college sports science golds gym heart saver reps level', 'sports science golds gym heart saver reps level 3', 'science golds gym heart saver reps level 3 responsibilities', 'golds gym heart saver reps level 3 responsibilities to', 'gym heart saver reps level 3 responsibilities to obtain', 'heart saver reps level 3 responsibilities to obtain challenging', 'saver reps level 3 responsibilities to obtain challenging position', 'reps level 3 responsibilities to obtain challenging position commensurate', 'level 3 responsibilities to obtain challenging position commensurate qualification', '3 responsibilities to obtain challenging position commensurate qualification experience', 'responsibilities to obtain challenging position commensurate qualification experience field', 'to obtain challenging position commensurate qualification experience field health', 'obtain challenging position commensurate qualification experience field health fitness', 'challenging position commensurate qualification experience field health fitness environment', 'position commensurate qualification experience field health fitness environment a', 'commensurate qualification experience field health fitness environment a omplishments', 'qualification experience field health fitness environment a omplishments good', 'experience field health fitness environment a omplishments good skills', 'field health fitness environment a omplishments good skills used', 'health fitness environment a omplishments good skills used fitness'], ['education', 'details', 'january', '2018', 'm', 's', 'nutrition', 'exercise', 'physiology', 'new', 'york', 'ny', 'teachers', 'college', 'columbia', 'university', 'january', '2016', 'b', 's', 'nutrition', 'dietetics', 'miami', 'fl', 'florida', 'international', 'university', 'january', '2011', 'b', 'sc', 'general', 'microbiology', 'pune', 'maharashtra', 'abasaheb', 'garware', 'college', 'group', 'fitness', 'instructor', 'india', 'group', 'fitness', 'instructor', 'india', 'columbia', 'university', 'skill', 'details', 'company', 'details', 'company', 'columbia', 'university', 'description', 'present', 'organized', 'high', 'energy', 'weight', 'training', 'cardiovascular', 'indoor', 'cycling', 'classes', 'ommodating', 'participants', 'varying', 'age', 'groups', 'cultural', 'backgrounds', 'fitness', 'levels', 'help', 'achieve', 'fitness', 'goals', 'company', 'columbia', 'dental', 'school', 'description', 'provided', 'detailed', 'nutrition', 'counselling', 'telephonic', 'follow', 'dental', 'patients', 'ompanying', 'metabolic', 'conditions', 'like', 'diabetes', 'hypertension', 'obesity', 'education details', 'details january', 'january 2018', '2018 m', 'm s', 's nutrition', 'nutrition exercise', 'exercise physiology', 'physiology new', 'new york', 'york ny', 'ny teachers', 'teachers college', 'college columbia', 'columbia university', 'university january', 'january 2016', '2016 b', 'b s', 's nutrition', 'nutrition dietetics', 'dietetics miami', 'miami fl', 'fl florida', 'florida international', 'international university', 'university january', 'january 2011', '2011 b', 'b sc', 'sc general', 'general microbiology', 'microbiology pune', 'pune maharashtra', 'maharashtra abasaheb', 'abasaheb garware', 'garware college', 'college group', 'group fitness', 'fitness instructor', 'instructor india', 'india group', 'group fitness', 'fitness instructor', 'instructor india', 'india columbia', 'columbia university', 'university skill', 'skill details', 'details company', 'company details', 'details company', 'company columbia', 'columbia university', 'university description', 'description present', 'present organized', 'organized high', 'high energy', 'energy weight', 'weight training', 'training cardiovascular', 'cardiovascular indoor', 'indoor cycling', 'cycling classes', 'classes ommodating', 'ommodating participants', 'participants varying', 'varying age', 'age groups', 'groups cultural', 'cultural backgrounds', 'backgrounds fitness', 'fitness levels', 'levels help', 'help achieve', 'achieve fitness', 'fitness goals', 'goals company', 'company columbia', 'columbia dental', 'dental school', 'school description', 'description provided', 'provided detailed', 'detailed nutrition', 'nutrition counselling', 'counselling telephonic', 'telephonic follow', 'follow dental', 'dental patients', 'patients ompanying', 'ompanying metabolic', 'metabolic conditions', 'conditions like', 'like diabetes', 'diabetes hypertension', 'hypertension obesity', 'education details january', 'details january 2018', 'january 2018 m', '2018 m s', 'm s nutrition', 's nutrition exercise', 'nutrition exercise physiology', 'exercise physiology new', 'physiology new york', 'new york ny', 'york ny teachers', 'ny teachers college', 'teachers college columbia', 'college columbia university', 'columbia university january', 'university january 2016', 'january 2016 b', '2016 b s', 'b s nutrition', 's nutrition dietetics', 'nutrition dietetics miami', 'dietetics miami fl', 'miami fl florida', 'fl florida international', 'florida international university', 'international university january', 'university january 2011', 'january 2011 b', '2011 b sc', 'b sc general', 'sc general microbiology', 'general microbiology pune', 'microbiology pune maharashtra', 'pune maharashtra abasaheb', 'maharashtra abasaheb garware', 'abasaheb garware college', 'garware college group', 'college group fitness', 'group fitness instructor', 'fitness instructor india', 'instructor india group', 'india group fitness', 'group fitness instructor', 'fitness instructor india', 'instructor india columbia', 'india columbia university', 'columbia university skill', 'university skill details', 'skill details company', 'details company details', 'company details company', 'details company columbia', 'company columbia university', 'columbia university description', 'university description present', 'description present organized', 'present organized high', 'organized high energy', 'high energy weight', 'energy weight training', 'weight training cardiovascular', 'training cardiovascular indoor', 'cardiovascular indoor cycling', 'indoor cycling classes', 'cycling classes ommodating', 'classes ommodating participants', 'ommodating participants varying', 'participants varying age', 'varying age groups', 'age groups cultural', 'groups cultural backgrounds', 'cultural backgrounds fitness', 'backgrounds fitness levels', 'fitness levels help', 'levels help achieve', 'help achieve fitness', 'achieve fitness goals', 'fitness goals company', 'goals company columbia', 'company columbia dental', 'columbia dental school', 'dental school description', 'school description provided', 'description provided detailed', 'provided detailed nutrition', 'detailed nutrition counselling', 'nutrition counselling telephonic', 'counselling telephonic follow', 'telephonic follow dental', 'follow dental patients', 'dental patients ompanying', 'patients ompanying metabolic', 'ompanying metabolic conditions', 'metabolic conditions like', 'conditions like diabetes', 'like diabetes hypertension', 'diabetes hypertension obesity', 'education details january 2018', 'details january 2018 m', 'january 2018 m s', '2018 m s nutrition', 'm s nutrition exercise', 's nutrition exercise physiology', 'nutrition exercise physiology new', 'exercise physiology new york', 'physiology new york ny', 'new york ny teachers', 'york ny teachers college', 'ny teachers college columbia', 'teachers college columbia university', 'college columbia university january', 'columbia university january 2016', 'university january 2016 b', 'january 2016 b s', '2016 b s nutrition', 'b s nutrition dietetics', 's nutrition dietetics miami', 'nutrition dietetics miami fl', 'dietetics miami fl florida', 'miami fl florida international', 'fl florida international university', 'florida international university january', 'international university january 2011', 'university january 2011 b', 'january 2011 b sc', '2011 b sc general', 'b sc general microbiology', 'sc general microbiology pune', 'general microbiology pune maharashtra', 'microbiology pune maharashtra abasaheb', 'pune maharashtra abasaheb garware', 'maharashtra abasaheb garware college', 'abasaheb garware college group', 'garware college group fitness', 'college group fitness instructor', 'group fitness instructor india', 'fitness instructor india group', 'instructor india group fitness', 'india group fitness instructor', 'group fitness instructor india', 'fitness instructor india columbia', 'instructor india columbia university', 'india columbia university skill', 'columbia university skill details', 'university skill details company', 'skill details company details', 'details company details company', 'company details company columbia', 'details company columbia university', 'company columbia university description', 'columbia university description present', 'university description present organized', 'description present organized high', 'present organized high energy', 'organized high energy weight', 'high energy weight training', 'energy weight training cardiovascular', 'weight training cardiovascular indoor', 'training cardiovascular indoor cycling', 'cardiovascular indoor cycling classes', 'indoor cycling classes ommodating', 'cycling classes ommodating participants', 'classes ommodating participants varying', 'ommodating participants varying age', 'participants varying age groups', 'varying age groups cultural', 'age groups cultural backgrounds', 'groups cultural backgrounds fitness', 'cultural backgrounds fitness levels', 'backgrounds fitness levels help', 'fitness levels help achieve', 'levels help achieve fitness', 'help achieve fitness goals', 'achieve fitness goals company', 'fitness goals company columbia', 'goals company columbia dental', 'company columbia dental school', 'columbia dental school description', 'dental school description provided', 'school description provided detailed', 'description provided detailed nutrition', 'provided detailed nutrition counselling', 'detailed nutrition counselling telephonic', 'nutrition counselling telephonic follow', 'counselling telephonic follow dental', 'telephonic follow dental patients', 'follow dental patients ompanying', 'dental patients ompanying metabolic', 'patients ompanying metabolic conditions', 'ompanying metabolic conditions like', 'metabolic conditions like diabetes', 'conditions like diabetes hypertension', 'like diabetes hypertension obesity', 'education details january 2018 m', 'details january 2018 m s', 'january 2018 m s nutrition', '2018 m s nutrition exercise', 'm s nutrition exercise physiology', 's nutrition exercise physiology new', 'nutrition exercise physiology new york', 'exercise physiology new york ny', 'physiology new york ny teachers', 'new york ny teachers college', 'york ny teachers college columbia', 'ny teachers college columbia university', 'teachers college columbia university january', 'college columbia university january 2016', 'columbia university january 2016 b', 'university january 2016 b s', 'january 2016 b s nutrition', '2016 b s nutrition dietetics', 'b s nutrition dietetics miami', 's nutrition dietetics miami fl', 'nutrition dietetics miami fl florida', 'dietetics miami fl florida international', 'miami fl florida international university', 'fl florida international university january', 'florida international university january 2011', 'international university january 2011 b', 'university january 2011 b sc', 'january 2011 b sc general', '2011 b sc general microbiology', 'b sc general microbiology pune', 'sc general microbiology pune maharashtra', 'general microbiology pune maharashtra abasaheb', 'microbiology pune maharashtra abasaheb garware', 'pune maharashtra abasaheb garware college', 'maharashtra abasaheb garware college group', 'abasaheb garware college group fitness', 'garware college group fitness instructor', 'college group fitness instructor india', 'group fitness instructor india group', 'fitness instructor india group fitness', 'instructor india group fitness instructor', 'india group fitness instructor india', 'group fitness instructor india columbia', 'fitness instructor india columbia university', 'instructor india columbia university skill', 'india columbia university skill details', 'columbia university skill details company', 'university skill details company details', 'skill details company details company', 'details company details company columbia', 'company details company columbia university', 'details company columbia university description', 'company columbia university description present', 'columbia university description present organized', 'university description present organized high', 'description present organized high energy', 'present organized high energy weight', 'organized high energy weight training', 'high energy weight training cardiovascular', 'energy weight training cardiovascular indoor', 'weight training cardiovascular indoor cycling', 'training cardiovascular indoor cycling classes', 'cardiovascular indoor cycling classes ommodating', 'indoor cycling classes ommodating participants', 'cycling classes ommodating participants varying', 'classes ommodating participants varying age', 'ommodating participants varying age groups', 'participants varying age groups cultural', 'varying age groups cultural backgrounds', 'age groups cultural backgrounds fitness', 'groups cultural backgrounds fitness levels', 'cultural backgrounds fitness levels help', 'backgrounds fitness levels help achieve', 'fitness levels help achieve fitness', 'levels help achieve fitness goals', 'help achieve fitness goals company', 'achieve fitness goals company columbia', 'fitness goals company columbia dental', 'goals company columbia dental school', 'company columbia dental school description', 'columbia dental school description provided', 'dental school description provided detailed', 'school description provided detailed nutrition', 'description provided detailed nutrition counselling', 'provided detailed nutrition counselling telephonic', 'detailed nutrition counselling telephonic follow', 'nutrition counselling telephonic follow dental', 'counselling telephonic follow dental patients', 'telephonic follow dental patients ompanying', 'follow dental patients ompanying metabolic', 'dental patients ompanying metabolic conditions', 'patients ompanying metabolic conditions like', 'ompanying metabolic conditions like diabetes', 'metabolic conditions like diabetes hypertension', 'conditions like diabetes hypertension obesity', 'education details january 2018 m s', 'details january 2018 m s nutrition', 'january 2018 m s nutrition exercise', '2018 m s nutrition exercise physiology', 'm s nutrition exercise physiology new', 's nutrition exercise physiology new york', 'nutrition exercise physiology new york ny', 'exercise physiology new york ny teachers', 'physiology new york ny teachers college', 'new york ny teachers college columbia', 'york ny teachers college columbia university', 'ny teachers college columbia university january', 'teachers college columbia university january 2016', 'college columbia university january 2016 b', 'columbia university january 2016 b s', 'university january 2016 b s nutrition', 'january 2016 b s nutrition dietetics', '2016 b s nutrition dietetics miami', 'b s nutrition dietetics miami fl', 's nutrition dietetics miami fl florida', 'nutrition dietetics miami fl florida international', 'dietetics miami fl florida international university', 'miami fl florida international university january', 'fl florida international university january 2011', 'florida international university january 2011 b', 'international university january 2011 b sc', 'university january 2011 b sc general', 'january 2011 b sc general microbiology', '2011 b sc general microbiology pune', 'b sc general microbiology pune maharashtra', 'sc general microbiology pune maharashtra abasaheb', 'general microbiology pune maharashtra abasaheb garware', 'microbiology pune maharashtra abasaheb garware college', 'pune maharashtra abasaheb garware college group', 'maharashtra abasaheb garware college group fitness', 'abasaheb garware college group fitness instructor', 'garware college group fitness instructor india', 'college group fitness instructor india group', 'group fitness instructor india group fitness', 'fitness instructor india group fitness instructor', 'instructor india group fitness instructor india', 'india group fitness instructor india columbia', 'group fitness instructor india columbia university', 'fitness instructor india columbia university skill', 'instructor india columbia university skill details', 'india columbia university skill details company', 'columbia university skill details company details', 'university skill details company details company', 'skill details company details company columbia', 'details company details company columbia university', 'company details company columbia university description', 'details company columbia university description present', 'company columbia university description present organized', 'columbia university description present organized high', 'university description present organized high energy', 'description present organized high energy weight', 'present organized high energy weight training', 'organized high energy weight training cardiovascular', 'high energy weight training cardiovascular indoor', 'energy weight training cardiovascular indoor cycling', 'weight training cardiovascular indoor cycling classes', 'training cardiovascular indoor cycling classes ommodating', 'cardiovascular indoor cycling classes ommodating participants', 'indoor cycling classes ommodating participants varying', 'cycling classes ommodating participants varying age', 'classes ommodating participants varying age groups', 'ommodating participants varying age groups cultural', 'participants varying age groups cultural backgrounds', 'varying age groups cultural backgrounds fitness', 'age groups cultural backgrounds fitness levels', 'groups cultural backgrounds fitness levels help', 'cultural backgrounds fitness levels help achieve', 'backgrounds fitness levels help achieve fitness', 'fitness levels help achieve fitness goals', 'levels help achieve fitness goals company', 'help achieve fitness goals company columbia', 'achieve fitness goals company columbia dental', 'fitness goals company columbia dental school', 'goals company columbia dental school description', 'company columbia dental school description provided', 'columbia dental school description provided detailed', 'dental school description provided detailed nutrition', 'school description provided detailed nutrition counselling', 'description provided detailed nutrition counselling telephonic', 'provided detailed nutrition counselling telephonic follow', 'detailed nutrition counselling telephonic follow dental', 'nutrition counselling telephonic follow dental patients', 'counselling telephonic follow dental patients ompanying', 'telephonic follow dental patients ompanying metabolic', 'follow dental patients ompanying metabolic conditions', 'dental patients ompanying metabolic conditions like', 'patients ompanying metabolic conditions like diabetes', 'ompanying metabolic conditions like diabetes hypertension', 'metabolic conditions like diabetes hypertension obesity', 'education details january 2018 m s nutrition', 'details january 2018 m s nutrition exercise', 'january 2018 m s nutrition exercise physiology', '2018 m s nutrition exercise physiology new', 'm s nutrition exercise physiology new york', 's nutrition exercise physiology new york ny', 'nutrition exercise physiology new york ny teachers', 'exercise physiology new york ny teachers college', 'physiology new york ny teachers college columbia', 'new york ny teachers college columbia university', 'york ny teachers college columbia university january', 'ny teachers college columbia university january 2016', 'teachers college columbia university january 2016 b', 'college columbia university january 2016 b s', 'columbia university january 2016 b s nutrition', 'university january 2016 b s nutrition dietetics', 'january 2016 b s nutrition dietetics miami', '2016 b s nutrition dietetics miami fl', 'b s nutrition dietetics miami fl florida', 's nutrition dietetics miami fl florida international', 'nutrition dietetics miami fl florida international university', 'dietetics miami fl florida international university january', 'miami fl florida international university january 2011', 'fl florida international university january 2011 b', 'florida international university january 2011 b sc', 'international university january 2011 b sc general', 'university january 2011 b sc general microbiology', 'january 2011 b sc general microbiology pune', '2011 b sc general microbiology pune maharashtra', 'b sc general microbiology pune maharashtra abasaheb', 'sc general microbiology pune maharashtra abasaheb garware', 'general microbiology pune maharashtra abasaheb garware college', 'microbiology pune maharashtra abasaheb garware college group', 'pune maharashtra abasaheb garware college group fitness', 'maharashtra abasaheb garware college group fitness instructor', 'abasaheb garware college group fitness instructor india', 'garware college group fitness instructor india group', 'college group fitness instructor india group fitness', 'group fitness instructor india group fitness instructor', 'fitness instructor india group fitness instructor india', 'instructor india group fitness instructor india columbia', 'india group fitness instructor india columbia university', 'group fitness instructor india columbia university skill', 'fitness instructor india columbia university skill details', 'instructor india columbia university skill details company', 'india columbia university skill details company details', 'columbia university skill details company details company', 'university skill details company details company columbia', 'skill details company details company columbia university', 'details company details company columbia university description', 'company details company columbia university description present', 'details company columbia university description present organized', 'company columbia university description present organized high', 'columbia university description present organized high energy', 'university description present organized high energy weight', 'description present organized high energy weight training', 'present organized high energy weight training cardiovascular', 'organized high energy weight training cardiovascular indoor', 'high energy weight training cardiovascular indoor cycling', 'energy weight training cardiovascular indoor cycling classes', 'weight training cardiovascular indoor cycling classes ommodating', 'training cardiovascular indoor cycling classes ommodating participants', 'cardiovascular indoor cycling classes ommodating participants varying', 'indoor cycling classes ommodating participants varying age', 'cycling classes ommodating participants varying age groups', 'classes ommodating participants varying age groups cultural', 'ommodating participants varying age groups cultural backgrounds', 'participants varying age groups cultural backgrounds fitness', 'varying age groups cultural backgrounds fitness levels', 'age groups cultural backgrounds fitness levels help', 'groups cultural backgrounds fitness levels help achieve', 'cultural backgrounds fitness levels help achieve fitness', 'backgrounds fitness levels help achieve fitness goals', 'fitness levels help achieve fitness goals company', 'levels help achieve fitness goals company columbia', 'help achieve fitness goals company columbia dental', 'achieve fitness goals company columbia dental school', 'fitness goals company columbia dental school description', 'goals company columbia dental school description provided', 'company columbia dental school description provided detailed', 'columbia dental school description provided detailed nutrition', 'dental school description provided detailed nutrition counselling', 'school description provided detailed nutrition counselling telephonic', 'description provided detailed nutrition counselling telephonic follow', 'provided detailed nutrition counselling telephonic follow dental', 'detailed nutrition counselling telephonic follow dental patients', 'nutrition counselling telephonic follow dental patients ompanying', 'counselling telephonic follow dental patients ompanying metabolic', 'telephonic follow dental patients ompanying metabolic conditions', 'follow dental patients ompanying metabolic conditions like', 'dental patients ompanying metabolic conditions like diabetes', 'patients ompanying metabolic conditions like diabetes hypertension', 'ompanying metabolic conditions like diabetes hypertension obesity', 'education details january 2018 m s nutrition exercise', 'details january 2018 m s nutrition exercise physiology', 'january 2018 m s nutrition exercise physiology new', '2018 m s nutrition exercise physiology new york', 'm s nutrition exercise physiology new york ny', 's nutrition exercise physiology new york ny teachers', 'nutrition exercise physiology new york ny teachers college', 'exercise physiology new york ny teachers college columbia', 'physiology new york ny teachers college columbia university', 'new york ny teachers college columbia university january', 'york ny teachers college columbia university january 2016', 'ny teachers college columbia university january 2016 b', 'teachers college columbia university january 2016 b s', 'college columbia university january 2016 b s nutrition', 'columbia university january 2016 b s nutrition dietetics', 'university january 2016 b s nutrition dietetics miami', 'january 2016 b s nutrition dietetics miami fl', '2016 b s nutrition dietetics miami fl florida', 'b s nutrition dietetics miami fl florida international', 's nutrition dietetics miami fl florida international university', 'nutrition dietetics miami fl florida international university january', 'dietetics miami fl florida international university january 2011', 'miami fl florida international university january 2011 b', 'fl florida international university january 2011 b sc', 'florida international university january 2011 b sc general', 'international university january 2011 b sc general microbiology', 'university january 2011 b sc general microbiology pune', 'january 2011 b sc general microbiology pune maharashtra', '2011 b sc general microbiology pune maharashtra abasaheb', 'b sc general microbiology pune maharashtra abasaheb garware', 'sc general microbiology pune maharashtra abasaheb garware college', 'general microbiology pune maharashtra abasaheb garware college group', 'microbiology pune maharashtra abasaheb garware college group fitness', 'pune maharashtra abasaheb garware college group fitness instructor', 'maharashtra abasaheb garware college group fitness instructor india', 'abasaheb garware college group fitness instructor india group', 'garware college group fitness instructor india group fitness', 'college group fitness instructor india group fitness instructor', 'group fitness instructor india group fitness instructor india', 'fitness instructor india group fitness instructor india columbia', 'instructor india group fitness instructor india columbia university', 'india group fitness instructor india columbia university skill', 'group fitness instructor india columbia university skill details', 'fitness instructor india columbia university skill details company', 'instructor india columbia university skill details company details', 'india columbia university skill details company details company', 'columbia university skill details company details company columbia', 'university skill details company details company columbia university', 'skill details company details company columbia university description', 'details company details company columbia university description present', 'company details company columbia university description present organized', 'details company columbia university description present organized high', 'company columbia university description present organized high energy', 'columbia university description present organized high energy weight', 'university description present organized high energy weight training', 'description present organized high energy weight training cardiovascular', 'present organized high energy weight training cardiovascular indoor', 'organized high energy weight training cardiovascular indoor cycling', 'high energy weight training cardiovascular indoor cycling classes', 'energy weight training cardiovascular indoor cycling classes ommodating', 'weight training cardiovascular indoor cycling classes ommodating participants', 'training cardiovascular indoor cycling classes ommodating participants varying', 'cardiovascular indoor cycling classes ommodating participants varying age', 'indoor cycling classes ommodating participants varying age groups', 'cycling classes ommodating participants varying age groups cultural', 'classes ommodating participants varying age groups cultural backgrounds', 'ommodating participants varying age groups cultural backgrounds fitness', 'participants varying age groups cultural backgrounds fitness levels', 'varying age groups cultural backgrounds fitness levels help', 'age groups cultural backgrounds fitness levels help achieve', 'groups cultural backgrounds fitness levels help achieve fitness', 'cultural backgrounds fitness levels help achieve fitness goals', 'backgrounds fitness levels help achieve fitness goals company', 'fitness levels help achieve fitness goals company columbia', 'levels help achieve fitness goals company columbia dental', 'help achieve fitness goals company columbia dental school', 'achieve fitness goals company columbia dental school description', 'fitness goals company columbia dental school description provided', 'goals company columbia dental school description provided detailed', 'company columbia dental school description provided detailed nutrition', 'columbia dental school description provided detailed nutrition counselling', 'dental school description provided detailed nutrition counselling telephonic', 'school description provided detailed nutrition counselling telephonic follow', 'description provided detailed nutrition counselling telephonic follow dental', 'provided detailed nutrition counselling telephonic follow dental patients', 'detailed nutrition counselling telephonic follow dental patients ompanying', 'nutrition counselling telephonic follow dental patients ompanying metabolic', 'counselling telephonic follow dental patients ompanying metabolic conditions', 'telephonic follow dental patients ompanying metabolic conditions like', 'follow dental patients ompanying metabolic conditions like diabetes', 'dental patients ompanying metabolic conditions like diabetes hypertension', 'patients ompanying metabolic conditions like diabetes hypertension obesity', 'education details january 2018 m s nutrition exercise physiology', 'details january 2018 m s nutrition exercise physiology new', 'january 2018 m s nutrition exercise physiology new york', '2018 m s nutrition exercise physiology new york ny', 'm s nutrition exercise physiology new york ny teachers', 's nutrition exercise physiology new york ny teachers college', 'nutrition exercise physiology new york ny teachers college columbia', 'exercise physiology new york ny teachers college columbia university', 'physiology new york ny teachers college columbia university january', 'new york ny teachers college columbia university january 2016', 'york ny teachers college columbia university january 2016 b', 'ny teachers college columbia university january 2016 b s', 'teachers college columbia university january 2016 b s nutrition', 'college columbia university january 2016 b s nutrition dietetics', 'columbia university january 2016 b s nutrition dietetics miami', 'university january 2016 b s nutrition dietetics miami fl', 'january 2016 b s nutrition dietetics miami fl florida', '2016 b s nutrition dietetics miami fl florida international', 'b s nutrition dietetics miami fl florida international university', 's nutrition dietetics miami fl florida international university january', 'nutrition dietetics miami fl florida international university january 2011', 'dietetics miami fl florida international university january 2011 b', 'miami fl florida international university january 2011 b sc', 'fl florida international university january 2011 b sc general', 'florida international university january 2011 b sc general microbiology', 'international university january 2011 b sc general microbiology pune', 'university january 2011 b sc general microbiology pune maharashtra', 'january 2011 b sc general microbiology pune maharashtra abasaheb', '2011 b sc general microbiology pune maharashtra abasaheb garware', 'b sc general microbiology pune maharashtra abasaheb garware college', 'sc general microbiology pune maharashtra abasaheb garware college group', 'general microbiology pune maharashtra abasaheb garware college group fitness', 'microbiology pune maharashtra abasaheb garware college group fitness instructor', 'pune maharashtra abasaheb garware college group fitness instructor india', 'maharashtra abasaheb garware college group fitness instructor india group', 'abasaheb garware college group fitness instructor india group fitness', 'garware college group fitness instructor india group fitness instructor', 'college group fitness instructor india group fitness instructor india', 'group fitness instructor india group fitness instructor india columbia', 'fitness instructor india group fitness instructor india columbia university', 'instructor india group fitness instructor india columbia university skill', 'india group fitness instructor india columbia university skill details', 'group fitness instructor india columbia university skill details company', 'fitness instructor india columbia university skill details company details', 'instructor india columbia university skill details company details company', 'india columbia university skill details company details company columbia', 'columbia university skill details company details company columbia university', 'university skill details company details company columbia university description', 'skill details company details company columbia university description present', 'details company details company columbia university description present organized', 'company details company columbia university description present organized high', 'details company columbia university description present organized high energy', 'company columbia university description present organized high energy weight', 'columbia university description present organized high energy weight training', 'university description present organized high energy weight training cardiovascular', 'description present organized high energy weight training cardiovascular indoor', 'present organized high energy weight training cardiovascular indoor cycling', 'organized high energy weight training cardiovascular indoor cycling classes', 'high energy weight training cardiovascular indoor cycling classes ommodating', 'energy weight training cardiovascular indoor cycling classes ommodating participants', 'weight training cardiovascular indoor cycling classes ommodating participants varying', 'training cardiovascular indoor cycling classes ommodating participants varying age', 'cardiovascular indoor cycling classes ommodating participants varying age groups', 'indoor cycling classes ommodating participants varying age groups cultural', 'cycling classes ommodating participants varying age groups cultural backgrounds', 'classes ommodating participants varying age groups cultural backgrounds fitness', 'ommodating participants varying age groups cultural backgrounds fitness levels', 'participants varying age groups cultural backgrounds fitness levels help', 'varying age groups cultural backgrounds fitness levels help achieve', 'age groups cultural backgrounds fitness levels help achieve fitness', 'groups cultural backgrounds fitness levels help achieve fitness goals', 'cultural backgrounds fitness levels help achieve fitness goals company', 'backgrounds fitness levels help achieve fitness goals company columbia', 'fitness levels help achieve fitness goals company columbia dental', 'levels help achieve fitness goals company columbia dental school', 'help achieve fitness goals company columbia dental school description', 'achieve fitness goals company columbia dental school description provided', 'fitness goals company columbia dental school description provided detailed', 'goals company columbia dental school description provided detailed nutrition', 'company columbia dental school description provided detailed nutrition counselling', 'columbia dental school description provided detailed nutrition counselling telephonic', 'dental school description provided detailed nutrition counselling telephonic follow', 'school description provided detailed nutrition counselling telephonic follow dental', 'description provided detailed nutrition counselling telephonic follow dental patients', 'provided detailed nutrition counselling telephonic follow dental patients ompanying', 'detailed nutrition counselling telephonic follow dental patients ompanying metabolic', 'nutrition counselling telephonic follow dental patients ompanying metabolic conditions', 'counselling telephonic follow dental patients ompanying metabolic conditions like', 'telephonic follow dental patients ompanying metabolic conditions like diabetes', 'follow dental patients ompanying metabolic conditions like diabetes hypertension', 'dental patients ompanying metabolic conditions like diabetes hypertension obesity'], ['personal', 'skills', 'good', 'verbal', 'written', 'communication', 'skills', 'ability', 'deal', 'people', 'diplomatically', 'willingness', 'learn', 'other', 'qualifications', 'seema', 'institute', 'ansalon', 'body', 'massage', 'scalp', 'swedish', 'thai', 'body', 'foot', 'reflexology', 'aromatherapy', 'completed', 'course', '2', 'months', 'talwalkars', 'fitness', 'academy', 'gym', 'aerobics', 'completed', '3', 'months', 'course', 'fitness', 'training', 'radio', 'bhavan', 'the', 'career', 'super', 'market', 'hotel', 'front', 'office', 'management', 'completed', 'course', '3', 'months', 'slender', 'gender', 'done', 'diploma', 'spa', 'management', '4', 'months', 'education', 'details', 'fitness', 'trainer', 'cum', 'team', 'leader', 'fitness', 'trainer', 'cum', 'team', 'leader', 'think', 'healthy', 'skill', 'details', 'company', 'details', 'company', 'think', 'healthy', 'description', 'job', 'responsibilities', 'perform', 'related', 'duties', 'responsibilities', 'assigned', 'achieve', 'fitness', 'goal', 'training', 'people', 'work', 'outs', 'gym', 'handling', 'customer', 'queries', 'related', 'therapies', 'refreshers', 'etc', 'company', 'raymond', 'gym', 'description', 'job', 'responsibilities', 'perform', 'related', 'duties', 'responsibilities', 'assigned', 'handling', 'customers', 'queries', 'related', 'therapies', 'company', 'aroma', 'thai', 'foot', 'spa', 'description', 'perform', 'related', 'duties', 'responsibilities', 'assigned', 'handling', 'customers', 'queries', 'related', 'therapies', 'refreshers', 'etc', 'handled', 'queries', 'phone', 'well', 'personally', 'taking', 'care', 'payment', 'invoices', 'company', 'global', '1', 'gym', 'description', 'job', 'responsibilities', 'perform', 'related', 'duties', 'responsibilities', 'assigned', 'handling', 'team', 'entire', 'floor', 'section', 'achieve', 'fitness', 'goal', 'training', 'people', 'work', 'outs', 'gym', 'company', 'rudraaksh', 'health', 'care', 'spa', 'description', 'job', 'responsibilities', 'perform', 'related', 'duties', 'responsibilities', 'assigned', 'handling', 'team', 'entire', 'floor', 'section', 'achieve', 'fitness', 'goal', 'training', 'people', 'work', 'outs', 'gym', 'handling', 'customer', 'queries', 'related', 'therapies', 'refreshers', 'etc', 'handled', 'queries', 'phone', 'well', 'personally', 'taking', 'care', 'payment', 'invoices', 'company', 'plaza', 'gym', 'description', 'company', 'hotel', 'windsor', 'description', 'company', 'hotel', 'holiday', 'inn', 'juhu', 'description', 'done', 'promotion', 'for', 'aromathai', 'foot', 'spa', '6', 'days', 'world', 'trade', 'centre', 'bombay', 'exhibition', 'centre', 'also', 'done', 'promotion', 'bandra', 'kurla', 'complex', 'bandra', 'gym', 'khana', 'promoted', 'various', 'products', 'spa', 'health', 'fitness', 'product', 'garments', 'imitation', 'jewellery', 'food', 'beverage', 'etc', 'personal skills', 'skills good', 'good verbal', 'verbal written', 'written communication', 'communication skills', 'skills ability', 'ability deal', 'deal people', 'people diplomatically', 'diplomatically willingness', 'willingness learn', 'learn other', 'other qualifications', 'qualifications seema', 'seema institute', 'institute ansalon', 'ansalon body', 'body massage', 'massage scalp', 'scalp swedish', 'swedish thai', 'thai body', 'body foot', 'foot reflexology', 'reflexology aromatherapy', 'aromatherapy completed', 'completed course', 'course 2', '2 months', 'months talwalkars', 'talwalkars fitness', 'fitness academy', 'academy gym', 'gym aerobics', 'aerobics completed', 'completed 3', '3 months', 'months course', 'course fitness', 'fitness training', 'training radio', 'radio bhavan', 'bhavan the', 'the career', 'career super', 'super market', 'market hotel', 'hotel front', 'front office', 'office management', 'management completed', 'completed course', 'course 3', '3 months', 'months slender', 'slender gender', 'gender done', 'done diploma', 'diploma spa', 'spa management', 'management 4', '4 months', 'months education', 'education details', 'details fitness', 'fitness trainer', 'trainer cum', 'cum team', 'team leader', 'leader fitness', 'fitness trainer', 'trainer cum', 'cum team', 'team leader', 'leader think', 'think healthy', 'healthy skill', 'skill details', 'details company', 'company details', 'details company', 'company think', 'think healthy', 'healthy description', 'description job', 'job responsibilities', 'responsibilities perform', 'perform related', 'related duties', 'duties responsibilities', 'responsibilities assigned', 'assigned achieve', 'achieve fitness', 'fitness goal', 'goal training', 'training people', 'people work', 'work outs', 'outs gym', 'gym handling', 'handling customer', 'customer queries', 'queries related', 'related therapies', 'therapies refreshers', 'refreshers etc', 'etc company', 'company raymond', 'raymond gym', 'gym description', 'description job', 'job responsibilities', 'responsibilities perform', 'perform related', 'related duties', 'duties responsibilities', 'responsibilities assigned', 'assigned handling', 'handling customers', 'customers queries', 'queries related', 'related therapies', 'therapies company', 'company aroma', 'aroma thai', 'thai foot', 'foot spa', 'spa description', 'description perform', 'perform related', 'related duties', 'duties responsibilities', 'responsibilities assigned', 'assigned handling', 'handling customers', 'customers queries', 'queries related', 'related therapies', 'therapies refreshers', 'refreshers etc', 'etc handled', 'handled queries', 'queries phone', 'phone well', 'well personally', 'personally taking', 'taking care', 'care payment', 'payment invoices', 'invoices company', 'company global', 'global 1', '1 gym', 'gym description', 'description job', 'job responsibilities', 'responsibilities perform', 'perform related', 'related duties', 'duties responsibilities', 'responsibilities assigned', 'assigned handling', 'handling team', 'team entire', 'entire floor', 'floor section', 'section achieve', 'achieve fitness', 'fitness goal', 'goal training', 'training people', 'people work', 'work outs', 'outs gym', 'gym company', 'company rudraaksh', 'rudraaksh health', 'health care', 'care spa', 'spa description', 'description job', 'job responsibilities', 'responsibilities perform', 'perform related', 'related duties', 'duties responsibilities', 'responsibilities assigned', 'assigned handling', 'handling team', 'team entire', 'entire floor', 'floor section', 'section achieve', 'achieve fitness', 'fitness goal', 'goal training', 'training people', 'people work', 'work outs', 'outs gym', 'gym handling', 'handling customer', 'customer queries', 'queries related', 'related therapies', 'therapies refreshers', 'refreshers etc', 'etc handled', 'handled queries', 'queries phone', 'phone well', 'well personally', 'personally taking', 'taking care', 'care payment', 'payment invoices', 'invoices company', 'company plaza', 'plaza gym', 'gym description', 'description company', 'company hotel', 'hotel windsor', 'windsor description', 'description company', 'company hotel', 'hotel holiday', 'holiday inn', 'inn juhu', 'juhu description', 'description done', 'done promotion', 'promotion for', 'for aromathai', 'aromathai foot', 'foot spa', 'spa 6', '6 days', 'days world', 'world trade', 'trade centre', 'centre bombay', 'bombay exhibition', 'exhibition centre', 'centre also', 'also done', 'done promotion', 'promotion bandra', 'bandra kurla', 'kurla complex', 'complex bandra', 'bandra gym', 'gym khana', 'khana promoted', 'promoted various', 'various products', 'products spa', 'spa health', 'health fitness', 'fitness product', 'product garments', 'garments imitation', 'imitation jewellery', 'jewellery food', 'food beverage', 'beverage etc', 'personal skills good', 'skills good verbal', 'good verbal written', 'verbal written communication', 'written communication skills', 'communication skills ability', 'skills ability deal', 'ability deal people', 'deal people diplomatically', 'people diplomatically willingness', 'diplomatically willingness learn', 'willingness learn other', 'learn other qualifications', 'other qualifications seema', 'qualifications seema institute', 'seema institute ansalon', 'institute ansalon body', 'ansalon body massage', 'body massage scalp', 'massage scalp swedish', 'scalp swedish thai', 'swedish thai body', 'thai body foot', 'body foot reflexology', 'foot reflexology aromatherapy', 'reflexology aromatherapy completed', 'aromatherapy completed course', 'completed course 2', 'course 2 months', '2 months talwalkars', 'months talwalkars fitness', 'talwalkars fitness academy', 'fitness academy gym', 'academy gym aerobics', 'gym aerobics completed', 'aerobics completed 3', 'completed 3 months', '3 months course', 'months course fitness', 'course fitness training', 'fitness training radio', 'training radio bhavan', 'radio bhavan the', 'bhavan the career', 'the career super', 'career super market', 'super market hotel', 'market hotel front', 'hotel front office', 'front office management', 'office management completed', 'management completed course', 'completed course 3', 'course 3 months', '3 months slender', 'months slender gender', 'slender gender done', 'gender done diploma', 'done diploma spa', 'diploma spa management', 'spa management 4', 'management 4 months', '4 months education', 'months education details', 'education details fitness', 'details fitness trainer', 'fitness trainer cum', 'trainer cum team', 'cum team leader', 'team leader fitness', 'leader fitness trainer', 'fitness trainer cum', 'trainer cum team', 'cum team leader', 'team leader think', 'leader think healthy', 'think healthy skill', 'healthy skill details', 'skill details company', 'details company details', 'company details company', 'details company think', 'company think healthy', 'think healthy description', 'healthy description job', 'description job responsibilities', 'job responsibilities perform', 'responsibilities perform related', 'perform related duties', 'related duties responsibilities', 'duties responsibilities assigned', 'responsibilities assigned achieve', 'assigned achieve fitness', 'achieve fitness goal', 'fitness goal training', 'goal training people', 'training people work', 'people work outs', 'work outs gym', 'outs gym handling', 'gym handling customer', 'handling customer queries', 'customer queries related', 'queries related therapies', 'related therapies refreshers', 'therapies refreshers etc', 'refreshers etc company', 'etc company raymond', 'company raymond gym', 'raymond gym description', 'gym description job', 'description job responsibilities', 'job responsibilities perform', 'responsibilities perform related', 'perform related duties', 'related duties responsibilities', 'duties responsibilities assigned', 'responsibilities assigned handling', 'assigned handling customers', 'handling customers queries', 'customers queries related', 'queries related therapies', 'related therapies company', 'therapies company aroma', 'company aroma thai', 'aroma thai foot', 'thai foot spa', 'foot spa description', 'spa description perform', 'description perform related', 'perform related duties', 'related duties responsibilities', 'duties responsibilities assigned', 'responsibilities assigned handling', 'assigned handling customers', 'handling customers queries', 'customers queries related', 'queries related therapies', 'related therapies refreshers', 'therapies refreshers etc', 'refreshers etc handled', 'etc handled queries', 'handled queries phone', 'queries phone well', 'phone well personally', 'well personally taking', 'personally taking care', 'taking care payment', 'care payment invoices', 'payment invoices company', 'invoices company global', 'company global 1', 'global 1 gym', '1 gym description', 'gym description job', 'description job responsibilities', 'job responsibilities perform', 'responsibilities perform related', 'perform related duties', 'related duties responsibilities', 'duties responsibilities assigned', 'responsibilities assigned handling', 'assigned handling team', 'handling team entire', 'team entire floor', 'entire floor section', 'floor section achieve', 'section achieve fitness', 'achieve fitness goal', 'fitness goal training', 'goal training people', 'training people work', 'people work outs', 'work outs gym', 'outs gym company', 'gym company rudraaksh', 'company rudraaksh health', 'rudraaksh health care', 'health care spa', 'care spa description', 'spa description job', 'description job responsibilities', 'job responsibilities perform', 'responsibilities perform related', 'perform related duties', 'related duties responsibilities', 'duties responsibilities assigned', 'responsibilities assigned handling', 'assigned handling team', 'handling team entire', 'team entire floor', 'entire floor section', 'floor section achieve', 'section achieve fitness', 'achieve fitness goal', 'fitness goal training', 'goal training people', 'training people work', 'people work outs', 'work outs gym', 'outs gym handling', 'gym handling customer', 'handling customer queries', 'customer queries related', 'queries related therapies', 'related therapies refreshers', 'therapies refreshers etc', 'refreshers etc handled', 'etc handled queries', 'handled queries phone', 'queries phone well', 'phone well personally', 'well personally taking', 'personally taking care', 'taking care payment', 'care payment invoices', 'payment invoices company', 'invoices company plaza', 'company plaza gym', 'plaza gym description', 'gym description company', 'description company hotel', 'company hotel windsor', 'hotel windsor description', 'windsor description company', 'description company hotel', 'company hotel holiday', 'hotel holiday inn', 'holiday inn juhu', 'inn juhu description', 'juhu description done', 'description done promotion', 'done promotion for', 'promotion for aromathai', 'for aromathai foot', 'aromathai foot spa', 'foot spa 6', 'spa 6 days', '6 days world', 'days world trade', 'world trade centre', 'trade centre bombay', 'centre bombay exhibition', 'bombay exhibition centre', 'exhibition centre also', 'centre also done', 'also done promotion', 'done promotion bandra', 'promotion bandra kurla', 'bandra kurla complex', 'kurla complex bandra', 'complex bandra gym', 'bandra gym khana', 'gym khana promoted', 'khana promoted various', 'promoted various products', 'various products spa', 'products spa health', 'spa health fitness', 'health fitness product', 'fitness product garments', 'product garments imitation', 'garments imitation jewellery', 'imitation jewellery food', 'jewellery food beverage', 'food beverage etc', 'personal skills good verbal', 'skills good verbal written', 'good verbal written communication', 'verbal written communication skills', 'written communication skills ability', 'communication skills ability deal', 'skills ability deal people', 'ability deal people diplomatically', 'deal people diplomatically willingness', 'people diplomatically willingness learn', 'diplomatically willingness learn other', 'willingness learn other qualifications', 'learn other qualifications seema', 'other qualifications seema institute', 'qualifications seema institute ansalon', 'seema institute ansalon body', 'institute ansalon body massage', 'ansalon body massage scalp', 'body massage scalp swedish', 'massage scalp swedish thai', 'scalp swedish thai body', 'swedish thai body foot', 'thai body foot reflexology', 'body foot reflexology aromatherapy', 'foot reflexology aromatherapy completed', 'reflexology aromatherapy completed course', 'aromatherapy completed course 2', 'completed course 2 months', 'course 2 months talwalkars', '2 months talwalkars fitness', 'months talwalkars fitness academy', 'talwalkars fitness academy gym', 'fitness academy gym aerobics', 'academy gym aerobics completed', 'gym aerobics completed 3', 'aerobics completed 3 months', 'completed 3 months course', '3 months course fitness', 'months course fitness training', 'course fitness training radio', 'fitness training radio bhavan', 'training radio bhavan the', 'radio bhavan the career', 'bhavan the career super', 'the career super market', 'career super market hotel', 'super market hotel front', 'market hotel front office', 'hotel front office management', 'front office management completed', 'office management completed course', 'management completed course 3', 'completed course 3 months', 'course 3 months slender', '3 months slender gender', 'months slender gender done', 'slender gender done diploma', 'gender done diploma spa', 'done diploma spa management', 'diploma spa management 4', 'spa management 4 months', 'management 4 months education', '4 months education details', 'months education details fitness', 'education details fitness trainer', 'details fitness trainer cum', 'fitness trainer cum team', 'trainer cum team leader', 'cum team leader fitness', 'team leader fitness trainer', 'leader fitness trainer cum', 'fitness trainer cum team', 'trainer cum team leader', 'cum team leader think', 'team leader think healthy', 'leader think healthy skill', 'think healthy skill details', 'healthy skill details company', 'skill details company details', 'details company details company', 'company details company think', 'details company think healthy', 'company think healthy description', 'think healthy description job', 'healthy description job responsibilities', 'description job responsibilities perform', 'job responsibilities perform related', 'responsibilities perform related duties', 'perform related duties responsibilities', 'related duties responsibilities assigned', 'duties responsibilities assigned achieve', 'responsibilities assigned achieve fitness', 'assigned achieve fitness goal', 'achieve fitness goal training', 'fitness goal training people', 'goal training people work', 'training people work outs', 'people work outs gym', 'work outs gym handling', 'outs gym handling customer', 'gym handling customer queries', 'handling customer queries related', 'customer queries related therapies', 'queries related therapies refreshers', 'related therapies refreshers etc', 'therapies refreshers etc company', 'refreshers etc company raymond', 'etc company raymond gym', 'company raymond gym description', 'raymond gym description job', 'gym description job responsibilities', 'description job responsibilities perform', 'job responsibilities perform related', 'responsibilities perform related duties', 'perform related duties responsibilities', 'related duties responsibilities assigned', 'duties responsibilities assigned handling', 'responsibilities assigned handling customers', 'assigned handling customers queries', 'handling customers queries related', 'customers queries related therapies', 'queries related therapies company', 'related therapies company aroma', 'therapies company aroma thai', 'company aroma thai foot', 'aroma thai foot spa', 'thai foot spa description', 'foot spa description perform', 'spa description perform related', 'description perform related duties', 'perform related duties responsibilities', 'related duties responsibilities assigned', 'duties responsibilities assigned handling', 'responsibilities assigned handling customers', 'assigned handling customers queries', 'handling customers queries related', 'customers queries related therapies', 'queries related therapies refreshers', 'related therapies refreshers etc', 'therapies refreshers etc handled', 'refreshers etc handled queries', 'etc handled queries phone', 'handled queries phone well', 'queries phone well personally', 'phone well personally taking', 'well personally taking care', 'personally taking care payment', 'taking care payment invoices', 'care payment invoices company', 'payment invoices company global', 'invoices company global 1', 'company global 1 gym', 'global 1 gym description', '1 gym description job', 'gym description job responsibilities', 'description job responsibilities perform', 'job responsibilities perform related', 'responsibilities perform related duties', 'perform related duties responsibilities', 'related duties responsibilities assigned', 'duties responsibilities assigned handling', 'responsibilities assigned handling team', 'assigned handling team entire', 'handling team entire floor', 'team entire floor section', 'entire floor section achieve', 'floor section achieve fitness', 'section achieve fitness goal', 'achieve fitness goal training', 'fitness goal training people', 'goal training people work', 'training people work outs', 'people work outs gym', 'work outs gym company', 'outs gym company rudraaksh', 'gym company rudraaksh health', 'company rudraaksh health care', 'rudraaksh health care spa', 'health care spa description', 'care spa description job', 'spa description job responsibilities', 'description job responsibilities perform', 'job responsibilities perform related', 'responsibilities perform related duties', 'perform related duties responsibilities', 'related duties responsibilities assigned', 'duties responsibilities assigned handling', 'responsibilities assigned handling team', 'assigned handling team entire', 'handling team entire floor', 'team entire floor section', 'entire floor section achieve', 'floor section achieve fitness', 'section achieve fitness goal', 'achieve fitness goal training', 'fitness goal training people', 'goal training people work', 'training people work outs', 'people work outs gym', ...], ['skills', 'computer', 'can', 'easily', 'operate', 'operating', 'system', 'like', 'windows', '10', 'can', 'work', 'ms', 'office', 'word', 'excel', 'powerpoint', 'can', 'easily', 'operate', 'internet', 'gym', 'management', 'software', 'website', 'mobile', 'application', 'education', 'details', 'january', '2010', 'advance', 'diploma', 'hotel', 'management', 'j', 'w', 'institute', 'hotel', 'management', 'gym', 'management', 'consultant', 'gym', 'management', 'consultant', 'sculpt', 'fitness', 'centre', 'skill', 'details', 'excel', 'exprience', '96', 'months', 'powerpoint', 'exprience', '96', 'months', 'word', 'exprience', '96', 'months', 'gym', 'management', 'software', 'exprience', '96', 'monthscompany', 'details', 'company', 'sculpt', 'fitness', 'centre', 'description', '2015', 'present', 'sales', 'fitness', 'operations', 'company', 'ab', 'fitness', 'club', 'description', 'fitness', 'sales', 'administration', 'facility', 'house', 'keeping', 'company', 'ab', 'fitness', 'club', 'description', 'sales', 'fitness', 'operations', 'company', 'ultimate', 'fitness', 'club', 'description', 'company', 'tripod', 'fitness', 'arena', 'description', 'sales', 'administration', 'company', 'c', 'k', 'fitness', 'description', 'sales', 'fitness', 'staff', 'recruitment', 'key', 'roles', 'designing', 'promoting', 'activities', 'meet', 'customer', 'demand', 'generate', 'revenue', 'advertising', 'promoting', 'club', 'centre', 'increase', 'usage', 'considering', 'market', 'research', 'recruiting', 'training', 'supervising', 'staff', 'including', 'managing', 'staff', 'rotas', 'taking', 'daily', 'weekly', 'monthly', 'reporting', 'fitness', 'manager', 'sales', 'team', 'lead', 'and', 'housekeeping', 'head', 'carrying', 'health', 'safety', 'checks', 'equipment', 'site', 'retaining', 'existing', 'members', 'providing', 'good', 'quality', 'service', 'providing', 'good', 'sales', 'programs', 'prioritizing', 'target', 'activities', 'user', 'groups', 'especially', 'local', 'authority', 'centres', 'customer', 'relationship', 'providing', 'training', 'sales', 'staff', 'deal', 'enquiries', 'complaints', 'emergencies', 'delivering', 'fitness', 'training', 'coaching', 'sports', 'activities', 'often', 'good', 'way', 'maintaining', 'contact', 'customers', 'preparing', 'checking', 'budgets', 'generating', 'revenue', 'cashing', 'keeping', 'stock', 'records', 'supplements', 'utilizing', 'group', 'x', 'studio', 'scheduling', 'exciting', 'grouper', 'batches', 'writing', 'monthly', 'weekly', 'reports', 'preparing', 'cash', 'projections', 'centre', 'owners', 'enhancing', 'profitability', 'organizing', 'delivering', 'appropriate', 'range', 'fitness', 'activities', 'programs', 'keeping', 'statistical', 'financial', 'records', 'keeping', 'check', 'maintenance', 'fitness', 'equipment', 'facilities', 'ensuring', 'compliance', 'health', 'safety', 'legislation', 'maintaining', 'customer', 'service', 'fitness', 'hospitality', 'standards', 'planning', 'undertaking', 'administrative', 'tasks', 'promoting', 'marketing', 'business', 'company', 'endurance', 'fitness', 'club', 'description', 'fitness', 'sales', 'administration', 'facility', 'house', 'keeping', 'skills computer', 'computer can', 'can easily', 'easily operate', 'operate operating', 'operating system', 'system like', 'like windows', 'windows 10', '10 can', 'can work', 'work ms', 'ms office', 'office word', 'word excel', 'excel powerpoint', 'powerpoint can', 'can easily', 'easily operate', 'operate internet', 'internet gym', 'gym management', 'management software', 'software website', 'website mobile', 'mobile application', 'application education', 'education details', 'details january', 'january 2010', '2010 advance', 'advance diploma', 'diploma hotel', 'hotel management', 'management j', 'j w', 'w institute', 'institute hotel', 'hotel management', 'management gym', 'gym management', 'management consultant', 'consultant gym', 'gym management', 'management consultant', 'consultant sculpt', 'sculpt fitness', 'fitness centre', 'centre skill', 'skill details', 'details excel', 'excel exprience', 'exprience 96', '96 months', 'months powerpoint', 'powerpoint exprience', 'exprience 96', '96 months', 'months word', 'word exprience', 'exprience 96', '96 months', 'months gym', 'gym management', 'management software', 'software exprience', 'exprience 96', '96 monthscompany', 'monthscompany details', 'details company', 'company sculpt', 'sculpt fitness', 'fitness centre', 'centre description', 'description 2015', '2015 present', 'present sales', 'sales fitness', 'fitness operations', 'operations company', 'company ab', 'ab fitness', 'fitness club', 'club description', 'description fitness', 'fitness sales', 'sales administration', 'administration facility', 'facility house', 'house keeping', 'keeping company', 'company ab', 'ab fitness', 'fitness club', 'club description', 'description sales', 'sales fitness', 'fitness operations', 'operations company', 'company ultimate', 'ultimate fitness', 'fitness club', 'club description', 'description company', 'company tripod', 'tripod fitness', 'fitness arena', 'arena description', 'description sales', 'sales administration', 'administration company', 'company c', 'c k', 'k fitness', 'fitness description', 'description sales', 'sales fitness', 'fitness staff', 'staff recruitment', 'recruitment key', 'key roles', 'roles designing', 'designing promoting', 'promoting activities', 'activities meet', 'meet customer', 'customer demand', 'demand generate', 'generate revenue', 'revenue advertising', 'advertising promoting', 'promoting club', 'club centre', 'centre increase', 'increase usage', 'usage considering', 'considering market', 'market research', 'research recruiting', 'recruiting training', 'training supervising', 'supervising staff', 'staff including', 'including managing', 'managing staff', 'staff rotas', 'rotas taking', 'taking daily', 'daily weekly', 'weekly monthly', 'monthly reporting', 'reporting fitness', 'fitness manager', 'manager sales', 'sales team', 'team lead', 'lead and', 'and housekeeping', 'housekeeping head', 'head carrying', 'carrying health', 'health safety', 'safety checks', 'checks equipment', 'equipment site', 'site retaining', 'retaining existing', 'existing members', 'members providing', 'providing good', 'good quality', 'quality service', 'service providing', 'providing good', 'good sales', 'sales programs', 'programs prioritizing', 'prioritizing target', 'target activities', 'activities user', 'user groups', 'groups especially', 'especially local', 'local authority', 'authority centres', 'centres customer', 'customer relationship', 'relationship providing', 'providing training', 'training sales', 'sales staff', 'staff deal', 'deal enquiries', 'enquiries complaints', 'complaints emergencies', 'emergencies delivering', 'delivering fitness', 'fitness training', 'training coaching', 'coaching sports', 'sports activities', 'activities often', 'often good', 'good way', 'way maintaining', 'maintaining contact', 'contact customers', 'customers preparing', 'preparing checking', 'checking budgets', 'budgets generating', 'generating revenue', 'revenue cashing', 'cashing keeping', 'keeping stock', 'stock records', 'records supplements', 'supplements utilizing', 'utilizing group', 'group x', 'x studio', 'studio scheduling', 'scheduling exciting', 'exciting grouper', 'grouper batches', 'batches writing', 'writing monthly', 'monthly weekly', 'weekly reports', 'reports preparing', 'preparing cash', 'cash projections', 'projections centre', 'centre owners', 'owners enhancing', 'enhancing profitability', 'profitability organizing', 'organizing delivering', 'delivering appropriate', 'appropriate range', 'range fitness', 'fitness activities', 'activities programs', 'programs keeping', 'keeping statistical', 'statistical financial', 'financial records', 'records keeping', 'keeping check', 'check maintenance', 'maintenance fitness', 'fitness equipment', 'equipment facilities', 'facilities ensuring', 'ensuring compliance', 'compliance health', 'health safety', 'safety legislation', 'legislation maintaining', 'maintaining customer', 'customer service', 'service fitness', 'fitness hospitality', 'hospitality standards', 'standards planning', 'planning undertaking', 'undertaking administrative', 'administrative tasks', 'tasks promoting', 'promoting marketing', 'marketing business', 'business company', 'company endurance', 'endurance fitness', 'fitness club', 'club description', 'description fitness', 'fitness sales', 'sales administration', 'administration facility', 'facility house', 'house keeping', 'skills computer can', 'computer can easily', 'can easily operate', 'easily operate operating', 'operate operating system', 'operating system like', 'system like windows', 'like windows 10', 'windows 10 can', '10 can work', 'can work ms', 'work ms office', 'ms office word', 'office word excel', 'word excel powerpoint', 'excel powerpoint can', 'powerpoint can easily', 'can easily operate', 'easily operate internet', 'operate internet gym', 'internet gym management', 'gym management software', 'management software website', 'software website mobile', 'website mobile application', 'mobile application education', 'application education details', 'education details january', 'details january 2010', 'january 2010 advance', '2010 advance diploma', 'advance diploma hotel', 'diploma hotel management', 'hotel management j', 'management j w', 'j w institute', 'w institute hotel', 'institute hotel management', 'hotel management gym', 'management gym management', 'gym management consultant', 'management consultant gym', 'consultant gym management', 'gym management consultant', 'management consultant sculpt', 'consultant sculpt fitness', 'sculpt fitness centre', 'fitness centre skill', 'centre skill details', 'skill details excel', 'details excel exprience', 'excel exprience 96', 'exprience 96 months', '96 months powerpoint', 'months powerpoint exprience', 'powerpoint exprience 96', 'exprience 96 months', '96 months word', 'months word exprience', 'word exprience 96', 'exprience 96 months', '96 months gym', 'months gym management', 'gym management software', 'management software exprience', 'software exprience 96', 'exprience 96 monthscompany', '96 monthscompany details', 'monthscompany details company', 'details company sculpt', 'company sculpt fitness', 'sculpt fitness centre', 'fitness centre description', 'centre description 2015', 'description 2015 present', '2015 present sales', 'present sales fitness', 'sales fitness operations', 'fitness operations company', 'operations company ab', 'company ab fitness', 'ab fitness club', 'fitness club description', 'club description fitness', 'description fitness sales', 'fitness sales administration', 'sales administration facility', 'administration facility house', 'facility house keeping', 'house keeping company', 'keeping company ab', 'company ab fitness', 'ab fitness club', 'fitness club description', 'club description sales', 'description sales fitness', 'sales fitness operations', 'fitness operations company', 'operations company ultimate', 'company ultimate fitness', 'ultimate fitness club', 'fitness club description', 'club description company', 'description company tripod', 'company tripod fitness', 'tripod fitness arena', 'fitness arena description', 'arena description sales', 'description sales administration', 'sales administration company', 'administration company c', 'company c k', 'c k fitness', 'k fitness description', 'fitness description sales', 'description sales fitness', 'sales fitness staff', 'fitness staff recruitment', 'staff recruitment key', 'recruitment key roles', 'key roles designing', 'roles designing promoting', 'designing promoting activities', 'promoting activities meet', 'activities meet customer', 'meet customer demand', 'customer demand generate', 'demand generate revenue', 'generate revenue advertising', 'revenue advertising promoting', 'advertising promoting club', 'promoting club centre', 'club centre increase', 'centre increase usage', 'increase usage considering', 'usage considering market', 'considering market research', 'market research recruiting', 'research recruiting training', 'recruiting training supervising', 'training supervising staff', 'supervising staff including', 'staff including managing', 'including managing staff', 'managing staff rotas', 'staff rotas taking', 'rotas taking daily', 'taking daily weekly', 'daily weekly monthly', 'weekly monthly reporting', 'monthly reporting fitness', 'reporting fitness manager', 'fitness manager sales', 'manager sales team', 'sales team lead', 'team lead and', 'lead and housekeeping', 'and housekeeping head', 'housekeeping head carrying', 'head carrying health', 'carrying health safety', 'health safety checks', 'safety checks equipment', 'checks equipment site', 'equipment site retaining', 'site retaining existing', 'retaining existing members', 'existing members providing', 'members providing good', 'providing good quality', 'good quality service', 'quality service providing', 'service providing good', 'providing good sales', 'good sales programs', 'sales programs prioritizing', 'programs prioritizing target', 'prioritizing target activities', 'target activities user', 'activities user groups', 'user groups especially', 'groups especially local', 'especially local authority', 'local authority centres', 'authority centres customer', 'centres customer relationship', 'customer relationship providing', 'relationship providing training', 'providing training sales', 'training sales staff', 'sales staff deal', 'staff deal enquiries', 'deal enquiries complaints', 'enquiries complaints emergencies', 'complaints emergencies delivering', 'emergencies delivering fitness', 'delivering fitness training', 'fitness training coaching', 'training coaching sports', 'coaching sports activities', 'sports activities often', 'activities often good', 'often good way', 'good way maintaining', 'way maintaining contact', 'maintaining contact customers', 'contact customers preparing', 'customers preparing checking', 'preparing checking budgets', 'checking budgets generating', 'budgets generating revenue', 'generating revenue cashing', 'revenue cashing keeping', 'cashing keeping stock', 'keeping stock records', 'stock records supplements', 'records supplements utilizing', 'supplements utilizing group', 'utilizing group x', 'group x studio', 'x studio scheduling', 'studio scheduling exciting', 'scheduling exciting grouper', 'exciting grouper batches', 'grouper batches writing', 'batches writing monthly', 'writing monthly weekly', 'monthly weekly reports', 'weekly reports preparing', 'reports preparing cash', 'preparing cash projections', 'cash projections centre', 'projections centre owners', 'centre owners enhancing', 'owners enhancing profitability', 'enhancing profitability organizing', 'profitability organizing delivering', 'organizing delivering appropriate', 'delivering appropriate range', 'appropriate range fitness', 'range fitness activities', 'fitness activities programs', 'activities programs keeping', 'programs keeping statistical', 'keeping statistical financial', 'statistical financial records', 'financial records keeping', 'records keeping check', 'keeping check maintenance', 'check maintenance fitness', 'maintenance fitness equipment', 'fitness equipment facilities', 'equipment facilities ensuring', 'facilities ensuring compliance', 'ensuring compliance health', 'compliance health safety', 'health safety legislation', 'safety legislation maintaining', 'legislation maintaining customer', 'maintaining customer service', 'customer service fitness', 'service fitness hospitality', 'fitness hospitality standards', 'hospitality standards planning', 'standards planning undertaking', 'planning undertaking administrative', 'undertaking administrative tasks', 'administrative tasks promoting', 'tasks promoting marketing', 'promoting marketing business', 'marketing business company', 'business company endurance', 'company endurance fitness', 'endurance fitness club', 'fitness club description', 'club description fitness', 'description fitness sales', 'fitness sales administration', 'sales administration facility', 'administration facility house', 'facility house keeping', 'skills computer can easily', 'computer can easily operate', 'can easily operate operating', 'easily operate operating system', 'operate operating system like', 'operating system like windows', 'system like windows 10', 'like windows 10 can', 'windows 10 can work', '10 can work ms', 'can work ms office', 'work ms office word', 'ms office word excel', 'office word excel powerpoint', 'word excel powerpoint can', 'excel powerpoint can easily', 'powerpoint can easily operate', 'can easily operate internet', 'easily operate internet gym', 'operate internet gym management', 'internet gym management software', 'gym management software website', 'management software website mobile', 'software website mobile application', 'website mobile application education', 'mobile application education details', 'application education details january', 'education details january 2010', 'details january 2010 advance', 'january 2010 advance diploma', '2010 advance diploma hotel', 'advance diploma hotel management', 'diploma hotel management j', 'hotel management j w', 'management j w institute', 'j w institute hotel', 'w institute hotel management', 'institute hotel management gym', 'hotel management gym management', 'management gym management consultant', 'gym management consultant gym', 'management consultant gym management', 'consultant gym management consultant', 'gym management consultant sculpt', 'management consultant sculpt fitness', 'consultant sculpt fitness centre', 'sculpt fitness centre skill', 'fitness centre skill details', 'centre skill details excel', 'skill details excel exprience', 'details excel exprience 96', 'excel exprience 96 months', 'exprience 96 months powerpoint', '96 months powerpoint exprience', 'months powerpoint exprience 96', 'powerpoint exprience 96 months', 'exprience 96 months word', '96 months word exprience', 'months word exprience 96', 'word exprience 96 months', 'exprience 96 months gym', '96 months gym management', 'months gym management software', 'gym management software exprience', 'management software exprience 96', 'software exprience 96 monthscompany', 'exprience 96 monthscompany details', '96 monthscompany details company', 'monthscompany details company sculpt', 'details company sculpt fitness', 'company sculpt fitness centre', 'sculpt fitness centre description', 'fitness centre description 2015', 'centre description 2015 present', 'description 2015 present sales', '2015 present sales fitness', 'present sales fitness operations', 'sales fitness operations company', 'fitness operations company ab', 'operations company ab fitness', 'company ab fitness club', 'ab fitness club description', 'fitness club description fitness', 'club description fitness sales', 'description fitness sales administration', 'fitness sales administration facility', 'sales administration facility house', 'administration facility house keeping', 'facility house keeping company', 'house keeping company ab', 'keeping company ab fitness', 'company ab fitness club', 'ab fitness club description', 'fitness club description sales', 'club description sales fitness', 'description sales fitness operations', 'sales fitness operations company', 'fitness operations company ultimate', 'operations company ultimate fitness', 'company ultimate fitness club', 'ultimate fitness club description', 'fitness club description company', 'club description company tripod', 'description company tripod fitness', 'company tripod fitness arena', 'tripod fitness arena description', 'fitness arena description sales', 'arena description sales administration', 'description sales administration company', 'sales administration company c', 'administration company c k', 'company c k fitness', 'c k fitness description', 'k fitness description sales', 'fitness description sales fitness', 'description sales fitness staff', 'sales fitness staff recruitment', 'fitness staff recruitment key', 'staff recruitment key roles', 'recruitment key roles designing', 'key roles designing promoting', 'roles designing promoting activities', 'designing promoting activities meet', 'promoting activities meet customer', 'activities meet customer demand', 'meet customer demand generate', 'customer demand generate revenue', 'demand generate revenue advertising', 'generate revenue advertising promoting', 'revenue advertising promoting club', 'advertising promoting club centre', 'promoting club centre increase', 'club centre increase usage', 'centre increase usage considering', 'increase usage considering market', 'usage considering market research', 'considering market research recruiting', 'market research recruiting training', 'research recruiting training supervising', 'recruiting training supervising staff', 'training supervising staff including', 'supervising staff including managing', 'staff including managing staff', 'including managing staff rotas', 'managing staff rotas taking', 'staff rotas taking daily', 'rotas taking daily weekly', 'taking daily weekly monthly', 'daily weekly monthly reporting', 'weekly monthly reporting fitness', 'monthly reporting fitness manager', 'reporting fitness manager sales', 'fitness manager sales team', 'manager sales team lead', ...], ['education', 'details', 'january', '2009', 'p', 'g', 'sports', 'science', 'dr', 'bmn', 'college', 'home', 'science', 'january', '2008', 'bsc', 'food', 'science', 'nutrition', 'dr', 'bmn', 'college', 'home', 'science', 'january', '2004', 'hsc', 'central', 'railway', 'jr', 'college', 'science', 'commerce', 'january', '2002', 'ssc', 'history', 'ies', 'modern', 'english', 'school', 'msc', 'nutrition', 'college', 'home', 'science', 'nutritionist', 'health', 'promoter', '9yrs', 'experience', 'nutritionist', 'health', 'coach', 'skill', 'details', 'company', 'details', 'company', 'ugc', 'net', 'description', 'career', 'objective', 'to', 'use', 'qualifications', 'nutritionist', 'health', 'promoter', 'contribute', 'well', 'individuals', 'community', 'ugc', 'net', 'certificate', 'lectureship', 'mar', '2013', 'skills', 'learnt', 'working', 'team', 'environment', 'working', 'individual', 'time', 'management', 'ensure', 'customers', 'served', 'sufficiently', 'tasks', 'completed', 'high', 'standard', 'working', 'pressure', 'busy', 'environment', 'personal', 'presentation', 'communication', 'skills', '9', 'years', 'work', 'experience', 'healthcare', 'startups', 'health', 'clubs', 'enhanced', 'communication', 'skills', 'discussions', 'health', 'fitness', 'professionals', 'clients', 'writing', 'articles', 'designing', 'customized', 'diet', 'plans', 'confident', 'communicating', 'people', 'levels', 'ensuring', 'needs', 'met', 'leadership', 'skills', 'leadership', 'skills', 'developed', 'high', 'school', 'college', 'group', 'leader', 'team', 'work', 'essential', 'also', 'conflict', 'resolution', 'skills', 'developed', 'oral', 'skills', 'volunteering', 'activities', 'leadership', 'roles', 'university', 'requirements', 'involved', 'many', 'public', 'speaking', 'opportunities', 'communicating', 'general', 'public', 'asking', 'questions', 'giving', 'presentations', 'helped', 'develop', 'public', 'speaking', 'skills', 'comfortable', 'public', 'speaking', 'roles', 'education details', 'details january', 'january 2009', '2009 p', 'p g', 'g sports', 'sports science', 'science dr', 'dr bmn', 'bmn college', 'college home', 'home science', 'science january', 'january 2008', '2008 bsc', 'bsc food', 'food science', 'science nutrition', 'nutrition dr', 'dr bmn', 'bmn college', 'college home', 'home science', 'science january', 'january 2004', '2004 hsc', 'hsc central', 'central railway', 'railway jr', 'jr college', 'college science', 'science commerce', 'commerce january', 'january 2002', '2002 ssc', 'ssc history', 'history ies', 'ies modern', 'modern english', 'english school', 'school msc', 'msc nutrition', 'nutrition college', 'college home', 'home science', 'science nutritionist', 'nutritionist health', 'health promoter', 'promoter 9yrs', '9yrs experience', 'experience nutritionist', 'nutritionist health', 'health coach', 'coach skill', 'skill details', 'details company', 'company details', 'details company', 'company ugc', 'ugc net', 'net description', 'description career', 'career objective', 'objective to', 'to use', 'use qualifications', 'qualifications nutritionist', 'nutritionist health', 'health promoter', 'promoter contribute', 'contribute well', 'well individuals', 'individuals community', 'community ugc', 'ugc net', 'net certificate', 'certificate lectureship', 'lectureship mar', 'mar 2013', '2013 skills', 'skills learnt', 'learnt working', 'working team', 'team environment', 'environment working', 'working individual', 'individual time', 'time management', 'management ensure', 'ensure customers', 'customers served', 'served sufficiently', 'sufficiently tasks', 'tasks completed', 'completed high', 'high standard', 'standard working', 'working pressure', 'pressure busy', 'busy environment', 'environment personal', 'personal presentation', 'presentation communication', 'communication skills', 'skills 9', '9 years', 'years work', 'work experience', 'experience healthcare', 'healthcare startups', 'startups health', 'health clubs', 'clubs enhanced', 'enhanced communication', 'communication skills', 'skills discussions', 'discussions health', 'health fitness', 'fitness professionals', 'professionals clients', 'clients writing', 'writing articles', 'articles designing', 'designing customized', 'customized diet', 'diet plans', 'plans confident', 'confident communicating', 'communicating people', 'people levels', 'levels ensuring', 'ensuring needs', 'needs met', 'met leadership', 'leadership skills', 'skills leadership', 'leadership skills', 'skills developed', 'developed high', 'high school', 'school college', 'college group', 'group leader', 'leader team', 'team work', 'work essential', 'essential also', 'also conflict', 'conflict resolution', 'resolution skills', 'skills developed', 'developed oral', 'oral skills', 'skills volunteering', 'volunteering activities', 'activities leadership', 'leadership roles', 'roles university', 'university requirements', 'requirements involved', 'involved many', 'many public', 'public speaking', 'speaking opportunities', 'opportunities communicating', 'communicating general', 'general public', 'public asking', 'asking questions', 'questions giving', 'giving presentations', 'presentations helped', 'helped develop', 'develop public', 'public speaking', 'speaking skills', 'skills comfortable', 'comfortable public', 'public speaking', 'speaking roles', 'education details january', 'details january 2009', 'january 2009 p', '2009 p g', 'p g sports', 'g sports science', 'sports science dr', 'science dr bmn', 'dr bmn college', 'bmn college home', 'college home science', 'home science january', 'science january 2008', 'january 2008 bsc', '2008 bsc food', 'bsc food science', 'food science nutrition', 'science nutrition dr', 'nutrition dr bmn', 'dr bmn college', 'bmn college home', 'college home science', 'home science january', 'science january 2004', 'january 2004 hsc', '2004 hsc central', 'hsc central railway', 'central railway jr', 'railway jr college', 'jr college science', 'college science commerce', 'science commerce january', 'commerce january 2002', 'january 2002 ssc', '2002 ssc history', 'ssc history ies', 'history ies modern', 'ies modern english', 'modern english school', 'english school msc', 'school msc nutrition', 'msc nutrition college', 'nutrition college home', 'college home science', 'home science nutritionist', 'science nutritionist health', 'nutritionist health promoter', 'health promoter 9yrs', 'promoter 9yrs experience', '9yrs experience nutritionist', 'experience nutritionist health', 'nutritionist health coach', 'health coach skill', 'coach skill details', 'skill details company', 'details company details', 'company details company', 'details company ugc', 'company ugc net', 'ugc net description', 'net description career', 'description career objective', 'career objective to', 'objective to use', 'to use qualifications', 'use qualifications nutritionist', 'qualifications nutritionist health', 'nutritionist health promoter', 'health promoter contribute', 'promoter contribute well', 'contribute well individuals', 'well individuals community', 'individuals community ugc', 'community ugc net', 'ugc net certificate', 'net certificate lectureship', 'certificate lectureship mar', 'lectureship mar 2013', 'mar 2013 skills', '2013 skills learnt', 'skills learnt working', 'learnt working team', 'working team environment', 'team environment working', 'environment working individual', 'working individual time', 'individual time management', 'time management ensure', 'management ensure customers', 'ensure customers served', 'customers served sufficiently', 'served sufficiently tasks', 'sufficiently tasks completed', 'tasks completed high', 'completed high standard', 'high standard working', 'standard working pressure', 'working pressure busy', 'pressure busy environment', 'busy environment personal', 'environment personal presentation', 'personal presentation communication', 'presentation communication skills', 'communication skills 9', 'skills 9 years', '9 years work', 'years work experience', 'work experience healthcare', 'experience healthcare startups', 'healthcare startups health', 'startups health clubs', 'health clubs enhanced', 'clubs enhanced communication', 'enhanced communication skills', 'communication skills discussions', 'skills discussions health', 'discussions health fitness', 'health fitness professionals', 'fitness professionals clients', 'professionals clients writing', 'clients writing articles', 'writing articles designing', 'articles designing customized', 'designing customized diet', 'customized diet plans', 'diet plans confident', 'plans confident communicating', 'confident communicating people', 'communicating people levels', 'people levels ensuring', 'levels ensuring needs', 'ensuring needs met', 'needs met leadership', 'met leadership skills', 'leadership skills leadership', 'skills leadership skills', 'leadership skills developed', 'skills developed high', 'developed high school', 'high school college', 'school college group', 'college group leader', 'group leader team', 'leader team work', 'team work essential', 'work essential also', 'essential also conflict', 'also conflict resolution', 'conflict resolution skills', 'resolution skills developed', 'skills developed oral', 'developed oral skills', 'oral skills volunteering', 'skills volunteering activities', 'volunteering activities leadership', 'activities leadership roles', 'leadership roles university', 'roles university requirements', 'university requirements involved', 'requirements involved many', 'involved many public', 'many public speaking', 'public speaking opportunities', 'speaking opportunities communicating', 'opportunities communicating general', 'communicating general public', 'general public asking', 'public asking questions', 'asking questions giving', 'questions giving presentations', 'giving presentations helped', 'presentations helped develop', 'helped develop public', 'develop public speaking', 'public speaking skills', 'speaking skills comfortable', 'skills comfortable public', 'comfortable public speaking', 'public speaking roles', 'education details january 2009', 'details january 2009 p', 'january 2009 p g', '2009 p g sports', 'p g sports science', 'g sports science dr', 'sports science dr bmn', 'science dr bmn college', 'dr bmn college home', 'bmn college home science', 'college home science january', 'home science january 2008', 'science january 2008 bsc', 'january 2008 bsc food', '2008 bsc food science', 'bsc food science nutrition', 'food science nutrition dr', 'science nutrition dr bmn', 'nutrition dr bmn college', 'dr bmn college home', 'bmn college home science', 'college home science january', 'home science january 2004', 'science january 2004 hsc', 'january 2004 hsc central', '2004 hsc central railway', 'hsc central railway jr', 'central railway jr college', 'railway jr college science', 'jr college science commerce', 'college science commerce january', 'science commerce january 2002', 'commerce january 2002 ssc', 'january 2002 ssc history', '2002 ssc history ies', 'ssc history ies modern', 'history ies modern english', 'ies modern english school', 'modern english school msc', 'english school msc nutrition', 'school msc nutrition college', 'msc nutrition college home', 'nutrition college home science', 'college home science nutritionist', 'home science nutritionist health', 'science nutritionist health promoter', 'nutritionist health promoter 9yrs', 'health promoter 9yrs experience', 'promoter 9yrs experience nutritionist', '9yrs experience nutritionist health', 'experience nutritionist health coach', 'nutritionist health coach skill', 'health coach skill details', 'coach skill details company', 'skill details company details', 'details company details company', 'company details company ugc', 'details company ugc net', 'company ugc net description', 'ugc net description career', 'net description career objective', 'description career objective to', 'career objective to use', 'objective to use qualifications', 'to use qualifications nutritionist', 'use qualifications nutritionist health', 'qualifications nutritionist health promoter', 'nutritionist health promoter contribute', 'health promoter contribute well', 'promoter contribute well individuals', 'contribute well individuals community', 'well individuals community ugc', 'individuals community ugc net', 'community ugc net certificate', 'ugc net certificate lectureship', 'net certificate lectureship mar', 'certificate lectureship mar 2013', 'lectureship mar 2013 skills', 'mar 2013 skills learnt', '2013 skills learnt working', 'skills learnt working team', 'learnt working team environment', 'working team environment working', 'team environment working individual', 'environment working individual time', 'working individual time management', 'individual time management ensure', 'time management ensure customers', 'management ensure customers served', 'ensure customers served sufficiently', 'customers served sufficiently tasks', 'served sufficiently tasks completed', 'sufficiently tasks completed high', 'tasks completed high standard', 'completed high standard working', 'high standard working pressure', 'standard working pressure busy', 'working pressure busy environment', 'pressure busy environment personal', 'busy environment personal presentation', 'environment personal presentation communication', 'personal presentation communication skills', 'presentation communication skills 9', 'communication skills 9 years', 'skills 9 years work', '9 years work experience', 'years work experience healthcare', 'work experience healthcare startups', 'experience healthcare startups health', 'healthcare startups health clubs', 'startups health clubs enhanced', 'health clubs enhanced communication', 'clubs enhanced communication skills', 'enhanced communication skills discussions', 'communication skills discussions health', 'skills discussions health fitness', 'discussions health fitness professionals', 'health fitness professionals clients', 'fitness professionals clients writing', 'professionals clients writing articles', 'clients writing articles designing', 'writing articles designing customized', 'articles designing customized diet', 'designing customized diet plans', 'customized diet plans confident', 'diet plans confident communicating', 'plans confident communicating people', 'confident communicating people levels', 'communicating people levels ensuring', 'people levels ensuring needs', 'levels ensuring needs met', 'ensuring needs met leadership', 'needs met leadership skills', 'met leadership skills leadership', 'leadership skills leadership skills', 'skills leadership skills developed', 'leadership skills developed high', 'skills developed high school', 'developed high school college', 'high school college group', 'school college group leader', 'college group leader team', 'group leader team work', 'leader team work essential', 'team work essential also', 'work essential also conflict', 'essential also conflict resolution', 'also conflict resolution skills', 'conflict resolution skills developed', 'resolution skills developed oral', 'skills developed oral skills', 'developed oral skills volunteering', 'oral skills volunteering activities', 'skills volunteering activities leadership', 'volunteering activities leadership roles', 'activities leadership roles university', 'leadership roles university requirements', 'roles university requirements involved', 'university requirements involved many', 'requirements involved many public', 'involved many public speaking', 'many public speaking opportunities', 'public speaking opportunities communicating', 'speaking opportunities communicating general', 'opportunities communicating general public', 'communicating general public asking', 'general public asking questions', 'public asking questions giving', 'asking questions giving presentations', 'questions giving presentations helped', 'giving presentations helped develop', 'presentations helped develop public', 'helped develop public speaking', 'develop public speaking skills', 'public speaking skills comfortable', 'speaking skills comfortable public', 'skills comfortable public speaking', 'comfortable public speaking roles', 'education details january 2009 p', 'details january 2009 p g', 'january 2009 p g sports', '2009 p g sports science', 'p g sports science dr', 'g sports science dr bmn', 'sports science dr bmn college', 'science dr bmn college home', 'dr bmn college home science', 'bmn college home science january', 'college home science january 2008', 'home science january 2008 bsc', 'science january 2008 bsc food', 'january 2008 bsc food science', '2008 bsc food science nutrition', 'bsc food science nutrition dr', 'food science nutrition dr bmn', 'science nutrition dr bmn college', 'nutrition dr bmn college home', 'dr bmn college home science', 'bmn college home science january', 'college home science january 2004', 'home science january 2004 hsc', 'science january 2004 hsc central', 'january 2004 hsc central railway', '2004 hsc central railway jr', 'hsc central railway jr college', 'central railway jr college science', 'railway jr college science commerce', 'jr college science commerce january', 'college science commerce january 2002', 'science commerce january 2002 ssc', 'commerce january 2002 ssc history', 'january 2002 ssc history ies', '2002 ssc history ies modern', 'ssc history ies modern english', 'history ies modern english school', 'ies modern english school msc', 'modern english school msc nutrition', 'english school msc nutrition college', 'school msc nutrition college home', 'msc nutrition college home science', 'nutrition college home science nutritionist', 'college home science nutritionist health', 'home science nutritionist health promoter', 'science nutritionist health promoter 9yrs', 'nutritionist health promoter 9yrs experience', 'health promoter 9yrs experience nutritionist', 'promoter 9yrs experience nutritionist health', '9yrs experience nutritionist health coach', 'experience nutritionist health coach skill', 'nutritionist health coach skill details', 'health coach skill details company', 'coach skill details company details', 'skill details company details company', 'details company details company ugc', 'company details company ugc net', 'details company ugc net description', 'company ugc net description career', 'ugc net description career objective', 'net description career objective to', 'description career objective to use', 'career objective to use qualifications', 'objective to use qualifications nutritionist', 'to use qualifications nutritionist health', 'use qualifications nutritionist health promoter', 'qualifications nutritionist health promoter contribute', 'nutritionist health promoter contribute well', 'health promoter contribute well individuals', 'promoter contribute well individuals community', 'contribute well individuals community ugc', 'well individuals community ugc net', 'individuals community ugc net certificate', 'community ugc net certificate lectureship', 'ugc net certificate lectureship mar', 'net certificate lectureship mar 2013', 'certificate lectureship mar 2013 skills', 'lectureship mar 2013 skills learnt', 'mar 2013 skills learnt working', '2013 skills learnt working team', 'skills learnt working team environment', 'learnt working team environment working', 'working team environment working individual', 'team environment working individual time', 'environment working individual time management', 'working individual time management ensure', 'individual time management ensure customers', 'time management ensure customers served', 'management ensure customers served sufficiently', 'ensure customers served sufficiently tasks', 'customers served sufficiently tasks completed', 'served sufficiently tasks completed high', 'sufficiently tasks completed high standard', 'tasks completed high standard working', 'completed high standard working pressure', 'high standard working pressure busy', 'standard working pressure busy environment', 'working pressure busy environment personal', 'pressure busy environment personal presentation', 'busy environment personal presentation communication', 'environment personal presentation communication skills', 'personal presentation communication skills 9', 'presentation communication skills 9 years', 'communication skills 9 years work', 'skills 9 years work experience', '9 years work experience healthcare', 'years work experience healthcare startups', 'work experience healthcare startups health', 'experience healthcare startups health clubs', 'healthcare startups health clubs enhanced', 'startups health clubs enhanced communication', 'health clubs enhanced communication skills', 'clubs enhanced communication skills discussions', 'enhanced communication skills discussions health', 'communication skills discussions health fitness', 'skills discussions health fitness professionals', 'discussions health fitness professionals clients', 'health fitness professionals clients writing', 'fitness professionals clients writing articles', 'professionals clients writing articles designing', 'clients writing articles designing customized', 'writing articles designing customized diet', 'articles designing customized diet plans', 'designing customized diet plans confident', 'customized diet plans confident communicating', 'diet plans confident communicating people', 'plans confident communicating people levels', 'confident communicating people levels ensuring', 'communicating people levels ensuring needs', 'people levels ensuring needs met', 'levels ensuring needs met leadership', 'ensuring needs met leadership skills', 'needs met leadership skills leadership', 'met leadership skills leadership skills', 'leadership skills leadership skills developed', 'skills leadership skills developed high', 'leadership skills developed high school', 'skills developed high school college', 'developed high school college group', 'high school college group leader', 'school college group leader team', 'college group leader team work', 'group leader team work essential', 'leader team work essential also', 'team work essential also conflict', 'work essential also conflict resolution', 'essential also conflict resolution skills', 'also conflict resolution skills developed', 'conflict resolution skills developed oral', 'resolution skills developed oral skills', 'skills developed oral skills volunteering', 'developed oral skills volunteering activities', 'oral skills volunteering activities leadership', 'skills volunteering activities leadership roles', 'volunteering activities leadership roles university', 'activities leadership roles university requirements', 'leadership roles university requirements involved', 'roles university requirements involved many', 'university requirements involved many public', 'requirements involved many public speaking', 'involved many public speaking opportunities', 'many public speaking opportunities communicating', 'public speaking opportunities communicating general', 'speaking opportunities communicating general public', 'opportunities communicating general public asking', 'communicating general public asking questions', 'general public asking questions giving', 'public asking questions giving presentations', 'asking questions giving presentations helped', 'questions giving presentations helped develop', 'giving presentations helped develop public', 'presentations helped develop public speaking', 'helped develop public speaking skills', 'develop public speaking skills comfortable', 'public speaking skills comfortable public', 'speaking skills comfortable public speaking', 'skills comfortable public speaking roles', 'education details january 2009 p g', 'details january 2009 p g sports', 'january 2009 p g sports science', '2009 p g sports science dr', 'p g sports science dr bmn', 'g sports science dr bmn college', 'sports science dr bmn college home', 'science dr bmn college home science', 'dr bmn college home science january', 'bmn college home science january 2008', 'college home science january 2008 bsc', 'home science january 2008 bsc food', 'science january 2008 bsc food science', 'january 2008 bsc food science nutrition', '2008 bsc food science nutrition dr', 'bsc food science nutrition dr bmn', 'food science nutrition dr bmn college', 'science nutrition dr bmn college home', 'nutrition dr bmn college home science', 'dr bmn college home science january', 'bmn college home science january 2004', 'college home science january 2004 hsc', 'home science january 2004 hsc central', 'science january 2004 hsc central railway', 'january 2004 hsc central railway jr', '2004 hsc central railway jr college', 'hsc central railway jr college science', 'central railway jr college science commerce', 'railway jr college science commerce january', 'jr college science commerce january 2002', 'college science commerce january 2002 ssc', 'science commerce january 2002 ssc history', 'commerce january 2002 ssc history ies', 'january 2002 ssc history ies modern', '2002 ssc history ies modern english', 'ssc history ies modern english school', 'history ies modern english school msc', 'ies modern english school msc nutrition', 'modern english school msc nutrition college', 'english school msc nutrition college home', 'school msc nutrition college home science', 'msc nutrition college home science nutritionist', 'nutrition college home science nutritionist health', 'college home science nutritionist health promoter', 'home science nutritionist health promoter 9yrs', 'science nutritionist health promoter 9yrs experience', 'nutritionist health promoter 9yrs experience nutritionist', 'health promoter 9yrs experience nutritionist health', 'promoter 9yrs experience nutritionist health coach', '9yrs experience nutritionist health coach skill', 'experience nutritionist health coach skill details', 'nutritionist health coach skill details company', 'health coach skill details company details', 'coach skill details company details company', 'skill details company details company ugc', 'details company details company ugc net', 'company details company ugc net description', 'details company ugc net description career', 'company ugc net description career objective', 'ugc net description career objective to', 'net description career objective to use', 'description career objective to use qualifications', 'career objective to use qualifications nutritionist', 'objective to use qualifications nutritionist health', 'to use qualifications nutritionist health promoter', 'use qualifications nutritionist health promoter contribute', 'qualifications nutritionist health promoter contribute well', 'nutritionist health promoter contribute well individuals', 'health promoter contribute well individuals community', 'promoter contribute well individuals community ugc', 'contribute well individuals community ugc net', 'well individuals community ugc net certificate', 'individuals community ugc net certificate lectureship', 'community ugc net certificate lectureship mar', 'ugc net certificate lectureship mar 2013', 'net certificate lectureship mar 2013 skills', 'certificate lectureship mar 2013 skills learnt', 'lectureship mar 2013 skills learnt working', 'mar 2013 skills learnt working team', '2013 skills learnt working team environment', 'skills learnt working team environment working', 'learnt working team environment working individual', 'working team environment working individual time', 'team environment working individual time management', 'environment working individual time management ensure', 'working individual time management ensure customers', 'individual time management ensure customers served', 'time management ensure customers served sufficiently', 'management ensure customers served sufficiently tasks', 'ensure customers served sufficiently tasks completed', 'customers served sufficiently tasks completed high', 'served sufficiently tasks completed high standard', 'sufficiently tasks completed high standard working', 'tasks completed high standard working pressure', 'completed high standard working pressure busy', 'high standard working pressure busy environment', 'standard working pressure busy environment personal', 'working pressure busy environment personal presentation', 'pressure busy environment personal presentation communication', 'busy environment personal presentation communication skills', 'environment personal presentation communication skills 9', 'personal presentation communication skills 9 years', 'presentation communication skills 9 years work', 'communication skills 9 years work experience', 'skills 9 years work experience healthcare', ...], ['education', 'details', 'may', '2014', 'diploma', 'nutrition', 'education', 'bengaluru', 'karnataka', 'ignou', 'university', 'june', '2004', 'bachelor', 'science', 'clinical', 'nutrition', 'dietetics', 'bengaluru', 'karnataka', 'smt', 'vhd', 'institute', 'homescience', 'health', 'wellness', 'coach', 'advance', 'pg', 'diploma', 'clinical', 'research', 'clinical', 'data', 'management', 'sas', 'skill', 'details', 'company', 'details', 'company', 'goqii', 'technologies', 'ltd', 'description', 'motivate', 'players', 'e', 'goqii', 'subscribers', 'make', 'permanent', 'shift', 'healthier', 'lifestyle', 'enhance', 'health', 'nutrition', 'karma', 'track', 'analyse', 'player', 'lifestyle', 'fitness', 'data', 'captured', 'goqii', 'band', 'design', 'custom', 'wellness', 'fitness', 'goals', 'mutually', 'players', 'coach', 'meeting', 'goals', 'interact', 'goqii', 'players', 'daily', 'basis', 'via', 'goqii', 'app', 'text', 'audio', 'company', 'description', 'via', 'health', 'marketing', 'innovations', 'viamedia', 'health', 'jointly', 'organized', 'national', 'campaign', 'maternal', 'nutrition', 'evaluation', 'glaxosmithkline', 'consumer', 'healthcare', 'conduct', 'maternal', 'nutritional', 'counselling', 'camps', 'practicing', 'gynaecologists', 'different', 'hospitals', 'clinics', 'allotted', 'medical', 'representative', 'conveying', 'importance', 'every', 'nutrient', 'required', 'time', 'foods', 'contain', 'type', 'nutrients', 'coordinating', 'area', 'branch', 'manager', 'turn', 'reporting', 'viamedia', 'manager', 'daily', 'reports', 'company', 'lifekonnect', 'department', 'description', 'united', 'health', 'care', 'india', 'pvt', 'ltd', 'lifekonnect', 'business', 'offers', 'health', 'checkups', 'across', '800', 'cities', '3000', 'diagnostic', 'centres', 'leaders', 'business', 'also', 'looks', 'operations', 'organising', 'supervising', 'medicals', 'customers', 'different', 'insurance', 'companies', 'whose', 'medical', 'come', 'rule', 'regulation', 'irda', 'mnyl', 'iinsurance', 'baxa', 'life', 'insurance', 'metlife', 'insurance', 'canara', 'hsbc', 'insurance', 'to', 'proactively', 'monitor', 'deferrals', 'ensure', 'done', 'within', 'stipulated', 'time', 'line', 'ensuring', 'high', 'level', 'professionalism', 'pro', 'active', 'customer', 'relationship', 'management', 'resolving', 'queries', 'complaints', 'fair', 'manner', 'within', 'specified', 'time', 'co', 'ordinating', 'lifekonnect', 'members', 'different', 'centres', 'turn', 'reporting', 'team', 'leader', 'company', 'vlcc', 'healthcare', 'ltd', 'description', 'counselling', 'individuals', 'nutrition', 'status', 'providing', 'diet', 'instructions', 'clients', 'impact', 'eating', 'nutrition', 'create', 'present', 'services', 'clients', 'handling', 'enquiries', 'customers', 'distributors', 'emails', 'letters', 'telephone', 'etc', 'preparing', 'payment', 'bills', 'customers', 'assisting', 'slimming', 'manager', 'conference', 'calls', 'discuss', 'nutritional', 'care', 'plans', 'nutrition', 'education', 'co', 'ordinating', 'sales', 'members', 'turn', 'reporting', 'sales', 'manager', 'education details', 'details may', 'may 2014', '2014 diploma', 'diploma nutrition', 'nutrition education', 'education bengaluru', 'bengaluru karnataka', 'karnataka ignou', 'ignou university', 'university june', 'june 2004', '2004 bachelor', 'bachelor science', 'science clinical', 'clinical nutrition', 'nutrition dietetics', 'dietetics bengaluru', 'bengaluru karnataka', 'karnataka smt', 'smt vhd', 'vhd institute', 'institute homescience', 'homescience health', 'health wellness', 'wellness coach', 'coach advance', 'advance pg', 'pg diploma', 'diploma clinical', 'clinical research', 'research clinical', 'clinical data', 'data management', 'management sas', 'sas skill', 'skill details', 'details company', 'company details', 'details company', 'company goqii', 'goqii technologies', 'technologies ltd', 'ltd description', 'description motivate', 'motivate players', 'players e', 'e goqii', 'goqii subscribers', 'subscribers make', 'make permanent', 'permanent shift', 'shift healthier', 'healthier lifestyle', 'lifestyle enhance', 'enhance health', 'health nutrition', 'nutrition karma', 'karma track', 'track analyse', 'analyse player', 'player lifestyle', 'lifestyle fitness', 'fitness data', 'data captured', 'captured goqii', 'goqii band', 'band design', 'design custom', 'custom wellness', 'wellness fitness', 'fitness goals', 'goals mutually', 'mutually players', 'players coach', 'coach meeting', 'meeting goals', 'goals interact', 'interact goqii', 'goqii players', 'players daily', 'daily basis', 'basis via', 'via goqii', 'goqii app', 'app text', 'text audio', 'audio company', 'company description', 'description via', 'via health', 'health marketing', 'marketing innovations', 'innovations viamedia', 'viamedia health', 'health jointly', 'jointly organized', 'organized national', 'national campaign', 'campaign maternal', 'maternal nutrition', 'nutrition evaluation', 'evaluation glaxosmithkline', 'glaxosmithkline consumer', 'consumer healthcare', 'healthcare conduct', 'conduct maternal', 'maternal nutritional', 'nutritional counselling', 'counselling camps', 'camps practicing', 'practicing gynaecologists', 'gynaecologists different', 'different hospitals', 'hospitals clinics', 'clinics allotted', 'allotted medical', 'medical representative', 'representative conveying', 'conveying importance', 'importance every', 'every nutrient', 'nutrient required', 'required time', 'time foods', 'foods contain', 'contain type', 'type nutrients', 'nutrients coordinating', 'coordinating area', 'area branch', 'branch manager', 'manager turn', 'turn reporting', 'reporting viamedia', 'viamedia manager', 'manager daily', 'daily reports', 'reports company', 'company lifekonnect', 'lifekonnect department', 'department description', 'description united', 'united health', 'health care', 'care india', 'india pvt', 'pvt ltd', 'ltd lifekonnect', 'lifekonnect business', 'business offers', 'offers health', 'health checkups', 'checkups across', 'across 800', '800 cities', 'cities 3000', '3000 diagnostic', 'diagnostic centres', 'centres leaders', 'leaders business', 'business also', 'also looks', 'looks operations', 'operations organising', 'organising supervising', 'supervising medicals', 'medicals customers', 'customers different', 'different insurance', 'insurance companies', 'companies whose', 'whose medical', 'medical come', 'come rule', 'rule regulation', 'regulation irda', 'irda mnyl', 'mnyl iinsurance', 'iinsurance baxa', 'baxa life', 'life insurance', 'insurance metlife', 'metlife insurance', 'insurance canara', 'canara hsbc', 'hsbc insurance', 'insurance to', 'to proactively', 'proactively monitor', 'monitor deferrals', 'deferrals ensure', 'ensure done', 'done within', 'within stipulated', 'stipulated time', 'time line', 'line ensuring', 'ensuring high', 'high level', 'level professionalism', 'professionalism pro', 'pro active', 'active customer', 'customer relationship', 'relationship management', 'management resolving', 'resolving queries', 'queries complaints', 'complaints fair', 'fair manner', 'manner within', 'within specified', 'specified time', 'time co', 'co ordinating', 'ordinating lifekonnect', 'lifekonnect members', 'members different', 'different centres', 'centres turn', 'turn reporting', 'reporting team', 'team leader', 'leader company', 'company vlcc', 'vlcc healthcare', 'healthcare ltd', 'ltd description', 'description counselling', 'counselling individuals', 'individuals nutrition', 'nutrition status', 'status providing', 'providing diet', 'diet instructions', 'instructions clients', 'clients impact', 'impact eating', 'eating nutrition', 'nutrition create', 'create present', 'present services', 'services clients', 'clients handling', 'handling enquiries', 'enquiries customers', 'customers distributors', 'distributors emails', 'emails letters', 'letters telephone', 'telephone etc', 'etc preparing', 'preparing payment', 'payment bills', 'bills customers', 'customers assisting', 'assisting slimming', 'slimming manager', 'manager conference', 'conference calls', 'calls discuss', 'discuss nutritional', 'nutritional care', 'care plans', 'plans nutrition', 'nutrition education', 'education co', 'co ordinating', 'ordinating sales', 'sales members', 'members turn', 'turn reporting', 'reporting sales', 'sales manager', 'education details may', 'details may 2014', 'may 2014 diploma', '2014 diploma nutrition', 'diploma nutrition education', 'nutrition education bengaluru', 'education bengaluru karnataka', 'bengaluru karnataka ignou', 'karnataka ignou university', 'ignou university june', 'university june 2004', 'june 2004 bachelor', '2004 bachelor science', 'bachelor science clinical', 'science clinical nutrition', 'clinical nutrition dietetics', 'nutrition dietetics bengaluru', 'dietetics bengaluru karnataka', 'bengaluru karnataka smt', 'karnataka smt vhd', 'smt vhd institute', 'vhd institute homescience', 'institute homescience health', 'homescience health wellness', 'health wellness coach', 'wellness coach advance', 'coach advance pg', 'advance pg diploma', 'pg diploma clinical', 'diploma clinical research', 'clinical research clinical', 'research clinical data', 'clinical data management', 'data management sas', 'management sas skill', 'sas skill details', 'skill details company', 'details company details', 'company details company', 'details company goqii', 'company goqii technologies', 'goqii technologies ltd', 'technologies ltd description', 'ltd description motivate', 'description motivate players', 'motivate players e', 'players e goqii', 'e goqii subscribers', 'goqii subscribers make', 'subscribers make permanent', 'make permanent shift', 'permanent shift healthier', 'shift healthier lifestyle', 'healthier lifestyle enhance', 'lifestyle enhance health', 'enhance health nutrition', 'health nutrition karma', 'nutrition karma track', 'karma track analyse', 'track analyse player', 'analyse player lifestyle', 'player lifestyle fitness', 'lifestyle fitness data', 'fitness data captured', 'data captured goqii', 'captured goqii band', 'goqii band design', 'band design custom', 'design custom wellness', 'custom wellness fitness', 'wellness fitness goals', 'fitness goals mutually', 'goals mutually players', 'mutually players coach', 'players coach meeting', 'coach meeting goals', 'meeting goals interact', 'goals interact goqii', 'interact goqii players', 'goqii players daily', 'players daily basis', 'daily basis via', 'basis via goqii', 'via goqii app', 'goqii app text', 'app text audio', 'text audio company', 'audio company description', 'company description via', 'description via health', 'via health marketing', 'health marketing innovations', 'marketing innovations viamedia', 'innovations viamedia health', 'viamedia health jointly', 'health jointly organized', 'jointly organized national', 'organized national campaign', 'national campaign maternal', 'campaign maternal nutrition', 'maternal nutrition evaluation', 'nutrition evaluation glaxosmithkline', 'evaluation glaxosmithkline consumer', 'glaxosmithkline consumer healthcare', 'consumer healthcare conduct', 'healthcare conduct maternal', 'conduct maternal nutritional', 'maternal nutritional counselling', 'nutritional counselling camps', 'counselling camps practicing', 'camps practicing gynaecologists', 'practicing gynaecologists different', 'gynaecologists different hospitals', 'different hospitals clinics', 'hospitals clinics allotted', 'clinics allotted medical', 'allotted medical representative', 'medical representative conveying', 'representative conveying importance', 'conveying importance every', 'importance every nutrient', 'every nutrient required', 'nutrient required time', 'required time foods', 'time foods contain', 'foods contain type', 'contain type nutrients', 'type nutrients coordinating', 'nutrients coordinating area', 'coordinating area branch', 'area branch manager', 'branch manager turn', 'manager turn reporting', 'turn reporting viamedia', 'reporting viamedia manager', 'viamedia manager daily', 'manager daily reports', 'daily reports company', 'reports company lifekonnect', 'company lifekonnect department', 'lifekonnect department description', 'department description united', 'description united health', 'united health care', 'health care india', 'care india pvt', 'india pvt ltd', 'pvt ltd lifekonnect', 'ltd lifekonnect business', 'lifekonnect business offers', 'business offers health', 'offers health checkups', 'health checkups across', 'checkups across 800', 'across 800 cities', '800 cities 3000', 'cities 3000 diagnostic', '3000 diagnostic centres', 'diagnostic centres leaders', 'centres leaders business', 'leaders business also', 'business also looks', 'also looks operations', 'looks operations organising', 'operations organising supervising', 'organising supervising medicals', 'supervising medicals customers', 'medicals customers different', 'customers different insurance', 'different insurance companies', 'insurance companies whose', 'companies whose medical', 'whose medical come', 'medical come rule', 'come rule regulation', 'rule regulation irda', 'regulation irda mnyl', 'irda mnyl iinsurance', 'mnyl iinsurance baxa', 'iinsurance baxa life', 'baxa life insurance', 'life insurance metlife', 'insurance metlife insurance', 'metlife insurance canara', 'insurance canara hsbc', 'canara hsbc insurance', 'hsbc insurance to', 'insurance to proactively', 'to proactively monitor', 'proactively monitor deferrals', 'monitor deferrals ensure', 'deferrals ensure done', 'ensure done within', 'done within stipulated', 'within stipulated time', 'stipulated time line', 'time line ensuring', 'line ensuring high', 'ensuring high level', 'high level professionalism', 'level professionalism pro', 'professionalism pro active', 'pro active customer', 'active customer relationship', 'customer relationship management', 'relationship management resolving', 'management resolving queries', 'resolving queries complaints', 'queries complaints fair', 'complaints fair manner', 'fair manner within', 'manner within specified', 'within specified time', 'specified time co', 'time co ordinating', 'co ordinating lifekonnect', 'ordinating lifekonnect members', 'lifekonnect members different', 'members different centres', 'different centres turn', 'centres turn reporting', 'turn reporting team', 'reporting team leader', 'team leader company', 'leader company vlcc', 'company vlcc healthcare', 'vlcc healthcare ltd', 'healthcare ltd description', 'ltd description counselling', 'description counselling individuals', 'counselling individuals nutrition', 'individuals nutrition status', 'nutrition status providing', 'status providing diet', 'providing diet instructions', 'diet instructions clients', 'instructions clients impact', 'clients impact eating', 'impact eating nutrition', 'eating nutrition create', 'nutrition create present', 'create present services', 'present services clients', 'services clients handling', 'clients handling enquiries', 'handling enquiries customers', 'enquiries customers distributors', 'customers distributors emails', 'distributors emails letters', 'emails letters telephone', 'letters telephone etc', 'telephone etc preparing', 'etc preparing payment', 'preparing payment bills', 'payment bills customers', 'bills customers assisting', 'customers assisting slimming', 'assisting slimming manager', 'slimming manager conference', 'manager conference calls', 'conference calls discuss', 'calls discuss nutritional', 'discuss nutritional care', 'nutritional care plans', 'care plans nutrition', 'plans nutrition education', 'nutrition education co', 'education co ordinating', 'co ordinating sales', 'ordinating sales members', 'sales members turn', 'members turn reporting', 'turn reporting sales', 'reporting sales manager', 'education details may 2014', 'details may 2014 diploma', 'may 2014 diploma nutrition', '2014 diploma nutrition education', 'diploma nutrition education bengaluru', 'nutrition education bengaluru karnataka', 'education bengaluru karnataka ignou', 'bengaluru karnataka ignou university', 'karnataka ignou university june', 'ignou university june 2004', 'university june 2004 bachelor', 'june 2004 bachelor science', '2004 bachelor science clinical', 'bachelor science clinical nutrition', 'science clinical nutrition dietetics', 'clinical nutrition dietetics bengaluru', 'nutrition dietetics bengaluru karnataka', 'dietetics bengaluru karnataka smt', 'bengaluru karnataka smt vhd', 'karnataka smt vhd institute', 'smt vhd institute homescience', 'vhd institute homescience health', 'institute homescience health wellness', 'homescience health wellness coach', 'health wellness coach advance', 'wellness coach advance pg', 'coach advance pg diploma', 'advance pg diploma clinical', 'pg diploma clinical research', 'diploma clinical research clinical', 'clinical research clinical data', 'research clinical data management', 'clinical data management sas', 'data management sas skill', 'management sas skill details', 'sas skill details company', 'skill details company details', 'details company details company', 'company details company goqii', 'details company goqii technologies', 'company goqii technologies ltd', 'goqii technologies ltd description', 'technologies ltd description motivate', 'ltd description motivate players', 'description motivate players e', 'motivate players e goqii', 'players e goqii subscribers', 'e goqii subscribers make', 'goqii subscribers make permanent', 'subscribers make permanent shift', 'make permanent shift healthier', 'permanent shift healthier lifestyle', 'shift healthier lifestyle enhance', 'healthier lifestyle enhance health', 'lifestyle enhance health nutrition', 'enhance health nutrition karma', 'health nutrition karma track', 'nutrition karma track analyse', 'karma track analyse player', 'track analyse player lifestyle', 'analyse player lifestyle fitness', 'player lifestyle fitness data', 'lifestyle fitness data captured', 'fitness data captured goqii', 'data captured goqii band', 'captured goqii band design', 'goqii band design custom', 'band design custom wellness', 'design custom wellness fitness', 'custom wellness fitness goals', 'wellness fitness goals mutually', 'fitness goals mutually players', 'goals mutually players coach', 'mutually players coach meeting', 'players coach meeting goals', 'coach meeting goals interact', 'meeting goals interact goqii', 'goals interact goqii players', 'interact goqii players daily', 'goqii players daily basis', 'players daily basis via', 'daily basis via goqii', 'basis via goqii app', 'via goqii app text', 'goqii app text audio', 'app text audio company', 'text audio company description', 'audio company description via', 'company description via health', 'description via health marketing', 'via health marketing innovations', 'health marketing innovations viamedia', 'marketing innovations viamedia health', 'innovations viamedia health jointly', 'viamedia health jointly organized', 'health jointly organized national', 'jointly organized national campaign', 'organized national campaign maternal', 'national campaign maternal nutrition', 'campaign maternal nutrition evaluation', 'maternal nutrition evaluation glaxosmithkline', 'nutrition evaluation glaxosmithkline consumer', 'evaluation glaxosmithkline consumer healthcare', 'glaxosmithkline consumer healthcare conduct', 'consumer healthcare conduct maternal', 'healthcare conduct maternal nutritional', 'conduct maternal nutritional counselling', 'maternal nutritional counselling camps', 'nutritional counselling camps practicing', 'counselling camps practicing gynaecologists', 'camps practicing gynaecologists different', 'practicing gynaecologists different hospitals', 'gynaecologists different hospitals clinics', 'different hospitals clinics allotted', 'hospitals clinics allotted medical', 'clinics allotted medical representative', 'allotted medical representative conveying', 'medical representative conveying importance', 'representative conveying importance every', 'conveying importance every nutrient', 'importance every nutrient required', 'every nutrient required time', 'nutrient required time foods', 'required time foods contain', 'time foods contain type', 'foods contain type nutrients', 'contain type nutrients coordinating', 'type nutrients coordinating area', 'nutrients coordinating area branch', 'coordinating area branch manager', 'area branch manager turn', 'branch manager turn reporting', 'manager turn reporting viamedia', 'turn reporting viamedia manager', 'reporting viamedia manager daily', 'viamedia manager daily reports', 'manager daily reports company', 'daily reports company lifekonnect', 'reports company lifekonnect department', 'company lifekonnect department description', 'lifekonnect department description united', 'department description united health', 'description united health care', 'united health care india', 'health care india pvt', 'care india pvt ltd', 'india pvt ltd lifekonnect', 'pvt ltd lifekonnect business', 'ltd lifekonnect business offers', 'lifekonnect business offers health', 'business offers health checkups', 'offers health checkups across', 'health checkups across 800', 'checkups across 800 cities', 'across 800 cities 3000', '800 cities 3000 diagnostic', 'cities 3000 diagnostic centres', '3000 diagnostic centres leaders', 'diagnostic centres leaders business', 'centres leaders business also', 'leaders business also looks', 'business also looks operations', 'also looks operations organising', 'looks operations organising supervising', 'operations organising supervising medicals', 'organising supervising medicals customers', 'supervising medicals customers different', 'medicals customers different insurance', 'customers different insurance companies', 'different insurance companies whose', 'insurance companies whose medical', 'companies whose medical come', 'whose medical come rule', 'medical come rule regulation', 'come rule regulation irda', ...], ['education', 'details', 'b', 'e', 'civil', 'engineering', 'civil', 'engineering', 'chennai', 'tamil', 'nadu', 'anna', 'university', 'qa', 'qc', 'civil', 'engineer', 'qa', 'qc', 'civil', 'engineer', 'skill', 'details', 'company', 'details', 'company', 'ray', 'engineering', 'limited', 'description', 'mumbai', 'india', 'consultancy', 'jacobs', 'engineering', 'india', 'limits', 'united', 'states', 'company', 'client', 'glaxo', 'smith', 'kline', 'gsk', 'nashik', 'india', 'position', 'qa', 'qc', 'civil', 'engineer', 'project', 'summary', 'glaxo', 'smith', 'kline', 'gsk', 'british', 'multinational', 'pharmaceutical', 'company', 'india', 'usd', '150', 'million', 'building', 'project', 'gsk', 'the', 'project', 'involving', 'medicine', 'manufacturing', 'plant', 'effluent', 'treatment', 'plant', 'etp', 'effluent', 'drain', 'line', 'storm', 'water', 'line', 'duties', 'responsibilities', 'all', 'site', 'inspection', 'shall', 'carried', 'vise', 'official', 'inspection', 'test', 'request', 'itr', 'submitted', 'contractor', 'proper', 'channels', 'develop', 'method', 'statement', 'activity', 'including', 'risk', 'assessment', 'job', 'safety', 'environmental', 'analysis', 'inspection', 'test', 'plan', 'checklist', 'based', 'specifications', 'project', 'taking', 'care', 'qa', 'qc', 'documents', 'entire', 'project', 'including', 'certificates', 'calibration', 'test', 'results', 'inspection', 'requests', 'non', 'compliance', 'reports', 'site', 'instruction', 'observations', 'permanent', 'materials', 'delivered', 'qa', 'qc', 'documents', 'supervision', 'checking', 'assuring', 'construction', 'per', 'final', 'issued', 'construction', 'drawings', 'project', 'specifications', 'conducting', 'joint', 'inspection', 'consultant', 'client', 'monitor', 'control', 'status', 'punch', 'list', 'exception', 'lists', 'relevant', 'quality', 'dossiers', '3', 'page', 'career', 'progression', 'march', '2016', 'still', 'going', 'company', 'name', 'gulf', 'asia', 'contracting', 'co', 'llc', 'dubai', 'uae', 'consultancy', 'chawla', 'architectural', 'consulting', 'engineers', 'client', 'geepas', 'international', 'ltd', 'uae', 'project', 'name', '2b', 'g', '19', 'roof', 'building', 'position', 'qa', 'qc', 'civil', 'engineer', 'project', 'summary', 'geepas', 'tower', 'upcoming', 'development', 'uae', 'entered', 'guinness', 'world', 'records', 'along', 'project', 'contractor', 'gulf', 'asia', 'contracting', 'gac', 'construction', 'arm', 'multi', 'billion', 'dollar', 'business', 'conglomerate', 'rp', 'group', 'completing', 'largest', 'continuous', 'concrete', 'pour', '19', '793', 'cu', '42', 'hours', 'world', 'the', 'dh600', 'million', '163', 'million', 'mid', 'rise', 'residential', 'tower', 'come', 'al', 'barsha', 'dubai', 'owned', 'western', 'international', 'group', 'geepas', 'duties', 'responsibilities', 'organize', 'implement', 'conduct', 'manage', 'qa', 'qc', 'programs', 'per', 'company', 'quality', 'policy', 'coordinate', 'document', 'controls', 'technical', 'submittals', 'drawings', 'etc', 'project', 'team', 'ensure', 'qa', 'qc', 'validation', 'done', 'ensure', 'issue', 'amendments', 'recall', 'controlled', 'documents', 'coordinate', 'inspections', 'monitor', 'required', 'tests', 'record', 'inspections', 'tests', 'made', 'pas', 'contract', 'plan', 'contract', 'specifications', 'liaise', 'client', 'representatives', 'conduct', 'day', 'day', 'quality', 'related', 'project', 'activities', 'coordinate', 'project', 'manager', 'regarding', 'work', 'performance', 'hold', 'authority', 'stop', 'work', 'area', 'discrepancies', 'remain', 'uncorrected', 'cancel', 'stop', 'work', 'order', 'upon', 'satisfactory', 'correction', 'noted', 'deficiencies', 'provide', 'technical', 'support', 'project', 'manager', 'guidance', 'site', 'staff', 'submission', 'materials', 'approval', 'request', 'inspection', 'shop', 'drawings', 'as', 'built', 'drawings', 'o', 'm', 'manual', 'assist', 'qa', 'qc', 'manager', 'conducting', 'internal', 'quality', 'audits', 'ensure', 'non', 'conformance', 'report', 'ncr', 'raised', 'activities', 'deviated', 'contract', 'specifications', 'normal', 'construction', 'industry', 'practices', '4', 'page', 'coordinate', 'project', 'staff', 'compile', 'maintain', 'pertinent', 'records', 'inspection', 'testing', 'end', 'contract', 'pertinent', 'records', 'retention', 'completion', 'project', 'attend', 'monthly', 'project', 'review', 'meetings', 'prm', 'alert', 'project', 'team', 'potential', 'problems', 'company', 'ray', 'engineering', 'limited', 'description', 'mumbai', 'india', 'consultancy', 'toyo', 'engineering', 'india', 'limits', 'japan', 'company', 'client', 'petronet', 'lng', 'limits', 'dahej', 'gujarat', 'india', 'position', 'qa', 'qc', 'civil', 'engineer', 'project', 'summary', 'petronet', 'lng', 'liquefied', 'natural', 'gas', 'ltd', 'india', 'biggest', 'gas', 'importer', 'plant', 'hike', 'dahej', 'importer', 'terminal', 'capacity', '17', '5', 'million', 'tons', 'petronet', 'lng', 'ltd', 'set', 'first', 'lng', 'terminal', 'india', 'capacity', '10', 'million', 'metric', 'tons', 'per', 'year', 'a', 'usd', '400', 'million', 'petronet', 'project', 'indian', 'govt', 'the', 'project', 'involving', 'air', 'heater', 'pipe', 'rack', 'substation', 'pump', 'house', 'control', 'room', 'duties', 'responsibilities', 'taking', 'care', 'qa', 'qc', 'documents', 'entire', 'project', 'including', 'certificates', 'calibration', 'test', 'results', 'inspection', 'requests', 'non', 'compliance', 'reports', 'site', 'instruction', 'observations', 'permanent', 'materials', 'delivered', 'qa', 'qc', 'documents', 'responsible', 'closure', 'non', 'conformance', 'site', 'instruction', 'management', 'system', 'maintain', 'standards', 'safety', 'comply', 'company', 'health', 'safety', 'environment', 'requirements', '2', 'page', 'perform', 'daily', 'inspection', 'test', 'scope', 'character', 'necessary', 'achieve', 'quality', 'construction', 'required', 'drawings', 'specifications', 'works', 'contract', 'performed', 'on', 'off', 'site', 'cary', 'inspection', 'checking', 'quality', 'related', 'procedures', 'site', 'ensures', 'activity', 'site', 'per', 'approved', 'method', 'statement', 'inspection', 'test', 'plan', 'coordinate', 'consultant', 'representative', 'site', 'in', 'charge', 'inspection', 'meeting', 'quality', 'problems', 'including', 'closure', 'non', 'compliance', 'report', 'company', 'high', 'view', 'builders', 'kerala', 'india', 'description', 'project', 'name', 'g', '8', 'floor', 'building', 'high', 'view', 'builders', 'playing', 'major', 'role', 'implementing', 'new', 'lifestyle', 'kerala', 'from', 'inception', 'high', 'view', 'builders', 'strictly', 'follows', 'aspects', 'like', 'time', 'delivery', 'quality', 'trust', 'turned', 'brand', 'construction', 'the', 'project', 'involved', 'construction', 'villas', 'g', '8', 'floor', 'flats', '1', 'page', 'duties', 'responsibilities', 'to', 'ensure', 'understanding', 'application', 'responsibilities', 'regard', 'company', 'environment', 'health', 'safety', 'security', 'quality', 'standard', 'ensuring', 'required', 'materials', 'ppe', 'available', 'carry', 'job', 'smoothly', 'safely', 'advance', 'to', 'proactively', 'involved', 'supporting', 'project', 'engineer', 'throughout', 'duration', 'project', 'to', 'maintain', 'urately', 'detailed', 'daily', 'site', 'reports', 'site', 'conditions', 'progress', 'resources', 'available', 'undertake', 'activities', 'throughout', 'phase', 'project', 'coordinating', 'sub', 'contractors', 'suppliers', 'site', 'co', 'coordinating', 'employees', 'timely', 'completion', 'work', 'site', 'deploying', 'workers', 'site', 'per', 'schedule', 'maintain', 'labor', 'cards', 'conduct', 'weekly', 'meeting', 'project', 'engineer', 'discuss', 'work', 'progress', 'education details', 'details b', 'b e', 'e civil', 'civil engineering', 'engineering civil', 'civil engineering', 'engineering chennai', 'chennai tamil', 'tamil nadu', 'nadu anna', 'anna university', 'university qa', 'qa qc', 'qc civil', 'civil engineer', 'engineer qa', 'qa qc', 'qc civil', 'civil engineer', 'engineer skill', 'skill details', 'details company', 'company details', 'details company', 'company ray', 'ray engineering', 'engineering limited', 'limited description', 'description mumbai', 'mumbai india', 'india consultancy', 'consultancy jacobs', 'jacobs engineering', 'engineering india', 'india limits', 'limits united', 'united states', 'states company', 'company client', 'client glaxo', 'glaxo smith', 'smith kline', 'kline gsk', 'gsk nashik', 'nashik india', 'india position', 'position qa', 'qa qc', 'qc civil', 'civil engineer', 'engineer project', 'project summary', 'summary glaxo', 'glaxo smith', 'smith kline', 'kline gsk', 'gsk british', 'british multinational', 'multinational pharmaceutical', 'pharmaceutical company', 'company india', 'india usd', 'usd 150', '150 million', 'million building', 'building project', 'project gsk', 'gsk the', 'the project', 'project involving', 'involving medicine', 'medicine manufacturing', 'manufacturing plant', 'plant effluent', 'effluent treatment', 'treatment plant', 'plant etp', 'etp effluent', 'effluent drain', 'drain line', 'line storm', 'storm water', 'water line', 'line duties', 'duties responsibilities', 'responsibilities all', 'all site', 'site inspection', 'inspection shall', 'shall carried', 'carried vise', 'vise official', 'official inspection', 'inspection test', 'test request', 'request itr', 'itr submitted', 'submitted contractor', 'contractor proper', 'proper channels', 'channels develop', 'develop method', 'method statement', 'statement activity', 'activity including', 'including risk', 'risk assessment', 'assessment job', 'job safety', 'safety environmental', 'environmental analysis', 'analysis inspection', 'inspection test', 'test plan', 'plan checklist', 'checklist based', 'based specifications', 'specifications project', 'project taking', 'taking care', 'care qa', 'qa qc', 'qc documents', 'documents entire', 'entire project', 'project including', 'including certificates', 'certificates calibration', 'calibration test', 'test results', 'results inspection', 'inspection requests', 'requests non', 'non compliance', 'compliance reports', 'reports site', 'site instruction', 'instruction observations', 'observations permanent', 'permanent materials', 'materials delivered', 'delivered qa', 'qa qc', 'qc documents', 'documents supervision', 'supervision checking', 'checking assuring', 'assuring construction', 'construction per', 'per final', 'final issued', 'issued construction', 'construction drawings', 'drawings project', 'project specifications', 'specifications conducting', 'conducting joint', 'joint inspection', 'inspection consultant', 'consultant client', 'client monitor', 'monitor control', 'control status', 'status punch', 'punch list', 'list exception', 'exception lists', 'lists relevant', 'relevant quality', 'quality dossiers', 'dossiers 3', '3 page', 'page career', 'career progression', 'progression march', 'march 2016', '2016 still', 'still going', 'going company', 'company name', 'name gulf', 'gulf asia', 'asia contracting', 'contracting co', 'co llc', 'llc dubai', 'dubai uae', 'uae consultancy', 'consultancy chawla', 'chawla architectural', 'architectural consulting', 'consulting engineers', 'engineers client', 'client geepas', 'geepas international', 'international ltd', 'ltd uae', 'uae project', 'project name', 'name 2b', '2b g', 'g 19', '19 roof', 'roof building', 'building position', 'position qa', 'qa qc', 'qc civil', 'civil engineer', 'engineer project', 'project summary', 'summary geepas', 'geepas tower', 'tower upcoming', 'upcoming development', 'development uae', 'uae entered', 'entered guinness', 'guinness world', 'world records', 'records along', 'along project', 'project contractor', 'contractor gulf', 'gulf asia', 'asia contracting', 'contracting gac', 'gac construction', 'construction arm', 'arm multi', 'multi billion', 'billion dollar', 'dollar business', 'business conglomerate', 'conglomerate rp', 'rp group', 'group completing', 'completing largest', 'largest continuous', 'continuous concrete', 'concrete pour', 'pour 19', '19 793', '793 cu', 'cu 42', '42 hours', 'hours world', 'world the', 'the dh600', 'dh600 million', 'million 163', '163 million', 'million mid', 'mid rise', 'rise residential', 'residential tower', 'tower come', 'come al', 'al barsha', 'barsha dubai', 'dubai owned', 'owned western', 'western international', 'international group', 'group geepas', 'geepas duties', 'duties responsibilities', 'responsibilities organize', 'organize implement', 'implement conduct', ...], ['education', 'details', 'january', '2005', 's', 's', 'c', 'baramati', 'maharashtra', 'm', 'e', 's', 'highschool', 'b', 'e', 'civil', 'engineering', 'pune', 'maharashtra', 'singhad', 'institute', 'of', 'technology', 'and', 'science', 'civil', 'site', 'engineer', 'civil', 'engineer', 'skill', 'details', 'site', 'engineer', 'exprience', '60', 'monthscompany', 'details', 'company', 'vasundhara', 'nirmiti', 'properties', 'description', 'civil', 'engineer', 'company', 'shri', 'balaji', 'housing', 'company', 'description', 'execution', 'civil', 'work', 'company', 'ganesh', 'construction', 'description', 'site', 'engineer', 'education details', 'details january', 'january 2005', '2005 s', 's s', 's c', 'c baramati', 'baramati maharashtra', 'maharashtra m', 'm e', 'e s', 's highschool', 'highschool b', 'b e', 'e civil', 'civil engineering', 'engineering pune', 'pune maharashtra', 'maharashtra singhad', 'singhad institute', 'institute of', 'of technology', 'technology and', 'and science', 'science civil', 'civil site', 'site engineer', 'engineer civil', 'civil engineer', 'engineer skill', 'skill details', 'details site', 'site engineer', 'engineer exprience', 'exprience 60', '60 monthscompany', 'monthscompany details', 'details company', 'company vasundhara', 'vasundhara nirmiti', 'nirmiti properties', 'properties description', 'description civil', 'civil engineer', 'engineer company', 'company shri', 'shri balaji', 'balaji housing', 'housing company', 'company description', 'description execution', 'execution civil', 'civil work', 'work company', 'company ganesh', 'ganesh construction', 'construction description', 'description site', 'site engineer', 'education details january', 'details january 2005', 'january 2005 s', '2005 s s', 's s c', 's c baramati', 'c baramati maharashtra', 'baramati maharashtra m', 'maharashtra m e', 'm e s', 'e s highschool', 's highschool b', 'highschool b e', 'b e civil', 'e civil engineering', 'civil engineering pune', 'engineering pune maharashtra', 'pune maharashtra singhad', 'maharashtra singhad institute', 'singhad institute of', 'institute of technology', 'of technology and', 'technology and science', 'and science civil', 'science civil site', 'civil site engineer', 'site engineer civil', 'engineer civil engineer', 'civil engineer skill', 'engineer skill details', 'skill details site', 'details site engineer', 'site engineer exprience', 'engineer exprience 60', 'exprience 60 monthscompany', '60 monthscompany details', 'monthscompany details company', 'details company vasundhara', 'company vasundhara nirmiti', 'vasundhara nirmiti properties', 'nirmiti properties description', 'properties description civil', 'description civil engineer', 'civil engineer company', 'engineer company shri', 'company shri balaji', 'shri balaji housing', 'balaji housing company', 'housing company description', 'company description execution', 'description execution civil', 'execution civil work', 'civil work company', 'work company ganesh', 'company ganesh construction', 'ganesh construction description', 'construction description site', 'description site engineer', 'education details january 2005', 'details january 2005 s', 'january 2005 s s', '2005 s s c', 's s c baramati', 's c baramati maharashtra', 'c baramati maharashtra m', 'baramati maharashtra m e', 'maharashtra m e s', 'm e s highschool', 'e s highschool b', 's highschool b e', 'highschool b e civil', 'b e civil engineering', 'e civil engineering pune', 'civil engineering pune maharashtra', 'engineering pune maharashtra singhad', 'pune maharashtra singhad institute', 'maharashtra singhad institute of', 'singhad institute of technology', 'institute of technology and', 'of technology and science', 'technology and science civil', 'and science civil site', 'science civil site engineer', 'civil site engineer civil', 'site engineer civil engineer', 'engineer civil engineer skill', 'civil engineer skill details', 'engineer skill details site', 'skill details site engineer', 'details site engineer exprience', 'site engineer exprience 60', 'engineer exprience 60 monthscompany', 'exprience 60 monthscompany details', '60 monthscompany details company', 'monthscompany details company vasundhara', 'details company vasundhara nirmiti', 'company vasundhara nirmiti properties', 'vasundhara nirmiti properties description', 'nirmiti properties description civil', 'properties description civil engineer', 'description civil engineer company', 'civil engineer company shri', 'engineer company shri balaji', 'company shri balaji housing', 'shri balaji housing company', 'balaji housing company description', 'housing company description execution', 'company description execution civil', 'description execution civil work', 'execution civil work company', 'civil work company ganesh', 'work company ganesh construction', 'company ganesh construction description', 'ganesh construction description site', 'construction description site engineer', 'education details january 2005 s', 'details january 2005 s s', 'january 2005 s s c', '2005 s s c baramati', 's s c baramati maharashtra', 's c baramati maharashtra m', 'c baramati maharashtra m e', 'baramati maharashtra m e s', 'maharashtra m e s highschool', 'm e s highschool b', 'e s highschool b e', 's highschool b e civil', 'highschool b e civil engineering', 'b e civil engineering pune', 'e civil engineering pune maharashtra', 'civil engineering pune maharashtra singhad', 'engineering pune maharashtra singhad institute', 'pune maharashtra singhad institute of', 'maharashtra singhad institute of technology', 'singhad institute of technology and', 'institute of technology and science', 'of technology and science civil', 'technology and science civil site', 'and science civil site engineer', 'science civil site engineer civil', 'civil site engineer civil engineer', 'site engineer civil engineer skill', 'engineer civil engineer skill details', 'civil engineer skill details site', 'engineer skill details site engineer', 'skill details site engineer exprience', 'details site engineer exprience 60', 'site engineer exprience 60 monthscompany', 'engineer exprience 60 monthscompany details', 'exprience 60 monthscompany details company', '60 monthscompany details company vasundhara', 'monthscompany details company vasundhara nirmiti', 'details company vasundhara nirmiti properties', 'company vasundhara nirmiti properties description', 'vasundhara nirmiti properties description civil', 'nirmiti properties description civil engineer', 'properties description civil engineer company', 'description civil engineer company shri', 'civil engineer company shri balaji', 'engineer company shri balaji housing', 'company shri balaji housing company', 'shri balaji housing company description', 'balaji housing company description execution', 'housing company description execution civil', 'company description execution civil work', 'description execution civil work company', 'execution civil work company ganesh', 'civil work company ganesh construction', 'work company ganesh construction description', 'company ganesh construction description site', 'ganesh construction description site engineer', 'education details january 2005 s s', 'details january 2005 s s c', 'january 2005 s s c baramati', '2005 s s c baramati maharashtra', 's s c baramati maharashtra m', 's c baramati maharashtra m e', 'c baramati maharashtra m e s', 'baramati maharashtra m e s highschool', 'maharashtra m e s highschool b', 'm e s highschool b e', 'e s highschool b e civil', 's highschool b e civil engineering', 'highschool b e civil engineering pune', 'b e civil engineering pune maharashtra', 'e civil engineering pune maharashtra singhad', 'civil engineering pune maharashtra singhad institute', 'engineering pune maharashtra singhad institute of', 'pune maharashtra singhad institute of technology', 'maharashtra singhad institute of technology and', 'singhad institute of technology and science', 'institute of technology and science civil', 'of technology and science civil site', 'technology and science civil site engineer', 'and science civil site engineer civil', 'science civil site engineer civil engineer', 'civil site engineer civil engineer skill', 'site engineer civil engineer skill details', 'engineer civil engineer skill details site', 'civil engineer skill details site engineer', 'engineer skill details site engineer exprience', 'skill details site engineer exprience 60', 'details site engineer exprience 60 monthscompany', 'site engineer exprience 60 monthscompany details', 'engineer exprience 60 monthscompany details company', 'exprience 60 monthscompany details company vasundhara', '60 monthscompany details company vasundhara nirmiti', 'monthscompany details company vasundhara nirmiti properties', 'details company vasundhara nirmiti properties description', 'company vasundhara nirmiti properties description civil', 'vasundhara nirmiti properties description civil engineer', 'nirmiti properties description civil engineer company', 'properties description civil engineer company shri', 'description civil engineer company shri balaji', 'civil engineer company shri balaji housing', 'engineer company shri balaji housing company', 'company shri balaji housing company description', 'shri balaji housing company description execution', 'balaji housing company description execution civil', 'housing company description execution civil work', 'company description execution civil work company', 'description execution civil work company ganesh', 'execution civil work company ganesh construction', 'civil work company ganesh construction description', 'work company ganesh construction description site', 'company ganesh construction description site engineer', 'education details january 2005 s s c', 'details january 2005 s s c baramati', 'january 2005 s s c baramati maharashtra', '2005 s s c baramati maharashtra m', 's s c baramati maharashtra m e', 's c baramati maharashtra m e s', 'c baramati maharashtra m e s highschool', 'baramati maharashtra m e s highschool b', 'maharashtra m e s highschool b e', 'm e s highschool b e civil', 'e s highschool b e civil engineering', 's highschool b e civil engineering pune', 'highschool b e civil engineering pune maharashtra', 'b e civil engineering pune maharashtra singhad', 'e civil engineering pune maharashtra singhad institute', 'civil engineering pune maharashtra singhad institute of', 'engineering pune maharashtra singhad institute of technology', 'pune maharashtra singhad institute of technology and', 'maharashtra singhad institute of technology and science', 'singhad institute of technology and science civil', 'institute of technology and science civil site', 'of technology and science civil site engineer', 'technology and science civil site engineer civil', 'and science civil site engineer civil engineer', 'science civil site engineer civil engineer skill', 'civil site engineer civil engineer skill details', 'site engineer civil engineer skill details site', 'engineer civil engineer skill details site engineer', 'civil engineer skill details site engineer exprience', 'engineer skill details site engineer exprience 60', 'skill details site engineer exprience 60 monthscompany', 'details site engineer exprience 60 monthscompany details', 'site engineer exprience 60 monthscompany details company', 'engineer exprience 60 monthscompany details company vasundhara', 'exprience 60 monthscompany details company vasundhara nirmiti', '60 monthscompany details company vasundhara nirmiti properties', 'monthscompany details company vasundhara nirmiti properties description', 'details company vasundhara nirmiti properties description civil', 'company vasundhara nirmiti properties description civil engineer', 'vasundhara nirmiti properties description civil engineer company', 'nirmiti properties description civil engineer company shri', 'properties description civil engineer company shri balaji', 'description civil engineer company shri balaji housing', 'civil engineer company shri balaji housing company', 'engineer company shri balaji housing company description', 'company shri balaji housing company description execution', 'shri balaji housing company description execution civil', 'balaji housing company description execution civil work', 'housing company description execution civil work company', 'company description execution civil work company ganesh', 'description execution civil work company ganesh construction', 'execution civil work company ganesh construction description', 'civil work company ganesh construction description site', 'work company ganesh construction description site engineer', 'education details january 2005 s s c baramati', 'details january 2005 s s c baramati maharashtra', 'january 2005 s s c baramati maharashtra m', '2005 s s c baramati maharashtra m e', 's s c baramati maharashtra m e s', 's c baramati maharashtra m e s highschool', 'c baramati maharashtra m e s highschool b', 'baramati maharashtra m e s highschool b e', 'maharashtra m e s highschool b e civil', 'm e s highschool b e civil engineering', 'e s highschool b e civil engineering pune', 's highschool b e civil engineering pune maharashtra', 'highschool b e civil engineering pune maharashtra singhad', 'b e civil engineering pune maharashtra singhad institute', 'e civil engineering pune maharashtra singhad institute of', 'civil engineering pune maharashtra singhad institute of technology', 'engineering pune maharashtra singhad institute of technology and', 'pune maharashtra singhad institute of technology and science', 'maharashtra singhad institute of technology and science civil', 'singhad institute of technology and science civil site', 'institute of technology and science civil site engineer', 'of technology and science civil site engineer civil', 'technology and science civil site engineer civil engineer', 'and science civil site engineer civil engineer skill', 'science civil site engineer civil engineer skill details', 'civil site engineer civil engineer skill details site', 'site engineer civil engineer skill details site engineer', 'engineer civil engineer skill details site engineer exprience', 'civil engineer skill details site engineer exprience 60', 'engineer skill details site engineer exprience 60 monthscompany', 'skill details site engineer exprience 60 monthscompany details', 'details site engineer exprience 60 monthscompany details company', 'site engineer exprience 60 monthscompany details company vasundhara', 'engineer exprience 60 monthscompany details company vasundhara nirmiti', 'exprience 60 monthscompany details company vasundhara nirmiti properties', '60 monthscompany details company vasundhara nirmiti properties description', 'monthscompany details company vasundhara nirmiti properties description civil', 'details company vasundhara nirmiti properties description civil engineer', 'company vasundhara nirmiti properties description civil engineer company', 'vasundhara nirmiti properties description civil engineer company shri', 'nirmiti properties description civil engineer company shri balaji', 'properties description civil engineer company shri balaji housing', 'description civil engineer company shri balaji housing company', 'civil engineer company shri balaji housing company description', 'engineer company shri balaji housing company description execution', 'company shri balaji housing company description execution civil', 'shri balaji housing company description execution civil work', 'balaji housing company description execution civil work company', 'housing company description execution civil work company ganesh', 'company description execution civil work company ganesh construction', 'description execution civil work company ganesh construction description', 'execution civil work company ganesh construction description site', 'civil work company ganesh construction description site engineer', 'education details january 2005 s s c baramati maharashtra', 'details january 2005 s s c baramati maharashtra m', 'january 2005 s s c baramati maharashtra m e', '2005 s s c baramati maharashtra m e s', 's s c baramati maharashtra m e s highschool', 's c baramati maharashtra m e s highschool b', 'c baramati maharashtra m e s highschool b e', 'baramati maharashtra m e s highschool b e civil', 'maharashtra m e s highschool b e civil engineering', 'm e s highschool b e civil engineering pune', 'e s highschool b e civil engineering pune maharashtra', 's highschool b e civil engineering pune maharashtra singhad', 'highschool b e civil engineering pune maharashtra singhad institute', 'b e civil engineering pune maharashtra singhad institute of', 'e civil engineering pune maharashtra singhad institute of technology', 'civil engineering pune maharashtra singhad institute of technology and', 'engineering pune maharashtra singhad institute of technology and science', 'pune maharashtra singhad institute of technology and science civil', 'maharashtra singhad institute of technology and science civil site', 'singhad institute of technology and science civil site engineer', 'institute of technology and science civil site engineer civil', 'of technology and science civil site engineer civil engineer', 'technology and science civil site engineer civil engineer skill', 'and science civil site engineer civil engineer skill details', 'science civil site engineer civil engineer skill details site', 'civil site engineer civil engineer skill details site engineer', 'site engineer civil engineer skill details site engineer exprience', 'engineer civil engineer skill details site engineer exprience 60', 'civil engineer skill details site engineer exprience 60 monthscompany', 'engineer skill details site engineer exprience 60 monthscompany details', 'skill details site engineer exprience 60 monthscompany details company', 'details site engineer exprience 60 monthscompany details company vasundhara', 'site engineer exprience 60 monthscompany details company vasundhara nirmiti', 'engineer exprience 60 monthscompany details company vasundhara nirmiti properties', 'exprience 60 monthscompany details company vasundhara nirmiti properties description', '60 monthscompany details company vasundhara nirmiti properties description civil', 'monthscompany details company vasundhara nirmiti properties description civil engineer', 'details company vasundhara nirmiti properties description civil engineer company', 'company vasundhara nirmiti properties description civil engineer company shri', 'vasundhara nirmiti properties description civil engineer company shri balaji', 'nirmiti properties description civil engineer company shri balaji housing', 'properties description civil engineer company shri balaji housing company', 'description civil engineer company shri balaji housing company description', 'civil engineer company shri balaji housing company description execution', 'engineer company shri balaji housing company description execution civil', 'company shri balaji housing company description execution civil work', 'shri balaji housing company description execution civil work company', 'balaji housing company description execution civil work company ganesh', 'housing company description execution civil work company ganesh construction', 'company description execution civil work company ganesh construction description', 'description execution civil work company ganesh construction description site', 'execution civil work company ganesh construction description site engineer'], ['skills', '1', 'autocad', '2', 'pro', 'v', '3', 'catia', '4', 'word', 'excel', '5', 'photoshop', 'industrial', 'exposure', 'industrial', 'visit', 'larsen', 'tubro', 'l', 't', '3', 'months', 'industrial', 'training', 'inplant', 'training', 'ashoka', 'buildcon', 'training', 'infrastructure', 'setup', 'maintenance', 'education', 'details', 'january', '2017', 'masters', 'structure', 'nashik', 'maharashtra', 'universal', 'university', 'nashik', 'civil', 'engineer', 'civil', 'engineer', 'skill', 'details', 'autocad', 'exprience', '1', 'months', 'catia', 'exprience', '6', 'months', 'maintenance', 'exprience', '48', 'months', 'photoshop', 'exprience', '1', 'months', 'training', 'exprience', '6', 'monthscompany', 'details', 'company', 'color', 'sky', 'decor', 'llc', 'dubai', 'description', 'role', 'civil', 'engineer', 'company', 'girija', 'construction', 'and', 'devolopers', 'description', 'role', 'civil', 'engineer', 'company', 'showrooms', 'villa', 'hotels', 'description', '1', 'exterior', 'interior', 'of', 'buildings', 'villa', 'etc', '2', 'construction', 'new', 'building', 'villa', '3', 'preparing', 'bill', 'quantities', 'scheduling', 'etc', 'company', 'showrooms', 'villa', 'hotels', 'description', 'maintenance', 'interior', 'outfit', 'works', 'apartments', 'showrooms', 'villa', 'hotels', 'etc', 'description', '1', 'analyze', 'photographs', 'drawings', 'maps', 'inform', 'direction', 'projects', 'well', 'overall', 'budget', 'constraints', '2', 'ensure', 'project', 'feasibility', 'continual', 'evaluation', 'structural', 'integrity', 'design', 'practicality', '3', 'create', 'schedule', 'project', 'completion', '3', 'perform', 'adjust', 'quantity', 'calculations', 'practical', 'budgetary', 'purposes', '4', 'communicate', 'team', 'members', 'well', 'customers', 'vendors', 'ensure', 'maximum', 'cohesion', 'fluidity', 'projects', '5', 'forecast', 'design', 'construction', 'time', 'frames', '6', 'inspect', 'project', 'sites', 'ensure', 'meet', 'relevant', 'codes', 'progressing', 'properly', 'company', 'sonia', 'buildcon', 'description', 'role', 'civil', 'engineer', 'company', 'description', '8', 'day', 'day', 'management', 'site', 'including', 'supervising', 'monitoring', 'site', 'labour', 'force', 'work', 'subcontractors', 'duration', '2015', '2016', 'role', 'civil', 'engineer', 'construction', 'renovation', 'interior', 'designing', 'buildings', 'malls', 'commercial', 'complex', 'villas', 'etc', 'description', '1', 'undertaking', 'technical', 'feasibility', 'studies', 'including', 'site', 'investigations', '2', 'using', 'range', 'computer', 'software', 'developing', 'detailed', 'designs', '3', 'undertaking', 'complex', 'calculations', '4', 'liaising', 'clients', 'variety', 'professionals', 'including', 'architects', 'subcontractors', '5', 'compiling', 'job', 'specs', 'supervising', 'tendering', 'procedures', '6', 'resolving', 'design', 'development', 'problems', '7', 'managing', 'budgets', 'project', 'resources', '8', 'scheduling', 'material', 'equipment', 'purchases', 'deliveries', '9', 'making', 'sure', 'project', 'complies', 'legal', 'requirements', 'especially', 'health', 'safety', '10', 'assessing', 'sustainability', 'environmental', 'impact', 'projects', '11', 'ensuring', 'projects', 'run', 'smoothly', 'structures', 'completed', 'within', 'budget', 'time', 'company', 'grandeurs', 'realetors', 'india', 'description', 'role', 'civil', 'site', 'engineer', 'company', 'description', 'description', 'responsibility', '1', 'evaluated', 'overall', 'cost', 'materails', 'labours', 'subcontractors', 'tools', '2', 'regulated', 'subcontractor', 'work', 'schedule', 'equipement', 'delivery', '3', 'provided', 'required', 'documents', 'owners', 'subcontractors', '4', 'cheack', 'regular', 'basis', 'project', 'progrees', 'devolopment', '5', 'act', 'main', 'technical', 'adviser', 'construction', 'site', 'subcontractors', 'craftspeople', 'operatives', '6', 'ensure', 'materials', 'used', 'work', 'performed', 'ordance', 'specifications', '7', 'liaise', 'consultants', 'subcontractors', 'supervisors', 'planners', 'quantity', 'surveyors', 'general', 'workforce', 'involved', 'project', 'responsibility', 'skills 1', '1 autocad', 'autocad 2', '2 pro', 'pro v', 'v 3', '3 catia', 'catia 4', '4 word', 'word excel', 'excel 5', '5 photoshop', 'photoshop industrial', 'industrial exposure', 'exposure industrial', 'industrial visit', 'visit larsen', 'larsen tubro', 'tubro l', 'l t', 't 3', '3 months', 'months industrial', 'industrial training', 'training inplant', 'inplant training', 'training ashoka', 'ashoka buildcon', 'buildcon training', 'training infrastructure', 'infrastructure setup', 'setup maintenance', 'maintenance education', 'education details', 'details january', 'january 2017', '2017 masters', 'masters structure', 'structure nashik', 'nashik maharashtra', 'maharashtra universal', 'universal university', 'university nashik', 'nashik civil', 'civil engineer', 'engineer civil', 'civil engineer', 'engineer skill', 'skill details', 'details autocad', 'autocad exprience', 'exprience 1', '1 months', 'months catia', 'catia exprience', 'exprience 6', '6 months', 'months maintenance', 'maintenance exprience', 'exprience 48', '48 months', 'months photoshop', 'photoshop exprience', 'exprience 1', '1 months', 'months training', 'training exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company color', 'color sky', 'sky decor', 'decor llc', 'llc dubai', 'dubai description', 'description role', 'role civil', 'civil engineer', 'engineer company', 'company girija', 'girija construction', 'construction and', 'and devolopers', 'devolopers description', 'description role', 'role civil', 'civil engineer', 'engineer company', 'company showrooms', 'showrooms villa', 'villa hotels', 'hotels description', 'description 1', '1 exterior', 'exterior interior', 'interior of', 'of buildings', 'buildings villa', 'villa etc', 'etc 2', '2 construction', 'construction new', 'new building', 'building villa', 'villa 3', '3 preparing', 'preparing bill', 'bill quantities', 'quantities scheduling', 'scheduling etc', 'etc company', 'company showrooms', 'showrooms villa', 'villa hotels', 'hotels description', 'description maintenance', 'maintenance interior', 'interior outfit', 'outfit works', 'works apartments', 'apartments showrooms', 'showrooms villa', 'villa hotels', 'hotels etc', 'etc description', 'description 1', '1 analyze', 'analyze photographs', 'photographs drawings', 'drawings maps', 'maps inform', 'inform direction', 'direction projects', 'projects well', 'well overall', 'overall budget', 'budget constraints', 'constraints 2', '2 ensure', 'ensure project', 'project feasibility', 'feasibility continual', 'continual evaluation', 'evaluation structural', 'structural integrity', 'integrity design', 'design practicality', 'practicality 3', '3 create', 'create schedule', 'schedule project', 'project completion', 'completion 3', '3 perform', 'perform adjust', 'adjust quantity', 'quantity calculations', 'calculations practical', 'practical budgetary', 'budgetary purposes', 'purposes 4', '4 communicate', 'communicate team', 'team members', 'members well', 'well customers', 'customers vendors', 'vendors ensure', 'ensure maximum', 'maximum cohesion', 'cohesion fluidity', 'fluidity projects', 'projects 5', '5 forecast', 'forecast design', 'design construction', 'construction time', 'time frames', 'frames 6', '6 inspect', 'inspect project', 'project sites', 'sites ensure', 'ensure meet', 'meet relevant', 'relevant codes', 'codes progressing', 'progressing properly', 'properly company', 'company sonia', 'sonia buildcon', 'buildcon description', 'description role', 'role civil', 'civil engineer', 'engineer company', 'company description', 'description 8', '8 day', 'day day', 'day management', 'management site', 'site including', 'including supervising', 'supervising monitoring', 'monitoring site', 'site labour', 'labour force', 'force work', 'work subcontractors', 'subcontractors duration', 'duration 2015', '2015 2016', '2016 role', 'role civil', 'civil engineer', 'engineer construction', 'construction renovation', 'renovation interior', 'interior designing', 'designing buildings', 'buildings malls', 'malls commercial', 'commercial complex', 'complex villas', 'villas etc', 'etc description', 'description 1', '1 undertaking', 'undertaking technical', 'technical feasibility', 'feasibility studies', 'studies including', 'including site', 'site investigations', 'investigations 2', '2 using', 'using range', 'range computer', 'computer software', 'software developing', 'developing detailed', 'detailed designs', 'designs 3', '3 undertaking', 'undertaking complex', 'complex calculations', 'calculations 4', '4 liaising', 'liaising clients', 'clients variety', 'variety professionals', 'professionals including', 'including architects', 'architects subcontractors', 'subcontractors 5', '5 compiling', 'compiling job', 'job specs', 'specs supervising', 'supervising tendering', 'tendering procedures', 'procedures 6', '6 resolving', 'resolving design', 'design development', 'development problems', 'problems 7', '7 managing', 'managing budgets', 'budgets project', 'project resources', 'resources 8', '8 scheduling', 'scheduling material', 'material equipment', 'equipment purchases', 'purchases deliveries', 'deliveries 9', '9 making', 'making sure', 'sure project', 'project complies', 'complies legal', 'legal requirements', 'requirements especially', 'especially health', 'health safety', 'safety 10', '10 assessing', 'assessing sustainability', 'sustainability environmental', 'environmental impact', 'impact projects', 'projects 11', '11 ensuring', 'ensuring projects', 'projects run', 'run smoothly', 'smoothly structures', 'structures completed', 'completed within', 'within budget', 'budget time', 'time company', 'company grandeurs', 'grandeurs realetors', 'realetors india', 'india description', 'description role', 'role civil', 'civil site', 'site engineer', 'engineer company', 'company description', 'description description', 'description responsibility', 'responsibility 1', '1 evaluated', 'evaluated overall', 'overall cost', 'cost materails', 'materails labours', 'labours subcontractors', 'subcontractors tools', 'tools 2', '2 regulated', 'regulated subcontractor', 'subcontractor work', 'work schedule', 'schedule equipement', 'equipement delivery', 'delivery 3', '3 provided', 'provided required', 'required documents', 'documents owners', 'owners subcontractors', 'subcontractors 4', '4 cheack', 'cheack regular', 'regular basis', 'basis project', 'project progrees', 'progrees devolopment', 'devolopment 5', '5 act', 'act main', 'main technical', 'technical adviser', 'adviser construction', 'construction site', 'site subcontractors', 'subcontractors craftspeople', 'craftspeople operatives', 'operatives 6', '6 ensure', 'ensure materials', 'materials used', 'used work', 'work performed', 'performed ordance', 'ordance specifications', 'specifications 7', '7 liaise', 'liaise consultants', 'consultants subcontractors', 'subcontractors supervisors', 'supervisors planners', 'planners quantity', 'quantity surveyors', 'surveyors general', 'general workforce', 'workforce involved', 'involved project', 'project responsibility', 'skills 1 autocad', '1 autocad 2', 'autocad 2 pro', '2 pro v', 'pro v 3', 'v 3 catia', '3 catia 4', 'catia 4 word', '4 word excel', 'word excel 5', 'excel 5 photoshop', '5 photoshop industrial', 'photoshop industrial exposure', 'industrial exposure industrial', 'exposure industrial visit', 'industrial visit larsen', 'visit larsen tubro', 'larsen tubro l', 'tubro l t', 'l t 3', 't 3 months', '3 months industrial', 'months industrial training', 'industrial training inplant', 'training inplant training', 'inplant training ashoka', 'training ashoka buildcon', 'ashoka buildcon training', 'buildcon training infrastructure', 'training infrastructure setup', 'infrastructure setup maintenance', 'setup maintenance education', 'maintenance education details', 'education details january', 'details january 2017', 'january 2017 masters', '2017 masters structure', 'masters structure nashik', 'structure nashik maharashtra', 'nashik maharashtra universal', 'maharashtra universal university', 'universal university nashik', 'university nashik civil', 'nashik civil engineer', 'civil engineer civil', 'engineer civil engineer', 'civil engineer skill', 'engineer skill details', 'skill details autocad', 'details autocad exprience', 'autocad exprience 1', 'exprience 1 months', '1 months catia', 'months catia exprience', 'catia exprience 6', 'exprience 6 months', '6 months maintenance', 'months maintenance exprience', 'maintenance exprience 48', 'exprience 48 months', '48 months photoshop', 'months photoshop exprience', 'photoshop exprience 1', 'exprience 1 months', '1 months training', 'months training exprience', 'training exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company color', 'company color sky', 'color sky decor', 'sky decor llc', 'decor llc dubai', 'llc dubai description', 'dubai description role', 'description role civil', 'role civil engineer', 'civil engineer company', 'engineer company girija', 'company girija construction', 'girija construction and', 'construction and devolopers', 'and devolopers description', 'devolopers description role', 'description role civil', 'role civil engineer', 'civil engineer company', 'engineer company showrooms', 'company showrooms villa', 'showrooms villa hotels', 'villa hotels description', 'hotels description 1', 'description 1 exterior', '1 exterior interior', 'exterior interior of', 'interior of buildings', 'of buildings villa', 'buildings villa etc', 'villa etc 2', 'etc 2 construction', '2 construction new', 'construction new building', 'new building villa', 'building villa 3', 'villa 3 preparing', '3 preparing bill', 'preparing bill quantities', 'bill quantities scheduling', 'quantities scheduling etc', 'scheduling etc company', 'etc company showrooms', 'company showrooms villa', 'showrooms villa hotels', 'villa hotels description', 'hotels description maintenance', 'description maintenance interior', 'maintenance interior outfit', 'interior outfit works', 'outfit works apartments', 'works apartments showrooms', 'apartments showrooms villa', 'showrooms villa hotels', 'villa hotels etc', 'hotels etc description', 'etc description 1', 'description 1 analyze', '1 analyze photographs', 'analyze photographs drawings', 'photographs drawings maps', 'drawings maps inform', 'maps inform direction', 'inform direction projects', 'direction projects well', 'projects well overall', 'well overall budget', 'overall budget constraints', 'budget constraints 2', 'constraints 2 ensure', '2 ensure project', 'ensure project feasibility', 'project feasibility continual', 'feasibility continual evaluation', 'continual evaluation structural', 'evaluation structural integrity', 'structural integrity design', 'integrity design practicality', 'design practicality 3', 'practicality 3 create', '3 create schedule', 'create schedule project', 'schedule project completion', 'project completion 3', 'completion 3 perform', '3 perform adjust', 'perform adjust quantity', 'adjust quantity calculations', 'quantity calculations practical', 'calculations practical budgetary', 'practical budgetary purposes', 'budgetary purposes 4', 'purposes 4 communicate', '4 communicate team', 'communicate team members', 'team members well', 'members well customers', 'well customers vendors', 'customers vendors ensure', 'vendors ensure maximum', 'ensure maximum cohesion', 'maximum cohesion fluidity', 'cohesion fluidity projects', 'fluidity projects 5', 'projects 5 forecast', '5 forecast design', 'forecast design construction', 'design construction time', 'construction time frames', 'time frames 6', 'frames 6 inspect', '6 inspect project', 'inspect project sites', 'project sites ensure', 'sites ensure meet', 'ensure meet relevant', 'meet relevant codes', 'relevant codes progressing', 'codes progressing properly', 'progressing properly company', 'properly company sonia', 'company sonia buildcon', 'sonia buildcon description', 'buildcon description role', 'description role civil', 'role civil engineer', 'civil engineer company', 'engineer company description', 'company description 8', 'description 8 day', '8 day day', 'day day management', 'day management site', 'management site including', 'site including supervising', 'including supervising monitoring', 'supervising monitoring site', 'monitoring site labour', 'site labour force', 'labour force work', 'force work subcontractors', 'work subcontractors duration', 'subcontractors duration 2015', 'duration 2015 2016', '2015 2016 role', '2016 role civil', 'role civil engineer', 'civil engineer construction', 'engineer construction renovation', 'construction renovation interior', 'renovation interior designing', 'interior designing buildings', 'designing buildings malls', 'buildings malls commercial', 'malls commercial complex', 'commercial complex villas', 'complex villas etc', 'villas etc description', 'etc description 1', 'description 1 undertaking', '1 undertaking technical', 'undertaking technical feasibility', 'technical feasibility studies', 'feasibility studies including', 'studies including site', 'including site investigations', 'site investigations 2', 'investigations 2 using', '2 using range', 'using range computer', 'range computer software', 'computer software developing', 'software developing detailed', ...], ['computer', 'skills', 'holder', 'valid', 'ksa', 'license', 'basic', 'computer', 'ms', 'office', 'autocad', '2006education', 'details', 'january', '2005', 'diploma', 'bengaluru', 'karnataka', 'oxford', 'polytechnic', 'banglore', 'civil', 'engineer', 'civil', 'engineer', 'utility', 'powertech', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'utility', 'powertech', 'ltd', 'description', '1', 'project', 'name', 'nabinagar', 'thermal', 'power', 'project', 'aurangabad', 'bihar', 'client', 'ntpc', 'brbcl', 'position', 'civil', 'engineer', 'company', 'dammam', 'ksa', 'description', 'october', '2008', 'june', '2011', 'al', 'nafjan', 'al', 'abad', 'co', 'dammam', 'ksa', 'position', 'civil', 'engineer', 'project', 'undertaken', '1', 'project', 'name', 'stc', 'qatif', 's', 'l', 'project', '2065864', 'client', 'department', 'civil', 'aviation', 'main', 'contractor', 'al', 'nafjan', 'al', 'abad', 'co', 'consultant', 'arif', 'kinfolk', '2', 'project', 'name', 'king', 'fahad', 'international', 'airport', 'client', 'department', 'civil', 'aviation', 'main', 'contractor', 'al', 'nafjan', 'al', 'abad', 'co', 'consultant', 'dar', 'al', 'hadassah', 'project', 'description', 'dpf', 'eleven', 'buildings', 'they', 'building', '1', 'building', '11', 'buildings', 'typical', 'three', 'type', 'they', 'type', '1', 'type', '2', 'type', '3', 'basically', 'building', 'senior', 'staff', 'saudi', 'arabian', 'police', 'force', 'army', 'ommodation', 'saudi', 'arabia', 'job', 'responsibility', 'planning', 'projects', 'study', 'drawings', 'contract', 'specifications', 'preparation', 'material', 'submittals', 'follow', 'consultant', 'approvals', 'planning', 'site', 'installation', 'activities', 'mobilization', 'man', 'power', 'material', 'site', 'start', 'projects', 'leading', 'team', 'supervisors', 'foremen', 'workers', 'monitoring', 'supervising', 'execution', 'equipment', 'installation', 'site', 'guide', 'work', 'force', 'complete', 'project', 'targeted', 'time', 'co', 'ordination', 'clients', 'consultants', 'contractors', 'preparation', 'shop', 'drawings', 'subsequently', 'as', 'built', 'drawings', 'preparation', 'rfi', 'billing', 'variation', 'claims', 'timely', 'order', 'realizing', 'approval', 'materials', 'technical', 'submittals', 'attending', 'site', 'coordination', 'meetings', 'dealing', 'clients', 'contractors', 'preparing', 'work', 'progress', 'execution', 'projects', 'preparation', 'weekly', 'monthly', 'progress', 'reports', 'to', 'prepare', 'progressive', 'material', 'take', 'quantity', 'ducting', 'chilled', 'water', 'piping', 'fittings', 'insulation', 'etc', 'workshop', 'drawing', 'required', 'ording', 'approved', 'work', 'program', 'to', 'prepare', 'complete', 'material', 'take', 'workshop', 'drawings', 'procurement', 'company', 'n', 's', 'padke', 'description', 'urban', 'project', 'mmrda', 'andheri', 'e', 'mumbai', 'company', 'pba', 'infrastructure', 'ltd', 'description', 'project', 'undertaken', '1', 'project', 'name', '8', 'leaning', 'tipu', 'sultan', 'chok', 'santnamdev', 'chok', 'client', 'mumbai', 'urban', 'project', 'mmrda', 'andheri', 'mumbai', 'company', 'govt', 'ofj', 'k', 'description', 'jammu', 'client', 'govt', 'ofj', 'k', 'period', '7', 'dec', '2006', '20', 'march', '2007', 'job', 'profile', 'obtaining', 'approval', 'material', 'drawing', 'submittal', 'consultant', 'main', 'contractor', 'material', 'takeoff', 'required', 'project', 'ording', 'workshop', 'drawing', 'making', 'request', 'purchase', 'department', 'procurement', 'material', 'ording', 'project', 'plan', 'coordination', 'electrical', 'plumbing', 'civil', 'contractor', 'various', 'site', 'requirements', 'arrange', 'inspection', 'installed', 'work', 'completion', 'project', 'estimating', 'company', 'civil', 'aviation', 'description', 'company', 'national', 'highway', 'authority', 'india', 'description', '1', 'project', 'name', 'client', 'national', 'highway', 'authority', 'india', 'paintha', 'chock', 'paripora', 'sri', 'nagar', 'govt', 'ofj', 'k', 'computer skills', 'skills holder', 'holder valid', 'valid ksa', 'ksa license', 'license basic', 'basic computer', 'computer ms', 'ms office', 'office autocad', 'autocad 2006education', '2006education details', 'details january', 'january 2005', '2005 diploma', 'diploma bengaluru', 'bengaluru karnataka', 'karnataka oxford', 'oxford polytechnic', 'polytechnic banglore', 'banglore civil', 'civil engineer', 'engineer civil', 'civil engineer', 'engineer utility', 'utility powertech', 'powertech ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company utility', 'utility powertech', 'powertech ltd', 'ltd description', 'description 1', '1 project', 'project name', 'name nabinagar', 'nabinagar thermal', 'thermal power', 'power project', 'project aurangabad', 'aurangabad bihar', 'bihar client', 'client ntpc', 'ntpc brbcl', 'brbcl position', 'position civil', 'civil engineer', 'engineer company', 'company dammam', 'dammam ksa', 'ksa description', 'description october', 'october 2008', '2008 june', 'june 2011', '2011 al', 'al nafjan', 'nafjan al', 'al abad', 'abad co', 'co dammam', 'dammam ksa', 'ksa position', 'position civil', 'civil engineer', 'engineer project', 'project undertaken', 'undertaken 1', '1 project', 'project name', 'name stc', 'stc qatif', 'qatif s', 's l', 'l project', 'project 2065864', '2065864 client', 'client department', 'department civil', 'civil aviation', 'aviation main', 'main contractor', 'contractor al', 'al nafjan', 'nafjan al', 'al abad', 'abad co', 'co consultant', 'consultant arif', 'arif kinfolk', 'kinfolk 2', '2 project', 'project name', 'name king', 'king fahad', 'fahad international', 'international airport', 'airport client', 'client department', 'department civil', 'civil aviation', 'aviation main', 'main contractor', 'contractor al', 'al nafjan', 'nafjan al', 'al abad', 'abad co', 'co consultant', 'consultant dar', 'dar al', 'al hadassah', 'hadassah project', 'project description', 'description dpf', 'dpf eleven', 'eleven buildings', 'buildings they', 'they building', 'building 1', '1 building', 'building 11', '11 buildings', 'buildings typical', 'typical three', 'three type', 'type they', 'they type', 'type 1', '1 type', 'type 2', '2 type', 'type 3', '3 basically', 'basically building', 'building senior', 'senior staff', 'staff saudi', 'saudi arabian', 'arabian police', 'police force', 'force army', 'army ommodation', 'ommodation saudi', 'saudi arabia', 'arabia job', 'job responsibility', 'responsibility planning', 'planning projects', 'projects study', 'study drawings', 'drawings contract', 'contract specifications', 'specifications preparation', 'preparation material', 'material submittals', 'submittals follow', 'follow consultant', 'consultant approvals', 'approvals planning', 'planning site', 'site installation', 'installation activities', 'activities mobilization', 'mobilization man', 'man power', 'power material', 'material site', 'site start', 'start projects', 'projects leading', 'leading team', 'team supervisors', 'supervisors foremen', 'foremen workers', 'workers monitoring', 'monitoring supervising', 'supervising execution', 'execution equipment', 'equipment installation', 'installation site', 'site guide', 'guide work', 'work force', 'force complete', 'complete project', 'project targeted', 'targeted time', 'time co', 'co ordination', 'ordination clients', 'clients consultants', 'consultants contractors', 'contractors preparation', 'preparation shop', 'shop drawings', 'drawings subsequently', 'subsequently as', 'as built', 'built drawings', 'drawings preparation', 'preparation rfi', 'rfi billing', 'billing variation', 'variation claims', 'claims timely', 'timely order', 'order realizing', 'realizing approval', 'approval materials', 'materials technical', 'technical submittals', 'submittals attending', 'attending site', 'site coordination', 'coordination meetings', 'meetings dealing', 'dealing clients', 'clients contractors', 'contractors preparing', 'preparing work', 'work progress', 'progress execution', 'execution projects', 'projects preparation', 'preparation weekly', 'weekly monthly', 'monthly progress', 'progress reports', 'reports to', 'to prepare', 'prepare progressive', 'progressive material', 'material take', 'take quantity', 'quantity ducting', 'ducting chilled', 'chilled water', 'water piping', 'piping fittings', 'fittings insulation', 'insulation etc', 'etc workshop', 'workshop drawing', 'drawing required', 'required ording', 'ording approved', 'approved work', 'work program', 'program to', 'to prepare', 'prepare complete', 'complete material', 'material take', 'take workshop', 'workshop drawings', 'drawings procurement', 'procurement company', 'company n', 'n s', 's padke', 'padke description', 'description urban', 'urban project', 'project mmrda', 'mmrda andheri', 'andheri e', 'e mumbai', 'mumbai company', 'company pba', 'pba infrastructure', 'infrastructure ltd', 'ltd description', 'description project', 'project undertaken', 'undertaken 1', '1 project', 'project name', 'name 8', '8 leaning', 'leaning tipu', 'tipu sultan', 'sultan chok', 'chok santnamdev', 'santnamdev chok', 'chok client', 'client mumbai', 'mumbai urban', 'urban project', 'project mmrda', 'mmrda andheri', 'andheri mumbai', 'mumbai company', 'company govt', 'govt ofj', 'ofj k', 'k description', 'description jammu', 'jammu client', 'client govt', 'govt ofj', 'ofj k', 'k period', 'period 7', '7 dec', 'dec 2006', '2006 20', '20 march', 'march 2007', '2007 job', 'job profile', 'profile obtaining', 'obtaining approval', 'approval material', 'material drawing', 'drawing submittal', 'submittal consultant', 'consultant main', 'main contractor', 'contractor material', 'material takeoff', 'takeoff required', 'required project', 'project ording', 'ording workshop', 'workshop drawing', 'drawing making', 'making request', 'request purchase', 'purchase department', 'department procurement', 'procurement material', 'material ording', 'ording project', 'project plan', 'plan coordination', 'coordination electrical', 'electrical plumbing', 'plumbing civil', 'civil contractor', 'contractor various', 'various site', 'site requirements', 'requirements arrange', 'arrange inspection', 'inspection installed', 'installed work', 'work completion', 'completion project', 'project estimating', 'estimating company', 'company civil', 'civil aviation', 'aviation description', 'description company', 'company national', 'national highway', 'highway authority', 'authority india', 'india description', 'description 1', '1 project', 'project name', 'name client', 'client national', 'national highway', 'highway authority', 'authority india', 'india paintha', 'paintha chock', 'chock paripora', 'paripora sri', 'sri nagar', 'nagar govt', 'govt ofj', 'ofj k', 'computer skills holder', 'skills holder valid', 'holder valid ksa', 'valid ksa license', 'ksa license basic', 'license basic computer', 'basic computer ms', 'computer ms office', 'ms office autocad', 'office autocad 2006education', 'autocad 2006education details', '2006education details january', 'details january 2005', 'january 2005 diploma', '2005 diploma bengaluru', 'diploma bengaluru karnataka', 'bengaluru karnataka oxford', 'karnataka oxford polytechnic', 'oxford polytechnic banglore', 'polytechnic banglore civil', 'banglore civil engineer', 'civil engineer civil', 'engineer civil engineer', 'civil engineer utility', 'engineer utility powertech', 'utility powertech ltd', 'powertech ltd skill', 'ltd skill details', 'skill details company', 'details company details', 'company details company', 'details company utility', 'company utility powertech', 'utility powertech ltd', 'powertech ltd description', 'ltd description 1', 'description 1 project', '1 project name', 'project name nabinagar', 'name nabinagar thermal', 'nabinagar thermal power', 'thermal power project', 'power project aurangabad', 'project aurangabad bihar', 'aurangabad bihar client', 'bihar client ntpc', 'client ntpc brbcl', 'ntpc brbcl position', 'brbcl position civil', 'position civil engineer', 'civil engineer company', 'engineer company dammam', 'company dammam ksa', 'dammam ksa description', 'ksa description october', 'description october 2008', 'october 2008 june', '2008 june 2011', 'june 2011 al', '2011 al nafjan', 'al nafjan al', 'nafjan al abad', 'al abad co', 'abad co dammam', 'co dammam ksa', 'dammam ksa position', 'ksa position civil', 'position civil engineer', 'civil engineer project', 'engineer project undertaken', 'project undertaken 1', 'undertaken 1 project', '1 project name', 'project name stc', 'name stc qatif', 'stc qatif s', 'qatif s l', 's l project', 'l project 2065864', 'project 2065864 client', '2065864 client department', 'client department civil', 'department civil aviation', 'civil aviation main', 'aviation main contractor', 'main contractor al', 'contractor al nafjan', 'al nafjan al', 'nafjan al abad', 'al abad co', 'abad co consultant', 'co consultant arif', 'consultant arif kinfolk', 'arif kinfolk 2', 'kinfolk 2 project', '2 project name', 'project name king', 'name king fahad', 'king fahad international', 'fahad international airport', 'international airport client', 'airport client department', 'client department civil', 'department civil aviation', 'civil aviation main', 'aviation main contractor', 'main contractor al', 'contractor al nafjan', 'al nafjan al', 'nafjan al abad', 'al abad co', 'abad co consultant', 'co consultant dar', 'consultant dar al', 'dar al hadassah', 'al hadassah project', 'hadassah project description', 'project description dpf', 'description dpf eleven', 'dpf eleven buildings', 'eleven buildings they', 'buildings they building', 'they building 1', 'building 1 building', '1 building 11', 'building 11 buildings', '11 buildings typical', 'buildings typical three', 'typical three type', 'three type they', 'type they type', 'they type 1', 'type 1 type', '1 type 2', 'type 2 type', '2 type 3', 'type 3 basically', '3 basically building', 'basically building senior', 'building senior staff', 'senior staff saudi', 'staff saudi arabian', 'saudi arabian police', 'arabian police force', 'police force army', 'force army ommodation', 'army ommodation saudi', 'ommodation saudi arabia', 'saudi arabia job', 'arabia job responsibility', 'job responsibility planning', 'responsibility planning projects', 'planning projects study', 'projects study drawings', 'study drawings contract', 'drawings contract specifications', 'contract specifications preparation', 'specifications preparation material', 'preparation material submittals', 'material submittals follow', 'submittals follow consultant', 'follow consultant approvals', 'consultant approvals planning', 'approvals planning site', 'planning site installation', 'site installation activities', 'installation activities mobilization', 'activities mobilization man', 'mobilization man power', 'man power material', 'power material site', 'material site start', 'site start projects', 'start projects leading', 'projects leading team', 'leading team supervisors', 'team supervisors foremen', 'supervisors foremen workers', 'foremen workers monitoring', 'workers monitoring supervising', 'monitoring supervising execution', 'supervising execution equipment', 'execution equipment installation', 'equipment installation site', 'installation site guide', 'site guide work', 'guide work force', 'work force complete', 'force complete project', 'complete project targeted', 'project targeted time', 'targeted time co', 'time co ordination', 'co ordination clients', 'ordination clients consultants', 'clients consultants contractors', 'consultants contractors preparation', 'contractors preparation shop', 'preparation shop drawings', 'shop drawings subsequently', 'drawings subsequently as', 'subsequently as built', 'as built drawings', 'built drawings preparation', 'drawings preparation rfi', 'preparation rfi billing', 'rfi billing variation', 'billing variation claims', 'variation claims timely', 'claims timely order', 'timely order realizing', 'order realizing approval', 'realizing approval materials', 'approval materials technical', 'materials technical submittals', 'technical submittals attending', 'submittals attending site', 'attending site coordination', 'site coordination meetings', 'coordination meetings dealing', 'meetings dealing clients', 'dealing clients contractors', 'clients contractors preparing', 'contractors preparing work', 'preparing work progress', 'work progress execution', 'progress execution projects', 'execution projects preparation', 'projects preparation weekly', 'preparation weekly monthly', 'weekly monthly progress', 'monthly progress reports', 'progress reports to', 'reports to prepare', 'to prepare progressive', 'prepare progressive material', 'progressive material take', 'material take quantity', 'take quantity ducting', ...], ['computer', 'knowledge', 'drafting', 'tools', 'autocad', 'packages', 'ms', 'office', 'applications', 'operating', 'systems', 'windows', '9x', '2000', 'xp', 'vista', 'detailexperiences', 'experience', 'india', '1', 'working', 'experience', 'alia', 'construction', 'at', 'nallasopara', 'west', 'mumbai', 'since', 'june', '2014', 'may', '2015', 'as', 'civil', 'engineer', '1', 'years', 'project', 'handle', 'project', 'title', 'yashwant', 'orichids', 'position', 'site', 'engineer', 'location', 'nallasopara', 'w', 'mumbai', 'maharashtra', '400097', 'indiaeducation', 'details', 's', 's', 'c', 'rajasthan', 'board', 'excellence', 'polytechnic', 'college', 'civil', 'engineer', 'civil', 'engineer', 'site', 'encharge', 'skill', 'details', 'autocad', 'exprience', '9', 'months', 'civil', 'engineer', 'exprience', '42', 'months', 'drafting', 'exprience', '9', 'months', 'engineer', 'exprience', '42', 'months', 'ms', 'office', 'exprience', '9', 'monthscompany', 'details', 'company', 'site', 'encharge', 'description', 'location', 'andheri', 'e', 'marol', 'bus', 'depot', 'near', 'maruti', 'high', 'school', 'midc', 'mumbai', 'maharashtra', '400093', 'india', 'experience', 'uae', '1', 'currently', 'working', 'nova', 'engineering', 'works', 'since', 'may', '2018', 'till', 'date', 'civil', 'engineer', 'location', 'flat', '301', 'a', 'b', 'al', 'maha', 'building', 'university', 'city', 'road', 'muweilah', 'commercial', 'near', 'alfalah', 'round', 'about', 'sharjah', 'job', 'responsibilities', 'achieving', 'construction', 'activities', 'like', 'excavation', 'foundation', 'pcc', 'waterproofing', 'rcc', 'shuttering', 'steel', 'fixing', 'casting', 'concrete', 'masonry', 'brick', 'works', 'plastering', 'tile', 'fixing', 'etc', 'up', 'completion', 'independently', 'following', 'design', 'engineers', 'architecture', 'structural', 'updated', 'drawing', 'minor', 'changes', 'per', 'site', 'requirement', 'needed', 'inspection', 'casting', 'columns', 'slabs', 'etc', 'looking', 'construction', 'activities', 'making', 'requisition', 'facilitating', 'arrangement', 'procurement', 'construction', 'materials', 'executions', 'civil', 'interior', 'exterior', 'ground', 'finish', 'works', 'site', 'supervision', 'job', 'responsibilities', 'scheduling', 'work', 'preparing', 'verification', 'sub', 'contractors', 'suppliers', 'bills', 'working', 'quantities', 'verify', 'quantities', 'client', 'engineer', 'computer', 'skills', 'drafting', 'tools', 'autocad', 'packages', 'ms', 'office', 'applications', 'operating', 'systems', 'windows', '9x', '2000', 'xp', 'vista', 'personal', 'strength', 'excellent', 'communication', 'skills', 'hardworking', 'sincerity', 'honesty', 'individual', 'team', 'working', 'capability', 'knowledge', '5m', 'minutes', 'manpower', 'material', 'machine', 'management', 'manage', 'development', 'program', 'strategies', 'thank', 'viewing', 'resume', 'company', 'kherwadi', 'police', 'station', 'description', 'mumbai', 'maharashtra', '400051', 'india', '3', 'working', 'experience', 'om', 'construction', 'since', 'january', '2017', 'april', '2018', 'as', 'a', 'civil', 'engineer', '1', '4', 'years', 'project', 'handle', 'project', 'title', '9', 'radha', 'position', 'senior', 'engineer', 'location', 'dadar', 'e', 'hindu', 'colony', 'road', 'no', '2', 'mumbai', 'maharashtra', '400014', 'project', 'title', 'lodha', 'eternis', 'company', 'expe', 'construction', 'description', 'project', 'handle', 'project', 'title', 'estado', 'computer knowledge', 'knowledge drafting', 'drafting tools', 'tools autocad', 'autocad packages', 'packages ms', 'ms office', 'office applications', 'applications operating', 'operating systems', 'systems windows', 'windows 9x', '9x 2000', '2000 xp', 'xp vista', 'vista detailexperiences', 'detailexperiences experience', 'experience india', 'india 1', '1 working', 'working experience', 'experience alia', 'alia construction', 'construction at', 'at nallasopara', 'nallasopara west', 'west mumbai', 'mumbai since', 'since june', 'june 2014', '2014 may', 'may 2015', '2015 as', 'as civil', 'civil engineer', 'engineer 1', '1 years', 'years project', 'project handle', 'handle project', 'project title', 'title yashwant', 'yashwant orichids', 'orichids position', 'position site', 'site engineer', 'engineer location', 'location nallasopara', 'nallasopara w', 'w mumbai', 'mumbai maharashtra', 'maharashtra 400097', '400097 indiaeducation', 'indiaeducation details', 'details s', 's s', 's c', 'c rajasthan', 'rajasthan board', 'board excellence', 'excellence polytechnic', 'polytechnic college', 'college civil', 'civil engineer', 'engineer civil', 'civil engineer', 'engineer site', 'site encharge', 'encharge skill', 'skill details', 'details autocad', 'autocad exprience', 'exprience 9', '9 months', 'months civil', 'civil engineer', 'engineer exprience', 'exprience 42', '42 months', 'months drafting', 'drafting exprience', 'exprience 9', '9 months', 'months engineer', 'engineer exprience', 'exprience 42', '42 months', 'months ms', 'ms office', 'office exprience', 'exprience 9', '9 monthscompany', 'monthscompany details', 'details company', 'company site', 'site encharge', 'encharge description', 'description location', 'location andheri', 'andheri e', 'e marol', 'marol bus', 'bus depot', 'depot near', 'near maruti', 'maruti high', 'high school', 'school midc', 'midc mumbai', 'mumbai maharashtra', 'maharashtra 400093', '400093 india', 'india experience', 'experience uae', 'uae 1', '1 currently', 'currently working', 'working nova', 'nova engineering', 'engineering works', 'works since', 'since may', 'may 2018', '2018 till', 'till date', 'date civil', 'civil engineer', 'engineer location', 'location flat', 'flat 301', '301 a', 'a b', 'b al', 'al maha', 'maha building', 'building university', 'university city', 'city road', 'road muweilah', 'muweilah commercial', 'commercial near', 'near alfalah', 'alfalah round', 'round about', 'about sharjah', 'sharjah job', 'job responsibilities', 'responsibilities achieving', 'achieving construction', 'construction activities', 'activities like', 'like excavation', 'excavation foundation', 'foundation pcc', 'pcc waterproofing', 'waterproofing rcc', 'rcc shuttering', 'shuttering steel', 'steel fixing', 'fixing casting', 'casting concrete', 'concrete masonry', 'masonry brick', 'brick works', 'works plastering', 'plastering tile', 'tile fixing', 'fixing etc', 'etc up', 'up completion', 'completion independently', 'independently following', 'following design', 'design engineers', 'engineers architecture', 'architecture structural', 'structural updated', 'updated drawing', 'drawing minor', 'minor changes', 'changes per', 'per site', 'site requirement', 'requirement needed', 'needed inspection', 'inspection casting', 'casting columns', 'columns slabs', 'slabs etc', 'etc looking', 'looking construction', 'construction activities', 'activities making', 'making requisition', 'requisition facilitating', 'facilitating arrangement', 'arrangement procurement', 'procurement construction', 'construction materials', 'materials executions', 'executions civil', 'civil interior', 'interior exterior', 'exterior ground', 'ground finish', 'finish works', 'works site', 'site supervision', 'supervision job', 'job responsibilities', 'responsibilities scheduling', 'scheduling work', 'work preparing', 'preparing verification', 'verification sub', 'sub contractors', 'contractors suppliers', 'suppliers bills', 'bills working', 'working quantities', 'quantities verify', 'verify quantities', 'quantities client', 'client engineer', 'engineer computer', 'computer skills', 'skills drafting', 'drafting tools', 'tools autocad', 'autocad packages', 'packages ms', 'ms office', 'office applications', 'applications operating', 'operating systems', 'systems windows', 'windows 9x', '9x 2000', '2000 xp', 'xp vista', 'vista personal', 'personal strength', 'strength excellent', 'excellent communication', 'communication skills', 'skills hardworking', 'hardworking sincerity', 'sincerity honesty', 'honesty individual', 'individual team', 'team working', 'working capability', 'capability knowledge', 'knowledge 5m', '5m minutes', 'minutes manpower', 'manpower material', 'material machine', 'machine management', 'management manage', 'manage development', 'development program', 'program strategies', 'strategies thank', 'thank viewing', 'viewing resume', 'resume company', 'company kherwadi', 'kherwadi police', 'police station', 'station description', 'description mumbai', 'mumbai maharashtra', 'maharashtra 400051', '400051 india', 'india 3', '3 working', 'working experience', 'experience om', 'om construction', 'construction since', 'since january', 'january 2017', '2017 april', 'april 2018', '2018 as', 'as a', 'a civil', 'civil engineer', 'engineer 1', '1 4', '4 years', 'years project', 'project handle', 'handle project', 'project title', 'title 9', '9 radha', 'radha position', 'position senior', 'senior engineer', 'engineer location', 'location dadar', 'dadar e', 'e hindu', 'hindu colony', 'colony road', 'road no', 'no 2', '2 mumbai', 'mumbai maharashtra', 'maharashtra 400014', '400014 project', 'project title', 'title lodha', 'lodha eternis', 'eternis company', 'company expe', 'expe construction', 'construction description', 'description project', 'project handle', 'handle project', 'project title', 'title estado', 'computer knowledge drafting', 'knowledge drafting tools', 'drafting tools autocad', 'tools autocad packages', 'autocad packages ms', 'packages ms office', 'ms office applications', 'office applications operating', 'applications operating systems', 'operating systems windows', 'systems windows 9x', 'windows 9x 2000', '9x 2000 xp', '2000 xp vista', 'xp vista detailexperiences', 'vista detailexperiences experience', 'detailexperiences experience india', 'experience india 1', 'india 1 working', '1 working experience', 'working experience alia', 'experience alia construction', 'alia construction at', 'construction at nallasopara', 'at nallasopara west', 'nallasopara west mumbai', 'west mumbai since', 'mumbai since june', 'since june 2014', 'june 2014 may', '2014 may 2015', 'may 2015 as', '2015 as civil', 'as civil engineer', 'civil engineer 1', 'engineer 1 years', '1 years project', 'years project handle', 'project handle project', 'handle project title', 'project title yashwant', 'title yashwant orichids', 'yashwant orichids position', 'orichids position site', 'position site engineer', 'site engineer location', 'engineer location nallasopara', 'location nallasopara w', 'nallasopara w mumbai', 'w mumbai maharashtra', 'mumbai maharashtra 400097', 'maharashtra 400097 indiaeducation', '400097 indiaeducation details', 'indiaeducation details s', 'details s s', 's s c', 's c rajasthan', 'c rajasthan board', 'rajasthan board excellence', 'board excellence polytechnic', 'excellence polytechnic college', 'polytechnic college civil', 'college civil engineer', 'civil engineer civil', 'engineer civil engineer', 'civil engineer site', 'engineer site encharge', 'site encharge skill', 'encharge skill details', 'skill details autocad', 'details autocad exprience', 'autocad exprience 9', 'exprience 9 months', '9 months civil', 'months civil engineer', 'civil engineer exprience', 'engineer exprience 42', 'exprience 42 months', '42 months drafting', 'months drafting exprience', 'drafting exprience 9', 'exprience 9 months', '9 months engineer', 'months engineer exprience', 'engineer exprience 42', 'exprience 42 months', '42 months ms', 'months ms office', 'ms office exprience', 'office exprience 9', 'exprience 9 monthscompany', '9 monthscompany details', 'monthscompany details company', 'details company site', 'company site encharge', 'site encharge description', 'encharge description location', 'description location andheri', 'location andheri e', 'andheri e marol', 'e marol bus', 'marol bus depot', 'bus depot near', 'depot near maruti', 'near maruti high', 'maruti high school', 'high school midc', 'school midc mumbai', 'midc mumbai maharashtra', 'mumbai maharashtra 400093', 'maharashtra 400093 india', '400093 india experience', 'india experience uae', 'experience uae 1', 'uae 1 currently', '1 currently working', 'currently working nova', 'working nova engineering', 'nova engineering works', 'engineering works since', 'works since may', 'since may 2018', 'may 2018 till', '2018 till date', 'till date civil', 'date civil engineer', 'civil engineer location', 'engineer location flat', 'location flat 301', 'flat 301 a', '301 a b', 'a b al', 'b al maha', 'al maha building', 'maha building university', 'building university city', 'university city road', 'city road muweilah', 'road muweilah commercial', 'muweilah commercial near', 'commercial near alfalah', 'near alfalah round', 'alfalah round about', 'round about sharjah', 'about sharjah job', 'sharjah job responsibilities', 'job responsibilities achieving', 'responsibilities achieving construction', 'achieving construction activities', 'construction activities like', 'activities like excavation', 'like excavation foundation', 'excavation foundation pcc', 'foundation pcc waterproofing', 'pcc waterproofing rcc', 'waterproofing rcc shuttering', 'rcc shuttering steel', 'shuttering steel fixing', 'steel fixing casting', 'fixing casting concrete', 'casting concrete masonry', 'concrete masonry brick', 'masonry brick works', 'brick works plastering', 'works plastering tile', 'plastering tile fixing', 'tile fixing etc', 'fixing etc up', 'etc up completion', 'up completion independently', 'completion independently following', 'independently following design', 'following design engineers', 'design engineers architecture', 'engineers architecture structural', 'architecture structural updated', 'structural updated drawing', 'updated drawing minor', 'drawing minor changes', 'minor changes per', 'changes per site', 'per site requirement', 'site requirement needed', 'requirement needed inspection', 'needed inspection casting', 'inspection casting columns', 'casting columns slabs', 'columns slabs etc', 'slabs etc looking', 'etc looking construction', 'looking construction activities', 'construction activities making', 'activities making requisition', 'making requisition facilitating', 'requisition facilitating arrangement', 'facilitating arrangement procurement', 'arrangement procurement construction', 'procurement construction materials', 'construction materials executions', 'materials executions civil', 'executions civil interior', 'civil interior exterior', 'interior exterior ground', 'exterior ground finish', 'ground finish works', 'finish works site', 'works site supervision', 'site supervision job', 'supervision job responsibilities', 'job responsibilities scheduling', 'responsibilities scheduling work', 'scheduling work preparing', 'work preparing verification', 'preparing verification sub', 'verification sub contractors', 'sub contractors suppliers', 'contractors suppliers bills', 'suppliers bills working', 'bills working quantities', 'working quantities verify', 'quantities verify quantities', 'verify quantities client', 'quantities client engineer', 'client engineer computer', 'engineer computer skills', 'computer skills drafting', 'skills drafting tools', 'drafting tools autocad', 'tools autocad packages', 'autocad packages ms', 'packages ms office', 'ms office applications', 'office applications operating', 'applications operating systems', 'operating systems windows', 'systems windows 9x', 'windows 9x 2000', '9x 2000 xp', '2000 xp vista', 'xp vista personal', 'vista personal strength', 'personal strength excellent', 'strength excellent communication', 'excellent communication skills', 'communication skills hardworking', 'skills hardworking sincerity', 'hardworking sincerity honesty', 'sincerity honesty individual', 'honesty individual team', 'individual team working', 'team working capability', 'working capability knowledge', 'capability knowledge 5m', 'knowledge 5m minutes', '5m minutes manpower', 'minutes manpower material', 'manpower material machine', 'material machine management', 'machine management manage', 'management manage development', 'manage development program', 'development program strategies', 'program strategies thank', 'strategies thank viewing', 'thank viewing resume', 'viewing resume company', 'resume company kherwadi', 'company kherwadi police', 'kherwadi police station', 'police station description', 'station description mumbai', 'description mumbai maharashtra', 'mumbai maharashtra 400051', 'maharashtra 400051 india', '400051 india 3', 'india 3 working', '3 working experience', 'working experience om', 'experience om construction', 'om construction since', 'construction since january', 'since january 2017', 'january 2017 april', '2017 april 2018', 'april 2018 as', '2018 as a', 'as a civil', 'a civil engineer', 'civil engineer 1', 'engineer 1 4', '1 4 years', '4 years project', 'years project handle', 'project handle project', 'handle project title', 'project title 9', 'title 9 radha', '9 radha position', 'radha position senior', 'position senior engineer', 'senior engineer location', 'engineer location dadar', 'location dadar e', 'dadar e hindu', 'e hindu colony', 'hindu colony road', 'colony road no', 'road no 2', 'no 2 mumbai', '2 mumbai maharashtra', 'mumbai maharashtra 400014', 'maharashtra 400014 project', '400014 project title', 'project title lodha', 'title lodha eternis', 'lodha eternis company', 'eternis company expe', 'company expe construction', 'expe construction description', 'construction description project', 'description project handle', 'project handle project', 'handle project title', 'project title estado', 'computer knowledge drafting tools', 'knowledge drafting tools autocad', 'drafting tools autocad packages', 'tools autocad packages ms', 'autocad packages ms office', 'packages ms office applications', 'ms office applications operating', 'office applications operating systems', 'applications operating systems windows', 'operating systems windows 9x', 'systems windows 9x 2000', 'windows 9x 2000 xp', '9x 2000 xp vista', '2000 xp vista detailexperiences', 'xp vista detailexperiences experience', 'vista detailexperiences experience india', 'detailexperiences experience india 1', 'experience india 1 working', 'india 1 working experience', '1 working experience alia', 'working experience alia construction', 'experience alia construction at', 'alia construction at nallasopara', 'construction at nallasopara west', 'at nallasopara west mumbai', ...], ['personal', 'skills', 'passionate', 'towards', 'learning', 'new', 'skills', 'hardworking', 'sense', 'responsibility', 'computer', 'skill', 'autocad', '2d', '3d', 'civil', '3deducation', 'details', 'january', '2014', 'be', 'civil', 'engineering', 'chandrapur', 'maharashtra', 'nagpur', 'university', 'january', '2010', 'diploma', 'civil', 'engineering', 'mumbai', 'maharashtra', 'bajaj', 'polytechnic', 'january', '2007', 'ssc', 'industrial', 'waste', 'water', 'nagpur', 'maharashtra', 'hindi', 'city', 'high', 'school', 'university', 'board', 'site', 'engineer', 'civil', 'skill', 'details', 'autocad', 'exprience', '6', 'monthscompany', 'details', 'company', 'talreja', 'construction', 'description', 'i', 'diploma', 'degree', 'holder', 'civil', 'engineering', 'branch', 'applying', 'post', 'civil', 'engineer', 'hoping', 'positive', 'response', 'thanks', 'regards', 'apeksha', 'naharkar', 'personal skills', 'skills passionate', 'passionate towards', 'towards learning', 'learning new', 'new skills', 'skills hardworking', 'hardworking sense', 'sense responsibility', 'responsibility computer', 'computer skill', 'skill autocad', 'autocad 2d', '2d 3d', '3d civil', 'civil 3deducation', '3deducation details', 'details january', 'january 2014', '2014 be', 'be civil', 'civil engineering', 'engineering chandrapur', 'chandrapur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university january', 'january 2010', '2010 diploma', 'diploma civil', 'civil engineering', 'engineering mumbai', 'mumbai maharashtra', 'maharashtra bajaj', 'bajaj polytechnic', 'polytechnic january', 'january 2007', '2007 ssc', 'ssc industrial', 'industrial waste', 'waste water', 'water nagpur', 'nagpur maharashtra', 'maharashtra hindi', 'hindi city', 'city high', 'high school', 'school university', 'university board', 'board site', 'site engineer', 'engineer civil', 'civil skill', 'skill details', 'details autocad', 'autocad exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company talreja', 'talreja construction', 'construction description', 'description i', 'i diploma', 'diploma degree', 'degree holder', 'holder civil', 'civil engineering', 'engineering branch', 'branch applying', 'applying post', 'post civil', 'civil engineer', 'engineer hoping', 'hoping positive', 'positive response', 'response thanks', 'thanks regards', 'regards apeksha', 'apeksha naharkar', 'personal skills passionate', 'skills passionate towards', 'passionate towards learning', 'towards learning new', 'learning new skills', 'new skills hardworking', 'skills hardworking sense', 'hardworking sense responsibility', 'sense responsibility computer', 'responsibility computer skill', 'computer skill autocad', 'skill autocad 2d', 'autocad 2d 3d', '2d 3d civil', '3d civil 3deducation', 'civil 3deducation details', '3deducation details january', 'details january 2014', 'january 2014 be', '2014 be civil', 'be civil engineering', 'civil engineering chandrapur', 'engineering chandrapur maharashtra', 'chandrapur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university january', 'university january 2010', 'january 2010 diploma', '2010 diploma civil', 'diploma civil engineering', 'civil engineering mumbai', 'engineering mumbai maharashtra', 'mumbai maharashtra bajaj', 'maharashtra bajaj polytechnic', 'bajaj polytechnic january', 'polytechnic january 2007', 'january 2007 ssc', '2007 ssc industrial', 'ssc industrial waste', 'industrial waste water', 'waste water nagpur', 'water nagpur maharashtra', 'nagpur maharashtra hindi', 'maharashtra hindi city', 'hindi city high', 'city high school', 'high school university', 'school university board', 'university board site', 'board site engineer', 'site engineer civil', 'engineer civil skill', 'civil skill details', 'skill details autocad', 'details autocad exprience', 'autocad exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company talreja', 'company talreja construction', 'talreja construction description', 'construction description i', 'description i diploma', 'i diploma degree', 'diploma degree holder', 'degree holder civil', 'holder civil engineering', 'civil engineering branch', 'engineering branch applying', 'branch applying post', 'applying post civil', 'post civil engineer', 'civil engineer hoping', 'engineer hoping positive', 'hoping positive response', 'positive response thanks', 'response thanks regards', 'thanks regards apeksha', 'regards apeksha naharkar', 'personal skills passionate towards', 'skills passionate towards learning', 'passionate towards learning new', 'towards learning new skills', 'learning new skills hardworking', 'new skills hardworking sense', 'skills hardworking sense responsibility', 'hardworking sense responsibility computer', 'sense responsibility computer skill', 'responsibility computer skill autocad', 'computer skill autocad 2d', 'skill autocad 2d 3d', 'autocad 2d 3d civil', '2d 3d civil 3deducation', '3d civil 3deducation details', 'civil 3deducation details january', '3deducation details january 2014', 'details january 2014 be', 'january 2014 be civil', '2014 be civil engineering', 'be civil engineering chandrapur', 'civil engineering chandrapur maharashtra', 'engineering chandrapur maharashtra nagpur', 'chandrapur maharashtra nagpur university', 'maharashtra nagpur university january', 'nagpur university january 2010', 'university january 2010 diploma', 'january 2010 diploma civil', '2010 diploma civil engineering', 'diploma civil engineering mumbai', 'civil engineering mumbai maharashtra', 'engineering mumbai maharashtra bajaj', 'mumbai maharashtra bajaj polytechnic', 'maharashtra bajaj polytechnic january', 'bajaj polytechnic january 2007', 'polytechnic january 2007 ssc', 'january 2007 ssc industrial', '2007 ssc industrial waste', 'ssc industrial waste water', 'industrial waste water nagpur', 'waste water nagpur maharashtra', 'water nagpur maharashtra hindi', 'nagpur maharashtra hindi city', 'maharashtra hindi city high', 'hindi city high school', 'city high school university', 'high school university board', 'school university board site', 'university board site engineer', 'board site engineer civil', 'site engineer civil skill', 'engineer civil skill details', 'civil skill details autocad', 'skill details autocad exprience', 'details autocad exprience 6', 'autocad exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company talreja', 'details company talreja construction', 'company talreja construction description', 'talreja construction description i', 'construction description i diploma', 'description i diploma degree', 'i diploma degree holder', 'diploma degree holder civil', 'degree holder civil engineering', 'holder civil engineering branch', 'civil engineering branch applying', 'engineering branch applying post', 'branch applying post civil', 'applying post civil engineer', 'post civil engineer hoping', 'civil engineer hoping positive', 'engineer hoping positive response', 'hoping positive response thanks', 'positive response thanks regards', 'response thanks regards apeksha', 'thanks regards apeksha naharkar', 'personal skills passionate towards learning', 'skills passionate towards learning new', 'passionate towards learning new skills', 'towards learning new skills hardworking', 'learning new skills hardworking sense', 'new skills hardworking sense responsibility', 'skills hardworking sense responsibility computer', 'hardworking sense responsibility computer skill', 'sense responsibility computer skill autocad', 'responsibility computer skill autocad 2d', 'computer skill autocad 2d 3d', 'skill autocad 2d 3d civil', 'autocad 2d 3d civil 3deducation', '2d 3d civil 3deducation details', '3d civil 3deducation details january', 'civil 3deducation details january 2014', '3deducation details january 2014 be', 'details january 2014 be civil', 'january 2014 be civil engineering', '2014 be civil engineering chandrapur', 'be civil engineering chandrapur maharashtra', 'civil engineering chandrapur maharashtra nagpur', 'engineering chandrapur maharashtra nagpur university', 'chandrapur maharashtra nagpur university january', 'maharashtra nagpur university january 2010', 'nagpur university january 2010 diploma', 'university january 2010 diploma civil', 'january 2010 diploma civil engineering', '2010 diploma civil engineering mumbai', 'diploma civil engineering mumbai maharashtra', 'civil engineering mumbai maharashtra bajaj', 'engineering mumbai maharashtra bajaj polytechnic', 'mumbai maharashtra bajaj polytechnic january', 'maharashtra bajaj polytechnic january 2007', 'bajaj polytechnic january 2007 ssc', 'polytechnic january 2007 ssc industrial', 'january 2007 ssc industrial waste', '2007 ssc industrial waste water', 'ssc industrial waste water nagpur', 'industrial waste water nagpur maharashtra', 'waste water nagpur maharashtra hindi', 'water nagpur maharashtra hindi city', 'nagpur maharashtra hindi city high', 'maharashtra hindi city high school', 'hindi city high school university', 'city high school university board', 'high school university board site', 'school university board site engineer', 'university board site engineer civil', 'board site engineer civil skill', 'site engineer civil skill details', 'engineer civil skill details autocad', 'civil skill details autocad exprience', 'skill details autocad exprience 6', 'details autocad exprience 6 monthscompany', 'autocad exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company talreja', 'monthscompany details company talreja construction', 'details company talreja construction description', 'company talreja construction description i', 'talreja construction description i diploma', 'construction description i diploma degree', 'description i diploma degree holder', 'i diploma degree holder civil', 'diploma degree holder civil engineering', 'degree holder civil engineering branch', 'holder civil engineering branch applying', 'civil engineering branch applying post', 'engineering branch applying post civil', 'branch applying post civil engineer', 'applying post civil engineer hoping', 'post civil engineer hoping positive', 'civil engineer hoping positive response', 'engineer hoping positive response thanks', 'hoping positive response thanks regards', 'positive response thanks regards apeksha', 'response thanks regards apeksha naharkar', 'personal skills passionate towards learning new', 'skills passionate towards learning new skills', 'passionate towards learning new skills hardworking', 'towards learning new skills hardworking sense', 'learning new skills hardworking sense responsibility', 'new skills hardworking sense responsibility computer', 'skills hardworking sense responsibility computer skill', 'hardworking sense responsibility computer skill autocad', 'sense responsibility computer skill autocad 2d', 'responsibility computer skill autocad 2d 3d', 'computer skill autocad 2d 3d civil', 'skill autocad 2d 3d civil 3deducation', 'autocad 2d 3d civil 3deducation details', '2d 3d civil 3deducation details january', '3d civil 3deducation details january 2014', 'civil 3deducation details january 2014 be', '3deducation details january 2014 be civil', 'details january 2014 be civil engineering', 'january 2014 be civil engineering chandrapur', '2014 be civil engineering chandrapur maharashtra', 'be civil engineering chandrapur maharashtra nagpur', 'civil engineering chandrapur maharashtra nagpur university', 'engineering chandrapur maharashtra nagpur university january', 'chandrapur maharashtra nagpur university january 2010', 'maharashtra nagpur university january 2010 diploma', 'nagpur university january 2010 diploma civil', 'university january 2010 diploma civil engineering', 'january 2010 diploma civil engineering mumbai', '2010 diploma civil engineering mumbai maharashtra', 'diploma civil engineering mumbai maharashtra bajaj', 'civil engineering mumbai maharashtra bajaj polytechnic', 'engineering mumbai maharashtra bajaj polytechnic january', 'mumbai maharashtra bajaj polytechnic january 2007', 'maharashtra bajaj polytechnic january 2007 ssc', 'bajaj polytechnic january 2007 ssc industrial', 'polytechnic january 2007 ssc industrial waste', 'january 2007 ssc industrial waste water', '2007 ssc industrial waste water nagpur', 'ssc industrial waste water nagpur maharashtra', 'industrial waste water nagpur maharashtra hindi', 'waste water nagpur maharashtra hindi city', 'water nagpur maharashtra hindi city high', 'nagpur maharashtra hindi city high school', 'maharashtra hindi city high school university', 'hindi city high school university board', 'city high school university board site', 'high school university board site engineer', 'school university board site engineer civil', 'university board site engineer civil skill', 'board site engineer civil skill details', 'site engineer civil skill details autocad', 'engineer civil skill details autocad exprience', 'civil skill details autocad exprience 6', 'skill details autocad exprience 6 monthscompany', 'details autocad exprience 6 monthscompany details', 'autocad exprience 6 monthscompany details company', 'exprience 6 monthscompany details company talreja', '6 monthscompany details company talreja construction', 'monthscompany details company talreja construction description', 'details company talreja construction description i', 'company talreja construction description i diploma', 'talreja construction description i diploma degree', 'construction description i diploma degree holder', 'description i diploma degree holder civil', 'i diploma degree holder civil engineering', 'diploma degree holder civil engineering branch', 'degree holder civil engineering branch applying', 'holder civil engineering branch applying post', 'civil engineering branch applying post civil', 'engineering branch applying post civil engineer', 'branch applying post civil engineer hoping', 'applying post civil engineer hoping positive', 'post civil engineer hoping positive response', 'civil engineer hoping positive response thanks', 'engineer hoping positive response thanks regards', 'hoping positive response thanks regards apeksha', 'positive response thanks regards apeksha naharkar', 'personal skills passionate towards learning new skills', 'skills passionate towards learning new skills hardworking', 'passionate towards learning new skills hardworking sense', 'towards learning new skills hardworking sense responsibility', 'learning new skills hardworking sense responsibility computer', 'new skills hardworking sense responsibility computer skill', 'skills hardworking sense responsibility computer skill autocad', 'hardworking sense responsibility computer skill autocad 2d', 'sense responsibility computer skill autocad 2d 3d', 'responsibility computer skill autocad 2d 3d civil', 'computer skill autocad 2d 3d civil 3deducation', 'skill autocad 2d 3d civil 3deducation details', 'autocad 2d 3d civil 3deducation details january', '2d 3d civil 3deducation details january 2014', '3d civil 3deducation details january 2014 be', 'civil 3deducation details january 2014 be civil', '3deducation details january 2014 be civil engineering', 'details january 2014 be civil engineering chandrapur', 'january 2014 be civil engineering chandrapur maharashtra', '2014 be civil engineering chandrapur maharashtra nagpur', 'be civil engineering chandrapur maharashtra nagpur university', 'civil engineering chandrapur maharashtra nagpur university january', 'engineering chandrapur maharashtra nagpur university january 2010', 'chandrapur maharashtra nagpur university january 2010 diploma', 'maharashtra nagpur university january 2010 diploma civil', 'nagpur university january 2010 diploma civil engineering', 'university january 2010 diploma civil engineering mumbai', 'january 2010 diploma civil engineering mumbai maharashtra', '2010 diploma civil engineering mumbai maharashtra bajaj', 'diploma civil engineering mumbai maharashtra bajaj polytechnic', 'civil engineering mumbai maharashtra bajaj polytechnic january', 'engineering mumbai maharashtra bajaj polytechnic january 2007', 'mumbai maharashtra bajaj polytechnic january 2007 ssc', 'maharashtra bajaj polytechnic january 2007 ssc industrial', 'bajaj polytechnic january 2007 ssc industrial waste', 'polytechnic january 2007 ssc industrial waste water', 'january 2007 ssc industrial waste water nagpur', '2007 ssc industrial waste water nagpur maharashtra', 'ssc industrial waste water nagpur maharashtra hindi', 'industrial waste water nagpur maharashtra hindi city', 'waste water nagpur maharashtra hindi city high', 'water nagpur maharashtra hindi city high school', 'nagpur maharashtra hindi city high school university', 'maharashtra hindi city high school university board', 'hindi city high school university board site', 'city high school university board site engineer', 'high school university board site engineer civil', 'school university board site engineer civil skill', 'university board site engineer civil skill details', 'board site engineer civil skill details autocad', 'site engineer civil skill details autocad exprience', 'engineer civil skill details autocad exprience 6', 'civil skill details autocad exprience 6 monthscompany', 'skill details autocad exprience 6 monthscompany details', 'details autocad exprience 6 monthscompany details company', 'autocad exprience 6 monthscompany details company talreja', 'exprience 6 monthscompany details company talreja construction', '6 monthscompany details company talreja construction description', 'monthscompany details company talreja construction description i', 'details company talreja construction description i diploma', 'company talreja construction description i diploma degree', 'talreja construction description i diploma degree holder', 'construction description i diploma degree holder civil', 'description i diploma degree holder civil engineering', 'i diploma degree holder civil engineering branch', 'diploma degree holder civil engineering branch applying', 'degree holder civil engineering branch applying post', 'holder civil engineering branch applying post civil', 'civil engineering branch applying post civil engineer', 'engineering branch applying post civil engineer hoping', 'branch applying post civil engineer hoping positive', 'applying post civil engineer hoping positive response', 'post civil engineer hoping positive response thanks', 'civil engineer hoping positive response thanks regards', 'engineer hoping positive response thanks regards apeksha', 'hoping positive response thanks regards apeksha naharkar', 'personal skills passionate towards learning new skills hardworking', 'skills passionate towards learning new skills hardworking sense', 'passionate towards learning new skills hardworking sense responsibility', 'towards learning new skills hardworking sense responsibility computer', 'learning new skills hardworking sense responsibility computer skill', 'new skills hardworking sense responsibility computer skill autocad', 'skills hardworking sense responsibility computer skill autocad 2d', 'hardworking sense responsibility computer skill autocad 2d 3d', 'sense responsibility computer skill autocad 2d 3d civil', 'responsibility computer skill autocad 2d 3d civil 3deducation', 'computer skill autocad 2d 3d civil 3deducation details', 'skill autocad 2d 3d civil 3deducation details january', 'autocad 2d 3d civil 3deducation details january 2014', '2d 3d civil 3deducation details january 2014 be', '3d civil 3deducation details january 2014 be civil', 'civil 3deducation details january 2014 be civil engineering', '3deducation details january 2014 be civil engineering chandrapur', 'details january 2014 be civil engineering chandrapur maharashtra', 'january 2014 be civil engineering chandrapur maharashtra nagpur', '2014 be civil engineering chandrapur maharashtra nagpur university', 'be civil engineering chandrapur maharashtra nagpur university january', 'civil engineering chandrapur maharashtra nagpur university january 2010', 'engineering chandrapur maharashtra nagpur university january 2010 diploma', 'chandrapur maharashtra nagpur university january 2010 diploma civil', 'maharashtra nagpur university january 2010 diploma civil engineering', 'nagpur university january 2010 diploma civil engineering mumbai', 'university january 2010 diploma civil engineering mumbai maharashtra', 'january 2010 diploma civil engineering mumbai maharashtra bajaj', '2010 diploma civil engineering mumbai maharashtra bajaj polytechnic', 'diploma civil engineering mumbai maharashtra bajaj polytechnic january', 'civil engineering mumbai maharashtra bajaj polytechnic january 2007', 'engineering mumbai maharashtra bajaj polytechnic january 2007 ssc', 'mumbai maharashtra bajaj polytechnic january 2007 ssc industrial', 'maharashtra bajaj polytechnic january 2007 ssc industrial waste', 'bajaj polytechnic january 2007 ssc industrial waste water', 'polytechnic january 2007 ssc industrial waste water nagpur', 'january 2007 ssc industrial waste water nagpur maharashtra', '2007 ssc industrial waste water nagpur maharashtra hindi', 'ssc industrial waste water nagpur maharashtra hindi city', 'industrial waste water nagpur maharashtra hindi city high', 'waste water nagpur maharashtra hindi city high school', 'water nagpur maharashtra hindi city high school university', 'nagpur maharashtra hindi city high school university board', 'maharashtra hindi city high school university board site', 'hindi city high school university board site engineer', 'city high school university board site engineer civil', 'high school university board site engineer civil skill', 'school university board site engineer civil skill details', 'university board site engineer civil skill details autocad', 'board site engineer civil skill details autocad exprience', 'site engineer civil skill details autocad exprience 6', 'engineer civil skill details autocad exprience 6 monthscompany', 'civil skill details autocad exprience 6 monthscompany details', 'skill details autocad exprience 6 monthscompany details company', 'details autocad exprience 6 monthscompany details company talreja', 'autocad exprience 6 monthscompany details company talreja construction', 'exprience 6 monthscompany details company talreja construction description', '6 monthscompany details company talreja construction description i', 'monthscompany details company talreja construction description i diploma', 'details company talreja construction description i diploma degree', 'company talreja construction description i diploma degree holder', 'talreja construction description i diploma degree holder civil', 'construction description i diploma degree holder civil engineering', 'description i diploma degree holder civil engineering branch', 'i diploma degree holder civil engineering branch applying', 'diploma degree holder civil engineering branch applying post', 'degree holder civil engineering branch applying post civil', 'holder civil engineering branch applying post civil engineer', 'civil engineering branch applying post civil engineer hoping', 'engineering branch applying post civil engineer hoping positive', 'branch applying post civil engineer hoping positive response', 'applying post civil engineer hoping positive response thanks', 'post civil engineer hoping positive response thanks regards', 'civil engineer hoping positive response thanks regards apeksha', 'engineer hoping positive response thanks regards apeksha naharkar', 'personal skills passionate towards learning new skills hardworking sense', 'skills passionate towards learning new skills hardworking sense responsibility', 'passionate towards learning new skills hardworking sense responsibility computer', 'towards learning new skills hardworking sense responsibility computer skill', 'learning new skills hardworking sense responsibility computer skill autocad', 'new skills hardworking sense responsibility computer skill autocad 2d', 'skills hardworking sense responsibility computer skill autocad 2d 3d', 'hardworking sense responsibility computer skill autocad 2d 3d civil', 'sense responsibility computer skill autocad 2d 3d civil 3deducation', 'responsibility computer skill autocad 2d 3d civil 3deducation details', 'computer skill autocad 2d 3d civil 3deducation details january', 'skill autocad 2d 3d civil 3deducation details january 2014', 'autocad 2d 3d civil 3deducation details january 2014 be', '2d 3d civil 3deducation details january 2014 be civil', '3d civil 3deducation details january 2014 be civil engineering', 'civil 3deducation details january 2014 be civil engineering chandrapur', '3deducation details january 2014 be civil engineering chandrapur maharashtra', 'details january 2014 be civil engineering chandrapur maharashtra nagpur', 'january 2014 be civil engineering chandrapur maharashtra nagpur university', '2014 be civil engineering chandrapur maharashtra nagpur university january', 'be civil engineering chandrapur maharashtra nagpur university january 2010', 'civil engineering chandrapur maharashtra nagpur university january 2010 diploma', 'engineering chandrapur maharashtra nagpur university january 2010 diploma civil', 'chandrapur maharashtra nagpur university january 2010 diploma civil engineering', 'maharashtra nagpur university january 2010 diploma civil engineering mumbai', 'nagpur university january 2010 diploma civil engineering mumbai maharashtra', 'university january 2010 diploma civil engineering mumbai maharashtra bajaj', 'january 2010 diploma civil engineering mumbai maharashtra bajaj polytechnic', '2010 diploma civil engineering mumbai maharashtra bajaj polytechnic january', 'diploma civil engineering mumbai maharashtra bajaj polytechnic january 2007', 'civil engineering mumbai maharashtra bajaj polytechnic january 2007 ssc', 'engineering mumbai maharashtra bajaj polytechnic january 2007 ssc industrial', 'mumbai maharashtra bajaj polytechnic january 2007 ssc industrial waste', 'maharashtra bajaj polytechnic january 2007 ssc industrial waste water', 'bajaj polytechnic january 2007 ssc industrial waste water nagpur', 'polytechnic january 2007 ssc industrial waste water nagpur maharashtra', 'january 2007 ssc industrial waste water nagpur maharashtra hindi', '2007 ssc industrial waste water nagpur maharashtra hindi city', 'ssc industrial waste water nagpur maharashtra hindi city high', 'industrial waste water nagpur maharashtra hindi city high school', 'waste water nagpur maharashtra hindi city high school university', 'water nagpur maharashtra hindi city high school university board', 'nagpur maharashtra hindi city high school university board site', 'maharashtra hindi city high school university board site engineer', 'hindi city high school university board site engineer civil', 'city high school university board site engineer civil skill', 'high school university board site engineer civil skill details', 'school university board site engineer civil skill details autocad', 'university board site engineer civil skill details autocad exprience', 'board site engineer civil skill details autocad exprience 6', 'site engineer civil skill details autocad exprience 6 monthscompany', 'engineer civil skill details autocad exprience 6 monthscompany details', 'civil skill details autocad exprience 6 monthscompany details company', 'skill details autocad exprience 6 monthscompany details company talreja', 'details autocad exprience 6 monthscompany details company talreja construction', 'autocad exprience 6 monthscompany details company talreja construction description', 'exprience 6 monthscompany details company talreja construction description i', '6 monthscompany details company talreja construction description i diploma', 'monthscompany details company talreja construction description i diploma degree', 'details company talreja construction description i diploma degree holder', 'company talreja construction description i diploma degree holder civil', 'talreja construction description i diploma degree holder civil engineering', 'construction description i diploma degree holder civil engineering branch', 'description i diploma degree holder civil engineering branch applying', 'i diploma degree holder civil engineering branch applying post', 'diploma degree holder civil engineering branch applying post civil', 'degree holder civil engineering branch applying post civil engineer', 'holder civil engineering branch applying post civil engineer hoping', 'civil engineering branch applying post civil engineer hoping positive', 'engineering branch applying post civil engineer hoping positive response', 'branch applying post civil engineer hoping positive response thanks', 'applying post civil engineer hoping positive response thanks regards', 'post civil engineer hoping positive response thanks regards apeksha', 'civil engineer hoping positive response thanks regards apeksha naharkar'], ['education', 'details', 'august', '2010', 'may', '2017', 'be', 'electronics', 'communication', 'jabalpur', 'madhya', 'pradesh', 'takshshila', 'institute', 'technology', 'java', 'developer', 'skill', 'details', 'java', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'wab', 'it', 'softwere', 'pvt', 'ltd', 'description', 'jr', 'java', 'developer', 'education details', 'details august', 'august 2010', '2010 may', 'may 2017', '2017 be', 'be electronics', 'electronics communication', 'communication jabalpur', 'jabalpur madhya', 'madhya pradesh', 'pradesh takshshila', 'takshshila institute', 'institute technology', 'technology java', 'java developer', 'developer skill', 'skill details', 'details java', 'java javascript', 'javascript exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company wab', 'wab it', 'it softwere', 'softwere pvt', 'pvt ltd', 'ltd description', 'description jr', 'jr java', 'java developer', 'education details august', 'details august 2010', 'august 2010 may', '2010 may 2017', 'may 2017 be', '2017 be electronics', 'be electronics communication', 'electronics communication jabalpur', 'communication jabalpur madhya', 'jabalpur madhya pradesh', 'madhya pradesh takshshila', 'pradesh takshshila institute', 'takshshila institute technology', 'institute technology java', 'technology java developer', 'java developer skill', 'developer skill details', 'skill details java', 'details java javascript', 'java javascript exprience', 'javascript exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company wab', 'company wab it', 'wab it softwere', 'it softwere pvt', 'softwere pvt ltd', 'pvt ltd description', 'ltd description jr', 'description jr java', 'jr java developer', 'education details august 2010', 'details august 2010 may', 'august 2010 may 2017', '2010 may 2017 be', 'may 2017 be electronics', '2017 be electronics communication', 'be electronics communication jabalpur', 'electronics communication jabalpur madhya', 'communication jabalpur madhya pradesh', 'jabalpur madhya pradesh takshshila', 'madhya pradesh takshshila institute', 'pradesh takshshila institute technology', 'takshshila institute technology java', 'institute technology java developer', 'technology java developer skill', 'java developer skill details', 'developer skill details java', 'skill details java javascript', 'details java javascript exprience', 'java javascript exprience 6', 'javascript exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company wab', 'details company wab it', 'company wab it softwere', 'wab it softwere pvt', 'it softwere pvt ltd', 'softwere pvt ltd description', 'pvt ltd description jr', 'ltd description jr java', 'description jr java developer', 'education details august 2010 may', 'details august 2010 may 2017', 'august 2010 may 2017 be', '2010 may 2017 be electronics', 'may 2017 be electronics communication', '2017 be electronics communication jabalpur', 'be electronics communication jabalpur madhya', 'electronics communication jabalpur madhya pradesh', 'communication jabalpur madhya pradesh takshshila', 'jabalpur madhya pradesh takshshila institute', 'madhya pradesh takshshila institute technology', 'pradesh takshshila institute technology java', 'takshshila institute technology java developer', 'institute technology java developer skill', 'technology java developer skill details', 'java developer skill details java', 'developer skill details java javascript', 'skill details java javascript exprience', 'details java javascript exprience 6', 'java javascript exprience 6 monthscompany', 'javascript exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company wab', 'monthscompany details company wab it', 'details company wab it softwere', 'company wab it softwere pvt', 'wab it softwere pvt ltd', 'it softwere pvt ltd description', 'softwere pvt ltd description jr', 'pvt ltd description jr java', 'ltd description jr java developer', 'education details august 2010 may 2017', 'details august 2010 may 2017 be', 'august 2010 may 2017 be electronics', '2010 may 2017 be electronics communication', 'may 2017 be electronics communication jabalpur', '2017 be electronics communication jabalpur madhya', 'be electronics communication jabalpur madhya pradesh', 'electronics communication jabalpur madhya pradesh takshshila', 'communication jabalpur madhya pradesh takshshila institute', 'jabalpur madhya pradesh takshshila institute technology', 'madhya pradesh takshshila institute technology java', 'pradesh takshshila institute technology java developer', 'takshshila institute technology java developer skill', 'institute technology java developer skill details', 'technology java developer skill details java', 'java developer skill details java javascript', 'developer skill details java javascript exprience', 'skill details java javascript exprience 6', 'details java javascript exprience 6 monthscompany', 'java javascript exprience 6 monthscompany details', 'javascript exprience 6 monthscompany details company', 'exprience 6 monthscompany details company wab', '6 monthscompany details company wab it', 'monthscompany details company wab it softwere', 'details company wab it softwere pvt', 'company wab it softwere pvt ltd', 'wab it softwere pvt ltd description', 'it softwere pvt ltd description jr', 'softwere pvt ltd description jr java', 'pvt ltd description jr java developer', 'education details august 2010 may 2017 be', 'details august 2010 may 2017 be electronics', 'august 2010 may 2017 be electronics communication', '2010 may 2017 be electronics communication jabalpur', 'may 2017 be electronics communication jabalpur madhya', '2017 be electronics communication jabalpur madhya pradesh', 'be electronics communication jabalpur madhya pradesh takshshila', 'electronics communication jabalpur madhya pradesh takshshila institute', 'communication jabalpur madhya pradesh takshshila institute technology', 'jabalpur madhya pradesh takshshila institute technology java', 'madhya pradesh takshshila institute technology java developer', 'pradesh takshshila institute technology java developer skill', 'takshshila institute technology java developer skill details', 'institute technology java developer skill details java', 'technology java developer skill details java javascript', 'java developer skill details java javascript exprience', 'developer skill details java javascript exprience 6', 'skill details java javascript exprience 6 monthscompany', 'details java javascript exprience 6 monthscompany details', 'java javascript exprience 6 monthscompany details company', 'javascript exprience 6 monthscompany details company wab', 'exprience 6 monthscompany details company wab it', '6 monthscompany details company wab it softwere', 'monthscompany details company wab it softwere pvt', 'details company wab it softwere pvt ltd', 'company wab it softwere pvt ltd description', 'wab it softwere pvt ltd description jr', 'it softwere pvt ltd description jr java', 'softwere pvt ltd description jr java developer', 'education details august 2010 may 2017 be electronics', 'details august 2010 may 2017 be electronics communication', 'august 2010 may 2017 be electronics communication jabalpur', '2010 may 2017 be electronics communication jabalpur madhya', 'may 2017 be electronics communication jabalpur madhya pradesh', '2017 be electronics communication jabalpur madhya pradesh takshshila', 'be electronics communication jabalpur madhya pradesh takshshila institute', 'electronics communication jabalpur madhya pradesh takshshila institute technology', 'communication jabalpur madhya pradesh takshshila institute technology java', 'jabalpur madhya pradesh takshshila institute technology java developer', 'madhya pradesh takshshila institute technology java developer skill', 'pradesh takshshila institute technology java developer skill details', 'takshshila institute technology java developer skill details java', 'institute technology java developer skill details java javascript', 'technology java developer skill details java javascript exprience', 'java developer skill details java javascript exprience 6', 'developer skill details java javascript exprience 6 monthscompany', 'skill details java javascript exprience 6 monthscompany details', 'details java javascript exprience 6 monthscompany details company', 'java javascript exprience 6 monthscompany details company wab', 'javascript exprience 6 monthscompany details company wab it', 'exprience 6 monthscompany details company wab it softwere', '6 monthscompany details company wab it softwere pvt', 'monthscompany details company wab it softwere pvt ltd', 'details company wab it softwere pvt ltd description', 'company wab it softwere pvt ltd description jr', 'wab it softwere pvt ltd description jr java', 'it softwere pvt ltd description jr java developer', 'education details august 2010 may 2017 be electronics communication', 'details august 2010 may 2017 be electronics communication jabalpur', 'august 2010 may 2017 be electronics communication jabalpur madhya', '2010 may 2017 be electronics communication jabalpur madhya pradesh', 'may 2017 be electronics communication jabalpur madhya pradesh takshshila', '2017 be electronics communication jabalpur madhya pradesh takshshila institute', 'be electronics communication jabalpur madhya pradesh takshshila institute technology', 'electronics communication jabalpur madhya pradesh takshshila institute technology java', 'communication jabalpur madhya pradesh takshshila institute technology java developer', 'jabalpur madhya pradesh takshshila institute technology java developer skill', 'madhya pradesh takshshila institute technology java developer skill details', 'pradesh takshshila institute technology java developer skill details java', 'takshshila institute technology java developer skill details java javascript', 'institute technology java developer skill details java javascript exprience', 'technology java developer skill details java javascript exprience 6', 'java developer skill details java javascript exprience 6 monthscompany', 'developer skill details java javascript exprience 6 monthscompany details', 'skill details java javascript exprience 6 monthscompany details company', 'details java javascript exprience 6 monthscompany details company wab', 'java javascript exprience 6 monthscompany details company wab it', 'javascript exprience 6 monthscompany details company wab it softwere', 'exprience 6 monthscompany details company wab it softwere pvt', '6 monthscompany details company wab it softwere pvt ltd', 'monthscompany details company wab it softwere pvt ltd description', 'details company wab it softwere pvt ltd description jr', 'company wab it softwere pvt ltd description jr java', 'wab it softwere pvt ltd description jr java developer'], ['technical', 'skills', 'trained', 'project', 'acquired', 'skills', 'languages', 'known', 'c', 'c', 'j2ee', 'spring', 'hibernate', 'testing', 'functional', 'testing', 'manual', 'testing', 'operating', 'systems', 'windows', 'linux', 'packages', 'ms', 'office', 'databases', 'my', 'sql', 'postgresql', 'education', 'details', 'january', '2013', 'january', '2017', 'b', 'e', 'computer', 'science', 'engineering', 'mnu', 'university', 'jhulelal', 'institute', 'technology', 'january', '2011', 'january', '2013', 'hsc', 'nagpur', 'maharashtra', 'maharashtra', 'state', 'board', 'dayanand', 'arya', 'kanya', 'junior', 'college', 'january', '2010', 'january', '2011', 'ssc', 'nagpur', 'maharashtra', 'maharashtra', 'state', 'board', 'java', 'developer', 'java', 'developer', 'inouvelle', 'ventures', 'private', 'limited', 'skill', 'details', 'j2ee', 'exprience', '17', 'months', 'c', 'exprience', '6', 'months', 'databases', 'exprience', '6', 'months', 'functional', 'testing', 'exprience', '6', 'months', 'linux', 'exprience', '6', 'monthscompany', 'details', 'company', 'inouvelle', 'ventures', 'private', 'limited', 'description', 'nagpur', '1', 'project', 'name', 'stock', 'management', 'system', 'december', '2017', 'till', 'date', 'language', 'implementation', 'angular', 'frontend', 'java', 'j2ee', 'spring', 'hibernate', 'framework', 'backend', 'postgressql', 'database', 'role', 'java', 'developer', 'operating', 'system', 'windows', 'xp', '07', '08', 'description', 'stock', 'management', 'system', 'specially', 'developing', 'medicinal', 'market', 'this', 'software', 'developing', 'keep', 'track', 'medicines', 'ailments', 'surgical', 'equipments', 'also', 'keep', 'track', 'wholesalers', 'retailers', 'employees', 'customers', 'company', 'stock', 'management', 'system', 'practice', 'ordering', 'storing', 'tracking', 'controlling', 'inventory', 'debtor', 'invoicing', 'software', 'helps', 'small', 'businesses', 'freelancers', 'keep', 'track', 'company', 'assets', 'stock', 'management', 'may', 'also', 'called', 'stock', 'control', 'inventory', 'management', 'inventory', 'control', 'company', 'inouvelle', 'ventures', 'private', 'limited', 'description', 'project', 'profile', 'company', 'inouvelle', 'ventures', 'private', 'limited', 'description', 'language', 'implementation', 'angular', 'frontend', 'java', 'j2ee', 'spring', 'hibernate', 'framework', 'backend', 'postgressql', 'database', 'role', 'java', 'developer', 'manual', 'testing', 'operating', 'system', 'windows', 'xp', '07', '08', 'description', 'this', 'project', 'done', 'oldest', 'printing', 'press', 'nagpur', 'the', 'proposed', 'web', 'based', 'printing', 'press', 'management', 'system', 'designed', 'ording', 'user', 'system', 'requirement', 'fulfil', 'existing', 'problems', 'this', 'system', 'offers', 'products', 'services', 'enhance', 'organization', 'growth', 'efficiency', 'profitability', 'technical skills', 'skills trained', 'trained project', 'project acquired', 'acquired skills', 'skills languages', 'languages known', 'known c', 'c c', 'c j2ee', 'j2ee spring', 'spring hibernate', 'hibernate testing', 'testing functional', 'functional testing', 'testing manual', 'manual testing', 'testing operating', 'operating systems', 'systems windows', 'windows linux', 'linux packages', 'packages ms', 'ms office', 'office databases', 'databases my', 'my sql', 'sql postgresql', 'postgresql education', 'education details', 'details january', 'january 2013', '2013 january', 'january 2017', '2017 b', 'b e', 'e computer', 'computer science', 'science engineering', 'engineering mnu', 'mnu university', 'university jhulelal', 'jhulelal institute', 'institute technology', 'technology january', 'january 2011', '2011 january', 'january 2013', '2013 hsc', 'hsc nagpur', 'nagpur maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board dayanand', 'dayanand arya', 'arya kanya', 'kanya junior', 'junior college', 'college january', 'january 2010', '2010 january', 'january 2011', '2011 ssc', 'ssc nagpur', 'nagpur maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board java', 'java developer', 'developer java', 'java developer', 'developer inouvelle', 'inouvelle ventures', 'ventures private', 'private limited', 'limited skill', 'skill details', 'details j2ee', 'j2ee exprience', 'exprience 17', '17 months', 'months c', 'c exprience', 'exprience 6', '6 months', 'months databases', 'databases exprience', 'exprience 6', '6 months', 'months functional', 'functional testing', 'testing exprience', 'exprience 6', '6 months', 'months linux', 'linux exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company inouvelle', 'inouvelle ventures', 'ventures private', 'private limited', 'limited description', 'description nagpur', 'nagpur 1', '1 project', 'project name', 'name stock', 'stock management', 'management system', 'system december', 'december 2017', '2017 till', 'till date', 'date language', 'language implementation', 'implementation angular', 'angular frontend', 'frontend java', 'java j2ee', 'j2ee spring', 'spring hibernate', 'hibernate framework', 'framework backend', 'backend postgressql', 'postgressql database', 'database role', 'role java', 'java developer', 'developer operating', 'operating system', 'system windows', 'windows xp', 'xp 07', '07 08', '08 description', 'description stock', 'stock management', 'management system', 'system specially', 'specially developing', 'developing medicinal', 'medicinal market', 'market this', 'this software', 'software developing', 'developing keep', 'keep track', 'track medicines', 'medicines ailments', 'ailments surgical', 'surgical equipments', 'equipments also', 'also keep', 'keep track', 'track wholesalers', 'wholesalers retailers', 'retailers employees', 'employees customers', 'customers company', 'company stock', 'stock management', 'management system', 'system practice', 'practice ordering', 'ordering storing', 'storing tracking', 'tracking controlling', 'controlling inventory', 'inventory debtor', 'debtor invoicing', 'invoicing software', 'software helps', 'helps small', 'small businesses', 'businesses freelancers', 'freelancers keep', 'keep track', 'track company', 'company assets', 'assets stock', 'stock management', 'management may', 'may also', 'also called', 'called stock', 'stock control', 'control inventory', 'inventory management', 'management inventory', 'inventory control', 'control company', 'company inouvelle', 'inouvelle ventures', 'ventures private', 'private limited', 'limited description', 'description project', 'project profile', 'profile company', 'company inouvelle', 'inouvelle ventures', 'ventures private', 'private limited', 'limited description', 'description language', 'language implementation', 'implementation angular', 'angular frontend', 'frontend java', 'java j2ee', 'j2ee spring', 'spring hibernate', 'hibernate framework', 'framework backend', 'backend postgressql', 'postgressql database', 'database role', 'role java', 'java developer', 'developer manual', 'manual testing', 'testing operating', 'operating system', 'system windows', 'windows xp', 'xp 07', '07 08', '08 description', 'description this', 'this project', 'project done', 'done oldest', 'oldest printing', 'printing press', 'press nagpur', 'nagpur the', 'the proposed', 'proposed web', 'web based', 'based printing', 'printing press', 'press management', 'management system', 'system designed', 'designed ording', 'ording user', 'user system', 'system requirement', 'requirement fulfil', 'fulfil existing', 'existing problems', 'problems this', 'this system', 'system offers', 'offers products', 'products services', 'services enhance', 'enhance organization', 'organization growth', 'growth efficiency', 'efficiency profitability', 'technical skills trained', 'skills trained project', 'trained project acquired', 'project acquired skills', 'acquired skills languages', 'skills languages known', 'languages known c', 'known c c', 'c c j2ee', 'c j2ee spring', 'j2ee spring hibernate', 'spring hibernate testing', 'hibernate testing functional', 'testing functional testing', 'functional testing manual', 'testing manual testing', 'manual testing operating', 'testing operating systems', 'operating systems windows', 'systems windows linux', 'windows linux packages', 'linux packages ms', 'packages ms office', 'ms office databases', 'office databases my', 'databases my sql', 'my sql postgresql', 'sql postgresql education', 'postgresql education details', 'education details january', 'details january 2013', 'january 2013 january', '2013 january 2017', 'january 2017 b', '2017 b e', 'b e computer', 'e computer science', 'computer science engineering', 'science engineering mnu', 'engineering mnu university', 'mnu university jhulelal', 'university jhulelal institute', 'jhulelal institute technology', 'institute technology january', 'technology january 2011', 'january 2011 january', '2011 january 2013', 'january 2013 hsc', '2013 hsc nagpur', 'hsc nagpur maharashtra', 'nagpur maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board dayanand', 'board dayanand arya', 'dayanand arya kanya', 'arya kanya junior', 'kanya junior college', 'junior college january', 'college january 2010', 'january 2010 january', '2010 january 2011', 'january 2011 ssc', '2011 ssc nagpur', 'ssc nagpur maharashtra', 'nagpur maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board java', 'board java developer', 'java developer java', 'developer java developer', 'java developer inouvelle', 'developer inouvelle ventures', 'inouvelle ventures private', 'ventures private limited', 'private limited skill', 'limited skill details', 'skill details j2ee', 'details j2ee exprience', 'j2ee exprience 17', 'exprience 17 months', '17 months c', 'months c exprience', 'c exprience 6', 'exprience 6 months', '6 months databases', 'months databases exprience', 'databases exprience 6', 'exprience 6 months', '6 months functional', 'months functional testing', 'functional testing exprience', 'testing exprience 6', 'exprience 6 months', '6 months linux', 'months linux exprience', 'linux exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company inouvelle', 'company inouvelle ventures', 'inouvelle ventures private', 'ventures private limited', 'private limited description', 'limited description nagpur', 'description nagpur 1', 'nagpur 1 project', '1 project name', 'project name stock', 'name stock management', 'stock management system', 'management system december', 'system december 2017', 'december 2017 till', '2017 till date', 'till date language', 'date language implementation', 'language implementation angular', 'implementation angular frontend', 'angular frontend java', 'frontend java j2ee', 'java j2ee spring', 'j2ee spring hibernate', 'spring hibernate framework', 'hibernate framework backend', 'framework backend postgressql', 'backend postgressql database', 'postgressql database role', 'database role java', 'role java developer', 'java developer operating', 'developer operating system', 'operating system windows', 'system windows xp', 'windows xp 07', 'xp 07 08', '07 08 description', '08 description stock', 'description stock management', 'stock management system', 'management system specially', 'system specially developing', 'specially developing medicinal', 'developing medicinal market', 'medicinal market this', 'market this software', 'this software developing', 'software developing keep', 'developing keep track', 'keep track medicines', 'track medicines ailments', 'medicines ailments surgical', 'ailments surgical equipments', 'surgical equipments also', 'equipments also keep', 'also keep track', 'keep track wholesalers', 'track wholesalers retailers', 'wholesalers retailers employees', 'retailers employees customers', 'employees customers company', 'customers company stock', 'company stock management', 'stock management system', 'management system practice', 'system practice ordering', 'practice ordering storing', 'ordering storing tracking', 'storing tracking controlling', 'tracking controlling inventory', 'controlling inventory debtor', 'inventory debtor invoicing', 'debtor invoicing software', 'invoicing software helps', 'software helps small', 'helps small businesses', 'small businesses freelancers', 'businesses freelancers keep', 'freelancers keep track', 'keep track company', 'track company assets', 'company assets stock', 'assets stock management', 'stock management may', 'management may also', 'may also called', 'also called stock', 'called stock control', 'stock control inventory', 'control inventory management', 'inventory management inventory', 'management inventory control', 'inventory control company', 'control company inouvelle', 'company inouvelle ventures', 'inouvelle ventures private', 'ventures private limited', 'private limited description', 'limited description project', 'description project profile', 'project profile company', 'profile company inouvelle', 'company inouvelle ventures', 'inouvelle ventures private', 'ventures private limited', 'private limited description', 'limited description language', 'description language implementation', 'language implementation angular', 'implementation angular frontend', 'angular frontend java', 'frontend java j2ee', 'java j2ee spring', 'j2ee spring hibernate', 'spring hibernate framework', 'hibernate framework backend', 'framework backend postgressql', 'backend postgressql database', 'postgressql database role', 'database role java', 'role java developer', 'java developer manual', 'developer manual testing', 'manual testing operating', 'testing operating system', 'operating system windows', 'system windows xp', 'windows xp 07', 'xp 07 08', '07 08 description', '08 description this', 'description this project', 'this project done', 'project done oldest', 'done oldest printing', 'oldest printing press', 'printing press nagpur', 'press nagpur the', 'nagpur the proposed', 'the proposed web', 'proposed web based', 'web based printing', 'based printing press', 'printing press management', 'press management system', 'management system designed', 'system designed ording', 'designed ording user', 'ording user system', 'user system requirement', 'system requirement fulfil', 'requirement fulfil existing', 'fulfil existing problems', 'existing problems this', 'problems this system', 'this system offers', 'system offers products', 'offers products services', 'products services enhance', 'services enhance organization', 'enhance organization growth', 'organization growth efficiency', 'growth efficiency profitability', 'technical skills trained project', 'skills trained project acquired', 'trained project acquired skills', 'project acquired skills languages', 'acquired skills languages known', 'skills languages known c', 'languages known c c', 'known c c j2ee', 'c c j2ee spring', 'c j2ee spring hibernate', 'j2ee spring hibernate testing', 'spring hibernate testing functional', 'hibernate testing functional testing', 'testing functional testing manual', 'functional testing manual testing', 'testing manual testing operating', 'manual testing operating systems', 'testing operating systems windows', 'operating systems windows linux', 'systems windows linux packages', 'windows linux packages ms', 'linux packages ms office', 'packages ms office databases', 'ms office databases my', 'office databases my sql', 'databases my sql postgresql', 'my sql postgresql education', 'sql postgresql education details', 'postgresql education details january', 'education details january 2013', 'details january 2013 january', 'january 2013 january 2017', '2013 january 2017 b', 'january 2017 b e', '2017 b e computer', 'b e computer science', 'e computer science engineering', 'computer science engineering mnu', 'science engineering mnu university', 'engineering mnu university jhulelal', 'mnu university jhulelal institute', 'university jhulelal institute technology', 'jhulelal institute technology january', 'institute technology january 2011', 'technology january 2011 january', 'january 2011 january 2013', '2011 january 2013 hsc', 'january 2013 hsc nagpur', '2013 hsc nagpur maharashtra', 'hsc nagpur maharashtra maharashtra', 'nagpur maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board dayanand', 'state board dayanand arya', 'board dayanand arya kanya', 'dayanand arya kanya junior', 'arya kanya junior college', 'kanya junior college january', 'junior college january 2010', 'college january 2010 january', 'january 2010 january 2011', '2010 january 2011 ssc', 'january 2011 ssc nagpur', '2011 ssc nagpur maharashtra', 'ssc nagpur maharashtra maharashtra', 'nagpur maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board java', 'state board java developer', 'board java developer java', 'java developer java developer', 'developer java developer inouvelle', 'java developer inouvelle ventures', 'developer inouvelle ventures private', 'inouvelle ventures private limited', 'ventures private limited skill', 'private limited skill details', 'limited skill details j2ee', 'skill details j2ee exprience', 'details j2ee exprience 17', 'j2ee exprience 17 months', 'exprience 17 months c', '17 months c exprience', 'months c exprience 6', 'c exprience 6 months', 'exprience 6 months databases', '6 months databases exprience', 'months databases exprience 6', 'databases exprience 6 months', 'exprience 6 months functional', '6 months functional testing', 'months functional testing exprience', 'functional testing exprience 6', 'testing exprience 6 months', 'exprience 6 months linux', '6 months linux exprience', 'months linux exprience 6', 'linux exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company inouvelle', 'details company inouvelle ventures', 'company inouvelle ventures private', 'inouvelle ventures private limited', 'ventures private limited description', 'private limited description nagpur', 'limited description nagpur 1', 'description nagpur 1 project', 'nagpur 1 project name', '1 project name stock', 'project name stock management', 'name stock management system', 'stock management system december', 'management system december 2017', 'system december 2017 till', 'december 2017 till date', '2017 till date language', 'till date language implementation', 'date language implementation angular', 'language implementation angular frontend', 'implementation angular frontend java', 'angular frontend java j2ee', 'frontend java j2ee spring', 'java j2ee spring hibernate', 'j2ee spring hibernate framework', 'spring hibernate framework backend', 'hibernate framework backend postgressql', 'framework backend postgressql database', 'backend postgressql database role', 'postgressql database role java', 'database role java developer', 'role java developer operating', 'java developer operating system', 'developer operating system windows', 'operating system windows xp', 'system windows xp 07', 'windows xp 07 08', 'xp 07 08 description', '07 08 description stock', '08 description stock management', 'description stock management system', 'stock management system specially', 'management system specially developing', 'system specially developing medicinal', 'specially developing medicinal market', 'developing medicinal market this', 'medicinal market this software', 'market this software developing', 'this software developing keep', 'software developing keep track', 'developing keep track medicines', 'keep track medicines ailments', 'track medicines ailments surgical', 'medicines ailments surgical equipments', 'ailments surgical equipments also', 'surgical equipments also keep', 'equipments also keep track', 'also keep track wholesalers', 'keep track wholesalers retailers', 'track wholesalers retailers employees', 'wholesalers retailers employees customers', 'retailers employees customers company', 'employees customers company stock', 'customers company stock management', 'company stock management system', 'stock management system practice', 'management system practice ordering', 'system practice ordering storing', 'practice ordering storing tracking', 'ordering storing tracking controlling', 'storing tracking controlling inventory', 'tracking controlling inventory debtor', 'controlling inventory debtor invoicing', 'inventory debtor invoicing software', 'debtor invoicing software helps', 'invoicing software helps small', 'software helps small businesses', 'helps small businesses freelancers', 'small businesses freelancers keep', 'businesses freelancers keep track', 'freelancers keep track company', 'keep track company assets', 'track company assets stock', 'company assets stock management', 'assets stock management may', 'stock management may also', 'management may also called', 'may also called stock', 'also called stock control', 'called stock control inventory', 'stock control inventory management', 'control inventory management inventory', 'inventory management inventory control', 'management inventory control company', 'inventory control company inouvelle', 'control company inouvelle ventures', 'company inouvelle ventures private', 'inouvelle ventures private limited', 'ventures private limited description', 'private limited description project', 'limited description project profile', 'description project profile company', ...], ['technical', 'skills', 'skills', 'java', 'sql', 'pl', 'sql', 'c', 'c', 'bootstrap', 'jsp', 'ext', 'js', 'operating', 'systems', 'windows', 'tools', 'toad', 'eclipse', 'soapbox', 'postman', 'databases', 'oracle', 'ms', 'sql', 'ms', 'a', 'ess', 'ms', 'exceleducation', 'details', 'january', '2017', 'b', 'e', 'computer', 'technology', 'gondia', 'maharashtra', 'in', 'manoharbhai', 'patel', 'institute', 'engineering', 'technology', 'hsc', 'gondia', 'maharashtra', 'in', 's', 'm', 'p', 'science', 'college', 'java', 'developer', 'java', 'developer', 'xoriant', 'solutions', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'xoriant', 'solutions', 'pvt', 'ltd', 'description', 'pune', 'period', 'sept', '2017', 'till', 'date', 'role', 'java', 'developer', 'description', 'resrent', 'team', 'responsible', 'development', 'various', 'modules', 'hertz', 'they', 'responsible', 'development', 'screens', 'portfolios', 'look', 'act', 'primary', 'control', 'function', 'developing', 'webservices', 'ensure', 'hit', 'xml', 'json', 'we', 'build', 'various', 'modules', 'inbuilt', 'hertz', 'provide', 'interfaces', 'end', 'users', 'tasks', 'tools', 'eclipse', 'toad', 'soapbox', 'postman', 'responsibilities', 'develop', 'module', 'backend', 'middleware', 'frontend', 'bugs', 'fixing', 'proactive', 'developing', 'enhancements', 'resolve', 'application', 'incidents', 'within', 'defined', 'ucs', 'creating', 'different', 'task', 'ticket', 'well', 'debug', 'provide', 'solution', 'workflow', 'resolving', 'db', 'issues', 'providing', 'technical', 'support', 'bas', 'keeping', 'track', 'deployments', 'effect', 'ongoing', 'jobs', 'contribution', 'towards', 'automation', 'daily', 'activities', 'process', 'based', 'organization', 'on', 'time', 'within', 'budget', 'delivery', 'meeting', 'customers', 'quality', 'expectations', 'maintain', 'knowledge', 'base', 'domain', 'known', 'defects', 'issues', 'processes', 'development', 'techniques', 'company', 'xoriant', 'solutions', 'pvt', 'ltd', 'description', 'strong', 'communication', 'collaboration', 'team', 'building', 'skills', 'proficiency', 'grasping', 'new', 'technical', 'concepts', 'quickly', 'utilize', 'productive', 'manner', 'experience', 'development', 'web', 'application', 'resolve', 'project', 'related', 'issues', 'minimal', 'time', 'able', 'communicate', 'effectively', 'multifunctional', 'teams', 'programmers', 'technical', 'staff', 'levels', 'good', 'knowledge', 'java', 'sql', 'ext', 'js', 'jsp', 'xml', 'web', 'services', 'good', 'interpersonal', 'analytical', 'skills', 'proven', 'abilities', 'resolving', 'complex', 'software', 'issue', 'technical skills', 'skills skills', 'skills java', 'java sql', 'sql pl', 'pl sql', 'sql c', 'c c', 'c bootstrap', 'bootstrap jsp', 'jsp ext', 'ext js', 'js operating', 'operating systems', 'systems windows', 'windows tools', 'tools toad', 'toad eclipse', 'eclipse soapbox', 'soapbox postman', 'postman databases', 'databases oracle', 'oracle ms', 'ms sql', 'sql ms', 'ms a', 'a ess', 'ess ms', 'ms exceleducation', 'exceleducation details', 'details january', 'january 2017', '2017 b', 'b e', 'e computer', 'computer technology', 'technology gondia', 'gondia maharashtra', 'maharashtra in', 'in manoharbhai', 'manoharbhai patel', 'patel institute', 'institute engineering', 'engineering technology', 'technology hsc', 'hsc gondia', 'gondia maharashtra', 'maharashtra in', 'in s', 's m', 'm p', 'p science', 'science college', 'college java', 'java developer', 'developer java', 'java developer', 'developer xoriant', 'xoriant solutions', 'solutions pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company xoriant', 'xoriant solutions', 'solutions pvt', 'pvt ltd', 'ltd description', 'description pune', 'pune period', 'period sept', 'sept 2017', '2017 till', 'till date', 'date role', 'role java', 'java developer', 'developer description', 'description resrent', 'resrent team', 'team responsible', 'responsible development', 'development various', 'various modules', 'modules hertz', 'hertz they', 'they responsible', 'responsible development', 'development screens', 'screens portfolios', 'portfolios look', 'look act', 'act primary', 'primary control', 'control function', 'function developing', 'developing webservices', 'webservices ensure', 'ensure hit', 'hit xml', 'xml json', 'json we', 'we build', 'build various', 'various modules', 'modules inbuilt', 'inbuilt hertz', 'hertz provide', 'provide interfaces', 'interfaces end', 'end users', 'users tasks', 'tasks tools', 'tools eclipse', 'eclipse toad', 'toad soapbox', 'soapbox postman', 'postman responsibilities', 'responsibilities develop', 'develop module', 'module backend', 'backend middleware', 'middleware frontend', 'frontend bugs', 'bugs fixing', 'fixing proactive', 'proactive developing', 'developing enhancements', 'enhancements resolve', 'resolve application', 'application incidents', 'incidents within', 'within defined', 'defined ucs', 'ucs creating', 'creating different', 'different task', 'task ticket', 'ticket well', 'well debug', 'debug provide', 'provide solution', 'solution workflow', 'workflow resolving', 'resolving db', 'db issues', 'issues providing', 'providing technical', 'technical support', 'support bas', 'bas keeping', 'keeping track', 'track deployments', 'deployments effect', 'effect ongoing', 'ongoing jobs', 'jobs contribution', 'contribution towards', 'towards automation', 'automation daily', 'daily activities', 'activities process', 'process based', 'based organization', 'organization on', 'on time', 'time within', 'within budget', 'budget delivery', 'delivery meeting', 'meeting customers', 'customers quality', 'quality expectations', 'expectations maintain', 'maintain knowledge', 'knowledge base', 'base domain', 'domain known', 'known defects', 'defects issues', 'issues processes', 'processes development', 'development techniques', 'techniques company', 'company xoriant', 'xoriant solutions', 'solutions pvt', 'pvt ltd', 'ltd description', 'description strong', 'strong communication', 'communication collaboration', 'collaboration team', 'team building', 'building skills', 'skills proficiency', 'proficiency grasping', 'grasping new', 'new technical', 'technical concepts', 'concepts quickly', 'quickly utilize', 'utilize productive', 'productive manner', 'manner experience', 'experience development', 'development web', 'web application', 'application resolve', 'resolve project', 'project related', 'related issues', 'issues minimal', 'minimal time', 'time able', 'able communicate', 'communicate effectively', 'effectively multifunctional', 'multifunctional teams', 'teams programmers', 'programmers technical', 'technical staff', 'staff levels', 'levels good', 'good knowledge', 'knowledge java', 'java sql', 'sql ext', 'ext js', 'js jsp', 'jsp xml', 'xml web', 'web services', 'services good', 'good interpersonal', 'interpersonal analytical', 'analytical skills', 'skills proven', 'proven abilities', 'abilities resolving', 'resolving complex', 'complex software', 'software issue', 'technical skills skills', 'skills skills java', 'skills java sql', 'java sql pl', 'sql pl sql', 'pl sql c', 'sql c c', 'c c bootstrap', 'c bootstrap jsp', 'bootstrap jsp ext', 'jsp ext js', 'ext js operating', 'js operating systems', 'operating systems windows', 'systems windows tools', 'windows tools toad', 'tools toad eclipse', 'toad eclipse soapbox', 'eclipse soapbox postman', 'soapbox postman databases', 'postman databases oracle', 'databases oracle ms', 'oracle ms sql', 'ms sql ms', 'sql ms a', 'ms a ess', 'a ess ms', 'ess ms exceleducation', 'ms exceleducation details', 'exceleducation details january', 'details january 2017', 'january 2017 b', '2017 b e', 'b e computer', 'e computer technology', 'computer technology gondia', 'technology gondia maharashtra', 'gondia maharashtra in', 'maharashtra in manoharbhai', 'in manoharbhai patel', 'manoharbhai patel institute', 'patel institute engineering', 'institute engineering technology', 'engineering technology hsc', 'technology hsc gondia', 'hsc gondia maharashtra', 'gondia maharashtra in', 'maharashtra in s', 'in s m', 's m p', 'm p science', 'p science college', 'science college java', 'college java developer', 'java developer java', 'developer java developer', 'java developer xoriant', 'developer xoriant solutions', 'xoriant solutions pvt', 'solutions pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details company', 'details company details', 'company details company', 'details company xoriant', 'company xoriant solutions', 'xoriant solutions pvt', 'solutions pvt ltd', 'pvt ltd description', 'ltd description pune', 'description pune period', 'pune period sept', 'period sept 2017', 'sept 2017 till', '2017 till date', 'till date role', 'date role java', 'role java developer', 'java developer description', 'developer description resrent', 'description resrent team', 'resrent team responsible', 'team responsible development', 'responsible development various', 'development various modules', 'various modules hertz', 'modules hertz they', 'hertz they responsible', 'they responsible development', 'responsible development screens', 'development screens portfolios', 'screens portfolios look', 'portfolios look act', 'look act primary', 'act primary control', 'primary control function', 'control function developing', 'function developing webservices', 'developing webservices ensure', 'webservices ensure hit', 'ensure hit xml', 'hit xml json', 'xml json we', 'json we build', 'we build various', 'build various modules', 'various modules inbuilt', 'modules inbuilt hertz', 'inbuilt hertz provide', 'hertz provide interfaces', 'provide interfaces end', 'interfaces end users', 'end users tasks', 'users tasks tools', 'tasks tools eclipse', 'tools eclipse toad', 'eclipse toad soapbox', 'toad soapbox postman', 'soapbox postman responsibilities', 'postman responsibilities develop', 'responsibilities develop module', 'develop module backend', 'module backend middleware', 'backend middleware frontend', 'middleware frontend bugs', 'frontend bugs fixing', 'bugs fixing proactive', 'fixing proactive developing', 'proactive developing enhancements', 'developing enhancements resolve', 'enhancements resolve application', 'resolve application incidents', 'application incidents within', 'incidents within defined', 'within defined ucs', 'defined ucs creating', 'ucs creating different', 'creating different task', 'different task ticket', 'task ticket well', 'ticket well debug', 'well debug provide', 'debug provide solution', 'provide solution workflow', 'solution workflow resolving', 'workflow resolving db', 'resolving db issues', 'db issues providing', 'issues providing technical', 'providing technical support', 'technical support bas', 'support bas keeping', 'bas keeping track', 'keeping track deployments', 'track deployments effect', 'deployments effect ongoing', 'effect ongoing jobs', 'ongoing jobs contribution', 'jobs contribution towards', 'contribution towards automation', 'towards automation daily', 'automation daily activities', 'daily activities process', 'activities process based', 'process based organization', 'based organization on', 'organization on time', 'on time within', 'time within budget', 'within budget delivery', 'budget delivery meeting', 'delivery meeting customers', 'meeting customers quality', 'customers quality expectations', 'quality expectations maintain', 'expectations maintain knowledge', 'maintain knowledge base', 'knowledge base domain', 'base domain known', 'domain known defects', 'known defects issues', 'defects issues processes', 'issues processes development', 'processes development techniques', 'development techniques company', 'techniques company xoriant', 'company xoriant solutions', 'xoriant solutions pvt', 'solutions pvt ltd', 'pvt ltd description', 'ltd description strong', 'description strong communication', 'strong communication collaboration', 'communication collaboration team', 'collaboration team building', 'team building skills', 'building skills proficiency', 'skills proficiency grasping', 'proficiency grasping new', 'grasping new technical', 'new technical concepts', 'technical concepts quickly', 'concepts quickly utilize', 'quickly utilize productive', 'utilize productive manner', 'productive manner experience', 'manner experience development', 'experience development web', 'development web application', 'web application resolve', 'application resolve project', 'resolve project related', 'project related issues', 'related issues minimal', 'issues minimal time', 'minimal time able', 'time able communicate', 'able communicate effectively', 'communicate effectively multifunctional', 'effectively multifunctional teams', 'multifunctional teams programmers', 'teams programmers technical', 'programmers technical staff', 'technical staff levels', 'staff levels good', 'levels good knowledge', 'good knowledge java', 'knowledge java sql', 'java sql ext', 'sql ext js', 'ext js jsp', 'js jsp xml', 'jsp xml web', 'xml web services', 'web services good', 'services good interpersonal', 'good interpersonal analytical', 'interpersonal analytical skills', 'analytical skills proven', 'skills proven abilities', 'proven abilities resolving', 'abilities resolving complex', 'resolving complex software', 'complex software issue', 'technical skills skills java', 'skills skills java sql', 'skills java sql pl', 'java sql pl sql', 'sql pl sql c', 'pl sql c c', 'sql c c bootstrap', 'c c bootstrap jsp', 'c bootstrap jsp ext', 'bootstrap jsp ext js', 'jsp ext js operating', 'ext js operating systems', 'js operating systems windows', 'operating systems windows tools', 'systems windows tools toad', 'windows tools toad eclipse', 'tools toad eclipse soapbox', 'toad eclipse soapbox postman', 'eclipse soapbox postman databases', 'soapbox postman databases oracle', 'postman databases oracle ms', 'databases oracle ms sql', 'oracle ms sql ms', 'ms sql ms a', 'sql ms a ess', 'ms a ess ms', 'a ess ms exceleducation', 'ess ms exceleducation details', 'ms exceleducation details january', 'exceleducation details january 2017', 'details january 2017 b', 'january 2017 b e', '2017 b e computer', 'b e computer technology', 'e computer technology gondia', 'computer technology gondia maharashtra', 'technology gondia maharashtra in', 'gondia maharashtra in manoharbhai', 'maharashtra in manoharbhai patel', 'in manoharbhai patel institute', 'manoharbhai patel institute engineering', 'patel institute engineering technology', 'institute engineering technology hsc', 'engineering technology hsc gondia', 'technology hsc gondia maharashtra', 'hsc gondia maharashtra in', 'gondia maharashtra in s', 'maharashtra in s m', 'in s m p', 's m p science', 'm p science college', 'p science college java', 'science college java developer', 'college java developer java', 'java developer java developer', 'developer java developer xoriant', 'java developer xoriant solutions', 'developer xoriant solutions pvt', 'xoriant solutions pvt ltd', 'solutions pvt ltd skill', 'pvt ltd skill details', 'ltd skill details company', 'skill details company details', 'details company details company', 'company details company xoriant', 'details company xoriant solutions', 'company xoriant solutions pvt', 'xoriant solutions pvt ltd', 'solutions pvt ltd description', 'pvt ltd description pune', 'ltd description pune period', 'description pune period sept', 'pune period sept 2017', 'period sept 2017 till', 'sept 2017 till date', '2017 till date role', 'till date role java', 'date role java developer', 'role java developer description', 'java developer description resrent', 'developer description resrent team', 'description resrent team responsible', 'resrent team responsible development', 'team responsible development various', 'responsible development various modules', 'development various modules hertz', 'various modules hertz they', 'modules hertz they responsible', 'hertz they responsible development', 'they responsible development screens', 'responsible development screens portfolios', 'development screens portfolios look', 'screens portfolios look act', 'portfolios look act primary', 'look act primary control', 'act primary control function', 'primary control function developing', 'control function developing webservices', 'function developing webservices ensure', 'developing webservices ensure hit', 'webservices ensure hit xml', 'ensure hit xml json', 'hit xml json we', 'xml json we build', 'json we build various', 'we build various modules', 'build various modules inbuilt', 'various modules inbuilt hertz', 'modules inbuilt hertz provide', 'inbuilt hertz provide interfaces', 'hertz provide interfaces end', 'provide interfaces end users', 'interfaces end users tasks', 'end users tasks tools', 'users tasks tools eclipse', 'tasks tools eclipse toad', 'tools eclipse toad soapbox', 'eclipse toad soapbox postman', 'toad soapbox postman responsibilities', 'soapbox postman responsibilities develop', 'postman responsibilities develop module', 'responsibilities develop module backend', 'develop module backend middleware', 'module backend middleware frontend', 'backend middleware frontend bugs', 'middleware frontend bugs fixing', 'frontend bugs fixing proactive', 'bugs fixing proactive developing', 'fixing proactive developing enhancements', 'proactive developing enhancements resolve', 'developing enhancements resolve application', 'enhancements resolve application incidents', 'resolve application incidents within', 'application incidents within defined', 'incidents within defined ucs', 'within defined ucs creating', 'defined ucs creating different', 'ucs creating different task', 'creating different task ticket', 'different task ticket well', 'task ticket well debug', 'ticket well debug provide', 'well debug provide solution', 'debug provide solution workflow', 'provide solution workflow resolving', 'solution workflow resolving db', 'workflow resolving db issues', 'resolving db issues providing', 'db issues providing technical', 'issues providing technical support', 'providing technical support bas', 'technical support bas keeping', 'support bas keeping track', 'bas keeping track deployments', 'keeping track deployments effect', 'track deployments effect ongoing', 'deployments effect ongoing jobs', 'effect ongoing jobs contribution', 'ongoing jobs contribution towards', 'jobs contribution towards automation', 'contribution towards automation daily', 'towards automation daily activities', 'automation daily activities process', 'daily activities process based', 'activities process based organization', 'process based organization on', 'based organization on time', 'organization on time within', 'on time within budget', 'time within budget delivery', 'within budget delivery meeting', 'budget delivery meeting customers', 'delivery meeting customers quality', 'meeting customers quality expectations', 'customers quality expectations maintain', 'quality expectations maintain knowledge', 'expectations maintain knowledge base', 'maintain knowledge base domain', 'knowledge base domain known', 'base domain known defects', 'domain known defects issues', 'known defects issues processes', 'defects issues processes development', 'issues processes development techniques', 'processes development techniques company', 'development techniques company xoriant', 'techniques company xoriant solutions', 'company xoriant solutions pvt', 'xoriant solutions pvt ltd', 'solutions pvt ltd description', 'pvt ltd description strong', 'ltd description strong communication', 'description strong communication collaboration', 'strong communication collaboration team', 'communication collaboration team building', 'collaboration team building skills', 'team building skills proficiency', 'building skills proficiency grasping', 'skills proficiency grasping new', 'proficiency grasping new technical', 'grasping new technical concepts', 'new technical concepts quickly', 'technical concepts quickly utilize', 'concepts quickly utilize productive', 'quickly utilize productive manner', 'utilize productive manner experience', 'productive manner experience development', 'manner experience development web', 'experience development web application', 'development web application resolve', 'web application resolve project', 'application resolve project related', 'resolve project related issues', 'project related issues minimal', 'related issues minimal time', 'issues minimal time able', 'minimal time able communicate', 'time able communicate effectively', 'able communicate effectively multifunctional', 'communicate effectively multifunctional teams', 'effectively multifunctional teams programmers', 'multifunctional teams programmers technical', 'teams programmers technical staff', 'programmers technical staff levels', 'technical staff levels good', 'staff levels good knowledge', 'levels good knowledge java', 'good knowledge java sql', 'knowledge java sql ext', 'java sql ext js', 'sql ext js jsp', 'ext js jsp xml', 'js jsp xml web', 'jsp xml web services', 'xml web services good', 'web services good interpersonal', 'services good interpersonal analytical', 'good interpersonal analytical skills', 'interpersonal analytical skills proven', 'analytical skills proven abilities', 'skills proven abilities resolving', 'proven abilities resolving complex', 'abilities resolving complex software', 'resolving complex software issue', 'technical skills skills java sql', 'skills skills java sql pl', 'skills java sql pl sql', 'java sql pl sql c', 'sql pl sql c c', 'pl sql c c bootstrap', 'sql c c bootstrap jsp', 'c c bootstrap jsp ext', 'c bootstrap jsp ext js', 'bootstrap jsp ext js operating', 'jsp ext js operating systems', 'ext js operating systems windows', 'js operating systems windows tools', 'operating systems windows tools toad', 'systems windows tools toad eclipse', 'windows tools toad eclipse soapbox', 'tools toad eclipse soapbox postman', 'toad eclipse soapbox postman databases', ...], ['technical', 'strengths', 'computer', 'language', 'java', 'j2ee', 'swift', 'html', 'shell', 'script', 'mysql', 'databases', 'mysql', 'tools', 'svn', 'jenkins', 'hudson', 'weblogic12c', 'software', 'android', 'studio', 'eclipse', 'oracle', 'xcode', 'operating', 'systems', 'win', '10', 'mac', 'high', 'sierra', 'education', 'details', 'june', '2016', 'b', 'e', 'information', 'technology', 'goregaon', 'maharashtra', 'in', 'vidyalankar', 'institute', 'technology', 'may', '2013', 'mumbai', 'maharashtra', 'thakur', 'polytechnic', 'may', '2010', 'mumbai', 'maharashtra', 'st', 'john', 'universal', 'school', 'java', 'developer', 'java', 'developer', 'tech', 'mahindra', 'skill', 'details', 'java', 'exprience', '21', 'months', 'mysql', 'exprience', '21', 'months', 'databases', 'exprience', '17', 'months', 'j2ee', 'exprience', '17', 'months', 'android', 'exprience', '6', 'monthscompany', 'details', 'company', 'tech', 'mahindra', 'description', 'team', 'size', '5', 'environment', 'java', 'mysql', 'shell', 'script', 'webserver', 'jenkins', 'description', 'or', 'formatter', 'application', 'takes', 'input', 'file', 'geneva', 'modified', 'file', 'gmf', 'geneva', 'server', 'reads', 'data', 'generate', 'bill', 'backup', 'bill', 'invoices', 'client', 'customers', 'bt', 'these', 'invoices', 'would', 'sent', 'across', 'clients', 'billing', 'contribution', 'played', 'role', 'java', 'developer', 'involved', 'applying', 'change', 'request', 'current', 'modules', 'worked', 'requirement', 'analysis', 'development', 'user', 'stories', 'also', 'preformed', 'dev', 'unit', 'testing', 'user', 'stories', 'handled', 'e2e', 'issues', 'fixing', 'bugs', 'prepare', 'required', 'program', 'level', 'user', 'level', 'documentation', 'company', 'tech', 'mahindra', 'description', 'team', 'size', '5', 'environment', 'java', 'ejb', 'mysql', 'shell', 'script', 'webserver', 'weblogic12c', 'server', 'jenkins', 'description', 'staa', 'encapsulation', 'middleware', 'layer', 'acting', 'interface', 'client', 'operational', 'support', 'systems', 'legacy', 'systems', 'it', 'transforms', 'legacy', 'data', 'various', 'formats', 'tlv', 'input', 'form', 'xml', 'http', 'staa', 'validations', 'done', 'response', 'sent', 'back', 'end', 'systems', 'back', 'end', 'systems', 'css', 'cosmoss', 'databases', 'the', 'business', 'methods', 'deployed', 'ejbs', 'weblogic', 'server', 'shared', 'across', 'various', 'market', 'facing', 'units', 'client', 'contribution', 'played', 'role', 'java', 'developer', 'involved', 'creating', 'services', 'using', 'java', 'j2ee', 'worked', 'requirement', 'analysis', 'development', 'user', 'stories', 'also', 'preformed', 'dev', 'unit', 'testing', 'user', 'stories', 'handled', 'e2e', 'issues', 'fixing', 'bugs', 'worked', 'migration', 'java', '1', '6', 'java', '1', '8', 'technical strengths', 'strengths computer', 'computer language', 'language java', 'java j2ee', 'j2ee swift', 'swift html', 'html shell', 'shell script', 'script mysql', 'mysql databases', 'databases mysql', 'mysql tools', 'tools svn', 'svn jenkins', 'jenkins hudson', 'hudson weblogic12c', 'weblogic12c software', 'software android', 'android studio', 'studio eclipse', 'eclipse oracle', 'oracle xcode', 'xcode operating', 'operating systems', 'systems win', 'win 10', '10 mac', 'mac high', 'high sierra', 'sierra education', 'education details', 'details june', 'june 2016', '2016 b', 'b e', 'e information', 'information technology', 'technology goregaon', 'goregaon maharashtra', 'maharashtra in', 'in vidyalankar', 'vidyalankar institute', 'institute technology', 'technology may', 'may 2013', '2013 mumbai', 'mumbai maharashtra', 'maharashtra thakur', 'thakur polytechnic', 'polytechnic may', 'may 2010', '2010 mumbai', 'mumbai maharashtra', 'maharashtra st', 'st john', 'john universal', 'universal school', 'school java', 'java developer', 'developer java', 'java developer', 'developer tech', 'tech mahindra', 'mahindra skill', 'skill details', 'details java', 'java exprience', 'exprience 21', '21 months', 'months mysql', 'mysql exprience', 'exprience 21', '21 months', 'months databases', 'databases exprience', 'exprience 17', '17 months', 'months j2ee', 'j2ee exprience', 'exprience 17', '17 months', 'months android', 'android exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company tech', 'tech mahindra', 'mahindra description', 'description team', 'team size', 'size 5', '5 environment', 'environment java', 'java mysql', 'mysql shell', 'shell script', 'script webserver', 'webserver jenkins', 'jenkins description', 'description or', 'or formatter', 'formatter application', 'application takes', 'takes input', 'input file', 'file geneva', 'geneva modified', 'modified file', 'file gmf', 'gmf geneva', 'geneva server', 'server reads', 'reads data', 'data generate', 'generate bill', 'bill backup', 'backup bill', 'bill invoices', 'invoices client', 'client customers', 'customers bt', 'bt these', 'these invoices', 'invoices would', 'would sent', 'sent across', 'across clients', 'clients billing', 'billing contribution', 'contribution played', 'played role', 'role java', 'java developer', 'developer involved', 'involved applying', 'applying change', 'change request', 'request current', 'current modules', 'modules worked', 'worked requirement', 'requirement analysis', 'analysis development', 'development user', 'user stories', 'stories also', 'also preformed', 'preformed dev', 'dev unit', 'unit testing', 'testing user', 'user stories', 'stories handled', 'handled e2e', 'e2e issues', 'issues fixing', 'fixing bugs', 'bugs prepare', 'prepare required', 'required program', 'program level', 'level user', 'user level', 'level documentation', 'documentation company', 'company tech', 'tech mahindra', 'mahindra description', 'description team', 'team size', 'size 5', '5 environment', 'environment java', 'java ejb', 'ejb mysql', 'mysql shell', 'shell script', 'script webserver', 'webserver weblogic12c', 'weblogic12c server', 'server jenkins', 'jenkins description', 'description staa', 'staa encapsulation', 'encapsulation middleware', 'middleware layer', 'layer acting', 'acting interface', 'interface client', 'client operational', 'operational support', 'support systems', 'systems legacy', 'legacy systems', 'systems it', 'it transforms', 'transforms legacy', 'legacy data', 'data various', 'various formats', 'formats tlv', 'tlv input', 'input form', 'form xml', 'xml http', 'http staa', 'staa validations', 'validations done', 'done response', 'response sent', 'sent back', 'back end', 'end systems', 'systems back', 'back end', 'end systems', 'systems css', 'css cosmoss', 'cosmoss databases', 'databases the', 'the business', 'business methods', 'methods deployed', 'deployed ejbs', 'ejbs weblogic', 'weblogic server', 'server shared', 'shared across', 'across various', 'various market', 'market facing', 'facing units', 'units client', 'client contribution', 'contribution played', 'played role', 'role java', 'java developer', 'developer involved', 'involved creating', 'creating services', 'services using', 'using java', 'java j2ee', 'j2ee worked', 'worked requirement', 'requirement analysis', 'analysis development', 'development user', 'user stories', 'stories also', 'also preformed', 'preformed dev', 'dev unit', 'unit testing', 'testing user', 'user stories', 'stories handled', 'handled e2e', 'e2e issues', 'issues fixing', 'fixing bugs', 'bugs worked', 'worked migration', 'migration java', 'java 1', '1 6', '6 java', 'java 1', '1 8', 'technical strengths computer', 'strengths computer language', 'computer language java', 'language java j2ee', 'java j2ee swift', 'j2ee swift html', 'swift html shell', 'html shell script', 'shell script mysql', 'script mysql databases', 'mysql databases mysql', 'databases mysql tools', 'mysql tools svn', 'tools svn jenkins', 'svn jenkins hudson', 'jenkins hudson weblogic12c', 'hudson weblogic12c software', 'weblogic12c software android', 'software android studio', 'android studio eclipse', 'studio eclipse oracle', 'eclipse oracle xcode', 'oracle xcode operating', 'xcode operating systems', 'operating systems win', 'systems win 10', 'win 10 mac', '10 mac high', 'mac high sierra', 'high sierra education', 'sierra education details', 'education details june', 'details june 2016', 'june 2016 b', '2016 b e', 'b e information', 'e information technology', 'information technology goregaon', 'technology goregaon maharashtra', 'goregaon maharashtra in', 'maharashtra in vidyalankar', 'in vidyalankar institute', 'vidyalankar institute technology', 'institute technology may', 'technology may 2013', 'may 2013 mumbai', '2013 mumbai maharashtra', 'mumbai maharashtra thakur', 'maharashtra thakur polytechnic', 'thakur polytechnic may', 'polytechnic may 2010', 'may 2010 mumbai', '2010 mumbai maharashtra', 'mumbai maharashtra st', 'maharashtra st john', 'st john universal', 'john universal school', 'universal school java', 'school java developer', 'java developer java', 'developer java developer', 'java developer tech', 'developer tech mahindra', 'tech mahindra skill', 'mahindra skill details', 'skill details java', 'details java exprience', 'java exprience 21', 'exprience 21 months', '21 months mysql', 'months mysql exprience', 'mysql exprience 21', 'exprience 21 months', '21 months databases', 'months databases exprience', 'databases exprience 17', 'exprience 17 months', '17 months j2ee', 'months j2ee exprience', 'j2ee exprience 17', 'exprience 17 months', '17 months android', 'months android exprience', 'android exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company tech', 'company tech mahindra', 'tech mahindra description', 'mahindra description team', 'description team size', 'team size 5', 'size 5 environment', '5 environment java', 'environment java mysql', 'java mysql shell', 'mysql shell script', 'shell script webserver', 'script webserver jenkins', 'webserver jenkins description', 'jenkins description or', 'description or formatter', 'or formatter application', 'formatter application takes', 'application takes input', 'takes input file', 'input file geneva', 'file geneva modified', 'geneva modified file', 'modified file gmf', 'file gmf geneva', 'gmf geneva server', 'geneva server reads', 'server reads data', 'reads data generate', 'data generate bill', 'generate bill backup', 'bill backup bill', 'backup bill invoices', 'bill invoices client', 'invoices client customers', 'client customers bt', 'customers bt these', 'bt these invoices', 'these invoices would', 'invoices would sent', 'would sent across', 'sent across clients', 'across clients billing', 'clients billing contribution', 'billing contribution played', 'contribution played role', 'played role java', 'role java developer', 'java developer involved', 'developer involved applying', 'involved applying change', 'applying change request', 'change request current', 'request current modules', 'current modules worked', 'modules worked requirement', 'worked requirement analysis', 'requirement analysis development', 'analysis development user', 'development user stories', 'user stories also', 'stories also preformed', 'also preformed dev', 'preformed dev unit', 'dev unit testing', 'unit testing user', 'testing user stories', 'user stories handled', 'stories handled e2e', 'handled e2e issues', 'e2e issues fixing', 'issues fixing bugs', 'fixing bugs prepare', 'bugs prepare required', 'prepare required program', 'required program level', 'program level user', 'level user level', 'user level documentation', 'level documentation company', 'documentation company tech', 'company tech mahindra', 'tech mahindra description', 'mahindra description team', 'description team size', 'team size 5', 'size 5 environment', '5 environment java', 'environment java ejb', 'java ejb mysql', 'ejb mysql shell', 'mysql shell script', 'shell script webserver', 'script webserver weblogic12c', 'webserver weblogic12c server', 'weblogic12c server jenkins', 'server jenkins description', 'jenkins description staa', 'description staa encapsulation', 'staa encapsulation middleware', 'encapsulation middleware layer', 'middleware layer acting', 'layer acting interface', 'acting interface client', 'interface client operational', 'client operational support', 'operational support systems', 'support systems legacy', 'systems legacy systems', 'legacy systems it', 'systems it transforms', 'it transforms legacy', 'transforms legacy data', 'legacy data various', 'data various formats', 'various formats tlv', 'formats tlv input', 'tlv input form', 'input form xml', 'form xml http', 'xml http staa', 'http staa validations', 'staa validations done', 'validations done response', 'done response sent', 'response sent back', 'sent back end', 'back end systems', 'end systems back', 'systems back end', 'back end systems', 'end systems css', 'systems css cosmoss', 'css cosmoss databases', 'cosmoss databases the', 'databases the business', 'the business methods', 'business methods deployed', 'methods deployed ejbs', 'deployed ejbs weblogic', 'ejbs weblogic server', 'weblogic server shared', 'server shared across', 'shared across various', 'across various market', 'various market facing', 'market facing units', 'facing units client', 'units client contribution', 'client contribution played', 'contribution played role', 'played role java', 'role java developer', 'java developer involved', 'developer involved creating', 'involved creating services', 'creating services using', 'services using java', 'using java j2ee', 'java j2ee worked', 'j2ee worked requirement', 'worked requirement analysis', 'requirement analysis development', 'analysis development user', 'development user stories', 'user stories also', 'stories also preformed', 'also preformed dev', 'preformed dev unit', 'dev unit testing', 'unit testing user', 'testing user stories', 'user stories handled', 'stories handled e2e', 'handled e2e issues', 'e2e issues fixing', 'issues fixing bugs', 'fixing bugs worked', 'bugs worked migration', 'worked migration java', 'migration java 1', 'java 1 6', '1 6 java', '6 java 1', 'java 1 8', 'technical strengths computer language', 'strengths computer language java', 'computer language java j2ee', 'language java j2ee swift', 'java j2ee swift html', 'j2ee swift html shell', 'swift html shell script', 'html shell script mysql', 'shell script mysql databases', 'script mysql databases mysql', 'mysql databases mysql tools', 'databases mysql tools svn', 'mysql tools svn jenkins', 'tools svn jenkins hudson', 'svn jenkins hudson weblogic12c', 'jenkins hudson weblogic12c software', 'hudson weblogic12c software android', 'weblogic12c software android studio', 'software android studio eclipse', 'android studio eclipse oracle', 'studio eclipse oracle xcode', 'eclipse oracle xcode operating', 'oracle xcode operating systems', 'xcode operating systems win', 'operating systems win 10', 'systems win 10 mac', 'win 10 mac high', '10 mac high sierra', 'mac high sierra education', 'high sierra education details', 'sierra education details june', 'education details june 2016', 'details june 2016 b', 'june 2016 b e', '2016 b e information', 'b e information technology', 'e information technology goregaon', 'information technology goregaon maharashtra', 'technology goregaon maharashtra in', 'goregaon maharashtra in vidyalankar', 'maharashtra in vidyalankar institute', 'in vidyalankar institute technology', 'vidyalankar institute technology may', 'institute technology may 2013', 'technology may 2013 mumbai', 'may 2013 mumbai maharashtra', '2013 mumbai maharashtra thakur', 'mumbai maharashtra thakur polytechnic', 'maharashtra thakur polytechnic may', 'thakur polytechnic may 2010', 'polytechnic may 2010 mumbai', 'may 2010 mumbai maharashtra', '2010 mumbai maharashtra st', 'mumbai maharashtra st john', 'maharashtra st john universal', 'st john universal school', 'john universal school java', 'universal school java developer', 'school java developer java', 'java developer java developer', 'developer java developer tech', 'java developer tech mahindra', 'developer tech mahindra skill', 'tech mahindra skill details', 'mahindra skill details java', 'skill details java exprience', 'details java exprience 21', 'java exprience 21 months', 'exprience 21 months mysql', '21 months mysql exprience', 'months mysql exprience 21', 'mysql exprience 21 months', 'exprience 21 months databases', '21 months databases exprience', 'months databases exprience 17', 'databases exprience 17 months', 'exprience 17 months j2ee', '17 months j2ee exprience', 'months j2ee exprience 17', 'j2ee exprience 17 months', 'exprience 17 months android', '17 months android exprience', 'months android exprience 6', 'android exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company tech', 'details company tech mahindra', 'company tech mahindra description', 'tech mahindra description team', 'mahindra description team size', 'description team size 5', 'team size 5 environment', 'size 5 environment java', '5 environment java mysql', 'environment java mysql shell', 'java mysql shell script', 'mysql shell script webserver', 'shell script webserver jenkins', 'script webserver jenkins description', 'webserver jenkins description or', 'jenkins description or formatter', 'description or formatter application', 'or formatter application takes', 'formatter application takes input', 'application takes input file', 'takes input file geneva', 'input file geneva modified', 'file geneva modified file', 'geneva modified file gmf', 'modified file gmf geneva', 'file gmf geneva server', 'gmf geneva server reads', 'geneva server reads data', 'server reads data generate', 'reads data generate bill', 'data generate bill backup', 'generate bill backup bill', 'bill backup bill invoices', 'backup bill invoices client', 'bill invoices client customers', 'invoices client customers bt', 'client customers bt these', 'customers bt these invoices', 'bt these invoices would', 'these invoices would sent', 'invoices would sent across', 'would sent across clients', 'sent across clients billing', 'across clients billing contribution', 'clients billing contribution played', 'billing contribution played role', 'contribution played role java', 'played role java developer', 'role java developer involved', 'java developer involved applying', 'developer involved applying change', 'involved applying change request', 'applying change request current', 'change request current modules', 'request current modules worked', 'current modules worked requirement', 'modules worked requirement analysis', 'worked requirement analysis development', 'requirement analysis development user', 'analysis development user stories', 'development user stories also', 'user stories also preformed', 'stories also preformed dev', 'also preformed dev unit', 'preformed dev unit testing', 'dev unit testing user', 'unit testing user stories', 'testing user stories handled', 'user stories handled e2e', 'stories handled e2e issues', 'handled e2e issues fixing', 'e2e issues fixing bugs', 'issues fixing bugs prepare', 'fixing bugs prepare required', 'bugs prepare required program', 'prepare required program level', 'required program level user', 'program level user level', 'level user level documentation', 'user level documentation company', 'level documentation company tech', 'documentation company tech mahindra', 'company tech mahindra description', 'tech mahindra description team', 'mahindra description team size', 'description team size 5', 'team size 5 environment', 'size 5 environment java', '5 environment java ejb', 'environment java ejb mysql', 'java ejb mysql shell', 'ejb mysql shell script', 'mysql shell script webserver', 'shell script webserver weblogic12c', 'script webserver weblogic12c server', ...], ['education', 'details', 'january', '2013', 'master', 'engineering', 'information', 'technology', 'pune', 'maharashtra', 'm', 'i', 't', 'january', '2005', 'bachelor', 'engineering', 'information', 'technology', 'pusad', 'maharashtra', 'amravati', 'university', 'january', '2001', 'pusad', 'maharashtra', 'p', 'n', 'junior', 'college', 'january', '1999', 's', 's', 'c', 'pusad', 'maharashtra', 'k', 'd', 'high', 'school', 'java', 'developer', 'java', 'developer', 'maxgen', 'technologies', 'skill', 'details', 'company', 'details', 'company', 'maxgen', 'technologies', 'description', 'currently', 'working', 'infrasoft', 'technologies', 'andheri', 'java', 'developer', 'company', 'mis', 'generation', 'tata', 'sky', 'tata', 'power', 'description', 'courses', 'done', 'android', 'mobile', 'app', 'development', 'technologies', 'java', 'core', 'java', 'advance', 'java', 'jsf', 'hibernate', 'spring', 'niit', '2015', '16', 'android', 'project', 'location', 'detector', 'computing', 'mobile', 'devices', 'android', 'me', 'project', 'data', 'deduplication', 'my', 'projects', 'works', 'reduce', 'redundant', 'data', 'system', 'free', 'memory', 'it', 'stores', 'unique', 'copy', 'data', 'location', 'data', 'help', 'pointers', 'ess', 'data', 'java', 'subjects', 'taught', 'c', 'language', 'core', 'java', 'object', 'oriented', 'programming', 'oot', 'c', 'database', 'pps', 'programming', 'problem', 'solving', 'ad', 'advance', 'database', 'ias', 'information', 'assurance', 'security', 'android', 'programming', 'skill', 'c', 'c', 'java', 'android', 'database', 'handled', 'ms', 'a', 'ess', 'sql', 'oracle', 'national', 'conference', '1', 'paper', 'presented', 'a', 'secure', 'cipher', 'index', 'encrypted', 'character', 'data', 'database', 'on', 'dated', '28', '29', 'april', '2011', 'pimpri', 'chinchwad', 'college', 'engineering', 'pune', 'education details', 'details january', 'january 2013', '2013 master', 'master engineering', 'engineering information', 'information technology', 'technology pune', 'pune maharashtra', 'maharashtra m', 'm i', 'i t', 't january', 'january 2005', '2005 bachelor', 'bachelor engineering', 'engineering information', 'information technology', 'technology pusad', 'pusad maharashtra', 'maharashtra amravati', 'amravati university', 'university january', 'january 2001', '2001 pusad', 'pusad maharashtra', 'maharashtra p', 'p n', 'n junior', 'junior college', 'college january', 'january 1999', '1999 s', 's s', 's c', 'c pusad', 'pusad maharashtra', 'maharashtra k', 'k d', 'd high', 'high school', 'school java', 'java developer', 'developer java', 'java developer', 'developer maxgen', 'maxgen technologies', 'technologies skill', 'skill details', 'details company', 'company details', 'details company', 'company maxgen', 'maxgen technologies', 'technologies description', 'description currently', 'currently working', 'working infrasoft', 'infrasoft technologies', 'technologies andheri', 'andheri java', 'java developer', 'developer company', 'company mis', 'mis generation', 'generation tata', 'tata sky', 'sky tata', 'tata power', 'power description', 'description courses', 'courses done', 'done android', 'android mobile', 'mobile app', 'app development', 'development technologies', 'technologies java', 'java core', 'core java', 'java advance', 'advance java', 'java jsf', 'jsf hibernate', 'hibernate spring', 'spring niit', 'niit 2015', '2015 16', '16 android', 'android project', 'project location', 'location detector', 'detector computing', 'computing mobile', 'mobile devices', 'devices android', 'android me', 'me project', 'project data', 'data deduplication', 'deduplication my', 'my projects', 'projects works', 'works reduce', 'reduce redundant', 'redundant data', 'data system', 'system free', 'free memory', 'memory it', 'it stores', 'stores unique', 'unique copy', 'copy data', 'data location', 'location data', 'data help', 'help pointers', 'pointers ess', 'ess data', 'data java', 'java subjects', 'subjects taught', 'taught c', 'c language', 'language core', 'core java', 'java object', 'object oriented', 'oriented programming', 'programming oot', 'oot c', 'c database', 'database pps', 'pps programming', 'programming problem', 'problem solving', 'solving ad', 'ad advance', 'advance database', 'database ias', 'ias information', 'information assurance', 'assurance security', 'security android', 'android programming', 'programming skill', 'skill c', 'c c', 'c java', 'java android', 'android database', 'database handled', 'handled ms', 'ms a', 'a ess', 'ess sql', 'sql oracle', 'oracle national', 'national conference', 'conference 1', '1 paper', 'paper presented', 'presented a', 'a secure', 'secure cipher', 'cipher index', 'index encrypted', 'encrypted character', 'character data', 'data database', 'database on', 'on dated', 'dated 28', '28 29', '29 april', 'april 2011', '2011 pimpri', 'pimpri chinchwad', 'chinchwad college', 'college engineering', 'engineering pune', 'education details january', 'details january 2013', 'january 2013 master', '2013 master engineering', 'master engineering information', 'engineering information technology', 'information technology pune', 'technology pune maharashtra', 'pune maharashtra m', 'maharashtra m i', 'm i t', 'i t january', 't january 2005', 'january 2005 bachelor', '2005 bachelor engineering', 'bachelor engineering information', 'engineering information technology', 'information technology pusad', 'technology pusad maharashtra', 'pusad maharashtra amravati', 'maharashtra amravati university', 'amravati university january', 'university january 2001', 'january 2001 pusad', '2001 pusad maharashtra', 'pusad maharashtra p', 'maharashtra p n', 'p n junior', 'n junior college', 'junior college january', 'college january 1999', 'january 1999 s', '1999 s s', 's s c', 's c pusad', 'c pusad maharashtra', 'pusad maharashtra k', 'maharashtra k d', 'k d high', 'd high school', 'high school java', 'school java developer', 'java developer java', 'developer java developer', 'java developer maxgen', 'developer maxgen technologies', 'maxgen technologies skill', 'technologies skill details', 'skill details company', 'details company details', 'company details company', 'details company maxgen', 'company maxgen technologies', 'maxgen technologies description', 'technologies description currently', 'description currently working', 'currently working infrasoft', 'working infrasoft technologies', 'infrasoft technologies andheri', 'technologies andheri java', 'andheri java developer', 'java developer company', 'developer company mis', 'company mis generation', 'mis generation tata', 'generation tata sky', 'tata sky tata', 'sky tata power', 'tata power description', 'power description courses', 'description courses done', 'courses done android', 'done android mobile', 'android mobile app', 'mobile app development', 'app development technologies', 'development technologies java', 'technologies java core', 'java core java', 'core java advance', 'java advance java', 'advance java jsf', 'java jsf hibernate', 'jsf hibernate spring', 'hibernate spring niit', 'spring niit 2015', 'niit 2015 16', '2015 16 android', '16 android project', 'android project location', 'project location detector', 'location detector computing', 'detector computing mobile', 'computing mobile devices', 'mobile devices android', 'devices android me', 'android me project', 'me project data', 'project data deduplication', 'data deduplication my', 'deduplication my projects', 'my projects works', 'projects works reduce', 'works reduce redundant', 'reduce redundant data', 'redundant data system', 'data system free', 'system free memory', 'free memory it', 'memory it stores', 'it stores unique', 'stores unique copy', 'unique copy data', 'copy data location', 'data location data', 'location data help', 'data help pointers', 'help pointers ess', 'pointers ess data', 'ess data java', 'data java subjects', 'java subjects taught', 'subjects taught c', 'taught c language', 'c language core', 'language core java', 'core java object', 'java object oriented', 'object oriented programming', 'oriented programming oot', 'programming oot c', 'oot c database', 'c database pps', 'database pps programming', 'pps programming problem', 'programming problem solving', 'problem solving ad', 'solving ad advance', 'ad advance database', 'advance database ias', 'database ias information', 'ias information assurance', 'information assurance security', 'assurance security android', 'security android programming', 'android programming skill', 'programming skill c', 'skill c c', 'c c java', 'c java android', 'java android database', 'android database handled', 'database handled ms', 'handled ms a', 'ms a ess', 'a ess sql', 'ess sql oracle', 'sql oracle national', 'oracle national conference', 'national conference 1', 'conference 1 paper', '1 paper presented', 'paper presented a', 'presented a secure', 'a secure cipher', 'secure cipher index', 'cipher index encrypted', 'index encrypted character', 'encrypted character data', 'character data database', 'data database on', 'database on dated', 'on dated 28', 'dated 28 29', '28 29 april', '29 april 2011', 'april 2011 pimpri', '2011 pimpri chinchwad', 'pimpri chinchwad college', 'chinchwad college engineering', 'college engineering pune', 'education details january 2013', 'details january 2013 master', 'january 2013 master engineering', '2013 master engineering information', 'master engineering information technology', 'engineering information technology pune', 'information technology pune maharashtra', 'technology pune maharashtra m', 'pune maharashtra m i', 'maharashtra m i t', 'm i t january', 'i t january 2005', 't january 2005 bachelor', 'january 2005 bachelor engineering', '2005 bachelor engineering information', 'bachelor engineering information technology', 'engineering information technology pusad', 'information technology pusad maharashtra', 'technology pusad maharashtra amravati', 'pusad maharashtra amravati university', 'maharashtra amravati university january', 'amravati university january 2001', 'university january 2001 pusad', 'january 2001 pusad maharashtra', '2001 pusad maharashtra p', 'pusad maharashtra p n', 'maharashtra p n junior', 'p n junior college', 'n junior college january', 'junior college january 1999', 'college january 1999 s', 'january 1999 s s', '1999 s s c', 's s c pusad', 's c pusad maharashtra', 'c pusad maharashtra k', 'pusad maharashtra k d', 'maharashtra k d high', 'k d high school', 'd high school java', 'high school java developer', 'school java developer java', 'java developer java developer', 'developer java developer maxgen', 'java developer maxgen technologies', 'developer maxgen technologies skill', 'maxgen technologies skill details', 'technologies skill details company', 'skill details company details', 'details company details company', 'company details company maxgen', 'details company maxgen technologies', 'company maxgen technologies description', 'maxgen technologies description currently', 'technologies description currently working', 'description currently working infrasoft', 'currently working infrasoft technologies', 'working infrasoft technologies andheri', 'infrasoft technologies andheri java', 'technologies andheri java developer', 'andheri java developer company', 'java developer company mis', 'developer company mis generation', 'company mis generation tata', 'mis generation tata sky', 'generation tata sky tata', 'tata sky tata power', 'sky tata power description', 'tata power description courses', 'power description courses done', 'description courses done android', 'courses done android mobile', 'done android mobile app', 'android mobile app development', 'mobile app development technologies', 'app development technologies java', 'development technologies java core', 'technologies java core java', 'java core java advance', 'core java advance java', 'java advance java jsf', 'advance java jsf hibernate', 'java jsf hibernate spring', 'jsf hibernate spring niit', 'hibernate spring niit 2015', 'spring niit 2015 16', 'niit 2015 16 android', '2015 16 android project', '16 android project location', 'android project location detector', 'project location detector computing', 'location detector computing mobile', 'detector computing mobile devices', 'computing mobile devices android', 'mobile devices android me', 'devices android me project', 'android me project data', 'me project data deduplication', 'project data deduplication my', 'data deduplication my projects', 'deduplication my projects works', 'my projects works reduce', 'projects works reduce redundant', 'works reduce redundant data', 'reduce redundant data system', 'redundant data system free', 'data system free memory', 'system free memory it', 'free memory it stores', 'memory it stores unique', 'it stores unique copy', 'stores unique copy data', 'unique copy data location', 'copy data location data', 'data location data help', 'location data help pointers', 'data help pointers ess', 'help pointers ess data', 'pointers ess data java', 'ess data java subjects', 'data java subjects taught', 'java subjects taught c', 'subjects taught c language', 'taught c language core', 'c language core java', 'language core java object', 'core java object oriented', 'java object oriented programming', 'object oriented programming oot', 'oriented programming oot c', 'programming oot c database', 'oot c database pps', 'c database pps programming', 'database pps programming problem', 'pps programming problem solving', 'programming problem solving ad', 'problem solving ad advance', 'solving ad advance database', 'ad advance database ias', 'advance database ias information', 'database ias information assurance', 'ias information assurance security', 'information assurance security android', 'assurance security android programming', 'security android programming skill', 'android programming skill c', 'programming skill c c', 'skill c c java', 'c c java android', 'c java android database', 'java android database handled', 'android database handled ms', 'database handled ms a', 'handled ms a ess', 'ms a ess sql', 'a ess sql oracle', 'ess sql oracle national', 'sql oracle national conference', 'oracle national conference 1', 'national conference 1 paper', 'conference 1 paper presented', '1 paper presented a', 'paper presented a secure', 'presented a secure cipher', 'a secure cipher index', 'secure cipher index encrypted', 'cipher index encrypted character', 'index encrypted character data', 'encrypted character data database', 'character data database on', 'data database on dated', 'database on dated 28', 'on dated 28 29', 'dated 28 29 april', '28 29 april 2011', '29 april 2011 pimpri', 'april 2011 pimpri chinchwad', '2011 pimpri chinchwad college', 'pimpri chinchwad college engineering', 'chinchwad college engineering pune', 'education details january 2013 master', 'details january 2013 master engineering', 'january 2013 master engineering information', '2013 master engineering information technology', 'master engineering information technology pune', 'engineering information technology pune maharashtra', 'information technology pune maharashtra m', 'technology pune maharashtra m i', 'pune maharashtra m i t', 'maharashtra m i t january', 'm i t january 2005', 'i t january 2005 bachelor', 't january 2005 bachelor engineering', 'january 2005 bachelor engineering information', '2005 bachelor engineering information technology', 'bachelor engineering information technology pusad', 'engineering information technology pusad maharashtra', 'information technology pusad maharashtra amravati', 'technology pusad maharashtra amravati university', 'pusad maharashtra amravati university january', 'maharashtra amravati university january 2001', 'amravati university january 2001 pusad', 'university january 2001 pusad maharashtra', 'january 2001 pusad maharashtra p', '2001 pusad maharashtra p n', 'pusad maharashtra p n junior', 'maharashtra p n junior college', 'p n junior college january', 'n junior college january 1999', 'junior college january 1999 s', 'college january 1999 s s', 'january 1999 s s c', '1999 s s c pusad', 's s c pusad maharashtra', 's c pusad maharashtra k', 'c pusad maharashtra k d', 'pusad maharashtra k d high', 'maharashtra k d high school', 'k d high school java', 'd high school java developer', 'high school java developer java', 'school java developer java developer', 'java developer java developer maxgen', 'developer java developer maxgen technologies', 'java developer maxgen technologies skill', 'developer maxgen technologies skill details', 'maxgen technologies skill details company', 'technologies skill details company details', 'skill details company details company', 'details company details company maxgen', 'company details company maxgen technologies', 'details company maxgen technologies description', 'company maxgen technologies description currently', 'maxgen technologies description currently working', 'technologies description currently working infrasoft', 'description currently working infrasoft technologies', 'currently working infrasoft technologies andheri', 'working infrasoft technologies andheri java', 'infrasoft technologies andheri java developer', 'technologies andheri java developer company', 'andheri java developer company mis', 'java developer company mis generation', 'developer company mis generation tata', 'company mis generation tata sky', 'mis generation tata sky tata', 'generation tata sky tata power', 'tata sky tata power description', 'sky tata power description courses', 'tata power description courses done', 'power description courses done android', 'description courses done android mobile', 'courses done android mobile app', 'done android mobile app development', 'android mobile app development technologies', 'mobile app development technologies java', 'app development technologies java core', 'development technologies java core java', 'technologies java core java advance', 'java core java advance java', 'core java advance java jsf', 'java advance java jsf hibernate', 'advance java jsf hibernate spring', 'java jsf hibernate spring niit', 'jsf hibernate spring niit 2015', 'hibernate spring niit 2015 16', 'spring niit 2015 16 android', 'niit 2015 16 android project', '2015 16 android project location', '16 android project location detector', 'android project location detector computing', 'project location detector computing mobile', 'location detector computing mobile devices', 'detector computing mobile devices android', 'computing mobile devices android me', 'mobile devices android me project', 'devices android me project data', 'android me project data deduplication', 'me project data deduplication my', 'project data deduplication my projects', 'data deduplication my projects works', 'deduplication my projects works reduce', 'my projects works reduce redundant', 'projects works reduce redundant data', 'works reduce redundant data system', 'reduce redundant data system free', 'redundant data system free memory', 'data system free memory it', 'system free memory it stores', 'free memory it stores unique', 'memory it stores unique copy', 'it stores unique copy data', 'stores unique copy data location', 'unique copy data location data', 'copy data location data help', 'data location data help pointers', 'location data help pointers ess', 'data help pointers ess data', 'help pointers ess data java', 'pointers ess data java subjects', 'ess data java subjects taught', 'data java subjects taught c', 'java subjects taught c language', 'subjects taught c language core', 'taught c language core java', 'c language core java object', 'language core java object oriented', 'core java object oriented programming', 'java object oriented programming oot', 'object oriented programming oot c', 'oriented programming oot c database', 'programming oot c database pps', 'oot c database pps programming', 'c database pps programming problem', 'database pps programming problem solving', 'pps programming problem solving ad', 'programming problem solving ad advance', 'problem solving ad advance database', 'solving ad advance database ias', 'ad advance database ias information', 'advance database ias information assurance', 'database ias information assurance security', 'ias information assurance security android', 'information assurance security android programming', 'assurance security android programming skill', 'security android programming skill c', 'android programming skill c c', 'programming skill c c java', 'skill c c java android', 'c c java android database', 'c java android database handled', 'java android database handled ms', 'android database handled ms a', 'database handled ms a ess', 'handled ms a ess sql', 'ms a ess sql oracle', 'a ess sql oracle national', 'ess sql oracle national conference', 'sql oracle national conference 1', 'oracle national conference 1 paper', 'national conference 1 paper presented', 'conference 1 paper presented a', '1 paper presented a secure', 'paper presented a secure cipher', 'presented a secure cipher index', 'a secure cipher index encrypted', 'secure cipher index encrypted character', 'cipher index encrypted character data', 'index encrypted character data database', 'encrypted character data database on', 'character data database on dated', 'data database on dated 28', 'database on dated 28 29', 'on dated 28 29 april', 'dated 28 29 april 2011', '28 29 april 2011 pimpri', '29 april 2011 pimpri chinchwad', 'april 2011 pimpri chinchwad college', '2011 pimpri chinchwad college engineering', 'pimpri chinchwad college engineering pune', 'education details january 2013 master engineering', 'details january 2013 master engineering information', 'january 2013 master engineering information technology', '2013 master engineering information technology pune', 'master engineering information technology pune maharashtra', 'engineering information technology pune maharashtra m', 'information technology pune maharashtra m i', 'technology pune maharashtra m i t', 'pune maharashtra m i t january', 'maharashtra m i t january 2005', 'm i t january 2005 bachelor', 'i t january 2005 bachelor engineering', 't january 2005 bachelor engineering information', 'january 2005 bachelor engineering information technology', '2005 bachelor engineering information technology pusad', 'bachelor engineering information technology pusad maharashtra', 'engineering information technology pusad maharashtra amravati', 'information technology pusad maharashtra amravati university', 'technology pusad maharashtra amravati university january', 'pusad maharashtra amravati university january 2001', 'maharashtra amravati university january 2001 pusad', 'amravati university january 2001 pusad maharashtra', 'university january 2001 pusad maharashtra p', 'january 2001 pusad maharashtra p n', '2001 pusad maharashtra p n junior', 'pusad maharashtra p n junior college', 'maharashtra p n junior college january', 'p n junior college january 1999', 'n junior college january 1999 s', 'junior college january 1999 s s', 'college january 1999 s s c', 'january 1999 s s c pusad', '1999 s s c pusad maharashtra', 's s c pusad maharashtra k', 's c pusad maharashtra k d', 'c pusad maharashtra k d high', 'pusad maharashtra k d high school', 'maharashtra k d high school java', 'k d high school java developer', 'd high school java developer java', 'high school java developer java developer', 'school java developer java developer maxgen', 'java developer java developer maxgen technologies', 'developer java developer maxgen technologies skill', 'java developer maxgen technologies skill details', 'developer maxgen technologies skill details company', 'maxgen technologies skill details company details', 'technologies skill details company details company', 'skill details company details company maxgen', 'details company details company maxgen technologies', 'company details company maxgen technologies description', 'details company maxgen technologies description currently', 'company maxgen technologies description currently working', 'maxgen technologies description currently working infrasoft', 'technologies description currently working infrasoft technologies', 'description currently working infrasoft technologies andheri', 'currently working infrasoft technologies andheri java', 'working infrasoft technologies andheri java developer', 'infrasoft technologies andheri java developer company', 'technologies andheri java developer company mis', 'andheri java developer company mis generation', 'java developer company mis generation tata', 'developer company mis generation tata sky', 'company mis generation tata sky tata', 'mis generation tata sky tata power', 'generation tata sky tata power description', 'tata sky tata power description courses', 'sky tata power description courses done', 'tata power description courses done android', 'power description courses done android mobile', 'description courses done android mobile app', 'courses done android mobile app development', 'done android mobile app development technologies', 'android mobile app development technologies java', 'mobile app development technologies java core', 'app development technologies java core java', 'development technologies java core java advance', 'technologies java core java advance java', 'java core java advance java jsf', 'core java advance java jsf hibernate', 'java advance java jsf hibernate spring', 'advance java jsf hibernate spring niit', 'java jsf hibernate spring niit 2015', 'jsf hibernate spring niit 2015 16', 'hibernate spring niit 2015 16 android', 'spring niit 2015 16 android project', 'niit 2015 16 android project location', '2015 16 android project location detector', '16 android project location detector computing', 'android project location detector computing mobile', 'project location detector computing mobile devices', 'location detector computing mobile devices android', 'detector computing mobile devices android me', 'computing mobile devices android me project', 'mobile devices android me project data', ...], ['education', 'details', 'be', 'it', 'pjlce', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'c', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year', 'months', 'ds', 'exprience', 'less', '1', 'year', 'months', 'jdbc', 'exprience', '24', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'java', 'j2ee', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', '6', 'months', 'jquery', 'exprience', '6', 'months', 'ajax', 'exprience', '6', 'monthscompany', 'details', 'company', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'description', '1', 'as', 'java', 'developer', 'organisation', 'almighty', 'tech', 'pvt', 'ltd', 'nagpur', 'designation', 'java', 'developer', 'duration', 'from', '1st', 'jan', '2018', 'notice', 'period', '15', 'days', 'job', 'responsibilities', 'resolve', 'bugs', 'develop', 'project', 'per', 'user', 'requirement', 'knowledge', 'about', 'programming', 'language', 'c', 'c', 'ds', 'java', 'swing', 'jdbc', 'j2ee', 'java', 'script', 'jquery', 'ajax', 'ms', 'office', 'excel', 'education details', 'details be', 'be it', 'it pjlce', 'pjlce java', 'java developer', 'developer java', 'java developer', 'developer skill', 'skill details', 'details c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months ds', 'ds exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jdbc', 'jdbc exprience', 'exprience 24', '24 months', 'months hibernate', 'hibernate exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months java', 'java j2ee', 'j2ee exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months javascript', 'javascript exprience', 'exprience 6', '6 months', 'months jquery', 'jquery exprience', 'exprience 6', '6 months', 'months ajax', 'ajax exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company almighty', 'almighty tech', 'tech pvt', 'pvt ltd', 'ltd nagpur', 'nagpur description', 'description 1', '1 as', 'as java', 'java developer', 'developer organisation', 'organisation almighty', 'almighty tech', 'tech pvt', 'pvt ltd', 'ltd nagpur', 'nagpur designation', 'designation java', 'java developer', 'developer duration', 'duration from', 'from 1st', '1st jan', 'jan 2018', '2018 notice', 'notice period', 'period 15', '15 days', 'days job', 'job responsibilities', 'responsibilities resolve', 'resolve bugs', 'bugs develop', 'develop project', 'project per', 'per user', 'user requirement', 'requirement knowledge', 'knowledge about', 'about programming', 'programming language', 'language c', 'c c', 'c ds', 'ds java', 'java swing', 'swing jdbc', 'jdbc j2ee', 'j2ee java', 'java script', 'script jquery', 'jquery ajax', 'ajax ms', 'ms office', 'office excel', 'education details be', 'details be it', 'be it pjlce', 'it pjlce java', 'pjlce java developer', 'java developer java', 'developer java developer', 'java developer skill', 'developer skill details', 'skill details c', 'details c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months c', 'months c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months java', 'months java exprience', 'java exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months ds', 'months ds exprience', 'ds exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months jdbc', 'months jdbc exprience', 'jdbc exprience 24', 'exprience 24 months', '24 months hibernate', 'months hibernate exprience', 'hibernate exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months java', 'months java j2ee', 'java j2ee exprience', 'j2ee exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months javascript', 'months javascript exprience', 'javascript exprience 6', 'exprience 6 months', '6 months jquery', 'months jquery exprience', 'jquery exprience 6', 'exprience 6 months', '6 months ajax', 'months ajax exprience', 'ajax exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company almighty', 'company almighty tech', 'almighty tech pvt', 'tech pvt ltd', 'pvt ltd nagpur', 'ltd nagpur description', 'nagpur description 1', 'description 1 as', '1 as java', 'as java developer', 'java developer organisation', 'developer organisation almighty', 'organisation almighty tech', 'almighty tech pvt', 'tech pvt ltd', 'pvt ltd nagpur', 'ltd nagpur designation', 'nagpur designation java', 'designation java developer', 'java developer duration', 'developer duration from', 'duration from 1st', 'from 1st jan', '1st jan 2018', 'jan 2018 notice', '2018 notice period', 'notice period 15', 'period 15 days', '15 days job', 'days job responsibilities', 'job responsibilities resolve', 'responsibilities resolve bugs', 'resolve bugs develop', 'bugs develop project', 'develop project per', 'project per user', 'per user requirement', 'user requirement knowledge', 'requirement knowledge about', 'knowledge about programming', 'about programming language', 'programming language c', 'language c c', 'c c ds', 'c ds java', 'ds java swing', 'java swing jdbc', 'swing jdbc j2ee', 'jdbc j2ee java', 'j2ee java script', 'java script jquery', 'script jquery ajax', 'jquery ajax ms', 'ajax ms office', 'ms office excel', 'education details be it', 'details be it pjlce', 'be it pjlce java', 'it pjlce java developer', 'pjlce java developer java', 'java developer java developer', 'developer java developer skill', 'java developer skill details', 'developer skill details c', 'skill details c exprience', 'details c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months c', 'year months c exprience', 'months c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months java', 'year months java exprience', 'months java exprience less', 'java exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months ds', 'year months ds exprience', 'months ds exprience less', 'ds exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months jdbc', 'year months jdbc exprience', 'months jdbc exprience 24', 'jdbc exprience 24 months', 'exprience 24 months hibernate', '24 months hibernate exprience', 'months hibernate exprience less', 'hibernate exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months java', 'year months java j2ee', 'months java j2ee exprience', 'java j2ee exprience less', 'j2ee exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months javascript', 'year months javascript exprience', 'months javascript exprience 6', 'javascript exprience 6 months', 'exprience 6 months jquery', '6 months jquery exprience', 'months jquery exprience 6', 'jquery exprience 6 months', 'exprience 6 months ajax', '6 months ajax exprience', 'months ajax exprience 6', 'ajax exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company almighty', 'details company almighty tech', 'company almighty tech pvt', 'almighty tech pvt ltd', 'tech pvt ltd nagpur', 'pvt ltd nagpur description', 'ltd nagpur description 1', 'nagpur description 1 as', 'description 1 as java', '1 as java developer', 'as java developer organisation', 'java developer organisation almighty', 'developer organisation almighty tech', 'organisation almighty tech pvt', 'almighty tech pvt ltd', 'tech pvt ltd nagpur', 'pvt ltd nagpur designation', 'ltd nagpur designation java', 'nagpur designation java developer', 'designation java developer duration', 'java developer duration from', 'developer duration from 1st', 'duration from 1st jan', 'from 1st jan 2018', '1st jan 2018 notice', 'jan 2018 notice period', '2018 notice period 15', 'notice period 15 days', 'period 15 days job', '15 days job responsibilities', 'days job responsibilities resolve', 'job responsibilities resolve bugs', 'responsibilities resolve bugs develop', 'resolve bugs develop project', 'bugs develop project per', 'develop project per user', 'project per user requirement', 'per user requirement knowledge', 'user requirement knowledge about', 'requirement knowledge about programming', 'knowledge about programming language', 'about programming language c', 'programming language c c', 'language c c ds', 'c c ds java', 'c ds java swing', 'ds java swing jdbc', 'java swing jdbc j2ee', 'swing jdbc j2ee java', 'jdbc j2ee java script', 'j2ee java script jquery', 'java script jquery ajax', 'script jquery ajax ms', 'jquery ajax ms office', 'ajax ms office excel', 'education details be it pjlce', 'details be it pjlce java', 'be it pjlce java developer', 'it pjlce java developer java', 'pjlce java developer java developer', 'java developer java developer skill', 'developer java developer skill details', 'java developer skill details c', 'developer skill details c exprience', 'skill details c exprience less', 'details c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months c', '1 year months c exprience', 'year months c exprience less', 'months c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months java', '1 year months java exprience', 'year months java exprience less', 'months java exprience less 1', 'java exprience less 1 year', 'exprience less 1 year months', 'less 1 year months ds', '1 year months ds exprience', 'year months ds exprience less', 'months ds exprience less 1', 'ds exprience less 1 year', 'exprience less 1 year months', 'less 1 year months jdbc', '1 year months jdbc exprience', 'year months jdbc exprience 24', 'months jdbc exprience 24 months', 'jdbc exprience 24 months hibernate', 'exprience 24 months hibernate exprience', '24 months hibernate exprience less', 'months hibernate exprience less 1', 'hibernate exprience less 1 year', 'exprience less 1 year months', 'less 1 year months java', '1 year months java j2ee', 'year months java j2ee exprience', 'months java j2ee exprience less', 'java j2ee exprience less 1', 'j2ee exprience less 1 year', 'exprience less 1 year months', 'less 1 year months javascript', '1 year months javascript exprience', 'year months javascript exprience 6', 'months javascript exprience 6 months', 'javascript exprience 6 months jquery', 'exprience 6 months jquery exprience', '6 months jquery exprience 6', 'months jquery exprience 6 months', 'jquery exprience 6 months ajax', 'exprience 6 months ajax exprience', '6 months ajax exprience 6', 'months ajax exprience 6 monthscompany', 'ajax exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company almighty', 'monthscompany details company almighty tech', 'details company almighty tech pvt', 'company almighty tech pvt ltd', 'almighty tech pvt ltd nagpur', 'tech pvt ltd nagpur description', 'pvt ltd nagpur description 1', 'ltd nagpur description 1 as', 'nagpur description 1 as java', 'description 1 as java developer', '1 as java developer organisation', 'as java developer organisation almighty', 'java developer organisation almighty tech', 'developer organisation almighty tech pvt', 'organisation almighty tech pvt ltd', 'almighty tech pvt ltd nagpur', 'tech pvt ltd nagpur designation', 'pvt ltd nagpur designation java', 'ltd nagpur designation java developer', 'nagpur designation java developer duration', 'designation java developer duration from', 'java developer duration from 1st', 'developer duration from 1st jan', 'duration from 1st jan 2018', 'from 1st jan 2018 notice', '1st jan 2018 notice period', 'jan 2018 notice period 15', '2018 notice period 15 days', 'notice period 15 days job', 'period 15 days job responsibilities', '15 days job responsibilities resolve', 'days job responsibilities resolve bugs', 'job responsibilities resolve bugs develop', 'responsibilities resolve bugs develop project', 'resolve bugs develop project per', 'bugs develop project per user', 'develop project per user requirement', 'project per user requirement knowledge', 'per user requirement knowledge about', 'user requirement knowledge about programming', 'requirement knowledge about programming language', 'knowledge about programming language c', 'about programming language c c', 'programming language c c ds', 'language c c ds java', 'c c ds java swing', 'c ds java swing jdbc', 'ds java swing jdbc j2ee', 'java swing jdbc j2ee java', 'swing jdbc j2ee java script', 'jdbc j2ee java script jquery', 'j2ee java script jquery ajax', 'java script jquery ajax ms', 'script jquery ajax ms office', 'jquery ajax ms office excel', 'education details be it pjlce java', 'details be it pjlce java developer', 'be it pjlce java developer java', 'it pjlce java developer java developer', 'pjlce java developer java developer skill', 'java developer java developer skill details', 'developer java developer skill details c', 'java developer skill details c exprience', 'developer skill details c exprience less', 'skill details c exprience less 1', 'details c exprience less 1 year', 'c exprience less 1 year months', 'exprience less 1 year months c', 'less 1 year months c exprience', '1 year months c exprience less', 'year months c exprience less 1', 'months c exprience less 1 year', 'c exprience less 1 year months', 'exprience less 1 year months java', 'less 1 year months java exprience', '1 year months java exprience less', 'year months java exprience less 1', 'months java exprience less 1 year', 'java exprience less 1 year months', 'exprience less 1 year months ds', 'less 1 year months ds exprience', '1 year months ds exprience less', 'year months ds exprience less 1', 'months ds exprience less 1 year', 'ds exprience less 1 year months', 'exprience less 1 year months jdbc', 'less 1 year months jdbc exprience', '1 year months jdbc exprience 24', 'year months jdbc exprience 24 months', 'months jdbc exprience 24 months hibernate', 'jdbc exprience 24 months hibernate exprience', 'exprience 24 months hibernate exprience less', '24 months hibernate exprience less 1', 'months hibernate exprience less 1 year', 'hibernate exprience less 1 year months', 'exprience less 1 year months java', 'less 1 year months java j2ee', '1 year months java j2ee exprience', 'year months java j2ee exprience less', 'months java j2ee exprience less 1', 'java j2ee exprience less 1 year', 'j2ee exprience less 1 year months', 'exprience less 1 year months javascript', 'less 1 year months javascript exprience', '1 year months javascript exprience 6', 'year months javascript exprience 6 months', 'months javascript exprience 6 months jquery', 'javascript exprience 6 months jquery exprience', 'exprience 6 months jquery exprience 6', '6 months jquery exprience 6 months', 'months jquery exprience 6 months ajax', 'jquery exprience 6 months ajax exprience', 'exprience 6 months ajax exprience 6', '6 months ajax exprience 6 monthscompany', 'months ajax exprience 6 monthscompany details', 'ajax exprience 6 monthscompany details company', 'exprience 6 monthscompany details company almighty', '6 monthscompany details company almighty tech', 'monthscompany details company almighty tech pvt', 'details company almighty tech pvt ltd', 'company almighty tech pvt ltd nagpur', 'almighty tech pvt ltd nagpur description', 'tech pvt ltd nagpur description 1', 'pvt ltd nagpur description 1 as', 'ltd nagpur description 1 as java', 'nagpur description 1 as java developer', 'description 1 as java developer organisation', '1 as java developer organisation almighty', 'as java developer organisation almighty tech', 'java developer organisation almighty tech pvt', 'developer organisation almighty tech pvt ltd', 'organisation almighty tech pvt ltd nagpur', 'almighty tech pvt ltd nagpur designation', 'tech pvt ltd nagpur designation java', 'pvt ltd nagpur designation java developer', 'ltd nagpur designation java developer duration', 'nagpur designation java developer duration from', 'designation java developer duration from 1st', 'java developer duration from 1st jan', 'developer duration from 1st jan 2018', 'duration from 1st jan 2018 notice', 'from 1st jan 2018 notice period', '1st jan 2018 notice period 15', 'jan 2018 notice period 15 days', '2018 notice period 15 days job', 'notice period 15 days job responsibilities', 'period 15 days job responsibilities resolve', '15 days job responsibilities resolve bugs', 'days job responsibilities resolve bugs develop', 'job responsibilities resolve bugs develop project', 'responsibilities resolve bugs develop project per', 'resolve bugs develop project per user', 'bugs develop project per user requirement', 'develop project per user requirement knowledge', 'project per user requirement knowledge about', 'per user requirement knowledge about programming', 'user requirement knowledge about programming language', 'requirement knowledge about programming language c', 'knowledge about programming language c c', 'about programming language c c ds', 'programming language c c ds java', 'language c c ds java swing', 'c c ds java swing jdbc', 'c ds java swing jdbc j2ee', 'ds java swing jdbc j2ee java', 'java swing jdbc j2ee java script', 'swing jdbc j2ee java script jquery', 'jdbc j2ee java script jquery ajax', 'j2ee java script jquery ajax ms', 'java script jquery ajax ms office', 'script jquery ajax ms office excel', 'education details be it pjlce java developer', 'details be it pjlce java developer java', 'be it pjlce java developer java developer', 'it pjlce java developer java developer skill', 'pjlce java developer java developer skill details', 'java developer java developer skill details c', 'developer java developer skill details c exprience', 'java developer skill details c exprience less', 'developer skill details c exprience less 1', 'skill details c exprience less 1 year', 'details c exprience less 1 year months', 'c exprience less 1 year months c', 'exprience less 1 year months c exprience', 'less 1 year months c exprience less', '1 year months c exprience less 1', 'year months c exprience less 1 year', 'months c exprience less 1 year months', 'c exprience less 1 year months java', 'exprience less 1 year months java exprience', 'less 1 year months java exprience less', '1 year months java exprience less 1', 'year months java exprience less 1 year', 'months java exprience less 1 year months', 'java exprience less 1 year months ds', 'exprience less 1 year months ds exprience', 'less 1 year months ds exprience less', '1 year months ds exprience less 1', 'year months ds exprience less 1 year', 'months ds exprience less 1 year months', 'ds exprience less 1 year months jdbc', 'exprience less 1 year months jdbc exprience', 'less 1 year months jdbc exprience 24', '1 year months jdbc exprience 24 months', 'year months jdbc exprience 24 months hibernate', 'months jdbc exprience 24 months hibernate exprience', 'jdbc exprience 24 months hibernate exprience less', 'exprience 24 months hibernate exprience less 1', '24 months hibernate exprience less 1 year', 'months hibernate exprience less 1 year months', 'hibernate exprience less 1 year months java', 'exprience less 1 year months java j2ee', 'less 1 year months java j2ee exprience', '1 year months java j2ee exprience less', 'year months java j2ee exprience less 1', 'months java j2ee exprience less 1 year', 'java j2ee exprience less 1 year months', 'j2ee exprience less 1 year months javascript', 'exprience less 1 year months javascript exprience', 'less 1 year months javascript exprience 6', '1 year months javascript exprience 6 months', 'year months javascript exprience 6 months jquery', 'months javascript exprience 6 months jquery exprience', 'javascript exprience 6 months jquery exprience 6', 'exprience 6 months jquery exprience 6 months', '6 months jquery exprience 6 months ajax', 'months jquery exprience 6 months ajax exprience', 'jquery exprience 6 months ajax exprience 6', 'exprience 6 months ajax exprience 6 monthscompany', '6 months ajax exprience 6 monthscompany details', 'months ajax exprience 6 monthscompany details company', 'ajax exprience 6 monthscompany details company almighty', 'exprience 6 monthscompany details company almighty tech', '6 monthscompany details company almighty tech pvt', 'monthscompany details company almighty tech pvt ltd', 'details company almighty tech pvt ltd nagpur', 'company almighty tech pvt ltd nagpur description', 'almighty tech pvt ltd nagpur description 1', 'tech pvt ltd nagpur description 1 as', 'pvt ltd nagpur description 1 as java', 'ltd nagpur description 1 as java developer', 'nagpur description 1 as java developer organisation', 'description 1 as java developer organisation almighty', '1 as java developer organisation almighty tech', 'as java developer organisation almighty tech pvt', 'java developer organisation almighty tech pvt ltd', 'developer organisation almighty tech pvt ltd nagpur', 'organisation almighty tech pvt ltd nagpur designation', 'almighty tech pvt ltd nagpur designation java', 'tech pvt ltd nagpur designation java developer', 'pvt ltd nagpur designation java developer duration', 'ltd nagpur designation java developer duration from', 'nagpur designation java developer duration from 1st', 'designation java developer duration from 1st jan', 'java developer duration from 1st jan 2018', 'developer duration from 1st jan 2018 notice', 'duration from 1st jan 2018 notice period', 'from 1st jan 2018 notice period 15', '1st jan 2018 notice period 15 days', 'jan 2018 notice period 15 days job', '2018 notice period 15 days job responsibilities', 'notice period 15 days job responsibilities resolve', 'period 15 days job responsibilities resolve bugs', '15 days job responsibilities resolve bugs develop', 'days job responsibilities resolve bugs develop project', 'job responsibilities resolve bugs develop project per', 'responsibilities resolve bugs develop project per user', 'resolve bugs develop project per user requirement', 'bugs develop project per user requirement knowledge', 'develop project per user requirement knowledge about', 'project per user requirement knowledge about programming', 'per user requirement knowledge about programming language', 'user requirement knowledge about programming language c', 'requirement knowledge about programming language c c', 'knowledge about programming language c c ds', 'about programming language c c ds java', 'programming language c c ds java swing', 'language c c ds java swing jdbc', 'c c ds java swing jdbc j2ee', 'c ds java swing jdbc j2ee java', 'ds java swing jdbc j2ee java script', 'java swing jdbc j2ee java script jquery', 'swing jdbc j2ee java script jquery ajax', 'jdbc j2ee java script jquery ajax ms', 'j2ee java script jquery ajax ms office', 'java script jquery ajax ms office excel', 'education details be it pjlce java developer java', 'details be it pjlce java developer java developer', 'be it pjlce java developer java developer skill', 'it pjlce java developer java developer skill details', 'pjlce java developer java developer skill details c', 'java developer java developer skill details c exprience', 'developer java developer skill details c exprience less', 'java developer skill details c exprience less 1', 'developer skill details c exprience less 1 year', 'skill details c exprience less 1 year months', 'details c exprience less 1 year months c', 'c exprience less 1 year months c exprience', 'exprience less 1 year months c exprience less', 'less 1 year months c exprience less 1', '1 year months c exprience less 1 year', 'year months c exprience less 1 year months', 'months c exprience less 1 year months java', 'c exprience less 1 year months java exprience', 'exprience less 1 year months java exprience less', 'less 1 year months java exprience less 1', '1 year months java exprience less 1 year', 'year months java exprience less 1 year months', 'months java exprience less 1 year months ds', 'java exprience less 1 year months ds exprience', 'exprience less 1 year months ds exprience less', 'less 1 year months ds exprience less 1', '1 year months ds exprience less 1 year', 'year months ds exprience less 1 year months', 'months ds exprience less 1 year months jdbc', 'ds exprience less 1 year months jdbc exprience', 'exprience less 1 year months jdbc exprience 24', 'less 1 year months jdbc exprience 24 months', '1 year months jdbc exprience 24 months hibernate', 'year months jdbc exprience 24 months hibernate exprience', 'months jdbc exprience 24 months hibernate exprience less', 'jdbc exprience 24 months hibernate exprience less 1', 'exprience 24 months hibernate exprience less 1 year', '24 months hibernate exprience less 1 year months', 'months hibernate exprience less 1 year months java', 'hibernate exprience less 1 year months java j2ee', 'exprience less 1 year months java j2ee exprience', 'less 1 year months java j2ee exprience less', '1 year months java j2ee exprience less 1', 'year months java j2ee exprience less 1 year', 'months java j2ee exprience less 1 year months', 'java j2ee exprience less 1 year months javascript', 'j2ee exprience less 1 year months javascript exprience', 'exprience less 1 year months javascript exprience 6', 'less 1 year months javascript exprience 6 months', '1 year months javascript exprience 6 months jquery', 'year months javascript exprience 6 months jquery exprience', 'months javascript exprience 6 months jquery exprience 6', 'javascript exprience 6 months jquery exprience 6 months', 'exprience 6 months jquery exprience 6 months ajax', '6 months jquery exprience 6 months ajax exprience', 'months jquery exprience 6 months ajax exprience 6', 'jquery exprience 6 months ajax exprience 6 monthscompany', 'exprience 6 months ajax exprience 6 monthscompany details', '6 months ajax exprience 6 monthscompany details company', 'months ajax exprience 6 monthscompany details company almighty', 'ajax exprience 6 monthscompany details company almighty tech', 'exprience 6 monthscompany details company almighty tech pvt', '6 monthscompany details company almighty tech pvt ltd', 'monthscompany details company almighty tech pvt ltd nagpur', 'details company almighty tech pvt ltd nagpur description', 'company almighty tech pvt ltd nagpur description 1', 'almighty tech pvt ltd nagpur description 1 as', 'tech pvt ltd nagpur description 1 as java', 'pvt ltd nagpur description 1 as java developer', 'ltd nagpur description 1 as java developer organisation', 'nagpur description 1 as java developer organisation almighty', 'description 1 as java developer organisation almighty tech', '1 as java developer organisation almighty tech pvt', 'as java developer organisation almighty tech pvt ltd', 'java developer organisation almighty tech pvt ltd nagpur', 'developer organisation almighty tech pvt ltd nagpur designation', 'organisation almighty tech pvt ltd nagpur designation java', 'almighty tech pvt ltd nagpur designation java developer', 'tech pvt ltd nagpur designation java developer duration', 'pvt ltd nagpur designation java developer duration from', 'ltd nagpur designation java developer duration from 1st', 'nagpur designation java developer duration from 1st jan', 'designation java developer duration from 1st jan 2018', 'java developer duration from 1st jan 2018 notice', 'developer duration from 1st jan 2018 notice period', 'duration from 1st jan 2018 notice period 15', 'from 1st jan 2018 notice period 15 days', '1st jan 2018 notice period 15 days job', 'jan 2018 notice period 15 days job responsibilities', '2018 notice period 15 days job responsibilities resolve', 'notice period 15 days job responsibilities resolve bugs', 'period 15 days job responsibilities resolve bugs develop', '15 days job responsibilities resolve bugs develop project', 'days job responsibilities resolve bugs develop project per', 'job responsibilities resolve bugs develop project per user', 'responsibilities resolve bugs develop project per user requirement', 'resolve bugs develop project per user requirement knowledge', 'bugs develop project per user requirement knowledge about', 'develop project per user requirement knowledge about programming', 'project per user requirement knowledge about programming language', 'per user requirement knowledge about programming language c', 'user requirement knowledge about programming language c c', 'requirement knowledge about programming language c c ds', 'knowledge about programming language c c ds java', 'about programming language c c ds java swing', 'programming language c c ds java swing jdbc', 'language c c ds java swing jdbc j2ee', 'c c ds java swing jdbc j2ee java', 'c ds java swing jdbc j2ee java script', 'ds java swing jdbc j2ee java script jquery', 'java swing jdbc j2ee java script jquery ajax', 'swing jdbc j2ee java script jquery ajax ms', 'jdbc j2ee java script jquery ajax ms office', 'j2ee java script jquery ajax ms office excel', 'education details be it pjlce java developer java developer', 'details be it pjlce java developer java developer skill', 'be it pjlce java developer java developer skill details', 'it pjlce java developer java developer skill details c', 'pjlce java developer java developer skill details c exprience', 'java developer java developer skill details c exprience less', 'developer java developer skill details c exprience less 1', 'java developer skill details c exprience less 1 year', 'developer skill details c exprience less 1 year months', 'skill details c exprience less 1 year months c', 'details c exprience less 1 year months c exprience', 'c exprience less 1 year months c exprience less', 'exprience less 1 year months c exprience less 1', 'less 1 year months c exprience less 1 year', '1 year months c exprience less 1 year months', 'year months c exprience less 1 year months java', 'months c exprience less 1 year months java exprience', 'c exprience less 1 year months java exprience less', 'exprience less 1 year months java exprience less 1', 'less 1 year months java exprience less 1 year', '1 year months java exprience less 1 year months', 'year months java exprience less 1 year months ds', 'months java exprience less 1 year months ds exprience', 'java exprience less 1 year months ds exprience less', 'exprience less 1 year months ds exprience less 1', 'less 1 year months ds exprience less 1 year', '1 year months ds exprience less 1 year months', 'year months ds exprience less 1 year months jdbc', 'months ds exprience less 1 year months jdbc exprience', 'ds exprience less 1 year months jdbc exprience 24', 'exprience less 1 year months jdbc exprience 24 months', 'less 1 year months jdbc exprience 24 months hibernate', '1 year months jdbc exprience 24 months hibernate exprience', 'year months jdbc exprience 24 months hibernate exprience less', 'months jdbc exprience 24 months hibernate exprience less 1', 'jdbc exprience 24 months hibernate exprience less 1 year', 'exprience 24 months hibernate exprience less 1 year months', '24 months hibernate exprience less 1 year months java', 'months hibernate exprience less 1 year months java j2ee', 'hibernate exprience less 1 year months java j2ee exprience', 'exprience less 1 year months java j2ee exprience less', 'less 1 year months java j2ee exprience less 1', '1 year months java j2ee exprience less 1 year', 'year months java j2ee exprience less 1 year months', 'months java j2ee exprience less 1 year months javascript', 'java j2ee exprience less 1 year months javascript exprience', 'j2ee exprience less 1 year months javascript exprience 6', 'exprience less 1 year months javascript exprience 6 months', 'less 1 year months javascript exprience 6 months jquery', '1 year months javascript exprience 6 months jquery exprience', 'year months javascript exprience 6 months jquery exprience 6', 'months javascript exprience 6 months jquery exprience 6 months', 'javascript exprience 6 months jquery exprience 6 months ajax', 'exprience 6 months jquery exprience 6 months ajax exprience', '6 months jquery exprience 6 months ajax exprience 6', 'months jquery exprience 6 months ajax exprience 6 monthscompany', 'jquery exprience 6 months ajax exprience 6 monthscompany details', 'exprience 6 months ajax exprience 6 monthscompany details company', '6 months ajax exprience 6 monthscompany details company almighty', 'months ajax exprience 6 monthscompany details company almighty tech', ...], ['technicalskills', 'springmvc', 'hibernate', 'jdbc', 'java', 'j2ee', 'azureweb', 'suntechnologies', 'services', 'jsp', 'struts', 'servlet', 'restapi', 'scripting', 'javascript', 'ajax', 'html', 'json', 'opensourcetechnologies', 'php', 'database', 'mssql', 'mysql', 'oracle', 'webservers', 'apachetomcatserver', 'internettechnologiesand', 'onesignalwebpushnotifications', 'azurewebservices', 'frameworks', 'ionic', 'html', 'json', 'operatingsystem', 'windowsserver2012r2', 'winxp', '7', '8', '1', '10', 'linux', 'mac', 'os', 'education', 'details', 'august', '2013', 'july', '2016', 'be', 'computer', 'engineering', 'nashik', 'maharashtra', 'late', 'g', 'n', 'sapkal', 'coe', 'nashik', 'july', '2009', 'june', '2013', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'nashik', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'ajax', 'exprience', '12', 'months', 'database', 'exprience', '24', 'months', 'html', 'exprience', '24', 'months', 'j2ee', 'exprience', '6', 'months', 'java', 'exprience', '24', 'months', 'spring', 'mvc', 'exprience', '12', 'months', 'ionic', '3', 'exprience', '6', 'months', 'angular', 'js', 'exprience', '6', 'months', 'spring', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'replete', 'business', 'solutions', 'pvt', 'ltd', 'description', 'working', 'java', 'developer', 'spring', 'mvc', 'mysql', 'mssql', 'java', 'j2ee', 'ajax', 'javascript', 'ionic', '3', 'framework', 'angular', 'js', 'etc', 'technologies', 'technicalskills springmvc', 'springmvc hibernate', 'hibernate jdbc', 'jdbc java', 'java j2ee', 'j2ee azureweb', 'azureweb suntechnologies', 'suntechnologies services', 'services jsp', 'jsp struts', 'struts servlet', 'servlet restapi', 'restapi scripting', 'scripting javascript', 'javascript ajax', 'ajax html', 'html json', 'json opensourcetechnologies', 'opensourcetechnologies php', 'php database', 'database mssql', 'mssql mysql', 'mysql oracle', 'oracle webservers', 'webservers apachetomcatserver', 'apachetomcatserver internettechnologiesand', 'internettechnologiesand onesignalwebpushnotifications', 'onesignalwebpushnotifications azurewebservices', 'azurewebservices frameworks', 'frameworks ionic', 'ionic html', 'html json', 'json operatingsystem', 'operatingsystem windowsserver2012r2', 'windowsserver2012r2 winxp', 'winxp 7', '7 8', '8 1', '1 10', '10 linux', 'linux mac', 'mac os', 'os education', 'education details', 'details august', 'august 2013', '2013 july', 'july 2016', '2016 be', 'be computer', 'computer engineering', 'engineering nashik', 'nashik maharashtra', 'maharashtra late', 'late g', 'g n', 'n sapkal', 'sapkal coe', 'coe nashik', 'nashik july', 'july 2009', '2009 june', 'june 2013', '2013 diploma', 'diploma computer', 'computer technology', 'technology nashik', 'nashik maharashtra', 'maharashtra k', 'k k', 'k wagh', 'wagh polytechnic', 'polytechnic nashik', 'nashik java', 'java developer', 'developer java', 'java developer', 'developer skill', 'skill details', 'details ajax', 'ajax exprience', 'exprience 12', '12 months', 'months database', 'database exprience', 'exprience 24', '24 months', 'months html', 'html exprience', 'exprience 24', '24 months', 'months j2ee', 'j2ee exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 24', '24 months', 'months spring', 'spring mvc', 'mvc exprience', 'exprience 12', '12 months', 'months ionic', 'ionic 3', '3 exprience', 'exprience 6', '6 months', 'months angular', 'angular js', 'js exprience', 'exprience 6', '6 months', 'months spring', 'spring exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company replete', 'replete business', 'business solutions', 'solutions pvt', 'pvt ltd', 'ltd description', 'description working', 'working java', 'java developer', 'developer spring', 'spring mvc', 'mvc mysql', 'mysql mssql', 'mssql java', 'java j2ee', 'j2ee ajax', 'ajax javascript', 'javascript ionic', 'ionic 3', '3 framework', 'framework angular', 'angular js', 'js etc', 'etc technologies', 'technicalskills springmvc hibernate', 'springmvc hibernate jdbc', 'hibernate jdbc java', 'jdbc java j2ee', 'java j2ee azureweb', 'j2ee azureweb suntechnologies', 'azureweb suntechnologies services', 'suntechnologies services jsp', 'services jsp struts', 'jsp struts servlet', 'struts servlet restapi', 'servlet restapi scripting', 'restapi scripting javascript', 'scripting javascript ajax', 'javascript ajax html', 'ajax html json', 'html json opensourcetechnologies', 'json opensourcetechnologies php', 'opensourcetechnologies php database', 'php database mssql', 'database mssql mysql', 'mssql mysql oracle', 'mysql oracle webservers', 'oracle webservers apachetomcatserver', 'webservers apachetomcatserver internettechnologiesand', 'apachetomcatserver internettechnologiesand onesignalwebpushnotifications', 'internettechnologiesand onesignalwebpushnotifications azurewebservices', 'onesignalwebpushnotifications azurewebservices frameworks', 'azurewebservices frameworks ionic', 'frameworks ionic html', 'ionic html json', 'html json operatingsystem', 'json operatingsystem windowsserver2012r2', 'operatingsystem windowsserver2012r2 winxp', 'windowsserver2012r2 winxp 7', 'winxp 7 8', '7 8 1', '8 1 10', '1 10 linux', '10 linux mac', 'linux mac os', 'mac os education', 'os education details', 'education details august', 'details august 2013', 'august 2013 july', '2013 july 2016', 'july 2016 be', '2016 be computer', 'be computer engineering', 'computer engineering nashik', 'engineering nashik maharashtra', 'nashik maharashtra late', 'maharashtra late g', 'late g n', 'g n sapkal', 'n sapkal coe', 'sapkal coe nashik', 'coe nashik july', 'nashik july 2009', 'july 2009 june', '2009 june 2013', 'june 2013 diploma', '2013 diploma computer', 'diploma computer technology', 'computer technology nashik', 'technology nashik maharashtra', 'nashik maharashtra k', 'maharashtra k k', 'k k wagh', 'k wagh polytechnic', 'wagh polytechnic nashik', 'polytechnic nashik java', 'nashik java developer', 'java developer java', 'developer java developer', 'java developer skill', 'developer skill details', 'skill details ajax', 'details ajax exprience', 'ajax exprience 12', 'exprience 12 months', '12 months database', 'months database exprience', 'database exprience 24', 'exprience 24 months', '24 months html', 'months html exprience', 'html exprience 24', 'exprience 24 months', '24 months j2ee', 'months j2ee exprience', 'j2ee exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 24', 'exprience 24 months', '24 months spring', 'months spring mvc', 'spring mvc exprience', 'mvc exprience 12', 'exprience 12 months', '12 months ionic', 'months ionic 3', 'ionic 3 exprience', '3 exprience 6', 'exprience 6 months', '6 months angular', 'months angular js', 'angular js exprience', 'js exprience 6', 'exprience 6 months', '6 months spring', 'months spring exprience', 'spring exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months java', 'months java exprience', 'java exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company replete', 'company replete business', 'replete business solutions', 'business solutions pvt', 'solutions pvt ltd', 'pvt ltd description', 'ltd description working', 'description working java', 'working java developer', 'java developer spring', 'developer spring mvc', 'spring mvc mysql', 'mvc mysql mssql', 'mysql mssql java', 'mssql java j2ee', 'java j2ee ajax', 'j2ee ajax javascript', 'ajax javascript ionic', 'javascript ionic 3', 'ionic 3 framework', '3 framework angular', 'framework angular js', 'angular js etc', 'js etc technologies', 'technicalskills springmvc hibernate jdbc', 'springmvc hibernate jdbc java', 'hibernate jdbc java j2ee', 'jdbc java j2ee azureweb', 'java j2ee azureweb suntechnologies', 'j2ee azureweb suntechnologies services', 'azureweb suntechnologies services jsp', 'suntechnologies services jsp struts', 'services jsp struts servlet', 'jsp struts servlet restapi', 'struts servlet restapi scripting', 'servlet restapi scripting javascript', 'restapi scripting javascript ajax', 'scripting javascript ajax html', 'javascript ajax html json', 'ajax html json opensourcetechnologies', 'html json opensourcetechnologies php', 'json opensourcetechnologies php database', 'opensourcetechnologies php database mssql', 'php database mssql mysql', 'database mssql mysql oracle', 'mssql mysql oracle webservers', 'mysql oracle webservers apachetomcatserver', 'oracle webservers apachetomcatserver internettechnologiesand', 'webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications', 'apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices', 'internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks', 'onesignalwebpushnotifications azurewebservices frameworks ionic', 'azurewebservices frameworks ionic html', 'frameworks ionic html json', 'ionic html json operatingsystem', 'html json operatingsystem windowsserver2012r2', 'json operatingsystem windowsserver2012r2 winxp', 'operatingsystem windowsserver2012r2 winxp 7', 'windowsserver2012r2 winxp 7 8', 'winxp 7 8 1', '7 8 1 10', '8 1 10 linux', '1 10 linux mac', '10 linux mac os', 'linux mac os education', 'mac os education details', 'os education details august', 'education details august 2013', 'details august 2013 july', 'august 2013 july 2016', '2013 july 2016 be', 'july 2016 be computer', '2016 be computer engineering', 'be computer engineering nashik', 'computer engineering nashik maharashtra', 'engineering nashik maharashtra late', 'nashik maharashtra late g', 'maharashtra late g n', 'late g n sapkal', 'g n sapkal coe', 'n sapkal coe nashik', 'sapkal coe nashik july', 'coe nashik july 2009', 'nashik july 2009 june', 'july 2009 june 2013', '2009 june 2013 diploma', 'june 2013 diploma computer', '2013 diploma computer technology', 'diploma computer technology nashik', 'computer technology nashik maharashtra', 'technology nashik maharashtra k', 'nashik maharashtra k k', 'maharashtra k k wagh', 'k k wagh polytechnic', 'k wagh polytechnic nashik', 'wagh polytechnic nashik java', 'polytechnic nashik java developer', 'nashik java developer java', 'java developer java developer', 'developer java developer skill', 'java developer skill details', 'developer skill details ajax', 'skill details ajax exprience', 'details ajax exprience 12', 'ajax exprience 12 months', 'exprience 12 months database', '12 months database exprience', 'months database exprience 24', 'database exprience 24 months', 'exprience 24 months html', '24 months html exprience', 'months html exprience 24', 'html exprience 24 months', 'exprience 24 months j2ee', '24 months j2ee exprience', 'months j2ee exprience 6', 'j2ee exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 24', 'java exprience 24 months', 'exprience 24 months spring', '24 months spring mvc', 'months spring mvc exprience', 'spring mvc exprience 12', 'mvc exprience 12 months', 'exprience 12 months ionic', '12 months ionic 3', 'months ionic 3 exprience', 'ionic 3 exprience 6', '3 exprience 6 months', 'exprience 6 months angular', '6 months angular js', 'months angular js exprience', 'angular js exprience 6', 'js exprience 6 months', 'exprience 6 months spring', '6 months spring exprience', 'months spring exprience less', 'spring exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months java', 'year months java exprience', 'months java exprience less', 'java exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company replete', 'details company replete business', 'company replete business solutions', 'replete business solutions pvt', 'business solutions pvt ltd', 'solutions pvt ltd description', 'pvt ltd description working', 'ltd description working java', 'description working java developer', 'working java developer spring', 'java developer spring mvc', 'developer spring mvc mysql', 'spring mvc mysql mssql', 'mvc mysql mssql java', 'mysql mssql java j2ee', 'mssql java j2ee ajax', 'java j2ee ajax javascript', 'j2ee ajax javascript ionic', 'ajax javascript ionic 3', 'javascript ionic 3 framework', 'ionic 3 framework angular', '3 framework angular js', 'framework angular js etc', 'angular js etc technologies', 'technicalskills springmvc hibernate jdbc java', 'springmvc hibernate jdbc java j2ee', 'hibernate jdbc java j2ee azureweb', 'jdbc java j2ee azureweb suntechnologies', 'java j2ee azureweb suntechnologies services', 'j2ee azureweb suntechnologies services jsp', 'azureweb suntechnologies services jsp struts', 'suntechnologies services jsp struts servlet', 'services jsp struts servlet restapi', 'jsp struts servlet restapi scripting', 'struts servlet restapi scripting javascript', 'servlet restapi scripting javascript ajax', 'restapi scripting javascript ajax html', 'scripting javascript ajax html json', 'javascript ajax html json opensourcetechnologies', 'ajax html json opensourcetechnologies php', 'html json opensourcetechnologies php database', 'json opensourcetechnologies php database mssql', 'opensourcetechnologies php database mssql mysql', 'php database mssql mysql oracle', 'database mssql mysql oracle webservers', 'mssql mysql oracle webservers apachetomcatserver', 'mysql oracle webservers apachetomcatserver internettechnologiesand', 'oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications', 'webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices', 'apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks', 'internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic', 'onesignalwebpushnotifications azurewebservices frameworks ionic html', 'azurewebservices frameworks ionic html json', 'frameworks ionic html json operatingsystem', 'ionic html json operatingsystem windowsserver2012r2', 'html json operatingsystem windowsserver2012r2 winxp', 'json operatingsystem windowsserver2012r2 winxp 7', 'operatingsystem windowsserver2012r2 winxp 7 8', 'windowsserver2012r2 winxp 7 8 1', 'winxp 7 8 1 10', '7 8 1 10 linux', '8 1 10 linux mac', '1 10 linux mac os', '10 linux mac os education', 'linux mac os education details', 'mac os education details august', 'os education details august 2013', 'education details august 2013 july', 'details august 2013 july 2016', 'august 2013 july 2016 be', '2013 july 2016 be computer', 'july 2016 be computer engineering', '2016 be computer engineering nashik', 'be computer engineering nashik maharashtra', 'computer engineering nashik maharashtra late', 'engineering nashik maharashtra late g', 'nashik maharashtra late g n', 'maharashtra late g n sapkal', 'late g n sapkal coe', 'g n sapkal coe nashik', 'n sapkal coe nashik july', 'sapkal coe nashik july 2009', 'coe nashik july 2009 june', 'nashik july 2009 june 2013', 'july 2009 june 2013 diploma', '2009 june 2013 diploma computer', 'june 2013 diploma computer technology', '2013 diploma computer technology nashik', 'diploma computer technology nashik maharashtra', 'computer technology nashik maharashtra k', 'technology nashik maharashtra k k', 'nashik maharashtra k k wagh', 'maharashtra k k wagh polytechnic', 'k k wagh polytechnic nashik', 'k wagh polytechnic nashik java', 'wagh polytechnic nashik java developer', 'polytechnic nashik java developer java', 'nashik java developer java developer', 'java developer java developer skill', 'developer java developer skill details', 'java developer skill details ajax', 'developer skill details ajax exprience', 'skill details ajax exprience 12', 'details ajax exprience 12 months', 'ajax exprience 12 months database', 'exprience 12 months database exprience', '12 months database exprience 24', 'months database exprience 24 months', 'database exprience 24 months html', 'exprience 24 months html exprience', '24 months html exprience 24', 'months html exprience 24 months', 'html exprience 24 months j2ee', 'exprience 24 months j2ee exprience', '24 months j2ee exprience 6', 'months j2ee exprience 6 months', 'j2ee exprience 6 months java', 'exprience 6 months java exprience', '6 months java exprience 24', 'months java exprience 24 months', 'java exprience 24 months spring', 'exprience 24 months spring mvc', '24 months spring mvc exprience', 'months spring mvc exprience 12', 'spring mvc exprience 12 months', 'mvc exprience 12 months ionic', 'exprience 12 months ionic 3', '12 months ionic 3 exprience', 'months ionic 3 exprience 6', 'ionic 3 exprience 6 months', '3 exprience 6 months angular', 'exprience 6 months angular js', '6 months angular js exprience', 'months angular js exprience 6', 'angular js exprience 6 months', 'js exprience 6 months spring', 'exprience 6 months spring exprience', '6 months spring exprience less', 'months spring exprience less 1', 'spring exprience less 1 year', 'exprience less 1 year months', 'less 1 year months java', '1 year months java exprience', 'year months java exprience less', 'months java exprience less 1', 'java exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company replete', 'monthscompany details company replete business', 'details company replete business solutions', 'company replete business solutions pvt', 'replete business solutions pvt ltd', 'business solutions pvt ltd description', 'solutions pvt ltd description working', 'pvt ltd description working java', 'ltd description working java developer', 'description working java developer spring', 'working java developer spring mvc', 'java developer spring mvc mysql', 'developer spring mvc mysql mssql', 'spring mvc mysql mssql java', 'mvc mysql mssql java j2ee', 'mysql mssql java j2ee ajax', 'mssql java j2ee ajax javascript', 'java j2ee ajax javascript ionic', 'j2ee ajax javascript ionic 3', 'ajax javascript ionic 3 framework', 'javascript ionic 3 framework angular', 'ionic 3 framework angular js', '3 framework angular js etc', 'framework angular js etc technologies', 'technicalskills springmvc hibernate jdbc java j2ee', 'springmvc hibernate jdbc java j2ee azureweb', 'hibernate jdbc java j2ee azureweb suntechnologies', 'jdbc java j2ee azureweb suntechnologies services', 'java j2ee azureweb suntechnologies services jsp', 'j2ee azureweb suntechnologies services jsp struts', 'azureweb suntechnologies services jsp struts servlet', 'suntechnologies services jsp struts servlet restapi', 'services jsp struts servlet restapi scripting', 'jsp struts servlet restapi scripting javascript', 'struts servlet restapi scripting javascript ajax', 'servlet restapi scripting javascript ajax html', 'restapi scripting javascript ajax html json', 'scripting javascript ajax html json opensourcetechnologies', 'javascript ajax html json opensourcetechnologies php', 'ajax html json opensourcetechnologies php database', 'html json opensourcetechnologies php database mssql', 'json opensourcetechnologies php database mssql mysql', 'opensourcetechnologies php database mssql mysql oracle', 'php database mssql mysql oracle webservers', 'database mssql mysql oracle webservers apachetomcatserver', 'mssql mysql oracle webservers apachetomcatserver internettechnologiesand', 'mysql oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications', 'oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices', 'webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks', 'apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic', 'internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic html', 'onesignalwebpushnotifications azurewebservices frameworks ionic html json', 'azurewebservices frameworks ionic html json operatingsystem', 'frameworks ionic html json operatingsystem windowsserver2012r2', 'ionic html json operatingsystem windowsserver2012r2 winxp', 'html json operatingsystem windowsserver2012r2 winxp 7', 'json operatingsystem windowsserver2012r2 winxp 7 8', 'operatingsystem windowsserver2012r2 winxp 7 8 1', 'windowsserver2012r2 winxp 7 8 1 10', 'winxp 7 8 1 10 linux', '7 8 1 10 linux mac', '8 1 10 linux mac os', '1 10 linux mac os education', '10 linux mac os education details', 'linux mac os education details august', 'mac os education details august 2013', 'os education details august 2013 july', 'education details august 2013 july 2016', 'details august 2013 july 2016 be', 'august 2013 july 2016 be computer', '2013 july 2016 be computer engineering', 'july 2016 be computer engineering nashik', '2016 be computer engineering nashik maharashtra', 'be computer engineering nashik maharashtra late', 'computer engineering nashik maharashtra late g', 'engineering nashik maharashtra late g n', 'nashik maharashtra late g n sapkal', 'maharashtra late g n sapkal coe', 'late g n sapkal coe nashik', 'g n sapkal coe nashik july', 'n sapkal coe nashik july 2009', 'sapkal coe nashik july 2009 june', 'coe nashik july 2009 june 2013', 'nashik july 2009 june 2013 diploma', 'july 2009 june 2013 diploma computer', '2009 june 2013 diploma computer technology', 'june 2013 diploma computer technology nashik', '2013 diploma computer technology nashik maharashtra', 'diploma computer technology nashik maharashtra k', 'computer technology nashik maharashtra k k', 'technology nashik maharashtra k k wagh', 'nashik maharashtra k k wagh polytechnic', 'maharashtra k k wagh polytechnic nashik', 'k k wagh polytechnic nashik java', 'k wagh polytechnic nashik java developer', 'wagh polytechnic nashik java developer java', 'polytechnic nashik java developer java developer', 'nashik java developer java developer skill', 'java developer java developer skill details', 'developer java developer skill details ajax', 'java developer skill details ajax exprience', 'developer skill details ajax exprience 12', 'skill details ajax exprience 12 months', 'details ajax exprience 12 months database', 'ajax exprience 12 months database exprience', 'exprience 12 months database exprience 24', '12 months database exprience 24 months', 'months database exprience 24 months html', 'database exprience 24 months html exprience', 'exprience 24 months html exprience 24', '24 months html exprience 24 months', 'months html exprience 24 months j2ee', 'html exprience 24 months j2ee exprience', 'exprience 24 months j2ee exprience 6', '24 months j2ee exprience 6 months', 'months j2ee exprience 6 months java', 'j2ee exprience 6 months java exprience', 'exprience 6 months java exprience 24', '6 months java exprience 24 months', 'months java exprience 24 months spring', 'java exprience 24 months spring mvc', 'exprience 24 months spring mvc exprience', '24 months spring mvc exprience 12', 'months spring mvc exprience 12 months', 'spring mvc exprience 12 months ionic', 'mvc exprience 12 months ionic 3', 'exprience 12 months ionic 3 exprience', '12 months ionic 3 exprience 6', 'months ionic 3 exprience 6 months', 'ionic 3 exprience 6 months angular', '3 exprience 6 months angular js', 'exprience 6 months angular js exprience', '6 months angular js exprience 6', 'months angular js exprience 6 months', 'angular js exprience 6 months spring', 'js exprience 6 months spring exprience', 'exprience 6 months spring exprience less', '6 months spring exprience less 1', 'months spring exprience less 1 year', 'spring exprience less 1 year months', 'exprience less 1 year months java', 'less 1 year months java exprience', '1 year months java exprience less', 'year months java exprience less 1', 'months java exprience less 1 year', 'java exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company replete', 'year monthscompany details company replete business', 'monthscompany details company replete business solutions', 'details company replete business solutions pvt', 'company replete business solutions pvt ltd', 'replete business solutions pvt ltd description', 'business solutions pvt ltd description working', 'solutions pvt ltd description working java', 'pvt ltd description working java developer', 'ltd description working java developer spring', 'description working java developer spring mvc', 'working java developer spring mvc mysql', 'java developer spring mvc mysql mssql', 'developer spring mvc mysql mssql java', 'spring mvc mysql mssql java j2ee', 'mvc mysql mssql java j2ee ajax', 'mysql mssql java j2ee ajax javascript', 'mssql java j2ee ajax javascript ionic', 'java j2ee ajax javascript ionic 3', 'j2ee ajax javascript ionic 3 framework', 'ajax javascript ionic 3 framework angular', 'javascript ionic 3 framework angular js', 'ionic 3 framework angular js etc', '3 framework angular js etc technologies', 'technicalskills springmvc hibernate jdbc java j2ee azureweb', 'springmvc hibernate jdbc java j2ee azureweb suntechnologies', 'hibernate jdbc java j2ee azureweb suntechnologies services', 'jdbc java j2ee azureweb suntechnologies services jsp', 'java j2ee azureweb suntechnologies services jsp struts', 'j2ee azureweb suntechnologies services jsp struts servlet', 'azureweb suntechnologies services jsp struts servlet restapi', 'suntechnologies services jsp struts servlet restapi scripting', 'services jsp struts servlet restapi scripting javascript', 'jsp struts servlet restapi scripting javascript ajax', 'struts servlet restapi scripting javascript ajax html', 'servlet restapi scripting javascript ajax html json', 'restapi scripting javascript ajax html json opensourcetechnologies', 'scripting javascript ajax html json opensourcetechnologies php', 'javascript ajax html json opensourcetechnologies php database', 'ajax html json opensourcetechnologies php database mssql', 'html json opensourcetechnologies php database mssql mysql', 'json opensourcetechnologies php database mssql mysql oracle', 'opensourcetechnologies php database mssql mysql oracle webservers', 'php database mssql mysql oracle webservers apachetomcatserver', 'database mssql mysql oracle webservers apachetomcatserver internettechnologiesand', 'mssql mysql oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications', 'mysql oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices', 'oracle webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks', 'webservers apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic', 'apachetomcatserver internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic html', 'internettechnologiesand onesignalwebpushnotifications azurewebservices frameworks ionic html json', 'onesignalwebpushnotifications azurewebservices frameworks ionic html json operatingsystem', 'azurewebservices frameworks ionic html json operatingsystem windowsserver2012r2', 'frameworks ionic html json operatingsystem windowsserver2012r2 winxp', 'ionic html json operatingsystem windowsserver2012r2 winxp 7', 'html json operatingsystem windowsserver2012r2 winxp 7 8', 'json operatingsystem windowsserver2012r2 winxp 7 8 1', 'operatingsystem windowsserver2012r2 winxp 7 8 1 10', 'windowsserver2012r2 winxp 7 8 1 10 linux', 'winxp 7 8 1 10 linux mac', '7 8 1 10 linux mac os', '8 1 10 linux mac os education', '1 10 linux mac os education details', '10 linux mac os education details august', 'linux mac os education details august 2013', 'mac os education details august 2013 july', 'os education details august 2013 july 2016', 'education details august 2013 july 2016 be', 'details august 2013 july 2016 be computer', 'august 2013 july 2016 be computer engineering', '2013 july 2016 be computer engineering nashik', 'july 2016 be computer engineering nashik maharashtra', '2016 be computer engineering nashik maharashtra late', 'be computer engineering nashik maharashtra late g', 'computer engineering nashik maharashtra late g n', 'engineering nashik maharashtra late g n sapkal', 'nashik maharashtra late g n sapkal coe', 'maharashtra late g n sapkal coe nashik', 'late g n sapkal coe nashik july', 'g n sapkal coe nashik july 2009', 'n sapkal coe nashik july 2009 june', 'sapkal coe nashik july 2009 june 2013', 'coe nashik july 2009 june 2013 diploma', 'nashik july 2009 june 2013 diploma computer', 'july 2009 june 2013 diploma computer technology', '2009 june 2013 diploma computer technology nashik', 'june 2013 diploma computer technology nashik maharashtra', '2013 diploma computer technology nashik maharashtra k', 'diploma computer technology nashik maharashtra k k', 'computer technology nashik maharashtra k k wagh', 'technology nashik maharashtra k k wagh polytechnic', 'nashik maharashtra k k wagh polytechnic nashik', 'maharashtra k k wagh polytechnic nashik java', 'k k wagh polytechnic nashik java developer', 'k wagh polytechnic nashik java developer java', 'wagh polytechnic nashik java developer java developer', 'polytechnic nashik java developer java developer skill', 'nashik java developer java developer skill details', 'java developer java developer skill details ajax', 'developer java developer skill details ajax exprience', 'java developer skill details ajax exprience 12', 'developer skill details ajax exprience 12 months', 'skill details ajax exprience 12 months database', 'details ajax exprience 12 months database exprience', 'ajax exprience 12 months database exprience 24', 'exprience 12 months database exprience 24 months', '12 months database exprience 24 months html', 'months database exprience 24 months html exprience', 'database exprience 24 months html exprience 24', 'exprience 24 months html exprience 24 months', '24 months html exprience 24 months j2ee', 'months html exprience 24 months j2ee exprience', 'html exprience 24 months j2ee exprience 6', 'exprience 24 months j2ee exprience 6 months', '24 months j2ee exprience 6 months java', 'months j2ee exprience 6 months java exprience', 'j2ee exprience 6 months java exprience 24', 'exprience 6 months java exprience 24 months', '6 months java exprience 24 months spring', 'months java exprience 24 months spring mvc', 'java exprience 24 months spring mvc exprience', ...], ['operating', 'systems', 'windows', 'xp', '7', '10', 'tools', 'packages', 'visual', 'basic', '6', '0', 'uml', 'packet', 'tracer', 'web', 'technologies', 'core', 'java', 'advance', 'java', 'jsp', 'hibernate', 'spring', 'languages', 'known', 'c', 'c', 'databases', 'sql', 'areas', 'of', 'interest', 'software', 'development', 'programming', 'academic', 'projects', 'details', 'diploma', 'title', 'banking', 'software', 'description', 'we', 'used', 'gsm', 'technology', 'transaction', 'message', 'security', 'purpose', 'environment', 'os', 'windows', 'xp', 'technologies', 'used', 'frontend', 'visual', 'basic', '6', '0', 'backend', 'oracle', '9i', 'be', 'title', 'single', 'sign', 'on', 'description', 'we', 'created', 'single', 'sign', 'mechanism', 'network', 'security', 'environment', 'os', 'windows', '7', 'technologies', 'used', 'frontend', 'java', 'backend', 'oracle', '10g', 'me', 'title', 'text', 'based', 'graphical', 'password', 'to', 'overcome', 'shoulder', 'surfing', 'attacks', 'description', 'i', 'created', 'secure', 'password', 'system', 'using', 'random', 'printing', 'algo', 'environment', 'os', 'windows', '10', 'technologies', 'used', 'frontend', 'java', 'backend', 'mysql', 'company', 'title', 'agriculture', 'management', 'system', 'description', 'created', 'web', 'application', 'agriculture', 'system', 'farming', 'environment', 'os', 'windows', '10', 'technologies', 'used', 'frontend', 'hibernate', 'backend', 'mysql', 'education', 'details', 'june', '2015', 'february', '2018', 'me', 'computers', 'computer', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'june', '2007', 's', 's', 'c', 'solapur', 'maharashtra', 'maharashtra', 'secondary', 'board', 'java', 'developer', 'java', 'developer', 'skill', 'details', 'java', 'exprience', '6', 'months', 'databases', 'exprience', '6', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'jsp', 'exprience', 'less', '1', 'year', 'months', 'servlet', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'maxgen', 'technologies', 'pvt', 'ltd', 'description', '1', 'working', 'java', 'developer', 'hibernate', 'technology', 'developing', 'web', 'application', 'using', 'jsp', 'servlet', 'hibernate', 'company', 'prakshal', 'it', 'academy', 'description', 'i', 'working', 'trainer', 'i', 'taught', 'a', 'n', 'ccna', 'routing', 'switching', 'operating systems', 'systems windows', 'windows xp', 'xp 7', '7 10', '10 tools', 'tools packages', 'packages visual', 'visual basic', 'basic 6', '6 0', '0 uml', 'uml packet', 'packet tracer', 'tracer web', 'web technologies', 'technologies core', 'core java', 'java advance', 'advance java', 'java jsp', 'jsp hibernate', 'hibernate spring', 'spring languages', 'languages known', 'known c', 'c c', 'c databases', 'databases sql', 'sql areas', 'areas of', 'of interest', 'interest software', 'software development', 'development programming', 'programming academic', 'academic projects', 'projects details', 'details diploma', 'diploma title', 'title banking', 'banking software', 'software description', 'description we', 'we used', 'used gsm', 'gsm technology', 'technology transaction', 'transaction message', 'message security', 'security purpose', 'purpose environment', 'environment os', 'os windows', 'windows xp', 'xp technologies', 'technologies used', 'used frontend', 'frontend visual', 'visual basic', 'basic 6', '6 0', '0 backend', 'backend oracle', 'oracle 9i', '9i be', 'be title', 'title single', 'single sign', 'sign on', 'on description', 'description we', 'we created', 'created single', 'single sign', 'sign mechanism', 'mechanism network', 'network security', 'security environment', 'environment os', 'os windows', 'windows 7', '7 technologies', 'technologies used', 'used frontend', 'frontend java', 'java backend', 'backend oracle', 'oracle 10g', '10g me', 'me title', 'title text', 'text based', 'based graphical', 'graphical password', 'password to', 'to overcome', 'overcome shoulder', 'shoulder surfing', 'surfing attacks', 'attacks description', 'description i', 'i created', 'created secure', 'secure password', 'password system', 'system using', 'using random', 'random printing', 'printing algo', 'algo environment', 'environment os', 'os windows', 'windows 10', '10 technologies', 'technologies used', 'used frontend', 'frontend java', 'java backend', 'backend mysql', 'mysql company', 'company title', 'title agriculture', 'agriculture management', 'management system', 'system description', 'description created', 'created web', 'web application', 'application agriculture', 'agriculture system', 'system farming', 'farming environment', 'environment os', 'os windows', 'windows 10', '10 technologies', 'technologies used', 'used frontend', 'frontend hibernate', 'hibernate backend', 'backend mysql', 'mysql education', 'education details', 'details june', 'june 2015', '2015 february', 'february 2018', '2018 me', 'me computers', 'computers computer', 'computer pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university june', 'june 2007', '2007 s', 's s', 's c', 'c solapur', 'solapur maharashtra', 'maharashtra maharashtra', 'maharashtra secondary', 'secondary board', 'board java', 'java developer', 'developer java', 'java developer', 'developer skill', 'skill details', 'details java', 'java exprience', 'exprience 6', '6 months', 'months databases', 'databases exprience', 'exprience 6', '6 months', 'months hibernate', 'hibernate exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jsp', 'jsp exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months servlet', 'servlet exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company maxgen', 'maxgen technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description 1', '1 working', 'working java', 'java developer', 'developer hibernate', 'hibernate technology', 'technology developing', 'developing web', 'web application', 'application using', 'using jsp', 'jsp servlet', 'servlet hibernate', 'hibernate company', 'company prakshal', 'prakshal it', 'it academy', 'academy description', 'description i', 'i working', 'working trainer', 'trainer i', 'i taught', 'taught a', 'a n', 'n ccna', 'ccna routing', 'routing switching', 'operating systems windows', 'systems windows xp', 'windows xp 7', 'xp 7 10', '7 10 tools', '10 tools packages', 'tools packages visual', 'packages visual basic', 'visual basic 6', 'basic 6 0', '6 0 uml', '0 uml packet', 'uml packet tracer', 'packet tracer web', 'tracer web technologies', 'web technologies core', 'technologies core java', 'core java advance', 'java advance java', 'advance java jsp', 'java jsp hibernate', 'jsp hibernate spring', 'hibernate spring languages', 'spring languages known', 'languages known c', 'known c c', 'c c databases', 'c databases sql', 'databases sql areas', 'sql areas of', 'areas of interest', 'of interest software', 'interest software development', 'software development programming', 'development programming academic', 'programming academic projects', 'academic projects details', 'projects details diploma', 'details diploma title', 'diploma title banking', 'title banking software', 'banking software description', 'software description we', 'description we used', 'we used gsm', 'used gsm technology', 'gsm technology transaction', 'technology transaction message', 'transaction message security', 'message security purpose', 'security purpose environment', 'purpose environment os', 'environment os windows', 'os windows xp', 'windows xp technologies', 'xp technologies used', 'technologies used frontend', 'used frontend visual', 'frontend visual basic', 'visual basic 6', 'basic 6 0', '6 0 backend', '0 backend oracle', 'backend oracle 9i', 'oracle 9i be', '9i be title', 'be title single', 'title single sign', 'single sign on', 'sign on description', 'on description we', 'description we created', 'we created single', 'created single sign', 'single sign mechanism', 'sign mechanism network', 'mechanism network security', 'network security environment', 'security environment os', 'environment os windows', 'os windows 7', 'windows 7 technologies', '7 technologies used', 'technologies used frontend', 'used frontend java', 'frontend java backend', 'java backend oracle', 'backend oracle 10g', 'oracle 10g me', '10g me title', 'me title text', 'title text based', 'text based graphical', 'based graphical password', 'graphical password to', 'password to overcome', 'to overcome shoulder', 'overcome shoulder surfing', 'shoulder surfing attacks', 'surfing attacks description', 'attacks description i', 'description i created', 'i created secure', 'created secure password', 'secure password system', 'password system using', 'system using random', 'using random printing', 'random printing algo', 'printing algo environment', 'algo environment os', 'environment os windows', 'os windows 10', 'windows 10 technologies', '10 technologies used', 'technologies used frontend', 'used frontend java', 'frontend java backend', 'java backend mysql', 'backend mysql company', 'mysql company title', 'company title agriculture', 'title agriculture management', 'agriculture management system', 'management system description', 'system description created', 'description created web', 'created web application', 'web application agriculture', 'application agriculture system', 'agriculture system farming', 'system farming environment', 'farming environment os', 'environment os windows', 'os windows 10', 'windows 10 technologies', '10 technologies used', 'technologies used frontend', 'used frontend hibernate', 'frontend hibernate backend', 'hibernate backend mysql', 'backend mysql education', 'mysql education details', 'education details june', 'details june 2015', 'june 2015 february', '2015 february 2018', 'february 2018 me', '2018 me computers', 'me computers computer', 'computers computer pune', 'computer pune maharashtra', 'pune maharashtra savitribai', 'maharashtra savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university june', 'university june 2007', 'june 2007 s', '2007 s s', 's s c', 's c solapur', 'c solapur maharashtra', 'solapur maharashtra maharashtra', 'maharashtra maharashtra secondary', 'maharashtra secondary board', 'secondary board java', 'board java developer', 'java developer java', 'developer java developer', 'java developer skill', 'developer skill details', 'skill details java', 'details java exprience', 'java exprience 6', 'exprience 6 months', '6 months databases', 'months databases exprience', 'databases exprience 6', 'exprience 6 months', '6 months hibernate', 'months hibernate exprience', 'hibernate exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months jsp', 'months jsp exprience', 'jsp exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months servlet', 'months servlet exprience', 'servlet exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company maxgen', 'company maxgen technologies', 'maxgen technologies pvt', 'technologies pvt ltd', 'pvt ltd description', 'ltd description 1', 'description 1 working', '1 working java', 'working java developer', 'java developer hibernate', 'developer hibernate technology', 'hibernate technology developing', 'technology developing web', 'developing web application', 'web application using', 'application using jsp', 'using jsp servlet', 'jsp servlet hibernate', 'servlet hibernate company', 'hibernate company prakshal', 'company prakshal it', 'prakshal it academy', 'it academy description', 'academy description i', 'description i working', 'i working trainer', 'working trainer i', 'trainer i taught', 'i taught a', 'taught a n', 'a n ccna', 'n ccna routing', 'ccna routing switching', 'operating systems windows xp', 'systems windows xp 7', 'windows xp 7 10', 'xp 7 10 tools', '7 10 tools packages', '10 tools packages visual', 'tools packages visual basic', 'packages visual basic 6', 'visual basic 6 0', 'basic 6 0 uml', '6 0 uml packet', '0 uml packet tracer', 'uml packet tracer web', 'packet tracer web technologies', 'tracer web technologies core', 'web technologies core java', 'technologies core java advance', 'core java advance java', 'java advance java jsp', 'advance java jsp hibernate', 'java jsp hibernate spring', 'jsp hibernate spring languages', 'hibernate spring languages known', 'spring languages known c', 'languages known c c', 'known c c databases', 'c c databases sql', 'c databases sql areas', 'databases sql areas of', 'sql areas of interest', 'areas of interest software', 'of interest software development', 'interest software development programming', 'software development programming academic', 'development programming academic projects', 'programming academic projects details', 'academic projects details diploma', 'projects details diploma title', 'details diploma title banking', 'diploma title banking software', 'title banking software description', 'banking software description we', 'software description we used', 'description we used gsm', 'we used gsm technology', 'used gsm technology transaction', 'gsm technology transaction message', 'technology transaction message security', 'transaction message security purpose', 'message security purpose environment', 'security purpose environment os', 'purpose environment os windows', 'environment os windows xp', 'os windows xp technologies', 'windows xp technologies used', 'xp technologies used frontend', 'technologies used frontend visual', 'used frontend visual basic', 'frontend visual basic 6', 'visual basic 6 0', 'basic 6 0 backend', '6 0 backend oracle', '0 backend oracle 9i', 'backend oracle 9i be', 'oracle 9i be title', '9i be title single', 'be title single sign', 'title single sign on', 'single sign on description', 'sign on description we', 'on description we created', 'description we created single', 'we created single sign', 'created single sign mechanism', 'single sign mechanism network', 'sign mechanism network security', 'mechanism network security environment', 'network security environment os', 'security environment os windows', 'environment os windows 7', 'os windows 7 technologies', 'windows 7 technologies used', '7 technologies used frontend', 'technologies used frontend java', 'used frontend java backend', 'frontend java backend oracle', 'java backend oracle 10g', 'backend oracle 10g me', 'oracle 10g me title', '10g me title text', 'me title text based', 'title text based graphical', 'text based graphical password', 'based graphical password to', 'graphical password to overcome', 'password to overcome shoulder', 'to overcome shoulder surfing', 'overcome shoulder surfing attacks', 'shoulder surfing attacks description', 'surfing attacks description i', 'attacks description i created', 'description i created secure', 'i created secure password', 'created secure password system', 'secure password system using', 'password system using random', 'system using random printing', 'using random printing algo', 'random printing algo environment', 'printing algo environment os', 'algo environment os windows', 'environment os windows 10', 'os windows 10 technologies', 'windows 10 technologies used', '10 technologies used frontend', 'technologies used frontend java', 'used frontend java backend', 'frontend java backend mysql', 'java backend mysql company', 'backend mysql company title', 'mysql company title agriculture', 'company title agriculture management', 'title agriculture management system', 'agriculture management system description', 'management system description created', 'system description created web', 'description created web application', 'created web application agriculture', 'web application agriculture system', 'application agriculture system farming', 'agriculture system farming environment', 'system farming environment os', 'farming environment os windows', 'environment os windows 10', 'os windows 10 technologies', 'windows 10 technologies used', '10 technologies used frontend', 'technologies used frontend hibernate', 'used frontend hibernate backend', 'frontend hibernate backend mysql', 'hibernate backend mysql education', 'backend mysql education details', 'mysql education details june', 'education details june 2015', 'details june 2015 february', 'june 2015 february 2018', '2015 february 2018 me', 'february 2018 me computers', '2018 me computers computer', 'me computers computer pune', 'computers computer pune maharashtra', 'computer pune maharashtra savitribai', 'pune maharashtra savitribai phule', 'maharashtra savitribai phule pune', 'savitribai phule pune university', 'phule pune university june', 'pune university june 2007', 'university june 2007 s', 'june 2007 s s', '2007 s s c', 's s c solapur', 's c solapur maharashtra', 'c solapur maharashtra maharashtra', 'solapur maharashtra maharashtra secondary', 'maharashtra maharashtra secondary board', 'maharashtra secondary board java', 'secondary board java developer', 'board java developer java', 'java developer java developer', 'developer java developer skill', 'java developer skill details', 'developer skill details java', 'skill details java exprience', 'details java exprience 6', 'java exprience 6 months', 'exprience 6 months databases', '6 months databases exprience', 'months databases exprience 6', 'databases exprience 6 months', 'exprience 6 months hibernate', '6 months hibernate exprience', 'months hibernate exprience less', 'hibernate exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months jsp', 'year months jsp exprience', 'months jsp exprience less', 'jsp exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months servlet', 'year months servlet exprience', 'months servlet exprience less', 'servlet exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company maxgen', 'details company maxgen technologies', 'company maxgen technologies pvt', 'maxgen technologies pvt ltd', 'technologies pvt ltd description', 'pvt ltd description 1', 'ltd description 1 working', 'description 1 working java', '1 working java developer', 'working java developer hibernate', 'java developer hibernate technology', 'developer hibernate technology developing', 'hibernate technology developing web', 'technology developing web application', 'developing web application using', 'web application using jsp', 'application using jsp servlet', 'using jsp servlet hibernate', 'jsp servlet hibernate company', 'servlet hibernate company prakshal', 'hibernate company prakshal it', 'company prakshal it academy', 'prakshal it academy description', 'it academy description i', 'academy description i working', 'description i working trainer', 'i working trainer i', 'working trainer i taught', 'trainer i taught a', 'i taught a n', 'taught a n ccna', 'a n ccna routing', 'n ccna routing switching', 'operating systems windows xp 7', 'systems windows xp 7 10', 'windows xp 7 10 tools', 'xp 7 10 tools packages', '7 10 tools packages visual', '10 tools packages visual basic', 'tools packages visual basic 6', 'packages visual basic 6 0', 'visual basic 6 0 uml', 'basic 6 0 uml packet', '6 0 uml packet tracer', '0 uml packet tracer web', 'uml packet tracer web technologies', 'packet tracer web technologies core', 'tracer web technologies core java', 'web technologies core java advance', 'technologies core java advance java', 'core java advance java jsp', 'java advance java jsp hibernate', 'advance java jsp hibernate spring', 'java jsp hibernate spring languages', 'jsp hibernate spring languages known', 'hibernate spring languages known c', 'spring languages known c c', 'languages known c c databases', 'known c c databases sql', 'c c databases sql areas', 'c databases sql areas of', 'databases sql areas of interest', 'sql areas of interest software', 'areas of interest software development', 'of interest software development programming', 'interest software development programming academic', 'software development programming academic projects', 'development programming academic projects details', 'programming academic projects details diploma', 'academic projects details diploma title', 'projects details diploma title banking', 'details diploma title banking software', 'diploma title banking software description', 'title banking software description we', 'banking software description we used', 'software description we used gsm', 'description we used gsm technology', 'we used gsm technology transaction', 'used gsm technology transaction message', 'gsm technology transaction message security', 'technology transaction message security purpose', 'transaction message security purpose environment', 'message security purpose environment os', 'security purpose environment os windows', 'purpose environment os windows xp', 'environment os windows xp technologies', 'os windows xp technologies used', 'windows xp technologies used frontend', 'xp technologies used frontend visual', 'technologies used frontend visual basic', 'used frontend visual basic 6', 'frontend visual basic 6 0', 'visual basic 6 0 backend', 'basic 6 0 backend oracle', '6 0 backend oracle 9i', '0 backend oracle 9i be', 'backend oracle 9i be title', 'oracle 9i be title single', '9i be title single sign', ...], ['computer', 'skills', 'languages', 'and', 'script', 'jsp', 'servlet', 'html', 'css', 'java', 'script', 'jquery', 'ajax', 'spring', 'hibernate', 'operating', 'system', 'microsoft', 'windows', '2003', 'xp', 'vista', '7', '8', 'databases', 'my', 'sql', 'concepts', 'oops', 'core', 'java', 'advance', 'java', 'development', 'tool', 'eclipse', 'net', 'beans', 'ide', 'web', 'server', 'apache', 'tomcat', '7', '0education', 'details', 'january', '2007', 'h', 's', 'c', 'amravati', 'maharashtra', 'vidyabharati', 'college', 'january', '2005', 's', 's', 'c', 'amravati', 'maharashtra', 'holy', 'cross', 'english', 'school', 'java', 'developer', 'java', 'developer', 'kunal', 'it', 'services', 'pvt', 'ltd', 'skill', 'details', 'eclipse', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience', '14', 'months', 'hibernate', 'exprience', 'less', '1', 'year', 'months', 'spring', 'exprience', 'less', '1', 'year', 'months', 'jquery', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'kunal', 'it', 'services', 'pvt', 'ltd', 'description', 'currently', 'working', 'as', 'java', 'developer', 'in', 'winsol', 'solution', 'pvt', 'ltd', 'from', '1', 'july', '2017', 'to', 'till', 'date', 'experience', 'of', '2', 'yrs', 'as', 'a', 'java', 'developer', 'in', 'kunal', 'it', 'services', 'pvt', 'ltd', 'computer skills', 'skills languages', 'languages and', 'and script', 'script jsp', 'jsp servlet', 'servlet html', 'html css', 'css java', 'java script', 'script jquery', 'jquery ajax', 'ajax spring', 'spring hibernate', 'hibernate operating', 'operating system', 'system microsoft', 'microsoft windows', 'windows 2003', '2003 xp', 'xp vista', 'vista 7', '7 8', '8 databases', 'databases my', 'my sql', 'sql concepts', 'concepts oops', 'oops core', 'core java', 'java advance', 'advance java', 'java development', 'development tool', 'tool eclipse', 'eclipse net', 'net beans', 'beans ide', 'ide web', 'web server', 'server apache', 'apache tomcat', 'tomcat 7', '7 0education', '0education details', 'details january', 'january 2007', '2007 h', 'h s', 's c', 'c amravati', 'amravati maharashtra', 'maharashtra vidyabharati', 'vidyabharati college', 'college january', 'january 2005', '2005 s', 's s', 's c', 'c amravati', 'amravati maharashtra', 'maharashtra holy', 'holy cross', 'cross english', 'english school', 'school java', 'java developer', 'developer java', 'java developer', 'developer kunal', 'kunal it', 'it services', 'services pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details eclipse', 'eclipse exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months java', 'java exprience', 'exprience 14', '14 months', 'months hibernate', 'hibernate exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months spring', 'spring exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jquery', 'jquery exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company kunal', 'kunal it', 'it services', 'services pvt', 'pvt ltd', 'ltd description', 'description currently', 'currently working', 'working as', 'as java', 'java developer', 'developer in', 'in winsol', 'winsol solution', 'solution pvt', 'pvt ltd', 'ltd from', 'from 1', '1 july', 'july 2017', '2017 to', 'to till', 'till date', 'date experience', 'experience of', 'of 2', '2 yrs', 'yrs as', 'as a', 'a java', 'java developer', 'developer in', 'in kunal', 'kunal it', 'it services', 'services pvt', 'pvt ltd', 'computer skills languages', 'skills languages and', 'languages and script', 'and script jsp', 'script jsp servlet', 'jsp servlet html', 'servlet html css', 'html css java', 'css java script', 'java script jquery', 'script jquery ajax', 'jquery ajax spring', 'ajax spring hibernate', 'spring hibernate operating', 'hibernate operating system', 'operating system microsoft', 'system microsoft windows', 'microsoft windows 2003', 'windows 2003 xp', '2003 xp vista', 'xp vista 7', 'vista 7 8', '7 8 databases', '8 databases my', 'databases my sql', 'my sql concepts', 'sql concepts oops', 'concepts oops core', 'oops core java', 'core java advance', 'java advance java', 'advance java development', 'java development tool', 'development tool eclipse', 'tool eclipse net', 'eclipse net beans', 'net beans ide', 'beans ide web', 'ide web server', 'web server apache', 'server apache tomcat', 'apache tomcat 7', 'tomcat 7 0education', '7 0education details', '0education details january', 'details january 2007', 'january 2007 h', '2007 h s', 'h s c', 's c amravati', 'c amravati maharashtra', 'amravati maharashtra vidyabharati', 'maharashtra vidyabharati college', 'vidyabharati college january', 'college january 2005', 'january 2005 s', '2005 s s', 's s c', 's c amravati', 'c amravati maharashtra', 'amravati maharashtra holy', 'maharashtra holy cross', 'holy cross english', 'cross english school', 'english school java', 'school java developer', 'java developer java', 'developer java developer', 'java developer kunal', 'developer kunal it', 'kunal it services', 'it services pvt', 'services pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details eclipse', 'details eclipse exprience', 'eclipse exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months java', 'months java exprience', 'java exprience 14', 'exprience 14 months', '14 months hibernate', 'months hibernate exprience', 'hibernate exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months spring', 'months spring exprience', 'spring exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months jquery', 'months jquery exprience', 'jquery exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company kunal', 'company kunal it', 'kunal it services', 'it services pvt', 'services pvt ltd', 'pvt ltd description', 'ltd description currently', 'description currently working', 'currently working as', 'working as java', 'as java developer', 'java developer in', 'developer in winsol', 'in winsol solution', 'winsol solution pvt', 'solution pvt ltd', 'pvt ltd from', 'ltd from 1', 'from 1 july', '1 july 2017', 'july 2017 to', '2017 to till', 'to till date', 'till date experience', 'date experience of', 'experience of 2', 'of 2 yrs', '2 yrs as', 'yrs as a', 'as a java', 'a java developer', 'java developer in', 'developer in kunal', 'in kunal it', 'kunal it services', 'it services pvt', 'services pvt ltd', 'computer skills languages and', 'skills languages and script', 'languages and script jsp', 'and script jsp servlet', 'script jsp servlet html', 'jsp servlet html css', 'servlet html css java', 'html css java script', 'css java script jquery', 'java script jquery ajax', 'script jquery ajax spring', 'jquery ajax spring hibernate', 'ajax spring hibernate operating', 'spring hibernate operating system', 'hibernate operating system microsoft', 'operating system microsoft windows', 'system microsoft windows 2003', 'microsoft windows 2003 xp', 'windows 2003 xp vista', '2003 xp vista 7', 'xp vista 7 8', 'vista 7 8 databases', '7 8 databases my', '8 databases my sql', 'databases my sql concepts', 'my sql concepts oops', 'sql concepts oops core', 'concepts oops core java', 'oops core java advance', 'core java advance java', 'java advance java development', 'advance java development tool', 'java development tool eclipse', 'development tool eclipse net', 'tool eclipse net beans', 'eclipse net beans ide', 'net beans ide web', 'beans ide web server', 'ide web server apache', 'web server apache tomcat', 'server apache tomcat 7', 'apache tomcat 7 0education', 'tomcat 7 0education details', '7 0education details january', '0education details january 2007', 'details january 2007 h', 'january 2007 h s', '2007 h s c', 'h s c amravati', 's c amravati maharashtra', 'c amravati maharashtra vidyabharati', 'amravati maharashtra vidyabharati college', 'maharashtra vidyabharati college january', 'vidyabharati college january 2005', 'college january 2005 s', 'january 2005 s s', '2005 s s c', 's s c amravati', 's c amravati maharashtra', 'c amravati maharashtra holy', 'amravati maharashtra holy cross', 'maharashtra holy cross english', 'holy cross english school', 'cross english school java', 'english school java developer', 'school java developer java', 'java developer java developer', 'developer java developer kunal', 'java developer kunal it', 'developer kunal it services', 'kunal it services pvt', 'it services pvt ltd', 'services pvt ltd skill', 'pvt ltd skill details', 'ltd skill details eclipse', 'skill details eclipse exprience', 'details eclipse exprience less', 'eclipse exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months java', 'year months java exprience', 'months java exprience 14', 'java exprience 14 months', 'exprience 14 months hibernate', '14 months hibernate exprience', 'months hibernate exprience less', 'hibernate exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months spring', 'year months spring exprience', 'months spring exprience less', 'spring exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months jquery', 'year months jquery exprience', 'months jquery exprience less', 'jquery exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company kunal', 'details company kunal it', 'company kunal it services', 'kunal it services pvt', 'it services pvt ltd', 'services pvt ltd description', 'pvt ltd description currently', 'ltd description currently working', 'description currently working as', 'currently working as java', 'working as java developer', 'as java developer in', 'java developer in winsol', 'developer in winsol solution', 'in winsol solution pvt', 'winsol solution pvt ltd', 'solution pvt ltd from', 'pvt ltd from 1', 'ltd from 1 july', 'from 1 july 2017', '1 july 2017 to', 'july 2017 to till', '2017 to till date', 'to till date experience', 'till date experience of', 'date experience of 2', 'experience of 2 yrs', 'of 2 yrs as', '2 yrs as a', 'yrs as a java', 'as a java developer', 'a java developer in', 'java developer in kunal', 'developer in kunal it', 'in kunal it services', 'kunal it services pvt', 'it services pvt ltd', 'computer skills languages and script', 'skills languages and script jsp', 'languages and script jsp servlet', 'and script jsp servlet html', 'script jsp servlet html css', 'jsp servlet html css java', 'servlet html css java script', 'html css java script jquery', 'css java script jquery ajax', 'java script jquery ajax spring', 'script jquery ajax spring hibernate', 'jquery ajax spring hibernate operating', 'ajax spring hibernate operating system', 'spring hibernate operating system microsoft', 'hibernate operating system microsoft windows', 'operating system microsoft windows 2003', 'system microsoft windows 2003 xp', 'microsoft windows 2003 xp vista', 'windows 2003 xp vista 7', '2003 xp vista 7 8', 'xp vista 7 8 databases', 'vista 7 8 databases my', '7 8 databases my sql', '8 databases my sql concepts', 'databases my sql concepts oops', 'my sql concepts oops core', 'sql concepts oops core java', 'concepts oops core java advance', 'oops core java advance java', 'core java advance java development', 'java advance java development tool', 'advance java development tool eclipse', 'java development tool eclipse net', 'development tool eclipse net beans', 'tool eclipse net beans ide', 'eclipse net beans ide web', 'net beans ide web server', 'beans ide web server apache', 'ide web server apache tomcat', 'web server apache tomcat 7', 'server apache tomcat 7 0education', 'apache tomcat 7 0education details', 'tomcat 7 0education details january', '7 0education details january 2007', '0education details january 2007 h', 'details january 2007 h s', 'january 2007 h s c', '2007 h s c amravati', 'h s c amravati maharashtra', 's c amravati maharashtra vidyabharati', 'c amravati maharashtra vidyabharati college', 'amravati maharashtra vidyabharati college january', 'maharashtra vidyabharati college january 2005', 'vidyabharati college january 2005 s', 'college january 2005 s s', 'january 2005 s s c', '2005 s s c amravati', 's s c amravati maharashtra', 's c amravati maharashtra holy', 'c amravati maharashtra holy cross', 'amravati maharashtra holy cross english', 'maharashtra holy cross english school', 'holy cross english school java', 'cross english school java developer', 'english school java developer java', 'school java developer java developer', 'java developer java developer kunal', 'developer java developer kunal it', 'java developer kunal it services', 'developer kunal it services pvt', 'kunal it services pvt ltd', 'it services pvt ltd skill', 'services pvt ltd skill details', 'pvt ltd skill details eclipse', 'ltd skill details eclipse exprience', 'skill details eclipse exprience less', 'details eclipse exprience less 1', 'eclipse exprience less 1 year', 'exprience less 1 year months', 'less 1 year months java', '1 year months java exprience', 'year months java exprience 14', 'months java exprience 14 months', 'java exprience 14 months hibernate', 'exprience 14 months hibernate exprience', '14 months hibernate exprience less', 'months hibernate exprience less 1', 'hibernate exprience less 1 year', 'exprience less 1 year months', 'less 1 year months spring', '1 year months spring exprience', 'year months spring exprience less', 'months spring exprience less 1', 'spring exprience less 1 year', 'exprience less 1 year months', 'less 1 year months jquery', '1 year months jquery exprience', 'year months jquery exprience less', 'months jquery exprience less 1', 'jquery exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company kunal', 'monthscompany details company kunal it', 'details company kunal it services', 'company kunal it services pvt', 'kunal it services pvt ltd', 'it services pvt ltd description', 'services pvt ltd description currently', 'pvt ltd description currently working', 'ltd description currently working as', 'description currently working as java', 'currently working as java developer', 'working as java developer in', 'as java developer in winsol', 'java developer in winsol solution', 'developer in winsol solution pvt', 'in winsol solution pvt ltd', 'winsol solution pvt ltd from', 'solution pvt ltd from 1', 'pvt ltd from 1 july', 'ltd from 1 july 2017', 'from 1 july 2017 to', '1 july 2017 to till', 'july 2017 to till date', '2017 to till date experience', 'to till date experience of', 'till date experience of 2', 'date experience of 2 yrs', 'experience of 2 yrs as', 'of 2 yrs as a', '2 yrs as a java', 'yrs as a java developer', 'as a java developer in', 'a java developer in kunal', 'java developer in kunal it', 'developer in kunal it services', 'in kunal it services pvt', 'kunal it services pvt ltd', 'computer skills languages and script jsp', 'skills languages and script jsp servlet', 'languages and script jsp servlet html', 'and script jsp servlet html css', 'script jsp servlet html css java', 'jsp servlet html css java script', 'servlet html css java script jquery', 'html css java script jquery ajax', 'css java script jquery ajax spring', 'java script jquery ajax spring hibernate', 'script jquery ajax spring hibernate operating', 'jquery ajax spring hibernate operating system', 'ajax spring hibernate operating system microsoft', 'spring hibernate operating system microsoft windows', 'hibernate operating system microsoft windows 2003', 'operating system microsoft windows 2003 xp', 'system microsoft windows 2003 xp vista', 'microsoft windows 2003 xp vista 7', 'windows 2003 xp vista 7 8', '2003 xp vista 7 8 databases', 'xp vista 7 8 databases my', 'vista 7 8 databases my sql', '7 8 databases my sql concepts', '8 databases my sql concepts oops', 'databases my sql concepts oops core', 'my sql concepts oops core java', 'sql concepts oops core java advance', 'concepts oops core java advance java', 'oops core java advance java development', 'core java advance java development tool', 'java advance java development tool eclipse', 'advance java development tool eclipse net', 'java development tool eclipse net beans', 'development tool eclipse net beans ide', 'tool eclipse net beans ide web', 'eclipse net beans ide web server', 'net beans ide web server apache', 'beans ide web server apache tomcat', 'ide web server apache tomcat 7', 'web server apache tomcat 7 0education', 'server apache tomcat 7 0education details', 'apache tomcat 7 0education details january', 'tomcat 7 0education details january 2007', '7 0education details january 2007 h', '0education details january 2007 h s', 'details january 2007 h s c', 'january 2007 h s c amravati', '2007 h s c amravati maharashtra', 'h s c amravati maharashtra vidyabharati', 's c amravati maharashtra vidyabharati college', 'c amravati maharashtra vidyabharati college january', 'amravati maharashtra vidyabharati college january 2005', 'maharashtra vidyabharati college january 2005 s', 'vidyabharati college january 2005 s s', 'college january 2005 s s c', 'january 2005 s s c amravati', '2005 s s c amravati maharashtra', 's s c amravati maharashtra holy', 's c amravati maharashtra holy cross', 'c amravati maharashtra holy cross english', 'amravati maharashtra holy cross english school', 'maharashtra holy cross english school java', 'holy cross english school java developer', 'cross english school java developer java', 'english school java developer java developer', 'school java developer java developer kunal', 'java developer java developer kunal it', 'developer java developer kunal it services', 'java developer kunal it services pvt', 'developer kunal it services pvt ltd', 'kunal it services pvt ltd skill', 'it services pvt ltd skill details', 'services pvt ltd skill details eclipse', 'pvt ltd skill details eclipse exprience', 'ltd skill details eclipse exprience less', 'skill details eclipse exprience less 1', 'details eclipse exprience less 1 year', 'eclipse exprience less 1 year months', 'exprience less 1 year months java', 'less 1 year months java exprience', '1 year months java exprience 14', 'year months java exprience 14 months', 'months java exprience 14 months hibernate', 'java exprience 14 months hibernate exprience', 'exprience 14 months hibernate exprience less', '14 months hibernate exprience less 1', 'months hibernate exprience less 1 year', 'hibernate exprience less 1 year months', 'exprience less 1 year months spring', 'less 1 year months spring exprience', '1 year months spring exprience less', 'year months spring exprience less 1', 'months spring exprience less 1 year', 'spring exprience less 1 year months', 'exprience less 1 year months jquery', 'less 1 year months jquery exprience', '1 year months jquery exprience less', 'year months jquery exprience less 1', 'months jquery exprience less 1 year', 'jquery exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company kunal', 'year monthscompany details company kunal it', 'monthscompany details company kunal it services', 'details company kunal it services pvt', 'company kunal it services pvt ltd', 'kunal it services pvt ltd description', 'it services pvt ltd description currently', 'services pvt ltd description currently working', 'pvt ltd description currently working as', 'ltd description currently working as java', 'description currently working as java developer', 'currently working as java developer in', 'working as java developer in winsol', 'as java developer in winsol solution', 'java developer in winsol solution pvt', 'developer in winsol solution pvt ltd', 'in winsol solution pvt ltd from', 'winsol solution pvt ltd from 1', 'solution pvt ltd from 1 july', 'pvt ltd from 1 july 2017', 'ltd from 1 july 2017 to', 'from 1 july 2017 to till', '1 july 2017 to till date', 'july 2017 to till date experience', '2017 to till date experience of', 'to till date experience of 2', 'till date experience of 2 yrs', 'date experience of 2 yrs as', 'experience of 2 yrs as a', 'of 2 yrs as a java', '2 yrs as a java developer', 'yrs as a java developer in', 'as a java developer in kunal', 'a java developer in kunal it', 'java developer in kunal it services', 'developer in kunal it services pvt', 'in kunal it services pvt ltd', 'computer skills languages and script jsp servlet', 'skills languages and script jsp servlet html', 'languages and script jsp servlet html css', 'and script jsp servlet html css java', 'script jsp servlet html css java script', 'jsp servlet html css java script jquery', 'servlet html css java script jquery ajax', 'html css java script jquery ajax spring', 'css java script jquery ajax spring hibernate', 'java script jquery ajax spring hibernate operating', 'script jquery ajax spring hibernate operating system', 'jquery ajax spring hibernate operating system microsoft', 'ajax spring hibernate operating system microsoft windows', 'spring hibernate operating system microsoft windows 2003', 'hibernate operating system microsoft windows 2003 xp', 'operating system microsoft windows 2003 xp vista', 'system microsoft windows 2003 xp vista 7', 'microsoft windows 2003 xp vista 7 8', 'windows 2003 xp vista 7 8 databases', '2003 xp vista 7 8 databases my', 'xp vista 7 8 databases my sql', 'vista 7 8 databases my sql concepts', '7 8 databases my sql concepts oops', '8 databases my sql concepts oops core', 'databases my sql concepts oops core java', 'my sql concepts oops core java advance', 'sql concepts oops core java advance java', 'concepts oops core java advance java development', 'oops core java advance java development tool', 'core java advance java development tool eclipse', 'java advance java development tool eclipse net', 'advance java development tool eclipse net beans', 'java development tool eclipse net beans ide', 'development tool eclipse net beans ide web', 'tool eclipse net beans ide web server', 'eclipse net beans ide web server apache', 'net beans ide web server apache tomcat', 'beans ide web server apache tomcat 7', 'ide web server apache tomcat 7 0education', 'web server apache tomcat 7 0education details', 'server apache tomcat 7 0education details january', 'apache tomcat 7 0education details january 2007', 'tomcat 7 0education details january 2007 h', '7 0education details january 2007 h s', '0education details january 2007 h s c', 'details january 2007 h s c amravati', 'january 2007 h s c amravati maharashtra', '2007 h s c amravati maharashtra vidyabharati', 'h s c amravati maharashtra vidyabharati college', 's c amravati maharashtra vidyabharati college january', 'c amravati maharashtra vidyabharati college january 2005', 'amravati maharashtra vidyabharati college january 2005 s', 'maharashtra vidyabharati college january 2005 s s', 'vidyabharati college january 2005 s s c', 'college january 2005 s s c amravati', 'january 2005 s s c amravati maharashtra', '2005 s s c amravati maharashtra holy', 's s c amravati maharashtra holy cross', 's c amravati maharashtra holy cross english', 'c amravati maharashtra holy cross english school', 'amravati maharashtra holy cross english school java', 'maharashtra holy cross english school java developer', 'holy cross english school java developer java', 'cross english school java developer java developer', 'english school java developer java developer kunal', 'school java developer java developer kunal it', 'java developer java developer kunal it services', 'developer java developer kunal it services pvt', 'java developer kunal it services pvt ltd', 'developer kunal it services pvt ltd skill', 'kunal it services pvt ltd skill details', 'it services pvt ltd skill details eclipse', 'services pvt ltd skill details eclipse exprience', 'pvt ltd skill details eclipse exprience less', 'ltd skill details eclipse exprience less 1', 'skill details eclipse exprience less 1 year', 'details eclipse exprience less 1 year months', 'eclipse exprience less 1 year months java', 'exprience less 1 year months java exprience', 'less 1 year months java exprience 14', '1 year months java exprience 14 months', 'year months java exprience 14 months hibernate', 'months java exprience 14 months hibernate exprience', 'java exprience 14 months hibernate exprience less', 'exprience 14 months hibernate exprience less 1', '14 months hibernate exprience less 1 year', 'months hibernate exprience less 1 year months', 'hibernate exprience less 1 year months spring', 'exprience less 1 year months spring exprience', 'less 1 year months spring exprience less', '1 year months spring exprience less 1', 'year months spring exprience less 1 year', 'months spring exprience less 1 year months', 'spring exprience less 1 year months jquery', 'exprience less 1 year months jquery exprience', 'less 1 year months jquery exprience less', '1 year months jquery exprience less 1', 'year months jquery exprience less 1 year', 'months jquery exprience less 1 year monthscompany', 'jquery exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company kunal', '1 year monthscompany details company kunal it', 'year monthscompany details company kunal it services', 'monthscompany details company kunal it services pvt', 'details company kunal it services pvt ltd', 'company kunal it services pvt ltd description', 'kunal it services pvt ltd description currently', 'it services pvt ltd description currently working', 'services pvt ltd description currently working as', 'pvt ltd description currently working as java', 'ltd description currently working as java developer', 'description currently working as java developer in', 'currently working as java developer in winsol', 'working as java developer in winsol solution', 'as java developer in winsol solution pvt', 'java developer in winsol solution pvt ltd', 'developer in winsol solution pvt ltd from', 'in winsol solution pvt ltd from 1', 'winsol solution pvt ltd from 1 july', 'solution pvt ltd from 1 july 2017', 'pvt ltd from 1 july 2017 to', 'ltd from 1 july 2017 to till', 'from 1 july 2017 to till date', '1 july 2017 to till date experience', 'july 2017 to till date experience of', '2017 to till date experience of 2', 'to till date experience of 2 yrs', 'till date experience of 2 yrs as', 'date experience of 2 yrs as a', 'experience of 2 yrs as a java', 'of 2 yrs as a java developer', '2 yrs as a java developer in', 'yrs as a java developer in kunal', 'as a java developer in kunal it', 'a java developer in kunal it services', 'java developer in kunal it services pvt', 'developer in kunal it services pvt ltd', 'computer skills languages and script jsp servlet html', 'skills languages and script jsp servlet html css', 'languages and script jsp servlet html css java', 'and script jsp servlet html css java script', 'script jsp servlet html css java script jquery', 'jsp servlet html css java script jquery ajax', 'servlet html css java script jquery ajax spring', 'html css java script jquery ajax spring hibernate', 'css java script jquery ajax spring hibernate operating', 'java script jquery ajax spring hibernate operating system', 'script jquery ajax spring hibernate operating system microsoft', 'jquery ajax spring hibernate operating system microsoft windows', 'ajax spring hibernate operating system microsoft windows 2003', ...], ['education', 'details', 'january', '2016', 'b', 'e', 'information', 'technology', 'pune', 'maharashtra', 'sawitribai', 'phule', 'pune', 'university', 'java', 'developer', 'java', 'developer', 'vertical', 'software', 'skill', 'details', 'company', 'details', 'company', 'vertical', 'software', 'description', 'expertise', 'design', 'development', 'web', 'applications', 'using', 'j2ee', 'servlets', 'jsp', 'javascript', 'html', 'css', 'jquery', 'ajax', 'json', 'experienced', 'developing', 'applications', 'using', 'mvc', 'architecture', 'good', 'understanding', 'software', 'development', 'life', 'cycle', 'phases', 'requirement', 'gathering', 'analysis', 'design', 'development', 'unit', 'testing', 'languages', 'open', 'source', 'java', 'j2ee', 'spring', 'hibernate', 'frame', 'work', 'scripting', 'languages', 'server', 'java', 'jsp', 'servlets', 'db', 'connectivity', 'side', 'program', 'jdbc', 'javascript', 'jquery', 'ajax', 'json', 'application', 'server', 'tomcat', 'database', 'mongodb', 'mysql', 'ides', 'eclipse', '1', 'project', 'title', 'expense', 'ledger', 'role', 'java', 'developer', 'tools', 'technologies', 'java', 'jsp', 'servlet', 'mysql', 'javascript', 'json', 'jquery', 'ajax', '2', 'project', 'title', 'trimurti', 'developer', 'realestate', 'role', 'java', 'developer', 'tools', 'technologies', 'java', 'jsp', 'servlet', 'mysql', 'javascript', 'json', 'jquery', 'ajax', '3', 'project', 'title', 'vimay', 'enterprise', 'role', 'java', 'developer', 'tools', 'technologies', 'java', 'jsp', 'spring', 'hibernate', 'maven', 'jquery', 'ajax', 'company', 'higher', 'secondary', 'school', 'description', 'pune', '58', '8', 'education details', 'details january', 'january 2016', '2016 b', 'b e', 'e information', 'information technology', 'technology pune', 'pune maharashtra', 'maharashtra sawitribai', 'sawitribai phule', 'phule pune', 'pune university', 'university java', 'java developer', 'developer java', 'java developer', 'developer vertical', 'vertical software', 'software skill', 'skill details', 'details company', 'company details', 'details company', 'company vertical', 'vertical software', 'software description', 'description expertise', 'expertise design', 'design development', 'development web', 'web applications', 'applications using', 'using j2ee', 'j2ee servlets', 'servlets jsp', 'jsp javascript', 'javascript html', 'html css', 'css jquery', 'jquery ajax', 'ajax json', 'json experienced', 'experienced developing', 'developing applications', 'applications using', 'using mvc', 'mvc architecture', 'architecture good', 'good understanding', 'understanding software', 'software development', 'development life', 'life cycle', 'cycle phases', 'phases requirement', 'requirement gathering', 'gathering analysis', 'analysis design', 'design development', 'development unit', 'unit testing', 'testing languages', 'languages open', 'open source', 'source java', 'java j2ee', 'j2ee spring', 'spring hibernate', 'hibernate frame', 'frame work', 'work scripting', 'scripting languages', 'languages server', 'server java', 'java jsp', 'jsp servlets', 'servlets db', 'db connectivity', 'connectivity side', 'side program', 'program jdbc', 'jdbc javascript', 'javascript jquery', 'jquery ajax', 'ajax json', 'json application', 'application server', 'server tomcat', 'tomcat database', 'database mongodb', 'mongodb mysql', 'mysql ides', 'ides eclipse', 'eclipse 1', '1 project', 'project title', 'title expense', 'expense ledger', 'ledger role', 'role java', 'java developer', 'developer tools', 'tools technologies', 'technologies java', 'java jsp', 'jsp servlet', 'servlet mysql', 'mysql javascript', 'javascript json', 'json jquery', 'jquery ajax', 'ajax 2', '2 project', 'project title', 'title trimurti', 'trimurti developer', 'developer realestate', 'realestate role', 'role java', 'java developer', 'developer tools', 'tools technologies', 'technologies java', 'java jsp', 'jsp servlet', 'servlet mysql', 'mysql javascript', 'javascript json', 'json jquery', 'jquery ajax', 'ajax 3', '3 project', 'project title', 'title vimay', 'vimay enterprise', 'enterprise role', 'role java', 'java developer', 'developer tools', 'tools technologies', 'technologies java', 'java jsp', 'jsp spring', 'spring hibernate', 'hibernate maven', 'maven jquery', 'jquery ajax', 'ajax company', 'company higher', 'higher secondary', 'secondary school', 'school description', 'description pune', 'pune 58', '58 8', 'education details january', 'details january 2016', 'january 2016 b', '2016 b e', 'b e information', 'e information technology', 'information technology pune', 'technology pune maharashtra', 'pune maharashtra sawitribai', 'maharashtra sawitribai phule', 'sawitribai phule pune', 'phule pune university', 'pune university java', 'university java developer', 'java developer java', 'developer java developer', 'java developer vertical', 'developer vertical software', 'vertical software skill', 'software skill details', 'skill details company', 'details company details', 'company details company', 'details company vertical', 'company vertical software', 'vertical software description', 'software description expertise', 'description expertise design', 'expertise design development', 'design development web', 'development web applications', 'web applications using', 'applications using j2ee', 'using j2ee servlets', 'j2ee servlets jsp', 'servlets jsp javascript', 'jsp javascript html', 'javascript html css', 'html css jquery', 'css jquery ajax', 'jquery ajax json', 'ajax json experienced', 'json experienced developing', 'experienced developing applications', 'developing applications using', 'applications using mvc', 'using mvc architecture', 'mvc architecture good', 'architecture good understanding', 'good understanding software', 'understanding software development', 'software development life', 'development life cycle', 'life cycle phases', 'cycle phases requirement', 'phases requirement gathering', 'requirement gathering analysis', 'gathering analysis design', 'analysis design development', 'design development unit', 'development unit testing', 'unit testing languages', 'testing languages open', 'languages open source', 'open source java', 'source java j2ee', 'java j2ee spring', 'j2ee spring hibernate', 'spring hibernate frame', 'hibernate frame work', 'frame work scripting', 'work scripting languages', 'scripting languages server', 'languages server java', 'server java jsp', 'java jsp servlets', 'jsp servlets db', 'servlets db connectivity', 'db connectivity side', 'connectivity side program', 'side program jdbc', 'program jdbc javascript', 'jdbc javascript jquery', 'javascript jquery ajax', 'jquery ajax json', 'ajax json application', 'json application server', 'application server tomcat', 'server tomcat database', 'tomcat database mongodb', 'database mongodb mysql', 'mongodb mysql ides', 'mysql ides eclipse', 'ides eclipse 1', 'eclipse 1 project', '1 project title', 'project title expense', 'title expense ledger', 'expense ledger role', 'ledger role java', 'role java developer', 'java developer tools', 'developer tools technologies', 'tools technologies java', 'technologies java jsp', 'java jsp servlet', 'jsp servlet mysql', 'servlet mysql javascript', 'mysql javascript json', 'javascript json jquery', 'json jquery ajax', 'jquery ajax 2', 'ajax 2 project', '2 project title', 'project title trimurti', 'title trimurti developer', 'trimurti developer realestate', 'developer realestate role', 'realestate role java', 'role java developer', 'java developer tools', 'developer tools technologies', 'tools technologies java', 'technologies java jsp', 'java jsp servlet', 'jsp servlet mysql', 'servlet mysql javascript', 'mysql javascript json', 'javascript json jquery', 'json jquery ajax', 'jquery ajax 3', 'ajax 3 project', '3 project title', 'project title vimay', 'title vimay enterprise', 'vimay enterprise role', 'enterprise role java', 'role java developer', 'java developer tools', 'developer tools technologies', 'tools technologies java', 'technologies java jsp', 'java jsp spring', 'jsp spring hibernate', 'spring hibernate maven', 'hibernate maven jquery', 'maven jquery ajax', 'jquery ajax company', 'ajax company higher', 'company higher secondary', 'higher secondary school', 'secondary school description', 'school description pune', 'description pune 58', 'pune 58 8', 'education details january 2016', 'details january 2016 b', 'january 2016 b e', '2016 b e information', 'b e information technology', 'e information technology pune', 'information technology pune maharashtra', 'technology pune maharashtra sawitribai', 'pune maharashtra sawitribai phule', 'maharashtra sawitribai phule pune', 'sawitribai phule pune university', 'phule pune university java', 'pune university java developer', 'university java developer java', 'java developer java developer', 'developer java developer vertical', 'java developer vertical software', 'developer vertical software skill', 'vertical software skill details', 'software skill details company', 'skill details company details', 'details company details company', 'company details company vertical', 'details company vertical software', 'company vertical software description', 'vertical software description expertise', 'software description expertise design', 'description expertise design development', 'expertise design development web', 'design development web applications', 'development web applications using', 'web applications using j2ee', 'applications using j2ee servlets', 'using j2ee servlets jsp', 'j2ee servlets jsp javascript', 'servlets jsp javascript html', 'jsp javascript html css', 'javascript html css jquery', 'html css jquery ajax', 'css jquery ajax json', 'jquery ajax json experienced', 'ajax json experienced developing', 'json experienced developing applications', 'experienced developing applications using', 'developing applications using mvc', 'applications using mvc architecture', 'using mvc architecture good', 'mvc architecture good understanding', 'architecture good understanding software', 'good understanding software development', 'understanding software development life', 'software development life cycle', 'development life cycle phases', 'life cycle phases requirement', 'cycle phases requirement gathering', 'phases requirement gathering analysis', 'requirement gathering analysis design', 'gathering analysis design development', 'analysis design development unit', 'design development unit testing', 'development unit testing languages', 'unit testing languages open', 'testing languages open source', 'languages open source java', 'open source java j2ee', 'source java j2ee spring', 'java j2ee spring hibernate', 'j2ee spring hibernate frame', 'spring hibernate frame work', 'hibernate frame work scripting', 'frame work scripting languages', 'work scripting languages server', 'scripting languages server java', 'languages server java jsp', 'server java jsp servlets', 'java jsp servlets db', 'jsp servlets db connectivity', 'servlets db connectivity side', 'db connectivity side program', 'connectivity side program jdbc', 'side program jdbc javascript', 'program jdbc javascript jquery', 'jdbc javascript jquery ajax', 'javascript jquery ajax json', 'jquery ajax json application', 'ajax json application server', 'json application server tomcat', 'application server tomcat database', 'server tomcat database mongodb', 'tomcat database mongodb mysql', 'database mongodb mysql ides', 'mongodb mysql ides eclipse', 'mysql ides eclipse 1', 'ides eclipse 1 project', 'eclipse 1 project title', '1 project title expense', 'project title expense ledger', 'title expense ledger role', 'expense ledger role java', 'ledger role java developer', 'role java developer tools', 'java developer tools technologies', 'developer tools technologies java', 'tools technologies java jsp', 'technologies java jsp servlet', 'java jsp servlet mysql', 'jsp servlet mysql javascript', 'servlet mysql javascript json', 'mysql javascript json jquery', 'javascript json jquery ajax', 'json jquery ajax 2', 'jquery ajax 2 project', 'ajax 2 project title', '2 project title trimurti', 'project title trimurti developer', 'title trimurti developer realestate', 'trimurti developer realestate role', 'developer realestate role java', 'realestate role java developer', 'role java developer tools', 'java developer tools technologies', 'developer tools technologies java', 'tools technologies java jsp', 'technologies java jsp servlet', 'java jsp servlet mysql', 'jsp servlet mysql javascript', 'servlet mysql javascript json', 'mysql javascript json jquery', 'javascript json jquery ajax', 'json jquery ajax 3', 'jquery ajax 3 project', 'ajax 3 project title', '3 project title vimay', 'project title vimay enterprise', 'title vimay enterprise role', 'vimay enterprise role java', 'enterprise role java developer', 'role java developer tools', 'java developer tools technologies', 'developer tools technologies java', 'tools technologies java jsp', 'technologies java jsp spring', 'java jsp spring hibernate', 'jsp spring hibernate maven', 'spring hibernate maven jquery', 'hibernate maven jquery ajax', 'maven jquery ajax company', 'jquery ajax company higher', 'ajax company higher secondary', 'company higher secondary school', 'higher secondary school description', 'secondary school description pune', 'school description pune 58', 'description pune 58 8', 'education details january 2016 b', 'details january 2016 b e', 'january 2016 b e information', '2016 b e information technology', 'b e information technology pune', 'e information technology pune maharashtra', 'information technology pune maharashtra sawitribai', 'technology pune maharashtra sawitribai phule', 'pune maharashtra sawitribai phule pune', 'maharashtra sawitribai phule pune university', 'sawitribai phule pune university java', 'phule pune university java developer', 'pune university java developer java', 'university java developer java developer', 'java developer java developer vertical', 'developer java developer vertical software', 'java developer vertical software skill', 'developer vertical software skill details', 'vertical software skill details company', 'software skill details company details', 'skill details company details company', 'details company details company vertical', 'company details company vertical software', 'details company vertical software description', 'company vertical software description expertise', 'vertical software description expertise design', 'software description expertise design development', 'description expertise design development web', 'expertise design development web applications', 'design development web applications using', 'development web applications using j2ee', 'web applications using j2ee servlets', 'applications using j2ee servlets jsp', 'using j2ee servlets jsp javascript', 'j2ee servlets jsp javascript html', 'servlets jsp javascript html css', 'jsp javascript html css jquery', 'javascript html css jquery ajax', 'html css jquery ajax json', 'css jquery ajax json experienced', 'jquery ajax json experienced developing', 'ajax json experienced developing applications', 'json experienced developing applications using', 'experienced developing applications using mvc', 'developing applications using mvc architecture', 'applications using mvc architecture good', 'using mvc architecture good understanding', 'mvc architecture good understanding software', 'architecture good understanding software development', 'good understanding software development life', 'understanding software development life cycle', 'software development life cycle phases', 'development life cycle phases requirement', 'life cycle phases requirement gathering', 'cycle phases requirement gathering analysis', 'phases requirement gathering analysis design', 'requirement gathering analysis design development', 'gathering analysis design development unit', 'analysis design development unit testing', 'design development unit testing languages', 'development unit testing languages open', 'unit testing languages open source', 'testing languages open source java', 'languages open source java j2ee', 'open source java j2ee spring', 'source java j2ee spring hibernate', 'java j2ee spring hibernate frame', 'j2ee spring hibernate frame work', 'spring hibernate frame work scripting', 'hibernate frame work scripting languages', 'frame work scripting languages server', 'work scripting languages server java', 'scripting languages server java jsp', 'languages server java jsp servlets', 'server java jsp servlets db', 'java jsp servlets db connectivity', 'jsp servlets db connectivity side', 'servlets db connectivity side program', 'db connectivity side program jdbc', 'connectivity side program jdbc javascript', 'side program jdbc javascript jquery', 'program jdbc javascript jquery ajax', 'jdbc javascript jquery ajax json', 'javascript jquery ajax json application', 'jquery ajax json application server', 'ajax json application server tomcat', 'json application server tomcat database', 'application server tomcat database mongodb', 'server tomcat database mongodb mysql', 'tomcat database mongodb mysql ides', 'database mongodb mysql ides eclipse', 'mongodb mysql ides eclipse 1', 'mysql ides eclipse 1 project', 'ides eclipse 1 project title', 'eclipse 1 project title expense', '1 project title expense ledger', 'project title expense ledger role', 'title expense ledger role java', 'expense ledger role java developer', 'ledger role java developer tools', 'role java developer tools technologies', 'java developer tools technologies java', 'developer tools technologies java jsp', 'tools technologies java jsp servlet', 'technologies java jsp servlet mysql', 'java jsp servlet mysql javascript', 'jsp servlet mysql javascript json', 'servlet mysql javascript json jquery', 'mysql javascript json jquery ajax', 'javascript json jquery ajax 2', 'json jquery ajax 2 project', 'jquery ajax 2 project title', 'ajax 2 project title trimurti', '2 project title trimurti developer', 'project title trimurti developer realestate', 'title trimurti developer realestate role', 'trimurti developer realestate role java', 'developer realestate role java developer', 'realestate role java developer tools', 'role java developer tools technologies', 'java developer tools technologies java', 'developer tools technologies java jsp', 'tools technologies java jsp servlet', 'technologies java jsp servlet mysql', 'java jsp servlet mysql javascript', 'jsp servlet mysql javascript json', 'servlet mysql javascript json jquery', 'mysql javascript json jquery ajax', 'javascript json jquery ajax 3', 'json jquery ajax 3 project', 'jquery ajax 3 project title', 'ajax 3 project title vimay', '3 project title vimay enterprise', 'project title vimay enterprise role', 'title vimay enterprise role java', 'vimay enterprise role java developer', 'enterprise role java developer tools', 'role java developer tools technologies', 'java developer tools technologies java', 'developer tools technologies java jsp', 'tools technologies java jsp spring', 'technologies java jsp spring hibernate', 'java jsp spring hibernate maven', 'jsp spring hibernate maven jquery', 'spring hibernate maven jquery ajax', 'hibernate maven jquery ajax company', 'maven jquery ajax company higher', 'jquery ajax company higher secondary', 'ajax company higher secondary school', 'company higher secondary school description', 'higher secondary school description pune', 'secondary school description pune 58', 'school description pune 58 8', 'education details january 2016 b e', 'details january 2016 b e information', 'january 2016 b e information technology', '2016 b e information technology pune', 'b e information technology pune maharashtra', 'e information technology pune maharashtra sawitribai', 'information technology pune maharashtra sawitribai phule', 'technology pune maharashtra sawitribai phule pune', 'pune maharashtra sawitribai phule pune university', 'maharashtra sawitribai phule pune university java', 'sawitribai phule pune university java developer', 'phule pune university java developer java', 'pune university java developer java developer', 'university java developer java developer vertical', 'java developer java developer vertical software', 'developer java developer vertical software skill', 'java developer vertical software skill details', 'developer vertical software skill details company', 'vertical software skill details company details', 'software skill details company details company', 'skill details company details company vertical', 'details company details company vertical software', 'company details company vertical software description', 'details company vertical software description expertise', 'company vertical software description expertise design', 'vertical software description expertise design development', 'software description expertise design development web', 'description expertise design development web applications', 'expertise design development web applications using', 'design development web applications using j2ee', 'development web applications using j2ee servlets', 'web applications using j2ee servlets jsp', 'applications using j2ee servlets jsp javascript', 'using j2ee servlets jsp javascript html', 'j2ee servlets jsp javascript html css', 'servlets jsp javascript html css jquery', 'jsp javascript html css jquery ajax', 'javascript html css jquery ajax json', 'html css jquery ajax json experienced', 'css jquery ajax json experienced developing', 'jquery ajax json experienced developing applications', 'ajax json experienced developing applications using', 'json experienced developing applications using mvc', 'experienced developing applications using mvc architecture', 'developing applications using mvc architecture good', 'applications using mvc architecture good understanding', 'using mvc architecture good understanding software', 'mvc architecture good understanding software development', 'architecture good understanding software development life', 'good understanding software development life cycle', 'understanding software development life cycle phases', 'software development life cycle phases requirement', 'development life cycle phases requirement gathering', 'life cycle phases requirement gathering analysis', 'cycle phases requirement gathering analysis design', 'phases requirement gathering analysis design development', 'requirement gathering analysis design development unit', 'gathering analysis design development unit testing', 'analysis design development unit testing languages', 'design development unit testing languages open', 'development unit testing languages open source', 'unit testing languages open source java', 'testing languages open source java j2ee', 'languages open source java j2ee spring', 'open source java j2ee spring hibernate', 'source java j2ee spring hibernate frame', 'java j2ee spring hibernate frame work', 'j2ee spring hibernate frame work scripting', 'spring hibernate frame work scripting languages', 'hibernate frame work scripting languages server', 'frame work scripting languages server java', 'work scripting languages server java jsp', 'scripting languages server java jsp servlets', 'languages server java jsp servlets db', 'server java jsp servlets db connectivity', 'java jsp servlets db connectivity side', 'jsp servlets db connectivity side program', 'servlets db connectivity side program jdbc', 'db connectivity side program jdbc javascript', 'connectivity side program jdbc javascript jquery', 'side program jdbc javascript jquery ajax', 'program jdbc javascript jquery ajax json', 'jdbc javascript jquery ajax json application', 'javascript jquery ajax json application server', 'jquery ajax json application server tomcat', 'ajax json application server tomcat database', 'json application server tomcat database mongodb', 'application server tomcat database mongodb mysql', 'server tomcat database mongodb mysql ides', 'tomcat database mongodb mysql ides eclipse', 'database mongodb mysql ides eclipse 1', 'mongodb mysql ides eclipse 1 project', 'mysql ides eclipse 1 project title', 'ides eclipse 1 project title expense', 'eclipse 1 project title expense ledger', '1 project title expense ledger role', 'project title expense ledger role java', 'title expense ledger role java developer', 'expense ledger role java developer tools', 'ledger role java developer tools technologies', 'role java developer tools technologies java', 'java developer tools technologies java jsp', 'developer tools technologies java jsp servlet', 'tools technologies java jsp servlet mysql', 'technologies java jsp servlet mysql javascript', 'java jsp servlet mysql javascript json', 'jsp servlet mysql javascript json jquery', 'servlet mysql javascript json jquery ajax', 'mysql javascript json jquery ajax 2', 'javascript json jquery ajax 2 project', 'json jquery ajax 2 project title', 'jquery ajax 2 project title trimurti', 'ajax 2 project title trimurti developer', '2 project title trimurti developer realestate', 'project title trimurti developer realestate role', 'title trimurti developer realestate role java', 'trimurti developer realestate role java developer', 'developer realestate role java developer tools', 'realestate role java developer tools technologies', 'role java developer tools technologies java', 'java developer tools technologies java jsp', 'developer tools technologies java jsp servlet', 'tools technologies java jsp servlet mysql', 'technologies java jsp servlet mysql javascript', 'java jsp servlet mysql javascript json', 'jsp servlet mysql javascript json jquery', 'servlet mysql javascript json jquery ajax', 'mysql javascript json jquery ajax 3', 'javascript json jquery ajax 3 project', 'json jquery ajax 3 project title', 'jquery ajax 3 project title vimay', 'ajax 3 project title vimay enterprise', '3 project title vimay enterprise role', 'project title vimay enterprise role java', 'title vimay enterprise role java developer', 'vimay enterprise role java developer tools', 'enterprise role java developer tools technologies', 'role java developer tools technologies java', 'java developer tools technologies java jsp', 'developer tools technologies java jsp spring', 'tools technologies java jsp spring hibernate', 'technologies java jsp spring hibernate maven', 'java jsp spring hibernate maven jquery', 'jsp spring hibernate maven jquery ajax', 'spring hibernate maven jquery ajax company', 'hibernate maven jquery ajax company higher', 'maven jquery ajax company higher secondary', 'jquery ajax company higher secondary school', 'ajax company higher secondary school description', 'company higher secondary school description pune', 'higher secondary school description pune 58', 'secondary school description pune 58 8', 'education details january 2016 b e information', 'details january 2016 b e information technology', 'january 2016 b e information technology pune', '2016 b e information technology pune maharashtra', 'b e information technology pune maharashtra sawitribai', 'e information technology pune maharashtra sawitribai phule', 'information technology pune maharashtra sawitribai phule pune', 'technology pune maharashtra sawitribai phule pune university', 'pune maharashtra sawitribai phule pune university java', 'maharashtra sawitribai phule pune university java developer', 'sawitribai phule pune university java developer java', 'phule pune university java developer java developer', 'pune university java developer java developer vertical', 'university java developer java developer vertical software', 'java developer java developer vertical software skill', 'developer java developer vertical software skill details', 'java developer vertical software skill details company', 'developer vertical software skill details company details', 'vertical software skill details company details company', 'software skill details company details company vertical', 'skill details company details company vertical software', 'details company details company vertical software description', 'company details company vertical software description expertise', 'details company vertical software description expertise design', 'company vertical software description expertise design development', 'vertical software description expertise design development web', 'software description expertise design development web applications', 'description expertise design development web applications using', 'expertise design development web applications using j2ee', 'design development web applications using j2ee servlets', 'development web applications using j2ee servlets jsp', 'web applications using j2ee servlets jsp javascript', 'applications using j2ee servlets jsp javascript html', 'using j2ee servlets jsp javascript html css', 'j2ee servlets jsp javascript html css jquery', 'servlets jsp javascript html css jquery ajax', 'jsp javascript html css jquery ajax json', 'javascript html css jquery ajax json experienced', 'html css jquery ajax json experienced developing', 'css jquery ajax json experienced developing applications', 'jquery ajax json experienced developing applications using', 'ajax json experienced developing applications using mvc', 'json experienced developing applications using mvc architecture', 'experienced developing applications using mvc architecture good', 'developing applications using mvc architecture good understanding', 'applications using mvc architecture good understanding software', 'using mvc architecture good understanding software development', 'mvc architecture good understanding software development life', 'architecture good understanding software development life cycle', 'good understanding software development life cycle phases', 'understanding software development life cycle phases requirement', 'software development life cycle phases requirement gathering', 'development life cycle phases requirement gathering analysis', 'life cycle phases requirement gathering analysis design', 'cycle phases requirement gathering analysis design development', 'phases requirement gathering analysis design development unit', 'requirement gathering analysis design development unit testing', 'gathering analysis design development unit testing languages', 'analysis design development unit testing languages open', 'design development unit testing languages open source', 'development unit testing languages open source java', 'unit testing languages open source java j2ee', 'testing languages open source java j2ee spring', 'languages open source java j2ee spring hibernate', 'open source java j2ee spring hibernate frame', 'source java j2ee spring hibernate frame work', 'java j2ee spring hibernate frame work scripting', 'j2ee spring hibernate frame work scripting languages', 'spring hibernate frame work scripting languages server', 'hibernate frame work scripting languages server java', 'frame work scripting languages server java jsp', 'work scripting languages server java jsp servlets', 'scripting languages server java jsp servlets db', ...], ['technical', 'skills', 'programming', 'languages', 'java', 'servlet', 'jsp', 'spring', 'boot', 'web', 'technology', 'html5', 'css3', 'bootstrap', 'javascript', 'jquery', 'ajax', 'angularjs', 'database', 'mysql', 'ide', 'tool', 'eclipse', 'spring', 'tool', 'suit', 'net', 'beans', 'sublime', 'text', 'atom', 'operating', 'system', 'windows', 'xp', '7', '8', '10', 'achievement', 'java', 'developer', 'certificate', 'unanth', 'technical', 'institute', 'java', 'certificate', 'solo', 'learn', 'command', 'line', 'crash', 'course', 'certificate', 'udemy', 'job', 'details', 'education', 'details', 'january', '2018', 'm', 'c', 'a', 'pune', 'maharashtra', 'pune', 'university', 'january', '2015', 'b', 'c', 'a', 'amravati', 'maharashtra', 'amravati', 'university', 'january', '2012', 'h', 's', 'c', 'amravati', 'maharashtra', 'amravati', 'university', 'january', '2010', 's', 's', 'c', 'amravati', 'maharashtra', 'amravati', 'university', 'java', 'developer', 'full', 'stack', 'java', 'developer', 'skill', 'details', 'css', 'exprience', 'less', '1', 'year', 'months', 'ajax', 'exprience', 'less', '1', 'year', 'months', 'servlet', 'exprience', 'less', '1', 'year', 'months', 'html5', 'exprience', 'less', '1', 'year', 'months', 'spring', 'exprience', 'less', '1', 'year', 'months', 'java', 'exprience', 'less', '1', 'year', 'months', 'jquery', 'exprience', 'less', '1', 'year', 'months', 'jsp', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'bootstrap', 'exprience', 'less', '1', 'year', 'months', 'spring', 'boot', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', 'worked', 'java', 'developer', 'developed', '3', 'projects', 'using', 'java', 'servlet', 'jsp', 'ajax', 'web', 'technologies', 'company', 'salcluster', 'technologies', 'llp', 'description', 'technology', 'core', 'java', 'servlet', 'jsp', 'html5', 'css3', 'bootstrap', 'javascript', 'jquery', 'ajax', 'bootstrap', 'project', 'details', 'title', 'gst', 'and', 'sales', 'billing', 'softwares', 'status', 'completed', 'duration', '1', '5', 'months', 'abstract', 'this', 'web', 'application', 'made', 'using', 'java', 'servlet', 'jsp', 'javascript', 'jquery', 'ajax', 'mysql', 'back', 'end', 'it', 'client', 'website', 'used', 'billing', 'it', 'includes', 'gst', 'billing', 'generate', 'print', 'invoice', 'it', 'five', 'master', 'pages', 'four', 'common', 'pages', 'masters', 'include', 'customer', 'master', 'item', 'master', 'uom', 'master', 'setup', 'master', 'reason', 'master', 'common', 'pages', 'like', 'sales', 'order', 'payments', 'sales', 'return', 'invoice', 'title', 'dinman', 'news', 'website', 'status', 'completed', 'duration', '1', 'months', 'abstract', 'this', 'website', 'project', 'using', 'java', 'servlet', 'jsp', 'javascript', 'jquery', 'ajax', 'mysql', 'back', 'end', 'it', 'clients', 'website', 'it', 'used', 'displaying', 'online', 'video', 'text', 'news', 'title', 'agri', 'management', 'website', 'status', 'completed', 'duration', '1', '5', 'months', 'abstract', 'this', 'website', 'project', 'using', 'java', 'servlet', 'jsp', 'javascript', 'jquery', 'ajax', 'mysql', 'back', 'end', 'it', 'used', 'purchasing', 'selling', 'vegetables', 'india', 'company', 'omegasoft', 'technologies', 'pvt', 'ltd', 'description', 'company', 'name', 'omegasoft', 'technologies', 'pvt', 'ltd', 'an', 'iso', 'certified', 'company', 'duration', '5', 'months', 'technology', 'java', 'spring', 'hibernate', 'angularjs', 'ajax', 'kendoui', 'bootstrap', 'architecture', 'mvc', 'architecture', 'service', 'based', 'programming', 'project', 'module', 'login', 'registration', 'role', 'assignment', 'payments', 'internship', 'project', 'details', 'title', 'employment', 'times', 'status', 'completed', 'duration', '4', 'months', 'abstract', 'this', 'website', 'project', 'using', 'java', 'spring', 'hibernate', 'angular', 'js', 'ajax', 'mysql', 'back', 'end', 'it', 'client', 'website', 'used', 'posting', 'newspapers', 'india', 'it', '12', 'modules', 'in', 'admin', 'panel', 'e', 'paper', 'posting', 'subscriptions', 'many', 'it', 'light', 'weight', 'website', 'built', 'using', 'mvc', 'architecture', 'service', 'based', 'architecture', 'we', 'also', 'post', 'advertisements', 'website', 'share', 'news', 'facebook', 'social', 'media', 'directly', 'it', 'payment', 'module', 'users', 'able', 'make', 'payments', 'online', 'debit', 'credit', 'card', 'e', 'wallet', 'technical skills', 'skills programming', 'programming languages', 'languages java', 'java servlet', 'servlet jsp', 'jsp spring', 'spring boot', 'boot web', 'web technology', 'technology html5', 'html5 css3', 'css3 bootstrap', 'bootstrap javascript', 'javascript jquery', 'jquery ajax', 'ajax angularjs', 'angularjs database', 'database mysql', 'mysql ide', 'ide tool', 'tool eclipse', 'eclipse spring', 'spring tool', 'tool suit', 'suit net', 'net beans', 'beans sublime', 'sublime text', 'text atom', 'atom operating', 'operating system', 'system windows', 'windows xp', 'xp 7', '7 8', '8 10', '10 achievement', 'achievement java', 'java developer', 'developer certificate', 'certificate unanth', 'unanth technical', 'technical institute', 'institute java', 'java certificate', 'certificate solo', 'solo learn', 'learn command', 'command line', 'line crash', 'crash course', 'course certificate', 'certificate udemy', 'udemy job', 'job details', 'details education', 'education details', 'details january', 'january 2018', '2018 m', 'm c', 'c a', 'a pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university january', 'january 2015', '2015 b', 'b c', 'c a', 'a amravati', 'amravati maharashtra', 'maharashtra amravati', 'amravati university', 'university january', 'january 2012', '2012 h', 'h s', 's c', 'c amravati', 'amravati maharashtra', 'maharashtra amravati', 'amravati university', 'university january', 'january 2010', '2010 s', 's s', 's c', 'c amravati', 'amravati maharashtra', 'maharashtra amravati', 'amravati university', 'university java', 'java developer', 'developer full', 'full stack', 'stack java', 'java developer', 'developer skill', 'skill details', 'details css', 'css exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months ajax', 'ajax exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months servlet', 'servlet exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months html5', 'html5 exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months spring', 'spring exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jquery', 'jquery exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jsp', 'jsp exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months javascript', 'javascript exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months bootstrap', 'bootstrap exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months spring', 'spring boot', 'boot exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company salcluster', 'salcluster technologies', 'technologies description', 'description worked', 'worked java', 'java developer', 'developer developed', 'developed 3', '3 projects', 'projects using', 'using java', 'java servlet', 'servlet jsp', 'jsp ajax', 'ajax web', 'web technologies', 'technologies company', 'company salcluster', 'salcluster technologies', 'technologies llp', 'llp description', 'description technology', 'technology core', 'core java', 'java servlet', 'servlet jsp', 'jsp html5', 'html5 css3', 'css3 bootstrap', 'bootstrap javascript', 'javascript jquery', 'jquery ajax', 'ajax bootstrap', 'bootstrap project', 'project details', 'details title', 'title gst', 'gst and', 'and sales', 'sales billing', 'billing softwares', 'softwares status', 'status completed', 'completed duration', 'duration 1', '1 5', '5 months', 'months abstract', 'abstract this', 'this web', 'web application', 'application made', 'made using', 'using java', 'java servlet', 'servlet jsp', 'jsp javascript', 'javascript jquery', 'jquery ajax', 'ajax mysql', 'mysql back', 'back end', 'end it', 'it client', 'client website', 'website used', 'used billing', 'billing it', 'it includes', 'includes gst', 'gst billing', 'billing generate', 'generate print', 'print invoice', 'invoice it', 'it five', 'five master', 'master pages', 'pages four', 'four common', 'common pages', 'pages masters', 'masters include', 'include customer', 'customer master', 'master item', 'item master', 'master uom', 'uom master', 'master setup', 'setup master', 'master reason', 'reason master', 'master common', 'common pages', 'pages like', 'like sales', 'sales order', 'order payments', 'payments sales', 'sales return', 'return invoice', 'invoice title', 'title dinman', 'dinman news', 'news website', 'website status', 'status completed', 'completed duration', 'duration 1', '1 months', 'months abstract', 'abstract this', 'this website', 'website project', 'project using', 'using java', 'java servlet', 'servlet jsp', 'jsp javascript', 'javascript jquery', 'jquery ajax', 'ajax mysql', 'mysql back', 'back end', 'end it', 'it clients', 'clients website', 'website it', 'it used', 'used displaying', 'displaying online', 'online video', 'video text', 'text news', 'news title', 'title agri', 'agri management', 'management website', 'website status', 'status completed', 'completed duration', 'duration 1', '1 5', '5 months', 'months abstract', 'abstract this', 'this website', 'website project', 'project using', 'using java', 'java servlet', 'servlet jsp', 'jsp javascript', 'javascript jquery', 'jquery ajax', 'ajax mysql', 'mysql back', 'back end', 'end it', 'it used', 'used purchasing', 'purchasing selling', 'selling vegetables', 'vegetables india', 'india company', 'company omegasoft', 'omegasoft technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description company', 'company name', 'name omegasoft', 'omegasoft technologies', 'technologies pvt', 'pvt ltd', 'ltd an', 'an iso', 'iso certified', 'certified company', 'company duration', 'duration 5', '5 months', 'months technology', 'technology java', 'java spring', 'spring hibernate', 'hibernate angularjs', 'angularjs ajax', 'ajax kendoui', 'kendoui bootstrap', 'bootstrap architecture', 'architecture mvc', 'mvc architecture', 'architecture service', 'service based', 'based programming', 'programming project', 'project module', 'module login', 'login registration', 'registration role', 'role assignment', 'assignment payments', 'payments internship', 'internship project', 'project details', 'details title', 'title employment', 'employment times', 'times status', 'status completed', 'completed duration', 'duration 4', '4 months', 'months abstract', 'abstract this', 'this website', 'website project', 'project using', 'using java', 'java spring', 'spring hibernate', 'hibernate angular', 'angular js', 'js ajax', 'ajax mysql', 'mysql back', 'back end', 'end it', 'it client', 'client website', 'website used', 'used posting', 'posting newspapers', 'newspapers india', 'india it', 'it 12', '12 modules', 'modules in', 'in admin', 'admin panel', 'panel e', 'e paper', 'paper posting', 'posting subscriptions', 'subscriptions many', 'many it', 'it light', 'light weight', 'weight website', 'website built', 'built using', 'using mvc', 'mvc architecture', 'architecture service', 'service based', 'based architecture', 'architecture we', 'we also', 'also post', 'post advertisements', 'advertisements website', 'website share', 'share news', 'news facebook', 'facebook social', 'social media', 'media directly', 'directly it', 'it payment', 'payment module', 'module users', 'users able', 'able make', 'make payments', 'payments online', 'online debit', 'debit credit', 'credit card', 'card e', 'e wallet', 'technical skills programming', 'skills programming languages', 'programming languages java', 'languages java servlet', 'java servlet jsp', 'servlet jsp spring', 'jsp spring boot', 'spring boot web', 'boot web technology', 'web technology html5', 'technology html5 css3', 'html5 css3 bootstrap', 'css3 bootstrap javascript', 'bootstrap javascript jquery', 'javascript jquery ajax', 'jquery ajax angularjs', 'ajax angularjs database', 'angularjs database mysql', 'database mysql ide', 'mysql ide tool', 'ide tool eclipse', 'tool eclipse spring', 'eclipse spring tool', 'spring tool suit', 'tool suit net', 'suit net beans', 'net beans sublime', 'beans sublime text', 'sublime text atom', 'text atom operating', 'atom operating system', 'operating system windows', 'system windows xp', 'windows xp 7', 'xp 7 8', '7 8 10', '8 10 achievement', '10 achievement java', 'achievement java developer', 'java developer certificate', 'developer certificate unanth', 'certificate unanth technical', 'unanth technical institute', 'technical institute java', 'institute java certificate', 'java certificate solo', 'certificate solo learn', 'solo learn command', 'learn command line', 'command line crash', 'line crash course', 'crash course certificate', 'course certificate udemy', 'certificate udemy job', 'udemy job details', 'job details education', 'details education details', 'education details january', 'details january 2018', 'january 2018 m', '2018 m c', 'm c a', 'c a pune', 'a pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university january', 'university january 2015', 'january 2015 b', '2015 b c', 'b c a', 'c a amravati', 'a amravati maharashtra', 'amravati maharashtra amravati', 'maharashtra amravati university', 'amravati university january', 'university january 2012', 'january 2012 h', '2012 h s', 'h s c', 's c amravati', 'c amravati maharashtra', 'amravati maharashtra amravati', 'maharashtra amravati university', 'amravati university january', 'university january 2010', 'january 2010 s', '2010 s s', 's s c', 's c amravati', 'c amravati maharashtra', ...], ['skills', '1', 'team', 'leading', '2', 'self', 'motivated', '3', 'hard', 'working', 'strengths', 'ready', 'learn', 'new', 'programming', 'languages', 'punctual', 'discipline', 'respectfulness', 'declaration', 'i', 'hereby', 'inform', 'statement', 'made', 'true', 'best', 'knowledge', 'belief', 'education', 'details', 'august', '2014', 'july', '2017', 'mca', 'computer', 'sciene', 'amravati', 'maharashtra', 'sgbau', 'amaravti', 'java', 'web', 'developer', 'skill', 'details', 'core', 'java', 'jsp', 'servlet', 'spring', 'hibernate', 'struts', 'javascript', 'exprience', '6', 'monthscompany', 'details', 'company', 'salcluster', 'technologies', 'description', '1', 'i', 'java', 'web', 'developer', '2', 'jsp', 'servlet', 'sprinng', 'mvc', 'technologies', 'skills 1', '1 team', 'team leading', 'leading 2', '2 self', 'self motivated', 'motivated 3', '3 hard', 'hard working', 'working strengths', 'strengths ready', 'ready learn', 'learn new', 'new programming', 'programming languages', 'languages punctual', 'punctual discipline', 'discipline respectfulness', 'respectfulness declaration', 'declaration i', 'i hereby', 'hereby inform', 'inform statement', 'statement made', 'made true', 'true best', 'best knowledge', 'knowledge belief', 'belief education', 'education details', 'details august', 'august 2014', '2014 july', 'july 2017', '2017 mca', 'mca computer', 'computer sciene', 'sciene amravati', 'amravati maharashtra', 'maharashtra sgbau', 'sgbau amaravti', 'amaravti java', 'java web', 'web developer', 'developer skill', 'skill details', 'details core', 'core java', 'java jsp', 'jsp servlet', 'servlet spring', 'spring hibernate', 'hibernate struts', 'struts javascript', 'javascript exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company salcluster', 'salcluster technologies', 'technologies description', 'description 1', '1 i', 'i java', 'java web', 'web developer', 'developer 2', '2 jsp', 'jsp servlet', 'servlet sprinng', 'sprinng mvc', 'mvc technologies', 'skills 1 team', '1 team leading', 'team leading 2', 'leading 2 self', '2 self motivated', 'self motivated 3', 'motivated 3 hard', '3 hard working', 'hard working strengths', 'working strengths ready', 'strengths ready learn', 'ready learn new', 'learn new programming', 'new programming languages', 'programming languages punctual', 'languages punctual discipline', 'punctual discipline respectfulness', 'discipline respectfulness declaration', 'respectfulness declaration i', 'declaration i hereby', 'i hereby inform', 'hereby inform statement', 'inform statement made', 'statement made true', 'made true best', 'true best knowledge', 'best knowledge belief', 'knowledge belief education', 'belief education details', 'education details august', 'details august 2014', 'august 2014 july', '2014 july 2017', 'july 2017 mca', '2017 mca computer', 'mca computer sciene', 'computer sciene amravati', 'sciene amravati maharashtra', 'amravati maharashtra sgbau', 'maharashtra sgbau amaravti', 'sgbau amaravti java', 'amaravti java web', 'java web developer', 'web developer skill', 'developer skill details', 'skill details core', 'details core java', 'core java jsp', 'java jsp servlet', 'jsp servlet spring', 'servlet spring hibernate', 'spring hibernate struts', 'hibernate struts javascript', 'struts javascript exprience', 'javascript exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company salcluster', 'company salcluster technologies', 'salcluster technologies description', 'technologies description 1', 'description 1 i', '1 i java', 'i java web', 'java web developer', 'web developer 2', 'developer 2 jsp', '2 jsp servlet', 'jsp servlet sprinng', 'servlet sprinng mvc', 'sprinng mvc technologies', 'skills 1 team leading', '1 team leading 2', 'team leading 2 self', 'leading 2 self motivated', '2 self motivated 3', 'self motivated 3 hard', 'motivated 3 hard working', '3 hard working strengths', 'hard working strengths ready', 'working strengths ready learn', 'strengths ready learn new', 'ready learn new programming', 'learn new programming languages', 'new programming languages punctual', 'programming languages punctual discipline', 'languages punctual discipline respectfulness', 'punctual discipline respectfulness declaration', 'discipline respectfulness declaration i', 'respectfulness declaration i hereby', 'declaration i hereby inform', 'i hereby inform statement', 'hereby inform statement made', 'inform statement made true', 'statement made true best', 'made true best knowledge', 'true best knowledge belief', 'best knowledge belief education', 'knowledge belief education details', 'belief education details august', 'education details august 2014', 'details august 2014 july', 'august 2014 july 2017', '2014 july 2017 mca', 'july 2017 mca computer', '2017 mca computer sciene', 'mca computer sciene amravati', 'computer sciene amravati maharashtra', 'sciene amravati maharashtra sgbau', 'amravati maharashtra sgbau amaravti', 'maharashtra sgbau amaravti java', 'sgbau amaravti java web', 'amaravti java web developer', 'java web developer skill', 'web developer skill details', 'developer skill details core', 'skill details core java', 'details core java jsp', 'core java jsp servlet', 'java jsp servlet spring', 'jsp servlet spring hibernate', 'servlet spring hibernate struts', 'spring hibernate struts javascript', 'hibernate struts javascript exprience', 'struts javascript exprience 6', 'javascript exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company salcluster', 'details company salcluster technologies', 'company salcluster technologies description', 'salcluster technologies description 1', 'technologies description 1 i', 'description 1 i java', '1 i java web', 'i java web developer', 'java web developer 2', 'web developer 2 jsp', 'developer 2 jsp servlet', '2 jsp servlet sprinng', 'jsp servlet sprinng mvc', 'servlet sprinng mvc technologies', 'skills 1 team leading 2', '1 team leading 2 self', 'team leading 2 self motivated', 'leading 2 self motivated 3', '2 self motivated 3 hard', 'self motivated 3 hard working', 'motivated 3 hard working strengths', '3 hard working strengths ready', 'hard working strengths ready learn', 'working strengths ready learn new', 'strengths ready learn new programming', 'ready learn new programming languages', 'learn new programming languages punctual', 'new programming languages punctual discipline', 'programming languages punctual discipline respectfulness', 'languages punctual discipline respectfulness declaration', 'punctual discipline respectfulness declaration i', 'discipline respectfulness declaration i hereby', 'respectfulness declaration i hereby inform', 'declaration i hereby inform statement', 'i hereby inform statement made', 'hereby inform statement made true', 'inform statement made true best', 'statement made true best knowledge', 'made true best knowledge belief', 'true best knowledge belief education', 'best knowledge belief education details', 'knowledge belief education details august', 'belief education details august 2014', 'education details august 2014 july', 'details august 2014 july 2017', 'august 2014 july 2017 mca', '2014 july 2017 mca computer', 'july 2017 mca computer sciene', '2017 mca computer sciene amravati', 'mca computer sciene amravati maharashtra', 'computer sciene amravati maharashtra sgbau', 'sciene amravati maharashtra sgbau amaravti', 'amravati maharashtra sgbau amaravti java', 'maharashtra sgbau amaravti java web', 'sgbau amaravti java web developer', 'amaravti java web developer skill', 'java web developer skill details', 'web developer skill details core', 'developer skill details core java', 'skill details core java jsp', 'details core java jsp servlet', 'core java jsp servlet spring', 'java jsp servlet spring hibernate', 'jsp servlet spring hibernate struts', 'servlet spring hibernate struts javascript', 'spring hibernate struts javascript exprience', 'hibernate struts javascript exprience 6', 'struts javascript exprience 6 monthscompany', 'javascript exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company salcluster', 'monthscompany details company salcluster technologies', 'details company salcluster technologies description', 'company salcluster technologies description 1', 'salcluster technologies description 1 i', 'technologies description 1 i java', 'description 1 i java web', '1 i java web developer', 'i java web developer 2', 'java web developer 2 jsp', 'web developer 2 jsp servlet', 'developer 2 jsp servlet sprinng', '2 jsp servlet sprinng mvc', 'jsp servlet sprinng mvc technologies', 'skills 1 team leading 2 self', '1 team leading 2 self motivated', 'team leading 2 self motivated 3', 'leading 2 self motivated 3 hard', '2 self motivated 3 hard working', 'self motivated 3 hard working strengths', 'motivated 3 hard working strengths ready', '3 hard working strengths ready learn', 'hard working strengths ready learn new', 'working strengths ready learn new programming', 'strengths ready learn new programming languages', 'ready learn new programming languages punctual', 'learn new programming languages punctual discipline', 'new programming languages punctual discipline respectfulness', 'programming languages punctual discipline respectfulness declaration', 'languages punctual discipline respectfulness declaration i', 'punctual discipline respectfulness declaration i hereby', 'discipline respectfulness declaration i hereby inform', 'respectfulness declaration i hereby inform statement', 'declaration i hereby inform statement made', 'i hereby inform statement made true', 'hereby inform statement made true best', 'inform statement made true best knowledge', 'statement made true best knowledge belief', 'made true best knowledge belief education', 'true best knowledge belief education details', 'best knowledge belief education details august', 'knowledge belief education details august 2014', 'belief education details august 2014 july', 'education details august 2014 july 2017', 'details august 2014 july 2017 mca', 'august 2014 july 2017 mca computer', '2014 july 2017 mca computer sciene', 'july 2017 mca computer sciene amravati', '2017 mca computer sciene amravati maharashtra', 'mca computer sciene amravati maharashtra sgbau', 'computer sciene amravati maharashtra sgbau amaravti', 'sciene amravati maharashtra sgbau amaravti java', 'amravati maharashtra sgbau amaravti java web', 'maharashtra sgbau amaravti java web developer', 'sgbau amaravti java web developer skill', 'amaravti java web developer skill details', 'java web developer skill details core', 'web developer skill details core java', 'developer skill details core java jsp', 'skill details core java jsp servlet', 'details core java jsp servlet spring', 'core java jsp servlet spring hibernate', 'java jsp servlet spring hibernate struts', 'jsp servlet spring hibernate struts javascript', 'servlet spring hibernate struts javascript exprience', 'spring hibernate struts javascript exprience 6', 'hibernate struts javascript exprience 6 monthscompany', 'struts javascript exprience 6 monthscompany details', 'javascript exprience 6 monthscompany details company', 'exprience 6 monthscompany details company salcluster', '6 monthscompany details company salcluster technologies', 'monthscompany details company salcluster technologies description', 'details company salcluster technologies description 1', 'company salcluster technologies description 1 i', 'salcluster technologies description 1 i java', 'technologies description 1 i java web', 'description 1 i java web developer', '1 i java web developer 2', 'i java web developer 2 jsp', 'java web developer 2 jsp servlet', 'web developer 2 jsp servlet sprinng', 'developer 2 jsp servlet sprinng mvc', '2 jsp servlet sprinng mvc technologies', 'skills 1 team leading 2 self motivated', '1 team leading 2 self motivated 3', 'team leading 2 self motivated 3 hard', 'leading 2 self motivated 3 hard working', '2 self motivated 3 hard working strengths', 'self motivated 3 hard working strengths ready', 'motivated 3 hard working strengths ready learn', '3 hard working strengths ready learn new', 'hard working strengths ready learn new programming', 'working strengths ready learn new programming languages', 'strengths ready learn new programming languages punctual', 'ready learn new programming languages punctual discipline', 'learn new programming languages punctual discipline respectfulness', 'new programming languages punctual discipline respectfulness declaration', 'programming languages punctual discipline respectfulness declaration i', 'languages punctual discipline respectfulness declaration i hereby', 'punctual discipline respectfulness declaration i hereby inform', 'discipline respectfulness declaration i hereby inform statement', 'respectfulness declaration i hereby inform statement made', 'declaration i hereby inform statement made true', 'i hereby inform statement made true best', 'hereby inform statement made true best knowledge', 'inform statement made true best knowledge belief', 'statement made true best knowledge belief education', 'made true best knowledge belief education details', 'true best knowledge belief education details august', 'best knowledge belief education details august 2014', 'knowledge belief education details august 2014 july', 'belief education details august 2014 july 2017', 'education details august 2014 july 2017 mca', 'details august 2014 july 2017 mca computer', 'august 2014 july 2017 mca computer sciene', '2014 july 2017 mca computer sciene amravati', 'july 2017 mca computer sciene amravati maharashtra', '2017 mca computer sciene amravati maharashtra sgbau', 'mca computer sciene amravati maharashtra sgbau amaravti', 'computer sciene amravati maharashtra sgbau amaravti java', 'sciene amravati maharashtra sgbau amaravti java web', 'amravati maharashtra sgbau amaravti java web developer', 'maharashtra sgbau amaravti java web developer skill', 'sgbau amaravti java web developer skill details', 'amaravti java web developer skill details core', 'java web developer skill details core java', 'web developer skill details core java jsp', 'developer skill details core java jsp servlet', 'skill details core java jsp servlet spring', 'details core java jsp servlet spring hibernate', 'core java jsp servlet spring hibernate struts', 'java jsp servlet spring hibernate struts javascript', 'jsp servlet spring hibernate struts javascript exprience', 'servlet spring hibernate struts javascript exprience 6', 'spring hibernate struts javascript exprience 6 monthscompany', 'hibernate struts javascript exprience 6 monthscompany details', 'struts javascript exprience 6 monthscompany details company', 'javascript exprience 6 monthscompany details company salcluster', 'exprience 6 monthscompany details company salcluster technologies', '6 monthscompany details company salcluster technologies description', 'monthscompany details company salcluster technologies description 1', 'details company salcluster technologies description 1 i', 'company salcluster technologies description 1 i java', 'salcluster technologies description 1 i java web', 'technologies description 1 i java web developer', 'description 1 i java web developer 2', '1 i java web developer 2 jsp', 'i java web developer 2 jsp servlet', 'java web developer 2 jsp servlet sprinng', 'web developer 2 jsp servlet sprinng mvc', 'developer 2 jsp servlet sprinng mvc technologies', 'skills 1 team leading 2 self motivated 3', '1 team leading 2 self motivated 3 hard', 'team leading 2 self motivated 3 hard working', 'leading 2 self motivated 3 hard working strengths', '2 self motivated 3 hard working strengths ready', 'self motivated 3 hard working strengths ready learn', 'motivated 3 hard working strengths ready learn new', '3 hard working strengths ready learn new programming', 'hard working strengths ready learn new programming languages', 'working strengths ready learn new programming languages punctual', 'strengths ready learn new programming languages punctual discipline', 'ready learn new programming languages punctual discipline respectfulness', 'learn new programming languages punctual discipline respectfulness declaration', 'new programming languages punctual discipline respectfulness declaration i', 'programming languages punctual discipline respectfulness declaration i hereby', 'languages punctual discipline respectfulness declaration i hereby inform', 'punctual discipline respectfulness declaration i hereby inform statement', 'discipline respectfulness declaration i hereby inform statement made', 'respectfulness declaration i hereby inform statement made true', 'declaration i hereby inform statement made true best', 'i hereby inform statement made true best knowledge', 'hereby inform statement made true best knowledge belief', 'inform statement made true best knowledge belief education', 'statement made true best knowledge belief education details', 'made true best knowledge belief education details august', 'true best knowledge belief education details august 2014', 'best knowledge belief education details august 2014 july', 'knowledge belief education details august 2014 july 2017', 'belief education details august 2014 july 2017 mca', 'education details august 2014 july 2017 mca computer', 'details august 2014 july 2017 mca computer sciene', 'august 2014 july 2017 mca computer sciene amravati', '2014 july 2017 mca computer sciene amravati maharashtra', 'july 2017 mca computer sciene amravati maharashtra sgbau', '2017 mca computer sciene amravati maharashtra sgbau amaravti', 'mca computer sciene amravati maharashtra sgbau amaravti java', 'computer sciene amravati maharashtra sgbau amaravti java web', 'sciene amravati maharashtra sgbau amaravti java web developer', 'amravati maharashtra sgbau amaravti java web developer skill', 'maharashtra sgbau amaravti java web developer skill details', 'sgbau amaravti java web developer skill details core', 'amaravti java web developer skill details core java', 'java web developer skill details core java jsp', 'web developer skill details core java jsp servlet', 'developer skill details core java jsp servlet spring', 'skill details core java jsp servlet spring hibernate', 'details core java jsp servlet spring hibernate struts', 'core java jsp servlet spring hibernate struts javascript', 'java jsp servlet spring hibernate struts javascript exprience', 'jsp servlet spring hibernate struts javascript exprience 6', 'servlet spring hibernate struts javascript exprience 6 monthscompany', 'spring hibernate struts javascript exprience 6 monthscompany details', 'hibernate struts javascript exprience 6 monthscompany details company', 'struts javascript exprience 6 monthscompany details company salcluster', 'javascript exprience 6 monthscompany details company salcluster technologies', 'exprience 6 monthscompany details company salcluster technologies description', '6 monthscompany details company salcluster technologies description 1', 'monthscompany details company salcluster technologies description 1 i', 'details company salcluster technologies description 1 i java', 'company salcluster technologies description 1 i java web', 'salcluster technologies description 1 i java web developer', 'technologies description 1 i java web developer 2', 'description 1 i java web developer 2 jsp', '1 i java web developer 2 jsp servlet', 'i java web developer 2 jsp servlet sprinng', 'java web developer 2 jsp servlet sprinng mvc', 'web developer 2 jsp servlet sprinng mvc technologies', 'skills 1 team leading 2 self motivated 3 hard', '1 team leading 2 self motivated 3 hard working', 'team leading 2 self motivated 3 hard working strengths', 'leading 2 self motivated 3 hard working strengths ready', '2 self motivated 3 hard working strengths ready learn', 'self motivated 3 hard working strengths ready learn new', 'motivated 3 hard working strengths ready learn new programming', '3 hard working strengths ready learn new programming languages', 'hard working strengths ready learn new programming languages punctual', 'working strengths ready learn new programming languages punctual discipline', 'strengths ready learn new programming languages punctual discipline respectfulness', 'ready learn new programming languages punctual discipline respectfulness declaration', 'learn new programming languages punctual discipline respectfulness declaration i', 'new programming languages punctual discipline respectfulness declaration i hereby', 'programming languages punctual discipline respectfulness declaration i hereby inform', 'languages punctual discipline respectfulness declaration i hereby inform statement', 'punctual discipline respectfulness declaration i hereby inform statement made', 'discipline respectfulness declaration i hereby inform statement made true', 'respectfulness declaration i hereby inform statement made true best', 'declaration i hereby inform statement made true best knowledge', 'i hereby inform statement made true best knowledge belief', 'hereby inform statement made true best knowledge belief education', 'inform statement made true best knowledge belief education details', 'statement made true best knowledge belief education details august', 'made true best knowledge belief education details august 2014', 'true best knowledge belief education details august 2014 july', 'best knowledge belief education details august 2014 july 2017', 'knowledge belief education details august 2014 july 2017 mca', 'belief education details august 2014 july 2017 mca computer', 'education details august 2014 july 2017 mca computer sciene', 'details august 2014 july 2017 mca computer sciene amravati', 'august 2014 july 2017 mca computer sciene amravati maharashtra', '2014 july 2017 mca computer sciene amravati maharashtra sgbau', 'july 2017 mca computer sciene amravati maharashtra sgbau amaravti', '2017 mca computer sciene amravati maharashtra sgbau amaravti java', 'mca computer sciene amravati maharashtra sgbau amaravti java web', 'computer sciene amravati maharashtra sgbau amaravti java web developer', 'sciene amravati maharashtra sgbau amaravti java web developer skill', 'amravati maharashtra sgbau amaravti java web developer skill details', 'maharashtra sgbau amaravti java web developer skill details core', 'sgbau amaravti java web developer skill details core java', 'amaravti java web developer skill details core java jsp', 'java web developer skill details core java jsp servlet', 'web developer skill details core java jsp servlet spring', 'developer skill details core java jsp servlet spring hibernate', 'skill details core java jsp servlet spring hibernate struts', 'details core java jsp servlet spring hibernate struts javascript', 'core java jsp servlet spring hibernate struts javascript exprience', 'java jsp servlet spring hibernate struts javascript exprience 6', 'jsp servlet spring hibernate struts javascript exprience 6 monthscompany', 'servlet spring hibernate struts javascript exprience 6 monthscompany details', 'spring hibernate struts javascript exprience 6 monthscompany details company', 'hibernate struts javascript exprience 6 monthscompany details company salcluster', 'struts javascript exprience 6 monthscompany details company salcluster technologies', 'javascript exprience 6 monthscompany details company salcluster technologies description', 'exprience 6 monthscompany details company salcluster technologies description 1', '6 monthscompany details company salcluster technologies description 1 i', 'monthscompany details company salcluster technologies description 1 i java', 'details company salcluster technologies description 1 i java web', 'company salcluster technologies description 1 i java web developer', 'salcluster technologies description 1 i java web developer 2', 'technologies description 1 i java web developer 2 jsp', 'description 1 i java web developer 2 jsp servlet', '1 i java web developer 2 jsp servlet sprinng', 'i java web developer 2 jsp servlet sprinng mvc', 'java web developer 2 jsp servlet sprinng mvc technologies'], ['skills', 'language', 'java', 'operating', 'system', 'windows', 'linux', 'centos', '6', '6', 'databases', 'oracle', 'my', 'sql', 'derby', 'embedded', 'db', 'ide', 'eclipse', 'oxygen', 'tools', 'sonarqube', 'putty', 'responsibilitis', 'participated', 'requirements', 'gathering', 'design', 'development', 'meetings', 'reviewed', 'code', 'debugged', 'errors', 'improve', 'performance', 'coordinated', 'systems', 'partners', 'finalize', 'designs', 'confirm', 'requirements', 'consistently', 'met', 'deadlines', 'requirements', 'production', 'work', 'orders', 'collaborated', 'developers', 'identify', 'alleviate', 'number', 'bugs', 'software', 'provided', 'maintenance', 'development', 'bug', 'fixes', 'patch', 'sets', 'existing', 'applications', 'education', 'details', 'bachelor', 'engineering', 'computer', 'savitribai', 'phule', 'pune', 'university', 'java', 'developer', 'java', 'developer', 'aurus', 'tech', 'pvt', 'ltd', 'skill', 'details', 'java', 'exprience', '32', 'months', 'linux', 'exprience', '6', 'months', 'adavance', 'java', 'exprience', 'less', '1', 'year', 'months', 'derby', 'exprience', 'less', '1', 'year', 'months', 'oracle', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'aurus', 'tech', 'pvt', 'ltd', 'description', 'having', '2', 'years', 'experience', 'working', 'payment', 'gateway', 'solutions', 'provider', 'core', 'java', 'hardworking', 'java', 'developer', 'enthusiastic', 'working', 'multicultural', 'teams', 'company', 'aurus', 'tech', 'pvt', 'ltd', 'description', 'participated', 'requirements', 'gathering', 'design', 'development', 'meetings', 'reviewed', 'code', 'debugged', 'errors', 'improve', 'performance', 'coordinated', 'systems', 'partners', 'finalize', 'designs', 'confirm', 'requirements', 'consistently', 'met', 'deadlines', 'requirements', 'production', 'work', 'orders', 'collaborated', 'developers', 'identify', 'alleviate', 'number', 'bugs', 'software', 'provided', 'continued', 'maintenance', 'development', 'bug', 'fixes', 'patch', 'sets', 'existing', 'applications', 'skills language', 'language java', 'java operating', 'operating system', 'system windows', 'windows linux', 'linux centos', 'centos 6', '6 6', '6 databases', 'databases oracle', 'oracle my', 'my sql', 'sql derby', 'derby embedded', 'embedded db', 'db ide', 'ide eclipse', 'eclipse oxygen', 'oxygen tools', 'tools sonarqube', 'sonarqube putty', 'putty responsibilitis', 'responsibilitis participated', 'participated requirements', 'requirements gathering', 'gathering design', 'design development', 'development meetings', 'meetings reviewed', 'reviewed code', 'code debugged', 'debugged errors', 'errors improve', 'improve performance', 'performance coordinated', 'coordinated systems', 'systems partners', 'partners finalize', 'finalize designs', 'designs confirm', 'confirm requirements', 'requirements consistently', 'consistently met', 'met deadlines', 'deadlines requirements', 'requirements production', 'production work', 'work orders', 'orders collaborated', 'collaborated developers', 'developers identify', 'identify alleviate', 'alleviate number', 'number bugs', 'bugs software', 'software provided', 'provided maintenance', 'maintenance development', 'development bug', 'bug fixes', 'fixes patch', 'patch sets', 'sets existing', 'existing applications', 'applications education', 'education details', 'details bachelor', 'bachelor engineering', 'engineering computer', 'computer savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university java', 'java developer', 'developer java', 'java developer', 'developer aurus', 'aurus tech', 'tech pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details java', 'java exprience', 'exprience 32', '32 months', 'months linux', 'linux exprience', 'exprience 6', '6 months', 'months adavance', 'adavance java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months derby', 'derby exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months oracle', 'oracle exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company aurus', 'aurus tech', 'tech pvt', 'pvt ltd', 'ltd description', 'description having', 'having 2', '2 years', 'years experience', 'experience working', 'working payment', 'payment gateway', 'gateway solutions', 'solutions provider', 'provider core', 'core java', 'java hardworking', 'hardworking java', 'java developer', 'developer enthusiastic', 'enthusiastic working', 'working multicultural', 'multicultural teams', 'teams company', 'company aurus', 'aurus tech', 'tech pvt', 'pvt ltd', 'ltd description', 'description participated', 'participated requirements', 'requirements gathering', 'gathering design', 'design development', 'development meetings', 'meetings reviewed', 'reviewed code', 'code debugged', 'debugged errors', 'errors improve', 'improve performance', 'performance coordinated', 'coordinated systems', 'systems partners', 'partners finalize', 'finalize designs', 'designs confirm', 'confirm requirements', 'requirements consistently', 'consistently met', 'met deadlines', 'deadlines requirements', 'requirements production', 'production work', 'work orders', 'orders collaborated', 'collaborated developers', 'developers identify', 'identify alleviate', 'alleviate number', 'number bugs', 'bugs software', 'software provided', 'provided continued', 'continued maintenance', 'maintenance development', 'development bug', 'bug fixes', 'fixes patch', 'patch sets', 'sets existing', 'existing applications', 'skills language java', 'language java operating', 'java operating system', 'operating system windows', 'system windows linux', 'windows linux centos', 'linux centos 6', 'centos 6 6', '6 6 databases', '6 databases oracle', 'databases oracle my', 'oracle my sql', 'my sql derby', 'sql derby embedded', 'derby embedded db', 'embedded db ide', 'db ide eclipse', 'ide eclipse oxygen', 'eclipse oxygen tools', 'oxygen tools sonarqube', 'tools sonarqube putty', 'sonarqube putty responsibilitis', 'putty responsibilitis participated', 'responsibilitis participated requirements', 'participated requirements gathering', 'requirements gathering design', 'gathering design development', 'design development meetings', 'development meetings reviewed', 'meetings reviewed code', 'reviewed code debugged', 'code debugged errors', 'debugged errors improve', 'errors improve performance', 'improve performance coordinated', 'performance coordinated systems', 'coordinated systems partners', 'systems partners finalize', 'partners finalize designs', 'finalize designs confirm', 'designs confirm requirements', 'confirm requirements consistently', 'requirements consistently met', 'consistently met deadlines', 'met deadlines requirements', 'deadlines requirements production', 'requirements production work', 'production work orders', 'work orders collaborated', 'orders collaborated developers', 'collaborated developers identify', 'developers identify alleviate', 'identify alleviate number', 'alleviate number bugs', 'number bugs software', 'bugs software provided', 'software provided maintenance', 'provided maintenance development', 'maintenance development bug', 'development bug fixes', 'bug fixes patch', 'fixes patch sets', 'patch sets existing', 'sets existing applications', 'existing applications education', 'applications education details', 'education details bachelor', 'details bachelor engineering', 'bachelor engineering computer', 'engineering computer savitribai', 'computer savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university java', 'university java developer', 'java developer java', 'developer java developer', 'java developer aurus', 'developer aurus tech', 'aurus tech pvt', 'tech pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details java', 'details java exprience', 'java exprience 32', 'exprience 32 months', '32 months linux', 'months linux exprience', 'linux exprience 6', 'exprience 6 months', '6 months adavance', 'months adavance java', 'adavance java exprience', 'java exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months derby', 'months derby exprience', 'derby exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months oracle', 'months oracle exprience', 'oracle exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company aurus', 'company aurus tech', 'aurus tech pvt', 'tech pvt ltd', 'pvt ltd description', 'ltd description having', 'description having 2', 'having 2 years', '2 years experience', 'years experience working', 'experience working payment', 'working payment gateway', 'payment gateway solutions', 'gateway solutions provider', 'solutions provider core', 'provider core java', 'core java hardworking', 'java hardworking java', 'hardworking java developer', 'java developer enthusiastic', 'developer enthusiastic working', 'enthusiastic working multicultural', 'working multicultural teams', 'multicultural teams company', 'teams company aurus', 'company aurus tech', 'aurus tech pvt', 'tech pvt ltd', 'pvt ltd description', 'ltd description participated', 'description participated requirements', 'participated requirements gathering', 'requirements gathering design', 'gathering design development', 'design development meetings', 'development meetings reviewed', 'meetings reviewed code', 'reviewed code debugged', 'code debugged errors', 'debugged errors improve', 'errors improve performance', 'improve performance coordinated', 'performance coordinated systems', 'coordinated systems partners', 'systems partners finalize', 'partners finalize designs', 'finalize designs confirm', 'designs confirm requirements', 'confirm requirements consistently', 'requirements consistently met', 'consistently met deadlines', 'met deadlines requirements', 'deadlines requirements production', 'requirements production work', 'production work orders', 'work orders collaborated', 'orders collaborated developers', 'collaborated developers identify', 'developers identify alleviate', 'identify alleviate number', 'alleviate number bugs', 'number bugs software', 'bugs software provided', 'software provided continued', 'provided continued maintenance', 'continued maintenance development', 'maintenance development bug', 'development bug fixes', 'bug fixes patch', 'fixes patch sets', 'patch sets existing', 'sets existing applications', 'skills language java operating', 'language java operating system', 'java operating system windows', 'operating system windows linux', 'system windows linux centos', 'windows linux centos 6', 'linux centos 6 6', 'centos 6 6 databases', '6 6 databases oracle', '6 databases oracle my', 'databases oracle my sql', 'oracle my sql derby', 'my sql derby embedded', 'sql derby embedded db', 'derby embedded db ide', 'embedded db ide eclipse', 'db ide eclipse oxygen', 'ide eclipse oxygen tools', 'eclipse oxygen tools sonarqube', 'oxygen tools sonarqube putty', 'tools sonarqube putty responsibilitis', 'sonarqube putty responsibilitis participated', 'putty responsibilitis participated requirements', 'responsibilitis participated requirements gathering', 'participated requirements gathering design', 'requirements gathering design development', 'gathering design development meetings', 'design development meetings reviewed', 'development meetings reviewed code', 'meetings reviewed code debugged', 'reviewed code debugged errors', 'code debugged errors improve', 'debugged errors improve performance', 'errors improve performance coordinated', 'improve performance coordinated systems', 'performance coordinated systems partners', 'coordinated systems partners finalize', 'systems partners finalize designs', 'partners finalize designs confirm', 'finalize designs confirm requirements', 'designs confirm requirements consistently', 'confirm requirements consistently met', 'requirements consistently met deadlines', 'consistently met deadlines requirements', 'met deadlines requirements production', 'deadlines requirements production work', 'requirements production work orders', 'production work orders collaborated', 'work orders collaborated developers', 'orders collaborated developers identify', 'collaborated developers identify alleviate', 'developers identify alleviate number', 'identify alleviate number bugs', 'alleviate number bugs software', 'number bugs software provided', 'bugs software provided maintenance', 'software provided maintenance development', 'provided maintenance development bug', 'maintenance development bug fixes', 'development bug fixes patch', 'bug fixes patch sets', 'fixes patch sets existing', 'patch sets existing applications', 'sets existing applications education', 'existing applications education details', 'applications education details bachelor', 'education details bachelor engineering', 'details bachelor engineering computer', 'bachelor engineering computer savitribai', 'engineering computer savitribai phule', 'computer savitribai phule pune', 'savitribai phule pune university', 'phule pune university java', 'pune university java developer', 'university java developer java', 'java developer java developer', 'developer java developer aurus', 'java developer aurus tech', 'developer aurus tech pvt', 'aurus tech pvt ltd', 'tech pvt ltd skill', 'pvt ltd skill details', 'ltd skill details java', 'skill details java exprience', 'details java exprience 32', 'java exprience 32 months', 'exprience 32 months linux', '32 months linux exprience', 'months linux exprience 6', 'linux exprience 6 months', 'exprience 6 months adavance', '6 months adavance java', 'months adavance java exprience', 'adavance java exprience less', 'java exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months derby', 'year months derby exprience', 'months derby exprience less', 'derby exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months oracle', 'year months oracle exprience', 'months oracle exprience less', 'oracle exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company aurus', 'details company aurus tech', 'company aurus tech pvt', 'aurus tech pvt ltd', 'tech pvt ltd description', 'pvt ltd description having', 'ltd description having 2', 'description having 2 years', 'having 2 years experience', '2 years experience working', 'years experience working payment', 'experience working payment gateway', 'working payment gateway solutions', 'payment gateway solutions provider', 'gateway solutions provider core', 'solutions provider core java', 'provider core java hardworking', 'core java hardworking java', 'java hardworking java developer', 'hardworking java developer enthusiastic', 'java developer enthusiastic working', 'developer enthusiastic working multicultural', 'enthusiastic working multicultural teams', 'working multicultural teams company', 'multicultural teams company aurus', 'teams company aurus tech', 'company aurus tech pvt', 'aurus tech pvt ltd', 'tech pvt ltd description', 'pvt ltd description participated', 'ltd description participated requirements', 'description participated requirements gathering', 'participated requirements gathering design', 'requirements gathering design development', 'gathering design development meetings', 'design development meetings reviewed', 'development meetings reviewed code', 'meetings reviewed code debugged', 'reviewed code debugged errors', 'code debugged errors improve', 'debugged errors improve performance', 'errors improve performance coordinated', 'improve performance coordinated systems', 'performance coordinated systems partners', 'coordinated systems partners finalize', 'systems partners finalize designs', 'partners finalize designs confirm', 'finalize designs confirm requirements', 'designs confirm requirements consistently', 'confirm requirements consistently met', 'requirements consistently met deadlines', 'consistently met deadlines requirements', 'met deadlines requirements production', 'deadlines requirements production work', 'requirements production work orders', 'production work orders collaborated', 'work orders collaborated developers', 'orders collaborated developers identify', 'collaborated developers identify alleviate', 'developers identify alleviate number', 'identify alleviate number bugs', 'alleviate number bugs software', 'number bugs software provided', 'bugs software provided continued', 'software provided continued maintenance', 'provided continued maintenance development', 'continued maintenance development bug', 'maintenance development bug fixes', 'development bug fixes patch', 'bug fixes patch sets', 'fixes patch sets existing', 'patch sets existing applications', 'skills language java operating system', 'language java operating system windows', 'java operating system windows linux', 'operating system windows linux centos', 'system windows linux centos 6', 'windows linux centos 6 6', 'linux centos 6 6 databases', 'centos 6 6 databases oracle', '6 6 databases oracle my', '6 databases oracle my sql', 'databases oracle my sql derby', 'oracle my sql derby embedded', 'my sql derby embedded db', 'sql derby embedded db ide', 'derby embedded db ide eclipse', 'embedded db ide eclipse oxygen', 'db ide eclipse oxygen tools', 'ide eclipse oxygen tools sonarqube', 'eclipse oxygen tools sonarqube putty', 'oxygen tools sonarqube putty responsibilitis', 'tools sonarqube putty responsibilitis participated', 'sonarqube putty responsibilitis participated requirements', 'putty responsibilitis participated requirements gathering', 'responsibilitis participated requirements gathering design', 'participated requirements gathering design development', 'requirements gathering design development meetings', 'gathering design development meetings reviewed', 'design development meetings reviewed code', 'development meetings reviewed code debugged', 'meetings reviewed code debugged errors', 'reviewed code debugged errors improve', 'code debugged errors improve performance', 'debugged errors improve performance coordinated', 'errors improve performance coordinated systems', 'improve performance coordinated systems partners', 'performance coordinated systems partners finalize', 'coordinated systems partners finalize designs', 'systems partners finalize designs confirm', 'partners finalize designs confirm requirements', 'finalize designs confirm requirements consistently', 'designs confirm requirements consistently met', 'confirm requirements consistently met deadlines', 'requirements consistently met deadlines requirements', 'consistently met deadlines requirements production', 'met deadlines requirements production work', 'deadlines requirements production work orders', 'requirements production work orders collaborated', 'production work orders collaborated developers', 'work orders collaborated developers identify', 'orders collaborated developers identify alleviate', 'collaborated developers identify alleviate number', 'developers identify alleviate number bugs', 'identify alleviate number bugs software', 'alleviate number bugs software provided', 'number bugs software provided maintenance', 'bugs software provided maintenance development', 'software provided maintenance development bug', 'provided maintenance development bug fixes', 'maintenance development bug fixes patch', 'development bug fixes patch sets', 'bug fixes patch sets existing', 'fixes patch sets existing applications', 'patch sets existing applications education', 'sets existing applications education details', 'existing applications education details bachelor', 'applications education details bachelor engineering', 'education details bachelor engineering computer', 'details bachelor engineering computer savitribai', 'bachelor engineering computer savitribai phule', 'engineering computer savitribai phule pune', 'computer savitribai phule pune university', 'savitribai phule pune university java', 'phule pune university java developer', 'pune university java developer java', 'university java developer java developer', 'java developer java developer aurus', 'developer java developer aurus tech', 'java developer aurus tech pvt', 'developer aurus tech pvt ltd', 'aurus tech pvt ltd skill', 'tech pvt ltd skill details', 'pvt ltd skill details java', 'ltd skill details java exprience', 'skill details java exprience 32', 'details java exprience 32 months', 'java exprience 32 months linux', 'exprience 32 months linux exprience', '32 months linux exprience 6', 'months linux exprience 6 months', 'linux exprience 6 months adavance', 'exprience 6 months adavance java', '6 months adavance java exprience', 'months adavance java exprience less', 'adavance java exprience less 1', 'java exprience less 1 year', 'exprience less 1 year months', 'less 1 year months derby', '1 year months derby exprience', 'year months derby exprience less', 'months derby exprience less 1', 'derby exprience less 1 year', 'exprience less 1 year months', 'less 1 year months oracle', '1 year months oracle exprience', 'year months oracle exprience less', 'months oracle exprience less 1', 'oracle exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company aurus', 'monthscompany details company aurus tech', 'details company aurus tech pvt', 'company aurus tech pvt ltd', 'aurus tech pvt ltd description', 'tech pvt ltd description having', 'pvt ltd description having 2', 'ltd description having 2 years', 'description having 2 years experience', 'having 2 years experience working', '2 years experience working payment', 'years experience working payment gateway', 'experience working payment gateway solutions', 'working payment gateway solutions provider', 'payment gateway solutions provider core', 'gateway solutions provider core java', 'solutions provider core java hardworking', 'provider core java hardworking java', 'core java hardworking java developer', 'java hardworking java developer enthusiastic', 'hardworking java developer enthusiastic working', 'java developer enthusiastic working multicultural', 'developer enthusiastic working multicultural teams', 'enthusiastic working multicultural teams company', 'working multicultural teams company aurus', 'multicultural teams company aurus tech', 'teams company aurus tech pvt', 'company aurus tech pvt ltd', 'aurus tech pvt ltd description', 'tech pvt ltd description participated', 'pvt ltd description participated requirements', 'ltd description participated requirements gathering', 'description participated requirements gathering design', 'participated requirements gathering design development', 'requirements gathering design development meetings', 'gathering design development meetings reviewed', 'design development meetings reviewed code', 'development meetings reviewed code debugged', 'meetings reviewed code debugged errors', 'reviewed code debugged errors improve', 'code debugged errors improve performance', 'debugged errors improve performance coordinated', 'errors improve performance coordinated systems', 'improve performance coordinated systems partners', 'performance coordinated systems partners finalize', 'coordinated systems partners finalize designs', 'systems partners finalize designs confirm', 'partners finalize designs confirm requirements', 'finalize designs confirm requirements consistently', 'designs confirm requirements consistently met', 'confirm requirements consistently met deadlines', 'requirements consistently met deadlines requirements', 'consistently met deadlines requirements production', 'met deadlines requirements production work', 'deadlines requirements production work orders', 'requirements production work orders collaborated', 'production work orders collaborated developers', 'work orders collaborated developers identify', 'orders collaborated developers identify alleviate', 'collaborated developers identify alleviate number', 'developers identify alleviate number bugs', 'identify alleviate number bugs software', 'alleviate number bugs software provided', 'number bugs software provided continued', 'bugs software provided continued maintenance', 'software provided continued maintenance development', 'provided continued maintenance development bug', 'continued maintenance development bug fixes', 'maintenance development bug fixes patch', 'development bug fixes patch sets', 'bug fixes patch sets existing', 'fixes patch sets existing applications', 'skills language java operating system windows', 'language java operating system windows linux', 'java operating system windows linux centos', 'operating system windows linux centos 6', 'system windows linux centos 6 6', 'windows linux centos 6 6 databases', 'linux centos 6 6 databases oracle', 'centos 6 6 databases oracle my', '6 6 databases oracle my sql', '6 databases oracle my sql derby', 'databases oracle my sql derby embedded', 'oracle my sql derby embedded db', 'my sql derby embedded db ide', 'sql derby embedded db ide eclipse', 'derby embedded db ide eclipse oxygen', 'embedded db ide eclipse oxygen tools', 'db ide eclipse oxygen tools sonarqube', 'ide eclipse oxygen tools sonarqube putty', 'eclipse oxygen tools sonarqube putty responsibilitis', 'oxygen tools sonarqube putty responsibilitis participated', 'tools sonarqube putty responsibilitis participated requirements', 'sonarqube putty responsibilitis participated requirements gathering', 'putty responsibilitis participated requirements gathering design', 'responsibilitis participated requirements gathering design development', 'participated requirements gathering design development meetings', 'requirements gathering design development meetings reviewed', 'gathering design development meetings reviewed code', 'design development meetings reviewed code debugged', 'development meetings reviewed code debugged errors', 'meetings reviewed code debugged errors improve', 'reviewed code debugged errors improve performance', 'code debugged errors improve performance coordinated', 'debugged errors improve performance coordinated systems', 'errors improve performance coordinated systems partners', 'improve performance coordinated systems partners finalize', 'performance coordinated systems partners finalize designs', 'coordinated systems partners finalize designs confirm', 'systems partners finalize designs confirm requirements', 'partners finalize designs confirm requirements consistently', 'finalize designs confirm requirements consistently met', 'designs confirm requirements consistently met deadlines', 'confirm requirements consistently met deadlines requirements', 'requirements consistently met deadlines requirements production', 'consistently met deadlines requirements production work', 'met deadlines requirements production work orders', 'deadlines requirements production work orders collaborated', 'requirements production work orders collaborated developers', 'production work orders collaborated developers identify', 'work orders collaborated developers identify alleviate', 'orders collaborated developers identify alleviate number', 'collaborated developers identify alleviate number bugs', 'developers identify alleviate number bugs software', 'identify alleviate number bugs software provided', 'alleviate number bugs software provided maintenance', 'number bugs software provided maintenance development', 'bugs software provided maintenance development bug', 'software provided maintenance development bug fixes', 'provided maintenance development bug fixes patch', 'maintenance development bug fixes patch sets', 'development bug fixes patch sets existing', 'bug fixes patch sets existing applications', 'fixes patch sets existing applications education', 'patch sets existing applications education details', 'sets existing applications education details bachelor', 'existing applications education details bachelor engineering', 'applications education details bachelor engineering computer', 'education details bachelor engineering computer savitribai', 'details bachelor engineering computer savitribai phule', 'bachelor engineering computer savitribai phule pune', 'engineering computer savitribai phule pune university', 'computer savitribai phule pune university java', 'savitribai phule pune university java developer', 'phule pune university java developer java', 'pune university java developer java developer', 'university java developer java developer aurus', 'java developer java developer aurus tech', 'developer java developer aurus tech pvt', 'java developer aurus tech pvt ltd', 'developer aurus tech pvt ltd skill', 'aurus tech pvt ltd skill details', ...], ['education', 'details', 'be', 'computer', 'science', 'mumbai', 'maharashtra', 'mumbai', 'university', 'hsc', 'mumbai', 'maharashtra', 'maharashtra', 'state', 'board', 'ssc', 'mumbai', 'maharashtra', 'maharashtra', 'state', 'board', 'business', 'analyst', 'business', 'analyst', 'fino', 'payments', 'bank', 'skill', 'details', 'company', 'details', 'company', 'fino', 'payments', 'bank', 'description', 'key', 'role', 'in', 'depth', 'requirement', 'input', 'gathering', 'responsibilities', 'achievements', 'conducted', 'depth', 'requirement', 'input', 'gathering', 'concerned', 'stakeholders', 'business', 'smes', 'technical', 'architect', 'business', 'architect', 'create', 'artifacts', 'like', 'business', 'requirement', 'document', 'brd', 'arrive', 'functional', 'requirements', 'development', 'team', 'created', 'functional', 'specification', 'document', 'fsd', 'highlighting', 'technical', 'implementation', 'use', 'cases', 'led', 'merchant', 'commission', 'module', 'project', 'end', 'end', 'co', 'ordinated', 'cug', 'live', 'designed', 'a', 'ount', 'opening', 'process', 'flow', 'end', 'end', 'time', 'bank', 'going', 'live', 'spoc', 'configurations', 'ount', 'level', 'customer', 'level', 'production', 'led', 'cash', 'controlling', 'processes', 'field', 'users', 'per', 'requirement', 'business', 'team', 'design', 'build', 'proof', 'concepts', 'validate', 'viability', 'alternate', 'approaches', 'determine', 'optimum', 'choice', 'involved', 'process', 'design', 'development', 'products', 'performed', 'functional', 'testing', 'entire', 'system', 'provided', 'support', 'uat', 'preparing', 'uat', 'test', 'cases', 'performing', 'uat', 'tests', 'onboard', 'new', 'processes', 'bau', 'worked', 'development', 'teams', 'arriving', 'detailed', 'techno', 'functional', 'specifications', 'participate', 'feasibility', 'analysis', 'conducting', 'twice', 'week', 'meetings', 'vendor', 'discuss', 'status', 'crs', 'resolve', 'technical', 'queries', 'company', 'fino', 'paytech', 'pvt', 'ltd', 'description', 'key', 'role', 'requirement', 'gathering', 'development', 'testing', 'responsibilities', 'achievements', 'requirement', 'gathering', 'preparation', 'traceability', 'matrix', 'preparation', 'execution', 'use', 'cases', 'developing', 'test', 'plans', 'based', 'requirements', 'airtel', 'zambia', 'national', 'partner', 'project', 'led', 'employee', 'profile', 'creation', 'maintenance', 'employee', 'details', 'database', 'preparation', 'work', 'flow', 'end', 'end', 'development', 'testing', 'module', 'designed', 'work', 'flow', 'process', 'capa', 'corrective', 'action', 'preventive', 'analysis', 'module', 'maintain', 'audit', 'findings', 'raised', 'internal', 'audit', 'team', 'designed', 'expense', 'management', 'module', 'automated', 'end', 'end', 'house', 'expense', 'flow', 'designed', 'pmo', 'tool', 'parivartan', 'used', 'tracking', 'projects', 'end', 'end', 'education details', 'details be', 'be computer', 'computer science', 'science mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university hsc', 'hsc mumbai', 'mumbai maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board ssc', 'ssc mumbai', 'mumbai maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board business', 'business analyst', 'analyst business', 'business analyst', 'analyst fino', 'fino payments', 'payments bank', 'bank skill', 'skill details', 'details company', 'company details', 'details company', 'company fino', 'fino payments', 'payments bank', 'bank description', 'description key', 'key role', 'role in', 'in depth', 'depth requirement', 'requirement input', 'input gathering', 'gathering responsibilities', 'responsibilities achievements', 'achievements conducted', 'conducted depth', 'depth requirement', 'requirement input', 'input gathering', 'gathering concerned', 'concerned stakeholders', 'stakeholders business', 'business smes', 'smes technical', 'technical architect', 'architect business', 'business architect', 'architect create', 'create artifacts', 'artifacts like', 'like business', 'business requirement', 'requirement document', 'document brd', 'brd arrive', 'arrive functional', 'functional requirements', 'requirements development', 'development team', 'team created', 'created functional', 'functional specification', 'specification document', 'document fsd', 'fsd highlighting', 'highlighting technical', 'technical implementation', 'implementation use', 'use cases', 'cases led', 'led merchant', 'merchant commission', 'commission module', 'module project', 'project end', 'end end', 'end co', 'co ordinated', 'ordinated cug', 'cug live', 'live designed', 'designed a', 'a ount', 'ount opening', 'opening process', 'process flow', 'flow end', 'end end', 'end time', 'time bank', 'bank going', 'going live', 'live spoc', 'spoc configurations', 'configurations ount', 'ount level', 'level customer', 'customer level', 'level production', 'production led', 'led cash', 'cash controlling', 'controlling processes', 'processes field', 'field users', 'users per', 'per requirement', 'requirement business', 'business team', 'team design', 'design build', 'build proof', 'proof concepts', 'concepts validate', 'validate viability', 'viability alternate', 'alternate approaches', 'approaches determine', 'determine optimum', 'optimum choice', 'choice involved', 'involved process', 'process design', 'design development', 'development products', 'products performed', 'performed functional', 'functional testing', 'testing entire', 'entire system', 'system provided', 'provided support', 'support uat', 'uat preparing', 'preparing uat', 'uat test', 'test cases', 'cases performing', 'performing uat', 'uat tests', 'tests onboard', 'onboard new', 'new processes', 'processes bau', 'bau worked', 'worked development', 'development teams', 'teams arriving', 'arriving detailed', 'detailed techno', 'techno functional', 'functional specifications', 'specifications participate', 'participate feasibility', 'feasibility analysis', 'analysis conducting', 'conducting twice', 'twice week', 'week meetings', 'meetings vendor', 'vendor discuss', 'discuss status', 'status crs', 'crs resolve', 'resolve technical', 'technical queries', 'queries company', 'company fino', 'fino paytech', 'paytech pvt', 'pvt ltd', 'ltd description', 'description key', 'key role', 'role requirement', 'requirement gathering', 'gathering development', 'development testing', 'testing responsibilities', 'responsibilities achievements', 'achievements requirement', 'requirement gathering', 'gathering preparation', 'preparation traceability', 'traceability matrix', 'matrix preparation', 'preparation execution', 'execution use', 'use cases', 'cases developing', 'developing test', 'test plans', 'plans based', 'based requirements', 'requirements airtel', 'airtel zambia', 'zambia national', 'national partner', 'partner project', 'project led', 'led employee', 'employee profile', 'profile creation', 'creation maintenance', 'maintenance employee', 'employee details', 'details database', 'database preparation', 'preparation work', 'work flow', 'flow end', 'end end', 'end development', 'development testing', 'testing module', 'module designed', 'designed work', 'work flow', 'flow process', 'process capa', 'capa corrective', 'corrective action', 'action preventive', 'preventive analysis', 'analysis module', 'module maintain', 'maintain audit', 'audit findings', 'findings raised', 'raised internal', 'internal audit', 'audit team', 'team designed', 'designed expense', 'expense management', 'management module', 'module automated', 'automated end', 'end end', 'end house', 'house expense', 'expense flow', 'flow designed', 'designed pmo', 'pmo tool', 'tool parivartan', 'parivartan used', 'used tracking', 'tracking projects', 'projects end', 'end end', 'education details be', 'details be computer', 'be computer science', 'computer science mumbai', 'science mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university hsc', 'university hsc mumbai', 'hsc mumbai maharashtra', 'mumbai maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board ssc', 'board ssc mumbai', 'ssc mumbai maharashtra', 'mumbai maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board business', 'board business analyst', 'business analyst business', 'analyst business analyst', 'business analyst fino', 'analyst fino payments', 'fino payments bank', 'payments bank skill', 'bank skill details', 'skill details company', 'details company details', 'company details company', 'details company fino', 'company fino payments', 'fino payments bank', 'payments bank description', 'bank description key', 'description key role', 'key role in', 'role in depth', 'in depth requirement', 'depth requirement input', 'requirement input gathering', 'input gathering responsibilities', 'gathering responsibilities achievements', 'responsibilities achievements conducted', 'achievements conducted depth', 'conducted depth requirement', 'depth requirement input', 'requirement input gathering', 'input gathering concerned', 'gathering concerned stakeholders', 'concerned stakeholders business', 'stakeholders business smes', 'business smes technical', 'smes technical architect', 'technical architect business', 'architect business architect', 'business architect create', 'architect create artifacts', 'create artifacts like', 'artifacts like business', 'like business requirement', 'business requirement document', 'requirement document brd', 'document brd arrive', 'brd arrive functional', 'arrive functional requirements', 'functional requirements development', 'requirements development team', 'development team created', 'team created functional', 'created functional specification', 'functional specification document', 'specification document fsd', 'document fsd highlighting', 'fsd highlighting technical', 'highlighting technical implementation', 'technical implementation use', 'implementation use cases', 'use cases led', 'cases led merchant', 'led merchant commission', 'merchant commission module', 'commission module project', 'module project end', 'project end end', 'end end co', 'end co ordinated', 'co ordinated cug', 'ordinated cug live', 'cug live designed', 'live designed a', 'designed a ount', 'a ount opening', 'ount opening process', 'opening process flow', 'process flow end', 'flow end end', 'end end time', 'end time bank', 'time bank going', 'bank going live', 'going live spoc', 'live spoc configurations', 'spoc configurations ount', 'configurations ount level', 'ount level customer', 'level customer level', 'customer level production', 'level production led', 'production led cash', 'led cash controlling', 'cash controlling processes', 'controlling processes field', 'processes field users', 'field users per', 'users per requirement', 'per requirement business', 'requirement business team', 'business team design', 'team design build', 'design build proof', 'build proof concepts', 'proof concepts validate', 'concepts validate viability', 'validate viability alternate', 'viability alternate approaches', 'alternate approaches determine', 'approaches determine optimum', 'determine optimum choice', 'optimum choice involved', 'choice involved process', 'involved process design', 'process design development', 'design development products', 'development products performed', 'products performed functional', 'performed functional testing', 'functional testing entire', 'testing entire system', 'entire system provided', 'system provided support', 'provided support uat', 'support uat preparing', 'uat preparing uat', 'preparing uat test', 'uat test cases', 'test cases performing', 'cases performing uat', 'performing uat tests', 'uat tests onboard', 'tests onboard new', 'onboard new processes', 'new processes bau', 'processes bau worked', 'bau worked development', 'worked development teams', 'development teams arriving', 'teams arriving detailed', 'arriving detailed techno', 'detailed techno functional', 'techno functional specifications', 'functional specifications participate', 'specifications participate feasibility', 'participate feasibility analysis', 'feasibility analysis conducting', 'analysis conducting twice', 'conducting twice week', 'twice week meetings', 'week meetings vendor', 'meetings vendor discuss', 'vendor discuss status', 'discuss status crs', 'status crs resolve', 'crs resolve technical', 'resolve technical queries', 'technical queries company', 'queries company fino', 'company fino paytech', 'fino paytech pvt', 'paytech pvt ltd', 'pvt ltd description', 'ltd description key', 'description key role', 'key role requirement', 'role requirement gathering', 'requirement gathering development', 'gathering development testing', 'development testing responsibilities', 'testing responsibilities achievements', 'responsibilities achievements requirement', 'achievements requirement gathering', 'requirement gathering preparation', 'gathering preparation traceability', 'preparation traceability matrix', 'traceability matrix preparation', 'matrix preparation execution', 'preparation execution use', 'execution use cases', 'use cases developing', 'cases developing test', 'developing test plans', 'test plans based', 'plans based requirements', 'based requirements airtel', 'requirements airtel zambia', 'airtel zambia national', 'zambia national partner', 'national partner project', 'partner project led', 'project led employee', 'led employee profile', 'employee profile creation', 'profile creation maintenance', 'creation maintenance employee', 'maintenance employee details', 'employee details database', 'details database preparation', 'database preparation work', 'preparation work flow', 'work flow end', 'flow end end', 'end end development', 'end development testing', 'development testing module', 'testing module designed', 'module designed work', 'designed work flow', 'work flow process', 'flow process capa', 'process capa corrective', 'capa corrective action', 'corrective action preventive', 'action preventive analysis', 'preventive analysis module', 'analysis module maintain', 'module maintain audit', 'maintain audit findings', 'audit findings raised', 'findings raised internal', 'raised internal audit', 'internal audit team', 'audit team designed', 'team designed expense', 'designed expense management', 'expense management module', 'management module automated', 'module automated end', 'automated end end', 'end end house', 'end house expense', 'house expense flow', 'expense flow designed', 'flow designed pmo', 'designed pmo tool', 'pmo tool parivartan', 'tool parivartan used', 'parivartan used tracking', 'used tracking projects', 'tracking projects end', 'projects end end', 'education details be computer', 'details be computer science', 'be computer science mumbai', 'computer science mumbai maharashtra', 'science mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university hsc', 'mumbai university hsc mumbai', 'university hsc mumbai maharashtra', 'hsc mumbai maharashtra maharashtra', 'mumbai maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board ssc', 'state board ssc mumbai', 'board ssc mumbai maharashtra', 'ssc mumbai maharashtra maharashtra', 'mumbai maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board business', 'state board business analyst', 'board business analyst business', 'business analyst business analyst', 'analyst business analyst fino', 'business analyst fino payments', 'analyst fino payments bank', 'fino payments bank skill', 'payments bank skill details', 'bank skill details company', 'skill details company details', 'details company details company', 'company details company fino', 'details company fino payments', 'company fino payments bank', 'fino payments bank description', 'payments bank description key', 'bank description key role', 'description key role in', 'key role in depth', 'role in depth requirement', 'in depth requirement input', 'depth requirement input gathering', 'requirement input gathering responsibilities', 'input gathering responsibilities achievements', 'gathering responsibilities achievements conducted', 'responsibilities achievements conducted depth', 'achievements conducted depth requirement', 'conducted depth requirement input', 'depth requirement input gathering', 'requirement input gathering concerned', 'input gathering concerned stakeholders', 'gathering concerned stakeholders business', 'concerned stakeholders business smes', 'stakeholders business smes technical', 'business smes technical architect', 'smes technical architect business', 'technical architect business architect', 'architect business architect create', 'business architect create artifacts', 'architect create artifacts like', 'create artifacts like business', 'artifacts like business requirement', 'like business requirement document', 'business requirement document brd', 'requirement document brd arrive', 'document brd arrive functional', 'brd arrive functional requirements', 'arrive functional requirements development', 'functional requirements development team', 'requirements development team created', 'development team created functional', 'team created functional specification', 'created functional specification document', 'functional specification document fsd', 'specification document fsd highlighting', 'document fsd highlighting technical', 'fsd highlighting technical implementation', 'highlighting technical implementation use', 'technical implementation use cases', 'implementation use cases led', 'use cases led merchant', 'cases led merchant commission', 'led merchant commission module', 'merchant commission module project', 'commission module project end', 'module project end end', 'project end end co', 'end end co ordinated', 'end co ordinated cug', 'co ordinated cug live', 'ordinated cug live designed', 'cug live designed a', 'live designed a ount', 'designed a ount opening', 'a ount opening process', 'ount opening process flow', 'opening process flow end', 'process flow end end', 'flow end end time', 'end end time bank', 'end time bank going', 'time bank going live', 'bank going live spoc', 'going live spoc configurations', 'live spoc configurations ount', 'spoc configurations ount level', 'configurations ount level customer', 'ount level customer level', 'level customer level production', 'customer level production led', 'level production led cash', 'production led cash controlling', 'led cash controlling processes', 'cash controlling processes field', 'controlling processes field users', 'processes field users per', 'field users per requirement', 'users per requirement business', 'per requirement business team', 'requirement business team design', 'business team design build', 'team design build proof', 'design build proof concepts', 'build proof concepts validate', 'proof concepts validate viability', 'concepts validate viability alternate', 'validate viability alternate approaches', 'viability alternate approaches determine', 'alternate approaches determine optimum', 'approaches determine optimum choice', 'determine optimum choice involved', 'optimum choice involved process', 'choice involved process design', 'involved process design development', 'process design development products', 'design development products performed', 'development products performed functional', 'products performed functional testing', 'performed functional testing entire', 'functional testing entire system', 'testing entire system provided', 'entire system provided support', 'system provided support uat', 'provided support uat preparing', 'support uat preparing uat', 'uat preparing uat test', 'preparing uat test cases', 'uat test cases performing', 'test cases performing uat', 'cases performing uat tests', 'performing uat tests onboard', 'uat tests onboard new', 'tests onboard new processes', 'onboard new processes bau', 'new processes bau worked', 'processes bau worked development', 'bau worked development teams', 'worked development teams arriving', 'development teams arriving detailed', 'teams arriving detailed techno', 'arriving detailed techno functional', 'detailed techno functional specifications', 'techno functional specifications participate', 'functional specifications participate feasibility', 'specifications participate feasibility analysis', 'participate feasibility analysis conducting', 'feasibility analysis conducting twice', 'analysis conducting twice week', 'conducting twice week meetings', 'twice week meetings vendor', 'week meetings vendor discuss', 'meetings vendor discuss status', 'vendor discuss status crs', 'discuss status crs resolve', 'status crs resolve technical', 'crs resolve technical queries', 'resolve technical queries company', 'technical queries company fino', 'queries company fino paytech', 'company fino paytech pvt', 'fino paytech pvt ltd', 'paytech pvt ltd description', 'pvt ltd description key', 'ltd description key role', 'description key role requirement', 'key role requirement gathering', 'role requirement gathering development', 'requirement gathering development testing', 'gathering development testing responsibilities', 'development testing responsibilities achievements', 'testing responsibilities achievements requirement', 'responsibilities achievements requirement gathering', 'achievements requirement gathering preparation', 'requirement gathering preparation traceability', 'gathering preparation traceability matrix', 'preparation traceability matrix preparation', 'traceability matrix preparation execution', 'matrix preparation execution use', 'preparation execution use cases', 'execution use cases developing', 'use cases developing test', 'cases developing test plans', 'developing test plans based', 'test plans based requirements', 'plans based requirements airtel', 'based requirements airtel zambia', 'requirements airtel zambia national', 'airtel zambia national partner', 'zambia national partner project', 'national partner project led', 'partner project led employee', 'project led employee profile', 'led employee profile creation', 'employee profile creation maintenance', 'profile creation maintenance employee', ...], ['technical', 'skills', 'application', 'servers', 'iis', '6', '0', 'jboss', '7', '1', 'database', 'sql', 'oracle', 'db2', 'report', 'tool', 'ireport', 'crystal', 'report', 'career', 'grapheducation', 'details', 'business', 'analyst', 'business', 'analyst', 'zensar', 'technologies', 'ltd', 'skill', 'details', 'crystal', 'repo', 'exprience', '15', 'months', 'database', 'exprience', '6', 'months', 'db2', 'exprience', '6', 'months', 'iis', 'exprience', '6', 'months', 'iis', '6', 'exprience', '6', 'monthscompany', 'details', 'company', 'zensar', 'technologies', 'ltd', 'description', 'location', 'goregoan', 'mumbai', 'client', 'sun', 'pharmaceutical', 'designation', 'business', 'analyst', 'role', 'requirement', 'gathering', 'gap', 'analysis', 'support', 'end', 'user', 'training', 'documentation', 'company', 'proteus', 'technologies', 'pvt', 'ltd', 'description', 'base', 'information', 'management', 'pvt', 'ltd', 'is', 'mumbai', 'base', 'software', 'service', 'provider', 'core', 'competency', 'proven', 'track', 'record', 'installations', 'enterprise', 'wide', 'solutions', 'base', 'customers', 'come', 'industries', 'wide', 'pharmaceuticals', 'life', 'sciences', 'plastics', 'engineering', 'chemicals', 'company', 'wings', 'infonet', 'pvt', 'ltd', 'description', 'it', 'it', 'solutions', 'provider', 'company', 'company', 'provides', 'comprehensive', 'technology', 'solutions', 'a', 'ounting', 'trade', 'payroll', 'asset', 'management', 'firms', 'across', 'world', 'company', 'hiral', 'tektronix', 'pvt', 'ltd', 'description', 'software', 'relates', 'recruitment', 'hrms', 'ounting', 'payroll', 'job', 'responsibilities', 'erp', 'implementation', 'go', 'live', 'support', 'documenting', 'user', 'requirements', 'developing', 'specifications', 'customization', 'integrating', 'modules', 'integration', 'testing', 'extending', 'post', 'go', 'live', 'support', 'including', 'training', 'support', 'end', 'users', 'drafting', 'functional', 'requirements', 'erp', 'systems', 'represent', 'processes', 'functions', 'involved', 'guiding', 'users', 'using', 'various', 'modules', 'management', 'various', 'functional', 'issues', 'delivering', 'awareness', 'various', 'reports', 'available', 'erp', 'system', 'day', 'day', 'transactions', 'mis', 'reporting', 'departments', 'system', 'audit', 'better', 'results', 'follow', 'ups', 'observation', 'developing', 'designing', 'report', 'using', 'ireport', 'crystal', 'report', 'technical skills', 'skills application', 'application servers', 'servers iis', 'iis 6', '6 0', '0 jboss', 'jboss 7', '7 1', '1 database', 'database sql', 'sql oracle', 'oracle db2', 'db2 report', 'report tool', 'tool ireport', 'ireport crystal', 'crystal report', 'report career', 'career grapheducation', 'grapheducation details', 'details business', 'business analyst', 'analyst business', 'business analyst', 'analyst zensar', 'zensar technologies', 'technologies ltd', 'ltd skill', 'skill details', 'details crystal', 'crystal repo', 'repo exprience', 'exprience 15', '15 months', 'months database', 'database exprience', 'exprience 6', '6 months', 'months db2', 'db2 exprience', 'exprience 6', '6 months', 'months iis', 'iis exprience', 'exprience 6', '6 months', 'months iis', 'iis 6', '6 exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company zensar', 'zensar technologies', 'technologies ltd', 'ltd description', 'description location', 'location goregoan', 'goregoan mumbai', 'mumbai client', 'client sun', 'sun pharmaceutical', 'pharmaceutical designation', 'designation business', 'business analyst', 'analyst role', 'role requirement', 'requirement gathering', 'gathering gap', 'gap analysis', 'analysis support', 'support end', 'end user', 'user training', 'training documentation', 'documentation company', 'company proteus', 'proteus technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description base', 'base information', 'information management', 'management pvt', 'pvt ltd', 'ltd is', 'is mumbai', 'mumbai base', 'base software', 'software service', 'service provider', 'provider core', 'core competency', 'competency proven', 'proven track', 'track record', 'record installations', 'installations enterprise', 'enterprise wide', 'wide solutions', 'solutions base', 'base customers', 'customers come', 'come industries', 'industries wide', 'wide pharmaceuticals', 'pharmaceuticals life', 'life sciences', 'sciences plastics', 'plastics engineering', 'engineering chemicals', 'chemicals company', 'company wings', 'wings infonet', 'infonet pvt', 'pvt ltd', 'ltd description', 'description it', 'it it', 'it solutions', 'solutions provider', 'provider company', 'company company', 'company provides', 'provides comprehensive', 'comprehensive technology', 'technology solutions', 'solutions a', 'a ounting', 'ounting trade', 'trade payroll', 'payroll asset', 'asset management', 'management firms', 'firms across', 'across world', 'world company', 'company hiral', 'hiral tektronix', 'tektronix pvt', 'pvt ltd', 'ltd description', 'description software', 'software relates', 'relates recruitment', 'recruitment hrms', 'hrms ounting', 'ounting payroll', 'payroll job', 'job responsibilities', 'responsibilities erp', 'erp implementation', 'implementation go', 'go live', 'live support', 'support documenting', 'documenting user', 'user requirements', 'requirements developing', 'developing specifications', 'specifications customization', 'customization integrating', 'integrating modules', 'modules integration', 'integration testing', 'testing extending', 'extending post', 'post go', 'go live', 'live support', 'support including', 'including training', 'training support', 'support end', 'end users', 'users drafting', 'drafting functional', 'functional requirements', 'requirements erp', 'erp systems', 'systems represent', 'represent processes', 'processes functions', 'functions involved', 'involved guiding', 'guiding users', 'users using', 'using various', 'various modules', 'modules management', 'management various', 'various functional', 'functional issues', 'issues delivering', 'delivering awareness', 'awareness various', 'various reports', 'reports available', 'available erp', 'erp system', 'system day', 'day day', 'day transactions', 'transactions mis', 'mis reporting', 'reporting departments', 'departments system', 'system audit', 'audit better', 'better results', 'results follow', 'follow ups', 'ups observation', 'observation developing', 'developing designing', 'designing report', 'report using', 'using ireport', 'ireport crystal', 'crystal report', 'technical skills application', 'skills application servers', 'application servers iis', 'servers iis 6', 'iis 6 0', '6 0 jboss', '0 jboss 7', 'jboss 7 1', '7 1 database', '1 database sql', 'database sql oracle', 'sql oracle db2', 'oracle db2 report', 'db2 report tool', 'report tool ireport', 'tool ireport crystal', 'ireport crystal report', 'crystal report career', 'report career grapheducation', 'career grapheducation details', 'grapheducation details business', 'details business analyst', 'business analyst business', 'analyst business analyst', 'business analyst zensar', 'analyst zensar technologies', 'zensar technologies ltd', 'technologies ltd skill', 'ltd skill details', 'skill details crystal', 'details crystal repo', 'crystal repo exprience', 'repo exprience 15', 'exprience 15 months', '15 months database', 'months database exprience', 'database exprience 6', 'exprience 6 months', '6 months db2', 'months db2 exprience', 'db2 exprience 6', 'exprience 6 months', '6 months iis', 'months iis exprience', 'iis exprience 6', 'exprience 6 months', '6 months iis', 'months iis 6', 'iis 6 exprience', '6 exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company zensar', 'company zensar technologies', 'zensar technologies ltd', 'technologies ltd description', 'ltd description location', 'description location goregoan', 'location goregoan mumbai', 'goregoan mumbai client', 'mumbai client sun', 'client sun pharmaceutical', 'sun pharmaceutical designation', 'pharmaceutical designation business', 'designation business analyst', 'business analyst role', 'analyst role requirement', 'role requirement gathering', 'requirement gathering gap', 'gathering gap analysis', 'gap analysis support', 'analysis support end', 'support end user', 'end user training', 'user training documentation', 'training documentation company', 'documentation company proteus', 'company proteus technologies', 'proteus technologies pvt', 'technologies pvt ltd', 'pvt ltd description', 'ltd description base', 'description base information', 'base information management', 'information management pvt', 'management pvt ltd', 'pvt ltd is', 'ltd is mumbai', 'is mumbai base', 'mumbai base software', 'base software service', 'software service provider', 'service provider core', 'provider core competency', 'core competency proven', 'competency proven track', 'proven track record', 'track record installations', 'record installations enterprise', 'installations enterprise wide', 'enterprise wide solutions', 'wide solutions base', 'solutions base customers', 'base customers come', 'customers come industries', 'come industries wide', 'industries wide pharmaceuticals', 'wide pharmaceuticals life', 'pharmaceuticals life sciences', 'life sciences plastics', 'sciences plastics engineering', 'plastics engineering chemicals', 'engineering chemicals company', 'chemicals company wings', 'company wings infonet', 'wings infonet pvt', 'infonet pvt ltd', 'pvt ltd description', 'ltd description it', 'description it it', 'it it solutions', 'it solutions provider', 'solutions provider company', 'provider company company', 'company company provides', 'company provides comprehensive', 'provides comprehensive technology', 'comprehensive technology solutions', 'technology solutions a', 'solutions a ounting', 'a ounting trade', 'ounting trade payroll', 'trade payroll asset', 'payroll asset management', 'asset management firms', 'management firms across', 'firms across world', 'across world company', 'world company hiral', 'company hiral tektronix', 'hiral tektronix pvt', 'tektronix pvt ltd', 'pvt ltd description', 'ltd description software', 'description software relates', 'software relates recruitment', 'relates recruitment hrms', 'recruitment hrms ounting', 'hrms ounting payroll', 'ounting payroll job', 'payroll job responsibilities', 'job responsibilities erp', 'responsibilities erp implementation', 'erp implementation go', 'implementation go live', 'go live support', 'live support documenting', 'support documenting user', 'documenting user requirements', 'user requirements developing', 'requirements developing specifications', 'developing specifications customization', 'specifications customization integrating', 'customization integrating modules', 'integrating modules integration', 'modules integration testing', 'integration testing extending', 'testing extending post', 'extending post go', 'post go live', 'go live support', 'live support including', 'support including training', 'including training support', 'training support end', 'support end users', 'end users drafting', 'users drafting functional', 'drafting functional requirements', 'functional requirements erp', 'requirements erp systems', 'erp systems represent', 'systems represent processes', 'represent processes functions', 'processes functions involved', 'functions involved guiding', 'involved guiding users', 'guiding users using', 'users using various', 'using various modules', 'various modules management', 'modules management various', 'management various functional', 'various functional issues', 'functional issues delivering', 'issues delivering awareness', 'delivering awareness various', 'awareness various reports', 'various reports available', 'reports available erp', 'available erp system', 'erp system day', 'system day day', 'day day transactions', 'day transactions mis', 'transactions mis reporting', 'mis reporting departments', 'reporting departments system', 'departments system audit', 'system audit better', 'audit better results', 'better results follow', 'results follow ups', 'follow ups observation', 'ups observation developing', 'observation developing designing', 'developing designing report', 'designing report using', 'report using ireport', 'using ireport crystal', 'ireport crystal report', 'technical skills application servers', 'skills application servers iis', 'application servers iis 6', 'servers iis 6 0', 'iis 6 0 jboss', '6 0 jboss 7', '0 jboss 7 1', 'jboss 7 1 database', '7 1 database sql', '1 database sql oracle', 'database sql oracle db2', 'sql oracle db2 report', 'oracle db2 report tool', 'db2 report tool ireport', 'report tool ireport crystal', 'tool ireport crystal report', 'ireport crystal report career', 'crystal report career grapheducation', 'report career grapheducation details', 'career grapheducation details business', 'grapheducation details business analyst', 'details business analyst business', 'business analyst business analyst', 'analyst business analyst zensar', 'business analyst zensar technologies', 'analyst zensar technologies ltd', 'zensar technologies ltd skill', 'technologies ltd skill details', 'ltd skill details crystal', 'skill details crystal repo', 'details crystal repo exprience', 'crystal repo exprience 15', 'repo exprience 15 months', 'exprience 15 months database', '15 months database exprience', 'months database exprience 6', 'database exprience 6 months', 'exprience 6 months db2', '6 months db2 exprience', 'months db2 exprience 6', 'db2 exprience 6 months', 'exprience 6 months iis', '6 months iis exprience', 'months iis exprience 6', 'iis exprience 6 months', 'exprience 6 months iis', '6 months iis 6', 'months iis 6 exprience', 'iis 6 exprience 6', '6 exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company zensar', 'details company zensar technologies', 'company zensar technologies ltd', 'zensar technologies ltd description', 'technologies ltd description location', 'ltd description location goregoan', 'description location goregoan mumbai', 'location goregoan mumbai client', 'goregoan mumbai client sun', 'mumbai client sun pharmaceutical', 'client sun pharmaceutical designation', 'sun pharmaceutical designation business', 'pharmaceutical designation business analyst', 'designation business analyst role', 'business analyst role requirement', 'analyst role requirement gathering', 'role requirement gathering gap', 'requirement gathering gap analysis', 'gathering gap analysis support', 'gap analysis support end', 'analysis support end user', 'support end user training', 'end user training documentation', 'user training documentation company', 'training documentation company proteus', 'documentation company proteus technologies', 'company proteus technologies pvt', 'proteus technologies pvt ltd', 'technologies pvt ltd description', 'pvt ltd description base', 'ltd description base information', 'description base information management', 'base information management pvt', 'information management pvt ltd', 'management pvt ltd is', 'pvt ltd is mumbai', 'ltd is mumbai base', 'is mumbai base software', 'mumbai base software service', 'base software service provider', 'software service provider core', 'service provider core competency', 'provider core competency proven', 'core competency proven track', 'competency proven track record', 'proven track record installations', 'track record installations enterprise', 'record installations enterprise wide', 'installations enterprise wide solutions', 'enterprise wide solutions base', 'wide solutions base customers', 'solutions base customers come', 'base customers come industries', 'customers come industries wide', 'come industries wide pharmaceuticals', 'industries wide pharmaceuticals life', 'wide pharmaceuticals life sciences', 'pharmaceuticals life sciences plastics', 'life sciences plastics engineering', 'sciences plastics engineering chemicals', 'plastics engineering chemicals company', 'engineering chemicals company wings', 'chemicals company wings infonet', 'company wings infonet pvt', 'wings infonet pvt ltd', 'infonet pvt ltd description', 'pvt ltd description it', 'ltd description it it', 'description it it solutions', 'it it solutions provider', 'it solutions provider company', 'solutions provider company company', 'provider company company provides', 'company company provides comprehensive', 'company provides comprehensive technology', 'provides comprehensive technology solutions', 'comprehensive technology solutions a', 'technology solutions a ounting', 'solutions a ounting trade', 'a ounting trade payroll', 'ounting trade payroll asset', 'trade payroll asset management', 'payroll asset management firms', 'asset management firms across', 'management firms across world', 'firms across world company', 'across world company hiral', 'world company hiral tektronix', 'company hiral tektronix pvt', 'hiral tektronix pvt ltd', 'tektronix pvt ltd description', 'pvt ltd description software', 'ltd description software relates', 'description software relates recruitment', 'software relates recruitment hrms', 'relates recruitment hrms ounting', 'recruitment hrms ounting payroll', 'hrms ounting payroll job', 'ounting payroll job responsibilities', 'payroll job responsibilities erp', 'job responsibilities erp implementation', 'responsibilities erp implementation go', 'erp implementation go live', 'implementation go live support', 'go live support documenting', 'live support documenting user', 'support documenting user requirements', 'documenting user requirements developing', 'user requirements developing specifications', 'requirements developing specifications customization', 'developing specifications customization integrating', 'specifications customization integrating modules', 'customization integrating modules integration', 'integrating modules integration testing', 'modules integration testing extending', 'integration testing extending post', 'testing extending post go', 'extending post go live', 'post go live support', 'go live support including', 'live support including training', 'support including training support', 'including training support end', 'training support end users', 'support end users drafting', 'end users drafting functional', 'users drafting functional requirements', 'drafting functional requirements erp', 'functional requirements erp systems', 'requirements erp systems represent', 'erp systems represent processes', 'systems represent processes functions', 'represent processes functions involved', 'processes functions involved guiding', 'functions involved guiding users', 'involved guiding users using', 'guiding users using various', 'users using various modules', 'using various modules management', 'various modules management various', 'modules management various functional', 'management various functional issues', 'various functional issues delivering', 'functional issues delivering awareness', 'issues delivering awareness various', 'delivering awareness various reports', 'awareness various reports available', 'various reports available erp', 'reports available erp system', 'available erp system day', 'erp system day day', 'system day day transactions', 'day day transactions mis', 'day transactions mis reporting', 'transactions mis reporting departments', 'mis reporting departments system', 'reporting departments system audit', 'departments system audit better', 'system audit better results', 'audit better results follow', 'better results follow ups', 'results follow ups observation', 'follow ups observation developing', 'ups observation developing designing', 'observation developing designing report', 'developing designing report using', 'designing report using ireport', 'report using ireport crystal', 'using ireport crystal report', 'technical skills application servers iis', 'skills application servers iis 6', 'application servers iis 6 0', 'servers iis 6 0 jboss', 'iis 6 0 jboss 7', '6 0 jboss 7 1', '0 jboss 7 1 database', 'jboss 7 1 database sql', '7 1 database sql oracle', '1 database sql oracle db2', 'database sql oracle db2 report', 'sql oracle db2 report tool', 'oracle db2 report tool ireport', 'db2 report tool ireport crystal', 'report tool ireport crystal report', 'tool ireport crystal report career', 'ireport crystal report career grapheducation', 'crystal report career grapheducation details', 'report career grapheducation details business', 'career grapheducation details business analyst', 'grapheducation details business analyst business', 'details business analyst business analyst', 'business analyst business analyst zensar', 'analyst business analyst zensar technologies', 'business analyst zensar technologies ltd', 'analyst zensar technologies ltd skill', 'zensar technologies ltd skill details', 'technologies ltd skill details crystal', 'ltd skill details crystal repo', 'skill details crystal repo exprience', 'details crystal repo exprience 15', 'crystal repo exprience 15 months', 'repo exprience 15 months database', 'exprience 15 months database exprience', '15 months database exprience 6', 'months database exprience 6 months', 'database exprience 6 months db2', 'exprience 6 months db2 exprience', '6 months db2 exprience 6', 'months db2 exprience 6 months', 'db2 exprience 6 months iis', 'exprience 6 months iis exprience', '6 months iis exprience 6', 'months iis exprience 6 months', 'iis exprience 6 months iis', 'exprience 6 months iis 6', '6 months iis 6 exprience', 'months iis 6 exprience 6', 'iis 6 exprience 6 monthscompany', '6 exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company zensar', 'monthscompany details company zensar technologies', 'details company zensar technologies ltd', 'company zensar technologies ltd description', 'zensar technologies ltd description location', 'technologies ltd description location goregoan', 'ltd description location goregoan mumbai', 'description location goregoan mumbai client', 'location goregoan mumbai client sun', 'goregoan mumbai client sun pharmaceutical', 'mumbai client sun pharmaceutical designation', 'client sun pharmaceutical designation business', 'sun pharmaceutical designation business analyst', 'pharmaceutical designation business analyst role', 'designation business analyst role requirement', 'business analyst role requirement gathering', 'analyst role requirement gathering gap', 'role requirement gathering gap analysis', 'requirement gathering gap analysis support', 'gathering gap analysis support end', 'gap analysis support end user', 'analysis support end user training', 'support end user training documentation', 'end user training documentation company', 'user training documentation company proteus', 'training documentation company proteus technologies', 'documentation company proteus technologies pvt', 'company proteus technologies pvt ltd', 'proteus technologies pvt ltd description', 'technologies pvt ltd description base', 'pvt ltd description base information', 'ltd description base information management', 'description base information management pvt', 'base information management pvt ltd', 'information management pvt ltd is', 'management pvt ltd is mumbai', 'pvt ltd is mumbai base', 'ltd is mumbai base software', 'is mumbai base software service', 'mumbai base software service provider', 'base software service provider core', 'software service provider core competency', 'service provider core competency proven', 'provider core competency proven track', 'core competency proven track record', 'competency proven track record installations', 'proven track record installations enterprise', 'track record installations enterprise wide', 'record installations enterprise wide solutions', 'installations enterprise wide solutions base', 'enterprise wide solutions base customers', 'wide solutions base customers come', 'solutions base customers come industries', 'base customers come industries wide', 'customers come industries wide pharmaceuticals', 'come industries wide pharmaceuticals life', 'industries wide pharmaceuticals life sciences', 'wide pharmaceuticals life sciences plastics', 'pharmaceuticals life sciences plastics engineering', ...], ['key', 'skills', 'requirement', 'gathering', 'requirement', 'analysis', 'design', 'specifications', 'client', 'communication', 'system', 'documentation', 'problem', 'solving', 'sdlc', 'operating', 'systems', 'windows', 'os', 'unix', 'linux', 'ubuntu', 'languages', 'java', 'c', 'web', 'languages', 'javascript', 'html', 'tools', 'citrix', 'software', 'system', 'architect', 'quality', 'center', 'v9', '0', 'v10', '0', 'tortoise', 'svn', 'doors', 'artifact', 'viewer', 'jformdesigner', 'jira', 'microsoft', 'd365', 'other', 'skills', 'microsoft', 'office', 'ms', 'excel', 'ms', 'powerpoint', 'ms', 'visio', 'autocad', 'vlsi', 'ms', 'cit', 'certified', 'education', 'details', 'january', '2012', 'be', 'electronics', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2006', 'maharashtra', 'state', 'board', 'business', 'analyst', 'business', 'analyst', 'intertek', 'india', 'pvt', 'ltd', 'skill', 'details', 'sdlc', 'exprience', '75', 'months', 'visio', 'exprience', '60', 'months', 'requirement', 'gathering', 'exprience', '15', 'months', 'documentation', 'exprience', 'less', '1', 'year', 'months', 'functional', 'testing', 'exprience', 'less', '1', 'year', 'months', 'business', 'analysis', 'exprience', 'less', '1', 'year', 'months', 'jira', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'intertek', 'india', 'pvt', 'ltd', 'description', 'business', 'analyst', 'key', 'responsibilities', 'include', 'requirements', 'gathering', 'requirements', 'analysis', 'documentation', 'like', 'frd', 'creation', 'providing', 'kt', 'sessions', 'team', 'having', 'client', 'communication', 'gap', 'analysis', 'company', 'intertek', 'india', 'pvt', 'ltd', 'description', 'requirement', 'gathering', 'businesses', 'creating', 'frds', 'vendor', 'interaction', 'functional', 'technical', 'disciplines', 'creating', 'project', 'plan', 'walkthrough', 'team', 'regarding', 'requirement', 'change', 'proposal', 'management', 'effort', 'estimation', 'impact', 'gap', 'analysis', 'actively', 'participate', 'change', 'proposal', 'implementation', 'testing', 'define', 'ways', 'improvement', 'enhancement', 'defect', 'analysis', 'clarifying', 'functional', 'queries', 'team', 'members', 'developers', 'creating', 'uat', 'test', 'cases', 'executing', 'test', 'management', 'test', 'data', 'creation', 'test', 'case', 'writing', 'test', 'case', 'execution', 'manual', 'regression', 'tests', 'various', 'stages', 'sdlc', 'project', 'details', 'project', '1', 'inlight', 'feb', '2018', 'till', 'date', 'platform', 'net', 'description', 'inlight', 'supplier', 'risk', 'assessment', 'application', 'inlight', 'application', 'designed', 'assess', 'suppliers', 'within', 'supply', 'chain', 'the', 'application', 'boards', 'importers', 'exporters', 'suppliers', 'based', 'role', 'perform', 'questionnaire', 'assigned', 'fill', 'questionnaire', 'basis', 'answer', 'scoring', 'methodology', 'defined', 'suppliers', 'assessed', 'critical', 'high', 'medium', 'low', 'this', 'helps', 'assessing', 'risk', 'involved', 'working', 'certain', 'suppliers', 'supply', 'chain', 'beyond', 'curriculum', 'completed', 'internship', 'l', 't', 'attended', 'logistics', 'business', 'school', 'training', 'germany', 'a1', 'certified', 'german', 'language', 'travelled', 'onsite', 'business', 'meetings', 'discussions', 'clients', 'personal', 'dossier', 'company', 'allcargo', 'india', 'pvt', 'ltd', 'description', 'frd', 'creation', 'client', 'communication', 'vendor', 'management', 'having', 'product', 'walk', 'team', 'company', 'allcargo', 'india', 'pvt', 'ltd', 'description', 'requirement', 'gathering', 'businesses', 'creating', 'brds', 'fsds', 'vendor', 'interaction', 'functional', 'technical', 'disciplines', 'creating', 'project', 'plan', 'analyzing', 'business', 'requirements', 'defining', 'consistent', 'correct', 'complete', 'specification', 'change', 'proposal', 'management', 'effort', 'estimation', 'impact', 'gap', 'analysis', 'actively', 'participate', 'change', 'proposal', 'implementation', 'testing', 'define', 'ways', 'improvement', 'enhancement', 'defect', 'analysis', 'clarifying', 'functional', 'queries', 'team', 'members', 'developers', 'prepare', 'requirement', 'document', 'user', 'manual', 'test', 'cases', 'training', 'material', 'test', 'management', 'test', 'data', 'creation', 'test', 'case', 'writing', 'test', 'case', 'execution', 'manual', 'regression', 'tests', 'various', 'stages', 'sdlc', 'project', 'details', 'project', '1', 'crm', 'nov', '2017', 'feb', '2018', 'platform', 'microsoft', 'd365', 'description', 'crm', 'sales', 'management', 'system', 'crm', 'software', 'solution', 'specially', 'designed', 'handling', 'sales', 'management', 'this', 'product', 'provided', 'microsoft', 'helps', 'tracking', 'sales', 'company', 'activities', 'salesperson', '360', 'degree', 'view', 'customer', 'ounts', 'this', 'basically', 'helps', 'get', 'overall', 'status', 'view', 'various', 'businesses', 'company', 'achieving', 'different', 'customers', 'a', 'platform', 'salesperson', 'provides', 'details', 'lead', 'opportunity', 'a', 'ounts', 'businesses', 'available', 'cloud', 'project', '2', 'credit', 'risk', 'nov', '2017', 'feb', '2018', 'platform', 'net', 'description', 'credit', 'risk', 'customer', 'credit', 'check', 'management', 'system', 'credit', 'risk', 'software', 'solution', 'specially', 'designed', 'checking', 'credit', 'status', 'customer', 'businesses', 'gained', 'the', 'software', 'basically', 'designed', 'take', 'kyc', 'consent', 'customer', 'for', 'customers', 'provide', 'consent', 'credit', 'report', 'monitoring', 'report', 'obtained', 'credit', 'bureau', 'based', 'reports', 'customer', 'health', 'determined', 'business', 'either', 'discontinued', 'work', 'experience', '3', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'client', 'db', 'schenker', 'analyzing', 'business', 'requirements', 'defining', 'consistent', 'correct', 'complete', 'specification', 'change', 'proposal', 'management', 'effort', 'estimation', 'impact', 'gap', 'analysis', 'actively', 'participate', 'change', 'proposal', 'implementation', 'testing', 'define', 'ways', 'improvement', 'enhancement', 'defect', 'analysis', 'clarifying', 'functional', 'queries', 'team', 'members', 'developers', 'prepare', 'requirement', 'document', 'user', 'manual', 'test', 'cases', 'training', 'material', 'impart', 'business', 'process', 'knowledge', 'transfer', 'team', 'members', 'prepare', 'business', 'functional', 'process', 'workflow', 'using', 'visio', 'uml', 'etc', 'working', 'knowledge', 'ooad', 'object', 'oriented', 'analysis', 'design', 'concept', 'helping', 'junior', 'bas', 'work', 'supervising', 'work', 'tools', 'applications', 'system', 'architect', 'doors', 'uml', 'designs', 'concepts', 'hp', 'quality', 'center', 'mwb', 'jformdesigner', 'test', 'management', 'test', 'data', 'creation', 'test', 'case', 'writing', 'test', 'case', 'execution', 'manual', 'regression', 'tests', 'various', 'stages', 'sdlc', 'project', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'platform', 'java', 'description', 'tango', 'sea', 'air', 'cargo', 'management', 'system', 'tango', 'software', 'solution', 'specially', 'designed', 'handling', 'sea', 'air', 'cargo', 'import', 'export', 'management', 'tango', 'manages', 'creation', 'shipment', 'tracking', 'shipment', 'via', 'multiple', 'service', 'legs', 'e', 'pick', 'delivery', 'leg', 'etc', 'it', 'helps', 'managing', 'end', 'end', 'shipment', 'respect', 'entire', 'department', 'involvement', 'globally', 'work', 'experience', '2', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'key skills', 'skills requirement', 'requirement gathering', 'gathering requirement', 'requirement analysis', 'analysis design', 'design specifications', 'specifications client', 'client communication', 'communication system', 'system documentation', 'documentation problem', 'problem solving', 'solving sdlc', 'sdlc operating', 'operating systems', 'systems windows', 'windows os', 'os unix', 'unix linux', 'linux ubuntu', 'ubuntu languages', 'languages java', 'java c', 'c web', 'web languages', 'languages javascript', 'javascript html', 'html tools', 'tools citrix', 'citrix software', 'software system', 'system architect', 'architect quality', 'quality center', 'center v9', 'v9 0', '0 v10', 'v10 0', '0 tortoise', 'tortoise svn', 'svn doors', 'doors artifact', 'artifact viewer', 'viewer jformdesigner', 'jformdesigner jira', 'jira microsoft', 'microsoft d365', 'd365 other', 'other skills', 'skills microsoft', 'microsoft office', 'office ms', 'ms excel', 'excel ms', 'ms powerpoint', 'powerpoint ms', 'ms visio', 'visio autocad', 'autocad vlsi', 'vlsi ms', 'ms cit', 'cit certified', 'certified education', 'education details', 'details january', 'january 2012', '2012 be', 'be electronics', 'electronics mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2006', '2006 maharashtra', 'maharashtra state', 'state board', 'board business', 'business analyst', 'analyst business', 'business analyst', 'analyst intertek', 'intertek india', 'india pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details sdlc', 'sdlc exprience', 'exprience 75', '75 months', 'months visio', 'visio exprience', 'exprience 60', '60 months', 'months requirement', 'requirement gathering', 'gathering exprience', 'exprience 15', '15 months', 'months documentation', 'documentation exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months functional', 'functional testing', 'testing exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months business', 'business analysis', 'analysis exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jira', 'jira exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company intertek', 'intertek india', 'india pvt', 'pvt ltd', 'ltd description', 'description business', 'business analyst', 'analyst key', 'key responsibilities', 'responsibilities include', 'include requirements', 'requirements gathering', 'gathering requirements', 'requirements analysis', 'analysis documentation', 'documentation like', 'like frd', 'frd creation', 'creation providing', 'providing kt', 'kt sessions', 'sessions team', 'team having', 'having client', 'client communication', 'communication gap', 'gap analysis', 'analysis company', 'company intertek', 'intertek india', 'india pvt', 'pvt ltd', 'ltd description', 'description requirement', 'requirement gathering', 'gathering businesses', 'businesses creating', 'creating frds', 'frds vendor', 'vendor interaction', 'interaction functional', 'functional technical', 'technical disciplines', 'disciplines creating', 'creating project', 'project plan', 'plan walkthrough', 'walkthrough team', 'team regarding', 'regarding requirement', 'requirement change', 'change proposal', 'proposal management', 'management effort', 'effort estimation', 'estimation impact', 'impact gap', 'gap analysis', 'analysis actively', 'actively participate', 'participate change', 'change proposal', 'proposal implementation', 'implementation testing', 'testing define', 'define ways', 'ways improvement', 'improvement enhancement', 'enhancement defect', 'defect analysis', 'analysis clarifying', 'clarifying functional', 'functional queries', 'queries team', 'team members', 'members developers', 'developers creating', 'creating uat', 'uat test', 'test cases', 'cases executing', 'executing test', 'test management', 'management test', 'test data', 'data creation', 'creation test', 'test case', 'case writing', 'writing test', 'test case', 'case execution', 'execution manual', 'manual regression', 'regression tests', 'tests various', 'various stages', 'stages sdlc', 'sdlc project', 'project details', 'details project', 'project 1', '1 inlight', 'inlight feb', 'feb 2018', '2018 till', 'till date', 'date platform', 'platform net', 'net description', 'description inlight', 'inlight supplier', 'supplier risk', 'risk assessment', 'assessment application', 'application inlight', 'inlight application', 'application designed', 'designed assess', 'assess suppliers', 'suppliers within', 'within supply', 'supply chain', 'chain the', 'the application', 'application boards', 'boards importers', 'importers exporters', 'exporters suppliers', 'suppliers based', 'based role', 'role perform', 'perform questionnaire', 'questionnaire assigned', 'assigned fill', 'fill questionnaire', 'questionnaire basis', 'basis answer', 'answer scoring', 'scoring methodology', 'methodology defined', 'defined suppliers', 'suppliers assessed', 'assessed critical', 'critical high', 'high medium', 'medium low', 'low this', 'this helps', 'helps assessing', 'assessing risk', 'risk involved', 'involved working', 'working certain', 'certain suppliers', 'suppliers supply', 'supply chain', 'chain beyond', 'beyond curriculum', 'curriculum completed', 'completed internship', 'internship l', 'l t', ...], ['it', 'skills', 'area', 'exposure', 'modeling', 'tool', 'bizagi', 'ms', 'visio', 'prototyping', 'tool', 'indigo', 'studio', 'documentation', 'ms', 'office', 'ms', 'word', 'ms', 'excel', 'ms', 'power', 'point', 'testing', 'proficiency', 'smoke', 'sanity', 'integration', 'functional', 'a', 'eptance', 'ui', 'methodology', 'implemented', 'waterfall', 'agile', 'scrum', 'database', 'sql', 'testing', 'tool', 'hpqc', 'business', 'exposure', 'education', 'details', 'bachelor', 'of', 'computer', 'engineering', 'computer', 'engineering', 'mumbai', 'maharashtra', 'thadomal', 'shahani', 'engineering', 'college', 'diploma', 'computer', 'engineering', 'ulhasnagar', 'maharashtra', 'institute', 'technology', 'secondary', 'school', 'certificate', 'ulhasnagar', 'maharashtra', 'new', 'english', 'high', 'school', 'senior', 'business', 'analyst', 'rpa', 'senior', 'business', 'analyst', 'rpa', 'hexaware', 'technologies', 'skill', 'details', 'documentation', 'exprience', '47', 'months', 'testing', 'exprience', '29', 'months', 'integration', 'exprience', '25', 'months', 'integrator', 'exprience', '25', 'months', 'prototype', 'exprience', '13', 'monthscompany', 'details', 'company', 'hexaware', 'technologies', 'description', 'working', 'rpa', 'business', 'analyst', 'company', 'bbh', 'brown', 'brothers', 'harriman', 'co', 'description', 'private', 'bank', 'provides', 'commercial', 'banking', 'investment', 'management', 'brokerage', 'trust', 'services', 'private', 'companies', 'individuals', 'it', 'also', 'performs', 'merger', 'advisory', 'foreign', 'exchange', 'custody', 'services', 'commercial', 'banking', 'corporate', 'financing', 'services', 'responsibilities', 'performed', 'automation', 'assessment', 'various', 'processes', 'identified', 'processes', 'candidates', 'rpa', 'conducting', 'assessment', 'involves', 'initial', 'understanding', 'existing', 'system', 'technology', 'processes', 'usage', 'tools', 'feasibility', 'tool', 'automation', 'tool', 'along', 'automation', 'roi', 'analysis', 'preparing', 'automation', 'potential', 'sheet', 'describes', 'steps', 'process', 'volume', 'frequency', 'transaction', 'aht', 'taken', 'sme', 'perform', 'process', 'depending', 'steps', 'could', 'automated', 'automation', 'potential', 'manual', 'efforts', 'saved', 'calculated', 'calculating', 'complexity', 'process', 'considered', 'automation', 'depending', 'factors', 'number', 'bots', 'number', 'automation', 'tool', 'licenses', 'determined', 'implementing', 'proof', 'concept', 'poc', 'validate', 'feasibility', 'executing', 'selected', 'critical', 'use', 'cases', 'conducting', 'poc', 'helps', 'identify', 'financial', 'operational', 'benefits', 'provide', 'recommendations', 'regarding', 'actual', 'need', 'complete', 'automation', 'gathering', 'business', 'requirements', 'conducting', 'detailed', 'interviews', 'business', 'users', 'stakeholders', 'subject', 'matter', 'experts', 'sme', 'preparing', 'business', 'requirement', 'document', 'converted', 'business', 'requirements', 'functional', 'requirements', 'specification', 'constructing', 'prototype', 'early', 'toward', 'design', 'eptable', 'customer', 'feasible', 'assisting', 'designing', 'test', 'plans', 'test', 'scenarios', 'test', 'cases', 'integration', 'regression', 'user', 'eptance', 'testing', 'uat', 'improve', 'overall', 'quality', 'automation', 'participating', 'regularly', 'walkthroughs', 'review', 'meetings', 'project', 'manager', 'qa', 'engineers', 'development', 'team', 'regularly', 'interacting', 'offshore', 'onshore', 'development', 'teams', 'company', 'fadv', 'first', 'advantage', 'description', 'criminal', 'background', 'check', 'company', 'delivers', 'global', 'solutions', 'ranging', 'employment', 'screenings', 'background', 'checks', 'the', 'following', 'processes', 'covered', 'email', 'process', 'research', 'process', 'review', 'process', 'responsibilities', 'requirement', 'gathering', 'conducting', 'interviews', 'brainstorming', 'sessions', 'stakeholders', 'to', 'develop', 'decision', 'models', 'execute', 'rules', 'per', 'use', 'case', 'specifications', 'to', 'test', 'validate', 'decision', 'models', 'document', 'test', 'data', 'to', 'maintain', 'enhance', 'decision', 'models', 'changes', 'regulations', 'per', 'use', 'case', 'specifications', 'responsible', 'performing', 'business', 'research', 'make', 'business', 'growth', 'developing', 'clear', 'understanding', 'existing', 'business', 'functions', 'processes', 'effectively', 'communicate', 'onsite', 'clients', 'queries', 'suggestions', 'update', 'giving', 'suggestions', 'enhance', 'current', 'processes', 'identifying', 'areas', 'process', 'improvement', 'flagging', 'potential', 'problems', 'early', 'stage', 'preparing', 'powerpoint', 'presentations', 'documents', 'business', 'meetings', 'using', 'information', 'gathered', 'write', 'detailed', 'reports', 'highlighting', 'risks', 'issues', 'could', 'impact', 'project', 'delivery', 'able', 'work', 'urately', 'to', 'develop', 'maintain', 'documentation', 'internal', 'team', 'training', 'client', 'end', 'user', 'operations', 'to', 'work', 'efficiently', 'team', 'members', 'across', 'teams', 'to', 'mentor', 'train', 'junior', 'team', 'members', 'company', 'clinical', 'testing', 'lab', 'work', 'diagnostic', 'testing', 'description', 'iqvia', 'provides', 'services', 'customers', 'includes', 'clinical', 'testing', 'lab', 'work', 'diagnostic', 'testing', 'clinical', 'trial', 'these', 'customers', 'need', 'pay', 'iqvia', 'aging', 'details', 'invoices', 'generated', 'the', 'following', 'processes', 'covered', 'tracking', 'payments', 'automated', 'real', 'time', 'metrics', 'reporting', 'dashboard', 'past', 'due', 'notifications', 'ar', 'statements', 'credit', 'rebill', 'responsibilities', 'conducting', 'meetings', 'clients', 'key', 'stakeholders', 'gather', 'requirements', 'analyze', 'finalize', 'formal', 'sign', 'offs', 'approvers', 'gather', 'perform', 'analysis', 'business', 'requirements', 'translating', 'business', 'requirements', 'business', 'requirement', 'document', 'brd', 'functional', 'requirement', 'document', 'frd', 'facilitating', 'meetings', 'appropriate', 'subject', 'matter', 'experts', 'business', 'technology', 'teams', 'coordinating', 'business', 'user', 'community', 'execution', 'user', 'eptance', 'test', 'well', 'tracking', 'issues', 'working', 'collaborating', 'coordinating', 'offshore', 'onsite', 'team', 'members', 'fulfill', 'ba', 'responsibilities', 'project', 'initiation', 'post', 'implementation', 'reviewing', 'test', 'scripts', 'business', 'users', 'well', 'technology', 'team', 'execute', 'test', 'scripts', 'expected', 'results', 'system', 'integration', 'test', 'sit', 'user', 'a', 'eptance', 'test', 'uat', 'coordinating', 'conducting', 'production', 'a', 'eptance', 'testing', 'pat', 'business', 'users', 'creating', 'flow', 'diagrams', 'structure', 'charts', 'types', 'system', 'process', 'representations', 'managing', 'changes', 'requirements', 'baseline', 'change', 'control', 'process', 'utilizing', 'standard', 'methods', 'design', 'testing', 'tools', 'throughout', 'project', 'development', 'life', 'cycle', 'work', 'closely', 'operational', 'functional', 'teams', 'operations', 'management', 'personnel', 'various', 'technology', 'teams', 'facilitate', 'shared', 'understanding', 'requirements', 'priorities', 'across', 'areas', 'company', 'eduavenir', 'it', 'solution', 'description', 'project', 'm', 'b', 'm', 's', 'm', 'b', 'm', 's', 'inventory', 'management', 'application', 'allows', 'user', 'manage', 'inventory', 'details', 'different', 'warehouses', 'different', 'products', 'located', 'various', 'locations', 'help', 'extract', 'goods', 'procured', 'sold', 'returned', 'customers', 'it', 'generates', 'automated', 'invoicesalong', 'withcustomized', 'reports', 'it', 'also', 'managescustomer', 'complaint', 'resolution', 'system', 'implementation', 'along', 'automated', 'mis', 'monthly', 'basis', 'sales', 'forecastingis', 'also', 'developed', 'mis', 'system', 'streamlining', 'process', 'warehousing', 'dispatch', 'along', 'online', 'proof', 'delivery', 'management', 'system', 'pod', 'documentation', 'generated', 'responsibilities', 'participate', 'requirement', 'gathering', 'discussion', 'client', 'understand', 'flow', 'business', 'processes', 'analyze', 'requirements', 'determine', 'core', 'processes', 'develop', 'process', 'documentation', 'ensure', 'stay', 'date', 'conjunction', 'going', 'changes', 'participate', 'process', 'flow', 'analysis', 'preparing', 'brd', 'srs', 'coordinating', 'developers', 'designers', 'operations', 'teams', 'various', 'nuances', 'project', 'communicate', 'stakeholder', 'requirements', 'requirement', 'enhancement', 'implementation', 'finally', 'deliver', 'within', 'estimated', 'timeframe', 'support', 'uat', 'reviewing', 'test', 'cases', 'manage', 'version', 'control', 'documents', 'software', 'builds', 'coordinate', 'stakeholders', 'uat', 'sign', 'coordinate', 'internally', 'production', 'movement', 'till', 'golive', 'stage', 'application', 'provide', 'demo', 'training', 'internal', 'end', 'user', 'using', 'powerpoint', 'presentation', 'resolving', 'project', 'functional', 'technical', 'issues', 'uat', 'prioritizing', 'production', 'bugs', 'resolving', 'within', 'estimated', 'timeframe', 'preparing', 'project', 'status', 'report', 'production', 'bugs', 'status', 'stakeholders', 'promoting', 'networking', 'online', 'trading', 'platform', 'designing', 'query', 'sheet', 'obtaining', 'comparison', 'quotes', 'various', 'vendors', 'development', 'product', 'codes', 'material', 'codes', 'inventory', 'management', 'master', 'data', 'management', 'company', 'capgemini', 'head', 'office', 'description', 'type', 'mobile', 'device', 'testing', 'duration', 'january', '2014', 'august', '2014', 'follet', 'an', 'application', 'takes', 'electronic', 'request', 'user', 'books', 'requires', 'particular', 'follet', 'store', 'this', 'detailed', 'information', 'books', 'include', 'name', 'book', 'price', 'date', 'transaction', 'parties', 'involved', 'sent', 'follet', 'stores', 'user', 'create', 'request', 'one', 'books', 'given', 'date', 'this', 'request', 'processed', 'user', 'gets', 'mail', 'date', 'provided', 'book', 'responsibilities', 'understanding', 'needs', 'business', 'requirements', 'preparing', 'brd', 'srs', 'eliciting', 'requirements', 'client', 'smes', 'understanding', 'dependency', 'modules', 'system', 'preparation', 'test', 'plan', 'unit', 'level', 'integration', 'level', 'preparation', 'execution', 'test', 'cases', 'defect', 'tracking', 'issue', 'resolution', 'risk', 'monitoring', 'status', 'tracking', 'reporting', 'follow', 'preparation', 'test', 'completion', 'report', 'company', 'capgemini', 'head', 'office', 'description', 'company', 'capgemini', 'head', 'office', 'description', 'humana', 'health', 'care', 'insurance', 'project', 'u', 's', 'deals', 'supplying', 'various', 'medicines', 'citizens', 'per', 'doctor', 'reference', 'patient', 'insurance', 'policy', 'this', 'application', 'keeps', 'track', 'medicines', 'user', 'consumed', 'past', 'generates', 'patient', 'history', 'a', 'citizen', 'given', 'drug', 'doctor', 'reference', 'doctor', 'information', 'also', 'linked', 'patient', 'history', 'responsibilities', 'understanding', 'requirements', 'getting', 'clarifications', 'client', 'involved', 'writing', 'test', 'cases', ...], ['technological', 'skills', 'knowledge', 'computers', 'windows', 'platform', 'fluency', 'ms', 'office', 'applications', 'excel', 'word', 'powerpoint', 'etc', 'html', 'java', 'php', 'attributes', 'hardworking', 'towards', 'achieving', 'goal', 'good', 'communication', 'skills', 'quick', 'learner', 'good', 'interpersonal', 'relationeducation', 'details', 'january', '2016', 'january', '2018', 'mms', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2016', 'january', '2018', 'mms', 'management', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2014', 'b', 'sc', 'bandra', 'maharashtra', 'in', 'rivzi', 'college', 'january', '2011', 'hsc', 'bandra', 'maharashtra', 'in', 'st', 'andrews', 'college', 'january', '2011', 'hsc', 'allana', 'junior', 'college', 'january', '2009', 'ssc', 'canossa', 'high', 'school', 'january', '2008', 'ssc', 'maharashtra', 'state', 'board', 'business', 'analyst', 'business', 'analyst', 'mass', 'group', 'companies', 'skill', 'details', 'excel', 'exprience', '23', 'months', 'html', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'php', 'exprience', '6', 'months', 'powerpoint', 'exprience', '6', 'monthscompany', 'details', 'company', 'mass', 'group', 'companies', 'description', 'key', 'role', 'analyst', 'responsibilities', 'manage', 'risk', 'provide', 'risk', 'management', 'process', 'liaise', 'project', 'areas', 'coordinate', 'interdependencies', 'resolve', 'issues', 'analyse', 'map', 'business', 'process', 'guide', 'stakeholders', 'devising', 'effective', 'efficient', 'approaches', 'achieving', 'project', 'objectives', 'preparation', 'various', 'derivable', 'e', 'business', 'requirement', 'functional', 'requirement', 'report', 'specification', 'company', 'commversion', 'pvt', 'ltd', 'description', 'responsibilities', 'employee', 'satisfaction', 'reports', 'evaluate', 'overall', 'work', 'internal', 'audit', 'maintain', 'timesheet', 'validation', 'set', 'simple', 'performance', 'driven', 'compensation', 'strategies', 'polices', 'technological skills', 'skills knowledge', 'knowledge computers', 'computers windows', 'windows platform', 'platform fluency', 'fluency ms', 'ms office', 'office applications', 'applications excel', 'excel word', 'word powerpoint', 'powerpoint etc', 'etc html', 'html java', 'java php', 'php attributes', 'attributes hardworking', 'hardworking towards', 'towards achieving', 'achieving goal', 'goal good', 'good communication', 'communication skills', 'skills quick', 'quick learner', 'learner good', 'good interpersonal', 'interpersonal relationeducation', 'relationeducation details', 'details january', 'january 2016', '2016 january', 'january 2018', '2018 mms', 'mms mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai january', 'january 2016', '2016 january', 'january 2018', '2018 mms', 'mms management', 'management mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai january', 'january 2014', '2014 b', 'b sc', 'sc bandra', 'bandra maharashtra', 'maharashtra in', 'in rivzi', 'rivzi college', 'college january', 'january 2011', '2011 hsc', 'hsc bandra', 'bandra maharashtra', 'maharashtra in', 'in st', 'st andrews', 'andrews college', 'college january', 'january 2011', '2011 hsc', 'hsc allana', 'allana junior', 'junior college', 'college january', 'january 2009', '2009 ssc', 'ssc canossa', 'canossa high', 'high school', 'school january', 'january 2008', '2008 ssc', 'ssc maharashtra', 'maharashtra state', 'state board', 'board business', 'business analyst', 'analyst business', 'business analyst', 'analyst mass', 'mass group', 'group companies', 'companies skill', 'skill details', 'details excel', 'excel exprience', 'exprience 23', '23 months', 'months html', 'html exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 6', '6 months', 'months php', 'php exprience', 'exprience 6', '6 months', 'months powerpoint', 'powerpoint exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company mass', 'mass group', 'group companies', 'companies description', 'description key', 'key role', 'role analyst', 'analyst responsibilities', 'responsibilities manage', 'manage risk', 'risk provide', 'provide risk', 'risk management', 'management process', 'process liaise', 'liaise project', 'project areas', 'areas coordinate', 'coordinate interdependencies', 'interdependencies resolve', 'resolve issues', 'issues analyse', 'analyse map', 'map business', 'business process', 'process guide', 'guide stakeholders', 'stakeholders devising', 'devising effective', 'effective efficient', 'efficient approaches', 'approaches achieving', 'achieving project', 'project objectives', 'objectives preparation', 'preparation various', 'various derivable', 'derivable e', 'e business', 'business requirement', 'requirement functional', 'functional requirement', 'requirement report', 'report specification', 'specification company', 'company commversion', 'commversion pvt', 'pvt ltd', 'ltd description', 'description responsibilities', 'responsibilities employee', 'employee satisfaction', 'satisfaction reports', 'reports evaluate', 'evaluate overall', 'overall work', 'work internal', 'internal audit', 'audit maintain', 'maintain timesheet', 'timesheet validation', 'validation set', 'set simple', 'simple performance', 'performance driven', 'driven compensation', 'compensation strategies', 'strategies polices', 'technological skills knowledge', 'skills knowledge computers', 'knowledge computers windows', 'computers windows platform', 'windows platform fluency', 'platform fluency ms', 'fluency ms office', 'ms office applications', 'office applications excel', 'applications excel word', 'excel word powerpoint', 'word powerpoint etc', 'powerpoint etc html', 'etc html java', 'html java php', 'java php attributes', 'php attributes hardworking', 'attributes hardworking towards', 'hardworking towards achieving', 'towards achieving goal', 'achieving goal good', 'goal good communication', 'good communication skills', 'communication skills quick', 'skills quick learner', 'quick learner good', 'learner good interpersonal', 'good interpersonal relationeducation', 'interpersonal relationeducation details', 'relationeducation details january', 'details january 2016', 'january 2016 january', '2016 january 2018', 'january 2018 mms', '2018 mms mumbai', 'mms mumbai maharashtra', 'mumbai maharashtra university', 'maharashtra university mumbai', 'university mumbai january', 'mumbai january 2016', 'january 2016 january', '2016 january 2018', 'january 2018 mms', '2018 mms management', 'mms management mumbai', 'management mumbai maharashtra', 'mumbai maharashtra university', 'maharashtra university mumbai', 'university mumbai january', 'mumbai january 2014', 'january 2014 b', '2014 b sc', 'b sc bandra', 'sc bandra maharashtra', 'bandra maharashtra in', 'maharashtra in rivzi', 'in rivzi college', 'rivzi college january', 'college january 2011', 'january 2011 hsc', '2011 hsc bandra', 'hsc bandra maharashtra', 'bandra maharashtra in', 'maharashtra in st', 'in st andrews', 'st andrews college', 'andrews college january', 'college january 2011', 'january 2011 hsc', '2011 hsc allana', 'hsc allana junior', 'allana junior college', 'junior college january', 'college january 2009', 'january 2009 ssc', '2009 ssc canossa', 'ssc canossa high', 'canossa high school', 'high school january', 'school january 2008', 'january 2008 ssc', '2008 ssc maharashtra', 'ssc maharashtra state', 'maharashtra state board', 'state board business', 'board business analyst', 'business analyst business', 'analyst business analyst', 'business analyst mass', 'analyst mass group', 'mass group companies', 'group companies skill', 'companies skill details', 'skill details excel', 'details excel exprience', 'excel exprience 23', 'exprience 23 months', '23 months html', 'months html exprience', 'html exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 6', 'exprience 6 months', '6 months php', 'months php exprience', 'php exprience 6', 'exprience 6 months', '6 months powerpoint', 'months powerpoint exprience', 'powerpoint exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company mass', 'company mass group', 'mass group companies', 'group companies description', 'companies description key', 'description key role', 'key role analyst', 'role analyst responsibilities', 'analyst responsibilities manage', 'responsibilities manage risk', 'manage risk provide', 'risk provide risk', 'provide risk management', 'risk management process', 'management process liaise', 'process liaise project', 'liaise project areas', 'project areas coordinate', 'areas coordinate interdependencies', 'coordinate interdependencies resolve', 'interdependencies resolve issues', 'resolve issues analyse', 'issues analyse map', 'analyse map business', 'map business process', 'business process guide', 'process guide stakeholders', 'guide stakeholders devising', 'stakeholders devising effective', 'devising effective efficient', 'effective efficient approaches', 'efficient approaches achieving', 'approaches achieving project', 'achieving project objectives', 'project objectives preparation', 'objectives preparation various', 'preparation various derivable', 'various derivable e', 'derivable e business', 'e business requirement', 'business requirement functional', 'requirement functional requirement', 'functional requirement report', 'requirement report specification', 'report specification company', 'specification company commversion', 'company commversion pvt', 'commversion pvt ltd', 'pvt ltd description', 'ltd description responsibilities', 'description responsibilities employee', 'responsibilities employee satisfaction', 'employee satisfaction reports', 'satisfaction reports evaluate', 'reports evaluate overall', 'evaluate overall work', 'overall work internal', 'work internal audit', 'internal audit maintain', 'audit maintain timesheet', 'maintain timesheet validation', 'timesheet validation set', 'validation set simple', 'set simple performance', 'simple performance driven', 'performance driven compensation', 'driven compensation strategies', 'compensation strategies polices', 'technological skills knowledge computers', 'skills knowledge computers windows', 'knowledge computers windows platform', 'computers windows platform fluency', 'windows platform fluency ms', 'platform fluency ms office', 'fluency ms office applications', 'ms office applications excel', 'office applications excel word', 'applications excel word powerpoint', 'excel word powerpoint etc', 'word powerpoint etc html', 'powerpoint etc html java', 'etc html java php', 'html java php attributes', 'java php attributes hardworking', 'php attributes hardworking towards', 'attributes hardworking towards achieving', 'hardworking towards achieving goal', 'towards achieving goal good', 'achieving goal good communication', 'goal good communication skills', 'good communication skills quick', 'communication skills quick learner', 'skills quick learner good', 'quick learner good interpersonal', 'learner good interpersonal relationeducation', 'good interpersonal relationeducation details', 'interpersonal relationeducation details january', 'relationeducation details january 2016', 'details january 2016 january', 'january 2016 january 2018', '2016 january 2018 mms', 'january 2018 mms mumbai', '2018 mms mumbai maharashtra', 'mms mumbai maharashtra university', 'mumbai maharashtra university mumbai', 'maharashtra university mumbai january', 'university mumbai january 2016', 'mumbai january 2016 january', 'january 2016 january 2018', '2016 january 2018 mms', 'january 2018 mms management', '2018 mms management mumbai', 'mms management mumbai maharashtra', 'management mumbai maharashtra university', 'mumbai maharashtra university mumbai', 'maharashtra university mumbai january', 'university mumbai january 2014', 'mumbai january 2014 b', 'january 2014 b sc', '2014 b sc bandra', 'b sc bandra maharashtra', 'sc bandra maharashtra in', 'bandra maharashtra in rivzi', 'maharashtra in rivzi college', 'in rivzi college january', 'rivzi college january 2011', 'college january 2011 hsc', 'january 2011 hsc bandra', '2011 hsc bandra maharashtra', 'hsc bandra maharashtra in', 'bandra maharashtra in st', 'maharashtra in st andrews', 'in st andrews college', 'st andrews college january', 'andrews college january 2011', 'college january 2011 hsc', 'january 2011 hsc allana', '2011 hsc allana junior', 'hsc allana junior college', 'allana junior college january', 'junior college january 2009', 'college january 2009 ssc', 'january 2009 ssc canossa', '2009 ssc canossa high', 'ssc canossa high school', 'canossa high school january', 'high school january 2008', 'school january 2008 ssc', 'january 2008 ssc maharashtra', '2008 ssc maharashtra state', 'ssc maharashtra state board', 'maharashtra state board business', 'state board business analyst', 'board business analyst business', 'business analyst business analyst', 'analyst business analyst mass', 'business analyst mass group', 'analyst mass group companies', 'mass group companies skill', 'group companies skill details', 'companies skill details excel', 'skill details excel exprience', 'details excel exprience 23', 'excel exprience 23 months', 'exprience 23 months html', '23 months html exprience', 'months html exprience 6', 'html exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 6', 'java exprience 6 months', 'exprience 6 months php', '6 months php exprience', 'months php exprience 6', 'php exprience 6 months', 'exprience 6 months powerpoint', '6 months powerpoint exprience', 'months powerpoint exprience 6', 'powerpoint exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company mass', 'details company mass group', 'company mass group companies', 'mass group companies description', 'group companies description key', 'companies description key role', 'description key role analyst', 'key role analyst responsibilities', 'role analyst responsibilities manage', 'analyst responsibilities manage risk', 'responsibilities manage risk provide', 'manage risk provide risk', 'risk provide risk management', 'provide risk management process', 'risk management process liaise', 'management process liaise project', 'process liaise project areas', 'liaise project areas coordinate', 'project areas coordinate interdependencies', 'areas coordinate interdependencies resolve', 'coordinate interdependencies resolve issues', 'interdependencies resolve issues analyse', 'resolve issues analyse map', 'issues analyse map business', 'analyse map business process', 'map business process guide', 'business process guide stakeholders', 'process guide stakeholders devising', 'guide stakeholders devising effective', 'stakeholders devising effective efficient', 'devising effective efficient approaches', 'effective efficient approaches achieving', 'efficient approaches achieving project', 'approaches achieving project objectives', 'achieving project objectives preparation', 'project objectives preparation various', 'objectives preparation various derivable', 'preparation various derivable e', 'various derivable e business', 'derivable e business requirement', 'e business requirement functional', 'business requirement functional requirement', 'requirement functional requirement report', 'functional requirement report specification', 'requirement report specification company', 'report specification company commversion', 'specification company commversion pvt', 'company commversion pvt ltd', 'commversion pvt ltd description', 'pvt ltd description responsibilities', 'ltd description responsibilities employee', 'description responsibilities employee satisfaction', 'responsibilities employee satisfaction reports', 'employee satisfaction reports evaluate', 'satisfaction reports evaluate overall', 'reports evaluate overall work', 'evaluate overall work internal', 'overall work internal audit', 'work internal audit maintain', 'internal audit maintain timesheet', 'audit maintain timesheet validation', 'maintain timesheet validation set', 'timesheet validation set simple', 'validation set simple performance', 'set simple performance driven', 'simple performance driven compensation', 'performance driven compensation strategies', 'driven compensation strategies polices', 'technological skills knowledge computers windows', 'skills knowledge computers windows platform', 'knowledge computers windows platform fluency', 'computers windows platform fluency ms', 'windows platform fluency ms office', 'platform fluency ms office applications', 'fluency ms office applications excel', 'ms office applications excel word', 'office applications excel word powerpoint', 'applications excel word powerpoint etc', 'excel word powerpoint etc html', 'word powerpoint etc html java', 'powerpoint etc html java php', 'etc html java php attributes', 'html java php attributes hardworking', 'java php attributes hardworking towards', 'php attributes hardworking towards achieving', 'attributes hardworking towards achieving goal', 'hardworking towards achieving goal good', 'towards achieving goal good communication', 'achieving goal good communication skills', 'goal good communication skills quick', 'good communication skills quick learner', 'communication skills quick learner good', 'skills quick learner good interpersonal', 'quick learner good interpersonal relationeducation', 'learner good interpersonal relationeducation details', 'good interpersonal relationeducation details january', 'interpersonal relationeducation details january 2016', 'relationeducation details january 2016 january', 'details january 2016 january 2018', 'january 2016 january 2018 mms', '2016 january 2018 mms mumbai', 'january 2018 mms mumbai maharashtra', '2018 mms mumbai maharashtra university', 'mms mumbai maharashtra university mumbai', 'mumbai maharashtra university mumbai january', 'maharashtra university mumbai january 2016', 'university mumbai january 2016 january', 'mumbai january 2016 january 2018', 'january 2016 january 2018 mms', '2016 january 2018 mms management', 'january 2018 mms management mumbai', '2018 mms management mumbai maharashtra', 'mms management mumbai maharashtra university', 'management mumbai maharashtra university mumbai', 'mumbai maharashtra university mumbai january', 'maharashtra university mumbai january 2014', 'university mumbai january 2014 b', 'mumbai january 2014 b sc', 'january 2014 b sc bandra', '2014 b sc bandra maharashtra', 'b sc bandra maharashtra in', 'sc bandra maharashtra in rivzi', 'bandra maharashtra in rivzi college', 'maharashtra in rivzi college january', 'in rivzi college january 2011', 'rivzi college january 2011 hsc', 'college january 2011 hsc bandra', 'january 2011 hsc bandra maharashtra', '2011 hsc bandra maharashtra in', 'hsc bandra maharashtra in st', 'bandra maharashtra in st andrews', 'maharashtra in st andrews college', 'in st andrews college january', 'st andrews college january 2011', 'andrews college january 2011 hsc', 'college january 2011 hsc allana', 'january 2011 hsc allana junior', '2011 hsc allana junior college', 'hsc allana junior college january', 'allana junior college january 2009', 'junior college january 2009 ssc', 'college january 2009 ssc canossa', 'january 2009 ssc canossa high', '2009 ssc canossa high school', 'ssc canossa high school january', 'canossa high school january 2008', 'high school january 2008 ssc', 'school january 2008 ssc maharashtra', 'january 2008 ssc maharashtra state', '2008 ssc maharashtra state board', 'ssc maharashtra state board business', 'maharashtra state board business analyst', 'state board business analyst business', 'board business analyst business analyst', 'business analyst business analyst mass', 'analyst business analyst mass group', 'business analyst mass group companies', 'analyst mass group companies skill', 'mass group companies skill details', 'group companies skill details excel', 'companies skill details excel exprience', 'skill details excel exprience 23', 'details excel exprience 23 months', 'excel exprience 23 months html', 'exprience 23 months html exprience', '23 months html exprience 6', 'months html exprience 6 months', 'html exprience 6 months java', 'exprience 6 months java exprience', '6 months java exprience 6', 'months java exprience 6 months', 'java exprience 6 months php', 'exprience 6 months php exprience', '6 months php exprience 6', 'months php exprience 6 months', 'php exprience 6 months powerpoint', 'exprience 6 months powerpoint exprience', '6 months powerpoint exprience 6', 'months powerpoint exprience 6 monthscompany', 'powerpoint exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company mass', 'monthscompany details company mass group', 'details company mass group companies', 'company mass group companies description', 'mass group companies description key', 'group companies description key role', 'companies description key role analyst', 'description key role analyst responsibilities', 'key role analyst responsibilities manage', 'role analyst responsibilities manage risk', 'analyst responsibilities manage risk provide', 'responsibilities manage risk provide risk', 'manage risk provide risk management', 'risk provide risk management process', 'provide risk management process liaise', 'risk management process liaise project', 'management process liaise project areas', 'process liaise project areas coordinate', 'liaise project areas coordinate interdependencies', 'project areas coordinate interdependencies resolve', 'areas coordinate interdependencies resolve issues', 'coordinate interdependencies resolve issues analyse', 'interdependencies resolve issues analyse map', 'resolve issues analyse map business', 'issues analyse map business process', 'analyse map business process guide', 'map business process guide stakeholders', 'business process guide stakeholders devising', 'process guide stakeholders devising effective', 'guide stakeholders devising effective efficient', 'stakeholders devising effective efficient approaches', 'devising effective efficient approaches achieving', 'effective efficient approaches achieving project', 'efficient approaches achieving project objectives', 'approaches achieving project objectives preparation', 'achieving project objectives preparation various', 'project objectives preparation various derivable', 'objectives preparation various derivable e', 'preparation various derivable e business', 'various derivable e business requirement', 'derivable e business requirement functional', 'e business requirement functional requirement', 'business requirement functional requirement report', 'requirement functional requirement report specification', 'functional requirement report specification company', 'requirement report specification company commversion', 'report specification company commversion pvt', 'specification company commversion pvt ltd', 'company commversion pvt ltd description', 'commversion pvt ltd description responsibilities', 'pvt ltd description responsibilities employee', 'ltd description responsibilities employee satisfaction', 'description responsibilities employee satisfaction reports', 'responsibilities employee satisfaction reports evaluate', 'employee satisfaction reports evaluate overall', 'satisfaction reports evaluate overall work', 'reports evaluate overall work internal', 'evaluate overall work internal audit', 'overall work internal audit maintain', 'work internal audit maintain timesheet', 'internal audit maintain timesheet validation', 'audit maintain timesheet validation set', 'maintain timesheet validation set simple', 'timesheet validation set simple performance', 'validation set simple performance driven', 'set simple performance driven compensation', 'simple performance driven compensation strategies', 'performance driven compensation strategies polices', 'technological skills knowledge computers windows platform', 'skills knowledge computers windows platform fluency', 'knowledge computers windows platform fluency ms', 'computers windows platform fluency ms office', 'windows platform fluency ms office applications', 'platform fluency ms office applications excel', 'fluency ms office applications excel word', 'ms office applications excel word powerpoint', 'office applications excel word powerpoint etc', 'applications excel word powerpoint etc html', 'excel word powerpoint etc html java', 'word powerpoint etc html java php', 'powerpoint etc html java php attributes', 'etc html java php attributes hardworking', 'html java php attributes hardworking towards', 'java php attributes hardworking towards achieving', 'php attributes hardworking towards achieving goal', 'attributes hardworking towards achieving goal good', 'hardworking towards achieving goal good communication', 'towards achieving goal good communication skills', 'achieving goal good communication skills quick', 'goal good communication skills quick learner', 'good communication skills quick learner good', 'communication skills quick learner good interpersonal', 'skills quick learner good interpersonal relationeducation', 'quick learner good interpersonal relationeducation details', 'learner good interpersonal relationeducation details january', 'good interpersonal relationeducation details january 2016', 'interpersonal relationeducation details january 2016 january', 'relationeducation details january 2016 january 2018', 'details january 2016 january 2018 mms', 'january 2016 january 2018 mms mumbai', '2016 january 2018 mms mumbai maharashtra', 'january 2018 mms mumbai maharashtra university', '2018 mms mumbai maharashtra university mumbai', 'mms mumbai maharashtra university mumbai january', 'mumbai maharashtra university mumbai january 2016', 'maharashtra university mumbai january 2016 january', 'university mumbai january 2016 january 2018', 'mumbai january 2016 january 2018 mms', 'january 2016 january 2018 mms management', '2016 january 2018 mms management mumbai', 'january 2018 mms management mumbai maharashtra', '2018 mms management mumbai maharashtra university', 'mms management mumbai maharashtra university mumbai', 'management mumbai maharashtra university mumbai january', 'mumbai maharashtra university mumbai january 2014', 'maharashtra university mumbai january 2014 b', 'university mumbai january 2014 b sc', 'mumbai january 2014 b sc bandra', 'january 2014 b sc bandra maharashtra', '2014 b sc bandra maharashtra in', 'b sc bandra maharashtra in rivzi', 'sc bandra maharashtra in rivzi college', 'bandra maharashtra in rivzi college january', 'maharashtra in rivzi college january 2011', 'in rivzi college january 2011 hsc', 'rivzi college january 2011 hsc bandra', 'college january 2011 hsc bandra maharashtra', 'january 2011 hsc bandra maharashtra in', '2011 hsc bandra maharashtra in st', 'hsc bandra maharashtra in st andrews', 'bandra maharashtra in st andrews college', 'maharashtra in st andrews college january', 'in st andrews college january 2011', 'st andrews college january 2011 hsc', 'andrews college january 2011 hsc allana', 'college january 2011 hsc allana junior', 'january 2011 hsc allana junior college', '2011 hsc allana junior college january', 'hsc allana junior college january 2009', 'allana junior college january 2009 ssc', 'junior college january 2009 ssc canossa', 'college january 2009 ssc canossa high', 'january 2009 ssc canossa high school', '2009 ssc canossa high school january', 'ssc canossa high school january 2008', 'canossa high school january 2008 ssc', 'high school january 2008 ssc maharashtra', 'school january 2008 ssc maharashtra state', 'january 2008 ssc maharashtra state board', '2008 ssc maharashtra state board business', 'ssc maharashtra state board business analyst', 'maharashtra state board business analyst business', 'state board business analyst business analyst', ...], ['education', 'details', 'february', '2006', 'february', '2006', 'tybcom', 'commerce', 'mumbai', 'business', 'analyst', 'business', 'analyst', 'skill', 'details', 'company', 'details', 'company', 'motilal', 'oswal', 'description', 'business', 'analyst', 'handling', 'it', 'operation', 'institutional', 'equities', 'maintain', 'daily', 'mis', 'excel', 'cag', 'research', 'derivative', 'sales', 'team', 'preparing', 'auto', 'dashboard', 'for', 'research', 'sales', 'trading', 'team', 'working', 'excel', 'macro', 'create', 'innovative', 'report', 'working', 'block', 'related', 'data', 'working', 'bd', 'fund', 'different', 'geo', 'working', 'investors', 'corporate', 'meeting', 'track', 'corporate', 'block', 'fund', 'interest', 'sector', 'company', 'fss', 'description', 'project', 'description', 'maintain', 'prepare', 'cash', 'indent', 'cash', 'report', 'cash', 'position', 'cash', 'planning', 'responsibilities', 'maintain', 'daily', 'mis', 'excel', 'provide', 'complete', 'information', 'mis', 'atm', 'maintain', 'prepare', 'cash', 'indent', 'cash', 'report', 'cash', 'position', 'cash', 'planning', 'co', 'ordinate', 'bank', 'cash', 'depa', 'ment', 'co', 'ordinate', 'custodians', 'degree', 'course', 'year', 'passing', 'grade', 'institute', 'university', 'board', 'percentage', 'company', 'angel', 'broking', 'description', 'reporting', 'assistant', 'manager', 'sr', 'manger', 'responsibilities', 'handling', 'team', '14', 'quality', 'assurance', 'team', 'members', 'maintain', 'daily', 'mis', 'excel', 'team', 'productivity', 'maintain', 'prepare', 'repots', 'adding', 'comments', 'remark', 'mailing', 'client', 'modification', 'given', 'number', 'mailing', 'reports', 'different', 'branches', 'coordinating', 'rm', 'provide', 'complete', 'information', 'script', 'client', 'education details', 'details february', 'february 2006', '2006 february', 'february 2006', '2006 tybcom', 'tybcom commerce', 'commerce mumbai', 'mumbai business', 'business analyst', 'analyst business', 'business analyst', 'analyst skill', 'skill details', 'details company', 'company details', 'details company', 'company motilal', 'motilal oswal', 'oswal description', 'description business', 'business analyst', 'analyst handling', 'handling it', 'it operation', 'operation institutional', 'institutional equities', 'equities maintain', 'maintain daily', 'daily mis', 'mis excel', 'excel cag', 'cag research', 'research derivative', 'derivative sales', 'sales team', 'team preparing', 'preparing auto', 'auto dashboard', 'dashboard for', 'for research', 'research sales', 'sales trading', 'trading team', 'team working', 'working excel', 'excel macro', 'macro create', 'create innovative', 'innovative report', 'report working', 'working block', 'block related', 'related data', 'data working', 'working bd', 'bd fund', 'fund different', 'different geo', 'geo working', 'working investors', 'investors corporate', 'corporate meeting', 'meeting track', 'track corporate', 'corporate block', 'block fund', 'fund interest', 'interest sector', 'sector company', 'company fss', 'fss description', 'description project', 'project description', 'description maintain', 'maintain prepare', 'prepare cash', 'cash indent', 'indent cash', 'cash report', 'report cash', 'cash position', 'position cash', 'cash planning', 'planning responsibilities', 'responsibilities maintain', 'maintain daily', 'daily mis', 'mis excel', 'excel provide', 'provide complete', 'complete information', 'information mis', 'mis atm', 'atm maintain', 'maintain prepare', 'prepare cash', 'cash indent', 'indent cash', 'cash report', 'report cash', 'cash position', 'position cash', 'cash planning', 'planning co', 'co ordinate', 'ordinate bank', 'bank cash', 'cash depa', 'depa ment', 'ment co', 'co ordinate', 'ordinate custodians', 'custodians degree', 'degree course', 'course year', 'year passing', 'passing grade', 'grade institute', 'institute university', 'university board', 'board percentage', 'percentage company', 'company angel', 'angel broking', 'broking description', 'description reporting', 'reporting assistant', 'assistant manager', 'manager sr', 'sr manger', 'manger responsibilities', 'responsibilities handling', 'handling team', 'team 14', '14 quality', 'quality assurance', 'assurance team', 'team members', 'members maintain', 'maintain daily', 'daily mis', 'mis excel', 'excel team', 'team productivity', 'productivity maintain', 'maintain prepare', 'prepare repots', 'repots adding', 'adding comments', 'comments remark', 'remark mailing', 'mailing client', 'client modification', 'modification given', 'given number', 'number mailing', 'mailing reports', 'reports different', 'different branches', 'branches coordinating', 'coordinating rm', 'rm provide', 'provide complete', 'complete information', 'information script', 'script client', 'education details february', 'details february 2006', 'february 2006 february', '2006 february 2006', 'february 2006 tybcom', '2006 tybcom commerce', 'tybcom commerce mumbai', 'commerce mumbai business', 'mumbai business analyst', 'business analyst business', 'analyst business analyst', 'business analyst skill', 'analyst skill details', 'skill details company', 'details company details', 'company details company', 'details company motilal', 'company motilal oswal', 'motilal oswal description', 'oswal description business', 'description business analyst', 'business analyst handling', 'analyst handling it', 'handling it operation', 'it operation institutional', 'operation institutional equities', 'institutional equities maintain', 'equities maintain daily', 'maintain daily mis', 'daily mis excel', 'mis excel cag', 'excel cag research', 'cag research derivative', 'research derivative sales', 'derivative sales team', 'sales team preparing', 'team preparing auto', 'preparing auto dashboard', 'auto dashboard for', 'dashboard for research', 'for research sales', 'research sales trading', 'sales trading team', 'trading team working', 'team working excel', 'working excel macro', 'excel macro create', 'macro create innovative', 'create innovative report', 'innovative report working', 'report working block', 'working block related', 'block related data', 'related data working', 'data working bd', 'working bd fund', 'bd fund different', 'fund different geo', 'different geo working', 'geo working investors', 'working investors corporate', 'investors corporate meeting', 'corporate meeting track', 'meeting track corporate', 'track corporate block', 'corporate block fund', 'block fund interest', 'fund interest sector', 'interest sector company', 'sector company fss', 'company fss description', 'fss description project', 'description project description', 'project description maintain', 'description maintain prepare', 'maintain prepare cash', 'prepare cash indent', 'cash indent cash', 'indent cash report', 'cash report cash', 'report cash position', 'cash position cash', 'position cash planning', 'cash planning responsibilities', 'planning responsibilities maintain', 'responsibilities maintain daily', 'maintain daily mis', 'daily mis excel', 'mis excel provide', 'excel provide complete', 'provide complete information', 'complete information mis', 'information mis atm', 'mis atm maintain', 'atm maintain prepare', 'maintain prepare cash', 'prepare cash indent', 'cash indent cash', 'indent cash report', 'cash report cash', 'report cash position', 'cash position cash', 'position cash planning', 'cash planning co', 'planning co ordinate', 'co ordinate bank', 'ordinate bank cash', 'bank cash depa', 'cash depa ment', 'depa ment co', 'ment co ordinate', 'co ordinate custodians', 'ordinate custodians degree', 'custodians degree course', 'degree course year', 'course year passing', 'year passing grade', 'passing grade institute', 'grade institute university', 'institute university board', 'university board percentage', 'board percentage company', 'percentage company angel', 'company angel broking', 'angel broking description', 'broking description reporting', 'description reporting assistant', 'reporting assistant manager', 'assistant manager sr', 'manager sr manger', 'sr manger responsibilities', 'manger responsibilities handling', 'responsibilities handling team', 'handling team 14', 'team 14 quality', '14 quality assurance', 'quality assurance team', 'assurance team members', 'team members maintain', 'members maintain daily', 'maintain daily mis', 'daily mis excel', 'mis excel team', 'excel team productivity', 'team productivity maintain', 'productivity maintain prepare', 'maintain prepare repots', 'prepare repots adding', 'repots adding comments', 'adding comments remark', 'comments remark mailing', 'remark mailing client', 'mailing client modification', 'client modification given', 'modification given number', 'given number mailing', 'number mailing reports', 'mailing reports different', 'reports different branches', 'different branches coordinating', 'branches coordinating rm', 'coordinating rm provide', 'rm provide complete', 'provide complete information', 'complete information script', 'information script client', 'education details february 2006', 'details february 2006 february', 'february 2006 february 2006', '2006 february 2006 tybcom', 'february 2006 tybcom commerce', '2006 tybcom commerce mumbai', 'tybcom commerce mumbai business', 'commerce mumbai business analyst', 'mumbai business analyst business', 'business analyst business analyst', 'analyst business analyst skill', 'business analyst skill details', 'analyst skill details company', 'skill details company details', 'details company details company', 'company details company motilal', 'details company motilal oswal', 'company motilal oswal description', 'motilal oswal description business', 'oswal description business analyst', 'description business analyst handling', 'business analyst handling it', 'analyst handling it operation', 'handling it operation institutional', 'it operation institutional equities', 'operation institutional equities maintain', 'institutional equities maintain daily', 'equities maintain daily mis', 'maintain daily mis excel', 'daily mis excel cag', 'mis excel cag research', 'excel cag research derivative', 'cag research derivative sales', 'research derivative sales team', 'derivative sales team preparing', 'sales team preparing auto', 'team preparing auto dashboard', 'preparing auto dashboard for', 'auto dashboard for research', 'dashboard for research sales', 'for research sales trading', 'research sales trading team', 'sales trading team working', 'trading team working excel', 'team working excel macro', 'working excel macro create', 'excel macro create innovative', 'macro create innovative report', 'create innovative report working', 'innovative report working block', 'report working block related', 'working block related data', 'block related data working', 'related data working bd', 'data working bd fund', 'working bd fund different', 'bd fund different geo', 'fund different geo working', 'different geo working investors', 'geo working investors corporate', 'working investors corporate meeting', 'investors corporate meeting track', 'corporate meeting track corporate', 'meeting track corporate block', 'track corporate block fund', 'corporate block fund interest', 'block fund interest sector', 'fund interest sector company', 'interest sector company fss', 'sector company fss description', 'company fss description project', 'fss description project description', 'description project description maintain', 'project description maintain prepare', 'description maintain prepare cash', 'maintain prepare cash indent', 'prepare cash indent cash', 'cash indent cash report', 'indent cash report cash', 'cash report cash position', 'report cash position cash', 'cash position cash planning', 'position cash planning responsibilities', 'cash planning responsibilities maintain', 'planning responsibilities maintain daily', 'responsibilities maintain daily mis', 'maintain daily mis excel', 'daily mis excel provide', 'mis excel provide complete', 'excel provide complete information', 'provide complete information mis', 'complete information mis atm', 'information mis atm maintain', 'mis atm maintain prepare', 'atm maintain prepare cash', 'maintain prepare cash indent', 'prepare cash indent cash', 'cash indent cash report', 'indent cash report cash', 'cash report cash position', 'report cash position cash', 'cash position cash planning', 'position cash planning co', 'cash planning co ordinate', 'planning co ordinate bank', 'co ordinate bank cash', 'ordinate bank cash depa', 'bank cash depa ment', 'cash depa ment co', 'depa ment co ordinate', 'ment co ordinate custodians', 'co ordinate custodians degree', 'ordinate custodians degree course', 'custodians degree course year', 'degree course year passing', 'course year passing grade', 'year passing grade institute', 'passing grade institute university', 'grade institute university board', 'institute university board percentage', 'university board percentage company', 'board percentage company angel', 'percentage company angel broking', 'company angel broking description', 'angel broking description reporting', 'broking description reporting assistant', 'description reporting assistant manager', 'reporting assistant manager sr', 'assistant manager sr manger', 'manager sr manger responsibilities', 'sr manger responsibilities handling', 'manger responsibilities handling team', 'responsibilities handling team 14', 'handling team 14 quality', 'team 14 quality assurance', '14 quality assurance team', 'quality assurance team members', 'assurance team members maintain', 'team members maintain daily', 'members maintain daily mis', 'maintain daily mis excel', 'daily mis excel team', 'mis excel team productivity', 'excel team productivity maintain', 'team productivity maintain prepare', 'productivity maintain prepare repots', 'maintain prepare repots adding', 'prepare repots adding comments', 'repots adding comments remark', 'adding comments remark mailing', 'comments remark mailing client', 'remark mailing client modification', 'mailing client modification given', 'client modification given number', 'modification given number mailing', 'given number mailing reports', 'number mailing reports different', 'mailing reports different branches', 'reports different branches coordinating', 'different branches coordinating rm', 'branches coordinating rm provide', 'coordinating rm provide complete', 'rm provide complete information', 'provide complete information script', 'complete information script client', 'education details february 2006 february', 'details february 2006 february 2006', 'february 2006 february 2006 tybcom', '2006 february 2006 tybcom commerce', 'february 2006 tybcom commerce mumbai', '2006 tybcom commerce mumbai business', 'tybcom commerce mumbai business analyst', 'commerce mumbai business analyst business', 'mumbai business analyst business analyst', 'business analyst business analyst skill', 'analyst business analyst skill details', 'business analyst skill details company', 'analyst skill details company details', 'skill details company details company', 'details company details company motilal', 'company details company motilal oswal', 'details company motilal oswal description', 'company motilal oswal description business', 'motilal oswal description business analyst', 'oswal description business analyst handling', 'description business analyst handling it', 'business analyst handling it operation', 'analyst handling it operation institutional', 'handling it operation institutional equities', 'it operation institutional equities maintain', 'operation institutional equities maintain daily', 'institutional equities maintain daily mis', 'equities maintain daily mis excel', 'maintain daily mis excel cag', 'daily mis excel cag research', 'mis excel cag research derivative', 'excel cag research derivative sales', 'cag research derivative sales team', 'research derivative sales team preparing', 'derivative sales team preparing auto', 'sales team preparing auto dashboard', 'team preparing auto dashboard for', 'preparing auto dashboard for research', 'auto dashboard for research sales', 'dashboard for research sales trading', 'for research sales trading team', 'research sales trading team working', 'sales trading team working excel', 'trading team working excel macro', 'team working excel macro create', 'working excel macro create innovative', 'excel macro create innovative report', 'macro create innovative report working', 'create innovative report working block', 'innovative report working block related', 'report working block related data', 'working block related data working', 'block related data working bd', 'related data working bd fund', 'data working bd fund different', 'working bd fund different geo', 'bd fund different geo working', 'fund different geo working investors', 'different geo working investors corporate', 'geo working investors corporate meeting', 'working investors corporate meeting track', 'investors corporate meeting track corporate', 'corporate meeting track corporate block', 'meeting track corporate block fund', 'track corporate block fund interest', 'corporate block fund interest sector', 'block fund interest sector company', 'fund interest sector company fss', 'interest sector company fss description', 'sector company fss description project', 'company fss description project description', 'fss description project description maintain', 'description project description maintain prepare', 'project description maintain prepare cash', 'description maintain prepare cash indent', 'maintain prepare cash indent cash', 'prepare cash indent cash report', 'cash indent cash report cash', 'indent cash report cash position', 'cash report cash position cash', 'report cash position cash planning', 'cash position cash planning responsibilities', 'position cash planning responsibilities maintain', 'cash planning responsibilities maintain daily', 'planning responsibilities maintain daily mis', 'responsibilities maintain daily mis excel', 'maintain daily mis excel provide', 'daily mis excel provide complete', 'mis excel provide complete information', 'excel provide complete information mis', 'provide complete information mis atm', 'complete information mis atm maintain', 'information mis atm maintain prepare', 'mis atm maintain prepare cash', 'atm maintain prepare cash indent', 'maintain prepare cash indent cash', 'prepare cash indent cash report', 'cash indent cash report cash', 'indent cash report cash position', 'cash report cash position cash', 'report cash position cash planning', 'cash position cash planning co', 'position cash planning co ordinate', 'cash planning co ordinate bank', 'planning co ordinate bank cash', 'co ordinate bank cash depa', 'ordinate bank cash depa ment', 'bank cash depa ment co', 'cash depa ment co ordinate', 'depa ment co ordinate custodians', 'ment co ordinate custodians degree', 'co ordinate custodians degree course', 'ordinate custodians degree course year', 'custodians degree course year passing', 'degree course year passing grade', 'course year passing grade institute', 'year passing grade institute university', 'passing grade institute university board', 'grade institute university board percentage', 'institute university board percentage company', 'university board percentage company angel', 'board percentage company angel broking', 'percentage company angel broking description', 'company angel broking description reporting', 'angel broking description reporting assistant', 'broking description reporting assistant manager', 'description reporting assistant manager sr', 'reporting assistant manager sr manger', 'assistant manager sr manger responsibilities', 'manager sr manger responsibilities handling', 'sr manger responsibilities handling team', 'manger responsibilities handling team 14', 'responsibilities handling team 14 quality', 'handling team 14 quality assurance', 'team 14 quality assurance team', '14 quality assurance team members', 'quality assurance team members maintain', 'assurance team members maintain daily', 'team members maintain daily mis', 'members maintain daily mis excel', 'maintain daily mis excel team', 'daily mis excel team productivity', 'mis excel team productivity maintain', 'excel team productivity maintain prepare', 'team productivity maintain prepare repots', 'productivity maintain prepare repots adding', 'maintain prepare repots adding comments', 'prepare repots adding comments remark', 'repots adding comments remark mailing', 'adding comments remark mailing client', 'comments remark mailing client modification', 'remark mailing client modification given', 'mailing client modification given number', 'client modification given number mailing', 'modification given number mailing reports', 'given number mailing reports different', 'number mailing reports different branches', 'mailing reports different branches coordinating', 'reports different branches coordinating rm', 'different branches coordinating rm provide', 'branches coordinating rm provide complete', 'coordinating rm provide complete information', 'rm provide complete information script', 'provide complete information script client', 'education details february 2006 february 2006', 'details february 2006 february 2006 tybcom', 'february 2006 february 2006 tybcom commerce', '2006 february 2006 tybcom commerce mumbai', 'february 2006 tybcom commerce mumbai business', '2006 tybcom commerce mumbai business analyst', 'tybcom commerce mumbai business analyst business', 'commerce mumbai business analyst business analyst', 'mumbai business analyst business analyst skill', 'business analyst business analyst skill details', 'analyst business analyst skill details company', 'business analyst skill details company details', 'analyst skill details company details company', 'skill details company details company motilal', 'details company details company motilal oswal', 'company details company motilal oswal description', 'details company motilal oswal description business', 'company motilal oswal description business analyst', 'motilal oswal description business analyst handling', 'oswal description business analyst handling it', 'description business analyst handling it operation', 'business analyst handling it operation institutional', 'analyst handling it operation institutional equities', 'handling it operation institutional equities maintain', 'it operation institutional equities maintain daily', 'operation institutional equities maintain daily mis', 'institutional equities maintain daily mis excel', 'equities maintain daily mis excel cag', 'maintain daily mis excel cag research', 'daily mis excel cag research derivative', 'mis excel cag research derivative sales', 'excel cag research derivative sales team', 'cag research derivative sales team preparing', 'research derivative sales team preparing auto', 'derivative sales team preparing auto dashboard', 'sales team preparing auto dashboard for', 'team preparing auto dashboard for research', 'preparing auto dashboard for research sales', 'auto dashboard for research sales trading', 'dashboard for research sales trading team', 'for research sales trading team working', 'research sales trading team working excel', 'sales trading team working excel macro', 'trading team working excel macro create', 'team working excel macro create innovative', 'working excel macro create innovative report', 'excel macro create innovative report working', 'macro create innovative report working block', 'create innovative report working block related', 'innovative report working block related data', 'report working block related data working', 'working block related data working bd', 'block related data working bd fund', 'related data working bd fund different', 'data working bd fund different geo', 'working bd fund different geo working', 'bd fund different geo working investors', 'fund different geo working investors corporate', 'different geo working investors corporate meeting', 'geo working investors corporate meeting track', 'working investors corporate meeting track corporate', 'investors corporate meeting track corporate block', 'corporate meeting track corporate block fund', 'meeting track corporate block fund interest', 'track corporate block fund interest sector', 'corporate block fund interest sector company', 'block fund interest sector company fss', 'fund interest sector company fss description', 'interest sector company fss description project', 'sector company fss description project description', 'company fss description project description maintain', 'fss description project description maintain prepare', 'description project description maintain prepare cash', 'project description maintain prepare cash indent', 'description maintain prepare cash indent cash', 'maintain prepare cash indent cash report', 'prepare cash indent cash report cash', 'cash indent cash report cash position', 'indent cash report cash position cash', 'cash report cash position cash planning', 'report cash position cash planning responsibilities', 'cash position cash planning responsibilities maintain', 'position cash planning responsibilities maintain daily', 'cash planning responsibilities maintain daily mis', 'planning responsibilities maintain daily mis excel', 'responsibilities maintain daily mis excel provide', 'maintain daily mis excel provide complete', 'daily mis excel provide complete information', 'mis excel provide complete information mis', 'excel provide complete information mis atm', 'provide complete information mis atm maintain', 'complete information mis atm maintain prepare', 'information mis atm maintain prepare cash', 'mis atm maintain prepare cash indent', 'atm maintain prepare cash indent cash', 'maintain prepare cash indent cash report', 'prepare cash indent cash report cash', 'cash indent cash report cash position', 'indent cash report cash position cash', 'cash report cash position cash planning', 'report cash position cash planning co', 'cash position cash planning co ordinate', 'position cash planning co ordinate bank', 'cash planning co ordinate bank cash', 'planning co ordinate bank cash depa', 'co ordinate bank cash depa ment', 'ordinate bank cash depa ment co', 'bank cash depa ment co ordinate', 'cash depa ment co ordinate custodians', 'depa ment co ordinate custodians degree', 'ment co ordinate custodians degree course', 'co ordinate custodians degree course year', 'ordinate custodians degree course year passing', 'custodians degree course year passing grade', 'degree course year passing grade institute', 'course year passing grade institute university', 'year passing grade institute university board', 'passing grade institute university board percentage', 'grade institute university board percentage company', 'institute university board percentage company angel', 'university board percentage company angel broking', 'board percentage company angel broking description', 'percentage company angel broking description reporting', 'company angel broking description reporting assistant', 'angel broking description reporting assistant manager', 'broking description reporting assistant manager sr', 'description reporting assistant manager sr manger', 'reporting assistant manager sr manger responsibilities', 'assistant manager sr manger responsibilities handling', 'manager sr manger responsibilities handling team', 'sr manger responsibilities handling team 14', 'manger responsibilities handling team 14 quality', 'responsibilities handling team 14 quality assurance', 'handling team 14 quality assurance team', 'team 14 quality assurance team members', '14 quality assurance team members maintain', 'quality assurance team members maintain daily', 'assurance team members maintain daily mis', 'team members maintain daily mis excel', 'members maintain daily mis excel team', 'maintain daily mis excel team productivity', 'daily mis excel team productivity maintain', 'mis excel team productivity maintain prepare', 'excel team productivity maintain prepare repots', 'team productivity maintain prepare repots adding', 'productivity maintain prepare repots adding comments', 'maintain prepare repots adding comments remark', 'prepare repots adding comments remark mailing', 'repots adding comments remark mailing client', 'adding comments remark mailing client modification', 'comments remark mailing client modification given', 'remark mailing client modification given number', 'mailing client modification given number mailing', 'client modification given number mailing reports', 'modification given number mailing reports different', 'given number mailing reports different branches', 'number mailing reports different branches coordinating', 'mailing reports different branches coordinating rm', 'reports different branches coordinating rm provide', 'different branches coordinating rm provide complete', 'branches coordinating rm provide complete information', 'coordinating rm provide complete information script', 'rm provide complete information script client', 'education details february 2006 february 2006 tybcom', 'details february 2006 february 2006 tybcom commerce', 'february 2006 february 2006 tybcom commerce mumbai', '2006 february 2006 tybcom commerce mumbai business', 'february 2006 tybcom commerce mumbai business analyst', '2006 tybcom commerce mumbai business analyst business', 'tybcom commerce mumbai business analyst business analyst', ...], ['skills', 'etl', 'data', 'warehousing', 'sql', 'pl', 'sql', 'basic', 'core', 'java', 'basic', 'python', 'tools', 'sap', 'bods', 'sap', 'bo', 'oracle', '11g', 'sybase', 'education', 'details', 'august', '2008', 'july', '2012', 'bachelor', 'engineering', 'navi', 'mumbai', 'panvel', 'maharashtra', 'mumbai', 'university', 'june', '2006', 'may', '2007', 'b', 'e', 'computer', 'engineering', 'navi', 'mumbai', 'maharashtra', 'ryan', 'international', 'school', 'sap', 'bo', 'bods', 'developer', 'administrator', 'tata', 'consultancy', 'services', 'limited', 'sap', 'bp', 'bods', 'developer', 'administrator', 'tata', 'consultancy', 'sap', 'bods', 'skill', 'details', 'data', 'warehousing', 'exprience', '6', 'months', 'sap', 'bo', 'admin', 'exprience', 'less', '1', 'year', 'months', 'sap', 'bods', 'exprience', 'less', '1', 'year', 'months', 'etl', 'exprience', 'less', '1', 'year', 'months', 'basic', 'core', 'java', 'exprience', 'less', '1', 'year', 'months', 'sap', 'bo', 'exprience', 'less', '1', 'year', 'months', 'sap', 'bods', 'admin', 'exprience', 'less', '1', 'year', 'months', 'basic', 'python', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'sap', 'bods', 'description', 'client', 'royal', 'bank', 'canada', 'developed', 'bods', 'jobs', 'created', 'modified', 'packages', 'migration', 'sybase', 'oracle', 'database', 'taking', 'regular', 'performance', 'enhancement', 'activities', 'co', 'coordinating', 'teams', 'like', 'database', 'team', 'server', 'team', 'data', 'center', 'team', 'identify', 'bottlenecks', 'running', 'jobs', 'developed', 'bods', 'jobs', 'fetch', 'data', 'sap', 'r3', 'using', 'various', 'data', 'transfer', 'modes', 'implemented', 'central', 'repositories', 'move', 'jobs', 'seamlessly', 'multi', 'developer', 'environment', 'company', 'tata', 'consultancy', 'services', 'limited', 'description', 'installed', 'configured', 'five', 'environments', 'bo', '4', '0', 'bods', '4', '0', '4', '2', 'dev', 'qa', 'prod', 'standby', 'dr', 'apache', 'tomcat', 'web', 'app', 'servers', 'windows', 'loading', 'data', 'received', 'various', 'source', 'systems', 'like', 'tcs', 'bancs', 'sap', 'r3', 'los', 'credence', 'flat', 'files', 'using', 'scd1', 'scd2', 'data', 'warehouse', 'generate', 'consolidated', 'reports', 'developed', 'bods', 'jobs', 'fetch', 'data', 'sap', 'r3', 'using', 'various', 'data', 'transfer', 'modes', 'implemented', 'central', 'repositories', 'move', 'jobs', 'seamlessly', 'multi', 'developer', 'environment', 'configuration', 'creation', 'bods', 'repositories', 'using', 'repository', 'manager', 'sever', 'manager', 'used', 'formats', 'transforms', 'including', 'flat', 'file', 'formats', 'query', 'table', 'comparison', 'history', 'preserving', 'validation', 'transform', 'key', 'generation', 'map', 'operation', 'deployed', 'bods', 'active', 'active', 'mode', 'using', 'server', 'groups', 'improve', 'performance', 'availability', 'system', 'using', 'bo', 'java', 'sdk', 'build', 'custom', 'java', 'programs', 'automate', 'various', 'administration', 'tasks', 'fetching', 'metadata', 'bo', 'system', 'implemented', 'bo', 'mobile', 'used', 'wdeploy', 'separate', 'static', 'dynamic', 'contents', 'web', 'server', 'web', 'application', 'developed', 'audit', 'reports', 'web', 'intelligence', 'using', 'audit', 'universe', 'gather', 'information', 'usage', 'various', 'reports', 'bo', 'system', 'implemented', 'deployed', 'features', 'like', 'trusted', 'authentication', 'vintela', 'sso', 'make', 'application', 'easy', 'use', 'end', 'users', 'daily', 'administrator', 'tasks', 'involved', 'migration', 'resources', 'one', 'environment', 'another', 'publication', 'creation', 'monitoring', 'troubleshooting', 'issues', 'application', 'monitoring', 'application', 'tools', 'available', 'ensure', 'application', 'available', 'round', 'clock', 'have', 'involved', 'testing', 'backup', 'systems', 'standby', 'dr', 'make', 'sure', 'application', 'continue', 'service', 'business', 'users', 'case', 'primary', 'systems', 'company', 'tata', 'consultancy', 'services', 'limited', 'description', 'client', 'tata', 'capital', 'financial', 'services', 'limited', 'installed', 'configured', 'five', 'environments', 'bo', '4', '0', 'bods', '4', '0', '4', '2', 'dev', 'qa', 'prod', 'standby', 'dr', 'apache', 'tomcat', 'web', 'app', 'servers', 'windows', 'loading', 'data', 'received', 'various', 'source', 'systems', 'like', 'tcs', 'bancs', 'sap', 'r3', 'los', 'credence', 'flat', 'files', 'using', 'scd1', 'scd2', 'data', 'warehouse', 'generate', 'consolidated', 'reports', 'configuration', 'creation', 'bods', 'repositories', 'using', 'repository', 'manager', 'sever', 'manager', 'used', 'formats', 'transforms', 'including', 'flat', 'file', 'formats', 'query', 'table', 'comparison', 'history', 'preserving', 'validation', 'transform', 'key', 'generation', 'map', 'operation', 'deployed', 'bods', 'active', 'active', 'mode', 'using', 'server', 'groups', 'improve', 'performance', 'availability', 'system', 'using', 'bo', 'java', 'sdk', 'build', 'custom', 'java', 'programs', 'automate', 'various', 'administration', 'tasks', 'fetching', 'metadata', 'bo', 'system', 'implemented', 'bo', 'mobile', 'used', 'wdeploy', 'separate', 'static', 'dynamic', 'contents', 'web', 'server', 'web', 'application', 'developed', 'audit', 'reports', 'web', 'intelligence', 'using', 'audit', 'universe', 'gather', 'information', 'usage', 'various', 'reports', 'bo', 'system', 'implemented', 'deployed', 'features', 'like', 'trusted', 'authentication', 'vintela', 'sso', 'make', 'application', 'easy', 'use', 'end', 'users', 'daily', 'administrator', 'tasks', 'involved', 'migration', 'resources', 'one', 'environment', 'another', 'publication', 'creation', 'monitoring', 'troubleshooting', 'issues', 'application', 'monitoring', 'application', 'tools', 'available', 'ensure', 'application', 'available', 'round', 'clock', 'have', 'involved', 'testing', 'backup', 'systems', 'standby', 'dr', 'make', 'sure', 'application', 'continue', 'service', 'business', 'users', 'case', 'primary', 'systems', 'skills etl', 'etl data', 'data warehousing', 'warehousing sql', 'sql pl', 'pl sql', 'sql basic', 'basic core', 'core java', 'java basic', 'basic python', 'python tools', 'tools sap', 'sap bods', 'bods sap', 'sap bo', 'bo oracle', 'oracle 11g', '11g sybase', 'sybase education', 'education details', 'details august', 'august 2008', '2008 july', 'july 2012', '2012 bachelor', 'bachelor engineering', 'engineering navi', 'navi mumbai', 'mumbai panvel', 'panvel maharashtra', 'maharashtra mumbai', 'mumbai university', 'university june', 'june 2006', '2006 may', 'may 2007', '2007 b', 'b e', 'e computer', 'computer engineering', 'engineering navi', 'navi mumbai', 'mumbai maharashtra', 'maharashtra ryan', 'ryan international', 'international school', 'school sap', 'sap bo', 'bo bods', 'bods developer', 'developer administrator', 'administrator tata', 'tata consultancy', 'consultancy services', 'services limited', 'limited sap', 'sap bp', 'bp bods', 'bods developer', 'developer administrator', 'administrator tata', 'tata consultancy', 'consultancy sap', 'sap bods', 'bods skill', 'skill details', 'details data', 'data warehousing', 'warehousing exprience', 'exprience 6', '6 months', 'months sap', 'sap bo', 'bo admin', 'admin exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sap', 'sap bods', 'bods exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months etl', 'etl exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months basic', 'basic core', 'core java', 'java exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sap', 'sap bo', 'bo exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sap', 'sap bods', 'bods admin', 'admin exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months basic', 'basic python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company sap', 'sap bods', 'bods description', 'description client', 'client royal', 'royal bank', 'bank canada', 'canada developed', 'developed bods', 'bods jobs', 'jobs created', 'created modified', 'modified packages', 'packages migration', 'migration sybase', 'sybase oracle', 'oracle database', 'database taking', 'taking regular', 'regular performance', 'performance enhancement', 'enhancement activities', 'activities co', 'co coordinating', 'coordinating teams', 'teams like', 'like database', 'database team', 'team server', 'server team', 'team data', 'data center', 'center team', 'team identify', 'identify bottlenecks', 'bottlenecks running', 'running jobs', 'jobs developed', 'developed bods', 'bods jobs', 'jobs fetch', 'fetch data', 'data sap', 'sap r3', 'r3 using', 'using various', 'various data', 'data transfer', 'transfer modes', 'modes implemented', 'implemented central', 'central repositories', 'repositories move', 'move jobs', 'jobs seamlessly', 'seamlessly multi', 'multi developer', 'developer environment', 'environment company', 'company tata', 'tata consultancy', 'consultancy services', 'services limited', 'limited description', 'description installed', 'installed configured', 'configured five', 'five environments', 'environments bo', 'bo 4', '4 0', '0 bods', 'bods 4', '4 0', '0 4', '4 2', '2 dev', 'dev qa', 'qa prod', 'prod standby', 'standby dr', 'dr apache', 'apache tomcat', 'tomcat web', 'web app', 'app servers', 'servers windows', 'windows loading', 'loading data', 'data received', 'received various', 'various source', 'source systems', 'systems like', 'like tcs', 'tcs bancs', 'bancs sap', 'sap r3', 'r3 los', 'los credence', 'credence flat', 'flat files', 'files using', 'using scd1', 'scd1 scd2', 'scd2 data', 'data warehouse', 'warehouse generate', 'generate consolidated', 'consolidated reports', 'reports developed', 'developed bods', 'bods jobs', 'jobs fetch', 'fetch data', 'data sap', 'sap r3', 'r3 using', 'using various', 'various data', 'data transfer', 'transfer modes', 'modes implemented', 'implemented central', 'central repositories', 'repositories move', 'move jobs', 'jobs seamlessly', 'seamlessly multi', 'multi developer', 'developer environment', 'environment configuration', 'configuration creation', 'creation bods', 'bods repositories', 'repositories using', 'using repository', 'repository manager', 'manager sever', 'sever manager', 'manager used', 'used formats', 'formats transforms', 'transforms including', 'including flat', 'flat file', 'file formats', 'formats query', 'query table', 'table comparison', 'comparison history', 'history preserving', 'preserving validation', 'validation transform', 'transform key', 'key generation', 'generation map', 'map operation', 'operation deployed', 'deployed bods', 'bods active', 'active active', 'active mode', 'mode using', 'using server', 'server groups', 'groups improve', 'improve performance', 'performance availability', 'availability system', 'system using', 'using bo', 'bo java', 'java sdk', 'sdk build', 'build custom', 'custom java', 'java programs', 'programs automate', 'automate various', 'various administration', 'administration tasks', 'tasks fetching', 'fetching metadata', 'metadata bo', 'bo system', 'system implemented', 'implemented bo', 'bo mobile', 'mobile used', 'used wdeploy', 'wdeploy separate', 'separate static', 'static dynamic', 'dynamic contents', 'contents web', 'web server', 'server web', 'web application', 'application developed', 'developed audit', 'audit reports', 'reports web', 'web intelligence', 'intelligence using', 'using audit', 'audit universe', 'universe gather', 'gather information', 'information usage', 'usage various', 'various reports', 'reports bo', 'bo system', 'system implemented', 'implemented deployed', 'deployed features', 'features like', 'like trusted', 'trusted authentication', 'authentication vintela', 'vintela sso', 'sso make', 'make application', 'application easy', 'easy use', 'use end', 'end users', 'users daily', 'daily administrator', 'administrator tasks', 'tasks involved', 'involved migration', 'migration resources', 'resources one', 'one environment', 'environment another', 'another publication', 'publication creation', 'creation monitoring', 'monitoring troubleshooting', 'troubleshooting issues', 'issues application', 'application monitoring', 'monitoring application', 'application tools', 'tools available', 'available ensure', 'ensure application', 'application available', 'available round', 'round clock', 'clock have', 'have involved', 'involved testing', 'testing backup', 'backup systems', 'systems standby', 'standby dr', 'dr make', 'make sure', 'sure application', 'application continue', 'continue service', 'service business', 'business users', 'users case', 'case primary', 'primary systems', 'systems company', 'company tata', 'tata consultancy', 'consultancy services', 'services limited', 'limited description', 'description client', 'client tata', 'tata capital', 'capital financial', 'financial services', 'services limited', 'limited installed', 'installed configured', 'configured five', ...], ['competencies', 'sap', 'business', 'intelligence', 'version', 'sap', 'bo', '4', '2', 'bo', 'tools', 'design', 'studio', 'idt', 'webi', 'udt', 'cmc', 'activities', 'backend', 'db', 'hana', 'bw', 'bex', 'queries', 'sqleducation', 'details', 'sap', 'bo', 'developer', 'sap', 'hana', 'developer', 'sap', 'bo', 'developer', 'credit', 'suisse', 'skill', 'details', 'sap', 'bi', 'exprience', '72', 'months', 'cmc', 'exprience', '72', 'months', 'hana', 'exprience', '36', 'months', 'business', 'intelligence', 'exprience', '72', 'months', 'sql', 'exprience', '72', 'months', 'sap', 'bo', 'exprience', '72', 'monthscompany', 'details', 'company', 'a', 'enture', 'description', 'company', 'a', 'enture', 'pune', 'environment', 'sap', 'bo', '4', '2', 'idt', 'hana', 'views', 'role', 'sap', 'bo', 'developer', 'hana', 'developer', 'description', 'this', 'project', 'aims', 'provide', 'reporting', 'solution', 'swiss', 'business', 'users', 'the', 'universe', 'supports', 'analyzing', 'customer', 'funds', 'purchase', 'order', 'patterns', 'order', 'lifecycle', 'reporting', 'the', 'purpose', 'reports', 'provide', 'end', 'end', 'view', 'entire', 'sales', 'order', 'transaction', 'track', 'investment', 'orders', 'various', 'funds', 'including', 'status', 'orders', 'order', 'types', 'along', 'gross', 'value', 'net', 'value', 'generated', 'orders', 'roles', 'responsibilities', 'analyzed', 'user', 'requirements', 'sorted', 'best', 'possible', 'ways', 'optimizing', 'performance', 'universe', 'cv', 'generated', 'views', 'development', 'hana', 'studio', 'handling', 'day', 'day', 'activities', 'involved', 'development', 'business', 'objects', 'per', 'client', 'requirements', 'worked', 'team', 'member', 'backend', 'counterpart', 'understand', 'business', 'requirements', 'developing', 'maintaining', 'universes', 'raised', 'oss', 'tickets', 'sap', 'issues', 'implemented', 'suggestion', 'workaround', 'development', 'fixed', 'webi', 'issues', 'reported', 'users', 'created', 'biar', 'file', 'promoted', 'higher', 'environments', 'change', 'request', 'project', 'handover', 'team', 'documentation', 'reference', 'project', '2', 'project', 'name', 'nestle', 'client', 'nestle', 'globe', 'company', 'tech', 'mahindra', 'pvt', 'ltd', 'bangalore', 'environment', 'sap', 'bo', '4', '2', 'idt', 'hana', 'views', 'role', 'sap', 'bo', 'developer', 'hana', 'developer', 'description', 'this', 'project', 'aims', 'provide', 'reporting', 'solution', 'global', 'business', 'users', 'the', 'globe', 'integrated', 'order', 'io', 'billing', 'detail', 'order', 'detail', 'universes', 'combines', 'orders', 'deliveries', 'shipment', 'billing', 'documents', 'order', 'item', 'level', 'the', 'universe', 'supports', 'analyzing', 'customer', 'order', 'patterns', 'order', 'lifecycle', 'reporting', 'the', 'purpose', 'reports', 'universe', 'provide', 'end', 'end', 'view', 'entire', 'sales', 'order', 'transaction', 'track', 'sales', 'orders', 'various', 'ways', 'including', 'status', 'orders', 'order', 'types', 'along', 'gross', 'value', 'net', 'value', 'generated', 'orders', 'roles', 'responsibilities', 'analyzed', 'user', 'requirements', 'sorted', 'best', 'possible', 'ways', 'optimizing', 'performance', 'universe', 'cv', 'generated', 'views', 'development', 'hana', 'studio', 'handling', 'day', 'day', 'activities', 'involved', 'development', 'business', 'objects', 'per', 'client', 'requirements', 'worked', 'team', 'member', 'backend', 'counterpart', 'understand', 'business', 'requirements', 'developing', 'maintaining', 'universes', 'raised', 'oss', 'tickets', 'sap', 'issues', 'implemented', 'suggestion', 'workaround', 'development', 'implemented', 'union', 'pruning', 'concept', 'universe', 'optimize', 'performance', 'partition', 'selection', 'hana', 'views', 'passing', 'value', 'prompt', 'fixed', 'webi', 'issues', 'reported', 'users', 'created', 'biar', 'file', 'promoted', 'higher', 'environments', 'change', 'request', 'project', 'handover', 'team', 'documentation', 'reference', 'project', '3', 'project', 'name', 'nestle', 'client', 'nestle', 'tct', 'company', 'tech', 'mahindra', 'pvt', 'ltd', 'bangalore', 'environment', 'sap', 'bo', 'xi', '4', '2', 'design', 'studio', '1', '6', 'sp6', 'bex', 'queries', 'role', 'sap', 'bo', 'developer', 'description', 'the', 'project', 'developed', 'show', 'delay', 'nestle', 'freight', 'orders', 'hours', 'cross', 'tab', 'bar', 'chart', 'geo', 'map', 'due', 'weather', 'conditions', 'basic', 'source', 'data', 'bw', 'bex', 'queries', 'top', 'queries', 'dashboard', 'designed', 'this', 'main', 'user', 'audience', 'transport', 'control', 'tower', 'members', 'analyze', 'take', 'decision', 'send', 'consignments', 'via', 'modes', 'transport', 'due', 'weather', 'conditions', 'avoid', 'delay', 'reduce', 'expenditure', 'roles', 'responsibilities', 'involved', 'users', 'understand', 'business', 'requirements', 'implement', 'feature', 'generic', 'way', 'suggested', 'best', 'visualization', 'components', 'dashboard', 'use', 'analyzing', 'user', 'requirements', 'finding', 'best', 'possible', 'ways', 'representing', 'data', 'bug', 'fixes', 'feature', 'enhancement', 'application', 'project', '4', 'project', 'name', 'nestle', 'client', 'nestle', 'ba', 'company', 'tech', 'mahindra', 'pvt', 'ltd', 'bangalore', 'environment', 'sap', 'bo', '4', '2', 'design', 'studio', '1', '6', 'bex', 'queries', 'role', 'sap', 'bo', 'developer', 'description', 'the', 'project', 'nestle', 'ba', 'catalogue', 'reporting', 'nestle', 'basically', 'provide', 'dashboard', 'design', 'studio', 'information', 'reports', 'used', 'within', 'nestle', 'and', 'dashboard', 'used', 'users', 'nestle', 'within', 'different', 'region', 'globe', 'basic', 'source', 'data', 'bw', 'bex', 'queries', 'top', 'queries', 'dashboard', 'designed', 'this', 'main', 'purpose', 'project', 'help', 'users', 'understand', 'usage', 'different', 'reports', 'portal', 'help', 'take', 'decision', 'decommissioning', 'report', 'roles', 'responsibilities', 'involved', 'customer', 'understand', 'business', 'requirements', 'order', 'present', 'data', 'meaningful', 'manner', 'suggested', 'component', 'selection', 'visualize', 'data', 'effectively', 'analyzing', 'user', 'requirements', 'finding', 'best', 'possible', 'ways', 'representing', 'data', 'changes', 'bw', 'query', 'ording', 'requirement', 'interacting', 'client', 'team', 'requirement', 'gathering', 'analysis', 'implemented', 'ideas', 'bex', 'design', 'studio', 'app', 'optimize', 'performance', 'help', 'su', 'essful', 'poc', 'project', '5', 'project', 'name', 'warner', 'bros', 'client', 'marvin', 'pictures', 'us', 'company', 'capgemini', 'pvt', 'ltd', 'bangalore', 'tools', 'teradata', 'db', 'sap', 'bo', '4', '1', 'webi', 'idt', 'cmc', 'query', 'builder', 'hpsm', 'ticketing', 'tool', 'role', 'sap', 'bo', 'developer', 'description', 'the', 'purpose', 'project', 'tracking', 'dvd', 'comic', 'sale', 'worldwide', 'the', 'application', 'used', 'end', 'users', 'analyze', 'sales', 'information', 'help', 'taking', 'decision', 'business', 'growth', 'sales', 'reports', 'webi', 'based', 'universe', 'teradata', 'tables', 'source', 'universe', 'worked', 'shared', 'resource', 'cmc', 'activities', 'webi', 'universe', 'issues', 'tickets', 'roles', 'responsibilities', 'working', 'team', 'member', 'understand', 'business', 'requirements', 'performed', 'cmc', 'activities', 'like', 'user', 'user', 'group', 'creation', 'providing', 'ess', 'objects', 'folders', 'created', 'folders', 'reports', 'connection', 'universes', 'provided', 'user', 'security', 'connection', 'pointing', 'universe', 'worked', 'issue', 'related', 'connection', 'universe', 'objects', 'webi', 'reports', 'enhancements', 'raised', 'oss', 'messages', 'sap', 'seek', 'solution', 'related', 'bo', 'tool', 'limitations', 'worked', 'webi', 'report', 'universe', 'defects', 'enhancements', 'meeting', 'users', 'understand', 'issue', 'suggest', 'best', 'solution', 'eta', 'worked', 'query', 'builder', 'find', 'bo', 'objects', 'metadata', 'investigation', 'created', 'biar', 'format', 'using', 'promotion', 'management', 'project', '6', 'project', 'name', 'nordea', 'client', 'nordea', 'bank', 'sweden', 'company', 'capgemini', 'pvt', 'ltd', 'bangalore', 'environment', 'sap', 'bo', '4', '1', 'idt', 'webi', 'teradata', 'role', 'sap', 'bo', 'developer', 'description', 'the', 'project', 'report', 'analytics', 'nordea', 'aims', 'provide', 'clear', 'analysis', 'personal', 'company', 'ounts', 'bank', 'around', 'world', 'in', 'regions', 'reports', 'data', 'related', 'users', 'ount', 'type', 'webi', 'reports', 'based', 'universe', 'based', 'teradata', 'db', 'financial', 'tables', 'this', 'project', 'mainly', 'tracks', 'firm', 'sales', 'respect', 'different', 'criteria', 'like', 'customer', 'wise', 'sales', 'different', 'categories', 'it', 'helps', 'various', 'end', 'users', 'analyze', 'sales', 'related', 'information', 'help', 'business', 'growth', 'make', 'precise', 'decisions', 'roles', 'responsibilities', 'involved', 'activities', 'understand', 'business', 'requirements', 'analyzing', 'user', 'requirements', 'finding', 'best', 'possible', 'ways', 'representing', 'data', 'designing', 'developing', 'interactive', 'webi', 'reports', 'per', 'client', 'dynamic', 'requirements', 'developed', 'webi', 'reports', 'blocks', 'graphs', 'linked', 'report', 'summary', 'report', 'after', 'development', 'performing', 'unit', 'test', 'activities', 'presentation', 'users', 'implementation', 'business', 'object', 'e', 'webi', 'one', 'environment', 'another', 'using', 'biar', 'file', 'fixed', 'issues', 'webi', 'reports', 'related', 'data', 'report', 'formatting', 'made', 'changes', 'report', 'requested', 'users', 'mat', 'prepared', 'rdd', 'reports', 'performed', 'unit', 'testing', 'provided', 'kt', 'users', 'supports', 'teams', 'company', 'tech', 'mahindra', 'description', 'company', 'capgemini', 'description', 'competencies sap', 'sap business', 'business intelligence', 'intelligence version', 'version sap', 'sap bo', 'bo 4', '4 2', '2 bo', 'bo tools', 'tools design', 'design studio', 'studio idt', 'idt webi', 'webi udt', 'udt cmc', 'cmc activities', 'activities backend', 'backend db', 'db hana', 'hana bw', 'bw bex', 'bex queries', 'queries sqleducation', 'sqleducation details', 'details sap', 'sap bo', 'bo developer', 'developer sap', 'sap hana', 'hana developer', 'developer sap', 'sap bo', 'bo developer', 'developer credit', 'credit suisse', 'suisse skill', 'skill details', 'details sap', 'sap bi', 'bi exprience', 'exprience 72', '72 months', 'months cmc', 'cmc exprience', ...], ['education', 'details', 'july', '2008', 'february', '2012', 'be', 'computer', 'science', 'nagpur', 'maharashtra', 'nagpur', 'university', 'sap', 'hana', 'developer', 'sap', 'hana', 'developer', 'schlumberger', 'skill', 'details', 'sap', 'hana', 'exprience', '60', 'months', 'sap', 'bo', 'exprience', '36', 'monthscompany', 'details', 'company', 'schlumberger', 'description', 'schlumberger', 'world', 'leading', 'provider', 'technology', 'reservoir', 'characterization', 'drilling', 'production', 'processing', 'oil', 'gas', 'industry', 'working', '85', 'countries', 'role', 'sap', 'hana', 'developer', 'team', 'size', '12', 'duration', 'feb', '2017', 'till', 'date', 'responsibilities', 'working', 'suit', 'hana', 'native', 'hana', 'systems', 'working', 'end', 'end', 'implementation', 'release', '2', '3', '2', '4', 'developing', 'hana', 'information', 'models', 'calculation', 'views', 'table', 'functions', 'procedures', 'actively', 'involved', 'cutover', 'activities', 'dry', 'runs', 'production', 'go', 'live', 'post', 'production', 'go', 'live', 'resolving', 'issues', 'worked', 'hana', 'functionalities', 'like', 'currency', 'conversions', 'analyzing', 'planviz', 'performance', 'related', 'issues', 'etc', 'worked', 'bring', 'tables', 'sap', 'hana', 'landing', 'zone', 'using', 'sda', 'working', 'resolve', 'performance', 'issues', 'hana', 'views', 'applying', 'filter', 'joins', 'etc', 'interacting', 'business', 'functional', 'team', 'members', 'based', 'discussion', 'creating', 'design', 'documents', 'technical', 'specification', 'test', 'documents', 'su', 'essfully', 'implemented', 'release', '2', '2', '2', '3', 'us', 'ecuador', 'canada', 'su', 'essfully', 'completed', 'self', 'service', 'project', 'finance', 'domain', 'created', 'reports', 'analysis', 'office', 'working', 'create', 'power', 'bi', 'reports', 'working', 'resolve', 'production', 'defects', 'incidents', 'using', 'hpalm', 'remedy', 'tools', 'working', 'resolve', 'issues', 'existing', 'hana', 'views', 'working', 'promote', 'objects', 'different', 'environment', 'using', 'charm', 'solmon', 'working', 'enhance', 'performance', 'hana', 'views', 'using', 'planviz', 'worked', 'create', 'bo', 'reports', 'vendor', 'master', '2', 'aero', 'space', 'design', 'honeywell', 'company', 'fujitsu', 'consulting', 'india', 'description', 'responsibilities', 'hana', 'data', 'model', 'development', 'modification', 'existing', 'models', 'providing', 'estimation', 'create', 'data', 'model', 'based', 'business', 'request', 'creating', 'views', 'attribute', 'analytical', 'calculation', 'views', 'base', 'business', 'requirement', 'creation', 'design', 'document', 'technical', 'design', 'document', 'brought', 'data', 'hana', 'landing', 'zone', 'using', 'slt', 'sda', 'handled', 'complex', 'performance', 'issues', 'worked', 'sap', 'landscape', 'transformation', 'data', 'replication', 'source', 'db', 'hana', 'db', 'solved', 'sit', 'tickets', 'hana', 'information', 'model', 'developing', 'hana', 'information', 'models', 'calculation', 'views', 'table', 'functions', 'procedures', 'modifying', 'existing', 'models', 'include', 'tables', 'columns', 'etc', 'necessary', 'complete', 'requirement', 'configuring', 'business', 'objects', 'fetch', 'data', 'hana', 'editing', 'modifying', 'exiting', 'reports', 'fetch', 'data', 'hana', 'per', 'requirement', '3', 'mc', 'donald', 'company', 'fujitsu', 'consulting', 'india', 'client', 'mc', 'donald', 'role', 'sap', 'bo', 'developer', 'team', 'size', '3', 'duration', 'july2013to', 'june2014', 'responsibilities', 'providing', 'estimation', 'create', 'universe', 'webi', 'reports', 'based', 'business', 'request', 'worked', 'creating', 'universes', 'top', 'sap', 'hana', 'bw', 'resources', 'worked', 'creating', 'complex', 'reports', 'webi', 'worked', 'providing', 'row', 'level', 'folder', 'level', 'security', 'worked', 'scheduling', 'reports', 'tools', 'technology', 'knowledge', 'sap', 'hana', 'sps12', 'sap', 'ecc', '6', '0', 'sql', 'remedy', 'sharepoint', 'sap', 'logon', 'webi', 'power', 'bi', 'education details', 'details july', 'july 2008', '2008 february', 'february 2012', '2012 be', 'be computer', 'computer science', 'science nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university sap', 'sap hana', 'hana developer', 'developer sap', 'sap hana', 'hana developer', 'developer schlumberger', 'schlumberger skill', 'skill details', 'details sap', 'sap hana', 'hana exprience', 'exprience 60', '60 months', 'months sap', 'sap bo', 'bo exprience', 'exprience 36', '36 monthscompany', 'monthscompany details', 'details company', 'company schlumberger', 'schlumberger description', 'description schlumberger', 'schlumberger world', 'world leading', 'leading provider', 'provider technology', 'technology reservoir', 'reservoir characterization', 'characterization drilling', 'drilling production', 'production processing', 'processing oil', 'oil gas', 'gas industry', 'industry working', 'working 85', '85 countries', 'countries role', 'role sap', 'sap hana', 'hana developer', 'developer team', 'team size', 'size 12', '12 duration', 'duration feb', 'feb 2017', '2017 till', 'till date', 'date responsibilities', 'responsibilities working', 'working suit', 'suit hana', 'hana native', 'native hana', 'hana systems', 'systems working', 'working end', 'end end', 'end implementation', 'implementation release', 'release 2', '2 3', '3 2', '2 4', '4 developing', 'developing hana', 'hana information', 'information models', 'models calculation', 'calculation views', 'views table', 'table functions', 'functions procedures', 'procedures actively', 'actively involved', 'involved cutover', 'cutover activities', 'activities dry', 'dry runs', 'runs production', 'production go', 'go live', 'live post', 'post production', 'production go', 'go live', 'live resolving', 'resolving issues', 'issues worked', 'worked hana', 'hana functionalities', 'functionalities like', 'like currency', 'currency conversions', 'conversions analyzing', 'analyzing planviz', 'planviz performance', 'performance related', 'related issues', 'issues etc', 'etc worked', 'worked bring', 'bring tables', 'tables sap', 'sap hana', 'hana landing', 'landing zone', 'zone using', 'using sda', 'sda working', 'working resolve', 'resolve performance', 'performance issues', 'issues hana', 'hana views', 'views applying', 'applying filter', 'filter joins', 'joins etc', 'etc interacting', 'interacting business', 'business functional', 'functional team', 'team members', 'members based', 'based discussion', 'discussion creating', 'creating design', 'design documents', 'documents technical', 'technical specification', 'specification test', 'test documents', 'documents su', 'su essfully', 'essfully implemented', 'implemented release', 'release 2', '2 2', '2 2', '2 3', '3 us', 'us ecuador', 'ecuador canada', 'canada su', 'su essfully', 'essfully completed', 'completed self', 'self service', 'service project', 'project finance', 'finance domain', 'domain created', 'created reports', 'reports analysis', 'analysis office', 'office working', 'working create', 'create power', 'power bi', 'bi reports', 'reports working', 'working resolve', 'resolve production', 'production defects', 'defects incidents', 'incidents using', 'using hpalm', 'hpalm remedy', 'remedy tools', 'tools working', 'working resolve', 'resolve issues', 'issues existing', 'existing hana', 'hana views', 'views working', 'working promote', 'promote objects', 'objects different', 'different environment', 'environment using', 'using charm', 'charm solmon', 'solmon working', 'working enhance', 'enhance performance', 'performance hana', 'hana views', 'views using', 'using planviz', 'planviz worked', 'worked create', 'create bo', 'bo reports', 'reports vendor', 'vendor master', 'master 2', '2 aero', 'aero space', 'space design', 'design honeywell', 'honeywell company', 'company fujitsu', 'fujitsu consulting', 'consulting india', 'india description', 'description responsibilities', 'responsibilities hana', 'hana data', 'data model', 'model development', 'development modification', 'modification existing', 'existing models', 'models providing', 'providing estimation', 'estimation create', 'create data', 'data model', 'model based', 'based business', 'business request', 'request creating', 'creating views', 'views attribute', 'attribute analytical', 'analytical calculation', 'calculation views', 'views base', 'base business', 'business requirement', 'requirement creation', 'creation design', 'design document', 'document technical', 'technical design', 'design document', 'document brought', 'brought data', 'data hana', 'hana landing', 'landing zone', 'zone using', 'using slt', 'slt sda', 'sda handled', 'handled complex', 'complex performance', 'performance issues', 'issues worked', 'worked sap', 'sap landscape', 'landscape transformation', 'transformation data', 'data replication', 'replication source', 'source db', 'db hana', 'hana db', 'db solved', 'solved sit', 'sit tickets', 'tickets hana', 'hana information', 'information model', 'model developing', 'developing hana', 'hana information', 'information models', 'models calculation', 'calculation views', 'views table', 'table functions', 'functions procedures', 'procedures modifying', 'modifying existing', 'existing models', 'models include', 'include tables', 'tables columns', 'columns etc', 'etc necessary', 'necessary complete', 'complete requirement', 'requirement configuring', 'configuring business', 'business objects', 'objects fetch', 'fetch data', 'data hana', 'hana editing', 'editing modifying', 'modifying exiting', 'exiting reports', 'reports fetch', 'fetch data', 'data hana', 'hana per', 'per requirement', 'requirement 3', '3 mc', 'mc donald', 'donald company', 'company fujitsu', 'fujitsu consulting', 'consulting india', 'india client', 'client mc', 'mc donald', 'donald role', 'role sap', 'sap bo', 'bo developer', 'developer team', 'team size', 'size 3', '3 duration', 'duration july2013to', 'july2013to june2014', 'june2014 responsibilities', 'responsibilities providing', 'providing estimation', 'estimation create', 'create universe', 'universe webi', 'webi reports', 'reports based', 'based business', 'business request', 'request worked', 'worked creating', 'creating universes', 'universes top', 'top sap', 'sap hana', 'hana bw', 'bw resources', 'resources worked', 'worked creating', 'creating complex', 'complex reports', 'reports webi', 'webi worked', 'worked providing', 'providing row', 'row level', 'level folder', 'folder level', 'level security', 'security worked', 'worked scheduling', 'scheduling reports', 'reports tools', 'tools technology', 'technology knowledge', 'knowledge sap', 'sap hana', 'hana sps12', 'sps12 sap', 'sap ecc', 'ecc 6', '6 0', '0 sql', 'sql remedy', 'remedy sharepoint', 'sharepoint sap', 'sap logon', 'logon webi', 'webi power', 'power bi', 'education details july', 'details july 2008', 'july 2008 february', '2008 february 2012', 'february 2012 be', '2012 be computer', 'be computer science', 'computer science nagpur', 'science nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university sap', 'university sap hana', 'sap hana developer', 'hana developer sap', 'developer sap hana', 'sap hana developer', 'hana developer schlumberger', 'developer schlumberger skill', 'schlumberger skill details', 'skill details sap', 'details sap hana', 'sap hana exprience', 'hana exprience 60', 'exprience 60 months', '60 months sap', 'months sap bo', 'sap bo exprience', 'bo exprience 36', 'exprience 36 monthscompany', '36 monthscompany details', 'monthscompany details company', 'details company schlumberger', 'company schlumberger description', 'schlumberger description schlumberger', 'description schlumberger world', 'schlumberger world leading', 'world leading provider', 'leading provider technology', 'provider technology reservoir', 'technology reservoir characterization', 'reservoir characterization drilling', 'characterization drilling production', 'drilling production processing', 'production processing oil', 'processing oil gas', 'oil gas industry', 'gas industry working', 'industry working 85', 'working 85 countries', '85 countries role', 'countries role sap', 'role sap hana', 'sap hana developer', 'hana developer team', 'developer team size', 'team size 12', 'size 12 duration', '12 duration feb', 'duration feb 2017', 'feb 2017 till', '2017 till date', 'till date responsibilities', 'date responsibilities working', 'responsibilities working suit', 'working suit hana', 'suit hana native', 'hana native hana', 'native hana systems', 'hana systems working', 'systems working end', 'working end end', 'end end implementation', 'end implementation release', 'implementation release 2', 'release 2 3', '2 3 2', '3 2 4', '2 4 developing', '4 developing hana', 'developing hana information', 'hana information models', 'information models calculation', 'models calculation views', 'calculation views table', 'views table functions', 'table functions procedures', 'functions procedures actively', 'procedures actively involved', 'actively involved cutover', 'involved cutover activities', 'cutover activities dry', 'activities dry runs', 'dry runs production', 'runs production go', 'production go live', 'go live post', 'live post production', 'post production go', 'production go live', 'go live resolving', 'live resolving issues', 'resolving issues worked', 'issues worked hana', 'worked hana functionalities', 'hana functionalities like', 'functionalities like currency', 'like currency conversions', 'currency conversions analyzing', 'conversions analyzing planviz', 'analyzing planviz performance', 'planviz performance related', 'performance related issues', 'related issues etc', 'issues etc worked', 'etc worked bring', 'worked bring tables', 'bring tables sap', 'tables sap hana', 'sap hana landing', 'hana landing zone', 'landing zone using', 'zone using sda', 'using sda working', 'sda working resolve', 'working resolve performance', 'resolve performance issues', 'performance issues hana', 'issues hana views', 'hana views applying', 'views applying filter', 'applying filter joins', 'filter joins etc', 'joins etc interacting', 'etc interacting business', 'interacting business functional', 'business functional team', 'functional team members', 'team members based', 'members based discussion', 'based discussion creating', 'discussion creating design', 'creating design documents', 'design documents technical', 'documents technical specification', 'technical specification test', 'specification test documents', 'test documents su', 'documents su essfully', 'su essfully implemented', 'essfully implemented release', 'implemented release 2', 'release 2 2', '2 2 2', '2 2 3', '2 3 us', '3 us ecuador', 'us ecuador canada', 'ecuador canada su', 'canada su essfully', 'su essfully completed', 'essfully completed self', 'completed self service', 'self service project', 'service project finance', 'project finance domain', 'finance domain created', 'domain created reports', 'created reports analysis', 'reports analysis office', 'analysis office working', 'office working create', 'working create power', 'create power bi', 'power bi reports', 'bi reports working', 'reports working resolve', 'working resolve production', 'resolve production defects', 'production defects incidents', 'defects incidents using', 'incidents using hpalm', 'using hpalm remedy', 'hpalm remedy tools', 'remedy tools working', 'tools working resolve', 'working resolve issues', 'resolve issues existing', 'issues existing hana', 'existing hana views', 'hana views working', 'views working promote', 'working promote objects', 'promote objects different', 'objects different environment', 'different environment using', 'environment using charm', 'using charm solmon', 'charm solmon working', 'solmon working enhance', 'working enhance performance', 'enhance performance hana', 'performance hana views', 'hana views using', 'views using planviz', 'using planviz worked', 'planviz worked create', 'worked create bo', 'create bo reports', 'bo reports vendor', 'reports vendor master', 'vendor master 2', 'master 2 aero', '2 aero space', 'aero space design', 'space design honeywell', 'design honeywell company', 'honeywell company fujitsu', 'company fujitsu consulting', 'fujitsu consulting india', 'consulting india description', 'india description responsibilities', 'description responsibilities hana', 'responsibilities hana data', 'hana data model', 'data model development', 'model development modification', ...], ['education', 'details', 'may', '2013', 'master', 'computer', 'application', 'mumbai', 'maharashtra', 'imcost', 'college', 'april', '2010', 'bsc', 'computer', 'science', 'mumbai', 'maharashtra', 'v', 'k', 'k', 'menon', 'college', 'march', '2005', 'springernature', 'pune', 'maharashtra', 's', 'v', 'v', 'm', 'school', 'abap', 'developer', 'abap', 'developer', 'sap', 'exposure', 'skill', 'details', 'company', 'details', 'company', 'sap', 'exposure', 'description', '1', 'organization', 'springernature', 'duration', 'mar', '2017', 'till', 'date', 'project', 'support', 'springer', 'nature', 'project', 'type', 'support', 'role', 'abap', 'developer', 'major', 'contribution', 'writing', 'new', 'reports', 'modification', 'existing', 'reports', 'worked', 'smartforms', 'standard', 'debugging', 'issues', 'for', 'unit', 'testing', 'created', 'contracts', 'orders', 'invoices', 'tested', 'individually', 'company', 'atos', 'pvt', 'ltd', 'description', 'duration', 'may', '2014', 'dec', '2015', 'project', 'lenm', 'it', 'ministry', 'netherland', 'project', 'project', 'dsp', 'dsm', 'sinochem', 'pharmaceuticals', 'project', 'akzonobel', 'akzonobel', 'leading', 'global', 'paints', 'coatings', 'company', 'major', 'producer', 'specialty', 'chemicals', 'project', 'type', 'support', 'role', 'abap', 'developer', 'major', 'contribution', 'modified', 'sap', 'script', 'per', 'requirement', 'specified', 'modified', 'invoice', 'smart', 'form', 'created', 'custom', 'tables', 'data', 'elements', 'structures', 'education details', 'details may', 'may 2013', '2013 master', 'master computer', 'computer application', 'application mumbai', 'mumbai maharashtra', 'maharashtra imcost', 'imcost college', 'college april', 'april 2010', '2010 bsc', 'bsc computer', 'computer science', 'science mumbai', 'mumbai maharashtra', 'maharashtra v', 'v k', 'k k', 'k menon', 'menon college', 'college march', 'march 2005', '2005 springernature', 'springernature pune', 'pune maharashtra', 'maharashtra s', 's v', 'v v', 'v m', 'm school', 'school abap', 'abap developer', 'developer abap', 'abap developer', 'developer sap', 'sap exposure', 'exposure skill', 'skill details', 'details company', 'company details', 'details company', 'company sap', 'sap exposure', 'exposure description', 'description 1', '1 organization', 'organization springernature', 'springernature duration', 'duration mar', 'mar 2017', '2017 till', 'till date', 'date project', 'project support', 'support springer', 'springer nature', 'nature project', 'project type', 'type support', 'support role', 'role abap', 'abap developer', 'developer major', 'major contribution', 'contribution writing', 'writing new', 'new reports', 'reports modification', 'modification existing', 'existing reports', 'reports worked', 'worked smartforms', 'smartforms standard', 'standard debugging', 'debugging issues', 'issues for', 'for unit', 'unit testing', 'testing created', 'created contracts', 'contracts orders', 'orders invoices', 'invoices tested', 'tested individually', 'individually company', 'company atos', 'atos pvt', 'pvt ltd', 'ltd description', 'description duration', 'duration may', 'may 2014', '2014 dec', 'dec 2015', '2015 project', 'project lenm', 'lenm it', 'it ministry', 'ministry netherland', 'netherland project', 'project project', 'project dsp', 'dsp dsm', 'dsm sinochem', 'sinochem pharmaceuticals', 'pharmaceuticals project', 'project akzonobel', 'akzonobel akzonobel', 'akzonobel leading', 'leading global', 'global paints', 'paints coatings', 'coatings company', 'company major', 'major producer', 'producer specialty', 'specialty chemicals', 'chemicals project', 'project type', 'type support', 'support role', 'role abap', 'abap developer', 'developer major', 'major contribution', 'contribution modified', 'modified sap', 'sap script', 'script per', 'per requirement', 'requirement specified', 'specified modified', 'modified invoice', 'invoice smart', 'smart form', 'form created', 'created custom', 'custom tables', 'tables data', 'data elements', 'elements structures', 'education details may', 'details may 2013', 'may 2013 master', '2013 master computer', 'master computer application', 'computer application mumbai', 'application mumbai maharashtra', 'mumbai maharashtra imcost', 'maharashtra imcost college', 'imcost college april', 'college april 2010', 'april 2010 bsc', '2010 bsc computer', 'bsc computer science', 'computer science mumbai', 'science mumbai maharashtra', 'mumbai maharashtra v', 'maharashtra v k', 'v k k', 'k k menon', 'k menon college', 'menon college march', 'college march 2005', 'march 2005 springernature', '2005 springernature pune', 'springernature pune maharashtra', 'pune maharashtra s', 'maharashtra s v', 's v v', 'v v m', 'v m school', 'm school abap', 'school abap developer', 'abap developer abap', 'developer abap developer', 'abap developer sap', 'developer sap exposure', 'sap exposure skill', 'exposure skill details', 'skill details company', 'details company details', 'company details company', 'details company sap', 'company sap exposure', 'sap exposure description', 'exposure description 1', 'description 1 organization', '1 organization springernature', 'organization springernature duration', 'springernature duration mar', 'duration mar 2017', 'mar 2017 till', '2017 till date', 'till date project', 'date project support', 'project support springer', 'support springer nature', 'springer nature project', 'nature project type', 'project type support', 'type support role', 'support role abap', 'role abap developer', 'abap developer major', 'developer major contribution', 'major contribution writing', 'contribution writing new', 'writing new reports', 'new reports modification', 'reports modification existing', 'modification existing reports', 'existing reports worked', 'reports worked smartforms', 'worked smartforms standard', 'smartforms standard debugging', 'standard debugging issues', 'debugging issues for', 'issues for unit', 'for unit testing', 'unit testing created', 'testing created contracts', 'created contracts orders', 'contracts orders invoices', 'orders invoices tested', 'invoices tested individually', 'tested individually company', 'individually company atos', 'company atos pvt', 'atos pvt ltd', 'pvt ltd description', 'ltd description duration', 'description duration may', 'duration may 2014', 'may 2014 dec', '2014 dec 2015', 'dec 2015 project', '2015 project lenm', 'project lenm it', 'lenm it ministry', 'it ministry netherland', 'ministry netherland project', 'netherland project project', 'project project dsp', 'project dsp dsm', 'dsp dsm sinochem', 'dsm sinochem pharmaceuticals', 'sinochem pharmaceuticals project', 'pharmaceuticals project akzonobel', 'project akzonobel akzonobel', 'akzonobel akzonobel leading', 'akzonobel leading global', 'leading global paints', 'global paints coatings', 'paints coatings company', 'coatings company major', 'company major producer', 'major producer specialty', 'producer specialty chemicals', 'specialty chemicals project', 'chemicals project type', 'project type support', 'type support role', 'support role abap', 'role abap developer', 'abap developer major', 'developer major contribution', 'major contribution modified', 'contribution modified sap', 'modified sap script', 'sap script per', 'script per requirement', 'per requirement specified', 'requirement specified modified', 'specified modified invoice', 'modified invoice smart', 'invoice smart form', 'smart form created', 'form created custom', 'created custom tables', 'custom tables data', 'tables data elements', 'data elements structures', 'education details may 2013', 'details may 2013 master', 'may 2013 master computer', '2013 master computer application', 'master computer application mumbai', 'computer application mumbai maharashtra', 'application mumbai maharashtra imcost', 'mumbai maharashtra imcost college', 'maharashtra imcost college april', 'imcost college april 2010', 'college april 2010 bsc', 'april 2010 bsc computer', '2010 bsc computer science', 'bsc computer science mumbai', 'computer science mumbai maharashtra', 'science mumbai maharashtra v', 'mumbai maharashtra v k', 'maharashtra v k k', 'v k k menon', 'k k menon college', 'k menon college march', 'menon college march 2005', 'college march 2005 springernature', 'march 2005 springernature pune', '2005 springernature pune maharashtra', 'springernature pune maharashtra s', 'pune maharashtra s v', 'maharashtra s v v', 's v v m', 'v v m school', 'v m school abap', 'm school abap developer', 'school abap developer abap', 'abap developer abap developer', 'developer abap developer sap', 'abap developer sap exposure', 'developer sap exposure skill', 'sap exposure skill details', 'exposure skill details company', 'skill details company details', 'details company details company', 'company details company sap', 'details company sap exposure', 'company sap exposure description', 'sap exposure description 1', 'exposure description 1 organization', 'description 1 organization springernature', '1 organization springernature duration', 'organization springernature duration mar', 'springernature duration mar 2017', 'duration mar 2017 till', 'mar 2017 till date', '2017 till date project', 'till date project support', 'date project support springer', 'project support springer nature', 'support springer nature project', 'springer nature project type', 'nature project type support', 'project type support role', 'type support role abap', 'support role abap developer', 'role abap developer major', 'abap developer major contribution', 'developer major contribution writing', 'major contribution writing new', 'contribution writing new reports', 'writing new reports modification', 'new reports modification existing', 'reports modification existing reports', 'modification existing reports worked', 'existing reports worked smartforms', 'reports worked smartforms standard', 'worked smartforms standard debugging', 'smartforms standard debugging issues', 'standard debugging issues for', 'debugging issues for unit', 'issues for unit testing', 'for unit testing created', 'unit testing created contracts', 'testing created contracts orders', 'created contracts orders invoices', 'contracts orders invoices tested', 'orders invoices tested individually', 'invoices tested individually company', 'tested individually company atos', 'individually company atos pvt', 'company atos pvt ltd', 'atos pvt ltd description', 'pvt ltd description duration', 'ltd description duration may', 'description duration may 2014', 'duration may 2014 dec', 'may 2014 dec 2015', '2014 dec 2015 project', 'dec 2015 project lenm', '2015 project lenm it', 'project lenm it ministry', 'lenm it ministry netherland', 'it ministry netherland project', 'ministry netherland project project', 'netherland project project dsp', 'project project dsp dsm', 'project dsp dsm sinochem', 'dsp dsm sinochem pharmaceuticals', 'dsm sinochem pharmaceuticals project', 'sinochem pharmaceuticals project akzonobel', 'pharmaceuticals project akzonobel akzonobel', 'project akzonobel akzonobel leading', 'akzonobel akzonobel leading global', 'akzonobel leading global paints', 'leading global paints coatings', 'global paints coatings company', 'paints coatings company major', 'coatings company major producer', 'company major producer specialty', 'major producer specialty chemicals', 'producer specialty chemicals project', 'specialty chemicals project type', 'chemicals project type support', 'project type support role', 'type support role abap', 'support role abap developer', 'role abap developer major', 'abap developer major contribution', 'developer major contribution modified', 'major contribution modified sap', 'contribution modified sap script', 'modified sap script per', 'sap script per requirement', 'script per requirement specified', 'per requirement specified modified', 'requirement specified modified invoice', 'specified modified invoice smart', 'modified invoice smart form', 'invoice smart form created', 'smart form created custom', 'form created custom tables', 'created custom tables data', 'custom tables data elements', 'tables data elements structures', 'education details may 2013 master', 'details may 2013 master computer', 'may 2013 master computer application', '2013 master computer application mumbai', 'master computer application mumbai maharashtra', 'computer application mumbai maharashtra imcost', 'application mumbai maharashtra imcost college', 'mumbai maharashtra imcost college april', 'maharashtra imcost college april 2010', 'imcost college april 2010 bsc', 'college april 2010 bsc computer', 'april 2010 bsc computer science', '2010 bsc computer science mumbai', 'bsc computer science mumbai maharashtra', 'computer science mumbai maharashtra v', 'science mumbai maharashtra v k', 'mumbai maharashtra v k k', 'maharashtra v k k menon', 'v k k menon college', 'k k menon college march', 'k menon college march 2005', 'menon college march 2005 springernature', 'college march 2005 springernature pune', 'march 2005 springernature pune maharashtra', '2005 springernature pune maharashtra s', 'springernature pune maharashtra s v', 'pune maharashtra s v v', 'maharashtra s v v m', 's v v m school', 'v v m school abap', 'v m school abap developer', 'm school abap developer abap', 'school abap developer abap developer', 'abap developer abap developer sap', 'developer abap developer sap exposure', 'abap developer sap exposure skill', 'developer sap exposure skill details', 'sap exposure skill details company', 'exposure skill details company details', 'skill details company details company', 'details company details company sap', 'company details company sap exposure', 'details company sap exposure description', 'company sap exposure description 1', 'sap exposure description 1 organization', 'exposure description 1 organization springernature', 'description 1 organization springernature duration', '1 organization springernature duration mar', 'organization springernature duration mar 2017', 'springernature duration mar 2017 till', 'duration mar 2017 till date', 'mar 2017 till date project', '2017 till date project support', 'till date project support springer', 'date project support springer nature', 'project support springer nature project', 'support springer nature project type', 'springer nature project type support', 'nature project type support role', 'project type support role abap', 'type support role abap developer', 'support role abap developer major', 'role abap developer major contribution', 'abap developer major contribution writing', 'developer major contribution writing new', 'major contribution writing new reports', 'contribution writing new reports modification', 'writing new reports modification existing', 'new reports modification existing reports', 'reports modification existing reports worked', 'modification existing reports worked smartforms', 'existing reports worked smartforms standard', 'reports worked smartforms standard debugging', 'worked smartforms standard debugging issues', 'smartforms standard debugging issues for', 'standard debugging issues for unit', 'debugging issues for unit testing', 'issues for unit testing created', 'for unit testing created contracts', 'unit testing created contracts orders', 'testing created contracts orders invoices', 'created contracts orders invoices tested', 'contracts orders invoices tested individually', 'orders invoices tested individually company', 'invoices tested individually company atos', 'tested individually company atos pvt', 'individually company atos pvt ltd', 'company atos pvt ltd description', 'atos pvt ltd description duration', 'pvt ltd description duration may', 'ltd description duration may 2014', 'description duration may 2014 dec', 'duration may 2014 dec 2015', 'may 2014 dec 2015 project', '2014 dec 2015 project lenm', 'dec 2015 project lenm it', '2015 project lenm it ministry', 'project lenm it ministry netherland', 'lenm it ministry netherland project', 'it ministry netherland project project', 'ministry netherland project project dsp', 'netherland project project dsp dsm', 'project project dsp dsm sinochem', 'project dsp dsm sinochem pharmaceuticals', 'dsp dsm sinochem pharmaceuticals project', 'dsm sinochem pharmaceuticals project akzonobel', 'sinochem pharmaceuticals project akzonobel akzonobel', 'pharmaceuticals project akzonobel akzonobel leading', 'project akzonobel akzonobel leading global', 'akzonobel akzonobel leading global paints', 'akzonobel leading global paints coatings', 'leading global paints coatings company', 'global paints coatings company major', 'paints coatings company major producer', 'coatings company major producer specialty', 'company major producer specialty chemicals', 'major producer specialty chemicals project', 'producer specialty chemicals project type', 'specialty chemicals project type support', 'chemicals project type support role', 'project type support role abap', 'type support role abap developer', 'support role abap developer major', 'role abap developer major contribution', 'abap developer major contribution modified', 'developer major contribution modified sap', 'major contribution modified sap script', 'contribution modified sap script per', 'modified sap script per requirement', 'sap script per requirement specified', 'script per requirement specified modified', 'per requirement specified modified invoice', 'requirement specified modified invoice smart', 'specified modified invoice smart form', 'modified invoice smart form created', 'invoice smart form created custom', 'smart form created custom tables', 'form created custom tables data', 'created custom tables data elements', 'custom tables data elements structures', 'education details may 2013 master computer', 'details may 2013 master computer application', 'may 2013 master computer application mumbai', '2013 master computer application mumbai maharashtra', 'master computer application mumbai maharashtra imcost', 'computer application mumbai maharashtra imcost college', 'application mumbai maharashtra imcost college april', 'mumbai maharashtra imcost college april 2010', 'maharashtra imcost college april 2010 bsc', 'imcost college april 2010 bsc computer', 'college april 2010 bsc computer science', 'april 2010 bsc computer science mumbai', '2010 bsc computer science mumbai maharashtra', 'bsc computer science mumbai maharashtra v', 'computer science mumbai maharashtra v k', 'science mumbai maharashtra v k k', 'mumbai maharashtra v k k menon', 'maharashtra v k k menon college', 'v k k menon college march', 'k k menon college march 2005', 'k menon college march 2005 springernature', 'menon college march 2005 springernature pune', 'college march 2005 springernature pune maharashtra', 'march 2005 springernature pune maharashtra s', '2005 springernature pune maharashtra s v', 'springernature pune maharashtra s v v', 'pune maharashtra s v v m', 'maharashtra s v v m school', 's v v m school abap', 'v v m school abap developer', 'v m school abap developer abap', 'm school abap developer abap developer', 'school abap developer abap developer sap', 'abap developer abap developer sap exposure', 'developer abap developer sap exposure skill', 'abap developer sap exposure skill details', 'developer sap exposure skill details company', 'sap exposure skill details company details', 'exposure skill details company details company', 'skill details company details company sap', 'details company details company sap exposure', 'company details company sap exposure description', 'details company sap exposure description 1', 'company sap exposure description 1 organization', 'sap exposure description 1 organization springernature', 'exposure description 1 organization springernature duration', 'description 1 organization springernature duration mar', '1 organization springernature duration mar 2017', 'organization springernature duration mar 2017 till', 'springernature duration mar 2017 till date', 'duration mar 2017 till date project', 'mar 2017 till date project support', '2017 till date project support springer', 'till date project support springer nature', 'date project support springer nature project', 'project support springer nature project type', 'support springer nature project type support', 'springer nature project type support role', 'nature project type support role abap', 'project type support role abap developer', 'type support role abap developer major', 'support role abap developer major contribution', 'role abap developer major contribution writing', 'abap developer major contribution writing new', 'developer major contribution writing new reports', 'major contribution writing new reports modification', 'contribution writing new reports modification existing', 'writing new reports modification existing reports', 'new reports modification existing reports worked', 'reports modification existing reports worked smartforms', 'modification existing reports worked smartforms standard', 'existing reports worked smartforms standard debugging', 'reports worked smartforms standard debugging issues', 'worked smartforms standard debugging issues for', 'smartforms standard debugging issues for unit', 'standard debugging issues for unit testing', 'debugging issues for unit testing created', 'issues for unit testing created contracts', 'for unit testing created contracts orders', 'unit testing created contracts orders invoices', 'testing created contracts orders invoices tested', 'created contracts orders invoices tested individually', 'contracts orders invoices tested individually company', 'orders invoices tested individually company atos', 'invoices tested individually company atos pvt', 'tested individually company atos pvt ltd', 'individually company atos pvt ltd description', 'company atos pvt ltd description duration', 'atos pvt ltd description duration may', 'pvt ltd description duration may 2014', 'ltd description duration may 2014 dec', 'description duration may 2014 dec 2015', 'duration may 2014 dec 2015 project', 'may 2014 dec 2015 project lenm', '2014 dec 2015 project lenm it', 'dec 2015 project lenm it ministry', '2015 project lenm it ministry netherland', 'project lenm it ministry netherland project', 'lenm it ministry netherland project project', 'it ministry netherland project project dsp', 'ministry netherland project project dsp dsm', 'netherland project project dsp dsm sinochem', 'project project dsp dsm sinochem pharmaceuticals', 'project dsp dsm sinochem pharmaceuticals project', 'dsp dsm sinochem pharmaceuticals project akzonobel', 'dsm sinochem pharmaceuticals project akzonobel akzonobel', 'sinochem pharmaceuticals project akzonobel akzonobel leading', 'pharmaceuticals project akzonobel akzonobel leading global', 'project akzonobel akzonobel leading global paints', 'akzonobel akzonobel leading global paints coatings', 'akzonobel leading global paints coatings company', 'leading global paints coatings company major', 'global paints coatings company major producer', 'paints coatings company major producer specialty', 'coatings company major producer specialty chemicals', 'company major producer specialty chemicals project', 'major producer specialty chemicals project type', 'producer specialty chemicals project type support', 'specialty chemicals project type support role', 'chemicals project type support role abap', 'project type support role abap developer', 'type support role abap developer major', 'support role abap developer major contribution', 'role abap developer major contribution modified', 'abap developer major contribution modified sap', 'developer major contribution modified sap script', 'major contribution modified sap script per', 'contribution modified sap script per requirement', 'modified sap script per requirement specified', 'sap script per requirement specified modified', 'script per requirement specified modified invoice', 'per requirement specified modified invoice smart', 'requirement specified modified invoice smart form', 'specified modified invoice smart form created', 'modified invoice smart form created custom', 'invoice smart form created custom tables', 'smart form created custom tables data', 'form created custom tables data elements', 'created custom tables data elements structures', 'education details may 2013 master computer application', 'details may 2013 master computer application mumbai', 'may 2013 master computer application mumbai maharashtra', '2013 master computer application mumbai maharashtra imcost', 'master computer application mumbai maharashtra imcost college', 'computer application mumbai maharashtra imcost college april', 'application mumbai maharashtra imcost college april 2010', 'mumbai maharashtra imcost college april 2010 bsc', 'maharashtra imcost college april 2010 bsc computer', 'imcost college april 2010 bsc computer science', 'college april 2010 bsc computer science mumbai', 'april 2010 bsc computer science mumbai maharashtra', '2010 bsc computer science mumbai maharashtra v', 'bsc computer science mumbai maharashtra v k', 'computer science mumbai maharashtra v k k', 'science mumbai maharashtra v k k menon', 'mumbai maharashtra v k k menon college', 'maharashtra v k k menon college march', 'v k k menon college march 2005', 'k k menon college march 2005 springernature', 'k menon college march 2005 springernature pune', 'menon college march 2005 springernature pune maharashtra', 'college march 2005 springernature pune maharashtra s', 'march 2005 springernature pune maharashtra s v', '2005 springernature pune maharashtra s v v', 'springernature pune maharashtra s v v m', 'pune maharashtra s v v m school', 'maharashtra s v v m school abap', 's v v m school abap developer', 'v v m school abap developer abap', 'v m school abap developer abap developer', 'm school abap developer abap developer sap', 'school abap developer abap developer sap exposure', 'abap developer abap developer sap exposure skill', 'developer abap developer sap exposure skill details', 'abap developer sap exposure skill details company', 'developer sap exposure skill details company details', 'sap exposure skill details company details company', 'exposure skill details company details company sap', 'skill details company details company sap exposure', 'details company details company sap exposure description', 'company details company sap exposure description 1', 'details company sap exposure description 1 organization', 'company sap exposure description 1 organization springernature', 'sap exposure description 1 organization springernature duration', 'exposure description 1 organization springernature duration mar', 'description 1 organization springernature duration mar 2017', '1 organization springernature duration mar 2017 till', 'organization springernature duration mar 2017 till date', 'springernature duration mar 2017 till date project', 'duration mar 2017 till date project support', 'mar 2017 till date project support springer', '2017 till date project support springer nature', 'till date project support springer nature project', 'date project support springer nature project type', 'project support springer nature project type support', 'support springer nature project type support role', 'springer nature project type support role abap', 'nature project type support role abap developer', 'project type support role abap developer major', 'type support role abap developer major contribution', 'support role abap developer major contribution writing', 'role abap developer major contribution writing new', 'abap developer major contribution writing new reports', 'developer major contribution writing new reports modification', 'major contribution writing new reports modification existing', 'contribution writing new reports modification existing reports', 'writing new reports modification existing reports worked', 'new reports modification existing reports worked smartforms', 'reports modification existing reports worked smartforms standard', 'modification existing reports worked smartforms standard debugging', 'existing reports worked smartforms standard debugging issues', 'reports worked smartforms standard debugging issues for', 'worked smartforms standard debugging issues for unit', 'smartforms standard debugging issues for unit testing', 'standard debugging issues for unit testing created', 'debugging issues for unit testing created contracts', 'issues for unit testing created contracts orders', 'for unit testing created contracts orders invoices', 'unit testing created contracts orders invoices tested', 'testing created contracts orders invoices tested individually', 'created contracts orders invoices tested individually company', 'contracts orders invoices tested individually company atos', 'orders invoices tested individually company atos pvt', 'invoices tested individually company atos pvt ltd', 'tested individually company atos pvt ltd description', 'individually company atos pvt ltd description duration', 'company atos pvt ltd description duration may', 'atos pvt ltd description duration may 2014', 'pvt ltd description duration may 2014 dec', 'ltd description duration may 2014 dec 2015', 'description duration may 2014 dec 2015 project', 'duration may 2014 dec 2015 project lenm', 'may 2014 dec 2015 project lenm it', '2014 dec 2015 project lenm it ministry', 'dec 2015 project lenm it ministry netherland', '2015 project lenm it ministry netherland project', 'project lenm it ministry netherland project project', 'lenm it ministry netherland project project dsp', 'it ministry netherland project project dsp dsm', 'ministry netherland project project dsp dsm sinochem', 'netherland project project dsp dsm sinochem pharmaceuticals', 'project project dsp dsm sinochem pharmaceuticals project', 'project dsp dsm sinochem pharmaceuticals project akzonobel', 'dsp dsm sinochem pharmaceuticals project akzonobel akzonobel', 'dsm sinochem pharmaceuticals project akzonobel akzonobel leading', 'sinochem pharmaceuticals project akzonobel akzonobel leading global', 'pharmaceuticals project akzonobel akzonobel leading global paints', 'project akzonobel akzonobel leading global paints coatings', 'akzonobel akzonobel leading global paints coatings company', 'akzonobel leading global paints coatings company major', 'leading global paints coatings company major producer', 'global paints coatings company major producer specialty', 'paints coatings company major producer specialty chemicals', 'coatings company major producer specialty chemicals project', 'company major producer specialty chemicals project type', 'major producer specialty chemicals project type support', 'producer specialty chemicals project type support role', 'specialty chemicals project type support role abap', 'chemicals project type support role abap developer', 'project type support role abap developer major', 'type support role abap developer major contribution', 'support role abap developer major contribution modified', 'role abap developer major contribution modified sap', 'abap developer major contribution modified sap script', 'developer major contribution modified sap script per', 'major contribution modified sap script per requirement', 'contribution modified sap script per requirement specified', 'modified sap script per requirement specified modified', 'sap script per requirement specified modified invoice', 'script per requirement specified modified invoice smart', 'per requirement specified modified invoice smart form', 'requirement specified modified invoice smart form created', 'specified modified invoice smart form created custom', 'modified invoice smart form created custom tables', 'invoice smart form created custom tables data', 'smart form created custom tables data elements', 'form created custom tables data elements structures', 'education details may 2013 master computer application mumbai', 'details may 2013 master computer application mumbai maharashtra', 'may 2013 master computer application mumbai maharashtra imcost', '2013 master computer application mumbai maharashtra imcost college', 'master computer application mumbai maharashtra imcost college april', 'computer application mumbai maharashtra imcost college april 2010', 'application mumbai maharashtra imcost college april 2010 bsc', 'mumbai maharashtra imcost college april 2010 bsc computer', 'maharashtra imcost college april 2010 bsc computer science', 'imcost college april 2010 bsc computer science mumbai', 'college april 2010 bsc computer science mumbai maharashtra', 'april 2010 bsc computer science mumbai maharashtra v', '2010 bsc computer science mumbai maharashtra v k', ...], ['education', 'details', 'january', '2016', 'bachelor', 'of', 'engineering', 'lean', 'projects', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'diploma', 'computer', 'engineering', 'ratnagiri', 'maharashtra', 'maharashtra', 'state', 'board', 'technical', 'education', 'sap', 'consultant', 'sap', 'consultant', 'quick', 'learner', 'skill', 'details', 'company', 'details', 'company', 'quick', 'learner', 'description', 'groomed', 'skills', 'microsoft', 'excel', 'job', 'responsibilities', 'working', 'centralized', 'sap', 'security', 'project', 'includes', 'user', 'vba', 'programming', 'automation', 'level', 'authorizations', 'including', 'role', 'creation', 'changes', 'compliance', 'policy', 'maintenance', 'sap', 'systems', 'confidence', 'positive', 'attitude', 'assisting', 'users', 'troubleshooting', 'identifying', 'authorization', 'issues', 'using', 'su53', 'trace', 'analysis', 'willingness', 'learn', 'work', 'team', 'working', 'grc', '10', 'x', 'a', 'ess', 'control', 'application', 'component', 'strong', 'analytical', 'thinking', 'documentation', 'design', 'skills', 'assisting', 'defining', 'scope', 'project', 'opportunities', 'estimating', 'efforts', 'project', 'timelines', 'hands', 'experience', 'sap', 'market', 'place', 'creating', 'user', 'adaptable', 'new', 'environment', 'ability', 'get', 'along', 'oss', 'ids', 'developer', 'keys', 'people', 'education details', 'details january', 'january 2016', '2016 bachelor', 'bachelor of', 'of engineering', 'engineering lean', 'lean projects', 'projects mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2013', '2013 diploma', 'diploma computer', 'computer engineering', 'engineering ratnagiri', 'ratnagiri maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board technical', 'technical education', 'education sap', 'sap consultant', 'consultant sap', 'sap consultant', 'consultant quick', 'quick learner', 'learner skill', 'skill details', 'details company', 'company details', 'details company', 'company quick', 'quick learner', 'learner description', 'description groomed', 'groomed skills', 'skills microsoft', 'microsoft excel', 'excel job', 'job responsibilities', 'responsibilities working', 'working centralized', 'centralized sap', 'sap security', 'security project', 'project includes', 'includes user', 'user vba', 'vba programming', 'programming automation', 'automation level', 'level authorizations', 'authorizations including', 'including role', 'role creation', 'creation changes', 'changes compliance', 'compliance policy', 'policy maintenance', 'maintenance sap', 'sap systems', 'systems confidence', 'confidence positive', 'positive attitude', 'attitude assisting', 'assisting users', 'users troubleshooting', 'troubleshooting identifying', 'identifying authorization', 'authorization issues', 'issues using', 'using su53', 'su53 trace', 'trace analysis', 'analysis willingness', 'willingness learn', 'learn work', 'work team', 'team working', 'working grc', 'grc 10', '10 x', 'x a', 'a ess', 'ess control', 'control application', 'application component', 'component strong', 'strong analytical', 'analytical thinking', 'thinking documentation', 'documentation design', 'design skills', 'skills assisting', 'assisting defining', 'defining scope', 'scope project', 'project opportunities', 'opportunities estimating', 'estimating efforts', 'efforts project', 'project timelines', 'timelines hands', 'hands experience', 'experience sap', 'sap market', 'market place', 'place creating', 'creating user', 'user adaptable', 'adaptable new', 'new environment', 'environment ability', 'ability get', 'get along', 'along oss', 'oss ids', 'ids developer', 'developer keys', 'keys people', 'education details january', 'details january 2016', 'january 2016 bachelor', '2016 bachelor of', 'bachelor of engineering', 'of engineering lean', 'engineering lean projects', 'lean projects mumbai', 'projects mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2013', 'january 2013 diploma', '2013 diploma computer', 'diploma computer engineering', 'computer engineering ratnagiri', 'engineering ratnagiri maharashtra', 'ratnagiri maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board technical', 'board technical education', 'technical education sap', 'education sap consultant', 'sap consultant sap', 'consultant sap consultant', 'sap consultant quick', 'consultant quick learner', 'quick learner skill', 'learner skill details', 'skill details company', 'details company details', 'company details company', 'details company quick', 'company quick learner', 'quick learner description', 'learner description groomed', 'description groomed skills', 'groomed skills microsoft', 'skills microsoft excel', 'microsoft excel job', 'excel job responsibilities', 'job responsibilities working', 'responsibilities working centralized', 'working centralized sap', 'centralized sap security', 'sap security project', 'security project includes', 'project includes user', 'includes user vba', 'user vba programming', 'vba programming automation', 'programming automation level', 'automation level authorizations', 'level authorizations including', 'authorizations including role', 'including role creation', 'role creation changes', 'creation changes compliance', 'changes compliance policy', 'compliance policy maintenance', 'policy maintenance sap', 'maintenance sap systems', 'sap systems confidence', 'systems confidence positive', 'confidence positive attitude', 'positive attitude assisting', 'attitude assisting users', 'assisting users troubleshooting', 'users troubleshooting identifying', 'troubleshooting identifying authorization', 'identifying authorization issues', 'authorization issues using', 'issues using su53', 'using su53 trace', 'su53 trace analysis', 'trace analysis willingness', 'analysis willingness learn', 'willingness learn work', 'learn work team', 'work team working', 'team working grc', 'working grc 10', 'grc 10 x', '10 x a', 'x a ess', 'a ess control', 'ess control application', 'control application component', 'application component strong', 'component strong analytical', 'strong analytical thinking', 'analytical thinking documentation', 'thinking documentation design', 'documentation design skills', 'design skills assisting', 'skills assisting defining', 'assisting defining scope', 'defining scope project', 'scope project opportunities', 'project opportunities estimating', 'opportunities estimating efforts', 'estimating efforts project', 'efforts project timelines', 'project timelines hands', 'timelines hands experience', 'hands experience sap', 'experience sap market', 'sap market place', 'market place creating', 'place creating user', 'creating user adaptable', 'user adaptable new', 'adaptable new environment', 'new environment ability', 'environment ability get', 'ability get along', 'get along oss', 'along oss ids', 'oss ids developer', 'ids developer keys', 'developer keys people', 'education details january 2016', 'details january 2016 bachelor', 'january 2016 bachelor of', '2016 bachelor of engineering', 'bachelor of engineering lean', 'of engineering lean projects', 'engineering lean projects mumbai', 'lean projects mumbai maharashtra', 'projects mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2013', 'university january 2013 diploma', 'january 2013 diploma computer', '2013 diploma computer engineering', 'diploma computer engineering ratnagiri', 'computer engineering ratnagiri maharashtra', 'engineering ratnagiri maharashtra maharashtra', 'ratnagiri maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board technical', 'state board technical education', 'board technical education sap', 'technical education sap consultant', 'education sap consultant sap', 'sap consultant sap consultant', 'consultant sap consultant quick', 'sap consultant quick learner', 'consultant quick learner skill', 'quick learner skill details', 'learner skill details company', 'skill details company details', 'details company details company', 'company details company quick', 'details company quick learner', 'company quick learner description', 'quick learner description groomed', 'learner description groomed skills', 'description groomed skills microsoft', 'groomed skills microsoft excel', 'skills microsoft excel job', 'microsoft excel job responsibilities', 'excel job responsibilities working', 'job responsibilities working centralized', 'responsibilities working centralized sap', 'working centralized sap security', 'centralized sap security project', 'sap security project includes', 'security project includes user', 'project includes user vba', 'includes user vba programming', 'user vba programming automation', 'vba programming automation level', 'programming automation level authorizations', 'automation level authorizations including', 'level authorizations including role', 'authorizations including role creation', 'including role creation changes', 'role creation changes compliance', 'creation changes compliance policy', 'changes compliance policy maintenance', 'compliance policy maintenance sap', 'policy maintenance sap systems', 'maintenance sap systems confidence', 'sap systems confidence positive', 'systems confidence positive attitude', 'confidence positive attitude assisting', 'positive attitude assisting users', 'attitude assisting users troubleshooting', 'assisting users troubleshooting identifying', 'users troubleshooting identifying authorization', 'troubleshooting identifying authorization issues', 'identifying authorization issues using', 'authorization issues using su53', 'issues using su53 trace', 'using su53 trace analysis', 'su53 trace analysis willingness', 'trace analysis willingness learn', 'analysis willingness learn work', 'willingness learn work team', 'learn work team working', 'work team working grc', 'team working grc 10', 'working grc 10 x', 'grc 10 x a', '10 x a ess', 'x a ess control', 'a ess control application', 'ess control application component', 'control application component strong', 'application component strong analytical', 'component strong analytical thinking', 'strong analytical thinking documentation', 'analytical thinking documentation design', 'thinking documentation design skills', 'documentation design skills assisting', 'design skills assisting defining', 'skills assisting defining scope', 'assisting defining scope project', 'defining scope project opportunities', 'scope project opportunities estimating', 'project opportunities estimating efforts', 'opportunities estimating efforts project', 'estimating efforts project timelines', 'efforts project timelines hands', 'project timelines hands experience', 'timelines hands experience sap', 'hands experience sap market', 'experience sap market place', 'sap market place creating', 'market place creating user', 'place creating user adaptable', 'creating user adaptable new', 'user adaptable new environment', 'adaptable new environment ability', 'new environment ability get', 'environment ability get along', 'ability get along oss', 'get along oss ids', 'along oss ids developer', 'oss ids developer keys', 'ids developer keys people', 'education details january 2016 bachelor', 'details january 2016 bachelor of', 'january 2016 bachelor of engineering', '2016 bachelor of engineering lean', 'bachelor of engineering lean projects', 'of engineering lean projects mumbai', 'engineering lean projects mumbai maharashtra', 'lean projects mumbai maharashtra mumbai', 'projects mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university january', 'maharashtra mumbai university january 2013', 'mumbai university january 2013 diploma', 'university january 2013 diploma computer', 'january 2013 diploma computer engineering', '2013 diploma computer engineering ratnagiri', 'diploma computer engineering ratnagiri maharashtra', 'computer engineering ratnagiri maharashtra maharashtra', 'engineering ratnagiri maharashtra maharashtra state', 'ratnagiri maharashtra maharashtra state board', 'maharashtra maharashtra state board technical', 'maharashtra state board technical education', 'state board technical education sap', 'board technical education sap consultant', 'technical education sap consultant sap', 'education sap consultant sap consultant', 'sap consultant sap consultant quick', 'consultant sap consultant quick learner', 'sap consultant quick learner skill', 'consultant quick learner skill details', 'quick learner skill details company', 'learner skill details company details', 'skill details company details company', 'details company details company quick', 'company details company quick learner', 'details company quick learner description', 'company quick learner description groomed', 'quick learner description groomed skills', 'learner description groomed skills microsoft', 'description groomed skills microsoft excel', 'groomed skills microsoft excel job', 'skills microsoft excel job responsibilities', 'microsoft excel job responsibilities working', 'excel job responsibilities working centralized', 'job responsibilities working centralized sap', 'responsibilities working centralized sap security', 'working centralized sap security project', 'centralized sap security project includes', 'sap security project includes user', 'security project includes user vba', 'project includes user vba programming', 'includes user vba programming automation', 'user vba programming automation level', 'vba programming automation level authorizations', 'programming automation level authorizations including', 'automation level authorizations including role', 'level authorizations including role creation', 'authorizations including role creation changes', 'including role creation changes compliance', 'role creation changes compliance policy', 'creation changes compliance policy maintenance', 'changes compliance policy maintenance sap', 'compliance policy maintenance sap systems', 'policy maintenance sap systems confidence', 'maintenance sap systems confidence positive', 'sap systems confidence positive attitude', 'systems confidence positive attitude assisting', 'confidence positive attitude assisting users', 'positive attitude assisting users troubleshooting', 'attitude assisting users troubleshooting identifying', 'assisting users troubleshooting identifying authorization', 'users troubleshooting identifying authorization issues', 'troubleshooting identifying authorization issues using', 'identifying authorization issues using su53', 'authorization issues using su53 trace', 'issues using su53 trace analysis', 'using su53 trace analysis willingness', 'su53 trace analysis willingness learn', 'trace analysis willingness learn work', 'analysis willingness learn work team', 'willingness learn work team working', 'learn work team working grc', 'work team working grc 10', 'team working grc 10 x', 'working grc 10 x a', 'grc 10 x a ess', '10 x a ess control', 'x a ess control application', 'a ess control application component', 'ess control application component strong', 'control application component strong analytical', 'application component strong analytical thinking', 'component strong analytical thinking documentation', 'strong analytical thinking documentation design', 'analytical thinking documentation design skills', 'thinking documentation design skills assisting', 'documentation design skills assisting defining', 'design skills assisting defining scope', 'skills assisting defining scope project', 'assisting defining scope project opportunities', 'defining scope project opportunities estimating', 'scope project opportunities estimating efforts', 'project opportunities estimating efforts project', 'opportunities estimating efforts project timelines', 'estimating efforts project timelines hands', 'efforts project timelines hands experience', 'project timelines hands experience sap', 'timelines hands experience sap market', 'hands experience sap market place', 'experience sap market place creating', 'sap market place creating user', 'market place creating user adaptable', 'place creating user adaptable new', 'creating user adaptable new environment', 'user adaptable new environment ability', 'adaptable new environment ability get', 'new environment ability get along', 'environment ability get along oss', 'ability get along oss ids', 'get along oss ids developer', 'along oss ids developer keys', 'oss ids developer keys people', 'education details january 2016 bachelor of', 'details january 2016 bachelor of engineering', 'january 2016 bachelor of engineering lean', '2016 bachelor of engineering lean projects', 'bachelor of engineering lean projects mumbai', 'of engineering lean projects mumbai maharashtra', 'engineering lean projects mumbai maharashtra mumbai', 'lean projects mumbai maharashtra mumbai university', 'projects mumbai maharashtra mumbai university january', 'mumbai maharashtra mumbai university january 2013', 'maharashtra mumbai university january 2013 diploma', 'mumbai university january 2013 diploma computer', 'university january 2013 diploma computer engineering', 'january 2013 diploma computer engineering ratnagiri', '2013 diploma computer engineering ratnagiri maharashtra', 'diploma computer engineering ratnagiri maharashtra maharashtra', 'computer engineering ratnagiri maharashtra maharashtra state', 'engineering ratnagiri maharashtra maharashtra state board', 'ratnagiri maharashtra maharashtra state board technical', 'maharashtra maharashtra state board technical education', 'maharashtra state board technical education sap', 'state board technical education sap consultant', 'board technical education sap consultant sap', 'technical education sap consultant sap consultant', 'education sap consultant sap consultant quick', 'sap consultant sap consultant quick learner', 'consultant sap consultant quick learner skill', 'sap consultant quick learner skill details', 'consultant quick learner skill details company', 'quick learner skill details company details', 'learner skill details company details company', 'skill details company details company quick', 'details company details company quick learner', 'company details company quick learner description', 'details company quick learner description groomed', 'company quick learner description groomed skills', 'quick learner description groomed skills microsoft', 'learner description groomed skills microsoft excel', 'description groomed skills microsoft excel job', 'groomed skills microsoft excel job responsibilities', 'skills microsoft excel job responsibilities working', 'microsoft excel job responsibilities working centralized', 'excel job responsibilities working centralized sap', 'job responsibilities working centralized sap security', 'responsibilities working centralized sap security project', 'working centralized sap security project includes', 'centralized sap security project includes user', 'sap security project includes user vba', 'security project includes user vba programming', 'project includes user vba programming automation', 'includes user vba programming automation level', 'user vba programming automation level authorizations', 'vba programming automation level authorizations including', 'programming automation level authorizations including role', 'automation level authorizations including role creation', 'level authorizations including role creation changes', 'authorizations including role creation changes compliance', 'including role creation changes compliance policy', 'role creation changes compliance policy maintenance', 'creation changes compliance policy maintenance sap', 'changes compliance policy maintenance sap systems', 'compliance policy maintenance sap systems confidence', 'policy maintenance sap systems confidence positive', 'maintenance sap systems confidence positive attitude', 'sap systems confidence positive attitude assisting', 'systems confidence positive attitude assisting users', 'confidence positive attitude assisting users troubleshooting', 'positive attitude assisting users troubleshooting identifying', 'attitude assisting users troubleshooting identifying authorization', 'assisting users troubleshooting identifying authorization issues', 'users troubleshooting identifying authorization issues using', 'troubleshooting identifying authorization issues using su53', 'identifying authorization issues using su53 trace', 'authorization issues using su53 trace analysis', 'issues using su53 trace analysis willingness', 'using su53 trace analysis willingness learn', 'su53 trace analysis willingness learn work', 'trace analysis willingness learn work team', 'analysis willingness learn work team working', 'willingness learn work team working grc', 'learn work team working grc 10', 'work team working grc 10 x', 'team working grc 10 x a', 'working grc 10 x a ess', 'grc 10 x a ess control', '10 x a ess control application', 'x a ess control application component', 'a ess control application component strong', 'ess control application component strong analytical', 'control application component strong analytical thinking', 'application component strong analytical thinking documentation', 'component strong analytical thinking documentation design', 'strong analytical thinking documentation design skills', 'analytical thinking documentation design skills assisting', 'thinking documentation design skills assisting defining', 'documentation design skills assisting defining scope', 'design skills assisting defining scope project', 'skills assisting defining scope project opportunities', 'assisting defining scope project opportunities estimating', 'defining scope project opportunities estimating efforts', 'scope project opportunities estimating efforts project', 'project opportunities estimating efforts project timelines', 'opportunities estimating efforts project timelines hands', 'estimating efforts project timelines hands experience', 'efforts project timelines hands experience sap', 'project timelines hands experience sap market', 'timelines hands experience sap market place', 'hands experience sap market place creating', 'experience sap market place creating user', 'sap market place creating user adaptable', 'market place creating user adaptable new', 'place creating user adaptable new environment', 'creating user adaptable new environment ability', 'user adaptable new environment ability get', 'adaptable new environment ability get along', 'new environment ability get along oss', 'environment ability get along oss ids', 'ability get along oss ids developer', 'get along oss ids developer keys', 'along oss ids developer keys people', 'education details january 2016 bachelor of engineering', 'details january 2016 bachelor of engineering lean', 'january 2016 bachelor of engineering lean projects', '2016 bachelor of engineering lean projects mumbai', 'bachelor of engineering lean projects mumbai maharashtra', 'of engineering lean projects mumbai maharashtra mumbai', 'engineering lean projects mumbai maharashtra mumbai university', 'lean projects mumbai maharashtra mumbai university january', 'projects mumbai maharashtra mumbai university january 2013', 'mumbai maharashtra mumbai university january 2013 diploma', 'maharashtra mumbai university january 2013 diploma computer', 'mumbai university january 2013 diploma computer engineering', 'university january 2013 diploma computer engineering ratnagiri', 'january 2013 diploma computer engineering ratnagiri maharashtra', '2013 diploma computer engineering ratnagiri maharashtra maharashtra', 'diploma computer engineering ratnagiri maharashtra maharashtra state', 'computer engineering ratnagiri maharashtra maharashtra state board', 'engineering ratnagiri maharashtra maharashtra state board technical', 'ratnagiri maharashtra maharashtra state board technical education', 'maharashtra maharashtra state board technical education sap', 'maharashtra state board technical education sap consultant', 'state board technical education sap consultant sap', 'board technical education sap consultant sap consultant', 'technical education sap consultant sap consultant quick', 'education sap consultant sap consultant quick learner', 'sap consultant sap consultant quick learner skill', 'consultant sap consultant quick learner skill details', 'sap consultant quick learner skill details company', 'consultant quick learner skill details company details', 'quick learner skill details company details company', 'learner skill details company details company quick', 'skill details company details company quick learner', 'details company details company quick learner description', 'company details company quick learner description groomed', 'details company quick learner description groomed skills', 'company quick learner description groomed skills microsoft', 'quick learner description groomed skills microsoft excel', 'learner description groomed skills microsoft excel job', 'description groomed skills microsoft excel job responsibilities', 'groomed skills microsoft excel job responsibilities working', 'skills microsoft excel job responsibilities working centralized', 'microsoft excel job responsibilities working centralized sap', 'excel job responsibilities working centralized sap security', 'job responsibilities working centralized sap security project', 'responsibilities working centralized sap security project includes', 'working centralized sap security project includes user', 'centralized sap security project includes user vba', 'sap security project includes user vba programming', 'security project includes user vba programming automation', 'project includes user vba programming automation level', 'includes user vba programming automation level authorizations', 'user vba programming automation level authorizations including', 'vba programming automation level authorizations including role', 'programming automation level authorizations including role creation', 'automation level authorizations including role creation changes', 'level authorizations including role creation changes compliance', 'authorizations including role creation changes compliance policy', 'including role creation changes compliance policy maintenance', 'role creation changes compliance policy maintenance sap', 'creation changes compliance policy maintenance sap systems', 'changes compliance policy maintenance sap systems confidence', 'compliance policy maintenance sap systems confidence positive', 'policy maintenance sap systems confidence positive attitude', 'maintenance sap systems confidence positive attitude assisting', 'sap systems confidence positive attitude assisting users', 'systems confidence positive attitude assisting users troubleshooting', 'confidence positive attitude assisting users troubleshooting identifying', 'positive attitude assisting users troubleshooting identifying authorization', 'attitude assisting users troubleshooting identifying authorization issues', 'assisting users troubleshooting identifying authorization issues using', 'users troubleshooting identifying authorization issues using su53', 'troubleshooting identifying authorization issues using su53 trace', 'identifying authorization issues using su53 trace analysis', 'authorization issues using su53 trace analysis willingness', 'issues using su53 trace analysis willingness learn', 'using su53 trace analysis willingness learn work', 'su53 trace analysis willingness learn work team', 'trace analysis willingness learn work team working', 'analysis willingness learn work team working grc', 'willingness learn work team working grc 10', 'learn work team working grc 10 x', 'work team working grc 10 x a', 'team working grc 10 x a ess', 'working grc 10 x a ess control', 'grc 10 x a ess control application', '10 x a ess control application component', 'x a ess control application component strong', 'a ess control application component strong analytical', 'ess control application component strong analytical thinking', 'control application component strong analytical thinking documentation', 'application component strong analytical thinking documentation design', 'component strong analytical thinking documentation design skills', 'strong analytical thinking documentation design skills assisting', 'analytical thinking documentation design skills assisting defining', 'thinking documentation design skills assisting defining scope', 'documentation design skills assisting defining scope project', 'design skills assisting defining scope project opportunities', 'skills assisting defining scope project opportunities estimating', 'assisting defining scope project opportunities estimating efforts', 'defining scope project opportunities estimating efforts project', 'scope project opportunities estimating efforts project timelines', 'project opportunities estimating efforts project timelines hands', 'opportunities estimating efforts project timelines hands experience', 'estimating efforts project timelines hands experience sap', 'efforts project timelines hands experience sap market', 'project timelines hands experience sap market place', 'timelines hands experience sap market place creating', 'hands experience sap market place creating user', 'experience sap market place creating user adaptable', 'sap market place creating user adaptable new', 'market place creating user adaptable new environment', 'place creating user adaptable new environment ability', 'creating user adaptable new environment ability get', 'user adaptable new environment ability get along', 'adaptable new environment ability get along oss', 'new environment ability get along oss ids', 'environment ability get along oss ids developer', 'ability get along oss ids developer keys', 'get along oss ids developer keys people', 'education details january 2016 bachelor of engineering lean', 'details january 2016 bachelor of engineering lean projects', 'january 2016 bachelor of engineering lean projects mumbai', '2016 bachelor of engineering lean projects mumbai maharashtra', 'bachelor of engineering lean projects mumbai maharashtra mumbai', 'of engineering lean projects mumbai maharashtra mumbai university', 'engineering lean projects mumbai maharashtra mumbai university january', 'lean projects mumbai maharashtra mumbai university january 2013', 'projects mumbai maharashtra mumbai university january 2013 diploma', 'mumbai maharashtra mumbai university january 2013 diploma computer', 'maharashtra mumbai university january 2013 diploma computer engineering', 'mumbai university january 2013 diploma computer engineering ratnagiri', 'university january 2013 diploma computer engineering ratnagiri maharashtra', 'january 2013 diploma computer engineering ratnagiri maharashtra maharashtra', '2013 diploma computer engineering ratnagiri maharashtra maharashtra state', 'diploma computer engineering ratnagiri maharashtra maharashtra state board', 'computer engineering ratnagiri maharashtra maharashtra state board technical', 'engineering ratnagiri maharashtra maharashtra state board technical education', 'ratnagiri maharashtra maharashtra state board technical education sap', 'maharashtra maharashtra state board technical education sap consultant', 'maharashtra state board technical education sap consultant sap', 'state board technical education sap consultant sap consultant', 'board technical education sap consultant sap consultant quick', 'technical education sap consultant sap consultant quick learner', 'education sap consultant sap consultant quick learner skill', 'sap consultant sap consultant quick learner skill details', 'consultant sap consultant quick learner skill details company', 'sap consultant quick learner skill details company details', 'consultant quick learner skill details company details company', 'quick learner skill details company details company quick', 'learner skill details company details company quick learner', 'skill details company details company quick learner description', 'details company details company quick learner description groomed', 'company details company quick learner description groomed skills', 'details company quick learner description groomed skills microsoft', 'company quick learner description groomed skills microsoft excel', 'quick learner description groomed skills microsoft excel job', 'learner description groomed skills microsoft excel job responsibilities', 'description groomed skills microsoft excel job responsibilities working', 'groomed skills microsoft excel job responsibilities working centralized', 'skills microsoft excel job responsibilities working centralized sap', 'microsoft excel job responsibilities working centralized sap security', 'excel job responsibilities working centralized sap security project', 'job responsibilities working centralized sap security project includes', 'responsibilities working centralized sap security project includes user', 'working centralized sap security project includes user vba', 'centralized sap security project includes user vba programming', 'sap security project includes user vba programming automation', 'security project includes user vba programming automation level', 'project includes user vba programming automation level authorizations', 'includes user vba programming automation level authorizations including', 'user vba programming automation level authorizations including role', 'vba programming automation level authorizations including role creation', 'programming automation level authorizations including role creation changes', 'automation level authorizations including role creation changes compliance', 'level authorizations including role creation changes compliance policy', 'authorizations including role creation changes compliance policy maintenance', 'including role creation changes compliance policy maintenance sap', 'role creation changes compliance policy maintenance sap systems', 'creation changes compliance policy maintenance sap systems confidence', 'changes compliance policy maintenance sap systems confidence positive', 'compliance policy maintenance sap systems confidence positive attitude', 'policy maintenance sap systems confidence positive attitude assisting', 'maintenance sap systems confidence positive attitude assisting users', 'sap systems confidence positive attitude assisting users troubleshooting', 'systems confidence positive attitude assisting users troubleshooting identifying', 'confidence positive attitude assisting users troubleshooting identifying authorization', 'positive attitude assisting users troubleshooting identifying authorization issues', 'attitude assisting users troubleshooting identifying authorization issues using', 'assisting users troubleshooting identifying authorization issues using su53', 'users troubleshooting identifying authorization issues using su53 trace', 'troubleshooting identifying authorization issues using su53 trace analysis', 'identifying authorization issues using su53 trace analysis willingness', 'authorization issues using su53 trace analysis willingness learn', 'issues using su53 trace analysis willingness learn work', 'using su53 trace analysis willingness learn work team', 'su53 trace analysis willingness learn work team working', 'trace analysis willingness learn work team working grc', 'analysis willingness learn work team working grc 10', 'willingness learn work team working grc 10 x', 'learn work team working grc 10 x a', 'work team working grc 10 x a ess', 'team working grc 10 x a ess control', 'working grc 10 x a ess control application', 'grc 10 x a ess control application component', '10 x a ess control application component strong', 'x a ess control application component strong analytical', 'a ess control application component strong analytical thinking', 'ess control application component strong analytical thinking documentation', 'control application component strong analytical thinking documentation design', 'application component strong analytical thinking documentation design skills', 'component strong analytical thinking documentation design skills assisting', 'strong analytical thinking documentation design skills assisting defining', 'analytical thinking documentation design skills assisting defining scope', 'thinking documentation design skills assisting defining scope project', 'documentation design skills assisting defining scope project opportunities', 'design skills assisting defining scope project opportunities estimating', 'skills assisting defining scope project opportunities estimating efforts', 'assisting defining scope project opportunities estimating efforts project', 'defining scope project opportunities estimating efforts project timelines', 'scope project opportunities estimating efforts project timelines hands', 'project opportunities estimating efforts project timelines hands experience', 'opportunities estimating efforts project timelines hands experience sap', 'estimating efforts project timelines hands experience sap market', 'efforts project timelines hands experience sap market place', 'project timelines hands experience sap market place creating', 'timelines hands experience sap market place creating user', 'hands experience sap market place creating user adaptable', 'experience sap market place creating user adaptable new', 'sap market place creating user adaptable new environment', 'market place creating user adaptable new environment ability', 'place creating user adaptable new environment ability get', 'creating user adaptable new environment ability get along', 'user adaptable new environment ability get along oss', 'adaptable new environment ability get along oss ids', 'new environment ability get along oss ids developer', 'environment ability get along oss ids developer keys', 'ability get along oss ids developer keys people', 'education details january 2016 bachelor of engineering lean projects', 'details january 2016 bachelor of engineering lean projects mumbai', 'january 2016 bachelor of engineering lean projects mumbai maharashtra', '2016 bachelor of engineering lean projects mumbai maharashtra mumbai', 'bachelor of engineering lean projects mumbai maharashtra mumbai university', 'of engineering lean projects mumbai maharashtra mumbai university january', 'engineering lean projects mumbai maharashtra mumbai university january 2013', 'lean projects mumbai maharashtra mumbai university january 2013 diploma', 'projects mumbai maharashtra mumbai university january 2013 diploma computer', 'mumbai maharashtra mumbai university january 2013 diploma computer engineering', 'maharashtra mumbai university january 2013 diploma computer engineering ratnagiri', 'mumbai university january 2013 diploma computer engineering ratnagiri maharashtra', 'university january 2013 diploma computer engineering ratnagiri maharashtra maharashtra', 'january 2013 diploma computer engineering ratnagiri maharashtra maharashtra state', '2013 diploma computer engineering ratnagiri maharashtra maharashtra state board', 'diploma computer engineering ratnagiri maharashtra maharashtra state board technical', 'computer engineering ratnagiri maharashtra maharashtra state board technical education', 'engineering ratnagiri maharashtra maharashtra state board technical education sap', 'ratnagiri maharashtra maharashtra state board technical education sap consultant', 'maharashtra maharashtra state board technical education sap consultant sap', 'maharashtra state board technical education sap consultant sap consultant', 'state board technical education sap consultant sap consultant quick', 'board technical education sap consultant sap consultant quick learner', 'technical education sap consultant sap consultant quick learner skill', 'education sap consultant sap consultant quick learner skill details', 'sap consultant sap consultant quick learner skill details company', 'consultant sap consultant quick learner skill details company details', 'sap consultant quick learner skill details company details company', ...], ['education', 'details', 'sap', 'technical', 'architect', 'sap', 'technical', 'consultant', 'ale', 'idoc', 'odata', 'fiori', 's4hana', 'ewm', 'apo', 'retail', 'skill', 'details', 'sap', 'abap', 'exprience', '120', 'months', 'sap', 'abap', 'ale', 'idoc', 'edi', 'exprience', '96', 'months', 'sap', 'netweaver', 'gateway', 'odata', 'fiori', 'exprience', '24', 'months', 'sap', 'techno', 'functional', 'exprience', '36', 'months', 'sap', 'abap', 'is', 'retail', 'apo', 'is', 'auto', 'ewm', 'exprience', '36', 'months', 'sap', 'techno', 'functional', 'exprience', '48', 'months', 'sap', 'sd', 'exprience', '36', 'months', 'netweaver', 'gateway', 'odata', 'fiori', 'exprience', '24', 'months', 'sap', 's', '4hana', 'new', 'features', 'extensibility', 'embedded', 'analytics', 'exprience', '12', 'monthscompany', 'details', 'company', 'description', '13', 'years', 'work', 'experience', 'sap', 'includes', 'roles', 'varies', 'developer', 'subject', 'matter', 'expert', 'strong', 'project', 'experience', 'implementation', 'upgrade', 'application', 'development', 'maintenance', 'sap', 'abap', 'certified', 'associate', 'certification', 'itil', '2011', 'foundation', 'prince2', 'practitioner', 'sap', 'project', 'full', 'lifecycle', 'implementations', 'across', 'multiple', 'global', 'projects', 'direct', 'client', 'exposure', '1', '3', 'years', 'united', 'states', 'america', '1', '2', 'years', 'malaysia', 'expertise', 'sap', 'abap', 'fricew', 'components', 'experience', 'various', 'sap', 'modules', 'like', 'mm', 'fi', 'co', 'sd', 'ps', 'pp', 'cs', 'pm', 'qm', 'hr', 'experience', 's', '4hana', 'is', 'auto', 'is', 'retail', 'scm', '7', '0', 'solman', 'sap', 'gts', 'sap', 'pi', '7', '3', 'sap', 'bi', '7', '0', '7', '3', 'vistex', 'proship', 'hpqc', 'ibm', 'managenow', 'ca', 'service', 'desk', 'loftware', 'data', 'matrix', 'experience', 'sap', 'netweaver', 'gateway', 'fiori', 'also', 'created', 'number', 'pocs', 'potential', 'customers', 'su', 'essfully', 'completed', '9', 'implementation', '7', 'support', '1', 'roll', '1', 'upgrade', 'projects', 'expertise', 'understanding', 'different', 'requirements', 'client', 'diverse', 'industries', 'experience', 'leading', 'technical', 'team', 'different', 'sizes', 'customization', 'experience', 'various', 'areas', 'sd', 'fi', 'mm', 'modules', 'experience', 'upgrading', 'ecc6', '0', 'experience', 'unicode', 'conversion', 'related', 'issues', 'tasks', 'skilled', 'document', 'processes', 'identifying', 'issues', 'handling', 'multiple', 'tasks', 'training', 'end', 'users', 'proven', 'ability', 'interact', 'business', 'system', 'analysts', 'end', 'users', 'design', 'phase', 'extensive', 'experience', 'analyzing', 'complicated', 'business', 'processes', 'effort', 'estimations', 'creating', 'technical', 'specifications', 'experienced', 'onsite', 'offshore', 'support', 'model', 'work', 'lead', 'team', 'excellent', 'communication', 'skills', 'team', 'participation', 'inter', 'team', 'co', 'ordination', 'team', 'leadership', 'abilities', 'customer', 'oriented', 'attitude', 'experience', 'pre', 'sales', 'activities', 'thorough', 'understanding', 'project', 'management', 'quality', 'processes', 'education details', 'details sap', 'sap technical', 'technical architect', 'architect sap', 'sap technical', 'technical consultant', 'consultant ale', 'ale idoc', 'idoc odata', 'odata fiori', 'fiori s4hana', 's4hana ewm', 'ewm apo', 'apo retail', 'retail skill', 'skill details', 'details sap', 'sap abap', 'abap exprience', 'exprience 120', '120 months', 'months sap', 'sap abap', 'abap ale', 'ale idoc', 'idoc edi', 'edi exprience', 'exprience 96', '96 months', 'months sap', 'sap netweaver', 'netweaver gateway', 'gateway odata', 'odata fiori', 'fiori exprience', 'exprience 24', '24 months', 'months sap', 'sap techno', 'techno functional', 'functional exprience', 'exprience 36', '36 months', 'months sap', 'sap abap', 'abap is', 'is retail', 'retail apo', 'apo is', 'is auto', 'auto ewm', 'ewm exprience', 'exprience 36', '36 months', 'months sap', 'sap techno', 'techno functional', 'functional exprience', 'exprience 48', '48 months', 'months sap', 'sap sd', 'sd exprience', 'exprience 36', '36 months', 'months netweaver', 'netweaver gateway', 'gateway odata', 'odata fiori', 'fiori exprience', 'exprience 24', '24 months', 'months sap', 'sap s', 's 4hana', '4hana new', 'new features', 'features extensibility', 'extensibility embedded', 'embedded analytics', 'analytics exprience', 'exprience 12', '12 monthscompany', 'monthscompany details', 'details company', 'company description', 'description 13', '13 years', 'years work', 'work experience', 'experience sap', 'sap includes', 'includes roles', 'roles varies', 'varies developer', 'developer subject', 'subject matter', 'matter expert', 'expert strong', 'strong project', 'project experience', 'experience implementation', 'implementation upgrade', 'upgrade application', 'application development', 'development maintenance', 'maintenance sap', 'sap abap', 'abap certified', 'certified associate', 'associate certification', 'certification itil', 'itil 2011', '2011 foundation', 'foundation prince2', 'prince2 practitioner', 'practitioner sap', 'sap project', 'project full', 'full lifecycle', 'lifecycle implementations', 'implementations across', 'across multiple', 'multiple global', 'global projects', 'projects direct', 'direct client', 'client exposure', 'exposure 1', '1 3', '3 years', 'years united', 'united states', 'states america', 'america 1', '1 2', '2 years', 'years malaysia', 'malaysia expertise', 'expertise sap', 'sap abap', 'abap fricew', 'fricew components', 'components experience', 'experience various', 'various sap', 'sap modules', 'modules like', 'like mm', 'mm fi', 'fi co', 'co sd', 'sd ps', 'ps pp', 'pp cs', 'cs pm', 'pm qm', 'qm hr', 'hr experience', 'experience s', 's 4hana', '4hana is', 'is auto', 'auto is', 'is retail', 'retail scm', 'scm 7', '7 0', '0 solman', 'solman sap', 'sap gts', 'gts sap', 'sap pi', 'pi 7', '7 3', '3 sap', 'sap bi', 'bi 7', '7 0', '0 7', '7 3', '3 vistex', 'vistex proship', 'proship hpqc', 'hpqc ibm', 'ibm managenow', 'managenow ca', 'ca service', 'service desk', 'desk loftware', 'loftware data', 'data matrix', 'matrix experience', 'experience sap', 'sap netweaver', 'netweaver gateway', 'gateway fiori', 'fiori also', 'also created', 'created number', 'number pocs', 'pocs potential', 'potential customers', 'customers su', 'su essfully', 'essfully completed', 'completed 9', '9 implementation', 'implementation 7', '7 support', 'support 1', '1 roll', 'roll 1', '1 upgrade', 'upgrade projects', 'projects expertise', 'expertise understanding', 'understanding different', 'different requirements', 'requirements client', 'client diverse', 'diverse industries', 'industries experience', 'experience leading', 'leading technical', 'technical team', 'team different', 'different sizes', 'sizes customization', 'customization experience', 'experience various', 'various areas', 'areas sd', 'sd fi', 'fi mm', 'mm modules', 'modules experience', 'experience upgrading', 'upgrading ecc6', 'ecc6 0', '0 experience', 'experience unicode', 'unicode conversion', 'conversion related', 'related issues', 'issues tasks', 'tasks skilled', 'skilled document', 'document processes', 'processes identifying', 'identifying issues', 'issues handling', 'handling multiple', 'multiple tasks', 'tasks training', 'training end', 'end users', 'users proven', 'proven ability', 'ability interact', 'interact business', 'business system', 'system analysts', 'analysts end', 'end users', 'users design', 'design phase', 'phase extensive', 'extensive experience', 'experience analyzing', 'analyzing complicated', 'complicated business', 'business processes', 'processes effort', 'effort estimations', 'estimations creating', 'creating technical', 'technical specifications', 'specifications experienced', 'experienced onsite', 'onsite offshore', 'offshore support', 'support model', 'model work', 'work lead', 'lead team', 'team excellent', 'excellent communication', 'communication skills', 'skills team', 'team participation', 'participation inter', 'inter team', 'team co', 'co ordination', 'ordination team', 'team leadership', 'leadership abilities', 'abilities customer', 'customer oriented', 'oriented attitude', 'attitude experience', 'experience pre', 'pre sales', 'sales activities', 'activities thorough', 'thorough understanding', 'understanding project', 'project management', 'management quality', 'quality processes', 'education details sap', 'details sap technical', 'sap technical architect', 'technical architect sap', 'architect sap technical', 'sap technical consultant', 'technical consultant ale', 'consultant ale idoc', 'ale idoc odata', 'idoc odata fiori', 'odata fiori s4hana', 'fiori s4hana ewm', 's4hana ewm apo', 'ewm apo retail', 'apo retail skill', 'retail skill details', 'skill details sap', 'details sap abap', 'sap abap exprience', 'abap exprience 120', 'exprience 120 months', '120 months sap', 'months sap abap', 'sap abap ale', 'abap ale idoc', 'ale idoc edi', 'idoc edi exprience', 'edi exprience 96', 'exprience 96 months', '96 months sap', 'months sap netweaver', 'sap netweaver gateway', 'netweaver gateway odata', 'gateway odata fiori', 'odata fiori exprience', 'fiori exprience 24', 'exprience 24 months', '24 months sap', 'months sap techno', 'sap techno functional', 'techno functional exprience', 'functional exprience 36', 'exprience 36 months', '36 months sap', 'months sap abap', 'sap abap is', 'abap is retail', 'is retail apo', 'retail apo is', 'apo is auto', 'is auto ewm', 'auto ewm exprience', 'ewm exprience 36', 'exprience 36 months', '36 months sap', 'months sap techno', 'sap techno functional', 'techno functional exprience', 'functional exprience 48', 'exprience 48 months', '48 months sap', 'months sap sd', 'sap sd exprience', 'sd exprience 36', 'exprience 36 months', '36 months netweaver', 'months netweaver gateway', 'netweaver gateway odata', 'gateway odata fiori', 'odata fiori exprience', 'fiori exprience 24', 'exprience 24 months', '24 months sap', 'months sap s', 'sap s 4hana', 's 4hana new', '4hana new features', 'new features extensibility', 'features extensibility embedded', 'extensibility embedded analytics', 'embedded analytics exprience', 'analytics exprience 12', 'exprience 12 monthscompany', '12 monthscompany details', 'monthscompany details company', 'details company description', 'company description 13', 'description 13 years', '13 years work', 'years work experience', 'work experience sap', 'experience sap includes', 'sap includes roles', 'includes roles varies', 'roles varies developer', 'varies developer subject', 'developer subject matter', 'subject matter expert', 'matter expert strong', 'expert strong project', 'strong project experience', 'project experience implementation', 'experience implementation upgrade', 'implementation upgrade application', 'upgrade application development', 'application development maintenance', 'development maintenance sap', 'maintenance sap abap', 'sap abap certified', 'abap certified associate', 'certified associate certification', 'associate certification itil', 'certification itil 2011', 'itil 2011 foundation', '2011 foundation prince2', 'foundation prince2 practitioner', 'prince2 practitioner sap', 'practitioner sap project', 'sap project full', 'project full lifecycle', 'full lifecycle implementations', 'lifecycle implementations across', 'implementations across multiple', 'across multiple global', 'multiple global projects', 'global projects direct', 'projects direct client', 'direct client exposure', 'client exposure 1', 'exposure 1 3', '1 3 years', '3 years united', 'years united states', 'united states america', 'states america 1', 'america 1 2', '1 2 years', '2 years malaysia', 'years malaysia expertise', 'malaysia expertise sap', 'expertise sap abap', 'sap abap fricew', 'abap fricew components', 'fricew components experience', 'components experience various', 'experience various sap', 'various sap modules', 'sap modules like', 'modules like mm', 'like mm fi', 'mm fi co', 'fi co sd', 'co sd ps', 'sd ps pp', 'ps pp cs', 'pp cs pm', 'cs pm qm', 'pm qm hr', 'qm hr experience', 'hr experience s', 'experience s 4hana', 's 4hana is', '4hana is auto', 'is auto is', 'auto is retail', 'is retail scm', 'retail scm 7', 'scm 7 0', '7 0 solman', '0 solman sap', 'solman sap gts', 'sap gts sap', 'gts sap pi', 'sap pi 7', 'pi 7 3', '7 3 sap', '3 sap bi', 'sap bi 7', 'bi 7 0', '7 0 7', '0 7 3', '7 3 vistex', '3 vistex proship', 'vistex proship hpqc', 'proship hpqc ibm', 'hpqc ibm managenow', 'ibm managenow ca', 'managenow ca service', 'ca service desk', 'service desk loftware', 'desk loftware data', 'loftware data matrix', 'data matrix experience', 'matrix experience sap', 'experience sap netweaver', 'sap netweaver gateway', 'netweaver gateway fiori', 'gateway fiori also', 'fiori also created', 'also created number', 'created number pocs', 'number pocs potential', 'pocs potential customers', 'potential customers su', 'customers su essfully', 'su essfully completed', 'essfully completed 9', 'completed 9 implementation', '9 implementation 7', 'implementation 7 support', '7 support 1', 'support 1 roll', '1 roll 1', 'roll 1 upgrade', '1 upgrade projects', 'upgrade projects expertise', 'projects expertise understanding', 'expertise understanding different', 'understanding different requirements', 'different requirements client', 'requirements client diverse', 'client diverse industries', 'diverse industries experience', 'industries experience leading', 'experience leading technical', 'leading technical team', 'technical team different', 'team different sizes', 'different sizes customization', 'sizes customization experience', 'customization experience various', 'experience various areas', 'various areas sd', 'areas sd fi', 'sd fi mm', 'fi mm modules', 'mm modules experience', 'modules experience upgrading', 'experience upgrading ecc6', 'upgrading ecc6 0', 'ecc6 0 experience', '0 experience unicode', 'experience unicode conversion', 'unicode conversion related', 'conversion related issues', 'related issues tasks', 'issues tasks skilled', 'tasks skilled document', 'skilled document processes', 'document processes identifying', 'processes identifying issues', 'identifying issues handling', 'issues handling multiple', 'handling multiple tasks', 'multiple tasks training', 'tasks training end', 'training end users', 'end users proven', 'users proven ability', 'proven ability interact', 'ability interact business', 'interact business system', 'business system analysts', 'system analysts end', 'analysts end users', 'end users design', 'users design phase', 'design phase extensive', 'phase extensive experience', 'extensive experience analyzing', 'experience analyzing complicated', 'analyzing complicated business', 'complicated business processes', 'business processes effort', 'processes effort estimations', 'effort estimations creating', 'estimations creating technical', 'creating technical specifications', 'technical specifications experienced', 'specifications experienced onsite', 'experienced onsite offshore', 'onsite offshore support', 'offshore support model', 'support model work', 'model work lead', 'work lead team', 'lead team excellent', 'team excellent communication', 'excellent communication skills', 'communication skills team', 'skills team participation', 'team participation inter', 'participation inter team', 'inter team co', 'team co ordination', 'co ordination team', 'ordination team leadership', 'team leadership abilities', 'leadership abilities customer', 'abilities customer oriented', 'customer oriented attitude', 'oriented attitude experience', 'attitude experience pre', 'experience pre sales', 'pre sales activities', 'sales activities thorough', 'activities thorough understanding', 'thorough understanding project', 'understanding project management', 'project management quality', 'management quality processes', 'education details sap technical', 'details sap technical architect', 'sap technical architect sap', 'technical architect sap technical', 'architect sap technical consultant', 'sap technical consultant ale', 'technical consultant ale idoc', 'consultant ale idoc odata', 'ale idoc odata fiori', 'idoc odata fiori s4hana', 'odata fiori s4hana ewm', 'fiori s4hana ewm apo', 's4hana ewm apo retail', 'ewm apo retail skill', 'apo retail skill details', 'retail skill details sap', 'skill details sap abap', 'details sap abap exprience', 'sap abap exprience 120', 'abap exprience 120 months', 'exprience 120 months sap', '120 months sap abap', 'months sap abap ale', 'sap abap ale idoc', 'abap ale idoc edi', 'ale idoc edi exprience', 'idoc edi exprience 96', 'edi exprience 96 months', 'exprience 96 months sap', '96 months sap netweaver', 'months sap netweaver gateway', 'sap netweaver gateway odata', 'netweaver gateway odata fiori', 'gateway odata fiori exprience', 'odata fiori exprience 24', 'fiori exprience 24 months', 'exprience 24 months sap', '24 months sap techno', 'months sap techno functional', 'sap techno functional exprience', 'techno functional exprience 36', 'functional exprience 36 months', 'exprience 36 months sap', '36 months sap abap', 'months sap abap is', 'sap abap is retail', 'abap is retail apo', 'is retail apo is', 'retail apo is auto', 'apo is auto ewm', 'is auto ewm exprience', 'auto ewm exprience 36', 'ewm exprience 36 months', 'exprience 36 months sap', '36 months sap techno', 'months sap techno functional', 'sap techno functional exprience', 'techno functional exprience 48', 'functional exprience 48 months', 'exprience 48 months sap', '48 months sap sd', 'months sap sd exprience', 'sap sd exprience 36', 'sd exprience 36 months', ...], ['excellent', 'grasping', 'power', 'learning', 'new', 'concepts', 'technology', 'highly', 'motivated', 'team', 'player', 'strong', 'work', 'ethics', 'committed', 'hard', 'work', 'ability', 'work', 'co', 'ordinate', 'team', 'effectively', 'enthusiastic', 'self', 'starter', 'team', 'player', 'quick', 'independent', 'learner', 'education', 'details', 'january', '2014', 'bachelor', 'technology', 'information', 'technology', 'branch', 'bput', 'university', 'january', '2010', 'diploma', 'engineering', 'brahmapur', 'orissa', 'u', 'c', 'p', 'engineering', 'school', 'software', 'testing', 'automation', 'engineer', 'software', 'testing', 'automation', 'engineer', 'tech', 'mahindra', 'skill', 'details', 'company', 'details', 'company', 'tech', 'mahindra', 'description', 'india', 'duration', 'oct', '2017', 'till', 'date', 'project', 'description', 'bt', 'group', 'plc', 'trading', 'bt', 'formerly', 'british', 'telecom', 'british', 'multinational', 'telecommunications', 'holding', 'company', 'head', 'offices', 'london', 'united', 'kingdom', 'i', 'worked', 'air', 'logistics', 'program', 'banner', 'british', 'telecom', 'this', 'project', 'handles', 'web', 'applications', 'carry', 'whole', 'logistics', 'operation', 'united', 'kingdom', 'various', 'airlines', 'roles', 'responsibilities', 'design', 'develop', 'framework', 'test', 'scenarios', 'test', 'cases', 'developing', 'automation', 'test', 'scripts', 'existing', 'application', 'executing', 'test', 'cases', 'every', 'new', 'release', 'involved', 'running', 'test', 'cases', 'logging', 'defects', 'hpqc', 'tool', 'involved', 'formulating', 'test', 'summary', 'report', 'conduct', 'internal', 'test', 'case', 'peer', 'reviews', 'participated', 'daily', 'scrum', 'meetings', 'participated', 'weekly', 'status', 'meetings', 'team', 'developers', 'discuss', 'open', 'issues', 'communicating', 'onsite', 'team', 'company', 'tech', 'mahindra', 'pvt', 'ltd', 'pune', 'tech', 'mahindra', 'description', 'indian', 'multinational', 'company', 'around', '115', '000', 'employees', 'spread', 'across', '90', 'countries', 'globally', 'total', 'experience', '2', 'years', '7', 'months', 'organization', 'designation', 'duration', 'company', 'tech', 'mahindra', 'description', 'project', 'description', 'at', 't', 'inc', 'american', 'multinational', 'conglomerate', 'holding', 'company', 'headquartered', 'whitacre', 'tower', 'downtown', 'dallas', 'texas', 'during', 'serving', 'software', 'engineer', 'at', 't', 'i', 'worked', 'csi', 'cam', 'common', 'service', 'interface', 'team', 'responsible', 'running', 'at', 't', 'centralised', 'solution', 'hub', 'web', 'application', 'called', 'myatt', 'com', 'roles', 'responsibilities', 'design', 'develop', 'maintaing', 'automation', 'test', 'scripts', 'test', 'cases', 'using', 'selenium', 'webdriver', 'several', 'desktop', 'window', 'automating', 'tool', 'sikuli', 'autoit', 'executing', 'test', 'cases', 'check', 'working', 'functionality', 'existing', 'application', 'involved', 'tracking', 'manging', 'test', 'life', 'cycle', 'logging', 'defects', 'using', 'jira', 'hpqc', 'alm', 'involved', 'formulating', 'test', 'summary', 'report', 'conduct', 'internal', 'test', 'case', 'peer', 'reviews', 'participated', 'daily', 'scrum', 'meetings', 'participated', 'weekly', 'status', 'meetings', 'team', 'developers', 'discuss', 'open', 'issues', 'communicating', 'onsite', 'team', 'company', 'tech', 'mahindra', 'pvt', 'ltd', 'pune', 'tech', 'mahindra', 'description', 'till', 'date', 'excellent grasping', 'grasping power', 'power learning', 'learning new', 'new concepts', 'concepts technology', 'technology highly', 'highly motivated', 'motivated team', 'team player', 'player strong', 'strong work', 'work ethics', 'ethics committed', 'committed hard', 'hard work', 'work ability', 'ability work', 'work co', 'co ordinate', 'ordinate team', 'team effectively', 'effectively enthusiastic', 'enthusiastic self', 'self starter', 'starter team', 'team player', 'player quick', 'quick independent', 'independent learner', 'learner education', 'education details', 'details january', 'january 2014', '2014 bachelor', 'bachelor technology', 'technology information', 'information technology', 'technology branch', 'branch bput', 'bput university', 'university january', 'january 2010', '2010 diploma', 'diploma engineering', 'engineering brahmapur', 'brahmapur orissa', 'orissa u', 'u c', 'c p', 'p engineering', 'engineering school', 'school software', 'software testing', 'testing automation', 'automation engineer', 'engineer software', 'software testing', 'testing automation', 'automation engineer', 'engineer tech', 'tech mahindra', 'mahindra skill', 'skill details', 'details company', 'company details', 'details company', 'company tech', 'tech mahindra', 'mahindra description', 'description india', 'india duration', 'duration oct', 'oct 2017', '2017 till', 'till date', 'date project', 'project description', 'description bt', 'bt group', 'group plc', 'plc trading', 'trading bt', 'bt formerly', 'formerly british', 'british telecom', 'telecom british', 'british multinational', 'multinational telecommunications', 'telecommunications holding', 'holding company', 'company head', 'head offices', 'offices london', 'london united', 'united kingdom', 'kingdom i', 'i worked', 'worked air', 'air logistics', 'logistics program', 'program banner', 'banner british', 'british telecom', 'telecom this', 'this project', 'project handles', 'handles web', 'web applications', 'applications carry', 'carry whole', 'whole logistics', 'logistics operation', 'operation united', 'united kingdom', 'kingdom various', 'various airlines', 'airlines roles', 'roles responsibilities', 'responsibilities design', 'design develop', 'develop framework', 'framework test', 'test scenarios', 'scenarios test', 'test cases', 'cases developing', 'developing automation', 'automation test', 'test scripts', 'scripts existing', 'existing application', 'application executing', 'executing test', 'test cases', 'cases every', 'every new', 'new release', 'release involved', 'involved running', 'running test', 'test cases', 'cases logging', 'logging defects', 'defects hpqc', 'hpqc tool', 'tool involved', 'involved formulating', 'formulating test', 'test summary', 'summary report', 'report conduct', 'conduct internal', 'internal test', 'test case', 'case peer', 'peer reviews', 'reviews participated', 'participated daily', 'daily scrum', 'scrum meetings', 'meetings participated', 'participated weekly', 'weekly status', 'status meetings', 'meetings team', 'team developers', 'developers discuss', 'discuss open', 'open issues', 'issues communicating', 'communicating onsite', 'onsite team', 'team company', 'company tech', 'tech mahindra', 'mahindra pvt', 'pvt ltd', 'ltd pune', 'pune tech', 'tech mahindra', 'mahindra description', 'description indian', 'indian multinational', 'multinational company', 'company around', 'around 115', '115 000', '000 employees', 'employees spread', 'spread across', 'across 90', '90 countries', 'countries globally', 'globally total', 'total experience', 'experience 2', '2 years', 'years 7', '7 months', 'months organization', 'organization designation', 'designation duration', 'duration company', 'company tech', 'tech mahindra', 'mahindra description', 'description project', 'project description', 'description at', 'at t', 't inc', 'inc american', 'american multinational', 'multinational conglomerate', 'conglomerate holding', 'holding company', 'company headquartered', 'headquartered whitacre', 'whitacre tower', 'tower downtown', 'downtown dallas', 'dallas texas', 'texas during', 'during serving', 'serving software', 'software engineer', 'engineer at', 'at t', 't i', 'i worked', 'worked csi', 'csi cam', 'cam common', 'common service', 'service interface', 'interface team', 'team responsible', 'responsible running', 'running at', 'at t', 't centralised', 'centralised solution', 'solution hub', 'hub web', 'web application', 'application called', 'called myatt', 'myatt com', 'com roles', 'roles responsibilities', 'responsibilities design', 'design develop', 'develop maintaing', 'maintaing automation', 'automation test', 'test scripts', 'scripts test', 'test cases', 'cases using', 'using selenium', 'selenium webdriver', 'webdriver several', 'several desktop', 'desktop window', 'window automating', 'automating tool', 'tool sikuli', 'sikuli autoit', 'autoit executing', 'executing test', 'test cases', 'cases check', 'check working', 'working functionality', 'functionality existing', 'existing application', 'application involved', 'involved tracking', 'tracking manging', 'manging test', 'test life', 'life cycle', 'cycle logging', 'logging defects', 'defects using', 'using jira', 'jira hpqc', 'hpqc alm', 'alm involved', 'involved formulating', 'formulating test', 'test summary', 'summary report', 'report conduct', 'conduct internal', 'internal test', 'test case', 'case peer', 'peer reviews', 'reviews participated', 'participated daily', 'daily scrum', 'scrum meetings', 'meetings participated', 'participated weekly', 'weekly status', 'status meetings', 'meetings team', 'team developers', 'developers discuss', 'discuss open', 'open issues', 'issues communicating', 'communicating onsite', 'onsite team', 'team company', 'company tech', 'tech mahindra', 'mahindra pvt', 'pvt ltd', 'ltd pune', 'pune tech', 'tech mahindra', 'mahindra description', 'description till', 'till date', 'excellent grasping power', 'grasping power learning', 'power learning new', 'learning new concepts', 'new concepts technology', 'concepts technology highly', 'technology highly motivated', 'highly motivated team', 'motivated team player', 'team player strong', 'player strong work', 'strong work ethics', 'work ethics committed', 'ethics committed hard', 'committed hard work', 'hard work ability', 'work ability work', 'ability work co', 'work co ordinate', 'co ordinate team', 'ordinate team effectively', 'team effectively enthusiastic', 'effectively enthusiastic self', 'enthusiastic self starter', 'self starter team', 'starter team player', 'team player quick', 'player quick independent', 'quick independent learner', 'independent learner education', 'learner education details', 'education details january', 'details january 2014', 'january 2014 bachelor', '2014 bachelor technology', 'bachelor technology information', 'technology information technology', 'information technology branch', 'technology branch bput', 'branch bput university', 'bput university january', 'university january 2010', 'january 2010 diploma', '2010 diploma engineering', 'diploma engineering brahmapur', 'engineering brahmapur orissa', 'brahmapur orissa u', 'orissa u c', 'u c p', 'c p engineering', 'p engineering school', 'engineering school software', 'school software testing', 'software testing automation', 'testing automation engineer', 'automation engineer software', 'engineer software testing', 'software testing automation', 'testing automation engineer', 'automation engineer tech', 'engineer tech mahindra', 'tech mahindra skill', 'mahindra skill details', 'skill details company', 'details company details', 'company details company', 'details company tech', 'company tech mahindra', 'tech mahindra description', 'mahindra description india', 'description india duration', 'india duration oct', 'duration oct 2017', 'oct 2017 till', '2017 till date', 'till date project', 'date project description', 'project description bt', 'description bt group', 'bt group plc', 'group plc trading', 'plc trading bt', 'trading bt formerly', 'bt formerly british', 'formerly british telecom', 'british telecom british', 'telecom british multinational', 'british multinational telecommunications', 'multinational telecommunications holding', 'telecommunications holding company', 'holding company head', 'company head offices', 'head offices london', 'offices london united', 'london united kingdom', 'united kingdom i', 'kingdom i worked', 'i worked air', 'worked air logistics', 'air logistics program', 'logistics program banner', 'program banner british', 'banner british telecom', 'british telecom this', 'telecom this project', 'this project handles', 'project handles web', 'handles web applications', 'web applications carry', 'applications carry whole', 'carry whole logistics', 'whole logistics operation', 'logistics operation united', 'operation united kingdom', 'united kingdom various', 'kingdom various airlines', 'various airlines roles', 'airlines roles responsibilities', 'roles responsibilities design', 'responsibilities design develop', 'design develop framework', 'develop framework test', 'framework test scenarios', 'test scenarios test', 'scenarios test cases', 'test cases developing', 'cases developing automation', 'developing automation test', 'automation test scripts', 'test scripts existing', 'scripts existing application', 'existing application executing', 'application executing test', 'executing test cases', 'test cases every', 'cases every new', 'every new release', 'new release involved', 'release involved running', 'involved running test', 'running test cases', 'test cases logging', 'cases logging defects', 'logging defects hpqc', 'defects hpqc tool', 'hpqc tool involved', 'tool involved formulating', 'involved formulating test', 'formulating test summary', 'test summary report', 'summary report conduct', 'report conduct internal', 'conduct internal test', 'internal test case', 'test case peer', 'case peer reviews', 'peer reviews participated', 'reviews participated daily', 'participated daily scrum', 'daily scrum meetings', 'scrum meetings participated', 'meetings participated weekly', 'participated weekly status', 'weekly status meetings', 'status meetings team', 'meetings team developers', 'team developers discuss', 'developers discuss open', 'discuss open issues', 'open issues communicating', 'issues communicating onsite', 'communicating onsite team', 'onsite team company', 'team company tech', 'company tech mahindra', 'tech mahindra pvt', 'mahindra pvt ltd', 'pvt ltd pune', 'ltd pune tech', 'pune tech mahindra', 'tech mahindra description', 'mahindra description indian', 'description indian multinational', 'indian multinational company', 'multinational company around', 'company around 115', 'around 115 000', '115 000 employees', '000 employees spread', 'employees spread across', 'spread across 90', 'across 90 countries', '90 countries globally', 'countries globally total', 'globally total experience', 'total experience 2', 'experience 2 years', '2 years 7', 'years 7 months', '7 months organization', 'months organization designation', 'organization designation duration', 'designation duration company', 'duration company tech', 'company tech mahindra', 'tech mahindra description', 'mahindra description project', 'description project description', 'project description at', 'description at t', 'at t inc', 't inc american', 'inc american multinational', 'american multinational conglomerate', 'multinational conglomerate holding', 'conglomerate holding company', 'holding company headquartered', 'company headquartered whitacre', 'headquartered whitacre tower', 'whitacre tower downtown', 'tower downtown dallas', 'downtown dallas texas', 'dallas texas during', 'texas during serving', 'during serving software', 'serving software engineer', 'software engineer at', 'engineer at t', 'at t i', 't i worked', 'i worked csi', 'worked csi cam', 'csi cam common', 'cam common service', 'common service interface', 'service interface team', 'interface team responsible', 'team responsible running', 'responsible running at', 'running at t', 'at t centralised', 't centralised solution', 'centralised solution hub', 'solution hub web', 'hub web application', 'web application called', 'application called myatt', 'called myatt com', 'myatt com roles', 'com roles responsibilities', 'roles responsibilities design', 'responsibilities design develop', 'design develop maintaing', 'develop maintaing automation', 'maintaing automation test', 'automation test scripts', 'test scripts test', 'scripts test cases', 'test cases using', 'cases using selenium', 'using selenium webdriver', 'selenium webdriver several', 'webdriver several desktop', 'several desktop window', 'desktop window automating', 'window automating tool', 'automating tool sikuli', 'tool sikuli autoit', 'sikuli autoit executing', 'autoit executing test', 'executing test cases', 'test cases check', 'cases check working', 'check working functionality', 'working functionality existing', 'functionality existing application', 'existing application involved', 'application involved tracking', 'involved tracking manging', 'tracking manging test', 'manging test life', 'test life cycle', 'life cycle logging', 'cycle logging defects', 'logging defects using', 'defects using jira', 'using jira hpqc', 'jira hpqc alm', 'hpqc alm involved', 'alm involved formulating', 'involved formulating test', 'formulating test summary', 'test summary report', 'summary report conduct', 'report conduct internal', 'conduct internal test', 'internal test case', 'test case peer', 'case peer reviews', 'peer reviews participated', 'reviews participated daily', 'participated daily scrum', 'daily scrum meetings', 'scrum meetings participated', 'meetings participated weekly', 'participated weekly status', 'weekly status meetings', 'status meetings team', 'meetings team developers', 'team developers discuss', 'developers discuss open', 'discuss open issues', 'open issues communicating', 'issues communicating onsite', 'communicating onsite team', 'onsite team company', 'team company tech', 'company tech mahindra', 'tech mahindra pvt', 'mahindra pvt ltd', 'pvt ltd pune', 'ltd pune tech', 'pune tech mahindra', 'tech mahindra description', 'mahindra description till', 'description till date', 'excellent grasping power learning', 'grasping power learning new', 'power learning new concepts', 'learning new concepts technology', 'new concepts technology highly', 'concepts technology highly motivated', 'technology highly motivated team', 'highly motivated team player', 'motivated team player strong', 'team player strong work', 'player strong work ethics', 'strong work ethics committed', 'work ethics committed hard', 'ethics committed hard work', 'committed hard work ability', 'hard work ability work', 'work ability work co', 'ability work co ordinate', 'work co ordinate team', ...], ['social', 'skills', 'ability', 'establish', 'trust', 'work', 'team', 'determined', 'good', 'work', 'ethics', 'ability', 'work', 'difficult', 'situations', 'education', 'details', 'january', '2011', 'january', '2016', 'mumbai', 'maharashtra', 'mumbai', 'university', 'bachelor', 'electronics', 'engineering', 'electronics', 'engineering', 'mumbai', 'maharashtra', 'atharva', 'college', 'engineering', 'malad', 'automation', 'electrical', 'engineer', 'automation', 'electrical', 'engineer', 'smec', 'automation', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'smec', 'automation', 'pvt', 'ltd', 'description', '18', 'supply', 'installation', 'testing', 'commissioning', 'water', 'level', 'sensor', 'valve', 'actuators', 'water', 'tanks', 'barc', 'hospital', 'anushaktinagar', 'trombay', 'barc', 'facility', 'kalyan', 'implemented', 'academy', 'projects', 'like', 'automatically', 'tank', 'filling', 'relay', 'float', 'sensor', 'level', 'control', 'bottle', 'filling', 'conveyor', 'belt', 'motion', 'waste', 'material', 'crashing', 'separated', 'conveyor', 'belt', 'motion', 'plc', 'controlling', 'role', 'automation', 'instrumentation', 'engineer', 'marine', 'industrial', 'automation', 're', 'calibration', 'field', 'instruments', 'like', 'control', 'valve', 'actuators', 'sensors', 'transmitters', 'pneumatic', 'electrical', 'research', 'developing', 'new', 'automated', 'system', 'level', 'flow', 'temperature', 'process', 'control', 'pid', 'various', 'brands', 'nippon', 'selec', 'etc', 'plc', 'panel', 'wiring', 'dol', 'star', 'delta', 'control', 'wiring', '3', 'phase', 'induction', 'motor', 'panel', 'testing', 'ip', 'knowledge', 'control', 'panel', 'quality', 'check', 'assurance', 'eletrical', 'single', 'line', 'daigram', 'sld', 'power', 'wiring', 'daigram', 'internship', 'experience', 'company', 'smec', 'automation', 'pvt', 'ltd', 'description', 'company', 'profile', 'smec', 'automation', 'provides', 'specialized', 'technical', 'consulting', 'services', 'custom', 'engineered', 'products', 'marine', 'energy', 'offshore', 'industries', 'applying', 'advanced', 'methods', 'technologies', 'smec', 'automation', 'one', 'india', 'leading', 'manufacturers', 'automation', 'monitoring', 'equipment', 'ocean', 'going', 'vessels', 'especially', 'marine', 'boiler', 'main', 'engine', 'control', 'igg', 'inert', 'gas', 'generator', 'alarm', 'system', 'project', 'company', 'smec', 'automation', 'pvt', 'ltd', 'description', 'completed', 'internship', 'instrumentation', 'calibrations', 'smec', 'automation', 'pvt', 'ltd', '6', 'months', 'duration', '8th', 'june', '2016', '30th', 'november', '2016', 'technical', 'qualification', 'underwent', 'post', 'graduate', 'diploma', 'industrial', 'calibration', 'instrumentation', 'post', 'graduate', 'diploma', 'industrial', 'automation', 'duration', '3', 'months', 'hands', 'practical', 'exposure', 'industrial', 'automation', 'tools', 'like', 'plc', 'pac', 'scada', 'hmi', 'interfacing', 'drives', 'mcc', 'panel', 'vfd', 'su', 'essful', 'examination', 'post', 'graduation', 'diploma', 'industrial', 'automation', 'post', 'graduation', 'diploma', 'industrial', 'instrumentation', 'tuv', 'rheinland', 'certified', 'qualification', '07', '11', '2016', 'technical', 'skills', 'calculation', 'selection', 'cable', 'switchgear', 'protection', 'expertise', 'plc', 'hardware', 'like', 'ab', 'schneider', 'siemens', 'omron', 'delta', 'abb', 'ge', 'fanuc', 'knowledge', 'control', 'relay', 'logic', 'ladder', 'logic', 'having', 'good', 'knowledge', 'designing', 'interfacing', 'plc', 'scada', 'intouch', 'vijeo', 'citect', 'wincc', 'ifix', 'factory', 'talkview', 'real', 'time', 'data', 'acquisition', 'opc', 'kepware', 'hmi', 'interfacing', 'handling', 'vfd', 'motor', 'control', 'schneider', 'electric', 'altivar', '28', 'series', 'calibration', 'pressure', 'gauge', 'temperature', 'gauge', 'control', 'valve', 'level', 'flow', 'measurements', 'control', 'druck', 'injector', 'smart', 'dp', 'transmitter', 'using', 'ha', 'communicator', 'piping', 'instrumentation', 'diagram', 'hand', 'tools', 'tubes', 'pipe', 'fitting', 'cable', 'cable', 'glanding', 'have', 'basic', 'knowledge', 'honeywell', 'dcs', 'c', '300', 'programming', 'completed', '5', 'days', 'robotic', 'workshop', 'kuka', 'kr', '16', 'atharva', 'college', 'engineering', 'training', '2', 'weeks', 'rk', 'electricals', 'computer', 'skills', 'electrical', 'designing', 'software', 'basic', 'autocad', 'eplan', 'plc', 'software', 'rockwell', 'twido', 'suite', 'step7', 'microwin', 'sp2', 'unity', 'pro', 'xl', 'cx', 'programmer', 'wpl', 'software', 'codesys', 'versa', 'pro', 'designing', 'software', 'wonderware', 'citectscada7', '4', 'proficy', 'hmi', 'scada', 'ifix', 'factotytalk', 'view', 'su', 'essfully', 'completed', 'spoken', 'tutorial', 'program', 'c', 'c', 'java', 'programming', 'individually', 'conducted', 'iit', 'bombay', 'completed', '5', 'days', 'basic', 'course', 'basic', 'of', 'mac', 'os', 'atharva', 'college', 'engineering', 'completed', 'phython', 'workshop', 'conducted', 'codestrike', '1', 'day', '15', 'atharva', 'college', 'engineering', 'operating', 'system', 'windows', 'mac', 'social skills', 'skills ability', 'ability establish', 'establish trust', 'trust work', 'work team', 'team determined', 'determined good', 'good work', 'work ethics', 'ethics ability', 'ability work', 'work difficult', 'difficult situations', 'situations education', 'education details', 'details january', 'january 2011', '2011 january', 'january 2016', '2016 mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university bachelor', 'bachelor electronics', 'electronics engineering', 'engineering electronics', 'electronics engineering', 'engineering mumbai', 'mumbai maharashtra', 'maharashtra atharva', 'atharva college', 'college engineering', 'engineering malad', 'malad automation', 'automation electrical', 'electrical engineer', 'engineer automation', 'automation electrical', 'electrical engineer', 'engineer smec', 'smec automation', 'automation pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company smec', 'smec automation', 'automation pvt', 'pvt ltd', 'ltd description', 'description 18', '18 supply', 'supply installation', 'installation testing', 'testing commissioning', 'commissioning water', 'water level', 'level sensor', 'sensor valve', 'valve actuators', 'actuators water', 'water tanks', 'tanks barc', 'barc hospital', 'hospital anushaktinagar', 'anushaktinagar trombay', 'trombay barc', 'barc facility', 'facility kalyan', 'kalyan implemented', 'implemented academy', 'academy projects', 'projects like', 'like automatically', 'automatically tank', 'tank filling', 'filling relay', 'relay float', 'float sensor', 'sensor level', 'level control', 'control bottle', 'bottle filling', 'filling conveyor', 'conveyor belt', 'belt motion', 'motion waste', 'waste material', 'material crashing', 'crashing separated', 'separated conveyor', 'conveyor belt', 'belt motion', 'motion plc', 'plc controlling', 'controlling role', 'role automation', 'automation instrumentation', 'instrumentation engineer', 'engineer marine', 'marine industrial', 'industrial automation', 'automation re', 're calibration', 'calibration field', 'field instruments', 'instruments like', 'like control', 'control valve', 'valve actuators', 'actuators sensors', 'sensors transmitters', 'transmitters pneumatic', 'pneumatic electrical', 'electrical research', 'research developing', 'developing new', 'new automated', 'automated system', 'system level', 'level flow', 'flow temperature', 'temperature process', 'process control', 'control pid', 'pid various', 'various brands', 'brands nippon', 'nippon selec', 'selec etc', 'etc plc', 'plc panel', 'panel wiring', 'wiring dol', 'dol star', 'star delta', 'delta control', 'control wiring', 'wiring 3', '3 phase', 'phase induction', 'induction motor', 'motor panel', 'panel testing', 'testing ip', 'ip knowledge', 'knowledge control', 'control panel', 'panel quality', 'quality check', 'check assurance', 'assurance eletrical', 'eletrical single', 'single line', 'line daigram', 'daigram sld', 'sld power', 'power wiring', 'wiring daigram', 'daigram internship', 'internship experience', 'experience company', 'company smec', 'smec automation', 'automation pvt', 'pvt ltd', 'ltd description', 'description company', 'company profile', 'profile smec', 'smec automation', 'automation provides', 'provides specialized', 'specialized technical', 'technical consulting', 'consulting services', 'services custom', 'custom engineered', 'engineered products', 'products marine', 'marine energy', 'energy offshore', 'offshore industries', 'industries applying', 'applying advanced', 'advanced methods', 'methods technologies', 'technologies smec', 'smec automation', 'automation one', 'one india', 'india leading', 'leading manufacturers', 'manufacturers automation', 'automation monitoring', 'monitoring equipment', 'equipment ocean', 'ocean going', 'going vessels', 'vessels especially', 'especially marine', 'marine boiler', 'boiler main', 'main engine', 'engine control', 'control igg', 'igg inert', 'inert gas', 'gas generator', 'generator alarm', 'alarm system', 'system project', 'project company', 'company smec', 'smec automation', 'automation pvt', 'pvt ltd', 'ltd description', 'description completed', 'completed internship', 'internship instrumentation', 'instrumentation calibrations', 'calibrations smec', 'smec automation', 'automation pvt', 'pvt ltd', 'ltd 6', '6 months', 'months duration', 'duration 8th', '8th june', 'june 2016', '2016 30th', '30th november', 'november 2016', '2016 technical', 'technical qualification', 'qualification underwent', 'underwent post', 'post graduate', 'graduate diploma', 'diploma industrial', 'industrial calibration', 'calibration instrumentation', 'instrumentation post', 'post graduate', 'graduate diploma', 'diploma industrial', 'industrial automation', 'automation duration', 'duration 3', '3 months', 'months hands', 'hands practical', 'practical exposure', 'exposure industrial', 'industrial automation', 'automation tools', 'tools like', 'like plc', 'plc pac', 'pac scada', 'scada hmi', 'hmi interfacing', 'interfacing drives', 'drives mcc', 'mcc panel', 'panel vfd', 'vfd su', 'su essful', 'essful examination', 'examination post', 'post graduation', 'graduation diploma', 'diploma industrial', 'industrial automation', 'automation post', 'post graduation', 'graduation diploma', 'diploma industrial', 'industrial instrumentation', 'instrumentation tuv', 'tuv rheinland', 'rheinland certified', 'certified qualification', 'qualification 07', '07 11', '11 2016', '2016 technical', 'technical skills', 'skills calculation', 'calculation selection', 'selection cable', 'cable switchgear', 'switchgear protection', 'protection expertise', 'expertise plc', 'plc hardware', 'hardware like', 'like ab', 'ab schneider', 'schneider siemens', 'siemens omron', 'omron delta', 'delta abb', 'abb ge', 'ge fanuc', 'fanuc knowledge', 'knowledge control', 'control relay', 'relay logic', 'logic ladder', 'ladder logic', 'logic having', 'having good', 'good knowledge', 'knowledge designing', 'designing interfacing', 'interfacing plc', 'plc scada', 'scada intouch', 'intouch vijeo', 'vijeo citect', 'citect wincc', 'wincc ifix', 'ifix factory', 'factory talkview', 'talkview real', 'real time', 'time data', 'data acquisition', 'acquisition opc', 'opc kepware', 'kepware hmi', 'hmi interfacing', 'interfacing handling', 'handling vfd', 'vfd motor', 'motor control', 'control schneider', 'schneider electric', 'electric altivar', 'altivar 28', '28 series', 'series calibration', 'calibration pressure', 'pressure gauge', 'gauge temperature', 'temperature gauge', 'gauge control', 'control valve', 'valve level', 'level flow', 'flow measurements', 'measurements control', 'control druck', 'druck injector', 'injector smart', 'smart dp', 'dp transmitter', 'transmitter using', 'using ha', 'ha communicator', 'communicator piping', 'piping instrumentation', 'instrumentation diagram', 'diagram hand', 'hand tools', 'tools tubes', 'tubes pipe', 'pipe fitting', 'fitting cable', 'cable cable', 'cable glanding', 'glanding have', 'have basic', 'basic knowledge', 'knowledge honeywell', 'honeywell dcs', 'dcs c', 'c 300', '300 programming', 'programming completed', 'completed 5', '5 days', 'days robotic', 'robotic workshop', 'workshop kuka', 'kuka kr', 'kr 16', '16 atharva', 'atharva college', 'college engineering', 'engineering training', 'training 2', '2 weeks', 'weeks rk', 'rk electricals', 'electricals computer', 'computer skills', 'skills electrical', 'electrical designing', 'designing software', 'software basic', 'basic autocad', 'autocad eplan', 'eplan plc', 'plc software', 'software rockwell', 'rockwell twido', 'twido suite', 'suite step7', 'step7 microwin', 'microwin sp2', 'sp2 unity', 'unity pro', 'pro xl', 'xl cx', 'cx programmer', 'programmer wpl', 'wpl software', 'software codesys', 'codesys versa', 'versa pro', 'pro designing', 'designing software', 'software wonderware', 'wonderware citectscada7', 'citectscada7 4', '4 proficy', 'proficy hmi', 'hmi scada', 'scada ifix', 'ifix factotytalk', 'factotytalk view', 'view su', 'su essfully', 'essfully completed', 'completed spoken', 'spoken tutorial', 'tutorial program', 'program c', 'c c', 'c java', 'java programming', 'programming individually', 'individually conducted', 'conducted iit', 'iit bombay', 'bombay completed', 'completed 5', '5 days', 'days basic', 'basic course', 'course basic', 'basic of', 'of mac', 'mac os', 'os atharva', 'atharva college', 'college engineering', 'engineering completed', 'completed phython', 'phython workshop', 'workshop conducted', 'conducted codestrike', 'codestrike 1', '1 day', 'day 15', '15 atharva', 'atharva college', 'college engineering', 'engineering operating', 'operating system', 'system windows', 'windows mac', 'social skills ability', 'skills ability establish', 'ability establish trust', 'establish trust work', 'trust work team', 'work team determined', 'team determined good', 'determined good work', 'good work ethics', 'work ethics ability', 'ethics ability work', 'ability work difficult', 'work difficult situations', 'difficult situations education', 'situations education details', 'education details january', 'details january 2011', 'january 2011 january', '2011 january 2016', 'january 2016 mumbai', '2016 mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university bachelor', 'university bachelor electronics', 'bachelor electronics engineering', 'electronics engineering electronics', 'engineering electronics engineering', 'electronics engineering mumbai', 'engineering mumbai maharashtra', 'mumbai maharashtra atharva', 'maharashtra atharva college', 'atharva college engineering', 'college engineering malad', 'engineering malad automation', 'malad automation electrical', 'automation electrical engineer', ...], ['technical', 'skills', 'automation', 'testing', 'selenium', 'webdriver', 'testng', 'testing', 'framework', 'testng', 'data', 'driven', 'page', 'object', 'model', 'applications', 'tools', 'eclipse', 'postman', 'building', 'tool', 'version', 'control', 'continuous', 'integration', 'maven', 'svn', 'jenkins', 'database', 'sql', 'languages', 'sql', 'java', 'c', 'scripting', 'languages', 'html', 'javascript', 'operating', 'system', 'windows', 'domain', 'insurance', 'erp', 'e', 'commerce', 'education', 'details', 'january', '2016', 'b', 'e', 'computer', 'pune', 'maharashtra', 'savitribai', 'phule', 'university', 'pune', 'automation', 'testing', 'java', 'developer', 'automationtesting', 'skill', 'details', 'c', 'exprience', '6', 'months', 'database', 'exprience', '6', 'months', 'eclipse', 'exprience', '6', 'months', 'employee', 'resource', 'group', 'exprience', '6', 'months', 'enterprise', 'resource', 'planning', 'exprience', '6', 'monthscompany', 'details', 'company', 'phioenix', 'microsystem', 'pvt', 'ltd', 'description', 'company', 'phioenix', 'microsystem', 'pvt', 'ltd', 'description', 'organization', 'role', 'phoenix', 'microsystems', 'pvt', 'ltd', 'jr', 'java', 'developer', 'projects', 'project', 'project', 'swb', 'ebs', 'support', 'role', 'java', 'developer', 'description', 'inventory', 'operation', 'system', 'provides', 'way', 'manage', 'inventories', 'conducted', 'day', 'day', 'basis', 'it', 'used', 'ount', 'owners', 'district', 'offices', 'manage', 'inventory', 'cycles', 'plan', 'events', 'schedule', 'stores', 'people', 'enter', 'employee', 'time', 'sheets', 'approve', 'customer', 'invoicing', 'in', 'addition', 'provides', 'several', 'tools', 'assist', 'users', 'completing', 'profitable', 'inventory', 'satisfying', 'needs', 'customers', 'responsibilities', 'environment', 'a', 'ounts', 'customers', 'stores', 'cycles', 'planning', 'scheduling', 'rescheduling', 'splits', 'time', 'collection', 'invoicing', 'closing', 'week', 'use', 'bulk', 'updates', 'bulk', 'inserts', 'updates', 'performed', 'based', 'primary', 'java', '1', '6', 'ice', 'faces', '1', '8', '2', 'ibatis', '2', '0', 'jboss', 'seam', 'ejb', '2', '0', 'html', 'project', 'project', 'intelligen', 'for', 'mobileapp', 'dev', 'kauapc', 'role', 'java', 'developer', 'description', 'inventory', 'management', 'retailer', 'project', 'develop', 'inventory', 'management', 'system', 'ims', 'essible', 'android', 'retailers', 'track', 'outstanding', 'inventory', 'cost', 'inventory', 'sales', 'day', 'thus', 'empower', 'retailer', 'better', 'manage', 'business', 'responsibilities', 'cost', 'inventory', 'inventory', 'management', 'system', 'time', 'management', 'machine', 'learning', 'platforms', 'environment', 'java', '1', '6', 'core', 'java', '6', '0', 'jsf', '2', '0', 'rich', 'faces', '4', '1', 'spring', '3', '2', 'restful', 'web', 'service', 'using', 'jersey', 'api', 'project', 'project', 'loan', 'lelo', 'automation', 'role', 'software', 'test', 'engineer', 'description', 'loan', 'le', 'lo', 'offers', 'selected', 'loan', 'multiple', 'banks', 'customer', 'select', 'particular', 'loan', 'offer', 'fill', 'details', 'form', 'get', 'registered', 'email', 'sent', 'registered', 'email', 'id', 'login', 'id', 'password', 'responsibilities', 'development', 'page', 'object', 'model', 'framework', 'automation', 'testing', 'development', 'automation', 'test', 'script', 'using', 'selenium', 'webdriver', 'testng', 'java', 'execution', 'selenium', 'test', 'cases', 'reporting', 'defects', 'debugging', 'executing', 'automation', 'test', 'script', 'using', 'selenium', 'web', 'driver', 'involved', 'functional', 'regression', 'testing', 'worked', 'jenkins', 'continuous', 'integration', 'requirements', 'reviewed', 'test', 'reports', 'prepared', 'summary', 'reports', 'environment', 'selenium', 'web', 'driver', 'java', 'eclipse', 'testng', 'sql', 'project', 'project', 'ddsm', 'automation', 'role', 'software', 'test', 'engineer', 'description', 'the', 'objective', 'project', 'automate', 'system', 'zz', 'server', 'zz', 'server', 'data', 'divider', 'team', 'manual', 'system', 'enter', 'customer', 'details', 'user', 'details', 'ddsm', 'system', 'multiple', 'roles', 'each', 'role', 'set', 'permissions', 'responsibilities', 'responsible', 'integration', 'testing', 'functional', 'testing', 'system', 'testing', 'creating', 'automation', 'test', 'cases', 'existing', 'pom', 'framework', 'using', 'selenium', 'web', 'driver', 'enhanced', 'test', 'cases', 'using', 'java', 'programming', 'features', 'testng', 'annotations', 'debugging', 'executing', 'automation', 'test', 'script', 'using', 'selenium', 'web', 'driver', 'followed', 'data', 'driven', 'approach', 'reading', 'data', 'excel', 'file', 'worked', 'jenkins', 'continuous', 'integration', 'ci', 'requirements', 'involved', 'regression', 'testing', 'api', 'testing', 'preparation', 'weekly', 'monthly', 'status', 'reports', 'environment', 'selenium', 'web', 'driver', 'java', 'eclipse', 'html', 'testng', 'sql', 'postman', 'technical skills', 'skills automation', 'automation testing', 'testing selenium', 'selenium webdriver', 'webdriver testng', 'testng testing', 'testing framework', 'framework testng', 'testng data', 'data driven', 'driven page', 'page object', 'object model', 'model applications', 'applications tools', 'tools eclipse', 'eclipse postman', 'postman building', 'building tool', 'tool version', 'version control', 'control continuous', 'continuous integration', 'integration maven', 'maven svn', 'svn jenkins', 'jenkins database', 'database sql', 'sql languages', 'languages sql', 'sql java', 'java c', 'c scripting', 'scripting languages', 'languages html', 'html javascript', 'javascript operating', 'operating system', 'system windows', 'windows domain', 'domain insurance', 'insurance erp', 'erp e', 'e commerce', 'commerce education', 'education details', 'details january', 'january 2016', '2016 b', 'b e', 'e computer', 'computer pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule university', 'university pune', 'pune automation', 'automation testing', 'testing java', 'java developer', 'developer automationtesting', 'automationtesting skill', 'skill details', 'details c', 'c exprience', 'exprience 6', '6 months', 'months database', 'database exprience', 'exprience 6', '6 months', 'months eclipse', 'eclipse exprience', 'exprience 6', '6 months', 'months employee', 'employee resource', 'resource group', 'group exprience', 'exprience 6', '6 months', 'months enterprise', 'enterprise resource', 'resource planning', 'planning exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company phioenix', 'phioenix microsystem', 'microsystem pvt', 'pvt ltd', 'ltd description', 'description company', 'company phioenix', 'phioenix microsystem', 'microsystem pvt', 'pvt ltd', 'ltd description', 'description organization', 'organization role', 'role phoenix', 'phoenix microsystems', 'microsystems pvt', 'pvt ltd', 'ltd jr', 'jr java', 'java developer', 'developer projects', 'projects project', 'project project', 'project swb', 'swb ebs', 'ebs support', 'support role', 'role java', 'java developer', 'developer description', 'description inventory', 'inventory operation', 'operation system', 'system provides', 'provides way', 'way manage', 'manage inventories', 'inventories conducted', 'conducted day', 'day day', 'day basis', 'basis it', 'it used', 'used ount', 'ount owners', 'owners district', 'district offices', 'offices manage', 'manage inventory', 'inventory cycles', 'cycles plan', 'plan events', 'events schedule', 'schedule stores', 'stores people', 'people enter', 'enter employee', 'employee time', 'time sheets', 'sheets approve', 'approve customer', 'customer invoicing', 'invoicing in', 'in addition', 'addition provides', 'provides several', 'several tools', 'tools assist', 'assist users', 'users completing', 'completing profitable', 'profitable inventory', 'inventory satisfying', 'satisfying needs', 'needs customers', 'customers responsibilities', 'responsibilities environment', 'environment a', 'a ounts', 'ounts customers', 'customers stores', 'stores cycles', 'cycles planning', 'planning scheduling', 'scheduling rescheduling', 'rescheduling splits', 'splits time', 'time collection', 'collection invoicing', 'invoicing closing', 'closing week', 'week use', 'use bulk', 'bulk updates', 'updates bulk', 'bulk inserts', 'inserts updates', 'updates performed', 'performed based', 'based primary', 'primary java', 'java 1', '1 6', '6 ice', 'ice faces', 'faces 1', '1 8', '8 2', '2 ibatis', 'ibatis 2', '2 0', '0 jboss', 'jboss seam', 'seam ejb', 'ejb 2', '2 0', '0 html', 'html project', 'project project', 'project intelligen', 'intelligen for', 'for mobileapp', 'mobileapp dev', 'dev kauapc', 'kauapc role', 'role java', 'java developer', 'developer description', 'description inventory', 'inventory management', 'management retailer', 'retailer project', 'project develop', 'develop inventory', 'inventory management', 'management system', 'system ims', 'ims essible', 'essible android', 'android retailers', 'retailers track', 'track outstanding', 'outstanding inventory', 'inventory cost', 'cost inventory', 'inventory sales', 'sales day', 'day thus', 'thus empower', 'empower retailer', 'retailer better', 'better manage', 'manage business', 'business responsibilities', 'responsibilities cost', 'cost inventory', 'inventory inventory', 'inventory management', 'management system', 'system time', 'time management', 'management machine', 'machine learning', 'learning platforms', 'platforms environment', 'environment java', 'java 1', '1 6', '6 core', 'core java', 'java 6', '6 0', '0 jsf', 'jsf 2', '2 0', '0 rich', 'rich faces', 'faces 4', '4 1', '1 spring', 'spring 3', '3 2', '2 restful', 'restful web', 'web service', 'service using', 'using jersey', 'jersey api', 'api project', 'project project', 'project loan', 'loan lelo', 'lelo automation', 'automation role', 'role software', 'software test', 'test engineer', 'engineer description', 'description loan', 'loan le', 'le lo', 'lo offers', 'offers selected', 'selected loan', 'loan multiple', 'multiple banks', 'banks customer', 'customer select', 'select particular', 'particular loan', 'loan offer', 'offer fill', 'fill details', 'details form', 'form get', 'get registered', 'registered email', 'email sent', 'sent registered', 'registered email', 'email id', 'id login', 'login id', 'id password', 'password responsibilities', 'responsibilities development', 'development page', 'page object', 'object model', 'model framework', 'framework automation', 'automation testing', 'testing development', 'development automation', 'automation test', 'test script', 'script using', 'using selenium', 'selenium webdriver', 'webdriver testng', 'testng java', 'java execution', 'execution selenium', 'selenium test', 'test cases', 'cases reporting', 'reporting defects', 'defects debugging', 'debugging executing', 'executing automation', 'automation test', 'test script', 'script using', 'using selenium', 'selenium web', 'web driver', 'driver involved', 'involved functional', 'functional regression', 'regression testing', 'testing worked', 'worked jenkins', 'jenkins continuous', 'continuous integration', 'integration requirements', 'requirements reviewed', 'reviewed test', 'test reports', 'reports prepared', 'prepared summary', 'summary reports', 'reports environment', 'environment selenium', 'selenium web', 'web driver', 'driver java', 'java eclipse', 'eclipse testng', 'testng sql', 'sql project', 'project project', 'project ddsm', 'ddsm automation', 'automation role', 'role software', 'software test', 'test engineer', 'engineer description', 'description the', 'the objective', 'objective project', 'project automate', 'automate system', 'system zz', 'zz server', 'server zz', 'zz server', 'server data', 'data divider', 'divider team', 'team manual', 'manual system', 'system enter', 'enter customer', 'customer details', 'details user', 'user details', 'details ddsm', 'ddsm system', 'system multiple', 'multiple roles', 'roles each', 'each role', 'role set', 'set permissions', 'permissions responsibilities', 'responsibilities responsible', 'responsible integration', 'integration testing', 'testing functional', 'functional testing', 'testing system', 'system testing', 'testing creating', 'creating automation', 'automation test', 'test cases', 'cases existing', 'existing pom', 'pom framework', 'framework using', 'using selenium', 'selenium web', 'web driver', 'driver enhanced', 'enhanced test', 'test cases', 'cases using', 'using java', 'java programming', 'programming features', 'features testng', 'testng annotations', 'annotations debugging', 'debugging executing', 'executing automation', 'automation test', 'test script', 'script using', 'using selenium', 'selenium web', 'web driver', 'driver followed', 'followed data', 'data driven', 'driven approach', 'approach reading', 'reading data', 'data excel', 'excel file', 'file worked', 'worked jenkins', 'jenkins continuous', 'continuous integration', 'integration ci', 'ci requirements', 'requirements involved', 'involved regression', 'regression testing', 'testing api', 'api testing', 'testing preparation', 'preparation weekly', 'weekly monthly', 'monthly status', 'status reports', 'reports environment', 'environment selenium', 'selenium web', 'web driver', 'driver java', 'java eclipse', 'eclipse html', 'html testng', 'testng sql', 'sql postman', 'technical skills automation', 'skills automation testing', 'automation testing selenium', 'testing selenium webdriver', 'selenium webdriver testng', 'webdriver testng testing', 'testng testing framework', 'testing framework testng', 'framework testng data', 'testng data driven', 'data driven page', 'driven page object', 'page object model', 'object model applications', 'model applications tools', 'applications tools eclipse', 'tools eclipse postman', 'eclipse postman building', 'postman building tool', 'building tool version', 'tool version control', 'version control continuous', 'control continuous integration', 'continuous integration maven', 'integration maven svn', 'maven svn jenkins', 'svn jenkins database', 'jenkins database sql', 'database sql languages', 'sql languages sql', 'languages sql java', 'sql java c', 'java c scripting', 'c scripting languages', 'scripting languages html', 'languages html javascript', 'html javascript operating', 'javascript operating system', 'operating system windows', 'system windows domain', 'windows domain insurance', 'domain insurance erp', 'insurance erp e', 'erp e commerce', 'e commerce education', ...], ['skills', 'agile', 'methodology', 'scrum', 'kanban', 'extreme', 'programming', 'xp', 'test', 'driven', 'development', 'tdd', 'feature', 'driven', 'development', 'fdd', 'domain', 'industrial', 'automation', 'retail', 'banking', 'insurance', 'health', 'care', 'automation', 'framework', 'modular', 'data', 'driven', 'bpt', 'hybrid', 'test', 'automation', 'tool', 'hp', 'uft', 'taf', 'load', 'runner', 'selenium', 'rational', 'robot', 'dcmtk', 'sikuli', 'languages', 'vb', 'script', 'c', 'python', 'shell', 'script', 'bug', 'tracking', 'tool', 'bugzilla', 'jira', 'hp', 'quality', 'control', 'ap', 'test', 'clear', 'quest', 'version', 'management', 'clear', 'case', 'win', 'cvs', 'svn', 'database', 'oracle', 'sql', 'server', 'mysql', 'network', 'protocols', 'tcp', 'ip', 'http', 'https', 'vpn', 'ftp', 'ldap', 'healthcare', 'dicom', 'pacs', 'hl7', 'image', 'archiving', 'image', 'reconstruction', 'rockwell', 'automation', 'logix', 'designer', 'factory', 'talk', 'rslinx', 'classic', 'control', 'flash', 'compare', 'tool', 'i', 'o', 'modules', 'profiles', 'education', 'details', 'bachelor', 'science', 'computer', 'science', 'mumbai', 'maharashtra', 'mumbai', 'university', 'qa', 'automation', 'lead', 'qa', 'automation', 'lead', 'skill', 'details', 'c', 'exprience', '63', 'months', 'python', 'exprience', '109', 'months', 'uft', 'exprience', '85', 'months', 'selenium', 'exprience', '85', 'months', 'sql', 'exprience', '69', 'monthscompany', 'details', 'company', 'leading', 'industrial', 'automation', 'description', 'responsibilities', 'test', 'rockwell', 'automation', 'embedded', 'systems', 'logix', 'designer', 'factory', 'talk', 'rslinx', 'classic', 'control', 'flash', 'compare', 'tool', 'i', 'o', 'modules', 'profiles', 'coordinate', 'onsite', 'offshore', 'qa', 'leads', 'design', 'develop', 'test', 'strategy', 'test', 'plan', 'document', 'test', 'plan', 'test', 'cases', 'base', 'product', 'requirement', 'document', 'functional', 'specification', 'discussed', 'explained', 'requirement', 'qa', 'team', 'work', 'scrum', 'base', 'agile', 'methodology', 'test', 'driven', 'development', 'environment', 'frequent', 'changing', 'requirements', 'lots', 'challenges', 'document', 'published', 'program', 'increment', 'objectives', 'program', 'increment', 'planning', 'report', 'feature', 'epics', 'backlog', 'stories', 'conduct', 'participated', 'program', 'increment', 'planning', 'backlog', 'grooming', 'sprint', 'planning', 'daily', 'stand', 'ups', 'sprint', 'review', 'retrospective', 'perform', 'automation', 'testing', 'tasks', 'design', 'create', 'maintain', 'execute', 'peer', 'review', 'test', 'scripts', 'using', 'test', 'automation', 'framework', 'taf', 'develop', 'execute', 'system', 'integration', 'gui', 'integration', 'test', 'using', 'c', 'interact', 'business', 'analysts', 'software', 'developers', 'bug', 'review', 'participated', 'qa', 'meetings', 'work', 'closely', 'development', 'engineering', 'department', 'ensure', 'proper', 'resolution', 'bugs', 'proactively', 'came', 'innovative', 'methods', 'improve', 'software', 'quality', 'test', 'coverage', 'efficiency', 'regression', 'coverage', 'created', 'maintained', 'testing', 'documents', 'high', 'level', 'requirement', 'test', 'strategy', 'report', 'test', 'plan', 'test', 'cases', 'test', 'execution', 'results', 'bug', 'report', 'quality', 'metrics', 'traceability', 'matrix', 'testing', 'summary', 'reports', 'environment', 'logix', 'designer', 'factory', 'talk', 'rslinx', 'classic', 'controlflash', 'comparetool', 'i', 'o', 'modules', 'profiles', 'test', 'automation', 'framework', 'taf', 'c', 'python', 'selenium', 'clear', 'case', 'clear', 'quest', 'uft', 'collaborative', 'lifecycle', 'management', 'version', 'one', 'company', 'ge', 'healthcare', 'description', 'responsibilities', 'validated', 'ge', 'ct', 'scanners', 'based', 'fda', 'compliances', 'regulations', 'interacted', 'clinical', 'experts', 'business', 'analysts', 'development', 'architect', 'creation', 'test', 'strategy', 'test', 'plan', 'coordinated', 'offshore', 'qa', 'onsite', 'qa', 'team', 'work', 'design', 'develop', 'test', 'strategies', 'requirement', 'traceability', 'matrix', 'designed', 'created', 'executed', 'manual', 'test', 'cases', 'base', 'product', 'requirement', 'documents', 'increased', 'productivity', 'initiating', 'use', 'automation', 'tools', 'like', 'dicom', 'qtp', 'trained', 'guided', 'ge', 'team', 'automation', 'test', 'creation', 'execution', 'using', 'qtp', 'performed', 'testing', 'types', 'functional', 'integration', 'performance', 'regression', 'provide', 'test', 'reports', 'management', 'involved', 'release', 'support', 'test', 'bed', 'creation', 'testing', 'throughout', 'release', 'process', 'environment', 'agile', 'test', 'driven', 'development', 'tdd', 'dicom', 'hl7', 'image', 'reconstruction', 'windows', 'linux', 'sql', 'c', 'python', 'qtp', 'html', 'xml', 'qtp', 'vbscripts', 'qc', 'company', 'patni', 'ge', 'healthcare', 'pacs', 'description', 'responsibilities', 'validated', 'ge', 'pacs', 'application', 'tested', 'web', 'application', 'defined', 'administration', 'authentication', 'archiving', 'dicom', 'images', 'involved', 'creation', 'automation', 'framework', 'using', 'hybrid', 'bpt', 'approach', 'responsible', 'creation', 'test', 'bed', 'golden', 'data', 'using', 'dcmtk', 'prepared', 'test', 'scenarios', 'test', 'plan', 'test', 'cases', 'automation', 'scripts', 'integration', 'system', 'end', 'end', 'testing', 'applications', 'designed', 'developed', 'user', 'defined', 'generic', 'functions', 'well', 'versed', 'vb', 'scripting', 'descriptive', 'programming', 'scripting', 'dynamic', 'objects', 'reusable', 'actions', 'defining', 'scenario', 'flows', 'uft', 'qtp', 'reviewed', 'qtp', 'scripts', 'developed', 'team', 'members', 'supported', 'qa', 'sit', 'regression', 'testing', 'team', 'environmental', 'issues', 'interact', 'downstream', 'environment', 'system', 'team', 'clarifications', 'environment', 'agile', 'test', 'driven', 'development', 'tdd', 'ge', 'pacs', 'dicom', 'hl7', 'image', 'reconstruction', 'image', 'construction', 'windows', 'linux', 'sql', 'c', 'python', 'selenium', 'qtp', 'html', 'xml', 'qtp', 'javascript', 'vbscripts', 'qc', 'company', 'hdfc', 'bank', 'limited', 'description', 'responsibilities', 'reviewed', 'business', 'requirements', 'design', 'documents', 'prepared', 'test', 'cases', 'assigned', 'project', 'releases', 'performed', 'testing', 'types', 'api', 'functional', 'integration', 'system', 'performance', 'regression', 'security', 'network', 'provide', 'test', 'reports', 'management', 'involved', 'integration', 'testing', 'release', 'new', 'functionality', 'testing', 'critical', 'bug', 'fixes', 'co', 'ordinate', 'developer', 'fixing', 'critical', 'bugs', 'involved', 'backend', 'database', 'testing', 'oracle', 'microsoft', 'sql', 'involved', 'release', 'support', 'test', 'bed', 'setup', 'testing', 'throughout', 'release', 'process', 'automation', 'test', 'flow', 'using', 'automated', 'tools', 'qtp', '10', 'environment', 'windows', 'linux', 'sql', 'c', 'python', 'qtp', 'html', 'xml', 'qtp', 'javascript', 'vbscripts', 'qc', 'company', 'vistaar', 'systems', 'limited', 'description', 'responsibilities', 'referred', 'business', 'requirements', 'documents', 'use', 'case', 'documents', 'design', 'documents', 'provided', 'client', 'developer', 'creation', 'manual', 'automation', 'test', 'cases', 'involved', 'analysis', 'design', 'creation', 'execution', 'debugging', 'automation', 'scripts', 'using', 'automation', 'tools', 'like', 'rational', 'robot', 'qtp', 'shell', 'scripting', 'testing', 'critical', 'bug', 'fixes', 'co', 'ordinate', 'developer', 'fixing', 'critical', 'bugs', 'involved', 'installation', 'build', 'maintaining', 'test', 'bed', 'smoke', 'sanitary', 'testing', 'regression', 'testing', 'performance', 'testing', 'database', 'testing', 'using', 'rational', 'robot', 'qtp', 'shell', 'scripting', 'environment', 'windows', 'linux', 'sql', 'rational', 'robot', 'v2002', 'qtp', 'v', '9', '2', 'skills agile', 'agile methodology', 'methodology scrum', 'scrum kanban', 'kanban extreme', 'extreme programming', 'programming xp', 'xp test', 'test driven', 'driven development', 'development tdd', 'tdd feature', 'feature driven', 'driven development', 'development fdd', 'fdd domain', 'domain industrial', 'industrial automation', 'automation retail', 'retail banking', 'banking insurance', 'insurance health', 'health care', 'care automation', 'automation framework', 'framework modular', 'modular data', 'data driven', 'driven bpt', 'bpt hybrid', 'hybrid test', 'test automation', 'automation tool', 'tool hp', 'hp uft', 'uft taf', 'taf load', 'load runner', 'runner selenium', 'selenium rational', 'rational robot', 'robot dcmtk', 'dcmtk sikuli', 'sikuli languages', 'languages vb', 'vb script', 'script c', 'c python', 'python shell', 'shell script', 'script bug', 'bug tracking', 'tracking tool', 'tool bugzilla', 'bugzilla jira', 'jira hp', 'hp quality', 'quality control', 'control ap', 'ap test', 'test clear', 'clear quest', 'quest version', 'version management', 'management clear', 'clear case', 'case win', 'win cvs', 'cvs svn', 'svn database', 'database oracle', 'oracle sql', 'sql server', 'server mysql', 'mysql network', 'network protocols', 'protocols tcp', 'tcp ip', 'ip http', 'http https', 'https vpn', 'vpn ftp', 'ftp ldap', 'ldap healthcare', 'healthcare dicom', 'dicom pacs', 'pacs hl7', 'hl7 image', 'image archiving', 'archiving image', 'image reconstruction', 'reconstruction rockwell', 'rockwell automation', 'automation logix', 'logix designer', 'designer factory', 'factory talk', 'talk rslinx', 'rslinx classic', 'classic control', 'control flash', 'flash compare', 'compare tool', 'tool i', 'i o', 'o modules', 'modules profiles', 'profiles education', 'education details', 'details bachelor', 'bachelor science', 'science computer', 'computer science', 'science mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university qa', 'qa automation', 'automation lead', 'lead qa', 'qa automation', 'automation lead', 'lead skill', 'skill details', 'details c', 'c exprience', 'exprience 63', '63 months', 'months python', 'python exprience', 'exprience 109', '109 months', 'months uft', 'uft exprience', 'exprience 85', '85 months', 'months selenium', 'selenium exprience', 'exprience 85', '85 months', 'months sql', 'sql exprience', 'exprience 69', '69 monthscompany', 'monthscompany details', 'details company', 'company leading', 'leading industrial', 'industrial automation', 'automation description', 'description responsibilities', 'responsibilities test', 'test rockwell', 'rockwell automation', 'automation embedded', 'embedded systems', 'systems logix', 'logix designer', 'designer factory', 'factory talk', 'talk rslinx', 'rslinx classic', 'classic control', 'control flash', 'flash compare', 'compare tool', 'tool i', 'i o', 'o modules', 'modules profiles', 'profiles coordinate', 'coordinate onsite', 'onsite offshore', 'offshore qa', 'qa leads', 'leads design', 'design develop', 'develop test', 'test strategy', 'strategy test', 'test plan', 'plan document', 'document test', 'test plan', 'plan test', 'test cases', 'cases base', 'base product', 'product requirement', 'requirement document', 'document functional', 'functional specification', 'specification discussed', 'discussed explained', 'explained requirement', 'requirement qa', 'qa team', 'team work', 'work scrum', 'scrum base', 'base agile', 'agile methodology', 'methodology test', 'test driven', 'driven development', 'development environment', 'environment frequent', 'frequent changing', 'changing requirements', 'requirements lots', 'lots challenges', 'challenges document', 'document published', 'published program', 'program increment', 'increment objectives', 'objectives program', 'program increment', 'increment planning', 'planning report', 'report feature', 'feature epics', 'epics backlog', 'backlog stories', 'stories conduct', 'conduct participated', 'participated program', 'program increment', 'increment planning', 'planning backlog', 'backlog grooming', 'grooming sprint', 'sprint planning', 'planning daily', 'daily stand', 'stand ups', 'ups sprint', 'sprint review', 'review retrospective', 'retrospective perform', 'perform automation', 'automation testing', 'testing tasks', 'tasks design', 'design create', 'create maintain', 'maintain execute', ...], ['technical', 'skills', 'summary', 'i', 'completed', 'corporate', 'training', 'manual', 'automation', 'testing', 'source', 'code', 'technology', 'pune', 'manual', 'automation', 'testing', 'selenium', 'ide', 'testng', 'selenium', 'grid', 'jenkins', 'apache', 'poi', 'good', 'knowledge', 'sdlc', 'excellent', 'understanding', 'white', 'box', 'testing', 'black', 'box', 'testing', 'good', 'knowledge', 'functional', 'testing', 'integration', 'testing', 'system', 'testing', 'good', 'exposure', 'writing', 'functional', 'integration', 'scenarios', 'good', 'understanding', 'writing', 'test', 'cases', 'including', 'test', 'case', 'design', 'technique', 'good', 'understanding', 'build', 'release', 'good', 'knowledge', 'ad', 'hoc', 'smoke', 'testing', 'excellent', 'understanding', 'usability', 'reliability', 'exploratory', 'testing', 'excellent', 'knowledge', 'globalization', 'compatibility', 'testing', 'excellent', 'understand', 'stlc', 'good', 'knowledge', 'regression', 'retesting', 'excellent', 'knowledge', 'defect', 'tracking', 'defect', 'life', 'cycle', 'good', 'knowledge', 'test', 'plan', 'traceability', 'matrix', 'internship', 'project', 'project', 'name', 'resume', 'extractor', 'duration', '6', 'months', 'role', 'manual', 'and', 'automation', 'testing', 'environment', 'jdbc', 'servlets', 'jsp', 'technologies', 'web', 'based', 'application', 'ms', 'a', 'ess2007', 'the', 'project', 'involved', 'development', 'web', 'application', 'resume', 'extractor', 'provides', 'technology', 'analyze', 'mass', 'volume', 'data', 'detect', 'resume', 'data', 'covered', 'company', 'valuable', 'information', 'this', 'project', 'company', 'site', 'based', 'recruitment', 'process', 'strengths', 'able', 'work', 'team', 'system', 'operational', 'analysis', 'good', 'communication', 'skills', 'active', 'learning', 'critical', 'thinking', 'good', 'interpersonal', 'skills', 'willing', 'take', 'challenges', 'responsibilities', 'ability', 'learn', 'new', 'technologies', 'minimal', 'time', 'period', 'education', 'details', 'january', '2015', 'bcs', 'computer', 'science', 'mgm', 'college', 'mca', 'pune', 'maharashtra', 'computer', 'science', 'fromjspm', 'college', 'hsc', 'nanded', 'maharashtra', 'maharashtra', 'state', 'board', 'ssc', 'nanded', 'maharashtra', 'maharashtra', 'state', 'board', 'software', 'testing', 'software', 'testing', 'skill', 'details', 'apache', 'exprience', '6', 'months', 'black', 'box', 'exprience', '6', 'months', 'black', 'box', 'testing', 'exprience', '6', 'months', 'functional', 'testing', 'exprience', '6', 'months', 'integration', 'exprience', '6', 'monthscompany', 'details', 'company', 'tech', 'mahindra', 'description', 'software', 'testing', 'manual', 'automation', 'company', 'description', 'software', 'test', 'engineer', 'technical skills', 'skills summary', 'summary i', 'i completed', 'completed corporate', 'corporate training', 'training manual', 'manual automation', 'automation testing', 'testing source', 'source code', 'code technology', 'technology pune', 'pune manual', 'manual automation', 'automation testing', 'testing selenium', 'selenium ide', 'ide testng', 'testng selenium', 'selenium grid', 'grid jenkins', 'jenkins apache', 'apache poi', 'poi good', 'good knowledge', 'knowledge sdlc', 'sdlc excellent', 'excellent understanding', 'understanding white', 'white box', 'box testing', 'testing black', 'black box', 'box testing', 'testing good', 'good knowledge', 'knowledge functional', 'functional testing', 'testing integration', 'integration testing', 'testing system', 'system testing', 'testing good', 'good exposure', 'exposure writing', 'writing functional', 'functional integration', 'integration scenarios', 'scenarios good', 'good understanding', 'understanding writing', 'writing test', 'test cases', 'cases including', 'including test', 'test case', 'case design', 'design technique', 'technique good', 'good understanding', 'understanding build', 'build release', 'release good', 'good knowledge', 'knowledge ad', 'ad hoc', 'hoc smoke', 'smoke testing', 'testing excellent', 'excellent understanding', 'understanding usability', 'usability reliability', 'reliability exploratory', 'exploratory testing', 'testing excellent', 'excellent knowledge', 'knowledge globalization', 'globalization compatibility', 'compatibility testing', 'testing excellent', 'excellent understand', 'understand stlc', 'stlc good', 'good knowledge', 'knowledge regression', 'regression retesting', 'retesting excellent', 'excellent knowledge', 'knowledge defect', 'defect tracking', 'tracking defect', 'defect life', 'life cycle', 'cycle good', 'good knowledge', 'knowledge test', 'test plan', 'plan traceability', 'traceability matrix', 'matrix internship', 'internship project', 'project project', 'project name', 'name resume', 'resume extractor', 'extractor duration', 'duration 6', '6 months', 'months role', 'role manual', 'manual and', 'and automation', 'automation testing', 'testing environment', 'environment jdbc', 'jdbc servlets', 'servlets jsp', 'jsp technologies', 'technologies web', 'web based', 'based application', 'application ms', 'ms a', 'a ess2007', 'ess2007 the', 'the project', 'project involved', 'involved development', 'development web', 'web application', 'application resume', 'resume extractor', 'extractor provides', 'provides technology', 'technology analyze', 'analyze mass', 'mass volume', 'volume data', 'data detect', 'detect resume', 'resume data', 'data covered', 'covered company', 'company valuable', 'valuable information', 'information this', 'this project', 'project company', 'company site', 'site based', 'based recruitment', 'recruitment process', 'process strengths', 'strengths able', 'able work', 'work team', 'team system', 'system operational', 'operational analysis', 'analysis good', 'good communication', 'communication skills', 'skills active', 'active learning', 'learning critical', 'critical thinking', 'thinking good', 'good interpersonal', 'interpersonal skills', 'skills willing', 'willing take', 'take challenges', 'challenges responsibilities', 'responsibilities ability', 'ability learn', 'learn new', 'new technologies', 'technologies minimal', 'minimal time', 'time period', 'period education', 'education details', 'details january', 'january 2015', '2015 bcs', 'bcs computer', 'computer science', 'science mgm', 'mgm college', 'college mca', 'mca pune', 'pune maharashtra', 'maharashtra computer', 'computer science', 'science fromjspm', 'fromjspm college', 'college hsc', 'hsc nanded', 'nanded maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board ssc', 'ssc nanded', 'nanded maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state board', 'board software', 'software testing', 'testing software', 'software testing', 'testing skill', 'skill details', 'details apache', 'apache exprience', 'exprience 6', '6 months', 'months black', 'black box', 'box exprience', 'exprience 6', '6 months', 'months black', 'black box', 'box testing', 'testing exprience', 'exprience 6', '6 months', 'months functional', 'functional testing', 'testing exprience', 'exprience 6', '6 months', 'months integration', 'integration exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company tech', 'tech mahindra', 'mahindra description', 'description software', 'software testing', 'testing manual', 'manual automation', 'automation company', 'company description', 'description software', 'software test', 'test engineer', 'technical skills summary', 'skills summary i', 'summary i completed', 'i completed corporate', 'completed corporate training', 'corporate training manual', 'training manual automation', 'manual automation testing', 'automation testing source', 'testing source code', 'source code technology', 'code technology pune', 'technology pune manual', 'pune manual automation', 'manual automation testing', 'automation testing selenium', 'testing selenium ide', 'selenium ide testng', 'ide testng selenium', 'testng selenium grid', 'selenium grid jenkins', 'grid jenkins apache', 'jenkins apache poi', 'apache poi good', 'poi good knowledge', 'good knowledge sdlc', 'knowledge sdlc excellent', 'sdlc excellent understanding', 'excellent understanding white', 'understanding white box', 'white box testing', 'box testing black', 'testing black box', 'black box testing', 'box testing good', 'testing good knowledge', 'good knowledge functional', 'knowledge functional testing', 'functional testing integration', 'testing integration testing', 'integration testing system', 'testing system testing', 'system testing good', 'testing good exposure', 'good exposure writing', 'exposure writing functional', 'writing functional integration', 'functional integration scenarios', 'integration scenarios good', 'scenarios good understanding', 'good understanding writing', 'understanding writing test', 'writing test cases', 'test cases including', 'cases including test', 'including test case', 'test case design', 'case design technique', 'design technique good', 'technique good understanding', 'good understanding build', 'understanding build release', 'build release good', 'release good knowledge', 'good knowledge ad', 'knowledge ad hoc', 'ad hoc smoke', 'hoc smoke testing', 'smoke testing excellent', 'testing excellent understanding', 'excellent understanding usability', 'understanding usability reliability', 'usability reliability exploratory', 'reliability exploratory testing', 'exploratory testing excellent', 'testing excellent knowledge', 'excellent knowledge globalization', 'knowledge globalization compatibility', 'globalization compatibility testing', 'compatibility testing excellent', 'testing excellent understand', 'excellent understand stlc', 'understand stlc good', 'stlc good knowledge', 'good knowledge regression', 'knowledge regression retesting', 'regression retesting excellent', 'retesting excellent knowledge', 'excellent knowledge defect', 'knowledge defect tracking', 'defect tracking defect', 'tracking defect life', 'defect life cycle', 'life cycle good', 'cycle good knowledge', 'good knowledge test', 'knowledge test plan', 'test plan traceability', 'plan traceability matrix', 'traceability matrix internship', 'matrix internship project', 'internship project project', 'project project name', 'project name resume', 'name resume extractor', 'resume extractor duration', 'extractor duration 6', 'duration 6 months', '6 months role', 'months role manual', 'role manual and', 'manual and automation', 'and automation testing', 'automation testing environment', 'testing environment jdbc', 'environment jdbc servlets', 'jdbc servlets jsp', 'servlets jsp technologies', 'jsp technologies web', 'technologies web based', 'web based application', 'based application ms', 'application ms a', 'ms a ess2007', 'a ess2007 the', 'ess2007 the project', 'the project involved', 'project involved development', 'involved development web', 'development web application', 'web application resume', 'application resume extractor', 'resume extractor provides', 'extractor provides technology', 'provides technology analyze', 'technology analyze mass', 'analyze mass volume', 'mass volume data', 'volume data detect', 'data detect resume', 'detect resume data', 'resume data covered', 'data covered company', 'covered company valuable', 'company valuable information', 'valuable information this', 'information this project', 'this project company', 'project company site', 'company site based', 'site based recruitment', 'based recruitment process', 'recruitment process strengths', 'process strengths able', 'strengths able work', 'able work team', 'work team system', 'team system operational', 'system operational analysis', 'operational analysis good', 'analysis good communication', 'good communication skills', 'communication skills active', 'skills active learning', 'active learning critical', 'learning critical thinking', 'critical thinking good', 'thinking good interpersonal', 'good interpersonal skills', 'interpersonal skills willing', 'skills willing take', 'willing take challenges', 'take challenges responsibilities', 'challenges responsibilities ability', 'responsibilities ability learn', 'ability learn new', 'learn new technologies', 'new technologies minimal', 'technologies minimal time', 'minimal time period', 'time period education', 'period education details', 'education details january', 'details january 2015', 'january 2015 bcs', '2015 bcs computer', 'bcs computer science', 'computer science mgm', 'science mgm college', 'mgm college mca', 'college mca pune', 'mca pune maharashtra', 'pune maharashtra computer', 'maharashtra computer science', 'computer science fromjspm', 'science fromjspm college', 'fromjspm college hsc', 'college hsc nanded', 'hsc nanded maharashtra', 'nanded maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board ssc', 'board ssc nanded', 'ssc nanded maharashtra', 'nanded maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state board', 'state board software', 'board software testing', 'software testing software', 'testing software testing', 'software testing skill', 'testing skill details', 'skill details apache', 'details apache exprience', 'apache exprience 6', 'exprience 6 months', '6 months black', 'months black box', 'black box exprience', 'box exprience 6', 'exprience 6 months', '6 months black', 'months black box', 'black box testing', 'box testing exprience', 'testing exprience 6', 'exprience 6 months', '6 months functional', 'months functional testing', 'functional testing exprience', 'testing exprience 6', 'exprience 6 months', '6 months integration', 'months integration exprience', 'integration exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company tech', 'company tech mahindra', 'tech mahindra description', 'mahindra description software', 'description software testing', 'software testing manual', 'testing manual automation', 'manual automation company', 'automation company description', 'company description software', 'description software test', 'software test engineer', 'technical skills summary i', 'skills summary i completed', 'summary i completed corporate', 'i completed corporate training', 'completed corporate training manual', 'corporate training manual automation', 'training manual automation testing', 'manual automation testing source', 'automation testing source code', 'testing source code technology', 'source code technology pune', 'code technology pune manual', 'technology pune manual automation', 'pune manual automation testing', 'manual automation testing selenium', 'automation testing selenium ide', 'testing selenium ide testng', 'selenium ide testng selenium', 'ide testng selenium grid', 'testng selenium grid jenkins', 'selenium grid jenkins apache', 'grid jenkins apache poi', 'jenkins apache poi good', 'apache poi good knowledge', 'poi good knowledge sdlc', 'good knowledge sdlc excellent', 'knowledge sdlc excellent understanding', 'sdlc excellent understanding white', 'excellent understanding white box', 'understanding white box testing', 'white box testing black', 'box testing black box', 'testing black box testing', 'black box testing good', 'box testing good knowledge', 'testing good knowledge functional', 'good knowledge functional testing', 'knowledge functional testing integration', 'functional testing integration testing', 'testing integration testing system', 'integration testing system testing', 'testing system testing good', 'system testing good exposure', 'testing good exposure writing', 'good exposure writing functional', 'exposure writing functional integration', 'writing functional integration scenarios', 'functional integration scenarios good', 'integration scenarios good understanding', 'scenarios good understanding writing', 'good understanding writing test', 'understanding writing test cases', 'writing test cases including', 'test cases including test', 'cases including test case', 'including test case design', 'test case design technique', 'case design technique good', 'design technique good understanding', 'technique good understanding build', 'good understanding build release', 'understanding build release good', 'build release good knowledge', 'release good knowledge ad', 'good knowledge ad hoc', 'knowledge ad hoc smoke', 'ad hoc smoke testing', 'hoc smoke testing excellent', 'smoke testing excellent understanding', 'testing excellent understanding usability', 'excellent understanding usability reliability', 'understanding usability reliability exploratory', 'usability reliability exploratory testing', 'reliability exploratory testing excellent', 'exploratory testing excellent knowledge', 'testing excellent knowledge globalization', 'excellent knowledge globalization compatibility', 'knowledge globalization compatibility testing', 'globalization compatibility testing excellent', 'compatibility testing excellent understand', 'testing excellent understand stlc', 'excellent understand stlc good', 'understand stlc good knowledge', 'stlc good knowledge regression', 'good knowledge regression retesting', 'knowledge regression retesting excellent', 'regression retesting excellent knowledge', 'retesting excellent knowledge defect', 'excellent knowledge defect tracking', 'knowledge defect tracking defect', 'defect tracking defect life', 'tracking defect life cycle', 'defect life cycle good', 'life cycle good knowledge', 'cycle good knowledge test', 'good knowledge test plan', 'knowledge test plan traceability', 'test plan traceability matrix', 'plan traceability matrix internship', 'traceability matrix internship project', 'matrix internship project project', 'internship project project name', 'project project name resume', 'project name resume extractor', 'name resume extractor duration', 'resume extractor duration 6', 'extractor duration 6 months', 'duration 6 months role', '6 months role manual', 'months role manual and', 'role manual and automation', 'manual and automation testing', 'and automation testing environment', 'automation testing environment jdbc', 'testing environment jdbc servlets', 'environment jdbc servlets jsp', 'jdbc servlets jsp technologies', 'servlets jsp technologies web', 'jsp technologies web based', 'technologies web based application', 'web based application ms', 'based application ms a', 'application ms a ess2007', 'ms a ess2007 the', 'a ess2007 the project', 'ess2007 the project involved', 'the project involved development', 'project involved development web', 'involved development web application', 'development web application resume', 'web application resume extractor', 'application resume extractor provides', 'resume extractor provides technology', 'extractor provides technology analyze', 'provides technology analyze mass', 'technology analyze mass volume', 'analyze mass volume data', 'mass volume data detect', 'volume data detect resume', 'data detect resume data', 'detect resume data covered', 'resume data covered company', 'data covered company valuable', 'covered company valuable information', 'company valuable information this', 'valuable information this project', 'information this project company', 'this project company site', 'project company site based', 'company site based recruitment', 'site based recruitment process', 'based recruitment process strengths', 'recruitment process strengths able', 'process strengths able work', 'strengths able work team', 'able work team system', 'work team system operational', 'team system operational analysis', 'system operational analysis good', 'operational analysis good communication', 'analysis good communication skills', 'good communication skills active', 'communication skills active learning', 'skills active learning critical', 'active learning critical thinking', 'learning critical thinking good', 'critical thinking good interpersonal', 'thinking good interpersonal skills', 'good interpersonal skills willing', 'interpersonal skills willing take', 'skills willing take challenges', 'willing take challenges responsibilities', 'take challenges responsibilities ability', 'challenges responsibilities ability learn', 'responsibilities ability learn new', 'ability learn new technologies', 'learn new technologies minimal', 'new technologies minimal time', 'technologies minimal time period', 'minimal time period education', 'time period education details', 'period education details january', 'education details january 2015', 'details january 2015 bcs', 'january 2015 bcs computer', '2015 bcs computer science', 'bcs computer science mgm', 'computer science mgm college', 'science mgm college mca', 'mgm college mca pune', 'college mca pune maharashtra', 'mca pune maharashtra computer', 'pune maharashtra computer science', 'maharashtra computer science fromjspm', 'computer science fromjspm college', 'science fromjspm college hsc', 'fromjspm college hsc nanded', 'college hsc nanded maharashtra', 'hsc nanded maharashtra maharashtra', 'nanded maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board ssc', 'state board ssc nanded', 'board ssc nanded maharashtra', 'ssc nanded maharashtra maharashtra', 'nanded maharashtra maharashtra state', 'maharashtra maharashtra state board', 'maharashtra state board software', 'state board software testing', 'board software testing software', 'software testing software testing', 'testing software testing skill', 'software testing skill details', 'testing skill details apache', 'skill details apache exprience', 'details apache exprience 6', 'apache exprience 6 months', 'exprience 6 months black', '6 months black box', 'months black box exprience', 'black box exprience 6', 'box exprience 6 months', 'exprience 6 months black', '6 months black box', 'months black box testing', 'black box testing exprience', 'box testing exprience 6', 'testing exprience 6 months', 'exprience 6 months functional', '6 months functional testing', 'months functional testing exprience', 'functional testing exprience 6', 'testing exprience 6 months', 'exprience 6 months integration', '6 months integration exprience', 'months integration exprience 6', 'integration exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company tech', 'details company tech mahindra', ...], ['education', 'details', 'b', 'tech', 'electronics', 'and', 'instrumentation', 'engineering', 'jaunpur', 'uttar', 'pradesh', 'vbs', 'purvanchal', 'university', 'automation', 'tester', 'automation', 'tester', 'tech', 'mahindra', 'skill', 'details', 'company', 'details', 'company', 'tech', 'mahindra', 'description', 'mumbai', 'may', '2018', 'present', 'project', 'contribution', 'tech', 'mahindra', 'project', 'title', 'payment', 'gateway', 'jio', 'money', 'role', 'automation', 'tester', 'responsibility', 'analyzing', 'manual', 'test', 'cases', 'create', 'automation', 'scripts', 'working', 'redwood', 'tool', 'automation', 'maintained', 'regression', 'pack', 'per', 'project', 'requirement', 'performed', 'api', 'testing', 'created', 'automation', 'scripts', 'api', 'testing', 'enhancing', 'framework', 'support', 'cross', 'functionality', 'testing', 'execute', 'test', 'cases', 'evaluate', 'test', 'results', 'manual', 'automated', 'testing', 'maintaining', 'scripts', 'per', 'requirement', 'adding', 'new', 'automated', 'tests', 'improve', 'automated', 'test', 'coverage', 'functional', 'regression', 'performed', 'automation', 'testing', 'analyzing', 'test', 'results', 'report', 'defect', 'bug', 'tracking', 'system', 'drive', 'issues', 'resolution', 'preparation', 'test', 'data', 'different', 'test', 'conditions', 'ensure', 'coverage', 'business', 'rules', 'performed', 'sanity', 'ad', 'hoc', 'regression', 'testing', 'participated', 'defect', 'triage', 'meetings', 'developers', 'validate', 'severity', 'bug', 'responsible', 'tracking', 'bug', 'life', 'cycle', 'worked', 'development', 'team', 'ensure', 'testing', 'issues', 'resolved', 'project', 'description', 'jio', 'money', 'jio', 'payment', 'gateway', 'provides', 'facility', 'merchants', 'users', 'enable', 'pay', 'jio', 'money', 'features', 'include', 'purchase', 'bill', 'payment', 'load', 'money', 'short', 'cash', 'purchase', 'pay', 'merchant', 'pay', 'user', 'etc', 'inscripts', 'project', 'title', 'cometchat', 'role', 'automation', 'tester', 'responsibility', 'created', 'automation', 'framework', 'bug', 'report', 'using', 'page', 'object', 'data', 'driven', 'framework', 'automated', 'email', 'test', 'scripts', 'handling', 'qa', 'tickets', 'coordinate', 'development', 'team', 'project', 'description', 'cometchat', 'chat', 'solution', 'site', 'app', 'help', 'grow', 'customer', 'base', 'exponentially', 'drastically', 'increase', 'time', 'spent', 'users', 'the', 'cometchat', 'several', 'useful', 'features', 'like', 'one', 'one', 'chat', 'group', 'chat', 'audio', 'video', 'call', 'screen', 'sharing', 'games', 'real', 'time', 'chat', 'translation', 'mobile', 'apps', 'desktop', 'messenger', 'project', 'title', 'web', 'tracker', 'role', 'sr', 'software', 'tester', 'responsibility', 'creation', 'test', 'scenarios', 'test', 'script', 'test', 'case', 'execution', 'test', 'case', 'ad', 'hoc', 'manual', 'testing', 'regression', 'testing', 'automation', 'testing', 'test', 'scripts', 'using', 'tools', 'selenium', 'webdriver', '2', '0', 'project', 'description', 'a', 'omplishment', 'web', 'tracker', 'aims', 'provide', 'time', 'sheet', 'facility', 'customers', 'release', 'contains', 'following', 'features', 'related', 'employee', 'time', 'tracking', 'task', 'assignments', 'tracker', 'submission', 'reminders', 'approvals', 'notifications', 'hayaan', 'infotech', 'project', 'title', 'real', 'estate', 'agent', 'website', 'role', 'sr', 'software', 'tester', 'responsibility', 'creation', 'test', 'scenarios', 'test', 'case', 'execution', 'test', 'case', 'smoke', 'testing', 'black', 'box', 'testing', 'ad', 'hoc', 'manual', 'testing', 'regression', 'testing', 'project', 'description', 'this', 'project', 'web', 'page', 'graphical', 'html', 'representation', 'neighborhood', 'made', 'different', 'types', 'houses', 'apartments', 'there', 'several', 'sales', 'people', 'around', 'country', 'responsible', 'selling', 'houses', 'apartments', 'web', 'site', 'this', 'web', 'site', 'help', 'user', 'purchase', 'request', 'estate', 'property', 'project', 'title', 'e', 'commerce', 'website', 'role', 'software', 'tester', 'responsibility', 'creation', 'test', 'scenarios', 'test', 'case', 'execution', 'test', 'case', 'ad', 'hoc', 'manual', 'testing', 'smoke', 'testing', 'black', 'box', 'testing', 'regression', 'testing', 'project', 'description', 'this', 'project', 'includes', 'order', 'processing', 'invoice', 'generated', 'printing', 'packaging', 'slip', 'order', 'payment', 'return', 'material', 'authorization', 'label', 'sheet', 'printing', 'the', 'order', 'processing', 'application', 'big', 'there', '3', 'main', 'entities', 'involved', 'order', 'processing', 'customer', 'sales', 'person', 'admin', 'project', 'title', 'enquiry', 'invoice', 'system', 'role', 'software', 'tester', 'responsibility', 'creation', 'test', 'scenarios', 'test', 'case', 'execution', 'test', 'case', 'smoke', 'testing', 'black', 'box', 'testing', 'ad', 'hoc', 'manual', 'testing', 'regression', 'testing', 'project', 'description', 'this', 'application', 'browser', 'based', 'application', 'reduce', 'investment', 'hardware', 'software', 'the', 'proposed', 'system', 'contains', 'following', 'module', 'offers', 'database', 'management', 'reporting', 'various', 'activity', 'company', 'this', 'application', 'comprise', 'following', 'module', 'inquiry', 'estimation', 'quotation', 'negotiation', 'purchase', 'order', 'system', 'delivery', 'system', 'mis', 'reports', 'company', 'inscripts', 'india', 'pvt', 'ltd', 'description', 'company', 'haayan', 'infotech', 'pvt', 'ltd', 'description', 'education details', 'details b', 'b tech', 'tech electronics', 'electronics and', 'and instrumentation', 'instrumentation engineering', 'engineering jaunpur', 'jaunpur uttar', 'uttar pradesh', 'pradesh vbs', 'vbs purvanchal', 'purvanchal university', 'university automation', 'automation tester', 'tester automation', 'automation tester', 'tester tech', 'tech mahindra', 'mahindra skill', 'skill details', 'details company', 'company details', 'details company', 'company tech', 'tech mahindra', 'mahindra description', 'description mumbai', 'mumbai may', 'may 2018', '2018 present', 'present project', 'project contribution', 'contribution tech', 'tech mahindra', 'mahindra project', 'project title', 'title payment', 'payment gateway', 'gateway jio', 'jio money', 'money role', 'role automation', 'automation tester', 'tester responsibility', 'responsibility analyzing', 'analyzing manual', 'manual test', 'test cases', 'cases create', 'create automation', 'automation scripts', 'scripts working', 'working redwood', 'redwood tool', 'tool automation', 'automation maintained', 'maintained regression', 'regression pack', 'pack per', 'per project', 'project requirement', 'requirement performed', 'performed api', 'api testing', 'testing created', 'created automation', 'automation scripts', 'scripts api', 'api testing', 'testing enhancing', 'enhancing framework', 'framework support', 'support cross', 'cross functionality', 'functionality testing', 'testing execute', 'execute test', 'test cases', 'cases evaluate', 'evaluate test', 'test results', 'results manual', 'manual automated', 'automated testing', 'testing maintaining', 'maintaining scripts', 'scripts per', 'per requirement', 'requirement adding', 'adding new', 'new automated', 'automated tests', 'tests improve', 'improve automated', 'automated test', 'test coverage', 'coverage functional', 'functional regression', 'regression performed', 'performed automation', 'automation testing', 'testing analyzing', 'analyzing test', 'test results', 'results report', 'report defect', 'defect bug', 'bug tracking', 'tracking system', 'system drive', 'drive issues', 'issues resolution', 'resolution preparation', 'preparation test', 'test data', 'data different', 'different test', 'test conditions', 'conditions ensure', 'ensure coverage', 'coverage business', 'business rules', 'rules performed', 'performed sanity', 'sanity ad', 'ad hoc', 'hoc regression', 'regression testing', 'testing participated', 'participated defect', 'defect triage', 'triage meetings', 'meetings developers', 'developers validate', 'validate severity', 'severity bug', 'bug responsible', 'responsible tracking', 'tracking bug', 'bug life', 'life cycle', 'cycle worked', 'worked development', 'development team', 'team ensure', 'ensure testing', 'testing issues', 'issues resolved', 'resolved project', 'project description', 'description jio', 'jio money', 'money jio', 'jio payment', 'payment gateway', 'gateway provides', 'provides facility', 'facility merchants', 'merchants users', 'users enable', 'enable pay', 'pay jio', 'jio money', 'money features', 'features include', 'include purchase', 'purchase bill', 'bill payment', 'payment load', 'load money', 'money short', 'short cash', 'cash purchase', 'purchase pay', 'pay merchant', 'merchant pay', 'pay user', 'user etc', 'etc inscripts', 'inscripts project', 'project title', 'title cometchat', 'cometchat role', 'role automation', 'automation tester', 'tester responsibility', 'responsibility created', 'created automation', 'automation framework', 'framework bug', 'bug report', 'report using', 'using page', 'page object', 'object data', 'data driven', 'driven framework', 'framework automated', 'automated email', 'email test', 'test scripts', 'scripts handling', 'handling qa', 'qa tickets', 'tickets coordinate', 'coordinate development', 'development team', 'team project', 'project description', 'description cometchat', 'cometchat chat', 'chat solution', 'solution site', 'site app', 'app help', 'help grow', 'grow customer', 'customer base', 'base exponentially', 'exponentially drastically', 'drastically increase', 'increase time', 'time spent', 'spent users', 'users the', 'the cometchat', 'cometchat several', 'several useful', 'useful features', 'features like', 'like one', 'one one', 'one chat', 'chat group', 'group chat', 'chat audio', 'audio video', 'video call', 'call screen', 'screen sharing', 'sharing games', 'games real', 'real time', 'time chat', 'chat translation', 'translation mobile', 'mobile apps', 'apps desktop', 'desktop messenger', 'messenger project', 'project title', 'title web', 'web tracker', 'tracker role', 'role sr', 'sr software', 'software tester', 'tester responsibility', 'responsibility creation', 'creation test', 'test scenarios', 'scenarios test', 'test script', 'script test', 'test case', 'case execution', 'execution test', 'test case', 'case ad', 'ad hoc', 'hoc manual', 'manual testing', 'testing regression', 'regression testing', 'testing automation', 'automation testing', 'testing test', 'test scripts', 'scripts using', 'using tools', 'tools selenium', 'selenium webdriver', 'webdriver 2', '2 0', '0 project', 'project description', 'description a', 'a omplishment', 'omplishment web', 'web tracker', 'tracker aims', 'aims provide', 'provide time', 'time sheet', 'sheet facility', 'facility customers', 'customers release', 'release contains', 'contains following', 'following features', 'features related', 'related employee', 'employee time', 'time tracking', 'tracking task', 'task assignments', 'assignments tracker', 'tracker submission', 'submission reminders', 'reminders approvals', 'approvals notifications', 'notifications hayaan', 'hayaan infotech', 'infotech project', 'project title', 'title real', 'real estate', 'estate agent', 'agent website', 'website role', 'role sr', 'sr software', 'software tester', 'tester responsibility', 'responsibility creation', 'creation test', 'test scenarios', 'scenarios test', 'test case', 'case execution', 'execution test', 'test case', 'case smoke', 'smoke testing', 'testing black', 'black box', 'box testing', 'testing ad', 'ad hoc', 'hoc manual', 'manual testing', 'testing regression', 'regression testing', 'testing project', 'project description', 'description this', 'this project', 'project web', 'web page', 'page graphical', 'graphical html', 'html representation', 'representation neighborhood', 'neighborhood made', 'made different', 'different types', 'types houses', 'houses apartments', 'apartments there', 'there several', 'several sales', 'sales people', 'people around', 'around country', 'country responsible', 'responsible selling', 'selling houses', 'houses apartments', 'apartments web', 'web site', 'site this', 'this web', 'web site', 'site help', 'help user', 'user purchase', 'purchase request', 'request estate', 'estate property', 'property project', 'project title', 'title e', 'e commerce', 'commerce website', 'website role', 'role software', 'software tester', 'tester responsibility', 'responsibility creation', 'creation test', 'test scenarios', 'scenarios test', 'test case', 'case execution', 'execution test', 'test case', 'case ad', 'ad hoc', 'hoc manual', 'manual testing', 'testing smoke', 'smoke testing', 'testing black', 'black box', 'box testing', 'testing regression', 'regression testing', 'testing project', 'project description', 'description this', 'this project', 'project includes', 'includes order', 'order processing', 'processing invoice', 'invoice generated', 'generated printing', 'printing packaging', 'packaging slip', 'slip order', 'order payment', 'payment return', 'return material', 'material authorization', 'authorization label', 'label sheet', 'sheet printing', 'printing the', 'the order', 'order processing', 'processing application', 'application big', 'big there', 'there 3', '3 main', 'main entities', 'entities involved', 'involved order', 'order processing', 'processing customer', 'customer sales', 'sales person', 'person admin', 'admin project', 'project title', 'title enquiry', 'enquiry invoice', 'invoice system', 'system role', 'role software', 'software tester', 'tester responsibility', 'responsibility creation', 'creation test', 'test scenarios', 'scenarios test', 'test case', 'case execution', 'execution test', 'test case', 'case smoke', 'smoke testing', 'testing black', 'black box', 'box testing', 'testing ad', 'ad hoc', 'hoc manual', 'manual testing', 'testing regression', 'regression testing', 'testing project', 'project description', 'description this', ...], ['technical', 'skills', 'languages', 'core', 'java', 'automation', 'testing', 'tool', 'selenium', 'web', 'driver', 'ide', 'dbms', 'ms', 'sql', 'server', '2000', '2005', 'oracle', '10g', 'operating', 'system', 'windows', 'xp', '7', '10', 'education', 'details', 'bscit', 'mumbai', 'university', 'automation', 'tester', 'automation', 'manual', 'tester', 'skill', 'details', 'database', 'management', 'system', 'exprience', '6', 'months', 'dbms', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'ms', 'sql', 'server', 'exprience', '6', 'months', 'ms', 'sql', 'server', '2000', 'exprience', '6', 'monthscompany', 'details', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'worked', 'manual', 'well', 'automation', 'testing', 'started', 'carrier', 'manual', 'tester', 'moved', 'automation', 'testing', 'now', 'working', 'automation', 'tester', 'worked', 'selenium', 'webdriver', 'company', 'na', 'description', 'currently', 'working', 'capgemini', 'airoli', 'consultant', '06th', 'may', '2013', 'till', 'date', 'technical skills', 'skills languages', 'languages core', 'core java', 'java automation', 'automation testing', 'testing tool', 'tool selenium', 'selenium web', 'web driver', 'driver ide', 'ide dbms', 'dbms ms', 'ms sql', 'sql server', 'server 2000', '2000 2005', '2005 oracle', 'oracle 10g', '10g operating', 'operating system', 'system windows', 'windows xp', 'xp 7', '7 10', '10 education', 'education details', 'details bscit', 'bscit mumbai', 'mumbai university', 'university automation', 'automation tester', 'tester automation', 'automation manual', 'manual tester', 'tester skill', 'skill details', 'details database', 'database management', 'management system', 'system exprience', 'exprience 6', '6 months', 'months dbms', 'dbms exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 6', '6 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 6', '6 months', 'months ms', 'ms sql', 'sql server', 'server 2000', '2000 exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company capgemini', 'capgemini india', 'india pvt', 'pvt ltd', 'ltd description', 'description worked', 'worked manual', 'manual well', 'well automation', 'automation testing', 'testing started', 'started carrier', 'carrier manual', 'manual tester', 'tester moved', 'moved automation', 'automation testing', 'testing now', 'now working', 'working automation', 'automation tester', 'tester worked', 'worked selenium', 'selenium webdriver', 'webdriver company', 'company na', 'na description', 'description currently', 'currently working', 'working capgemini', 'capgemini airoli', 'airoli consultant', 'consultant 06th', '06th may', 'may 2013', '2013 till', 'till date', 'technical skills languages', 'skills languages core', 'languages core java', 'core java automation', 'java automation testing', 'automation testing tool', 'testing tool selenium', 'tool selenium web', 'selenium web driver', 'web driver ide', 'driver ide dbms', 'ide dbms ms', 'dbms ms sql', 'ms sql server', 'sql server 2000', 'server 2000 2005', '2000 2005 oracle', '2005 oracle 10g', 'oracle 10g operating', '10g operating system', 'operating system windows', 'system windows xp', 'windows xp 7', 'xp 7 10', '7 10 education', '10 education details', 'education details bscit', 'details bscit mumbai', 'bscit mumbai university', 'mumbai university automation', 'university automation tester', 'automation tester automation', 'tester automation manual', 'automation manual tester', 'manual tester skill', 'tester skill details', 'skill details database', 'details database management', 'database management system', 'management system exprience', 'system exprience 6', 'exprience 6 months', '6 months dbms', 'months dbms exprience', 'dbms exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 6', 'exprience 6 months', '6 months ms', 'months ms sql', 'ms sql server', 'sql server exprience', 'server exprience 6', 'exprience 6 months', '6 months ms', 'months ms sql', 'ms sql server', 'sql server 2000', 'server 2000 exprience', '2000 exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company capgemini', 'company capgemini india', 'capgemini india pvt', 'india pvt ltd', 'pvt ltd description', 'ltd description worked', 'description worked manual', 'worked manual well', 'manual well automation', 'well automation testing', 'automation testing started', 'testing started carrier', 'started carrier manual', 'carrier manual tester', 'manual tester moved', 'tester moved automation', 'moved automation testing', 'automation testing now', 'testing now working', 'now working automation', 'working automation tester', 'automation tester worked', 'tester worked selenium', 'worked selenium webdriver', 'selenium webdriver company', 'webdriver company na', 'company na description', 'na description currently', 'description currently working', 'currently working capgemini', 'working capgemini airoli', 'capgemini airoli consultant', 'airoli consultant 06th', 'consultant 06th may', '06th may 2013', 'may 2013 till', '2013 till date', 'technical skills languages core', 'skills languages core java', 'languages core java automation', 'core java automation testing', 'java automation testing tool', 'automation testing tool selenium', 'testing tool selenium web', 'tool selenium web driver', 'selenium web driver ide', 'web driver ide dbms', 'driver ide dbms ms', 'ide dbms ms sql', 'dbms ms sql server', 'ms sql server 2000', 'sql server 2000 2005', 'server 2000 2005 oracle', '2000 2005 oracle 10g', '2005 oracle 10g operating', 'oracle 10g operating system', '10g operating system windows', 'operating system windows xp', 'system windows xp 7', 'windows xp 7 10', 'xp 7 10 education', '7 10 education details', '10 education details bscit', 'education details bscit mumbai', 'details bscit mumbai university', 'bscit mumbai university automation', 'mumbai university automation tester', 'university automation tester automation', 'automation tester automation manual', 'tester automation manual tester', 'automation manual tester skill', 'manual tester skill details', 'tester skill details database', 'skill details database management', 'details database management system', 'database management system exprience', 'management system exprience 6', 'system exprience 6 months', 'exprience 6 months dbms', '6 months dbms exprience', 'months dbms exprience 6', 'dbms exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 6', 'java exprience 6 months', 'exprience 6 months ms', '6 months ms sql', 'months ms sql server', 'ms sql server exprience', 'sql server exprience 6', 'server exprience 6 months', 'exprience 6 months ms', '6 months ms sql', 'months ms sql server', 'ms sql server 2000', 'sql server 2000 exprience', 'server 2000 exprience 6', '2000 exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company capgemini', 'details company capgemini india', 'company capgemini india pvt', 'capgemini india pvt ltd', 'india pvt ltd description', 'pvt ltd description worked', 'ltd description worked manual', 'description worked manual well', 'worked manual well automation', 'manual well automation testing', 'well automation testing started', 'automation testing started carrier', 'testing started carrier manual', 'started carrier manual tester', 'carrier manual tester moved', 'manual tester moved automation', 'tester moved automation testing', 'moved automation testing now', 'automation testing now working', 'testing now working automation', 'now working automation tester', 'working automation tester worked', 'automation tester worked selenium', 'tester worked selenium webdriver', 'worked selenium webdriver company', 'selenium webdriver company na', 'webdriver company na description', 'company na description currently', 'na description currently working', 'description currently working capgemini', 'currently working capgemini airoli', 'working capgemini airoli consultant', 'capgemini airoli consultant 06th', 'airoli consultant 06th may', 'consultant 06th may 2013', '06th may 2013 till', 'may 2013 till date', 'technical skills languages core java', 'skills languages core java automation', 'languages core java automation testing', 'core java automation testing tool', 'java automation testing tool selenium', 'automation testing tool selenium web', 'testing tool selenium web driver', 'tool selenium web driver ide', 'selenium web driver ide dbms', 'web driver ide dbms ms', 'driver ide dbms ms sql', 'ide dbms ms sql server', 'dbms ms sql server 2000', 'ms sql server 2000 2005', 'sql server 2000 2005 oracle', 'server 2000 2005 oracle 10g', '2000 2005 oracle 10g operating', '2005 oracle 10g operating system', 'oracle 10g operating system windows', '10g operating system windows xp', 'operating system windows xp 7', 'system windows xp 7 10', 'windows xp 7 10 education', 'xp 7 10 education details', '7 10 education details bscit', '10 education details bscit mumbai', 'education details bscit mumbai university', 'details bscit mumbai university automation', 'bscit mumbai university automation tester', 'mumbai university automation tester automation', 'university automation tester automation manual', 'automation tester automation manual tester', 'tester automation manual tester skill', 'automation manual tester skill details', 'manual tester skill details database', 'tester skill details database management', 'skill details database management system', 'details database management system exprience', 'database management system exprience 6', 'management system exprience 6 months', 'system exprience 6 months dbms', 'exprience 6 months dbms exprience', '6 months dbms exprience 6', 'months dbms exprience 6 months', 'dbms exprience 6 months java', 'exprience 6 months java exprience', '6 months java exprience 6', 'months java exprience 6 months', 'java exprience 6 months ms', 'exprience 6 months ms sql', '6 months ms sql server', 'months ms sql server exprience', 'ms sql server exprience 6', 'sql server exprience 6 months', 'server exprience 6 months ms', 'exprience 6 months ms sql', '6 months ms sql server', 'months ms sql server 2000', 'ms sql server 2000 exprience', 'sql server 2000 exprience 6', 'server 2000 exprience 6 monthscompany', '2000 exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company capgemini', 'monthscompany details company capgemini india', 'details company capgemini india pvt', 'company capgemini india pvt ltd', 'capgemini india pvt ltd description', 'india pvt ltd description worked', 'pvt ltd description worked manual', 'ltd description worked manual well', 'description worked manual well automation', 'worked manual well automation testing', 'manual well automation testing started', 'well automation testing started carrier', 'automation testing started carrier manual', 'testing started carrier manual tester', 'started carrier manual tester moved', 'carrier manual tester moved automation', 'manual tester moved automation testing', 'tester moved automation testing now', 'moved automation testing now working', 'automation testing now working automation', 'testing now working automation tester', 'now working automation tester worked', 'working automation tester worked selenium', 'automation tester worked selenium webdriver', 'tester worked selenium webdriver company', 'worked selenium webdriver company na', 'selenium webdriver company na description', 'webdriver company na description currently', 'company na description currently working', 'na description currently working capgemini', 'description currently working capgemini airoli', 'currently working capgemini airoli consultant', 'working capgemini airoli consultant 06th', 'capgemini airoli consultant 06th may', 'airoli consultant 06th may 2013', 'consultant 06th may 2013 till', '06th may 2013 till date', 'technical skills languages core java automation', 'skills languages core java automation testing', 'languages core java automation testing tool', 'core java automation testing tool selenium', 'java automation testing tool selenium web', 'automation testing tool selenium web driver', 'testing tool selenium web driver ide', 'tool selenium web driver ide dbms', 'selenium web driver ide dbms ms', 'web driver ide dbms ms sql', 'driver ide dbms ms sql server', 'ide dbms ms sql server 2000', 'dbms ms sql server 2000 2005', 'ms sql server 2000 2005 oracle', 'sql server 2000 2005 oracle 10g', 'server 2000 2005 oracle 10g operating', '2000 2005 oracle 10g operating system', '2005 oracle 10g operating system windows', 'oracle 10g operating system windows xp', '10g operating system windows xp 7', 'operating system windows xp 7 10', 'system windows xp 7 10 education', 'windows xp 7 10 education details', 'xp 7 10 education details bscit', '7 10 education details bscit mumbai', '10 education details bscit mumbai university', 'education details bscit mumbai university automation', 'details bscit mumbai university automation tester', 'bscit mumbai university automation tester automation', 'mumbai university automation tester automation manual', 'university automation tester automation manual tester', 'automation tester automation manual tester skill', 'tester automation manual tester skill details', 'automation manual tester skill details database', 'manual tester skill details database management', 'tester skill details database management system', 'skill details database management system exprience', 'details database management system exprience 6', 'database management system exprience 6 months', 'management system exprience 6 months dbms', 'system exprience 6 months dbms exprience', 'exprience 6 months dbms exprience 6', '6 months dbms exprience 6 months', 'months dbms exprience 6 months java', 'dbms exprience 6 months java exprience', 'exprience 6 months java exprience 6', '6 months java exprience 6 months', 'months java exprience 6 months ms', 'java exprience 6 months ms sql', 'exprience 6 months ms sql server', '6 months ms sql server exprience', 'months ms sql server exprience 6', 'ms sql server exprience 6 months', 'sql server exprience 6 months ms', 'server exprience 6 months ms sql', 'exprience 6 months ms sql server', '6 months ms sql server 2000', 'months ms sql server 2000 exprience', 'ms sql server 2000 exprience 6', 'sql server 2000 exprience 6 monthscompany', 'server 2000 exprience 6 monthscompany details', '2000 exprience 6 monthscompany details company', 'exprience 6 monthscompany details company capgemini', '6 monthscompany details company capgemini india', 'monthscompany details company capgemini india pvt', 'details company capgemini india pvt ltd', 'company capgemini india pvt ltd description', 'capgemini india pvt ltd description worked', 'india pvt ltd description worked manual', 'pvt ltd description worked manual well', 'ltd description worked manual well automation', 'description worked manual well automation testing', 'worked manual well automation testing started', 'manual well automation testing started carrier', 'well automation testing started carrier manual', 'automation testing started carrier manual tester', 'testing started carrier manual tester moved', 'started carrier manual tester moved automation', 'carrier manual tester moved automation testing', 'manual tester moved automation testing now', 'tester moved automation testing now working', 'moved automation testing now working automation', 'automation testing now working automation tester', 'testing now working automation tester worked', 'now working automation tester worked selenium', 'working automation tester worked selenium webdriver', 'automation tester worked selenium webdriver company', 'tester worked selenium webdriver company na', 'worked selenium webdriver company na description', 'selenium webdriver company na description currently', 'webdriver company na description currently working', 'company na description currently working capgemini', 'na description currently working capgemini airoli', 'description currently working capgemini airoli consultant', 'currently working capgemini airoli consultant 06th', 'working capgemini airoli consultant 06th may', 'capgemini airoli consultant 06th may 2013', 'airoli consultant 06th may 2013 till', 'consultant 06th may 2013 till date', 'technical skills languages core java automation testing', 'skills languages core java automation testing tool', 'languages core java automation testing tool selenium', 'core java automation testing tool selenium web', 'java automation testing tool selenium web driver', 'automation testing tool selenium web driver ide', 'testing tool selenium web driver ide dbms', 'tool selenium web driver ide dbms ms', 'selenium web driver ide dbms ms sql', 'web driver ide dbms ms sql server', 'driver ide dbms ms sql server 2000', 'ide dbms ms sql server 2000 2005', 'dbms ms sql server 2000 2005 oracle', 'ms sql server 2000 2005 oracle 10g', 'sql server 2000 2005 oracle 10g operating', 'server 2000 2005 oracle 10g operating system', '2000 2005 oracle 10g operating system windows', '2005 oracle 10g operating system windows xp', 'oracle 10g operating system windows xp 7', '10g operating system windows xp 7 10', 'operating system windows xp 7 10 education', 'system windows xp 7 10 education details', 'windows xp 7 10 education details bscit', 'xp 7 10 education details bscit mumbai', '7 10 education details bscit mumbai university', '10 education details bscit mumbai university automation', 'education details bscit mumbai university automation tester', 'details bscit mumbai university automation tester automation', 'bscit mumbai university automation tester automation manual', 'mumbai university automation tester automation manual tester', 'university automation tester automation manual tester skill', 'automation tester automation manual tester skill details', 'tester automation manual tester skill details database', 'automation manual tester skill details database management', 'manual tester skill details database management system', 'tester skill details database management system exprience', 'skill details database management system exprience 6', 'details database management system exprience 6 months', 'database management system exprience 6 months dbms', 'management system exprience 6 months dbms exprience', 'system exprience 6 months dbms exprience 6', 'exprience 6 months dbms exprience 6 months', '6 months dbms exprience 6 months java', 'months dbms exprience 6 months java exprience', 'dbms exprience 6 months java exprience 6', 'exprience 6 months java exprience 6 months', '6 months java exprience 6 months ms', 'months java exprience 6 months ms sql', 'java exprience 6 months ms sql server', 'exprience 6 months ms sql server exprience', '6 months ms sql server exprience 6', 'months ms sql server exprience 6 months', 'ms sql server exprience 6 months ms', 'sql server exprience 6 months ms sql', 'server exprience 6 months ms sql server', 'exprience 6 months ms sql server 2000', '6 months ms sql server 2000 exprience', 'months ms sql server 2000 exprience 6', 'ms sql server 2000 exprience 6 monthscompany', 'sql server 2000 exprience 6 monthscompany details', 'server 2000 exprience 6 monthscompany details company', '2000 exprience 6 monthscompany details company capgemini', 'exprience 6 monthscompany details company capgemini india', '6 monthscompany details company capgemini india pvt', 'monthscompany details company capgemini india pvt ltd', 'details company capgemini india pvt ltd description', 'company capgemini india pvt ltd description worked', 'capgemini india pvt ltd description worked manual', 'india pvt ltd description worked manual well', 'pvt ltd description worked manual well automation', 'ltd description worked manual well automation testing', 'description worked manual well automation testing started', 'worked manual well automation testing started carrier', 'manual well automation testing started carrier manual', 'well automation testing started carrier manual tester', 'automation testing started carrier manual tester moved', 'testing started carrier manual tester moved automation', 'started carrier manual tester moved automation testing', 'carrier manual tester moved automation testing now', 'manual tester moved automation testing now working', 'tester moved automation testing now working automation', 'moved automation testing now working automation tester', 'automation testing now working automation tester worked', 'testing now working automation tester worked selenium', 'now working automation tester worked selenium webdriver', 'working automation tester worked selenium webdriver company', 'automation tester worked selenium webdriver company na', 'tester worked selenium webdriver company na description', 'worked selenium webdriver company na description currently', 'selenium webdriver company na description currently working', 'webdriver company na description currently working capgemini', 'company na description currently working capgemini airoli', 'na description currently working capgemini airoli consultant', 'description currently working capgemini airoli consultant 06th', 'currently working capgemini airoli consultant 06th may', 'working capgemini airoli consultant 06th may 2013', 'capgemini airoli consultant 06th may 2013 till', 'airoli consultant 06th may 2013 till date', 'technical skills languages core java automation testing tool', 'skills languages core java automation testing tool selenium', 'languages core java automation testing tool selenium web', 'core java automation testing tool selenium web driver', 'java automation testing tool selenium web driver ide', 'automation testing tool selenium web driver ide dbms', 'testing tool selenium web driver ide dbms ms', 'tool selenium web driver ide dbms ms sql', 'selenium web driver ide dbms ms sql server', 'web driver ide dbms ms sql server 2000', 'driver ide dbms ms sql server 2000 2005', 'ide dbms ms sql server 2000 2005 oracle', 'dbms ms sql server 2000 2005 oracle 10g', 'ms sql server 2000 2005 oracle 10g operating', 'sql server 2000 2005 oracle 10g operating system', 'server 2000 2005 oracle 10g operating system windows', '2000 2005 oracle 10g operating system windows xp', '2005 oracle 10g operating system windows xp 7', 'oracle 10g operating system windows xp 7 10', '10g operating system windows xp 7 10 education', 'operating system windows xp 7 10 education details', 'system windows xp 7 10 education details bscit', 'windows xp 7 10 education details bscit mumbai', 'xp 7 10 education details bscit mumbai university', '7 10 education details bscit mumbai university automation', '10 education details bscit mumbai university automation tester', 'education details bscit mumbai university automation tester automation', 'details bscit mumbai university automation tester automation manual', 'bscit mumbai university automation tester automation manual tester', 'mumbai university automation tester automation manual tester skill', 'university automation tester automation manual tester skill details', 'automation tester automation manual tester skill details database', 'tester automation manual tester skill details database management', 'automation manual tester skill details database management system', 'manual tester skill details database management system exprience', 'tester skill details database management system exprience 6', 'skill details database management system exprience 6 months', 'details database management system exprience 6 months dbms', 'database management system exprience 6 months dbms exprience', 'management system exprience 6 months dbms exprience 6', 'system exprience 6 months dbms exprience 6 months', 'exprience 6 months dbms exprience 6 months java', '6 months dbms exprience 6 months java exprience', 'months dbms exprience 6 months java exprience 6', 'dbms exprience 6 months java exprience 6 months', 'exprience 6 months java exprience 6 months ms', '6 months java exprience 6 months ms sql', 'months java exprience 6 months ms sql server', 'java exprience 6 months ms sql server exprience', 'exprience 6 months ms sql server exprience 6', '6 months ms sql server exprience 6 months', 'months ms sql server exprience 6 months ms', 'ms sql server exprience 6 months ms sql', 'sql server exprience 6 months ms sql server', 'server exprience 6 months ms sql server 2000', 'exprience 6 months ms sql server 2000 exprience', '6 months ms sql server 2000 exprience 6', 'months ms sql server 2000 exprience 6 monthscompany', 'ms sql server 2000 exprience 6 monthscompany details', 'sql server 2000 exprience 6 monthscompany details company', 'server 2000 exprience 6 monthscompany details company capgemini', '2000 exprience 6 monthscompany details company capgemini india', 'exprience 6 monthscompany details company capgemini india pvt', '6 monthscompany details company capgemini india pvt ltd', 'monthscompany details company capgemini india pvt ltd description', 'details company capgemini india pvt ltd description worked', 'company capgemini india pvt ltd description worked manual', 'capgemini india pvt ltd description worked manual well', 'india pvt ltd description worked manual well automation', 'pvt ltd description worked manual well automation testing', 'ltd description worked manual well automation testing started', 'description worked manual well automation testing started carrier', 'worked manual well automation testing started carrier manual', 'manual well automation testing started carrier manual tester', 'well automation testing started carrier manual tester moved', 'automation testing started carrier manual tester moved automation', 'testing started carrier manual tester moved automation testing', 'started carrier manual tester moved automation testing now', 'carrier manual tester moved automation testing now working', 'manual tester moved automation testing now working automation', 'tester moved automation testing now working automation tester', 'moved automation testing now working automation tester worked', 'automation testing now working automation tester worked selenium', 'testing now working automation tester worked selenium webdriver', 'now working automation tester worked selenium webdriver company', 'working automation tester worked selenium webdriver company na', 'automation tester worked selenium webdriver company na description', 'tester worked selenium webdriver company na description currently', 'worked selenium webdriver company na description currently working', 'selenium webdriver company na description currently working capgemini', 'webdriver company na description currently working capgemini airoli', 'company na description currently working capgemini airoli consultant', 'na description currently working capgemini airoli consultant 06th', 'description currently working capgemini airoli consultant 06th may', 'currently working capgemini airoli consultant 06th may 2013', 'working capgemini airoli consultant 06th may 2013 till', 'capgemini airoli consultant 06th may 2013 till date', 'technical skills languages core java automation testing tool selenium', 'skills languages core java automation testing tool selenium web', 'languages core java automation testing tool selenium web driver', 'core java automation testing tool selenium web driver ide', 'java automation testing tool selenium web driver ide dbms', 'automation testing tool selenium web driver ide dbms ms', 'testing tool selenium web driver ide dbms ms sql', 'tool selenium web driver ide dbms ms sql server', 'selenium web driver ide dbms ms sql server 2000', 'web driver ide dbms ms sql server 2000 2005', 'driver ide dbms ms sql server 2000 2005 oracle', 'ide dbms ms sql server 2000 2005 oracle 10g', 'dbms ms sql server 2000 2005 oracle 10g operating', 'ms sql server 2000 2005 oracle 10g operating system', 'sql server 2000 2005 oracle 10g operating system windows', 'server 2000 2005 oracle 10g operating system windows xp', '2000 2005 oracle 10g operating system windows xp 7', '2005 oracle 10g operating system windows xp 7 10', 'oracle 10g operating system windows xp 7 10 education', '10g operating system windows xp 7 10 education details', 'operating system windows xp 7 10 education details bscit', 'system windows xp 7 10 education details bscit mumbai', 'windows xp 7 10 education details bscit mumbai university', 'xp 7 10 education details bscit mumbai university automation', '7 10 education details bscit mumbai university automation tester', '10 education details bscit mumbai university automation tester automation', 'education details bscit mumbai university automation tester automation manual', 'details bscit mumbai university automation tester automation manual tester', 'bscit mumbai university automation tester automation manual tester skill', 'mumbai university automation tester automation manual tester skill details', 'university automation tester automation manual tester skill details database', 'automation tester automation manual tester skill details database management', 'tester automation manual tester skill details database management system', 'automation manual tester skill details database management system exprience', 'manual tester skill details database management system exprience 6', 'tester skill details database management system exprience 6 months', 'skill details database management system exprience 6 months dbms', 'details database management system exprience 6 months dbms exprience', 'database management system exprience 6 months dbms exprience 6', 'management system exprience 6 months dbms exprience 6 months', 'system exprience 6 months dbms exprience 6 months java', 'exprience 6 months dbms exprience 6 months java exprience', '6 months dbms exprience 6 months java exprience 6', 'months dbms exprience 6 months java exprience 6 months', 'dbms exprience 6 months java exprience 6 months ms', 'exprience 6 months java exprience 6 months ms sql', '6 months java exprience 6 months ms sql server', 'months java exprience 6 months ms sql server exprience', 'java exprience 6 months ms sql server exprience 6', 'exprience 6 months ms sql server exprience 6 months', '6 months ms sql server exprience 6 months ms', 'months ms sql server exprience 6 months ms sql', 'ms sql server exprience 6 months ms sql server', 'sql server exprience 6 months ms sql server 2000', 'server exprience 6 months ms sql server 2000 exprience', 'exprience 6 months ms sql server 2000 exprience 6', '6 months ms sql server 2000 exprience 6 monthscompany', 'months ms sql server 2000 exprience 6 monthscompany details', 'ms sql server 2000 exprience 6 monthscompany details company', 'sql server 2000 exprience 6 monthscompany details company capgemini', 'server 2000 exprience 6 monthscompany details company capgemini india', '2000 exprience 6 monthscompany details company capgemini india pvt', 'exprience 6 monthscompany details company capgemini india pvt ltd', '6 monthscompany details company capgemini india pvt ltd description', 'monthscompany details company capgemini india pvt ltd description worked', 'details company capgemini india pvt ltd description worked manual', 'company capgemini india pvt ltd description worked manual well', 'capgemini india pvt ltd description worked manual well automation', 'india pvt ltd description worked manual well automation testing', 'pvt ltd description worked manual well automation testing started', 'ltd description worked manual well automation testing started carrier', 'description worked manual well automation testing started carrier manual', 'worked manual well automation testing started carrier manual tester', 'manual well automation testing started carrier manual tester moved', 'well automation testing started carrier manual tester moved automation', 'automation testing started carrier manual tester moved automation testing', 'testing started carrier manual tester moved automation testing now', 'started carrier manual tester moved automation testing now working', 'carrier manual tester moved automation testing now working automation', 'manual tester moved automation testing now working automation tester', 'tester moved automation testing now working automation tester worked', 'moved automation testing now working automation tester worked selenium', 'automation testing now working automation tester worked selenium webdriver', 'testing now working automation tester worked selenium webdriver company', 'now working automation tester worked selenium webdriver company na', 'working automation tester worked selenium webdriver company na description', 'automation tester worked selenium webdriver company na description currently', 'tester worked selenium webdriver company na description currently working', 'worked selenium webdriver company na description currently working capgemini', 'selenium webdriver company na description currently working capgemini airoli', 'webdriver company na description currently working capgemini airoli consultant', 'company na description currently working capgemini airoli consultant 06th', 'na description currently working capgemini airoli consultant 06th may', 'description currently working capgemini airoli consultant 06th may 2013', 'currently working capgemini airoli consultant 06th may 2013 till', 'working capgemini airoli consultant 06th may 2013 till date'], ['skills', '1', 'mc', 'office', '2', 'autocad', '2016', '3', 'introductory', 'knowledge', 'eplan', '4', 'sap', 'erp', 'product', 'specific', 'coding', 'strengths', '1', 'ability', 'complete', 'work', 'within', 'stipulated', 'time', '2', 'keeping', 'calm', 'pressure', '3', 'multi', 'tasking', '4', 'experienced', 'project', 'engineering', 'role', '5', 'good', 'interpersonal', 'skills', 'team', 'spirit', 'flexibility', 'cope', 'stress', '6', 'fluent', 'english', '7', 'good', 'knowledge', 'international', 'standards', 'rules', 'like', 'iso', 'atex', 'nfpa', 'iec', 'nec', 'shell', 'dep', 'etc', 'college', 'final', 'year', 'project', 'topic', 'study', 'control', 'state', 'power', 'grid', 'maharashtra', 'supervisor', 'prof', 'jawaleker', 'place', 'shri', 'sant', 'gajanan', 'maharaj', 'college', 'engineering', 'shegaon', 'maharashtra', 'description', 'the', 'project', 'aims', 'study', 'power', 'grid', 'network', 'operation', 'maharashtra', 'state', 'regional', 'power', 'grid', 'centre', 'nagpur', 'india', 'education', 'details', 'thermal', 'power', 'plant', 'engineering', 'nangal', 'punjab', 'national', 'power', 'training', 'institute', 'b', 'e', 'electrical', 'engineering', 'shegaon', 'maharashtra', 'shri', 'sant', 'gajanan', 'maharaj', 'college', 'engineering', 'shegaon', 'maharashtra', 'india', 'hsc', 'chandrapur', 'maharashtra', 'vidya', 'niketan', 'jr', 'college', 'ssc', 'chandrapur', 'maharashtra', 'vidya', 'mandir', 'high', 'school', 'industrial', 'electrical', 'design', 'engineering', 'along', 'project', 'management', 'skill', 'details', 'autocad', 'exprience', '74', 'months', 'enterprise', 'resource', 'planning', 'exprience', '6', 'months', 'eplan', 'exprience', '6', 'monthscompany', 'details', 'company', 'osmoflo', 'engineering', 'services', 'pvt', 'ltd', 'description', 'along', 'project', 'management', '1', 'preparation', 'electrical', 'design', 'basis', 'electrical', 'scope', 'work', 'electrical', 'technical', 'specification', 'electrical', 'data', 'sheet', 'electrical', 'single', 'line', 'diagram', 'sld', 'per', 'project', 'standards', '2', 'preparation', 'review', 'electrical', 'drawings', 'layouts', 'like', 'hazardous', 'area', 'classification', 'electrical', 'indoor', 'outdoor', 'lighting', 'layout', 'earthing', 'lightning', 'protection', 'layout', 'drawing', 'substation', 'equipment', 'trench', 'layout', 'drawing', 'overall', 'cable', 'layout', 'drawing', 'bill', 'material', 'bom', 'mr', 'electrical', 'equipment', 'cable', 'schedules', '3', 'oil', 'gas', 'water', 'treatment', 'plant', 'overseas', 'customer', 'australia', 'company', 'm', 'vivid', 'electromech', 'pvt', 'ltd', 'description', 'whole', 'pune', 'region', 'period', '06th', 'june', '2017', '20th', 'aug', '2018', 'nature', 'job', 'electrical', 'sales', 'marketing', 'project', 'management', 'ht', 'lt', 'panels', 'bus', 'duct', 'voltage', 'stabilizers', 'residential', 'commercial', 'industrial', 'projects', '1', 'responsible', 'sales', 'marketing', 'ht', 'lt', 'panels', 'bust', 'duct', 'voltage', 'stabilizer', 'whole', 'pune', 'region', 'overall', 'project', 'management', 'awarded', 'orders', '2', 'having', 'developed', 'big', 'customer', 'base', 'pune', 'region', 'useful', 'business', 'development', 'residential', 'commercial', 'industrial', 'projects', '3', 'technical', 'design', 'well', 'commercial', 'bidding', 'negotiation', 'meetings', 'customers', 'market', 'survey', '4', 'authorised', 'panel', 'builder', 'schneider', 'system', 'house', 'ti', 'design', 'l', 't', 'company', 'm', 'ador', 'welding', 'ltd', 'description', 'period', '17th', 'july', '2012', '30th', 'may', '2017', 'nature', 'of', 'job', 'industrial', 'electrical', 'design', 'along', 'project', 'operation', 'management', '1', 'prepare', 'electrical', 'design', 'basis', 'electrical', 'scope', 'work', 'electrical', 'technical', 'specification', 'electrical', 'data', 'sheet', 'electrical', 'single', 'line', 'diagram', 'sld', 'per', 'project', 'standards', '2', 'prepare', 'review', 'electrical', 'drawings', 'layouts', 'like', 'hazardous', 'area', 'classification', 'electrical', 'indoor', 'outdoor', 'lighting', 'layout', 'earthing', 'lightning', 'protection', 'layout', 'drawing', 'substation', 'equipment', 'trench', 'layout', 'drawing', 'overall', 'cable', 'layout', 'drawing', 'bill', 'material', 'bom', 'mr', 'electrical', 'equipment', 'cable', 'schedules', '3', 'conversant', 'autocad', '5', 'years', 'exp', 'introductory', 'knowledge', 'etap', 'excellent', 'verbal', 'written', 'communication', '4', '4', 'years', 'experience', 'applying', 'nec', 'iec', 'csa', 'iecex', 'atex', 'ul', 'fm', 'nfpa', 'api', 'codes', 'standards', 'electrical', 'engineering', 'design', '5', 'rca', 'dfmea', 'part', 'design', 'modification', 'innovation', 'team', '6', 'technical', 'quotation', 'technical', 'query', 'technical', 'bid', 'evaluation', 'co', 'ordinate', 'clients', 'vendors', 'projects', '7', 'vendor', 'development', 'team', 'lead', 'review', 'vendor', 'documents', 'factory', 'a', 'eptance', 'test', 'fat', 'site', 'a', 'eptance', 'test', 'sat', 'responsibilities', 'handled', '1', 'project', 'lead', 'yibal', 'petroleum', 'development', 'oman', 'project', 'company', 'm', 'prakash', 'industries', 'ltd', 'description', 'period', '1st', 'sept', '2011', '6thmay', '2012', 'responsibilities', 'handled', '1', 'operation', 'maintenance', 'various', 'electrical', 'drives', 'related', 'cfbc', 'boiler', 'well', 'turbine', 'section', '2', 'daily', 'operation', 'routine', 'maintenance', '132kv', 'ac', 'switch', 'yard', 'nature', 'job', '1', 'electrical', 'operation', 'maintenance', '100', 'mw', 'power', 'plant', '2', 'shift', 'in', 'charge', '3', 'months', 'certification', 'courses', 'certified', 'course', 'autocad', 'cadd', 'centre', 'jm', 'road', 'pune', 'skills 1', '1 mc', 'mc office', 'office 2', '2 autocad', 'autocad 2016', '2016 3', '3 introductory', 'introductory knowledge', 'knowledge eplan', 'eplan 4', '4 sap', 'sap erp', 'erp product', 'product specific', 'specific coding', 'coding strengths', 'strengths 1', '1 ability', 'ability complete', 'complete work', 'work within', 'within stipulated', 'stipulated time', 'time 2', '2 keeping', 'keeping calm', 'calm pressure', 'pressure 3', '3 multi', 'multi tasking', 'tasking 4', '4 experienced', 'experienced project', 'project engineering', 'engineering role', 'role 5', '5 good', 'good interpersonal', 'interpersonal skills', 'skills team', 'team spirit', 'spirit flexibility', 'flexibility cope', 'cope stress', 'stress 6', '6 fluent', 'fluent english', 'english 7', '7 good', 'good knowledge', 'knowledge international', 'international standards', 'standards rules', 'rules like', 'like iso', 'iso atex', 'atex nfpa', 'nfpa iec', 'iec nec', 'nec shell', 'shell dep', 'dep etc', 'etc college', 'college final', 'final year', 'year project', 'project topic', 'topic study', 'study control', 'control state', 'state power', 'power grid', 'grid maharashtra', 'maharashtra supervisor', 'supervisor prof', 'prof jawaleker', 'jawaleker place', 'place shri', 'shri sant', 'sant gajanan', 'gajanan maharaj', 'maharaj college', 'college engineering', 'engineering shegaon', 'shegaon maharashtra', 'maharashtra description', 'description the', 'the project', 'project aims', 'aims study', 'study power', 'power grid', 'grid network', 'network operation', 'operation maharashtra', 'maharashtra state', 'state regional', 'regional power', 'power grid', 'grid centre', 'centre nagpur', 'nagpur india', 'india education', 'education details', 'details thermal', 'thermal power', 'power plant', 'plant engineering', 'engineering nangal', 'nangal punjab', 'punjab national', 'national power', 'power training', 'training institute', 'institute b', 'b e', 'e electrical', 'electrical engineering', 'engineering shegaon', 'shegaon maharashtra', 'maharashtra shri', 'shri sant', 'sant gajanan', 'gajanan maharaj', 'maharaj college', 'college engineering', 'engineering shegaon', 'shegaon maharashtra', 'maharashtra india', 'india hsc', 'hsc chandrapur', 'chandrapur maharashtra', 'maharashtra vidya', 'vidya niketan', 'niketan jr', 'jr college', 'college ssc', 'ssc chandrapur', 'chandrapur maharashtra', 'maharashtra vidya', 'vidya mandir', 'mandir high', 'high school', 'school industrial', 'industrial electrical', 'electrical design', 'design engineering', 'engineering along', 'along project', 'project management', 'management skill', 'skill details', 'details autocad', 'autocad exprience', 'exprience 74', '74 months', 'months enterprise', 'enterprise resource', 'resource planning', 'planning exprience', 'exprience 6', '6 months', 'months eplan', 'eplan exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company osmoflo', 'osmoflo engineering', 'engineering services', 'services pvt', 'pvt ltd', 'ltd description', 'description along', 'along project', 'project management', 'management 1', '1 preparation', 'preparation electrical', 'electrical design', 'design basis', 'basis electrical', 'electrical scope', 'scope work', 'work electrical', 'electrical technical', 'technical specification', 'specification electrical', 'electrical data', 'data sheet', 'sheet electrical', 'electrical single', 'single line', 'line diagram', 'diagram sld', 'sld per', 'per project', 'project standards', 'standards 2', '2 preparation', 'preparation review', 'review electrical', 'electrical drawings', 'drawings layouts', 'layouts like', 'like hazardous', 'hazardous area', 'area classification', 'classification electrical', 'electrical indoor', 'indoor outdoor', 'outdoor lighting', 'lighting layout', 'layout earthing', 'earthing lightning', 'lightning protection', 'protection layout', 'layout drawing', 'drawing substation', 'substation equipment', 'equipment trench', 'trench layout', 'layout drawing', 'drawing overall', 'overall cable', 'cable layout', 'layout drawing', 'drawing bill', 'bill material', 'material bom', 'bom mr', 'mr electrical', 'electrical equipment', 'equipment cable', 'cable schedules', 'schedules 3', '3 oil', 'oil gas', 'gas water', 'water treatment', 'treatment plant', 'plant overseas', 'overseas customer', 'customer australia', 'australia company', 'company m', 'm vivid', 'vivid electromech', 'electromech pvt', 'pvt ltd', 'ltd description', 'description whole', 'whole pune', 'pune region', 'region period', 'period 06th', '06th june', 'june 2017', '2017 20th', '20th aug', 'aug 2018', '2018 nature', 'nature job', 'job electrical', 'electrical sales', 'sales marketing', 'marketing project', 'project management', 'management ht', 'ht lt', 'lt panels', 'panels bus', 'bus duct', 'duct voltage', 'voltage stabilizers', 'stabilizers residential', 'residential commercial', 'commercial industrial', 'industrial projects', 'projects 1', '1 responsible', 'responsible sales', 'sales marketing', 'marketing ht', 'ht lt', 'lt panels', 'panels bust', 'bust duct', 'duct voltage', 'voltage stabilizer', 'stabilizer whole', 'whole pune', 'pune region', 'region overall', 'overall project', 'project management', 'management awarded', 'awarded orders', 'orders 2', '2 having', 'having developed', 'developed big', 'big customer', 'customer base', 'base pune', 'pune region', 'region useful', 'useful business', 'business development', 'development residential', 'residential commercial', 'commercial industrial', 'industrial projects', 'projects 3', '3 technical', 'technical design', 'design well', 'well commercial', 'commercial bidding', 'bidding negotiation', 'negotiation meetings', 'meetings customers', 'customers market', 'market survey', 'survey 4', '4 authorised', 'authorised panel', 'panel builder', 'builder schneider', 'schneider system', 'system house', 'house ti', 'ti design', 'design l', 'l t', 't company', 'company m', 'm ador', 'ador welding', 'welding ltd', 'ltd description', 'description period', 'period 17th', '17th july', 'july 2012', '2012 30th', '30th may', 'may 2017', '2017 nature', 'nature of', 'of job', 'job industrial', 'industrial electrical', 'electrical design', 'design along', 'along project', 'project operation', 'operation management', 'management 1', '1 prepare', 'prepare electrical', 'electrical design', 'design basis', 'basis electrical', 'electrical scope', 'scope work', 'work electrical', 'electrical technical', 'technical specification', 'specification electrical', 'electrical data', 'data sheet', 'sheet electrical', 'electrical single', 'single line', 'line diagram', 'diagram sld', 'sld per', 'per project', 'project standards', 'standards 2', '2 prepare', 'prepare review', 'review electrical', 'electrical drawings', 'drawings layouts', 'layouts like', 'like hazardous', 'hazardous area', 'area classification', 'classification electrical', 'electrical indoor', 'indoor outdoor', 'outdoor lighting', 'lighting layout', 'layout earthing', 'earthing lightning', 'lightning protection', 'protection layout', 'layout drawing', 'drawing substation', 'substation equipment', 'equipment trench', 'trench layout', 'layout drawing', 'drawing overall', 'overall cable', 'cable layout', 'layout drawing', 'drawing bill', 'bill material', 'material bom', 'bom mr', 'mr electrical', 'electrical equipment', 'equipment cable', 'cable schedules', 'schedules 3', '3 conversant', 'conversant autocad', 'autocad 5', '5 years', 'years exp', 'exp introductory', 'introductory knowledge', 'knowledge etap', 'etap excellent', 'excellent verbal', 'verbal written', 'written communication', 'communication 4', '4 4', '4 years', 'years experience', 'experience applying', 'applying nec', ...], ['education', 'details', 'electrical', 'engineering', 'skill', 'details', 'microsft', 'office', 'excell', 'power', 'point', 'exprience', '120', 'monthscompany', 'details', 'company', 'indian', 'navy', 'description', 'academia', 'matric', 'diploma', 'electrical', 'engineering', 'nuclear', 'biological', 'chemical', 'defence', 'damage', 'control', 'including', 'fire', 'fighting', 'leadership', 'certificate', 'course', '02', 'weeks', 'management', 'certificate', 'course', '04', 'weeks', 'advance', 'fire', 'fighting', 'including', 'industrial', 'safety', '24', 'weeks', 'education details', 'details electrical', 'electrical engineering', 'engineering skill', 'skill details', 'details microsft', 'microsft office', 'office excell', 'excell power', 'power point', 'point exprience', 'exprience 120', '120 monthscompany', 'monthscompany details', 'details company', 'company indian', 'indian navy', 'navy description', 'description academia', 'academia matric', 'matric diploma', 'diploma electrical', 'electrical engineering', 'engineering nuclear', 'nuclear biological', 'biological chemical', 'chemical defence', 'defence damage', 'damage control', 'control including', 'including fire', 'fire fighting', 'fighting leadership', 'leadership certificate', 'certificate course', 'course 02', '02 weeks', 'weeks management', 'management certificate', 'certificate course', 'course 04', '04 weeks', 'weeks advance', 'advance fire', 'fire fighting', 'fighting including', 'including industrial', 'industrial safety', 'safety 24', '24 weeks', 'education details electrical', 'details electrical engineering', 'electrical engineering skill', 'engineering skill details', 'skill details microsft', 'details microsft office', 'microsft office excell', 'office excell power', 'excell power point', 'power point exprience', 'point exprience 120', 'exprience 120 monthscompany', '120 monthscompany details', 'monthscompany details company', 'details company indian', 'company indian navy', 'indian navy description', 'navy description academia', 'description academia matric', 'academia matric diploma', 'matric diploma electrical', 'diploma electrical engineering', 'electrical engineering nuclear', 'engineering nuclear biological', 'nuclear biological chemical', 'biological chemical defence', 'chemical defence damage', 'defence damage control', 'damage control including', 'control including fire', 'including fire fighting', 'fire fighting leadership', 'fighting leadership certificate', 'leadership certificate course', 'certificate course 02', 'course 02 weeks', '02 weeks management', 'weeks management certificate', 'management certificate course', 'certificate course 04', 'course 04 weeks', '04 weeks advance', 'weeks advance fire', 'advance fire fighting', 'fire fighting including', 'fighting including industrial', 'including industrial safety', 'industrial safety 24', 'safety 24 weeks', 'education details electrical engineering', 'details electrical engineering skill', 'electrical engineering skill details', 'engineering skill details microsft', 'skill details microsft office', 'details microsft office excell', 'microsft office excell power', 'office excell power point', 'excell power point exprience', 'power point exprience 120', 'point exprience 120 monthscompany', 'exprience 120 monthscompany details', '120 monthscompany details company', 'monthscompany details company indian', 'details company indian navy', 'company indian navy description', 'indian navy description academia', 'navy description academia matric', 'description academia matric diploma', 'academia matric diploma electrical', 'matric diploma electrical engineering', 'diploma electrical engineering nuclear', 'electrical engineering nuclear biological', 'engineering nuclear biological chemical', 'nuclear biological chemical defence', 'biological chemical defence damage', 'chemical defence damage control', 'defence damage control including', 'damage control including fire', 'control including fire fighting', 'including fire fighting leadership', 'fire fighting leadership certificate', 'fighting leadership certificate course', 'leadership certificate course 02', 'certificate course 02 weeks', 'course 02 weeks management', '02 weeks management certificate', 'weeks management certificate course', 'management certificate course 04', 'certificate course 04 weeks', 'course 04 weeks advance', '04 weeks advance fire', 'weeks advance fire fighting', 'advance fire fighting including', 'fire fighting including industrial', 'fighting including industrial safety', 'including industrial safety 24', 'industrial safety 24 weeks', 'education details electrical engineering skill', 'details electrical engineering skill details', 'electrical engineering skill details microsft', 'engineering skill details microsft office', 'skill details microsft office excell', 'details microsft office excell power', 'microsft office excell power point', 'office excell power point exprience', 'excell power point exprience 120', 'power point exprience 120 monthscompany', 'point exprience 120 monthscompany details', 'exprience 120 monthscompany details company', '120 monthscompany details company indian', 'monthscompany details company indian navy', 'details company indian navy description', 'company indian navy description academia', 'indian navy description academia matric', 'navy description academia matric diploma', 'description academia matric diploma electrical', 'academia matric diploma electrical engineering', 'matric diploma electrical engineering nuclear', 'diploma electrical engineering nuclear biological', 'electrical engineering nuclear biological chemical', 'engineering nuclear biological chemical defence', 'nuclear biological chemical defence damage', 'biological chemical defence damage control', 'chemical defence damage control including', 'defence damage control including fire', 'damage control including fire fighting', 'control including fire fighting leadership', 'including fire fighting leadership certificate', 'fire fighting leadership certificate course', 'fighting leadership certificate course 02', 'leadership certificate course 02 weeks', 'certificate course 02 weeks management', 'course 02 weeks management certificate', '02 weeks management certificate course', 'weeks management certificate course 04', 'management certificate course 04 weeks', 'certificate course 04 weeks advance', 'course 04 weeks advance fire', '04 weeks advance fire fighting', 'weeks advance fire fighting including', 'advance fire fighting including industrial', 'fire fighting including industrial safety', 'fighting including industrial safety 24', 'including industrial safety 24 weeks', 'education details electrical engineering skill details', 'details electrical engineering skill details microsft', 'electrical engineering skill details microsft office', 'engineering skill details microsft office excell', 'skill details microsft office excell power', 'details microsft office excell power point', 'microsft office excell power point exprience', 'office excell power point exprience 120', 'excell power point exprience 120 monthscompany', 'power point exprience 120 monthscompany details', 'point exprience 120 monthscompany details company', 'exprience 120 monthscompany details company indian', '120 monthscompany details company indian navy', 'monthscompany details company indian navy description', 'details company indian navy description academia', 'company indian navy description academia matric', 'indian navy description academia matric diploma', 'navy description academia matric diploma electrical', 'description academia matric diploma electrical engineering', 'academia matric diploma electrical engineering nuclear', 'matric diploma electrical engineering nuclear biological', 'diploma electrical engineering nuclear biological chemical', 'electrical engineering nuclear biological chemical defence', 'engineering nuclear biological chemical defence damage', 'nuclear biological chemical defence damage control', 'biological chemical defence damage control including', 'chemical defence damage control including fire', 'defence damage control including fire fighting', 'damage control including fire fighting leadership', 'control including fire fighting leadership certificate', 'including fire fighting leadership certificate course', 'fire fighting leadership certificate course 02', 'fighting leadership certificate course 02 weeks', 'leadership certificate course 02 weeks management', 'certificate course 02 weeks management certificate', 'course 02 weeks management certificate course', '02 weeks management certificate course 04', 'weeks management certificate course 04 weeks', 'management certificate course 04 weeks advance', 'certificate course 04 weeks advance fire', 'course 04 weeks advance fire fighting', '04 weeks advance fire fighting including', 'weeks advance fire fighting including industrial', 'advance fire fighting including industrial safety', 'fire fighting including industrial safety 24', 'fighting including industrial safety 24 weeks', 'education details electrical engineering skill details microsft', 'details electrical engineering skill details microsft office', 'electrical engineering skill details microsft office excell', 'engineering skill details microsft office excell power', 'skill details microsft office excell power point', 'details microsft office excell power point exprience', 'microsft office excell power point exprience 120', 'office excell power point exprience 120 monthscompany', 'excell power point exprience 120 monthscompany details', 'power point exprience 120 monthscompany details company', 'point exprience 120 monthscompany details company indian', 'exprience 120 monthscompany details company indian navy', '120 monthscompany details company indian navy description', 'monthscompany details company indian navy description academia', 'details company indian navy description academia matric', 'company indian navy description academia matric diploma', 'indian navy description academia matric diploma electrical', 'navy description academia matric diploma electrical engineering', 'description academia matric diploma electrical engineering nuclear', 'academia matric diploma electrical engineering nuclear biological', 'matric diploma electrical engineering nuclear biological chemical', 'diploma electrical engineering nuclear biological chemical defence', 'electrical engineering nuclear biological chemical defence damage', 'engineering nuclear biological chemical defence damage control', 'nuclear biological chemical defence damage control including', 'biological chemical defence damage control including fire', 'chemical defence damage control including fire fighting', 'defence damage control including fire fighting leadership', 'damage control including fire fighting leadership certificate', 'control including fire fighting leadership certificate course', 'including fire fighting leadership certificate course 02', 'fire fighting leadership certificate course 02 weeks', 'fighting leadership certificate course 02 weeks management', 'leadership certificate course 02 weeks management certificate', 'certificate course 02 weeks management certificate course', 'course 02 weeks management certificate course 04', '02 weeks management certificate course 04 weeks', 'weeks management certificate course 04 weeks advance', 'management certificate course 04 weeks advance fire', 'certificate course 04 weeks advance fire fighting', 'course 04 weeks advance fire fighting including', '04 weeks advance fire fighting including industrial', 'weeks advance fire fighting including industrial safety', 'advance fire fighting including industrial safety 24', 'fire fighting including industrial safety 24 weeks', 'education details electrical engineering skill details microsft office', 'details electrical engineering skill details microsft office excell', 'electrical engineering skill details microsft office excell power', 'engineering skill details microsft office excell power point', 'skill details microsft office excell power point exprience', 'details microsft office excell power point exprience 120', 'microsft office excell power point exprience 120 monthscompany', 'office excell power point exprience 120 monthscompany details', 'excell power point exprience 120 monthscompany details company', 'power point exprience 120 monthscompany details company indian', 'point exprience 120 monthscompany details company indian navy', 'exprience 120 monthscompany details company indian navy description', '120 monthscompany details company indian navy description academia', 'monthscompany details company indian navy description academia matric', 'details company indian navy description academia matric diploma', 'company indian navy description academia matric diploma electrical', 'indian navy description academia matric diploma electrical engineering', 'navy description academia matric diploma electrical engineering nuclear', 'description academia matric diploma electrical engineering nuclear biological', 'academia matric diploma electrical engineering nuclear biological chemical', 'matric diploma electrical engineering nuclear biological chemical defence', 'diploma electrical engineering nuclear biological chemical defence damage', 'electrical engineering nuclear biological chemical defence damage control', 'engineering nuclear biological chemical defence damage control including', 'nuclear biological chemical defence damage control including fire', 'biological chemical defence damage control including fire fighting', 'chemical defence damage control including fire fighting leadership', 'defence damage control including fire fighting leadership certificate', 'damage control including fire fighting leadership certificate course', 'control including fire fighting leadership certificate course 02', 'including fire fighting leadership certificate course 02 weeks', 'fire fighting leadership certificate course 02 weeks management', 'fighting leadership certificate course 02 weeks management certificate', 'leadership certificate course 02 weeks management certificate course', 'certificate course 02 weeks management certificate course 04', 'course 02 weeks management certificate course 04 weeks', '02 weeks management certificate course 04 weeks advance', 'weeks management certificate course 04 weeks advance fire', 'management certificate course 04 weeks advance fire fighting', 'certificate course 04 weeks advance fire fighting including', 'course 04 weeks advance fire fighting including industrial', '04 weeks advance fire fighting including industrial safety', 'weeks advance fire fighting including industrial safety 24', 'advance fire fighting including industrial safety 24 weeks', 'education details electrical engineering skill details microsft office excell', 'details electrical engineering skill details microsft office excell power', 'electrical engineering skill details microsft office excell power point', 'engineering skill details microsft office excell power point exprience', 'skill details microsft office excell power point exprience 120', 'details microsft office excell power point exprience 120 monthscompany', 'microsft office excell power point exprience 120 monthscompany details', 'office excell power point exprience 120 monthscompany details company', 'excell power point exprience 120 monthscompany details company indian', 'power point exprience 120 monthscompany details company indian navy', 'point exprience 120 monthscompany details company indian navy description', 'exprience 120 monthscompany details company indian navy description academia', '120 monthscompany details company indian navy description academia matric', 'monthscompany details company indian navy description academia matric diploma', 'details company indian navy description academia matric diploma electrical', 'company indian navy description academia matric diploma electrical engineering', 'indian navy description academia matric diploma electrical engineering nuclear', 'navy description academia matric diploma electrical engineering nuclear biological', 'description academia matric diploma electrical engineering nuclear biological chemical', 'academia matric diploma electrical engineering nuclear biological chemical defence', 'matric diploma electrical engineering nuclear biological chemical defence damage', 'diploma electrical engineering nuclear biological chemical defence damage control', 'electrical engineering nuclear biological chemical defence damage control including', 'engineering nuclear biological chemical defence damage control including fire', 'nuclear biological chemical defence damage control including fire fighting', 'biological chemical defence damage control including fire fighting leadership', 'chemical defence damage control including fire fighting leadership certificate', 'defence damage control including fire fighting leadership certificate course', 'damage control including fire fighting leadership certificate course 02', 'control including fire fighting leadership certificate course 02 weeks', 'including fire fighting leadership certificate course 02 weeks management', 'fire fighting leadership certificate course 02 weeks management certificate', 'fighting leadership certificate course 02 weeks management certificate course', 'leadership certificate course 02 weeks management certificate course 04', 'certificate course 02 weeks management certificate course 04 weeks', 'course 02 weeks management certificate course 04 weeks advance', '02 weeks management certificate course 04 weeks advance fire', 'weeks management certificate course 04 weeks advance fire fighting', 'management certificate course 04 weeks advance fire fighting including', 'certificate course 04 weeks advance fire fighting including industrial', 'course 04 weeks advance fire fighting including industrial safety', '04 weeks advance fire fighting including industrial safety 24', 'weeks advance fire fighting including industrial safety 24 weeks'], ['achievement', 'oriented', 'people', 'management', 'skills', 'ability', 'manage', 'change', 'ease', 'proven', 'strength', 'problem', 'solving', 'coordination', 'analysis', 'strong', 'communication', 'interpersonal', 'learning', 'organizing', 'skills', 'matched', 'ability', 'manage', 'stress', 'time', 'people', 'effectively', 'able', 'handle', 'multiple', 'task', 'projects', 'simultaneously', 'willing', 'travel', 'relocate', 'education', 'details', 'b', 'e', 'electrical', 'electronics', 'engineering', 'gulbarga', 'karnataka', 'vtu', 'vishweshwariya', 'university', 'hsc', 'wai', 'maharashtra', 'kisanveer', 'mahavidyalay', 'wai', 'kohlapur', 'university', 'electrical', 'engineer', 'electrical', 'engineer', 'refcon', 'engineering', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'refcon', 'engineering', 'pvt', 'ltd', 'description', 'greenfield', 'project', 'project', 'status', '1', 'libs', 'braseries', 'burkena', 'faso', 'africa', 'completed', '2', 'citrus', 'processing', 'india', 'nanded', 'completed', '3', 'carlsberg', 'group', 'myanmar', 'yangon', 'completed', '4', 'u', 'b', 'united', 'breweries', 'mysore', 'completed', '5', 'u', 'b', 'united', 'breweries', 'hyderabad', 'completed', '6', 'haldiram', 'foods', 'pvt', 'ltd', 'nagpur', 'completed', '7', 'tetra', 'pak', 'india', 'pvt', 'ltd', 'amreli', 'completed', '8', 'u', 'b', 'united', 'breweries', 'rajasthan', 'completed', 'handling', 'activities', 'project', 'preparing', 'project', 'schedules', 'plans', 'engineering', 'designs', 'drawings', 'technical', 'specifications', 'per', 'clients', 'requirements', 'review', 'process', 'p', 'id', 'selection', 'instrument', 'get', 'energy', 'efficient', 'process', 'material', 'specifications', 'approval', 'modifications', 'electrical', 'drawing', 'per', 'requirement', 'process', 'flow', 'diagrams', 'general', 'electrical', 'standards', 'carry', 'automation', 'engineering', 'includes', 'hardware', 'software', 'specification', 'generate', 'control', 'philosophy', 'process', 'automation', 'per', 'p', 'id', 'process', 'necessary', 'technical', 'documentation', 'o', 'm', 'manuals', 'calculate', 'estimation', 'value', 'projects', 'price', 'bidding', 'clients', 'includes', 'mcc', 'plc', 'panel', 'power', 'control', 'cabling', 'trays', 'earthing', 'material', 'etc', 'selection', 'electrical', 'switchgear', 'ht', 'lt', 'pcc', 'mcc', 'apfc', 'panels', 'power', 'control', 'cable', 'motors', 'protection', 'metering', 'ct', 'pts', 'acbs', 'earthing', 'lightning', 'analog', 'digital', 'instruments', 'floating', 'project', 'enquiries', 'communicate', 'vendors', 'evaluate', 'vendor', 'quotes', 'technical', 'alignment', 'generate', 'power', 'distribution', 'sld', 'drawings', 'per', 'load', 'flow', 'general', 'arrangement', 'drawings', 'panels', 'controllers', 'logic', 'diagrams', 'developing', 'cable', 'route', 'plan', 'schedules', 'cable', 'tray', 'layout', 'autocad', 'tool', 'detailing', 'installation', 'commissioning', 'troubleshooting', 'mcc', 'plc', 'lt', 'panels', 'vfd', 'drives', 'soft', 'starters', 'programming', 'danfoss', 'schnider', 'vacon', 'siemens', 'abb', 'drives', 'working', 'experience', 'siemens', 's7', '300', '1200', '1500', 'et', '200s', 'series', 'allen', 'bready', 'rs', 'logix5000', 'plc', 'installation', 'calibration', 'troubleshooting', 'field', 'instruments', 'pressure', 'temperature', 'transmitter', 'pneumatic', 'valves', 'actuators', 'modulating', 'valves', 'solenoid', 'valve', 'flow', 'meter', 'flow', 'switches', 'flow', 'transmitter', 'level', 'transmitter', 'etc', 'carry', 'loop', 'testing', 'per', 'control', 'cable', 'schedule', 'hands', 'experience', 'troubleshooting', 'engineering', 'services', 'maintenance', 'operation', 'managing', 'various', 'electrical', 'power', 'system', 'equipments', 'supervising', 'commissioning', 'activities', 'handling', 'mechanical', 'maintenance', 'service', 'activities', 'operating', 'plant', 'company', 'kisanveer', 'sugars', 'pvt', 'ltd', 'description', 'handling', 'activities', 'with', '1', '5', 'years', 'experience', 'worked', 'asst', 'electrical', 'engineer', 'erection', 'field', 'across', '22', 'mw', 'power', 'plant', 'testing', 'commissioning', 'electrical', 'maintenance', 'operation', 'allied', 'activities', 'testing', 'commissioning', 'installation', 'ht', 'lt', 'panels', 'vfd', 'drives', 'dc', 'drives', 'panels', 'scheduling', 'planning', 'predictive', 'preventive', 'maintenance', 'process', 'plants', 'root', 'cause', 'analysis', 'including', 'budgeting', 'cost', 'control', 'activities', 'managing', 'overhauling', 'maintenance', 'lt', 'motors', 'dc', 'shunt', 'motors', 'panel', 'switchgears', 'vfds', 'soft', 'starters', 'dg', 'set', 'amf', 'panel', 'plant', 'lighting', 'installation', 'commissioning', 'maintenance', 'power', 'distribution', 'transformer', 'acb', 'vcb', 'sf6', 'breaker', 'ct', 'pt', 'units', 'fcbc', 'panels', 'ups', 'protection', 'system', 'include', 'microprocessor', 'based', 'relay', 'numerical', 'relay', 'relay', 'co', 'ordination', 'monitoring', 'plans', 'schedules', 'start', 'maintenance', 'activities', 'achieving', 'targets', 'implementing', 'maintenance', 'systems', 'during', 'shut', 'time', 'daily', 'power', 'monitoring', 'calculations', 'reporting', 'monthly', 'basis', 'achievement oriented', 'oriented people', 'people management', 'management skills', 'skills ability', 'ability manage', 'manage change', 'change ease', 'ease proven', 'proven strength', 'strength problem', 'problem solving', 'solving coordination', 'coordination analysis', 'analysis strong', 'strong communication', 'communication interpersonal', 'interpersonal learning', 'learning organizing', 'organizing skills', 'skills matched', 'matched ability', 'ability manage', 'manage stress', 'stress time', 'time people', 'people effectively', 'effectively able', 'able handle', 'handle multiple', 'multiple task', 'task projects', 'projects simultaneously', 'simultaneously willing', 'willing travel', 'travel relocate', 'relocate education', 'education details', 'details b', 'b e', 'e electrical', 'electrical electronics', 'electronics engineering', 'engineering gulbarga', 'gulbarga karnataka', 'karnataka vtu', 'vtu vishweshwariya', 'vishweshwariya university', 'university hsc', 'hsc wai', 'wai maharashtra', 'maharashtra kisanveer', 'kisanveer mahavidyalay', 'mahavidyalay wai', 'wai kohlapur', 'kohlapur university', 'university electrical', 'electrical engineer', 'engineer electrical', 'electrical engineer', 'engineer refcon', 'refcon engineering', 'engineering pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company refcon', 'refcon engineering', 'engineering pvt', 'pvt ltd', 'ltd description', 'description greenfield', 'greenfield project', 'project project', 'project status', 'status 1', '1 libs', 'libs braseries', 'braseries burkena', 'burkena faso', 'faso africa', 'africa completed', 'completed 2', '2 citrus', 'citrus processing', 'processing india', 'india nanded', 'nanded completed', 'completed 3', '3 carlsberg', 'carlsberg group', 'group myanmar', 'myanmar yangon', 'yangon completed', 'completed 4', '4 u', 'u b', 'b united', 'united breweries', 'breweries mysore', 'mysore completed', 'completed 5', '5 u', 'u b', 'b united', 'united breweries', 'breweries hyderabad', 'hyderabad completed', 'completed 6', '6 haldiram', 'haldiram foods', 'foods pvt', 'pvt ltd', 'ltd nagpur', 'nagpur completed', 'completed 7', '7 tetra', 'tetra pak', 'pak india', 'india pvt', 'pvt ltd', 'ltd amreli', 'amreli completed', 'completed 8', '8 u', 'u b', 'b united', 'united breweries', 'breweries rajasthan', 'rajasthan completed', 'completed handling', 'handling activities', 'activities project', 'project preparing', 'preparing project', 'project schedules', 'schedules plans', 'plans engineering', 'engineering designs', 'designs drawings', 'drawings technical', 'technical specifications', 'specifications per', 'per clients', 'clients requirements', 'requirements review', 'review process', 'process p', 'p id', 'id selection', 'selection instrument', 'instrument get', 'get energy', 'energy efficient', 'efficient process', 'process material', 'material specifications', 'specifications approval', 'approval modifications', 'modifications electrical', 'electrical drawing', 'drawing per', 'per requirement', 'requirement process', 'process flow', 'flow diagrams', 'diagrams general', 'general electrical', 'electrical standards', 'standards carry', 'carry automation', 'automation engineering', 'engineering includes', 'includes hardware', 'hardware software', 'software specification', 'specification generate', 'generate control', 'control philosophy', 'philosophy process', 'process automation', 'automation per', 'per p', 'p id', 'id process', 'process necessary', 'necessary technical', 'technical documentation', 'documentation o', 'o m', 'm manuals', 'manuals calculate', 'calculate estimation', 'estimation value', 'value projects', 'projects price', 'price bidding', 'bidding clients', 'clients includes', 'includes mcc', 'mcc plc', 'plc panel', 'panel power', 'power control', 'control cabling', 'cabling trays', 'trays earthing', 'earthing material', 'material etc', 'etc selection', 'selection electrical', 'electrical switchgear', 'switchgear ht', 'ht lt', 'lt pcc', 'pcc mcc', 'mcc apfc', 'apfc panels', 'panels power', 'power control', 'control cable', 'cable motors', 'motors protection', 'protection metering', 'metering ct', 'ct pts', 'pts acbs', 'acbs earthing', 'earthing lightning', 'lightning analog', 'analog digital', 'digital instruments', 'instruments floating', 'floating project', 'project enquiries', 'enquiries communicate', 'communicate vendors', 'vendors evaluate', 'evaluate vendor', 'vendor quotes', 'quotes technical', 'technical alignment', 'alignment generate', 'generate power', 'power distribution', 'distribution sld', 'sld drawings', 'drawings per', 'per load', 'load flow', 'flow general', 'general arrangement', 'arrangement drawings', 'drawings panels', 'panels controllers', 'controllers logic', 'logic diagrams', 'diagrams developing', 'developing cable', 'cable route', 'route plan', 'plan schedules', 'schedules cable', 'cable tray', 'tray layout', 'layout autocad', 'autocad tool', 'tool detailing', 'detailing installation', 'installation commissioning', 'commissioning troubleshooting', 'troubleshooting mcc', 'mcc plc', 'plc lt', 'lt panels', 'panels vfd', 'vfd drives', 'drives soft', 'soft starters', 'starters programming', 'programming danfoss', 'danfoss schnider', 'schnider vacon', 'vacon siemens', 'siemens abb', 'abb drives', 'drives working', 'working experience', 'experience siemens', 'siemens s7', 's7 300', '300 1200', '1200 1500', '1500 et', 'et 200s', '200s series', 'series allen', 'allen bready', 'bready rs', 'rs logix5000', 'logix5000 plc', 'plc installation', 'installation calibration', 'calibration troubleshooting', 'troubleshooting field', 'field instruments', 'instruments pressure', 'pressure temperature', 'temperature transmitter', 'transmitter pneumatic', 'pneumatic valves', 'valves actuators', 'actuators modulating', 'modulating valves', 'valves solenoid', 'solenoid valve', 'valve flow', 'flow meter', 'meter flow', 'flow switches', 'switches flow', 'flow transmitter', 'transmitter level', 'level transmitter', 'transmitter etc', 'etc carry', 'carry loop', 'loop testing', 'testing per', 'per control', 'control cable', 'cable schedule', 'schedule hands', 'hands experience', 'experience troubleshooting', 'troubleshooting engineering', 'engineering services', 'services maintenance', 'maintenance operation', 'operation managing', 'managing various', 'various electrical', 'electrical power', 'power system', 'system equipments', 'equipments supervising', 'supervising commissioning', 'commissioning activities', 'activities handling', 'handling mechanical', 'mechanical maintenance', 'maintenance service', 'service activities', 'activities operating', 'operating plant', 'plant company', 'company kisanveer', 'kisanveer sugars', 'sugars pvt', 'pvt ltd', 'ltd description', 'description handling', 'handling activities', 'activities with', 'with 1', '1 5', '5 years', 'years experience', 'experience worked', 'worked asst', 'asst electrical', 'electrical engineer', 'engineer erection', 'erection field', 'field across', 'across 22', '22 mw', 'mw power', 'power plant', 'plant testing', 'testing commissioning', 'commissioning electrical', 'electrical maintenance', 'maintenance operation', 'operation allied', 'allied activities', 'activities testing', 'testing commissioning', 'commissioning installation', 'installation ht', 'ht lt', 'lt panels', 'panels vfd', 'vfd drives', 'drives dc', 'dc drives', 'drives panels', 'panels scheduling', 'scheduling planning', 'planning predictive', 'predictive preventive', 'preventive maintenance', 'maintenance process', 'process plants', 'plants root', 'root cause', 'cause analysis', 'analysis including', 'including budgeting', 'budgeting cost', 'cost control', 'control activities', 'activities managing', 'managing overhauling', 'overhauling maintenance', 'maintenance lt', 'lt motors', 'motors dc', 'dc shunt', 'shunt motors', 'motors panel', 'panel switchgears', 'switchgears vfds', 'vfds soft', 'soft starters', 'starters dg', 'dg set', 'set amf', 'amf panel', 'panel plant', 'plant lighting', 'lighting installation', 'installation commissioning', 'commissioning maintenance', 'maintenance power', 'power distribution', 'distribution transformer', 'transformer acb', 'acb vcb', 'vcb sf6', 'sf6 breaker', 'breaker ct', 'ct pt', 'pt units', 'units fcbc', 'fcbc panels', 'panels ups', 'ups protection', 'protection system', 'system include', 'include microprocessor', 'microprocessor based', 'based relay', 'relay numerical', 'numerical relay', 'relay relay', 'relay co', 'co ordination', 'ordination monitoring', 'monitoring plans', 'plans schedules', 'schedules start', 'start maintenance', 'maintenance activities', 'activities achieving', 'achieving targets', 'targets implementing', 'implementing maintenance', 'maintenance systems', 'systems during', 'during shut', 'shut time', 'time daily', 'daily power', 'power monitoring', 'monitoring calculations', 'calculations reporting', 'reporting monthly', 'monthly basis', 'achievement oriented people', 'oriented people management', 'people management skills', 'management skills ability', 'skills ability manage', 'ability manage change', 'manage change ease', 'change ease proven', 'ease proven strength', 'proven strength problem', 'strength problem solving', 'problem solving coordination', 'solving coordination analysis', 'coordination analysis strong', 'analysis strong communication', 'strong communication interpersonal', 'communication interpersonal learning', 'interpersonal learning organizing', 'learning organizing skills', 'organizing skills matched', 'skills matched ability', 'matched ability manage', 'ability manage stress', 'manage stress time', 'stress time people', 'time people effectively', 'people effectively able', 'effectively able handle', 'able handle multiple', 'handle multiple task', 'multiple task projects', 'task projects simultaneously', 'projects simultaneously willing', 'simultaneously willing travel', 'willing travel relocate', ...], ['education', 'details', 'july', '2016', 'may', '2019', 'be', 'electrical', 'and', 'electronics', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'july', '2012', 'may', '2015', 'diploma', 'electrical', 'electrical', 'engineering', 'bhopal', 'madhya', 'pradesh', 'rgpv', 'university', 'bhopal', 'matric', 'ghs', 'bhuli', 'electrical', 'engineering', 'skill', 'details', 'basic', 'computer', 'electrical', 'machine', 'electrical', 'wiring', 'solar', 'power', 'plant', 'distribution', 'substation', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'enigma', 'business', 'advisor', 'description', 'solar', 'energy', '1', 'solar', 'power', 'plant', 'installation', '2', 'maintenance', 'transmission', 'distribution', 'line', '1', 'installation', 'education details', 'details july', 'july 2016', '2016 may', 'may 2019', '2019 be', 'be electrical', 'electrical and', 'and electronics', 'electronics engineering', 'engineering bhopal', 'bhopal madhya', 'madhya pradesh', 'pradesh rgpv', 'rgpv july', 'july 2012', '2012 may', 'may 2015', '2015 diploma', 'diploma electrical', 'electrical electrical', 'electrical engineering', 'engineering bhopal', 'bhopal madhya', 'madhya pradesh', 'pradesh rgpv', 'rgpv university', 'university bhopal', 'bhopal matric', 'matric ghs', 'ghs bhuli', 'bhuli electrical', 'electrical engineering', 'engineering skill', 'skill details', 'details basic', 'basic computer', 'computer electrical', 'electrical machine', 'machine electrical', 'electrical wiring', 'wiring solar', 'solar power', 'power plant', 'plant distribution', 'distribution substation', 'substation exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company enigma', 'enigma business', 'business advisor', 'advisor description', 'description solar', 'solar energy', 'energy 1', '1 solar', 'solar power', 'power plant', 'plant installation', 'installation 2', '2 maintenance', 'maintenance transmission', 'transmission distribution', 'distribution line', 'line 1', '1 installation', 'education details july', 'details july 2016', 'july 2016 may', '2016 may 2019', 'may 2019 be', '2019 be electrical', 'be electrical and', 'electrical and electronics', 'and electronics engineering', 'electronics engineering bhopal', 'engineering bhopal madhya', 'bhopal madhya pradesh', 'madhya pradesh rgpv', 'pradesh rgpv july', 'rgpv july 2012', 'july 2012 may', '2012 may 2015', 'may 2015 diploma', '2015 diploma electrical', 'diploma electrical electrical', 'electrical electrical engineering', 'electrical engineering bhopal', 'engineering bhopal madhya', 'bhopal madhya pradesh', 'madhya pradesh rgpv', 'pradesh rgpv university', 'rgpv university bhopal', 'university bhopal matric', 'bhopal matric ghs', 'matric ghs bhuli', 'ghs bhuli electrical', 'bhuli electrical engineering', 'electrical engineering skill', 'engineering skill details', 'skill details basic', 'details basic computer', 'basic computer electrical', 'computer electrical machine', 'electrical machine electrical', 'machine electrical wiring', 'electrical wiring solar', 'wiring solar power', 'solar power plant', 'power plant distribution', 'plant distribution substation', 'distribution substation exprience', 'substation exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company enigma', 'company enigma business', 'enigma business advisor', 'business advisor description', 'advisor description solar', 'description solar energy', 'solar energy 1', 'energy 1 solar', '1 solar power', 'solar power plant', 'power plant installation', 'plant installation 2', 'installation 2 maintenance', '2 maintenance transmission', 'maintenance transmission distribution', 'transmission distribution line', 'distribution line 1', 'line 1 installation', 'education details july 2016', 'details july 2016 may', 'july 2016 may 2019', '2016 may 2019 be', 'may 2019 be electrical', '2019 be electrical and', 'be electrical and electronics', 'electrical and electronics engineering', 'and electronics engineering bhopal', 'electronics engineering bhopal madhya', 'engineering bhopal madhya pradesh', 'bhopal madhya pradesh rgpv', 'madhya pradesh rgpv july', 'pradesh rgpv july 2012', 'rgpv july 2012 may', 'july 2012 may 2015', '2012 may 2015 diploma', 'may 2015 diploma electrical', '2015 diploma electrical electrical', 'diploma electrical electrical engineering', 'electrical electrical engineering bhopal', 'electrical engineering bhopal madhya', 'engineering bhopal madhya pradesh', 'bhopal madhya pradesh rgpv', 'madhya pradesh rgpv university', 'pradesh rgpv university bhopal', 'rgpv university bhopal matric', 'university bhopal matric ghs', 'bhopal matric ghs bhuli', 'matric ghs bhuli electrical', 'ghs bhuli electrical engineering', 'bhuli electrical engineering skill', 'electrical engineering skill details', 'engineering skill details basic', 'skill details basic computer', 'details basic computer electrical', 'basic computer electrical machine', 'computer electrical machine electrical', 'electrical machine electrical wiring', 'machine electrical wiring solar', 'electrical wiring solar power', 'wiring solar power plant', 'solar power plant distribution', 'power plant distribution substation', 'plant distribution substation exprience', 'distribution substation exprience less', 'substation exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company enigma', 'details company enigma business', 'company enigma business advisor', 'enigma business advisor description', 'business advisor description solar', 'advisor description solar energy', 'description solar energy 1', 'solar energy 1 solar', 'energy 1 solar power', '1 solar power plant', 'solar power plant installation', 'power plant installation 2', 'plant installation 2 maintenance', 'installation 2 maintenance transmission', '2 maintenance transmission distribution', 'maintenance transmission distribution line', 'transmission distribution line 1', 'distribution line 1 installation', 'education details july 2016 may', 'details july 2016 may 2019', 'july 2016 may 2019 be', '2016 may 2019 be electrical', 'may 2019 be electrical and', '2019 be electrical and electronics', 'be electrical and electronics engineering', 'electrical and electronics engineering bhopal', 'and electronics engineering bhopal madhya', 'electronics engineering bhopal madhya pradesh', 'engineering bhopal madhya pradesh rgpv', 'bhopal madhya pradesh rgpv july', 'madhya pradesh rgpv july 2012', 'pradesh rgpv july 2012 may', 'rgpv july 2012 may 2015', 'july 2012 may 2015 diploma', '2012 may 2015 diploma electrical', 'may 2015 diploma electrical electrical', '2015 diploma electrical electrical engineering', 'diploma electrical electrical engineering bhopal', 'electrical electrical engineering bhopal madhya', 'electrical engineering bhopal madhya pradesh', 'engineering bhopal madhya pradesh rgpv', 'bhopal madhya pradesh rgpv university', 'madhya pradesh rgpv university bhopal', 'pradesh rgpv university bhopal matric', 'rgpv university bhopal matric ghs', 'university bhopal matric ghs bhuli', 'bhopal matric ghs bhuli electrical', 'matric ghs bhuli electrical engineering', 'ghs bhuli electrical engineering skill', 'bhuli electrical engineering skill details', 'electrical engineering skill details basic', 'engineering skill details basic computer', 'skill details basic computer electrical', 'details basic computer electrical machine', 'basic computer electrical machine electrical', 'computer electrical machine electrical wiring', 'electrical machine electrical wiring solar', 'machine electrical wiring solar power', 'electrical wiring solar power plant', 'wiring solar power plant distribution', 'solar power plant distribution substation', 'power plant distribution substation exprience', 'plant distribution substation exprience less', 'distribution substation exprience less 1', 'substation exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company enigma', 'monthscompany details company enigma business', 'details company enigma business advisor', 'company enigma business advisor description', 'enigma business advisor description solar', 'business advisor description solar energy', 'advisor description solar energy 1', 'description solar energy 1 solar', 'solar energy 1 solar power', 'energy 1 solar power plant', '1 solar power plant installation', 'solar power plant installation 2', 'power plant installation 2 maintenance', 'plant installation 2 maintenance transmission', 'installation 2 maintenance transmission distribution', '2 maintenance transmission distribution line', 'maintenance transmission distribution line 1', 'transmission distribution line 1 installation', 'education details july 2016 may 2019', 'details july 2016 may 2019 be', 'july 2016 may 2019 be electrical', '2016 may 2019 be electrical and', 'may 2019 be electrical and electronics', '2019 be electrical and electronics engineering', 'be electrical and electronics engineering bhopal', 'electrical and electronics engineering bhopal madhya', 'and electronics engineering bhopal madhya pradesh', 'electronics engineering bhopal madhya pradesh rgpv', 'engineering bhopal madhya pradesh rgpv july', 'bhopal madhya pradesh rgpv july 2012', 'madhya pradesh rgpv july 2012 may', 'pradesh rgpv july 2012 may 2015', 'rgpv july 2012 may 2015 diploma', 'july 2012 may 2015 diploma electrical', '2012 may 2015 diploma electrical electrical', 'may 2015 diploma electrical electrical engineering', '2015 diploma electrical electrical engineering bhopal', 'diploma electrical electrical engineering bhopal madhya', 'electrical electrical engineering bhopal madhya pradesh', 'electrical engineering bhopal madhya pradesh rgpv', 'engineering bhopal madhya pradesh rgpv university', 'bhopal madhya pradesh rgpv university bhopal', 'madhya pradesh rgpv university bhopal matric', 'pradesh rgpv university bhopal matric ghs', 'rgpv university bhopal matric ghs bhuli', 'university bhopal matric ghs bhuli electrical', 'bhopal matric ghs bhuli electrical engineering', 'matric ghs bhuli electrical engineering skill', 'ghs bhuli electrical engineering skill details', 'bhuli electrical engineering skill details basic', 'electrical engineering skill details basic computer', 'engineering skill details basic computer electrical', 'skill details basic computer electrical machine', 'details basic computer electrical machine electrical', 'basic computer electrical machine electrical wiring', 'computer electrical machine electrical wiring solar', 'electrical machine electrical wiring solar power', 'machine electrical wiring solar power plant', 'electrical wiring solar power plant distribution', 'wiring solar power plant distribution substation', 'solar power plant distribution substation exprience', 'power plant distribution substation exprience less', 'plant distribution substation exprience less 1', 'distribution substation exprience less 1 year', 'substation exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company enigma', 'year monthscompany details company enigma business', 'monthscompany details company enigma business advisor', 'details company enigma business advisor description', 'company enigma business advisor description solar', 'enigma business advisor description solar energy', 'business advisor description solar energy 1', 'advisor description solar energy 1 solar', 'description solar energy 1 solar power', 'solar energy 1 solar power plant', 'energy 1 solar power plant installation', '1 solar power plant installation 2', 'solar power plant installation 2 maintenance', 'power plant installation 2 maintenance transmission', 'plant installation 2 maintenance transmission distribution', 'installation 2 maintenance transmission distribution line', '2 maintenance transmission distribution line 1', 'maintenance transmission distribution line 1 installation', 'education details july 2016 may 2019 be', 'details july 2016 may 2019 be electrical', 'july 2016 may 2019 be electrical and', '2016 may 2019 be electrical and electronics', 'may 2019 be electrical and electronics engineering', '2019 be electrical and electronics engineering bhopal', 'be electrical and electronics engineering bhopal madhya', 'electrical and electronics engineering bhopal madhya pradesh', 'and electronics engineering bhopal madhya pradesh rgpv', 'electronics engineering bhopal madhya pradesh rgpv july', 'engineering bhopal madhya pradesh rgpv july 2012', 'bhopal madhya pradesh rgpv july 2012 may', 'madhya pradesh rgpv july 2012 may 2015', 'pradesh rgpv july 2012 may 2015 diploma', 'rgpv july 2012 may 2015 diploma electrical', 'july 2012 may 2015 diploma electrical electrical', '2012 may 2015 diploma electrical electrical engineering', 'may 2015 diploma electrical electrical engineering bhopal', '2015 diploma electrical electrical engineering bhopal madhya', 'diploma electrical electrical engineering bhopal madhya pradesh', 'electrical electrical engineering bhopal madhya pradesh rgpv', 'electrical engineering bhopal madhya pradesh rgpv university', 'engineering bhopal madhya pradesh rgpv university bhopal', 'bhopal madhya pradesh rgpv university bhopal matric', 'madhya pradesh rgpv university bhopal matric ghs', 'pradesh rgpv university bhopal matric ghs bhuli', 'rgpv university bhopal matric ghs bhuli electrical', 'university bhopal matric ghs bhuli electrical engineering', 'bhopal matric ghs bhuli electrical engineering skill', 'matric ghs bhuli electrical engineering skill details', 'ghs bhuli electrical engineering skill details basic', 'bhuli electrical engineering skill details basic computer', 'electrical engineering skill details basic computer electrical', 'engineering skill details basic computer electrical machine', 'skill details basic computer electrical machine electrical', 'details basic computer electrical machine electrical wiring', 'basic computer electrical machine electrical wiring solar', 'computer electrical machine electrical wiring solar power', 'electrical machine electrical wiring solar power plant', 'machine electrical wiring solar power plant distribution', 'electrical wiring solar power plant distribution substation', 'wiring solar power plant distribution substation exprience', 'solar power plant distribution substation exprience less', 'power plant distribution substation exprience less 1', 'plant distribution substation exprience less 1 year', 'distribution substation exprience less 1 year monthscompany', 'substation exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company enigma', '1 year monthscompany details company enigma business', 'year monthscompany details company enigma business advisor', 'monthscompany details company enigma business advisor description', 'details company enigma business advisor description solar', 'company enigma business advisor description solar energy', 'enigma business advisor description solar energy 1', 'business advisor description solar energy 1 solar', 'advisor description solar energy 1 solar power', 'description solar energy 1 solar power plant', 'solar energy 1 solar power plant installation', 'energy 1 solar power plant installation 2', '1 solar power plant installation 2 maintenance', 'solar power plant installation 2 maintenance transmission', 'power plant installation 2 maintenance transmission distribution', 'plant installation 2 maintenance transmission distribution line', 'installation 2 maintenance transmission distribution line 1', '2 maintenance transmission distribution line 1 installation', 'education details july 2016 may 2019 be electrical', 'details july 2016 may 2019 be electrical and', 'july 2016 may 2019 be electrical and electronics', '2016 may 2019 be electrical and electronics engineering', 'may 2019 be electrical and electronics engineering bhopal', '2019 be electrical and electronics engineering bhopal madhya', 'be electrical and electronics engineering bhopal madhya pradesh', 'electrical and electronics engineering bhopal madhya pradesh rgpv', 'and electronics engineering bhopal madhya pradesh rgpv july', 'electronics engineering bhopal madhya pradesh rgpv july 2012', 'engineering bhopal madhya pradesh rgpv july 2012 may', 'bhopal madhya pradesh rgpv july 2012 may 2015', 'madhya pradesh rgpv july 2012 may 2015 diploma', 'pradesh rgpv july 2012 may 2015 diploma electrical', 'rgpv july 2012 may 2015 diploma electrical electrical', 'july 2012 may 2015 diploma electrical electrical engineering', '2012 may 2015 diploma electrical electrical engineering bhopal', 'may 2015 diploma electrical electrical engineering bhopal madhya', '2015 diploma electrical electrical engineering bhopal madhya pradesh', 'diploma electrical electrical engineering bhopal madhya pradesh rgpv', 'electrical electrical engineering bhopal madhya pradesh rgpv university', 'electrical engineering bhopal madhya pradesh rgpv university bhopal', 'engineering bhopal madhya pradesh rgpv university bhopal matric', 'bhopal madhya pradesh rgpv university bhopal matric ghs', 'madhya pradesh rgpv university bhopal matric ghs bhuli', 'pradesh rgpv university bhopal matric ghs bhuli electrical', 'rgpv university bhopal matric ghs bhuli electrical engineering', 'university bhopal matric ghs bhuli electrical engineering skill', 'bhopal matric ghs bhuli electrical engineering skill details', 'matric ghs bhuli electrical engineering skill details basic', 'ghs bhuli electrical engineering skill details basic computer', 'bhuli electrical engineering skill details basic computer electrical', 'electrical engineering skill details basic computer electrical machine', 'engineering skill details basic computer electrical machine electrical', 'skill details basic computer electrical machine electrical wiring', 'details basic computer electrical machine electrical wiring solar', 'basic computer electrical machine electrical wiring solar power', 'computer electrical machine electrical wiring solar power plant', 'electrical machine electrical wiring solar power plant distribution', 'machine electrical wiring solar power plant distribution substation', 'electrical wiring solar power plant distribution substation exprience', 'wiring solar power plant distribution substation exprience less', 'solar power plant distribution substation exprience less 1', 'power plant distribution substation exprience less 1 year', 'plant distribution substation exprience less 1 year monthscompany', 'distribution substation exprience less 1 year monthscompany details', 'substation exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company enigma', 'less 1 year monthscompany details company enigma business', '1 year monthscompany details company enigma business advisor', 'year monthscompany details company enigma business advisor description', 'monthscompany details company enigma business advisor description solar', 'details company enigma business advisor description solar energy', 'company enigma business advisor description solar energy 1', 'enigma business advisor description solar energy 1 solar', 'business advisor description solar energy 1 solar power', 'advisor description solar energy 1 solar power plant', 'description solar energy 1 solar power plant installation', 'solar energy 1 solar power plant installation 2', 'energy 1 solar power plant installation 2 maintenance', '1 solar power plant installation 2 maintenance transmission', 'solar power plant installation 2 maintenance transmission distribution', 'power plant installation 2 maintenance transmission distribution line', 'plant installation 2 maintenance transmission distribution line 1', 'installation 2 maintenance transmission distribution line 1 installation', 'education details july 2016 may 2019 be electrical and', 'details july 2016 may 2019 be electrical and electronics', 'july 2016 may 2019 be electrical and electronics engineering', '2016 may 2019 be electrical and electronics engineering bhopal', 'may 2019 be electrical and electronics engineering bhopal madhya', '2019 be electrical and electronics engineering bhopal madhya pradesh', 'be electrical and electronics engineering bhopal madhya pradesh rgpv', 'electrical and electronics engineering bhopal madhya pradesh rgpv july', 'and electronics engineering bhopal madhya pradesh rgpv july 2012', 'electronics engineering bhopal madhya pradesh rgpv july 2012 may', 'engineering bhopal madhya pradesh rgpv july 2012 may 2015', 'bhopal madhya pradesh rgpv july 2012 may 2015 diploma', 'madhya pradesh rgpv july 2012 may 2015 diploma electrical', 'pradesh rgpv july 2012 may 2015 diploma electrical electrical', 'rgpv july 2012 may 2015 diploma electrical electrical engineering', 'july 2012 may 2015 diploma electrical electrical engineering bhopal', '2012 may 2015 diploma electrical electrical engineering bhopal madhya', 'may 2015 diploma electrical electrical engineering bhopal madhya pradesh', '2015 diploma electrical electrical engineering bhopal madhya pradesh rgpv', 'diploma electrical electrical engineering bhopal madhya pradesh rgpv university', 'electrical electrical engineering bhopal madhya pradesh rgpv university bhopal', 'electrical engineering bhopal madhya pradesh rgpv university bhopal matric', 'engineering bhopal madhya pradesh rgpv university bhopal matric ghs', 'bhopal madhya pradesh rgpv university bhopal matric ghs bhuli', 'madhya pradesh rgpv university bhopal matric ghs bhuli electrical', 'pradesh rgpv university bhopal matric ghs bhuli electrical engineering', 'rgpv university bhopal matric ghs bhuli electrical engineering skill', 'university bhopal matric ghs bhuli electrical engineering skill details', 'bhopal matric ghs bhuli electrical engineering skill details basic', 'matric ghs bhuli electrical engineering skill details basic computer', 'ghs bhuli electrical engineering skill details basic computer electrical', 'bhuli electrical engineering skill details basic computer electrical machine', 'electrical engineering skill details basic computer electrical machine electrical', 'engineering skill details basic computer electrical machine electrical wiring', 'skill details basic computer electrical machine electrical wiring solar', 'details basic computer electrical machine electrical wiring solar power', 'basic computer electrical machine electrical wiring solar power plant', 'computer electrical machine electrical wiring solar power plant distribution', 'electrical machine electrical wiring solar power plant distribution substation', 'machine electrical wiring solar power plant distribution substation exprience', 'electrical wiring solar power plant distribution substation exprience less', 'wiring solar power plant distribution substation exprience less 1', 'solar power plant distribution substation exprience less 1 year', 'power plant distribution substation exprience less 1 year monthscompany', 'plant distribution substation exprience less 1 year monthscompany details', 'distribution substation exprience less 1 year monthscompany details company', 'substation exprience less 1 year monthscompany details company enigma', 'exprience less 1 year monthscompany details company enigma business', 'less 1 year monthscompany details company enigma business advisor', '1 year monthscompany details company enigma business advisor description', 'year monthscompany details company enigma business advisor description solar', 'monthscompany details company enigma business advisor description solar energy', 'details company enigma business advisor description solar energy 1', 'company enigma business advisor description solar energy 1 solar', 'enigma business advisor description solar energy 1 solar power', 'business advisor description solar energy 1 solar power plant', 'advisor description solar energy 1 solar power plant installation', 'description solar energy 1 solar power plant installation 2', 'solar energy 1 solar power plant installation 2 maintenance', 'energy 1 solar power plant installation 2 maintenance transmission', '1 solar power plant installation 2 maintenance transmission distribution', 'solar power plant installation 2 maintenance transmission distribution line', 'power plant installation 2 maintenance transmission distribution line 1', 'plant installation 2 maintenance transmission distribution line 1 installation'], ['education', 'details', 'january', '2012', 'january', '2013', 'b', 'e', 'electrical', 'shivaji', 'university', 'september', '2008', 'hsc', 'pune', 'maharashtra', 'pune', 'university', 'july', '2006', 'ssc', 'pune', 'maharashtra', 'pune', 'university', 'electrical', 'engineer', 'electrical', 'engineer', 'r', 'k', 'electrical', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'r', 'k', 'electrical', 'pvt', 'ltd', 'description', 'experience', '1', 'year', '3', 'months', 'troubleshooting', 'maintenance', 'following', 'electrical', 'equipment', 'all', 'type', 'maintenance', 'utility', 'electrical', 'mechanical', 'maintenance', 'two', '625', 'kva', 'diesel', 'generator', 'set', 'kirloskar', 'ht', 'lt', 'switchgear', 'with', 'protection', 'system', 'using', 'relays', 'provision', 'for', 'interlocking', 'c', 's', 'kirloskar', 'handling', 'ht', 'vacuum', 'sf6', 'circuit', 'breaker', 'transformer', 'up', '5000', 'kva', 'lt', 'air', 'circuit', 'breaker', '2000a', 'maintenance', 'stp', 'wtp', 'plant', 'maintenance', 'air', 'blower', 'actuators', 'soft', 'starter', 'eot', 'crane', 'mono', 'rail', 'centrifugal', 'vertical', 'pumps', 'hydraulic', 'machine', 'rolling', 'machine', 'lath', 'machine', 'drill', 'machine', 'ahu', 'hvac', 'chiller', 'etc', 'basic', 'knowledge', 'plc', 'scada', 'operation', 'trouble', 'shooting', 'switchgear', 'control', 'panel', 'pump', 'motor', 'maintenance', 'ups', 'battery', 'charger', 'battery', 'bank', 'motor', 'testing', 'both', 'ht', 'lt', 'up', '450', 'kw', 'monitoring', 'controlling', '110v', 'control', 'panel', 'relays', 'panel', 'involved', 'fault', 'finding', 'relay', 'resetting', 'monitoring', 'correcting', 'power', 'factor', 'service', 'maintenance', 'up', '55', 'kw', 'submersible', 'pump', 'maintenance', 'mcc', 'pcc', 'panel', 'servicing', 'motor', 'associated', 'component', 'motor', 'operated', 'valve', 'problem', 'solving', 'power', 'contactor', 'auxiliary', 'contactor', 'relay', 'ct', 'pt', 'effecting', 'preventive', 'predictive', 'maintenance', 'schedules', 'equipment', 'order', 'increase', 'uptime', 'reliability', 'maintenance', 'operation', 'day', 'day', 'activity', 'operation', 'preventive', 'maintenance', 'day', 'day', 'breakdown', 'maintenance', 'conventional', 'maintaining', 'log', 'book', 'check', 'list', '33', '22kv', 'main', 'feeder', '22', '11kv', 'distribution', 'line', 'maint', 'h', 't', 'l', 't', 's', 's', 'break', 'down', 'work', 'electrical', 'safety', 'knowledge', 'various', 'aspect', 'safety', 'its', 'application', 'requirement', 'familiar', 'with', 'various', 'safety', 'equipment', 'tools', 'lockout', 'tag', 'electrical', 'switchgear', 'during', 'work', 'issue', 'work', 'permit', 'line', 'clearance', 'work', 'electrical', 'distribution', 'network', 'requirement', 'proper', 'usage', 'protective', 'equipment', 'a', 'ident', 'statistics', 'education details', 'details january', 'january 2012', '2012 january', 'january 2013', '2013 b', 'b e', 'e electrical', 'electrical shivaji', 'shivaji university', 'university september', 'september 2008', '2008 hsc', 'hsc pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university july', 'july 2006', '2006 ssc', 'ssc pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university electrical', 'electrical engineer', 'engineer electrical', 'electrical engineer', 'engineer r', 'r k', 'k electrical', 'electrical pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company r', 'r k', 'k electrical', 'electrical pvt', 'pvt ltd', 'ltd description', 'description experience', 'experience 1', '1 year', 'year 3', '3 months', 'months troubleshooting', 'troubleshooting maintenance', 'maintenance following', 'following electrical', 'electrical equipment', 'equipment all', 'all type', 'type maintenance', 'maintenance utility', 'utility electrical', 'electrical mechanical', 'mechanical maintenance', 'maintenance two', 'two 625', '625 kva', 'kva diesel', 'diesel generator', 'generator set', 'set kirloskar', 'kirloskar ht', 'ht lt', 'lt switchgear', 'switchgear with', 'with protection', 'protection system', 'system using', 'using relays', 'relays provision', 'provision for', 'for interlocking', 'interlocking c', 'c s', 's kirloskar', 'kirloskar handling', 'handling ht', 'ht vacuum', 'vacuum sf6', 'sf6 circuit', 'circuit breaker', 'breaker transformer', 'transformer up', 'up 5000', '5000 kva', 'kva lt', 'lt air', 'air circuit', 'circuit breaker', 'breaker 2000a', '2000a maintenance', 'maintenance stp', 'stp wtp', 'wtp plant', 'plant maintenance', 'maintenance air', 'air blower', 'blower actuators', 'actuators soft', 'soft starter', 'starter eot', 'eot crane', 'crane mono', 'mono rail', 'rail centrifugal', 'centrifugal vertical', 'vertical pumps', 'pumps hydraulic', 'hydraulic machine', 'machine rolling', 'rolling machine', 'machine lath', 'lath machine', 'machine drill', 'drill machine', 'machine ahu', 'ahu hvac', 'hvac chiller', 'chiller etc', 'etc basic', 'basic knowledge', 'knowledge plc', 'plc scada', 'scada operation', 'operation trouble', 'trouble shooting', 'shooting switchgear', 'switchgear control', 'control panel', 'panel pump', 'pump motor', 'motor maintenance', 'maintenance ups', 'ups battery', 'battery charger', 'charger battery', 'battery bank', 'bank motor', 'motor testing', 'testing both', 'both ht', 'ht lt', 'lt up', 'up 450', '450 kw', 'kw monitoring', 'monitoring controlling', 'controlling 110v', '110v control', 'control panel', 'panel relays', 'relays panel', 'panel involved', 'involved fault', 'fault finding', 'finding relay', 'relay resetting', 'resetting monitoring', 'monitoring correcting', 'correcting power', 'power factor', 'factor service', 'service maintenance', 'maintenance up', 'up 55', '55 kw', 'kw submersible', 'submersible pump', 'pump maintenance', 'maintenance mcc', 'mcc pcc', 'pcc panel', 'panel servicing', 'servicing motor', 'motor associated', 'associated component', 'component motor', 'motor operated', 'operated valve', 'valve problem', 'problem solving', 'solving power', 'power contactor', 'contactor auxiliary', 'auxiliary contactor', 'contactor relay', 'relay ct', 'ct pt', 'pt effecting', 'effecting preventive', 'preventive predictive', 'predictive maintenance', 'maintenance schedules', 'schedules equipment', 'equipment order', 'order increase', 'increase uptime', 'uptime reliability', 'reliability maintenance', 'maintenance operation', 'operation day', 'day day', 'day activity', 'activity operation', 'operation preventive', 'preventive maintenance', 'maintenance day', 'day day', 'day breakdown', 'breakdown maintenance', 'maintenance conventional', 'conventional maintaining', 'maintaining log', 'log book', 'book check', 'check list', 'list 33', '33 22kv', '22kv main', 'main feeder', 'feeder 22', '22 11kv', '11kv distribution', 'distribution line', 'line maint', 'maint h', 'h t', 't l', 'l t', 't s', 's s', 's break', 'break down', 'down work', 'work electrical', 'electrical safety', 'safety knowledge', 'knowledge various', 'various aspect', 'aspect safety', 'safety its', 'its application', 'application requirement', 'requirement familiar', 'familiar with', 'with various', 'various safety', 'safety equipment', 'equipment tools', 'tools lockout', 'lockout tag', 'tag electrical', 'electrical switchgear', 'switchgear during', 'during work', 'work issue', 'issue work', 'work permit', 'permit line', 'line clearance', 'clearance work', 'work electrical', 'electrical distribution', 'distribution network', 'network requirement', 'requirement proper', 'proper usage', 'usage protective', 'protective equipment', 'equipment a', 'a ident', 'ident statistics', 'education details january', 'details january 2012', 'january 2012 january', '2012 january 2013', 'january 2013 b', '2013 b e', 'b e electrical', 'e electrical shivaji', 'electrical shivaji university', 'shivaji university september', 'university september 2008', 'september 2008 hsc', '2008 hsc pune', 'hsc pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university july', 'university july 2006', 'july 2006 ssc', '2006 ssc pune', 'ssc pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university electrical', 'university electrical engineer', 'electrical engineer electrical', 'engineer electrical engineer', 'electrical engineer r', 'engineer r k', 'r k electrical', 'k electrical pvt', 'electrical pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details company', 'details company details', 'company details company', 'details company r', 'company r k', 'r k electrical', 'k electrical pvt', 'electrical pvt ltd', 'pvt ltd description', 'ltd description experience', 'description experience 1', 'experience 1 year', '1 year 3', 'year 3 months', '3 months troubleshooting', 'months troubleshooting maintenance', 'troubleshooting maintenance following', 'maintenance following electrical', 'following electrical equipment', 'electrical equipment all', 'equipment all type', 'all type maintenance', 'type maintenance utility', 'maintenance utility electrical', 'utility electrical mechanical', 'electrical mechanical maintenance', 'mechanical maintenance two', 'maintenance two 625', 'two 625 kva', '625 kva diesel', 'kva diesel generator', 'diesel generator set', 'generator set kirloskar', 'set kirloskar ht', 'kirloskar ht lt', 'ht lt switchgear', 'lt switchgear with', 'switchgear with protection', 'with protection system', 'protection system using', 'system using relays', 'using relays provision', 'relays provision for', 'provision for interlocking', 'for interlocking c', 'interlocking c s', 'c s kirloskar', 's kirloskar handling', 'kirloskar handling ht', 'handling ht vacuum', 'ht vacuum sf6', 'vacuum sf6 circuit', 'sf6 circuit breaker', 'circuit breaker transformer', 'breaker transformer up', 'transformer up 5000', 'up 5000 kva', '5000 kva lt', 'kva lt air', 'lt air circuit', 'air circuit breaker', 'circuit breaker 2000a', 'breaker 2000a maintenance', '2000a maintenance stp', 'maintenance stp wtp', 'stp wtp plant', 'wtp plant maintenance', 'plant maintenance air', 'maintenance air blower', 'air blower actuators', 'blower actuators soft', 'actuators soft starter', 'soft starter eot', 'starter eot crane', 'eot crane mono', 'crane mono rail', 'mono rail centrifugal', 'rail centrifugal vertical', 'centrifugal vertical pumps', 'vertical pumps hydraulic', 'pumps hydraulic machine', 'hydraulic machine rolling', 'machine rolling machine', 'rolling machine lath', 'machine lath machine', 'lath machine drill', 'machine drill machine', 'drill machine ahu', 'machine ahu hvac', 'ahu hvac chiller', 'hvac chiller etc', 'chiller etc basic', 'etc basic knowledge', 'basic knowledge plc', 'knowledge plc scada', 'plc scada operation', 'scada operation trouble', 'operation trouble shooting', 'trouble shooting switchgear', 'shooting switchgear control', 'switchgear control panel', 'control panel pump', 'panel pump motor', 'pump motor maintenance', 'motor maintenance ups', 'maintenance ups battery', 'ups battery charger', 'battery charger battery', 'charger battery bank', 'battery bank motor', 'bank motor testing', 'motor testing both', 'testing both ht', 'both ht lt', 'ht lt up', 'lt up 450', 'up 450 kw', '450 kw monitoring', 'kw monitoring controlling', 'monitoring controlling 110v', 'controlling 110v control', '110v control panel', 'control panel relays', 'panel relays panel', 'relays panel involved', 'panel involved fault', 'involved fault finding', 'fault finding relay', 'finding relay resetting', 'relay resetting monitoring', 'resetting monitoring correcting', 'monitoring correcting power', 'correcting power factor', 'power factor service', 'factor service maintenance', 'service maintenance up', 'maintenance up 55', 'up 55 kw', '55 kw submersible', 'kw submersible pump', 'submersible pump maintenance', 'pump maintenance mcc', 'maintenance mcc pcc', 'mcc pcc panel', 'pcc panel servicing', 'panel servicing motor', 'servicing motor associated', 'motor associated component', 'associated component motor', 'component motor operated', 'motor operated valve', 'operated valve problem', 'valve problem solving', 'problem solving power', 'solving power contactor', 'power contactor auxiliary', 'contactor auxiliary contactor', 'auxiliary contactor relay', 'contactor relay ct', 'relay ct pt', 'ct pt effecting', 'pt effecting preventive', 'effecting preventive predictive', 'preventive predictive maintenance', 'predictive maintenance schedules', 'maintenance schedules equipment', 'schedules equipment order', 'equipment order increase', 'order increase uptime', 'increase uptime reliability', 'uptime reliability maintenance', 'reliability maintenance operation', 'maintenance operation day', 'operation day day', 'day day activity', 'day activity operation', 'activity operation preventive', 'operation preventive maintenance', 'preventive maintenance day', 'maintenance day day', 'day day breakdown', 'day breakdown maintenance', 'breakdown maintenance conventional', 'maintenance conventional maintaining', 'conventional maintaining log', 'maintaining log book', 'log book check', 'book check list', 'check list 33', 'list 33 22kv', '33 22kv main', '22kv main feeder', 'main feeder 22', 'feeder 22 11kv', '22 11kv distribution', '11kv distribution line', 'distribution line maint', 'line maint h', 'maint h t', 'h t l', 't l t', 'l t s', 't s s', 's s break', 's break down', 'break down work', 'down work electrical', 'work electrical safety', 'electrical safety knowledge', 'safety knowledge various', 'knowledge various aspect', 'various aspect safety', 'aspect safety its', 'safety its application', 'its application requirement', 'application requirement familiar', 'requirement familiar with', 'familiar with various', 'with various safety', 'various safety equipment', 'safety equipment tools', 'equipment tools lockout', 'tools lockout tag', 'lockout tag electrical', 'tag electrical switchgear', 'electrical switchgear during', 'switchgear during work', 'during work issue', 'work issue work', 'issue work permit', 'work permit line', 'permit line clearance', 'line clearance work', 'clearance work electrical', 'work electrical distribution', 'electrical distribution network', 'distribution network requirement', 'network requirement proper', 'requirement proper usage', 'proper usage protective', 'usage protective equipment', 'protective equipment a', 'equipment a ident', 'a ident statistics', 'education details january 2012', 'details january 2012 january', 'january 2012 january 2013', '2012 january 2013 b', 'january 2013 b e', '2013 b e electrical', 'b e electrical shivaji', 'e electrical shivaji university', 'electrical shivaji university september', 'shivaji university september 2008', 'university september 2008 hsc', 'september 2008 hsc pune', '2008 hsc pune maharashtra', 'hsc pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university july', 'pune university july 2006', 'university july 2006 ssc', 'july 2006 ssc pune', '2006 ssc pune maharashtra', 'ssc pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university electrical', 'pune university electrical engineer', 'university electrical engineer electrical', 'electrical engineer electrical engineer', 'engineer electrical engineer r', 'electrical engineer r k', 'engineer r k electrical', 'r k electrical pvt', 'k electrical pvt ltd', 'electrical pvt ltd skill', 'pvt ltd skill details', 'ltd skill details company', 'skill details company details', 'details company details company', 'company details company r', 'details company r k', 'company r k electrical', 'r k electrical pvt', 'k electrical pvt ltd', 'electrical pvt ltd description', 'pvt ltd description experience', 'ltd description experience 1', 'description experience 1 year', 'experience 1 year 3', '1 year 3 months', 'year 3 months troubleshooting', '3 months troubleshooting maintenance', 'months troubleshooting maintenance following', 'troubleshooting maintenance following electrical', 'maintenance following electrical equipment', 'following electrical equipment all', 'electrical equipment all type', 'equipment all type maintenance', 'all type maintenance utility', 'type maintenance utility electrical', 'maintenance utility electrical mechanical', 'utility electrical mechanical maintenance', 'electrical mechanical maintenance two', 'mechanical maintenance two 625', 'maintenance two 625 kva', 'two 625 kva diesel', '625 kva diesel generator', 'kva diesel generator set', 'diesel generator set kirloskar', 'generator set kirloskar ht', 'set kirloskar ht lt', 'kirloskar ht lt switchgear', 'ht lt switchgear with', 'lt switchgear with protection', 'switchgear with protection system', 'with protection system using', 'protection system using relays', 'system using relays provision', 'using relays provision for', 'relays provision for interlocking', 'provision for interlocking c', 'for interlocking c s', 'interlocking c s kirloskar', 'c s kirloskar handling', 's kirloskar handling ht', 'kirloskar handling ht vacuum', 'handling ht vacuum sf6', 'ht vacuum sf6 circuit', 'vacuum sf6 circuit breaker', 'sf6 circuit breaker transformer', 'circuit breaker transformer up', 'breaker transformer up 5000', 'transformer up 5000 kva', 'up 5000 kva lt', '5000 kva lt air', 'kva lt air circuit', 'lt air circuit breaker', 'air circuit breaker 2000a', 'circuit breaker 2000a maintenance', 'breaker 2000a maintenance stp', '2000a maintenance stp wtp', 'maintenance stp wtp plant', 'stp wtp plant maintenance', 'wtp plant maintenance air', 'plant maintenance air blower', 'maintenance air blower actuators', 'air blower actuators soft', 'blower actuators soft starter', 'actuators soft starter eot', 'soft starter eot crane', 'starter eot crane mono', 'eot crane mono rail', 'crane mono rail centrifugal', 'mono rail centrifugal vertical', 'rail centrifugal vertical pumps', 'centrifugal vertical pumps hydraulic', 'vertical pumps hydraulic machine', 'pumps hydraulic machine rolling', 'hydraulic machine rolling machine', 'machine rolling machine lath', 'rolling machine lath machine', 'machine lath machine drill', 'lath machine drill machine', 'machine drill machine ahu', 'drill machine ahu hvac', 'machine ahu hvac chiller', 'ahu hvac chiller etc', 'hvac chiller etc basic', 'chiller etc basic knowledge', 'etc basic knowledge plc', 'basic knowledge plc scada', 'knowledge plc scada operation', 'plc scada operation trouble', 'scada operation trouble shooting', 'operation trouble shooting switchgear', 'trouble shooting switchgear control', 'shooting switchgear control panel', 'switchgear control panel pump', 'control panel pump motor', 'panel pump motor maintenance', 'pump motor maintenance ups', 'motor maintenance ups battery', 'maintenance ups battery charger', 'ups battery charger battery', 'battery charger battery bank', 'charger battery bank motor', 'battery bank motor testing', 'bank motor testing both', 'motor testing both ht', 'testing both ht lt', 'both ht lt up', 'ht lt up 450', 'lt up 450 kw', 'up 450 kw monitoring', '450 kw monitoring controlling', 'kw monitoring controlling 110v', 'monitoring controlling 110v control', 'controlling 110v control panel', '110v control panel relays', 'control panel relays panel', 'panel relays panel involved', 'relays panel involved fault', 'panel involved fault finding', 'involved fault finding relay', 'fault finding relay resetting', 'finding relay resetting monitoring', ...], ['education', 'details', 'bca', 'vinayaka', 'missions', 'university', 'operations', 'manager', 'operations', 'manager', 'skill', 'details', 'operations', 'management', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'bny', 'mellon', 'international', 'operations', 'india', 'pvt', 'ltd', 'description', 'organization', 'bny', 'mellon', 'international', 'operations', 'india', 'pvt', 'ltd', 'sept', '2009', 'till', 'date', 'bny', 'mellon', 'provides', 'broad', 'range', 'products', 'services', 'areas', 'investment', 'management', 'investment', 'services', 'treasury', 'services', 'our', 'customers', 'institutions', 'corporations', 'high', 'net', 'worth', 'individuals', 'well', 'consultants', 'advisors', 'work', 'line', 'business', 'lob', 'revenue', 'billing', 'services', 'r', 'bs', 'revenue', 'billing', 'services', 'global', 'center', 'excellence', 'generates', 'invoices', 'collects', 'fee', 'revenue', 'investment', 'services', 'clients', '218', 'staff', 'across', 'five', 'locations', 'brooklyn', 'pittsburgh', 'syracuse', 'pune', 'uk', 'various', 'businesses', 'supported', 'asset', 'servicing', 'corporate', 'trust', 'treasury', 'services', 'broker', 'dealer', 'services', 'global', 'collateral', 'management', 'support', 'u', 's', 'emea', 'apac', 'regions', 'job', 'profile', 'operations', 'manager', 'bny', 'mellon', 'international', 'operations', 'india', 'pvt', 'ltd', 'responsible', 'daily', 'operations', 'billing', 'department', 'providing', 'services', 'institutional', 'clients', 'globally', 'led', 'team', 'professionals', 'responsible', 'urate', 'timely', 'a', 'ount', 'setups', 'invoice', 'production', 'billing', 'platforms', 'like', 'advantage', 'fiserv', 'firre', 'sungard', 'tasked', 'improving', 'service', 'quality', 'reducing', 'overall', 'unbilled', 'revenue', 'provide', 'guidance', 'staff', 'professional', 'development', 'plans', 'facilitating', 'appropriate', 'coaching', 'feedback', 'other', 'responsibilities', 'include', 'limited', 'audit', 'business', 'resumption', 'planning', 'evaluating', 'emerging', 'technologies', 'fee', 'contract', 'reviews', 'negotiations', 'vendors', 'human', 'resources', 'hiring', 'performance', 'management', 'employee', 'personal', 'development', 'rewards', 'recognition', 'programs', 'defining', 'strategic', 'direction', 'business', 'unit', 'operations', 'service', 'delivery', 'management', 'monitor', 'client', 'kyc', 'compliance', 'monitoring', 'institutional', 'clients', 'manage', 'support', 'train', 'team', 'drafting', 'reviewing', 'standard', 'operating', 'procedures', 'ensure', 'compliance', 'us', 'global', 'regulations', 'billing', 'assist', 'clients', 'contract', 'reviews', 'negotiations', 'monitor', 'analyze', 'draft', 'metrics', 'reports', 'weekly', 'monthly', 'basis', 'track', 'progress', 'compliance', 'efforts', 'senior', 'management', 'coordinate', 'internal', 'stake', 'holders', 'draft', 'responses', 'escalated', 'enquiries', 'client', 'requests', 'participate', 'risk', 'control', 'self', 'assessments', 'rcsa', 'concurrence', 'meetings', 'lob', 'form', 'first', 'line', 'defense', 'operations', 'take', 'ountability', 'operational', 'risk', 'events', 'ore', 'perform', 'root', 'cause', 'analysis', 'issues', 'document', 'ordingly', 'incident', 'reporting', 'ensure', 'service', 'delivery', 'standards', 'always', 'met', 'green', 'sla', 'tat', 'monitor', 'employee', 'productivity', 'efficiency', 'performance', 'management', 'initiate', 'goal', 'setting', 'exercise', 'operations', 'team', 'lob', 'provide', 'direction', 'employees', 'ording', 'established', 'policies', 'management', 'guidance', 'consistently', 'meet', 'onshore', 'offshore', 'stake', 'holders', 'provide', 'real', 'time', 'updates', 'organize', 'meetings', 'functional', 'peer', 'groups', 'discuss', 'monthly', 'mis', 'actively', 'involved', 'hiring', 'resource', 'management', 'levels', 'within', 'department', 'oversee', 'employee', 'assistance', 'program', 'eap', 'underperforming', 'employees', 'end', 'end', 'performance', 'management', 'staff', 'semiannual', 'annual', 'appraisals', 'established', 'training', 'development', 'one', 'top', 'priority', 'goal', 'department', 'secured', 'senior', 'management', 'funding', 'cut', 'new', 'hire', 'job', 'competency', 'three', 'months', 'two', 'introducing', 'e', 'learning', 'modules', 'brainshark', 'presentations', 'encourage', 'team', 'understand', 'communicate', 'company', 'vision', 'competitive', 'strategy', 'driving', 'business', 'plan', 'to', 'win', 'play', 'to', 'win', 'initiate', 'quarterly', 'risk', 'control', 'self', 'assessments', 'rcsa', 'concurrence', 'reviews', 'process', 'stake', 'holders', 'project', 'management', 'transitions', 'management', 'pmo', 'worked', 'project', 'manager', 'bny', 'mellon', 'pmo', 'manage', 'transitions', 'billing', 'operations', 'the', 'responsibilities', 'included', 'limited', 'understanding', 'expectations', 'technology', 'documentation', 'assessing', 'capacity', 'skillset', 'executing', 'transition', 'plan', 'process', 'timelines', 'slas', 'escalation', 'matrix', 'etc', 'ensuring', 'smooth', 'go', 'live', 'regular', 'review', 'meetings', 'post', 'transition', 'conducted', 'analysis', 'projects', 'determine', 'roi', 'viability', 'project', 'undertaking', 'presenting', 'senior', 'operations', 'directors', 'conceptualized', 'implemented', 'strategy', 'capturing', 'project', 'program', 'metrics', 'funneling', 'information', 'easy', 'understand', 'dashboards', 'direct', 'management', 'oversight', 'team', '11', 'employees', '8', 'direct', 'reports', 'work', 'directly', 'information', 'technology', 'architecture', 'team', 'identify', 'strategic', 'project', 'breakdowns', 'within', 'program', 'ensure', 'complete', 'adherence', 'project', 'management', 'toll', 'gate', 'framework', 'ensure', 'users', 'operations', 'team', 'get', 'required', 'application', 'esses', 'determined', 'lessons', 'learned', 'post', 'project', 'reviews', 'integrated', 'findings', 'program', 'plan', 'talent', 'management', 'team', 'function', 're', 'structured', 'organization', 'design', 'differentiate', 'roles', 'develop', 'career', 'paths', 'easy', 'work', 'rotation', 'performed', 'skill', 'gap', 'analysis', 'identify', 'training', 'development', 'opportunities', 'ensured', 'participation', 'also', 'tracked', 'effectiveness', 'training', 'programs', 'developed', 'implemented', 'function', 'wide', 'rewards', 'recognitions', 'r', 'r', 'programs', 'previous', 'job', 'profiles', 'bny', 'mellon', 'overall', 'tenure', 'assistant', 'manager', 'team', 'leader', 'line', 'business', 'lob', 'global', 'corporate', 'trust', 'billing', 'enterprise', 'billing', 'unit', 'alternate', 'investment', 'services', 'ais', 'broker', 'dealer', 'services', 'bds', 'sub', 'custodian', 'fee', 'billing', 'the', 'trustee', 'services', 'provided', 'e', 'g', 'admin', 'services', 'paying', 'agent', 'services', 'registrar', 'bny', 'mellon', 'corporate', 'trust', 'clients', 'billed', 'invoiced', 'generating', 'revenue', 'worked', 'capacity', 'assistant', 'manager', 'team', 'leader', 'overall', 'tenure', 'managing', 'multiple', 'teams', 'different', 'sub', 'functions', 'within', 'billing', 'department', 'other', 'responsibilities', 'included', 'assign', 'daily', 'work', 'team', 'respective', 'mailboxes', 'ensure', 'equal', 'distribution', 'sub', 'activities', 'among', 'team', 'depending', 'volumes', 'ensure', 'timely', 'completion', 'monitor', 'log', 'spreadsheets', 'activities', 'sub', 'activities', 'saved', 'designated', 'shared', 'drive', 'quality', 'check', 'transactions', 'processed', 'work', 'efficiency', 'projects', 'monitor', 'onshore', 'rm', 'emails', 'respond', 'within', 'day', 'getting', 'actioned', 'attend', 'daily', 'handoff', 'call', 'discuss', 'processed', 'work', 'updates', 'onshore', 'counterparts', 'work', 'efficiency', 'six', 'sigma', 'quality', 'projects', 'conduct', 'monthly', 'one', 'ones', 'team', 'members', 'schedule', 'team', 'meetings', 'mentoring', 'new', 'old', 'hires', 'team', 'discuss', 'process', 'updates', 'regularly', 'managing', 'performance', 'appraisals', 'employees', 'team', 'to', 'actively', 'involved', 'hiring', 'process', 'participate', 'internal', 'external', 'audits', 'attend', 'concurrence', 'meetings', 'risk', 'control', 'self', 'assessment', 'rcsa', 'work', 'experience', 'company', 'wipro', 'technologies', 'description', 'client', 'microsoft', 'wipro', 'ltd', 'indian', 'information', 'technology', 'services', 'corporation', 'leading', 'global', 'information', 'technology', 'consulting', 'business', 'process', 'services', 'company', 'job', 'profile', 'worked', 'application', 'support', 'engineer', 'tier', 'ii', 'provided', 'technical', 'support', 'siebel', 'crm', 'users', 'across', 'globe', 'microsoft', 'corp', 'communicated', 'users', 'obtain', 'understanding', 'environment', 'challenges', 'troubleshoot', 'issue', 'provide', 'solutions', 'utilized', 'existing', 'structure', 'translate', 'ticket', 'categories', 'group', 'names', 'system', 'structure', 'identified', 'escalated', 'issues', 'tieriii', 'production', 'support', 'teams', 'required', 'ensure', 'addressed', 'resolved', 'ensured', 'siebel', 'crm', 'user', 'sites', 'running', 'utilizing', 'proactive', 'monitoring', 'tools', 'increased', 'customer', 'time', '95', 'trained', 'new', 'engineers', 'providing', 'proactive', 'support', 'users', 'compiled', 'data', 'department', 'metrics', 'reports', 'management', 'examination', 'processes', 'mis', 'reporting', 'coordinated', 'development', 'team', 'business', 'users', 'system', 'deployment', 'modifications', 'actively', 'participated', 'stb', 'qtp', 'testing', 'application', 'version', 'releases', 'perform', 'periodic', 'application', 'health', 'checks', 'tested', 'implemented', 'supported', 'database', 'replication', 'including', 'sql', 'server', 'replication', 'types', 'editing', 'environment', 'perform', 'role', 'flip', 'servers', 'backend', 'reduce', 'application', 'downtime', 'maintained', 'consistent', 'eta', '85', 'month', 'month', 'help', 'desk', 'tickets', 'within', '24', '48', 'hour', 'time', 'span', 'ensured', 'knowledge', 'base', 'article', 'repository', 'updated', 'regularly', 'enable', 'new', 'engineers', 'go', 'troubleshooting', 'issues', 'work', 'experience', 'company', 'dell', 'global', 'financial', 'services', 'description', 'dell', 'computer', 'corporation', 'aug', '29th', '2005', 'till', 'feb', '2007', 'dell', 'inc', 'one', 'world', 'leading', 'computer', 'systems', 'company', 'dell', 'designs', 'builds', 'customizes', 'products', 'services', 'satisfy', 'range', 'customer', 'requirements', 'server', 'storage', 'professional', 'services', 'needs', 'largest', 'global', 'corporations', 'customers', 'home', 'across', '85', 'countries', 'world', 'dell', 'business', 'directly', 'customers', 'meet', 'unique', 'needs', 'job', 'profile', 'worked', 'a', 'ount', 'receivables', 'senior', 'associate', 'dell', 'inc', 'handling', 'portfolio', '500', 'u', 's', 'corporate', 'customers', 'handling', 'team', '8', 'senior', 'credit', 'controllers', 'walking', ...], ['key', 'competencies', 'multi', 'operations', 'management', 'people', 'management', 'customer', 'services', 'emails', 'mis', 'vendor', 'client', 'services', 'management', 'cross', 'functional', 'coordination', 'banking', 'financial', 'services', 'transaction', 'monitoring', 'atm', 'operations', 'prepaid', 'card', 'operations', 'pre', 'issuance', 'post', 'issuance', 'pos', 'operations', 'job', 'profile', 'skills', 'an', 'effective', 'communicator', 'excellent', 'relationship', 'building', 'interpersonal', 'skills', 'strong', 'analytical', 'problem', 'solving', 'organizational', 'abilities', 'extensive', 'experience', 'managing', 'operations', 'demonstrated', 'leadership', 'qualities', 'organisational', 'skills', 'tenure', 'managing', 'customer', 'centric', 'operations', 'ensuring', 'customer', 'satisfaction', 'achieving', 'service', 'quality', 'norms', 'analyzing', 'operational', 'problems', 'customer', 'complaints', 'take', 'preventive', 'corrective', 'actions', 'resolve', 'receive', 'respond', 'key', 'customer', 'inquiries', 'effective', 'manner', 'provide', 'relevant', 'timely', 'information', 'deft', 'steering', 'banking', 'back', 'end', 'operations', 'analyzing', 'risks', 'managing', 'delinquencies', 'dexterity', 'across', 'applying', 'techniques', 'maximizing', 'recoveries', 'minimizing', 'credit', 'losses', 'analyzed', 'identified', 'training', 'needs', 'team', 'members', 'developing', 'organizing', 'conducting', 'training', 'programs', 'manage', 'bottom', 'quartile', 'team', 'improve', 'performance', 'preparing', 'maintaining', 'daily', 'mis', 'reports', 'evaluate', 'performance', 'efficiency', 'process', 'relate', 'various', 'verticals', 'measuring', 'performance', 'processes', 'terms', 'efficiency', 'effectiveness', 'matrix', 'ensuring', 'adherence', 'sla', 'major', 'activities', 'define', 'processes', 'field', 'services', 'monitored', 'necessary', 'checks', 'executed', 'controlled', 'also', 'measured', 'vendor', 'sla', 'analyzing', 'tat', 'vendors', 'client', 'sla', 'provided', 'us', 'as', 'per', 'company', 'procedures', 'handling', 'ensuring', 'vendor', 'payment', 'issues', 'sorted', 'payments', 'processed', 'quarterly', 'basis', 'appropriately', 'plan', 'execute', 'skill', 'operations', 'ordance', 'department', 'policies', 'procedures', 'manage', 'relationships', 'business', 'team', 'software', 'development', 'team', 'services', 'achieve', 'project', 'objectives', 'different', 'software', 'worked', 'till', 'ctl', 'prime', 'axis', 'bank', 'credit', 'cards', 'b', 'insight', 'for', 'pos', 'machine', 'technical', 'operations', 'amex', 'mid', 'tid', 'generation', 'atos', 'venture', 'infotek', 'c', 'ticket', 'management', 'system', 'tata', 'communications', 'private', 'services', 'ltd', 'atm', 'noc', 'operations', 'branch', 'portal', 'yalamanchili', 'software', 'exports', 'ltd', 'prepaid', 'cards', 'sbi', 'bank', 'zaggle', 'prepaid', 'oceans', 'services', 'ltd', 'zaggle', 'prepaid', 'ocean', 'services', 'pvt', 'ltd', 'oct', '2017', 'till', 'date', 'designation', 'manager', 'operations', 'payment', 'industry', 'prepaid', 'cards', 'inr', 'education', 'details', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'operations', 'manager', 'service', 'manager', 'operations', 'payment', 'industry', 'prepaid', 'cards', 'inr', 'ftc', 'skill', 'details', 'operations', 'exprience', '73', 'months', 'satisfaction', 'exprience', '48', 'months', 'training', 'exprience', '24', 'months', 'noc', 'exprience', '23', 'months', 'point', 'of', 'sale', 'exprience', '20', 'monthscompany', 'details', 'company', 'zaggle', 'prepaid', 'ocean', 'services', 'pvt', 'ltd', 'description', 'card', 'operations', 'company', 'yalamanchili', 'software', 'exports', 'ltd', 'description', '24', '7', 'operations', 'pvt', 'ltd', 'dec', '2015', 'feb', '2017', 'designation', 'service', 'manager', 'operations', 'payment', 'industry', 'prepaid', 'cards', 'inr', 'ftc', 'key', 'contributions', 'a', 'result', 'oriented', 'business', 'professional', 'planning', 'executing', 'managing', 'processes', 'improving', 'efficiency', 'operations', 'team', 'building', 'detailing', 'process', 'information', 'determine', 'effective', 'result', 'operations', 'ensuring', 'pins', 'generation', 'sla', 'maintained', 'chargeback', 'cases', 'raised', 'perfect', 'timeframe', 'managing', 'email', 'customer', 'services', 'properly', 'ensuring', 'emails', 'replied', 'properly', 'also', 'ensuring', 'transaction', 'monitoring', 'properly', 'managed', '24', '7', 'assisting', 'bankers', 'sbi', 'associated', 'banks', 'bcp', 'plans', 'getting', 'executed', 'system', 'help', 'dr', 'pr', 'plans', 'vice', 'versa', 'business', 'requirements', 'expertise', 'maintaining', 'highest', 'level', 'quality', 'operations', 'ensuring', 'adherence', 'quality', 'parameters', 'procedures', 'per', 'stringent', 'norms', 'lead', 'manage', 'supervise', 'execution', 'external', 'audit', 'engagements', 'responsible', 'presenting', 'findings', 'developing', 'quality', 'reports', 'senior', 'management', 'clients', 'coach', 'mentor', '20', 'team', 'members', 'perform', 'higher', 'level', 'giving', 'opportunities', 'providing', 'timely', 'continuous', 'feedback', 'working', 'staff', 'improve', 'communication', 'time', 'management', 'decision', 'making', 'organization', 'analytical', 'skills', 'providing', 'solutions', 'services', 'client', 'premises', 'aforesaid', 'count', 'team', 'members', 'also', 'ensuring', 'end', 'end', 'process', 'pr', 'dr', 'per', 'client', 'requirements', 'pr', 'dr', 'dr', 'pr', 'interacting', 'internal', 'external', 'stakeholders', 'determining', 'process', 'gaps', 'designing', 'conducting', 'training', 'programs', 'enhance', 'operational', 'efficiency', 'retain', 'talent', 'providing', 'optimum', 'opportunities', 'personal', 'professional', 'growth', 'company', 'credit', 'cards', 'description', 'ensured', 'highest', 'standard', 'customer', 'satisfaction', 'quality', 'service', 'developing', 'new', 'policies', 'procedures', 'improve', 'based', 'customer', 'feedback', 'resolving', 'customer', 'queries', 'via', 'correspondence', 'inbound', 'calls', 'email', 'channels', 'strength', '12', '16', 'team', 'members', 'company', 'ags', 'transact', 'technologies', 'limited', 'description', 'key', 'contributions', 'lead', 'spoc', 'banks', 'company', 'tata', 'communications', 'payment', 'solutions', 'ltd', 'description', 'to', 'make', 'atms', 'operational', 'within', 'tat', 'analyzing', 'issue', 'technical', 'non', 'technical', 'also', 'interacting', 'internal', 'external', 'stakeholders', 'company', 'vertex', 'customer', 'solutions', 'india', 'private', 'ltd', 'description', 'key', 'contributions', 'build', 'positive', 'working', 'relationship', 'team', 'members', 'clients', 'keeping', 'management', 'informed', 'kyc', 'document', 'collection', 'con', 'current', 'audit', 'progress', 'responding', 'timely', 'management', 'inquiries', 'understanding', 'business', 'conducting', 'self', 'professionally', 'company', 'financial', 'inclusion', 'network', 'operations', 'limited', 'description', 'key', 'contributions', 'pos', 'operations', 'cascading', 'adherence', 'process', 'strictly', 'followed', 'team', 'members', 'training', 'reduce', 'downtime', 'managing', 'stock', 'edc', 'terminals', 'managing', 'deployments', 'terminals', 'multiple', 'teams', 'would', 'worked', 'multiple', 'terminal', 'make', 'model', 'managing', 'inward', 'outward', 'qc', 'applications', 'installed', 'pos', 'machines', 'company', 'venture', 'infotek', 'private', 'ltd', 'description', 'key', 'contributions', 'pos', 'operations', 'company', 'axis', 'bank', 'ltd', 'customer', 'services', 'description', 'aug', '2006', 'oct', '2009', 'ma', 'foi', 'i', 'smart', 'designation', 'team', 'leader', 'executive', 'emails', 'phone', 'banking', 'correspondence', 'unit', 'snail', 'mails', 'key competencies', 'competencies multi', 'multi operations', 'operations management', 'management people', 'people management', 'management customer', 'customer services', 'services emails', 'emails mis', 'mis vendor', 'vendor client', 'client services', 'services management', 'management cross', 'cross functional', 'functional coordination', 'coordination banking', 'banking financial', 'financial services', 'services transaction', 'transaction monitoring', 'monitoring atm', 'atm operations', 'operations prepaid', 'prepaid card', 'card operations', 'operations pre', 'pre issuance', 'issuance post', 'post issuance', 'issuance pos', 'pos operations', 'operations job', 'job profile', 'profile skills', 'skills an', 'an effective', 'effective communicator', 'communicator excellent', 'excellent relationship', 'relationship building', 'building interpersonal', 'interpersonal skills', 'skills strong', 'strong analytical', 'analytical problem', 'problem solving', 'solving organizational', 'organizational abilities', 'abilities extensive', 'extensive experience', 'experience managing', 'managing operations', 'operations demonstrated', 'demonstrated leadership', 'leadership qualities', 'qualities organisational', 'organisational skills', 'skills tenure', 'tenure managing', 'managing customer', 'customer centric', 'centric operations', 'operations ensuring', 'ensuring customer', 'customer satisfaction', 'satisfaction achieving', 'achieving service', 'service quality', 'quality norms', 'norms analyzing', 'analyzing operational', 'operational problems', 'problems customer', 'customer complaints', 'complaints take', 'take preventive', 'preventive corrective', 'corrective actions', 'actions resolve', 'resolve receive', 'receive respond', 'respond key', 'key customer', 'customer inquiries', 'inquiries effective', 'effective manner', 'manner provide', 'provide relevant', 'relevant timely', 'timely information', 'information deft', 'deft steering', 'steering banking', 'banking back', 'back end', 'end operations', 'operations analyzing', 'analyzing risks', 'risks managing', 'managing delinquencies', 'delinquencies dexterity', 'dexterity across', 'across applying', 'applying techniques', 'techniques maximizing', 'maximizing recoveries', 'recoveries minimizing', 'minimizing credit', 'credit losses', 'losses analyzed', 'analyzed identified', 'identified training', 'training needs', 'needs team', 'team members', 'members developing', 'developing organizing', 'organizing conducting', 'conducting training', 'training programs', 'programs manage', 'manage bottom', 'bottom quartile', 'quartile team', 'team improve', 'improve performance', 'performance preparing', 'preparing maintaining', 'maintaining daily', 'daily mis', 'mis reports', 'reports evaluate', 'evaluate performance', 'performance efficiency', 'efficiency process', 'process relate', 'relate various', 'various verticals', 'verticals measuring', 'measuring performance', 'performance processes', 'processes terms', 'terms efficiency', 'efficiency effectiveness', 'effectiveness matrix', 'matrix ensuring', 'ensuring adherence', 'adherence sla', 'sla major', 'major activities', 'activities define', 'define processes', 'processes field', 'field services', 'services monitored', 'monitored necessary', 'necessary checks', 'checks executed', 'executed controlled', 'controlled also', 'also measured', 'measured vendor', 'vendor sla', 'sla analyzing', 'analyzing tat', 'tat vendors', 'vendors client', 'client sla', 'sla provided', 'provided us', 'us as', 'as per', 'per company', 'company procedures', 'procedures handling', 'handling ensuring', 'ensuring vendor', 'vendor payment', 'payment issues', 'issues sorted', 'sorted payments', 'payments processed', 'processed quarterly', 'quarterly basis', 'basis appropriately', 'appropriately plan', 'plan execute', 'execute skill', 'skill operations', 'operations ordance', 'ordance department', 'department policies', 'policies procedures', 'procedures manage', 'manage relationships', 'relationships business', 'business team', 'team software', 'software development', 'development team', 'team services', 'services achieve', 'achieve project', 'project objectives', 'objectives different', 'different software', 'software worked', 'worked till', 'till ctl', 'ctl prime', 'prime axis', 'axis bank', 'bank credit', 'credit cards', 'cards b', 'b insight', 'insight for', 'for pos', 'pos machine', 'machine technical', 'technical operations', 'operations amex', 'amex mid', 'mid tid', 'tid generation', 'generation atos', 'atos venture', 'venture infotek', 'infotek c', 'c ticket', 'ticket management', 'management system', 'system tata', 'tata communications', 'communications private', 'private services', 'services ltd', 'ltd atm', 'atm noc', 'noc operations', 'operations branch', 'branch portal', 'portal yalamanchili', 'yalamanchili software', 'software exports', 'exports ltd', 'ltd prepaid', 'prepaid cards', 'cards sbi', 'sbi bank', 'bank zaggle', 'zaggle prepaid', 'prepaid oceans', 'oceans services', 'services ltd', 'ltd zaggle', 'zaggle prepaid', 'prepaid ocean', 'ocean services', 'services pvt', 'pvt ltd', 'ltd oct', 'oct 2017', '2017 till', 'till date', 'date designation', 'designation manager', 'manager operations', 'operations payment', 'payment industry', 'industry prepaid', 'prepaid cards', 'cards inr', 'inr education', 'education details', 'details commerce', 'commerce mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university operations', 'operations manager', 'manager service', 'service manager', 'manager operations', 'operations payment', 'payment industry', 'industry prepaid', 'prepaid cards', 'cards inr', 'inr ftc', 'ftc skill', 'skill details', ...], ['it', 'skills', 'well', 'versed', 'ms', 'office', 'internet', 'applications', 'various', 'erp', 'systems', 'implemented', 'company', 'ie', 'sage', 'flotilla', 'lm', 'erp', 'tally', '9', 'wms', 'exceed', '4000', 'etc', 'personal', 'dossier', 'permanent', 'address', 'bandra', 'west', 'mumbai', '400', '050education', 'details', 'b', 'com', 'commerce', 'mumbai', 'maharashtra', 'bombay', 'university', 'mumbai', 'maharashtra', 'st', 'andrews', 'college', 'dim', 'business', 'management', 'ignou', 'operations', 'manager', 'operations', 'manager', 'landmark', 'insurance', 'brokers', 'pvt', 'ltd', 'skill', 'details', 'employee', 'resource', 'group', 'exprience', '6', 'months', 'enterprise', 'resource', 'planning', 'exprience', '6', 'months', 'erp', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'months', 'tally', 'exprience', '6', 'monthscompany', 'details', 'company', 'landmark', 'insurance', 'brokers', 'pvt', 'ltd', 'description', 'jan', '2019', 'till', 'date', 'about', 'company', 'one', 'india', 'largest', 'insurance', 'brokerage', 'firms', 'offices', 'across', '24', 'states', 'pan', 'india', 'part', 'landmarkgroup', 'annual', 'turnover', '2200', 'cr', 'position', 'operations', 'manager', 'leading', 'overseeing', 'team', '12', 'people', 'ensure', 'correct', 'work', 'processes', 'tat', 'followed', 'regards', 'complete', 'insurance', 'handling', 'cheque', 'submission', 'right', 'upto', 'policy', 'issuance', 'support', 'offices', 'pan', 'india', 'motor', 'health', 'insurance', 'ensuring', 'data', 'entry', 'customers', 'correctly', 'done', 'customer', 'service', 'underwriting', 'documents', 'verification', 'health', 'motor', 'costings', 'insurance', 'products', 'followups', 'insurance', 'companies', 'customer', 'complain', 'handling', 'solutions', 'mis', 'reporting', 'ensuring', 'team', 'working', 'line', 'operations', 'sop', 'conducting', 'weekly', 'briefing', 'team', 'liasing', 'pan', 'india', 'offices', 'operational', 'support', 'handling', 'daily', 'cash', 'transactions', 'reporting', 'vice', 'president', 'operations', 'company', 'trippereri', 'travels', 'tours', 'description', 'jan', '2017', 'mar', '2018', 'about', 'company', 'a', 'startup', 'travel', 'agency', 'company', 'organising', 'local', 'international', 'tours', 'operations', 'looked', 'overall', 'operations', 'administrative', 'sales', 'functions', 'company', 'vish', 'hotel', 'supplies', 'pvt', 'ltd', 'description', 'jan', '2015', 'nov', '2016', 'about', 'company', 'a', 'distributor', 'hotel', 'supplies', '5', 'star', 'international', 'hotels', 'groups', 'india', 'hotel', 'amenities', 'international', 'supplier', '50', 'hotels', 'across', 'india', 'position', 'operations', 'manager', 'supply', 'chain', 'logistics', 'complete', 'incharge', 'running', 'business', 'shipping', 'imports', 'warehousing', 'right', 'upto', 'distribution', 'overseeing', 'operational', 'related', 'activities', 'company', 'overlooking', 'managing', 'aspects', 'business', 'implementing', 'procedures', 'su', 'essful', 'shipping', 'inventory', 'management', 'warehouse', 'delivery', 'material', 'india', 'plus', 'exports', 'overseeing', 'vendor', 'negotiations', 'addition', 'customs', 'warehouse', 'cha', 'negotiating', 'freight', 'forwarders', 'best', 'freight', 'rates', 'quickest', 'delivery', 'times', 'overseeing', 'clearance', 'import', 'shipments', 'export', 'shipments', 'liasing', 'freight', 'forwarders', 'ensuring', 'government', 'tax', 'compliances', 'adhered', 'company', 'ensuring', 'benefits', 'government', 'rebates', 'duty', 'schemes', 'received', 'availed', 'customer', 'company', 'per', 'exim', 'license', 'held', 'overseeing', 'customers', 'satisfied', 'overall', 'supplies', 'services', 'company', 'ensuring', 'obstacles', 'faced', 'supply', 'chain', 'management', 'smoothened', 'hassel', 'free', 'delivery', 'customers', 'across', 'india', 'overseeing', 'ount', 'paybles', 'receivables', 'overseeing', 'stock', 'maintained', 'warehouses', 'ounting', 'books', 'per', 'implemented', 'procedures', 'sourcing', 'new', 'vendors', 'high', 'quality', 'manufacturing', 'capabilities', 'new', 'product', 'manufacture', 'visiting', 'customers', 'survey', 'customer', 'satisfaction', 'address', 'shortfalls', 'hr', 'function', 'like', 'recruitment', 'interviewing', 'finalizing', 'candidates', 'company', 'company', 'gea', 'ecoflex', 'middle', 'east', 'fze', 'description', 'about', 'company', 'gea', 'ecoflex', 'part', 'gea', 'group', 'germany', 'one', 'largest', 'suppliers', 'process', 'technology', 'components', 'food', 'energy', 'industries', 'as', 'international', 'technology', 'group', 'company', 'focuses', 'sophisticated', 'production', 'processes', 'gea', 'generates', 'revenues', 'excess', 'eur', '5', '7', 'billion', 'annually', 'key', 'deliverables', 'freight', 'management', 'acquire', 'develop', 'enhance', 'relationships', 'economical', 'faster', 'modes', 'freight', 'forwarding', 'various', 'requirements', 'company', 'developing', 'pricing', 'strategies', 'eye', 'towards', 'maximizing', 'company', 'profits', 'reducing', 'freight', 'costs', 'negotiating', 'pricing', 'individual', 'sectors', 'freight', 'forwarders', 'shipping', 'carrier', 'ensuring', 'timely', 'delivery', 'goods', 'respective', 'destinations', 'manage', 'negotiate', 'import', 'freight', 'charges', 'various', 'freight', 'forwarders', 'air', 'lines', 'bulk', 'air', 'shipments', 'moving', 'americas', 'europe', 'dubai', 'india', 'china', 'other', 'gcc', 'countries', 'identify', 'possible', 'snag', 'loopholes', 'consignments', 'moving', 'may', 'late', 'required', 'deadline', 'find', 'alternate', 'solutions', 'meeting', 'commitment', 'logistics', 'management', 'managing', 'logistic', 'functions', 'negotiating', 'transporters', 'cost', 'effective', 'transport', 'solutions', 'coordinating', 'custom', 'house', 'agents', 'ensuring', 'timely', 'clearances', 'effective', 'transport', 'solutions', 'reasonable', 'costs', 'interfacing', 'airlines', 'shipping', 'lines', 'transport', 'conducting', 'negotiations', 'finalizing', 'freight', 'rates', 'optimize', 'transportation', 'costs', 'ensure', 'damage', 'free', 'transit', 'monitoring', 'analyzing', 'loss', 'transit', 'undertaking', 'measures', 'control', 'co', 'ordinated', 'schedule', 'mobilization', 'after', 'sales', 'team', 'various', 'gcc', 'on', 'shore', 'off', 'shore', 'european', 'sites', 'materials', 'inventory', 'management', 'handling', 'inventory', 'function', 'curtail', 'inventory', 'holding', 'expenses', 'ensuring', 'specifications', 'materials', 'establishing', 'quality', 'quantity', 'effective', 'inventory', 'control', 'reducing', 'wastages', 'managing', 'disposal', 'obsolete', 'retired', 'inventory', 'warehousing', 'distributions', 'planning', 'maintaining', 'efficient', 'warehouse', 'operations', 'monitoring', 'receipt', 'inspection', 'storage', 'distribution', 'stock', 'resolving', 'problems', 'affecting', 'stores', 'service', 'including', 'staff', 'punctuality', 'day', 'vacation', 'plan', 'etc', 'overseeing', 'paper', 'work', 'processed', 'timely', 'manner', 'following', 'discrepancies', 'damage', 'expired', 'goods', 'claims', 'returns', 'back', 'purchase', 'procurement', 'providing', 'support', 'developing', 'implementing', 'key', 'procurement', 'strategies', 'commodities', 'ensuring', 'plans', 'aligned', 'contractual', 'statutory', 'requirements', 'ensuring', 'project', 'schedule', 'identifying', 'new', 'potential', 'vendors', 'strategic', 'sourcing', 'ensuring', 'purchase', 'schedules', 'purchase', 'plan', 'timely', 'procurement', 'items', 'ensure', 'smooth', 'manufacturing', 'vendor', 'supplier', 'development', 'providing', 'support', 'identifying', 'negotiating', 'vendors', 'procuring', 'essential', 'materials', 'reasonable', 'price', 'developing', 'vendors', 'better', 'price', 'quality', 'delivery', 'increased', 'volumes', 'identifying', 'alternate', 'vendors', 'developing', 'long', 'term', 'partnerships', 'local', 'foreign', 'suppliers', 'acquiring', 'techno', 'commercial', 'offers', 'various', 'vendors', 'handled', 'supplier', 'pre', 'qualification', 'vendor', 'registrations', 'significant', 'contributions', 'su', 'essfully', 'managed', 'overall', 'operations', 'including', 'receiving', 'stock', 'order', 'dispatch', 'warehouse', 'management', 'special', 'processes', 'inventory', 'control', 'global', 'purchase', 'facility', 'compliance', 'iso', '9001', '2008', 'standards', 'coordinating', 'follow', 'various', 'factories', 'europe', 'us', 'asia', 'timely', 'delivery', 'materials', 'carrying', 'receiving', 'picking', 'packing', 'shipping', 'average', '45', 'orders', 'monthly', 'maintaining', 'handling', 'aed', '15', 'million', 'inventories', 'stored', 'three', 'external', 'warehouses', 'holds', 'credit', 'serving', 'clients', 'power', 'marine', 'oil', 'construction', 'industries', 'including', 'sabic', 'ksa', 'played', 'key', 'role', 'streamlining', 'inventory', 'identification', 'tracking', 'system', 'pivotal', 'introducing', 'systematic', 'analysis', 'daily', 'discrepancy', 'reports', 'generated', 'reports', 'standardized', 'receiving', 'stocking', 'checking', 'housekeeping', 'procedures', 'abridged', 'decrease', 'inventory', 'discrepancies', 'developing', 'tracking', 'system', 'su', 'essful', 'meeting', '24', 'hour', 'turnaround', 'goal', 'shipments', 'company', 'kuehne', 'nagel', 'llc', 'description', 'about', 'company', 'a', 'worldwide', 'leader', 'logistics', 'the', 'company', 'activities', 'global', 'seafreight', 'airfreight', 'overland', 'contract', 'logistics', 'businesses', 'su', 'essfully', 'managed', 'team', '3', 'executives', 'reported', 'general', 'manager', 'handling', 'top', 'key', 'ounts', 'company', 'su', 'essful', 'handling', 'entire', 'export', 'coordination', 'documentation', 'played', 'pivotal', 'role', 'supervising', 'receiving', 'inventory', 'control', 'storage', 'distribution', 'traffic', 'etc', 'responsible', 'maintaining', 'scheduled', 'drivers', 'negotiated', 'rates', 'routes', 'truck', 'lines', 'carriers', 'essayed', 'key', 'role', 'handling', 'product', 'distribution', 'security', 'receivables', 'clients', 'like', 'united', 'nations', 'johnson', 'johnson', 'handled', 'hotel', 'logistics', 'inventory', 'distribution', 'across', 'middle', 'east', 'marriot', 'hilton', 'group', 'managed', 'monitored', 'smooth', 'movements', 'consignments', 'moving', 'direct', 'imports', 'exports', 'transshipment', 'consignments', 'far', 'east', 'middle', 'east', 'amman', 'egypt', 'branches', 'respective', 'destinations', 'also', 'transshipment', 'usa', 'air', 'land', 'sea', 'supervised', 'entire', 'customs', 'clearance', 'consignments', 'various', 'exit', 'entry', 'points', 'direct', 'imports', 'exports', 'transshipment', 'consignments', 'billing', 'a', 'ount', 'per', 'job', 'completed', 'keeping', 'track', 'revenue', 'client', 'monthly', 'basis', 'regular', 'customer', 'visits', 'ensure', 'smooth', 'operations', 'address', 'grievances', 'company', 'dhl', 'express', 'description', 'about', 'company', 'a', 'worldwide', 'leader', 'air', 'express', 'courrier', 'wholly', 'owned', 'dpwn', 'deutsche', 'post', 'world', 'net', 'to', 'handle', 'shipments', 'key', 'a', ...], ['education', 'details', 'august', '2000', 'b', 'e', 'electronics', 'pune', 'maharashtra', 'pune', 'university', 'operations', 'manager', 'operations', 'manager', 'delta', 'controls', 'dubai', 'fzco', 'skill', 'details', 'company', 'details', 'company', 'delta', 'controls', 'dubai', 'fzco', 'description', 'heading', 'pune', 'branch', 'm', 'deltannex', 'integrators', 'pvt', 'ltd', 'from', 'aug', '17', 'till', 'date', 'designation', 'operations', 'manager', '1st', 'employee', '1', 'reporting', 'gm', 'operations', '2', 'review', 'sow', 'rfq', 'assist', 'proposal', 'team', 'engineering', 'man', 'hours', 'project', 'schedule', 'organization', 'chart', 'meeting', 'client', 'pre', 'sales', 'support', '3', 'review', 'sow', 'rfq', 'client', 'purchase', 'order', 'contract', 'terms', 'conditions', '4', 'project', 'execution', 'plans', 'discussion', 'client', 'consultants', '5', 'kick', 'meeting', 'ad', 'hoc', 'meetings', 'client', '6', 'project', 'evaluation', 'terms', 'outlays', 'profits', '7', 'ensuring', 'appropriate', 'project', 'management', 'framework', '8', 'management', 'contractual', 'commercial', 'issues', 'related', 'project', '9', 'monitoring', 'reviewing', 'reporting', 'project', 'progress', '10', 'coordinating', 'fostering', 'teamwork', 'prioritization', 'team', 'activities', '11', 'monitor', 'project', 'budget', '12', 'apply', 'quality', 'management', 'system', 'processes', '13', 'liaison', 'reporting', 'client', '14', 'monitoring', 'complying', 'invoicing', 'schedules', '15', 'compilation', 'submission', 'change', 'orders', 'waivers', 'concessions', 'responsible', 'variation', 'claims', 'support', 'proposal', 'team', '16', 'approving', 'mrn', 'follow', 'procurement', 'team', '17', 'planning', 'co', 'ordination', 'site', 'activities', '18', 'receive', 'final', 'payment', 'project', 'official', 'closeout', '19', 'give', 'constant', 'feedback', 'proposal', 'based', 'lessons', 'learnt', 'correct', 'earlier', 'mistakes', 'future', 'proposal', '20', 'preparation', 'project', 'management', 'reports', 'terms', 'planned', 'vs', 'actual', 'based', 'ev', 'analysis', 'scheduled', 'variances', 'biweekly', 'monthly', 'basis', '21', 'exception', 'alert', 'reporting', 'gm', 'critical', 'issues', '22', 'maintains', 'contact', 'clients', 'market', 'area', 'ensure', 'high', 'levels', 'client', 'satisfaction', '23', 'adheres', 'company', 'policies', 'procedures', 'business', 'ethics', 'codes', 'ensures', 'communicated', 'implemented', 'within', 'team', '24', 'transfer', 'project', 'project', 'team', 'proper', 'internal', 'kick', 'provide', 'information', 'including', 'e', 'mail', 'communication', '25', 'clarification', 'e', 'mail', 'phone', 'customer', 'responses', 'customer', '26', 'site', 'visit', 'sales', 'technical', 'discussions', '27', 'co', 'ordinates', 'a', 'ounts', 'tender', 'bond', '28', 'submission', 'offers', 'tenders', '29', 'attending', 'tqs', 'revisions', 'changes', 'customer', '30', 'managing', 'revision', 'offers', 'costing', 'submittal', 'company', 'honeywell', 'automation', 'india', 'ltd', 'description', 'since', 'may', '2015', 'june', '2016', 'honeywell', 'seoul', 'south', 'korea', 'roles', 'responsibilities', '1', 'discuss', 'honeywell', 'korea', 'le', 'pm', 'engineering', 'manager', 'understand', 'work', 'forecast', 'communicate', 'ges', 'stake', 'holders', '2', 'understanding', 'project', 'work', 'pack', 'scope', 'collect', 'required', 'design', 'inputs', 'honeywell', 'korea', 'pm', 'le', '3', 'communicating', 'project', 'work', 'pack', 'scope', 'sending', 'required', 'design', 'inputs', 'ges', 'stake', 'holders', 'om', 'em', '4', 'helping', 'ges', 'office', 'preparing', 'estimation', 'ges', 'scope', 'activities', '5', 'discuss', 'ges', 'estimation', 'honeywell', 'korea', 'pm', 'le', '6', 'coordinate', 'ges', 'honeywell', 'korea', 'pm', 'le', 'estimation', 'agreed', 'parties', '7', 'helping', 'ges', 'preparing', 'jas', '8', 'coordinate', 'honeywell', 'korea', 'pm', 'pc', 'get', 'purchase', 'orders', 'per', 'ja', '9', 'coordinate', 'ges', 'honeywell', 'korea', 'following', 'activities', 'project', 'execution', 'understanding', 'ges', 'queries', 'getting', 'resolved', 'discussing', 'honeywell', 'korea', 'le', 'b', 'communicating', 'honeywell', 'korea', 'requirements', 'schedules', 'revised', 'design', 'inputs', 'revised', 'scope', 'concerns', 'issues', 'honeywell', 'korea', 'comments', 'customer', 'comments', 'ges', 'c', 'understanding', 'ges', 'change', 'orders', 'discussing', 'honeywell', 'korea', 'le', 'pm', 'finalizing', 'change', 'orders', 'e', 'ensure', 'good', 'quality', 'ges', 'deliverables', 'spot', 'quality', 'checks', 'f', 'ensuring', 'procedures', 'standards', 'followed', 'sides', 'g', 'ensuring', 'smooth', 'project', 'execution', 'per', 'agreed', 'project', 'schedules', 'h', 'ensuring', 'deliverables', 'sent', 'per', 'agreed', 'deliverables', 'schedule', 'identifying', 'possible', 'issues', 'project', 'suggesting', 'corrective', 'actions', 'ges', 'honeywell', 'korea', 'j', 'scheduling', 'project', 'review', 'meetings', 'whenever', 'required', 'k', 'attending', 'proto', 'type', 'tests', 'demo', 'design', 'review', 'meetings', 'pre', 'inspection', 'meetings', 'pre', 'kom', 'kom', 'whenever', 'required', 'l', 'ensuring', 'engineer', 'travel', 'pre', 'fat', 'fat', 'attending', 'important', 'meetings', 'like', 'kom', 'proto', 'type', 'tests', 'etc', 'mutually', 'agreed', 'project', 'arranging', 'invitation', 'letters', 'ccvi', 'work', 'permits', 'etc', 'visa', 'processing', 'ges', 'engineers', 'n', 'ensuring', 'progress', 'reports', 'sent', 'regularly', 'ges', 'em', 'ensuring', 'pre', 'fat', 'fat', 'progressing', 'smoothly', '10', 'preparing', 'sending', 'monthly', 'progress', 'reports', 'stake', 'holders', '11', 'arranging', 'monthly', 'teleconference', 'honeywell', 'korea', 'pas', 'business', 'leader', 'engineering', 'manager', 'ges', 'operations', 'manager', 'understand', 'progress', 'issues', '12', 'attending', 'project', 'review', 'meetings', 'pm', 'le', 'epc', 'whenever', 'required', '13', 'helping', 'honeywell', 'korea', 'sales', 'proposal', 'team', 'understanding', 'ges', 'capabilities', 'providing', 'required', 'information', '14', 'reviewing', 'customer', 'rfqs', 'ensure', 'requirements', 'captured', 'proposals', 'informing', 'requirements', 'comments', 'proposal', 'team', 'project', 'manager', '15', 'attending', 'estimation', 'review', 'meetings', 'tbes', 'technical', 'clarification', 'meetings', 'whenever', 'required', 'projects', 'completed', 'honeywell', 'india', 'project', 'honeywell', 'role', 'project', 'highlights', 'fgp', 'wpmp', 'client', 'tco', 'mac', 'mustang', 'honeywell', 'team', 'lead', 'system', 'epks', 'dcs', 'sis', 'fgs', 'job', 'hardware', 'configuration', 'c', '300', 'application', 'development', 'timely', 'delivery', 'deliverable', 'ensuring', 'quality', 'check', 'attending', 'weekly', 'project', 'review', 'meetings', 'telephonic', 'client', 'the', 'project', 'is', 'still', 'in', 'sta', 'ing', 'phase', 'so', 'scope', 'of', 'work', 'is', 'not', 'very', 'clear', 'grain', 'lng', 'lf', 'client', 'cbi', 'national', 'grid', 'uk', 'team', 'lead', 'process', 'lng', 'tanker', 'loading', 'system', 'epks', 'dcs', 'sis', 'fgs', 'c', '300', 'controller', '1', 'no', 'job', 'planning', 'monitoring', 'mentioned', 'engineering', 'activities', 'design', 'development', 'hardware', 'part', 'system', 'cabinet', '01', 'no', 'marshalling', 'cabinet', '01', 'no', 'network', 'cabinet', '01', 'no', 'system', 'architecture', 'heat', 'load', 'calculation', 'bom', 'network', 'miscellaneous', 'cord', 'schedule', 'wiring', 'schedule', 'c', '300', 'application', 'development', 'monitoring', 'hmi', 'c', 'e', 'graphics', 'development', 'monitoring', 'testing', 'simple', 'complex', 'loops', 'using', 'standard', 'methodology', 'along', 'hmi', 'integrated', 'testing', 'test', 'reports', 'focal', 'point', 'communication', 'client', 'timely', 'delivery', 'deliverable', 'ensuring', 'quality', 'check', 'attending', 'weekly', 'project', 'review', 'meetings', 'telephonic', 'client', 'this', 'fast', 'track', 'project', 'completed', 'su', 'essfully', 'got', 'appreciations', 'client', 'amc', 'to', 'hpm', 'migration', 'mx8800', 'client', 'thai', 'oil', 'public', 'co', 'ltd', 'team', 'lead', 'process', 'furnace', 'system', 'tps', 'hpm', 'controller', '1', 'no', 'job', 'planning', 'monitoring', 'mentioned', 'engineering', 'activities', 'loop', 'drawing', 'design', 'using', 'microsoft', 'visio', 'logic', 'point', 'building', 'using', 'hpm', 'builder', 'pu', 'calculation', 'io', 'allocation', 'hpm', 'database', 'preparation', 'downloading', 'points', 'hpm', 'test', 'system', 'testing', 'simple', 'complex', 'loops', 'using', 'standard', 'methodology', 'focal', 'point', 'communication', 'client', 'timely', 'delivery', 'deliverable', 'ensuring', 'quality', 'check', 'attending', 'weekly', 'project', 'review', 'meetings', 'telephonic', 'client', 'amc', 'to', 'hpm', 'migration', 'ccr1', 'client', 'thai', 'oil', 'public', 'co', 'ltd', 'team', 'lead', 'process', 'furnace', 'system', 'tps', 'hpm', 'controller', '1', 'no', 'job', 'planning', 'monitoring', 'mentioned', 'engineering', 'activities', 'loop', 'drawing', 'design', 'using', 'microsoft', 'visio', 'logic', 'point', 'building', 'using', 'hpm', 'builder', 'pu', 'calculation', 'io', 'allocation', 'hpm', 'database', 'preparation', 'downloading', 'points', 'hpm', 'test', 'system', 'testing', 'simple', 'complex', 'loops', 'using', 'standard', 'methodology', 'focal', 'point', 'communication', 'client', 'timely', 'delivery', 'deliverable', 'ensuring', 'quality', 'check', 'attending', 'weekly', 'project', 'review', 'meetings', 'telephonic', 'client', 'utilities', 'offsites', 'client', 'enppi', 'end', 'client', 'ethydco', 'egypt', 'team', 'lead', 'process', 'utilities', 'ethylene', 'plant', 'system', 'experion', 'r410', '2', 'redundant', 'controllers', '2nos', 'system', 'cabinets', '4', 'nos', 'marshalling', 'cabinets', '10', 'nos', 'redundant', 'servers', '1', 'pair', 'experion', 'backup', 'restore', '01', 'no', 'process', 'history', 'database', '01', 'no', 'fdm', 'server', '01', 'no', 'engineering', 'station', 'dcs', '01', 'no', 'operating', 'stations', 'dcs', ...], ['technical', 'skills', 'responsibilities', 'hands', 'experience', 'production', 'maintenance', 'projects', 'experience', 'handling', 'projects', 'agile', 'methodology', 'experience', 'handling', 'projects', 'sdlc', 'involved', 'stage', 'software', 'development', 'life', 'cycle', 'responsible', 'gather', 'requirement', 'customer', 'interaction', 'providing', 'estimate', 'solution', 'document', 'per', 'process', 'fs', 'ts', 'coding', 'utp', 'utr', 'ptf', 'sow', 'submission', 'customer', 'having', 'strong', 'knowledge', 'debugging', 'testing', 'based', 'python', 'as', '400', 'worked', 'change', 'controller', 'responsible', 'promoting', 'changes', 'development', 'uat', 'live', 'environment', 'pivotal', 'cloud', 'foundry', 'have', 'good', 'communication', 'skills', 'inter', 'personal', 'skills', 'hardworking', 'result', 'oriented', 'individual', 'team', 'certification', 'trainings', 'completed', 'internal', 'python', 'training', 'completed', 'internal', 'python', 'web', 'crawling', 'training', 'completed', 'internal', 'python', 'web', 'scraping', 'training', 'completed', 'internal', 'python', 'data', 'science', 'training', 'completed', 'internal', 'mongodb', 'training', 'completed', 'internal', 'mysql', 'training', 'completed', 'internal', 'postgresql', 'training', 'completed', 'internal', 'django', 'training', 'completed', 'internal', 'angular', '6', 'html', 'css', 'training', 'completed', 'german', 'a1', 'level', 'preparing', 'a2', 'goethe', 'institute', 'completed', 'internal', 'core', 'java', 'training', 'completed', 'ibm', 'i', 'series', 'as', '400', 'training', 'course', 'maples', 'institute', 'pune', 'complete', 'internal', 'movex', 'erp', 'training', 'techn', 'as400', 'rpg', 'rpgle', 'completed', 'internal', 'm3', 'erp', 'training', 'techn', 'java', 'completed', 'internal', 'stream', 'serve', 'training', 'completed', 'm3', 'enterprise', 'collaborator', 'mec', 'training', 'education', 'details', 'm', 'sc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'b', 'sc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'h', 's', 'c', 'pune', 'maharashtra', 'pune', 'university', 'python', 'restful', 'api', 'developer', 'python', 'developer', 'kpit', 'technologies', 'skill', 'details', 'flask', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'restful', 'exprience', 'less', '1', 'year', 'months', 'rest', 'exprience', 'less', '1', 'year', 'months', 'numpy', 'exprience', 'less', '1', 'year', 'months', 'as', '400', 'exprience', '90', 'monthscompany', 'details', 'company', 'kpit', 'technologies', 'description', 'since', '6th', 'july', '2011', 'till', 'date', 'currently', 'working', 'python', 'api', 'developer', '2', 'years', 'experience', 'python', 'mongodb', 'mysql', 'development', 'support', 'project', 'worked', 'm3', 'java', 'developer', 'stream', 'serve', 'developer', 'movex', 'm3', 'erp', '1', 'year', 'worked', 'senior', 'as400', 'stream', 'serve', 'developer', 'movex', 'm3', 'erp', '4', 'years', 'technical', 'expertise', 'python', 'development', 'python', 'mongodb', 'python', 'mysql', 'python', 'cache', 'memoization', 'python', 'git', 'python', 'pws', 'pivotal', 'web', 'service', 'cloud', 'foundry', 'german', 'a1', 'level', 'm3', 'movex', 'erp', 'development', 'm3', 'java', 'movex', 'm3', 'erp', 'as400', 'development', 'movex', 'm3', 'erp', 'stream', 'server', 'development', 'movex', 'm3', 'erp', 'movex', 'm3', 'standards', 'rpg', '400', 'cl', '400', 'ile', 'rpg', 'ile', 'cl', 'db2', '400', 'query400', 'sql', '400', 'subfiles', 'printer', 'files', 'pf', 'lf', 'movex', 'm3', 'flows', 'programs', 'database', 'structure', 'mi', 'programs', 'technical skills', 'skills responsibilities', 'responsibilities hands', 'hands experience', 'experience production', 'production maintenance', 'maintenance projects', 'projects experience', 'experience handling', 'handling projects', 'projects agile', 'agile methodology', 'methodology experience', 'experience handling', 'handling projects', 'projects sdlc', 'sdlc involved', 'involved stage', 'stage software', 'software development', 'development life', 'life cycle', 'cycle responsible', 'responsible gather', 'gather requirement', 'requirement customer', 'customer interaction', 'interaction providing', 'providing estimate', 'estimate solution', 'solution document', 'document per', 'per process', 'process fs', 'fs ts', 'ts coding', 'coding utp', 'utp utr', 'utr ptf', 'ptf sow', 'sow submission', 'submission customer', 'customer having', 'having strong', 'strong knowledge', 'knowledge debugging', 'debugging testing', 'testing based', 'based python', 'python as', 'as 400', '400 worked', 'worked change', 'change controller', 'controller responsible', 'responsible promoting', 'promoting changes', 'changes development', 'development uat', 'uat live', 'live environment', 'environment pivotal', 'pivotal cloud', 'cloud foundry', 'foundry have', 'have good', 'good communication', 'communication skills', 'skills inter', 'inter personal', 'personal skills', 'skills hardworking', 'hardworking result', 'result oriented', 'oriented individual', 'individual team', 'team certification', 'certification trainings', 'trainings completed', 'completed internal', 'internal python', 'python training', 'training completed', 'completed internal', 'internal python', 'python web', 'web crawling', 'crawling training', 'training completed', 'completed internal', 'internal python', 'python web', 'web scraping', 'scraping training', 'training completed', 'completed internal', 'internal python', 'python data', 'data science', 'science training', 'training completed', 'completed internal', 'internal mongodb', 'mongodb training', 'training completed', 'completed internal', 'internal mysql', 'mysql training', 'training completed', 'completed internal', 'internal postgresql', 'postgresql training', 'training completed', 'completed internal', 'internal django', 'django training', 'training completed', 'completed internal', 'internal angular', 'angular 6', '6 html', 'html css', 'css training', 'training completed', 'completed german', 'german a1', 'a1 level', 'level preparing', 'preparing a2', 'a2 goethe', 'goethe institute', 'institute completed', 'completed internal', 'internal core', 'core java', 'java training', 'training completed', 'completed ibm', 'ibm i', 'i series', 'series as', 'as 400', '400 training', 'training course', 'course maples', 'maples institute', 'institute pune', 'pune complete', 'complete internal', 'internal movex', 'movex erp', 'erp training', 'training techn', 'techn as400', 'as400 rpg', 'rpg rpgle', 'rpgle completed', 'completed internal', 'internal m3', 'm3 erp', 'erp training', 'training techn', 'techn java', 'java completed', 'completed internal', 'internal stream', 'stream serve', 'serve training', 'training completed', 'completed m3', 'm3 enterprise', 'enterprise collaborator', 'collaborator mec', 'mec training', 'training education', 'education details', 'details m', 'm sc', 'sc computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university b', 'b sc', 'sc computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university h', 'h s', 's c', 'c pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university python', 'python restful', 'restful api', 'api developer', 'developer python', 'python developer', 'developer kpit', 'kpit technologies', 'technologies skill', 'skill details', 'details flask', 'flask exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months restful', 'restful exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months rest', 'rest exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months numpy', 'numpy exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months as', 'as 400', '400 exprience', 'exprience 90', '90 monthscompany', 'monthscompany details', 'details company', 'company kpit', 'kpit technologies', 'technologies description', 'description since', 'since 6th', '6th july', 'july 2011', '2011 till', 'till date', 'date currently', 'currently working', 'working python', 'python api', 'api developer', 'developer 2', '2 years', 'years experience', 'experience python', 'python mongodb', 'mongodb mysql', 'mysql development', 'development support', 'support project', 'project worked', 'worked m3', 'm3 java', 'java developer', 'developer stream', 'stream serve', 'serve developer', 'developer movex', 'movex m3', 'm3 erp', 'erp 1', '1 year', 'year worked', 'worked senior', 'senior as400', 'as400 stream', 'stream serve', 'serve developer', 'developer movex', 'movex m3', 'm3 erp', 'erp 4', '4 years', 'years technical', 'technical expertise', 'expertise python', 'python development', 'development python', 'python mongodb', 'mongodb python', 'python mysql', 'mysql python', 'python cache', 'cache memoization', 'memoization python', 'python git', 'git python', 'python pws', 'pws pivotal', 'pivotal web', 'web service', 'service cloud', 'cloud foundry', 'foundry german', 'german a1', 'a1 level', 'level m3', 'm3 movex', 'movex erp', 'erp development', 'development m3', 'm3 java', 'java movex', 'movex m3', 'm3 erp', 'erp as400', 'as400 development', 'development movex', 'movex m3', 'm3 erp', 'erp stream', 'stream server', 'server development', 'development movex', 'movex m3', 'm3 erp', 'erp movex', 'movex m3', 'm3 standards', 'standards rpg', 'rpg 400', '400 cl', 'cl 400', '400 ile', 'ile rpg', 'rpg ile', 'ile cl', 'cl db2', 'db2 400', '400 query400', 'query400 sql', 'sql 400', '400 subfiles', 'subfiles printer', 'printer files', 'files pf', 'pf lf', 'lf movex', 'movex m3', 'm3 flows', 'flows programs', 'programs database', 'database structure', 'structure mi', 'mi programs', 'technical skills responsibilities', 'skills responsibilities hands', 'responsibilities hands experience', 'hands experience production', 'experience production maintenance', 'production maintenance projects', 'maintenance projects experience', 'projects experience handling', 'experience handling projects', 'handling projects agile', 'projects agile methodology', 'agile methodology experience', 'methodology experience handling', 'experience handling projects', 'handling projects sdlc', 'projects sdlc involved', 'sdlc involved stage', 'involved stage software', 'stage software development', 'software development life', 'development life cycle', 'life cycle responsible', 'cycle responsible gather', 'responsible gather requirement', 'gather requirement customer', 'requirement customer interaction', 'customer interaction providing', 'interaction providing estimate', 'providing estimate solution', 'estimate solution document', 'solution document per', 'document per process', 'per process fs', 'process fs ts', 'fs ts coding', 'ts coding utp', 'coding utp utr', 'utp utr ptf', 'utr ptf sow', 'ptf sow submission', 'sow submission customer', 'submission customer having', 'customer having strong', 'having strong knowledge', 'strong knowledge debugging', 'knowledge debugging testing', 'debugging testing based', 'testing based python', 'based python as', 'python as 400', 'as 400 worked', '400 worked change', 'worked change controller', 'change controller responsible', 'controller responsible promoting', 'responsible promoting changes', 'promoting changes development', 'changes development uat', 'development uat live', 'uat live environment', 'live environment pivotal', 'environment pivotal cloud', 'pivotal cloud foundry', 'cloud foundry have', 'foundry have good', 'have good communication', 'good communication skills', 'communication skills inter', 'skills inter personal', 'inter personal skills', 'personal skills hardworking', 'skills hardworking result', 'hardworking result oriented', 'result oriented individual', 'oriented individual team', 'individual team certification', 'team certification trainings', 'certification trainings completed', 'trainings completed internal', 'completed internal python', 'internal python training', 'python training completed', 'training completed internal', 'completed internal python', 'internal python web', 'python web crawling', 'web crawling training', 'crawling training completed', 'training completed internal', 'completed internal python', 'internal python web', 'python web scraping', 'web scraping training', 'scraping training completed', 'training completed internal', 'completed internal python', 'internal python data', 'python data science', 'data science training', 'science training completed', 'training completed internal', 'completed internal mongodb', 'internal mongodb training', 'mongodb training completed', 'training completed internal', 'completed internal mysql', 'internal mysql training', 'mysql training completed', 'training completed internal', 'completed internal postgresql', 'internal postgresql training', 'postgresql training completed', 'training completed internal', 'completed internal django', 'internal django training', 'django training completed', 'training completed internal', 'completed internal angular', 'internal angular 6', 'angular 6 html', '6 html css', 'html css training', 'css training completed', 'training completed german', 'completed german a1', 'german a1 level', 'a1 level preparing', 'level preparing a2', 'preparing a2 goethe', 'a2 goethe institute', 'goethe institute completed', 'institute completed internal', 'completed internal core', 'internal core java', 'core java training', 'java training completed', 'training completed ibm', 'completed ibm i', 'ibm i series', 'i series as', 'series as 400', 'as 400 training', '400 training course', 'training course maples', 'course maples institute', 'maples institute pune', 'institute pune complete', 'pune complete internal', 'complete internal movex', 'internal movex erp', 'movex erp training', 'erp training techn', 'training techn as400', 'techn as400 rpg', 'as400 rpg rpgle', 'rpg rpgle completed', 'rpgle completed internal', 'completed internal m3', 'internal m3 erp', 'm3 erp training', 'erp training techn', 'training techn java', 'techn java completed', 'java completed internal', 'completed internal stream', 'internal stream serve', 'stream serve training', 'serve training completed', 'training completed m3', 'completed m3 enterprise', 'm3 enterprise collaborator', 'enterprise collaborator mec', 'collaborator mec training', 'mec training education', 'training education details', 'education details m', 'details m sc', 'm sc computer', 'sc computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university b', 'university b sc', 'b sc computer', 'sc computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university h', 'university h s', 'h s c', 's c pune', 'c pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university python', 'university python restful', 'python restful api', 'restful api developer', 'api developer python', 'developer python developer', 'python developer kpit', 'developer kpit technologies', 'kpit technologies skill', 'technologies skill details', 'skill details flask', 'details flask exprience', 'flask exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months python', 'months python exprience', 'python exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months restful', 'months restful exprience', 'restful exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months rest', 'months rest exprience', 'rest exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months numpy', 'months numpy exprience', 'numpy exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months as', 'months as 400', 'as 400 exprience', '400 exprience 90', 'exprience 90 monthscompany', '90 monthscompany details', 'monthscompany details company', 'details company kpit', 'company kpit technologies', 'kpit technologies description', 'technologies description since', 'description since 6th', 'since 6th july', '6th july 2011', 'july 2011 till', '2011 till date', 'till date currently', 'date currently working', 'currently working python', 'working python api', 'python api developer', 'api developer 2', 'developer 2 years', '2 years experience', 'years experience python', 'experience python mongodb', 'python mongodb mysql', 'mongodb mysql development', 'mysql development support', 'development support project', 'support project worked', 'project worked m3', 'worked m3 java', ...], ['education', 'details', 'june', '2013', 'june', '2016', 'diploma', 'computer', 'science', 'pune', 'maharashtra', 'aissms', 'june', '2016', 'be', 'pursuing', 'computer', 'science', 'pune', 'maharashtra', 'anantrao', 'pawar', 'college', 'engineering', 'research', 'centre', 'python', 'developer', 'skill', 'details', 'company', 'details', 'company', 'cybage', 'software', 'pvt', 'ltd', 'description', 'i', 'want', 'work', 'organisation', 'python', 'developer', 'utilize', 'knowledge', 'to', 'gain', 'knowledge', 'organisation', 'education details', 'details june', 'june 2013', '2013 june', 'june 2016', '2016 diploma', 'diploma computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra aissms', 'aissms june', 'june 2016', '2016 be', 'be pursuing', 'pursuing computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra anantrao', 'anantrao pawar', 'pawar college', 'college engineering', 'engineering research', 'research centre', 'centre python', 'python developer', 'developer skill', 'skill details', 'details company', 'company details', 'details company', 'company cybage', 'cybage software', 'software pvt', 'pvt ltd', 'ltd description', 'description i', 'i want', 'want work', 'work organisation', 'organisation python', 'python developer', 'developer utilize', 'utilize knowledge', 'knowledge to', 'to gain', 'gain knowledge', 'knowledge organisation', 'education details june', 'details june 2013', 'june 2013 june', '2013 june 2016', 'june 2016 diploma', '2016 diploma computer', 'diploma computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra aissms', 'maharashtra aissms june', 'aissms june 2016', 'june 2016 be', '2016 be pursuing', 'be pursuing computer', 'pursuing computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra anantrao', 'maharashtra anantrao pawar', 'anantrao pawar college', 'pawar college engineering', 'college engineering research', 'engineering research centre', 'research centre python', 'centre python developer', 'python developer skill', 'developer skill details', 'skill details company', 'details company details', 'company details company', 'details company cybage', 'company cybage software', 'cybage software pvt', 'software pvt ltd', 'pvt ltd description', 'ltd description i', 'description i want', 'i want work', 'want work organisation', 'work organisation python', 'organisation python developer', 'python developer utilize', 'developer utilize knowledge', 'utilize knowledge to', 'knowledge to gain', 'to gain knowledge', 'gain knowledge organisation', 'education details june 2013', 'details june 2013 june', 'june 2013 june 2016', '2013 june 2016 diploma', 'june 2016 diploma computer', '2016 diploma computer science', 'diploma computer science pune', 'computer science pune maharashtra', 'science pune maharashtra aissms', 'pune maharashtra aissms june', 'maharashtra aissms june 2016', 'aissms june 2016 be', 'june 2016 be pursuing', '2016 be pursuing computer', 'be pursuing computer science', 'pursuing computer science pune', 'computer science pune maharashtra', 'science pune maharashtra anantrao', 'pune maharashtra anantrao pawar', 'maharashtra anantrao pawar college', 'anantrao pawar college engineering', 'pawar college engineering research', 'college engineering research centre', 'engineering research centre python', 'research centre python developer', 'centre python developer skill', 'python developer skill details', 'developer skill details company', 'skill details company details', 'details company details company', 'company details company cybage', 'details company cybage software', 'company cybage software pvt', 'cybage software pvt ltd', 'software pvt ltd description', 'pvt ltd description i', 'ltd description i want', 'description i want work', 'i want work organisation', 'want work organisation python', 'work organisation python developer', 'organisation python developer utilize', 'python developer utilize knowledge', 'developer utilize knowledge to', 'utilize knowledge to gain', 'knowledge to gain knowledge', 'to gain knowledge organisation', 'education details june 2013 june', 'details june 2013 june 2016', 'june 2013 june 2016 diploma', '2013 june 2016 diploma computer', 'june 2016 diploma computer science', '2016 diploma computer science pune', 'diploma computer science pune maharashtra', 'computer science pune maharashtra aissms', 'science pune maharashtra aissms june', 'pune maharashtra aissms june 2016', 'maharashtra aissms june 2016 be', 'aissms june 2016 be pursuing', 'june 2016 be pursuing computer', '2016 be pursuing computer science', 'be pursuing computer science pune', 'pursuing computer science pune maharashtra', 'computer science pune maharashtra anantrao', 'science pune maharashtra anantrao pawar', 'pune maharashtra anantrao pawar college', 'maharashtra anantrao pawar college engineering', 'anantrao pawar college engineering research', 'pawar college engineering research centre', 'college engineering research centre python', 'engineering research centre python developer', 'research centre python developer skill', 'centre python developer skill details', 'python developer skill details company', 'developer skill details company details', 'skill details company details company', 'details company details company cybage', 'company details company cybage software', 'details company cybage software pvt', 'company cybage software pvt ltd', 'cybage software pvt ltd description', 'software pvt ltd description i', 'pvt ltd description i want', 'ltd description i want work', 'description i want work organisation', 'i want work organisation python', 'want work organisation python developer', 'work organisation python developer utilize', 'organisation python developer utilize knowledge', 'python developer utilize knowledge to', 'developer utilize knowledge to gain', 'utilize knowledge to gain knowledge', 'knowledge to gain knowledge organisation', 'education details june 2013 june 2016', 'details june 2013 june 2016 diploma', 'june 2013 june 2016 diploma computer', '2013 june 2016 diploma computer science', 'june 2016 diploma computer science pune', '2016 diploma computer science pune maharashtra', 'diploma computer science pune maharashtra aissms', 'computer science pune maharashtra aissms june', 'science pune maharashtra aissms june 2016', 'pune maharashtra aissms june 2016 be', 'maharashtra aissms june 2016 be pursuing', 'aissms june 2016 be pursuing computer', 'june 2016 be pursuing computer science', '2016 be pursuing computer science pune', 'be pursuing computer science pune maharashtra', 'pursuing computer science pune maharashtra anantrao', 'computer science pune maharashtra anantrao pawar', 'science pune maharashtra anantrao pawar college', 'pune maharashtra anantrao pawar college engineering', 'maharashtra anantrao pawar college engineering research', 'anantrao pawar college engineering research centre', 'pawar college engineering research centre python', 'college engineering research centre python developer', 'engineering research centre python developer skill', 'research centre python developer skill details', 'centre python developer skill details company', 'python developer skill details company details', 'developer skill details company details company', 'skill details company details company cybage', 'details company details company cybage software', 'company details company cybage software pvt', 'details company cybage software pvt ltd', 'company cybage software pvt ltd description', 'cybage software pvt ltd description i', 'software pvt ltd description i want', 'pvt ltd description i want work', 'ltd description i want work organisation', 'description i want work organisation python', 'i want work organisation python developer', 'want work organisation python developer utilize', 'work organisation python developer utilize knowledge', 'organisation python developer utilize knowledge to', 'python developer utilize knowledge to gain', 'developer utilize knowledge to gain knowledge', 'utilize knowledge to gain knowledge organisation', 'education details june 2013 june 2016 diploma', 'details june 2013 june 2016 diploma computer', 'june 2013 june 2016 diploma computer science', '2013 june 2016 diploma computer science pune', 'june 2016 diploma computer science pune maharashtra', '2016 diploma computer science pune maharashtra aissms', 'diploma computer science pune maharashtra aissms june', 'computer science pune maharashtra aissms june 2016', 'science pune maharashtra aissms june 2016 be', 'pune maharashtra aissms june 2016 be pursuing', 'maharashtra aissms june 2016 be pursuing computer', 'aissms june 2016 be pursuing computer science', 'june 2016 be pursuing computer science pune', '2016 be pursuing computer science pune maharashtra', 'be pursuing computer science pune maharashtra anantrao', 'pursuing computer science pune maharashtra anantrao pawar', 'computer science pune maharashtra anantrao pawar college', 'science pune maharashtra anantrao pawar college engineering', 'pune maharashtra anantrao pawar college engineering research', 'maharashtra anantrao pawar college engineering research centre', 'anantrao pawar college engineering research centre python', 'pawar college engineering research centre python developer', 'college engineering research centre python developer skill', 'engineering research centre python developer skill details', 'research centre python developer skill details company', 'centre python developer skill details company details', 'python developer skill details company details company', 'developer skill details company details company cybage', 'skill details company details company cybage software', 'details company details company cybage software pvt', 'company details company cybage software pvt ltd', 'details company cybage software pvt ltd description', 'company cybage software pvt ltd description i', 'cybage software pvt ltd description i want', 'software pvt ltd description i want work', 'pvt ltd description i want work organisation', 'ltd description i want work organisation python', 'description i want work organisation python developer', 'i want work organisation python developer utilize', 'want work organisation python developer utilize knowledge', 'work organisation python developer utilize knowledge to', 'organisation python developer utilize knowledge to gain', 'python developer utilize knowledge to gain knowledge', 'developer utilize knowledge to gain knowledge organisation', 'education details june 2013 june 2016 diploma computer', 'details june 2013 june 2016 diploma computer science', 'june 2013 june 2016 diploma computer science pune', '2013 june 2016 diploma computer science pune maharashtra', 'june 2016 diploma computer science pune maharashtra aissms', '2016 diploma computer science pune maharashtra aissms june', 'diploma computer science pune maharashtra aissms june 2016', 'computer science pune maharashtra aissms june 2016 be', 'science pune maharashtra aissms june 2016 be pursuing', 'pune maharashtra aissms june 2016 be pursuing computer', 'maharashtra aissms june 2016 be pursuing computer science', 'aissms june 2016 be pursuing computer science pune', 'june 2016 be pursuing computer science pune maharashtra', '2016 be pursuing computer science pune maharashtra anantrao', 'be pursuing computer science pune maharashtra anantrao pawar', 'pursuing computer science pune maharashtra anantrao pawar college', 'computer science pune maharashtra anantrao pawar college engineering', 'science pune maharashtra anantrao pawar college engineering research', 'pune maharashtra anantrao pawar college engineering research centre', 'maharashtra anantrao pawar college engineering research centre python', 'anantrao pawar college engineering research centre python developer', 'pawar college engineering research centre python developer skill', 'college engineering research centre python developer skill details', 'engineering research centre python developer skill details company', 'research centre python developer skill details company details', 'centre python developer skill details company details company', 'python developer skill details company details company cybage', 'developer skill details company details company cybage software', 'skill details company details company cybage software pvt', 'details company details company cybage software pvt ltd', 'company details company cybage software pvt ltd description', 'details company cybage software pvt ltd description i', 'company cybage software pvt ltd description i want', 'cybage software pvt ltd description i want work', 'software pvt ltd description i want work organisation', 'pvt ltd description i want work organisation python', 'ltd description i want work organisation python developer', 'description i want work organisation python developer utilize', 'i want work organisation python developer utilize knowledge', 'want work organisation python developer utilize knowledge to', 'work organisation python developer utilize knowledge to gain', 'organisation python developer utilize knowledge to gain knowledge', 'python developer utilize knowledge to gain knowledge organisation', 'education details june 2013 june 2016 diploma computer science', 'details june 2013 june 2016 diploma computer science pune', 'june 2013 june 2016 diploma computer science pune maharashtra', '2013 june 2016 diploma computer science pune maharashtra aissms', 'june 2016 diploma computer science pune maharashtra aissms june', '2016 diploma computer science pune maharashtra aissms june 2016', 'diploma computer science pune maharashtra aissms june 2016 be', 'computer science pune maharashtra aissms june 2016 be pursuing', 'science pune maharashtra aissms june 2016 be pursuing computer', 'pune maharashtra aissms june 2016 be pursuing computer science', 'maharashtra aissms june 2016 be pursuing computer science pune', 'aissms june 2016 be pursuing computer science pune maharashtra', 'june 2016 be pursuing computer science pune maharashtra anantrao', '2016 be pursuing computer science pune maharashtra anantrao pawar', 'be pursuing computer science pune maharashtra anantrao pawar college', 'pursuing computer science pune maharashtra anantrao pawar college engineering', 'computer science pune maharashtra anantrao pawar college engineering research', 'science pune maharashtra anantrao pawar college engineering research centre', 'pune maharashtra anantrao pawar college engineering research centre python', 'maharashtra anantrao pawar college engineering research centre python developer', 'anantrao pawar college engineering research centre python developer skill', 'pawar college engineering research centre python developer skill details', 'college engineering research centre python developer skill details company', 'engineering research centre python developer skill details company details', 'research centre python developer skill details company details company', 'centre python developer skill details company details company cybage', 'python developer skill details company details company cybage software', 'developer skill details company details company cybage software pvt', 'skill details company details company cybage software pvt ltd', 'details company details company cybage software pvt ltd description', 'company details company cybage software pvt ltd description i', 'details company cybage software pvt ltd description i want', 'company cybage software pvt ltd description i want work', 'cybage software pvt ltd description i want work organisation', 'software pvt ltd description i want work organisation python', 'pvt ltd description i want work organisation python developer', 'ltd description i want work organisation python developer utilize', 'description i want work organisation python developer utilize knowledge', 'i want work organisation python developer utilize knowledge to', 'want work organisation python developer utilize knowledge to gain', 'work organisation python developer utilize knowledge to gain knowledge', 'organisation python developer utilize knowledge to gain knowledge organisation'], ['technical', 'proficiencies', 'platform', 'ubuntu', 'fedora', 'cent', 'os', 'windows', 'database', 'mysql', 'languages', 'python', 'tensorflow', 'numpy', 'c', 'c', 'education', 'details', 'january', '2016', 'me', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2014', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'january', '2010', 'ryk', 'science', 'college', 'maharashtra', 'state', 'board', 'january', '2008', 'maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer', 'skill', 'details', 'c', 'exprience', '6', 'months', 'mysql', 'exprience', '6', 'months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company', 'fresher', 'description', 'python', 'programming', 'technical proficiencies', 'proficiencies platform', 'platform ubuntu', 'ubuntu fedora', 'fedora cent', 'cent os', 'os windows', 'windows database', 'database mysql', 'mysql languages', 'languages python', 'python tensorflow', 'tensorflow numpy', 'numpy c', 'c c', 'c education', 'education details', 'details january', 'january 2016', '2016 me', 'me computer', 'computer engineering', 'engineering pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university january', 'january 2014', '2014 b', 'b e', 'e computer', 'computer engineering', 'engineering pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university january', 'january 2010', '2010 ryk', 'ryk science', 'science college', 'college maharashtra', 'maharashtra state', 'state board', 'board january', 'january 2008', '2008 maharashtra', 'maharashtra state', 'state board', 'board python', 'python developer', 'developer python', 'python developer', 'developer skill', 'skill details', 'details c', 'c exprience', 'exprience 6', '6 months', 'months mysql', 'mysql exprience', 'exprience 6', '6 months', 'months python', 'python exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company fresher', 'fresher description', 'description python', 'python programming', 'technical proficiencies platform', 'proficiencies platform ubuntu', 'platform ubuntu fedora', 'ubuntu fedora cent', 'fedora cent os', 'cent os windows', 'os windows database', 'windows database mysql', 'database mysql languages', 'mysql languages python', 'languages python tensorflow', 'python tensorflow numpy', 'tensorflow numpy c', 'numpy c c', 'c c education', 'c education details', 'education details january', 'details january 2016', 'january 2016 me', '2016 me computer', 'me computer engineering', 'computer engineering pune', 'engineering pune maharashtra', 'pune maharashtra savitribai', 'maharashtra savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university january', 'university january 2014', 'january 2014 b', '2014 b e', 'b e computer', 'e computer engineering', 'computer engineering pune', 'engineering pune maharashtra', 'pune maharashtra savitribai', 'maharashtra savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university january', 'university january 2010', 'january 2010 ryk', '2010 ryk science', 'ryk science college', 'science college maharashtra', 'college maharashtra state', 'maharashtra state board', 'state board january', 'board january 2008', 'january 2008 maharashtra', '2008 maharashtra state', 'maharashtra state board', 'state board python', 'board python developer', 'python developer python', 'developer python developer', 'python developer skill', 'developer skill details', 'skill details c', 'details c exprience', 'c exprience 6', 'exprience 6 months', '6 months mysql', 'months mysql exprience', 'mysql exprience 6', 'exprience 6 months', '6 months python', 'months python exprience', 'python exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company fresher', 'company fresher description', 'fresher description python', 'description python programming', 'technical proficiencies platform ubuntu', 'proficiencies platform ubuntu fedora', 'platform ubuntu fedora cent', 'ubuntu fedora cent os', 'fedora cent os windows', 'cent os windows database', 'os windows database mysql', 'windows database mysql languages', 'database mysql languages python', 'mysql languages python tensorflow', 'languages python tensorflow numpy', 'python tensorflow numpy c', 'tensorflow numpy c c', 'numpy c c education', 'c c education details', 'c education details january', 'education details january 2016', 'details january 2016 me', 'january 2016 me computer', '2016 me computer engineering', 'me computer engineering pune', 'computer engineering pune maharashtra', 'engineering pune maharashtra savitribai', 'pune maharashtra savitribai phule', 'maharashtra savitribai phule pune', 'savitribai phule pune university', 'phule pune university january', 'pune university january 2014', 'university january 2014 b', 'january 2014 b e', '2014 b e computer', 'b e computer engineering', 'e computer engineering pune', 'computer engineering pune maharashtra', 'engineering pune maharashtra savitribai', 'pune maharashtra savitribai phule', 'maharashtra savitribai phule pune', 'savitribai phule pune university', 'phule pune university january', 'pune university january 2010', 'university january 2010 ryk', 'january 2010 ryk science', '2010 ryk science college', 'ryk science college maharashtra', 'science college maharashtra state', 'college maharashtra state board', 'maharashtra state board january', 'state board january 2008', 'board january 2008 maharashtra', 'january 2008 maharashtra state', '2008 maharashtra state board', 'maharashtra state board python', 'state board python developer', 'board python developer python', 'python developer python developer', 'developer python developer skill', 'python developer skill details', 'developer skill details c', 'skill details c exprience', 'details c exprience 6', 'c exprience 6 months', 'exprience 6 months mysql', '6 months mysql exprience', 'months mysql exprience 6', 'mysql exprience 6 months', 'exprience 6 months python', '6 months python exprience', 'months python exprience 6', 'python exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company fresher', 'details company fresher description', 'company fresher description python', 'fresher description python programming', 'technical proficiencies platform ubuntu fedora', 'proficiencies platform ubuntu fedora cent', 'platform ubuntu fedora cent os', 'ubuntu fedora cent os windows', 'fedora cent os windows database', 'cent os windows database mysql', 'os windows database mysql languages', 'windows database mysql languages python', 'database mysql languages python tensorflow', 'mysql languages python tensorflow numpy', 'languages python tensorflow numpy c', 'python tensorflow numpy c c', 'tensorflow numpy c c education', 'numpy c c education details', 'c c education details january', 'c education details january 2016', 'education details january 2016 me', 'details january 2016 me computer', 'january 2016 me computer engineering', '2016 me computer engineering pune', 'me computer engineering pune maharashtra', 'computer engineering pune maharashtra savitribai', 'engineering pune maharashtra savitribai phule', 'pune maharashtra savitribai phule pune', 'maharashtra savitribai phule pune university', 'savitribai phule pune university january', 'phule pune university january 2014', 'pune university january 2014 b', 'university january 2014 b e', 'january 2014 b e computer', '2014 b e computer engineering', 'b e computer engineering pune', 'e computer engineering pune maharashtra', 'computer engineering pune maharashtra savitribai', 'engineering pune maharashtra savitribai phule', 'pune maharashtra savitribai phule pune', 'maharashtra savitribai phule pune university', 'savitribai phule pune university january', 'phule pune university january 2010', 'pune university january 2010 ryk', 'university january 2010 ryk science', 'january 2010 ryk science college', '2010 ryk science college maharashtra', 'ryk science college maharashtra state', 'science college maharashtra state board', 'college maharashtra state board january', 'maharashtra state board january 2008', 'state board january 2008 maharashtra', 'board january 2008 maharashtra state', 'january 2008 maharashtra state board', '2008 maharashtra state board python', 'maharashtra state board python developer', 'state board python developer python', 'board python developer python developer', 'python developer python developer skill', 'developer python developer skill details', 'python developer skill details c', 'developer skill details c exprience', 'skill details c exprience 6', 'details c exprience 6 months', 'c exprience 6 months mysql', 'exprience 6 months mysql exprience', '6 months mysql exprience 6', 'months mysql exprience 6 months', 'mysql exprience 6 months python', 'exprience 6 months python exprience', '6 months python exprience 6', 'months python exprience 6 monthscompany', 'python exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company fresher', 'monthscompany details company fresher description', 'details company fresher description python', 'company fresher description python programming', 'technical proficiencies platform ubuntu fedora cent', 'proficiencies platform ubuntu fedora cent os', 'platform ubuntu fedora cent os windows', 'ubuntu fedora cent os windows database', 'fedora cent os windows database mysql', 'cent os windows database mysql languages', 'os windows database mysql languages python', 'windows database mysql languages python tensorflow', 'database mysql languages python tensorflow numpy', 'mysql languages python tensorflow numpy c', 'languages python tensorflow numpy c c', 'python tensorflow numpy c c education', 'tensorflow numpy c c education details', 'numpy c c education details january', 'c c education details january 2016', 'c education details january 2016 me', 'education details january 2016 me computer', 'details january 2016 me computer engineering', 'january 2016 me computer engineering pune', '2016 me computer engineering pune maharashtra', 'me computer engineering pune maharashtra savitribai', 'computer engineering pune maharashtra savitribai phule', 'engineering pune maharashtra savitribai phule pune', 'pune maharashtra savitribai phule pune university', 'maharashtra savitribai phule pune university january', 'savitribai phule pune university january 2014', 'phule pune university january 2014 b', 'pune university january 2014 b e', 'university january 2014 b e computer', 'january 2014 b e computer engineering', '2014 b e computer engineering pune', 'b e computer engineering pune maharashtra', 'e computer engineering pune maharashtra savitribai', 'computer engineering pune maharashtra savitribai phule', 'engineering pune maharashtra savitribai phule pune', 'pune maharashtra savitribai phule pune university', 'maharashtra savitribai phule pune university january', 'savitribai phule pune university january 2010', 'phule pune university january 2010 ryk', 'pune university january 2010 ryk science', 'university january 2010 ryk science college', 'january 2010 ryk science college maharashtra', '2010 ryk science college maharashtra state', 'ryk science college maharashtra state board', 'science college maharashtra state board january', 'college maharashtra state board january 2008', 'maharashtra state board january 2008 maharashtra', 'state board january 2008 maharashtra state', 'board january 2008 maharashtra state board', 'january 2008 maharashtra state board python', '2008 maharashtra state board python developer', 'maharashtra state board python developer python', 'state board python developer python developer', 'board python developer python developer skill', 'python developer python developer skill details', 'developer python developer skill details c', 'python developer skill details c exprience', 'developer skill details c exprience 6', 'skill details c exprience 6 months', 'details c exprience 6 months mysql', 'c exprience 6 months mysql exprience', 'exprience 6 months mysql exprience 6', '6 months mysql exprience 6 months', 'months mysql exprience 6 months python', 'mysql exprience 6 months python exprience', 'exprience 6 months python exprience 6', '6 months python exprience 6 monthscompany', 'months python exprience 6 monthscompany details', 'python exprience 6 monthscompany details company', 'exprience 6 monthscompany details company fresher', '6 monthscompany details company fresher description', 'monthscompany details company fresher description python', 'details company fresher description python programming', 'technical proficiencies platform ubuntu fedora cent os', 'proficiencies platform ubuntu fedora cent os windows', 'platform ubuntu fedora cent os windows database', 'ubuntu fedora cent os windows database mysql', 'fedora cent os windows database mysql languages', 'cent os windows database mysql languages python', 'os windows database mysql languages python tensorflow', 'windows database mysql languages python tensorflow numpy', 'database mysql languages python tensorflow numpy c', 'mysql languages python tensorflow numpy c c', 'languages python tensorflow numpy c c education', 'python tensorflow numpy c c education details', 'tensorflow numpy c c education details january', 'numpy c c education details january 2016', 'c c education details january 2016 me', 'c education details january 2016 me computer', 'education details january 2016 me computer engineering', 'details january 2016 me computer engineering pune', 'january 2016 me computer engineering pune maharashtra', '2016 me computer engineering pune maharashtra savitribai', 'me computer engineering pune maharashtra savitribai phule', 'computer engineering pune maharashtra savitribai phule pune', 'engineering pune maharashtra savitribai phule pune university', 'pune maharashtra savitribai phule pune university january', 'maharashtra savitribai phule pune university january 2014', 'savitribai phule pune university january 2014 b', 'phule pune university january 2014 b e', 'pune university january 2014 b e computer', 'university january 2014 b e computer engineering', 'january 2014 b e computer engineering pune', '2014 b e computer engineering pune maharashtra', 'b e computer engineering pune maharashtra savitribai', 'e computer engineering pune maharashtra savitribai phule', 'computer engineering pune maharashtra savitribai phule pune', 'engineering pune maharashtra savitribai phule pune university', 'pune maharashtra savitribai phule pune university january', 'maharashtra savitribai phule pune university january 2010', 'savitribai phule pune university january 2010 ryk', 'phule pune university january 2010 ryk science', 'pune university january 2010 ryk science college', 'university january 2010 ryk science college maharashtra', 'january 2010 ryk science college maharashtra state', '2010 ryk science college maharashtra state board', 'ryk science college maharashtra state board january', 'science college maharashtra state board january 2008', 'college maharashtra state board january 2008 maharashtra', 'maharashtra state board january 2008 maharashtra state', 'state board january 2008 maharashtra state board', 'board january 2008 maharashtra state board python', 'january 2008 maharashtra state board python developer', '2008 maharashtra state board python developer python', 'maharashtra state board python developer python developer', 'state board python developer python developer skill', 'board python developer python developer skill details', 'python developer python developer skill details c', 'developer python developer skill details c exprience', 'python developer skill details c exprience 6', 'developer skill details c exprience 6 months', 'skill details c exprience 6 months mysql', 'details c exprience 6 months mysql exprience', 'c exprience 6 months mysql exprience 6', 'exprience 6 months mysql exprience 6 months', '6 months mysql exprience 6 months python', 'months mysql exprience 6 months python exprience', 'mysql exprience 6 months python exprience 6', 'exprience 6 months python exprience 6 monthscompany', '6 months python exprience 6 monthscompany details', 'months python exprience 6 monthscompany details company', 'python exprience 6 monthscompany details company fresher', 'exprience 6 monthscompany details company fresher description', '6 monthscompany details company fresher description python', 'monthscompany details company fresher description python programming', 'technical proficiencies platform ubuntu fedora cent os windows', 'proficiencies platform ubuntu fedora cent os windows database', 'platform ubuntu fedora cent os windows database mysql', 'ubuntu fedora cent os windows database mysql languages', 'fedora cent os windows database mysql languages python', 'cent os windows database mysql languages python tensorflow', 'os windows database mysql languages python tensorflow numpy', 'windows database mysql languages python tensorflow numpy c', 'database mysql languages python tensorflow numpy c c', 'mysql languages python tensorflow numpy c c education', 'languages python tensorflow numpy c c education details', 'python tensorflow numpy c c education details january', 'tensorflow numpy c c education details january 2016', 'numpy c c education details january 2016 me', 'c c education details january 2016 me computer', 'c education details january 2016 me computer engineering', 'education details january 2016 me computer engineering pune', 'details january 2016 me computer engineering pune maharashtra', 'january 2016 me computer engineering pune maharashtra savitribai', '2016 me computer engineering pune maharashtra savitribai phule', 'me computer engineering pune maharashtra savitribai phule pune', 'computer engineering pune maharashtra savitribai phule pune university', 'engineering pune maharashtra savitribai phule pune university january', 'pune maharashtra savitribai phule pune university january 2014', 'maharashtra savitribai phule pune university january 2014 b', 'savitribai phule pune university january 2014 b e', 'phule pune university january 2014 b e computer', 'pune university january 2014 b e computer engineering', 'university january 2014 b e computer engineering pune', 'january 2014 b e computer engineering pune maharashtra', '2014 b e computer engineering pune maharashtra savitribai', 'b e computer engineering pune maharashtra savitribai phule', 'e computer engineering pune maharashtra savitribai phule pune', 'computer engineering pune maharashtra savitribai phule pune university', 'engineering pune maharashtra savitribai phule pune university january', 'pune maharashtra savitribai phule pune university january 2010', 'maharashtra savitribai phule pune university january 2010 ryk', 'savitribai phule pune university january 2010 ryk science', 'phule pune university january 2010 ryk science college', 'pune university january 2010 ryk science college maharashtra', 'university january 2010 ryk science college maharashtra state', 'january 2010 ryk science college maharashtra state board', '2010 ryk science college maharashtra state board january', 'ryk science college maharashtra state board january 2008', 'science college maharashtra state board january 2008 maharashtra', 'college maharashtra state board january 2008 maharashtra state', 'maharashtra state board january 2008 maharashtra state board', 'state board january 2008 maharashtra state board python', 'board january 2008 maharashtra state board python developer', 'january 2008 maharashtra state board python developer python', '2008 maharashtra state board python developer python developer', 'maharashtra state board python developer python developer skill', 'state board python developer python developer skill details', 'board python developer python developer skill details c', 'python developer python developer skill details c exprience', 'developer python developer skill details c exprience 6', 'python developer skill details c exprience 6 months', 'developer skill details c exprience 6 months mysql', 'skill details c exprience 6 months mysql exprience', 'details c exprience 6 months mysql exprience 6', 'c exprience 6 months mysql exprience 6 months', 'exprience 6 months mysql exprience 6 months python', '6 months mysql exprience 6 months python exprience', 'months mysql exprience 6 months python exprience 6', 'mysql exprience 6 months python exprience 6 monthscompany', 'exprience 6 months python exprience 6 monthscompany details', '6 months python exprience 6 monthscompany details company', 'months python exprience 6 monthscompany details company fresher', 'python exprience 6 monthscompany details company fresher description', 'exprience 6 monthscompany details company fresher description python', '6 monthscompany details company fresher description python programming', 'technical proficiencies platform ubuntu fedora cent os windows database', 'proficiencies platform ubuntu fedora cent os windows database mysql', 'platform ubuntu fedora cent os windows database mysql languages', 'ubuntu fedora cent os windows database mysql languages python', 'fedora cent os windows database mysql languages python tensorflow', 'cent os windows database mysql languages python tensorflow numpy', 'os windows database mysql languages python tensorflow numpy c', 'windows database mysql languages python tensorflow numpy c c', 'database mysql languages python tensorflow numpy c c education', 'mysql languages python tensorflow numpy c c education details', 'languages python tensorflow numpy c c education details january', 'python tensorflow numpy c c education details january 2016', 'tensorflow numpy c c education details january 2016 me', 'numpy c c education details january 2016 me computer', 'c c education details january 2016 me computer engineering', 'c education details january 2016 me computer engineering pune', 'education details january 2016 me computer engineering pune maharashtra', 'details january 2016 me computer engineering pune maharashtra savitribai', 'january 2016 me computer engineering pune maharashtra savitribai phule', '2016 me computer engineering pune maharashtra savitribai phule pune', 'me computer engineering pune maharashtra savitribai phule pune university', 'computer engineering pune maharashtra savitribai phule pune university january', 'engineering pune maharashtra savitribai phule pune university january 2014', 'pune maharashtra savitribai phule pune university january 2014 b', 'maharashtra savitribai phule pune university january 2014 b e', 'savitribai phule pune university january 2014 b e computer', 'phule pune university january 2014 b e computer engineering', 'pune university january 2014 b e computer engineering pune', 'university january 2014 b e computer engineering pune maharashtra', 'january 2014 b e computer engineering pune maharashtra savitribai', '2014 b e computer engineering pune maharashtra savitribai phule', 'b e computer engineering pune maharashtra savitribai phule pune', 'e computer engineering pune maharashtra savitribai phule pune university', 'computer engineering pune maharashtra savitribai phule pune university january', 'engineering pune maharashtra savitribai phule pune university january 2010', 'pune maharashtra savitribai phule pune university january 2010 ryk', 'maharashtra savitribai phule pune university january 2010 ryk science', 'savitribai phule pune university january 2010 ryk science college', 'phule pune university january 2010 ryk science college maharashtra', 'pune university january 2010 ryk science college maharashtra state', 'university january 2010 ryk science college maharashtra state board', 'january 2010 ryk science college maharashtra state board january', '2010 ryk science college maharashtra state board january 2008', 'ryk science college maharashtra state board january 2008 maharashtra', 'science college maharashtra state board january 2008 maharashtra state', 'college maharashtra state board january 2008 maharashtra state board', 'maharashtra state board january 2008 maharashtra state board python', 'state board january 2008 maharashtra state board python developer', 'board january 2008 maharashtra state board python developer python', 'january 2008 maharashtra state board python developer python developer', '2008 maharashtra state board python developer python developer skill', 'maharashtra state board python developer python developer skill details', 'state board python developer python developer skill details c', 'board python developer python developer skill details c exprience', 'python developer python developer skill details c exprience 6', 'developer python developer skill details c exprience 6 months', 'python developer skill details c exprience 6 months mysql', 'developer skill details c exprience 6 months mysql exprience', 'skill details c exprience 6 months mysql exprience 6', 'details c exprience 6 months mysql exprience 6 months', 'c exprience 6 months mysql exprience 6 months python', 'exprience 6 months mysql exprience 6 months python exprience', '6 months mysql exprience 6 months python exprience 6', 'months mysql exprience 6 months python exprience 6 monthscompany', 'mysql exprience 6 months python exprience 6 monthscompany details', 'exprience 6 months python exprience 6 monthscompany details company', '6 months python exprience 6 monthscompany details company fresher', 'months python exprience 6 monthscompany details company fresher description', 'python exprience 6 monthscompany details company fresher description python', 'exprience 6 monthscompany details company fresher description python programming'], ['technical', 'skills', 'languages', 'python', 'python', 'framework', 'django', 'drf', 'databases', 'mysql', 'oracle', 'sqlite', 'mongodb', 'web', 'technologies', 'css', 'html', 'restful', 'web', 'services', 'rest', 'methodologies', 'agile', 'scrum', 'version', 'control', 'github', 'project', 'managent', 'tool', 'jira', 'operating', 'systems', 'window', 'unix', 'education', 'details', 'be', 'dr', 'bamu', 'aurangabad', 'python', 'developer', 'python', 'developer', 'arsys', 'inovics', 'pvt', 'ltd', 'skill', 'details', 'css', 'exprience', '31', 'months', 'django', 'exprience', '31', 'months', 'html', 'exprience', '31', 'months', 'mysql', 'exprience', '31', 'months', 'python', 'exprience', '31', 'months', 'web', 'services', 'exprience', 'less', '1', 'year', 'months', 'logger', 'exprience', 'less', '1', 'year', 'months', 'mongodb', 'exprience', 'less', '1', 'year', 'months', 'json', 'exprience', 'less', '1', 'year', 'months', 'unix', 'exprience', 'less', '1', 'year', 'months', 'rest', 'exprience', 'less', '1', 'year', 'months', 'sqlit3', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'arsys', 'inovics', 'pvt', 'ltd', 'description', 'project', 'f', 'mas', 'frequency', 'monitoring', 'analysis', 'systems', 'f', 'mas', 'f', 'mas', 'project', 'managing', 'network', 'inventory', 'network', 'communication', 'fault', 'management', 'network', 'traffic', 'analysis', 'the', 'telecommunications', 'service', 'providers', 'used', 'support', 'range', 'telecommunication', 'services', 'the', 'operations', 'support', 'systems', 'oss', 'collectively', 'provides', 'support', 'various', 'elements', 'used', 'public', 'switched', 'telephone', 'networks', 'example', 'processing', 'order', 'may', 'require', 'information', 'services', 'customer', 'already', 'network', 'using', 'currently', 'available', 'resources', 'responsibilities', 'participated', 'entire', 'lifecycle', 'projects', 'including', 'design', 'development', 'deployment', 'testing', 'implementation', 'support', 'developed', 'views', 'templates', 'python', 'django', 'view', 'controller', 'templating', 'language', 'created', 'user', 'friendly', 'website', 'interface', 'implemented', 'navigation', 'rules', 'application', 'page', 'outcomes', 'written', 'controllers', 'using', 'annotations', 'created', 'project', 'using', 'django', 'django', 'rest', 'api', 'mysql', 'pymysql', 'python', 'html5', 'css3', 'created', 'crud', 'methods', 'get', 'post', 'put', 'delete', 'make', 'requests', 'api', 'server', 'tested', 'restful', 'api', 'using', 'postman', 'created', 'unit', 'test', 'cases', 'unit', 'testing', 'worked', 'json', 'based', 'rest', 'web', 'services', 'wrote', 'python', 'routines', 'log', 'websites', 'fetch', 'data', 'selected', 'options', 'used', 'python', 'modules', 'requests', 'urllib', 'web', 'crawling', 'added', 'navigations', 'paginations', 'filtering', 'columns', 'adding', 'removing', 'desired', 'columns', 'view', 'created', 'git', 'repository', 'added', 'project', 'github', 'utilized', 'agile', 'process', 'jira', 'issue', 'management', 'track', 'sprint', 'cycles', 'worked', 'agile', 'development', 'environment', 'environment', 'python', 'django', 'mysql', 'html', 'css', 'sqlalchemy', 'json', 'agile', 'web', 'services', 'rest', 'urllib', 'company', 'arsys', 'description', '1', 'working', 'back', 'end', 'well', 'front', 'end', 'developer', '2', 'working', 'rest', 'restfull', 'api', '3', 'design', 'develop', 'project', 'agile', 'scrum', '4', 'git', 'hub', 'code', 'deployment', '5', 'working', 'mvt', 'technical skills', 'skills languages', 'languages python', 'python python', 'python framework', 'framework django', 'django drf', 'drf databases', 'databases mysql', 'mysql oracle', 'oracle sqlite', 'sqlite mongodb', 'mongodb web', 'web technologies', 'technologies css', 'css html', 'html restful', 'restful web', 'web services', 'services rest', 'rest methodologies', 'methodologies agile', 'agile scrum', 'scrum version', 'version control', 'control github', 'github project', 'project managent', 'managent tool', 'tool jira', 'jira operating', 'operating systems', 'systems window', 'window unix', 'unix education', 'education details', 'details be', 'be dr', 'dr bamu', 'bamu aurangabad', 'aurangabad python', 'python developer', 'developer python', 'python developer', 'developer arsys', 'arsys inovics', 'inovics pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details css', 'css exprience', 'exprience 31', '31 months', 'months django', 'django exprience', 'exprience 31', '31 months', 'months html', 'html exprience', 'exprience 31', '31 months', 'months mysql', 'mysql exprience', 'exprience 31', '31 months', 'months python', 'python exprience', 'exprience 31', '31 months', 'months web', 'web services', 'services exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months logger', 'logger exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months mongodb', 'mongodb exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months json', 'json exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months unix', 'unix exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months rest', 'rest exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sqlit3', 'sqlit3 exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company arsys', 'arsys inovics', 'inovics pvt', 'pvt ltd', 'ltd description', 'description project', 'project f', 'f mas', 'mas frequency', 'frequency monitoring', 'monitoring analysis', 'analysis systems', 'systems f', 'f mas', 'mas f', 'f mas', 'mas project', 'project managing', 'managing network', 'network inventory', 'inventory network', 'network communication', 'communication fault', 'fault management', 'management network', 'network traffic', 'traffic analysis', 'analysis the', 'the telecommunications', 'telecommunications service', 'service providers', 'providers used', 'used support', 'support range', 'range telecommunication', 'telecommunication services', 'services the', 'the operations', 'operations support', 'support systems', 'systems oss', 'oss collectively', 'collectively provides', 'provides support', 'support various', 'various elements', 'elements used', 'used public', 'public switched', 'switched telephone', 'telephone networks', 'networks example', 'example processing', 'processing order', 'order may', 'may require', 'require information', 'information services', 'services customer', 'customer already', 'already network', 'network using', 'using currently', 'currently available', 'available resources', 'resources responsibilities', 'responsibilities participated', 'participated entire', 'entire lifecycle', 'lifecycle projects', 'projects including', 'including design', 'design development', 'development deployment', 'deployment testing', 'testing implementation', 'implementation support', 'support developed', 'developed views', 'views templates', 'templates python', 'python django', 'django view', 'view controller', 'controller templating', 'templating language', 'language created', 'created user', 'user friendly', 'friendly website', 'website interface', 'interface implemented', 'implemented navigation', 'navigation rules', 'rules application', 'application page', 'page outcomes', 'outcomes written', 'written controllers', 'controllers using', 'using annotations', 'annotations created', 'created project', 'project using', 'using django', 'django django', 'django rest', 'rest api', 'api mysql', 'mysql pymysql', 'pymysql python', 'python html5', 'html5 css3', 'css3 created', 'created crud', 'crud methods', 'methods get', 'get post', 'post put', 'put delete', 'delete make', 'make requests', 'requests api', 'api server', 'server tested', 'tested restful', 'restful api', 'api using', 'using postman', 'postman created', 'created unit', 'unit test', 'test cases', 'cases unit', 'unit testing', 'testing worked', 'worked json', 'json based', 'based rest', 'rest web', 'web services', 'services wrote', 'wrote python', 'python routines', 'routines log', 'log websites', 'websites fetch', 'fetch data', 'data selected', 'selected options', 'options used', 'used python', 'python modules', 'modules requests', 'requests urllib', 'urllib web', 'web crawling', 'crawling added', 'added navigations', 'navigations paginations', 'paginations filtering', 'filtering columns', 'columns adding', 'adding removing', 'removing desired', 'desired columns', 'columns view', 'view created', 'created git', 'git repository', 'repository added', 'added project', 'project github', 'github utilized', 'utilized agile', 'agile process', 'process jira', 'jira issue', 'issue management', 'management track', 'track sprint', 'sprint cycles', 'cycles worked', 'worked agile', 'agile development', 'development environment', 'environment environment', 'environment python', 'python django', 'django mysql', 'mysql html', 'html css', 'css sqlalchemy', 'sqlalchemy json', 'json agile', 'agile web', 'web services', 'services rest', 'rest urllib', 'urllib company', 'company arsys', 'arsys description', 'description 1', '1 working', 'working back', 'back end', 'end well', 'well front', 'front end', 'end developer', 'developer 2', '2 working', 'working rest', 'rest restfull', 'restfull api', 'api 3', '3 design', 'design develop', 'develop project', 'project agile', 'agile scrum', 'scrum 4', '4 git', 'git hub', 'hub code', 'code deployment', 'deployment 5', '5 working', 'working mvt', 'technical skills languages', 'skills languages python', 'languages python python', 'python python framework', 'python framework django', 'framework django drf', 'django drf databases', 'drf databases mysql', 'databases mysql oracle', 'mysql oracle sqlite', 'oracle sqlite mongodb', 'sqlite mongodb web', 'mongodb web technologies', 'web technologies css', 'technologies css html', 'css html restful', 'html restful web', 'restful web services', 'web services rest', 'services rest methodologies', 'rest methodologies agile', 'methodologies agile scrum', 'agile scrum version', 'scrum version control', 'version control github', 'control github project', 'github project managent', 'project managent tool', 'managent tool jira', 'tool jira operating', 'jira operating systems', 'operating systems window', 'systems window unix', 'window unix education', 'unix education details', 'education details be', 'details be dr', 'be dr bamu', 'dr bamu aurangabad', 'bamu aurangabad python', 'aurangabad python developer', 'python developer python', 'developer python developer', 'python developer arsys', 'developer arsys inovics', 'arsys inovics pvt', 'inovics pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details css', 'details css exprience', 'css exprience 31', 'exprience 31 months', '31 months django', 'months django exprience', 'django exprience 31', 'exprience 31 months', '31 months html', 'months html exprience', 'html exprience 31', 'exprience 31 months', '31 months mysql', 'months mysql exprience', 'mysql exprience 31', 'exprience 31 months', '31 months python', 'months python exprience', 'python exprience 31', 'exprience 31 months', '31 months web', 'months web services', 'web services exprience', 'services exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months logger', 'months logger exprience', 'logger exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months mongodb', 'months mongodb exprience', 'mongodb exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months json', 'months json exprience', 'json exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months unix', 'months unix exprience', 'unix exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months rest', 'months rest exprience', 'rest exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months sqlit3', 'months sqlit3 exprience', 'sqlit3 exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company arsys', 'company arsys inovics', 'arsys inovics pvt', 'inovics pvt ltd', 'pvt ltd description', 'ltd description project', 'description project f', 'project f mas', 'f mas frequency', 'mas frequency monitoring', 'frequency monitoring analysis', 'monitoring analysis systems', 'analysis systems f', 'systems f mas', 'f mas f', 'mas f mas', 'f mas project', 'mas project managing', 'project managing network', 'managing network inventory', 'network inventory network', 'inventory network communication', 'network communication fault', 'communication fault management', 'fault management network', 'management network traffic', 'network traffic analysis', 'traffic analysis the', 'analysis the telecommunications', 'the telecommunications service', 'telecommunications service providers', 'service providers used', 'providers used support', 'used support range', 'support range telecommunication', 'range telecommunication services', 'telecommunication services the', 'services the operations', 'the operations support', 'operations support systems', 'support systems oss', 'systems oss collectively', 'oss collectively provides', 'collectively provides support', 'provides support various', 'support various elements', 'various elements used', 'elements used public', 'used public switched', 'public switched telephone', 'switched telephone networks', 'telephone networks example', 'networks example processing', 'example processing order', 'processing order may', 'order may require', 'may require information', 'require information services', 'information services customer', 'services customer already', 'customer already network', 'already network using', 'network using currently', 'using currently available', 'currently available resources', 'available resources responsibilities', 'resources responsibilities participated', 'responsibilities participated entire', 'participated entire lifecycle', 'entire lifecycle projects', 'lifecycle projects including', 'projects including design', 'including design development', 'design development deployment', 'development deployment testing', 'deployment testing implementation', 'testing implementation support', 'implementation support developed', 'support developed views', 'developed views templates', 'views templates python', 'templates python django', 'python django view', 'django view controller', 'view controller templating', 'controller templating language', 'templating language created', 'language created user', 'created user friendly', 'user friendly website', 'friendly website interface', 'website interface implemented', 'interface implemented navigation', 'implemented navigation rules', 'navigation rules application', 'rules application page', 'application page outcomes', 'page outcomes written', 'outcomes written controllers', 'written controllers using', 'controllers using annotations', 'using annotations created', 'annotations created project', 'created project using', 'project using django', 'using django django', 'django django rest', 'django rest api', 'rest api mysql', 'api mysql pymysql', 'mysql pymysql python', 'pymysql python html5', 'python html5 css3', 'html5 css3 created', 'css3 created crud', 'created crud methods', 'crud methods get', 'methods get post', 'get post put', 'post put delete', 'put delete make', 'delete make requests', 'make requests api', 'requests api server', 'api server tested', 'server tested restful', 'tested restful api', 'restful api using', 'api using postman', 'using postman created', 'postman created unit', 'created unit test', 'unit test cases', 'test cases unit', 'cases unit testing', 'unit testing worked', 'testing worked json', 'worked json based', 'json based rest', 'based rest web', 'rest web services', 'web services wrote', 'services wrote python', 'wrote python routines', 'python routines log', 'routines log websites', 'log websites fetch', 'websites fetch data', 'fetch data selected', 'data selected options', 'selected options used', 'options used python', 'used python modules', 'python modules requests', 'modules requests urllib', 'requests urllib web', 'urllib web crawling', 'web crawling added', 'crawling added navigations', 'added navigations paginations', 'navigations paginations filtering', 'paginations filtering columns', 'filtering columns adding', 'columns adding removing', 'adding removing desired', 'removing desired columns', 'desired columns view', 'columns view created', 'view created git', 'created git repository', 'git repository added', 'repository added project', 'added project github', 'project github utilized', 'github utilized agile', 'utilized agile process', 'agile process jira', 'process jira issue', 'jira issue management', 'issue management track', 'management track sprint', 'track sprint cycles', 'sprint cycles worked', 'cycles worked agile', 'worked agile development', 'agile development environment', 'development environment environment', 'environment environment python', 'environment python django', 'python django mysql', 'django mysql html', 'mysql html css', 'html css sqlalchemy', 'css sqlalchemy json', 'sqlalchemy json agile', 'json agile web', 'agile web services', ...], ['training', 'attended', '1', 'su', 'essfully', 'completed', 'esd', 'program', 'conducted', 'zensar', 'technologies', 'pune', '2017', '2', 'su', 'essfully', 'completed', 'employability', 'training', 'conducted', 'barclays', 'global', 'talent', 'track', 'nasscom', 'foundation', '2015', 'achievements', '1', 'treasurer', 'ieee', 'student', 'branch', 'jscoe', 'pune', '2017', '18', '2', 'worked', 'team', 'leader', 'college', 'various', 'technical', 'cultural', 'events', '2016', '2017', '3', 'project', 'idea', 'got', 'selected', 'final', 'prototyping', 'round', 'kpit', 'sparkle', '2018', 'pune', '4', 'participated', 'avishkar', '2017', 'conducted', 'savitribai', 'phule', 'pune', 'university', '5', 'project', 'idea', 'submitted', 'a', 'enture', 'innovation', '2018', 'pune', '6', 'brought', 'sponsorship', 'rs', '15', '000', 'platinum', 'auto', 'formerly', 'royal', 'enfield', '2017', 'pune', '7', 'secured', '1', 'st', 'rank', 'college', 'level', 'competition', 'poster', 'presentation', 'smart', 'ambulance', '2017', 'pune', '8', 'organized', 'ieee', 'workshop', 'excellence', 'english', 'public', 'speaking', '2017', 'pune', 'workshops', 'attended', '1', 'su', 'essfully', 'completed', '4', 'days', 'workshop', 'medical', 'iot', 'conducted', 'ieee', 'standard', 'association', 'vip', '2017', 'pune', '2', 'su', 'essfully', 'completed', '2', 'days', 'workshop', 'introduction', 'arduino', 'scoe', '2016', 'pune', '3', 'su', 'essfully', 'completed', '3', 'days', 'workshop', 'robotics', 'juniors', 'conducted', 'computer', 'society', 'india', 'skncoe', '2016', 'pune', '4', 'participated', 'various', 'inter', 'college', 'technical', 'competitions', 'scoe', 'pict', 'aissms', 'pune', 'education', 'details', 'june', '2018', 'bachelor', 'engineering', 'computer', 'pune', 'maharashtra', 'savitribai', 'phule', 'pune', 'university', 'june', '2014', 'hsc', 'maharashtra', 'state', 'board', 'june', '2012', 'ssc', 'maharashtra', 'state', 'board', 'python', 'developer', 'python', 'developer', 'atos', 'syntel', 'skill', 'details', 'python', 'exprience', '15', 'months', 'database', 'exprience', '7', 'months', 'mysql', 'exprience', '7', 'months', 'django', 'exprience', '6', 'months', 'html5', 'exprience', '6', 'months', 'rest', 'api', 'exprience', '6', 'monthscompany', 'details', 'company', 'atos', 'syntel', 'description', 'working', 'developer', 'field', 'computer', 'vision', 'us', 'based', 'client', 'banking', 'domain', '1', 'design', 'development', 'computer', 'vision', 'based', 'algorithms', 'image', 'preprocessing', 'using', 'opencv', 'pil', 'numpy', '2', 'unit', 'testing', 'debugging', 'code', 'maintaining', 'versions', 'using', 'git', 'training attended', 'attended 1', '1 su', 'su essfully', 'essfully completed', 'completed esd', 'esd program', 'program conducted', 'conducted zensar', 'zensar technologies', 'technologies pune', 'pune 2017', '2017 2', '2 su', 'su essfully', 'essfully completed', 'completed employability', 'employability training', 'training conducted', 'conducted barclays', 'barclays global', 'global talent', 'talent track', 'track nasscom', 'nasscom foundation', 'foundation 2015', '2015 achievements', 'achievements 1', '1 treasurer', 'treasurer ieee', 'ieee student', 'student branch', 'branch jscoe', 'jscoe pune', 'pune 2017', '2017 18', '18 2', '2 worked', 'worked team', 'team leader', 'leader college', 'college various', 'various technical', 'technical cultural', 'cultural events', 'events 2016', '2016 2017', '2017 3', '3 project', 'project idea', 'idea got', 'got selected', 'selected final', 'final prototyping', 'prototyping round', 'round kpit', 'kpit sparkle', 'sparkle 2018', '2018 pune', 'pune 4', '4 participated', 'participated avishkar', 'avishkar 2017', '2017 conducted', 'conducted savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university 5', '5 project', 'project idea', 'idea submitted', 'submitted a', 'a enture', 'enture innovation', 'innovation 2018', '2018 pune', 'pune 6', '6 brought', 'brought sponsorship', 'sponsorship rs', 'rs 15', '15 000', '000 platinum', 'platinum auto', 'auto formerly', 'formerly royal', 'royal enfield', 'enfield 2017', '2017 pune', 'pune 7', '7 secured', 'secured 1', '1 st', 'st rank', 'rank college', 'college level', 'level competition', 'competition poster', 'poster presentation', 'presentation smart', 'smart ambulance', 'ambulance 2017', '2017 pune', 'pune 8', '8 organized', 'organized ieee', 'ieee workshop', 'workshop excellence', 'excellence english', 'english public', 'public speaking', 'speaking 2017', '2017 pune', 'pune workshops', 'workshops attended', 'attended 1', '1 su', 'su essfully', 'essfully completed', 'completed 4', '4 days', 'days workshop', 'workshop medical', 'medical iot', 'iot conducted', 'conducted ieee', 'ieee standard', 'standard association', 'association vip', 'vip 2017', '2017 pune', 'pune 2', '2 su', 'su essfully', 'essfully completed', 'completed 2', '2 days', 'days workshop', 'workshop introduction', 'introduction arduino', 'arduino scoe', 'scoe 2016', '2016 pune', 'pune 3', '3 su', 'su essfully', 'essfully completed', 'completed 3', '3 days', 'days workshop', 'workshop robotics', 'robotics juniors', 'juniors conducted', 'conducted computer', 'computer society', 'society india', 'india skncoe', 'skncoe 2016', '2016 pune', 'pune 4', '4 participated', 'participated various', 'various inter', 'inter college', 'college technical', 'technical competitions', 'competitions scoe', 'scoe pict', 'pict aissms', 'aissms pune', 'pune education', 'education details', 'details june', 'june 2018', '2018 bachelor', 'bachelor engineering', 'engineering computer', 'computer pune', 'pune maharashtra', 'maharashtra savitribai', 'savitribai phule', 'phule pune', 'pune university', 'university june', 'june 2014', '2014 hsc', 'hsc maharashtra', 'maharashtra state', 'state board', 'board june', 'june 2012', '2012 ssc', 'ssc maharashtra', 'maharashtra state', 'state board', 'board python', 'python developer', 'developer python', 'python developer', 'developer atos', 'atos syntel', 'syntel skill', 'skill details', 'details python', 'python exprience', 'exprience 15', '15 months', 'months database', 'database exprience', 'exprience 7', '7 months', 'months mysql', 'mysql exprience', 'exprience 7', '7 months', 'months django', 'django exprience', 'exprience 6', '6 months', 'months html5', 'html5 exprience', 'exprience 6', '6 months', 'months rest', 'rest api', 'api exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company atos', 'atos syntel', 'syntel description', 'description working', 'working developer', 'developer field', 'field computer', 'computer vision', 'vision us', 'us based', 'based client', 'client banking', 'banking domain', 'domain 1', '1 design', 'design development', 'development computer', 'computer vision', 'vision based', 'based algorithms', 'algorithms image', 'image preprocessing', 'preprocessing using', 'using opencv', 'opencv pil', 'pil numpy', 'numpy 2', '2 unit', 'unit testing', 'testing debugging', 'debugging code', 'code maintaining', 'maintaining versions', 'versions using', 'using git', 'training attended 1', 'attended 1 su', '1 su essfully', 'su essfully completed', 'essfully completed esd', 'completed esd program', 'esd program conducted', 'program conducted zensar', 'conducted zensar technologies', 'zensar technologies pune', 'technologies pune 2017', 'pune 2017 2', '2017 2 su', '2 su essfully', 'su essfully completed', 'essfully completed employability', 'completed employability training', 'employability training conducted', 'training conducted barclays', 'conducted barclays global', 'barclays global talent', 'global talent track', 'talent track nasscom', 'track nasscom foundation', 'nasscom foundation 2015', 'foundation 2015 achievements', '2015 achievements 1', 'achievements 1 treasurer', '1 treasurer ieee', 'treasurer ieee student', 'ieee student branch', 'student branch jscoe', 'branch jscoe pune', 'jscoe pune 2017', 'pune 2017 18', '2017 18 2', '18 2 worked', '2 worked team', 'worked team leader', 'team leader college', 'leader college various', 'college various technical', 'various technical cultural', 'technical cultural events', 'cultural events 2016', 'events 2016 2017', '2016 2017 3', '2017 3 project', '3 project idea', 'project idea got', 'idea got selected', 'got selected final', 'selected final prototyping', 'final prototyping round', 'prototyping round kpit', 'round kpit sparkle', 'kpit sparkle 2018', 'sparkle 2018 pune', '2018 pune 4', 'pune 4 participated', '4 participated avishkar', 'participated avishkar 2017', 'avishkar 2017 conducted', '2017 conducted savitribai', 'conducted savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university 5', 'university 5 project', '5 project idea', 'project idea submitted', 'idea submitted a', 'submitted a enture', 'a enture innovation', 'enture innovation 2018', 'innovation 2018 pune', '2018 pune 6', 'pune 6 brought', '6 brought sponsorship', 'brought sponsorship rs', 'sponsorship rs 15', 'rs 15 000', '15 000 platinum', '000 platinum auto', 'platinum auto formerly', 'auto formerly royal', 'formerly royal enfield', 'royal enfield 2017', 'enfield 2017 pune', '2017 pune 7', 'pune 7 secured', '7 secured 1', 'secured 1 st', '1 st rank', 'st rank college', 'rank college level', 'college level competition', 'level competition poster', 'competition poster presentation', 'poster presentation smart', 'presentation smart ambulance', 'smart ambulance 2017', 'ambulance 2017 pune', '2017 pune 8', 'pune 8 organized', '8 organized ieee', 'organized ieee workshop', 'ieee workshop excellence', 'workshop excellence english', 'excellence english public', 'english public speaking', 'public speaking 2017', 'speaking 2017 pune', '2017 pune workshops', 'pune workshops attended', 'workshops attended 1', 'attended 1 su', '1 su essfully', 'su essfully completed', 'essfully completed 4', 'completed 4 days', '4 days workshop', 'days workshop medical', 'workshop medical iot', 'medical iot conducted', 'iot conducted ieee', 'conducted ieee standard', 'ieee standard association', 'standard association vip', 'association vip 2017', 'vip 2017 pune', '2017 pune 2', 'pune 2 su', '2 su essfully', 'su essfully completed', 'essfully completed 2', 'completed 2 days', '2 days workshop', 'days workshop introduction', 'workshop introduction arduino', 'introduction arduino scoe', 'arduino scoe 2016', 'scoe 2016 pune', '2016 pune 3', 'pune 3 su', '3 su essfully', 'su essfully completed', 'essfully completed 3', 'completed 3 days', '3 days workshop', 'days workshop robotics', 'workshop robotics juniors', 'robotics juniors conducted', 'juniors conducted computer', 'conducted computer society', 'computer society india', 'society india skncoe', 'india skncoe 2016', 'skncoe 2016 pune', '2016 pune 4', 'pune 4 participated', '4 participated various', 'participated various inter', 'various inter college', 'inter college technical', 'college technical competitions', 'technical competitions scoe', 'competitions scoe pict', 'scoe pict aissms', 'pict aissms pune', 'aissms pune education', 'pune education details', 'education details june', 'details june 2018', 'june 2018 bachelor', '2018 bachelor engineering', 'bachelor engineering computer', 'engineering computer pune', 'computer pune maharashtra', 'pune maharashtra savitribai', 'maharashtra savitribai phule', 'savitribai phule pune', 'phule pune university', 'pune university june', 'university june 2014', 'june 2014 hsc', '2014 hsc maharashtra', 'hsc maharashtra state', 'maharashtra state board', 'state board june', 'board june 2012', 'june 2012 ssc', '2012 ssc maharashtra', 'ssc maharashtra state', 'maharashtra state board', 'state board python', 'board python developer', 'python developer python', 'developer python developer', 'python developer atos', 'developer atos syntel', 'atos syntel skill', 'syntel skill details', 'skill details python', 'details python exprience', 'python exprience 15', 'exprience 15 months', '15 months database', 'months database exprience', 'database exprience 7', 'exprience 7 months', '7 months mysql', 'months mysql exprience', 'mysql exprience 7', 'exprience 7 months', '7 months django', 'months django exprience', 'django exprience 6', 'exprience 6 months', '6 months html5', 'months html5 exprience', 'html5 exprience 6', 'exprience 6 months', '6 months rest', 'months rest api', 'rest api exprience', 'api exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company atos', 'company atos syntel', 'atos syntel description', 'syntel description working', 'description working developer', 'working developer field', 'developer field computer', 'field computer vision', 'computer vision us', 'vision us based', 'us based client', 'based client banking', 'client banking domain', 'banking domain 1', 'domain 1 design', '1 design development', 'design development computer', 'development computer vision', 'computer vision based', 'vision based algorithms', 'based algorithms image', 'algorithms image preprocessing', 'image preprocessing using', 'preprocessing using opencv', 'using opencv pil', 'opencv pil numpy', 'pil numpy 2', 'numpy 2 unit', '2 unit testing', 'unit testing debugging', 'testing debugging code', 'debugging code maintaining', 'code maintaining versions', 'maintaining versions using', 'versions using git', 'training attended 1 su', 'attended 1 su essfully', '1 su essfully completed', 'su essfully completed esd', 'essfully completed esd program', 'completed esd program conducted', 'esd program conducted zensar', 'program conducted zensar technologies', 'conducted zensar technologies pune', 'zensar technologies pune 2017', 'technologies pune 2017 2', 'pune 2017 2 su', '2017 2 su essfully', '2 su essfully completed', 'su essfully completed employability', 'essfully completed employability training', 'completed employability training conducted', 'employability training conducted barclays', 'training conducted barclays global', 'conducted barclays global talent', 'barclays global talent track', 'global talent track nasscom', 'talent track nasscom foundation', 'track nasscom foundation 2015', 'nasscom foundation 2015 achievements', 'foundation 2015 achievements 1', '2015 achievements 1 treasurer', 'achievements 1 treasurer ieee', '1 treasurer ieee student', 'treasurer ieee student branch', 'ieee student branch jscoe', 'student branch jscoe pune', 'branch jscoe pune 2017', 'jscoe pune 2017 18', 'pune 2017 18 2', '2017 18 2 worked', '18 2 worked team', '2 worked team leader', 'worked team leader college', 'team leader college various', 'leader college various technical', 'college various technical cultural', 'various technical cultural events', 'technical cultural events 2016', 'cultural events 2016 2017', 'events 2016 2017 3', '2016 2017 3 project', '2017 3 project idea', '3 project idea got', 'project idea got selected', 'idea got selected final', 'got selected final prototyping', 'selected final prototyping round', 'final prototyping round kpit', 'prototyping round kpit sparkle', 'round kpit sparkle 2018', 'kpit sparkle 2018 pune', 'sparkle 2018 pune 4', '2018 pune 4 participated', 'pune 4 participated avishkar', '4 participated avishkar 2017', 'participated avishkar 2017 conducted', 'avishkar 2017 conducted savitribai', '2017 conducted savitribai phule', 'conducted savitribai phule pune', 'savitribai phule pune university', 'phule pune university 5', 'pune university 5 project', 'university 5 project idea', '5 project idea submitted', 'project idea submitted a', 'idea submitted a enture', 'submitted a enture innovation', 'a enture innovation 2018', 'enture innovation 2018 pune', 'innovation 2018 pune 6', '2018 pune 6 brought', 'pune 6 brought sponsorship', '6 brought sponsorship rs', 'brought sponsorship rs 15', 'sponsorship rs 15 000', 'rs 15 000 platinum', '15 000 platinum auto', '000 platinum auto formerly', 'platinum auto formerly royal', 'auto formerly royal enfield', 'formerly royal enfield 2017', 'royal enfield 2017 pune', 'enfield 2017 pune 7', '2017 pune 7 secured', 'pune 7 secured 1', '7 secured 1 st', 'secured 1 st rank', '1 st rank college', 'st rank college level', 'rank college level competition', 'college level competition poster', 'level competition poster presentation', 'competition poster presentation smart', 'poster presentation smart ambulance', 'presentation smart ambulance 2017', 'smart ambulance 2017 pune', 'ambulance 2017 pune 8', '2017 pune 8 organized', 'pune 8 organized ieee', '8 organized ieee workshop', 'organized ieee workshop excellence', 'ieee workshop excellence english', 'workshop excellence english public', 'excellence english public speaking', 'english public speaking 2017', 'public speaking 2017 pune', 'speaking 2017 pune workshops', '2017 pune workshops attended', 'pune workshops attended 1', 'workshops attended 1 su', 'attended 1 su essfully', '1 su essfully completed', 'su essfully completed 4', 'essfully completed 4 days', 'completed 4 days workshop', '4 days workshop medical', 'days workshop medical iot', 'workshop medical iot conducted', 'medical iot conducted ieee', 'iot conducted ieee standard', 'conducted ieee standard association', 'ieee standard association vip', 'standard association vip 2017', 'association vip 2017 pune', 'vip 2017 pune 2', '2017 pune 2 su', 'pune 2 su essfully', '2 su essfully completed', 'su essfully completed 2', 'essfully completed 2 days', 'completed 2 days workshop', '2 days workshop introduction', 'days workshop introduction arduino', 'workshop introduction arduino scoe', 'introduction arduino scoe 2016', 'arduino scoe 2016 pune', 'scoe 2016 pune 3', '2016 pune 3 su', 'pune 3 su essfully', '3 su essfully completed', 'su essfully completed 3', 'essfully completed 3 days', 'completed 3 days workshop', '3 days workshop robotics', 'days workshop robotics juniors', 'workshop robotics juniors conducted', 'robotics juniors conducted computer', 'juniors conducted computer society', 'conducted computer society india', 'computer society india skncoe', 'society india skncoe 2016', 'india skncoe 2016 pune', 'skncoe 2016 pune 4', '2016 pune 4 participated', 'pune 4 participated various', '4 participated various inter', 'participated various inter college', 'various inter college technical', 'inter college technical competitions', 'college technical competitions scoe', 'technical competitions scoe pict', 'competitions scoe pict aissms', 'scoe pict aissms pune', 'pict aissms pune education', 'aissms pune education details', 'pune education details june', 'education details june 2018', 'details june 2018 bachelor', 'june 2018 bachelor engineering', '2018 bachelor engineering computer', 'bachelor engineering computer pune', 'engineering computer pune maharashtra', 'computer pune maharashtra savitribai', 'pune maharashtra savitribai phule', 'maharashtra savitribai phule pune', 'savitribai phule pune university', 'phule pune university june', 'pune university june 2014', 'university june 2014 hsc', 'june 2014 hsc maharashtra', '2014 hsc maharashtra state', 'hsc maharashtra state board', 'maharashtra state board june', 'state board june 2012', 'board june 2012 ssc', 'june 2012 ssc maharashtra', '2012 ssc maharashtra state', 'ssc maharashtra state board', 'maharashtra state board python', 'state board python developer', 'board python developer python', 'python developer python developer', 'developer python developer atos', 'python developer atos syntel', 'developer atos syntel skill', 'atos syntel skill details', ...], ['operating', 'systems', 'windows', 'others', 'ms', 'excel', 'ms', 'office', 'ms', 'power', 'point', 'key', 'projects', 'handled', 'project', 'title', 'fruit', 'sorting', 'disease', 'detection', 'client', 'kranti', 'dynamics', 'team', 'size', '5', 'education', 'details', 'january', '2014', 'b', 'e', 'electronics', 'mumbai', 'maharashtra', 'university', 'mumbai', 'python', 'developer', 'analyst', 'python', 'developer', 'data', 'analyst', 'skill', 'details', 'python', 'scripting', 'programming', 'developing', 'exprience', '12', 'months', 'frontend', 'html', 'exprience', '12', 'months', 'python', 'liabrary', 'numpy', 'pandas', 'matplolib', 'requests', 'beautiful', 'soap', 'exprience', '12', 'months', 'mysql', 'exprience', '12', 'months', 'django', 'exprience', '12', 'months', 'web', 'scrapping', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'ace', 'the', 'power', '5', 'description', 'the', 'a', 'ountabilities', 'understanding', 'functional', 'requirements', 'application', 'given', 'client', 'participated', 'walkthroughs', 'business', 'requirements', 'functional', 'requirements', 'technical', 'design', 'ensure', 'testability', 'responsible', 'software', 'configuration', 'management', 'project', 'deliverables', 'technical', 'skill', 'set', 'languages', 'c', 'c', 'java', 'python', 'python', 'liabray', 'mysql', 'django', 'html', 'scripting', 'python', 'gui', 'development', 'tk', 'java', 'company', 'kranti', 'dyanamics', 'description', 'programming', 'scripting', 'developer', 'web', 'scrapping', 'operating systems', 'systems windows', 'windows others', 'others ms', 'ms excel', 'excel ms', 'ms office', 'office ms', 'ms power', 'power point', 'point key', 'key projects', 'projects handled', 'handled project', 'project title', 'title fruit', 'fruit sorting', 'sorting disease', 'disease detection', 'detection client', 'client kranti', 'kranti dynamics', 'dynamics team', 'team size', 'size 5', '5 education', 'education details', 'details january', 'january 2014', '2014 b', 'b e', 'e electronics', 'electronics mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai python', 'python developer', 'developer analyst', 'analyst python', 'python developer', 'developer data', 'data analyst', 'analyst skill', 'skill details', 'details python', 'python scripting', 'scripting programming', 'programming developing', 'developing exprience', 'exprience 12', '12 months', 'months frontend', 'frontend html', 'html exprience', 'exprience 12', '12 months', 'months python', 'python liabrary', 'liabrary numpy', 'numpy pandas', 'pandas matplolib', 'matplolib requests', 'requests beautiful', 'beautiful soap', 'soap exprience', 'exprience 12', '12 months', 'months mysql', 'mysql exprience', 'exprience 12', '12 months', 'months django', 'django exprience', 'exprience 12', '12 months', 'months web', 'web scrapping', 'scrapping exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company ace', 'ace the', 'the power', 'power 5', '5 description', 'description the', 'the a', 'a ountabilities', 'ountabilities understanding', 'understanding functional', 'functional requirements', 'requirements application', 'application given', 'given client', 'client participated', 'participated walkthroughs', 'walkthroughs business', 'business requirements', 'requirements functional', 'functional requirements', 'requirements technical', 'technical design', 'design ensure', 'ensure testability', 'testability responsible', 'responsible software', 'software configuration', 'configuration management', 'management project', 'project deliverables', 'deliverables technical', 'technical skill', 'skill set', 'set languages', 'languages c', 'c c', 'c java', 'java python', 'python python', 'python liabray', 'liabray mysql', 'mysql django', 'django html', 'html scripting', 'scripting python', 'python gui', 'gui development', 'development tk', 'tk java', 'java company', 'company kranti', 'kranti dyanamics', 'dyanamics description', 'description programming', 'programming scripting', 'scripting developer', 'developer web', 'web scrapping', 'operating systems windows', 'systems windows others', 'windows others ms', 'others ms excel', 'ms excel ms', 'excel ms office', 'ms office ms', 'office ms power', 'ms power point', 'power point key', 'point key projects', 'key projects handled', 'projects handled project', 'handled project title', 'project title fruit', 'title fruit sorting', 'fruit sorting disease', 'sorting disease detection', 'disease detection client', 'detection client kranti', 'client kranti dynamics', 'kranti dynamics team', 'dynamics team size', 'team size 5', 'size 5 education', '5 education details', 'education details january', 'details january 2014', 'january 2014 b', '2014 b e', 'b e electronics', 'e electronics mumbai', 'electronics mumbai maharashtra', 'mumbai maharashtra university', 'maharashtra university mumbai', 'university mumbai python', 'mumbai python developer', 'python developer analyst', 'developer analyst python', 'analyst python developer', 'python developer data', 'developer data analyst', 'data analyst skill', 'analyst skill details', 'skill details python', 'details python scripting', 'python scripting programming', 'scripting programming developing', 'programming developing exprience', 'developing exprience 12', 'exprience 12 months', '12 months frontend', 'months frontend html', 'frontend html exprience', 'html exprience 12', 'exprience 12 months', '12 months python', 'months python liabrary', 'python liabrary numpy', 'liabrary numpy pandas', 'numpy pandas matplolib', 'pandas matplolib requests', 'matplolib requests beautiful', 'requests beautiful soap', 'beautiful soap exprience', 'soap exprience 12', 'exprience 12 months', '12 months mysql', 'months mysql exprience', 'mysql exprience 12', 'exprience 12 months', '12 months django', 'months django exprience', 'django exprience 12', 'exprience 12 months', '12 months web', 'months web scrapping', 'web scrapping exprience', 'scrapping exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company ace', 'company ace the', 'ace the power', 'the power 5', 'power 5 description', '5 description the', 'description the a', 'the a ountabilities', 'a ountabilities understanding', 'ountabilities understanding functional', 'understanding functional requirements', 'functional requirements application', 'requirements application given', 'application given client', 'given client participated', 'client participated walkthroughs', 'participated walkthroughs business', 'walkthroughs business requirements', 'business requirements functional', 'requirements functional requirements', 'functional requirements technical', 'requirements technical design', 'technical design ensure', 'design ensure testability', 'ensure testability responsible', 'testability responsible software', 'responsible software configuration', 'software configuration management', 'configuration management project', 'management project deliverables', 'project deliverables technical', 'deliverables technical skill', 'technical skill set', 'skill set languages', 'set languages c', 'languages c c', 'c c java', 'c java python', 'java python python', 'python python liabray', 'python liabray mysql', 'liabray mysql django', 'mysql django html', 'django html scripting', 'html scripting python', 'scripting python gui', 'python gui development', 'gui development tk', 'development tk java', 'tk java company', 'java company kranti', 'company kranti dyanamics', 'kranti dyanamics description', 'dyanamics description programming', 'description programming scripting', 'programming scripting developer', 'scripting developer web', 'developer web scrapping', 'operating systems windows others', 'systems windows others ms', 'windows others ms excel', 'others ms excel ms', 'ms excel ms office', 'excel ms office ms', 'ms office ms power', 'office ms power point', 'ms power point key', 'power point key projects', 'point key projects handled', 'key projects handled project', 'projects handled project title', 'handled project title fruit', 'project title fruit sorting', 'title fruit sorting disease', 'fruit sorting disease detection', 'sorting disease detection client', 'disease detection client kranti', 'detection client kranti dynamics', 'client kranti dynamics team', 'kranti dynamics team size', 'dynamics team size 5', 'team size 5 education', 'size 5 education details', '5 education details january', 'education details january 2014', 'details january 2014 b', 'january 2014 b e', '2014 b e electronics', 'b e electronics mumbai', 'e electronics mumbai maharashtra', 'electronics mumbai maharashtra university', 'mumbai maharashtra university mumbai', 'maharashtra university mumbai python', 'university mumbai python developer', 'mumbai python developer analyst', 'python developer analyst python', 'developer analyst python developer', 'analyst python developer data', 'python developer data analyst', 'developer data analyst skill', 'data analyst skill details', 'analyst skill details python', 'skill details python scripting', 'details python scripting programming', 'python scripting programming developing', 'scripting programming developing exprience', 'programming developing exprience 12', 'developing exprience 12 months', 'exprience 12 months frontend', '12 months frontend html', 'months frontend html exprience', 'frontend html exprience 12', 'html exprience 12 months', 'exprience 12 months python', '12 months python liabrary', 'months python liabrary numpy', 'python liabrary numpy pandas', 'liabrary numpy pandas matplolib', 'numpy pandas matplolib requests', 'pandas matplolib requests beautiful', 'matplolib requests beautiful soap', 'requests beautiful soap exprience', 'beautiful soap exprience 12', 'soap exprience 12 months', 'exprience 12 months mysql', '12 months mysql exprience', 'months mysql exprience 12', 'mysql exprience 12 months', 'exprience 12 months django', '12 months django exprience', 'months django exprience 12', 'django exprience 12 months', 'exprience 12 months web', '12 months web scrapping', 'months web scrapping exprience', 'web scrapping exprience less', 'scrapping exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company ace', 'details company ace the', 'company ace the power', 'ace the power 5', 'the power 5 description', 'power 5 description the', '5 description the a', 'description the a ountabilities', 'the a ountabilities understanding', 'a ountabilities understanding functional', 'ountabilities understanding functional requirements', 'understanding functional requirements application', 'functional requirements application given', 'requirements application given client', 'application given client participated', 'given client participated walkthroughs', 'client participated walkthroughs business', 'participated walkthroughs business requirements', 'walkthroughs business requirements functional', 'business requirements functional requirements', 'requirements functional requirements technical', 'functional requirements technical design', 'requirements technical design ensure', 'technical design ensure testability', 'design ensure testability responsible', 'ensure testability responsible software', 'testability responsible software configuration', 'responsible software configuration management', 'software configuration management project', 'configuration management project deliverables', 'management project deliverables technical', 'project deliverables technical skill', 'deliverables technical skill set', 'technical skill set languages', 'skill set languages c', 'set languages c c', 'languages c c java', 'c c java python', 'c java python python', 'java python python liabray', 'python python liabray mysql', 'python liabray mysql django', 'liabray mysql django html', 'mysql django html scripting', 'django html scripting python', 'html scripting python gui', 'scripting python gui development', 'python gui development tk', 'gui development tk java', 'development tk java company', 'tk java company kranti', 'java company kranti dyanamics', 'company kranti dyanamics description', 'kranti dyanamics description programming', 'dyanamics description programming scripting', 'description programming scripting developer', 'programming scripting developer web', 'scripting developer web scrapping', 'operating systems windows others ms', 'systems windows others ms excel', 'windows others ms excel ms', 'others ms excel ms office', 'ms excel ms office ms', 'excel ms office ms power', 'ms office ms power point', 'office ms power point key', 'ms power point key projects', 'power point key projects handled', 'point key projects handled project', 'key projects handled project title', 'projects handled project title fruit', 'handled project title fruit sorting', 'project title fruit sorting disease', 'title fruit sorting disease detection', 'fruit sorting disease detection client', 'sorting disease detection client kranti', 'disease detection client kranti dynamics', 'detection client kranti dynamics team', 'client kranti dynamics team size', 'kranti dynamics team size 5', 'dynamics team size 5 education', 'team size 5 education details', 'size 5 education details january', '5 education details january 2014', 'education details january 2014 b', 'details january 2014 b e', 'january 2014 b e electronics', '2014 b e electronics mumbai', 'b e electronics mumbai maharashtra', 'e electronics mumbai maharashtra university', 'electronics mumbai maharashtra university mumbai', 'mumbai maharashtra university mumbai python', 'maharashtra university mumbai python developer', 'university mumbai python developer analyst', 'mumbai python developer analyst python', 'python developer analyst python developer', 'developer analyst python developer data', 'analyst python developer data analyst', 'python developer data analyst skill', 'developer data analyst skill details', 'data analyst skill details python', 'analyst skill details python scripting', 'skill details python scripting programming', 'details python scripting programming developing', 'python scripting programming developing exprience', 'scripting programming developing exprience 12', 'programming developing exprience 12 months', 'developing exprience 12 months frontend', 'exprience 12 months frontend html', '12 months frontend html exprience', 'months frontend html exprience 12', 'frontend html exprience 12 months', 'html exprience 12 months python', 'exprience 12 months python liabrary', '12 months python liabrary numpy', 'months python liabrary numpy pandas', 'python liabrary numpy pandas matplolib', 'liabrary numpy pandas matplolib requests', 'numpy pandas matplolib requests beautiful', 'pandas matplolib requests beautiful soap', 'matplolib requests beautiful soap exprience', 'requests beautiful soap exprience 12', 'beautiful soap exprience 12 months', 'soap exprience 12 months mysql', 'exprience 12 months mysql exprience', '12 months mysql exprience 12', 'months mysql exprience 12 months', 'mysql exprience 12 months django', 'exprience 12 months django exprience', '12 months django exprience 12', 'months django exprience 12 months', 'django exprience 12 months web', 'exprience 12 months web scrapping', '12 months web scrapping exprience', 'months web scrapping exprience less', 'web scrapping exprience less 1', 'scrapping exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company ace', 'monthscompany details company ace the', 'details company ace the power', 'company ace the power 5', 'ace the power 5 description', 'the power 5 description the', 'power 5 description the a', '5 description the a ountabilities', 'description the a ountabilities understanding', 'the a ountabilities understanding functional', 'a ountabilities understanding functional requirements', 'ountabilities understanding functional requirements application', 'understanding functional requirements application given', 'functional requirements application given client', 'requirements application given client participated', 'application given client participated walkthroughs', 'given client participated walkthroughs business', 'client participated walkthroughs business requirements', 'participated walkthroughs business requirements functional', 'walkthroughs business requirements functional requirements', 'business requirements functional requirements technical', 'requirements functional requirements technical design', 'functional requirements technical design ensure', 'requirements technical design ensure testability', 'technical design ensure testability responsible', 'design ensure testability responsible software', 'ensure testability responsible software configuration', 'testability responsible software configuration management', 'responsible software configuration management project', 'software configuration management project deliverables', 'configuration management project deliverables technical', 'management project deliverables technical skill', 'project deliverables technical skill set', 'deliverables technical skill set languages', 'technical skill set languages c', 'skill set languages c c', 'set languages c c java', 'languages c c java python', 'c c java python python', 'c java python python liabray', 'java python python liabray mysql', 'python python liabray mysql django', 'python liabray mysql django html', 'liabray mysql django html scripting', 'mysql django html scripting python', 'django html scripting python gui', 'html scripting python gui development', 'scripting python gui development tk', 'python gui development tk java', 'gui development tk java company', 'development tk java company kranti', 'tk java company kranti dyanamics', 'java company kranti dyanamics description', 'company kranti dyanamics description programming', 'kranti dyanamics description programming scripting', 'dyanamics description programming scripting developer', 'description programming scripting developer web', 'programming scripting developer web scrapping', 'operating systems windows others ms excel', 'systems windows others ms excel ms', 'windows others ms excel ms office', 'others ms excel ms office ms', 'ms excel ms office ms power', 'excel ms office ms power point', 'ms office ms power point key', 'office ms power point key projects', 'ms power point key projects handled', 'power point key projects handled project', 'point key projects handled project title', 'key projects handled project title fruit', 'projects handled project title fruit sorting', 'handled project title fruit sorting disease', 'project title fruit sorting disease detection', 'title fruit sorting disease detection client', 'fruit sorting disease detection client kranti', 'sorting disease detection client kranti dynamics', 'disease detection client kranti dynamics team', 'detection client kranti dynamics team size', 'client kranti dynamics team size 5', 'kranti dynamics team size 5 education', 'dynamics team size 5 education details', 'team size 5 education details january', 'size 5 education details january 2014', '5 education details january 2014 b', 'education details january 2014 b e', 'details january 2014 b e electronics', 'january 2014 b e electronics mumbai', '2014 b e electronics mumbai maharashtra', 'b e electronics mumbai maharashtra university', 'e electronics mumbai maharashtra university mumbai', 'electronics mumbai maharashtra university mumbai python', 'mumbai maharashtra university mumbai python developer', 'maharashtra university mumbai python developer analyst', 'university mumbai python developer analyst python', 'mumbai python developer analyst python developer', 'python developer analyst python developer data', 'developer analyst python developer data analyst', 'analyst python developer data analyst skill', 'python developer data analyst skill details', 'developer data analyst skill details python', 'data analyst skill details python scripting', 'analyst skill details python scripting programming', 'skill details python scripting programming developing', 'details python scripting programming developing exprience', 'python scripting programming developing exprience 12', 'scripting programming developing exprience 12 months', 'programming developing exprience 12 months frontend', 'developing exprience 12 months frontend html', 'exprience 12 months frontend html exprience', '12 months frontend html exprience 12', 'months frontend html exprience 12 months', 'frontend html exprience 12 months python', 'html exprience 12 months python liabrary', 'exprience 12 months python liabrary numpy', '12 months python liabrary numpy pandas', 'months python liabrary numpy pandas matplolib', 'python liabrary numpy pandas matplolib requests', 'liabrary numpy pandas matplolib requests beautiful', 'numpy pandas matplolib requests beautiful soap', 'pandas matplolib requests beautiful soap exprience', 'matplolib requests beautiful soap exprience 12', 'requests beautiful soap exprience 12 months', 'beautiful soap exprience 12 months mysql', 'soap exprience 12 months mysql exprience', 'exprience 12 months mysql exprience 12', '12 months mysql exprience 12 months', 'months mysql exprience 12 months django', 'mysql exprience 12 months django exprience', 'exprience 12 months django exprience 12', '12 months django exprience 12 months', 'months django exprience 12 months web', 'django exprience 12 months web scrapping', 'exprience 12 months web scrapping exprience', '12 months web scrapping exprience less', 'months web scrapping exprience less 1', 'web scrapping exprience less 1 year', 'scrapping exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company ace', 'year monthscompany details company ace the', 'monthscompany details company ace the power', 'details company ace the power 5', 'company ace the power 5 description', 'ace the power 5 description the', 'the power 5 description the a', 'power 5 description the a ountabilities', '5 description the a ountabilities understanding', 'description the a ountabilities understanding functional', 'the a ountabilities understanding functional requirements', 'a ountabilities understanding functional requirements application', 'ountabilities understanding functional requirements application given', 'understanding functional requirements application given client', 'functional requirements application given client participated', 'requirements application given client participated walkthroughs', 'application given client participated walkthroughs business', 'given client participated walkthroughs business requirements', 'client participated walkthroughs business requirements functional', 'participated walkthroughs business requirements functional requirements', 'walkthroughs business requirements functional requirements technical', 'business requirements functional requirements technical design', 'requirements functional requirements technical design ensure', 'functional requirements technical design ensure testability', 'requirements technical design ensure testability responsible', 'technical design ensure testability responsible software', 'design ensure testability responsible software configuration', 'ensure testability responsible software configuration management', 'testability responsible software configuration management project', 'responsible software configuration management project deliverables', 'software configuration management project deliverables technical', 'configuration management project deliverables technical skill', 'management project deliverables technical skill set', 'project deliverables technical skill set languages', 'deliverables technical skill set languages c', 'technical skill set languages c c', 'skill set languages c c java', 'set languages c c java python', 'languages c c java python python', 'c c java python python liabray', 'c java python python liabray mysql', 'java python python liabray mysql django', 'python python liabray mysql django html', 'python liabray mysql django html scripting', 'liabray mysql django html scripting python', 'mysql django html scripting python gui', 'django html scripting python gui development', 'html scripting python gui development tk', 'scripting python gui development tk java', 'python gui development tk java company', 'gui development tk java company kranti', 'development tk java company kranti dyanamics', 'tk java company kranti dyanamics description', 'java company kranti dyanamics description programming', 'company kranti dyanamics description programming scripting', 'kranti dyanamics description programming scripting developer', 'dyanamics description programming scripting developer web', 'description programming scripting developer web scrapping', 'operating systems windows others ms excel ms', 'systems windows others ms excel ms office', 'windows others ms excel ms office ms', 'others ms excel ms office ms power', 'ms excel ms office ms power point', 'excel ms office ms power point key', 'ms office ms power point key projects', 'office ms power point key projects handled', 'ms power point key projects handled project', 'power point key projects handled project title', 'point key projects handled project title fruit', 'key projects handled project title fruit sorting', 'projects handled project title fruit sorting disease', 'handled project title fruit sorting disease detection', 'project title fruit sorting disease detection client', 'title fruit sorting disease detection client kranti', 'fruit sorting disease detection client kranti dynamics', 'sorting disease detection client kranti dynamics team', 'disease detection client kranti dynamics team size', 'detection client kranti dynamics team size 5', 'client kranti dynamics team size 5 education', 'kranti dynamics team size 5 education details', 'dynamics team size 5 education details january', 'team size 5 education details january 2014', 'size 5 education details january 2014 b', '5 education details january 2014 b e', 'education details january 2014 b e electronics', 'details january 2014 b e electronics mumbai', 'january 2014 b e electronics mumbai maharashtra', '2014 b e electronics mumbai maharashtra university', 'b e electronics mumbai maharashtra university mumbai', 'e electronics mumbai maharashtra university mumbai python', 'electronics mumbai maharashtra university mumbai python developer', 'mumbai maharashtra university mumbai python developer analyst', 'maharashtra university mumbai python developer analyst python', 'university mumbai python developer analyst python developer', 'mumbai python developer analyst python developer data', 'python developer analyst python developer data analyst', 'developer analyst python developer data analyst skill', 'analyst python developer data analyst skill details', 'python developer data analyst skill details python', 'developer data analyst skill details python scripting', 'data analyst skill details python scripting programming', 'analyst skill details python scripting programming developing', 'skill details python scripting programming developing exprience', 'details python scripting programming developing exprience 12', 'python scripting programming developing exprience 12 months', 'scripting programming developing exprience 12 months frontend', 'programming developing exprience 12 months frontend html', 'developing exprience 12 months frontend html exprience', 'exprience 12 months frontend html exprience 12', '12 months frontend html exprience 12 months', 'months frontend html exprience 12 months python', 'frontend html exprience 12 months python liabrary', 'html exprience 12 months python liabrary numpy', 'exprience 12 months python liabrary numpy pandas', '12 months python liabrary numpy pandas matplolib', 'months python liabrary numpy pandas matplolib requests', 'python liabrary numpy pandas matplolib requests beautiful', 'liabrary numpy pandas matplolib requests beautiful soap', 'numpy pandas matplolib requests beautiful soap exprience', 'pandas matplolib requests beautiful soap exprience 12', 'matplolib requests beautiful soap exprience 12 months', 'requests beautiful soap exprience 12 months mysql', 'beautiful soap exprience 12 months mysql exprience', 'soap exprience 12 months mysql exprience 12', 'exprience 12 months mysql exprience 12 months', '12 months mysql exprience 12 months django', 'months mysql exprience 12 months django exprience', 'mysql exprience 12 months django exprience 12', 'exprience 12 months django exprience 12 months', '12 months django exprience 12 months web', 'months django exprience 12 months web scrapping', 'django exprience 12 months web scrapping exprience', 'exprience 12 months web scrapping exprience less', '12 months web scrapping exprience less 1', 'months web scrapping exprience less 1 year', 'web scrapping exprience less 1 year monthscompany', 'scrapping exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company ace', '1 year monthscompany details company ace the', 'year monthscompany details company ace the power', 'monthscompany details company ace the power 5', 'details company ace the power 5 description', 'company ace the power 5 description the', 'ace the power 5 description the a', 'the power 5 description the a ountabilities', 'power 5 description the a ountabilities understanding', '5 description the a ountabilities understanding functional', 'description the a ountabilities understanding functional requirements', 'the a ountabilities understanding functional requirements application', 'a ountabilities understanding functional requirements application given', 'ountabilities understanding functional requirements application given client', 'understanding functional requirements application given client participated', 'functional requirements application given client participated walkthroughs', 'requirements application given client participated walkthroughs business', 'application given client participated walkthroughs business requirements', 'given client participated walkthroughs business requirements functional', 'client participated walkthroughs business requirements functional requirements', 'participated walkthroughs business requirements functional requirements technical', 'walkthroughs business requirements functional requirements technical design', 'business requirements functional requirements technical design ensure', 'requirements functional requirements technical design ensure testability', 'functional requirements technical design ensure testability responsible', 'requirements technical design ensure testability responsible software', 'technical design ensure testability responsible software configuration', 'design ensure testability responsible software configuration management', 'ensure testability responsible software configuration management project', 'testability responsible software configuration management project deliverables', 'responsible software configuration management project deliverables technical', 'software configuration management project deliverables technical skill', 'configuration management project deliverables technical skill set', 'management project deliverables technical skill set languages', 'project deliverables technical skill set languages c', 'deliverables technical skill set languages c c', 'technical skill set languages c c java', 'skill set languages c c java python', 'set languages c c java python python', 'languages c c java python python liabray', 'c c java python python liabray mysql', 'c java python python liabray mysql django', 'java python python liabray mysql django html', 'python python liabray mysql django html scripting', 'python liabray mysql django html scripting python', 'liabray mysql django html scripting python gui', 'mysql django html scripting python gui development', 'django html scripting python gui development tk', 'html scripting python gui development tk java', 'scripting python gui development tk java company', 'python gui development tk java company kranti', 'gui development tk java company kranti dyanamics', 'development tk java company kranti dyanamics description', 'tk java company kranti dyanamics description programming', 'java company kranti dyanamics description programming scripting', 'company kranti dyanamics description programming scripting developer', 'kranti dyanamics description programming scripting developer web', 'dyanamics description programming scripting developer web scrapping', 'operating systems windows others ms excel ms office', 'systems windows others ms excel ms office ms', 'windows others ms excel ms office ms power', 'others ms excel ms office ms power point', 'ms excel ms office ms power point key', 'excel ms office ms power point key projects', 'ms office ms power point key projects handled', 'office ms power point key projects handled project', 'ms power point key projects handled project title', 'power point key projects handled project title fruit', 'point key projects handled project title fruit sorting', 'key projects handled project title fruit sorting disease', 'projects handled project title fruit sorting disease detection', ...], ['skills', 'visa', 'b1', 'visa', 'usa', 'onsite', 'visits', 'sweden', 'us', 'seattle', 'education', 'details', 'january', '2013', 'post', 'graduate', 'diploma', 'information', 'technology', 'pune', 'maharashtra', 'symbiosis', 'institute', 'january', '2007', 'bachelor', 'engineering', 'electronics', 'telecommunications', 'pune', 'maharashtra', 'pune', 'university', 'cloud', 'operations', 'architect', 'devops', 'cloud', 'operations', 'architect', 'devops', 'devops', 'skill', 'details', 'cloud', 'computing', 'exprience', '48', 'months', 'shell', 'scripting', 'exprience', '96', 'months', 'python', 'exprience', '6', 'months', 'automation', 'exprience', '72', 'months', 'solution', 'architect', 'exprience', 'less', '1', 'year', 'months', 'azure', 'exprience', 'less', '1', 'year', 'months', 'aws', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'devops', 'description', 'type', 'devops', 'engineer', 'platform', 'aws', 'cloud', 'azure', 'cloud', 'services', 'aws', 'ec2', 'rds', 'cloudformation', 'template', 'lambda', 'dynamo', 'db', 'cloud', 'watch', 'auto', 'scaling', 'elastic', 'bean', 'stalk', 'appdynamics', 'here', 'i', 'manage', 'tibco', 'spotfire', 'enterprise', 'cloud', 'product', 'support', 'being', 'ops', 'member', 'india', 'i', 'got', 'chance', 'recruit', 'build', 'entire', 'team', '15', 'members', 'i', 'also', 'worked', '4', 'different', 'projects', 'products', 'simultaneously', 'added', 'hired', 'members', 'products', 'my', 'responsibilities', 'project', 'include', '1', 'managing', 'tibco', 'spotfire', 'enterprise', 'cloud', 'environment', '2', 'helping', 'india', 'qa', 'team', 'pre', 'production', 'environment', 'testing', '3', 'coordinating', 'production', 'deployment', 'hot', 'fixes', '4', 'leading', 'team', 'handling', '4', 'projects', '5', 'arranging', 'workshops', 'new', 'aws', 'services', 'entire', 'team', 'shell', 'scripts', 'automation', 'wrote', 'shell', 'script', 'extract', 'aws', 'running', 'instances', 'shut', 'wrote', 'shell', 'script', 'extract', 'free', 'eip', 'release', 'wrote', 'lambda', 'function', 'trigger', 'important', 'scripts', 'company', 'synechron', 'technologies', 'limited', 'description', 'type', 'administration', 'automation', 'monitoring', 'platform', 'linux', 'unix', 'linux', 'xen', 'servers', 'software', 'puppet', 'redhat', 'satellite', 'server', 'sql', 'database', 'shell', 'scripting', 'my', 'responsibilities', 'project', 'included', '1', 'managing', 'linux', 'media', 'servers', 'farms', 'provide', 'application', 'support', '2', 'patching', 'linux', 'physical', 'xen', 'boxes', '3', 'creating', 'satellite', 'channels', 'satellite', 'server', '4', 'automation', 'via', 'shell', 'scripting', 'mysql', 'db', 'support', '5', 'troubleshooting', 'customized', 'applications', 'company', 'tsys', 'limited', 'description', 'type', 'development', 'automation', 'monitoring', 'platform', 'linux', 'unix', 'windows', 'software', 'mysql', 'database', 'shell', 'scripting', 'here', 'responsibility', 'provide', 'ess', 'users', 'rhds', 'cvs', 'dot', 'project', 'servers', 'it', 'also', 'included', 'providing', 'ess', 'users', 'dev', 'prod', 'vdi', 'servers', 'handling', 'mysql', 'database', 'shell', 'scripting', 'automate', 'tasks', 'my', 'responsibilities', 'project', 'included', '1', 'requirements', 'analysis', 'understanding', 'requirements', 'project', 'planning', 'environment', 'ess', 'required', '2', 'implementing', 'mysql', 'replication', 'linux', 'servers', '3', 'fine', 'tuning', 'existing', 'applications', '4', 'testing', 'debugging', 'scripts', 'errors', 'company', 'patni', 'computer', 'systems', 'limited', 'description', 'project', 'cpi', 'type', 'development', 'automation', 'monitoring', 'platform', 'p8', 'filenet', 'linux', 'unix', 'ibm', 'aix', 'software', 'sound', 'knowledge', 'html', 'shell', 'scripting', 'client', 'genworth', 'financial', 'duration', '2', 'yrs', '2', 'months', 'role', 'senior', 'system', 'engineer', 'cpi', 'maintenance', 'project', 'caters', 'maintenance', 'enhancements', 'different', 'applications', 'part', 'genworth', 'imaging', 'solutions', 'it', 'different', 'applications', 'process', 'scanned', 'insurance', 'documents', 'sent', 'different', 'providers', 'stores', 'information', 'oracle', 'database', 'images', 'p8', 'filenet', 'it', 'multiple', 'applications', 'generate', 'reports', 'sent', 'providers', 'administration', 'support', 'providing', 'support', 'l1', 'engineers', 'monitoring', 'p8', 'filenet', 'application', 'handling', 'tickets', 'raised', 'users', 'administration', '10', 'linux', 'proxy', 'servers', 'mysql', 'servers', 'implementing', 'mysql', 'replication', 'checking', 'logs', 'sites', 'visited', 'users', 'data', 'downloaded', 'mysql', 'oracle', 'sql', 'support', 'preparing', 'sql', 'queries', 'client', 'users', 'handling', 'oracle', 'database', 'testing', 'insert', 'select', 'update', 'queries', 'servers', 'deploying', 'production', 'handling', 'bugs', 'raised', 'users', 'implementing', 'mysql', 'replication', 'linux', 'servers', 'taking', 'database', 'backup', 'mysql', 'dump', 'application', 'support', 'to', 'make', 'sure', 'customer', 'applications', 'like', 'eprocess', 'trexo', 'working', 'fine', 'to', 'make', 'sure', 'customized', 'filenet', 'instances', 'working', 'fine', 'writing', 'scripts', 'automate', 'applications', 'shell', 'scripts', 'automation', 'wrote', 'shell', 'script', 'delete', 'logs', 'older', 'five', 'days', 'su', 'essfully', 'deployed', 'production', 'servers', 'skills visa', 'visa b1', 'b1 visa', 'visa usa', 'usa onsite', 'onsite visits', 'visits sweden', 'sweden us', 'us seattle', 'seattle education', 'education details', 'details january', 'january 2013', '2013 post', 'post graduate', 'graduate diploma', 'diploma information', 'information technology', 'technology pune', 'pune maharashtra', 'maharashtra symbiosis', 'symbiosis institute', 'institute january', 'january 2007', '2007 bachelor', 'bachelor engineering', 'engineering electronics', 'electronics telecommunications', 'telecommunications pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university cloud', 'cloud operations', 'operations architect', 'architect devops', 'devops cloud', 'cloud operations', 'operations architect', 'architect devops', 'devops devops', 'devops skill', 'skill details', 'details cloud', 'cloud computing', 'computing exprience', 'exprience 48', '48 months', 'months shell', 'shell scripting', 'scripting exprience', 'exprience 96', '96 months', 'months python', 'python exprience', 'exprience 6', '6 months', 'months automation', 'automation exprience', 'exprience 72', '72 months', 'months solution', 'solution architect', 'architect exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months azure', 'azure exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months aws', 'aws exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company devops', 'devops description', 'description type', 'type devops', 'devops engineer', 'engineer platform', 'platform aws', 'aws cloud', 'cloud azure', 'azure cloud', 'cloud services', 'services aws', 'aws ec2', 'ec2 rds', 'rds cloudformation', 'cloudformation template', 'template lambda', 'lambda dynamo', 'dynamo db', 'db cloud', 'cloud watch', 'watch auto', 'auto scaling', 'scaling elastic', 'elastic bean', 'bean stalk', 'stalk appdynamics', 'appdynamics here', 'here i', 'i manage', 'manage tibco', 'tibco spotfire', 'spotfire enterprise', 'enterprise cloud', 'cloud product', 'product support', 'support being', 'being ops', 'ops member', 'member india', 'india i', 'i got', 'got chance', 'chance recruit', 'recruit build', 'build entire', 'entire team', 'team 15', '15 members', 'members i', 'i also', 'also worked', 'worked 4', '4 different', 'different projects', 'projects products', 'products simultaneously', 'simultaneously added', 'added hired', 'hired members', 'members products', 'products my', 'my responsibilities', 'responsibilities project', 'project include', 'include 1', '1 managing', 'managing tibco', 'tibco spotfire', 'spotfire enterprise', 'enterprise cloud', 'cloud environment', 'environment 2', '2 helping', 'helping india', 'india qa', 'qa team', 'team pre', 'pre production', 'production environment', 'environment testing', 'testing 3', '3 coordinating', 'coordinating production', 'production deployment', 'deployment hot', 'hot fixes', 'fixes 4', '4 leading', 'leading team', 'team handling', 'handling 4', '4 projects', 'projects 5', '5 arranging', 'arranging workshops', 'workshops new', 'new aws', 'aws services', 'services entire', 'entire team', 'team shell', 'shell scripts', 'scripts automation', 'automation wrote', 'wrote shell', 'shell script', 'script extract', 'extract aws', 'aws running', 'running instances', 'instances shut', 'shut wrote', 'wrote shell', 'shell script', 'script extract', 'extract free', 'free eip', 'eip release', 'release wrote', 'wrote lambda', 'lambda function', 'function trigger', 'trigger important', 'important scripts', 'scripts company', 'company synechron', 'synechron technologies', 'technologies limited', 'limited description', 'description type', 'type administration', 'administration automation', 'automation monitoring', 'monitoring platform', 'platform linux', 'linux unix', 'unix linux', 'linux xen', 'xen servers', 'servers software', 'software puppet', 'puppet redhat', 'redhat satellite', 'satellite server', 'server sql', 'sql database', 'database shell', 'shell scripting', 'scripting my', 'my responsibilities', 'responsibilities project', 'project included', 'included 1', '1 managing', 'managing linux', 'linux media', 'media servers', 'servers farms', 'farms provide', 'provide application', 'application support', 'support 2', '2 patching', 'patching linux', 'linux physical', 'physical xen', 'xen boxes', 'boxes 3', '3 creating', 'creating satellite', 'satellite channels', 'channels satellite', 'satellite server', 'server 4', '4 automation', 'automation via', 'via shell', 'shell scripting', 'scripting mysql', 'mysql db', 'db support', 'support 5', '5 troubleshooting', 'troubleshooting customized', 'customized applications', 'applications company', 'company tsys', 'tsys limited', 'limited description', 'description type', 'type development', 'development automation', 'automation monitoring', 'monitoring platform', 'platform linux', 'linux unix', 'unix windows', 'windows software', 'software mysql', 'mysql database', 'database shell', 'shell scripting', 'scripting here', 'here responsibility', 'responsibility provide', 'provide ess', 'ess users', 'users rhds', 'rhds cvs', 'cvs dot', 'dot project', 'project servers', 'servers it', 'it also', 'also included', 'included providing', 'providing ess', 'ess users', 'users dev', 'dev prod', 'prod vdi', 'vdi servers', 'servers handling', 'handling mysql', 'mysql database', 'database shell', 'shell scripting', 'scripting automate', 'automate tasks', 'tasks my', 'my responsibilities', 'responsibilities project', 'project included', 'included 1', '1 requirements', 'requirements analysis', 'analysis understanding', 'understanding requirements', 'requirements project', 'project planning', 'planning environment', 'environment ess', 'ess required', 'required 2', '2 implementing', 'implementing mysql', 'mysql replication', 'replication linux', 'linux servers', 'servers 3', '3 fine', 'fine tuning', 'tuning existing', 'existing applications', 'applications 4', '4 testing', 'testing debugging', 'debugging scripts', 'scripts errors', 'errors company', 'company patni', 'patni computer', 'computer systems', 'systems limited', 'limited description', 'description project', 'project cpi', 'cpi type', 'type development', 'development automation', 'automation monitoring', 'monitoring platform', 'platform p8', 'p8 filenet', 'filenet linux', 'linux unix', 'unix ibm', 'ibm aix', 'aix software', 'software sound', 'sound knowledge', 'knowledge html', 'html shell', 'shell scripting', 'scripting client', 'client genworth', 'genworth financial', 'financial duration', 'duration 2', '2 yrs', 'yrs 2', '2 months', 'months role', 'role senior', 'senior system', 'system engineer', 'engineer cpi', 'cpi maintenance', 'maintenance project', 'project caters', 'caters maintenance', 'maintenance enhancements', 'enhancements different', 'different applications', 'applications part', 'part genworth', 'genworth imaging', 'imaging solutions', 'solutions it', 'it different', 'different applications', 'applications process', 'process scanned', 'scanned insurance', 'insurance documents', 'documents sent', 'sent different', 'different providers', 'providers stores', 'stores information', 'information oracle', 'oracle database', 'database images', 'images p8', 'p8 filenet', 'filenet it', 'it multiple', 'multiple applications', 'applications generate', 'generate reports', 'reports sent', 'sent providers', 'providers administration', 'administration support', 'support providing', 'providing support', 'support l1', 'l1 engineers', 'engineers monitoring', 'monitoring p8', 'p8 filenet', 'filenet application', 'application handling', 'handling tickets', 'tickets raised', 'raised users', 'users administration', 'administration 10', '10 linux', 'linux proxy', 'proxy servers', 'servers mysql', 'mysql servers', 'servers implementing', 'implementing mysql', 'mysql replication', 'replication checking', 'checking logs', 'logs sites', 'sites visited', 'visited users', 'users data', 'data downloaded', 'downloaded mysql', 'mysql oracle', 'oracle sql', 'sql support', 'support preparing', 'preparing sql', 'sql queries', 'queries client', 'client users', 'users handling', 'handling oracle', 'oracle database', 'database testing', 'testing insert', 'insert select', 'select update', 'update queries', 'queries servers', 'servers deploying', 'deploying production', 'production handling', 'handling bugs', 'bugs raised', 'raised users', 'users implementing', 'implementing mysql', 'mysql replication', 'replication linux', 'linux servers', 'servers taking', 'taking database', 'database backup', 'backup mysql', ...], ['software', 'proficiency', 'languages', 'basics', 'c', 'sql', 'pl', 'sql', 'java', 'javaee', 'javascript', 'html', 'css', 'jquery', 'mysql', 'spring', 'hibernate', 'software', 'tools', 'xillinx', 'modelsim', 'matlab', 'multisim', 'operating', 'systems', 'windows', 'xp', 'vista', '07', '08', 'ubuntu', 'project', 'profile', 'b', 'e', 'project', 'fpga', 'implementation', 'team', 'size', '4', 'role', 'programmer', 'aes', 'algorithm', 'aes', 'advanced', 'encryption', 'standard', 'used', 'cryptography', 'protect', 'data', 'it', 'encrypted', 'secret', 'key', 't', 'e', 'project', 'sorting', 'robot', 'team', 'size', '3', 'role', 'mechanism', 'designer', 'the', 'tcs', '230', 'sensor', 'sorts', 'rgb', 'color', 'balls', 'ording', 'color', 'diploma', 'project', 'rfid', 'based', 'student', 'team', 'size', '4', 'role', 'interface', 'attendance', 'system', 'using', 'gsm', 'in', 'student', 'show', 'rfid', 'card', 'message', 'send', 'via', 'gsm', 'parent', 'ward', 'present', 'education', 'details', 'may', '2016', 'b', 'e', 'savitribai', 'phule', 'pune', 'maharashtra', 'pune', 'university', 'march', '2010', 's', 's', 'c', 'maharashtra', 'board', 'devops', 'engineer', 'skill', 'details', 'c', 'exprience', '6', 'months', 'c', 'exprience', '6', 'months', 'sql', 'exprience', '6', 'months', 'pl', 'sql', 'exprience', '6', 'months', 'core', 'java', 'exprience', '6', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'html', 'exprience', 'less', '1', 'year', 'months', 'css', 'exprience', 'less', '1', 'year', 'months', 'jquery', 'exprience', 'less', '1', 'year', 'months', 'javaee', 'exprience', 'less', '1', 'year', 'months', 'mysql', 'exprience', 'less', '1', 'year', 'months', 'python', 'exprience', '6', 'monthscompany', 'details', 'company', 'parkar', 'consulting', 'labs', 'description', 'i', 'working', 'devops', 'team', 'parkar', 'consulting', 'labs', 'i', 'hands', 'aws', 'well', 'python', 'software proficiency', 'proficiency languages', 'languages basics', 'basics c', 'c sql', 'sql pl', 'pl sql', 'sql java', 'java javaee', 'javaee javascript', 'javascript html', 'html css', 'css jquery', 'jquery mysql', 'mysql spring', 'spring hibernate', 'hibernate software', 'software tools', 'tools xillinx', 'xillinx modelsim', 'modelsim matlab', 'matlab multisim', 'multisim operating', 'operating systems', 'systems windows', 'windows xp', 'xp vista', 'vista 07', '07 08', '08 ubuntu', 'ubuntu project', 'project profile', 'profile b', 'b e', 'e project', 'project fpga', 'fpga implementation', 'implementation team', 'team size', 'size 4', '4 role', 'role programmer', 'programmer aes', 'aes algorithm', 'algorithm aes', 'aes advanced', 'advanced encryption', 'encryption standard', 'standard used', 'used cryptography', 'cryptography protect', 'protect data', 'data it', 'it encrypted', 'encrypted secret', 'secret key', 'key t', 't e', 'e project', 'project sorting', 'sorting robot', 'robot team', 'team size', 'size 3', '3 role', 'role mechanism', 'mechanism designer', 'designer the', 'the tcs', 'tcs 230', '230 sensor', 'sensor sorts', 'sorts rgb', 'rgb color', 'color balls', 'balls ording', 'ording color', 'color diploma', 'diploma project', 'project rfid', 'rfid based', 'based student', 'student team', 'team size', 'size 4', '4 role', 'role interface', 'interface attendance', 'attendance system', 'system using', 'using gsm', 'gsm in', 'in student', 'student show', 'show rfid', 'rfid card', 'card message', 'message send', 'send via', 'via gsm', 'gsm parent', 'parent ward', 'ward present', 'present education', 'education details', 'details may', 'may 2016', '2016 b', 'b e', 'e savitribai', 'savitribai phule', 'phule pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university march', 'march 2010', '2010 s', 's s', 's c', 'c maharashtra', 'maharashtra board', 'board devops', 'devops engineer', 'engineer skill', 'skill details', 'details c', 'c exprience', 'exprience 6', '6 months', 'months c', 'c exprience', 'exprience 6', '6 months', 'months sql', 'sql exprience', 'exprience 6', '6 months', 'months pl', 'pl sql', 'sql exprience', 'exprience 6', '6 months', 'months core', 'core java', 'java exprience', 'exprience 6', '6 months', 'months javascript', 'javascript exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months html', 'html exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months css', 'css exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months jquery', 'jquery exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months javaee', 'javaee exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months mysql', 'mysql exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months python', 'python exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company parkar', 'parkar consulting', 'consulting labs', 'labs description', 'description i', 'i working', 'working devops', 'devops team', 'team parkar', 'parkar consulting', 'consulting labs', 'labs i', 'i hands', 'hands aws', 'aws well', 'well python', 'software proficiency languages', 'proficiency languages basics', 'languages basics c', 'basics c sql', 'c sql pl', 'sql pl sql', 'pl sql java', 'sql java javaee', 'java javaee javascript', 'javaee javascript html', 'javascript html css', 'html css jquery', 'css jquery mysql', 'jquery mysql spring', 'mysql spring hibernate', 'spring hibernate software', 'hibernate software tools', 'software tools xillinx', 'tools xillinx modelsim', 'xillinx modelsim matlab', 'modelsim matlab multisim', 'matlab multisim operating', 'multisim operating systems', 'operating systems windows', 'systems windows xp', 'windows xp vista', 'xp vista 07', 'vista 07 08', '07 08 ubuntu', '08 ubuntu project', 'ubuntu project profile', 'project profile b', 'profile b e', 'b e project', 'e project fpga', 'project fpga implementation', 'fpga implementation team', 'implementation team size', 'team size 4', 'size 4 role', '4 role programmer', 'role programmer aes', 'programmer aes algorithm', 'aes algorithm aes', 'algorithm aes advanced', 'aes advanced encryption', 'advanced encryption standard', 'encryption standard used', 'standard used cryptography', 'used cryptography protect', 'cryptography protect data', 'protect data it', 'data it encrypted', 'it encrypted secret', 'encrypted secret key', 'secret key t', 'key t e', 't e project', 'e project sorting', 'project sorting robot', 'sorting robot team', 'robot team size', 'team size 3', 'size 3 role', '3 role mechanism', 'role mechanism designer', 'mechanism designer the', 'designer the tcs', 'the tcs 230', 'tcs 230 sensor', '230 sensor sorts', 'sensor sorts rgb', 'sorts rgb color', 'rgb color balls', 'color balls ording', 'balls ording color', 'ording color diploma', 'color diploma project', 'diploma project rfid', 'project rfid based', 'rfid based student', 'based student team', 'student team size', 'team size 4', 'size 4 role', '4 role interface', 'role interface attendance', 'interface attendance system', 'attendance system using', 'system using gsm', 'using gsm in', 'gsm in student', 'in student show', 'student show rfid', 'show rfid card', 'rfid card message', 'card message send', 'message send via', 'send via gsm', 'via gsm parent', 'gsm parent ward', 'parent ward present', 'ward present education', 'present education details', 'education details may', 'details may 2016', 'may 2016 b', '2016 b e', 'b e savitribai', 'e savitribai phule', 'savitribai phule pune', 'phule pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university march', 'university march 2010', 'march 2010 s', '2010 s s', 's s c', 's c maharashtra', 'c maharashtra board', 'maharashtra board devops', 'board devops engineer', 'devops engineer skill', 'engineer skill details', 'skill details c', 'details c exprience', 'c exprience 6', 'exprience 6 months', '6 months c', 'months c exprience', 'c exprience 6', 'exprience 6 months', '6 months sql', 'months sql exprience', 'sql exprience 6', 'exprience 6 months', '6 months pl', 'months pl sql', 'pl sql exprience', 'sql exprience 6', 'exprience 6 months', '6 months core', 'months core java', 'core java exprience', 'java exprience 6', 'exprience 6 months', '6 months javascript', 'months javascript exprience', 'javascript exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months html', 'months html exprience', 'html exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months css', 'months css exprience', 'css exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months jquery', 'months jquery exprience', 'jquery exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months javaee', 'months javaee exprience', 'javaee exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months mysql', 'months mysql exprience', 'mysql exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months python', 'months python exprience', 'python exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company parkar', 'company parkar consulting', 'parkar consulting labs', 'consulting labs description', 'labs description i', 'description i working', 'i working devops', 'working devops team', 'devops team parkar', 'team parkar consulting', 'parkar consulting labs', 'consulting labs i', 'labs i hands', 'i hands aws', 'hands aws well', 'aws well python', 'software proficiency languages basics', 'proficiency languages basics c', 'languages basics c sql', 'basics c sql pl', 'c sql pl sql', 'sql pl sql java', 'pl sql java javaee', 'sql java javaee javascript', 'java javaee javascript html', 'javaee javascript html css', 'javascript html css jquery', 'html css jquery mysql', 'css jquery mysql spring', 'jquery mysql spring hibernate', 'mysql spring hibernate software', 'spring hibernate software tools', 'hibernate software tools xillinx', 'software tools xillinx modelsim', 'tools xillinx modelsim matlab', 'xillinx modelsim matlab multisim', 'modelsim matlab multisim operating', 'matlab multisim operating systems', 'multisim operating systems windows', 'operating systems windows xp', 'systems windows xp vista', 'windows xp vista 07', 'xp vista 07 08', 'vista 07 08 ubuntu', '07 08 ubuntu project', '08 ubuntu project profile', 'ubuntu project profile b', 'project profile b e', 'profile b e project', 'b e project fpga', 'e project fpga implementation', 'project fpga implementation team', 'fpga implementation team size', 'implementation team size 4', 'team size 4 role', 'size 4 role programmer', '4 role programmer aes', 'role programmer aes algorithm', 'programmer aes algorithm aes', 'aes algorithm aes advanced', 'algorithm aes advanced encryption', 'aes advanced encryption standard', 'advanced encryption standard used', 'encryption standard used cryptography', 'standard used cryptography protect', 'used cryptography protect data', 'cryptography protect data it', 'protect data it encrypted', 'data it encrypted secret', 'it encrypted secret key', 'encrypted secret key t', 'secret key t e', 'key t e project', 't e project sorting', 'e project sorting robot', 'project sorting robot team', 'sorting robot team size', 'robot team size 3', 'team size 3 role', 'size 3 role mechanism', '3 role mechanism designer', 'role mechanism designer the', 'mechanism designer the tcs', 'designer the tcs 230', 'the tcs 230 sensor', 'tcs 230 sensor sorts', '230 sensor sorts rgb', 'sensor sorts rgb color', 'sorts rgb color balls', 'rgb color balls ording', 'color balls ording color', 'balls ording color diploma', 'ording color diploma project', 'color diploma project rfid', 'diploma project rfid based', 'project rfid based student', 'rfid based student team', 'based student team size', 'student team size 4', 'team size 4 role', 'size 4 role interface', '4 role interface attendance', 'role interface attendance system', 'interface attendance system using', 'attendance system using gsm', 'system using gsm in', 'using gsm in student', 'gsm in student show', 'in student show rfid', 'student show rfid card', 'show rfid card message', 'rfid card message send', 'card message send via', 'message send via gsm', 'send via gsm parent', 'via gsm parent ward', 'gsm parent ward present', 'parent ward present education', 'ward present education details', 'present education details may', 'education details may 2016', 'details may 2016 b', 'may 2016 b e', '2016 b e savitribai', 'b e savitribai phule', 'e savitribai phule pune', 'savitribai phule pune maharashtra', 'phule pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university march', 'pune university march 2010', 'university march 2010 s', 'march 2010 s s', '2010 s s c', 's s c maharashtra', 's c maharashtra board', 'c maharashtra board devops', 'maharashtra board devops engineer', 'board devops engineer skill', 'devops engineer skill details', 'engineer skill details c', 'skill details c exprience', 'details c exprience 6', 'c exprience 6 months', 'exprience 6 months c', '6 months c exprience', 'months c exprience 6', 'c exprience 6 months', 'exprience 6 months sql', '6 months sql exprience', 'months sql exprience 6', 'sql exprience 6 months', 'exprience 6 months pl', '6 months pl sql', 'months pl sql exprience', 'pl sql exprience 6', 'sql exprience 6 months', 'exprience 6 months core', '6 months core java', 'months core java exprience', 'core java exprience 6', 'java exprience 6 months', 'exprience 6 months javascript', '6 months javascript exprience', 'months javascript exprience less', 'javascript exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months html', 'year months html exprience', 'months html exprience less', 'html exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months css', 'year months css exprience', 'months css exprience less', 'css exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months jquery', 'year months jquery exprience', 'months jquery exprience less', 'jquery exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months javaee', 'year months javaee exprience', 'months javaee exprience less', 'javaee exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months mysql', 'year months mysql exprience', 'months mysql exprience less', 'mysql exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months python', 'year months python exprience', 'months python exprience 6', 'python exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company parkar', 'details company parkar consulting', 'company parkar consulting labs', 'parkar consulting labs description', 'consulting labs description i', 'labs description i working', 'description i working devops', 'i working devops team', 'working devops team parkar', 'devops team parkar consulting', 'team parkar consulting labs', 'parkar consulting labs i', 'consulting labs i hands', 'labs i hands aws', 'i hands aws well', 'hands aws well python', 'software proficiency languages basics c', 'proficiency languages basics c sql', 'languages basics c sql pl', 'basics c sql pl sql', 'c sql pl sql java', 'sql pl sql java javaee', 'pl sql java javaee javascript', 'sql java javaee javascript html', 'java javaee javascript html css', 'javaee javascript html css jquery', 'javascript html css jquery mysql', 'html css jquery mysql spring', 'css jquery mysql spring hibernate', 'jquery mysql spring hibernate software', 'mysql spring hibernate software tools', 'spring hibernate software tools xillinx', 'hibernate software tools xillinx modelsim', 'software tools xillinx modelsim matlab', 'tools xillinx modelsim matlab multisim', 'xillinx modelsim matlab multisim operating', 'modelsim matlab multisim operating systems', 'matlab multisim operating systems windows', 'multisim operating systems windows xp', 'operating systems windows xp vista', 'systems windows xp vista 07', 'windows xp vista 07 08', 'xp vista 07 08 ubuntu', 'vista 07 08 ubuntu project', '07 08 ubuntu project profile', '08 ubuntu project profile b', 'ubuntu project profile b e', 'project profile b e project', 'profile b e project fpga', 'b e project fpga implementation', 'e project fpga implementation team', 'project fpga implementation team size', 'fpga implementation team size 4', 'implementation team size 4 role', 'team size 4 role programmer', 'size 4 role programmer aes', '4 role programmer aes algorithm', 'role programmer aes algorithm aes', 'programmer aes algorithm aes advanced', 'aes algorithm aes advanced encryption', 'algorithm aes advanced encryption standard', 'aes advanced encryption standard used', 'advanced encryption standard used cryptography', 'encryption standard used cryptography protect', 'standard used cryptography protect data', 'used cryptography protect data it', 'cryptography protect data it encrypted', 'protect data it encrypted secret', 'data it encrypted secret key', 'it encrypted secret key t', 'encrypted secret key t e', 'secret key t e project', 'key t e project sorting', 't e project sorting robot', 'e project sorting robot team', 'project sorting robot team size', 'sorting robot team size 3', 'robot team size 3 role', 'team size 3 role mechanism', 'size 3 role mechanism designer', '3 role mechanism designer the', 'role mechanism designer the tcs', 'mechanism designer the tcs 230', 'designer the tcs 230 sensor', 'the tcs 230 sensor sorts', 'tcs 230 sensor sorts rgb', '230 sensor sorts rgb color', 'sensor sorts rgb color balls', 'sorts rgb color balls ording', 'rgb color balls ording color', 'color balls ording color diploma', 'balls ording color diploma project', 'ording color diploma project rfid', 'color diploma project rfid based', 'diploma project rfid based student', 'project rfid based student team', 'rfid based student team size', 'based student team size 4', 'student team size 4 role', 'team size 4 role interface', 'size 4 role interface attendance', '4 role interface attendance system', 'role interface attendance system using', 'interface attendance system using gsm', 'attendance system using gsm in', 'system using gsm in student', 'using gsm in student show', 'gsm in student show rfid', 'in student show rfid card', 'student show rfid card message', 'show rfid card message send', 'rfid card message send via', 'card message send via gsm', 'message send via gsm parent', 'send via gsm parent ward', 'via gsm parent ward present', 'gsm parent ward present education', 'parent ward present education details', 'ward present education details may', 'present education details may 2016', 'education details may 2016 b', 'details may 2016 b e', 'may 2016 b e savitribai', '2016 b e savitribai phule', 'b e savitribai phule pune', 'e savitribai phule pune maharashtra', 'savitribai phule pune maharashtra pune', 'phule pune maharashtra pune university', 'pune maharashtra pune university march', 'maharashtra pune university march 2010', 'pune university march 2010 s', 'university march 2010 s s', 'march 2010 s s c', '2010 s s c maharashtra', 's s c maharashtra board', 's c maharashtra board devops', 'c maharashtra board devops engineer', 'maharashtra board devops engineer skill', 'board devops engineer skill details', 'devops engineer skill details c', 'engineer skill details c exprience', 'skill details c exprience 6', 'details c exprience 6 months', 'c exprience 6 months c', 'exprience 6 months c exprience', '6 months c exprience 6', 'months c exprience 6 months', 'c exprience 6 months sql', 'exprience 6 months sql exprience', '6 months sql exprience 6', 'months sql exprience 6 months', 'sql exprience 6 months pl', 'exprience 6 months pl sql', '6 months pl sql exprience', 'months pl sql exprience 6', 'pl sql exprience 6 months', 'sql exprience 6 months core', 'exprience 6 months core java', '6 months core java exprience', 'months core java exprience 6', 'core java exprience 6 months', 'java exprience 6 months javascript', 'exprience 6 months javascript exprience', '6 months javascript exprience less', 'months javascript exprience less 1', 'javascript exprience less 1 year', 'exprience less 1 year months', 'less 1 year months html', '1 year months html exprience', 'year months html exprience less', 'months html exprience less 1', 'html exprience less 1 year', 'exprience less 1 year months', 'less 1 year months css', '1 year months css exprience', 'year months css exprience less', 'months css exprience less 1', 'css exprience less 1 year', 'exprience less 1 year months', 'less 1 year months jquery', '1 year months jquery exprience', 'year months jquery exprience less', 'months jquery exprience less 1', 'jquery exprience less 1 year', 'exprience less 1 year months', 'less 1 year months javaee', '1 year months javaee exprience', 'year months javaee exprience less', 'months javaee exprience less 1', 'javaee exprience less 1 year', 'exprience less 1 year months', 'less 1 year months mysql', '1 year months mysql exprience', 'year months mysql exprience less', ...], ['core', 'competencies', 'ant', 'maven', 'git', 'bitbucket', 'jenkins', 'linux', 'ansible', 'shell', 'scripting', 'requirement', 'gathering', 'continuous', 'integration', 'continuous', 'deployment', 'software', 'development', 'life', 'cycle', 'software', 'testing', 'life', 'cycle', 'documentation', 'reporting', 'test', 'reports', 'it', 'skills', 'primary', 'skills', 'dev', 'ops', 'methodologies', 'programming', 'languages', 'c', 'core', 'java', 'version', 'controls', 'git', 'bitbucket', 'build', 'tools', 'ant', 'maven', 'ci', 'cd', 'tools', 'jenkins', 'configuration', 'management', 'ansible', 'scripting', 'shell', 'script', 'application', 'servers', 'apache', 'tomcat', 'servereducation', 'details', 'june', '2015', 'june', '2017', 'masters', 'science', 'information', 'technology', 'hyderabad', 'telangana', 'jntu', 'devops', 'engineer', 'devops', 'engineer', 'nendrasys', 'technologies', 'pvt', 'ltd', 'skill', 'details', 'deployment', 'exprience', '27', 'months', 'git', 'exprience', '27', 'months', 'documentation', 'exprience', '26', 'months', 'change', 'management', 'exprience', '10', 'months', 'configuration', 'management', 'exprience', '10', 'monthscompany', 'details', 'company', 'nendrasys', 'technologies', 'pvt', 'ltd', 'description', 'date', 'project', 'description', 'the', 'scope', 'project', 'design', 'develop', 'e', 'commerce', 'product', 'features', 'sloan', 'project', 'it', 'basically', 'b2b', 'project', 'customer', 'buy', 'fixers', 'sinks', 'related', 'product', 'it', 'focuses', 'company', 'stakeholders', 'applications', 'allow', 'online', 'sales', 'distribution', 'marketing', 'product', 'responsibilities', 'detailed', 'technical', 'knowledge', 'hands', 'experience', 'devops', 'automation', 'build', 'engineering', 'configura', 'tion', 'management', 'creating', 'fully', 'automated', 'ci', 'build', 'deployment', 'infrastructure', 'processes', 'multiple', 'projects', 'developing', 'scripts', 'build', 'deployment', 'maintenance', 'related', 'tasks', 'using', 'jenkins', 'installing', 'configuring', 'maintaining', 'continuous', 'integration', 'automation', 'configuration', 'management', 'tools', 'developing', 'ant', 'maven', 'shell', 'scripts', 'automatically', 'compile', 'package', 'deploy', 'war', 'ear', 'jar', 'files', 'mul', 'tiple', 'applications', 'various', 'platforms', 'creating', 'repositories', 'branches', 'managing', 'permissions', 'users', 'maintaining', 'git', 'bitbucket', 'deploying', 'maintaining', 'code', 'application', 'respectively', 'configuring', 'components', 'increase', 'usability', 'working', 'closely', 'architecture', 'development', 'test', 'security', 'it', 'services', 'teams', 'supporting', 'business', 'analysts', 'getting', 'used', 'newly', 'created', 'jobs', 'release', 'activities', 'communicating', 'daily', 'on', 'site', 'team', 'analyzing', 'requirements', 'identifying', 'gaps', 'tracking', 'logs', 'issues', 'project', '2', 'nendrasys', 'technologies', 'pvt', 'ltd', 'project', 'name', 'bangkok', 'bank', 'limited', 'bbl', 'thaitrade', 'commercial', 'e', 'commerce', 'payment', 'portal', 'company', 'nendrasys', 'technologies', 'pvt', 'ltd', 'description', 'role', 'devops', 'engineer', 'devops', 'engineer', 'team', 'involved', 'different', 'development', 'teams', 'multiple', 'simultaneous', 'software', 'leases', 'participated', 'weekly', 'release', 'meetings', 'different', 'teams', 'identify', 'mitigate', 'potential', 'risks', 'associated', 'releases', 'responsible', 'creating', 'repositories', 'branches', 'managing', 'permissions', 'users', 'maintaining', 'git', 'creating', 'fully', 'automated', 'ci', 'build', 'deployment', 'infrastructure', 'processes', 'multiple', 'projects', 'analyze', 'resolve', 'conflicts', 'related', 'merging', 'source', 'code', 'git', 'responsible', 'creating', 'ant', 'maven', 'scripts', 'build', 'automation', 'implemented', 'setup', 'master', 'slave', 'architecture', 'improve', 'performance', 'jenkins', 'handled', 'end', 'end', 'deployments', 'code', 'propagation', 'across', 'different', 'environments', 'dev', 'prod', 'handled', 'tasks', 'developing', 'maintaining', 'change', 'tasks', 'closely', 'working', 'developers', 'qa', 'performance', 'uat', 'testers', 'it', 'team', 'created', 'maintained', 'documentation', 'build', 'release', 'processes', 'application', 'configuration', 'coordinated', 'developers', 'business', 'analyst', 'mangers', 'make', 'sure', 'code', 'deployed', 'production', 'environment', 'project', '1', 'nendrasys', 'technologies', 'pvt', 'ltd', 'project', 'name', 'sloan', 'global', 'holdings', 'sloan', 'e', 'commerce', 'company', 'nendrasys', 'technologies', 'pvt', 'ltd', 'description', 'project', 'description', 'bbl', 'development', 'e', 'commerce', 'payment', 'portal', 'system', 'as', 'bbl', 'require', 'system', 'support', 'multiple', 'merchants', 'b2b', 'b2c', 'e', 'commerce', 'portal', 'various', 'payment', 'options', 'via', 'online', 'offline', 'to', 'achieve', 'bbl', 'made', 'agreement', 'thai', 'trade', 'thai', 'trade', 'one', 'leading', 'e', 'commerce', 'website', 'recognized', 'thai', 'government', 'in', 'present', 'thai', 'trade', 'good', 'base', 'users', 'sellers', 'several', 'categories', 'the', 'scope', 'project', 'design', 'develop', 'e', 'commerce', 'product', 'features', 'bblwtp', 'project', 'it', 'focuses', 'company', 'stakeholders', 'applications', 'allow', 'online', 'sales', 'distribution', 'marketing', 'electronics', 'responsibilities', 'plan', 'track', 'activities', 'involved', 'build', 'deployment', 'resolving', 'build', 'issues', 'developing', 'scripts', 'build', 'deployment', 'maintenance', 'related', 'tasks', 'using', 'jenkins', 'collaboration', 'development', 'qa', 'product', 'managements', 'build', 'plans', 'schedules', 'send', 'daily', 'weekly', 'reports', 'team', 'involved', 'creating', 'repositories', 'branches', 'merging', 'activities', 'backup', 'restore', 'activities', 'subversion', 'servers', 'maintenance', 'maven', 'shell', 'scripts', 'safe', 'builds', 'deploys', 'core competencies', 'competencies ant', 'ant maven', 'maven git', 'git bitbucket', 'bitbucket jenkins', 'jenkins linux', 'linux ansible', 'ansible shell', 'shell scripting', 'scripting requirement', 'requirement gathering', 'gathering continuous', 'continuous integration', 'integration continuous', 'continuous deployment', 'deployment software', 'software development', 'development life', 'life cycle', 'cycle software', 'software testing', 'testing life', 'life cycle', 'cycle documentation', 'documentation reporting', 'reporting test', 'test reports', 'reports it', 'it skills', 'skills primary', 'primary skills', 'skills dev', 'dev ops', 'ops methodologies', 'methodologies programming', 'programming languages', 'languages c', 'c core', 'core java', 'java version', 'version controls', 'controls git', 'git bitbucket', 'bitbucket build', 'build tools', 'tools ant', 'ant maven', 'maven ci', 'ci cd', 'cd tools', 'tools jenkins', 'jenkins configuration', 'configuration management', 'management ansible', 'ansible scripting', 'scripting shell', 'shell script', 'script application', 'application servers', 'servers apache', 'apache tomcat', 'tomcat servereducation', 'servereducation details', 'details june', 'june 2015', '2015 june', 'june 2017', '2017 masters', 'masters science', 'science information', 'information technology', 'technology hyderabad', 'hyderabad telangana', 'telangana jntu', 'jntu devops', 'devops engineer', 'engineer devops', 'devops engineer', 'engineer nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details deployment', 'deployment exprience', 'exprience 27', '27 months', 'months git', 'git exprience', 'exprience 27', '27 months', 'months documentation', 'documentation exprience', 'exprience 26', '26 months', 'months change', 'change management', 'management exprience', 'exprience 10', '10 months', 'months configuration', 'configuration management', 'management exprience', 'exprience 10', '10 monthscompany', 'monthscompany details', 'details company', 'company nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description date', 'date project', 'project description', 'description the', 'the scope', 'scope project', 'project design', 'design develop', 'develop e', 'e commerce', 'commerce product', 'product features', 'features sloan', 'sloan project', 'project it', 'it basically', 'basically b2b', 'b2b project', 'project customer', 'customer buy', 'buy fixers', 'fixers sinks', 'sinks related', 'related product', 'product it', 'it focuses', 'focuses company', 'company stakeholders', 'stakeholders applications', 'applications allow', 'allow online', 'online sales', 'sales distribution', 'distribution marketing', 'marketing product', 'product responsibilities', 'responsibilities detailed', 'detailed technical', 'technical knowledge', 'knowledge hands', 'hands experience', 'experience devops', 'devops automation', 'automation build', 'build engineering', 'engineering configura', 'configura tion', 'tion management', 'management creating', 'creating fully', 'fully automated', 'automated ci', 'ci build', 'build deployment', 'deployment infrastructure', 'infrastructure processes', 'processes multiple', 'multiple projects', 'projects developing', 'developing scripts', 'scripts build', 'build deployment', 'deployment maintenance', 'maintenance related', 'related tasks', 'tasks using', 'using jenkins', 'jenkins installing', 'installing configuring', 'configuring maintaining', 'maintaining continuous', 'continuous integration', 'integration automation', 'automation configuration', 'configuration management', 'management tools', 'tools developing', 'developing ant', 'ant maven', 'maven shell', 'shell scripts', 'scripts automatically', 'automatically compile', 'compile package', 'package deploy', 'deploy war', 'war ear', 'ear jar', 'jar files', 'files mul', 'mul tiple', 'tiple applications', 'applications various', 'various platforms', 'platforms creating', 'creating repositories', 'repositories branches', 'branches managing', 'managing permissions', 'permissions users', 'users maintaining', 'maintaining git', 'git bitbucket', 'bitbucket deploying', 'deploying maintaining', 'maintaining code', 'code application', 'application respectively', 'respectively configuring', 'configuring components', 'components increase', 'increase usability', 'usability working', 'working closely', 'closely architecture', 'architecture development', 'development test', 'test security', 'security it', 'it services', 'services teams', 'teams supporting', 'supporting business', 'business analysts', 'analysts getting', 'getting used', 'used newly', 'newly created', 'created jobs', 'jobs release', 'release activities', 'activities communicating', 'communicating daily', 'daily on', 'on site', 'site team', 'team analyzing', 'analyzing requirements', 'requirements identifying', 'identifying gaps', 'gaps tracking', 'tracking logs', 'logs issues', 'issues project', 'project 2', '2 nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd project', 'project name', 'name bangkok', 'bangkok bank', 'bank limited', 'limited bbl', 'bbl thaitrade', 'thaitrade commercial', 'commercial e', 'e commerce', 'commerce payment', 'payment portal', 'portal company', 'company nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description role', 'role devops', 'devops engineer', 'engineer devops', 'devops engineer', 'engineer team', 'team involved', 'involved different', 'different development', 'development teams', 'teams multiple', 'multiple simultaneous', 'simultaneous software', 'software leases', 'leases participated', 'participated weekly', 'weekly release', 'release meetings', 'meetings different', 'different teams', 'teams identify', 'identify mitigate', 'mitigate potential', 'potential risks', 'risks associated', 'associated releases', 'releases responsible', 'responsible creating', 'creating repositories', 'repositories branches', 'branches managing', 'managing permissions', 'permissions users', 'users maintaining', 'maintaining git', 'git creating', 'creating fully', 'fully automated', 'automated ci', 'ci build', 'build deployment', 'deployment infrastructure', 'infrastructure processes', 'processes multiple', 'multiple projects', 'projects analyze', 'analyze resolve', 'resolve conflicts', 'conflicts related', 'related merging', 'merging source', 'source code', 'code git', 'git responsible', 'responsible creating', 'creating ant', 'ant maven', 'maven scripts', 'scripts build', 'build automation', 'automation implemented', 'implemented setup', 'setup master', 'master slave', 'slave architecture', 'architecture improve', 'improve performance', 'performance jenkins', 'jenkins handled', 'handled end', 'end end', 'end deployments', 'deployments code', 'code propagation', 'propagation across', 'across different', 'different environments', 'environments dev', 'dev prod', 'prod handled', 'handled tasks', 'tasks developing', 'developing maintaining', 'maintaining change', 'change tasks', 'tasks closely', 'closely working', 'working developers', 'developers qa', 'qa performance', 'performance uat', 'uat testers', 'testers it', 'it team', 'team created', 'created maintained', 'maintained documentation', 'documentation build', 'build release', 'release processes', 'processes application', 'application configuration', 'configuration coordinated', 'coordinated developers', 'developers business', 'business analyst', 'analyst mangers', 'mangers make', 'make sure', 'sure code', 'code deployed', 'deployed production', 'production environment', 'environment project', 'project 1', '1 nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd project', 'project name', 'name sloan', 'sloan global', 'global holdings', 'holdings sloan', 'sloan e', 'e commerce', 'commerce company', 'company nendrasys', 'nendrasys technologies', 'technologies pvt', 'pvt ltd', 'ltd description', 'description project', 'project description', 'description bbl', 'bbl development', 'development e', 'e commerce', 'commerce payment', 'payment portal', 'portal system', 'system as', 'as bbl', 'bbl require', 'require system', 'system support', 'support multiple', 'multiple merchants', 'merchants b2b', 'b2b b2c', 'b2c e', 'e commerce', 'commerce portal', 'portal various', 'various payment', 'payment options', 'options via', 'via online', 'online offline', 'offline to', 'to achieve', 'achieve bbl', 'bbl made', 'made agreement', 'agreement thai', 'thai trade', 'trade thai', 'thai trade', 'trade one', 'one leading', 'leading e', 'e commerce', 'commerce website', 'website recognized', 'recognized thai', 'thai government', 'government in', ...], ['technical', 'skills', 'key', 'skills', 'ms', 'technology', 'net', 'sharepoint', 'ms', 'sql', 'oracle', 'pl', 'sql', 'project', 'management', 'execution', 'cloud', 'computing', 'using', 'windows', 'azure', 'amazon', 'aws', 'ec2', 'cloud', 'xml', 'xaml', 'xslt', 'html5', 'dhtml', 'css3', 'javascript', 'jquery', 'json', 'angularjs', 'web', 'api', 'odata', 'service', 'vbscript', 'node', 'js', 'handling', 'dynamic', 'qa', 'activities', 'project', 'delivery', 'frameworks', 'ui', 'design', 'mobile', 'development', 'java', 'jsp', 'swing', 'j2ee', 'service', 'oriented', 'architecture', 'soa', 'web', 'service', 'wcf', 'service', 'web', 'api', 'requirement', 'gathering', 'design', 'pattern', 'like', 'mvc', 'mvp', 'abstract', 'factory', 'ooad', 'uml', 'implementation', 'net', 'sap', 'connector', 'interact', 'sap', 'asp', 'net', 'client', 'management', 'sap', 'web', 'channel', 'sap', 'enterprise', 'portal', 'environment', 'android', 'ios', 'team', 'foundation', 'server', '2010', '12', 'tfs', 'github', 'ibm', 'rational', 'key', 'a', 'ount', 'management', 'devops', 'team', 'forge', 'sharepoint', 'portal', 'administration', 'development', 'collabnet', 'jira', 'iot', 'implementation', 'web', 'data', 'analytics', 'working', 'road', 'map', 'machine', 'learning', 'ai', 'expertise', 'bi', 'tools', 'like', 'crystal', 'report', 'escalation', 'management', 'ssrs', 'tableau', 'micro', 'strategy', 'qlikview', 'it', 'network', 'infrastructure', 'monitoring', 'tool', 'centreon', 'cisco', 'meraki', 'biztalk', 'bam', 'team', 'building', 'leadership', 'liaison', 'coordination', 'soft', 'skills', 'reporting', 'documentation', 'leader', 'technical', 'architect', 'time', 'management', 'thinker', 'collaborator', 'planner', 'information', 'security', 'management', 'communicator', 'quality', 'assurance', 'career', 'timeline', 'recent', '5', 'companies', 'reliance', 'ada', 'annet', 'technologies', 'aditya', 'birla', 'group', 'software', 'project', 'group', 'project', 'consultant', 'lead', 'technical', 'manager', 'architect', '2006', '2007', '2008', '2009', '2009', '2012', '2012', '2013', '2013', 'till', 'date', 'northbound', 'eclerx', 'software', 'llc', 'service', 'programmer', 'technical', 'project', 'analyst', 'managereducation', 'details', 'january', '1998', 'bachelor', 'art', 'economics', 'dibrugarh', 'assam', 'in', 'dibrugarh', 'university', 'mba', 'information', 'technology', 'sikkim', 'manipal', 'university', 'software', 'engineering', 'computer', 'science', 'pune', 'maharashtra', 'niit', 'project', 'manager', 'project', 'manager', 'aditya', 'birla', 'group', 'skill', 'details', 'microsoft', 'sharepoint', 'exprience', '147', 'months', 'sharepoint', 'exprience', '147', 'months', 'sql', 'exprience', '92', 'months', 'asp', 'exprience', '79', 'months', 'asp', 'net', 'exprience', '76', 'monthscompany', 'details', 'company', 'aditya', 'birla', 'group', 'description', 'reporting', 'vice', 'president', 'company', 'opex', 'monitoring', 'multiple', 'db', 'server', 'web', 'server', 'cloud', 'base', 'description', 'period', 'apr', '2013', 'till', 'date', 'working', 'project', 'management', 'processes', 'ongoing', 'projects', 'coordinating', 'different', 'projects', 'team', 'internal', 'development', 'team', 'vendor', 'side', 'team', 'qa', 'activities', 'information', 'security', 'audit', 'budgeting', 'capex', 'opex', 'monitoring', 'multiple', 'db', 'server', 'web', 'server', 'cloud', 'base', 'servers', 'resource', 'utilization', 'networking', 'infrastructure', 'using', 'different', 'hardware', 'networking', 'surveillance', 'tools', 'tracking', 'different', 'team', 'projects', 'activities', 'involved', 'generating', 'final', 'monthly', 'report', 'different', 'kpi', 'organization', 'higher', 'authority', 'managing', 'sharepoint', 'portal', 'admin', 'activities', 'project', 'functional', 'technical', 'business', 'documents', 'involved', 'technology', 'road', 'map', 'group', 'upgrade', 'new', 'technology', 'like', 'iot', 'virtual', 'reality', 'wearable', 'technology', 'machine', 'learning', 'ai', '3d', 'printing', 'at', 'eclerx', 'software', 'service', 'mumbai', 'company', 'eclerx', 'software', 'service', 'description', 'company', 'dell', 'site', 'search', 'natural', 'search', 'db', 'description', 'environment', 'asp', 'net', '4', '0', 'c', 'wcf', 'ssrs', 'sql', 'server', '2008', 'r2', 'at', 'annet', 'technologies', 'mumbai', 'company', 'nextgen', 'enterprise', 'description', 'aria', '2', 're', 'manage', 'portal', 'integration', 'apple', 'iphone', 'ipad', 'different', 'android', 'devices', 'domain', 'real', 'state', 'period', 'mar', '2011', 'oct', '2012', 'environment', 'asp', 'net', '4', '0', 'c', 'wcf', 'wwf', 'jquery', 'json', 'javascript', 'html', '5', 'css3', 'windows', 'azure', 'cloud', 'sharepoint', 'company', 'annet', 'technologies', 'description', 'key', 'result', 'areas', 'administering', 'project', 'progress', 'per', 'scheduled', 'deadlines', 'various', 'tasks', 'taking', 'necessary', 'steps', 'ensuring', 'completion', 'within', 'time', 'effort', 'parameters', 'working', 'towards', 'mapping', 'requirements', 'providing', 'best', 'solutions', 'evaluating', 'defining', 'scope', 'project', 'finalizing', 'project', 'requirements', 'interfacing', 'clients', 'business', 'gathering', 'conducting', 'system', 'analysis', 'finalizing', 'technical', 'specifications', 'verifying', 'project', 'documentation', 'technical', 'functional', 'using', 'sharepoint', 'documents', 'library', 'environment', 'performing', 'sharepoint', 'administrative', 'activities', 'significant', 'a', 'omplishments', 'rolled', 'project', 'performance', 'metrics', 'reporting', 'implemented', 'profitability', 'improvement', 'plans', 'enhanced', 'operational', 'efficiency', 'received', 'following', 'awards', 'excellent', 'design', 'on', 'time', 'delivery', 'award', 'design', 'delivery', 'excellence', 'award', 'previous', 'experience', 'company', 'genentech', 'biogen', 'astellas', 'pharma', 'polaris', 'description', 'client', 'genentech', 'biogen', 'astellas', 'pharma', 'polaris', 'new', 'york', 'usa', 'environment', 'asp', 'net', '3', '5', 'c', 'n', 'hibernet', 'wcf', 'wwf', 'javascript', 'jquery', 'biztalk', 'server', '2009', 'sql', 'server', '2008', 'r2', 'at', 'northbound', 'llc', 'sunnyvale', 'california', 'company', 'ios', 'description', 'sql', 'server', '2008r2', 'android', 'ios', 'company', 'logistic', 'transport', 'system', 'ohio', 'description', 'usa', 'environment', 'asp', 'net', 'c', '3', '5', 'javascript', 'nunit', 'test', 'telerik', 'controls', 'sql', 'server', '2005', 't', 'sql', 'moss', '2007', 'ssis', 'ssrs', 'biztalk2006', 'crystal', 'report', 'n', 'hibernet', 'dreamweaver', 'company', 'northbound', 'llc', 'description', 'company', 'biz', 'automation', 'crm', 'description', 'california', 'usa', 'environment', 'asp', 'net', '3', '5', 'c', 'sql', 'server', '2005', 'android', 'ios', 'development', 'platform', 'xml', 'xslt', 'javascript', 'jquery', 'json', 'sharepoint', 'design', 'wcf', 'wwf', 'sharepoint', '2007', 'performance', 'point', 'ssrs', 'company', 'wachovia', 'north', 'carolina', 'usa', 'description', 'environment', 'asp', 'net', 'c', 'wcf', 'sql', 'server', '2005', 'web', 'parts', 'javascript', 'ajax', 'at', 'reliance', 'ada', 'group', 'mumbai', 'title', '1', 'complain', 'management', 'system', '2', 'company', 'information', 'system', 'company', 'domain', 'manufacturing', 'human', 'resource', 'description', 'environment', 'asp', 'net', 'c', 'oracle', '8i', 'pl', 'sql', 'crystal', 'report', 'sap', 'connector', 'vpn', 'company', 'reliance', 'ada', 'group', 'description', 'company', 'pf', 'trust', 'system', 'description', 'environment', 'vb', 'net', 'xml', 'oracle', '9i', 'pl', 'sql', 'toad', 'crystal', 'report', '11', 'sure', 'solution', 'prasanna', 'group', 'company', 'it', 'pune', 'company', 'prasanna', 'group', 'description', 'company', 'online', 'bus', 'booking', 'portal', 'description', 'environment', 'asp', 'net', 'c', 'sql', 'server', '2005', 'web', 'services', 'web', 'parts', 'ms', 'office', 'sharepoint', 'design', 'ajax', 'java', 'cript', 'at', 'info', 'dynamic', 'software', 'system', 'pvt', 'ltd', 'pune', 'title', 'info', 'banking', 'e', 'banking', 'domain', 'banking', 'period', 'jan', '2005', 'aug', '2005', 'environment', 'vb6', 'oracle', '8i', 'pl', 'sql', 'crystal', 'report', 'java', 'jsp', 'servlet', 'swing', 'at', 'pan', 'software', 'system', 'pvt', 'ltd', 'pune', 'title', 'e', 'commerce', 'site', 'online', 'sales', 'purchase', 'company', 'info', 'dynamic', 'software', 'system', 'pvt', 'ltd', 'description', 'company', 'zd', 'doll', 'inc', 'description', 'newcastle', 'uk', 'company', 'pan', 'software', 'system', 'pvt', 'ltd', 'description', 'company', 'online', 'procurement', 'materials', 'description', 'company', 'shipping', 'company', 'description', 'tokyo', 'based', 'japan', 'environment', 'java', 'jsp', 'servlet', 'css', 'javascript', 'sql', 'server', '2000', 't', 'sql', 'title', 'studio', 'automation', 'system', 'domain', 'multimedia', 'period', 'jan', '2004', 'may', '2004', 'environment', 'vb', '6', 'vc', 'ms', 'sql', 'server', 'ms', 'data', 'report', 'macromedia', 'flash', 'fire', 'works', 'at', 'solid', 'state', 'technologists', 'i', 'pvt', 'ltd', 'pune', 'company', 'national', 'dairy', 'development', 'board', 'description', 'environment', 'c', 'vb6', 'sql2000', 'lotus', 'notes', 'crystal', 'report', '8', 'ms', 'active', 'report', '2', '0', 'company', 'solid', 'state', 'technologists', 'i', 'pvt', 'ltd', 'description', 'company', 'shell', 'bharat', 'petroleum', 'description', 'title', 'computerized', 'fuel', 'density', 'measurement', 'automation', 'system', 'domain', 'manufacturing', 'automation', 'period', 'dec', '2002', 'mar', '2003', 'client', 'shell', 'bharat', 'petroleum', 'environment', 'c', 'vc', 'matlab', 'vb6', 'sql', 'server', '2000', 'crystal', 'report', 'title', 'cmcs', 'domain', 'finance', 'a', 'ounting', 'period', 'june', '2002', 'nov', '2002', 'environment', 'vb6', 'sql', 'server', '2000', 'crystal', 'report', 'title', 'food', 'testing', 'system', 'company', 'solid', 'state', 'technologists', 'i', 'pvt', 'ltd', 'description', 'environment', 'vb', 'net', 'sql', ...], ['core', 'skills', 'project', 'program', 'management', 'agile', 'scrum', 'management', 'risk', 'client', 'management', 'process', 'improvements', 'proposals', 'rfe', 'selenium', 'rally', 'ibm', 'td', 'platform', 'python', 'devops', 'devsecops', 'safe', 'agile', 'craft', 'delivery', 'test', 'management', 'project', 'program', 'finance', 'profit', 'maximization', 'internal', 'external', 'audits', 'software', 'testing', 'quality', 'assurance', 'visual', 'basic', '6', '0', 'ms', 'sql', 'server', 'oracle', '8', '8i', 'conformiq', 'hp', 'qc', 'qtp', 'crystal', 'report', '8', '5', 'linguistic', 'skills', 'english', 'hindi', 'marathi', 'tulu', 'education', 'details', 'january', '2013', 'harvard', 'january', '2004', 'software', 'engineering', 'aptech', 'january', '2001', 'bachelor', 'commerce', 'commerce', 'mumbai', 'maharashtra', 'mumbai', 'university', 'project', 'manager', 'project', 'manager', 'at', 't', 'skill', 'details', 'testing', 'exprience', '63', 'months', 'oracle', 'exprience', '6', 'months', 'sql', 'exprience', '6', 'months', 'audits', 'exprience', '6', 'months', 'client', 'management', 'exprience', '6', 'monthscompany', 'details', 'company', 'at', 't', 'description', 'thunderbird', 'program', 'one', 'stop', 'test', 'shop', 'catering', 'at', 't', 'enterprise', 'wide', 'business', 'critical', 'applications', 'as', 'part', 'fixed', 'price', 'engagement', 'various', 'types', 'testing', 'like', 'system', 'regression', 'sanity', 'uat', 'support', 'gets', 'executed', 'agile', 'methodologies', 'applications', 'billing', 'sales', 'domain', 'the', 'project', 'various', 'critical', 'applications', 'listed', 'team', 'size', '80', 'members', 'sales', 'express', 'an', 'ipad', 'browser', 'based', 'mobile', 'sales', 'application', 'used', 'sales', 'representatives', 'service', 'solution', 'providers', 'sell', 'enterprise', 'products', 'solutions', 'esign', 'allows', 'customer', 'sign', 'at', 't', 'countersign', 'digital', 'version', 'contract', 'document', 'ampd', 'enterprise', 'billing', 'application', 'at', 't', 'offers', 'new', 'emerging', 'billing', 'products', 'business', 'community', 'best', 'business', 'solution', 'application', 'performs', 'consolidated', 'billing', 'reporting', 'cru', 'billing', 'reporting', 'foundation', 'a', 'ounts', 'bizcomp', 'comp', 'engine', 'business', 'supports', 'commission', 'calculations', 'enterprise', 'business', 'small', 'business', 'sales', 'force', 'via', 'revenue', 'unit', 'based', 'plans', 'fast', 'provides', 'rate', 'discounts', 'eligible', 'schools', 'libraries', 'cxmt', 'lets', 'customers', 'manage', 'centrex', 'line', 'feature', 'arrangements', 'services', 'without', 'going', 'standard', 'service', 'order', 'procedure', 'key', 'responsibilities', 'manage', 'lead', 'aspects', 'transition', 'pre', 'transition', 'comprising', 'multiple', 'vendors', 'transition', 'drill', 'sessions', 'forward', 'reverse', 'shadow', 'phases', 'reverse', 'presentation', 'transition', 'documentation', 'signoff', 'smp', 'system', 'appreciation', 'document', 'etc', 'measure', 'track', 'testing', 'metrics', 'scorecard', 'part', 'vendor', 'quality', 'index', 'vqi', 'initiative', 'at', 't', 'measure', 'track', 'operating', 'metrics', 'like', 'onsite', 'subcon', 'index', 'offshoring', 'index', 'leakage', 'index', 'utilization', 'index', 'tail', 'index', 'manage', 'track', 'submit', 'project', 'monthly', 'financials', 'invoicing', 'ensure', '100', 'compliance', 'client', 'organization', 'quality', 'security', 'processes', 'policies', 'slas', 'plan', 'manage', 'mitigate', 'risks', 'achieve', 'automation', 'targets', 'slas', 'using', 'conformiq', 'selenium', 'oscar', 'tools', 'participate', 'proposal', 'preparations', 'expand', 'revenue', 'new', 'business', 'developments', 'manage', 'track', 'work', 'allocation', 'resourcing', 'issue', 'resolution', 'testing', 'activities', 'project', 'ensure', 'monthly', 'delivery', 'tl9k', 'metrics', 'csl', 'kms', 'submitted', 'time', 'pmr', 'internal', 'quality', 'security', 'group', 'sqa', 'quality', 'gates', 'external', 'ernst', 'young', 'tl9k', 'audit', 'share', 'weekly', 'highlight', 'reports', 'project', 'health', 'report', 'regular', 'dashboard', 'reporting', 'activities', 'prepare', 'csat', 'action', 'plan', 'team', 'prepare', 'implement', 'business', 'continuity', 'plan', 'project', 'timely', 'conduct', 'business', 'continuity', 'drills', 'like', 'call', 'tree', 'table', 'top', 'project', 'rehearsal', 'comparative', 'analysis', 'root', 'cause', 'analysis', 'defect', 'prevention', 'exercises', 'st', 'e2e', 'uat', 'coordinate', 'resource', 'management', 'quality', 'learning', 'security', 'pmo', 'business', 'unit', 'sub', 'contractors', 'rebadged', 'ex', 'at', 't', 'staff', 'management', 'participate', 'external', 'technical', 'interview', 'hiring', 'drives', 'new', 'engagements', 'company', 'esaya', 'software', 'india', 'pvt', 'ltd', 'description', 'core skills', 'skills project', 'project program', 'program management', 'management agile', 'agile scrum', 'scrum management', 'management risk', 'risk client', 'client management', 'management process', 'process improvements', 'improvements proposals', 'proposals rfe', 'rfe selenium', 'selenium rally', 'rally ibm', 'ibm td', 'td platform', 'platform python', 'python devops', 'devops devsecops', 'devsecops safe', 'safe agile', 'agile craft', 'craft delivery', 'delivery test', 'test management', 'management project', 'project program', 'program finance', 'finance profit', 'profit maximization', 'maximization internal', 'internal external', 'external audits', 'audits software', 'software testing', 'testing quality', 'quality assurance', 'assurance visual', 'visual basic', 'basic 6', '6 0', '0 ms', 'ms sql', 'sql server', 'server oracle', 'oracle 8', '8 8i', '8i conformiq', 'conformiq hp', 'hp qc', 'qc qtp', 'qtp crystal', 'crystal report', 'report 8', '8 5', '5 linguistic', 'linguistic skills', 'skills english', 'english hindi', 'hindi marathi', 'marathi tulu', 'tulu education', 'education details', 'details january', 'january 2013', '2013 harvard', 'harvard january', 'january 2004', '2004 software', 'software engineering', 'engineering aptech', 'aptech january', 'january 2001', '2001 bachelor', 'bachelor commerce', 'commerce commerce', 'commerce mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university project', 'project manager', 'manager project', 'project manager', 'manager at', 'at t', 't skill', 'skill details', 'details testing', 'testing exprience', 'exprience 63', '63 months', 'months oracle', 'oracle exprience', 'exprience 6', '6 months', 'months sql', 'sql exprience', 'exprience 6', '6 months', 'months audits', 'audits exprience', 'exprience 6', '6 months', 'months client', 'client management', 'management exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company at', 'at t', 't description', 'description thunderbird', 'thunderbird program', 'program one', 'one stop', 'stop test', 'test shop', 'shop catering', 'catering at', 'at t', 't enterprise', 'enterprise wide', 'wide business', 'business critical', 'critical applications', 'applications as', 'as part', 'part fixed', 'fixed price', 'price engagement', 'engagement various', 'various types', 'types testing', 'testing like', 'like system', 'system regression', 'regression sanity', 'sanity uat', 'uat support', 'support gets', 'gets executed', 'executed agile', 'agile methodologies', 'methodologies applications', 'applications billing', 'billing sales', 'sales domain', 'domain the', 'the project', 'project various', 'various critical', 'critical applications', 'applications listed', 'listed team', 'team size', 'size 80', '80 members', 'members sales', 'sales express', 'express an', 'an ipad', 'ipad browser', 'browser based', 'based mobile', 'mobile sales', 'sales application', 'application used', 'used sales', 'sales representatives', 'representatives service', 'service solution', 'solution providers', 'providers sell', 'sell enterprise', 'enterprise products', 'products solutions', 'solutions esign', 'esign allows', 'allows customer', 'customer sign', 'sign at', 'at t', 't countersign', 'countersign digital', 'digital version', 'version contract', 'contract document', 'document ampd', 'ampd enterprise', 'enterprise billing', 'billing application', 'application at', 'at t', 't offers', 'offers new', 'new emerging', 'emerging billing', 'billing products', 'products business', 'business community', 'community best', 'best business', 'business solution', 'solution application', 'application performs', 'performs consolidated', 'consolidated billing', 'billing reporting', 'reporting cru', 'cru billing', 'billing reporting', 'reporting foundation', 'foundation a', 'a ounts', 'ounts bizcomp', 'bizcomp comp', 'comp engine', 'engine business', 'business supports', 'supports commission', 'commission calculations', 'calculations enterprise', 'enterprise business', 'business small', 'small business', 'business sales', 'sales force', 'force via', 'via revenue', 'revenue unit', 'unit based', 'based plans', 'plans fast', 'fast provides', 'provides rate', 'rate discounts', 'discounts eligible', 'eligible schools', 'schools libraries', 'libraries cxmt', 'cxmt lets', 'lets customers', 'customers manage', 'manage centrex', 'centrex line', 'line feature', 'feature arrangements', 'arrangements services', 'services without', 'without going', 'going standard', 'standard service', 'service order', 'order procedure', 'procedure key', 'key responsibilities', 'responsibilities manage', 'manage lead', 'lead aspects', 'aspects transition', 'transition pre', 'pre transition', 'transition comprising', 'comprising multiple', 'multiple vendors', 'vendors transition', 'transition drill', 'drill sessions', 'sessions forward', 'forward reverse', 'reverse shadow', 'shadow phases', 'phases reverse', 'reverse presentation', 'presentation transition', 'transition documentation', 'documentation signoff', 'signoff smp', 'smp system', 'system appreciation', 'appreciation document', 'document etc', 'etc measure', 'measure track', 'track testing', 'testing metrics', 'metrics scorecard', 'scorecard part', 'part vendor', 'vendor quality', 'quality index', 'index vqi', 'vqi initiative', 'initiative at', 'at t', 't measure', 'measure track', 'track operating', 'operating metrics', 'metrics like', 'like onsite', 'onsite subcon', 'subcon index', 'index offshoring', 'offshoring index', 'index leakage', 'leakage index', 'index utilization', 'utilization index', 'index tail', 'tail index', 'index manage', 'manage track', 'track submit', 'submit project', 'project monthly', 'monthly financials', 'financials invoicing', 'invoicing ensure', 'ensure 100', '100 compliance', 'compliance client', 'client organization', 'organization quality', 'quality security', 'security processes', 'processes policies', 'policies slas', 'slas plan', 'plan manage', 'manage mitigate', 'mitigate risks', 'risks achieve', 'achieve automation', 'automation targets', 'targets slas', 'slas using', 'using conformiq', 'conformiq selenium', 'selenium oscar', 'oscar tools', 'tools participate', 'participate proposal', 'proposal preparations', 'preparations expand', 'expand revenue', 'revenue new', 'new business', 'business developments', 'developments manage', 'manage track', 'track work', 'work allocation', 'allocation resourcing', 'resourcing issue', 'issue resolution', 'resolution testing', 'testing activities', 'activities project', 'project ensure', 'ensure monthly', 'monthly delivery', 'delivery tl9k', 'tl9k metrics', 'metrics csl', 'csl kms', 'kms submitted', 'submitted time', 'time pmr', 'pmr internal', 'internal quality', 'quality security', 'security group', 'group sqa', 'sqa quality', 'quality gates', 'gates external', 'external ernst', 'ernst young', 'young tl9k', 'tl9k audit', 'audit share', 'share weekly', 'weekly highlight', 'highlight reports', 'reports project', 'project health', 'health report', 'report regular', 'regular dashboard', 'dashboard reporting', 'reporting activities', 'activities prepare', 'prepare csat', 'csat action', 'action plan', 'plan team', 'team prepare', 'prepare implement', 'implement business', 'business continuity', 'continuity plan', 'plan project', 'project timely', 'timely conduct', 'conduct business', 'business continuity', 'continuity drills', 'drills like', 'like call', 'call tree', 'tree table', 'table top', 'top project', 'project rehearsal', 'rehearsal comparative', 'comparative analysis', 'analysis root', 'root cause', 'cause analysis', 'analysis defect', 'defect prevention', 'prevention exercises', 'exercises st', 'st e2e', 'e2e uat', 'uat coordinate', 'coordinate resource', 'resource management', 'management quality', 'quality learning', 'learning security', 'security pmo', 'pmo business', 'business unit', 'unit sub', 'sub contractors', 'contractors rebadged', 'rebadged ex', 'ex at', 'at t', 't staff', 'staff management', 'management participate', 'participate external', 'external technical', 'technical interview', 'interview hiring', 'hiring drives', 'drives new', 'new engagements', 'engagements company', 'company esaya', 'esaya software', 'software india', 'india pvt', 'pvt ltd', 'ltd description', 'core skills project', 'skills project program', 'project program management', 'program management agile', 'management agile scrum', 'agile scrum management', 'scrum management risk', 'management risk client', 'risk client management', 'client management process', 'management process improvements', 'process improvements proposals', 'improvements proposals rfe', 'proposals rfe selenium', 'rfe selenium rally', 'selenium rally ibm', 'rally ibm td', 'ibm td platform', 'td platform python', 'platform python devops', 'python devops devsecops', 'devops devsecops safe', 'devsecops safe agile', 'safe agile craft', 'agile craft delivery', 'craft delivery test', 'delivery test management', 'test management project', 'management project program', 'project program finance', 'program finance profit', 'finance profit maximization', 'profit maximization internal', 'maximization internal external', 'internal external audits', 'external audits software', 'audits software testing', 'software testing quality', 'testing quality assurance', 'quality assurance visual', 'assurance visual basic', 'visual basic 6', 'basic 6 0', '6 0 ms', '0 ms sql', 'ms sql server', 'sql server oracle', 'server oracle 8', 'oracle 8 8i', '8 8i conformiq', '8i conformiq hp', 'conformiq hp qc', 'hp qc qtp', 'qc qtp crystal', 'qtp crystal report', 'crystal report 8', 'report 8 5', '8 5 linguistic', '5 linguistic skills', 'linguistic skills english', 'skills english hindi', 'english hindi marathi', 'hindi marathi tulu', 'marathi tulu education', 'tulu education details', 'education details january', 'details january 2013', 'january 2013 harvard', '2013 harvard january', 'harvard january 2004', 'january 2004 software', ...], ['total', 'it', 'experience', '15', 'years', 'core', 'expertise', 'data', 'base', 'design', 'php', 'python', 'mysql', 'javascript', 'html', '5', 'ajax', 'jquery', 'xml', 'agile', 'methodology', 'devops', 'methodology', 'scrum', 'framework', 'jira', 'tool', 'git', 'bitbucket', 'anjular', 'js', '1', 'angular', 'js', '2', 'core', 'java', 'j2ee', 'education', 'details', 'april', '2004', 'mcm', 'computer', 'management', 'pune', 'maharashtra', 'pune', 'university', 'april', '1998', 'b', 'sc', 'maths', 'kerala', 'university', 'project', 'manager', 'project', 'manager', 'skill', 'details', 'data', 'base', 'design', 'php', 'python', 'mysql', 'javascript', 'html', 'ajax', 'xml', 'agile', 'methodology', 'devops', 'methodology', 'scrum', 'framework', 'jira', 'tool', 'git', 'bitbucket', 'jquery', 'angularjs', 'amazon', 'mws', 'bootstrap', 'node', 'js', 'laravel', 'scrum', 'exprience', '120', 'monthscompany', 'details', 'company', 'knoxed', 'infotech', 'pvt', 'ltd', 'description', 'client', 'interaction', 'maintain', 'work', 'processes', 'creates', 'project', 'plans', 'agile', 'model', 'methodology', 'maintains', 'project', 'objectives', 'working', 'multi', 'profiled', 'teams', 'technical', 'non', 'technical', 'stakeholders', 'monitors', 'production', 'quality', 'customer', 'stakeholder', 'sponsor', 'standards', 'conduct', 'office', 'management', 'tasks', 'ensuring', 'day', 'day', 'operations', 'business', 'run', 'smoothly', 'introducing', 'key', 'performance', 'indicators', 'kpi', 'ensuring', 'measurements', 'tracked', 'reviewed', 'regular', 'basis', 'prepare', 'revise', 'submit', 'weekly', 'monthly', 'reports', 'budgets', 'documentation', 'necessary', 'document', 'current', 'policies', 'procedures', 'departments', 'well', 'implement', 'new', 'procedures', 'improvement', 'maintain', 'smooth', 'running', 'office', 'filling', 'needed', 'implement', 'quality', 'management', 'regulatory', 'compliance', 'strategies', 'dealing', 'hr', 'related', 'tasks', 'administering', 'payroll', 'perform', 'training', 'sessions', 'regular', 'meetings', 'top', 'management', 'project', 'undertaken', 'internal', 'erp', 'system', 'for', 'knoxed', 'ltd', 'uk', 'with', 'php', 'mysql', 'ajax', 'xml', 'amazon', 'aws', 'raspberry', 'pi', 'server', 'python', 'company', 'venturus', 'international', 'description', 'client', 'interaction', 'creates', 'project', 'plans', 'agile', 'model', 'methodology', 'manage', 'team', 'workload', 'workflow', 'allocate', 'track', 'resources', 'required', 'set', 'monitor', 'deadlines', 'qc', 'maintain', 'tasks', 'jobs', 'task', 'management', 'system', 'conduct', 'research', 'development', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'internal', 'erp', 'system', 'for', 'knoxed', 'ltd', 'uk', 'with', 'php', 'mysql', 'ajax', 'xml', 'amazon', 'aws', 'company', 'smashingday', 'description', 'client', 'interaction', 'creates', 'project', 'plans', 'agile', 'model', 'methodology', 'manage', 'team', 'workload', 'workflow', 'allocate', 'track', 'resources', 'required', 'set', 'monitor', 'deadlines', 'project', 'documentation', 'conduct', 'maintain', 'appraisals', 'progress', 'employee', 'adhere', 'deadlines', 'necessary', 'maintain', 'work', 'logs', 'conduct', 'research', 'development', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'www', 'smashingday', 'com', 'b', 'www', 'viralsocials', 'com', 'company', 'xento', 'systems', 'pvt', 'ltd', 'description', 'client', 'interaction', 'creates', 'project', 'plans', 'agile', 'model', 'methodology', 'manage', 'team', 'workload', 'workflow', 'allocate', 'track', 'resources', 'required', 'set', 'monitor', 'deadlines', 'qc', 'maintain', 'tasks', 'jobs', 'task', 'management', 'system', 'conduct', 'research', 'development', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'www', 'familylink', 'com', 'b', 'www', 'propertysolutions', 'com', 'c', 'www', 'speedyceus', 'com', 'www', 'ceus', 'nursing', 'com', 'company', 'stp', 'global', 'solutions', 'pvt', 'ltd', 'description', 'client', 'interaction', 'creates', 'project', 'plans', 'agile', 'model', 'methodology', 'manage', 'team', 'workload', 'workflow', 'allocate', 'track', 'resources', 'required', 'set', 'monitor', 'deadlines', 'conduct', 'maintain', 'appraisals', 'progress', 'employee', 'qc', 'maintain', 'tasks', 'jobs', 'task', 'management', 'system', 'conduct', 'research', 'development', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'www', 'stplafricaonline', 'com', 'b', 'www', 'stplafrica', 'com', 'c', 'www', '1stexpert', 'com', 'www', 'j', 'net', 'org', 'e', 'www', 'rimsys', 'eu', 'f', 'www', 'prayerlister', 'org', 'company', 'promark', 'infotech', 'pvt', 'ltd', 'description', 'development', 'design', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'www', 'justbe', 'com', 'b', 'www', 'mtpian', 'com', 'c', 'www', 'sababa', 'nl', 'booking', 'www', 'physicaltherapy', 'hiu', 'com', 'company', '7cees', 'group', 'description', 'development', 'design', 'create', 'new', 'systems', 'databases', 'websites', 'necessary', 'project', 'undertaken', 'golwin', 'reality', 'b', 'maza', 'total it', 'it experience', 'experience 15', '15 years', 'years core', 'core expertise', 'expertise data', 'data base', 'base design', 'design php', 'php python', 'python mysql', 'mysql javascript', 'javascript html', 'html 5', '5 ajax', 'ajax jquery', 'jquery xml', 'xml agile', 'agile methodology', 'methodology devops', 'devops methodology', 'methodology scrum', 'scrum framework', 'framework jira', 'jira tool', 'tool git', 'git bitbucket', 'bitbucket anjular', 'anjular js', 'js 1', '1 angular', 'angular js', 'js 2', '2 core', 'core java', 'java j2ee', 'j2ee education', 'education details', 'details april', 'april 2004', '2004 mcm', 'mcm computer', 'computer management', 'management pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university april', 'april 1998', '1998 b', 'b sc', 'sc maths', 'maths kerala', 'kerala university', 'university project', 'project manager', 'manager project', 'project manager', 'manager skill', 'skill details', 'details data', 'data base', 'base design', 'design php', 'php python', 'python mysql', 'mysql javascript', 'javascript html', 'html ajax', 'ajax xml', 'xml agile', 'agile methodology', 'methodology devops', 'devops methodology', 'methodology scrum', 'scrum framework', 'framework jira', 'jira tool', 'tool git', 'git bitbucket', 'bitbucket jquery', 'jquery angularjs', 'angularjs amazon', 'amazon mws', 'mws bootstrap', 'bootstrap node', 'node js', 'js laravel', 'laravel scrum', 'scrum exprience', 'exprience 120', '120 monthscompany', 'monthscompany details', 'details company', 'company knoxed', 'knoxed infotech', 'infotech pvt', 'pvt ltd', 'ltd description', 'description client', 'client interaction', 'interaction maintain', 'maintain work', 'work processes', 'processes creates', 'creates project', 'project plans', 'plans agile', 'agile model', 'model methodology', 'methodology maintains', 'maintains project', 'project objectives', 'objectives working', 'working multi', 'multi profiled', 'profiled teams', 'teams technical', 'technical non', 'non technical', 'technical stakeholders', 'stakeholders monitors', 'monitors production', 'production quality', 'quality customer', 'customer stakeholder', 'stakeholder sponsor', 'sponsor standards', 'standards conduct', 'conduct office', 'office management', 'management tasks', 'tasks ensuring', 'ensuring day', 'day day', 'day operations', 'operations business', 'business run', 'run smoothly', 'smoothly introducing', 'introducing key', 'key performance', 'performance indicators', 'indicators kpi', 'kpi ensuring', 'ensuring measurements', 'measurements tracked', 'tracked reviewed', 'reviewed regular', 'regular basis', 'basis prepare', 'prepare revise', 'revise submit', 'submit weekly', 'weekly monthly', 'monthly reports', 'reports budgets', 'budgets documentation', 'documentation necessary', 'necessary document', 'document current', 'current policies', 'policies procedures', 'procedures departments', 'departments well', 'well implement', 'implement new', 'new procedures', 'procedures improvement', 'improvement maintain', 'maintain smooth', 'smooth running', 'running office', 'office filling', 'filling needed', 'needed implement', 'implement quality', 'quality management', 'management regulatory', 'regulatory compliance', 'compliance strategies', 'strategies dealing', 'dealing hr', 'hr related', 'related tasks', 'tasks administering', 'administering payroll', 'payroll perform', 'perform training', 'training sessions', 'sessions regular', 'regular meetings', 'meetings top', 'top management', 'management project', 'project undertaken', 'undertaken internal', 'internal erp', 'erp system', 'system for', 'for knoxed', 'knoxed ltd', 'ltd uk', 'uk with', 'with php', 'php mysql', 'mysql ajax', 'ajax xml', 'xml amazon', 'amazon aws', 'aws raspberry', 'raspberry pi', 'pi server', 'server python', 'python company', 'company venturus', 'venturus international', 'international description', 'description client', 'client interaction', 'interaction creates', 'creates project', 'project plans', 'plans agile', 'agile model', 'model methodology', 'methodology manage', 'manage team', 'team workload', 'workload workflow', 'workflow allocate', 'allocate track', 'track resources', 'resources required', 'required set', 'set monitor', 'monitor deadlines', 'deadlines qc', 'qc maintain', 'maintain tasks', 'tasks jobs', 'jobs task', 'task management', 'management system', 'system conduct', 'conduct research', 'research development', 'development create', 'create new', 'new systems', 'systems databases', 'databases websites', 'websites necessary', 'necessary project', 'project undertaken', 'undertaken internal', 'internal erp', 'erp system', 'system for', 'for knoxed', 'knoxed ltd', 'ltd uk', 'uk with', 'with php', 'php mysql', 'mysql ajax', 'ajax xml', 'xml amazon', 'amazon aws', 'aws company', 'company smashingday', 'smashingday description', 'description client', 'client interaction', 'interaction creates', 'creates project', 'project plans', 'plans agile', 'agile model', 'model methodology', 'methodology manage', 'manage team', 'team workload', 'workload workflow', 'workflow allocate', 'allocate track', 'track resources', 'resources required', 'required set', 'set monitor', 'monitor deadlines', 'deadlines project', 'project documentation', 'documentation conduct', 'conduct maintain', 'maintain appraisals', 'appraisals progress', 'progress employee', 'employee adhere', 'adhere deadlines', 'deadlines necessary', 'necessary maintain', 'maintain work', 'work logs', 'logs conduct', 'conduct research', 'research development', 'development create', 'create new', 'new systems', 'systems databases', 'databases websites', 'websites necessary', 'necessary project', 'project undertaken', 'undertaken www', 'www smashingday', 'smashingday com', 'com b', 'b www', 'www viralsocials', 'viralsocials com', 'com company', 'company xento', 'xento systems', 'systems pvt', 'pvt ltd', 'ltd description', 'description client', 'client interaction', 'interaction creates', 'creates project', 'project plans', 'plans agile', 'agile model', 'model methodology', 'methodology manage', 'manage team', 'team workload', 'workload workflow', 'workflow allocate', 'allocate track', 'track resources', 'resources required', 'required set', 'set monitor', 'monitor deadlines', 'deadlines qc', 'qc maintain', 'maintain tasks', 'tasks jobs', 'jobs task', 'task management', 'management system', 'system conduct', 'conduct research', 'research development', 'development create', 'create new', 'new systems', 'systems databases', 'databases websites', 'websites necessary', 'necessary project', 'project undertaken', 'undertaken www', 'www familylink', 'familylink com', 'com b', 'b www', 'www propertysolutions', 'propertysolutions com', 'com c', 'c www', 'www speedyceus', 'speedyceus com', 'com www', 'www ceus', 'ceus nursing', 'nursing com', 'com company', 'company stp', 'stp global', 'global solutions', 'solutions pvt', 'pvt ltd', 'ltd description', 'description client', 'client interaction', 'interaction creates', 'creates project', 'project plans', 'plans agile', 'agile model', 'model methodology', 'methodology manage', 'manage team', 'team workload', 'workload workflow', 'workflow allocate', 'allocate track', 'track resources', 'resources required', 'required set', 'set monitor', 'monitor deadlines', 'deadlines conduct', 'conduct maintain', 'maintain appraisals', 'appraisals progress', 'progress employee', 'employee qc', 'qc maintain', 'maintain tasks', 'tasks jobs', 'jobs task', 'task management', 'management system', 'system conduct', 'conduct research', 'research development', 'development create', 'create new', 'new systems', 'systems databases', 'databases websites', 'websites necessary', 'necessary project', 'project undertaken', 'undertaken www', 'www stplafricaonline', 'stplafricaonline com', 'com b', 'b www', 'www stplafrica', 'stplafrica com', 'com c', 'c www', 'www 1stexpert', '1stexpert com', 'com www', 'www j', 'j net', 'net org', 'org e', 'e www', 'www rimsys', 'rimsys eu', 'eu f', 'f www', 'www prayerlister', 'prayerlister org', 'org company', 'company promark', 'promark infotech', 'infotech pvt', 'pvt ltd', 'ltd description', 'description development', 'development design', 'design create', 'create new', 'new systems', 'systems databases', 'databases websites', 'websites necessary', 'necessary project', 'project undertaken', 'undertaken www', 'www justbe', 'justbe com', 'com b', 'b www', 'www mtpian', 'mtpian com', 'com c', 'c www', 'www sababa', 'sababa nl', 'nl booking', 'booking www', 'www physicaltherapy', 'physicaltherapy hiu', 'hiu com', 'com company', 'company 7cees', '7cees group', 'group description', 'description development', 'development design', 'design create', 'create new', 'new systems', 'systems databases', 'databases websites', ...], ['technical', 'skills', 'hp', 'alm', 'c', 'jira', 'as400', 'iseries', 'sql', 'test', 'automation', 'x', 'framework', 'in', 'hours', 'hsbc', 'framework', 'uft', 'lisa', 'test', 'data', 'automation', 'catdm', 'test', 'scheduling', 'jenkins', 'maven', 'test', 'document', 'versioning', 'confluence', 'sharepoint', 'education', 'details', 'january', '2002', 'bachelor', 'engineering', 'computer', 'engineering', 'mumbai', 'maharashtra', 'in', 'mumbai', 'university', 'january', '1999', 'diploma', 'computer', 'technology', 'mumbai', 'maharashtra', 'in', 'maharashtra', 'state', 'board', 'technical', 'education', 'project', 'manager', 'global', 'test', 'manager', 'project', 'manager', 'global', 'test', 'manager', 'skill', 'details', 'as400', 'exprience', '25', 'months', 'iseries', 'exprience', '25', 'months', 'microsoft', 'sharepoint', 'exprience', '6', 'months', 'scheduling', 'exprience', '6', 'months', 'sharepoint', 'exprience', '6', 'monthscompany', 'details', 'company', 'career', 'timeline', 'description', 'hsbc', 'software', 'india', 'pvt', 'ltd', 'pune', 'india', 'project', 'manager', 'global', 'test', 'manager', 'company', 'disha', 'technologies', 'description', 'company', 'total', 'solution', 'i', 'pvt', 'ltd', 'description', 'key', 'deliverables', 'across', 'the', 'tenure', 'as', 'global', 'test', 'manager', 'project', 'management', 'acting', 'global', 'test', 'manager', 'steering', 'team', '25', 'resources', 'across', 'globe', 'spearheading', 'testing', 'teams', 'india', 'china', 'malaysia', 'poland', 'current', 'role', 'involves', 'entire', 'test', 'delivery', 'large', 'programs', 'banking', 'domain', 'includes', 'leading', 'team', 'comprising', 'individuals', 'client', 'vendor', 'functional', 'regression', 'integration', 'shared', 'services', 'security', 'performance', 'essibility', 'automation', 'groups', 'defining', 'devising', 'hsbc', 'core', 'banking', 'it', 'transformation', 'strategies', 'solution', 'execution', 'level', 'experience', 'latest', 'specialize', 'testing', 'methods', 'cbil', 'api', 'conversion', 'cloud', 'digital', 'ui', 'infrastructure', 'exploratory', 'a', 'essibility', 'testing', 'experienced', 'planning', 'oat', 'various', 'non', 'functional', 'like', 'performance', 'volume', 'testing', 'core', 'banking', 'coordinating', 'regional', 'business', 'testing', 'teams', 'map', 'testing', 'approach', 'following', 'various', 'teams', 'ensure', 'end', 'end', 'release', 'su', 'essful', 'quality', 'product', 'delivered', 'production', 'steering', 'global', 'product', 'testing', 'regional', 'deployments', 'testing', 'extending', 'support', 'uat', 'live', 'proving', 'technical', 'lead', 'implement', 'house', 'test', 'automation', 'framework', 'x', 'framework', 'solution', 'as400', 'iseries', 'system', 'managing', 'implementation', 'test', 'automation', 'enable', 'devops', 'via', 'tools', 'cucumber', 'selenium', 'bdd', 'uft', 'tosca', 'function', 'testing', 'leading', 'ci', 'cd', 'implementation', 'executing', 'automated', 'scripts', 'jenkins', 'working', 'test', 'data', 'management', 'using', 'ca', 'tdm', 'internal', 'hsbc', 'tool', 'handling', 'tasks', 'pertaining', 'resource', 'forecasting', 'effort', 'estimation', 'resource', 'boarding', 'process', 'ensuring', 'seamless', 'communication', 'vendor', 'partners', 'arrange', 'resource', 'onboarding', 'based', 'forecasting', 'reviewing', 'project', 'progress', 'daily', 'basis', 'implementing', 'corrective', 'measures', 'ensure', 'project', 'ontrack', 'overseeing', 'people', 'management', 'tasks', 'comprise', 'monthly', '1', '1', 'leads', 'reviews', 'providing', 'conflict', 'resolution', 'required', 'technical skills', 'skills hp', 'hp alm', 'alm c', 'c jira', 'jira as400', 'as400 iseries', 'iseries sql', 'sql test', 'test automation', 'automation x', 'x framework', 'framework in', 'in hours', 'hours hsbc', 'hsbc framework', 'framework uft', 'uft lisa', 'lisa test', 'test data', 'data automation', 'automation catdm', 'catdm test', 'test scheduling', 'scheduling jenkins', 'jenkins maven', 'maven test', 'test document', 'document versioning', 'versioning confluence', 'confluence sharepoint', 'sharepoint education', 'education details', 'details january', 'january 2002', '2002 bachelor', 'bachelor engineering', 'engineering computer', 'computer engineering', 'engineering mumbai', 'mumbai maharashtra', 'maharashtra in', 'in mumbai', 'mumbai university', 'university january', 'january 1999', '1999 diploma', 'diploma computer', 'computer technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra in', 'in maharashtra', 'maharashtra state', 'state board', 'board technical', 'technical education', 'education project', 'project manager', 'manager global', 'global test', 'test manager', 'manager project', 'project manager', 'manager global', 'global test', 'test manager', 'manager skill', 'skill details', 'details as400', 'as400 exprience', 'exprience 25', '25 months', 'months iseries', 'iseries exprience', 'exprience 25', '25 months', 'months microsoft', 'microsoft sharepoint', 'sharepoint exprience', 'exprience 6', '6 months', 'months scheduling', 'scheduling exprience', 'exprience 6', '6 months', 'months sharepoint', 'sharepoint exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company career', 'career timeline', 'timeline description', 'description hsbc', 'hsbc software', 'software india', 'india pvt', 'pvt ltd', 'ltd pune', 'pune india', 'india project', 'project manager', 'manager global', 'global test', 'test manager', 'manager company', 'company disha', 'disha technologies', 'technologies description', 'description company', 'company total', 'total solution', 'solution i', 'i pvt', 'pvt ltd', 'ltd description', 'description key', 'key deliverables', 'deliverables across', 'across the', 'the tenure', 'tenure as', 'as global', 'global test', 'test manager', 'manager project', 'project management', 'management acting', 'acting global', 'global test', 'test manager', 'manager steering', 'steering team', 'team 25', '25 resources', 'resources across', 'across globe', 'globe spearheading', 'spearheading testing', 'testing teams', 'teams india', 'india china', 'china malaysia', 'malaysia poland', 'poland current', 'current role', 'role involves', 'involves entire', 'entire test', 'test delivery', 'delivery large', 'large programs', 'programs banking', 'banking domain', 'domain includes', 'includes leading', 'leading team', 'team comprising', 'comprising individuals', 'individuals client', 'client vendor', 'vendor functional', 'functional regression', 'regression integration', 'integration shared', 'shared services', 'services security', 'security performance', 'performance essibility', 'essibility automation', 'automation groups', 'groups defining', 'defining devising', 'devising hsbc', 'hsbc core', 'core banking', 'banking it', 'it transformation', 'transformation strategies', 'strategies solution', 'solution execution', 'execution level', 'level experience', 'experience latest', 'latest specialize', 'specialize testing', 'testing methods', 'methods cbil', 'cbil api', 'api conversion', 'conversion cloud', 'cloud digital', 'digital ui', 'ui infrastructure', 'infrastructure exploratory', 'exploratory a', 'a essibility', 'essibility testing', 'testing experienced', 'experienced planning', 'planning oat', 'oat various', 'various non', 'non functional', 'functional like', 'like performance', 'performance volume', 'volume testing', 'testing core', 'core banking', 'banking coordinating', 'coordinating regional', 'regional business', 'business testing', 'testing teams', 'teams map', 'map testing', 'testing approach', 'approach following', 'following various', 'various teams', 'teams ensure', 'ensure end', 'end end', 'end release', 'release su', 'su essful', 'essful quality', 'quality product', 'product delivered', 'delivered production', 'production steering', 'steering global', 'global product', 'product testing', 'testing regional', 'regional deployments', 'deployments testing', 'testing extending', 'extending support', 'support uat', 'uat live', 'live proving', 'proving technical', 'technical lead', 'lead implement', 'implement house', 'house test', 'test automation', 'automation framework', 'framework x', 'x framework', 'framework solution', 'solution as400', 'as400 iseries', 'iseries system', 'system managing', 'managing implementation', 'implementation test', 'test automation', 'automation enable', 'enable devops', 'devops via', 'via tools', 'tools cucumber', 'cucumber selenium', 'selenium bdd', 'bdd uft', 'uft tosca', 'tosca function', 'function testing', 'testing leading', 'leading ci', 'ci cd', 'cd implementation', 'implementation executing', 'executing automated', 'automated scripts', 'scripts jenkins', 'jenkins working', 'working test', 'test data', 'data management', 'management using', 'using ca', 'ca tdm', 'tdm internal', 'internal hsbc', 'hsbc tool', 'tool handling', 'handling tasks', 'tasks pertaining', 'pertaining resource', 'resource forecasting', 'forecasting effort', 'effort estimation', 'estimation resource', 'resource boarding', 'boarding process', 'process ensuring', 'ensuring seamless', 'seamless communication', 'communication vendor', 'vendor partners', 'partners arrange', 'arrange resource', 'resource onboarding', 'onboarding based', 'based forecasting', 'forecasting reviewing', 'reviewing project', 'project progress', 'progress daily', 'daily basis', 'basis implementing', 'implementing corrective', 'corrective measures', 'measures ensure', 'ensure project', 'project ontrack', 'ontrack overseeing', 'overseeing people', 'people management', 'management tasks', 'tasks comprise', 'comprise monthly', 'monthly 1', '1 1', '1 leads', 'leads reviews', 'reviews providing', 'providing conflict', 'conflict resolution', 'resolution required', 'technical skills hp', 'skills hp alm', 'hp alm c', 'alm c jira', 'c jira as400', 'jira as400 iseries', 'as400 iseries sql', 'iseries sql test', 'sql test automation', 'test automation x', 'automation x framework', 'x framework in', 'framework in hours', 'in hours hsbc', 'hours hsbc framework', 'hsbc framework uft', 'framework uft lisa', 'uft lisa test', 'lisa test data', 'test data automation', 'data automation catdm', 'automation catdm test', 'catdm test scheduling', 'test scheduling jenkins', 'scheduling jenkins maven', 'jenkins maven test', 'maven test document', 'test document versioning', 'document versioning confluence', 'versioning confluence sharepoint', 'confluence sharepoint education', 'sharepoint education details', 'education details january', 'details january 2002', 'january 2002 bachelor', '2002 bachelor engineering', 'bachelor engineering computer', 'engineering computer engineering', 'computer engineering mumbai', 'engineering mumbai maharashtra', 'mumbai maharashtra in', 'maharashtra in mumbai', 'in mumbai university', 'mumbai university january', 'university january 1999', 'january 1999 diploma', '1999 diploma computer', 'diploma computer technology', 'computer technology mumbai', 'technology mumbai maharashtra', 'mumbai maharashtra in', 'maharashtra in maharashtra', 'in maharashtra state', 'maharashtra state board', 'state board technical', 'board technical education', 'technical education project', 'education project manager', 'project manager global', 'manager global test', 'global test manager', 'test manager project', 'manager project manager', 'project manager global', 'manager global test', 'global test manager', 'test manager skill', 'manager skill details', 'skill details as400', 'details as400 exprience', 'as400 exprience 25', 'exprience 25 months', '25 months iseries', 'months iseries exprience', 'iseries exprience 25', 'exprience 25 months', '25 months microsoft', 'months microsoft sharepoint', 'microsoft sharepoint exprience', 'sharepoint exprience 6', 'exprience 6 months', '6 months scheduling', 'months scheduling exprience', 'scheduling exprience 6', 'exprience 6 months', '6 months sharepoint', 'months sharepoint exprience', 'sharepoint exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company career', 'company career timeline', 'career timeline description', 'timeline description hsbc', 'description hsbc software', 'hsbc software india', 'software india pvt', 'india pvt ltd', 'pvt ltd pune', 'ltd pune india', 'pune india project', 'india project manager', 'project manager global', 'manager global test', 'global test manager', 'test manager company', 'manager company disha', 'company disha technologies', 'disha technologies description', 'technologies description company', 'description company total', 'company total solution', 'total solution i', 'solution i pvt', 'i pvt ltd', 'pvt ltd description', 'ltd description key', 'description key deliverables', 'key deliverables across', 'deliverables across the', 'across the tenure', 'the tenure as', 'tenure as global', 'as global test', 'global test manager', 'test manager project', 'manager project management', 'project management acting', 'management acting global', 'acting global test', 'global test manager', 'test manager steering', 'manager steering team', 'steering team 25', 'team 25 resources', '25 resources across', 'resources across globe', 'across globe spearheading', 'globe spearheading testing', 'spearheading testing teams', 'testing teams india', 'teams india china', 'india china malaysia', 'china malaysia poland', 'malaysia poland current', 'poland current role', 'current role involves', 'role involves entire', 'involves entire test', 'entire test delivery', 'test delivery large', 'delivery large programs', 'large programs banking', 'programs banking domain', 'banking domain includes', 'domain includes leading', 'includes leading team', 'leading team comprising', 'team comprising individuals', 'comprising individuals client', 'individuals client vendor', 'client vendor functional', 'vendor functional regression', 'functional regression integration', 'regression integration shared', 'integration shared services', 'shared services security', 'services security performance', 'security performance essibility', 'performance essibility automation', 'essibility automation groups', 'automation groups defining', 'groups defining devising', 'defining devising hsbc', 'devising hsbc core', 'hsbc core banking', 'core banking it', 'banking it transformation', 'it transformation strategies', 'transformation strategies solution', 'strategies solution execution', 'solution execution level', 'execution level experience', 'level experience latest', 'experience latest specialize', 'latest specialize testing', 'specialize testing methods', 'testing methods cbil', 'methods cbil api', 'cbil api conversion', 'api conversion cloud', 'conversion cloud digital', 'cloud digital ui', 'digital ui infrastructure', 'ui infrastructure exploratory', 'infrastructure exploratory a', 'exploratory a essibility', 'a essibility testing', 'essibility testing experienced', 'testing experienced planning', 'experienced planning oat', 'planning oat various', 'oat various non', 'various non functional', 'non functional like', 'functional like performance', 'like performance volume', 'performance volume testing', 'volume testing core', 'testing core banking', 'core banking coordinating', 'banking coordinating regional', 'coordinating regional business', 'regional business testing', 'business testing teams', 'testing teams map', 'teams map testing', 'map testing approach', 'testing approach following', 'approach following various', 'following various teams', 'various teams ensure', 'teams ensure end', 'ensure end end', 'end end release', 'end release su', 'release su essful', 'su essful quality', 'essful quality product', 'quality product delivered', 'product delivered production', 'delivered production steering', 'production steering global', 'steering global product', 'global product testing', 'product testing regional', 'testing regional deployments', 'regional deployments testing', 'deployments testing extending', 'testing extending support', 'extending support uat', 'support uat live', 'uat live proving', 'live proving technical', 'proving technical lead', 'technical lead implement', 'lead implement house', 'implement house test', 'house test automation', 'test automation framework', 'automation framework x', 'framework x framework', 'x framework solution', 'framework solution as400', 'solution as400 iseries', 'as400 iseries system', 'iseries system managing', 'system managing implementation', 'managing implementation test', 'implementation test automation', 'test automation enable', 'automation enable devops', 'enable devops via', 'devops via tools', 'via tools cucumber', 'tools cucumber selenium', 'cucumber selenium bdd', 'selenium bdd uft', 'bdd uft tosca', 'uft tosca function', 'tosca function testing', 'function testing leading', 'testing leading ci', 'leading ci cd', 'ci cd implementation', 'cd implementation executing', 'implementation executing automated', 'executing automated scripts', 'automated scripts jenkins', 'scripts jenkins working', 'jenkins working test', 'working test data', 'test data management', 'data management using', 'management using ca', 'using ca tdm', 'ca tdm internal', 'tdm internal hsbc', 'internal hsbc tool', 'hsbc tool handling', 'tool handling tasks', 'handling tasks pertaining', 'tasks pertaining resource', 'pertaining resource forecasting', 'resource forecasting effort', 'forecasting effort estimation', 'effort estimation resource', 'estimation resource boarding', 'resource boarding process', 'boarding process ensuring', 'process ensuring seamless', 'ensuring seamless communication', 'seamless communication vendor', 'communication vendor partners', 'vendor partners arrange', 'partners arrange resource', 'arrange resource onboarding', 'resource onboarding based', 'onboarding based forecasting', 'based forecasting reviewing', 'forecasting reviewing project', 'reviewing project progress', 'project progress daily', 'progress daily basis', 'daily basis implementing', 'basis implementing corrective', 'implementing corrective measures', 'corrective measures ensure', 'measures ensure project', 'ensure project ontrack', 'project ontrack overseeing', 'ontrack overseeing people', 'overseeing people management', 'people management tasks', 'management tasks comprise', 'tasks comprise monthly', ...], ['skill', 'set', 'experience', 'implementing', 'troubleshooting', 'network', 'security', 'solutions', 'planning', 'implementation', 'knowledge', 'multi', 'vendor', 'firewalls', 'cisco', 'asa', 'checkpoint', 'upto', 'r', '80', 'juniper', 'netscreen', 'fortinet', 'fwsm', 'familiarity', 'latest', 'hardware', 'network', 'security', 'technologies', 'excellent', 'analytical', 'problem', 'solving', 'skills', 'skilled', 'analyzing', 'monitoring', 'network', 'security', 'solutions', 'using', 'variety', 'monitoring', 'solutions', 'zenoss', 'solarwinds', 'cisco', 'prime', 'work', 'experience', 'multi', 'client', 'data', 'center', 'environments', 'knowledge', 'work', 'experience', 'firewall', 'ios', 'upgrade', 'projects', 'configuration', 'f5', 'load', 'balancers', 'ssl', 'certificate', 'updates', 'i', 'rule', 'f5', 'upgrades', 'configuration', 'cisco', 'routers', 'series', '1800', '1900', '2500', '2600', '2800', '3600', 'nexus', '5k', '7k', 'configuration', 'cisco', 'switches', 'series', '2960', '3750', 'catalyst', '4500', '3600', 'working', 'knowledge', 'bluecoat', 'proxy', 'knowledge', 'itil', 'process', 'education', 'details', 'september', '2006', 'august', '2011', 'bachelor', 'engineering', 'be', 'electronics', 'pune', 'maharashtra', 'a', 'i', 's', 's', 'm', 's', 'college', 'engineering', 'university', 'pune', 'july', '2004', 'february', '2006', 'higher', 'secondary', 'certificate', 'science', 'pune', 'maharashtra', 'sinhgad', 'college', 'university', 'of', 'pune', 'june', '2003', 'march', '2004', 'secondary', 'school', 'certificate', 'ssc', 'science', 'pune', 'maharashtra', 'm', 'e', 's', 'boys', 'high', 'school', 'maharashtra', 'pune', 'network', 'security', 'engineer', 'network', 'security', 'engineer', 'capita', 'skill', 'details', 'network', 'security', 'exprience', '72', 'months', 'checkpoint', 'exprience', '72', 'months', 'cisco', 'exprience', '72', 'months', 'cisco', 'asa', 'exprience', '72', 'months', 'cisco', 'routing', 'switching', 'exprience', '60', 'months', 'loadbalncing', 'f5', 'exprience', '60', 'months', 'security', 'exprience', 'less', '1', 'year', 'months', 'cisco', 'exprience', 'less', '1', 'year', 'months', 'vpn', 'exprience', 'less', '1', 'year', 'months', 'lan', 'exprience', 'less', '1', 'year', 'months', 'networking', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'capita', 'description', 'work', 'client', 'shared', 'network', 'security', 'infra', 'plan', 'implement', 'troubleshoot', 'customer', 'requests', 'monitor', 'datacenter', 'infra', '24', '7', 'work', 'on', 'call', 'engineer', 'weekends', 'provide', 'out', 'office', 'support', 'company', 'capgemini', 'india', 'pvt', 'ltd', 'description', 'part', 'uk', 'india', 'noc', 'work', 'client', 'dedicated', 'infra', 'undergo', 'client', 'infra', 'handover', 'sessions', 'streamline', 'client', 'boarding', 'process', 'act', 'mentor', 'juniors', 'attend', 'weekly', 'caab', 'calls', 'represent', 'critical', 'changes', 'company', 'sungard', 'availability', 'services', 'description', 'plan', 'troubleshoot', 'implement', 'client', 'network', 'requests', 'project', 'work', 'internet', 'bw', 'upgrade', 'downgrade', 'decommission', 'dr', 'test', 'planning', 'implementation', 'setting', 'l3vpn', 'customers', 'company', 'sungard', 'software', 'solutions', 'description', 'maintain', 'client', 'documentation', 'work', 'datacenter', 'remediation', 'project', 'dns', 'record', 'management', 'sungard', 'availability', 'services', 'skill set', 'set experience', 'experience implementing', 'implementing troubleshooting', 'troubleshooting network', 'network security', 'security solutions', 'solutions planning', 'planning implementation', 'implementation knowledge', 'knowledge multi', 'multi vendor', 'vendor firewalls', 'firewalls cisco', 'cisco asa', 'asa checkpoint', 'checkpoint upto', 'upto r', 'r 80', '80 juniper', 'juniper netscreen', 'netscreen fortinet', 'fortinet fwsm', 'fwsm familiarity', 'familiarity latest', 'latest hardware', 'hardware network', 'network security', 'security technologies', 'technologies excellent', 'excellent analytical', 'analytical problem', 'problem solving', 'solving skills', 'skills skilled', 'skilled analyzing', 'analyzing monitoring', 'monitoring network', 'network security', 'security solutions', 'solutions using', 'using variety', 'variety monitoring', 'monitoring solutions', 'solutions zenoss', 'zenoss solarwinds', 'solarwinds cisco', 'cisco prime', 'prime work', 'work experience', 'experience multi', 'multi client', 'client data', 'data center', 'center environments', 'environments knowledge', 'knowledge work', 'work experience', 'experience firewall', 'firewall ios', 'ios upgrade', 'upgrade projects', 'projects configuration', 'configuration f5', 'f5 load', 'load balancers', 'balancers ssl', 'ssl certificate', 'certificate updates', 'updates i', 'i rule', 'rule f5', 'f5 upgrades', 'upgrades configuration', 'configuration cisco', 'cisco routers', 'routers series', 'series 1800', '1800 1900', '1900 2500', '2500 2600', '2600 2800', '2800 3600', '3600 nexus', 'nexus 5k', '5k 7k', '7k configuration', 'configuration cisco', 'cisco switches', 'switches series', 'series 2960', '2960 3750', '3750 catalyst', 'catalyst 4500', '4500 3600', '3600 working', 'working knowledge', 'knowledge bluecoat', 'bluecoat proxy', 'proxy knowledge', 'knowledge itil', 'itil process', 'process education', 'education details', 'details september', 'september 2006', '2006 august', 'august 2011', '2011 bachelor', 'bachelor engineering', 'engineering be', 'be electronics', 'electronics pune', 'pune maharashtra', 'maharashtra a', 'a i', 'i s', 's s', 's m', 'm s', 's college', 'college engineering', 'engineering university', 'university pune', 'pune july', 'july 2004', '2004 february', 'february 2006', '2006 higher', 'higher secondary', 'secondary certificate', 'certificate science', 'science pune', 'pune maharashtra', 'maharashtra sinhgad', 'sinhgad college', 'college university', 'university of', 'of pune', 'pune june', 'june 2003', '2003 march', 'march 2004', '2004 secondary', 'secondary school', 'school certificate', 'certificate ssc', 'ssc science', 'science pune', 'pune maharashtra', 'maharashtra m', 'm e', 'e s', 's boys', 'boys high', 'high school', 'school maharashtra', 'maharashtra pune', 'pune network', 'network security', 'security engineer', 'engineer network', 'network security', 'security engineer', 'engineer capita', 'capita skill', 'skill details', 'details network', 'network security', 'security exprience', 'exprience 72', '72 months', 'months checkpoint', 'checkpoint exprience', 'exprience 72', '72 months', 'months cisco', 'cisco exprience', 'exprience 72', '72 months', 'months cisco', 'cisco asa', 'asa exprience', 'exprience 72', '72 months', 'months cisco', 'cisco routing', 'routing switching', 'switching exprience', 'exprience 60', '60 months', 'months loadbalncing', 'loadbalncing f5', 'f5 exprience', 'exprience 60', '60 months', 'months security', 'security exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months cisco', 'cisco exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months vpn', 'vpn exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months lan', 'lan exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months networking', 'networking exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company capita', 'capita description', 'description work', 'work client', 'client shared', 'shared network', 'network security', 'security infra', 'infra plan', 'plan implement', 'implement troubleshoot', 'troubleshoot customer', 'customer requests', 'requests monitor', 'monitor datacenter', 'datacenter infra', 'infra 24', '24 7', '7 work', 'work on', 'on call', 'call engineer', 'engineer weekends', 'weekends provide', 'provide out', 'out office', 'office support', 'support company', 'company capgemini', 'capgemini india', 'india pvt', 'pvt ltd', 'ltd description', 'description part', 'part uk', 'uk india', 'india noc', 'noc work', 'work client', 'client dedicated', 'dedicated infra', 'infra undergo', 'undergo client', 'client infra', 'infra handover', 'handover sessions', 'sessions streamline', 'streamline client', 'client boarding', 'boarding process', 'process act', 'act mentor', 'mentor juniors', 'juniors attend', 'attend weekly', 'weekly caab', 'caab calls', 'calls represent', 'represent critical', 'critical changes', 'changes company', 'company sungard', 'sungard availability', 'availability services', 'services description', 'description plan', 'plan troubleshoot', 'troubleshoot implement', 'implement client', 'client network', 'network requests', 'requests project', 'project work', 'work internet', 'internet bw', 'bw upgrade', 'upgrade downgrade', 'downgrade decommission', 'decommission dr', 'dr test', 'test planning', 'planning implementation', 'implementation setting', 'setting l3vpn', 'l3vpn customers', 'customers company', 'company sungard', 'sungard software', 'software solutions', 'solutions description', 'description maintain', 'maintain client', 'client documentation', 'documentation work', 'work datacenter', 'datacenter remediation', 'remediation project', 'project dns', 'dns record', 'record management', 'management sungard', 'sungard availability', 'availability services', 'skill set experience', 'set experience implementing', 'experience implementing troubleshooting', 'implementing troubleshooting network', 'troubleshooting network security', 'network security solutions', 'security solutions planning', 'solutions planning implementation', 'planning implementation knowledge', 'implementation knowledge multi', 'knowledge multi vendor', 'multi vendor firewalls', 'vendor firewalls cisco', 'firewalls cisco asa', 'cisco asa checkpoint', 'asa checkpoint upto', 'checkpoint upto r', 'upto r 80', 'r 80 juniper', '80 juniper netscreen', 'juniper netscreen fortinet', 'netscreen fortinet fwsm', 'fortinet fwsm familiarity', 'fwsm familiarity latest', 'familiarity latest hardware', 'latest hardware network', 'hardware network security', 'network security technologies', 'security technologies excellent', 'technologies excellent analytical', 'excellent analytical problem', 'analytical problem solving', 'problem solving skills', 'solving skills skilled', 'skills skilled analyzing', 'skilled analyzing monitoring', 'analyzing monitoring network', 'monitoring network security', 'network security solutions', 'security solutions using', 'solutions using variety', 'using variety monitoring', 'variety monitoring solutions', 'monitoring solutions zenoss', 'solutions zenoss solarwinds', 'zenoss solarwinds cisco', 'solarwinds cisco prime', 'cisco prime work', 'prime work experience', 'work experience multi', 'experience multi client', 'multi client data', 'client data center', 'data center environments', 'center environments knowledge', 'environments knowledge work', 'knowledge work experience', 'work experience firewall', 'experience firewall ios', 'firewall ios upgrade', 'ios upgrade projects', 'upgrade projects configuration', 'projects configuration f5', 'configuration f5 load', 'f5 load balancers', 'load balancers ssl', 'balancers ssl certificate', 'ssl certificate updates', 'certificate updates i', 'updates i rule', 'i rule f5', 'rule f5 upgrades', 'f5 upgrades configuration', 'upgrades configuration cisco', 'configuration cisco routers', 'cisco routers series', 'routers series 1800', 'series 1800 1900', '1800 1900 2500', '1900 2500 2600', '2500 2600 2800', '2600 2800 3600', '2800 3600 nexus', '3600 nexus 5k', 'nexus 5k 7k', '5k 7k configuration', '7k configuration cisco', 'configuration cisco switches', 'cisco switches series', 'switches series 2960', 'series 2960 3750', '2960 3750 catalyst', '3750 catalyst 4500', 'catalyst 4500 3600', '4500 3600 working', '3600 working knowledge', 'working knowledge bluecoat', 'knowledge bluecoat proxy', 'bluecoat proxy knowledge', 'proxy knowledge itil', 'knowledge itil process', 'itil process education', 'process education details', 'education details september', 'details september 2006', 'september 2006 august', '2006 august 2011', 'august 2011 bachelor', '2011 bachelor engineering', 'bachelor engineering be', 'engineering be electronics', 'be electronics pune', 'electronics pune maharashtra', 'pune maharashtra a', 'maharashtra a i', 'a i s', 'i s s', 's s m', 's m s', 'm s college', 's college engineering', 'college engineering university', 'engineering university pune', 'university pune july', 'pune july 2004', 'july 2004 february', '2004 february 2006', 'february 2006 higher', '2006 higher secondary', 'higher secondary certificate', 'secondary certificate science', 'certificate science pune', 'science pune maharashtra', 'pune maharashtra sinhgad', 'maharashtra sinhgad college', 'sinhgad college university', 'college university of', 'university of pune', 'of pune june', 'pune june 2003', 'june 2003 march', '2003 march 2004', 'march 2004 secondary', '2004 secondary school', 'secondary school certificate', 'school certificate ssc', 'certificate ssc science', 'ssc science pune', 'science pune maharashtra', 'pune maharashtra m', 'maharashtra m e', 'm e s', 'e s boys', 's boys high', 'boys high school', 'high school maharashtra', 'school maharashtra pune', 'maharashtra pune network', 'pune network security', 'network security engineer', 'security engineer network', 'engineer network security', 'network security engineer', 'security engineer capita', 'engineer capita skill', 'capita skill details', 'skill details network', 'details network security', 'network security exprience', 'security exprience 72', 'exprience 72 months', '72 months checkpoint', 'months checkpoint exprience', 'checkpoint exprience 72', 'exprience 72 months', '72 months cisco', 'months cisco exprience', 'cisco exprience 72', 'exprience 72 months', '72 months cisco', 'months cisco asa', 'cisco asa exprience', 'asa exprience 72', 'exprience 72 months', '72 months cisco', 'months cisco routing', 'cisco routing switching', 'routing switching exprience', 'switching exprience 60', 'exprience 60 months', '60 months loadbalncing', 'months loadbalncing f5', 'loadbalncing f5 exprience', 'f5 exprience 60', 'exprience 60 months', '60 months security', 'months security exprience', 'security exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months cisco', 'months cisco exprience', 'cisco exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months vpn', 'months vpn exprience', 'vpn exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months lan', 'months lan exprience', 'lan exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months networking', 'months networking exprience', 'networking exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company capita', 'company capita description', 'capita description work', 'description work client', 'work client shared', 'client shared network', 'shared network security', 'network security infra', 'security infra plan', 'infra plan implement', 'plan implement troubleshoot', 'implement troubleshoot customer', 'troubleshoot customer requests', 'customer requests monitor', 'requests monitor datacenter', 'monitor datacenter infra', 'datacenter infra 24', 'infra 24 7', '24 7 work', '7 work on', 'work on call', 'on call engineer', 'call engineer weekends', 'engineer weekends provide', 'weekends provide out', 'provide out office', 'out office support', 'office support company', 'support company capgemini', 'company capgemini india', 'capgemini india pvt', 'india pvt ltd', 'pvt ltd description', 'ltd description part', 'description part uk', 'part uk india', 'uk india noc', 'india noc work', 'noc work client', 'work client dedicated', 'client dedicated infra', 'dedicated infra undergo', 'infra undergo client', 'undergo client infra', 'client infra handover', 'infra handover sessions', 'handover sessions streamline', 'sessions streamline client', 'streamline client boarding', 'client boarding process', 'boarding process act', 'process act mentor', 'act mentor juniors', 'mentor juniors attend', 'juniors attend weekly', 'attend weekly caab', 'weekly caab calls', 'caab calls represent', 'calls represent critical', 'represent critical changes', 'critical changes company', 'changes company sungard', 'company sungard availability', 'sungard availability services', 'availability services description', 'services description plan', 'description plan troubleshoot', 'plan troubleshoot implement', 'troubleshoot implement client', 'implement client network', 'client network requests', 'network requests project', 'requests project work', 'project work internet', 'work internet bw', 'internet bw upgrade', 'bw upgrade downgrade', 'upgrade downgrade decommission', 'downgrade decommission dr', 'decommission dr test', 'dr test planning', 'test planning implementation', 'planning implementation setting', 'implementation setting l3vpn', 'setting l3vpn customers', 'l3vpn customers company', 'customers company sungard', 'company sungard software', 'sungard software solutions', 'software solutions description', 'solutions description maintain', 'description maintain client', 'maintain client documentation', 'client documentation work', 'documentation work datacenter', 'work datacenter remediation', 'datacenter remediation project', 'remediation project dns', 'project dns record', 'dns record management', 'record management sungard', 'management sungard availability', 'sungard availability services', 'skill set experience implementing', 'set experience implementing troubleshooting', 'experience implementing troubleshooting network', 'implementing troubleshooting network security', 'troubleshooting network security solutions', 'network security solutions planning', 'security solutions planning implementation', ...], ['skill', 'set', 'cisco', 'certified', 'network', 'associates', 'ccna', 'basic', 'knowledge', 'networking', 'ethernet', 'mediums', 'ethernet', 'communication', 'types', 'ethernet', 'communication', 'devices', 'etc', 'ipv4', 'subnetting', 'supernetting', 'basic', 'configuration', 'routing', 'switching', 'a', 'ess', 'lists', 'network', 'address', 'translation', 'nat', 'virtual', 'lans', 'vlans', 'etc', 'cisco', 'certified', 'network', 'associates', 'ccna', 'security', 'basic', 'security', 'goals', 'need', 'different', 'types', 'attacks', 'like', 'ess', 'attacks', 'reconnaissance', 'strategies', 'etc', 'basic', 'configuration', 'firewalls', 'mitigation', 'techniques', 'ess', 'control', 'lists', 'private', 'vlans', 'vlan', 'hopping', 'ip', 'source', 'guard', 'dhcp', 'snooping', 'authentication', 'authorization', 'a', 'ounting', 'aaa', 'ip', 'security', 'ipsec', 'etc', 'cisco', 'certified', 'network', 'professional', 'ccnp', 'routing', 'switching', 'mpls', 'routing', 'configuration', 'concept', 'eigrp', 'ospf', 'bgp', 'switching', 'virtual', 'lans', 'vlans', 'spanning', 'tree', 'protocol', 'stp', 'queuing', 'etc', 'mpls', 'multi', 'protocol', 'label', 'switching', 'basic', 'idea', 'working', 'types', 'modes', 'mpls', 'penultimate', 'hopping', 'mpls', 'etc', 'cisco', 'certified', 'network', 'professional', 'security', 'asa', 'module', 'knowledge', 'control', 'plane', 'security', 'management', 'plane', 'security', 'data', 'plane', 'security', 'knowledge', 'network', 'telemetary', 'ntp', 'netflow', 'logging', 'nat', 'fundamental', 'asa', 'firewall', 'filtering', 'technologies', 'asa', 'modes', 'deployment', 'asa', 'failover', 'security', 'context', 'reputation', 'based', 'firewall', 'identity', 'firewall', 'zone', 'based', 'firewall', 'projects', 't', 'e', 'project', 'title', 'temperature', 'controlled', 'cooling', 'fan', 'academic', 'year', '2016', '2017', 'sem', '5', 'description', 'this', 'project', 'simply', 'senses', 'temperature', 'level', 'turn', 'on', 'fan', 'temperature', 'set', 'limit', 'this', 'project', 'developed', 'aim', 'control', 'temperature', 'devices', 'reduce', 'damages', 'devices', 'heating', 'title', 'automatic', 'plant', 'watering', 'system', 'academic', 'year', '2016', '2017', 'sem', '6', 'description', 'this', 'project', 'simply', 'senses', 'moisture', 'level', 'turn', 'on', 'water', 'pump', 'moisture', 'education', 'details', 'january', '2018', 'b', 'e', 'technology', 'mumbai', 'maharashtra', 'mumbai', 'university', 'h', 's', 'c', 'mahatma', 'gandhi', 'high', 'maharashtra', 'state', 'board', 's', 's', 'c', 'mahatma', 'gandhi', 'high', 'maharashtra', 'state', 'board', 'school', 'junior', 'college', 'network', 'security', 'enginner', 'network', 'security', 'engineer', 'skill', 'details', 'networking', 'exprience', 'less', '1', 'year', 'months', 'subnetting', 'supernetting', 'exprience', 'less', '1', 'year', 'months', 'a', 'ess', 'lists', 'exprience', 'less', '1', 'year', 'months', 'acls', 'exprience', '6', 'months', 'network', 'address', 'translation', 'nat', 'exprience', 'less', '1', 'year', 'months', 'vlan', 'exprience', 'less', '1', 'year', 'months', 'aaa', 'exprience', 'less', '1', 'year', 'months', 'ipsec', 'exprience', 'less', '1', 'year', 'months', 'access', 'control', 'lists', 'exprience', '6', 'months', 'dhcp', 'snooping', 'exprience', 'less', '1', 'year', 'months', 'private', 'vlan', 'exprience', 'less', '1', 'year', 'months', 'vlan', 'hopping', 'exprience', 'less', '1', 'year', 'months', 'vpn', 'exprience', 'less', '1', 'year', 'months', 'routing', 'protocols', 'rip', 'eigrp', 'ospf', 'bgp', 'exprience', 'less', '1', 'year', 'months', 'dm', 'vpn', 'exprience', 'less', '1', 'year', 'months', 'switching', 'exprience', 'less', '1', 'year', 'months', 'control', 'plane', 'security', 'exprience', 'less', '1', 'year', 'months', 'data', 'plane', 'security', 'exprience', 'less', '1', 'year', 'months', 'management', 'plane', 'security', 'exprience', 'less', '1', 'year', 'months', 'network', 'telemetary', 'exprience', 'less', '1', 'year', 'months', 'firewall', 'exprience', 'less', '1', 'year', 'months', 'firewall', 'filtering', 'technologies', 'exprience', 'less', '1', 'year', 'months', 'asa', 'failovers', 'exprience', 'less', '1', 'year', 'months', 'zone', 'based', 'firewall', 'exprience', 'less', '1', 'year', 'months', 'reputation', 'based', 'firewall', 'exprience', 'less', '1', 'year', 'months', 'security', 'context', 'exprience', 'less', '1', 'year', 'months', 'security', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'stormfur', 'technologies', 'llp', 'description', 'network', 'security', 'engineer', 'stromfur', 'technologies', 'llp', 'august', '2018', 'present', 'troubleshoot', 'firewall', 'related', 'incidents', 'customers', 'solve', 'technical', 'problems', 'relating', 'installing', 'security', 'solutions', 'analyze', 'security', 'requirements', 'network', 'system', 'reviewed', 'configuration', 'maintained', 'cisco', 'asa', 'firewalls', 'routers', 'switches', 'reviewed', 'modified', 'ess', 'control', 'lists', 'acls', 'network', 'switching', 'routing', 'equipment', 'needed', 'maintain', 'security', 'standards', 'participated', 'core', 'network', 'team', 'upgrade', 'corporate', 'network', 'maintained', 'network', 'security', 'technologies', 'services', 'interacted', 'clients', 'analyzed', 'operational', 'requirements', 'install', 'configured', 'ipsec', 'ssl', 'vpn', 'reviewed', 'configured', 'vlan', 'routing', 'protocols', 'rip', 'ospf', 'eigrp', 'nat', 'support', 'client', 'various', 'networking', 'issues', 'skill set', 'set cisco', 'cisco certified', 'certified network', 'network associates', 'associates ccna', 'ccna basic', 'basic knowledge', 'knowledge networking', 'networking ethernet', 'ethernet mediums', 'mediums ethernet', 'ethernet communication', 'communication types', 'types ethernet', 'ethernet communication', 'communication devices', 'devices etc', 'etc ipv4', 'ipv4 subnetting', 'subnetting supernetting', 'supernetting basic', 'basic configuration', 'configuration routing', 'routing switching', 'switching a', 'a ess', 'ess lists', 'lists network', 'network address', 'address translation', 'translation nat', 'nat virtual', 'virtual lans', 'lans vlans', 'vlans etc', 'etc cisco', 'cisco certified', 'certified network', 'network associates', 'associates ccna', 'ccna security', 'security basic', 'basic security', 'security goals', 'goals need', 'need different', 'different types', 'types attacks', 'attacks like', 'like ess', 'ess attacks', 'attacks reconnaissance', 'reconnaissance strategies', 'strategies etc', 'etc basic', 'basic configuration', 'configuration firewalls', 'firewalls mitigation', 'mitigation techniques', 'techniques ess', 'ess control', 'control lists', 'lists private', 'private vlans', 'vlans vlan', 'vlan hopping', 'hopping ip', 'ip source', 'source guard', 'guard dhcp', 'dhcp snooping', 'snooping authentication', 'authentication authorization', 'authorization a', 'a ounting', 'ounting aaa', 'aaa ip', 'ip security', 'security ipsec', 'ipsec etc', 'etc cisco', 'cisco certified', 'certified network', 'network professional', 'professional ccnp', 'ccnp routing', 'routing switching', 'switching mpls', 'mpls routing', 'routing configuration', 'configuration concept', 'concept eigrp', 'eigrp ospf', 'ospf bgp', 'bgp switching', 'switching virtual', 'virtual lans', 'lans vlans', 'vlans spanning', 'spanning tree', 'tree protocol', 'protocol stp', 'stp queuing', 'queuing etc', 'etc mpls', 'mpls multi', 'multi protocol', 'protocol label', 'label switching', 'switching basic', 'basic idea', 'idea working', 'working types', 'types modes', 'modes mpls', 'mpls penultimate', 'penultimate hopping', 'hopping mpls', 'mpls etc', 'etc cisco', 'cisco certified', 'certified network', 'network professional', 'professional security', 'security asa', 'asa module', 'module knowledge', 'knowledge control', 'control plane', 'plane security', 'security management', 'management plane', 'plane security', 'security data', 'data plane', 'plane security', 'security knowledge', 'knowledge network', 'network telemetary', 'telemetary ntp', 'ntp netflow', 'netflow logging', 'logging nat', 'nat fundamental', 'fundamental asa', 'asa firewall', 'firewall filtering', 'filtering technologies', 'technologies asa', 'asa modes', 'modes deployment', 'deployment asa', 'asa failover', 'failover security', 'security context', 'context reputation', 'reputation based', 'based firewall', 'firewall identity', 'identity firewall', 'firewall zone', 'zone based', 'based firewall', 'firewall projects', 'projects t', 't e', 'e project', 'project title', 'title temperature', 'temperature controlled', 'controlled cooling', 'cooling fan', 'fan academic', 'academic year', 'year 2016', '2016 2017', '2017 sem', 'sem 5', '5 description', 'description this', 'this project', 'project simply', 'simply senses', 'senses temperature', 'temperature level', 'level turn', 'turn on', 'on fan', 'fan temperature', 'temperature set', 'set limit', 'limit this', 'this project', 'project developed', 'developed aim', 'aim control', 'control temperature', 'temperature devices', 'devices reduce', 'reduce damages', 'damages devices', 'devices heating', 'heating title', 'title automatic', 'automatic plant', 'plant watering', 'watering system', 'system academic', 'academic year', 'year 2016', '2016 2017', '2017 sem', 'sem 6', '6 description', 'description this', 'this project', 'project simply', 'simply senses', 'senses moisture', 'moisture level', 'level turn', 'turn on', 'on water', 'water pump', 'pump moisture', 'moisture education', 'education details', 'details january', 'january 2018', '2018 b', 'b e', 'e technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university h', 'h s', 's c', 'c mahatma', 'mahatma gandhi', 'gandhi high', 'high maharashtra', 'maharashtra state', 'state board', 'board s', 's s', 's c', 'c mahatma', 'mahatma gandhi', 'gandhi high', 'high maharashtra', 'maharashtra state', 'state board', 'board school', 'school junior', 'junior college', 'college network', 'network security', 'security enginner', 'enginner network', 'network security', 'security engineer', 'engineer skill', 'skill details', 'details networking', 'networking exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months subnetting', 'subnetting supernetting', 'supernetting exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months a', 'a ess', 'ess lists', 'lists exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months acls', 'acls exprience', 'exprience 6', '6 months', 'months network', 'network address', 'address translation', 'translation nat', 'nat exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months vlan', 'vlan exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months aaa', 'aaa exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months ipsec', 'ipsec exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months access', 'access control', 'control lists', 'lists exprience', 'exprience 6', '6 months', 'months dhcp', 'dhcp snooping', 'snooping exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months private', 'private vlan', 'vlan exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months vlan', 'vlan hopping', 'hopping exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months vpn', 'vpn exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months routing', 'routing protocols', 'protocols rip', 'rip eigrp', 'eigrp ospf', 'ospf bgp', 'bgp exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months dm', 'dm vpn', 'vpn exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months switching', 'switching exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months control', 'control plane', 'plane security', 'security exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months data', 'data plane', 'plane security', 'security exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months management', 'management plane', 'plane security', 'security exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months network', 'network telemetary', 'telemetary exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months firewall', 'firewall exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months firewall', 'firewall filtering', 'filtering technologies', 'technologies exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months asa', 'asa failovers', 'failovers exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months zone', 'zone based', 'based firewall', 'firewall exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months reputation', 'reputation based', 'based firewall', 'firewall exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months security', 'security context', 'context exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months security', 'security exprience', 'exprience less', ...], ['communication', 'skills', 'my', 'writing', 'skills', 'english', 'good', 'i', 'certainly', 'clear', 'speaker', 'being', 'comfortable', 'speaking', 'front', 'audience', 'i', 'easily', 'facilitate', 'meetings', 'brainstorming', 'sessions', 'interpersonal', 'skills', 'as', 'friendly', 'polite', 'person', 'positive', 'attitude', 'i', 'work', 'well', 'others', 'deal', 'difficult', 'situations', 'careful', 'considerate', 'manner', 'learning', 'skills', 'i', 'high', 'capacity', 'learning', 'pick', 'new', 'skills', 'ideas', 'quickly', 'generally', 'thrive', 'challenges', 'enthusiasm', 'creativity', 'give', 'edge', 'difficult', 'projects', 'problem', 'solving', 'skills', 'my', 'analytical', 'skills', 'help', 'troubleshoot', 'problems', 'uncover', 'root', 'causes', 'i', 'creative', 'tenacious', 'education', 'details', 'july', '2012', 'april', '2015', 'bachelor', 'science', 'information', 'technology', 'mumbai', 'maharashtra', 'akbar', 'peerbhoy', 'college', 'comm', 'eco', 'university', 'mumbai', 'june', '2008', 'april', '2010', 'jaunpur', 'uttar', 'pradesh', 'janta', 'inter', 'college', 'jaunpur', 'may', '2006', 'april', '2008', 'jaunpur', 'uttar', 'pradesh', 'inter', 'college', 'jaunpur', 'network', 'security', 'engineer', 'skill', 'details', 'network', 'security', 'network', 'administration', 'firewall', 'vpn', 'configuration', 'routing', 'switching', 'exprience', '24', 'monthscompany', 'details', 'company', 'karvy', 'innotech', 'ltd', 'description', 'managing', 'network', 'mahindra', 'mahindra', 'financial', 'services', 'limited', 'internal', 'pan', 'india', 'level', 'installation', 'setup', 'configuration', 'troubleshooting', 'tuning', 'diagnostics', 'maintenance', 'it', 'security', 'related', 'equipment', 'maintaining', 'network', 'devices', 'routers', 'switches', 'firewall', 'wi', 'fi', 'devices', 'troubleshoot', 'performance', 'availability', 'issues', 'security', 'devices', 'firewalls', 'utm', 'content', 'filtering', 'solutions', 'handling', 'daily', 'calls', 'related', 'network', 'network', 'security', 'manage', 'administer', 'vpn', 'connectivity', 'organization', 'clients', 'implement', 'policy', 'changes', 'configure', 'url', 'filtering', 'security', 'policies', 'utm', 'appliances', 'monitor', 'alerts', 'received', 'monitoring', 'systems', 'take', 'appropriate', 'action', 'based', 'defined', 'processes', 'follow', 'sla', 'procedures', 'already', 'defined', 'security', 'device', 'management', 'co', 'ordinating', 'isps', 'like', 'tata', 'airtel', 'reliance', 'vodafone', 'sify', 'tikona', 'hcl', 'comnet', 'wan', 'related', 'issues', 'configuration', 'troubleshooting', 'site', 'site', 'ipsec', 'vpn', 'ho', 'remote', 'branches', 'maintaining', 'inventory', 'monthly', 'basis', 'network', 'devices', 'lan', 'connectivity', 'issues', 'crimping', 'rack', 'mounting', 'reporting', 'ciso', 'mahindra', 'finance', 'network', 'related', 'queries', 'solutions', 'communication skills', 'skills my', 'my writing', 'writing skills', 'skills english', 'english good', 'good i', 'i certainly', 'certainly clear', 'clear speaker', 'speaker being', 'being comfortable', 'comfortable speaking', 'speaking front', 'front audience', 'audience i', 'i easily', 'easily facilitate', 'facilitate meetings', 'meetings brainstorming', 'brainstorming sessions', 'sessions interpersonal', 'interpersonal skills', 'skills as', 'as friendly', 'friendly polite', 'polite person', 'person positive', 'positive attitude', 'attitude i', 'i work', 'work well', 'well others', 'others deal', 'deal difficult', 'difficult situations', 'situations careful', 'careful considerate', 'considerate manner', 'manner learning', 'learning skills', 'skills i', 'i high', 'high capacity', 'capacity learning', 'learning pick', 'pick new', 'new skills', 'skills ideas', 'ideas quickly', 'quickly generally', 'generally thrive', 'thrive challenges', 'challenges enthusiasm', 'enthusiasm creativity', 'creativity give', 'give edge', 'edge difficult', 'difficult projects', 'projects problem', 'problem solving', 'solving skills', 'skills my', 'my analytical', 'analytical skills', 'skills help', 'help troubleshoot', 'troubleshoot problems', 'problems uncover', 'uncover root', 'root causes', 'causes i', 'i creative', 'creative tenacious', 'tenacious education', 'education details', 'details july', 'july 2012', '2012 april', 'april 2015', '2015 bachelor', 'bachelor science', 'science information', 'information technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra akbar', 'akbar peerbhoy', 'peerbhoy college', 'college comm', 'comm eco', 'eco university', 'university mumbai', 'mumbai june', 'june 2008', '2008 april', 'april 2010', '2010 jaunpur', 'jaunpur uttar', 'uttar pradesh', 'pradesh janta', 'janta inter', 'inter college', 'college jaunpur', 'jaunpur may', 'may 2006', '2006 april', 'april 2008', '2008 jaunpur', 'jaunpur uttar', 'uttar pradesh', 'pradesh inter', 'inter college', 'college jaunpur', 'jaunpur network', 'network security', 'security engineer', 'engineer skill', 'skill details', 'details network', 'network security', 'security network', 'network administration', 'administration firewall', 'firewall vpn', 'vpn configuration', 'configuration routing', 'routing switching', 'switching exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company karvy', 'karvy innotech', 'innotech ltd', 'ltd description', 'description managing', 'managing network', 'network mahindra', 'mahindra mahindra', 'mahindra financial', 'financial services', 'services limited', 'limited internal', 'internal pan', 'pan india', 'india level', 'level installation', 'installation setup', 'setup configuration', 'configuration troubleshooting', 'troubleshooting tuning', 'tuning diagnostics', 'diagnostics maintenance', 'maintenance it', 'it security', 'security related', 'related equipment', 'equipment maintaining', 'maintaining network', 'network devices', 'devices routers', 'routers switches', 'switches firewall', 'firewall wi', 'wi fi', 'fi devices', 'devices troubleshoot', 'troubleshoot performance', 'performance availability', 'availability issues', 'issues security', 'security devices', 'devices firewalls', 'firewalls utm', 'utm content', 'content filtering', 'filtering solutions', 'solutions handling', 'handling daily', 'daily calls', 'calls related', 'related network', 'network network', 'network security', 'security manage', 'manage administer', 'administer vpn', 'vpn connectivity', 'connectivity organization', 'organization clients', 'clients implement', 'implement policy', 'policy changes', 'changes configure', 'configure url', 'url filtering', 'filtering security', 'security policies', 'policies utm', 'utm appliances', 'appliances monitor', 'monitor alerts', 'alerts received', 'received monitoring', 'monitoring systems', 'systems take', 'take appropriate', 'appropriate action', 'action based', 'based defined', 'defined processes', 'processes follow', 'follow sla', 'sla procedures', 'procedures already', 'already defined', 'defined security', 'security device', 'device management', 'management co', 'co ordinating', 'ordinating isps', 'isps like', 'like tata', 'tata airtel', 'airtel reliance', 'reliance vodafone', 'vodafone sify', 'sify tikona', 'tikona hcl', 'hcl comnet', 'comnet wan', 'wan related', 'related issues', 'issues configuration', 'configuration troubleshooting', 'troubleshooting site', 'site site', 'site ipsec', 'ipsec vpn', 'vpn ho', 'ho remote', 'remote branches', 'branches maintaining', 'maintaining inventory', 'inventory monthly', 'monthly basis', 'basis network', 'network devices', 'devices lan', 'lan connectivity', 'connectivity issues', 'issues crimping', 'crimping rack', 'rack mounting', 'mounting reporting', 'reporting ciso', 'ciso mahindra', 'mahindra finance', 'finance network', 'network related', 'related queries', 'queries solutions', 'communication skills my', 'skills my writing', 'my writing skills', 'writing skills english', 'skills english good', 'english good i', 'good i certainly', 'i certainly clear', 'certainly clear speaker', 'clear speaker being', 'speaker being comfortable', 'being comfortable speaking', 'comfortable speaking front', 'speaking front audience', 'front audience i', 'audience i easily', 'i easily facilitate', 'easily facilitate meetings', 'facilitate meetings brainstorming', 'meetings brainstorming sessions', 'brainstorming sessions interpersonal', 'sessions interpersonal skills', 'interpersonal skills as', 'skills as friendly', 'as friendly polite', 'friendly polite person', 'polite person positive', 'person positive attitude', 'positive attitude i', 'attitude i work', 'i work well', 'work well others', 'well others deal', 'others deal difficult', 'deal difficult situations', 'difficult situations careful', 'situations careful considerate', 'careful considerate manner', 'considerate manner learning', 'manner learning skills', 'learning skills i', 'skills i high', 'i high capacity', 'high capacity learning', 'capacity learning pick', 'learning pick new', 'pick new skills', 'new skills ideas', 'skills ideas quickly', 'ideas quickly generally', 'quickly generally thrive', 'generally thrive challenges', 'thrive challenges enthusiasm', 'challenges enthusiasm creativity', 'enthusiasm creativity give', 'creativity give edge', 'give edge difficult', 'edge difficult projects', 'difficult projects problem', 'projects problem solving', 'problem solving skills', 'solving skills my', 'skills my analytical', 'my analytical skills', 'analytical skills help', 'skills help troubleshoot', 'help troubleshoot problems', 'troubleshoot problems uncover', 'problems uncover root', 'uncover root causes', 'root causes i', 'causes i creative', 'i creative tenacious', 'creative tenacious education', 'tenacious education details', 'education details july', 'details july 2012', 'july 2012 april', '2012 april 2015', 'april 2015 bachelor', '2015 bachelor science', 'bachelor science information', 'science information technology', 'information technology mumbai', 'technology mumbai maharashtra', 'mumbai maharashtra akbar', 'maharashtra akbar peerbhoy', 'akbar peerbhoy college', 'peerbhoy college comm', 'college comm eco', 'comm eco university', 'eco university mumbai', 'university mumbai june', 'mumbai june 2008', 'june 2008 april', '2008 april 2010', 'april 2010 jaunpur', '2010 jaunpur uttar', 'jaunpur uttar pradesh', 'uttar pradesh janta', 'pradesh janta inter', 'janta inter college', 'inter college jaunpur', 'college jaunpur may', 'jaunpur may 2006', 'may 2006 april', '2006 april 2008', 'april 2008 jaunpur', '2008 jaunpur uttar', 'jaunpur uttar pradesh', 'uttar pradesh inter', 'pradesh inter college', 'inter college jaunpur', 'college jaunpur network', 'jaunpur network security', 'network security engineer', 'security engineer skill', 'engineer skill details', 'skill details network', 'details network security', 'network security network', 'security network administration', 'network administration firewall', 'administration firewall vpn', 'firewall vpn configuration', 'vpn configuration routing', 'configuration routing switching', 'routing switching exprience', 'switching exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company karvy', 'company karvy innotech', 'karvy innotech ltd', 'innotech ltd description', 'ltd description managing', 'description managing network', 'managing network mahindra', 'network mahindra mahindra', 'mahindra mahindra financial', 'mahindra financial services', 'financial services limited', 'services limited internal', 'limited internal pan', 'internal pan india', 'pan india level', 'india level installation', 'level installation setup', 'installation setup configuration', 'setup configuration troubleshooting', 'configuration troubleshooting tuning', 'troubleshooting tuning diagnostics', 'tuning diagnostics maintenance', 'diagnostics maintenance it', 'maintenance it security', 'it security related', 'security related equipment', 'related equipment maintaining', 'equipment maintaining network', 'maintaining network devices', 'network devices routers', 'devices routers switches', 'routers switches firewall', 'switches firewall wi', 'firewall wi fi', 'wi fi devices', 'fi devices troubleshoot', 'devices troubleshoot performance', 'troubleshoot performance availability', 'performance availability issues', 'availability issues security', 'issues security devices', 'security devices firewalls', 'devices firewalls utm', 'firewalls utm content', 'utm content filtering', 'content filtering solutions', 'filtering solutions handling', 'solutions handling daily', 'handling daily calls', 'daily calls related', 'calls related network', 'related network network', 'network network security', 'network security manage', 'security manage administer', 'manage administer vpn', 'administer vpn connectivity', 'vpn connectivity organization', 'connectivity organization clients', 'organization clients implement', 'clients implement policy', 'implement policy changes', 'policy changes configure', 'changes configure url', 'configure url filtering', 'url filtering security', 'filtering security policies', 'security policies utm', 'policies utm appliances', 'utm appliances monitor', 'appliances monitor alerts', 'monitor alerts received', 'alerts received monitoring', 'received monitoring systems', 'monitoring systems take', 'systems take appropriate', 'take appropriate action', 'appropriate action based', 'action based defined', 'based defined processes', 'defined processes follow', 'processes follow sla', 'follow sla procedures', 'sla procedures already', 'procedures already defined', 'already defined security', 'defined security device', 'security device management', 'device management co', 'management co ordinating', 'co ordinating isps', 'ordinating isps like', 'isps like tata', 'like tata airtel', 'tata airtel reliance', 'airtel reliance vodafone', 'reliance vodafone sify', 'vodafone sify tikona', 'sify tikona hcl', 'tikona hcl comnet', 'hcl comnet wan', 'comnet wan related', 'wan related issues', 'related issues configuration', 'issues configuration troubleshooting', 'configuration troubleshooting site', 'troubleshooting site site', 'site site ipsec', 'site ipsec vpn', 'ipsec vpn ho', 'vpn ho remote', 'ho remote branches', 'remote branches maintaining', 'branches maintaining inventory', 'maintaining inventory monthly', 'inventory monthly basis', 'monthly basis network', 'basis network devices', 'network devices lan', 'devices lan connectivity', 'lan connectivity issues', 'connectivity issues crimping', 'issues crimping rack', 'crimping rack mounting', 'rack mounting reporting', 'mounting reporting ciso', 'reporting ciso mahindra', 'ciso mahindra finance', 'mahindra finance network', 'finance network related', 'network related queries', 'related queries solutions', 'communication skills my writing', 'skills my writing skills', 'my writing skills english', 'writing skills english good', 'skills english good i', 'english good i certainly', 'good i certainly clear', 'i certainly clear speaker', 'certainly clear speaker being', 'clear speaker being comfortable', 'speaker being comfortable speaking', 'being comfortable speaking front', 'comfortable speaking front audience', 'speaking front audience i', 'front audience i easily', 'audience i easily facilitate', 'i easily facilitate meetings', 'easily facilitate meetings brainstorming', 'facilitate meetings brainstorming sessions', 'meetings brainstorming sessions interpersonal', 'brainstorming sessions interpersonal skills', 'sessions interpersonal skills as', 'interpersonal skills as friendly', 'skills as friendly polite', 'as friendly polite person', 'friendly polite person positive', 'polite person positive attitude', 'person positive attitude i', 'positive attitude i work', 'attitude i work well', 'i work well others', 'work well others deal', 'well others deal difficult', 'others deal difficult situations', 'deal difficult situations careful', 'difficult situations careful considerate', 'situations careful considerate manner', 'careful considerate manner learning', 'considerate manner learning skills', 'manner learning skills i', 'learning skills i high', 'skills i high capacity', 'i high capacity learning', 'high capacity learning pick', 'capacity learning pick new', 'learning pick new skills', 'pick new skills ideas', 'new skills ideas quickly', 'skills ideas quickly generally', 'ideas quickly generally thrive', 'quickly generally thrive challenges', 'generally thrive challenges enthusiasm', 'thrive challenges enthusiasm creativity', 'challenges enthusiasm creativity give', 'enthusiasm creativity give edge', 'creativity give edge difficult', 'give edge difficult projects', 'edge difficult projects problem', 'difficult projects problem solving', 'projects problem solving skills', 'problem solving skills my', 'solving skills my analytical', 'skills my analytical skills', 'my analytical skills help', 'analytical skills help troubleshoot', 'skills help troubleshoot problems', 'help troubleshoot problems uncover', 'troubleshoot problems uncover root', 'problems uncover root causes', 'uncover root causes i', 'root causes i creative', 'causes i creative tenacious', 'i creative tenacious education', 'creative tenacious education details', 'tenacious education details july', 'education details july 2012', 'details july 2012 april', 'july 2012 april 2015', '2012 april 2015 bachelor', 'april 2015 bachelor science', '2015 bachelor science information', 'bachelor science information technology', 'science information technology mumbai', 'information technology mumbai maharashtra', 'technology mumbai maharashtra akbar', 'mumbai maharashtra akbar peerbhoy', 'maharashtra akbar peerbhoy college', 'akbar peerbhoy college comm', 'peerbhoy college comm eco', 'college comm eco university', 'comm eco university mumbai', 'eco university mumbai june', 'university mumbai june 2008', 'mumbai june 2008 april', 'june 2008 april 2010', '2008 april 2010 jaunpur', 'april 2010 jaunpur uttar', '2010 jaunpur uttar pradesh', 'jaunpur uttar pradesh janta', 'uttar pradesh janta inter', 'pradesh janta inter college', 'janta inter college jaunpur', 'inter college jaunpur may', 'college jaunpur may 2006', 'jaunpur may 2006 april', 'may 2006 april 2008', '2006 april 2008 jaunpur', 'april 2008 jaunpur uttar', '2008 jaunpur uttar pradesh', 'jaunpur uttar pradesh inter', 'uttar pradesh inter college', 'pradesh inter college jaunpur', 'inter college jaunpur network', 'college jaunpur network security', 'jaunpur network security engineer', 'network security engineer skill', 'security engineer skill details', 'engineer skill details network', 'skill details network security', 'details network security network', 'network security network administration', 'security network administration firewall', 'network administration firewall vpn', 'administration firewall vpn configuration', 'firewall vpn configuration routing', 'vpn configuration routing switching', 'configuration routing switching exprience', 'routing switching exprience 24', 'switching exprience 24 monthscompany', 'exprience 24 monthscompany details', '24 monthscompany details company', 'monthscompany details company karvy', 'details company karvy innotech', 'company karvy innotech ltd', 'karvy innotech ltd description', 'innotech ltd description managing', 'ltd description managing network', 'description managing network mahindra', 'managing network mahindra mahindra', 'network mahindra mahindra financial', 'mahindra mahindra financial services', 'mahindra financial services limited', 'financial services limited internal', 'services limited internal pan', 'limited internal pan india', 'internal pan india level', 'pan india level installation', 'india level installation setup', 'level installation setup configuration', 'installation setup configuration troubleshooting', 'setup configuration troubleshooting tuning', 'configuration troubleshooting tuning diagnostics', 'troubleshooting tuning diagnostics maintenance', 'tuning diagnostics maintenance it', 'diagnostics maintenance it security', 'maintenance it security related', 'it security related equipment', 'security related equipment maintaining', 'related equipment maintaining network', 'equipment maintaining network devices', 'maintaining network devices routers', 'network devices routers switches', 'devices routers switches firewall', 'routers switches firewall wi', 'switches firewall wi fi', 'firewall wi fi devices', 'wi fi devices troubleshoot', 'fi devices troubleshoot performance', 'devices troubleshoot performance availability', 'troubleshoot performance availability issues', 'performance availability issues security', 'availability issues security devices', 'issues security devices firewalls', 'security devices firewalls utm', 'devices firewalls utm content', 'firewalls utm content filtering', 'utm content filtering solutions', 'content filtering solutions handling', 'filtering solutions handling daily', 'solutions handling daily calls', 'handling daily calls related', 'daily calls related network', 'calls related network network', 'related network network security', 'network network security manage', 'network security manage administer', 'security manage administer vpn', 'manage administer vpn connectivity', 'administer vpn connectivity organization', 'vpn connectivity organization clients', 'connectivity organization clients implement', 'organization clients implement policy', 'clients implement policy changes', 'implement policy changes configure', 'policy changes configure url', 'changes configure url filtering', 'configure url filtering security', 'url filtering security policies', 'filtering security policies utm', 'security policies utm appliances', 'policies utm appliances monitor', 'utm appliances monitor alerts', 'appliances monitor alerts received', 'monitor alerts received monitoring', 'alerts received monitoring systems', ...], ['technical', 'expertise', 'cisco', 'asa', 'checkpoint', 'firewall', 'gaia', 'splat', 'palo', 'alto', 'firewalls', 'firewall', 'management', 'tools', 'cisco', 'security', 'management', 'csm', 'checkpoint', 'smart', 'center', 'palo', 'alto', 'panorama', 'f5', 'load', 'balancer', 'ltm', 'networking', 'hands', 'cisco', 'router', 'cisco', 'switches', 'security', 'management', 'event', 'management', 'rsaenvision', '4', '1', 'ticketing', 'tools', 'bmc', 'remedy', 'service', 'other', 'technologies', 'software', 'languages', 'python', 'vb', 'scriptingeducation', 'details', 'january', '2006', 'january', '2010', 'bachelor', 'engineering', 'information', 'technology', 'mumbai', 'maharashtra', 'mumbai', 'university', 'senior', 'network', 'security', 'analyst', 'senior', 'network', 'security', 'analyst', 'a', 'enture', 'skill', 'details', 'firewalls', 'exprience', '97', 'months', 'cisco', 'exprience', '89', 'months', 'security', 'exprience', '72', 'months', 'firewall', 'exprience', '45', 'months', 'checkpoint', 'exprience', '44', 'monthscompany', 'details', 'company', 'a', 'enture', 'description', 'install', 'configure', 'upgrades', 'troubleshoot', 'cisco', 'asa', 'firewalls', '5500', 'x', 'includes', 'single', 'multi', 'context', 'firewalls', 'f5', 'ltm', 'configuration', 'vip', 'pools', 'ssl', 'offloading', 'certificate', 'renewals', 'code', 'upgrade', 'troubleshoot', 'issues', 'pulse', 'secure', 'juniper', 'management', 'includes', 'creating', 'roles', 'realm', 'polices', 'remote', 'ess', 'reverse', 'proxy', 'code', 'upgrade', 'pac', 'file', 'configuration', 'preparing', 'design', 'documents', 'hld', 'lld', 'ip', 'schema', 'configuration', 'network', 'devices', 'per', 'customer', 'requirements', 'data', 'center', 'environment', 'incident', 'management', 'change', 'management', 'problem', 'management', 'itil', 'process', 'key', 'projects', 'worked', 'resiliency', 'project', 'like', 'firewall', 'policy', 'lockdown', 'software', 'code', 'upgrade', 'firewalls', 'load', 'balancers', 'end', 'end', 'co', 'ordination', 'firewall', 'deployment', 'tools', 'cisco', 'security', 'manager', '4', 'x', 'company', 'zensar', 'technologies', 'description', 'install', 'upgrades', 'checkpoint', 'firewalls', 'gaia', 'r75', 'r77', 'policy', 'deployment', 'troubleshoot', 'checkpoint', 'firewalls', 'palo', 'alto', 'firewall', 'cisco', 'asa', 'multiple', 'sites', 'belongs', 'us', 'canada', 'emea', 'region', 'configure', 'upgrades', 'troubleshoot', 'cisco', 'routers', 'cisco', '29xx', '28xx', '19xx', 'cisco', 'switches', '2960', '3560', 'cisco', 'meraki', 'ap', 'meraki', 'cloud', 'f5', 'ltm', 'configuration', 'troubleshooting', 'operational', 'issues', 'company', 'infosys', 'technologies', 'description', 'responsibilities', 'install', 'configure', 'upgrade', 'troubleshoot', 'checkpoint', 'firewalls', 'cisco', 'routers', 'switches', 'configure', 'monitor', 'troubleshoot', 'issues', 'within', 'organization', 'lan', 'wan', 'customer', 'connectivity', 'networks', 'interface', 'vendors', 'service', 'providers', 'ensuring', 'hardware', 'software', 'problems', 'dealt', 'efficiently', 'effectively', 'minimal', 'downtime', 'company', 'hcl', 'comnet', 'description', 'responsibilities', 'event', 'moitoring', 'administration', 'rsa', 'envision', '4', '1', 'siem', 'proficient', 'researching', 'traffic', 'patterns', 'identify', 'false', 'positives', 'malicious', 'traffic', 'within', 'ids', 'ips', 'scanners', 'qualis', 'firewalls', 'experience', 'writing', 'correlation', 'rules', 'parsers', 'developing', 'uds', 'unsupported', 'device', 'logs', 'analyze', 'large', 'volume', 'security', 'events', 'maintaining', 'high', 'quality', 'analysis', 'change', 'configuration', 'management', 'exposure', 'company', 'wipro', 'technologies', 'description', 'administrator', 'manage', 'troubleshoot', 'multi', 'vendor', 'network', 'infrastructure', 'consisting', 'cisco', 'juniper', 'platforms', 'cisco', 'router', '3845', 'cisco', 'stack', 'wise', 'switches', '3750e', '2960', 'ess', 'switch', 'cisco', '4500', 'chassis', 'cisco', '5550', '20', 'asa', 'firewalls', 'juniper', 'sa', '6500', 'ssl', 'vpn', 'provisioning', 'troubleshooting', 'ess', 'issues', 'related', 'rsa', 'entrust', '2fa', 'user', 'a', 'ounts', 'taking', 'network', 'security', 'devices', 'configuration', 'back', 'weekly', 'monthly', 'basis', 'technical expertise', 'expertise cisco', 'cisco asa', 'asa checkpoint', 'checkpoint firewall', 'firewall gaia', 'gaia splat', 'splat palo', 'palo alto', 'alto firewalls', 'firewalls firewall', 'firewall management', 'management tools', 'tools cisco', 'cisco security', 'security management', 'management csm', 'csm checkpoint', 'checkpoint smart', 'smart center', 'center palo', 'palo alto', 'alto panorama', 'panorama f5', 'f5 load', 'load balancer', 'balancer ltm', 'ltm networking', 'networking hands', 'hands cisco', 'cisco router', 'router cisco', 'cisco switches', 'switches security', 'security management', 'management event', 'event management', 'management rsaenvision', 'rsaenvision 4', '4 1', '1 ticketing', 'ticketing tools', 'tools bmc', 'bmc remedy', 'remedy service', 'service other', 'other technologies', 'technologies software', 'software languages', 'languages python', 'python vb', 'vb scriptingeducation', 'scriptingeducation details', 'details january', 'january 2006', '2006 january', 'january 2010', '2010 bachelor', 'bachelor engineering', 'engineering information', 'information technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university senior', 'senior network', 'network security', 'security analyst', 'analyst senior', 'senior network', 'network security', 'security analyst', 'analyst a', 'a enture', 'enture skill', 'skill details', 'details firewalls', 'firewalls exprience', 'exprience 97', '97 months', 'months cisco', 'cisco exprience', 'exprience 89', '89 months', 'months security', 'security exprience', 'exprience 72', '72 months', 'months firewall', 'firewall exprience', 'exprience 45', '45 months', 'months checkpoint', 'checkpoint exprience', 'exprience 44', '44 monthscompany', 'monthscompany details', 'details company', 'company a', 'a enture', 'enture description', 'description install', 'install configure', 'configure upgrades', 'upgrades troubleshoot', 'troubleshoot cisco', 'cisco asa', 'asa firewalls', 'firewalls 5500', '5500 x', 'x includes', 'includes single', 'single multi', 'multi context', 'context firewalls', 'firewalls f5', 'f5 ltm', 'ltm configuration', 'configuration vip', 'vip pools', 'pools ssl', 'ssl offloading', 'offloading certificate', 'certificate renewals', 'renewals code', 'code upgrade', 'upgrade troubleshoot', 'troubleshoot issues', 'issues pulse', 'pulse secure', 'secure juniper', 'juniper management', 'management includes', 'includes creating', 'creating roles', 'roles realm', 'realm polices', 'polices remote', 'remote ess', 'ess reverse', 'reverse proxy', 'proxy code', 'code upgrade', 'upgrade pac', 'pac file', 'file configuration', 'configuration preparing', 'preparing design', 'design documents', 'documents hld', 'hld lld', 'lld ip', 'ip schema', 'schema configuration', 'configuration network', 'network devices', 'devices per', 'per customer', 'customer requirements', 'requirements data', 'data center', 'center environment', 'environment incident', 'incident management', 'management change', 'change management', 'management problem', 'problem management', 'management itil', 'itil process', 'process key', 'key projects', 'projects worked', 'worked resiliency', 'resiliency project', 'project like', 'like firewall', 'firewall policy', 'policy lockdown', 'lockdown software', 'software code', 'code upgrade', 'upgrade firewalls', 'firewalls load', 'load balancers', 'balancers end', 'end end', 'end co', 'co ordination', 'ordination firewall', 'firewall deployment', 'deployment tools', 'tools cisco', 'cisco security', 'security manager', 'manager 4', '4 x', 'x company', 'company zensar', 'zensar technologies', 'technologies description', 'description install', 'install upgrades', 'upgrades checkpoint', 'checkpoint firewalls', 'firewalls gaia', 'gaia r75', 'r75 r77', 'r77 policy', 'policy deployment', 'deployment troubleshoot', 'troubleshoot checkpoint', 'checkpoint firewalls', 'firewalls palo', 'palo alto', 'alto firewall', 'firewall cisco', 'cisco asa', 'asa multiple', 'multiple sites', 'sites belongs', 'belongs us', 'us canada', 'canada emea', 'emea region', 'region configure', 'configure upgrades', 'upgrades troubleshoot', 'troubleshoot cisco', 'cisco routers', 'routers cisco', 'cisco 29xx', '29xx 28xx', '28xx 19xx', '19xx cisco', 'cisco switches', 'switches 2960', '2960 3560', '3560 cisco', 'cisco meraki', 'meraki ap', 'ap meraki', 'meraki cloud', 'cloud f5', 'f5 ltm', 'ltm configuration', 'configuration troubleshooting', 'troubleshooting operational', 'operational issues', 'issues company', 'company infosys', 'infosys technologies', 'technologies description', 'description responsibilities', 'responsibilities install', 'install configure', 'configure upgrade', 'upgrade troubleshoot', 'troubleshoot checkpoint', 'checkpoint firewalls', 'firewalls cisco', 'cisco routers', 'routers switches', 'switches configure', 'configure monitor', 'monitor troubleshoot', 'troubleshoot issues', 'issues within', 'within organization', 'organization lan', 'lan wan', 'wan customer', 'customer connectivity', 'connectivity networks', 'networks interface', 'interface vendors', 'vendors service', 'service providers', 'providers ensuring', 'ensuring hardware', 'hardware software', 'software problems', 'problems dealt', 'dealt efficiently', 'efficiently effectively', 'effectively minimal', 'minimal downtime', 'downtime company', 'company hcl', 'hcl comnet', 'comnet description', 'description responsibilities', 'responsibilities event', 'event moitoring', 'moitoring administration', 'administration rsa', 'rsa envision', 'envision 4', '4 1', '1 siem', 'siem proficient', 'proficient researching', 'researching traffic', 'traffic patterns', 'patterns identify', 'identify false', 'false positives', 'positives malicious', 'malicious traffic', 'traffic within', 'within ids', 'ids ips', 'ips scanners', 'scanners qualis', 'qualis firewalls', 'firewalls experience', 'experience writing', 'writing correlation', 'correlation rules', 'rules parsers', 'parsers developing', 'developing uds', 'uds unsupported', 'unsupported device', 'device logs', 'logs analyze', 'analyze large', 'large volume', 'volume security', 'security events', 'events maintaining', 'maintaining high', 'high quality', 'quality analysis', 'analysis change', 'change configuration', 'configuration management', 'management exposure', 'exposure company', 'company wipro', 'wipro technologies', 'technologies description', 'description administrator', 'administrator manage', 'manage troubleshoot', 'troubleshoot multi', 'multi vendor', 'vendor network', 'network infrastructure', 'infrastructure consisting', 'consisting cisco', 'cisco juniper', 'juniper platforms', 'platforms cisco', 'cisco router', 'router 3845', '3845 cisco', 'cisco stack', 'stack wise', 'wise switches', 'switches 3750e', '3750e 2960', '2960 ess', 'ess switch', 'switch cisco', 'cisco 4500', '4500 chassis', 'chassis cisco', 'cisco 5550', '5550 20', '20 asa', 'asa firewalls', 'firewalls juniper', 'juniper sa', 'sa 6500', '6500 ssl', 'ssl vpn', 'vpn provisioning', 'provisioning troubleshooting', 'troubleshooting ess', 'ess issues', 'issues related', 'related rsa', 'rsa entrust', 'entrust 2fa', '2fa user', 'user a', 'a ounts', 'ounts taking', 'taking network', 'network security', 'security devices', 'devices configuration', 'configuration back', 'back weekly', 'weekly monthly', 'monthly basis', 'technical expertise cisco', 'expertise cisco asa', 'cisco asa checkpoint', 'asa checkpoint firewall', 'checkpoint firewall gaia', 'firewall gaia splat', 'gaia splat palo', 'splat palo alto', 'palo alto firewalls', 'alto firewalls firewall', 'firewalls firewall management', 'firewall management tools', 'management tools cisco', 'tools cisco security', 'cisco security management', 'security management csm', 'management csm checkpoint', 'csm checkpoint smart', 'checkpoint smart center', 'smart center palo', 'center palo alto', 'palo alto panorama', 'alto panorama f5', 'panorama f5 load', 'f5 load balancer', 'load balancer ltm', 'balancer ltm networking', 'ltm networking hands', 'networking hands cisco', 'hands cisco router', 'cisco router cisco', 'router cisco switches', 'cisco switches security', 'switches security management', 'security management event', 'management event management', 'event management rsaenvision', 'management rsaenvision 4', 'rsaenvision 4 1', '4 1 ticketing', '1 ticketing tools', 'ticketing tools bmc', 'tools bmc remedy', 'bmc remedy service', 'remedy service other', 'service other technologies', 'other technologies software', 'technologies software languages', 'software languages python', 'languages python vb', 'python vb scriptingeducation', 'vb scriptingeducation details', 'scriptingeducation details january', 'details january 2006', 'january 2006 january', '2006 january 2010', 'january 2010 bachelor', '2010 bachelor engineering', 'bachelor engineering information', 'engineering information technology', 'information technology mumbai', 'technology mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university senior', 'university senior network', 'senior network security', 'network security analyst', 'security analyst senior', 'analyst senior network', 'senior network security', 'network security analyst', 'security analyst a', 'analyst a enture', 'a enture skill', 'enture skill details', 'skill details firewalls', 'details firewalls exprience', 'firewalls exprience 97', 'exprience 97 months', '97 months cisco', 'months cisco exprience', 'cisco exprience 89', 'exprience 89 months', '89 months security', 'months security exprience', 'security exprience 72', 'exprience 72 months', '72 months firewall', 'months firewall exprience', 'firewall exprience 45', 'exprience 45 months', '45 months checkpoint', 'months checkpoint exprience', 'checkpoint exprience 44', 'exprience 44 monthscompany', '44 monthscompany details', 'monthscompany details company', 'details company a', 'company a enture', 'a enture description', 'enture description install', 'description install configure', 'install configure upgrades', 'configure upgrades troubleshoot', 'upgrades troubleshoot cisco', 'troubleshoot cisco asa', 'cisco asa firewalls', 'asa firewalls 5500', 'firewalls 5500 x', '5500 x includes', 'x includes single', 'includes single multi', 'single multi context', 'multi context firewalls', 'context firewalls f5', 'firewalls f5 ltm', 'f5 ltm configuration', 'ltm configuration vip', 'configuration vip pools', 'vip pools ssl', 'pools ssl offloading', 'ssl offloading certificate', 'offloading certificate renewals', 'certificate renewals code', 'renewals code upgrade', 'code upgrade troubleshoot', 'upgrade troubleshoot issues', 'troubleshoot issues pulse', 'issues pulse secure', 'pulse secure juniper', 'secure juniper management', 'juniper management includes', 'management includes creating', 'includes creating roles', 'creating roles realm', 'roles realm polices', 'realm polices remote', 'polices remote ess', 'remote ess reverse', 'ess reverse proxy', 'reverse proxy code', 'proxy code upgrade', 'code upgrade pac', 'upgrade pac file', 'pac file configuration', 'file configuration preparing', 'configuration preparing design', 'preparing design documents', 'design documents hld', 'documents hld lld', 'hld lld ip', 'lld ip schema', 'ip schema configuration', 'schema configuration network', 'configuration network devices', 'network devices per', 'devices per customer', 'per customer requirements', 'customer requirements data', 'requirements data center', 'data center environment', 'center environment incident', 'environment incident management', 'incident management change', 'management change management', 'change management problem', 'management problem management', 'problem management itil', 'management itil process', 'itil process key', 'process key projects', 'key projects worked', 'projects worked resiliency', 'worked resiliency project', 'resiliency project like', 'project like firewall', 'like firewall policy', 'firewall policy lockdown', 'policy lockdown software', 'lockdown software code', 'software code upgrade', 'code upgrade firewalls', 'upgrade firewalls load', 'firewalls load balancers', 'load balancers end', 'balancers end end', 'end end co', 'end co ordination', 'co ordination firewall', 'ordination firewall deployment', 'firewall deployment tools', 'deployment tools cisco', 'tools cisco security', 'cisco security manager', 'security manager 4', 'manager 4 x', '4 x company', 'x company zensar', 'company zensar technologies', 'zensar technologies description', 'technologies description install', 'description install upgrades', ...], ['operating', 'systems', 'windows', 'linux', 'ubuntu', 'network', 'technologies', 'cisco', 'routing', 'switching', 'intervlan', 'routing', 'dynamic', 'protocols', 'e', 'ripv2', 'ripng', 'ospf', 'eigrp', 'static', 'routing', 'acl', 'vtp', 'vlan', 'ehterchannel', 'hsrp', 'stp', 'ipv6', 'lan', 'troubleshooting', 'structured', 'network', 'cabling', 'cisco', 'firewall', 'fortinet', 'firewall', 'rhel', '6', 'networks', 'networking', 'devices', 'cisco', 'routers', '1800s', '1900s', '2600s', '2900s', '3600s', '3800s', '7200s', 'etc', 'cisco', 'switches', 'cisco', 'catalyst', '2900s', '3700s', '4850s', 'etc', 'hp', 'proliant', 'servers', 'dell', 'server', 'lenovo', 'servers', 'etc', 'fortinet', 'firewall', 'modem', 'etc', 'server', 'technologies', 'ad', 'rodc', 'ftp', 'print', 'server', 'sccm', 'wds', 'dhcp', 'group', 'policies', 'dhcp', 'server', 'dns', 'server', 'ris', 'server', 'user', 'policies', 'computer', 'policies', 'etc', 'backup', 'technologies', 'server', '2016', 'backup', 'tools', 'symantec', 'backup', 'exec', '12d', 'etc', 'virtualisation', 'vmware', 'esxi', 'vmware', 'workstation', 'oracle', 'virtualbox', 'gns3', 'network', 'simulator', 'etc', 'education', 'details', 'msc', 'aisect', 'university', 'distance', 'education', 'b', 'com', 'jiwaji', 'university', 'sr', 'network', 'engineer', 'sr', 'network', 'engineer', 'cloudatix', 'network', 'pvt', 'ltd', 'skill', 'details', 'cisco', 'exprience', '43', 'months', 'dhcp', 'exprience', '43', 'months', 'dns', 'exprience', '43', 'months', 'ftp', 'exprience', '43', 'months', 'lan', 'exprience', '43', 'monthscompany', 'details', 'company', 'cloudatix', 'network', 'pvt', 'ltd', 'description', '18', 'project', 'routers', 'switches', 'server', 'configuration', 'group', 'policies', 'client', 'railwire', 'railtel', 'corporation', 'india', 'ltd', 'mumbai', 'type', 'project', 'configuration', 'wifi', 'ap', 'railway', 'station', 'maharashtra', 'state', 'role', 'sr', 'network', 'engineer', 'roles', 'responsibilities', 'earthing', 'trenching', 'equipment', 'making', 'plans', 'preparing', 'station', 'wifi', 'environment', 'including', 'cabling', 'installation', 'commissioning', 'handing', 'etc', 'implementing', 'maintaining', 'backup', 'schedules', 'upgrading', 'backups', 'cisco', 'router', 'configuration', 'files', 'installation', 'configuration', 'administration', 'windows', 'servers', '2008', 'r2', '2012', 'r2', '2016', 'active', 'directory', 'ftp', 'dns', 'dhcp', 'tftp', 'troubleshooting', 'lan', 'wan', 'infrastructure', 'settings', 'networking', 'devices', 'cisco', 'router', 'switches', 'co', 'coordinating', 'system', 'network', 'administrator', 'implementation', 'regular', 'health', 'checking', 'file', 'servers', 'application', 'servers', 'security', 'violation', 'disk', 'spaces', 'etc', 'maintaining', 'management', 'windows', '7', '10', 'based', 'network', 'installing', 'configuring', 'network', 'printers', 'assigning', 'proper', 'rights', 'shared', 'drives', 'user', 'groups', 'management', 'assigning', 'rights', 'ording', 'organization', 'requirements', 'company', 'asha', 'mmpc', 'description', 'project', 'routers', 'switches', 'server', 'configuration', 'group', 'policies', 'client', 'asha', 'mmpc', 'bali', 'pali', 'rajasthan', 'type', 'project', 'configuration', 'dpmcu', 'milknet', 'server', 'ems', 'server', 'qms', 'server', 'etc', 'role', 'it', 'executive', 'roles', 'responsibilities', 'implementing', 'maintaining', 'backup', 'schedules', 'upgrading', 'backups', 'cisco', 'router', 'configuration', 'files', 'installation', 'configuration', 'administration', 'windows', 'servers', '2008', 'r2', '2012', 'r2', '2016', 'active', 'directory', 'ftp', 'dns', 'dhcp', 'tftp', 'troubleshooting', 'lan', 'wan', 'infrastructure', 'settings', 'networking', 'devices', 'cisco', 'router', 'switches', 'co', 'coordinating', 'system', 'network', 'administrator', 'implementation', 'regular', 'health', 'checking', 'file', 'servers', 'application', 'servers', 'security', 'violation', 'disk', 'spaces', 'etc', 'maintaining', 'management', 'windows', '7', '10', 'based', 'network', 'installing', 'configuring', 'network', 'printers', 'assigning', 'proper', 'rights', 'shared', 'drives', 'user', 'groups', 'management', 'assigning', 'rights', 'ording', 'organization', 'requirements', 'company', 'interface', 'techno', 'system', 'description', 'project', 'routers', 'switches', 'server', 'configuration', 'group', 'policies', 'client', 'the', 'scindia', 'school', 'fort', 'gwalior', 'mp', 'type', 'project', 'configuration', 'implementation', 'role', 'network', 'engineer', 'roles', 'responsibilities', 'implementing', 'maintaining', 'backup', 'schedules', 'upgrading', 'backups', 'cisco', 'router', 'configuration', 'files', 'installation', 'configuration', 'administration', 'windows', 'servers', '2000', '2003', '2008', 'r2', '2012', 'r2', 'active', 'directory', 'ftp', 'dns', 'dhcp', 'tftp', 'linux', 'os', 'working', 'troubleshooting', 'complex', 'lan', 'infrastructure', 'settings', 'networking', 'devices', 'cisco', 'router', 'switches', 'co', 'coordinating', 'system', 'network', 'administrator', 'implementation', 'regular', 'health', 'checking', 'file', 'servers', 'application', 'servers', 'security', 'violation', 'disk', 'spaces', 'etc', 'maintaining', 'management', 'windows', '7', 'professional', 'based', 'network', 'installing', 'configuring', 'network', 'printers', 'installing', 'server', 'side', 'software', 'utilities', 'assigning', 'proper', 'rights', 'shared', 'drives', 'managing', 'user', 'ount', 'company', 'interface', 'techno', 'system', 'description', 'project', 'network', 'implementation', 'configuration', 'client', 'm', 'teva', 'api', 'india', 'pvt', 'ltd', 'bhind', 'mp', 'type', 'project', 'implementation', 'configuration', 'role', 'network', 'support', 'engineer', 'roles', 'responsibilities', 'implementing', 'maintaining', 'backup', 'schedules', 'upgrading', 'backups', 'cisco', 'router', 'configuration', 'files', 'installation', 'configuration', 'administration', 'windows', 'servers', '2000', '2003', '2008', 'r2', '2012', 'r2', 'active', 'directory', 'ftp', 'dns', 'dhcp', 'tftp', 'linux', 'os', 'working', 'troubleshooting', 'complex', 'lan', 'infrastructure', 'settings', 'networking', 'devices', 'cisco', 'router', 'switches', 'co', 'coordinating', 'system', 'network', 'administrator', 'implementation', 'configuration', 'maintenance', 'check', 'point', 'endpoint', 'security', 'mi', 'management', 'console', 'laptop', 'users', 'regular', 'health', 'checking', 'file', 'servers', 'application', 'servers', 'security', 'violation', 'disk', 'spaces', 'etc', 'logging', 'monitoring', 'calls', 'using', 'ca', 'unicenter', 'service', 'desk', 'manager', 'maintaining', 'management', 'windows', 'xp', 'professional', 'based', 'network', 'installation', 'configuration', 'troubleshooting', 'microsoft', 'outlook', 'installing', 'configuring', 'network', 'printers', 'installing', 'server', 'side', 'software', 'utilities', 'assigning', 'proper', 'rights', 'shared', 'drives', 'managing', 'user', 'ount', 'issue', 'e', 'token', 'laptop', 'user', 'managing', '350', 'desktops', 'laptops', 'taking', 'differential', 'full', 'backups', 'server', 'symantec', 'backup', 'exec', '12d', 'restoring', 'files', 'got', 'corrupted', 'deleted', 'identally', 'handling', 'escalations', 'desktop', 'calls', 'remote', 'locations', 'monthly', 'weekly', 'report', 'generations', 'servers', 'preparing', 'mis', 'vendor', 'inventory', 'management', 'reports', 'company', 'nava', 'bharat', 'press', 'p', 'ltd', 'description', 'role', 'system', 'engineer', 'roles', 'responsibilities', 'server', 'management', 'backup', 'management', 'helpdesk', 'sla', 'monitoring', 'incident', 'management', 'hosting', 'client', 'meeting', 'scheduled', 'interval', 'system', 'management', 'troubleshooting', 'hardware', 'troubleshooting', 'additional', 'qualification', 'certifications', 'manual', 'computerized', 'ounting', 'tally', 'erp9', 'tally', 'certification', 'tally', 'academy', 'operating systems', 'systems windows', 'windows linux', 'linux ubuntu', 'ubuntu network', 'network technologies', 'technologies cisco', 'cisco routing', 'routing switching', 'switching intervlan', 'intervlan routing', 'routing dynamic', 'dynamic protocols', 'protocols e', 'e ripv2', 'ripv2 ripng', 'ripng ospf', 'ospf eigrp', 'eigrp static', 'static routing', 'routing acl', 'acl vtp', 'vtp vlan', 'vlan ehterchannel', 'ehterchannel hsrp', 'hsrp stp', 'stp ipv6', 'ipv6 lan', 'lan troubleshooting', 'troubleshooting structured', 'structured network', 'network cabling', 'cabling cisco', 'cisco firewall', 'firewall fortinet', 'fortinet firewall', 'firewall rhel', 'rhel 6', '6 networks', 'networks networking', 'networking devices', 'devices cisco', 'cisco routers', 'routers 1800s', '1800s 1900s', '1900s 2600s', '2600s 2900s', '2900s 3600s', '3600s 3800s', '3800s 7200s', '7200s etc', 'etc cisco', 'cisco switches', 'switches cisco', 'cisco catalyst', 'catalyst 2900s', '2900s 3700s', '3700s 4850s', '4850s etc', 'etc hp', 'hp proliant', 'proliant servers', 'servers dell', 'dell server', 'server lenovo', 'lenovo servers', 'servers etc', 'etc fortinet', 'fortinet firewall', 'firewall modem', 'modem etc', 'etc server', 'server technologies', 'technologies ad', 'ad rodc', 'rodc ftp', 'ftp print', 'print server', 'server sccm', 'sccm wds', 'wds dhcp', 'dhcp group', 'group policies', 'policies dhcp', 'dhcp server', 'server dns', 'dns server', 'server ris', 'ris server', 'server user', 'user policies', 'policies computer', 'computer policies', 'policies etc', 'etc backup', 'backup technologies', 'technologies server', 'server 2016', '2016 backup', 'backup tools', 'tools symantec', 'symantec backup', 'backup exec', 'exec 12d', '12d etc', 'etc virtualisation', 'virtualisation vmware', 'vmware esxi', 'esxi vmware', 'vmware workstation', 'workstation oracle', 'oracle virtualbox', 'virtualbox gns3', 'gns3 network', 'network simulator', 'simulator etc', 'etc education', 'education details', 'details msc', 'msc aisect', 'aisect university', 'university distance', 'distance education', 'education b', 'b com', 'com jiwaji', 'jiwaji university', 'university sr', 'sr network', 'network engineer', 'engineer sr', 'sr network', 'network engineer', 'engineer cloudatix', 'cloudatix network', 'network pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details cisco', 'cisco exprience', 'exprience 43', '43 months', 'months dhcp', 'dhcp exprience', 'exprience 43', '43 months', 'months dns', 'dns exprience', 'exprience 43', '43 months', 'months ftp', 'ftp exprience', 'exprience 43', '43 months', 'months lan', 'lan exprience', 'exprience 43', '43 monthscompany', 'monthscompany details', 'details company', 'company cloudatix', 'cloudatix network', 'network pvt', 'pvt ltd', 'ltd description', 'description 18', '18 project', 'project routers', 'routers switches', 'switches server', 'server configuration', 'configuration group', 'group policies', 'policies client', 'client railwire', 'railwire railtel', 'railtel corporation', 'corporation india', 'india ltd', 'ltd mumbai', 'mumbai type', 'type project', 'project configuration', 'configuration wifi', 'wifi ap', 'ap railway', 'railway station', 'station maharashtra', 'maharashtra state', 'state role', 'role sr', 'sr network', 'network engineer', 'engineer roles', 'roles responsibilities', 'responsibilities earthing', 'earthing trenching', 'trenching equipment', 'equipment making', 'making plans', 'plans preparing', 'preparing station', 'station wifi', 'wifi environment', 'environment including', 'including cabling', 'cabling installation', 'installation commissioning', 'commissioning handing', 'handing etc', 'etc implementing', 'implementing maintaining', 'maintaining backup', 'backup schedules', 'schedules upgrading', 'upgrading backups', 'backups cisco', 'cisco router', 'router configuration', 'configuration files', 'files installation', 'installation configuration', 'configuration administration', 'administration windows', 'windows servers', 'servers 2008', '2008 r2', 'r2 2012', '2012 r2', 'r2 2016', '2016 active', 'active directory', 'directory ftp', 'ftp dns', 'dns dhcp', 'dhcp tftp', 'tftp troubleshooting', 'troubleshooting lan', 'lan wan', 'wan infrastructure', 'infrastructure settings', 'settings networking', 'networking devices', 'devices cisco', 'cisco router', 'router switches', 'switches co', 'co coordinating', 'coordinating system', 'system network', 'network administrator', 'administrator implementation', 'implementation regular', 'regular health', 'health checking', 'checking file', 'file servers', 'servers application', 'application servers', 'servers security', 'security violation', 'violation disk', 'disk spaces', 'spaces etc', 'etc maintaining', 'maintaining management', 'management windows', 'windows 7', '7 10', ...], ['core', 'competencies', 'maintain', 'processes', 'ensure', 'project', 'management', 'documentation', 'reports', 'plans', 'relevant', 'urate', 'complete', 'report', 'automation', 'dashboard', 'preparation', 'sharing', 'feedbacks', 'basis', 'performance', 'project', 'manager', 'forecasting', 'data', 'regarding', 'future', 'risks', 'project', 'changes', 'updating', 'delivery', 'team', 'timely', 'basis', 'good', 'understanding', 'project', 'management', 'lifecycle', 'proven', 'excellence', 'risk', 'management', 'control', 'good', 'understanding', 'software', 'development', 'lifecycle', 'sdlc', 'ability', 'synthesize', 'qualitative', 'quantitative', 'data', 'quickly', 'draw', 'meaningful', 'insights', 'knowledge', 'programme', 'project', 'management', 'methodologies', 'full', 'project', 'reporting', 'governance', 'ability', 'work', 'different', 'cross', 'functional', 'stakeholders', 'establish', 'ensure', 'reliable', 'productive', 'working', 'relationship', 'strong', 'time', 'management', 'organizational', 'skills', 'multitasking', 'skills', 'ability', 'meet', 'deadlines', 'computer', 'skills', 'and', 'ce', 'ification', 'advance', 'knowledge', 'ms', 'office', '2013', 'macros', 'skills', 'strategic', 'thinking', 'decision', 'making', 'ability', 'sound', 'analytical', 'skills', 'multi', 'tasking', 'skills', 'fast', 'paced', 'environment', 'leadership', 'inter', 'personal', 'skills', 'strong', 'information', 'management', 'ability', 'particularly', 'ms', 'excel', 'extraction', 'formulae', 'pivots', 'graphs', 'education', 'details', 'january', '2005', 'bachelor', 'business', 'administration', 'business', 'administration', 'pune', 'maharashtra', 'modern', 'college', 'hsc', 'pune', 'maharashtra', 's', 's', 'p', 'm', 's', 'college', 'ssc', 'pune', 'maharashtra', 'saints', 'high', 'school', 'pmo', 'having', 'exp', '6', 'years', 'experience', 'project', 'management', 'it', 'expertise', 'pmo', 'team', 'handling', 'quality', 'analyst', 'proficient', 'data', 'analyzing', 'tools', 'techniques', 'skill', 'details', 'documentation', 'exprience', '47', 'months', 'governance', 'exprience', '19', 'months', 'excel', 'exprience', '6', 'months', 'forecasting', 'exprience', '6', 'months', 'ms', 'excel', 'exprience', '6', 'monthscompany', 'details', 'company', 'capita', 'india', 'pvt', 'ltd', 'description', 'pune', 'key', 'result', 'areas', 'responsible', 'su', 'essful', 'transition', 'knowledge', 'system', 'operating', 'capabilities', 'prudential', 'multiclient', 'pheonix', 'royal', 'london', 'travelled', 'onsite', 'glasgow', 'part', 'uk', 'team', 'understand', 'transition', 'pmo', 'work', 'process', 'execute', 'su', 'essfully', 'offshore', 'su', 'essfully', 'transitioned', 'work', 'order', 'management', 'governance', 'reporting', 'uk', 'lead', 'team', '6', 'members', 'follow', 'development', 'new', 'ways', 'working', 'documentation', 'processes', 'manage', 'internal', 'external', 'stakeholder', 'engagement', 'collaboration', 'teams', 'global', 'pmos', 'network', 'helps', 'achieve', 'robust', 'operations', 'resources', 'infrastructure', 'execute', 'steady', 'state', 'operations', 'company', 'saviant', 'technologies', 'description', 'multiple', 'projects', 'established', 'pmo', 'scratch', 'provided', 'seasoned', 'leadership', 'technical', 'operations', 'staff', 'defined', 'implemented', 'work', 'priority', 'management', 'resource', 'management', 'processes', 'established', 'supportive', 'environment', 'allowed', 'employees', 'grow', 'provide', 'imaginative', 'solutions', 'complex', 'client', 'need', 'track', 'monitor', 'financial', 'performance', 'program', 'report', 'financials', 'actual', 'budgeted', 'comparison', 'labor', 'hours', 'dollars', 'operating', 'costs', 'capital', 'costs', 'secure', 'funding', 'approvals', 'changes', 'scope', 'monitor', 'program', 'risks', 'going', 'process', 'identifying', 'assessing', 'tracking', 'developing', 'executing', 'risk', 'mitigation', 'strategies', 'reviewed', 'project', 'documentation', 'document', 'lessons', 'learned', 'provide', 'recommendations', 'mitigate', 'future', 'projects', 'risk', 'identification', 'mitigation', 'strategy', 'issue', 'escalation', 'client', 'communication', 'project', 'timeline', 'resource', 'management', 'company', 'infosys', 'description', 'pune', 'key', 'result', 'areas', 'responsible', 'resource', 'management', 'budgeting', 'billing', 'responsible', 'preparing', 'sharing', 'different', 'reports', 'delivery', 'managers', 'project', 'managers', 'quality', 'team', 'automation', 'reports', 'entire', 'unit', 'interpret', 'data', 'analyze', 'results', 'using', 'statistical', 'techniques', 'provide', 'ongoing', 'reports', 'preparing', 'case', 'diagrams', 'activity', 'diagrams', 'various', 'scenarios', 'collate', 'data', 'study', 'patterns', 'conduct', 'brainstorming', 'sessions', 'identify', 'outliers', 'review', 'approve', 'project', 'documentation', 'assist', 'identification', 'risks', 'project', 'setting', 'mitigation', 'plan', 'risk', 'reviewing', 'dashboards', 'reports', 'customer', 'feedback', 'information', 'analysis', 'reviews', 'validate', 'inputs', 'project', 'mangers', 'regarding', 'dashboards', 'ppt', 'supporting', 'tl', 'training', 'people', 'process', 'domain', 'part', 'growth', 'plan', 'sla', 'compliance', 'company', 'capita', 'india', 'pvt', 'ltd', 'description', 'pune', 'key', 'result', 'areas', 'audits', 'reviews', 'validate', 'inputs', 'managers', 'regarding', 'dashboards', 'ppt', 'auditing', 'work', 'done', 'onshore', 'agents', 'simultaneously', 'auditing', 'work', 'done', 'old', 'team', 'reporting', 'part', 'well', 'assisting', 'reporting', 'manager', 'business', 'transformation', 'leadership', 'skills', 'proven', 'ability', 'influence', 'collaborate', 'across', 'levels', 'organization', 'helping', 'line', 'managers', 'solve', 'specific', 'audit', 'problems', 'either', 'one', 'one', 'basis', 'groups', 'reporting', 'preparing', 'weekly', 'monthly', 'quarterly', 'yearly', 'mis', 'variance', 'report', 'performance', 'report', 'feedback', 'analysis', 'task', 'activities', 'report', 'publish', 'relevant', 'business', 'dashboards', 'projects', 'audit', 'report', 'core competencies', 'competencies maintain', 'maintain processes', 'processes ensure', 'ensure project', 'project management', 'management documentation', 'documentation reports', 'reports plans', 'plans relevant', 'relevant urate', 'urate complete', 'complete report', 'report automation', 'automation dashboard', 'dashboard preparation', 'preparation sharing', 'sharing feedbacks', 'feedbacks basis', 'basis performance', 'performance project', 'project manager', 'manager forecasting', 'forecasting data', 'data regarding', 'regarding future', 'future risks', 'risks project', 'project changes', 'changes updating', 'updating delivery', 'delivery team', 'team timely', 'timely basis', 'basis good', 'good understanding', 'understanding project', 'project management', 'management lifecycle', 'lifecycle proven', 'proven excellence', 'excellence risk', 'risk management', 'management control', 'control good', 'good understanding', 'understanding software', 'software development', 'development lifecycle', 'lifecycle sdlc', 'sdlc ability', 'ability synthesize', 'synthesize qualitative', 'qualitative quantitative', 'quantitative data', 'data quickly', 'quickly draw', 'draw meaningful', 'meaningful insights', 'insights knowledge', 'knowledge programme', 'programme project', 'project management', 'management methodologies', 'methodologies full', 'full project', 'project reporting', 'reporting governance', 'governance ability', 'ability work', 'work different', 'different cross', 'cross functional', 'functional stakeholders', 'stakeholders establish', 'establish ensure', 'ensure reliable', 'reliable productive', 'productive working', 'working relationship', 'relationship strong', 'strong time', 'time management', 'management organizational', 'organizational skills', 'skills multitasking', 'multitasking skills', 'skills ability', 'ability meet', 'meet deadlines', 'deadlines computer', 'computer skills', 'skills and', 'and ce', 'ce ification', 'ification advance', 'advance knowledge', 'knowledge ms', 'ms office', 'office 2013', '2013 macros', 'macros skills', 'skills strategic', 'strategic thinking', 'thinking decision', 'decision making', 'making ability', 'ability sound', 'sound analytical', 'analytical skills', 'skills multi', 'multi tasking', 'tasking skills', 'skills fast', 'fast paced', 'paced environment', 'environment leadership', 'leadership inter', 'inter personal', 'personal skills', 'skills strong', 'strong information', 'information management', 'management ability', 'ability particularly', 'particularly ms', 'ms excel', 'excel extraction', 'extraction formulae', 'formulae pivots', 'pivots graphs', 'graphs education', 'education details', 'details january', 'january 2005', '2005 bachelor', 'bachelor business', 'business administration', 'administration business', 'business administration', 'administration pune', 'pune maharashtra', 'maharashtra modern', 'modern college', 'college hsc', 'hsc pune', 'pune maharashtra', 'maharashtra s', 's s', 's p', 'p m', 'm s', 's college', 'college ssc', 'ssc pune', 'pune maharashtra', 'maharashtra saints', 'saints high', 'high school', 'school pmo', 'pmo having', 'having exp', 'exp 6', '6 years', 'years experience', 'experience project', 'project management', 'management it', 'it expertise', 'expertise pmo', 'pmo team', 'team handling', 'handling quality', 'quality analyst', 'analyst proficient', 'proficient data', 'data analyzing', 'analyzing tools', 'tools techniques', 'techniques skill', 'skill details', 'details documentation', 'documentation exprience', 'exprience 47', '47 months', 'months governance', 'governance exprience', 'exprience 19', '19 months', 'months excel', 'excel exprience', 'exprience 6', '6 months', 'months forecasting', 'forecasting exprience', 'exprience 6', '6 months', 'months ms', 'ms excel', 'excel exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company capita', 'capita india', 'india pvt', 'pvt ltd', 'ltd description', 'description pune', 'pune key', 'key result', 'result areas', 'areas responsible', 'responsible su', 'su essful', 'essful transition', 'transition knowledge', 'knowledge system', 'system operating', 'operating capabilities', 'capabilities prudential', 'prudential multiclient', 'multiclient pheonix', 'pheonix royal', 'royal london', 'london travelled', 'travelled onsite', 'onsite glasgow', 'glasgow part', 'part uk', 'uk team', 'team understand', 'understand transition', 'transition pmo', 'pmo work', 'work process', 'process execute', 'execute su', 'su essfully', 'essfully offshore', 'offshore su', 'su essfully', 'essfully transitioned', 'transitioned work', 'work order', 'order management', 'management governance', 'governance reporting', 'reporting uk', 'uk lead', 'lead team', 'team 6', '6 members', 'members follow', 'follow development', 'development new', 'new ways', 'ways working', 'working documentation', 'documentation processes', 'processes manage', 'manage internal', 'internal external', 'external stakeholder', 'stakeholder engagement', 'engagement collaboration', 'collaboration teams', 'teams global', 'global pmos', 'pmos network', 'network helps', 'helps achieve', 'achieve robust', 'robust operations', 'operations resources', 'resources infrastructure', 'infrastructure execute', 'execute steady', 'steady state', 'state operations', 'operations company', 'company saviant', 'saviant technologies', 'technologies description', 'description multiple', 'multiple projects', 'projects established', 'established pmo', 'pmo scratch', 'scratch provided', 'provided seasoned', 'seasoned leadership', 'leadership technical', 'technical operations', 'operations staff', 'staff defined', 'defined implemented', 'implemented work', 'work priority', 'priority management', 'management resource', 'resource management', 'management processes', 'processes established', 'established supportive', 'supportive environment', 'environment allowed', 'allowed employees', 'employees grow', 'grow provide', 'provide imaginative', 'imaginative solutions', 'solutions complex', 'complex client', 'client need', 'need track', 'track monitor', 'monitor financial', 'financial performance', 'performance program', 'program report', 'report financials', 'financials actual', 'actual budgeted', 'budgeted comparison', 'comparison labor', 'labor hours', 'hours dollars', 'dollars operating', 'operating costs', 'costs capital', 'capital costs', 'costs secure', 'secure funding', 'funding approvals', 'approvals changes', 'changes scope', 'scope monitor', 'monitor program', 'program risks', 'risks going', 'going process', 'process identifying', 'identifying assessing', 'assessing tracking', 'tracking developing', 'developing executing', 'executing risk', 'risk mitigation', 'mitigation strategies', 'strategies reviewed', 'reviewed project', 'project documentation', 'documentation document', 'document lessons', 'lessons learned', 'learned provide', 'provide recommendations', 'recommendations mitigate', 'mitigate future', 'future projects', 'projects risk', 'risk identification', 'identification mitigation', 'mitigation strategy', 'strategy issue', 'issue escalation', 'escalation client', 'client communication', 'communication project', 'project timeline', 'timeline resource', 'resource management', 'management company', 'company infosys', 'infosys description', 'description pune', 'pune key', 'key result', 'result areas', 'areas responsible', 'responsible resource', 'resource management', 'management budgeting', 'budgeting billing', 'billing responsible', 'responsible preparing', 'preparing sharing', 'sharing different', 'different reports', 'reports delivery', 'delivery managers', 'managers project', 'project managers', 'managers quality', 'quality team', 'team automation', 'automation reports', 'reports entire', 'entire unit', 'unit interpret', 'interpret data', 'data analyze', 'analyze results', 'results using', 'using statistical', 'statistical techniques', 'techniques provide', 'provide ongoing', 'ongoing reports', 'reports preparing', 'preparing case', 'case diagrams', 'diagrams activity', 'activity diagrams', 'diagrams various', 'various scenarios', 'scenarios collate', 'collate data', 'data study', 'study patterns', 'patterns conduct', 'conduct brainstorming', 'brainstorming sessions', 'sessions identify', 'identify outliers', 'outliers review', 'review approve', 'approve project', 'project documentation', 'documentation assist', 'assist identification', 'identification risks', 'risks project', 'project setting', 'setting mitigation', 'mitigation plan', 'plan risk', 'risk reviewing', 'reviewing dashboards', 'dashboards reports', 'reports customer', 'customer feedback', 'feedback information', 'information analysis', 'analysis reviews', 'reviews validate', 'validate inputs', 'inputs project', 'project mangers', 'mangers regarding', 'regarding dashboards', ...], ['area', 'of', 'expe', 'ise', 'profile', 'around', '10', 'plus', 'years', 'proven', 'experience', 'best', 'global', 'brand', 'wipro', 'expertise', 'pmo', 'itil', 'management', 'process', 'improvements', 'project', 'process', 'audits', 'planning', 'scheduling', 'effort', 'issue', 'risk', 'tracking', 'risk', 'issue', 'management', 'sla', 'management', 'workforce', 'staffing', 'resource', 'management', 'transition', 'operations', 'management', 'skills', 'project', 'management', 'tools', 'ca', 'clarity', 'visio', 'office', 'itil', 'incident', 'management', 'recruitment', 'workforce', 'management', 'technical', 'sap', 'hr', 'mrs', 'cpro', 'confluence', 'microsoft', 'office', 'word', 'powerpoint', 'excellent', 'knowledge', 'hands', 'experience', 'advanced', 'ms', 'excel', 'knowledge', 'ms', 'project', 'sharepoint', 'reporting', 'ticket', 'tool', 'xtraction', 'ca', 'service', 'desk', 'i', 'tracker', 'education', 'details', 'mba', 'hr', 'finance', 'bengaluru', 'karnataka', 'rkims', 'college', 'senior', 'executive', 'pmo', 'senior', 'executive', 'pmo', 'consultant', 'skill', 'details', 'operations', 'exprience', '125', 'months', 'staffing', 'exprience', '125', 'months', 'hr', 'exprience', '79', 'months', 'pmo', 'exprience', '84', 'monthscompany', 'details', 'company', 'ensono', 'llp', 'description', 'roles', 'responsiblites', 'responsible', 'creation', 'structured', 'reports', 'present', 'senior', 'deliery', 'management', 'per', 'business', 'requirements', 'design', 'draft', 'various', 'reports', 'per', 'business', 'requirements', 'responsible', 'creation', 'mom', 'chasing', 'people', 'getting', 'sla', 'driven', 'time', 'achieving', 'targets', 'results', 'time', 'assist', 'project', 'managers', 'creating', 'rr', 'deputation', 'invoicings', 'billing', 'activites', 'maintaining', 'clarity', 'sharepoint', 'data', 'service', 'delivery', 'management', 'perform', 'customer', 'invocing', 'direction', 'cem', 'sdm', 'weekly', 'preparation', 'sla', 'kpi', 'data', 'based', 'manual', 'tracker', 'sharing', 'client', 'senior', 'management', 'project', 'implementation', 'management', 'invoicing', 'billing', 'management', 'participate', 'establishing', 'client', 'contractual', 'documentation', 'experience', 'various', 'delivery', 'models', 'like', 'managed', 'services', 'fixed', 'price', 't', 'm', 'sla', 'based', 'risk', 'penalty', 'required', 'manage', 'sla', 'targets', 'save', 'penalty', 'towards', 'customers', 'drive', 'sla', 'calls', '80', 'plus', 'customers', 'multiple', 'towers', 'spoc', 'time', 'floor', 'analysis', 'tofa', 'report', 'highlighting', 'employee', 'tailgating', 'data', 'high', 'level', 'management', 'ensure', 'compliance', 'related', 'issue', 'floor', 'maintenance', 'ensure', 'asall', 'joining', 'formalities', 'boarding', 'activities', 'new', 'employees', 'identify', 'drivekey', 'metrics', 'like', 'billing', 'efficiency', 'resource', 'utilization', 'maintain', 'project', 'library', 'filing', 'recording', 'reporting', 'systems', 'monitor', 'project', 'progress', 'risks', 'roadblocks', 'opportunities', 'manage', 'communications', 'stakeholders', 'develop', 'flow', 'charts', 'sop', 'ad', 'maintain', 'process', 'changes', 'database', 'monitor', 'severity', 'calls', 'prepare', 'monthly', 'reports', 'operational', 'report', 'capacity', 'utilization', 'report', 'timesheet', 'report', 'sla', 'compliancereport', 'quarterly', 'report', 'operational', 'report', 'quarter', 'trends', 'internal', 'report', 'allowances', 'billing', 'reports', 'repository', 'maintenance', 'documents', 'create', 'project', 'sub', 'project', 'plans', 'monitor', 'progress', 'schedule', 'maintain', 'risk', 'issue', 'logs', 'actively', 'participate', 'project', 'management', 'communities', 'responsible', 'project', 'cost', 'schedule', 'budget', 'revenue', 'milestone', 'progress', 'company', 'wipro', 'technology', 'description', 'roles', 'responsiblites', 'responsible', 'creation', 'structured', 'reports', 'present', 'senior', 'deliery', 'management', 'per', 'business', 'requirements', 'design', 'draft', 'various', 'reports', 'per', 'business', 'requirements', 'responsible', 'creation', 'mom', 'chasing', 'people', 'getting', 'sla', 'driven', 'time', 'achieving', 'targets', 'results', 'time', 'assist', 'project', 'managers', 'creating', 'rr', 'deputation', 'invoicings', 'billing', 'activites', 'maintaining', 'clarity', 'sharepoint', 'data', 'service', 'delivery', 'management', 'perform', 'customer', 'invocing', 'direction', 'cem', 'sdm', 'weekly', 'preparation', 'sla', 'kpi', 'data', 'based', 'manual', 'tracker', 'sharing', 'client', 'senior', 'management', 'project', 'implementation', 'management', 'invoicing', 'billing', 'management', 'participate', 'establishing', 'client', 'contractual', 'documentation', 'experience', 'various', 'delivery', 'models', 'like', 'managed', 'services', 'fixed', 'price', 't', 'm', 'sla', 'based', 'risk', 'penalty', 'required', 'manage', 'sla', 'targets', 'save', 'penalty', 'towards', 'customers', 'drive', 'sla', 'calls', '80', 'plus', 'customers', 'multiple', 'towers', 'spoc', 'time', 'floor', 'analysis', 'tofa', 'report', 'highlighting', 'employee', 'tailgating', 'data', 'high', 'level', 'management', 'ensure', 'compliance', 'related', 'issue', 'floor', 'maintenance', 'ensure', 'asall', 'joining', 'formalities', 'boarding', 'activities', 'new', 'employees', 'identify', 'drivekey', 'metrics', 'like', 'billing', 'efficiency', 'resource', 'utilization', 'maintain', 'project', 'library', 'filing', 'recording', 'reporting', 'systems', 'monitor', 'project', 'progress', 'risks', 'roadblocks', 'opportunities', 'manage', 'communications', 'stakeholders', 'develop', 'flow', 'charts', 'sop', 'ad', 'maintain', 'process', 'changes', 'database', 'monitor', 'severity', 'calls', 'prepare', 'monthly', 'reports', 'operational', 'report', 'capacity', 'utilization', 'report', 'timesheet', 'report', 'sla', 'compliancereport', 'quarterly', 'report', 'operational', 'report', 'quarter', 'trends', 'internal', 'report', 'allowances', 'billing', 'reports', 'repository', 'maintenance', 'documents', 'create', 'project', 'sub', 'project', 'plans', 'monitor', 'progress', 'schedule', 'maintain', 'risk', 'issue', 'logs', 'actively', 'participate', 'project', 'management', 'communities', 'responsible', 'project', 'cost', 'schedule', 'budget', 'revenue', 'milestone', 'progress', 'company', 'wipro', 'infotech', 'description', 'responsibilities', 'monitor', 'manage', 'headcount', 'actual', 'vs', 'plan', 'region', 'maintain', 'headcount', 'ratio', 'revenue', 'maintain', 'monitor', 'correct', 'tagging', 'sap', 'project', 'tagging', 'supervisor', 'tagging', 'org', 'unit', 'cost', 'center', 'region', 'financials', 'maintained', 'properly', 'responsible', 'providing', 'exact', 'urate', 'headcount', 'report', 'gm', 'calculation', 'responsible', 'managing', 'bench', 'management', 'deploy', 'resource', 'responsible', 'managing', 'driving', 'tenure', 'management', 'eligible', 'employee', 'deploy', 'ording', 'aspiration', 'business', 'need', 'responsible', 'hiring', 'maintaining', 'rookie', 'ratio', 'location', 'actively', 'track', 'training', 'deploy', 'analyze', 'past', 'volume', 'staffing', 'patterns', 'implement', 'actions', 'based', 'forecast', 'provided', 'resource', 'crunch', 'addressed', 'make', 'sure', 'availability', 'resources', 'time', 'go', 'live', 'validate', 'head', 'count', 'plan', 'project', 'work', 'stake', 'holders', 'service', 'delivery', 'managers', 'optimizing', 'resources', 'ensure', 'required', 'wfm', 'data', 'tracked', 'trended', 'continuous', 'basis', 'nld', 'team', 'identify', 'resource', 'completed', 'tenure', 'project', 'plan', 'training', 'help', 'training', 'team', 'elevate', 'higher', 'roles', 'back', 'fill', 'rookie', 's', 'trb', 'te', 'wims', 'sims', 'interface', 'service', 'delivery', 'managers', 'director', 'needed', 'escalation', 'service', 'impacting', 'issues', 'due', 'resource', 'availability', 'coordinates', 'stake', 'holders', 'operations', 'interface', 'client', 'handle', 'ount', 'management', 'issues', 'add', 'resources', 'per', 'requirement', 'manages', 'staff', 'schedules', 'responsibilities', 'workforce', 'management', 'team', 'region', 'bu', 'prepare', 'daily', 'weekly', 'monthly', 'reports', 'distribute', 'management', 'team', 'manages', 'staffing', 'ratios', 'seat', 'utilization', 'optimization', 'ensure', 'project', 'goals', 'met', 'builds', 'effective', 'working', 'relationships', 'internal', 'departments', 'take', 'care', 'special', 'projects', 'pwd', 'rookie', 'hiring', 'model', 'training', 'deployment', 'personal', 'detail', 'dob', '21', '03', '1986', 'pan', 'awvpb7123n', 'passport', 'j1409038', 'linguistic', 'ability', 'english', 'hindi', 'marathi', 'kannada', 'konkani', 'location', 'pune', 'india', 'marital', 'status', 'married', 'area of', 'of expe', 'expe ise', 'ise profile', 'profile around', 'around 10', '10 plus', 'plus years', 'years proven', 'proven experience', 'experience best', 'best global', 'global brand', 'brand wipro', 'wipro expertise', 'expertise pmo', 'pmo itil', 'itil management', 'management process', 'process improvements', 'improvements project', 'project process', 'process audits', 'audits planning', 'planning scheduling', 'scheduling effort', 'effort issue', 'issue risk', 'risk tracking', 'tracking risk', 'risk issue', 'issue management', 'management sla', 'sla management', 'management workforce', 'workforce staffing', 'staffing resource', 'resource management', 'management transition', 'transition operations', 'operations management', 'management skills', 'skills project', 'project management', 'management tools', 'tools ca', 'ca clarity', 'clarity visio', 'visio office', 'office itil', 'itil incident', 'incident management', 'management recruitment', 'recruitment workforce', 'workforce management', 'management technical', 'technical sap', 'sap hr', 'hr mrs', 'mrs cpro', 'cpro confluence', 'confluence microsoft', 'microsoft office', 'office word', 'word powerpoint', 'powerpoint excellent', 'excellent knowledge', 'knowledge hands', 'hands experience', 'experience advanced', 'advanced ms', 'ms excel', 'excel knowledge', 'knowledge ms', 'ms project', 'project sharepoint', 'sharepoint reporting', 'reporting ticket', 'ticket tool', 'tool xtraction', 'xtraction ca', 'ca service', 'service desk', 'desk i', 'i tracker', 'tracker education', 'education details', 'details mba', 'mba hr', 'hr finance', 'finance bengaluru', 'bengaluru karnataka', 'karnataka rkims', 'rkims college', 'college senior', 'senior executive', 'executive pmo', 'pmo senior', 'senior executive', 'executive pmo', 'pmo consultant', 'consultant skill', 'skill details', 'details operations', 'operations exprience', 'exprience 125', '125 months', 'months staffing', 'staffing exprience', 'exprience 125', '125 months', 'months hr', 'hr exprience', 'exprience 79', '79 months', 'months pmo', 'pmo exprience', 'exprience 84', '84 monthscompany', 'monthscompany details', 'details company', 'company ensono', 'ensono llp', 'llp description', 'description roles', 'roles responsiblites', 'responsiblites responsible', 'responsible creation', 'creation structured', 'structured reports', 'reports present', 'present senior', 'senior deliery', 'deliery management', 'management per', 'per business', 'business requirements', 'requirements design', 'design draft', 'draft various', 'various reports', 'reports per', 'per business', 'business requirements', 'requirements responsible', 'responsible creation', 'creation mom', 'mom chasing', 'chasing people', 'people getting', 'getting sla', 'sla driven', 'driven time', 'time achieving', 'achieving targets', 'targets results', 'results time', 'time assist', 'assist project', 'project managers', 'managers creating', 'creating rr', 'rr deputation', 'deputation invoicings', 'invoicings billing', 'billing activites', 'activites maintaining', 'maintaining clarity', 'clarity sharepoint', 'sharepoint data', 'data service', 'service delivery', 'delivery management', 'management perform', 'perform customer', 'customer invocing', 'invocing direction', 'direction cem', 'cem sdm', 'sdm weekly', 'weekly preparation', 'preparation sla', 'sla kpi', 'kpi data', 'data based', 'based manual', 'manual tracker', 'tracker sharing', 'sharing client', 'client senior', 'senior management', 'management project', 'project implementation', 'implementation management', 'management invoicing', 'invoicing billing', 'billing management', 'management participate', 'participate establishing', ...], ['skills', 'exceptional', 'communication', 'networking', 'skills', 'su', 'essful', 'working', 'team', 'environment', 'well', 'independently', 'ability', 'work', 'pressure', 'multi', 'task', 'strategies', 'campaigns', 'corporate', 'communications', 'mis', 'reporting', 'documentation', 'training', 'development', 'sales', 'support', 'back', 'office', 'operations', 'new', 'process', 'development', 'launch', 'handling', 'customer', 'escalationseducation', 'details', 'bachelor', 'of', 'business', 'administration', 'business', 'administration', 'icfai', 'business', 'school', 'integrated', 'institute', 'of', 'management', 'technology', 'higher', 'secondary', 'school', 'b', 'i', 's', 's', 'school', 'delhi', 'delhi', 'senior', 'secondary', 'school', 'delhi', 'public', 'school', 'senior', 'manager', 'pmo', 'skill', 'details', 'training', 'exprience', '30', 'months', 'documentation', 'exprience', '16', 'months', 'operations', 'exprience', '16', 'months', 'sales', 'exprience', '8', 'months', 'corporate', 'communications', 'exprience', '6', 'monthscompany', 'details', 'company', 'description', 'review', 'understand', 'existing', 'business', 'processes', 'identify', 'functional', 'requirements', 'eliminate', 'waste', 'improve', 'controllership', 'deliver', 'flexibility', 'identify', 'processes', 'design', 'prototype', 'potential', 'solutions', 'calculate', 'trade', 'offs', 'costs', 'suggest', 'recommended', 'course', 'action', 'identifying', 'modifications', 'new', 'existing', 'process', 'project', 'management', 'new', 'requirements', 'opportunities', 'applying', 'efficient', 'effective', 'solutions', 'responsible', 'delivering', 'process', 'reengineering', 'projects', 'across', 'processes', 'closely', 'working', 'relevant', 'businesses', 'operations', 'units', 'responsible', 'documentation', 'train', 'stakeholders', 'changes', 'company', 'description', 'responsible', 'defining', 'scope', 'project', 'ordance', 'stakeholders', 'internal', 'teams', 'senior', 'management', 'team', 'prepare', 'project', 'charter', 'defined', 'timelines', 'project', 'related', 'activities', 'preparation', 'business', 'requirement', 'document', 'brd', 'closing', 'understanding', 'document', 'ud', 'development', 'team', 'uat', 'completion', 'deployment', 'preparation', 'training', 'documents', 'slas', 'sops', 'etc', 'required', 'conduct', 'training', 'impacted', 'teams', 'ensure', 'smooth', 'transition', 'company', 'teleperformance', 'india', 'description', 'driving', 'sales', 'call', 'center', 'achieve', 'target', 'overall', 'responsibility', 'exploring', 'selling', 'opportunities', 'understanding', 'customer', 'preferences', 'requirements', 'conceptualizing', 'implementing', 'sales', 'promotional', 'activities', 'part', 'pilot', 'batch', 'new', 'company', 'launch', 'training', 'new', 'joiners', 'process', 'call', 'barging', 'interaction', 'client', 'understand', 'requirements', 'expectations', 'handling', 'call', 'quality', 'sessions', 'client', 'handling', 'adhoc', 'requirements', 'client', 'well', 'senior', 'management', 'delivering', 'timely', 'resolution', 'master', 'of', 'business', 'administration', 'skills exceptional', 'exceptional communication', 'communication networking', 'networking skills', 'skills su', 'su essful', 'essful working', 'working team', 'team environment', 'environment well', 'well independently', 'independently ability', 'ability work', 'work pressure', 'pressure multi', 'multi task', 'task strategies', 'strategies campaigns', 'campaigns corporate', 'corporate communications', 'communications mis', 'mis reporting', 'reporting documentation', 'documentation training', 'training development', 'development sales', 'sales support', 'support back', 'back office', 'office operations', 'operations new', 'new process', 'process development', 'development launch', 'launch handling', 'handling customer', 'customer escalationseducation', 'escalationseducation details', 'details bachelor', 'bachelor of', 'of business', 'business administration', 'administration business', 'business administration', 'administration icfai', 'icfai business', 'business school', 'school integrated', 'integrated institute', 'institute of', 'of management', 'management technology', 'technology higher', 'higher secondary', 'secondary school', 'school b', 'b i', 'i s', 's s', 's school', 'school delhi', 'delhi delhi', 'delhi senior', 'senior secondary', 'secondary school', 'school delhi', 'delhi public', 'public school', 'school senior', 'senior manager', 'manager pmo', 'pmo skill', 'skill details', 'details training', 'training exprience', 'exprience 30', '30 months', 'months documentation', 'documentation exprience', 'exprience 16', '16 months', 'months operations', 'operations exprience', 'exprience 16', '16 months', 'months sales', 'sales exprience', 'exprience 8', '8 months', 'months corporate', 'corporate communications', 'communications exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company description', 'description review', 'review understand', 'understand existing', 'existing business', 'business processes', 'processes identify', 'identify functional', 'functional requirements', 'requirements eliminate', 'eliminate waste', 'waste improve', 'improve controllership', 'controllership deliver', 'deliver flexibility', 'flexibility identify', 'identify processes', 'processes design', 'design prototype', 'prototype potential', 'potential solutions', 'solutions calculate', 'calculate trade', 'trade offs', 'offs costs', 'costs suggest', 'suggest recommended', 'recommended course', 'course action', 'action identifying', 'identifying modifications', 'modifications new', 'new existing', 'existing process', 'process project', 'project management', 'management new', 'new requirements', 'requirements opportunities', 'opportunities applying', 'applying efficient', 'efficient effective', 'effective solutions', 'solutions responsible', 'responsible delivering', 'delivering process', 'process reengineering', 'reengineering projects', 'projects across', 'across processes', 'processes closely', 'closely working', 'working relevant', 'relevant businesses', 'businesses operations', 'operations units', 'units responsible', 'responsible documentation', 'documentation train', 'train stakeholders', 'stakeholders changes', 'changes company', 'company description', 'description responsible', 'responsible defining', 'defining scope', 'scope project', 'project ordance', 'ordance stakeholders', 'stakeholders internal', 'internal teams', 'teams senior', 'senior management', 'management team', 'team prepare', 'prepare project', 'project charter', 'charter defined', 'defined timelines', 'timelines project', 'project related', 'related activities', 'activities preparation', 'preparation business', 'business requirement', 'requirement document', 'document brd', 'brd closing', 'closing understanding', 'understanding document', 'document ud', 'ud development', 'development team', 'team uat', 'uat completion', 'completion deployment', 'deployment preparation', 'preparation training', 'training documents', 'documents slas', 'slas sops', 'sops etc', 'etc required', 'required conduct', 'conduct training', 'training impacted', 'impacted teams', 'teams ensure', 'ensure smooth', 'smooth transition', 'transition company', 'company teleperformance', 'teleperformance india', 'india description', 'description driving', 'driving sales', 'sales call', 'call center', 'center achieve', 'achieve target', 'target overall', 'overall responsibility', 'responsibility exploring', 'exploring selling', 'selling opportunities', 'opportunities understanding', 'understanding customer', 'customer preferences', 'preferences requirements', 'requirements conceptualizing', 'conceptualizing implementing', 'implementing sales', 'sales promotional', 'promotional activities', 'activities part', 'part pilot', 'pilot batch', 'batch new', 'new company', 'company launch', 'launch training', 'training new', 'new joiners', 'joiners process', 'process call', 'call barging', 'barging interaction', 'interaction client', 'client understand', 'understand requirements', 'requirements expectations', 'expectations handling', 'handling call', 'call quality', 'quality sessions', 'sessions client', 'client handling', 'handling adhoc', 'adhoc requirements', 'requirements client', 'client well', 'well senior', 'senior management', 'management delivering', 'delivering timely', 'timely resolution', 'resolution master', 'master of', 'of business', 'business administration', 'skills exceptional communication', 'exceptional communication networking', 'communication networking skills', 'networking skills su', 'skills su essful', 'su essful working', 'essful working team', 'working team environment', 'team environment well', 'environment well independently', 'well independently ability', 'independently ability work', 'ability work pressure', 'work pressure multi', 'pressure multi task', 'multi task strategies', 'task strategies campaigns', 'strategies campaigns corporate', 'campaigns corporate communications', 'corporate communications mis', 'communications mis reporting', 'mis reporting documentation', 'reporting documentation training', 'documentation training development', 'training development sales', 'development sales support', 'sales support back', 'support back office', 'back office operations', 'office operations new', 'operations new process', 'new process development', 'process development launch', 'development launch handling', 'launch handling customer', 'handling customer escalationseducation', 'customer escalationseducation details', 'escalationseducation details bachelor', 'details bachelor of', 'bachelor of business', 'of business administration', 'business administration business', 'administration business administration', 'business administration icfai', 'administration icfai business', 'icfai business school', 'business school integrated', 'school integrated institute', 'integrated institute of', 'institute of management', 'of management technology', 'management technology higher', 'technology higher secondary', 'higher secondary school', 'secondary school b', 'school b i', 'b i s', 'i s s', 's s school', 's school delhi', 'school delhi delhi', 'delhi delhi senior', 'delhi senior secondary', 'senior secondary school', 'secondary school delhi', 'school delhi public', 'delhi public school', 'public school senior', 'school senior manager', 'senior manager pmo', 'manager pmo skill', 'pmo skill details', 'skill details training', 'details training exprience', 'training exprience 30', 'exprience 30 months', '30 months documentation', 'months documentation exprience', 'documentation exprience 16', 'exprience 16 months', '16 months operations', 'months operations exprience', 'operations exprience 16', 'exprience 16 months', '16 months sales', 'months sales exprience', 'sales exprience 8', 'exprience 8 months', '8 months corporate', 'months corporate communications', 'corporate communications exprience', 'communications exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company description', 'company description review', 'description review understand', 'review understand existing', 'understand existing business', 'existing business processes', 'business processes identify', 'processes identify functional', 'identify functional requirements', 'functional requirements eliminate', 'requirements eliminate waste', 'eliminate waste improve', 'waste improve controllership', 'improve controllership deliver', 'controllership deliver flexibility', 'deliver flexibility identify', 'flexibility identify processes', 'identify processes design', 'processes design prototype', 'design prototype potential', 'prototype potential solutions', 'potential solutions calculate', 'solutions calculate trade', 'calculate trade offs', 'trade offs costs', 'offs costs suggest', 'costs suggest recommended', 'suggest recommended course', 'recommended course action', 'course action identifying', 'action identifying modifications', 'identifying modifications new', 'modifications new existing', 'new existing process', 'existing process project', 'process project management', 'project management new', 'management new requirements', 'new requirements opportunities', 'requirements opportunities applying', 'opportunities applying efficient', 'applying efficient effective', 'efficient effective solutions', 'effective solutions responsible', 'solutions responsible delivering', 'responsible delivering process', 'delivering process reengineering', 'process reengineering projects', 'reengineering projects across', 'projects across processes', 'across processes closely', 'processes closely working', 'closely working relevant', 'working relevant businesses', 'relevant businesses operations', 'businesses operations units', 'operations units responsible', 'units responsible documentation', 'responsible documentation train', 'documentation train stakeholders', 'train stakeholders changes', 'stakeholders changes company', 'changes company description', 'company description responsible', 'description responsible defining', 'responsible defining scope', 'defining scope project', 'scope project ordance', 'project ordance stakeholders', 'ordance stakeholders internal', 'stakeholders internal teams', 'internal teams senior', 'teams senior management', 'senior management team', 'management team prepare', 'team prepare project', 'prepare project charter', 'project charter defined', 'charter defined timelines', 'defined timelines project', 'timelines project related', 'project related activities', 'related activities preparation', 'activities preparation business', 'preparation business requirement', 'business requirement document', 'requirement document brd', 'document brd closing', 'brd closing understanding', 'closing understanding document', 'understanding document ud', 'document ud development', 'ud development team', 'development team uat', 'team uat completion', 'uat completion deployment', 'completion deployment preparation', 'deployment preparation training', 'preparation training documents', 'training documents slas', 'documents slas sops', 'slas sops etc', 'sops etc required', 'etc required conduct', 'required conduct training', 'conduct training impacted', 'training impacted teams', 'impacted teams ensure', 'teams ensure smooth', 'ensure smooth transition', 'smooth transition company', 'transition company teleperformance', 'company teleperformance india', 'teleperformance india description', 'india description driving', 'description driving sales', 'driving sales call', 'sales call center', 'call center achieve', 'center achieve target', 'achieve target overall', 'target overall responsibility', 'overall responsibility exploring', 'responsibility exploring selling', 'exploring selling opportunities', 'selling opportunities understanding', 'opportunities understanding customer', 'understanding customer preferences', 'customer preferences requirements', 'preferences requirements conceptualizing', 'requirements conceptualizing implementing', 'conceptualizing implementing sales', 'implementing sales promotional', 'sales promotional activities', 'promotional activities part', 'activities part pilot', 'part pilot batch', 'pilot batch new', 'batch new company', 'new company launch', 'company launch training', 'launch training new', 'training new joiners', 'new joiners process', 'joiners process call', 'process call barging', 'call barging interaction', 'barging interaction client', 'interaction client understand', 'client understand requirements', 'understand requirements expectations', 'requirements expectations handling', 'expectations handling call', 'handling call quality', 'call quality sessions', 'quality sessions client', 'sessions client handling', 'client handling adhoc', 'handling adhoc requirements', 'adhoc requirements client', 'requirements client well', 'client well senior', 'well senior management', 'senior management delivering', 'management delivering timely', 'delivering timely resolution', 'timely resolution master', 'resolution master of', 'master of business', 'of business administration', 'skills exceptional communication networking', 'exceptional communication networking skills', 'communication networking skills su', 'networking skills su essful', 'skills su essful working', 'su essful working team', 'essful working team environment', 'working team environment well', 'team environment well independently', 'environment well independently ability', 'well independently ability work', 'independently ability work pressure', 'ability work pressure multi', 'work pressure multi task', 'pressure multi task strategies', 'multi task strategies campaigns', 'task strategies campaigns corporate', 'strategies campaigns corporate communications', 'campaigns corporate communications mis', 'corporate communications mis reporting', 'communications mis reporting documentation', 'mis reporting documentation training', 'reporting documentation training development', 'documentation training development sales', 'training development sales support', 'development sales support back', 'sales support back office', 'support back office operations', 'back office operations new', 'office operations new process', 'operations new process development', 'new process development launch', 'process development launch handling', 'development launch handling customer', 'launch handling customer escalationseducation', 'handling customer escalationseducation details', 'customer escalationseducation details bachelor', 'escalationseducation details bachelor of', 'details bachelor of business', 'bachelor of business administration', 'of business administration business', 'business administration business administration', 'administration business administration icfai', 'business administration icfai business', 'administration icfai business school', 'icfai business school integrated', 'business school integrated institute', 'school integrated institute of', 'integrated institute of management', 'institute of management technology', 'of management technology higher', 'management technology higher secondary', 'technology higher secondary school', 'higher secondary school b', 'secondary school b i', 'school b i s', 'b i s s', 'i s s school', 's s school delhi', 's school delhi delhi', 'school delhi delhi senior', 'delhi delhi senior secondary', 'delhi senior secondary school', 'senior secondary school delhi', 'secondary school delhi public', 'school delhi public school', 'delhi public school senior', 'public school senior manager', 'school senior manager pmo', 'senior manager pmo skill', 'manager pmo skill details', 'pmo skill details training', 'skill details training exprience', 'details training exprience 30', 'training exprience 30 months', 'exprience 30 months documentation', '30 months documentation exprience', 'months documentation exprience 16', 'documentation exprience 16 months', 'exprience 16 months operations', '16 months operations exprience', 'months operations exprience 16', 'operations exprience 16 months', 'exprience 16 months sales', '16 months sales exprience', 'months sales exprience 8', 'sales exprience 8 months', 'exprience 8 months corporate', '8 months corporate communications', 'months corporate communications exprience', 'corporate communications exprience 6', 'communications exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company description', 'details company description review', 'company description review understand', 'description review understand existing', 'review understand existing business', 'understand existing business processes', 'existing business processes identify', 'business processes identify functional', 'processes identify functional requirements', 'identify functional requirements eliminate', 'functional requirements eliminate waste', 'requirements eliminate waste improve', 'eliminate waste improve controllership', 'waste improve controllership deliver', 'improve controllership deliver flexibility', 'controllership deliver flexibility identify', 'deliver flexibility identify processes', 'flexibility identify processes design', 'identify processes design prototype', 'processes design prototype potential', 'design prototype potential solutions', 'prototype potential solutions calculate', 'potential solutions calculate trade', 'solutions calculate trade offs', 'calculate trade offs costs', 'trade offs costs suggest', 'offs costs suggest recommended', 'costs suggest recommended course', 'suggest recommended course action', 'recommended course action identifying', 'course action identifying modifications', 'action identifying modifications new', 'identifying modifications new existing', 'modifications new existing process', 'new existing process project', 'existing process project management', 'process project management new', 'project management new requirements', 'management new requirements opportunities', 'new requirements opportunities applying', 'requirements opportunities applying efficient', 'opportunities applying efficient effective', 'applying efficient effective solutions', 'efficient effective solutions responsible', 'effective solutions responsible delivering', 'solutions responsible delivering process', 'responsible delivering process reengineering', 'delivering process reengineering projects', 'process reengineering projects across', 'reengineering projects across processes', 'projects across processes closely', 'across processes closely working', 'processes closely working relevant', 'closely working relevant businesses', 'working relevant businesses operations', 'relevant businesses operations units', 'businesses operations units responsible', 'operations units responsible documentation', 'units responsible documentation train', 'responsible documentation train stakeholders', 'documentation train stakeholders changes', 'train stakeholders changes company', 'stakeholders changes company description', 'changes company description responsible', 'company description responsible defining', 'description responsible defining scope', 'responsible defining scope project', 'defining scope project ordance', 'scope project ordance stakeholders', 'project ordance stakeholders internal', 'ordance stakeholders internal teams', 'stakeholders internal teams senior', 'internal teams senior management', 'teams senior management team', 'senior management team prepare', 'management team prepare project', 'team prepare project charter', 'prepare project charter defined', 'project charter defined timelines', 'charter defined timelines project', 'defined timelines project related', 'timelines project related activities', 'project related activities preparation', 'related activities preparation business', 'activities preparation business requirement', 'preparation business requirement document', 'business requirement document brd', 'requirement document brd closing', 'document brd closing understanding', 'brd closing understanding document', 'closing understanding document ud', 'understanding document ud development', 'document ud development team', 'ud development team uat', 'development team uat completion', 'team uat completion deployment', 'uat completion deployment preparation', 'completion deployment preparation training', 'deployment preparation training documents', 'preparation training documents slas', 'training documents slas sops', 'documents slas sops etc', 'slas sops etc required', 'sops etc required conduct', 'etc required conduct training', 'required conduct training impacted', 'conduct training impacted teams', 'training impacted teams ensure', ...], ['technical', 'expe', 'ise', 'db', 'languages', 'sql', 'database', 'tools', 'sql', 'server', '2014', '2017', 'postgresql', '9', '5', '9', '6', 'oracle', '11gr2', 'operating', 'systems', 'redhat', 'linux', 'oracle', 'linux', 'windows', 'server', '2012', '2016', 'other', 'technical', 'skills', 'oracle', '11g', 'r2', 'proficient', 'oracle', 'database', 'software', 'installation', 'creation', 'database', 'using', 'gui', 'silent', 'dbca', 'architecture', 'file', 'management', 'space', 'management', 'user', 'management', 'creating', 'roles', 'assigning', 'privileges', 'roles', '11gr2', 'troubleshooting', 'hands', 'experience', 'control', 'files', 'redolog', 'archive', 'undo', 'management', 'configuring', 'listener', 'ora', 'tnsnames', 'ora', 'file', 'using', 'netmgr', 'netca', 'generating', 'awr', 'reports', 'addm', 'ash', 'reports', 'diagnose', 'problems', 'database', 'backup', 'cloning', 'duplicate', 'using', 'hot', 'cold', 'backups', 'using', 'rman', 'knowledge', 'flashback', 'technologies', 'expdp', 'impdp', 'implemented', 'oracle11gr2', 'rac', 'oracle', 'linux', 'platform', 'knowledge', 'services', 'troubleshooting', 'rac', 'crsctl', 'srvctl', 'knowledge', 'installation', 'configuration', 'rac', 'add', 'remove', 'nodes', 'rac', 'configuration', 'physical', 'standby', 'database', 'data', 'guard', 'su', 'essfully', 'upgraded', '11', '2', '0', '1', '11', '2', '0', '4', 'psu', 'patching', 'using', 'o', 'patch', 'strengths', 'good', 'communication', 'skills', 'self', 'confident', 'adapt', 'work', 'environments', 'enjoy', 'responsibilities', 'lead', 'team', 'player', 'patient', 'listener', 'quick', 'learner', 'capable', 'explaining', 'issues', 'solving', 'education', 'details', 'b', 'e', 'computer', 'engineering', 'mumbai', 'maharashtra', 'mumbai', 'university', 'higher', 'secondary', 'certificate', 'dr', 'dy', 'patil', 'jr', 'college', 'database', 'administrator', 'database', 'administrator', 'dba', 'marketplace', 'technologies', 'ltd', 'skill', 'details', 'database', 'exprience', '61', 'months', 'backups', 'exprience', '48', 'months', 'linux', 'exprience', '48', 'months', 'ms', 'sql', 'server', 'exprience', '48', 'months', 'sql', 'exprience', '48', 'monthscompany', 'details', 'company', 'dba', 'marketplace', 'technologies', 'ltd', 'description', 'project', 'title', 'eboss', 'datafeed', 'mfdb', 'rms', 'indiainx', 'company', 'standard', 'enterprise', 'description', 'redhat', 'linux', '7', '4', 'postgresql', '9', '5', '9', '6', 'duration', 'feb', '2017', 'till', 'date', 'description', 'bombay', 'stock', 'exchange', 'bse', 'asia', 'first', 'fastest', 'stock', 'exchange', 'world', 'speed', '6', 'micro', 'seconds', 'one', 'india', 'leading', 'exchange', 'groups', 'provides', 'efficient', 'transparent', 'market', 'trading', 'equity', 'currencies', 'debt', 'instruments', 'derivatives', 'mutual', 'funds', 'bse', 'sme', 'india', 'largest', 'sme', 'platform', 'listed', '250', 'companies', 'continues', 'grow', 'steady', 'pace', 'job', 'roles', 'responsibilities', 'postgresql', 'worked', 'redhat', 'linux', 'os', 'cluster', 'postgresql', 'high', 'availability', 'ha', 'using', 'pacemaker', 'coordinated', 'developers', 'linux', 'teams', 'database', 'knowledge', 'support', 'participated', 'implementation', 'new', 'releases', 'production', 'installed', 'configured', 'postgresql', 'source', 'packages', 'redhat', 'linux', 'servers', 'performed', 'postgresql', 'server', 'management', 'tasks', 'e', 'backup', 'restore', 'configuration', 'roles', 'blockings', 'tablespace', 'creation', 'troubleshooting', 'worked', 'storage', 'team', 'disaster', 'recovery', 'dr', 'setup', 'built', 'san', 'using', 'emc', 'technology', 'configured', 'ldap', 'authentication', 'gssapi', 'authentication', 'windows', 'linux', 'postgresql', 'configured', 'logical', 'replication', 'database', 'servers', 'hot', 'standby', 'postgresql', 'servers', 'faster', 'database', 'backup', 'methods', 'schema', 'tablespace', 'backups', 'configured', 'maximum', 'connections', 'database', 'linux', 'servers', 'installed', 'tds', 'fdw', 'source', 'linked', 'servers', 'connect', 'heterogeneous', 'databases', 'required', 'extensions', 'backup', 'configuration', 'pitr', 'using', 'base', 'backups', 'mssql', 'day', 'day', 'administration', 'live', 'sql', 'servers', 'participated', 'live', 'primary', 'recovery', 'pr', 'disaster', 'recovery', 'dr', 'activities', 'participated', 'pr', 'dr', 'mocks', 'new', 'releases', 'production', 'configured', 'linked', 'servers', 'transactional', 'replication', 'maintenance', 'tasks', 'like', 'database', 'backup', 'restore', 'recovery', 'scheduled', 'jobs', 'maintenance', 'plans', 'installed', 'configured', 'sql', 'server', '2014', '2017', 'standalone', 'sql', 'cluster', 'servers', 'maintained', 'security', 'database', 'providing', 'appropriate', 'sql', 'roles', 'logins', 'permissions', 'users', 'demand', 'worked', 'teams', 'application', 'rollouts', 'application', 'issues', 'sql', 'server', 'migrations', 'exposure', 'handling', 'production', 'system', 'skills', 'understand', 'client', 'requirement', 'performed', 'sql', 'server', 'service', 'pack', 'upgrades', 'hot', 'fixes', 'handled', 'multiple', 'sql', 'instances', 'windows', 'sql', 'cluster', 'environment', 'built', 'emc', 'san', 'worked', 'mssql', 'db', 'clusters', 'active', 'active', 'active', 'passive', 'servers', 'always', 'on', 'availability', 'groups', 'aag', 'ha', 'dr', 'setup', 'have', 'experience', 'san', 'raid', 'levels', 'building', 'supporting', 'sql', 'cluster', 'servers', 'san', 'environments', 'company', 'bse', 'bombay', 'stock', 'exchange', 'description', 'environment', 'windows', 'server', '2008', 'r2', '2012', 'r2', '2016', 'enterprise', 'standard', 'technical expe', 'expe ise', 'ise db', 'db languages', 'languages sql', 'sql database', 'database tools', 'tools sql', 'sql server', 'server 2014', '2014 2017', '2017 postgresql', 'postgresql 9', '9 5', '5 9', '9 6', '6 oracle', 'oracle 11gr2', '11gr2 operating', 'operating systems', 'systems redhat', 'redhat linux', 'linux oracle', 'oracle linux', 'linux windows', 'windows server', 'server 2012', '2012 2016', '2016 other', 'other technical', 'technical skills', 'skills oracle', 'oracle 11g', '11g r2', 'r2 proficient', 'proficient oracle', 'oracle database', 'database software', 'software installation', 'installation creation', 'creation database', 'database using', 'using gui', 'gui silent', 'silent dbca', 'dbca architecture', 'architecture file', 'file management', 'management space', 'space management', 'management user', 'user management', 'management creating', 'creating roles', 'roles assigning', 'assigning privileges', 'privileges roles', 'roles 11gr2', '11gr2 troubleshooting', 'troubleshooting hands', 'hands experience', 'experience control', 'control files', 'files redolog', 'redolog archive', 'archive undo', 'undo management', 'management configuring', 'configuring listener', 'listener ora', 'ora tnsnames', 'tnsnames ora', 'ora file', 'file using', 'using netmgr', 'netmgr netca', 'netca generating', 'generating awr', 'awr reports', 'reports addm', 'addm ash', 'ash reports', 'reports diagnose', 'diagnose problems', 'problems database', 'database backup', 'backup cloning', 'cloning duplicate', 'duplicate using', 'using hot', 'hot cold', 'cold backups', 'backups using', 'using rman', 'rman knowledge', 'knowledge flashback', 'flashback technologies', 'technologies expdp', 'expdp impdp', 'impdp implemented', 'implemented oracle11gr2', 'oracle11gr2 rac', 'rac oracle', 'oracle linux', 'linux platform', 'platform knowledge', 'knowledge services', 'services troubleshooting', 'troubleshooting rac', 'rac crsctl', 'crsctl srvctl', 'srvctl knowledge', 'knowledge installation', 'installation configuration', 'configuration rac', 'rac add', 'add remove', 'remove nodes', 'nodes rac', 'rac configuration', 'configuration physical', 'physical standby', 'standby database', 'database data', 'data guard', 'guard su', 'su essfully', 'essfully upgraded', 'upgraded 11', '11 2', '2 0', '0 1', '1 11', '11 2', '2 0', '0 4', '4 psu', 'psu patching', 'patching using', 'using o', 'o patch', 'patch strengths', 'strengths good', 'good communication', 'communication skills', 'skills self', 'self confident', 'confident adapt', 'adapt work', 'work environments', 'environments enjoy', 'enjoy responsibilities', 'responsibilities lead', 'lead team', 'team player', 'player patient', 'patient listener', 'listener quick', 'quick learner', 'learner capable', 'capable explaining', 'explaining issues', 'issues solving', 'solving education', 'education details', 'details b', 'b e', 'e computer', 'computer engineering', 'engineering mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university higher', 'higher secondary', 'secondary certificate', 'certificate dr', 'dr dy', 'dy patil', 'patil jr', 'jr college', 'college database', 'database administrator', 'administrator database', 'database administrator', 'administrator dba', 'dba marketplace', 'marketplace technologies', 'technologies ltd', 'ltd skill', 'skill details', 'details database', 'database exprience', 'exprience 61', '61 months', 'months backups', 'backups exprience', 'exprience 48', '48 months', 'months linux', 'linux exprience', 'exprience 48', '48 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 48', '48 months', 'months sql', 'sql exprience', 'exprience 48', '48 monthscompany', 'monthscompany details', 'details company', 'company dba', 'dba marketplace', 'marketplace technologies', 'technologies ltd', 'ltd description', 'description project', 'project title', 'title eboss', 'eboss datafeed', 'datafeed mfdb', 'mfdb rms', 'rms indiainx', 'indiainx company', 'company standard', 'standard enterprise', 'enterprise description', 'description redhat', 'redhat linux', 'linux 7', '7 4', '4 postgresql', 'postgresql 9', '9 5', '5 9', '9 6', '6 duration', 'duration feb', 'feb 2017', '2017 till', 'till date', 'date description', 'description bombay', 'bombay stock', 'stock exchange', 'exchange bse', 'bse asia', 'asia first', 'first fastest', 'fastest stock', 'stock exchange', 'exchange world', 'world speed', 'speed 6', '6 micro', 'micro seconds', 'seconds one', 'one india', 'india leading', 'leading exchange', 'exchange groups', 'groups provides', 'provides efficient', 'efficient transparent', 'transparent market', 'market trading', 'trading equity', 'equity currencies', 'currencies debt', 'debt instruments', 'instruments derivatives', 'derivatives mutual', 'mutual funds', 'funds bse', 'bse sme', 'sme india', 'india largest', 'largest sme', 'sme platform', 'platform listed', 'listed 250', '250 companies', 'companies continues', 'continues grow', 'grow steady', 'steady pace', 'pace job', 'job roles', 'roles responsibilities', 'responsibilities postgresql', 'postgresql worked', 'worked redhat', 'redhat linux', 'linux os', 'os cluster', 'cluster postgresql', 'postgresql high', 'high availability', 'availability ha', 'ha using', 'using pacemaker', 'pacemaker coordinated', 'coordinated developers', 'developers linux', 'linux teams', 'teams database', 'database knowledge', 'knowledge support', 'support participated', 'participated implementation', 'implementation new', 'new releases', 'releases production', 'production installed', 'installed configured', 'configured postgresql', 'postgresql source', 'source packages', 'packages redhat', 'redhat linux', 'linux servers', 'servers performed', 'performed postgresql', 'postgresql server', 'server management', 'management tasks', 'tasks e', 'e backup', 'backup restore', 'restore configuration', 'configuration roles', 'roles blockings', 'blockings tablespace', 'tablespace creation', 'creation troubleshooting', 'troubleshooting worked', 'worked storage', 'storage team', 'team disaster', 'disaster recovery', 'recovery dr', 'dr setup', 'setup built', 'built san', 'san using', 'using emc', 'emc technology', 'technology configured', 'configured ldap', 'ldap authentication', 'authentication gssapi', 'gssapi authentication', 'authentication windows', 'windows linux', 'linux postgresql', 'postgresql configured', 'configured logical', 'logical replication', 'replication database', 'database servers', 'servers hot', 'hot standby', 'standby postgresql', 'postgresql servers', 'servers faster', 'faster database', 'database backup', 'backup methods', 'methods schema', 'schema tablespace', 'tablespace backups', 'backups configured', 'configured maximum', 'maximum connections', 'connections database', 'database linux', 'linux servers', 'servers installed', 'installed tds', 'tds fdw', 'fdw source', 'source linked', 'linked servers', 'servers connect', 'connect heterogeneous', 'heterogeneous databases', 'databases required', 'required extensions', 'extensions backup', 'backup configuration', 'configuration pitr', 'pitr using', 'using base', 'base backups', 'backups mssql', 'mssql day', 'day day', 'day administration', 'administration live', 'live sql', 'sql servers', 'servers participated', 'participated live', 'live primary', 'primary recovery', 'recovery pr', 'pr disaster', 'disaster recovery', 'recovery dr', 'dr activities', 'activities participated', 'participated pr', 'pr dr', 'dr mocks', 'mocks new', 'new releases', 'releases production', 'production configured', 'configured linked', 'linked servers', 'servers transactional', 'transactional replication', 'replication maintenance', 'maintenance tasks', 'tasks like', 'like database', 'database backup', 'backup restore', 'restore recovery', 'recovery scheduled', 'scheduled jobs', 'jobs maintenance', 'maintenance plans', 'plans installed', 'installed configured', 'configured sql', 'sql server', 'server 2014', '2014 2017', '2017 standalone', 'standalone sql', 'sql cluster', 'cluster servers', 'servers maintained', 'maintained security', 'security database', 'database providing', 'providing appropriate', 'appropriate sql', 'sql roles', 'roles logins', 'logins permissions', 'permissions users', 'users demand', 'demand worked', 'worked teams', ...], ['technical', 'expertise', 'operating', 'systems', 'microsoft', 'window', 'server', '2003', '2008', '2008', 'r2', '2012', 'database', 'technologies', 'sql', 'server', 'sybase', 'ase', 'server', 'oracle', 'mongodb', 'monitoring', 'ticketing', 'tools', 'hp', 'service', 'manager', '7', '0', '9', '0', 'solar', 'winds', 'dpa', 'jira', 'mongodb', 'ops', 'manager', 'web', 'server', 'iis', '7', '0', 'database', 'tools', 'ssms', 'dbartisan', 'studio', '3t', 'snapshot', 'manager', 'sql', 'servereducation', 'details', 'b', 'tech', 'computer', 'science', 'gulbarga', 'karnataka', 'pdacoe', 'gulbarga', 'autonomous', 'institution', 'database', 'administrator', 'ii', 'database', 'administrator', 'iii', 'bny', 'mellon', 'international', 'operations', 'india', 'pvt', 'ltd', 'skill', 'details', 'sql', 'dba', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'bny', 'mellon', 'international', 'operations', 'india', 'pvt', 'ltd', 'description', 'sql', 'server', 'installation', 'configuration', 'database', 'servers', 'using', 'slipstream', 'setup', 'maintenance', 'jobs', 'per', 'standard', 'policy', 'standalone', 'well', 'cluster', 'environments', 'latest', 'service', 'packs', 'installation', 'ssrs', 'uploading', 'rdls', 'assigning', 'correct', 'data', 'sources', 'reports', 'grant', 'necessary', 'ess', 'users', 'developers', 'reporting', 'website', 'aware', 'ssis', 'designing', 'packages', 'well', 'create', 'manage', 'logins', 'users', 'database', 'applications', 'assigning', 'permissions', 'per', 'requests', 'resolving', 'user', 'login', 'issues', 'migration', 'sql', 'server', '2005', '2008', 'servers', 'higher', 'versions', 'setup', 'database', 'refresh', 'jobs', 'qa', 'dev', 'uat', 'environments', 'fixing', 'orphaned', 'users', 'troubleshoot', 'performance', 'related', 'issues', 'part', 'multiple', 'projects', 'work', 'developers', 'provide', 'required', 'support', 'testing', 'qa', 'uat', 'dev', 'environment', 'lead', 'dr', 'tests', 'database', 'team', 'participate', 'database', 'purge', 'archive', 'activities', 'writing', 'codes', 'automating', 'database', 'administration', 'tasks', 'worked', 'automating', 'dr', 'tasks', 'start', 'agent', 'jobs', 'multiple', 'servers', 'restore', 'databases', 'log', 'shipped', 'databases', 'without', 'manual', 'intervention', 'online', 'databases', 'post', 'dr', 'activities', 'provide', 'support', 'vendor', 'databases', 'follow', 'vendor', 'calls', 'timely', 'escalate', 'next', 'level', 'update', 'predefined', 'timeline', 'installation', 'configuration', 'smsql', 'windows', 'server', 'schedule', 'jobs', 'creation', 'deletion', 'clones', 'sql', 'server', 'maintain', 'backups', 'using', 'smsql', 'mongodb', 'server', 'installation', 'configuration', 'mongodb', 'server', 'creation', 'databases', 'collection', 'creation', 'new', 'user', 'grant', 'ess', 'using', 'ops', 'manager', 'monitor', 'database', 'servers', 'using', 'ops', 'manager', 'oracle', 'sybase', 'server', 'managing', 'maintaining', 'multiple', 'instances', 'databases', 'linux', 'windows', 'servers', 'monitoring', 'daily', 'jobs', 'includes', 'backups', 'refresh', 'maintenance', 'jobs', 'company', 'hewlett', 'packard', 'india', 'sales', 'pvt', 'ltd', 'on', 'payroll', 'softenger', 'india', 'pvt', 'ltd', 'description', 'installation', 'sql', 'server', 'standalone', 'well', 'windows', 'cluster', 'environments', 'latest', 'service', 'packs', 'sql', 'server', 'installation', 'using', 'slipstream', 'installation', 'reporting', 'services', 'creating', 'logins', 'users', 'assigning', 'permissions', 'per', 'requests', 'security', 'audit', 'logins', 'includes', 'maintenance', 'unused', 'orphan', 'user', 'logins', 'create', 'maintain', 'daily', 'weekly', 'jobs', 'maintenance', 'plans', 'includes', 'backup', 'index', 'rebuild', 'reorganize', 'update', 'statistics', 'database', 'consistency', 'check', 'create', 'linked', 'servers', 'ensure', 'connectivity', 'servers', 'monitor', 'disk', 'space', 'proactively', 'space', 'management', 'using', 'data', 'log', 'file', 'shrinking', 'monitor', 'blocking', 'deadlocks', 'open', 'transactions', 'slow', 'running', 'queries', 'performance', 'issues', 'highlight', 'costly', 'queries', 'developers', 'configure', 'alerts', 'deadlock', 'blocking', 'maintain', 'performance', 'implementing', 'high', 'availability', 'technologies', 'like', 'log', 'shipping', 'alwayson', 'mirroring', 'troubleshooting', 'also', 'knowledge', 'replication', 'su', 'essfully', 'completed', 'migration', 'databases', 'one', 'server', 'another', 'performing', 'dr', 'drills', 'online', 'offline', 'quarterly', 'basis', 'power', 'shell', 'scripting', 'monitor', 'restart', 'sql', 'service', 'get', 'email', 'alert', 'service', 'status', 'maintain', 'tns', 'entries', 'oracle', 'client', 'per', 'client', 'requests', 'interacting', 'customers', 'requirements', 'contacting', 'customer', 'update', 'status', 'handling', 'issues', 'service', 'requests', 'every', 'stage', 'resolution', 'managing', 'proper', 'escalation', 'notification', 'matrix', 'support', 'levels', 'technical expertise', 'expertise operating', 'operating systems', 'systems microsoft', 'microsoft window', 'window server', 'server 2003', '2003 2008', '2008 2008', '2008 r2', 'r2 2012', '2012 database', 'database technologies', 'technologies sql', 'sql server', 'server sybase', 'sybase ase', 'ase server', 'server oracle', 'oracle mongodb', 'mongodb monitoring', 'monitoring ticketing', 'ticketing tools', 'tools hp', 'hp service', 'service manager', 'manager 7', '7 0', '0 9', '9 0', '0 solar', 'solar winds', 'winds dpa', 'dpa jira', 'jira mongodb', 'mongodb ops', 'ops manager', 'manager web', 'web server', 'server iis', 'iis 7', '7 0', '0 database', 'database tools', 'tools ssms', 'ssms dbartisan', 'dbartisan studio', 'studio 3t', '3t snapshot', 'snapshot manager', 'manager sql', 'sql servereducation', 'servereducation details', 'details b', 'b tech', 'tech computer', 'computer science', 'science gulbarga', 'gulbarga karnataka', 'karnataka pdacoe', 'pdacoe gulbarga', 'gulbarga autonomous', 'autonomous institution', 'institution database', 'database administrator', 'administrator ii', 'ii database', 'database administrator', 'administrator iii', 'iii bny', 'bny mellon', 'mellon international', 'international operations', 'operations india', 'india pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details sql', 'sql dba', 'dba exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company bny', 'bny mellon', 'mellon international', 'international operations', 'operations india', 'india pvt', 'pvt ltd', 'ltd description', 'description sql', 'sql server', 'server installation', 'installation configuration', 'configuration database', 'database servers', 'servers using', 'using slipstream', 'slipstream setup', 'setup maintenance', 'maintenance jobs', 'jobs per', 'per standard', 'standard policy', 'policy standalone', 'standalone well', 'well cluster', 'cluster environments', 'environments latest', 'latest service', 'service packs', 'packs installation', 'installation ssrs', 'ssrs uploading', 'uploading rdls', 'rdls assigning', 'assigning correct', 'correct data', 'data sources', 'sources reports', 'reports grant', 'grant necessary', 'necessary ess', 'ess users', 'users developers', 'developers reporting', 'reporting website', 'website aware', 'aware ssis', 'ssis designing', 'designing packages', 'packages well', 'well create', 'create manage', 'manage logins', 'logins users', 'users database', 'database applications', 'applications assigning', 'assigning permissions', 'permissions per', 'per requests', 'requests resolving', 'resolving user', 'user login', 'login issues', 'issues migration', 'migration sql', 'sql server', 'server 2005', '2005 2008', '2008 servers', 'servers higher', 'higher versions', 'versions setup', 'setup database', 'database refresh', 'refresh jobs', 'jobs qa', 'qa dev', 'dev uat', 'uat environments', 'environments fixing', 'fixing orphaned', 'orphaned users', 'users troubleshoot', 'troubleshoot performance', 'performance related', 'related issues', 'issues part', 'part multiple', 'multiple projects', 'projects work', 'work developers', 'developers provide', 'provide required', 'required support', 'support testing', 'testing qa', 'qa uat', 'uat dev', 'dev environment', 'environment lead', 'lead dr', 'dr tests', 'tests database', 'database team', 'team participate', 'participate database', 'database purge', 'purge archive', 'archive activities', 'activities writing', 'writing codes', 'codes automating', 'automating database', 'database administration', 'administration tasks', 'tasks worked', 'worked automating', 'automating dr', 'dr tasks', 'tasks start', 'start agent', 'agent jobs', 'jobs multiple', 'multiple servers', 'servers restore', 'restore databases', 'databases log', 'log shipped', 'shipped databases', 'databases without', 'without manual', 'manual intervention', 'intervention online', 'online databases', 'databases post', 'post dr', 'dr activities', 'activities provide', 'provide support', 'support vendor', 'vendor databases', 'databases follow', 'follow vendor', 'vendor calls', 'calls timely', 'timely escalate', 'escalate next', 'next level', 'level update', 'update predefined', 'predefined timeline', 'timeline installation', 'installation configuration', 'configuration smsql', 'smsql windows', 'windows server', 'server schedule', 'schedule jobs', 'jobs creation', 'creation deletion', 'deletion clones', 'clones sql', 'sql server', 'server maintain', 'maintain backups', 'backups using', 'using smsql', 'smsql mongodb', 'mongodb server', 'server installation', 'installation configuration', 'configuration mongodb', 'mongodb server', 'server creation', 'creation databases', 'databases collection', 'collection creation', 'creation new', 'new user', 'user grant', 'grant ess', 'ess using', 'using ops', 'ops manager', 'manager monitor', 'monitor database', 'database servers', 'servers using', 'using ops', 'ops manager', 'manager oracle', 'oracle sybase', 'sybase server', 'server managing', 'managing maintaining', 'maintaining multiple', 'multiple instances', 'instances databases', 'databases linux', 'linux windows', 'windows servers', 'servers monitoring', 'monitoring daily', 'daily jobs', 'jobs includes', 'includes backups', 'backups refresh', 'refresh maintenance', 'maintenance jobs', 'jobs company', 'company hewlett', 'hewlett packard', 'packard india', 'india sales', 'sales pvt', 'pvt ltd', 'ltd on', 'on payroll', 'payroll softenger', 'softenger india', 'india pvt', 'pvt ltd', 'ltd description', 'description installation', 'installation sql', 'sql server', 'server standalone', 'standalone well', 'well windows', 'windows cluster', 'cluster environments', 'environments latest', 'latest service', 'service packs', 'packs sql', 'sql server', 'server installation', 'installation using', 'using slipstream', 'slipstream installation', 'installation reporting', 'reporting services', 'services creating', 'creating logins', 'logins users', 'users assigning', 'assigning permissions', 'permissions per', 'per requests', 'requests security', 'security audit', 'audit logins', 'logins includes', 'includes maintenance', 'maintenance unused', 'unused orphan', 'orphan user', 'user logins', 'logins create', 'create maintain', 'maintain daily', 'daily weekly', 'weekly jobs', 'jobs maintenance', 'maintenance plans', 'plans includes', 'includes backup', 'backup index', 'index rebuild', 'rebuild reorganize', 'reorganize update', 'update statistics', 'statistics database', 'database consistency', 'consistency check', 'check create', 'create linked', 'linked servers', 'servers ensure', 'ensure connectivity', 'connectivity servers', 'servers monitor', 'monitor disk', 'disk space', 'space proactively', 'proactively space', 'space management', 'management using', 'using data', 'data log', 'log file', 'file shrinking', 'shrinking monitor', 'monitor blocking', 'blocking deadlocks', 'deadlocks open', 'open transactions', 'transactions slow', 'slow running', 'running queries', 'queries performance', 'performance issues', 'issues highlight', 'highlight costly', 'costly queries', 'queries developers', 'developers configure', 'configure alerts', 'alerts deadlock', 'deadlock blocking', 'blocking maintain', 'maintain performance', 'performance implementing', 'implementing high', 'high availability', 'availability technologies', 'technologies like', 'like log', 'log shipping', 'shipping alwayson', 'alwayson mirroring', 'mirroring troubleshooting', 'troubleshooting also', 'also knowledge', 'knowledge replication', 'replication su', 'su essfully', 'essfully completed', 'completed migration', 'migration databases', 'databases one', 'one server', 'server another', 'another performing', 'performing dr', 'dr drills', 'drills online', 'online offline', 'offline quarterly', 'quarterly basis', 'basis power', 'power shell', 'shell scripting', 'scripting monitor', 'monitor restart', 'restart sql', 'sql service', 'service get', 'get email', 'email alert', 'alert service', 'service status', 'status maintain', 'maintain tns', 'tns entries', 'entries oracle', 'oracle client', 'client per', 'per client', 'client requests', 'requests interacting', 'interacting customers', 'customers requirements', 'requirements contacting', 'contacting customer', 'customer update', 'update status', 'status handling', 'handling issues', 'issues service', 'service requests', 'requests every', 'every stage', 'stage resolution', 'resolution managing', 'managing proper', 'proper escalation', 'escalation notification', 'notification matrix', 'matrix support', 'support levels', 'technical expertise operating', 'expertise operating systems', 'operating systems microsoft', 'systems microsoft window', 'microsoft window server', 'window server 2003', 'server 2003 2008', '2003 2008 2008', '2008 2008 r2', '2008 r2 2012', 'r2 2012 database', '2012 database technologies', 'database technologies sql', 'technologies sql server', 'sql server sybase', 'server sybase ase', 'sybase ase server', 'ase server oracle', 'server oracle mongodb', 'oracle mongodb monitoring', 'mongodb monitoring ticketing', 'monitoring ticketing tools', 'ticketing tools hp', 'tools hp service', 'hp service manager', 'service manager 7', 'manager 7 0', '7 0 9', '0 9 0', '9 0 solar', '0 solar winds', 'solar winds dpa', 'winds dpa jira', 'dpa jira mongodb', 'jira mongodb ops', 'mongodb ops manager', 'ops manager web', 'manager web server', 'web server iis', 'server iis 7', 'iis 7 0', '7 0 database', '0 database tools', 'database tools ssms', 'tools ssms dbartisan', 'ssms dbartisan studio', 'dbartisan studio 3t', 'studio 3t snapshot', '3t snapshot manager', 'snapshot manager sql', 'manager sql servereducation', 'sql servereducation details', 'servereducation details b', 'details b tech', 'b tech computer', 'tech computer science', 'computer science gulbarga', 'science gulbarga karnataka', 'gulbarga karnataka pdacoe', 'karnataka pdacoe gulbarga', 'pdacoe gulbarga autonomous', ...], ['technical', 'skills', 'operating', 'systems', 'ms', 'windows', 'server', '2012', '2008', 'xp', 'software', 'tools', 'ms', 'litespeed', 'idera', 'sql', 'safe', 'ssms', 'upgrade', 'advisor', 'sql', 'server', 'profiler', 'scom', 'diagnostic', 'manager', 'remedy', 'jira', 'infopa', 'tivoli', 'tdp', 'backup', 'tool', 'sql', 'pack', 'databasesms', 'sql', 'server', '2016', '2014', '2012', '2008', 'r2', '2008', 'oracle', '10g', 'netezza', 'microsoft', 'azure', 'education', 'details', 'masters', 'science', 'computer', 'science', 'pune', 'maharashtra', 'indira', 'college', 'pune', 'university', 'lead', 'database', 'administrator', 'microsoft', 'certified', 'professional', '11', 'years', 'experience', 'database', 'administration', 'ms', 'sql', 'server', '2016', '2014', '2012', '2008', 'r2', '2008', 'skill', 'details', 'ms', 'sql', 'server', 'exprience', '110', 'months', 'microsoft', 'azure', 'exprience', 'less', '1', 'year', 'months', 'always', 'availabiity', 'group', 'exprience', 'less', '1', 'year', 'months', 'database', 'mirroring', 'exprience', 'less', '1', 'year', 'months', 'performance', 'tuning', 'exprience', 'less', '1', 'year', 'months', 'log', 'shipping', 'exprience', 'less', '1', 'year', 'months', 'installation', 'upgrade', 'migration', 'patching', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'ensono', 'description', 'employment', 'transfer', 'part', 'project', 'acquisition', 'ensono', 'wipro', 'sql', 'server', 'database', 'administration', 'company', 'wipro', 'technologies', 'description', 'microsoft', 'certified', 'professional', '11', 'years', 'experience', 'database', 'administration', 'ms', 'sql', 'server', '2016', '2014', '2012', '2008', 'r2', '2008', 'experience', 'ms', 'sql', 'server', '2016', '2014', '2012', '2008', 'r2', '2008', 'installation', 'upgrade', 'administration', 'microsoft', 'azure', 'certified', 'have', 'understanding', 'azure', 'vm', 'azure', 'storage', 'azure', 'network', 'azure', 'ad', 'azure', 'sql', 'database', 'incident', 'management', 'change', 'management', 'problem', 'management', 'sql', 'server', 'database', 'team', 'participating', 'meetings', 'conference', 'calls', 'client', 'service', 'delivery', 'manager', 'application', 'team', 'system', 'improvements', 'participated', 'quarterly', 'dr', 'activity', 'involved', 'creation', 'sip', 'service', 'improvement', 'plans', 'involved', 'handling', 'high', 'severity', 'issues', 'provided', 'rca', 'worked', 'always', 'availability', 'groups', 'database', 'mirroring', 'replication', 'clustering', 'log', 'shipping', 'have', 'basic', 'understanding', 'oracle', 'netezza', 'provided', 'call', 'support', 'office', 'hours', 'weekends', 'resource', 'shift', 'management', '5', 'sql', 'dbas', 'offshore', 'multi', 'client', 'environment', 'data', 'center', 'services', 'provided', 'kt', 'team', 'members', 'monitor', 'guide', 'trainees', 'company', 'wipro', 'technologies', 'description', 'responsibilities', 'ms', 'sql', 'server', '2016', '2014', '2012', '2008', 'r2', '2008', 'installation', 'configuration', 'administration', 'worked', 'always', 'availability', 'groups', 'log', 'shipping', 'database', 'mirroring', 'clustering', 'participated', 'pci', 'scan', 'report', 'perform', 'installation', 'security', 'hot', 'fixes', 'service', 'packs', 'sql', 'servers', 'remove', 'vulnerability', 'participated', 'holmes', 'bots', 'automation', 'implementation', 'sql', 'pack', 'tool', 'worked', 'service', 'requests', 'incidents', 'critical', 'issues', 'involved', 'conference', 'calls', 'provide', 'dba', 'support', 'critical', 'issues', 'performance', 'tuning', 'environment', 'sql', 'server', '2016', '2014', '2012', '2008r2', '2008', 'windows', 'server', '2012', '2008r2', '2008', 'company', 'mphasis', 'description', 'company', 'mphasis', 'description', 'responsibilities', 'ms', 'sql', 'server', '2012', '2008', 'r2', '2008', 'installation', 'configuration', 'administration', 'worked', 'always', 'availability', 'groups', 'log', 'shipping', 'database', 'mirroring', 'clustering', 'performed', 'sql', 'server', 'patching', 'activity', 'worked', 'daily', 'reports', 'like', 'cluster', 'failover', 'backup', 'ag', 'ls', 'mirror', 'report', 'server', 'disk', 'space', 'report', 'worked', 'service', 'requests', 'incidents', 'critical', 'issues', 'participated', 'quarterly', 'dr', 'activity', 'involved', 'conference', 'calls', 'provide', 'dba', 'support', 'critical', 'issues', 'provided', 'support', 'windows', 'team', 'patching', 'ag', 'mirror', 'cluster', 'failover', 'failback', 'database', 'health', 'check', 'performed', 'health', 'checks', 'market', 'open', 'servers', 'provided', 'update', 'market', 'open', 'call', 'deeply', 'involved', 'resolution', 'issue', 'finding', 'root', 'cause', 'analysis', 'issue', 'performance', 'tuning', 'environment', 'sql', 'server', '2012', '2008r2', '2008', 'windows', 'server', '2008r2', '2008', 'company', 'synechron', 'technologies', 'pvt', 'ltd', 'description', 'responsibilities', 'sql', 'server', 'oracle', 'netezza', 'databases', 'support', 'tasks', 'ms', 'sql', 'server', '2008', 'r2', '2008', 'installation', 'upgrade', 'administration', 'done', 'capacity', 'planning', 'database', 'growth', 'sql', 'servers', 'troubleshooting', 'alerts', 'worked', 'log', 'shipping', 'mirroring', 'environment', 'sql', 'server', '2008r2', '2008', 'windows', 'server', '2008r2', '2008', 'oracle', '10g', 'rac', 'company', 'synechron', 'technologies', 'pvt', 'ltd', 'description', 'company', 'synechron', 'technologies', 'pvt', 'ltd', 'description', 'responsibilities', 'pursued', 'depth', 'training', 'oracle', '11g', 'architecture', 'sql', 'server', 'environment', 'sql', 'server', '2008r2', '2008', 'windows', 'server', '2008r2', '2008', 'oracle', '10g', 'company', 'synechron', 'technologies', 'pvt', 'ltd', 'description', 'responsibilities', 'carried', 'version', 'changes', 'schemas', 'pe8', 'version', 'ee11', 'version', 'per', 'process', 'given', 'environment', 'oracle', '11g', 'company', 'mastek', 'ltd', 'description', 'responsibilities', 'sql', 'server', '2008', 'r2', '2008', 'installation', 'upgrade', 'administration', 'database', 'backup', 'restore', 'performed', 'ms', 'sql', 'server', 'audits', 'worked', 'database', 'mirroring', 'replication', 'log', 'shipping', 'clustering', 'supported', 'uat', 'prod', 'environments', 'performed', 'deployment', 'document', 'review', 'carried', 'deployments', 'different', 'applications', 'environment', 'sql', 'server', '2008r2', '2008', 'windows', 'server', '2008r2', '2008', 'company', 'mastek', 'ltd', 'description', 'company', 'pp', 'software', 'systems', 'ltd', 'description', 'company', 'pp', 'software', 'systems', 'ltd', 'description', 'description', 'the', 'system', 'provides', 'master', 'data', 'management', 'procurement', 'modules', 'dairy', 'industry', 'responsibilities', 'designed', 'coded', 'tested', 'customized', 'erp', 'system', 'per', 'requirement', 'environment', 'core', 'java', 'postgresql', 'technical skills', 'skills operating', 'operating systems', 'systems ms', 'ms windows', 'windows server', 'server 2012', '2012 2008', '2008 xp', 'xp software', 'software tools', 'tools ms', 'ms litespeed', 'litespeed idera', 'idera sql', 'sql safe', 'safe ssms', 'ssms upgrade', 'upgrade advisor', 'advisor sql', 'sql server', 'server profiler', 'profiler scom', 'scom diagnostic', 'diagnostic manager', 'manager remedy', 'remedy jira', 'jira infopa', 'infopa tivoli', 'tivoli tdp', 'tdp backup', 'backup tool', 'tool sql', 'sql pack', 'pack databasesms', 'databasesms sql', 'sql server', 'server 2016', '2016 2014', '2014 2012', '2012 2008', '2008 r2', 'r2 2008', '2008 oracle', 'oracle 10g', '10g netezza', 'netezza microsoft', 'microsoft azure', 'azure education', 'education details', 'details masters', 'masters science', 'science computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra indira', 'indira college', 'college pune', 'pune university', 'university lead', 'lead database', 'database administrator', 'administrator microsoft', 'microsoft certified', 'certified professional', 'professional 11', '11 years', 'years experience', 'experience database', 'database administration', 'administration ms', 'ms sql', 'sql server', 'server 2016', '2016 2014', '2014 2012', '2012 2008', '2008 r2', 'r2 2008', '2008 skill', 'skill details', 'details ms', 'ms sql', 'sql server', 'server exprience', 'exprience 110', '110 months', 'months microsoft', 'microsoft azure', 'azure exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months always', 'always availabiity', 'availabiity group', 'group exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months database', 'database mirroring', 'mirroring exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months performance', 'performance tuning', 'tuning exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months log', 'log shipping', 'shipping exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months installation', 'installation upgrade', 'upgrade migration', 'migration patching', 'patching exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company ensono', 'ensono description', 'description employment', 'employment transfer', 'transfer part', 'part project', 'project acquisition', 'acquisition ensono', 'ensono wipro', 'wipro sql', 'sql server', 'server database', 'database administration', 'administration company', 'company wipro', 'wipro technologies', 'technologies description', 'description microsoft', 'microsoft certified', 'certified professional', 'professional 11', '11 years', 'years experience', 'experience database', 'database administration', 'administration ms', 'ms sql', 'sql server', 'server 2016', '2016 2014', '2014 2012', '2012 2008', '2008 r2', 'r2 2008', '2008 experience', 'experience ms', 'ms sql', 'sql server', 'server 2016', '2016 2014', '2014 2012', '2012 2008', '2008 r2', 'r2 2008', '2008 installation', 'installation upgrade', 'upgrade administration', 'administration microsoft', 'microsoft azure', 'azure certified', 'certified have', 'have understanding', 'understanding azure', 'azure vm', 'vm azure', 'azure storage', 'storage azure', 'azure network', 'network azure', 'azure ad', 'ad azure', 'azure sql', 'sql database', 'database incident', 'incident management', 'management change', 'change management', 'management problem', 'problem management', 'management sql', 'sql server', 'server database', 'database team', 'team participating', 'participating meetings', 'meetings conference', 'conference calls', 'calls client', 'client service', 'service delivery', 'delivery manager', 'manager application', 'application team', 'team system', 'system improvements', 'improvements participated', 'participated quarterly', 'quarterly dr', 'dr activity', 'activity involved', 'involved creation', 'creation sip', 'sip service', 'service improvement', 'improvement plans', 'plans involved', 'involved handling', 'handling high', 'high severity', 'severity issues', 'issues provided', 'provided rca', 'rca worked', 'worked always', 'always availability', 'availability groups', 'groups database', 'database mirroring', 'mirroring replication', 'replication clustering', 'clustering log', 'log shipping', 'shipping have', 'have basic', 'basic understanding', 'understanding oracle', 'oracle netezza', 'netezza provided', 'provided call', 'call support', 'support office', 'office hours', 'hours weekends', 'weekends resource', 'resource shift', 'shift management', 'management 5', '5 sql', 'sql dbas', 'dbas offshore', 'offshore multi', 'multi client', 'client environment', 'environment data', 'data center', 'center services', 'services provided', 'provided kt', 'kt team', 'team members', 'members monitor', 'monitor guide', 'guide trainees', 'trainees company', 'company wipro', 'wipro technologies', 'technologies description', 'description responsibilities', 'responsibilities ms', 'ms sql', 'sql server', 'server 2016', '2016 2014', '2014 2012', '2012 2008', '2008 r2', 'r2 2008', '2008 installation', 'installation configuration', 'configuration administration', 'administration worked', 'worked always', 'always availability', 'availability groups', 'groups log', 'log shipping', 'shipping database', 'database mirroring', 'mirroring clustering', 'clustering participated', 'participated pci', 'pci scan', 'scan report', 'report perform', 'perform installation', 'installation security', 'security hot', 'hot fixes', 'fixes service', 'service packs', 'packs sql', 'sql servers', 'servers remove', 'remove vulnerability', 'vulnerability participated', 'participated holmes', 'holmes bots', 'bots automation', 'automation implementation', 'implementation sql', 'sql pack', 'pack tool', 'tool worked', 'worked service', 'service requests', 'requests incidents', 'incidents critical', 'critical issues', 'issues involved', 'involved conference', 'conference calls', 'calls provide', 'provide dba', 'dba support', 'support critical', 'critical issues', 'issues performance', 'performance tuning', 'tuning environment', ...], ['skillset', 'oracle', 'dba', 'mysql', 'mariadb', 'postgresql', 'database', 'administration', 'itskills', 'sql', 'oracle', '10g', '11g', 'mysql', 'mariadb', 'postgresql', 'windows', 'linux', 'putty', 'education', 'details', 'january', '2018', 'mcs', 'pune', 'maharashtra', 'pune', 'university', 'database', 'administrator', 'database', 'administrator', 'infiniteworx', 'omnichannel', 'pvt', 'ltd', 'skill', 'details', 'database', 'exprience', '17', 'months', 'mysql', 'exprience', '17', 'months', 'oracle', 'exprience', '17', 'months', 'sql', 'exprience', '17', 'months', 'database', 'administration', 'exprience', '6', 'monthscompany', 'details', 'company', 'infiniteworx', 'omnichannel', 'pvt', 'ltd', 'description', 'pune', 'sept', '2017', 'present', 'responsibilities', 'creating', 'tablespaces', 'planning', 'location', 'data', 'monitoring', 'tablespaces', 'growth', 'periodically', 'all', 'replication', 'setup', 'moved', 'database', 'schema', 'changes', 'stage', 'dba', 'support', 'query', 'resolution', 'creating', 'user', 'giving', 'specific', 'privileges', 'database', 'management', 'database', 'recovery', 'moving', 'data', 'files', 'different', 'locations', 'planning', 'backup', 'policies', 'backup', 'recovery', 'databases', 'based', 'criticality', 'impo', 'expo', 'degine', 'schemas', 'key', 'result', 'areas', 'providing', '24', '7', 'support', 'resolve', 'database', 'performance', 'issues', 'job', 'failures', 'sessions', 'diagnose', 'root', 'causes', 'installation', 'configuring', 'updating', 'oracle', 'server', 'software', 'related', 'oracle', 'products', 'installation', 'configuraing', 'updating', 'mysql', 'sql', 'server', 'mariadb', 'mongodb', 'supported', 'multiple', 'databases', 'administered', 'oracle', 'databases', 'large', 'db', 'sizes', 'production', 'development', 'test', 'setups', 'maintaining', 'table', 'spaces', 'data', 'files', 'control', 'files', 'online', 'redo', 'log', 'files', 'creating', 'users', 'granting', 'roles', 'privileges', 'users', 'managing', 'tablespaces', 'different', 'users', 'granting', 'quota', 'default', 'temporary', 'tablespaces', 'taking', 'oracle', 'rman', 'backups', 'scheduling', 'day', 'wise', 'backup', 'implementing', 'incremental', 'cumulative', 'full', 'rman', 'backup', 'database', 'space', 'management', 'effective', 'recovery', 'logical', 'backup', 'using', 'export', 'import', 'datapump', 'export', 'important', 'tables', 'regular', 'intervals', 'regular', 'checking', 'trace', 'alert', 'log', 'file', 'ora', 'errors', 'working', 'incidents', 'like', 'user', 'creation', 'deletion', 'incidents', 'backup', 'failed', 'incidents', 'checking', 'listener', 'status', 'connectivity', 'troubleshooting', 'fixing', 'database', 'listener', 'issues', 'look', 'new', 'alert', 'error', 'log', 'entries', 'errors', 'error', 'details', 'trace', 'files', 'generated', 'executing', 'ddl', 'dml', 'scripts', 'per', 'customer', 'requirements', 'mentoring', 'coaching', 'appraising', 'team', 'members', 'active', 'involvement', 'recruitment', 'process', 'contributing', 'project', 'documentation', 'generating', 'daily', 'reports', 'ensuring', 'compliance', 'quality', 'norms', 'taking', 'steps', 'non', 'conformance', 'spearheading', 'complete', 'project', 'activities', 'ensuring', 'timely', 'completion', 'project', 'implementing', 'security', 'policies', 'different', 'database', 'systems', 'granting', 'revoking', 'privileges', 'users', 'following', 'change', 'management', 'processes', 'participated', 'related', 'meetings', 'verifying', 'instances', 'db', 'running', 'tablespaces', 'online', 'monitor', 'backround', 'processes', 'status', 'company', 'innovativetechnologies', 'description', 'clients', 'banking', 'domain', 'skillset oracle', 'oracle dba', 'dba mysql', 'mysql mariadb', 'mariadb postgresql', 'postgresql database', 'database administration', 'administration itskills', 'itskills sql', 'sql oracle', 'oracle 10g', '10g 11g', '11g mysql', 'mysql mariadb', 'mariadb postgresql', 'postgresql windows', 'windows linux', 'linux putty', 'putty education', 'education details', 'details january', 'january 2018', '2018 mcs', 'mcs pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university database', 'database administrator', 'administrator database', 'database administrator', 'administrator infiniteworx', 'infiniteworx omnichannel', 'omnichannel pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details database', 'database exprience', 'exprience 17', '17 months', 'months mysql', 'mysql exprience', 'exprience 17', '17 months', 'months oracle', 'oracle exprience', 'exprience 17', '17 months', 'months sql', 'sql exprience', 'exprience 17', '17 months', 'months database', 'database administration', 'administration exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company infiniteworx', 'infiniteworx omnichannel', 'omnichannel pvt', 'pvt ltd', 'ltd description', 'description pune', 'pune sept', 'sept 2017', '2017 present', 'present responsibilities', 'responsibilities creating', 'creating tablespaces', 'tablespaces planning', 'planning location', 'location data', 'data monitoring', 'monitoring tablespaces', 'tablespaces growth', 'growth periodically', 'periodically all', 'all replication', 'replication setup', 'setup moved', 'moved database', 'database schema', 'schema changes', 'changes stage', 'stage dba', 'dba support', 'support query', 'query resolution', 'resolution creating', 'creating user', 'user giving', 'giving specific', 'specific privileges', 'privileges database', 'database management', 'management database', 'database recovery', 'recovery moving', 'moving data', 'data files', 'files different', 'different locations', 'locations planning', 'planning backup', 'backup policies', 'policies backup', 'backup recovery', 'recovery databases', 'databases based', 'based criticality', 'criticality impo', 'impo expo', 'expo degine', 'degine schemas', 'schemas key', 'key result', 'result areas', 'areas providing', 'providing 24', '24 7', '7 support', 'support resolve', 'resolve database', 'database performance', 'performance issues', 'issues job', 'job failures', 'failures sessions', 'sessions diagnose', 'diagnose root', 'root causes', 'causes installation', 'installation configuring', 'configuring updating', 'updating oracle', 'oracle server', 'server software', 'software related', 'related oracle', 'oracle products', 'products installation', 'installation configuraing', 'configuraing updating', 'updating mysql', 'mysql sql', 'sql server', 'server mariadb', 'mariadb mongodb', 'mongodb supported', 'supported multiple', 'multiple databases', 'databases administered', 'administered oracle', 'oracle databases', 'databases large', 'large db', 'db sizes', 'sizes production', 'production development', 'development test', 'test setups', 'setups maintaining', 'maintaining table', 'table spaces', 'spaces data', 'data files', 'files control', 'control files', 'files online', 'online redo', 'redo log', 'log files', 'files creating', 'creating users', 'users granting', 'granting roles', 'roles privileges', 'privileges users', 'users managing', 'managing tablespaces', 'tablespaces different', 'different users', 'users granting', 'granting quota', 'quota default', 'default temporary', 'temporary tablespaces', 'tablespaces taking', 'taking oracle', 'oracle rman', 'rman backups', 'backups scheduling', 'scheduling day', 'day wise', 'wise backup', 'backup implementing', 'implementing incremental', 'incremental cumulative', 'cumulative full', 'full rman', 'rman backup', 'backup database', 'database space', 'space management', 'management effective', 'effective recovery', 'recovery logical', 'logical backup', 'backup using', 'using export', 'export import', 'import datapump', 'datapump export', 'export important', 'important tables', 'tables regular', 'regular intervals', 'intervals regular', 'regular checking', 'checking trace', 'trace alert', 'alert log', 'log file', 'file ora', 'ora errors', 'errors working', 'working incidents', 'incidents like', 'like user', 'user creation', 'creation deletion', 'deletion incidents', 'incidents backup', 'backup failed', 'failed incidents', 'incidents checking', 'checking listener', 'listener status', 'status connectivity', 'connectivity troubleshooting', 'troubleshooting fixing', 'fixing database', 'database listener', 'listener issues', 'issues look', 'look new', 'new alert', 'alert error', 'error log', 'log entries', 'entries errors', 'errors error', 'error details', 'details trace', 'trace files', 'files generated', 'generated executing', 'executing ddl', 'ddl dml', 'dml scripts', 'scripts per', 'per customer', 'customer requirements', 'requirements mentoring', 'mentoring coaching', 'coaching appraising', 'appraising team', 'team members', 'members active', 'active involvement', 'involvement recruitment', 'recruitment process', 'process contributing', 'contributing project', 'project documentation', 'documentation generating', 'generating daily', 'daily reports', 'reports ensuring', 'ensuring compliance', 'compliance quality', 'quality norms', 'norms taking', 'taking steps', 'steps non', 'non conformance', 'conformance spearheading', 'spearheading complete', 'complete project', 'project activities', 'activities ensuring', 'ensuring timely', 'timely completion', 'completion project', 'project implementing', 'implementing security', 'security policies', 'policies different', 'different database', 'database systems', 'systems granting', 'granting revoking', 'revoking privileges', 'privileges users', 'users following', 'following change', 'change management', 'management processes', 'processes participated', 'participated related', 'related meetings', 'meetings verifying', 'verifying instances', 'instances db', 'db running', 'running tablespaces', 'tablespaces online', 'online monitor', 'monitor backround', 'backround processes', 'processes status', 'status company', 'company innovativetechnologies', 'innovativetechnologies description', 'description clients', 'clients banking', 'banking domain', 'skillset oracle dba', 'oracle dba mysql', 'dba mysql mariadb', 'mysql mariadb postgresql', 'mariadb postgresql database', 'postgresql database administration', 'database administration itskills', 'administration itskills sql', 'itskills sql oracle', 'sql oracle 10g', 'oracle 10g 11g', '10g 11g mysql', '11g mysql mariadb', 'mysql mariadb postgresql', 'mariadb postgresql windows', 'postgresql windows linux', 'windows linux putty', 'linux putty education', 'putty education details', 'education details january', 'details january 2018', 'january 2018 mcs', '2018 mcs pune', 'mcs pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university database', 'university database administrator', 'database administrator database', 'administrator database administrator', 'database administrator infiniteworx', 'administrator infiniteworx omnichannel', 'infiniteworx omnichannel pvt', 'omnichannel pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details database', 'details database exprience', 'database exprience 17', 'exprience 17 months', '17 months mysql', 'months mysql exprience', 'mysql exprience 17', 'exprience 17 months', '17 months oracle', 'months oracle exprience', 'oracle exprience 17', 'exprience 17 months', '17 months sql', 'months sql exprience', 'sql exprience 17', 'exprience 17 months', '17 months database', 'months database administration', 'database administration exprience', 'administration exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company infiniteworx', 'company infiniteworx omnichannel', 'infiniteworx omnichannel pvt', 'omnichannel pvt ltd', 'pvt ltd description', 'ltd description pune', 'description pune sept', 'pune sept 2017', 'sept 2017 present', '2017 present responsibilities', 'present responsibilities creating', 'responsibilities creating tablespaces', 'creating tablespaces planning', 'tablespaces planning location', 'planning location data', 'location data monitoring', 'data monitoring tablespaces', 'monitoring tablespaces growth', 'tablespaces growth periodically', 'growth periodically all', 'periodically all replication', 'all replication setup', 'replication setup moved', 'setup moved database', 'moved database schema', 'database schema changes', 'schema changes stage', 'changes stage dba', 'stage dba support', 'dba support query', 'support query resolution', 'query resolution creating', 'resolution creating user', 'creating user giving', 'user giving specific', 'giving specific privileges', 'specific privileges database', 'privileges database management', 'database management database', 'management database recovery', 'database recovery moving', 'recovery moving data', 'moving data files', 'data files different', 'files different locations', 'different locations planning', 'locations planning backup', 'planning backup policies', 'backup policies backup', 'policies backup recovery', 'backup recovery databases', 'recovery databases based', 'databases based criticality', 'based criticality impo', 'criticality impo expo', 'impo expo degine', 'expo degine schemas', 'degine schemas key', 'schemas key result', 'key result areas', 'result areas providing', 'areas providing 24', 'providing 24 7', '24 7 support', '7 support resolve', 'support resolve database', 'resolve database performance', 'database performance issues', 'performance issues job', 'issues job failures', 'job failures sessions', 'failures sessions diagnose', 'sessions diagnose root', 'diagnose root causes', 'root causes installation', 'causes installation configuring', 'installation configuring updating', 'configuring updating oracle', 'updating oracle server', 'oracle server software', 'server software related', 'software related oracle', 'related oracle products', 'oracle products installation', 'products installation configuraing', 'installation configuraing updating', 'configuraing updating mysql', 'updating mysql sql', 'mysql sql server', 'sql server mariadb', 'server mariadb mongodb', 'mariadb mongodb supported', 'mongodb supported multiple', 'supported multiple databases', 'multiple databases administered', 'databases administered oracle', 'administered oracle databases', 'oracle databases large', 'databases large db', 'large db sizes', 'db sizes production', 'sizes production development', 'production development test', 'development test setups', 'test setups maintaining', 'setups maintaining table', 'maintaining table spaces', 'table spaces data', 'spaces data files', 'data files control', 'files control files', 'control files online', 'files online redo', 'online redo log', 'redo log files', 'log files creating', 'files creating users', 'creating users granting', 'users granting roles', 'granting roles privileges', 'roles privileges users', 'privileges users managing', 'users managing tablespaces', 'managing tablespaces different', 'tablespaces different users', 'different users granting', 'users granting quota', 'granting quota default', 'quota default temporary', 'default temporary tablespaces', 'temporary tablespaces taking', 'tablespaces taking oracle', 'taking oracle rman', 'oracle rman backups', 'rman backups scheduling', 'backups scheduling day', 'scheduling day wise', 'day wise backup', 'wise backup implementing', 'backup implementing incremental', 'implementing incremental cumulative', 'incremental cumulative full', 'cumulative full rman', 'full rman backup', 'rman backup database', 'backup database space', 'database space management', 'space management effective', 'management effective recovery', 'effective recovery logical', 'recovery logical backup', 'logical backup using', 'backup using export', 'using export import', 'export import datapump', 'import datapump export', 'datapump export important', 'export important tables', 'important tables regular', 'tables regular intervals', 'regular intervals regular', 'intervals regular checking', 'regular checking trace', 'checking trace alert', 'trace alert log', 'alert log file', 'log file ora', 'file ora errors', 'ora errors working', 'errors working incidents', 'working incidents like', 'incidents like user', 'like user creation', 'user creation deletion', 'creation deletion incidents', 'deletion incidents backup', 'incidents backup failed', 'backup failed incidents', 'failed incidents checking', 'incidents checking listener', 'checking listener status', 'listener status connectivity', 'status connectivity troubleshooting', 'connectivity troubleshooting fixing', 'troubleshooting fixing database', 'fixing database listener', 'database listener issues', 'listener issues look', 'issues look new', 'look new alert', 'new alert error', 'alert error log', 'error log entries', 'log entries errors', 'entries errors error', 'errors error details', 'error details trace', 'details trace files', 'trace files generated', 'files generated executing', 'generated executing ddl', 'executing ddl dml', 'ddl dml scripts', 'dml scripts per', 'scripts per customer', 'per customer requirements', 'customer requirements mentoring', 'requirements mentoring coaching', 'mentoring coaching appraising', 'coaching appraising team', 'appraising team members', 'team members active', 'members active involvement', 'active involvement recruitment', 'involvement recruitment process', 'recruitment process contributing', 'process contributing project', 'contributing project documentation', 'project documentation generating', 'documentation generating daily', 'generating daily reports', 'daily reports ensuring', 'reports ensuring compliance', 'ensuring compliance quality', 'compliance quality norms', 'quality norms taking', 'norms taking steps', 'taking steps non', 'steps non conformance', 'non conformance spearheading', 'conformance spearheading complete', 'spearheading complete project', 'complete project activities', 'project activities ensuring', 'activities ensuring timely', 'ensuring timely completion', 'timely completion project', 'completion project implementing', 'project implementing security', 'implementing security policies', 'security policies different', 'policies different database', 'different database systems', 'database systems granting', 'systems granting revoking', 'granting revoking privileges', 'revoking privileges users', 'privileges users following', 'users following change', 'following change management', 'change management processes', 'management processes participated', 'processes participated related', 'participated related meetings', 'related meetings verifying', 'meetings verifying instances', 'verifying instances db', 'instances db running', 'db running tablespaces', 'running tablespaces online', 'tablespaces online monitor', 'online monitor backround', 'monitor backround processes', 'backround processes status', 'processes status company', 'status company innovativetechnologies', 'company innovativetechnologies description', 'innovativetechnologies description clients', 'description clients banking', 'clients banking domain', 'skillset oracle dba mysql', 'oracle dba mysql mariadb', 'dba mysql mariadb postgresql', 'mysql mariadb postgresql database', 'mariadb postgresql database administration', 'postgresql database administration itskills', 'database administration itskills sql', 'administration itskills sql oracle', 'itskills sql oracle 10g', 'sql oracle 10g 11g', ...], ['education', 'details', 'january', '2016', 'bsc', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2013', 'h', 's', 'c', 'maharashtra', 'board', 'january', '2011', 's', 's', 'c', 'maharashtra', 'board', 'mysql', 'database', 'administrator', '2', 'years', 'experience', 'mysql', 'database', 'administrator', 'mysql', 'dba', 'skill', 'details', 'mysql', 'dba', 'centos', 'backup', 'restore', 'replication', 'query', 'optimazation', 'exprience', '24', 'monthscompany', 'details', 'company', 'trimax', 'it', 'infrastructure', 'services', 'ltd', 'description', 'mysql', 'installation', 'maintenance', 'upgrades', 'version', '5', '5', '5', '6', 'mysql', 'database', 'administration', 'large', 'scale', 'mysql', 'installation', 'experience', 'mysql', 'linux', 'windows', 'mysql', 'processes', 'security', 'management', 'queries', 'optimization', 'performed', 'query', 'analysis', 'slow', 'problematic', 'queries', 'performed', 'structural', 'changes', 'database', 'like', 'creating', 'tables', 'adding', 'columns', 'ording', 'business', 'requirement', 'creating', 'maintaining', 'database', 'maintenance', 'plans', 'writing', 'scripts', 'create', 'jobs', 'backup', 'restore', 'plans', 'working', 'myisam', 'innodb', 'engine', 'working', 'server', 'shifting', 'tuning', 'parameter', 'database', 'purging', 'working', 'mysql', 'master', 'slave', 'replication', 'handling', 'release', 'management', 'user', 'eptance', 'restore', 'using', 'xtrabackup', 'responsibilities', 'include', 'monitoring', 'daily', 'weekly', 'monthly', 'system', 'maintenance', 'tasks', 'database', 'backup', 'replication', 'verification', 'database', 'integrity', 'verification', 'indexing', 'updates', 'work', '24', '7', 'production', 'database', 'support', 'company', 'trimax', 'it', 'infrastructure', 'services', 'ltd', 'description', 'mysql', 'installation', 'maintenance', 'upgrades', 'version', '5', '5', '5', '6', 'mysql', 'database', 'administration', 'large', 'scale', 'mysql', 'installation', 'experience', 'mysql', 'linux', 'windows', 'mysql', 'processes', 'security', 'management', 'queries', 'optimization', 'performed', 'query', 'analysis', 'slow', 'problematic', 'queries', 'performed', 'structural', 'changes', 'database', 'like', 'creating', 'tables', 'adding', 'columns', 'ording', 'business', 'requirement', 'creating', 'maintaining', 'database', 'maintenance', 'plans', 'writing', 'scripts', 'create', 'jobs', 'backup', 'restore', 'plans', 'working', 'myisam', 'innodb', 'engine', 'working', 'server', 'shifting', 'tuning', 'parameter', 'database', 'purging', 'working', 'mysql', 'master', 'slave', 'replication', 'handling', 'release', 'management', 'user', 'eptance', 'restore', 'using', 'xtrabackup', 'responsibilities', 'include', 'monitoring', 'daily', 'weekly', 'monthly', 'system', 'maintenance', 'tasks', 'database', 'backup', 'replication', 'verification', 'database', 'integrity', 'verification', 'indexing', 'updates', 'work', '24', '7', 'production', 'database', 'support', 'education details', 'details january', 'january 2016', '2016 bsc', 'bsc mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2013', '2013 h', 'h s', 's c', 'c maharashtra', 'maharashtra board', 'board january', 'january 2011', '2011 s', 's s', 's c', 'c maharashtra', 'maharashtra board', 'board mysql', 'mysql database', 'database administrator', 'administrator 2', '2 years', 'years experience', 'experience mysql', 'mysql database', 'database administrator', 'administrator mysql', 'mysql dba', 'dba skill', 'skill details', 'details mysql', 'mysql dba', 'dba centos', 'centos backup', 'backup restore', 'restore replication', 'replication query', 'query optimazation', 'optimazation exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company trimax', 'trimax it', 'it infrastructure', 'infrastructure services', 'services ltd', 'ltd description', 'description mysql', 'mysql installation', 'installation maintenance', 'maintenance upgrades', 'upgrades version', 'version 5', '5 5', '5 5', '5 6', '6 mysql', 'mysql database', 'database administration', 'administration large', 'large scale', 'scale mysql', 'mysql installation', 'installation experience', 'experience mysql', 'mysql linux', 'linux windows', 'windows mysql', 'mysql processes', 'processes security', 'security management', 'management queries', 'queries optimization', 'optimization performed', 'performed query', 'query analysis', 'analysis slow', 'slow problematic', 'problematic queries', 'queries performed', 'performed structural', 'structural changes', 'changes database', 'database like', 'like creating', 'creating tables', 'tables adding', 'adding columns', 'columns ording', 'ording business', 'business requirement', 'requirement creating', 'creating maintaining', 'maintaining database', 'database maintenance', 'maintenance plans', 'plans writing', 'writing scripts', 'scripts create', 'create jobs', 'jobs backup', 'backup restore', 'restore plans', 'plans working', 'working myisam', 'myisam innodb', 'innodb engine', 'engine working', 'working server', 'server shifting', 'shifting tuning', 'tuning parameter', 'parameter database', 'database purging', 'purging working', 'working mysql', 'mysql master', 'master slave', 'slave replication', 'replication handling', 'handling release', 'release management', 'management user', 'user eptance', 'eptance restore', 'restore using', 'using xtrabackup', 'xtrabackup responsibilities', 'responsibilities include', 'include monitoring', 'monitoring daily', 'daily weekly', 'weekly monthly', 'monthly system', 'system maintenance', 'maintenance tasks', 'tasks database', 'database backup', 'backup replication', 'replication verification', 'verification database', 'database integrity', 'integrity verification', 'verification indexing', 'indexing updates', 'updates work', 'work 24', '24 7', '7 production', 'production database', 'database support', 'support company', 'company trimax', 'trimax it', 'it infrastructure', 'infrastructure services', 'services ltd', 'ltd description', 'description mysql', 'mysql installation', 'installation maintenance', 'maintenance upgrades', 'upgrades version', 'version 5', '5 5', '5 5', '5 6', '6 mysql', 'mysql database', 'database administration', 'administration large', 'large scale', 'scale mysql', 'mysql installation', 'installation experience', 'experience mysql', 'mysql linux', 'linux windows', 'windows mysql', 'mysql processes', 'processes security', 'security management', 'management queries', 'queries optimization', 'optimization performed', 'performed query', 'query analysis', 'analysis slow', 'slow problematic', 'problematic queries', 'queries performed', 'performed structural', 'structural changes', 'changes database', 'database like', 'like creating', 'creating tables', 'tables adding', 'adding columns', 'columns ording', 'ording business', 'business requirement', 'requirement creating', 'creating maintaining', 'maintaining database', 'database maintenance', 'maintenance plans', 'plans writing', 'writing scripts', 'scripts create', 'create jobs', 'jobs backup', 'backup restore', 'restore plans', 'plans working', 'working myisam', 'myisam innodb', 'innodb engine', 'engine working', 'working server', 'server shifting', 'shifting tuning', 'tuning parameter', 'parameter database', 'database purging', 'purging working', 'working mysql', 'mysql master', 'master slave', 'slave replication', 'replication handling', 'handling release', 'release management', 'management user', 'user eptance', 'eptance restore', 'restore using', 'using xtrabackup', 'xtrabackup responsibilities', 'responsibilities include', 'include monitoring', 'monitoring daily', 'daily weekly', 'weekly monthly', 'monthly system', 'system maintenance', 'maintenance tasks', 'tasks database', 'database backup', 'backup replication', 'replication verification', 'verification database', 'database integrity', 'integrity verification', 'verification indexing', 'indexing updates', 'updates work', 'work 24', '24 7', '7 production', 'production database', 'database support', 'education details january', 'details january 2016', 'january 2016 bsc', '2016 bsc mumbai', 'bsc mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2013', 'january 2013 h', '2013 h s', 'h s c', 's c maharashtra', 'c maharashtra board', 'maharashtra board january', 'board january 2011', 'january 2011 s', '2011 s s', 's s c', 's c maharashtra', 'c maharashtra board', 'maharashtra board mysql', 'board mysql database', 'mysql database administrator', 'database administrator 2', 'administrator 2 years', '2 years experience', 'years experience mysql', 'experience mysql database', 'mysql database administrator', 'database administrator mysql', 'administrator mysql dba', 'mysql dba skill', 'dba skill details', 'skill details mysql', 'details mysql dba', 'mysql dba centos', 'dba centos backup', 'centos backup restore', 'backup restore replication', 'restore replication query', 'replication query optimazation', 'query optimazation exprience', 'optimazation exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company trimax', 'company trimax it', 'trimax it infrastructure', 'it infrastructure services', 'infrastructure services ltd', 'services ltd description', 'ltd description mysql', 'description mysql installation', 'mysql installation maintenance', 'installation maintenance upgrades', 'maintenance upgrades version', 'upgrades version 5', 'version 5 5', '5 5 5', '5 5 6', '5 6 mysql', '6 mysql database', 'mysql database administration', 'database administration large', 'administration large scale', 'large scale mysql', 'scale mysql installation', 'mysql installation experience', 'installation experience mysql', 'experience mysql linux', 'mysql linux windows', 'linux windows mysql', 'windows mysql processes', 'mysql processes security', 'processes security management', 'security management queries', 'management queries optimization', 'queries optimization performed', 'optimization performed query', 'performed query analysis', 'query analysis slow', 'analysis slow problematic', 'slow problematic queries', 'problematic queries performed', 'queries performed structural', 'performed structural changes', 'structural changes database', 'changes database like', 'database like creating', 'like creating tables', 'creating tables adding', 'tables adding columns', 'adding columns ording', 'columns ording business', 'ording business requirement', 'business requirement creating', 'requirement creating maintaining', 'creating maintaining database', 'maintaining database maintenance', 'database maintenance plans', 'maintenance plans writing', 'plans writing scripts', 'writing scripts create', 'scripts create jobs', 'create jobs backup', 'jobs backup restore', 'backup restore plans', 'restore plans working', 'plans working myisam', 'working myisam innodb', 'myisam innodb engine', 'innodb engine working', 'engine working server', 'working server shifting', 'server shifting tuning', 'shifting tuning parameter', 'tuning parameter database', 'parameter database purging', 'database purging working', 'purging working mysql', 'working mysql master', 'mysql master slave', 'master slave replication', 'slave replication handling', 'replication handling release', 'handling release management', 'release management user', 'management user eptance', 'user eptance restore', 'eptance restore using', 'restore using xtrabackup', 'using xtrabackup responsibilities', 'xtrabackup responsibilities include', 'responsibilities include monitoring', 'include monitoring daily', 'monitoring daily weekly', 'daily weekly monthly', 'weekly monthly system', 'monthly system maintenance', 'system maintenance tasks', 'maintenance tasks database', 'tasks database backup', 'database backup replication', 'backup replication verification', 'replication verification database', 'verification database integrity', 'database integrity verification', 'integrity verification indexing', 'verification indexing updates', 'indexing updates work', 'updates work 24', 'work 24 7', '24 7 production', '7 production database', 'production database support', 'database support company', 'support company trimax', 'company trimax it', 'trimax it infrastructure', 'it infrastructure services', 'infrastructure services ltd', 'services ltd description', 'ltd description mysql', 'description mysql installation', 'mysql installation maintenance', 'installation maintenance upgrades', 'maintenance upgrades version', 'upgrades version 5', 'version 5 5', '5 5 5', '5 5 6', '5 6 mysql', '6 mysql database', 'mysql database administration', 'database administration large', 'administration large scale', 'large scale mysql', 'scale mysql installation', 'mysql installation experience', 'installation experience mysql', 'experience mysql linux', 'mysql linux windows', 'linux windows mysql', 'windows mysql processes', 'mysql processes security', 'processes security management', 'security management queries', 'management queries optimization', 'queries optimization performed', 'optimization performed query', 'performed query analysis', 'query analysis slow', 'analysis slow problematic', 'slow problematic queries', 'problematic queries performed', 'queries performed structural', 'performed structural changes', 'structural changes database', 'changes database like', 'database like creating', 'like creating tables', 'creating tables adding', 'tables adding columns', 'adding columns ording', 'columns ording business', 'ording business requirement', 'business requirement creating', 'requirement creating maintaining', 'creating maintaining database', 'maintaining database maintenance', 'database maintenance plans', 'maintenance plans writing', 'plans writing scripts', 'writing scripts create', 'scripts create jobs', 'create jobs backup', 'jobs backup restore', 'backup restore plans', 'restore plans working', 'plans working myisam', 'working myisam innodb', 'myisam innodb engine', 'innodb engine working', 'engine working server', 'working server shifting', 'server shifting tuning', 'shifting tuning parameter', 'tuning parameter database', 'parameter database purging', 'database purging working', 'purging working mysql', 'working mysql master', 'mysql master slave', 'master slave replication', 'slave replication handling', 'replication handling release', 'handling release management', 'release management user', 'management user eptance', 'user eptance restore', 'eptance restore using', 'restore using xtrabackup', 'using xtrabackup responsibilities', 'xtrabackup responsibilities include', 'responsibilities include monitoring', 'include monitoring daily', 'monitoring daily weekly', 'daily weekly monthly', 'weekly monthly system', 'monthly system maintenance', 'system maintenance tasks', 'maintenance tasks database', 'tasks database backup', 'database backup replication', 'backup replication verification', 'replication verification database', 'verification database integrity', 'database integrity verification', 'integrity verification indexing', 'verification indexing updates', 'indexing updates work', 'updates work 24', 'work 24 7', '24 7 production', '7 production database', 'production database support', 'education details january 2016', 'details january 2016 bsc', 'january 2016 bsc mumbai', '2016 bsc mumbai maharashtra', 'bsc mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2013', 'university january 2013 h', 'january 2013 h s', '2013 h s c', 'h s c maharashtra', 's c maharashtra board', 'c maharashtra board january', 'maharashtra board january 2011', 'board january 2011 s', 'january 2011 s s', '2011 s s c', 's s c maharashtra', 's c maharashtra board', 'c maharashtra board mysql', 'maharashtra board mysql database', 'board mysql database administrator', 'mysql database administrator 2', 'database administrator 2 years', 'administrator 2 years experience', '2 years experience mysql', 'years experience mysql database', 'experience mysql database administrator', 'mysql database administrator mysql', 'database administrator mysql dba', 'administrator mysql dba skill', 'mysql dba skill details', 'dba skill details mysql', 'skill details mysql dba', 'details mysql dba centos', 'mysql dba centos backup', 'dba centos backup restore', 'centos backup restore replication', 'backup restore replication query', 'restore replication query optimazation', 'replication query optimazation exprience', 'query optimazation exprience 24', 'optimazation exprience 24 monthscompany', 'exprience 24 monthscompany details', '24 monthscompany details company', 'monthscompany details company trimax', 'details company trimax it', 'company trimax it infrastructure', 'trimax it infrastructure services', 'it infrastructure services ltd', 'infrastructure services ltd description', 'services ltd description mysql', 'ltd description mysql installation', 'description mysql installation maintenance', 'mysql installation maintenance upgrades', 'installation maintenance upgrades version', 'maintenance upgrades version 5', 'upgrades version 5 5', 'version 5 5 5', '5 5 5 6', '5 5 6 mysql', '5 6 mysql database', '6 mysql database administration', 'mysql database administration large', 'database administration large scale', 'administration large scale mysql', 'large scale mysql installation', 'scale mysql installation experience', 'mysql installation experience mysql', 'installation experience mysql linux', 'experience mysql linux windows', 'mysql linux windows mysql', 'linux windows mysql processes', 'windows mysql processes security', 'mysql processes security management', 'processes security management queries', 'security management queries optimization', 'management queries optimization performed', 'queries optimization performed query', 'optimization performed query analysis', 'performed query analysis slow', 'query analysis slow problematic', 'analysis slow problematic queries', 'slow problematic queries performed', 'problematic queries performed structural', 'queries performed structural changes', 'performed structural changes database', 'structural changes database like', 'changes database like creating', 'database like creating tables', 'like creating tables adding', 'creating tables adding columns', 'tables adding columns ording', 'adding columns ording business', 'columns ording business requirement', 'ording business requirement creating', 'business requirement creating maintaining', 'requirement creating maintaining database', 'creating maintaining database maintenance', 'maintaining database maintenance plans', 'database maintenance plans writing', 'maintenance plans writing scripts', 'plans writing scripts create', 'writing scripts create jobs', 'scripts create jobs backup', 'create jobs backup restore', 'jobs backup restore plans', 'backup restore plans working', 'restore plans working myisam', 'plans working myisam innodb', 'working myisam innodb engine', 'myisam innodb engine working', 'innodb engine working server', 'engine working server shifting', 'working server shifting tuning', 'server shifting tuning parameter', 'shifting tuning parameter database', 'tuning parameter database purging', 'parameter database purging working', 'database purging working mysql', 'purging working mysql master', 'working mysql master slave', 'mysql master slave replication', 'master slave replication handling', 'slave replication handling release', 'replication handling release management', 'handling release management user', 'release management user eptance', 'management user eptance restore', 'user eptance restore using', 'eptance restore using xtrabackup', 'restore using xtrabackup responsibilities', 'using xtrabackup responsibilities include', 'xtrabackup responsibilities include monitoring', 'responsibilities include monitoring daily', 'include monitoring daily weekly', 'monitoring daily weekly monthly', 'daily weekly monthly system', 'weekly monthly system maintenance', 'monthly system maintenance tasks', 'system maintenance tasks database', 'maintenance tasks database backup', 'tasks database backup replication', 'database backup replication verification', 'backup replication verification database', 'replication verification database integrity', 'verification database integrity verification', 'database integrity verification indexing', 'integrity verification indexing updates', 'verification indexing updates work', 'indexing updates work 24', 'updates work 24 7', 'work 24 7 production', '24 7 production database', '7 production database support', 'production database support company', 'database support company trimax', 'support company trimax it', 'company trimax it infrastructure', 'trimax it infrastructure services', 'it infrastructure services ltd', 'infrastructure services ltd description', 'services ltd description mysql', 'ltd description mysql installation', 'description mysql installation maintenance', 'mysql installation maintenance upgrades', 'installation maintenance upgrades version', 'maintenance upgrades version 5', 'upgrades version 5 5', 'version 5 5 5', '5 5 5 6', '5 5 6 mysql', '5 6 mysql database', '6 mysql database administration', 'mysql database administration large', 'database administration large scale', 'administration large scale mysql', 'large scale mysql installation', 'scale mysql installation experience', 'mysql installation experience mysql', 'installation experience mysql linux', 'experience mysql linux windows', 'mysql linux windows mysql', 'linux windows mysql processes', 'windows mysql processes security', 'mysql processes security management', 'processes security management queries', 'security management queries optimization', 'management queries optimization performed', 'queries optimization performed query', 'optimization performed query analysis', 'performed query analysis slow', ...], ['technical', 'skill', 'operating', 'system', 'linux', 'windows', 'server', '2012', 'r2', 'windows', '98', 'windows', '2000', 'xp', 'tools', 'utility', 'packages', 'sql', 'loader', 'sql', 'plus', 'oem', 'datapump', 'expdp', 'impdp', 'plsql', 'developer', 'jenkins', 'database', 'oracle', '10g', 'oracle', '11g', 'oracle', '12c', 'scripting', 'unix', 'shell', 'scripting', 'language', 'sql', 'education', 'details', 'january', '2011', 'm', 'b', 'a', 'amravati', 'maharashtra', 'amravati', 'university', 'january', '2007', 'b', 'c', 'a', 'nagpur', 'maharashtra', 'nagpur', 'university', 'oracle', 'database', 'administrator', 'oracle', 'database', 'administrator', 'on', 'linux', 'microsoft', 'with', '4', 'years', 'experience', 'skill', 'details', 'oracle', 'exprience', '48', 'months', 'linux', 'exprience', '6', 'months', 'oracle', 'dba', 'exprience', 'less', '1', 'year', 'months', 'rac', 'exprience', 'less', '1', 'year', 'months', 'golden', 'gate', 'exprience', 'less', '1', 'year', 'months', 'asm', 'exprience', 'less', '1', 'year', 'months', 'dataguard', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'tieto', 'india', 'pvt', 'ltd', 'description', 'pune', 'from', 'february', '2015', 'till', 'present', 'project', 'profile', 'oil', 'gas', 'unit', 'tieto', 'india', 'pvt', 'ltd', 'working', 'environmental', 'components', 'ec', 'application', 'tieto', 'authorized', 'service', 'provider', 'ec', 'energy', 'components', 'complete', 'end', 'end', 'hydrocarbon', 'ounting', 'solution', 'following', 'hydrocarbons', 'production', 'transport', 'sales', 'revenue', 'recognition', 'globally', 'market', 'leading', 'hydrocarbon', 'ounting', 'software', 'functionality', 'coverage', 'exceeding', 'available', 'solutions', 'modern', 'flexible', 'scalable', 'technology', 'platform', 'selected', 'global', 'standard', 'best', 'practice', 'oil', 'gas', 'super', 'majors', 'responsibilities', 'oracle', 'database', 'administration', '11g', 'r2', '12c', '18c', 'supporting', 'databases', '24x7', 'environments', 'coordinate', 'application', 'os', 'storage', 'development', 'teams', 'test', 'production', 'environments', 'regularly', 'monitoring', 'trace', 'files', 'alert', 'log', 'files', 'database', 'related', 'issues', 'experience', 'monitoring', 'cpu', 'usage', 'io', 'memory', 'utilization', 'os', 'level', 'checking', 'alert', 'log', 'file', 'analyze', 'ora', 'errors', 'raise', 'sr', 'oracle', 'monitoring', 'log', 'files', 'backups', 'database', 'space', 'usage', 'use', 'system', 'resources', 'configuring', 'backup', 'rman', 'database', 'restoring', 'database', 'installation', 'configuring', 'updating', 'oracle', 'server', 'software', 'related', 'oracle', 'products', '11g', '12c', 'oracle', 'server', 'installation', 'client', 'installation', 'configuration', 'plsql', 'developer', 'installation', 'creating', 'database', 'using', 'dbca', 'manually', 'creating', 'oracle', 'user', 'granting', 'proper', 'privileges', 'user', 'per', 'request', 'creating', 'awr', 'ash', 'addm', 'reports', 'database', 'performance', 'analysis', 'handling', 'space', 'management', 'performance', 'issues', 'oracle', 'databases', 'creating', 'remote', 'database', 'link', 'renaming', 'resizing', 'data', 'files', 'oracle', 'database', 'needed', 'tablespace', 'shrinking', 'regular', 'time', 'interval', 'reclaim', 'server', 'space', 'expertise', 'export', 'import', 'using', 'data', 'pump', 'oracle', 'database', 'expertise', 'configuration', 'listener', 'tnsnames', 'netmgr', 'netca', 'statically', 'also', 'managing', 'oracle', 'listener', 'oracle', 'network', 'files', 'creating', 'user', 'profiles', 'granting', 'specific', 'privileges', 'roles', 'users', 'oracle', 'database', 'maintaining', 'tablespaces', 'data', 'files', 'control', 'files', 'online', 'redo', 'log', 'files', 'oracle', 'database', 'worked', 'aws', 'cloud', 'services', 'like', 'ec2', 's3', 'rds', 'elb', 'ebs', 'vpc', 'route53', 'auto', 'cloud', 'watch', 'cloud', 'front', 'iam', 'installing', 'configuring', 'troubleshooting', 'various', 'amazon', 'images', 'server', 'migration', 'physical', 'cloud', 'technical skill', 'skill operating', 'operating system', 'system linux', 'linux windows', 'windows server', 'server 2012', '2012 r2', 'r2 windows', 'windows 98', '98 windows', 'windows 2000', '2000 xp', 'xp tools', 'tools utility', 'utility packages', 'packages sql', 'sql loader', 'loader sql', 'sql plus', 'plus oem', 'oem datapump', 'datapump expdp', 'expdp impdp', 'impdp plsql', 'plsql developer', 'developer jenkins', 'jenkins database', 'database oracle', 'oracle 10g', '10g oracle', 'oracle 11g', '11g oracle', 'oracle 12c', '12c scripting', 'scripting unix', 'unix shell', 'shell scripting', 'scripting language', 'language sql', 'sql education', 'education details', 'details january', 'january 2011', '2011 m', 'm b', 'b a', 'a amravati', 'amravati maharashtra', 'maharashtra amravati', 'amravati university', 'university january', 'january 2007', '2007 b', 'b c', 'c a', 'a nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university oracle', 'oracle database', 'database administrator', 'administrator oracle', 'oracle database', 'database administrator', 'administrator on', 'on linux', 'linux microsoft', 'microsoft with', 'with 4', '4 years', 'years experience', 'experience skill', 'skill details', 'details oracle', 'oracle exprience', 'exprience 48', '48 months', 'months linux', 'linux exprience', 'exprience 6', '6 months', 'months oracle', 'oracle dba', 'dba exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months rac', 'rac exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months golden', 'golden gate', 'gate exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months asm', 'asm exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months dataguard', 'dataguard exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company tieto', 'tieto india', 'india pvt', 'pvt ltd', 'ltd description', 'description pune', 'pune from', 'from february', 'february 2015', '2015 till', 'till present', 'present project', 'project profile', 'profile oil', 'oil gas', 'gas unit', 'unit tieto', 'tieto india', 'india pvt', 'pvt ltd', 'ltd working', 'working environmental', 'environmental components', 'components ec', 'ec application', 'application tieto', 'tieto authorized', 'authorized service', 'service provider', 'provider ec', 'ec energy', 'energy components', 'components complete', 'complete end', 'end end', 'end hydrocarbon', 'hydrocarbon ounting', 'ounting solution', 'solution following', 'following hydrocarbons', 'hydrocarbons production', 'production transport', 'transport sales', 'sales revenue', 'revenue recognition', 'recognition globally', 'globally market', 'market leading', 'leading hydrocarbon', 'hydrocarbon ounting', 'ounting software', 'software functionality', 'functionality coverage', 'coverage exceeding', 'exceeding available', 'available solutions', 'solutions modern', 'modern flexible', 'flexible scalable', 'scalable technology', 'technology platform', 'platform selected', 'selected global', 'global standard', 'standard best', 'best practice', 'practice oil', 'oil gas', 'gas super', 'super majors', 'majors responsibilities', 'responsibilities oracle', 'oracle database', 'database administration', 'administration 11g', '11g r2', 'r2 12c', '12c 18c', '18c supporting', 'supporting databases', 'databases 24x7', '24x7 environments', 'environments coordinate', 'coordinate application', 'application os', 'os storage', 'storage development', 'development teams', 'teams test', 'test production', 'production environments', 'environments regularly', 'regularly monitoring', 'monitoring trace', 'trace files', 'files alert', 'alert log', 'log files', 'files database', 'database related', 'related issues', 'issues experience', 'experience monitoring', 'monitoring cpu', 'cpu usage', 'usage io', 'io memory', 'memory utilization', 'utilization os', 'os level', 'level checking', 'checking alert', 'alert log', 'log file', 'file analyze', 'analyze ora', 'ora errors', 'errors raise', 'raise sr', 'sr oracle', 'oracle monitoring', 'monitoring log', 'log files', 'files backups', 'backups database', 'database space', 'space usage', 'usage use', 'use system', 'system resources', 'resources configuring', 'configuring backup', 'backup rman', 'rman database', 'database restoring', 'restoring database', 'database installation', 'installation configuring', 'configuring updating', 'updating oracle', 'oracle server', 'server software', 'software related', 'related oracle', 'oracle products', 'products 11g', '11g 12c', '12c oracle', 'oracle server', 'server installation', 'installation client', 'client installation', 'installation configuration', 'configuration plsql', 'plsql developer', 'developer installation', 'installation creating', 'creating database', 'database using', 'using dbca', 'dbca manually', 'manually creating', 'creating oracle', 'oracle user', 'user granting', 'granting proper', 'proper privileges', 'privileges user', 'user per', 'per request', 'request creating', 'creating awr', 'awr ash', 'ash addm', 'addm reports', 'reports database', 'database performance', 'performance analysis', 'analysis handling', 'handling space', 'space management', 'management performance', 'performance issues', 'issues oracle', 'oracle databases', 'databases creating', 'creating remote', 'remote database', 'database link', 'link renaming', 'renaming resizing', 'resizing data', 'data files', 'files oracle', 'oracle database', 'database needed', 'needed tablespace', 'tablespace shrinking', 'shrinking regular', 'regular time', 'time interval', 'interval reclaim', 'reclaim server', 'server space', 'space expertise', 'expertise export', 'export import', 'import using', 'using data', 'data pump', 'pump oracle', 'oracle database', 'database expertise', 'expertise configuration', 'configuration listener', 'listener tnsnames', 'tnsnames netmgr', 'netmgr netca', 'netca statically', 'statically also', 'also managing', 'managing oracle', 'oracle listener', 'listener oracle', 'oracle network', 'network files', 'files creating', 'creating user', 'user profiles', 'profiles granting', 'granting specific', 'specific privileges', 'privileges roles', 'roles users', 'users oracle', 'oracle database', 'database maintaining', 'maintaining tablespaces', 'tablespaces data', 'data files', 'files control', 'control files', 'files online', 'online redo', 'redo log', 'log files', 'files oracle', 'oracle database', 'database worked', 'worked aws', 'aws cloud', 'cloud services', 'services like', 'like ec2', 'ec2 s3', 's3 rds', 'rds elb', 'elb ebs', 'ebs vpc', 'vpc route53', 'route53 auto', 'auto cloud', 'cloud watch', 'watch cloud', 'cloud front', 'front iam', 'iam installing', 'installing configuring', 'configuring troubleshooting', 'troubleshooting various', 'various amazon', 'amazon images', 'images server', 'server migration', 'migration physical', 'physical cloud', 'technical skill operating', 'skill operating system', 'operating system linux', 'system linux windows', 'linux windows server', 'windows server 2012', 'server 2012 r2', '2012 r2 windows', 'r2 windows 98', 'windows 98 windows', '98 windows 2000', 'windows 2000 xp', '2000 xp tools', 'xp tools utility', 'tools utility packages', 'utility packages sql', 'packages sql loader', 'sql loader sql', 'loader sql plus', 'sql plus oem', 'plus oem datapump', 'oem datapump expdp', 'datapump expdp impdp', 'expdp impdp plsql', 'impdp plsql developer', 'plsql developer jenkins', 'developer jenkins database', 'jenkins database oracle', 'database oracle 10g', 'oracle 10g oracle', '10g oracle 11g', 'oracle 11g oracle', '11g oracle 12c', 'oracle 12c scripting', '12c scripting unix', 'scripting unix shell', 'unix shell scripting', 'shell scripting language', 'scripting language sql', 'language sql education', 'sql education details', 'education details january', 'details january 2011', 'january 2011 m', '2011 m b', 'm b a', 'b a amravati', 'a amravati maharashtra', 'amravati maharashtra amravati', 'maharashtra amravati university', 'amravati university january', 'university january 2007', 'january 2007 b', '2007 b c', 'b c a', 'c a nagpur', 'a nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university oracle', 'university oracle database', 'oracle database administrator', 'database administrator oracle', 'administrator oracle database', 'oracle database administrator', 'database administrator on', 'administrator on linux', 'on linux microsoft', 'linux microsoft with', 'microsoft with 4', 'with 4 years', '4 years experience', 'years experience skill', 'experience skill details', 'skill details oracle', 'details oracle exprience', 'oracle exprience 48', 'exprience 48 months', '48 months linux', 'months linux exprience', 'linux exprience 6', 'exprience 6 months', '6 months oracle', 'months oracle dba', 'oracle dba exprience', 'dba exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months rac', 'months rac exprience', 'rac exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months golden', 'months golden gate', 'golden gate exprience', 'gate exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months asm', 'months asm exprience', 'asm exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months dataguard', 'months dataguard exprience', 'dataguard exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company tieto', 'company tieto india', 'tieto india pvt', 'india pvt ltd', 'pvt ltd description', 'ltd description pune', 'description pune from', 'pune from february', 'from february 2015', 'february 2015 till', '2015 till present', 'till present project', 'present project profile', 'project profile oil', 'profile oil gas', 'oil gas unit', 'gas unit tieto', 'unit tieto india', 'tieto india pvt', 'india pvt ltd', 'pvt ltd working', 'ltd working environmental', 'working environmental components', 'environmental components ec', 'components ec application', 'ec application tieto', 'application tieto authorized', 'tieto authorized service', 'authorized service provider', 'service provider ec', 'provider ec energy', 'ec energy components', 'energy components complete', 'components complete end', 'complete end end', 'end end hydrocarbon', 'end hydrocarbon ounting', 'hydrocarbon ounting solution', 'ounting solution following', 'solution following hydrocarbons', 'following hydrocarbons production', 'hydrocarbons production transport', 'production transport sales', 'transport sales revenue', 'sales revenue recognition', 'revenue recognition globally', 'recognition globally market', 'globally market leading', 'market leading hydrocarbon', 'leading hydrocarbon ounting', 'hydrocarbon ounting software', 'ounting software functionality', 'software functionality coverage', 'functionality coverage exceeding', 'coverage exceeding available', 'exceeding available solutions', 'available solutions modern', 'solutions modern flexible', 'modern flexible scalable', 'flexible scalable technology', 'scalable technology platform', 'technology platform selected', 'platform selected global', 'selected global standard', 'global standard best', 'standard best practice', 'best practice oil', 'practice oil gas', 'oil gas super', 'gas super majors', 'super majors responsibilities', 'majors responsibilities oracle', 'responsibilities oracle database', 'oracle database administration', 'database administration 11g', 'administration 11g r2', '11g r2 12c', 'r2 12c 18c', '12c 18c supporting', '18c supporting databases', 'supporting databases 24x7', 'databases 24x7 environments', '24x7 environments coordinate', 'environments coordinate application', 'coordinate application os', 'application os storage', 'os storage development', 'storage development teams', 'development teams test', 'teams test production', 'test production environments', 'production environments regularly', 'environments regularly monitoring', 'regularly monitoring trace', 'monitoring trace files', 'trace files alert', 'files alert log', ...], ['technical', 'skills', 'databases', 'oracle', 'rdbms', '10g', '11g', '12c', 'technology', 'utilities', 'data', 'pump', 'rman', 'data', 'guard', 'asm', 'rac', 'golden', 'gate', 'tools', 'occ', 'putty', 'sqlplus', 'sql', 'developer', 'netbackup', 'scom', 'sccm', 'vmware', 'vsphere', 'operating', 'systems', 'rhel', '6', '0', 'rhel', '6', '5', 'unix', 'microsoft', 'windowseducation', 'details', 'database', 'administrator', 'database', 'administrator', 'bny', 'mellon', 'skill', 'details', 'databases', 'exprience', '24', 'months', 'oracle', 'exprience', '24', 'months', 'rman', 'exprience', '24', 'months', 'netbackup', 'exprience', '24', 'months', 'scom', 'exprience', '24', 'monthscompany', 'details', 'company', 'bny', 'mellon', 'description', 'databases', '600', 'team', 'size', '8', 'duration', 'jan', '2017', 'till', 'date', 'clients', 'over', '130', 'investment', 'banking', 'organizations', 'hosted', 'eagle', 'responsibilities', 'database', 'management', 'support', 'managing', 'critical', 'production', 'pre', 'production', 'test', 'reporting', 'databases', 'different', 'platforms', 'capacity', 'management', 'upgrades', 'handling', 'day', 'day', 'database', 'activities', 'monitoring', 'incident', 'management', 'building', 'new', 'databases', 'per', 'requirement', 'prepare', 'go', 'live', 'help', 'multiple', 'teams', 'working', 'scheduled', 'activity', 'database', 'patching', 'cpu', 'psu', 'installing', 'latest', 'path', 'production', 'dev', 'test', 'databases', 'per', 'suggestion', 'oracle', 'support', 'database', 'upgrade', '11g', '12c', 'adding', 'disks', 'asm', 'disk', 'groups', 'building', 'dr', 'database', 'using', 'active', 'data', 'guard', 'make', 'sync', 'prod', 'resolving', 'issues', 'persists', 'data', 'guard', 'management', 'checking', 'lagging', 'status', 'removing', 'lagging', 'archives', 'checking', 'processes', 'like', 'rfs', 'mrp', 'archives', 'management', 'working', 'tablespace', 'related', 'issues', 'managing', 'user', 'ess', 'profiles', 'importing', 'exporting', 'using', 'datapump', 'maintaining', 'inventory', 'databases', 'single', 'centralize', 'database', 'refreshing', 'test', 'environment', 'production', 'database', 'working', 'oracle', 'support', 'resolve', 'oracle', 'errors', 'schedule', 'daily', 'weekly', 'databases', 'backup', 'using', 'rman', 'troubleshooting', 'rman', 'issues', 'database', 'cloning', 'using', 'rman', 'take', 'part', 'cutover', 'upgrade', 'application', 'higher', 'version', 'strictly', 'following', 'itil', 'process', 'incident', 'management', 'change', 'management', 'providing', 'weekly', 'report', 'issues', 'team', 'meeting', 'also', 'participating', 'suggesting', 'service', 'improvement', 'plans', 'database', 'migrations', 'one', 'server', 'another', 'different', 'platforms', 'rca', 'impact', 'analysis', 'reporting', 'production', 'outage', 'previous', 'organization', 'brose', 'india', 'project', 'i', 'central', 'it', 'management', 'company', 'description', 'responsibilities', 'managing', 'internal', 'databases', 'servers', 'brose', 'global', 'providing', '24x7', 'call', 'support', 'rotational', 'shifts', 'performing', 'day', 'day', 'database', 'activity', 'monitoring', 'responding', 'dba', 'group', 'mails', 'alerts', 'issues', 'ad', 'hoc', 'business', 'user', 'requests', 'etc', 'database', 'creation', 'patching', 'backup', 'database', 'frequent', 'cycles', 'using', 'data', 'pump', 'rman', 'database', 'refreshes', 'using', 'rman', 'datapump', 'recovery', 'using', 'copy', 'data', 'rman', 'monitoring', 'logs', 'trace', 'resolving', 'issues', 'creating', 'new', 'vm', 'servers', 'prepare', 'go', 'live', 'also', 'decommissioning', 'per', 'requirements', 'weekly', 'patching', 'windows', 'servers', 'using', 'sccm', 'taking', 'actions', 'patching', 'needed', 'monitoring', 'troubleshooting', 'daily', 'weekly', 'os', 'backup', 'using', 'symantec', 'netbackup', 'managing', 'user', 'ounts', 'os', 'users', 'database', 'users', 'monitoring', 'os', 'level', 'alerts', 'using', 'scom', 'project', 'ii', 'data', 'center', 'migration', 'onsite', 'project', 'responsibilities', 'data', 'center', 'migration', 'one', 'activity', 'migration', 'datacenter', 'one', 'location', 'another', 'where', 'servers', 'databases', 'moved', 'su', 'essfully', 'installation', 'oracle', '11g', 'linux', 'platforms', 'worked', 'service', 'requests', 'incidents', 'change', 'request', 'creation', 'users', 'managing', 'user', 'privileges', 'configured', 'rman', 'backup', 'databases', 'patching', 'databases', 'configuring', 'physical', 'standby', 'database', 'using', 'dataguard', 'cloning', 'servers', 'migrate', 'another', 'cluster', 'academia', 'personal', 'details', 'bachelor', 'engineering', 'b', 'e', 'computer', 'science', 'engineering', 'from', 'sgbau', 'amravati', 'university', 'amravati', '2014', 'cgpa', '7', '21', 'current', 'address', 'mr', 'yogesh', 'tikhat', 'c', 'o', 'raj', 'ahmad', 'flat', 'g2', '702', 'dreams', 'aakruti', 'kalepadal', 'hadapsar', 'pune', '411028', 'highest', 'qualification', 'be', 'cse', 'pan', 'aofpt5052c', 'technical skills', 'skills databases', 'databases oracle', 'oracle rdbms', 'rdbms 10g', '10g 11g', '11g 12c', '12c technology', 'technology utilities', 'utilities data', 'data pump', 'pump rman', 'rman data', 'data guard', 'guard asm', 'asm rac', 'rac golden', 'golden gate', 'gate tools', 'tools occ', 'occ putty', 'putty sqlplus', 'sqlplus sql', 'sql developer', 'developer netbackup', 'netbackup scom', 'scom sccm', 'sccm vmware', 'vmware vsphere', 'vsphere operating', 'operating systems', 'systems rhel', 'rhel 6', '6 0', '0 rhel', 'rhel 6', '6 5', '5 unix', 'unix microsoft', 'microsoft windowseducation', 'windowseducation details', 'details database', 'database administrator', 'administrator database', 'database administrator', 'administrator bny', 'bny mellon', 'mellon skill', 'skill details', 'details databases', 'databases exprience', 'exprience 24', '24 months', 'months oracle', 'oracle exprience', 'exprience 24', '24 months', 'months rman', 'rman exprience', 'exprience 24', '24 months', 'months netbackup', 'netbackup exprience', 'exprience 24', '24 months', 'months scom', 'scom exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company bny', 'bny mellon', 'mellon description', 'description databases', 'databases 600', '600 team', 'team size', 'size 8', '8 duration', 'duration jan', 'jan 2017', '2017 till', 'till date', 'date clients', 'clients over', 'over 130', '130 investment', 'investment banking', 'banking organizations', 'organizations hosted', 'hosted eagle', 'eagle responsibilities', 'responsibilities database', 'database management', 'management support', 'support managing', 'managing critical', 'critical production', 'production pre', 'pre production', 'production test', 'test reporting', 'reporting databases', 'databases different', 'different platforms', 'platforms capacity', 'capacity management', 'management upgrades', 'upgrades handling', 'handling day', 'day day', 'day database', 'database activities', 'activities monitoring', 'monitoring incident', 'incident management', 'management building', 'building new', 'new databases', 'databases per', 'per requirement', 'requirement prepare', 'prepare go', 'go live', 'live help', 'help multiple', 'multiple teams', 'teams working', 'working scheduled', 'scheduled activity', 'activity database', 'database patching', 'patching cpu', 'cpu psu', 'psu installing', 'installing latest', 'latest path', 'path production', 'production dev', 'dev test', 'test databases', 'databases per', 'per suggestion', 'suggestion oracle', 'oracle support', 'support database', 'database upgrade', 'upgrade 11g', '11g 12c', '12c adding', 'adding disks', 'disks asm', 'asm disk', 'disk groups', 'groups building', 'building dr', 'dr database', 'database using', 'using active', 'active data', 'data guard', 'guard make', 'make sync', 'sync prod', 'prod resolving', 'resolving issues', 'issues persists', 'persists data', 'data guard', 'guard management', 'management checking', 'checking lagging', 'lagging status', 'status removing', 'removing lagging', 'lagging archives', 'archives checking', 'checking processes', 'processes like', 'like rfs', 'rfs mrp', 'mrp archives', 'archives management', 'management working', 'working tablespace', 'tablespace related', 'related issues', 'issues managing', 'managing user', 'user ess', 'ess profiles', 'profiles importing', 'importing exporting', 'exporting using', 'using datapump', 'datapump maintaining', 'maintaining inventory', 'inventory databases', 'databases single', 'single centralize', 'centralize database', 'database refreshing', 'refreshing test', 'test environment', 'environment production', 'production database', 'database working', 'working oracle', 'oracle support', 'support resolve', 'resolve oracle', 'oracle errors', 'errors schedule', 'schedule daily', 'daily weekly', 'weekly databases', 'databases backup', 'backup using', 'using rman', 'rman troubleshooting', 'troubleshooting rman', 'rman issues', 'issues database', 'database cloning', 'cloning using', 'using rman', 'rman take', 'take part', 'part cutover', 'cutover upgrade', 'upgrade application', 'application higher', 'higher version', 'version strictly', 'strictly following', 'following itil', 'itil process', 'process incident', 'incident management', 'management change', 'change management', 'management providing', 'providing weekly', 'weekly report', 'report issues', 'issues team', 'team meeting', 'meeting also', 'also participating', 'participating suggesting', 'suggesting service', 'service improvement', 'improvement plans', 'plans database', 'database migrations', 'migrations one', 'one server', 'server another', 'another different', 'different platforms', 'platforms rca', 'rca impact', 'impact analysis', 'analysis reporting', 'reporting production', 'production outage', 'outage previous', 'previous organization', 'organization brose', 'brose india', 'india project', 'project i', 'i central', 'central it', 'it management', 'management company', 'company description', 'description responsibilities', 'responsibilities managing', 'managing internal', 'internal databases', 'databases servers', 'servers brose', 'brose global', 'global providing', 'providing 24x7', '24x7 call', 'call support', 'support rotational', 'rotational shifts', 'shifts performing', 'performing day', 'day day', 'day database', 'database activity', 'activity monitoring', 'monitoring responding', 'responding dba', 'dba group', 'group mails', 'mails alerts', 'alerts issues', 'issues ad', 'ad hoc', 'hoc business', 'business user', 'user requests', 'requests etc', 'etc database', 'database creation', 'creation patching', 'patching backup', 'backup database', 'database frequent', 'frequent cycles', 'cycles using', 'using data', 'data pump', 'pump rman', 'rman database', 'database refreshes', 'refreshes using', 'using rman', 'rman datapump', 'datapump recovery', 'recovery using', 'using copy', 'copy data', 'data rman', 'rman monitoring', 'monitoring logs', 'logs trace', 'trace resolving', 'resolving issues', 'issues creating', 'creating new', 'new vm', 'vm servers', 'servers prepare', 'prepare go', 'go live', 'live also', 'also decommissioning', 'decommissioning per', 'per requirements', 'requirements weekly', 'weekly patching', 'patching windows', 'windows servers', 'servers using', 'using sccm', 'sccm taking', 'taking actions', 'actions patching', 'patching needed', 'needed monitoring', 'monitoring troubleshooting', 'troubleshooting daily', 'daily weekly', 'weekly os', 'os backup', 'backup using', 'using symantec', 'symantec netbackup', 'netbackup managing', 'managing user', 'user ounts', 'ounts os', 'os users', 'users database', 'database users', 'users monitoring', 'monitoring os', 'os level', 'level alerts', 'alerts using', 'using scom', 'scom project', 'project ii', 'ii data', 'data center', 'center migration', 'migration onsite', 'onsite project', 'project responsibilities', 'responsibilities data', 'data center', 'center migration', 'migration one', 'one activity', 'activity migration', 'migration datacenter', 'datacenter one', 'one location', 'location another', 'another where', 'where servers', 'servers databases', 'databases moved', 'moved su', 'su essfully', 'essfully installation', 'installation oracle', 'oracle 11g', '11g linux', 'linux platforms', 'platforms worked', 'worked service', 'service requests', 'requests incidents', 'incidents change', 'change request', 'request creation', 'creation users', 'users managing', 'managing user', 'user privileges', 'privileges configured', 'configured rman', 'rman backup', 'backup databases', 'databases patching', 'patching databases', 'databases configuring', 'configuring physical', 'physical standby', 'standby database', 'database using', 'using dataguard', 'dataguard cloning', 'cloning servers', 'servers migrate', 'migrate another', 'another cluster', 'cluster academia', 'academia personal', 'personal details', 'details bachelor', 'bachelor engineering', 'engineering b', 'b e', 'e computer', 'computer science', 'science engineering', 'engineering from', 'from sgbau', 'sgbau amravati', 'amravati university', 'university amravati', 'amravati 2014', '2014 cgpa', 'cgpa 7', '7 21', '21 current', 'current address', 'address mr', 'mr yogesh', 'yogesh tikhat', 'tikhat c', 'c o', 'o raj', 'raj ahmad', 'ahmad flat', 'flat g2', 'g2 702', '702 dreams', 'dreams aakruti', 'aakruti kalepadal', 'kalepadal hadapsar', 'hadapsar pune', 'pune 411028', '411028 highest', 'highest qualification', 'qualification be', 'be cse', 'cse pan', 'pan aofpt5052c', 'technical skills databases', 'skills databases oracle', 'databases oracle rdbms', 'oracle rdbms 10g', 'rdbms 10g 11g', '10g 11g 12c', '11g 12c technology', '12c technology utilities', 'technology utilities data', 'utilities data pump', 'data pump rman', 'pump rman data', 'rman data guard', 'data guard asm', 'guard asm rac', 'asm rac golden', 'rac golden gate', 'golden gate tools', 'gate tools occ', 'tools occ putty', 'occ putty sqlplus', 'putty sqlplus sql', 'sqlplus sql developer', 'sql developer netbackup', 'developer netbackup scom', 'netbackup scom sccm', 'scom sccm vmware', 'sccm vmware vsphere', 'vmware vsphere operating', 'vsphere operating systems', 'operating systems rhel', 'systems rhel 6', 'rhel 6 0', '6 0 rhel', '0 rhel 6', 'rhel 6 5', '6 5 unix', '5 unix microsoft', 'unix microsoft windowseducation', 'microsoft windowseducation details', 'windowseducation details database', 'details database administrator', 'database administrator database', ...], ['software', 'skills', 'rdbms', 'ms', 'sql', 'server', '2000', '2005', '2008', '2012', '2014', 'operating', 'systems', 'windows', 'xp', '7', 'windows', 'server', '2008', '12', 'fundamentals', 'ms', 'office', '03', '07', 'tools', 'ssms', 'performance', 'monitor', 'sql', 'profiler', 'sql', 'lite', 'speed', 'company', 'name', 'barclays', 'technology', 'centre', 'india', 'team', 'size', '24', 'role', 'database', 'administrator', 'support', 'description', 'barclays', 'technology', 'uk', 'based', 'retail', 'invest', 'bank', '300', 'years', 'old', 'bank', 'it', 'operations', '40', 'countries', 'employs', 'approximately', '120', '000', 'people', 'barclays', 'organised', 'four', 'core', 'businesses', 'personal', 'corporate', 'personal', 'banking', 'corporate', 'banking', 'wealth', 'investment', 'management', 'barclaycard', 'investment', 'banking', 'responsibilities', 'attending', 'various', 'calls', 'world', 'various', 'database', 'issues', 'working', 'web', 'gui', 'alerts', 'resolving', 'incident', 'tickets', 'within', 'time', 'lines', 'troubleshoooting', 'log', 'shipping', 'issues', 'fixing', 'related', 'alerts', 'identifying', 'resolving', 'blocking', 'locking', 'related', 'issues', 'configuration', 'monitoring', 'replication', 'log', 'shipping', 'mirroring', 'setup', 'working', 'replication', 'issues', 'always', 'on', 'issue', 'granting', 'revoking', 'permissions', 'various', 'ount', 'provisioning', 'tasks', 'working', 'call', 'support', 'weekend', 'performing', 'dr', 'test', 'working', 'weekly', 'maintenance', 'jobs', 'weekend', 'change', 'requests', 'education', 'details', 'b', 'sc', 'maths', 'kakatiya', 'university', 'board', 'secured', 'sql', 'server', 'database', 'administrator', 'database', 'administrator', 'skill', 'details', 'database', 'exprience', '120', 'months', 'database', 'administrator', 'exprience', '72', 'months', 'maintenance', 'exprience', '48', 'months', 'ms', 'sql', 'server', 'exprience', '48', 'months', 'replication', 'exprience', '48', 'monthscompany', 'details', 'company', 'barclays', 'global', 'services', 'centre', 'description', 'sql', 'server', 'databases', 'implementation', 'maintenances', 'log', 'shipping', 'replication', 'high', 'availability', 'clustering', 'performance', 'tuning', 'database', 'mirroring', 'installation', 'configuration', 'upgradation', 'migration', 'company', 'wipro', 'infotech', 'pvt', 'ltd', 'description', 'sql', 'server', 'database', 'administrator', 'company', 'citi', 'bank', 'description', 'worked', 'database', 'support', 'a', 'ord', 'fintech', 'sanpada', 'sep', '2008', '2013', 'feb', 'company', 'description', '2012', 'sound', 'knowledge', 'database', 'backup', 'restore', 'attach', 'detach', 'disaster', 'recovery', 'procedures', 'developed', 'backup', 'recovery', 'strategies', 'production', 'environment', 'ensuring', 'data', 'consistency', 'database', 'dbcc', 'dmv', 'commands', 'experience', 'query', 'tuning', 'stored', 'procedures', 'troubleshooting', 'performance', 'issues', 'having', 'hands', 'experience', 'dr', 'process', 'including', 'log', 'shipping', 'database', 'mirroring', 'experience', 'scheduling', 'monitoring', 'jobs', 'experience', 'configure', 'troubleshooting', 'always', 'on', 'creating', 'maintaining', 'maintenance', 'plan', 'expertise', 'planning', 'implementing', 'ms', 'sql', 'server', 'security', 'database', 'permissions', 'clear', 'understanding', 'implementation', 'log', 'shipping', 'replication', 'mirroring', 'databases', 'servers', 'performance', 'tuning', 'performance', 'monitor', 'sql', 'profiler', 'query', 'analyzer', 'security', 'server', 'databases', 'implementing', 'security', 'creating', 'roles', 'users', 'added', 'users', 'roles', 'assigning', 'rights', 'roles', 'create', 'maintaining', 'linked', 'servers', 'sql', 'instances', 'create', 'maintaining', 'database', 'mail', 'monitor', 'troubleshoot', 'database', 'issues', 'creating', 'dts', 'packages', 'executing', 'required', 'tasks', 'experts', 'create', 'indexes', 'maintaining', 'indexes', 'rebuilds', 'reorganizes', 'daily', 'maintenance', 'sql', 'servers', 'included', 'reviewing', 'sql', 'error', 'logs', 'event', 'viewer', 'software skills', 'skills rdbms', 'rdbms ms', 'ms sql', 'sql server', 'server 2000', '2000 2005', '2005 2008', '2008 2012', '2012 2014', '2014 operating', 'operating systems', 'systems windows', 'windows xp', 'xp 7', '7 windows', 'windows server', 'server 2008', '2008 12', '12 fundamentals', 'fundamentals ms', 'ms office', 'office 03', '03 07', '07 tools', 'tools ssms', 'ssms performance', 'performance monitor', 'monitor sql', 'sql profiler', 'profiler sql', 'sql lite', 'lite speed', 'speed company', 'company name', 'name barclays', 'barclays technology', 'technology centre', 'centre india', 'india team', 'team size', 'size 24', '24 role', 'role database', 'database administrator', 'administrator support', 'support description', 'description barclays', 'barclays technology', 'technology uk', 'uk based', 'based retail', 'retail invest', 'invest bank', 'bank 300', '300 years', 'years old', 'old bank', 'bank it', 'it operations', 'operations 40', '40 countries', 'countries employs', 'employs approximately', 'approximately 120', '120 000', '000 people', 'people barclays', 'barclays organised', 'organised four', 'four core', 'core businesses', 'businesses personal', 'personal corporate', 'corporate personal', 'personal banking', 'banking corporate', 'corporate banking', 'banking wealth', 'wealth investment', 'investment management', 'management barclaycard', 'barclaycard investment', 'investment banking', 'banking responsibilities', 'responsibilities attending', 'attending various', 'various calls', 'calls world', 'world various', 'various database', 'database issues', 'issues working', 'working web', 'web gui', 'gui alerts', 'alerts resolving', 'resolving incident', 'incident tickets', 'tickets within', 'within time', 'time lines', 'lines troubleshoooting', 'troubleshoooting log', 'log shipping', 'shipping issues', 'issues fixing', 'fixing related', 'related alerts', 'alerts identifying', 'identifying resolving', 'resolving blocking', 'blocking locking', 'locking related', 'related issues', 'issues configuration', 'configuration monitoring', 'monitoring replication', 'replication log', 'log shipping', 'shipping mirroring', 'mirroring setup', 'setup working', 'working replication', 'replication issues', 'issues always', 'always on', 'on issue', 'issue granting', 'granting revoking', 'revoking permissions', 'permissions various', 'various ount', 'ount provisioning', 'provisioning tasks', 'tasks working', 'working call', 'call support', 'support weekend', 'weekend performing', 'performing dr', 'dr test', 'test working', 'working weekly', 'weekly maintenance', 'maintenance jobs', 'jobs weekend', 'weekend change', 'change requests', 'requests education', 'education details', 'details b', 'b sc', 'sc maths', 'maths kakatiya', 'kakatiya university', 'university board', 'board secured', 'secured sql', 'sql server', 'server database', 'database administrator', 'administrator database', 'database administrator', 'administrator skill', 'skill details', 'details database', 'database exprience', 'exprience 120', '120 months', 'months database', 'database administrator', 'administrator exprience', 'exprience 72', '72 months', 'months maintenance', 'maintenance exprience', 'exprience 48', '48 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 48', '48 months', 'months replication', 'replication exprience', 'exprience 48', '48 monthscompany', 'monthscompany details', 'details company', 'company barclays', 'barclays global', 'global services', 'services centre', 'centre description', 'description sql', 'sql server', 'server databases', 'databases implementation', 'implementation maintenances', 'maintenances log', 'log shipping', 'shipping replication', 'replication high', 'high availability', 'availability clustering', 'clustering performance', 'performance tuning', 'tuning database', 'database mirroring', 'mirroring installation', 'installation configuration', 'configuration upgradation', 'upgradation migration', 'migration company', 'company wipro', 'wipro infotech', 'infotech pvt', 'pvt ltd', 'ltd description', 'description sql', 'sql server', 'server database', 'database administrator', 'administrator company', 'company citi', 'citi bank', 'bank description', 'description worked', 'worked database', 'database support', 'support a', 'a ord', 'ord fintech', 'fintech sanpada', 'sanpada sep', 'sep 2008', '2008 2013', '2013 feb', 'feb company', 'company description', 'description 2012', '2012 sound', 'sound knowledge', 'knowledge database', 'database backup', 'backup restore', 'restore attach', 'attach detach', 'detach disaster', 'disaster recovery', 'recovery procedures', 'procedures developed', 'developed backup', 'backup recovery', 'recovery strategies', 'strategies production', 'production environment', 'environment ensuring', 'ensuring data', 'data consistency', 'consistency database', 'database dbcc', 'dbcc dmv', 'dmv commands', 'commands experience', 'experience query', 'query tuning', 'tuning stored', 'stored procedures', 'procedures troubleshooting', 'troubleshooting performance', 'performance issues', 'issues having', 'having hands', 'hands experience', 'experience dr', 'dr process', 'process including', 'including log', 'log shipping', 'shipping database', 'database mirroring', 'mirroring experience', 'experience scheduling', 'scheduling monitoring', 'monitoring jobs', 'jobs experience', 'experience configure', 'configure troubleshooting', 'troubleshooting always', 'always on', 'on creating', 'creating maintaining', 'maintaining maintenance', 'maintenance plan', 'plan expertise', 'expertise planning', 'planning implementing', 'implementing ms', 'ms sql', 'sql server', 'server security', 'security database', 'database permissions', 'permissions clear', 'clear understanding', 'understanding implementation', 'implementation log', 'log shipping', 'shipping replication', 'replication mirroring', 'mirroring databases', 'databases servers', 'servers performance', 'performance tuning', 'tuning performance', 'performance monitor', 'monitor sql', 'sql profiler', 'profiler query', 'query analyzer', 'analyzer security', 'security server', 'server databases', 'databases implementing', 'implementing security', 'security creating', 'creating roles', 'roles users', 'users added', 'added users', 'users roles', 'roles assigning', 'assigning rights', 'rights roles', 'roles create', 'create maintaining', 'maintaining linked', 'linked servers', 'servers sql', 'sql instances', 'instances create', 'create maintaining', 'maintaining database', 'database mail', 'mail monitor', 'monitor troubleshoot', 'troubleshoot database', 'database issues', 'issues creating', 'creating dts', 'dts packages', 'packages executing', 'executing required', 'required tasks', 'tasks experts', 'experts create', 'create indexes', 'indexes maintaining', 'maintaining indexes', 'indexes rebuilds', 'rebuilds reorganizes', 'reorganizes daily', 'daily maintenance', 'maintenance sql', 'sql servers', 'servers included', 'included reviewing', 'reviewing sql', 'sql error', 'error logs', 'logs event', 'event viewer', 'software skills rdbms', 'skills rdbms ms', 'rdbms ms sql', 'ms sql server', 'sql server 2000', 'server 2000 2005', '2000 2005 2008', '2005 2008 2012', '2008 2012 2014', '2012 2014 operating', '2014 operating systems', 'operating systems windows', 'systems windows xp', 'windows xp 7', 'xp 7 windows', '7 windows server', 'windows server 2008', 'server 2008 12', '2008 12 fundamentals', '12 fundamentals ms', 'fundamentals ms office', 'ms office 03', 'office 03 07', '03 07 tools', '07 tools ssms', 'tools ssms performance', 'ssms performance monitor', 'performance monitor sql', 'monitor sql profiler', 'sql profiler sql', 'profiler sql lite', 'sql lite speed', 'lite speed company', 'speed company name', 'company name barclays', 'name barclays technology', 'barclays technology centre', 'technology centre india', 'centre india team', 'india team size', 'team size 24', 'size 24 role', '24 role database', 'role database administrator', 'database administrator support', 'administrator support description', 'support description barclays', 'description barclays technology', 'barclays technology uk', 'technology uk based', 'uk based retail', 'based retail invest', 'retail invest bank', 'invest bank 300', 'bank 300 years', '300 years old', 'years old bank', 'old bank it', 'bank it operations', 'it operations 40', 'operations 40 countries', '40 countries employs', 'countries employs approximately', 'employs approximately 120', 'approximately 120 000', '120 000 people', '000 people barclays', 'people barclays organised', 'barclays organised four', 'organised four core', 'four core businesses', 'core businesses personal', 'businesses personal corporate', 'personal corporate personal', 'corporate personal banking', 'personal banking corporate', 'banking corporate banking', 'corporate banking wealth', 'banking wealth investment', 'wealth investment management', 'investment management barclaycard', 'management barclaycard investment', 'barclaycard investment banking', 'investment banking responsibilities', 'banking responsibilities attending', 'responsibilities attending various', 'attending various calls', 'various calls world', 'calls world various', 'world various database', 'various database issues', 'database issues working', 'issues working web', 'working web gui', 'web gui alerts', 'gui alerts resolving', 'alerts resolving incident', 'resolving incident tickets', 'incident tickets within', 'tickets within time', 'within time lines', 'time lines troubleshoooting', 'lines troubleshoooting log', 'troubleshoooting log shipping', 'log shipping issues', 'shipping issues fixing', 'issues fixing related', 'fixing related alerts', 'related alerts identifying', 'alerts identifying resolving', 'identifying resolving blocking', 'resolving blocking locking', 'blocking locking related', 'locking related issues', 'related issues configuration', 'issues configuration monitoring', 'configuration monitoring replication', 'monitoring replication log', 'replication log shipping', 'log shipping mirroring', 'shipping mirroring setup', 'mirroring setup working', 'setup working replication', 'working replication issues', 'replication issues always', 'issues always on', 'always on issue', 'on issue granting', 'issue granting revoking', 'granting revoking permissions', 'revoking permissions various', 'permissions various ount', 'various ount provisioning', 'ount provisioning tasks', 'provisioning tasks working', 'tasks working call', 'working call support', 'call support weekend', 'support weekend performing', 'weekend performing dr', 'performing dr test', 'dr test working', 'test working weekly', 'working weekly maintenance', 'weekly maintenance jobs', 'maintenance jobs weekend', 'jobs weekend change', 'weekend change requests', 'change requests education', 'requests education details', 'education details b', 'details b sc', 'b sc maths', 'sc maths kakatiya', 'maths kakatiya university', 'kakatiya university board', 'university board secured', 'board secured sql', 'secured sql server', 'sql server database', 'server database administrator', 'database administrator database', 'administrator database administrator', 'database administrator skill', 'administrator skill details', 'skill details database', 'details database exprience', 'database exprience 120', 'exprience 120 months', '120 months database', 'months database administrator', 'database administrator exprience', 'administrator exprience 72', 'exprience 72 months', '72 months maintenance', 'months maintenance exprience', 'maintenance exprience 48', 'exprience 48 months', '48 months ms', 'months ms sql', 'ms sql server', 'sql server exprience', 'server exprience 48', 'exprience 48 months', '48 months replication', 'months replication exprience', 'replication exprience 48', 'exprience 48 monthscompany', '48 monthscompany details', 'monthscompany details company', 'details company barclays', 'company barclays global', 'barclays global services', 'global services centre', 'services centre description', 'centre description sql', 'description sql server', 'sql server databases', 'server databases implementation', 'databases implementation maintenances', 'implementation maintenances log', 'maintenances log shipping', 'log shipping replication', 'shipping replication high', 'replication high availability', 'high availability clustering', 'availability clustering performance', 'clustering performance tuning', 'performance tuning database', 'tuning database mirroring', 'database mirroring installation', 'mirroring installation configuration', 'installation configuration upgradation', 'configuration upgradation migration', 'upgradation migration company', 'migration company wipro', 'company wipro infotech', 'wipro infotech pvt', 'infotech pvt ltd', 'pvt ltd description', 'ltd description sql', 'description sql server', 'sql server database', 'server database administrator', 'database administrator company', 'administrator company citi', 'company citi bank', 'citi bank description', 'bank description worked', 'description worked database', 'worked database support', 'database support a', 'support a ord', 'a ord fintech', 'ord fintech sanpada', 'fintech sanpada sep', 'sanpada sep 2008', 'sep 2008 2013', '2008 2013 feb', '2013 feb company', 'feb company description', 'company description 2012', 'description 2012 sound', '2012 sound knowledge', 'sound knowledge database', 'knowledge database backup', 'database backup restore', 'backup restore attach', 'restore attach detach', ...], ['areas', 'expertise', 'oracle', 'databases', '12c', '11g', '10g', 'weblogic', '12c', '11g', 'grid', 'infrastructure', 'rman', 'asm', 'middleware', 'oim', 'oam', 'soa', 'shell', 'scripts', 'dataguard', 'web', 'servers', 'ohs', 'apache', 'architecture', 'designs', 'proof', 'concepts', 'devopseducation', 'details', 'january', '2007', 'bachelor', 'engineering', 'information', 'technology', 'sangli', 'maharashtra', 'walchand', 'college', 'january', '2004', 'diploma', 'computer', 'engineering', 'jalgaon', 'maharashtra', 'govt', 'polytechnic', 'lead', 'database', 'administrator', 'lead', 'database', 'administrator', 'tieto', 'software', 'skill', 'details', 'databases', 'exprience', '108', 'months', 'middleware', 'exprience', '96', 'months', 'rman', 'exprience', '84', 'months', 'shell', 'scripts', 'exprience', '48', 'monthscompany', 'details', 'company', 'tieto', 'software', 'description', 'as', 'part', 'ao', 'application', 'operations', 'team', 'scope', 'project', 'quite', 'wide', 'typical', 'database', 'administration', 'range', 'omplishments', 'extended', 'right', 'data', 'tier', 'middle', 'tier', 'application', 'tier', 'maximized', 'availability', 'applications', '99', '3', '99', '8', 'raised', 'business', 'presenting', 'proof', 'concepts', '10', 'cases', 'delivered', 'upgrades', 'various', 'applications', 'time', 'time', 'keep', 'supported', 'platform', 'saved', 'slas', 'per', 'contract', 'means', 'handling', 'p1', 'p2', 'issues', 'effectively', 'produced', 'capacity', 'reports', 'comprising', 'layers', 'data', 'middleware', 'web', 'various', 'applications', 'generated', 'work', 'orders', 'per', 'customer', 'need', 'company', 'tieto', 'software', 'description', 'designed', 'databases', 'various', 'applications', 'planned', 'rman', 'backup', 'recovery', 'bcp', 'strategies', 'executed', 'business', 'continuity', 'testing', 'various', 'applications', 'introduced', 'zero', 'cost', 'high', 'availability', 'solutions', 'active', 'passive', 'failover', 'optimized', 'performance', 'means', 'scripting', 'automation', 'established', 'cloning', 'procedures', 'layers', 'various', 'applications', 'delivered', 'infrastructure', 'changes', 'like', 'fw', 'openings', 'loadbalancer', 'configuration', 'new', 'applications', 'eliminated', 'downtime', 'troubleshoot', 'issues', 'middleware', 'products', 'oim', 'oam', 'soa', 'contributed', 'build', 'maintain', 'integration', 'layer', 'smtp', 'ftp', 'reverse', 'proxy', 'ocm', 'company', 'tieto', 'software', 'description', 'provided', 'database', 'support', 'environments', 'prod', 'uat', 'test', 'dev', 'performed', 'database', 'refresh', 'cloning', 'production', 'development', 'support', 'databases', 'reduced', 'risk', 'level', 'means', 'upgrading', 'patching', 'databases', 'time', 'time', 'protected', 'databases', 'assigning', 'appropriate', 'roles', 'privileges', 'per', 'sod', 'generated', 'maintained', 'middleware', 'schemas', 'using', 'rcu', 'exceeded', 'scope', 'work', 'supporting', 'maintaining', 'weblogic', 'platform', 'installation', 'patching', 'troubleshooting', 'issues', 'expanded', 'duty', 'scope', 'web', 'servers', 'install', 'maintain', 'ohs', 'apache', 'tomcat', 'company', 'hsbc', 'software', 'description', 'being', 'part', 'project', 'supporting', 'hsbc', 'bank', 'france', 'i', 'achieved', 'handled', 'incidents', 'service', 'requests', 'day', 'day', 'database', 'administration', 'tasks', 'delivered', 'basic', 'implementation', 'services', 'database', 'installation', 'patching', 'upgrades', 'performed', 'capacity', 'planning', 'managing', 'tablespaces', 'compressions', 'contributed', 'maintaining', 'quality', 'databases', 'managing', 'instances', 'indexes', 'organization', 'performance', 'monitoring', 'tuning', 'using', 'awr', 'addm', 'reports', 'maintained', 'backups', 'recovery', 'database', 'logical', 'backups', 'exp', 'imp', 'datapump', 'expdp', 'impdp', 'cold', 'backups', 'hot', 'backups', 'rman', 'backup', 'restore', 'rman', 'duplication', 'reduced', 'efforts', 'automation', 'value', 'add', 'initiatives', 'includes', 'writing', 'shell', 'scripts', 'automated', 'housekeeping', 'operations', 'scheduling', 'backups', 'use', 'crontab', 'schedule', 'tasks', 'implemented', 'high', 'availability', 'solutions', 'dataguard', 'areas expertise', 'expertise oracle', 'oracle databases', 'databases 12c', '12c 11g', '11g 10g', '10g weblogic', 'weblogic 12c', '12c 11g', '11g grid', 'grid infrastructure', 'infrastructure rman', 'rman asm', 'asm middleware', 'middleware oim', 'oim oam', 'oam soa', 'soa shell', 'shell scripts', 'scripts dataguard', 'dataguard web', 'web servers', 'servers ohs', 'ohs apache', 'apache architecture', 'architecture designs', 'designs proof', 'proof concepts', 'concepts devopseducation', 'devopseducation details', 'details january', 'january 2007', '2007 bachelor', 'bachelor engineering', 'engineering information', 'information technology', 'technology sangli', 'sangli maharashtra', 'maharashtra walchand', 'walchand college', 'college january', 'january 2004', '2004 diploma', 'diploma computer', 'computer engineering', 'engineering jalgaon', 'jalgaon maharashtra', 'maharashtra govt', 'govt polytechnic', 'polytechnic lead', 'lead database', 'database administrator', 'administrator lead', 'lead database', 'database administrator', 'administrator tieto', 'tieto software', 'software skill', 'skill details', 'details databases', 'databases exprience', 'exprience 108', '108 months', 'months middleware', 'middleware exprience', 'exprience 96', '96 months', 'months rman', 'rman exprience', 'exprience 84', '84 months', 'months shell', 'shell scripts', 'scripts exprience', 'exprience 48', '48 monthscompany', 'monthscompany details', 'details company', 'company tieto', 'tieto software', 'software description', 'description as', 'as part', 'part ao', 'ao application', 'application operations', 'operations team', 'team scope', 'scope project', 'project quite', 'quite wide', 'wide typical', 'typical database', 'database administration', 'administration range', 'range omplishments', 'omplishments extended', 'extended right', 'right data', 'data tier', 'tier middle', 'middle tier', 'tier application', 'application tier', 'tier maximized', 'maximized availability', 'availability applications', 'applications 99', '99 3', '3 99', '99 8', '8 raised', 'raised business', 'business presenting', 'presenting proof', 'proof concepts', 'concepts 10', '10 cases', 'cases delivered', 'delivered upgrades', 'upgrades various', 'various applications', 'applications time', 'time time', 'time keep', 'keep supported', 'supported platform', 'platform saved', 'saved slas', 'slas per', 'per contract', 'contract means', 'means handling', 'handling p1', 'p1 p2', 'p2 issues', 'issues effectively', 'effectively produced', 'produced capacity', 'capacity reports', 'reports comprising', 'comprising layers', 'layers data', 'data middleware', 'middleware web', 'web various', 'various applications', 'applications generated', 'generated work', 'work orders', 'orders per', 'per customer', 'customer need', 'need company', 'company tieto', 'tieto software', 'software description', 'description designed', 'designed databases', 'databases various', 'various applications', 'applications planned', 'planned rman', 'rman backup', 'backup recovery', 'recovery bcp', 'bcp strategies', 'strategies executed', 'executed business', 'business continuity', 'continuity testing', 'testing various', 'various applications', 'applications introduced', 'introduced zero', 'zero cost', 'cost high', 'high availability', 'availability solutions', 'solutions active', 'active passive', 'passive failover', 'failover optimized', 'optimized performance', 'performance means', 'means scripting', 'scripting automation', 'automation established', 'established cloning', 'cloning procedures', 'procedures layers', 'layers various', 'various applications', 'applications delivered', 'delivered infrastructure', 'infrastructure changes', 'changes like', 'like fw', 'fw openings', 'openings loadbalancer', 'loadbalancer configuration', 'configuration new', 'new applications', 'applications eliminated', 'eliminated downtime', 'downtime troubleshoot', 'troubleshoot issues', 'issues middleware', 'middleware products', 'products oim', 'oim oam', 'oam soa', 'soa contributed', 'contributed build', 'build maintain', 'maintain integration', 'integration layer', 'layer smtp', 'smtp ftp', 'ftp reverse', 'reverse proxy', 'proxy ocm', 'ocm company', 'company tieto', 'tieto software', 'software description', 'description provided', 'provided database', 'database support', 'support environments', 'environments prod', 'prod uat', 'uat test', 'test dev', 'dev performed', 'performed database', 'database refresh', 'refresh cloning', 'cloning production', 'production development', 'development support', 'support databases', 'databases reduced', 'reduced risk', 'risk level', 'level means', 'means upgrading', 'upgrading patching', 'patching databases', 'databases time', 'time time', 'time protected', 'protected databases', 'databases assigning', 'assigning appropriate', 'appropriate roles', 'roles privileges', 'privileges per', 'per sod', 'sod generated', 'generated maintained', 'maintained middleware', 'middleware schemas', 'schemas using', 'using rcu', 'rcu exceeded', 'exceeded scope', 'scope work', 'work supporting', 'supporting maintaining', 'maintaining weblogic', 'weblogic platform', 'platform installation', 'installation patching', 'patching troubleshooting', 'troubleshooting issues', 'issues expanded', 'expanded duty', 'duty scope', 'scope web', 'web servers', 'servers install', 'install maintain', 'maintain ohs', 'ohs apache', 'apache tomcat', 'tomcat company', 'company hsbc', 'hsbc software', 'software description', 'description being', 'being part', 'part project', 'project supporting', 'supporting hsbc', 'hsbc bank', 'bank france', 'france i', 'i achieved', 'achieved handled', 'handled incidents', 'incidents service', 'service requests', 'requests day', 'day day', 'day database', 'database administration', 'administration tasks', 'tasks delivered', 'delivered basic', 'basic implementation', 'implementation services', 'services database', 'database installation', 'installation patching', 'patching upgrades', 'upgrades performed', 'performed capacity', 'capacity planning', 'planning managing', 'managing tablespaces', 'tablespaces compressions', 'compressions contributed', 'contributed maintaining', 'maintaining quality', 'quality databases', 'databases managing', 'managing instances', 'instances indexes', 'indexes organization', 'organization performance', 'performance monitoring', 'monitoring tuning', 'tuning using', 'using awr', 'awr addm', 'addm reports', 'reports maintained', 'maintained backups', 'backups recovery', 'recovery database', 'database logical', 'logical backups', 'backups exp', 'exp imp', 'imp datapump', 'datapump expdp', 'expdp impdp', 'impdp cold', 'cold backups', 'backups hot', 'hot backups', 'backups rman', 'rman backup', 'backup restore', 'restore rman', 'rman duplication', 'duplication reduced', 'reduced efforts', 'efforts automation', 'automation value', 'value add', 'add initiatives', 'initiatives includes', 'includes writing', 'writing shell', 'shell scripts', 'scripts automated', 'automated housekeeping', 'housekeeping operations', 'operations scheduling', 'scheduling backups', 'backups use', 'use crontab', 'crontab schedule', 'schedule tasks', 'tasks implemented', 'implemented high', 'high availability', 'availability solutions', 'solutions dataguard', 'areas expertise oracle', 'expertise oracle databases', 'oracle databases 12c', 'databases 12c 11g', '12c 11g 10g', '11g 10g weblogic', '10g weblogic 12c', 'weblogic 12c 11g', '12c 11g grid', '11g grid infrastructure', 'grid infrastructure rman', 'infrastructure rman asm', 'rman asm middleware', 'asm middleware oim', 'middleware oim oam', 'oim oam soa', 'oam soa shell', 'soa shell scripts', 'shell scripts dataguard', 'scripts dataguard web', 'dataguard web servers', 'web servers ohs', 'servers ohs apache', 'ohs apache architecture', 'apache architecture designs', 'architecture designs proof', 'designs proof concepts', 'proof concepts devopseducation', 'concepts devopseducation details', 'devopseducation details january', 'details january 2007', 'january 2007 bachelor', '2007 bachelor engineering', 'bachelor engineering information', 'engineering information technology', 'information technology sangli', 'technology sangli maharashtra', 'sangli maharashtra walchand', 'maharashtra walchand college', 'walchand college january', 'college january 2004', 'january 2004 diploma', '2004 diploma computer', 'diploma computer engineering', 'computer engineering jalgaon', 'engineering jalgaon maharashtra', 'jalgaon maharashtra govt', 'maharashtra govt polytechnic', 'govt polytechnic lead', 'polytechnic lead database', 'lead database administrator', 'database administrator lead', 'administrator lead database', 'lead database administrator', 'database administrator tieto', 'administrator tieto software', 'tieto software skill', 'software skill details', 'skill details databases', 'details databases exprience', 'databases exprience 108', 'exprience 108 months', '108 months middleware', 'months middleware exprience', 'middleware exprience 96', 'exprience 96 months', '96 months rman', 'months rman exprience', 'rman exprience 84', 'exprience 84 months', '84 months shell', 'months shell scripts', 'shell scripts exprience', 'scripts exprience 48', 'exprience 48 monthscompany', '48 monthscompany details', 'monthscompany details company', 'details company tieto', 'company tieto software', 'tieto software description', 'software description as', 'description as part', 'as part ao', 'part ao application', 'ao application operations', 'application operations team', 'operations team scope', 'team scope project', 'scope project quite', 'project quite wide', 'quite wide typical', 'wide typical database', 'typical database administration', 'database administration range', 'administration range omplishments', 'range omplishments extended', 'omplishments extended right', 'extended right data', 'right data tier', 'data tier middle', 'tier middle tier', 'middle tier application', 'tier application tier', 'application tier maximized', 'tier maximized availability', 'maximized availability applications', 'availability applications 99', 'applications 99 3', '99 3 99', '3 99 8', '99 8 raised', '8 raised business', 'raised business presenting', 'business presenting proof', 'presenting proof concepts', 'proof concepts 10', 'concepts 10 cases', '10 cases delivered', 'cases delivered upgrades', 'delivered upgrades various', 'upgrades various applications', 'various applications time', 'applications time time', 'time time keep', 'time keep supported', 'keep supported platform', 'supported platform saved', 'platform saved slas', 'saved slas per', 'slas per contract', 'per contract means', 'contract means handling', 'means handling p1', 'handling p1 p2', 'p1 p2 issues', 'p2 issues effectively', 'issues effectively produced', 'effectively produced capacity', 'produced capacity reports', 'capacity reports comprising', 'reports comprising layers', 'comprising layers data', 'layers data middleware', 'data middleware web', 'middleware web various', 'web various applications', 'various applications generated', 'applications generated work', 'generated work orders', 'work orders per', 'orders per customer', 'per customer need', 'customer need company', 'need company tieto', 'company tieto software', 'tieto software description', 'software description designed', 'description designed databases', 'designed databases various', 'databases various applications', 'various applications planned', 'applications planned rman', 'planned rman backup', 'rman backup recovery', 'backup recovery bcp', 'recovery bcp strategies', 'bcp strategies executed', 'strategies executed business', 'executed business continuity', 'business continuity testing', 'continuity testing various', 'testing various applications', 'various applications introduced', 'applications introduced zero', 'introduced zero cost', 'zero cost high', 'cost high availability', 'high availability solutions', 'availability solutions active', 'solutions active passive', 'active passive failover', 'passive failover optimized', 'failover optimized performance', 'optimized performance means', 'performance means scripting', 'means scripting automation', 'scripting automation established', 'automation established cloning', 'established cloning procedures', 'cloning procedures layers', 'procedures layers various', 'layers various applications', 'various applications delivered', 'applications delivered infrastructure', 'delivered infrastructure changes', 'infrastructure changes like', 'changes like fw', 'like fw openings', 'fw openings loadbalancer', 'openings loadbalancer configuration', 'loadbalancer configuration new', 'configuration new applications', 'new applications eliminated', 'applications eliminated downtime', 'eliminated downtime troubleshoot', 'downtime troubleshoot issues', 'troubleshoot issues middleware', 'issues middleware products', 'middleware products oim', 'products oim oam', 'oim oam soa', 'oam soa contributed', 'soa contributed build', 'contributed build maintain', 'build maintain integration', 'maintain integration layer', 'integration layer smtp', 'layer smtp ftp', 'smtp ftp reverse', 'ftp reverse proxy', 'reverse proxy ocm', 'proxy ocm company', 'ocm company tieto', 'company tieto software', 'tieto software description', 'software description provided', 'description provided database', 'provided database support', 'database support environments', 'support environments prod', 'environments prod uat', 'prod uat test', 'uat test dev', 'test dev performed', 'dev performed database', 'performed database refresh', 'database refresh cloning', ...], ['education', 'details', 'may', '2011', 'may', '2014', 'bachelor', 'science', 'information', 'technology', 'mumbai', 'maharashtra', 'mumbai', 'university', 'oracle', 'dba', 'oracle', 'database', 'administrator', 'skill', 'details', 'installation', 'oracle', 'rh', 'linux', 'windows', 'creating', 'managing', 'user', 'profiles', 'analyzing', 'privileges', 'tablespace', 'quotas', 'backup', 'database', 'logical', 'physical', 'procedures', 'recovery', 'database', 'case', 'database', 'crash', 'disk', 'media', 'failure', 'etc', 'standard', 'dba', 'functions', 'like', 'space', 'management', 'rollback', 'segments', 'extents', 'database', 'management', 'monitoring', 'database', 'willing', 'learn', 'new', 'things', 'being', 'constructive', 'team', 'member', 'contributing', 'practically', 'su', 'ess', 'team', 'exprience', '48', 'monthscompany', 'details', 'company', 'a', 'elya', 'kale', 'solutions', 'ltd', 'description', 'database', 'administrator', 'working', '24', '7', 'support', 'environment', 'maintaining', 'databases', 'running', 'oracle', '11g', '12c', 'database', 'up', 'gradation', 'oracle', '11g', 'oracle', '12c', 'installation', 'database', 'critical', 'patches', 'taking', 'cold', 'hot', 'backups', 'scheduled', 'times', 'monitoring', 'backups', 'importing', 'export', 'dump', 'another', 'database', 'per', 'demands', 'automating', 'daily', 'activities', 'cronjobs', 'shell', 'scripts', 'schedulers', 'making', 'plan', 'actions', 'various', 'activities', 'raising', 'sr', 'oracle', 'support', 'different', 'severity', 'issues', 'handling', 'user', 'request', 'proper', 'client', 'interaction', 'monitoring', 'managing', 'database', 'growth', 'tablespaces', 'adding', 'resizing', 'renaming', 'datafiles', 'restoration', 'database', 'using', 'rman', 'backups', 'backup', 'consistency', 'checks', 'migration', 'database', 'using', 'export', 'import', 'rman', 'backups', 'configuring', 'managing', 'physical', 'standby', 'database', 'creating', 'database', 'links', 'tablespaces', 'database', 'directories', 'managing', 'network', 'settings', 'listener', 'ora', 'tnsnames', 'ora', 'files', 'restoration', 'data', 'using', 'old', 'logical', 'backup', 'per', 'client', 'request', 'schema', 'replication', 'across', 'databases', 'data', 'pump', 'tool', 'taking', 'cold', 'hot', 'backups', 'scheduled', 'times', 'monitoring', 'backups', 'taking', 'expdp', 'database', 'database', 'objects', 'particular', 'schema', 'using', 'scp', 'ticketing', 'tool', 'order', 'keeping', 'track', 'client', 'requests', 'performing', 'maintenance', 'activities', 'index', 'rebuilding', 'stats', 'gather', 'troubleshooting', 'basic', 'level', 'performance', 'issues', 'setting', 'new', 'environment', 'database', 'perspective', 'within', 'requested', 'timelines', 'adding', 'deleting', 'disks', 'asm', 'monitoring', 'asm', 'diskgroups', 'creating', 'users', 'privileges', 'appropriate', 'roles', 'levels', 'security', 'database', 'administrator', 'working', '24', '7', 'support', 'environment', 'maintaining', 'databases', 'running', 'oracle', '11g', '12c', 'performing', 'database', 'online', 'offline', 'database', 'organization', 'database', 'enhancement', 'migrating', 'database', 'non', 'asm', 'asm', 'file', 'system', 'grid', 'gradation', '11g', '12c', 'company', 'insolutions', 'global', 'ltd', 'description', 'oracle', 'software', 'installation', 'graphical', 'silent', 'database', 'upgrade', 'patch', 'upgrade', 'maintaining', 'around', '80', 'uat', 'db', 'servers', '40', 'production', 'db', '28', 'standby', 'dr', 'db', 'managing', 'creating', 'dr', 'standby', 'servers', 'db', 'sync', 'backup', 'recovery', 'rman', 'datapump', 'performing', 'activities', 'like', 'switchover', 'failover', 'allocating', 'system', 'storage', 'planning', 'future', 'storage', 'requirements', 'database', 'system', 'enrolling', 'users', 'maintaining', 'system', 'security', 'monitoring', 'alert', 'log', 'snap', 'id', 'generation', 'db', 'size', 'server', 'space', 'oem', 'reports', 'user', 'validity', 'controlling', 'monitoring', 'user', 'ess', 'database', 'scheduling', 'shell', 'scripts', 'dbms', 'jobs', 'using', 'crontab', 'dbms', 'scheduler', 'monitoring', 'script', 'listener', 'check', 'backup', 'script', 'awr', 'reports', 'etc', 'planning', 'backup', 'recovery', 'database', 'managing', 'production', 'database', 'oracle', 'sql', 'server', 'resize', 'space', 'database', 'datafiles', 'tablespace', 'transactional', 'logs', 'managing', 'temp', 'undo', 'tablespaces', 'creating', 'primary', 'database', 'storage', 'structures', 'tablespaces', 'application', 'developers', 'designed', 'application', 'education details', 'details may', 'may 2011', '2011 may', 'may 2014', '2014 bachelor', 'bachelor science', 'science information', 'information technology', 'technology mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university oracle', 'oracle dba', 'dba oracle', 'oracle database', 'database administrator', 'administrator skill', 'skill details', 'details installation', 'installation oracle', 'oracle rh', 'rh linux', 'linux windows', 'windows creating', 'creating managing', 'managing user', 'user profiles', 'profiles analyzing', 'analyzing privileges', 'privileges tablespace', 'tablespace quotas', 'quotas backup', 'backup database', 'database logical', 'logical physical', 'physical procedures', 'procedures recovery', 'recovery database', 'database case', 'case database', 'database crash', 'crash disk', 'disk media', 'media failure', 'failure etc', 'etc standard', 'standard dba', 'dba functions', 'functions like', 'like space', 'space management', 'management rollback', 'rollback segments', 'segments extents', 'extents database', 'database management', 'management monitoring', 'monitoring database', 'database willing', 'willing learn', 'learn new', 'new things', 'things being', 'being constructive', 'constructive team', 'team member', 'member contributing', 'contributing practically', 'practically su', 'su ess', 'ess team', 'team exprience', 'exprience 48', '48 monthscompany', 'monthscompany details', 'details company', 'company a', 'a elya', 'elya kale', 'kale solutions', 'solutions ltd', 'ltd description', 'description database', 'database administrator', 'administrator working', 'working 24', '24 7', '7 support', 'support environment', 'environment maintaining', 'maintaining databases', 'databases running', 'running oracle', 'oracle 11g', '11g 12c', '12c database', 'database up', 'up gradation', 'gradation oracle', 'oracle 11g', '11g oracle', 'oracle 12c', '12c installation', 'installation database', 'database critical', 'critical patches', 'patches taking', 'taking cold', 'cold hot', 'hot backups', 'backups scheduled', 'scheduled times', 'times monitoring', 'monitoring backups', 'backups importing', 'importing export', 'export dump', 'dump another', 'another database', 'database per', 'per demands', 'demands automating', 'automating daily', 'daily activities', 'activities cronjobs', 'cronjobs shell', 'shell scripts', 'scripts schedulers', 'schedulers making', 'making plan', 'plan actions', 'actions various', 'various activities', 'activities raising', 'raising sr', 'sr oracle', 'oracle support', 'support different', 'different severity', 'severity issues', 'issues handling', 'handling user', 'user request', 'request proper', 'proper client', 'client interaction', 'interaction monitoring', 'monitoring managing', 'managing database', 'database growth', 'growth tablespaces', 'tablespaces adding', 'adding resizing', 'resizing renaming', 'renaming datafiles', 'datafiles restoration', 'restoration database', 'database using', 'using rman', 'rman backups', 'backups backup', 'backup consistency', 'consistency checks', 'checks migration', 'migration database', 'database using', 'using export', 'export import', 'import rman', 'rman backups', 'backups configuring', 'configuring managing', 'managing physical', 'physical standby', 'standby database', 'database creating', 'creating database', 'database links', 'links tablespaces', 'tablespaces database', 'database directories', 'directories managing', 'managing network', 'network settings', 'settings listener', 'listener ora', 'ora tnsnames', 'tnsnames ora', 'ora files', 'files restoration', 'restoration data', 'data using', 'using old', 'old logical', 'logical backup', 'backup per', 'per client', 'client request', 'request schema', 'schema replication', 'replication across', 'across databases', 'databases data', 'data pump', 'pump tool', 'tool taking', 'taking cold', 'cold hot', 'hot backups', 'backups scheduled', 'scheduled times', 'times monitoring', 'monitoring backups', 'backups taking', 'taking expdp', 'expdp database', 'database database', 'database objects', 'objects particular', 'particular schema', 'schema using', 'using scp', 'scp ticketing', 'ticketing tool', 'tool order', 'order keeping', 'keeping track', 'track client', 'client requests', 'requests performing', 'performing maintenance', 'maintenance activities', 'activities index', 'index rebuilding', 'rebuilding stats', 'stats gather', 'gather troubleshooting', 'troubleshooting basic', 'basic level', 'level performance', 'performance issues', 'issues setting', 'setting new', 'new environment', 'environment database', 'database perspective', 'perspective within', 'within requested', 'requested timelines', 'timelines adding', 'adding deleting', 'deleting disks', 'disks asm', 'asm monitoring', 'monitoring asm', 'asm diskgroups', 'diskgroups creating', 'creating users', 'users privileges', 'privileges appropriate', 'appropriate roles', 'roles levels', 'levels security', 'security database', 'database administrator', 'administrator working', 'working 24', '24 7', '7 support', 'support environment', 'environment maintaining', 'maintaining databases', 'databases running', 'running oracle', 'oracle 11g', '11g 12c', '12c performing', 'performing database', 'database online', 'online offline', 'offline database', 'database organization', 'organization database', 'database enhancement', 'enhancement migrating', 'migrating database', 'database non', 'non asm', 'asm asm', 'asm file', 'file system', 'system grid', 'grid gradation', 'gradation 11g', '11g 12c', '12c company', 'company insolutions', 'insolutions global', 'global ltd', 'ltd description', 'description oracle', 'oracle software', 'software installation', 'installation graphical', 'graphical silent', 'silent database', 'database upgrade', 'upgrade patch', 'patch upgrade', 'upgrade maintaining', 'maintaining around', 'around 80', '80 uat', 'uat db', 'db servers', 'servers 40', '40 production', 'production db', 'db 28', '28 standby', 'standby dr', 'dr db', 'db managing', 'managing creating', 'creating dr', 'dr standby', 'standby servers', 'servers db', 'db sync', 'sync backup', 'backup recovery', 'recovery rman', 'rman datapump', 'datapump performing', 'performing activities', 'activities like', 'like switchover', 'switchover failover', 'failover allocating', 'allocating system', 'system storage', 'storage planning', 'planning future', 'future storage', 'storage requirements', 'requirements database', 'database system', 'system enrolling', 'enrolling users', 'users maintaining', 'maintaining system', 'system security', 'security monitoring', 'monitoring alert', 'alert log', 'log snap', 'snap id', 'id generation', 'generation db', 'db size', 'size server', 'server space', 'space oem', 'oem reports', 'reports user', 'user validity', 'validity controlling', 'controlling monitoring', 'monitoring user', 'user ess', 'ess database', 'database scheduling', 'scheduling shell', 'shell scripts', 'scripts dbms', 'dbms jobs', 'jobs using', 'using crontab', 'crontab dbms', 'dbms scheduler', 'scheduler monitoring', 'monitoring script', 'script listener', 'listener check', 'check backup', 'backup script', 'script awr', 'awr reports', 'reports etc', 'etc planning', 'planning backup', 'backup recovery', 'recovery database', 'database managing', 'managing production', 'production database', 'database oracle', 'oracle sql', 'sql server', 'server resize', 'resize space', 'space database', 'database datafiles', 'datafiles tablespace', 'tablespace transactional', 'transactional logs', 'logs managing', 'managing temp', 'temp undo', 'undo tablespaces', 'tablespaces creating', 'creating primary', 'primary database', 'database storage', 'storage structures', 'structures tablespaces', 'tablespaces application', 'application developers', 'developers designed', 'designed application', 'education details may', 'details may 2011', 'may 2011 may', '2011 may 2014', 'may 2014 bachelor', '2014 bachelor science', 'bachelor science information', 'science information technology', 'information technology mumbai', 'technology mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university oracle', 'university oracle dba', 'oracle dba oracle', 'dba oracle database', 'oracle database administrator', 'database administrator skill', 'administrator skill details', 'skill details installation', 'details installation oracle', 'installation oracle rh', 'oracle rh linux', 'rh linux windows', 'linux windows creating', 'windows creating managing', 'creating managing user', 'managing user profiles', 'user profiles analyzing', 'profiles analyzing privileges', 'analyzing privileges tablespace', 'privileges tablespace quotas', 'tablespace quotas backup', 'quotas backup database', 'backup database logical', 'database logical physical', 'logical physical procedures', 'physical procedures recovery', 'procedures recovery database', 'recovery database case', 'database case database', 'case database crash', 'database crash disk', 'crash disk media', 'disk media failure', 'media failure etc', 'failure etc standard', 'etc standard dba', 'standard dba functions', 'dba functions like', 'functions like space', 'like space management', 'space management rollback', 'management rollback segments', 'rollback segments extents', 'segments extents database', 'extents database management', 'database management monitoring', 'management monitoring database', 'monitoring database willing', 'database willing learn', 'willing learn new', 'learn new things', 'new things being', 'things being constructive', 'being constructive team', 'constructive team member', 'team member contributing', 'member contributing practically', 'contributing practically su', 'practically su ess', 'su ess team', 'ess team exprience', 'team exprience 48', 'exprience 48 monthscompany', '48 monthscompany details', 'monthscompany details company', 'details company a', 'company a elya', 'a elya kale', 'elya kale solutions', 'kale solutions ltd', 'solutions ltd description', 'ltd description database', 'description database administrator', 'database administrator working', 'administrator working 24', 'working 24 7', '24 7 support', '7 support environment', 'support environment maintaining', 'environment maintaining databases', 'maintaining databases running', 'databases running oracle', 'running oracle 11g', 'oracle 11g 12c', '11g 12c database', '12c database up', 'database up gradation', 'up gradation oracle', 'gradation oracle 11g', 'oracle 11g oracle', '11g oracle 12c', 'oracle 12c installation', '12c installation database', 'installation database critical', 'database critical patches', 'critical patches taking', 'patches taking cold', 'taking cold hot', 'cold hot backups', 'hot backups scheduled', 'backups scheduled times', 'scheduled times monitoring', 'times monitoring backups', 'monitoring backups importing', 'backups importing export', 'importing export dump', 'export dump another', 'dump another database', 'another database per', 'database per demands', 'per demands automating', 'demands automating daily', 'automating daily activities', 'daily activities cronjobs', 'activities cronjobs shell', 'cronjobs shell scripts', 'shell scripts schedulers', 'scripts schedulers making', 'schedulers making plan', 'making plan actions', 'plan actions various', 'actions various activities', 'various activities raising', 'activities raising sr', 'raising sr oracle', 'sr oracle support', 'oracle support different', 'support different severity', 'different severity issues', 'severity issues handling', 'issues handling user', 'handling user request', 'user request proper', 'request proper client', 'proper client interaction', 'client interaction monitoring', 'interaction monitoring managing', 'monitoring managing database', 'managing database growth', 'database growth tablespaces', 'growth tablespaces adding', 'tablespaces adding resizing', 'adding resizing renaming', ...], ['technical', 'skills', 'sql', 'oracle', 'v10', 'v11', 'v12', 'r', 'programming', 'python', 'linear', 'regression', 'machine', 'learning', 'statistical', 'modelling', 'techniques', 'obtained', 'certification', 'edvancer', 'eduventures', 'training', 'institute', 'key', 'skills', 'multitasking', 'working', 'meet', 'client', 'sla', 'high', 'pressure', 'scenarios', 'handling', 'sensitive', 'clients', 'along', 'improved', 'skills', 'team', 'player', 'excellent', 'communication', 'skills', 'quick', 'learner', 'leadership', 'qualities', 'team', 'networking', 'courage', 'take', 'problems', 'proactively', 'education', 'details', 'june', '2012', 'sadvidya', 'pre', 'university', 'college', 'application', 'database', 'administrator', 'dbms', 'oracle', 'application', 'database', 'administrator', 'dbms', 'oracle', 'ibm', 'india', 'pvt', 'ltd', 'skill', 'details', 'clients', 'exprience', '30', 'months', 'machine', 'learning', 'exprience', '30', 'months', 'oracle', 'exprience', '30', 'months', 'sql', 'exprience', '30', 'months', 'excellent', 'communication', 'skills', 'exprience', '6', 'monthscompany', 'details', 'company', 'ibm', 'india', 'pvt', 'ltd', 'description', 'client', 'blue', 'cross', 'blue', 'shield', 'ma', 'massachusetts', 'health', 'insurance', 'used', 'oracle', 'sql', 'store', 'organize', 'data', 'this', 'includes', 'capacity', 'planning', 'installation', 'configuration', 'database', 'design', 'migration', 'security', 'troubleshooting', 'backup', 'data', 'recovery', 'worked', 'client', 'databases', 'installed', 'oracle', 'v10', 'v11', 'v12', 'linux', 'platform', 'proficient', 'communication', 'clients', 'across', 'locations', 'facilitating', 'data', 'elicitation', 'handling', 'numerous', 'business', 'requests', 'solving', 'diligently', 'within', 'given', 'time', 'frame', 'responding', 'quickly', 'effectively', 'production', 'issues', 'within', 'sla', 'leading', 'team', 'co', 'ordination', 'business', 'conduct', 'weekly', 'checkouts', 'database', 'servers', 'systems', 'ibm', 'certifications', 'statistics', '101', 'applied', 'data', 'science', 'r', 'big', 'data', 'foundations', 'data', 'science', 'foundations', 'business', 'analytics', 'certification', 'pune', 'worked', 'retail', 'banking', 'projects', 'design', 'predictive', 'business', 'model', 'using', 'machine', 'learning', 'techniques', 'r', 'programming', 'efficient', 'business', 'marketing', 'strategy', 'technical skills', 'skills sql', 'sql oracle', 'oracle v10', 'v10 v11', 'v11 v12', 'v12 r', 'r programming', 'programming python', 'python linear', 'linear regression', 'regression machine', 'machine learning', 'learning statistical', 'statistical modelling', 'modelling techniques', 'techniques obtained', 'obtained certification', 'certification edvancer', 'edvancer eduventures', 'eduventures training', 'training institute', 'institute key', 'key skills', 'skills multitasking', 'multitasking working', 'working meet', 'meet client', 'client sla', 'sla high', 'high pressure', 'pressure scenarios', 'scenarios handling', 'handling sensitive', 'sensitive clients', 'clients along', 'along improved', 'improved skills', 'skills team', 'team player', 'player excellent', 'excellent communication', 'communication skills', 'skills quick', 'quick learner', 'learner leadership', 'leadership qualities', 'qualities team', 'team networking', 'networking courage', 'courage take', 'take problems', 'problems proactively', 'proactively education', 'education details', 'details june', 'june 2012', '2012 sadvidya', 'sadvidya pre', 'pre university', 'university college', 'college application', 'application database', 'database administrator', 'administrator dbms', 'dbms oracle', 'oracle application', 'application database', 'database administrator', 'administrator dbms', 'dbms oracle', 'oracle ibm', 'ibm india', 'india pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details clients', 'clients exprience', 'exprience 30', '30 months', 'months machine', 'machine learning', 'learning exprience', 'exprience 30', '30 months', 'months oracle', 'oracle exprience', 'exprience 30', '30 months', 'months sql', 'sql exprience', 'exprience 30', '30 months', 'months excellent', 'excellent communication', 'communication skills', 'skills exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company ibm', 'ibm india', 'india pvt', 'pvt ltd', 'ltd description', 'description client', 'client blue', 'blue cross', 'cross blue', 'blue shield', 'shield ma', 'ma massachusetts', 'massachusetts health', 'health insurance', 'insurance used', 'used oracle', 'oracle sql', 'sql store', 'store organize', 'organize data', 'data this', 'this includes', 'includes capacity', 'capacity planning', 'planning installation', 'installation configuration', 'configuration database', 'database design', 'design migration', 'migration security', 'security troubleshooting', 'troubleshooting backup', 'backup data', 'data recovery', 'recovery worked', 'worked client', 'client databases', 'databases installed', 'installed oracle', 'oracle v10', 'v10 v11', 'v11 v12', 'v12 linux', 'linux platform', 'platform proficient', 'proficient communication', 'communication clients', 'clients across', 'across locations', 'locations facilitating', 'facilitating data', 'data elicitation', 'elicitation handling', 'handling numerous', 'numerous business', 'business requests', 'requests solving', 'solving diligently', 'diligently within', 'within given', 'given time', 'time frame', 'frame responding', 'responding quickly', 'quickly effectively', 'effectively production', 'production issues', 'issues within', 'within sla', 'sla leading', 'leading team', 'team co', 'co ordination', 'ordination business', 'business conduct', 'conduct weekly', 'weekly checkouts', 'checkouts database', 'database servers', 'servers systems', 'systems ibm', 'ibm certifications', 'certifications statistics', 'statistics 101', '101 applied', 'applied data', 'data science', 'science r', 'r big', 'big data', 'data foundations', 'foundations data', 'data science', 'science foundations', 'foundations business', 'business analytics', 'analytics certification', 'certification pune', 'pune worked', 'worked retail', 'retail banking', 'banking projects', 'projects design', 'design predictive', 'predictive business', 'business model', 'model using', 'using machine', 'machine learning', 'learning techniques', 'techniques r', 'r programming', 'programming efficient', 'efficient business', 'business marketing', 'marketing strategy', 'technical skills sql', 'skills sql oracle', 'sql oracle v10', 'oracle v10 v11', 'v10 v11 v12', 'v11 v12 r', 'v12 r programming', 'r programming python', 'programming python linear', 'python linear regression', 'linear regression machine', 'regression machine learning', 'machine learning statistical', 'learning statistical modelling', 'statistical modelling techniques', 'modelling techniques obtained', 'techniques obtained certification', 'obtained certification edvancer', 'certification edvancer eduventures', 'edvancer eduventures training', 'eduventures training institute', 'training institute key', 'institute key skills', 'key skills multitasking', 'skills multitasking working', 'multitasking working meet', 'working meet client', 'meet client sla', 'client sla high', 'sla high pressure', 'high pressure scenarios', 'pressure scenarios handling', 'scenarios handling sensitive', 'handling sensitive clients', 'sensitive clients along', 'clients along improved', 'along improved skills', 'improved skills team', 'skills team player', 'team player excellent', 'player excellent communication', 'excellent communication skills', 'communication skills quick', 'skills quick learner', 'quick learner leadership', 'learner leadership qualities', 'leadership qualities team', 'qualities team networking', 'team networking courage', 'networking courage take', 'courage take problems', 'take problems proactively', 'problems proactively education', 'proactively education details', 'education details june', 'details june 2012', 'june 2012 sadvidya', '2012 sadvidya pre', 'sadvidya pre university', 'pre university college', 'university college application', 'college application database', 'application database administrator', 'database administrator dbms', 'administrator dbms oracle', 'dbms oracle application', 'oracle application database', 'application database administrator', 'database administrator dbms', 'administrator dbms oracle', 'dbms oracle ibm', 'oracle ibm india', 'ibm india pvt', 'india pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details clients', 'details clients exprience', 'clients exprience 30', 'exprience 30 months', '30 months machine', 'months machine learning', 'machine learning exprience', 'learning exprience 30', 'exprience 30 months', '30 months oracle', 'months oracle exprience', 'oracle exprience 30', 'exprience 30 months', '30 months sql', 'months sql exprience', 'sql exprience 30', 'exprience 30 months', '30 months excellent', 'months excellent communication', 'excellent communication skills', 'communication skills exprience', 'skills exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company ibm', 'company ibm india', 'ibm india pvt', 'india pvt ltd', 'pvt ltd description', 'ltd description client', 'description client blue', 'client blue cross', 'blue cross blue', 'cross blue shield', 'blue shield ma', 'shield ma massachusetts', 'ma massachusetts health', 'massachusetts health insurance', 'health insurance used', 'insurance used oracle', 'used oracle sql', 'oracle sql store', 'sql store organize', 'store organize data', 'organize data this', 'data this includes', 'this includes capacity', 'includes capacity planning', 'capacity planning installation', 'planning installation configuration', 'installation configuration database', 'configuration database design', 'database design migration', 'design migration security', 'migration security troubleshooting', 'security troubleshooting backup', 'troubleshooting backup data', 'backup data recovery', 'data recovery worked', 'recovery worked client', 'worked client databases', 'client databases installed', 'databases installed oracle', 'installed oracle v10', 'oracle v10 v11', 'v10 v11 v12', 'v11 v12 linux', 'v12 linux platform', 'linux platform proficient', 'platform proficient communication', 'proficient communication clients', 'communication clients across', 'clients across locations', 'across locations facilitating', 'locations facilitating data', 'facilitating data elicitation', 'data elicitation handling', 'elicitation handling numerous', 'handling numerous business', 'numerous business requests', 'business requests solving', 'requests solving diligently', 'solving diligently within', 'diligently within given', 'within given time', 'given time frame', 'time frame responding', 'frame responding quickly', 'responding quickly effectively', 'quickly effectively production', 'effectively production issues', 'production issues within', 'issues within sla', 'within sla leading', 'sla leading team', 'leading team co', 'team co ordination', 'co ordination business', 'ordination business conduct', 'business conduct weekly', 'conduct weekly checkouts', 'weekly checkouts database', 'checkouts database servers', 'database servers systems', 'servers systems ibm', 'systems ibm certifications', 'ibm certifications statistics', 'certifications statistics 101', 'statistics 101 applied', '101 applied data', 'applied data science', 'data science r', 'science r big', 'r big data', 'big data foundations', 'data foundations data', 'foundations data science', 'data science foundations', 'science foundations business', 'foundations business analytics', 'business analytics certification', 'analytics certification pune', 'certification pune worked', 'pune worked retail', 'worked retail banking', 'retail banking projects', 'banking projects design', 'projects design predictive', 'design predictive business', 'predictive business model', 'business model using', 'model using machine', 'using machine learning', 'machine learning techniques', 'learning techniques r', 'techniques r programming', 'r programming efficient', 'programming efficient business', 'efficient business marketing', 'business marketing strategy', 'technical skills sql oracle', 'skills sql oracle v10', 'sql oracle v10 v11', 'oracle v10 v11 v12', 'v10 v11 v12 r', 'v11 v12 r programming', 'v12 r programming python', 'r programming python linear', 'programming python linear regression', 'python linear regression machine', 'linear regression machine learning', 'regression machine learning statistical', 'machine learning statistical modelling', 'learning statistical modelling techniques', 'statistical modelling techniques obtained', 'modelling techniques obtained certification', 'techniques obtained certification edvancer', 'obtained certification edvancer eduventures', 'certification edvancer eduventures training', 'edvancer eduventures training institute', 'eduventures training institute key', 'training institute key skills', 'institute key skills multitasking', 'key skills multitasking working', 'skills multitasking working meet', 'multitasking working meet client', 'working meet client sla', 'meet client sla high', 'client sla high pressure', 'sla high pressure scenarios', 'high pressure scenarios handling', 'pressure scenarios handling sensitive', 'scenarios handling sensitive clients', 'handling sensitive clients along', 'sensitive clients along improved', 'clients along improved skills', 'along improved skills team', 'improved skills team player', 'skills team player excellent', 'team player excellent communication', 'player excellent communication skills', 'excellent communication skills quick', 'communication skills quick learner', 'skills quick learner leadership', 'quick learner leadership qualities', 'learner leadership qualities team', 'leadership qualities team networking', 'qualities team networking courage', 'team networking courage take', 'networking courage take problems', 'courage take problems proactively', 'take problems proactively education', 'problems proactively education details', 'proactively education details june', 'education details june 2012', 'details june 2012 sadvidya', 'june 2012 sadvidya pre', '2012 sadvidya pre university', 'sadvidya pre university college', 'pre university college application', 'university college application database', 'college application database administrator', 'application database administrator dbms', 'database administrator dbms oracle', 'administrator dbms oracle application', 'dbms oracle application database', 'oracle application database administrator', 'application database administrator dbms', 'database administrator dbms oracle', 'administrator dbms oracle ibm', 'dbms oracle ibm india', 'oracle ibm india pvt', 'ibm india pvt ltd', 'india pvt ltd skill', 'pvt ltd skill details', 'ltd skill details clients', 'skill details clients exprience', 'details clients exprience 30', 'clients exprience 30 months', 'exprience 30 months machine', '30 months machine learning', 'months machine learning exprience', 'machine learning exprience 30', 'learning exprience 30 months', 'exprience 30 months oracle', '30 months oracle exprience', 'months oracle exprience 30', 'oracle exprience 30 months', 'exprience 30 months sql', '30 months sql exprience', 'months sql exprience 30', 'sql exprience 30 months', 'exprience 30 months excellent', '30 months excellent communication', 'months excellent communication skills', 'excellent communication skills exprience', 'communication skills exprience 6', 'skills exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company ibm', 'details company ibm india', 'company ibm india pvt', 'ibm india pvt ltd', 'india pvt ltd description', 'pvt ltd description client', 'ltd description client blue', 'description client blue cross', 'client blue cross blue', 'blue cross blue shield', 'cross blue shield ma', 'blue shield ma massachusetts', 'shield ma massachusetts health', 'ma massachusetts health insurance', 'massachusetts health insurance used', 'health insurance used oracle', 'insurance used oracle sql', 'used oracle sql store', 'oracle sql store organize', 'sql store organize data', 'store organize data this', 'organize data this includes', 'data this includes capacity', 'this includes capacity planning', 'includes capacity planning installation', 'capacity planning installation configuration', 'planning installation configuration database', 'installation configuration database design', 'configuration database design migration', 'database design migration security', 'design migration security troubleshooting', 'migration security troubleshooting backup', 'security troubleshooting backup data', 'troubleshooting backup data recovery', 'backup data recovery worked', 'data recovery worked client', 'recovery worked client databases', 'worked client databases installed', 'client databases installed oracle', 'databases installed oracle v10', 'installed oracle v10 v11', 'oracle v10 v11 v12', 'v10 v11 v12 linux', 'v11 v12 linux platform', 'v12 linux platform proficient', 'linux platform proficient communication', 'platform proficient communication clients', 'proficient communication clients across', 'communication clients across locations', 'clients across locations facilitating', 'across locations facilitating data', 'locations facilitating data elicitation', 'facilitating data elicitation handling', 'data elicitation handling numerous', 'elicitation handling numerous business', 'handling numerous business requests', 'numerous business requests solving', 'business requests solving diligently', 'requests solving diligently within', 'solving diligently within given', 'diligently within given time', 'within given time frame', 'given time frame responding', 'time frame responding quickly', 'frame responding quickly effectively', 'responding quickly effectively production', 'quickly effectively production issues', 'effectively production issues within', 'production issues within sla', 'issues within sla leading', 'within sla leading team', 'sla leading team co', 'leading team co ordination', 'team co ordination business', 'co ordination business conduct', 'ordination business conduct weekly', 'business conduct weekly checkouts', 'conduct weekly checkouts database', 'weekly checkouts database servers', 'checkouts database servers systems', 'database servers systems ibm', 'servers systems ibm certifications', 'systems ibm certifications statistics', 'ibm certifications statistics 101', 'certifications statistics 101 applied', 'statistics 101 applied data', '101 applied data science', 'applied data science r', 'data science r big', 'science r big data', 'r big data foundations', 'big data foundations data', 'data foundations data science', 'foundations data science foundations', 'data science foundations business', 'science foundations business analytics', 'foundations business analytics certification', 'business analytics certification pune', 'analytics certification pune worked', 'certification pune worked retail', 'pune worked retail banking', 'worked retail banking projects', 'retail banking projects design', 'banking projects design predictive', 'projects design predictive business', 'design predictive business model', 'predictive business model using', 'business model using machine', 'model using machine learning', 'using machine learning techniques', 'machine learning techniques r', 'learning techniques r programming', 'techniques r programming efficient', 'r programming efficient business', 'programming efficient business marketing', 'efficient business marketing strategy', 'technical skills sql oracle v10', 'skills sql oracle v10 v11', 'sql oracle v10 v11 v12', 'oracle v10 v11 v12 r', 'v10 v11 v12 r programming', 'v11 v12 r programming python', 'v12 r programming python linear', 'r programming python linear regression', 'programming python linear regression machine', 'python linear regression machine learning', 'linear regression machine learning statistical', 'regression machine learning statistical modelling', 'machine learning statistical modelling techniques', 'learning statistical modelling techniques obtained', 'statistical modelling techniques obtained certification', 'modelling techniques obtained certification edvancer', 'techniques obtained certification edvancer eduventures', 'obtained certification edvancer eduventures training', 'certification edvancer eduventures training institute', 'edvancer eduventures training institute key', 'eduventures training institute key skills', 'training institute key skills multitasking', 'institute key skills multitasking working', 'key skills multitasking working meet', 'skills multitasking working meet client', 'multitasking working meet client sla', 'working meet client sla high', 'meet client sla high pressure', 'client sla high pressure scenarios', 'sla high pressure scenarios handling', 'high pressure scenarios handling sensitive', 'pressure scenarios handling sensitive clients', 'scenarios handling sensitive clients along', 'handling sensitive clients along improved', 'sensitive clients along improved skills', 'clients along improved skills team', 'along improved skills team player', 'improved skills team player excellent', 'skills team player excellent communication', 'team player excellent communication skills', 'player excellent communication skills quick', 'excellent communication skills quick learner', 'communication skills quick learner leadership', 'skills quick learner leadership qualities', 'quick learner leadership qualities team', 'learner leadership qualities team networking', 'leadership qualities team networking courage', 'qualities team networking courage take', 'team networking courage take problems', 'networking courage take problems proactively', 'courage take problems proactively education', 'take problems proactively education details', 'problems proactively education details june', 'proactively education details june 2012', 'education details june 2012 sadvidya', 'details june 2012 sadvidya pre', 'june 2012 sadvidya pre university', '2012 sadvidya pre university college', 'sadvidya pre university college application', 'pre university college application database', 'university college application database administrator', 'college application database administrator dbms', 'application database administrator dbms oracle', 'database administrator dbms oracle application', 'administrator dbms oracle application database', 'dbms oracle application database administrator', 'oracle application database administrator dbms', 'application database administrator dbms oracle', 'database administrator dbms oracle ibm', 'administrator dbms oracle ibm india', 'dbms oracle ibm india pvt', 'oracle ibm india pvt ltd', 'ibm india pvt ltd skill', 'india pvt ltd skill details', 'pvt ltd skill details clients', 'ltd skill details clients exprience', 'skill details clients exprience 30', 'details clients exprience 30 months', 'clients exprience 30 months machine', 'exprience 30 months machine learning', '30 months machine learning exprience', 'months machine learning exprience 30', 'machine learning exprience 30 months', 'learning exprience 30 months oracle', 'exprience 30 months oracle exprience', '30 months oracle exprience 30', 'months oracle exprience 30 months', 'oracle exprience 30 months sql', 'exprience 30 months sql exprience', '30 months sql exprience 30', 'months sql exprience 30 months', 'sql exprience 30 months excellent', 'exprience 30 months excellent communication', '30 months excellent communication skills', 'months excellent communication skills exprience', 'excellent communication skills exprience 6', 'communication skills exprience 6 monthscompany', 'skills exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company ibm', 'monthscompany details company ibm india', 'details company ibm india pvt', 'company ibm india pvt ltd', 'ibm india pvt ltd description', 'india pvt ltd description client', 'pvt ltd description client blue', 'ltd description client blue cross', 'description client blue cross blue', 'client blue cross blue shield', 'blue cross blue shield ma', 'cross blue shield ma massachusetts', 'blue shield ma massachusetts health', 'shield ma massachusetts health insurance', 'ma massachusetts health insurance used', 'massachusetts health insurance used oracle', 'health insurance used oracle sql', 'insurance used oracle sql store', 'used oracle sql store organize', 'oracle sql store organize data', 'sql store organize data this', 'store organize data this includes', 'organize data this includes capacity', 'data this includes capacity planning', 'this includes capacity planning installation', 'includes capacity planning installation configuration', 'capacity planning installation configuration database', 'planning installation configuration database design', 'installation configuration database design migration', 'configuration database design migration security', 'database design migration security troubleshooting', ...], ['education', 'details', 'hadoop', 'developer', 'hadoop', 'developer', 'infosys', 'skill', 'details', 'company', 'details', 'company', 'infosys', 'description', 'project', 'description', 'the', 'banking', 'information', 'stored', 'data', 'different', 'data', 'ware', 'house', 'systems', 'department', 'becomes', 'difficult', 'organization', 'manage', 'data', 'perform', 'analytics', 'past', 'data', 'combined', 'single', 'global', 'repository', 'hadoop', 'analysis', 'responsibilities', 'analyze', 'banking', 'rates', 'data', 'set', 'create', 'specification', 'document', 'provide', 'effort', 'estimation', 'develop', 'spark', 'scala', 'spark', 'sql', 'programs', 'using', 'eclipse', 'ide', 'windows', 'linux', 'environment', 'create', 'kpi', 'test', 'scenarios', 'test', 'cases', 'test', 'result', 'document', 'test', 'scala', 'programs', 'linux', 'spark', 'standalone', 'mode', 'setup', 'multi', 'cluster', 'aws', 'deploy', 'spark', 'scala', 'programs', 'provided', 'solution', 'using', 'hadoop', 'ecosystem', 'hdfs', 'mapreduce', 'pig', 'hive', 'hbase', 'zookeeper', 'provided', 'solution', 'using', 'large', 'scale', 'server', 'side', 'systems', 'distributed', 'processing', 'algorithms', 'created', 'reports', 'bi', 'team', 'using', 'sqoop', 'export', 'data', 'hdfs', 'hive', 'provided', 'solution', 'supporting', 'assisting', 'troubleshooting', 'optimization', 'mapreduce', 'jobs', 'pig', 'latin', 'scripts', 'deep', 'understanding', 'hadoop', 'design', 'principles', 'cluster', 'connectivity', 'security', 'factors', 'affect', 'system', 'performance', 'worked', 'importing', 'exporting', 'data', 'different', 'databases', 'like', 'oracle', 'teradata', 'hdfs', 'hive', 'using', 'sqoop', 'tpt', 'connect', 'direct', 'import', 'export', 'data', 'rdbms', 'hdfs', 'hbase', 'wrote', 'script', 'placed', 'client', 'side', 'data', 'moved', 'hdfs', 'stored', 'temporary', 'file', 'start', 'loading', 'hive', 'tables', 'developed', 'sqoop', 'scripts', 'order', 'make', 'interaction', 'pig', 'mysql', 'database', 'involved', 'developing', 'hive', 'reports', 'partitions', 'hive', 'tables', 'created', 'maintained', 'technical', 'documentation', 'launching', 'hadoop', 'clusters', 'executing', 'hive', 'queries', 'pig', 'scripts', 'involved', 'running', 'hadoop', 'jobs', 'processing', 'millions', 'records', 'text', 'data', 'environment', 'java', 'hadoop', 'hdfs', 'map', 'reduce', 'pig', 'hive', 'sqoop', 'flume', 'oozie', 'hbase', 'spark', 'scala', 'linux', 'nosql', 'storm', 'tomcat', 'putty', 'svn', 'github', 'ibm', 'websphere', 'v8', '5', 'project', 'telecommunications', 'hadoop', 'developer', 'description', 'to', 'identify', 'customers', 'likely', 'churn', '360', 'degree', 'view', 'customer', 'created', 'different', 'heterogeneous', 'data', 'sources', 'the', 'data', 'brought', 'data', 'lake', 'hdfs', 'different', 'sources', 'analyzed', 'using', 'different', 'hadoop', 'tools', 'like', 'pig', 'hive', 'responsibilities', 'installed', 'configured', 'apache', 'hadoop', 'tools', 'like', 'hive', 'pig', 'hbase', 'sqoop', 'application', 'development', 'unit', 'testing', 'wrote', 'mapreduce', 'jobs', 'discover', 'trends', 'data', 'usage', 'users', 'involved', 'database', 'connection', 'using', 'sqoop', 'involved', 'creating', 'hive', 'tables', 'loading', 'data', 'writing', 'hive', 'queries', 'using', 'hiveql', 'involved', 'partitioning', 'joining', 'hive', 'tables', 'hive', 'query', 'optimization', 'experienced', 'sql', 'db', 'migration', 'hdfs', 'used', 'nosql', 'hbase', 'faster', 'performance', 'maintains', 'data', 'de', 'normalized', 'way', 'oltp', 'the', 'data', 'collected', 'distributed', 'sources', 'avro', 'models', 'applied', 'transformations', 'standardizations', 'loaded', 'hbase', 'data', 'processing', 'experienced', 'defining', 'job', 'flows', 'used', 'oozie', 'orchestrate', 'workflow', 'implemented', 'fair', 'schedulers', 'job', 'tracker', 'share', 'resources', 'cluster', 'map', 'reduce', 'jobs', 'given', 'users', 'exported', 'analyzed', 'data', 'relational', 'databases', 'using', 'hive', 'visualization', 'generate', 'reports', 'bi', 'team', 'environment', 'hadoop', 'hive', 'linux', 'mapreduce', 'hdfs', 'hive', 'python', 'pig', 'sqoop', 'cloudera', 'shell', 'scripting', 'java', 'jdk', '1', '6', 'java', '6', 'oracle', '10g', 'pl', 'sql', 'sql', 'plus', 'education details', 'details hadoop', 'hadoop developer', 'developer hadoop', 'hadoop developer', 'developer infosys', 'infosys skill', 'skill details', 'details company', 'company details', 'details company', 'company infosys', 'infosys description', 'description project', 'project description', 'description the', 'the banking', 'banking information', 'information stored', 'stored data', 'data different', 'different data', 'data ware', 'ware house', 'house systems', 'systems department', 'department becomes', 'becomes difficult', 'difficult organization', 'organization manage', 'manage data', 'data perform', 'perform analytics', 'analytics past', 'past data', 'data combined', 'combined single', 'single global', 'global repository', 'repository hadoop', 'hadoop analysis', 'analysis responsibilities', 'responsibilities analyze', 'analyze banking', 'banking rates', 'rates data', 'data set', 'set create', 'create specification', 'specification document', 'document provide', 'provide effort', 'effort estimation', 'estimation develop', 'develop spark', 'spark scala', 'scala spark', 'spark sql', 'sql programs', 'programs using', 'using eclipse', 'eclipse ide', 'ide windows', 'windows linux', 'linux environment', 'environment create', 'create kpi', 'kpi test', 'test scenarios', 'scenarios test', 'test cases', 'cases test', 'test result', 'result document', 'document test', 'test scala', 'scala programs', 'programs linux', 'linux spark', 'spark standalone', 'standalone mode', 'mode setup', 'setup multi', 'multi cluster', 'cluster aws', 'aws deploy', 'deploy spark', 'spark scala', 'scala programs', 'programs provided', 'provided solution', 'solution using', 'using hadoop', 'hadoop ecosystem', 'ecosystem hdfs', 'hdfs mapreduce', 'mapreduce pig', 'pig hive', 'hive hbase', 'hbase zookeeper', 'zookeeper provided', 'provided solution', 'solution using', 'using large', 'large scale', 'scale server', 'server side', 'side systems', 'systems distributed', 'distributed processing', 'processing algorithms', 'algorithms created', 'created reports', 'reports bi', 'bi team', 'team using', 'using sqoop', 'sqoop export', 'export data', 'data hdfs', 'hdfs hive', 'hive provided', 'provided solution', 'solution supporting', 'supporting assisting', 'assisting troubleshooting', 'troubleshooting optimization', 'optimization mapreduce', 'mapreduce jobs', 'jobs pig', 'pig latin', 'latin scripts', 'scripts deep', 'deep understanding', 'understanding hadoop', 'hadoop design', 'design principles', 'principles cluster', 'cluster connectivity', 'connectivity security', 'security factors', 'factors affect', 'affect system', 'system performance', 'performance worked', 'worked importing', 'importing exporting', 'exporting data', 'data different', 'different databases', 'databases like', 'like oracle', 'oracle teradata', 'teradata hdfs', 'hdfs hive', 'hive using', 'using sqoop', 'sqoop tpt', 'tpt connect', 'connect direct', 'direct import', 'import export', 'export data', 'data rdbms', 'rdbms hdfs', 'hdfs hbase', 'hbase wrote', 'wrote script', 'script placed', 'placed client', 'client side', 'side data', 'data moved', 'moved hdfs', 'hdfs stored', 'stored temporary', 'temporary file', 'file start', 'start loading', 'loading hive', 'hive tables', 'tables developed', 'developed sqoop', 'sqoop scripts', 'scripts order', 'order make', 'make interaction', 'interaction pig', 'pig mysql', 'mysql database', 'database involved', 'involved developing', 'developing hive', 'hive reports', 'reports partitions', 'partitions hive', 'hive tables', 'tables created', 'created maintained', 'maintained technical', 'technical documentation', 'documentation launching', 'launching hadoop', 'hadoop clusters', 'clusters executing', 'executing hive', 'hive queries', 'queries pig', 'pig scripts', 'scripts involved', 'involved running', 'running hadoop', 'hadoop jobs', 'jobs processing', 'processing millions', 'millions records', 'records text', 'text data', 'data environment', 'environment java', 'java hadoop', 'hadoop hdfs', 'hdfs map', 'map reduce', 'reduce pig', 'pig hive', 'hive sqoop', 'sqoop flume', 'flume oozie', 'oozie hbase', 'hbase spark', 'spark scala', 'scala linux', 'linux nosql', 'nosql storm', 'storm tomcat', 'tomcat putty', 'putty svn', 'svn github', 'github ibm', 'ibm websphere', 'websphere v8', 'v8 5', '5 project', 'project telecommunications', 'telecommunications hadoop', 'hadoop developer', 'developer description', 'description to', 'to identify', 'identify customers', 'customers likely', 'likely churn', 'churn 360', '360 degree', 'degree view', 'view customer', 'customer created', 'created different', 'different heterogeneous', 'heterogeneous data', 'data sources', 'sources the', 'the data', 'data brought', 'brought data', 'data lake', 'lake hdfs', 'hdfs different', 'different sources', 'sources analyzed', 'analyzed using', 'using different', 'different hadoop', 'hadoop tools', 'tools like', 'like pig', 'pig hive', 'hive responsibilities', 'responsibilities installed', 'installed configured', 'configured apache', 'apache hadoop', 'hadoop tools', 'tools like', 'like hive', 'hive pig', 'pig hbase', 'hbase sqoop', 'sqoop application', 'application development', 'development unit', 'unit testing', 'testing wrote', 'wrote mapreduce', 'mapreduce jobs', 'jobs discover', 'discover trends', 'trends data', 'data usage', 'usage users', 'users involved', 'involved database', 'database connection', 'connection using', 'using sqoop', 'sqoop involved', 'involved creating', 'creating hive', 'hive tables', 'tables loading', 'loading data', 'data writing', 'writing hive', 'hive queries', 'queries using', 'using hiveql', 'hiveql involved', 'involved partitioning', 'partitioning joining', 'joining hive', 'hive tables', 'tables hive', 'hive query', 'query optimization', 'optimization experienced', 'experienced sql', 'sql db', 'db migration', 'migration hdfs', 'hdfs used', 'used nosql', 'nosql hbase', 'hbase faster', 'faster performance', 'performance maintains', 'maintains data', 'data de', 'de normalized', 'normalized way', 'way oltp', 'oltp the', 'the data', 'data collected', 'collected distributed', 'distributed sources', 'sources avro', 'avro models', 'models applied', 'applied transformations', 'transformations standardizations', 'standardizations loaded', 'loaded hbase', 'hbase data', 'data processing', 'processing experienced', 'experienced defining', 'defining job', 'job flows', 'flows used', 'used oozie', 'oozie orchestrate', 'orchestrate workflow', 'workflow implemented', 'implemented fair', 'fair schedulers', 'schedulers job', 'job tracker', 'tracker share', 'share resources', 'resources cluster', 'cluster map', 'map reduce', 'reduce jobs', 'jobs given', 'given users', 'users exported', 'exported analyzed', 'analyzed data', 'data relational', 'relational databases', 'databases using', 'using hive', 'hive visualization', 'visualization generate', 'generate reports', 'reports bi', 'bi team', 'team environment', 'environment hadoop', 'hadoop hive', 'hive linux', 'linux mapreduce', 'mapreduce hdfs', 'hdfs hive', 'hive python', 'python pig', 'pig sqoop', 'sqoop cloudera', 'cloudera shell', 'shell scripting', 'scripting java', 'java jdk', 'jdk 1', '1 6', '6 java', 'java 6', '6 oracle', 'oracle 10g', '10g pl', 'pl sql', 'sql sql', 'sql plus', 'education details hadoop', 'details hadoop developer', 'hadoop developer hadoop', 'developer hadoop developer', 'hadoop developer infosys', 'developer infosys skill', 'infosys skill details', 'skill details company', 'details company details', 'company details company', 'details company infosys', 'company infosys description', 'infosys description project', 'description project description', 'project description the', 'description the banking', 'the banking information', 'banking information stored', 'information stored data', 'stored data different', 'data different data', 'different data ware', 'data ware house', 'ware house systems', 'house systems department', 'systems department becomes', 'department becomes difficult', 'becomes difficult organization', 'difficult organization manage', 'organization manage data', 'manage data perform', 'data perform analytics', 'perform analytics past', 'analytics past data', 'past data combined', 'data combined single', 'combined single global', 'single global repository', 'global repository hadoop', 'repository hadoop analysis', 'hadoop analysis responsibilities', 'analysis responsibilities analyze', 'responsibilities analyze banking', 'analyze banking rates', 'banking rates data', 'rates data set', 'data set create', 'set create specification', 'create specification document', 'specification document provide', 'document provide effort', 'provide effort estimation', 'effort estimation develop', 'estimation develop spark', 'develop spark scala', 'spark scala spark', 'scala spark sql', 'spark sql programs', 'sql programs using', 'programs using eclipse', 'using eclipse ide', 'eclipse ide windows', 'ide windows linux', 'windows linux environment', 'linux environment create', 'environment create kpi', 'create kpi test', 'kpi test scenarios', 'test scenarios test', 'scenarios test cases', 'test cases test', 'cases test result', 'test result document', 'result document test', 'document test scala', 'test scala programs', 'scala programs linux', 'programs linux spark', 'linux spark standalone', 'spark standalone mode', 'standalone mode setup', 'mode setup multi', 'setup multi cluster', 'multi cluster aws', 'cluster aws deploy', 'aws deploy spark', 'deploy spark scala', 'spark scala programs', 'scala programs provided', 'programs provided solution', 'provided solution using', 'solution using hadoop', 'using hadoop ecosystem', 'hadoop ecosystem hdfs', 'ecosystem hdfs mapreduce', 'hdfs mapreduce pig', 'mapreduce pig hive', 'pig hive hbase', 'hive hbase zookeeper', 'hbase zookeeper provided', 'zookeeper provided solution', 'provided solution using', 'solution using large', 'using large scale', 'large scale server', 'scale server side', 'server side systems', 'side systems distributed', 'systems distributed processing', 'distributed processing algorithms', 'processing algorithms created', 'algorithms created reports', 'created reports bi', 'reports bi team', 'bi team using', 'team using sqoop', 'using sqoop export', 'sqoop export data', 'export data hdfs', 'data hdfs hive', 'hdfs hive provided', 'hive provided solution', 'provided solution supporting', 'solution supporting assisting', 'supporting assisting troubleshooting', 'assisting troubleshooting optimization', 'troubleshooting optimization mapreduce', 'optimization mapreduce jobs', 'mapreduce jobs pig', 'jobs pig latin', 'pig latin scripts', 'latin scripts deep', 'scripts deep understanding', 'deep understanding hadoop', 'understanding hadoop design', 'hadoop design principles', 'design principles cluster', 'principles cluster connectivity', 'cluster connectivity security', 'connectivity security factors', 'security factors affect', 'factors affect system', 'affect system performance', 'system performance worked', 'performance worked importing', 'worked importing exporting', 'importing exporting data', 'exporting data different', 'data different databases', 'different databases like', 'databases like oracle', 'like oracle teradata', 'oracle teradata hdfs', 'teradata hdfs hive', 'hdfs hive using', 'hive using sqoop', 'using sqoop tpt', 'sqoop tpt connect', 'tpt connect direct', 'connect direct import', 'direct import export', 'import export data', 'export data rdbms', 'data rdbms hdfs', 'rdbms hdfs hbase', 'hdfs hbase wrote', 'hbase wrote script', 'wrote script placed', 'script placed client', 'placed client side', 'client side data', 'side data moved', 'data moved hdfs', ...], ['skill', 'set', 'hadoop', 'map', 'reduce', 'hdfs', 'hive', 'sqoop', 'java', 'duration', '2016', '2017', 'role', 'hadoop', 'developer', 'rplus', 'offers', 'quick', 'simple', 'powerful', 'cloud', 'based', 'solution', 'demand', 'sense', 'urately', 'predict', 'demand', 'product', 'markets', 'combines', 'enterprise', 'external', 'data', 'predict', 'demand', 'urately', 'uses', 'social', 'conversation', 'sentiments', 'derive', 'demand', 'identifies', 'significant', 'drivers', 'sale', 'hordes', 'factors', 'selects', 'best', 'suited', 'model', 'multiple', 'forecasting', 'models', 'product', 'responsibilities', 'involved', 'deploying', 'product', 'customers', 'gathering', 'requirements', 'algorithm', 'optimization', 'backend', 'product', 'load', 'transform', 'large', 'datasets', 'structured', 'semi', 'structured', 'responsible', 'manage', 'data', 'coming', 'different', 'sources', 'application', 'supported', 'map', 'reduce', 'programs', 'running', 'cluster', 'involved', 'creating', 'hive', 'tables', 'loading', 'data', 'writing', 'hive', 'queries', 'run', 'internally', 'map', 'reduce', 'way', 'education', 'details', 'hadoop', 'developer', 'hadoop', 'developer', 'braindatawire', 'skill', 'details', 'apache', 'hadoop', 'hdfs', 'exprience', '49', 'months', 'apache', 'hadoop', 'sqoop', 'exprience', '49', 'months', 'hadoop', 'exprience', '49', 'months', 'hadoop', 'exprience', '49', 'months', 'hadoop', 'distributed', 'file', 'system', 'exprience', '49', 'monthscompany', 'details', 'company', 'braindatawire', 'description', 'technical', 'skills', 'programming', 'core', 'java', 'map', 'reduce', 'scala', 'hadoop', 'tools', 'hdfs', 'spark', 'map', 'reduce', 'sqoop', 'hive', 'hbase', 'database', 'mysql', 'oracle', 'scripting', 'shell', 'scripting', 'ide', 'eclipse', 'operating', 'systems', 'linux', 'centos', 'windows', 'source', 'control', 'git', 'github', 'skill set', 'set hadoop', 'hadoop map', 'map reduce', 'reduce hdfs', 'hdfs hive', 'hive sqoop', 'sqoop java', 'java duration', 'duration 2016', '2016 2017', '2017 role', 'role hadoop', 'hadoop developer', 'developer rplus', 'rplus offers', 'offers quick', 'quick simple', 'simple powerful', 'powerful cloud', 'cloud based', 'based solution', 'solution demand', 'demand sense', 'sense urately', 'urately predict', 'predict demand', 'demand product', 'product markets', 'markets combines', 'combines enterprise', 'enterprise external', 'external data', 'data predict', 'predict demand', 'demand urately', 'urately uses', 'uses social', 'social conversation', 'conversation sentiments', 'sentiments derive', 'derive demand', 'demand identifies', 'identifies significant', 'significant drivers', 'drivers sale', 'sale hordes', 'hordes factors', 'factors selects', 'selects best', 'best suited', 'suited model', 'model multiple', 'multiple forecasting', 'forecasting models', 'models product', 'product responsibilities', 'responsibilities involved', 'involved deploying', 'deploying product', 'product customers', 'customers gathering', 'gathering requirements', 'requirements algorithm', 'algorithm optimization', 'optimization backend', 'backend product', 'product load', 'load transform', 'transform large', 'large datasets', 'datasets structured', 'structured semi', 'semi structured', 'structured responsible', 'responsible manage', 'manage data', 'data coming', 'coming different', 'different sources', 'sources application', 'application supported', 'supported map', 'map reduce', 'reduce programs', 'programs running', 'running cluster', 'cluster involved', 'involved creating', 'creating hive', 'hive tables', 'tables loading', 'loading data', 'data writing', 'writing hive', 'hive queries', 'queries run', 'run internally', 'internally map', 'map reduce', 'reduce way', 'way education', 'education details', 'details hadoop', 'hadoop developer', 'developer hadoop', 'hadoop developer', 'developer braindatawire', 'braindatawire skill', 'skill details', 'details apache', 'apache hadoop', 'hadoop hdfs', 'hdfs exprience', 'exprience 49', '49 months', 'months apache', 'apache hadoop', 'hadoop sqoop', 'sqoop exprience', 'exprience 49', '49 months', 'months hadoop', 'hadoop exprience', 'exprience 49', '49 months', 'months hadoop', 'hadoop exprience', 'exprience 49', '49 months', 'months hadoop', 'hadoop distributed', 'distributed file', 'file system', 'system exprience', 'exprience 49', '49 monthscompany', 'monthscompany details', 'details company', 'company braindatawire', 'braindatawire description', 'description technical', 'technical skills', 'skills programming', 'programming core', 'core java', 'java map', 'map reduce', 'reduce scala', 'scala hadoop', 'hadoop tools', 'tools hdfs', 'hdfs spark', 'spark map', 'map reduce', 'reduce sqoop', 'sqoop hive', 'hive hbase', 'hbase database', 'database mysql', 'mysql oracle', 'oracle scripting', 'scripting shell', 'shell scripting', 'scripting ide', 'ide eclipse', 'eclipse operating', 'operating systems', 'systems linux', 'linux centos', 'centos windows', 'windows source', 'source control', 'control git', 'git github', 'skill set hadoop', 'set hadoop map', 'hadoop map reduce', 'map reduce hdfs', 'reduce hdfs hive', 'hdfs hive sqoop', 'hive sqoop java', 'sqoop java duration', 'java duration 2016', 'duration 2016 2017', '2016 2017 role', '2017 role hadoop', 'role hadoop developer', 'hadoop developer rplus', 'developer rplus offers', 'rplus offers quick', 'offers quick simple', 'quick simple powerful', 'simple powerful cloud', 'powerful cloud based', 'cloud based solution', 'based solution demand', 'solution demand sense', 'demand sense urately', 'sense urately predict', 'urately predict demand', 'predict demand product', 'demand product markets', 'product markets combines', 'markets combines enterprise', 'combines enterprise external', 'enterprise external data', 'external data predict', 'data predict demand', 'predict demand urately', 'demand urately uses', 'urately uses social', 'uses social conversation', 'social conversation sentiments', 'conversation sentiments derive', 'sentiments derive demand', 'derive demand identifies', 'demand identifies significant', 'identifies significant drivers', 'significant drivers sale', 'drivers sale hordes', 'sale hordes factors', 'hordes factors selects', 'factors selects best', 'selects best suited', 'best suited model', 'suited model multiple', 'model multiple forecasting', 'multiple forecasting models', 'forecasting models product', 'models product responsibilities', 'product responsibilities involved', 'responsibilities involved deploying', 'involved deploying product', 'deploying product customers', 'product customers gathering', 'customers gathering requirements', 'gathering requirements algorithm', 'requirements algorithm optimization', 'algorithm optimization backend', 'optimization backend product', 'backend product load', 'product load transform', 'load transform large', 'transform large datasets', 'large datasets structured', 'datasets structured semi', 'structured semi structured', 'semi structured responsible', 'structured responsible manage', 'responsible manage data', 'manage data coming', 'data coming different', 'coming different sources', 'different sources application', 'sources application supported', 'application supported map', 'supported map reduce', 'map reduce programs', 'reduce programs running', 'programs running cluster', 'running cluster involved', 'cluster involved creating', 'involved creating hive', 'creating hive tables', 'hive tables loading', 'tables loading data', 'loading data writing', 'data writing hive', 'writing hive queries', 'hive queries run', 'queries run internally', 'run internally map', 'internally map reduce', 'map reduce way', 'reduce way education', 'way education details', 'education details hadoop', 'details hadoop developer', 'hadoop developer hadoop', 'developer hadoop developer', 'hadoop developer braindatawire', 'developer braindatawire skill', 'braindatawire skill details', 'skill details apache', 'details apache hadoop', 'apache hadoop hdfs', 'hadoop hdfs exprience', 'hdfs exprience 49', 'exprience 49 months', '49 months apache', 'months apache hadoop', 'apache hadoop sqoop', 'hadoop sqoop exprience', 'sqoop exprience 49', 'exprience 49 months', '49 months hadoop', 'months hadoop exprience', 'hadoop exprience 49', 'exprience 49 months', '49 months hadoop', 'months hadoop exprience', 'hadoop exprience 49', 'exprience 49 months', '49 months hadoop', 'months hadoop distributed', 'hadoop distributed file', 'distributed file system', 'file system exprience', 'system exprience 49', 'exprience 49 monthscompany', '49 monthscompany details', 'monthscompany details company', 'details company braindatawire', 'company braindatawire description', 'braindatawire description technical', 'description technical skills', 'technical skills programming', 'skills programming core', 'programming core java', 'core java map', 'java map reduce', 'map reduce scala', 'reduce scala hadoop', 'scala hadoop tools', 'hadoop tools hdfs', 'tools hdfs spark', 'hdfs spark map', 'spark map reduce', 'map reduce sqoop', 'reduce sqoop hive', 'sqoop hive hbase', 'hive hbase database', 'hbase database mysql', 'database mysql oracle', 'mysql oracle scripting', 'oracle scripting shell', 'scripting shell scripting', 'shell scripting ide', 'scripting ide eclipse', 'ide eclipse operating', 'eclipse operating systems', 'operating systems linux', 'systems linux centos', 'linux centos windows', 'centos windows source', 'windows source control', 'source control git', 'control git github', 'skill set hadoop map', 'set hadoop map reduce', 'hadoop map reduce hdfs', 'map reduce hdfs hive', 'reduce hdfs hive sqoop', 'hdfs hive sqoop java', 'hive sqoop java duration', 'sqoop java duration 2016', 'java duration 2016 2017', 'duration 2016 2017 role', '2016 2017 role hadoop', '2017 role hadoop developer', 'role hadoop developer rplus', 'hadoop developer rplus offers', 'developer rplus offers quick', 'rplus offers quick simple', 'offers quick simple powerful', 'quick simple powerful cloud', 'simple powerful cloud based', 'powerful cloud based solution', 'cloud based solution demand', 'based solution demand sense', 'solution demand sense urately', 'demand sense urately predict', 'sense urately predict demand', 'urately predict demand product', 'predict demand product markets', 'demand product markets combines', 'product markets combines enterprise', 'markets combines enterprise external', 'combines enterprise external data', 'enterprise external data predict', 'external data predict demand', 'data predict demand urately', 'predict demand urately uses', 'demand urately uses social', 'urately uses social conversation', 'uses social conversation sentiments', 'social conversation sentiments derive', 'conversation sentiments derive demand', 'sentiments derive demand identifies', 'derive demand identifies significant', 'demand identifies significant drivers', 'identifies significant drivers sale', 'significant drivers sale hordes', 'drivers sale hordes factors', 'sale hordes factors selects', 'hordes factors selects best', 'factors selects best suited', 'selects best suited model', 'best suited model multiple', 'suited model multiple forecasting', 'model multiple forecasting models', 'multiple forecasting models product', 'forecasting models product responsibilities', 'models product responsibilities involved', 'product responsibilities involved deploying', 'responsibilities involved deploying product', 'involved deploying product customers', 'deploying product customers gathering', 'product customers gathering requirements', 'customers gathering requirements algorithm', 'gathering requirements algorithm optimization', 'requirements algorithm optimization backend', 'algorithm optimization backend product', 'optimization backend product load', 'backend product load transform', 'product load transform large', 'load transform large datasets', 'transform large datasets structured', 'large datasets structured semi', 'datasets structured semi structured', 'structured semi structured responsible', 'semi structured responsible manage', 'structured responsible manage data', 'responsible manage data coming', 'manage data coming different', 'data coming different sources', 'coming different sources application', 'different sources application supported', 'sources application supported map', 'application supported map reduce', 'supported map reduce programs', 'map reduce programs running', 'reduce programs running cluster', 'programs running cluster involved', 'running cluster involved creating', 'cluster involved creating hive', 'involved creating hive tables', 'creating hive tables loading', 'hive tables loading data', 'tables loading data writing', 'loading data writing hive', 'data writing hive queries', 'writing hive queries run', 'hive queries run internally', 'queries run internally map', 'run internally map reduce', 'internally map reduce way', 'map reduce way education', 'reduce way education details', 'way education details hadoop', 'education details hadoop developer', 'details hadoop developer hadoop', 'hadoop developer hadoop developer', 'developer hadoop developer braindatawire', 'hadoop developer braindatawire skill', 'developer braindatawire skill details', 'braindatawire skill details apache', 'skill details apache hadoop', 'details apache hadoop hdfs', 'apache hadoop hdfs exprience', 'hadoop hdfs exprience 49', 'hdfs exprience 49 months', 'exprience 49 months apache', '49 months apache hadoop', 'months apache hadoop sqoop', 'apache hadoop sqoop exprience', 'hadoop sqoop exprience 49', 'sqoop exprience 49 months', 'exprience 49 months hadoop', '49 months hadoop exprience', 'months hadoop exprience 49', 'hadoop exprience 49 months', 'exprience 49 months hadoop', '49 months hadoop exprience', 'months hadoop exprience 49', 'hadoop exprience 49 months', 'exprience 49 months hadoop', '49 months hadoop distributed', 'months hadoop distributed file', 'hadoop distributed file system', 'distributed file system exprience', 'file system exprience 49', 'system exprience 49 monthscompany', 'exprience 49 monthscompany details', '49 monthscompany details company', 'monthscompany details company braindatawire', 'details company braindatawire description', 'company braindatawire description technical', 'braindatawire description technical skills', 'description technical skills programming', 'technical skills programming core', 'skills programming core java', 'programming core java map', 'core java map reduce', 'java map reduce scala', 'map reduce scala hadoop', 'reduce scala hadoop tools', 'scala hadoop tools hdfs', 'hadoop tools hdfs spark', 'tools hdfs spark map', 'hdfs spark map reduce', 'spark map reduce sqoop', 'map reduce sqoop hive', 'reduce sqoop hive hbase', 'sqoop hive hbase database', 'hive hbase database mysql', 'hbase database mysql oracle', 'database mysql oracle scripting', 'mysql oracle scripting shell', 'oracle scripting shell scripting', 'scripting shell scripting ide', 'shell scripting ide eclipse', 'scripting ide eclipse operating', 'ide eclipse operating systems', 'eclipse operating systems linux', 'operating systems linux centos', 'systems linux centos windows', 'linux centos windows source', 'centos windows source control', 'windows source control git', 'source control git github', 'skill set hadoop map reduce', 'set hadoop map reduce hdfs', 'hadoop map reduce hdfs hive', 'map reduce hdfs hive sqoop', 'reduce hdfs hive sqoop java', 'hdfs hive sqoop java duration', 'hive sqoop java duration 2016', 'sqoop java duration 2016 2017', 'java duration 2016 2017 role', 'duration 2016 2017 role hadoop', '2016 2017 role hadoop developer', '2017 role hadoop developer rplus', 'role hadoop developer rplus offers', 'hadoop developer rplus offers quick', 'developer rplus offers quick simple', 'rplus offers quick simple powerful', 'offers quick simple powerful cloud', 'quick simple powerful cloud based', 'simple powerful cloud based solution', 'powerful cloud based solution demand', 'cloud based solution demand sense', 'based solution demand sense urately', 'solution demand sense urately predict', 'demand sense urately predict demand', 'sense urately predict demand product', 'urately predict demand product markets', 'predict demand product markets combines', 'demand product markets combines enterprise', 'product markets combines enterprise external', 'markets combines enterprise external data', 'combines enterprise external data predict', 'enterprise external data predict demand', 'external data predict demand urately', 'data predict demand urately uses', 'predict demand urately uses social', 'demand urately uses social conversation', 'urately uses social conversation sentiments', 'uses social conversation sentiments derive', 'social conversation sentiments derive demand', 'conversation sentiments derive demand identifies', 'sentiments derive demand identifies significant', 'derive demand identifies significant drivers', 'demand identifies significant drivers sale', 'identifies significant drivers sale hordes', 'significant drivers sale hordes factors', 'drivers sale hordes factors selects', 'sale hordes factors selects best', 'hordes factors selects best suited', 'factors selects best suited model', 'selects best suited model multiple', 'best suited model multiple forecasting', 'suited model multiple forecasting models', 'model multiple forecasting models product', 'multiple forecasting models product responsibilities', 'forecasting models product responsibilities involved', 'models product responsibilities involved deploying', 'product responsibilities involved deploying product', 'responsibilities involved deploying product customers', 'involved deploying product customers gathering', 'deploying product customers gathering requirements', 'product customers gathering requirements algorithm', 'customers gathering requirements algorithm optimization', 'gathering requirements algorithm optimization backend', 'requirements algorithm optimization backend product', 'algorithm optimization backend product load', 'optimization backend product load transform', 'backend product load transform large', 'product load transform large datasets', 'load transform large datasets structured', 'transform large datasets structured semi', 'large datasets structured semi structured', 'datasets structured semi structured responsible', 'structured semi structured responsible manage', 'semi structured responsible manage data', 'structured responsible manage data coming', 'responsible manage data coming different', 'manage data coming different sources', 'data coming different sources application', 'coming different sources application supported', 'different sources application supported map', 'sources application supported map reduce', 'application supported map reduce programs', 'supported map reduce programs running', 'map reduce programs running cluster', 'reduce programs running cluster involved', 'programs running cluster involved creating', 'running cluster involved creating hive', 'cluster involved creating hive tables', 'involved creating hive tables loading', 'creating hive tables loading data', 'hive tables loading data writing', 'tables loading data writing hive', 'loading data writing hive queries', 'data writing hive queries run', 'writing hive queries run internally', 'hive queries run internally map', 'queries run internally map reduce', 'run internally map reduce way', 'internally map reduce way education', 'map reduce way education details', 'reduce way education details hadoop', 'way education details hadoop developer', 'education details hadoop developer hadoop', 'details hadoop developer hadoop developer', 'hadoop developer hadoop developer braindatawire', 'developer hadoop developer braindatawire skill', 'hadoop developer braindatawire skill details', 'developer braindatawire skill details apache', 'braindatawire skill details apache hadoop', 'skill details apache hadoop hdfs', 'details apache hadoop hdfs exprience', 'apache hadoop hdfs exprience 49', 'hadoop hdfs exprience 49 months', 'hdfs exprience 49 months apache', 'exprience 49 months apache hadoop', '49 months apache hadoop sqoop', 'months apache hadoop sqoop exprience', 'apache hadoop sqoop exprience 49', 'hadoop sqoop exprience 49 months', 'sqoop exprience 49 months hadoop', 'exprience 49 months hadoop exprience', '49 months hadoop exprience 49', 'months hadoop exprience 49 months', 'hadoop exprience 49 months hadoop', 'exprience 49 months hadoop exprience', '49 months hadoop exprience 49', 'months hadoop exprience 49 months', 'hadoop exprience 49 months hadoop', 'exprience 49 months hadoop distributed', '49 months hadoop distributed file', 'months hadoop distributed file system', 'hadoop distributed file system exprience', 'distributed file system exprience 49', 'file system exprience 49 monthscompany', 'system exprience 49 monthscompany details', 'exprience 49 monthscompany details company', '49 monthscompany details company braindatawire', 'monthscompany details company braindatawire description', 'details company braindatawire description technical', 'company braindatawire description technical skills', 'braindatawire description technical skills programming', 'description technical skills programming core', 'technical skills programming core java', 'skills programming core java map', 'programming core java map reduce', 'core java map reduce scala', 'java map reduce scala hadoop', 'map reduce scala hadoop tools', 'reduce scala hadoop tools hdfs', 'scala hadoop tools hdfs spark', 'hadoop tools hdfs spark map', 'tools hdfs spark map reduce', 'hdfs spark map reduce sqoop', 'spark map reduce sqoop hive', 'map reduce sqoop hive hbase', 'reduce sqoop hive hbase database', 'sqoop hive hbase database mysql', 'hive hbase database mysql oracle', 'hbase database mysql oracle scripting', 'database mysql oracle scripting shell', 'mysql oracle scripting shell scripting', 'oracle scripting shell scripting ide', 'scripting shell scripting ide eclipse', 'shell scripting ide eclipse operating', 'scripting ide eclipse operating systems', 'ide eclipse operating systems linux', 'eclipse operating systems linux centos', 'operating systems linux centos windows', 'systems linux centos windows source', 'linux centos windows source control', 'centos windows source control git', 'windows source control git github', 'skill set hadoop map reduce hdfs', 'set hadoop map reduce hdfs hive', 'hadoop map reduce hdfs hive sqoop', 'map reduce hdfs hive sqoop java', 'reduce hdfs hive sqoop java duration', 'hdfs hive sqoop java duration 2016', 'hive sqoop java duration 2016 2017', 'sqoop java duration 2016 2017 role', 'java duration 2016 2017 role hadoop', 'duration 2016 2017 role hadoop developer', '2016 2017 role hadoop developer rplus', '2017 role hadoop developer rplus offers', 'role hadoop developer rplus offers quick', 'hadoop developer rplus offers quick simple', 'developer rplus offers quick simple powerful', 'rplus offers quick simple powerful cloud', 'offers quick simple powerful cloud based', 'quick simple powerful cloud based solution', 'simple powerful cloud based solution demand', 'powerful cloud based solution demand sense', 'cloud based solution demand sense urately', 'based solution demand sense urately predict', 'solution demand sense urately predict demand', 'demand sense urately predict demand product', 'sense urately predict demand product markets', 'urately predict demand product markets combines', 'predict demand product markets combines enterprise', 'demand product markets combines enterprise external', 'product markets combines enterprise external data', 'markets combines enterprise external data predict', 'combines enterprise external data predict demand', 'enterprise external data predict demand urately', 'external data predict demand urately uses', 'data predict demand urately uses social', 'predict demand urately uses social conversation', 'demand urately uses social conversation sentiments', 'urately uses social conversation sentiments derive', 'uses social conversation sentiments derive demand', 'social conversation sentiments derive demand identifies', 'conversation sentiments derive demand identifies significant', 'sentiments derive demand identifies significant drivers', 'derive demand identifies significant drivers sale', 'demand identifies significant drivers sale hordes', 'identifies significant drivers sale hordes factors', 'significant drivers sale hordes factors selects', 'drivers sale hordes factors selects best', 'sale hordes factors selects best suited', 'hordes factors selects best suited model', 'factors selects best suited model multiple', 'selects best suited model multiple forecasting', 'best suited model multiple forecasting models', 'suited model multiple forecasting models product', 'model multiple forecasting models product responsibilities', 'multiple forecasting models product responsibilities involved', 'forecasting models product responsibilities involved deploying', 'models product responsibilities involved deploying product', 'product responsibilities involved deploying product customers', 'responsibilities involved deploying product customers gathering', 'involved deploying product customers gathering requirements', 'deploying product customers gathering requirements algorithm', 'product customers gathering requirements algorithm optimization', 'customers gathering requirements algorithm optimization backend', 'gathering requirements algorithm optimization backend product', 'requirements algorithm optimization backend product load', 'algorithm optimization backend product load transform', 'optimization backend product load transform large', 'backend product load transform large datasets', 'product load transform large datasets structured', 'load transform large datasets structured semi', 'transform large datasets structured semi structured', 'large datasets structured semi structured responsible', 'datasets structured semi structured responsible manage', 'structured semi structured responsible manage data', 'semi structured responsible manage data coming', 'structured responsible manage data coming different', 'responsible manage data coming different sources', 'manage data coming different sources application', 'data coming different sources application supported', 'coming different sources application supported map', 'different sources application supported map reduce', 'sources application supported map reduce programs', 'application supported map reduce programs running', 'supported map reduce programs running cluster', 'map reduce programs running cluster involved', 'reduce programs running cluster involved creating', 'programs running cluster involved creating hive', 'running cluster involved creating hive tables', 'cluster involved creating hive tables loading', 'involved creating hive tables loading data', 'creating hive tables loading data writing', 'hive tables loading data writing hive', 'tables loading data writing hive queries', 'loading data writing hive queries run', 'data writing hive queries run internally', 'writing hive queries run internally map', 'hive queries run internally map reduce', 'queries run internally map reduce way', 'run internally map reduce way education', 'internally map reduce way education details', 'map reduce way education details hadoop', 'reduce way education details hadoop developer', 'way education details hadoop developer hadoop', 'education details hadoop developer hadoop developer', 'details hadoop developer hadoop developer braindatawire', 'hadoop developer hadoop developer braindatawire skill', 'developer hadoop developer braindatawire skill details', 'hadoop developer braindatawire skill details apache', 'developer braindatawire skill details apache hadoop', 'braindatawire skill details apache hadoop hdfs', 'skill details apache hadoop hdfs exprience', 'details apache hadoop hdfs exprience 49', 'apache hadoop hdfs exprience 49 months', 'hadoop hdfs exprience 49 months apache', 'hdfs exprience 49 months apache hadoop', 'exprience 49 months apache hadoop sqoop', '49 months apache hadoop sqoop exprience', 'months apache hadoop sqoop exprience 49', 'apache hadoop sqoop exprience 49 months', 'hadoop sqoop exprience 49 months hadoop', 'sqoop exprience 49 months hadoop exprience', 'exprience 49 months hadoop exprience 49', '49 months hadoop exprience 49 months', 'months hadoop exprience 49 months hadoop', 'hadoop exprience 49 months hadoop exprience', 'exprience 49 months hadoop exprience 49', '49 months hadoop exprience 49 months', 'months hadoop exprience 49 months hadoop', 'hadoop exprience 49 months hadoop distributed', 'exprience 49 months hadoop distributed file', '49 months hadoop distributed file system', ...], ['operating', 'systems', 'linux', 'ubuntu', 'windows', '2007', '08', 'other', 'tools', 'tableau', 'svn', 'beyond', 'compare', 'education', 'details', 'january', '2016', 'bachelors', 'engineering', 'engineering', 'gujarat', 'technological', 'university', 'systems', 'engineer', 'hadoop', 'developer', 'systems', 'engineer', 'hadoop', 'developer', 'tata', 'consultancy', 'services', 'skill', 'details', 'hadoop', 'spark', 'sqoop', 'hive', 'flume', 'pig', 'exprience', '24', 'monthscompany', 'details', 'company', 'tata', 'consultancy', 'services', 'description', 'roles', 'responsibility', 'working', 'american', 'pharmaceutical', 'company', 'one', 'world', 'premier', 'biopharmaceutical', 'develops', 'produces', 'medicines', 'va', 'ines', 'wide', 'range', 'medical', 'disciplines', 'including', 'immunology', 'oncology', 'cardiology', 'endocrinology', 'neurology', 'to', 'handle', 'large', 'amount', 'united', 'healthcare', 'data', 'big', 'data', 'analytics', 'used', 'data', 'possible', 'data', 'sources', 'like', 'records', 'patients', 'old', 'new', 'records', 'medicines', 'treatment', 'pathways', 'patient', 'journey', 'health', 'outcomes', 'patient', 'finder', 'rare', 'disease', 'patient', 'finder', 'etc', 'gathered', 'stored', 'processed', 'one', 'place', 'worked', 'cluster', 'specs', 'cluster', 'architecture', 'fully', 'distributed', 'package', 'used', 'cdh3', 'cluster', 'capacity', '20', 'tb', 'no', 'nodes', '10', 'data', 'nodes', '3', 'masters', 'nfs', 'backup', 'for', 'nn', 'developed', 'proof', 'concepts', 'enterprise', 'adoption', 'hadoop', 'used', 'sparkapi', 'cloudera', 'hadoop', 'yarn', 'perform', 'analytics', 'healthcare', 'data', 'cloudera', 'distribution', 'responsible', 'cluster', 'maintenance', 'adding', 'removing', 'cluster', 'nodes', 'cluster', 'monitoring', 'trouble', 'shooting', 'manage', 'review', 'data', 'backups', 'reviewing', 'hadoop', 'log', 'files', 'imported', 'exported', 'large', 'data', 'sets', 'data', 'hdfs', 'vice', 'versa', 'using', 'sqoop', 'involved', 'developing', 'pig', 'scripts', 'hive', 'reports', 'worked', 'hive', 'partition', 'bucketing', 'concepts', 'created', 'hive', 'external', 'internal', 'tables', 'hive', 'partition', 'monitoring', 'hadoop', 'scripts', 'take', 'input', 'hdfs', 'load', 'data', 'hive', 'developed', 'spark', 'scripts', 'using', 'scala', 'shell', 'commands', 'per', 'requirement', 'worked', 'data', 'frames', 'sql', 'data', 'sets', 'rdd', 'mapreduce', 'spark', 'optimizing', 'existing', 'algorithms', 'hadoop', 'using', 'sparkcontext', 'spark', 'sql', 'data', 'frames', 'rdd', 'collaborated', 'infrastructure', 'network', 'database', 'application', 'bi', 'ensure', 'data', 'quality', 'availability', 'developed', 'reports', 'using', 'tableau', 'exported', 'data', 'hdfs', 'hive', 'using', 'sqoop', 'used', 'orc', 'parquet', 'file', 'formats', 'serialization', 'data', 'snappy', 'compression', 'data', 'achievements', 'appreciation', 'showing', 'articulate', 'leadership', 'qualities', 'work', 'team', 'completed', 'internal', 'certification', 'tcs', 'certified', 'hadoop', 'developer', 'ongoing', 'learning', 'preparing', 'scheduled', 'cloudera', 'certified', 'spark', 'developer', 'cca', '175', 'operating systems', 'systems linux', 'linux ubuntu', 'ubuntu windows', 'windows 2007', '2007 08', '08 other', 'other tools', 'tools tableau', 'tableau svn', 'svn beyond', 'beyond compare', 'compare education', 'education details', 'details january', 'january 2016', '2016 bachelors', 'bachelors engineering', 'engineering engineering', 'engineering gujarat', 'gujarat technological', 'technological university', 'university systems', 'systems engineer', 'engineer hadoop', 'hadoop developer', 'developer systems', 'systems engineer', 'engineer hadoop', 'hadoop developer', 'developer tata', 'tata consultancy', 'consultancy services', 'services skill', 'skill details', 'details hadoop', 'hadoop spark', 'spark sqoop', 'sqoop hive', 'hive flume', 'flume pig', 'pig exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company tata', 'tata consultancy', 'consultancy services', 'services description', 'description roles', 'roles responsibility', 'responsibility working', 'working american', 'american pharmaceutical', 'pharmaceutical company', 'company one', 'one world', 'world premier', 'premier biopharmaceutical', 'biopharmaceutical develops', 'develops produces', 'produces medicines', 'medicines va', 'va ines', 'ines wide', 'wide range', 'range medical', 'medical disciplines', 'disciplines including', 'including immunology', 'immunology oncology', 'oncology cardiology', 'cardiology endocrinology', 'endocrinology neurology', 'neurology to', 'to handle', 'handle large', 'large amount', 'amount united', 'united healthcare', 'healthcare data', 'data big', 'big data', 'data analytics', 'analytics used', 'used data', 'data possible', 'possible data', 'data sources', 'sources like', 'like records', 'records patients', 'patients old', 'old new', 'new records', 'records medicines', 'medicines treatment', 'treatment pathways', 'pathways patient', 'patient journey', 'journey health', 'health outcomes', 'outcomes patient', 'patient finder', 'finder rare', 'rare disease', 'disease patient', 'patient finder', 'finder etc', 'etc gathered', 'gathered stored', 'stored processed', 'processed one', 'one place', 'place worked', 'worked cluster', 'cluster specs', 'specs cluster', 'cluster architecture', 'architecture fully', 'fully distributed', 'distributed package', 'package used', 'used cdh3', 'cdh3 cluster', 'cluster capacity', 'capacity 20', '20 tb', 'tb no', 'no nodes', 'nodes 10', '10 data', 'data nodes', 'nodes 3', '3 masters', 'masters nfs', 'nfs backup', 'backup for', 'for nn', 'nn developed', 'developed proof', 'proof concepts', 'concepts enterprise', 'enterprise adoption', 'adoption hadoop', 'hadoop used', 'used sparkapi', 'sparkapi cloudera', 'cloudera hadoop', 'hadoop yarn', 'yarn perform', 'perform analytics', 'analytics healthcare', 'healthcare data', 'data cloudera', 'cloudera distribution', 'distribution responsible', 'responsible cluster', 'cluster maintenance', 'maintenance adding', 'adding removing', 'removing cluster', 'cluster nodes', 'nodes cluster', 'cluster monitoring', 'monitoring trouble', 'trouble shooting', 'shooting manage', 'manage review', 'review data', 'data backups', 'backups reviewing', 'reviewing hadoop', 'hadoop log', 'log files', 'files imported', 'imported exported', 'exported large', 'large data', 'data sets', 'sets data', 'data hdfs', 'hdfs vice', 'vice versa', 'versa using', 'using sqoop', 'sqoop involved', 'involved developing', 'developing pig', 'pig scripts', 'scripts hive', 'hive reports', 'reports worked', 'worked hive', 'hive partition', 'partition bucketing', 'bucketing concepts', 'concepts created', 'created hive', 'hive external', 'external internal', 'internal tables', 'tables hive', 'hive partition', 'partition monitoring', 'monitoring hadoop', 'hadoop scripts', 'scripts take', 'take input', 'input hdfs', 'hdfs load', 'load data', 'data hive', 'hive developed', 'developed spark', 'spark scripts', 'scripts using', 'using scala', 'scala shell', 'shell commands', 'commands per', 'per requirement', 'requirement worked', 'worked data', 'data frames', 'frames sql', 'sql data', 'data sets', 'sets rdd', 'rdd mapreduce', 'mapreduce spark', 'spark optimizing', 'optimizing existing', 'existing algorithms', 'algorithms hadoop', 'hadoop using', 'using sparkcontext', 'sparkcontext spark', 'spark sql', 'sql data', 'data frames', 'frames rdd', 'rdd collaborated', 'collaborated infrastructure', 'infrastructure network', 'network database', 'database application', 'application bi', 'bi ensure', 'ensure data', 'data quality', 'quality availability', 'availability developed', 'developed reports', 'reports using', 'using tableau', 'tableau exported', 'exported data', 'data hdfs', 'hdfs hive', 'hive using', 'using sqoop', 'sqoop used', 'used orc', 'orc parquet', 'parquet file', 'file formats', 'formats serialization', 'serialization data', 'data snappy', 'snappy compression', 'compression data', 'data achievements', 'achievements appreciation', 'appreciation showing', 'showing articulate', 'articulate leadership', 'leadership qualities', 'qualities work', 'work team', 'team completed', 'completed internal', 'internal certification', 'certification tcs', 'tcs certified', 'certified hadoop', 'hadoop developer', 'developer ongoing', 'ongoing learning', 'learning preparing', 'preparing scheduled', 'scheduled cloudera', 'cloudera certified', 'certified spark', 'spark developer', 'developer cca', 'cca 175', 'operating systems linux', 'systems linux ubuntu', 'linux ubuntu windows', 'ubuntu windows 2007', 'windows 2007 08', '2007 08 other', '08 other tools', 'other tools tableau', 'tools tableau svn', 'tableau svn beyond', 'svn beyond compare', 'beyond compare education', 'compare education details', 'education details january', 'details january 2016', 'january 2016 bachelors', '2016 bachelors engineering', 'bachelors engineering engineering', 'engineering engineering gujarat', 'engineering gujarat technological', 'gujarat technological university', 'technological university systems', 'university systems engineer', 'systems engineer hadoop', 'engineer hadoop developer', 'hadoop developer systems', 'developer systems engineer', 'systems engineer hadoop', 'engineer hadoop developer', 'hadoop developer tata', 'developer tata consultancy', 'tata consultancy services', 'consultancy services skill', 'services skill details', 'skill details hadoop', 'details hadoop spark', 'hadoop spark sqoop', 'spark sqoop hive', 'sqoop hive flume', 'hive flume pig', 'flume pig exprience', 'pig exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company tata', 'company tata consultancy', 'tata consultancy services', 'consultancy services description', 'services description roles', 'description roles responsibility', 'roles responsibility working', 'responsibility working american', 'working american pharmaceutical', 'american pharmaceutical company', 'pharmaceutical company one', 'company one world', 'one world premier', 'world premier biopharmaceutical', 'premier biopharmaceutical develops', 'biopharmaceutical develops produces', 'develops produces medicines', 'produces medicines va', 'medicines va ines', 'va ines wide', 'ines wide range', 'wide range medical', 'range medical disciplines', 'medical disciplines including', 'disciplines including immunology', 'including immunology oncology', 'immunology oncology cardiology', 'oncology cardiology endocrinology', 'cardiology endocrinology neurology', 'endocrinology neurology to', 'neurology to handle', 'to handle large', 'handle large amount', 'large amount united', 'amount united healthcare', 'united healthcare data', 'healthcare data big', 'data big data', 'big data analytics', 'data analytics used', 'analytics used data', 'used data possible', 'data possible data', 'possible data sources', 'data sources like', 'sources like records', 'like records patients', 'records patients old', 'patients old new', 'old new records', 'new records medicines', 'records medicines treatment', 'medicines treatment pathways', 'treatment pathways patient', 'pathways patient journey', 'patient journey health', 'journey health outcomes', 'health outcomes patient', 'outcomes patient finder', 'patient finder rare', 'finder rare disease', 'rare disease patient', 'disease patient finder', 'patient finder etc', 'finder etc gathered', 'etc gathered stored', 'gathered stored processed', 'stored processed one', 'processed one place', 'one place worked', 'place worked cluster', 'worked cluster specs', 'cluster specs cluster', 'specs cluster architecture', 'cluster architecture fully', 'architecture fully distributed', 'fully distributed package', 'distributed package used', 'package used cdh3', 'used cdh3 cluster', 'cdh3 cluster capacity', 'cluster capacity 20', 'capacity 20 tb', '20 tb no', 'tb no nodes', 'no nodes 10', 'nodes 10 data', '10 data nodes', 'data nodes 3', 'nodes 3 masters', '3 masters nfs', 'masters nfs backup', 'nfs backup for', 'backup for nn', 'for nn developed', 'nn developed proof', 'developed proof concepts', 'proof concepts enterprise', 'concepts enterprise adoption', 'enterprise adoption hadoop', 'adoption hadoop used', 'hadoop used sparkapi', 'used sparkapi cloudera', 'sparkapi cloudera hadoop', 'cloudera hadoop yarn', 'hadoop yarn perform', 'yarn perform analytics', 'perform analytics healthcare', 'analytics healthcare data', 'healthcare data cloudera', 'data cloudera distribution', 'cloudera distribution responsible', 'distribution responsible cluster', 'responsible cluster maintenance', 'cluster maintenance adding', 'maintenance adding removing', 'adding removing cluster', 'removing cluster nodes', 'cluster nodes cluster', 'nodes cluster monitoring', 'cluster monitoring trouble', 'monitoring trouble shooting', 'trouble shooting manage', 'shooting manage review', 'manage review data', 'review data backups', 'data backups reviewing', 'backups reviewing hadoop', 'reviewing hadoop log', 'hadoop log files', 'log files imported', 'files imported exported', 'imported exported large', 'exported large data', 'large data sets', 'data sets data', 'sets data hdfs', 'data hdfs vice', 'hdfs vice versa', 'vice versa using', 'versa using sqoop', 'using sqoop involved', 'sqoop involved developing', 'involved developing pig', 'developing pig scripts', 'pig scripts hive', 'scripts hive reports', 'hive reports worked', 'reports worked hive', 'worked hive partition', 'hive partition bucketing', 'partition bucketing concepts', 'bucketing concepts created', 'concepts created hive', 'created hive external', 'hive external internal', 'external internal tables', 'internal tables hive', 'tables hive partition', 'hive partition monitoring', 'partition monitoring hadoop', 'monitoring hadoop scripts', 'hadoop scripts take', 'scripts take input', 'take input hdfs', 'input hdfs load', 'hdfs load data', 'load data hive', 'data hive developed', 'hive developed spark', 'developed spark scripts', 'spark scripts using', 'scripts using scala', 'using scala shell', 'scala shell commands', 'shell commands per', 'commands per requirement', 'per requirement worked', 'requirement worked data', 'worked data frames', 'data frames sql', 'frames sql data', 'sql data sets', 'data sets rdd', 'sets rdd mapreduce', 'rdd mapreduce spark', 'mapreduce spark optimizing', 'spark optimizing existing', 'optimizing existing algorithms', 'existing algorithms hadoop', 'algorithms hadoop using', 'hadoop using sparkcontext', 'using sparkcontext spark', 'sparkcontext spark sql', 'spark sql data', 'sql data frames', 'data frames rdd', 'frames rdd collaborated', 'rdd collaborated infrastructure', 'collaborated infrastructure network', 'infrastructure network database', 'network database application', 'database application bi', 'application bi ensure', 'bi ensure data', 'ensure data quality', 'data quality availability', 'quality availability developed', 'availability developed reports', 'developed reports using', 'reports using tableau', 'using tableau exported', 'tableau exported data', 'exported data hdfs', 'data hdfs hive', 'hdfs hive using', 'hive using sqoop', 'using sqoop used', 'sqoop used orc', 'used orc parquet', 'orc parquet file', 'parquet file formats', 'file formats serialization', 'formats serialization data', 'serialization data snappy', 'data snappy compression', 'snappy compression data', 'compression data achievements', 'data achievements appreciation', 'achievements appreciation showing', 'appreciation showing articulate', 'showing articulate leadership', 'articulate leadership qualities', 'leadership qualities work', 'qualities work team', 'work team completed', 'team completed internal', 'completed internal certification', 'internal certification tcs', 'certification tcs certified', 'tcs certified hadoop', 'certified hadoop developer', 'hadoop developer ongoing', 'developer ongoing learning', 'ongoing learning preparing', 'learning preparing scheduled', 'preparing scheduled cloudera', 'scheduled cloudera certified', 'cloudera certified spark', 'certified spark developer', 'spark developer cca', 'developer cca 175', 'operating systems linux ubuntu', 'systems linux ubuntu windows', 'linux ubuntu windows 2007', 'ubuntu windows 2007 08', 'windows 2007 08 other', '2007 08 other tools', '08 other tools tableau', 'other tools tableau svn', 'tools tableau svn beyond', 'tableau svn beyond compare', 'svn beyond compare education', 'beyond compare education details', 'compare education details january', 'education details january 2016', 'details january 2016 bachelors', 'january 2016 bachelors engineering', '2016 bachelors engineering engineering', 'bachelors engineering engineering gujarat', 'engineering engineering gujarat technological', 'engineering gujarat technological university', 'gujarat technological university systems', 'technological university systems engineer', 'university systems engineer hadoop', 'systems engineer hadoop developer', 'engineer hadoop developer systems', 'hadoop developer systems engineer', 'developer systems engineer hadoop', 'systems engineer hadoop developer', 'engineer hadoop developer tata', 'hadoop developer tata consultancy', 'developer tata consultancy services', 'tata consultancy services skill', 'consultancy services skill details', 'services skill details hadoop', 'skill details hadoop spark', 'details hadoop spark sqoop', 'hadoop spark sqoop hive', 'spark sqoop hive flume', 'sqoop hive flume pig', 'hive flume pig exprience', 'flume pig exprience 24', 'pig exprience 24 monthscompany', 'exprience 24 monthscompany details', '24 monthscompany details company', 'monthscompany details company tata', 'details company tata consultancy', 'company tata consultancy services', 'tata consultancy services description', 'consultancy services description roles', 'services description roles responsibility', 'description roles responsibility working', 'roles responsibility working american', 'responsibility working american pharmaceutical', 'working american pharmaceutical company', 'american pharmaceutical company one', 'pharmaceutical company one world', 'company one world premier', 'one world premier biopharmaceutical', 'world premier biopharmaceutical develops', 'premier biopharmaceutical develops produces', 'biopharmaceutical develops produces medicines', 'develops produces medicines va', 'produces medicines va ines', 'medicines va ines wide', 'va ines wide range', 'ines wide range medical', 'wide range medical disciplines', 'range medical disciplines including', 'medical disciplines including immunology', 'disciplines including immunology oncology', 'including immunology oncology cardiology', 'immunology oncology cardiology endocrinology', 'oncology cardiology endocrinology neurology', 'cardiology endocrinology neurology to', 'endocrinology neurology to handle', 'neurology to handle large', 'to handle large amount', 'handle large amount united', 'large amount united healthcare', 'amount united healthcare data', 'united healthcare data big', 'healthcare data big data', 'data big data analytics', 'big data analytics used', 'data analytics used data', 'analytics used data possible', 'used data possible data', 'data possible data sources', 'possible data sources like', 'data sources like records', 'sources like records patients', 'like records patients old', 'records patients old new', 'patients old new records', 'old new records medicines', 'new records medicines treatment', 'records medicines treatment pathways', 'medicines treatment pathways patient', 'treatment pathways patient journey', 'pathways patient journey health', 'patient journey health outcomes', 'journey health outcomes patient', 'health outcomes patient finder', 'outcomes patient finder rare', 'patient finder rare disease', 'finder rare disease patient', ...], ['areas', 'expertise', 'big', 'data', 'ecosystems', 'hadoop', 'hdfs', 'mapreduce', 'hive', 'pig', 'sqoop', 'hbase', 'oozie', 'spark', 'pyspark', 'hue', 'knowledge', 'cassandra', 'programming', 'languages', 'python', 'core', 'java', 'idea', 'scala', 'databases', 'oracle', '10g', 'mysql', 'sqlserver', 'nosql', 'hbase', 'cassandra', 'tools', 'eclipse', 'toad', 'ftp', 'tectia', 'putty', 'autosys', 'anaconda', 'jupyter', 'notebool', 'devops', 'c', 'rlm', 'scripting', 'languages', 'jsp', 'platforms', 'windows', 'unixeducation', 'details', 'm', 'tech', 'it', 'dbs', 'b', 'tech', 'cse', 'srm', 'university', 'software', 'engineer', 'software', 'engineer', 'larsen', 'toubro', 'skill', 'details', 'company', 'details', 'company', 'larsen', 'toubro', 'description', 'worked', 'software', 'engineer', 'technosoft', 'corporation', 'chennai', 'aug', '2015', 'sep', '2016', 'company', 'current', 'project', 'description', 'duration', 'september', '2016', 'till', 'date', 'vendor', 'citi', 'bank', 'description', 'citibank', 'citi', 'anti', 'money', 'laundering', 'aml', 'transaction', 'monitoring', 'tm', 'program', 'future', 'state', 'solution', 'rules', 'based', 'system', 'transaction', 'monitoring', 'icg', 'markets', 'business', 'roles', 'responesbilities', 'building', 'providing', 'domain', 'knowledge', 'anti', 'money', 'laundering', 'among', 'team', 'members', 'the', 'layered', 'architecture', 'data', 'warehouse', 'workspace', 'layers', 'used', 'business', 'analysts', 'actively', 'involved', 'designing', 'star', 'schema', 'model', 'involving', 'various', 'dimensions', 'fact', 'tables', 'designed', 'scd2', 'maintaining', 'history', 'dim', 'data', 'developing', 'hive', 'queries', 'mapping', 'data', 'different', 'layers', 'architecture', 'usage', 'oozie', 'workflows', 'integration', 'data', 'quality', 'reconciliation', 'module', 'regression', 'integration', 'testing', 'solution', 'issues', 'integration', 'modules', 'effectively', 'testing', 'data', 'flow', 'layer', 'layer', 'transaction', 'monitoring', 'system', 'development', 'generate', 'alerts', 'suspicious', 'fraudulent', 'transactions', 'based', 'requirements', 'provide', 'bas', 'developing', 'spark', 'jobs', 'various', 'business', 'rules', 'learning', 'machine', 'learning', 'used', 'project', 'developing', 'effective', 'model', 'fraud', 'detection', 'anti', 'money', 'laundering', 'system', 'scheduling', 'jobs', 'using', 'autosys', 'tool', 'deployment', 'code', 'management', 'using', 'c', 'rlm', 'release', 'lifecycle', 'management', 'hadoop', 'developer', 'current', 'project', 'p', 's', 'ran', 'environment', 'hadoop', '2', 'x', 'hdfs', 'yarn', 'hive', 'sqoop', 'hbase', 'tez', 'tableau', 'sqlserver', 'teradata', 'cluster', 'size', '96', 'node', 'cluster', 'distribution', 'horton', 'works', 'hdp2', '3', 'company', 'alcatel', 'lucent', 'description', '1x', 'ruckus', 'wireless', 'description', 'the', 'scope', 'project', 'maintain', 'store', 'operational', 'parameters', 'data', 'collected', 'multiple', 'vendors', 'networks', 'mediation', 'team', 'oms', 'data', 'store', 'make', 'available', 'rf', 'engineers', 'boost', 'network', 'performance', 'responsibilities', 'working', 'hadoop', 'distributed', 'file', 'system', 'involved', 'importing', 'data', 'mysql', 'hdfs', 'using', 'sqoop', 'involved', 'creating', 'hive', 'tables', 'loading', 'data', 'writing', 'hive', 'queries', 'run', 'top', 'tez', 'execution', 'engine', 'involved', 'preparing', 'test', 'cases', 'document', 'involved', 'integrating', 'hive', 'hbase', 'store', 'operational', 'data', 'monitoring', 'jobs', 'oozie', 'company', 'current', 'project', 'description', 'anti', 'money', 'laundering', 'environment', 'hadoop', '2', 'x', 'hdfs', 'yarn', 'hive', 'oozie', 'spark', 'unix', 'autosys', 'python', 'c', 'rlm', 'etl', 'framwe', 'work', 'cluster', 'size', '56', 'node', 'cluster', 'distribution', 'cloudera', '5', '9', '14', 'areas expertise', 'expertise big', 'big data', 'data ecosystems', 'ecosystems hadoop', 'hadoop hdfs', 'hdfs mapreduce', 'mapreduce hive', 'hive pig', 'pig sqoop', 'sqoop hbase', 'hbase oozie', 'oozie spark', 'spark pyspark', 'pyspark hue', 'hue knowledge', 'knowledge cassandra', 'cassandra programming', 'programming languages', 'languages python', 'python core', 'core java', 'java idea', 'idea scala', 'scala databases', 'databases oracle', 'oracle 10g', '10g mysql', 'mysql sqlserver', 'sqlserver nosql', 'nosql hbase', 'hbase cassandra', 'cassandra tools', 'tools eclipse', 'eclipse toad', 'toad ftp', 'ftp tectia', 'tectia putty', 'putty autosys', 'autosys anaconda', 'anaconda jupyter', 'jupyter notebool', 'notebool devops', 'devops c', 'c rlm', 'rlm scripting', 'scripting languages', 'languages jsp', 'jsp platforms', 'platforms windows', 'windows unixeducation', 'unixeducation details', 'details m', 'm tech', 'tech it', 'it dbs', 'dbs b', 'b tech', 'tech cse', 'cse srm', 'srm university', 'university software', 'software engineer', 'engineer software', 'software engineer', 'engineer larsen', 'larsen toubro', 'toubro skill', 'skill details', 'details company', 'company details', 'details company', 'company larsen', 'larsen toubro', 'toubro description', 'description worked', 'worked software', 'software engineer', 'engineer technosoft', 'technosoft corporation', 'corporation chennai', 'chennai aug', 'aug 2015', '2015 sep', 'sep 2016', '2016 company', 'company current', 'current project', 'project description', 'description duration', 'duration september', 'september 2016', '2016 till', 'till date', 'date vendor', 'vendor citi', 'citi bank', 'bank description', 'description citibank', 'citibank citi', 'citi anti', 'anti money', 'money laundering', 'laundering aml', 'aml transaction', 'transaction monitoring', 'monitoring tm', 'tm program', 'program future', 'future state', 'state solution', 'solution rules', 'rules based', 'based system', 'system transaction', 'transaction monitoring', 'monitoring icg', 'icg markets', 'markets business', 'business roles', 'roles responesbilities', 'responesbilities building', 'building providing', 'providing domain', 'domain knowledge', 'knowledge anti', 'anti money', 'money laundering', 'laundering among', 'among team', 'team members', 'members the', 'the layered', 'layered architecture', 'architecture data', 'data warehouse', 'warehouse workspace', 'workspace layers', 'layers used', 'used business', 'business analysts', 'analysts actively', 'actively involved', 'involved designing', 'designing star', 'star schema', 'schema model', 'model involving', 'involving various', 'various dimensions', 'dimensions fact', 'fact tables', 'tables designed', 'designed scd2', 'scd2 maintaining', 'maintaining history', 'history dim', 'dim data', 'data developing', 'developing hive', 'hive queries', 'queries mapping', 'mapping data', 'data different', 'different layers', 'layers architecture', 'architecture usage', 'usage oozie', 'oozie workflows', 'workflows integration', 'integration data', 'data quality', 'quality reconciliation', 'reconciliation module', 'module regression', 'regression integration', 'integration testing', 'testing solution', 'solution issues', 'issues integration', 'integration modules', 'modules effectively', 'effectively testing', 'testing data', 'data flow', 'flow layer', 'layer layer', 'layer transaction', 'transaction monitoring', 'monitoring system', 'system development', 'development generate', 'generate alerts', 'alerts suspicious', 'suspicious fraudulent', 'fraudulent transactions', 'transactions based', 'based requirements', 'requirements provide', 'provide bas', 'bas developing', 'developing spark', 'spark jobs', 'jobs various', 'various business', 'business rules', 'rules learning', 'learning machine', 'machine learning', 'learning used', 'used project', 'project developing', 'developing effective', 'effective model', 'model fraud', 'fraud detection', 'detection anti', 'anti money', 'money laundering', 'laundering system', 'system scheduling', 'scheduling jobs', 'jobs using', 'using autosys', 'autosys tool', 'tool deployment', 'deployment code', 'code management', 'management using', 'using c', 'c rlm', 'rlm release', 'release lifecycle', 'lifecycle management', 'management hadoop', 'hadoop developer', 'developer current', 'current project', 'project p', 'p s', 's ran', 'ran environment', 'environment hadoop', 'hadoop 2', '2 x', 'x hdfs', 'hdfs yarn', 'yarn hive', 'hive sqoop', 'sqoop hbase', 'hbase tez', 'tez tableau', 'tableau sqlserver', 'sqlserver teradata', 'teradata cluster', 'cluster size', 'size 96', '96 node', 'node cluster', 'cluster distribution', 'distribution horton', 'horton works', 'works hdp2', 'hdp2 3', '3 company', 'company alcatel', 'alcatel lucent', 'lucent description', 'description 1x', '1x ruckus', 'ruckus wireless', 'wireless description', 'description the', 'the scope', 'scope project', 'project maintain', 'maintain store', 'store operational', 'operational parameters', 'parameters data', 'data collected', 'collected multiple', 'multiple vendors', 'vendors networks', 'networks mediation', 'mediation team', 'team oms', 'oms data', 'data store', 'store make', 'make available', 'available rf', 'rf engineers', 'engineers boost', 'boost network', 'network performance', 'performance responsibilities', 'responsibilities working', 'working hadoop', 'hadoop distributed', 'distributed file', 'file system', 'system involved', 'involved importing', 'importing data', 'data mysql', 'mysql hdfs', 'hdfs using', 'using sqoop', 'sqoop involved', 'involved creating', 'creating hive', 'hive tables', 'tables loading', 'loading data', 'data writing', 'writing hive', 'hive queries', 'queries run', 'run top', 'top tez', 'tez execution', 'execution engine', 'engine involved', 'involved preparing', 'preparing test', 'test cases', 'cases document', 'document involved', 'involved integrating', 'integrating hive', 'hive hbase', 'hbase store', 'store operational', 'operational data', 'data monitoring', 'monitoring jobs', 'jobs oozie', 'oozie company', 'company current', 'current project', 'project description', 'description anti', 'anti money', 'money laundering', 'laundering environment', 'environment hadoop', 'hadoop 2', '2 x', 'x hdfs', 'hdfs yarn', 'yarn hive', 'hive oozie', 'oozie spark', 'spark unix', 'unix autosys', 'autosys python', 'python c', 'c rlm', 'rlm etl', 'etl framwe', 'framwe work', 'work cluster', 'cluster size', 'size 56', '56 node', 'node cluster', 'cluster distribution', 'distribution cloudera', 'cloudera 5', '5 9', '9 14', 'areas expertise big', 'expertise big data', 'big data ecosystems', 'data ecosystems hadoop', 'ecosystems hadoop hdfs', 'hadoop hdfs mapreduce', 'hdfs mapreduce hive', 'mapreduce hive pig', 'hive pig sqoop', 'pig sqoop hbase', 'sqoop hbase oozie', 'hbase oozie spark', 'oozie spark pyspark', 'spark pyspark hue', 'pyspark hue knowledge', 'hue knowledge cassandra', 'knowledge cassandra programming', 'cassandra programming languages', 'programming languages python', 'languages python core', 'python core java', 'core java idea', 'java idea scala', 'idea scala databases', 'scala databases oracle', 'databases oracle 10g', 'oracle 10g mysql', '10g mysql sqlserver', 'mysql sqlserver nosql', 'sqlserver nosql hbase', 'nosql hbase cassandra', 'hbase cassandra tools', 'cassandra tools eclipse', 'tools eclipse toad', 'eclipse toad ftp', 'toad ftp tectia', 'ftp tectia putty', 'tectia putty autosys', 'putty autosys anaconda', 'autosys anaconda jupyter', 'anaconda jupyter notebool', 'jupyter notebool devops', 'notebool devops c', 'devops c rlm', 'c rlm scripting', 'rlm scripting languages', 'scripting languages jsp', 'languages jsp platforms', 'jsp platforms windows', 'platforms windows unixeducation', 'windows unixeducation details', 'unixeducation details m', 'details m tech', 'm tech it', 'tech it dbs', 'it dbs b', 'dbs b tech', 'b tech cse', 'tech cse srm', 'cse srm university', 'srm university software', 'university software engineer', 'software engineer software', 'engineer software engineer', 'software engineer larsen', 'engineer larsen toubro', 'larsen toubro skill', 'toubro skill details', 'skill details company', 'details company details', 'company details company', 'details company larsen', 'company larsen toubro', 'larsen toubro description', 'toubro description worked', 'description worked software', 'worked software engineer', 'software engineer technosoft', 'engineer technosoft corporation', 'technosoft corporation chennai', 'corporation chennai aug', 'chennai aug 2015', 'aug 2015 sep', '2015 sep 2016', 'sep 2016 company', '2016 company current', 'company current project', 'current project description', 'project description duration', 'description duration september', 'duration september 2016', 'september 2016 till', '2016 till date', 'till date vendor', 'date vendor citi', 'vendor citi bank', 'citi bank description', 'bank description citibank', 'description citibank citi', 'citibank citi anti', 'citi anti money', 'anti money laundering', 'money laundering aml', 'laundering aml transaction', 'aml transaction monitoring', 'transaction monitoring tm', 'monitoring tm program', 'tm program future', 'program future state', 'future state solution', 'state solution rules', 'solution rules based', 'rules based system', 'based system transaction', 'system transaction monitoring', 'transaction monitoring icg', 'monitoring icg markets', 'icg markets business', 'markets business roles', 'business roles responesbilities', 'roles responesbilities building', 'responesbilities building providing', 'building providing domain', 'providing domain knowledge', 'domain knowledge anti', 'knowledge anti money', 'anti money laundering', 'money laundering among', 'laundering among team', 'among team members', 'team members the', 'members the layered', 'the layered architecture', 'layered architecture data', 'architecture data warehouse', 'data warehouse workspace', 'warehouse workspace layers', 'workspace layers used', 'layers used business', 'used business analysts', 'business analysts actively', 'analysts actively involved', 'actively involved designing', 'involved designing star', 'designing star schema', 'star schema model', 'schema model involving', 'model involving various', 'involving various dimensions', 'various dimensions fact', 'dimensions fact tables', 'fact tables designed', 'tables designed scd2', 'designed scd2 maintaining', 'scd2 maintaining history', 'maintaining history dim', 'history dim data', 'dim data developing', 'data developing hive', 'developing hive queries', 'hive queries mapping', 'queries mapping data', 'mapping data different', 'data different layers', 'different layers architecture', 'layers architecture usage', 'architecture usage oozie', 'usage oozie workflows', 'oozie workflows integration', 'workflows integration data', 'integration data quality', 'data quality reconciliation', 'quality reconciliation module', 'reconciliation module regression', 'module regression integration', 'regression integration testing', 'integration testing solution', 'testing solution issues', 'solution issues integration', 'issues integration modules', 'integration modules effectively', 'modules effectively testing', 'effectively testing data', 'testing data flow', 'data flow layer', 'flow layer layer', 'layer layer transaction', 'layer transaction monitoring', 'transaction monitoring system', 'monitoring system development', 'system development generate', 'development generate alerts', 'generate alerts suspicious', 'alerts suspicious fraudulent', 'suspicious fraudulent transactions', 'fraudulent transactions based', 'transactions based requirements', 'based requirements provide', 'requirements provide bas', 'provide bas developing', 'bas developing spark', 'developing spark jobs', 'spark jobs various', 'jobs various business', 'various business rules', 'business rules learning', 'rules learning machine', 'learning machine learning', 'machine learning used', 'learning used project', 'used project developing', 'project developing effective', 'developing effective model', 'effective model fraud', 'model fraud detection', 'fraud detection anti', 'detection anti money', 'anti money laundering', 'money laundering system', 'laundering system scheduling', 'system scheduling jobs', 'scheduling jobs using', 'jobs using autosys', 'using autosys tool', 'autosys tool deployment', 'tool deployment code', 'deployment code management', 'code management using', 'management using c', 'using c rlm', 'c rlm release', 'rlm release lifecycle', 'release lifecycle management', 'lifecycle management hadoop', 'management hadoop developer', 'hadoop developer current', 'developer current project', 'current project p', 'project p s', 'p s ran', 's ran environment', 'ran environment hadoop', 'environment hadoop 2', 'hadoop 2 x', '2 x hdfs', 'x hdfs yarn', 'hdfs yarn hive', 'yarn hive sqoop', 'hive sqoop hbase', 'sqoop hbase tez', 'hbase tez tableau', 'tez tableau sqlserver', 'tableau sqlserver teradata', 'sqlserver teradata cluster', 'teradata cluster size', ...], ['technical', 'skill', 'set', 'programming', 'languages', 'apache', 'hadoop', 'python', 'shell', 'scripting', 'sql', 'technologies', 'hive', 'pig', 'sqoop', 'flume', 'oozie', 'impala', 'hdfs', 'tools', 'dataiku', 'unravel', 'cloudera', 'putty', 'hue', 'cloudera', 'manager', 'eclipse', 'resource', 'manager', 'initial', 'learning', 'program', 'tata', 'consultancy', 'services', 'june', '2015', 'august', '2015', 'description', 'this', 'learning', 'program', 'conducted', 'tcs', 'newly', 'joined', 'employees', 'omplish', 'learn', 'working', 'standard', 'organization', 'during', 'period', 'employee', 'groomed', 'various', 'technical', 'well', 'ethical', 'aspects', 'education', 'details', 'b', 'e', 'electronics', 'communication', 'indore', 'madhya', 'pradesh', 'medi', 'caps', 'institute', 'technology', 'management', 'hadoop', 'developer', 'hadoop', 'hive', 'sqoop', 'flume', 'pig', 'mapreduce', 'python', 'impala', 'spark', 'scala', 'sql', 'unix', 'skill', 'details', 'apache', 'hadoop', 'sqoop', 'exprience', '31', 'months', 'hadoop', 'exprience', '31', 'months', 'hadoop', 'exprience', '31', 'months', 'hive', 'exprience', '31', 'months', 'sqoop', 'exprience', '31', 'months', 'python', 'exprience', 'less', '1', 'year', 'months', 'hdfs', 'exprience', 'less', '1', 'year', 'months', 'unix', 'exprience', 'less', '1', 'year', 'months', 'impala', 'exprience', 'less', '1', 'year', 'months', 'pig', 'exprience', 'less', '1', 'year', 'months', 'unravel', 'exprience', 'less', '1', 'year', 'months', 'mapreduce', 'exprience', 'less', '1', 'year', 'months', 'dataiku', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'tata', 'consultancy', 'services', 'description', 'project', 'description', 'data', 'warehouse', 'division', 'multiple', 'products', 'injecting', 'storing', 'analysing', 'presenting', 'data', 'the', 'data', 'lake', 'program', 'started', 'provide', 'multi', 'talent', 'secure', 'data', 'hub', 'store', 'application', 'data', 'hadoop', 'platform', 'strong', 'data', 'governance', 'lineage', 'auditing', 'monitoring', 'capabilities', 'the', 'object', 'project', 'provide', 'necessary', 'engineering', 'support', 'analytics', 'application', 'teams', 'focus', 'business', 'logic', 'development', 'in', 'project', 'major', 'task', 'set', 'hadoop', 'cluster', 'govern', 'activities', 'required', 'smooth', 'functioning', 'various', 'hadoop', 'ecosystems', 'as', 'day', 'day', 'data', 'increasing', 'provide', 'stability', 'ecosystem', 'smooth', 'working', 'developing', 'automating', 'various', 'requirement', 'specific', 'utilities', 'responsibility', '1', 'developed', 'proactive', 'health', 'check', 'utility', 'data', 'lake', 'the', 'utility', 'proactively', 'checks', 'smooth', 'functioning', 'hadoop', 'components', 'cluster', 'sends', 'result', 'email', 'html', 'format', 'the', 'utility', 'used', 'daily', 'health', 'checks', 'well', 'upgrades', '2', 'getting', 'data', 'different', 'formats', 'processing', 'data', 'hadoop', 'ecosystem', 'filtering', 'data', 'using', 'appropriate', 'techniques', '3', 'developed', 'data', 'pipeline', 'utility', 'ingest', 'data', 'rdbms', 'database', 'hive', 'external', 'tables', 'using', 'sqoop', 'commands', 'the', 'utility', 'also', 'offers', 'data', 'quality', 'check', 'like', 'row', 'count', 'validation', '4', 'developed', 'automated', 'various', 'cluster', 'health', 'check', 'usage', 'capacity', 'related', 'reports', 'using', 'unix', 'shell', 'scripting', '5', 'optimization', 'hive', 'queries', 'order', 'increase', 'performance', 'minimize', 'hadoop', 'resource', 'utilizations', '6', 'creating', 'flume', 'agents', 'process', 'data', 'hadoop', 'ecosystem', 'side', '7', 'performed', 'benchmark', 'testing', 'hive', 'queries', 'impala', 'queries', '8', 'involved', 'setting', 'cluster', 'components', 'like', 'edge', 'node', 'ha', 'implementation', 'services', 'hive', 'server2', 'impala', 'hdfs', '9', 'filtering', 'required', 'data', 'available', 'data', 'using', 'different', 'technologies', 'like', 'pig', 'regex', 'serde', 'etc', '10', 'dataiku', 'benchmark', 'testing', 'top', 'impala', 'hive', 'compare', 'greenplum', 'database', '11', 'moving', 'data', 'greenplum', 'database', 'hadoop', 'side', 'help', 'sqoop', 'pipeline', 'process', 'data', 'hadoop', 'side', 'storing', 'data', 'hive', 'tables', 'performance', 'testing', '12', 'dealing', 'hadoop', 'ecosystem', 'related', 'issues', 'order', 'provide', 'stability', 'wm', 'hadoop', 'ecosystem', '13', 'rescheduling', 'job', 'autosys', 'job', 'hosting', 'tws', 'job', 'hosting', 'better', 'performance', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'authentic', 'best', 'knowledge', 'company', 'tata', 'consultancy', 'services', 'description', 'clients', '1', 'barclays', '2', 'union', 'bank', 'california', 'ubc', '3', 'morgan', 'stanley', 'ms', 'key', 'projects', 'handled', 'project', 'name', 'absa', 'reconciliations', 'ubc', 'wmdatalake', 'coe', 'company', 'tata', 'consultancy', 'services', 'description', 'project', 'description', 'migration', 'data', 'rdbms', 'database', 'hive', 'hadoop', 'ecosystem', 'hadoop', 'platform', 'ability', 'strong', 'data', 'governance', 'lineage', 'auditing', 'monitoring', 'capabilities', 'the', 'objective', 'project', 'speed', 'data', 'processing', 'analysis', 'decision', 'making', 'become', 'easy', 'due', 'rdbms', 'limitations', 'process', 'waste', 'amount', 'data', 'produce', 'results', 'earliest', 'client', 'wanted', 'move', 'data', 'hadoop', 'ecosystem', 'come', 'limitations', 'focus', 'business', 'improvement', 'responsibility', '1', 'optimising', 'sql', 'queries', 'data', 'required', 'move', 'rdbms', 'platform', '2', 'writing', 'hive', 'queries', 'logic', 'move', 'data', 'rdbms', 'hadoop', 'ecosystem', '3', 'writing', 'hive', 'queries', 'analyse', 'required', 'data', 'per', 'business', 'requirements', '4', 'optimization', 'hive', 'queries', 'order', 'increase', 'performance', 'minimize', 'hadoop', 'resource', 'utilizations', '5', 'writing', 'sqoop', 'commands', 'scripts', 'move', 'data', 'rdbms', 'hadoop', 'side', 'company', 'tata', 'consultancy', 'services', 'description', 'project', 'description', 'create', 'recs', 'migrating', 'static', 'setup', 'reconciliations', '8', '1', 'version', '9', '1', 'version', 'environment', 'intellimatch', 'responsibility', '1', 'have', 'worked', 'extracting', 'business', 'requirements', 'analyzing', 'implementing', 'developing', 'recs', '2', 'worked', 'migrating', 'static', 'setup', 'reconciliations', '8', '1', 'version', '9', '1', 'version', 'environment', 'intellimatch', '3', 'done', 'back', 'end', 'work', 'things', 'related', 'writing', 'sql', 'queries', 'provide', 'data', 'new', 'recs', 'project', 'name', 'pso', 'technical skill', 'skill set', 'set programming', 'programming languages', 'languages apache', 'apache hadoop', 'hadoop python', 'python shell', 'shell scripting', 'scripting sql', 'sql technologies', 'technologies hive', 'hive pig', 'pig sqoop', 'sqoop flume', 'flume oozie', 'oozie impala', 'impala hdfs', 'hdfs tools', 'tools dataiku', 'dataiku unravel', 'unravel cloudera', 'cloudera putty', 'putty hue', 'hue cloudera', 'cloudera manager', 'manager eclipse', 'eclipse resource', 'resource manager', 'manager initial', 'initial learning', 'learning program', 'program tata', 'tata consultancy', 'consultancy services', 'services june', 'june 2015', '2015 august', 'august 2015', '2015 description', 'description this', 'this learning', 'learning program', 'program conducted', 'conducted tcs', 'tcs newly', 'newly joined', 'joined employees', 'employees omplish', 'omplish learn', 'learn working', 'working standard', 'standard organization', 'organization during', 'during period', 'period employee', 'employee groomed', 'groomed various', 'various technical', 'technical well', 'well ethical', 'ethical aspects', 'aspects education', 'education details', 'details b', 'b e', 'e electronics', 'electronics communication', 'communication indore', 'indore madhya', 'madhya pradesh', 'pradesh medi', 'medi caps', 'caps institute', 'institute technology', 'technology management', 'management hadoop', 'hadoop developer', 'developer hadoop', 'hadoop hive', 'hive sqoop', 'sqoop flume', 'flume pig', 'pig mapreduce', 'mapreduce python', 'python impala', 'impala spark', 'spark scala', 'scala sql', 'sql unix', 'unix skill', 'skill details', 'details apache', 'apache hadoop', 'hadoop sqoop', 'sqoop exprience', 'exprience 31', '31 months', 'months hadoop', 'hadoop exprience', 'exprience 31', '31 months', 'months hadoop', 'hadoop exprience', 'exprience 31', '31 months', 'months hive', 'hive exprience', 'exprience 31', '31 months', 'months sqoop', 'sqoop exprience', 'exprience 31', '31 months', 'months python', 'python exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months hdfs', 'hdfs exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months unix', 'unix exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months impala', 'impala exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months pig', 'pig exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months unravel', 'unravel exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months mapreduce', 'mapreduce exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months dataiku', 'dataiku exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company tata', 'tata consultancy', 'consultancy services', 'services description', 'description project', 'project description', 'description data', 'data warehouse', 'warehouse division', 'division multiple', 'multiple products', 'products injecting', 'injecting storing', 'storing analysing', 'analysing presenting', 'presenting data', 'data the', 'the data', 'data lake', 'lake program', 'program started', 'started provide', 'provide multi', 'multi talent', 'talent secure', 'secure data', 'data hub', 'hub store', 'store application', 'application data', 'data hadoop', 'hadoop platform', 'platform strong', 'strong data', 'data governance', 'governance lineage', 'lineage auditing', 'auditing monitoring', 'monitoring capabilities', 'capabilities the', 'the object', 'object project', 'project provide', 'provide necessary', 'necessary engineering', 'engineering support', 'support analytics', 'analytics application', 'application teams', 'teams focus', 'focus business', 'business logic', 'logic development', 'development in', 'in project', 'project major', 'major task', 'task set', 'set hadoop', 'hadoop cluster', 'cluster govern', 'govern activities', 'activities required', 'required smooth', 'smooth functioning', 'functioning various', 'various hadoop', 'hadoop ecosystems', 'ecosystems as', 'as day', 'day day', 'day data', 'data increasing', 'increasing provide', 'provide stability', 'stability ecosystem', 'ecosystem smooth', 'smooth working', 'working developing', 'developing automating', 'automating various', 'various requirement', 'requirement specific', 'specific utilities', 'utilities responsibility', 'responsibility 1', '1 developed', 'developed proactive', 'proactive health', 'health check', 'check utility', 'utility data', 'data lake', 'lake the', 'the utility', 'utility proactively', 'proactively checks', 'checks smooth', 'smooth functioning', 'functioning hadoop', 'hadoop components', 'components cluster', 'cluster sends', 'sends result', 'result email', 'email html', 'html format', 'format the', 'the utility', 'utility used', 'used daily', 'daily health', 'health checks', 'checks well', 'well upgrades', 'upgrades 2', '2 getting', 'getting data', 'data different', 'different formats', 'formats processing', 'processing data', 'data hadoop', 'hadoop ecosystem', 'ecosystem filtering', 'filtering data', 'data using', 'using appropriate', 'appropriate techniques', 'techniques 3', '3 developed', 'developed data', 'data pipeline', 'pipeline utility', 'utility ingest', 'ingest data', 'data rdbms', 'rdbms database', 'database hive', 'hive external', 'external tables', 'tables using', 'using sqoop', 'sqoop commands', 'commands the', 'the utility', 'utility also', 'also offers', 'offers data', 'data quality', 'quality check', 'check like', 'like row', 'row count', 'count validation', 'validation 4', '4 developed', 'developed automated', 'automated various', 'various cluster', 'cluster health', 'health check', 'check usage', 'usage capacity', 'capacity related', 'related reports', 'reports using', 'using unix', 'unix shell', 'shell scripting', 'scripting 5', '5 optimization', 'optimization hive', 'hive queries', 'queries order', 'order increase', 'increase performance', 'performance minimize', 'minimize hadoop', 'hadoop resource', 'resource utilizations', 'utilizations 6', '6 creating', 'creating flume', 'flume agents', ...], ['technical', 'skills', 'programming', 'languages', 'c', 'c', 'java', 'net', 'j2ee', 'html5', 'css', 'mapreduce', 'scripting', 'languages', 'javascript', 'python', 'databases', 'oracle', 'pl', 'sql', 'my', 'sql', 'ibm', 'db2', 'tools', 'ibm', 'rational', 'rose', 'r', 'weka', 'operating', 'systems', 'windows', 'xp', 'vista', 'unix', 'windows', '7', 'red', 'hat', '7education', 'details', 'january', '2015', 'b', 'e', 'pimpri', 'chinchwad', 'maharashtra', 'in', 'pimpri', 'chinchwad', 'college', 'engineering', 'january', '2012', 'diploma', 'msbte', 'dnyanganaga', 'polytechnic', 's', 's', 'c', 'new', 'english', 'school', 'takali', 'hadoop', 'big', 'data', 'developer', 'hadoop', 'big', 'data', 'developer', 'british', 'telecom', 'skill', 'details', 'apache', 'hadoop', 'mapreduce', 'exprience', '37', 'months', 'mapreduce', 'exprience', '37', 'months', 'mapreduce', 'exprience', '37', 'months', 'java', 'exprience', '32', 'months', 'net', 'exprience', '6', 'monthscompany', 'details', 'company', 'british', 'telecom', 'description', 'project', 'british', 'telecom', 'project', 'uk', 'responsibilities', 'working', 'hdfs', 'mapreduce', 'hive', 'spark', 'scala', 'sqoop', 'kerberos', 'etc', 'technologies', 'implemented', 'various', 'data', 'mining', 'algorithms', 'spark', 'like', 'k', 'means', 'clustering', 'random', 'forest', 'na', 'bayes', 'etc', 'a', 'knowledge', 'installing', 'configuring', 'maintaining', 'securing', 'hadoop', 'company', 'dxc', 'technology', 'description', 'hpe', 'legacy', 'bangalore', 'worked', 'hadoop', 'java', 'programming', 'worked', 'azure', 'aws', 'emr', 'services', 'worked', 'hdinsight', 'hadoop', 'cluster', 'design', 'develop', 'document', 'architect', 'hadoop', 'applications', 'develop', 'mapreduce', 'coding', 'works', 'seamlessly', 'hadoop', 'clusters', 'analyzing', 'processing', 'large', 'data', 'sets', 'hdfs', 'an', 'analytical', 'bent', 'mind', 'ability', 'learn', 'unlearn', 'relearn', 'surely', 'comes', 'handy', 'technical skills', 'skills programming', 'programming languages', 'languages c', 'c c', 'c java', 'java net', 'net j2ee', 'j2ee html5', 'html5 css', 'css mapreduce', 'mapreduce scripting', 'scripting languages', 'languages javascript', 'javascript python', 'python databases', 'databases oracle', 'oracle pl', 'pl sql', 'sql my', 'my sql', 'sql ibm', 'ibm db2', 'db2 tools', 'tools ibm', 'ibm rational', 'rational rose', 'rose r', 'r weka', 'weka operating', 'operating systems', 'systems windows', 'windows xp', 'xp vista', 'vista unix', 'unix windows', 'windows 7', '7 red', 'red hat', 'hat 7education', '7education details', 'details january', 'january 2015', '2015 b', 'b e', 'e pimpri', 'pimpri chinchwad', 'chinchwad maharashtra', 'maharashtra in', 'in pimpri', 'pimpri chinchwad', 'chinchwad college', 'college engineering', 'engineering january', 'january 2012', '2012 diploma', 'diploma msbte', 'msbte dnyanganaga', 'dnyanganaga polytechnic', 'polytechnic s', 's s', 's c', 'c new', 'new english', 'english school', 'school takali', 'takali hadoop', 'hadoop big', 'big data', 'data developer', 'developer hadoop', 'hadoop big', 'big data', 'data developer', 'developer british', 'british telecom', 'telecom skill', 'skill details', 'details apache', 'apache hadoop', 'hadoop mapreduce', 'mapreduce exprience', 'exprience 37', '37 months', 'months mapreduce', 'mapreduce exprience', 'exprience 37', '37 months', 'months mapreduce', 'mapreduce exprience', 'exprience 37', '37 months', 'months java', 'java exprience', 'exprience 32', '32 months', 'months net', 'net exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company british', 'british telecom', 'telecom description', 'description project', 'project british', 'british telecom', 'telecom project', 'project uk', 'uk responsibilities', 'responsibilities working', 'working hdfs', 'hdfs mapreduce', 'mapreduce hive', 'hive spark', 'spark scala', 'scala sqoop', 'sqoop kerberos', 'kerberos etc', 'etc technologies', 'technologies implemented', 'implemented various', 'various data', 'data mining', 'mining algorithms', 'algorithms spark', 'spark like', 'like k', 'k means', 'means clustering', 'clustering random', 'random forest', 'forest na', 'na bayes', 'bayes etc', 'etc a', 'a knowledge', 'knowledge installing', 'installing configuring', 'configuring maintaining', 'maintaining securing', 'securing hadoop', 'hadoop company', 'company dxc', 'dxc technology', 'technology description', 'description hpe', 'hpe legacy', 'legacy bangalore', 'bangalore worked', 'worked hadoop', 'hadoop java', 'java programming', 'programming worked', 'worked azure', 'azure aws', 'aws emr', 'emr services', 'services worked', 'worked hdinsight', 'hdinsight hadoop', 'hadoop cluster', 'cluster design', 'design develop', 'develop document', 'document architect', 'architect hadoop', 'hadoop applications', 'applications develop', 'develop mapreduce', 'mapreduce coding', 'coding works', 'works seamlessly', 'seamlessly hadoop', 'hadoop clusters', 'clusters analyzing', 'analyzing processing', 'processing large', 'large data', 'data sets', 'sets hdfs', 'hdfs an', 'an analytical', 'analytical bent', 'bent mind', 'mind ability', 'ability learn', 'learn unlearn', 'unlearn relearn', 'relearn surely', 'surely comes', 'comes handy', 'technical skills programming', 'skills programming languages', 'programming languages c', 'languages c c', 'c c java', 'c java net', 'java net j2ee', 'net j2ee html5', 'j2ee html5 css', 'html5 css mapreduce', 'css mapreduce scripting', 'mapreduce scripting languages', 'scripting languages javascript', 'languages javascript python', 'javascript python databases', 'python databases oracle', 'databases oracle pl', 'oracle pl sql', 'pl sql my', 'sql my sql', 'my sql ibm', 'sql ibm db2', 'ibm db2 tools', 'db2 tools ibm', 'tools ibm rational', 'ibm rational rose', 'rational rose r', 'rose r weka', 'r weka operating', 'weka operating systems', 'operating systems windows', 'systems windows xp', 'windows xp vista', 'xp vista unix', 'vista unix windows', 'unix windows 7', 'windows 7 red', '7 red hat', 'red hat 7education', 'hat 7education details', '7education details january', 'details january 2015', 'january 2015 b', '2015 b e', 'b e pimpri', 'e pimpri chinchwad', 'pimpri chinchwad maharashtra', 'chinchwad maharashtra in', 'maharashtra in pimpri', 'in pimpri chinchwad', 'pimpri chinchwad college', 'chinchwad college engineering', 'college engineering january', 'engineering january 2012', 'january 2012 diploma', '2012 diploma msbte', 'diploma msbte dnyanganaga', 'msbte dnyanganaga polytechnic', 'dnyanganaga polytechnic s', 'polytechnic s s', 's s c', 's c new', 'c new english', 'new english school', 'english school takali', 'school takali hadoop', 'takali hadoop big', 'hadoop big data', 'big data developer', 'data developer hadoop', 'developer hadoop big', 'hadoop big data', 'big data developer', 'data developer british', 'developer british telecom', 'british telecom skill', 'telecom skill details', 'skill details apache', 'details apache hadoop', 'apache hadoop mapreduce', 'hadoop mapreduce exprience', 'mapreduce exprience 37', 'exprience 37 months', '37 months mapreduce', 'months mapreduce exprience', 'mapreduce exprience 37', 'exprience 37 months', '37 months mapreduce', 'months mapreduce exprience', 'mapreduce exprience 37', 'exprience 37 months', '37 months java', 'months java exprience', 'java exprience 32', 'exprience 32 months', '32 months net', 'months net exprience', 'net exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company british', 'company british telecom', 'british telecom description', 'telecom description project', 'description project british', 'project british telecom', 'british telecom project', 'telecom project uk', 'project uk responsibilities', 'uk responsibilities working', 'responsibilities working hdfs', 'working hdfs mapreduce', 'hdfs mapreduce hive', 'mapreduce hive spark', 'hive spark scala', 'spark scala sqoop', 'scala sqoop kerberos', 'sqoop kerberos etc', 'kerberos etc technologies', 'etc technologies implemented', 'technologies implemented various', 'implemented various data', 'various data mining', 'data mining algorithms', 'mining algorithms spark', 'algorithms spark like', 'spark like k', 'like k means', 'k means clustering', 'means clustering random', 'clustering random forest', 'random forest na', 'forest na bayes', 'na bayes etc', 'bayes etc a', 'etc a knowledge', 'a knowledge installing', 'knowledge installing configuring', 'installing configuring maintaining', 'configuring maintaining securing', 'maintaining securing hadoop', 'securing hadoop company', 'hadoop company dxc', 'company dxc technology', 'dxc technology description', 'technology description hpe', 'description hpe legacy', 'hpe legacy bangalore', 'legacy bangalore worked', 'bangalore worked hadoop', 'worked hadoop java', 'hadoop java programming', 'java programming worked', 'programming worked azure', 'worked azure aws', 'azure aws emr', 'aws emr services', 'emr services worked', 'services worked hdinsight', 'worked hdinsight hadoop', 'hdinsight hadoop cluster', 'hadoop cluster design', 'cluster design develop', 'design develop document', 'develop document architect', 'document architect hadoop', 'architect hadoop applications', 'hadoop applications develop', 'applications develop mapreduce', 'develop mapreduce coding', 'mapreduce coding works', 'coding works seamlessly', 'works seamlessly hadoop', 'seamlessly hadoop clusters', 'hadoop clusters analyzing', 'clusters analyzing processing', 'analyzing processing large', 'processing large data', 'large data sets', 'data sets hdfs', 'sets hdfs an', 'hdfs an analytical', 'an analytical bent', 'analytical bent mind', 'bent mind ability', 'mind ability learn', 'ability learn unlearn', 'learn unlearn relearn', 'unlearn relearn surely', 'relearn surely comes', 'surely comes handy', 'technical skills programming languages', 'skills programming languages c', 'programming languages c c', 'languages c c java', 'c c java net', 'c java net j2ee', 'java net j2ee html5', 'net j2ee html5 css', 'j2ee html5 css mapreduce', 'html5 css mapreduce scripting', 'css mapreduce scripting languages', 'mapreduce scripting languages javascript', 'scripting languages javascript python', 'languages javascript python databases', 'javascript python databases oracle', 'python databases oracle pl', 'databases oracle pl sql', 'oracle pl sql my', 'pl sql my sql', 'sql my sql ibm', 'my sql ibm db2', 'sql ibm db2 tools', 'ibm db2 tools ibm', 'db2 tools ibm rational', 'tools ibm rational rose', 'ibm rational rose r', 'rational rose r weka', 'rose r weka operating', 'r weka operating systems', 'weka operating systems windows', 'operating systems windows xp', 'systems windows xp vista', 'windows xp vista unix', 'xp vista unix windows', 'vista unix windows 7', 'unix windows 7 red', 'windows 7 red hat', '7 red hat 7education', 'red hat 7education details', 'hat 7education details january', '7education details january 2015', 'details january 2015 b', 'january 2015 b e', '2015 b e pimpri', 'b e pimpri chinchwad', 'e pimpri chinchwad maharashtra', 'pimpri chinchwad maharashtra in', 'chinchwad maharashtra in pimpri', 'maharashtra in pimpri chinchwad', 'in pimpri chinchwad college', 'pimpri chinchwad college engineering', 'chinchwad college engineering january', 'college engineering january 2012', 'engineering january 2012 diploma', 'january 2012 diploma msbte', '2012 diploma msbte dnyanganaga', 'diploma msbte dnyanganaga polytechnic', 'msbte dnyanganaga polytechnic s', 'dnyanganaga polytechnic s s', 'polytechnic s s c', 's s c new', 's c new english', 'c new english school', 'new english school takali', 'english school takali hadoop', 'school takali hadoop big', 'takali hadoop big data', 'hadoop big data developer', 'big data developer hadoop', 'data developer hadoop big', 'developer hadoop big data', 'hadoop big data developer', 'big data developer british', 'data developer british telecom', 'developer british telecom skill', 'british telecom skill details', 'telecom skill details apache', 'skill details apache hadoop', 'details apache hadoop mapreduce', 'apache hadoop mapreduce exprience', 'hadoop mapreduce exprience 37', 'mapreduce exprience 37 months', 'exprience 37 months mapreduce', '37 months mapreduce exprience', 'months mapreduce exprience 37', 'mapreduce exprience 37 months', 'exprience 37 months mapreduce', '37 months mapreduce exprience', 'months mapreduce exprience 37', 'mapreduce exprience 37 months', 'exprience 37 months java', '37 months java exprience', 'months java exprience 32', 'java exprience 32 months', 'exprience 32 months net', '32 months net exprience', 'months net exprience 6', 'net exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company british', 'details company british telecom', 'company british telecom description', 'british telecom description project', 'telecom description project british', 'description project british telecom', 'project british telecom project', 'british telecom project uk', 'telecom project uk responsibilities', 'project uk responsibilities working', 'uk responsibilities working hdfs', 'responsibilities working hdfs mapreduce', 'working hdfs mapreduce hive', 'hdfs mapreduce hive spark', 'mapreduce hive spark scala', 'hive spark scala sqoop', 'spark scala sqoop kerberos', 'scala sqoop kerberos etc', 'sqoop kerberos etc technologies', 'kerberos etc technologies implemented', 'etc technologies implemented various', 'technologies implemented various data', 'implemented various data mining', 'various data mining algorithms', 'data mining algorithms spark', 'mining algorithms spark like', 'algorithms spark like k', 'spark like k means', 'like k means clustering', 'k means clustering random', 'means clustering random forest', 'clustering random forest na', 'random forest na bayes', 'forest na bayes etc', 'na bayes etc a', 'bayes etc a knowledge', 'etc a knowledge installing', 'a knowledge installing configuring', 'knowledge installing configuring maintaining', 'installing configuring maintaining securing', 'configuring maintaining securing hadoop', 'maintaining securing hadoop company', 'securing hadoop company dxc', 'hadoop company dxc technology', 'company dxc technology description', 'dxc technology description hpe', 'technology description hpe legacy', 'description hpe legacy bangalore', 'hpe legacy bangalore worked', 'legacy bangalore worked hadoop', 'bangalore worked hadoop java', 'worked hadoop java programming', 'hadoop java programming worked', 'java programming worked azure', 'programming worked azure aws', 'worked azure aws emr', 'azure aws emr services', 'aws emr services worked', 'emr services worked hdinsight', 'services worked hdinsight hadoop', 'worked hdinsight hadoop cluster', 'hdinsight hadoop cluster design', 'hadoop cluster design develop', 'cluster design develop document', 'design develop document architect', 'develop document architect hadoop', 'document architect hadoop applications', 'architect hadoop applications develop', 'hadoop applications develop mapreduce', 'applications develop mapreduce coding', 'develop mapreduce coding works', 'mapreduce coding works seamlessly', 'coding works seamlessly hadoop', 'works seamlessly hadoop clusters', 'seamlessly hadoop clusters analyzing', 'hadoop clusters analyzing processing', 'clusters analyzing processing large', 'analyzing processing large data', 'processing large data sets', 'large data sets hdfs', 'data sets hdfs an', 'sets hdfs an analytical', 'hdfs an analytical bent', 'an analytical bent mind', 'analytical bent mind ability', 'bent mind ability learn', 'mind ability learn unlearn', 'ability learn unlearn relearn', 'learn unlearn relearn surely', 'unlearn relearn surely comes', 'relearn surely comes handy', 'technical skills programming languages c', 'skills programming languages c c', 'programming languages c c java', 'languages c c java net', 'c c java net j2ee', 'c java net j2ee html5', 'java net j2ee html5 css', 'net j2ee html5 css mapreduce', 'j2ee html5 css mapreduce scripting', 'html5 css mapreduce scripting languages', 'css mapreduce scripting languages javascript', 'mapreduce scripting languages javascript python', 'scripting languages javascript python databases', 'languages javascript python databases oracle', 'javascript python databases oracle pl', 'python databases oracle pl sql', 'databases oracle pl sql my', 'oracle pl sql my sql', 'pl sql my sql ibm', 'sql my sql ibm db2', 'my sql ibm db2 tools', 'sql ibm db2 tools ibm', 'ibm db2 tools ibm rational', 'db2 tools ibm rational rose', 'tools ibm rational rose r', 'ibm rational rose r weka', 'rational rose r weka operating', 'rose r weka operating systems', 'r weka operating systems windows', 'weka operating systems windows xp', 'operating systems windows xp vista', 'systems windows xp vista unix', 'windows xp vista unix windows', 'xp vista unix windows 7', 'vista unix windows 7 red', 'unix windows 7 red hat', 'windows 7 red hat 7education', '7 red hat 7education details', 'red hat 7education details january', 'hat 7education details january 2015', '7education details january 2015 b', 'details january 2015 b e', 'january 2015 b e pimpri', '2015 b e pimpri chinchwad', 'b e pimpri chinchwad maharashtra', 'e pimpri chinchwad maharashtra in', 'pimpri chinchwad maharashtra in pimpri', 'chinchwad maharashtra in pimpri chinchwad', 'maharashtra in pimpri chinchwad college', 'in pimpri chinchwad college engineering', 'pimpri chinchwad college engineering january', 'chinchwad college engineering january 2012', 'college engineering january 2012 diploma', 'engineering january 2012 diploma msbte', 'january 2012 diploma msbte dnyanganaga', '2012 diploma msbte dnyanganaga polytechnic', 'diploma msbte dnyanganaga polytechnic s', 'msbte dnyanganaga polytechnic s s', 'dnyanganaga polytechnic s s c', 'polytechnic s s c new', 's s c new english', 's c new english school', 'c new english school takali', 'new english school takali hadoop', 'english school takali hadoop big', 'school takali hadoop big data', 'takali hadoop big data developer', 'hadoop big data developer hadoop', 'big data developer hadoop big', 'data developer hadoop big data', 'developer hadoop big data developer', 'hadoop big data developer british', 'big data developer british telecom', 'data developer british telecom skill', 'developer british telecom skill details', 'british telecom skill details apache', 'telecom skill details apache hadoop', 'skill details apache hadoop mapreduce', 'details apache hadoop mapreduce exprience', 'apache hadoop mapreduce exprience 37', 'hadoop mapreduce exprience 37 months', 'mapreduce exprience 37 months mapreduce', 'exprience 37 months mapreduce exprience', '37 months mapreduce exprience 37', 'months mapreduce exprience 37 months', 'mapreduce exprience 37 months mapreduce', 'exprience 37 months mapreduce exprience', '37 months mapreduce exprience 37', 'months mapreduce exprience 37 months', 'mapreduce exprience 37 months java', 'exprience 37 months java exprience', '37 months java exprience 32', 'months java exprience 32 months', 'java exprience 32 months net', 'exprience 32 months net exprience', '32 months net exprience 6', 'months net exprience 6 monthscompany', 'net exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company british', 'monthscompany details company british telecom', 'details company british telecom description', 'company british telecom description project', 'british telecom description project british', 'telecom description project british telecom', 'description project british telecom project', 'project british telecom project uk', 'british telecom project uk responsibilities', 'telecom project uk responsibilities working', 'project uk responsibilities working hdfs', 'uk responsibilities working hdfs mapreduce', 'responsibilities working hdfs mapreduce hive', 'working hdfs mapreduce hive spark', 'hdfs mapreduce hive spark scala', 'mapreduce hive spark scala sqoop', 'hive spark scala sqoop kerberos', 'spark scala sqoop kerberos etc', 'scala sqoop kerberos etc technologies', 'sqoop kerberos etc technologies implemented', 'kerberos etc technologies implemented various', 'etc technologies implemented various data', 'technologies implemented various data mining', 'implemented various data mining algorithms', 'various data mining algorithms spark', 'data mining algorithms spark like', 'mining algorithms spark like k', 'algorithms spark like k means', 'spark like k means clustering', 'like k means clustering random', 'k means clustering random forest', 'means clustering random forest na', 'clustering random forest na bayes', 'random forest na bayes etc', 'forest na bayes etc a', 'na bayes etc a knowledge', 'bayes etc a knowledge installing', 'etc a knowledge installing configuring', 'a knowledge installing configuring maintaining', 'knowledge installing configuring maintaining securing', 'installing configuring maintaining securing hadoop', 'configuring maintaining securing hadoop company', 'maintaining securing hadoop company dxc', 'securing hadoop company dxc technology', 'hadoop company dxc technology description', 'company dxc technology description hpe', 'dxc technology description hpe legacy', 'technology description hpe legacy bangalore', 'description hpe legacy bangalore worked', 'hpe legacy bangalore worked hadoop', 'legacy bangalore worked hadoop java', 'bangalore worked hadoop java programming', 'worked hadoop java programming worked', 'hadoop java programming worked azure', 'java programming worked azure aws', 'programming worked azure aws emr', 'worked azure aws emr services', 'azure aws emr services worked', 'aws emr services worked hdinsight', 'emr services worked hdinsight hadoop', 'services worked hdinsight hadoop cluster', 'worked hdinsight hadoop cluster design', 'hdinsight hadoop cluster design develop', 'hadoop cluster design develop document', 'cluster design develop document architect', 'design develop document architect hadoop', 'develop document architect hadoop applications', 'document architect hadoop applications develop', 'architect hadoop applications develop mapreduce', 'hadoop applications develop mapreduce coding', 'applications develop mapreduce coding works', 'develop mapreduce coding works seamlessly', 'mapreduce coding works seamlessly hadoop', 'coding works seamlessly hadoop clusters', 'works seamlessly hadoop clusters analyzing', 'seamlessly hadoop clusters analyzing processing', 'hadoop clusters analyzing processing large', 'clusters analyzing processing large data', 'analyzing processing large data sets', 'processing large data sets hdfs', 'large data sets hdfs an', 'data sets hdfs an analytical', 'sets hdfs an analytical bent', 'hdfs an analytical bent mind', 'an analytical bent mind ability', 'analytical bent mind ability learn', 'bent mind ability learn unlearn', 'mind ability learn unlearn relearn', 'ability learn unlearn relearn surely', 'learn unlearn relearn surely comes', 'unlearn relearn surely comes handy', 'technical skills programming languages c c', 'skills programming languages c c java', 'programming languages c c java net', 'languages c c java net j2ee', 'c c java net j2ee html5', 'c java net j2ee html5 css', 'java net j2ee html5 css mapreduce', 'net j2ee html5 css mapreduce scripting', 'j2ee html5 css mapreduce scripting languages', 'html5 css mapreduce scripting languages javascript', 'css mapreduce scripting languages javascript python', 'mapreduce scripting languages javascript python databases', 'scripting languages javascript python databases oracle', 'languages javascript python databases oracle pl', 'javascript python databases oracle pl sql', 'python databases oracle pl sql my', 'databases oracle pl sql my sql', 'oracle pl sql my sql ibm', 'pl sql my sql ibm db2', 'sql my sql ibm db2 tools', 'my sql ibm db2 tools ibm', 'sql ibm db2 tools ibm rational', 'ibm db2 tools ibm rational rose', 'db2 tools ibm rational rose r', 'tools ibm rational rose r weka', 'ibm rational rose r weka operating', 'rational rose r weka operating systems', 'rose r weka operating systems windows', 'r weka operating systems windows xp', 'weka operating systems windows xp vista', 'operating systems windows xp vista unix', 'systems windows xp vista unix windows', 'windows xp vista unix windows 7', 'xp vista unix windows 7 red', 'vista unix windows 7 red hat', 'unix windows 7 red hat 7education', 'windows 7 red hat 7education details', '7 red hat 7education details january', 'red hat 7education details january 2015', 'hat 7education details january 2015 b', ...], ['technical', 'skill', 'set', 'big', 'data', 'ecosystems', 'hadoop', 'hdfs', 'hbase', 'map', 'reduce', 'sqoop', 'hive', 'pig', 'spark', 'core', 'flume', 'other', 'language', 'scala', 'core', 'java', 'sql', 'plsql', 'sell', 'scripting', 'etl', 'tools', 'informatica', 'power', 'center8', 'x', '9', '6', 'talend', '5', '6', 'tools', 'eclipse', 'intellij', 'idea', 'platforms', 'windows', 'family', 'linux', 'unix', 'cloudera', 'databases', 'mysql', 'oracle', '10', '11geducation', 'details', 'm', 'c', 'a', 'pune', 'maharashtra', 'in', 'pune', 'university', 'hodoop', 'developer', 'hodoop', 'developer', 'prgx', 'india', 'private', 'limited', 'pune', 'skill', 'details', 'company', 'details', 'company', 'prgx', 'india', 'private', 'limited', 'pune', 'description', 'team', 'size', '10', 'environment', 'hive', 'spark', 'sqoop', 'scala', 'flume', 'project', 'description', 'the', 'bank', 'wanted', 'help', 'customers', 'avail', 'different', 'products', 'bank', 'analyzing', 'expenditure', 'behavior', 'the', 'customers', 'spending', 'ranges', 'online', 'shopping', 'medical', 'expenses', 'hospitals', 'cash', 'transactions', 'debit', 'card', 'usage', 'etc', 'behavior', 'allows', 'bank', 'create', 'analytical', 'report', 'based', 'bank', 'used', 'display', 'product', 'offers', 'customer', 'portal', 'built', 'using', 'java', 'the', 'portal', 'allows', 'customers', 'login', 'see', 'transactions', 'make', 'day', 'day', 'basis', 'analytics', 'also', 'help', 'customers', 'plan', 'budgets', 'budget', 'watch', 'financial', 'forecast', 'applications', 'embedded', 'portal', 'the', 'portal', 'used', 'hadoop', 'framework', 'analyes', 'data', 'per', 'rules', 'regulations', 'placed', 'regulators', 'respective', 'countries', 'the', 'offers', 'interest', 'rates', 'also', 'complied', 'regulations', 'processing', 'done', 'using', 'hadoop', 'framework', 'big', 'data', 'analytics', 'system', 'role', 'responsibilities', 'import', 'data', 'legacy', 'system', 'hadoop', 'using', 'sqoop', 'flume', 'implement', 'business', 'logic', 'analyses', 'data', 'per', 'process', 'data', 'using', 'spark', 'create', 'hive', 'script', 'loading', 'data', 'hive', 'sourcing', 'various', 'attributes', 'data', 'processing', 'logic', 'retrieve', 'correct', 'results', 'project', '2', 'company', 'prgx', 'india', 'private', 'limited', 'pune', 'description', 'company', 'prgx', 'india', 'private', 'limited', 'pune', 'description', 'team', 'size', '11', 'environment', 'hadoop', 'hdfs', 'hive', 'sqoop', 'mysql', 'map', 'reduce', 'project', 'description', 'the', 'purpose', 'project', 'store', 'terabytes', 'information', 'web', 'application', 'extract', 'meaningful', 'information', 'solution', 'based', 'open', 'source', 'w', 'hadoop', 'the', 'data', 'stored', 'hadoop', 'file', 'system', 'processed', 'using', 'map', 'reduce', 'jobs', 'which', 'trun', 'includes', 'getting', 'raw', 'html', 'data', 'micro', 'websites', 'process', 'html', 'obtain', 'product', 'user', 'information', 'extract', 'various', 'reports', 'vistor', 'tracking', 'information', 'export', 'information', 'processing', 'role', 'responsibilities', 'move', 'crawl', 'data', 'flat', 'files', 'generated', 'various', 'micro', 'sites', 'hdfs', 'processing', 'sqoop', 'implementation', 'interaction', 'database', 'write', 'map', 'reduce', 'scripts', 'process', 'data', 'file', 'create', 'hive', 'tables', 'store', 'processed', 'data', 'tabular', 'formats', 'reports', 'creation', 'hive', 'data', 'project', '3', 'company', 'prgx', 'india', 'private', 'limited', 'pune', 'description', 'team', 'size', '15', 'environment', 'informatica', '9', '5', 'oracle11g', 'unix', 'project', 'description', 'pfizer', 'inc', 'american', 'global', 'pharmaceutical', 'corporation', 'headquartered', 'new', 'york', 'city', 'the', 'main', 'objective', 'project', 'build', 'development', 'data', 'repository', 'pfizer', 'inc', 'because', 'downstream', 'application', 'like', 'etrack', 'tsp', 'database', 's', 'sadms', 'gfs', 'gdo', 'sql', 'request', 'oltp', 'system', 'directly', 'due', 'performance', 'oltp', 'system', 'goes', 'slows', 'for', 'created', 'development', 'data', 'repository', 'replace', 'entire', 'sql', 'request', 'directly', 'oltp', 'system', 'ddr', 'process', 'extracts', 'clinical', 'pre', 'clinical', 'study', 'product', 'subject', 'sites', 'related', 'information', 'upstream', 'applications', 'like', 'epecs', 'cdss', 'rcm', 'prc', 'e', 'clinical', 'edh', 'applying', 'business', 'logic', 'put', 'ddr', 'core', 'tables', 'from', 'snapshot', 'dimensional', 'layer', 'created', 'used', 'reporting', 'application', 'role', 'responsibilities', 'to', 'understand', 'analyze', 'requirement', 'documents', 'resolve', 'queries', 'to', 'design', 'informatica', 'mappings', 'using', 'various', 'basic', 'transformations', 'like', 'filter', 'router', 'source', 'qualifier', 'lookup', 'etc', 'advance', 'transformations', 'like', 'aggregators', 'joiner', 'sorters', 'perform', 'cross', 'unit', 'integration', 'testing', 'mappings', 'developed', 'within', 'team', 'reporting', 'bugs', 'bug', 'fixing', 'create', 'workflow', 'batches', 'set', 'session', 'dependencies', 'implemented', 'change', 'data', 'capture', 'using', 'mapping', 'parameters', 'scd', 'sk', 'generation', 'developed', 'mapplet', 'reusable', 'transformations', 'populate', 'data', 'data', 'warehouse', 'created', 'sessions', 'worklets', 'using', 'workflow', 'manager', 'load', 'data', 'target', 'database', 'involved', 'unit', 'case', 'testing', 'utc', 'performing', 'unit', 'testing', 'uat', 'scd', 'type1', 'type2', 'fact', 'load', 'cdc', 'implementation', 'personal', 'scan', 'address', 'jijayi', 'heights', 'flat', '118', 'narhe', 'police', 'chowki', 'pune', '411041', 'technical skill', 'skill set', 'set big', 'big data', 'data ecosystems', 'ecosystems hadoop', 'hadoop hdfs', 'hdfs hbase', 'hbase map', 'map reduce', 'reduce sqoop', 'sqoop hive', 'hive pig', 'pig spark', 'spark core', 'core flume', 'flume other', 'other language', 'language scala', 'scala core', 'core java', 'java sql', 'sql plsql', 'plsql sell', 'sell scripting', 'scripting etl', 'etl tools', 'tools informatica', 'informatica power', 'power center8', 'center8 x', 'x 9', '9 6', '6 talend', 'talend 5', '5 6', '6 tools', 'tools eclipse', 'eclipse intellij', 'intellij idea', 'idea platforms', 'platforms windows', 'windows family', 'family linux', 'linux unix', 'unix cloudera', 'cloudera databases', 'databases mysql', 'mysql oracle', 'oracle 10', '10 11geducation', '11geducation details', 'details m', 'm c', 'c a', 'a pune', 'pune maharashtra', 'maharashtra in', 'in pune', 'pune university', 'university hodoop', 'hodoop developer', 'developer hodoop', 'hodoop developer', 'developer prgx', 'prgx india', 'india private', 'private limited', 'limited pune', 'pune skill', 'skill details', 'details company', 'company details', 'details company', 'company prgx', 'prgx india', 'india private', 'private limited', 'limited pune', 'pune description', 'description team', 'team size', 'size 10', '10 environment', 'environment hive', 'hive spark', 'spark sqoop', 'sqoop scala', 'scala flume', 'flume project', 'project description', 'description the', 'the bank', 'bank wanted', 'wanted help', 'help customers', 'customers avail', 'avail different', 'different products', 'products bank', 'bank analyzing', 'analyzing expenditure', 'expenditure behavior', 'behavior the', 'the customers', 'customers spending', 'spending ranges', 'ranges online', 'online shopping', 'shopping medical', 'medical expenses', 'expenses hospitals', 'hospitals cash', 'cash transactions', 'transactions debit', 'debit card', 'card usage', 'usage etc', 'etc behavior', 'behavior allows', 'allows bank', 'bank create', 'create analytical', 'analytical report', 'report based', 'based bank', 'bank used', 'used display', 'display product', 'product offers', 'offers customer', 'customer portal', 'portal built', 'built using', 'using java', 'java the', 'the portal', 'portal allows', 'allows customers', 'customers login', 'login see', 'see transactions', 'transactions make', 'make day', 'day day', 'day basis', 'basis analytics', 'analytics also', 'also help', 'help customers', 'customers plan', 'plan budgets', 'budgets budget', 'budget watch', 'watch financial', 'financial forecast', 'forecast applications', 'applications embedded', 'embedded portal', 'portal the', 'the portal', 'portal used', 'used hadoop', 'hadoop framework', 'framework analyes', 'analyes data', 'data per', 'per rules', 'rules regulations', 'regulations placed', 'placed regulators', 'regulators respective', 'respective countries', 'countries the', 'the offers', 'offers interest', 'interest rates', 'rates also', 'also complied', 'complied regulations', 'regulations processing', 'processing done', 'done using', 'using hadoop', 'hadoop framework', 'framework big', 'big data', 'data analytics', 'analytics system', 'system role', 'role responsibilities', 'responsibilities import', 'import data', 'data legacy', 'legacy system', 'system hadoop', 'hadoop using', 'using sqoop', 'sqoop flume', 'flume implement', 'implement business', 'business logic', 'logic analyses', 'analyses data', 'data per', 'per process', 'process data', 'data using', 'using spark', 'spark create', 'create hive', 'hive script', 'script loading', 'loading data', 'data hive', 'hive sourcing', 'sourcing various', 'various attributes', 'attributes data', 'data processing', 'processing logic', 'logic retrieve', 'retrieve correct', 'correct results', 'results project', 'project 2', '2 company', 'company prgx', 'prgx india', 'india private', 'private limited', 'limited pune', 'pune description', 'description company', 'company prgx', 'prgx india', 'india private', 'private limited', 'limited pune', 'pune description', 'description team', 'team size', 'size 11', '11 environment', 'environment hadoop', 'hadoop hdfs', 'hdfs hive', 'hive sqoop', 'sqoop mysql', 'mysql map', 'map reduce', 'reduce project', 'project description', 'description the', 'the purpose', 'purpose project', 'project store', 'store terabytes', 'terabytes information', 'information web', 'web application', 'application extract', 'extract meaningful', 'meaningful information', 'information solution', 'solution based', 'based open', 'open source', 'source w', 'w hadoop', 'hadoop the', 'the data', 'data stored', 'stored hadoop', 'hadoop file', 'file system', 'system processed', 'processed using', 'using map', 'map reduce', 'reduce jobs', 'jobs which', 'which trun', 'trun includes', 'includes getting', 'getting raw', 'raw html', 'html data', 'data micro', 'micro websites', 'websites process', 'process html', 'html obtain', 'obtain product', 'product user', 'user information', 'information extract', 'extract various', 'various reports', 'reports vistor', 'vistor tracking', 'tracking information', 'information export', 'export information', 'information processing', 'processing role', 'role responsibilities', 'responsibilities move', 'move crawl', 'crawl data', 'data flat', 'flat files', 'files generated', 'generated various', 'various micro', 'micro sites', 'sites hdfs', 'hdfs processing', 'processing sqoop', 'sqoop implementation', 'implementation interaction', 'interaction database', 'database write', 'write map', 'map reduce', 'reduce scripts', 'scripts process', 'process data', 'data file', 'file create', 'create hive', 'hive tables', 'tables store', 'store processed', 'processed data', 'data tabular', 'tabular formats', 'formats reports', 'reports creation', 'creation hive', 'hive data', 'data project', 'project 3', '3 company', 'company prgx', 'prgx india', 'india private', 'private limited', 'limited pune', 'pune description', 'description team', 'team size', 'size 15', '15 environment', 'environment informatica', 'informatica 9', '9 5', '5 oracle11g', 'oracle11g unix', 'unix project', 'project description', 'description pfizer', 'pfizer inc', 'inc american', 'american global', 'global pharmaceutical', 'pharmaceutical corporation', 'corporation headquartered', 'headquartered new', 'new york', 'york city', 'city the', 'the main', 'main objective', 'objective project', 'project build', 'build development', 'development data', 'data repository', 'repository pfizer', 'pfizer inc', 'inc because', 'because downstream', 'downstream application', 'application like', 'like etrack', 'etrack tsp', 'tsp database', 'database s', 's sadms', 'sadms gfs', 'gfs gdo', 'gdo sql', 'sql request', 'request oltp', 'oltp system', 'system directly', 'directly due', 'due performance', 'performance oltp', 'oltp system', 'system goes', 'goes slows', 'slows for', 'for created', 'created development', 'development data', 'data repository', 'repository replace', 'replace entire', 'entire sql', 'sql request', 'request directly', 'directly oltp', 'oltp system', 'system ddr', 'ddr process', 'process extracts', 'extracts clinical', 'clinical pre', 'pre clinical', 'clinical study', 'study product', 'product subject', 'subject sites', 'sites related', 'related information', 'information upstream', 'upstream applications', 'applications like', 'like epecs', 'epecs cdss', 'cdss rcm', 'rcm prc', 'prc e', 'e clinical', 'clinical edh', 'edh applying', 'applying business', 'business logic', 'logic put', 'put ddr', ...], ['technical', 'summary', 'knowledge', 'informatica', 'power', 'center', 'ver', '9', '1', '10', 'etl', 'tool', 'mapping', 'designing', 'usage', 'multiple', 'transformations', 'integration', 'various', 'data', 'source', 'like', 'sql', 'server', 'tables', 'flat', 'files', 'etc', 'target', 'data', 'warehouse', 'sql', 'plsql', 'working', 'knowledge', 'microsoft', 'sql', 'server', '2010', 'unix', 'work', 'description', 'shell', 'scripting', 'error', 'debugging', 'job', 'scheduling', 'using', 'autosys', 'incident', 'management', 'change', 'requests', 'service', 'now', 'jira', 'agile', 'central', 'basic', 'knowledge', 'intellimatch', 'reconciliation', 'tool', 'education', 'details', 'january', '2010', 'january', '2014', 'btech', 'cse', 'sangli', 'maharashtra', 'walchand', 'college', 'engineering', 'october', '2009', 'h', 's', 'c', 'sangli', 'maharashtra', 'willingdon', 'college', 'august', '2007', 's', 's', 'c', 'achievements', 'sangli', 'maharashtra', 'martin', 'english', 'school', 'etl', 'developer', 'it', 'analyst', 'skill', 'details', 'etl', 'exprience', '48', 'months', 'extract', 'transform', 'and', 'load', 'exprience', '48', 'months', 'informatica', 'exprience', '48', 'months', 'ms', 'sql', 'server', 'exprience', '48', 'months', 'reconciliation', 'exprience', '48', 'months', 'jira', 'exprience', '36', 'monthscompany', 'details', 'company', 'tata', 'consultancy', 'services', 'description', 'project', 'details', 'client', 'project', 'barclays', 'uk', 'london', 'hexad', 'environment', 'informatica', 'power', 'center', 'sql', 'server', 'unix', 'autosys', 'intellimatch', 'project', 'description', 'the', 'objective', 'implement', 'strategic', 'technical', 'solution', 'support', 'governance', 'monitoring', 'break', 'standards', 'including', 'enhancements', 'audit', 'capabilities', 'as', 'part', 'program', 'required', 'remediation', 'source', 'system', 'data', 'feeds', 'involves', 'consolidation', 'data', 'standardized', 'feeds', 'these', 'remediated', 'data', 'feeds', 'consumed', 'etl', 'layer', 'the', 'reconciliation', 'tool', 'designed', 'source', 'data', 'etl', 'layer', 'the', 'data', 'front', 'back', 'office', 'systems', 'together', 'static', 'data', 'must', 'therefore', 'delivered', 'etl', 'here', 'pre', 'processed', 'delivered', 'reconciliation', 'tool', 'reconciliation', 'process', 'performed', 'role', 'responsibilities', 'responsible', 'analyzing', 'designing', 'developing', 'etl', 'strategies', 'processes', 'writing', 'etl', 'specifications', 'requirement', 'gathering', 'making', 'functional', 'documents', 'low', 'level', 'documents', 'developing', 'debugging', 'informatica', 'mappings', 'resolve', 'bugs', 'identify', 'causes', 'failures', 'user', 'interaction', 'identify', 'issues', 'data', 'loaded', 'application', 'developed', 'mappings', 'using', 'different', 'transformations', 'company', 'tata', 'consultancy', 'services', 'description', 'project', 'details', 'client', 'project', 'barclays', 'uk', 'london', 'hexad', 'environment', 'informatica', 'power', 'center', 'sql', 'server', 'unix', 'autosys', 'intellimatch', 'project', 'description', 'the', 'objective', 'implement', 'strategic', 'technical', 'solution', 'support', 'governance', 'monitoring', 'break', 'standards', 'including', 'enhancements', 'audit', 'capabilities', 'as', 'part', 'program', 'required', 'remediation', 'source', 'system', 'data', 'feeds', 'involves', 'consolidation', 'data', 'standardized', 'feeds', 'these', 'remediated', 'data', 'feeds', 'consumed', 'etl', 'layer', 'the', 'reconciliation', 'tool', 'designed', 'source', 'data', 'etl', 'layer', 'the', 'data', 'front', 'back', 'office', 'systems', 'together', 'static', 'data', 'must', 'therefore', 'delivered', 'etl', 'here', 'pre', 'processed', 'delivered', 'reconciliation', 'tool', 'reconciliation', 'process', 'performed', 'role', 'responsibilities', 'responsible', 'analyzing', 'designing', 'developing', 'etl', 'strategies', 'processes', 'writing', 'etl', 'specifications', 'requirement', 'gathering', 'making', 'functional', 'documents', 'low', 'level', 'documents', 'developing', 'debugging', 'informatica', 'mappings', 'resolve', 'bugs', 'identify', 'causes', 'failures', 'user', 'interaction', 'identify', 'issues', 'data', 'loaded', 'application', 'developed', 'mappings', 'using', 'different', 'transformations', 'technical summary', 'summary knowledge', 'knowledge informatica', 'informatica power', 'power center', 'center ver', 'ver 9', '9 1', '1 10', '10 etl', 'etl tool', 'tool mapping', 'mapping designing', 'designing usage', 'usage multiple', 'multiple transformations', 'transformations integration', 'integration various', 'various data', 'data source', 'source like', 'like sql', 'sql server', 'server tables', 'tables flat', 'flat files', 'files etc', 'etc target', 'target data', 'data warehouse', 'warehouse sql', 'sql plsql', 'plsql working', 'working knowledge', 'knowledge microsoft', 'microsoft sql', 'sql server', 'server 2010', '2010 unix', 'unix work', 'work description', 'description shell', 'shell scripting', 'scripting error', 'error debugging', 'debugging job', 'job scheduling', 'scheduling using', 'using autosys', 'autosys incident', 'incident management', 'management change', 'change requests', 'requests service', 'service now', 'now jira', 'jira agile', 'agile central', 'central basic', 'basic knowledge', 'knowledge intellimatch', 'intellimatch reconciliation', 'reconciliation tool', 'tool education', 'education details', 'details january', 'january 2010', '2010 january', 'january 2014', '2014 btech', 'btech cse', 'cse sangli', 'sangli maharashtra', 'maharashtra walchand', 'walchand college', 'college engineering', 'engineering october', 'october 2009', '2009 h', 'h s', 's c', 'c sangli', 'sangli maharashtra', 'maharashtra willingdon', 'willingdon college', 'college august', 'august 2007', '2007 s', 's s', 's c', 'c achievements', 'achievements sangli', 'sangli maharashtra', 'maharashtra martin', 'martin english', 'english school', 'school etl', 'etl developer', 'developer it', 'it analyst', 'analyst skill', 'skill details', 'details etl', 'etl exprience', 'exprience 48', '48 months', 'months extract', 'extract transform', 'transform and', 'and load', 'load exprience', 'exprience 48', '48 months', 'months informatica', 'informatica exprience', 'exprience 48', '48 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 48', '48 months', 'months reconciliation', 'reconciliation exprience', 'exprience 48', '48 months', 'months jira', 'jira exprience', 'exprience 36', '36 monthscompany', 'monthscompany details', 'details company', 'company tata', 'tata consultancy', 'consultancy services', 'services description', 'description project', 'project details', 'details client', 'client project', 'project barclays', 'barclays uk', 'uk london', 'london hexad', 'hexad environment', 'environment informatica', 'informatica power', 'power center', 'center sql', 'sql server', 'server unix', 'unix autosys', 'autosys intellimatch', 'intellimatch project', 'project description', 'description the', 'the objective', 'objective implement', 'implement strategic', 'strategic technical', 'technical solution', 'solution support', 'support governance', 'governance monitoring', 'monitoring break', 'break standards', 'standards including', 'including enhancements', 'enhancements audit', 'audit capabilities', 'capabilities as', 'as part', 'part program', 'program required', 'required remediation', 'remediation source', 'source system', 'system data', 'data feeds', 'feeds involves', 'involves consolidation', 'consolidation data', 'data standardized', 'standardized feeds', 'feeds these', 'these remediated', 'remediated data', 'data feeds', 'feeds consumed', 'consumed etl', 'etl layer', 'layer the', 'the reconciliation', 'reconciliation tool', 'tool designed', 'designed source', 'source data', 'data etl', 'etl layer', 'layer the', 'the data', 'data front', 'front back', 'back office', 'office systems', 'systems together', 'together static', 'static data', 'data must', 'must therefore', 'therefore delivered', 'delivered etl', 'etl here', 'here pre', 'pre processed', 'processed delivered', 'delivered reconciliation', 'reconciliation tool', 'tool reconciliation', 'reconciliation process', 'process performed', 'performed role', 'role responsibilities', 'responsibilities responsible', 'responsible analyzing', 'analyzing designing', 'designing developing', 'developing etl', 'etl strategies', 'strategies processes', 'processes writing', 'writing etl', 'etl specifications', 'specifications requirement', 'requirement gathering', 'gathering making', 'making functional', 'functional documents', 'documents low', 'low level', 'level documents', 'documents developing', 'developing debugging', 'debugging informatica', 'informatica mappings', 'mappings resolve', 'resolve bugs', 'bugs identify', 'identify causes', 'causes failures', 'failures user', 'user interaction', 'interaction identify', 'identify issues', 'issues data', 'data loaded', 'loaded application', 'application developed', 'developed mappings', 'mappings using', 'using different', 'different transformations', 'transformations company', 'company tata', 'tata consultancy', 'consultancy services', 'services description', 'description project', 'project details', 'details client', 'client project', 'project barclays', 'barclays uk', 'uk london', 'london hexad', 'hexad environment', 'environment informatica', 'informatica power', 'power center', 'center sql', 'sql server', 'server unix', 'unix autosys', 'autosys intellimatch', 'intellimatch project', 'project description', 'description the', 'the objective', 'objective implement', 'implement strategic', 'strategic technical', 'technical solution', 'solution support', 'support governance', 'governance monitoring', 'monitoring break', 'break standards', 'standards including', 'including enhancements', 'enhancements audit', 'audit capabilities', 'capabilities as', 'as part', 'part program', 'program required', 'required remediation', 'remediation source', 'source system', 'system data', 'data feeds', 'feeds involves', 'involves consolidation', 'consolidation data', 'data standardized', 'standardized feeds', 'feeds these', 'these remediated', 'remediated data', 'data feeds', 'feeds consumed', 'consumed etl', 'etl layer', 'layer the', 'the reconciliation', 'reconciliation tool', 'tool designed', 'designed source', 'source data', 'data etl', 'etl layer', 'layer the', 'the data', 'data front', 'front back', 'back office', 'office systems', 'systems together', 'together static', 'static data', 'data must', 'must therefore', 'therefore delivered', 'delivered etl', 'etl here', 'here pre', 'pre processed', 'processed delivered', 'delivered reconciliation', 'reconciliation tool', 'tool reconciliation', 'reconciliation process', 'process performed', 'performed role', 'role responsibilities', 'responsibilities responsible', 'responsible analyzing', 'analyzing designing', 'designing developing', 'developing etl', 'etl strategies', 'strategies processes', 'processes writing', 'writing etl', 'etl specifications', 'specifications requirement', 'requirement gathering', 'gathering making', 'making functional', 'functional documents', 'documents low', 'low level', 'level documents', 'documents developing', 'developing debugging', 'debugging informatica', 'informatica mappings', 'mappings resolve', 'resolve bugs', 'bugs identify', 'identify causes', 'causes failures', 'failures user', 'user interaction', 'interaction identify', 'identify issues', 'issues data', 'data loaded', 'loaded application', 'application developed', 'developed mappings', 'mappings using', 'using different', 'different transformations', 'technical summary knowledge', 'summary knowledge informatica', 'knowledge informatica power', 'informatica power center', 'power center ver', 'center ver 9', 'ver 9 1', '9 1 10', '1 10 etl', '10 etl tool', 'etl tool mapping', 'tool mapping designing', 'mapping designing usage', 'designing usage multiple', 'usage multiple transformations', 'multiple transformations integration', 'transformations integration various', 'integration various data', 'various data source', 'data source like', 'source like sql', 'like sql server', 'sql server tables', 'server tables flat', 'tables flat files', 'flat files etc', 'files etc target', 'etc target data', 'target data warehouse', 'data warehouse sql', 'warehouse sql plsql', 'sql plsql working', 'plsql working knowledge', 'working knowledge microsoft', 'knowledge microsoft sql', 'microsoft sql server', 'sql server 2010', 'server 2010 unix', '2010 unix work', 'unix work description', 'work description shell', 'description shell scripting', 'shell scripting error', 'scripting error debugging', 'error debugging job', 'debugging job scheduling', 'job scheduling using', 'scheduling using autosys', 'using autosys incident', 'autosys incident management', 'incident management change', 'management change requests', 'change requests service', 'requests service now', 'service now jira', 'now jira agile', 'jira agile central', 'agile central basic', 'central basic knowledge', 'basic knowledge intellimatch', 'knowledge intellimatch reconciliation', 'intellimatch reconciliation tool', 'reconciliation tool education', 'tool education details', 'education details january', 'details january 2010', 'january 2010 january', '2010 january 2014', 'january 2014 btech', '2014 btech cse', 'btech cse sangli', 'cse sangli maharashtra', 'sangli maharashtra walchand', 'maharashtra walchand college', 'walchand college engineering', 'college engineering october', 'engineering october 2009', 'october 2009 h', '2009 h s', 'h s c', 's c sangli', 'c sangli maharashtra', 'sangli maharashtra willingdon', 'maharashtra willingdon college', 'willingdon college august', 'college august 2007', 'august 2007 s', '2007 s s', 's s c', 's c achievements', 'c achievements sangli', 'achievements sangli maharashtra', 'sangli maharashtra martin', 'maharashtra martin english', 'martin english school', 'english school etl', 'school etl developer', 'etl developer it', 'developer it analyst', 'it analyst skill', 'analyst skill details', 'skill details etl', 'details etl exprience', 'etl exprience 48', 'exprience 48 months', '48 months extract', 'months extract transform', 'extract transform and', 'transform and load', 'and load exprience', 'load exprience 48', 'exprience 48 months', '48 months informatica', 'months informatica exprience', 'informatica exprience 48', 'exprience 48 months', '48 months ms', 'months ms sql', 'ms sql server', 'sql server exprience', 'server exprience 48', 'exprience 48 months', '48 months reconciliation', 'months reconciliation exprience', 'reconciliation exprience 48', 'exprience 48 months', '48 months jira', 'months jira exprience', 'jira exprience 36', 'exprience 36 monthscompany', '36 monthscompany details', 'monthscompany details company', 'details company tata', 'company tata consultancy', 'tata consultancy services', 'consultancy services description', 'services description project', 'description project details', 'project details client', 'details client project', 'client project barclays', 'project barclays uk', 'barclays uk london', 'uk london hexad', 'london hexad environment', 'hexad environment informatica', 'environment informatica power', 'informatica power center', 'power center sql', 'center sql server', 'sql server unix', 'server unix autosys', 'unix autosys intellimatch', 'autosys intellimatch project', 'intellimatch project description', 'project description the', 'description the objective', 'the objective implement', 'objective implement strategic', 'implement strategic technical', 'strategic technical solution', 'technical solution support', 'solution support governance', 'support governance monitoring', 'governance monitoring break', 'monitoring break standards', 'break standards including', 'standards including enhancements', 'including enhancements audit', 'enhancements audit capabilities', 'audit capabilities as', 'capabilities as part', 'as part program', 'part program required', 'program required remediation', 'required remediation source', 'remediation source system', 'source system data', 'system data feeds', 'data feeds involves', 'feeds involves consolidation', 'involves consolidation data', 'consolidation data standardized', 'data standardized feeds', 'standardized feeds these', 'feeds these remediated', 'these remediated data', 'remediated data feeds', 'data feeds consumed', 'feeds consumed etl', 'consumed etl layer', 'etl layer the', 'layer the reconciliation', 'the reconciliation tool', 'reconciliation tool designed', 'tool designed source', 'designed source data', 'source data etl', 'data etl layer', 'etl layer the', 'layer the data', 'the data front', 'data front back', 'front back office', 'back office systems', 'office systems together', 'systems together static', 'together static data', 'static data must', 'data must therefore', 'must therefore delivered', ...], ['technicalproficiencies', 'db', 'oracle', '11g', 'domains', 'investment', 'banking', 'advertising', 'insurance', 'programming', 'skills', 'sql', 'plsql', 'bi', 'tools', 'informatica', '9', '1', 'os', 'windows', 'unix', 'professional', 'development', 'trainings', 'concepts', 'data', 'warehousing', 'business', 'intelligence', 'etl', 'bi', 'tools', 'informatica', '9x', 'education', 'details', 'bca', 'nanded', 'maharashtra', 'nanded', 'university', 'etl', 'developer', 'etl', 'developer', 'sun', 'trust', 'bank', 'ny', 'skill', 'details', 'etl', 'exprience', '39', 'months', 'extract', 'transform', 'and', 'load', 'exprience', '39', 'months', 'informatica', 'exprience', '39', 'months', 'oracle', 'exprience', '39', 'months', 'unix', 'exprience', '39', 'monthscompany', 'details', 'company', 'sun', 'trust', 'bank', 'ny', 'description', 'sun', 'trust', 'bank', 'ny', 'jan', '2018', 'present', 'client', 'sun', 'trust', 'bank', 'ny', 'environment', 'informatica', 'power', 'center', '9', '1', 'oracle', '11g', 'unix', 'role', 'etl', 'developer', 'project', 'profile', 'sun', 'trust', 'bank', 'us', 'based', 'multinational', 'financial', 'services', 'holding', 'company', 'headquarters', 'ny', 'operates', 'bank', 'new', 'york', 'financial', 'services', 'investments', 'the', 'company', 'organized', 'stock', 'corporation', 'four', 'divisions', 'investment', 'banking', 'private', 'banking', 'retail', 'banking', 'shared', 'services', 'group', 'provides', 'financial', 'services', 'support', 'divisions', 'the', 'objective', 'first', 'module', 'create', 'dr', 'system', 'bank', 'central', 'point', 'communication', 'storage', 'listed', 'cash', 'securities', 'loans', 'bonds', 'notes', 'equities', 'rates', 'commodities', 'fx', 'asset', 'classes', 'contribution', 'highlights', 'liaising', 'closely', 'project', 'manager', 'business', 'analysts', 'product', 'architects', 'requirements', 'modelers', 'cfoc', 'define', 'technical', 'requirements', 'create', 'project', 'documentation', 'development', 'using', 'infa', '9', '1', '11g', 'oracle', 'unix', 'use', 'informatica', 'powercenter', 'extraction', 'transformation', 'loading', 'etl', 'data', 'database', 'created', 'configured', 'sessions', 'informatica', 'workflow', 'manager', 'loading', 'data', 'data', 'base', 'tables', 'various', 'heterogeneous', 'database', 'sources', 'like', 'flat', 'files', 'oracle', 'etc', 'unit', 'testing', 'system', 'integration', 'testing', 'developed', 'mappings', 'providing', 'production', 'support', 'deployed', 'code', 'providing', 'solutions', 'business', 'production', 'issues', 'had', 'one', 'one', 'interaction', 'client', 'throughout', 'project', 'daily', 'meetings', 'project', 'company', 'marshall', 'multimedia', 'description', 'jun', '2016', 'dec', '2017', 'client', 'marshall', 'multimedia', 'environment', 'informatica', 'power', 'center', '9', '1', 'oracle', '11g', 'unix', 'role', 'etl', 'developer', 'project', 'profile', 'marshall', 'multimedia', 'us', 'based', 'multimedia', 'advertisement', 'services', 'based', 'organization', 'head', 'courter', 'new', 'york', 'egc', 'interface', 'systems', 'advert', 'management', 'customer', 'management', 'billing', 'provisioning', 'systems', 'consumer', 'enterprise', 'customers', 'the', 'main', 'aim', 'project', 'create', 'enterprise', 'data', 'warehouse', 'would', 'suffice', 'need', 'reports', 'belonging', 'following', 'categories', 'financial', 'reports', 'management', 'reports', 'rejection', 'reports', 'the', 'professional', 'reports', 'created', 'cognos', 'etl', 'work', 'performed', 'informatica', 'this', 'project', 'load', 'advert', 'details', 'magazine', 'details', 'coming', 'relational', 'tables', 'data', 'warehouse', 'calculate', 'compensation', 'incentive', 'amount', 'monthly', 'twice', 'per', 'business', 'rules', 'contribution', 'highlights', 'developed', 'mappings', 'using', 'different', 'sources', 'using', 'informatica', 'transformations', 'created', 'configured', 'sessions', 'informatica', 'workflow', 'manager', 'loading', 'data', 'data', 'mart', 'tables', 'various', 'heterogeneous', 'database', 'sources', 'like', 'flat', 'files', 'oracle', 'etc', '2', 'unit', 'testing', 'system', 'integration', 'testing', 'developed', 'mappings', 'providing', 'solutions', 'business', 'production', 'issues', 'project', 'company', 'assurant', 'healthcare', 'insurance', 'miami', 'usa', 'description', 'assurant', 'usa', 'nov', '2015', 'may', '2016', 'project', 'act', 'bi', 'state', 'datamart', 'client', 'assurant', 'healthcare', 'insurance', 'miami', 'usa', 'environment', 'informatica', 'power', 'center', '9', '1', 'oracle', '11g', 'unix', 'role', 'etl', 'developer', 'project', 'profile', 'assurant', 'inc', 'holding', 'company', 'businesses', 'provide', 'diverse', 'set', 'specialty', 'niche', 'market', 'insurance', 'products', 'property', 'casualty', 'life', 'health', 'insurance', 'sectors', 'the', 'company', 'four', 'operating', 'segments', 'assurant', 'employee', 'benefits', 'assurant', 'health', 'assurant', 'solutions', 'assurant', 'specialty', 'property', 'the', 'project', 'aim', 'building', 'state', 'datamart', 'enterprise', 'solution', 'i', 'part', 'team', 'responsible', 'etl', 'design', 'development', 'along', 'testing', 'contribution', 'highlights', 'performed', 'small', 'enhancement', 'daily', 'load', 'monitoring', 'attend', 'informatica', 'job', 'failures', 'analyzing', 'root', 'cause', 'resolving', 'failure', 'using', 'standard', 'documented', 'process', 'experience', 'writing', 'sql', 'statements', 'strong', 'problem', 'analysis', 'resolution', 'skills', 'ability', 'work', 'multi', 'platform', 'environments', 'scheduled', 'informatica', 'jobs', 'using', 'informatica', 'scheduler', 'extensively', 'used', 'etl', 'methodology', 'developing', 'supporting', 'data', 'extraction', 'transformations', 'loading', 'process', 'corporate', 'wide', 'etl', 'solution', 'using', 'informatica', 'involved', 'creating', 'unit', 'cases', 'uploaded', 'quality', 'center', 'unit', 'testing', 'utr', 'ensure', 'daily', 'support', 'tasks', 'done', 'ordance', 'defined', 'sla', 'technicalproficiencies db', 'db oracle', 'oracle 11g', '11g domains', 'domains investment', 'investment banking', 'banking advertising', 'advertising insurance', 'insurance programming', 'programming skills', 'skills sql', 'sql plsql', 'plsql bi', 'bi tools', 'tools informatica', 'informatica 9', '9 1', '1 os', 'os windows', 'windows unix', 'unix professional', 'professional development', 'development trainings', 'trainings concepts', 'concepts data', 'data warehousing', 'warehousing business', 'business intelligence', 'intelligence etl', 'etl bi', 'bi tools', 'tools informatica', 'informatica 9x', '9x education', 'education details', 'details bca', 'bca nanded', 'nanded maharashtra', 'maharashtra nanded', 'nanded university', 'university etl', 'etl developer', 'developer etl', 'etl developer', 'developer sun', 'sun trust', 'trust bank', 'bank ny', 'ny skill', 'skill details', 'details etl', 'etl exprience', 'exprience 39', '39 months', 'months extract', 'extract transform', 'transform and', 'and load', 'load exprience', 'exprience 39', '39 months', 'months informatica', 'informatica exprience', 'exprience 39', '39 months', 'months oracle', 'oracle exprience', 'exprience 39', '39 months', 'months unix', 'unix exprience', 'exprience 39', '39 monthscompany', 'monthscompany details', 'details company', 'company sun', 'sun trust', 'trust bank', 'bank ny', 'ny description', 'description sun', 'sun trust', 'trust bank', 'bank ny', 'ny jan', 'jan 2018', '2018 present', 'present client', 'client sun', 'sun trust', 'trust bank', 'bank ny', 'ny environment', 'environment informatica', 'informatica power', 'power center', 'center 9', '9 1', '1 oracle', 'oracle 11g', '11g unix', 'unix role', 'role etl', 'etl developer', 'developer project', 'project profile', 'profile sun', 'sun trust', 'trust bank', 'bank us', 'us based', 'based multinational', 'multinational financial', 'financial services', 'services holding', 'holding company', 'company headquarters', 'headquarters ny', 'ny operates', 'operates bank', 'bank new', 'new york', 'york financial', 'financial services', 'services investments', 'investments the', 'the company', 'company organized', 'organized stock', 'stock corporation', 'corporation four', 'four divisions', 'divisions investment', 'investment banking', 'banking private', 'private banking', 'banking retail', 'retail banking', 'banking shared', 'shared services', 'services group', 'group provides', 'provides financial', 'financial services', 'services support', 'support divisions', 'divisions the', 'the objective', 'objective first', 'first module', 'module create', 'create dr', 'dr system', 'system bank', 'bank central', 'central point', 'point communication', 'communication storage', 'storage listed', 'listed cash', 'cash securities', 'securities loans', 'loans bonds', 'bonds notes', 'notes equities', 'equities rates', 'rates commodities', 'commodities fx', 'fx asset', 'asset classes', 'classes contribution', 'contribution highlights', 'highlights liaising', 'liaising closely', 'closely project', 'project manager', 'manager business', 'business analysts', 'analysts product', 'product architects', 'architects requirements', 'requirements modelers', 'modelers cfoc', 'cfoc define', 'define technical', 'technical requirements', 'requirements create', 'create project', 'project documentation', 'documentation development', 'development using', 'using infa', 'infa 9', '9 1', '1 11g', '11g oracle', 'oracle unix', 'unix use', 'use informatica', 'informatica powercenter', 'powercenter extraction', 'extraction transformation', 'transformation loading', 'loading etl', 'etl data', 'data database', 'database created', 'created configured', 'configured sessions', 'sessions informatica', 'informatica workflow', 'workflow manager', 'manager loading', 'loading data', 'data data', 'data base', 'base tables', 'tables various', 'various heterogeneous', 'heterogeneous database', 'database sources', 'sources like', 'like flat', 'flat files', 'files oracle', 'oracle etc', 'etc unit', 'unit testing', 'testing system', 'system integration', 'integration testing', 'testing developed', 'developed mappings', 'mappings providing', 'providing production', 'production support', 'support deployed', 'deployed code', 'code providing', 'providing solutions', 'solutions business', 'business production', 'production issues', 'issues had', 'had one', 'one one', 'one interaction', 'interaction client', 'client throughout', 'throughout project', 'project daily', 'daily meetings', 'meetings project', 'project company', 'company marshall', 'marshall multimedia', 'multimedia description', 'description jun', 'jun 2016', '2016 dec', 'dec 2017', '2017 client', 'client marshall', 'marshall multimedia', 'multimedia environment', 'environment informatica', 'informatica power', 'power center', 'center 9', '9 1', '1 oracle', 'oracle 11g', '11g unix', 'unix role', 'role etl', 'etl developer', 'developer project', 'project profile', 'profile marshall', 'marshall multimedia', 'multimedia us', 'us based', 'based multimedia', 'multimedia advertisement', 'advertisement services', 'services based', 'based organization', 'organization head', 'head courter', 'courter new', 'new york', 'york egc', 'egc interface', 'interface systems', 'systems advert', 'advert management', 'management customer', 'customer management', 'management billing', 'billing provisioning', 'provisioning systems', 'systems consumer', 'consumer enterprise', 'enterprise customers', 'customers the', 'the main', 'main aim', 'aim project', 'project create', 'create enterprise', 'enterprise data', 'data warehouse', 'warehouse would', 'would suffice', 'suffice need', 'need reports', 'reports belonging', 'belonging following', 'following categories', 'categories financial', 'financial reports', 'reports management', 'management reports', 'reports rejection', 'rejection reports', 'reports the', 'the professional', 'professional reports', 'reports created', 'created cognos', 'cognos etl', 'etl work', 'work performed', 'performed informatica', 'informatica this', 'this project', 'project load', 'load advert', 'advert details', 'details magazine', 'magazine details', 'details coming', 'coming relational', 'relational tables', 'tables data', 'data warehouse', 'warehouse calculate', 'calculate compensation', 'compensation incentive', 'incentive amount', 'amount monthly', 'monthly twice', 'twice per', 'per business', 'business rules', 'rules contribution', 'contribution highlights', 'highlights developed', 'developed mappings', 'mappings using', 'using different', 'different sources', 'sources using', 'using informatica', 'informatica transformations', 'transformations created', 'created configured', 'configured sessions', 'sessions informatica', 'informatica workflow', 'workflow manager', 'manager loading', 'loading data', 'data data', 'data mart', 'mart tables', 'tables various', 'various heterogeneous', 'heterogeneous database', 'database sources', 'sources like', 'like flat', 'flat files', 'files oracle', 'oracle etc', 'etc 2', '2 unit', 'unit testing', 'testing system', 'system integration', 'integration testing', 'testing developed', 'developed mappings', 'mappings providing', 'providing solutions', 'solutions business', 'business production', 'production issues', 'issues project', 'project company', 'company assurant', 'assurant healthcare', 'healthcare insurance', 'insurance miami', 'miami usa', 'usa description', 'description assurant', 'assurant usa', 'usa nov', 'nov 2015', '2015 may', 'may 2016', '2016 project', 'project act', 'act bi', 'bi state', 'state datamart', 'datamart client', 'client assurant', 'assurant healthcare', 'healthcare insurance', 'insurance miami', 'miami usa', 'usa environment', 'environment informatica', 'informatica power', 'power center', 'center 9', '9 1', '1 oracle', 'oracle 11g', '11g unix', 'unix role', 'role etl', 'etl developer', ...], ['education', 'details', 'january', '2015', 'bachelor', 'engineering', 'extc', 'mumbai', 'maharashtra', 'mumbai', 'university', 'january', '2012', 'diploma', 'industrial', 'electronics', 'vashi', 'maharashtra', 'in', 'fr', 'agnel', 'polytechnic', 'etl', 'developer', 'etl', 'developer', 'skill', 'details', 'informatica', 'exprience', '36', 'monthscompany', 'details', 'company', 'blue', 'shield', 'california', 'description', 'duration', 'mar', '2016', 'sept', '2017', 'description', 'blue', 'shield', 'california', 'bsc', 'health', 'plan', 'provider', 'the', 'intent', 'project', 'process', 'feeds', 'coming', 'going', 'bsc', 'system', 'related', 'eligibility', 'enrollment', 'claims', 'subject', 'areas', 'all', 'feeds', 'comes', 'different', 'formats', 'processed', 'using', 'informatica', '9', '6', '1', 'oracle', '11g', 'facets', '5', '0', 'tidal', 'technical', 'environment', 'etl', 'tool', 'informatica', 'power', 'center', '9', '6', '1', 'oracle', '11g', 'sql', 'pl', 'sql', 'unix', 'facets', 'tidal', 'jira', 'putty', 'role', 'etl', 'developer', 'responsibilities', 'responsible', 'analyzing', 'business', 'requirement', 'document', 'involved', 'development', 'informatica', 'mappings', 'using', 'different', 'transformations', 'like', 'source', 'qualifier', 'expression', 'filter', 'router', 'joiner', 'union', 'aggregator', 'normalizer', 'sorter', 'lookup', 'corresponding', 'sessions', 'workflows', 'extensively', 'used', 'informatica', 'debugger', 'figure', 'problems', 'mapping', 'involved', 'troubleshooting', 'existing', 'bugs', 'writing', 'unix', 'scripts', 'sql', 'per', 'business', 'requirement', 'impact', 'analysis', 'change', 'requests', 'development', 'data', 'fabrication', 'using', 'facets', 'screens', 'well', 'sql', 'statements', 'membership', 'domain', 'unit', 'testing', 'trouble', 'shooting', 'using', 'informatica', 'debugger', 'sql', 'query', 'preparation', 'unit', 'test', 'cases', 'prepare', 'documents', 'design', 'unit', 'testing', 'impact', 'analysis', 'awards', 'achievements', 'received', 'kudos', 'award', 'syntel', 'contribution', 'error', 'free', 'work', 'commitment', 'towards', 'learning', 'client', 'appreciation', 'outstanding', 'display', 'syntel', 'values', 'received', 'appreciation', 'management', 'outstanding', 'performance', 'complete', 'tenure', 'received', 'spot', 'recognition', 'automation', 'done', 'project', 'education details', 'details january', 'january 2015', '2015 bachelor', 'bachelor engineering', 'engineering extc', 'extc mumbai', 'mumbai maharashtra', 'maharashtra mumbai', 'mumbai university', 'university january', 'january 2012', '2012 diploma', 'diploma industrial', 'industrial electronics', 'electronics vashi', 'vashi maharashtra', 'maharashtra in', 'in fr', 'fr agnel', 'agnel polytechnic', 'polytechnic etl', 'etl developer', 'developer etl', 'etl developer', 'developer skill', 'skill details', 'details informatica', 'informatica exprience', 'exprience 36', '36 monthscompany', 'monthscompany details', 'details company', 'company blue', 'blue shield', 'shield california', 'california description', 'description duration', 'duration mar', 'mar 2016', '2016 sept', 'sept 2017', '2017 description', 'description blue', 'blue shield', 'shield california', 'california bsc', 'bsc health', 'health plan', 'plan provider', 'provider the', 'the intent', 'intent project', 'project process', 'process feeds', 'feeds coming', 'coming going', 'going bsc', 'bsc system', 'system related', 'related eligibility', 'eligibility enrollment', 'enrollment claims', 'claims subject', 'subject areas', 'areas all', 'all feeds', 'feeds comes', 'comes different', 'different formats', 'formats processed', 'processed using', 'using informatica', 'informatica 9', '9 6', '6 1', '1 oracle', 'oracle 11g', '11g facets', 'facets 5', '5 0', '0 tidal', 'tidal technical', 'technical environment', 'environment etl', 'etl tool', 'tool informatica', 'informatica power', 'power center', 'center 9', '9 6', '6 1', '1 oracle', 'oracle 11g', '11g sql', 'sql pl', 'pl sql', 'sql unix', 'unix facets', 'facets tidal', 'tidal jira', 'jira putty', 'putty role', 'role etl', 'etl developer', 'developer responsibilities', 'responsibilities responsible', 'responsible analyzing', 'analyzing business', 'business requirement', 'requirement document', 'document involved', 'involved development', 'development informatica', 'informatica mappings', 'mappings using', 'using different', 'different transformations', 'transformations like', 'like source', 'source qualifier', 'qualifier expression', 'expression filter', 'filter router', 'router joiner', 'joiner union', 'union aggregator', 'aggregator normalizer', 'normalizer sorter', 'sorter lookup', 'lookup corresponding', 'corresponding sessions', 'sessions workflows', 'workflows extensively', 'extensively used', 'used informatica', 'informatica debugger', 'debugger figure', 'figure problems', 'problems mapping', 'mapping involved', 'involved troubleshooting', 'troubleshooting existing', 'existing bugs', 'bugs writing', 'writing unix', 'unix scripts', 'scripts sql', 'sql per', 'per business', 'business requirement', 'requirement impact', 'impact analysis', 'analysis change', 'change requests', 'requests development', 'development data', 'data fabrication', 'fabrication using', 'using facets', 'facets screens', 'screens well', 'well sql', 'sql statements', 'statements membership', 'membership domain', 'domain unit', 'unit testing', 'testing trouble', 'trouble shooting', 'shooting using', 'using informatica', 'informatica debugger', 'debugger sql', 'sql query', 'query preparation', 'preparation unit', 'unit test', 'test cases', 'cases prepare', 'prepare documents', 'documents design', 'design unit', 'unit testing', 'testing impact', 'impact analysis', 'analysis awards', 'awards achievements', 'achievements received', 'received kudos', 'kudos award', 'award syntel', 'syntel contribution', 'contribution error', 'error free', 'free work', 'work commitment', 'commitment towards', 'towards learning', 'learning client', 'client appreciation', 'appreciation outstanding', 'outstanding display', 'display syntel', 'syntel values', 'values received', 'received appreciation', 'appreciation management', 'management outstanding', 'outstanding performance', 'performance complete', 'complete tenure', 'tenure received', 'received spot', 'spot recognition', 'recognition automation', 'automation done', 'done project', 'education details january', 'details january 2015', 'january 2015 bachelor', '2015 bachelor engineering', 'bachelor engineering extc', 'engineering extc mumbai', 'extc mumbai maharashtra', 'mumbai maharashtra mumbai', 'maharashtra mumbai university', 'mumbai university january', 'university january 2012', 'january 2012 diploma', '2012 diploma industrial', 'diploma industrial electronics', 'industrial electronics vashi', 'electronics vashi maharashtra', 'vashi maharashtra in', 'maharashtra in fr', 'in fr agnel', 'fr agnel polytechnic', 'agnel polytechnic etl', 'polytechnic etl developer', 'etl developer etl', 'developer etl developer', 'etl developer skill', 'developer skill details', 'skill details informatica', 'details informatica exprience', 'informatica exprience 36', 'exprience 36 monthscompany', '36 monthscompany details', 'monthscompany details company', 'details company blue', 'company blue shield', 'blue shield california', 'shield california description', 'california description duration', 'description duration mar', 'duration mar 2016', 'mar 2016 sept', '2016 sept 2017', 'sept 2017 description', '2017 description blue', 'description blue shield', 'blue shield california', 'shield california bsc', 'california bsc health', 'bsc health plan', 'health plan provider', 'plan provider the', 'provider the intent', 'the intent project', 'intent project process', 'project process feeds', 'process feeds coming', 'feeds coming going', 'coming going bsc', 'going bsc system', 'bsc system related', 'system related eligibility', 'related eligibility enrollment', 'eligibility enrollment claims', 'enrollment claims subject', 'claims subject areas', 'subject areas all', 'areas all feeds', 'all feeds comes', 'feeds comes different', 'comes different formats', 'different formats processed', 'formats processed using', 'processed using informatica', 'using informatica 9', 'informatica 9 6', '9 6 1', '6 1 oracle', '1 oracle 11g', 'oracle 11g facets', '11g facets 5', 'facets 5 0', '5 0 tidal', '0 tidal technical', 'tidal technical environment', 'technical environment etl', 'environment etl tool', 'etl tool informatica', 'tool informatica power', 'informatica power center', 'power center 9', 'center 9 6', '9 6 1', '6 1 oracle', '1 oracle 11g', 'oracle 11g sql', '11g sql pl', 'sql pl sql', 'pl sql unix', 'sql unix facets', 'unix facets tidal', 'facets tidal jira', 'tidal jira putty', 'jira putty role', 'putty role etl', 'role etl developer', 'etl developer responsibilities', 'developer responsibilities responsible', 'responsibilities responsible analyzing', 'responsible analyzing business', 'analyzing business requirement', 'business requirement document', 'requirement document involved', 'document involved development', 'involved development informatica', 'development informatica mappings', 'informatica mappings using', 'mappings using different', 'using different transformations', 'different transformations like', 'transformations like source', 'like source qualifier', 'source qualifier expression', 'qualifier expression filter', 'expression filter router', 'filter router joiner', 'router joiner union', 'joiner union aggregator', 'union aggregator normalizer', 'aggregator normalizer sorter', 'normalizer sorter lookup', 'sorter lookup corresponding', 'lookup corresponding sessions', 'corresponding sessions workflows', 'sessions workflows extensively', 'workflows extensively used', 'extensively used informatica', 'used informatica debugger', 'informatica debugger figure', 'debugger figure problems', 'figure problems mapping', 'problems mapping involved', 'mapping involved troubleshooting', 'involved troubleshooting existing', 'troubleshooting existing bugs', 'existing bugs writing', 'bugs writing unix', 'writing unix scripts', 'unix scripts sql', 'scripts sql per', 'sql per business', 'per business requirement', 'business requirement impact', 'requirement impact analysis', 'impact analysis change', 'analysis change requests', 'change requests development', 'requests development data', 'development data fabrication', 'data fabrication using', 'fabrication using facets', 'using facets screens', 'facets screens well', 'screens well sql', 'well sql statements', 'sql statements membership', 'statements membership domain', 'membership domain unit', 'domain unit testing', 'unit testing trouble', 'testing trouble shooting', 'trouble shooting using', 'shooting using informatica', 'using informatica debugger', 'informatica debugger sql', 'debugger sql query', 'sql query preparation', 'query preparation unit', 'preparation unit test', 'unit test cases', 'test cases prepare', 'cases prepare documents', 'prepare documents design', 'documents design unit', 'design unit testing', 'unit testing impact', 'testing impact analysis', 'impact analysis awards', 'analysis awards achievements', 'awards achievements received', 'achievements received kudos', 'received kudos award', 'kudos award syntel', 'award syntel contribution', 'syntel contribution error', 'contribution error free', 'error free work', 'free work commitment', 'work commitment towards', 'commitment towards learning', 'towards learning client', 'learning client appreciation', 'client appreciation outstanding', 'appreciation outstanding display', 'outstanding display syntel', 'display syntel values', 'syntel values received', 'values received appreciation', 'received appreciation management', 'appreciation management outstanding', 'management outstanding performance', 'outstanding performance complete', 'performance complete tenure', 'complete tenure received', 'tenure received spot', 'received spot recognition', 'spot recognition automation', 'recognition automation done', 'automation done project', 'education details january 2015', 'details january 2015 bachelor', 'january 2015 bachelor engineering', '2015 bachelor engineering extc', 'bachelor engineering extc mumbai', 'engineering extc mumbai maharashtra', 'extc mumbai maharashtra mumbai', 'mumbai maharashtra mumbai university', 'maharashtra mumbai university january', 'mumbai university january 2012', 'university january 2012 diploma', 'january 2012 diploma industrial', '2012 diploma industrial electronics', 'diploma industrial electronics vashi', 'industrial electronics vashi maharashtra', 'electronics vashi maharashtra in', 'vashi maharashtra in fr', 'maharashtra in fr agnel', 'in fr agnel polytechnic', 'fr agnel polytechnic etl', 'agnel polytechnic etl developer', 'polytechnic etl developer etl', 'etl developer etl developer', 'developer etl developer skill', 'etl developer skill details', 'developer skill details informatica', 'skill details informatica exprience', 'details informatica exprience 36', 'informatica exprience 36 monthscompany', 'exprience 36 monthscompany details', '36 monthscompany details company', 'monthscompany details company blue', 'details company blue shield', 'company blue shield california', 'blue shield california description', 'shield california description duration', 'california description duration mar', 'description duration mar 2016', 'duration mar 2016 sept', 'mar 2016 sept 2017', '2016 sept 2017 description', 'sept 2017 description blue', '2017 description blue shield', 'description blue shield california', 'blue shield california bsc', 'shield california bsc health', 'california bsc health plan', 'bsc health plan provider', 'health plan provider the', 'plan provider the intent', 'provider the intent project', 'the intent project process', 'intent project process feeds', 'project process feeds coming', 'process feeds coming going', 'feeds coming going bsc', 'coming going bsc system', 'going bsc system related', 'bsc system related eligibility', 'system related eligibility enrollment', 'related eligibility enrollment claims', 'eligibility enrollment claims subject', 'enrollment claims subject areas', 'claims subject areas all', 'subject areas all feeds', 'areas all feeds comes', 'all feeds comes different', 'feeds comes different formats', 'comes different formats processed', 'different formats processed using', 'formats processed using informatica', 'processed using informatica 9', 'using informatica 9 6', 'informatica 9 6 1', '9 6 1 oracle', '6 1 oracle 11g', '1 oracle 11g facets', 'oracle 11g facets 5', '11g facets 5 0', 'facets 5 0 tidal', '5 0 tidal technical', '0 tidal technical environment', 'tidal technical environment etl', 'technical environment etl tool', 'environment etl tool informatica', 'etl tool informatica power', 'tool informatica power center', 'informatica power center 9', 'power center 9 6', 'center 9 6 1', '9 6 1 oracle', '6 1 oracle 11g', '1 oracle 11g sql', 'oracle 11g sql pl', '11g sql pl sql', 'sql pl sql unix', 'pl sql unix facets', 'sql unix facets tidal', 'unix facets tidal jira', 'facets tidal jira putty', 'tidal jira putty role', 'jira putty role etl', 'putty role etl developer', 'role etl developer responsibilities', 'etl developer responsibilities responsible', 'developer responsibilities responsible analyzing', 'responsibilities responsible analyzing business', 'responsible analyzing business requirement', 'analyzing business requirement document', 'business requirement document involved', 'requirement document involved development', 'document involved development informatica', 'involved development informatica mappings', 'development informatica mappings using', 'informatica mappings using different', 'mappings using different transformations', 'using different transformations like', 'different transformations like source', 'transformations like source qualifier', 'like source qualifier expression', 'source qualifier expression filter', 'qualifier expression filter router', 'expression filter router joiner', 'filter router joiner union', 'router joiner union aggregator', 'joiner union aggregator normalizer', 'union aggregator normalizer sorter', 'aggregator normalizer sorter lookup', 'normalizer sorter lookup corresponding', 'sorter lookup corresponding sessions', 'lookup corresponding sessions workflows', 'corresponding sessions workflows extensively', 'sessions workflows extensively used', 'workflows extensively used informatica', 'extensively used informatica debugger', 'used informatica debugger figure', 'informatica debugger figure problems', 'debugger figure problems mapping', 'figure problems mapping involved', 'problems mapping involved troubleshooting', 'mapping involved troubleshooting existing', 'involved troubleshooting existing bugs', 'troubleshooting existing bugs writing', 'existing bugs writing unix', 'bugs writing unix scripts', 'writing unix scripts sql', 'unix scripts sql per', 'scripts sql per business', 'sql per business requirement', 'per business requirement impact', 'business requirement impact analysis', 'requirement impact analysis change', 'impact analysis change requests', 'analysis change requests development', 'change requests development data', 'requests development data fabrication', 'development data fabrication using', 'data fabrication using facets', 'fabrication using facets screens', 'using facets screens well', 'facets screens well sql', 'screens well sql statements', 'well sql statements membership', 'sql statements membership domain', 'statements membership domain unit', 'membership domain unit testing', 'domain unit testing trouble', 'unit testing trouble shooting', 'testing trouble shooting using', 'trouble shooting using informatica', 'shooting using informatica debugger', 'using informatica debugger sql', 'informatica debugger sql query', 'debugger sql query preparation', 'sql query preparation unit', 'query preparation unit test', 'preparation unit test cases', 'unit test cases prepare', 'test cases prepare documents', 'cases prepare documents design', 'prepare documents design unit', 'documents design unit testing', 'design unit testing impact', 'unit testing impact analysis', 'testing impact analysis awards', 'impact analysis awards achievements', 'analysis awards achievements received', 'awards achievements received kudos', 'achievements received kudos award', 'received kudos award syntel', 'kudos award syntel contribution', 'award syntel contribution error', 'syntel contribution error free', 'contribution error free work', 'error free work commitment', 'free work commitment towards', 'work commitment towards learning', 'commitment towards learning client', 'towards learning client appreciation', 'learning client appreciation outstanding', 'client appreciation outstanding display', 'appreciation outstanding display syntel', 'outstanding display syntel values', 'display syntel values received', 'syntel values received appreciation', 'values received appreciation management', 'received appreciation management outstanding', 'appreciation management outstanding performance', 'management outstanding performance complete', 'outstanding performance complete tenure', 'performance complete tenure received', 'complete tenure received spot', 'tenure received spot recognition', 'received spot recognition automation', 'spot recognition automation done', 'recognition automation done project', 'education details january 2015 bachelor', 'details january 2015 bachelor engineering', 'january 2015 bachelor engineering extc', '2015 bachelor engineering extc mumbai', 'bachelor engineering extc mumbai maharashtra', 'engineering extc mumbai maharashtra mumbai', 'extc mumbai maharashtra mumbai university', 'mumbai maharashtra mumbai university january', 'maharashtra mumbai university january 2012', 'mumbai university january 2012 diploma', 'university january 2012 diploma industrial', 'january 2012 diploma industrial electronics', '2012 diploma industrial electronics vashi', 'diploma industrial electronics vashi maharashtra', 'industrial electronics vashi maharashtra in', 'electronics vashi maharashtra in fr', 'vashi maharashtra in fr agnel', 'maharashtra in fr agnel polytechnic', 'in fr agnel polytechnic etl', 'fr agnel polytechnic etl developer', 'agnel polytechnic etl developer etl', 'polytechnic etl developer etl developer', 'etl developer etl developer skill', 'developer etl developer skill details', 'etl developer skill details informatica', 'developer skill details informatica exprience', 'skill details informatica exprience 36', 'details informatica exprience 36 monthscompany', 'informatica exprience 36 monthscompany details', 'exprience 36 monthscompany details company', '36 monthscompany details company blue', 'monthscompany details company blue shield', 'details company blue shield california', 'company blue shield california description', 'blue shield california description duration', 'shield california description duration mar', 'california description duration mar 2016', 'description duration mar 2016 sept', 'duration mar 2016 sept 2017', 'mar 2016 sept 2017 description', '2016 sept 2017 description blue', 'sept 2017 description blue shield', '2017 description blue shield california', 'description blue shield california bsc', 'blue shield california bsc health', 'shield california bsc health plan', 'california bsc health plan provider', 'bsc health plan provider the', 'health plan provider the intent', 'plan provider the intent project', 'provider the intent project process', 'the intent project process feeds', 'intent project process feeds coming', 'project process feeds coming going', 'process feeds coming going bsc', 'feeds coming going bsc system', 'coming going bsc system related', 'going bsc system related eligibility', 'bsc system related eligibility enrollment', 'system related eligibility enrollment claims', 'related eligibility enrollment claims subject', 'eligibility enrollment claims subject areas', 'enrollment claims subject areas all', 'claims subject areas all feeds', 'subject areas all feeds comes', 'areas all feeds comes different', 'all feeds comes different formats', 'feeds comes different formats processed', 'comes different formats processed using', 'different formats processed using informatica', 'formats processed using informatica 9', 'processed using informatica 9 6', 'using informatica 9 6 1', 'informatica 9 6 1 oracle', '9 6 1 oracle 11g', '6 1 oracle 11g facets', '1 oracle 11g facets 5', 'oracle 11g facets 5 0', '11g facets 5 0 tidal', 'facets 5 0 tidal technical', '5 0 tidal technical environment', '0 tidal technical environment etl', 'tidal technical environment etl tool', 'technical environment etl tool informatica', 'environment etl tool informatica power', 'etl tool informatica power center', 'tool informatica power center 9', 'informatica power center 9 6', 'power center 9 6 1', 'center 9 6 1 oracle', '9 6 1 oracle 11g', '6 1 oracle 11g sql', '1 oracle 11g sql pl', 'oracle 11g sql pl sql', '11g sql pl sql unix', 'sql pl sql unix facets', 'pl sql unix facets tidal', 'sql unix facets tidal jira', 'unix facets tidal jira putty', 'facets tidal jira putty role', 'tidal jira putty role etl', 'jira putty role etl developer', 'putty role etl developer responsibilities', 'role etl developer responsibilities responsible', 'etl developer responsibilities responsible analyzing', 'developer responsibilities responsible analyzing business', 'responsibilities responsible analyzing business requirement', 'responsible analyzing business requirement document', 'analyzing business requirement document involved', 'business requirement document involved development', 'requirement document involved development informatica', 'document involved development informatica mappings', 'involved development informatica mappings using', 'development informatica mappings using different', 'informatica mappings using different transformations', 'mappings using different transformations like', 'using different transformations like source', 'different transformations like source qualifier', 'transformations like source qualifier expression', 'like source qualifier expression filter', 'source qualifier expression filter router', 'qualifier expression filter router joiner', 'expression filter router joiner union', 'filter router joiner union aggregator', 'router joiner union aggregator normalizer', 'joiner union aggregator normalizer sorter', 'union aggregator normalizer sorter lookup', 'aggregator normalizer sorter lookup corresponding', 'normalizer sorter lookup corresponding sessions', 'sorter lookup corresponding sessions workflows', ...], ['skill', 'set', 'talend', 'big', 'data', 'informatica', 'power', 'center', 'microsoft', 'sql', 'server', 'sql', 'platform', '6', '2', '1', 'management', 'studio', 'workbench', 'aws', 'services', 'talend', 'administration', 'console', 'microsoft', 'visual', 'redshift', 'tac', 'studio', 'athena', 'data', 'warehouse', 'concept', 'star', 'sql', 's3', 'schema', 'facts', 'dimensions', 'data', 'modeling', 'data', 'integration', 'microsoft', 'a', 'ess', 'education', 'details', 'january', '2012', 'january', '2016', 'be', 'mumbai', 'maharashtra', 'university', 'mumbai', 'january', '2012', 'cbse', 'technology', 'kochi', 'kerala', 'st', 'francis', 'talend', 'etl', 'developer', 'talend', 'etl', 'developer', 'tata', 'consultancy', 'services', 'skill', 'details', 'data', 'warehouse', 'exprience', '23', 'months', 'database', 'exprience', '20', 'months', 'integration', 'exprience', '20', 'months', 'integrator', 'exprience', '20', 'months', 'ms', 'sql', 'server', 'exprience', '20', 'monthscompany', 'details', 'company', 'tata', 'consultancy', 'services', 'description', 'prepared', 'etl', 'mapping', 'documents', 'every', 'mapping', 'data', 'migration', 'document', 'smooth', 'transfer', 'project', 'development', 'testing', 'environment', 'production', 'environment', 'performed', 'unit', 'testing', 'system', 'testing', 'validate', 'data', 'loads', 'target', 'troubleshoot', 'long', 'running', 'jobs', 'fixed', 'issues', 'expertise', 'creating', 'mappings', 'talend', 'using', 'big', 'data', 'supporting', 'components', 'tjdbcconfiguration', 'tjdbcinput', 'thdfsconfiguration', 'ts3configuration', 'tcacheout', 'tcachein', 'tsqlrow', 'standard', 'components', 'like', 'tfileinputdelimited', 'tfileoutputdelimited', 'tmap', 'tjoin', 'treplicate', 'tparallelize', 'tconverttype', 'taggregate', 'tsortrow', 'tflowmeter', 'tlogcatcher', 'trowgenerator', 'tjava', 'tjavarow', 'taggregaterow', 'tfilter', 'etc', 'used', 'etl', 'methodologies', 'best', 'practices', 'create', 'talend', 'etl', 'jobs', 'followed', 'enhanced', 'programming', 'naming', 'standards', 'developed', 'jobs', 'components', 'joblets', 'talend', 'used', 'trunjob', 'component', 'run', 'child', 'job', 'parent', 'job', 'pass', 'parameters', 'parent', 'child', 'job', 'created', 'deployed', 'physical', 'objects', 'including', 'custom', 'tables', 'custom', 'views', 'stored', 'procedures', 'indexes', 'sql', 'server', 'staging', 'data', 'warehouse', 'environment', 'involved', 'writing', 'sql', 'queries', 'used', 'joins', 'ess', 'data', 'mysql', 'created', 'managed', 'source', 'target', 'mapping', 'documents', 'facts', 'dimension', 'tables', 'broad', 'design', 'development', 'testing', 'experience', 'talend', 'integration', 'suite', 'knowledge', 'performance', 'tuning', 'mappings', 'extensively', 'used', 'tmap', 'component', 'lookup', 'joiner', 'functions', 'experienced', 'writing', 'expressions', 'within', 'tmap', 'per', 'business', 'need', 'handled', 'insert', 'update', 'strategy', 'using', 'tsqlrow', 'created', 'implicit', 'local', 'global', 'context', 'variables', 'job', 'run', 'talend', 'jobs', 'different', 'environments', 'worked', 'talend', 'administration', 'console', 'tac', 'scheduling', 'jobs', 'adding', 'users', 'experienced', 'building', 'talend', 'job', 'outside', 'talend', 'studio', 'well', 'tac', 'server', 'developed', 'mappings', 'load', 'fact', 'dimension', 'tables', 'scd', 'type', '1', 'scd', 'type', '2', 'dimensions', 'incremental', 'loading', 'unit', 'tested', 'mappings', 'developed', 'framework', 'integrated', 'job', 'schedules', 'multiple', 'jobs', 'time', 'updates', 'last', 'su', 'essful', 'run', 'time', 'su', 'ess', 'status', 'sending', 'mail', 'failed', 'jobs', 'maintaining', 'counts', 'sql', 'database', 'used', 'tparalleize', 'component', 'multi', 'thread', 'execution', 'option', 'run', 'subjobs', 'parallel', 'increases', 'performance', 'job', 'created', 'talend', 'jobs', 'copy', 'files', 'one', 'server', 'another', 'utilized', 'talend', 'ftp', 'components', 'implemented', 'ftp', 'operations', 'using', 'talend', 'studio', 'transfer', 'files', 'network', 'folders', 'well', 'ftp', 'server', 'using', 'components', 'like', 'tfilelist', 'ts3put', 'tftput', 'tfileexist', 'tftpconnection', 'etc', 'extracted', 'data', 'flat', 'files', 'databases', 'applied', 'business', 'logic', 'load', 'staging', 'database', 'well', 'flat', 'files', 'su', 'essfully', 'loaded', 'data', 'different', 'targets', 'various', 'source', 'systems', 'like', 'sql', 'database', 'db2', 'flatfiles', 'xml', 'files', 'etc', 'staging', 'table', 'target', 'database', 'company', 'tata', 'consultancy', 'services', 'description', 'experience', 'development', 'design', 'etl', 'extract', 'transform', 'loading', 'data', 'methodology', 'supporting', 'data', 'transformations', 'processing', 'corporate', 'wide', 'etl', 'solution', 'using', 'talend', 'big', 'data', 'platform', 'excellent', 'working', 'experience', 'agile', 'methodologies', 'proficiency', 'gathering', 'understanding', 'client', 'requirements', 'translate', 'business', 'needs', 'technical', 'requirements', 'design', 'develop', 'end', 'end', 'etl', 'process', 'various', 'source', 'systems', 'staging', 'area', 'staging', 'data', 'warehouse', 'soliciting', 'documenting', 'business', 'functional', 'data', 'requirements', 'context', 'variable', 'diagrams', 'use', 'cases', 'etl', 'related', 'diagrams', 'excellent', 'oral', 'written', 'communication', 'ability', 'effectively', 'work', 'onsite', 'remote', 'teams', 'a', 'good', 'team', 'player', 'excellent', 'problem', 'solving', 'ability', 'time', 'management', 'skills', 'profound', 'insight', 'determine', 'priorities', 'schedule', 'work', 'meet', 'critical', 'deadlines', 'company', 'tata', 'consultancy', 'services', 'description', 'prepared', 'etl', 'mapping', 'documents', 'every', 'mapping', 'data', 'migration', 'document', 'smooth', 'transfer', 'project', 'development', 'testing', 'environment', 'production', 'environment', 'performed', 'unit', 'testing', 'system', 'testing', 'validate', 'data', 'loads', 'target', 'troubleshoot', 'long', 'running', 'jobs', 'fixed', 'issues', 'skill set', 'set talend', 'talend big', 'big data', 'data informatica', 'informatica power', 'power center', 'center microsoft', 'microsoft sql', 'sql server', 'server sql', 'sql platform', 'platform 6', '6 2', '2 1', '1 management', 'management studio', 'studio workbench', 'workbench aws', 'aws services', 'services talend', 'talend administration', 'administration console', 'console microsoft', 'microsoft visual', 'visual redshift', 'redshift tac', 'tac studio', 'studio athena', 'athena data', 'data warehouse', 'warehouse concept', 'concept star', 'star sql', 'sql s3', 's3 schema', 'schema facts', 'facts dimensions', 'dimensions data', 'data modeling', 'modeling data', 'data integration', 'integration microsoft', 'microsoft a', 'a ess', 'ess education', 'education details', 'details january', 'january 2012', '2012 january', 'january 2016', '2016 be', 'be mumbai', 'mumbai maharashtra', 'maharashtra university', 'university mumbai', 'mumbai january', 'january 2012', '2012 cbse', 'cbse technology', 'technology kochi', 'kochi kerala', 'kerala st', 'st francis', 'francis talend', 'talend etl', 'etl developer', 'developer talend', 'talend etl', 'etl developer', 'developer tata', 'tata consultancy', 'consultancy services', 'services skill', 'skill details', 'details data', 'data warehouse', 'warehouse exprience', 'exprience 23', '23 months', 'months database', 'database exprience', 'exprience 20', '20 months', 'months integration', 'integration exprience', 'exprience 20', '20 months', 'months integrator', 'integrator exprience', 'exprience 20', '20 months', 'months ms', 'ms sql', 'sql server', 'server exprience', 'exprience 20', '20 monthscompany', 'monthscompany details', 'details company', 'company tata', 'tata consultancy', 'consultancy services', 'services description', 'description prepared', 'prepared etl', 'etl mapping', 'mapping documents', 'documents every', 'every mapping', 'mapping data', 'data migration', 'migration document', 'document smooth', 'smooth transfer', 'transfer project', 'project development', 'development testing', 'testing environment', 'environment production', 'production environment', 'environment performed', 'performed unit', 'unit testing', 'testing system', 'system testing', 'testing validate', 'validate data', 'data loads', 'loads target', 'target troubleshoot', 'troubleshoot long', 'long running', 'running jobs', 'jobs fixed', 'fixed issues', 'issues expertise', 'expertise creating', 'creating mappings', 'mappings talend', 'talend using', 'using big', 'big data', 'data supporting', 'supporting components', 'components tjdbcconfiguration', 'tjdbcconfiguration tjdbcinput', 'tjdbcinput thdfsconfiguration', 'thdfsconfiguration ts3configuration', 'ts3configuration tcacheout', 'tcacheout tcachein', 'tcachein tsqlrow', 'tsqlrow standard', 'standard components', 'components like', 'like tfileinputdelimited', 'tfileinputdelimited tfileoutputdelimited', 'tfileoutputdelimited tmap', 'tmap tjoin', 'tjoin treplicate', 'treplicate tparallelize', 'tparallelize tconverttype', 'tconverttype taggregate', 'taggregate tsortrow', 'tsortrow tflowmeter', 'tflowmeter tlogcatcher', 'tlogcatcher trowgenerator', 'trowgenerator tjava', 'tjava tjavarow', 'tjavarow taggregaterow', 'taggregaterow tfilter', 'tfilter etc', 'etc used', 'used etl', 'etl methodologies', 'methodologies best', 'best practices', 'practices create', 'create talend', 'talend etl', 'etl jobs', 'jobs followed', 'followed enhanced', 'enhanced programming', 'programming naming', 'naming standards', 'standards developed', 'developed jobs', 'jobs components', 'components joblets', 'joblets talend', 'talend used', 'used trunjob', 'trunjob component', 'component run', 'run child', 'child job', 'job parent', 'parent job', 'job pass', 'pass parameters', 'parameters parent', 'parent child', 'child job', 'job created', 'created deployed', 'deployed physical', 'physical objects', 'objects including', 'including custom', 'custom tables', 'tables custom', 'custom views', 'views stored', 'stored procedures', 'procedures indexes', 'indexes sql', 'sql server', 'server staging', 'staging data', 'data warehouse', 'warehouse environment', 'environment involved', 'involved writing', 'writing sql', 'sql queries', 'queries used', 'used joins', 'joins ess', 'ess data', 'data mysql', 'mysql created', 'created managed', 'managed source', 'source target', 'target mapping', 'mapping documents', 'documents facts', 'facts dimension', 'dimension tables', 'tables broad', 'broad design', 'design development', 'development testing', 'testing experience', 'experience talend', 'talend integration', 'integration suite', 'suite knowledge', 'knowledge performance', 'performance tuning', 'tuning mappings', 'mappings extensively', 'extensively used', 'used tmap', 'tmap component', 'component lookup', 'lookup joiner', 'joiner functions', 'functions experienced', 'experienced writing', 'writing expressions', 'expressions within', 'within tmap', 'tmap per', 'per business', 'business need', 'need handled', 'handled insert', 'insert update', 'update strategy', 'strategy using', 'using tsqlrow', 'tsqlrow created', 'created implicit', 'implicit local', 'local global', 'global context', 'context variables', 'variables job', 'job run', 'run talend', 'talend jobs', 'jobs different', 'different environments', 'environments worked', 'worked talend', 'talend administration', 'administration console', 'console tac', 'tac scheduling', 'scheduling jobs', 'jobs adding', 'adding users', 'users experienced', 'experienced building', 'building talend', 'talend job', 'job outside', 'outside talend', 'talend studio', 'studio well', 'well tac', 'tac server', 'server developed', 'developed mappings', 'mappings load', 'load fact', 'fact dimension', 'dimension tables', 'tables scd', 'scd type', 'type 1', '1 scd', 'scd type', 'type 2', '2 dimensions', 'dimensions incremental', 'incremental loading', 'loading unit', 'unit tested', 'tested mappings', 'mappings developed', 'developed framework', 'framework integrated', 'integrated job', 'job schedules', 'schedules multiple', 'multiple jobs', 'jobs time', 'time updates', 'updates last', 'last su', 'su essful', 'essful run', 'run time', 'time su', 'su ess', 'ess status', 'status sending', 'sending mail', 'mail failed', 'failed jobs', 'jobs maintaining', 'maintaining counts', 'counts sql', 'sql database', 'database used', 'used tparalleize', 'tparalleize component', 'component multi', 'multi thread', 'thread execution', 'execution option', 'option run', 'run subjobs', 'subjobs parallel', 'parallel increases', 'increases performance', 'performance job', 'job created', 'created talend', 'talend jobs', 'jobs copy', 'copy files', 'files one', 'one server', 'server another', 'another utilized', 'utilized talend', 'talend ftp', 'ftp components', 'components implemented', 'implemented ftp', 'ftp operations', 'operations using', 'using talend', 'talend studio', 'studio transfer', 'transfer files', 'files network', 'network folders', 'folders well', 'well ftp', 'ftp server', 'server using', 'using components', 'components like', 'like tfilelist', 'tfilelist ts3put', 'ts3put tftput', 'tftput tfileexist', 'tfileexist tftpconnection', 'tftpconnection etc', 'etc extracted', 'extracted data', 'data flat', 'flat files', 'files databases', 'databases applied', 'applied business', 'business logic', 'logic load', 'load staging', 'staging database', 'database well', 'well flat', 'flat files', 'files su', 'su essfully', 'essfully loaded', 'loaded data', 'data different', 'different targets', 'targets various', 'various source', 'source systems', 'systems like', 'like sql', 'sql database', 'database db2', 'db2 flatfiles', 'flatfiles xml', 'xml files', 'files etc', 'etc staging', 'staging table', 'table target', 'target database', 'database company', 'company tata', 'tata consultancy', 'consultancy services', ...], ['computer', 'skills', 'yes', 'sql', 'knowledge', 'yes', 'unix', 'knowledge', 'yes', 'data', 'warehouse', 'knowledge', 'yes', 'ab', 'intio', 'yee', 'my', 'hobbies', 'playing', 'cricket', 'football', 'reading', 'books', 'visiting', 'new', 'places', 'travelling', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'factual', 'correct', 'best', 'knowledge', 'belief', 'date', '27', '01', '2019', 'mr', 'manish', 'prabhakar', 'patil', 'place', 'mumbai', 'education', 'details', 'june', '2014', 'june', '2015', 'bachelor', 'electronics', 'telecommunication', 'a', 'c', 'patil', 'college', 'engineering', 'january', '2009', 'january', '2011', 'engineering', 'navi', 'mumbai', 'maharashtra', 'bharati', 'vidyapeeth', 'january', '2008', 'h', 's', 'c', 'mumbai', 'maharashtra', 'khalsa', 'college', 'etl', 'informatica', 'developer', 'etl', 'developer', 'skill', 'details', 'etl', 'exprience', 'less', '1', 'year', 'months', 'data', 'warehouse', 'exprience', 'less', '1', 'year', 'months', 'datastage', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'reliance', 'infocomm', 'description', 'i', 'havevbeen', 'working', 'etl', 'developer', 'reliance', 'industries', 'india', 'past', '3years', 'i', 'good', 'knowledge', 'informatica', 'sql', 'well', 'good', 'knowledge', 'unix', 'i', 'willing', 'work', 'company', 'developer', 'computer skills', 'skills yes', 'yes sql', 'sql knowledge', 'knowledge yes', 'yes unix', 'unix knowledge', 'knowledge yes', 'yes data', 'data warehouse', 'warehouse knowledge', 'knowledge yes', 'yes ab', 'ab intio', 'intio yee', 'yee my', 'my hobbies', 'hobbies playing', 'playing cricket', 'cricket football', 'football reading', 'reading books', 'books visiting', 'visiting new', 'new places', 'places travelling', 'travelling declaration', 'declaration i', 'i hereby', 'hereby declare', 'declare mentioned', 'mentioned information', 'information factual', 'factual correct', 'correct best', 'best knowledge', 'knowledge belief', 'belief date', 'date 27', '27 01', '01 2019', '2019 mr', 'mr manish', 'manish prabhakar', 'prabhakar patil', 'patil place', 'place mumbai', 'mumbai education', 'education details', 'details june', 'june 2014', '2014 june', 'june 2015', '2015 bachelor', 'bachelor electronics', 'electronics telecommunication', 'telecommunication a', 'a c', 'c patil', 'patil college', 'college engineering', 'engineering january', 'january 2009', '2009 january', 'january 2011', '2011 engineering', 'engineering navi', 'navi mumbai', 'mumbai maharashtra', 'maharashtra bharati', 'bharati vidyapeeth', 'vidyapeeth january', 'january 2008', '2008 h', 'h s', 's c', 'c mumbai', 'mumbai maharashtra', 'maharashtra khalsa', 'khalsa college', 'college etl', 'etl informatica', 'informatica developer', 'developer etl', 'etl developer', 'developer skill', 'skill details', 'details etl', 'etl exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months data', 'data warehouse', 'warehouse exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months datastage', 'datastage exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company reliance', 'reliance infocomm', 'infocomm description', 'description i', 'i havevbeen', 'havevbeen working', 'working etl', 'etl developer', 'developer reliance', 'reliance industries', 'industries india', 'india past', 'past 3years', '3years i', 'i good', 'good knowledge', 'knowledge informatica', 'informatica sql', 'sql well', 'well good', 'good knowledge', 'knowledge unix', 'unix i', 'i willing', 'willing work', 'work company', 'company developer', 'computer skills yes', 'skills yes sql', 'yes sql knowledge', 'sql knowledge yes', 'knowledge yes unix', 'yes unix knowledge', 'unix knowledge yes', 'knowledge yes data', 'yes data warehouse', 'data warehouse knowledge', 'warehouse knowledge yes', 'knowledge yes ab', 'yes ab intio', 'ab intio yee', 'intio yee my', 'yee my hobbies', 'my hobbies playing', 'hobbies playing cricket', 'playing cricket football', 'cricket football reading', 'football reading books', 'reading books visiting', 'books visiting new', 'visiting new places', 'new places travelling', 'places travelling declaration', 'travelling declaration i', 'declaration i hereby', 'i hereby declare', 'hereby declare mentioned', 'declare mentioned information', 'mentioned information factual', 'information factual correct', 'factual correct best', 'correct best knowledge', 'best knowledge belief', 'knowledge belief date', 'belief date 27', 'date 27 01', '27 01 2019', '01 2019 mr', '2019 mr manish', 'mr manish prabhakar', 'manish prabhakar patil', 'prabhakar patil place', 'patil place mumbai', 'place mumbai education', 'mumbai education details', 'education details june', 'details june 2014', 'june 2014 june', '2014 june 2015', 'june 2015 bachelor', '2015 bachelor electronics', 'bachelor electronics telecommunication', 'electronics telecommunication a', 'telecommunication a c', 'a c patil', 'c patil college', 'patil college engineering', 'college engineering january', 'engineering january 2009', 'january 2009 january', '2009 january 2011', 'january 2011 engineering', '2011 engineering navi', 'engineering navi mumbai', 'navi mumbai maharashtra', 'mumbai maharashtra bharati', 'maharashtra bharati vidyapeeth', 'bharati vidyapeeth january', 'vidyapeeth january 2008', 'january 2008 h', '2008 h s', 'h s c', 's c mumbai', 'c mumbai maharashtra', 'mumbai maharashtra khalsa', 'maharashtra khalsa college', 'khalsa college etl', 'college etl informatica', 'etl informatica developer', 'informatica developer etl', 'developer etl developer', 'etl developer skill', 'developer skill details', 'skill details etl', 'details etl exprience', 'etl exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months data', 'months data warehouse', 'data warehouse exprience', 'warehouse exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months datastage', 'months datastage exprience', 'datastage exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company reliance', 'company reliance infocomm', 'reliance infocomm description', 'infocomm description i', 'description i havevbeen', 'i havevbeen working', 'havevbeen working etl', 'working etl developer', 'etl developer reliance', 'developer reliance industries', 'reliance industries india', 'industries india past', 'india past 3years', 'past 3years i', '3years i good', 'i good knowledge', 'good knowledge informatica', 'knowledge informatica sql', 'informatica sql well', 'sql well good', 'well good knowledge', 'good knowledge unix', 'knowledge unix i', 'unix i willing', 'i willing work', 'willing work company', 'work company developer', 'computer skills yes sql', 'skills yes sql knowledge', 'yes sql knowledge yes', 'sql knowledge yes unix', 'knowledge yes unix knowledge', 'yes unix knowledge yes', 'unix knowledge yes data', 'knowledge yes data warehouse', 'yes data warehouse knowledge', 'data warehouse knowledge yes', 'warehouse knowledge yes ab', 'knowledge yes ab intio', 'yes ab intio yee', 'ab intio yee my', 'intio yee my hobbies', 'yee my hobbies playing', 'my hobbies playing cricket', 'hobbies playing cricket football', 'playing cricket football reading', 'cricket football reading books', 'football reading books visiting', 'reading books visiting new', 'books visiting new places', 'visiting new places travelling', 'new places travelling declaration', 'places travelling declaration i', 'travelling declaration i hereby', 'declaration i hereby declare', 'i hereby declare mentioned', 'hereby declare mentioned information', 'declare mentioned information factual', 'mentioned information factual correct', 'information factual correct best', 'factual correct best knowledge', 'correct best knowledge belief', 'best knowledge belief date', 'knowledge belief date 27', 'belief date 27 01', 'date 27 01 2019', '27 01 2019 mr', '01 2019 mr manish', '2019 mr manish prabhakar', 'mr manish prabhakar patil', 'manish prabhakar patil place', 'prabhakar patil place mumbai', 'patil place mumbai education', 'place mumbai education details', 'mumbai education details june', 'education details june 2014', 'details june 2014 june', 'june 2014 june 2015', '2014 june 2015 bachelor', 'june 2015 bachelor electronics', '2015 bachelor electronics telecommunication', 'bachelor electronics telecommunication a', 'electronics telecommunication a c', 'telecommunication a c patil', 'a c patil college', 'c patil college engineering', 'patil college engineering january', 'college engineering january 2009', 'engineering january 2009 january', 'january 2009 january 2011', '2009 january 2011 engineering', 'january 2011 engineering navi', '2011 engineering navi mumbai', 'engineering navi mumbai maharashtra', 'navi mumbai maharashtra bharati', 'mumbai maharashtra bharati vidyapeeth', 'maharashtra bharati vidyapeeth january', 'bharati vidyapeeth january 2008', 'vidyapeeth january 2008 h', 'january 2008 h s', '2008 h s c', 'h s c mumbai', 's c mumbai maharashtra', 'c mumbai maharashtra khalsa', 'mumbai maharashtra khalsa college', 'maharashtra khalsa college etl', 'khalsa college etl informatica', 'college etl informatica developer', 'etl informatica developer etl', 'informatica developer etl developer', 'developer etl developer skill', 'etl developer skill details', 'developer skill details etl', 'skill details etl exprience', 'details etl exprience less', 'etl exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months data', 'year months data warehouse', 'months data warehouse exprience', 'data warehouse exprience less', 'warehouse exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months datastage', 'year months datastage exprience', 'months datastage exprience less', 'datastage exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company reliance', 'details company reliance infocomm', 'company reliance infocomm description', 'reliance infocomm description i', 'infocomm description i havevbeen', 'description i havevbeen working', 'i havevbeen working etl', 'havevbeen working etl developer', 'working etl developer reliance', 'etl developer reliance industries', 'developer reliance industries india', 'reliance industries india past', 'industries india past 3years', 'india past 3years i', 'past 3years i good', '3years i good knowledge', 'i good knowledge informatica', 'good knowledge informatica sql', 'knowledge informatica sql well', 'informatica sql well good', 'sql well good knowledge', 'well good knowledge unix', 'good knowledge unix i', 'knowledge unix i willing', 'unix i willing work', 'i willing work company', 'willing work company developer', 'computer skills yes sql knowledge', 'skills yes sql knowledge yes', 'yes sql knowledge yes unix', 'sql knowledge yes unix knowledge', 'knowledge yes unix knowledge yes', 'yes unix knowledge yes data', 'unix knowledge yes data warehouse', 'knowledge yes data warehouse knowledge', 'yes data warehouse knowledge yes', 'data warehouse knowledge yes ab', 'warehouse knowledge yes ab intio', 'knowledge yes ab intio yee', 'yes ab intio yee my', 'ab intio yee my hobbies', 'intio yee my hobbies playing', 'yee my hobbies playing cricket', 'my hobbies playing cricket football', 'hobbies playing cricket football reading', 'playing cricket football reading books', 'cricket football reading books visiting', 'football reading books visiting new', 'reading books visiting new places', 'books visiting new places travelling', 'visiting new places travelling declaration', 'new places travelling declaration i', 'places travelling declaration i hereby', 'travelling declaration i hereby declare', 'declaration i hereby declare mentioned', 'i hereby declare mentioned information', 'hereby declare mentioned information factual', 'declare mentioned information factual correct', 'mentioned information factual correct best', 'information factual correct best knowledge', 'factual correct best knowledge belief', 'correct best knowledge belief date', 'best knowledge belief date 27', 'knowledge belief date 27 01', 'belief date 27 01 2019', 'date 27 01 2019 mr', '27 01 2019 mr manish', '01 2019 mr manish prabhakar', '2019 mr manish prabhakar patil', 'mr manish prabhakar patil place', 'manish prabhakar patil place mumbai', 'prabhakar patil place mumbai education', 'patil place mumbai education details', 'place mumbai education details june', 'mumbai education details june 2014', 'education details june 2014 june', 'details june 2014 june 2015', 'june 2014 june 2015 bachelor', '2014 june 2015 bachelor electronics', 'june 2015 bachelor electronics telecommunication', '2015 bachelor electronics telecommunication a', 'bachelor electronics telecommunication a c', 'electronics telecommunication a c patil', 'telecommunication a c patil college', 'a c patil college engineering', 'c patil college engineering january', 'patil college engineering january 2009', 'college engineering january 2009 january', 'engineering january 2009 january 2011', 'january 2009 january 2011 engineering', '2009 january 2011 engineering navi', 'january 2011 engineering navi mumbai', '2011 engineering navi mumbai maharashtra', 'engineering navi mumbai maharashtra bharati', 'navi mumbai maharashtra bharati vidyapeeth', 'mumbai maharashtra bharati vidyapeeth january', 'maharashtra bharati vidyapeeth january 2008', 'bharati vidyapeeth january 2008 h', 'vidyapeeth january 2008 h s', 'january 2008 h s c', '2008 h s c mumbai', 'h s c mumbai maharashtra', 's c mumbai maharashtra khalsa', 'c mumbai maharashtra khalsa college', 'mumbai maharashtra khalsa college etl', 'maharashtra khalsa college etl informatica', 'khalsa college etl informatica developer', 'college etl informatica developer etl', 'etl informatica developer etl developer', 'informatica developer etl developer skill', 'developer etl developer skill details', 'etl developer skill details etl', 'developer skill details etl exprience', 'skill details etl exprience less', 'details etl exprience less 1', 'etl exprience less 1 year', 'exprience less 1 year months', 'less 1 year months data', '1 year months data warehouse', 'year months data warehouse exprience', 'months data warehouse exprience less', 'data warehouse exprience less 1', 'warehouse exprience less 1 year', 'exprience less 1 year months', 'less 1 year months datastage', '1 year months datastage exprience', 'year months datastage exprience less', 'months datastage exprience less 1', 'datastage exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company reliance', 'monthscompany details company reliance infocomm', 'details company reliance infocomm description', 'company reliance infocomm description i', 'reliance infocomm description i havevbeen', 'infocomm description i havevbeen working', 'description i havevbeen working etl', 'i havevbeen working etl developer', 'havevbeen working etl developer reliance', 'working etl developer reliance industries', 'etl developer reliance industries india', 'developer reliance industries india past', 'reliance industries india past 3years', 'industries india past 3years i', 'india past 3years i good', 'past 3years i good knowledge', '3years i good knowledge informatica', 'i good knowledge informatica sql', 'good knowledge informatica sql well', 'knowledge informatica sql well good', 'informatica sql well good knowledge', 'sql well good knowledge unix', 'well good knowledge unix i', 'good knowledge unix i willing', 'knowledge unix i willing work', 'unix i willing work company', 'i willing work company developer', 'computer skills yes sql knowledge yes', 'skills yes sql knowledge yes unix', 'yes sql knowledge yes unix knowledge', 'sql knowledge yes unix knowledge yes', 'knowledge yes unix knowledge yes data', 'yes unix knowledge yes data warehouse', 'unix knowledge yes data warehouse knowledge', 'knowledge yes data warehouse knowledge yes', 'yes data warehouse knowledge yes ab', 'data warehouse knowledge yes ab intio', 'warehouse knowledge yes ab intio yee', 'knowledge yes ab intio yee my', 'yes ab intio yee my hobbies', 'ab intio yee my hobbies playing', 'intio yee my hobbies playing cricket', 'yee my hobbies playing cricket football', 'my hobbies playing cricket football reading', 'hobbies playing cricket football reading books', 'playing cricket football reading books visiting', 'cricket football reading books visiting new', 'football reading books visiting new places', 'reading books visiting new places travelling', 'books visiting new places travelling declaration', 'visiting new places travelling declaration i', 'new places travelling declaration i hereby', 'places travelling declaration i hereby declare', 'travelling declaration i hereby declare mentioned', 'declaration i hereby declare mentioned information', 'i hereby declare mentioned information factual', 'hereby declare mentioned information factual correct', 'declare mentioned information factual correct best', 'mentioned information factual correct best knowledge', 'information factual correct best knowledge belief', 'factual correct best knowledge belief date', 'correct best knowledge belief date 27', 'best knowledge belief date 27 01', 'knowledge belief date 27 01 2019', 'belief date 27 01 2019 mr', 'date 27 01 2019 mr manish', '27 01 2019 mr manish prabhakar', '01 2019 mr manish prabhakar patil', '2019 mr manish prabhakar patil place', 'mr manish prabhakar patil place mumbai', 'manish prabhakar patil place mumbai education', 'prabhakar patil place mumbai education details', 'patil place mumbai education details june', 'place mumbai education details june 2014', 'mumbai education details june 2014 june', 'education details june 2014 june 2015', 'details june 2014 june 2015 bachelor', 'june 2014 june 2015 bachelor electronics', '2014 june 2015 bachelor electronics telecommunication', 'june 2015 bachelor electronics telecommunication a', '2015 bachelor electronics telecommunication a c', 'bachelor electronics telecommunication a c patil', 'electronics telecommunication a c patil college', 'telecommunication a c patil college engineering', 'a c patil college engineering january', 'c patil college engineering january 2009', 'patil college engineering january 2009 january', 'college engineering january 2009 january 2011', 'engineering january 2009 january 2011 engineering', 'january 2009 january 2011 engineering navi', '2009 january 2011 engineering navi mumbai', 'january 2011 engineering navi mumbai maharashtra', '2011 engineering navi mumbai maharashtra bharati', 'engineering navi mumbai maharashtra bharati vidyapeeth', 'navi mumbai maharashtra bharati vidyapeeth january', 'mumbai maharashtra bharati vidyapeeth january 2008', 'maharashtra bharati vidyapeeth january 2008 h', 'bharati vidyapeeth january 2008 h s', 'vidyapeeth january 2008 h s c', 'january 2008 h s c mumbai', '2008 h s c mumbai maharashtra', 'h s c mumbai maharashtra khalsa', 's c mumbai maharashtra khalsa college', 'c mumbai maharashtra khalsa college etl', 'mumbai maharashtra khalsa college etl informatica', 'maharashtra khalsa college etl informatica developer', 'khalsa college etl informatica developer etl', 'college etl informatica developer etl developer', 'etl informatica developer etl developer skill', 'informatica developer etl developer skill details', 'developer etl developer skill details etl', 'etl developer skill details etl exprience', 'developer skill details etl exprience less', 'skill details etl exprience less 1', 'details etl exprience less 1 year', 'etl exprience less 1 year months', 'exprience less 1 year months data', 'less 1 year months data warehouse', '1 year months data warehouse exprience', 'year months data warehouse exprience less', 'months data warehouse exprience less 1', 'data warehouse exprience less 1 year', 'warehouse exprience less 1 year months', 'exprience less 1 year months datastage', 'less 1 year months datastage exprience', '1 year months datastage exprience less', 'year months datastage exprience less 1', 'months datastage exprience less 1 year', 'datastage exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company reliance', 'year monthscompany details company reliance infocomm', 'monthscompany details company reliance infocomm description', 'details company reliance infocomm description i', 'company reliance infocomm description i havevbeen', 'reliance infocomm description i havevbeen working', 'infocomm description i havevbeen working etl', 'description i havevbeen working etl developer', 'i havevbeen working etl developer reliance', 'havevbeen working etl developer reliance industries', 'working etl developer reliance industries india', 'etl developer reliance industries india past', 'developer reliance industries india past 3years', 'reliance industries india past 3years i', 'industries india past 3years i good', 'india past 3years i good knowledge', 'past 3years i good knowledge informatica', '3years i good knowledge informatica sql', 'i good knowledge informatica sql well', 'good knowledge informatica sql well good', 'knowledge informatica sql well good knowledge', 'informatica sql well good knowledge unix', 'sql well good knowledge unix i', 'well good knowledge unix i willing', 'good knowledge unix i willing work', 'knowledge unix i willing work company', 'unix i willing work company developer', 'computer skills yes sql knowledge yes unix', 'skills yes sql knowledge yes unix knowledge', 'yes sql knowledge yes unix knowledge yes', 'sql knowledge yes unix knowledge yes data', 'knowledge yes unix knowledge yes data warehouse', 'yes unix knowledge yes data warehouse knowledge', 'unix knowledge yes data warehouse knowledge yes', 'knowledge yes data warehouse knowledge yes ab', 'yes data warehouse knowledge yes ab intio', 'data warehouse knowledge yes ab intio yee', 'warehouse knowledge yes ab intio yee my', 'knowledge yes ab intio yee my hobbies', 'yes ab intio yee my hobbies playing', 'ab intio yee my hobbies playing cricket', 'intio yee my hobbies playing cricket football', 'yee my hobbies playing cricket football reading', 'my hobbies playing cricket football reading books', 'hobbies playing cricket football reading books visiting', 'playing cricket football reading books visiting new', 'cricket football reading books visiting new places', 'football reading books visiting new places travelling', 'reading books visiting new places travelling declaration', 'books visiting new places travelling declaration i', 'visiting new places travelling declaration i hereby', 'new places travelling declaration i hereby declare', 'places travelling declaration i hereby declare mentioned', 'travelling declaration i hereby declare mentioned information', 'declaration i hereby declare mentioned information factual', 'i hereby declare mentioned information factual correct', 'hereby declare mentioned information factual correct best', 'declare mentioned information factual correct best knowledge', 'mentioned information factual correct best knowledge belief', 'information factual correct best knowledge belief date', 'factual correct best knowledge belief date 27', 'correct best knowledge belief date 27 01', 'best knowledge belief date 27 01 2019', 'knowledge belief date 27 01 2019 mr', 'belief date 27 01 2019 mr manish', 'date 27 01 2019 mr manish prabhakar', '27 01 2019 mr manish prabhakar patil', '01 2019 mr manish prabhakar patil place', '2019 mr manish prabhakar patil place mumbai', 'mr manish prabhakar patil place mumbai education', 'manish prabhakar patil place mumbai education details', 'prabhakar patil place mumbai education details june', 'patil place mumbai education details june 2014', 'place mumbai education details june 2014 june', 'mumbai education details june 2014 june 2015', 'education details june 2014 june 2015 bachelor', 'details june 2014 june 2015 bachelor electronics', 'june 2014 june 2015 bachelor electronics telecommunication', '2014 june 2015 bachelor electronics telecommunication a', 'june 2015 bachelor electronics telecommunication a c', '2015 bachelor electronics telecommunication a c patil', 'bachelor electronics telecommunication a c patil college', 'electronics telecommunication a c patil college engineering', 'telecommunication a c patil college engineering january', 'a c patil college engineering january 2009', 'c patil college engineering january 2009 january', 'patil college engineering january 2009 january 2011', 'college engineering january 2009 january 2011 engineering', 'engineering january 2009 january 2011 engineering navi', 'january 2009 january 2011 engineering navi mumbai', '2009 january 2011 engineering navi mumbai maharashtra', 'january 2011 engineering navi mumbai maharashtra bharati', '2011 engineering navi mumbai maharashtra bharati vidyapeeth', 'engineering navi mumbai maharashtra bharati vidyapeeth january', 'navi mumbai maharashtra bharati vidyapeeth january 2008', 'mumbai maharashtra bharati vidyapeeth january 2008 h', 'maharashtra bharati vidyapeeth january 2008 h s', 'bharati vidyapeeth january 2008 h s c', 'vidyapeeth january 2008 h s c mumbai', 'january 2008 h s c mumbai maharashtra', '2008 h s c mumbai maharashtra khalsa', 'h s c mumbai maharashtra khalsa college', 's c mumbai maharashtra khalsa college etl', 'c mumbai maharashtra khalsa college etl informatica', 'mumbai maharashtra khalsa college etl informatica developer', 'maharashtra khalsa college etl informatica developer etl', 'khalsa college etl informatica developer etl developer', 'college etl informatica developer etl developer skill', 'etl informatica developer etl developer skill details', 'informatica developer etl developer skill details etl', 'developer etl developer skill details etl exprience', 'etl developer skill details etl exprience less', 'developer skill details etl exprience less 1', 'skill details etl exprience less 1 year', 'details etl exprience less 1 year months', 'etl exprience less 1 year months data', 'exprience less 1 year months data warehouse', 'less 1 year months data warehouse exprience', '1 year months data warehouse exprience less', 'year months data warehouse exprience less 1', 'months data warehouse exprience less 1 year', 'data warehouse exprience less 1 year months', 'warehouse exprience less 1 year months datastage', 'exprience less 1 year months datastage exprience', 'less 1 year months datastage exprience less', '1 year months datastage exprience less 1', 'year months datastage exprience less 1 year', 'months datastage exprience less 1 year monthscompany', 'datastage exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company reliance', '1 year monthscompany details company reliance infocomm', 'year monthscompany details company reliance infocomm description', 'monthscompany details company reliance infocomm description i', 'details company reliance infocomm description i havevbeen', 'company reliance infocomm description i havevbeen working', 'reliance infocomm description i havevbeen working etl', 'infocomm description i havevbeen working etl developer', 'description i havevbeen working etl developer reliance', 'i havevbeen working etl developer reliance industries', 'havevbeen working etl developer reliance industries india', 'working etl developer reliance industries india past', 'etl developer reliance industries india past 3years', 'developer reliance industries india past 3years i', 'reliance industries india past 3years i good', 'industries india past 3years i good knowledge', 'india past 3years i good knowledge informatica', 'past 3years i good knowledge informatica sql', '3years i good knowledge informatica sql well', 'i good knowledge informatica sql well good', 'good knowledge informatica sql well good knowledge', 'knowledge informatica sql well good knowledge unix', 'informatica sql well good knowledge unix i', 'sql well good knowledge unix i willing', 'well good knowledge unix i willing work', 'good knowledge unix i willing work company', 'knowledge unix i willing work company developer', 'computer skills yes sql knowledge yes unix knowledge', 'skills yes sql knowledge yes unix knowledge yes', 'yes sql knowledge yes unix knowledge yes data', 'sql knowledge yes unix knowledge yes data warehouse', 'knowledge yes unix knowledge yes data warehouse knowledge', 'yes unix knowledge yes data warehouse knowledge yes', 'unix knowledge yes data warehouse knowledge yes ab', 'knowledge yes data warehouse knowledge yes ab intio', 'yes data warehouse knowledge yes ab intio yee', 'data warehouse knowledge yes ab intio yee my', 'warehouse knowledge yes ab intio yee my hobbies', 'knowledge yes ab intio yee my hobbies playing', 'yes ab intio yee my hobbies playing cricket', 'ab intio yee my hobbies playing cricket football', 'intio yee my hobbies playing cricket football reading', 'yee my hobbies playing cricket football reading books', 'my hobbies playing cricket football reading books visiting', 'hobbies playing cricket football reading books visiting new', 'playing cricket football reading books visiting new places', 'cricket football reading books visiting new places travelling', 'football reading books visiting new places travelling declaration', 'reading books visiting new places travelling declaration i', 'books visiting new places travelling declaration i hereby', 'visiting new places travelling declaration i hereby declare', 'new places travelling declaration i hereby declare mentioned', 'places travelling declaration i hereby declare mentioned information', 'travelling declaration i hereby declare mentioned information factual', 'declaration i hereby declare mentioned information factual correct', 'i hereby declare mentioned information factual correct best', 'hereby declare mentioned information factual correct best knowledge', 'declare mentioned information factual correct best knowledge belief', 'mentioned information factual correct best knowledge belief date', 'information factual correct best knowledge belief date 27', 'factual correct best knowledge belief date 27 01', 'correct best knowledge belief date 27 01 2019', 'best knowledge belief date 27 01 2019 mr', 'knowledge belief date 27 01 2019 mr manish', 'belief date 27 01 2019 mr manish prabhakar', 'date 27 01 2019 mr manish prabhakar patil', '27 01 2019 mr manish prabhakar patil place', '01 2019 mr manish prabhakar patil place mumbai', '2019 mr manish prabhakar patil place mumbai education', 'mr manish prabhakar patil place mumbai education details', 'manish prabhakar patil place mumbai education details june', 'prabhakar patil place mumbai education details june 2014', 'patil place mumbai education details june 2014 june', 'place mumbai education details june 2014 june 2015', 'mumbai education details june 2014 june 2015 bachelor', 'education details june 2014 june 2015 bachelor electronics', 'details june 2014 june 2015 bachelor electronics telecommunication', 'june 2014 june 2015 bachelor electronics telecommunication a', '2014 june 2015 bachelor electronics telecommunication a c', 'june 2015 bachelor electronics telecommunication a c patil', '2015 bachelor electronics telecommunication a c patil college', 'bachelor electronics telecommunication a c patil college engineering', 'electronics telecommunication a c patil college engineering january', 'telecommunication a c patil college engineering january 2009', 'a c patil college engineering january 2009 january', 'c patil college engineering january 2009 january 2011', 'patil college engineering january 2009 january 2011 engineering', 'college engineering january 2009 january 2011 engineering navi', 'engineering january 2009 january 2011 engineering navi mumbai', 'january 2009 january 2011 engineering navi mumbai maharashtra', '2009 january 2011 engineering navi mumbai maharashtra bharati', 'january 2011 engineering navi mumbai maharashtra bharati vidyapeeth', '2011 engineering navi mumbai maharashtra bharati vidyapeeth january', 'engineering navi mumbai maharashtra bharati vidyapeeth january 2008', 'navi mumbai maharashtra bharati vidyapeeth january 2008 h', 'mumbai maharashtra bharati vidyapeeth january 2008 h s', ...], ['technical', 'skills', 'web', 'technologies', 'asp', 'net', 'html', 'css', 'jquery', 'languages', 'c', 'c', 'c', 'mvc', '5', 'database', 'sql', 'server', '2005', '2008', '2016', 'reporting', 'tools', 'kindo', 'ui', 'telerik', 'functions', 'crystal', 'report', 'platforms', 'visual', 'stadio', '2010', '2014', 'education', 'details', 'january', '2014', 'b', 'e', 'satara', 'maharashtra', 'l', 'n', 'b', 'c', 'college', 'engg', 'satara', 'january', '2011', 'diploma', 'thergaon', 'pune', 'maharashtra', 'm', 'm', 'polytechnic', 'dot', 'net', 'developer', 'skill', 'details', 'net', 'exprience', '24', 'months', 'asp', 'exprience', '24', 'months', 'c', 'exprience', '24', 'months', 'c', 'exprience', '6', 'months', 'crystal', 'repo', 'exprience', '6', 'months', 'html', 'exprience', 'less', '1', 'year', 'months', 'css', 'exprience', 'less', '1', 'year', 'months', 'entityframewok', 'jquery', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'mvc', 'exprience', '6', 'months', 'sql', 'exprience', '24', 'monthscompany', 'details', 'company', 'corecode', 'technology', 'description', 'worked', 'web', 'application', 'using', 'asp', 'c', 'well', 'sql', 'database', 'also', 'bootstrap', 'css', 'html', 'designing', 'created', 'reports', 'using', 'kindo', 'telerik', 'controls', 'company', 'inetsoft', 'solution', 'description', 'created', 'web', 'application', 'using', 'asp', 'c', 'also', 'used', 'sql', 'database', 'technical skills', 'skills web', 'web technologies', 'technologies asp', 'asp net', 'net html', 'html css', 'css jquery', 'jquery languages', 'languages c', 'c c', 'c c', 'c mvc', 'mvc 5', '5 database', 'database sql', 'sql server', 'server 2005', '2005 2008', '2008 2016', '2016 reporting', 'reporting tools', 'tools kindo', 'kindo ui', 'ui telerik', 'telerik functions', 'functions crystal', 'crystal report', 'report platforms', 'platforms visual', 'visual stadio', 'stadio 2010', '2010 2014', '2014 education', 'education details', 'details january', 'january 2014', '2014 b', 'b e', 'e satara', 'satara maharashtra', 'maharashtra l', 'l n', 'n b', 'b c', 'c college', 'college engg', 'engg satara', 'satara january', 'january 2011', '2011 diploma', 'diploma thergaon', 'thergaon pune', 'pune maharashtra', 'maharashtra m', 'm m', 'm polytechnic', 'polytechnic dot', 'dot net', 'net developer', 'developer skill', 'skill details', 'details net', 'net exprience', 'exprience 24', '24 months', 'months asp', 'asp exprience', 'exprience 24', '24 months', 'months c', 'c exprience', 'exprience 24', '24 months', 'months c', 'c exprience', 'exprience 6', '6 months', 'months crystal', 'crystal repo', 'repo exprience', 'exprience 6', '6 months', 'months html', 'html exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months css', 'css exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months entityframewok', 'entityframewok jquery', 'jquery javascript', 'javascript exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months mvc', 'mvc exprience', 'exprience 6', '6 months', 'months sql', 'sql exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company corecode', 'corecode technology', 'technology description', 'description worked', 'worked web', 'web application', 'application using', 'using asp', 'asp c', 'c well', 'well sql', 'sql database', 'database also', 'also bootstrap', 'bootstrap css', 'css html', 'html designing', 'designing created', 'created reports', 'reports using', 'using kindo', 'kindo telerik', 'telerik controls', 'controls company', 'company inetsoft', 'inetsoft solution', 'solution description', 'description created', 'created web', 'web application', 'application using', 'using asp', 'asp c', 'c also', 'also used', 'used sql', 'sql database', 'technical skills web', 'skills web technologies', 'web technologies asp', 'technologies asp net', 'asp net html', 'net html css', 'html css jquery', 'css jquery languages', 'jquery languages c', 'languages c c', 'c c c', 'c c mvc', 'c mvc 5', 'mvc 5 database', '5 database sql', 'database sql server', 'sql server 2005', 'server 2005 2008', '2005 2008 2016', '2008 2016 reporting', '2016 reporting tools', 'reporting tools kindo', 'tools kindo ui', 'kindo ui telerik', 'ui telerik functions', 'telerik functions crystal', 'functions crystal report', 'crystal report platforms', 'report platforms visual', 'platforms visual stadio', 'visual stadio 2010', 'stadio 2010 2014', '2010 2014 education', '2014 education details', 'education details january', 'details january 2014', 'january 2014 b', '2014 b e', 'b e satara', 'e satara maharashtra', 'satara maharashtra l', 'maharashtra l n', 'l n b', 'n b c', 'b c college', 'c college engg', 'college engg satara', 'engg satara january', 'satara january 2011', 'january 2011 diploma', '2011 diploma thergaon', 'diploma thergaon pune', 'thergaon pune maharashtra', 'pune maharashtra m', 'maharashtra m m', 'm m polytechnic', 'm polytechnic dot', 'polytechnic dot net', 'dot net developer', 'net developer skill', 'developer skill details', 'skill details net', 'details net exprience', 'net exprience 24', 'exprience 24 months', '24 months asp', 'months asp exprience', 'asp exprience 24', 'exprience 24 months', '24 months c', 'months c exprience', 'c exprience 24', 'exprience 24 months', '24 months c', 'months c exprience', 'c exprience 6', 'exprience 6 months', '6 months crystal', 'months crystal repo', 'crystal repo exprience', 'repo exprience 6', 'exprience 6 months', '6 months html', 'months html exprience', 'html exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months css', 'months css exprience', 'css exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months entityframewok', 'months entityframewok jquery', 'entityframewok jquery javascript', 'jquery javascript exprience', 'javascript exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months mvc', 'months mvc exprience', 'mvc exprience 6', 'exprience 6 months', '6 months sql', 'months sql exprience', 'sql exprience 24', 'exprience 24 monthscompany', '24 monthscompany details', 'monthscompany details company', 'details company corecode', 'company corecode technology', 'corecode technology description', 'technology description worked', 'description worked web', 'worked web application', 'web application using', 'application using asp', 'using asp c', 'asp c well', 'c well sql', 'well sql database', 'sql database also', 'database also bootstrap', 'also bootstrap css', 'bootstrap css html', 'css html designing', 'html designing created', 'designing created reports', 'created reports using', 'reports using kindo', 'using kindo telerik', 'kindo telerik controls', 'telerik controls company', 'controls company inetsoft', 'company inetsoft solution', 'inetsoft solution description', 'solution description created', 'description created web', 'created web application', 'web application using', 'application using asp', 'using asp c', 'asp c also', 'c also used', 'also used sql', 'used sql database', 'technical skills web technologies', 'skills web technologies asp', 'web technologies asp net', 'technologies asp net html', 'asp net html css', 'net html css jquery', 'html css jquery languages', 'css jquery languages c', 'jquery languages c c', 'languages c c c', 'c c c mvc', 'c c mvc 5', 'c mvc 5 database', 'mvc 5 database sql', '5 database sql server', 'database sql server 2005', 'sql server 2005 2008', 'server 2005 2008 2016', '2005 2008 2016 reporting', '2008 2016 reporting tools', '2016 reporting tools kindo', 'reporting tools kindo ui', 'tools kindo ui telerik', 'kindo ui telerik functions', 'ui telerik functions crystal', 'telerik functions crystal report', 'functions crystal report platforms', 'crystal report platforms visual', 'report platforms visual stadio', 'platforms visual stadio 2010', 'visual stadio 2010 2014', 'stadio 2010 2014 education', '2010 2014 education details', '2014 education details january', 'education details january 2014', 'details january 2014 b', 'january 2014 b e', '2014 b e satara', 'b e satara maharashtra', 'e satara maharashtra l', 'satara maharashtra l n', 'maharashtra l n b', 'l n b c', 'n b c college', 'b c college engg', 'c college engg satara', 'college engg satara january', 'engg satara january 2011', 'satara january 2011 diploma', 'january 2011 diploma thergaon', '2011 diploma thergaon pune', 'diploma thergaon pune maharashtra', 'thergaon pune maharashtra m', 'pune maharashtra m m', 'maharashtra m m polytechnic', 'm m polytechnic dot', 'm polytechnic dot net', 'polytechnic dot net developer', 'dot net developer skill', 'net developer skill details', 'developer skill details net', 'skill details net exprience', 'details net exprience 24', 'net exprience 24 months', 'exprience 24 months asp', '24 months asp exprience', 'months asp exprience 24', 'asp exprience 24 months', 'exprience 24 months c', '24 months c exprience', 'months c exprience 24', 'c exprience 24 months', 'exprience 24 months c', '24 months c exprience', 'months c exprience 6', 'c exprience 6 months', 'exprience 6 months crystal', '6 months crystal repo', 'months crystal repo exprience', 'crystal repo exprience 6', 'repo exprience 6 months', 'exprience 6 months html', '6 months html exprience', 'months html exprience less', 'html exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months css', 'year months css exprience', 'months css exprience less', 'css exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months entityframewok', 'year months entityframewok jquery', 'months entityframewok jquery javascript', 'entityframewok jquery javascript exprience', 'jquery javascript exprience less', 'javascript exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months mvc', 'year months mvc exprience', 'months mvc exprience 6', 'mvc exprience 6 months', 'exprience 6 months sql', '6 months sql exprience', 'months sql exprience 24', 'sql exprience 24 monthscompany', 'exprience 24 monthscompany details', '24 monthscompany details company', 'monthscompany details company corecode', 'details company corecode technology', 'company corecode technology description', 'corecode technology description worked', 'technology description worked web', 'description worked web application', 'worked web application using', 'web application using asp', 'application using asp c', 'using asp c well', 'asp c well sql', 'c well sql database', 'well sql database also', 'sql database also bootstrap', 'database also bootstrap css', 'also bootstrap css html', 'bootstrap css html designing', 'css html designing created', 'html designing created reports', 'designing created reports using', 'created reports using kindo', 'reports using kindo telerik', 'using kindo telerik controls', 'kindo telerik controls company', 'telerik controls company inetsoft', 'controls company inetsoft solution', 'company inetsoft solution description', 'inetsoft solution description created', 'solution description created web', 'description created web application', 'created web application using', 'web application using asp', 'application using asp c', 'using asp c also', 'asp c also used', 'c also used sql', 'also used sql database', 'technical skills web technologies asp', 'skills web technologies asp net', 'web technologies asp net html', 'technologies asp net html css', 'asp net html css jquery', 'net html css jquery languages', 'html css jquery languages c', 'css jquery languages c c', 'jquery languages c c c', 'languages c c c mvc', 'c c c mvc 5', 'c c mvc 5 database', 'c mvc 5 database sql', 'mvc 5 database sql server', '5 database sql server 2005', 'database sql server 2005 2008', 'sql server 2005 2008 2016', 'server 2005 2008 2016 reporting', '2005 2008 2016 reporting tools', '2008 2016 reporting tools kindo', '2016 reporting tools kindo ui', 'reporting tools kindo ui telerik', 'tools kindo ui telerik functions', 'kindo ui telerik functions crystal', 'ui telerik functions crystal report', 'telerik functions crystal report platforms', 'functions crystal report platforms visual', 'crystal report platforms visual stadio', 'report platforms visual stadio 2010', 'platforms visual stadio 2010 2014', 'visual stadio 2010 2014 education', 'stadio 2010 2014 education details', '2010 2014 education details january', '2014 education details january 2014', 'education details january 2014 b', 'details january 2014 b e', 'january 2014 b e satara', '2014 b e satara maharashtra', 'b e satara maharashtra l', 'e satara maharashtra l n', 'satara maharashtra l n b', 'maharashtra l n b c', 'l n b c college', 'n b c college engg', 'b c college engg satara', 'c college engg satara january', 'college engg satara january 2011', 'engg satara january 2011 diploma', 'satara january 2011 diploma thergaon', 'january 2011 diploma thergaon pune', '2011 diploma thergaon pune maharashtra', 'diploma thergaon pune maharashtra m', 'thergaon pune maharashtra m m', 'pune maharashtra m m polytechnic', 'maharashtra m m polytechnic dot', 'm m polytechnic dot net', 'm polytechnic dot net developer', 'polytechnic dot net developer skill', 'dot net developer skill details', 'net developer skill details net', 'developer skill details net exprience', 'skill details net exprience 24', 'details net exprience 24 months', 'net exprience 24 months asp', 'exprience 24 months asp exprience', '24 months asp exprience 24', 'months asp exprience 24 months', 'asp exprience 24 months c', 'exprience 24 months c exprience', '24 months c exprience 24', 'months c exprience 24 months', 'c exprience 24 months c', 'exprience 24 months c exprience', '24 months c exprience 6', 'months c exprience 6 months', 'c exprience 6 months crystal', 'exprience 6 months crystal repo', '6 months crystal repo exprience', 'months crystal repo exprience 6', 'crystal repo exprience 6 months', 'repo exprience 6 months html', 'exprience 6 months html exprience', '6 months html exprience less', 'months html exprience less 1', 'html exprience less 1 year', 'exprience less 1 year months', 'less 1 year months css', '1 year months css exprience', 'year months css exprience less', 'months css exprience less 1', 'css exprience less 1 year', 'exprience less 1 year months', 'less 1 year months entityframewok', '1 year months entityframewok jquery', 'year months entityframewok jquery javascript', 'months entityframewok jquery javascript exprience', 'entityframewok jquery javascript exprience less', 'jquery javascript exprience less 1', 'javascript exprience less 1 year', 'exprience less 1 year months', 'less 1 year months mvc', '1 year months mvc exprience', 'year months mvc exprience 6', 'months mvc exprience 6 months', 'mvc exprience 6 months sql', 'exprience 6 months sql exprience', '6 months sql exprience 24', 'months sql exprience 24 monthscompany', 'sql exprience 24 monthscompany details', 'exprience 24 monthscompany details company', '24 monthscompany details company corecode', 'monthscompany details company corecode technology', 'details company corecode technology description', 'company corecode technology description worked', 'corecode technology description worked web', 'technology description worked web application', 'description worked web application using', 'worked web application using asp', 'web application using asp c', 'application using asp c well', 'using asp c well sql', 'asp c well sql database', 'c well sql database also', 'well sql database also bootstrap', 'sql database also bootstrap css', 'database also bootstrap css html', 'also bootstrap css html designing', 'bootstrap css html designing created', 'css html designing created reports', 'html designing created reports using', 'designing created reports using kindo', 'created reports using kindo telerik', 'reports using kindo telerik controls', 'using kindo telerik controls company', 'kindo telerik controls company inetsoft', 'telerik controls company inetsoft solution', 'controls company inetsoft solution description', 'company inetsoft solution description created', 'inetsoft solution description created web', 'solution description created web application', 'description created web application using', 'created web application using asp', 'web application using asp c', 'application using asp c also', 'using asp c also used', 'asp c also used sql', 'c also used sql database', 'technical skills web technologies asp net', 'skills web technologies asp net html', 'web technologies asp net html css', 'technologies asp net html css jquery', 'asp net html css jquery languages', 'net html css jquery languages c', 'html css jquery languages c c', 'css jquery languages c c c', 'jquery languages c c c mvc', 'languages c c c mvc 5', 'c c c mvc 5 database', 'c c mvc 5 database sql', 'c mvc 5 database sql server', 'mvc 5 database sql server 2005', '5 database sql server 2005 2008', 'database sql server 2005 2008 2016', 'sql server 2005 2008 2016 reporting', 'server 2005 2008 2016 reporting tools', '2005 2008 2016 reporting tools kindo', '2008 2016 reporting tools kindo ui', '2016 reporting tools kindo ui telerik', 'reporting tools kindo ui telerik functions', 'tools kindo ui telerik functions crystal', 'kindo ui telerik functions crystal report', 'ui telerik functions crystal report platforms', 'telerik functions crystal report platforms visual', 'functions crystal report platforms visual stadio', 'crystal report platforms visual stadio 2010', 'report platforms visual stadio 2010 2014', 'platforms visual stadio 2010 2014 education', 'visual stadio 2010 2014 education details', 'stadio 2010 2014 education details january', '2010 2014 education details january 2014', '2014 education details january 2014 b', 'education details january 2014 b e', 'details january 2014 b e satara', 'january 2014 b e satara maharashtra', '2014 b e satara maharashtra l', 'b e satara maharashtra l n', 'e satara maharashtra l n b', 'satara maharashtra l n b c', 'maharashtra l n b c college', 'l n b c college engg', 'n b c college engg satara', 'b c college engg satara january', 'c college engg satara january 2011', 'college engg satara january 2011 diploma', 'engg satara january 2011 diploma thergaon', 'satara january 2011 diploma thergaon pune', 'january 2011 diploma thergaon pune maharashtra', '2011 diploma thergaon pune maharashtra m', 'diploma thergaon pune maharashtra m m', 'thergaon pune maharashtra m m polytechnic', 'pune maharashtra m m polytechnic dot', 'maharashtra m m polytechnic dot net', 'm m polytechnic dot net developer', 'm polytechnic dot net developer skill', 'polytechnic dot net developer skill details', 'dot net developer skill details net', 'net developer skill details net exprience', 'developer skill details net exprience 24', 'skill details net exprience 24 months', 'details net exprience 24 months asp', 'net exprience 24 months asp exprience', 'exprience 24 months asp exprience 24', '24 months asp exprience 24 months', 'months asp exprience 24 months c', 'asp exprience 24 months c exprience', 'exprience 24 months c exprience 24', '24 months c exprience 24 months', 'months c exprience 24 months c', 'c exprience 24 months c exprience', 'exprience 24 months c exprience 6', '24 months c exprience 6 months', 'months c exprience 6 months crystal', 'c exprience 6 months crystal repo', 'exprience 6 months crystal repo exprience', '6 months crystal repo exprience 6', 'months crystal repo exprience 6 months', 'crystal repo exprience 6 months html', 'repo exprience 6 months html exprience', 'exprience 6 months html exprience less', '6 months html exprience less 1', 'months html exprience less 1 year', 'html exprience less 1 year months', 'exprience less 1 year months css', 'less 1 year months css exprience', '1 year months css exprience less', 'year months css exprience less 1', 'months css exprience less 1 year', 'css exprience less 1 year months', 'exprience less 1 year months entityframewok', 'less 1 year months entityframewok jquery', '1 year months entityframewok jquery javascript', 'year months entityframewok jquery javascript exprience', 'months entityframewok jquery javascript exprience less', 'entityframewok jquery javascript exprience less 1', 'jquery javascript exprience less 1 year', 'javascript exprience less 1 year months', 'exprience less 1 year months mvc', 'less 1 year months mvc exprience', '1 year months mvc exprience 6', 'year months mvc exprience 6 months', 'months mvc exprience 6 months sql', 'mvc exprience 6 months sql exprience', 'exprience 6 months sql exprience 24', '6 months sql exprience 24 monthscompany', 'months sql exprience 24 monthscompany details', 'sql exprience 24 monthscompany details company', 'exprience 24 monthscompany details company corecode', '24 monthscompany details company corecode technology', 'monthscompany details company corecode technology description', 'details company corecode technology description worked', 'company corecode technology description worked web', 'corecode technology description worked web application', 'technology description worked web application using', 'description worked web application using asp', 'worked web application using asp c', 'web application using asp c well', 'application using asp c well sql', 'using asp c well sql database', 'asp c well sql database also', 'c well sql database also bootstrap', 'well sql database also bootstrap css', 'sql database also bootstrap css html', 'database also bootstrap css html designing', 'also bootstrap css html designing created', 'bootstrap css html designing created reports', 'css html designing created reports using', 'html designing created reports using kindo', 'designing created reports using kindo telerik', 'created reports using kindo telerik controls', 'reports using kindo telerik controls company', 'using kindo telerik controls company inetsoft', 'kindo telerik controls company inetsoft solution', 'telerik controls company inetsoft solution description', 'controls company inetsoft solution description created', 'company inetsoft solution description created web', 'inetsoft solution description created web application', 'solution description created web application using', 'description created web application using asp', 'created web application using asp c', 'web application using asp c also', 'application using asp c also used', 'using asp c also used sql', 'asp c also used sql database', 'technical skills web technologies asp net html', 'skills web technologies asp net html css', 'web technologies asp net html css jquery', 'technologies asp net html css jquery languages', 'asp net html css jquery languages c', 'net html css jquery languages c c', 'html css jquery languages c c c', 'css jquery languages c c c mvc', 'jquery languages c c c mvc 5', 'languages c c c mvc 5 database', 'c c c mvc 5 database sql', 'c c mvc 5 database sql server', 'c mvc 5 database sql server 2005', 'mvc 5 database sql server 2005 2008', '5 database sql server 2005 2008 2016', 'database sql server 2005 2008 2016 reporting', 'sql server 2005 2008 2016 reporting tools', 'server 2005 2008 2016 reporting tools kindo', '2005 2008 2016 reporting tools kindo ui', '2008 2016 reporting tools kindo ui telerik', '2016 reporting tools kindo ui telerik functions', 'reporting tools kindo ui telerik functions crystal', 'tools kindo ui telerik functions crystal report', 'kindo ui telerik functions crystal report platforms', 'ui telerik functions crystal report platforms visual', 'telerik functions crystal report platforms visual stadio', 'functions crystal report platforms visual stadio 2010', 'crystal report platforms visual stadio 2010 2014', 'report platforms visual stadio 2010 2014 education', 'platforms visual stadio 2010 2014 education details', 'visual stadio 2010 2014 education details january', 'stadio 2010 2014 education details january 2014', '2010 2014 education details january 2014 b', '2014 education details january 2014 b e', 'education details january 2014 b e satara', 'details january 2014 b e satara maharashtra', 'january 2014 b e satara maharashtra l', '2014 b e satara maharashtra l n', 'b e satara maharashtra l n b', 'e satara maharashtra l n b c', 'satara maharashtra l n b c college', 'maharashtra l n b c college engg', 'l n b c college engg satara', 'n b c college engg satara january', 'b c college engg satara january 2011', 'c college engg satara january 2011 diploma', 'college engg satara january 2011 diploma thergaon', 'engg satara january 2011 diploma thergaon pune', 'satara january 2011 diploma thergaon pune maharashtra', 'january 2011 diploma thergaon pune maharashtra m', '2011 diploma thergaon pune maharashtra m m', 'diploma thergaon pune maharashtra m m polytechnic', 'thergaon pune maharashtra m m polytechnic dot', 'pune maharashtra m m polytechnic dot net', 'maharashtra m m polytechnic dot net developer', 'm m polytechnic dot net developer skill', 'm polytechnic dot net developer skill details', 'polytechnic dot net developer skill details net', 'dot net developer skill details net exprience', 'net developer skill details net exprience 24', 'developer skill details net exprience 24 months', 'skill details net exprience 24 months asp', 'details net exprience 24 months asp exprience', 'net exprience 24 months asp exprience 24', 'exprience 24 months asp exprience 24 months', '24 months asp exprience 24 months c', 'months asp exprience 24 months c exprience', 'asp exprience 24 months c exprience 24', 'exprience 24 months c exprience 24 months', '24 months c exprience 24 months c', 'months c exprience 24 months c exprience', 'c exprience 24 months c exprience 6', 'exprience 24 months c exprience 6 months', '24 months c exprience 6 months crystal', 'months c exprience 6 months crystal repo', 'c exprience 6 months crystal repo exprience', 'exprience 6 months crystal repo exprience 6', '6 months crystal repo exprience 6 months', 'months crystal repo exprience 6 months html', 'crystal repo exprience 6 months html exprience', 'repo exprience 6 months html exprience less', 'exprience 6 months html exprience less 1', '6 months html exprience less 1 year', 'months html exprience less 1 year months', 'html exprience less 1 year months css', 'exprience less 1 year months css exprience', 'less 1 year months css exprience less', '1 year months css exprience less 1', 'year months css exprience less 1 year', 'months css exprience less 1 year months', 'css exprience less 1 year months entityframewok', 'exprience less 1 year months entityframewok jquery', 'less 1 year months entityframewok jquery javascript', '1 year months entityframewok jquery javascript exprience', 'year months entityframewok jquery javascript exprience less', 'months entityframewok jquery javascript exprience less 1', 'entityframewok jquery javascript exprience less 1 year', 'jquery javascript exprience less 1 year months', 'javascript exprience less 1 year months mvc', 'exprience less 1 year months mvc exprience', 'less 1 year months mvc exprience 6', '1 year months mvc exprience 6 months', 'year months mvc exprience 6 months sql', 'months mvc exprience 6 months sql exprience', 'mvc exprience 6 months sql exprience 24', 'exprience 6 months sql exprience 24 monthscompany', '6 months sql exprience 24 monthscompany details', 'months sql exprience 24 monthscompany details company', 'sql exprience 24 monthscompany details company corecode', ...], ['participated', 'intra', 'college', 'cricket', 'competition', 'various', 'sports', 'events', 'group', 'dance', 'college', 'cultural', 'programme', 'education', 'details', 'msc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'bsc', 'computer', 'science', 'pune', 'maharashtra', 'pune', 'university', 'hsc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'ssc', 'semi', 'english', 'pune', 'maharashtra', 'maharashatra', 'board', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill', 'details', 'asp', 'net', 'c', 'html', 'css', 'sql', 'exprience', '6', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'sql', 'server', '2008', '2012', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'description', 'participated intra', 'intra college', 'college cricket', 'cricket competition', 'competition various', 'various sports', 'sports events', 'events group', 'group dance', 'dance college', 'college cultural', 'cultural programme', 'programme education', 'education details', 'details msc', 'msc computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university bsc', 'bsc computer', 'computer science', 'science pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university hsc', 'hsc semi', 'semi english', 'english pune', 'pune maharashtra', 'maharashtra maharashatra', 'maharashatra board', 'board ssc', 'ssc semi', 'semi english', 'english pune', 'pune maharashtra', 'maharashtra maharashatra', 'maharashatra board', 'board dot', 'dot net', 'net developer', 'developer dot', 'dot net', 'net developer', 'developer skill', 'skill details', 'details asp', 'asp net', 'net c', 'c html', 'html css', 'css sql', 'sql exprience', 'exprience 6', '6 months', 'months javascript', 'javascript exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months sql', 'sql server', 'server 2008', '2008 2012', '2012 exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company description', 'participated intra college', 'intra college cricket', 'college cricket competition', 'cricket competition various', 'competition various sports', 'various sports events', 'sports events group', 'events group dance', 'group dance college', 'dance college cultural', 'college cultural programme', 'cultural programme education', 'programme education details', 'education details msc', 'details msc computer', 'msc computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university bsc', 'university bsc computer', 'bsc computer science', 'computer science pune', 'science pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university hsc', 'university hsc semi', 'hsc semi english', 'semi english pune', 'english pune maharashtra', 'pune maharashtra maharashatra', 'maharashtra maharashatra board', 'maharashatra board ssc', 'board ssc semi', 'ssc semi english', 'semi english pune', 'english pune maharashtra', 'pune maharashtra maharashatra', 'maharashtra maharashatra board', 'maharashatra board dot', 'board dot net', 'dot net developer', 'net developer dot', 'developer dot net', 'dot net developer', 'net developer skill', 'developer skill details', 'skill details asp', 'details asp net', 'asp net c', 'net c html', 'c html css', 'html css sql', 'css sql exprience', 'sql exprience 6', 'exprience 6 months', '6 months javascript', 'months javascript exprience', 'javascript exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months sql', 'months sql server', 'sql server 2008', 'server 2008 2012', '2008 2012 exprience', '2012 exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company description', 'participated intra college cricket', 'intra college cricket competition', 'college cricket competition various', 'cricket competition various sports', 'competition various sports events', 'various sports events group', 'sports events group dance', 'events group dance college', 'group dance college cultural', 'dance college cultural programme', 'college cultural programme education', 'cultural programme education details', 'programme education details msc', 'education details msc computer', 'details msc computer science', 'msc computer science pune', 'computer science pune maharashtra', 'science pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university bsc', 'pune university bsc computer', 'university bsc computer science', 'bsc computer science pune', 'computer science pune maharashtra', 'science pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university hsc', 'pune university hsc semi', 'university hsc semi english', 'hsc semi english pune', 'semi english pune maharashtra', 'english pune maharashtra maharashatra', 'pune maharashtra maharashatra board', 'maharashtra maharashatra board ssc', 'maharashatra board ssc semi', 'board ssc semi english', 'ssc semi english pune', 'semi english pune maharashtra', 'english pune maharashtra maharashatra', 'pune maharashtra maharashatra board', 'maharashtra maharashatra board dot', 'maharashatra board dot net', 'board dot net developer', 'dot net developer dot', 'net developer dot net', 'developer dot net developer', 'dot net developer skill', 'net developer skill details', 'developer skill details asp', 'skill details asp net', 'details asp net c', 'asp net c html', 'net c html css', 'c html css sql', 'html css sql exprience', 'css sql exprience 6', 'sql exprience 6 months', 'exprience 6 months javascript', '6 months javascript exprience', 'months javascript exprience less', 'javascript exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months sql', 'year months sql server', 'months sql server 2008', 'sql server 2008 2012', 'server 2008 2012 exprience', '2008 2012 exprience less', '2012 exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company description', 'participated intra college cricket competition', 'intra college cricket competition various', 'college cricket competition various sports', 'cricket competition various sports events', 'competition various sports events group', 'various sports events group dance', 'sports events group dance college', 'events group dance college cultural', 'group dance college cultural programme', 'dance college cultural programme education', 'college cultural programme education details', 'cultural programme education details msc', 'programme education details msc computer', 'education details msc computer science', 'details msc computer science pune', 'msc computer science pune maharashtra', 'computer science pune maharashtra pune', 'science pune maharashtra pune university', 'pune maharashtra pune university bsc', 'maharashtra pune university bsc computer', 'pune university bsc computer science', 'university bsc computer science pune', 'bsc computer science pune maharashtra', 'computer science pune maharashtra pune', 'science pune maharashtra pune university', 'pune maharashtra pune university hsc', 'maharashtra pune university hsc semi', 'pune university hsc semi english', 'university hsc semi english pune', 'hsc semi english pune maharashtra', 'semi english pune maharashtra maharashatra', 'english pune maharashtra maharashatra board', 'pune maharashtra maharashatra board ssc', 'maharashtra maharashatra board ssc semi', 'maharashatra board ssc semi english', 'board ssc semi english pune', 'ssc semi english pune maharashtra', 'semi english pune maharashtra maharashatra', 'english pune maharashtra maharashatra board', 'pune maharashtra maharashatra board dot', 'maharashtra maharashatra board dot net', 'maharashatra board dot net developer', 'board dot net developer dot', 'dot net developer dot net', 'net developer dot net developer', 'developer dot net developer skill', 'dot net developer skill details', 'net developer skill details asp', 'developer skill details asp net', 'skill details asp net c', 'details asp net c html', 'asp net c html css', 'net c html css sql', 'c html css sql exprience', 'html css sql exprience 6', 'css sql exprience 6 months', 'sql exprience 6 months javascript', 'exprience 6 months javascript exprience', '6 months javascript exprience less', 'months javascript exprience less 1', 'javascript exprience less 1 year', 'exprience less 1 year months', 'less 1 year months sql', '1 year months sql server', 'year months sql server 2008', 'months sql server 2008 2012', 'sql server 2008 2012 exprience', 'server 2008 2012 exprience less', '2008 2012 exprience less 1', '2012 exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company description', 'participated intra college cricket competition various', 'intra college cricket competition various sports', 'college cricket competition various sports events', 'cricket competition various sports events group', 'competition various sports events group dance', 'various sports events group dance college', 'sports events group dance college cultural', 'events group dance college cultural programme', 'group dance college cultural programme education', 'dance college cultural programme education details', 'college cultural programme education details msc', 'cultural programme education details msc computer', 'programme education details msc computer science', 'education details msc computer science pune', 'details msc computer science pune maharashtra', 'msc computer science pune maharashtra pune', 'computer science pune maharashtra pune university', 'science pune maharashtra pune university bsc', 'pune maharashtra pune university bsc computer', 'maharashtra pune university bsc computer science', 'pune university bsc computer science pune', 'university bsc computer science pune maharashtra', 'bsc computer science pune maharashtra pune', 'computer science pune maharashtra pune university', 'science pune maharashtra pune university hsc', 'pune maharashtra pune university hsc semi', 'maharashtra pune university hsc semi english', 'pune university hsc semi english pune', 'university hsc semi english pune maharashtra', 'hsc semi english pune maharashtra maharashatra', 'semi english pune maharashtra maharashatra board', 'english pune maharashtra maharashatra board ssc', 'pune maharashtra maharashatra board ssc semi', 'maharashtra maharashatra board ssc semi english', 'maharashatra board ssc semi english pune', 'board ssc semi english pune maharashtra', 'ssc semi english pune maharashtra maharashatra', 'semi english pune maharashtra maharashatra board', 'english pune maharashtra maharashatra board dot', 'pune maharashtra maharashatra board dot net', 'maharashtra maharashatra board dot net developer', 'maharashatra board dot net developer dot', 'board dot net developer dot net', 'dot net developer dot net developer', 'net developer dot net developer skill', 'developer dot net developer skill details', 'dot net developer skill details asp', 'net developer skill details asp net', 'developer skill details asp net c', 'skill details asp net c html', 'details asp net c html css', 'asp net c html css sql', 'net c html css sql exprience', 'c html css sql exprience 6', 'html css sql exprience 6 months', 'css sql exprience 6 months javascript', 'sql exprience 6 months javascript exprience', 'exprience 6 months javascript exprience less', '6 months javascript exprience less 1', 'months javascript exprience less 1 year', 'javascript exprience less 1 year months', 'exprience less 1 year months sql', 'less 1 year months sql server', '1 year months sql server 2008', 'year months sql server 2008 2012', 'months sql server 2008 2012 exprience', 'sql server 2008 2012 exprience less', 'server 2008 2012 exprience less 1', '2008 2012 exprience less 1 year', '2012 exprience less 1 year monthscompany', 'exprience less 1 year monthscompany details', 'less 1 year monthscompany details company', '1 year monthscompany details company description', 'participated intra college cricket competition various sports', 'intra college cricket competition various sports events', 'college cricket competition various sports events group', 'cricket competition various sports events group dance', 'competition various sports events group dance college', 'various sports events group dance college cultural', 'sports events group dance college cultural programme', 'events group dance college cultural programme education', 'group dance college cultural programme education details', 'dance college cultural programme education details msc', 'college cultural programme education details msc computer', 'cultural programme education details msc computer science', 'programme education details msc computer science pune', 'education details msc computer science pune maharashtra', 'details msc computer science pune maharashtra pune', 'msc computer science pune maharashtra pune university', 'computer science pune maharashtra pune university bsc', 'science pune maharashtra pune university bsc computer', 'pune maharashtra pune university bsc computer science', 'maharashtra pune university bsc computer science pune', 'pune university bsc computer science pune maharashtra', 'university bsc computer science pune maharashtra pune', 'bsc computer science pune maharashtra pune university', 'computer science pune maharashtra pune university hsc', 'science pune maharashtra pune university hsc semi', 'pune maharashtra pune university hsc semi english', 'maharashtra pune university hsc semi english pune', 'pune university hsc semi english pune maharashtra', 'university hsc semi english pune maharashtra maharashatra', 'hsc semi english pune maharashtra maharashatra board', 'semi english pune maharashtra maharashatra board ssc', 'english pune maharashtra maharashatra board ssc semi', 'pune maharashtra maharashatra board ssc semi english', 'maharashtra maharashatra board ssc semi english pune', 'maharashatra board ssc semi english pune maharashtra', 'board ssc semi english pune maharashtra maharashatra', 'ssc semi english pune maharashtra maharashatra board', 'semi english pune maharashtra maharashatra board dot', 'english pune maharashtra maharashatra board dot net', 'pune maharashtra maharashatra board dot net developer', 'maharashtra maharashatra board dot net developer dot', 'maharashatra board dot net developer dot net', 'board dot net developer dot net developer', 'dot net developer dot net developer skill', 'net developer dot net developer skill details', 'developer dot net developer skill details asp', 'dot net developer skill details asp net', 'net developer skill details asp net c', 'developer skill details asp net c html', 'skill details asp net c html css', 'details asp net c html css sql', 'asp net c html css sql exprience', 'net c html css sql exprience 6', 'c html css sql exprience 6 months', 'html css sql exprience 6 months javascript', 'css sql exprience 6 months javascript exprience', 'sql exprience 6 months javascript exprience less', 'exprience 6 months javascript exprience less 1', '6 months javascript exprience less 1 year', 'months javascript exprience less 1 year months', 'javascript exprience less 1 year months sql', 'exprience less 1 year months sql server', 'less 1 year months sql server 2008', '1 year months sql server 2008 2012', 'year months sql server 2008 2012 exprience', 'months sql server 2008 2012 exprience less', 'sql server 2008 2012 exprience less 1', 'server 2008 2012 exprience less 1 year', '2008 2012 exprience less 1 year monthscompany', '2012 exprience less 1 year monthscompany details', 'exprience less 1 year monthscompany details company', 'less 1 year monthscompany details company description', 'participated intra college cricket competition various sports events', 'intra college cricket competition various sports events group', 'college cricket competition various sports events group dance', 'cricket competition various sports events group dance college', 'competition various sports events group dance college cultural', 'various sports events group dance college cultural programme', 'sports events group dance college cultural programme education', 'events group dance college cultural programme education details', 'group dance college cultural programme education details msc', 'dance college cultural programme education details msc computer', 'college cultural programme education details msc computer science', 'cultural programme education details msc computer science pune', 'programme education details msc computer science pune maharashtra', 'education details msc computer science pune maharashtra pune', 'details msc computer science pune maharashtra pune university', 'msc computer science pune maharashtra pune university bsc', 'computer science pune maharashtra pune university bsc computer', 'science pune maharashtra pune university bsc computer science', 'pune maharashtra pune university bsc computer science pune', 'maharashtra pune university bsc computer science pune maharashtra', 'pune university bsc computer science pune maharashtra pune', 'university bsc computer science pune maharashtra pune university', 'bsc computer science pune maharashtra pune university hsc', 'computer science pune maharashtra pune university hsc semi', 'science pune maharashtra pune university hsc semi english', 'pune maharashtra pune university hsc semi english pune', 'maharashtra pune university hsc semi english pune maharashtra', 'pune university hsc semi english pune maharashtra maharashatra', 'university hsc semi english pune maharashtra maharashatra board', 'hsc semi english pune maharashtra maharashatra board ssc', 'semi english pune maharashtra maharashatra board ssc semi', 'english pune maharashtra maharashatra board ssc semi english', 'pune maharashtra maharashatra board ssc semi english pune', 'maharashtra maharashatra board ssc semi english pune maharashtra', 'maharashatra board ssc semi english pune maharashtra maharashatra', 'board ssc semi english pune maharashtra maharashatra board', 'ssc semi english pune maharashtra maharashatra board dot', 'semi english pune maharashtra maharashatra board dot net', 'english pune maharashtra maharashatra board dot net developer', 'pune maharashtra maharashatra board dot net developer dot', 'maharashtra maharashatra board dot net developer dot net', 'maharashatra board dot net developer dot net developer', 'board dot net developer dot net developer skill', 'dot net developer dot net developer skill details', 'net developer dot net developer skill details asp', 'developer dot net developer skill details asp net', 'dot net developer skill details asp net c', 'net developer skill details asp net c html', 'developer skill details asp net c html css', 'skill details asp net c html css sql', 'details asp net c html css sql exprience', 'asp net c html css sql exprience 6', 'net c html css sql exprience 6 months', 'c html css sql exprience 6 months javascript', 'html css sql exprience 6 months javascript exprience', 'css sql exprience 6 months javascript exprience less', 'sql exprience 6 months javascript exprience less 1', 'exprience 6 months javascript exprience less 1 year', '6 months javascript exprience less 1 year months', 'months javascript exprience less 1 year months sql', 'javascript exprience less 1 year months sql server', 'exprience less 1 year months sql server 2008', 'less 1 year months sql server 2008 2012', '1 year months sql server 2008 2012 exprience', 'year months sql server 2008 2012 exprience less', 'months sql server 2008 2012 exprience less 1', 'sql server 2008 2012 exprience less 1 year', 'server 2008 2012 exprience less 1 year monthscompany', '2008 2012 exprience less 1 year monthscompany details', '2012 exprience less 1 year monthscompany details company', 'exprience less 1 year monthscompany details company description', 'participated intra college cricket competition various sports events group', 'intra college cricket competition various sports events group dance', 'college cricket competition various sports events group dance college', 'cricket competition various sports events group dance college cultural', 'competition various sports events group dance college cultural programme', 'various sports events group dance college cultural programme education', 'sports events group dance college cultural programme education details', 'events group dance college cultural programme education details msc', 'group dance college cultural programme education details msc computer', 'dance college cultural programme education details msc computer science', 'college cultural programme education details msc computer science pune', 'cultural programme education details msc computer science pune maharashtra', 'programme education details msc computer science pune maharashtra pune', 'education details msc computer science pune maharashtra pune university', 'details msc computer science pune maharashtra pune university bsc', 'msc computer science pune maharashtra pune university bsc computer', 'computer science pune maharashtra pune university bsc computer science', 'science pune maharashtra pune university bsc computer science pune', 'pune maharashtra pune university bsc computer science pune maharashtra', 'maharashtra pune university bsc computer science pune maharashtra pune', 'pune university bsc computer science pune maharashtra pune university', 'university bsc computer science pune maharashtra pune university hsc', 'bsc computer science pune maharashtra pune university hsc semi', 'computer science pune maharashtra pune university hsc semi english', 'science pune maharashtra pune university hsc semi english pune', 'pune maharashtra pune university hsc semi english pune maharashtra', 'maharashtra pune university hsc semi english pune maharashtra maharashatra', 'pune university hsc semi english pune maharashtra maharashatra board', 'university hsc semi english pune maharashtra maharashatra board ssc', 'hsc semi english pune maharashtra maharashatra board ssc semi', 'semi english pune maharashtra maharashatra board ssc semi english', 'english pune maharashtra maharashatra board ssc semi english pune', 'pune maharashtra maharashatra board ssc semi english pune maharashtra', 'maharashtra maharashatra board ssc semi english pune maharashtra maharashatra', 'maharashatra board ssc semi english pune maharashtra maharashatra board', 'board ssc semi english pune maharashtra maharashatra board dot', 'ssc semi english pune maharashtra maharashatra board dot net', 'semi english pune maharashtra maharashatra board dot net developer', 'english pune maharashtra maharashatra board dot net developer dot', 'pune maharashtra maharashatra board dot net developer dot net', 'maharashtra maharashatra board dot net developer dot net developer', 'maharashatra board dot net developer dot net developer skill', 'board dot net developer dot net developer skill details', 'dot net developer dot net developer skill details asp', 'net developer dot net developer skill details asp net', 'developer dot net developer skill details asp net c', 'dot net developer skill details asp net c html', 'net developer skill details asp net c html css', 'developer skill details asp net c html css sql', 'skill details asp net c html css sql exprience', 'details asp net c html css sql exprience 6', 'asp net c html css sql exprience 6 months', 'net c html css sql exprience 6 months javascript', 'c html css sql exprience 6 months javascript exprience', 'html css sql exprience 6 months javascript exprience less', 'css sql exprience 6 months javascript exprience less 1', 'sql exprience 6 months javascript exprience less 1 year', 'exprience 6 months javascript exprience less 1 year months', '6 months javascript exprience less 1 year months sql', 'months javascript exprience less 1 year months sql server', 'javascript exprience less 1 year months sql server 2008', 'exprience less 1 year months sql server 2008 2012', 'less 1 year months sql server 2008 2012 exprience', '1 year months sql server 2008 2012 exprience less', 'year months sql server 2008 2012 exprience less 1', 'months sql server 2008 2012 exprience less 1 year', 'sql server 2008 2012 exprience less 1 year monthscompany', 'server 2008 2012 exprience less 1 year monthscompany details', '2008 2012 exprience less 1 year monthscompany details company', '2012 exprience less 1 year monthscompany details company description'], ['technical', 'skills', 'languages', 'c', 'asp', 'net', 'mvc', 'html', 'css', 'javascript', 'angularjs', 'primary', 'skill', 'entity', 'framework', 'tools', 'used', 'sql', 'server', '14', 'visual', 'studio', '13', 'project', 'details', '1', 'project', 'name', 'transport', 'management', 'system', 'role', 'dot', 'net', 'developer', 'platform', 'used', 'mvc', 'angularjs', 'sql', 'server', 'description', 'this', 'project', 'transport', 'management', 'system', 'this', 'project', 'used', 'keeps', 'record', 'vehicle', 'customer', 'employee', 'reduce', 'costs', 'centralized', 'planning', 'execution', 'logistics', 'activities', 'vehicle', 'owner', 'add', 'vehicle', 'rent', 'specific', 'day', 'application', 'location', 'admin', 'easily', 'ess', 'data', 'vehicle', 'customer', 'employee', 'responsibilities', 'used', '3', 'tier', 'architecture', 'presentation', 'layer', 'business', 'data', 'a', 'ess', 'layers', 'coded', 'using', 'c', 'per', 'user', 'requirements', 'make', 'changes', 'project', 'discussing', 'group', 'new', 'requirement', 'work', 'customer', 'vehicle', 'model', '2', 'project', 'name', 'crm', 'role', 'dot', 'net', 'developer', 'platform', 'used', 'mvc', 'sql', 'server', 'description', 'it', 'kind', 'crm', 'application', 'training', 'institute', 'easily', 'track', 'student', 'data', 'different', 'user', 'store', 'ess', 'utilise', 'manage', 'data', 'application', 'any', 'user', 'easily', 'fill', 'information', 'leads', 'comes', 'institute', 'also', 'joined', 'convert', 'leads', 'student', 'institute', 'all', 'information', 'store', 'easily', 'manage', 'application', 'also', 'good', 'leads', 'student', 'join', 'records', 'store', 'application', 'application', 'help', 'institute', 'fetch', 'contacts', 'information', 'leads', 'student', 'join', 'time', 'we', 'later', 'contact', 'leads', 'future', 'also', 'application', 'get', 'know', 'every', 'leads', 'student', 'joined', 'responsibilities', 'used', '3', 'tier', 'architecture', 'presentation', 'layer', 'business', 'data', 'a', 'ess', 'layers', 'coded', 'using', 'c', 'per', 'user', 'requirements', 'make', 'changes', 'project', 'discussing', 'group', 'new', 'requirement', 'work', 'enquiry', 'model', 'key', 'strength', 'adaptability', 'hard', 'worker', 'self', 'motivated', 'positive', 'attitude', 'education', 'details', 'january', '2008', 'hsc', 'maharashtra', 'board', 'january', '2006', 'ssc', 'maharashtra', 'board', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'glyphisoft', 'technology', 'skill', 'details', 'asp', 'exprience', '14', 'months', 'dot', 'exprience', '14', 'months', 'model', 'view', 'controller', 'exprience', '14', 'months', 'model', 'view', 'controller', 'exprience', '14', 'months', 'mvc', 'exprience', '14', 'monthscompany', 'details', 'company', 'glyphisoft', 'technology', 'description', 'having', 'around', '1', '1', 'years', 'experience', 'development', 'asp', 'net', 'mvc', 'currently', 'associated', 'glyphisoft', 'technology', 'solution', 'net', 'developer', 'technical skills', 'skills languages', 'languages c', 'c asp', 'asp net', 'net mvc', 'mvc html', 'html css', 'css javascript', 'javascript angularjs', 'angularjs primary', 'primary skill', 'skill entity', 'entity framework', 'framework tools', 'tools used', 'used sql', 'sql server', 'server 14', '14 visual', 'visual studio', 'studio 13', '13 project', 'project details', 'details 1', '1 project', 'project name', 'name transport', 'transport management', 'management system', 'system role', 'role dot', 'dot net', 'net developer', 'developer platform', 'platform used', 'used mvc', 'mvc angularjs', 'angularjs sql', 'sql server', 'server description', 'description this', 'this project', 'project transport', 'transport management', 'management system', 'system this', 'this project', 'project used', 'used keeps', 'keeps record', 'record vehicle', 'vehicle customer', 'customer employee', 'employee reduce', 'reduce costs', 'costs centralized', 'centralized planning', 'planning execution', 'execution logistics', 'logistics activities', 'activities vehicle', 'vehicle owner', 'owner add', 'add vehicle', 'vehicle rent', 'rent specific', 'specific day', 'day application', 'application location', 'location admin', 'admin easily', 'easily ess', 'ess data', 'data vehicle', 'vehicle customer', 'customer employee', 'employee responsibilities', 'responsibilities used', 'used 3', '3 tier', 'tier architecture', 'architecture presentation', 'presentation layer', 'layer business', 'business data', 'data a', 'a ess', 'ess layers', 'layers coded', 'coded using', 'using c', 'c per', 'per user', 'user requirements', 'requirements make', 'make changes', 'changes project', 'project discussing', 'discussing group', 'group new', 'new requirement', 'requirement work', 'work customer', 'customer vehicle', 'vehicle model', 'model 2', '2 project', 'project name', 'name crm', 'crm role', 'role dot', 'dot net', 'net developer', 'developer platform', 'platform used', 'used mvc', 'mvc sql', 'sql server', 'server description', 'description it', 'it kind', 'kind crm', 'crm application', 'application training', 'training institute', 'institute easily', 'easily track', 'track student', 'student data', 'data different', 'different user', 'user store', 'store ess', 'ess utilise', 'utilise manage', 'manage data', 'data application', 'application any', 'any user', 'user easily', 'easily fill', 'fill information', 'information leads', 'leads comes', 'comes institute', 'institute also', 'also joined', 'joined convert', 'convert leads', 'leads student', 'student institute', 'institute all', 'all information', 'information store', 'store easily', 'easily manage', 'manage application', 'application also', 'also good', 'good leads', 'leads student', 'student join', 'join records', 'records store', 'store application', 'application application', 'application help', 'help institute', 'institute fetch', 'fetch contacts', 'contacts information', 'information leads', 'leads student', 'student join', 'join time', 'time we', 'we later', 'later contact', 'contact leads', 'leads future', 'future also', 'also application', 'application get', 'get know', 'know every', 'every leads', 'leads student', 'student joined', 'joined responsibilities', 'responsibilities used', 'used 3', '3 tier', 'tier architecture', 'architecture presentation', 'presentation layer', 'layer business', 'business data', 'data a', 'a ess', 'ess layers', 'layers coded', 'coded using', 'using c', 'c per', 'per user', 'user requirements', 'requirements make', 'make changes', 'changes project', 'project discussing', 'discussing group', 'group new', 'new requirement', 'requirement work', 'work enquiry', 'enquiry model', 'model key', 'key strength', 'strength adaptability', 'adaptability hard', 'hard worker', 'worker self', 'self motivated', 'motivated positive', 'positive attitude', 'attitude education', 'education details', 'details january', 'january 2008', '2008 hsc', 'hsc maharashtra', 'maharashtra board', 'board january', 'january 2006', '2006 ssc', 'ssc maharashtra', 'maharashtra board', 'board dot', 'dot net', 'net developer', 'developer dot', 'dot net', 'net developer', 'developer glyphisoft', 'glyphisoft technology', 'technology skill', 'skill details', 'details asp', 'asp exprience', 'exprience 14', '14 months', 'months dot', 'dot exprience', 'exprience 14', '14 months', 'months model', 'model view', 'view controller', 'controller exprience', 'exprience 14', '14 months', 'months model', 'model view', 'view controller', 'controller exprience', 'exprience 14', '14 months', 'months mvc', 'mvc exprience', 'exprience 14', '14 monthscompany', 'monthscompany details', 'details company', 'company glyphisoft', 'glyphisoft technology', 'technology description', 'description having', 'having around', 'around 1', '1 1', '1 years', 'years experience', 'experience development', 'development asp', 'asp net', 'net mvc', 'mvc currently', 'currently associated', 'associated glyphisoft', 'glyphisoft technology', 'technology solution', 'solution net', 'net developer', 'technical skills languages', 'skills languages c', 'languages c asp', 'c asp net', 'asp net mvc', 'net mvc html', 'mvc html css', 'html css javascript', 'css javascript angularjs', 'javascript angularjs primary', 'angularjs primary skill', 'primary skill entity', 'skill entity framework', 'entity framework tools', 'framework tools used', 'tools used sql', 'used sql server', 'sql server 14', 'server 14 visual', '14 visual studio', 'visual studio 13', 'studio 13 project', '13 project details', 'project details 1', 'details 1 project', '1 project name', 'project name transport', 'name transport management', 'transport management system', 'management system role', 'system role dot', 'role dot net', 'dot net developer', 'net developer platform', 'developer platform used', 'platform used mvc', 'used mvc angularjs', 'mvc angularjs sql', 'angularjs sql server', 'sql server description', 'server description this', 'description this project', 'this project transport', 'project transport management', 'transport management system', 'management system this', 'system this project', 'this project used', 'project used keeps', 'used keeps record', 'keeps record vehicle', 'record vehicle customer', 'vehicle customer employee', 'customer employee reduce', 'employee reduce costs', 'reduce costs centralized', 'costs centralized planning', 'centralized planning execution', 'planning execution logistics', 'execution logistics activities', 'logistics activities vehicle', 'activities vehicle owner', 'vehicle owner add', 'owner add vehicle', 'add vehicle rent', 'vehicle rent specific', 'rent specific day', 'specific day application', 'day application location', 'application location admin', 'location admin easily', 'admin easily ess', 'easily ess data', 'ess data vehicle', 'data vehicle customer', 'vehicle customer employee', 'customer employee responsibilities', 'employee responsibilities used', 'responsibilities used 3', 'used 3 tier', '3 tier architecture', 'tier architecture presentation', 'architecture presentation layer', 'presentation layer business', 'layer business data', 'business data a', 'data a ess', 'a ess layers', 'ess layers coded', 'layers coded using', 'coded using c', 'using c per', 'c per user', 'per user requirements', 'user requirements make', 'requirements make changes', 'make changes project', 'changes project discussing', 'project discussing group', 'discussing group new', 'group new requirement', 'new requirement work', 'requirement work customer', 'work customer vehicle', 'customer vehicle model', 'vehicle model 2', 'model 2 project', '2 project name', 'project name crm', 'name crm role', 'crm role dot', 'role dot net', 'dot net developer', 'net developer platform', 'developer platform used', 'platform used mvc', 'used mvc sql', 'mvc sql server', 'sql server description', 'server description it', 'description it kind', 'it kind crm', 'kind crm application', 'crm application training', 'application training institute', 'training institute easily', 'institute easily track', 'easily track student', 'track student data', 'student data different', 'data different user', 'different user store', 'user store ess', 'store ess utilise', 'ess utilise manage', 'utilise manage data', 'manage data application', 'data application any', 'application any user', 'any user easily', 'user easily fill', 'easily fill information', 'fill information leads', 'information leads comes', 'leads comes institute', 'comes institute also', 'institute also joined', 'also joined convert', 'joined convert leads', 'convert leads student', 'leads student institute', 'student institute all', 'institute all information', 'all information store', 'information store easily', 'store easily manage', 'easily manage application', 'manage application also', 'application also good', 'also good leads', 'good leads student', 'leads student join', 'student join records', 'join records store', 'records store application', 'store application application', 'application application help', 'application help institute', 'help institute fetch', 'institute fetch contacts', 'fetch contacts information', 'contacts information leads', 'information leads student', 'leads student join', 'student join time', 'join time we', 'time we later', 'we later contact', 'later contact leads', 'contact leads future', 'leads future also', 'future also application', 'also application get', 'application get know', 'get know every', 'know every leads', 'every leads student', 'leads student joined', 'student joined responsibilities', 'joined responsibilities used', 'responsibilities used 3', 'used 3 tier', '3 tier architecture', 'tier architecture presentation', 'architecture presentation layer', 'presentation layer business', 'layer business data', 'business data a', 'data a ess', 'a ess layers', 'ess layers coded', 'layers coded using', 'coded using c', 'using c per', 'c per user', 'per user requirements', 'user requirements make', 'requirements make changes', 'make changes project', 'changes project discussing', 'project discussing group', 'discussing group new', 'group new requirement', 'new requirement work', 'requirement work enquiry', 'work enquiry model', 'enquiry model key', 'model key strength', 'key strength adaptability', 'strength adaptability hard', 'adaptability hard worker', 'hard worker self', 'worker self motivated', 'self motivated positive', 'motivated positive attitude', 'positive attitude education', 'attitude education details', 'education details january', 'details january 2008', 'january 2008 hsc', '2008 hsc maharashtra', 'hsc maharashtra board', 'maharashtra board january', 'board january 2006', 'january 2006 ssc', '2006 ssc maharashtra', 'ssc maharashtra board', 'maharashtra board dot', 'board dot net', 'dot net developer', 'net developer dot', 'developer dot net', 'dot net developer', 'net developer glyphisoft', 'developer glyphisoft technology', 'glyphisoft technology skill', 'technology skill details', 'skill details asp', 'details asp exprience', 'asp exprience 14', 'exprience 14 months', '14 months dot', 'months dot exprience', 'dot exprience 14', 'exprience 14 months', '14 months model', 'months model view', 'model view controller', 'view controller exprience', 'controller exprience 14', 'exprience 14 months', '14 months model', 'months model view', 'model view controller', 'view controller exprience', 'controller exprience 14', 'exprience 14 months', '14 months mvc', 'months mvc exprience', 'mvc exprience 14', 'exprience 14 monthscompany', '14 monthscompany details', 'monthscompany details company', 'details company glyphisoft', 'company glyphisoft technology', 'glyphisoft technology description', 'technology description having', 'description having around', 'having around 1', 'around 1 1', '1 1 years', '1 years experience', 'years experience development', 'experience development asp', 'development asp net', 'asp net mvc', 'net mvc currently', 'mvc currently associated', 'currently associated glyphisoft', 'associated glyphisoft technology', 'glyphisoft technology solution', 'technology solution net', 'solution net developer', 'technical skills languages c', 'skills languages c asp', 'languages c asp net', 'c asp net mvc', 'asp net mvc html', 'net mvc html css', 'mvc html css javascript', 'html css javascript angularjs', 'css javascript angularjs primary', 'javascript angularjs primary skill', 'angularjs primary skill entity', 'primary skill entity framework', 'skill entity framework tools', 'entity framework tools used', 'framework tools used sql', 'tools used sql server', 'used sql server 14', 'sql server 14 visual', 'server 14 visual studio', '14 visual studio 13', 'visual studio 13 project', 'studio 13 project details', '13 project details 1', 'project details 1 project', 'details 1 project name', '1 project name transport', 'project name transport management', 'name transport management system', 'transport management system role', 'management system role dot', 'system role dot net', 'role dot net developer', 'dot net developer platform', 'net developer platform used', 'developer platform used mvc', 'platform used mvc angularjs', 'used mvc angularjs sql', 'mvc angularjs sql server', 'angularjs sql server description', 'sql server description this', 'server description this project', 'description this project transport', 'this project transport management', 'project transport management system', 'transport management system this', 'management system this project', 'system this project used', 'this project used keeps', 'project used keeps record', 'used keeps record vehicle', 'keeps record vehicle customer', 'record vehicle customer employee', 'vehicle customer employee reduce', 'customer employee reduce costs', 'employee reduce costs centralized', 'reduce costs centralized planning', 'costs centralized planning execution', 'centralized planning execution logistics', 'planning execution logistics activities', 'execution logistics activities vehicle', 'logistics activities vehicle owner', 'activities vehicle owner add', 'vehicle owner add vehicle', 'owner add vehicle rent', 'add vehicle rent specific', 'vehicle rent specific day', 'rent specific day application', 'specific day application location', 'day application location admin', 'application location admin easily', 'location admin easily ess', 'admin easily ess data', 'easily ess data vehicle', 'ess data vehicle customer', 'data vehicle customer employee', 'vehicle customer employee responsibilities', 'customer employee responsibilities used', 'employee responsibilities used 3', 'responsibilities used 3 tier', 'used 3 tier architecture', '3 tier architecture presentation', 'tier architecture presentation layer', 'architecture presentation layer business', 'presentation layer business data', 'layer business data a', 'business data a ess', 'data a ess layers', 'a ess layers coded', 'ess layers coded using', 'layers coded using c', 'coded using c per', 'using c per user', 'c per user requirements', 'per user requirements make', 'user requirements make changes', 'requirements make changes project', 'make changes project discussing', 'changes project discussing group', 'project discussing group new', 'discussing group new requirement', 'group new requirement work', 'new requirement work customer', 'requirement work customer vehicle', 'work customer vehicle model', 'customer vehicle model 2', 'vehicle model 2 project', 'model 2 project name', '2 project name crm', 'project name crm role', 'name crm role dot', 'crm role dot net', 'role dot net developer', 'dot net developer platform', 'net developer platform used', 'developer platform used mvc', 'platform used mvc sql', 'used mvc sql server', 'mvc sql server description', ...], ['education', 'details', 'january', '2014', 'education', 'details', 'pune', 'maharashtra', 'university', 'of', 'pune', 'january', '2010', 'b', 'com', 'pune', 'maharashtra', 'university', 'of', 'pune', 'software', 'developer', 'software', 'developer', 'technology', 'dot', 'net', 'skill', 'details', 'company', 'details', 'company', 'technology', 'dot', 'net', 'description', 'previous', 'experience', 'worked', 'sepsoft', 'erp', 'solutions', 'from', '1', 'jan', '2016', 'to', '24th', 'dec', '2016', 'designation', 'software', 'developer', 'technology', 'dot', 'net', 'education details', 'details january', 'january 2014', '2014 education', 'education details', 'details pune', 'pune maharashtra', 'maharashtra university', 'university of', 'of pune', 'pune january', 'january 2010', '2010 b', 'b com', 'com pune', 'pune maharashtra', 'maharashtra university', 'university of', 'of pune', 'pune software', 'software developer', 'developer software', 'software developer', 'developer technology', 'technology dot', 'dot net', 'net skill', 'skill details', 'details company', 'company details', 'details company', 'company technology', 'technology dot', 'dot net', 'net description', 'description previous', 'previous experience', 'experience worked', 'worked sepsoft', 'sepsoft erp', 'erp solutions', 'solutions from', 'from 1', '1 jan', 'jan 2016', '2016 to', 'to 24th', '24th dec', 'dec 2016', '2016 designation', 'designation software', 'software developer', 'developer technology', 'technology dot', 'dot net', 'education details january', 'details january 2014', 'january 2014 education', '2014 education details', 'education details pune', 'details pune maharashtra', 'pune maharashtra university', 'maharashtra university of', 'university of pune', 'of pune january', 'pune january 2010', 'january 2010 b', '2010 b com', 'b com pune', 'com pune maharashtra', 'pune maharashtra university', 'maharashtra university of', 'university of pune', 'of pune software', 'pune software developer', 'software developer software', 'developer software developer', 'software developer technology', 'developer technology dot', 'technology dot net', 'dot net skill', 'net skill details', 'skill details company', 'details company details', 'company details company', 'details company technology', 'company technology dot', 'technology dot net', 'dot net description', 'net description previous', 'description previous experience', 'previous experience worked', 'experience worked sepsoft', 'worked sepsoft erp', 'sepsoft erp solutions', 'erp solutions from', 'solutions from 1', 'from 1 jan', '1 jan 2016', 'jan 2016 to', '2016 to 24th', 'to 24th dec', '24th dec 2016', 'dec 2016 designation', '2016 designation software', 'designation software developer', 'software developer technology', 'developer technology dot', 'technology dot net', 'education details january 2014', 'details january 2014 education', 'january 2014 education details', '2014 education details pune', 'education details pune maharashtra', 'details pune maharashtra university', 'pune maharashtra university of', 'maharashtra university of pune', 'university of pune january', 'of pune january 2010', 'pune january 2010 b', 'january 2010 b com', '2010 b com pune', 'b com pune maharashtra', 'com pune maharashtra university', 'pune maharashtra university of', 'maharashtra university of pune', 'university of pune software', 'of pune software developer', 'pune software developer software', 'software developer software developer', 'developer software developer technology', 'software developer technology dot', 'developer technology dot net', 'technology dot net skill', 'dot net skill details', 'net skill details company', 'skill details company details', 'details company details company', 'company details company technology', 'details company technology dot', 'company technology dot net', 'technology dot net description', 'dot net description previous', 'net description previous experience', 'description previous experience worked', 'previous experience worked sepsoft', 'experience worked sepsoft erp', 'worked sepsoft erp solutions', 'sepsoft erp solutions from', 'erp solutions from 1', 'solutions from 1 jan', 'from 1 jan 2016', '1 jan 2016 to', 'jan 2016 to 24th', '2016 to 24th dec', 'to 24th dec 2016', '24th dec 2016 designation', 'dec 2016 designation software', '2016 designation software developer', 'designation software developer technology', 'software developer technology dot', 'developer technology dot net', 'education details january 2014 education', 'details january 2014 education details', 'january 2014 education details pune', '2014 education details pune maharashtra', 'education details pune maharashtra university', 'details pune maharashtra university of', 'pune maharashtra university of pune', 'maharashtra university of pune january', 'university of pune january 2010', 'of pune january 2010 b', 'pune january 2010 b com', 'january 2010 b com pune', '2010 b com pune maharashtra', 'b com pune maharashtra university', 'com pune maharashtra university of', 'pune maharashtra university of pune', 'maharashtra university of pune software', 'university of pune software developer', 'of pune software developer software', 'pune software developer software developer', 'software developer software developer technology', 'developer software developer technology dot', 'software developer technology dot net', 'developer technology dot net skill', 'technology dot net skill details', 'dot net skill details company', 'net skill details company details', 'skill details company details company', 'details company details company technology', 'company details company technology dot', 'details company technology dot net', 'company technology dot net description', 'technology dot net description previous', 'dot net description previous experience', 'net description previous experience worked', 'description previous experience worked sepsoft', 'previous experience worked sepsoft erp', 'experience worked sepsoft erp solutions', 'worked sepsoft erp solutions from', 'sepsoft erp solutions from 1', 'erp solutions from 1 jan', 'solutions from 1 jan 2016', 'from 1 jan 2016 to', '1 jan 2016 to 24th', 'jan 2016 to 24th dec', '2016 to 24th dec 2016', 'to 24th dec 2016 designation', '24th dec 2016 designation software', 'dec 2016 designation software developer', '2016 designation software developer technology', 'designation software developer technology dot', 'software developer technology dot net', 'education details january 2014 education details', 'details january 2014 education details pune', 'january 2014 education details pune maharashtra', '2014 education details pune maharashtra university', 'education details pune maharashtra university of', 'details pune maharashtra university of pune', 'pune maharashtra university of pune january', 'maharashtra university of pune january 2010', 'university of pune january 2010 b', 'of pune january 2010 b com', 'pune january 2010 b com pune', 'january 2010 b com pune maharashtra', '2010 b com pune maharashtra university', 'b com pune maharashtra university of', 'com pune maharashtra university of pune', 'pune maharashtra university of pune software', 'maharashtra university of pune software developer', 'university of pune software developer software', 'of pune software developer software developer', 'pune software developer software developer technology', 'software developer software developer technology dot', 'developer software developer technology dot net', 'software developer technology dot net skill', 'developer technology dot net skill details', 'technology dot net skill details company', 'dot net skill details company details', 'net skill details company details company', 'skill details company details company technology', 'details company details company technology dot', 'company details company technology dot net', 'details company technology dot net description', 'company technology dot net description previous', 'technology dot net description previous experience', 'dot net description previous experience worked', 'net description previous experience worked sepsoft', 'description previous experience worked sepsoft erp', 'previous experience worked sepsoft erp solutions', 'experience worked sepsoft erp solutions from', 'worked sepsoft erp solutions from 1', 'sepsoft erp solutions from 1 jan', 'erp solutions from 1 jan 2016', 'solutions from 1 jan 2016 to', 'from 1 jan 2016 to 24th', '1 jan 2016 to 24th dec', 'jan 2016 to 24th dec 2016', '2016 to 24th dec 2016 designation', 'to 24th dec 2016 designation software', '24th dec 2016 designation software developer', 'dec 2016 designation software developer technology', '2016 designation software developer technology dot', 'designation software developer technology dot net', 'education details january 2014 education details pune', 'details january 2014 education details pune maharashtra', 'january 2014 education details pune maharashtra university', '2014 education details pune maharashtra university of', 'education details pune maharashtra university of pune', 'details pune maharashtra university of pune january', 'pune maharashtra university of pune january 2010', 'maharashtra university of pune january 2010 b', 'university of pune january 2010 b com', 'of pune january 2010 b com pune', 'pune january 2010 b com pune maharashtra', 'january 2010 b com pune maharashtra university', '2010 b com pune maharashtra university of', 'b com pune maharashtra university of pune', 'com pune maharashtra university of pune software', 'pune maharashtra university of pune software developer', 'maharashtra university of pune software developer software', 'university of pune software developer software developer', 'of pune software developer software developer technology', 'pune software developer software developer technology dot', 'software developer software developer technology dot net', 'developer software developer technology dot net skill', 'software developer technology dot net skill details', 'developer technology dot net skill details company', 'technology dot net skill details company details', 'dot net skill details company details company', 'net skill details company details company technology', 'skill details company details company technology dot', 'details company details company technology dot net', 'company details company technology dot net description', 'details company technology dot net description previous', 'company technology dot net description previous experience', 'technology dot net description previous experience worked', 'dot net description previous experience worked sepsoft', 'net description previous experience worked sepsoft erp', 'description previous experience worked sepsoft erp solutions', 'previous experience worked sepsoft erp solutions from', 'experience worked sepsoft erp solutions from 1', 'worked sepsoft erp solutions from 1 jan', 'sepsoft erp solutions from 1 jan 2016', 'erp solutions from 1 jan 2016 to', 'solutions from 1 jan 2016 to 24th', 'from 1 jan 2016 to 24th dec', '1 jan 2016 to 24th dec 2016', 'jan 2016 to 24th dec 2016 designation', '2016 to 24th dec 2016 designation software', 'to 24th dec 2016 designation software developer', '24th dec 2016 designation software developer technology', 'dec 2016 designation software developer technology dot', '2016 designation software developer technology dot net', 'education details january 2014 education details pune maharashtra', 'details january 2014 education details pune maharashtra university', 'january 2014 education details pune maharashtra university of', '2014 education details pune maharashtra university of pune', 'education details pune maharashtra university of pune january', 'details pune maharashtra university of pune january 2010', 'pune maharashtra university of pune january 2010 b', 'maharashtra university of pune january 2010 b com', 'university of pune january 2010 b com pune', 'of pune january 2010 b com pune maharashtra', 'pune january 2010 b com pune maharashtra university', 'january 2010 b com pune maharashtra university of', '2010 b com pune maharashtra university of pune', 'b com pune maharashtra university of pune software', 'com pune maharashtra university of pune software developer', 'pune maharashtra university of pune software developer software', 'maharashtra university of pune software developer software developer', 'university of pune software developer software developer technology', 'of pune software developer software developer technology dot', 'pune software developer software developer technology dot net', 'software developer software developer technology dot net skill', 'developer software developer technology dot net skill details', 'software developer technology dot net skill details company', 'developer technology dot net skill details company details', 'technology dot net skill details company details company', 'dot net skill details company details company technology', 'net skill details company details company technology dot', 'skill details company details company technology dot net', 'details company details company technology dot net description', 'company details company technology dot net description previous', 'details company technology dot net description previous experience', 'company technology dot net description previous experience worked', 'technology dot net description previous experience worked sepsoft', 'dot net description previous experience worked sepsoft erp', 'net description previous experience worked sepsoft erp solutions', 'description previous experience worked sepsoft erp solutions from', 'previous experience worked sepsoft erp solutions from 1', 'experience worked sepsoft erp solutions from 1 jan', 'worked sepsoft erp solutions from 1 jan 2016', 'sepsoft erp solutions from 1 jan 2016 to', 'erp solutions from 1 jan 2016 to 24th', 'solutions from 1 jan 2016 to 24th dec', 'from 1 jan 2016 to 24th dec 2016', '1 jan 2016 to 24th dec 2016 designation', 'jan 2016 to 24th dec 2016 designation software', '2016 to 24th dec 2016 designation software developer', 'to 24th dec 2016 designation software developer technology', '24th dec 2016 designation software developer technology dot', 'dec 2016 designation software developer technology dot net', 'education details january 2014 education details pune maharashtra university', 'details january 2014 education details pune maharashtra university of', 'january 2014 education details pune maharashtra university of pune', '2014 education details pune maharashtra university of pune january', 'education details pune maharashtra university of pune january 2010', 'details pune maharashtra university of pune january 2010 b', 'pune maharashtra university of pune january 2010 b com', 'maharashtra university of pune january 2010 b com pune', 'university of pune january 2010 b com pune maharashtra', 'of pune january 2010 b com pune maharashtra university', 'pune january 2010 b com pune maharashtra university of', 'january 2010 b com pune maharashtra university of pune', '2010 b com pune maharashtra university of pune software', 'b com pune maharashtra university of pune software developer', 'com pune maharashtra university of pune software developer software', 'pune maharashtra university of pune software developer software developer', 'maharashtra university of pune software developer software developer technology', 'university of pune software developer software developer technology dot', 'of pune software developer software developer technology dot net', 'pune software developer software developer technology dot net skill', 'software developer software developer technology dot net skill details', 'developer software developer technology dot net skill details company', 'software developer technology dot net skill details company details', 'developer technology dot net skill details company details company', 'technology dot net skill details company details company technology', 'dot net skill details company details company technology dot', 'net skill details company details company technology dot net', 'skill details company details company technology dot net description', 'details company details company technology dot net description previous', 'company details company technology dot net description previous experience', 'details company technology dot net description previous experience worked', 'company technology dot net description previous experience worked sepsoft', 'technology dot net description previous experience worked sepsoft erp', 'dot net description previous experience worked sepsoft erp solutions', 'net description previous experience worked sepsoft erp solutions from', 'description previous experience worked sepsoft erp solutions from 1', 'previous experience worked sepsoft erp solutions from 1 jan', 'experience worked sepsoft erp solutions from 1 jan 2016', 'worked sepsoft erp solutions from 1 jan 2016 to', 'sepsoft erp solutions from 1 jan 2016 to 24th', 'erp solutions from 1 jan 2016 to 24th dec', 'solutions from 1 jan 2016 to 24th dec 2016', 'from 1 jan 2016 to 24th dec 2016 designation', '1 jan 2016 to 24th dec 2016 designation software', 'jan 2016 to 24th dec 2016 designation software developer', '2016 to 24th dec 2016 designation software developer technology', 'to 24th dec 2016 designation software developer technology dot', '24th dec 2016 designation software developer technology dot net'], ['technologies', 'asp', 'net', 'mvc', '3', '0', '4', '0', '5', '0', 'unit', 'testing', 'entity', 'framework', '6', '0', 'languages', 'c', 'js', 'library', 'javascript', 'jquery', 'angular1', '5', 'typescript', 'tools', 'visual', 'studio', '2008', '2010', '2012', '2015', 'visual', 'studio', 'code', 'ide', 'net', 'framework', '2', '0', '3', '5', '4', '0', '4', '5', 'databases', 'sql', 'server', '2005', '2008', '2014', '2015', 'source', 'control', 'tools', 'tortoise', 'svn', 'git', 'education', 'details', 'january', '2010', 'b', 'tech', 'kakinada', 'andhra', 'pradesh', 'jntu', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'the', 'tie', 'bar', 'skill', 'details', 'net', 'exprience', '34', 'months', 'asp', 'exprience', '34', 'months', 'asp', 'net', 'exprience', '34', 'months', 'c', 'exprience', '34', 'months', 'javascript', 'exprience', '34', 'monthscompany', 'details', 'company', 'the', 'tie', 'bar', 'description', 'duration', 'january', '2017', 'till', 'date', 'responsibility', 'design', 'coding', 'net', 'server', 'side', 'environment', 'specifically', 'utilising', 'microsoft', 'mvc', 'framework', 'client', 'side', 'environment', 'using', 'knockout', 'js', 'consuming', 'web', 'api', 'wcf', 'rest', 'full', 'services', 'designed', 'coded', 'application', 'components', 'agile', 'environment', 'utilizing', 'test', 'driven', 'development', 'approach', 'created', 'maintained', 'project', 'tasks', 'schedules', 'provided', 'programming', 'estimates', 'identified', 'potential', 'problems', 'recommended', 'alternative', 'solutions', 'worked', 'close', 'cooperation', 'project', 'managers', 'functional', 'team', 'members', 'form', 'team', 'effort', 'development', 'utilized', 'pair', 'programming', 'approach', 'ensure', 'high', 'quality', 'code', 'projects', 'title', 'the', 'tiebar', 'environment', 'visual', 'studio', '2015', 'mvc', '5', '0', 'c', 'javascript', 'json', 'linq', 'html', '5', 'database', 'sql', 'server', '2015', 'role', 'developer', 'description', 'the', 'tie', 'bar', 'us', 'based', 'online', 'shopping', 'website', 'one', 'stop', 'destination', 'luxury', 'menswear', 'premium', 'dress', 'shirts', 'ties', 'bow', 'ties', 'title', 'leave', 'management', 'system', 'environment', 'visual', 'studio', '2010', 'asp', 'net', 'c', 'javascript', 'jquery', 'database', 'sql', 'server', '2008', 'role', 'developer', 'description', 'a', 'leave', 'management', 'system', 'web', 'application', 'two', 'module', 'one', 'front', 'end', 'second', 'admin', 'module', 'admin', 'user', 'manage', 'site', 'content', 'application', 'the', 'main', 'functionality', 'web', 'application', 'used', 'maintaining', 'employee', 'leave', 'policy', 'company', 'title', 'around', 'pune', 'cms', 'environment', 'visual', 'studio', '2010', 'asp', 'net', 'c', 'javascript', 'jquery', 'database', 'sql', 'server', '2008', 'role', 'developer', 'description', 'around', 'pune', 'web', 'application', 'in', 'two', 'modules', 'one', 'admin', 'module', 'another', 'client', 'front', 'end', 'admin', 'module', 'controls', 'site', 'date', 'cms', 'content', 'management', 'system', 'project', 'the', 'purpose', 'site', 'show', 'provide', 'details', 'spots', 'tourists', 'places', 'around', 'pune', 'title', 'country', 'side', 'environment', 'visual', 'studio', '2008', 'asp', 'net', 'c', 'javascript', 'jquery', 'database', 'sql', 'server', '2008', 'role', 'developer', 'description', 'this', 'cms', 'content', 'management', 'system', 'website', 'controlling', 'admin', 'user', 'in', 'one', 'admin', 'module', 'maintain', 'website', 'content', 'this', 'site', 'used', 'provide', 'information', 'tourist', 'places', 'provide', 'offers', 'different', 'packages', 'trips', 'company', 'hamsa', 'hitech', 'pvt', 'ltd', 'description', 'responsibility', 'design', 'coding', 'net', 'server', 'side', 'environment', 'specifically', 'utilising', 'asp', 'net', 'c', 'design', 'implement', 'systems', 'use', 'relational', 'databases', 'specifically', 'sql', '2008', 'project', 'title', 'a', 'g', 'johnson', 'environment', 'visual', 'studio', '2010', 'asp', 'net', 'c', 'javascript', 'jquery', 'database', 'sql', 'server', '2008', 'role', 'developer', 'description', 'a', 'g', 'johnson', 'global', 'employment', 'website', 'the', 'main', 'purpose', 'application', 'recruit', 'employees', 'clients', 'different', 'countries', 'like', 'switzerland', 'norway', 'sweden', 'provide', 'services', 'like', 'organisational', 'development', 'management', 'leadership', 'support', 'development', 'legal', 'support', 'title', 'crm', 'company', 'environment', 'visual', 'studio', '2008', 'asp', 'net', '3', '0', 'using', 'c', 'javascript', 'jquery', 'database', 'sql', 'server', '2008', 'role', 'developer', 'description', 'customer', 'relationship', 'management', 'system', 'web', 'application', 'which', 'maintaining', 'relation', 'company', 'we', 'view', 'project', 'list', 'client', 'list', 'notification', 'list', 'appointment', 'list', 'conversation', 'list', 'client', 'person', 'list', 'company', 'person', 'technologies asp', 'asp net', 'net mvc', 'mvc 3', '3 0', '0 4', '4 0', '0 5', '5 0', '0 unit', 'unit testing', 'testing entity', 'entity framework', 'framework 6', '6 0', '0 languages', 'languages c', 'c js', 'js library', 'library javascript', 'javascript jquery', 'jquery angular1', 'angular1 5', '5 typescript', 'typescript tools', 'tools visual', 'visual studio', 'studio 2008', '2008 2010', '2010 2012', '2012 2015', '2015 visual', 'visual studio', 'studio code', 'code ide', 'ide net', 'net framework', 'framework 2', '2 0', '0 3', '3 5', '5 4', '4 0', '0 4', '4 5', '5 databases', 'databases sql', 'sql server', 'server 2005', '2005 2008', '2008 2014', '2014 2015', '2015 source', 'source control', 'control tools', 'tools tortoise', 'tortoise svn', 'svn git', 'git education', 'education details', 'details january', 'january 2010', '2010 b', 'b tech', 'tech kakinada', 'kakinada andhra', 'andhra pradesh', 'pradesh jntu', 'jntu dot', 'dot net', 'net developer', 'developer dot', 'dot net', 'net developer', 'developer the', 'the tie', 'tie bar', 'bar skill', 'skill details', 'details net', 'net exprience', 'exprience 34', '34 months', 'months asp', 'asp exprience', 'exprience 34', '34 months', 'months asp', 'asp net', 'net exprience', 'exprience 34', '34 months', 'months c', 'c exprience', 'exprience 34', '34 months', 'months javascript', 'javascript exprience', 'exprience 34', '34 monthscompany', 'monthscompany details', 'details company', 'company the', 'the tie', 'tie bar', 'bar description', 'description duration', 'duration january', 'january 2017', '2017 till', 'till date', 'date responsibility', 'responsibility design', 'design coding', 'coding net', 'net server', 'server side', 'side environment', 'environment specifically', 'specifically utilising', 'utilising microsoft', 'microsoft mvc', 'mvc framework', 'framework client', 'client side', 'side environment', 'environment using', 'using knockout', 'knockout js', 'js consuming', 'consuming web', 'web api', 'api wcf', 'wcf rest', 'rest full', 'full services', 'services designed', 'designed coded', 'coded application', 'application components', 'components agile', 'agile environment', 'environment utilizing', 'utilizing test', 'test driven', 'driven development', 'development approach', 'approach created', 'created maintained', 'maintained project', 'project tasks', 'tasks schedules', 'schedules provided', 'provided programming', 'programming estimates', 'estimates identified', 'identified potential', 'potential problems', 'problems recommended', 'recommended alternative', 'alternative solutions', 'solutions worked', 'worked close', 'close cooperation', 'cooperation project', 'project managers', 'managers functional', 'functional team', 'team members', 'members form', 'form team', 'team effort', 'effort development', 'development utilized', 'utilized pair', 'pair programming', 'programming approach', 'approach ensure', 'ensure high', 'high quality', 'quality code', 'code projects', 'projects title', 'title the', 'the tiebar', 'tiebar environment', 'environment visual', 'visual studio', 'studio 2015', '2015 mvc', 'mvc 5', '5 0', '0 c', 'c javascript', 'javascript json', 'json linq', 'linq html', 'html 5', '5 database', 'database sql', 'sql server', 'server 2015', '2015 role', 'role developer', 'developer description', 'description the', 'the tie', 'tie bar', 'bar us', 'us based', 'based online', 'online shopping', 'shopping website', 'website one', 'one stop', 'stop destination', 'destination luxury', 'luxury menswear', 'menswear premium', 'premium dress', 'dress shirts', 'shirts ties', 'ties bow', 'bow ties', 'ties title', 'title leave', 'leave management', 'management system', 'system environment', 'environment visual', 'visual studio', 'studio 2010', '2010 asp', 'asp net', 'net c', 'c javascript', 'javascript jquery', 'jquery database', 'database sql', 'sql server', 'server 2008', '2008 role', 'role developer', 'developer description', 'description a', 'a leave', 'leave management', 'management system', 'system web', 'web application', 'application two', 'two module', 'module one', 'one front', 'front end', 'end second', 'second admin', 'admin module', 'module admin', 'admin user', 'user manage', 'manage site', 'site content', 'content application', 'application the', 'the main', 'main functionality', 'functionality web', 'web application', 'application used', 'used maintaining', 'maintaining employee', 'employee leave', 'leave policy', 'policy company', 'company title', 'title around', 'around pune', 'pune cms', 'cms environment', 'environment visual', 'visual studio', 'studio 2010', '2010 asp', 'asp net', 'net c', 'c javascript', 'javascript jquery', 'jquery database', 'database sql', 'sql server', 'server 2008', '2008 role', 'role developer', 'developer description', 'description around', 'around pune', 'pune web', 'web application', 'application in', 'in two', 'two modules', 'modules one', 'one admin', 'admin module', 'module another', 'another client', 'client front', 'front end', 'end admin', 'admin module', 'module controls', 'controls site', 'site date', 'date cms', 'cms content', 'content management', 'management system', 'system project', 'project the', 'the purpose', 'purpose site', 'site show', 'show provide', 'provide details', 'details spots', 'spots tourists', 'tourists places', 'places around', 'around pune', 'pune title', 'title country', 'country side', 'side environment', 'environment visual', 'visual studio', 'studio 2008', '2008 asp', 'asp net', 'net c', 'c javascript', 'javascript jquery', 'jquery database', 'database sql', 'sql server', 'server 2008', '2008 role', 'role developer', 'developer description', 'description this', 'this cms', 'cms content', 'content management', 'management system', 'system website', 'website controlling', 'controlling admin', 'admin user', 'user in', 'in one', 'one admin', 'admin module', 'module maintain', 'maintain website', 'website content', 'content this', 'this site', 'site used', 'used provide', 'provide information', 'information tourist', 'tourist places', 'places provide', 'provide offers', 'offers different', 'different packages', 'packages trips', 'trips company', 'company hamsa', 'hamsa hitech', 'hitech pvt', 'pvt ltd', 'ltd description', 'description responsibility', 'responsibility design', 'design coding', 'coding net', 'net server', 'server side', 'side environment', 'environment specifically', 'specifically utilising', 'utilising asp', 'asp net', 'net c', 'c design', 'design implement', 'implement systems', 'systems use', 'use relational', 'relational databases', 'databases specifically', 'specifically sql', 'sql 2008', '2008 project', 'project title', 'title a', 'a g', 'g johnson', 'johnson environment', 'environment visual', 'visual studio', 'studio 2010', '2010 asp', 'asp net', 'net c', 'c javascript', 'javascript jquery', 'jquery database', 'database sql', 'sql server', 'server 2008', '2008 role', 'role developer', 'developer description', 'description a', 'a g', 'g johnson', 'johnson global', 'global employment', 'employment website', 'website the', 'the main', 'main purpose', 'purpose application', 'application recruit', 'recruit employees', 'employees clients', 'clients different', 'different countries', 'countries like', 'like switzerland', 'switzerland norway', 'norway sweden', 'sweden provide', 'provide services', 'services like', 'like organisational', 'organisational development', 'development management', 'management leadership', 'leadership support', 'support development', 'development legal', 'legal support', 'support title', 'title crm', 'crm company', 'company environment', 'environment visual', 'visual studio', 'studio 2008', '2008 asp', 'asp net', 'net 3', '3 0', '0 using', 'using c', 'c javascript', 'javascript jquery', 'jquery database', 'database sql', 'sql server', 'server 2008', '2008 role', 'role developer', 'developer description', 'description customer', 'customer relationship', 'relationship management', 'management system', 'system web', 'web application', 'application which', 'which maintaining', 'maintaining relation', 'relation company', 'company we', 'we view', 'view project', 'project list', 'list client', 'client list', 'list notification', 'notification list', ...], ['technical', 'skills', 'category', 'skills', 'language', 'c', 'c', 'oop', 'dot', 'net', 'technologies', 'asp', 'net', 'mvc', 'ado', 'net', 'entity', 'framework', 'linq', 'web', 'technologies', 'html', 'css', 'browser', 'scripting', 'javascript', 'jquery', 'ajax', 'json', 'web', 'browser', 'internet', 'explorer', '8', '0', 'mozilla', 'firefox10', 'front', 'end', 'framework', 'bootstrap', 'kendo', 'ui', 'database', 'sql', 'server', '2012', 'development', 'tools', 'visual', 'studio', '2013', 'operating', 'systems', 'ms', 'window', '2007', 'project', 'details', 'projects', 'worked', 'on', '1', 'project', 'name', 'politician', 'website', 'role', 'trainee', 'project', 'description', 'i', 'developed', 'politician', 'website', 'in', 'website', 'home', 'page', 'quick', 'facts', 'category', 'biography', 'gallery', 'contactus', 'page', 'it', 'totally', 'dynamic', 'website', 'environment', 'operating', 'system', 'windows', '7', 'development', 'tools', 'visual', 'studio', '2013', 'database', 'server', 'sql', 'server', '2012', 'technology', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'presentation', 'layer', 'html', 'css', 'jquery', 'bootstrap', 'role', 'responsibilities', 'understanding', 'requirements', 'coding', 'unit', 'testing', '2', 'project', 'name', 'coaching', 'management', 'system', 'cms', 'project', 'description', 'this', 'software', 'helps', 'manage', 'institute', 'student', 'teacher', 'courses', 'batches', 'fees', 'attendance', 'marks', 'provide', 'easy', 'reports', 'like', 'outstanding', 'fees', 'marks', 'attendance', 'etc', 'this', 'software', 'specially', 'designed', 'coaching', 'institute', 'environment', 'operating', 'system', 'windows', '7', 'database', 'server', 'sql', 'server', '2012', 'technology', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'presentation', 'layer', 'html', 'css', 'javascript', 'jquery', 'bootstrap', 'features', 'project', 'includes', 'feature', 'testing', 'type', 'activity', 'project', 'activities', 'project', 'includes', 'online', 'management', 'test', 'process', 'role', 'responsibilities', 'worked', 'development', 'back', 'end', 'like', 'data', 'collections', 'database', 'schema', 'designing', 'create', 'database', 'dictionary', 'made', 'database', 'constraints', 'i', 'also', 'worked', 'front', 'end', 'designing', 'like', 'screen', 'generations', 'form', 'designing', 'applying', 'client', 'side', 'validation', 'srs', 'documentation', 'development', '3', 'project', 'name', 'hospital', 'management', 'system', 'hms', 'project', 'description', 'hospital', 'management', 'system', 'powerful', 'flexible', 'easy', 'use', 'designed', 'developed', 'deliver', 'real', 'conceivable', 'benefits', 'hospitals', 'clinics', 'importantly', 'backed', 'reliable', 'dependable', 'hospital', 'management', 'system', 'designed', 'multispecialty', 'hospitals', 'cover', 'wide', 'range', 'hospital', 'administration', 'management', 'processes', 'it', 'integrated', 'end', 'end', 'hospital', 'management', 'system', 'provides', 'relevant', 'information', 'across', 'hospital', 'support', 'effective', 'decision', 'making', 'patient', 'care', 'hospital', 'administration', 'critical', 'financial', 'ounting', 'seamless', 'flow', 'environment', 'presentation', 'layer', 'html', 'css', 'javascript', 'jquery', 'kendo', 'ui', 'business', 'layer', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'database', 'layer', 'sql', 'server', '2012', 'operating', 'system', 'windows', '7', 'features', 'project', 'includes', 'feature', 'testing', 'type', 'activity', 'project', 'activities', 'project', 'includes', 'online', 'management', 'test', 'process', 'role', 'responsibilities', 'worked', 'development', 'back', 'end', 'like', 'data', 'collections', 'database', 'schema', 'designing', 'create', 'database', 'dictionary', 'made', 'database', 'constraints', 'i', 'also', 'worked', 'front', 'end', 'designing', 'like', 'screen', 'generations', 'form', 'designing', 'applying', 'client', 'side', 'validation', 'srs', 'documentation', 'development', '4', 'project', 'name', 'ticket', 'booking', 'software', 'bess', 'project', 'description', 'online', 'ticket', 'booking', 'system', 'web', 'based', 'application', 'you', 'directly', 'book', 'ticket', 'application', 'this', 'application', 'implemented', 'bus', 'tour', 'travel', 'agency', 'environment', 'presentation', 'layer', 'html', 'css', 'javascript', 'jquery', 'kendoui', 'business', 'layer', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'database', 'layer', 'sql', 'server', '2012', 'operating', 'system', 'windows', '7', 'features', 'project', 'includes', 'feature', 'testing', 'type', 'activity', 'project', 'activities', 'project', 'includes', 'online', 'management', 'test', 'process', 'role', 'responsibilities', 'worked', 'development', 'back', 'end', 'like', 'data', 'collections', 'database', 'schema', 'designing', 'create', 'database', 'dictionary', 'made', 'database', 'constraints', 'i', 'also', 'worked', 'front', 'end', 'designing', 'like', 'screen', 'generations', 'form', 'designing', 'applying', 'client', 'side', 'validation', 'srs', 'documentation', 'development', '5', 'project', 'name', 'school', 'management', 'system', 'sms', 'project', 'description', 'school', 'management', 'system', 'complete', 'school', 'management', 'software', 'designed', 'automate', 'school', 'diverse', 'operations', 'classes', 'exams', 'school', 'events', 'calendar', 'this', 'school', 'software', 'powerful', 'online', 'community', 'bring', 'parents', 'teachers', 'student', 'common', 'interactive', 'platform', 'it', 'paperless', 'office', 'automation', 'solution', 'today', 'modern', 'schools', 'the', 'school', 'management', 'system', 'provides', 'facility', 'carry', 'day', 'day', 'activities', 'school', 'making', 'fast', 'easy', 'efficient', 'urate', 'environment', 'presentation', 'layer', 'html', 'css', 'javascript', 'jquery', 'business', 'layer', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'database', 'layer', 'sql', 'server', '2012', 'operating', 'system', 'windows', '7', 'features', 'project', 'includes', 'feature', 'testing', 'type', 'activity', 'project', 'activities', 'project', 'includes', 'online', 'management', 'test', 'process', 'role', 'responsibilities', 'worked', 'development', 'back', 'end', 'like', 'data', 'collections', 'database', 'schema', 'designing', 'create', 'database', 'dictionary', 'made', 'database', 'constraints', 'i', 'also', 'worked', 'front', 'end', 'designing', 'like', 'screen', 'generations', 'form', 'designing', 'applying', 'client', 'side', 'validation', 'srs', 'documentation', 'development', '6', 'project', 'name', 'credit', 'monitoring', 'application', 'using', 'credit', 'monitoring', 'application', 'rms', 'uhs', 'credit', 'controllers', 'cmus', 'able', 'monitor', 'manage', 'following', 'items', 'online', 'update', 'regularization', 'dates', 'add', 'comments', 'well', 'generate', 'reports', 'overdrafts', 'past', 'dues', 'sblc', 'fg', 'expiry', 'mortgage', 'expiry', 'cheques', 'returns', 'failed', 'direct', 'debit', 'nbf', 'vs', 'cb', 'classification', 'relationship', 'manager', 'the', 'relationship', 'manager', 'update', 'regularization', 'date', 'rm', 'comments', 'all', 'fields', 'disabled', 'greyed', 'relationship', 'manager', 'on', 'updating', 'regularization', 'date', 'rm', 'comments', 'su', 'essful', 'message', 'displayed', 'rm', 'rm', 'navigated', 'dashboard', 'screen', 'credit', 'controller', 'ccu', 'the', 'credit', 'controller', 'update', 'ccu', 'comments', 'regularization', 'date', 'rm', 'comments', 'present', 'otherwise', 'ccu', 'comments', 'field', 'disabled', 'greyed', 'all', 'fields', 'also', 'disabled', 'greyed', 'ccu', 'on', 'updating', 'ccu', 'comments', 'su', 'essful', 'message', 'displayed', 'ccu', 'ccu', 'navigated', 'dashboard', 'screen', 'cmu', 'the', 'cmu', 'update', 'cmu', 'comments', 'ccu', 'comments', 'present', 'otherwise', 'cmu', 'comments', 'field', 'disabled', 'greyed', 'all', 'fields', 'disabled', 'greyed', 'cmu', 'on', 'updating', 'cmu', 'comments', 'su', 'essful', 'message', 'displayed', 'cmu', 'cmu', 'navigated', 'dashboard', 'screen', 'uh', 'the', 'uh', 'update', 'uh', 'comments', 'all', 'fields', 'disabled', 'greyed', 'uh', 'on', 'updating', 'uh', 'comments', 'su', 'essful', 'message', 'displayed', 'uh', 'uh', 'navigated', 'dashboard', 'screen', 'environment', 'presentation', 'layer', 'html', 'css', 'javascript', 'jquery', 'business', 'layer', 'net', 'framework', '4', '5', 'asp', 'net', 'mvc5', 'database', 'layer', 'sql', 'server', '2012', 'operating', 'system', 'windows', '7', 'role', 'responsibilities', 'understanding', 'requirements', 'coding', 'unit', 'testing', 'srs', 'documentation', 'development', 'education', 'details', 'mcm', 'pune', 'maharashtra', 'pune', 'university', 'b', 'sc', 'computer', 'science', 'indore', 'madhya', 'pradesh', 'davv', 'university', 'designation', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'skill', 'details', 'entity', 'framework', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'asp', 'net', 'exprience', 'less', '1', 'year', 'months', 'javascript', 'exprience', 'less', '1', 'year', 'months', 'oop', 'exprience', 'less', '1', 'year', 'months', 'asp', 'net', 'mvc', 'exprience', 'less', '1', 'year', 'months', 'css', 'exprience', 'less', '1', 'year', 'months', 'ajax', 'exprience', 'less', '1', 'year', 'months', 'sql', 'exprience', 'less', '1', 'year', 'months', 'jquery', 'exprience', 'less', '1', 'year', 'months', 'html', 'exprience', 'less', '1', 'year', 'months', 'json', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'cognizant', 'technology', 'solutions', 'description', 'i', 'working', 'dot', 'net', 'developer', 'company', 'ni', 'lux', 'software', 'ltd', 'description', 'i', 'worked', 'dot', 'net', 'developer', 'company', 'ni', 'lux', 'software', 'ltd', 'description', 'technical skills', 'skills category', 'category skills', 'skills language', 'language c', 'c c', 'c oop', 'oop dot', 'dot net', 'net technologies', 'technologies asp', 'asp net', 'net mvc', 'mvc ado', 'ado net', 'net entity', 'entity framework', 'framework linq', 'linq web', 'web technologies', 'technologies html', 'html css', 'css browser', 'browser scripting', 'scripting javascript', 'javascript jquery', 'jquery ajax', 'ajax json', 'json web', 'web browser', 'browser internet', 'internet explorer', 'explorer 8', '8 0', '0 mozilla', 'mozilla firefox10', 'firefox10 front', ...], ['technical', 'skills', 'programming', 'languages', 'c', 'web', 'technologies', 'asp', 'net', 'mvc', 'web', 'api', 'angular', 'jquery', 'html5', 'css3', 'bootstrap', 'database', 'sql', 'server', '2014', 'ide', 'visual', 'studio', '2015', 'visual', 'studio', 'code', 'office', 'packages', 'ms', 'office', 'a', 'ess', 'word', 'excel', 'education', 'details', 'january', '2016', 'b', 'sc', 'computer', 'science', 'solapur', 'maharashtra', 'solapur', 'university', 'dot', 'net', 'developer', 'dot', 'net', 'developer', 'navshar', 'global', 'software', 'skill', 'details', 'net', 'exprience', '15', 'months', 'asp', 'exprience', '15', 'months', 'asp', 'net', 'exprience', '15', 'months', 'bootstrap', 'exprience', '15', 'months', 'jquery', 'exprience', '15', 'months', 'asp', 'net', 'mvc', 'exprience', 'less', '1', 'year', 'months', 'angularjs', 'exprience', 'less', '1', 'year', 'months', 'c', 'exprience', 'less', '1', 'year', 'months', 'entity', 'framework', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'navshar', 'global', 'software', 'description', '017', 'projects', 'worked', 'on', '1', 'navnirman', 'tech', 'festival', 'navnirman', 'tech', 'festival', 'technical', 'event', 'management', 'application', 'used', 'scheduling', 'organizing', 'event', 'technologies', 'asp', 'net', 'mvc', 'sql', 'server', 'entity', 'framework', 'ajax', 'jquery', 'role', 'involved', 'everywhere', '2', 'like', 'security', 'the', 'like', 'security', 'web', 'application', 'provides', 'trusted', 'services', 'man', 'power', 'well', 'labour', 'management', 'technologies', 'asp', 'net', 'mvc', 'sql', 'server', 'bootstrap', 'ajax', 'jquery', 'role', 'involved', 'everywhere', '3', 'performance', 'review', 'in', 'house', 'project', 'this', 'in', 'house', 'web', 'application', 'used', 'fill', 'review', 'particular', 'employee', 'employees', 'worked', 'this', 'application', 'useful', 'take', 'decision', 'appraisal', 'employee', 'all', 'submitted', 'review', 'downloaded', 'pdf', 'format', 'per', 'selection', 'technologies', 'asp', 'net', 'mvc', 'entity', 'framework', 'sql', 'server', 'ajax', 'jquery', 'role', 'involved', 'everywhere', 'company', 'none', 'description', 'none', 'technical skills', 'skills programming', 'programming languages', 'languages c', 'c web', 'web technologies', 'technologies asp', 'asp net', 'net mvc', 'mvc web', 'web api', 'api angular', 'angular jquery', 'jquery html5', 'html5 css3', 'css3 bootstrap', 'bootstrap database', 'database sql', 'sql server', 'server 2014', '2014 ide', 'ide visual', 'visual studio', 'studio 2015', '2015 visual', 'visual studio', 'studio code', 'code office', 'office packages', 'packages ms', 'ms office', 'office a', 'a ess', 'ess word', 'word excel', 'excel education', 'education details', 'details january', 'january 2016', '2016 b', 'b sc', 'sc computer', 'computer science', 'science solapur', 'solapur maharashtra', 'maharashtra solapur', 'solapur university', 'university dot', 'dot net', 'net developer', 'developer dot', 'dot net', 'net developer', 'developer navshar', 'navshar global', 'global software', 'software skill', 'skill details', 'details net', 'net exprience', 'exprience 15', '15 months', 'months asp', 'asp exprience', 'exprience 15', '15 months', 'months asp', 'asp net', 'net exprience', 'exprience 15', '15 months', 'months bootstrap', 'bootstrap exprience', 'exprience 15', '15 months', 'months jquery', 'jquery exprience', 'exprience 15', '15 months', 'months asp', 'asp net', 'net mvc', 'mvc exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months angularjs', 'angularjs exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months entity', 'entity framework', 'framework exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company navshar', 'navshar global', 'global software', 'software description', 'description 017', '017 projects', 'projects worked', 'worked on', 'on 1', '1 navnirman', 'navnirman tech', 'tech festival', 'festival navnirman', 'navnirman tech', 'tech festival', 'festival technical', 'technical event', 'event management', 'management application', 'application used', 'used scheduling', 'scheduling organizing', 'organizing event', 'event technologies', 'technologies asp', 'asp net', 'net mvc', 'mvc sql', 'sql server', 'server entity', 'entity framework', 'framework ajax', 'ajax jquery', 'jquery role', 'role involved', 'involved everywhere', 'everywhere 2', '2 like', 'like security', 'security the', 'the like', 'like security', 'security web', 'web application', 'application provides', 'provides trusted', 'trusted services', 'services man', 'man power', 'power well', 'well labour', 'labour management', 'management technologies', 'technologies asp', 'asp net', 'net mvc', 'mvc sql', 'sql server', 'server bootstrap', 'bootstrap ajax', 'ajax jquery', 'jquery role', 'role involved', 'involved everywhere', 'everywhere 3', '3 performance', 'performance review', 'review in', 'in house', 'house project', 'project this', 'this in', 'in house', 'house web', 'web application', 'application used', 'used fill', 'fill review', 'review particular', 'particular employee', 'employee employees', 'employees worked', 'worked this', 'this application', 'application useful', 'useful take', 'take decision', 'decision appraisal', 'appraisal employee', 'employee all', 'all submitted', 'submitted review', 'review downloaded', 'downloaded pdf', 'pdf format', 'format per', 'per selection', 'selection technologies', 'technologies asp', 'asp net', 'net mvc', 'mvc entity', 'entity framework', 'framework sql', 'sql server', 'server ajax', 'ajax jquery', 'jquery role', 'role involved', 'involved everywhere', 'everywhere company', 'company none', 'none description', 'description none', 'technical skills programming', 'skills programming languages', 'programming languages c', 'languages c web', 'c web technologies', 'web technologies asp', 'technologies asp net', 'asp net mvc', 'net mvc web', 'mvc web api', 'web api angular', 'api angular jquery', 'angular jquery html5', 'jquery html5 css3', 'html5 css3 bootstrap', 'css3 bootstrap database', 'bootstrap database sql', 'database sql server', 'sql server 2014', 'server 2014 ide', '2014 ide visual', 'ide visual studio', 'visual studio 2015', 'studio 2015 visual', '2015 visual studio', 'visual studio code', 'studio code office', 'code office packages', 'office packages ms', 'packages ms office', 'ms office a', 'office a ess', 'a ess word', 'ess word excel', 'word excel education', 'excel education details', 'education details january', 'details january 2016', 'january 2016 b', '2016 b sc', 'b sc computer', 'sc computer science', 'computer science solapur', 'science solapur maharashtra', 'solapur maharashtra solapur', 'maharashtra solapur university', 'solapur university dot', 'university dot net', 'dot net developer', 'net developer dot', 'developer dot net', 'dot net developer', 'net developer navshar', 'developer navshar global', 'navshar global software', 'global software skill', 'software skill details', 'skill details net', 'details net exprience', 'net exprience 15', 'exprience 15 months', '15 months asp', 'months asp exprience', 'asp exprience 15', 'exprience 15 months', '15 months asp', 'months asp net', 'asp net exprience', 'net exprience 15', 'exprience 15 months', '15 months bootstrap', 'months bootstrap exprience', 'bootstrap exprience 15', 'exprience 15 months', '15 months jquery', 'months jquery exprience', 'jquery exprience 15', 'exprience 15 months', '15 months asp', 'months asp net', 'asp net mvc', 'net mvc exprience', 'mvc exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months angularjs', 'months angularjs exprience', 'angularjs exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months c', 'months c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months entity', 'months entity framework', 'entity framework exprience', 'framework exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company navshar', 'company navshar global', 'navshar global software', 'global software description', 'software description 017', 'description 017 projects', '017 projects worked', 'projects worked on', 'worked on 1', 'on 1 navnirman', '1 navnirman tech', 'navnirman tech festival', 'tech festival navnirman', 'festival navnirman tech', 'navnirman tech festival', 'tech festival technical', 'festival technical event', 'technical event management', 'event management application', 'management application used', 'application used scheduling', 'used scheduling organizing', 'scheduling organizing event', 'organizing event technologies', 'event technologies asp', 'technologies asp net', 'asp net mvc', 'net mvc sql', 'mvc sql server', 'sql server entity', 'server entity framework', 'entity framework ajax', 'framework ajax jquery', 'ajax jquery role', 'jquery role involved', 'role involved everywhere', 'involved everywhere 2', 'everywhere 2 like', '2 like security', 'like security the', 'security the like', 'the like security', 'like security web', 'security web application', 'web application provides', 'application provides trusted', 'provides trusted services', 'trusted services man', 'services man power', 'man power well', 'power well labour', 'well labour management', 'labour management technologies', 'management technologies asp', 'technologies asp net', 'asp net mvc', 'net mvc sql', 'mvc sql server', 'sql server bootstrap', 'server bootstrap ajax', 'bootstrap ajax jquery', 'ajax jquery role', 'jquery role involved', 'role involved everywhere', 'involved everywhere 3', 'everywhere 3 performance', '3 performance review', 'performance review in', 'review in house', 'in house project', 'house project this', 'project this in', 'this in house', 'in house web', 'house web application', 'web application used', 'application used fill', 'used fill review', 'fill review particular', 'review particular employee', 'particular employee employees', 'employee employees worked', 'employees worked this', 'worked this application', 'this application useful', 'application useful take', 'useful take decision', 'take decision appraisal', 'decision appraisal employee', 'appraisal employee all', 'employee all submitted', 'all submitted review', 'submitted review downloaded', 'review downloaded pdf', 'downloaded pdf format', 'pdf format per', 'format per selection', 'per selection technologies', 'selection technologies asp', 'technologies asp net', 'asp net mvc', 'net mvc entity', 'mvc entity framework', 'entity framework sql', 'framework sql server', 'sql server ajax', 'server ajax jquery', 'ajax jquery role', 'jquery role involved', 'role involved everywhere', 'involved everywhere company', 'everywhere company none', 'company none description', 'none description none', 'technical skills programming languages', 'skills programming languages c', 'programming languages c web', 'languages c web technologies', 'c web technologies asp', 'web technologies asp net', 'technologies asp net mvc', 'asp net mvc web', 'net mvc web api', 'mvc web api angular', 'web api angular jquery', 'api angular jquery html5', 'angular jquery html5 css3', 'jquery html5 css3 bootstrap', 'html5 css3 bootstrap database', 'css3 bootstrap database sql', 'bootstrap database sql server', 'database sql server 2014', 'sql server 2014 ide', 'server 2014 ide visual', '2014 ide visual studio', 'ide visual studio 2015', 'visual studio 2015 visual', 'studio 2015 visual studio', '2015 visual studio code', 'visual studio code office', 'studio code office packages', 'code office packages ms', 'office packages ms office', 'packages ms office a', 'ms office a ess', 'office a ess word', 'a ess word excel', 'ess word excel education', 'word excel education details', 'excel education details january', 'education details january 2016', 'details january 2016 b', 'january 2016 b sc', '2016 b sc computer', 'b sc computer science', 'sc computer science solapur', 'computer science solapur maharashtra', 'science solapur maharashtra solapur', 'solapur maharashtra solapur university', 'maharashtra solapur university dot', 'solapur university dot net', 'university dot net developer', 'dot net developer dot', 'net developer dot net', 'developer dot net developer', 'dot net developer navshar', 'net developer navshar global', 'developer navshar global software', 'navshar global software skill', 'global software skill details', 'software skill details net', 'skill details net exprience', 'details net exprience 15', 'net exprience 15 months', 'exprience 15 months asp', '15 months asp exprience', 'months asp exprience 15', 'asp exprience 15 months', 'exprience 15 months asp', '15 months asp net', 'months asp net exprience', 'asp net exprience 15', 'net exprience 15 months', 'exprience 15 months bootstrap', '15 months bootstrap exprience', 'months bootstrap exprience 15', 'bootstrap exprience 15 months', 'exprience 15 months jquery', '15 months jquery exprience', 'months jquery exprience 15', 'jquery exprience 15 months', 'exprience 15 months asp', '15 months asp net', 'months asp net mvc', 'asp net mvc exprience', 'net mvc exprience less', 'mvc exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months angularjs', 'year months angularjs exprience', 'months angularjs exprience less', 'angularjs exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months c', 'year months c exprience', 'months c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months entity', 'year months entity framework', 'months entity framework exprience', 'entity framework exprience less', 'framework exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company navshar', 'details company navshar global', 'company navshar global software', 'navshar global software description', 'global software description 017', 'software description 017 projects', 'description 017 projects worked', '017 projects worked on', 'projects worked on 1', 'worked on 1 navnirman', 'on 1 navnirman tech', '1 navnirman tech festival', 'navnirman tech festival navnirman', 'tech festival navnirman tech', 'festival navnirman tech festival', 'navnirman tech festival technical', 'tech festival technical event', 'festival technical event management', 'technical event management application', 'event management application used', 'management application used scheduling', 'application used scheduling organizing', 'used scheduling organizing event', 'scheduling organizing event technologies', 'organizing event technologies asp', 'event technologies asp net', 'technologies asp net mvc', 'asp net mvc sql', 'net mvc sql server', 'mvc sql server entity', 'sql server entity framework', 'server entity framework ajax', 'entity framework ajax jquery', 'framework ajax jquery role', 'ajax jquery role involved', 'jquery role involved everywhere', 'role involved everywhere 2', 'involved everywhere 2 like', 'everywhere 2 like security', '2 like security the', 'like security the like', 'security the like security', 'the like security web', 'like security web application', 'security web application provides', 'web application provides trusted', 'application provides trusted services', 'provides trusted services man', 'trusted services man power', 'services man power well', 'man power well labour', 'power well labour management', 'well labour management technologies', 'labour management technologies asp', 'management technologies asp net', 'technologies asp net mvc', 'asp net mvc sql', 'net mvc sql server', 'mvc sql server bootstrap', 'sql server bootstrap ajax', 'server bootstrap ajax jquery', 'bootstrap ajax jquery role', 'ajax jquery role involved', 'jquery role involved everywhere', 'role involved everywhere 3', 'involved everywhere 3 performance', 'everywhere 3 performance review', '3 performance review in', 'performance review in house', 'review in house project', 'in house project this', 'house project this in', 'project this in house', 'this in house web', 'in house web application', 'house web application used', 'web application used fill', 'application used fill review', 'used fill review particular', 'fill review particular employee', 'review particular employee employees', 'particular employee employees worked', 'employee employees worked this', 'employees worked this application', 'worked this application useful', 'this application useful take', 'application useful take decision', 'useful take decision appraisal', 'take decision appraisal employee', 'decision appraisal employee all', 'appraisal employee all submitted', 'employee all submitted review', 'all submitted review downloaded', 'submitted review downloaded pdf', 'review downloaded pdf format', 'downloaded pdf format per', 'pdf format per selection', 'format per selection technologies', 'per selection technologies asp', 'selection technologies asp net', 'technologies asp net mvc', 'asp net mvc entity', 'net mvc entity framework', 'mvc entity framework sql', 'entity framework sql server', 'framework sql server ajax', 'sql server ajax jquery', 'server ajax jquery role', 'ajax jquery role involved', 'jquery role involved everywhere', 'role involved everywhere company', 'involved everywhere company none', 'everywhere company none description', 'company none description none', 'technical skills programming languages c', 'skills programming languages c web', 'programming languages c web technologies', 'languages c web technologies asp', 'c web technologies asp net', 'web technologies asp net mvc', 'technologies asp net mvc web', 'asp net mvc web api', 'net mvc web api angular', 'mvc web api angular jquery', 'web api angular jquery html5', 'api angular jquery html5 css3', 'angular jquery html5 css3 bootstrap', 'jquery html5 css3 bootstrap database', 'html5 css3 bootstrap database sql', 'css3 bootstrap database sql server', 'bootstrap database sql server 2014', 'database sql server 2014 ide', 'sql server 2014 ide visual', 'server 2014 ide visual studio', '2014 ide visual studio 2015', 'ide visual studio 2015 visual', 'visual studio 2015 visual studio', 'studio 2015 visual studio code', '2015 visual studio code office', 'visual studio code office packages', 'studio code office packages ms', 'code office packages ms office', 'office packages ms office a', 'packages ms office a ess', 'ms office a ess word', 'office a ess word excel', 'a ess word excel education', 'ess word excel education details', 'word excel education details january', 'excel education details january 2016', 'education details january 2016 b', 'details january 2016 b sc', 'january 2016 b sc computer', '2016 b sc computer science', 'b sc computer science solapur', 'sc computer science solapur maharashtra', 'computer science solapur maharashtra solapur', 'science solapur maharashtra solapur university', 'solapur maharashtra solapur university dot', 'maharashtra solapur university dot net', 'solapur university dot net developer', 'university dot net developer dot', 'dot net developer dot net', 'net developer dot net developer', 'developer dot net developer navshar', 'dot net developer navshar global', 'net developer navshar global software', 'developer navshar global software skill', 'navshar global software skill details', 'global software skill details net', 'software skill details net exprience', 'skill details net exprience 15', 'details net exprience 15 months', 'net exprience 15 months asp', 'exprience 15 months asp exprience', '15 months asp exprience 15', 'months asp exprience 15 months', 'asp exprience 15 months asp', 'exprience 15 months asp net', '15 months asp net exprience', 'months asp net exprience 15', 'asp net exprience 15 months', 'net exprience 15 months bootstrap', 'exprience 15 months bootstrap exprience', '15 months bootstrap exprience 15', 'months bootstrap exprience 15 months', 'bootstrap exprience 15 months jquery', 'exprience 15 months jquery exprience', '15 months jquery exprience 15', 'months jquery exprience 15 months', 'jquery exprience 15 months asp', 'exprience 15 months asp net', '15 months asp net mvc', 'months asp net mvc exprience', 'asp net mvc exprience less', 'net mvc exprience less 1', 'mvc exprience less 1 year', 'exprience less 1 year months', 'less 1 year months angularjs', '1 year months angularjs exprience', 'year months angularjs exprience less', 'months angularjs exprience less 1', 'angularjs exprience less 1 year', 'exprience less 1 year months', 'less 1 year months c', '1 year months c exprience', 'year months c exprience less', 'months c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months entity', '1 year months entity framework', 'year months entity framework exprience', 'months entity framework exprience less', 'entity framework exprience less 1', 'framework exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company navshar', 'monthscompany details company navshar global', 'details company navshar global software', 'company navshar global software description', 'navshar global software description 017', 'global software description 017 projects', 'software description 017 projects worked', 'description 017 projects worked on', '017 projects worked on 1', ...], ['hobbies', 'playing', 'chess', 'solving', 'rubik', 'cube', 'watching', 'series', 'languages', 'english', 'hindi', 'marathi', 'education', 'details', 'january', '2014', 'january', '2017', 'bachelor', 'degree', 'information', 'technology', 'first', 'class', 'pune', 'maharashtra', 'jspm', 'jayawantrao', 'sawant', 'college', 'engineering', 'january', '2010', 'january', '2014', 'diploma', 'information', 'technology', 'first', 'class', 'nashik', 'maharashtra', 'k', 'k', 'wagh', 'polytechnic', 'january', '2010', 'ssc', 'first', 'class', 'nashik', 'maharashtra', 'new', 'era', 'english', 'school', 'blockchain', 'developer', 'blockchain', 'developer', 'corpcloud', 'global', 'services', 'pvt', 'ltd', 'skill', 'details', 'blockchain', 'exprience', '6', 'months', 'smart', 'contracts', 'exprience', '6', 'months', 'dapps', 'exprience', '6', 'months', 'mean', 'stack', 'exprience', '12', 'monthscompany', 'details', 'company', 'corpcloud', 'global', 'services', 'pvt', 'ltd', 'description', 'worked', 'productively', 'team', 'identify', 'requirements', 'proposed', 'ideas', 'enhancing', 'product', 'developing', 'managing', 'user', 'blockchain', 'ount', 'wallets', 'transactions', 'regularly', 'monitoring', 'smooth', 'executions', 'blockchain', 'transactions', 'wallet', 'functions', 'along', 'identifying', 'correcting', 'possible', 'errors', 'writing', 'smart', 'contracts', 'api', 'documenting', 'company', 'corpcloud', 'global', 'services', 'pvt', 'ltd', 'description', 'identifying', 'complex', 'bugs', 'system', 'resolving', 'implemented', 'updated', 'application', 'modules', 'direction', 'seniors', 'effectively', 'coded', 'required', 'changes', 'alterations', 'checked', 'repository', 'using', 'bit', 'bucket', 'performed', 'code', 'check', 'ins', 'check', 'outs', 'regularly', 'worked', 'api', 'hobbies playing', 'playing chess', 'chess solving', 'solving rubik', 'rubik cube', 'cube watching', 'watching series', 'series languages', 'languages english', 'english hindi', 'hindi marathi', 'marathi education', 'education details', 'details january', 'january 2014', '2014 january', 'january 2017', '2017 bachelor', 'bachelor degree', 'degree information', 'information technology', 'technology first', 'first class', 'class pune', 'pune maharashtra', 'maharashtra jspm', 'jspm jayawantrao', 'jayawantrao sawant', 'sawant college', 'college engineering', 'engineering january', 'january 2010', '2010 january', 'january 2014', '2014 diploma', 'diploma information', 'information technology', 'technology first', 'first class', 'class nashik', 'nashik maharashtra', 'maharashtra k', 'k k', 'k wagh', 'wagh polytechnic', 'polytechnic january', 'january 2010', '2010 ssc', 'ssc first', 'first class', 'class nashik', 'nashik maharashtra', 'maharashtra new', 'new era', 'era english', 'english school', 'school blockchain', 'blockchain developer', 'developer blockchain', 'blockchain developer', 'developer corpcloud', 'corpcloud global', 'global services', 'services pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details blockchain', 'blockchain exprience', 'exprience 6', '6 months', 'months smart', 'smart contracts', 'contracts exprience', 'exprience 6', '6 months', 'months dapps', 'dapps exprience', 'exprience 6', '6 months', 'months mean', 'mean stack', 'stack exprience', 'exprience 12', '12 monthscompany', 'monthscompany details', 'details company', 'company corpcloud', 'corpcloud global', 'global services', 'services pvt', 'pvt ltd', 'ltd description', 'description worked', 'worked productively', 'productively team', 'team identify', 'identify requirements', 'requirements proposed', 'proposed ideas', 'ideas enhancing', 'enhancing product', 'product developing', 'developing managing', 'managing user', 'user blockchain', 'blockchain ount', 'ount wallets', 'wallets transactions', 'transactions regularly', 'regularly monitoring', 'monitoring smooth', 'smooth executions', 'executions blockchain', 'blockchain transactions', 'transactions wallet', 'wallet functions', 'functions along', 'along identifying', 'identifying correcting', 'correcting possible', 'possible errors', 'errors writing', 'writing smart', 'smart contracts', 'contracts api', 'api documenting', 'documenting company', 'company corpcloud', 'corpcloud global', 'global services', 'services pvt', 'pvt ltd', 'ltd description', 'description identifying', 'identifying complex', 'complex bugs', 'bugs system', 'system resolving', 'resolving implemented', 'implemented updated', 'updated application', 'application modules', 'modules direction', 'direction seniors', 'seniors effectively', 'effectively coded', 'coded required', 'required changes', 'changes alterations', 'alterations checked', 'checked repository', 'repository using', 'using bit', 'bit bucket', 'bucket performed', 'performed code', 'code check', 'check ins', 'ins check', 'check outs', 'outs regularly', 'regularly worked', 'worked api', 'hobbies playing chess', 'playing chess solving', 'chess solving rubik', 'solving rubik cube', 'rubik cube watching', 'cube watching series', 'watching series languages', 'series languages english', 'languages english hindi', 'english hindi marathi', 'hindi marathi education', 'marathi education details', 'education details january', 'details january 2014', 'january 2014 january', '2014 january 2017', 'january 2017 bachelor', '2017 bachelor degree', 'bachelor degree information', 'degree information technology', 'information technology first', 'technology first class', 'first class pune', 'class pune maharashtra', 'pune maharashtra jspm', 'maharashtra jspm jayawantrao', 'jspm jayawantrao sawant', 'jayawantrao sawant college', 'sawant college engineering', 'college engineering january', 'engineering january 2010', 'january 2010 january', '2010 january 2014', 'january 2014 diploma', '2014 diploma information', 'diploma information technology', 'information technology first', 'technology first class', 'first class nashik', 'class nashik maharashtra', 'nashik maharashtra k', 'maharashtra k k', 'k k wagh', 'k wagh polytechnic', 'wagh polytechnic january', 'polytechnic january 2010', 'january 2010 ssc', '2010 ssc first', 'ssc first class', 'first class nashik', 'class nashik maharashtra', 'nashik maharashtra new', 'maharashtra new era', 'new era english', 'era english school', 'english school blockchain', 'school blockchain developer', 'blockchain developer blockchain', 'developer blockchain developer', 'blockchain developer corpcloud', 'developer corpcloud global', 'corpcloud global services', 'global services pvt', 'services pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details blockchain', 'details blockchain exprience', 'blockchain exprience 6', 'exprience 6 months', '6 months smart', 'months smart contracts', 'smart contracts exprience', 'contracts exprience 6', 'exprience 6 months', '6 months dapps', 'months dapps exprience', 'dapps exprience 6', 'exprience 6 months', '6 months mean', 'months mean stack', 'mean stack exprience', 'stack exprience 12', 'exprience 12 monthscompany', '12 monthscompany details', 'monthscompany details company', 'details company corpcloud', 'company corpcloud global', 'corpcloud global services', 'global services pvt', 'services pvt ltd', 'pvt ltd description', 'ltd description worked', 'description worked productively', 'worked productively team', 'productively team identify', 'team identify requirements', 'identify requirements proposed', 'requirements proposed ideas', 'proposed ideas enhancing', 'ideas enhancing product', 'enhancing product developing', 'product developing managing', 'developing managing user', 'managing user blockchain', 'user blockchain ount', 'blockchain ount wallets', 'ount wallets transactions', 'wallets transactions regularly', 'transactions regularly monitoring', 'regularly monitoring smooth', 'monitoring smooth executions', 'smooth executions blockchain', 'executions blockchain transactions', 'blockchain transactions wallet', 'transactions wallet functions', 'wallet functions along', 'functions along identifying', 'along identifying correcting', 'identifying correcting possible', 'correcting possible errors', 'possible errors writing', 'errors writing smart', 'writing smart contracts', 'smart contracts api', 'contracts api documenting', 'api documenting company', 'documenting company corpcloud', 'company corpcloud global', 'corpcloud global services', 'global services pvt', 'services pvt ltd', 'pvt ltd description', 'ltd description identifying', 'description identifying complex', 'identifying complex bugs', 'complex bugs system', 'bugs system resolving', 'system resolving implemented', 'resolving implemented updated', 'implemented updated application', 'updated application modules', 'application modules direction', 'modules direction seniors', 'direction seniors effectively', 'seniors effectively coded', 'effectively coded required', 'coded required changes', 'required changes alterations', 'changes alterations checked', 'alterations checked repository', 'checked repository using', 'repository using bit', 'using bit bucket', 'bit bucket performed', 'bucket performed code', 'performed code check', 'code check ins', 'check ins check', 'ins check outs', 'check outs regularly', 'outs regularly worked', 'regularly worked api', 'hobbies playing chess solving', 'playing chess solving rubik', 'chess solving rubik cube', 'solving rubik cube watching', 'rubik cube watching series', 'cube watching series languages', 'watching series languages english', 'series languages english hindi', 'languages english hindi marathi', 'english hindi marathi education', 'hindi marathi education details', 'marathi education details january', 'education details january 2014', 'details january 2014 january', 'january 2014 january 2017', '2014 january 2017 bachelor', 'january 2017 bachelor degree', '2017 bachelor degree information', 'bachelor degree information technology', 'degree information technology first', 'information technology first class', 'technology first class pune', 'first class pune maharashtra', 'class pune maharashtra jspm', 'pune maharashtra jspm jayawantrao', 'maharashtra jspm jayawantrao sawant', 'jspm jayawantrao sawant college', 'jayawantrao sawant college engineering', 'sawant college engineering january', 'college engineering january 2010', 'engineering january 2010 january', 'january 2010 january 2014', '2010 january 2014 diploma', 'january 2014 diploma information', '2014 diploma information technology', 'diploma information technology first', 'information technology first class', 'technology first class nashik', 'first class nashik maharashtra', 'class nashik maharashtra k', 'nashik maharashtra k k', 'maharashtra k k wagh', 'k k wagh polytechnic', 'k wagh polytechnic january', 'wagh polytechnic january 2010', 'polytechnic january 2010 ssc', 'january 2010 ssc first', '2010 ssc first class', 'ssc first class nashik', 'first class nashik maharashtra', 'class nashik maharashtra new', 'nashik maharashtra new era', 'maharashtra new era english', 'new era english school', 'era english school blockchain', 'english school blockchain developer', 'school blockchain developer blockchain', 'blockchain developer blockchain developer', 'developer blockchain developer corpcloud', 'blockchain developer corpcloud global', 'developer corpcloud global services', 'corpcloud global services pvt', 'global services pvt ltd', 'services pvt ltd skill', 'pvt ltd skill details', 'ltd skill details blockchain', 'skill details blockchain exprience', 'details blockchain exprience 6', 'blockchain exprience 6 months', 'exprience 6 months smart', '6 months smart contracts', 'months smart contracts exprience', 'smart contracts exprience 6', 'contracts exprience 6 months', 'exprience 6 months dapps', '6 months dapps exprience', 'months dapps exprience 6', 'dapps exprience 6 months', 'exprience 6 months mean', '6 months mean stack', 'months mean stack exprience', 'mean stack exprience 12', 'stack exprience 12 monthscompany', 'exprience 12 monthscompany details', '12 monthscompany details company', 'monthscompany details company corpcloud', 'details company corpcloud global', 'company corpcloud global services', 'corpcloud global services pvt', 'global services pvt ltd', 'services pvt ltd description', 'pvt ltd description worked', 'ltd description worked productively', 'description worked productively team', 'worked productively team identify', 'productively team identify requirements', 'team identify requirements proposed', 'identify requirements proposed ideas', 'requirements proposed ideas enhancing', 'proposed ideas enhancing product', 'ideas enhancing product developing', 'enhancing product developing managing', 'product developing managing user', 'developing managing user blockchain', 'managing user blockchain ount', 'user blockchain ount wallets', 'blockchain ount wallets transactions', 'ount wallets transactions regularly', 'wallets transactions regularly monitoring', 'transactions regularly monitoring smooth', 'regularly monitoring smooth executions', 'monitoring smooth executions blockchain', 'smooth executions blockchain transactions', 'executions blockchain transactions wallet', 'blockchain transactions wallet functions', 'transactions wallet functions along', 'wallet functions along identifying', 'functions along identifying correcting', 'along identifying correcting possible', 'identifying correcting possible errors', 'correcting possible errors writing', 'possible errors writing smart', 'errors writing smart contracts', 'writing smart contracts api', 'smart contracts api documenting', 'contracts api documenting company', 'api documenting company corpcloud', 'documenting company corpcloud global', 'company corpcloud global services', 'corpcloud global services pvt', 'global services pvt ltd', 'services pvt ltd description', 'pvt ltd description identifying', 'ltd description identifying complex', 'description identifying complex bugs', 'identifying complex bugs system', 'complex bugs system resolving', 'bugs system resolving implemented', 'system resolving implemented updated', 'resolving implemented updated application', 'implemented updated application modules', 'updated application modules direction', 'application modules direction seniors', 'modules direction seniors effectively', 'direction seniors effectively coded', 'seniors effectively coded required', 'effectively coded required changes', 'coded required changes alterations', 'required changes alterations checked', 'changes alterations checked repository', 'alterations checked repository using', 'checked repository using bit', 'repository using bit bucket', 'using bit bucket performed', 'bit bucket performed code', 'bucket performed code check', 'performed code check ins', 'code check ins check', 'check ins check outs', 'ins check outs regularly', 'check outs regularly worked', 'outs regularly worked api', 'hobbies playing chess solving rubik', 'playing chess solving rubik cube', 'chess solving rubik cube watching', 'solving rubik cube watching series', 'rubik cube watching series languages', 'cube watching series languages english', 'watching series languages english hindi', 'series languages english hindi marathi', 'languages english hindi marathi education', 'english hindi marathi education details', 'hindi marathi education details january', 'marathi education details january 2014', 'education details january 2014 january', 'details january 2014 january 2017', 'january 2014 january 2017 bachelor', '2014 january 2017 bachelor degree', 'january 2017 bachelor degree information', '2017 bachelor degree information technology', 'bachelor degree information technology first', 'degree information technology first class', 'information technology first class pune', 'technology first class pune maharashtra', 'first class pune maharashtra jspm', 'class pune maharashtra jspm jayawantrao', 'pune maharashtra jspm jayawantrao sawant', 'maharashtra jspm jayawantrao sawant college', 'jspm jayawantrao sawant college engineering', 'jayawantrao sawant college engineering january', 'sawant college engineering january 2010', 'college engineering january 2010 january', 'engineering january 2010 january 2014', 'january 2010 january 2014 diploma', '2010 january 2014 diploma information', 'january 2014 diploma information technology', '2014 diploma information technology first', 'diploma information technology first class', 'information technology first class nashik', 'technology first class nashik maharashtra', 'first class nashik maharashtra k', 'class nashik maharashtra k k', 'nashik maharashtra k k wagh', 'maharashtra k k wagh polytechnic', 'k k wagh polytechnic january', 'k wagh polytechnic january 2010', 'wagh polytechnic january 2010 ssc', 'polytechnic january 2010 ssc first', 'january 2010 ssc first class', '2010 ssc first class nashik', 'ssc first class nashik maharashtra', 'first class nashik maharashtra new', 'class nashik maharashtra new era', 'nashik maharashtra new era english', 'maharashtra new era english school', 'new era english school blockchain', 'era english school blockchain developer', 'english school blockchain developer blockchain', 'school blockchain developer blockchain developer', 'blockchain developer blockchain developer corpcloud', 'developer blockchain developer corpcloud global', 'blockchain developer corpcloud global services', 'developer corpcloud global services pvt', 'corpcloud global services pvt ltd', 'global services pvt ltd skill', 'services pvt ltd skill details', 'pvt ltd skill details blockchain', 'ltd skill details blockchain exprience', 'skill details blockchain exprience 6', 'details blockchain exprience 6 months', 'blockchain exprience 6 months smart', 'exprience 6 months smart contracts', '6 months smart contracts exprience', 'months smart contracts exprience 6', 'smart contracts exprience 6 months', 'contracts exprience 6 months dapps', 'exprience 6 months dapps exprience', '6 months dapps exprience 6', 'months dapps exprience 6 months', 'dapps exprience 6 months mean', 'exprience 6 months mean stack', '6 months mean stack exprience', 'months mean stack exprience 12', 'mean stack exprience 12 monthscompany', 'stack exprience 12 monthscompany details', 'exprience 12 monthscompany details company', '12 monthscompany details company corpcloud', 'monthscompany details company corpcloud global', 'details company corpcloud global services', 'company corpcloud global services pvt', 'corpcloud global services pvt ltd', 'global services pvt ltd description', 'services pvt ltd description worked', 'pvt ltd description worked productively', 'ltd description worked productively team', 'description worked productively team identify', 'worked productively team identify requirements', 'productively team identify requirements proposed', 'team identify requirements proposed ideas', 'identify requirements proposed ideas enhancing', 'requirements proposed ideas enhancing product', 'proposed ideas enhancing product developing', 'ideas enhancing product developing managing', 'enhancing product developing managing user', 'product developing managing user blockchain', 'developing managing user blockchain ount', 'managing user blockchain ount wallets', 'user blockchain ount wallets transactions', 'blockchain ount wallets transactions regularly', 'ount wallets transactions regularly monitoring', 'wallets transactions regularly monitoring smooth', 'transactions regularly monitoring smooth executions', 'regularly monitoring smooth executions blockchain', 'monitoring smooth executions blockchain transactions', 'smooth executions blockchain transactions wallet', 'executions blockchain transactions wallet functions', 'blockchain transactions wallet functions along', 'transactions wallet functions along identifying', 'wallet functions along identifying correcting', 'functions along identifying correcting possible', 'along identifying correcting possible errors', 'identifying correcting possible errors writing', 'correcting possible errors writing smart', 'possible errors writing smart contracts', 'errors writing smart contracts api', 'writing smart contracts api documenting', 'smart contracts api documenting company', 'contracts api documenting company corpcloud', 'api documenting company corpcloud global', 'documenting company corpcloud global services', 'company corpcloud global services pvt', 'corpcloud global services pvt ltd', 'global services pvt ltd description', 'services pvt ltd description identifying', 'pvt ltd description identifying complex', 'ltd description identifying complex bugs', 'description identifying complex bugs system', 'identifying complex bugs system resolving', 'complex bugs system resolving implemented', 'bugs system resolving implemented updated', 'system resolving implemented updated application', 'resolving implemented updated application modules', 'implemented updated application modules direction', 'updated application modules direction seniors', 'application modules direction seniors effectively', 'modules direction seniors effectively coded', 'direction seniors effectively coded required', 'seniors effectively coded required changes', 'effectively coded required changes alterations', 'coded required changes alterations checked', 'required changes alterations checked repository', 'changes alterations checked repository using', 'alterations checked repository using bit', 'checked repository using bit bucket', 'repository using bit bucket performed', 'using bit bucket performed code', 'bit bucket performed code check', 'bucket performed code check ins', 'performed code check ins check', 'code check ins check outs', 'check ins check outs regularly', 'ins check outs regularly worked', 'check outs regularly worked api', 'hobbies playing chess solving rubik cube', 'playing chess solving rubik cube watching', 'chess solving rubik cube watching series', 'solving rubik cube watching series languages', 'rubik cube watching series languages english', 'cube watching series languages english hindi', 'watching series languages english hindi marathi', 'series languages english hindi marathi education', 'languages english hindi marathi education details', 'english hindi marathi education details january', 'hindi marathi education details january 2014', 'marathi education details january 2014 january', 'education details january 2014 january 2017', 'details january 2014 january 2017 bachelor', 'january 2014 january 2017 bachelor degree', '2014 january 2017 bachelor degree information', 'january 2017 bachelor degree information technology', '2017 bachelor degree information technology first', 'bachelor degree information technology first class', 'degree information technology first class pune', 'information technology first class pune maharashtra', 'technology first class pune maharashtra jspm', 'first class pune maharashtra jspm jayawantrao', 'class pune maharashtra jspm jayawantrao sawant', 'pune maharashtra jspm jayawantrao sawant college', 'maharashtra jspm jayawantrao sawant college engineering', 'jspm jayawantrao sawant college engineering january', 'jayawantrao sawant college engineering january 2010', 'sawant college engineering january 2010 january', 'college engineering january 2010 january 2014', 'engineering january 2010 january 2014 diploma', 'january 2010 january 2014 diploma information', '2010 january 2014 diploma information technology', 'january 2014 diploma information technology first', '2014 diploma information technology first class', 'diploma information technology first class nashik', 'information technology first class nashik maharashtra', 'technology first class nashik maharashtra k', 'first class nashik maharashtra k k', 'class nashik maharashtra k k wagh', 'nashik maharashtra k k wagh polytechnic', 'maharashtra k k wagh polytechnic january', 'k k wagh polytechnic january 2010', 'k wagh polytechnic january 2010 ssc', 'wagh polytechnic january 2010 ssc first', 'polytechnic january 2010 ssc first class', 'january 2010 ssc first class nashik', '2010 ssc first class nashik maharashtra', 'ssc first class nashik maharashtra new', 'first class nashik maharashtra new era', 'class nashik maharashtra new era english', 'nashik maharashtra new era english school', 'maharashtra new era english school blockchain', 'new era english school blockchain developer', 'era english school blockchain developer blockchain', 'english school blockchain developer blockchain developer', 'school blockchain developer blockchain developer corpcloud', 'blockchain developer blockchain developer corpcloud global', 'developer blockchain developer corpcloud global services', 'blockchain developer corpcloud global services pvt', 'developer corpcloud global services pvt ltd', 'corpcloud global services pvt ltd skill', 'global services pvt ltd skill details', 'services pvt ltd skill details blockchain', 'pvt ltd skill details blockchain exprience', 'ltd skill details blockchain exprience 6', 'skill details blockchain exprience 6 months', 'details blockchain exprience 6 months smart', 'blockchain exprience 6 months smart contracts', 'exprience 6 months smart contracts exprience', '6 months smart contracts exprience 6', 'months smart contracts exprience 6 months', 'smart contracts exprience 6 months dapps', 'contracts exprience 6 months dapps exprience', 'exprience 6 months dapps exprience 6', '6 months dapps exprience 6 months', 'months dapps exprience 6 months mean', 'dapps exprience 6 months mean stack', 'exprience 6 months mean stack exprience', '6 months mean stack exprience 12', 'months mean stack exprience 12 monthscompany', 'mean stack exprience 12 monthscompany details', 'stack exprience 12 monthscompany details company', 'exprience 12 monthscompany details company corpcloud', '12 monthscompany details company corpcloud global', 'monthscompany details company corpcloud global services', 'details company corpcloud global services pvt', 'company corpcloud global services pvt ltd', 'corpcloud global services pvt ltd description', 'global services pvt ltd description worked', 'services pvt ltd description worked productively', 'pvt ltd description worked productively team', 'ltd description worked productively team identify', 'description worked productively team identify requirements', 'worked productively team identify requirements proposed', 'productively team identify requirements proposed ideas', 'team identify requirements proposed ideas enhancing', 'identify requirements proposed ideas enhancing product', 'requirements proposed ideas enhancing product developing', 'proposed ideas enhancing product developing managing', 'ideas enhancing product developing managing user', 'enhancing product developing managing user blockchain', 'product developing managing user blockchain ount', 'developing managing user blockchain ount wallets', 'managing user blockchain ount wallets transactions', 'user blockchain ount wallets transactions regularly', 'blockchain ount wallets transactions regularly monitoring', 'ount wallets transactions regularly monitoring smooth', 'wallets transactions regularly monitoring smooth executions', 'transactions regularly monitoring smooth executions blockchain', 'regularly monitoring smooth executions blockchain transactions', 'monitoring smooth executions blockchain transactions wallet', 'smooth executions blockchain transactions wallet functions', 'executions blockchain transactions wallet functions along', 'blockchain transactions wallet functions along identifying', 'transactions wallet functions along identifying correcting', 'wallet functions along identifying correcting possible', 'functions along identifying correcting possible errors', 'along identifying correcting possible errors writing', 'identifying correcting possible errors writing smart', 'correcting possible errors writing smart contracts', 'possible errors writing smart contracts api', 'errors writing smart contracts api documenting', 'writing smart contracts api documenting company', 'smart contracts api documenting company corpcloud', 'contracts api documenting company corpcloud global', 'api documenting company corpcloud global services', 'documenting company corpcloud global services pvt', 'company corpcloud global services pvt ltd', 'corpcloud global services pvt ltd description', 'global services pvt ltd description identifying', 'services pvt ltd description identifying complex', 'pvt ltd description identifying complex bugs', 'ltd description identifying complex bugs system', 'description identifying complex bugs system resolving', 'identifying complex bugs system resolving implemented', 'complex bugs system resolving implemented updated', 'bugs system resolving implemented updated application', 'system resolving implemented updated application modules', 'resolving implemented updated application modules direction', 'implemented updated application modules direction seniors', 'updated application modules direction seniors effectively', 'application modules direction seniors effectively coded', 'modules direction seniors effectively coded required', 'direction seniors effectively coded required changes', 'seniors effectively coded required changes alterations', 'effectively coded required changes alterations checked', 'coded required changes alterations checked repository', 'required changes alterations checked repository using', 'changes alterations checked repository using bit', 'alterations checked repository using bit bucket', 'checked repository using bit bucket performed', 'repository using bit bucket performed code', 'using bit bucket performed code check', 'bit bucket performed code check ins', 'bucket performed code check ins check', 'performed code check ins check outs', 'code check ins check outs regularly', 'check ins check outs regularly worked', 'ins check outs regularly worked api', 'hobbies playing chess solving rubik cube watching', 'playing chess solving rubik cube watching series', 'chess solving rubik cube watching series languages', 'solving rubik cube watching series languages english', 'rubik cube watching series languages english hindi', 'cube watching series languages english hindi marathi', 'watching series languages english hindi marathi education', 'series languages english hindi marathi education details', 'languages english hindi marathi education details january', 'english hindi marathi education details january 2014', 'hindi marathi education details january 2014 january', 'marathi education details january 2014 january 2017', 'education details january 2014 january 2017 bachelor', 'details january 2014 january 2017 bachelor degree', 'january 2014 january 2017 bachelor degree information', '2014 january 2017 bachelor degree information technology', 'january 2017 bachelor degree information technology first', '2017 bachelor degree information technology first class', 'bachelor degree information technology first class pune', 'degree information technology first class pune maharashtra', 'information technology first class pune maharashtra jspm', 'technology first class pune maharashtra jspm jayawantrao', 'first class pune maharashtra jspm jayawantrao sawant', 'class pune maharashtra jspm jayawantrao sawant college', 'pune maharashtra jspm jayawantrao sawant college engineering', ...], ['skills', 'strong', 'cs', 'fundamentals', 'problem', 'solving', 'ethereum', 'smart', 'contracts', 'solidity', 'skills', 'golang', 'node', 'angular', 'react', 'culturally', 'fit', 'startup', 'environment', 'mongodb', 'postgresql', 'mysql', 'enthusiastic', 'learn', 'new', 'technologies', 'aws', 'docker', 'microservices', 'blockchain', 'protocol', 'consensuseducation', 'details', 'january', '2014', 'm', 'tech', 'computer', 'engineering', 'jaipur', 'rajasthan', 'malaviya', 'national', 'institute', 'of', 'technology', 'jaipur', 'january', '2011', 'b', 'e', 'computer', 'science', 'and', 'engg', 'kolhapur', 'maharashtra', 'shivaji', 'university', 'blockchain', 'engineer', 'blockchain', 'engineer', 'xinfin', 'orgnization', 'skill', 'details', 'mongodb', 'exprience', '16', 'months', 'contracts', 'exprience', '12', 'months', 'mysql', 'exprience', '9', 'months', 'aws', 'exprience', '6', 'months', 'problem', 'solving', 'exprience', '6', 'monthscompany', 'details', 'company', 'xinfin', 'orgnization', 'description', 'xinfin', 'global', 'open', 'source', 'hybrid', 'blockchain', 'protocol', 'rolled', 'multiple', 'blockchain', 'based', 'pilot', 'projects', 'different', 'use', 'cases', 'various', 'clients', 'eg', 'tradefinex', 'supply', 'chain', 'management', 'land', 'registry', 'govt', 'mh', 'infactor', 'invoice', 'factoring', 'build', 'secure', 'scalable', 'hosted', 'wallet', 'based', 'erc', '20', 'standards', 'xinfin', 'network', 'working', 'production', 'level', 'blockchain', 'use', 'cases', 'technology', 'ethereum', 'blockchain', 'solidity', 'smart', 'contracts', 'dapps', 'nodejs', 'company', 'oro', 'wealth', 'description', 'orowealth', 'zero', 'commision', 'online', 'investment', 'platform', 'currently', 'focused', 'direct', 'mutual', 'funds', 'build', 'various', 'scalable', 'web', 'based', 'products', 'b2b', 'b2c', 'based', 'mean', 'stack', 'technology', 'integrated', 'multiple', 'finance', 'applications', 'entities', 'eg', 'integration', 'kyc', 'mf', 'entities', 'technology', 'node', 'js', 'angular', 'js', 'mongodb', 'express', 'company', 'yallaspree', 'description', 'hyderabad', 'telangana', 'yallaspree', 'largest', 'digital', 'shopping', 'directory', 'u', 'a', 'e', '22k', 'stores', 'own', 'responsibility', 'develop', 'maintain', 'following', 'modules', 'admin', 'vendor', 'interface', 'database', 'operations', 'writing', 'webservices', 'complete', 'notification', 'system', 'events', 'offers', 'page', 'technology', 'cakephp', 'php', 'framework', 'jquery', 'mysql', 'company', 'railtiffin', 'com', 'description', 'mumbai', 'maharashtra', 'railtiffin', 'com', 'e', 'commerce', 'platform', 'serve', 'food', 'railway', 'passengers', 'worked', 'multiple', 'roles', 'like', 'bug', 'fixing', 'db', 'operations', 'feature', 'customisation', 'writing', 'api', 'endpoints', 'technology', 'opencart', 'ecommerce', 'framework', 'jquery', 'mysql', 'company', 'a', 'olite', 'software', 'india', 'private', 'limited', 'description', 'bengaluru', 'ka', 'a', 'olite', 'global', 'it', 'services', 'company', 'headquartered', 'dallas', 'usa', 'offices', 'india', 'worked', 'birst', 'analytics', 'tool', 'develop', 'deploy', 'maintain', 'reports', 'skills strong', 'strong cs', 'cs fundamentals', 'fundamentals problem', 'problem solving', 'solving ethereum', 'ethereum smart', 'smart contracts', 'contracts solidity', 'solidity skills', 'skills golang', 'golang node', 'node angular', 'angular react', 'react culturally', 'culturally fit', 'fit startup', 'startup environment', 'environment mongodb', 'mongodb postgresql', 'postgresql mysql', 'mysql enthusiastic', 'enthusiastic learn', 'learn new', 'new technologies', 'technologies aws', 'aws docker', 'docker microservices', 'microservices blockchain', 'blockchain protocol', 'protocol consensuseducation', 'consensuseducation details', 'details january', 'january 2014', '2014 m', 'm tech', 'tech computer', 'computer engineering', 'engineering jaipur', 'jaipur rajasthan', 'rajasthan malaviya', 'malaviya national', 'national institute', 'institute of', 'of technology', 'technology jaipur', 'jaipur january', 'january 2011', '2011 b', 'b e', 'e computer', 'computer science', 'science and', 'and engg', 'engg kolhapur', 'kolhapur maharashtra', 'maharashtra shivaji', 'shivaji university', 'university blockchain', 'blockchain engineer', 'engineer blockchain', 'blockchain engineer', 'engineer xinfin', 'xinfin orgnization', 'orgnization skill', 'skill details', 'details mongodb', 'mongodb exprience', 'exprience 16', '16 months', 'months contracts', 'contracts exprience', 'exprience 12', '12 months', 'months mysql', 'mysql exprience', 'exprience 9', '9 months', 'months aws', 'aws exprience', 'exprience 6', '6 months', 'months problem', 'problem solving', 'solving exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company xinfin', 'xinfin orgnization', 'orgnization description', 'description xinfin', 'xinfin global', 'global open', 'open source', 'source hybrid', 'hybrid blockchain', 'blockchain protocol', 'protocol rolled', 'rolled multiple', 'multiple blockchain', 'blockchain based', 'based pilot', 'pilot projects', 'projects different', 'different use', 'use cases', 'cases various', 'various clients', 'clients eg', 'eg tradefinex', 'tradefinex supply', 'supply chain', 'chain management', 'management land', 'land registry', 'registry govt', 'govt mh', 'mh infactor', 'infactor invoice', 'invoice factoring', 'factoring build', 'build secure', 'secure scalable', 'scalable hosted', 'hosted wallet', 'wallet based', 'based erc', 'erc 20', '20 standards', 'standards xinfin', 'xinfin network', 'network working', 'working production', 'production level', 'level blockchain', 'blockchain use', 'use cases', 'cases technology', 'technology ethereum', 'ethereum blockchain', 'blockchain solidity', 'solidity smart', 'smart contracts', 'contracts dapps', 'dapps nodejs', 'nodejs company', 'company oro', 'oro wealth', 'wealth description', 'description orowealth', 'orowealth zero', 'zero commision', 'commision online', 'online investment', 'investment platform', 'platform currently', 'currently focused', 'focused direct', 'direct mutual', 'mutual funds', 'funds build', 'build various', 'various scalable', 'scalable web', 'web based', 'based products', 'products b2b', 'b2b b2c', 'b2c based', 'based mean', 'mean stack', 'stack technology', 'technology integrated', 'integrated multiple', 'multiple finance', 'finance applications', 'applications entities', 'entities eg', 'eg integration', 'integration kyc', 'kyc mf', 'mf entities', 'entities technology', 'technology node', 'node js', 'js angular', 'angular js', 'js mongodb', 'mongodb express', 'express company', 'company yallaspree', 'yallaspree description', 'description hyderabad', 'hyderabad telangana', 'telangana yallaspree', 'yallaspree largest', 'largest digital', 'digital shopping', 'shopping directory', 'directory u', 'u a', 'a e', 'e 22k', '22k stores', 'stores own', 'own responsibility', 'responsibility develop', 'develop maintain', 'maintain following', 'following modules', 'modules admin', 'admin vendor', 'vendor interface', 'interface database', 'database operations', 'operations writing', 'writing webservices', 'webservices complete', 'complete notification', 'notification system', 'system events', 'events offers', 'offers page', 'page technology', 'technology cakephp', 'cakephp php', 'php framework', 'framework jquery', 'jquery mysql', 'mysql company', 'company railtiffin', 'railtiffin com', 'com description', 'description mumbai', 'mumbai maharashtra', 'maharashtra railtiffin', 'railtiffin com', 'com e', 'e commerce', 'commerce platform', 'platform serve', 'serve food', 'food railway', 'railway passengers', 'passengers worked', 'worked multiple', 'multiple roles', 'roles like', 'like bug', 'bug fixing', 'fixing db', 'db operations', 'operations feature', 'feature customisation', 'customisation writing', 'writing api', 'api endpoints', 'endpoints technology', 'technology opencart', 'opencart ecommerce', 'ecommerce framework', 'framework jquery', 'jquery mysql', 'mysql company', 'company a', 'a olite', 'olite software', 'software india', 'india private', 'private limited', 'limited description', 'description bengaluru', 'bengaluru ka', 'ka a', 'a olite', 'olite global', 'global it', 'it services', 'services company', 'company headquartered', 'headquartered dallas', 'dallas usa', 'usa offices', 'offices india', 'india worked', 'worked birst', 'birst analytics', 'analytics tool', 'tool develop', 'develop deploy', 'deploy maintain', 'maintain reports', 'skills strong cs', 'strong cs fundamentals', 'cs fundamentals problem', 'fundamentals problem solving', 'problem solving ethereum', 'solving ethereum smart', 'ethereum smart contracts', 'smart contracts solidity', 'contracts solidity skills', 'solidity skills golang', 'skills golang node', 'golang node angular', 'node angular react', 'angular react culturally', 'react culturally fit', 'culturally fit startup', 'fit startup environment', 'startup environment mongodb', 'environment mongodb postgresql', 'mongodb postgresql mysql', 'postgresql mysql enthusiastic', 'mysql enthusiastic learn', 'enthusiastic learn new', 'learn new technologies', 'new technologies aws', 'technologies aws docker', 'aws docker microservices', 'docker microservices blockchain', 'microservices blockchain protocol', 'blockchain protocol consensuseducation', 'protocol consensuseducation details', 'consensuseducation details january', 'details january 2014', 'january 2014 m', '2014 m tech', 'm tech computer', 'tech computer engineering', 'computer engineering jaipur', 'engineering jaipur rajasthan', 'jaipur rajasthan malaviya', 'rajasthan malaviya national', 'malaviya national institute', 'national institute of', 'institute of technology', 'of technology jaipur', 'technology jaipur january', 'jaipur january 2011', 'january 2011 b', '2011 b e', 'b e computer', 'e computer science', 'computer science and', 'science and engg', 'and engg kolhapur', 'engg kolhapur maharashtra', 'kolhapur maharashtra shivaji', 'maharashtra shivaji university', 'shivaji university blockchain', 'university blockchain engineer', 'blockchain engineer blockchain', 'engineer blockchain engineer', 'blockchain engineer xinfin', 'engineer xinfin orgnization', 'xinfin orgnization skill', 'orgnization skill details', 'skill details mongodb', 'details mongodb exprience', 'mongodb exprience 16', 'exprience 16 months', '16 months contracts', 'months contracts exprience', 'contracts exprience 12', 'exprience 12 months', '12 months mysql', 'months mysql exprience', 'mysql exprience 9', 'exprience 9 months', '9 months aws', 'months aws exprience', 'aws exprience 6', 'exprience 6 months', '6 months problem', 'months problem solving', 'problem solving exprience', 'solving exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company xinfin', 'company xinfin orgnization', 'xinfin orgnization description', 'orgnization description xinfin', 'description xinfin global', 'xinfin global open', 'global open source', 'open source hybrid', 'source hybrid blockchain', 'hybrid blockchain protocol', 'blockchain protocol rolled', 'protocol rolled multiple', 'rolled multiple blockchain', 'multiple blockchain based', 'blockchain based pilot', 'based pilot projects', 'pilot projects different', 'projects different use', 'different use cases', 'use cases various', 'cases various clients', 'various clients eg', 'clients eg tradefinex', 'eg tradefinex supply', 'tradefinex supply chain', 'supply chain management', 'chain management land', 'management land registry', 'land registry govt', 'registry govt mh', 'govt mh infactor', 'mh infactor invoice', 'infactor invoice factoring', 'invoice factoring build', 'factoring build secure', 'build secure scalable', 'secure scalable hosted', 'scalable hosted wallet', 'hosted wallet based', 'wallet based erc', 'based erc 20', 'erc 20 standards', '20 standards xinfin', 'standards xinfin network', 'xinfin network working', 'network working production', 'working production level', 'production level blockchain', 'level blockchain use', 'blockchain use cases', 'use cases technology', 'cases technology ethereum', 'technology ethereum blockchain', 'ethereum blockchain solidity', 'blockchain solidity smart', 'solidity smart contracts', 'smart contracts dapps', 'contracts dapps nodejs', 'dapps nodejs company', 'nodejs company oro', 'company oro wealth', 'oro wealth description', 'wealth description orowealth', 'description orowealth zero', 'orowealth zero commision', 'zero commision online', 'commision online investment', 'online investment platform', 'investment platform currently', 'platform currently focused', 'currently focused direct', 'focused direct mutual', 'direct mutual funds', 'mutual funds build', 'funds build various', 'build various scalable', 'various scalable web', 'scalable web based', 'web based products', 'based products b2b', 'products b2b b2c', 'b2b b2c based', 'b2c based mean', 'based mean stack', 'mean stack technology', 'stack technology integrated', 'technology integrated multiple', 'integrated multiple finance', 'multiple finance applications', 'finance applications entities', 'applications entities eg', 'entities eg integration', 'eg integration kyc', 'integration kyc mf', 'kyc mf entities', 'mf entities technology', 'entities technology node', 'technology node js', 'node js angular', 'js angular js', 'angular js mongodb', 'js mongodb express', 'mongodb express company', 'express company yallaspree', 'company yallaspree description', 'yallaspree description hyderabad', 'description hyderabad telangana', 'hyderabad telangana yallaspree', 'telangana yallaspree largest', 'yallaspree largest digital', 'largest digital shopping', 'digital shopping directory', 'shopping directory u', 'directory u a', 'u a e', 'a e 22k', 'e 22k stores', '22k stores own', 'stores own responsibility', 'own responsibility develop', 'responsibility develop maintain', 'develop maintain following', 'maintain following modules', 'following modules admin', 'modules admin vendor', 'admin vendor interface', 'vendor interface database', 'interface database operations', 'database operations writing', 'operations writing webservices', 'writing webservices complete', 'webservices complete notification', 'complete notification system', 'notification system events', 'system events offers', 'events offers page', 'offers page technology', 'page technology cakephp', 'technology cakephp php', 'cakephp php framework', 'php framework jquery', 'framework jquery mysql', 'jquery mysql company', 'mysql company railtiffin', 'company railtiffin com', 'railtiffin com description', 'com description mumbai', 'description mumbai maharashtra', 'mumbai maharashtra railtiffin', 'maharashtra railtiffin com', 'railtiffin com e', 'com e commerce', 'e commerce platform', 'commerce platform serve', 'platform serve food', 'serve food railway', 'food railway passengers', 'railway passengers worked', 'passengers worked multiple', 'worked multiple roles', 'multiple roles like', 'roles like bug', 'like bug fixing', 'bug fixing db', 'fixing db operations', 'db operations feature', 'operations feature customisation', 'feature customisation writing', 'customisation writing api', 'writing api endpoints', 'api endpoints technology', 'endpoints technology opencart', 'technology opencart ecommerce', 'opencart ecommerce framework', 'ecommerce framework jquery', 'framework jquery mysql', 'jquery mysql company', 'mysql company a', 'company a olite', 'a olite software', 'olite software india', 'software india private', 'india private limited', 'private limited description', 'limited description bengaluru', 'description bengaluru ka', 'bengaluru ka a', 'ka a olite', 'a olite global', 'olite global it', 'global it services', 'it services company', 'services company headquartered', 'company headquartered dallas', 'headquartered dallas usa', 'dallas usa offices', 'usa offices india', 'offices india worked', 'india worked birst', 'worked birst analytics', 'birst analytics tool', 'analytics tool develop', 'tool develop deploy', 'develop deploy maintain', 'deploy maintain reports', 'skills strong cs fundamentals', 'strong cs fundamentals problem', 'cs fundamentals problem solving', 'fundamentals problem solving ethereum', 'problem solving ethereum smart', 'solving ethereum smart contracts', 'ethereum smart contracts solidity', 'smart contracts solidity skills', 'contracts solidity skills golang', 'solidity skills golang node', 'skills golang node angular', 'golang node angular react', 'node angular react culturally', 'angular react culturally fit', 'react culturally fit startup', 'culturally fit startup environment', 'fit startup environment mongodb', 'startup environment mongodb postgresql', 'environment mongodb postgresql mysql', 'mongodb postgresql mysql enthusiastic', 'postgresql mysql enthusiastic learn', 'mysql enthusiastic learn new', 'enthusiastic learn new technologies', 'learn new technologies aws', 'new technologies aws docker', 'technologies aws docker microservices', 'aws docker microservices blockchain', 'docker microservices blockchain protocol', 'microservices blockchain protocol consensuseducation', 'blockchain protocol consensuseducation details', 'protocol consensuseducation details january', 'consensuseducation details january 2014', 'details january 2014 m', 'january 2014 m tech', '2014 m tech computer', 'm tech computer engineering', 'tech computer engineering jaipur', 'computer engineering jaipur rajasthan', 'engineering jaipur rajasthan malaviya', 'jaipur rajasthan malaviya national', 'rajasthan malaviya national institute', 'malaviya national institute of', 'national institute of technology', 'institute of technology jaipur', 'of technology jaipur january', 'technology jaipur january 2011', 'jaipur january 2011 b', 'january 2011 b e', '2011 b e computer', 'b e computer science', 'e computer science and', 'computer science and engg', 'science and engg kolhapur', 'and engg kolhapur maharashtra', 'engg kolhapur maharashtra shivaji', 'kolhapur maharashtra shivaji university', 'maharashtra shivaji university blockchain', 'shivaji university blockchain engineer', 'university blockchain engineer blockchain', 'blockchain engineer blockchain engineer', 'engineer blockchain engineer xinfin', 'blockchain engineer xinfin orgnization', 'engineer xinfin orgnization skill', 'xinfin orgnization skill details', 'orgnization skill details mongodb', 'skill details mongodb exprience', 'details mongodb exprience 16', 'mongodb exprience 16 months', 'exprience 16 months contracts', '16 months contracts exprience', 'months contracts exprience 12', 'contracts exprience 12 months', 'exprience 12 months mysql', '12 months mysql exprience', 'months mysql exprience 9', 'mysql exprience 9 months', 'exprience 9 months aws', '9 months aws exprience', 'months aws exprience 6', 'aws exprience 6 months', 'exprience 6 months problem', '6 months problem solving', 'months problem solving exprience', 'problem solving exprience 6', 'solving exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company xinfin', 'details company xinfin orgnization', 'company xinfin orgnization description', 'xinfin orgnization description xinfin', 'orgnization description xinfin global', 'description xinfin global open', 'xinfin global open source', 'global open source hybrid', 'open source hybrid blockchain', 'source hybrid blockchain protocol', 'hybrid blockchain protocol rolled', 'blockchain protocol rolled multiple', 'protocol rolled multiple blockchain', 'rolled multiple blockchain based', 'multiple blockchain based pilot', 'blockchain based pilot projects', 'based pilot projects different', 'pilot projects different use', 'projects different use cases', 'different use cases various', 'use cases various clients', 'cases various clients eg', 'various clients eg tradefinex', 'clients eg tradefinex supply', 'eg tradefinex supply chain', 'tradefinex supply chain management', 'supply chain management land', 'chain management land registry', 'management land registry govt', 'land registry govt mh', 'registry govt mh infactor', ...], ['key', 'skills', 'programing', 'languages', 'c', 'c', 'python', 'apex', 'visualforce', 'database', 'mysql', 'framework', 'django', 'technologies', 'salesforce', 'com', 'administration', 'development', 'force', 'com', 'salesforce', 'crm', 'blockchain', 'website', 'designing', 'html5', 'css3', 'project', 'diploma', 'project', 'name', 'vanet', 'virtual', 'ad', 'hoc', 'network', 'technology', 'used', 'java', 'about', 'project', 'a', 'system', 'made', 'video', 'streaming', 'in', 'project', 'give', 'real', 'time', 'video', 'steaming', 'two', 'devices', 'using', 'vanet', 'ap', 'degree', 'project', 'name', 'drowsiness', 'detection', 'system', 'technology', 'used', 'python', 'raspberry', 'pi', 'about', 'project', 'a', 'system', 'made', 'driver', 'safety', 'parson', 'driving', 'car', 'it', 'detects', 'drowsy', 'condition', 'parson', 'system', 'brings', 'alarm', 'education', 'details', 'january', '2017', 'b', 'e', 'computer', 'engineering', 'pune', 'maharashtra', 'sanghavi', 'college', 'engineering', 'january', '2014', 'diploma', 'computer', 'technology', 'nashik', 'maharashtra', 'shree', 'mahavir', 'polytechnic', 'january', '2010', 's', 's', 'c', 'nashik', 'maharashtra', 'c', 'd', 'o', 'meri', 'high', 'school', 'blockchain', 'developer', 'skill', 'details', 'ap', 'exprience', '6', 'months', 'apex', 'exprience', '6', 'months', 'c', 'exprience', '6', 'months', 'crm', 'exprience', '6', 'months', 'customer', 'relationship', 'management', 'exprience', '6', 'monthscompany', 'details', 'company', 'description', 'job', 'description', 'managing', 'mining', 'firm', 'creating', 'smart', 'contract', 'waves', 'ethereum', 'platform', 'key skills', 'skills programing', 'programing languages', 'languages c', 'c c', 'c python', 'python apex', 'apex visualforce', 'visualforce database', 'database mysql', 'mysql framework', 'framework django', 'django technologies', 'technologies salesforce', 'salesforce com', 'com administration', 'administration development', 'development force', 'force com', 'com salesforce', 'salesforce crm', 'crm blockchain', 'blockchain website', 'website designing', 'designing html5', 'html5 css3', 'css3 project', 'project diploma', 'diploma project', 'project name', 'name vanet', 'vanet virtual', 'virtual ad', 'ad hoc', 'hoc network', 'network technology', 'technology used', 'used java', 'java about', 'about project', 'project a', 'a system', 'system made', 'made video', 'video streaming', 'streaming in', 'in project', 'project give', 'give real', 'real time', 'time video', 'video steaming', 'steaming two', 'two devices', 'devices using', 'using vanet', 'vanet ap', 'ap degree', 'degree project', 'project name', 'name drowsiness', 'drowsiness detection', 'detection system', 'system technology', 'technology used', 'used python', 'python raspberry', 'raspberry pi', 'pi about', 'about project', 'project a', 'a system', 'system made', 'made driver', 'driver safety', 'safety parson', 'parson driving', 'driving car', 'car it', 'it detects', 'detects drowsy', 'drowsy condition', 'condition parson', 'parson system', 'system brings', 'brings alarm', 'alarm education', 'education details', 'details january', 'january 2017', '2017 b', 'b e', 'e computer', 'computer engineering', 'engineering pune', 'pune maharashtra', 'maharashtra sanghavi', 'sanghavi college', 'college engineering', 'engineering january', 'january 2014', '2014 diploma', 'diploma computer', 'computer technology', 'technology nashik', 'nashik maharashtra', 'maharashtra shree', 'shree mahavir', 'mahavir polytechnic', 'polytechnic january', 'january 2010', '2010 s', 's s', 's c', 'c nashik', 'nashik maharashtra', 'maharashtra c', 'c d', 'd o', 'o meri', 'meri high', 'high school', 'school blockchain', 'blockchain developer', 'developer skill', 'skill details', 'details ap', 'ap exprience', 'exprience 6', '6 months', 'months apex', 'apex exprience', 'exprience 6', '6 months', 'months c', 'c exprience', 'exprience 6', '6 months', 'months crm', 'crm exprience', 'exprience 6', '6 months', 'months customer', 'customer relationship', 'relationship management', 'management exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company description', 'description job', 'job description', 'description managing', 'managing mining', 'mining firm', 'firm creating', 'creating smart', 'smart contract', 'contract waves', 'waves ethereum', 'ethereum platform', 'key skills programing', 'skills programing languages', 'programing languages c', 'languages c c', 'c c python', 'c python apex', 'python apex visualforce', 'apex visualforce database', 'visualforce database mysql', 'database mysql framework', 'mysql framework django', 'framework django technologies', 'django technologies salesforce', 'technologies salesforce com', 'salesforce com administration', 'com administration development', 'administration development force', 'development force com', 'force com salesforce', 'com salesforce crm', 'salesforce crm blockchain', 'crm blockchain website', 'blockchain website designing', 'website designing html5', 'designing html5 css3', 'html5 css3 project', 'css3 project diploma', 'project diploma project', 'diploma project name', 'project name vanet', 'name vanet virtual', 'vanet virtual ad', 'virtual ad hoc', 'ad hoc network', 'hoc network technology', 'network technology used', 'technology used java', 'used java about', 'java about project', 'about project a', 'project a system', 'a system made', 'system made video', 'made video streaming', 'video streaming in', 'streaming in project', 'in project give', 'project give real', 'give real time', 'real time video', 'time video steaming', 'video steaming two', 'steaming two devices', 'two devices using', 'devices using vanet', 'using vanet ap', 'vanet ap degree', 'ap degree project', 'degree project name', 'project name drowsiness', 'name drowsiness detection', 'drowsiness detection system', 'detection system technology', 'system technology used', 'technology used python', 'used python raspberry', 'python raspberry pi', 'raspberry pi about', 'pi about project', 'about project a', 'project a system', 'a system made', 'system made driver', 'made driver safety', 'driver safety parson', 'safety parson driving', 'parson driving car', 'driving car it', 'car it detects', 'it detects drowsy', 'detects drowsy condition', 'drowsy condition parson', 'condition parson system', 'parson system brings', 'system brings alarm', 'brings alarm education', 'alarm education details', 'education details january', 'details january 2017', 'january 2017 b', '2017 b e', 'b e computer', 'e computer engineering', 'computer engineering pune', 'engineering pune maharashtra', 'pune maharashtra sanghavi', 'maharashtra sanghavi college', 'sanghavi college engineering', 'college engineering january', 'engineering january 2014', 'january 2014 diploma', '2014 diploma computer', 'diploma computer technology', 'computer technology nashik', 'technology nashik maharashtra', 'nashik maharashtra shree', 'maharashtra shree mahavir', 'shree mahavir polytechnic', 'mahavir polytechnic january', 'polytechnic january 2010', 'january 2010 s', '2010 s s', 's s c', 's c nashik', 'c nashik maharashtra', 'nashik maharashtra c', 'maharashtra c d', 'c d o', 'd o meri', 'o meri high', 'meri high school', 'high school blockchain', 'school blockchain developer', 'blockchain developer skill', 'developer skill details', 'skill details ap', 'details ap exprience', 'ap exprience 6', 'exprience 6 months', '6 months apex', 'months apex exprience', 'apex exprience 6', 'exprience 6 months', '6 months c', 'months c exprience', 'c exprience 6', 'exprience 6 months', '6 months crm', 'months crm exprience', 'crm exprience 6', 'exprience 6 months', '6 months customer', 'months customer relationship', 'customer relationship management', 'relationship management exprience', 'management exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company description', 'company description job', 'description job description', 'job description managing', 'description managing mining', 'managing mining firm', 'mining firm creating', 'firm creating smart', 'creating smart contract', 'smart contract waves', 'contract waves ethereum', 'waves ethereum platform', 'key skills programing languages', 'skills programing languages c', 'programing languages c c', 'languages c c python', 'c c python apex', 'c python apex visualforce', 'python apex visualforce database', 'apex visualforce database mysql', 'visualforce database mysql framework', 'database mysql framework django', 'mysql framework django technologies', 'framework django technologies salesforce', 'django technologies salesforce com', 'technologies salesforce com administration', 'salesforce com administration development', 'com administration development force', 'administration development force com', 'development force com salesforce', 'force com salesforce crm', 'com salesforce crm blockchain', 'salesforce crm blockchain website', 'crm blockchain website designing', 'blockchain website designing html5', 'website designing html5 css3', 'designing html5 css3 project', 'html5 css3 project diploma', 'css3 project diploma project', 'project diploma project name', 'diploma project name vanet', 'project name vanet virtual', 'name vanet virtual ad', 'vanet virtual ad hoc', 'virtual ad hoc network', 'ad hoc network technology', 'hoc network technology used', 'network technology used java', 'technology used java about', 'used java about project', 'java about project a', 'about project a system', 'project a system made', 'a system made video', 'system made video streaming', 'made video streaming in', 'video streaming in project', 'streaming in project give', 'in project give real', 'project give real time', 'give real time video', 'real time video steaming', 'time video steaming two', 'video steaming two devices', 'steaming two devices using', 'two devices using vanet', 'devices using vanet ap', 'using vanet ap degree', 'vanet ap degree project', 'ap degree project name', 'degree project name drowsiness', 'project name drowsiness detection', 'name drowsiness detection system', 'drowsiness detection system technology', 'detection system technology used', 'system technology used python', 'technology used python raspberry', 'used python raspberry pi', 'python raspberry pi about', 'raspberry pi about project', 'pi about project a', 'about project a system', 'project a system made', 'a system made driver', 'system made driver safety', 'made driver safety parson', 'driver safety parson driving', 'safety parson driving car', 'parson driving car it', 'driving car it detects', 'car it detects drowsy', 'it detects drowsy condition', 'detects drowsy condition parson', 'drowsy condition parson system', 'condition parson system brings', 'parson system brings alarm', 'system brings alarm education', 'brings alarm education details', 'alarm education details january', 'education details january 2017', 'details january 2017 b', 'january 2017 b e', '2017 b e computer', 'b e computer engineering', 'e computer engineering pune', 'computer engineering pune maharashtra', 'engineering pune maharashtra sanghavi', 'pune maharashtra sanghavi college', 'maharashtra sanghavi college engineering', 'sanghavi college engineering january', 'college engineering january 2014', 'engineering january 2014 diploma', 'january 2014 diploma computer', '2014 diploma computer technology', 'diploma computer technology nashik', 'computer technology nashik maharashtra', 'technology nashik maharashtra shree', 'nashik maharashtra shree mahavir', 'maharashtra shree mahavir polytechnic', 'shree mahavir polytechnic january', 'mahavir polytechnic january 2010', 'polytechnic january 2010 s', 'january 2010 s s', '2010 s s c', 's s c nashik', 's c nashik maharashtra', 'c nashik maharashtra c', 'nashik maharashtra c d', 'maharashtra c d o', 'c d o meri', 'd o meri high', 'o meri high school', 'meri high school blockchain', 'high school blockchain developer', 'school blockchain developer skill', 'blockchain developer skill details', 'developer skill details ap', 'skill details ap exprience', 'details ap exprience 6', 'ap exprience 6 months', 'exprience 6 months apex', '6 months apex exprience', 'months apex exprience 6', 'apex exprience 6 months', 'exprience 6 months c', '6 months c exprience', 'months c exprience 6', 'c exprience 6 months', 'exprience 6 months crm', '6 months crm exprience', 'months crm exprience 6', 'crm exprience 6 months', 'exprience 6 months customer', '6 months customer relationship', 'months customer relationship management', 'customer relationship management exprience', 'relationship management exprience 6', 'management exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company description', 'details company description job', 'company description job description', 'description job description managing', 'job description managing mining', 'description managing mining firm', 'managing mining firm creating', 'mining firm creating smart', 'firm creating smart contract', 'creating smart contract waves', 'smart contract waves ethereum', 'contract waves ethereum platform', 'key skills programing languages c', 'skills programing languages c c', 'programing languages c c python', 'languages c c python apex', 'c c python apex visualforce', 'c python apex visualforce database', 'python apex visualforce database mysql', 'apex visualforce database mysql framework', 'visualforce database mysql framework django', 'database mysql framework django technologies', 'mysql framework django technologies salesforce', 'framework django technologies salesforce com', 'django technologies salesforce com administration', 'technologies salesforce com administration development', 'salesforce com administration development force', 'com administration development force com', 'administration development force com salesforce', 'development force com salesforce crm', 'force com salesforce crm blockchain', 'com salesforce crm blockchain website', 'salesforce crm blockchain website designing', 'crm blockchain website designing html5', 'blockchain website designing html5 css3', 'website designing html5 css3 project', 'designing html5 css3 project diploma', 'html5 css3 project diploma project', 'css3 project diploma project name', 'project diploma project name vanet', 'diploma project name vanet virtual', 'project name vanet virtual ad', 'name vanet virtual ad hoc', 'vanet virtual ad hoc network', 'virtual ad hoc network technology', 'ad hoc network technology used', 'hoc network technology used java', 'network technology used java about', 'technology used java about project', 'used java about project a', 'java about project a system', 'about project a system made', 'project a system made video', 'a system made video streaming', 'system made video streaming in', 'made video streaming in project', 'video streaming in project give', 'streaming in project give real', 'in project give real time', 'project give real time video', 'give real time video steaming', 'real time video steaming two', 'time video steaming two devices', 'video steaming two devices using', 'steaming two devices using vanet', 'two devices using vanet ap', 'devices using vanet ap degree', 'using vanet ap degree project', 'vanet ap degree project name', 'ap degree project name drowsiness', 'degree project name drowsiness detection', 'project name drowsiness detection system', 'name drowsiness detection system technology', 'drowsiness detection system technology used', 'detection system technology used python', 'system technology used python raspberry', 'technology used python raspberry pi', 'used python raspberry pi about', 'python raspberry pi about project', 'raspberry pi about project a', 'pi about project a system', 'about project a system made', 'project a system made driver', 'a system made driver safety', 'system made driver safety parson', 'made driver safety parson driving', 'driver safety parson driving car', 'safety parson driving car it', 'parson driving car it detects', 'driving car it detects drowsy', 'car it detects drowsy condition', 'it detects drowsy condition parson', 'detects drowsy condition parson system', 'drowsy condition parson system brings', 'condition parson system brings alarm', 'parson system brings alarm education', 'system brings alarm education details', 'brings alarm education details january', 'alarm education details january 2017', 'education details january 2017 b', 'details january 2017 b e', 'january 2017 b e computer', '2017 b e computer engineering', 'b e computer engineering pune', 'e computer engineering pune maharashtra', 'computer engineering pune maharashtra sanghavi', 'engineering pune maharashtra sanghavi college', 'pune maharashtra sanghavi college engineering', 'maharashtra sanghavi college engineering january', 'sanghavi college engineering january 2014', 'college engineering january 2014 diploma', 'engineering january 2014 diploma computer', 'january 2014 diploma computer technology', '2014 diploma computer technology nashik', 'diploma computer technology nashik maharashtra', 'computer technology nashik maharashtra shree', 'technology nashik maharashtra shree mahavir', 'nashik maharashtra shree mahavir polytechnic', 'maharashtra shree mahavir polytechnic january', 'shree mahavir polytechnic january 2010', 'mahavir polytechnic january 2010 s', 'polytechnic january 2010 s s', 'january 2010 s s c', '2010 s s c nashik', 's s c nashik maharashtra', 's c nashik maharashtra c', 'c nashik maharashtra c d', 'nashik maharashtra c d o', 'maharashtra c d o meri', 'c d o meri high', 'd o meri high school', 'o meri high school blockchain', 'meri high school blockchain developer', 'high school blockchain developer skill', 'school blockchain developer skill details', 'blockchain developer skill details ap', 'developer skill details ap exprience', 'skill details ap exprience 6', 'details ap exprience 6 months', 'ap exprience 6 months apex', 'exprience 6 months apex exprience', '6 months apex exprience 6', 'months apex exprience 6 months', 'apex exprience 6 months c', 'exprience 6 months c exprience', '6 months c exprience 6', 'months c exprience 6 months', 'c exprience 6 months crm', 'exprience 6 months crm exprience', '6 months crm exprience 6', 'months crm exprience 6 months', 'crm exprience 6 months customer', 'exprience 6 months customer relationship', '6 months customer relationship management', 'months customer relationship management exprience', 'customer relationship management exprience 6', 'relationship management exprience 6 monthscompany', 'management exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company description', 'monthscompany details company description job', 'details company description job description', 'company description job description managing', 'description job description managing mining', 'job description managing mining firm', 'description managing mining firm creating', 'managing mining firm creating smart', 'mining firm creating smart contract', 'firm creating smart contract waves', 'creating smart contract waves ethereum', 'smart contract waves ethereum platform', 'key skills programing languages c c', 'skills programing languages c c python', 'programing languages c c python apex', 'languages c c python apex visualforce', 'c c python apex visualforce database', 'c python apex visualforce database mysql', 'python apex visualforce database mysql framework', 'apex visualforce database mysql framework django', 'visualforce database mysql framework django technologies', 'database mysql framework django technologies salesforce', 'mysql framework django technologies salesforce com', 'framework django technologies salesforce com administration', 'django technologies salesforce com administration development', 'technologies salesforce com administration development force', 'salesforce com administration development force com', 'com administration development force com salesforce', 'administration development force com salesforce crm', 'development force com salesforce crm blockchain', 'force com salesforce crm blockchain website', 'com salesforce crm blockchain website designing', 'salesforce crm blockchain website designing html5', 'crm blockchain website designing html5 css3', 'blockchain website designing html5 css3 project', 'website designing html5 css3 project diploma', 'designing html5 css3 project diploma project', 'html5 css3 project diploma project name', 'css3 project diploma project name vanet', 'project diploma project name vanet virtual', 'diploma project name vanet virtual ad', 'project name vanet virtual ad hoc', 'name vanet virtual ad hoc network', 'vanet virtual ad hoc network technology', 'virtual ad hoc network technology used', 'ad hoc network technology used java', 'hoc network technology used java about', 'network technology used java about project', 'technology used java about project a', 'used java about project a system', 'java about project a system made', 'about project a system made video', 'project a system made video streaming', 'a system made video streaming in', 'system made video streaming in project', 'made video streaming in project give', 'video streaming in project give real', 'streaming in project give real time', 'in project give real time video', 'project give real time video steaming', 'give real time video steaming two', 'real time video steaming two devices', 'time video steaming two devices using', 'video steaming two devices using vanet', 'steaming two devices using vanet ap', 'two devices using vanet ap degree', 'devices using vanet ap degree project', 'using vanet ap degree project name', 'vanet ap degree project name drowsiness', 'ap degree project name drowsiness detection', 'degree project name drowsiness detection system', 'project name drowsiness detection system technology', 'name drowsiness detection system technology used', 'drowsiness detection system technology used python', 'detection system technology used python raspberry', 'system technology used python raspberry pi', 'technology used python raspberry pi about', 'used python raspberry pi about project', 'python raspberry pi about project a', 'raspberry pi about project a system', 'pi about project a system made', 'about project a system made driver', 'project a system made driver safety', 'a system made driver safety parson', 'system made driver safety parson driving', 'made driver safety parson driving car', 'driver safety parson driving car it', 'safety parson driving car it detects', 'parson driving car it detects drowsy', 'driving car it detects drowsy condition', 'car it detects drowsy condition parson', 'it detects drowsy condition parson system', 'detects drowsy condition parson system brings', 'drowsy condition parson system brings alarm', 'condition parson system brings alarm education', 'parson system brings alarm education details', 'system brings alarm education details january', 'brings alarm education details january 2017', 'alarm education details january 2017 b', 'education details january 2017 b e', 'details january 2017 b e computer', 'january 2017 b e computer engineering', '2017 b e computer engineering pune', 'b e computer engineering pune maharashtra', 'e computer engineering pune maharashtra sanghavi', 'computer engineering pune maharashtra sanghavi college', 'engineering pune maharashtra sanghavi college engineering', 'pune maharashtra sanghavi college engineering january', 'maharashtra sanghavi college engineering january 2014', 'sanghavi college engineering january 2014 diploma', 'college engineering january 2014 diploma computer', 'engineering january 2014 diploma computer technology', 'january 2014 diploma computer technology nashik', '2014 diploma computer technology nashik maharashtra', 'diploma computer technology nashik maharashtra shree', 'computer technology nashik maharashtra shree mahavir', 'technology nashik maharashtra shree mahavir polytechnic', 'nashik maharashtra shree mahavir polytechnic january', 'maharashtra shree mahavir polytechnic january 2010', 'shree mahavir polytechnic january 2010 s', 'mahavir polytechnic january 2010 s s', 'polytechnic january 2010 s s c', 'january 2010 s s c nashik', '2010 s s c nashik maharashtra', 's s c nashik maharashtra c', 's c nashik maharashtra c d', 'c nashik maharashtra c d o', 'nashik maharashtra c d o meri', 'maharashtra c d o meri high', 'c d o meri high school', 'd o meri high school blockchain', 'o meri high school blockchain developer', 'meri high school blockchain developer skill', 'high school blockchain developer skill details', 'school blockchain developer skill details ap', 'blockchain developer skill details ap exprience', 'developer skill details ap exprience 6', 'skill details ap exprience 6 months', 'details ap exprience 6 months apex', 'ap exprience 6 months apex exprience', 'exprience 6 months apex exprience 6', '6 months apex exprience 6 months', 'months apex exprience 6 months c', 'apex exprience 6 months c exprience', 'exprience 6 months c exprience 6', '6 months c exprience 6 months', 'months c exprience 6 months crm', 'c exprience 6 months crm exprience', 'exprience 6 months crm exprience 6', '6 months crm exprience 6 months', 'months crm exprience 6 months customer', 'crm exprience 6 months customer relationship', 'exprience 6 months customer relationship management', '6 months customer relationship management exprience', 'months customer relationship management exprience 6', 'customer relationship management exprience 6 monthscompany', 'relationship management exprience 6 monthscompany details', 'management exprience 6 monthscompany details company', 'exprience 6 monthscompany details company description', '6 monthscompany details company description job', 'monthscompany details company description job description', 'details company description job description managing', 'company description job description managing mining', 'description job description managing mining firm', 'job description managing mining firm creating', 'description managing mining firm creating smart', 'managing mining firm creating smart contract', 'mining firm creating smart contract waves', 'firm creating smart contract waves ethereum', 'creating smart contract waves ethereum platform', 'key skills programing languages c c python', 'skills programing languages c c python apex', 'programing languages c c python apex visualforce', 'languages c c python apex visualforce database', 'c c python apex visualforce database mysql', 'c python apex visualforce database mysql framework', 'python apex visualforce database mysql framework django', 'apex visualforce database mysql framework django technologies', 'visualforce database mysql framework django technologies salesforce', 'database mysql framework django technologies salesforce com', 'mysql framework django technologies salesforce com administration', 'framework django technologies salesforce com administration development', 'django technologies salesforce com administration development force', 'technologies salesforce com administration development force com', 'salesforce com administration development force com salesforce', 'com administration development force com salesforce crm', 'administration development force com salesforce crm blockchain', 'development force com salesforce crm blockchain website', 'force com salesforce crm blockchain website designing', 'com salesforce crm blockchain website designing html5', 'salesforce crm blockchain website designing html5 css3', 'crm blockchain website designing html5 css3 project', 'blockchain website designing html5 css3 project diploma', 'website designing html5 css3 project diploma project', 'designing html5 css3 project diploma project name', 'html5 css3 project diploma project name vanet', 'css3 project diploma project name vanet virtual', 'project diploma project name vanet virtual ad', 'diploma project name vanet virtual ad hoc', 'project name vanet virtual ad hoc network', 'name vanet virtual ad hoc network technology', 'vanet virtual ad hoc network technology used', 'virtual ad hoc network technology used java', 'ad hoc network technology used java about', 'hoc network technology used java about project', 'network technology used java about project a', 'technology used java about project a system', ...], ['software', 'skills', 'languages', 'c', 'c', 'java', 'operating', 'systems', 'windows', 'xp', '7', 'ubuntu', 'rdbms', 'oracle', 'sql', 'database', 'my', 'sql', 'postgresql', 'markup', 'scripting', 'html', 'javascript', 'php', 'css', 'jquery', 'angular', 'js', 'framework', 'struts', 'hibernate', 'spring', 'mvc', 'web', 'server', 'tomcat', 'glassfish', 'web', 'services', 'rest', 'and', 'soap', 'training', 'detail', 'duration', '4', 'months', 'from', 'united', 'telecommunication', 'limited', 'jharnet', 'project', 'place', 'ranchi', 'jharkhand', 'networking', 'requirements', 'elementary', 'configuration', 'router', 'switch', 'ip', 'mac', 'addressing', 'lease', 'line', 'osi', 'layers', 'routing', 'protocols', 'status', 'network', 'designer', 'education', 'details', '2', 'high', 'school', 'diploma', 'government', 'women', 'ranchi', 'jharkhand', 'the', 'institution', 'blockchain', 'engineer', 'blockchain', 'engineer', 'auxledger', 'skill', 'details', 'java', 'exprience', '19', 'months', 'css', 'exprience', '12', 'months', 'html', 'exprience', '12', 'months', 'javascript', 'exprience', '12', 'months', 'c', 'exprience', '6', 'monthscompany', 'details', 'company', 'auxledger', 'description', 'worked', 'lots', 'product', 'blockchain', 'bitcoin', 'build', 'wallet', 'explorer', 'bitcoin', 'ethereum', 'build', 'wallet', 'explorer', 'ethereum', 'blockchain', 'customize', 'product', 'ethereum', 'inventory', 'system', 'build', 'smart', 'contract', 'solidity', 'deployed', 'java', 'byte', 'code', 'ethereum', 'well', 'i', 'written', 'api', 'java', 'spring', 'build', 'front', 'end', 'called', 'api', 'audit', 'logger', 'i', 'audit', 'logger', 'otc', 'exchange', 'keep', 'transaction', 'record', 'blockchain', 'doc', 'safe', 'ethereum', 'i', 'build', 'ethereum', 'application', 'keep', 'documents', 'safe', 'blockchain', 'document', 'encrypted', 'form', 'server', 'and', 'explore', 'litecoin', 'ripple', 'exchange', 'otc', 'p2p', 'hyperledger', 'fabric', 'continue', 'company', 'description', 'worked', 'usa', 'team', 'blockchain', 'ethereum', 'i', 'designed', 'product', 'ethereum', 'blockchain', 'setup', 'private', 'ethereum', 'bitcoin', 'blockchain', 'worked', 'loyalty', 'program', 'system', 'her', 'system', 'ethereum', 'network', 'company', 'erp', 'system', 'crm', 'real', 'estate', 'company', 'description', 'at', 'lavisa', 'infrastructure', 'bangalore', 'sep', '2015', 'oct', '2016', 'software', 'developer', 'erp', 'system', 'crm', 'real', 'estate', 'company', 'company', 'news', 'portal', 'description', 'on', 'demand', 'product', 'development', 'client', 'side', 'requirement', 'like', 'dynamic', 'website', 'content', 'management', 'system', 'i', 'designed', 'front', 'end', 'backend', 'content', 'website', 'manageable', 'admin', 'panel', 'news', 'portal', 'news', 'portal', 'content', 'hindi', 'language', 'i', 'used', 'html', 'css', 'javascript', 'jdbc', 'mysql', 'data', 'base', 'birthday', 'reminder', 'a', 'small', 'web', 'application', 'birthday', 'reminder', 'i', 'used', 'html', 'css', 'javascript', 'jdbc', 'mysql', 'db', 'car', 'parking', 'system', 'a', 'web', 'application', 'management', 'car', 'parking', 'system', 'i', 'used', 'html', 'css', 'javascript', 'jdbc', 'mysql', 'db', 'company', 'company', 'portal', 'employee', 'management', 'inside', 'company', 'description', 'at', 'united', 'telecom', 'limited', 'ranchi', 'nov', '2013', 'sep', '2014', 'web', 'developer', 'company', 'portal', 'employee', 'management', 'inside', 'company', 'onsite', 'employee', 'different', 'different', 'district', 'and', 'management', 'kind', 'government', 'service', 'like', 'adhar', 'card', 'birth', 'certificate', 'pan', 'card', 'tracker', 'etc', 'technology', 'skill', 'technology', 'blockchain', 'bitcoin', 'ethereum', 'ripple', 'hyperledger', 'fabric', 'block', 'chain', 'private', 'setup', 'blockchain', 'node', 'building', 'smart', 'contract', 'solidity', 'language', 'smart', 'contract', 'api', 'java', 'spring', 'dapp', 'building', 'node', 'js', 'react', 'js', 'express', 'js', 'software skills', 'skills languages', 'languages c', 'c c', 'c java', 'java operating', 'operating systems', 'systems windows', 'windows xp', 'xp 7', '7 ubuntu', 'ubuntu rdbms', 'rdbms oracle', 'oracle sql', 'sql database', 'database my', 'my sql', 'sql postgresql', 'postgresql markup', 'markup scripting', 'scripting html', 'html javascript', 'javascript php', 'php css', 'css jquery', 'jquery angular', 'angular js', 'js framework', 'framework struts', 'struts hibernate', 'hibernate spring', 'spring mvc', 'mvc web', 'web server', 'server tomcat', 'tomcat glassfish', 'glassfish web', 'web services', 'services rest', 'rest and', 'and soap', 'soap training', 'training detail', 'detail duration', 'duration 4', '4 months', 'months from', 'from united', 'united telecommunication', 'telecommunication limited', 'limited jharnet', 'jharnet project', 'project place', 'place ranchi', 'ranchi jharkhand', 'jharkhand networking', 'networking requirements', 'requirements elementary', 'elementary configuration', 'configuration router', 'router switch', 'switch ip', 'ip mac', 'mac addressing', 'addressing lease', 'lease line', 'line osi', 'osi layers', 'layers routing', 'routing protocols', 'protocols status', 'status network', 'network designer', 'designer education', 'education details', 'details 2', '2 high', 'high school', 'school diploma', 'diploma government', 'government women', 'women ranchi', 'ranchi jharkhand', 'jharkhand the', 'the institution', 'institution blockchain', 'blockchain engineer', 'engineer blockchain', 'blockchain engineer', 'engineer auxledger', 'auxledger skill', 'skill details', 'details java', 'java exprience', 'exprience 19', '19 months', 'months css', 'css exprience', 'exprience 12', '12 months', 'months html', 'html exprience', 'exprience 12', '12 months', 'months javascript', 'javascript exprience', 'exprience 12', '12 months', 'months c', 'c exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company auxledger', 'auxledger description', 'description worked', 'worked lots', 'lots product', 'product blockchain', 'blockchain bitcoin', 'bitcoin build', 'build wallet', 'wallet explorer', 'explorer bitcoin', 'bitcoin ethereum', 'ethereum build', 'build wallet', 'wallet explorer', 'explorer ethereum', 'ethereum blockchain', 'blockchain customize', 'customize product', 'product ethereum', 'ethereum inventory', 'inventory system', 'system build', 'build smart', 'smart contract', 'contract solidity', 'solidity deployed', 'deployed java', 'java byte', 'byte code', 'code ethereum', 'ethereum well', 'well i', 'i written', 'written api', 'api java', 'java spring', 'spring build', 'build front', 'front end', 'end called', 'called api', 'api audit', 'audit logger', 'logger i', 'i audit', 'audit logger', 'logger otc', 'otc exchange', 'exchange keep', 'keep transaction', 'transaction record', 'record blockchain', 'blockchain doc', 'doc safe', 'safe ethereum', 'ethereum i', 'i build', 'build ethereum', 'ethereum application', 'application keep', 'keep documents', 'documents safe', 'safe blockchain', 'blockchain document', 'document encrypted', 'encrypted form', 'form server', 'server and', 'and explore', 'explore litecoin', 'litecoin ripple', 'ripple exchange', 'exchange otc', 'otc p2p', 'p2p hyperledger', 'hyperledger fabric', 'fabric continue', 'continue company', 'company description', 'description worked', 'worked usa', 'usa team', 'team blockchain', 'blockchain ethereum', 'ethereum i', 'i designed', 'designed product', 'product ethereum', 'ethereum blockchain', 'blockchain setup', 'setup private', 'private ethereum', 'ethereum bitcoin', 'bitcoin blockchain', 'blockchain worked', 'worked loyalty', 'loyalty program', 'program system', 'system her', 'her system', 'system ethereum', 'ethereum network', 'network company', 'company erp', 'erp system', 'system crm', 'crm real', 'real estate', 'estate company', 'company description', 'description at', 'at lavisa', 'lavisa infrastructure', 'infrastructure bangalore', 'bangalore sep', 'sep 2015', '2015 oct', 'oct 2016', '2016 software', 'software developer', 'developer erp', 'erp system', 'system crm', 'crm real', 'real estate', 'estate company', 'company company', 'company news', 'news portal', 'portal description', 'description on', 'on demand', 'demand product', 'product development', 'development client', 'client side', 'side requirement', 'requirement like', 'like dynamic', 'dynamic website', 'website content', 'content management', 'management system', 'system i', 'i designed', 'designed front', 'front end', 'end backend', 'backend content', 'content website', 'website manageable', 'manageable admin', 'admin panel', 'panel news', 'news portal', 'portal news', 'news portal', 'portal content', 'content hindi', 'hindi language', 'language i', 'i used', 'used html', 'html css', 'css javascript', 'javascript jdbc', 'jdbc mysql', 'mysql data', 'data base', 'base birthday', 'birthday reminder', 'reminder a', 'a small', 'small web', 'web application', 'application birthday', 'birthday reminder', 'reminder i', 'i used', 'used html', 'html css', 'css javascript', 'javascript jdbc', 'jdbc mysql', 'mysql db', 'db car', 'car parking', 'parking system', 'system a', 'a web', 'web application', 'application management', 'management car', 'car parking', 'parking system', 'system i', 'i used', 'used html', 'html css', 'css javascript', 'javascript jdbc', 'jdbc mysql', 'mysql db', 'db company', 'company company', 'company portal', 'portal employee', 'employee management', 'management inside', 'inside company', 'company description', 'description at', 'at united', 'united telecom', 'telecom limited', 'limited ranchi', 'ranchi nov', 'nov 2013', '2013 sep', 'sep 2014', '2014 web', 'web developer', 'developer company', 'company portal', 'portal employee', 'employee management', 'management inside', 'inside company', 'company onsite', 'onsite employee', 'employee different', 'different different', 'different district', 'district and', 'and management', 'management kind', 'kind government', 'government service', 'service like', 'like adhar', 'adhar card', 'card birth', 'birth certificate', 'certificate pan', 'pan card', 'card tracker', 'tracker etc', 'etc technology', 'technology skill', 'skill technology', 'technology blockchain', 'blockchain bitcoin', 'bitcoin ethereum', 'ethereum ripple', 'ripple hyperledger', 'hyperledger fabric', 'fabric block', 'block chain', 'chain private', 'private setup', 'setup blockchain', 'blockchain node', 'node building', 'building smart', 'smart contract', 'contract solidity', 'solidity language', 'language smart', 'smart contract', 'contract api', 'api java', 'java spring', 'spring dapp', 'dapp building', 'building node', 'node js', 'js react', 'react js', 'js express', 'express js', 'software skills languages', 'skills languages c', 'languages c c', 'c c java', 'c java operating', 'java operating systems', 'operating systems windows', 'systems windows xp', 'windows xp 7', 'xp 7 ubuntu', '7 ubuntu rdbms', 'ubuntu rdbms oracle', 'rdbms oracle sql', 'oracle sql database', 'sql database my', 'database my sql', 'my sql postgresql', 'sql postgresql markup', 'postgresql markup scripting', 'markup scripting html', 'scripting html javascript', 'html javascript php', 'javascript php css', 'php css jquery', 'css jquery angular', 'jquery angular js', 'angular js framework', 'js framework struts', 'framework struts hibernate', 'struts hibernate spring', 'hibernate spring mvc', 'spring mvc web', 'mvc web server', 'web server tomcat', 'server tomcat glassfish', 'tomcat glassfish web', 'glassfish web services', 'web services rest', 'services rest and', 'rest and soap', 'and soap training', 'soap training detail', 'training detail duration', 'detail duration 4', 'duration 4 months', '4 months from', 'months from united', 'from united telecommunication', 'united telecommunication limited', 'telecommunication limited jharnet', 'limited jharnet project', 'jharnet project place', 'project place ranchi', 'place ranchi jharkhand', 'ranchi jharkhand networking', 'jharkhand networking requirements', 'networking requirements elementary', 'requirements elementary configuration', 'elementary configuration router', 'configuration router switch', 'router switch ip', 'switch ip mac', 'ip mac addressing', 'mac addressing lease', 'addressing lease line', 'lease line osi', 'line osi layers', 'osi layers routing', 'layers routing protocols', 'routing protocols status', 'protocols status network', 'status network designer', 'network designer education', 'designer education details', 'education details 2', 'details 2 high', '2 high school', 'high school diploma', 'school diploma government', 'diploma government women', 'government women ranchi', 'women ranchi jharkhand', 'ranchi jharkhand the', 'jharkhand the institution', 'the institution blockchain', 'institution blockchain engineer', 'blockchain engineer blockchain', 'engineer blockchain engineer', 'blockchain engineer auxledger', 'engineer auxledger skill', 'auxledger skill details', 'skill details java', 'details java exprience', 'java exprience 19', 'exprience 19 months', '19 months css', 'months css exprience', 'css exprience 12', 'exprience 12 months', '12 months html', 'months html exprience', 'html exprience 12', 'exprience 12 months', '12 months javascript', 'months javascript exprience', 'javascript exprience 12', 'exprience 12 months', '12 months c', 'months c exprience', 'c exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company auxledger', 'company auxledger description', 'auxledger description worked', 'description worked lots', 'worked lots product', 'lots product blockchain', 'product blockchain bitcoin', 'blockchain bitcoin build', 'bitcoin build wallet', 'build wallet explorer', 'wallet explorer bitcoin', 'explorer bitcoin ethereum', 'bitcoin ethereum build', 'ethereum build wallet', 'build wallet explorer', 'wallet explorer ethereum', 'explorer ethereum blockchain', 'ethereum blockchain customize', 'blockchain customize product', 'customize product ethereum', 'product ethereum inventory', 'ethereum inventory system', 'inventory system build', 'system build smart', 'build smart contract', 'smart contract solidity', 'contract solidity deployed', 'solidity deployed java', 'deployed java byte', 'java byte code', 'byte code ethereum', 'code ethereum well', 'ethereum well i', 'well i written', 'i written api', 'written api java', 'api java spring', 'java spring build', 'spring build front', 'build front end', 'front end called', 'end called api', 'called api audit', 'api audit logger', 'audit logger i', 'logger i audit', 'i audit logger', 'audit logger otc', 'logger otc exchange', 'otc exchange keep', 'exchange keep transaction', 'keep transaction record', 'transaction record blockchain', 'record blockchain doc', 'blockchain doc safe', 'doc safe ethereum', 'safe ethereum i', 'ethereum i build', 'i build ethereum', 'build ethereum application', 'ethereum application keep', 'application keep documents', 'keep documents safe', 'documents safe blockchain', 'safe blockchain document', 'blockchain document encrypted', 'document encrypted form', 'encrypted form server', 'form server and', 'server and explore', 'and explore litecoin', 'explore litecoin ripple', 'litecoin ripple exchange', 'ripple exchange otc', 'exchange otc p2p', 'otc p2p hyperledger', 'p2p hyperledger fabric', 'hyperledger fabric continue', 'fabric continue company', 'continue company description', 'company description worked', 'description worked usa', 'worked usa team', 'usa team blockchain', 'team blockchain ethereum', 'blockchain ethereum i', 'ethereum i designed', 'i designed product', 'designed product ethereum', 'product ethereum blockchain', 'ethereum blockchain setup', 'blockchain setup private', 'setup private ethereum', 'private ethereum bitcoin', 'ethereum bitcoin blockchain', 'bitcoin blockchain worked', ...], ['skills', 'bitcoin', 'ethereum', 'solidity', 'hyperledger', 'beginner', 'go', 'beginner', 'r3', 'corda', 'beginner', 'tendermint', 'nodejs', 'c', 'programming', 'java', 'machine', 'learning', 'specilaized', 'brain', 'computer', 'interface', 'computer', 'networking', 'server', 'admin', 'computer', 'vision', 'data', 'analytics', 'cloud', 'computing', 'reactjs', 'angulareducation', 'details', 'january', '2014', 'january', '2018', 'bachelor', 'engineering', 'computer', 'science', 'engineering', 'thakur', 'college', 'engineering', 'technology', 'september', '2016', 'march', '2017', 'dynamic', 'blood', 'bank', 'system', 'mumbai', 'maharashtra', 'iit', 'january', '2014', 'cbse', 'senior', 'secondary', 'january', '2011', 'cbse', 'banking', 'vidyashram', 'public', 'school', 'blockchain', 'developer', 'blockchain', 'developer', 'zhypility', 'technologies', 'skill', 'details', 'networking', 'exprience', '27', 'months', 'data', 'analytics', 'exprience', '11', 'months', 'computer', 'vision', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'machine', 'learning', 'exprience', '6', 'monthscompany', 'details', 'company', 'zhypility', 'technologies', 'description', 'une', '2018', 'company', 'area', 'business', 'owner', 'amway', 'enterprise', 'limited', 'description', 'business', 'strategizing', 'promotion', 'analytics', 'networking', 'terms', 'company', 'virtual', 'description', 'developing', 'prototype', 'smart', 'india', 'hackthon', 'deployment', 'level', '3', 'networking', 'and', 'switch', 'intern', 'bharti', 'airtel', 'private', 'limited', 'mumbai', 'company', '1', 'international', 'research', 'scholar', 'university', 'of', 'rome', 'tor', 'vergata', 'rome', 'description', 'nov', '2017', 'nov', '2017', 'has', 'done', 'research', 'reality', 'based', 'brain', 'computer', 'interface', 'proposed', 'paper', 'international', 'journal', 'advanced', 'research', 'ijar', '20656', 'epted', 'paper', 'reviewer', 'smart', 'kisan', 'revolutionizing', 'country', 'ijsrd', 'epted', 'publication', 'company', 'description', 'reliance', 'jio', 'mumbai', 'dec', '2017', 'jan', '2017', 'company', 'maharastra', 'state', 'government', 'hackthon', 'description', 'company', 'virtual', 'description', 'i', 'handling', 'group', 'interns', 'marketing', 'sales', 'team', 'nearby', 'promote', 'social', 'media', 'platform', 'nearby', 'products', 'company', 'promotion', 'and', 'stock', 'marketing', 'drums', 'foods', 'international', 'description', 'company', '8', 'data', 'science', 'and', 'web', 'analytics', 'positron', 'internet', 'virtual', 'description', 'company', 'description', 'i', 'making', 'people', 'aware', 'women', 'equality', 'rights', 'raise', 'voice', 'violence', 'various', 'modes', 'events', 'sources', 'media', 'help', 'society', 'company', 'iit', 'bombay', 'and', 'iit', 'kgp', 'startup', 'description', 'company', 'iit', 'bombay', 'and', 'iit', 'kgp', 'startup', 'description', 'skills bitcoin', 'bitcoin ethereum', 'ethereum solidity', 'solidity hyperledger', 'hyperledger beginner', 'beginner go', 'go beginner', 'beginner r3', 'r3 corda', 'corda beginner', 'beginner tendermint', 'tendermint nodejs', 'nodejs c', 'c programming', 'programming java', 'java machine', 'machine learning', 'learning specilaized', 'specilaized brain', 'brain computer', 'computer interface', 'interface computer', 'computer networking', 'networking server', 'server admin', 'admin computer', 'computer vision', 'vision data', 'data analytics', 'analytics cloud', 'cloud computing', 'computing reactjs', 'reactjs angulareducation', 'angulareducation details', 'details january', 'january 2014', '2014 january', 'january 2018', '2018 bachelor', 'bachelor engineering', 'engineering computer', 'computer science', 'science engineering', 'engineering thakur', 'thakur college', 'college engineering', 'engineering technology', 'technology september', 'september 2016', '2016 march', 'march 2017', '2017 dynamic', 'dynamic blood', 'blood bank', 'bank system', 'system mumbai', 'mumbai maharashtra', 'maharashtra iit', 'iit january', 'january 2014', '2014 cbse', 'cbse senior', 'senior secondary', 'secondary january', 'january 2011', '2011 cbse', 'cbse banking', 'banking vidyashram', 'vidyashram public', 'public school', 'school blockchain', 'blockchain developer', 'developer blockchain', 'blockchain developer', 'developer zhypility', 'zhypility technologies', 'technologies skill', 'skill details', 'details networking', 'networking exprience', 'exprience 27', '27 months', 'months data', 'data analytics', 'analytics exprience', 'exprience 11', '11 months', 'months computer', 'computer vision', 'vision exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 6', '6 months', 'months machine', 'machine learning', 'learning exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company zhypility', 'zhypility technologies', 'technologies description', 'description une', 'une 2018', '2018 company', 'company area', 'area business', 'business owner', 'owner amway', 'amway enterprise', 'enterprise limited', 'limited description', 'description business', 'business strategizing', 'strategizing promotion', 'promotion analytics', 'analytics networking', 'networking terms', 'terms company', 'company virtual', 'virtual description', 'description developing', 'developing prototype', 'prototype smart', 'smart india', 'india hackthon', 'hackthon deployment', 'deployment level', 'level 3', '3 networking', 'networking and', 'and switch', 'switch intern', 'intern bharti', 'bharti airtel', 'airtel private', 'private limited', 'limited mumbai', 'mumbai company', 'company 1', '1 international', 'international research', 'research scholar', 'scholar university', 'university of', 'of rome', 'rome tor', 'tor vergata', 'vergata rome', 'rome description', 'description nov', 'nov 2017', '2017 nov', 'nov 2017', '2017 has', 'has done', 'done research', 'research reality', 'reality based', 'based brain', 'brain computer', 'computer interface', 'interface proposed', 'proposed paper', 'paper international', 'international journal', 'journal advanced', 'advanced research', 'research ijar', 'ijar 20656', '20656 epted', 'epted paper', 'paper reviewer', 'reviewer smart', 'smart kisan', 'kisan revolutionizing', 'revolutionizing country', 'country ijsrd', 'ijsrd epted', 'epted publication', 'publication company', 'company description', 'description reliance', 'reliance jio', 'jio mumbai', 'mumbai dec', 'dec 2017', '2017 jan', 'jan 2017', '2017 company', 'company maharastra', 'maharastra state', 'state government', 'government hackthon', 'hackthon description', 'description company', 'company virtual', 'virtual description', 'description i', 'i handling', 'handling group', 'group interns', 'interns marketing', 'marketing sales', 'sales team', 'team nearby', 'nearby promote', 'promote social', 'social media', 'media platform', 'platform nearby', 'nearby products', 'products company', 'company promotion', 'promotion and', 'and stock', 'stock marketing', 'marketing drums', 'drums foods', 'foods international', 'international description', 'description company', 'company 8', '8 data', 'data science', 'science and', 'and web', 'web analytics', 'analytics positron', 'positron internet', 'internet virtual', 'virtual description', 'description company', 'company description', 'description i', 'i making', 'making people', 'people aware', 'aware women', 'women equality', 'equality rights', 'rights raise', 'raise voice', 'voice violence', 'violence various', 'various modes', 'modes events', 'events sources', 'sources media', 'media help', 'help society', 'society company', 'company iit', 'iit bombay', 'bombay and', 'and iit', 'iit kgp', 'kgp startup', 'startup description', 'description company', 'company iit', 'iit bombay', 'bombay and', 'and iit', 'iit kgp', 'kgp startup', 'startup description', 'skills bitcoin ethereum', 'bitcoin ethereum solidity', 'ethereum solidity hyperledger', 'solidity hyperledger beginner', 'hyperledger beginner go', 'beginner go beginner', 'go beginner r3', 'beginner r3 corda', 'r3 corda beginner', 'corda beginner tendermint', 'beginner tendermint nodejs', 'tendermint nodejs c', 'nodejs c programming', 'c programming java', 'programming java machine', 'java machine learning', 'machine learning specilaized', 'learning specilaized brain', 'specilaized brain computer', 'brain computer interface', 'computer interface computer', 'interface computer networking', 'computer networking server', 'networking server admin', 'server admin computer', 'admin computer vision', 'computer vision data', 'vision data analytics', 'data analytics cloud', 'analytics cloud computing', 'cloud computing reactjs', 'computing reactjs angulareducation', 'reactjs angulareducation details', 'angulareducation details january', 'details january 2014', 'january 2014 january', '2014 january 2018', 'january 2018 bachelor', '2018 bachelor engineering', 'bachelor engineering computer', 'engineering computer science', 'computer science engineering', 'science engineering thakur', 'engineering thakur college', 'thakur college engineering', 'college engineering technology', 'engineering technology september', 'technology september 2016', 'september 2016 march', '2016 march 2017', 'march 2017 dynamic', '2017 dynamic blood', 'dynamic blood bank', 'blood bank system', 'bank system mumbai', 'system mumbai maharashtra', 'mumbai maharashtra iit', 'maharashtra iit january', 'iit january 2014', 'january 2014 cbse', '2014 cbse senior', 'cbse senior secondary', 'senior secondary january', 'secondary january 2011', 'january 2011 cbse', '2011 cbse banking', 'cbse banking vidyashram', 'banking vidyashram public', 'vidyashram public school', 'public school blockchain', 'school blockchain developer', 'blockchain developer blockchain', 'developer blockchain developer', 'blockchain developer zhypility', 'developer zhypility technologies', 'zhypility technologies skill', 'technologies skill details', 'skill details networking', 'details networking exprience', 'networking exprience 27', 'exprience 27 months', '27 months data', 'months data analytics', 'data analytics exprience', 'analytics exprience 11', 'exprience 11 months', '11 months computer', 'months computer vision', 'computer vision exprience', 'vision exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 6', 'exprience 6 months', '6 months machine', 'months machine learning', 'machine learning exprience', 'learning exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company zhypility', 'company zhypility technologies', 'zhypility technologies description', 'technologies description une', 'description une 2018', 'une 2018 company', '2018 company area', 'company area business', 'area business owner', 'business owner amway', 'owner amway enterprise', 'amway enterprise limited', 'enterprise limited description', 'limited description business', 'description business strategizing', 'business strategizing promotion', 'strategizing promotion analytics', 'promotion analytics networking', 'analytics networking terms', 'networking terms company', 'terms company virtual', 'company virtual description', 'virtual description developing', 'description developing prototype', 'developing prototype smart', 'prototype smart india', 'smart india hackthon', 'india hackthon deployment', 'hackthon deployment level', 'deployment level 3', 'level 3 networking', '3 networking and', 'networking and switch', 'and switch intern', 'switch intern bharti', 'intern bharti airtel', 'bharti airtel private', 'airtel private limited', 'private limited mumbai', 'limited mumbai company', 'mumbai company 1', 'company 1 international', '1 international research', 'international research scholar', 'research scholar university', 'scholar university of', 'university of rome', 'of rome tor', 'rome tor vergata', 'tor vergata rome', 'vergata rome description', 'rome description nov', 'description nov 2017', 'nov 2017 nov', '2017 nov 2017', 'nov 2017 has', '2017 has done', 'has done research', 'done research reality', 'research reality based', 'reality based brain', 'based brain computer', 'brain computer interface', 'computer interface proposed', 'interface proposed paper', 'proposed paper international', 'paper international journal', 'international journal advanced', 'journal advanced research', 'advanced research ijar', 'research ijar 20656', 'ijar 20656 epted', '20656 epted paper', 'epted paper reviewer', 'paper reviewer smart', 'reviewer smart kisan', 'smart kisan revolutionizing', 'kisan revolutionizing country', 'revolutionizing country ijsrd', 'country ijsrd epted', 'ijsrd epted publication', 'epted publication company', 'publication company description', 'company description reliance', 'description reliance jio', 'reliance jio mumbai', 'jio mumbai dec', 'mumbai dec 2017', 'dec 2017 jan', '2017 jan 2017', 'jan 2017 company', '2017 company maharastra', 'company maharastra state', 'maharastra state government', 'state government hackthon', 'government hackthon description', 'hackthon description company', 'description company virtual', 'company virtual description', 'virtual description i', 'description i handling', 'i handling group', 'handling group interns', 'group interns marketing', 'interns marketing sales', 'marketing sales team', 'sales team nearby', 'team nearby promote', 'nearby promote social', 'promote social media', 'social media platform', 'media platform nearby', 'platform nearby products', 'nearby products company', 'products company promotion', 'company promotion and', 'promotion and stock', 'and stock marketing', 'stock marketing drums', 'marketing drums foods', 'drums foods international', 'foods international description', 'international description company', 'description company 8', 'company 8 data', '8 data science', 'data science and', 'science and web', 'and web analytics', 'web analytics positron', 'analytics positron internet', 'positron internet virtual', 'internet virtual description', 'virtual description company', 'description company description', 'company description i', 'description i making', 'i making people', 'making people aware', 'people aware women', 'aware women equality', 'women equality rights', 'equality rights raise', 'rights raise voice', 'raise voice violence', 'voice violence various', 'violence various modes', 'various modes events', 'modes events sources', 'events sources media', 'sources media help', 'media help society', 'help society company', 'society company iit', 'company iit bombay', 'iit bombay and', 'bombay and iit', 'and iit kgp', 'iit kgp startup', 'kgp startup description', 'startup description company', 'description company iit', 'company iit bombay', 'iit bombay and', 'bombay and iit', 'and iit kgp', 'iit kgp startup', 'kgp startup description', 'skills bitcoin ethereum solidity', 'bitcoin ethereum solidity hyperledger', 'ethereum solidity hyperledger beginner', 'solidity hyperledger beginner go', 'hyperledger beginner go beginner', 'beginner go beginner r3', 'go beginner r3 corda', 'beginner r3 corda beginner', 'r3 corda beginner tendermint', 'corda beginner tendermint nodejs', 'beginner tendermint nodejs c', 'tendermint nodejs c programming', 'nodejs c programming java', 'c programming java machine', 'programming java machine learning', 'java machine learning specilaized', 'machine learning specilaized brain', 'learning specilaized brain computer', 'specilaized brain computer interface', 'brain computer interface computer', 'computer interface computer networking', 'interface computer networking server', 'computer networking server admin', 'networking server admin computer', 'server admin computer vision', 'admin computer vision data', 'computer vision data analytics', 'vision data analytics cloud', 'data analytics cloud computing', 'analytics cloud computing reactjs', 'cloud computing reactjs angulareducation', 'computing reactjs angulareducation details', 'reactjs angulareducation details january', 'angulareducation details january 2014', 'details january 2014 january', 'january 2014 january 2018', '2014 january 2018 bachelor', 'january 2018 bachelor engineering', '2018 bachelor engineering computer', 'bachelor engineering computer science', 'engineering computer science engineering', 'computer science engineering thakur', 'science engineering thakur college', 'engineering thakur college engineering', 'thakur college engineering technology', 'college engineering technology september', 'engineering technology september 2016', 'technology september 2016 march', 'september 2016 march 2017', '2016 march 2017 dynamic', 'march 2017 dynamic blood', '2017 dynamic blood bank', 'dynamic blood bank system', 'blood bank system mumbai', 'bank system mumbai maharashtra', 'system mumbai maharashtra iit', 'mumbai maharashtra iit january', 'maharashtra iit january 2014', 'iit january 2014 cbse', 'january 2014 cbse senior', '2014 cbse senior secondary', 'cbse senior secondary january', 'senior secondary january 2011', 'secondary january 2011 cbse', 'january 2011 cbse banking', '2011 cbse banking vidyashram', 'cbse banking vidyashram public', 'banking vidyashram public school', 'vidyashram public school blockchain', 'public school blockchain developer', 'school blockchain developer blockchain', 'blockchain developer blockchain developer', 'developer blockchain developer zhypility', 'blockchain developer zhypility technologies', 'developer zhypility technologies skill', 'zhypility technologies skill details', 'technologies skill details networking', 'skill details networking exprience', 'details networking exprience 27', 'networking exprience 27 months', 'exprience 27 months data', '27 months data analytics', 'months data analytics exprience', 'data analytics exprience 11', 'analytics exprience 11 months', 'exprience 11 months computer', '11 months computer vision', 'months computer vision exprience', 'computer vision exprience 6', 'vision exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 6', 'java exprience 6 months', 'exprience 6 months machine', '6 months machine learning', 'months machine learning exprience', 'machine learning exprience 6', 'learning exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company zhypility', 'details company zhypility technologies', 'company zhypility technologies description', 'zhypility technologies description une', 'technologies description une 2018', 'description une 2018 company', 'une 2018 company area', '2018 company area business', 'company area business owner', 'area business owner amway', 'business owner amway enterprise', 'owner amway enterprise limited', 'amway enterprise limited description', 'enterprise limited description business', 'limited description business strategizing', 'description business strategizing promotion', 'business strategizing promotion analytics', 'strategizing promotion analytics networking', 'promotion analytics networking terms', 'analytics networking terms company', 'networking terms company virtual', 'terms company virtual description', 'company virtual description developing', 'virtual description developing prototype', 'description developing prototype smart', 'developing prototype smart india', 'prototype smart india hackthon', 'smart india hackthon deployment', 'india hackthon deployment level', 'hackthon deployment level 3', 'deployment level 3 networking', 'level 3 networking and', '3 networking and switch', 'networking and switch intern', 'and switch intern bharti', 'switch intern bharti airtel', 'intern bharti airtel private', 'bharti airtel private limited', 'airtel private limited mumbai', 'private limited mumbai company', 'limited mumbai company 1', 'mumbai company 1 international', 'company 1 international research', '1 international research scholar', 'international research scholar university', 'research scholar university of', 'scholar university of rome', 'university of rome tor', 'of rome tor vergata', 'rome tor vergata rome', 'tor vergata rome description', 'vergata rome description nov', 'rome description nov 2017', 'description nov 2017 nov', 'nov 2017 nov 2017', '2017 nov 2017 has', 'nov 2017 has done', '2017 has done research', 'has done research reality', 'done research reality based', 'research reality based brain', 'reality based brain computer', 'based brain computer interface', 'brain computer interface proposed', 'computer interface proposed paper', 'interface proposed paper international', 'proposed paper international journal', 'paper international journal advanced', 'international journal advanced research', 'journal advanced research ijar', 'advanced research ijar 20656', 'research ijar 20656 epted', 'ijar 20656 epted paper', '20656 epted paper reviewer', 'epted paper reviewer smart', 'paper reviewer smart kisan', 'reviewer smart kisan revolutionizing', 'smart kisan revolutionizing country', 'kisan revolutionizing country ijsrd', 'revolutionizing country ijsrd epted', 'country ijsrd epted publication', 'ijsrd epted publication company', 'epted publication company description', 'publication company description reliance', 'company description reliance jio', 'description reliance jio mumbai', ...], ['good', 'logical', 'analytical', 'skills', 'positive', 'attitude', 'towards', 'solving', 'problems', 'epting', 'challenges', 'a', 'team', 'player', 'leader', 'a', 'good', 'organizer', 'presonal', 'details', 'dob', '20', '07', '1995', 'marital', 'status', 'single', 'education', 'details', 'july', '2015', 'june', '2018', 'be', 'electrical', 'pune', 'maharashtra', 'sinhagad', 'institute', 'technology', 'january', '2012', 'diploma', 'msbte', 'kopargaon', 'maharashtra', 'in', 'k', 'b', 'p', 'polytechnic', 'january', '2010', 'ssc', 's', 'g', 'vidyalaya', 'state', 'board', 'testing', 'engineer', 'electrical', 'engineer', 'skill', 'details', 'company', 'details', 'company', 'intelux', 'electronics', 'pvt', 'ltd', 'description', '1', 'power', 'management', 'system', 'testing', 'department', 'good logical', 'logical analytical', 'analytical skills', 'skills positive', 'positive attitude', 'attitude towards', 'towards solving', 'solving problems', 'problems epting', 'epting challenges', 'challenges a', 'a team', 'team player', 'player leader', 'leader a', 'a good', 'good organizer', 'organizer presonal', 'presonal details', 'details dob', 'dob 20', '20 07', '07 1995', '1995 marital', 'marital status', 'status single', 'single education', 'education details', 'details july', 'july 2015', '2015 june', 'june 2018', '2018 be', 'be electrical', 'electrical pune', 'pune maharashtra', 'maharashtra sinhagad', 'sinhagad institute', 'institute technology', 'technology january', 'january 2012', '2012 diploma', 'diploma msbte', 'msbte kopargaon', 'kopargaon maharashtra', 'maharashtra in', 'in k', 'k b', 'b p', 'p polytechnic', 'polytechnic january', 'january 2010', '2010 ssc', 'ssc s', 's g', 'g vidyalaya', 'vidyalaya state', 'state board', 'board testing', 'testing engineer', 'engineer electrical', 'electrical engineer', 'engineer skill', 'skill details', 'details company', 'company details', 'details company', 'company intelux', 'intelux electronics', 'electronics pvt', 'pvt ltd', 'ltd description', 'description 1', '1 power', 'power management', 'management system', 'system testing', 'testing department', 'good logical analytical', 'logical analytical skills', 'analytical skills positive', 'skills positive attitude', 'positive attitude towards', 'attitude towards solving', 'towards solving problems', 'solving problems epting', 'problems epting challenges', 'epting challenges a', 'challenges a team', 'a team player', 'team player leader', 'player leader a', 'leader a good', 'a good organizer', 'good organizer presonal', 'organizer presonal details', 'presonal details dob', 'details dob 20', 'dob 20 07', '20 07 1995', '07 1995 marital', '1995 marital status', 'marital status single', 'status single education', 'single education details', 'education details july', 'details july 2015', 'july 2015 june', '2015 june 2018', 'june 2018 be', '2018 be electrical', 'be electrical pune', 'electrical pune maharashtra', 'pune maharashtra sinhagad', 'maharashtra sinhagad institute', 'sinhagad institute technology', 'institute technology january', 'technology january 2012', 'january 2012 diploma', '2012 diploma msbte', 'diploma msbte kopargaon', 'msbte kopargaon maharashtra', 'kopargaon maharashtra in', 'maharashtra in k', 'in k b', 'k b p', 'b p polytechnic', 'p polytechnic january', 'polytechnic january 2010', 'january 2010 ssc', '2010 ssc s', 'ssc s g', 's g vidyalaya', 'g vidyalaya state', 'vidyalaya state board', 'state board testing', 'board testing engineer', 'testing engineer electrical', 'engineer electrical engineer', 'electrical engineer skill', 'engineer skill details', 'skill details company', 'details company details', 'company details company', 'details company intelux', 'company intelux electronics', 'intelux electronics pvt', 'electronics pvt ltd', 'pvt ltd description', 'ltd description 1', 'description 1 power', '1 power management', 'power management system', 'management system testing', 'system testing department', 'good logical analytical skills', 'logical analytical skills positive', 'analytical skills positive attitude', 'skills positive attitude towards', 'positive attitude towards solving', 'attitude towards solving problems', 'towards solving problems epting', 'solving problems epting challenges', 'problems epting challenges a', 'epting challenges a team', 'challenges a team player', 'a team player leader', 'team player leader a', 'player leader a good', 'leader a good organizer', 'a good organizer presonal', 'good organizer presonal details', 'organizer presonal details dob', 'presonal details dob 20', 'details dob 20 07', 'dob 20 07 1995', '20 07 1995 marital', '07 1995 marital status', '1995 marital status single', 'marital status single education', 'status single education details', 'single education details july', 'education details july 2015', 'details july 2015 june', 'july 2015 june 2018', '2015 june 2018 be', 'june 2018 be electrical', '2018 be electrical pune', 'be electrical pune maharashtra', 'electrical pune maharashtra sinhagad', 'pune maharashtra sinhagad institute', 'maharashtra sinhagad institute technology', 'sinhagad institute technology january', 'institute technology january 2012', 'technology january 2012 diploma', 'january 2012 diploma msbte', '2012 diploma msbte kopargaon', 'diploma msbte kopargaon maharashtra', 'msbte kopargaon maharashtra in', 'kopargaon maharashtra in k', 'maharashtra in k b', 'in k b p', 'k b p polytechnic', 'b p polytechnic january', 'p polytechnic january 2010', 'polytechnic january 2010 ssc', 'january 2010 ssc s', '2010 ssc s g', 'ssc s g vidyalaya', 's g vidyalaya state', 'g vidyalaya state board', 'vidyalaya state board testing', 'state board testing engineer', 'board testing engineer electrical', 'testing engineer electrical engineer', 'engineer electrical engineer skill', 'electrical engineer skill details', 'engineer skill details company', 'skill details company details', 'details company details company', 'company details company intelux', 'details company intelux electronics', 'company intelux electronics pvt', 'intelux electronics pvt ltd', 'electronics pvt ltd description', 'pvt ltd description 1', 'ltd description 1 power', 'description 1 power management', '1 power management system', 'power management system testing', 'management system testing department', 'good logical analytical skills positive', 'logical analytical skills positive attitude', 'analytical skills positive attitude towards', 'skills positive attitude towards solving', 'positive attitude towards solving problems', 'attitude towards solving problems epting', 'towards solving problems epting challenges', 'solving problems epting challenges a', 'problems epting challenges a team', 'epting challenges a team player', 'challenges a team player leader', 'a team player leader a', 'team player leader a good', 'player leader a good organizer', 'leader a good organizer presonal', 'a good organizer presonal details', 'good organizer presonal details dob', 'organizer presonal details dob 20', 'presonal details dob 20 07', 'details dob 20 07 1995', 'dob 20 07 1995 marital', '20 07 1995 marital status', '07 1995 marital status single', '1995 marital status single education', 'marital status single education details', 'status single education details july', 'single education details july 2015', 'education details july 2015 june', 'details july 2015 june 2018', 'july 2015 june 2018 be', '2015 june 2018 be electrical', 'june 2018 be electrical pune', '2018 be electrical pune maharashtra', 'be electrical pune maharashtra sinhagad', 'electrical pune maharashtra sinhagad institute', 'pune maharashtra sinhagad institute technology', 'maharashtra sinhagad institute technology january', 'sinhagad institute technology january 2012', 'institute technology january 2012 diploma', 'technology january 2012 diploma msbte', 'january 2012 diploma msbte kopargaon', '2012 diploma msbte kopargaon maharashtra', 'diploma msbte kopargaon maharashtra in', 'msbte kopargaon maharashtra in k', 'kopargaon maharashtra in k b', 'maharashtra in k b p', 'in k b p polytechnic', 'k b p polytechnic january', 'b p polytechnic january 2010', 'p polytechnic january 2010 ssc', 'polytechnic january 2010 ssc s', 'january 2010 ssc s g', '2010 ssc s g vidyalaya', 'ssc s g vidyalaya state', 's g vidyalaya state board', 'g vidyalaya state board testing', 'vidyalaya state board testing engineer', 'state board testing engineer electrical', 'board testing engineer electrical engineer', 'testing engineer electrical engineer skill', 'engineer electrical engineer skill details', 'electrical engineer skill details company', 'engineer skill details company details', 'skill details company details company', 'details company details company intelux', 'company details company intelux electronics', 'details company intelux electronics pvt', 'company intelux electronics pvt ltd', 'intelux electronics pvt ltd description', 'electronics pvt ltd description 1', 'pvt ltd description 1 power', 'ltd description 1 power management', 'description 1 power management system', '1 power management system testing', 'power management system testing department', 'good logical analytical skills positive attitude', 'logical analytical skills positive attitude towards', 'analytical skills positive attitude towards solving', 'skills positive attitude towards solving problems', 'positive attitude towards solving problems epting', 'attitude towards solving problems epting challenges', 'towards solving problems epting challenges a', 'solving problems epting challenges a team', 'problems epting challenges a team player', 'epting challenges a team player leader', 'challenges a team player leader a', 'a team player leader a good', 'team player leader a good organizer', 'player leader a good organizer presonal', 'leader a good organizer presonal details', 'a good organizer presonal details dob', 'good organizer presonal details dob 20', 'organizer presonal details dob 20 07', 'presonal details dob 20 07 1995', 'details dob 20 07 1995 marital', 'dob 20 07 1995 marital status', '20 07 1995 marital status single', '07 1995 marital status single education', '1995 marital status single education details', 'marital status single education details july', 'status single education details july 2015', 'single education details july 2015 june', 'education details july 2015 june 2018', 'details july 2015 june 2018 be', 'july 2015 june 2018 be electrical', '2015 june 2018 be electrical pune', 'june 2018 be electrical pune maharashtra', '2018 be electrical pune maharashtra sinhagad', 'be electrical pune maharashtra sinhagad institute', 'electrical pune maharashtra sinhagad institute technology', 'pune maharashtra sinhagad institute technology january', 'maharashtra sinhagad institute technology january 2012', 'sinhagad institute technology january 2012 diploma', 'institute technology january 2012 diploma msbte', 'technology january 2012 diploma msbte kopargaon', 'january 2012 diploma msbte kopargaon maharashtra', '2012 diploma msbte kopargaon maharashtra in', 'diploma msbte kopargaon maharashtra in k', 'msbte kopargaon maharashtra in k b', 'kopargaon maharashtra in k b p', 'maharashtra in k b p polytechnic', 'in k b p polytechnic january', 'k b p polytechnic january 2010', 'b p polytechnic january 2010 ssc', 'p polytechnic january 2010 ssc s', 'polytechnic january 2010 ssc s g', 'january 2010 ssc s g vidyalaya', '2010 ssc s g vidyalaya state', 'ssc s g vidyalaya state board', 's g vidyalaya state board testing', 'g vidyalaya state board testing engineer', 'vidyalaya state board testing engineer electrical', 'state board testing engineer electrical engineer', 'board testing engineer electrical engineer skill', 'testing engineer electrical engineer skill details', 'engineer electrical engineer skill details company', 'electrical engineer skill details company details', 'engineer skill details company details company', 'skill details company details company intelux', 'details company details company intelux electronics', 'company details company intelux electronics pvt', 'details company intelux electronics pvt ltd', 'company intelux electronics pvt ltd description', 'intelux electronics pvt ltd description 1', 'electronics pvt ltd description 1 power', 'pvt ltd description 1 power management', 'ltd description 1 power management system', 'description 1 power management system testing', '1 power management system testing department', 'good logical analytical skills positive attitude towards', 'logical analytical skills positive attitude towards solving', 'analytical skills positive attitude towards solving problems', 'skills positive attitude towards solving problems epting', 'positive attitude towards solving problems epting challenges', 'attitude towards solving problems epting challenges a', 'towards solving problems epting challenges a team', 'solving problems epting challenges a team player', 'problems epting challenges a team player leader', 'epting challenges a team player leader a', 'challenges a team player leader a good', 'a team player leader a good organizer', 'team player leader a good organizer presonal', 'player leader a good organizer presonal details', 'leader a good organizer presonal details dob', 'a good organizer presonal details dob 20', 'good organizer presonal details dob 20 07', 'organizer presonal details dob 20 07 1995', 'presonal details dob 20 07 1995 marital', 'details dob 20 07 1995 marital status', 'dob 20 07 1995 marital status single', '20 07 1995 marital status single education', '07 1995 marital status single education details', '1995 marital status single education details july', 'marital status single education details july 2015', 'status single education details july 2015 june', 'single education details july 2015 june 2018', 'education details july 2015 june 2018 be', 'details july 2015 june 2018 be electrical', 'july 2015 june 2018 be electrical pune', '2015 june 2018 be electrical pune maharashtra', 'june 2018 be electrical pune maharashtra sinhagad', '2018 be electrical pune maharashtra sinhagad institute', 'be electrical pune maharashtra sinhagad institute technology', 'electrical pune maharashtra sinhagad institute technology january', 'pune maharashtra sinhagad institute technology january 2012', 'maharashtra sinhagad institute technology january 2012 diploma', 'sinhagad institute technology january 2012 diploma msbte', 'institute technology january 2012 diploma msbte kopargaon', 'technology january 2012 diploma msbte kopargaon maharashtra', 'january 2012 diploma msbte kopargaon maharashtra in', '2012 diploma msbte kopargaon maharashtra in k', 'diploma msbte kopargaon maharashtra in k b', 'msbte kopargaon maharashtra in k b p', 'kopargaon maharashtra in k b p polytechnic', 'maharashtra in k b p polytechnic january', 'in k b p polytechnic january 2010', 'k b p polytechnic january 2010 ssc', 'b p polytechnic january 2010 ssc s', 'p polytechnic january 2010 ssc s g', 'polytechnic january 2010 ssc s g vidyalaya', 'january 2010 ssc s g vidyalaya state', '2010 ssc s g vidyalaya state board', 'ssc s g vidyalaya state board testing', 's g vidyalaya state board testing engineer', 'g vidyalaya state board testing engineer electrical', 'vidyalaya state board testing engineer electrical engineer', 'state board testing engineer electrical engineer skill', 'board testing engineer electrical engineer skill details', 'testing engineer electrical engineer skill details company', 'engineer electrical engineer skill details company details', 'electrical engineer skill details company details company', 'engineer skill details company details company intelux', 'skill details company details company intelux electronics', 'details company details company intelux electronics pvt', 'company details company intelux electronics pvt ltd', 'details company intelux electronics pvt ltd description', 'company intelux electronics pvt ltd description 1', 'intelux electronics pvt ltd description 1 power', 'electronics pvt ltd description 1 power management', 'pvt ltd description 1 power management system', 'ltd description 1 power management system testing', 'description 1 power management system testing department', 'good logical analytical skills positive attitude towards solving', 'logical analytical skills positive attitude towards solving problems', 'analytical skills positive attitude towards solving problems epting', 'skills positive attitude towards solving problems epting challenges', 'positive attitude towards solving problems epting challenges a', 'attitude towards solving problems epting challenges a team', 'towards solving problems epting challenges a team player', 'solving problems epting challenges a team player leader', 'problems epting challenges a team player leader a', 'epting challenges a team player leader a good', 'challenges a team player leader a good organizer', 'a team player leader a good organizer presonal', 'team player leader a good organizer presonal details', 'player leader a good organizer presonal details dob', 'leader a good organizer presonal details dob 20', 'a good organizer presonal details dob 20 07', 'good organizer presonal details dob 20 07 1995', 'organizer presonal details dob 20 07 1995 marital', 'presonal details dob 20 07 1995 marital status', 'details dob 20 07 1995 marital status single', 'dob 20 07 1995 marital status single education', '20 07 1995 marital status single education details', '07 1995 marital status single education details july', '1995 marital status single education details july 2015', 'marital status single education details july 2015 june', 'status single education details july 2015 june 2018', 'single education details july 2015 june 2018 be', 'education details july 2015 june 2018 be electrical', 'details july 2015 june 2018 be electrical pune', 'july 2015 june 2018 be electrical pune maharashtra', '2015 june 2018 be electrical pune maharashtra sinhagad', 'june 2018 be electrical pune maharashtra sinhagad institute', '2018 be electrical pune maharashtra sinhagad institute technology', 'be electrical pune maharashtra sinhagad institute technology january', 'electrical pune maharashtra sinhagad institute technology january 2012', 'pune maharashtra sinhagad institute technology january 2012 diploma', 'maharashtra sinhagad institute technology january 2012 diploma msbte', 'sinhagad institute technology january 2012 diploma msbte kopargaon', 'institute technology january 2012 diploma msbte kopargaon maharashtra', 'technology january 2012 diploma msbte kopargaon maharashtra in', 'january 2012 diploma msbte kopargaon maharashtra in k', '2012 diploma msbte kopargaon maharashtra in k b', 'diploma msbte kopargaon maharashtra in k b p', 'msbte kopargaon maharashtra in k b p polytechnic', 'kopargaon maharashtra in k b p polytechnic january', 'maharashtra in k b p polytechnic january 2010', 'in k b p polytechnic january 2010 ssc', 'k b p polytechnic january 2010 ssc s', 'b p polytechnic january 2010 ssc s g', 'p polytechnic january 2010 ssc s g vidyalaya', 'polytechnic january 2010 ssc s g vidyalaya state', 'january 2010 ssc s g vidyalaya state board', '2010 ssc s g vidyalaya state board testing', 'ssc s g vidyalaya state board testing engineer', 's g vidyalaya state board testing engineer electrical', 'g vidyalaya state board testing engineer electrical engineer', 'vidyalaya state board testing engineer electrical engineer skill', 'state board testing engineer electrical engineer skill details', 'board testing engineer electrical engineer skill details company', 'testing engineer electrical engineer skill details company details', 'engineer electrical engineer skill details company details company', 'electrical engineer skill details company details company intelux', 'engineer skill details company details company intelux electronics', 'skill details company details company intelux electronics pvt', 'details company details company intelux electronics pvt ltd', 'company details company intelux electronics pvt ltd description', 'details company intelux electronics pvt ltd description 1', 'company intelux electronics pvt ltd description 1 power', 'intelux electronics pvt ltd description 1 power management', 'electronics pvt ltd description 1 power management system', 'pvt ltd description 1 power management system testing', 'ltd description 1 power management system testing department', 'good logical analytical skills positive attitude towards solving problems', 'logical analytical skills positive attitude towards solving problems epting', 'analytical skills positive attitude towards solving problems epting challenges', 'skills positive attitude towards solving problems epting challenges a', 'positive attitude towards solving problems epting challenges a team', 'attitude towards solving problems epting challenges a team player', 'towards solving problems epting challenges a team player leader', 'solving problems epting challenges a team player leader a', 'problems epting challenges a team player leader a good', 'epting challenges a team player leader a good organizer', 'challenges a team player leader a good organizer presonal', 'a team player leader a good organizer presonal details', 'team player leader a good organizer presonal details dob', 'player leader a good organizer presonal details dob 20', 'leader a good organizer presonal details dob 20 07', 'a good organizer presonal details dob 20 07 1995', 'good organizer presonal details dob 20 07 1995 marital', 'organizer presonal details dob 20 07 1995 marital status', 'presonal details dob 20 07 1995 marital status single', 'details dob 20 07 1995 marital status single education', 'dob 20 07 1995 marital status single education details', '20 07 1995 marital status single education details july', '07 1995 marital status single education details july 2015', '1995 marital status single education details july 2015 june', 'marital status single education details july 2015 june 2018', 'status single education details july 2015 june 2018 be', 'single education details july 2015 june 2018 be electrical', 'education details july 2015 june 2018 be electrical pune', 'details july 2015 june 2018 be electrical pune maharashtra', 'july 2015 june 2018 be electrical pune maharashtra sinhagad', '2015 june 2018 be electrical pune maharashtra sinhagad institute', 'june 2018 be electrical pune maharashtra sinhagad institute technology', '2018 be electrical pune maharashtra sinhagad institute technology january', 'be electrical pune maharashtra sinhagad institute technology january 2012', 'electrical pune maharashtra sinhagad institute technology january 2012 diploma', 'pune maharashtra sinhagad institute technology january 2012 diploma msbte', 'maharashtra sinhagad institute technology january 2012 diploma msbte kopargaon', 'sinhagad institute technology january 2012 diploma msbte kopargaon maharashtra', 'institute technology january 2012 diploma msbte kopargaon maharashtra in', 'technology january 2012 diploma msbte kopargaon maharashtra in k', 'january 2012 diploma msbte kopargaon maharashtra in k b', '2012 diploma msbte kopargaon maharashtra in k b p', 'diploma msbte kopargaon maharashtra in k b p polytechnic', 'msbte kopargaon maharashtra in k b p polytechnic january', 'kopargaon maharashtra in k b p polytechnic january 2010', 'maharashtra in k b p polytechnic january 2010 ssc', 'in k b p polytechnic january 2010 ssc s', 'k b p polytechnic january 2010 ssc s g', 'b p polytechnic january 2010 ssc s g vidyalaya', 'p polytechnic january 2010 ssc s g vidyalaya state', 'polytechnic january 2010 ssc s g vidyalaya state board', 'january 2010 ssc s g vidyalaya state board testing', '2010 ssc s g vidyalaya state board testing engineer', 'ssc s g vidyalaya state board testing engineer electrical', 's g vidyalaya state board testing engineer electrical engineer', 'g vidyalaya state board testing engineer electrical engineer skill', 'vidyalaya state board testing engineer electrical engineer skill details', 'state board testing engineer electrical engineer skill details company', 'board testing engineer electrical engineer skill details company details', 'testing engineer electrical engineer skill details company details company', 'engineer electrical engineer skill details company details company intelux', 'electrical engineer skill details company details company intelux electronics', 'engineer skill details company details company intelux electronics pvt', 'skill details company details company intelux electronics pvt ltd', 'details company details company intelux electronics pvt ltd description', 'company details company intelux electronics pvt ltd description 1', 'details company intelux electronics pvt ltd description 1 power', 'company intelux electronics pvt ltd description 1 power management', 'intelux electronics pvt ltd description 1 power management system', 'electronics pvt ltd description 1 power management system testing', 'pvt ltd description 1 power management system testing department'], ['computer', 'proficiency', 'basic', 'ms', 'office', 'powerpoint', 'word', 'outlook', 'excel', 'language', 'known', 'basics', 'c', 'cpp', 'java', 'basics', 'networking', 'basics', 'command', 'linux', 'project', 'details', 'minor', 'project', 'details', 'title', 'applocker', 'android', 'project', 'area', 'android', 'application', 'description', 'applocker', 'provides', 'protection', 'system', 'applications', 'well', 'third', 'party', 'applications', 'installed', 'android', 'devices', 'the', 'password', 'protection', 'provided', 'help', 'patterns', 'volume', 'keys', 'hence', 'extra', 'measure', 'privacy', 'acquired', 'major', 'project', 'details', 'title', 'online', 'complaint', 'system', 'for', 'cyber', 'crimes', 'project', 'area', 'android', 'application', 'description', 'online', 'complaint', 'system', 'cyber', 'crimes', 'android', 'application', 'use', 'person', 'lodged', 'complaint', 'police', 'station', 'regarding', 'cyber', 'crime', 'action', 'taken', 'within', 'prescribed', 'time', 'constraint', 'such', 'person', 'directly', 'use', 'application', 'help', 'directly', 'lodge', 'complaint', 'commissioner', 'office', 'get', 'store', 'commissioner', 'database', 'necessary', 'action', 'taken', 'strengths', 'belief', 'team', 'work', 'team', 'member', 'leader', 'hard', 'ethical', 'worker', 'education', 'details', 'january', '2013', 'january', '2016', 'b', 'e', 'yeshwantrao', 'chavan', 'nagpur', 'maharashtra', 'nagpur', 'university', 'diploma', 'aggregate', 'maharashtra', 'state', 's', 's', 'c', 'education', 'nagpur', 'maharashtra', 'maharashtra', 'state', 'testing', 'engineer', 'skill', 'details', 'android', 'exprience', '6', 'months', 'cpp', 'exprience', '6', 'months', 'database', 'exprience', '6', 'months', 'excel', 'exprience', '6', 'months', 'java', 'exprience', '6', 'months', 'selenium', 'exprience', '12', 'months', 'automation', 'testing', 'exprience', '12', 'months', 'selenium', 'webdriver', 'exprience', '12', 'months', 'manual', 'testing', 'exprience', '6', 'months', 'regression', 'testing', 'exprience', '6', 'monthscompany', 'details', 'company', 'maxgen', 'technologies', 'description', 'i', 'software', 'test', 'engineer', 'working', 'maxgen', 'technologies', 'past', '1', 'year', 'computer proficiency', 'proficiency basic', 'basic ms', 'ms office', 'office powerpoint', 'powerpoint word', 'word outlook', 'outlook excel', 'excel language', 'language known', 'known basics', 'basics c', 'c cpp', 'cpp java', 'java basics', 'basics networking', 'networking basics', 'basics command', 'command linux', 'linux project', 'project details', 'details minor', 'minor project', 'project details', 'details title', 'title applocker', 'applocker android', 'android project', 'project area', 'area android', 'android application', 'application description', 'description applocker', 'applocker provides', 'provides protection', 'protection system', 'system applications', 'applications well', 'well third', 'third party', 'party applications', 'applications installed', 'installed android', 'android devices', 'devices the', 'the password', 'password protection', 'protection provided', 'provided help', 'help patterns', 'patterns volume', 'volume keys', 'keys hence', 'hence extra', 'extra measure', 'measure privacy', 'privacy acquired', 'acquired major', 'major project', 'project details', 'details title', 'title online', 'online complaint', 'complaint system', 'system for', 'for cyber', 'cyber crimes', 'crimes project', 'project area', 'area android', 'android application', 'application description', 'description online', 'online complaint', 'complaint system', 'system cyber', 'cyber crimes', 'crimes android', 'android application', 'application use', 'use person', 'person lodged', 'lodged complaint', 'complaint police', 'police station', 'station regarding', 'regarding cyber', 'cyber crime', 'crime action', 'action taken', 'taken within', 'within prescribed', 'prescribed time', 'time constraint', 'constraint such', 'such person', 'person directly', 'directly use', 'use application', 'application help', 'help directly', 'directly lodge', 'lodge complaint', 'complaint commissioner', 'commissioner office', 'office get', 'get store', 'store commissioner', 'commissioner database', 'database necessary', 'necessary action', 'action taken', 'taken strengths', 'strengths belief', 'belief team', 'team work', 'work team', 'team member', 'member leader', 'leader hard', 'hard ethical', 'ethical worker', 'worker education', 'education details', 'details january', 'january 2013', '2013 january', 'january 2016', '2016 b', 'b e', 'e yeshwantrao', 'yeshwantrao chavan', 'chavan nagpur', 'nagpur maharashtra', 'maharashtra nagpur', 'nagpur university', 'university diploma', 'diploma aggregate', 'aggregate maharashtra', 'maharashtra state', 'state s', 's s', 's c', 'c education', 'education nagpur', 'nagpur maharashtra', 'maharashtra maharashtra', 'maharashtra state', 'state testing', 'testing engineer', 'engineer skill', 'skill details', 'details android', 'android exprience', 'exprience 6', '6 months', 'months cpp', 'cpp exprience', 'exprience 6', '6 months', 'months database', 'database exprience', 'exprience 6', '6 months', 'months excel', 'excel exprience', 'exprience 6', '6 months', 'months java', 'java exprience', 'exprience 6', '6 months', 'months selenium', 'selenium exprience', 'exprience 12', '12 months', 'months automation', 'automation testing', 'testing exprience', 'exprience 12', '12 months', 'months selenium', 'selenium webdriver', 'webdriver exprience', 'exprience 12', '12 months', 'months manual', 'manual testing', 'testing exprience', 'exprience 6', '6 months', 'months regression', 'regression testing', 'testing exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company maxgen', 'maxgen technologies', 'technologies description', 'description i', 'i software', 'software test', 'test engineer', 'engineer working', 'working maxgen', 'maxgen technologies', 'technologies past', 'past 1', '1 year', 'computer proficiency basic', 'proficiency basic ms', 'basic ms office', 'ms office powerpoint', 'office powerpoint word', 'powerpoint word outlook', 'word outlook excel', 'outlook excel language', 'excel language known', 'language known basics', 'known basics c', 'basics c cpp', 'c cpp java', 'cpp java basics', 'java basics networking', 'basics networking basics', 'networking basics command', 'basics command linux', 'command linux project', 'linux project details', 'project details minor', 'details minor project', 'minor project details', 'project details title', 'details title applocker', 'title applocker android', 'applocker android project', 'android project area', 'project area android', 'area android application', 'android application description', 'application description applocker', 'description applocker provides', 'applocker provides protection', 'provides protection system', 'protection system applications', 'system applications well', 'applications well third', 'well third party', 'third party applications', 'party applications installed', 'applications installed android', 'installed android devices', 'android devices the', 'devices the password', 'the password protection', 'password protection provided', 'protection provided help', 'provided help patterns', 'help patterns volume', 'patterns volume keys', 'volume keys hence', 'keys hence extra', 'hence extra measure', 'extra measure privacy', 'measure privacy acquired', 'privacy acquired major', 'acquired major project', 'major project details', 'project details title', 'details title online', 'title online complaint', 'online complaint system', 'complaint system for', 'system for cyber', 'for cyber crimes', 'cyber crimes project', 'crimes project area', 'project area android', 'area android application', 'android application description', 'application description online', 'description online complaint', 'online complaint system', 'complaint system cyber', 'system cyber crimes', 'cyber crimes android', 'crimes android application', 'android application use', 'application use person', 'use person lodged', 'person lodged complaint', 'lodged complaint police', 'complaint police station', 'police station regarding', 'station regarding cyber', 'regarding cyber crime', 'cyber crime action', 'crime action taken', 'action taken within', 'taken within prescribed', 'within prescribed time', 'prescribed time constraint', 'time constraint such', 'constraint such person', 'such person directly', 'person directly use', 'directly use application', 'use application help', 'application help directly', 'help directly lodge', 'directly lodge complaint', 'lodge complaint commissioner', 'complaint commissioner office', 'commissioner office get', 'office get store', 'get store commissioner', 'store commissioner database', 'commissioner database necessary', 'database necessary action', 'necessary action taken', 'action taken strengths', 'taken strengths belief', 'strengths belief team', 'belief team work', 'team work team', 'work team member', 'team member leader', 'member leader hard', 'leader hard ethical', 'hard ethical worker', 'ethical worker education', 'worker education details', 'education details january', 'details january 2013', 'january 2013 january', '2013 january 2016', 'january 2016 b', '2016 b e', 'b e yeshwantrao', 'e yeshwantrao chavan', 'yeshwantrao chavan nagpur', 'chavan nagpur maharashtra', 'nagpur maharashtra nagpur', 'maharashtra nagpur university', 'nagpur university diploma', 'university diploma aggregate', 'diploma aggregate maharashtra', 'aggregate maharashtra state', 'maharashtra state s', 'state s s', 's s c', 's c education', 'c education nagpur', 'education nagpur maharashtra', 'nagpur maharashtra maharashtra', 'maharashtra maharashtra state', 'maharashtra state testing', 'state testing engineer', 'testing engineer skill', 'engineer skill details', 'skill details android', 'details android exprience', 'android exprience 6', 'exprience 6 months', '6 months cpp', 'months cpp exprience', 'cpp exprience 6', 'exprience 6 months', '6 months database', 'months database exprience', 'database exprience 6', 'exprience 6 months', '6 months excel', 'months excel exprience', 'excel exprience 6', 'exprience 6 months', '6 months java', 'months java exprience', 'java exprience 6', 'exprience 6 months', '6 months selenium', 'months selenium exprience', 'selenium exprience 12', 'exprience 12 months', '12 months automation', 'months automation testing', 'automation testing exprience', 'testing exprience 12', 'exprience 12 months', '12 months selenium', 'months selenium webdriver', 'selenium webdriver exprience', 'webdriver exprience 12', 'exprience 12 months', '12 months manual', 'months manual testing', 'manual testing exprience', 'testing exprience 6', 'exprience 6 months', '6 months regression', 'months regression testing', 'regression testing exprience', 'testing exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company maxgen', 'company maxgen technologies', 'maxgen technologies description', 'technologies description i', 'description i software', 'i software test', 'software test engineer', 'test engineer working', 'engineer working maxgen', 'working maxgen technologies', 'maxgen technologies past', 'technologies past 1', 'past 1 year', 'computer proficiency basic ms', 'proficiency basic ms office', 'basic ms office powerpoint', 'ms office powerpoint word', 'office powerpoint word outlook', 'powerpoint word outlook excel', 'word outlook excel language', 'outlook excel language known', 'excel language known basics', 'language known basics c', 'known basics c cpp', 'basics c cpp java', 'c cpp java basics', 'cpp java basics networking', 'java basics networking basics', 'basics networking basics command', 'networking basics command linux', 'basics command linux project', 'command linux project details', 'linux project details minor', 'project details minor project', 'details minor project details', 'minor project details title', 'project details title applocker', 'details title applocker android', 'title applocker android project', 'applocker android project area', 'android project area android', 'project area android application', 'area android application description', 'android application description applocker', 'application description applocker provides', 'description applocker provides protection', 'applocker provides protection system', 'provides protection system applications', 'protection system applications well', 'system applications well third', 'applications well third party', 'well third party applications', 'third party applications installed', 'party applications installed android', 'applications installed android devices', 'installed android devices the', 'android devices the password', 'devices the password protection', 'the password protection provided', 'password protection provided help', 'protection provided help patterns', 'provided help patterns volume', 'help patterns volume keys', 'patterns volume keys hence', 'volume keys hence extra', 'keys hence extra measure', 'hence extra measure privacy', 'extra measure privacy acquired', 'measure privacy acquired major', 'privacy acquired major project', 'acquired major project details', 'major project details title', 'project details title online', 'details title online complaint', 'title online complaint system', 'online complaint system for', 'complaint system for cyber', 'system for cyber crimes', 'for cyber crimes project', 'cyber crimes project area', 'crimes project area android', 'project area android application', 'area android application description', 'android application description online', 'application description online complaint', 'description online complaint system', 'online complaint system cyber', 'complaint system cyber crimes', 'system cyber crimes android', 'cyber crimes android application', 'crimes android application use', 'android application use person', 'application use person lodged', 'use person lodged complaint', 'person lodged complaint police', 'lodged complaint police station', 'complaint police station regarding', 'police station regarding cyber', 'station regarding cyber crime', 'regarding cyber crime action', 'cyber crime action taken', 'crime action taken within', 'action taken within prescribed', 'taken within prescribed time', 'within prescribed time constraint', 'prescribed time constraint such', 'time constraint such person', 'constraint such person directly', 'such person directly use', 'person directly use application', 'directly use application help', 'use application help directly', 'application help directly lodge', 'help directly lodge complaint', 'directly lodge complaint commissioner', 'lodge complaint commissioner office', 'complaint commissioner office get', 'commissioner office get store', 'office get store commissioner', 'get store commissioner database', 'store commissioner database necessary', 'commissioner database necessary action', 'database necessary action taken', 'necessary action taken strengths', 'action taken strengths belief', 'taken strengths belief team', 'strengths belief team work', 'belief team work team', 'team work team member', 'work team member leader', 'team member leader hard', 'member leader hard ethical', 'leader hard ethical worker', 'hard ethical worker education', 'ethical worker education details', 'worker education details january', 'education details january 2013', 'details january 2013 january', 'january 2013 january 2016', '2013 january 2016 b', 'january 2016 b e', '2016 b e yeshwantrao', 'b e yeshwantrao chavan', 'e yeshwantrao chavan nagpur', 'yeshwantrao chavan nagpur maharashtra', 'chavan nagpur maharashtra nagpur', 'nagpur maharashtra nagpur university', 'maharashtra nagpur university diploma', 'nagpur university diploma aggregate', 'university diploma aggregate maharashtra', 'diploma aggregate maharashtra state', 'aggregate maharashtra state s', 'maharashtra state s s', 'state s s c', 's s c education', 's c education nagpur', 'c education nagpur maharashtra', 'education nagpur maharashtra maharashtra', 'nagpur maharashtra maharashtra state', 'maharashtra maharashtra state testing', 'maharashtra state testing engineer', 'state testing engineer skill', 'testing engineer skill details', 'engineer skill details android', 'skill details android exprience', 'details android exprience 6', 'android exprience 6 months', 'exprience 6 months cpp', '6 months cpp exprience', 'months cpp exprience 6', 'cpp exprience 6 months', 'exprience 6 months database', '6 months database exprience', 'months database exprience 6', 'database exprience 6 months', 'exprience 6 months excel', '6 months excel exprience', 'months excel exprience 6', 'excel exprience 6 months', 'exprience 6 months java', '6 months java exprience', 'months java exprience 6', 'java exprience 6 months', 'exprience 6 months selenium', '6 months selenium exprience', 'months selenium exprience 12', 'selenium exprience 12 months', 'exprience 12 months automation', '12 months automation testing', 'months automation testing exprience', 'automation testing exprience 12', 'testing exprience 12 months', 'exprience 12 months selenium', '12 months selenium webdriver', 'months selenium webdriver exprience', 'selenium webdriver exprience 12', 'webdriver exprience 12 months', 'exprience 12 months manual', '12 months manual testing', 'months manual testing exprience', 'manual testing exprience 6', 'testing exprience 6 months', 'exprience 6 months regression', '6 months regression testing', 'months regression testing exprience', 'regression testing exprience 6', 'testing exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company maxgen', 'details company maxgen technologies', 'company maxgen technologies description', 'maxgen technologies description i', 'technologies description i software', 'description i software test', 'i software test engineer', 'software test engineer working', 'test engineer working maxgen', 'engineer working maxgen technologies', 'working maxgen technologies past', 'maxgen technologies past 1', 'technologies past 1 year', 'computer proficiency basic ms office', 'proficiency basic ms office powerpoint', 'basic ms office powerpoint word', 'ms office powerpoint word outlook', 'office powerpoint word outlook excel', 'powerpoint word outlook excel language', 'word outlook excel language known', 'outlook excel language known basics', 'excel language known basics c', 'language known basics c cpp', 'known basics c cpp java', 'basics c cpp java basics', 'c cpp java basics networking', 'cpp java basics networking basics', 'java basics networking basics command', 'basics networking basics command linux', 'networking basics command linux project', 'basics command linux project details', 'command linux project details minor', 'linux project details minor project', 'project details minor project details', 'details minor project details title', 'minor project details title applocker', 'project details title applocker android', 'details title applocker android project', 'title applocker android project area', 'applocker android project area android', 'android project area android application', 'project area android application description', 'area android application description applocker', 'android application description applocker provides', 'application description applocker provides protection', 'description applocker provides protection system', 'applocker provides protection system applications', 'provides protection system applications well', 'protection system applications well third', 'system applications well third party', 'applications well third party applications', 'well third party applications installed', 'third party applications installed android', 'party applications installed android devices', 'applications installed android devices the', 'installed android devices the password', 'android devices the password protection', 'devices the password protection provided', 'the password protection provided help', 'password protection provided help patterns', 'protection provided help patterns volume', 'provided help patterns volume keys', 'help patterns volume keys hence', 'patterns volume keys hence extra', 'volume keys hence extra measure', 'keys hence extra measure privacy', 'hence extra measure privacy acquired', 'extra measure privacy acquired major', 'measure privacy acquired major project', 'privacy acquired major project details', 'acquired major project details title', 'major project details title online', 'project details title online complaint', 'details title online complaint system', 'title online complaint system for', 'online complaint system for cyber', 'complaint system for cyber crimes', 'system for cyber crimes project', 'for cyber crimes project area', 'cyber crimes project area android', 'crimes project area android application', 'project area android application description', 'area android application description online', 'android application description online complaint', 'application description online complaint system', 'description online complaint system cyber', 'online complaint system cyber crimes', 'complaint system cyber crimes android', 'system cyber crimes android application', 'cyber crimes android application use', 'crimes android application use person', 'android application use person lodged', 'application use person lodged complaint', 'use person lodged complaint police', 'person lodged complaint police station', 'lodged complaint police station regarding', 'complaint police station regarding cyber', 'police station regarding cyber crime', 'station regarding cyber crime action', 'regarding cyber crime action taken', 'cyber crime action taken within', 'crime action taken within prescribed', 'action taken within prescribed time', 'taken within prescribed time constraint', 'within prescribed time constraint such', 'prescribed time constraint such person', 'time constraint such person directly', 'constraint such person directly use', 'such person directly use application', 'person directly use application help', 'directly use application help directly', 'use application help directly lodge', 'application help directly lodge complaint', 'help directly lodge complaint commissioner', 'directly lodge complaint commissioner office', 'lodge complaint commissioner office get', 'complaint commissioner office get store', 'commissioner office get store commissioner', 'office get store commissioner database', 'get store commissioner database necessary', 'store commissioner database necessary action', 'commissioner database necessary action taken', 'database necessary action taken strengths', 'necessary action taken strengths belief', 'action taken strengths belief team', 'taken strengths belief team work', 'strengths belief team work team', 'belief team work team member', 'team work team member leader', 'work team member leader hard', 'team member leader hard ethical', 'member leader hard ethical worker', 'leader hard ethical worker education', 'hard ethical worker education details', 'ethical worker education details january', 'worker education details january 2013', 'education details january 2013 january', 'details january 2013 january 2016', 'january 2013 january 2016 b', '2013 january 2016 b e', 'january 2016 b e yeshwantrao', '2016 b e yeshwantrao chavan', 'b e yeshwantrao chavan nagpur', 'e yeshwantrao chavan nagpur maharashtra', 'yeshwantrao chavan nagpur maharashtra nagpur', 'chavan nagpur maharashtra nagpur university', 'nagpur maharashtra nagpur university diploma', 'maharashtra nagpur university diploma aggregate', 'nagpur university diploma aggregate maharashtra', 'university diploma aggregate maharashtra state', 'diploma aggregate maharashtra state s', 'aggregate maharashtra state s s', 'maharashtra state s s c', 'state s s c education', 's s c education nagpur', 's c education nagpur maharashtra', 'c education nagpur maharashtra maharashtra', 'education nagpur maharashtra maharashtra state', 'nagpur maharashtra maharashtra state testing', 'maharashtra maharashtra state testing engineer', 'maharashtra state testing engineer skill', 'state testing engineer skill details', 'testing engineer skill details android', 'engineer skill details android exprience', 'skill details android exprience 6', 'details android exprience 6 months', 'android exprience 6 months cpp', 'exprience 6 months cpp exprience', '6 months cpp exprience 6', 'months cpp exprience 6 months', 'cpp exprience 6 months database', ...], ['computer', 'skills', 'proficient', 'ms', 'office', 'word', 'basic', 'excel', 'power', 'point', 'strength', 'hard', 'working', 'loyalty', 'creativity', 'self', 'motivated', 'responsible', 'initiative', 'good', 'people', 'management', 'skill', 'positive', 'attitude', 'knowledge', 'windows', 'internet', 'education', 'details', 'bachelor', 'electrical', 'engineering', 'electrical', 'engineering', 'nashik', 'maharashtra', 'guru', 'gobind', 'singh', 'college', 'engineering', 'research', 'centre', 'diploma', 'electrical', 'engineering', 'nashik', 'maharashtra', 's', 'm', 'e', 's', 'polytechnic', 'college', 'testing', 'engineer', 'skill', 'details', 'excel', 'exprience', '6', 'months', 'ms', 'office', 'exprience', '6', 'months', 'word', 'exprience', '6', 'monthscompany', 'details', 'company', 'description', 'department', 'testing', 'responsibilities', 'to', 'check', 'acb', 'vcb', 'circuit', 'breaker', 'following', 'test', 'conducted', 'circuit', 'breaker', 'per', 'drawing', '1', 'to', 'check', 'breaker', 'timing', '2', 'to', 'check', 'contact', 'resistance', 'using', 'contact', 'resistance', 'meter', 'crm', '3', 'to', 'check', 'breaker', 'insulation', 'resistance', 'ir', '4', 'to', 'check', 'breaker', 'rack', 'rack', 'properly', '5', 'to', 'check', 'closing', 'tripping', 'operation', 'work', 'properly', 'to', 'check', 'following', 'test', 'conducted', 'mcc', 'pcc', 'panel', '1', 'insulation', 'resistance', 'ir', 'test', '2', 'contact', 'resistance', 'crm', 'test', '3', 'to', 'check', 'connection', 'p', 'panel', 'per', 'drawing', 'to', 'check', 'following', 'test', 'conducted', 'transformer', '1', 'insulation', 'resistance', 'ir', 'test', '2', 'transformer', 'ratio', 'test', '3', 'transformer', 'vector', 'group', 'test', '4', 'magnetic', 'balance', 'test', '5', 'magnetic', 'current', 'test', '6', 'to', 'check', 'transformer', 'tapping', 'remotely', 'well', 'manually', '7', 'to', 'check', 'alarm', 'tripping', 'protection', 'command', 'work', 'properly', 'or', 'per', 'circuit', 'diagram', 'to', 'check', 'test', 'conducted', 'hv', 'cables', '1', 'hi', 'pot', 'test', '2', 'insulation', 'resistance', 'ir', 'test', 'to', 'check', 'lv', 'cables', 'using', 'megger', 'ir', 'test', 'to', 'check', 'relay', 'connections', 'per', 'circuit', 'diagram', 'create', 'defects', 'list', 'arising', 'testing', 'try', 'find', 'solution', 'minimize', 'problem', 'company', 'trans', 'power', 'solutions', 'description', 'lake', 'site', 'co', 'op', 'soc', 'adi', 'shankaracharya', 'marg', 'opp', 'iit', 'main', 'gate', 'powai', '400076', 'computer skills', 'skills proficient', 'proficient ms', 'ms office', 'office word', 'word basic', 'basic excel', 'excel power', 'power point', 'point strength', 'strength hard', 'hard working', 'working loyalty', 'loyalty creativity', 'creativity self', 'self motivated', 'motivated responsible', 'responsible initiative', 'initiative good', 'good people', 'people management', 'management skill', 'skill positive', 'positive attitude', 'attitude knowledge', 'knowledge windows', 'windows internet', 'internet education', 'education details', 'details bachelor', 'bachelor electrical', 'electrical engineering', 'engineering electrical', 'electrical engineering', 'engineering nashik', 'nashik maharashtra', 'maharashtra guru', 'guru gobind', 'gobind singh', 'singh college', 'college engineering', 'engineering research', 'research centre', 'centre diploma', 'diploma electrical', 'electrical engineering', 'engineering nashik', 'nashik maharashtra', 'maharashtra s', 's m', 'm e', 'e s', 's polytechnic', 'polytechnic college', 'college testing', 'testing engineer', 'engineer skill', 'skill details', 'details excel', 'excel exprience', 'exprience 6', '6 months', 'months ms', 'ms office', 'office exprience', 'exprience 6', '6 months', 'months word', 'word exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company description', 'description department', 'department testing', 'testing responsibilities', 'responsibilities to', 'to check', 'check acb', 'acb vcb', 'vcb circuit', 'circuit breaker', 'breaker following', 'following test', 'test conducted', 'conducted circuit', 'circuit breaker', 'breaker per', 'per drawing', 'drawing 1', '1 to', 'to check', 'check breaker', 'breaker timing', 'timing 2', '2 to', 'to check', 'check contact', 'contact resistance', 'resistance using', 'using contact', 'contact resistance', 'resistance meter', 'meter crm', 'crm 3', '3 to', 'to check', 'check breaker', 'breaker insulation', 'insulation resistance', 'resistance ir', 'ir 4', '4 to', 'to check', 'check breaker', 'breaker rack', 'rack rack', 'rack properly', 'properly 5', '5 to', 'to check', 'check closing', 'closing tripping', 'tripping operation', 'operation work', 'work properly', 'properly to', 'to check', 'check following', 'following test', 'test conducted', 'conducted mcc', 'mcc pcc', 'pcc panel', 'panel 1', '1 insulation', 'insulation resistance', 'resistance ir', 'ir test', 'test 2', '2 contact', 'contact resistance', 'resistance crm', 'crm test', 'test 3', '3 to', 'to check', 'check connection', 'connection p', 'p panel', 'panel per', 'per drawing', 'drawing to', 'to check', 'check following', 'following test', 'test conducted', 'conducted transformer', 'transformer 1', '1 insulation', 'insulation resistance', 'resistance ir', 'ir test', 'test 2', '2 transformer', 'transformer ratio', 'ratio test', 'test 3', '3 transformer', 'transformer vector', 'vector group', 'group test', 'test 4', '4 magnetic', 'magnetic balance', 'balance test', 'test 5', '5 magnetic', 'magnetic current', 'current test', 'test 6', '6 to', 'to check', 'check transformer', 'transformer tapping', 'tapping remotely', 'remotely well', 'well manually', 'manually 7', '7 to', 'to check', 'check alarm', 'alarm tripping', 'tripping protection', 'protection command', 'command work', 'work properly', 'properly or', 'or per', 'per circuit', 'circuit diagram', 'diagram to', 'to check', 'check test', 'test conducted', 'conducted hv', 'hv cables', 'cables 1', '1 hi', 'hi pot', 'pot test', 'test 2', '2 insulation', 'insulation resistance', 'resistance ir', 'ir test', 'test to', 'to check', 'check lv', 'lv cables', 'cables using', 'using megger', 'megger ir', 'ir test', 'test to', 'to check', 'check relay', 'relay connections', 'connections per', 'per circuit', 'circuit diagram', 'diagram create', 'create defects', 'defects list', 'list arising', 'arising testing', 'testing try', 'try find', 'find solution', 'solution minimize', 'minimize problem', 'problem company', 'company trans', 'trans power', 'power solutions', 'solutions description', 'description lake', 'lake site', 'site co', 'co op', 'op soc', 'soc adi', 'adi shankaracharya', 'shankaracharya marg', 'marg opp', 'opp iit', 'iit main', 'main gate', 'gate powai', 'powai 400076', 'computer skills proficient', 'skills proficient ms', 'proficient ms office', 'ms office word', 'office word basic', 'word basic excel', 'basic excel power', 'excel power point', 'power point strength', 'point strength hard', 'strength hard working', 'hard working loyalty', 'working loyalty creativity', 'loyalty creativity self', 'creativity self motivated', 'self motivated responsible', 'motivated responsible initiative', 'responsible initiative good', 'initiative good people', 'good people management', 'people management skill', 'management skill positive', 'skill positive attitude', 'positive attitude knowledge', 'attitude knowledge windows', 'knowledge windows internet', 'windows internet education', 'internet education details', 'education details bachelor', 'details bachelor electrical', 'bachelor electrical engineering', 'electrical engineering electrical', 'engineering electrical engineering', 'electrical engineering nashik', 'engineering nashik maharashtra', 'nashik maharashtra guru', 'maharashtra guru gobind', 'guru gobind singh', 'gobind singh college', 'singh college engineering', 'college engineering research', 'engineering research centre', 'research centre diploma', 'centre diploma electrical', 'diploma electrical engineering', 'electrical engineering nashik', 'engineering nashik maharashtra', 'nashik maharashtra s', 'maharashtra s m', 's m e', 'm e s', 'e s polytechnic', 's polytechnic college', 'polytechnic college testing', 'college testing engineer', 'testing engineer skill', 'engineer skill details', 'skill details excel', 'details excel exprience', 'excel exprience 6', 'exprience 6 months', '6 months ms', 'months ms office', 'ms office exprience', 'office exprience 6', 'exprience 6 months', '6 months word', 'months word exprience', 'word exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company description', 'company description department', 'description department testing', 'department testing responsibilities', 'testing responsibilities to', 'responsibilities to check', 'to check acb', 'check acb vcb', 'acb vcb circuit', 'vcb circuit breaker', 'circuit breaker following', 'breaker following test', 'following test conducted', 'test conducted circuit', 'conducted circuit breaker', 'circuit breaker per', 'breaker per drawing', 'per drawing 1', 'drawing 1 to', '1 to check', 'to check breaker', 'check breaker timing', 'breaker timing 2', 'timing 2 to', '2 to check', 'to check contact', 'check contact resistance', 'contact resistance using', 'resistance using contact', 'using contact resistance', 'contact resistance meter', 'resistance meter crm', 'meter crm 3', 'crm 3 to', '3 to check', 'to check breaker', 'check breaker insulation', 'breaker insulation resistance', 'insulation resistance ir', 'resistance ir 4', 'ir 4 to', '4 to check', 'to check breaker', 'check breaker rack', 'breaker rack rack', 'rack rack properly', 'rack properly 5', 'properly 5 to', '5 to check', 'to check closing', 'check closing tripping', 'closing tripping operation', 'tripping operation work', 'operation work properly', 'work properly to', 'properly to check', 'to check following', 'check following test', 'following test conducted', 'test conducted mcc', 'conducted mcc pcc', 'mcc pcc panel', 'pcc panel 1', 'panel 1 insulation', '1 insulation resistance', 'insulation resistance ir', 'resistance ir test', 'ir test 2', 'test 2 contact', '2 contact resistance', 'contact resistance crm', 'resistance crm test', 'crm test 3', 'test 3 to', '3 to check', 'to check connection', 'check connection p', 'connection p panel', 'p panel per', 'panel per drawing', 'per drawing to', 'drawing to check', 'to check following', 'check following test', 'following test conducted', 'test conducted transformer', 'conducted transformer 1', 'transformer 1 insulation', '1 insulation resistance', 'insulation resistance ir', 'resistance ir test', 'ir test 2', 'test 2 transformer', '2 transformer ratio', 'transformer ratio test', 'ratio test 3', 'test 3 transformer', '3 transformer vector', 'transformer vector group', 'vector group test', 'group test 4', 'test 4 magnetic', '4 magnetic balance', 'magnetic balance test', 'balance test 5', 'test 5 magnetic', '5 magnetic current', 'magnetic current test', 'current test 6', 'test 6 to', '6 to check', 'to check transformer', 'check transformer tapping', 'transformer tapping remotely', 'tapping remotely well', 'remotely well manually', 'well manually 7', 'manually 7 to', '7 to check', 'to check alarm', 'check alarm tripping', 'alarm tripping protection', 'tripping protection command', 'protection command work', 'command work properly', 'work properly or', 'properly or per', 'or per circuit', 'per circuit diagram', 'circuit diagram to', 'diagram to check', 'to check test', 'check test conducted', 'test conducted hv', 'conducted hv cables', 'hv cables 1', 'cables 1 hi', '1 hi pot', 'hi pot test', 'pot test 2', 'test 2 insulation', '2 insulation resistance', 'insulation resistance ir', 'resistance ir test', 'ir test to', 'test to check', 'to check lv', 'check lv cables', 'lv cables using', 'cables using megger', 'using megger ir', 'megger ir test', 'ir test to', 'test to check', 'to check relay', 'check relay connections', 'relay connections per', 'connections per circuit', 'per circuit diagram', 'circuit diagram create', 'diagram create defects', 'create defects list', 'defects list arising', 'list arising testing', 'arising testing try', 'testing try find', 'try find solution', 'find solution minimize', 'solution minimize problem', 'minimize problem company', 'problem company trans', 'company trans power', 'trans power solutions', 'power solutions description', 'solutions description lake', 'description lake site', 'lake site co', 'site co op', 'co op soc', 'op soc adi', 'soc adi shankaracharya', 'adi shankaracharya marg', 'shankaracharya marg opp', 'marg opp iit', 'opp iit main', 'iit main gate', 'main gate powai', 'gate powai 400076', 'computer skills proficient ms', 'skills proficient ms office', 'proficient ms office word', 'ms office word basic', 'office word basic excel', 'word basic excel power', 'basic excel power point', 'excel power point strength', 'power point strength hard', 'point strength hard working', 'strength hard working loyalty', 'hard working loyalty creativity', 'working loyalty creativity self', 'loyalty creativity self motivated', 'creativity self motivated responsible', 'self motivated responsible initiative', 'motivated responsible initiative good', 'responsible initiative good people', 'initiative good people management', 'good people management skill', 'people management skill positive', 'management skill positive attitude', 'skill positive attitude knowledge', 'positive attitude knowledge windows', 'attitude knowledge windows internet', 'knowledge windows internet education', 'windows internet education details', 'internet education details bachelor', 'education details bachelor electrical', 'details bachelor electrical engineering', 'bachelor electrical engineering electrical', 'electrical engineering electrical engineering', 'engineering electrical engineering nashik', 'electrical engineering nashik maharashtra', 'engineering nashik maharashtra guru', 'nashik maharashtra guru gobind', 'maharashtra guru gobind singh', 'guru gobind singh college', 'gobind singh college engineering', 'singh college engineering research', 'college engineering research centre', 'engineering research centre diploma', 'research centre diploma electrical', 'centre diploma electrical engineering', 'diploma electrical engineering nashik', 'electrical engineering nashik maharashtra', 'engineering nashik maharashtra s', 'nashik maharashtra s m', 'maharashtra s m e', 's m e s', 'm e s polytechnic', 'e s polytechnic college', 's polytechnic college testing', 'polytechnic college testing engineer', 'college testing engineer skill', 'testing engineer skill details', 'engineer skill details excel', 'skill details excel exprience', 'details excel exprience 6', 'excel exprience 6 months', 'exprience 6 months ms', '6 months ms office', 'months ms office exprience', 'ms office exprience 6', 'office exprience 6 months', 'exprience 6 months word', '6 months word exprience', 'months word exprience 6', 'word exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company description', 'details company description department', 'company description department testing', 'description department testing responsibilities', 'department testing responsibilities to', 'testing responsibilities to check', 'responsibilities to check acb', 'to check acb vcb', 'check acb vcb circuit', 'acb vcb circuit breaker', 'vcb circuit breaker following', 'circuit breaker following test', 'breaker following test conducted', 'following test conducted circuit', 'test conducted circuit breaker', 'conducted circuit breaker per', 'circuit breaker per drawing', 'breaker per drawing 1', 'per drawing 1 to', 'drawing 1 to check', '1 to check breaker', 'to check breaker timing', 'check breaker timing 2', 'breaker timing 2 to', 'timing 2 to check', '2 to check contact', 'to check contact resistance', 'check contact resistance using', 'contact resistance using contact', 'resistance using contact resistance', 'using contact resistance meter', 'contact resistance meter crm', 'resistance meter crm 3', 'meter crm 3 to', 'crm 3 to check', '3 to check breaker', 'to check breaker insulation', 'check breaker insulation resistance', 'breaker insulation resistance ir', 'insulation resistance ir 4', 'resistance ir 4 to', 'ir 4 to check', '4 to check breaker', 'to check breaker rack', 'check breaker rack rack', 'breaker rack rack properly', 'rack rack properly 5', 'rack properly 5 to', 'properly 5 to check', '5 to check closing', 'to check closing tripping', 'check closing tripping operation', 'closing tripping operation work', 'tripping operation work properly', 'operation work properly to', 'work properly to check', 'properly to check following', 'to check following test', 'check following test conducted', 'following test conducted mcc', 'test conducted mcc pcc', 'conducted mcc pcc panel', 'mcc pcc panel 1', 'pcc panel 1 insulation', 'panel 1 insulation resistance', '1 insulation resistance ir', 'insulation resistance ir test', 'resistance ir test 2', 'ir test 2 contact', 'test 2 contact resistance', '2 contact resistance crm', 'contact resistance crm test', 'resistance crm test 3', 'crm test 3 to', 'test 3 to check', '3 to check connection', 'to check connection p', 'check connection p panel', 'connection p panel per', 'p panel per drawing', 'panel per drawing to', 'per drawing to check', 'drawing to check following', 'to check following test', 'check following test conducted', 'following test conducted transformer', 'test conducted transformer 1', 'conducted transformer 1 insulation', 'transformer 1 insulation resistance', '1 insulation resistance ir', 'insulation resistance ir test', 'resistance ir test 2', 'ir test 2 transformer', 'test 2 transformer ratio', '2 transformer ratio test', 'transformer ratio test 3', 'ratio test 3 transformer', 'test 3 transformer vector', '3 transformer vector group', 'transformer vector group test', 'vector group test 4', 'group test 4 magnetic', 'test 4 magnetic balance', '4 magnetic balance test', 'magnetic balance test 5', 'balance test 5 magnetic', 'test 5 magnetic current', '5 magnetic current test', 'magnetic current test 6', 'current test 6 to', 'test 6 to check', '6 to check transformer', 'to check transformer tapping', 'check transformer tapping remotely', 'transformer tapping remotely well', 'tapping remotely well manually', 'remotely well manually 7', 'well manually 7 to', 'manually 7 to check', '7 to check alarm', 'to check alarm tripping', 'check alarm tripping protection', 'alarm tripping protection command', 'tripping protection command work', 'protection command work properly', 'command work properly or', 'work properly or per', 'properly or per circuit', 'or per circuit diagram', 'per circuit diagram to', 'circuit diagram to check', 'diagram to check test', 'to check test conducted', 'check test conducted hv', 'test conducted hv cables', 'conducted hv cables 1', 'hv cables 1 hi', 'cables 1 hi pot', '1 hi pot test', 'hi pot test 2', 'pot test 2 insulation', 'test 2 insulation resistance', '2 insulation resistance ir', 'insulation resistance ir test', 'resistance ir test to', 'ir test to check', ...], ['willingness', 'ept', 'challenges', 'positive', 'thinking', 'good', 'learner', 'team', 'player', 'declaration', 'i', 'hereby', 'declare', 'mentioned', 'information', 'correct', 'knowledge', 'i', 'bear', 'responsibility', 'correctness', 'mentioned', 'particulars', 'date', 'name', 'dongare', 'mandakini', 'murlidhar', 'signature', 'education', 'details', 'june', '2015', 'electronics', 'telecommunication', 'engineering', 'kolhapur', 'maharashtra', 'shivaji', 'university', 'june', '2012', 'education', 'secondary', 'higher', 'secondary', 'b', 'e', 'electronics', 'telecommunication', 'jaywant', 'college', 'engineering', 'management', 'testing', 'engineer', 'electronics', 'engineer', 'abacus', 'electronics', 'pvt', 'ltd', 'skill', 'details', 'language', 'c', 'c', 'exprience', 'less', '1', 'year', 'months', 'operating', 'systems', 'windows', '7', '8', 'nt', 'xp', 'exprience', 'less', '1', 'year', 'monthscompany', 'details', 'company', 'abacus', 'electronics', 'pvt', 'ltd', 'description', 'duties', 'perform', 'electronic', 'system', 'testing', 'eptance', 'compliance', 'warranty', 'types', 'develop', 'test', 'plan', 'procedure', 'electronic', 'systems', 'maintain', 'complete', 'urate', 'documentations', 'system', 'testing', 'analyze', 'troubleshoot', 'test', 'defects', 'timely', 'fashion', 'write', 'system', 'assembly', 'instructions', 'resolve', 'assembly', 'issues', 'urately', 'work', 'supervisors', 'plan', 'coordinate', 'test', 'activities', 'evaluate', 'system', 'performance', 'suggest', 'improvements', 'understand', 'interpret', 'drawings', 'schematics', 'technical', 'manuals', 'instructions', 'also', 'performed', 'hardware', 'testing', 'debugging', 'hardware', 'pcbs', 'follow', 'company', 'policies', 'safely', 'regulations', 'work', 'cross', 'functional', 'teams', 'complete', 'assigned', 'job', 'duties', 'within', 'deadlines', 'recommend', 'process', 'improvements', 'enhance', 'testing', 'efficiency', 'company', 'minilec', 'india', 'pvt', 'ltd', 'pirangoot', 'description', 'taking', 'responsibility', 'quality', 'company', 'product', 'working', 'departmental', 'manager', 'production', 'staff', 'suppliers', 'ensure', 'quality', 'aim', 'minimize', 'cost', 'reworking', 'waste', 'maximize', 'customer', 'satisfaction', 'product', 'to', 'establish', 'implement', 'maintain', 'quality', 'management', 'system', 'measure', 'control', 'quality', 'production', 'process', 'work', 'aim', 'eliminate', 'causes', 'quality', 'issues', 'reduce', 'risk', 'failure', 'willingness ept', 'ept challenges', 'challenges positive', 'positive thinking', 'thinking good', 'good learner', 'learner team', 'team player', 'player declaration', 'declaration i', 'i hereby', 'hereby declare', 'declare mentioned', 'mentioned information', 'information correct', 'correct knowledge', 'knowledge i', 'i bear', 'bear responsibility', 'responsibility correctness', 'correctness mentioned', 'mentioned particulars', 'particulars date', 'date name', 'name dongare', 'dongare mandakini', 'mandakini murlidhar', 'murlidhar signature', 'signature education', 'education details', 'details june', 'june 2015', '2015 electronics', 'electronics telecommunication', 'telecommunication engineering', 'engineering kolhapur', 'kolhapur maharashtra', 'maharashtra shivaji', 'shivaji university', 'university june', 'june 2012', '2012 education', 'education secondary', 'secondary higher', 'higher secondary', 'secondary b', 'b e', 'e electronics', 'electronics telecommunication', 'telecommunication jaywant', 'jaywant college', 'college engineering', 'engineering management', 'management testing', 'testing engineer', 'engineer electronics', 'electronics engineer', 'engineer abacus', 'abacus electronics', 'electronics pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details language', 'language c', 'c c', 'c exprience', 'exprience less', 'less 1', '1 year', 'year months', 'months operating', 'operating systems', 'systems windows', 'windows 7', '7 8', '8 nt', 'nt xp', 'xp exprience', 'exprience less', 'less 1', '1 year', 'year monthscompany', 'monthscompany details', 'details company', 'company abacus', 'abacus electronics', 'electronics pvt', 'pvt ltd', 'ltd description', 'description duties', 'duties perform', 'perform electronic', 'electronic system', 'system testing', 'testing eptance', 'eptance compliance', 'compliance warranty', 'warranty types', 'types develop', 'develop test', 'test plan', 'plan procedure', 'procedure electronic', 'electronic systems', 'systems maintain', 'maintain complete', 'complete urate', 'urate documentations', 'documentations system', 'system testing', 'testing analyze', 'analyze troubleshoot', 'troubleshoot test', 'test defects', 'defects timely', 'timely fashion', 'fashion write', 'write system', 'system assembly', 'assembly instructions', 'instructions resolve', 'resolve assembly', 'assembly issues', 'issues urately', 'urately work', 'work supervisors', 'supervisors plan', 'plan coordinate', 'coordinate test', 'test activities', 'activities evaluate', 'evaluate system', 'system performance', 'performance suggest', 'suggest improvements', 'improvements understand', 'understand interpret', 'interpret drawings', 'drawings schematics', 'schematics technical', 'technical manuals', 'manuals instructions', 'instructions also', 'also performed', 'performed hardware', 'hardware testing', 'testing debugging', 'debugging hardware', 'hardware pcbs', 'pcbs follow', 'follow company', 'company policies', 'policies safely', 'safely regulations', 'regulations work', 'work cross', 'cross functional', 'functional teams', 'teams complete', 'complete assigned', 'assigned job', 'job duties', 'duties within', 'within deadlines', 'deadlines recommend', 'recommend process', 'process improvements', 'improvements enhance', 'enhance testing', 'testing efficiency', 'efficiency company', 'company minilec', 'minilec india', 'india pvt', 'pvt ltd', 'ltd pirangoot', 'pirangoot description', 'description taking', 'taking responsibility', 'responsibility quality', 'quality company', 'company product', 'product working', 'working departmental', 'departmental manager', 'manager production', 'production staff', 'staff suppliers', 'suppliers ensure', 'ensure quality', 'quality aim', 'aim minimize', 'minimize cost', 'cost reworking', 'reworking waste', 'waste maximize', 'maximize customer', 'customer satisfaction', 'satisfaction product', 'product to', 'to establish', 'establish implement', 'implement maintain', 'maintain quality', 'quality management', 'management system', 'system measure', 'measure control', 'control quality', 'quality production', 'production process', 'process work', 'work aim', 'aim eliminate', 'eliminate causes', 'causes quality', 'quality issues', 'issues reduce', 'reduce risk', 'risk failure', 'willingness ept challenges', 'ept challenges positive', 'challenges positive thinking', 'positive thinking good', 'thinking good learner', 'good learner team', 'learner team player', 'team player declaration', 'player declaration i', 'declaration i hereby', 'i hereby declare', 'hereby declare mentioned', 'declare mentioned information', 'mentioned information correct', 'information correct knowledge', 'correct knowledge i', 'knowledge i bear', 'i bear responsibility', 'bear responsibility correctness', 'responsibility correctness mentioned', 'correctness mentioned particulars', 'mentioned particulars date', 'particulars date name', 'date name dongare', 'name dongare mandakini', 'dongare mandakini murlidhar', 'mandakini murlidhar signature', 'murlidhar signature education', 'signature education details', 'education details june', 'details june 2015', 'june 2015 electronics', '2015 electronics telecommunication', 'electronics telecommunication engineering', 'telecommunication engineering kolhapur', 'engineering kolhapur maharashtra', 'kolhapur maharashtra shivaji', 'maharashtra shivaji university', 'shivaji university june', 'university june 2012', 'june 2012 education', '2012 education secondary', 'education secondary higher', 'secondary higher secondary', 'higher secondary b', 'secondary b e', 'b e electronics', 'e electronics telecommunication', 'electronics telecommunication jaywant', 'telecommunication jaywant college', 'jaywant college engineering', 'college engineering management', 'engineering management testing', 'management testing engineer', 'testing engineer electronics', 'engineer electronics engineer', 'electronics engineer abacus', 'engineer abacus electronics', 'abacus electronics pvt', 'electronics pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details language', 'details language c', 'language c c', 'c c exprience', 'c exprience less', 'exprience less 1', 'less 1 year', '1 year months', 'year months operating', 'months operating systems', 'operating systems windows', 'systems windows 7', 'windows 7 8', '7 8 nt', '8 nt xp', 'nt xp exprience', 'xp exprience less', 'exprience less 1', 'less 1 year', '1 year monthscompany', 'year monthscompany details', 'monthscompany details company', 'details company abacus', 'company abacus electronics', 'abacus electronics pvt', 'electronics pvt ltd', 'pvt ltd description', 'ltd description duties', 'description duties perform', 'duties perform electronic', 'perform electronic system', 'electronic system testing', 'system testing eptance', 'testing eptance compliance', 'eptance compliance warranty', 'compliance warranty types', 'warranty types develop', 'types develop test', 'develop test plan', 'test plan procedure', 'plan procedure electronic', 'procedure electronic systems', 'electronic systems maintain', 'systems maintain complete', 'maintain complete urate', 'complete urate documentations', 'urate documentations system', 'documentations system testing', 'system testing analyze', 'testing analyze troubleshoot', 'analyze troubleshoot test', 'troubleshoot test defects', 'test defects timely', 'defects timely fashion', 'timely fashion write', 'fashion write system', 'write system assembly', 'system assembly instructions', 'assembly instructions resolve', 'instructions resolve assembly', 'resolve assembly issues', 'assembly issues urately', 'issues urately work', 'urately work supervisors', 'work supervisors plan', 'supervisors plan coordinate', 'plan coordinate test', 'coordinate test activities', 'test activities evaluate', 'activities evaluate system', 'evaluate system performance', 'system performance suggest', 'performance suggest improvements', 'suggest improvements understand', 'improvements understand interpret', 'understand interpret drawings', 'interpret drawings schematics', 'drawings schematics technical', 'schematics technical manuals', 'technical manuals instructions', 'manuals instructions also', 'instructions also performed', 'also performed hardware', 'performed hardware testing', 'hardware testing debugging', 'testing debugging hardware', 'debugging hardware pcbs', 'hardware pcbs follow', 'pcbs follow company', 'follow company policies', 'company policies safely', 'policies safely regulations', 'safely regulations work', 'regulations work cross', 'work cross functional', 'cross functional teams', 'functional teams complete', 'teams complete assigned', 'complete assigned job', 'assigned job duties', 'job duties within', 'duties within deadlines', 'within deadlines recommend', 'deadlines recommend process', 'recommend process improvements', 'process improvements enhance', 'improvements enhance testing', 'enhance testing efficiency', 'testing efficiency company', 'efficiency company minilec', 'company minilec india', 'minilec india pvt', 'india pvt ltd', 'pvt ltd pirangoot', 'ltd pirangoot description', 'pirangoot description taking', 'description taking responsibility', 'taking responsibility quality', 'responsibility quality company', 'quality company product', 'company product working', 'product working departmental', 'working departmental manager', 'departmental manager production', 'manager production staff', 'production staff suppliers', 'staff suppliers ensure', 'suppliers ensure quality', 'ensure quality aim', 'quality aim minimize', 'aim minimize cost', 'minimize cost reworking', 'cost reworking waste', 'reworking waste maximize', 'waste maximize customer', 'maximize customer satisfaction', 'customer satisfaction product', 'satisfaction product to', 'product to establish', 'to establish implement', 'establish implement maintain', 'implement maintain quality', 'maintain quality management', 'quality management system', 'management system measure', 'system measure control', 'measure control quality', 'control quality production', 'quality production process', 'production process work', 'process work aim', 'work aim eliminate', 'aim eliminate causes', 'eliminate causes quality', 'causes quality issues', 'quality issues reduce', 'issues reduce risk', 'reduce risk failure', 'willingness ept challenges positive', 'ept challenges positive thinking', 'challenges positive thinking good', 'positive thinking good learner', 'thinking good learner team', 'good learner team player', 'learner team player declaration', 'team player declaration i', 'player declaration i hereby', 'declaration i hereby declare', 'i hereby declare mentioned', 'hereby declare mentioned information', 'declare mentioned information correct', 'mentioned information correct knowledge', 'information correct knowledge i', 'correct knowledge i bear', 'knowledge i bear responsibility', 'i bear responsibility correctness', 'bear responsibility correctness mentioned', 'responsibility correctness mentioned particulars', 'correctness mentioned particulars date', 'mentioned particulars date name', 'particulars date name dongare', 'date name dongare mandakini', 'name dongare mandakini murlidhar', 'dongare mandakini murlidhar signature', 'mandakini murlidhar signature education', 'murlidhar signature education details', 'signature education details june', 'education details june 2015', 'details june 2015 electronics', 'june 2015 electronics telecommunication', '2015 electronics telecommunication engineering', 'electronics telecommunication engineering kolhapur', 'telecommunication engineering kolhapur maharashtra', 'engineering kolhapur maharashtra shivaji', 'kolhapur maharashtra shivaji university', 'maharashtra shivaji university june', 'shivaji university june 2012', 'university june 2012 education', 'june 2012 education secondary', '2012 education secondary higher', 'education secondary higher secondary', 'secondary higher secondary b', 'higher secondary b e', 'secondary b e electronics', 'b e electronics telecommunication', 'e electronics telecommunication jaywant', 'electronics telecommunication jaywant college', 'telecommunication jaywant college engineering', 'jaywant college engineering management', 'college engineering management testing', 'engineering management testing engineer', 'management testing engineer electronics', 'testing engineer electronics engineer', 'engineer electronics engineer abacus', 'electronics engineer abacus electronics', 'engineer abacus electronics pvt', 'abacus electronics pvt ltd', 'electronics pvt ltd skill', 'pvt ltd skill details', 'ltd skill details language', 'skill details language c', 'details language c c', 'language c c exprience', 'c c exprience less', 'c exprience less 1', 'exprience less 1 year', 'less 1 year months', '1 year months operating', 'year months operating systems', 'months operating systems windows', 'operating systems windows 7', 'systems windows 7 8', 'windows 7 8 nt', '7 8 nt xp', '8 nt xp exprience', 'nt xp exprience less', 'xp exprience less 1', 'exprience less 1 year', 'less 1 year monthscompany', '1 year monthscompany details', 'year monthscompany details company', 'monthscompany details company abacus', 'details company abacus electronics', 'company abacus electronics pvt', 'abacus electronics pvt ltd', 'electronics pvt ltd description', 'pvt ltd description duties', 'ltd description duties perform', 'description duties perform electronic', 'duties perform electronic system', 'perform electronic system testing', 'electronic system testing eptance', 'system testing eptance compliance', 'testing eptance compliance warranty', 'eptance compliance warranty types', 'compliance warranty types develop', 'warranty types develop test', 'types develop test plan', 'develop test plan procedure', 'test plan procedure electronic', 'plan procedure electronic systems', 'procedure electronic systems maintain', 'electronic systems maintain complete', 'systems maintain complete urate', 'maintain complete urate documentations', 'complete urate documentations system', 'urate documentations system testing', 'documentations system testing analyze', 'system testing analyze troubleshoot', 'testing analyze troubleshoot test', 'analyze troubleshoot test defects', 'troubleshoot test defects timely', 'test defects timely fashion', 'defects timely fashion write', 'timely fashion write system', 'fashion write system assembly', 'write system assembly instructions', 'system assembly instructions resolve', 'assembly instructions resolve assembly', 'instructions resolve assembly issues', 'resolve assembly issues urately', 'assembly issues urately work', 'issues urately work supervisors', 'urately work supervisors plan', 'work supervisors plan coordinate', 'supervisors plan coordinate test', 'plan coordinate test activities', 'coordinate test activities evaluate', 'test activities evaluate system', 'activities evaluate system performance', 'evaluate system performance suggest', 'system performance suggest improvements', 'performance suggest improvements understand', 'suggest improvements understand interpret', 'improvements understand interpret drawings', 'understand interpret drawings schematics', 'interpret drawings schematics technical', 'drawings schematics technical manuals', 'schematics technical manuals instructions', 'technical manuals instructions also', 'manuals instructions also performed', 'instructions also performed hardware', 'also performed hardware testing', 'performed hardware testing debugging', 'hardware testing debugging hardware', 'testing debugging hardware pcbs', 'debugging hardware pcbs follow', 'hardware pcbs follow company', 'pcbs follow company policies', 'follow company policies safely', 'company policies safely regulations', 'policies safely regulations work', 'safely regulations work cross', 'regulations work cross functional', 'work cross functional teams', 'cross functional teams complete', 'functional teams complete assigned', 'teams complete assigned job', 'complete assigned job duties', 'assigned job duties within', 'job duties within deadlines', 'duties within deadlines recommend', 'within deadlines recommend process', 'deadlines recommend process improvements', 'recommend process improvements enhance', 'process improvements enhance testing', 'improvements enhance testing efficiency', 'enhance testing efficiency company', 'testing efficiency company minilec', 'efficiency company minilec india', 'company minilec india pvt', 'minilec india pvt ltd', 'india pvt ltd pirangoot', 'pvt ltd pirangoot description', 'ltd pirangoot description taking', 'pirangoot description taking responsibility', 'description taking responsibility quality', 'taking responsibility quality company', 'responsibility quality company product', 'quality company product working', 'company product working departmental', 'product working departmental manager', 'working departmental manager production', 'departmental manager production staff', 'manager production staff suppliers', 'production staff suppliers ensure', 'staff suppliers ensure quality', 'suppliers ensure quality aim', 'ensure quality aim minimize', 'quality aim minimize cost', 'aim minimize cost reworking', 'minimize cost reworking waste', 'cost reworking waste maximize', 'reworking waste maximize customer', 'waste maximize customer satisfaction', 'maximize customer satisfaction product', 'customer satisfaction product to', 'satisfaction product to establish', 'product to establish implement', 'to establish implement maintain', 'establish implement maintain quality', 'implement maintain quality management', 'maintain quality management system', 'quality management system measure', 'management system measure control', 'system measure control quality', 'measure control quality production', 'control quality production process', 'quality production process work', 'production process work aim', 'process work aim eliminate', 'work aim eliminate causes', 'aim eliminate causes quality', 'eliminate causes quality issues', 'causes quality issues reduce', 'quality issues reduce risk', 'issues reduce risk failure', 'willingness ept challenges positive thinking', 'ept challenges positive thinking good', 'challenges positive thinking good learner', 'positive thinking good learner team', 'thinking good learner team player', 'good learner team player declaration', 'learner team player declaration i', 'team player declaration i hereby', 'player declaration i hereby declare', 'declaration i hereby declare mentioned', 'i hereby declare mentioned information', 'hereby declare mentioned information correct', 'declare mentioned information correct knowledge', 'mentioned information correct knowledge i', 'information correct knowledge i bear', 'correct knowledge i bear responsibility', 'knowledge i bear responsibility correctness', 'i bear responsibility correctness mentioned', 'bear responsibility correctness mentioned particulars', 'responsibility correctness mentioned particulars date', 'correctness mentioned particulars date name', 'mentioned particulars date name dongare', 'particulars date name dongare mandakini', 'date name dongare mandakini murlidhar', 'name dongare mandakini murlidhar signature', 'dongare mandakini murlidhar signature education', 'mandakini murlidhar signature education details', 'murlidhar signature education details june', 'signature education details june 2015', 'education details june 2015 electronics', 'details june 2015 electronics telecommunication', 'june 2015 electronics telecommunication engineering', '2015 electronics telecommunication engineering kolhapur', 'electronics telecommunication engineering kolhapur maharashtra', 'telecommunication engineering kolhapur maharashtra shivaji', 'engineering kolhapur maharashtra shivaji university', 'kolhapur maharashtra shivaji university june', 'maharashtra shivaji university june 2012', 'shivaji university june 2012 education', 'university june 2012 education secondary', 'june 2012 education secondary higher', '2012 education secondary higher secondary', 'education secondary higher secondary b', 'secondary higher secondary b e', 'higher secondary b e electronics', 'secondary b e electronics telecommunication', 'b e electronics telecommunication jaywant', 'e electronics telecommunication jaywant college', 'electronics telecommunication jaywant college engineering', 'telecommunication jaywant college engineering management', 'jaywant college engineering management testing', 'college engineering management testing engineer', 'engineering management testing engineer electronics', 'management testing engineer electronics engineer', 'testing engineer electronics engineer abacus', 'engineer electronics engineer abacus electronics', 'electronics engineer abacus electronics pvt', 'engineer abacus electronics pvt ltd', 'abacus electronics pvt ltd skill', 'electronics pvt ltd skill details', 'pvt ltd skill details language', 'ltd skill details language c', 'skill details language c c', 'details language c c exprience', 'language c c exprience less', 'c c exprience less 1', 'c exprience less 1 year', 'exprience less 1 year months', 'less 1 year months operating', '1 year months operating systems', 'year months operating systems windows', 'months operating systems windows 7', 'operating systems windows 7 8', 'systems windows 7 8 nt', 'windows 7 8 nt xp', '7 8 nt xp exprience', '8 nt xp exprience less', 'nt xp exprience less 1', 'xp exprience less 1 year', 'exprience less 1 year monthscompany', 'less 1 year monthscompany details', '1 year monthscompany details company', 'year monthscompany details company abacus', 'monthscompany details company abacus electronics', 'details company abacus electronics pvt', 'company abacus electronics pvt ltd', 'abacus electronics pvt ltd description', 'electronics pvt ltd description duties', 'pvt ltd description duties perform', 'ltd description duties perform electronic', 'description duties perform electronic system', 'duties perform electronic system testing', 'perform electronic system testing eptance', 'electronic system testing eptance compliance', 'system testing eptance compliance warranty', 'testing eptance compliance warranty types', 'eptance compliance warranty types develop', 'compliance warranty types develop test', 'warranty types develop test plan', 'types develop test plan procedure', 'develop test plan procedure electronic', 'test plan procedure electronic systems', 'plan procedure electronic systems maintain', 'procedure electronic systems maintain complete', 'electronic systems maintain complete urate', 'systems maintain complete urate documentations', 'maintain complete urate documentations system', 'complete urate documentations system testing', 'urate documentations system testing analyze', 'documentations system testing analyze troubleshoot', 'system testing analyze troubleshoot test', 'testing analyze troubleshoot test defects', 'analyze troubleshoot test defects timely', 'troubleshoot test defects timely fashion', 'test defects timely fashion write', 'defects timely fashion write system', 'timely fashion write system assembly', 'fashion write system assembly instructions', ...], ['personal', 'skills', 'quick', 'learner', 'eagerness', 'learn', 'new', 'things', 'competitive', 'attitude', 'good', 'leadership', 'qualities', 'ability', 'deal', 'people', 'diplomatically', 'personal', 'dossier', 'fathers', 'name', 'dhanraj', 'wagheducation', 'details', 'january', '2012', 'january', '2016', 'bachelors', 'engineering', 'engineering', 'pune', 'maharashtra', 'pune', 'university', 'january', '2012', 'higher', 'secondary', 'certificate', 'nashik', 'maharashtra', 'snd', 'college', 'engineering', 'research', 'center', 'january', '2010', 'secondary', 'school', 'certificate', 'yeola', 'maharashtra', 'swami', 'muktanand', 'jr', 'college', 'hsc', 'maharashtra', 'state', 'board', 'ssc', 'maharashtra', 'state', 'bard', 'be', 'rajapur', 'uttar', 'pradesh', 'madhyamik', 'vidya', 'mandir', 'rajapur', 'testing', 'quality', 'control', 'engineer', 'testing', 'quality', 'control', 'engineer', 'm', 's', 'rakesh', 'transformer', 'industries', 'pvt', 'ltd', 'skill', 'details', 'company', 'details', 'company', 'm', 's', 'rakesh', 'transformer', 'industries', 'pvt', 'ltd', 'description', 'responsibilities', 'to', 'conduct', 'routine', 'test', 'type', 'test', 'temperature', 'rise', 'test', 'special', 'test', 'transformers', 'per', 'is', 'iec', '10', 'mva', '33', 'kv', 'class', 'preparing', 'test', 'reports', 'routine', 'tests', 'type', 'tests', 'special', 'tests', 'per', 'is', '2026', 'is', '1180', 'is', '11171', 'iec', '60076', 'test', 'manual', 'inspection', 'plans', 'power', 'transformers', 'distribution', 'transformers', 'inverter', 'duty', 'converter', 'duty', 'motor', 'duty', 'transformer', 'furnace', 'transformer', 'auto', 'transformers', 'dry', 'type', 'vpi', 'c', 'lt', 'transformers', 'special', 'transformers', 'testing', 'remote', 'tap', 'changer', 'cubicle', 'cc', 'panel', 'oltc', 'operation', 'ctr', 'esun', 'mr', 'functional', 'testing', 'transformer', 'a', 'essories', 'br', 'prv', 'mog', 'wti', 'oti', 'setting', 'in', 'case', 'failure', 'testing', 'analyses', 'root', 'cause', 'submit', 'capa', 'assist', 'customer', 'representative', 'time', 'inspection', 'in', 'process', 'testing', 'winding', 'core', 'assembly', 'core', 'coil', 'assembly', 'handling', '3rd', 'party', 'government', 'body', 'inspection', 'preparation', 'daily', 'internal', 'testing', 'reports', 'send', 'concern', 'support', 'certification', 'audits', 'iso', 'bis', 'calibration', 'validation', 'tools', 'instruments', 'measuring', 'equipment', 'suggest', 'client', 'proper', 'maintenance', 'transformer', 'doing', 'documentation', 'maintain', 'records', 'analyze', 'test', 'results', 'maintain', 'testing', 'ledger', 'in', 'process', 'quality', 'inspection', 'winding', 'core', 'assembly', 'core', 'coil', 'assembly', 'per', 'standard', 'per', 'organizational', 'norms', 'pre', 'dispatch', 'quality', 'inspection', 'complete', 'product', 'implementation', 'why', 'why', 'analysis', 'company', 'm', 's', 'silverline', 'electricals', 'pvt', 'ltd', 'description', 'routine', 'tests', 'type', 'tests', 'temperature', 'rise', 'test', 'special', 'tests', 'per', 'is', '2026', 'is', '1180', 'test', 'manual', 'inspection', 'plans', 'distribution', 'transformer', 'power', 'transformer', 'su', 'essfully', 'handled', 'responsibilities', 'erda', 'testing', 'on', 'site', 'commissioning', 'transformer', 'assist', 'customer', 'representative', 'time', 'inspection', 'in', 'process', 'testing', 'winding', 'core', 'assembly', 'core', 'coil', 'assembly', 'su', 'essfully', 'handling', '3rd', 'party', 'government', 'body', 'inspection', 'preparation', 'daily', 'internal', 'testing', 'reports', 'send', 'concern', 'suggest', 'client', 'proper', 'maintenance', 'transformer', 'personal skills', 'skills quick', 'quick learner', 'learner eagerness', 'eagerness learn', 'learn new', 'new things', 'things competitive', 'competitive attitude', 'attitude good', 'good leadership', 'leadership qualities', 'qualities ability', 'ability deal', 'deal people', 'people diplomatically', 'diplomatically personal', 'personal dossier', 'dossier fathers', 'fathers name', 'name dhanraj', 'dhanraj wagheducation', 'wagheducation details', 'details january', 'january 2012', '2012 january', 'january 2016', '2016 bachelors', 'bachelors engineering', 'engineering engineering', 'engineering pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university january', 'january 2012', '2012 higher', 'higher secondary', 'secondary certificate', 'certificate nashik', 'nashik maharashtra', 'maharashtra snd', 'snd college', 'college engineering', 'engineering research', 'research center', 'center january', 'january 2010', '2010 secondary', 'secondary school', 'school certificate', 'certificate yeola', 'yeola maharashtra', 'maharashtra swami', 'swami muktanand', 'muktanand jr', 'jr college', 'college hsc', 'hsc maharashtra', 'maharashtra state', 'state board', 'board ssc', 'ssc maharashtra', 'maharashtra state', 'state bard', 'bard be', 'be rajapur', 'rajapur uttar', 'uttar pradesh', 'pradesh madhyamik', 'madhyamik vidya', 'vidya mandir', 'mandir rajapur', 'rajapur testing', 'testing quality', 'quality control', 'control engineer', 'engineer testing', 'testing quality', 'quality control', 'control engineer', 'engineer m', 'm s', 's rakesh', 'rakesh transformer', 'transformer industries', 'industries pvt', 'pvt ltd', 'ltd skill', 'skill details', 'details company', 'company details', 'details company', 'company m', 'm s', 's rakesh', 'rakesh transformer', 'transformer industries', 'industries pvt', 'pvt ltd', 'ltd description', 'description responsibilities', 'responsibilities to', 'to conduct', 'conduct routine', 'routine test', 'test type', 'type test', 'test temperature', 'temperature rise', 'rise test', 'test special', 'special test', 'test transformers', 'transformers per', 'per is', 'is iec', 'iec 10', '10 mva', 'mva 33', '33 kv', 'kv class', 'class preparing', 'preparing test', 'test reports', 'reports routine', 'routine tests', 'tests type', 'type tests', 'tests special', 'special tests', 'tests per', 'per is', 'is 2026', '2026 is', 'is 1180', '1180 is', 'is 11171', '11171 iec', 'iec 60076', '60076 test', 'test manual', 'manual inspection', 'inspection plans', 'plans power', 'power transformers', 'transformers distribution', 'distribution transformers', 'transformers inverter', 'inverter duty', 'duty converter', 'converter duty', 'duty motor', 'motor duty', 'duty transformer', 'transformer furnace', 'furnace transformer', 'transformer auto', 'auto transformers', 'transformers dry', 'dry type', 'type vpi', 'vpi c', 'c lt', 'lt transformers', 'transformers special', 'special transformers', 'transformers testing', 'testing remote', 'remote tap', 'tap changer', 'changer cubicle', 'cubicle cc', 'cc panel', 'panel oltc', 'oltc operation', 'operation ctr', 'ctr esun', 'esun mr', 'mr functional', 'functional testing', 'testing transformer', 'transformer a', 'a essories', 'essories br', 'br prv', 'prv mog', 'mog wti', 'wti oti', 'oti setting', 'setting in', 'in case', 'case failure', 'failure testing', 'testing analyses', 'analyses root', 'root cause', 'cause submit', 'submit capa', 'capa assist', 'assist customer', 'customer representative', 'representative time', 'time inspection', 'inspection in', 'in process', 'process testing', 'testing winding', 'winding core', 'core assembly', 'assembly core', 'core coil', 'coil assembly', 'assembly handling', 'handling 3rd', '3rd party', 'party government', 'government body', 'body inspection', 'inspection preparation', 'preparation daily', 'daily internal', 'internal testing', 'testing reports', 'reports send', 'send concern', 'concern support', 'support certification', 'certification audits', 'audits iso', 'iso bis', 'bis calibration', 'calibration validation', 'validation tools', 'tools instruments', 'instruments measuring', 'measuring equipment', 'equipment suggest', 'suggest client', 'client proper', 'proper maintenance', 'maintenance transformer', 'transformer doing', 'doing documentation', 'documentation maintain', 'maintain records', 'records analyze', 'analyze test', 'test results', 'results maintain', 'maintain testing', 'testing ledger', 'ledger in', 'in process', 'process quality', 'quality inspection', 'inspection winding', 'winding core', 'core assembly', 'assembly core', 'core coil', 'coil assembly', 'assembly per', 'per standard', 'standard per', 'per organizational', 'organizational norms', 'norms pre', 'pre dispatch', 'dispatch quality', 'quality inspection', 'inspection complete', 'complete product', 'product implementation', 'implementation why', 'why why', 'why analysis', 'analysis company', 'company m', 'm s', 's silverline', 'silverline electricals', 'electricals pvt', 'pvt ltd', 'ltd description', 'description routine', 'routine tests', 'tests type', 'type tests', 'tests temperature', 'temperature rise', 'rise test', 'test special', 'special tests', 'tests per', 'per is', 'is 2026', '2026 is', 'is 1180', '1180 test', 'test manual', 'manual inspection', 'inspection plans', 'plans distribution', 'distribution transformer', 'transformer power', 'power transformer', 'transformer su', 'su essfully', 'essfully handled', 'handled responsibilities', 'responsibilities erda', 'erda testing', 'testing on', 'on site', 'site commissioning', 'commissioning transformer', 'transformer assist', 'assist customer', 'customer representative', 'representative time', 'time inspection', 'inspection in', 'in process', 'process testing', 'testing winding', 'winding core', 'core assembly', 'assembly core', 'core coil', 'coil assembly', 'assembly su', 'su essfully', 'essfully handling', 'handling 3rd', '3rd party', 'party government', 'government body', 'body inspection', 'inspection preparation', 'preparation daily', 'daily internal', 'internal testing', 'testing reports', 'reports send', 'send concern', 'concern suggest', 'suggest client', 'client proper', 'proper maintenance', 'maintenance transformer', 'personal skills quick', 'skills quick learner', 'quick learner eagerness', 'learner eagerness learn', 'eagerness learn new', 'learn new things', 'new things competitive', 'things competitive attitude', 'competitive attitude good', 'attitude good leadership', 'good leadership qualities', 'leadership qualities ability', 'qualities ability deal', 'ability deal people', 'deal people diplomatically', 'people diplomatically personal', 'diplomatically personal dossier', 'personal dossier fathers', 'dossier fathers name', 'fathers name dhanraj', 'name dhanraj wagheducation', 'dhanraj wagheducation details', 'wagheducation details january', 'details january 2012', 'january 2012 january', '2012 january 2016', 'january 2016 bachelors', '2016 bachelors engineering', 'bachelors engineering engineering', 'engineering engineering pune', 'engineering pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university january', 'university january 2012', 'january 2012 higher', '2012 higher secondary', 'higher secondary certificate', 'secondary certificate nashik', 'certificate nashik maharashtra', 'nashik maharashtra snd', 'maharashtra snd college', 'snd college engineering', 'college engineering research', 'engineering research center', 'research center january', 'center january 2010', 'january 2010 secondary', '2010 secondary school', 'secondary school certificate', 'school certificate yeola', 'certificate yeola maharashtra', 'yeola maharashtra swami', 'maharashtra swami muktanand', 'swami muktanand jr', 'muktanand jr college', 'jr college hsc', 'college hsc maharashtra', 'hsc maharashtra state', 'maharashtra state board', 'state board ssc', 'board ssc maharashtra', 'ssc maharashtra state', 'maharashtra state bard', 'state bard be', 'bard be rajapur', 'be rajapur uttar', 'rajapur uttar pradesh', 'uttar pradesh madhyamik', 'pradesh madhyamik vidya', 'madhyamik vidya mandir', 'vidya mandir rajapur', 'mandir rajapur testing', 'rajapur testing quality', 'testing quality control', 'quality control engineer', 'control engineer testing', 'engineer testing quality', 'testing quality control', 'quality control engineer', 'control engineer m', 'engineer m s', 'm s rakesh', 's rakesh transformer', 'rakesh transformer industries', 'transformer industries pvt', 'industries pvt ltd', 'pvt ltd skill', 'ltd skill details', 'skill details company', 'details company details', 'company details company', 'details company m', 'company m s', 'm s rakesh', 's rakesh transformer', 'rakesh transformer industries', 'transformer industries pvt', 'industries pvt ltd', 'pvt ltd description', 'ltd description responsibilities', 'description responsibilities to', 'responsibilities to conduct', 'to conduct routine', 'conduct routine test', 'routine test type', 'test type test', 'type test temperature', 'test temperature rise', 'temperature rise test', 'rise test special', 'test special test', 'special test transformers', 'test transformers per', 'transformers per is', 'per is iec', 'is iec 10', 'iec 10 mva', '10 mva 33', 'mva 33 kv', '33 kv class', 'kv class preparing', 'class preparing test', 'preparing test reports', 'test reports routine', 'reports routine tests', 'routine tests type', 'tests type tests', 'type tests special', 'tests special tests', 'special tests per', 'tests per is', 'per is 2026', 'is 2026 is', '2026 is 1180', 'is 1180 is', '1180 is 11171', 'is 11171 iec', '11171 iec 60076', 'iec 60076 test', '60076 test manual', 'test manual inspection', 'manual inspection plans', 'inspection plans power', 'plans power transformers', 'power transformers distribution', 'transformers distribution transformers', 'distribution transformers inverter', 'transformers inverter duty', 'inverter duty converter', 'duty converter duty', 'converter duty motor', 'duty motor duty', 'motor duty transformer', 'duty transformer furnace', 'transformer furnace transformer', 'furnace transformer auto', 'transformer auto transformers', 'auto transformers dry', 'transformers dry type', 'dry type vpi', 'type vpi c', 'vpi c lt', 'c lt transformers', 'lt transformers special', 'transformers special transformers', 'special transformers testing', 'transformers testing remote', 'testing remote tap', 'remote tap changer', 'tap changer cubicle', 'changer cubicle cc', 'cubicle cc panel', 'cc panel oltc', 'panel oltc operation', 'oltc operation ctr', 'operation ctr esun', 'ctr esun mr', 'esun mr functional', 'mr functional testing', 'functional testing transformer', 'testing transformer a', 'transformer a essories', 'a essories br', 'essories br prv', 'br prv mog', 'prv mog wti', 'mog wti oti', 'wti oti setting', 'oti setting in', 'setting in case', 'in case failure', 'case failure testing', 'failure testing analyses', 'testing analyses root', 'analyses root cause', 'root cause submit', 'cause submit capa', 'submit capa assist', 'capa assist customer', 'assist customer representative', 'customer representative time', 'representative time inspection', 'time inspection in', 'inspection in process', 'in process testing', 'process testing winding', 'testing winding core', 'winding core assembly', 'core assembly core', 'assembly core coil', 'core coil assembly', 'coil assembly handling', 'assembly handling 3rd', 'handling 3rd party', '3rd party government', 'party government body', 'government body inspection', 'body inspection preparation', 'inspection preparation daily', 'preparation daily internal', 'daily internal testing', 'internal testing reports', 'testing reports send', 'reports send concern', 'send concern support', 'concern support certification', 'support certification audits', 'certification audits iso', 'audits iso bis', 'iso bis calibration', 'bis calibration validation', 'calibration validation tools', 'validation tools instruments', 'tools instruments measuring', 'instruments measuring equipment', 'measuring equipment suggest', 'equipment suggest client', 'suggest client proper', 'client proper maintenance', 'proper maintenance transformer', 'maintenance transformer doing', 'transformer doing documentation', 'doing documentation maintain', 'documentation maintain records', 'maintain records analyze', 'records analyze test', 'analyze test results', 'test results maintain', 'results maintain testing', 'maintain testing ledger', 'testing ledger in', 'ledger in process', 'in process quality', 'process quality inspection', 'quality inspection winding', 'inspection winding core', 'winding core assembly', 'core assembly core', 'assembly core coil', 'core coil assembly', 'coil assembly per', 'assembly per standard', 'per standard per', 'standard per organizational', 'per organizational norms', 'organizational norms pre', 'norms pre dispatch', 'pre dispatch quality', 'dispatch quality inspection', 'quality inspection complete', 'inspection complete product', 'complete product implementation', 'product implementation why', 'implementation why why', 'why why analysis', 'why analysis company', 'analysis company m', 'company m s', 'm s silverline', 's silverline electricals', 'silverline electricals pvt', 'electricals pvt ltd', 'pvt ltd description', 'ltd description routine', 'description routine tests', 'routine tests type', 'tests type tests', 'type tests temperature', 'tests temperature rise', 'temperature rise test', 'rise test special', 'test special tests', 'special tests per', 'tests per is', 'per is 2026', 'is 2026 is', ...], ['computer', 'skills', 'software', 'knowledge', 'ms', 'power', 'point', 'ms', 'office', 'c', 'protius', 'pcb', 'design', 'multisim', 'micro', 'wind', 'matlab', 'keil', 'latex', 'basic', 'i', 'nternet', 'fundamentals', 'software', 'hardware', 'knowledge', 'project', 'details', 'diploma', 'project', 'speed', 'control', 'dc', 'motor', 'using', 'heart', 'beats', 'mini', 'project', 'water', 'gardening', 'system', 'using', 'solar', 'panel', 'final', 'year', 'be', 'project', 'iris', 'recognition', 'system', 'education', 'details', 'january', '2016', 'be', 'education', 'pune', 'maharashtra', 'pune', 'university', 'january', '2010', 'ssc', 'maharashtra', 'board', 'quality', 'engineer', 'quality', 'engineer', 'matrix', 'technologies', 'skill', 'details', 'matlab', 'exprience', '6', 'months', 'pcb', 'exprience', '6', 'months', 'pcb', 'design', 'exprience', '6', 'monthscompany', 'details', 'company', 'matrix', 'technologies', 'description', 'company', 'rb', 'electronics', 'description', 'computer skills', 'skills software', 'software knowledge', 'knowledge ms', 'ms power', 'power point', 'point ms', 'ms office', 'office c', 'c protius', 'protius pcb', 'pcb design', 'design multisim', 'multisim micro', 'micro wind', 'wind matlab', 'matlab keil', 'keil latex', 'latex basic', 'basic i', 'i nternet', 'nternet fundamentals', 'fundamentals software', 'software hardware', 'hardware knowledge', 'knowledge project', 'project details', 'details diploma', 'diploma project', 'project speed', 'speed control', 'control dc', 'dc motor', 'motor using', 'using heart', 'heart beats', 'beats mini', 'mini project', 'project water', 'water gardening', 'gardening system', 'system using', 'using solar', 'solar panel', 'panel final', 'final year', 'year be', 'be project', 'project iris', 'iris recognition', 'recognition system', 'system education', 'education details', 'details january', 'january 2016', '2016 be', 'be education', 'education pune', 'pune maharashtra', 'maharashtra pune', 'pune university', 'university january', 'january 2010', '2010 ssc', 'ssc maharashtra', 'maharashtra board', 'board quality', 'quality engineer', 'engineer quality', 'quality engineer', 'engineer matrix', 'matrix technologies', 'technologies skill', 'skill details', 'details matlab', 'matlab exprience', 'exprience 6', '6 months', 'months pcb', 'pcb exprience', 'exprience 6', '6 months', 'months pcb', 'pcb design', 'design exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company matrix', 'matrix technologies', 'technologies description', 'description company', 'company rb', 'rb electronics', 'electronics description', 'computer skills software', 'skills software knowledge', 'software knowledge ms', 'knowledge ms power', 'ms power point', 'power point ms', 'point ms office', 'ms office c', 'office c protius', 'c protius pcb', 'protius pcb design', 'pcb design multisim', 'design multisim micro', 'multisim micro wind', 'micro wind matlab', 'wind matlab keil', 'matlab keil latex', 'keil latex basic', 'latex basic i', 'basic i nternet', 'i nternet fundamentals', 'nternet fundamentals software', 'fundamentals software hardware', 'software hardware knowledge', 'hardware knowledge project', 'knowledge project details', 'project details diploma', 'details diploma project', 'diploma project speed', 'project speed control', 'speed control dc', 'control dc motor', 'dc motor using', 'motor using heart', 'using heart beats', 'heart beats mini', 'beats mini project', 'mini project water', 'project water gardening', 'water gardening system', 'gardening system using', 'system using solar', 'using solar panel', 'solar panel final', 'panel final year', 'final year be', 'year be project', 'be project iris', 'project iris recognition', 'iris recognition system', 'recognition system education', 'system education details', 'education details january', 'details january 2016', 'january 2016 be', '2016 be education', 'be education pune', 'education pune maharashtra', 'pune maharashtra pune', 'maharashtra pune university', 'pune university january', 'university january 2010', 'january 2010 ssc', '2010 ssc maharashtra', 'ssc maharashtra board', 'maharashtra board quality', 'board quality engineer', 'quality engineer quality', 'engineer quality engineer', 'quality engineer matrix', 'engineer matrix technologies', 'matrix technologies skill', 'technologies skill details', 'skill details matlab', 'details matlab exprience', 'matlab exprience 6', 'exprience 6 months', '6 months pcb', 'months pcb exprience', 'pcb exprience 6', 'exprience 6 months', '6 months pcb', 'months pcb design', 'pcb design exprience', 'design exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company matrix', 'company matrix technologies', 'matrix technologies description', 'technologies description company', 'description company rb', 'company rb electronics', 'rb electronics description', 'computer skills software knowledge', 'skills software knowledge ms', 'software knowledge ms power', 'knowledge ms power point', 'ms power point ms', 'power point ms office', 'point ms office c', 'ms office c protius', 'office c protius pcb', 'c protius pcb design', 'protius pcb design multisim', 'pcb design multisim micro', 'design multisim micro wind', 'multisim micro wind matlab', 'micro wind matlab keil', 'wind matlab keil latex', 'matlab keil latex basic', 'keil latex basic i', 'latex basic i nternet', 'basic i nternet fundamentals', 'i nternet fundamentals software', 'nternet fundamentals software hardware', 'fundamentals software hardware knowledge', 'software hardware knowledge project', 'hardware knowledge project details', 'knowledge project details diploma', 'project details diploma project', 'details diploma project speed', 'diploma project speed control', 'project speed control dc', 'speed control dc motor', 'control dc motor using', 'dc motor using heart', 'motor using heart beats', 'using heart beats mini', 'heart beats mini project', 'beats mini project water', 'mini project water gardening', 'project water gardening system', 'water gardening system using', 'gardening system using solar', 'system using solar panel', 'using solar panel final', 'solar panel final year', 'panel final year be', 'final year be project', 'year be project iris', 'be project iris recognition', 'project iris recognition system', 'iris recognition system education', 'recognition system education details', 'system education details january', 'education details january 2016', 'details january 2016 be', 'january 2016 be education', '2016 be education pune', 'be education pune maharashtra', 'education pune maharashtra pune', 'pune maharashtra pune university', 'maharashtra pune university january', 'pune university january 2010', 'university january 2010 ssc', 'january 2010 ssc maharashtra', '2010 ssc maharashtra board', 'ssc maharashtra board quality', 'maharashtra board quality engineer', 'board quality engineer quality', 'quality engineer quality engineer', 'engineer quality engineer matrix', 'quality engineer matrix technologies', 'engineer matrix technologies skill', 'matrix technologies skill details', 'technologies skill details matlab', 'skill details matlab exprience', 'details matlab exprience 6', 'matlab exprience 6 months', 'exprience 6 months pcb', '6 months pcb exprience', 'months pcb exprience 6', 'pcb exprience 6 months', 'exprience 6 months pcb', '6 months pcb design', 'months pcb design exprience', 'pcb design exprience 6', 'design exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company matrix', 'details company matrix technologies', 'company matrix technologies description', 'matrix technologies description company', 'technologies description company rb', 'description company rb electronics', 'company rb electronics description', 'computer skills software knowledge ms', 'skills software knowledge ms power', 'software knowledge ms power point', 'knowledge ms power point ms', 'ms power point ms office', 'power point ms office c', 'point ms office c protius', 'ms office c protius pcb', 'office c protius pcb design', 'c protius pcb design multisim', 'protius pcb design multisim micro', 'pcb design multisim micro wind', 'design multisim micro wind matlab', 'multisim micro wind matlab keil', 'micro wind matlab keil latex', 'wind matlab keil latex basic', 'matlab keil latex basic i', 'keil latex basic i nternet', 'latex basic i nternet fundamentals', 'basic i nternet fundamentals software', 'i nternet fundamentals software hardware', 'nternet fundamentals software hardware knowledge', 'fundamentals software hardware knowledge project', 'software hardware knowledge project details', 'hardware knowledge project details diploma', 'knowledge project details diploma project', 'project details diploma project speed', 'details diploma project speed control', 'diploma project speed control dc', 'project speed control dc motor', 'speed control dc motor using', 'control dc motor using heart', 'dc motor using heart beats', 'motor using heart beats mini', 'using heart beats mini project', 'heart beats mini project water', 'beats mini project water gardening', 'mini project water gardening system', 'project water gardening system using', 'water gardening system using solar', 'gardening system using solar panel', 'system using solar panel final', 'using solar panel final year', 'solar panel final year be', 'panel final year be project', 'final year be project iris', 'year be project iris recognition', 'be project iris recognition system', 'project iris recognition system education', 'iris recognition system education details', 'recognition system education details january', 'system education details january 2016', 'education details january 2016 be', 'details january 2016 be education', 'january 2016 be education pune', '2016 be education pune maharashtra', 'be education pune maharashtra pune', 'education pune maharashtra pune university', 'pune maharashtra pune university january', 'maharashtra pune university january 2010', 'pune university january 2010 ssc', 'university january 2010 ssc maharashtra', 'january 2010 ssc maharashtra board', '2010 ssc maharashtra board quality', 'ssc maharashtra board quality engineer', 'maharashtra board quality engineer quality', 'board quality engineer quality engineer', 'quality engineer quality engineer matrix', 'engineer quality engineer matrix technologies', 'quality engineer matrix technologies skill', 'engineer matrix technologies skill details', 'matrix technologies skill details matlab', 'technologies skill details matlab exprience', 'skill details matlab exprience 6', 'details matlab exprience 6 months', 'matlab exprience 6 months pcb', 'exprience 6 months pcb exprience', '6 months pcb exprience 6', 'months pcb exprience 6 months', 'pcb exprience 6 months pcb', 'exprience 6 months pcb design', '6 months pcb design exprience', 'months pcb design exprience 6', 'pcb design exprience 6 monthscompany', 'design exprience 6 monthscompany details', 'exprience 6 monthscompany details company', '6 monthscompany details company matrix', 'monthscompany details company matrix technologies', 'details company matrix technologies description', 'company matrix technologies description company', 'matrix technologies description company rb', 'technologies description company rb electronics', 'description company rb electronics description', 'computer skills software knowledge ms power', 'skills software knowledge ms power point', 'software knowledge ms power point ms', 'knowledge ms power point ms office', 'ms power point ms office c', 'power point ms office c protius', 'point ms office c protius pcb', 'ms office c protius pcb design', 'office c protius pcb design multisim', 'c protius pcb design multisim micro', 'protius pcb design multisim micro wind', 'pcb design multisim micro wind matlab', 'design multisim micro wind matlab keil', 'multisim micro wind matlab keil latex', 'micro wind matlab keil latex basic', 'wind matlab keil latex basic i', 'matlab keil latex basic i nternet', 'keil latex basic i nternet fundamentals', 'latex basic i nternet fundamentals software', 'basic i nternet fundamentals software hardware', 'i nternet fundamentals software hardware knowledge', 'nternet fundamentals software hardware knowledge project', 'fundamentals software hardware knowledge project details', 'software hardware knowledge project details diploma', 'hardware knowledge project details diploma project', 'knowledge project details diploma project speed', 'project details diploma project speed control', 'details diploma project speed control dc', 'diploma project speed control dc motor', 'project speed control dc motor using', 'speed control dc motor using heart', 'control dc motor using heart beats', 'dc motor using heart beats mini', 'motor using heart beats mini project', 'using heart beats mini project water', 'heart beats mini project water gardening', 'beats mini project water gardening system', 'mini project water gardening system using', 'project water gardening system using solar', 'water gardening system using solar panel', 'gardening system using solar panel final', 'system using solar panel final year', 'using solar panel final year be', 'solar panel final year be project', 'panel final year be project iris', 'final year be project iris recognition', 'year be project iris recognition system', 'be project iris recognition system education', 'project iris recognition system education details', 'iris recognition system education details january', 'recognition system education details january 2016', 'system education details january 2016 be', 'education details january 2016 be education', 'details january 2016 be education pune', 'january 2016 be education pune maharashtra', '2016 be education pune maharashtra pune', 'be education pune maharashtra pune university', 'education pune maharashtra pune university january', 'pune maharashtra pune university january 2010', 'maharashtra pune university january 2010 ssc', 'pune university january 2010 ssc maharashtra', 'university january 2010 ssc maharashtra board', 'january 2010 ssc maharashtra board quality', '2010 ssc maharashtra board quality engineer', 'ssc maharashtra board quality engineer quality', 'maharashtra board quality engineer quality engineer', 'board quality engineer quality engineer matrix', 'quality engineer quality engineer matrix technologies', 'engineer quality engineer matrix technologies skill', 'quality engineer matrix technologies skill details', 'engineer matrix technologies skill details matlab', 'matrix technologies skill details matlab exprience', 'technologies skill details matlab exprience 6', 'skill details matlab exprience 6 months', 'details matlab exprience 6 months pcb', 'matlab exprience 6 months pcb exprience', 'exprience 6 months pcb exprience 6', '6 months pcb exprience 6 months', 'months pcb exprience 6 months pcb', 'pcb exprience 6 months pcb design', 'exprience 6 months pcb design exprience', '6 months pcb design exprience 6', 'months pcb design exprience 6 monthscompany', 'pcb design exprience 6 monthscompany details', 'design exprience 6 monthscompany details company', 'exprience 6 monthscompany details company matrix', '6 monthscompany details company matrix technologies', 'monthscompany details company matrix technologies description', 'details company matrix technologies description company', 'company matrix technologies description company rb', 'matrix technologies description company rb electronics', 'technologies description company rb electronics description', 'computer skills software knowledge ms power point', 'skills software knowledge ms power point ms', 'software knowledge ms power point ms office', 'knowledge ms power point ms office c', 'ms power point ms office c protius', 'power point ms office c protius pcb', 'point ms office c protius pcb design', 'ms office c protius pcb design multisim', 'office c protius pcb design multisim micro', 'c protius pcb design multisim micro wind', 'protius pcb design multisim micro wind matlab', 'pcb design multisim micro wind matlab keil', 'design multisim micro wind matlab keil latex', 'multisim micro wind matlab keil latex basic', 'micro wind matlab keil latex basic i', 'wind matlab keil latex basic i nternet', 'matlab keil latex basic i nternet fundamentals', 'keil latex basic i nternet fundamentals software', 'latex basic i nternet fundamentals software hardware', 'basic i nternet fundamentals software hardware knowledge', 'i nternet fundamentals software hardware knowledge project', 'nternet fundamentals software hardware knowledge project details', 'fundamentals software hardware knowledge project details diploma', 'software hardware knowledge project details diploma project', 'hardware knowledge project details diploma project speed', 'knowledge project details diploma project speed control', 'project details diploma project speed control dc', 'details diploma project speed control dc motor', 'diploma project speed control dc motor using', 'project speed control dc motor using heart', 'speed control dc motor using heart beats', 'control dc motor using heart beats mini', 'dc motor using heart beats mini project', 'motor using heart beats mini project water', 'using heart beats mini project water gardening', 'heart beats mini project water gardening system', 'beats mini project water gardening system using', 'mini project water gardening system using solar', 'project water gardening system using solar panel', 'water gardening system using solar panel final', 'gardening system using solar panel final year', 'system using solar panel final year be', 'using solar panel final year be project', 'solar panel final year be project iris', 'panel final year be project iris recognition', 'final year be project iris recognition system', 'year be project iris recognition system education', 'be project iris recognition system education details', 'project iris recognition system education details january', 'iris recognition system education details january 2016', 'recognition system education details january 2016 be', 'system education details january 2016 be education', 'education details january 2016 be education pune', 'details january 2016 be education pune maharashtra', 'january 2016 be education pune maharashtra pune', '2016 be education pune maharashtra pune university', 'be education pune maharashtra pune university january', 'education pune maharashtra pune university january 2010', 'pune maharashtra pune university january 2010 ssc', 'maharashtra pune university january 2010 ssc maharashtra', 'pune university january 2010 ssc maharashtra board', 'university january 2010 ssc maharashtra board quality', 'january 2010 ssc maharashtra board quality engineer', '2010 ssc maharashtra board quality engineer quality', 'ssc maharashtra board quality engineer quality engineer', 'maharashtra board quality engineer quality engineer matrix', 'board quality engineer quality engineer matrix technologies', 'quality engineer quality engineer matrix technologies skill', 'engineer quality engineer matrix technologies skill details', 'quality engineer matrix technologies skill details matlab', 'engineer matrix technologies skill details matlab exprience', 'matrix technologies skill details matlab exprience 6', 'technologies skill details matlab exprience 6 months', 'skill details matlab exprience 6 months pcb', 'details matlab exprience 6 months pcb exprience', 'matlab exprience 6 months pcb exprience 6', 'exprience 6 months pcb exprience 6 months', '6 months pcb exprience 6 months pcb', 'months pcb exprience 6 months pcb design', 'pcb exprience 6 months pcb design exprience', 'exprience 6 months pcb design exprience 6', '6 months pcb design exprience 6 monthscompany', 'months pcb design exprience 6 monthscompany details', 'pcb design exprience 6 monthscompany details company', 'design exprience 6 monthscompany details company matrix', 'exprience 6 monthscompany details company matrix technologies', '6 monthscompany details company matrix technologies description', 'monthscompany details company matrix technologies description company', 'details company matrix technologies description company rb', 'company matrix technologies description company rb electronics', 'matrix technologies description company rb electronics description', 'computer skills software knowledge ms power point ms', 'skills software knowledge ms power point ms office', 'software knowledge ms power point ms office c', 'knowledge ms power point ms office c protius', 'ms power point ms office c protius pcb', 'power point ms office c protius pcb design', 'point ms office c protius pcb design multisim', 'ms office c protius pcb design multisim micro', 'office c protius pcb design multisim micro wind', 'c protius pcb design multisim micro wind matlab', 'protius pcb design multisim micro wind matlab keil', 'pcb design multisim micro wind matlab keil latex', 'design multisim micro wind matlab keil latex basic', 'multisim micro wind matlab keil latex basic i', 'micro wind matlab keil latex basic i nternet', 'wind matlab keil latex basic i nternet fundamentals', 'matlab keil latex basic i nternet fundamentals software', 'keil latex basic i nternet fundamentals software hardware', 'latex basic i nternet fundamentals software hardware knowledge', 'basic i nternet fundamentals software hardware knowledge project', 'i nternet fundamentals software hardware knowledge project details', 'nternet fundamentals software hardware knowledge project details diploma', 'fundamentals software hardware knowledge project details diploma project', 'software hardware knowledge project details diploma project speed', 'hardware knowledge project details diploma project speed control', 'knowledge project details diploma project speed control dc', 'project details diploma project speed control dc motor', 'details diploma project speed control dc motor using', 'diploma project speed control dc motor using heart', 'project speed control dc motor using heart beats', 'speed control dc motor using heart beats mini', 'control dc motor using heart beats mini project', 'dc motor using heart beats mini project water', 'motor using heart beats mini project water gardening', 'using heart beats mini project water gardening system', 'heart beats mini project water gardening system using', 'beats mini project water gardening system using solar', 'mini project water gardening system using solar panel', 'project water gardening system using solar panel final', 'water gardening system using solar panel final year', 'gardening system using solar panel final year be', 'system using solar panel final year be project', 'using solar panel final year be project iris', 'solar panel final year be project iris recognition', 'panel final year be project iris recognition system', 'final year be project iris recognition system education', 'year be project iris recognition system education details', 'be project iris recognition system education details january', 'project iris recognition system education details january 2016', 'iris recognition system education details january 2016 be', 'recognition system education details january 2016 be education', 'system education details january 2016 be education pune', 'education details january 2016 be education pune maharashtra', 'details january 2016 be education pune maharashtra pune', 'january 2016 be education pune maharashtra pune university', '2016 be education pune maharashtra pune university january', 'be education pune maharashtra pune university january 2010', 'education pune maharashtra pune university january 2010 ssc', 'pune maharashtra pune university january 2010 ssc maharashtra', 'maharashtra pune university january 2010 ssc maharashtra board', 'pune university january 2010 ssc maharashtra board quality', 'university january 2010 ssc maharashtra board quality engineer', 'january 2010 ssc maharashtra board quality engineer quality', '2010 ssc maharashtra board quality engineer quality engineer', 'ssc maharashtra board quality engineer quality engineer matrix', 'maharashtra board quality engineer quality engineer matrix technologies', 'board quality engineer quality engineer matrix technologies skill', 'quality engineer quality engineer matrix technologies skill details', 'engineer quality engineer matrix technologies skill details matlab', 'quality engineer matrix technologies skill details matlab exprience', 'engineer matrix technologies skill details matlab exprience 6', 'matrix technologies skill details matlab exprience 6 months', 'technologies skill details matlab exprience 6 months pcb', 'skill details matlab exprience 6 months pcb exprience', 'details matlab exprience 6 months pcb exprience 6', 'matlab exprience 6 months pcb exprience 6 months', 'exprience 6 months pcb exprience 6 months pcb', '6 months pcb exprience 6 months pcb design', 'months pcb exprience 6 months pcb design exprience', 'pcb exprience 6 months pcb design exprience 6', 'exprience 6 months pcb design exprience 6 monthscompany', '6 months pcb design exprience 6 monthscompany details', 'months pcb design exprience 6 monthscompany details company', 'pcb design exprience 6 monthscompany details company matrix', 'design exprience 6 monthscompany details company matrix technologies', 'exprience 6 monthscompany details company matrix technologies description', '6 monthscompany details company matrix technologies description company', 'monthscompany details company matrix technologies description company rb', 'details company matrix technologies description company rb electronics', 'company matrix technologies description company rb electronics description', 'computer skills software knowledge ms power point ms office', 'skills software knowledge ms power point ms office c', 'software knowledge ms power point ms office c protius', 'knowledge ms power point ms office c protius pcb', 'ms power point ms office c protius pcb design', 'power point ms office c protius pcb design multisim', 'point ms office c protius pcb design multisim micro', 'ms office c protius pcb design multisim micro wind', 'office c protius pcb design multisim micro wind matlab', 'c protius pcb design multisim micro wind matlab keil', 'protius pcb design multisim micro wind matlab keil latex', 'pcb design multisim micro wind matlab keil latex basic', 'design multisim micro wind matlab keil latex basic i', 'multisim micro wind matlab keil latex basic i nternet', 'micro wind matlab keil latex basic i nternet fundamentals', 'wind matlab keil latex basic i nternet fundamentals software', 'matlab keil latex basic i nternet fundamentals software hardware', 'keil latex basic i nternet fundamentals software hardware knowledge', 'latex basic i nternet fundamentals software hardware knowledge project', 'basic i nternet fundamentals software hardware knowledge project details', 'i nternet fundamentals software hardware knowledge project details diploma', 'nternet fundamentals software hardware knowledge project details diploma project', 'fundamentals software hardware knowledge project details diploma project speed', 'software hardware knowledge project details diploma project speed control', 'hardware knowledge project details diploma project speed control dc', 'knowledge project details diploma project speed control dc motor', 'project details diploma project speed control dc motor using', 'details diploma project speed control dc motor using heart', 'diploma project speed control dc motor using heart beats', 'project speed control dc motor using heart beats mini', 'speed control dc motor using heart beats mini project', 'control dc motor using heart beats mini project water', 'dc motor using heart beats mini project water gardening', 'motor using heart beats mini project water gardening system', 'using heart beats mini project water gardening system using', 'heart beats mini project water gardening system using solar', 'beats mini project water gardening system using solar panel', 'mini project water gardening system using solar panel final', 'project water gardening system using solar panel final year', 'water gardening system using solar panel final year be', 'gardening system using solar panel final year be project', 'system using solar panel final year be project iris', 'using solar panel final year be project iris recognition', 'solar panel final year be project iris recognition system', 'panel final year be project iris recognition system education', 'final year be project iris recognition system education details', 'year be project iris recognition system education details january', 'be project iris recognition system education details january 2016', 'project iris recognition system education details january 2016 be', 'iris recognition system education details january 2016 be education', 'recognition system education details january 2016 be education pune', 'system education details january 2016 be education pune maharashtra', 'education details january 2016 be education pune maharashtra pune', 'details january 2016 be education pune maharashtra pune university', 'january 2016 be education pune maharashtra pune university january', '2016 be education pune maharashtra pune university january 2010', 'be education pune maharashtra pune university january 2010 ssc', 'education pune maharashtra pune university january 2010 ssc maharashtra', 'pune maharashtra pune university january 2010 ssc maharashtra board', 'maharashtra pune university january 2010 ssc maharashtra board quality', 'pune university january 2010 ssc maharashtra board quality engineer', 'university january 2010 ssc maharashtra board quality engineer quality', 'january 2010 ssc maharashtra board quality engineer quality engineer', '2010 ssc maharashtra board quality engineer quality engineer matrix', 'ssc maharashtra board quality engineer quality engineer matrix technologies', 'maharashtra board quality engineer quality engineer matrix technologies skill', 'board quality engineer quality engineer matrix technologies skill details', 'quality engineer quality engineer matrix technologies skill details matlab', 'engineer quality engineer matrix technologies skill details matlab exprience', 'quality engineer matrix technologies skill details matlab exprience 6', 'engineer matrix technologies skill details matlab exprience 6 months', 'matrix technologies skill details matlab exprience 6 months pcb', 'technologies skill details matlab exprience 6 months pcb exprience', 'skill details matlab exprience 6 months pcb exprience 6', 'details matlab exprience 6 months pcb exprience 6 months', 'matlab exprience 6 months pcb exprience 6 months pcb', 'exprience 6 months pcb exprience 6 months pcb design', '6 months pcb exprience 6 months pcb design exprience', 'months pcb exprience 6 months pcb design exprience 6', 'pcb exprience 6 months pcb design exprience 6 monthscompany', 'exprience 6 months pcb design exprience 6 monthscompany details', '6 months pcb design exprience 6 monthscompany details company', 'months pcb design exprience 6 monthscompany details company matrix', 'pcb design exprience 6 monthscompany details company matrix technologies', 'design exprience 6 monthscompany details company matrix technologies description', 'exprience 6 monthscompany details company matrix technologies description company', '6 monthscompany details company matrix technologies description company rb', 'monthscompany details company matrix technologies description company rb electronics', 'details company matrix technologies description company rb electronics description'], ['skill', 'set', 'os', 'windows', 'xp', '7', '8', '8', '1', '10', 'database', 'mysql', 'sql', 'server', '2005', '2008', '2012', 'languages', 'core', 'java', 'web', 'technology', 'html', 'css', 'testing', 'manual', 'testing', 'database', 'testing', 'other', 'bug', 'tracking', 'reporting', 'end', 'user', 'handling', 'education', 'details', 'january', '2016', 'mcs', 'pune', 'maharashtra', 'p', 'v', 'p', 'college', 'pravaranagar', 'january', '2011', 'hsc', 'a', 'k', 'junior', 'college', 'january', '2009', 'ssc', 'a', 'k', 'mahavidyalya', 'jr', 'testing', 'engineer', 'jr', 'testing', 'engineer', 'm', 'tech', 'innovations', 'ltd', 'skill', 'details', 'testing', 'exprience', '24', 'months', 'windows', 'xp', 'exprience', '24', 'months', 'css', 'exprience', '6', 'months', 'database', 'exprience', '6', 'months', 'database', 'testing', 'exprience', '6', 'monthscompany', 'details', 'company', 'm', 'tech', 'innovations', 'ltd', 'description', 'responsibilities', 'analyzing', 'testing', 'requirements', 'preparing', 'test', 'plans', 'test', 'scenarios', 'preparing', 'test', 'cases', 'executing', 'test', 'cases', 'tracking', 'bugs', 'coordinating', 'developers', 'order', 'fix', 'preparing', 'test', 'summary', 'reports', 'reporting', 'quality', 'manager', 'attending', 'meeting', 'projects', 'project', 'name', '1', 'web', 'based', 'time', 'attendance', 'application', 'environment', 'windows', '7', 'vista', 'windows', 'xp', 'windows', '8', 'windows', '10', 'clients', 'mccia', 'sapphire', 'park', 'bramha', 'suncity', 'wanless', 'hospital', 'role', 'software', 'testing', 'duration', '6', 'months', 'project', 'name', 'android', '1', 'time', 'attendance', 'application', '2', 'vehicle', 'tracking', 'system', '3', 'vistor', 'management', 'system', 'environment', 'android', 'mobile', 'android', 'tablet', 'clients', 'vankan', 'security', 'role', 'application', 'testing', 'duration', '6', 'months', 'project', 'name', '1', 'web', 'based', 'factory', 'automation', 'process', '2', 'web', 'based', 'annual', 'maintenance', 'charges', 'environment', 'windows', '7', 'vista', 'windows', 'xp', 'windows', '8', 'windows', '10', 'role', 'software', 'testing', 'duration', '6', 'months', 'project', 'name', 'web', 'based', 'library', 'management', 'system', 'environment', 'windows', '7', 'vista', 'windows', 'xp', 'windows', '8', 'windows', '10', 'role', 'software', 'testing', 'duration', '6', 'months', 'skill set', 'set os', 'os windows', 'windows xp', 'xp 7', '7 8', '8 8', '8 1', '1 10', '10 database', 'database mysql', 'mysql sql', 'sql server', 'server 2005', '2005 2008', '2008 2012', '2012 languages', 'languages core', 'core java', 'java web', 'web technology', 'technology html', 'html css', 'css testing', 'testing manual', 'manual testing', 'testing database', 'database testing', 'testing other', 'other bug', 'bug tracking', 'tracking reporting', 'reporting end', 'end user', 'user handling', 'handling education', 'education details', 'details january', 'january 2016', '2016 mcs', 'mcs pune', 'pune maharashtra', 'maharashtra p', 'p v', 'v p', 'p college', 'college pravaranagar', 'pravaranagar january', 'january 2011', '2011 hsc', 'hsc a', 'a k', 'k junior', 'junior college', 'college january', 'january 2009', '2009 ssc', 'ssc a', 'a k', 'k mahavidyalya', 'mahavidyalya jr', 'jr testing', 'testing engineer', 'engineer jr', 'jr testing', 'testing engineer', 'engineer m', 'm tech', 'tech innovations', 'innovations ltd', 'ltd skill', 'skill details', 'details testing', 'testing exprience', 'exprience 24', '24 months', 'months windows', 'windows xp', 'xp exprience', 'exprience 24', '24 months', 'months css', 'css exprience', 'exprience 6', '6 months', 'months database', 'database exprience', 'exprience 6', '6 months', 'months database', 'database testing', 'testing exprience', 'exprience 6', '6 monthscompany', 'monthscompany details', 'details company', 'company m', 'm tech', 'tech innovations', 'innovations ltd', 'ltd description', 'description responsibilities', 'responsibilities analyzing', 'analyzing testing', 'testing requirements', 'requirements preparing', 'preparing test', 'test plans', 'plans test', 'test scenarios', 'scenarios preparing', 'preparing test', 'test cases', 'cases executing', 'executing test', 'test cases', 'cases tracking', 'tracking bugs', 'bugs coordinating', 'coordinating developers', 'developers order', 'order fix', 'fix preparing', 'preparing test', 'test summary', 'summary reports', 'reports reporting', 'reporting quality', 'quality manager', 'manager attending', 'attending meeting', 'meeting projects', 'projects project', 'project name', 'name 1', '1 web', 'web based', 'based time', 'time attendance', 'attendance application', 'application environment', 'environment windows', 'windows 7', '7 vista', 'vista windows', 'windows xp', 'xp windows', 'windows 8', '8 windows', 'windows 10', '10 clients', 'clients mccia', 'mccia sapphire', 'sapphire park', 'park bramha', 'bramha suncity', 'suncity wanless', 'wanless hospital', 'hospital role', 'role software', 'software testing', 'testing duration', 'duration 6', '6 months', 'months project', 'project name', 'name android', 'android 1', '1 time', 'time attendance', 'attendance application', 'application 2', '2 vehicle', 'vehicle tracking', 'tracking system', 'system 3', '3 vistor', 'vistor management', 'management system', 'system environment', 'environment android', 'android mobile', 'mobile android', 'android tablet', 'tablet clients', 'clients vankan', 'vankan security', 'security role', 'role application', 'application testing', 'testing duration', 'duration 6', '6 months', 'months project', 'project name', 'name 1', '1 web', 'web based', 'based factory', 'factory automation', 'automation process', 'process 2', '2 web', 'web based', 'based annual', 'annual maintenance', 'maintenance charges', 'charges environment', 'environment windows', 'windows 7', '7 vista', 'vista windows', 'windows xp', 'xp windows', 'windows 8', '8 windows', 'windows 10', '10 role', 'role software', 'software testing', 'testing duration', 'duration 6', '6 months', 'months project', 'project name', 'name web', 'web based', 'based library', 'library management', 'management system', 'system environment', 'environment windows', 'windows 7', '7 vista', 'vista windows', 'windows xp', 'xp windows', 'windows 8', '8 windows', 'windows 10', '10 role', 'role software', 'software testing', 'testing duration', 'duration 6', '6 months', 'skill set os', 'set os windows', 'os windows xp', 'windows xp 7', 'xp 7 8', '7 8 8', '8 8 1', '8 1 10', '1 10 database', '10 database mysql', 'database mysql sql', 'mysql sql server', 'sql server 2005', 'server 2005 2008', '2005 2008 2012', '2008 2012 languages', '2012 languages core', 'languages core java', 'core java web', 'java web technology', 'web technology html', 'technology html css', 'html css testing', 'css testing manual', 'testing manual testing', 'manual testing database', 'testing database testing', 'database testing other', 'testing other bug', 'other bug tracking', 'bug tracking reporting', 'tracking reporting end', 'reporting end user', 'end user handling', 'user handling education', 'handling education details', 'education details january', 'details january 2016', 'january 2016 mcs', '2016 mcs pune', 'mcs pune maharashtra', 'pune maharashtra p', 'maharashtra p v', 'p v p', 'v p college', 'p college pravaranagar', 'college pravaranagar january', 'pravaranagar january 2011', 'january 2011 hsc', '2011 hsc a', 'hsc a k', 'a k junior', 'k junior college', 'junior college january', 'college january 2009', 'january 2009 ssc', '2009 ssc a', 'ssc a k', 'a k mahavidyalya', 'k mahavidyalya jr', 'mahavidyalya jr testing', 'jr testing engineer', 'testing engineer jr', 'engineer jr testing', 'jr testing engineer', 'testing engineer m', 'engineer m tech', 'm tech innovations', 'tech innovations ltd', 'innovations ltd skill', 'ltd skill details', 'skill details testing', 'details testing exprience', 'testing exprience 24', 'exprience 24 months', '24 months windows', 'months windows xp', 'windows xp exprience', 'xp exprience 24', 'exprience 24 months', '24 months css', 'months css exprience', 'css exprience 6', 'exprience 6 months', '6 months database', 'months database exprience', 'database exprience 6', 'exprience 6 months', '6 months database', 'months database testing', 'database testing exprience', 'testing exprience 6', 'exprience 6 monthscompany', '6 monthscompany details', 'monthscompany details company', 'details company m', 'company m tech', 'm tech innovations', 'tech innovations ltd', 'innovations ltd description', 'ltd description responsibilities', 'description responsibilities analyzing', 'responsibilities analyzing testing', 'analyzing testing requirements', 'testing requirements preparing', 'requirements preparing test', 'preparing test plans', 'test plans test', 'plans test scenarios', 'test scenarios preparing', 'scenarios preparing test', 'preparing test cases', 'test cases executing', 'cases executing test', 'executing test cases', 'test cases tracking', 'cases tracking bugs', 'tracking bugs coordinating', 'bugs coordinating developers', 'coordinating developers order', 'developers order fix', 'order fix preparing', 'fix preparing test', 'preparing test summary', 'test summary reports', 'summary reports reporting', 'reports reporting quality', 'reporting quality manager', 'quality manager attending', 'manager attending meeting', 'attending meeting projects', 'meeting projects project', 'projects project name', 'project name 1', 'name 1 web', '1 web based', 'web based time', 'based time attendance', 'time attendance application', 'attendance application environment', 'application environment windows', 'environment windows 7', 'windows 7 vista', '7 vista windows', 'vista windows xp', 'windows xp windows', 'xp windows 8', 'windows 8 windows', '8 windows 10', 'windows 10 clients', '10 clients mccia', 'clients mccia sapphire', 'mccia sapphire park', 'sapphire park bramha', 'park bramha suncity', 'bramha suncity wanless', 'suncity wanless hospital', 'wanless hospital role', 'hospital role software', 'role software testing', 'software testing duration', 'testing duration 6', 'duration 6 months', '6 months project', 'months project name', 'project name android', 'name android 1', 'android 1 time', '1 time attendance', 'time attendance application', 'attendance application 2', 'application 2 vehicle', '2 vehicle tracking', 'vehicle tracking system', 'tracking system 3', 'system 3 vistor', '3 vistor management', 'vistor management system', 'management system environment', 'system environment android', 'environment android mobile', 'android mobile android', 'mobile android tablet', 'android tablet clients', 'tablet clients vankan', 'clients vankan security', 'vankan security role', 'security role application', 'role application testing', 'application testing duration', 'testing duration 6', 'duration 6 months', '6 months project', 'months project name', 'project name 1', 'name 1 web', '1 web based', 'web based factory', 'based factory automation', 'factory automation process', 'automation process 2', 'process 2 web', '2 web based', 'web based annual', 'based annual maintenance', 'annual maintenance charges', 'maintenance charges environment', 'charges environment windows', 'environment windows 7', 'windows 7 vista', '7 vista windows', 'vista windows xp', 'windows xp windows', 'xp windows 8', 'windows 8 windows', '8 windows 10', 'windows 10 role', '10 role software', 'role software testing', 'software testing duration', 'testing duration 6', 'duration 6 months', '6 months project', 'months project name', 'project name web', 'name web based', 'web based library', 'based library management', 'library management system', 'management system environment', 'system environment windows', 'environment windows 7', 'windows 7 vista', '7 vista windows', 'vista windows xp', 'windows xp windows', 'xp windows 8', 'windows 8 windows', '8 windows 10', 'windows 10 role', '10 role software', 'role software testing', 'software testing duration', 'testing duration 6', 'duration 6 months', 'skill set os windows', 'set os windows xp', 'os windows xp 7', 'windows xp 7 8', 'xp 7 8 8', '7 8 8 1', '8 8 1 10', '8 1 10 database', '1 10 database mysql', '10 database mysql sql', 'database mysql sql server', 'mysql sql server 2005', 'sql server 2005 2008', 'server 2005 2008 2012', '2005 2008 2012 languages', '2008 2012 languages core', '2012 languages core java', 'languages core java web', 'core java web technology', 'java web technology html', 'web technology html css', 'technology html css testing', 'html css testing manual', 'css testing manual testing', 'testing manual testing database', 'manual testing database testing', 'testing database testing other', 'database testing other bug', 'testing other bug tracking', 'other bug tracking reporting', 'bug tracking reporting end', 'tracking reporting end user', 'reporting end user handling', 'end user handling education', 'user handling education details', 'handling education details january', 'education details january 2016', 'details january 2016 mcs', 'january 2016 mcs pune', '2016 mcs pune maharashtra', 'mcs pune maharashtra p', 'pune maharashtra p v', 'maharashtra p v p', 'p v p college', 'v p college pravaranagar', 'p college pravaranagar january', 'college pravaranagar january 2011', 'pravaranagar january 2011 hsc', 'january 2011 hsc a', '2011 hsc a k', 'hsc a k junior', 'a k junior college', 'k junior college january', 'junior college january 2009', 'college january 2009 ssc', 'january 2009 ssc a', '2009 ssc a k', 'ssc a k mahavidyalya', 'a k mahavidyalya jr', 'k mahavidyalya jr testing', 'mahavidyalya jr testing engineer', 'jr testing engineer jr', 'testing engineer jr testing', 'engineer jr testing engineer', 'jr testing engineer m', 'testing engineer m tech', 'engineer m tech innovations', 'm tech innovations ltd', 'tech innovations ltd skill', 'innovations ltd skill details', 'ltd skill details testing', 'skill details testing exprience', 'details testing exprience 24', 'testing exprience 24 months', 'exprience 24 months windows', '24 months windows xp', 'months windows xp exprience', 'windows xp exprience 24', 'xp exprience 24 months', 'exprience 24 months css', '24 months css exprience', 'months css exprience 6', 'css exprience 6 months', 'exprience 6 months database', '6 months database exprience', 'months database exprience 6', 'database exprience 6 months', 'exprience 6 months database', '6 months database testing', 'months database testing exprience', 'database testing exprience 6', 'testing exprience 6 monthscompany', 'exprience 6 monthscompany details', '6 monthscompany details company', 'monthscompany details company m', 'details company m tech', 'company m tech innovations', 'm tech innovations ltd', 'tech innovations ltd description', 'innovations ltd description responsibilities', 'ltd description responsibilities analyzing', 'description responsibilities analyzing testing', 'responsibilities analyzing testing requirements', 'analyzing testing requirements preparing', 'testing requirements preparing test', 'requirements preparing test plans', 'preparing test plans test', 'test plans test scenarios', 'plans test scenarios preparing', 'test scenarios preparing test', 'scenarios preparing test cases', 'preparing test cases executing', 'test cases executing test', 'cases executing test cases', 'executing test cases tracking', 'test cases tracking bugs', 'cases tracking bugs coordinating', 'tracking bugs coordinating developers', 'bugs coordinating developers order', 'coordinating developers order fix', 'developers order fix preparing', 'order fix preparing test', 'fix preparing test summary', 'preparing test summary reports', 'test summary reports reporting', 'summary reports reporting quality', 'reports reporting quality manager', 'reporting quality manager attending', 'quality manager attending meeting', 'manager attending meeting projects', 'attending meeting projects project', 'meeting projects project name', 'projects project name 1', 'project name 1 web', 'name 1 web based', '1 web based time', 'web based time attendance', 'based time attendance application', 'time attendance application environment', 'attendance application environment windows', 'application environment windows 7', 'environment windows 7 vista', 'windows 7 vista windows', '7 vista windows xp', 'vista windows xp windows', 'windows xp windows 8', 'xp windows 8 windows', 'windows 8 windows 10', '8 windows 10 clients', 'windows 10 clients mccia', '10 clients mccia sapphire', 'clients mccia sapphire park', 'mccia sapphire park bramha', 'sapphire park bramha suncity', 'park bramha suncity wanless', 'bramha suncity wanless hospital', 'suncity wanless hospital role', 'wanless hospital role software', 'hospital role software testing', 'role software testing duration', 'software testing duration 6', 'testing duration 6 months', 'duration 6 months project', '6 months project name', 'months project name android', 'project name android 1', 'name android 1 time', 'android 1 time attendance', '1 time attendance application', 'time attendance application 2', 'attendance application 2 vehicle', 'application 2 vehicle tracking', '2 vehicle tracking system', 'vehicle tracking system 3', 'tracking system 3 vistor', 'system 3 vistor management', '3 vistor management system', 'vistor management system environment', 'management system environment android', 'system environment android mobile', 'environment android mobile android', 'android mobile android tablet', 'mobile android tablet clients', 'android tablet clients vankan', 'tablet clients vankan security', 'clients vankan security role', 'vankan security role application', 'security role application testing', 'role application testing duration', 'application testing duration 6', 'testing duration 6 months', 'duration 6 months project', '6 months project name', 'months project name 1', 'project name 1 web', 'name 1 web based', '1 web based factory', 'web based factory automation', 'based factory automation process', 'factory automation process 2', 'automation process 2 web', 'process 2 web based', '2 web based annual', 'web based annual maintenance', 'based annual maintenance charges', 'annual maintenance charges environment', 'maintenance charges environment windows', 'charges environment windows 7', 'environment windows 7 vista', 'windows 7 vista windows', '7 vista windows xp', 'vista windows xp windows', 'windows xp windows 8', 'xp windows 8 windows', 'windows 8 windows 10', '8 windows 10 role', 'windows 10 role software', '10 role software testing', 'role software testing duration', 'software testing duration 6', 'testing duration 6 months', 'duration 6 months project', '6 months project name', 'months project name web', 'project name web based', 'name web based library', 'web based library management', 'based library management system', 'library management system environment', 'management system environment windows', 'system environment windows 7', 'environment windows 7 vista', 'windows 7 vista windows', '7 vista windows xp', 'vista windows xp windows', 'windows xp windows 8', 'xp windows 8 windows', 'windows 8 windows 10', '8 windows 10 role', 'windows 10 role software', '10 role software testing', 'role software testing duration', 'software testing duration 6', 'testing duration 6 months', 'skill set os windows xp', 'set os windows xp 7', 'os windows xp 7 8', 'windows xp 7 8 8', 'xp 7 8 8 1', '7 8 8 1 10', '8 8 1 10 database', '8 1 10 database mysql', '1 10 database mysql sql', '10 database mysql sql server', 'database mysql sql server 2005', 'mysql sql server 2005 2008', 'sql server 2005 2008 2012', 'server 2005 2008 2012 languages', '2005 2008 2012 languages core', '2008 2012 languages core java', '2012 languages core java web', 'languages core java web technology', ...]]
T=[]
for i in temp3 :
for j in i:
T.append(j)
T
['skills', 'programming', 'languages', 'python', 'pandas', 'numpy', 'scipy', 'scikit', 'learn', 'matplotlib', 'sql', 'java', 'javascript', 'jquery', 'machine', 'learning', 'regression', 'svm', 'na', 'bayes', 'knn', 'random', 'forest', 'decision', 'trees', 'boosting', 'techniques', 'cluster', 'analysis', 'word', 'embedding', 'sentiment', 'analysis', 'natural', 'language', 'processing', 'dimensionality', 'reduction', 'topic', 'modelling', 'lda', 'nmf', 'pca', 'neural', 'nets', 'database', 'visualizations', 'mysql', 'sqlserver', 'cassandra', 'hbase', 'elasticsearch', 'd3', 'js', 'dc', 'js', 'plotly', 'kibana', 'matplotlib', 'ggplot', 'tableau', 'others', 'regular', 'expression', 'html', 'css', 'angular', '6', 'logstash', 'kafka', 'python', 'flask', 'git', 'docker', 'computer', 'vision', 'open', 'cv', 'understanding', 'deep', 'learning', 'education', 'details', 'data', 'science', 'assurance', 'associate', 'data', 'science', 'assurance', 'associate', 'ernst', 'young', 'llp', 'skill', 'details', 'javascript', 'exprience', '24', 'months', 'jquery', 'exprience', '24', 'months', 'python', 'exprience', '24', 'monthscompany', 'details', 'company', 'ernst', 'young', 'llp', 'description', 'fraud', 'investigations', 'dispute', 'services', 'assurance', 'technology', 'assisted', 'review', 'tar', 'technology', 'assisted', 'review', 'assists', 'elerating', 'review', 'process', 'run', 'analytics', 'generate', 'reports', 'core', 'member', 'team', 'helped', 'developing', 'automated', 'review', 'platform', 'tool', 'scratch', 'assisting', 'e', 'discovery', 'domain', 'tool', 'implements', 'predictive', 'coding', 'topic', 'modelling', 'automating', 'reviews', 'resulting', 'reduced', 'labor', 'costs', 'time', 'spent', 'lawyers', 'review', 'understand', 'end', 'end', 'flow', 'solution', 'research', 'development', 'classification', 'models', 'predictive', 'analysis', 'mining', 'information', 'present', 'text', 'data', 'worked', 'analyzing', 'outputs', 'precision', 'monitoring', 'entire', 'tool', 'tar', 'assists', 'predictive', 'coding', 'topic', 'modelling', 'evidence', 'following', 'ey', 'standards', 'developed', 'classifier', 'models', 'order', 'identify', 'red', 'flags', 'fraud', 'related', 'issues', 'tools', 'technologies', 'python', 'scikit', 'learn', 'tfidf', 'word2vec', 'doc2vec', 'cosine', 'similarity', 'na', 'bayes', 'lda', 'nmf', 'topic', 'modelling', 'vader', 'text', 'blob', 'sentiment', 'analysis', 'matplot', 'lib', 'tableau', 'dashboard', 'reporting', 'multiple', 'data', 'science', 'and', 'analytic', 'projects', 'usa', 'clients', 'text', 'analytics', 'motor', 'vehicle', 'customer', 'review', 'data', 'received', 'customer', 'feedback', 'survey', 'data', 'past', 'one', 'year', 'performed', 'sentiment', 'positive', 'negative', 'neutral', 'time', 'series', 'analysis', 'customer', 'comments', 'across', '4', 'categories', 'created', 'heat', 'map', 'terms', 'survey', 'category', 'based', 'frequency', 'words', 'extracted', 'positive', 'negative', 'words', 'across', 'survey', 'categories', 'plotted', 'word', 'cloud', 'created', 'customized', 'tableau', 'dashboards', 'effective', 'reporting', 'visualizations', 'chatbot', 'developed', 'user', 'friendly', 'chatbot', 'one', 'products', 'handle', 'simple', 'questions', 'hours', 'operation', 'reservation', 'options', 'this', 'chat', 'bot', 'serves', 'entire', 'product', 'related', 'questions', 'giving', 'overview', 'tool', 'via', 'qa', 'platform', 'also', 'give', 'recommendation', 'responses', 'user', 'question', 'build', 'chain', 'relevant', 'answer', 'this', 'intelligence', 'build', 'pipeline', 'questions', 'per', 'user', 'requirement', 'asks', 'relevant', 'recommended', 'questions', 'tools', 'technologies', 'python', 'natural', 'language', 'processing', 'nltk', 'spacy', 'topic', 'modelling', 'sentiment', 'analysis', 'word', 'embedding', 'scikit', 'learn', 'javascript', 'jquery', 'sqlserver', 'information', 'governance', 'organizations', 'make', 'informed', 'decisions', 'information', 'store', 'the', 'integrated', 'information', 'governance', 'portfolio', 'synthesizes', 'intelligence', 'across', 'unstructured', 'data', 'sources', 'facilitates', 'action', 'ensure', 'organizations', 'best', 'positioned', 'counter', 'information', 'risk', 'scan', 'data', 'multiple', 'sources', 'formats', 'parse', 'different', 'file', 'formats', 'extract', 'meta', 'data', 'information', 'push', 'results', 'indexing', 'elastic', 'search', 'created', 'customized', 'interactive', 'dashboards', 'using', 'kibana', 'preforming', 'rot', 'analysis', 'data', 'give', 'information', 'data', 'helps', 'identify', 'content', 'either', 'redundant', 'outdated', 'trivial', 'preforming', 'full', 'text', 'search', 'analysis', 'elastic', 'search', 'predefined', 'methods', 'tag', 'pii', 'personally', 'identifiable', 'information', 'social', 'security', 'numbers', 'addresses', 'names', 'etc', 'frequently', 'targeted', 'cyber', 'attacks', 'tools', 'technologies', 'python', 'flask', 'elastic', 'search', 'kibana', 'fraud', 'analytic', 'platform', 'fraud', 'analytics', 'investigative', 'platform', 'review', 'red', 'flag', 'cases', 'fap', 'fraud', 'analytics', 'investigative', 'platform', 'inbuilt', 'case', 'manager', 'suite', 'analytics', 'various', 'erp', 'systems', 'it', 'used', 'clients', 'interrogate', 'a', 'ounting', 'systems', 'identifying', 'anomalies', 'indicators', 'fraud', 'running', 'advanced', 'analytics', 'tools', 'technologies', 'html', 'javascript', 'sqlserver', 'jquery', 'css', 'bootstrap', 'node', 'js', 'd3', 'js', 'dc', 'js', 'skills programming', 'programming languages', 'languages python', 'python pandas', 'pandas numpy', 'numpy scipy', 'scipy scikit', 'scikit learn', 'learn matplotlib', 'matplotlib sql', 'sql java', 'java javascript', 'javascript jquery', 'jquery machine', 'machine learning', 'learning regression', 'regression svm', 'svm na', 'na bayes', 'bayes knn', 'knn random', 'random forest', 'forest decision', 'decision trees', 'trees boosting', 'boosting techniques', 'techniques cluster', 'cluster analysis', 'analysis word', 'word embedding', 'embedding sentiment', 'sentiment analysis', 'analysis natural', 'natural language', 'language processing', 'processing dimensionality', 'dimensionality reduction', 'reduction topic', 'topic modelling', 'modelling lda', 'lda nmf', 'nmf pca', 'pca neural', 'neural nets', 'nets database', 'database visualizations', 'visualizations mysql', 'mysql sqlserver', 'sqlserver cassandra', 'cassandra hbase', 'hbase elasticsearch', 'elasticsearch d3', 'd3 js', 'js dc', 'dc js', 'js plotly', 'plotly kibana', 'kibana matplotlib', 'matplotlib ggplot', 'ggplot tableau', 'tableau others', 'others regular', 'regular expression', 'expression html', 'html css', 'css angular', 'angular 6', '6 logstash', 'logstash kafka', 'kafka python', 'python flask', 'flask git', 'git docker', 'docker computer', 'computer vision', 'vision open', 'open cv', 'cv understanding', 'understanding deep', 'deep learning', 'learning education', 'education details', 'details data', 'data science', 'science assurance', 'assurance associate', 'associate data', 'data science', 'science assurance', 'assurance associate', 'associate ernst', 'ernst young', 'young llp', 'llp skill', 'skill details', 'details javascript', 'javascript exprience', 'exprience 24', '24 months', 'months jquery', 'jquery exprience', 'exprience 24', '24 months', 'months python', 'python exprience', 'exprience 24', '24 monthscompany', 'monthscompany details', 'details company', 'company ernst', 'ernst young', 'young llp', 'llp description', 'description fraud', 'fraud investigations', 'investigations dispute', 'dispute services', 'services assurance', 'assurance technology', 'technology assisted', 'assisted review', 'review tar', 'tar technology', 'technology assisted', 'assisted review', 'review assists', 'assists elerating', 'elerating review', 'review process', 'process run', 'run analytics', 'analytics generate', 'generate reports', 'reports core', 'core member', 'member team', 'team helped', 'helped developing', 'developing automated', 'automated review', 'review platform', 'platform tool', 'tool scratch', 'scratch assisting', 'assisting e', 'e discovery', 'discovery domain', 'domain tool', 'tool implements', 'implements predictive', 'predictive coding', 'coding topic', 'topic modelling', 'modelling automating', 'automating reviews', 'reviews resulting', 'resulting reduced', 'reduced labor', 'labor costs', 'costs time', 'time spent', 'spent lawyers', 'lawyers review', 'review understand', 'understand end', 'end end', 'end flow', 'flow solution', 'solution research', 'research development', 'development classification', 'classification models', 'models predictive', 'predictive analysis', 'analysis mining', 'mining information', 'information present', 'present text', 'text data', 'data worked', 'worked analyzing', 'analyzing outputs', 'outputs precision', 'precision monitoring', 'monitoring entire', 'entire tool', 'tool tar', 'tar assists', 'assists predictive', 'predictive coding', 'coding topic', 'topic modelling', 'modelling evidence', 'evidence following', 'following ey', 'ey standards', 'standards developed', 'developed classifier', 'classifier models', 'models order', 'order identify', 'identify red', 'red flags', 'flags fraud', 'fraud related', 'related issues', 'issues tools', 'tools technologies', 'technologies python', 'python scikit', 'scikit learn', 'learn tfidf', 'tfidf word2vec', 'word2vec doc2vec', 'doc2vec cosine', 'cosine similarity', 'similarity na', 'na bayes', 'bayes lda', 'lda nmf', 'nmf topic', 'topic modelling', 'modelling vader', 'vader text', 'text blob', 'blob sentiment', 'sentiment analysis', 'analysis matplot', 'matplot lib', 'lib tableau', 'tableau dashboard', 'dashboard reporting', 'reporting multiple', 'multiple data', 'data science', 'science and', 'and analytic', 'analytic projects', 'projects usa', 'usa clients', 'clients text', 'text analytics', 'analytics motor', 'motor vehicle', 'vehicle customer', 'customer review', 'review data', 'data received', 'received customer', 'customer feedback', 'feedback survey', 'survey data', 'data past', 'past one', 'one year', 'year performed', 'performed sentiment', 'sentiment positive', 'positive negative', 'negative neutral', 'neutral time', 'time series', 'series analysis', 'analysis customer', 'customer comments', 'comments across', 'across 4', '4 categories', 'categories created', 'created heat', 'heat map', 'map terms', 'terms survey', 'survey category', 'category based', 'based frequency', 'frequency words', 'words extracted', 'extracted positive', 'positive negative', 'negative words', 'words across', 'across survey', 'survey categories', 'categories plotted', 'plotted word', 'word cloud', 'cloud created', 'created customized', 'customized tableau', 'tableau dashboards', 'dashboards effective', 'effective reporting', 'reporting visualizations', 'visualizations chatbot', 'chatbot developed', 'developed user', 'user friendly', 'friendly chatbot', 'chatbot one', 'one products', 'products handle', 'handle simple', 'simple questions', 'questions hours', 'hours operation', 'operation reservation', 'reservation options', 'options this', 'this chat', 'chat bot', 'bot serves', 'serves entire', 'entire product', 'product related', 'related questions', 'questions giving', 'giving overview', 'overview tool', 'tool via', 'via qa', 'qa platform', 'platform also', 'also give', 'give recommendation', 'recommendation responses', 'responses user', 'user question', 'question build', 'build chain', 'chain relevant', 'relevant answer', 'answer this', 'this intelligence', 'intelligence build', 'build pipeline', 'pipeline questions', 'questions per', 'per user', 'user requirement', 'requirement asks', 'asks relevant', 'relevant recommended', 'recommended questions', 'questions tools', 'tools technologies', 'technologies python', 'python natural', 'natural language', 'language processing', 'processing nltk', 'nltk spacy', 'spacy topic', 'topic modelling', 'modelling sentiment', 'sentiment analysis', 'analysis word', 'word embedding', 'embedding scikit', 'scikit learn', 'learn javascript', 'javascript jquery', 'jquery sqlserver', 'sqlserver information', 'information governance', 'governance organizations', 'organizations make', 'make informed', 'informed decisions', 'decisions information', 'information store', 'store the', 'the integrated', 'integrated information', 'information governance', 'governance portfolio', 'portfolio synthesizes', 'synthesizes intelligence', 'intelligence across', 'across unstructured', 'unstructured data', 'data sources', 'sources facilitates', 'facilitates action', 'action ensure', 'ensure organizations', 'organizations best', 'best positioned', 'positioned counter', 'counter information', 'information risk', 'risk scan', 'scan data', 'data multiple', 'multiple sources', 'sources formats', 'formats parse', 'parse different', 'different file', 'file formats', 'formats extract', 'extract meta', 'meta data', 'data information', 'information push', 'push results', 'results indexing', 'indexing elastic', 'elastic search', 'search created', 'created customized', 'customized interactive', 'interactive dashboards', 'dashboards using', 'using kibana', 'kibana preforming', 'preforming rot', 'rot analysis', 'analysis data', 'data give', 'give information', 'information data', 'data helps', 'helps identify', 'identify content', 'content either', 'either redundant', 'redundant outdated', 'outdated trivial', 'trivial preforming', 'preforming full', 'full text', 'text search', 'search analysis', 'analysis elastic', 'elastic search', 'search predefined', 'predefined methods', 'methods tag', 'tag pii', 'pii personally', 'personally identifiable', 'identifiable information', 'information social', 'social security', 'security numbers', 'numbers addresses', 'addresses names', 'names etc', 'etc frequently', 'frequently targeted', 'targeted cyber', 'cyber attacks', 'attacks tools', 'tools technologies', 'technologies python', 'python flask', 'flask elastic', 'elastic search', 'search kibana', 'kibana fraud', 'fraud analytic', 'analytic platform', 'platform fraud', 'fraud analytics', 'analytics investigative', 'investigative platform', 'platform review', 'review red', 'red flag', 'flag cases', 'cases fap', 'fap fraud', 'fraud analytics', 'analytics investigative', 'investigative platform', 'platform inbuilt', 'inbuilt case', 'case manager', 'manager suite', 'suite analytics', 'analytics various', 'various erp', 'erp systems', 'systems it', 'it used', 'used clients', ...]
'education details bba lovely professional university hr skill details'
True
model2=Word2Vec(T,vector_size=300,min_count=1)
model2.wv['p']
array([-0.28653166, -0.11916907, 0.44107607, 0.0717686 , 0.06647348,
-0.0662552 , -0.536138 , 0.24408013, -0.20457964, 0.3159664 ,
-0.09174211, -0.19983466, -0.02706322, 0.0382916 , -0.02061098,
0.2224688 , 0.37509114, 0.12320064, -0.41277376, 0.16116351,
0.03355053, -0.09731531, 0.2345885 , 0.48370758, -0.17372088,
0.1704017 , 0.14149217, 0.10666844, -0.03942055, 0.40662736,
0.09538009, 0.18048012, -0.13270082, -0.04743883, 0.0310246 ,
0.0374462 , 0.23671018, -0.27271673, -0.39257216, 0.3444311 ,
0.07966702, 0.16162242, -0.10252519, -0.0946518 , -0.00107901,
0.23821384, 0.07738616, -0.19137871, 0.12009145, -0.31854934,
0.3274848 , -0.22938517, -0.2324036 , 0.03039889, -0.21136253,
0.04225399, -0.12499964, 0.1920574 , 0.34751847, -0.03150292,
-0.00661336, 0.08717412, 0.09257037, 0.39600632, 0.01661751,
0.07173247, 0.0774194 , -0.06827226, 0.07667281, 0.19463283,
-0.12898584, -0.05533691, -0.25174454, -0.08749098, -0.6616611 ,
0.10297116, 0.05059617, -0.36498192, 0.15230195, 0.01645042,
0.05135255, -0.19899032, 0.19350386, -0.4387568 , 0.18010165,
0.32686386, -0.08867525, 0.1361106 , -0.2606852 , -0.09322577,
0.18639109, 0.08801035, 0.08342462, -0.16149761, -0.09558072,
-0.3482827 , 0.08538007, 0.01926831, 0.22542235, -0.24035342,
-0.17335218, 0.13567245, 0.15175399, -0.18528415, 0.05271668,
0.3019059 , 0.37013254, -0.14217368, 0.2492652 , 0.17065676,
0.63398886, 0.19387561, -0.16545926, -0.0940302 , -0.46445316,
-0.14854358, -0.17231613, 0.18209559, -0.08859938, 0.4350243 ,
0.00253832, -0.27760676, -0.08956405, 0.22353807, 0.09033505,
0.07468852, 0.310724 , -0.12946524, 0.15697375, -0.7646299 ,
-0.32238266, -0.52667755, -0.95398784, 0.930567 , -0.15876584,
-0.52179116, 0.07644071, 0.03018589, -0.05962846, -0.12295716,
-0.08843427, 0.10130367, 0.16508932, -0.14414962, -0.11021148,
0.04234674, 0.17695571, 0.26505557, -0.48185873, -0.03600005,
0.0296124 , -0.07926363, -0.4723005 , 0.03618243, -0.01630822,
0.00924262, -0.3049403 , -0.38124108, -0.14993341, 0.00181765,
-0.09004636, -0.24410164, 0.13493988, 0.39351058, 0.31673095,
0.41386715, -0.15204117, -0.17073558, 0.00316624, 0.02244182,
-0.42063963, -0.13016766, 0.3144233 , 0.19643249, -0.22067693,
0.13031836, -0.11674637, 0.05015212, -0.12667692, 0.06230645,
0.27029005, 0.23241088, -0.24590988, 0.00103235, -0.19867723,
0.24485435, 0.2535931 , 0.1699992 , -0.29510567, 0.18876228,
0.55834734, 0.26511827, -0.24623258, 0.38171846, 0.36198634,
-0.08911075, 0.0343754 , 0.05822086, 0.36495945, -0.18723468,
-0.30067652, -0.10860986, 0.45966446, 0.34568492, 0.02393628,
0.01081955, 0.6784471 , -0.27568445, -0.16148038, 0.03307616,
-0.0412193 , -0.08670595, -0.13982417, -0.061218 , -0.15112464,
0.18337096, -0.17623271, 0.06178054, -0.3337462 , 0.2776737 ,
-0.17393827, 0.26628622, -0.10283292, 0.24343905, -0.12936217,
-0.3678947 , -0.07580586, -0.18695754, 0.12256788, -0.19122271,
0.07913432, -0.18405314, 0.02554139, 0.09988149, 0.00248491,
0.08994335, 0.26110926, 0.68629867, 0.14860776, 0.00457232,
0.54279035, -0.16146688, 0.23154739, 0.09861826, -0.06738337,
-0.20751148, -0.10570347, 0.14594908, 0.22856872, -0.05300431,
0.09651197, -0.43771064, -0.34261554, 0.1524254 , 0.10692322,
0.5071499 , 0.13292205, -0.61756206, 0.0606885 , -0.28755435,
0.00526216, 0.14737688, 0.1664493 , -0.5144467 , -0.55432016,
-0.27283034, -0.2981751 , 0.05676697, 0.61054635, -0.36535877,
0.19458844, -0.2016677 , -0.2599845 , -0.01050477, 0.32086664,
0.33364674, -0.5827266 , -0.10234882, -0.08318464, -0.2830804 ,
-0.08237018, 0.34532622, 0.03726296, 0.3689946 , 0.2869361 ,
-0.00958082, 0.0348619 , -0.02034449, 0.31310853, 0.03774396,
0.16535565, -0.33426788, -0.03939892, -0.08646079, -0.28939378,
-0.06595352, -0.24905674, -0.11241484, -0.09785783, -0.35657346],
dtype=float32)
#countvectoriser
https://www.geeksforgeeks.org/using-countvectorizer-to-extracting-features-from-text/
from sklearn.feature_extraction.text import CountVectorizer
['Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details \r\n\r\nData Science Assurance Associate \r\n\r\nData Science Assurance Associate - Ernst & Young LLP\r\nSkill Details \r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nPython- Exprience - 24 monthsCompany Details \r\ncompany - Ernst & Young LLP\r\ndescription - Fraud Investigations and Dispute Services Assurance\r\nTECHNOLOGY ASSISTED REVIEW\r\nTAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.\r\n* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.\r\n* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.\r\n* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.\r\n\r\nTools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.\r\n\r\nMULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)\r\nTEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.\r\n* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.\r\n* Created customized tableau dashboards for effective reporting and visualizations.\r\nCHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.\r\n* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.\r\n* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.\r\n\r\nTools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer\r\n\r\nINFORMATION GOVERNANCE\r\nOrganizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.\r\n* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.\r\n* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.\r\n* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.\r\nTools & Technologies: Python, Flask, Elastic Search, Kibana\r\n\r\nFRAUD ANALYTIC PLATFORM\r\nFraud Analytics and investigative platform to review all red flag cases.\r\nâ\x80¢ FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.\r\n* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics\r\nTools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js',
'Education Details \r\nMay 2013 to May 2017 B.E UIT-RGPV\r\nData Scientist \r\n\r\nData Scientist - Matelabs\r\nSkill Details \r\nPython- Exprience - Less than 1 year months\r\nStatsmodels- Exprience - 12 months\r\nAWS- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nSklearn- Exprience - Less than 1 year months\r\nScipy- Exprience - Less than 1 year months\r\nKeras- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Matelabs\r\ndescription - ML Platform for business professionals, dummies and enthusiasts.\r\n60/A Koramangala 5th block,\r\nAchievements/Tasks behind sukh sagar, Bengaluru,\r\nIndia Developed and deployed auto preprocessing steps of machine learning mainly missing value\r\ntreatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.\r\nDeployed automated classification and regression model.\r\nlinkedin.com/in/aditya-rathore-\r\nb4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and\r\nProphet.\r\nWorked on meta-feature extracting problem.\r\ngithub.com/rathorology\r\nImplemented a state of the art research paper on outlier detection for mixed attributes.\r\ncompany - Matelabs\r\ndescription - ',
'Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details \r\nJanuary 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology\r\nJanuary 2015 DEEKSHA CENTER\r\nJanuary 2013 Little Flower Public School\r\nAugust 2000 Manipal Academy of Higher\r\nDATA SCIENCE \r\n\r\nDATA SCIENCE AND ELECTRICAL ENTHUSIAST\r\nSkill Details \r\nData Analysis- Exprience - Less than 1 year months\r\nexcel- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nmathematics- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year months\r\nElectrical Engineering- Exprience - Less than 1 year months\r\nSql- Exprience - Less than 1 year monthsCompany Details \r\ncompany - THEMATHCOMPANY\r\ndescription - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.',
"Skills â\x80¢ R â\x80¢ Python â\x80¢ SAP HANA â\x80¢ Tableau â\x80¢ SAP HANA SQL â\x80¢ SAP HANA PAL â\x80¢ MS SQL â\x80¢ SAP Lumira â\x80¢ C# â\x80¢ Linear Programming â\x80¢ Data Modelling â\x80¢ Advance Analytics â\x80¢ SCM Analytics â\x80¢ Retail Analytics â\x80¢Social Media Analytics â\x80¢ NLP Education Details \r\nJanuary 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology\r\nJanuary 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University\r\nData Science Consultant \r\n\r\nConsultant - Deloitte USI\r\nSkill Details \r\nLINEAR PROGRAMMING- Exprience - 6 months\r\nRETAIL- Exprience - 6 months\r\nRETAIL MARKETING- Exprience - 6 months\r\nSCM- Exprience - 6 months\r\nSQL- Exprience - Less than 1 year months\r\nDeep Learning- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nR- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Deloitte USI\r\ndescription - The project involved analysing historic deals and coming with insights to optimize future deals.\r\nRole: Was given raw data, carried out end to end analysis and presented insights to client.\r\nKey Responsibilities:\r\nâ\x80¢ Extract data from client systems across geographies.\r\nâ\x80¢ Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.\r\nTechnical Environment: R, Tableau.\r\n\r\nIndustry: Cross Industry\r\nService Area: Cross Industry - Products\r\nProject Name: Handwriting recognition\r\nConsultant: 3 months.\r\nThe project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.\r\nRole: I was developing sentence correction functionality.\r\nKey Responsibilities:\r\nâ\x80¢ Gather data large enough to capture all English words\r\nâ\x80¢ Train LSTM models on words.\r\nTechnical Environment: Python.\r\n\r\nIndustry: Finance\r\nService Area: Financial Services - BI development Project Name: SWIFT\r\nConsultant: 8 months.\r\nThe project was to develop an analytics infrastructure on top of SAP S/4, it would user to view\r\nfinancial reports to respective departments. Reporting also included forecasting expenses.\r\nRole: I was leading the offshore team.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop ETL for data flow\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: SAP HANA, Tableau, SAP AO.\r\n\r\nIndustry: Healthcare Analytics\r\nService Area: Life Sciences - Product development Project Name: Clinical Healthcare System\r\nConsultant: 2 months.\r\nThe project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.\r\nRole: I was involved from design to deploy phase, performed a lot of data restructuring and built\r\nmodels for insights.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop and deploy analytical models.\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: Data Modelling, SAP HANA, Tableau, NLP.\r\n\r\nIndustry: FMCG\r\nService Area: Trade & Promotion\r\nProject Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.\r\nThe project involved setting up of CRM and CBP modules.\r\nRole: I was involved in key data decomposition activities and setting up the base for future year\r\nforecast. Over the course of the project I developed various models and carried out key\r\nperformance improvements.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop HANA models for decomposition.\r\nâ\x80¢ Develop data flow for forecast.\r\nâ\x80¢ Developed various views for reporting of Customer/Sales/Funds.\r\nâ\x80¢ Validate various reports in BOBJ.\r\nTechnical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.\r\n\r\nInternal Initiative Industry: FMCG\r\nCustomer Segmentation and RFM analysis Consultant; 3 months.\r\nThe initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.\r\nTechnical Environment: Anaconda3, Python3.6, HANA SPS12\r\n\r\nIndustry: Telecom Invoice state detection Consultant; 1 months.\r\nThe initiative was to reduce the manual effort in verifying closed and open invoices manually, it\r\ninvolved development to a decision tree to classify open/closed invoices. This enabled effort\r\nreduction by 60%.\r\nTechnical Environment: R, SAP PAL, SAP HANA SPS12\r\n\r\nAccenture Experience\r\nIndustry: Analytics - Cross Industry\r\nIn Process Analytics for SAP Senior Developer; 19 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nThe project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.\r\nRole: I have developed various Finance related KPIs and spearheaded various deployments.\r\nIntroduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.\r\nKey Responsibilities:\r\nâ\x80¢ Involved in information gather phase.\r\nâ\x80¢ Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and\r\nCalculation View.\r\nâ\x80¢ Developed various KPI's individually using complex SQL scripts in Calculation views.\r\nâ\x80¢ Created procedures in HANA Database.\r\nâ\x80¢ Took ownership and developed Dashboard functionality.\r\nâ\x80¢ Involved in building data processing algorithms to be executed in R server for cluster analysis.\r\nTechnical Environment: R, SAP HANA, T-SQL.\r\nIndustry: Cross Industry\r\nAccenture Testing Accelerator for SAP Database Developer; 21 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nRole: I have taken care of all development activities for the ATAS tool and have also completed\r\nvarious deployments of the product.\r\nApart from these activities I was also actively involved in maintenance of the database servers\r\n(Production & Quality)\r\nKey Responsibilities:\r\nâ\x80¢ Analyzing business requirements, understanding the scope, getting requirements clarified\r\ninteracting with business and further transform all requirements to generate attribute\r\nmapping documents and reviewing mapping specification documentation\r\nâ\x80¢ Create / Update database objects like tables, views, stored procedures, function, and packages\r\nâ\x80¢ Monitored SQL Server Error Logs and Application Logs through SQL Server Agent\r\nâ\x80¢ Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML\r\nâ\x80¢ Responsible for Designing, developing and Normalization of database tables\r\nâ\x80¢ Experience in performance tuning using SQL profiler.\r\nâ\x80¢ Involved in QA, UAT, knowledge transfer and support activities\r\nTechnical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance\r\nMonitor, SQL Server Profiler, C#, PL-SQL, T-SQL.",
'Education Details \r\n MCA YMCAUST, Faridabad, Haryana\r\nData Science internship \r\n\r\n\r\nSkill Details \r\nData Structure- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nData Analysis- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nCore Java- Exprience - Less than 1 year months\r\nDatabase Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Itechpower\r\ndescription - ',
"SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details \r\nAugust 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute\r\nJune 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College\r\nData Science \r\n\r\n\r\nSkill Details \r\nMS OFFICE- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nmachine learning- Exprience - Less than 1 year months\r\ndata science- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ",
'Skills â\x80¢ Python â\x80¢ Tableau â\x80¢ Data Visualization â\x80¢ R Studio â\x80¢ Machine Learning â\x80¢ Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details \r\nJanuary 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering\r\nData Science Consultant \r\n\r\nData Science Consultant - Datamites\r\nSkill Details \r\nMACHINE LEARNING- Exprience - 13 months\r\nPYTHON- Exprience - 24 months\r\nSOLUTIONS- Exprience - 24 months\r\nDATA SCIENCE- Exprience - 24 months\r\nDATA VISUALIZATION- Exprience - 24 months\r\nTableau- Exprience - 24 monthsCompany Details \r\ncompany - Datamites\r\ndescription - â\x80¢ Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.\r\nâ\x80¢ Responsible for loading, extracting and validation of client data.\r\nâ\x80¢ Worked on manipulating, cleaning & processing data using python.\r\nâ\x80¢ Used Tableau for data visualization.\r\ncompany - Heretic Solutions Pvt Ltd\r\ndescription - â\x80¢ Worked closely with business to identify issues and used data to propose solutions for effective decision making.\r\nâ\x80¢ Manipulating, cleansing & processing data using Python, Excel and R.\r\nâ\x80¢ Analyzed raw data, drawing conclusions & developing recommendations.\r\nâ\x80¢ Used machine learning tools and statistical techniques to produce solutions to problems.',
'Education Details \r\n B.Tech Rayat and Bahra Institute of Engineering and Biotechnology\r\nData Science \r\n\r\nData Science\r\nSkill Details \r\nNumpy- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nTensorflow- Exprience - Less than 1 year months\r\nScikit- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nGCP- Exprience - Less than 1 year months\r\nPandas- Exprience - Less than 1 year months\r\nNeural Network- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Wipro\r\ndescription - Bhawana Aggarwal\r\nE-Mail:bhawana.chd@gmail.com\r\nPhone: 09876971076\r\nVVersatile, high-energy professional targeting challenging assignments in Machine\r\nPROFILE SUMMARY\r\nâ\x96ª An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.\r\nTECHNICAL SKILLS\r\nProgramming Languages Python, C\r\nLibraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib\r\nAlgorithms\r\nKNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,\r\nTensorflow, SVM\r\nDatabases SQL, Oracle\r\nOperating Systems Linux, Window\r\nDevelopment Environments NetBeans, Notebooks, Sublime\r\nTicketing tools Service Now, Remedy\r\nEducation\r\nUG Education:\r\nB.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in\r\n2016.\r\nSchooling:\r\nXII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)\r\nX in 2010 from Valley Public School (Passed with 9.4 CGPA)\r\nWORK EXPERINCE\r\nTitle : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\nOTHER PROJECTS\r\nTitle : Diabetes Detection\r\nBrief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third\r\nprize in it.\r\nTRAINING AND CERTIFICATIONS\r\nTitle: Python Training, Machine Learning, Data Science, Deep Learning\r\nOrganization: Udemy, Coursera (Machine Learning, Deep Learning)\r\nPersonal Profile\r\nFatherâ\x80\x99s Name :Mr. Tirlok Aggarwal\r\nLanguage Known : English & Hindi\r\nMarital Status :Single\r\nDate of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)\r\ncompany - Wipro\r\ndescription - Developing programs in Python.\r\ncompany - Wipro\r\ndescription - Title : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\ncompany - Wipro Technologies\r\ndescription - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.',
'Personal Skills â\x9e¢ Ability to quickly grasp technical aspects and willingness to learn â\x9e¢ High energy levels & Result oriented. Education Details \r\nJanuary 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology\r\nJanuary 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering\r\nJanuary 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha\r\nJanuary 2003 M.tech Thesis Detail BMCH School in Ganj basoda\r\nData science \r\n\r\nI have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update\r\nSkill Details \r\nExperience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - RNT.AI Technology Solution\r\ndescription - Text classification using Machine learning Algorithms with python.\r\nPractical knowledge of Deep learning algorithms such as Â\xa0Recurrent Neural Networks(RNN).\r\nDevelop custom data models and algorithms to apply to dataset\r\nExperience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.\r\nComfort with SQL, Â\xa0MYSQL\r\nSentiment analysis.\r\nÂ\xa0Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.\r\nWeb crawling using Selenium web driver and Beautiful Soup with python.\r\ncompany - Life Insurance Corporation of India Bhopal\r\ndescription - üÂ\xa0Explaining policy features and the benefits\r\nü Updated knowledge of life insurance products and shared with customers',
'Expertise â\x88\x92 Data and Quantitative Analysis â\x88\x92 Decision Analytics â\x88\x92 Predictive Modeling â\x88\x92 Data-Driven Personalization â\x88\x92 KPI Dashboards â\x88\x92 Big Data Queries and Interpretation â\x88\x92 Data Mining and Visualization Tools â\x88\x92 Machine Learning Algorithms â\x88\x92 Business Intelligence (BI) â\x88\x92 Research, Reports and Forecasts Education Details \r\n PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business\r\n B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy\r\nData Scientist \r\n\r\nData Scientist with PR Canada\r\nSkill Details \r\nAlgorithms- Exprience - 6 months\r\nBI- Exprience - 6 months\r\nBusiness Intelligence- Exprience - 6 months\r\nMachine Learning- Exprience - 24 months\r\nVisualization- Exprience - 24 months\r\nspark- Exprience - 24 months\r\npython- Exprience - 36 months\r\ntableau- Exprience - 36 months\r\nData Analysis- Exprience - 24 monthsCompany Details \r\ncompany - Aegis school of Data Science & Business\r\ndescription - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)\r\ncompany - Aegis school of Data & Business\r\ndescription - Data Science Intern, Nov 2015 to Jan 2016\r\n\r\nFurnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.\r\n\r\nâ\x9e\x94 Chat Bot using AWS LEX and Tensor flow Python\r\nThe goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.\r\nâ\x9e\x94 Web scraping using Selenium web driver Python\r\nThe task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.\r\nâ\x9e\x94 Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense\r\nThe goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.\r\nâ\x9e\x94 Image Based Fraud Detection Microsoft Face API, PySpark, Open CV\r\nThe main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.\r\nâ\x9e\x94 Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop\r\nThe objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.\r\nâ\x9e\x94 Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.\r\nThis project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.\r\n\r\nQuantifiable Results:\r\nâ\x88\x92 Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.\r\nâ\x88\x92 Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.\r\nâ\x88\x92 Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.\r\nâ\x88\x92 Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let\'s find a missing Child" for helping society.\r\ncompany - IBM India pvt ltd\r\ndescription - Mostly worked on blumix and IBM Watson for Data science.',
'Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details \r\n\r\nData Science Assurance Associate \r\n\r\nData Science Assurance Associate - Ernst & Young LLP\r\nSkill Details \r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nPython- Exprience - 24 monthsCompany Details \r\ncompany - Ernst & Young LLP\r\ndescription - Fraud Investigations and Dispute Services Assurance\r\nTECHNOLOGY ASSISTED REVIEW\r\nTAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.\r\n* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.\r\n* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.\r\n* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.\r\n\r\nTools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.\r\n\r\nMULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)\r\nTEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.\r\n* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.\r\n* Created customized tableau dashboards for effective reporting and visualizations.\r\nCHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.\r\n* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.\r\n* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.\r\n\r\nTools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer\r\n\r\nINFORMATION GOVERNANCE\r\nOrganizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.\r\n* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.\r\n* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.\r\n* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.\r\nTools & Technologies: Python, Flask, Elastic Search, Kibana\r\n\r\nFRAUD ANALYTIC PLATFORM\r\nFraud Analytics and investigative platform to review all red flag cases.\r\nâ\x80¢ FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.\r\n* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics\r\nTools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js',
'Education Details \r\nMay 2013 to May 2017 B.E UIT-RGPV\r\nData Scientist \r\n\r\nData Scientist - Matelabs\r\nSkill Details \r\nPython- Exprience - Less than 1 year months\r\nStatsmodels- Exprience - 12 months\r\nAWS- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nSklearn- Exprience - Less than 1 year months\r\nScipy- Exprience - Less than 1 year months\r\nKeras- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Matelabs\r\ndescription - ML Platform for business professionals, dummies and enthusiasts.\r\n60/A Koramangala 5th block,\r\nAchievements/Tasks behind sukh sagar, Bengaluru,\r\nIndia Developed and deployed auto preprocessing steps of machine learning mainly missing value\r\ntreatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.\r\nDeployed automated classification and regression model.\r\nlinkedin.com/in/aditya-rathore-\r\nb4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and\r\nProphet.\r\nWorked on meta-feature extracting problem.\r\ngithub.com/rathorology\r\nImplemented a state of the art research paper on outlier detection for mixed attributes.\r\ncompany - Matelabs\r\ndescription - ',
'Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details \r\nJanuary 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology\r\nJanuary 2015 DEEKSHA CENTER\r\nJanuary 2013 Little Flower Public School\r\nAugust 2000 Manipal Academy of Higher\r\nDATA SCIENCE \r\n\r\nDATA SCIENCE AND ELECTRICAL ENTHUSIAST\r\nSkill Details \r\nData Analysis- Exprience - Less than 1 year months\r\nexcel- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nmathematics- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year months\r\nElectrical Engineering- Exprience - Less than 1 year months\r\nSql- Exprience - Less than 1 year monthsCompany Details \r\ncompany - THEMATHCOMPANY\r\ndescription - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.',
"Skills â\x80¢ R â\x80¢ Python â\x80¢ SAP HANA â\x80¢ Tableau â\x80¢ SAP HANA SQL â\x80¢ SAP HANA PAL â\x80¢ MS SQL â\x80¢ SAP Lumira â\x80¢ C# â\x80¢ Linear Programming â\x80¢ Data Modelling â\x80¢ Advance Analytics â\x80¢ SCM Analytics â\x80¢ Retail Analytics â\x80¢Social Media Analytics â\x80¢ NLP Education Details \r\nJanuary 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology\r\nJanuary 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University\r\nData Science Consultant \r\n\r\nConsultant - Deloitte USI\r\nSkill Details \r\nLINEAR PROGRAMMING- Exprience - 6 months\r\nRETAIL- Exprience - 6 months\r\nRETAIL MARKETING- Exprience - 6 months\r\nSCM- Exprience - 6 months\r\nSQL- Exprience - Less than 1 year months\r\nDeep Learning- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nR- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Deloitte USI\r\ndescription - The project involved analysing historic deals and coming with insights to optimize future deals.\r\nRole: Was given raw data, carried out end to end analysis and presented insights to client.\r\nKey Responsibilities:\r\nâ\x80¢ Extract data from client systems across geographies.\r\nâ\x80¢ Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.\r\nTechnical Environment: R, Tableau.\r\n\r\nIndustry: Cross Industry\r\nService Area: Cross Industry - Products\r\nProject Name: Handwriting recognition\r\nConsultant: 3 months.\r\nThe project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.\r\nRole: I was developing sentence correction functionality.\r\nKey Responsibilities:\r\nâ\x80¢ Gather data large enough to capture all English words\r\nâ\x80¢ Train LSTM models on words.\r\nTechnical Environment: Python.\r\n\r\nIndustry: Finance\r\nService Area: Financial Services - BI development Project Name: SWIFT\r\nConsultant: 8 months.\r\nThe project was to develop an analytics infrastructure on top of SAP S/4, it would user to view\r\nfinancial reports to respective departments. Reporting also included forecasting expenses.\r\nRole: I was leading the offshore team.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop ETL for data flow\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: SAP HANA, Tableau, SAP AO.\r\n\r\nIndustry: Healthcare Analytics\r\nService Area: Life Sciences - Product development Project Name: Clinical Healthcare System\r\nConsultant: 2 months.\r\nThe project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.\r\nRole: I was involved from design to deploy phase, performed a lot of data restructuring and built\r\nmodels for insights.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop and deploy analytical models.\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: Data Modelling, SAP HANA, Tableau, NLP.\r\n\r\nIndustry: FMCG\r\nService Area: Trade & Promotion\r\nProject Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.\r\nThe project involved setting up of CRM and CBP modules.\r\nRole: I was involved in key data decomposition activities and setting up the base for future year\r\nforecast. Over the course of the project I developed various models and carried out key\r\nperformance improvements.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop HANA models for decomposition.\r\nâ\x80¢ Develop data flow for forecast.\r\nâ\x80¢ Developed various views for reporting of Customer/Sales/Funds.\r\nâ\x80¢ Validate various reports in BOBJ.\r\nTechnical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.\r\n\r\nInternal Initiative Industry: FMCG\r\nCustomer Segmentation and RFM analysis Consultant; 3 months.\r\nThe initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.\r\nTechnical Environment: Anaconda3, Python3.6, HANA SPS12\r\n\r\nIndustry: Telecom Invoice state detection Consultant; 1 months.\r\nThe initiative was to reduce the manual effort in verifying closed and open invoices manually, it\r\ninvolved development to a decision tree to classify open/closed invoices. This enabled effort\r\nreduction by 60%.\r\nTechnical Environment: R, SAP PAL, SAP HANA SPS12\r\n\r\nAccenture Experience\r\nIndustry: Analytics - Cross Industry\r\nIn Process Analytics for SAP Senior Developer; 19 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nThe project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.\r\nRole: I have developed various Finance related KPIs and spearheaded various deployments.\r\nIntroduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.\r\nKey Responsibilities:\r\nâ\x80¢ Involved in information gather phase.\r\nâ\x80¢ Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and\r\nCalculation View.\r\nâ\x80¢ Developed various KPI's individually using complex SQL scripts in Calculation views.\r\nâ\x80¢ Created procedures in HANA Database.\r\nâ\x80¢ Took ownership and developed Dashboard functionality.\r\nâ\x80¢ Involved in building data processing algorithms to be executed in R server for cluster analysis.\r\nTechnical Environment: R, SAP HANA, T-SQL.\r\nIndustry: Cross Industry\r\nAccenture Testing Accelerator for SAP Database Developer; 21 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nRole: I have taken care of all development activities for the ATAS tool and have also completed\r\nvarious deployments of the product.\r\nApart from these activities I was also actively involved in maintenance of the database servers\r\n(Production & Quality)\r\nKey Responsibilities:\r\nâ\x80¢ Analyzing business requirements, understanding the scope, getting requirements clarified\r\ninteracting with business and further transform all requirements to generate attribute\r\nmapping documents and reviewing mapping specification documentation\r\nâ\x80¢ Create / Update database objects like tables, views, stored procedures, function, and packages\r\nâ\x80¢ Monitored SQL Server Error Logs and Application Logs through SQL Server Agent\r\nâ\x80¢ Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML\r\nâ\x80¢ Responsible for Designing, developing and Normalization of database tables\r\nâ\x80¢ Experience in performance tuning using SQL profiler.\r\nâ\x80¢ Involved in QA, UAT, knowledge transfer and support activities\r\nTechnical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance\r\nMonitor, SQL Server Profiler, C#, PL-SQL, T-SQL.",
'Education Details \r\n MCA YMCAUST, Faridabad, Haryana\r\nData Science internship \r\n\r\n\r\nSkill Details \r\nData Structure- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nData Analysis- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nCore Java- Exprience - Less than 1 year months\r\nDatabase Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Itechpower\r\ndescription - ',
"SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details \r\nAugust 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute\r\nJune 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College\r\nData Science \r\n\r\n\r\nSkill Details \r\nMS OFFICE- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nmachine learning- Exprience - Less than 1 year months\r\ndata science- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ",
'Skills â\x80¢ Python â\x80¢ Tableau â\x80¢ Data Visualization â\x80¢ R Studio â\x80¢ Machine Learning â\x80¢ Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details \r\nJanuary 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering\r\nData Science Consultant \r\n\r\nData Science Consultant - Datamites\r\nSkill Details \r\nMACHINE LEARNING- Exprience - 13 months\r\nPYTHON- Exprience - 24 months\r\nSOLUTIONS- Exprience - 24 months\r\nDATA SCIENCE- Exprience - 24 months\r\nDATA VISUALIZATION- Exprience - 24 months\r\nTableau- Exprience - 24 monthsCompany Details \r\ncompany - Datamites\r\ndescription - â\x80¢ Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.\r\nâ\x80¢ Responsible for loading, extracting and validation of client data.\r\nâ\x80¢ Worked on manipulating, cleaning & processing data using python.\r\nâ\x80¢ Used Tableau for data visualization.\r\ncompany - Heretic Solutions Pvt Ltd\r\ndescription - â\x80¢ Worked closely with business to identify issues and used data to propose solutions for effective decision making.\r\nâ\x80¢ Manipulating, cleansing & processing data using Python, Excel and R.\r\nâ\x80¢ Analyzed raw data, drawing conclusions & developing recommendations.\r\nâ\x80¢ Used machine learning tools and statistical techniques to produce solutions to problems.',
'Education Details \r\n B.Tech Rayat and Bahra Institute of Engineering and Biotechnology\r\nData Science \r\n\r\nData Science\r\nSkill Details \r\nNumpy- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nTensorflow- Exprience - Less than 1 year months\r\nScikit- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nGCP- Exprience - Less than 1 year months\r\nPandas- Exprience - Less than 1 year months\r\nNeural Network- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Wipro\r\ndescription - Bhawana Aggarwal\r\nE-Mail:bhawana.chd@gmail.com\r\nPhone: 09876971076\r\nVVersatile, high-energy professional targeting challenging assignments in Machine\r\nPROFILE SUMMARY\r\nâ\x96ª An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.\r\nTECHNICAL SKILLS\r\nProgramming Languages Python, C\r\nLibraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib\r\nAlgorithms\r\nKNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,\r\nTensorflow, SVM\r\nDatabases SQL, Oracle\r\nOperating Systems Linux, Window\r\nDevelopment Environments NetBeans, Notebooks, Sublime\r\nTicketing tools Service Now, Remedy\r\nEducation\r\nUG Education:\r\nB.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in\r\n2016.\r\nSchooling:\r\nXII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)\r\nX in 2010 from Valley Public School (Passed with 9.4 CGPA)\r\nWORK EXPERINCE\r\nTitle : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\nOTHER PROJECTS\r\nTitle : Diabetes Detection\r\nBrief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third\r\nprize in it.\r\nTRAINING AND CERTIFICATIONS\r\nTitle: Python Training, Machine Learning, Data Science, Deep Learning\r\nOrganization: Udemy, Coursera (Machine Learning, Deep Learning)\r\nPersonal Profile\r\nFatherâ\x80\x99s Name :Mr. Tirlok Aggarwal\r\nLanguage Known : English & Hindi\r\nMarital Status :Single\r\nDate of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)\r\ncompany - Wipro\r\ndescription - Developing programs in Python.\r\ncompany - Wipro\r\ndescription - Title : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\ncompany - Wipro Technologies\r\ndescription - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.',
'Personal Skills â\x9e¢ Ability to quickly grasp technical aspects and willingness to learn â\x9e¢ High energy levels & Result oriented. Education Details \r\nJanuary 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology\r\nJanuary 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering\r\nJanuary 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha\r\nJanuary 2003 M.tech Thesis Detail BMCH School in Ganj basoda\r\nData science \r\n\r\nI have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update\r\nSkill Details \r\nExperience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - RNT.AI Technology Solution\r\ndescription - Text classification using Machine learning Algorithms with python.\r\nPractical knowledge of Deep learning algorithms such as Â\xa0Recurrent Neural Networks(RNN).\r\nDevelop custom data models and algorithms to apply to dataset\r\nExperience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.\r\nComfort with SQL, Â\xa0MYSQL\r\nSentiment analysis.\r\nÂ\xa0Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.\r\nWeb crawling using Selenium web driver and Beautiful Soup with python.\r\ncompany - Life Insurance Corporation of India Bhopal\r\ndescription - üÂ\xa0Explaining policy features and the benefits\r\nü Updated knowledge of life insurance products and shared with customers',
'Expertise â\x88\x92 Data and Quantitative Analysis â\x88\x92 Decision Analytics â\x88\x92 Predictive Modeling â\x88\x92 Data-Driven Personalization â\x88\x92 KPI Dashboards â\x88\x92 Big Data Queries and Interpretation â\x88\x92 Data Mining and Visualization Tools â\x88\x92 Machine Learning Algorithms â\x88\x92 Business Intelligence (BI) â\x88\x92 Research, Reports and Forecasts Education Details \r\n PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business\r\n B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy\r\nData Scientist \r\n\r\nData Scientist with PR Canada\r\nSkill Details \r\nAlgorithms- Exprience - 6 months\r\nBI- Exprience - 6 months\r\nBusiness Intelligence- Exprience - 6 months\r\nMachine Learning- Exprience - 24 months\r\nVisualization- Exprience - 24 months\r\nspark- Exprience - 24 months\r\npython- Exprience - 36 months\r\ntableau- Exprience - 36 months\r\nData Analysis- Exprience - 24 monthsCompany Details \r\ncompany - Aegis school of Data Science & Business\r\ndescription - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)\r\ncompany - Aegis school of Data & Business\r\ndescription - Data Science Intern, Nov 2015 to Jan 2016\r\n\r\nFurnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.\r\n\r\nâ\x9e\x94 Chat Bot using AWS LEX and Tensor flow Python\r\nThe goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.\r\nâ\x9e\x94 Web scraping using Selenium web driver Python\r\nThe task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.\r\nâ\x9e\x94 Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense\r\nThe goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.\r\nâ\x9e\x94 Image Based Fraud Detection Microsoft Face API, PySpark, Open CV\r\nThe main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.\r\nâ\x9e\x94 Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop\r\nThe objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.\r\nâ\x9e\x94 Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.\r\nThis project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.\r\n\r\nQuantifiable Results:\r\nâ\x88\x92 Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.\r\nâ\x88\x92 Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.\r\nâ\x88\x92 Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.\r\nâ\x88\x92 Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let\'s find a missing Child" for helping society.\r\ncompany - IBM India pvt ltd\r\ndescription - Mostly worked on blumix and IBM Watson for Data science.',
'Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details \r\n\r\nData Science Assurance Associate \r\n\r\nData Science Assurance Associate - Ernst & Young LLP\r\nSkill Details \r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nPython- Exprience - 24 monthsCompany Details \r\ncompany - Ernst & Young LLP\r\ndescription - Fraud Investigations and Dispute Services Assurance\r\nTECHNOLOGY ASSISTED REVIEW\r\nTAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.\r\n* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.\r\n* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.\r\n* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.\r\n\r\nTools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.\r\n\r\nMULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)\r\nTEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.\r\n* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.\r\n* Created customized tableau dashboards for effective reporting and visualizations.\r\nCHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.\r\n* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.\r\n* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.\r\n\r\nTools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer\r\n\r\nINFORMATION GOVERNANCE\r\nOrganizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.\r\n* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.\r\n* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.\r\n* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.\r\nTools & Technologies: Python, Flask, Elastic Search, Kibana\r\n\r\nFRAUD ANALYTIC PLATFORM\r\nFraud Analytics and investigative platform to review all red flag cases.\r\nâ\x80¢ FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.\r\n* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics\r\nTools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js',
'Education Details \r\nMay 2013 to May 2017 B.E UIT-RGPV\r\nData Scientist \r\n\r\nData Scientist - Matelabs\r\nSkill Details \r\nPython- Exprience - Less than 1 year months\r\nStatsmodels- Exprience - 12 months\r\nAWS- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nSklearn- Exprience - Less than 1 year months\r\nScipy- Exprience - Less than 1 year months\r\nKeras- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Matelabs\r\ndescription - ML Platform for business professionals, dummies and enthusiasts.\r\n60/A Koramangala 5th block,\r\nAchievements/Tasks behind sukh sagar, Bengaluru,\r\nIndia Developed and deployed auto preprocessing steps of machine learning mainly missing value\r\ntreatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.\r\nDeployed automated classification and regression model.\r\nlinkedin.com/in/aditya-rathore-\r\nb4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and\r\nProphet.\r\nWorked on meta-feature extracting problem.\r\ngithub.com/rathorology\r\nImplemented a state of the art research paper on outlier detection for mixed attributes.\r\ncompany - Matelabs\r\ndescription - ',
'Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details \r\nJanuary 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology\r\nJanuary 2015 DEEKSHA CENTER\r\nJanuary 2013 Little Flower Public School\r\nAugust 2000 Manipal Academy of Higher\r\nDATA SCIENCE \r\n\r\nDATA SCIENCE AND ELECTRICAL ENTHUSIAST\r\nSkill Details \r\nData Analysis- Exprience - Less than 1 year months\r\nexcel- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nmathematics- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year months\r\nElectrical Engineering- Exprience - Less than 1 year months\r\nSql- Exprience - Less than 1 year monthsCompany Details \r\ncompany - THEMATHCOMPANY\r\ndescription - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.',
"Skills â\x80¢ R â\x80¢ Python â\x80¢ SAP HANA â\x80¢ Tableau â\x80¢ SAP HANA SQL â\x80¢ SAP HANA PAL â\x80¢ MS SQL â\x80¢ SAP Lumira â\x80¢ C# â\x80¢ Linear Programming â\x80¢ Data Modelling â\x80¢ Advance Analytics â\x80¢ SCM Analytics â\x80¢ Retail Analytics â\x80¢Social Media Analytics â\x80¢ NLP Education Details \r\nJanuary 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology\r\nJanuary 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University\r\nData Science Consultant \r\n\r\nConsultant - Deloitte USI\r\nSkill Details \r\nLINEAR PROGRAMMING- Exprience - 6 months\r\nRETAIL- Exprience - 6 months\r\nRETAIL MARKETING- Exprience - 6 months\r\nSCM- Exprience - 6 months\r\nSQL- Exprience - Less than 1 year months\r\nDeep Learning- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nR- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Deloitte USI\r\ndescription - The project involved analysing historic deals and coming with insights to optimize future deals.\r\nRole: Was given raw data, carried out end to end analysis and presented insights to client.\r\nKey Responsibilities:\r\nâ\x80¢ Extract data from client systems across geographies.\r\nâ\x80¢ Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.\r\nTechnical Environment: R, Tableau.\r\n\r\nIndustry: Cross Industry\r\nService Area: Cross Industry - Products\r\nProject Name: Handwriting recognition\r\nConsultant: 3 months.\r\nThe project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.\r\nRole: I was developing sentence correction functionality.\r\nKey Responsibilities:\r\nâ\x80¢ Gather data large enough to capture all English words\r\nâ\x80¢ Train LSTM models on words.\r\nTechnical Environment: Python.\r\n\r\nIndustry: Finance\r\nService Area: Financial Services - BI development Project Name: SWIFT\r\nConsultant: 8 months.\r\nThe project was to develop an analytics infrastructure on top of SAP S/4, it would user to view\r\nfinancial reports to respective departments. Reporting also included forecasting expenses.\r\nRole: I was leading the offshore team.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop ETL for data flow\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: SAP HANA, Tableau, SAP AO.\r\n\r\nIndustry: Healthcare Analytics\r\nService Area: Life Sciences - Product development Project Name: Clinical Healthcare System\r\nConsultant: 2 months.\r\nThe project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.\r\nRole: I was involved from design to deploy phase, performed a lot of data restructuring and built\r\nmodels for insights.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop and deploy analytical models.\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: Data Modelling, SAP HANA, Tableau, NLP.\r\n\r\nIndustry: FMCG\r\nService Area: Trade & Promotion\r\nProject Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.\r\nThe project involved setting up of CRM and CBP modules.\r\nRole: I was involved in key data decomposition activities and setting up the base for future year\r\nforecast. Over the course of the project I developed various models and carried out key\r\nperformance improvements.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop HANA models for decomposition.\r\nâ\x80¢ Develop data flow for forecast.\r\nâ\x80¢ Developed various views for reporting of Customer/Sales/Funds.\r\nâ\x80¢ Validate various reports in BOBJ.\r\nTechnical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.\r\n\r\nInternal Initiative Industry: FMCG\r\nCustomer Segmentation and RFM analysis Consultant; 3 months.\r\nThe initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.\r\nTechnical Environment: Anaconda3, Python3.6, HANA SPS12\r\n\r\nIndustry: Telecom Invoice state detection Consultant; 1 months.\r\nThe initiative was to reduce the manual effort in verifying closed and open invoices manually, it\r\ninvolved development to a decision tree to classify open/closed invoices. This enabled effort\r\nreduction by 60%.\r\nTechnical Environment: R, SAP PAL, SAP HANA SPS12\r\n\r\nAccenture Experience\r\nIndustry: Analytics - Cross Industry\r\nIn Process Analytics for SAP Senior Developer; 19 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nThe project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.\r\nRole: I have developed various Finance related KPIs and spearheaded various deployments.\r\nIntroduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.\r\nKey Responsibilities:\r\nâ\x80¢ Involved in information gather phase.\r\nâ\x80¢ Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and\r\nCalculation View.\r\nâ\x80¢ Developed various KPI's individually using complex SQL scripts in Calculation views.\r\nâ\x80¢ Created procedures in HANA Database.\r\nâ\x80¢ Took ownership and developed Dashboard functionality.\r\nâ\x80¢ Involved in building data processing algorithms to be executed in R server for cluster analysis.\r\nTechnical Environment: R, SAP HANA, T-SQL.\r\nIndustry: Cross Industry\r\nAccenture Testing Accelerator for SAP Database Developer; 21 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nRole: I have taken care of all development activities for the ATAS tool and have also completed\r\nvarious deployments of the product.\r\nApart from these activities I was also actively involved in maintenance of the database servers\r\n(Production & Quality)\r\nKey Responsibilities:\r\nâ\x80¢ Analyzing business requirements, understanding the scope, getting requirements clarified\r\ninteracting with business and further transform all requirements to generate attribute\r\nmapping documents and reviewing mapping specification documentation\r\nâ\x80¢ Create / Update database objects like tables, views, stored procedures, function, and packages\r\nâ\x80¢ Monitored SQL Server Error Logs and Application Logs through SQL Server Agent\r\nâ\x80¢ Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML\r\nâ\x80¢ Responsible for Designing, developing and Normalization of database tables\r\nâ\x80¢ Experience in performance tuning using SQL profiler.\r\nâ\x80¢ Involved in QA, UAT, knowledge transfer and support activities\r\nTechnical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance\r\nMonitor, SQL Server Profiler, C#, PL-SQL, T-SQL.",
'Education Details \r\n MCA YMCAUST, Faridabad, Haryana\r\nData Science internship \r\n\r\n\r\nSkill Details \r\nData Structure- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nData Analysis- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nCore Java- Exprience - Less than 1 year months\r\nDatabase Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Itechpower\r\ndescription - ',
"SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details \r\nAugust 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute\r\nJune 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College\r\nData Science \r\n\r\n\r\nSkill Details \r\nMS OFFICE- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nmachine learning- Exprience - Less than 1 year months\r\ndata science- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ",
'Skills â\x80¢ Python â\x80¢ Tableau â\x80¢ Data Visualization â\x80¢ R Studio â\x80¢ Machine Learning â\x80¢ Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details \r\nJanuary 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering\r\nData Science Consultant \r\n\r\nData Science Consultant - Datamites\r\nSkill Details \r\nMACHINE LEARNING- Exprience - 13 months\r\nPYTHON- Exprience - 24 months\r\nSOLUTIONS- Exprience - 24 months\r\nDATA SCIENCE- Exprience - 24 months\r\nDATA VISUALIZATION- Exprience - 24 months\r\nTableau- Exprience - 24 monthsCompany Details \r\ncompany - Datamites\r\ndescription - â\x80¢ Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.\r\nâ\x80¢ Responsible for loading, extracting and validation of client data.\r\nâ\x80¢ Worked on manipulating, cleaning & processing data using python.\r\nâ\x80¢ Used Tableau for data visualization.\r\ncompany - Heretic Solutions Pvt Ltd\r\ndescription - â\x80¢ Worked closely with business to identify issues and used data to propose solutions for effective decision making.\r\nâ\x80¢ Manipulating, cleansing & processing data using Python, Excel and R.\r\nâ\x80¢ Analyzed raw data, drawing conclusions & developing recommendations.\r\nâ\x80¢ Used machine learning tools and statistical techniques to produce solutions to problems.',
'Education Details \r\n B.Tech Rayat and Bahra Institute of Engineering and Biotechnology\r\nData Science \r\n\r\nData Science\r\nSkill Details \r\nNumpy- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nTensorflow- Exprience - Less than 1 year months\r\nScikit- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nGCP- Exprience - Less than 1 year months\r\nPandas- Exprience - Less than 1 year months\r\nNeural Network- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Wipro\r\ndescription - Bhawana Aggarwal\r\nE-Mail:bhawana.chd@gmail.com\r\nPhone: 09876971076\r\nVVersatile, high-energy professional targeting challenging assignments in Machine\r\nPROFILE SUMMARY\r\nâ\x96ª An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.\r\nTECHNICAL SKILLS\r\nProgramming Languages Python, C\r\nLibraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib\r\nAlgorithms\r\nKNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,\r\nTensorflow, SVM\r\nDatabases SQL, Oracle\r\nOperating Systems Linux, Window\r\nDevelopment Environments NetBeans, Notebooks, Sublime\r\nTicketing tools Service Now, Remedy\r\nEducation\r\nUG Education:\r\nB.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in\r\n2016.\r\nSchooling:\r\nXII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)\r\nX in 2010 from Valley Public School (Passed with 9.4 CGPA)\r\nWORK EXPERINCE\r\nTitle : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\nOTHER PROJECTS\r\nTitle : Diabetes Detection\r\nBrief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third\r\nprize in it.\r\nTRAINING AND CERTIFICATIONS\r\nTitle: Python Training, Machine Learning, Data Science, Deep Learning\r\nOrganization: Udemy, Coursera (Machine Learning, Deep Learning)\r\nPersonal Profile\r\nFatherâ\x80\x99s Name :Mr. Tirlok Aggarwal\r\nLanguage Known : English & Hindi\r\nMarital Status :Single\r\nDate of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)\r\ncompany - Wipro\r\ndescription - Developing programs in Python.\r\ncompany - Wipro\r\ndescription - Title : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\ncompany - Wipro Technologies\r\ndescription - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.',
'Personal Skills â\x9e¢ Ability to quickly grasp technical aspects and willingness to learn â\x9e¢ High energy levels & Result oriented. Education Details \r\nJanuary 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology\r\nJanuary 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering\r\nJanuary 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha\r\nJanuary 2003 M.tech Thesis Detail BMCH School in Ganj basoda\r\nData science \r\n\r\nI have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update\r\nSkill Details \r\nExperience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - RNT.AI Technology Solution\r\ndescription - Text classification using Machine learning Algorithms with python.\r\nPractical knowledge of Deep learning algorithms such as Â\xa0Recurrent Neural Networks(RNN).\r\nDevelop custom data models and algorithms to apply to dataset\r\nExperience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.\r\nComfort with SQL, Â\xa0MYSQL\r\nSentiment analysis.\r\nÂ\xa0Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.\r\nWeb crawling using Selenium web driver and Beautiful Soup with python.\r\ncompany - Life Insurance Corporation of India Bhopal\r\ndescription - üÂ\xa0Explaining policy features and the benefits\r\nü Updated knowledge of life insurance products and shared with customers',
'Expertise â\x88\x92 Data and Quantitative Analysis â\x88\x92 Decision Analytics â\x88\x92 Predictive Modeling â\x88\x92 Data-Driven Personalization â\x88\x92 KPI Dashboards â\x88\x92 Big Data Queries and Interpretation â\x88\x92 Data Mining and Visualization Tools â\x88\x92 Machine Learning Algorithms â\x88\x92 Business Intelligence (BI) â\x88\x92 Research, Reports and Forecasts Education Details \r\n PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business\r\n B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy\r\nData Scientist \r\n\r\nData Scientist with PR Canada\r\nSkill Details \r\nAlgorithms- Exprience - 6 months\r\nBI- Exprience - 6 months\r\nBusiness Intelligence- Exprience - 6 months\r\nMachine Learning- Exprience - 24 months\r\nVisualization- Exprience - 24 months\r\nspark- Exprience - 24 months\r\npython- Exprience - 36 months\r\ntableau- Exprience - 36 months\r\nData Analysis- Exprience - 24 monthsCompany Details \r\ncompany - Aegis school of Data Science & Business\r\ndescription - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)\r\ncompany - Aegis school of Data & Business\r\ndescription - Data Science Intern, Nov 2015 to Jan 2016\r\n\r\nFurnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.\r\n\r\nâ\x9e\x94 Chat Bot using AWS LEX and Tensor flow Python\r\nThe goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.\r\nâ\x9e\x94 Web scraping using Selenium web driver Python\r\nThe task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.\r\nâ\x9e\x94 Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense\r\nThe goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.\r\nâ\x9e\x94 Image Based Fraud Detection Microsoft Face API, PySpark, Open CV\r\nThe main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.\r\nâ\x9e\x94 Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop\r\nThe objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.\r\nâ\x9e\x94 Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.\r\nThis project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.\r\n\r\nQuantifiable Results:\r\nâ\x88\x92 Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.\r\nâ\x88\x92 Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.\r\nâ\x88\x92 Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.\r\nâ\x88\x92 Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let\'s find a missing Child" for helping society.\r\ncompany - IBM India pvt ltd\r\ndescription - Mostly worked on blumix and IBM Watson for Data science.',
'Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details \r\n\r\nData Science Assurance Associate \r\n\r\nData Science Assurance Associate - Ernst & Young LLP\r\nSkill Details \r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nPython- Exprience - 24 monthsCompany Details \r\ncompany - Ernst & Young LLP\r\ndescription - Fraud Investigations and Dispute Services Assurance\r\nTECHNOLOGY ASSISTED REVIEW\r\nTAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.\r\n* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.\r\n* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.\r\n* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.\r\n\r\nTools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.\r\n\r\nMULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)\r\nTEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.\r\n* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.\r\n* Created customized tableau dashboards for effective reporting and visualizations.\r\nCHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.\r\n* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.\r\n* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.\r\n\r\nTools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer\r\n\r\nINFORMATION GOVERNANCE\r\nOrganizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.\r\n* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.\r\n* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.\r\n* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.\r\nTools & Technologies: Python, Flask, Elastic Search, Kibana\r\n\r\nFRAUD ANALYTIC PLATFORM\r\nFraud Analytics and investigative platform to review all red flag cases.\r\nâ\x80¢ FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.\r\n* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics\r\nTools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js',
'Education Details \r\nMay 2013 to May 2017 B.E UIT-RGPV\r\nData Scientist \r\n\r\nData Scientist - Matelabs\r\nSkill Details \r\nPython- Exprience - Less than 1 year months\r\nStatsmodels- Exprience - 12 months\r\nAWS- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nSklearn- Exprience - Less than 1 year months\r\nScipy- Exprience - Less than 1 year months\r\nKeras- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Matelabs\r\ndescription - ML Platform for business professionals, dummies and enthusiasts.\r\n60/A Koramangala 5th block,\r\nAchievements/Tasks behind sukh sagar, Bengaluru,\r\nIndia Developed and deployed auto preprocessing steps of machine learning mainly missing value\r\ntreatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.\r\nDeployed automated classification and regression model.\r\nlinkedin.com/in/aditya-rathore-\r\nb4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and\r\nProphet.\r\nWorked on meta-feature extracting problem.\r\ngithub.com/rathorology\r\nImplemented a state of the art research paper on outlier detection for mixed attributes.\r\ncompany - Matelabs\r\ndescription - ',
'Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details \r\nJanuary 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology\r\nJanuary 2015 DEEKSHA CENTER\r\nJanuary 2013 Little Flower Public School\r\nAugust 2000 Manipal Academy of Higher\r\nDATA SCIENCE \r\n\r\nDATA SCIENCE AND ELECTRICAL ENTHUSIAST\r\nSkill Details \r\nData Analysis- Exprience - Less than 1 year months\r\nexcel- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nmathematics- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year months\r\nElectrical Engineering- Exprience - Less than 1 year months\r\nSql- Exprience - Less than 1 year monthsCompany Details \r\ncompany - THEMATHCOMPANY\r\ndescription - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.',
"Skills â\x80¢ R â\x80¢ Python â\x80¢ SAP HANA â\x80¢ Tableau â\x80¢ SAP HANA SQL â\x80¢ SAP HANA PAL â\x80¢ MS SQL â\x80¢ SAP Lumira â\x80¢ C# â\x80¢ Linear Programming â\x80¢ Data Modelling â\x80¢ Advance Analytics â\x80¢ SCM Analytics â\x80¢ Retail Analytics â\x80¢Social Media Analytics â\x80¢ NLP Education Details \r\nJanuary 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology\r\nJanuary 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University\r\nData Science Consultant \r\n\r\nConsultant - Deloitte USI\r\nSkill Details \r\nLINEAR PROGRAMMING- Exprience - 6 months\r\nRETAIL- Exprience - 6 months\r\nRETAIL MARKETING- Exprience - 6 months\r\nSCM- Exprience - 6 months\r\nSQL- Exprience - Less than 1 year months\r\nDeep Learning- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nR- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Deloitte USI\r\ndescription - The project involved analysing historic deals and coming with insights to optimize future deals.\r\nRole: Was given raw data, carried out end to end analysis and presented insights to client.\r\nKey Responsibilities:\r\nâ\x80¢ Extract data from client systems across geographies.\r\nâ\x80¢ Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.\r\nTechnical Environment: R, Tableau.\r\n\r\nIndustry: Cross Industry\r\nService Area: Cross Industry - Products\r\nProject Name: Handwriting recognition\r\nConsultant: 3 months.\r\nThe project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.\r\nRole: I was developing sentence correction functionality.\r\nKey Responsibilities:\r\nâ\x80¢ Gather data large enough to capture all English words\r\nâ\x80¢ Train LSTM models on words.\r\nTechnical Environment: Python.\r\n\r\nIndustry: Finance\r\nService Area: Financial Services - BI development Project Name: SWIFT\r\nConsultant: 8 months.\r\nThe project was to develop an analytics infrastructure on top of SAP S/4, it would user to view\r\nfinancial reports to respective departments. Reporting also included forecasting expenses.\r\nRole: I was leading the offshore team.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop ETL for data flow\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: SAP HANA, Tableau, SAP AO.\r\n\r\nIndustry: Healthcare Analytics\r\nService Area: Life Sciences - Product development Project Name: Clinical Healthcare System\r\nConsultant: 2 months.\r\nThe project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.\r\nRole: I was involved from design to deploy phase, performed a lot of data restructuring and built\r\nmodels for insights.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop and deploy analytical models.\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: Data Modelling, SAP HANA, Tableau, NLP.\r\n\r\nIndustry: FMCG\r\nService Area: Trade & Promotion\r\nProject Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.\r\nThe project involved setting up of CRM and CBP modules.\r\nRole: I was involved in key data decomposition activities and setting up the base for future year\r\nforecast. Over the course of the project I developed various models and carried out key\r\nperformance improvements.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop HANA models for decomposition.\r\nâ\x80¢ Develop data flow for forecast.\r\nâ\x80¢ Developed various views for reporting of Customer/Sales/Funds.\r\nâ\x80¢ Validate various reports in BOBJ.\r\nTechnical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.\r\n\r\nInternal Initiative Industry: FMCG\r\nCustomer Segmentation and RFM analysis Consultant; 3 months.\r\nThe initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.\r\nTechnical Environment: Anaconda3, Python3.6, HANA SPS12\r\n\r\nIndustry: Telecom Invoice state detection Consultant; 1 months.\r\nThe initiative was to reduce the manual effort in verifying closed and open invoices manually, it\r\ninvolved development to a decision tree to classify open/closed invoices. This enabled effort\r\nreduction by 60%.\r\nTechnical Environment: R, SAP PAL, SAP HANA SPS12\r\n\r\nAccenture Experience\r\nIndustry: Analytics - Cross Industry\r\nIn Process Analytics for SAP Senior Developer; 19 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nThe project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.\r\nRole: I have developed various Finance related KPIs and spearheaded various deployments.\r\nIntroduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.\r\nKey Responsibilities:\r\nâ\x80¢ Involved in information gather phase.\r\nâ\x80¢ Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and\r\nCalculation View.\r\nâ\x80¢ Developed various KPI's individually using complex SQL scripts in Calculation views.\r\nâ\x80¢ Created procedures in HANA Database.\r\nâ\x80¢ Took ownership and developed Dashboard functionality.\r\nâ\x80¢ Involved in building data processing algorithms to be executed in R server for cluster analysis.\r\nTechnical Environment: R, SAP HANA, T-SQL.\r\nIndustry: Cross Industry\r\nAccenture Testing Accelerator for SAP Database Developer; 21 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nRole: I have taken care of all development activities for the ATAS tool and have also completed\r\nvarious deployments of the product.\r\nApart from these activities I was also actively involved in maintenance of the database servers\r\n(Production & Quality)\r\nKey Responsibilities:\r\nâ\x80¢ Analyzing business requirements, understanding the scope, getting requirements clarified\r\ninteracting with business and further transform all requirements to generate attribute\r\nmapping documents and reviewing mapping specification documentation\r\nâ\x80¢ Create / Update database objects like tables, views, stored procedures, function, and packages\r\nâ\x80¢ Monitored SQL Server Error Logs and Application Logs through SQL Server Agent\r\nâ\x80¢ Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML\r\nâ\x80¢ Responsible for Designing, developing and Normalization of database tables\r\nâ\x80¢ Experience in performance tuning using SQL profiler.\r\nâ\x80¢ Involved in QA, UAT, knowledge transfer and support activities\r\nTechnical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance\r\nMonitor, SQL Server Profiler, C#, PL-SQL, T-SQL.",
'Education Details \r\n MCA YMCAUST, Faridabad, Haryana\r\nData Science internship \r\n\r\n\r\nSkill Details \r\nData Structure- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nData Analysis- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nCore Java- Exprience - Less than 1 year months\r\nDatabase Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Itechpower\r\ndescription - ',
"SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details \r\nAugust 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute\r\nJune 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College\r\nData Science \r\n\r\n\r\nSkill Details \r\nMS OFFICE- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nmachine learning- Exprience - Less than 1 year months\r\ndata science- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ",
'Skills â\x80¢ Python â\x80¢ Tableau â\x80¢ Data Visualization â\x80¢ R Studio â\x80¢ Machine Learning â\x80¢ Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details \r\nJanuary 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering\r\nData Science Consultant \r\n\r\nData Science Consultant - Datamites\r\nSkill Details \r\nMACHINE LEARNING- Exprience - 13 months\r\nPYTHON- Exprience - 24 months\r\nSOLUTIONS- Exprience - 24 months\r\nDATA SCIENCE- Exprience - 24 months\r\nDATA VISUALIZATION- Exprience - 24 months\r\nTableau- Exprience - 24 monthsCompany Details \r\ncompany - Datamites\r\ndescription - â\x80¢ Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.\r\nâ\x80¢ Responsible for loading, extracting and validation of client data.\r\nâ\x80¢ Worked on manipulating, cleaning & processing data using python.\r\nâ\x80¢ Used Tableau for data visualization.\r\ncompany - Heretic Solutions Pvt Ltd\r\ndescription - â\x80¢ Worked closely with business to identify issues and used data to propose solutions for effective decision making.\r\nâ\x80¢ Manipulating, cleansing & processing data using Python, Excel and R.\r\nâ\x80¢ Analyzed raw data, drawing conclusions & developing recommendations.\r\nâ\x80¢ Used machine learning tools and statistical techniques to produce solutions to problems.',
'Education Details \r\n B.Tech Rayat and Bahra Institute of Engineering and Biotechnology\r\nData Science \r\n\r\nData Science\r\nSkill Details \r\nNumpy- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nTensorflow- Exprience - Less than 1 year months\r\nScikit- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nGCP- Exprience - Less than 1 year months\r\nPandas- Exprience - Less than 1 year months\r\nNeural Network- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Wipro\r\ndescription - Bhawana Aggarwal\r\nE-Mail:bhawana.chd@gmail.com\r\nPhone: 09876971076\r\nVVersatile, high-energy professional targeting challenging assignments in Machine\r\nPROFILE SUMMARY\r\nâ\x96ª An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.\r\nTECHNICAL SKILLS\r\nProgramming Languages Python, C\r\nLibraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib\r\nAlgorithms\r\nKNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,\r\nTensorflow, SVM\r\nDatabases SQL, Oracle\r\nOperating Systems Linux, Window\r\nDevelopment Environments NetBeans, Notebooks, Sublime\r\nTicketing tools Service Now, Remedy\r\nEducation\r\nUG Education:\r\nB.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in\r\n2016.\r\nSchooling:\r\nXII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)\r\nX in 2010 from Valley Public School (Passed with 9.4 CGPA)\r\nWORK EXPERINCE\r\nTitle : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\nOTHER PROJECTS\r\nTitle : Diabetes Detection\r\nBrief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third\r\nprize in it.\r\nTRAINING AND CERTIFICATIONS\r\nTitle: Python Training, Machine Learning, Data Science, Deep Learning\r\nOrganization: Udemy, Coursera (Machine Learning, Deep Learning)\r\nPersonal Profile\r\nFatherâ\x80\x99s Name :Mr. Tirlok Aggarwal\r\nLanguage Known : English & Hindi\r\nMarital Status :Single\r\nDate of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)\r\ncompany - Wipro\r\ndescription - Developing programs in Python.\r\ncompany - Wipro\r\ndescription - Title : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\ncompany - Wipro Technologies\r\ndescription - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.',
'Personal Skills â\x9e¢ Ability to quickly grasp technical aspects and willingness to learn â\x9e¢ High energy levels & Result oriented. Education Details \r\nJanuary 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology\r\nJanuary 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering\r\nJanuary 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha\r\nJanuary 2003 M.tech Thesis Detail BMCH School in Ganj basoda\r\nData science \r\n\r\nI have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update\r\nSkill Details \r\nExperience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - RNT.AI Technology Solution\r\ndescription - Text classification using Machine learning Algorithms with python.\r\nPractical knowledge of Deep learning algorithms such as Â\xa0Recurrent Neural Networks(RNN).\r\nDevelop custom data models and algorithms to apply to dataset\r\nExperience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.\r\nComfort with SQL, Â\xa0MYSQL\r\nSentiment analysis.\r\nÂ\xa0Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.\r\nWeb crawling using Selenium web driver and Beautiful Soup with python.\r\ncompany - Life Insurance Corporation of India Bhopal\r\ndescription - üÂ\xa0Explaining policy features and the benefits\r\nü Updated knowledge of life insurance products and shared with customers',
'Expertise â\x88\x92 Data and Quantitative Analysis â\x88\x92 Decision Analytics â\x88\x92 Predictive Modeling â\x88\x92 Data-Driven Personalization â\x88\x92 KPI Dashboards â\x88\x92 Big Data Queries and Interpretation â\x88\x92 Data Mining and Visualization Tools â\x88\x92 Machine Learning Algorithms â\x88\x92 Business Intelligence (BI) â\x88\x92 Research, Reports and Forecasts Education Details \r\n PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business\r\n B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy\r\nData Scientist \r\n\r\nData Scientist with PR Canada\r\nSkill Details \r\nAlgorithms- Exprience - 6 months\r\nBI- Exprience - 6 months\r\nBusiness Intelligence- Exprience - 6 months\r\nMachine Learning- Exprience - 24 months\r\nVisualization- Exprience - 24 months\r\nspark- Exprience - 24 months\r\npython- Exprience - 36 months\r\ntableau- Exprience - 36 months\r\nData Analysis- Exprience - 24 monthsCompany Details \r\ncompany - Aegis school of Data Science & Business\r\ndescription - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)\r\ncompany - Aegis school of Data & Business\r\ndescription - Data Science Intern, Nov 2015 to Jan 2016\r\n\r\nFurnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.\r\n\r\nâ\x9e\x94 Chat Bot using AWS LEX and Tensor flow Python\r\nThe goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.\r\nâ\x9e\x94 Web scraping using Selenium web driver Python\r\nThe task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.\r\nâ\x9e\x94 Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense\r\nThe goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.\r\nâ\x9e\x94 Image Based Fraud Detection Microsoft Face API, PySpark, Open CV\r\nThe main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.\r\nâ\x9e\x94 Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop\r\nThe objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.\r\nâ\x9e\x94 Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.\r\nThis project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.\r\n\r\nQuantifiable Results:\r\nâ\x88\x92 Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.\r\nâ\x88\x92 Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.\r\nâ\x88\x92 Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.\r\nâ\x88\x92 Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let\'s find a missing Child" for helping society.\r\ncompany - IBM India pvt ltd\r\ndescription - Mostly worked on blumix and IBM Watson for Data science.',
'TECHNICAL SKILLS â\x80¢ Typewriting â\x80¢ TORA â\x80¢ SPSSEducation Details \r\nJanuary 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering\r\nJanuary 2014 HSC at SAV Higher Secondary School\r\n MBA SNS College of Engineering\r\n SSLC Finance at Kamaraj Matriculation School\r\nHR \r\n\r\n\r\nSkill Details \r\nHuman resource, Finance- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
'I.T. Skills â\x80¢ Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) â\x80¢ Saral Payment Package- payroll software â\x80¢ Internet ApplicationsEducation Details \r\nJanuary 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg\r\nJanuary 2006 diploma Hotel Management International Institute of Hotel Management\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Atri Developers\r\ndescription - â\x80¢ HR Payroll Statutory Compliance Performance Management\r\ncompany - \r\ndescription - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc\r\n\r\nPayroll Management: Salary restructuring to process payroll of 600 employees.\r\nâ\x80¢ Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.\r\nâ\x80¢ Processing accurate & error free salary of employees.\r\nâ\x80¢ Responsible for compensation and benefits administration.\r\nâ\x80¢ Coordinate with Accounts team for salary processing.\r\nâ\x80¢ Attendance & Leave record management\r\nâ\x80¢ Assuring prompt and satisfactory resolution of payroll related queries of all employees.\r\n\r\nStatutory Compliance Management:\r\nâ\x80¢ Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.\r\nâ\x80¢ Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.\r\nâ\x80¢ Shops and Commercial Establishments Act (S&E)\r\nâ\x80¢ The Payment of Gratuity Act 1972\r\nRecruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.\r\n\r\nPerformance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)\r\n\r\nTraining and Development: Conduct training need analysis and arrange various training session.\r\n\r\nEmployee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.\r\nWorking on Saral Payment Package- payroll software as well as on excel\r\nAssisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.',
'Education Details \r\n BA mumbai University\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Operations- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Mumbai Monorail\r\ndescription - ',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\n BBA lovely professional university\r\nHR \r\n\r\n\r\nSkill Details \r\nCommunication- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - ',
'Education Details \r\n MBA ACN College of engineering & mgt\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - HR Assistant\r\ndescription - ',
'KEY SKILLS: â\x80¢ Computerized accounting with tally â\x80¢ Sincere & hard working â\x80¢ Management accounting & income tax â\x80¢ Good communication & leadership â\x80¢ Two and four wheeler driving license â\x80¢ Internet & Ecommerce management COMPUTER SKILLS: â\x80¢ C Language â\x80¢ Web programing â\x80¢ Tally â\x80¢ Dbms Education Details \r\nJune 2017 to June 2019 Mba Finance/hr India Mlrit\r\nJune 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university\r\nJune 2012 to April 2014 Inter MEC India Srimedhav\r\nHr \r\n\r\nNani\r\nSkill Details \r\naccounting- Exprience - 6 months\r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDbms- Exprience - 6 months\r\nManagement accounting- Exprience - 6 months\r\nEcommerce- Exprience - 6 monthsCompany Details \r\ncompany - Valuelabs\r\ndescription - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company',
'Training in Special Education (Certificate Course) Education Details \r\nJuly 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University\r\nJuly 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - \r\ndescription - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor',
'Computer Knowledge: â\x80¢ Proficient in basic use of MS office â\x80¢ Microsoft Dynamics AX software â\x80¢ SAIBA softwareEducation Details \r\n MBA Distance education Bharathiar University\r\n BE PA College of Engineering and Technology\r\n HSC R.V.G. Hr Sec School\r\n SSC G.Hr.Sec School\r\nHR \r\n\r\nAdmin in Bharat\r\nSkill Details \r\nDYNAMICS- Exprience - 6 months\r\nDYNAMICS AX- Exprience - 6 months\r\nMICROSOFT DYNAMICS- Exprience - 6 months\r\nMICROSOFT DYNAMICS AX- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 monthsCompany Details \r\ncompany - Sri Ramesh Gaarment\r\ndescription - Tirupur\r\n\r\nAdministration as well as clients service\r\nHere corporate companies only insured so that knowledge gathered about\r\nGarments, spinning mills\r\n\r\nâ\x80¢ FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.\r\n\r\nHR Activities\r\nAttendance maintenance, Time cards maintenance,\r\nStaffs and labors individual records maintenance\r\n\r\nProject:\r\nâ\x80¢ Advanced automobile collision avoidance and blackbox in CAR',
"SOFTWARE SKILLS: â\x80¢ General Computer Proficiency â\x80¢ Program Langages known C, C+, Java, Web Programming â\x80¢ Tools & Software know MATLAB. DBMS KEY STRENGTHS: â\x80¢ Posse's Good communication and analytic skills. â\x80¢ Positive thinking. Sincere, Hard work, Honesty, Responsibility. â\x80¢ Enthusiastic to learn new skills & take up new tasks. â\x80¢ Self - motivated. â\x80¢ Ready to accept challenges Education Details \r\nJanuary 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur\r\nHR \r\n\r\n\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMATLAB- Exprience - 6 monthsCompany Details \r\ncompany - Yours Truly\r\ndescription - Jayashree H .K)",
'TECHNICAL SKILLS â\x80¢ Typewriting â\x80¢ TORA â\x80¢ SPSSEducation Details \r\nJanuary 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering\r\nJanuary 2014 HSC at SAV Higher Secondary School\r\n MBA SNS College of Engineering\r\n SSLC Finance at Kamaraj Matriculation School\r\nHR \r\n\r\n\r\nSkill Details \r\nHuman resource, Finance- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
'I.T. Skills â\x80¢ Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) â\x80¢ Saral Payment Package- payroll software â\x80¢ Internet ApplicationsEducation Details \r\nJanuary 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg\r\nJanuary 2006 diploma Hotel Management International Institute of Hotel Management\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Atri Developers\r\ndescription - â\x80¢ HR Payroll Statutory Compliance Performance Management\r\ncompany - \r\ndescription - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc\r\n\r\nPayroll Management: Salary restructuring to process payroll of 600 employees.\r\nâ\x80¢ Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.\r\nâ\x80¢ Processing accurate & error free salary of employees.\r\nâ\x80¢ Responsible for compensation and benefits administration.\r\nâ\x80¢ Coordinate with Accounts team for salary processing.\r\nâ\x80¢ Attendance & Leave record management\r\nâ\x80¢ Assuring prompt and satisfactory resolution of payroll related queries of all employees.\r\n\r\nStatutory Compliance Management:\r\nâ\x80¢ Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.\r\nâ\x80¢ Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.\r\nâ\x80¢ Shops and Commercial Establishments Act (S&E)\r\nâ\x80¢ The Payment of Gratuity Act 1972\r\nRecruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.\r\n\r\nPerformance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)\r\n\r\nTraining and Development: Conduct training need analysis and arrange various training session.\r\n\r\nEmployee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.\r\nWorking on Saral Payment Package- payroll software as well as on excel\r\nAssisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.',
'Education Details \r\n BA mumbai University\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Operations- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Mumbai Monorail\r\ndescription - ',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\n BBA lovely professional university\r\nHR \r\n\r\n\r\nSkill Details \r\nCommunication- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - ',
'Education Details \r\n MBA ACN College of engineering & mgt\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - HR Assistant\r\ndescription - ',
'KEY SKILLS: â\x80¢ Computerized accounting with tally â\x80¢ Sincere & hard working â\x80¢ Management accounting & income tax â\x80¢ Good communication & leadership â\x80¢ Two and four wheeler driving license â\x80¢ Internet & Ecommerce management COMPUTER SKILLS: â\x80¢ C Language â\x80¢ Web programing â\x80¢ Tally â\x80¢ Dbms Education Details \r\nJune 2017 to June 2019 Mba Finance/hr India Mlrit\r\nJune 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university\r\nJune 2012 to April 2014 Inter MEC India Srimedhav\r\nHr \r\n\r\nNani\r\nSkill Details \r\naccounting- Exprience - 6 months\r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDbms- Exprience - 6 months\r\nManagement accounting- Exprience - 6 months\r\nEcommerce- Exprience - 6 monthsCompany Details \r\ncompany - Valuelabs\r\ndescription - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company',
'Training in Special Education (Certificate Course) Education Details \r\nJuly 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University\r\nJuly 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - \r\ndescription - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor',
'Computer Knowledge: â\x80¢ Proficient in basic use of MS office â\x80¢ Microsoft Dynamics AX software â\x80¢ SAIBA softwareEducation Details \r\n MBA Distance education Bharathiar University\r\n BE PA College of Engineering and Technology\r\n HSC R.V.G. Hr Sec School\r\n SSC G.Hr.Sec School\r\nHR \r\n\r\nAdmin in Bharat\r\nSkill Details \r\nDYNAMICS- Exprience - 6 months\r\nDYNAMICS AX- Exprience - 6 months\r\nMICROSOFT DYNAMICS- Exprience - 6 months\r\nMICROSOFT DYNAMICS AX- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 monthsCompany Details \r\ncompany - Sri Ramesh Gaarment\r\ndescription - Tirupur\r\n\r\nAdministration as well as clients service\r\nHere corporate companies only insured so that knowledge gathered about\r\nGarments, spinning mills\r\n\r\nâ\x80¢ FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.\r\n\r\nHR Activities\r\nAttendance maintenance, Time cards maintenance,\r\nStaffs and labors individual records maintenance\r\n\r\nProject:\r\nâ\x80¢ Advanced automobile collision avoidance and blackbox in CAR',
"SOFTWARE SKILLS: â\x80¢ General Computer Proficiency â\x80¢ Program Langages known C, C+, Java, Web Programming â\x80¢ Tools & Software know MATLAB. DBMS KEY STRENGTHS: â\x80¢ Posse's Good communication and analytic skills. â\x80¢ Positive thinking. Sincere, Hard work, Honesty, Responsibility. â\x80¢ Enthusiastic to learn new skills & take up new tasks. â\x80¢ Self - motivated. â\x80¢ Ready to accept challenges Education Details \r\nJanuary 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur\r\nHR \r\n\r\n\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMATLAB- Exprience - 6 monthsCompany Details \r\ncompany - Yours Truly\r\ndescription - Jayashree H .K)",
'TECHNICAL SKILLS â\x80¢ Typewriting â\x80¢ TORA â\x80¢ SPSSEducation Details \r\nJanuary 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering\r\nJanuary 2014 HSC at SAV Higher Secondary School\r\n MBA SNS College of Engineering\r\n SSLC Finance at Kamaraj Matriculation School\r\nHR \r\n\r\n\r\nSkill Details \r\nHuman resource, Finance- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
'I.T. Skills â\x80¢ Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) â\x80¢ Saral Payment Package- payroll software â\x80¢ Internet ApplicationsEducation Details \r\nJanuary 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg\r\nJanuary 2006 diploma Hotel Management International Institute of Hotel Management\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Atri Developers\r\ndescription - â\x80¢ HR Payroll Statutory Compliance Performance Management\r\ncompany - \r\ndescription - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc\r\n\r\nPayroll Management: Salary restructuring to process payroll of 600 employees.\r\nâ\x80¢ Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.\r\nâ\x80¢ Processing accurate & error free salary of employees.\r\nâ\x80¢ Responsible for compensation and benefits administration.\r\nâ\x80¢ Coordinate with Accounts team for salary processing.\r\nâ\x80¢ Attendance & Leave record management\r\nâ\x80¢ Assuring prompt and satisfactory resolution of payroll related queries of all employees.\r\n\r\nStatutory Compliance Management:\r\nâ\x80¢ Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.\r\nâ\x80¢ Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.\r\nâ\x80¢ Shops and Commercial Establishments Act (S&E)\r\nâ\x80¢ The Payment of Gratuity Act 1972\r\nRecruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.\r\n\r\nPerformance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)\r\n\r\nTraining and Development: Conduct training need analysis and arrange various training session.\r\n\r\nEmployee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.\r\nWorking on Saral Payment Package- payroll software as well as on excel\r\nAssisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.',
'Education Details \r\n BA mumbai University\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Operations- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Mumbai Monorail\r\ndescription - ',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\n BBA lovely professional university\r\nHR \r\n\r\n\r\nSkill Details \r\nCommunication- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - ',
'Education Details \r\n MBA ACN College of engineering & mgt\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - HR Assistant\r\ndescription - ',
'KEY SKILLS: â\x80¢ Computerized accounting with tally â\x80¢ Sincere & hard working â\x80¢ Management accounting & income tax â\x80¢ Good communication & leadership â\x80¢ Two and four wheeler driving license â\x80¢ Internet & Ecommerce management COMPUTER SKILLS: â\x80¢ C Language â\x80¢ Web programing â\x80¢ Tally â\x80¢ Dbms Education Details \r\nJune 2017 to June 2019 Mba Finance/hr India Mlrit\r\nJune 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university\r\nJune 2012 to April 2014 Inter MEC India Srimedhav\r\nHr \r\n\r\nNani\r\nSkill Details \r\naccounting- Exprience - 6 months\r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDbms- Exprience - 6 months\r\nManagement accounting- Exprience - 6 months\r\nEcommerce- Exprience - 6 monthsCompany Details \r\ncompany - Valuelabs\r\ndescription - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company',
'Training in Special Education (Certificate Course) Education Details \r\nJuly 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University\r\nJuly 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - \r\ndescription - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor',
'Computer Knowledge: â\x80¢ Proficient in basic use of MS office â\x80¢ Microsoft Dynamics AX software â\x80¢ SAIBA softwareEducation Details \r\n MBA Distance education Bharathiar University\r\n BE PA College of Engineering and Technology\r\n HSC R.V.G. Hr Sec School\r\n SSC G.Hr.Sec School\r\nHR \r\n\r\nAdmin in Bharat\r\nSkill Details \r\nDYNAMICS- Exprience - 6 months\r\nDYNAMICS AX- Exprience - 6 months\r\nMICROSOFT DYNAMICS- Exprience - 6 months\r\nMICROSOFT DYNAMICS AX- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 monthsCompany Details \r\ncompany - Sri Ramesh Gaarment\r\ndescription - Tirupur\r\n\r\nAdministration as well as clients service\r\nHere corporate companies only insured so that knowledge gathered about\r\nGarments, spinning mills\r\n\r\nâ\x80¢ FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.\r\n\r\nHR Activities\r\nAttendance maintenance, Time cards maintenance,\r\nStaffs and labors individual records maintenance\r\n\r\nProject:\r\nâ\x80¢ Advanced automobile collision avoidance and blackbox in CAR',
"SOFTWARE SKILLS: â\x80¢ General Computer Proficiency â\x80¢ Program Langages known C, C+, Java, Web Programming â\x80¢ Tools & Software know MATLAB. DBMS KEY STRENGTHS: â\x80¢ Posse's Good communication and analytic skills. â\x80¢ Positive thinking. Sincere, Hard work, Honesty, Responsibility. â\x80¢ Enthusiastic to learn new skills & take up new tasks. â\x80¢ Self - motivated. â\x80¢ Ready to accept challenges Education Details \r\nJanuary 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur\r\nHR \r\n\r\n\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMATLAB- Exprience - 6 monthsCompany Details \r\ncompany - Yours Truly\r\ndescription - Jayashree H .K)",
'TECHNICAL SKILLS â\x80¢ Typewriting â\x80¢ TORA â\x80¢ SPSSEducation Details \r\nJanuary 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering\r\nJanuary 2014 HSC at SAV Higher Secondary School\r\n MBA SNS College of Engineering\r\n SSLC Finance at Kamaraj Matriculation School\r\nHR \r\n\r\n\r\nSkill Details \r\nHuman resource, Finance- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
'I.T. Skills â\x80¢ Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) â\x80¢ Saral Payment Package- payroll software â\x80¢ Internet ApplicationsEducation Details \r\nJanuary 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg\r\nJanuary 2006 diploma Hotel Management International Institute of Hotel Management\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Atri Developers\r\ndescription - â\x80¢ HR Payroll Statutory Compliance Performance Management\r\ncompany - \r\ndescription - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc\r\n\r\nPayroll Management: Salary restructuring to process payroll of 600 employees.\r\nâ\x80¢ Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.\r\nâ\x80¢ Processing accurate & error free salary of employees.\r\nâ\x80¢ Responsible for compensation and benefits administration.\r\nâ\x80¢ Coordinate with Accounts team for salary processing.\r\nâ\x80¢ Attendance & Leave record management\r\nâ\x80¢ Assuring prompt and satisfactory resolution of payroll related queries of all employees.\r\n\r\nStatutory Compliance Management:\r\nâ\x80¢ Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.\r\nâ\x80¢ Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.\r\nâ\x80¢ Shops and Commercial Establishments Act (S&E)\r\nâ\x80¢ The Payment of Gratuity Act 1972\r\nRecruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.\r\n\r\nPerformance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)\r\n\r\nTraining and Development: Conduct training need analysis and arrange various training session.\r\n\r\nEmployee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.\r\nWorking on Saral Payment Package- payroll software as well as on excel\r\nAssisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.',
'Education Details \r\n BA mumbai University\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Operations- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Mumbai Monorail\r\ndescription - ',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\n BBA lovely professional university\r\nHR \r\n\r\n\r\nSkill Details \r\nCommunication- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - ',
'Education Details \r\n MBA ACN College of engineering & mgt\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - HR Assistant\r\ndescription - ',
'KEY SKILLS: â\x80¢ Computerized accounting with tally â\x80¢ Sincere & hard working â\x80¢ Management accounting & income tax â\x80¢ Good communication & leadership â\x80¢ Two and four wheeler driving license â\x80¢ Internet & Ecommerce management COMPUTER SKILLS: â\x80¢ C Language â\x80¢ Web programing â\x80¢ Tally â\x80¢ Dbms Education Details \r\nJune 2017 to June 2019 Mba Finance/hr India Mlrit\r\nJune 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university\r\nJune 2012 to April 2014 Inter MEC India Srimedhav\r\nHr \r\n\r\nNani\r\nSkill Details \r\naccounting- Exprience - 6 months\r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDbms- Exprience - 6 months\r\nManagement accounting- Exprience - 6 months\r\nEcommerce- Exprience - 6 monthsCompany Details \r\ncompany - Valuelabs\r\ndescription - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company',
'Training in Special Education (Certificate Course) Education Details \r\nJuly 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University\r\nJuly 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - \r\ndescription - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor',
'Computer Knowledge: â\x80¢ Proficient in basic use of MS office â\x80¢ Microsoft Dynamics AX software â\x80¢ SAIBA softwareEducation Details \r\n MBA Distance education Bharathiar University\r\n BE PA College of Engineering and Technology\r\n HSC R.V.G. Hr Sec School\r\n SSC G.Hr.Sec School\r\nHR \r\n\r\nAdmin in Bharat\r\nSkill Details \r\nDYNAMICS- Exprience - 6 months\r\nDYNAMICS AX- Exprience - 6 months\r\nMICROSOFT DYNAMICS- Exprience - 6 months\r\nMICROSOFT DYNAMICS AX- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 monthsCompany Details \r\ncompany - Sri Ramesh Gaarment\r\ndescription - Tirupur\r\n\r\nAdministration as well as clients service\r\nHere corporate companies only insured so that knowledge gathered about\r\nGarments, spinning mills\r\n\r\nâ\x80¢ FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.\r\n\r\nHR Activities\r\nAttendance maintenance, Time cards maintenance,\r\nStaffs and labors individual records maintenance\r\n\r\nProject:\r\nâ\x80¢ Advanced automobile collision avoidance and blackbox in CAR',
"SOFTWARE SKILLS: â\x80¢ General Computer Proficiency â\x80¢ Program Langages known C, C+, Java, Web Programming â\x80¢ Tools & Software know MATLAB. DBMS KEY STRENGTHS: â\x80¢ Posse's Good communication and analytic skills. â\x80¢ Positive thinking. Sincere, Hard work, Honesty, Responsibility. â\x80¢ Enthusiastic to learn new skills & take up new tasks. â\x80¢ Self - motivated. â\x80¢ Ready to accept challenges Education Details \r\nJanuary 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur\r\nHR \r\n\r\n\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMATLAB- Exprience - 6 monthsCompany Details \r\ncompany - Yours Truly\r\ndescription - Jayashree H .K)",
"TECHNICAL QUALIFICATIONS: â\x80¢ Windows, Ms. OfficeEducation Details \r\n LL.B Guwahati, Assam University Law College, Guwahati University\r\n B.Sc Jagiroad, ASSAM, IN Jagiroad College\r\n Morigaon College\r\nAdvocate \r\n\r\nAdvocate - Gauhati High Court\r\nSkill Details \r\nCompany Details \r\ncompany - Gauhati High Court\r\ndescription - of the Gauhati High Court and other subordinate Courts and Tribunals and Statutory Bodies in Guwahati from 2008. Numerous experiences of Civil, Criminal cases, cases under consumer forum.\r\nâ\x80¢ Handling a good number of Civil as well as Criminal Matters in District & Sessions Judge Court, Judge Court, C.J.M. Court, and Consumer Forum & also in the High Court.\r\nâ\x80¢ Working as Executive (Legal) at Hindustan Paper Corporation Limited (A Govt. of India Enterprise), Nagaon Paper Mill since Jan '2012.\r\nSTRENGTH: \r\nâ\x80¢ Adaptability: A penchant to adapt to the conditions & level of the environment accordance with the requirement of the given situation.\r\nâ\x80¢ Interpersonal: An extrovert to the core, prefer to interact with people of all walks of life and varying strata of society. Ability to quickly establish rapport with others.\r\nâ\x80¢ Team Work: Enjoy being a part of a group & achieve combined goals.\r\nROLES AND RESPONSIBILITIES AT HPC LTD \r\nâ\x80¢ Assisting in briefing counsels on matters relating to Nagaon Paper Mill, Cachar Paper Mill and also Nagaland Pulp and Paper Corporation Ltd.\r\nâ\x80¢ The task of legal vetting in all NIBs/NITs terms and conditions etc.\r\nâ\x80¢ Providing Legal views to protect the interest of the Corporation.\r\nâ\x80¢ Assisting in formulation and drafting of all Disciplinary matters.\r\nâ\x80¢ Liaisoning with all local bodies and also other forums.",
'Education Details \r\n B.Com, LL.B., University of Clacutta, University of Burdwan\r\nADVOCATE \r\n\r\n\r\nSkill Details \r\nTaxation matters Income Tax GST P Tax Accounts- Exprience - Less than 1 year months\r\nFiling of Income Tax Returns GST Returns e-TDS AIR and more- Exprience - Less than 1 year monthsCompany Details \r\ncompany - own practice\r\ndescription - 1. Drafting and preparation of plaint, Accounts and move before relevant Authority to hear the cases',
'Education Details \r\n LLB. Dibrugarh University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nLegal.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Legal.\r\ndescription - â\x80¢ Advocate',
'Education Details \r\nNovember 2016 to January 2019 Llm Masters in Law Hyderabad, Telangana Sultan Ul Uloom College Of Law\r\nSeptember 2011 to May 2016 BA.llb Bachelors in Law Hyderabad, Telangana Osmania University PG College Of Law\r\nAdvocate \r\n\r\nExperienced in Litigation, Recently Acquired Masters Degree in Law\r\nSkill Details \r\nMicrosoft word- Exprience - Less than 1 year months\r\nlitigation- Exprience - Less than 1 year months\r\nLegal Research- Exprience - Less than 1 year months\r\nContracts- Exprience - Less than 1 year months\r\nInternet Savvy- Exprience - Less than 1 year months\r\nDrafting- Exprience - Less than 1 year monthsCompany Details \r\ncompany - LRC Office\r\ndescription - â\x80¢ Working under Senior Advocate L Ravichander in the High Court of Telangana.\r\nâ\x80¢ Experience in drafting\r\nâ\x80¢ Legal Correspondence',
"SKILLS â\x80¢ Knows English as native speaker (IELTS Overall 8; Listening 8, Reading 8, Writing 7 and Speaking 8.5); Hindi with bilingual proficiency and Punjabi as native speaker. â\x80¢ Able to communicate clearly and concisely with people of diverse backgrounds and levels of authority. â\x80¢ Exceptional knowledge of administrative procedures, evidence rules and trials. â\x80¢ Can maintain a professional attitude with peers, co-workers and clients at all times. â\x80¢ Focused and driven to always meet deadlines for pretrial procedures, trials and appellate briefings by effectively utilizing resources. â\x80¢ A Microsoft Certified Systems Engineer (2008) and very much Competent in Windows and Word processing software Education Details \r\nJuly 2009 to May 2012 Bachelor's Laws Bikaner, Rajasthan Maharaja Ganga Singh University\r\nAugust 2008 to November 2008 Microsoft Certified Systems Engineer Networking Chandigarh \r\nJuly 2005 to April 2008 Bachelor's of Science Bio-Informatics Chandigarh, Chandigarh Panjab University\r\nAdvocate \r\n\r\nNewcomer Indian Advocate\r\nSkill Details \r\nAdministration- Exprience - 72 months\r\nLegal Research- Exprience - 72 months\r\nMicrosoft Office- Exprience - 72 months\r\nDrafting- Exprience - 72 monthsCompany Details \r\ncompany - District Courts\r\ndescription - Key Features\r\n\r\nâ\x80¢ Licensed Advocate in practice from 16-Aug-2012 (Bar Council of Punjab & Haryana, Chandigarh).\r\nâ\x80¢ Admitted to practice at District Courts, Mansa since 18-Aug-2012.\r\nâ\x80¢ Successfully passed the All India Bar Examination (AIBE) conducted by Bar Council of India (BCI) in September, 2013.\r\nâ\x80¢ Lead/Sole Counsel for plaintiff and respondents in number of criminal/civil trials.\r\nâ\x80¢ Since 2012, have prepared and prosecuted to conclusion, either by trial or settlement, number of claim cases involving personal injury or death cases.\r\nâ\x80¢ Working on the Panel of District Legal Services Authority, Mansa run under the supervision of National Legal Services Authority, India.\r\nâ\x80¢ Former Co-Opted Member Administrative Committee, Punjab.\r\nâ\x80¢ Former Joint Secretary at District Bar Association, Mansa (2017-18).\r\n\r\nJob Duties\r\n\r\nâ\x80¢ Advice clients of their legal rights and all matters related to law.\r\nâ\x80¢ Plead clients' cases which include various International companies, before courts of law, forums, tribunals and boards.\r\nâ\x80¢ Researching legal precedents, gathering evidence and trials of criminal, Injury and death compensation claims and others.\r\nâ\x80¢ Draw up legal documents such as bail petitions, appeals, divorces and contracts etc.\r\nâ\x80¢ Negotiates settlements of civil disputes.\r\nâ\x80¢ Act as mediator, conciliator, local commissioner or arbitrator as per Court orders\r\nâ\x80¢ Managing a private practice for more than 6 years, including all aspects of administration and management functions, controlling costs and achieving objectives related to the practice of law.",
'QUALIFICATION: Introduction to Computer EXTRAEducation Details \r\nJanuary 2001 to January 2003 Master Law Chennai, Tamil Nadu Dr.Ambedkar Law University\r\nJanuary 1998 to January 2001 Bachelor Law Chennai, Tamil Nadu Dr. Ambedkar Law University\r\nJanuary 1995 to January 1998 Bachelor English Literature Tirunelveli, Tamil Nadu Manonmaniam Sundaranar university\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nCompany Details \r\ncompany - Practiced\r\ndescription - at\r\n\r\n* High Court of Judicature at Madras, India\r\n\r\n* City Civil Court, Chennai\r\n\r\n* Debt Recovery Tribunal, Chennai\r\n\r\n* Consumer Forums, Chennai\r\n\r\n* Labour Courts\r\n\r\n* Small Causes Courts\r\n\r\n* Rent control Courts\r\n* Legal advisor for Christian Institute of Management, Chennai in 2016\r\n* Legal Advisor for Ruah church, Chennai and NESSA Trust till 2018',
'Skills: Natural Languages: Proficient in English, Hindi and Marathi. Computer skills: Proficient with MS-Office, Internet operation.Education Details \r\nJanuary 2015 to January 2018 LLB Law Mumbai, Maharashtra Mumbai university\r\nJanuary 2015 B.M.M Mumbai, Maharashtra S.K.Somaiya College, Mumbai University\r\n H.S.C Asmita Girls junior College, Maharashtra Board\r\n S.S.C Vidya Bhawan Maharashtra Board\r\nAdvocate \r\n\r\nLlb student and Journalist\r\nSkill Details \r\nCompany Details \r\ncompany - Criminal lawyer (law firm)\r\ndescription - ',
'Skills Legal Writing Efficient researcher Legal Education Family Law Criminal Defence Environment law and litigation Business legal issue Banking Law and commercial lawEducation Details \r\nJanuary 2014 LLM Criminology Pune, Maharashtra University of Pune\r\nJanuary 2012 LLB Law Pune, Maharashtra University of Pune\r\nJanuary 2012 Diploma Labour Law Pune, Maharashtra University of Pune\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nLEGAL WRITING- Exprience - 6 months\r\nLITIGATION- Exprience - 6 monthsCompany Details \r\ncompany - Family, Criminal in District and Session Court\r\ndescription - Legal consultancy services for\r\nCo-operative Banks, Scheduled Banks and Private Banks\r\nClients\r\nFederal Bank (Chinchwad, Pune)\r\nBharat Co-Operative Bank (Chinchwad, Pune)\r\nICICI Bank\r\n\r\nScope of work\r\nFinalising Loan Agreements,\r\nMortgage agreement, Release Deed and Notice of Intimation,\r\nTitle Deed, Search Report\r\nDRT cases\r\nLegal notices for recovery of dues,\r\nFiling Summary suits\r\nPaper Notice,\r\nPower of Attorney\r\nIndemnity bond\r\n\r\nFamily Law\r\nLegal Consultancy and representation for matters relating to Family disputes such as Marriage and Divorce, Succession, Adoption etc.\r\nLok Adalat\r\nPanel Judicial Member - Four Times',
'Good grasping quality and skillful work Education Details \r\nMarch 2013 to March 2018 B. A. LL. B. Law Solapur, Maharashtra Solapur University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nGood knowledge of typing as well as many other activities- Exprience - Less than 1 year monthsCompany Details \r\ncompany - District and Session court of solapur\r\ndescription - Forward thinking individual with refined interpersonal and multitasking skills. Looking to join a progressive organization to provide assistance in Legal work.\r\ncompany - District and Session court of solapur\r\ndescription - Provide legal assistance in legal work',
'â\x80¢ Hard working â\x80¢ Quick learnerEducation Details \r\nJune 2014 to May 2017 LLB LAW Mumbai, Maharashtra mumbai university\r\nJanuary 2014 B.Com Commerce Mumbai, Maharashtra Mumbai university\r\nJanuary 2011 HSC Maharashtra board\r\nJanuary 2009 SSC Maharashtra board\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - The vidishtra\r\ndescription - ',
"TECHNICAL QUALIFICATIONS: â\x80¢ Windows, Ms. OfficeEducation Details \r\n LL.B Guwahati, Assam University Law College, Guwahati University\r\n B.Sc Jagiroad, ASSAM, IN Jagiroad College\r\n Morigaon College\r\nAdvocate \r\n\r\nAdvocate - Gauhati High Court\r\nSkill Details \r\nCompany Details \r\ncompany - Gauhati High Court\r\ndescription - of the Gauhati High Court and other subordinate Courts and Tribunals and Statutory Bodies in Guwahati from 2008. Numerous experiences of Civil, Criminal cases, cases under consumer forum.\r\nâ\x80¢ Handling a good number of Civil as well as Criminal Matters in District & Sessions Judge Court, Judge Court, C.J.M. Court, and Consumer Forum & also in the High Court.\r\nâ\x80¢ Working as Executive (Legal) at Hindustan Paper Corporation Limited (A Govt. of India Enterprise), Nagaon Paper Mill since Jan '2012.\r\nSTRENGTH: \r\nâ\x80¢ Adaptability: A penchant to adapt to the conditions & level of the environment accordance with the requirement of the given situation.\r\nâ\x80¢ Interpersonal: An extrovert to the core, prefer to interact with people of all walks of life and varying strata of society. Ability to quickly establish rapport with others.\r\nâ\x80¢ Team Work: Enjoy being a part of a group & achieve combined goals.\r\nROLES AND RESPONSIBILITIES AT HPC LTD \r\nâ\x80¢ Assisting in briefing counsels on matters relating to Nagaon Paper Mill, Cachar Paper Mill and also Nagaland Pulp and Paper Corporation Ltd.\r\nâ\x80¢ The task of legal vetting in all NIBs/NITs terms and conditions etc.\r\nâ\x80¢ Providing Legal views to protect the interest of the Corporation.\r\nâ\x80¢ Assisting in formulation and drafting of all Disciplinary matters.\r\nâ\x80¢ Liaisoning with all local bodies and also other forums.",
'Education Details \r\n B.Com, LL.B., University of Clacutta, University of Burdwan\r\nADVOCATE \r\n\r\n\r\nSkill Details \r\nTaxation matters Income Tax GST P Tax Accounts- Exprience - Less than 1 year months\r\nFiling of Income Tax Returns GST Returns e-TDS AIR and more- Exprience - Less than 1 year monthsCompany Details \r\ncompany - own practice\r\ndescription - 1. Drafting and preparation of plaint, Accounts and move before relevant Authority to hear the cases',
'Education Details \r\n LLB. Dibrugarh University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nLegal.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Legal.\r\ndescription - â\x80¢ Advocate',
'Education Details \r\nNovember 2016 to January 2019 Llm Masters in Law Hyderabad, Telangana Sultan Ul Uloom College Of Law\r\nSeptember 2011 to May 2016 BA.llb Bachelors in Law Hyderabad, Telangana Osmania University PG College Of Law\r\nAdvocate \r\n\r\nExperienced in Litigation, Recently Acquired Masters Degree in Law\r\nSkill Details \r\nMicrosoft word- Exprience - Less than 1 year months\r\nlitigation- Exprience - Less than 1 year months\r\nLegal Research- Exprience - Less than 1 year months\r\nContracts- Exprience - Less than 1 year months\r\nInternet Savvy- Exprience - Less than 1 year months\r\nDrafting- Exprience - Less than 1 year monthsCompany Details \r\ncompany - LRC Office\r\ndescription - â\x80¢ Working under Senior Advocate L Ravichander in the High Court of Telangana.\r\nâ\x80¢ Experience in drafting\r\nâ\x80¢ Legal Correspondence',
"SKILLS â\x80¢ Knows English as native speaker (IELTS Overall 8; Listening 8, Reading 8, Writing 7 and Speaking 8.5); Hindi with bilingual proficiency and Punjabi as native speaker. â\x80¢ Able to communicate clearly and concisely with people of diverse backgrounds and levels of authority. â\x80¢ Exceptional knowledge of administrative procedures, evidence rules and trials. â\x80¢ Can maintain a professional attitude with peers, co-workers and clients at all times. â\x80¢ Focused and driven to always meet deadlines for pretrial procedures, trials and appellate briefings by effectively utilizing resources. â\x80¢ A Microsoft Certified Systems Engineer (2008) and very much Competent in Windows and Word processing software Education Details \r\nJuly 2009 to May 2012 Bachelor's Laws Bikaner, Rajasthan Maharaja Ganga Singh University\r\nAugust 2008 to November 2008 Microsoft Certified Systems Engineer Networking Chandigarh \r\nJuly 2005 to April 2008 Bachelor's of Science Bio-Informatics Chandigarh, Chandigarh Panjab University\r\nAdvocate \r\n\r\nNewcomer Indian Advocate\r\nSkill Details \r\nAdministration- Exprience - 72 months\r\nLegal Research- Exprience - 72 months\r\nMicrosoft Office- Exprience - 72 months\r\nDrafting- Exprience - 72 monthsCompany Details \r\ncompany - District Courts\r\ndescription - Key Features\r\n\r\nâ\x80¢ Licensed Advocate in practice from 16-Aug-2012 (Bar Council of Punjab & Haryana, Chandigarh).\r\nâ\x80¢ Admitted to practice at District Courts, Mansa since 18-Aug-2012.\r\nâ\x80¢ Successfully passed the All India Bar Examination (AIBE) conducted by Bar Council of India (BCI) in September, 2013.\r\nâ\x80¢ Lead/Sole Counsel for plaintiff and respondents in number of criminal/civil trials.\r\nâ\x80¢ Since 2012, have prepared and prosecuted to conclusion, either by trial or settlement, number of claim cases involving personal injury or death cases.\r\nâ\x80¢ Working on the Panel of District Legal Services Authority, Mansa run under the supervision of National Legal Services Authority, India.\r\nâ\x80¢ Former Co-Opted Member Administrative Committee, Punjab.\r\nâ\x80¢ Former Joint Secretary at District Bar Association, Mansa (2017-18).\r\n\r\nJob Duties\r\n\r\nâ\x80¢ Advice clients of their legal rights and all matters related to law.\r\nâ\x80¢ Plead clients' cases which include various International companies, before courts of law, forums, tribunals and boards.\r\nâ\x80¢ Researching legal precedents, gathering evidence and trials of criminal, Injury and death compensation claims and others.\r\nâ\x80¢ Draw up legal documents such as bail petitions, appeals, divorces and contracts etc.\r\nâ\x80¢ Negotiates settlements of civil disputes.\r\nâ\x80¢ Act as mediator, conciliator, local commissioner or arbitrator as per Court orders\r\nâ\x80¢ Managing a private practice for more than 6 years, including all aspects of administration and management functions, controlling costs and achieving objectives related to the practice of law.",
'QUALIFICATION: Introduction to Computer EXTRAEducation Details \r\nJanuary 2001 to January 2003 Master Law Chennai, Tamil Nadu Dr.Ambedkar Law University\r\nJanuary 1998 to January 2001 Bachelor Law Chennai, Tamil Nadu Dr. Ambedkar Law University\r\nJanuary 1995 to January 1998 Bachelor English Literature Tirunelveli, Tamil Nadu Manonmaniam Sundaranar university\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nCompany Details \r\ncompany - Practiced\r\ndescription - at\r\n\r\n* High Court of Judicature at Madras, India\r\n\r\n* City Civil Court, Chennai\r\n\r\n* Debt Recovery Tribunal, Chennai\r\n\r\n* Consumer Forums, Chennai\r\n\r\n* Labour Courts\r\n\r\n* Small Causes Courts\r\n\r\n* Rent control Courts\r\n* Legal advisor for Christian Institute of Management, Chennai in 2016\r\n* Legal Advisor for Ruah church, Chennai and NESSA Trust till 2018',
'Skills: Natural Languages: Proficient in English, Hindi and Marathi. Computer skills: Proficient with MS-Office, Internet operation.Education Details \r\nJanuary 2015 to January 2018 LLB Law Mumbai, Maharashtra Mumbai university\r\nJanuary 2015 B.M.M Mumbai, Maharashtra S.K.Somaiya College, Mumbai University\r\n H.S.C Asmita Girls junior College, Maharashtra Board\r\n S.S.C Vidya Bhawan Maharashtra Board\r\nAdvocate \r\n\r\nLlb student and Journalist\r\nSkill Details \r\nCompany Details \r\ncompany - Criminal lawyer (law firm)\r\ndescription - ',
'Skills Legal Writing Efficient researcher Legal Education Family Law Criminal Defence Environment law and litigation Business legal issue Banking Law and commercial lawEducation Details \r\nJanuary 2014 LLM Criminology Pune, Maharashtra University of Pune\r\nJanuary 2012 LLB Law Pune, Maharashtra University of Pune\r\nJanuary 2012 Diploma Labour Law Pune, Maharashtra University of Pune\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nLEGAL WRITING- Exprience - 6 months\r\nLITIGATION- Exprience - 6 monthsCompany Details \r\ncompany - Family, Criminal in District and Session Court\r\ndescription - Legal consultancy services for\r\nCo-operative Banks, Scheduled Banks and Private Banks\r\nClients\r\nFederal Bank (Chinchwad, Pune)\r\nBharat Co-Operative Bank (Chinchwad, Pune)\r\nICICI Bank\r\n\r\nScope of work\r\nFinalising Loan Agreements,\r\nMortgage agreement, Release Deed and Notice of Intimation,\r\nTitle Deed, Search Report\r\nDRT cases\r\nLegal notices for recovery of dues,\r\nFiling Summary suits\r\nPaper Notice,\r\nPower of Attorney\r\nIndemnity bond\r\n\r\nFamily Law\r\nLegal Consultancy and representation for matters relating to Family disputes such as Marriage and Divorce, Succession, Adoption etc.\r\nLok Adalat\r\nPanel Judicial Member - Four Times',
'Good grasping quality and skillful work Education Details \r\nMarch 2013 to March 2018 B. A. LL. B. Law Solapur, Maharashtra Solapur University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nGood knowledge of typing as well as many other activities- Exprience - Less than 1 year monthsCompany Details \r\ncompany - District and Session court of solapur\r\ndescription - Forward thinking individual with refined interpersonal and multitasking skills. Looking to join a progressive organization to provide assistance in Legal work.\r\ncompany - District and Session court of solapur\r\ndescription - Provide legal assistance in legal work',
'â\x80¢ Hard working â\x80¢ Quick learnerEducation Details \r\nJune 2014 to May 2017 LLB LAW Mumbai, Maharashtra mumbai university\r\nJanuary 2014 B.Com Commerce Mumbai, Maharashtra Mumbai university\r\nJanuary 2011 HSC Maharashtra board\r\nJanuary 2009 SSC Maharashtra board\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - The vidishtra\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
"Education Details \r\n B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University\r\nQA/QC Civil Engineer \r\n\r\nQA/QC Civil Engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Jacobs Engineering India Limits. (United States Company)\r\nClient: Glaxo Smith Kline (GSK), Nashik, India.\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGlaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.\r\nThe Project involving in Medicine Manufacturing plant, Effluent Treatment plant\r\n(ETP), Effluent Drain line and storm water line.\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢\tAll site inspection shall be carried out vise an official Inspection and Test Request\r\n(ITR) submitted by the Contractor through the proper channels\r\nâ\x80¢\tDevelop method statement for the activity including risk assessment and job safety\r\nenvironmental analysis and Inspection Test Plan and Checklist based on specifications of the project\r\nâ\x80¢\tTaking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments.\r\nâ\x80¢\tSupervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.\r\nâ\x80¢\tConducting joint inspection with consultant and client.\r\nâ\x80¢\tMonitor and control the status of punch list and exception lists relevant to quality\r\ndossiers.\r\n\r\n3|Page\r\nCareer Progression: March 2016 to Still on going\r\n\r\nCompany name: Gulf Asia Contracting Co LLC Dubai, UAE\r\nConsultancy: Chawla Architectural & Consulting Engineers\r\nClient: Geepas International ltd, UAE\r\nProject Name: 2B + G+ 19 + Roof Building\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGeepas Tower, an upcoming development in the UAE, entered the Guinness World\r\nRecords along with the project contractor Gulf Asia Contracting (GAC) - the construction\r\narm of the multi-billion-dollar business conglomerate RP Group - for completing the largest\r\ncontinuous concrete pour (of 19,793 cu m for 42 hours) in the world.\r\n\r\nThe Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.\r\nâ\x80¢ Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their\r\nissue, amendments and recall of controlled documents.\r\nâ\x80¢ Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.\r\nâ\x80¢ Liaise with the Client's representatives for the conduct of day-to-day quality related\r\nproject activities.\r\nâ\x80¢ Coordinate with the Project Manager regarding work performance and hold authority\r\nto stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.\r\nâ\x80¢ Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built\r\ndrawings, O & M manual.\r\nâ\x80¢ Assist QA/QC Manager in conducting internal quality audits.\r\nâ\x80¢ Ensure that Non-Conformance Report (NCR) are raised once the activities deviated\r\nfrom the Contract Specifications or normal construction industry practices.\r\n\r\n4|Page\r\nâ\x80¢ Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention\r\non completion of the project.\r\nâ\x80¢ Attend Monthly Project Review Meetings (PRM) and alert the project team of any\r\npotential problems.\r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Toyo Engineering India Limits. (Japan Company)\r\nClient: Petronet LNG Limits, Dahej, Gujarat, India.\r\nPosition: QA/QC - Civil Engineer.\r\n\r\nProject Summary:\r\nPetronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.\r\nPetronet LNG ltd has set up its first LNG terminal at India with the Capacity of\r\n10 million metric tons per year.\r\nA USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.\r\n\r\nDuties & Responsibilities:\r\nâ\x80¢ Taking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments. Responsible for closure of Non-conformance, and Site Instruction.\r\nâ\x80¢ Management System Maintain standards of safety and comply with Company's\r\nHealth, Safety and Environment requirements.\r\n\r\n2|Page\r\nâ\x80¢\tPerform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all\r\nworks under the contract performed ON or OFF site.\r\nâ\x80¢\tCary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test\r\nplan.\r\nâ\x80¢\tCoordinate with the consultant's representative and Site In-charge for inspection\r\nand meeting about quality problems including closure of Non-Compliance Report.\r\ncompany - High View Builders. Kerala. India\r\ndescription - Project Name: G + 8 Floor Building\r\n\r\nHigh View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,\r\nquality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.\r\n\r\n1|Page\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ To ensure understanding and application of all responsibilities with regard to company's\r\nenvironment, Health, Safety, Security and quality standard.\r\nâ\x80¢ Ensuring the required materials and PPE's are available to carry out the job smoothly\r\nand safely in advance.\r\nâ\x80¢ To be proactively involved in supporting the project engineer throughout the duration of project.\r\nâ\x80¢ To maintain an accurately detailed daily site reports for the site conditions, progress\r\nand resources available to undertake the activities throughout each phase of the project.\r\nâ\x80¢ Coordinating with sub-contractors and suppliers at site.\r\nâ\x80¢ Co-coordinating with employees for the timely completion of the work at site.\r\nâ\x80¢ Deploying the workers at the site as per the schedule and maintain the labor cards.\r\nâ\x80¢ Conduct weekly meeting with the project engineer to discuss the work progress.",
'Education Details \r\nJanuary 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool\r\n B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science\r\ncivil site engineer \r\n\r\nCivil engineer\r\nSkill Details \r\nSite Engineer- Exprience - 60 monthsCompany Details \r\ncompany - Vasundhara nirmiti properties\r\ndescription - Civil engineer\r\ncompany - shri balaji housing company\r\ndescription - Execution of all civil work\r\ncompany - Ganesh construction\r\ndescription - Site engineer',
"SKILLS â\x80¢ 1.Autocad â\x80¢ 2.Pro v â\x80¢ 3.Catia â\x80¢ 4.word, excel â\x80¢ 5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: â\x80¢ Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: â\x80¢ Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details \r\nJanuary 2017 Masters in structure Nashik, Maharashtra Universal University Nashik\r\nCivil Engineer \r\n\r\nCivil Engineer\r\nSkill Details \r\nAutocad- Exprience - 1 months\r\nCatia- Exprience - 6 months\r\nmaintenance- Exprience - 48 months\r\nphotoshop- Exprience - 1 months\r\ntraining- Exprience - 6 monthsCompany Details \r\ncompany - Color Sky Decor LLC Dubai\r\ndescription - Role: Civil Engineer\r\ncompany - Girija Construction And Devolopers\r\ndescription - Role: Civil Engineer\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - â\x80¢ 1.Exterior and Interior Of buildings, villa's etc.\r\nâ\x80¢ 2.Construction of new building and villa's.\r\nâ\x80¢ 3.Preparing bill of quantities, scheduling etc.\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.\r\nDescription: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints\r\n\r\n2 Ensure project feasibility through continual evaluation of structural integrity and design\r\npracticality\r\n\r\n3 Create schedule for project completion\r\n\r\n3 Perform and adjust quantity calculations for practical and budgetary purposes\r\n\r\n4 Communicate with team members as well as customers and vendors to ensure\r\nmaximum cohesion and fluidity on projects\r\n\r\n5 Forecast design and construction time frames\r\n\r\n6 Inspect project sites to ensure they meet relevant codes and are progressing properly\r\ncompany - Sonia Buildcon\r\ndescription - Role: Civil Engineer\r\ncompany - \r\ndescription - 8.day-to-day management of the site, including supervising and monitoring the site labour\r\nforce and the work of any subcontractors\r\nDuration: 2015-2016\r\nRole: Civil Engineer\r\nâ\x80¢ Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.\r\nDescription: 1 Undertaking technical and feasibility studies including site investigations\r\n\r\n2 Using a range of computer software for developing detailed designs\r\n\r\n3 Undertaking complex calculations\r\n\r\n4 Liaising with clients and a variety of professionals including architects and subcontractors\r\n\r\n5 Compiling job specs and supervising tendering procedures\r\n\r\n6 Resolving design and development problems\r\n\r\n7 Managing budgets and project resources\r\n\r\n8 Scheduling material and equipment purchases and deliveries\r\n\r\n9 Making sure the project complies with legal requirements, especially health and safety\r\n\r\n10 Assessing the sustainability and environmental impact of projects\r\n\r\n11 Ensuring projects run smoothly and structures are completed within budget and on time\r\ncompany - Grandeurs Realetors India\r\ndescription - Role: Civil Site Engineer\r\ncompany - \r\ndescription - Description: <Responsibility>\r\n1.Evaluated overall cost of materails, labours, subcontractors and tools.\r\n\r\n2.Regulated subcontractor work schedule and equipement delivery.\r\n\r\n3.Provided required documents for owners and subcontractors.\r\n\r\n4.Cheack regular basis project progrees and devolopment.\r\n\r\n5.act as the main technical adviser on a construction site for subcontractors,\r\ncraftspeople and operatives.\r\n\r\n6.ensure that all materials used and work performed are in accordance with the specifications.\r\n\r\n7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors\r\nand the general workforce involved in the project.</Responsibility>",
'Computer Skills â\x80¢ Holder of valid KSA license â\x80¢ Basic Computer â\x80¢ MS Office â\x80¢ Autocad 2006Education Details \r\nJanuary 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore\r\nCivil Engineer \r\n\r\nCivil Engineer - Utility powertech Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Utility powertech Ltd\r\ndescription - 1. Project Name Nabinagar thermal power\r\nProject Aurangabad Bihar\r\n\r\nClient\tNTPC/BRBCL\r\n\r\nPosition Civil Engineer\r\ncompany - DAMMAM KSA\r\ndescription - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.\r\n\r\nDAMMAM KSA\r\nPosition Civil Engineer\r\nProject Undertaken:\r\n1. Project Name: STC & QATIF S/L project no 2065864\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Arif & Kinfolk\r\n\r\n2. Project Name: King Fahad International Airport\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Dar-Al-Hadassah\r\n\r\nProject Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.\r\n\r\nJob Responsibility\r\nâ\x80¢ Planning of projects from study the drawings and contract specifications.\r\nâ\x80¢ Preparation of material submittals and follow up with consultant for approvals.\r\nâ\x80¢ Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.\r\nâ\x80¢ Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.\r\nâ\x80¢ Co-ordination with clients, consultants & contractors.\r\nâ\x80¢ Preparation of Shop drawings and subsequently As-Built Drawings.\r\nâ\x80¢ Preparation of RFI.\r\nâ\x80¢ Billing, variation claims, timely order realizing on approval of materials, technical submittals.\r\nâ\x80¢ Attending site coordination meetings and dealing with clients & contractors.\r\nâ\x80¢ Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports\r\n\r\nâ\x80¢ To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.\r\nâ\x80¢ To prepare a complete material take off from workshop drawings for procurement.\r\ncompany - N.S Padke\r\ndescription - urban project under MMRDA\r\nAndheri (E), Mumbai\r\ncompany - PBA Infrastructure Ltd\r\ndescription - Project Undertaken:\r\n1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok\r\nClient: Mumbai urban project under MMRDA\r\nAndheri, Mumbai\r\ncompany - Govt.ofJ&K\r\ndescription - Jammu)\r\nClient: Govt.ofJ&K\r\nPeriod: 7 Dec 2006 to 20 March 2007\r\n\r\nJob Profile\r\nâ\x80¢ Obtaining approval of Material and Drawing submittal from Consultant and main contractor.\r\nâ\x80¢ Material takeoff as required for the project according to the workshop drawing.\r\nâ\x80¢ Making request to purchase department for the procurement of the above material according to the project plan.\r\nâ\x80¢ Coordination with Electrical, Plumbing and Civil contractor for various site requirements.\r\nâ\x80¢ Arrange inspection of installed work and on the completion of the project.\r\n\r\nâ\x80¢ Estimating.\r\ncompany - civil aviation\r\ndescription - \r\ncompany - National highway authority of India\r\ndescription - 1. Project Name:\r\nClient: National highway authority of India\r\nPaintha chock to paripora Sri Nagar\r\nGovt.ofJ&K',
"COMPUTER KNOWLEDGE â\x9e¢ Drafting tools: AutoCAD. â\x9e¢ Packages: MS Office Applications â\x9e¢ Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details \r\n S.S.C Rajasthan board excellence polytechnic college\r\nCIVIL ENGINEER \r\n\r\nCIVIL ENGINEER - Site Encharge\r\nSkill Details \r\nAutoCAD.- Exprience - 9 months\r\nCivil Engineer- Exprience - 42 months\r\nDrafting- Exprience - 9 months\r\nEngineer- Exprience - 42 months\r\nMS Office- Exprience - 9 monthsCompany Details \r\ncompany - Site Encharge\r\ndescription - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC\r\nMumbai Maharashtra 400093 India\r\n\r\nExperience in UAE:\r\n1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.\r\n\r\nLocation: Flat # 301 A&B Al Maha Building, University City Road,\r\nMuweilah Commercial, Near Alfalah Round About SHARJAH.\r\n\r\nJob Responsibilities\r\nAchieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc\r\nLooking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.\r\n\r\nJob Responsibilities:\r\nâ\x9e¢ Scheduling of work.\r\nâ\x9e¢ Preparing & Verification of Sub-Contractors' & Suppliers' bills.\r\nâ\x9e¢ Working out the Quantities.\r\nâ\x9e¢ Verify the Quantities from the Client's Engineer.\r\n\r\nComputer Skills:\r\n\r\nâ\x9e¢ Drafting tools: AutoCAD.\r\nâ\x9e¢ Packages: MS Office Applications\r\nâ\x9e¢ Operating systems: Windows 9x/2000/XP/Vista.\r\n\r\nPersonal Strength:\r\n\r\nâ\x9e¢ Excellent communication skills.\r\nâ\x9e¢ Hardworking Sincerity and Honesty\r\nâ\x9e¢ Individual & team working Capability\r\nâ\x9e¢ Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )\r\nâ\x9e¢ Manage development of program strategies\r\n\r\nThank you for viewing my resume\r\ncompany - Kherwadi Police Station\r\ndescription - Mumbai Maharashtra\r\n400051 India\r\n\r\n3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As\r\nA Civil Engineer (1.4 Years)\r\nProject handle:\r\nProject title: 9 RADHA\r\nPosition: Senior Engineer\r\nLocation: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014\r\n\r\nProject title: LODHA ETERNIS\r\ncompany - EXPERT CONSTRUCTION\r\ndescription - Project handle:\r\nProject title: ESTADO",
'PERSONAL SKILLS â\x80¢ Passionate towards learning new skills. â\x80¢ Hardworking, sense of responsibility. COMPUTER SKILL â\x80¢ AUTOCAD 2D, 3D â\x80¢ CIVIL 3DEducation Details \r\nJanuary 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University\r\nJanuary 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic\r\nJanuary 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School\r\n University /Board\r\nSite Engineer (Civil) \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 6 monthsCompany Details \r\ncompany - Talreja construction\r\ndescription - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.',
"Education Details \r\n B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University\r\nQA/QC Civil Engineer \r\n\r\nQA/QC Civil Engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Jacobs Engineering India Limits. (United States Company)\r\nClient: Glaxo Smith Kline (GSK), Nashik, India.\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGlaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.\r\nThe Project involving in Medicine Manufacturing plant, Effluent Treatment plant\r\n(ETP), Effluent Drain line and storm water line.\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢\tAll site inspection shall be carried out vise an official Inspection and Test Request\r\n(ITR) submitted by the Contractor through the proper channels\r\nâ\x80¢\tDevelop method statement for the activity including risk assessment and job safety\r\nenvironmental analysis and Inspection Test Plan and Checklist based on specifications of the project\r\nâ\x80¢\tTaking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments.\r\nâ\x80¢\tSupervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.\r\nâ\x80¢\tConducting joint inspection with consultant and client.\r\nâ\x80¢\tMonitor and control the status of punch list and exception lists relevant to quality\r\ndossiers.\r\n\r\n3|Page\r\nCareer Progression: March 2016 to Still on going\r\n\r\nCompany name: Gulf Asia Contracting Co LLC Dubai, UAE\r\nConsultancy: Chawla Architectural & Consulting Engineers\r\nClient: Geepas International ltd, UAE\r\nProject Name: 2B + G+ 19 + Roof Building\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGeepas Tower, an upcoming development in the UAE, entered the Guinness World\r\nRecords along with the project contractor Gulf Asia Contracting (GAC) - the construction\r\narm of the multi-billion-dollar business conglomerate RP Group - for completing the largest\r\ncontinuous concrete pour (of 19,793 cu m for 42 hours) in the world.\r\n\r\nThe Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.\r\nâ\x80¢ Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their\r\nissue, amendments and recall of controlled documents.\r\nâ\x80¢ Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.\r\nâ\x80¢ Liaise with the Client's representatives for the conduct of day-to-day quality related\r\nproject activities.\r\nâ\x80¢ Coordinate with the Project Manager regarding work performance and hold authority\r\nto stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.\r\nâ\x80¢ Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built\r\ndrawings, O & M manual.\r\nâ\x80¢ Assist QA/QC Manager in conducting internal quality audits.\r\nâ\x80¢ Ensure that Non-Conformance Report (NCR) are raised once the activities deviated\r\nfrom the Contract Specifications or normal construction industry practices.\r\n\r\n4|Page\r\nâ\x80¢ Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention\r\non completion of the project.\r\nâ\x80¢ Attend Monthly Project Review Meetings (PRM) and alert the project team of any\r\npotential problems.\r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Toyo Engineering India Limits. (Japan Company)\r\nClient: Petronet LNG Limits, Dahej, Gujarat, India.\r\nPosition: QA/QC - Civil Engineer.\r\n\r\nProject Summary:\r\nPetronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.\r\nPetronet LNG ltd has set up its first LNG terminal at India with the Capacity of\r\n10 million metric tons per year.\r\nA USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.\r\n\r\nDuties & Responsibilities:\r\nâ\x80¢ Taking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments. Responsible for closure of Non-conformance, and Site Instruction.\r\nâ\x80¢ Management System Maintain standards of safety and comply with Company's\r\nHealth, Safety and Environment requirements.\r\n\r\n2|Page\r\nâ\x80¢\tPerform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all\r\nworks under the contract performed ON or OFF site.\r\nâ\x80¢\tCary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test\r\nplan.\r\nâ\x80¢\tCoordinate with the consultant's representative and Site In-charge for inspection\r\nand meeting about quality problems including closure of Non-Compliance Report.\r\ncompany - High View Builders. Kerala. India\r\ndescription - Project Name: G + 8 Floor Building\r\n\r\nHigh View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,\r\nquality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.\r\n\r\n1|Page\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ To ensure understanding and application of all responsibilities with regard to company's\r\nenvironment, Health, Safety, Security and quality standard.\r\nâ\x80¢ Ensuring the required materials and PPE's are available to carry out the job smoothly\r\nand safely in advance.\r\nâ\x80¢ To be proactively involved in supporting the project engineer throughout the duration of project.\r\nâ\x80¢ To maintain an accurately detailed daily site reports for the site conditions, progress\r\nand resources available to undertake the activities throughout each phase of the project.\r\nâ\x80¢ Coordinating with sub-contractors and suppliers at site.\r\nâ\x80¢ Co-coordinating with employees for the timely completion of the work at site.\r\nâ\x80¢ Deploying the workers at the site as per the schedule and maintain the labor cards.\r\nâ\x80¢ Conduct weekly meeting with the project engineer to discuss the work progress.",
'Education Details \r\nJanuary 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool\r\n B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science\r\ncivil site engineer \r\n\r\nCivil engineer\r\nSkill Details \r\nSite Engineer- Exprience - 60 monthsCompany Details \r\ncompany - Vasundhara nirmiti properties\r\ndescription - Civil engineer\r\ncompany - shri balaji housing company\r\ndescription - Execution of all civil work\r\ncompany - Ganesh construction\r\ndescription - Site engineer',
"SKILLS â\x80¢ 1.Autocad â\x80¢ 2.Pro v â\x80¢ 3.Catia â\x80¢ 4.word, excel â\x80¢ 5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: â\x80¢ Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: â\x80¢ Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details \r\nJanuary 2017 Masters in structure Nashik, Maharashtra Universal University Nashik\r\nCivil Engineer \r\n\r\nCivil Engineer\r\nSkill Details \r\nAutocad- Exprience - 1 months\r\nCatia- Exprience - 6 months\r\nmaintenance- Exprience - 48 months\r\nphotoshop- Exprience - 1 months\r\ntraining- Exprience - 6 monthsCompany Details \r\ncompany - Color Sky Decor LLC Dubai\r\ndescription - Role: Civil Engineer\r\ncompany - Girija Construction And Devolopers\r\ndescription - Role: Civil Engineer\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - â\x80¢ 1.Exterior and Interior Of buildings, villa's etc.\r\nâ\x80¢ 2.Construction of new building and villa's.\r\nâ\x80¢ 3.Preparing bill of quantities, scheduling etc.\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.\r\nDescription: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints\r\n\r\n2 Ensure project feasibility through continual evaluation of structural integrity and design\r\npracticality\r\n\r\n3 Create schedule for project completion\r\n\r\n3 Perform and adjust quantity calculations for practical and budgetary purposes\r\n\r\n4 Communicate with team members as well as customers and vendors to ensure\r\nmaximum cohesion and fluidity on projects\r\n\r\n5 Forecast design and construction time frames\r\n\r\n6 Inspect project sites to ensure they meet relevant codes and are progressing properly\r\ncompany - Sonia Buildcon\r\ndescription - Role: Civil Engineer\r\ncompany - \r\ndescription - 8.day-to-day management of the site, including supervising and monitoring the site labour\r\nforce and the work of any subcontractors\r\nDuration: 2015-2016\r\nRole: Civil Engineer\r\nâ\x80¢ Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.\r\nDescription: 1 Undertaking technical and feasibility studies including site investigations\r\n\r\n2 Using a range of computer software for developing detailed designs\r\n\r\n3 Undertaking complex calculations\r\n\r\n4 Liaising with clients and a variety of professionals including architects and subcontractors\r\n\r\n5 Compiling job specs and supervising tendering procedures\r\n\r\n6 Resolving design and development problems\r\n\r\n7 Managing budgets and project resources\r\n\r\n8 Scheduling material and equipment purchases and deliveries\r\n\r\n9 Making sure the project complies with legal requirements, especially health and safety\r\n\r\n10 Assessing the sustainability and environmental impact of projects\r\n\r\n11 Ensuring projects run smoothly and structures are completed within budget and on time\r\ncompany - Grandeurs Realetors India\r\ndescription - Role: Civil Site Engineer\r\ncompany - \r\ndescription - Description: <Responsibility>\r\n1.Evaluated overall cost of materails, labours, subcontractors and tools.\r\n\r\n2.Regulated subcontractor work schedule and equipement delivery.\r\n\r\n3.Provided required documents for owners and subcontractors.\r\n\r\n4.Cheack regular basis project progrees and devolopment.\r\n\r\n5.act as the main technical adviser on a construction site for subcontractors,\r\ncraftspeople and operatives.\r\n\r\n6.ensure that all materials used and work performed are in accordance with the specifications.\r\n\r\n7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors\r\nand the general workforce involved in the project.</Responsibility>",
'Computer Skills â\x80¢ Holder of valid KSA license â\x80¢ Basic Computer â\x80¢ MS Office â\x80¢ Autocad 2006Education Details \r\nJanuary 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore\r\nCivil Engineer \r\n\r\nCivil Engineer - Utility powertech Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Utility powertech Ltd\r\ndescription - 1. Project Name Nabinagar thermal power\r\nProject Aurangabad Bihar\r\n\r\nClient\tNTPC/BRBCL\r\n\r\nPosition Civil Engineer\r\ncompany - DAMMAM KSA\r\ndescription - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.\r\n\r\nDAMMAM KSA\r\nPosition Civil Engineer\r\nProject Undertaken:\r\n1. Project Name: STC & QATIF S/L project no 2065864\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Arif & Kinfolk\r\n\r\n2. Project Name: King Fahad International Airport\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Dar-Al-Hadassah\r\n\r\nProject Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.\r\n\r\nJob Responsibility\r\nâ\x80¢ Planning of projects from study the drawings and contract specifications.\r\nâ\x80¢ Preparation of material submittals and follow up with consultant for approvals.\r\nâ\x80¢ Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.\r\nâ\x80¢ Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.\r\nâ\x80¢ Co-ordination with clients, consultants & contractors.\r\nâ\x80¢ Preparation of Shop drawings and subsequently As-Built Drawings.\r\nâ\x80¢ Preparation of RFI.\r\nâ\x80¢ Billing, variation claims, timely order realizing on approval of materials, technical submittals.\r\nâ\x80¢ Attending site coordination meetings and dealing with clients & contractors.\r\nâ\x80¢ Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports\r\n\r\nâ\x80¢ To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.\r\nâ\x80¢ To prepare a complete material take off from workshop drawings for procurement.\r\ncompany - N.S Padke\r\ndescription - urban project under MMRDA\r\nAndheri (E), Mumbai\r\ncompany - PBA Infrastructure Ltd\r\ndescription - Project Undertaken:\r\n1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok\r\nClient: Mumbai urban project under MMRDA\r\nAndheri, Mumbai\r\ncompany - Govt.ofJ&K\r\ndescription - Jammu)\r\nClient: Govt.ofJ&K\r\nPeriod: 7 Dec 2006 to 20 March 2007\r\n\r\nJob Profile\r\nâ\x80¢ Obtaining approval of Material and Drawing submittal from Consultant and main contractor.\r\nâ\x80¢ Material takeoff as required for the project according to the workshop drawing.\r\nâ\x80¢ Making request to purchase department for the procurement of the above material according to the project plan.\r\nâ\x80¢ Coordination with Electrical, Plumbing and Civil contractor for various site requirements.\r\nâ\x80¢ Arrange inspection of installed work and on the completion of the project.\r\n\r\nâ\x80¢ Estimating.\r\ncompany - civil aviation\r\ndescription - \r\ncompany - National highway authority of India\r\ndescription - 1. Project Name:\r\nClient: National highway authority of India\r\nPaintha chock to paripora Sri Nagar\r\nGovt.ofJ&K',
"COMPUTER KNOWLEDGE â\x9e¢ Drafting tools: AutoCAD. â\x9e¢ Packages: MS Office Applications â\x9e¢ Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details \r\n S.S.C Rajasthan board excellence polytechnic college\r\nCIVIL ENGINEER \r\n\r\nCIVIL ENGINEER - Site Encharge\r\nSkill Details \r\nAutoCAD.- Exprience - 9 months\r\nCivil Engineer- Exprience - 42 months\r\nDrafting- Exprience - 9 months\r\nEngineer- Exprience - 42 months\r\nMS Office- Exprience - 9 monthsCompany Details \r\ncompany - Site Encharge\r\ndescription - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC\r\nMumbai Maharashtra 400093 India\r\n\r\nExperience in UAE:\r\n1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.\r\n\r\nLocation: Flat # 301 A&B Al Maha Building, University City Road,\r\nMuweilah Commercial, Near Alfalah Round About SHARJAH.\r\n\r\nJob Responsibilities\r\nAchieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc\r\nLooking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.\r\n\r\nJob Responsibilities:\r\nâ\x9e¢ Scheduling of work.\r\nâ\x9e¢ Preparing & Verification of Sub-Contractors' & Suppliers' bills.\r\nâ\x9e¢ Working out the Quantities.\r\nâ\x9e¢ Verify the Quantities from the Client's Engineer.\r\n\r\nComputer Skills:\r\n\r\nâ\x9e¢ Drafting tools: AutoCAD.\r\nâ\x9e¢ Packages: MS Office Applications\r\nâ\x9e¢ Operating systems: Windows 9x/2000/XP/Vista.\r\n\r\nPersonal Strength:\r\n\r\nâ\x9e¢ Excellent communication skills.\r\nâ\x9e¢ Hardworking Sincerity and Honesty\r\nâ\x9e¢ Individual & team working Capability\r\nâ\x9e¢ Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )\r\nâ\x9e¢ Manage development of program strategies\r\n\r\nThank you for viewing my resume\r\ncompany - Kherwadi Police Station\r\ndescription - Mumbai Maharashtra\r\n400051 India\r\n\r\n3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As\r\nA Civil Engineer (1.4 Years)\r\nProject handle:\r\nProject title: 9 RADHA\r\nPosition: Senior Engineer\r\nLocation: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014\r\n\r\nProject title: LODHA ETERNIS\r\ncompany - EXPERT CONSTRUCTION\r\ndescription - Project handle:\r\nProject title: ESTADO",
'PERSONAL SKILLS â\x80¢ Passionate towards learning new skills. â\x80¢ Hardworking, sense of responsibility. COMPUTER SKILL â\x80¢ AUTOCAD 2D, 3D â\x80¢ CIVIL 3DEducation Details \r\nJanuary 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University\r\nJanuary 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic\r\nJanuary 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School\r\n University /Board\r\nSite Engineer (Civil) \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 6 monthsCompany Details \r\ncompany - Talreja construction\r\ndescription - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.',
"Education Details \r\n B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University\r\nQA/QC Civil Engineer \r\n\r\nQA/QC Civil Engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Jacobs Engineering India Limits. (United States Company)\r\nClient: Glaxo Smith Kline (GSK), Nashik, India.\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGlaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.\r\nThe Project involving in Medicine Manufacturing plant, Effluent Treatment plant\r\n(ETP), Effluent Drain line and storm water line.\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢\tAll site inspection shall be carried out vise an official Inspection and Test Request\r\n(ITR) submitted by the Contractor through the proper channels\r\nâ\x80¢\tDevelop method statement for the activity including risk assessment and job safety\r\nenvironmental analysis and Inspection Test Plan and Checklist based on specifications of the project\r\nâ\x80¢\tTaking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments.\r\nâ\x80¢\tSupervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.\r\nâ\x80¢\tConducting joint inspection with consultant and client.\r\nâ\x80¢\tMonitor and control the status of punch list and exception lists relevant to quality\r\ndossiers.\r\n\r\n3|Page\r\nCareer Progression: March 2016 to Still on going\r\n\r\nCompany name: Gulf Asia Contracting Co LLC Dubai, UAE\r\nConsultancy: Chawla Architectural & Consulting Engineers\r\nClient: Geepas International ltd, UAE\r\nProject Name: 2B + G+ 19 + Roof Building\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGeepas Tower, an upcoming development in the UAE, entered the Guinness World\r\nRecords along with the project contractor Gulf Asia Contracting (GAC) - the construction\r\narm of the multi-billion-dollar business conglomerate RP Group - for completing the largest\r\ncontinuous concrete pour (of 19,793 cu m for 42 hours) in the world.\r\n\r\nThe Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.\r\nâ\x80¢ Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their\r\nissue, amendments and recall of controlled documents.\r\nâ\x80¢ Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.\r\nâ\x80¢ Liaise with the Client's representatives for the conduct of day-to-day quality related\r\nproject activities.\r\nâ\x80¢ Coordinate with the Project Manager regarding work performance and hold authority\r\nto stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.\r\nâ\x80¢ Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built\r\ndrawings, O & M manual.\r\nâ\x80¢ Assist QA/QC Manager in conducting internal quality audits.\r\nâ\x80¢ Ensure that Non-Conformance Report (NCR) are raised once the activities deviated\r\nfrom the Contract Specifications or normal construction industry practices.\r\n\r\n4|Page\r\nâ\x80¢ Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention\r\non completion of the project.\r\nâ\x80¢ Attend Monthly Project Review Meetings (PRM) and alert the project team of any\r\npotential problems.\r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Toyo Engineering India Limits. (Japan Company)\r\nClient: Petronet LNG Limits, Dahej, Gujarat, India.\r\nPosition: QA/QC - Civil Engineer.\r\n\r\nProject Summary:\r\nPetronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.\r\nPetronet LNG ltd has set up its first LNG terminal at India with the Capacity of\r\n10 million metric tons per year.\r\nA USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.\r\n\r\nDuties & Responsibilities:\r\nâ\x80¢ Taking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments. Responsible for closure of Non-conformance, and Site Instruction.\r\nâ\x80¢ Management System Maintain standards of safety and comply with Company's\r\nHealth, Safety and Environment requirements.\r\n\r\n2|Page\r\nâ\x80¢\tPerform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all\r\nworks under the contract performed ON or OFF site.\r\nâ\x80¢\tCary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test\r\nplan.\r\nâ\x80¢\tCoordinate with the consultant's representative and Site In-charge for inspection\r\nand meeting about quality problems including closure of Non-Compliance Report.\r\ncompany - High View Builders. Kerala. India\r\ndescription - Project Name: G + 8 Floor Building\r\n\r\nHigh View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,\r\nquality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.\r\n\r\n1|Page\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ To ensure understanding and application of all responsibilities with regard to company's\r\nenvironment, Health, Safety, Security and quality standard.\r\nâ\x80¢ Ensuring the required materials and PPE's are available to carry out the job smoothly\r\nand safely in advance.\r\nâ\x80¢ To be proactively involved in supporting the project engineer throughout the duration of project.\r\nâ\x80¢ To maintain an accurately detailed daily site reports for the site conditions, progress\r\nand resources available to undertake the activities throughout each phase of the project.\r\nâ\x80¢ Coordinating with sub-contractors and suppliers at site.\r\nâ\x80¢ Co-coordinating with employees for the timely completion of the work at site.\r\nâ\x80¢ Deploying the workers at the site as per the schedule and maintain the labor cards.\r\nâ\x80¢ Conduct weekly meeting with the project engineer to discuss the work progress.",
'Education Details \r\nJanuary 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool\r\n B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science\r\ncivil site engineer \r\n\r\nCivil engineer\r\nSkill Details \r\nSite Engineer- Exprience - 60 monthsCompany Details \r\ncompany - Vasundhara nirmiti properties\r\ndescription - Civil engineer\r\ncompany - shri balaji housing company\r\ndescription - Execution of all civil work\r\ncompany - Ganesh construction\r\ndescription - Site engineer',
"SKILLS â\x80¢ 1.Autocad â\x80¢ 2.Pro v â\x80¢ 3.Catia â\x80¢ 4.word, excel â\x80¢ 5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: â\x80¢ Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: â\x80¢ Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details \r\nJanuary 2017 Masters in structure Nashik, Maharashtra Universal University Nashik\r\nCivil Engineer \r\n\r\nCivil Engineer\r\nSkill Details \r\nAutocad- Exprience - 1 months\r\nCatia- Exprience - 6 months\r\nmaintenance- Exprience - 48 months\r\nphotoshop- Exprience - 1 months\r\ntraining- Exprience - 6 monthsCompany Details \r\ncompany - Color Sky Decor LLC Dubai\r\ndescription - Role: Civil Engineer\r\ncompany - Girija Construction And Devolopers\r\ndescription - Role: Civil Engineer\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - â\x80¢ 1.Exterior and Interior Of buildings, villa's etc.\r\nâ\x80¢ 2.Construction of new building and villa's.\r\nâ\x80¢ 3.Preparing bill of quantities, scheduling etc.\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.\r\nDescription: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints\r\n\r\n2 Ensure project feasibility through continual evaluation of structural integrity and design\r\npracticality\r\n\r\n3 Create schedule for project completion\r\n\r\n3 Perform and adjust quantity calculations for practical and budgetary purposes\r\n\r\n4 Communicate with team members as well as customers and vendors to ensure\r\nmaximum cohesion and fluidity on projects\r\n\r\n5 Forecast design and construction time frames\r\n\r\n6 Inspect project sites to ensure they meet relevant codes and are progressing properly\r\ncompany - Sonia Buildcon\r\ndescription - Role: Civil Engineer\r\ncompany - \r\ndescription - 8.day-to-day management of the site, including supervising and monitoring the site labour\r\nforce and the work of any subcontractors\r\nDuration: 2015-2016\r\nRole: Civil Engineer\r\nâ\x80¢ Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.\r\nDescription: 1 Undertaking technical and feasibility studies including site investigations\r\n\r\n2 Using a range of computer software for developing detailed designs\r\n\r\n3 Undertaking complex calculations\r\n\r\n4 Liaising with clients and a variety of professionals including architects and subcontractors\r\n\r\n5 Compiling job specs and supervising tendering procedures\r\n\r\n6 Resolving design and development problems\r\n\r\n7 Managing budgets and project resources\r\n\r\n8 Scheduling material and equipment purchases and deliveries\r\n\r\n9 Making sure the project complies with legal requirements, especially health and safety\r\n\r\n10 Assessing the sustainability and environmental impact of projects\r\n\r\n11 Ensuring projects run smoothly and structures are completed within budget and on time\r\ncompany - Grandeurs Realetors India\r\ndescription - Role: Civil Site Engineer\r\ncompany - \r\ndescription - Description: <Responsibility>\r\n1.Evaluated overall cost of materails, labours, subcontractors and tools.\r\n\r\n2.Regulated subcontractor work schedule and equipement delivery.\r\n\r\n3.Provided required documents for owners and subcontractors.\r\n\r\n4.Cheack regular basis project progrees and devolopment.\r\n\r\n5.act as the main technical adviser on a construction site for subcontractors,\r\ncraftspeople and operatives.\r\n\r\n6.ensure that all materials used and work performed are in accordance with the specifications.\r\n\r\n7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors\r\nand the general workforce involved in the project.</Responsibility>",
'Computer Skills â\x80¢ Holder of valid KSA license â\x80¢ Basic Computer â\x80¢ MS Office â\x80¢ Autocad 2006Education Details \r\nJanuary 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore\r\nCivil Engineer \r\n\r\nCivil Engineer - Utility powertech Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Utility powertech Ltd\r\ndescription - 1. Project Name Nabinagar thermal power\r\nProject Aurangabad Bihar\r\n\r\nClient\tNTPC/BRBCL\r\n\r\nPosition Civil Engineer\r\ncompany - DAMMAM KSA\r\ndescription - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.\r\n\r\nDAMMAM KSA\r\nPosition Civil Engineer\r\nProject Undertaken:\r\n1. Project Name: STC & QATIF S/L project no 2065864\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Arif & Kinfolk\r\n\r\n2. Project Name: King Fahad International Airport\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Dar-Al-Hadassah\r\n\r\nProject Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.\r\n\r\nJob Responsibility\r\nâ\x80¢ Planning of projects from study the drawings and contract specifications.\r\nâ\x80¢ Preparation of material submittals and follow up with consultant for approvals.\r\nâ\x80¢ Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.\r\nâ\x80¢ Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.\r\nâ\x80¢ Co-ordination with clients, consultants & contractors.\r\nâ\x80¢ Preparation of Shop drawings and subsequently As-Built Drawings.\r\nâ\x80¢ Preparation of RFI.\r\nâ\x80¢ Billing, variation claims, timely order realizing on approval of materials, technical submittals.\r\nâ\x80¢ Attending site coordination meetings and dealing with clients & contractors.\r\nâ\x80¢ Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports\r\n\r\nâ\x80¢ To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.\r\nâ\x80¢ To prepare a complete material take off from workshop drawings for procurement.\r\ncompany - N.S Padke\r\ndescription - urban project under MMRDA\r\nAndheri (E), Mumbai\r\ncompany - PBA Infrastructure Ltd\r\ndescription - Project Undertaken:\r\n1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok\r\nClient: Mumbai urban project under MMRDA\r\nAndheri, Mumbai\r\ncompany - Govt.ofJ&K\r\ndescription - Jammu)\r\nClient: Govt.ofJ&K\r\nPeriod: 7 Dec 2006 to 20 March 2007\r\n\r\nJob Profile\r\nâ\x80¢ Obtaining approval of Material and Drawing submittal from Consultant and main contractor.\r\nâ\x80¢ Material takeoff as required for the project according to the workshop drawing.\r\nâ\x80¢ Making request to purchase department for the procurement of the above material according to the project plan.\r\nâ\x80¢ Coordination with Electrical, Plumbing and Civil contractor for various site requirements.\r\nâ\x80¢ Arrange inspection of installed work and on the completion of the project.\r\n\r\nâ\x80¢ Estimating.\r\ncompany - civil aviation\r\ndescription - \r\ncompany - National highway authority of India\r\ndescription - 1. Project Name:\r\nClient: National highway authority of India\r\nPaintha chock to paripora Sri Nagar\r\nGovt.ofJ&K',
"COMPUTER KNOWLEDGE â\x9e¢ Drafting tools: AutoCAD. â\x9e¢ Packages: MS Office Applications â\x9e¢ Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details \r\n S.S.C Rajasthan board excellence polytechnic college\r\nCIVIL ENGINEER \r\n\r\nCIVIL ENGINEER - Site Encharge\r\nSkill Details \r\nAutoCAD.- Exprience - 9 months\r\nCivil Engineer- Exprience - 42 months\r\nDrafting- Exprience - 9 months\r\nEngineer- Exprience - 42 months\r\nMS Office- Exprience - 9 monthsCompany Details \r\ncompany - Site Encharge\r\ndescription - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC\r\nMumbai Maharashtra 400093 India\r\n\r\nExperience in UAE:\r\n1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.\r\n\r\nLocation: Flat # 301 A&B Al Maha Building, University City Road,\r\nMuweilah Commercial, Near Alfalah Round About SHARJAH.\r\n\r\nJob Responsibilities\r\nAchieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc\r\nLooking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.\r\n\r\nJob Responsibilities:\r\nâ\x9e¢ Scheduling of work.\r\nâ\x9e¢ Preparing & Verification of Sub-Contractors' & Suppliers' bills.\r\nâ\x9e¢ Working out the Quantities.\r\nâ\x9e¢ Verify the Quantities from the Client's Engineer.\r\n\r\nComputer Skills:\r\n\r\nâ\x9e¢ Drafting tools: AutoCAD.\r\nâ\x9e¢ Packages: MS Office Applications\r\nâ\x9e¢ Operating systems: Windows 9x/2000/XP/Vista.\r\n\r\nPersonal Strength:\r\n\r\nâ\x9e¢ Excellent communication skills.\r\nâ\x9e¢ Hardworking Sincerity and Honesty\r\nâ\x9e¢ Individual & team working Capability\r\nâ\x9e¢ Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )\r\nâ\x9e¢ Manage development of program strategies\r\n\r\nThank you for viewing my resume\r\ncompany - Kherwadi Police Station\r\ndescription - Mumbai Maharashtra\r\n400051 India\r\n\r\n3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As\r\nA Civil Engineer (1.4 Years)\r\nProject handle:\r\nProject title: 9 RADHA\r\nPosition: Senior Engineer\r\nLocation: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014\r\n\r\nProject title: LODHA ETERNIS\r\ncompany - EXPERT CONSTRUCTION\r\ndescription - Project handle:\r\nProject title: ESTADO",
'PERSONAL SKILLS â\x80¢ Passionate towards learning new skills. â\x80¢ Hardworking, sense of responsibility. COMPUTER SKILL â\x80¢ AUTOCAD 2D, 3D â\x80¢ CIVIL 3DEducation Details \r\nJanuary 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University\r\nJanuary 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic\r\nJanuary 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School\r\n University /Board\r\nSite Engineer (Civil) \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 6 monthsCompany Details \r\ncompany - Talreja construction\r\ndescription - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.',
"Education Details \r\n B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University\r\nQA/QC Civil Engineer \r\n\r\nQA/QC Civil Engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Jacobs Engineering India Limits. (United States Company)\r\nClient: Glaxo Smith Kline (GSK), Nashik, India.\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGlaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.\r\nThe Project involving in Medicine Manufacturing plant, Effluent Treatment plant\r\n(ETP), Effluent Drain line and storm water line.\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢\tAll site inspection shall be carried out vise an official Inspection and Test Request\r\n(ITR) submitted by the Contractor through the proper channels\r\nâ\x80¢\tDevelop method statement for the activity including risk assessment and job safety\r\nenvironmental analysis and Inspection Test Plan and Checklist based on specifications of the project\r\nâ\x80¢\tTaking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments.\r\nâ\x80¢\tSupervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.\r\nâ\x80¢\tConducting joint inspection with consultant and client.\r\nâ\x80¢\tMonitor and control the status of punch list and exception lists relevant to quality\r\ndossiers.\r\n\r\n3|Page\r\nCareer Progression: March 2016 to Still on going\r\n\r\nCompany name: Gulf Asia Contracting Co LLC Dubai, UAE\r\nConsultancy: Chawla Architectural & Consulting Engineers\r\nClient: Geepas International ltd, UAE\r\nProject Name: 2B + G+ 19 + Roof Building\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGeepas Tower, an upcoming development in the UAE, entered the Guinness World\r\nRecords along with the project contractor Gulf Asia Contracting (GAC) - the construction\r\narm of the multi-billion-dollar business conglomerate RP Group - for completing the largest\r\ncontinuous concrete pour (of 19,793 cu m for 42 hours) in the world.\r\n\r\nThe Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.\r\nâ\x80¢ Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their\r\nissue, amendments and recall of controlled documents.\r\nâ\x80¢ Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.\r\nâ\x80¢ Liaise with the Client's representatives for the conduct of day-to-day quality related\r\nproject activities.\r\nâ\x80¢ Coordinate with the Project Manager regarding work performance and hold authority\r\nto stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.\r\nâ\x80¢ Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built\r\ndrawings, O & M manual.\r\nâ\x80¢ Assist QA/QC Manager in conducting internal quality audits.\r\nâ\x80¢ Ensure that Non-Conformance Report (NCR) are raised once the activities deviated\r\nfrom the Contract Specifications or normal construction industry practices.\r\n\r\n4|Page\r\nâ\x80¢ Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention\r\non completion of the project.\r\nâ\x80¢ Attend Monthly Project Review Meetings (PRM) and alert the project team of any\r\npotential problems.\r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Toyo Engineering India Limits. (Japan Company)\r\nClient: Petronet LNG Limits, Dahej, Gujarat, India.\r\nPosition: QA/QC - Civil Engineer.\r\n\r\nProject Summary:\r\nPetronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.\r\nPetronet LNG ltd has set up its first LNG terminal at India with the Capacity of\r\n10 million metric tons per year.\r\nA USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.\r\n\r\nDuties & Responsibilities:\r\nâ\x80¢ Taking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments. Responsible for closure of Non-conformance, and Site Instruction.\r\nâ\x80¢ Management System Maintain standards of safety and comply with Company's\r\nHealth, Safety and Environment requirements.\r\n\r\n2|Page\r\nâ\x80¢\tPerform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all\r\nworks under the contract performed ON or OFF site.\r\nâ\x80¢\tCary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test\r\nplan.\r\nâ\x80¢\tCoordinate with the consultant's representative and Site In-charge for inspection\r\nand meeting about quality problems including closure of Non-Compliance Report.\r\ncompany - High View Builders. Kerala. India\r\ndescription - Project Name: G + 8 Floor Building\r\n\r\nHigh View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,\r\nquality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.\r\n\r\n1|Page\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ To ensure understanding and application of all responsibilities with regard to company's\r\nenvironment, Health, Safety, Security and quality standard.\r\nâ\x80¢ Ensuring the required materials and PPE's are available to carry out the job smoothly\r\nand safely in advance.\r\nâ\x80¢ To be proactively involved in supporting the project engineer throughout the duration of project.\r\nâ\x80¢ To maintain an accurately detailed daily site reports for the site conditions, progress\r\nand resources available to undertake the activities throughout each phase of the project.\r\nâ\x80¢ Coordinating with sub-contractors and suppliers at site.\r\nâ\x80¢ Co-coordinating with employees for the timely completion of the work at site.\r\nâ\x80¢ Deploying the workers at the site as per the schedule and maintain the labor cards.\r\nâ\x80¢ Conduct weekly meeting with the project engineer to discuss the work progress.",
'Education Details \r\nJanuary 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool\r\n B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science\r\ncivil site engineer \r\n\r\nCivil engineer\r\nSkill Details \r\nSite Engineer- Exprience - 60 monthsCompany Details \r\ncompany - Vasundhara nirmiti properties\r\ndescription - Civil engineer\r\ncompany - shri balaji housing company\r\ndescription - Execution of all civil work\r\ncompany - Ganesh construction\r\ndescription - Site engineer',
"SKILLS â\x80¢ 1.Autocad â\x80¢ 2.Pro v â\x80¢ 3.Catia â\x80¢ 4.word, excel â\x80¢ 5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: â\x80¢ Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: â\x80¢ Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details \r\nJanuary 2017 Masters in structure Nashik, Maharashtra Universal University Nashik\r\nCivil Engineer \r\n\r\nCivil Engineer\r\nSkill Details \r\nAutocad- Exprience - 1 months\r\nCatia- Exprience - 6 months\r\nmaintenance- Exprience - 48 months\r\nphotoshop- Exprience - 1 months\r\ntraining- Exprience - 6 monthsCompany Details \r\ncompany - Color Sky Decor LLC Dubai\r\ndescription - Role: Civil Engineer\r\ncompany - Girija Construction And Devolopers\r\ndescription - Role: Civil Engineer\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - â\x80¢ 1.Exterior and Interior Of buildings, villa's etc.\r\nâ\x80¢ 2.Construction of new building and villa's.\r\nâ\x80¢ 3.Preparing bill of quantities, scheduling etc.\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.\r\nDescription: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints\r\n\r\n2 Ensure project feasibility through continual evaluation of structural integrity and design\r\npracticality\r\n\r\n3 Create schedule for project completion\r\n\r\n3 Perform and adjust quantity calculations for practical and budgetary purposes\r\n\r\n4 Communicate with team members as well as customers and vendors to ensure\r\nmaximum cohesion and fluidity on projects\r\n\r\n5 Forecast design and construction time frames\r\n\r\n6 Inspect project sites to ensure they meet relevant codes and are progressing properly\r\ncompany - Sonia Buildcon\r\ndescription - Role: Civil Engineer\r\ncompany - \r\ndescription - 8.day-to-day management of the site, including supervising and monitoring the site labour\r\nforce and the work of any subcontractors\r\nDuration: 2015-2016\r\nRole: Civil Engineer\r\nâ\x80¢ Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.\r\nDescription: 1 Undertaking technical and feasibility studies including site investigations\r\n\r\n2 Using a range of computer software for developing detailed designs\r\n\r\n3 Undertaking complex calculations\r\n\r\n4 Liaising with clients and a variety of professionals including architects and subcontractors\r\n\r\n5 Compiling job specs and supervising tendering procedures\r\n\r\n6 Resolving design and development problems\r\n\r\n7 Managing budgets and project resources\r\n\r\n8 Scheduling material and equipment purchases and deliveries\r\n\r\n9 Making sure the project complies with legal requirements, especially health and safety\r\n\r\n10 Assessing the sustainability and environmental impact of projects\r\n\r\n11 Ensuring projects run smoothly and structures are completed within budget and on time\r\ncompany - Grandeurs Realetors India\r\ndescription - Role: Civil Site Engineer\r\ncompany - \r\ndescription - Description: <Responsibility>\r\n1.Evaluated overall cost of materails, labours, subcontractors and tools.\r\n\r\n2.Regulated subcontractor work schedule and equipement delivery.\r\n\r\n3.Provided required documents for owners and subcontractors.\r\n\r\n4.Cheack regular basis project progrees and devolopment.\r\n\r\n5.act as the main technical adviser on a construction site for subcontractors,\r\ncraftspeople and operatives.\r\n\r\n6.ensure that all materials used and work performed are in accordance with the specifications.\r\n\r\n7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors\r\nand the general workforce involved in the project.</Responsibility>",
'Computer Skills â\x80¢ Holder of valid KSA license â\x80¢ Basic Computer â\x80¢ MS Office â\x80¢ Autocad 2006Education Details \r\nJanuary 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore\r\nCivil Engineer \r\n\r\nCivil Engineer - Utility powertech Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Utility powertech Ltd\r\ndescription - 1. Project Name Nabinagar thermal power\r\nProject Aurangabad Bihar\r\n\r\nClient\tNTPC/BRBCL\r\n\r\nPosition Civil Engineer\r\ncompany - DAMMAM KSA\r\ndescription - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.\r\n\r\nDAMMAM KSA\r\nPosition Civil Engineer\r\nProject Undertaken:\r\n1. Project Name: STC & QATIF S/L project no 2065864\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Arif & Kinfolk\r\n\r\n2. Project Name: King Fahad International Airport\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Dar-Al-Hadassah\r\n\r\nProject Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.\r\n\r\nJob Responsibility\r\nâ\x80¢ Planning of projects from study the drawings and contract specifications.\r\nâ\x80¢ Preparation of material submittals and follow up with consultant for approvals.\r\nâ\x80¢ Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.\r\nâ\x80¢ Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.\r\nâ\x80¢ Co-ordination with clients, consultants & contractors.\r\nâ\x80¢ Preparation of Shop drawings and subsequently As-Built Drawings.\r\nâ\x80¢ Preparation of RFI.\r\nâ\x80¢ Billing, variation claims, timely order realizing on approval of materials, technical submittals.\r\nâ\x80¢ Attending site coordination meetings and dealing with clients & contractors.\r\nâ\x80¢ Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports\r\n\r\nâ\x80¢ To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.\r\nâ\x80¢ To prepare a complete material take off from workshop drawings for procurement.\r\ncompany - N.S Padke\r\ndescription - urban project under MMRDA\r\nAndheri (E), Mumbai\r\ncompany - PBA Infrastructure Ltd\r\ndescription - Project Undertaken:\r\n1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok\r\nClient: Mumbai urban project under MMRDA\r\nAndheri, Mumbai\r\ncompany - Govt.ofJ&K\r\ndescription - Jammu)\r\nClient: Govt.ofJ&K\r\nPeriod: 7 Dec 2006 to 20 March 2007\r\n\r\nJob Profile\r\nâ\x80¢ Obtaining approval of Material and Drawing submittal from Consultant and main contractor.\r\nâ\x80¢ Material takeoff as required for the project according to the workshop drawing.\r\nâ\x80¢ Making request to purchase department for the procurement of the above material according to the project plan.\r\nâ\x80¢ Coordination with Electrical, Plumbing and Civil contractor for various site requirements.\r\nâ\x80¢ Arrange inspection of installed work and on the completion of the project.\r\n\r\nâ\x80¢ Estimating.\r\ncompany - civil aviation\r\ndescription - \r\ncompany - National highway authority of India\r\ndescription - 1. Project Name:\r\nClient: National highway authority of India\r\nPaintha chock to paripora Sri Nagar\r\nGovt.ofJ&K',
"COMPUTER KNOWLEDGE â\x9e¢ Drafting tools: AutoCAD. â\x9e¢ Packages: MS Office Applications â\x9e¢ Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details \r\n S.S.C Rajasthan board excellence polytechnic college\r\nCIVIL ENGINEER \r\n\r\nCIVIL ENGINEER - Site Encharge\r\nSkill Details \r\nAutoCAD.- Exprience - 9 months\r\nCivil Engineer- Exprience - 42 months\r\nDrafting- Exprience - 9 months\r\nEngineer- Exprience - 42 months\r\nMS Office- Exprience - 9 monthsCompany Details \r\ncompany - Site Encharge\r\ndescription - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC\r\nMumbai Maharashtra 400093 India\r\n\r\nExperience in UAE:\r\n1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.\r\n\r\nLocation: Flat # 301 A&B Al Maha Building, University City Road,\r\nMuweilah Commercial, Near Alfalah Round About SHARJAH.\r\n\r\nJob Responsibilities\r\nAchieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc\r\nLooking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.\r\n\r\nJob Responsibilities:\r\nâ\x9e¢ Scheduling of work.\r\nâ\x9e¢ Preparing & Verification of Sub-Contractors' & Suppliers' bills.\r\nâ\x9e¢ Working out the Quantities.\r\nâ\x9e¢ Verify the Quantities from the Client's Engineer.\r\n\r\nComputer Skills:\r\n\r\nâ\x9e¢ Drafting tools: AutoCAD.\r\nâ\x9e¢ Packages: MS Office Applications\r\nâ\x9e¢ Operating systems: Windows 9x/2000/XP/Vista.\r\n\r\nPersonal Strength:\r\n\r\nâ\x9e¢ Excellent communication skills.\r\nâ\x9e¢ Hardworking Sincerity and Honesty\r\nâ\x9e¢ Individual & team working Capability\r\nâ\x9e¢ Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )\r\nâ\x9e¢ Manage development of program strategies\r\n\r\nThank you for viewing my resume\r\ncompany - Kherwadi Police Station\r\ndescription - Mumbai Maharashtra\r\n400051 India\r\n\r\n3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As\r\nA Civil Engineer (1.4 Years)\r\nProject handle:\r\nProject title: 9 RADHA\r\nPosition: Senior Engineer\r\nLocation: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014\r\n\r\nProject title: LODHA ETERNIS\r\ncompany - EXPERT CONSTRUCTION\r\ndescription - Project handle:\r\nProject title: ESTADO",
'PERSONAL SKILLS â\x80¢ Passionate towards learning new skills. â\x80¢ Hardworking, sense of responsibility. COMPUTER SKILL â\x80¢ AUTOCAD 2D, 3D â\x80¢ CIVIL 3DEducation Details \r\nJanuary 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University\r\nJanuary 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic\r\nJanuary 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School\r\n University /Board\r\nSite Engineer (Civil) \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 6 monthsCompany Details \r\ncompany - Talreja construction\r\ndescription - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\n BE Computer Science Mumbai, Maharashtra Mumbai University\r\n HSC Mumbai, Maharashtra Maharashtra State Board\r\n SSC Mumbai, Maharashtra Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Fino Payments Bank\r\nSkill Details \r\nCompany Details \r\ncompany - Fino Payments Bank\r\ndescription - Key Role In-depth requirement and input gathering\r\nResponsibilities and Achievements:\r\nâ\x99¦ Conducted in-depth requirement and input gathering from all concerned stakeholders [Business SMEs, Technical Architect and Business Architect] to create artifacts like Business Requirement Document (BRD) to arrive at functional requirements for development team\r\nâ\x99¦ Created Functional Specification Document (FSD) highlighting the technical implementation and the use cases\r\nâ\x99¦ Led the Merchant Commission Module project from end-to-end and co-ordinated for CUG and Live\r\nâ\x99¦ Designed the Account Opening Process flow end-to-end during the time when bank was going Live.\r\nâ\x99¦ SPOC for all the configurations (both account level and customer level) in production.\r\nâ\x99¦ Led the Cash Controlling Processes for the field users as per the requirement from the business team.\r\nâ\x99¦ Design and build proof of concepts to validate the viability of alternate approaches and determine optimum choice\r\nâ\x99¦ Involved in Process Design for development of the products\r\nâ\x99¦ Performed Functional Testing of the entire system and provided support during UAT by preparing UAT test cases, performing UAT tests to onboard new processes as BAU\r\nâ\x99¦ Worked with the development teams in arriving at detailed techno-functional specifications, participate in Feasibility\r\nAnalysis\r\nâ\x99¦ Conducting twice a week meetings with the vendor to discuss the status of CRs and to resolve technical queries\r\ncompany - Fino Paytech Pvt. Ltd\r\ndescription - Key Role Requirement gathering, Development, Testing\r\nResponsibilities and Achievements:\r\nâ\x99¦ Requirement gathering, preparation of traceability matrix, preparation and execution of use cases, developing of test plans based on requirements for Airtel Zambia National Partner Project\r\nâ\x99¦ Led the employee profile creation, maintenance of employee details in the database: Preparation of work flow, end-to-end development and testing of the module\r\nâ\x99¦ Designed the work flow process of the CAPA (Corrective Action Preventive Analysis) module to maintain the audit findings raised by the internal audit team\r\nâ\x99¦ Designed the Expense Management module and automated it for end-to-end in-house expense flow\r\nâ\x99¦ Designed the PMO tool Parivartan used for tracking the projects end-to-end',
'Technical Skills Application Servers: IIS 6.0, Jboss 7.1. Database: SQL, Oracle and DB2. Report Tool: iReport, Crystal report. Career GraphEducation Details \r\n\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Zensar Technologies Ltd\r\nSkill Details \r\nCRYSTAL REPORT- Exprience - 15 months\r\nDATABASE- Exprience - 6 months\r\nDB2- Exprience - 6 months\r\nIIS- Exprience - 6 months\r\nIIS 6- Exprience - 6 monthsCompany Details \r\ncompany - Zensar Technologies Ltd\r\ndescription - Location: Goregoan, Mumbai (Client -SUN Pharmaceutical)\r\nDesignation: Business Analyst.\r\nRole: Requirement gathering, gap analysis, support, end user training, documentation.\r\ncompany - Proteus Technologies Pvt Ltd\r\ndescription - Base Information Management Pvt. Ltd. Is a Mumbai base software service provider with core competency and proven track record of installations of Enterprise Wide Solutions. Base customers come from industries as wide as Pharmaceuticals, Life Sciences, Plastics, Engineering, Chemicals\r\ncompany - Wings Infonet Pvt Ltd\r\ndescription - It is IT solutions Provider Company. Company provides comprehensive technology solutions to Accounting, trade, payroll and Asset Management firms across the world.\r\ncompany - Hiral Tektronix Pvt Ltd\r\ndescription - Software relates to recruitment (HRMS), accounting, and Payroll.\r\n\r\nJob Responsibilities: â\x80¢ ERP Implementation and after go live support.\r\nâ\x80¢ Documenting user requirements and developing specifications for customization.\r\nâ\x80¢ Integrating with other modules, integration testing & extending Post Go-live support, including training support to end-users.\r\nâ\x80¢ Drafting functional requirements for ERP systems to represent the processes and functions involved.\r\nâ\x80¢ Guiding the users in using various modules and the management for various functional issues.\r\nâ\x80¢ Delivering awareness about various reports available in ERP system for day to day transactions and for MIS reporting of departments\r\nSystem Audit for better results and follow ups for Observation.\r\nâ\x80¢ Developing and designing report using iReport and crystal report',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Education Details \r\n BE Computer Science Mumbai, Maharashtra Mumbai University\r\n HSC Mumbai, Maharashtra Maharashtra State Board\r\n SSC Mumbai, Maharashtra Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Fino Payments Bank\r\nSkill Details \r\nCompany Details \r\ncompany - Fino Payments Bank\r\ndescription - Key Role In-depth requirement and input gathering\r\nResponsibilities and Achievements:\r\nâ\x99¦ Conducted in-depth requirement and input gathering from all concerned stakeholders [Business SMEs, Technical Architect and Business Architect] to create artifacts like Business Requirement Document (BRD) to arrive at functional requirements for development team\r\nâ\x99¦ Created Functional Specification Document (FSD) highlighting the technical implementation and the use cases\r\nâ\x99¦ Led the Merchant Commission Module project from end-to-end and co-ordinated for CUG and Live\r\nâ\x99¦ Designed the Account Opening Process flow end-to-end during the time when bank was going Live.\r\nâ\x99¦ SPOC for all the configurations (both account level and customer level) in production.\r\nâ\x99¦ Led the Cash Controlling Processes for the field users as per the requirement from the business team.\r\nâ\x99¦ Design and build proof of concepts to validate the viability of alternate approaches and determine optimum choice\r\nâ\x99¦ Involved in Process Design for development of the products\r\nâ\x99¦ Performed Functional Testing of the entire system and provided support during UAT by preparing UAT test cases, performing UAT tests to onboard new processes as BAU\r\nâ\x99¦ Worked with the development teams in arriving at detailed techno-functional specifications, participate in Feasibility\r\nAnalysis\r\nâ\x99¦ Conducting twice a week meetings with the vendor to discuss the status of CRs and to resolve technical queries\r\ncompany - Fino Paytech Pvt. Ltd\r\ndescription - Key Role Requirement gathering, Development, Testing\r\nResponsibilities and Achievements:\r\nâ\x99¦ Requirement gathering, preparation of traceability matrix, preparation and execution of use cases, developing of test plans based on requirements for Airtel Zambia National Partner Project\r\nâ\x99¦ Led the employee profile creation, maintenance of employee details in the database: Preparation of work flow, end-to-end development and testing of the module\r\nâ\x99¦ Designed the work flow process of the CAPA (Corrective Action Preventive Analysis) module to maintain the audit findings raised by the internal audit team\r\nâ\x99¦ Designed the Expense Management module and automated it for end-to-end in-house expense flow\r\nâ\x99¦ Designed the PMO tool Parivartan used for tracking the projects end-to-end',
'Technical Skills Application Servers: IIS 6.0, Jboss 7.1. Database: SQL, Oracle and DB2. Report Tool: iReport, Crystal report. Career GraphEducation Details \r\n\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Zensar Technologies Ltd\r\nSkill Details \r\nCRYSTAL REPORT- Exprience - 15 months\r\nDATABASE- Exprience - 6 months\r\nDB2- Exprience - 6 months\r\nIIS- Exprience - 6 months\r\nIIS 6- Exprience - 6 monthsCompany Details \r\ncompany - Zensar Technologies Ltd\r\ndescription - Location: Goregoan, Mumbai (Client -SUN Pharmaceutical)\r\nDesignation: Business Analyst.\r\nRole: Requirement gathering, gap analysis, support, end user training, documentation.\r\ncompany - Proteus Technologies Pvt Ltd\r\ndescription - Base Information Management Pvt. Ltd. Is a Mumbai base software service provider with core competency and proven track record of installations of Enterprise Wide Solutions. Base customers come from industries as wide as Pharmaceuticals, Life Sciences, Plastics, Engineering, Chemicals\r\ncompany - Wings Infonet Pvt Ltd\r\ndescription - It is IT solutions Provider Company. Company provides comprehensive technology solutions to Accounting, trade, payroll and Asset Management firms across the world.\r\ncompany - Hiral Tektronix Pvt Ltd\r\ndescription - Software relates to recruitment (HRMS), accounting, and Payroll.\r\n\r\nJob Responsibilities: â\x80¢ ERP Implementation and after go live support.\r\nâ\x80¢ Documenting user requirements and developing specifications for customization.\r\nâ\x80¢ Integrating with other modules, integration testing & extending Post Go-live support, including training support to end-users.\r\nâ\x80¢ Drafting functional requirements for ERP systems to represent the processes and functions involved.\r\nâ\x80¢ Guiding the users in using various modules and the management for various functional issues.\r\nâ\x80¢ Delivering awareness about various reports available in ERP system for day to day transactions and for MIS reporting of departments\r\nSystem Audit for better results and follow ups for Observation.\r\nâ\x80¢ Developing and designing report using iReport and crystal report',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Skills: â\x80¢ ETL â\x80¢ Data Warehousing â\x80¢ SQL/PL SQL â\x80¢ Basic Core Java â\x80¢ Basic Python Tools: â\x80¢ SAP BODS â\x80¢ SAP BO â\x80¢ Oracle 11g â\x80¢ Sybase Education Details \r\nAugust 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University\r\nJune 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School\r\nSAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited \r\n\r\nSAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS\r\nSkill Details \r\nDATA WAREHOUSING- Exprience - 6 months\r\nSAP BO ADMIN- Exprience - Less than 1 year months\r\nSAP BODS- Exprience - Less than 1 year months\r\nETL- Exprience - Less than 1 year months\r\nBASIC CORE JAVA- Exprience - Less than 1 year months\r\nSAP BO- Exprience - Less than 1 year months\r\nSAP BODS ADMIN- Exprience - Less than 1 year months\r\nBASIC PYTHON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - SAP BODS\r\ndescription - â\x80¢ \r\nClient: Royal Bank of Canada\r\n\r\nâ\x80¢ Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.\r\nâ\x80¢ Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment\r\ncompany - Tata Consultancy Services Limited\r\ndescription - â\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows\r\nâ\x80¢ Loading dataÂ\xa0received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â\xa0\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation\r\nâ\x80¢ Â\xa0Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Â\xa0Implemented and deployed features like Trusted authentication,VintelaÂ\xa0sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.\r\ncompany - Tata Consultancy Services Limited\r\ndescription - Client: Tata Capital Financial Services Limited\r\n\r\nâ\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2\r\nâ\x80¢ (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.\r\nâ\x80¢ Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager.\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History\r\nâ\x80¢ Preserving, Validation Transform, Key Generation and Map Operation.\r\nâ\x80¢ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.',
'Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details \r\n\r\nSAP BO Developer and SAP HANA Developer \r\n\r\nSAP BO Developer - Credit Suisse\r\nSkill Details \r\nSap Bi- Exprience - 72 months\r\nCMC- Exprience - 72 months\r\nHANA- Exprience - 36 months\r\nBUSINESS INTELLIGENCE- Exprience - 72 months\r\nSQL- Exprience - 72 months\r\nSAP BO- Exprience - 72 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Company Accenture, Pune\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.\r\nThe purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 2:\r\n\r\nProject Name Nestle\r\nClient Nestle Globe\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.\r\nThe universe supports analyzing customer order patterns and order lifecycle reporting.\r\nThe purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 3:\r\n\r\nProject Name Nestle\r\nClient Nestle TCT\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.\r\n\r\nBasic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.\r\n\r\nThis main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with users to understand the Business Requirements and implement feature in a generic way.\r\nâ\x80¢ Suggested best visualization components in dashboard to use.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Bug Fixes and feature enhancement in application.\r\n\r\nProject 4:\r\n\r\nProject Name Nestle\r\nClient Nestle BA\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, Design Studio 1.6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.\r\nAnd this dashboard is been used by all the users of Nestle within different region of globe.\r\nBasic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.\r\nThis main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Changes in BW query according to requirement\r\nâ\x80¢ Interacting with client team for requirement gathering and analysis.\r\nâ\x80¢ Implemented ideas in bex and design studio app to optimize performance with help of successful POC.\r\n\r\nProject 5:\r\n\r\nProject Name Warner Bros\r\nClient Marvin Pictures, US\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nTools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.\r\n\r\nSales reports in webi were based on universe. Teradata tables were source to universe.\r\n\r\nWorked as shared resource for CMC activities and webi/universe issues tickets.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Working as a team member to understand the Business Requirements.\r\nâ\x80¢ Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.\r\nâ\x80¢ Worked on issue related to connection, universe objects and webi reports enhancements.\r\nâ\x80¢ Raised OSS messages to SAP to seek solution related to BO tool and limitations.\r\nâ\x80¢ Worked on webi report, universe defects and enhancements.\r\nâ\x80¢ Meeting with users to understand issue, suggest best solution and ETA.\r\nâ\x80¢ Worked on query builder to find BO objects metadata for investigation.\r\nâ\x80¢ Created of BIAR format using promotion management.\r\n\r\nProject 6:\r\n\r\nProject Name Nordea\r\nClient Nordea Bank, Sweden\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.1, IDT, Webi, Teradata\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.\r\n\r\nWebi reports based on universe based on Teradata DB financial tables.\r\n\r\nThis project mainly tracks firm\'s Sales with respect to different criteria\'s like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved in activities to understand the Business Requirements.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Designing and developing interactive webi reports as per client\'s dynamic requirements.\r\nâ\x80¢ Developed webi reports having blocks, graphs and linked report with summary report.\r\nâ\x80¢ After development performing unit test activities and presentation to users.\r\nâ\x80¢ Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.\r\nâ\x80¢ Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.\r\nâ\x80¢ Prepared RDD for reports and performed unit testing.\r\nâ\x80¢ Provided KT to users and supports teams.\r\ncompany - Tech Mahindra\r\ndescription - \r\ncompany - Capgemini\r\ndescription - ',
"Education Details \r\nJuly 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY\r\nSAP HANA Developer \r\n\r\nSAP HANA Developer - Schlumberger\r\nSkill Details \r\nSAP HANA- Exprience - 60 months\r\nSAP BO- Exprience - 36 monthsCompany Details \r\ncompany - Schlumberger\r\ndescription - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.\r\nRole-SAP HANA Developer\r\nTeam Size: 12\r\nDuration: Feb 2017 to Till Date\r\nResponsibilities:\r\nWorking on Suit on HANA and Native HANA Systems.\r\nWorking on end to end implementation for Release 2.3 and 2.4.\r\nDeveloping HANA Information Models Calculation Views, Table Functions, Procedures.\r\nActively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.\r\nWorked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.\r\nWorked on to bring the Tables in SAP HANA Landing zone using SDA.\r\nWorking on to resolve the performance issues in HANA views by applying filter, joins etc.\r\nInteracting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.\r\nSuccessfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.\r\nSuccessfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.\r\nWorking on to create the Power BI Reports.\r\nWorking on to resolve production defects and Incidents by using HPALM and Remedy Tools.\r\nWorking on to resolve the issues in an existing HANA Views.\r\nWorking on to promote the Objects in different environment by using Charm/Solmon.\r\nWorking on to enhance the performance of the HANA views by using PLANVIZ.\r\nWorked on to create the BO Reports for Vendor Master.\r\n 2. Aero Space Design/Honeywell\r\ncompany - Fujitsu Consulting India\r\ndescription - Responsibilities: \r\nâ\x80¢ HANA Data Model Development and Modification of Existing Models.\r\nâ\x80¢ Providing estimation to create the data model based on business Request.\r\nâ\x80¢ Creating Views- Attribute, Analytical and Calculation Views base on business requirement â\x80¢ Creation of Design document and Technical design document.\r\nâ\x80¢ Brought the data into HANA Landing zone using SLT and SDA.\r\nâ\x80¢ Handled complex performance issues.\r\nâ\x80¢ Worked SAP Landscape transformation for data replication from source DB to HANA DB â\x80¢ Solved SIT tickets on HANA Information Model.\r\nâ\x80¢ Developing HANA Information Models Calculation Views, Table Functions, Procedures.\r\nâ\x80¢ Modifying existing models to include tables, columns etc. necessary to complete the requirement.\r\nâ\x80¢ Configuring business objects to fetch data from HANA.\r\nâ\x80¢ Editing, Modifying exiting reports to fetch data from HANA as per the requirement.\r\n 3. Mc Donald\r\nCompany- Fujitsu Consulting India\r\nClient- MC Donald\r\nRole-SAP BO Developer\r\nTeam Size: 3\r\nDuration: July2013to June2014\r\nResponsibilities: \r\nâ\x80¢ Providing estimation to create the Universe and Webi Reports based on business request.\r\nâ\x80¢ Worked on creating the Universes on top of SAP HANA and BW Resources.\r\nâ\x80¢ Worked on creating the Complex Reports in webi.\r\nâ\x80¢ Worked on providing the Row level and Folder level security.\r\nâ\x80¢ Worked on Scheduling the Reports.\r\n\r\nTools and Technology Knowledge\r\nSAP HANA SPS12\r\nSAP ECC 6.0\r\nSQL\r\nRemedy\r\nSharePoint\r\nSAP Logon\r\nWEBI\r\nPower BI",
"Education Details \r\nMay 2013 Master Computer Application Mumbai, Maharashtra IMCOST College\r\nApril 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College\r\nMarch 2005 SpringerNature Pune, Maharashtra S.V.V.M School\r\nABAP Developer \r\n\r\nABAP Developer - SAP EXPOSURE\r\nSkill Details \r\nCompany Details \r\ncompany - SAP EXPOSURE\r\ndescription - 1. Organization: SpringerNature.\r\nDuration: MAR 2017 -Till date â\x80¢ Project: Support for springer Nature\r\nProject Type: Support\r\nRole: ABAP Developer\r\n\r\nMajor Contribution: â\x9e¢ Writing new reports and modification for existing reports.\r\nâ\x9e¢ Worked on smartforms.\r\nâ\x9e¢ Standard debugging for issues â\x9e¢ For unit testing created contracts, orders, and invoices and tested individually.\r\ncompany - Atos Pvt. Ltd\r\ndescription - Duration: MAY 2014 -DEC 2015 â\x80¢ Project: lenM - It's a Ministry of Netherland Project â\x80¢ Project: DSP - DSM Sinochem Pharmaceuticals â\x80¢ Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.\r\nProject Type: Support\r\nRole: ABAP Developer\r\nMajor Contribution: â\x9e¢ Modified SAP Script as per the requirement specified.\r\nâ\x9e¢ Modified Invoice Smart Form.\r\nâ\x9e¢ Created custom tables, data elements, structures.",
'Education Details \r\nJanuary 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education\r\nSAP CONSULTANT \r\n\r\nSAP CONSULTANT - Quick Learner\r\nSkill Details \r\nCompany Details \r\ncompany - Quick Learner\r\ndescription - Groomed skills with Microsoft Excel.\r\nJob Responsibilities:\r\nWorking on Centralized SAP Security project which includes User â\x80¢ VBA programming for automation.\r\nLevel authorizations including Role creation and changes. and\r\nCompliance policy maintenance for SAP systems.\r\nâ\x80¢ Confidence and Positive Attitude.\r\nAssisting users in troubleshooting and identifying authorization\r\nissues using SU53 and trace analysis.\r\nWillingness to learn & work in team.\r\nWorking on GRC 10.X Access Control application and all its\r\ncomponent.\r\nâ\x80¢ Strong analytical thinking, documentation and design skills\r\nAssisting in defining the scope of a project/opportunities,\r\nestimating efforts and project timelines.\r\nHands on experience in SAP Market Place for creating User / â\x80¢ Adaptable to new environment, with ability to get along with\r\nOSS Ids/Developer Keys.\t\tpeople.',
'Education Details \r\n\r\nSAP Technical Architect \r\n\r\nSAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)\r\nSkill Details \r\nSAP ABAP- Exprience - 120 months\r\nSAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months\r\nSAP Netweaver Gateway / oData / Fiori- Exprience - 24 months\r\nSAP Techno Functional- Exprience - 36 months\r\nSAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months\r\nSAP Techno-functional- Exprience - 48 months\r\nSAP SD- Exprience - 36 months\r\nNetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months\r\nSAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details \r\ncompany - \r\ndescription - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert\r\nâ\x9e¢ Strong project experience in implementation, upgrade, application development and maintenance\r\nâ\x9e¢ SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner\r\nâ\x9e¢ SAP project Full-Lifecycle implementations across multiple global projects\r\nâ\x9e¢ Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia\r\nâ\x9e¢ Expertise on SAP ABAP FRICEW components\r\nâ\x9e¢ Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR\r\nâ\x9e¢ Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix\r\nâ\x9e¢ Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers\r\nâ\x9e¢ Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects\r\nâ\x9e¢ Expertise in understanding different requirements of the client for diverse industries\r\nâ\x9e¢ Experience in leading technical team of different sizes\r\nâ\x9e¢ Customization experience in various areas of SD, FI & MM modules\r\nâ\x9e¢ Experience in Upgrading to ECC6.0\r\nâ\x9e¢ Experience in Unicode conversion related issues/tasks.\r\nâ\x9e¢ Skilled in document processes, identifying issues, handling multiple tasks, and training end users.\r\nâ\x9e¢ Proven ability to interact with business system analysts and end-users in design phase\r\nâ\x9e¢ Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.\r\nâ\x9e¢ Experienced with onsite-offshore support model of work and lead the team\r\nâ\x9e¢ Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude\r\nâ\x9e¢ Experience in pre-sales activities\r\nâ\x9e¢ Thorough understanding of the project management and quality processes',
'Skills: â\x80¢ ETL â\x80¢ Data Warehousing â\x80¢ SQL/PL SQL â\x80¢ Basic Core Java â\x80¢ Basic Python Tools: â\x80¢ SAP BODS â\x80¢ SAP BO â\x80¢ Oracle 11g â\x80¢ Sybase Education Details \r\nAugust 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University\r\nJune 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School\r\nSAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited \r\n\r\nSAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS\r\nSkill Details \r\nDATA WAREHOUSING- Exprience - 6 months\r\nSAP BO ADMIN- Exprience - Less than 1 year months\r\nSAP BODS- Exprience - Less than 1 year months\r\nETL- Exprience - Less than 1 year months\r\nBASIC CORE JAVA- Exprience - Less than 1 year months\r\nSAP BO- Exprience - Less than 1 year months\r\nSAP BODS ADMIN- Exprience - Less than 1 year months\r\nBASIC PYTHON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - SAP BODS\r\ndescription - â\x80¢ \r\nClient: Royal Bank of Canada\r\n\r\nâ\x80¢ Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.\r\nâ\x80¢ Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment\r\ncompany - Tata Consultancy Services Limited\r\ndescription - â\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows\r\nâ\x80¢ Loading dataÂ\xa0received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â\xa0\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation\r\nâ\x80¢ Â\xa0Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Â\xa0Implemented and deployed features like Trusted authentication,VintelaÂ\xa0sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.\r\ncompany - Tata Consultancy Services Limited\r\ndescription - Client: Tata Capital Financial Services Limited\r\n\r\nâ\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2\r\nâ\x80¢ (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.\r\nâ\x80¢ Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager.\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History\r\nâ\x80¢ Preserving, Validation Transform, Key Generation and Map Operation.\r\nâ\x80¢ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.',
'Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details \r\n\r\nSAP BO Developer and SAP HANA Developer \r\n\r\nSAP BO Developer - Credit Suisse\r\nSkill Details \r\nSap Bi- Exprience - 72 months\r\nCMC- Exprience - 72 months\r\nHANA- Exprience - 36 months\r\nBUSINESS INTELLIGENCE- Exprience - 72 months\r\nSQL- Exprience - 72 months\r\nSAP BO- Exprience - 72 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Company Accenture, Pune\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.\r\nThe purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 2:\r\n\r\nProject Name Nestle\r\nClient Nestle Globe\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.\r\nThe universe supports analyzing customer order patterns and order lifecycle reporting.\r\nThe purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 3:\r\n\r\nProject Name Nestle\r\nClient Nestle TCT\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.\r\n\r\nBasic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.\r\n\r\nThis main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with users to understand the Business Requirements and implement feature in a generic way.\r\nâ\x80¢ Suggested best visualization components in dashboard to use.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Bug Fixes and feature enhancement in application.\r\n\r\nProject 4:\r\n\r\nProject Name Nestle\r\nClient Nestle BA\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, Design Studio 1.6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.\r\nAnd this dashboard is been used by all the users of Nestle within different region of globe.\r\nBasic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.\r\nThis main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Changes in BW query according to requirement\r\nâ\x80¢ Interacting with client team for requirement gathering and analysis.\r\nâ\x80¢ Implemented ideas in bex and design studio app to optimize performance with help of successful POC.\r\n\r\nProject 5:\r\n\r\nProject Name Warner Bros\r\nClient Marvin Pictures, US\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nTools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.\r\n\r\nSales reports in webi were based on universe. Teradata tables were source to universe.\r\n\r\nWorked as shared resource for CMC activities and webi/universe issues tickets.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Working as a team member to understand the Business Requirements.\r\nâ\x80¢ Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.\r\nâ\x80¢ Worked on issue related to connection, universe objects and webi reports enhancements.\r\nâ\x80¢ Raised OSS messages to SAP to seek solution related to BO tool and limitations.\r\nâ\x80¢ Worked on webi report, universe defects and enhancements.\r\nâ\x80¢ Meeting with users to understand issue, suggest best solution and ETA.\r\nâ\x80¢ Worked on query builder to find BO objects metadata for investigation.\r\nâ\x80¢ Created of BIAR format using promotion management.\r\n\r\nProject 6:\r\n\r\nProject Name Nordea\r\nClient Nordea Bank, Sweden\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.1, IDT, Webi, Teradata\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.\r\n\r\nWebi reports based on universe based on Teradata DB financial tables.\r\n\r\nThis project mainly tracks firm\'s Sales with respect to different criteria\'s like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved in activities to understand the Business Requirements.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Designing and developing interactive webi reports as per client\'s dynamic requirements.\r\nâ\x80¢ Developed webi reports having blocks, graphs and linked report with summary report.\r\nâ\x80¢ After development performing unit test activities and presentation to users.\r\nâ\x80¢ Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.\r\nâ\x80¢ Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.\r\nâ\x80¢ Prepared RDD for reports and performed unit testing.\r\nâ\x80¢ Provided KT to users and supports teams.\r\ncompany - Tech Mahindra\r\ndescription - \r\ncompany - Capgemini\r\ndescription - ',
"Education Details \r\nJuly 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY\r\nSAP HANA Developer \r\n\r\nSAP HANA Developer - Schlumberger\r\nSkill Details \r\nSAP HANA- Exprience - 60 months\r\nSAP BO- Exprience - 36 monthsCompany Details \r\ncompany - Schlumberger\r\ndescription - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.\r\nRole-SAP HANA Developer\r\nTeam Size: 12\r\nDuration: Feb 2017 to Till Date\r\nResponsibilities:\r\nWorking on Suit on HANA and Native HANA Systems.\r\nWorking on end to end implementation for Release 2.3 and 2.4.\r\nDeveloping HANA Information Models Calculation Views, Table Functions, Procedures.\r\nActively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.\r\nWorked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.\r\nWorked on to bring the Tables in SAP HANA Landing zone using SDA.\r\nWorking on to resolve the performance issues in HANA views by applying filter, joins etc.\r\nInteracting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.\r\nSuccessfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.\r\nSuccessfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.\r\nWorking on to create the Power BI Reports.\r\nWorking on to resolve production defects and Incidents by using HPALM and Remedy Tools.\r\nWorking on to resolve the issues in an existing HANA Views.\r\nWorking on to promote the Objects in different environment by using Charm/Solmon.\r\nWorking on to enhance the performance of the HANA views by using PLANVIZ.\r\nWorked on to create the BO Reports for Vendor Master.\r\n 2. Aero Space Design/Honeywell\r\ncompany - Fujitsu Consulting India\r\ndescription - Responsibilities: \r\nâ\x80¢ HANA Data Model Development and Modification of Existing Models.\r\nâ\x80¢ Providing estimation to create the data model based on business Request.\r\nâ\x80¢ Creating Views- Attribute, Analytical and Calculation Views base on business requirement â\x80¢ Creation of Design document and Technical design document.\r\nâ\x80¢ Brought the data into HANA Landing zone using SLT and SDA.\r\nâ\x80¢ Handled complex performance issues.\r\nâ\x80¢ Worked SAP Landscape transformation for data replication from source DB to HANA DB â\x80¢ Solved SIT tickets on HANA Information Model.\r\nâ\x80¢ Developing HANA Information Models Calculation Views, Table Functions, Procedures.\r\nâ\x80¢ Modifying existing models to include tables, columns etc. necessary to complete the requirement.\r\nâ\x80¢ Configuring business objects to fetch data from HANA.\r\nâ\x80¢ Editing, Modifying exiting reports to fetch data from HANA as per the requirement.\r\n 3. Mc Donald\r\nCompany- Fujitsu Consulting India\r\nClient- MC Donald\r\nRole-SAP BO Developer\r\nTeam Size: 3\r\nDuration: July2013to June2014\r\nResponsibilities: \r\nâ\x80¢ Providing estimation to create the Universe and Webi Reports based on business request.\r\nâ\x80¢ Worked on creating the Universes on top of SAP HANA and BW Resources.\r\nâ\x80¢ Worked on creating the Complex Reports in webi.\r\nâ\x80¢ Worked on providing the Row level and Folder level security.\r\nâ\x80¢ Worked on Scheduling the Reports.\r\n\r\nTools and Technology Knowledge\r\nSAP HANA SPS12\r\nSAP ECC 6.0\r\nSQL\r\nRemedy\r\nSharePoint\r\nSAP Logon\r\nWEBI\r\nPower BI",
"Education Details \r\nMay 2013 Master Computer Application Mumbai, Maharashtra IMCOST College\r\nApril 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College\r\nMarch 2005 SpringerNature Pune, Maharashtra S.V.V.M School\r\nABAP Developer \r\n\r\nABAP Developer - SAP EXPOSURE\r\nSkill Details \r\nCompany Details \r\ncompany - SAP EXPOSURE\r\ndescription - 1. Organization: SpringerNature.\r\nDuration: MAR 2017 -Till date â\x80¢ Project: Support for springer Nature\r\nProject Type: Support\r\nRole: ABAP Developer\r\n\r\nMajor Contribution: â\x9e¢ Writing new reports and modification for existing reports.\r\nâ\x9e¢ Worked on smartforms.\r\nâ\x9e¢ Standard debugging for issues â\x9e¢ For unit testing created contracts, orders, and invoices and tested individually.\r\ncompany - Atos Pvt. Ltd\r\ndescription - Duration: MAY 2014 -DEC 2015 â\x80¢ Project: lenM - It's a Ministry of Netherland Project â\x80¢ Project: DSP - DSM Sinochem Pharmaceuticals â\x80¢ Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.\r\nProject Type: Support\r\nRole: ABAP Developer\r\nMajor Contribution: â\x9e¢ Modified SAP Script as per the requirement specified.\r\nâ\x9e¢ Modified Invoice Smart Form.\r\nâ\x9e¢ Created custom tables, data elements, structures.",
'Education Details \r\nJanuary 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education\r\nSAP CONSULTANT \r\n\r\nSAP CONSULTANT - Quick Learner\r\nSkill Details \r\nCompany Details \r\ncompany - Quick Learner\r\ndescription - Groomed skills with Microsoft Excel.\r\nJob Responsibilities:\r\nWorking on Centralized SAP Security project which includes User â\x80¢ VBA programming for automation.\r\nLevel authorizations including Role creation and changes. and\r\nCompliance policy maintenance for SAP systems.\r\nâ\x80¢ Confidence and Positive Attitude.\r\nAssisting users in troubleshooting and identifying authorization\r\nissues using SU53 and trace analysis.\r\nWillingness to learn & work in team.\r\nWorking on GRC 10.X Access Control application and all its\r\ncomponent.\r\nâ\x80¢ Strong analytical thinking, documentation and design skills\r\nAssisting in defining the scope of a project/opportunities,\r\nestimating efforts and project timelines.\r\nHands on experience in SAP Market Place for creating User / â\x80¢ Adaptable to new environment, with ability to get along with\r\nOSS Ids/Developer Keys.\t\tpeople.',
'Education Details \r\n\r\nSAP Technical Architect \r\n\r\nSAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)\r\nSkill Details \r\nSAP ABAP- Exprience - 120 months\r\nSAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months\r\nSAP Netweaver Gateway / oData / Fiori- Exprience - 24 months\r\nSAP Techno Functional- Exprience - 36 months\r\nSAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months\r\nSAP Techno-functional- Exprience - 48 months\r\nSAP SD- Exprience - 36 months\r\nNetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months\r\nSAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details \r\ncompany - \r\ndescription - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert\r\nâ\x9e¢ Strong project experience in implementation, upgrade, application development and maintenance\r\nâ\x9e¢ SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner\r\nâ\x9e¢ SAP project Full-Lifecycle implementations across multiple global projects\r\nâ\x9e¢ Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia\r\nâ\x9e¢ Expertise on SAP ABAP FRICEW components\r\nâ\x9e¢ Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR\r\nâ\x9e¢ Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix\r\nâ\x9e¢ Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers\r\nâ\x9e¢ Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects\r\nâ\x9e¢ Expertise in understanding different requirements of the client for diverse industries\r\nâ\x9e¢ Experience in leading technical team of different sizes\r\nâ\x9e¢ Customization experience in various areas of SD, FI & MM modules\r\nâ\x9e¢ Experience in Upgrading to ECC6.0\r\nâ\x9e¢ Experience in Unicode conversion related issues/tasks.\r\nâ\x9e¢ Skilled in document processes, identifying issues, handling multiple tasks, and training end users.\r\nâ\x9e¢ Proven ability to interact with business system analysts and end-users in design phase\r\nâ\x9e¢ Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.\r\nâ\x9e¢ Experienced with onsite-offshore support model of work and lead the team\r\nâ\x9e¢ Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude\r\nâ\x9e¢ Experience in pre-sales activities\r\nâ\x9e¢ Thorough understanding of the project management and quality processes',
'Skills: â\x80¢ ETL â\x80¢ Data Warehousing â\x80¢ SQL/PL SQL â\x80¢ Basic Core Java â\x80¢ Basic Python Tools: â\x80¢ SAP BODS â\x80¢ SAP BO â\x80¢ Oracle 11g â\x80¢ Sybase Education Details \r\nAugust 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University\r\nJune 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School\r\nSAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited \r\n\r\nSAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS\r\nSkill Details \r\nDATA WAREHOUSING- Exprience - 6 months\r\nSAP BO ADMIN- Exprience - Less than 1 year months\r\nSAP BODS- Exprience - Less than 1 year months\r\nETL- Exprience - Less than 1 year months\r\nBASIC CORE JAVA- Exprience - Less than 1 year months\r\nSAP BO- Exprience - Less than 1 year months\r\nSAP BODS ADMIN- Exprience - Less than 1 year months\r\nBASIC PYTHON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - SAP BODS\r\ndescription - â\x80¢ \r\nClient: Royal Bank of Canada\r\n\r\nâ\x80¢ Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.\r\nâ\x80¢ Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment\r\ncompany - Tata Consultancy Services Limited\r\ndescription - â\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows\r\nâ\x80¢ Loading dataÂ\xa0received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â\xa0\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation\r\nâ\x80¢ Â\xa0Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Â\xa0Implemented and deployed features like Trusted authentication,VintelaÂ\xa0sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.\r\ncompany - Tata Consultancy Services Limited\r\ndescription - Client: Tata Capital Financial Services Limited\r\n\r\nâ\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2\r\nâ\x80¢ (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.\r\nâ\x80¢ Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager.\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History\r\nâ\x80¢ Preserving, Validation Transform, Key Generation and Map Operation.\r\nâ\x80¢ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.',
'Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details \r\n\r\nSAP BO Developer and SAP HANA Developer \r\n\r\nSAP BO Developer - Credit Suisse\r\nSkill Details \r\nSap Bi- Exprience - 72 months\r\nCMC- Exprience - 72 months\r\nHANA- Exprience - 36 months\r\nBUSINESS INTELLIGENCE- Exprience - 72 months\r\nSQL- Exprience - 72 months\r\nSAP BO- Exprience - 72 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Company Accenture, Pune\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.\r\nThe purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 2:\r\n\r\nProject Name Nestle\r\nClient Nestle Globe\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.\r\nThe universe supports analyzing customer order patterns and order lifecycle reporting.\r\nThe purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 3:\r\n\r\nProject Name Nestle\r\nClient Nestle TCT\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.\r\n\r\nBasic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.\r\n\r\nThis main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with users to understand the Business Requirements and implement feature in a generic way.\r\nâ\x80¢ Suggested best visualization components in dashboard to use.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Bug Fixes and feature enhancement in application.\r\n\r\nProject 4:\r\n\r\nProject Name Nestle\r\nClient Nestle BA\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, Design Studio 1.6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.\r\nAnd this dashboard is been used by all the users of Nestle within different region of globe.\r\nBasic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.\r\nThis main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Changes in BW query according to requirement\r\nâ\x80¢ Interacting with client team for requirement gathering and analysis.\r\nâ\x80¢ Implemented ideas in bex and design studio app to optimize performance with help of successful POC.\r\n\r\nProject 5:\r\n\r\nProject Name Warner Bros\r\nClient Marvin Pictures, US\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nTools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.\r\n\r\nSales reports in webi were based on universe. Teradata tables were source to universe.\r\n\r\nWorked as shared resource for CMC activities and webi/universe issues tickets.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Working as a team member to understand the Business Requirements.\r\nâ\x80¢ Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.\r\nâ\x80¢ Worked on issue related to connection, universe objects and webi reports enhancements.\r\nâ\x80¢ Raised OSS messages to SAP to seek solution related to BO tool and limitations.\r\nâ\x80¢ Worked on webi report, universe defects and enhancements.\r\nâ\x80¢ Meeting with users to understand issue, suggest best solution and ETA.\r\nâ\x80¢ Worked on query builder to find BO objects metadata for investigation.\r\nâ\x80¢ Created of BIAR format using promotion management.\r\n\r\nProject 6:\r\n\r\nProject Name Nordea\r\nClient Nordea Bank, Sweden\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.1, IDT, Webi, Teradata\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.\r\n\r\nWebi reports based on universe based on Teradata DB financial tables.\r\n\r\nThis project mainly tracks firm\'s Sales with respect to different criteria\'s like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved in activities to understand the Business Requirements.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Designing and developing interactive webi reports as per client\'s dynamic requirements.\r\nâ\x80¢ Developed webi reports having blocks, graphs and linked report with summary report.\r\nâ\x80¢ After development performing unit test activities and presentation to users.\r\nâ\x80¢ Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.\r\nâ\x80¢ Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.\r\nâ\x80¢ Prepared RDD for reports and performed unit testing.\r\nâ\x80¢ Provided KT to users and supports teams.\r\ncompany - Tech Mahindra\r\ndescription - \r\ncompany - Capgemini\r\ndescription - ',
"Education Details \r\nJuly 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY\r\nSAP HANA Developer \r\n\r\nSAP HANA Developer - Schlumberger\r\nSkill Details \r\nSAP HANA- Exprience - 60 months\r\nSAP BO- Exprience - 36 monthsCompany Details \r\ncompany - Schlumberger\r\ndescription - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.\r\nRole-SAP HANA Developer\r\nTeam Size: 12\r\nDuration: Feb 2017 to Till Date\r\nResponsibilities:\r\nWorking on Suit on HANA and Native HANA Systems.\r\nWorking on end to end implementation for Release 2.3 and 2.4.\r\nDeveloping HANA Information Models Calculation Views, Table Functions, Procedures.\r\nActively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.\r\nWorked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.\r\nWorked on to bring the Tables in SAP HANA Landing zone using SDA.\r\nWorking on to resolve the performance issues in HANA views by applying filter, joins etc.\r\nInteracting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.\r\nSuccessfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.\r\nSuccessfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.\r\nWorking on to create the Power BI Reports.\r\nWorking on to resolve production defects and Incidents by using HPALM and Remedy Tools.\r\nWorking on to resolve the issues in an existing HANA Views.\r\nWorking on to promote the Objects in different environment by using Charm/Solmon.\r\nWorking on to enhance the performance of the HANA views by using PLANVIZ.\r\nWorked on to create the BO Reports for Vendor Master.\r\n 2. Aero Space Design/Honeywell\r\ncompany - Fujitsu Consulting India\r\ndescription - Responsibilities: \r\nâ\x80¢ HANA Data Model Development and Modification of Existing Models.\r\nâ\x80¢ Providing estimation to create the data model based on business Request.\r\nâ\x80¢ Creating Views- Attribute, Analytical and Calculation Views base on business requirement â\x80¢ Creation of Design document and Technical design document.\r\nâ\x80¢ Brought the data into HANA Landing zone using SLT and SDA.\r\nâ\x80¢ Handled complex performance issues.\r\nâ\x80¢ Worked SAP Landscape transformation for data replication from source DB to HANA DB â\x80¢ Solved SIT tickets on HANA Information Model.\r\nâ\x80¢ Developing HANA Information Models Calculation Views, Table Functions, Procedures.\r\nâ\x80¢ Modifying existing models to include tables, columns etc. necessary to complete the requirement.\r\nâ\x80¢ Configuring business objects to fetch data from HANA.\r\nâ\x80¢ Editing, Modifying exiting reports to fetch data from HANA as per the requirement.\r\n 3. Mc Donald\r\nCompany- Fujitsu Consulting India\r\nClient- MC Donald\r\nRole-SAP BO Developer\r\nTeam Size: 3\r\nDuration: July2013to June2014\r\nResponsibilities: \r\nâ\x80¢ Providing estimation to create the Universe and Webi Reports based on business request.\r\nâ\x80¢ Worked on creating the Universes on top of SAP HANA and BW Resources.\r\nâ\x80¢ Worked on creating the Complex Reports in webi.\r\nâ\x80¢ Worked on providing the Row level and Folder level security.\r\nâ\x80¢ Worked on Scheduling the Reports.\r\n\r\nTools and Technology Knowledge\r\nSAP HANA SPS12\r\nSAP ECC 6.0\r\nSQL\r\nRemedy\r\nSharePoint\r\nSAP Logon\r\nWEBI\r\nPower BI",
"Education Details \r\nMay 2013 Master Computer Application Mumbai, Maharashtra IMCOST College\r\nApril 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College\r\nMarch 2005 SpringerNature Pune, Maharashtra S.V.V.M School\r\nABAP Developer \r\n\r\nABAP Developer - SAP EXPOSURE\r\nSkill Details \r\nCompany Details \r\ncompany - SAP EXPOSURE\r\ndescription - 1. Organization: SpringerNature.\r\nDuration: MAR 2017 -Till date â\x80¢ Project: Support for springer Nature\r\nProject Type: Support\r\nRole: ABAP Developer\r\n\r\nMajor Contribution: â\x9e¢ Writing new reports and modification for existing reports.\r\nâ\x9e¢ Worked on smartforms.\r\nâ\x9e¢ Standard debugging for issues â\x9e¢ For unit testing created contracts, orders, and invoices and tested individually.\r\ncompany - Atos Pvt. Ltd\r\ndescription - Duration: MAY 2014 -DEC 2015 â\x80¢ Project: lenM - It's a Ministry of Netherland Project â\x80¢ Project: DSP - DSM Sinochem Pharmaceuticals â\x80¢ Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.\r\nProject Type: Support\r\nRole: ABAP Developer\r\nMajor Contribution: â\x9e¢ Modified SAP Script as per the requirement specified.\r\nâ\x9e¢ Modified Invoice Smart Form.\r\nâ\x9e¢ Created custom tables, data elements, structures.",
'Education Details \r\nJanuary 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education\r\nSAP CONSULTANT \r\n\r\nSAP CONSULTANT - Quick Learner\r\nSkill Details \r\nCompany Details \r\ncompany - Quick Learner\r\ndescription - Groomed skills with Microsoft Excel.\r\nJob Responsibilities:\r\nWorking on Centralized SAP Security project which includes User â\x80¢ VBA programming for automation.\r\nLevel authorizations including Role creation and changes. and\r\nCompliance policy maintenance for SAP systems.\r\nâ\x80¢ Confidence and Positive Attitude.\r\nAssisting users in troubleshooting and identifying authorization\r\nissues using SU53 and trace analysis.\r\nWillingness to learn & work in team.\r\nWorking on GRC 10.X Access Control application and all its\r\ncomponent.\r\nâ\x80¢ Strong analytical thinking, documentation and design skills\r\nAssisting in defining the scope of a project/opportunities,\r\nestimating efforts and project timelines.\r\nHands on experience in SAP Market Place for creating User / â\x80¢ Adaptable to new environment, with ability to get along with\r\nOSS Ids/Developer Keys.\t\tpeople.',
'Education Details \r\n\r\nSAP Technical Architect \r\n\r\nSAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)\r\nSkill Details \r\nSAP ABAP- Exprience - 120 months\r\nSAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months\r\nSAP Netweaver Gateway / oData / Fiori- Exprience - 24 months\r\nSAP Techno Functional- Exprience - 36 months\r\nSAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months\r\nSAP Techno-functional- Exprience - 48 months\r\nSAP SD- Exprience - 36 months\r\nNetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months\r\nSAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details \r\ncompany - \r\ndescription - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert\r\nâ\x9e¢ Strong project experience in implementation, upgrade, application development and maintenance\r\nâ\x9e¢ SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner\r\nâ\x9e¢ SAP project Full-Lifecycle implementations across multiple global projects\r\nâ\x9e¢ Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia\r\nâ\x9e¢ Expertise on SAP ABAP FRICEW components\r\nâ\x9e¢ Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR\r\nâ\x9e¢ Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix\r\nâ\x9e¢ Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers\r\nâ\x9e¢ Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects\r\nâ\x9e¢ Expertise in understanding different requirements of the client for diverse industries\r\nâ\x9e¢ Experience in leading technical team of different sizes\r\nâ\x9e¢ Customization experience in various areas of SD, FI & MM modules\r\nâ\x9e¢ Experience in Upgrading to ECC6.0\r\nâ\x9e¢ Experience in Unicode conversion related issues/tasks.\r\nâ\x9e¢ Skilled in document processes, identifying issues, handling multiple tasks, and training end users.\r\nâ\x9e¢ Proven ability to interact with business system analysts and end-users in design phase\r\nâ\x9e¢ Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.\r\nâ\x9e¢ Experienced with onsite-offshore support model of work and lead the team\r\nâ\x9e¢ Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude\r\nâ\x9e¢ Experience in pre-sales activities\r\nâ\x9e¢ Thorough understanding of the project management and quality processes',
'Skills: â\x80¢ ETL â\x80¢ Data Warehousing â\x80¢ SQL/PL SQL â\x80¢ Basic Core Java â\x80¢ Basic Python Tools: â\x80¢ SAP BODS â\x80¢ SAP BO â\x80¢ Oracle 11g â\x80¢ Sybase Education Details \r\nAugust 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University\r\nJune 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School\r\nSAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited \r\n\r\nSAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS\r\nSkill Details \r\nDATA WAREHOUSING- Exprience - 6 months\r\nSAP BO ADMIN- Exprience - Less than 1 year months\r\nSAP BODS- Exprience - Less than 1 year months\r\nETL- Exprience - Less than 1 year months\r\nBASIC CORE JAVA- Exprience - Less than 1 year months\r\nSAP BO- Exprience - Less than 1 year months\r\nSAP BODS ADMIN- Exprience - Less than 1 year months\r\nBASIC PYTHON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - SAP BODS\r\ndescription - â\x80¢ \r\nClient: Royal Bank of Canada\r\n\r\nâ\x80¢ Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.\r\nâ\x80¢ Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment\r\ncompany - Tata Consultancy Services Limited\r\ndescription - â\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows\r\nâ\x80¢ Loading dataÂ\xa0received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â\xa0\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation\r\nâ\x80¢ Â\xa0Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Â\xa0Implemented and deployed features like Trusted authentication,VintelaÂ\xa0sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.\r\ncompany - Tata Consultancy Services Limited\r\ndescription - Client: Tata Capital Financial Services Limited\r\n\r\nâ\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2\r\nâ\x80¢ (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.\r\nâ\x80¢ Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager.\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History\r\nâ\x80¢ Preserving, Validation Transform, Key Generation and Map Operation.\r\nâ\x80¢ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.',
'Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details \r\n\r\nSAP BO Developer and SAP HANA Developer \r\n\r\nSAP BO Developer - Credit Suisse\r\nSkill Details \r\nSap Bi- Exprience - 72 months\r\nCMC- Exprience - 72 months\r\nHANA- Exprience - 36 months\r\nBUSINESS INTELLIGENCE- Exprience - 72 months\r\nSQL- Exprience - 72 months\r\nSAP BO- Exprience - 72 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Company Accenture, Pune\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.\r\nThe purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 2:\r\n\r\nProject Name Nestle\r\nClient Nestle Globe\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.\r\nThe universe supports analyzing customer order patterns and order lifecycle reporting.\r\nThe purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 3:\r\n\r\nProject Name Nestle\r\nClient Nestle TCT\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.\r\n\r\nBasic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.\r\n\r\nThis main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with users to understand the Business Requirements and implement feature in a generic way.\r\nâ\x80¢ Suggested best visualization components in dashboard to use.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Bug Fixes and feature enhancement in application.\r\n\r\nProject 4:\r\n\r\nProject Name Nestle\r\nClient Nestle BA\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, Design Studio 1.6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.\r\nAnd this dashboard is been used by all the users of Nestle within different region of globe.\r\nBasic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.\r\nThis main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Changes in BW query according to requirement\r\nâ\x80¢ Interacting with client team for requirement gathering and analysis.\r\nâ\x80¢ Implemented ideas in bex and design studio app to optimize performance with help of successful POC.\r\n\r\nProject 5:\r\n\r\nProject Name Warner Bros\r\nClient Marvin Pictures, US\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nTools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.\r\n\r\nSales reports in webi were based on universe. Teradata tables were source to universe.\r\n\r\nWorked as shared resource for CMC activities and webi/universe issues tickets.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Working as a team member to understand the Business Requirements.\r\nâ\x80¢ Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.\r\nâ\x80¢ Worked on issue related to connection, universe objects and webi reports enhancements.\r\nâ\x80¢ Raised OSS messages to SAP to seek solution related to BO tool and limitations.\r\nâ\x80¢ Worked on webi report, universe defects and enhancements.\r\nâ\x80¢ Meeting with users to understand issue, suggest best solution and ETA.\r\nâ\x80¢ Worked on query builder to find BO objects metadata for investigation.\r\nâ\x80¢ Created of BIAR format using promotion management.\r\n\r\nProject 6:\r\n\r\nProject Name Nordea\r\nClient Nordea Bank, Sweden\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.1, IDT, Webi, Teradata\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.\r\n\r\nWebi reports based on universe based on Teradata DB financial tables.\r\n\r\nThis project mainly tracks firm\'s Sales with respect to different criteria\'s like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved in activities to understand the Business Requirements.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Designing and developing interactive webi reports as per client\'s dynamic requirements.\r\nâ\x80¢ Developed webi reports having blocks, graphs and linked report with summary report.\r\nâ\x80¢ After development performing unit test activities and presentation to users.\r\nâ\x80¢ Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.\r\nâ\x80¢ Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.\r\nâ\x80¢ Prepared RDD for reports and performed unit testing.\r\nâ\x80¢ Provided KT to users and supports teams.\r\ncompany - Tech Mahindra\r\ndescription - \r\ncompany - Capgemini\r\ndescription - ',
"Education Details \r\nJuly 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY\r\nSAP HANA Developer \r\n\r\nSAP HANA Developer - Schlumberger\r\nSkill Details \r\nSAP HANA- Exprience - 60 months\r\nSAP BO- Exprience - 36 monthsCompany Details \r\ncompany - Schlumberger\r\ndescription - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.\r\nRole-SAP HANA Developer\r\nTeam Size: 12\r\nDuration: Feb 2017 to Till Date\r\nResponsibilities:\r\nWorking on Suit on HANA and Native HANA Systems.\r\nWorking on end to end implementation for Release 2.3 and 2.4.\r\nDeveloping HANA Information Models Calculation Views, Table Functions, Procedures.\r\nActively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.\r\nWorked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.\r\nWorked on to bring the Tables in SAP HANA Landing zone using SDA.\r\nWorking on to resolve the performance issues in HANA views by applying filter, joins etc.\r\nInteracting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.\r\nSuccessfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.\r\nSuccessfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.\r\nWorking on to create the Power BI Reports.\r\nWorking on to resolve production defects and Incidents by using HPALM and Remedy Tools.\r\nWorking on to resolve the issues in an existing HANA Views.\r\nWorking on to promote the Objects in different environment by using Charm/Solmon.\r\nWorking on to enhance the performance of the HANA views by using PLANVIZ.\r\nWorked on to create the BO Reports for Vendor Master.\r\n 2. Aero Space Design/Honeywell\r\ncompany - Fujitsu Consulting India\r\ndescription - Responsibilities: \r\nâ\x80¢ HANA Data Model Development and Modification of Existing Models.\r\nâ\x80¢ Providing estimation to create the data model based on business Request.\r\nâ\x80¢ Creating Views- Attribute, Analytical and Calculation Views base on business requirement â\x80¢ Creation of Design document and Technical design document.\r\nâ\x80¢ Brought the data into HANA Landing zone using SLT and SDA.\r\nâ\x80¢ Handled complex performance issues.\r\nâ\x80¢ Worked SAP Landscape transformation for data replication from source DB to HANA DB â\x80¢ Solved SIT tickets on HANA Information Model.\r\nâ\x80¢ Developing HANA Information Models Calculation Views, Table Functions, Procedures.\r\nâ\x80¢ Modifying existing models to include tables, columns etc. necessary to complete the requirement.\r\nâ\x80¢ Configuring business objects to fetch data from HANA.\r\nâ\x80¢ Editing, Modifying exiting reports to fetch data from HANA as per the requirement.\r\n 3. Mc Donald\r\nCompany- Fujitsu Consulting India\r\nClient- MC Donald\r\nRole-SAP BO Developer\r\nTeam Size: 3\r\nDuration: July2013to June2014\r\nResponsibilities: \r\nâ\x80¢ Providing estimation to create the Universe and Webi Reports based on business request.\r\nâ\x80¢ Worked on creating the Universes on top of SAP HANA and BW Resources.\r\nâ\x80¢ Worked on creating the Complex Reports in webi.\r\nâ\x80¢ Worked on providing the Row level and Folder level security.\r\nâ\x80¢ Worked on Scheduling the Reports.\r\n\r\nTools and Technology Knowledge\r\nSAP HANA SPS12\r\nSAP ECC 6.0\r\nSQL\r\nRemedy\r\nSharePoint\r\nSAP Logon\r\nWEBI\r\nPower BI",
"Education Details \r\nMay 2013 Master Computer Application Mumbai, Maharashtra IMCOST College\r\nApril 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College\r\nMarch 2005 SpringerNature Pune, Maharashtra S.V.V.M School\r\nABAP Developer \r\n\r\nABAP Developer - SAP EXPOSURE\r\nSkill Details \r\nCompany Details \r\ncompany - SAP EXPOSURE\r\ndescription - 1. Organization: SpringerNature.\r\nDuration: MAR 2017 -Till date â\x80¢ Project: Support for springer Nature\r\nProject Type: Support\r\nRole: ABAP Developer\r\n\r\nMajor Contribution: â\x9e¢ Writing new reports and modification for existing reports.\r\nâ\x9e¢ Worked on smartforms.\r\nâ\x9e¢ Standard debugging for issues â\x9e¢ For unit testing created contracts, orders, and invoices and tested individually.\r\ncompany - Atos Pvt. Ltd\r\ndescription - Duration: MAY 2014 -DEC 2015 â\x80¢ Project: lenM - It's a Ministry of Netherland Project â\x80¢ Project: DSP - DSM Sinochem Pharmaceuticals â\x80¢ Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.\r\nProject Type: Support\r\nRole: ABAP Developer\r\nMajor Contribution: â\x9e¢ Modified SAP Script as per the requirement specified.\r\nâ\x9e¢ Modified Invoice Smart Form.\r\nâ\x9e¢ Created custom tables, data elements, structures.",
'Education Details \r\nJanuary 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education\r\nSAP CONSULTANT \r\n\r\nSAP CONSULTANT - Quick Learner\r\nSkill Details \r\nCompany Details \r\ncompany - Quick Learner\r\ndescription - Groomed skills with Microsoft Excel.\r\nJob Responsibilities:\r\nWorking on Centralized SAP Security project which includes User â\x80¢ VBA programming for automation.\r\nLevel authorizations including Role creation and changes. and\r\nCompliance policy maintenance for SAP systems.\r\nâ\x80¢ Confidence and Positive Attitude.\r\nAssisting users in troubleshooting and identifying authorization\r\nissues using SU53 and trace analysis.\r\nWillingness to learn & work in team.\r\nWorking on GRC 10.X Access Control application and all its\r\ncomponent.\r\nâ\x80¢ Strong analytical thinking, documentation and design skills\r\nAssisting in defining the scope of a project/opportunities,\r\nestimating efforts and project timelines.\r\nHands on experience in SAP Market Place for creating User / â\x80¢ Adaptable to new environment, with ability to get along with\r\nOSS Ids/Developer Keys.\t\tpeople.',
'Education Details \r\n\r\nSAP Technical Architect \r\n\r\nSAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)\r\nSkill Details \r\nSAP ABAP- Exprience - 120 months\r\nSAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months\r\nSAP Netweaver Gateway / oData / Fiori- Exprience - 24 months\r\nSAP Techno Functional- Exprience - 36 months\r\nSAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months\r\nSAP Techno-functional- Exprience - 48 months\r\nSAP SD- Exprience - 36 months\r\nNetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months\r\nSAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details \r\ncompany - \r\ndescription - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert\r\nâ\x9e¢ Strong project experience in implementation, upgrade, application development and maintenance\r\nâ\x9e¢ SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner\r\nâ\x9e¢ SAP project Full-Lifecycle implementations across multiple global projects\r\nâ\x9e¢ Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia\r\nâ\x9e¢ Expertise on SAP ABAP FRICEW components\r\nâ\x9e¢ Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR\r\nâ\x9e¢ Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix\r\nâ\x9e¢ Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers\r\nâ\x9e¢ Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects\r\nâ\x9e¢ Expertise in understanding different requirements of the client for diverse industries\r\nâ\x9e¢ Experience in leading technical team of different sizes\r\nâ\x9e¢ Customization experience in various areas of SD, FI & MM modules\r\nâ\x9e¢ Experience in Upgrading to ECC6.0\r\nâ\x9e¢ Experience in Unicode conversion related issues/tasks.\r\nâ\x9e¢ Skilled in document processes, identifying issues, handling multiple tasks, and training end users.\r\nâ\x9e¢ Proven ability to interact with business system analysts and end-users in design phase\r\nâ\x9e¢ Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.\r\nâ\x9e¢ Experienced with onsite-offshore support model of work and lead the team\r\nâ\x9e¢ Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude\r\nâ\x9e¢ Experience in pre-sales activities\r\nâ\x9e¢ Thorough understanding of the project management and quality processes',
"* Excellent grasping power in learning new concepts and technology. * Highly motivated team player with strong work ethics, committed to hard work. * Ability to work and co-ordinate in a team effectively. * Enthusiastic self-starter and team player. * Quick and independent learner.Education Details \r\nJanuary 2014 Bachelor of Technology Information Technology branch BPUT University\r\nJanuary 2010 Diploma Engineering Brahmapur, Orissa U.C.P Engineering School\r\nSoftware Testing & Automation Engineer \r\n\r\nSoftware Testing & Automation Engineer - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - India\r\nDuration Oct 2017- Till Date\r\n\r\nProject Description\r\nBT Group plc (trading as BT and formerly British Telecom) is a British multinational telecommunications holding company with head offices in London, United Kingdom. I worked for Air Logistics Program under the banner of British Telecom. This project handles all the web applications to carry out the whole logistics operation over United Kingdom through various airlines.\r\n\r\nRoles & Responsibilities â\x80¢ Design and develop framework for the Test scenarios and Test cases.\r\nâ\x80¢ Developing automation test scripts on the existing application â\x80¢ Executing Test Cases for every new release..\r\nâ\x80¢ Involved in running test cases and logging defects through the HPQC tool.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - is an Indian multinational company with around 115, 000 Employees spread across 90 countries globally.\r\n\r\nTotal Experience: 2 Years 7 Months\r\n\r\nOrganization Designation Duration\r\ncompany - Tech Mahindra\r\ndescription - Project Description\r\nAT&T Inc. is an American multinational conglomerate holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. During my serving as software engineer at AT&T, I have worked for CSI-CAM (Common Service Interface) team which is responsible for running of AT&T's centralised solution hub web application called myatt.com.\r\n\r\nRoles & Responsibilities â\x80¢ Design, develop and maintaing Automation Test Scripts and Test cases using Selenium WebDriver and several desktop window automating tool such as Sikuli and AutoIT.\r\nâ\x80¢ Executing Test Cases and check the working functionality of the existing application.\r\nâ\x80¢ Involved in tracking/manging test life cycle and logging defects using JIRA and HPQC/ALM.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - Till Date",
'SOCIAL SKILLS: â\x80¢ Ability to establish trust and work with a team. â\x80¢ Determined with good work ethics. â\x80¢ Ability to work under difficult situations.Education Details \r\nJanuary 2011 to January 2016 Mumbai, Maharashtra MUMBAI UNIVERSITY\r\n Bachelor of Electronics Engineering Electronics Engineering Mumbai, Maharashtra Atharva College of Engineering at Malad\r\nAutomation and Electrical engineer \r\n\r\nAutomation and Electrical Engineer - SMEC AUTOMATION PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - -18, Supply, installation, testing and commissioning of water level sensor and valve actuators for water tanks at BARC hospital Anushaktinagar, Trombay and BARC facility at Kalyan.\r\nâ\x80¢ Implemented of academy projects like Automatically tank filling with relay and float sensor level control, bottle filling on conveyor belt motion, and waste material crashing then separated on conveyor belt motion with PLC controlling.\r\n\r\nRole of Automation and Instrumentation Engineer (Marine and Industrial Automation):\r\nâ\x80¢ Re-calibration of field Instruments like control valve actuators, sensors and transmitters for pneumatic and electrical.\r\nâ\x80¢ Research and developing on new automated system.\r\nâ\x80¢ Level, flow and temperature process control with PID of various brands (Nippon, Selec etc.)\r\nâ\x80¢ PLC panel wiring, DOL and Star delta control wiring of 3 phase induction motor.\r\nâ\x80¢ Panel testing IP knowledge.\r\nâ\x80¢ Control Panel quality check and assurance.\r\nâ\x80¢ Eletrical Single Line Daigram (SLD) and power wiring daigram.\r\n\r\nInternship experience:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Company Profile\r\nSMEC Automation provides specialized technical consulting services and custom engineered products to the marine, energy and offshore industries applying advanced methods and technologies. SMEC Automation is one of India\'s leading manufacturers of automation and monitoring equipment for ocean-going vessels especially in Marine Boiler and Main Engine Control, IGG (Inert Gas Generator) and Alarm System.\r\n\r\nProject:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Completed Internship of Instrumentation and Calibrations in SMEC Automation Pvt. Ltd. for 6 months duration from 8th June 2016 to 30th November 2016.\r\n\r\nTECHNICAL QUALIFICATION:\r\nâ\x80¢ Underwent Post Graduate Diploma in Industrial Calibration and Instrumentation and Post Graduate Diploma in Industrial Automation in duration of 3 months each with hands on practical exposure to Industrial Automation Tools like PLC, PAC, SCADA, HMI, INTERFACING, DRIVES, MCC PANEL and VFD.\r\nâ\x80¢ Successful in the examination as Post Graduation Diploma in Industrial Automation and Post Graduation Diploma in Industrial Instrumentation with TUV Rheinland Certified Qualification on 07-11-2016.\r\nTECHNICAL SKILLS:\r\nâ\x80¢ Calculation and selection of cable, switchgear and protection.\r\nâ\x80¢ Expertise in PLC Hardware like AB, Schneider, Siemens, Omron, Delta, ABB and GE-Fanuc. Knowledge on control relay logic and ladder logic.\r\nâ\x80¢ Having good knowledge in designing and interfacing PLC with SCADA such as Intouch, Vijeo-Citect, WinCC, iFix and Factory TalkView. Real time data acquisition from OPC (Kepware), HMI & interfacing.\r\nâ\x80¢ Handling VFD for motor control (Schneider-Electric ALTIVAR 28 Series)\r\nâ\x80¢ Calibration of Pressure gauge, Temperature gauge, Control Valve, Level or Flow measurements and control, Druck Injector, Smart DP transmitter using HART COMMUNICATOR. Piping and Instrumentation Diagram, Hand Tools, Tubes and Pipe fitting, Cable and Cable Glanding.\r\nâ\x80¢ Have basic knowledge of "HONEYWELL DCS C-300" and its programming.\r\nâ\x80¢ Completed 5 days Robotic workshop (KUKA KR 16) at Atharva College of Engineering.\r\nâ\x80¢ Training of 2 weeks at RK Electricals.\r\n\r\nCOMPUTER SKILLS:\r\nâ\x80¢ Electrical designing software: basic AutoCAD and EPLAN.\r\nâ\x80¢ PLC Software: Rockwell, Twido-suite, Step7-Microwin SP2, Unity Pro XL, CX-Programmer, WPL Software, Codesys and Versa Pro. Designing software: Wonderware, CitectScada7.4, Proficy HMI SCADA/iFIX and FactotyTalk View.\r\nâ\x80¢ Successfully completed Spoken Tutorial program on "C", "C++" and "JAVA" Programming individually conducted by IIT-BOMBAY.\r\nâ\x80¢ Completed 5 days basic course for "Basic Of Mac OS" at Atharva College of Engineering. Completed Phython Workshop conducted by CodeStrike of 1 day in \'15 at Atharva College of Engineering.\r\nâ\x80¢ Operating System: Windows, Mac.',
'TECHNICAL SKILLS Automation Testing â\x80¢ Selenium WebDriver, TestNG. Testing Framework â\x80¢ TestNG, Data Driven, Page Object model. Applications & Tools â\x80¢ Eclipse, Postman Building Tool Version Control Continuous Integration â\x80¢ Maven â\x80¢ SVN â\x80¢ Jenkins Database â\x80¢ SQL Languages â\x80¢ SQL, Java, C++ Scripting Languages â\x80¢ HTML, JavaScript Operating System â\x80¢ Windows Domain â\x80¢ Insurance, ERP, E-Commerce Education Details \r\nJanuary 2016 B.E. Computer Pune, Maharashtra Savitribai Phule University of Pune\r\nAutomation Testing \r\n\r\nJava Developer and AutomationTesting\r\nSkill Details \r\nC++- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nECLIPSE- Exprience - 6 months\r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 monthsCompany Details \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - Organization Role\r\nPhoenix Microsystems Pvt.Ltd. Jr. Java Developer\r\n\r\nPROJECTS\r\nProject #1\r\nProject SWB-EBS_Support\r\nRole Java Developer\r\nDescription\r\nInventory Operation System provides with a way to manage the inventories which are conducted on a day to day basis. It is used by account owners and district offices to manage their inventory cycles, plan their events, schedule their stores and people, enter employee time sheets and approve customer invoicing. In addition, it provides several tools which assist the users in completing a profitable inventory, while satisfying the needs of their customers.\r\n\r\nResponsibilities\r\n\r\nEnvironment\r\n\r\nâ\x80¢ Accounts/Customers/Stores\r\nâ\x80¢ Cycles\r\nâ\x80¢ Planning/Scheduling/Rescheduling/Splits\r\nâ\x80¢ Time Collection\r\nâ\x80¢ Invoicing\r\nâ\x80¢ Closing the week Use of bulk updates- bulk inserts. Updates to be performed based on primary\r\n\r\nâ\x80¢ Java 1.6, Ice faces 1.8.2, Ibatis 2.0, Jboss Seam, EJB 2.0, HTML\r\n\r\nProject #2\r\nProject INTELLIGEN_FOR MOBILEAPP_DEV_KAUAPC\r\nRole Java Developer\r\nDescription\r\nInventory Management for a retailer project is to develop Inventory Management System (IMS), accessible on Android, for retailers to track their outstanding inventory, cost of inventory, sales by day and thus empower retailer to better manage their business.\r\n\r\nResponsibilities\r\nâ\x80¢ Cost of Inventory\r\nâ\x80¢ Inventory Management System\r\nâ\x80¢ Time Management\r\nâ\x80¢ Machine Learning Platforms\r\n\r\nEnvironment â\x80¢ Java 1.6, Core Java 6.0, JSF 2.0, Rich Faces 4.1, Spring 3.2, Restful Web service using Jersey API\r\n\r\nProject #3\r\nProject Loan LeLo Automation\r\nRole Software Test Engineer\r\nDescription\r\nLoan Le Lo Offers for the selected loan from multiple banks. Customer can select particular loan offer and will have to fill the details in the form and will get registered. Email will be sent to his registered email id with login id and password.\r\n\r\nResponsibilities\r\nâ\x80¢ Development of Page Object Model Framework for Automation Testing.\r\nâ\x80¢ Development of Automation Test Script using Selenium WebDriver & TestNG in JAVA.\r\nâ\x80¢ Execution of Selenium Test cases and Reporting defects.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Involved in Functional & Regression Testing.\r\nâ\x80¢ Worked on Jenkins for Continuous Integration Requirements.\r\nâ\x80¢ Reviewed Test Reports and Prepared Summary Reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, TestNG, SQL\r\n\r\nProject #4\r\nProject DDSM Automation\r\nRole Software Test Engineer\r\nDescription\r\nThe objective of this project is to automate a system for ZZ server. ZZ server that is Data Divider team has a manual system to enter a customer details & its user details. DDSM system have multiple roles. Each role have set of permissions.\r\n\r\nResponsibilities\r\nâ\x80¢ Responsible for Integration Testing, Functional Testing, System Testing.\r\nâ\x80¢ Creating automation test cases for existing POM Framework using Selenium Web Driver.\r\nâ\x80¢ Enhanced Test cases using Java programming features and TestNG Annotations.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Followed Data driven approach: Reading the data from Excel file\r\nâ\x80¢ Worked on Jenkins for Continuous Integration (CI) Requirements.\r\nâ\x80¢ Involved in Regression Testing, API Testing.\r\nâ\x80¢ Preparation of weekly and monthly status reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, HTML, TestNG, SQL, Postman',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
'Education Details \r\n B.Tech Electronics And Instrumentation Engineering Jaunpur, Uttar Pradesh VBS Purvanchal University\r\nAutomation Tester \r\n\r\nAutomation Tester - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Mumbai\t\tMay 2018 to Present\r\n\r\nProject & Contribution\r\nTech Mahindra\r\n\r\nProject Title: Payment Gateway Jio Money\r\nRole: Automation Tester\r\nResponsibility: * Analyzing the manual test cases to create automation scripts.\r\n* Working on Redwood tool for Automation.\r\n* Maintained regression pack as per the project requirement.\r\n* Performed API testing.\r\n* Created Automation scripts for API testing.\r\n* Enhancing framework to support cross functionality testing * Execute test cases and evaluate test results for both manual and automated testing.\r\n* Maintaining the scripts as per the requirement.\r\n* Adding new automated tests to improve automated test coverage for both functional and regression.\r\n* Performed automation testing, analyzing test results, and report defect into the bug tracking system and drive issues to resolution.\r\n* Preparation of test data with different test conditions to ensure coverage of business rules.\r\n* Performed Sanity, Ad hoc and Regression testing.\r\n* Participated in defect triage meetings with developers to validate the severity of the bug and responsible for tracking of the bug life cycle.\r\n* Worked with development team to ensure testing issues are resolved.\r\n\r\nProject Description\r\nJIO MONEY- Jio Payment Gateway provides the Facility to Merchants and Users to enable to pay through the JIO MONEY. Features include: Purchase, Bill Payment, load Money, short cash purchase, Pay to Merchant and Pay to User etc.\r\n\r\nInscripts\r\nProject Title: CometChat\r\nRole: Automation Tester\r\nResponsibility:\r\nCreated automation framework with bug report using page object and data driven framework with automated email test scripts\r\nHandling QA tickets, Coordinate with the development team\r\n\r\nProject Description\r\nCometChat is the chat solution for your site/app which will help you grow your customer base exponentially, drastically increase the time spent by users. The CometChat has several useful features like one on one chat, group chat, audio/video call, screen sharing, Games, real time chat translation, Mobile apps and desktop messenger.\r\n\r\nProject Title: Web tracker\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios, Test Script and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\nAutomation Testing, Test Scripts using tools such as Selenium WebDriver 2.0\r\n\r\nProject Description\r\nAccomplishment Web Tracker aims to provide time sheet facility to its customers. Release contains the following features which are related to employee time tracking, task assignments, tracker submission, reminders, approvals & its notifications.\r\n\r\nHayaan InfoTech\r\n\r\nProject Title: Real Estate Agent Website\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project has WEB page graphical HTML representation of a neighborhood made up of different types of houses and apartments. There are several sales people around the country, who are all responsible for selling the houses and apartments through Web Site. This Web Site help user to Purchase or Request for any Estate Property.\r\n\r\nProject Title: E-commerce Website\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nSmoke Testing\r\nBlack Box Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project includes Order Processing, Invoice Generated and Printing, Packaging Slip, Order Payment, Return material Authorization, Label Sheet Printing. The Order Processing of that application is very big. There are 3 main entities which are involved in the Order Processing Customer, Sales Person, and Admin.\r\n\r\nProject Title: Enquiry to Invoice System\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis application is browser-based application to reduce investment in hardware and software. The proposed system contains following module, which offers database management and reporting of various activity of company. This application comprise of following module Inquiry and Estimation, Quotation & Negotiation, Purchase Order System, Delivery System, MIS Reports.\r\ncompany - Inscripts (India) Pvt. Ltd\r\ndescription - \r\ncompany - Haayan InfoTech Pvt. Ltd\r\ndescription - ',
'TECHNICAL SKILLS Languages: Core Java Automation Testing Tool: Selenium with web driver and IDE. DBMS: MS SQL Server 2000/2005, Oracle 10g. Operating System: Windows-XP/7/10 Education Details \r\n BSCIT Mumbai University\r\nAutomation Tester \r\n\r\nAutomation and Manual Tester\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nMS SQL SERVER 2000- Exprience - 6 monthsCompany Details \r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Worked on Manual as well as automation testing.\r\nStarted carrier as manual tester then after that moved to automation testing. Now working as automation tester. Worked on Selenium Webdriver.\r\ncompany - Na\r\ndescription - Currently working with Capgemini, Airoli as Consultant from 06th May 2013 to till the\r\ndate.',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"* Excellent grasping power in learning new concepts and technology. * Highly motivated team player with strong work ethics, committed to hard work. * Ability to work and co-ordinate in a team effectively. * Enthusiastic self-starter and team player. * Quick and independent learner.Education Details \r\nJanuary 2014 Bachelor of Technology Information Technology branch BPUT University\r\nJanuary 2010 Diploma Engineering Brahmapur, Orissa U.C.P Engineering School\r\nSoftware Testing & Automation Engineer \r\n\r\nSoftware Testing & Automation Engineer - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - India\r\nDuration Oct 2017- Till Date\r\n\r\nProject Description\r\nBT Group plc (trading as BT and formerly British Telecom) is a British multinational telecommunications holding company with head offices in London, United Kingdom. I worked for Air Logistics Program under the banner of British Telecom. This project handles all the web applications to carry out the whole logistics operation over United Kingdom through various airlines.\r\n\r\nRoles & Responsibilities â\x80¢ Design and develop framework for the Test scenarios and Test cases.\r\nâ\x80¢ Developing automation test scripts on the existing application â\x80¢ Executing Test Cases for every new release..\r\nâ\x80¢ Involved in running test cases and logging defects through the HPQC tool.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - is an Indian multinational company with around 115, 000 Employees spread across 90 countries globally.\r\n\r\nTotal Experience: 2 Years 7 Months\r\n\r\nOrganization Designation Duration\r\ncompany - Tech Mahindra\r\ndescription - Project Description\r\nAT&T Inc. is an American multinational conglomerate holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. During my serving as software engineer at AT&T, I have worked for CSI-CAM (Common Service Interface) team which is responsible for running of AT&T's centralised solution hub web application called myatt.com.\r\n\r\nRoles & Responsibilities â\x80¢ Design, develop and maintaing Automation Test Scripts and Test cases using Selenium WebDriver and several desktop window automating tool such as Sikuli and AutoIT.\r\nâ\x80¢ Executing Test Cases and check the working functionality of the existing application.\r\nâ\x80¢ Involved in tracking/manging test life cycle and logging defects using JIRA and HPQC/ALM.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - Till Date",
'SOCIAL SKILLS: â\x80¢ Ability to establish trust and work with a team. â\x80¢ Determined with good work ethics. â\x80¢ Ability to work under difficult situations.Education Details \r\nJanuary 2011 to January 2016 Mumbai, Maharashtra MUMBAI UNIVERSITY\r\n Bachelor of Electronics Engineering Electronics Engineering Mumbai, Maharashtra Atharva College of Engineering at Malad\r\nAutomation and Electrical engineer \r\n\r\nAutomation and Electrical Engineer - SMEC AUTOMATION PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - -18, Supply, installation, testing and commissioning of water level sensor and valve actuators for water tanks at BARC hospital Anushaktinagar, Trombay and BARC facility at Kalyan.\r\nâ\x80¢ Implemented of academy projects like Automatically tank filling with relay and float sensor level control, bottle filling on conveyor belt motion, and waste material crashing then separated on conveyor belt motion with PLC controlling.\r\n\r\nRole of Automation and Instrumentation Engineer (Marine and Industrial Automation):\r\nâ\x80¢ Re-calibration of field Instruments like control valve actuators, sensors and transmitters for pneumatic and electrical.\r\nâ\x80¢ Research and developing on new automated system.\r\nâ\x80¢ Level, flow and temperature process control with PID of various brands (Nippon, Selec etc.)\r\nâ\x80¢ PLC panel wiring, DOL and Star delta control wiring of 3 phase induction motor.\r\nâ\x80¢ Panel testing IP knowledge.\r\nâ\x80¢ Control Panel quality check and assurance.\r\nâ\x80¢ Eletrical Single Line Daigram (SLD) and power wiring daigram.\r\n\r\nInternship experience:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Company Profile\r\nSMEC Automation provides specialized technical consulting services and custom engineered products to the marine, energy and offshore industries applying advanced methods and technologies. SMEC Automation is one of India\'s leading manufacturers of automation and monitoring equipment for ocean-going vessels especially in Marine Boiler and Main Engine Control, IGG (Inert Gas Generator) and Alarm System.\r\n\r\nProject:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Completed Internship of Instrumentation and Calibrations in SMEC Automation Pvt. Ltd. for 6 months duration from 8th June 2016 to 30th November 2016.\r\n\r\nTECHNICAL QUALIFICATION:\r\nâ\x80¢ Underwent Post Graduate Diploma in Industrial Calibration and Instrumentation and Post Graduate Diploma in Industrial Automation in duration of 3 months each with hands on practical exposure to Industrial Automation Tools like PLC, PAC, SCADA, HMI, INTERFACING, DRIVES, MCC PANEL and VFD.\r\nâ\x80¢ Successful in the examination as Post Graduation Diploma in Industrial Automation and Post Graduation Diploma in Industrial Instrumentation with TUV Rheinland Certified Qualification on 07-11-2016.\r\nTECHNICAL SKILLS:\r\nâ\x80¢ Calculation and selection of cable, switchgear and protection.\r\nâ\x80¢ Expertise in PLC Hardware like AB, Schneider, Siemens, Omron, Delta, ABB and GE-Fanuc. Knowledge on control relay logic and ladder logic.\r\nâ\x80¢ Having good knowledge in designing and interfacing PLC with SCADA such as Intouch, Vijeo-Citect, WinCC, iFix and Factory TalkView. Real time data acquisition from OPC (Kepware), HMI & interfacing.\r\nâ\x80¢ Handling VFD for motor control (Schneider-Electric ALTIVAR 28 Series)\r\nâ\x80¢ Calibration of Pressure gauge, Temperature gauge, Control Valve, Level or Flow measurements and control, Druck Injector, Smart DP transmitter using HART COMMUNICATOR. Piping and Instrumentation Diagram, Hand Tools, Tubes and Pipe fitting, Cable and Cable Glanding.\r\nâ\x80¢ Have basic knowledge of "HONEYWELL DCS C-300" and its programming.\r\nâ\x80¢ Completed 5 days Robotic workshop (KUKA KR 16) at Atharva College of Engineering.\r\nâ\x80¢ Training of 2 weeks at RK Electricals.\r\n\r\nCOMPUTER SKILLS:\r\nâ\x80¢ Electrical designing software: basic AutoCAD and EPLAN.\r\nâ\x80¢ PLC Software: Rockwell, Twido-suite, Step7-Microwin SP2, Unity Pro XL, CX-Programmer, WPL Software, Codesys and Versa Pro. Designing software: Wonderware, CitectScada7.4, Proficy HMI SCADA/iFIX and FactotyTalk View.\r\nâ\x80¢ Successfully completed Spoken Tutorial program on "C", "C++" and "JAVA" Programming individually conducted by IIT-BOMBAY.\r\nâ\x80¢ Completed 5 days basic course for "Basic Of Mac OS" at Atharva College of Engineering. Completed Phython Workshop conducted by CodeStrike of 1 day in \'15 at Atharva College of Engineering.\r\nâ\x80¢ Operating System: Windows, Mac.',
'TECHNICAL SKILLS Automation Testing â\x80¢ Selenium WebDriver, TestNG. Testing Framework â\x80¢ TestNG, Data Driven, Page Object model. Applications & Tools â\x80¢ Eclipse, Postman Building Tool Version Control Continuous Integration â\x80¢ Maven â\x80¢ SVN â\x80¢ Jenkins Database â\x80¢ SQL Languages â\x80¢ SQL, Java, C++ Scripting Languages â\x80¢ HTML, JavaScript Operating System â\x80¢ Windows Domain â\x80¢ Insurance, ERP, E-Commerce Education Details \r\nJanuary 2016 B.E. Computer Pune, Maharashtra Savitribai Phule University of Pune\r\nAutomation Testing \r\n\r\nJava Developer and AutomationTesting\r\nSkill Details \r\nC++- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nECLIPSE- Exprience - 6 months\r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 monthsCompany Details \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - Organization Role\r\nPhoenix Microsystems Pvt.Ltd. Jr. Java Developer\r\n\r\nPROJECTS\r\nProject #1\r\nProject SWB-EBS_Support\r\nRole Java Developer\r\nDescription\r\nInventory Operation System provides with a way to manage the inventories which are conducted on a day to day basis. It is used by account owners and district offices to manage their inventory cycles, plan their events, schedule their stores and people, enter employee time sheets and approve customer invoicing. In addition, it provides several tools which assist the users in completing a profitable inventory, while satisfying the needs of their customers.\r\n\r\nResponsibilities\r\n\r\nEnvironment\r\n\r\nâ\x80¢ Accounts/Customers/Stores\r\nâ\x80¢ Cycles\r\nâ\x80¢ Planning/Scheduling/Rescheduling/Splits\r\nâ\x80¢ Time Collection\r\nâ\x80¢ Invoicing\r\nâ\x80¢ Closing the week Use of bulk updates- bulk inserts. Updates to be performed based on primary\r\n\r\nâ\x80¢ Java 1.6, Ice faces 1.8.2, Ibatis 2.0, Jboss Seam, EJB 2.0, HTML\r\n\r\nProject #2\r\nProject INTELLIGEN_FOR MOBILEAPP_DEV_KAUAPC\r\nRole Java Developer\r\nDescription\r\nInventory Management for a retailer project is to develop Inventory Management System (IMS), accessible on Android, for retailers to track their outstanding inventory, cost of inventory, sales by day and thus empower retailer to better manage their business.\r\n\r\nResponsibilities\r\nâ\x80¢ Cost of Inventory\r\nâ\x80¢ Inventory Management System\r\nâ\x80¢ Time Management\r\nâ\x80¢ Machine Learning Platforms\r\n\r\nEnvironment â\x80¢ Java 1.6, Core Java 6.0, JSF 2.0, Rich Faces 4.1, Spring 3.2, Restful Web service using Jersey API\r\n\r\nProject #3\r\nProject Loan LeLo Automation\r\nRole Software Test Engineer\r\nDescription\r\nLoan Le Lo Offers for the selected loan from multiple banks. Customer can select particular loan offer and will have to fill the details in the form and will get registered. Email will be sent to his registered email id with login id and password.\r\n\r\nResponsibilities\r\nâ\x80¢ Development of Page Object Model Framework for Automation Testing.\r\nâ\x80¢ Development of Automation Test Script using Selenium WebDriver & TestNG in JAVA.\r\nâ\x80¢ Execution of Selenium Test cases and Reporting defects.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Involved in Functional & Regression Testing.\r\nâ\x80¢ Worked on Jenkins for Continuous Integration Requirements.\r\nâ\x80¢ Reviewed Test Reports and Prepared Summary Reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, TestNG, SQL\r\n\r\nProject #4\r\nProject DDSM Automation\r\nRole Software Test Engineer\r\nDescription\r\nThe objective of this project is to automate a system for ZZ server. ZZ server that is Data Divider team has a manual system to enter a customer details & its user details. DDSM system have multiple roles. Each role have set of permissions.\r\n\r\nResponsibilities\r\nâ\x80¢ Responsible for Integration Testing, Functional Testing, System Testing.\r\nâ\x80¢ Creating automation test cases for existing POM Framework using Selenium Web Driver.\r\nâ\x80¢ Enhanced Test cases using Java programming features and TestNG Annotations.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Followed Data driven approach: Reading the data from Excel file\r\nâ\x80¢ Worked on Jenkins for Continuous Integration (CI) Requirements.\r\nâ\x80¢ Involved in Regression Testing, API Testing.\r\nâ\x80¢ Preparation of weekly and monthly status reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, HTML, TestNG, SQL, Postman',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
'Education Details \r\n B.Tech Electronics And Instrumentation Engineering Jaunpur, Uttar Pradesh VBS Purvanchal University\r\nAutomation Tester \r\n\r\nAutomation Tester - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Mumbai\t\tMay 2018 to Present\r\n\r\nProject & Contribution\r\nTech Mahindra\r\n\r\nProject Title: Payment Gateway Jio Money\r\nRole: Automation Tester\r\nResponsibility: * Analyzing the manual test cases to create automation scripts.\r\n* Working on Redwood tool for Automation.\r\n* Maintained regression pack as per the project requirement.\r\n* Performed API testing.\r\n* Created Automation scripts for API testing.\r\n* Enhancing framework to support cross functionality testing * Execute test cases and evaluate test results for both manual and automated testing.\r\n* Maintaining the scripts as per the requirement.\r\n* Adding new automated tests to improve automated test coverage for both functional and regression.\r\n* Performed automation testing, analyzing test results, and report defect into the bug tracking system and drive issues to resolution.\r\n* Preparation of test data with different test conditions to ensure coverage of business rules.\r\n* Performed Sanity, Ad hoc and Regression testing.\r\n* Participated in defect triage meetings with developers to validate the severity of the bug and responsible for tracking of the bug life cycle.\r\n* Worked with development team to ensure testing issues are resolved.\r\n\r\nProject Description\r\nJIO MONEY- Jio Payment Gateway provides the Facility to Merchants and Users to enable to pay through the JIO MONEY. Features include: Purchase, Bill Payment, load Money, short cash purchase, Pay to Merchant and Pay to User etc.\r\n\r\nInscripts\r\nProject Title: CometChat\r\nRole: Automation Tester\r\nResponsibility:\r\nCreated automation framework with bug report using page object and data driven framework with automated email test scripts\r\nHandling QA tickets, Coordinate with the development team\r\n\r\nProject Description\r\nCometChat is the chat solution for your site/app which will help you grow your customer base exponentially, drastically increase the time spent by users. The CometChat has several useful features like one on one chat, group chat, audio/video call, screen sharing, Games, real time chat translation, Mobile apps and desktop messenger.\r\n\r\nProject Title: Web tracker\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios, Test Script and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\nAutomation Testing, Test Scripts using tools such as Selenium WebDriver 2.0\r\n\r\nProject Description\r\nAccomplishment Web Tracker aims to provide time sheet facility to its customers. Release contains the following features which are related to employee time tracking, task assignments, tracker submission, reminders, approvals & its notifications.\r\n\r\nHayaan InfoTech\r\n\r\nProject Title: Real Estate Agent Website\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project has WEB page graphical HTML representation of a neighborhood made up of different types of houses and apartments. There are several sales people around the country, who are all responsible for selling the houses and apartments through Web Site. This Web Site help user to Purchase or Request for any Estate Property.\r\n\r\nProject Title: E-commerce Website\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nSmoke Testing\r\nBlack Box Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project includes Order Processing, Invoice Generated and Printing, Packaging Slip, Order Payment, Return material Authorization, Label Sheet Printing. The Order Processing of that application is very big. There are 3 main entities which are involved in the Order Processing Customer, Sales Person, and Admin.\r\n\r\nProject Title: Enquiry to Invoice System\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis application is browser-based application to reduce investment in hardware and software. The proposed system contains following module, which offers database management and reporting of various activity of company. This application comprise of following module Inquiry and Estimation, Quotation & Negotiation, Purchase Order System, Delivery System, MIS Reports.\r\ncompany - Inscripts (India) Pvt. Ltd\r\ndescription - \r\ncompany - Haayan InfoTech Pvt. Ltd\r\ndescription - ',
'TECHNICAL SKILLS Languages: Core Java Automation Testing Tool: Selenium with web driver and IDE. DBMS: MS SQL Server 2000/2005, Oracle 10g. Operating System: Windows-XP/7/10 Education Details \r\n BSCIT Mumbai University\r\nAutomation Tester \r\n\r\nAutomation and Manual Tester\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nMS SQL SERVER 2000- Exprience - 6 monthsCompany Details \r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Worked on Manual as well as automation testing.\r\nStarted carrier as manual tester then after that moved to automation testing. Now working as automation tester. Worked on Selenium Webdriver.\r\ncompany - Na\r\ndescription - Currently working with Capgemini, Airoli as Consultant from 06th May 2013 to till the\r\ndate.',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Technical Skills Key Skills MS Technology .Net, SharePoint, MS SQL and Oracle PL/SQL Project Management & Execution Cloud Computing using Windows Azure and Amazon AWS/ EC2 Cloud XML/XAML/XSLT, HTML5, DHTML, CSS3, JavaScript/JQuery/JSON, AngularJS, Web API, OData Service, VBScript, Node JS, Handling Dynamic QA Activities, Project Delivery Frameworks UI Design and Mobile Development, JAVA, JSP, SWING, J2EE Service Oriented Architecture (SOA), Web Service/WCF Service/Web API, Requirement Gathering Design Pattern like MVC, MVP, Abstract Factory OOAD with UML Implementation .NET SAP Connector to interact with SAP through ASP.NET Client Management SAP Web Channel and SAP Enterprise Portal Environment Android, iOS, Team Foundation Server 2010/12(TFS), GitHub, IBM Rational Key Account Management DevOps, Team Forge and SharePoint Portal Administration /Development, CollabNet, JIRA. IOT Implementation, Web/Data analytics, Working with the road map of Machine learning and AI. Expertise BI tools like Crystal report, Escalation Management SSRS, Tableau, Micro Strategy, QlikView. IT Network/Infrastructure Monitoring tool Centreon, Cisco Meraki, BizTalk BAM. Team Building & Leadership Liaison & Coordination Soft Skills Reporting & Documentation Leader Technical architect Time Management Thinker Collaborator Planner Information Security management Communicator Quality assurance Career Timeline (Recent 5 Companies) Reliance ADA Annet Technologies Aditya Birla Group as Software as Project Group as Project consultant Lead/Technical Manager Architect 2006-2007 2008-2009 2009-2012 2012-2013 2013-till date Northbound eClerx Software LLC as Service as Programmer Technical Project Analyst ManagerEducation Details \r\nJanuary 1998 Bachelor of Art Economics Dibrugarh, Assam, IN Dibrugarh University\r\n MBA Information Technology Sikkim Manipal University\r\n Software Engineering and Computer Science Pune, Maharashtra NIIT\r\nProject Manager \r\n\r\nProject Manager - Aditya Birla Group\r\nSkill Details \r\nMICROSOFT SHAREPOINT- Exprience - 147 months\r\nSHAREPOINT- Exprience - 147 months\r\nSQL- Exprience - 92 months\r\nASP- Exprience - 79 months\r\nASP.NET- Exprience - 76 monthsCompany Details \r\ncompany - Aditya Birla Group\r\ndescription - Reporting to Vice President)\r\ncompany - OPEX., Monitoring multiple DB server, Web server and Cloud base\r\ndescription - Period: Apr 2013 to till Date\r\nWorking with: â\x80¢ Project management processes in ongoing projects. Coordinating with different projects Team (Internal\r\nDevelopment team and Vendor side team) and other QA activities.\r\nâ\x80¢ Information security audit. Budgeting CAPEX/OPEX., Monitoring multiple DB server, Web server and Cloud base servers Resource utilization in Networking infrastructure using different Hardware/Networking surveillance tools.\r\nâ\x80¢ Tracking different team projects activities and involved with generating Final monthly report with different KPI for organization higher authority.\r\nâ\x80¢ Managing all the SharePoint Portal Admin activities and all the Project Functional, Technical and Business documents.\r\nâ\x80¢ Involved in Technology Road map group to upgrade new technology like IOT, Virtual reality, Wearable technology, Machine learning/AI, 3D Printing.\r\n\r\nAt eClerx Software Service Mumbai\r\ncompany - eClerx Software Service\r\ndescription - \r\ncompany - Dell Site Search/Natural Search DB\r\ndescription - Environment: ASP.NET 4.0, C#, WCF, SSRS, SQL Server 2008 R2\r\nAt Annet Technologies Mumbai\r\ncompany - NextGen Enterprise\r\ndescription - ARIA) and 2) Re-manage Portal Integration in Apple iPhone/iPad and Different Android Devices\r\nDomain- Real State, Period: Mar 2011 - Oct 2012\r\nEnvironment: ASP.NET 4.0, C#, WCF, WWF, JQuery, JSON, JavaScript, HTML 5, CSS3, Windows Azure Cloud, SharePoint\r\ncompany - Annet Technologies\r\ndescription - Key Result Areas:\r\nAdministering project progress as per scheduled deadlines for various tasks and taking necessary steps for ensuring completion within time and effort parameters\r\nWorking towards mapping requirements & providing best solutions for evaluating & defining scope of project and finalizing project requirements\r\nInterfacing with clients for business gathering, conducting system analysis & finalizing technical specifications\r\nVerifying the project documentation (Technical/Functional); using SharePoint Documents Library Environment and performing all the SharePoint administrative activities\r\n\r\nSignificant Accomplishments:\r\nRolled out project performance metrics reporting, implemented profitability improvement plans and enhanced operational efficiency\r\nReceived the following awards: o Excellent Design and On-time Delivery Award o Design and Delivery Excellence Award\r\n\r\nPrevious Experience\r\ncompany - Genentech, Biogen, Astellas Pharma, Polaris\r\ndescription - Client: Genentech, Biogen, Astellas Pharma, Polaris, New York, USA\r\nEnvironment: ASP.NET 3.5, C#, N-Hibernet, WCF, WWF, JavaScript, JQuery, BizTalk Server 2009, SQL Server 2008 R2\r\n\r\nAt Northbound LLC Sunnyvale California\r\ncompany - iOS\r\ndescription - SQL Server 2008R2, Android, iOS\r\ncompany - Logistic Transport System, Ohio\r\ndescription - USA\r\nEnvironment: ASP.NET, C# 3.5, JavaScript, NUnit Test, Telerik Controls, SQL Server 2005, T-SQL, MOSS 2007, SSIS,\r\nSSRS, BizTalk2006, Crystal Report, N-Hibernet, Dreamweaver\r\ncompany - Northbound LLC\r\ndescription - \r\ncompany - Biz Automation CRM\r\ndescription - California, USA\r\nEnvironment: ASP.NET 3.5, C#, SQL Server 2005, Android/iOS Development Platform, XML, XSLT, JavaScript, JQuery,\r\nJSON, SharePoint Design, WCF, WWF, SharePoint 2007, Performance Point, SSRS\r\ncompany - Wachovia, North Carolina USA\r\ndescription - Environment: ASP.NET, C#, WCF, SQL Server 2005, Web Parts, JavaScript, AJAX\r\n\r\nAt Reliance ADA Group Mumbai\r\nTitle: 1) Complain Management System and 2) Company Information System\r\ncompany - Domain- Manufacturing and Human Resource\r\ndescription - Environment: ASP.NET, C#, Oracle 8i, PL/SQL, Crystal Report, SAP Connector, VPN\r\ncompany - Reliance ADA Group\r\ndescription - \r\ncompany - PF Trust System\r\ndescription - Environment: VB.NET, XML, Oracle 9i, PL/SQL, Toad, Crystal Report 11\r\n\r\nSure Solution - Prasanna Group of Company IT Pune\r\ncompany - Prasanna Group\r\ndescription - \r\ncompany - Online Bus Booking Portal\r\ndescription - Environment: ASP.NET, C#, SQL Server 2005, Web Services, Web Parts, MS Office SharePoint Design, AJAX and Java cript\r\nAt Info Dynamic Software System Pvt. Ltd. Pune\r\n\r\nTitle: Info-Banking / E Banking\r\nDomain- Banking Period: Jan 2005 - Aug 2005\r\nEnvironment: VB6, Oracle 8i, PL/SQL, Crystal Report, Java JSP/Servlet/Swing.\r\n\r\nAt PAN Software System Pvt. Ltd. Pune\r\nTitle: E-commerce Site for Online Sales and Purchase\r\ncompany - Info Dynamic Software System Pvt. Ltd\r\ndescription - \r\ncompany - ZD Doll Inc\r\ndescription - Newcastle, UK\r\ncompany - PAN Software System Pvt. Ltd\r\ndescription - \r\ncompany - Online Procurement of Materials\r\ndescription - \r\ncompany - Shipping Company\r\ndescription - Tokyo Based, Japan\r\nEnvironment: Java, JSP/Servlet, CSS, JavaScript, SQL Server 2000, T-SQL\r\nTitle: Studio Automation System\r\nDomain- Multimedia Period: Jan 2004 - May 2004\r\nEnvironment: VB 6, VC++, MS SQL Server, MS Data Report, Macromedia Flash, Fire works\r\n\r\nAt Solid State Technologists (I) Pvt. Ltd. Pune\r\ncompany - National Dairy Development Board\r\ndescription - Environment: C++, VB6, SQL2000, Lotus Notes, Crystal Report 8, MS Active Report 2.0\r\ncompany - Solid State Technologists (I) Pvt. Ltd\r\ndescription - \r\ncompany - Shell/Bharat Petroleum\r\ndescription - Title: Computerized Fuel Density Measurement Automation System\r\nDomain - Manufacturing and Automation Period: Dec 2002 - Mar 2003\r\nClient: Shell/Bharat Petroleum\r\nEnvironment: C++, VC ++, MATLAB, VB6, SQL Server 2000, Crystal Report\r\n\r\nTitle: CMCS\r\nDomain - Finance and Accounting Period: June 2002 - Nov 2002\r\nEnvironment: VB6, SQL Server 2000, Crystal Report\r\n\r\nTitle: Food Testing System\r\ncompany - Solid State Technologists (I) Pvt. Ltd\r\ndescription - Environment: VB .net, SQL Server 2000, Crystal Report\r\n\r\nTitle: Customer Care System\r\ncompany - Himalaya Industries\r\ndescription - Environment: ASP .Net, C#, SQL Server 2000, Crystal Report\r\ncompany - MAPCO India Ltd and BERCO\r\ndescription - Environment: VB6, Oracle, Active/ Data Report',
"Core skills â\x80¢ Project / Program Management â\x80¢ Agile / Scrum Management â\x80¢ Risk /Client Management â\x80¢ Process Improvements â\x80¢ Proposals/RFE â\x80¢ Selenium â\x80¢ RALLY / IBM TD Platform â\x80¢ Python â\x80¢ DevOps / DevSecOps â\x80¢ SAFe - Agile Craft â\x80¢ Delivery / Test Management â\x80¢ Project / Program Finance â\x80¢ Profit Maximization â\x80¢ Internal / External Audits â\x80¢ Software Testing / Quality Assurance â\x80¢ Visual Basic 6.0 â\x80¢ MS-SQL Server / Oracle 8/8i â\x80¢ Conformiq â\x80¢ HP QC / QTP â\x80¢ Crystal Report 8.5 Linguistic Skills English Hindi Marathi Tulu Education Details \r\nJanuary 2013 Harvard\r\nJanuary 2004 Software Engineering Aptech\r\nJanuary 2001 Bachelor of Commerce Commerce Mumbai, Maharashtra Mumbai University\r\nProject Manager \r\n\r\nProject Manager - AT&T\r\nSkill Details \r\nTESTING- Exprience - 63 months\r\nORACLE- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nAUDITS- Exprience - 6 months\r\nCLIENT MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - AT&T\r\ndescription - Thunderbird program is a One-Stop-Test-Shop catering to AT&T's Enterprise-wide business critical applications. As part of this Fixed Price engagement various types of testing like System, Regression, Sanity and UAT support gets executed through Agile Methodologies on applications under Billing and Sales domain. The project has various critical applications as listed below with a team size of 80+ members.\r\nSales Express: An iPad & Browser based Mobile Sales application used by Sales Representatives & Service/Solution providers to sell Enterprise Products/Solutions\r\nESIGN: Allows customer to sign and AT&T to countersign digital version of contract document\r\nAMPD: Enterprise billing application through which AT&T offers new and emerging billing products to the Business community\r\nBEST: Business Solution application which performs consolidated billing and reporting for CRU Billing and Reporting Foundation Accounts\r\nBIZCOMP: Comp Engine for business that supports the commission calculations for Enterprise Business and Small-Business sales force via Revenue and Unit based plans\r\nFAST: Provides rate discounts to eligible Schools and Libraries\r\nCXMT: Lets customers manage their Centrex line and feature arrangements of their services without going through the standard service-order procedure.\r\n\r\nKey responsibilities\r\nâ\x80¢ Manage and lead all aspects of Transition / Pre-Transition comprising multiple vendors\r\nâ\x80¢ Transition Drill down sessions, Forward/Reverse Shadow phases and Reverse Presentation\r\nâ\x80¢ Transition Documentation & signoff of SMP & System Appreciation Document etc\r\nâ\x80¢ Measure & track testing metrics scorecard as part of Vendor Quality Index (VQI) initiative of AT&T\r\nâ\x80¢ Measure and track operating metrics like Onsite Subcon Index, Offshoring Index, Leakage Index, Utilization Index and Tail Index\r\nâ\x80¢ Manage, Track and Submit Project Monthly Financials & Invoicing\r\nâ\x80¢ Ensure 100% compliance to client / organization's quality and security processes, policies and SLAs\r\nâ\x80¢ Plan, manage and mitigate Risks\r\nâ\x80¢ Achieve Automation targets and SLAs using ConformiQ, Selenium & Oscar Tools\r\nâ\x80¢ Participate in proposal preparations to expand revenue and new business developments\r\nâ\x80¢ Manage & Track Work Allocation, Resourcing, Issue Resolution and Testing activities for the project\r\nâ\x80¢ Ensure Monthly Delivery / TL9K Metrics and CSL-KMs are submitted on time\r\nâ\x80¢ PMR, Internal Quality / Security Group, SQA, Quality Gates and external Ernst & Young / TL9K Audit\r\nâ\x80¢ Share weekly highlight reports, Project Health Report and regular Dashboard Reporting activities\r\nâ\x80¢ Prepare CSAT action plan for the team\r\nâ\x80¢ Prepare and implement Business Continuity Plan for the project\r\nâ\x80¢ Timely conduct of Business Continuity drills like Call Tree, Table Top and Project Rehearsal\r\nâ\x80¢ Comparative analysis, Root Cause Analysis and Defect Prevention exercises for ST, E2E and UAT\r\nâ\x80¢ Coordinate with Resource Management, Quality, Learning, Security, PMO and Business Unit\r\nâ\x80¢ Sub-Contractors and Rebadged (Ex-AT&T) staff management\r\nâ\x80¢ Participate in external technical interview / hiring drives for new engagements\r\ncompany - Esaya Software India Pvt Ltd\r\ndescription - ",
"Total IT Experience 15 years. Core expertise in Data Base Design, PHP, Python, MySql, JavaScript, HTML 5, Ajax, Jquery, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Anjular JS 1, Angular JS 2, Core Java, J2EE. Education Details \r\nApril 2004 MCM Computer Management Pune, Maharashtra Pune University\r\nApril 1998 B.Sc Maths Kerala University\r\nProject Manager \r\n\r\nProject Manager\r\nSkill Details \r\nData Base Design, PHP, Python, MySql, JavaScript, HTML, Ajax, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Jquery, AngularJs, Amazon MWS , Bootstrap, Node.js, Laravel, Scrum- Exprience - 120 monthsCompany Details \r\ncompany - Knoxed Infotech Pvt. Ltd.\r\ndescription - ï\x82· Client interaction\r\nï\x82· Maintain work processes\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Maintains project objectives\r\nï\x82· Working with multi-profiled teams of technical and non technical stakeholders\r\nï\x82· Monitors production and quality to customer/stakeholder/sponsor standards\r\nï\x82· Conduct office management tasks\r\nï\x82· Ensuring that the day-to-day operations of the business run smoothly\r\nï\x82· Introducing key performance indicators (KPI's) and ensuring that these measurements are tracked\r\nand reviewed on a regular basis\r\nï\x82· Prepare, revise and submit weekly-monthly reports, budgets and other documentation as\r\nnecessary\r\nï\x82· Document current policies and procedures in all departments as well as implement new procedures\r\nfor improvement\r\nï\x82· Maintain smooth running of the office, filling in where needed\r\nï\x82· Implement quality management and regulatory compliance strategies\r\nï\x82· Dealing with HR related tasks\r\nï\x82· Administering payroll\r\nï\x82· Perform training sessions\r\nï\x82· Regular meetings with Top Management\r\nProject Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,\r\nAmazon AWS, Raspberry pi Server, Python.\r\ncompany - Venturus International\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,\r\nAmazon AWS\r\ncompany - SmashingDay\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· Project documentation\r\nï\x82· Conduct and maintain appraisals and progress of each employee\r\nï\x82· Adhere to deadlines as necessary\r\nï\x82· Maintain work logs\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.SmashingDay.com\r\nb) www.viralsocials.com\r\ncompany - Xento Systems Pvt. Ltd\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.familylink.com\r\nb) www.propertysolutions.com\r\nc) www.speedyceus.com\r\nd) www.ceus-nursing.com\r\ncompany - STP Global Solutions Pvt. Ltd.\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· Conduct and maintain appraisals and progress of each employee\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.stplafricaonline.com\r\nb) www.stplafrica.com\r\nc) www.1stexpert.com\r\nd) www.jcca-net.org\r\ne) www.rimsys.eu\r\nf) www.prayerlister.org\r\ncompany - Promark Infotech Pvt. Ltd\r\ndescription - ï\x82· Development & Design\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.justbe.com/\r\nb) www.mtpian.com/\r\nc) www.sababa.nl/booking/\r\nd) www.physicaltherapy-hiu.com\r\ncompany - 7cees Group\r\ndescription - ï\x82· Development & Design\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) Golwin-reality\r\nb) Maza",
'TECHNICAL SKILLS â\x80¢ HP ALM, RTC and JIRA â\x80¢ AS400 (iSeries) with SQL â\x80¢ Test Automation: X- Framework (In hours HSBC Framework), UFT and LISA â\x80¢ Test Data Automation - CATDM â\x80¢ Test Scheduling - Jenkins and Maven â\x80¢ Test Document Versioning - Confluence and SharePoint.Education Details \r\nJanuary 2002 Bachelor of Engineering Computer Engineering Mumbai, MAHARASHTRA, IN Mumbai University\r\nJanuary 1999 Diploma Computer Technology Mumbai, MAHARASHTRA, IN Maharashtra State Board of Technical Education\r\nProject Manager(Global Test Manager) \r\n\r\nProject Manager(Global Test Manager)\r\nSkill Details \r\nAS400- Exprience - 25 months\r\nISERIES- Exprience - 25 months\r\nMICROSOFT SHAREPOINT- Exprience - 6 months\r\nSCHEDULING- Exprience - 6 months\r\nSHAREPOINT- Exprience - 6 monthsCompany Details \r\ncompany - CAREER TIMELINE\r\ndescription - HSBC Software India Pvt. Ltd.Pune, India Project Manager(Global Test Manager)\r\ncompany - Disha Technologies\r\ndescription - \r\ncompany - Total Solution (I) Pvt. Ltd\r\ndescription - Key Deliverables Across The Tenure\r\nAs a Global Test Manager/Project Management:\r\nâ\x80¢ Acting as Global Test Manager, steering a team of 25+ resources across the globe\r\nâ\x80¢ Spearheading the testing teams in India, China, Malaysia and Poland\r\nâ\x80¢ Current role involves entire test delivery of large programs under banking domain which includes leading a team comprising of individuals (Client & Vendor) from functional (Regression, Integration) & shared services (Security, Performance, accessibility and Automation) groups\r\nâ\x80¢ Defining and devising the "HSBC Core Banking" IT Transformation strategies from solution to execution level.\r\nâ\x80¢ Experience in latest specialize testing methods - CBIL - API, Conversion, Cloud, Digital UI, Infrastructure, Exploratory and Accessibility Testing.\r\nâ\x80¢ Experienced in Planning the OAT and various non-functional like performance and volume testing of Core banking.\r\nâ\x80¢ Coordinating with the regional business and testing teams to map their testing approach\r\nâ\x80¢ Following with various teams to ensure end to end release is successful and a quality product is delivered to production.\r\nâ\x80¢ Steering the Global product testing, regional deployments testing and extending support for UAT and live proving\r\nâ\x80¢ Technical lead to implement the in house "Test Automation" framework (X-framework) solution on AS400 (iSeries) system.\r\nâ\x80¢ Managing the implementation of Test automation to enable DevOps via tools Cucumber & Selenium (BDD), UFT and TOSCA for function testing\r\nâ\x80¢ Leading the CI/CD implementation by executing automated scripts from Jenkins\r\nâ\x80¢ Working on Test Data Management by using CA TDM and Internal HSBC Tool)\r\nâ\x80¢ Handling tasks pertaining to Resource forecasting, effort estimation and resource on boarding process\r\nâ\x80¢ Ensuring seamless communication with vendor partners to arrange for resource onboarding based on the forecasting\r\nâ\x80¢ Reviewing the project progress on a daily basis; implementing corrective measures to ensure the project is ontrack\r\nâ\x80¢ Overseeing people management tasks comprise monthly 1:1 with leads, reviews\r\nâ\x80¢ Providing conflict resolution when required',
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"TECHNICAL EXPERTISE â\x80¢ DB Languages: SQL â\x80¢ Database Tools: SQL Server 2014/ 2017 Postgresql 9.5, 9.6, Oracle 11gR2 â\x80¢ Operating Systems: Redhat Linux, Oracle Linux, Windows Server 2012/ 2016 OTHER TECHNICAL SKILLS ORACLE 11G R2 â\x80¢ Proficient in Oracle Database Software Installation, Creation of Database using GUI/Silent DBCA, Architecture, File management, Space Management, User Management, Creating Roles and assigning Privileges/Roles in 11gR2 and troubleshooting them. â\x80¢ Hands on experience Control files/Redolog/Archive/Undo Management â\x80¢ Configuring Listener.ora/Tnsnames.ora file using Netmgr/netca â\x80¢ Generating AWR reports, ADDM, ASH reports to diagnose the problems â\x80¢ Database Backup, Cloning/Duplicate using hot & cold backups using RMAN. â\x80¢ Knowledge in Flashback Technologies & Expdp/Impdp â\x80¢ Implemented Oracle11gR2 RAC on Oracle Linux Platform and knowledge of services for troubleshooting RAC (CRSCTL, SRVCTL) â\x80¢ Knowledge on installation and configuration of RAC. Add/Remove Nodes on RAC â\x80¢ Configuration of physical standby database (Data guard) â\x80¢ Successfully upgraded from 11.2.0.1 to 11.2.0.4 & PSU patching using O patch. STRENGTHS â\x80¢ Good Communication skills. â\x80¢ Self-confident and can adapt myself to all work environments. â\x80¢ Enjoy responsibilities as lead and team player. â\x80¢ Patient listener & quick learner. â\x80¢ Capable of explaining issues & solving them.Education Details \r\n B.E Computer Engineering Mumbai, Maharashtra Mumbai University\r\n Higher Secondary Certificate Dr. DY Patil Jr College\r\nDatabase Administrator \r\n\r\nDatabase Administrator - DBA in Marketplace Technologies Ltd\r\nSkill Details \r\nDATABASE- Exprience - 61 months\r\nBACKUPS- Exprience - 48 months\r\nLINUX- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nSQL- Exprience - 48 monthsCompany Details \r\ncompany - DBA in Marketplace Technologies Ltd\r\ndescription - Project Title: EBoss, Datafeed, MFDB, RTRMS, IndiaINX\r\ncompany - Standard & Enterprise\r\ndescription - Redhat Linux 7.4, Postgresql 9.5, 9.6\r\nDuration: Feb 2017 - till date\r\nDescription: Bombay Stock Exchange BSE is Asia's first & the Fastest Stock Exchange in world with the speed of 6 micro seconds and one of India's leading exchange groups provides an efficient and transparent market for trading in equity, currencies, debt instruments, derivatives, mutual funds. BSE SME is India's largest SME platform which has listed over 250 companies and continues to grow at a steady pace.\r\n\r\nJOB ROLES & RESPONSIBILITIES\r\nPOSTGRESQL - â\x80¢ Worked on Redhat Linux OS Cluster with Postgresql for High Availability (HA) using Pacemaker.\r\nâ\x80¢ Coordinated with Developers/Linux teams for database knowledge and support.\r\nâ\x80¢ Participated in implementation of new releases into production.\r\nâ\x80¢ Installed /Configured Postgresql from source or packages on Redhat Linux servers.\r\nâ\x80¢ Performed Postgresql Server Management tasks i.e. Backup & Restore, Configuration, Roles, Blockings, Tablespace creation and Troubleshooting.\r\nâ\x80¢ Worked with Storage team for Disaster Recovery DR setup built on SAN using EMC technology â\x80¢ Configured LDAP authentication & GSSAPI Authentication from Windows to Linux for Postgresql.\r\nâ\x80¢ Configured logical replication for Database servers, hot standby Postgresql servers, faster database backup methods, schema and tablespace backups.\r\nâ\x80¢ Configured maximum connections to database on Linux servers.\r\nâ\x80¢ Installed tds_fdw from source for linked servers to connect to heterogeneous databases & other required extensions, backup configuration, PITR using base backups.\r\n\r\nMSSQL - â\x80¢ Day-to-day administration of live SQL Servers.\r\nâ\x80¢ Participated in Live Primary Recovery PR & Disaster Recovery DR activities.\r\nâ\x80¢ Participated in PR & DR mocks for new releases into production.\r\nâ\x80¢ Configured Linked Servers, Transactional replication, Maintenance tasks like database backup & restore, recovery, scheduled jobs, maintenance plans.\r\nâ\x80¢ Installed & Configured SQL server 2014, 2017 standalone and SQL Cluster servers.\r\nâ\x80¢ Maintained the security of the database by providing appropriate SQL roles, logins and permissions to the users on demand.\r\nâ\x80¢ Worked with teams on application rollouts, application issues and SQL server migrations.\r\nâ\x80¢ Exposure in handling production system with skills and understand client's requirement.\r\nâ\x80¢ Performed SQL Server service pack upgrades and hot fixes.\r\nâ\x80¢ Handled multiple SQL Instances on Windows SQL Cluster environment built on EMC SAN.\r\nâ\x80¢ Worked on MSSQL DB clusters with active/active & active passive servers, Always-On Availability Groups (AAG) and HA/DR Setup.\r\nâ\x80¢ Have experience on SAN and RAID levels and building and supporting SQL Cluster servers on SAN Environments.\r\ncompany - BSE Bombay Stock Exchange\r\ndescription - Environment: Windows server 2008 R2, 2012 R2, 2016 Enterprise & Standard,",
'Technical Expertise Operating Systems Microsoft Window Server 2003/2008/2008 R2/2012 Database Technologies SQL Server, Sybase ASE Server, Oracle, MongoDB Monitoring and Ticketing Tools HP Service Manager 7.0/9.0, Solar winds DPA, JIRA and MongoDB OPS manager Web Server IIS 7.0 Database Tools SSMS, DBArtisan, Studio 3T, SnapShot Manager for SQL ServerEducation Details \r\n B. Tech Computer Science Gulbarga, Karnataka PDACOE, Gulbarga, Autonomous Institution\r\nDatabase Administrator II \r\n\r\nDatabase Administrator III - BNY Mellon International Operations (India) PVT. LTD\r\nSkill Details \r\nSql Dba- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) PVT. LTD\r\ndescription - SQL Server :\r\nï\x83\x98\tInstallation, configuration of database servers using slipstream and setup all the maintenance jobs as per the standard policy on standalone as well as cluster environments with latest service packs\r\nï\x83\x98\tInstallation of SSRS, uploading of .rdls and assigning correct data sources to reports. Grant necessary access to users & developers on reporting website. Aware of SSIS and designing packages as well.\r\nï\x83\x98\tCreate and manage logins, users for database applications, assigning permissions as per requests, resolving user login issues.\r\nï\x83\x98\tMigration of all SQL server 2005/2008 servers to higher versions.\r\nï\x83\x98\tSetup of database refresh jobs on QA, DEV and UAT environments and fixing orphaned users.\r\nï\x83\x98\tTroubleshoot performance related issues. \r\nï\x83\x98\tPart of multiple projects to work with developers and provide all required support for testing in QA, UAT & DEV environment. \r\nï\x83\x98\tLead the DR tests for database team.\r\nï\x83\x98\tParticipate in database purge and archive activities.\r\nï\x83\x98\tWriting codes for automating database administration tasks.\r\nï\x83\x98\tWorked on automating DR tasks to start the agent jobs on multiple servers, restore databases for log shipped databases without manual intervention for online databases post DR activities.\r\nï\x83\x98\tProvide support to vendor databases, follow up with the vendor calls and timely escalate to next level when there is no update in predefined timeline.\r\nï\x83\x98\tInstallation and configuration of smsql on windows server. Schedule jobs for creation and deletion of clones on sql server. Maintain backups using smsql.\r\n\r\nMongoDB Server:\r\nï\x83\x98\tInstallation and configuration of MongoDB server.\r\nï\x83\x98\tCreation of databases and collection.\r\nï\x83\x98\tCreation new user and grant access using Ops manager.\r\nï\x83\x98\tMonitor database servers using Ops manager.\r\nOracle & Sybase Server\r\nï\x83\x98\tManaging and maintaining multiple instances of Databases on Linux and windows servers.\r\nï\x83\x98\tMonitoring daily jobs includes backups, refresh and maintenance jobs.\r\ncompany - Hewlett-Packard India Sales PVT. LTD. On the payroll of Softenger India PVT. LTD\r\ndescription - ï\x83\x98\tInstallation of SQL Server on standalone as well as windows cluster environments with latest service packs\r\nï\x83\x98\tSQL server installation using slipstream.\r\nï\x83\x98\tInstallation of reporting services\r\nï\x83\x98\tCreating logins and users, assigning permissions as per requests.\r\nï\x83\x98\tSecurity audit for all logins includes maintenance of unused and orphan user logins\r\nï\x83\x98\tCreate & Maintain daily and weekly jobs/maintenance plans includes backup, index rebuild/reorganize , update statistics and database consistency check\r\nï\x83\x98\tCreate linked servers and ensure connectivity between servers\r\nï\x83\x98\tMonitor disk space proactively & Space management using data and log file shrinking\r\nï\x83\x98\tMonitor blocking, deadlocks, open transactions and slow running queries during performance issues and highlight costly queries to developers.\r\nï\x83\x98\tConfigure alerts for deadlock and blocking to maintain performance\r\nï\x83\x98\tImplementing high availability technologies like log shipping, AlwaysON, mirroring and its troubleshooting, also have knowledge on replication\r\nï\x83\x98\tSuccessfully completed migration of Databases from one server to another\r\nï\x83\x98\tPerforming DR drills (Online/Offline) on quarterly basis\r\nï\x83\x98\tPower shell scripting to monitor, restart SQL service and get Email alert for the service status.\r\nï\x83\x98\tMaintain TNS entries for oracle client as per client requests.\r\nï\x83\x98\tInteracting with customers for requirements\r\nï\x83\x98\tContacting customer to update the status of handling issues and service requests at every stage of resolution\r\nï\x83\x98\tManaging proper escalation and notification matrix for all support levels',
'TECHNICAL SKILLS Operating Systems MS Windows Server 2012/2008/XP Software and Tools MS LiteSpeed, Idera SQL Safe, SSMS, Upgrade Advisor, SQL Server Profiler, SCOM, Diagnostic Manager, Remedy, Jira, Infopacc, Tivoli TDP backup tool, SQL Pack DatabasesMS SQL Server 2016/2014/2012/ 2008 R2/ 2008, Oracle 10g, Netezza Microsoft azure Education Details \r\n Masters of Science Computer Science Pune, Maharashtra Indira College, Pune University\r\nLead database administrator \r\n\r\nMicrosoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008\r\nSkill Details \r\nMS SQL SERVER- Exprience - 110 months\r\nMicrosoft azure- Exprience - Less than 1 year months\r\nAlways on availabiity group- Exprience - Less than 1 year months\r\nDatabase mirroring- Exprience - Less than 1 year months\r\nPerformance tuning- Exprience - Less than 1 year months\r\nLog shipping- Exprience - Less than 1 year months\r\nInstallation , upgrade, migration and patching- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ensono\r\ndescription - Employment transfer as a part of project acquisition to Ensono from Wipro.\r\nSQL Server Database Administration\r\ncompany - Wipro Technologies\r\ndescription - Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008.\r\nExperience with MS SQL Server 2016/2014/2012/2008 R2/ 2008 installation, upgrade, and administration\r\nMicrosoft Azure certified.\r\nHave understanding of Azure VM, Azure Storage, Azure network, Azure AD and Azure SQL database.Â\xa0\r\nIncident management, change management and Problem management for SQL Server Database team.\r\nParticipating in meetings, conference calls with client, Service Delivery Manager and Application team for System improvements.\r\nParticipated in quarterly DR activity.\r\nInvolved in creation of SIP - Service Improvement Plans\r\nInvolved in handling of high severity issues and provided RCA for the same.\r\nWorked on Always on availability groups, database mirroring, replication, clustering and log shipping.\r\nHave basic understanding of Oracle and Netezza.\r\nProvided on- call support during out of office hours and weekends.\r\nResource & shift management of 5 SQL DBAs from offshore in multi-client environment for Data center services.\r\nProvided KT to team members, monitor and guide trainees.\r\ncompany - Wipro Technologies\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2016/2014/2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Participated in PCI scan report to perform installation of security hot fixes, service packs for SQL servers to remove vulnerability.\r\nâ\x80¢ Participated in Holmes BOTS automation implementation of SQL Pack tool.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2016/2014/2012/2008R2/2008, Windows Server 2012/2008R2/2008\r\ncompany - Mphasis\r\ndescription - \r\ncompany - Mphasis\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Performed SQL server patching activity â\x80¢ Worked on daily reports like cluster failover, backup, AG/LS/Mirror report and server disk space report.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Participated in quarterly DR activity.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Provided support to windows team during patching for AG-mirror-cluster failover/failback and database health check.\r\nâ\x80¢ Performed all the health checks for market open servers and provided update in market open call â\x80¢ Deeply involved in resolution of the issue and finding the root cause analysis of the issue â\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2012/2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ SQL server, Oracle and Netezza databases support tasks.\r\nâ\x80¢ MS SQL Server 2008 R2/ 2008 installation, upgrade, and administration.\r\nâ\x80¢ Done capacity planning for database growth for all SQL servers.\r\nâ\x80¢ Troubleshooting alerts.\r\nâ\x80¢ Worked on log shipping and mirroring.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g/RAC\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - \r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Pursued in-depth training on Oracle 11g Architecture and SQL Server.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Carried out version changes for schemas from PE8 version to EE11 version as per the process given\r\nEnvironment: Oracle 11g\r\ncompany - Mastek Ltd\r\ndescription - Responsibilities: â\x80¢ SQL Server 2008 R2/ 2008 installation, upgrade, and administration â\x80¢ database backup/restore.\r\nâ\x80¢ Performed MS SQL Server audits â\x80¢ Worked with database mirroring, replication, log shipping and clustering.\r\nâ\x80¢ Supported UAT and PROD environments â\x80¢ Performed deployment document review.\r\nâ\x80¢ Carried out deployments for different applications\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Mastek Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - Description: The system provides Master Data Management and Procurement modules for dairy industry.\r\nResponsibilities: â\x80¢ Designed, coded, and tested â\x80¢ Customized ERP system as per the requirement\r\nEnvironment: Core Java, PostgreSQL',
'SKILLSET Oracle DBA, MySQL, MARIADB, PostgreSQL Database Administration ITSKILLS SQL Oracle 10g, 11g, MYSQL, MariaDB, postgreSQL Windows, Linux Putty Education Details \r\nJanuary 2018 MCS Pune, Maharashtra Pune University\r\nDatabase administrator \r\n\r\nDatabase administrator - Infiniteworx Omnichannel Pvt. Ltd\r\nSkill Details \r\nDATABASE- Exprience - 17 months\r\nMYSQL- Exprience - 17 months\r\nORACLE- Exprience - 17 months\r\nSQL- Exprience - 17 months\r\nDATABASE ADMINISTRATION- Exprience - 6 monthsCompany Details \r\ncompany - Infiniteworx Omnichannel Pvt. Ltd\r\ndescription - Pune Sept 2017 to Present\r\n\r\nRESPONSIBILITIES:\r\nâ\x80¢ Creating tablespaces and planning the location of data, monitoring the tablespaces growth periodically.\r\nâ\x80¢ All replication setup\r\nâ\x80¢ Moved database Schema changes to stage.\r\nâ\x80¢ Dba support query resolution.\r\nâ\x80¢ Creating user and giving specific privileges\r\nâ\x80¢ Database management.\r\nâ\x80¢ Database recovery, moving data files to different locations.\r\nâ\x80¢ Planning the backup policies and Backup/ Recovery of databases based on the criticality.\r\nâ\x80¢ IMPORT/EXPORT.\r\nâ\x80¢ Degine schemas\r\n\r\nKey Result Areas:\r\n\r\nâ\x80¢ Providing 24 /7 support to resolve database performance issues, Job failures, Sessions & diagnose root causes\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products. Installation, configuraing and updating Mysql, Sql server, MariaDB, MongoDB\r\nâ\x80¢ Supported multiple databases and administered Oracle Databases of Large DB Sizes for production, development & test setups.\r\n\r\nâ\x80¢ Maintaining table spaces & data files, Control files, Online Redo log files\r\n\r\nâ\x80¢ Creating Users, granting Roles & Privileges to users and managing tablespaces for different users by granting quota on Default & Temporary tablespaces.\r\n\r\nâ\x80¢ Taking Oracle RMAN Backups (Scheduling for day wise backup)\r\n\r\nâ\x80¢ Implementing the incremental, cumulative and full RMAN backup for each database to have space management and effective recovery.\r\nâ\x80¢ Logical Backup Using Export & Import/datapump Export of important tables at regular intervals.\r\n\r\nâ\x80¢ Regular checking of trace, alert log file, all ORA errors\r\n\r\nâ\x80¢ Working on incidents like User creation/deletion incidents, backup failed incidents.\r\nâ\x80¢ Checking Listener Status, connectivity Troubleshooting and fixing database listener issues.\r\nâ\x80¢ Look for any new alert / error log entries / errors, error details in Trace files generated. Executing DDL & DML scripts as per customer requirements\r\n\r\nâ\x80¢ Mentoring, coaching and appraising team members with active involvement in the recruitment process\r\n\r\nâ\x80¢ Contributing in Project Documentation and generating daily reports\r\n\r\nâ\x80¢ Ensuring compliance to quality norms and taking steps for any non-conformance Spearheading complete project activities ensuring timely completion of project\r\nâ\x80¢ Implementing security policies on different database systems with granting and revoking privileges to the users\r\n\r\nâ\x80¢ Following change management processes and participated in related meetings\r\n\r\nâ\x80¢ Verifying all Instances/DB are running, Tablespaces are online, Monitor Backround processes and status.\r\ncompany - InnovativeTechnologies\r\ndescription - Clients: BANKING DOMAIN',
'Education Details \r\nJanuary 2016 BSc. Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 H.S.C. Maharashtra Board\r\nJanuary 2011 S.S.C. Maharashtra Board\r\nMySQL Database Administrator \r\n\r\n2+ Years of experience in MySQL Database Administrator ( MySQL DBA)\r\nSkill Details \r\nMySQL DBA , Centos , Backup , Restore , Replication , Query Optimazation- Exprience - 24 monthsCompany Details \r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.\r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.',
'TECHNICAL SKILL: Operating System LINUX, Windows Server 2012 R2, Windows 98, Windows 2000/ XP Tools & Utility Packages SQL* Loader, SQL*PLUS, OEM, Datapump, expdp/impdp, PLSQL Developer, Jenkins Database Oracle 10g, Oracle 11g, Oracle 12c Scripting UNIX Shell Scripting Language SQL Education Details \r\nJanuary 2011 M.B.A. Amravati, Maharashtra Amravati University\r\nJanuary 2007 B.C.A. Nagpur, Maharashtra Nagpur University\r\nOracle Database Administrator \r\n\r\nORACLE DATABASE ADMINISTRATOR ON LINUX/MICROSOFT WITH 4 YEARS EXPERIENCE.\r\nSkill Details \r\nORACLE- Exprience - 48 months\r\nLINUX- Exprience - 6 months\r\nORACLE DBA- Exprience - Less than 1 year months\r\nRAC- Exprience - Less than 1 year months\r\nGOLDEN GATE- Exprience - Less than 1 year months\r\nASM- Exprience - Less than 1 year months\r\nDATAGUARD- Exprience - Less than 1 year monthsCompany Details \r\ncompany - TIETO INDIA PVT. LTD\r\ndescription - Pune From February 2015 till present\r\n\r\nProject Profile:\r\nOil and Gas unit of Tieto India Pvt. Ltd. is working for Environmental Components (EC) application. Tieto is the authorized service provider in EC. Energy Components is a complete end-to-end hydrocarbon accounting solution following the hydrocarbons from production to transport, sales and revenue recognition. Globally market-leading hydrocarbon accounting software with functionality coverage exceeding other available solutions. Modern, flexible and scalable technology platform. Selected as the global standard and best practice by oil & gas super majors.\r\nResponsibilities: â\x80¢ Oracle Database Administration 11g R2, 12c and 18c â\x80¢ Supporting databases in 24x7 environments and coordinate with Application, OS, Storage and Development Teams. Test and Production environments â\x80¢ Regularly monitoring the trace files and Alert log files for database related issues.\r\nâ\x80¢ Experience in monitoring the CPU usage, IO and memory utilization at OS level.\r\nâ\x80¢ Checking the Alert log file to analyze the ORA errors if any to raise SR with Oracle.\r\nâ\x80¢ Monitoring the log files, backups, database space usage and the use of system resources.\r\nâ\x80¢ Configuring Backup (RMAN) for database and restoring database.\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products of 11g and 12C.\r\nâ\x80¢ Oracle Server installation, client installation and configuration, PLSQL developer installation.\r\nâ\x80¢ Creating database using DBCA and manually.\r\nâ\x80¢ Creating of Oracle user and granting proper privileges to user as per request.\r\nâ\x80¢ Creating AWR, ASH and ADDM reports for database performance analysis.\r\nâ\x80¢ Handling space management and performance issues in Oracle databases.\r\nâ\x80¢ Creating remote database link.\r\nâ\x80¢ Renaming and resizing of data files in Oracle database if needed.\r\nâ\x80¢ Tablespace shrinking with regular time interval to reclaim server space.\r\nâ\x80¢ Expertise in Export and Import using data pump in Oracle database.\r\nâ\x80¢ Expertise in Configuration of Listener and Tnsnames through NETMGR and NETCA and statically also.\r\nâ\x80¢ Managing Oracle Listener and Oracle Network Files.\r\nâ\x80¢ Creating user Profiles, granting specific privileges and roles to the users in Oracle database.\r\nâ\x80¢ Maintaining tablespaces & data files, Control files, Online Redo log files in Oracle database.\r\nâ\x80¢ Worked on AWS cloud services like EC2, S3, RDS, ELB, EBS, VPC, Route53, Auto, Cloud watch, Cloud Front, IAM for installing configuring and troubleshooting on various Amazon images for server migration from physical into cloud.',
'Technical Skills Databases: Oracle RDBMS- 10g, 11g & 12c Technology/utilities: Data Pump, RMAN, Data guard, ASM, RAC, Golden Gate Tools: OCC, PUTTY, SQLPLUS, SQL Developer, Netbackup, SCOM, SCCM, VMWare Vsphere Operating Systems: RHEL 6.0, RHEL 6.5, UNIX and Microsoft WindowsEducation Details \r\n\r\nDatabase Administrator \r\n\r\nDatabase Administrator - BNY Mellon\r\nSkill Details \r\nDATABASES- Exprience - 24 months\r\nORACLE- Exprience - 24 months\r\nRMAN- Exprience - 24 months\r\nNETBACKUP- Exprience - 24 months\r\nSCOM- Exprience - 24 monthsCompany Details \r\ncompany - BNY Mellon\r\ndescription - Databases: 600+\r\nTeam Size: 8\r\nDuration: Jan 2017 - Till Date\r\nClients: Over 130+ investment banking organizations who are hosted with Eagle\r\n\r\nResponsibilities: Database Management (Support and managing critical production, Pre-production, test and reporting databases in different platforms), Capacity Management Upgrades.\r\nâ\x80¢ Handling day to day database activities monitoring and incident management.\r\nâ\x80¢ Building new databases as per the requirement and prepare them for go live with the help of multiple teams.\r\nâ\x80¢ Working on scheduled activity of database patching (CPU, PSU) â\x80¢ Installing latest path on production, Dev and Test databases as per the suggestion from Oracle support.\r\nâ\x80¢ Database Upgrade from 11g and to 12c.\r\nâ\x80¢ Adding disks to ASM disk groups.\r\nâ\x80¢ Building DR database using Active Data guard, Make it sync with prod and resolving issues if persists â\x80¢ Data Guard Management- Checking lagging status, removing lagging of archives, checking processes like RFS/MRP, Archives Management â\x80¢ Working on tablespace related issues â\x80¢ Managing user access and profiles â\x80¢ Importing and exporting using datapump â\x80¢ Maintaining inventory of all databases in the single centralize database â\x80¢ Refreshing test environment from production database.\r\nâ\x80¢ Working with Oracle Support to resolve oracle errors.\r\nâ\x80¢ Schedule daily and weekly databases backup using RMAN, Troubleshooting in RMAN issues.\r\nâ\x80¢ Database cloning using RMAN.\r\nâ\x80¢ Take part in cutover to upgrade application to higher version.\r\nâ\x80¢ Strictly following ITIL process in incident management and change management.\r\nâ\x80¢ Providing weekly report of issues in team meeting also participating and suggesting service improvement plans.\r\nâ\x80¢ Database Migrations from one server to another or to different platforms â\x80¢ RCA and impact analysis reporting during any production outage.\r\n\r\nPrevious Organization: Brose India\r\nProject I: Central IT Management\r\ncompany - \r\ndescription - Responsibilities: Managing our internal databases and servers of Brose global.\r\nâ\x80¢ Providing 24x7 on-call support in the rotational shifts.\r\nâ\x80¢ Performing day-to-day database activity â\x80¢ Monitoring and responding DBA group Mails for all alerts, issues and ad-hoc business user requests, etc.\r\nâ\x80¢ Database creation, patching â\x80¢ Backup of Database in frequent cycles using Data pump/RMAN.\r\nâ\x80¢ Database refreshes using RMAN, Datapump.\r\nâ\x80¢ Recovery using copy of data / RMAN â\x80¢ Monitoring logs and trace for resolving issues.\r\nâ\x80¢ Creating new VM servers and prepare it for go live, Also decommissioning as per requirements.\r\nâ\x80¢ Weekly patching of windows servers using SCCM and taking actions for patching if needed â\x80¢ Monitoring and troubleshooting of daily and weekly OS backup using Symantec Netbackup â\x80¢ Managing user accounts of OS users and database users â\x80¢ Monitoring OS level alerts using SCOM\r\n\r\nProject II: Data Center Migration (Onsite Project)\r\nResponsibilities: Data center migration was one of activity for migration of our datacenter from one location to another. Where our all servers and databases were moved successfully.\r\nâ\x80¢ Installation of Oracle 11g on Linux platforms â\x80¢ Worked on service requests (Incidents / Change / Request) â\x80¢ Creation of users, managing user privileges â\x80¢ Configured RMAN backup for databases â\x80¢ Patching of databases â\x80¢ Configuring physical standby database using Dataguard â\x80¢ Cloning of servers and migrate to another cluster\r\n\r\nACADEMIA / PERSONAL DETAILS â\x80¢ Bachelor of Engineering (B.E.) in Computer Science and Engineering From SGBAU Amravati University, Amravati in 2014 with CGPA of 7.21\r\n\r\nCurrent Address:- Mr. Yogesh Tikhat, C/O: Raj Ahmad, Flat# G2-702, Dreams Aakruti, Kalepadal, Hadapsar, Pune - 411028\r\nHighest Qualification BE (cse)\r\n\r\nPAN: - AOFPT5052C',
"Software Skills: * RDBMS: MS SQL SERVER 2000/2005/2008 & 2012, 2014 * Operating Systems: WINDOWS XP/7, WINDOWS SERVER 2008, 12 * Fundamentals: MS Office 03/07 * Tools: SSMS, Performance Monitor, Sql profiler, SQL lite speed. Company name: Barclays Technology Centre India. Team Size: 24 Role: Database Administrator Support Description: Barclays Technology is a UK based retail & invest bank and 300 years of old bank.. It has operations in over 40 countries and employs approximately 120, 000 people. Barclays is organised into four core businesses: Personal & Corporate (Personal Banking, Corporate Banking, Wealth & Investment Management), Barclaycard, Investment Banking. Responsibilities: â\x9c\x93 Attending various calls from all over the world on various database issues. â\x9c\x93 Working on Web Gui alerts and resolving incident tickets within the time lines. â\x9c\x93 Troubleshoooting log shipping issues and fixing the related alerts. â\x9c\x93 Identifying and Resolving Blocking and locking related issues. â\x9c\x93 Configuration and monitoring Replication, Log shipping and mirroring setup. â\x9c\x93 Working on replication issues and Always ON issue. â\x9c\x93 Granting and revoking permissions on various account provisioning tasks. â\x9c\x93 Working on call support during the weekend and performing DR test's. and working on weekly maintenance jobs and weekend change requests. Education Details \r\n B.Sc. Maths Kakatiya University Board secured\r\nSQL server database administrator \r\n\r\nDatabase administrator\r\nSkill Details \r\nDATABASE- Exprience - 120 months\r\nDATABASE ADMINISTRATOR- Exprience - 72 months\r\nMAINTENANCE- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nREPLICATION- Exprience - 48 monthsCompany Details \r\ncompany - Barclays global services centre\r\ndescription - SQL server databases implementation and maintenances\r\n\r\nLog shipping, replication, High availability, clustering, performance tuning, database mirroring, Installation, configuration, upgradation, migration\r\ncompany - Wipro Infotech Pvt Ltd\r\ndescription - SQL server database administrator\r\ncompany - CITI Bank\r\ndescription - Worked as Database Support at Accord Fintech, Sanpada from Sep 2008 to 2013 Feb.\r\ncompany - \r\ndescription - 2012.\r\nâ\x80¢ Sound knowledge in Database Backup, Restore, Attach, and Detach and Disaster Recovery procedures.\r\nâ\x80¢ Developed backup and recovery strategies for production environment.\r\nâ\x80¢ Ensuring data consistency in the database through DBCC and DMV commands.\r\nâ\x80¢ Experience in query tuning and stored procedures and troubleshooting performance issues.\r\nâ\x80¢ Having hands on experience in DR process including log shipping and database mirroring.\r\nâ\x80¢ Experience in scheduling monitoring of Jobs.\r\nâ\x80¢ Experience in configure and troubleshooting in Always ON.\r\nâ\x80¢ Creating and Maintaining of Maintenance Plan.\r\nâ\x80¢ Expertise in planning and implementing MS SQL Server Security and Database permissions.\r\nâ\x80¢ Clear understanding of Implementation of Log Shipping, Replication and mirroring of databases between the servers.\r\nâ\x80¢ Performance Tuning (Performance Monitor, SQL Profiler Query Analyzer) â\x80¢ Security for server & Databases Implementing security by creating roles/users,\r\nAdded users in roles, assigning rights to roles.\r\nâ\x80¢ Create and maintaining the linked servers between sql Instances.\r\nâ\x80¢ Create and maintaining and Database mail.\r\nâ\x80¢ Monitor and troubleshoot database issues.\r\nâ\x80¢ Creating DTS packages for executing the required tasks.\r\nâ\x80¢ Experts in create indexes, Maintaining indexes and rebuilds and reorganizes.\r\nâ\x80¢ Daily Maintenance of SQL Servers included reviewing\r\nSQL error logs, Event Viewer.",
'Areas of Expertise â\x80¢ Oracle Databases 12c, 11g, 10g â\x80¢ Weblogic 12c, 11g â\x80¢ Grid Infrastructure â\x80¢ RMAN â\x80¢ ASM â\x80¢ Middleware: OIM, OAM, SOA â\x80¢ Shell Scripts â\x80¢ DataGuard â\x80¢ Web servers - OHS, Apache â\x80¢ Architecture Designs â\x80¢ Proof of Concepts â\x80¢ DevOpsEducation Details \r\nJanuary 2007 Bachelor of Engineering Information Technology Sangli, Maharashtra Walchand College\r\nJanuary 2004 Diploma Computer Engineering Jalgaon, Maharashtra Govt. Polytechnic\r\nLead Database Administrator \r\n\r\nLead Database Administrator - Tieto Software\r\nSkill Details \r\nDATABASES- Exprience - 108 months\r\nMIDDLEWARE- Exprience - 96 months\r\nRMAN- Exprience - 84 months\r\nSHELL SCRIPTS- Exprience - 48 monthsCompany Details \r\ncompany - Tieto Software\r\ndescription - As a part of AO (Application Operations) team, scope in project is quite wide than typical database administration. Range of accomplishments are extended right from Data Tier to Middle Tier & Application Tier:\r\n- Maximized availability of applications from 99.3% to 99.8%\r\n- Raised business by presenting Proof of Concepts for 10+ cases\r\n- Delivered upgrades of various applications time to time to keep it on supported platform\r\n- Saved SLAs as per contract by means of handling P1, P2 issues effectively\r\n- Produced Capacity reports comprising all layers (Data, Middleware, Web) of various applications\r\n- Generated Work Orders as per customer need\r\ncompany - Tieto Software\r\ndescription - - Designed databases of various applications\r\n- Planned RMAN backup and recovery, BCP strategies\r\n- Executed Business Continuity Testing for various applications\r\n- Introduced Zero Cost high availability solutions - Active-Passive Failover\r\n- Optimized performance by means of scripting automation\r\n- Established cloning procedures for all layers of various applications\r\n- Delivered Infrastructure changes, like FW Openings & LoadBalancer configuration for new applications\r\n- Eliminated downtime by troubleshoot issues for Middleware products - OIM, OAM, SOA\r\n- Contributed to build & maintain Integration Layer- SMTP, ftp, Reverse Proxy, OCM\r\ncompany - Tieto Software\r\ndescription - - Provided database support to environments - PROD, UAT, TEST, DEV\r\n- Performed Database Refresh/Cloning from production to development and support databases\r\n- Reduced risk level by means of upgrading & patching databases time to time\r\n- Protected databases by assigning appropriate roles and privileges as per SOD\r\n- Generated & maintained Middleware schemas using RCU\r\n- Exceeded scope of work by supporting & maintaining WebLogic platform - installation, patching, troubleshooting issues\r\n- Expanded duty scope to web servers: Install & maintain- OHS, apache, tomcat\r\ncompany - HSBC Software\r\ndescription - Being part of project supporting HSBC Bank France, I achieved:\r\n- Handled incidents & service requests as Day to day database administration tasks\r\n- Delivered basic implementation services - Database installation, patching, upgrades\r\n- Performed capacity planning - managing tablespaces, compressions\r\n- Contributed in maintaining quality of databases - managing instances, indexes, re-organization, performance monitoring & tuning using AWR, ADDM reports\r\n- Maintained backups & recovery of database - logical backups (exp/imp), datapump (expdp/impdp), cold backups, hot backups, RMAN backup/restore, RMAN Duplication\r\n- Reduced efforts by automation - Value add initiatives which includes writing shell scripts for automated housekeeping operations, scheduling backups, use crontab/at to schedule tasks\r\n- Implemented high availability solutions - Dataguard',
'Education Details \r\nMay 2011 to May 2014 Bachelor of science Information technology Mumbai, Maharashtra Mumbai university\r\nOracle DBA \r\n\r\nOracle database administrator\r\nSkill Details \r\nInstallation of Oracle on RH Linux & Windows. Creating/Managing user profiles and analyzing their privileges and tablespace quotas Backup of database Logical and Physical procedures. Recovery of database in case of database crash, disk/media failure, etc. Standard DBA functions like space management, Rollback segments, Extents. Database Management and Monitoring the database. Willing to learn new things. Being a constructive team member, contributing practically to the success of the team.- Exprience - 48 monthsCompany Details \r\ncompany - Accelya kale solutions ltd\r\ndescription - Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nDatabase Up-gradation from Oracle 11g to Oracle 12c.\r\nInstallation of Database critical patches.\r\nTaking cold and hot backups on scheduled times and monitoring backups.\r\nImporting the export dump to another database as per demands.\r\nAutomating most of the daily activities through cronjobs, shell scripts or schedulers.\r\nMaking Plan of Actions for Various Activities.\r\nRaising SR with Oracle Support for different severity issues.\r\nHandling the Userâ\x80\x99s request and proper client interaction.\r\nMonitoring & managing database growth, tablespaces, adding ,resizing and renaming the datafiles.\r\nRestoration of database using RMAN backups for backup consistency checks.\r\nMigration of Database using export / import and RMAN backups.\r\nConfiguring & managing Physical Standby database.\r\nCreating database links, Tablespaces, database directories.\r\nManaging network settings through listener.ora and tnsnames.ora files.\r\nRestoration of data using old logical backup as per client request.\r\nSchema replication across databases through data pump tool.\r\nTaking cold and hot backups on scheduled times and monitoring backups\r\nTaking EXPDP of database, database objects and a particular schema\r\nUsing SCP ticketing tool in order keeping track of client requests.Â\xa0\r\nPerforming Maintenance Activities such as Index Rebuilding and stats gather.\r\nTroubleshooting the Basic LevelÂ\xa0performance issuesÂ\xa0\r\nSetting up a new environmentÂ\xa0from database perspective within the requested timelines\r\nAdding/Deleting disks in ASM and monitoring the ASM diskgroups.\r\nCreating users & privileges with appropriate roles and levels of security.Â\xa0\r\nDatabase Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nPerforming database online and offline database re-organization for database enhancement.Â\xa0\r\nMigrating database from Non-ASM to ASM file system.\r\nGrid up-gradation from 11g to 12C.\r\ncompany - Insolutions Global Ltd\r\ndescription - Oracle software installation(graphical/silent),Database upgrade,Patch upgrade.\r\nMaintaining around 80+ UAT DB servers, 40 production DB and 28 standby/DR DB.\r\nManaging/creating DR & standby servers, DB sync.\r\nBackup and recovery (RMAN/ Datapump).\r\nPerforming activities like switchover and failover .\r\nAllocating system storage and planning future storage requirements for the database system\r\nEnrolling users and maintaining system security.\r\nMonitoring Alert log, Snap ID generation, db size, Server space, OEM reports, User validity.\r\nControlling and monitoring user access to the database .\r\nScheduling shell scripts or dbms_jobs using Crontab or DBMS_SCHEDULER (monitoring script, listener check, backup script, AWR reports) etc.\r\nPlanning for backup and recovery of database.\r\nManaging the production database for Oracle and SQL Server and resize the space of database/Datafiles/Tablespace/Transactional Logs.\r\nManaging Temp and Undo tablespaces.\r\nCreating primary database storage structures (tablespaces) after application developers have designed an application.',
'TECHNICAL SKILLS â\x80¢ SQL â\x80¢ Oracle v10, v11, v12 â\x80¢ R programming, Python, linear regression, machine learning and statistical modelling techniques(obtained certification through Edvancer Eduventures training institute) KEY SKILLS â\x80¢ Multitasking, working to meet client SLA in high pressure scenarios, handling sensitive clients along with improved skills at being a team player. â\x80¢ Excellent communication skills and quick learner. â\x80¢ Leadership qualities, team networking and courage to take up the problems proactively.Education Details \r\nJune 2012 Sadvidya Pre-University College\r\nApplication Database Administrator-DBMS (Oracle) \r\n\r\nApplication Database Administrator-DBMS (Oracle) - IBM India Pvt Ltd\r\nSkill Details \r\nCLIENTS- Exprience - 30 months\r\nMACHINE LEARNING- Exprience - 30 months\r\nORACLE- Exprience - 30 months\r\nSQL- Exprience - 30 months\r\nEXCELLENT COMMUNICATION SKILLS- Exprience - 6 monthsCompany Details \r\ncompany - IBM India Pvt Ltd\r\ndescription - Client: Blue Cross Blue Shield MA: Massachusetts Health Insurance\r\nâ\x80¢ Used Oracle SQL to store and organize data. This includes capacity planning, installation, configuration, database\r\ndesign, migration, security, troubleshooting, backup and data recovery.\r\nâ\x80¢ Worked with client databases installed on Oracle v10, v11, v12 on a Linux platform.\r\n\r\nâ\x80¢ Proficient communication with clients across locations facilitating data elicitation.\r\n\r\nâ\x80¢ Handling numerous business requests and solving them diligently within the given time frame and responding quickly and effectively to production issues within SLA.\r\n\r\nâ\x80¢ Leading a team in co ordination with business to conduct weekly checkouts of the database servers and systems\r\n\r\nIBM Certifications\r\nStatistics 101, Applied Data Science with R, Big Data Foundations, Data Science Foundations\r\n\r\nBusiness Analytics Certification (Pune)\r\nWorked on Retail and Banking projects, to design a predictive business model using machine learning techniques in\r\nR programming for an efficient business and marketing strategy.',
"TECHNICAL EXPERTISE â\x80¢ DB Languages: SQL â\x80¢ Database Tools: SQL Server 2014/ 2017 Postgresql 9.5, 9.6, Oracle 11gR2 â\x80¢ Operating Systems: Redhat Linux, Oracle Linux, Windows Server 2012/ 2016 OTHER TECHNICAL SKILLS ORACLE 11G R2 â\x80¢ Proficient in Oracle Database Software Installation, Creation of Database using GUI/Silent DBCA, Architecture, File management, Space Management, User Management, Creating Roles and assigning Privileges/Roles in 11gR2 and troubleshooting them. â\x80¢ Hands on experience Control files/Redolog/Archive/Undo Management â\x80¢ Configuring Listener.ora/Tnsnames.ora file using Netmgr/netca â\x80¢ Generating AWR reports, ADDM, ASH reports to diagnose the problems â\x80¢ Database Backup, Cloning/Duplicate using hot & cold backups using RMAN. â\x80¢ Knowledge in Flashback Technologies & Expdp/Impdp â\x80¢ Implemented Oracle11gR2 RAC on Oracle Linux Platform and knowledge of services for troubleshooting RAC (CRSCTL, SRVCTL) â\x80¢ Knowledge on installation and configuration of RAC. Add/Remove Nodes on RAC â\x80¢ Configuration of physical standby database (Data guard) â\x80¢ Successfully upgraded from 11.2.0.1 to 11.2.0.4 & PSU patching using O patch. STRENGTHS â\x80¢ Good Communication skills. â\x80¢ Self-confident and can adapt myself to all work environments. â\x80¢ Enjoy responsibilities as lead and team player. â\x80¢ Patient listener & quick learner. â\x80¢ Capable of explaining issues & solving them.Education Details \r\n B.E Computer Engineering Mumbai, Maharashtra Mumbai University\r\n Higher Secondary Certificate Dr. DY Patil Jr College\r\nDatabase Administrator \r\n\r\nDatabase Administrator - DBA in Marketplace Technologies Ltd\r\nSkill Details \r\nDATABASE- Exprience - 61 months\r\nBACKUPS- Exprience - 48 months\r\nLINUX- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nSQL- Exprience - 48 monthsCompany Details \r\ncompany - DBA in Marketplace Technologies Ltd\r\ndescription - Project Title: EBoss, Datafeed, MFDB, RTRMS, IndiaINX\r\ncompany - Standard & Enterprise\r\ndescription - Redhat Linux 7.4, Postgresql 9.5, 9.6\r\nDuration: Feb 2017 - till date\r\nDescription: Bombay Stock Exchange BSE is Asia's first & the Fastest Stock Exchange in world with the speed of 6 micro seconds and one of India's leading exchange groups provides an efficient and transparent market for trading in equity, currencies, debt instruments, derivatives, mutual funds. BSE SME is India's largest SME platform which has listed over 250 companies and continues to grow at a steady pace.\r\n\r\nJOB ROLES & RESPONSIBILITIES\r\nPOSTGRESQL - â\x80¢ Worked on Redhat Linux OS Cluster with Postgresql for High Availability (HA) using Pacemaker.\r\nâ\x80¢ Coordinated with Developers/Linux teams for database knowledge and support.\r\nâ\x80¢ Participated in implementation of new releases into production.\r\nâ\x80¢ Installed /Configured Postgresql from source or packages on Redhat Linux servers.\r\nâ\x80¢ Performed Postgresql Server Management tasks i.e. Backup & Restore, Configuration, Roles, Blockings, Tablespace creation and Troubleshooting.\r\nâ\x80¢ Worked with Storage team for Disaster Recovery DR setup built on SAN using EMC technology â\x80¢ Configured LDAP authentication & GSSAPI Authentication from Windows to Linux for Postgresql.\r\nâ\x80¢ Configured logical replication for Database servers, hot standby Postgresql servers, faster database backup methods, schema and tablespace backups.\r\nâ\x80¢ Configured maximum connections to database on Linux servers.\r\nâ\x80¢ Installed tds_fdw from source for linked servers to connect to heterogeneous databases & other required extensions, backup configuration, PITR using base backups.\r\n\r\nMSSQL - â\x80¢ Day-to-day administration of live SQL Servers.\r\nâ\x80¢ Participated in Live Primary Recovery PR & Disaster Recovery DR activities.\r\nâ\x80¢ Participated in PR & DR mocks for new releases into production.\r\nâ\x80¢ Configured Linked Servers, Transactional replication, Maintenance tasks like database backup & restore, recovery, scheduled jobs, maintenance plans.\r\nâ\x80¢ Installed & Configured SQL server 2014, 2017 standalone and SQL Cluster servers.\r\nâ\x80¢ Maintained the security of the database by providing appropriate SQL roles, logins and permissions to the users on demand.\r\nâ\x80¢ Worked with teams on application rollouts, application issues and SQL server migrations.\r\nâ\x80¢ Exposure in handling production system with skills and understand client's requirement.\r\nâ\x80¢ Performed SQL Server service pack upgrades and hot fixes.\r\nâ\x80¢ Handled multiple SQL Instances on Windows SQL Cluster environment built on EMC SAN.\r\nâ\x80¢ Worked on MSSQL DB clusters with active/active & active passive servers, Always-On Availability Groups (AAG) and HA/DR Setup.\r\nâ\x80¢ Have experience on SAN and RAID levels and building and supporting SQL Cluster servers on SAN Environments.\r\ncompany - BSE Bombay Stock Exchange\r\ndescription - Environment: Windows server 2008 R2, 2012 R2, 2016 Enterprise & Standard,",
'Technical Expertise Operating Systems Microsoft Window Server 2003/2008/2008 R2/2012 Database Technologies SQL Server, Sybase ASE Server, Oracle, MongoDB Monitoring and Ticketing Tools HP Service Manager 7.0/9.0, Solar winds DPA, JIRA and MongoDB OPS manager Web Server IIS 7.0 Database Tools SSMS, DBArtisan, Studio 3T, SnapShot Manager for SQL ServerEducation Details \r\n B. Tech Computer Science Gulbarga, Karnataka PDACOE, Gulbarga, Autonomous Institution\r\nDatabase Administrator II \r\n\r\nDatabase Administrator III - BNY Mellon International Operations (India) PVT. LTD\r\nSkill Details \r\nSql Dba- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) PVT. LTD\r\ndescription - SQL Server :\r\nï\x83\x98\tInstallation, configuration of database servers using slipstream and setup all the maintenance jobs as per the standard policy on standalone as well as cluster environments with latest service packs\r\nï\x83\x98\tInstallation of SSRS, uploading of .rdls and assigning correct data sources to reports. Grant necessary access to users & developers on reporting website. Aware of SSIS and designing packages as well.\r\nï\x83\x98\tCreate and manage logins, users for database applications, assigning permissions as per requests, resolving user login issues.\r\nï\x83\x98\tMigration of all SQL server 2005/2008 servers to higher versions.\r\nï\x83\x98\tSetup of database refresh jobs on QA, DEV and UAT environments and fixing orphaned users.\r\nï\x83\x98\tTroubleshoot performance related issues. \r\nï\x83\x98\tPart of multiple projects to work with developers and provide all required support for testing in QA, UAT & DEV environment. \r\nï\x83\x98\tLead the DR tests for database team.\r\nï\x83\x98\tParticipate in database purge and archive activities.\r\nï\x83\x98\tWriting codes for automating database administration tasks.\r\nï\x83\x98\tWorked on automating DR tasks to start the agent jobs on multiple servers, restore databases for log shipped databases without manual intervention for online databases post DR activities.\r\nï\x83\x98\tProvide support to vendor databases, follow up with the vendor calls and timely escalate to next level when there is no update in predefined timeline.\r\nï\x83\x98\tInstallation and configuration of smsql on windows server. Schedule jobs for creation and deletion of clones on sql server. Maintain backups using smsql.\r\n\r\nMongoDB Server:\r\nï\x83\x98\tInstallation and configuration of MongoDB server.\r\nï\x83\x98\tCreation of databases and collection.\r\nï\x83\x98\tCreation new user and grant access using Ops manager.\r\nï\x83\x98\tMonitor database servers using Ops manager.\r\nOracle & Sybase Server\r\nï\x83\x98\tManaging and maintaining multiple instances of Databases on Linux and windows servers.\r\nï\x83\x98\tMonitoring daily jobs includes backups, refresh and maintenance jobs.\r\ncompany - Hewlett-Packard India Sales PVT. LTD. On the payroll of Softenger India PVT. LTD\r\ndescription - ï\x83\x98\tInstallation of SQL Server on standalone as well as windows cluster environments with latest service packs\r\nï\x83\x98\tSQL server installation using slipstream.\r\nï\x83\x98\tInstallation of reporting services\r\nï\x83\x98\tCreating logins and users, assigning permissions as per requests.\r\nï\x83\x98\tSecurity audit for all logins includes maintenance of unused and orphan user logins\r\nï\x83\x98\tCreate & Maintain daily and weekly jobs/maintenance plans includes backup, index rebuild/reorganize , update statistics and database consistency check\r\nï\x83\x98\tCreate linked servers and ensure connectivity between servers\r\nï\x83\x98\tMonitor disk space proactively & Space management using data and log file shrinking\r\nï\x83\x98\tMonitor blocking, deadlocks, open transactions and slow running queries during performance issues and highlight costly queries to developers.\r\nï\x83\x98\tConfigure alerts for deadlock and blocking to maintain performance\r\nï\x83\x98\tImplementing high availability technologies like log shipping, AlwaysON, mirroring and its troubleshooting, also have knowledge on replication\r\nï\x83\x98\tSuccessfully completed migration of Databases from one server to another\r\nï\x83\x98\tPerforming DR drills (Online/Offline) on quarterly basis\r\nï\x83\x98\tPower shell scripting to monitor, restart SQL service and get Email alert for the service status.\r\nï\x83\x98\tMaintain TNS entries for oracle client as per client requests.\r\nï\x83\x98\tInteracting with customers for requirements\r\nï\x83\x98\tContacting customer to update the status of handling issues and service requests at every stage of resolution\r\nï\x83\x98\tManaging proper escalation and notification matrix for all support levels',
'TECHNICAL SKILLS Operating Systems MS Windows Server 2012/2008/XP Software and Tools MS LiteSpeed, Idera SQL Safe, SSMS, Upgrade Advisor, SQL Server Profiler, SCOM, Diagnostic Manager, Remedy, Jira, Infopacc, Tivoli TDP backup tool, SQL Pack DatabasesMS SQL Server 2016/2014/2012/ 2008 R2/ 2008, Oracle 10g, Netezza Microsoft azure Education Details \r\n Masters of Science Computer Science Pune, Maharashtra Indira College, Pune University\r\nLead database administrator \r\n\r\nMicrosoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008\r\nSkill Details \r\nMS SQL SERVER- Exprience - 110 months\r\nMicrosoft azure- Exprience - Less than 1 year months\r\nAlways on availabiity group- Exprience - Less than 1 year months\r\nDatabase mirroring- Exprience - Less than 1 year months\r\nPerformance tuning- Exprience - Less than 1 year months\r\nLog shipping- Exprience - Less than 1 year months\r\nInstallation , upgrade, migration and patching- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ensono\r\ndescription - Employment transfer as a part of project acquisition to Ensono from Wipro.\r\nSQL Server Database Administration\r\ncompany - Wipro Technologies\r\ndescription - Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008.\r\nExperience with MS SQL Server 2016/2014/2012/2008 R2/ 2008 installation, upgrade, and administration\r\nMicrosoft Azure certified.\r\nHave understanding of Azure VM, Azure Storage, Azure network, Azure AD and Azure SQL database.Â\xa0\r\nIncident management, change management and Problem management for SQL Server Database team.\r\nParticipating in meetings, conference calls with client, Service Delivery Manager and Application team for System improvements.\r\nParticipated in quarterly DR activity.\r\nInvolved in creation of SIP - Service Improvement Plans\r\nInvolved in handling of high severity issues and provided RCA for the same.\r\nWorked on Always on availability groups, database mirroring, replication, clustering and log shipping.\r\nHave basic understanding of Oracle and Netezza.\r\nProvided on- call support during out of office hours and weekends.\r\nResource & shift management of 5 SQL DBAs from offshore in multi-client environment for Data center services.\r\nProvided KT to team members, monitor and guide trainees.\r\ncompany - Wipro Technologies\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2016/2014/2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Participated in PCI scan report to perform installation of security hot fixes, service packs for SQL servers to remove vulnerability.\r\nâ\x80¢ Participated in Holmes BOTS automation implementation of SQL Pack tool.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2016/2014/2012/2008R2/2008, Windows Server 2012/2008R2/2008\r\ncompany - Mphasis\r\ndescription - \r\ncompany - Mphasis\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Performed SQL server patching activity â\x80¢ Worked on daily reports like cluster failover, backup, AG/LS/Mirror report and server disk space report.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Participated in quarterly DR activity.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Provided support to windows team during patching for AG-mirror-cluster failover/failback and database health check.\r\nâ\x80¢ Performed all the health checks for market open servers and provided update in market open call â\x80¢ Deeply involved in resolution of the issue and finding the root cause analysis of the issue â\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2012/2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ SQL server, Oracle and Netezza databases support tasks.\r\nâ\x80¢ MS SQL Server 2008 R2/ 2008 installation, upgrade, and administration.\r\nâ\x80¢ Done capacity planning for database growth for all SQL servers.\r\nâ\x80¢ Troubleshooting alerts.\r\nâ\x80¢ Worked on log shipping and mirroring.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g/RAC\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - \r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Pursued in-depth training on Oracle 11g Architecture and SQL Server.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Carried out version changes for schemas from PE8 version to EE11 version as per the process given\r\nEnvironment: Oracle 11g\r\ncompany - Mastek Ltd\r\ndescription - Responsibilities: â\x80¢ SQL Server 2008 R2/ 2008 installation, upgrade, and administration â\x80¢ database backup/restore.\r\nâ\x80¢ Performed MS SQL Server audits â\x80¢ Worked with database mirroring, replication, log shipping and clustering.\r\nâ\x80¢ Supported UAT and PROD environments â\x80¢ Performed deployment document review.\r\nâ\x80¢ Carried out deployments for different applications\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Mastek Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - Description: The system provides Master Data Management and Procurement modules for dairy industry.\r\nResponsibilities: â\x80¢ Designed, coded, and tested â\x80¢ Customized ERP system as per the requirement\r\nEnvironment: Core Java, PostgreSQL',
'SKILLSET Oracle DBA, MySQL, MARIADB, PostgreSQL Database Administration ITSKILLS SQL Oracle 10g, 11g, MYSQL, MariaDB, postgreSQL Windows, Linux Putty Education Details \r\nJanuary 2018 MCS Pune, Maharashtra Pune University\r\nDatabase administrator \r\n\r\nDatabase administrator - Infiniteworx Omnichannel Pvt. Ltd\r\nSkill Details \r\nDATABASE- Exprience - 17 months\r\nMYSQL- Exprience - 17 months\r\nORACLE- Exprience - 17 months\r\nSQL- Exprience - 17 months\r\nDATABASE ADMINISTRATION- Exprience - 6 monthsCompany Details \r\ncompany - Infiniteworx Omnichannel Pvt. Ltd\r\ndescription - Pune Sept 2017 to Present\r\n\r\nRESPONSIBILITIES:\r\nâ\x80¢ Creating tablespaces and planning the location of data, monitoring the tablespaces growth periodically.\r\nâ\x80¢ All replication setup\r\nâ\x80¢ Moved database Schema changes to stage.\r\nâ\x80¢ Dba support query resolution.\r\nâ\x80¢ Creating user and giving specific privileges\r\nâ\x80¢ Database management.\r\nâ\x80¢ Database recovery, moving data files to different locations.\r\nâ\x80¢ Planning the backup policies and Backup/ Recovery of databases based on the criticality.\r\nâ\x80¢ IMPORT/EXPORT.\r\nâ\x80¢ Degine schemas\r\n\r\nKey Result Areas:\r\n\r\nâ\x80¢ Providing 24 /7 support to resolve database performance issues, Job failures, Sessions & diagnose root causes\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products. Installation, configuraing and updating Mysql, Sql server, MariaDB, MongoDB\r\nâ\x80¢ Supported multiple databases and administered Oracle Databases of Large DB Sizes for production, development & test setups.\r\n\r\nâ\x80¢ Maintaining table spaces & data files, Control files, Online Redo log files\r\n\r\nâ\x80¢ Creating Users, granting Roles & Privileges to users and managing tablespaces for different users by granting quota on Default & Temporary tablespaces.\r\n\r\nâ\x80¢ Taking Oracle RMAN Backups (Scheduling for day wise backup)\r\n\r\nâ\x80¢ Implementing the incremental, cumulative and full RMAN backup for each database to have space management and effective recovery.\r\nâ\x80¢ Logical Backup Using Export & Import/datapump Export of important tables at regular intervals.\r\n\r\nâ\x80¢ Regular checking of trace, alert log file, all ORA errors\r\n\r\nâ\x80¢ Working on incidents like User creation/deletion incidents, backup failed incidents.\r\nâ\x80¢ Checking Listener Status, connectivity Troubleshooting and fixing database listener issues.\r\nâ\x80¢ Look for any new alert / error log entries / errors, error details in Trace files generated. Executing DDL & DML scripts as per customer requirements\r\n\r\nâ\x80¢ Mentoring, coaching and appraising team members with active involvement in the recruitment process\r\n\r\nâ\x80¢ Contributing in Project Documentation and generating daily reports\r\n\r\nâ\x80¢ Ensuring compliance to quality norms and taking steps for any non-conformance Spearheading complete project activities ensuring timely completion of project\r\nâ\x80¢ Implementing security policies on different database systems with granting and revoking privileges to the users\r\n\r\nâ\x80¢ Following change management processes and participated in related meetings\r\n\r\nâ\x80¢ Verifying all Instances/DB are running, Tablespaces are online, Monitor Backround processes and status.\r\ncompany - InnovativeTechnologies\r\ndescription - Clients: BANKING DOMAIN',
'Education Details \r\nJanuary 2016 BSc. Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 H.S.C. Maharashtra Board\r\nJanuary 2011 S.S.C. Maharashtra Board\r\nMySQL Database Administrator \r\n\r\n2+ Years of experience in MySQL Database Administrator ( MySQL DBA)\r\nSkill Details \r\nMySQL DBA , Centos , Backup , Restore , Replication , Query Optimazation- Exprience - 24 monthsCompany Details \r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.\r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.',
'TECHNICAL SKILL: Operating System LINUX, Windows Server 2012 R2, Windows 98, Windows 2000/ XP Tools & Utility Packages SQL* Loader, SQL*PLUS, OEM, Datapump, expdp/impdp, PLSQL Developer, Jenkins Database Oracle 10g, Oracle 11g, Oracle 12c Scripting UNIX Shell Scripting Language SQL Education Details \r\nJanuary 2011 M.B.A. Amravati, Maharashtra Amravati University\r\nJanuary 2007 B.C.A. Nagpur, Maharashtra Nagpur University\r\nOracle Database Administrator \r\n\r\nORACLE DATABASE ADMINISTRATOR ON LINUX/MICROSOFT WITH 4 YEARS EXPERIENCE.\r\nSkill Details \r\nORACLE- Exprience - 48 months\r\nLINUX- Exprience - 6 months\r\nORACLE DBA- Exprience - Less than 1 year months\r\nRAC- Exprience - Less than 1 year months\r\nGOLDEN GATE- Exprience - Less than 1 year months\r\nASM- Exprience - Less than 1 year months\r\nDATAGUARD- Exprience - Less than 1 year monthsCompany Details \r\ncompany - TIETO INDIA PVT. LTD\r\ndescription - Pune From February 2015 till present\r\n\r\nProject Profile:\r\nOil and Gas unit of Tieto India Pvt. Ltd. is working for Environmental Components (EC) application. Tieto is the authorized service provider in EC. Energy Components is a complete end-to-end hydrocarbon accounting solution following the hydrocarbons from production to transport, sales and revenue recognition. Globally market-leading hydrocarbon accounting software with functionality coverage exceeding other available solutions. Modern, flexible and scalable technology platform. Selected as the global standard and best practice by oil & gas super majors.\r\nResponsibilities: â\x80¢ Oracle Database Administration 11g R2, 12c and 18c â\x80¢ Supporting databases in 24x7 environments and coordinate with Application, OS, Storage and Development Teams. Test and Production environments â\x80¢ Regularly monitoring the trace files and Alert log files for database related issues.\r\nâ\x80¢ Experience in monitoring the CPU usage, IO and memory utilization at OS level.\r\nâ\x80¢ Checking the Alert log file to analyze the ORA errors if any to raise SR with Oracle.\r\nâ\x80¢ Monitoring the log files, backups, database space usage and the use of system resources.\r\nâ\x80¢ Configuring Backup (RMAN) for database and restoring database.\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products of 11g and 12C.\r\nâ\x80¢ Oracle Server installation, client installation and configuration, PLSQL developer installation.\r\nâ\x80¢ Creating database using DBCA and manually.\r\nâ\x80¢ Creating of Oracle user and granting proper privileges to user as per request.\r\nâ\x80¢ Creating AWR, ASH and ADDM reports for database performance analysis.\r\nâ\x80¢ Handling space management and performance issues in Oracle databases.\r\nâ\x80¢ Creating remote database link.\r\nâ\x80¢ Renaming and resizing of data files in Oracle database if needed.\r\nâ\x80¢ Tablespace shrinking with regular time interval to reclaim server space.\r\nâ\x80¢ Expertise in Export and Import using data pump in Oracle database.\r\nâ\x80¢ Expertise in Configuration of Listener and Tnsnames through NETMGR and NETCA and statically also.\r\nâ\x80¢ Managing Oracle Listener and Oracle Network Files.\r\nâ\x80¢ Creating user Profiles, granting specific privileges and roles to the users in Oracle database.\r\nâ\x80¢ Maintaining tablespaces & data files, Control files, Online Redo log files in Oracle database.\r\nâ\x80¢ Worked on AWS cloud services like EC2, S3, RDS, ELB, EBS, VPC, Route53, Auto, Cloud watch, Cloud Front, IAM for installing configuring and troubleshooting on various Amazon images for server migration from physical into cloud.',
'Technical Skills Databases: Oracle RDBMS- 10g, 11g & 12c Technology/utilities: Data Pump, RMAN, Data guard, ASM, RAC, Golden Gate Tools: OCC, PUTTY, SQLPLUS, SQL Developer, Netbackup, SCOM, SCCM, VMWare Vsphere Operating Systems: RHEL 6.0, RHEL 6.5, UNIX and Microsoft WindowsEducation Details \r\n\r\nDatabase Administrator \r\n\r\nDatabase Administrator - BNY Mellon\r\nSkill Details \r\nDATABASES- Exprience - 24 months\r\nORACLE- Exprience - 24 months\r\nRMAN- Exprience - 24 months\r\nNETBACKUP- Exprience - 24 months\r\nSCOM- Exprience - 24 monthsCompany Details \r\ncompany - BNY Mellon\r\ndescription - Databases: 600+\r\nTeam Size: 8\r\nDuration: Jan 2017 - Till Date\r\nClients: Over 130+ investment banking organizations who are hosted with Eagle\r\n\r\nResponsibilities: Database Management (Support and managing critical production, Pre-production, test and reporting databases in different platforms), Capacity Management Upgrades.\r\nâ\x80¢ Handling day to day database activities monitoring and incident management.\r\nâ\x80¢ Building new databases as per the requirement and prepare them for go live with the help of multiple teams.\r\nâ\x80¢ Working on scheduled activity of database patching (CPU, PSU) â\x80¢ Installing latest path on production, Dev and Test databases as per the suggestion from Oracle support.\r\nâ\x80¢ Database Upgrade from 11g and to 12c.\r\nâ\x80¢ Adding disks to ASM disk groups.\r\nâ\x80¢ Building DR database using Active Data guard, Make it sync with prod and resolving issues if persists â\x80¢ Data Guard Management- Checking lagging status, removing lagging of archives, checking processes like RFS/MRP, Archives Management â\x80¢ Working on tablespace related issues â\x80¢ Managing user access and profiles â\x80¢ Importing and exporting using datapump â\x80¢ Maintaining inventory of all databases in the single centralize database â\x80¢ Refreshing test environment from production database.\r\nâ\x80¢ Working with Oracle Support to resolve oracle errors.\r\nâ\x80¢ Schedule daily and weekly databases backup using RMAN, Troubleshooting in RMAN issues.\r\nâ\x80¢ Database cloning using RMAN.\r\nâ\x80¢ Take part in cutover to upgrade application to higher version.\r\nâ\x80¢ Strictly following ITIL process in incident management and change management.\r\nâ\x80¢ Providing weekly report of issues in team meeting also participating and suggesting service improvement plans.\r\nâ\x80¢ Database Migrations from one server to another or to different platforms â\x80¢ RCA and impact analysis reporting during any production outage.\r\n\r\nPrevious Organization: Brose India\r\nProject I: Central IT Management\r\ncompany - \r\ndescription - Responsibilities: Managing our internal databases and servers of Brose global.\r\nâ\x80¢ Providing 24x7 on-call support in the rotational shifts.\r\nâ\x80¢ Performing day-to-day database activity â\x80¢ Monitoring and responding DBA group Mails for all alerts, issues and ad-hoc business user requests, etc.\r\nâ\x80¢ Database creation, patching â\x80¢ Backup of Database in frequent cycles using Data pump/RMAN.\r\nâ\x80¢ Database refreshes using RMAN, Datapump.\r\nâ\x80¢ Recovery using copy of data / RMAN â\x80¢ Monitoring logs and trace for resolving issues.\r\nâ\x80¢ Creating new VM servers and prepare it for go live, Also decommissioning as per requirements.\r\nâ\x80¢ Weekly patching of windows servers using SCCM and taking actions for patching if needed â\x80¢ Monitoring and troubleshooting of daily and weekly OS backup using Symantec Netbackup â\x80¢ Managing user accounts of OS users and database users â\x80¢ Monitoring OS level alerts using SCOM\r\n\r\nProject II: Data Center Migration (Onsite Project)\r\nResponsibilities: Data center migration was one of activity for migration of our datacenter from one location to another. Where our all servers and databases were moved successfully.\r\nâ\x80¢ Installation of Oracle 11g on Linux platforms â\x80¢ Worked on service requests (Incidents / Change / Request) â\x80¢ Creation of users, managing user privileges â\x80¢ Configured RMAN backup for databases â\x80¢ Patching of databases â\x80¢ Configuring physical standby database using Dataguard â\x80¢ Cloning of servers and migrate to another cluster\r\n\r\nACADEMIA / PERSONAL DETAILS â\x80¢ Bachelor of Engineering (B.E.) in Computer Science and Engineering From SGBAU Amravati University, Amravati in 2014 with CGPA of 7.21\r\n\r\nCurrent Address:- Mr. Yogesh Tikhat, C/O: Raj Ahmad, Flat# G2-702, Dreams Aakruti, Kalepadal, Hadapsar, Pune - 411028\r\nHighest Qualification BE (cse)\r\n\r\nPAN: - AOFPT5052C',
"Software Skills: * RDBMS: MS SQL SERVER 2000/2005/2008 & 2012, 2014 * Operating Systems: WINDOWS XP/7, WINDOWS SERVER 2008, 12 * Fundamentals: MS Office 03/07 * Tools: SSMS, Performance Monitor, Sql profiler, SQL lite speed. Company name: Barclays Technology Centre India. Team Size: 24 Role: Database Administrator Support Description: Barclays Technology is a UK based retail & invest bank and 300 years of old bank.. It has operations in over 40 countries and employs approximately 120, 000 people. Barclays is organised into four core businesses: Personal & Corporate (Personal Banking, Corporate Banking, Wealth & Investment Management), Barclaycard, Investment Banking. Responsibilities: â\x9c\x93 Attending various calls from all over the world on various database issues. â\x9c\x93 Working on Web Gui alerts and resolving incident tickets within the time lines. â\x9c\x93 Troubleshoooting log shipping issues and fixing the related alerts. â\x9c\x93 Identifying and Resolving Blocking and locking related issues. â\x9c\x93 Configuration and monitoring Replication, Log shipping and mirroring setup. â\x9c\x93 Working on replication issues and Always ON issue. â\x9c\x93 Granting and revoking permissions on various account provisioning tasks. â\x9c\x93 Working on call support during the weekend and performing DR test's. and working on weekly maintenance jobs and weekend change requests. Education Details \r\n B.Sc. Maths Kakatiya University Board secured\r\nSQL server database administrator \r\n\r\nDatabase administrator\r\nSkill Details \r\nDATABASE- Exprience - 120 months\r\nDATABASE ADMINISTRATOR- Exprience - 72 months\r\nMAINTENANCE- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nREPLICATION- Exprience - 48 monthsCompany Details \r\ncompany - Barclays global services centre\r\ndescription - SQL server databases implementation and maintenances\r\n\r\nLog shipping, replication, High availability, clustering, performance tuning, database mirroring, Installation, configuration, upgradation, migration\r\ncompany - Wipro Infotech Pvt Ltd\r\ndescription - SQL server database administrator\r\ncompany - CITI Bank\r\ndescription - Worked as Database Support at Accord Fintech, Sanpada from Sep 2008 to 2013 Feb.\r\ncompany - \r\ndescription - 2012.\r\nâ\x80¢ Sound knowledge in Database Backup, Restore, Attach, and Detach and Disaster Recovery procedures.\r\nâ\x80¢ Developed backup and recovery strategies for production environment.\r\nâ\x80¢ Ensuring data consistency in the database through DBCC and DMV commands.\r\nâ\x80¢ Experience in query tuning and stored procedures and troubleshooting performance issues.\r\nâ\x80¢ Having hands on experience in DR process including log shipping and database mirroring.\r\nâ\x80¢ Experience in scheduling monitoring of Jobs.\r\nâ\x80¢ Experience in configure and troubleshooting in Always ON.\r\nâ\x80¢ Creating and Maintaining of Maintenance Plan.\r\nâ\x80¢ Expertise in planning and implementing MS SQL Server Security and Database permissions.\r\nâ\x80¢ Clear understanding of Implementation of Log Shipping, Replication and mirroring of databases between the servers.\r\nâ\x80¢ Performance Tuning (Performance Monitor, SQL Profiler Query Analyzer) â\x80¢ Security for server & Databases Implementing security by creating roles/users,\r\nAdded users in roles, assigning rights to roles.\r\nâ\x80¢ Create and maintaining the linked servers between sql Instances.\r\nâ\x80¢ Create and maintaining and Database mail.\r\nâ\x80¢ Monitor and troubleshoot database issues.\r\nâ\x80¢ Creating DTS packages for executing the required tasks.\r\nâ\x80¢ Experts in create indexes, Maintaining indexes and rebuilds and reorganizes.\r\nâ\x80¢ Daily Maintenance of SQL Servers included reviewing\r\nSQL error logs, Event Viewer.",
'Areas of Expertise â\x80¢ Oracle Databases 12c, 11g, 10g â\x80¢ Weblogic 12c, 11g â\x80¢ Grid Infrastructure â\x80¢ RMAN â\x80¢ ASM â\x80¢ Middleware: OIM, OAM, SOA â\x80¢ Shell Scripts â\x80¢ DataGuard â\x80¢ Web servers - OHS, Apache â\x80¢ Architecture Designs â\x80¢ Proof of Concepts â\x80¢ DevOpsEducation Details \r\nJanuary 2007 Bachelor of Engineering Information Technology Sangli, Maharashtra Walchand College\r\nJanuary 2004 Diploma Computer Engineering Jalgaon, Maharashtra Govt. Polytechnic\r\nLead Database Administrator \r\n\r\nLead Database Administrator - Tieto Software\r\nSkill Details \r\nDATABASES- Exprience - 108 months\r\nMIDDLEWARE- Exprience - 96 months\r\nRMAN- Exprience - 84 months\r\nSHELL SCRIPTS- Exprience - 48 monthsCompany Details \r\ncompany - Tieto Software\r\ndescription - As a part of AO (Application Operations) team, scope in project is quite wide than typical database administration. Range of accomplishments are extended right from Data Tier to Middle Tier & Application Tier:\r\n- Maximized availability of applications from 99.3% to 99.8%\r\n- Raised business by presenting Proof of Concepts for 10+ cases\r\n- Delivered upgrades of various applications time to time to keep it on supported platform\r\n- Saved SLAs as per contract by means of handling P1, P2 issues effectively\r\n- Produced Capacity reports comprising all layers (Data, Middleware, Web) of various applications\r\n- Generated Work Orders as per customer need\r\ncompany - Tieto Software\r\ndescription - - Designed databases of various applications\r\n- Planned RMAN backup and recovery, BCP strategies\r\n- Executed Business Continuity Testing for various applications\r\n- Introduced Zero Cost high availability solutions - Active-Passive Failover\r\n- Optimized performance by means of scripting automation\r\n- Established cloning procedures for all layers of various applications\r\n- Delivered Infrastructure changes, like FW Openings & LoadBalancer configuration for new applications\r\n- Eliminated downtime by troubleshoot issues for Middleware products - OIM, OAM, SOA\r\n- Contributed to build & maintain Integration Layer- SMTP, ftp, Reverse Proxy, OCM\r\ncompany - Tieto Software\r\ndescription - - Provided database support to environments - PROD, UAT, TEST, DEV\r\n- Performed Database Refresh/Cloning from production to development and support databases\r\n- Reduced risk level by means of upgrading & patching databases time to time\r\n- Protected databases by assigning appropriate roles and privileges as per SOD\r\n- Generated & maintained Middleware schemas using RCU\r\n- Exceeded scope of work by supporting & maintaining WebLogic platform - installation, patching, troubleshooting issues\r\n- Expanded duty scope to web servers: Install & maintain- OHS, apache, tomcat\r\ncompany - HSBC Software\r\ndescription - Being part of project supporting HSBC Bank France, I achieved:\r\n- Handled incidents & service requests as Day to day database administration tasks\r\n- Delivered basic implementation services - Database installation, patching, upgrades\r\n- Performed capacity planning - managing tablespaces, compressions\r\n- Contributed in maintaining quality of databases - managing instances, indexes, re-organization, performance monitoring & tuning using AWR, ADDM reports\r\n- Maintained backups & recovery of database - logical backups (exp/imp), datapump (expdp/impdp), cold backups, hot backups, RMAN backup/restore, RMAN Duplication\r\n- Reduced efforts by automation - Value add initiatives which includes writing shell scripts for automated housekeeping operations, scheduling backups, use crontab/at to schedule tasks\r\n- Implemented high availability solutions - Dataguard',
'Education Details \r\nMay 2011 to May 2014 Bachelor of science Information technology Mumbai, Maharashtra Mumbai university\r\nOracle DBA \r\n\r\nOracle database administrator\r\nSkill Details \r\nInstallation of Oracle on RH Linux & Windows. Creating/Managing user profiles and analyzing their privileges and tablespace quotas Backup of database Logical and Physical procedures. Recovery of database in case of database crash, disk/media failure, etc. Standard DBA functions like space management, Rollback segments, Extents. Database Management and Monitoring the database. Willing to learn new things. Being a constructive team member, contributing practically to the success of the team.- Exprience - 48 monthsCompany Details \r\ncompany - Accelya kale solutions ltd\r\ndescription - Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nDatabase Up-gradation from Oracle 11g to Oracle 12c.\r\nInstallation of Database critical patches.\r\nTaking cold and hot backups on scheduled times and monitoring backups.\r\nImporting the export dump to another database as per demands.\r\nAutomating most of the daily activities through cronjobs, shell scripts or schedulers.\r\nMaking Plan of Actions for Various Activities.\r\nRaising SR with Oracle Support for different severity issues.\r\nHandling the Userâ\x80\x99s request and proper client interaction.\r\nMonitoring & managing database growth, tablespaces, adding ,resizing and renaming the datafiles.\r\nRestoration of database using RMAN backups for backup consistency checks.\r\nMigration of Database using export / import and RMAN backups.\r\nConfiguring & managing Physical Standby database.\r\nCreating database links, Tablespaces, database directories.\r\nManaging network settings through listener.ora and tnsnames.ora files.\r\nRestoration of data using old logical backup as per client request.\r\nSchema replication across databases through data pump tool.\r\nTaking cold and hot backups on scheduled times and monitoring backups\r\nTaking EXPDP of database, database objects and a particular schema\r\nUsing SCP ticketing tool in order keeping track of client requests.Â\xa0\r\nPerforming Maintenance Activities such as Index Rebuilding and stats gather.\r\nTroubleshooting the Basic LevelÂ\xa0performance issuesÂ\xa0\r\nSetting up a new environmentÂ\xa0from database perspective within the requested timelines\r\nAdding/Deleting disks in ASM and monitoring the ASM diskgroups.\r\nCreating users & privileges with appropriate roles and levels of security.Â\xa0\r\nDatabase Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nPerforming database online and offline database re-organization for database enhancement.Â\xa0\r\nMigrating database from Non-ASM to ASM file system.\r\nGrid up-gradation from 11g to 12C.\r\ncompany - Insolutions Global Ltd\r\ndescription - Oracle software installation(graphical/silent),Database upgrade,Patch upgrade.\r\nMaintaining around 80+ UAT DB servers, 40 production DB and 28 standby/DR DB.\r\nManaging/creating DR & standby servers, DB sync.\r\nBackup and recovery (RMAN/ Datapump).\r\nPerforming activities like switchover and failover .\r\nAllocating system storage and planning future storage requirements for the database system\r\nEnrolling users and maintaining system security.\r\nMonitoring Alert log, Snap ID generation, db size, Server space, OEM reports, User validity.\r\nControlling and monitoring user access to the database .\r\nScheduling shell scripts or dbms_jobs using Crontab or DBMS_SCHEDULER (monitoring script, listener check, backup script, AWR reports) etc.\r\nPlanning for backup and recovery of database.\r\nManaging the production database for Oracle and SQL Server and resize the space of database/Datafiles/Tablespace/Transactional Logs.\r\nManaging Temp and Undo tablespaces.\r\nCreating primary database storage structures (tablespaces) after application developers have designed an application.',
'TECHNICAL SKILLS â\x80¢ SQL â\x80¢ Oracle v10, v11, v12 â\x80¢ R programming, Python, linear regression, machine learning and statistical modelling techniques(obtained certification through Edvancer Eduventures training institute) KEY SKILLS â\x80¢ Multitasking, working to meet client SLA in high pressure scenarios, handling sensitive clients along with improved skills at being a team player. â\x80¢ Excellent communication skills and quick learner. â\x80¢ Leadership qualities, team networking and courage to take up the problems proactively.Education Details \r\nJune 2012 Sadvidya Pre-University College\r\nApplication Database Administrator-DBMS (Oracle) \r\n\r\nApplication Database Administrator-DBMS (Oracle) - IBM India Pvt Ltd\r\nSkill Details \r\nCLIENTS- Exprience - 30 months\r\nMACHINE LEARNING- Exprience - 30 months\r\nORACLE- Exprience - 30 months\r\nSQL- Exprience - 30 months\r\nEXCELLENT COMMUNICATION SKILLS- Exprience - 6 monthsCompany Details \r\ncompany - IBM India Pvt Ltd\r\ndescription - Client: Blue Cross Blue Shield MA: Massachusetts Health Insurance\r\nâ\x80¢ Used Oracle SQL to store and organize data. This includes capacity planning, installation, configuration, database\r\ndesign, migration, security, troubleshooting, backup and data recovery.\r\nâ\x80¢ Worked with client databases installed on Oracle v10, v11, v12 on a Linux platform.\r\n\r\nâ\x80¢ Proficient communication with clients across locations facilitating data elicitation.\r\n\r\nâ\x80¢ Handling numerous business requests and solving them diligently within the given time frame and responding quickly and effectively to production issues within SLA.\r\n\r\nâ\x80¢ Leading a team in co ordination with business to conduct weekly checkouts of the database servers and systems\r\n\r\nIBM Certifications\r\nStatistics 101, Applied Data Science with R, Big Data Foundations, Data Science Foundations\r\n\r\nBusiness Analytics Certification (Pune)\r\nWorked on Retail and Banking projects, to design a predictive business model using machine learning techniques in\r\nR programming for an efficient business and marketing strategy.',
"TECHNICAL EXPERTISE â\x80¢ DB Languages: SQL â\x80¢ Database Tools: SQL Server 2014/ 2017 Postgresql 9.5, 9.6, Oracle 11gR2 â\x80¢ Operating Systems: Redhat Linux, Oracle Linux, Windows Server 2012/ 2016 OTHER TECHNICAL SKILLS ORACLE 11G R2 â\x80¢ Proficient in Oracle Database Software Installation, Creation of Database using GUI/Silent DBCA, Architecture, File management, Space Management, User Management, Creating Roles and assigning Privileges/Roles in 11gR2 and troubleshooting them. â\x80¢ Hands on experience Control files/Redolog/Archive/Undo Management â\x80¢ Configuring Listener.ora/Tnsnames.ora file using Netmgr/netca â\x80¢ Generating AWR reports, ADDM, ASH reports to diagnose the problems â\x80¢ Database Backup, Cloning/Duplicate using hot & cold backups using RMAN. â\x80¢ Knowledge in Flashback Technologies & Expdp/Impdp â\x80¢ Implemented Oracle11gR2 RAC on Oracle Linux Platform and knowledge of services for troubleshooting RAC (CRSCTL, SRVCTL) â\x80¢ Knowledge on installation and configuration of RAC. Add/Remove Nodes on RAC â\x80¢ Configuration of physical standby database (Data guard) â\x80¢ Successfully upgraded from 11.2.0.1 to 11.2.0.4 & PSU patching using O patch. STRENGTHS â\x80¢ Good Communication skills. â\x80¢ Self-confident and can adapt myself to all work environments. â\x80¢ Enjoy responsibilities as lead and team player. â\x80¢ Patient listener & quick learner. â\x80¢ Capable of explaining issues & solving them.Education Details \r\n B.E Computer Engineering Mumbai, Maharashtra Mumbai University\r\n Higher Secondary Certificate Dr. DY Patil Jr College\r\nDatabase Administrator \r\n\r\nDatabase Administrator - DBA in Marketplace Technologies Ltd\r\nSkill Details \r\nDATABASE- Exprience - 61 months\r\nBACKUPS- Exprience - 48 months\r\nLINUX- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nSQL- Exprience - 48 monthsCompany Details \r\ncompany - DBA in Marketplace Technologies Ltd\r\ndescription - Project Title: EBoss, Datafeed, MFDB, RTRMS, IndiaINX\r\ncompany - Standard & Enterprise\r\ndescription - Redhat Linux 7.4, Postgresql 9.5, 9.6\r\nDuration: Feb 2017 - till date\r\nDescription: Bombay Stock Exchange BSE is Asia's first & the Fastest Stock Exchange in world with the speed of 6 micro seconds and one of India's leading exchange groups provides an efficient and transparent market for trading in equity, currencies, debt instruments, derivatives, mutual funds. BSE SME is India's largest SME platform which has listed over 250 companies and continues to grow at a steady pace.\r\n\r\nJOB ROLES & RESPONSIBILITIES\r\nPOSTGRESQL - â\x80¢ Worked on Redhat Linux OS Cluster with Postgresql for High Availability (HA) using Pacemaker.\r\nâ\x80¢ Coordinated with Developers/Linux teams for database knowledge and support.\r\nâ\x80¢ Participated in implementation of new releases into production.\r\nâ\x80¢ Installed /Configured Postgresql from source or packages on Redhat Linux servers.\r\nâ\x80¢ Performed Postgresql Server Management tasks i.e. Backup & Restore, Configuration, Roles, Blockings, Tablespace creation and Troubleshooting.\r\nâ\x80¢ Worked with Storage team for Disaster Recovery DR setup built on SAN using EMC technology â\x80¢ Configured LDAP authentication & GSSAPI Authentication from Windows to Linux for Postgresql.\r\nâ\x80¢ Configured logical replication for Database servers, hot standby Postgresql servers, faster database backup methods, schema and tablespace backups.\r\nâ\x80¢ Configured maximum connections to database on Linux servers.\r\nâ\x80¢ Installed tds_fdw from source for linked servers to connect to heterogeneous databases & other required extensions, backup configuration, PITR using base backups.\r\n\r\nMSSQL - â\x80¢ Day-to-day administration of live SQL Servers.\r\nâ\x80¢ Participated in Live Primary Recovery PR & Disaster Recovery DR activities.\r\nâ\x80¢ Participated in PR & DR mocks for new releases into production.\r\nâ\x80¢ Configured Linked Servers, Transactional replication, Maintenance tasks like database backup & restore, recovery, scheduled jobs, maintenance plans.\r\nâ\x80¢ Installed & Configured SQL server 2014, 2017 standalone and SQL Cluster servers.\r\nâ\x80¢ Maintained the security of the database by providing appropriate SQL roles, logins and permissions to the users on demand.\r\nâ\x80¢ Worked with teams on application rollouts, application issues and SQL server migrations.\r\nâ\x80¢ Exposure in handling production system with skills and understand client's requirement.\r\nâ\x80¢ Performed SQL Server service pack upgrades and hot fixes.\r\nâ\x80¢ Handled multiple SQL Instances on Windows SQL Cluster environment built on EMC SAN.\r\nâ\x80¢ Worked on MSSQL DB clusters with active/active & active passive servers, Always-On Availability Groups (AAG) and HA/DR Setup.\r\nâ\x80¢ Have experience on SAN and RAID levels and building and supporting SQL Cluster servers on SAN Environments.\r\ncompany - BSE Bombay Stock Exchange\r\ndescription - Environment: Windows server 2008 R2, 2012 R2, 2016 Enterprise & Standard,",
'Technical Expertise Operating Systems Microsoft Window Server 2003/2008/2008 R2/2012 Database Technologies SQL Server, Sybase ASE Server, Oracle, MongoDB Monitoring and Ticketing Tools HP Service Manager 7.0/9.0, Solar winds DPA, JIRA and MongoDB OPS manager Web Server IIS 7.0 Database Tools SSMS, DBArtisan, Studio 3T, SnapShot Manager for SQL ServerEducation Details \r\n B. Tech Computer Science Gulbarga, Karnataka PDACOE, Gulbarga, Autonomous Institution\r\nDatabase Administrator II \r\n\r\nDatabase Administrator III - BNY Mellon International Operations (India) PVT. LTD\r\nSkill Details \r\nSql Dba- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) PVT. LTD\r\ndescription - SQL Server :\r\nï\x83\x98\tInstallation, configuration of database servers using slipstream and setup all the maintenance jobs as per the standard policy on standalone as well as cluster environments with latest service packs\r\nï\x83\x98\tInstallation of SSRS, uploading of .rdls and assigning correct data sources to reports. Grant necessary access to users & developers on reporting website. Aware of SSIS and designing packages as well.\r\nï\x83\x98\tCreate and manage logins, users for database applications, assigning permissions as per requests, resolving user login issues.\r\nï\x83\x98\tMigration of all SQL server 2005/2008 servers to higher versions.\r\nï\x83\x98\tSetup of database refresh jobs on QA, DEV and UAT environments and fixing orphaned users.\r\nï\x83\x98\tTroubleshoot performance related issues. \r\nï\x83\x98\tPart of multiple projects to work with developers and provide all required support for testing in QA, UAT & DEV environment. \r\nï\x83\x98\tLead the DR tests for database team.\r\nï\x83\x98\tParticipate in database purge and archive activities.\r\nï\x83\x98\tWriting codes for automating database administration tasks.\r\nï\x83\x98\tWorked on automating DR tasks to start the agent jobs on multiple servers, restore databases for log shipped databases without manual intervention for online databases post DR activities.\r\nï\x83\x98\tProvide support to vendor databases, follow up with the vendor calls and timely escalate to next level when there is no update in predefined timeline.\r\nï\x83\x98\tInstallation and configuration of smsql on windows server. Schedule jobs for creation and deletion of clones on sql server. Maintain backups using smsql.\r\n\r\nMongoDB Server:\r\nï\x83\x98\tInstallation and configuration of MongoDB server.\r\nï\x83\x98\tCreation of databases and collection.\r\nï\x83\x98\tCreation new user and grant access using Ops manager.\r\nï\x83\x98\tMonitor database servers using Ops manager.\r\nOracle & Sybase Server\r\nï\x83\x98\tManaging and maintaining multiple instances of Databases on Linux and windows servers.\r\nï\x83\x98\tMonitoring daily jobs includes backups, refresh and maintenance jobs.\r\ncompany - Hewlett-Packard India Sales PVT. LTD. On the payroll of Softenger India PVT. LTD\r\ndescription - ï\x83\x98\tInstallation of SQL Server on standalone as well as windows cluster environments with latest service packs\r\nï\x83\x98\tSQL server installation using slipstream.\r\nï\x83\x98\tInstallation of reporting services\r\nï\x83\x98\tCreating logins and users, assigning permissions as per requests.\r\nï\x83\x98\tSecurity audit for all logins includes maintenance of unused and orphan user logins\r\nï\x83\x98\tCreate & Maintain daily and weekly jobs/maintenance plans includes backup, index rebuild/reorganize , update statistics and database consistency check\r\nï\x83\x98\tCreate linked servers and ensure connectivity between servers\r\nï\x83\x98\tMonitor disk space proactively & Space management using data and log file shrinking\r\nï\x83\x98\tMonitor blocking, deadlocks, open transactions and slow running queries during performance issues and highlight costly queries to developers.\r\nï\x83\x98\tConfigure alerts for deadlock and blocking to maintain performance\r\nï\x83\x98\tImplementing high availability technologies like log shipping, AlwaysON, mirroring and its troubleshooting, also have knowledge on replication\r\nï\x83\x98\tSuccessfully completed migration of Databases from one server to another\r\nï\x83\x98\tPerforming DR drills (Online/Offline) on quarterly basis\r\nï\x83\x98\tPower shell scripting to monitor, restart SQL service and get Email alert for the service status.\r\nï\x83\x98\tMaintain TNS entries for oracle client as per client requests.\r\nï\x83\x98\tInteracting with customers for requirements\r\nï\x83\x98\tContacting customer to update the status of handling issues and service requests at every stage of resolution\r\nï\x83\x98\tManaging proper escalation and notification matrix for all support levels',
'TECHNICAL SKILLS Operating Systems MS Windows Server 2012/2008/XP Software and Tools MS LiteSpeed, Idera SQL Safe, SSMS, Upgrade Advisor, SQL Server Profiler, SCOM, Diagnostic Manager, Remedy, Jira, Infopacc, Tivoli TDP backup tool, SQL Pack DatabasesMS SQL Server 2016/2014/2012/ 2008 R2/ 2008, Oracle 10g, Netezza Microsoft azure Education Details \r\n Masters of Science Computer Science Pune, Maharashtra Indira College, Pune University\r\nLead database administrator \r\n\r\nMicrosoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008\r\nSkill Details \r\nMS SQL SERVER- Exprience - 110 months\r\nMicrosoft azure- Exprience - Less than 1 year months\r\nAlways on availabiity group- Exprience - Less than 1 year months\r\nDatabase mirroring- Exprience - Less than 1 year months\r\nPerformance tuning- Exprience - Less than 1 year months\r\nLog shipping- Exprience - Less than 1 year months\r\nInstallation , upgrade, migration and patching- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ensono\r\ndescription - Employment transfer as a part of project acquisition to Ensono from Wipro.\r\nSQL Server Database Administration\r\ncompany - Wipro Technologies\r\ndescription - Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008.\r\nExperience with MS SQL Server 2016/2014/2012/2008 R2/ 2008 installation, upgrade, and administration\r\nMicrosoft Azure certified.\r\nHave understanding of Azure VM, Azure Storage, Azure network, Azure AD and Azure SQL database.Â\xa0\r\nIncident management, change management and Problem management for SQL Server Database team.\r\nParticipating in meetings, conference calls with client, Service Delivery Manager and Application team for System improvements.\r\nParticipated in quarterly DR activity.\r\nInvolved in creation of SIP - Service Improvement Plans\r\nInvolved in handling of high severity issues and provided RCA for the same.\r\nWorked on Always on availability groups, database mirroring, replication, clustering and log shipping.\r\nHave basic understanding of Oracle and Netezza.\r\nProvided on- call support during out of office hours and weekends.\r\nResource & shift management of 5 SQL DBAs from offshore in multi-client environment for Data center services.\r\nProvided KT to team members, monitor and guide trainees.\r\ncompany - Wipro Technologies\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2016/2014/2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Participated in PCI scan report to perform installation of security hot fixes, service packs for SQL servers to remove vulnerability.\r\nâ\x80¢ Participated in Holmes BOTS automation implementation of SQL Pack tool.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2016/2014/2012/2008R2/2008, Windows Server 2012/2008R2/2008\r\ncompany - Mphasis\r\ndescription - \r\ncompany - Mphasis\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Performed SQL server patching activity â\x80¢ Worked on daily reports like cluster failover, backup, AG/LS/Mirror report and server disk space report.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Participated in quarterly DR activity.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Provided support to windows team during patching for AG-mirror-cluster failover/failback and database health check.\r\nâ\x80¢ Performed all the health checks for market open servers and provided update in market open call â\x80¢ Deeply involved in resolution of the issue and finding the root cause analysis of the issue â\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2012/2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ SQL server, Oracle and Netezza databases support tasks.\r\nâ\x80¢ MS SQL Server 2008 R2/ 2008 installation, upgrade, and administration.\r\nâ\x80¢ Done capacity planning for database growth for all SQL servers.\r\nâ\x80¢ Troubleshooting alerts.\r\nâ\x80¢ Worked on log shipping and mirroring.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g/RAC\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - \r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Pursued in-depth training on Oracle 11g Architecture and SQL Server.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Carried out version changes for schemas from PE8 version to EE11 version as per the process given\r\nEnvironment: Oracle 11g\r\ncompany - Mastek Ltd\r\ndescription - Responsibilities: â\x80¢ SQL Server 2008 R2/ 2008 installation, upgrade, and administration â\x80¢ database backup/restore.\r\nâ\x80¢ Performed MS SQL Server audits â\x80¢ Worked with database mirroring, replication, log shipping and clustering.\r\nâ\x80¢ Supported UAT and PROD environments â\x80¢ Performed deployment document review.\r\nâ\x80¢ Carried out deployments for different applications\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Mastek Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - Description: The system provides Master Data Management and Procurement modules for dairy industry.\r\nResponsibilities: â\x80¢ Designed, coded, and tested â\x80¢ Customized ERP system as per the requirement\r\nEnvironment: Core Java, PostgreSQL',
'SKILLSET Oracle DBA, MySQL, MARIADB, PostgreSQL Database Administration ITSKILLS SQL Oracle 10g, 11g, MYSQL, MariaDB, postgreSQL Windows, Linux Putty Education Details \r\nJanuary 2018 MCS Pune, Maharashtra Pune University\r\nDatabase administrator \r\n\r\nDatabase administrator - Infiniteworx Omnichannel Pvt. Ltd\r\nSkill Details \r\nDATABASE- Exprience - 17 months\r\nMYSQL- Exprience - 17 months\r\nORACLE- Exprience - 17 months\r\nSQL- Exprience - 17 months\r\nDATABASE ADMINISTRATION- Exprience - 6 monthsCompany Details \r\ncompany - Infiniteworx Omnichannel Pvt. Ltd\r\ndescription - Pune Sept 2017 to Present\r\n\r\nRESPONSIBILITIES:\r\nâ\x80¢ Creating tablespaces and planning the location of data, monitoring the tablespaces growth periodically.\r\nâ\x80¢ All replication setup\r\nâ\x80¢ Moved database Schema changes to stage.\r\nâ\x80¢ Dba support query resolution.\r\nâ\x80¢ Creating user and giving specific privileges\r\nâ\x80¢ Database management.\r\nâ\x80¢ Database recovery, moving data files to different locations.\r\nâ\x80¢ Planning the backup policies and Backup/ Recovery of databases based on the criticality.\r\nâ\x80¢ IMPORT/EXPORT.\r\nâ\x80¢ Degine schemas\r\n\r\nKey Result Areas:\r\n\r\nâ\x80¢ Providing 24 /7 support to resolve database performance issues, Job failures, Sessions & diagnose root causes\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products. Installation, configuraing and updating Mysql, Sql server, MariaDB, MongoDB\r\nâ\x80¢ Supported multiple databases and administered Oracle Databases of Large DB Sizes for production, development & test setups.\r\n\r\nâ\x80¢ Maintaining table spaces & data files, Control files, Online Redo log files\r\n\r\nâ\x80¢ Creating Users, granting Roles & Privileges to users and managing tablespaces for different users by granting quota on Default & Temporary tablespaces.\r\n\r\nâ\x80¢ Taking Oracle RMAN Backups (Scheduling for day wise backup)\r\n\r\nâ\x80¢ Implementing the incremental, cumulative and full RMAN backup for each database to have space management and effective recovery.\r\nâ\x80¢ Logical Backup Using Export & Import/datapump Export of important tables at regular intervals.\r\n\r\nâ\x80¢ Regular checking of trace, alert log file, all ORA errors\r\n\r\nâ\x80¢ Working on incidents like User creation/deletion incidents, backup failed incidents.\r\nâ\x80¢ Checking Listener Status, connectivity Troubleshooting and fixing database listener issues.\r\nâ\x80¢ Look for any new alert / error log entries / errors, error details in Trace files generated. Executing DDL & DML scripts as per customer requirements\r\n\r\nâ\x80¢ Mentoring, coaching and appraising team members with active involvement in the recruitment process\r\n\r\nâ\x80¢ Contributing in Project Documentation and generating daily reports\r\n\r\nâ\x80¢ Ensuring compliance to quality norms and taking steps for any non-conformance Spearheading complete project activities ensuring timely completion of project\r\nâ\x80¢ Implementing security policies on different database systems with granting and revoking privileges to the users\r\n\r\nâ\x80¢ Following change management processes and participated in related meetings\r\n\r\nâ\x80¢ Verifying all Instances/DB are running, Tablespaces are online, Monitor Backround processes and status.\r\ncompany - InnovativeTechnologies\r\ndescription - Clients: BANKING DOMAIN',
'Education Details \r\nJanuary 2016 BSc. Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 H.S.C. Maharashtra Board\r\nJanuary 2011 S.S.C. Maharashtra Board\r\nMySQL Database Administrator \r\n\r\n2+ Years of experience in MySQL Database Administrator ( MySQL DBA)\r\nSkill Details \r\nMySQL DBA , Centos , Backup , Restore , Replication , Query Optimazation- Exprience - 24 monthsCompany Details \r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.\r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.',
'TECHNICAL SKILL: Operating System LINUX, Windows Server 2012 R2, Windows 98, Windows 2000/ XP Tools & Utility Packages SQL* Loader, SQL*PLUS, OEM, Datapump, expdp/impdp, PLSQL Developer, Jenkins Database Oracle 10g, Oracle 11g, Oracle 12c Scripting UNIX Shell Scripting Language SQL Education Details \r\nJanuary 2011 M.B.A. Amravati, Maharashtra Amravati University\r\nJanuary 2007 B.C.A. Nagpur, Maharashtra Nagpur University\r\nOracle Database Administrator \r\n\r\nORACLE DATABASE ADMINISTRATOR ON LINUX/MICROSOFT WITH 4 YEARS EXPERIENCE.\r\nSkill Details \r\nORACLE- Exprience - 48 months\r\nLINUX- Exprience - 6 months\r\nORACLE DBA- Exprience - Less than 1 year months\r\nRAC- Exprience - Less than 1 year months\r\nGOLDEN GATE- Exprience - Less than 1 year months\r\nASM- Exprience - Less than 1 year months\r\nDATAGUARD- Exprience - Less than 1 year monthsCompany Details \r\ncompany - TIETO INDIA PVT. LTD\r\ndescription - Pune From February 2015 till present\r\n\r\nProject Profile:\r\nOil and Gas unit of Tieto India Pvt. Ltd. is working for Environmental Components (EC) application. Tieto is the authorized service provider in EC. Energy Components is a complete end-to-end hydrocarbon accounting solution following the hydrocarbons from production to transport, sales and revenue recognition. Globally market-leading hydrocarbon accounting software with functionality coverage exceeding other available solutions. Modern, flexible and scalable technology platform. Selected as the global standard and best practice by oil & gas super majors.\r\nResponsibilities: â\x80¢ Oracle Database Administration 11g R2, 12c and 18c â\x80¢ Supporting databases in 24x7 environments and coordinate with Application, OS, Storage and Development Teams. Test and Production environments â\x80¢ Regularly monitoring the trace files and Alert log files for database related issues.\r\nâ\x80¢ Experience in monitoring the CPU usage, IO and memory utilization at OS level.\r\nâ\x80¢ Checking the Alert log file to analyze the ORA errors if any to raise SR with Oracle.\r\nâ\x80¢ Monitoring the log files, backups, database space usage and the use of system resources.\r\nâ\x80¢ Configuring Backup (RMAN) for database and restoring database.\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products of 11g and 12C.\r\nâ\x80¢ Oracle Server installation, client installation and configuration, PLSQL developer installation.\r\nâ\x80¢ Creating database using DBCA and manually.\r\nâ\x80¢ Creating of Oracle user and granting proper privileges to user as per request.\r\nâ\x80¢ Creating AWR, ASH and ADDM reports for database performance analysis.\r\nâ\x80¢ Handling space management and performance issues in Oracle databases.\r\nâ\x80¢ Creating remote database link.\r\nâ\x80¢ Renaming and resizing of data files in Oracle database if needed.\r\nâ\x80¢ Tablespace shrinking with regular time interval to reclaim server space.\r\nâ\x80¢ Expertise in Export and Import using data pump in Oracle database.\r\nâ\x80¢ Expertise in Configuration of Listener and Tnsnames through NETMGR and NETCA and statically also.\r\nâ\x80¢ Managing Oracle Listener and Oracle Network Files.\r\nâ\x80¢ Creating user Profiles, granting specific privileges and roles to the users in Oracle database.\r\nâ\x80¢ Maintaining tablespaces & data files, Control files, Online Redo log files in Oracle database.\r\nâ\x80¢ Worked on AWS cloud services like EC2, S3, RDS, ELB, EBS, VPC, Route53, Auto, Cloud watch, Cloud Front, IAM for installing configuring and troubleshooting on various Amazon images for server migration from physical into cloud.',
'Technical Skills Databases: Oracle RDBMS- 10g, 11g & 12c Technology/utilities: Data Pump, RMAN, Data guard, ASM, RAC, Golden Gate Tools: OCC, PUTTY, SQLPLUS, SQL Developer, Netbackup, SCOM, SCCM, VMWare Vsphere Operating Systems: RHEL 6.0, RHEL 6.5, UNIX and Microsoft WindowsEducation Details \r\n\r\nDatabase Administrator \r\n\r\nDatabase Administrator - BNY Mellon\r\nSkill Details \r\nDATABASES- Exprience - 24 months\r\nORACLE- Exprience - 24 months\r\nRMAN- Exprience - 24 months\r\nNETBACKUP- Exprience - 24 months\r\nSCOM- Exprience - 24 monthsCompany Details \r\ncompany - BNY Mellon\r\ndescription - Databases: 600+\r\nTeam Size: 8\r\nDuration: Jan 2017 - Till Date\r\nClients: Over 130+ investment banking organizations who are hosted with Eagle\r\n\r\nResponsibilities: Database Management (Support and managing critical production, Pre-production, test and reporting databases in different platforms), Capacity Management Upgrades.\r\nâ\x80¢ Handling day to day database activities monitoring and incident management.\r\nâ\x80¢ Building new databases as per the requirement and prepare them for go live with the help of multiple teams.\r\nâ\x80¢ Working on scheduled activity of database patching (CPU, PSU) â\x80¢ Installing latest path on production, Dev and Test databases as per the suggestion from Oracle support.\r\nâ\x80¢ Database Upgrade from 11g and to 12c.\r\nâ\x80¢ Adding disks to ASM disk groups.\r\nâ\x80¢ Building DR database using Active Data guard, Make it sync with prod and resolving issues if persists â\x80¢ Data Guard Management- Checking lagging status, removing lagging of archives, checking processes like RFS/MRP, Archives Management â\x80¢ Working on tablespace related issues â\x80¢ Managing user access and profiles â\x80¢ Importing and exporting using datapump â\x80¢ Maintaining inventory of all databases in the single centralize database â\x80¢ Refreshing test environment from production database.\r\nâ\x80¢ Working with Oracle Support to resolve oracle errors.\r\nâ\x80¢ Schedule daily and weekly databases backup using RMAN, Troubleshooting in RMAN issues.\r\nâ\x80¢ Database cloning using RMAN.\r\nâ\x80¢ Take part in cutover to upgrade application to higher version.\r\nâ\x80¢ Strictly following ITIL process in incident management and change management.\r\nâ\x80¢ Providing weekly report of issues in team meeting also participating and suggesting service improvement plans.\r\nâ\x80¢ Database Migrations from one server to another or to different platforms â\x80¢ RCA and impact analysis reporting during any production outage.\r\n\r\nPrevious Organization: Brose India\r\nProject I: Central IT Management\r\ncompany - \r\ndescription - Responsibilities: Managing our internal databases and servers of Brose global.\r\nâ\x80¢ Providing 24x7 on-call support in the rotational shifts.\r\nâ\x80¢ Performing day-to-day database activity â\x80¢ Monitoring and responding DBA group Mails for all alerts, issues and ad-hoc business user requests, etc.\r\nâ\x80¢ Database creation, patching â\x80¢ Backup of Database in frequent cycles using Data pump/RMAN.\r\nâ\x80¢ Database refreshes using RMAN, Datapump.\r\nâ\x80¢ Recovery using copy of data / RMAN â\x80¢ Monitoring logs and trace for resolving issues.\r\nâ\x80¢ Creating new VM servers and prepare it for go live, Also decommissioning as per requirements.\r\nâ\x80¢ Weekly patching of windows servers using SCCM and taking actions for patching if needed â\x80¢ Monitoring and troubleshooting of daily and weekly OS backup using Symantec Netbackup â\x80¢ Managing user accounts of OS users and database users â\x80¢ Monitoring OS level alerts using SCOM\r\n\r\nProject II: Data Center Migration (Onsite Project)\r\nResponsibilities: Data center migration was one of activity for migration of our datacenter from one location to another. Where our all servers and databases were moved successfully.\r\nâ\x80¢ Installation of Oracle 11g on Linux platforms â\x80¢ Worked on service requests (Incidents / Change / Request) â\x80¢ Creation of users, managing user privileges â\x80¢ Configured RMAN backup for databases â\x80¢ Patching of databases â\x80¢ Configuring physical standby database using Dataguard â\x80¢ Cloning of servers and migrate to another cluster\r\n\r\nACADEMIA / PERSONAL DETAILS â\x80¢ Bachelor of Engineering (B.E.) in Computer Science and Engineering From SGBAU Amravati University, Amravati in 2014 with CGPA of 7.21\r\n\r\nCurrent Address:- Mr. Yogesh Tikhat, C/O: Raj Ahmad, Flat# G2-702, Dreams Aakruti, Kalepadal, Hadapsar, Pune - 411028\r\nHighest Qualification BE (cse)\r\n\r\nPAN: - AOFPT5052C',
"Software Skills: * RDBMS: MS SQL SERVER 2000/2005/2008 & 2012, 2014 * Operating Systems: WINDOWS XP/7, WINDOWS SERVER 2008, 12 * Fundamentals: MS Office 03/07 * Tools: SSMS, Performance Monitor, Sql profiler, SQL lite speed. Company name: Barclays Technology Centre India. Team Size: 24 Role: Database Administrator Support Description: Barclays Technology is a UK based retail & invest bank and 300 years of old bank.. It has operations in over 40 countries and employs approximately 120, 000 people. Barclays is organised into four core businesses: Personal & Corporate (Personal Banking, Corporate Banking, Wealth & Investment Management), Barclaycard, Investment Banking. Responsibilities: â\x9c\x93 Attending various calls from all over the world on various database issues. â\x9c\x93 Working on Web Gui alerts and resolving incident tickets within the time lines. â\x9c\x93 Troubleshoooting log shipping issues and fixing the related alerts. â\x9c\x93 Identifying and Resolving Blocking and locking related issues. â\x9c\x93 Configuration and monitoring Replication, Log shipping and mirroring setup. â\x9c\x93 Working on replication issues and Always ON issue. â\x9c\x93 Granting and revoking permissions on various account provisioning tasks. â\x9c\x93 Working on call support during the weekend and performing DR test's. and working on weekly maintenance jobs and weekend change requests. Education Details \r\n B.Sc. Maths Kakatiya University Board secured\r\nSQL server database administrator \r\n\r\nDatabase administrator\r\nSkill Details \r\nDATABASE- Exprience - 120 months\r\nDATABASE ADMINISTRATOR- Exprience - 72 months\r\nMAINTENANCE- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nREPLICATION- Exprience - 48 monthsCompany Details \r\ncompany - Barclays global services centre\r\ndescription - SQL server databases implementation and maintenances\r\n\r\nLog shipping, replication, High availability, clustering, performance tuning, database mirroring, Installation, configuration, upgradation, migration\r\ncompany - Wipro Infotech Pvt Ltd\r\ndescription - SQL server database administrator\r\ncompany - CITI Bank\r\ndescription - Worked as Database Support at Accord Fintech, Sanpada from Sep 2008 to 2013 Feb.\r\ncompany - \r\ndescription - 2012.\r\nâ\x80¢ Sound knowledge in Database Backup, Restore, Attach, and Detach and Disaster Recovery procedures.\r\nâ\x80¢ Developed backup and recovery strategies for production environment.\r\nâ\x80¢ Ensuring data consistency in the database through DBCC and DMV commands.\r\nâ\x80¢ Experience in query tuning and stored procedures and troubleshooting performance issues.\r\nâ\x80¢ Having hands on experience in DR process including log shipping and database mirroring.\r\nâ\x80¢ Experience in scheduling monitoring of Jobs.\r\nâ\x80¢ Experience in configure and troubleshooting in Always ON.\r\nâ\x80¢ Creating and Maintaining of Maintenance Plan.\r\nâ\x80¢ Expertise in planning and implementing MS SQL Server Security and Database permissions.\r\nâ\x80¢ Clear understanding of Implementation of Log Shipping, Replication and mirroring of databases between the servers.\r\nâ\x80¢ Performance Tuning (Performance Monitor, SQL Profiler Query Analyzer) â\x80¢ Security for server & Databases Implementing security by creating roles/users,\r\nAdded users in roles, assigning rights to roles.\r\nâ\x80¢ Create and maintaining the linked servers between sql Instances.\r\nâ\x80¢ Create and maintaining and Database mail.\r\nâ\x80¢ Monitor and troubleshoot database issues.\r\nâ\x80¢ Creating DTS packages for executing the required tasks.\r\nâ\x80¢ Experts in create indexes, Maintaining indexes and rebuilds and reorganizes.\r\nâ\x80¢ Daily Maintenance of SQL Servers included reviewing\r\nSQL error logs, Event Viewer.",
'Areas of Expertise â\x80¢ Oracle Databases 12c, 11g, 10g â\x80¢ Weblogic 12c, 11g â\x80¢ Grid Infrastructure â\x80¢ RMAN â\x80¢ ASM â\x80¢ Middleware: OIM, OAM, SOA â\x80¢ Shell Scripts â\x80¢ DataGuard â\x80¢ Web servers - OHS, Apache â\x80¢ Architecture Designs â\x80¢ Proof of Concepts â\x80¢ DevOpsEducation Details \r\nJanuary 2007 Bachelor of Engineering Information Technology Sangli, Maharashtra Walchand College\r\nJanuary 2004 Diploma Computer Engineering Jalgaon, Maharashtra Govt. Polytechnic\r\nLead Database Administrator \r\n\r\nLead Database Administrator - Tieto Software\r\nSkill Details \r\nDATABASES- Exprience - 108 months\r\nMIDDLEWARE- Exprience - 96 months\r\nRMAN- Exprience - 84 months\r\nSHELL SCRIPTS- Exprience - 48 monthsCompany Details \r\ncompany - Tieto Software\r\ndescription - As a part of AO (Application Operations) team, scope in project is quite wide than typical database administration. Range of accomplishments are extended right from Data Tier to Middle Tier & Application Tier:\r\n- Maximized availability of applications from 99.3% to 99.8%\r\n- Raised business by presenting Proof of Concepts for 10+ cases\r\n- Delivered upgrades of various applications time to time to keep it on supported platform\r\n- Saved SLAs as per contract by means of handling P1, P2 issues effectively\r\n- Produced Capacity reports comprising all layers (Data, Middleware, Web) of various applications\r\n- Generated Work Orders as per customer need\r\ncompany - Tieto Software\r\ndescription - - Designed databases of various applications\r\n- Planned RMAN backup and recovery, BCP strategies\r\n- Executed Business Continuity Testing for various applications\r\n- Introduced Zero Cost high availability solutions - Active-Passive Failover\r\n- Optimized performance by means of scripting automation\r\n- Established cloning procedures for all layers of various applications\r\n- Delivered Infrastructure changes, like FW Openings & LoadBalancer configuration for new applications\r\n- Eliminated downtime by troubleshoot issues for Middleware products - OIM, OAM, SOA\r\n- Contributed to build & maintain Integration Layer- SMTP, ftp, Reverse Proxy, OCM\r\ncompany - Tieto Software\r\ndescription - - Provided database support to environments - PROD, UAT, TEST, DEV\r\n- Performed Database Refresh/Cloning from production to development and support databases\r\n- Reduced risk level by means of upgrading & patching databases time to time\r\n- Protected databases by assigning appropriate roles and privileges as per SOD\r\n- Generated & maintained Middleware schemas using RCU\r\n- Exceeded scope of work by supporting & maintaining WebLogic platform - installation, patching, troubleshooting issues\r\n- Expanded duty scope to web servers: Install & maintain- OHS, apache, tomcat\r\ncompany - HSBC Software\r\ndescription - Being part of project supporting HSBC Bank France, I achieved:\r\n- Handled incidents & service requests as Day to day database administration tasks\r\n- Delivered basic implementation services - Database installation, patching, upgrades\r\n- Performed capacity planning - managing tablespaces, compressions\r\n- Contributed in maintaining quality of databases - managing instances, indexes, re-organization, performance monitoring & tuning using AWR, ADDM reports\r\n- Maintained backups & recovery of database - logical backups (exp/imp), datapump (expdp/impdp), cold backups, hot backups, RMAN backup/restore, RMAN Duplication\r\n- Reduced efforts by automation - Value add initiatives which includes writing shell scripts for automated housekeeping operations, scheduling backups, use crontab/at to schedule tasks\r\n- Implemented high availability solutions - Dataguard',
'Education Details \r\nMay 2011 to May 2014 Bachelor of science Information technology Mumbai, Maharashtra Mumbai university\r\nOracle DBA \r\n\r\nOracle database administrator\r\nSkill Details \r\nInstallation of Oracle on RH Linux & Windows. Creating/Managing user profiles and analyzing their privileges and tablespace quotas Backup of database Logical and Physical procedures. Recovery of database in case of database crash, disk/media failure, etc. Standard DBA functions like space management, Rollback segments, Extents. Database Management and Monitoring the database. Willing to learn new things. Being a constructive team member, contributing practically to the success of the team.- Exprience - 48 monthsCompany Details \r\ncompany - Accelya kale solutions ltd\r\ndescription - Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nDatabase Up-gradation from Oracle 11g to Oracle 12c.\r\nInstallation of Database critical patches.\r\nTaking cold and hot backups on scheduled times and monitoring backups.\r\nImporting the export dump to another database as per demands.\r\nAutomating most of the daily activities through cronjobs, shell scripts or schedulers.\r\nMaking Plan of Actions for Various Activities.\r\nRaising SR with Oracle Support for different severity issues.\r\nHandling the Userâ\x80\x99s request and proper client interaction.\r\nMonitoring & managing database growth, tablespaces, adding ,resizing and renaming the datafiles.\r\nRestoration of database using RMAN backups for backup consistency checks.\r\nMigration of Database using export / import and RMAN backups.\r\nConfiguring & managing Physical Standby database.\r\nCreating database links, Tablespaces, database directories.\r\nManaging network settings through listener.ora and tnsnames.ora files.\r\nRestoration of data using old logical backup as per client request.\r\nSchema replication across databases through data pump tool.\r\nTaking cold and hot backups on scheduled times and monitoring backups\r\nTaking EXPDP of database, database objects and a particular schema\r\nUsing SCP ticketing tool in order keeping track of client requests.Â\xa0\r\nPerforming Maintenance Activities such as Index Rebuilding and stats gather.\r\nTroubleshooting the Basic LevelÂ\xa0performance issuesÂ\xa0\r\nSetting up a new environmentÂ\xa0from database perspective within the requested timelines\r\nAdding/Deleting disks in ASM and monitoring the ASM diskgroups.\r\nCreating users & privileges with appropriate roles and levels of security.Â\xa0\r\nDatabase Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nPerforming database online and offline database re-organization for database enhancement.Â\xa0\r\nMigrating database from Non-ASM to ASM file system.\r\nGrid up-gradation from 11g to 12C.\r\ncompany - Insolutions Global Ltd\r\ndescription - Oracle software installation(graphical/silent),Database upgrade,Patch upgrade.\r\nMaintaining around 80+ UAT DB servers, 40 production DB and 28 standby/DR DB.\r\nManaging/creating DR & standby servers, DB sync.\r\nBackup and recovery (RMAN/ Datapump).\r\nPerforming activities like switchover and failover .\r\nAllocating system storage and planning future storage requirements for the database system\r\nEnrolling users and maintaining system security.\r\nMonitoring Alert log, Snap ID generation, db size, Server space, OEM reports, User validity.\r\nControlling and monitoring user access to the database .\r\nScheduling shell scripts or dbms_jobs using Crontab or DBMS_SCHEDULER (monitoring script, listener check, backup script, AWR reports) etc.\r\nPlanning for backup and recovery of database.\r\nManaging the production database for Oracle and SQL Server and resize the space of database/Datafiles/Tablespace/Transactional Logs.\r\nManaging Temp and Undo tablespaces.\r\nCreating primary database storage structures (tablespaces) after application developers have designed an application.',
'TECHNICAL SKILLS â\x80¢ SQL â\x80¢ Oracle v10, v11, v12 â\x80¢ R programming, Python, linear regression, machine learning and statistical modelling techniques(obtained certification through Edvancer Eduventures training institute) KEY SKILLS â\x80¢ Multitasking, working to meet client SLA in high pressure scenarios, handling sensitive clients along with improved skills at being a team player. â\x80¢ Excellent communication skills and quick learner. â\x80¢ Leadership qualities, team networking and courage to take up the problems proactively.Education Details \r\nJune 2012 Sadvidya Pre-University College\r\nApplication Database Administrator-DBMS (Oracle) \r\n\r\nApplication Database Administrator-DBMS (Oracle) - IBM India Pvt Ltd\r\nSkill Details \r\nCLIENTS- Exprience - 30 months\r\nMACHINE LEARNING- Exprience - 30 months\r\nORACLE- Exprience - 30 months\r\nSQL- Exprience - 30 months\r\nEXCELLENT COMMUNICATION SKILLS- Exprience - 6 monthsCompany Details \r\ncompany - IBM India Pvt Ltd\r\ndescription - Client: Blue Cross Blue Shield MA: Massachusetts Health Insurance\r\nâ\x80¢ Used Oracle SQL to store and organize data. This includes capacity planning, installation, configuration, database\r\ndesign, migration, security, troubleshooting, backup and data recovery.\r\nâ\x80¢ Worked with client databases installed on Oracle v10, v11, v12 on a Linux platform.\r\n\r\nâ\x80¢ Proficient communication with clients across locations facilitating data elicitation.\r\n\r\nâ\x80¢ Handling numerous business requests and solving them diligently within the given time frame and responding quickly and effectively to production issues within SLA.\r\n\r\nâ\x80¢ Leading a team in co ordination with business to conduct weekly checkouts of the database servers and systems\r\n\r\nIBM Certifications\r\nStatistics 101, Applied Data Science with R, Big Data Foundations, Data Science Foundations\r\n\r\nBusiness Analytics Certification (Pune)\r\nWorked on Retail and Banking projects, to design a predictive business model using machine learning techniques in\r\nR programming for an efficient business and marketing strategy.',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
'TECHNICAL SKILLS â\x80¢ Web Technologies: ASP .NET, HTML, CSS, Jquery. â\x80¢ Languages: C, C++, C#.NET, MVC 5. â\x80¢ Database: SQL SERVER 2005/2008/2016. â\x80¢ Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. â\x80¢ Platforms: Visual Stadio 2010/2014. Education Details \r\nJanuary 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.\r\nJanuary 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic\r\nDot net developer \r\n\r\n\r\nSkill Details \r\n.NET- Exprience - 24 months\r\nASP- Exprience - 24 months\r\nC#- Exprience - 24 months\r\nC++- Exprience - 6 months\r\nCRYSTAL REPORT- Exprience - 6 months\r\nHtml- Exprience - Less than 1 year months\r\nCss- Exprience - Less than 1 year months\r\nEntityframewok,jquery,javascript- Exprience - Less than 1 year months\r\nMvc- Exprience - 6 months\r\nSql- Exprience - 24 monthsCompany Details \r\ncompany - Corecode technology\r\ndescription - Worked on web application using asp,c#,mvc\r\nas well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls\r\ncompany - Inetsoft solution\r\ndescription - Created web application using asp and c# and also used sql for database.',
'Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details \r\n Msc Computer Science Pune, Maharashtra Pune University\r\n Bsc Computer Science Pune, Maharashtra Pune University\r\n HSC Semi-English Pune, Maharashtra Maharashatra Board\r\n SSC Semi-English Pune, Maharashtra Maharashatra Board\r\nDOT NET Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nAsp.Net,C#, HTML, CSS, SQL- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nsql server 2008/2012- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
"Technical Skills â\x80¢ Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs â\x80¢ Primary Skill: Entity Framework. â\x80¢ Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: â\x80¢ Adaptability. â\x80¢ Hard Worker. â\x80¢ Self Motivated. â\x80¢ Positive Attitude.Education Details \r\nJanuary 2008 HSC Maharashtra Board\r\nJanuary 2006 SSC Maharashtra Board\r\nDot Net Developer \r\n\r\nDot Net Developer - Glyphisoft Technology\r\nSkill Details \r\nASP- Exprience - 14 months\r\nDOT- Exprience - 14 months\r\nMODEL VIEW CONTROLLER- Exprience - 14 months\r\nMODEL-VIEW-CONTROLLER- Exprience - 14 months\r\nMVC- Exprience - 14 monthsCompany Details \r\ncompany - Glyphisoft Technology\r\ndescription - Having around 1.1+ Years of experience in development in Asp.net MVC\r\nâ\x80¢ Currently associated with Glyphisoft Technology Solution as .net Developer.",
'Education Details \r\nJanuary 2014 Education Details Pune, Maharashtra University Of Pune\r\nJanuary 2010 B.Com Pune, Maharashtra University Of Pune\r\nSoftware Developer \r\n\r\nSoftware Developer - Technology - Dot Net\r\nSkill Details \r\nCompany Details \r\ncompany - Technology - Dot Net\r\ndescription - â\x80¢ Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.\r\n\r\nâ\x80¢ Designation - Software Developer.\r\nâ\x80¢ Technology - Dot Net',
'Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details \r\nJanuary 2010 B.Tech Kakinada, Andhra Pradesh JNTU\r\nDot Net Developer \r\n\r\nDot Net Developer - The Tie Bar\r\nSkill Details \r\n.NET- Exprience - 34 months\r\nASP- Exprience - 34 months\r\nASP.NET- Exprience - 34 months\r\nC#- Exprience - 34 months\r\nJAVASCRIPT- Exprience - 34 monthsCompany Details \r\ncompany - The Tie Bar\r\ndescription - Duration: January 2017 to Till Date\r\n\r\nResponsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.\r\nâ\x80¢ Consuming Web API and WCF Rest full services.\r\nâ\x80¢ Designed and coded application components in an agile environment utilizing a test driven development approach.\r\nâ\x80¢ Created and maintained project tasks and schedules.\r\nâ\x80¢ Provided programming estimates, identified potential problems and recommended alternative solutions.\r\nâ\x80¢ Worked in close cooperation with project managers and other functional team members to form a team effort in development.\r\nâ\x80¢ Utilized pair programming approach to ensure high quality code.\r\n\r\nProjects:\r\nTitle: THE TIEBAR\r\nEnvironment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5\r\nDatabase: SQL Server 2015\r\n\r\nRole: Developer\r\nDescription:\r\nThe Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,\r\n\r\nTitle: Leave Management System\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nA Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company\r\n\r\nTitle: Around Pune (CMS)\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nAround Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.\r\n\r\nTitle: Country Side\r\nEnvironment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nThis is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.\r\ncompany - Hamsa Hitech Pvt. Ltd\r\ndescription - Responsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.\r\nâ\x80¢ Design and implement systems that use relational databases, specifically SQL 2008.\r\n\r\nProject:\r\nTitle: A G JOHNSON\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nA G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support\r\n\r\nTitle: CRM for Company\r\nEnvironment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nCustomer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.',
"Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. â\x80¢ SRS documentation and Development. Education Details \r\n MCM Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Indore, Madhya Pradesh DAVV University\r\nDesignation - Dot Net Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nEntity Framework- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nAsp.Net- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nOOP- Exprience - Less than 1 year months\r\nASP.Net MVC- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nSQL- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nJSON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Cognizant Technology Solutions\r\ndescription - I am working as a dot net developer.\r\ncompany - Ni-Lux Software Ltd.\r\ndescription - I was worked as a dot net developer.\r\ncompany - Ni-lux Software Ltd\r\ndescription - ",
'TECHNICAL SKILLS â\x9d\x96 Programming Languages: C#.NET â\x9d\x96 Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â\x9d\x96 Database: SQL Server 2014 â\x9d\x96 IDE: Visual Studio 2015, Visual Studio Code â\x9d\x96 Office Packages: MS-Office (Access, Word, Excel) Education Details \r\nJanuary 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University\r\nDOT NET Developer \r\n\r\nDOT NET Developer - Navshar Global Software\r\nSkill Details \r\n.NET- Exprience - 15 months\r\nASP- Exprience - 15 months\r\nASP.NET- Exprience - 15 months\r\nBOOTSTRAP- Exprience - 15 months\r\njQuery- Exprience - 15 months\r\nASP.NET MVC- Exprience - Less than 1 year months\r\nAngularjs- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nEntity Framework- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Navshar Global Software\r\ndescription - 017.\r\n\r\nPROJECTS WORKED ON\r\n1. Navnirman Tech Festival\r\nâ\x9c\x93 Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n2. Like Security\r\nâ\x9c\x93 The Like Security web application provides trusted services and man power as well labour management.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n3. Performance Review (In House Project)\r\nâ\x9c\x93 This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\ncompany - None\r\ndescription - None',
'TECHNICAL SKILLS â\x80¢ Web Technologies: ASP .NET, HTML, CSS, Jquery. â\x80¢ Languages: C, C++, C#.NET, MVC 5. â\x80¢ Database: SQL SERVER 2005/2008/2016. â\x80¢ Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. â\x80¢ Platforms: Visual Stadio 2010/2014. Education Details \r\nJanuary 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.\r\nJanuary 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic\r\nDot net developer \r\n\r\n\r\nSkill Details \r\n.NET- Exprience - 24 months\r\nASP- Exprience - 24 months\r\nC#- Exprience - 24 months\r\nC++- Exprience - 6 months\r\nCRYSTAL REPORT- Exprience - 6 months\r\nHtml- Exprience - Less than 1 year months\r\nCss- Exprience - Less than 1 year months\r\nEntityframewok,jquery,javascript- Exprience - Less than 1 year months\r\nMvc- Exprience - 6 months\r\nSql- Exprience - 24 monthsCompany Details \r\ncompany - Corecode technology\r\ndescription - Worked on web application using asp,c#,mvc\r\nas well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls\r\ncompany - Inetsoft solution\r\ndescription - Created web application using asp and c# and also used sql for database.',
'Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details \r\n Msc Computer Science Pune, Maharashtra Pune University\r\n Bsc Computer Science Pune, Maharashtra Pune University\r\n HSC Semi-English Pune, Maharashtra Maharashatra Board\r\n SSC Semi-English Pune, Maharashtra Maharashatra Board\r\nDOT NET Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nAsp.Net,C#, HTML, CSS, SQL- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nsql server 2008/2012- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
"Technical Skills â\x80¢ Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs â\x80¢ Primary Skill: Entity Framework. â\x80¢ Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: â\x80¢ Adaptability. â\x80¢ Hard Worker. â\x80¢ Self Motivated. â\x80¢ Positive Attitude.Education Details \r\nJanuary 2008 HSC Maharashtra Board\r\nJanuary 2006 SSC Maharashtra Board\r\nDot Net Developer \r\n\r\nDot Net Developer - Glyphisoft Technology\r\nSkill Details \r\nASP- Exprience - 14 months\r\nDOT- Exprience - 14 months\r\nMODEL VIEW CONTROLLER- Exprience - 14 months\r\nMODEL-VIEW-CONTROLLER- Exprience - 14 months\r\nMVC- Exprience - 14 monthsCompany Details \r\ncompany - Glyphisoft Technology\r\ndescription - Having around 1.1+ Years of experience in development in Asp.net MVC\r\nâ\x80¢ Currently associated with Glyphisoft Technology Solution as .net Developer.",
'Education Details \r\nJanuary 2014 Education Details Pune, Maharashtra University Of Pune\r\nJanuary 2010 B.Com Pune, Maharashtra University Of Pune\r\nSoftware Developer \r\n\r\nSoftware Developer - Technology - Dot Net\r\nSkill Details \r\nCompany Details \r\ncompany - Technology - Dot Net\r\ndescription - â\x80¢ Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.\r\n\r\nâ\x80¢ Designation - Software Developer.\r\nâ\x80¢ Technology - Dot Net',
'Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details \r\nJanuary 2010 B.Tech Kakinada, Andhra Pradesh JNTU\r\nDot Net Developer \r\n\r\nDot Net Developer - The Tie Bar\r\nSkill Details \r\n.NET- Exprience - 34 months\r\nASP- Exprience - 34 months\r\nASP.NET- Exprience - 34 months\r\nC#- Exprience - 34 months\r\nJAVASCRIPT- Exprience - 34 monthsCompany Details \r\ncompany - The Tie Bar\r\ndescription - Duration: January 2017 to Till Date\r\n\r\nResponsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.\r\nâ\x80¢ Consuming Web API and WCF Rest full services.\r\nâ\x80¢ Designed and coded application components in an agile environment utilizing a test driven development approach.\r\nâ\x80¢ Created and maintained project tasks and schedules.\r\nâ\x80¢ Provided programming estimates, identified potential problems and recommended alternative solutions.\r\nâ\x80¢ Worked in close cooperation with project managers and other functional team members to form a team effort in development.\r\nâ\x80¢ Utilized pair programming approach to ensure high quality code.\r\n\r\nProjects:\r\nTitle: THE TIEBAR\r\nEnvironment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5\r\nDatabase: SQL Server 2015\r\n\r\nRole: Developer\r\nDescription:\r\nThe Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,\r\n\r\nTitle: Leave Management System\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nA Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company\r\n\r\nTitle: Around Pune (CMS)\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nAround Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.\r\n\r\nTitle: Country Side\r\nEnvironment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nThis is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.\r\ncompany - Hamsa Hitech Pvt. Ltd\r\ndescription - Responsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.\r\nâ\x80¢ Design and implement systems that use relational databases, specifically SQL 2008.\r\n\r\nProject:\r\nTitle: A G JOHNSON\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nA G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support\r\n\r\nTitle: CRM for Company\r\nEnvironment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nCustomer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.',
"Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. â\x80¢ SRS documentation and Development. Education Details \r\n MCM Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Indore, Madhya Pradesh DAVV University\r\nDesignation - Dot Net Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nEntity Framework- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nAsp.Net- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nOOP- Exprience - Less than 1 year months\r\nASP.Net MVC- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nSQL- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nJSON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Cognizant Technology Solutions\r\ndescription - I am working as a dot net developer.\r\ncompany - Ni-Lux Software Ltd.\r\ndescription - I was worked as a dot net developer.\r\ncompany - Ni-lux Software Ltd\r\ndescription - ",
'TECHNICAL SKILLS â\x9d\x96 Programming Languages: C#.NET â\x9d\x96 Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â\x9d\x96 Database: SQL Server 2014 â\x9d\x96 IDE: Visual Studio 2015, Visual Studio Code â\x9d\x96 Office Packages: MS-Office (Access, Word, Excel) Education Details \r\nJanuary 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University\r\nDOT NET Developer \r\n\r\nDOT NET Developer - Navshar Global Software\r\nSkill Details \r\n.NET- Exprience - 15 months\r\nASP- Exprience - 15 months\r\nASP.NET- Exprience - 15 months\r\nBOOTSTRAP- Exprience - 15 months\r\njQuery- Exprience - 15 months\r\nASP.NET MVC- Exprience - Less than 1 year months\r\nAngularjs- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nEntity Framework- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Navshar Global Software\r\ndescription - 017.\r\n\r\nPROJECTS WORKED ON\r\n1. Navnirman Tech Festival\r\nâ\x9c\x93 Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n2. Like Security\r\nâ\x9c\x93 The Like Security web application provides trusted services and man power as well labour management.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n3. Performance Review (In House Project)\r\nâ\x9c\x93 This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\ncompany - None\r\ndescription - None',
'TECHNICAL SKILLS â\x80¢ Web Technologies: ASP .NET, HTML, CSS, Jquery. â\x80¢ Languages: C, C++, C#.NET, MVC 5. â\x80¢ Database: SQL SERVER 2005/2008/2016. â\x80¢ Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. â\x80¢ Platforms: Visual Stadio 2010/2014. Education Details \r\nJanuary 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.\r\nJanuary 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic\r\nDot net developer \r\n\r\n\r\nSkill Details \r\n.NET- Exprience - 24 months\r\nASP- Exprience - 24 months\r\nC#- Exprience - 24 months\r\nC++- Exprience - 6 months\r\nCRYSTAL REPORT- Exprience - 6 months\r\nHtml- Exprience - Less than 1 year months\r\nCss- Exprience - Less than 1 year months\r\nEntityframewok,jquery,javascript- Exprience - Less than 1 year months\r\nMvc- Exprience - 6 months\r\nSql- Exprience - 24 monthsCompany Details \r\ncompany - Corecode technology\r\ndescription - Worked on web application using asp,c#,mvc\r\nas well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls\r\ncompany - Inetsoft solution\r\ndescription - Created web application using asp and c# and also used sql for database.',
'Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details \r\n Msc Computer Science Pune, Maharashtra Pune University\r\n Bsc Computer Science Pune, Maharashtra Pune University\r\n HSC Semi-English Pune, Maharashtra Maharashatra Board\r\n SSC Semi-English Pune, Maharashtra Maharashatra Board\r\nDOT NET Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nAsp.Net,C#, HTML, CSS, SQL- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nsql server 2008/2012- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
"Technical Skills â\x80¢ Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs â\x80¢ Primary Skill: Entity Framework. â\x80¢ Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: â\x80¢ Adaptability. â\x80¢ Hard Worker. â\x80¢ Self Motivated. â\x80¢ Positive Attitude.Education Details \r\nJanuary 2008 HSC Maharashtra Board\r\nJanuary 2006 SSC Maharashtra Board\r\nDot Net Developer \r\n\r\nDot Net Developer - Glyphisoft Technology\r\nSkill Details \r\nASP- Exprience - 14 months\r\nDOT- Exprience - 14 months\r\nMODEL VIEW CONTROLLER- Exprience - 14 months\r\nMODEL-VIEW-CONTROLLER- Exprience - 14 months\r\nMVC- Exprience - 14 monthsCompany Details \r\ncompany - Glyphisoft Technology\r\ndescription - Having around 1.1+ Years of experience in development in Asp.net MVC\r\nâ\x80¢ Currently associated with Glyphisoft Technology Solution as .net Developer.",
'Education Details \r\nJanuary 2014 Education Details Pune, Maharashtra University Of Pune\r\nJanuary 2010 B.Com Pune, Maharashtra University Of Pune\r\nSoftware Developer \r\n\r\nSoftware Developer - Technology - Dot Net\r\nSkill Details \r\nCompany Details \r\ncompany - Technology - Dot Net\r\ndescription - â\x80¢ Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.\r\n\r\nâ\x80¢ Designation - Software Developer.\r\nâ\x80¢ Technology - Dot Net',
'Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details \r\nJanuary 2010 B.Tech Kakinada, Andhra Pradesh JNTU\r\nDot Net Developer \r\n\r\nDot Net Developer - The Tie Bar\r\nSkill Details \r\n.NET- Exprience - 34 months\r\nASP- Exprience - 34 months\r\nASP.NET- Exprience - 34 months\r\nC#- Exprience - 34 months\r\nJAVASCRIPT- Exprience - 34 monthsCompany Details \r\ncompany - The Tie Bar\r\ndescription - Duration: January 2017 to Till Date\r\n\r\nResponsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.\r\nâ\x80¢ Consuming Web API and WCF Rest full services.\r\nâ\x80¢ Designed and coded application components in an agile environment utilizing a test driven development approach.\r\nâ\x80¢ Created and maintained project tasks and schedules.\r\nâ\x80¢ Provided programming estimates, identified potential problems and recommended alternative solutions.\r\nâ\x80¢ Worked in close cooperation with project managers and other functional team members to form a team effort in development.\r\nâ\x80¢ Utilized pair programming approach to ensure high quality code.\r\n\r\nProjects:\r\nTitle: THE TIEBAR\r\nEnvironment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5\r\nDatabase: SQL Server 2015\r\n\r\nRole: Developer\r\nDescription:\r\nThe Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,\r\n\r\nTitle: Leave Management System\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nA Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company\r\n\r\nTitle: Around Pune (CMS)\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nAround Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.\r\n\r\nTitle: Country Side\r\nEnvironment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nThis is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.\r\ncompany - Hamsa Hitech Pvt. Ltd\r\ndescription - Responsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.\r\nâ\x80¢ Design and implement systems that use relational databases, specifically SQL 2008.\r\n\r\nProject:\r\nTitle: A G JOHNSON\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nA G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support\r\n\r\nTitle: CRM for Company\r\nEnvironment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nCustomer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.',
"Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. â\x80¢ SRS documentation and Development. Education Details \r\n MCM Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Indore, Madhya Pradesh DAVV University\r\nDesignation - Dot Net Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nEntity Framework- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nAsp.Net- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nOOP- Exprience - Less than 1 year months\r\nASP.Net MVC- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nSQL- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nJSON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Cognizant Technology Solutions\r\ndescription - I am working as a dot net developer.\r\ncompany - Ni-Lux Software Ltd.\r\ndescription - I was worked as a dot net developer.\r\ncompany - Ni-lux Software Ltd\r\ndescription - ",
'TECHNICAL SKILLS â\x9d\x96 Programming Languages: C#.NET â\x9d\x96 Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â\x9d\x96 Database: SQL Server 2014 â\x9d\x96 IDE: Visual Studio 2015, Visual Studio Code â\x9d\x96 Office Packages: MS-Office (Access, Word, Excel) Education Details \r\nJanuary 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University\r\nDOT NET Developer \r\n\r\nDOT NET Developer - Navshar Global Software\r\nSkill Details \r\n.NET- Exprience - 15 months\r\nASP- Exprience - 15 months\r\nASP.NET- Exprience - 15 months\r\nBOOTSTRAP- Exprience - 15 months\r\njQuery- Exprience - 15 months\r\nASP.NET MVC- Exprience - Less than 1 year months\r\nAngularjs- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nEntity Framework- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Navshar Global Software\r\ndescription - 017.\r\n\r\nPROJECTS WORKED ON\r\n1. Navnirman Tech Festival\r\nâ\x9c\x93 Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n2. Like Security\r\nâ\x9c\x93 The Like Security web application provides trusted services and man power as well labour management.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n3. Performance Review (In House Project)\r\nâ\x9c\x93 This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\ncompany - None\r\ndescription - None',
'TECHNICAL SKILLS â\x80¢ Web Technologies: ASP .NET, HTML, CSS, Jquery. â\x80¢ Languages: C, C++, C#.NET, MVC 5. â\x80¢ Database: SQL SERVER 2005/2008/2016. â\x80¢ Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. â\x80¢ Platforms: Visual Stadio 2010/2014. Education Details \r\nJanuary 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.\r\nJanuary 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic\r\nDot net developer \r\n\r\n\r\nSkill Details \r\n.NET- Exprience - 24 months\r\nASP- Exprience - 24 months\r\nC#- Exprience - 24 months\r\nC++- Exprience - 6 months\r\nCRYSTAL REPORT- Exprience - 6 months\r\nHtml- Exprience - Less than 1 year months\r\nCss- Exprience - Less than 1 year months\r\nEntityframewok,jquery,javascript- Exprience - Less than 1 year months\r\nMvc- Exprience - 6 months\r\nSql- Exprience - 24 monthsCompany Details \r\ncompany - Corecode technology\r\ndescription - Worked on web application using asp,c#,mvc\r\nas well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls\r\ncompany - Inetsoft solution\r\ndescription - Created web application using asp and c# and also used sql for database.',
'Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details \r\n Msc Computer Science Pune, Maharashtra Pune University\r\n Bsc Computer Science Pune, Maharashtra Pune University\r\n HSC Semi-English Pune, Maharashtra Maharashatra Board\r\n SSC Semi-English Pune, Maharashtra Maharashatra Board\r\nDOT NET Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nAsp.Net,C#, HTML, CSS, SQL- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nsql server 2008/2012- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
"Technical Skills â\x80¢ Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs â\x80¢ Primary Skill: Entity Framework. â\x80¢ Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: â\x80¢ Adaptability. â\x80¢ Hard Worker. â\x80¢ Self Motivated. â\x80¢ Positive Attitude.Education Details \r\nJanuary 2008 HSC Maharashtra Board\r\nJanuary 2006 SSC Maharashtra Board\r\nDot Net Developer \r\n\r\nDot Net Developer - Glyphisoft Technology\r\nSkill Details \r\nASP- Exprience - 14 months\r\nDOT- Exprience - 14 months\r\nMODEL VIEW CONTROLLER- Exprience - 14 months\r\nMODEL-VIEW-CONTROLLER- Exprience - 14 months\r\nMVC- Exprience - 14 monthsCompany Details \r\ncompany - Glyphisoft Technology\r\ndescription - Having around 1.1+ Years of experience in development in Asp.net MVC\r\nâ\x80¢ Currently associated with Glyphisoft Technology Solution as .net Developer.",
'Education Details \r\nJanuary 2014 Education Details Pune, Maharashtra University Of Pune\r\nJanuary 2010 B.Com Pune, Maharashtra University Of Pune\r\nSoftware Developer \r\n\r\nSoftware Developer - Technology - Dot Net\r\nSkill Details \r\nCompany Details \r\ncompany - Technology - Dot Net\r\ndescription - â\x80¢ Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.\r\n\r\nâ\x80¢ Designation - Software Developer.\r\nâ\x80¢ Technology - Dot Net',
'Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details \r\nJanuary 2010 B.Tech Kakinada, Andhra Pradesh JNTU\r\nDot Net Developer \r\n\r\nDot Net Developer - The Tie Bar\r\nSkill Details \r\n.NET- Exprience - 34 months\r\nASP- Exprience - 34 months\r\nASP.NET- Exprience - 34 months\r\nC#- Exprience - 34 months\r\nJAVASCRIPT- Exprience - 34 monthsCompany Details \r\ncompany - The Tie Bar\r\ndescription - Duration: January 2017 to Till Date\r\n\r\nResponsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.\r\nâ\x80¢ Consuming Web API and WCF Rest full services.\r\nâ\x80¢ Designed and coded application components in an agile environment utilizing a test driven development approach.\r\nâ\x80¢ Created and maintained project tasks and schedules.\r\nâ\x80¢ Provided programming estimates, identified potential problems and recommended alternative solutions.\r\nâ\x80¢ Worked in close cooperation with project managers and other functional team members to form a team effort in development.\r\nâ\x80¢ Utilized pair programming approach to ensure high quality code.\r\n\r\nProjects:\r\nTitle: THE TIEBAR\r\nEnvironment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5\r\nDatabase: SQL Server 2015\r\n\r\nRole: Developer\r\nDescription:\r\nThe Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,\r\n\r\nTitle: Leave Management System\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nA Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company\r\n\r\nTitle: Around Pune (CMS)\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nAround Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.\r\n\r\nTitle: Country Side\r\nEnvironment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nThis is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.\r\ncompany - Hamsa Hitech Pvt. Ltd\r\ndescription - Responsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.\r\nâ\x80¢ Design and implement systems that use relational databases, specifically SQL 2008.\r\n\r\nProject:\r\nTitle: A G JOHNSON\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nA G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support\r\n\r\nTitle: CRM for Company\r\nEnvironment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nCustomer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.',
"Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. â\x80¢ SRS documentation and Development. Education Details \r\n MCM Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Indore, Madhya Pradesh DAVV University\r\nDesignation - Dot Net Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nEntity Framework- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nAsp.Net- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nOOP- Exprience - Less than 1 year months\r\nASP.Net MVC- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nSQL- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nJSON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Cognizant Technology Solutions\r\ndescription - I am working as a dot net developer.\r\ncompany - Ni-Lux Software Ltd.\r\ndescription - I was worked as a dot net developer.\r\ncompany - Ni-lux Software Ltd\r\ndescription - ",
'TECHNICAL SKILLS â\x9d\x96 Programming Languages: C#.NET â\x9d\x96 Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â\x9d\x96 Database: SQL Server 2014 â\x9d\x96 IDE: Visual Studio 2015, Visual Studio Code â\x9d\x96 Office Packages: MS-Office (Access, Word, Excel) Education Details \r\nJanuary 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University\r\nDOT NET Developer \r\n\r\nDOT NET Developer - Navshar Global Software\r\nSkill Details \r\n.NET- Exprience - 15 months\r\nASP- Exprience - 15 months\r\nASP.NET- Exprience - 15 months\r\nBOOTSTRAP- Exprience - 15 months\r\njQuery- Exprience - 15 months\r\nASP.NET MVC- Exprience - Less than 1 year months\r\nAngularjs- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nEntity Framework- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Navshar Global Software\r\ndescription - 017.\r\n\r\nPROJECTS WORKED ON\r\n1. Navnirman Tech Festival\r\nâ\x9c\x93 Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n2. Like Security\r\nâ\x9c\x93 The Like Security web application provides trusted services and man power as well labour management.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n3. Performance Review (In House Project)\r\nâ\x9c\x93 This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\ncompany - None\r\ndescription - None',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months']
k=[]
for i in C:
k.append(i)
k
['Skills * Programming Languages: Python (pandas, numpy, scipy, scikit-learn, matplotlib), Sql, Java, JavaScript/JQuery. * Machine learning: Regression, SVM, Naïve Bayes, KNN, Random Forest, Decision Trees, Boosting techniques, Cluster Analysis, Word Embedding, Sentiment Analysis, Natural Language processing, Dimensionality reduction, Topic Modelling (LDA, NMF), PCA & Neural Nets. * Database Visualizations: Mysql, SqlServer, Cassandra, Hbase, ElasticSearch D3.js, DC.js, Plotly, kibana, matplotlib, ggplot, Tableau. * Others: Regular Expression, HTML, CSS, Angular 6, Logstash, Kafka, Python Flask, Git, Docker, computer vision - Open CV and understanding of Deep learning.Education Details \r\n\r\nData Science Assurance Associate \r\n\r\nData Science Assurance Associate - Ernst & Young LLP\r\nSkill Details \r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nPython- Exprience - 24 monthsCompany Details \r\ncompany - Ernst & Young LLP\r\ndescription - Fraud Investigations and Dispute Services Assurance\r\nTECHNOLOGY ASSISTED REVIEW\r\nTAR (Technology Assisted Review) assists in accelerating the review process and run analytics and generate reports.\r\n* Core member of a team helped in developing automated review platform tool from scratch for assisting E discovery domain, this tool implements predictive coding and topic modelling by automating reviews, resulting in reduced labor costs and time spent during the lawyers review.\r\n* Understand the end to end flow of the solution, doing research and development for classification models, predictive analysis and mining of the information present in text data. Worked on analyzing the outputs and precision monitoring for the entire tool.\r\n* TAR assists in predictive coding, topic modelling from the evidence by following EY standards. Developed the classifier models in order to identify "red flags" and fraud-related issues.\r\n\r\nTools & Technologies: Python, scikit-learn, tfidf, word2vec, doc2vec, cosine similarity, Naïve Bayes, LDA, NMF for topic modelling, Vader and text blob for sentiment analysis. Matplot lib, Tableau dashboard for reporting.\r\n\r\nMULTIPLE DATA SCIENCE AND ANALYTIC PROJECTS (USA CLIENTS)\r\nTEXT ANALYTICS - MOTOR VEHICLE CUSTOMER REVIEW DATA * Received customer feedback survey data for past one year. Performed sentiment (Positive, Negative & Neutral) and time series analysis on customer comments across all 4 categories.\r\n* Created heat map of terms by survey category based on frequency of words * Extracted Positive and Negative words across all the Survey categories and plotted Word cloud.\r\n* Created customized tableau dashboards for effective reporting and visualizations.\r\nCHATBOT * Developed a user friendly chatbot for one of our Products which handle simple questions about hours of operation, reservation options and so on.\r\n* This chat bot serves entire product related questions. Giving overview of tool via QA platform and also give recommendation responses so that user question to build chain of relevant answer.\r\n* This too has intelligence to build the pipeline of questions as per user requirement and asks the relevant /recommended questions.\r\n\r\nTools & Technologies: Python, Natural language processing, NLTK, spacy, topic modelling, Sentiment analysis, Word Embedding, scikit-learn, JavaScript/JQuery, SqlServer\r\n\r\nINFORMATION GOVERNANCE\r\nOrganizations to make informed decisions about all of the information they store. The integrated Information Governance portfolio synthesizes intelligence across unstructured data sources and facilitates action to ensure organizations are best positioned to counter information risk.\r\n* Scan data from multiple sources of formats and parse different file formats, extract Meta data information, push results for indexing elastic search and created customized, interactive dashboards using kibana.\r\n* Preforming ROT Analysis on the data which give information of data which helps identify content that is either Redundant, Outdated, or Trivial.\r\n* Preforming full-text search analysis on elastic search with predefined methods which can tag as (PII) personally identifiable information (social security numbers, addresses, names, etc.) which frequently targeted during cyber-attacks.\r\nTools & Technologies: Python, Flask, Elastic Search, Kibana\r\n\r\nFRAUD ANALYTIC PLATFORM\r\nFraud Analytics and investigative platform to review all red flag cases.\r\nâ\x80¢ FAP is a Fraud Analytics and investigative platform with inbuilt case manager and suite of Analytics for various ERP systems.\r\n* It can be used by clients to interrogate their Accounting systems for identifying the anomalies which can be indicators of fraud by running advanced analytics\r\nTools & Technologies: HTML, JavaScript, SqlServer, JQuery, CSS, Bootstrap, Node.js, D3.js, DC.js',
'Education Details \r\nMay 2013 to May 2017 B.E UIT-RGPV\r\nData Scientist \r\n\r\nData Scientist - Matelabs\r\nSkill Details \r\nPython- Exprience - Less than 1 year months\r\nStatsmodels- Exprience - 12 months\r\nAWS- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nSklearn- Exprience - Less than 1 year months\r\nScipy- Exprience - Less than 1 year months\r\nKeras- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Matelabs\r\ndescription - ML Platform for business professionals, dummies and enthusiasts.\r\n60/A Koramangala 5th block,\r\nAchievements/Tasks behind sukh sagar, Bengaluru,\r\nIndia Developed and deployed auto preprocessing steps of machine learning mainly missing value\r\ntreatment, outlier detection, encoding, scaling, feature selection and dimensionality reduction.\r\nDeployed automated classification and regression model.\r\nlinkedin.com/in/aditya-rathore-\r\nb4600b146 Reasearch and deployed the time series forecasting model ARIMA, SARIMAX, Holt-winter and\r\nProphet.\r\nWorked on meta-feature extracting problem.\r\ngithub.com/rathorology\r\nImplemented a state of the art research paper on outlier detection for mixed attributes.\r\ncompany - Matelabs\r\ndescription - ',
'Areas of Interest Deep Learning, Control System Design, Programming in-Python, Electric Machinery, Web Development, Analytics Technical Activities q Hindustan Aeronautics Limited, Bangalore - For 4 weeks under the guidance of Mr. Satish, Senior Engineer in the hangar of Mirage 2000 fighter aircraft Technical Skills Programming Matlab, Python and Java, LabView, Python WebFrameWork-Django, Flask, LTSPICE-intermediate Languages and and MIPOWER-intermediate, Github (GitBash), Jupyter Notebook, Xampp, MySQL-Basics, Python Software Packages Interpreters-Anaconda, Python2, Python3, Pycharm, Java IDE-Eclipse Operating Systems Windows, Ubuntu, Debian-Kali Linux Education Details \r\nJanuary 2019 B.Tech. Electrical and Electronics Engineering Manipal Institute of Technology\r\nJanuary 2015 DEEKSHA CENTER\r\nJanuary 2013 Little Flower Public School\r\nAugust 2000 Manipal Academy of Higher\r\nDATA SCIENCE \r\n\r\nDATA SCIENCE AND ELECTRICAL ENTHUSIAST\r\nSkill Details \r\nData Analysis- Exprience - Less than 1 year months\r\nexcel- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nmathematics- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year months\r\nElectrical Engineering- Exprience - Less than 1 year months\r\nSql- Exprience - Less than 1 year monthsCompany Details \r\ncompany - THEMATHCOMPANY\r\ndescription - I am currently working with a Casino based operator(name not to be disclosed) in Macau.I need to segment the customers who visit their property based on the value the patrons bring into the company.Basically prove that the segmentation can be done in much better way than the current system which they have with proper numbers to back it up.Henceforth they can implement target marketing strategy to attract their customers who add value to the business.',
"Skills â\x80¢ R â\x80¢ Python â\x80¢ SAP HANA â\x80¢ Tableau â\x80¢ SAP HANA SQL â\x80¢ SAP HANA PAL â\x80¢ MS SQL â\x80¢ SAP Lumira â\x80¢ C# â\x80¢ Linear Programming â\x80¢ Data Modelling â\x80¢ Advance Analytics â\x80¢ SCM Analytics â\x80¢ Retail Analytics â\x80¢Social Media Analytics â\x80¢ NLP Education Details \r\nJanuary 2017 to January 2018 PGDM Business Analytics Great Lakes Institute of Management & Illinois Institute of Technology\r\nJanuary 2013 Bachelor of Engineering Electronics and Communication Bengaluru, Karnataka New Horizon College of Engineering, Bangalore Visvesvaraya Technological University\r\nData Science Consultant \r\n\r\nConsultant - Deloitte USI\r\nSkill Details \r\nLINEAR PROGRAMMING- Exprience - 6 months\r\nRETAIL- Exprience - 6 months\r\nRETAIL MARKETING- Exprience - 6 months\r\nSCM- Exprience - 6 months\r\nSQL- Exprience - Less than 1 year months\r\nDeep Learning- Exprience - Less than 1 year months\r\nMachine learning- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nR- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Deloitte USI\r\ndescription - The project involved analysing historic deals and coming with insights to optimize future deals.\r\nRole: Was given raw data, carried out end to end analysis and presented insights to client.\r\nKey Responsibilities:\r\nâ\x80¢ Extract data from client systems across geographies.\r\nâ\x80¢ Understand and build reports in tableau. Infer meaningful insights to optimize prices and find out process blockades.\r\nTechnical Environment: R, Tableau.\r\n\r\nIndustry: Cross Industry\r\nService Area: Cross Industry - Products\r\nProject Name: Handwriting recognition\r\nConsultant: 3 months.\r\nThe project involved taking handwritten images and converting them to digital text images by object detection and sentence creation.\r\nRole: I was developing sentence correction functionality.\r\nKey Responsibilities:\r\nâ\x80¢ Gather data large enough to capture all English words\r\nâ\x80¢ Train LSTM models on words.\r\nTechnical Environment: Python.\r\n\r\nIndustry: Finance\r\nService Area: Financial Services - BI development Project Name: SWIFT\r\nConsultant: 8 months.\r\nThe project was to develop an analytics infrastructure on top of SAP S/4, it would user to view\r\nfinancial reports to respective departments. Reporting also included forecasting expenses.\r\nRole: I was leading the offshore team.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop ETL for data flow\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: SAP HANA, Tableau, SAP AO.\r\n\r\nIndustry: Healthcare Analytics\r\nService Area: Life Sciences - Product development Project Name: Clinical Healthcare System\r\nConsultant: 2 months.\r\nThe project was to develop an analytics infrastructure on top of Argus, it would allow users to query faster and provide advance analytics capabilities.\r\nRole: I was involved from design to deploy phase, performed a lot of data restructuring and built\r\nmodels for insights.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop data models for reporting.\r\nâ\x80¢ Develop and deploy analytical models.\r\nâ\x80¢ Validate various reports.\r\nTechnical Environment: Data Modelling, SAP HANA, Tableau, NLP.\r\n\r\nIndustry: FMCG\r\nService Area: Trade & Promotion\r\nProject Name: Consumption Based Planning for Flowers Foods Consultant; 8 months.\r\nThe project involved setting up of CRM and CBP modules.\r\nRole: I was involved in key data decomposition activities and setting up the base for future year\r\nforecast. Over the course of the project I developed various models and carried out key\r\nperformance improvements.\r\nKey Responsibilities:\r\nâ\x80¢ Design & Develop HANA models for decomposition.\r\nâ\x80¢ Develop data flow for forecast.\r\nâ\x80¢ Developed various views for reporting of Customer/Sales/Funds.\r\nâ\x80¢ Validate various reports in BOBJ.\r\nTechnical Environment: Data Modelling, SAP HANA, BOBJ, Time Series Forecasting.\r\n\r\nInternal Initiative Industry: FMCG\r\nCustomer Segmentation and RFM analysis Consultant; 3 months.\r\nThe initiative involved setting up of HANA-Python interface and advance analytics on Python. Over the course I had successfully segmented data into five core segments using K-means and carried out RFM analysis in Python. Also developed algorithm to categorize any new customer under the defined buckets.\r\nTechnical Environment: Anaconda3, Python3.6, HANA SPS12\r\n\r\nIndustry: Telecom Invoice state detection Consultant; 1 months.\r\nThe initiative was to reduce the manual effort in verifying closed and open invoices manually, it\r\ninvolved development to a decision tree to classify open/closed invoices. This enabled effort\r\nreduction by 60%.\r\nTechnical Environment: R, SAP PAL, SAP HANA SPS12\r\n\r\nAccenture Experience\r\nIndustry: Analytics - Cross Industry\r\nIn Process Analytics for SAP Senior Developer; 19 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nThe project involved development of SAP analytics tool - In Process Analytics (IPA) . My role was to develop database objects and data models to provide operational insights to clients.\r\nRole: I have developed various Finance related KPIs and spearheaded various deployments.\r\nIntroduced SAP Predictive analytics to reduce development time and reuse functionalities for KPIs and prepared production planning reports.\r\nKey Responsibilities:\r\nâ\x80¢ Involved in information gather phase.\r\nâ\x80¢ Designed and implemented SAP HANA data modelling using Attribute View, Analytic View, and\r\nCalculation View.\r\nâ\x80¢ Developed various KPI's individually using complex SQL scripts in Calculation views.\r\nâ\x80¢ Created procedures in HANA Database.\r\nâ\x80¢ Took ownership and developed Dashboard functionality.\r\nâ\x80¢ Involved in building data processing algorithms to be executed in R server for cluster analysis.\r\nTechnical Environment: R, SAP HANA, T-SQL.\r\nIndustry: Cross Industry\r\nAccenture Testing Accelerator for SAP Database Developer; 21 months.\r\nAccenture Solutions Pvt. Ltd., India\r\nRole: I have taken care of all development activities for the ATAS tool and have also completed\r\nvarious deployments of the product.\r\nApart from these activities I was also actively involved in maintenance of the database servers\r\n(Production & Quality)\r\nKey Responsibilities:\r\nâ\x80¢ Analyzing business requirements, understanding the scope, getting requirements clarified\r\ninteracting with business and further transform all requirements to generate attribute\r\nmapping documents and reviewing mapping specification documentation\r\nâ\x80¢ Create / Update database objects like tables, views, stored procedures, function, and packages\r\nâ\x80¢ Monitored SQL Server Error Logs and Application Logs through SQL Server Agent\r\nâ\x80¢ Prepared Data Flow Diagrams, Entity Relationship Diagrams using UML\r\nâ\x80¢ Responsible for Designing, developing and Normalization of database tables\r\nâ\x80¢ Experience in performance tuning using SQL profiler.\r\nâ\x80¢ Involved in QA, UAT, knowledge transfer and support activities\r\nTechnical Environment: SQL Server 2008/2014, Visual Studio 2010, Windows Server, Performance\r\nMonitor, SQL Server Profiler, C#, PL-SQL, T-SQL.",
'Education Details \r\n MCA YMCAUST, Faridabad, Haryana\r\nData Science internship \r\n\r\n\r\nSkill Details \r\nData Structure- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nData Analysis- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nCore Java- Exprience - Less than 1 year months\r\nDatabase Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Itechpower\r\ndescription - ',
"SKILLS C Basics, IOT, Python, MATLAB, Data Science, Machine Learning, HTML, Microsoft Word, Microsoft Excel, Microsoft Powerpoint. RECOGNITION Academic Secured First place in B.Tech.Education Details \r\nAugust 2014 to May 2018 B.Tech. Ghatkesar, Andhra Pradesh Aurora's Scientific and Technological Institute\r\nJune 2012 to May 2014 Secondary Education Warangal, Telangana SR Junior College\r\nData Science \r\n\r\n\r\nSkill Details \r\nMS OFFICE- Exprience - Less than 1 year months\r\nC- Exprience - Less than 1 year months\r\nmachine learning- Exprience - Less than 1 year months\r\ndata science- Exprience - Less than 1 year months\r\nMatlab- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ",
'Skills â\x80¢ Python â\x80¢ Tableau â\x80¢ Data Visualization â\x80¢ R Studio â\x80¢ Machine Learning â\x80¢ Statistics IABAC Certified Data Scientist with versatile experience over 1+ years in managing business, data science consulting and leading innovation projects, bringing business ideas to working real world solutions. Being a strong advocator of augmented era, where human capabilities are enhanced by machines, Fahed is passionate about bringing business concepts in area of machine learning, AI, robotics etc., to real life solutions.Education Details \r\nJanuary 2017 B. Tech Computer Science & Engineering Mohali, Punjab Indo Global College of Engineering\r\nData Science Consultant \r\n\r\nData Science Consultant - Datamites\r\nSkill Details \r\nMACHINE LEARNING- Exprience - 13 months\r\nPYTHON- Exprience - 24 months\r\nSOLUTIONS- Exprience - 24 months\r\nDATA SCIENCE- Exprience - 24 months\r\nDATA VISUALIZATION- Exprience - 24 months\r\nTableau- Exprience - 24 monthsCompany Details \r\ncompany - Datamites\r\ndescription - â\x80¢ Analyzed and processed complex data sets using advanced querying, visualization and analytics tools.\r\nâ\x80¢ Responsible for loading, extracting and validation of client data.\r\nâ\x80¢ Worked on manipulating, cleaning & processing data using python.\r\nâ\x80¢ Used Tableau for data visualization.\r\ncompany - Heretic Solutions Pvt Ltd\r\ndescription - â\x80¢ Worked closely with business to identify issues and used data to propose solutions for effective decision making.\r\nâ\x80¢ Manipulating, cleansing & processing data using Python, Excel and R.\r\nâ\x80¢ Analyzed raw data, drawing conclusions & developing recommendations.\r\nâ\x80¢ Used machine learning tools and statistical techniques to produce solutions to problems.',
'Education Details \r\n B.Tech Rayat and Bahra Institute of Engineering and Biotechnology\r\nData Science \r\n\r\nData Science\r\nSkill Details \r\nNumpy- Exprience - Less than 1 year months\r\nMachine Learning- Exprience - Less than 1 year months\r\nTensorflow- Exprience - Less than 1 year months\r\nScikit- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nGCP- Exprience - Less than 1 year months\r\nPandas- Exprience - Less than 1 year months\r\nNeural Network- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Wipro\r\ndescription - Bhawana Aggarwal\r\nE-Mail:bhawana.chd@gmail.com\r\nPhone: 09876971076\r\nVVersatile, high-energy professional targeting challenging assignments in Machine\r\nPROFILE SUMMARY\r\nâ\x96ª An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.\r\nTECHNICAL SKILLS\r\nProgramming Languages Python, C\r\nLibraries Seaborn, Numpy, Pandas, Cufflinks, Matplotlib\r\nAlgorithms\r\nKNN, Decision Tree, Linear regression, Logistic Regression, Neural Networks, K means clustering,\r\nTensorflow, SVM\r\nDatabases SQL, Oracle\r\nOperating Systems Linux, Window\r\nDevelopment Environments NetBeans, Notebooks, Sublime\r\nTicketing tools Service Now, Remedy\r\nEducation\r\nUG Education:\r\nB.Tech (Computer Science) from Rayat and Bahra Institute of Engineering and Biotechnology passed with 78.4%in\r\n2016.\r\nSchooling:\r\nXII in 2012 from Moti Ram Arya Sr. Secondary School(Passed with 78.4%)\r\nX in 2010 from Valley Public School (Passed with 9.4 CGPA)\r\nWORK EXPERINCE\r\nTitle : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\nOTHER PROJECTS\r\nTitle : Diabetes Detection\r\nBrief : Developed the software which can detect whether the person is suffering from Diabetes or not and got the third\r\nprize in it.\r\nTRAINING AND CERTIFICATIONS\r\nTitle: Python Training, Machine Learning, Data Science, Deep Learning\r\nOrganization: Udemy, Coursera (Machine Learning, Deep Learning)\r\nPersonal Profile\r\nFatherâ\x80\x99s Name :Mr. Tirlok Aggarwal\r\nLanguage Known : English & Hindi\r\nMarital Status :Single\r\nDate of Birth(Gender):1993-12-20(YYYY-MM-DD) (F)\r\ncompany - Wipro\r\ndescription - Developing programs in Python.\r\ncompany - Wipro\r\ndescription - Title : Wipro Neural Intelligence Platform\r\nTeam Size : 5\r\nBrief: Wiproâ\x80\x99s Neural Intelligence Platform harnesses the power of automation and artificial intelligence\r\ntechnologiesâ\x80\x94natural language processing (NLP), cognitive, machine learning, and analytics. The platform\r\ncomprises three layers: a data engagement platform that can easily access and manage multiple structured and\r\nunstructured data sources; an â\x80\x9cintent assessment and reasoningâ\x80\x9d engine that includes sentiment and predictive\r\nanalytics; and a deep machine learning engine that can sense, act, and learn over time. The project entailed\r\nautomating responses to user queries at the earliest. The Monster Bot using the power of Deep Machine Learning,\r\nNLP to handle such queries. User can see the how their queries can be answered quickly like allL1 activities can be\r\neliminated.\r\nEntity Extractor -> This involves text extraction and NLP for fetching out important information from the text like\r\ndates, names, places, contact numbers etc. This involves Regex, Bluemix NLU apiâ\x80\x99s and machine learning using\r\nTensor flow for further learning of new entities.\r\nClassifier ->This involves the classifications of classes, training of dataset and predicting the output using the SKLearn\r\nclassifier (MNB, SVM, SGD as Classifier) and SGD for the optimization to map the user queries with the best\r\nsuited response and make the system efficient.\r\nNER: A Deep Learning NER Model is trained to extract the entities from the text. Entities like Roles, Skills,\r\nOrganizations can be extracted from raw text. RNN(LSTM) Bidirectional model is trained for extracting such entities\r\nusing Keras TensorFlow framework.\r\ncompany - Wipro Technologies\r\ndescription - An IT professional with knowledge and experience of 2 years in Wipro Technologies in Machine\r\nLearning, Deep Learning, Data Science, Python, Software Development.\r\nâ\x96ª Skilled in managing end-to-end development and software products / projects from inception, requirement\r\nspecs, planning, designing, implementation, configuration and documentation.\r\nâ\x96ª Knowledge on Python , Machine Learning, Deep Learning, data Science, Algorithms, Neural Network,\r\nNLP, GCP.\r\nâ\x96ª Knowledge on Python Libraries like Numpy, Pandas, Seaborn , Matplotlib, Cufflinks.\r\nâ\x96ª Knowledge on different algorithms in Machine learning like KNN, Decision Tree, Bias variance Trade off,\r\nSupport vector Machine(SVM),Logistic Regression, Neural networks.\r\nâ\x96ª Have knowledge on unsupervised, Supervised and reinforcement data.\r\nâ\x96ª Programming experience in relational platforms like MySQL,Oracle.\r\nâ\x96ª Have knowledge on Some programming language like C++,Java.\r\nâ\x96ª Experience in cloud based environment like Google Cloud.\r\nâ\x96ª Working on different Operating System like Linux, Ubuntu, Windows.\r\nâ\x96ª Good interpersonal and communication skills.\r\nâ\x96ª Problem solving skills with the ability to think laterally, and to think with a medium term and long term\r\nperspective\r\nâ\x96ª Flexibility and an open attitude to change.\r\nâ\x96ª Ability to create, define and own frameworks with a strong emphasis on code reusability.',
'Personal Skills â\x9e¢ Ability to quickly grasp technical aspects and willingness to learn â\x9e¢ High energy levels & Result oriented. Education Details \r\nJanuary 2018 Master of Engineering Computer Technology & Application Bhopal, Madhya Pradesh Truba Institute of Engineering & Information Technology\r\nJanuary 2010 B.E. computer science Bhopal, Madhya Pradesh RKDF Institute of Science and Technology College of Engineering\r\nJanuary 2006 Polytechnic Information Technology Vidisha, Madhya Pradesh SATI Engineering College in Vidisha\r\nJanuary 2003 M.tech Thesis Detail BMCH School in Ganj basoda\r\nData science \r\n\r\nI have six month experience in Data Science. Key Skills: - Experience in Machine Learning, Deep Leaning, NLP, Python, SQL, Web Scraping Good knowledge in computer subjects and ability to update\r\nSkill Details \r\nExperience in Machine Learning, Deep Learning, NLP, Python, SQL, Web Crawling, HTML,CSS.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - RNT.AI Technology Solution\r\ndescription - Text classification using Machine learning Algorithms with python.\r\nPractical knowledge of Deep learning algorithms such as Â\xa0Recurrent Neural Networks(RNN).\r\nDevelop custom data models and algorithms to apply to dataset\r\nExperience with Python packages like Pandas, Scikit-learn, Tensor Flow, Numpy, Matplotliv, NLTK.\r\nComfort with SQL, Â\xa0MYSQL\r\nSentiment analysis.\r\nÂ\xa0Apply leave Dataset using classification technique like Tf--idf , LSA with cosine similarity using Machine learning Algorithms.\r\nWeb crawling using Selenium web driver and Beautiful Soup with python.\r\ncompany - Life Insurance Corporation of India Bhopal\r\ndescription - üÂ\xa0Explaining policy features and the benefits\r\nü Updated knowledge of life insurance products and shared with customers',
'Expertise â\x88\x92 Data and Quantitative Analysis â\x88\x92 Decision Analytics â\x88\x92 Predictive Modeling â\x88\x92 Data-Driven Personalization â\x88\x92 KPI Dashboards â\x88\x92 Big Data Queries and Interpretation â\x88\x92 Data Mining and Visualization Tools â\x88\x92 Machine Learning Algorithms â\x88\x92 Business Intelligence (BI) â\x88\x92 Research, Reports and Forecasts Education Details \r\n PGP in Data Science Mumbai, Maharashtra Aegis School of data science & Business\r\n B.E. in Electronics & Communication Electronics & Communication Indore, Madhya Pradesh IES IPS Academy\r\nData Scientist \r\n\r\nData Scientist with PR Canada\r\nSkill Details \r\nAlgorithms- Exprience - 6 months\r\nBI- Exprience - 6 months\r\nBusiness Intelligence- Exprience - 6 months\r\nMachine Learning- Exprience - 24 months\r\nVisualization- Exprience - 24 months\r\nspark- Exprience - 24 months\r\npython- Exprience - 36 months\r\ntableau- Exprience - 36 months\r\nData Analysis- Exprience - 24 monthsCompany Details \r\ncompany - Aegis school of Data Science & Business\r\ndescription - Mostly working on industry project for providing solution along with Teaching Appointments: Teach undergraduate and graduate-level courses in Spark and Machine Learning as an adjunct faculty member at Aegis School of Data Science, Mumbai (2017 to Present)\r\ncompany - Aegis school of Data & Business\r\ndescription - Data Science Intern, Nov 2015 to Jan 2016\r\n\r\nFurnish executive leadership team with insights, analytics, reports and recommendations enabling effective strategic planning across all business units, distribution channels and product lines.\r\n\r\nâ\x9e\x94 Chat Bot using AWS LEX and Tensor flow Python\r\nThe goal of project creates a chat bot for an academic institution or university to handle queries related courses offered by that institute. The objective of this task is to reduce human efforts as well as reduce man made errors. Even by this companies handle their client 24x7. In this case companies are academic institutions and clients are participants or students.\r\nâ\x9e\x94 Web scraping using Selenium web driver Python\r\nThe task is to scrap the data from the online messaging portal in a text format and have to find the pattern form it.\r\nâ\x9e\x94 Data Visualization and Data insights Hadoop Eco System, Hive, PySpark, QlikSense\r\nThe goal of this project is to build a Business Solutions to a Internet Service Provider Company, like handling data which is generated per day basis, for that we have to visualize that data and find the usage pattern form it and have a generate a reports.\r\nâ\x9e\x94 Image Based Fraud Detection Microsoft Face API, PySpark, Open CV\r\nThe main goal of project is Recognize similarity for a face to given Database images. Face recognition is the recognizing a special face from set of different faces. Face is extracted and then compared with the database Image if that Image recognized then the person already applied for loan from somewhere else and now hiding his or her identity, this is how we are going to prevent the frauds in the initial stage itself.\r\nâ\x9e\x94 Churn Analysis for Internet Service Provider R, Python, Machine Learning, Hadoop\r\nThe objective is to identify the customer who is likely to churn in a given period of time; we have to pretend the customer giving incentive offers.\r\nâ\x9e\x94 Sentiment Analysis Python, NLP, Apache Spark service in IBM Bluemix.\r\nThis project is highly emphasis on tweets from Twitter data were taken for mobile networks service provider to do a sentiment analysis and analyze whether the expressed opinion was positive, negative or neutral, capture the emotions of the tweets and comparative analysis.\r\n\r\nQuantifiable Results:\r\nâ\x88\x92 Mentored 7-12 Data Science Enthusiast each year that have all since gone on to graduate school in Data Science and Business Analytics.\r\nâ\x88\x92 Reviewed and evaluated 20-40 Research Papers on Data Science for one of the largest Data Science Conference called Data Science Congress by Aegis School of Business Mumbai.\r\nâ\x88\x92 Heading a solution providing organization called Data Science Delivered into Aegis school of Data Science Mumbai and managed 4-5 live projects using Data Science techniques.\r\nâ\x88\x92 Working for some social cause with the help of Data Science for Social Goods Committee, where our team developed a product called "Let\'s find a missing Child" for helping society.\r\ncompany - IBM India pvt ltd\r\ndescription - Mostly worked on blumix and IBM Watson for Data science.',
'TECHNICAL SKILLS â\x80¢ Typewriting â\x80¢ TORA â\x80¢ SPSSEducation Details \r\nJanuary 2017 MBA Chidambaram, Tamil Nadu SNS College of Engineering\r\nJanuary 2014 HSC at SAV Higher Secondary School\r\n MBA SNS College of Engineering\r\n SSLC Finance at Kamaraj Matriculation School\r\nHR \r\n\r\n\r\nSkill Details \r\nHuman resource, Finance- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
'I.T. Skills â\x80¢ Windows XP, Ms Office (Word, Excel: Look-ups; Pivot table; other basic functions ; Power Point) â\x80¢ Saral Payment Package- payroll software â\x80¢ Internet ApplicationsEducation Details \r\nJanuary 2006 Bachelor in Hospitality Management International Hospitality Management Queen Margaret University Edinburg\r\nJanuary 2006 diploma Hotel Management International Institute of Hotel Management\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Atri Developers\r\ndescription - â\x80¢ HR Payroll Statutory Compliance Performance Management\r\ncompany - \r\ndescription - Employee Relations and Administration: Creating industry specific Policies, Procedure, Forms, Formats, Letters, Checklists etc\r\n\r\nPayroll Management: Salary restructuring to process payroll of 600 employees.\r\nâ\x80¢ Validation of all input (Attendance, Leaves, and Salaries) before starting salary process.\r\nâ\x80¢ Processing accurate & error free salary of employees.\r\nâ\x80¢ Responsible for compensation and benefits administration.\r\nâ\x80¢ Coordinate with Accounts team for salary processing.\r\nâ\x80¢ Attendance & Leave record management\r\nâ\x80¢ Assuring prompt and satisfactory resolution of payroll related queries of all employees.\r\n\r\nStatutory Compliance Management:\r\nâ\x80¢ Manage various statutory compliance requirements (PF, ESIC, PT, Gratuity, TDS etc calculations, deduction, payment and return filing.\r\nâ\x80¢ Generate statutory reports like Form 16, Form 24Q. Conducting session with employees on Statutory Policies and procedure, compliance related topics.\r\nâ\x80¢ Shops and Commercial Establishments Act (S&E)\r\nâ\x80¢ The Payment of Gratuity Act 1972\r\nRecruitment and Selection: Handling recruitment like job posting in naukri portal and coordination. Create annual manpower plan and budget. Screen and schedule preliminary interview. Arrange for employee orientation. Handling joining formalities and salary account opening formalities.\r\n\r\nPerformance Management: End to end facilitation of PMS starting from creating Job Description & Appraisal Forms to Disbursement of Letters. KRA setting, Mid-year reviews, Annual reviews, handling all appraisal activities (360 Degree)\r\n\r\nTraining and Development: Conduct training need analysis and arrange various training session.\r\n\r\nEmployee engagement and Employee Welfare: Creation and deployment of Sales Rewards and Recognition Schemes, Periodic Interactive sessions like Monthly Birthday Celebration, Annual Day, Diwali Dhamaka, Offsite etc.\r\nWorking on Saral Payment Package- payroll software as well as on excel\r\nAssisting MD in HR works, offering suggestions and answering employee queries on payroll compliance related issues, other benefits (insurance, medical, reimbursement, ), full & final settlement of resigned employees.',
'Education Details \r\n BA mumbai University\r\nHR \r\n\r\n\r\nSkill Details \r\nHr Operations- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Mumbai Monorail\r\ndescription - ',
'Education Details \r\nJune 2012 to May 2015 B.A Economics Chennai, Tamil Nadu Sdnbvc\r\nHr \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Anything IT Solution\r\ndescription - Hr',
'Education Details \r\n BBA lovely professional university\r\nHR \r\n\r\n\r\nSkill Details \r\nCommunication- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - ',
'Education Details \r\n MBA ACN College of engineering & mgt\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - HR Assistant\r\ndescription - ',
'KEY SKILLS: â\x80¢ Computerized accounting with tally â\x80¢ Sincere & hard working â\x80¢ Management accounting & income tax â\x80¢ Good communication & leadership â\x80¢ Two and four wheeler driving license â\x80¢ Internet & Ecommerce management COMPUTER SKILLS: â\x80¢ C Language â\x80¢ Web programing â\x80¢ Tally â\x80¢ Dbms Education Details \r\nJune 2017 to June 2019 Mba Finance/hr India Mlrit\r\nJune 2014 to June 2017 Bcom Computer Hyderabad, Telangana Osmania university\r\nJune 2012 to April 2014 Inter MEC India Srimedhav\r\nHr \r\n\r\nNani\r\nSkill Details \r\naccounting- Exprience - 6 months\r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDbms- Exprience - 6 months\r\nManagement accounting- Exprience - 6 months\r\nEcommerce- Exprience - 6 monthsCompany Details \r\ncompany - Valuelabs\r\ndescription - They will give the RRF form the required DLT then the hand over to RLT then scrum master will take the form from the RLT then scrum master will give the forms to trainee which we can work on the requirement till the candidate receive the offer from the company',
'Training in Special Education (Certificate Course) Education Details \r\nJuly 2016 to October 2018 M.Sc Psychology with specialization in Organizational Behaviour Malappuram, Kerala Calicut University\r\nJuly 2013 to March 2016 BSc Psychology Thrissur Prajyoti Niketan College\r\nHR \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - \r\ndescription - I have done a 30 days internship in the HR department of Foster Hot Breads, KINFRA, Malappuram, Kerala and I have also done a 60 days internship at Santhwana Institute of Counselling and Psychotherapy, Cochin, Kerala as Counsellor',
'Computer Knowledge: â\x80¢ Proficient in basic use of MS office â\x80¢ Microsoft Dynamics AX software â\x80¢ SAIBA softwareEducation Details \r\n MBA Distance education Bharathiar University\r\n BE PA College of Engineering and Technology\r\n HSC R.V.G. Hr Sec School\r\n SSC G.Hr.Sec School\r\nHR \r\n\r\nAdmin in Bharat\r\nSkill Details \r\nDYNAMICS- Exprience - 6 months\r\nDYNAMICS AX- Exprience - 6 months\r\nMICROSOFT DYNAMICS- Exprience - 6 months\r\nMICROSOFT DYNAMICS AX- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 monthsCompany Details \r\ncompany - Sri Ramesh Gaarment\r\ndescription - Tirupur\r\n\r\nAdministration as well as clients service\r\nHere corporate companies only insured so that knowledge gathered about\r\nGarments, spinning mills\r\n\r\nâ\x80¢ FEB 2018 to Still: Sri Ramesh Gaarment Tirupur.\r\n\r\nHR Activities\r\nAttendance maintenance, Time cards maintenance,\r\nStaffs and labors individual records maintenance\r\n\r\nProject:\r\nâ\x80¢ Advanced automobile collision avoidance and blackbox in CAR',
"SOFTWARE SKILLS: â\x80¢ General Computer Proficiency â\x80¢ Program Langages known C, C+, Java, Web Programming â\x80¢ Tools & Software know MATLAB. DBMS KEY STRENGTHS: â\x80¢ Posse's Good communication and analytic skills. â\x80¢ Positive thinking. Sincere, Hard work, Honesty, Responsibility. â\x80¢ Enthusiastic to learn new skills & take up new tasks. â\x80¢ Self - motivated. â\x80¢ Ready to accept challenges Education Details \r\nJanuary 2014 to January 2017 BE in computer science and engineering computer science engineering Adichunchanagiri institute of technology chikmagalur\r\nHR \r\n\r\n\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMATLAB- Exprience - 6 monthsCompany Details \r\ncompany - Yours Truly\r\ndescription - Jayashree H .K)",
"TECHNICAL QUALIFICATIONS: â\x80¢ Windows, Ms. OfficeEducation Details \r\n LL.B Guwahati, Assam University Law College, Guwahati University\r\n B.Sc Jagiroad, ASSAM, IN Jagiroad College\r\n Morigaon College\r\nAdvocate \r\n\r\nAdvocate - Gauhati High Court\r\nSkill Details \r\nCompany Details \r\ncompany - Gauhati High Court\r\ndescription - of the Gauhati High Court and other subordinate Courts and Tribunals and Statutory Bodies in Guwahati from 2008. Numerous experiences of Civil, Criminal cases, cases under consumer forum.\r\nâ\x80¢ Handling a good number of Civil as well as Criminal Matters in District & Sessions Judge Court, Judge Court, C.J.M. Court, and Consumer Forum & also in the High Court.\r\nâ\x80¢ Working as Executive (Legal) at Hindustan Paper Corporation Limited (A Govt. of India Enterprise), Nagaon Paper Mill since Jan '2012.\r\nSTRENGTH: \r\nâ\x80¢ Adaptability: A penchant to adapt to the conditions & level of the environment accordance with the requirement of the given situation.\r\nâ\x80¢ Interpersonal: An extrovert to the core, prefer to interact with people of all walks of life and varying strata of society. Ability to quickly establish rapport with others.\r\nâ\x80¢ Team Work: Enjoy being a part of a group & achieve combined goals.\r\nROLES AND RESPONSIBILITIES AT HPC LTD \r\nâ\x80¢ Assisting in briefing counsels on matters relating to Nagaon Paper Mill, Cachar Paper Mill and also Nagaland Pulp and Paper Corporation Ltd.\r\nâ\x80¢ The task of legal vetting in all NIBs/NITs terms and conditions etc.\r\nâ\x80¢ Providing Legal views to protect the interest of the Corporation.\r\nâ\x80¢ Assisting in formulation and drafting of all Disciplinary matters.\r\nâ\x80¢ Liaisoning with all local bodies and also other forums.",
'Education Details \r\n B.Com, LL.B., University of Clacutta, University of Burdwan\r\nADVOCATE \r\n\r\n\r\nSkill Details \r\nTaxation matters Income Tax GST P Tax Accounts- Exprience - Less than 1 year months\r\nFiling of Income Tax Returns GST Returns e-TDS AIR and more- Exprience - Less than 1 year monthsCompany Details \r\ncompany - own practice\r\ndescription - 1. Drafting and preparation of plaint, Accounts and move before relevant Authority to hear the cases',
'Education Details \r\n LLB. Dibrugarh University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nLegal.- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Legal.\r\ndescription - â\x80¢ Advocate',
'Education Details \r\nNovember 2016 to January 2019 Llm Masters in Law Hyderabad, Telangana Sultan Ul Uloom College Of Law\r\nSeptember 2011 to May 2016 BA.llb Bachelors in Law Hyderabad, Telangana Osmania University PG College Of Law\r\nAdvocate \r\n\r\nExperienced in Litigation, Recently Acquired Masters Degree in Law\r\nSkill Details \r\nMicrosoft word- Exprience - Less than 1 year months\r\nlitigation- Exprience - Less than 1 year months\r\nLegal Research- Exprience - Less than 1 year months\r\nContracts- Exprience - Less than 1 year months\r\nInternet Savvy- Exprience - Less than 1 year months\r\nDrafting- Exprience - Less than 1 year monthsCompany Details \r\ncompany - LRC Office\r\ndescription - â\x80¢ Working under Senior Advocate L Ravichander in the High Court of Telangana.\r\nâ\x80¢ Experience in drafting\r\nâ\x80¢ Legal Correspondence',
"SKILLS â\x80¢ Knows English as native speaker (IELTS Overall 8; Listening 8, Reading 8, Writing 7 and Speaking 8.5); Hindi with bilingual proficiency and Punjabi as native speaker. â\x80¢ Able to communicate clearly and concisely with people of diverse backgrounds and levels of authority. â\x80¢ Exceptional knowledge of administrative procedures, evidence rules and trials. â\x80¢ Can maintain a professional attitude with peers, co-workers and clients at all times. â\x80¢ Focused and driven to always meet deadlines for pretrial procedures, trials and appellate briefings by effectively utilizing resources. â\x80¢ A Microsoft Certified Systems Engineer (2008) and very much Competent in Windows and Word processing software Education Details \r\nJuly 2009 to May 2012 Bachelor's Laws Bikaner, Rajasthan Maharaja Ganga Singh University\r\nAugust 2008 to November 2008 Microsoft Certified Systems Engineer Networking Chandigarh \r\nJuly 2005 to April 2008 Bachelor's of Science Bio-Informatics Chandigarh, Chandigarh Panjab University\r\nAdvocate \r\n\r\nNewcomer Indian Advocate\r\nSkill Details \r\nAdministration- Exprience - 72 months\r\nLegal Research- Exprience - 72 months\r\nMicrosoft Office- Exprience - 72 months\r\nDrafting- Exprience - 72 monthsCompany Details \r\ncompany - District Courts\r\ndescription - Key Features\r\n\r\nâ\x80¢ Licensed Advocate in practice from 16-Aug-2012 (Bar Council of Punjab & Haryana, Chandigarh).\r\nâ\x80¢ Admitted to practice at District Courts, Mansa since 18-Aug-2012.\r\nâ\x80¢ Successfully passed the All India Bar Examination (AIBE) conducted by Bar Council of India (BCI) in September, 2013.\r\nâ\x80¢ Lead/Sole Counsel for plaintiff and respondents in number of criminal/civil trials.\r\nâ\x80¢ Since 2012, have prepared and prosecuted to conclusion, either by trial or settlement, number of claim cases involving personal injury or death cases.\r\nâ\x80¢ Working on the Panel of District Legal Services Authority, Mansa run under the supervision of National Legal Services Authority, India.\r\nâ\x80¢ Former Co-Opted Member Administrative Committee, Punjab.\r\nâ\x80¢ Former Joint Secretary at District Bar Association, Mansa (2017-18).\r\n\r\nJob Duties\r\n\r\nâ\x80¢ Advice clients of their legal rights and all matters related to law.\r\nâ\x80¢ Plead clients' cases which include various International companies, before courts of law, forums, tribunals and boards.\r\nâ\x80¢ Researching legal precedents, gathering evidence and trials of criminal, Injury and death compensation claims and others.\r\nâ\x80¢ Draw up legal documents such as bail petitions, appeals, divorces and contracts etc.\r\nâ\x80¢ Negotiates settlements of civil disputes.\r\nâ\x80¢ Act as mediator, conciliator, local commissioner or arbitrator as per Court orders\r\nâ\x80¢ Managing a private practice for more than 6 years, including all aspects of administration and management functions, controlling costs and achieving objectives related to the practice of law.",
'QUALIFICATION: Introduction to Computer EXTRAEducation Details \r\nJanuary 2001 to January 2003 Master Law Chennai, Tamil Nadu Dr.Ambedkar Law University\r\nJanuary 1998 to January 2001 Bachelor Law Chennai, Tamil Nadu Dr. Ambedkar Law University\r\nJanuary 1995 to January 1998 Bachelor English Literature Tirunelveli, Tamil Nadu Manonmaniam Sundaranar university\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nCompany Details \r\ncompany - Practiced\r\ndescription - at\r\n\r\n* High Court of Judicature at Madras, India\r\n\r\n* City Civil Court, Chennai\r\n\r\n* Debt Recovery Tribunal, Chennai\r\n\r\n* Consumer Forums, Chennai\r\n\r\n* Labour Courts\r\n\r\n* Small Causes Courts\r\n\r\n* Rent control Courts\r\n* Legal advisor for Christian Institute of Management, Chennai in 2016\r\n* Legal Advisor for Ruah church, Chennai and NESSA Trust till 2018',
'Skills: Natural Languages: Proficient in English, Hindi and Marathi. Computer skills: Proficient with MS-Office, Internet operation.Education Details \r\nJanuary 2015 to January 2018 LLB Law Mumbai, Maharashtra Mumbai university\r\nJanuary 2015 B.M.M Mumbai, Maharashtra S.K.Somaiya College, Mumbai University\r\n H.S.C Asmita Girls junior College, Maharashtra Board\r\n S.S.C Vidya Bhawan Maharashtra Board\r\nAdvocate \r\n\r\nLlb student and Journalist\r\nSkill Details \r\nCompany Details \r\ncompany - Criminal lawyer (law firm)\r\ndescription - ',
'Skills Legal Writing Efficient researcher Legal Education Family Law Criminal Defence Environment law and litigation Business legal issue Banking Law and commercial lawEducation Details \r\nJanuary 2014 LLM Criminology Pune, Maharashtra University of Pune\r\nJanuary 2012 LLB Law Pune, Maharashtra University of Pune\r\nJanuary 2012 Diploma Labour Law Pune, Maharashtra University of Pune\r\nAdvocate \r\n\r\nAdvocate\r\nSkill Details \r\nLEGAL WRITING- Exprience - 6 months\r\nLITIGATION- Exprience - 6 monthsCompany Details \r\ncompany - Family, Criminal in District and Session Court\r\ndescription - Legal consultancy services for\r\nCo-operative Banks, Scheduled Banks and Private Banks\r\nClients\r\nFederal Bank (Chinchwad, Pune)\r\nBharat Co-Operative Bank (Chinchwad, Pune)\r\nICICI Bank\r\n\r\nScope of work\r\nFinalising Loan Agreements,\r\nMortgage agreement, Release Deed and Notice of Intimation,\r\nTitle Deed, Search Report\r\nDRT cases\r\nLegal notices for recovery of dues,\r\nFiling Summary suits\r\nPaper Notice,\r\nPower of Attorney\r\nIndemnity bond\r\n\r\nFamily Law\r\nLegal Consultancy and representation for matters relating to Family disputes such as Marriage and Divorce, Succession, Adoption etc.\r\nLok Adalat\r\nPanel Judicial Member - Four Times',
'Good grasping quality and skillful work Education Details \r\nMarch 2013 to March 2018 B. A. LL. B. Law Solapur, Maharashtra Solapur University\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nGood knowledge of typing as well as many other activities- Exprience - Less than 1 year monthsCompany Details \r\ncompany - District and Session court of solapur\r\ndescription - Forward thinking individual with refined interpersonal and multitasking skills. Looking to join a progressive organization to provide assistance in Legal work.\r\ncompany - District and Session court of solapur\r\ndescription - Provide legal assistance in legal work',
'â\x80¢ Hard working â\x80¢ Quick learnerEducation Details \r\nJune 2014 to May 2017 LLB LAW Mumbai, Maharashtra mumbai university\r\nJanuary 2014 B.Com Commerce Mumbai, Maharashtra Mumbai university\r\nJanuary 2011 HSC Maharashtra board\r\nJanuary 2009 SSC Maharashtra board\r\nAdvocate \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - The vidishtra\r\ndescription - ',
"â\x80¢ Good communication skill â\x80¢ Quick learner â\x80¢ Keen to find solutionsEducation Details \r\n MBA Marketing and International Business Management Pune, Maharashtra Pune University\r\n B-Tech Tech Nagpur, Maharashtra RTM Nagpur University\r\nG.M. Arts, Commerce & Science \r\n\r\nG.M. Arts, Commerce & Science\r\nSkill Details \r\nCompany Details \r\ncompany - Samarth College\r\ndescription - of Engineering 30 7 210 \r\n5 College to campus VJ College of Pharmacy 10 days' workshop 10\r\n\r\nG.M. Arts, Commerce & Science 6 Soft Skills 6 days' workshop 6\r\nCollege\r\n\r\nPersonality G.M. Institute of Agricultural 7\t\t6 days' workshop 6\r\nDevelopment Diploma \r\n8 Soft Skills Samarth College of Polytechnic 20 days' workshop 20\r\n\r\nTOTAL 350\r\nWORKING EXPERIENCE IN CORPORATE:\r\nSr. No Topic Company No. of days Total Hrs \r\n1 Presentation skill & Team Elringklinger Automotives Pvt 1 Day 8 building Workshop Ltd, Ranjangaon, Pune \r\n2 Negotiation skill & Kubler Automation Pvt Ltd., 2 days 16\r\nCommunication skill Chakan, Pune \r\n3 Business Communication Finanza Home Loans, Pimple 3 days 21 & Stress management saudagar, Pune \r\n4 Team-building & Verbal Sharvari Products Pvt Ltd, 2 days 16 communication Junner, Pune 7 days' 5 Entrepreneurship Agriculture Research Centre,\r\nWorkshop 168\r\nDevelopment Narayangaon, Pune (8 batches)\r\nTOTAL 229\r\n\r\nADJOINING SKILLS: â\x80¢ Working knowledge of Windows operating system and MS Office â\x80¢ Communicate well in English, Hindi & Marathi.\r\nâ\x80¢ Organized and participated in events like gathering, teachers day, fashion show and various science exhibitions at college",
"â\x80¢ Operating Systems: Windows XP / Vista / 07Education Details \r\nJanuary 2018 M.F.A painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2016 B.F.A. Painting Nagpur, Maharashtra Nagpur University\r\nJanuary 2012 Diploma Art Maharashtra State Board\r\nJanuary 2010 H.S.C. Maharashtra State Board\r\nJanuary 2008 S.S.C. Maharashtra State Board\r\nFine arts lecturer \r\n\r\n\r\nSkill Details \r\nMs-Cit- Exprience - 96 monthsCompany Details \r\ncompany - Shubhankan Fine Arts College, indore\r\ndescription - â\x80¢ I'm doing a job as a Lecturer in Shubhankan Fine Arts College Indore from Nov 2018.\r\nâ\x80¢ I'm an Artist, completed ATD, BFA and MFA in painting. \r\nâ\x80¢ I'm searching for a job in my faculty in my area and comfort place. To improve my knowledge and experience in this field.\r\ncompany - \r\ndescription - I have a experience of classes of painting, rangoli, drawing, summer classes, etc\r\n\r\nHealth: Physical Disability ( Orthopedically)",
"Additional qualifications April 2000, Web Designing Course with above average computer skillsEducation Details \r\nJanuary 2000 to January 2001 Bachelor of Arts Sociology Mumbai, Maharashtra The Mumbai University\r\nJanuary 1998 to January 2000 Bachelor of Arts Sociology Sophia College\r\nJanuary 1997 to January 1998 H.S.C. Sophia College\r\nJanuary 1995 to January 1996 S.S.C. St. Teresa's Convent High School\r\nHead business development, arts \r\n\r\nHead business development, arts\r\nSkill Details \r\nCompany Details \r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Strategic oversight responsibility for programmes in the performing arts (music, theatre and dance) and other cultural sectors.\r\nñ lead on the conception and oversight of specific large-scale programmes within the overall Arts\r\nprogramme,\r\nñ Represent the British Council at external events in India and act as deputy to the Director, Arts when required.\r\nñ Oversee and manage resources to deliver compelling communications for applicants that convey\r\nBritish Council's grants like Charles Wallace India trust, Young Creative Entrepreneurs and\r\nChevening Clore scholarship programs on time and with excellence\r\nñ Shortlisting and Interviewing potential applicants for existing relevant grants or fellowships.\r\nñ Oversee a diverse range of proposals, progress reports and related projects\r\nñ Ensuring effective and timely identification and communication of program progress\r\nñ Lead a team of six project managers across the country and manage the performance of the team\r\nresponsible for executing arts projects with partnerships built into their work, expertise within their\r\ngeographic region to ensure arts insight and knowledge is available as and when required.\r\nñ Managing relations with existing partners, and developing relationships with targeted new partners and key government officials and ensuring that market insight into business development\r\nopportunities is built into the planning of new programmes\r\nñ Primary strategic responsibility for the marketing of the Arts program in India, to ensure that the program builds a reputation that will be attractive to potential partners, in partnership with the\r\nMarketing and Communications team.\r\ncompany - British Council\r\ndescription - is a cultural relations organization creating international opportunities for the people of the UK and other countries by building trust between them worldwide. They have offices in six continents and over 100 countries bringing international opportunity to life, every day. Each year they work with millions of people, connecting them with the United Kingdom, sharing their cultures and the UK's most attractive\r\nassets: English, the Arts, and Education. They have 80 years' experience of doing this\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Leading the strategic development of British Council's work in the music sector in India/ Sri Lanka\r\nregion and building and maintaining strong international partnerships across sectors in India/ Sri\r\nLanka and the UK\r\nñ Developing strong external partnerships that lead to significant external investment in BC activities and enabling the delivery of an ambitious programme of music sector activities and events thus\r\nstrengthening cultural relationships between India/ Sri Lanka and the UK\r\nñ Leading the implementation of the music programme within India and Sri Lanka along with detailed\r\nproject plans in liaison with colleagues from India/ Sri Lanka and the UK\r\nñ Proactive management of budgets and timelines for all projects\r\nñ Ensuring systematic evaluation of projects, including developing effective systems and processes for capturing both quantitative and qualitative information about effectiveness of projects and longer\r\nterm impact\r\nñ Management of a team across India and Sri Lanka, contributing to recruitment and development/\r\nmentoring of staff\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Planning and organizing logistics related to events, buildings, performers/artists and other\r\npersonnel\r\nñ Marketing a performance or event through social media, direct mail, advertising, use of a website,\r\nproducing posters or publicity leaflets and attracting media coverage\r\nñ Planning and managing budgets\r\nñ Programming and booking performances and events, including arrangements for tours in India\r\nñ Development of new projects and initiatives in consultation with arts professionals and key\r\nstakeholders (e.g. local authorities, local government and communities, venue directors and regional partners)\r\nñ Taking responsibility for operational and office management issues such as venue accessibility,\r\nhealth and safety issues\r\nñ Implementing and maintaining office and information systems\r\nñ Providing administration support to managers and the director\r\nñ Ensuring corporate and legal requirements are complied with, and reporting to the head of the unit\r\ncompany - British Council\r\ndescription - Responsibilities\r\nñ Developing of new specific new projects and initiatives in the music, film and visual art sector in consultation with the Council and key stakeholders\r\nñ Planning and managing budgets\r\nñ Supporting the marketing a performance or event through social media, direct mail, advertising, use of a website, producing posters or publicity leaflets and attracting media coverage\r\nñ Programming the outreach and workshops for the respective programmes.\r\ncompany - AirCheck India\r\ndescription - The company intended to launch stations in both these metros on August 29, 2001.\r\nFor its Mumbai FM station, WIN had the basic infrastructure that includes a studio and production facilities.\r\nThe transmission tower for the station is located in central Mumbai.\r\n\r\nResponsibilities\r\nñ Generating and researching ideas for programmes and pitching for commissions\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ Producing pre-production briefings for presenters, reporters, technical staff and other contributors\r\nñ Managing the logistics of getting people, resources and equipment together to the right place at the right time\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Presenting programmes or managing presenters for both pre-recorded and recorded output\r\nñ Checking that copyrights are cleared and understanding media law\r\nñ Using editing and mixing software's like 'Sonic Foundry Vegas', 'Sonic Foundry Sound Forge',\r\n'Acid', and 'Midi'.\r\ncompany - Rave Magazine\r\ndescription - Rave Magazine was the definitive voice of music emerging from the Indian sub-continent and the lifestyle\r\nthat surrounds it. Through exclusive reporting, a unique sensibility, and with an editorial team with over 20\r\nyears of experience in publishing, RAVE Magazine covers every genre of music emerging from the region and provides new perspectives on International music.\r\n\r\nResponsibilities\r\nñ Maintain production schedules and report on the progress\r\nñ Overview the staff, manage and supervise photographers and freelance writers and generally\r\nprovide administrative support for the editor\r\nñ Participated in production meetings and brain storming sessions to decide on the direction, future\r\ntrends and contents of the publication\r\ncompany - Xs Events\r\ndescription - Xs Events is an event management company primarily dealing with corporate clients who used different\r\nevents to increase an audience's exposure with a brand.\r\n\r\nResponsibilities\r\nñ Development, production and delivery of projects from proposal right up to delivery.\r\nñ Delivering events on time, within budget\r\nñ Maintaining timelines and priorities on every project\r\nñ Managing supplier relationships\r\nñ Managing operational and administrative functions to ensure specific projects are delivered\r\nefficiently\r\ncompany - Banyan Tree Communications\r\ndescription - Responsibilities\r\nñ Sourcing potential contributors and interviewees\r\nñ Selecting music appropriate to the programme, the audience and the station\r\nñ undertaking editing, interviewing and reporting duties as necessary\r\nñ Checking that copyrights are cleared and understanding media law\r\ncompany - French Embassy\r\ndescription - on a part time basis.\r\ncompany - British Council\r\ndescription - Mumbai\r\nAdvice students on various academic opportunities in the United Kingdom and assisted with various\r\nexhibitions by the British Council.",
'Education Details \r\nJanuary 2017 Rachana Sansad School of Interior Deign\r\nJanuary 2013 Holy Family High School\r\n Master of Commerce Marketing Mumbai, Maharashtra University of Mumbai\r\nDrawing & Arts & Craft Teacher \r\n\r\nDrawing & Arts & Craft Teacher - Ghatkopar YMCA\r\nSkill Details \r\nCompany Details \r\ncompany - Ghatkopar YMCA\r\ndescription - for 3 Years.\r\nâ\x9d\x96 Worked in Jungle Cubs Gym as a Co-ordinator for 1 Year.',
'Education Details \r\nAugust 2018 to January 2021 Entermediate Maths Mumbai, Maharashtra Sunbeam academy , samne ghat , varanasi\r\nMartial arts (fitness job) \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Sports Authority\r\ndescription - I am 2nd dan black belt in karate (martial arts)\r\nI am in a searching of personal trainer job for fitness.\r\nI won 3 gold medals in national karate championship.\r\nI won 7 gold medals in state karate championship.\r\n3 times best player of the year of uttar pradesh award ..\r\nRepresented india and Selected for world karate championship held at Croatia , Europe.\r\nâ\x80¢',
'I Other Skills Course/Skill Name Board Year Of Passing Grade Intermediate Grade Drawing Art Examination Committee, 2011 B Examination Maharashtra State I Academic Programme Detail National Service Scheme (Camp): - Sponsored By Government of India Ministry Of Youth Affairs And Sports, New Delhi & North Maharashtra University, Jalgaon. I Strengths â\x80¢ Ability to Learn From Mistakes. * Honesty â\x80¢ Ready to accept challenges and responsibilities. * Quick learning, adaptability, confidence. I Declaration I /201 Your faithfully, Pia .. . . ( Jetalal Hiralal Gorbanjara)Education Details \r\nMay 2010 HSC Nashik, Maharashtra State Board\r\nJune 2008 SSC Nashik, Maharashtra State Board\r\nAsst.Professor \r\n\r\nAsst.Professor\r\nSkill Details \r\nCompany Details \r\ncompany - Kisan Arts\r\ndescription - - Total Work Experience ( In Months)\r\nSr. Name of Organization / College Designation Working Period Total Experience\r\nNo.\t\t( In Months)\r\nFrom To\r\n1. Kisan Arts, Commerce & Science Asst.Professor 20/07/2015 31/05/2016 10 Months\r\nSr. College, Parola Dist- Jalgaon, {Political Sci.)\r\nMaharashtra\r\ncompany - Bahadarpur, Tai- Parola Dist\r\ndescription - ',
"Technical Skills Web Technologies: Angular JS, HTML5, CSS3, SASS, Bootstrap, Jquery, Javascript. Software: Brackets, Visual Studio, Photoshop, Visual Studio Code Education Details \r\nJanuary 2015 B.E CSE Nagpur, Maharashtra G.H.Raisoni College of Engineering\r\nOctober 2009 Photography Competition Click Nagpur, Maharashtra Maharashtra State Board\r\n College Magazine OCEAN\r\nWeb Designer \r\n\r\nWeb Designer - Trust Systems and Software\r\nSkill Details \r\nPHOTOSHOP- Exprience - 28 months\r\nBOOTSTRAP- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nJAVASCRIPT- Exprience - 6 months\r\nCSS3- Exprience - Less than 1 year months\r\nAngular 4- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Trust Systems and Software\r\ndescription - Projects worked on:\r\n1. TrustBank-CBS\r\nProject Description: TrustBank-CBS is a core banking solution by Trust Systems.\r\nRoles and Responsibility:\r\nâ\x97\x8f Renovated complete UI to make it more modern, user-friendly, maintainable and optimised for bank use.\r\nâ\x97\x8f Shared the UI structure and guidelines to be incorporated, with development team of around 50\r\nmembers.\r\nâ\x97\x8f Achieved the target of project completion in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n2. Loan Bazar (Loan Appraisal)\r\nProject Description: Loan Bazar is a MVC-based application dedicated to creating and managing\r\nloan applications. The goal of this application is to streamline the process of loan application and integrate with existing CBS.\r\nRoles and Responsibility\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n3. Capital Security Bond Application\r\nProject Description: Capital Security Bond Application is a MVC based application which provided an online platform to purchase gold bond\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed modern and responsive UI of entire application and achieved the target in given time frame.\r\nâ\x97\x8f Made required graphics for the project in photoshop\r\n\r\n4. SoftGST\r\nProject Description: SoftGST (Web Based Application) is an ASP application to every tax\r\npayers and its vendors for generating the GSTR returns on the basis of sales / purchase\r\ndata, additionally the application can do the reconciliation of GSTR 2 A with purchase register.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the UI of Dashboard.\r\n\r\n5. Trust Analytica:\r\nProject Description: Trust Analytika is the mobile web app that shows bank asset, liability,\r\nincome, expenses.\r\nRoles and Responsibility:\r\nâ\x97\x8f Designed and developed the landing page of the application.\r\nâ\x97\x8f Supported the developers in UI implementation\r\n\r\n6. Website's:\r\nProject Name:\r\n1. TSR Technology Services - http://tsrtechnologyservices.com\r\n2. Vidarbha Merchants Urban Co-Op Bank - http://vmcbank.com\r\n3. GISSS - http://gisss.co.in\r\n4. Softtrust USA - http://softtrustusa.com\r\nRoles and Responsibility\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - www.jalloshband.com\r\ndescription - Project Name:\r\n1. Jallosh Band - www.jalloshband.com\r\n2. An Endeavor Foundation\r\nRoles and Responsibility:\r\nâ\x97\x8f Communicated with clients to understand their requirement\r\nâ\x97\x8f Made mocks for the website\r\nâ\x97\x8f Designed and developed complete website and hosted them in stipulated time.\r\ncompany - 10MagicalFingers\r\ndescription - National and international client interaction.\r\nâ\x97\x8f Management of digital data",
'Education Details \r\n B.C.A Bachelor Computer Application Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\n S.S.C. Pune, Maharashtra Pune University\r\nWeb Designing and Developer \r\n\r\nphp Developer - Exposys Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Exposys Pvt. Ltd\r\ndescription - Technical Skills\r\nWeb Development: HTML5, CSS3, Bootstrap, PHP, Ajax, Jquery, JavaScript.\r\nDatabase: MySQL.\r\nDevelopment Tools: Notepad++, Sublime Text2.\r\nFramework: Codeigniter.\r\nServer: Apache tomcat, Xampp Control Panel.\r\nOperating Systems: Windows.\r\ncompany - Exposys Pvt. Ltd\r\ndescription - Pune.\tAugest 2017 to till date\r\n\r\nProject Details:\r\nProject-I: Pragat Bharat System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: This project aim is specially design for people. It is used to collect information to diifernt sector.\r\n\r\nProject-II: Go Ayur System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Go Ayurveda Panchakarma center is one of most traditionally well established, professional and innovative providers of Classical\r\nAyurvedic Health services and Kerala Panchakarma therapies.\r\n\r\nProject-III: Vitsanindia System\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 2\r\nPosition: Software Developer\r\nSynopsis: Online Shooping through app. This app is user friendly because there is a option for change language. User can to find different categories products as there choice.\r\n\r\nProject-IV: MahabaleshwarTours\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: In this system is to provide Online Registration, Tour Package Information, Ticket Booking, Online Payment and Searching Facility for Customer and also Generate Different types of Report.\r\n\r\nProject-V: Cityspaceindia\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.\r\n\r\nProject-VI: Fruitsbuddy\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Fruitbuddy is to manage the details of fruits, Customer, Order, Transaction, Payment. It manages all the information about fruits, Stocks, Payment. The project is totally built at administrative end and thus only the administrator is guaranteed the access. The purpose of the project is to build an application program to reduce the manual work for managing the fruits, Customer, Stocks, Order.\r\n\r\nProject-VII: Totalcitee\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Real Estate web application has been created for helping you to sell properties through web based user interface. Visitors on your website can view particular desired products using search engine facility.\r\n\r\nProject-VIII: Golchha\r\nTechnologies Used: HTML, CSS, BOOTSTRAP, PHP, JQUERY, AJAX, JAVA SCRIPT.\r\nDatabase Used: My SQL.\r\nTeam size: 1\r\nPosition: Software Developer\r\nSynopsis: Service provider website we provide different categories.',
'Education Details \r\nJanuary 2016 B.Sc. Information Technology Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 HSC Allahabad, Uttar Pradesh Allahabad university\r\nJanuary 2010 SSC dot Net Allahabad, Uttar Pradesh Allahabad university\r\nWeb designer and Developer Trainer \r\n\r\nWeb designer and Developer\r\nSkill Details \r\nWeb design- Exprience - 12 months\r\nPhp- Exprience - 12 monthsCompany Details \r\ncompany - NetTech India\r\ndescription - Working. ( salary - 12k)\r\nPERSONAL INTEREST\r\n\r\nListening to Music, Surfing net, Watching Movie, Playing Cricket.\r\ncompany - EPI Center Academy\r\ndescription - Working. ( Salary Contract based)\r\ncompany - Aptech Charni Road\r\ndescription - Salary Contract based)',
'IT SKILLS Languages: C (Basic), JAVA (Basic) Web Technologies: HTML5, CSS3, Bootstrap, JavaScript, jQuery, Corel Draw, Photoshop, Illustrator Databases: MySQL5.0 IDE & Tools: Sublime Text, Notepad Operating Systems: Windows XP, Windows 7Education Details \r\nSeptember 2015 Bachelor of Engineer Information technology Nagpur, Maharashtra Nagpur University\r\nMay 2011 HSC Secondary & Higher Secondary State Board of Secondary\r\nJune 2009 SSC Secondary & Higher Secondary Maharashtra State Board of Secondary\r\nWeb and Graphics Designer \r\n\r\nWeb and Graphics Designer - Virtuous Media Point, Pune\r\nSkill Details \r\nBOOTSTRAP- Exprience - 24 months\r\nHTML5- Exprience - 24 months\r\nJAVASCRIPT- Exprience - 24 months\r\njQuery- Exprience - 24 months\r\nCOREL DRAW- Exprience - 24 months\r\nAdobe Photoshop- Exprience - 24 months\r\nAdobe Illustrator- Exprience - 12 months\r\nCSS3- Exprience - 24 monthsCompany Details \r\ncompany - Virtuous Media Point\r\ndescription - \r\ncompany - CNC Web World\r\ndescription - Internship Program: At e-sense IT Solution pvt.ltd. Nagpur as a Web Designing and Developement.\r\n* Presented in Project Competition in Innovesta 15 of Priyadarshini Indira Gandhi College of Engineering, Nagpur.\r\n* Presented in National Level Paper Presentation in TECH-WAVE 2015 of S.R.M.C.E., Nagpur.\r\ncompany - e-sense IT Solution pvt.ltd\r\ndescription - Key Result Areas:\r\n* Designed websites solutions by studying information needs, conferring with users, and studying systems flow, data usage, and work processes.\r\n* Understood process requirements and provided use cases for business, functional & technical requirements.\r\n* Interacted with users for requirement gathering, prepared functional specifications and low-level design documents.\r\n* Participated in the Software Development Life cycle (SDLC) and Agile methodology right from requirement analysis,\r\n* Performed detailed design of modules along with their implementation, and documentation integrated software modules\r\nDeveloped by other team members.\r\n\r\nHighlights:\r\n* Developed various modules as per customer requirement and identified and fixed number of bugs related to code, Database connectivity, UI Defects and so on.\r\n* Analyzed and modified existing codes to incorporate a number of changes in the application / user requirements, wrote new codes as required.\r\n* Coded, implemented and integrated complex programs using technologies such as HTML5, CSS3, JavaScript, jQuery, bootstrap.\r\n* Having good command on Graphics designing with effective ideas.\r\n\r\nPROJECTS\r\n\r\n* www.nitka.com, Nagpur united corporation (admin), Mintmetrix.com, Tagline videos (admin), Smartbadge (admin): -\r\nIn all projects I have used technologies like HTML5, CSS3, Bootstrap, JavaScript, jQuery and text editor as sublime text.\r\n\r\n* www.shreekiaspack.co.in, www.3staragroproducts.com, www.luckystationery.co.in: - used technologies like HTML5, CSS3,\r\nBootstrap, javascript and text editor as notepad++.\r\n\r\n* Design various Logos, Brochures, Advertising Banners, Visiting Cards, Pamphlet, Hoardings etc.\r\n\r\nB.E. FINAL YEAR PROJECT\r\n\r\n* Major Project: -\r\n\r\nTitle: WEB BASED DISEASE DIAGNOSIS EXPERT SYSTEM.\r\nDuration: 1 Year\r\n\r\nDescription: In this project we provide a website in which doctor gives online consultation for particular disease. System gives better suggestions for any health problems.\r\n\r\n* Mini Project Development-\r\n\r\n* SHOPPING MANAGEMENT SYSTEM Developed in C++.\r\n\r\nCURRICULUM & EXTRA CURRICULUM ACTIVITIES\r\ncompany - FACE-IT\r\ndescription - Co-ordinator in project competition.',
"Education Details \r\nMay 1999 to September 2002 Diploma Mechanical Engg Mumbai, Maharashtra Institute of Mechanical Engg\r\nMay 1998 to May 1999 Diploma Mechanical Engg. Services ITES\r\nMay 1993 to May 1995 Mumbai, Maharashtra Industrial Training Institute\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant \r\n\r\nSr. Executive-Mechanical Engineering- Automation & Projects Consultant - Mechanical Engineering\r\nSkill Details \r\nMicrosoft Office -Word ,Excel,Auto cad,Micro station J ERP 3d Modeling software- Exprience - 120 monthsCompany Details \r\ncompany - Mechanical Engineering\r\ndescription - Role & Responsibilities: - Application Engineering / Pre Sales & Inside Sales â\x80¢ Provide applications support to inside sales personnel and outside sales channels, Provide product selection and materials of construction technical recommendations.\r\nâ\x80¢ Participate in the necessary training activities to establish technical competency & also Participate in Field Service trips as directed by Top Mgmt.\r\nâ\x80¢ Assist Brand Managers and/or Product Managers as needed.\r\nâ\x80¢ Takes active role as support for the Projects Quotations team, being responsible for the technical part of project quotation including selection, sizing and costing of Pneumatic Automation Products, valves, linear & rotary actuator and field Fabrication & equipment on the basis of the customer's data sheets and Engineering Drawing.\r\nâ\x80¢ Travel as required to support the field sales channel and to promote Company products and services.\r\nâ\x80¢ Perform detailed reviews of customer specifications, providing comments, clarifications and alternatives to customer requirements.\r\nâ\x80¢ Sizing and selection of valves, actuators and prepare cost effective techno-commercial quotations, solutions as per customers technical requirements.\r\nâ\x80¢ Coordinate with other technical departments as required, in order to minimize technical and cost risk.\r\nâ\x80¢ Sending quotations accurately and on-time, including all technical and commercial as per customer documentation requests. Participate in the customer negotiation process, including commercial and technical negotiations.\r\nâ\x80¢ Follow up of quotations to close the order also Follow up for payment collection.\r\nâ\x80¢ Perform PO reviews to ensure that all critical elements are correct and take up to Senior Top managements and customer in case of any discrepancies, and get PO amendment if required.\r\nâ\x80¢ Create the order transfer file for submission to the factory in accordance with PO. Support factory for any post order activities & after sales service where necessary to develop and maintain good customer service.\r\n\r\nRole & Responsibilities: - Proposal/Estimation Engineering & Products Costing â\x80¢ Review and receive the RFQs for company products and solutions.\r\n â\x80¢ Estimation of Pneumatic Automation Products & Projects, valves, linear & rotary actuator and field equipment, Piping, Fabricated equipment's etc.\r\n â\x80¢ Plotting enquiries to vendors for critical bought out items.\r\n â\x80¢ Continuous follow up with vendors for quotations.\r\n â\x80¢ Applying thumb rule or standard practice of design while estimating for achieving accuracy with less time.\r\n â\x80¢ Analyzing & evaluating estimated cost and actual cost of the jobs already manufactured in past to arrive at a realistic cost estimates.\r\n â\x80¢ Maintaining databanks of all quotations for readily available to others also.\r\nCoordinating with Instrumentation & electrical dept. for costing.\r\n â\x80¢ Handling estimation department while submitting offers on time. Visit to site for site projects, if required. Co-ordination with Purchase and process departments. Attending Customer Enquiries meeting. Development of vendors.\r\n â\x80¢ Preparation of statement enquiries pending for estimation/ under progress â\x80¢ Understand the client's concern / pain area / requirement, Offer most suitable & optimized the tailor made or predesigned Chemtronics solution with techno-commercial proposal which should be technically feasible & commercially viable.\r\nâ\x80¢ Assign work to Jr. Proposal executives/Engineers â\x80¢ Guide & Coordinate with design, CAD, sales, marketing, project & commercial department.\r\n\r\nRole & Responsibilities: - Engg. Procurement & Purchase, Vendor Development & Supply Chain.\r\nâ\x80¢ Procurement of Steel/Raw Material & semi-finish Products Based on Projects requirement.\r\n â\x80¢ Continuous improvement in negotiation process & Cost saving opportunities.\r\n â\x80¢ Turn round time improvement & new vendor development Contract Management & Tenders.\r\n â\x80¢ To achieve target savings against budget and/or last purchase rates & develop new vendors. & Obtaining quotation and finalization.\r\n â\x80¢ Research and evaluate potential vendors and suppliers, Request quotes and do technical comparisons of Prices, also maintain good relationships with vendors and suppliers.\r\n â\x80¢ Examine and review products and supplies to ensure quality & digitize procurement processes.\r\n â\x80¢ Track incoming & future purchasing plans, Projects inventory, delivery arrival time, and note actual arrival time Organize and update database of suppliers, delivery times, invoices, and quantity of supplies.\r\n â\x80¢ Collaborate with financial team members on contracts, invoicing, and other financial matters \r\nâ\x80¢ Finding out the suppliers for buying various materials from products finders as well as from internet Source.\r\n â\x80¢ Create RFQ for materials for projects, departments, for project materials, equipment's and services.\r\n â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\ncompany - Proposal & Estimation\r\ndescription - M/s Duncan Engineering Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with Vendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Work directly with customer to understand their process and develop the best solution For their requirement, lead proposal engineering team & technical support to customer.\r\nâ\x80¢ Work with sales team to professionally represent the company at a customer, gather Data and ask the right question to define a project.\r\nâ\x80¢ Work with our engineers and designer to develop and quote cost effective solution. Cost estimation, preparing proposal & quotation base on Technical specification of Customer requirement & identify production process and machines/brought out Item requirements. & co-ordinate with customer to understand exact requirements.\r\nâ\x80¢ Identification of critical problem & work out Proper solution in specified time frames.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement, petrochemical sector.) \r\nâ\x80¢ Executing cost saving techniques/ measures and modifications to achieve\r\n\r\nSubstantial Reduction in O & M expenditures and work within the budget\r\n\r\nMaintaining fruitful Relationships with existing customers.\r\ncompany - Rotex Engineers & Manufacturing Pvt. Ltd\r\ndescription - Nov 2015 - June 2016 Rotex Engineers & Manufacturing Pvt. Ltd Dombivali MIDC, Kaylan.\r\n\r\nRole & Responsibilities:- â\x80¢ To Manage & enhance the activity related to proposal of pneumatics/fabrication projects & products.\r\nâ\x80¢ Project execution, Vendor development, supply chain Management, interacting with vendors to ensure Timely action of order & Negotiating with the vendor.\r\nâ\x80¢ Production design-new manufacturing process - new product development. Developing\r\nCustomized manufacturing solutions. (Steel, Power & Cement petrochemical sector.) â\x80¢ Preparation of technical data sheets as per tender specification.\r\nâ\x80¢ Calculate price structure and analyze cost proposals.\r\nâ\x80¢ Monitoring progress throughout the job & comparing it with the schedule of work.\r\nâ\x80¢ Maintaining fruitful relationships with existing customers â\x80¢ Review Vendor evaluation & Vendor registration from Supply time & quality of products.\r\n â\x80¢ Examine and review products and supplies to ensure quality.\r\ncompany - Design & Proposal Engineering\r\ndescription - M/s Schrader Duncan Ltd, Pune, Ranjangaon MIDC\r\n\r\nRole & Responsibilities:- â\x80¢ Project execution, Vendor development, supply chain Management, interacting with\r\nVendors to ensure timely action of order & negotiating with the vendor.\r\nâ\x80¢ Design or modify Mechanical assemblies, hydraulic/pneumatic assemblies, Fabricated assy\r\nAlong with layouts/schematics and/or detailed drawings as per specification.\r\nâ\x80¢ Generate electrical or mechanical product specifications, standard operating procedures, maintenance manuals & Doing basic mechanical design, if required.\r\nâ\x80¢ Participate in growth & developing innovative solutions with design & development, sales & marketing team.\r\nâ\x80¢ Define, coordinate, perform and generate engineering test reports & engineering analysis.\r\nâ\x80¢ In Co-Ordination with production manager implement and assure that all manufacturing processes are being followed according to process Flow in relevant Departments.\r\nâ\x80¢ Maintain records of Non-Conformity (NC) raised during internal audits and close the same with corrective actions.\r\nâ\x80¢ Maintain records of obsolete documents and remain in touch with all HODs.\r\nâ\x80¢ Maintain ISO documents pertaining to ISO9001-2015 and bring awareness among employees.\r\nâ\x80¢ Coordinate & communicate with channel partners, O.E.M.s, dealers, consultants & end customers for Design & offer technically feasible.\r\nâ\x80¢ Carry Out internal audit as per audit plan and schedule, maintain the record of controlled drawings.\r\ncompany - Fabrication Field-Hoist, Goods Lifts\r\ndescription - JOIST- O- MECH Engg. Pvt. Ltd, Rabale MIDC, Thane\r\n\r\nRole & Responsibilities:- â\x80¢ Detailing of drawing, Preparations of BOM & raw material inspection.\r\n â\x80¢ Prototype manufacturing (3d modeling)\r\ncompany - Fabrication Field\r\ndescription - \r\ncompany - MUKAND LTD, Kurla\r\ndescription - Role & Responsibilities:- â\x80¢ Raw material inspection, Preparations of Gauge for inspection, marking on housing for machining, checking surface finishing",
"SKILLS: â\x9e¢ Knowledge of software / computer: Auto CAD (Included Diploma Academic Syllabus) â\x9e¢ MSCIT â\x9e¢ CNC Programming (Fanuc Series) - milling STRENGTHS: â\x9e¢ Strong Dedication towards work. â\x9e¢ Quick Learner. â\x9e¢ Positive thinking and self-confidence. â\x9e¢ Honest, discipline and hardworking. INDUSTRIAL EXPERIENCE: â\x9e¢ 10 Day's Industrial Training at Nagpur agro Components, Hingna Road, Nagpur. â\x9e¢ 10 Day's Industrial Training at METAL FAB High-tech Pvt. Ltd, Hingna Road, Nagpur. EXTRA CRICULUM ACTIVITY: Education Details \r\n B.E RTMNU\r\nMechanical engineering \r\n\r\n\r\nSkill Details \r\nAUTO CAD- Exprience - 6 months\r\nAUTOMOTIVE- Exprience - 6 months\r\nAUTOMOTIVE CNC- Exprience - 6 months\r\nCAD- Exprience - 6 months\r\nCNC- Exprience - 6 monthsCompany Details \r\ncompany - Tata motors, adani, maruti suzuki,jet airways. Air india.\r\ndescription - 1. I am student of mechanical engineering in the final year. I'm fresher so don't have any experiance in industry.\r\n2. But in 3 rd year the industrial training program conducted by the so 10 days training experiance in the industry.\r\n3. In the 5 th semister the 10 days working in Nagpur Agro Components. While the working all the machine and CNC machine i have seen in industry.\r\n4. In 6 th semister another training program in Metal fab company.\r\ncompany - No\r\ndescription - English, Hindi, Marathi\r\n\r\nâ\x9e¢ Participate in JSW Urja Project Competition 2017-2018\r\nâ\x9e¢ Machine Assembly Disassembly and Functioning of parts (1 Weeks)\r\n\r\nFINAL YEAR PROJECT:\r\n\r\nâ\x9e¢ Design nd fabrication of Pneumatic Punching Machine - in BE\r\nâ\x9e¢ Paddle operated Sugarcane Juicer machine - in Diploma Engineering.",
"Education Details \r\nJanuary 2018 Bachelor's of Engineering Engineering Mumbai, Maharashtra MGM College of Engineering\r\n Diploma Mechanical Pune, Maharashtra MIT\r\nPresident of Mechanical Engineering Student's Association \r\n\r\nPresident of Mechanical Engineering Student's Association\r\nSkill Details \r\nCompany Details \r\ncompany - Full Throttle\r\ndescription - conducted by IIT\r\nBombay.\r\n\r\nâ\x80¢ Worked as a President of Mechanical Engineering Student's Association [MESA] in\r\nMIT, Pune.\r\ncompany - R.C Car Race of STEPCONE\r\ndescription - paper & project contest and exhibition conducted by GMR Instiute of Technology.",
"Education Details \r\nJune 2014 to June 2018 BE Mechanical Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nMechanical Design Engineer \r\n\r\nMechanical design engineer\r\nSkill Details \r\nMicrosoft office, Autocad, Catia, Solidworks- Exprience - 6 monthsCompany Details \r\ncompany - Push Engineering Pvt ltd\r\ndescription - Currently I am working as mechanical design engineer in Push engineering Pvt ltd. All types of ice making plant are designed and manufactured in our company. Design includes design of pressure vessel ,condenser, conveyor with the help of 3d modelling software. Also BOM Preparation of material.ERP System.\r\ncompany - Central Water and Power Research Station\r\ndescription - Pune)\r\n(Govt. of India)\r\n\r\n1 year experience as a Research assistant of R&D Department of mechanical workshop at\r\nCentral Water and Power Research Station, Khadakwasla, Pune (Govt. of india)\r\nâ\x80¢ Experiences different project of generation of sea waves in laboratory useful for design of port and harbor structures of Mumbai, Chennai, Goa and foreign countries like Japan, Bangladesh etc.\r\nâ\x80¢ Wave generated by wave maker comes under mechanical workshop. Wave generated with the help of hydraulic as well as pneumatic system and also by regular wave generator.\r\nâ\x80¢ I experiences sea wave generation by hydraulic system. Experiences design of hydraulic system\r\nincludes design of servo actuator, axial piston pump and electric motor under supervision and guidance by 'Scientist 'B' at CWPRS.\r\n\r\nâ\x80¢ SOFTWARES SKILLS\r\nâ\x80¢ Autocad\r\nâ\x80¢ Catia V5\r\nâ\x80¢ MS office\r\nâ\x80¢ ProE\r\nâ\x80¢ EXTRA CURRICULAR ACTIVITY\r\nâ\x80¢ Organize a National level Technical event in Mechanical Student Association (MESA)\r\nâ\x80¢ Coordinator of MESA as a treasurer.\r\nâ\x80¢ Attending 3d printing workshop in college.\r\nâ\x80¢ Work readiness training conducted by NASSCOM foundation and Global Talent Track in college.\r\nâ\x80¢ Life Skills training conducted by NASSCOM foundation and Global Talent Track in college.\r\n\r\nâ\x80¢ PERSONAL ATRIBUTES\r\nâ\x80¢ Positive Attitude\r\nâ\x80¢ Quick Learner\r\nâ\x80¢ Team Leader",
"* I'm hard working person. * I'm self confident and can mould myself to all work environments.Education Details \r\nJanuary 2016 B.E MECHANICAL ENGINEERING ALAMURI RATNAMALA INSTITUTE OF ENGINEERING & TECHNOLOGY\r\nJanuary 2010 H.S.C. Mumbai, Maharashtra MUMBAI UNIVERSITY Secured\r\nJanuary 2008 S.S.C. PRAKASH Jr. COLLEGE OF SCIENCE & COMMERCE\r\n S.M.T. RAJDEVI HINDI HIGH SCHOOL\r\n MAHARSHTRA STATE BOARD Secured\r\nDesign Engineer (Mechanical) \r\n\r\n\r\nSkill Details \r\nAutocad, solidworks, catia- Exprience - 12 monthsCompany Details \r\ncompany - SANARCO ENGINEERING PVT LTD\r\ndescription - * 1year in SANARCO ENGINEERING PVT. LTD. As a mechanical design engineer.\r\n* Working in SURYA FITNESS as a design engineer.\r\n\r\nMajor project:\r\n* Project based on AUTOMATIC WALL PLASTERING MACHINE.\r\n* Automated plastering machine is unique and perhaps one kind of automated plastering machinery ideally suitable for the construction/building industry.\r\n* Automated plastering machine makes rendering easier, faster, and effortless as compare to manual application.\r\n* Automated plastering machine works with conventional cement mortar which brings it to a smooth, flat finish.\r\n* It has good future scope.\r\n\r\nPersonal Detais:\r\n* Father's Name: Gyandatt Chauhan\r\n* \r\n* \r\n*",
"Education Details \r\n Bachelor's \r\n Bachelor's Commerce India Guru Nanak high school\r\nSales Manager \r\n\r\n\r\nSkill Details \r\nData Entry- Exprience - Less than 1 year months\r\nCold Calling- Exprience - Less than 1 year months\r\nSales- Exprience - Less than 1 year months\r\nSalesforce- Exprience - Less than 1 year months\r\nMS Office- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Emperor Honda\r\ndescription - \r\ncompany - Honda cars india Ltd\r\ndescription - 1. Worked as an Asm at Maruti dealership for 10 years\r\n2. Currently working as Manager sales in Honda car dealership from last 5 years\r\n3. Good sportsmen represent my college in various cricket tournaments\r\n4. Lead Nagpur university cricket team also \r\n5. Searching job in car dealership or cricket academy",
'SKILLS 1. MS-Office 2. Good Communication skills and Convincing Power 3. Knowledge of sales and marketing 4. Customer sales management 5. Talent management 6. Direct sales management STRENGTHS 1. Dedication and dependability 2. Flexibility: able to work in taxing and demanding conditions on reasonably stretchable time slots 3. Team work: able to work cooperatively in a team and lead the team to success Education Details \r\n\r\nSales manager \r\n\r\n\r\nSkill Details \r\nAND MARKETING- Exprience - 6 months\r\nDIRECT SALES- Exprience - 36 months\r\nMARKETING- Exprience - 6 months\r\nOF SALES- Exprience - 36 months\r\nSALES- Exprience - 36 monthsCompany Details \r\ncompany - Bajaj finance\r\ndescription - \r\ncompany - Bajaj finance\r\ndescription - SBI BANK AS A OFFICE ASSISTENCE FOR 1 YEAR\r\nK G N SHOPE AS A OFFICE ASSISTENCE 6 MONTH\r\nVODAFONE AS A TELLE CALLER 1 YEAR\r\nBajaj Finserv Ltd AS An Assistant Sales Manager 11 MONTH\r\nSquare Capital AS A Sales Manager 5 MONTH\r\nAt present working in Bajaj Housing Finance Ltd AS An Assistant Sales Manager',
'KEY SKILLS: â\x80¢ Planning & Strategizing â\x80¢ Presentation skill â\x80¢ Client relationship â\x80¢ Energy level â\x80¢ Enquiry Generation â\x80¢ Achieving Targets QUALIFICATIONS: A university in marketing or business studies is preferred or a minimum of three years of related experience in sales & marketing sector. Problem - solving and analytical skills to interpret sales performance and market trend information. Proven ability to motivate and lead the sales team. Experience in developing marketing and sales strategies. Excellent oral and written communication skills, plus a good working knowledge of Microsoft Office. Computer KNOWLEDGE â\x80¢ Knowledge of MS Excel, MS Word, MS PowerPoint achievements and Interests â\x80¢ I played Cricket for National Team (Maharashtra Cricket Association) â\x80¢ Played Regional level Cricket Tournament Thee times for School team â\x80¢ Worked as a Sports Secretary in college annual meet. â\x80¢ Worked as a volunteer for road show in POONA College. â\x80¢ Worked as a Group leader for college presentation. â\x80¢ My Interest are Learning various computers languages & Tricks and Techniques of computer and Playing Cricket. personal Information . Education Details \r\n MBA Operations Dr. D. Y. Patil College\r\n B.B.A. Marketing Pune, Maharashtra Poona College\r\n H. S. C. Moledina high School & Jr. College\r\n S. S. C. Maharashtra Board A.M.V.High School\r\nSales manager \r\n\r\nSales Manager\r\nSkill Details \r\nSALES- Exprience - 104 months\r\nMARKETING- Exprience - 97 months\r\nSALES TEAM- Exprience - 44 months\r\nAND SALES- Exprience - 6 months\r\nEXCEL- Exprience - 6 monthsCompany Details \r\ncompany - F2 Fun Fitness\r\ndescription - â\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tHandling Enquiries.\r\n\r\nâ\x80¢\tGenerating new enquiries\r\n\r\nâ\x80¢\tSet individual sales targets with sales team.\r\n\r\nâ\x80¢\tContinuously managing team performance.Â\xa0\r\n\r\nâ\x80¢\tManaging staff training requirements.Â\xa0\r\nÂ\xa0\r\nâ\x80¢\tGenerate timely sales reports.\r\nâ\x80¢\tOrganizing seasonal promotions and events.\r\n\r\nâ\x80¢\tSupervise and motivate staff.\r\n\r\nâ\x80¢\tÂ\xa0Â\xa0Holds regular meeting with sales staff.\r\ncompany - Gold\'s Gym India Pvt Ltd\r\ndescription - JOB PROFILE:\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Handling Enquiries.\r\n\r\nâ\x80¢ Generating new enquiries\r\n\r\nâ\x80¢ Set individual sales targets with sales team.\r\n\r\nâ\x80¢ Continuously managing team performance.\r\n\r\nâ\x80¢ Managing staff training requirements.\r\n\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Organizing seasonal promotions and events.\r\n\r\nâ\x80¢ Supervise and motivate staff.\r\n\r\nâ\x80¢ Holds regular meeting with sales staff.\r\ncompany - \r\ndescription - 10 to 24/2012\r\nAchievements: Joined as a sales associate in 2010. Promoted to Sales Manager 2012.\r\nExceeded sales targets with high level of contribution & dedication to the organization.\r\nApplauded for Best sales & marketing performance in Pune zone & Awarded the\r\nâ\x80¢ Certificate of Excellence & outstanding performance in the year 2014. Ranked as #1 sales manager (out of 6) in 2013 and 2014. Recognized for superior performance as a two-time district "Employee of the Month" honoree.\r\n\r\nJOB PROFILE:\r\nâ\x80¢ Build strategies and develop marketing initiative to create awareness of company services.\r\nâ\x80¢ Propose and execute the promotional programme to attract clients.\r\nâ\x80¢ Working with the team of four - six people thereby ensuring that targets defined are achieved.\r\nâ\x80¢ Arrange all the necessary & possible facilities for information desk.\r\nâ\x80¢ Manages personal and develops sales roles support staff.\r\nâ\x80¢ Reviews progress of sales roles throughout the company.\r\nâ\x80¢ Determine price schedules and discount rate.\r\nâ\x80¢ Generate timely sales reports.\r\nâ\x80¢ Control expenses and monitor budgets.\r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - \r\ncompany - Talwalkars Aspire Fitness Pvt Ltd\r\ndescription - ',
'IT Skills: MS Office. Photoshop. SQL Server.Education Details \r\nJune 2015 Bachelor Yashwantrao chavan maharashtra university\r\nSales Manager \r\n\r\nSales Manager\r\nSkill Details \r\nMS OFFICE- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nPHOTOSHOP- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nSQL SERVER- Exprience - 6 monthsCompany Details \r\ncompany - Nature Of Work\r\ndescription - Generating leads on calls, Suggesting Residential property as per clients budget & specification, building Relationship with Channel Partner.\r\n\r\nâ\x9e¢ Meeting with clients for project presentation follow for up Site Visit\r\nDeal closure.\r\n\r\nWorked with ICICI Merchant services (Hgs Payroll) As Sales Manager. (16th Jan 2017 to till 30th Aug 2018)\r\n\r\nNature of Work:\r\nâ\x9e¢ Sales OF POS EDC Machine, SME Loan, Loan against electronic payment.\r\nAcquiring New Merchants And retaing existing Merchants.\r\nâ\x9e¢ Cold calling With CASA Team (ICICI BANK) Generating leads.\r\nâ\x9e¢ Field Visit Providing demo to Retailers shopkeeper SME & Corporate merchant for Closing & Signup.\r\n\r\nWorked with Mahal Pvt Ltd. as Sr. Sales Executive. (04th Mar 2016 to 03 Jan 2017)\r\nNature of Work:\r\nâ\x9e¢ Calling on leads gegenerat Interacting with clients on call & suggesting property Flat/Bunglows/N.A Plots & Row houses as per their requirement.\r\nâ\x9e¢ Meeting new channel partners & maintain relationship with channel partners for leads.\r\nâ\x9e¢ Achieving monthly targets, Maintaining reports & updating seniors of daily activities.\r\ncompany - Bookmyflat.Com\r\ndescription - Arranging Site visit with client on lead generated\r\nâ\x9e¢ Closing deal by suggesting appropriate Residential property to clients as per their budget.',
"Skill Sets: â\x80¢ Multi-tasking â\x80¢ Collaborative â\x80¢ Optimistic Thinking â\x80¢ Effective teamleader/team trainer â\x80¢ Visualizing the work which is to be done â\x80¢ Good Grip on Communication â\x80¢ Various Languages Known â\x80¢ Value loyalty and is loyal towards my responsibility â\x80¢ Compatible working with MS officeEducation Details \r\nJanuary 2017 MBA Marketing & Sales Amity University\r\nJanuary 2015 Bsc. Hotel Management P.S.G College of arts and sciences\r\n Institution/University/Board\r\nSales Manager \r\n\r\nSales and Marketing Management\r\nSkill Details \r\nMS office- Exprience - 4 monthsCompany Details \r\ncompany - Cohesive Technologies\r\ndescription - I am responsible for Managing company's business in Mumbai area,along with branch Manager,I follow up leads given to me by my corporate office, I meet them personally give them the best solutions and product suitable for their business, I even generate leads by myself by calling up the clients through cold call,My job is like an entrepreneur here, which basically involves managing a small business.",
'Education Details \r\nJanuary 1992 to January 2003 First year Science Mumbai, Maharashtra St micheal high\r\nPersonal fitness trainer level3 \r\n\r\npersonal trainer\r\nSkill Details \r\nCompany Details \r\ncompany - Golds gym ,fitness solution,flora hotel\r\ndescription - Certification : american college of sports science golds gym heart saver reps level 3\r\n\r\nResponsibilities\r\nTo obtain a challenging position which will commensurate with my qualification and experience in the field of health and fitness environment.\r\n\r\n\r\nAccomplishments\r\nGood\r\n\r\n\r\n\r\nSkills Used\r\nFitness',
'Education Details \r\nJanuary 2018 M.S. Nutrition and Exercise Physiology New York, NY Teachers College, Columbia University\r\nJanuary 2016 B.S. Nutrition and Dietetics Miami, FL Florida International University\r\nJanuary 2011 B.Sc. General Microbiology Pune, Maharashtra Abasaheb Garware College\r\nGroup Fitness Instructor, India \r\n\r\nGroup Fitness Instructor, India - Columbia University\r\nSkill Details \r\nCompany Details \r\ncompany - Columbia University\r\ndescription - Present\r\nOrganized high energy weight training, cardiovascular and indoor cycling classes\r\naccommodating participants of varying age-groups, cultural backgrounds and fitness levels to help achieve their fitness goals.\r\ncompany - Columbia Dental School\r\ndescription - Provided detailed nutrition counselling and telephonic follow up to dental patients with accompanying metabolic conditions like diabetes, hypertension and obesity.',
'Personal Skills: â\x80¢ Good verbal and written communication skills â\x80¢ Ability to deal with people diplomatically â\x80¢ Willingness to learn Other Qualifications: â\x80¢ Seema Institute Ansalon: Body massage and scalp, Swedish, Thai body, Foot Reflexology, Aromatherapy. Completed course of 2 months. â\x80¢ Talwalkars: Fitness academy with gym and aerobics. Completed 3 months course in fitness training. â\x80¢ Radio Bhavan, The Career Super Market: Hotel and Front Office Management. Completed course of 3 months. â\x80¢ Slender Gender: Done diploma in Spa Management, (4 Months)Education Details \r\n\r\nFitness Trainer cum Team Leader \r\n\r\nFitness Trainer cum Team Leader - Think Healthy\r\nSkill Details \r\nCompany Details \r\ncompany - Think Healthy\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\ncompany - Raymond Gym\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies\r\ncompany - AROMA THAI FOOT SPA\r\ndescription - Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling customers queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - GLOBAL 1 GYM\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section\r\nâ\x9e¢ Achieve Fitness Goal\r\nâ\x9e¢ Training People to do work outs in Gym\r\ncompany - RUDRAAKSH HEALTH CARE & SPA\r\ndescription - Job Responsibilities:\r\nâ\x9e¢ Perform related duties and responsibilities as assigned.\r\nâ\x9e¢ Handling a team, entire floor section.\r\nâ\x9e¢ Achieve Fitness Goal.\r\nâ\x9e¢ Training people to do work outs in Gym. Handling customer s queries related therapies, Refreshers, etc\r\nâ\x9e¢ Handled queries on phone as well as personally.\r\nâ\x9e¢ Taking care of payment Invoices.\r\ncompany - PLAZA GYM\r\ndescription - \r\ncompany - HOTEL Windsor\r\ndescription - \r\ncompany - HOTEL HOLIDAY INN, Juhu\r\ndescription - Done Promotion: For Aromathai Foot Spa. 6 days (World Trade Centre, Bombay Exhibition Centre, Also done promotion at Bandra Kurla Complex, Bandra GYM Khana ( Promoted various products: Spa, Health and Fitness Product, Garments, Imitation Jewellery, Food & Beverage etc)',
"SKILLS: Computer: â\x80¢ Can easily operate in Operating System like Windows 10. â\x80¢ Can work in Ms-Office (Word, Excel, and PowerPoint). â\x80¢ Can easily operate internet & Gym Management Software (website & mobile application).Education Details \r\nJanuary 2010 Advance Diploma in Hotel Management J&W Institute of Hotel Management\r\nGym management & Consultant \r\n\r\nGym management & Consultant - Sculpt Fitness Centre\r\nSkill Details \r\nExcel- Exprience - 96 months\r\nPowerPoint- Exprience - 96 months\r\nWord- Exprience - 96 months\r\nGym Management Software- Exprience - 96 monthsCompany Details \r\ncompany - Sculpt Fitness Centre\r\ndescription - 2015 - Present\tSales, Fitness, Operations\r\ncompany - AB's Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping\r\ncompany - AB's Fitness Club\r\ndescription - Sales, Fitness, Operations\r\ncompany - Ultimate Fitness Club\r\ndescription - \r\ncompany - Tripod Fitness Arena\r\ndescription - Sales, Administration\r\ncompany - C K Fitness\r\ndescription - Sales & Fitness Staff Recruitment\r\n\r\nKEY ROLES:\r\nâ\x80¢ Designing and promoting activities to meet customer demand and generate revenue;\r\nâ\x80¢ Advertising and promoting the club or Centre to increase usage, considering market research;\r\nâ\x80¢ Recruiting, training and supervising staff, including managing staff rotas;\r\nâ\x80¢ Taking Daily/weekly/monthly reporting from Fitness Manager, Sales Team Lead And Housekeeping Head;\r\nâ\x80¢ Carrying out health and safety checks on the equipment and site;\r\nâ\x80¢ Retaining existing members by providing good quality of service and by providing good sales programs;\r\nâ\x80¢ Prioritizing target activities and user groups (especially in local authority Centres);\r\nâ\x80¢ Customer Relationship;\r\nâ\x80¢ Providing training to the sales staff to Deal with enquiries, complaints and emergencies\r\nâ\x80¢ Delivering some fitness training or coaching in sports activities - often a good way of maintaining contact with customers;\r\nâ\x80¢ Preparing and checking budgets and generating revenue;\r\nâ\x80¢ Cashing-up and keeping stock records of supplements;\r\nâ\x80¢ Utilizing Group-X studio by scheduling exciting grouper's batches;\r\nâ\x80¢ Writing monthly or weekly reports and preparing cash projections for Centre owners;\r\nâ\x80¢ Enhancing profitability by organizing and delivering an appropriate range of fitness activities/programs;\r\nâ\x80¢ Keeping statistical and financial records;\r\nâ\x80¢ Keeping check on the Maintenance of fitness equipment & other facilities;\r\nâ\x80¢ Ensuring compliance with health and safety legislation;\r\nâ\x80¢ Maintaining customer service, Fitness & Hospitality standards;\r\nâ\x80¢ Planning;\r\nâ\x80¢ Undertaking administrative tasks;\r\nâ\x80¢ Promoting and marketing the business;\r\ncompany - Endurance Fitness Club\r\ndescription - Fitness, Sales, Administration, Facility & House-keeping",
"Education Details \r\nJanuary 2009 P.G. Sports science Dr. BMN College of Home Science\r\nJanuary 2008 BSc Food Science & Nutrition Dr. BMN College of Home Science\r\nJanuary 2004 HSC Central Railway's Jr. college of Science and Commerce\r\nJanuary 2002 SSC HISTORY IES's Modern English School\r\n MSc Nutrition College of Home Science\r\nnutritionist and health promoter \r\n\r\n9yrs experience as a nutritionist and health coach\r\nSkill Details \r\nCompany Details \r\ncompany - UGC NET\r\ndescription - CAREER OBJECTIVE- To use my qualifications as a nutritionist and health promoter to contribute to the well being of individuals in the community.\r\nUGC NET Certificate for Lectureship MAR- 2013\r\n\r\nSKILLS LEARNT\r\nâ\x80¢ Working in a team environment.\r\nâ\x80¢ Working as an individual.\r\nâ\x80¢ Time management to ensure all customers are served sufficiently and all tasks are completed to a high standard.\r\nâ\x80¢ Working under pressure and in a busy environment\r\nâ\x80¢ Personal presentation\r\nCommunication Skills\r\nâ\x80¢ 9 years of work experience at healthcare startups, health clubs has enhanced my communication skills through discussions with health & fitness professionals & clients, writing articles and designing customized diet plans.\r\nâ\x80¢ Confident in communicating with people on all levels and ensuring their needs are met.\r\nLeadership skills\r\nâ\x80¢ Leadership skills were developed in high school & college as a group leader where team work was essential, also conflict resolution skills were developed.\r\nOral Skills\r\nâ\x80¢ Volunteering activities, leadership roles and university requirements involved many public speaking opportunities.\r\nâ\x80¢ Communicating with the general public, asking them questions, and giving presentations has helped to further develop public speaking skills.\r\nâ\x80¢ Comfortable with public speaking roles.",
"Education Details \r\nMay 2014 Diploma Nutrition Education Bengaluru, Karnataka IGNOU University\r\nJune 2004 Bachelor of Science Clinical Nutrition and Dietetics Bengaluru, Karnataka Smt. VHD Institute of HomeScience\r\nHealth and wellness coach \r\n\r\nAdvance PG diploma in Clinical research, Clinical data management and SAS\r\nSkill Details \r\nCompany Details \r\ncompany - GOQii Technologies Ltd\r\ndescription - â\x80¢ Motivate players (i.e. GOQii subscribers) to make a permanent shift to a healthier lifestyle and enhance health, nutrition and karma\r\nâ\x80¢ Track and analyse player's lifestyle and fitness data captured through the GOQii band.\r\nâ\x80¢ Design custom wellness/fitness goals mutually with players and coach them in meeting these goals.\r\nâ\x80¢ Interact with GOQii Players on a daily basis via GOQii App text/audio.\r\ncompany - \r\ndescription - VIA Health Marketing & Innovations\r\n\r\nâ\x80¢ Viamedia health had jointly organized a National Campaign of Maternal Nutrition Evaluation with GlaxoSmithKline-Consumer Healthcare.\r\nâ\x80¢ Conduct Maternal Nutritional Counselling Camps with practicing Gynaecologists at different hospitals/clinics allotted by the medical representative.\r\nâ\x80¢ Conveying the Importance of every nutrient required during this time and foods that contain this type of nutrients.\r\nâ\x80¢ Coordinating with the Area Branch Manager and in turn reporting to the ViaMedia Manager with the daily reports.\r\ncompany - LifeKonnect Department\r\ndescription - United Health Care India Pvt. Ltd\r\n\r\nâ\x80¢ LifeKonnect business offers Health Checkups across 800 Cities & 3000 Diagnostic Centres and leaders in this business and also looks into the Operations & organising & supervising medicals for customers of different Insurance companies whose medical come under the rule & regulation of IRDA ( MNYL Iinsurance, BAXA life Insurance, METLIFE insurance, Canara HSBC insurance.\r\nâ\x80¢ To proactively monitor the deferrals and ensure that they are done within the stipulated time line.\r\nâ\x80¢ Ensuring a high level of professionalism through pro-active Customer relationship management by resolving their queries and complaints in a fair manner within the specified time.\r\nâ\x80¢ Co-ordinating with the Lifekonnect members from different centres and in turn reporting to the Team leader.\r\ncompany - VLCC HealthCare Ltd\r\ndescription - Counselling to individuals on nutrition status, providing diet instructions to clients and impact on eating & nutrition. Create and present in-services to the clients.\r\nâ\x80¢ Handling enquiries from Customers / Distributors through emails, letters, telephone etc.\r\nâ\x80¢ Preparing Payment Bills for the customers.\r\nâ\x80¢ Assisting the Slimming Manager in conference calls to discuss Nutritional care plans, and Nutrition education.\r\nâ\x80¢ Co-ordinating with the sales members and in turn reporting to the Sales Manager.",
"Education Details \r\n B.E in Civil Engineering Civil Engineering Chennai, Tamil Nadu Anna University\r\nQA/QC Civil Engineer \r\n\r\nQA/QC Civil Engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Jacobs Engineering India Limits. (United States Company)\r\nClient: Glaxo Smith Kline (GSK), Nashik, India.\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGlaxo Smith Kline (GSK) is British multinational pharmaceutical Company in India. USD 150 million Building project of GSK.\r\nThe Project involving in Medicine Manufacturing plant, Effluent Treatment plant\r\n(ETP), Effluent Drain line and storm water line.\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢\tAll site inspection shall be carried out vise an official Inspection and Test Request\r\n(ITR) submitted by the Contractor through the proper channels\r\nâ\x80¢\tDevelop method statement for the activity including risk assessment and job safety\r\nenvironmental analysis and Inspection Test Plan and Checklist based on specifications of the project\r\nâ\x80¢\tTaking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments.\r\nâ\x80¢\tSupervision, checking and assuring that the construction is as per the final issued for construction drawings and project specifications.\r\nâ\x80¢\tConducting joint inspection with consultant and client.\r\nâ\x80¢\tMonitor and control the status of punch list and exception lists relevant to quality\r\ndossiers.\r\n\r\n3|Page\r\nCareer Progression: March 2016 to Still on going\r\n\r\nCompany name: Gulf Asia Contracting Co LLC Dubai, UAE\r\nConsultancy: Chawla Architectural & Consulting Engineers\r\nClient: Geepas International ltd, UAE\r\nProject Name: 2B + G+ 19 + Roof Building\r\nPosition: QA/QC Civil Engineer.\r\n\r\nProject Summary:\r\nGeepas Tower, an upcoming development in the UAE, entered the Guinness World\r\nRecords along with the project contractor Gulf Asia Contracting (GAC) - the construction\r\narm of the multi-billion-dollar business conglomerate RP Group - for completing the largest\r\ncontinuous concrete pour (of 19,793 cu m for 42 hours) in the world.\r\n\r\nThe Dh600-million ($163 million) mid-rise residential tower, which will come up in Al Barsha, Dubai, is owned by Western International Group (Geepas)\r\n\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ Organize, implement, conduct and manage the QA/QC Programs as per the Company's Quality Policy.\r\nâ\x80¢ Coordinate the document controls of technical submittals, drawings, etc with the Project Team and to ensure that the QA/QC validation has been done, to ensure their\r\nissue, amendments and recall of controlled documents.\r\nâ\x80¢ Coordinate all inspections, monitor the required tests and record inspections and tests made pas the Contract Plan and Contract Specifications.\r\nâ\x80¢ Liaise with the Client's representatives for the conduct of day-to-day quality related\r\nproject activities.\r\nâ\x80¢ Coordinate with the Project Manager regarding work performance and hold authority\r\nto stop work in any area where discrepancies remain uncorrected and/or cancel the stop work order upon satisfactory correction of noted deficiencies.\r\nâ\x80¢ Provide technical support to the Project Manager and guidance to site staff in submission of materials for approval, request for inspection, shop drawings, As-built\r\ndrawings, O & M manual.\r\nâ\x80¢ Assist QA/QC Manager in conducting internal quality audits.\r\nâ\x80¢ Ensure that Non-Conformance Report (NCR) are raised once the activities deviated\r\nfrom the Contract Specifications or normal construction industry practices.\r\n\r\n4|Page\r\nâ\x80¢ Coordinate with the project staff to compile and maintain pertinent records of inspection and testing until end of the contract and all pertinent records for retention\r\non completion of the project.\r\nâ\x80¢ Attend Monthly Project Review Meetings (PRM) and alert the project team of any\r\npotential problems.\r\ncompany - Ray Engineering Limited\r\ndescription - Mumbai, India.\r\nConsultancy: Toyo Engineering India Limits. (Japan Company)\r\nClient: Petronet LNG Limits, Dahej, Gujarat, India.\r\nPosition: QA/QC - Civil Engineer.\r\n\r\nProject Summary:\r\nPetronet LNG (Liquefied Natural Gas) ltd, India's biggest gas's importer Plant to hike its Dahej importer terminal capacity to 17.5 million tons.\r\nPetronet LNG ltd has set up its first LNG terminal at India with the Capacity of\r\n10 million metric tons per year.\r\nA USD 400 million Petronet project for the Indian Govt. The Project Involving in Air heater, Pipe rack, Substation, Pump House and Control room.\r\n\r\nDuties & Responsibilities:\r\nâ\x80¢ Taking care of QA/QC documents of the entire project including certificates,\r\ncalibration, test results, inspection requests, non-compliance reports and site\r\ninstruction/observations, permanent materials delivered and other QA/QC\r\ndocuments. Responsible for closure of Non-conformance, and Site Instruction.\r\nâ\x80¢ Management System Maintain standards of safety and comply with Company's\r\nHealth, Safety and Environment requirements.\r\n\r\n2|Page\r\nâ\x80¢\tPerform all daily inspection and test of the scope and character necessary to achieve the quality of construction required in the drawings and specifications for all\r\nworks under the contract performed ON or OFF site.\r\nâ\x80¢\tCary out inspection and checking for all quality related procedures in the site and ensures activity at site are as per approved method statement and inspection test\r\nplan.\r\nâ\x80¢\tCoordinate with the consultant's representative and Site In-charge for inspection\r\nand meeting about quality problems including closure of Non-Compliance Report.\r\ncompany - High View Builders. Kerala. India\r\ndescription - Project Name: G + 8 Floor Building\r\n\r\nHigh View Builders has been playing a major role in implementing new lifestyle in Kerala. From its inception, High View Builders strictly follows the aspects like on-time delivery,\r\nquality and trust that turned out of the brand of construction. The project involved in construction of villas and G + 8 Floor flats.\r\n\r\n1|Page\r\nDuties & Responsibilities:\r\n\r\nâ\x80¢ To ensure understanding and application of all responsibilities with regard to company's\r\nenvironment, Health, Safety, Security and quality standard.\r\nâ\x80¢ Ensuring the required materials and PPE's are available to carry out the job smoothly\r\nand safely in advance.\r\nâ\x80¢ To be proactively involved in supporting the project engineer throughout the duration of project.\r\nâ\x80¢ To maintain an accurately detailed daily site reports for the site conditions, progress\r\nand resources available to undertake the activities throughout each phase of the project.\r\nâ\x80¢ Coordinating with sub-contractors and suppliers at site.\r\nâ\x80¢ Co-coordinating with employees for the timely completion of the work at site.\r\nâ\x80¢ Deploying the workers at the site as per the schedule and maintain the labor cards.\r\nâ\x80¢ Conduct weekly meeting with the project engineer to discuss the work progress.",
'Education Details \r\nJanuary 2005 S.S.C Baramati, Maharashtra M.E.S. Highschool\r\n B.E. Civil Engineering Pune, Maharashtra Singhad Institute Of Technology And Science\r\ncivil site engineer \r\n\r\nCivil engineer\r\nSkill Details \r\nSite Engineer- Exprience - 60 monthsCompany Details \r\ncompany - Vasundhara nirmiti properties\r\ndescription - Civil engineer\r\ncompany - shri balaji housing company\r\ndescription - Execution of all civil work\r\ncompany - Ganesh construction\r\ndescription - Site engineer',
"SKILLS â\x80¢ 1.Autocad â\x80¢ 2.Pro v â\x80¢ 3.Catia â\x80¢ 4.word, excel â\x80¢ 5.Photoshop INDUSTRIAL EXPOSURE Industrial Visit at: â\x80¢ Larsen & Tubro (L & T)-3 months industrial training Inplant Training at: â\x80¢ Ashoka Buildcon-Training for infrastructure setup and maintenance.Education Details \r\nJanuary 2017 Masters in structure Nashik, Maharashtra Universal University Nashik\r\nCivil Engineer \r\n\r\nCivil Engineer\r\nSkill Details \r\nAutocad- Exprience - 1 months\r\nCatia- Exprience - 6 months\r\nmaintenance- Exprience - 48 months\r\nphotoshop- Exprience - 1 months\r\ntraining- Exprience - 6 monthsCompany Details \r\ncompany - Color Sky Decor LLC Dubai\r\ndescription - Role: Civil Engineer\r\ncompany - Girija Construction And Devolopers\r\ndescription - Role: Civil Engineer\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - â\x80¢ 1.Exterior and Interior Of buildings, villa's etc.\r\nâ\x80¢ 2.Construction of new building and villa's.\r\nâ\x80¢ 3.Preparing bill of quantities, scheduling etc.\r\ncompany - Showrooms, Villa's, Hotels\r\ndescription - Maintenance and Interior outfit works of apartments, Showrooms, Villa's, Hotels etc.\r\nDescription: 1 Analyze photographs, drawings and maps to inform the direction of projects as well as the overall budget constraints\r\n\r\n2 Ensure project feasibility through continual evaluation of structural integrity and design\r\npracticality\r\n\r\n3 Create schedule for project completion\r\n\r\n3 Perform and adjust quantity calculations for practical and budgetary purposes\r\n\r\n4 Communicate with team members as well as customers and vendors to ensure\r\nmaximum cohesion and fluidity on projects\r\n\r\n5 Forecast design and construction time frames\r\n\r\n6 Inspect project sites to ensure they meet relevant codes and are progressing properly\r\ncompany - Sonia Buildcon\r\ndescription - Role: Civil Engineer\r\ncompany - \r\ndescription - 8.day-to-day management of the site, including supervising and monitoring the site labour\r\nforce and the work of any subcontractors\r\nDuration: 2015-2016\r\nRole: Civil Engineer\r\nâ\x80¢ Construction, renovation, interior designing of buildings, malls, commercial complex, Villas etc.\r\nDescription: 1 Undertaking technical and feasibility studies including site investigations\r\n\r\n2 Using a range of computer software for developing detailed designs\r\n\r\n3 Undertaking complex calculations\r\n\r\n4 Liaising with clients and a variety of professionals including architects and subcontractors\r\n\r\n5 Compiling job specs and supervising tendering procedures\r\n\r\n6 Resolving design and development problems\r\n\r\n7 Managing budgets and project resources\r\n\r\n8 Scheduling material and equipment purchases and deliveries\r\n\r\n9 Making sure the project complies with legal requirements, especially health and safety\r\n\r\n10 Assessing the sustainability and environmental impact of projects\r\n\r\n11 Ensuring projects run smoothly and structures are completed within budget and on time\r\ncompany - Grandeurs Realetors India\r\ndescription - Role: Civil Site Engineer\r\ncompany - \r\ndescription - Description: <Responsibility>\r\n1.Evaluated overall cost of materails, labours, subcontractors and tools.\r\n\r\n2.Regulated subcontractor work schedule and equipement delivery.\r\n\r\n3.Provided required documents for owners and subcontractors.\r\n\r\n4.Cheack regular basis project progrees and devolopment.\r\n\r\n5.act as the main technical adviser on a construction site for subcontractors,\r\ncraftspeople and operatives.\r\n\r\n6.ensure that all materials used and work performed are in accordance with the specifications.\r\n\r\n7.liaise with any consultants, subcontractors, supervisors, planners, quantity surveyors\r\nand the general workforce involved in the project.</Responsibility>",
'Computer Skills â\x80¢ Holder of valid KSA license â\x80¢ Basic Computer â\x80¢ MS Office â\x80¢ Autocad 2006Education Details \r\nJanuary 2005 Diploma Bengaluru, Karnataka Oxford polytechnic Banglore\r\nCivil Engineer \r\n\r\nCivil Engineer - Utility powertech Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Utility powertech Ltd\r\ndescription - 1. Project Name Nabinagar thermal power\r\nProject Aurangabad Bihar\r\n\r\nClient\tNTPC/BRBCL\r\n\r\nPosition Civil Engineer\r\ncompany - DAMMAM KSA\r\ndescription - October 2008 to June 2011 AL NAFJAN & AL ABAD CO.\r\n\r\nDAMMAM KSA\r\nPosition Civil Engineer\r\nProject Undertaken:\r\n1. Project Name: STC & QATIF S/L project no 2065864\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Arif & Kinfolk\r\n\r\n2. Project Name: King Fahad International Airport\r\nClient: Department of civil aviation\r\nMain Contractor: Al Nafjan & Al Abad co.\r\nConsultant: Dar-Al-Hadassah\r\n\r\nProject Description: DPF have Eleven Buildings. They are building 1 to building 11 all buildings are typical but it has three type. They are type 1, type 2 and type 3. Basically these building are for the senior staff for Saudi Arabian police force & army accommodation of Saudi Arabia.\r\n\r\nJob Responsibility\r\nâ\x80¢ Planning of projects from study the drawings and contract specifications.\r\nâ\x80¢ Preparation of material submittals and follow up with consultant for approvals.\r\nâ\x80¢ Planning of site installation activities, mobilization of man power, material on site, start up of the projects by leading team of supervisors, foremen & workers.\r\nâ\x80¢ Monitoring and supervising the execution of equipment installation at site and guide the work force to complete the project at targeted time.\r\nâ\x80¢ Co-ordination with clients, consultants & contractors.\r\nâ\x80¢ Preparation of Shop drawings and subsequently As-Built Drawings.\r\nâ\x80¢ Preparation of RFI.\r\nâ\x80¢ Billing, variation claims, timely order realizing on approval of materials, technical submittals.\r\nâ\x80¢ Attending site coordination meetings and dealing with clients & contractors.\r\nâ\x80¢ Preparing the work progress for the execution of the projects, preparation of weekly & monthly progress reports\r\n\r\nâ\x80¢ To prepare the progressive material take off for quantity of Ducting, Chilled Water Piping, Fittings, Insulation, etc. from workshop drawing as required according to approved work program.\r\nâ\x80¢ To prepare a complete material take off from workshop drawings for procurement.\r\ncompany - N.S Padke\r\ndescription - urban project under MMRDA\r\nAndheri (E), Mumbai\r\ncompany - PBA Infrastructure Ltd\r\ndescription - Project Undertaken:\r\n1. Project Name: 8 leaning of tipu sultan chok to santnamdev chok\r\nClient: Mumbai urban project under MMRDA\r\nAndheri, Mumbai\r\ncompany - Govt.ofJ&K\r\ndescription - Jammu)\r\nClient: Govt.ofJ&K\r\nPeriod: 7 Dec 2006 to 20 March 2007\r\n\r\nJob Profile\r\nâ\x80¢ Obtaining approval of Material and Drawing submittal from Consultant and main contractor.\r\nâ\x80¢ Material takeoff as required for the project according to the workshop drawing.\r\nâ\x80¢ Making request to purchase department for the procurement of the above material according to the project plan.\r\nâ\x80¢ Coordination with Electrical, Plumbing and Civil contractor for various site requirements.\r\nâ\x80¢ Arrange inspection of installed work and on the completion of the project.\r\n\r\nâ\x80¢ Estimating.\r\ncompany - civil aviation\r\ndescription - \r\ncompany - National highway authority of India\r\ndescription - 1. Project Name:\r\nClient: National highway authority of India\r\nPaintha chock to paripora Sri Nagar\r\nGovt.ofJ&K',
"COMPUTER KNOWLEDGE â\x9e¢ Drafting tools: AutoCAD. â\x9e¢ Packages: MS Office Applications â\x9e¢ Operating systems: Windows 9x/2000/XP/Vista. DETAILEXPERIENCES Experience in India: 1) Working Experience at ALIA CONSTRUCTION AT NALLASOPARA (WEST) Mumbai since JUNE 2014 to MAY 2015. As a Civil Engineer (1 years) Project handle: Project title: YASHWANT ORICHIDS Position: Site Engineer Location: Nallasopara (W) Mumbai Maharashtra - 400097 IndiaEducation Details \r\n S.S.C Rajasthan board excellence polytechnic college\r\nCIVIL ENGINEER \r\n\r\nCIVIL ENGINEER - Site Encharge\r\nSkill Details \r\nAutoCAD.- Exprience - 9 months\r\nCivil Engineer- Exprience - 42 months\r\nDrafting- Exprience - 9 months\r\nEngineer- Exprience - 42 months\r\nMS Office- Exprience - 9 monthsCompany Details \r\ncompany - Site Encharge\r\ndescription - Location: Andheri (E) Marol Bus Depot, near Maruti High School, MIDC\r\nMumbai Maharashtra 400093 India\r\n\r\nExperience in UAE:\r\n1) Currently Working at NOVA ENGINEERING WORKS Since MAY 2018 to TILL DATE as a CIVIL ENGINEER.\r\n\r\nLocation: Flat # 301 A&B Al Maha Building, University City Road,\r\nMuweilah Commercial, Near Alfalah Round About SHARJAH.\r\n\r\nJob Responsibilities\r\nAchieving Construction Activities like Excavation, Foundation, PCC, Waterproofing, RCC and Shuttering, steel fixing, casting concrete, masonry for brick works and plastering Tile fixing Etc. Up to completion. Independently following with Design engineers of, Architecture, and Structural Updated drawing for minor changes, as per site requirement needed and Inspection before casting Columns, Slabs. Etc\r\nLooking after construction activities, making requisition and facilitating the arrangement Procurement of construction materials. Executions of civil, interior and exterior ground finish works and Site Supervision.\r\n\r\nJob Responsibilities:\r\nâ\x9e¢ Scheduling of work.\r\nâ\x9e¢ Preparing & Verification of Sub-Contractors' & Suppliers' bills.\r\nâ\x9e¢ Working out the Quantities.\r\nâ\x9e¢ Verify the Quantities from the Client's Engineer.\r\n\r\nComputer Skills:\r\n\r\nâ\x9e¢ Drafting tools: AutoCAD.\r\nâ\x9e¢ Packages: MS Office Applications\r\nâ\x9e¢ Operating systems: Windows 9x/2000/XP/Vista.\r\n\r\nPersonal Strength:\r\n\r\nâ\x9e¢ Excellent communication skills.\r\nâ\x9e¢ Hardworking Sincerity and Honesty\r\nâ\x9e¢ Individual & team working Capability\r\nâ\x9e¢ Knowledge of 5M ( Minutes, Manpower, Material, Machine, Management )\r\nâ\x9e¢ Manage development of program strategies\r\n\r\nThank you for viewing my resume\r\ncompany - Kherwadi Police Station\r\ndescription - Mumbai Maharashtra\r\n400051 India\r\n\r\n3) Working Experience at OM CONSTRUCTION Since JANUARY 2017 to APRIL 2018 As\r\nA Civil Engineer (1.4 Years)\r\nProject handle:\r\nProject title: 9 RADHA\r\nPosition: Senior Engineer\r\nLocation: Dadar (E) Hindu Colony Road No 2 Mumbai Maharashtra 400014\r\n\r\nProject title: LODHA ETERNIS\r\ncompany - EXPERT CONSTRUCTION\r\ndescription - Project handle:\r\nProject title: ESTADO",
'PERSONAL SKILLS â\x80¢ Passionate towards learning new skills. â\x80¢ Hardworking, sense of responsibility. COMPUTER SKILL â\x80¢ AUTOCAD 2D, 3D â\x80¢ CIVIL 3DEducation Details \r\nJanuary 2014 BE Civil Engineering Chandrapur, Maharashtra Nagpur University\r\nJanuary 2010 Diploma Civil Engineering Mumbai, Maharashtra Bajaj Polytechnic\r\nJanuary 2007 SSC Industrial Waste Water Nagpur, Maharashtra Hindi City High School\r\n University /Board\r\nSite Engineer (Civil) \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 6 monthsCompany Details \r\ncompany - Talreja construction\r\ndescription - I am diploma and degree Holder in civil engineering Branch applying for post of civil engineer. Hoping for your positive response. Thanks and Regards Apeksha Naharkar.',
'Education Details \r\nAugust 2010 to May 2017 BE Electronics & Communication Jabalpur, Madhya Pradesh Takshshila institute of technology\r\nJava developer \r\n\r\n\r\nSkill Details \r\nJava, Javascript,- Exprience - 6 monthsCompany Details \r\ncompany - Wab It Softwere Pvt. Ltd.\r\ndescription - Jr. Java Developer',
'Technical Skills (Trained / Project Acquired Skills) â\x80¢ Languages Known: C, C++, J2EE, Spring, Hibernate. â\x80¢ Testing: Functional Testing, Manual Testing. â\x80¢ Operating Systems: Windows & Linux. â\x80¢ Packages: MS-office. â\x80¢ Databases: My SQL & PostgreSQL.Education Details \r\nJanuary 2013 to January 2017 B.E Computer Science and Engineering RTMNU University - Jhulelal Institute of Technology\r\nJanuary 2011 to January 2013 HSC Nagpur, Maharashtra Maharashtra State Board - Dayanand Arya Kanya Junior College\r\nJanuary 2010 to January 2011 SSC Nagpur, Maharashtra Maharashtra State Board\r\nJava Developer \r\n\r\nJava Developer - Inouvelle Ventures Private Limited\r\nSkill Details \r\nJ2EE- Exprience - 17 months\r\nC++- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nLINUX- Exprience - 6 monthsCompany Details \r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Nagpur.\r\n1. Project name: Stock Management System\t\tDecember 2017 - Till Date\r\nLanguage of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer\r\nOperating system: Windows XP/07/08\r\nDescription: Stock management System is Specially Developing for the Medicinal Market. This software is developing to keep the track of medicines, ailments, surgical Equipments, & also to keep the track of Wholesalers, Retailers, Employees, & Customers of the Company. Stock management system is the practice of ordering, storing, tracking, and controlling\r\ninventory. Debtor invoicing software helps small businesses and freelancers keep track of company assets .. Stock\r\nmanagement may also be called stock control, inventory management or inventory control.\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Project Profile\r\ncompany - Inouvelle Ventures Private Limited\r\ndescription - Language of implementation: Angular (Frontend), JAVA - J2EE, spring, Hibernate Framework (Backend)\r\n& PostgresSql Database.\r\nRole: Java Developer, Manual Testing.\r\nOperating system: Windows XP/07/08\r\nDescription: This Project is done for the Oldest Printing Press in Nagpur. The proposed web based Printing Press\r\nManagement System designed according to user and system requirement to fulfil the existing problems. This system offers the products and services that enhance organization growth, efficiency, and profitability.',
"TECHNICAL SKILLS Skills: Java, SQL, PL/SQL, C, C++, BootStrap, JSP, Ext JS Operating Systems: Windows Tools: Toad, Eclipse, SoapBox, Postman Databases: Oracle, MS-SQL, MS-Access, MS-ExcelEducation Details \r\nJanuary 2017 B.E. Computer Technology Gondia, MAHARASHTRA, IN Manoharbhai Patel Institute of Engineering and Technology\r\n HSC Gondia, MAHARASHTRA, IN S.M.P. Science College\r\nJava Developer \r\n\r\nJava Developer - Xoriant Solutions Pvt Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Pune\r\nPeriod Sept' 2017 to till date\r\nRole Java Developer\r\nDescription ResRent is a team responsible for the development of various\r\nmodules for Hertz. They are responsible for the development of screens in the portfolios they look after, and act as a\r\nprimary control function; developing webservices to ensure it can\r\nbe hit by XML and JSON. We build various modules which are\r\ninbuilt in Hertz to provide interfaces for end users in their tasks.\r\nTools Eclipse, TOAD, SoapBox, Postman\r\nResponsibilities - Develop module from Backend to Middleware to Frontend.\r\n- Bugs fixing and proactive developing of enhancements\r\n- Resolve Application incidents within defined UCs & creating\r\ndifferent Task ticket as well.\r\n- Debug and provide solution for workflow.\r\n- Resolving DB issues and providing technical support to BAs.\r\n- Keeping track of deployments and effect of same on ongoing\r\njobs\r\n- Contribution towards automation of daily activities and process\r\nbased organization\r\n- On-time, within-budget delivery meeting customers' quality\r\nexpectations.\r\n- Maintain knowledge base of domain, known defects and issues,\r\nprocesses and development techniques.\r\ncompany - Xoriant Solutions Pvt Ltd\r\ndescription - Strong communication, collaboration & team building skills with proficiency at grasping\r\nnew technical concepts quickly and utilize the same in a productive manner.\r\nâ\x9c\x93 Experience in development in Web application.\r\nâ\x9c\x93 Resolve project related issues in minimal time.\r\nâ\x9c\x93 Able to communicate effectively with multifunctional teams, programmers and technical staff at all levels.\r\nâ\x9c\x93 Good knowledge of Java, Sql, Ext JS, JSP, XML, Web services.\r\nâ\x9c\x93 Good interpersonal & analytical skills with proven abilities in resolving the complex\r\nsoftware issue.",
"TECHNICAL STRENGTHS Computer Language Java/J2EE, Swift, HTML, Shell script, MySQL Databases MySQL Tools SVN, Jenkins, Hudson, Weblogic12c Software Android Studio, Eclipse, Oracle, Xcode Operating Systems Win 10, Mac (High Sierra) Education Details \r\nJune 2016 B.E. Information Technology Goregaon, MAHARASHTRA, IN Vidyalankar Institute of Technology\r\nMay 2013 Mumbai, Maharashtra Thakur Polytechnic\r\nMay 2010 Mumbai, Maharashtra St. John's Universal School\r\nJava developer \r\n\r\nJava developer - Tech Mahindra\r\nSkill Details \r\nJAVA- Exprience - 21 months\r\nMYSQL- Exprience - 21 months\r\nDATABASES- Exprience - 17 months\r\nJ2EE- Exprience - 17 months\r\nANDROID- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java, Mysql, Shell script.\r\nWebserver: Jenkins.\r\nDescription: OR-Formatter is an application which takes the input file as Geneva Modified File GMF from Geneva server and reads the data to generate Bill backup and Bill Invoices for Client customers of BT. These invoices would be sent across to all the clients after billing.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in applying change request to current modules.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tPrepare required program level and user-level documentation.\r\ncompany - Tech Mahindra\r\ndescription - Team Size: 5\r\nEnvironment: Java EJB, Mysql, Shell script.\r\nWebserver: Weblogic12c Server, Jenkins.\r\nDescription: STAA is an encapsulation middleware layer, acting as an interface between client's operational support systems and Legacy systems. It transforms the legacy data into various formats such as TLV. Input is in form xml/http to STAA where validations are done and the response is sent to the back end systems where back end systems are CSS and COSMOSS Databases. The business methods deployed as EJBs on WebLogic Server shared across various market facing units of client.\r\nContribution:\r\nâ\x80¢\tPlayed the role of Java developer involved in creating services using Java/J2EE.\r\nâ\x80¢\tWorked on requirement analysis and development for the user stories and also preformed dev unit testing for the user stories.\r\nâ\x80¢ Handled E2E issues and fixing bugs.\r\nâ\x80¢\tWorked in Migration from java 1.6 to java 1.8.",
'Education Details \r\nJanuary 2013 Master of Engineering Information Technology Pune, Maharashtra M.I.T\r\nJanuary 2005 Bachelor of Engineering Information Technology Pusad, Maharashtra Amravati University\r\nJanuary 2001 Pusad, Maharashtra P. N. Junior College\r\nJanuary 1999 S.S.C Pusad, Maharashtra K.D. High-School\r\nJava Developer \r\n\r\nJava Developer - Maxgen Technologies\r\nSkill Details \r\nCompany Details \r\ncompany - Maxgen Technologies\r\ndescription - Currently working in Infrasoft Technologies, Andheri as a Java Developer.\r\ncompany - MIS Generation of Tata Sky and Tata Power\r\ndescription - COURSES DONE: Android -Mobile App Development, Technologies in Java-Core Java,\r\nAdvance Java, JSF, Hibernate, Spring at NIIT in 2015-16.\r\n\r\nANDROID PROJECT: Location Detector of Computing and Mobile Devices. (Android)\r\n\r\nME PROJECT: Data Deduplication. My projects works to reduce redundant data from the system and free up the memory. It stores unique copy of data and for more location with same data with the help of pointers can access the data. (Java)\r\n\r\nSUBJECTS TAUGHT:\r\nC language, Core Java, Object Oriented Programming (OOT/C++), Database, PPS (Programming and problem solving), AD (Advance Database), IAS (Information Assurance and security), Android\r\n\r\nPROGRAMMING SKILL: C, C++, Java, Android.\r\nDATABASE HANDLED:\r\nMS Access, SQL, Oracle\r\n\r\nNATIONAL CONFERENCE: 1. paper presented on "A secure cipher index over encrypted character data in database." On dated 28-29 April 2011 at Pimpri chinchwad college of engineering, Pune.',
'Education Details \r\n BE IT pjlce\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nc++- Exprience - Less than 1 year months\r\nc- Exprience - Less than 1 year months\r\nJAVA- Exprience - Less than 1 year months\r\nDS- Exprience - Less than 1 year months\r\nJdbc- Exprience - 24 months\r\nHibernate- Exprience - Less than 1 year months\r\nJava J2Ee- Exprience - Less than 1 year months\r\nJavascript- Exprience - 6 months\r\nJQuery- Exprience - 6 months\r\nAjax- Exprience - 6 monthsCompany Details \r\ncompany - Almighty tech pvt ltd nagpur\r\ndescription - 1. As a Java Developer.\r\nâ\x9d\x96 ORGANISATION: Almighty tech pvt ltd Nagpur\r\nâ\x9d\x96 DESIGNATION.: Java Developer.\r\nâ\x9d\x96 DURATION.: From 1st jan 2018\r\nâ\x9d\x96 Notice Period: 15 days\r\nJOB RESPONSIBILITIES\r\nâ\x9d\x96 Resolve Bugs\r\nâ\x9d\x96 Develop project as per user requirement.\r\n\r\nKNOWLEDGE ABOUT:-\r\nâ\x9d\x96 Programming language C, C++, DS, Java(Swing, JDBC, J2EE) java script,jquery,Ajax\r\nâ\x9d\x96 Ms office, Excel.',
'TECHNICALSKILLS SpringMVC, Hibernate, JDBC, Java, J2EE, AzureWeb SunTechnologies Services, JSP, Struts, Servlet, RestApi. Scripting JavaScript, AJAX, HTML, JSON. OpenSourceTechnologies PHP. Database MsSQL, MySQL, Oracle. WebServers ApacheTomcatServer. Internettechnologiesand OnesignalWebPushNotifications, AzurewebServices, frameworks IONIC, HTML, JSON OperatingSystem WindowsServer2012R2, WinXP/7/8.1/10, Linux, Mac OS Education Details \r\nAugust 2013 to July 2016 BE Computer Engineering Nashik, Maharashtra Late G.N. Sapkal COE Nashik\r\nJuly 2009 to June 2013 Diploma Computer technology Nashik, Maharashtra K K Wagh Polytechnic Nashik\r\nJava developer \r\n\r\nJava Developer\r\nSkill Details \r\nAJAX- Exprience - 12 months\r\nDATABASE- Exprience - 24 months\r\nHTML- Exprience - 24 months\r\nJ2EE- Exprience - 6 months\r\nJAVA- Exprience - 24 months\r\nSpring MVC- Exprience - 12 months\r\nIonic 3- Exprience - 6 months\r\nAngular JS- Exprience - 6 months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Replete business solutions pvt ltd\r\ndescription - Working as Java developer in spring MVC, MySQL, MsSql, Java, J2EE, Ajax, Javascript, ionic 3 framework, angular js etc. Technologies.',
'Operating Systems Windows XP, 7, 10. Tools/Packages Visual Basic 6.0, UML, Packet Tracer Web technologies Core java, Advance java, JSP, Hibernate, Spring Languages known C, C++ Databases SQL AREAS OF INTEREST â\x80¢ Software Development â\x80¢ Programming Academic Projects Details Diploma: Title: Banking Software Description: We used GSM technology for transaction of message for a security purpose. Environment/OS: Windows XP Technologies used frontend: visual basic 6.0 Backend: oracle 9i BE: Title: Single Sign On Description: We have created "single sign on" mechanism for network security. Environment/OS: Windows 7 Technologies Used Frontend: java Backend: Oracle 10g ME: Title: Text Based Graphical Password To Overcome Shoulder Surfing Attacks Description: I have created a most secure password system using Random Printing Algo. Environment/OS: Windows 10 Technologies used: Frontend: Java Backend: MySQL Company: Title: Agriculture Management System Description: Created Web application for Agriculture system and Farming. Environment/OS: Windows 10 Technologies used: Frontend: Hibernate Backend: MySQL Education Details \r\nJune 2015 to February 2018 ME(computers) computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2007 S.S.C. Solapur, Maharashtra Maharashtra Secondary Board\r\nJava Developer \r\n\r\nJava Developer\r\nSkill Details \r\nJAVA- Exprience - 6 months\r\nDATABASES- Exprience - 6 months\r\nHibernate- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Maxgen Technologies Pvt.Ltd.\r\ndescription - 1. Working as a java developer over Hibernate technology. Developing web application using JSP servlet and hibernate.\r\ncompany - Prakshal IT academy\r\ndescription - I was working as a trainer. I have taught A+, N+ CCNA(routing and switching).',
'Computer Skills: Languages And Script: JSP, Servlet, HTML, CSS, Java Script, Jquery, Ajax, Spring, Hibernate Operating System: Microsoft Windows® 2003/XP/Vista/7/8 Databases: My SQL Concepts: OOPS, Core java, Advance java Development Tool: Eclipse, Net beans IDE Web Server: Apache Tomcat 7.0Education Details \r\nJanuary 2007 H.S.C Amravati, Maharashtra VidyaBharati college\r\nJanuary 2005 S.S.C Amravati, Maharashtra Holy Cross English School\r\nJava Developer \r\n\r\nJava Developer - Kunal IT Services Pvt Ltd\r\nSkill Details \r\nECLIPSE- Exprience - Less than 1 year months\r\nJAVA- Exprience - 14 months\r\nHIBERNATE- Exprience - Less than 1 year months\r\nSPRING- Exprience - Less than 1 year months\r\njQuery- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Kunal IT Services Pvt Ltd\r\ndescription - Currently Working As Java Developer In Winsol Solution Pvt Ltd From 1 July 2017 To Till Date.\r\n\r\nExperience Of 2 Yrs As A Java Developer In Kunal IT Services Pvt Ltd.',
"Education Details \r\nJanuary 2016 B.E Information Technology Pune, Maharashtra Sawitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Vertical Software\r\nSkill Details \r\nCompany Details \r\ncompany - Vertical Software\r\ndescription - Expertise in design and development of web applications using J2EE, Servlets\r\nJSP, JavaScript, HTML, CSS, JQUERY, AJAX, JSON.\r\n\r\nExperienced in developing applications using MVC architecture.\r\n\r\nGood understanding of Software Development Life Cycle Phases such as Requirement\r\ngathering, analysis, design, development and unit testing.\r\n\r\nLanguages & open Source Java, J2EE, Spring, Hibernate\r\nFrame Work\r\n\r\nScripting Languages & Server Java JSP, Servlets, DB Connectivity's\r\nSide Program JDBC, JavaScript, jQuery, Ajax, JSON\r\n\r\nApplication Server TomCat\r\nDatabase MongoDB, MySql\r\nIDEs Eclipse\r\n\r\n1. Project Title: Expense Ledger\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n2. Project Title: Trimurti Developer (Realestate)\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Servlet, MySql, JavaScript, Json, Jquery, Ajax.\r\n\r\n3. Project Title: Vimay Enterprise\r\nRole: Java Developer\r\nTools and Technologies: Java, Jsp, Spring, Hibernate, Maven, Jquery, Ajax.\r\ncompany - Higher Secondary School\r\ndescription - Pune, 58.8%",
"TECHNICAL SKILLS Programming Languages: Java (Servlet, JSP, Spring Boot). Web Technology: HTML5, CSS3, Bootstrap, JavaScript, JQuery, Ajax, AngularJs. Database: MySQL. IDE and Tool: Eclipse, spring tool Suit, Net beans, Sublime Text, Atom. Operating System: Windows XP, 7, 8, 10. ACHIEVEMENT â\x80¢ Java Developer Certificate from Unanth Technical Institute. â\x80¢ Java Certificate from solo Learn. â\x80¢ Command line crash Course certificate from Udemy. JOB DETAILS Education Details \r\nJanuary 2018 M.C.A Pune, Maharashtra Pune University\r\nJanuary 2015 B.C.A Amravati, Maharashtra Amravati University\r\nJanuary 2012 H.S.C Amravati, Maharashtra Amravati University\r\nJanuary 2010 S.S.C Amravati, Maharashtra Amravati University\r\nJava developer \r\n\r\nFull Stack Java Developer\r\nSkill Details \r\nCss- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nServlet- Exprience - Less than 1 year months\r\nHtml5- Exprience - Less than 1 year months\r\nSpring- Exprience - Less than 1 year months\r\nJava- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJsp- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nBootstrap- Exprience - Less than 1 year months\r\nSpring Boot- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Salcluster technologies\r\ndescription - Worked as java developer. Developed 3 projects using java servlet jsp ajax and web technologies.\r\ncompany - Salcluster Technologies LLP.\r\ndescription - Technology: Core Java, Servlet and JSP, HTML5, CSS3, Bootstrap, Javascript, Jquery\r\nAjax and Bootstrap.\r\n\r\nPROJECT DETAILS\r\n#1 Title: GST And Sales Billing Softwares\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Web application made by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a client's website which is used for Billing. It includes GST Billing, Generate and print invoice. It has five master pages and four common pages. Masters include customer master, item master, uom master, setup master, reason master and common pages like sales order, payments, sales return and invoice.\r\n\r\n#2 Title: Dinman News website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is a clients website. It is used for displaying online video and text news.\r\n\r\n#2 Title: Agri Management Website\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 1.5 Months.\r\nâ\x80¢ Abstract: This is a Website project by using Java (Servlet and JSP), JavaScript, Jquery, Ajax, and MySQL on back end. It is used for purchasing and selling vegetables all over india.\r\ncompany - OmegaSoft Technologies pvt.ltd\r\ndescription - Company Name: OmegaSoft Technologies pvt.ltd. An ISO certified Company.\r\nDuration: 5 months.\r\nTechnology: Java Spring Hibernate, AngularJs, Ajax, KendoUI and BootStrap.\r\nArchitecture: MVC Architecture and Service based Programming.\r\nProject Module: Login Registration and Role Assignment, Payments.\r\n\r\nINTERNSHIP PROJECT DETAILS\r\n#1 Title: Employment Times\r\nâ\x80¢ Status: Completed\r\nâ\x80¢ Duration: 4 Months.\r\nâ\x80¢ Abstract: This is a Website project using Java, Spring, Hibernate. Angular Js, Ajax and MySQL on back end. It is a client's website which is used for posting of newspapers all over India. It has 12 Modules. In which it has Admin Panel, E-paper Posting, Subscriptions, and many more. It is a very light weight website built by using MVC Architecture and Service based Architecture. We can also post advertisements on website and share the news on Facebook or any other social media directly. It has Payment module and users are able to make payments online through debit or credit card or E-Wallet.",
'SKILLS: - 1) Team leading 2) Self-motivated 3) Hard working â\x9d\x96 Strengths: Ready to learn new Programming Languages, Punctual, Discipline, Respectfulness. DECLARATION:- I hereby inform you that all the statement made above are true with the best of my knowledge and belief. Education Details \r\nAugust 2014 to July 2017 MCA Computer Sciene Amravati, Maharashtra SGBAU, Amaravti\r\nJava Web Developer \r\n\r\n\r\nSkill Details \r\nCore Java,JSP,Servlet,Spring,Hibernate,Struts,Javascript- Exprience - 6 monthsCompany Details \r\ncompany - Salcluster Technologies\r\ndescription - 1. I am Java web developer\r\n2. Jsp , servlet, Sprinng MVC Technologies',
'Skills â\x80¢ Language: Java â\x80¢ Operating System: Windows, Linux (CentOS 6.6) â\x80¢ Databases: Oracle, My SQL and Derby (Embedded DB) â\x80¢ IDE: Eclipse (Oxygen) â\x80¢ Tools: SonarQube, Putty. Responsibilitis: â\x80¢ Participated in requirements gathering and design development meetings. â\x80¢ Reviewed code and debugged errors to improve performance. â\x80¢ Coordinated with systems partners to finalize designs and confirm requirements. â\x80¢ Consistently met deadlines and requirements for all production work orders. â\x80¢ Collaborated with other developers to identify and alleviate the number of bugs in the software and provided maintenance and development of bug fixes and patch sets for existing applications. Education Details \r\n Bachelor of Engineering (Computer) Savitribai Phule Pune University\r\nJava Developer \r\n\r\nJava Developer - Aurus Tech Pvt. Ltd\r\nSkill Details \r\nJAVA- Exprience - 32 months\r\nLINUX- Exprience - 6 months\r\nAdavance Java- Exprience - Less than 1 year months\r\nDerby- Exprience - Less than 1 year months\r\nOracle- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Aurus Tech Pvt. Ltd\r\ndescription - Having 2 years of experience in working with a Payment Gateway Solutions provider with Core Java. Hardworking Java Developer enthusiastic about working with multicultural teams.\r\ncompany - Aurus Tech Pvt Ltd.\r\ndescription - â\x80¢ Participated in requirements gathering and design development meetings.\r\nâ\x80¢ Reviewed code and debugged errors to improve performance.\r\nâ\x80¢ Coordinated with systems partners to finalize designs and confirm requirements.\r\nâ\x80¢ Consistently met deadlines and requirements for all production work orders.\r\nâ\x80¢ Â\xa0Collaborated with other developers to identify and alleviate the number of bugs in the software and provided continued maintenance and development of bug fixes and patch sets for existing applications.',
'Education Details \r\n BE Computer Science Mumbai, Maharashtra Mumbai University\r\n HSC Mumbai, Maharashtra Maharashtra State Board\r\n SSC Mumbai, Maharashtra Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Fino Payments Bank\r\nSkill Details \r\nCompany Details \r\ncompany - Fino Payments Bank\r\ndescription - Key Role In-depth requirement and input gathering\r\nResponsibilities and Achievements:\r\nâ\x99¦ Conducted in-depth requirement and input gathering from all concerned stakeholders [Business SMEs, Technical Architect and Business Architect] to create artifacts like Business Requirement Document (BRD) to arrive at functional requirements for development team\r\nâ\x99¦ Created Functional Specification Document (FSD) highlighting the technical implementation and the use cases\r\nâ\x99¦ Led the Merchant Commission Module project from end-to-end and co-ordinated for CUG and Live\r\nâ\x99¦ Designed the Account Opening Process flow end-to-end during the time when bank was going Live.\r\nâ\x99¦ SPOC for all the configurations (both account level and customer level) in production.\r\nâ\x99¦ Led the Cash Controlling Processes for the field users as per the requirement from the business team.\r\nâ\x99¦ Design and build proof of concepts to validate the viability of alternate approaches and determine optimum choice\r\nâ\x99¦ Involved in Process Design for development of the products\r\nâ\x99¦ Performed Functional Testing of the entire system and provided support during UAT by preparing UAT test cases, performing UAT tests to onboard new processes as BAU\r\nâ\x99¦ Worked with the development teams in arriving at detailed techno-functional specifications, participate in Feasibility\r\nAnalysis\r\nâ\x99¦ Conducting twice a week meetings with the vendor to discuss the status of CRs and to resolve technical queries\r\ncompany - Fino Paytech Pvt. Ltd\r\ndescription - Key Role Requirement gathering, Development, Testing\r\nResponsibilities and Achievements:\r\nâ\x99¦ Requirement gathering, preparation of traceability matrix, preparation and execution of use cases, developing of test plans based on requirements for Airtel Zambia National Partner Project\r\nâ\x99¦ Led the employee profile creation, maintenance of employee details in the database: Preparation of work flow, end-to-end development and testing of the module\r\nâ\x99¦ Designed the work flow process of the CAPA (Corrective Action Preventive Analysis) module to maintain the audit findings raised by the internal audit team\r\nâ\x99¦ Designed the Expense Management module and automated it for end-to-end in-house expense flow\r\nâ\x99¦ Designed the PMO tool Parivartan used for tracking the projects end-to-end',
'Technical Skills Application Servers: IIS 6.0, Jboss 7.1. Database: SQL, Oracle and DB2. Report Tool: iReport, Crystal report. Career GraphEducation Details \r\n\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Zensar Technologies Ltd\r\nSkill Details \r\nCRYSTAL REPORT- Exprience - 15 months\r\nDATABASE- Exprience - 6 months\r\nDB2- Exprience - 6 months\r\nIIS- Exprience - 6 months\r\nIIS 6- Exprience - 6 monthsCompany Details \r\ncompany - Zensar Technologies Ltd\r\ndescription - Location: Goregoan, Mumbai (Client -SUN Pharmaceutical)\r\nDesignation: Business Analyst.\r\nRole: Requirement gathering, gap analysis, support, end user training, documentation.\r\ncompany - Proteus Technologies Pvt Ltd\r\ndescription - Base Information Management Pvt. Ltd. Is a Mumbai base software service provider with core competency and proven track record of installations of Enterprise Wide Solutions. Base customers come from industries as wide as Pharmaceuticals, Life Sciences, Plastics, Engineering, Chemicals\r\ncompany - Wings Infonet Pvt Ltd\r\ndescription - It is IT solutions Provider Company. Company provides comprehensive technology solutions to Accounting, trade, payroll and Asset Management firms across the world.\r\ncompany - Hiral Tektronix Pvt Ltd\r\ndescription - Software relates to recruitment (HRMS), accounting, and Payroll.\r\n\r\nJob Responsibilities: â\x80¢ ERP Implementation and after go live support.\r\nâ\x80¢ Documenting user requirements and developing specifications for customization.\r\nâ\x80¢ Integrating with other modules, integration testing & extending Post Go-live support, including training support to end-users.\r\nâ\x80¢ Drafting functional requirements for ERP systems to represent the processes and functions involved.\r\nâ\x80¢ Guiding the users in using various modules and the management for various functional issues.\r\nâ\x80¢ Delivering awareness about various reports available in ERP system for day to day transactions and for MIS reporting of departments\r\nSystem Audit for better results and follow ups for Observation.\r\nâ\x80¢ Developing and designing report using iReport and crystal report',
'Key Skills - Requirement Gathering - Requirement Analysis -Design Specifications - Client Communication - System Documentation - Problem solving - SDLC Operating Systems: Windows OS, UNIX (Linux/Ubuntu) Languages: Java, C++ Web Languages: JavaScript, HTML Tools: Citrix Software, System Architect, Quality Center v9.0 & v10.0, Tortoise SVN, DOORS, Artifact Viewer, JformDesigner, JIRA, Microsoft D365 Other Skills: Microsoft Office, MS Excel, MS PowerPoint, MS Visio, AutoCAD, VLSI, MS-CIT Certified. Education Details \r\nJanuary 2012 BE Electronics Mumbai, Maharashtra Mumbai University\r\nJanuary 2006 Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Intertek India Pvt Ltd\r\nSkill Details \r\nSDLC- Exprience - 75 months\r\nVISIO- Exprience - 60 months\r\nREQUIREMENT GATHERING- Exprience - 15 months\r\nDocumentation- Exprience - Less than 1 year months\r\nFunctional Testing- Exprience - Less than 1 year months\r\nBusiness Analysis- Exprience - Less than 1 year months\r\nJira- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Intertek India Pvt Ltd\r\ndescription - Business Analyst. Key responsibilities include Requirements Gathering, Requirements Analysis. Documentation like FRD creation. Providing KT sessions to the team. Having Client Communication. Gap Analysis.\r\ncompany - Intertek India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating FRDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Walkthrough to team regarding the requirement â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Creating UAT Test cases. Executing the same.\r\nâ\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tInlight (Feb 2018 till date)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nInlight - (Supplier Risk Assessment Application)\r\nInlight is an Application designed to assess the Suppliers within the Supply chain. The Application on boards the Importers, Exporters and Suppliers. Based on the role they perform a Questionnaire is assigned to them and they fill out the Questionnaire. Basis the answer a scoring methodology is defined and the Suppliers are assessed to be Critical, High, Medium and Low. This helps in assessing the risk involved in working with certain Suppliers in the Supply chain.\r\n\r\nBeyond Curriculum â\x9c\x93 Completed Internship in L&T â\x9c\x93 Attended Logistics Business School Training in Germany.\r\nâ\x9c\x93 A1 Certified in German Language.\r\nâ\x9c\x93 Travelled Onsite for Business Meetings and Discussions with Clients.\r\n\r\nPersonal Dossier .\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - FRD creation\r\nClient communication\r\nVendor Management\r\nHaving product Walk through with the team.\r\ncompany - AllCargo India Pvt Ltd\r\ndescription - Requirement Gathering from Businesses. Creating BRDs and FSDs.\r\nâ\x9c\x93 Vendor interaction for functional and technical disciplines.\r\nâ\x9c\x93 Creating Project Plan.\r\nâ\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\nProject 1\tCRM (Nov 2017 to Feb 2018)\r\nPlatform\tMicrosoft D365\r\n\r\nDescription:\r\nCRM - (Sales Management System)\r\nCRM is a Software solution specially designed for handling Sales Management. This is a product provided by Microsoft which helps in tracking the sales of company, the activities of the salesperson, 360-degree view of customer accounts. This basically helps to get the overall status and view of various businesses the company is achieving from different Customers. A platform where the salesperson provides the details of Lead, Opportunity, Accounts and Businesses. Available on Cloud.\r\n\r\nProject 2\tCredit Risk (Nov 2017 to Feb 2018)\r\nPlatform\t.Net\r\n\r\nDescription:\r\nCredit Risk - (Customer credit check Management System)\r\nCredit Risk is a Software solution specially designed for checking the credit status of the customer from which businesses are gained. The software basically is designed to take the KYC and the consent from the customer. For those customers who provide the consent, the credit report and monitoring report are obtained from the Credit Bureau. Based on the reports the customer health can be determined and business with them can either be or discontinued.\r\n\r\nWork Experience 3:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Client: DB Schenker â\x9c\x93 Analyzing business requirements and defining consistent, correct and complete specification â\x9c\x93 Change Proposal Management; Effort Estimation, Impact & Gap Analysis â\x9c\x93 Actively participate in Change proposal implementation & testing and define ways for improvement / enhancement â\x9c\x93 Defect analysis & clarifying functional queries of team members & developers â\x9c\x93 Prepare Requirement document, User manual, Test cases and training material â\x9c\x93 Impart business process knowledge transfer to the team members. Prepare business / functional process workflow using Visio, UML etc â\x9c\x93 Working knowledge of OOAD - Object Oriented Analysis & Design concept.\r\nâ\x9c\x93 Helping the Junior BAs in their work. Supervising their work.\r\nâ\x9c\x93 Tools & Applications: System Architect, DOORS, UML designs & concepts, HP Quality Center, MWB, Jformdesigner â\x9c\x93 Test Management: Test Data creation, Test Case writing, Test Case Execution (Manual), Regression tests at various stages in the SDLC\r\n\r\nProject Details\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Platform\tJava\r\n\r\nDescription:\r\nTANGO - (Sea & Air Cargo Management System)\r\nTANGO is a Software solution specially designed for handling sea and air cargo (Import & Export) Management. TANGO manages the creation of Shipment, Tracking the shipment via multiple service legs i.e. Pick-up, Delivery leg etc. It helps in managing the end to end shipment with respect to the entire department involvement (globally)\r\n\r\nWork Experience 2:\r\ncompany - Capgemini India Pvt Ltd\r\ndescription - ',
"IT Skills: Area Exposure Modeling Tool: Bizagi, MS Visio Prototyping Tool: Indigo Studio. Documentation: MS Office (MS Word, MS Excel, MS Power Point) Testing Proficiency: Smoke, Sanity, Integration, Functional, Acceptance and UI Methodology implemented: Waterfall, Agile (Scrum) Database: SQL Testing Tool: HPQC Business Exposure Education Details \r\n Bachelor Of Computer Engineering Computer Engineering Mumbai, Maharashtra Thadomal Shahani Engineering college\r\n Diploma Computer Engineering Ulhasnagar, Maharashtra Institute of Technology\r\n Secondary School Certificate Ulhasnagar, Maharashtra New English High School\r\nSenior Business Analyst - RPA \r\n\r\nSenior Business Analyst - RPA - Hexaware Technologies\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nTESTING- Exprience - 29 months\r\nINTEGRATION- Exprience - 25 months\r\nINTEGRATOR- Exprience - 25 months\r\nPROTOTYPE- Exprience - 13 monthsCompany Details \r\ncompany - Hexaware Technologies\r\ndescription - Working as a RPA Business Analyst\r\ncompany - BBH- Brown Brothers Harriman & Co\r\ndescription - is a private bank that provides commercial banking, investment management, brokerage, and trust services to private companies and individuals. It also performs merger advisory, foreign exchange, custody services, commercial banking, and corporate financing services.\r\n\r\nResponsibilities: â\x80¢ Performed Automation Assessment of various Processes and identified processes which can be candidates of RPA.\r\nâ\x80¢ Conducting Assessment that involves an initial Understanding of the Existing System, their technology, processes, Usage of the tools, Feasibility of tool with automation tool along with automation ROI analysis.\r\nâ\x80¢ Preparing the Automation Potential Sheet which describes the steps in the process, the volume and frequency of the transaction, the AHT taken by SME to perform the process and depending on the steps that could be automated, Automation potential and the manual efforts that will be saved are calculated.\r\nCalculating the complexity of the Process which is considered for automation and depending on all these factors Number of Bots and Number of Automation tool Licenses are determined.\r\nâ\x80¢ Implementing a Proof of Concept (POC) to Validate Feasibility by executing the selected critical use cases for conducting a POC which will helps to identify financial and operational benefits and provide recommendations regarding the actual need for complete automation.\r\nâ\x80¢ Gathering business requirements by conducting detailed interviews with business users, stakeholders, and Subject Matter Experts (SME's) â\x80¢ Preparing Business Requirement Document and then converted Business requirements into Functional Requirements Specification.\r\n â\x80¢ Constructing prototype early toward a design acceptable to the customer and feasible.\r\nâ\x80¢ Assisting in designing test plans, test scenarios and test cases for integration, regression, and user acceptance testing (UAT) to improve the overall quality of the Automation.\r\nâ\x80¢ Participating regularly in Walkthroughs and Review meetings with Project Manager, QA Engineers, and Development team.\r\nâ\x80¢ Regularly interacting with offshore and onshore development teams.\r\ncompany - FADV - First Advantage\r\ndescription - is a criminal background check company that delivers global solutions ranging from employment screenings to background checks.\r\nThe following are the processes which were covered:\r\nEmail Process, Research Process, Review Process.\r\n\r\nResponsibilities: â\x80¢ Requirement Gathering through conducting Interviews & Brainstorming sessions with stakeholders â\x80¢ To develop decision models and execute those rules as per the use case specifications.\r\nâ\x80¢ To Test/validate the decision models against document test data.\r\nâ\x80¢ To maintain and enhance the decision models for changes in regulations as per use case specifications.\r\nâ\x80¢ Responsible for performing the business research that will make a business growth.\r\nâ\x80¢ Developing a clear understanding of existing business functions and processes.\r\nâ\x80¢ Effectively communicate with the onsite clients for the queries, suggestions, and update.\r\nâ\x80¢ Giving suggestions to enhance the current processes.\r\nâ\x80¢ Identifying areas for process improvement.\r\nâ\x80¢ Flagging up potential problems at an early stage.\r\nâ\x80¢ Preparing PowerPoint presentations and documents for business meetings.\r\nâ\x80¢ Using any information gathered to write up detailed reports.\r\nâ\x80¢ Highlighting risks and issues that could impact project delivery.\r\nâ\x80¢ Able to work accurately.\r\nâ\x80¢ To develop and maintain documentation for internal team training and client end user operations.\r\nâ\x80¢ To work efficiently with team members and across teams.\r\nâ\x80¢ To mentor and train junior team members.\r\ncompany - Clinical Testing, Lab Work and Diagnostic Testing\r\ndescription - IQVIA provides services to its customers this includes: Clinical Testing, Lab Work and Diagnostic Testing under clinical trial. These customers need to pay to IQVIA and aging details and invoices are generated for the same.\r\nThe following are the processes which were covered:\r\n\r\nTracking Payments, Automated Real Time Metrics Reporting (Dashboard), Past Due Notifications, AR Statements, Credit/Rebill.\r\nResponsibilities: â\x80¢ Conducting meetings with clients and key stakeholders to gather requirements, analyze, finalize and have formal sign-offs from approvers Gather and perform analysis of the business requirements â\x80¢ Translating the business requirements into the Business Requirement Document [BRD], Functional Requirement Document [FRD].\r\nâ\x80¢ Facilitating meetings with the appropriate subject matter experts in both business and technology teams â\x80¢ Coordinating with business user community for the execution of user acceptance test as well as tracking issues â\x80¢ Working, collaborating and coordinating with Offshore and Onsite team members to fulfill the BA responsibilities from project initiation to Post-Implementation â\x80¢ Reviewing the test scripts with business users as well as technology team. Execute test scripts with expected results for the System Integration Test (SIT) and User Acceptance Test (UAT) â\x80¢ Coordinating and conducting the Production Acceptance Testing (PAT) with the business users â\x80¢ Creating flow diagrams, structure charts, and other types of system or process representations â\x80¢ Managing changes to requirements and baseline through a change control process â\x80¢ Utilizing standard methods, design and testing tools throughout project development life cycle â\x80¢ Work closely with the operational functional teams, operations management, and personnel, and various technology teams to facilitate a shared understanding of requirements and priorities across all areas\r\ncompany - Eduavenir IT Solution\r\ndescription - Project: M.B.M.S\r\n\r\nM.B.M.S. - is an Inventory management application that allows user to manage inventory details of different warehouses, having different products located at various locations and help extract what goods have been procured, sold or returned by customers. It generates automated invoicesalong withcustomized reports. It also managescustomer complaint and resolution system implementation along with automated MIS on monthly basis.Sales and forecastingis also developed on MIS System and the streamlining of process of warehousing and dispatch along with online proof of delivery management system (POD documentation) is generated.\r\n\r\nResponsibilities: â\x80¢ Participate in requirement gathering discussion with client to understand the flow of business processes â\x80¢ Analyze the requirements and determine the core processes, develop Process Documentation and ensure to stay up-to-date in conjunction with on-going changes â\x80¢ Participate in process flow analysis and preparing BRD, SRS.\r\nâ\x80¢ Coordinating with developers, designers & operations teams for various nuances of the project, communicate the stakeholder requirements from requirement /enhancement to implementation and finally deliver the same within estimated timeframe.\r\nâ\x80¢ Support UAT by reviewing test cases, manage version control of documents, software builds.\r\nâ\x80¢ Coordinate with the stakeholders for UAT sign off and coordinate internally for production movement till Golive stage of the application.\r\nâ\x80¢ Provide demo and training to internal and end user using PowerPoint presentation.\r\nâ\x80¢ Resolving project functional &technical issues during UAT.\r\nâ\x80¢ Prioritizing the Production bugs and resolving the same within the estimated timeframe.\r\nâ\x80¢ Preparing Project Status Report and Production Bugs Status to all the stakeholders.\r\nâ\x80¢ Promoting and Networking for online trading platform.\r\nâ\x80¢ Designing query sheet for obtaining and comparison of quotes from various vendors.\r\nâ\x80¢ Development of product codes / material codes for inventory management (Master Data Management)\r\ncompany - CAPGEMINI Head Office\r\ndescription - Type: Mobile and Device Testing. Duration: January 2014 - August 2014\r\n\r\nFollet - An application which takes an electronic request from the user for the books he requires from a particular follet store. This detailed information about books that will include the name of the book, its price, the date of the transaction and the parties involved which will then be sent to follet stores. User then create request for one or more books for a given date. This request is then processed further and user gets a mail of the date when he will be provided with that book.\r\n\r\nResponsibilities: â\x80¢ Understanding the needs and business requirements.\r\nâ\x80¢ Preparing BRD, SRS by eliciting all the requirements from the client and SMEs â\x80¢ Understanding the dependency of the modules in the system â\x80¢ Preparation of test plan for Unit level and Integration level.\r\nâ\x80¢ Preparation and execution of test cases.\r\nâ\x80¢ Defect tracking, Issue Resolution, Risk Monitoring, Status Tracking, Reporting and Follow-up.\r\nâ\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - \r\ncompany - CAPGEMINI Head Office\r\ndescription - Humana is a health care insurance project of U.S. which deals with supplying various medicines to citizens as per the doctor's reference and patient's insurance policy. This application keeps track of all the medicines user has consumed in the past and generates a patient history. A citizen is given a drug only after the doctor's reference so the doctor's information is also linked with the patient's history.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Involved in writing test cases based on test scenarios and execute them.\r\nâ\x80¢ Ensuring Test Coverage using Requirement Traceability Matrix (RTM) â\x80¢ Preparation of Test Completion report.\r\ncompany - CAPGEMINI Head Office\r\ndescription - Testing Trends WQR (World Quality Report) is an application which allows the users to take a survey on different methods and technologies used for testing. Users can choose to answer any type of questions under three different categories. Users have a facility to search, view and export the data to excel. Also, users get daily and weekly reports through email about the new trends in testing implemented around the globe. Testing Trends WQR app is available on Android and IOS platforms.\r\n\r\nResponsibilities: â\x80¢ Understanding the requirements and getting clarifications from client.\r\nâ\x80¢ Writing test cases based on test scenarios and executed them.\r\nâ\x80¢ Performing different types of testing such as Functional, Integration, System, and UAT.\r\nâ\x80¢ Defect resolution and maintenance of the application.",
'TECHNOLOGICAL SKILLS â\x99¦ Knowledge of Computers on the Windows platform. â\x99¦ Fluency in MS-Office Applications such as Excel, Word, PowerPoint, etc. â\x99¦ HTML, JAVA, PHP ATTRIBUTES â\x99¦ Hardworking towards achieving the Goal â\x99¦ Good communication skills â\x99¦ Quick learner â\x99¦ Good interpersonal relationEducation Details \r\nJanuary 2016 to January 2018 MMS Mumbai, Maharashtra University of Mumbai\r\nJanuary 2016 to January 2018 MMS Management Mumbai, Maharashtra University of Mumbai\r\nJanuary 2014 B.Sc. Bandra, MAHARASHTRA, IN Rivzi College\r\nJanuary 2011 HSC Bandra, Maharashtra, IN St. Andrews College\r\nJanuary 2011 HSC Allana Junior College\r\nJanuary 2009 SSC Canossa High School\r\nJanuary 2008 SSC Maharashtra State Board\r\nBusiness Analyst \r\n\r\nBusiness Analyst - Mass Group of Companies\r\nSkill Details \r\nEXCEL- Exprience - 23 months\r\nHTML- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nPHP- Exprience - 6 months\r\nPOWERPOINT- Exprience - 6 monthsCompany Details \r\ncompany - Mass Group of Companies\r\ndescription - Key Role Analyst\r\nResponsibilities:\r\nâ\x99¦ Manage risk and provide risk management process.\r\nâ\x99¦ Liaise with other project areas to coordinate with interdependencies and resolve issues.\r\nâ\x99¦ Analyse and map business process.\r\nâ\x99¦ Guide stakeholders on devising effective and efficient approaches to achieving project objectives.\r\nâ\x99¦ Preparation of various Derivable i.e Business requirement, functional requirement and report specification.\r\ncompany - Commversion Pvt.LTD\r\ndescription - Responsibilities:\r\nâ\x99¦ Employee Satisfaction reports\r\nâ\x99¦ Evaluate overall work\r\nâ\x99¦ Internal Audit\r\nâ\x99¦ Maintain timesheet validation.\r\nâ\x99¦ Set Simple and performance driven compensation strategies and polices.',
'Education Details \r\nFebruary 2006 to February 2006 TYBCOM Commerce mumbai\r\nBusiness Analyst \r\n\r\nBusiness Analyst\r\nSkill Details \r\nCompany Details \r\ncompany - Motilal Oswal\r\ndescription - Business Analyst\r\nHandling IT Operation for Institutional Equities \r\nMaintain Daily MIS in Excel for CAG, Research, Derivative, Sales team Preparing Auto Dashboard For Research, Sales, Trading team Working on Excel Macro to Create Innovative Report \r\nWorking on Block Related Data Working on BD Fund from different GEO Working on Investors Corporate Meeting to track Corporate Block & Fund Interest in Sector\r\ncompany - FSS\r\ndescription - Project Description:\r\nMaintain and prepare cash indent, cash report, cash position, and cash planning\r\nResponsibilities:\r\n\r\nâ\x80¢ Maintain Daily MIS in excel.\r\nâ\x80¢ Provide complete information about MIS & ATM.\r\nâ\x80¢ Maintain and prepare cash indent, cash report, cash position., cash planning\r\nâ\x80¢ Co-ordinate with BANK CASH DEPARTMENT.\r\nâ\x80¢ Co-ordinate with custodians\r\n\r\n.\r\nDEGREE/ COURSE YEAR of PASSING GRADE INSTITUTE UNIVERSITY/ BOARD PERCENTAGE\r\ncompany - ANGEL BROKING\r\ndescription - Reporting: Assistant Manager / SR. Manger\r\nResponsibilities:\r\n\r\nâ\x80¢ Handling team of 14 Quality assurance team members\r\nâ\x80¢ Maintain Daily MIS in excel of team productivity\r\nâ\x80¢ Maintain and prepare repots, adding comments on remark\r\nâ\x80¢ mailing client for modification of given number\r\nâ\x80¢ Mailing reports to different branches\r\nâ\x80¢ Coordinating with RM\r\nâ\x80¢ Provide complete information about script to client',
'Skills: â\x80¢ ETL â\x80¢ Data Warehousing â\x80¢ SQL/PL SQL â\x80¢ Basic Core Java â\x80¢ Basic Python Tools: â\x80¢ SAP BODS â\x80¢ SAP BO â\x80¢ Oracle 11g â\x80¢ Sybase Education Details \r\nAugust 2008 to July 2012 Bachelor of Engineering Navi Mumbai Panvel, Maharashtra Mumbai University\r\nJune 2006 to May 2007 B.E Computer Engineering Navi Mumbai, Maharashtra Ryan International School\r\nSAP BO/BODS Developer/Administrator, Tata Consultancy Services Limited \r\n\r\nSAP BP/BODS Developer/Administrator, Tata Consultancy - SAP BODS\r\nSkill Details \r\nDATA WAREHOUSING- Exprience - 6 months\r\nSAP BO ADMIN- Exprience - Less than 1 year months\r\nSAP BODS- Exprience - Less than 1 year months\r\nETL- Exprience - Less than 1 year months\r\nBASIC CORE JAVA- Exprience - Less than 1 year months\r\nSAP BO- Exprience - Less than 1 year months\r\nSAP BODS ADMIN- Exprience - Less than 1 year months\r\nBASIC PYTHON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - SAP BODS\r\ndescription - â\x80¢ \r\nClient: Royal Bank of Canada\r\n\r\nâ\x80¢ Developed BODS jobs and created/modified packages during migration from Sybase to Oracle Database.\r\nâ\x80¢ Taking up regular performance enhancement activities by co-coordinating with other teams like database team, Server Team, Data Center team to identify bottlenecks in the running of jobs.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment\r\ncompany - Tata Consultancy Services Limited\r\ndescription - â\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2 (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows\r\nâ\x80¢ Loading dataÂ\xa0received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Developed BODS jobs to fetch data from SAP R3 using various data transfer modes.Â\xa0\r\nâ\x80¢ Implemented Central repositories to move jobs seamlessly in multi-developer environment.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History Preserving, Validation Transform, Key Generation and Map Operation\r\nâ\x80¢ Â\xa0Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Â\xa0Implemented and deployed features like Trusted authentication,VintelaÂ\xa0sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another, publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.\r\ncompany - Tata Consultancy Services Limited\r\ndescription - Client: Tata Capital Financial Services Limited\r\n\r\nâ\x80¢ Installed and configured all the five environments of BO 4.0 and BODS 4.0/4.2\r\nâ\x80¢ (DEV/QA/PROD/Standby/DR) with Apache and Tomcat as web and app servers on windows.\r\nâ\x80¢ Loading data received from various source systems like TCS BaNCS, SAP R3, LOS, Credence and flat files using SCD1 and SCD2 to Data Warehouse to generate consolidated reports.\r\nâ\x80¢ Configuration and creation of BODS repositories using Repository Manager and Sever Manager.\r\nâ\x80¢ Used Formats and Transforms including Flat File formats, Query, Table Comparison, History\r\nâ\x80¢ Preserving, Validation Transform, Key Generation and Map Operation.\r\nâ\x80¢ Deployed BODS in Active-Active mode using server groups to improve performance and availability of the system.\r\nâ\x80¢ Using BO Java SDK to build custom java programs to automate various administration tasks and fetching metadata about BO system.\r\nâ\x80¢ Implemented BO Mobile and used wdeploy to separate static and dynamic contents into web server and web application.\r\nâ\x80¢ Developed audit reports in web Intelligence using audit universe to gather information about the usage of various reports in the BO system.\r\nâ\x80¢ Implemented and deployed features like Trusted authentication, Vintela sso to make application easy to use for end users.\r\nâ\x80¢ Daily administrator tasks involved migration of resources from one environment to another,publication creation and monitoring, troubleshooting any issues with the application and monitoring the application through the tools available to ensure that the application is up and available round the clock.\r\nâ\x80¢ Have been involved in testing of backup systems in Standby and DR to make sure that application continue to service business users in case the primary systems are down.',
'Competencies: SAP Business Intelligence Version SAP BO 4.2 BO Tools Design Studio, IDT, Webi, UDT, CMC activities Backend DB HANA, BW, Bex Queries, SQLEducation Details \r\n\r\nSAP BO Developer and SAP HANA Developer \r\n\r\nSAP BO Developer - Credit Suisse\r\nSkill Details \r\nSap Bi- Exprience - 72 months\r\nCMC- Exprience - 72 months\r\nHANA- Exprience - 36 months\r\nBUSINESS INTELLIGENCE- Exprience - 72 months\r\nSQL- Exprience - 72 months\r\nSAP BO- Exprience - 72 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Company Accenture, Pune\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Swiss business users.The universe supports analyzing customer funds purchase order patterns and order lifecycle reporting.\r\nThe purpose of reports is to provide an end-to-end view of the entire sales order transaction, and to track the investment orders in various funds, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 2:\r\n\r\nProject Name Nestle\r\nClient Nestle Globe\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, IDT, HANA views\r\nRole SAP BO Developer and HANA developer\r\n\r\nDescription:\r\nThis Project aims to provide reporting solution for Global business users. The Globe Integrated Order (IO), Billing Detail and Order Detail universes combines orders, deliveries, shipment and billing documents at the order item level.\r\nThe universe supports analyzing customer order patterns and order lifecycle reporting.\r\nThe purpose of reports on this universe is to provide an end-to-end view of the entire sales order transaction, and to track the sales orders in various ways, including the status of orders, order types along with the gross value and net value to be generated from these orders.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Analyzed user requirements and sorted the best possible ways of optimizing performance of universe.\r\nâ\x80¢ CV and generated views development in HANA studio\r\nâ\x80¢ Handling day to day activities involved in development of Business Objects as per the client requirements.\r\nâ\x80¢ Worked as a team member with backend counterpart to understand the Business Requirements.\r\nâ\x80¢ Developing and maintaining universes.\r\nâ\x80¢ Raised OSS tickets to SAP for issues and implemented suggestion/workaround in development.\r\nâ\x80¢ Implemented Union pruning in concept in universe to optimize performance by partition selection in HANA views by passing value to prompt.\r\nâ\x80¢ Fixed webi issues reported by users.\r\nâ\x80¢ Created BIAR file and promoted to higher environments by change request.\r\nâ\x80¢ Project handover to team and documentation for reference.\r\n\r\nProject 3:\r\n\r\nProject Name Nestle\r\nClient Nestle TCT\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO XI 4.2, Design Studio 1.6 SP6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project was developed to show delay in Nestle freight orders by hours on cross tab, bar chart, geo map due to weather conditions.\r\n\r\nBasic Source for the data was BW Bex queries and the top of these Queries dashboard was designed.\r\n\r\nThis main user audience was transport control tower members to analyze and take decision to send consignments via other modes of transport due to weather conditions to avoid delay and reduce expenditure.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with users to understand the Business Requirements and implement feature in a generic way.\r\nâ\x80¢ Suggested best visualization components in dashboard to use.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Bug Fixes and feature enhancement in application.\r\n\r\nProject 4:\r\n\r\nProject Name Nestle\r\nClient Nestle BA\r\nCompany Tech Mahindra Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.2, Design Studio 1.6 & Bex Queries\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project "Nestle BA Catalogue Reporting" for Nestle is basically to provide Dashboard in Design studio with the information of all the reports used within Nestle.\r\nAnd this dashboard is been used by all the users of Nestle within different region of globe.\r\nBasic Source for the data was BW Bex Queries and the top of these Queries Dashboard was designed.\r\nThis main purpose of the project was to help users to understand about usage of different reports on portal and to help them to take decision for decommissioning of a report.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved with customer to understand the Business Requirements in order to present the data in a meaningful manner and suggested component selection to visualize data in most effectively.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Changes in BW query according to requirement\r\nâ\x80¢ Interacting with client team for requirement gathering and analysis.\r\nâ\x80¢ Implemented ideas in bex and design studio app to optimize performance with help of successful POC.\r\n\r\nProject 5:\r\n\r\nProject Name Warner Bros\r\nClient Marvin Pictures, US\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nTools Teradata DB, SAP BO 4.1 Webi, IDT, CMC, Query builder, HPSM ticketing tool\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe purpose of the project is tracking of DVD and comic sale worldwide. The Application will be used by End Users to analyze their sales Information and to help them in taking decision for their Business Growth.\r\n\r\nSales reports in webi were based on universe. Teradata tables were source to universe.\r\n\r\nWorked as shared resource for CMC activities and webi/universe issues tickets.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Working as a team member to understand the Business Requirements.\r\nâ\x80¢ Performed CMC activities like user & user group creation, providing access to objects and folders. Created folders for reports, connection, universes and provided user security, connection pointing to universe.\r\nâ\x80¢ Worked on issue related to connection, universe objects and webi reports enhancements.\r\nâ\x80¢ Raised OSS messages to SAP to seek solution related to BO tool and limitations.\r\nâ\x80¢ Worked on webi report, universe defects and enhancements.\r\nâ\x80¢ Meeting with users to understand issue, suggest best solution and ETA.\r\nâ\x80¢ Worked on query builder to find BO objects metadata for investigation.\r\nâ\x80¢ Created of BIAR format using promotion management.\r\n\r\nProject 6:\r\n\r\nProject Name Nordea\r\nClient Nordea Bank, Sweden\r\nCompany CapGemini Pvt. Ltd. Bangalore\r\nEnvironment SAP BO 4.1, IDT, Webi, Teradata\r\nRole SAP BO Developer\r\n\r\nDescription:\r\nThe Project report Analytics for Nordea aims to provide clear analysis of personal, company accounts in bank around the world. In all regions reports have data related to users and their account type.\r\n\r\nWebi reports based on universe based on Teradata DB financial tables.\r\n\r\nThis project mainly tracks firm\'s Sales with respect to different criteria\'s like customer wise sales for different categories. It helps various end Users to analyze their sales related information and to help in their business growth and make precise decisions.\r\n\r\nRoles & Responsibilities:\r\nâ\x80¢ Involved in activities to understand the Business Requirements.\r\nâ\x80¢ Analyzing user requirements and finding the best possible ways of representing the data.\r\nâ\x80¢ Designing and developing interactive webi reports as per client\'s dynamic requirements.\r\nâ\x80¢ Developed webi reports having blocks, graphs and linked report with summary report.\r\nâ\x80¢ After development performing unit test activities and presentation to users.\r\nâ\x80¢ Implementation of Business Object i.e. Webi from one Environment to another using BIAR File.\r\nâ\x80¢ Fixed issues in webi reports related to data and report formatting and made changes in report requested by users in MAT.\r\nâ\x80¢ Prepared RDD for reports and performed unit testing.\r\nâ\x80¢ Provided KT to users and supports teams.\r\ncompany - Tech Mahindra\r\ndescription - \r\ncompany - Capgemini\r\ndescription - ',
"Education Details \r\nJuly 2008 to February 2012 BE COMPUTER SCIENCE Nagpur, Maharashtra NAGPUR UNIVERSITY\r\nSAP HANA Developer \r\n\r\nSAP HANA Developer - Schlumberger\r\nSkill Details \r\nSAP HANA- Exprience - 60 months\r\nSAP BO- Exprience - 36 monthsCompany Details \r\ncompany - Schlumberger\r\ndescription - Schlumberger is the world's leading provider of technology for reservoir characterization, drilling, production, and processing to the oil and gas industry. Working in more than 85 countries.\r\nRole-SAP HANA Developer\r\nTeam Size: 12\r\nDuration: Feb 2017 to Till Date\r\nResponsibilities:\r\nWorking on Suit on HANA and Native HANA Systems.\r\nWorking on end to end implementation for Release 2.3 and 2.4.\r\nDeveloping HANA Information Models Calculation Views, Table Functions, Procedures.\r\nActively involved in cutover activities, Dry Runs Production Go live and Post Production Go Live and resolving issues.\r\nWorked on HANA functionalities like Currency Conversions and analyzing the Planviz for performance related issues etc.\r\nWorked on to bring the Tables in SAP HANA Landing zone using SDA.\r\nWorking on to resolve the performance issues in HANA views by applying filter, joins etc.\r\nInteracting with the Business and functional team members, based on the discussion Creating Design Documents, Technical Specification and Test Documents.\r\nSuccessfully implemented the Release 2.2 and 2.3 for US, Ecuador and Canada.\r\nSuccessfully completed the Self-service project for Finance Domain and created Reports in Analysis of office.\r\nWorking on to create the Power BI Reports.\r\nWorking on to resolve production defects and Incidents by using HPALM and Remedy Tools.\r\nWorking on to resolve the issues in an existing HANA Views.\r\nWorking on to promote the Objects in different environment by using Charm/Solmon.\r\nWorking on to enhance the performance of the HANA views by using PLANVIZ.\r\nWorked on to create the BO Reports for Vendor Master.\r\n 2. Aero Space Design/Honeywell\r\ncompany - Fujitsu Consulting India\r\ndescription - Responsibilities: \r\nâ\x80¢ HANA Data Model Development and Modification of Existing Models.\r\nâ\x80¢ Providing estimation to create the data model based on business Request.\r\nâ\x80¢ Creating Views- Attribute, Analytical and Calculation Views base on business requirement â\x80¢ Creation of Design document and Technical design document.\r\nâ\x80¢ Brought the data into HANA Landing zone using SLT and SDA.\r\nâ\x80¢ Handled complex performance issues.\r\nâ\x80¢ Worked SAP Landscape transformation for data replication from source DB to HANA DB â\x80¢ Solved SIT tickets on HANA Information Model.\r\nâ\x80¢ Developing HANA Information Models Calculation Views, Table Functions, Procedures.\r\nâ\x80¢ Modifying existing models to include tables, columns etc. necessary to complete the requirement.\r\nâ\x80¢ Configuring business objects to fetch data from HANA.\r\nâ\x80¢ Editing, Modifying exiting reports to fetch data from HANA as per the requirement.\r\n 3. Mc Donald\r\nCompany- Fujitsu Consulting India\r\nClient- MC Donald\r\nRole-SAP BO Developer\r\nTeam Size: 3\r\nDuration: July2013to June2014\r\nResponsibilities: \r\nâ\x80¢ Providing estimation to create the Universe and Webi Reports based on business request.\r\nâ\x80¢ Worked on creating the Universes on top of SAP HANA and BW Resources.\r\nâ\x80¢ Worked on creating the Complex Reports in webi.\r\nâ\x80¢ Worked on providing the Row level and Folder level security.\r\nâ\x80¢ Worked on Scheduling the Reports.\r\n\r\nTools and Technology Knowledge\r\nSAP HANA SPS12\r\nSAP ECC 6.0\r\nSQL\r\nRemedy\r\nSharePoint\r\nSAP Logon\r\nWEBI\r\nPower BI",
"Education Details \r\nMay 2013 Master Computer Application Mumbai, Maharashtra IMCOST College\r\nApril 2010 BSc Computer Science Mumbai, Maharashtra V.K.K. Menon College\r\nMarch 2005 SpringerNature Pune, Maharashtra S.V.V.M School\r\nABAP Developer \r\n\r\nABAP Developer - SAP EXPOSURE\r\nSkill Details \r\nCompany Details \r\ncompany - SAP EXPOSURE\r\ndescription - 1. Organization: SpringerNature.\r\nDuration: MAR 2017 -Till date â\x80¢ Project: Support for springer Nature\r\nProject Type: Support\r\nRole: ABAP Developer\r\n\r\nMajor Contribution: â\x9e¢ Writing new reports and modification for existing reports.\r\nâ\x9e¢ Worked on smartforms.\r\nâ\x9e¢ Standard debugging for issues â\x9e¢ For unit testing created contracts, orders, and invoices and tested individually.\r\ncompany - Atos Pvt. Ltd\r\ndescription - Duration: MAY 2014 -DEC 2015 â\x80¢ Project: lenM - It's a Ministry of Netherland Project â\x80¢ Project: DSP - DSM Sinochem Pharmaceuticals â\x80¢ Project: AkzoNobel - Akzonobel is a leading global paints and coatings company and a major producer of specialty chemicals.\r\nProject Type: Support\r\nRole: ABAP Developer\r\nMajor Contribution: â\x9e¢ Modified SAP Script as per the requirement specified.\r\nâ\x9e¢ Modified Invoice Smart Form.\r\nâ\x9e¢ Created custom tables, data elements, structures.",
'Education Details \r\nJanuary 2016 Bachelor Of Engineering LEAN PROJECTS Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 Diploma Computer Engineering Ratnagiri, Maharashtra Maharashtra State Board of Technical Education\r\nSAP CONSULTANT \r\n\r\nSAP CONSULTANT - Quick Learner\r\nSkill Details \r\nCompany Details \r\ncompany - Quick Learner\r\ndescription - Groomed skills with Microsoft Excel.\r\nJob Responsibilities:\r\nWorking on Centralized SAP Security project which includes User â\x80¢ VBA programming for automation.\r\nLevel authorizations including Role creation and changes. and\r\nCompliance policy maintenance for SAP systems.\r\nâ\x80¢ Confidence and Positive Attitude.\r\nAssisting users in troubleshooting and identifying authorization\r\nissues using SU53 and trace analysis.\r\nWillingness to learn & work in team.\r\nWorking on GRC 10.X Access Control application and all its\r\ncomponent.\r\nâ\x80¢ Strong analytical thinking, documentation and design skills\r\nAssisting in defining the scope of a project/opportunities,\r\nestimating efforts and project timelines.\r\nHands on experience in SAP Market Place for creating User / â\x80¢ Adaptable to new environment, with ability to get along with\r\nOSS Ids/Developer Keys.\t\tpeople.',
'Education Details \r\n\r\nSAP Technical Architect \r\n\r\nSAP Technical Consultant - (ALE/IDOC/oDATA/Fiori/S4HANA/EWM/APO/Retail)\r\nSkill Details \r\nSAP ABAP- Exprience - 120 months\r\nSAP ABAP ( ALE / IDOC / EDI )- Exprience - 96 months\r\nSAP Netweaver Gateway / oData / Fiori- Exprience - 24 months\r\nSAP Techno Functional- Exprience - 36 months\r\nSAP ABAP ( IS-Retail / APO / IS-Auto / EWM)- Exprience - 36 months\r\nSAP Techno-functional- Exprience - 48 months\r\nSAP SD- Exprience - 36 months\r\nNetWeaver Gateway (oDATA, Fiori)- Exprience - 24 months\r\nSAP S/4HANA (new features Extensibility, Embedded Analytics)- Exprience - 12 monthsCompany Details \r\ncompany - \r\ndescription - 13+ years of work experience in SAP which includes roles varies from developer to subject matter expert\r\nâ\x9e¢ Strong project experience in implementation, upgrade, application development and maintenance\r\nâ\x9e¢ SAP ABAP Certified associate and has certification in ITIL 2011 Foundation and PRINCE2 practitioner\r\nâ\x9e¢ SAP project Full-Lifecycle implementations across multiple global projects\r\nâ\x9e¢ Direct client exposure of 1.3 years in United States of America and 1.2 years in Malaysia\r\nâ\x9e¢ Expertise on SAP ABAP FRICEW components\r\nâ\x9e¢ Experience in various SAP modules like MM, FI, CO, SD, PS, PP, CS, PM, QM and HR\r\nâ\x9e¢ Experience on S/4HANA, IS-Auto, IS-Retail, SCM 7.0, SOLMAN, SAP GTS, SAP PI 7.3, SAP BI 7.0/ 7.3, Vistex, ProShip, HPQC, IBM ManageNow, CA service desk, Loftware, Data Matrix\r\nâ\x9e¢ Experience in SAP Netweaver Gateway (Fiori) and also created number of POCs for potential customers\r\nâ\x9e¢ Successfully completed 9 implementation, 7 support, 1 roll-out, and 1 upgrade projects\r\nâ\x9e¢ Expertise in understanding different requirements of the client for diverse industries\r\nâ\x9e¢ Experience in leading technical team of different sizes\r\nâ\x9e¢ Customization experience in various areas of SD, FI & MM modules\r\nâ\x9e¢ Experience in Upgrading to ECC6.0\r\nâ\x9e¢ Experience in Unicode conversion related issues/tasks.\r\nâ\x9e¢ Skilled in document processes, identifying issues, handling multiple tasks, and training end users.\r\nâ\x9e¢ Proven ability to interact with business system analysts and end-users in design phase\r\nâ\x9e¢ Extensive experience in analyzing complicated business processes, effort estimations and creating technical specifications.\r\nâ\x9e¢ Experienced with onsite-offshore support model of work and lead the team\r\nâ\x9e¢ Excellent communication skills, team participation, inter-team co-ordination, team leadership abilities and customer oriented attitude\r\nâ\x9e¢ Experience in pre-sales activities\r\nâ\x9e¢ Thorough understanding of the project management and quality processes',
"* Excellent grasping power in learning new concepts and technology. * Highly motivated team player with strong work ethics, committed to hard work. * Ability to work and co-ordinate in a team effectively. * Enthusiastic self-starter and team player. * Quick and independent learner.Education Details \r\nJanuary 2014 Bachelor of Technology Information Technology branch BPUT University\r\nJanuary 2010 Diploma Engineering Brahmapur, Orissa U.C.P Engineering School\r\nSoftware Testing & Automation Engineer \r\n\r\nSoftware Testing & Automation Engineer - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - India\r\nDuration Oct 2017- Till Date\r\n\r\nProject Description\r\nBT Group plc (trading as BT and formerly British Telecom) is a British multinational telecommunications holding company with head offices in London, United Kingdom. I worked for Air Logistics Program under the banner of British Telecom. This project handles all the web applications to carry out the whole logistics operation over United Kingdom through various airlines.\r\n\r\nRoles & Responsibilities â\x80¢ Design and develop framework for the Test scenarios and Test cases.\r\nâ\x80¢ Developing automation test scripts on the existing application â\x80¢ Executing Test Cases for every new release..\r\nâ\x80¢ Involved in running test cases and logging defects through the HPQC tool.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - is an Indian multinational company with around 115, 000 Employees spread across 90 countries globally.\r\n\r\nTotal Experience: 2 Years 7 Months\r\n\r\nOrganization Designation Duration\r\ncompany - Tech Mahindra\r\ndescription - Project Description\r\nAT&T Inc. is an American multinational conglomerate holding company headquartered at Whitacre Tower in Downtown Dallas, Texas. During my serving as software engineer at AT&T, I have worked for CSI-CAM (Common Service Interface) team which is responsible for running of AT&T's centralised solution hub web application called myatt.com.\r\n\r\nRoles & Responsibilities â\x80¢ Design, develop and maintaing Automation Test Scripts and Test cases using Selenium WebDriver and several desktop window automating tool such as Sikuli and AutoIT.\r\nâ\x80¢ Executing Test Cases and check the working functionality of the existing application.\r\nâ\x80¢ Involved in tracking/manging test life cycle and logging defects using JIRA and HPQC/ALM.\r\nâ\x80¢ Involved in formulating test Summary Report.\r\nâ\x80¢ Conduct Internal Test Case Peer Reviews.\r\nâ\x80¢ Participated in Daily Scrum Meetings.\r\nâ\x80¢ Participated in weekly status meetings with the team, developers to discuss open issues and communicating with onsite team.\r\ncompany - Tech Mahindra Pvt. Ltd Pune, Tech Mahindra\r\ndescription - Till Date",
'SOCIAL SKILLS: â\x80¢ Ability to establish trust and work with a team. â\x80¢ Determined with good work ethics. â\x80¢ Ability to work under difficult situations.Education Details \r\nJanuary 2011 to January 2016 Mumbai, Maharashtra MUMBAI UNIVERSITY\r\n Bachelor of Electronics Engineering Electronics Engineering Mumbai, Maharashtra Atharva College of Engineering at Malad\r\nAutomation and Electrical engineer \r\n\r\nAutomation and Electrical Engineer - SMEC AUTOMATION PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - -18, Supply, installation, testing and commissioning of water level sensor and valve actuators for water tanks at BARC hospital Anushaktinagar, Trombay and BARC facility at Kalyan.\r\nâ\x80¢ Implemented of academy projects like Automatically tank filling with relay and float sensor level control, bottle filling on conveyor belt motion, and waste material crashing then separated on conveyor belt motion with PLC controlling.\r\n\r\nRole of Automation and Instrumentation Engineer (Marine and Industrial Automation):\r\nâ\x80¢ Re-calibration of field Instruments like control valve actuators, sensors and transmitters for pneumatic and electrical.\r\nâ\x80¢ Research and developing on new automated system.\r\nâ\x80¢ Level, flow and temperature process control with PID of various brands (Nippon, Selec etc.)\r\nâ\x80¢ PLC panel wiring, DOL and Star delta control wiring of 3 phase induction motor.\r\nâ\x80¢ Panel testing IP knowledge.\r\nâ\x80¢ Control Panel quality check and assurance.\r\nâ\x80¢ Eletrical Single Line Daigram (SLD) and power wiring daigram.\r\n\r\nInternship experience:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Company Profile\r\nSMEC Automation provides specialized technical consulting services and custom engineered products to the marine, energy and offshore industries applying advanced methods and technologies. SMEC Automation is one of India\'s leading manufacturers of automation and monitoring equipment for ocean-going vessels especially in Marine Boiler and Main Engine Control, IGG (Inert Gas Generator) and Alarm System.\r\n\r\nProject:\r\ncompany - SMEC AUTOMATION PVT. LTD\r\ndescription - Completed Internship of Instrumentation and Calibrations in SMEC Automation Pvt. Ltd. for 6 months duration from 8th June 2016 to 30th November 2016.\r\n\r\nTECHNICAL QUALIFICATION:\r\nâ\x80¢ Underwent Post Graduate Diploma in Industrial Calibration and Instrumentation and Post Graduate Diploma in Industrial Automation in duration of 3 months each with hands on practical exposure to Industrial Automation Tools like PLC, PAC, SCADA, HMI, INTERFACING, DRIVES, MCC PANEL and VFD.\r\nâ\x80¢ Successful in the examination as Post Graduation Diploma in Industrial Automation and Post Graduation Diploma in Industrial Instrumentation with TUV Rheinland Certified Qualification on 07-11-2016.\r\nTECHNICAL SKILLS:\r\nâ\x80¢ Calculation and selection of cable, switchgear and protection.\r\nâ\x80¢ Expertise in PLC Hardware like AB, Schneider, Siemens, Omron, Delta, ABB and GE-Fanuc. Knowledge on control relay logic and ladder logic.\r\nâ\x80¢ Having good knowledge in designing and interfacing PLC with SCADA such as Intouch, Vijeo-Citect, WinCC, iFix and Factory TalkView. Real time data acquisition from OPC (Kepware), HMI & interfacing.\r\nâ\x80¢ Handling VFD for motor control (Schneider-Electric ALTIVAR 28 Series)\r\nâ\x80¢ Calibration of Pressure gauge, Temperature gauge, Control Valve, Level or Flow measurements and control, Druck Injector, Smart DP transmitter using HART COMMUNICATOR. Piping and Instrumentation Diagram, Hand Tools, Tubes and Pipe fitting, Cable and Cable Glanding.\r\nâ\x80¢ Have basic knowledge of "HONEYWELL DCS C-300" and its programming.\r\nâ\x80¢ Completed 5 days Robotic workshop (KUKA KR 16) at Atharva College of Engineering.\r\nâ\x80¢ Training of 2 weeks at RK Electricals.\r\n\r\nCOMPUTER SKILLS:\r\nâ\x80¢ Electrical designing software: basic AutoCAD and EPLAN.\r\nâ\x80¢ PLC Software: Rockwell, Twido-suite, Step7-Microwin SP2, Unity Pro XL, CX-Programmer, WPL Software, Codesys and Versa Pro. Designing software: Wonderware, CitectScada7.4, Proficy HMI SCADA/iFIX and FactotyTalk View.\r\nâ\x80¢ Successfully completed Spoken Tutorial program on "C", "C++" and "JAVA" Programming individually conducted by IIT-BOMBAY.\r\nâ\x80¢ Completed 5 days basic course for "Basic Of Mac OS" at Atharva College of Engineering. Completed Phython Workshop conducted by CodeStrike of 1 day in \'15 at Atharva College of Engineering.\r\nâ\x80¢ Operating System: Windows, Mac.',
'TECHNICAL SKILLS Automation Testing â\x80¢ Selenium WebDriver, TestNG. Testing Framework â\x80¢ TestNG, Data Driven, Page Object model. Applications & Tools â\x80¢ Eclipse, Postman Building Tool Version Control Continuous Integration â\x80¢ Maven â\x80¢ SVN â\x80¢ Jenkins Database â\x80¢ SQL Languages â\x80¢ SQL, Java, C++ Scripting Languages â\x80¢ HTML, JavaScript Operating System â\x80¢ Windows Domain â\x80¢ Insurance, ERP, E-Commerce Education Details \r\nJanuary 2016 B.E. Computer Pune, Maharashtra Savitribai Phule University of Pune\r\nAutomation Testing \r\n\r\nJava Developer and AutomationTesting\r\nSkill Details \r\nC++- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nECLIPSE- Exprience - 6 months\r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 monthsCompany Details \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - \r\ncompany - Phioenix Microsystem Pvt.Ltd.\r\ndescription - Organization Role\r\nPhoenix Microsystems Pvt.Ltd. Jr. Java Developer\r\n\r\nPROJECTS\r\nProject #1\r\nProject SWB-EBS_Support\r\nRole Java Developer\r\nDescription\r\nInventory Operation System provides with a way to manage the inventories which are conducted on a day to day basis. It is used by account owners and district offices to manage their inventory cycles, plan their events, schedule their stores and people, enter employee time sheets and approve customer invoicing. In addition, it provides several tools which assist the users in completing a profitable inventory, while satisfying the needs of their customers.\r\n\r\nResponsibilities\r\n\r\nEnvironment\r\n\r\nâ\x80¢ Accounts/Customers/Stores\r\nâ\x80¢ Cycles\r\nâ\x80¢ Planning/Scheduling/Rescheduling/Splits\r\nâ\x80¢ Time Collection\r\nâ\x80¢ Invoicing\r\nâ\x80¢ Closing the week Use of bulk updates- bulk inserts. Updates to be performed based on primary\r\n\r\nâ\x80¢ Java 1.6, Ice faces 1.8.2, Ibatis 2.0, Jboss Seam, EJB 2.0, HTML\r\n\r\nProject #2\r\nProject INTELLIGEN_FOR MOBILEAPP_DEV_KAUAPC\r\nRole Java Developer\r\nDescription\r\nInventory Management for a retailer project is to develop Inventory Management System (IMS), accessible on Android, for retailers to track their outstanding inventory, cost of inventory, sales by day and thus empower retailer to better manage their business.\r\n\r\nResponsibilities\r\nâ\x80¢ Cost of Inventory\r\nâ\x80¢ Inventory Management System\r\nâ\x80¢ Time Management\r\nâ\x80¢ Machine Learning Platforms\r\n\r\nEnvironment â\x80¢ Java 1.6, Core Java 6.0, JSF 2.0, Rich Faces 4.1, Spring 3.2, Restful Web service using Jersey API\r\n\r\nProject #3\r\nProject Loan LeLo Automation\r\nRole Software Test Engineer\r\nDescription\r\nLoan Le Lo Offers for the selected loan from multiple banks. Customer can select particular loan offer and will have to fill the details in the form and will get registered. Email will be sent to his registered email id with login id and password.\r\n\r\nResponsibilities\r\nâ\x80¢ Development of Page Object Model Framework for Automation Testing.\r\nâ\x80¢ Development of Automation Test Script using Selenium WebDriver & TestNG in JAVA.\r\nâ\x80¢ Execution of Selenium Test cases and Reporting defects.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Involved in Functional & Regression Testing.\r\nâ\x80¢ Worked on Jenkins for Continuous Integration Requirements.\r\nâ\x80¢ Reviewed Test Reports and Prepared Summary Reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, TestNG, SQL\r\n\r\nProject #4\r\nProject DDSM Automation\r\nRole Software Test Engineer\r\nDescription\r\nThe objective of this project is to automate a system for ZZ server. ZZ server that is Data Divider team has a manual system to enter a customer details & its user details. DDSM system have multiple roles. Each role have set of permissions.\r\n\r\nResponsibilities\r\nâ\x80¢ Responsible for Integration Testing, Functional Testing, System Testing.\r\nâ\x80¢ Creating automation test cases for existing POM Framework using Selenium Web Driver.\r\nâ\x80¢ Enhanced Test cases using Java programming features and TestNG Annotations.\r\nâ\x80¢ Debugging & Executing Automation test script using Selenium Web Driver.\r\nâ\x80¢ Followed Data driven approach: Reading the data from Excel file\r\nâ\x80¢ Worked on Jenkins for Continuous Integration (CI) Requirements.\r\nâ\x80¢ Involved in Regression Testing, API Testing.\r\nâ\x80¢ Preparation of weekly and monthly status reports.\r\n\r\nEnvironment â\x80¢ Selenium Web Driver, Java, Eclipse, HTML, TestNG, SQL, Postman',
"SKILLS Agile Methodology Scrum, Kanban, Extreme Programming(XP), Test-driven development (TDD) and Feature Driven development(FDD) Domain Industrial Automation, Retail, Banking, Insurance, Health care. Automation Framework Modular, Data driven, BPT, Hybrid Test automation tool HP UFT, TAF, Load Runner, Selenium, Rational Robot, DCMTK, sikuli languages VB Script, C++, Python, Shell Script Bug Tracking Tool Bugzilla, Jira, HP Quality Control, AP Test, Clear Quest Version management Clear case, Win CVS, SVN Database Oracle, SQL server, MySQL Network Protocols TCP/IP, HTTP, HTTPS, VPN, FTP, LDAP Healthcare DICOM, PACS, HL7, Image Archiving, Image reconstruction, Rockwell Automation Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles. Education Details \r\n Bachelor of Science Computer Science Mumbai, Maharashtra Mumbai University\r\nQA Automation Lead \r\n\r\nQA Automation Lead\r\nSkill Details \r\nC++- Exprience - 63 months\r\nPYTHON- Exprience - 109 months\r\nUFT- Exprience - 85 months\r\nSELENIUM- Exprience - 85 months\r\nSQL- Exprience - 69 monthsCompany Details \r\ncompany - Leading Industrial Automation\r\ndescription - Responsibilities:\r\nâ\x80¢ Test Rockwell Automation embedded systems such as Logix Designer, Factory Talk, RSLinx Classic, Control Flash, Compare Tool, I/O modules and Profiles.\r\nâ\x80¢ Coordinate with Onsite and Offshore QA leads to design and develop test strategy and test plan.\r\nâ\x80¢ Document test plan and test cases base on product Requirement Document and functional specification. Discussed and explained the requirement to QA team.\r\nâ\x80¢ Work in Scrum base Agile Methodology and Test Driven development environment with frequent changing requirements and lots of challenges.\r\nâ\x80¢ Document and Published Program Increment Objectives, Program Increment planning report, Feature Epics, Backlog and Stories.\r\nâ\x80¢ Conduct and Participated in Program Increment Planning, Backlog Grooming, Sprint Planning, Daily Stand Ups, Sprint Review and Retrospective.\r\nâ\x80¢ Perform Automation testing tasks such as Design, Create, Maintain, Execute and peer review test scripts using Test Automation Framework(TAF)\r\nâ\x80¢ Develop and Execute System integration and GUI integration test using C++.\r\nâ\x80¢ Interact with Business Analysts and Software Developers for bug review and participated in QA meetings.\r\nâ\x80¢ Work closely with development and engineering department to ensure proper resolution of bugs.\r\nâ\x80¢ Proactively came up with innovative methods to improve software quality, test coverage, efficiency and regression coverage.\r\nâ\x80¢ Created and Maintained testing documents such as High Level Requirement, Test strategy report, Test plan, Test cases, Test execution results, Bug report, Quality Metrics, Traceability Matrix and Testing Summary Reports.\r\nEnvironment: Logix Designer, Factory Talk, RSLinx Classic, ControlFlash, CompareTool, I/O modules, Profiles, Test Automation Framework(TAF), C++, Python, Selenium, Clear Case, Clear Quest, UFT, Collaborative Lifecycle Management, and Version-one.\r\ncompany - GE-Healthcare\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE CT scanners based on FDA compliances and regulations.\r\nâ\x80¢ Interacted with Clinical experts, Business Analysts and Development architect for creation of test strategy and test plan.\r\nâ\x80¢ Coordinated with the Offshore QA and Onsite QA team to work on design and develop of test strategies and requirement traceability matrix.\r\nâ\x80¢ Designed, Created and executed manual test cases base on product requirement documents.\r\nâ\x80¢ Increased productivity by initiating use of automation tools like DICOM and QTP.\r\nâ\x80¢ Trained and guided GE team on automation test creation and execution using QTP.\r\nâ\x80¢ Performed testing types such as functional, integration, performance and regression and Provide test reports to management.\r\nâ\x80¢ Involved in release support, test bed creation & testing throughout release process.\r\nEnvironment: Agile, Test-driven development (TDD), DICOM, HL7, Image reconstruction, Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, VBScripts and QC\r\ncompany - Patni-GE-Healthcare PACS\r\ndescription - Responsibilities:\r\nâ\x80¢ Validated GE PACS application and tested web application defined for Administration, Authentication and Archiving of DICOM images.\r\nâ\x80¢ Involved in the creation of Automation framework by using Hybrid and BPT approach.\r\nâ\x80¢ Responsible for creation of Test Bed and Golden Data using DCMTK.\r\nâ\x80¢ Prepared the Test Scenarios, Test plan, Test cases and Automation Scripts for Integration, System and End-to-End testing on all applications.\r\nâ\x80¢ Designed and developed User defined and Generic functions with well-versed VB scripting.\r\nâ\x80¢ Descriptive programming in scripting dynamic objects and reusable actions in defining scenario flows in UFT/QTP.\r\nâ\x80¢ Reviewed the QTP Scripts developed by the team members.\r\nâ\x80¢ Supported the QA/SIT and Regression testing team for environmental issues and Interact with other downstream environment system team for the clarifications.\r\nEnvironment: Agile, Test-driven development (TDD), GE PACS, DICOM, HL7, Image reconstruction, Image Construction, Windows, Linux, SQL, C, Python, Selenium, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - HDFC Bank Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Reviewed Business requirements, design documents and prepared test cases for assigned project releases.\r\nâ\x80¢ Performed testing types such as API, functional, integration, System, performance, regression, security and network. Provide test reports to management.\r\nâ\x80¢ Involved in integration testing for release of new functionality.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in backend database testing in oracle and Microsoft SQL.\r\nâ\x80¢ Involved in release support, test bed setup & testing throughout release process.\r\nâ\x80¢ Automation of test flow's using automated tools QTP 10.\r\nEnvironment: Windows, Linux, SQL, C, Python, QTP, HTML, XML, QTP, JavaScript, VBScripts and QC\r\ncompany - Vistaar Systems Limited\r\ndescription - Responsibilities:\r\nâ\x80¢ Referred Business requirements documents, Use case documents and Design documents provided by client and developer for creation of Manual and Automation test cases.\r\nâ\x80¢ Involved in Analysis, Design, Creation, Execution and Debugging of automation scripts using automation tools like Rational Robot, QTP and Shell scripting.\r\nâ\x80¢ Testing critical bug's fixes and co-ordinate with developer in fixing these critical bugs.\r\nâ\x80¢ Involved in Installation of build, Maintaining test bed, Smoke and Sanitary testing, Regression testing, Performance testing and Database testing using Rational Robot, QTP and Shell scripting.\r\nEnvironment: Windows, Linux, SQL, Rational Robot V2002 and QTP V 9.2.",
'Technical Skills Summary I have completed "CORPORATE TRAINING in Manual and Automation Testing" at Source-Code Technology, Pune. â\x97\x8f Manual and Automation Testing â\x9e¢ SELENIUM IDE, TestNG, SELENIUM Grid, JENKINS, Apache POI. â\x9e¢ Good knowledge in SDLC. â\x9e¢ Excellent understanding of White Box Testing and Black Box Testing. â\x9e¢ Good knowledge in Functional Testing, Integration Testing and System Testing. â\x9e¢ Good Exposure in writing Functional and Integration Scenarios. â\x9e¢ Good understanding of writing of test cases including test case design technique. â\x9e¢ Good understanding Build and release. â\x9e¢ Good knowledge on Ad hoc and smoke testing. â\x9e¢ Excellent understanding of usability, reliability and exploratory testing. â\x9e¢ Excellent knowledge of Globalization and Compatibility Testing. â\x9e¢ Excellent Understand of STLC. â\x9e¢ Good knowledge of regression and retesting. â\x9e¢ Excellent knowledge on Defect tracking and Defect Life Cycle. â\x9e¢ Good Knowledge on Test plan and Traceability Matrix. Internship Project Project Name: Resume Extractor Duration: 6 months Role: Manual And Automation Testing Environment: Jdbc, Servlets, Jsp, Technologies: Web based Application, MS Access2007 The project involved development of a web application. Resume extractor provides the technology to analyze mass volume of data to detect resume in data covered which company have into valuable information. This project is company site\'s based on recruitment process. Strengths â\x9e¢ Able to work in a team â\x9e¢ System and Operational Analysis â\x9e¢ Good Communication Skills â\x9e¢ Active learning and critical thinking â\x9e¢ Good interpersonal skills, willing to take challenges and more responsibilities. â\x9e¢ Ability to learn new technologies with minimal time period. Education Details \r\nJanuary 2015 BCS Computer Science MGM\'s College\r\n MCA Pune, Maharashtra Computer Science fromJSPM College\r\n HSC Nanded, Maharashtra Maharashtra state board\r\n SSC Nanded, Maharashtra Maharashtra State Board\r\nSoftware testing \r\n\r\nSoftware testing\r\nSkill Details \r\nAPACHE- Exprience - 6 months\r\nBLACK BOX- Exprience - 6 months\r\nBLACK BOX TESTING- Exprience - 6 months\r\nFUNCTIONAL TESTING- Exprience - 6 months\r\nINTEGRATION- Exprience - 6 monthsCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Software testing in manual and Automation\r\ncompany - \r\ndescription - software Test engineer',
'Education Details \r\n B.Tech Electronics And Instrumentation Engineering Jaunpur, Uttar Pradesh VBS Purvanchal University\r\nAutomation Tester \r\n\r\nAutomation Tester - Tech Mahindra\r\nSkill Details \r\nCompany Details \r\ncompany - Tech Mahindra\r\ndescription - Mumbai\t\tMay 2018 to Present\r\n\r\nProject & Contribution\r\nTech Mahindra\r\n\r\nProject Title: Payment Gateway Jio Money\r\nRole: Automation Tester\r\nResponsibility: * Analyzing the manual test cases to create automation scripts.\r\n* Working on Redwood tool for Automation.\r\n* Maintained regression pack as per the project requirement.\r\n* Performed API testing.\r\n* Created Automation scripts for API testing.\r\n* Enhancing framework to support cross functionality testing * Execute test cases and evaluate test results for both manual and automated testing.\r\n* Maintaining the scripts as per the requirement.\r\n* Adding new automated tests to improve automated test coverage for both functional and regression.\r\n* Performed automation testing, analyzing test results, and report defect into the bug tracking system and drive issues to resolution.\r\n* Preparation of test data with different test conditions to ensure coverage of business rules.\r\n* Performed Sanity, Ad hoc and Regression testing.\r\n* Participated in defect triage meetings with developers to validate the severity of the bug and responsible for tracking of the bug life cycle.\r\n* Worked with development team to ensure testing issues are resolved.\r\n\r\nProject Description\r\nJIO MONEY- Jio Payment Gateway provides the Facility to Merchants and Users to enable to pay through the JIO MONEY. Features include: Purchase, Bill Payment, load Money, short cash purchase, Pay to Merchant and Pay to User etc.\r\n\r\nInscripts\r\nProject Title: CometChat\r\nRole: Automation Tester\r\nResponsibility:\r\nCreated automation framework with bug report using page object and data driven framework with automated email test scripts\r\nHandling QA tickets, Coordinate with the development team\r\n\r\nProject Description\r\nCometChat is the chat solution for your site/app which will help you grow your customer base exponentially, drastically increase the time spent by users. The CometChat has several useful features like one on one chat, group chat, audio/video call, screen sharing, Games, real time chat translation, Mobile apps and desktop messenger.\r\n\r\nProject Title: Web tracker\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios, Test Script and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\nAutomation Testing, Test Scripts using tools such as Selenium WebDriver 2.0\r\n\r\nProject Description\r\nAccomplishment Web Tracker aims to provide time sheet facility to its customers. Release contains the following features which are related to employee time tracking, task assignments, tracker submission, reminders, approvals & its notifications.\r\n\r\nHayaan InfoTech\r\n\r\nProject Title: Real Estate Agent Website\r\nRole: Sr. Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project has WEB page graphical HTML representation of a neighborhood made up of different types of houses and apartments. There are several sales people around the country, who are all responsible for selling the houses and apartments through Web Site. This Web Site help user to Purchase or Request for any Estate Property.\r\n\r\nProject Title: E-commerce Website\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nAd-Hoc Manual Testing\r\nSmoke Testing\r\nBlack Box Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis project includes Order Processing, Invoice Generated and Printing, Packaging Slip, Order Payment, Return material Authorization, Label Sheet Printing. The Order Processing of that application is very big. There are 3 main entities which are involved in the Order Processing Customer, Sales Person, and Admin.\r\n\r\nProject Title: Enquiry to Invoice System\r\nRole: Software Tester\r\nResponsibility:\r\nCreation Test Scenarios and Test Case\r\nExecution of Test Case\r\nSmoke Testing\r\nBlack Box Testing\r\nAd-Hoc Manual Testing\r\nRegression Testing\r\n\r\nProject Description\r\nThis application is browser-based application to reduce investment in hardware and software. The proposed system contains following module, which offers database management and reporting of various activity of company. This application comprise of following module Inquiry and Estimation, Quotation & Negotiation, Purchase Order System, Delivery System, MIS Reports.\r\ncompany - Inscripts (India) Pvt. Ltd\r\ndescription - \r\ncompany - Haayan InfoTech Pvt. Ltd\r\ndescription - ',
'TECHNICAL SKILLS Languages: Core Java Automation Testing Tool: Selenium with web driver and IDE. DBMS: MS SQL Server 2000/2005, Oracle 10g. Operating System: Windows-XP/7/10 Education Details \r\n BSCIT Mumbai University\r\nAutomation Tester \r\n\r\nAutomation and Manual Tester\r\nSkill Details \r\nDATABASE MANAGEMENT SYSTEM- Exprience - 6 months\r\nDBMS- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMS SQL SERVER- Exprience - 6 months\r\nMS SQL SERVER 2000- Exprience - 6 monthsCompany Details \r\ncompany - Capgemini India Pvt Ltd\r\ndescription - Worked on Manual as well as automation testing.\r\nStarted carrier as manual tester then after that moved to automation testing. Now working as automation tester. Worked on Selenium Webdriver.\r\ncompany - Na\r\ndescription - Currently working with Capgemini, Airoli as Consultant from 06th May 2013 to till the\r\ndate.',
"Skills: 1) MC Office 2) AutoCAD 2016 3) Introductory Knowledge of EPLAN 4) SAP-ERP for Product specific coding Strengths: 1. Ability to complete the work within stipulated time. 2. Keeping calm under pressure. 3. Multi-Tasking 4. Experienced in a project engineering role. 5. Good interpersonal skills, team spirit, flexibility, can cope with stress. 6. Fluent in English. 7. Good knowledge of international standards and rules like ISO, ATEX, NFPA, IEC, NEC, Shell DEP etc. College Final Year Project: Topic: Study & Control of State Power Grid, Maharashtra. â\x80¢ Supervisor: Prof. Jawaleker â\x80¢ Place: Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra. â\x80¢ Description: The project aims to study of Power Grid network & Operation for Maharashtra state at Regional Power Grid Centre, Nagpur, India. Education Details \r\n Thermal Power Plant Engineering Nangal, Punjab National Power Training Institute\r\n B.E. Electrical Engineering Shegaon, Maharashtra Shri Sant Gajanan Maharaj College of Engineering, Shegaon, Maharashtra, India\r\n HSC Chandrapur, Maharashtra Vidya Niketan Jr. College\r\n SSC Chandrapur, Maharashtra Vidya Mandir High School\r\nIndustrial Electrical Design Engineering along with project management \r\n\r\n\r\nSkill Details \r\nAUTOCAD- Exprience - 74 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nEPLAN- Exprience - 6 monthsCompany Details \r\ncompany - Osmoflo Engineering Services Pvt. Ltd.\r\ndescription - along with project management:\r\n1) Preparation of Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Preparation and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Oil and Gas, Water Treatment Plant for Overseas customer at Australia.\r\ncompany - M/s VIVID ELECTROMECH PVT. LTD\r\ndescription - for Whole Pune region)\r\nPeriod: 06th June 2017 to 20th Aug 2018.\r\nNature of Job - Electrical Sales / Marketing / Project Management of HT/LT Panels, Bus Duct, Voltage Stabilizers for Residential / Commercial / Industrial Projects:\r\n1) Responsible for Sales and Marketing of all HT/LT Panels, Bust Duct, Voltage Stabilizer in whole Pune Region and overall project management of awarded orders.\r\n2) Having Developed Big customer base in Pune region useful for business development of Residential/Commercial/Industrial Projects.\r\n3) Technical design as well as Commercial Bidding, Negotiation meetings with Customers, Market survey.\r\n4) Authorised Panel Builder for Schneider & System House for Ti Design of L & T.\r\ncompany - M/s ADOR WELDING LTD\r\ndescription - Period: 17th July 2012 to 30th May 2017.\r\nNature Of Job - Industrial Electrical Design along with project Operation management:\r\n1) Prepare Electrical Design Basis, Electrical Scope of work, Electrical Technical Specification, Electrical Data Sheet and Electrical Single Line Diagram (SLD) as per Project Standards.\r\n2) Prepare and Review Electrical Drawings layouts like Hazardous Area Classification, Electrical Indoor and Outdoor Lighting Layout, Earthing and Lightning Protection Layout Drawing, Substation Equipment and Trench Layout Drawing Overall Cable Layout Drawing, Bill of Material (BOM) MR for Electrical Equipment and Cable Schedules.\r\n3) Conversant with AutoCAD with 5 years of exp., introductory knowledge of ETAP, with Excellent Verbal / Written Communication.\r\n4) 4+ years of experience with applying NEC, IEC, CSA, IECEx, ATEX, UL, FM, NFPA, and API codes and standards to Electrical Engineering Design.\r\n5) RCA, DFMEA, Part of Design Modification & Innovation Team.\r\n6) Technical Quotation, Technical Query and Technical Bid Evaluation, Co-Ordinate with Clients / Vendors during the Projects.\r\n7) Vendor Development Team lead, Review Vendor Documents, Factory Acceptance Test (FAT), Site Acceptance Test (SAT)\r\nResponsibilities Handled:\r\n1) Project Lead for YIBAL - Petroleum Development of OMAN's project.\r\ncompany - M/s PRAKASH INDUSTRIES LTD\r\ndescription - Period: 1st Sept 2011 to 6thMay 2012.\r\n\r\nResponsibilities Handled:\r\n1) Operation & Maintenance of Various Electrical Drives (Related with CFBC Boiler as well as Turbine section)\r\n2) Daily Operation & Routine Maintenance of 132kV AC Switch-yard.\r\nNature of Job:\r\n1) Electrical Operation & Maintenance of 100 MW Power Plant.\r\n2) Shift In-charge for 3 months\r\nCertification Courses:\r\nCertified Course in AutoCAD from CADD Centre, JM Road, Pune.",
'Education Details \r\n\r\nElectrical engineering \r\n\r\n\r\nSkill Details \r\nMicrosft office and excell, power point- Exprience - 120 monthsCompany Details \r\ncompany - Indian Navy\r\ndescription - ACADEMIA\r\nâ\x80¢ Matric\r\nâ\x80¢ Diploma in Electrical Engineering\r\nâ\x80¢ Nuclear biological Chemical Defence and Damage Control including Fire fighting\r\nâ\x80¢ Leadership Certificate Course\t\t-\t02 weeks\r\nâ\x80¢ Management Certificate Course\t\t-\t04 weeks\r\nâ\x80¢ Advance Fire Fighting including Industrial\r\nSafety\t\t-\t24 weeks',
"â\x80¢ Achievement oriented with people management skills and an ability to manage change with ease. â\x80¢ Proven strength in problem solving, coordination and analysis. â\x80¢ Strong communication, interpersonal, learning and organizing skills matched with the ability to manage stress, time and people effectively. â\x80¢ Able to handle multiple task & projects simultaneously. â\x80¢ Willing to travel & relocate.Education Details \r\n B.E Electrical and Electronics Engineering Gulbarga, Karnataka VTU (Vishweshwariya University)\r\n HSC Wai, Maharashtra Kisanveer Mahavidyalay WAI\r\n Kohlapur University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - REFCON ENGINEERING PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - REFCON ENGINEERING PVT. LTD\r\ndescription - GREENFIELD PROJECT: -\t\tProject Status \r\n1) LIBS Braseries, Burkena Faso (Africa)\t\tCompleted 2) Citrus Processing India, Nanded\t\tCompleted 3) Carlsberg Group, Myanmar (Yangon)\t\tCompleted 4) U.B (United Breweries), Mysore.\t\tCompleted 5) U.B (United Breweries), Hyderabad.\t\tCompleted 6) Haldiram Foods Pvt. Ltd. Nagpur\t\tCompleted 7) Tetra-Pak India Pvt. Ltd. Amreli\t\tCompleted 8) U.B (United Breweries), Rajasthan\t\tCompleted â\x9d\x96 Handling Activities in Project: - \r\nâ\x9e¢ Preparing project schedules / plans, engineering designs / drawings and technical specifications as per clients' requirements.\r\nâ\x9e¢ Review on Process P&ID's for Selection of Instrument to get Energy efficient process with Material Specifications. Approval & modifications of Electrical drawing as per requirement of Process Flow diagrams & General Electrical Standards.\r\nâ\x9e¢ Carry out Automation Engineering which includes hardware and software specification, Generate control philosophy for process automation as per P&ID process. Necessary technical documentation, O&M manuals.\r\nâ\x9e¢ Calculate the Estimation value of projects for price bidding with clients includes MCC & PLC panel, power & control cabling, trays & earthing material Etc.\r\nâ\x9e¢ Selection of Electrical Switchgear for HT, LT, PCC, MCC, APFC Panels, Power & Control cable, Motors, Protection & metering CT & PTs, ACBs, Earthing, lightning, Analog & Digital Instruments.\r\nâ\x9e¢ Floating project enquiries & communicate with Vendors, Evaluate Vendor quotes for Technical Alignment.\r\nâ\x9e¢ Generate Power distribution SLD drawings as per the load flow, General arrangement drawings for panels, Controllers logic diagrams, Developing of Cable route plan and schedules, Cable Tray layout on AutoCAD tool with detailing.\r\nâ\x9e¢ Installation, Commissioning & Troubleshooting of MCC, PLC & LT panels, VFD Drives, Soft-Starters, Programming of Danfoss, Schnider, Vacon, Siemens, ABB Drives.\r\nâ\x9e¢ Working experience on Siemens S7-300, 1200, 1500, Et-200S Series & Allen-bready RS-Logix5000 PLC.\r\nâ\x9e¢ Installation, Calibration & Troubleshooting of field Instruments as Pressure & Temperature Transmitter, Pneumatic valves, Actuators, Modulating valves, Solenoid valve, flow meter & flow switches, Flow Transmitter, Level Transmitter etc. Carry out Loop testing as per control cable schedule, â\x9e¢ Hands on experience in Troubleshooting, Engineering Services and Maintenance & Operation & managing of various electrical power system equipments. Supervising commissioning activities.\r\nâ\x9e¢ Handling Mechanical Maintenance & Service activities in operating plant.\r\ncompany - KISANVEER SUGARS PVT. LTD\r\ndescription - Handling Activities: - \r\nâ\x9e¢ With over 1.5 years of experience worked as Asst. Electrical Engineer from ERECTION FIELD across 22 MW Power Plant for Testing and Commissioning, Electrical Maintenance, Operation, and allied activities.\r\nâ\x9e¢ Testing, Commissioning & installation of HT & LT panels, VFD drives & DC drives Panels.\r\nâ\x9e¢ Scheduling and planning predictive, preventive maintenance for process plants, and root cause analysis including budgeting and cost control activities.\r\nâ\x9e¢ Managing Overhauling and maintenance of LT Motors & DC Shunt Motors, Panel Switchgears, VFDs & soft starters, DG Set with AMF panel & Plant Lighting.\r\nâ\x9e¢ Installation, commissioning & Maintenance of Power & Distribution Transformer, ACB, VCB, SF6 Breaker, CT & PT units, FCBC Panels, UPS, â\x9e¢ Protection system include Microprocessor based relay, Numerical relay with relay co-ordination.\r\nâ\x9e¢ Monitoring plans/schedules to start maintenance activities & achieving targets and implementing maintenance systems During Shut down Time.\r\nâ\x9e¢ Daily Power monitoring, calculations and reporting on monthly basis.",
'Education Details \r\nJuly 2016 to May 2019 BE Electrical And Electronics Engineering Bhopal, Madhya Pradesh RGPV\r\nJuly 2012 to May 2015 Diploma in Electrical Electrical Engineering Bhopal, Madhya Pradesh Rgpv university Bhopal\r\n Matric GHS BHULI\r\nElectrical Engineering \r\n\r\n\r\nSkill Details \r\nBasic Computer, Electrical Machine, Electrical wiring, Solar power Plant, Distribution Substation- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Enigma Business Advisor\r\ndescription - Solar Energy \r\n1. Solar power plant Installation\r\n2. Maintenance \r\n\r\nTransmission and Distribution Line \r\n1. Installation',
'Education Details \r\nJanuary 2012 to January 2013 B.E. Electrical Shivaji University\r\nSeptember 2008 HSC Pune, Maharashtra Pune University\r\nJuly 2006 SSC Pune, Maharashtra Pune University\r\nElectrical Engineer \r\n\r\nElectrical Engineer - R K ELECTRICAL PVT. LTD\r\nSkill Details \r\nCompany Details \r\ncompany - R K ELECTRICAL PVT. LTD\r\ndescription - Experience:- 1 Year 3 Months\r\n\r\nTroubleshooting and Maintenance of following Electrical Equipment:- â\x80¢ All Type of Maintenance of Utility.\r\nâ\x80¢ Electrical and Mechanical Maintenance.\r\nâ\x80¢ Two 625 KVA Diesel Generator Set (Kirloskar)\r\nâ\x80¢ HT/LT Switchgear With Protection System Using Relays and Provision For Interlocking (C&S, Kirloskar)\r\nâ\x80¢ Handling HT Vacuum & SF6 Circuit Breaker, Transformer Up to 5000 KVA, LT Air circuit Breaker 2000A\r\nâ\x80¢ Maintenance of STP and WTP Plant.\r\nâ\x80¢ Maintenance of Air Blower, Actuators, Soft Starter, EOT Crane, Mono Rail, Centrifugal or Vertical Pumps, Hydraulic Machine, Rolling Machine, Lath Machine, Drill Machine, AHU, HVAC, Chiller etc.\r\nâ\x80¢ Basic knowledge of PLC/SCADA Operation.\r\nâ\x80¢ Trouble shooting of Switchgear and Control Panel, Pump and Motor\r\nâ\x80¢ Maintenance of UPS, Battery Charger and Battery Bank\r\nâ\x80¢ Motor Testing Both HT & LT Up to 450 KW\r\nâ\x80¢ Monitoring and Controlling the 110V Control Panel and Relays Panel\r\nâ\x80¢ Involved in Fault Finding & Relay Resetting\r\nâ\x80¢ Monitoring and Correcting Power Factor\r\nâ\x80¢ Service and Maintenance of Up to 55 KW Submersible Pump\r\nâ\x80¢ Maintenance of MCC and PCC Panel\r\nâ\x80¢ Servicing of Motor and Associated Component and Motor Operated Valve\r\nâ\x80¢ Problem Solving of Power Contactor, Auxiliary Contactor Relay, CT and PT\r\nâ\x80¢ Effecting Preventive/Predictive Maintenance Schedules Equipment in Order to Increase the Uptime/ Reliability\r\nâ\x80¢ Maintenance & Operation in Day to Day Activity\r\nâ\x80¢ Operation, Preventive Maintenance, Day to Day Breakdown Maintenance Conventional Maintaining of Log Book and Check List.\r\nâ\x80¢ 33/22kV Main Feeder & 22/11kV Distribution Line Maint. & H.T/L.T S/S Break Down Work.\r\n\r\nELECTRICAL SAFETY (Knowledge of Various Aspect of Safety & Its Application)\r\nâ\x80¢ Requirement, Familiar With Various Safety Equipment and Tools\r\nâ\x80¢ Lockout, Tag out of Electrical Switchgear During Work\r\nâ\x80¢ Issue of Work Permit Line Clearance to Work on Electrical Distribution Network\r\nâ\x80¢ Requirement & Proper Usage of Protective Equipment\r\nâ\x80¢ Accident Statistics',
'Education Details \r\n BCA Vinayaka Missions University\r\nOperations Manager \r\n\r\nOperations Manager\r\nSkill Details \r\nOperations Management- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) Pvt. Ltd\r\ndescription - Organization: BNY Mellon International Operations (India) Pvt. Ltd.: Sept 2009- till date\r\nBNY Mellon provides a broad range of products and services in the areas of Investment Management, Investment Services and Treasury Services. Our customers are institutions, corporations, and high-net-worth individuals, as well as consultants and advisors who work with them.\r\n\r\nLine of Business (LOB): Revenue &Billing Services (R&BS)\r\nRevenue and Billing Services is a Global Center of Excellence that generates invoices and collects fee revenue from Investment Services clients. 218 staff across five locations (Brooklyn, Pittsburgh, Syracuse, Pune, and UK) . Various Businesses supported are Asset Servicing, Corporate Trust, Treasury Services, Broker Dealer Services and Global Collateral Management.\r\nSupport U.S., EMEA, and APAC. Regions.\r\n\r\nJob Profile: Operations Manager - BNY Mellon International Operations (India) Pvt. Ltd.\r\n\r\nResponsible for daily operations of the Billing Department providing services to institutional clients globally. Led a team of professionals responsible for accurate and timely Account setups and Invoice Production on the Billing platforms like Advantage (Fiserv.) & FiRRe (SunGard) . Tasked with improving service, quality and reducing the overall unbilled revenue.\r\nProvide guidance to staff in their professional development plans by facilitating appropriate coaching and feedback.\r\nOther responsibilities include but not limited to audit, business resumption planning, evaluating emerging technologies, fee contract reviews and negotiations with vendors, human resources, hiring, performance management, employee personal development, rewards &recognition programs, and defining the strategic direction of the business unit.\r\n\r\nOperations / Service Delivery Management\r\nâ\x80¢ Monitor Client KYC\'s and Compliance monitoring for Institutional clients.\r\nâ\x80¢ Manage support and train the team in the drafting and reviewing of standard operating procedures to ensure compliance with US and Global regulations for Billing.\r\nâ\x80¢ Assist clients with contract reviews and negotiations.\r\nâ\x80¢ Monitor, analyze and draft metrics reports on a weekly/monthly basis to track progress of compliance efforts to senior management.\r\nâ\x80¢ Coordinate with internal stake holders and draft responses to escalated enquiries and client requests.\r\nâ\x80¢ Participate in the Risk and Control Self Assessments (RCSA) concurrence meetings for the LOB.\r\nâ\x80¢ Form the first Line of Defense as Operations and take accountability for any Operational Risk Events (ORE\'s)\r\nâ\x80¢ Perform root cause analysis of issues and document them accordingly for incident reporting.\r\nâ\x80¢ Ensure service delivery standards are always met. (Green- SLA/TAT)\r\nâ\x80¢ Monitor employee productivity/efficiency and performance management.\r\nâ\x80¢ Initiate the goal setting exercise for the operations team in the LOB.\r\nâ\x80¢ Provide direction to employees according to established policies and management guidance.\r\nâ\x80¢ Consistently meet the onshore and offshore stake holders to provide real time updates.\r\nâ\x80¢ Organize meetings with functional peer groups to discuss monthly MIS.\r\nâ\x80¢ Actively involved in hiring and resource management for all levels within the department.\r\nâ\x80¢ Oversee the Employee Assistance Program (EAP) for the underperforming employees.\r\nâ\x80¢ End to end Performance management of staff during semiannual and annual appraisals.\r\nâ\x80¢ Established Training and Development as one of the top priority goal for the department and secured senior management funding.\r\nâ\x80¢ Cut new-hire to on- the- job competency from three months to two, by introducing e-learning modules and Brainshark presentations.\r\nâ\x80¢ Encourage the team to understand and communicate the company vision and competitive strategy for driving business. (PLAN TO WIN &PLAY TO WIN)\r\nâ\x80¢ Initiate quarterly Risk and control self-assessments (RCSA) concurrence reviews with all the process stake holders.\r\n\r\nProject Management/Transitions Management -PMO\r\nWorked as a project manager in BNY Mellon PMO to manage the Transitions of Billing Operations.\r\n\r\nThe responsibilities included but were not limited to:\r\n\r\nâ\x80¢ Understanding expectations, technology, documentation, assessing capacity & skillset\r\nâ\x80¢ Executing transition plan (process timelines, SLAs, Escalation Matrix etc.)\r\nâ\x80¢ Ensuring smooth go live and regular review meetings post transition.\r\nâ\x80¢ Conducted analysis on projects to determine ROI and viability of project undertaking before presenting it to the Senior Operations Directors.\r\nâ\x80¢ Conceptualized and implemented strategy for capturing Project and Program metrics and funneling that information to easy-to understand dashboards.\r\nâ\x80¢ Direct Management oversight for a team of 11 employees, 8 of which were direct reports.\r\nâ\x80¢ Work directly with the Information Technology Architecture team to identify strategic project breakdowns within the program.\r\nâ\x80¢ Ensure complete adherence to project management and Toll gate framework.\r\nâ\x80¢ Ensure users of the Operations team get the required application accesses.\r\nâ\x80¢ Determined lessons learned through post-project reviews and integrated findings into program plan.\r\n\r\nTalent Management (team & function)\r\nâ\x80¢ Re-structured Organization design to differentiate roles, develop career paths, easy work rotation\r\nâ\x80¢ Performed skill-gap analysis to identify Training and Development opportunities. Ensured participation and also tracked effectiveness of Training Programs\r\nâ\x80¢ Developed and implemented Function-wide Rewards and Recognitions (R&R) programs.\r\n\r\nPrevious Job Profiles in BNY MELLON during overall tenure: Assistant Manager and Team Leader\r\n\r\nLine of Business (LOB): Global Corporate Trust Billing (Enterprise Billing Unit) ; Alternate Investment Services (AIS), Broker Dealer Services (BDS) &Sub Custodian Fee Billing.\r\n\r\nThe Trustee services that are provided e.g. Admin Services, Paying agent services, Registrar by BNY Mellon to the Corporate Trust Clients are being billed and Invoiced for generating revenue.\r\n\r\nWorked in the capacity of Assistant Manager and Team Leader during the overall tenure managing multiple teams for different sub functions within billing department.\r\n\r\nOther responsibilities included:\r\n\r\nâ\x80¢ Assign the Daily work to the team from the respective Mailboxes.\r\nâ\x80¢ Ensure equal distribution of all sub activities among the team depending on the volumes and ensure timely completion.\r\nâ\x80¢ Monitor the log spreadsheets for all the activities and sub activities which are saved in designated Shared Drive.\r\nâ\x80¢ Quality Check of the Transactions processed.\r\nâ\x80¢ Work on Efficiency projects.\r\nâ\x80¢ Monitor the Onshore and RM emails and respond within the same day after getting them actioned.\r\nâ\x80¢ Attend the Daily Handoff call to discuss processed work and updates with onshore counterparts.\r\nâ\x80¢ Work on Efficiency /six sigma/Quality projects.\r\nâ\x80¢ Conduct monthly one on ones with the team members and schedule team meetings.\r\nâ\x80¢ Mentoring the new and old hires in the team, discuss process updates regularly.\r\nâ\x80¢ Managing Performance appraisals of employees in the team.\r\nâ\x80¢ To be actively involved in the hiring process.\r\nâ\x80¢ Participate in Internal and External audits.\r\nâ\x80¢ Attend concurrence meetings for Risk and Control self-assessment (RCSA)\r\n\r\nWORK EXPERIENCE\r\ncompany - Wipro Technologies\r\ndescription - CLIENT: Microsoft\r\n\r\nWipro Ltd. is an Indian Information Technology services corporation; it\'s a leading global information technology, consulting and business process services company.\r\n\r\nJob Profile: Worked as an "Application Support Engineer Tier II\'\'\r\n\r\nâ\x80¢ Provided Technical support to Siebel CRM users across the globe from Microsoft Corp.\r\nâ\x80¢ Communicated with the users to obtain an understanding of their environment and challenges to troubleshoot the issue and provide solutions.\r\nâ\x80¢ Utilized existing structure to translate ticket categories & group names to the system structure.\r\nâ\x80¢ Identified and escalated issues to the TierIII production support teams as required to ensure they were addressed and resolved.\r\nâ\x80¢ Ensured all Siebel CRM user sites were up and running by utilizing proactive monitoring tools, which increased customer up time to 95%.\r\nâ\x80¢ Trained new engineers in providing proactive support to users.\r\nâ\x80¢ Compiled data and department metrics into reports for Management examination of processes. (MIS Reporting)\r\nâ\x80¢ Coordinated development team with business users for system deployment and modifications.\r\nâ\x80¢ Actively participated in the STB&QTP testing\'s during the application version releases.\r\nâ\x80¢ Perform periodic Application health checks.\r\nâ\x80¢ Tested, implemented, and supported database replication including SQL Server Replication types in an editing environment.\r\nâ\x80¢ Perform Role flip of servers at the backend to reduce application downtime.\r\nâ\x80¢ Maintained a consistent ETA of 85% month on month for help desk tickets within a 24-48 hour time span.\r\nâ\x80¢ Ensured the Knowledge base article\'s repository is updated regularly, to enable the new Engineers to go through them for troubleshooting issues.\r\n\r\nWORK EXPERIENCE\r\ncompany - Dell Global Financial Services\r\ndescription - for Dell Computer Corporation, Aug 29th\' 2005 till Feb \'2007.\r\n\r\nDELL Inc. is one of the world\'s leading computer systems company. Dell designs, builds and customizes products and services to satisfy a range of customer requirements from the server storage and professional services needs of the largest global corporations, to those of customers at home across 85 countries of the world. Dell does business directly with the customers to meet unique needs.\r\nJob Profile: Worked as an "Account Receivables Senior Associate" for DELL Inc.\r\nâ\x80¢ Handling a portfolio of about 500 U.S corporate customers.\r\nâ\x80¢ Handling a team of 8 senior credit controllers.\r\nâ\x80¢ Walking the floor (Coaching and guiding the controllers)\r\nâ\x80¢ Minimizing credit losses by managing the team to collect delinquent accounts.\r\nâ\x80¢ Handling Escalations (through Emails and over the phone)\r\nâ\x80¢ Identify late stage delinquent accounts and resolve with appropriate verbal and written correspondence or notices.\r\nâ\x80¢ Performing Ledger/ Accounts review\r\nâ\x80¢ Discussing Interim and Annual Appraisals with the team members and to ensure their closure in the stipulated time.\r\nâ\x80¢ Research and resolve problem transactions identified on a daily basis Maintain records concerning changes in accounts as a result of negotiations on the collection of customer\'s outstanding accounts, refunds, tax credits, etc.\r\nâ\x80¢ Release Orders with Credit Task Codes from Assigned Queues.\r\nâ\x80¢ Intervening & communicating with Supporting Departments such as Sales, Order Processing etc. when there is delayed/no response from the same.\r\nâ\x80¢ Mentor New hires and assists team members in improving performance as required.\r\nâ\x80¢ Setting up and Leading the conference calls with customers and other internal departments to discuss the issues on the accounts and deriving measures to resolve them.\r\nâ\x80¢ Taking team hurdles and driving team results. Attending weekly and monthly review calls with the Management to discuss process related issues and ways to improvise them.\r\nâ\x80¢ Work through real time cases made up of potential order errors or situations where specific customer requirements are not met.\r\nâ\x80¢ Makes decisions on how to resolve issues in most expeditious manner.\r\nâ\x80¢ Makes recommendations on "Business Rules" additions designed to capture commonly occurring order errors.\r\nâ\x80¢ To keep the motivation level high among the team members by organizing Fun at work activities. Also have been nominated as the HR and Transport SPOC for the COE.\r\n\r\nWORK EXPERIENCE\r\nGE CAPITAL INTERNATIONAL SERVICES. (GECIS)\r\nGE Capital is the financial services unit of the American multinational conglomerate General Electric. It provides commercial lending and leasing, as well as a range of financial services for commercial aviation, energy and support for GE\'s Industrial business units.\r\ncompany - \r\ndescription - Made outbound calls and sent emails informing Institutional clients about their delinquent payments as per Standard operating procedures.\r\nâ\x80¢ Developed One Point Lessons for key customers and shared with the team\r\nâ\x80¢ Maintained 95%+ accuracy rate throughout the year.\r\nâ\x80¢ To generate a daily report on the team\'s performance, this included ways and means of improvement in COE revenue.\r\nâ\x80¢ Had gained credibility among the team members and first level of escalation for any issues in the absence of the manager. Been single point of contact (SPOC) for any HR issues in team.',
"KEY COMPETENCIES â\x9c¶Multi - Operations Managementâ\x9c¶People Management â\x9c¶Customer Services - Emails â\x9c¶ MIS â\x9c¶Vendor & Client Services Managementâ\x9c¶Cross Functional Coordinationâ\x9c¶Banking & Financial Servicesâ\x9c¶ Transaction Monitoring * ATM Operations â\x9c¶ & Prepaid Card Operations (Pre-Issuance & Post-Issuance) â\x9c¶ POS Operations * JOB PROFILE & SKILLS: â\x80¢ An effective communicator with excellent relationship building & interpersonal skills. Strong analytical, problem solving & organizational abilities. â\x80¢ Extensive experience in managing operations with demonstrated leadership qualities & organisational skills during the tenure. â\x80¢ Managing customer centric operations & ensuring customer satisfaction by achieving service quality norms. â\x80¢ Analyzing of all operational problems, customer complaints and take preventive and corrective actions to resolve the same. â\x80¢ Receive and respond to Key customer inquiries in an effective manner and provide relevant and timely information. â\x80¢ Deft in steering banking back-end operations, analyzing risks and managing delinquencies with dexterity across applying techniques for maximizing recoveries and minimizing credit losses. â\x80¢ Analyzed & identified training needs of the team members and developing, organizing and conducting training programs and manage bottom quartile team to improve their performance. â\x80¢ Preparing and maintaining daily MIS reports to evaluate the performance and efficiency of the process relate to various verticals. â\x80¢ Measuring the performance of the processes in terms of efficiency and effectiveness matrix and ensuring adherence to SLA. â\x80¢ Major Activities Define processes for Field Services were monitored and necessary checks were executed and controlled. Also measured Vendor SLA by analyzing the TAT of vendors & the Client SLA provided to us. â\x80¢ As per company procedures, handling & ensuring vendor's payment issues to be sorted out &payments are processed on quarterly basis. â\x80¢ Appropriately plan and execute each skill of operations in accordance with the department's policies and procedures. â\x80¢ Manage relationships with business team, software development team and other services to achieve project objectives. Different software Worked till now: - a. CTL prime - Axis Bank Credit Cards b. Insight - For POS Machine technical operations for Amex (MID & TID Generation- ATOS (Venture Infotek) c. Ticket Management System - TATA Communications Private Services Ltd (ATM - NOC Operations) d. Branch Portal (Yalamanchili Software Exports Ltd) - Prepaid Cards (SBI Bank & Zaggle Prepaid Oceans Services Ltd) Zaggle Prepaid Ocean Services Pvt Ltd Oct, 2017 to Till Date Designation: Manager - Operations (Payment Industry - Prepaid Cards - INR) Education Details \r\n Commerce Mumbai, Maharashtra Mumbai University\r\nOperations Manager \r\n\r\nService Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\nSkill Details \r\nOPERATIONS- Exprience - 73 months\r\nSATISFACTION- Exprience - 48 months\r\nTRAINING- Exprience - 24 months\r\nNOC- Exprience - 23 months\r\nPOINT OF SALE- Exprience - 20 monthsCompany Details \r\ncompany - Zaggle Prepaid Ocean Services Pvt Ltd\r\ndescription - Card Operations\r\ncompany - Yalamanchili Software Exports Ltd\r\ndescription - 24*7 Operations Pvt Ltd) Dec 2015 to Feb 2017\r\n\r\nDesignation: Service Manager - Operations (Payment Industry - Prepaid Cards - INR & FTC)\r\n\r\nKey Contributions: â\x80¢ A result-oriented business professional in planning, executing& managing processes, improving efficiency of operations, team building and detailing process information to determine effective result into operations.\r\nâ\x80¢ Ensuring PINs generation (SLA) is maintained and chargeback cases are raised in perfect timeframe.\r\nâ\x80¢ Managing email customer services properly and ensuring the emails are replied properly. Also, ensuring transaction monitoring is properly managed 24/7.\r\nâ\x80¢ Assisting Bankers (SBI & Associated Banks) for their BCP plans by getting executed in the system with the help of DR-PR plans & vice versa or any other business requirements.\r\nâ\x80¢ Expertise in maintaining highest level of quality in operations; ensuring adherence to all the quality parameters and procedures as per the stringent norms.\r\nâ\x80¢ Lead, manage and supervise the execution of external audit engagements and responsible for presenting the findings & developing a quality reports to the senior Management and Clients.\r\nâ\x80¢ Coach/mentor (20) team members to perform at a higher level by giving opportunities, providing timely continuous feedback and working with staff to improve their communication, time management, decision making, organization, and analytical skills.\r\nâ\x80¢ Providing the solutions and services to the client in their own premises with aforesaid count of team members.\r\nâ\x80¢ Also ensuring end to end process of PR & DR as per client requirements (PR- DR & DR -PR) by interacting with internal & external stakeholders.\r\nâ\x80¢ Determining process gaps and designing & conducting training programs to enhance operational efficiency and retain talent by providing optimum opportunities for personal and professional growth.\r\ncompany - Credit Cards\r\ndescription - Ensured highest standard of customer satisfaction and quality service; developing new policies and procedures to improve based on customer feedback and resolving customer queries via correspondence, inbound calls & email channels with the strength of (12-16) Team members.\r\ncompany - AGS Transact Technologies Limited\r\ndescription - Key Contributions: Lead - SPOC to Banks\r\ncompany - TATA Communications Payment Solutions Ltd\r\ndescription - To make ATMs operational within TAT by analyzing the issue is technical or non-technical and also by interacting with internal & external stakeholders.\r\ncompany - Vertex Customer Solutions India Private Ltd\r\ndescription - Key Contributions: â\x80¢ Build positive working relationship with all team members and clients by keeping Management informed of KYC document collection & con-current audit progress, responding timely to Management inquiries, understanding the business and conducting self professionally.\r\ncompany - Financial Inclusion Network & Operations Limited\r\ndescription - Key Contributions: POS-Operations â\x80¢ Cascading the adherence of process is strictly followed by team members & training them to reduce the downtime.\r\nâ\x80¢ Managing Stock of EDC Terminals â\x80¢ Managing Deployments of terminals through Multiple teams â\x80¢ Would have worked with multiple terminal make & model â\x80¢ Managing Inward, Outward & QC of applications installed in the POS machines.\r\ncompany - Venture Infotek Private Ltd\r\ndescription - Key Contributions: POS-Operations\r\ncompany - Axis Bank Ltd - Customer Services\r\ndescription - Aug 2006 to Oct 2009 (Ma-Foi&I- smart)\r\n\r\nDesignation: Team Leader/Executive - Emails, Phone Banking & Correspondence Unit (Snail Mails)",
"IT SKILLS â\x80¢ Well versed with MS Office and Internet Applications and various ERP systems implemented in the company ie.SAGE, Flotilla, LM ERP, Tally 9, WMS, Exceed 4000 etc PERSONAL DOSSIER Permanent Address: Bandra West, Mumbai 400 050Education Details \r\n B.Com commerce Mumbai, Maharashtra Bombay University\r\n Mumbai, Maharashtra St. Andrews College\r\n DIM Business Management IGNOU\r\nOperations Manager \r\n\r\nOperations Manager - Landmark Insurance Brokers Pvt Ltd\r\nSkill Details \r\nEMPLOYEE RESOURCE GROUP- Exprience - 6 months\r\nENTERPRISE RESOURCE PLANNING- Exprience - 6 months\r\nERP- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nTally- Exprience - 6 monthsCompany Details \r\ncompany - Landmark Insurance Brokers Pvt Ltd\r\ndescription - Jan 2019 till Date\r\nAbout the Company\r\nOne of India Largest Insurance Brokerage firms with offices across 24 states PAN India and a part of the LandmarkGroup with an annual turnover of 2200 cr\r\n\r\nPosition: Operations Manager\r\nLeading and overseeing a team of 12 people to ensure that the correct work processes and TAT are followed with regards to complete insurance handling from cheque submission right upto policy issuance and support to all offices PAN India for Motor and Health Insurance.\r\n â\x80¢ Ensuring all the data entry of customers is correctly done by the customer service â\x80¢ Underwriting of documents and verification ( Health & Motor) â\x80¢ Costings of Insurance products â\x80¢ Followups with Insurance companies â\x80¢ Customer complain handling and solutions â\x80¢ MIS reporting â\x80¢ Ensuring the team is working in line with the operations SOP â\x80¢ Conducting weekly briefing with the team â\x80¢ Liasing with all PAN India offices for all operational support â\x80¢ Handling daily cash transactions â\x80¢ Reporting to the Vice President Operations\r\ncompany - Trippereri Travels & Tours\r\ndescription - Jan 2017 to Mar 2018\r\nAbout the Company\r\nA Startup Travel Agency company organising local and international Tours.\r\n\r\nOperations: Looked after overall Operations and Administrative / Sales functions\r\ncompany - Vish Hotel Supplies Pvt Ltd\r\ndescription - Jan 2015 Nov 2016\r\n\r\nAbout the Company\r\nA distributor of hotel supplies to 5 star International hotels Groups in India for hotel amenities from a international supplier to more than 50 hotels all across India\r\n\r\nPosition: Operations Manager (Supply Chain Logistics)\r\nComplete Incharge of running the business from Shipping, Imports, warehousing right upto Distribution and overseeing all operational related activities for the company \r\nâ\x80¢ Overlooking and managing all aspects of the business and implementing procedures for successful shipping / inventory management at the warehouse / delivery of material all India plus exports â\x80¢ Overseeing all vendor negotiations in addition to the customs warehouse and cha â\x80¢ Negotiating with Freight forwarders for best freight rates and quickest delivery times â\x80¢ Overseeing the clearance of import shipments and export shipments and liasing with freight forwarders â\x80¢ Ensuring that all government and tax compliances are adhered to by the company.\r\nâ\x80¢ Ensuring that all benefits of government rebates and duty schemes are received and availed by the customer and company as per the EXIM license held â\x80¢ Overseeing that all customers are satisfied with the overall supplies and services of the company â\x80¢ Ensuring that all obstacles faced in the supply chain management is smoothened out for hassel free delivery to the customers across India â\x80¢ Overseeing account paybles and receivables â\x80¢ Overseeing that all stock are maintained in the warehouses and accounting books as per implemented procedures â\x80¢ Sourcing out new vendors with high quality manufacturing capabilities for new product manufacture â\x80¢ Visiting customers to survey customer satisfaction and address any shortfalls â\x80¢ HR function like recruitment, interviewing & finalizing candidates for the company\r\ncompany - GEA Ecoflex Middle East FZE\r\ndescription - About the Company\r\nGEA Ecoflex part of the GEA Group Germany is one of the largest suppliers of process technology and components for the food and energy industries. As an international technology group, the Company focuses on sophisticated production processes.\r\nGEA generates revenues in excess of EUR 5.7 billion annually\r\n\r\nKEY DELIVERABLES\r\nFreight Management: Acquire, develop and enhance relationships for economical & faster modes of freight forwarding for various requirements of the company. Developing pricing strategies with an with an eye towards maximizing company's profits by reducing its freight costs by negotiating the pricing for each individual sectors with freight forwarders/shipping carrier and ensuring timely delivery of goods to the respective destinations.\r\n\r\nManage and negotiate the import freight charges with various freight forwarders and Air Lines for Bulk Air shipments moving from Americas, Europe, Dubai, India, China & Other GCC Countries.\r\nIdentify possible snag & loopholes for all consignments moving in and out, which may be late for the required deadline and find alternate solutions for meeting the commitment.\r\n\r\nLogistics Management: Managing the logistic functions; negotiating with transporters for cost effective transport solutions.\r\nCoordinating with Custom House Agents for ensuring timely clearances and effective transport solutions at reasonable costs.\r\nInterfacing with airlines & shipping lines for transport & conducting negotiations for finalizing freight rates to optimize transportation costs & ensure damage free transit. Monitoring and analyzing the loss in transit and undertaking measures to control the same. Co-ordinated the schedule / mobilization of After sales team to various GCC/ On-shore / Off shore /European sites.\r\nMaterials / Inventory Management: Handling the inventory function so as to curtail inventory holding expenses. Ensuring the specifications of materials, establishing quality & quantity for effective inventory control and reducing wastages.\r\nManaging the disposal of obsolete and retired inventory.\r\n\r\nWarehousing & Distributions: Planning and maintaining efficient warehouse operations. Monitoring receipt, inspection, storage, and distribution of stock. Resolving all problems affecting the stores service including staff punctuality, day-off, vacation plan, etc. Overseeing that all paper work is processed in a timely manner. Following up on discrepancies, damage/expired goods and claims & returns back.\r\n\r\nPurchase / Procurement: Providing support for developing and implementing key procurement strategies for commodities and ensuring that plans are aligned with all contractual & statutory requirements while ensuring project schedule. Identifying new potential vendors for strategic sourcing; ensuring purchase schedules against the purchase plan for timely procurement of all items to ensure smooth manufacturing.\r\n\r\nVendor / Supplier Development: Providing support for identifying and negotiating with vendors for procuring essential materials at reasonable price, developing vendors for better price, quality, delivery & increased volumes and identifying alternate vendors. Developing long-term partnerships with local & foreign suppliers; acquiring techno-commercial offers from various vendors. Handled Supplier Pre-Qualification and Vendor Registrations\r\n\r\nSIGNIFICANT CONTRIBUTIONS \r\nâ\x80¢ Successfully managed the overall Operations including: o Receiving stock, Order Dispatch, Warehouse Management & Special Processes.\r\no Inventory Control and Global Purchase.\r\no Facility in compliance with ISO 9001 -2008 standards.\r\no Coordinating and follow up with various factories in Europe, US, Asia for timely delivery of materials o Carrying out receiving, picking, packing, and shipping average of 45 orders monthly.\r\no Maintaining and handling AED 15 million inventories stored at three external warehouses.\r\nâ\x80¢ Holds the credit of serving clients in Power, Marine Oil and Construction industries including SABIC, KSA.\r\nâ\x80¢ Played a key role in streamlining inventory identification and tracking system.\r\nâ\x80¢ Pivotal in introducing systematic analysis of daily discrepancy reports.\r\nâ\x80¢ Generated reports on Standardized receiving, stocking, checking, and housekeeping procedures.\r\nâ\x80¢ Abridged a decrease in inventory discrepancies by developing tracking system.\r\nâ\x80¢ Successful in meeting 24-hour turnaround goal for most of shipments.\r\ncompany - Kuehne + Nagel LLC\r\ndescription - About the Company\r\n\r\nA worldwide leader in Logistics .The company activities are in the global seafreight, airfreight, overland and contract logistics businesses.\r\n â\x80¢ Successfully managed a team of 3 Executives and reported to General Manager.\r\nâ\x80¢ Handling the top Key accounts of the company â\x80¢ Successful handling of the entire export Coordination, Documentation.\r\nâ\x80¢ Played a pivotal role in supervising receiving, inventory control, storage, distribution, traffic, etc.\r\nâ\x80¢ Responsible for maintaining scheduled drivers, negotiated rates and routes with truck lines/carriers.\r\nâ\x80¢ Essayed a key role in handling product distribution, security, and receivables for clients like United nations and Johnson & Johnson.\r\nâ\x80¢ Handled Hotel logistics, inventory and distribution across the middle east for Marriot and Hilton Group â\x80¢ Managed and monitored the smooth movements of all consignments moving as direct imports, exports or as transshipment consignments from the Far East/ Middle East/ Amman or Egypt and its other branches to its respective destinations & also as transshipment into USA by Air, Land and Sea.\r\nâ\x80¢ Supervised the Entire Customs Clearance for all consignments at various exit/entry points for all the direct imports, exports or transshipment consignments â\x80¢ Billing each Account as per the job completed â\x80¢ Keeping track of Revenue of each client on a monthly basis â\x80¢ Regular customer visits to ensure smooth operations and address any grievances.\r\ncompany - DHL Express\r\ndescription - About the Company\r\n\r\nA worldwide leader in Air Express Courrier wholly owned by DPWN (Deutsche Post World Net) \r\nâ\x80¢ To handle shipments of Key Accountholders with DHL India â\x80¢ Tracking and Tracing of shipments â\x80¢ Solving problems of undelivered shipments â\x80¢ Working as per the DHL standards and service procedures â\x80¢ Liasing with operations and network at all DHL stations worldwide to ensure timely deliveries of shipments â\x80¢ Proactively keeping the customer informed about the status of their shipments while in transit to delivery â\x80¢ Keeping track of the productivity of each team member and updating records â\x80¢ Liasing with India operations for inbound freight shipments for clearance and timely deliveries â\x80¢ Informing customers about the various paperworks required for sending different shipments to various countries â\x80¢ Handled projects for State Bank of India for sending Interest warrants to their customers Globally. Keeping complete track of shipments status and informing SBI proactively.\r\ncompany - WNS Global Services\r\ndescription - \r\ncompany - Airlink International\r\ndescription - About the company\r\nAn International company with various departments and activities i.e Cargo, shipping, Ticketing\r\nAnd freight forwarding\r\n\r\nDesignation Held: Logistic Assistant / Operations Executive\r\n\r\nJob responsibilities: â\x80¢ Handling the top accounts of the company.\r\nâ\x80¢ Answering customer queries, request and complaints â\x80¢ Sending quotations â\x80¢ Billing each Account as per the job completed â\x80¢ Preparing export documentation.\r\nâ\x80¢ Preparing free Zone documents â\x80¢ Liaising with Jebel Ali Port and Dubai / Sharjah port.\r\nâ\x80¢ Liaising with Shipping companies for export and imports.\r\nâ\x80¢ Coordinating Barge loadouts.\r\nâ\x80¢ Complete Inventory Management.\r\nâ\x80¢ Adhering to professional standards and procedure to achieve the ISO certificate.\r\n\r\nWorked on software packages Exceed 4000 and Flotilla.\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Liaising with the Purchasing Manager in local and international purchases of technical parts, â\x80¢ Involving import and export formalities.\r\nâ\x80¢ Soliciting quotes, preparing purchase orders and communicating with suppliers both local and international.\r\nâ\x80¢ Receiving and dispatching goods â\x80¢ Liaising with suppliers to ensure timely supply of equipments â\x80¢ Stock control and inventory.\r\nâ\x80¢ Maintenance of reorder levels and par stock.\r\nâ\x80¢ Preparing the daily operations report â\x80¢ Maintaining the ISO standards, which involves efficient recording of data and systematic filing of data.\r\ncompany - Serck Services International\r\ndescription - March 2000 - April 2003\r\nAbout the company\r\nA British based multinational company, manufacturing radiators, oil coolers, heat exchangers and\r\nOther cooling elements for all purposes\r\nJoined the company as Accounts Assistant and promoted to Logistic Assistant in Aug 2001\r\ncompany - Serck Services International\r\ndescription - Job responsibilities â\x80¢ Maintaining and updating the database of customers and suppliers.\r\nâ\x80¢ Handling walk in customers and after sales service calls. Preparing Job order.\r\nâ\x80¢ Providing timely information and data for the preparation of reports.\r\nâ\x80¢ Circulating information through memos and reports.\r\nâ\x80¢ Invoicing for four major departments.\r\nâ\x80¢ Banking â\x80¢ Petty cashiering and preparing reports â\x80¢ General office duties.",
"Education Details \r\nAugust 2000 B.E Electronics Pune, Maharashtra Pune University\r\nOperations Manager \r\n\r\nOperations Manager - Delta Controls, Dubai FZCO\r\nSkill Details \r\nCompany Details \r\ncompany - Delta Controls, Dubai FZCO\r\ndescription - Heading Pune Branch [M/s Deltannex Integrators Pvt. Ltd.] From Aug '17 till date\r\nDesignation - Operations Manager [1st Employee] \r\n1. Reporting to the GM-Operations 2. Review of SOW, RFQ, Assist the proposal Team on the Engineering man hours, Project Schedule, Organization\r\nChart and Meeting the client for pre-sales support 3. Review of SOW, RFQ, Client's Purchase Order or contract terms & conditions 4. Project Execution Plans after through discussion with client & consultants 5. Kick of meeting & Ad-hoc meetings with client 6. Project evaluation in terms of outlays & profits 7. Ensuring an appropriate project management framework 8. Management of all contractual and commercial issues related to the project 9. Monitoring, reviewing & reporting of the project progress 10. Coordinating and fostering teamwork & prioritization of team activities 11. Monitor the project budget 12. Apply quality management system and processes 13. Liaison with and reporting to client.\r\n14. Monitoring & complying with invoicing schedules.\r\n15. Compilation and submission of Change Orders / Waivers / Concessions. Responsible for Variation claims with support of proposal team 16. Approving the MRN & follow up with procurement team 17. Planning & Co-ordination of site activities 18. Receive final payment & project official closeout 19. Give a Constant Feedback to proposal based on the lessons learnt to correct the earlier mistakes in the future Proposal 20. Preparation of Project Management Reports in terms of Planned vs Actual based on EV Analysis and Scheduled Variances on biweekly / Monthly basis 21. Exception/ Alert reporting to GM on critical issues 22. Maintains contact with all clients in the market area to ensure high levels of client satisfaction 23. Adheres to all company policies, procedures and business ethics codes and ensures that they are communicated and implemented within the team.\r\n24. Transfer the project to the Project Team with proper internal kick-off and provide all the information including e-mail communication.\r\n25. Clarification e-mail/ phone to customer if any and responses from Customer 26. Site visit for Sales & technical discussions 27. Co-ordinates with Accounts for Tender Bond if any 28. Submission of offers/Tenders 29. Attending TQs/ Revisions / changes from customer 30. Managing revision of offers and costing and submittal if any\r\ncompany - HONEYWELL AUTOMATION INDIA LTD\r\ndescription - since May 2015 to June 2016 at HONEYWELL, Seoul, South Korea]\r\n\r\nRoles and Responsibilities: 1. Discuss with Honeywell Korea LE / PM and Engineering Manager, understand the work forecast and communicate it to GES stake holders.\r\n2. Understanding Project / Work pack scope and collect required design inputs from Honeywell Korea PM and LE.\r\n3. Communicating Project / Work pack scope and sending required design inputs to GES stake holders (OM / EM) 4. Helping GES office in preparing estimation for GES scope of activities.\r\n5. Discuss GES estimation with Honeywell Korea PM / LE.\r\n6. Coordinate between GES and Honeywell Korea PM / LE so that estimation is agreed by both parties.\r\n7. Helping GES in preparing JAs.\r\n8. Coordinate with Honeywell Korea PM / PC to get purchase orders as per JA.\r\n9. Coordinate with GES and Honeywell Korea for following activities during project execution: a. Understanding GES queries and getting them resolved by discussing with Honeywell Korea LE.\r\nb. Communicating Honeywell Korea requirements / schedules / revised design inputs / revised scope / Concerns / issues / Honeywell Korea comments / customer comments to GES.\r\nc. Understanding GES Change orders and discussing with Honeywell Korea LE / PM.\r\nd. Finalizing change orders.\r\ne. Ensure good quality of GES deliverables by doing spot quality checks.\r\nf. Ensuring that all the procedures standards are being followed at both sides.\r\ng. Ensuring smooth project execution as per agreed project schedules.\r\nh. Ensuring that Deliverables are being sent as per agreed deliverables schedule.\r\ni. Identifying possible issues in project and suggesting corrective actions to both GES & Honeywell Korea.\r\nj. Scheduling Project review meetings whenever required.\r\nk. Attending Proto type tests / demo / Design Review meetings / Pre-Inspection Meetings / Pre KOM / KOM whenever required.\r\nl. Ensuring engineer's travel for Pre-FAT / FAT / attending important meetings like KOM, Proto type tests, etc. as mutually agreed for the project.\r\nm. Arranging invitation letters / CCVI / Work permits, etc. for visa processing of GES engineers.\r\nn. Ensuring that progress reports are being sent regularly by GES EM.\r\no. Ensuring that Pre-FAT / FAT is progressing smoothly.\r\n10. Preparing and sending Monthly Progress reports to all the stake holders.\r\n11. Arranging monthly teleconference with Honeywell Korea PAS Business Leader, Engineering Manager and GES Operations Manager to understand the progress and issues.\r\n12. Attending Project review meetings with PM / LE / EPC whenever required.\r\n13. Helping Honeywell Korea Sales / Proposal team in understanding GES capabilities and providing required information to them.\r\n14. Reviewing customer RFQs and ensure that all requirements are captured in proposals or informing the requirements / comments to proposal team / Project Manager.\r\n15. Attending estimation review meetings, TBEs, Technical clarification meetings whenever required.\r\n\r\nProjects Completed at HONEYWELL, India:\r\n\r\nProject (HONEYWELL) Role Project Highlights\r\nFGP/WPMP\r\nClient: TCO\r\nMAC: MUSTANG/HONEYWELL\r\n\r\nTeam Lead\r\nSystem: EPKS DCS + SIS + FGS\r\nJob:- â\x80¢ HARDWARE Configuration â\x80¢ C-300 Application Development â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client.\r\n\r\nTHE PROJECT IS STILL IN STARTING PHASE SO SCOPE OF WORK IS NOT VERY CLEAR.\r\n\r\nGrain LNG RTLF\r\nClient: CBI / National Grid, UK\r\n\r\nTeam Lead\r\nProcess: LNG Tanker Loading\r\nSystem: EPKS DCS + SIS + FGS\r\nC-300 Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Design and development of all HARDWARE part as below:- â\x97¦ System Cabinet -01 No â\x97¦ Marshalling Cabinet - 01 No.\r\nâ\x97¦ Network Cabinet 01 No.\r\nâ\x97¦ System Architecture â\x97¦ Heat and Load Calculation â\x97¦ BOM â\x97¦ Network and Miscellaneous cord schedule â\x97¦ Wiring Schedule â\x80¢ C-300 Application development monitoring â\x80¢ HMI C&E Graphics development monitoring â\x80¢ Testing of simple and complex loops using standard methodology along with HMI (Integrated Testing + Test Reports) â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\nThis was a FAST track project completed successfully\r\nGot Appreciations from client.\r\n\r\nAMC TO HPM Migration-MX8800\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nAMC TO HPM Migration-CCR1\r\nClient: Thai Oil Public Co. Ltd.\r\n\r\nTeam Lead\r\nProcess: Furnace\r\nSystem: TPS\r\nHPM Controller = 1 No.\r\nJob:- â\x80¢ Planning and Monitoring the below mentioned engineering activities- â\x80¢ Loop drawing design using Microsoft VISIO â\x80¢ Logic Point building using HPM builder â\x80¢ PU Calculation and IO Allocation â\x80¢ HPM Database preparation â\x80¢ Downloading of points on HPM test system â\x80¢ Testing of simple and complex loops using standard methodology â\x80¢ Focal point for communication with client â\x80¢ Timely delivery of the deliverable after ensuring quality check.\r\nâ\x80¢ Attending weekly project review meetings (telephonic) with client\r\n\r\nUtilities and Offsites\r\nClient: ENPPI\r\nEnd Client: ETHYDCO, EGYPT\r\n\r\nTeam Lead\r\nProcess: Utilities for ETHYLENE plant.\r\n\r\nSystem: Experion R410.2,\r\nRedundant Controllers = 2Nos.\r\nSystem Cabinets = 4 Nos.\r\nMarshalling Cabinets = 10 Nos.\r\nRedundant Servers = 1 Pair\r\nExperion Backup Restore = 01 No\r\nProcess History Database = 01 No.\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 01 No.\r\nOperating Stations - DCS = 05 No.\r\nJob:- â\x80¢ Planning the activities like Hardware Engineering, Software Engineering and HMI development..\r\nâ\x80¢ Responsible for Hardware Engineering for System, Marshalling, Network, Power Distribution Cabinets etc.\r\nâ\x80¢ Preparation of BOM â\x80¢ Answering the queries or doubts from Client â\x80¢ Attending weekly project status meetings with client through video/audio conference.\r\nâ\x80¢ FAT completed, at Abu Dhabi, successfully.\r\n\r\nControl Plant-3/ Control Plant6\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead\r\nProcess: HVAC\r\nSystem: ML200 R (PLC) + Experion\r\nR410.2 (For SCADA only)\r\nRedundant Controllers = 26 Nos.\r\nSystem/ Marshalling Cabinets = 60 Nos.\r\nRedundant Servers = 2 Pair\r\nFDM Server = 01 No.\r\nEngineering Station - DCS = 02 No.\r\nOperating Stations - DCS = 10 Nos.\r\nJob:- â\x80¢ Monitored the Wiring schematic preparation activity for all 30 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 30 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 30 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nNORTH SIDE UTILITY TUNNEL HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 28 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 28 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 28 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nTRUCK MARSHALLING AREA HVAC System.\r\nClient: JBK Controls\r\nEnd Client: Qatar Foundation\r\nQatar.\r\n\r\nTeam Lead â\x80¢ Monitored the Wiring schematic preparation activity for all 6 PLC control panels (UPS + SYSTEM + MARSHALLING) â\x80¢ Monitored the control panel manufacturing activity for all 6 PLC panels.\r\nâ\x80¢ Monitored the internal testing activity of all 6 PLC panels.\r\nâ\x80¢ Monitored the FDS document development activity.\r\nâ\x80¢ Monitored the FAT document development activity.\r\nâ\x80¢ Performed the 2nd level Quality Checks for Wiring Schematics, FDS and FAT document.\r\nâ\x80¢ Delivered all the deliverables as mentioned above on time.\r\nâ\x80¢ Successfully completed the Pre-FAT and FAT, in presence of client from QATAR.\r\n\r\nGraphics Development\r\nClient: Chevron Oronite.\r\nSingapore.\r\n\r\nTeam Lead â\x80¢ Prepared the estimation for GRAPHICS DEVELOPMENT job using EPKS HMIWEB Display Builder.\r\nâ\x80¢ Completed the development activity within schedule with a very proficient team of 3 engineers.\r\nâ\x80¢ Performed the 2nd Level Quality Check for all 66 graphics.\r\nâ\x80¢ Delivered the developed graphics as per the delivery schedule.\r\nâ\x80¢ Very few defects / comments noticed by clients. (which were accepted and implemented)\r\n\r\nTGI Modernization\r\nClient: KH Engineering B.V.\r\nEnd User: Shell Nederland Raffinaderji B.V.\r\nAmsterdam\r\n\r\nTeam Lead â\x80¢ Application engineering for Highway Gateway (HG) to EPKS migration based on CMPI database â\x80¢ Application development for Furnace COIL BALANCING loop â\x80¢ Flow Compensation logic development â\x80¢ HMI testing and converting old system HMI scripts to ACE Control Modules â\x80¢ Performed Quality Check activities by extracting logic parameters \r\nâ\x80¢ Trainings Completed: -\r\ncompany - FOX CONTROLS\r\ndescription - â\x80¢ Strategically planning and analyzing the basic requirements while setting up the technical infrastructure of the project and reviewing all the project proposals.\r\nâ\x80¢ Accountable for PLC and SCADA based application development.\r\nâ\x80¢ Perform engineering and commissioning of Process Plants using PLC, DRIVES and SCADA.\r\nâ\x80¢ Carrying out thorough Documentation of Engineering details related to the project.\r\nâ\x80¢ Organizing and managing resources while creating estimates for the project, Work Breakdown Structure, Project Plan, Contingency Plan & Schedules, preventive maintenance related to instrumentation, PLC, identifying risks within defined scope, quality, time and cost constraints â\x80¢ Interacted with the customers\\clients on their projects for providing technical advises & feedbacks, creating high-level requirements.\r\nâ\x80¢ Schedule tracking in coordination with site to ensure timely delivery of the Project as planned.\r\nâ\x80¢ Proficient in various documentation processes.\r\nâ\x80¢ Expert in ensuring the effective utilization of resources; human, material, and facility. Plans and project schedules, tests etc â\x80¢ Adopt at maintaining perfect coordination with the work team & all internal/external parties to freeze the technical parameters/ work scope to iron out any ambiguities; carrying out work measurements and providing technical validation for jobs.\r\n *Please see Annexure for project details\r\ncompany - Fox Controls, Dubai\r\ndescription - Worked as a foundation member for this startup of business by contacting local customers and providing services as per their requirements.\r\n\r\nADDITIONAL RESPONSIBILITY: â\x80¢ Worked as Management Representative for maintaining the ISO 9001:2008 QUALITY SYSTEM.\r\nâ\x80¢ Carried out the INTERNAL AUDITS for all the departments in the company for the year 2011.\r\ncompany - ENERCON (INDIA) LIMITED\r\ndescription - â\x80¢ Completed 7 projects of capacity ranging from 1.2 MW to 8.4 MW as a Commissioning Leader.\r\nâ\x80¢ Got hands on experience with Inverter-Converter system, various power devices like IGBTs, thyristors etc.\r\nâ\x80¢ Handled SAP system",
'Technical Skills / Responsibilities: â\x80¢ Hands on Experience with Production and Maintenance of Projects. â\x80¢ Experience in handling projects in agile methodology. â\x80¢ Experience in handling projects in SDLC, Involved in each stage of Software Development Life Cycle. â\x80¢ Responsible to gather requirement (Customer Interaction) and providing Estimate & solution document then as per process FS, TS, Coding, UTP, UTR, PTF, SOW submission to customer. â\x80¢ Having strong knowledge of Debugging and Testing based on Python and AS/400. â\x80¢ Worked as Change Controller - Responsible for promoting changes in Development to UAT and LIVE environment through Pivotal Cloud Foundry. â\x80¢ Have good communication skills, Inter personal skills, hardworking and result oriented as an Individual and in team. Certification and Trainings: â\x80¢ Completed Internal Python training. â\x80¢ Completed Internal Python Web Crawling training. â\x80¢ Completed Internal Python Web Scraping training. â\x80¢ Completed Internal Python for Data Science training. â\x80¢ Completed Internal MongoDB training. â\x80¢ Completed Internal MySQL training. â\x80¢ Completed Internal PostgreSQL training. â\x80¢ Completed Internal DJango training. â\x80¢ Completed Internal Angular 6, HTML, CSS training. â\x80¢ Completed German A1 level and preparing for A2 from Goethe-Institute. â\x80¢ Completed Internal Core Java training. â\x80¢ Completed IBM I series AS\\400 Training course at Maples Institute, Pune. â\x80¢ Complete Internal MOVEX ERP training (Techn: AS400/RPG/RPGLE) â\x80¢ Completed Internal M3 ERP training (Techn: Java) â\x80¢ Completed Internal Stream serve training. â\x80¢ Completed M3 Enterprise Collaborator (MEC) training.Education Details \r\n M.Sc. Computer Science Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Pune, Maharashtra Pune University\r\n H.S.C. Pune, Maharashtra Pune University\r\nPython RESTful API developer \r\n\r\nPython developer - KPIT Technologies\r\nSkill Details \r\nFlask- Exprience - Less than 1 year months\r\nPython- Exprience - Less than 1 year months\r\nRestful- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nNumpy- Exprience - Less than 1 year months\r\nAS/400- Exprience - 90 monthsCompany Details \r\ncompany - KPIT Technologies\r\ndescription - since 6th July 2011 to till date:\r\n\r\nâ\x80¢ Currently working as a Python API developer having 2 years of experience in Python- MongoDB/MySQL development/support project.\r\nâ\x80¢ Worked as a M3 Java developer and Stream serve developer of Movex/M3 ERP for 1\r\nyear.\r\nâ\x80¢ Worked as a Senior AS400 and Stream serve developer of Movex/M3 ERP for 4 years.\r\n\r\nTechnical Expertise:\r\nâ\x80¢ Python development:\r\nâ\x80¢ Python - MongoDB\r\nâ\x80¢ Python - MySql\r\nâ\x80¢ Python Cache & Memoization\r\nâ\x80¢ Python GIT\r\nâ\x80¢ Python PWS (Pivotal Web Service - Cloud Foundry)\r\nâ\x80¢ German A1 Level\r\n\r\nâ\x80¢ M3/Movex ERP development:\r\nâ\x80¢ M3 Java of Movex/M3 ERP\r\nâ\x80¢ AS400 development of Movex/M3 ERP\r\nâ\x80¢ Stream Server development of Movex/M3 ERP\r\nâ\x80¢ Movex/M3 Standards, RPG/400, CL/400, ILE RPG, ILE CL, DB2/400, QUERY400 and SQL/400, Subfiles, Printer Files, PF ,LF\r\nâ\x80¢ Movex/M3 Flows, Programs & database structure, MI Programs.',
'Education Details \r\nJune 2013 to June 2016 Diploma Computer science Pune, Maharashtra Aissms\r\nJune 2016 BE pursuing Computer science Pune, Maharashtra Anantrao pawar college of Engineering & Research centre\r\nPython Developer \r\n\r\n\r\nSkill Details \r\nCompany Details \r\ncompany - Cybage Software Pvt. Ltd\r\ndescription - I want to work in organisation as a python developer to utilize my knowledge & To gain more knowledge with our organisation.',
'TECHNICAL PROFICIENCIES Platform: Ubuntu/Fedora/Cent OS/Windows Database: MySQL Languages: Python, Tensorflow, Numpy, C, C++ Education Details \r\nJanuary 2016 ME Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2014 B.E Computer Engineering Pune, Maharashtra Savitribai Phule Pune University\r\nJanuary 2010 RYK Science College, Maharashtra state board\r\nJanuary 2008 Maharashtra state board\r\nPython developer \r\n\r\nPython Developer\r\nSkill Details \r\nC++- Exprience - 6 months\r\nMYSQL- Exprience - 6 months\r\nPYTHON- Exprience - 6 monthsCompany Details \r\ncompany - Fresher\r\ndescription - Python programming',
"Technical Skills: Languages Python Python Framework Django, DRF Databases MySQL, Oracle, Sqlite, MongoDB Web Technologies CSS, HTML, RESTful Web Services REST Methodologies Agile, Scrum Version Control Github Project Managent Tool Jira Operating Systems Window, Unix Education Details \r\n BE Dr.BAMU,Aurangabad\r\nPython Developer \r\n\r\nPython Developer - Arsys Inovics pvt ltd\r\nSkill Details \r\nCSS- Exprience - 31 months\r\nDJANGO- Exprience - 31 months\r\nHTML- Exprience - 31 months\r\nMYSQL- Exprience - 31 months\r\nPYTHON- Exprience - 31 months\r\nweb services- Exprience - Less than 1 year months\r\nLogger- Exprience - Less than 1 year months\r\nMongodb- Exprience - Less than 1 year months\r\njson- Exprience - Less than 1 year months\r\nUnix- Exprience - Less than 1 year months\r\nRest- Exprience - Less than 1 year months\r\nSqlit3- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Arsys inovics pvt ltd\r\ndescription - Project - F-MAS (Frequency Monitoring and Analysis Systems - (F-MAS))\r\n\r\nF-MAS is a project for managing network inventory, network communication, fault management & network traffic analysis. The telecommunications service providers, are used to support a range of telecommunication services. The Operations Support Systems (OSS) collectively provides support for various elements used in Public Switched Telephone Networks, for example processing an order may require information on the services the customer already has, the network they are using, and currently available resources.\r\n\r\nResponsibilities:\r\nâ\x80¢ Participated in entire lifecycle of the projects including Design, Development, and Deployment, Testing and Implementation and support.\r\nâ\x80¢ Developed views and templates with Python and Django's view controller and templating language to created user-friendly website interface.\r\nâ\x80¢ Implemented navigation rules for the application and page outcomes, written controllers using annotations.\r\nâ\x80¢ Created this project using Django, Django REST API, MYSQL, PyMYSQL, Python, HTML5, CSS3.\r\nâ\x80¢ Created CRUD methods (get, post, put, delete) to make requests to the API server and tested Restful API\r\nusing Postman.\r\nâ\x80¢ Created Unit test cases for unit testing.\r\nâ\x80¢ Worked with JSON based REST Web services\r\nâ\x80¢ Wrote Python routines to log into the websites and fetch data for selected options.\r\nâ\x80¢ Used Python modules such as requests, urllib for web crawling.\r\nâ\x80¢ Added the navigations and paginations and filtering columns and adding and removing the desired columns for view.\r\nâ\x80¢ Created a Git repository and added the project to GitHub.\r\nâ\x80¢ Utilized Agile process and JIRA issue management to track sprint cycles.\r\nâ\x80¢ Worked in an agile development environment.\r\n\r\nEnvironment: Python, Django, MySQL, HTML, CSS, SQLAlchemy, JSON, agile, Web Services (REST), Urllib.\r\ncompany - Arsys\r\ndescription - 1. Working as back end as well as front end developer\r\n2. working on rest and restfull api's.\r\n3. Design and develop a project in Agile scrum.\r\n4. Git hub for code deployment\r\n5. Working on MVT .",
'Training attended: 1. Successfully completed ESD program conducted by Zensar Technologies, Pune in 2017. 2. Successfully completed Employability training conducted by Barclays, Global Talent Track, and NASSCOM foundation in 2015. Achievements: 1. Treasurer in IEEE student branch at JSCOE, Pune for 2017-18. 2. Worked as team leader in collegeâ\x80\x99s various technical and cultural events from 2016 - 2017. 3. Project idea got selected for final prototyping round in KPIT-Sparkle 2018, Pune. 4. Participated in Avishkar 2017 conducted by Savitribai Phule Pune University. 5. Project idea submitted in Accenture Innovation 2018, Pune. 6. Brought sponsorship of Rs. 15,000 from Platinum Auto (formerly Royal Enfield) in 2017, Pune. 7. Secured 1 st Rank for college level competition of Poster presentation on Smart ambulance in 2017, Pune. 8. Organized IEEE workshop on â\x80\x98Excellence in English and Public Speakingâ\x80\x99 in 2017, Pune Workshops attended: 1. Successfully completed 4 daysâ\x80\x99 workshop on â\x80\x98Medical IOTâ\x80\x99 conducted by IEEE standardâ\x80\x99s association at VIP in 2017, Pune. 2. Successfully completed 2 daysâ\x80\x99 workshop on â\x80\x98Introduction to Arduinoâ\x80\x99 at SCOE in 2016, Pune. 3. Successfully completed 3 daysâ\x80\x99 workshop on â\x80\x98Robotics for Juniorsâ\x80\x99 conducted by Computer Society of India at SKNCOE in 2016, Pune. 4. Participated in various inter-college technical competitions at SCOE, PICT, and AISSMS, Pune. Education Details \r\nJune 2018 Bachelor of Engineering Computer Pune, Maharashtra Savitribai Phule Pune University\r\nJune 2014 HSC Maharashtra State Board\r\nJune 2012 SSC Maharashtra State Board\r\nPython Developer \r\n\r\nPython Developer - Atos Syntel\r\nSkill Details \r\nPYTHON- Exprience - 15 months\r\nDATABASE- Exprience - 7 months\r\nMYSQL- Exprience - 7 months\r\nDJANGO- Exprience - 6 months\r\nHTML5- Exprience - 6 months\r\nREST API- Exprience - 6 monthsCompany Details \r\ncompany - Atos Syntel\r\ndescription - Working as a developer in the field of computer vision for a US based client in banking domain.\r\n1. Design and development of computer vision based algorithms for image preprocessing using OpenCV, PIL, and Numpy.\r\n2. Unit testing and debugging the code and maintaining the versions using Git.',
'â\x80¢ Operating Systems: Windows â\x80¢ Others: MS Excel, MS Office, MS Power Point Key Projects Handled Project Title: fruit sorting and disease detection Client: Kranti Dynamics Team Size: 5 Education Details \r\nJanuary 2014 B.E. Electronics Mumbai, Maharashtra University of Mumbai\r\nPython Developer/analyst \r\n\r\npython developer and data analyst\r\nSkill Details \r\npython scripting,programming,developing- Exprience - 12 months\r\nfrontend ,html- Exprience - 12 months\r\npython liabrary, numpy,pandas,matplolib,requests,beautiful soap- Exprience - 12 months\r\nmysql- Exprience - 12 months\r\ndjango- Exprience - 12 months\r\nweb scrapping- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ace The Power of 5\r\ndescription - The Accountabilities:\r\n\r\nâ\x86\x92 Understanding the functional requirements of the application given by the client.\r\n\r\nâ\x86\x92 Participated in walkthroughs of business requirements, functional requirements and technical design to ensure their testability.\r\n\r\nâ\x86\x92 Responsible for Software Configuration Management of project deliverables.\r\n\r\nTechnical skill set:\r\n\r\nâ\x80¢ Languages: C, C ++, Java, python,python liabray,mysql,django,html\r\n\r\nâ\x80¢ Scripting: Python,\r\nâ\x80¢ GUI development: Tk, Java\r\ncompany - kranti dyanamics\r\ndescription - programming,scripting,developer,web scrapping',
'Skills VISA B1-VISA (USA) Onsite Visits to Sweden & US (Seattle) Education Details \r\nJanuary 2013 Post Graduate Diploma Information Technology Pune, Maharashtra Symbiosis Institute\r\nJanuary 2007 Bachelor of Engineering Electronics and Telecommunications Pune, Maharashtra Pune University\r\nCloud Operations Architect (DevOps) \r\n\r\nCloud Operations Architect (DevOps) - DevOps\r\nSkill Details \r\nCloud Computing- Exprience - 48 months\r\nShell Scripting- Exprience - 96 months\r\nPython- Exprience - 6 months\r\nAutomation- Exprience - 72 months\r\nSolution Architect- Exprience - Less than 1 year months\r\nAzure- Exprience - Less than 1 year months\r\nAWS- Exprience - Less than 1 year monthsCompany Details \r\ncompany - DevOps\r\ndescription - Type: DevOps Engineer.\r\nPlatform: AWS Cloud, Azure Cloud.\r\nServices: AWS EC2, RDS, CloudFormation Template, Lambda, Dynamo DB,\t\tCloud Watch, Auto-scaling, Elastic Bean stalk, Appdynamics.\r\n\r\nHere I manage Tibco Spotfire enterprise & Cloud Product support. Being the only Ops member in India I got a chance to recruit & build entire team of 15 members. I also worked on 4 different Projects / products simultaneously and added the hired members into these products.\r\n\r\nMy responsibilities in this project include:\r\n1. Managing Tibco Spotfire Enterprise & Cloud environment.\r\n2. Helping India QA team with the pre-production environment for testing.\r\n3. Coordinating production deployment & hot-fixes.\r\n4. Leading the team and handling 4-projects.\r\n5. Arranging workshops over new AWS services for entire Team.\r\n\r\nShell scripts for Automation:\r\n\r\nâ\x80¢ Wrote shell script to extract the AWS running instances and shut it down.\r\nâ\x80¢ Wrote shell script to extract free EIP and release those.\r\nâ\x80¢ Wrote Lambda function to trigger important scripts.\r\ncompany - Synechron Technologies Limited\r\ndescription - Type: Administration, automation & Monitoring.\r\nPlatform: Linux/Unix, Linux-Xen Servers,\r\nSoftware: Puppet, Redhat Satellite server, my-sql database shell scripting.\r\n\r\nMy responsibilities in this project included:\r\n1. Managing linux media servers farms and provide application support.\r\n2. Patching Linux physical and xen boxes.\r\n3. Creating Satellite channels on Satellite server.\r\n4. Automation via shell scripting and mysql DB support.\r\n5. Troubleshooting the customized applications.\r\ncompany - Tsys Limited\r\ndescription - Type: Development, automation & Monitoring.\r\nPlatform: Linux/Unix, windows\r\nSoftware: mysql database, shell scripting.\r\n\r\nHere my responsibility was to provide access to the users on RHDS, Cvs and dot project servers.\r\nIt also included providing access to users on dev/prod VDI servers. Handling mysql database and shell scripting to automate the tasks.\r\n\r\nMy responsibilities in this project included:\r\n1. Requirements and Analysis: Understanding the requirements of the project and planning the environment and the access required.\r\n2. Implementing mysql replication over linux servers.\r\n3. Fine tuning the existing applications.\r\n4. Testing & debugging the scripts for any errors.\r\ncompany - Patni Computer Systems Limited\r\ndescription - Project: CPI\r\nType: Development, automation & Monitoring.\r\nPlatform: P8 Filenet, Linux/Unix, IBM AIX\r\nSoftware: Sound knowledge of HTML, shell scripting.\r\nClient: Genworth Financial\r\nDuration: 2 yrs 2 months.\r\nRole: Senior System Engineer\r\n\r\nCPI is a Maintenance Project that caters to maintenance/enhancements of different applications, which are a part of Genworth Imaging Solutions. It has different applications that process the scanned Insurance documents sent from different Providers and stores the information in Oracle Database and images in P8 Filenet. It has multiple applications to generate reports to be sent to providers.\r\n\r\nAdministration Support:\r\nâ\x80¢ Providing support to the L1 engineers.\r\nâ\x80¢ Monitoring P8 Filenet application.\r\nâ\x80¢ Handling Tickets raised by the users.\r\nâ\x80¢ Administration of the 10 Linux Proxy servers and mysql servers.\r\nâ\x80¢ Implementing mysql replication.\r\nâ\x80¢ Checking the logs of the sites visited by the users and the data downloaded.\r\n\r\nMysql / Oracle / SQL Support:\r\nâ\x80¢ Preparing SQL queries for the client users.\r\nâ\x80¢ Handling Oracle database.\r\nâ\x80¢ Testing insert, select, update queries over servers and deploying over production.\r\nâ\x80¢ Handling the bugs raised by the users.\r\nâ\x80¢ Implementing mysql replication over linux servers.\r\nâ\x80¢ Taking database backup through mysql dump.\r\n\r\nApplication Support:\r\nâ\x80¢ To make sure that the customer applications like eProcess, Trexo are working fine.\r\nâ\x80¢ To make sure all the customized filenet instances are working fine.\r\nâ\x80¢ Writing scripts to automate few of the applications.\r\n\r\nShell scripts for Automation:\r\nâ\x80¢ Wrote shell script to delete the logs older than five days which was successfully deployed over Production servers.',
"Software Proficiency: â\x80¢ Languages: Basics of C, SQL, PL/SQL,JAVA,JAVAEE,Javascript,HTML,CSS,jquery,mysql,Spring ,Hibernate. â\x80¢ Software Tools: Xillinx, Modelsim, Matlab, Multisim. â\x80¢ Operating Systems: Windows XP, Vista, 07, 08, Ubuntu. Project Profile: B.E. Project FPGA Implementation of Team Size: 4. Role: Programmer. AES Algorithm AES is Advanced Encryption Standard which is used in cryptography by which we can protect our data. It encrypted by a Secret Key. T.E. project Sorting Robot. Team Size: 3. Role: Mechanism designer. The TCS 230 sensor sorts the RGB color balls according to their color. Diploma Project RFID Based Student Team Size: 4. Role: Interface. Attendance System Using GSM. In this student show RFID card of his own and then message send via GSM to their parent that his ward is present.Education Details \r\nMay 2016 B.E. Savitribai Phule Pune, Maharashtra Pune University\r\nMarch 2010 S.S.C Maharashtra Board\r\nDevOps Engineer \r\n\r\n\r\nSkill Details \r\nC- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nSql- Exprience - 6 months\r\nPl/Sql- Exprience - 6 months\r\nCore Java- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nJavaEE- Exprience - Less than 1 year months\r\nMysql- Exprience - Less than 1 year months\r\nPython- Exprience - 6 monthsCompany Details \r\ncompany - Parkar Consulting and Labs\r\ndescription - I'm working on the DevOps team in Parkar Consulting and Labs. I have hands on the AWS as well as Python",
"CORE COMPETENCIES ~ Ant ~ Maven ~ GIT ~ Bitbucket ~ Jenkins ~ Linux ~ Ansible ~ Shell Scripting ~Requirement Gathering ~Continuous Integration and Continuous Deployment ~ Software Development Life Cycle ~ Software Testing Life Cycle ~ Documentation & Reporting ~ Test Reports IT SKILLS â\x80¢ Primary Skills: Dev-ops methodologies â\x80¢ Programming Languages: C, Core Java â\x80¢ Version Controls: GIT, Bitbucket â\x80¢ Build Tools: ANT, Maven â\x80¢ CI/CD Tools: Jenkins â\x80¢ Configuration management: Ansible â\x80¢ Scripting: Shell Script â\x80¢ Application Servers: Apache Tomcat serverEducation Details \r\nJune 2015 to June 2017 Masters of science information technology Hyderabad, Telangana JNTU\r\nDevops Engineer \r\n\r\nDevops Engineer - Nendrasys Technologies Pvt Ltd\r\nSkill Details \r\nDEPLOYMENT- Exprience - 27 months\r\nGit- Exprience - 27 months\r\nDOCUMENTATION- Exprience - 26 months\r\nCHANGE MANAGEMENT- Exprience - 10 months\r\nCONFIGURATION MANAGEMENT- Exprience - 10 monthsCompany Details \r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Date\r\n\r\nProject Description:\r\nThe Scope of the project is to design & develop e-commerce product features for sloan project. It's a basically B2B project where customer can buy all fixers, sinks related product. It focuses on the company, the stakeholders and applications, which allow for online sales, distribution and marketing of product.\r\n\r\nResponsibilities:\r\no Detailed technical Knowledge and hands-on experience on DevOps, Automation, Build Engineering and Configura -\r\ntion Management.\r\no Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Installing, configuring and maintaining Continuous Integration, Automation and Configuration Management tools.\r\no Developing Ant, Maven and Shell scripts to automatically compile, package, deploy WAR, EAR and JAR files of mul- tiple applications to various platforms.\r\no Creating Repositories, branches, managing the permissions of users and maintaining GIT, Bitbucket\r\no Deploying and maintaining the code and application respectively and configuring the components which increase the re-usability.\r\no Working closely with Architecture, Development, Test, Security and IT Services teams.\r\no Supporting Business Analysts in getting used to the newly created jobs and Release activities.\r\no Communicating daily with On-Site Team\r\no Analyzing the requirements and identifying gaps & tracking logs, issues.\r\n\r\nPROJECT 2\r\n\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Bangkok Bank Limited (BBL) Thaitrade (Commercial, E-commerce & Payment portal)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Role: Devops Engineer\r\nâ\x80¢ Devops Engineer for a team that involved different development teams and multiple simultaneous software re- leases\r\nâ\x80¢ Participated in weekly release meetings with different teams to identify and mitigate potential risks associated with the releases.\r\nâ\x80¢ Responsible for Creating Repositories, branches, managing the permissions of users and maintaining GIT.\r\nâ\x80¢ Creating fully automated CI build and deployment infrastructure and processes for multiple projects.\r\nâ\x80¢ Analyze and resolve conflicts related to merging of source code for GIT\r\nâ\x80¢ Responsible for creating Ant and Maven scripts for build automation.\r\nâ\x80¢ Implemented the setup for Master slave architecture to improve the Performance of Jenkins.\r\nâ\x80¢ Handled end-to-end deployments and code propagation's across different environments, DEV to PROD.\r\nâ\x80¢ Handled the tasks of developing and maintaining the Change Tasks.\r\nâ\x80¢ Closely working with Developers, QA, Performance, UAT testers, IT Team.\r\nâ\x80¢ Created and maintained documentation of build and release processes and application configuration\r\nâ\x80¢ Coordinated with developers, Business Analyst and Mangers to make sure that code is deployed in the Production\r\nenvironment.\r\n\r\nPROJECT 1\r\nNendrasys Technologies Pvt Ltd.,\r\nProject Name: Sloan Global Holdings (Sloan) (E-commerce)\r\ncompany - Nendrasys Technologies Pvt Ltd\r\ndescription - Project Description:\r\nBBL is development of an e-commerce payment portal System. As such BBL require a system which can support multiple\r\nmerchants B2B/B2C e-commerce portal with various payment options via both online and offline. To achieve this BBL had\r\nmade an agreement with Thai Trade, Thai Trade is one of the leading e-commerce website recognized by Thai\r\ngovernment. In present Thai trade has a good base of users and sellers in several categories .The scope of the project is to design and develop e-commerce product features for BBLWTP project. It focuses on the company, the stakeholders and\r\napplications, which allow for online sales, distribution and marketing of electronics.\r\n\r\nResponsibilities:\r\no Plan and track activities involved for build and deployment.\r\no Resolving build issues\r\no Developing scripts for build, deployment, maintenance and related tasks using Jenkins.\r\no Collaboration with Development, QA, Product managements on build plans & schedules\r\no Send daily and weekly reports to the team.\r\no Involved in creating repositories, branches, merging activities, backup and restore activities in subversion\r\nservers.\r\no Maintenance of Maven, shell scripts for safe builds and deploys.",
'Technical Skills Key Skills MS Technology .Net, SharePoint, MS SQL and Oracle PL/SQL Project Management & Execution Cloud Computing using Windows Azure and Amazon AWS/ EC2 Cloud XML/XAML/XSLT, HTML5, DHTML, CSS3, JavaScript/JQuery/JSON, AngularJS, Web API, OData Service, VBScript, Node JS, Handling Dynamic QA Activities, Project Delivery Frameworks UI Design and Mobile Development, JAVA, JSP, SWING, J2EE Service Oriented Architecture (SOA), Web Service/WCF Service/Web API, Requirement Gathering Design Pattern like MVC, MVP, Abstract Factory OOAD with UML Implementation .NET SAP Connector to interact with SAP through ASP.NET Client Management SAP Web Channel and SAP Enterprise Portal Environment Android, iOS, Team Foundation Server 2010/12(TFS), GitHub, IBM Rational Key Account Management DevOps, Team Forge and SharePoint Portal Administration /Development, CollabNet, JIRA. IOT Implementation, Web/Data analytics, Working with the road map of Machine learning and AI. Expertise BI tools like Crystal report, Escalation Management SSRS, Tableau, Micro Strategy, QlikView. IT Network/Infrastructure Monitoring tool Centreon, Cisco Meraki, BizTalk BAM. Team Building & Leadership Liaison & Coordination Soft Skills Reporting & Documentation Leader Technical architect Time Management Thinker Collaborator Planner Information Security management Communicator Quality assurance Career Timeline (Recent 5 Companies) Reliance ADA Annet Technologies Aditya Birla Group as Software as Project Group as Project consultant Lead/Technical Manager Architect 2006-2007 2008-2009 2009-2012 2012-2013 2013-till date Northbound eClerx Software LLC as Service as Programmer Technical Project Analyst ManagerEducation Details \r\nJanuary 1998 Bachelor of Art Economics Dibrugarh, Assam, IN Dibrugarh University\r\n MBA Information Technology Sikkim Manipal University\r\n Software Engineering and Computer Science Pune, Maharashtra NIIT\r\nProject Manager \r\n\r\nProject Manager - Aditya Birla Group\r\nSkill Details \r\nMICROSOFT SHAREPOINT- Exprience - 147 months\r\nSHAREPOINT- Exprience - 147 months\r\nSQL- Exprience - 92 months\r\nASP- Exprience - 79 months\r\nASP.NET- Exprience - 76 monthsCompany Details \r\ncompany - Aditya Birla Group\r\ndescription - Reporting to Vice President)\r\ncompany - OPEX., Monitoring multiple DB server, Web server and Cloud base\r\ndescription - Period: Apr 2013 to till Date\r\nWorking with: â\x80¢ Project management processes in ongoing projects. Coordinating with different projects Team (Internal\r\nDevelopment team and Vendor side team) and other QA activities.\r\nâ\x80¢ Information security audit. Budgeting CAPEX/OPEX., Monitoring multiple DB server, Web server and Cloud base servers Resource utilization in Networking infrastructure using different Hardware/Networking surveillance tools.\r\nâ\x80¢ Tracking different team projects activities and involved with generating Final monthly report with different KPI for organization higher authority.\r\nâ\x80¢ Managing all the SharePoint Portal Admin activities and all the Project Functional, Technical and Business documents.\r\nâ\x80¢ Involved in Technology Road map group to upgrade new technology like IOT, Virtual reality, Wearable technology, Machine learning/AI, 3D Printing.\r\n\r\nAt eClerx Software Service Mumbai\r\ncompany - eClerx Software Service\r\ndescription - \r\ncompany - Dell Site Search/Natural Search DB\r\ndescription - Environment: ASP.NET 4.0, C#, WCF, SSRS, SQL Server 2008 R2\r\nAt Annet Technologies Mumbai\r\ncompany - NextGen Enterprise\r\ndescription - ARIA) and 2) Re-manage Portal Integration in Apple iPhone/iPad and Different Android Devices\r\nDomain- Real State, Period: Mar 2011 - Oct 2012\r\nEnvironment: ASP.NET 4.0, C#, WCF, WWF, JQuery, JSON, JavaScript, HTML 5, CSS3, Windows Azure Cloud, SharePoint\r\ncompany - Annet Technologies\r\ndescription - Key Result Areas:\r\nAdministering project progress as per scheduled deadlines for various tasks and taking necessary steps for ensuring completion within time and effort parameters\r\nWorking towards mapping requirements & providing best solutions for evaluating & defining scope of project and finalizing project requirements\r\nInterfacing with clients for business gathering, conducting system analysis & finalizing technical specifications\r\nVerifying the project documentation (Technical/Functional); using SharePoint Documents Library Environment and performing all the SharePoint administrative activities\r\n\r\nSignificant Accomplishments:\r\nRolled out project performance metrics reporting, implemented profitability improvement plans and enhanced operational efficiency\r\nReceived the following awards: o Excellent Design and On-time Delivery Award o Design and Delivery Excellence Award\r\n\r\nPrevious Experience\r\ncompany - Genentech, Biogen, Astellas Pharma, Polaris\r\ndescription - Client: Genentech, Biogen, Astellas Pharma, Polaris, New York, USA\r\nEnvironment: ASP.NET 3.5, C#, N-Hibernet, WCF, WWF, JavaScript, JQuery, BizTalk Server 2009, SQL Server 2008 R2\r\n\r\nAt Northbound LLC Sunnyvale California\r\ncompany - iOS\r\ndescription - SQL Server 2008R2, Android, iOS\r\ncompany - Logistic Transport System, Ohio\r\ndescription - USA\r\nEnvironment: ASP.NET, C# 3.5, JavaScript, NUnit Test, Telerik Controls, SQL Server 2005, T-SQL, MOSS 2007, SSIS,\r\nSSRS, BizTalk2006, Crystal Report, N-Hibernet, Dreamweaver\r\ncompany - Northbound LLC\r\ndescription - \r\ncompany - Biz Automation CRM\r\ndescription - California, USA\r\nEnvironment: ASP.NET 3.5, C#, SQL Server 2005, Android/iOS Development Platform, XML, XSLT, JavaScript, JQuery,\r\nJSON, SharePoint Design, WCF, WWF, SharePoint 2007, Performance Point, SSRS\r\ncompany - Wachovia, North Carolina USA\r\ndescription - Environment: ASP.NET, C#, WCF, SQL Server 2005, Web Parts, JavaScript, AJAX\r\n\r\nAt Reliance ADA Group Mumbai\r\nTitle: 1) Complain Management System and 2) Company Information System\r\ncompany - Domain- Manufacturing and Human Resource\r\ndescription - Environment: ASP.NET, C#, Oracle 8i, PL/SQL, Crystal Report, SAP Connector, VPN\r\ncompany - Reliance ADA Group\r\ndescription - \r\ncompany - PF Trust System\r\ndescription - Environment: VB.NET, XML, Oracle 9i, PL/SQL, Toad, Crystal Report 11\r\n\r\nSure Solution - Prasanna Group of Company IT Pune\r\ncompany - Prasanna Group\r\ndescription - \r\ncompany - Online Bus Booking Portal\r\ndescription - Environment: ASP.NET, C#, SQL Server 2005, Web Services, Web Parts, MS Office SharePoint Design, AJAX and Java cript\r\nAt Info Dynamic Software System Pvt. Ltd. Pune\r\n\r\nTitle: Info-Banking / E Banking\r\nDomain- Banking Period: Jan 2005 - Aug 2005\r\nEnvironment: VB6, Oracle 8i, PL/SQL, Crystal Report, Java JSP/Servlet/Swing.\r\n\r\nAt PAN Software System Pvt. Ltd. Pune\r\nTitle: E-commerce Site for Online Sales and Purchase\r\ncompany - Info Dynamic Software System Pvt. Ltd\r\ndescription - \r\ncompany - ZD Doll Inc\r\ndescription - Newcastle, UK\r\ncompany - PAN Software System Pvt. Ltd\r\ndescription - \r\ncompany - Online Procurement of Materials\r\ndescription - \r\ncompany - Shipping Company\r\ndescription - Tokyo Based, Japan\r\nEnvironment: Java, JSP/Servlet, CSS, JavaScript, SQL Server 2000, T-SQL\r\nTitle: Studio Automation System\r\nDomain- Multimedia Period: Jan 2004 - May 2004\r\nEnvironment: VB 6, VC++, MS SQL Server, MS Data Report, Macromedia Flash, Fire works\r\n\r\nAt Solid State Technologists (I) Pvt. Ltd. Pune\r\ncompany - National Dairy Development Board\r\ndescription - Environment: C++, VB6, SQL2000, Lotus Notes, Crystal Report 8, MS Active Report 2.0\r\ncompany - Solid State Technologists (I) Pvt. Ltd\r\ndescription - \r\ncompany - Shell/Bharat Petroleum\r\ndescription - Title: Computerized Fuel Density Measurement Automation System\r\nDomain - Manufacturing and Automation Period: Dec 2002 - Mar 2003\r\nClient: Shell/Bharat Petroleum\r\nEnvironment: C++, VC ++, MATLAB, VB6, SQL Server 2000, Crystal Report\r\n\r\nTitle: CMCS\r\nDomain - Finance and Accounting Period: June 2002 - Nov 2002\r\nEnvironment: VB6, SQL Server 2000, Crystal Report\r\n\r\nTitle: Food Testing System\r\ncompany - Solid State Technologists (I) Pvt. Ltd\r\ndescription - Environment: VB .net, SQL Server 2000, Crystal Report\r\n\r\nTitle: Customer Care System\r\ncompany - Himalaya Industries\r\ndescription - Environment: ASP .Net, C#, SQL Server 2000, Crystal Report\r\ncompany - MAPCO India Ltd and BERCO\r\ndescription - Environment: VB6, Oracle, Active/ Data Report',
"Core skills â\x80¢ Project / Program Management â\x80¢ Agile / Scrum Management â\x80¢ Risk /Client Management â\x80¢ Process Improvements â\x80¢ Proposals/RFE â\x80¢ Selenium â\x80¢ RALLY / IBM TD Platform â\x80¢ Python â\x80¢ DevOps / DevSecOps â\x80¢ SAFe - Agile Craft â\x80¢ Delivery / Test Management â\x80¢ Project / Program Finance â\x80¢ Profit Maximization â\x80¢ Internal / External Audits â\x80¢ Software Testing / Quality Assurance â\x80¢ Visual Basic 6.0 â\x80¢ MS-SQL Server / Oracle 8/8i â\x80¢ Conformiq â\x80¢ HP QC / QTP â\x80¢ Crystal Report 8.5 Linguistic Skills English Hindi Marathi Tulu Education Details \r\nJanuary 2013 Harvard\r\nJanuary 2004 Software Engineering Aptech\r\nJanuary 2001 Bachelor of Commerce Commerce Mumbai, Maharashtra Mumbai University\r\nProject Manager \r\n\r\nProject Manager - AT&T\r\nSkill Details \r\nTESTING- Exprience - 63 months\r\nORACLE- Exprience - 6 months\r\nSQL- Exprience - 6 months\r\nAUDITS- Exprience - 6 months\r\nCLIENT MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - AT&T\r\ndescription - Thunderbird program is a One-Stop-Test-Shop catering to AT&T's Enterprise-wide business critical applications. As part of this Fixed Price engagement various types of testing like System, Regression, Sanity and UAT support gets executed through Agile Methodologies on applications under Billing and Sales domain. The project has various critical applications as listed below with a team size of 80+ members.\r\nSales Express: An iPad & Browser based Mobile Sales application used by Sales Representatives & Service/Solution providers to sell Enterprise Products/Solutions\r\nESIGN: Allows customer to sign and AT&T to countersign digital version of contract document\r\nAMPD: Enterprise billing application through which AT&T offers new and emerging billing products to the Business community\r\nBEST: Business Solution application which performs consolidated billing and reporting for CRU Billing and Reporting Foundation Accounts\r\nBIZCOMP: Comp Engine for business that supports the commission calculations for Enterprise Business and Small-Business sales force via Revenue and Unit based plans\r\nFAST: Provides rate discounts to eligible Schools and Libraries\r\nCXMT: Lets customers manage their Centrex line and feature arrangements of their services without going through the standard service-order procedure.\r\n\r\nKey responsibilities\r\nâ\x80¢ Manage and lead all aspects of Transition / Pre-Transition comprising multiple vendors\r\nâ\x80¢ Transition Drill down sessions, Forward/Reverse Shadow phases and Reverse Presentation\r\nâ\x80¢ Transition Documentation & signoff of SMP & System Appreciation Document etc\r\nâ\x80¢ Measure & track testing metrics scorecard as part of Vendor Quality Index (VQI) initiative of AT&T\r\nâ\x80¢ Measure and track operating metrics like Onsite Subcon Index, Offshoring Index, Leakage Index, Utilization Index and Tail Index\r\nâ\x80¢ Manage, Track and Submit Project Monthly Financials & Invoicing\r\nâ\x80¢ Ensure 100% compliance to client / organization's quality and security processes, policies and SLAs\r\nâ\x80¢ Plan, manage and mitigate Risks\r\nâ\x80¢ Achieve Automation targets and SLAs using ConformiQ, Selenium & Oscar Tools\r\nâ\x80¢ Participate in proposal preparations to expand revenue and new business developments\r\nâ\x80¢ Manage & Track Work Allocation, Resourcing, Issue Resolution and Testing activities for the project\r\nâ\x80¢ Ensure Monthly Delivery / TL9K Metrics and CSL-KMs are submitted on time\r\nâ\x80¢ PMR, Internal Quality / Security Group, SQA, Quality Gates and external Ernst & Young / TL9K Audit\r\nâ\x80¢ Share weekly highlight reports, Project Health Report and regular Dashboard Reporting activities\r\nâ\x80¢ Prepare CSAT action plan for the team\r\nâ\x80¢ Prepare and implement Business Continuity Plan for the project\r\nâ\x80¢ Timely conduct of Business Continuity drills like Call Tree, Table Top and Project Rehearsal\r\nâ\x80¢ Comparative analysis, Root Cause Analysis and Defect Prevention exercises for ST, E2E and UAT\r\nâ\x80¢ Coordinate with Resource Management, Quality, Learning, Security, PMO and Business Unit\r\nâ\x80¢ Sub-Contractors and Rebadged (Ex-AT&T) staff management\r\nâ\x80¢ Participate in external technical interview / hiring drives for new engagements\r\ncompany - Esaya Software India Pvt Ltd\r\ndescription - ",
"Total IT Experience 15 years. Core expertise in Data Base Design, PHP, Python, MySql, JavaScript, HTML 5, Ajax, Jquery, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Anjular JS 1, Angular JS 2, Core Java, J2EE. Education Details \r\nApril 2004 MCM Computer Management Pune, Maharashtra Pune University\r\nApril 1998 B.Sc Maths Kerala University\r\nProject Manager \r\n\r\nProject Manager\r\nSkill Details \r\nData Base Design, PHP, Python, MySql, JavaScript, HTML, Ajax, XML, Agile Methodology, DevOps Methodology, Scrum Framework, JIRA Tool, GIT, Bitbucket, Jquery, AngularJs, Amazon MWS , Bootstrap, Node.js, Laravel, Scrum- Exprience - 120 monthsCompany Details \r\ncompany - Knoxed Infotech Pvt. Ltd.\r\ndescription - ï\x82· Client interaction\r\nï\x82· Maintain work processes\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Maintains project objectives\r\nï\x82· Working with multi-profiled teams of technical and non technical stakeholders\r\nï\x82· Monitors production and quality to customer/stakeholder/sponsor standards\r\nï\x82· Conduct office management tasks\r\nï\x82· Ensuring that the day-to-day operations of the business run smoothly\r\nï\x82· Introducing key performance indicators (KPI's) and ensuring that these measurements are tracked\r\nand reviewed on a regular basis\r\nï\x82· Prepare, revise and submit weekly-monthly reports, budgets and other documentation as\r\nnecessary\r\nï\x82· Document current policies and procedures in all departments as well as implement new procedures\r\nfor improvement\r\nï\x82· Maintain smooth running of the office, filling in where needed\r\nï\x82· Implement quality management and regulatory compliance strategies\r\nï\x82· Dealing with HR related tasks\r\nï\x82· Administering payroll\r\nï\x82· Perform training sessions\r\nï\x82· Regular meetings with Top Management\r\nProject Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,\r\nAmazon AWS, Raspberry pi Server, Python.\r\ncompany - Venturus International\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken : Internal ERP system For Knoxed Ltd, UK, With PHP, Mysql, Ajax, XML,\r\nAmazon AWS\r\ncompany - SmashingDay\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· Project documentation\r\nï\x82· Conduct and maintain appraisals and progress of each employee\r\nï\x82· Adhere to deadlines as necessary\r\nï\x82· Maintain work logs\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.SmashingDay.com\r\nb) www.viralsocials.com\r\ncompany - Xento Systems Pvt. Ltd\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.familylink.com\r\nb) www.propertysolutions.com\r\nc) www.speedyceus.com\r\nd) www.ceus-nursing.com\r\ncompany - STP Global Solutions Pvt. Ltd.\r\ndescription - ï\x82· Client interaction\r\nï\x82· Creates project plans through Agile Model & Methodology\r\nï\x82· Manage teamâ\x80\x99s workload and workflow\r\nï\x82· Allocate and track resources as required\r\nï\x82· Set and monitor deadlines\r\nï\x82· Conduct and maintain appraisals and progress of each employee\r\nï\x82· QC\r\nï\x82· Maintain tasks and jobs on task management system\r\nï\x82· Conduct research and development\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.stplafricaonline.com\r\nb) www.stplafrica.com\r\nc) www.1stexpert.com\r\nd) www.jcca-net.org\r\ne) www.rimsys.eu\r\nf) www.prayerlister.org\r\ncompany - Promark Infotech Pvt. Ltd\r\ndescription - ï\x82· Development & Design\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) www.justbe.com/\r\nb) www.mtpian.com/\r\nc) www.sababa.nl/booking/\r\nd) www.physicaltherapy-hiu.com\r\ncompany - 7cees Group\r\ndescription - ï\x82· Development & Design\r\nï\x82· Create new systems, databases and websites as necessary\r\nProject Undertaken :\r\na) Golwin-reality\r\nb) Maza",
'TECHNICAL SKILLS â\x80¢ HP ALM, RTC and JIRA â\x80¢ AS400 (iSeries) with SQL â\x80¢ Test Automation: X- Framework (In hours HSBC Framework), UFT and LISA â\x80¢ Test Data Automation - CATDM â\x80¢ Test Scheduling - Jenkins and Maven â\x80¢ Test Document Versioning - Confluence and SharePoint.Education Details \r\nJanuary 2002 Bachelor of Engineering Computer Engineering Mumbai, MAHARASHTRA, IN Mumbai University\r\nJanuary 1999 Diploma Computer Technology Mumbai, MAHARASHTRA, IN Maharashtra State Board of Technical Education\r\nProject Manager(Global Test Manager) \r\n\r\nProject Manager(Global Test Manager)\r\nSkill Details \r\nAS400- Exprience - 25 months\r\nISERIES- Exprience - 25 months\r\nMICROSOFT SHAREPOINT- Exprience - 6 months\r\nSCHEDULING- Exprience - 6 months\r\nSHAREPOINT- Exprience - 6 monthsCompany Details \r\ncompany - CAREER TIMELINE\r\ndescription - HSBC Software India Pvt. Ltd.Pune, India Project Manager(Global Test Manager)\r\ncompany - Disha Technologies\r\ndescription - \r\ncompany - Total Solution (I) Pvt. Ltd\r\ndescription - Key Deliverables Across The Tenure\r\nAs a Global Test Manager/Project Management:\r\nâ\x80¢ Acting as Global Test Manager, steering a team of 25+ resources across the globe\r\nâ\x80¢ Spearheading the testing teams in India, China, Malaysia and Poland\r\nâ\x80¢ Current role involves entire test delivery of large programs under banking domain which includes leading a team comprising of individuals (Client & Vendor) from functional (Regression, Integration) & shared services (Security, Performance, accessibility and Automation) groups\r\nâ\x80¢ Defining and devising the "HSBC Core Banking" IT Transformation strategies from solution to execution level.\r\nâ\x80¢ Experience in latest specialize testing methods - CBIL - API, Conversion, Cloud, Digital UI, Infrastructure, Exploratory and Accessibility Testing.\r\nâ\x80¢ Experienced in Planning the OAT and various non-functional like performance and volume testing of Core banking.\r\nâ\x80¢ Coordinating with the regional business and testing teams to map their testing approach\r\nâ\x80¢ Following with various teams to ensure end to end release is successful and a quality product is delivered to production.\r\nâ\x80¢ Steering the Global product testing, regional deployments testing and extending support for UAT and live proving\r\nâ\x80¢ Technical lead to implement the in house "Test Automation" framework (X-framework) solution on AS400 (iSeries) system.\r\nâ\x80¢ Managing the implementation of Test automation to enable DevOps via tools Cucumber & Selenium (BDD), UFT and TOSCA for function testing\r\nâ\x80¢ Leading the CI/CD implementation by executing automated scripts from Jenkins\r\nâ\x80¢ Working on Test Data Management by using CA TDM and Internal HSBC Tool)\r\nâ\x80¢ Handling tasks pertaining to Resource forecasting, effort estimation and resource on boarding process\r\nâ\x80¢ Ensuring seamless communication with vendor partners to arrange for resource onboarding based on the forecasting\r\nâ\x80¢ Reviewing the project progress on a daily basis; implementing corrective measures to ensure the project is ontrack\r\nâ\x80¢ Overseeing people management tasks comprise monthly 1:1 with leads, reviews\r\nâ\x80¢ Providing conflict resolution when required',
"Skill Set â\x80¢ Experience in Implementing, and troubleshooting network security solutions â\x80¢ Planning and Implementation knowledge of multi vendor firewalls (Cisco ASA, Checkpoint (Upto R.80) Juniper/Netscreen, Fortinet, FWSM) â\x80¢ Familiarity with the latest hardware and network security technologies â\x80¢ Excellent analytical and problem solving skills â\x80¢ Skilled in analyzing and monitoring network security solutions using a variety of Monitoring solutions (Zenoss, Solarwinds, Cisco Prime) â\x80¢ Work Experience on multi client data center environments. â\x80¢ Knowledge and Work experience on Firewall IOS Upgrade projects â\x80¢ Configuration of F5 load balancers, SSL certificate updates, I-Rule. F5 upgrades â\x80¢ Configuration of Cisco Routers ( series- 1800, 1900, 2500, 2600, 2800, 3600, Nexus - 5k, 7k) â\x80¢ Configuration of Cisco switches (series - 2960, 3750, catalyst, 4500, 3600) â\x80¢ Working knowledge of Bluecoat Proxy â\x80¢ Knowledge of ITIL process.Education Details \r\nSeptember 2006 to August 2011 Bachelor of Engineering (BE) Electronics Pune, Maharashtra A.I.S.S.M.S College of Engineering, University of Pune\r\nJuly 2004 to February 2006 Higher Secondary Certificate Science Pune, Maharashtra Sinhgad College, University Of Pune\r\nJune 2003 to March 2004 secondary school certificate (SSC) science Pune, Maharashtra M.E.S Boys High School, Maharashtra, Pune\r\nNetwork and Security Engineer \r\n\r\nNetwork and Security Engineer - Capita\r\nSkill Details \r\nNetwork Security- Exprience - 72 months\r\nCHECKPOINT- Exprience - 72 months\r\nCISCO- Exprience - 72 months\r\nCISCO ASA- Exprience - 72 months\r\nCisco routing and switching- Exprience - 60 months\r\nLoadbalncing F5- Exprience - 60 months\r\nsecurity- Exprience - Less than 1 year months\r\nCisco- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nLAN- Exprience - Less than 1 year months\r\nNetworking- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Capita\r\ndescription - Work on Client Shared Network and Security infra\r\nâ\x9e¢ Plan, Implement and troubleshoot customer requests.\r\nâ\x9e¢ Monitor Datacenter infra 24*7\r\nâ\x9e¢ Work as On call engineer for weekends to provide Out of office support\r\ncompany - Capgemini India Pvt. Ltd\r\ndescription - Part of UK India NOC.\r\nâ\x9e¢ Work on Client dedicated infra.\r\nâ\x9e¢ Undergo Client infra handover sessions to streamline client on boarding process\r\nâ\x9e¢ Act as mentor for juniors.\r\nâ\x9e¢ Attend Weekly CAAB calls to represent critical Changes.\r\ncompany - Sungard Availability Services\r\ndescription - Plan, Troubleshoot and Implement Client network requests\r\nâ\x9e¢ Project Work - Internet BW upgrade/Downgrade, Decommission\r\nâ\x9e¢ DR test planning and implementation.\r\nâ\x9e¢ Setting up L3VPN's for customers\r\ncompany - SunGard Software Solutions\r\ndescription - Maintain Client Documentation\r\nâ\x9e¢ Work on datacenter Remediation Project\r\nâ\x9e¢ DNS record Management\r\n\r\nSunGard Availability Services",
'Skill Set â\x80¢â\x80¢Cisco Certified Network Associates (CCNA): - â\x80¢ Basic knowledge of networking such as Ethernet mediums, ethernet communication, types of Ethernet communication devices etc. â\x80¢ IPv4 (Subnetting, Supernetting) â\x80¢ Basic configuration of Routing, Switching, Access lists, Network Address Translation (NAT), Virtual LANs (VLANs) etc â\x80¢â\x80¢Cisco Certified Network Associates (CCNA-Security): - â\x80¢ Basic security goals and need. â\x80¢ Different types of attacks like access attacks, reconnaissance strategies etc. â\x80¢ Basic configuration of firewalls. â\x80¢ Mitigation techniques such as access control lists, private VLANs, VLAN hopping, IP source guard, DHCP snooping, Authentication, Authorization & Accounting (AAA), IP Security (IPsec) etc. â\x80¢â\x80¢Cisco Certified Network Professional (CCNP-Routing, Switching & MPLS): - â\x80¢ Routing-Configuration and concept of EIGRP, OSPF and BGP. â\x80¢ Switching-Virtual LANs (VLANs), spanning tree protocol (STP), queuing etc. â\x80¢ MPLS (Multi-Protocol Label Switching) -Basic idea about working, types and modes of MPLS, penultimate hopping in mpls etc. â\x80¢â\x80¢Cisco Certified Network Professional Security (ASA Module): - â\x80¢ Knowledge of Control Plane Security, Management Plane Security and Data Plane Security. â\x80¢ Knowledge of Network Telemetary (NTP, NetFlow, Logging), NAT fundamental on ASA. â\x80¢ Firewall filtering technologies, ASA modes of deployment, ASA failover, Security context, Reputation based firewall, Identity firewall, Zone based firewall. Projects T.E. Project: Title: -Temperature Controlled Cooling Fan Academic Year: 2016-2017 (sem-5) Description: â\x80¢ This project simply senses the temperature level and turn ON the FAN when temperature is above set limit. This project was developed with an aim to control the temperature of devices and reduce the damages of the devices because of heating. Title:- Automatic Plant Watering System Academic Year: 2016-2017 (sem-6) Description: â\x80¢ This project simply senses the moisture level and turn ON the water pump when moisture is Education Details \r\nJanuary 2018 B.E Technology Mumbai, Maharashtra Mumbai university\r\n H.S.C Mahatma Gandhi High Maharashtra State Board\r\n S.S.C. Mahatma Gandhi High Maharashtra State Board\r\n School & Junior College\r\nNetwork Security Enginner \r\n\r\nNetwork Security Engineer\r\nSkill Details \r\nNetworking- Exprience - Less than 1 year months\r\nSubnetting,Supernetting- Exprience - Less than 1 year months\r\nAccess Lists- Exprience - Less than 1 year months\r\nACLS- Exprience - 6 months\r\nNetwork Address Translation(NAT)- Exprience - Less than 1 year months\r\nVLAN- Exprience - Less than 1 year months\r\nAAA- Exprience - Less than 1 year months\r\nIPSec- Exprience - Less than 1 year months\r\nACCESS CONTROL LISTS- Exprience - 6 months\r\nDHCP Snooping- Exprience - Less than 1 year months\r\nPrivate Vlan- Exprience - Less than 1 year months\r\nVLAN Hopping- Exprience - Less than 1 year months\r\nVPN- Exprience - Less than 1 year months\r\nRouting protocols-RIP,EIGRP,OSPF,BGP- Exprience - Less than 1 year months\r\nDM-VPN- Exprience - Less than 1 year months\r\nSwitching- Exprience - Less than 1 year months\r\nControl Plane Security- Exprience - Less than 1 year months\r\nData Plane Security- Exprience - Less than 1 year months\r\nManagement Plane Security- Exprience - Less than 1 year months\r\nNetwork Telemetary- Exprience - Less than 1 year months\r\nFirewall- Exprience - Less than 1 year months\r\nFirewall Filtering Technologies- Exprience - Less than 1 year months\r\nASA Failovers- Exprience - Less than 1 year months\r\nZone Based Firewall- Exprience - Less than 1 year months\r\nReputation Based Firewall- Exprience - Less than 1 year months\r\nSecurity Context- Exprience - Less than 1 year months\r\nSecurity- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Stormfur Technologies LLP\r\ndescription - Network Security Engineer\r\nStromfur Technologies LLP,\r\nAugust 2018-Present\r\nâ\x80¢ Troubleshoot firewall related incidents for customers.\r\nâ\x80¢ Solve technical problems relating to installing security solutions.\r\nâ\x80¢ Analyze security requirements of network system.\r\nâ\x80¢ Reviewed configuration and maintained Cisco ASA Firewalls, routers, and switches.\r\nâ\x80¢ Reviewed and modified access control lists (ACLs) on network switching and routing equipment as needed to maintain security standards.\r\nâ\x80¢ Participated in core network team to upgrade corporate network.\r\nâ\x80¢ Maintained network security technologies and services.\r\nâ\x80¢ Interacted with clients and analyzed operational requirements.\r\nâ\x80¢ Install and configured of IPSEC and SSL VPN.\r\nâ\x80¢ Reviewed and configured VLAN, Routing Protocols (RIP, OSPF, EIGRP), NAT.\r\nâ\x80¢ Support for client in various networking issues.',
"Communication Skills My writing skills in English is very good and I am certainly a clear speaker. Being comfortable speaking in front of an audience, I can easily facilitate meetings and brainstorming sessions Interpersonal Skills As a friendly, polite person, with positive attitude I work well with others and deal with difficult situations in a careful and considerate manner. Learning Skills I have a high capacity for learning, pick up new skills and ideas quickly, and generally thrive on challenges. Enthusiasm and creativity give me an edge on difficult projects. Problem Solving Skills My analytical skills help me troubleshoot problems and uncover root causes. I am creative and tenacious.Education Details \r\nJuly 2012 to April 2015 Bachelor of Science INFORMATION TECHNOLOGY Mumbai, Maharashtra Akbar Peerbhoy College of Comm & Eco. (University of Mumbai)\r\nJune 2008 to April 2010 Jaunpur, Uttar Pradesh Janta Inter College Jaunpur\r\nMay 2006 to April 2008 Jaunpur, Uttar Pradesh Inter College Jaunpur\r\nNetwork Security Engineer \r\n\r\n\r\nSkill Details \r\nNetwork Security, Network Administration, Firewall and VPN Configuration, Routing and Switching.- Exprience - 24 monthsCompany Details \r\ncompany - Karvy Innotech LTD.\r\ndescription - Ã\x98Â\xa0Managing network of Mahindra & Mahindra Financial services limited, both internal and at PAN India level.\r\nÃ\x98Â\xa0Installation, setup / configuration, troubleshooting, Tuning, diagnostics and maintenance of IT security related Equipment.\r\nÃ\x98Â\xa0Maintaining all network devices such as Routers, Switches, Firewall, Wi-Fi Devices.\r\nÃ\x98Â\xa0Troubleshoot performance and availability issues on security devices such as firewalls, UTM, Content Filtering solutions and Handling daily calls related to network and network security.\r\nÃ\x98Â\xa0Manage and administer the VPN connectivity with organization's clients.\r\nÃ\x98Â\xa0Implement Policy Changes, Configure URL filtering & security policies onÂ\xa0UTM appliances. \r\nÃ\x98Â\xa0Monitor alerts received from the monitoring systems and take appropriate action based on the defined processes.\r\nÃ\x98Â\xa0Follow the SLAâ\x80\x99s and procedures already defined for security device management.\r\nÃ\x98Â\xa0Co-ordinating with ISPs like TATA, Airtel, Reliance, Vodafone, Sify, Tikona & HCL Comnet for all WAN related issues.\r\nÃ\x98Â\xa0Configuration and Troubleshooting of Site to Site (IPSEC) VPN between HO and Remote Branches.\r\nÃ\x98Â\xa0Maintaining inventory on monthly basis of all network devices.\r\nÃ\x98Â\xa0LAN Connectivity issues, Crimping, Rack Mounting. \r\nReporting to CISO of Mahindra Finance for all network related queries and solutions",
"Technical Expertise: â\x9e¢ Cisco ASA, Checkpoint firewall (GAIA, Splat), Palo Alto firewalls â\x9e¢ Firewall management tools: Cisco security management (CSM), Checkpoint Smart center, Palo Alto Panorama â\x9e¢ F5 load balancer (LTM) â\x9e¢ Networking Hands on Cisco Router and Cisco Switches, â\x9e¢ Security Management & Event Management: RSAEnvision 4.1, â\x9e¢ Ticketing tools - BMC Remedy, Service-now Other Technologies: Software languages: Python, VB ScriptingEducation Details \r\nJanuary 2006 to January 2010 Bachelor of Engineering Information Technology Mumbai, Maharashtra Mumbai University\r\nSenior Network security Analyst \r\n\r\nSenior Network security Analyst - Accenture\r\nSkill Details \r\nFIREWALLS- Exprience - 97 months\r\nCISCO- Exprience - 89 months\r\nSECURITY- Exprience - 72 months\r\nFIREWALL- Exprience - 45 months\r\nCHECKPOINT- Exprience - 44 monthsCompany Details \r\ncompany - Accenture\r\ndescription - Install, configure, upgrades and troubleshoot Cisco ASA firewalls ( 5500-X) which includes Single and multi-context firewalls\r\nâ\x9e¢ F5 LTM configuration (VIP, pools), SSL offloading, certificate renewals, Code upgrade and troubleshoot issues\r\nâ\x9e¢ Pulse secure (Juniper) management includes creating Roles/ Realm, polices for remote access, reverse proxy and Code upgrade\r\nâ\x9e¢ PAC file configuration\r\nâ\x9e¢ Preparing design documents (HLD, LLD), IP Schema and Configuration of all network devices as per customer requirements in data center environment\r\nâ\x9e¢ Incident Management, Change management, Problem Management ( ITIL process)\r\nâ\x9e¢ Key projects- Worked on resiliency project like firewall policy lockdown. Software code upgrade on all firewalls and load balancers. End to end co-ordination for firewall deployment\r\nâ\x9e¢ Tools: Cisco security manager 4.x\r\ncompany - Zensar Technologies\r\ndescription - Install, Upgrades Checkpoint firewalls GAIA R75, R77 and policy deployment\r\nâ\x9e¢ Troubleshoot checkpoint firewalls, Palo alto firewall and Cisco ASA's for multiple sites belongs to US, Canada and EMEA region.\r\nâ\x9e¢ Configure, upgrades, troubleshoot Cisco Routers ( Cisco 29xx, 28xx, 19xx) and Cisco switches (2960, 3560) and Cisco Meraki AP in Meraki Cloud\r\nâ\x9e¢ F5 LTM configuration and troubleshooting the operational issues\r\ncompany - Infosys Technologies\r\ndescription - Responsibilities:\r\nâ\x9e¢ Install, configure, upgrade and troubleshoot checkpoint firewalls, Cisco Routers, Switches\r\nâ\x9e¢ Configure, monitor and troubleshoot issues within organization LAN, WAN and customer\r\nConnectivity networks.\r\nâ\x9e¢ Interface with vendors and service providers ensuring that hardware or software problems were dealt with efficiently and effectively, with minimal downtime\r\ncompany - HCL-Comnet\r\ndescription - Responsibilities:\r\nâ\x9e¢ Event moitoring and administration of RSA enVision 4.1 SIEM.\r\nâ\x9e¢ Proficient in researching traffic patterns to identify false-positives and/or malicious traffic within IDS, IPS, scanners (Qualis) and firewalls.\r\nâ\x9e¢ Experience in writing correlation rules, parsers & developing UDS for unsupported device logs.\r\nâ\x9e¢ analyze a large volume of security events while maintaining a high quality of analysis\r\nâ\x9e¢ Change Configuration Management exposure\r\ncompany - Wipro Technologies\r\ndescription - Administrator, Manage and troubleshoot multi-vendor Network Infrastructure consisting of Cisco, Juniper Platforms ( Cisco Router 3845, Cisco stack-wise switches 3750E and 2960 access switch, Cisco 4500 chassis, Cisco 5550/20 ASA firewalls, Juniper SA 6500 SSL VPN)\r\nâ\x9e¢ Provisioning and troubleshooting access issues related to RSA and Entrust (2FA) User Accounts.\r\nâ\x9e¢ Taking all network and security devices configuration back up on weekly and monthly basis.",
"Operating Systems: Windows, Linux, Ubuntu Network Technologies : Cisco Routing and Switching, InterVLAN Routing, Dynamic Protocols i.e. RIPv2, RIPng, OSPF, EIGRP. Static Routing, ACL, VTP, VLAN, EhterChannel, HSRP, STP, IPv6, Lan Troubleshooting, Structured Network Cabling, Cisco Firewall and Fortinet Firewall, RHEL 6 networks. Networking Devices : Cisco Routers: 1800s, 1900s, 2600s, 2900s, 3600s, 3800s, 7200s etc. : Cisco Switches: Cisco Catalyst 2900s, 3700s, 4850s etc. : HP ProLiant Servers, Dell Server, Lenovo Servers etc. : Fortinet Firewall, Modem etc. Server Technologies : AD, RODC, FTP, Print Server, SCCM, WDS, DHCP, Group Policies, DHCP Server, DNS Server, RIS Server, User policies, computer policies etc. Backup Technologies: Server 2016 backup tools, Symantec Backup EXEC 12D etc. Virtualisation: VMWare ESXi, VMware Workstation, Oracle VirtualBox, GNS3 Network Simulator etc. Education Details \r\n MSC AISECT university in distance education\r\n B. Com Jiwaji University\r\nSr. Network Engineer \r\n\r\nSr. Network Engineer - Cloudatix Network Pvt. Ltd\r\nSkill Details \r\nCISCO- Exprience - 43 months\r\nDHCP- Exprience - 43 months\r\nDNS- Exprience - 43 months\r\nFTP- Exprience - 43 months\r\nLAN- Exprience - 43 monthsCompany Details \r\ncompany - Cloudatix Network Pvt. Ltd\r\ndescription - 18.\r\n\r\nProject Routers, Switches and Server Configuration with Group Policies\r\nClient Railwire/Railtel Corporation of India Ltd., Mumbai\r\nType of Project Configuration of WiFi AP of Railway Station in Maharashtra State\r\nRole Sr. Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Earthing, trenching for equipment.\r\nâ\x80¢ Making plans for preparing station to WiFi environment including cabling, installation, commissioning, handing over etc.\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Asha MMPC\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient Asha MMPC, Bali, Pali, Rajasthan\r\nType of Project Configuration DPMCU, Milknet Server, EMS Server, QMS Server etc.\r\nRole IT Executive\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2008 R2, 2012 R2, 2016 Active Directory, FTP, DNS, DHCP, TFTP.\r\nâ\x80¢ Troubleshooting LAN & WAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 & 10 based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ User & Groups management and assigning rights according to organization requirements.\r\ncompany - Interface Techno System\r\ndescription - Project Routers, Switches and Server Configuration with Group Policies\r\nClient The Scindia School, Fort, Gwalior (MP)\r\nType of Project Configuration and Implementation\r\nRole Network Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Maintaining & Management, windows 7 professional based network.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\ncompany - Interface Techno System\r\ndescription - Project Network Implementation and Configuration\r\nClient M/s Teva API India Pvt Ltd, Bhind (MP)\r\nType of Project Implementation and Configuration\r\nRole Network Support Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Implementing and maintaining backup schedules.\r\nâ\x80¢ Upgrading and backups of Cisco router configuration files.\r\nâ\x80¢ Installation, Configuration and Administration of Windows Servers 2000/2003, 2008 R2, 2012 R2, Active Directory, FTP, DNS, DHCP, TFTP, Linux OS.\r\nâ\x80¢ Working on troubleshooting of complex LAN infrastructure.\r\nâ\x80¢ Settings of the networking devices (Cisco Router, switches) co-coordinating with the system/Network administrator during implementation.\r\nâ\x80¢ Configuration, Maintenance, check Point Endpoint Security MI Management Console for Laptop Users\r\nâ\x80¢ Regular Health Checking of File Servers & Application Servers for Security violation, Disk Spaces etc.\r\nâ\x80¢ Logging & Monitoring Calls using CA Unicenter Service Desk Manager.\r\nâ\x80¢ Maintaining & Management, windows XP professional based network.\r\nâ\x80¢ Installation, Configuration & troubleshooting of Microsoft Outlook.\r\nâ\x80¢ Installing & Configuring Network Printers.\r\nâ\x80¢ Installing Server side Software's & Utilities.\r\nâ\x80¢ Assigning proper rights on shared drives.\r\nâ\x80¢ Managing user account\r\nâ\x80¢ Issue E Token for laptop user\r\nâ\x80¢ Managing more than 350 Desktops and Laptops\r\nâ\x80¢ Taking differential and full backups of the server through Symantec Backup Exec 12D\r\nâ\x80¢ Restoring the Files, which got corrupted or deleted accidentally.\r\nâ\x80¢ Handling escalations of desktop calls from remote locations.\r\nâ\x80¢ Monthly/Weekly Report Generations for the servers.\r\nâ\x80¢ Preparing MIS, vendor & inventory management reports.\r\ncompany - Nava Bharat Press (P) Ltd\r\ndescription - Role System Engineer\r\nRoles & responsibilities\r\nâ\x80¢ Server Management\r\nâ\x80¢ Backup management\r\nâ\x80¢ Helpdesk, SLA monitoring and incident management\r\nâ\x80¢ Hosting client meeting at scheduled interval\r\nâ\x80¢ System Management and Troubleshooting\r\nâ\x80¢ Hardware Troubleshooting\r\n\r\nAdditional Qualification & Certifications\r\nâ\x80¢ Manual and Computerized accounting with Tally ERP9. Tally certification from Tally Academy.",
"CORE COMPETENCIES â\x80¢ Maintain processes to ensure project management documentation, reports and plans are relevant, accurate and complete â\x80¢ Report automation, Dashboard preparation and sharing feedbacks basis on performance of Project Manager â\x80¢ Forecasting data regarding future risks, Project changes and updating the delivery team on timely basis â\x80¢ Good understanding of project management lifecycle â\x80¢ Proven excellence in Risk Management and control â\x80¢ Good understanding of Software Development Lifecycle (SDLC) â\x80¢ Ability to synthesize qualitative and quantitative data quickly and draw meaningful insights â\x80¢ Knowledge of Programme/Project Management methodologies with full project reporting and governance â\x80¢ Ability to work with different cross-functional stakeholders to establish and ensure a reliable and productive working relationship â\x80¢ Strong time management and organizational skills â\x80¢ Multitasking skills and ability to meet deadlines COMPUTER SKILLS AND CERTIFICATION â\x80¢ Advance knowledge in MS office 2013 and Macros. SKILLS â\x80¢ Strategic thinking and decision making ability â\x80¢ Sound Analytical skills â\x80¢ Multi-tasking skills in fast paced environment. â\x80¢ Leadership and Inter Personal Skills. â\x80¢ Strong information management ability, particularly MS excel extraction, formulae, pivots and graphs. Education Details \r\nJanuary 2005 Bachelor of Business Administration Business Administration Pune, Maharashtra Modern College\r\n HSC Pune, Maharashtra S.S.P.M.S College\r\n SSC Pune, Maharashtra Saints High School\r\nPMO \r\n\r\nHaving an exp of 6 years experience in Project Management in IT. Expertise in PMO, Team handling, Quality Analyst. Proficient in Data Analyzing tools and techniques.\r\nSkill Details \r\nDOCUMENTATION- Exprience - 47 months\r\nGOVERNANCE- Exprience - 19 months\r\nEXCEL- Exprience - 6 months\r\nFORECASTING- Exprience - 6 months\r\nMS EXCEL- Exprience - 6 monthsCompany Details \r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for successful transition of knowledge, system and operating capabilities for Prudential, Multiclient, Pheonix & Royal London.\r\n â\x80¢ Travelled Onsite (Glasgow) and being part with UK team to understand the transition PMO work process and execute successfully at Offshore.\r\nâ\x80¢ Successfully transitioned Work order Management, Governance and Reporting from UK.\r\nâ\x80¢ Lead a team of 6 members and follow up on the development of new Ways of Working & documentation processes.\r\nâ\x80¢ Manage internal and external stakeholder engagement, collaboration of teams, and global PMOs network â\x80¢ Helps achieve robust operations with all the resources and infrastructure to execute steady state operations.\r\ncompany - Saviant Technologies\r\ndescription - for Multiple Projects \r\nâ\x80¢ Established a PMO from scratch and provided seasoned leadership to the technical operations staff â\x80¢ Defined and implemented work priority management and resource management processes â\x80¢ Established a supportive environment that allowed employees to grow and provide imaginative solutions to complex client need â\x80¢ Track and monitor financial performance of the program. Report financials for actual to budgeted comparison for labor hours and dollars, operating costs and capital costs. Secure funding approvals for changes in scope â\x80¢ Monitor program risks through an on-going process of identifying, assessing, tracking, developing and executing risk mitigation strategies â\x80¢ Reviewed project documentation and document lessons learned and provide recommendations to mitigate them in future projects.\r\nâ\x80¢ risk identification, mitigation strategy, issue escalation, client communication, project timeline, and resource management\r\ncompany - Infosys\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nResponsible for:- â\x80¢ Resource management, Budgeting, Billing.\r\nâ\x80¢ Responsible for preparing and sharing different reports with Delivery Managers, Project Managers, Quality team â\x80¢ Automation of reports for entire unit â\x80¢ Interpret data, analyze results using statistical techniques and provide ongoing reports.\r\nâ\x80¢ Preparing case diagrams & activity diagrams for various scenarios.\r\nâ\x80¢ Collate data, study patterns and Conduct brainstorming sessions to identify outliers.\r\nâ\x80¢ Review and approve project documentation.\r\nâ\x80¢ Assist in identification of risks in the project and setting up of mitigation plan of the risk by reviewing dashboards and reports.\r\nâ\x80¢ Customer feedback information and analysis.\r\nâ\x80¢ Reviews and validate the inputs from Project Mangers regarding Dashboards and PPT's â\x80¢ Supporting TL by training people on process/domain as a part of the growth plan SLA compliance.\r\ncompany - Capita India Pvt ltd\r\ndescription - Pune\r\n\r\nKey Result Areas\r\nAudits â\x80¢ Reviews and validate the inputs from Managers regarding Dashboards and PPT's â\x80¢ Auditing work done by onshore agents and simultaneously auditing work done for my old team and their reporting part as well.\r\nâ\x80¢ Assisting reporting manager in business transformation leadership skills with proven ability to influence and collaborate across all levels of the organization.\r\nâ\x80¢ Helping line managers to solve specific audit problems, either on a one-to-one basis or in groups.\r\n\r\nReporting â\x80¢ Preparing weekly / monthly / quarterly / yearly MIS -Variance report, Performance report, Feedback analysis, Task activities report, publish relevant business Dashboards, Projects audit report.",
"AREA OF EXPERTISE (PROFILE) Around 10 plus years' proven experience with best global brand Wipro with below expertise:- â\x80¢ PMO â\x80¢ ITIL Management â\x80¢ Process Improvements â\x80¢ Project Process Audits â\x80¢ Planning, Scheduling, Effort/Issue/Risk Tracking â\x80¢ Risk & Issue Management â\x80¢ SLA Management â\x80¢ Workforce (staffing) Resource Management. â\x80¢ Transition â\x80¢ Operations management SKILLS Project Management Tools: CA Clarity, Visio and Office, ITIL -Incident management, Recruitment and workforce management Technical: SAP- HR, MRS, CPRO, Confluence, Microsoft Office, Word, PowerPoint.Excellent knowledge & hands on experience in advanced MS Excel (Knowledge on MS Project, Sharepoint Reporting & Ticket Tool: Xtraction, CA Service Desk, I-Tracker, Education Details \r\n MBA HR and Finance Bengaluru, Karnataka RKIMS College\r\nSenior Executive PMO \r\n\r\nSenior Executive PMO Consultant\r\nSkill Details \r\nOPERATIONS- Exprience - 125 months\r\nSTAFFING- Exprience - 125 months\r\nHR- Exprience - 79 months\r\nPMO- Exprience - 84 monthsCompany Details \r\ncompany - Ensono LLP\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro Technology\r\ndescription - Roles &Responsiblites\r\nÂ\xa0\r\nÃ\x98Â\xa0Responsible for creation of Structured reports and present the same as to Senior Deliery management as per the business requirements.\r\nÃ\x98Â\xa0Design and draft various reports as per the business requirements.\r\nÃ\x98Â\xa0Responsible for creation of MOM, chasing people and getting the SLA driven on time by achieving the targets and results on time.\r\nÃ\x98Â\xa0Assist the Project managers in creating the RRâ\x80\x99s Deputation, invoicings, billing activites.\r\nÃ\x98Â\xa0Maintaining Clarity and Sharepoint data for service delivery management\r\nÃ\x98Â\xa0Perform customer invocing at the direction of the CEM and SDM.\r\nÃ\x98Â\xa0Weekly preparation of SLA and KPI data based on the manual tracker & sharing with Client & senior management.\r\nÃ\x98Â\xa0Project implementation management, invoicing and billing management, and participate in establishing clientâ\x80\x99s contractual documentation\r\nÃ\x98Â\xa0Experience in various delivery models like Managed Services, Fixed Price, T&M, SLA based Risk and Penalty is required.\r\nÃ\x98Â\xa0Manage the SLA targets and save penalty towards customers . Drive SLA calls with 80 plus customers with multiple towers.\r\nÃ\x98Â\xa0SPOC for time on floor analysis (TOFA) report & highlighting the employee tailgating data to high level management\r\nÃ\x98Â\xa0Ensure for any compliance related issue and floor maintenance\r\nÃ\x98Â\xa0Ensure asallÂ\xa0joining formalities and on boarding activities for new employees.\r\nÃ\x98Â\xa0Identify and drivekey metrics like Billing efficiency, Resource Utilization.\r\nÃ\x98Â\xa0Maintain the project library, filing, recording and reporting systems.\r\nÃ\x98Â\xa0Monitor project progress, risks, roadblocks, and opportunities and manage communications to stakeholders.\r\nÃ\x98Â\xa0Develop Flow charts /SOPâ\x80\x99s ad maintain the process changes database& monitor the severity calls.\r\nÃ\x98Â\xa0Prepare Monthly reports Operational report, Capacity/utilization report, Timesheet report, SLA compliancereport. Quarterly report Operational report (quarter trends)\r\n Internal report Allowances, Billing reports, Repository maintenance of documents.Create project/ sub-project plans & monitor progress against schedule, Maintain risk & issue logs\r\nÃ\x98Â\xa0Actively participate in the project management communities\r\nÃ\x98Â\xa0Responsible for Project Cost, Schedule, Budget, Revenue& Milestone Progress.\r\ncompany - Wipro InfoTech\r\ndescription - Responsibilities\r\nâ\x80¢ Monitor and manage the headcount actual Vs plan for the region to maintain the headcount ratio with the revenue.\r\nâ\x80¢ Maintain and monitor the correct tagging in SAP (Project tagging, supervisor tagging, org unit and cost center) for the region so that the financials are maintained properly.\r\nâ\x80¢ Responsible in providing the exact and accurate headcount report for GM calculation.\r\nâ\x80¢ Responsible in managing the bench management and deploy the resource.\r\nâ\x80¢ Responsible in managing and driving tenure management for the eligible employee and deploy them according to their aspiration and business need.\r\nâ\x80¢ Responsible in Hiring and maintaining the Rookie Ratio for the location and actively track their training and deploy them.\r\nâ\x80¢ Analyze past volume and staffing patterns and will implement the actions based on the forecast provided so that the resource crunch can be addressed and the make sure the availability of the resources on time for go live.\r\nâ\x80¢ Validate the head count plan for the project and work with Stake holders (Service Delivery Managers) in optimizing the resources.\r\nâ\x80¢ Ensure all required WFM data is tracked and trended on a continuous basis by the NLD team.\r\nâ\x80¢ Identify the resource that had completed tenure with the project and plan their training with the help of training team and elevate them to higher roles and back fill the same with the ROOKIE'S (TRB, TE, WIMS, and SIMS)\r\nâ\x80¢ Interface with Service Delivery Managers/Director as needed for escalation on service impacting issues due to resource availability.\r\nâ\x80¢ Coordinates with stake holders of Operations to interface with client and handle account management issues and add resources as per the requirement.\r\nâ\x80¢ Manages the staff schedules and responsibilities of Workforce Management team for the Region/BU.\r\nâ\x80¢ Prepare daily/weekly/monthly reports and distribute to the Management team.\r\nâ\x80¢ Manages staffing ratios and seat utilization/optimization to ensure Project goals are met. Builds effective working relationships with internal departments.\r\nâ\x80¢ Take care of special projects (PWD) and Rookie hiring model, Training, deployment.\r\n\r\nPERSONAL DETAIL\r\nDOB: 21/03/1986\r\nPAN: AWVPB7123N\r\nPassport: J1409038\r\nLinguistic Ability: English, Hindi, Marathi, Kannada and Konkani\r\nLocation: Pune, India\r\nMarital Status: Married",
'Skills Exceptional communication and networking skills Successful working in a team environment, as well as independently Ability to work under pressure and multi-task Strategies & Campaigns Corporate Communications MIS Reporting & Documentation Training & Development Sales Support & Back Office Operations New Process Development & Launch Handling customer escalationsEducation Details \r\n BACHELOR OF BUSINESS ADMINISTRATION BUSINESS ADMINISTRATION ICFAI Business School\r\n Integrated Institute Of Management &Technology\r\n HIGHER SECONDARY SCHOOL, B.I.S.S School\r\n Delhi, Delhi SENIOR SECONDARY SCHOOL, Delhi Public School\r\nSenior Manager - PMO \r\n\r\n\r\nSkill Details \r\nTRAINING- Exprience - 30 months\r\nDOCUMENTATION- Exprience - 16 months\r\nOPERATIONS- Exprience - 16 months\r\nSALES- Exprience - 8 months\r\nCORPORATE COMMUNICATIONS- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Review and understand existing business processes to identify functional requirements to eliminate\r\nwaste, improve controllership and deliver flexibility\r\nIdentify processes for re-design, prototype potential solutions, calculate trade-offs, costs, and suggest a\r\nrecommended course of action by identifying modifications to the new/existing process\r\nProject Management of new requirements and opportunities for applying efficient and effective solutions\r\nResponsible for delivering process reengineering projects across processes by closely working with the relevant businesses and operations units.\r\nResponsible for documentation to train all stakeholders on any changes\r\ncompany - \r\ndescription - Responsible for defining scope of project in accordance with the stakeholders, internal teams and senior\r\nmanagement team.\r\nPrepare project charter with defined timelines for project related activities.\r\nPreparation of Business Requirement Document (BRD), closing Understanding Document (UD) with development team, UAT completion and deployment.\r\nPreparation of training documents, SLAs, SOPs etc. as required.\r\nConduct training for impacted teams to ensure smooth transition.\r\ncompany - TELEPERFORMANCE INDIA\r\ndescription - Driving sales through call center and achieve target with overall responsibility of exploring selling opportunities by understanding customer preferences and requirements.\r\nConceptualizing and implementing sales promotional activities as a part of pilot batch for new company launch.\r\nTraining new joiners through the process of call barging.\r\nInteraction with client to understand requirements and expectations.\r\nHandling call quality sessions with the client.\r\nHandling adhoc requirements from client as well as senior management and delivering timely resolution for the same.\r\nMASTER OF BUSINESS ADMINISTRATION',
"TECHNICAL EXPERTISE â\x80¢ DB Languages: SQL â\x80¢ Database Tools: SQL Server 2014/ 2017 Postgresql 9.5, 9.6, Oracle 11gR2 â\x80¢ Operating Systems: Redhat Linux, Oracle Linux, Windows Server 2012/ 2016 OTHER TECHNICAL SKILLS ORACLE 11G R2 â\x80¢ Proficient in Oracle Database Software Installation, Creation of Database using GUI/Silent DBCA, Architecture, File management, Space Management, User Management, Creating Roles and assigning Privileges/Roles in 11gR2 and troubleshooting them. â\x80¢ Hands on experience Control files/Redolog/Archive/Undo Management â\x80¢ Configuring Listener.ora/Tnsnames.ora file using Netmgr/netca â\x80¢ Generating AWR reports, ADDM, ASH reports to diagnose the problems â\x80¢ Database Backup, Cloning/Duplicate using hot & cold backups using RMAN. â\x80¢ Knowledge in Flashback Technologies & Expdp/Impdp â\x80¢ Implemented Oracle11gR2 RAC on Oracle Linux Platform and knowledge of services for troubleshooting RAC (CRSCTL, SRVCTL) â\x80¢ Knowledge on installation and configuration of RAC. Add/Remove Nodes on RAC â\x80¢ Configuration of physical standby database (Data guard) â\x80¢ Successfully upgraded from 11.2.0.1 to 11.2.0.4 & PSU patching using O patch. STRENGTHS â\x80¢ Good Communication skills. â\x80¢ Self-confident and can adapt myself to all work environments. â\x80¢ Enjoy responsibilities as lead and team player. â\x80¢ Patient listener & quick learner. â\x80¢ Capable of explaining issues & solving them.Education Details \r\n B.E Computer Engineering Mumbai, Maharashtra Mumbai University\r\n Higher Secondary Certificate Dr. DY Patil Jr College\r\nDatabase Administrator \r\n\r\nDatabase Administrator - DBA in Marketplace Technologies Ltd\r\nSkill Details \r\nDATABASE- Exprience - 61 months\r\nBACKUPS- Exprience - 48 months\r\nLINUX- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nSQL- Exprience - 48 monthsCompany Details \r\ncompany - DBA in Marketplace Technologies Ltd\r\ndescription - Project Title: EBoss, Datafeed, MFDB, RTRMS, IndiaINX\r\ncompany - Standard & Enterprise\r\ndescription - Redhat Linux 7.4, Postgresql 9.5, 9.6\r\nDuration: Feb 2017 - till date\r\nDescription: Bombay Stock Exchange BSE is Asia's first & the Fastest Stock Exchange in world with the speed of 6 micro seconds and one of India's leading exchange groups provides an efficient and transparent market for trading in equity, currencies, debt instruments, derivatives, mutual funds. BSE SME is India's largest SME platform which has listed over 250 companies and continues to grow at a steady pace.\r\n\r\nJOB ROLES & RESPONSIBILITIES\r\nPOSTGRESQL - â\x80¢ Worked on Redhat Linux OS Cluster with Postgresql for High Availability (HA) using Pacemaker.\r\nâ\x80¢ Coordinated with Developers/Linux teams for database knowledge and support.\r\nâ\x80¢ Participated in implementation of new releases into production.\r\nâ\x80¢ Installed /Configured Postgresql from source or packages on Redhat Linux servers.\r\nâ\x80¢ Performed Postgresql Server Management tasks i.e. Backup & Restore, Configuration, Roles, Blockings, Tablespace creation and Troubleshooting.\r\nâ\x80¢ Worked with Storage team for Disaster Recovery DR setup built on SAN using EMC technology â\x80¢ Configured LDAP authentication & GSSAPI Authentication from Windows to Linux for Postgresql.\r\nâ\x80¢ Configured logical replication for Database servers, hot standby Postgresql servers, faster database backup methods, schema and tablespace backups.\r\nâ\x80¢ Configured maximum connections to database on Linux servers.\r\nâ\x80¢ Installed tds_fdw from source for linked servers to connect to heterogeneous databases & other required extensions, backup configuration, PITR using base backups.\r\n\r\nMSSQL - â\x80¢ Day-to-day administration of live SQL Servers.\r\nâ\x80¢ Participated in Live Primary Recovery PR & Disaster Recovery DR activities.\r\nâ\x80¢ Participated in PR & DR mocks for new releases into production.\r\nâ\x80¢ Configured Linked Servers, Transactional replication, Maintenance tasks like database backup & restore, recovery, scheduled jobs, maintenance plans.\r\nâ\x80¢ Installed & Configured SQL server 2014, 2017 standalone and SQL Cluster servers.\r\nâ\x80¢ Maintained the security of the database by providing appropriate SQL roles, logins and permissions to the users on demand.\r\nâ\x80¢ Worked with teams on application rollouts, application issues and SQL server migrations.\r\nâ\x80¢ Exposure in handling production system with skills and understand client's requirement.\r\nâ\x80¢ Performed SQL Server service pack upgrades and hot fixes.\r\nâ\x80¢ Handled multiple SQL Instances on Windows SQL Cluster environment built on EMC SAN.\r\nâ\x80¢ Worked on MSSQL DB clusters with active/active & active passive servers, Always-On Availability Groups (AAG) and HA/DR Setup.\r\nâ\x80¢ Have experience on SAN and RAID levels and building and supporting SQL Cluster servers on SAN Environments.\r\ncompany - BSE Bombay Stock Exchange\r\ndescription - Environment: Windows server 2008 R2, 2012 R2, 2016 Enterprise & Standard,",
'Technical Expertise Operating Systems Microsoft Window Server 2003/2008/2008 R2/2012 Database Technologies SQL Server, Sybase ASE Server, Oracle, MongoDB Monitoring and Ticketing Tools HP Service Manager 7.0/9.0, Solar winds DPA, JIRA and MongoDB OPS manager Web Server IIS 7.0 Database Tools SSMS, DBArtisan, Studio 3T, SnapShot Manager for SQL ServerEducation Details \r\n B. Tech Computer Science Gulbarga, Karnataka PDACOE, Gulbarga, Autonomous Institution\r\nDatabase Administrator II \r\n\r\nDatabase Administrator III - BNY Mellon International Operations (India) PVT. LTD\r\nSkill Details \r\nSql Dba- Exprience - Less than 1 year monthsCompany Details \r\ncompany - BNY Mellon International Operations (India) PVT. LTD\r\ndescription - SQL Server :\r\nï\x83\x98\tInstallation, configuration of database servers using slipstream and setup all the maintenance jobs as per the standard policy on standalone as well as cluster environments with latest service packs\r\nï\x83\x98\tInstallation of SSRS, uploading of .rdls and assigning correct data sources to reports. Grant necessary access to users & developers on reporting website. Aware of SSIS and designing packages as well.\r\nï\x83\x98\tCreate and manage logins, users for database applications, assigning permissions as per requests, resolving user login issues.\r\nï\x83\x98\tMigration of all SQL server 2005/2008 servers to higher versions.\r\nï\x83\x98\tSetup of database refresh jobs on QA, DEV and UAT environments and fixing orphaned users.\r\nï\x83\x98\tTroubleshoot performance related issues. \r\nï\x83\x98\tPart of multiple projects to work with developers and provide all required support for testing in QA, UAT & DEV environment. \r\nï\x83\x98\tLead the DR tests for database team.\r\nï\x83\x98\tParticipate in database purge and archive activities.\r\nï\x83\x98\tWriting codes for automating database administration tasks.\r\nï\x83\x98\tWorked on automating DR tasks to start the agent jobs on multiple servers, restore databases for log shipped databases without manual intervention for online databases post DR activities.\r\nï\x83\x98\tProvide support to vendor databases, follow up with the vendor calls and timely escalate to next level when there is no update in predefined timeline.\r\nï\x83\x98\tInstallation and configuration of smsql on windows server. Schedule jobs for creation and deletion of clones on sql server. Maintain backups using smsql.\r\n\r\nMongoDB Server:\r\nï\x83\x98\tInstallation and configuration of MongoDB server.\r\nï\x83\x98\tCreation of databases and collection.\r\nï\x83\x98\tCreation new user and grant access using Ops manager.\r\nï\x83\x98\tMonitor database servers using Ops manager.\r\nOracle & Sybase Server\r\nï\x83\x98\tManaging and maintaining multiple instances of Databases on Linux and windows servers.\r\nï\x83\x98\tMonitoring daily jobs includes backups, refresh and maintenance jobs.\r\ncompany - Hewlett-Packard India Sales PVT. LTD. On the payroll of Softenger India PVT. LTD\r\ndescription - ï\x83\x98\tInstallation of SQL Server on standalone as well as windows cluster environments with latest service packs\r\nï\x83\x98\tSQL server installation using slipstream.\r\nï\x83\x98\tInstallation of reporting services\r\nï\x83\x98\tCreating logins and users, assigning permissions as per requests.\r\nï\x83\x98\tSecurity audit for all logins includes maintenance of unused and orphan user logins\r\nï\x83\x98\tCreate & Maintain daily and weekly jobs/maintenance plans includes backup, index rebuild/reorganize , update statistics and database consistency check\r\nï\x83\x98\tCreate linked servers and ensure connectivity between servers\r\nï\x83\x98\tMonitor disk space proactively & Space management using data and log file shrinking\r\nï\x83\x98\tMonitor blocking, deadlocks, open transactions and slow running queries during performance issues and highlight costly queries to developers.\r\nï\x83\x98\tConfigure alerts for deadlock and blocking to maintain performance\r\nï\x83\x98\tImplementing high availability technologies like log shipping, AlwaysON, mirroring and its troubleshooting, also have knowledge on replication\r\nï\x83\x98\tSuccessfully completed migration of Databases from one server to another\r\nï\x83\x98\tPerforming DR drills (Online/Offline) on quarterly basis\r\nï\x83\x98\tPower shell scripting to monitor, restart SQL service and get Email alert for the service status.\r\nï\x83\x98\tMaintain TNS entries for oracle client as per client requests.\r\nï\x83\x98\tInteracting with customers for requirements\r\nï\x83\x98\tContacting customer to update the status of handling issues and service requests at every stage of resolution\r\nï\x83\x98\tManaging proper escalation and notification matrix for all support levels',
'TECHNICAL SKILLS Operating Systems MS Windows Server 2012/2008/XP Software and Tools MS LiteSpeed, Idera SQL Safe, SSMS, Upgrade Advisor, SQL Server Profiler, SCOM, Diagnostic Manager, Remedy, Jira, Infopacc, Tivoli TDP backup tool, SQL Pack DatabasesMS SQL Server 2016/2014/2012/ 2008 R2/ 2008, Oracle 10g, Netezza Microsoft azure Education Details \r\n Masters of Science Computer Science Pune, Maharashtra Indira College, Pune University\r\nLead database administrator \r\n\r\nMicrosoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008\r\nSkill Details \r\nMS SQL SERVER- Exprience - 110 months\r\nMicrosoft azure- Exprience - Less than 1 year months\r\nAlways on availabiity group- Exprience - Less than 1 year months\r\nDatabase mirroring- Exprience - Less than 1 year months\r\nPerformance tuning- Exprience - Less than 1 year months\r\nLog shipping- Exprience - Less than 1 year months\r\nInstallation , upgrade, migration and patching- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Ensono\r\ndescription - Employment transfer as a part of project acquisition to Ensono from Wipro.\r\nSQL Server Database Administration\r\ncompany - Wipro Technologies\r\ndescription - Microsoft Certified Professional with 11 years of experience in database administration on MS SQL Server 2016/2014/2012/2008 R2/ 2008.\r\nExperience with MS SQL Server 2016/2014/2012/2008 R2/ 2008 installation, upgrade, and administration\r\nMicrosoft Azure certified.\r\nHave understanding of Azure VM, Azure Storage, Azure network, Azure AD and Azure SQL database.Â\xa0\r\nIncident management, change management and Problem management for SQL Server Database team.\r\nParticipating in meetings, conference calls with client, Service Delivery Manager and Application team for System improvements.\r\nParticipated in quarterly DR activity.\r\nInvolved in creation of SIP - Service Improvement Plans\r\nInvolved in handling of high severity issues and provided RCA for the same.\r\nWorked on Always on availability groups, database mirroring, replication, clustering and log shipping.\r\nHave basic understanding of Oracle and Netezza.\r\nProvided on- call support during out of office hours and weekends.\r\nResource & shift management of 5 SQL DBAs from offshore in multi-client environment for Data center services.\r\nProvided KT to team members, monitor and guide trainees.\r\ncompany - Wipro Technologies\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2016/2014/2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Participated in PCI scan report to perform installation of security hot fixes, service packs for SQL servers to remove vulnerability.\r\nâ\x80¢ Participated in Holmes BOTS automation implementation of SQL Pack tool.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2016/2014/2012/2008R2/2008, Windows Server 2012/2008R2/2008\r\ncompany - Mphasis\r\ndescription - \r\ncompany - Mphasis\r\ndescription - Responsibilities: â\x80¢ MS SQL Server 2012/ 2008 R2/ 2008 installation, configuration, and administration.\r\nâ\x80¢ Worked on Always on availability groups, log shipping, database mirroring and clustering.\r\nâ\x80¢ Performed SQL server patching activity â\x80¢ Worked on daily reports like cluster failover, backup, AG/LS/Mirror report and server disk space report.\r\nâ\x80¢ Worked on service requests, incidents and critical issues.\r\nâ\x80¢ Participated in quarterly DR activity.\r\nâ\x80¢ Involved in conference calls to provide DBA support for critical issues.\r\nâ\x80¢ Provided support to windows team during patching for AG-mirror-cluster failover/failback and database health check.\r\nâ\x80¢ Performed all the health checks for market open servers and provided update in market open call â\x80¢ Deeply involved in resolution of the issue and finding the root cause analysis of the issue â\x80¢ Performance tuning.\r\nEnvironment: SQL Server 2012/2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ SQL server, Oracle and Netezza databases support tasks.\r\nâ\x80¢ MS SQL Server 2008 R2/ 2008 installation, upgrade, and administration.\r\nâ\x80¢ Done capacity planning for database growth for all SQL servers.\r\nâ\x80¢ Troubleshooting alerts.\r\nâ\x80¢ Worked on log shipping and mirroring.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g/RAC\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - \r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Pursued in-depth training on Oracle 11g Architecture and SQL Server.\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008, Oracle 10g\r\ncompany - Synechron Technologies Pvt. Ltd\r\ndescription - Responsibilities: â\x80¢ Carried out version changes for schemas from PE8 version to EE11 version as per the process given\r\nEnvironment: Oracle 11g\r\ncompany - Mastek Ltd\r\ndescription - Responsibilities: â\x80¢ SQL Server 2008 R2/ 2008 installation, upgrade, and administration â\x80¢ database backup/restore.\r\nâ\x80¢ Performed MS SQL Server audits â\x80¢ Worked with database mirroring, replication, log shipping and clustering.\r\nâ\x80¢ Supported UAT and PROD environments â\x80¢ Performed deployment document review.\r\nâ\x80¢ Carried out deployments for different applications\r\nEnvironment: SQL Server 2008R2/2008, Windows Server 2008R2/2008\r\ncompany - Mastek Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - \r\ncompany - PP Software and Systems Ltd\r\ndescription - Description: The system provides Master Data Management and Procurement modules for dairy industry.\r\nResponsibilities: â\x80¢ Designed, coded, and tested â\x80¢ Customized ERP system as per the requirement\r\nEnvironment: Core Java, PostgreSQL',
'SKILLSET Oracle DBA, MySQL, MARIADB, PostgreSQL Database Administration ITSKILLS SQL Oracle 10g, 11g, MYSQL, MariaDB, postgreSQL Windows, Linux Putty Education Details \r\nJanuary 2018 MCS Pune, Maharashtra Pune University\r\nDatabase administrator \r\n\r\nDatabase administrator - Infiniteworx Omnichannel Pvt. Ltd\r\nSkill Details \r\nDATABASE- Exprience - 17 months\r\nMYSQL- Exprience - 17 months\r\nORACLE- Exprience - 17 months\r\nSQL- Exprience - 17 months\r\nDATABASE ADMINISTRATION- Exprience - 6 monthsCompany Details \r\ncompany - Infiniteworx Omnichannel Pvt. Ltd\r\ndescription - Pune Sept 2017 to Present\r\n\r\nRESPONSIBILITIES:\r\nâ\x80¢ Creating tablespaces and planning the location of data, monitoring the tablespaces growth periodically.\r\nâ\x80¢ All replication setup\r\nâ\x80¢ Moved database Schema changes to stage.\r\nâ\x80¢ Dba support query resolution.\r\nâ\x80¢ Creating user and giving specific privileges\r\nâ\x80¢ Database management.\r\nâ\x80¢ Database recovery, moving data files to different locations.\r\nâ\x80¢ Planning the backup policies and Backup/ Recovery of databases based on the criticality.\r\nâ\x80¢ IMPORT/EXPORT.\r\nâ\x80¢ Degine schemas\r\n\r\nKey Result Areas:\r\n\r\nâ\x80¢ Providing 24 /7 support to resolve database performance issues, Job failures, Sessions & diagnose root causes\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products. Installation, configuraing and updating Mysql, Sql server, MariaDB, MongoDB\r\nâ\x80¢ Supported multiple databases and administered Oracle Databases of Large DB Sizes for production, development & test setups.\r\n\r\nâ\x80¢ Maintaining table spaces & data files, Control files, Online Redo log files\r\n\r\nâ\x80¢ Creating Users, granting Roles & Privileges to users and managing tablespaces for different users by granting quota on Default & Temporary tablespaces.\r\n\r\nâ\x80¢ Taking Oracle RMAN Backups (Scheduling for day wise backup)\r\n\r\nâ\x80¢ Implementing the incremental, cumulative and full RMAN backup for each database to have space management and effective recovery.\r\nâ\x80¢ Logical Backup Using Export & Import/datapump Export of important tables at regular intervals.\r\n\r\nâ\x80¢ Regular checking of trace, alert log file, all ORA errors\r\n\r\nâ\x80¢ Working on incidents like User creation/deletion incidents, backup failed incidents.\r\nâ\x80¢ Checking Listener Status, connectivity Troubleshooting and fixing database listener issues.\r\nâ\x80¢ Look for any new alert / error log entries / errors, error details in Trace files generated. Executing DDL & DML scripts as per customer requirements\r\n\r\nâ\x80¢ Mentoring, coaching and appraising team members with active involvement in the recruitment process\r\n\r\nâ\x80¢ Contributing in Project Documentation and generating daily reports\r\n\r\nâ\x80¢ Ensuring compliance to quality norms and taking steps for any non-conformance Spearheading complete project activities ensuring timely completion of project\r\nâ\x80¢ Implementing security policies on different database systems with granting and revoking privileges to the users\r\n\r\nâ\x80¢ Following change management processes and participated in related meetings\r\n\r\nâ\x80¢ Verifying all Instances/DB are running, Tablespaces are online, Monitor Backround processes and status.\r\ncompany - InnovativeTechnologies\r\ndescription - Clients: BANKING DOMAIN',
'Education Details \r\nJanuary 2016 BSc. Mumbai, Maharashtra Mumbai University\r\nJanuary 2013 H.S.C. Maharashtra Board\r\nJanuary 2011 S.S.C. Maharashtra Board\r\nMySQL Database Administrator \r\n\r\n2+ Years of experience in MySQL Database Administrator ( MySQL DBA)\r\nSkill Details \r\nMySQL DBA , Centos , Backup , Restore , Replication , Query Optimazation- Exprience - 24 monthsCompany Details \r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.\r\ncompany - Trimax IT Infrastructure & Services Ltd\r\ndescription - ·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MYSQL Installation, maintenance and Upgrades (Version 5.5 , 5.6)\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL database administration on a large scale MySQL installation\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Experience with MySQL on both Linux and Windows\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0MySQL processes, security management and queries optimization.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed query analysis for slow and problematic queries.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Performed Structural changes to Database like creating tables, adding columns according to business requirement\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Creating and MaintainingÂ\xa0Database Maintenance Plans.\r\n\r\n\r\n\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Writing scripts to Create Jobs for Backup & Restore Plans.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on MYISAM to INNODB engine.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Server shifting , tuning parameter , database purging\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Working on Mysql master slave Replication\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Handling Release management and user acceptance.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Restore using xtrabackup.\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Responsibilities include monitoring daily, weekly and monthly system maintenance tasks such as database backup, replication verification, database integrity verification and indexing updates\r\n·Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Â\xa0Work in 24/7 production database support.',
'TECHNICAL SKILL: Operating System LINUX, Windows Server 2012 R2, Windows 98, Windows 2000/ XP Tools & Utility Packages SQL* Loader, SQL*PLUS, OEM, Datapump, expdp/impdp, PLSQL Developer, Jenkins Database Oracle 10g, Oracle 11g, Oracle 12c Scripting UNIX Shell Scripting Language SQL Education Details \r\nJanuary 2011 M.B.A. Amravati, Maharashtra Amravati University\r\nJanuary 2007 B.C.A. Nagpur, Maharashtra Nagpur University\r\nOracle Database Administrator \r\n\r\nORACLE DATABASE ADMINISTRATOR ON LINUX/MICROSOFT WITH 4 YEARS EXPERIENCE.\r\nSkill Details \r\nORACLE- Exprience - 48 months\r\nLINUX- Exprience - 6 months\r\nORACLE DBA- Exprience - Less than 1 year months\r\nRAC- Exprience - Less than 1 year months\r\nGOLDEN GATE- Exprience - Less than 1 year months\r\nASM- Exprience - Less than 1 year months\r\nDATAGUARD- Exprience - Less than 1 year monthsCompany Details \r\ncompany - TIETO INDIA PVT. LTD\r\ndescription - Pune From February 2015 till present\r\n\r\nProject Profile:\r\nOil and Gas unit of Tieto India Pvt. Ltd. is working for Environmental Components (EC) application. Tieto is the authorized service provider in EC. Energy Components is a complete end-to-end hydrocarbon accounting solution following the hydrocarbons from production to transport, sales and revenue recognition. Globally market-leading hydrocarbon accounting software with functionality coverage exceeding other available solutions. Modern, flexible and scalable technology platform. Selected as the global standard and best practice by oil & gas super majors.\r\nResponsibilities: â\x80¢ Oracle Database Administration 11g R2, 12c and 18c â\x80¢ Supporting databases in 24x7 environments and coordinate with Application, OS, Storage and Development Teams. Test and Production environments â\x80¢ Regularly monitoring the trace files and Alert log files for database related issues.\r\nâ\x80¢ Experience in monitoring the CPU usage, IO and memory utilization at OS level.\r\nâ\x80¢ Checking the Alert log file to analyze the ORA errors if any to raise SR with Oracle.\r\nâ\x80¢ Monitoring the log files, backups, database space usage and the use of system resources.\r\nâ\x80¢ Configuring Backup (RMAN) for database and restoring database.\r\nâ\x80¢ Installation, configuring and updating Oracle server software and related Oracle products of 11g and 12C.\r\nâ\x80¢ Oracle Server installation, client installation and configuration, PLSQL developer installation.\r\nâ\x80¢ Creating database using DBCA and manually.\r\nâ\x80¢ Creating of Oracle user and granting proper privileges to user as per request.\r\nâ\x80¢ Creating AWR, ASH and ADDM reports for database performance analysis.\r\nâ\x80¢ Handling space management and performance issues in Oracle databases.\r\nâ\x80¢ Creating remote database link.\r\nâ\x80¢ Renaming and resizing of data files in Oracle database if needed.\r\nâ\x80¢ Tablespace shrinking with regular time interval to reclaim server space.\r\nâ\x80¢ Expertise in Export and Import using data pump in Oracle database.\r\nâ\x80¢ Expertise in Configuration of Listener and Tnsnames through NETMGR and NETCA and statically also.\r\nâ\x80¢ Managing Oracle Listener and Oracle Network Files.\r\nâ\x80¢ Creating user Profiles, granting specific privileges and roles to the users in Oracle database.\r\nâ\x80¢ Maintaining tablespaces & data files, Control files, Online Redo log files in Oracle database.\r\nâ\x80¢ Worked on AWS cloud services like EC2, S3, RDS, ELB, EBS, VPC, Route53, Auto, Cloud watch, Cloud Front, IAM for installing configuring and troubleshooting on various Amazon images for server migration from physical into cloud.',
'Technical Skills Databases: Oracle RDBMS- 10g, 11g & 12c Technology/utilities: Data Pump, RMAN, Data guard, ASM, RAC, Golden Gate Tools: OCC, PUTTY, SQLPLUS, SQL Developer, Netbackup, SCOM, SCCM, VMWare Vsphere Operating Systems: RHEL 6.0, RHEL 6.5, UNIX and Microsoft WindowsEducation Details \r\n\r\nDatabase Administrator \r\n\r\nDatabase Administrator - BNY Mellon\r\nSkill Details \r\nDATABASES- Exprience - 24 months\r\nORACLE- Exprience - 24 months\r\nRMAN- Exprience - 24 months\r\nNETBACKUP- Exprience - 24 months\r\nSCOM- Exprience - 24 monthsCompany Details \r\ncompany - BNY Mellon\r\ndescription - Databases: 600+\r\nTeam Size: 8\r\nDuration: Jan 2017 - Till Date\r\nClients: Over 130+ investment banking organizations who are hosted with Eagle\r\n\r\nResponsibilities: Database Management (Support and managing critical production, Pre-production, test and reporting databases in different platforms), Capacity Management Upgrades.\r\nâ\x80¢ Handling day to day database activities monitoring and incident management.\r\nâ\x80¢ Building new databases as per the requirement and prepare them for go live with the help of multiple teams.\r\nâ\x80¢ Working on scheduled activity of database patching (CPU, PSU) â\x80¢ Installing latest path on production, Dev and Test databases as per the suggestion from Oracle support.\r\nâ\x80¢ Database Upgrade from 11g and to 12c.\r\nâ\x80¢ Adding disks to ASM disk groups.\r\nâ\x80¢ Building DR database using Active Data guard, Make it sync with prod and resolving issues if persists â\x80¢ Data Guard Management- Checking lagging status, removing lagging of archives, checking processes like RFS/MRP, Archives Management â\x80¢ Working on tablespace related issues â\x80¢ Managing user access and profiles â\x80¢ Importing and exporting using datapump â\x80¢ Maintaining inventory of all databases in the single centralize database â\x80¢ Refreshing test environment from production database.\r\nâ\x80¢ Working with Oracle Support to resolve oracle errors.\r\nâ\x80¢ Schedule daily and weekly databases backup using RMAN, Troubleshooting in RMAN issues.\r\nâ\x80¢ Database cloning using RMAN.\r\nâ\x80¢ Take part in cutover to upgrade application to higher version.\r\nâ\x80¢ Strictly following ITIL process in incident management and change management.\r\nâ\x80¢ Providing weekly report of issues in team meeting also participating and suggesting service improvement plans.\r\nâ\x80¢ Database Migrations from one server to another or to different platforms â\x80¢ RCA and impact analysis reporting during any production outage.\r\n\r\nPrevious Organization: Brose India\r\nProject I: Central IT Management\r\ncompany - \r\ndescription - Responsibilities: Managing our internal databases and servers of Brose global.\r\nâ\x80¢ Providing 24x7 on-call support in the rotational shifts.\r\nâ\x80¢ Performing day-to-day database activity â\x80¢ Monitoring and responding DBA group Mails for all alerts, issues and ad-hoc business user requests, etc.\r\nâ\x80¢ Database creation, patching â\x80¢ Backup of Database in frequent cycles using Data pump/RMAN.\r\nâ\x80¢ Database refreshes using RMAN, Datapump.\r\nâ\x80¢ Recovery using copy of data / RMAN â\x80¢ Monitoring logs and trace for resolving issues.\r\nâ\x80¢ Creating new VM servers and prepare it for go live, Also decommissioning as per requirements.\r\nâ\x80¢ Weekly patching of windows servers using SCCM and taking actions for patching if needed â\x80¢ Monitoring and troubleshooting of daily and weekly OS backup using Symantec Netbackup â\x80¢ Managing user accounts of OS users and database users â\x80¢ Monitoring OS level alerts using SCOM\r\n\r\nProject II: Data Center Migration (Onsite Project)\r\nResponsibilities: Data center migration was one of activity for migration of our datacenter from one location to another. Where our all servers and databases were moved successfully.\r\nâ\x80¢ Installation of Oracle 11g on Linux platforms â\x80¢ Worked on service requests (Incidents / Change / Request) â\x80¢ Creation of users, managing user privileges â\x80¢ Configured RMAN backup for databases â\x80¢ Patching of databases â\x80¢ Configuring physical standby database using Dataguard â\x80¢ Cloning of servers and migrate to another cluster\r\n\r\nACADEMIA / PERSONAL DETAILS â\x80¢ Bachelor of Engineering (B.E.) in Computer Science and Engineering From SGBAU Amravati University, Amravati in 2014 with CGPA of 7.21\r\n\r\nCurrent Address:- Mr. Yogesh Tikhat, C/O: Raj Ahmad, Flat# G2-702, Dreams Aakruti, Kalepadal, Hadapsar, Pune - 411028\r\nHighest Qualification BE (cse)\r\n\r\nPAN: - AOFPT5052C',
"Software Skills: * RDBMS: MS SQL SERVER 2000/2005/2008 & 2012, 2014 * Operating Systems: WINDOWS XP/7, WINDOWS SERVER 2008, 12 * Fundamentals: MS Office 03/07 * Tools: SSMS, Performance Monitor, Sql profiler, SQL lite speed. Company name: Barclays Technology Centre India. Team Size: 24 Role: Database Administrator Support Description: Barclays Technology is a UK based retail & invest bank and 300 years of old bank.. It has operations in over 40 countries and employs approximately 120, 000 people. Barclays is organised into four core businesses: Personal & Corporate (Personal Banking, Corporate Banking, Wealth & Investment Management), Barclaycard, Investment Banking. Responsibilities: â\x9c\x93 Attending various calls from all over the world on various database issues. â\x9c\x93 Working on Web Gui alerts and resolving incident tickets within the time lines. â\x9c\x93 Troubleshoooting log shipping issues and fixing the related alerts. â\x9c\x93 Identifying and Resolving Blocking and locking related issues. â\x9c\x93 Configuration and monitoring Replication, Log shipping and mirroring setup. â\x9c\x93 Working on replication issues and Always ON issue. â\x9c\x93 Granting and revoking permissions on various account provisioning tasks. â\x9c\x93 Working on call support during the weekend and performing DR test's. and working on weekly maintenance jobs and weekend change requests. Education Details \r\n B.Sc. Maths Kakatiya University Board secured\r\nSQL server database administrator \r\n\r\nDatabase administrator\r\nSkill Details \r\nDATABASE- Exprience - 120 months\r\nDATABASE ADMINISTRATOR- Exprience - 72 months\r\nMAINTENANCE- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nREPLICATION- Exprience - 48 monthsCompany Details \r\ncompany - Barclays global services centre\r\ndescription - SQL server databases implementation and maintenances\r\n\r\nLog shipping, replication, High availability, clustering, performance tuning, database mirroring, Installation, configuration, upgradation, migration\r\ncompany - Wipro Infotech Pvt Ltd\r\ndescription - SQL server database administrator\r\ncompany - CITI Bank\r\ndescription - Worked as Database Support at Accord Fintech, Sanpada from Sep 2008 to 2013 Feb.\r\ncompany - \r\ndescription - 2012.\r\nâ\x80¢ Sound knowledge in Database Backup, Restore, Attach, and Detach and Disaster Recovery procedures.\r\nâ\x80¢ Developed backup and recovery strategies for production environment.\r\nâ\x80¢ Ensuring data consistency in the database through DBCC and DMV commands.\r\nâ\x80¢ Experience in query tuning and stored procedures and troubleshooting performance issues.\r\nâ\x80¢ Having hands on experience in DR process including log shipping and database mirroring.\r\nâ\x80¢ Experience in scheduling monitoring of Jobs.\r\nâ\x80¢ Experience in configure and troubleshooting in Always ON.\r\nâ\x80¢ Creating and Maintaining of Maintenance Plan.\r\nâ\x80¢ Expertise in planning and implementing MS SQL Server Security and Database permissions.\r\nâ\x80¢ Clear understanding of Implementation of Log Shipping, Replication and mirroring of databases between the servers.\r\nâ\x80¢ Performance Tuning (Performance Monitor, SQL Profiler Query Analyzer) â\x80¢ Security for server & Databases Implementing security by creating roles/users,\r\nAdded users in roles, assigning rights to roles.\r\nâ\x80¢ Create and maintaining the linked servers between sql Instances.\r\nâ\x80¢ Create and maintaining and Database mail.\r\nâ\x80¢ Monitor and troubleshoot database issues.\r\nâ\x80¢ Creating DTS packages for executing the required tasks.\r\nâ\x80¢ Experts in create indexes, Maintaining indexes and rebuilds and reorganizes.\r\nâ\x80¢ Daily Maintenance of SQL Servers included reviewing\r\nSQL error logs, Event Viewer.",
'Areas of Expertise â\x80¢ Oracle Databases 12c, 11g, 10g â\x80¢ Weblogic 12c, 11g â\x80¢ Grid Infrastructure â\x80¢ RMAN â\x80¢ ASM â\x80¢ Middleware: OIM, OAM, SOA â\x80¢ Shell Scripts â\x80¢ DataGuard â\x80¢ Web servers - OHS, Apache â\x80¢ Architecture Designs â\x80¢ Proof of Concepts â\x80¢ DevOpsEducation Details \r\nJanuary 2007 Bachelor of Engineering Information Technology Sangli, Maharashtra Walchand College\r\nJanuary 2004 Diploma Computer Engineering Jalgaon, Maharashtra Govt. Polytechnic\r\nLead Database Administrator \r\n\r\nLead Database Administrator - Tieto Software\r\nSkill Details \r\nDATABASES- Exprience - 108 months\r\nMIDDLEWARE- Exprience - 96 months\r\nRMAN- Exprience - 84 months\r\nSHELL SCRIPTS- Exprience - 48 monthsCompany Details \r\ncompany - Tieto Software\r\ndescription - As a part of AO (Application Operations) team, scope in project is quite wide than typical database administration. Range of accomplishments are extended right from Data Tier to Middle Tier & Application Tier:\r\n- Maximized availability of applications from 99.3% to 99.8%\r\n- Raised business by presenting Proof of Concepts for 10+ cases\r\n- Delivered upgrades of various applications time to time to keep it on supported platform\r\n- Saved SLAs as per contract by means of handling P1, P2 issues effectively\r\n- Produced Capacity reports comprising all layers (Data, Middleware, Web) of various applications\r\n- Generated Work Orders as per customer need\r\ncompany - Tieto Software\r\ndescription - - Designed databases of various applications\r\n- Planned RMAN backup and recovery, BCP strategies\r\n- Executed Business Continuity Testing for various applications\r\n- Introduced Zero Cost high availability solutions - Active-Passive Failover\r\n- Optimized performance by means of scripting automation\r\n- Established cloning procedures for all layers of various applications\r\n- Delivered Infrastructure changes, like FW Openings & LoadBalancer configuration for new applications\r\n- Eliminated downtime by troubleshoot issues for Middleware products - OIM, OAM, SOA\r\n- Contributed to build & maintain Integration Layer- SMTP, ftp, Reverse Proxy, OCM\r\ncompany - Tieto Software\r\ndescription - - Provided database support to environments - PROD, UAT, TEST, DEV\r\n- Performed Database Refresh/Cloning from production to development and support databases\r\n- Reduced risk level by means of upgrading & patching databases time to time\r\n- Protected databases by assigning appropriate roles and privileges as per SOD\r\n- Generated & maintained Middleware schemas using RCU\r\n- Exceeded scope of work by supporting & maintaining WebLogic platform - installation, patching, troubleshooting issues\r\n- Expanded duty scope to web servers: Install & maintain- OHS, apache, tomcat\r\ncompany - HSBC Software\r\ndescription - Being part of project supporting HSBC Bank France, I achieved:\r\n- Handled incidents & service requests as Day to day database administration tasks\r\n- Delivered basic implementation services - Database installation, patching, upgrades\r\n- Performed capacity planning - managing tablespaces, compressions\r\n- Contributed in maintaining quality of databases - managing instances, indexes, re-organization, performance monitoring & tuning using AWR, ADDM reports\r\n- Maintained backups & recovery of database - logical backups (exp/imp), datapump (expdp/impdp), cold backups, hot backups, RMAN backup/restore, RMAN Duplication\r\n- Reduced efforts by automation - Value add initiatives which includes writing shell scripts for automated housekeeping operations, scheduling backups, use crontab/at to schedule tasks\r\n- Implemented high availability solutions - Dataguard',
'Education Details \r\nMay 2011 to May 2014 Bachelor of science Information technology Mumbai, Maharashtra Mumbai university\r\nOracle DBA \r\n\r\nOracle database administrator\r\nSkill Details \r\nInstallation of Oracle on RH Linux & Windows. Creating/Managing user profiles and analyzing their privileges and tablespace quotas Backup of database Logical and Physical procedures. Recovery of database in case of database crash, disk/media failure, etc. Standard DBA functions like space management, Rollback segments, Extents. Database Management and Monitoring the database. Willing to learn new things. Being a constructive team member, contributing practically to the success of the team.- Exprience - 48 monthsCompany Details \r\ncompany - Accelya kale solutions ltd\r\ndescription - Database Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nDatabase Up-gradation from Oracle 11g to Oracle 12c.\r\nInstallation of Database critical patches.\r\nTaking cold and hot backups on scheduled times and monitoring backups.\r\nImporting the export dump to another database as per demands.\r\nAutomating most of the daily activities through cronjobs, shell scripts or schedulers.\r\nMaking Plan of Actions for Various Activities.\r\nRaising SR with Oracle Support for different severity issues.\r\nHandling the Userâ\x80\x99s request and proper client interaction.\r\nMonitoring & managing database growth, tablespaces, adding ,resizing and renaming the datafiles.\r\nRestoration of database using RMAN backups for backup consistency checks.\r\nMigration of Database using export / import and RMAN backups.\r\nConfiguring & managing Physical Standby database.\r\nCreating database links, Tablespaces, database directories.\r\nManaging network settings through listener.ora and tnsnames.ora files.\r\nRestoration of data using old logical backup as per client request.\r\nSchema replication across databases through data pump tool.\r\nTaking cold and hot backups on scheduled times and monitoring backups\r\nTaking EXPDP of database, database objects and a particular schema\r\nUsing SCP ticketing tool in order keeping track of client requests.Â\xa0\r\nPerforming Maintenance Activities such as Index Rebuilding and stats gather.\r\nTroubleshooting the Basic LevelÂ\xa0performance issuesÂ\xa0\r\nSetting up a new environmentÂ\xa0from database perspective within the requested timelines\r\nAdding/Deleting disks in ASM and monitoring the ASM diskgroups.\r\nCreating users & privileges with appropriate roles and levels of security.Â\xa0\r\nDatabase Administrator working in 24*7 support environment maintaining Databases running on Oracle 11g, 12c.\r\nPerforming database online and offline database re-organization for database enhancement.Â\xa0\r\nMigrating database from Non-ASM to ASM file system.\r\nGrid up-gradation from 11g to 12C.\r\ncompany - Insolutions Global Ltd\r\ndescription - Oracle software installation(graphical/silent),Database upgrade,Patch upgrade.\r\nMaintaining around 80+ UAT DB servers, 40 production DB and 28 standby/DR DB.\r\nManaging/creating DR & standby servers, DB sync.\r\nBackup and recovery (RMAN/ Datapump).\r\nPerforming activities like switchover and failover .\r\nAllocating system storage and planning future storage requirements for the database system\r\nEnrolling users and maintaining system security.\r\nMonitoring Alert log, Snap ID generation, db size, Server space, OEM reports, User validity.\r\nControlling and monitoring user access to the database .\r\nScheduling shell scripts or dbms_jobs using Crontab or DBMS_SCHEDULER (monitoring script, listener check, backup script, AWR reports) etc.\r\nPlanning for backup and recovery of database.\r\nManaging the production database for Oracle and SQL Server and resize the space of database/Datafiles/Tablespace/Transactional Logs.\r\nManaging Temp and Undo tablespaces.\r\nCreating primary database storage structures (tablespaces) after application developers have designed an application.',
'TECHNICAL SKILLS â\x80¢ SQL â\x80¢ Oracle v10, v11, v12 â\x80¢ R programming, Python, linear regression, machine learning and statistical modelling techniques(obtained certification through Edvancer Eduventures training institute) KEY SKILLS â\x80¢ Multitasking, working to meet client SLA in high pressure scenarios, handling sensitive clients along with improved skills at being a team player. â\x80¢ Excellent communication skills and quick learner. â\x80¢ Leadership qualities, team networking and courage to take up the problems proactively.Education Details \r\nJune 2012 Sadvidya Pre-University College\r\nApplication Database Administrator-DBMS (Oracle) \r\n\r\nApplication Database Administrator-DBMS (Oracle) - IBM India Pvt Ltd\r\nSkill Details \r\nCLIENTS- Exprience - 30 months\r\nMACHINE LEARNING- Exprience - 30 months\r\nORACLE- Exprience - 30 months\r\nSQL- Exprience - 30 months\r\nEXCELLENT COMMUNICATION SKILLS- Exprience - 6 monthsCompany Details \r\ncompany - IBM India Pvt Ltd\r\ndescription - Client: Blue Cross Blue Shield MA: Massachusetts Health Insurance\r\nâ\x80¢ Used Oracle SQL to store and organize data. This includes capacity planning, installation, configuration, database\r\ndesign, migration, security, troubleshooting, backup and data recovery.\r\nâ\x80¢ Worked with client databases installed on Oracle v10, v11, v12 on a Linux platform.\r\n\r\nâ\x80¢ Proficient communication with clients across locations facilitating data elicitation.\r\n\r\nâ\x80¢ Handling numerous business requests and solving them diligently within the given time frame and responding quickly and effectively to production issues within SLA.\r\n\r\nâ\x80¢ Leading a team in co ordination with business to conduct weekly checkouts of the database servers and systems\r\n\r\nIBM Certifications\r\nStatistics 101, Applied Data Science with R, Big Data Foundations, Data Science Foundations\r\n\r\nBusiness Analytics Certification (Pune)\r\nWorked on Retail and Banking projects, to design a predictive business model using machine learning techniques in\r\nR programming for an efficient business and marketing strategy.',
"Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - INFOSYS\r\nSkill Details \r\nCompany Details \r\ncompany - INFOSYS\r\ndescription - Project Description: The banking information had stored the data in different data ware house systems for each department but it becomes difficult for the organization to manage the data and to perform some analytics on the past data, so it is combined them into a single global repository in Hadoop for analysis.\r\n\r\nResponsibilities:\r\nâ\x80¢ Analyze the banking rates data set.\r\nâ\x80¢ Create specification document.\r\nâ\x80¢ Provide effort estimation.\r\nâ\x80¢ Develop SPARK Scala, SPARK SQL Programs using Eclipse IDE on Windows/Linux environment.\r\nâ\x80¢ Create KPI's test scenarios, test cases, test result document.\r\nâ\x80¢ Test the Scala programs in Linux Spark Standalone mode.\r\nâ\x80¢ setup multi cluster on AWS, deploy the Spark Scala programs\r\nâ\x80¢ Provided solution using Hadoop ecosystem - HDFS, MapReduce, Pig, Hive, HBase, and Zookeeper.\r\nâ\x80¢ Provided solution using large scale server-side systems with distributed processing algorithms.\r\nâ\x80¢ Created reports for the BI team using Sqoop to export data into HDFS and Hive.\r\nâ\x80¢ Provided solution in supporting and assisting in troubleshooting and optimization of MapReduce jobs and\r\nPig Latin scripts.\r\nâ\x80¢ Deep understanding of Hadoop design principles, cluster connectivity, security and the factors that affect\r\nsystem performance.\r\nâ\x80¢ Worked on Importing and exporting data from different databases like Oracle, Teradata into HDFS and Hive\r\nusing Sqoop, TPT and Connect Direct.\r\nâ\x80¢ Import and export the data from RDBMS to HDFS/HBASE\r\nâ\x80¢ Wrote script and placed it in client side so that the data moved to HDFS will be stored in temporary file and then it will start loading it in hive tables.\r\nâ\x80¢ Developed the Sqoop scripts in order to make the interaction between Pig and MySQL Database.\r\nâ\x80¢ Involved in developing the Hive Reports, Partitions of Hive tables.\r\nâ\x80¢ Created and maintained technical documentation for launching HADOOP Clusters and for executing HIVE\r\nqueries and PIG scripts.\r\nâ\x80¢ Involved in running Hadoop jobs for processing millions of records of text data\r\n\r\nEnvironment: Java, Hadoop, HDFS, Map-Reduce, Pig, Hive, Sqoop, Flume, Oozie, HBase, Spark, Scala,\r\nLinux, NoSQL, Storm, Tomcat, Putty, SVN, GitHub, IBM WebSphere v8.5.\r\n\r\nProject #1: TELECOMMUNICATIONS\r\nHadoop Developer\r\n\r\nDescription To identify customers who are likely to churn and 360-degree view of the customer is created from different heterogeneous data sources. The data is brought into data lake (HDFS) from different sources and analyzed using different Hadoop tools like pig and hive.\r\n\r\nResponsibilities:\r\nâ\x80¢ Installed and Configured Apache Hadoop tools like Hive, Pig, HBase and Sqoop for application development and unit testing.\r\nâ\x80¢ Wrote MapReduce jobs to discover trends in data usage by users.\r\nâ\x80¢ Involved in database connection using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading data and writing hive queries Using the HiveQL.\r\nâ\x80¢ Involved in partitioning and joining Hive tables for Hive query optimization.\r\nâ\x80¢ Experienced in SQL DB Migration to HDFS.\r\nâ\x80¢ Used NoSQL(HBase) for faster performance, which maintains the data in the De-Normalized way for OLTP.\r\nâ\x80¢ The data is collected from distributed sources into Avro models. Applied transformations and standardizations and loaded into HBase for further data processing.\r\nâ\x80¢ Experienced in defining job flows.\r\nâ\x80¢ Used Oozie to orchestrate the workflow.\r\nâ\x80¢ Implemented Fair schedulers on the Job tracker to share the resources of the Cluster for the Map Reduce\r\njobs given by the users.\r\nâ\x80¢ Exported the analyzed data to the relational databases using HIVE for visualization and to generate reports for the BI team.\r\n\r\nEnvironment: Hadoop, Hive, Linux, MapReduce, HDFS, Hive, Python, Pig, Sqoop, Cloudera, Shell Scripting,\r\nJava (JDK 1.6), Java 6, Oracle 10g, PL/SQL, SQL*PLUS",
'Skill Set: Hadoop, Map Reduce, HDFS, Hive, Sqoop, java. Duration: 2016 to 2017. Role: Hadoop Developer Rplus offers an quick, simple and powerful cloud based Solution, Demand Sense to accurately predict demand for your product in all your markets which Combines Enterprise and External Data to predict demand more accurately through Uses Social Conversation and Sentiments to derive demand and Identifies significant drivers of sale out of hordes of factors that Selects the best suited model out of multiple forecasting models for each product. Responsibilities: â\x80¢ Involved in deploying the product for customers, gathering requirements and algorithm optimization at backend of the product. â\x80¢ Load and transform Large Datasets of structured semi structured. â\x80¢ Responsible to manage data coming from different sources and application â\x80¢ Supported Map Reduce Programs those are running on the cluster â\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run internally in map reduce way.Education Details \r\n\r\nHadoop Developer \r\n\r\nHadoop Developer - Braindatawire\r\nSkill Details \r\nAPACHE HADOOP HDFS- Exprience - 49 months\r\nAPACHE HADOOP SQOOP- Exprience - 49 months\r\nHadoop- Exprience - 49 months\r\nHADOOP- Exprience - 49 months\r\nHADOOP DISTRIBUTED FILE SYSTEM- Exprience - 49 monthsCompany Details \r\ncompany - Braindatawire\r\ndescription - Technical Skills:\r\nâ\x80¢ Programming: Core Java, Map Reduce, Scala\r\nâ\x80¢ Hadoop Tools: HDFS, Spark, Map Reduce, Sqoop, Hive, Hbase\r\nâ\x80¢ Database: MySQL, Oracle\r\nâ\x80¢ Scripting: Shell Scripting\r\nâ\x80¢ IDE: Eclipse\r\nâ\x80¢ Operating Systems: Linux (CentOS), Windows\r\nâ\x80¢ Source Control: Git (Github)',
"â\x80¢ Operating systems:-Linux- Ubuntu, Windows 2007/08 â\x80¢ Other tools:- Tableau, SVN, Beyond Compare.Education Details \r\nJanuary 2016 Bachelors of Engineering Engineering Gujarat Technological University\r\nSystems Engineer/Hadoop Developer \r\n\r\nSystems Engineer/Hadoop Developer - Tata Consultancy Services\r\nSkill Details \r\nHadoop,Spark,Sqoop,Hive,Flume,Pig- Exprience - 24 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Roles and responsibility:\r\n\r\nWorking for a American pharmaceutical company (one of the world's premier\r\nbiopharmaceutical) who develops and produces medicines and vaccines for a wide range of medical\r\ndisciplines, including immunology, oncology, cardiology, endocrinology, and neurology. To handle large\r\namount of United Healthcare data big data analytics is used. Data from all possible data sources like records of all Patients(Old and New), records of medicines, Treatment Pathways & Patient Journey for\r\nHealth Outcomes, Patient Finder (or Rare Disease Patient Finder), etc being gathered, stored and processed at one place.\r\n\r\nâ\x80¢ Worked on cluster with specs as:\r\no Cluster Architecture: Fully\r\nDistributed Package Used:\r\nCDH3\r\no Cluster Capacity: 20 TB\r\no No. of Nodes: 10 Data Nodes + 3 Masters + NFS Backup For NN\r\n\r\nâ\x80¢ Developed proof of concepts for enterprise adoption of Hadoop.\r\nâ\x80¢ Used SparkAPI over Cloudera Hadoop YARN to perform analytics on the Healthcare data in Cloudera\r\ndistribution.\r\nâ\x80¢ Responsible for cluster maintenance, adding and removing cluster nodes, cluster monitoring and trouble-shooting, manage and review data backups, and reviewing Hadoop log files.\r\nâ\x80¢ Imported & exported large data sets of data into HDFS and vice-versa using sqoop.\r\nâ\x80¢ Involved developing the Pig scripts and Hive Reports\r\nâ\x80¢ Worked on Hive partition and bucketing concepts and created hive external and Internal tables with Hive\r\npartition.Monitoring Hadoop scripts which take the input from HDFS and load the data into Hive.\r\nâ\x80¢ Developed Spark scripts by using Scala shell commands as per the requirement and worked with both\r\nData frames/SQL/Data sets and RDD/MapReduce in Spark. Optimizing of existing algorithms in Hadoop\r\nusing SparkContext, Spark-SQL, Data Frames and RDD's.\r\nâ\x80¢ Collaborated with infrastructure, network, database, application and BI to ensure data, quality and availability.\r\nâ\x80¢ Developed reports using TABLEAU and exported data to HDFS and hive using Sqoop.\r\nâ\x80¢ Used ORC & Parquet file formats for serialization of data, and Snappy for the compression of the data.\r\n\r\nAchievements\r\n\r\nâ\x80¢ Appreciation for showing articulate leadership qualities in doing work with the team.\r\nâ\x80¢ Completed the internal certification of TCS Certified Hadoop Developer.\r\n\r\nOngoing Learning\r\nâ\x80¢ Preparing and scheduled the Cloudera Certified Spark Developer CCA 175.",
'Areas of expertise â\x80¢ Big Data Ecosystems: Hadoop-HDFS, MapReduce, Hive, Pig, Sqoop, HBase Oozie, Spark, Pyspark, HUE and having knowledge on cassandra â\x80¢ Programming Languages: Python, Core Java and have an idea on Scala â\x80¢ Databases: Oracle 10g, MySQL, Sqlserver NoSQL - HBase, Cassandra â\x80¢ Tools: Eclipse, Toad, FTP, Tectia, Putty, Autosys, Anaconda, Jupyter notebool and Devops - RTC, RLM. â\x80¢ Scripting Languages: JSP â\x80¢ Platforms: Windows, UnixEducation Details \r\n M.Tech (IT-DBS) B.Tech (CSE) SRM University\r\nSoftware Engineer \r\n\r\nSoftware Engineer - Larsen and Toubro\r\nSkill Details \r\nCompany Details \r\ncompany - Larsen and Toubro\r\ndescription - Worked as a Software Engineer in Technosoft Corporation, Chennai from Aug 2015 to sep 2016.\r\ncompany - Current Project\r\ndescription - Duration: September 2016 to Till date\r\nVendor: Citi bank\r\nDescription:\r\nCitibank\'s (Citi) Anti-Money Laundering (AML) Transaction Monitoring (TM) program is a future state solution and a rules-based system for transaction monitoring of ICG-Markets business.\r\nRoles and Responesbilities:\r\nâ\x80¢ Building and providing domain knowledge for Anti Money Laundering among team members.\r\nâ\x80¢ The layered architecture has Data Warehouse and Workspace layers which are used by Business Analysts.\r\nâ\x80¢ Actively involved in designing of star-schema model involving various Dimensions and Fact tables.\r\nâ\x80¢ Designed SCD2 for maintaining history of the DIM data.\r\nâ\x80¢ Developing Hive Queries for mapping data between different layers of architecture, and it\'s usage in Oozie Workflows.\r\nâ\x80¢ Integration with Data Quality and Reconciliation Module.\r\nâ\x80¢ Regression and Integration testing of solution for any issues in integration with other modules and effectively testing the data flow from layer-to-layer.\r\nâ\x80¢ Transaction monitoring system development to generate Alerts for the suspicious and fraudulent transactions based on requirements provide by BAs.\r\nâ\x80¢ Developing spark Jobs for various business rules.\r\nâ\x80¢ Learning "Machine Learning", which will be used further in the project for developing an effective model for Fraud detection for Anti Money Laundering system.\r\nâ\x80¢ Scheduling Jobs using Autosys tool.\r\nâ\x80¢ Deployment and Code Management using RTC and RLM(Release Lifecycle Management)\r\n\r\nHadoop Developer\r\n# Current Project: PRTS - RAN\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Sqoop, HBase, Tez, Tableau, Sqlserver, Teradata\r\nCluster Size: 96 Node Cluster.\r\nDistribution: Horton works - HDP2.3\r\ncompany - Alcatel lucent\r\ndescription - 1X) and Ruckus Wireless\r\nDescription:\r\nThe scope of this project is to maintain and store the operational and parameters data collected from the multiple vendors networks by the mediation team into the OMS data store and make it available for RF engineers to boost the network performance.\r\nResponsibilities:\r\nâ\x80¢ Working with Hadoop Distributed File System.\r\nâ\x80¢ Involved in importing data from MySQL to HDFS using SQOOP.\r\nâ\x80¢ Involved in creating Hive tables, loading with data and writing hive queries which will run on top of Tez execution Engine.\r\nâ\x80¢ Involved in Preparing Test cases Document.\r\nâ\x80¢ Involved in Integrating Hive and HBase to store the operational data.\r\nâ\x80¢ Monitoring the Jobs through Oozie.\r\ncompany - Current Project\r\ndescription - Anti - Money laundering\r\nEnvironment: Hadoop 2.x, HDFS, Yarn, Hive, Oozie, Spark, Unix, Autosys, Python, RTC, RLM, ETL Framwe work\r\nCluster Size: 56 Node Cluster.\r\nDistribution: Cloudera 5.9.14',
"Technical Skill Set: Programming Languages Apache Hadoop, Python, shell scripting, SQL Technologies Hive, Pig, Sqoop, Flume, Oozie, Impala, hdfs Tools Dataiku, Unravel, Cloudera, Putty, HUE, Cloudera Manager, Eclipse, Resource Manager Initial Learning Program: Tata Consultancy Services: June 2015 to August 2015 Description: This is a learning program conducted by TCS for the newly joined employees, to accomplish them to learn the working standard of the organization. During this period employee are groomed with various technical as well as ethical aspects. Education Details \r\n B.E. Electronics & Communication Indore, Madhya Pradesh Medi-caps Institute of Technology & Management\r\nHadoop developer \r\n\r\nhadoop,hive,sqoop,flume,pig,mapreduce,python,impala,spark,scala,sql,unix.\r\nSkill Details \r\nAPACHE HADOOP SQOOP- Exprience - 31 months\r\nHadoop- Exprience - 31 months\r\nHADOOP- Exprience - 31 months\r\nHive- Exprience - 31 months\r\nSQOOP- Exprience - 31 months\r\npython- Exprience - Less than 1 year months\r\nhdfs- Exprience - Less than 1 year months\r\nunix- Exprience - Less than 1 year months\r\nimpala- Exprience - Less than 1 year months\r\npig- Exprience - Less than 1 year months\r\nunravel- Exprience - Less than 1 year months\r\nmapreduce- Exprience - Less than 1 year months\r\ndataiku- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nData warehouse division has multiple products for injecting, storing, analysing and presenting data. The Data Lake program is started to provide multi-talent, secure data hub to store application's data on Hadoop platform with strong data governance, lineage, auditing and monitoring capabilities. The object of the project is to provide necessary engineering support to analytics and application teams so that they can focus on the business logic development. In this project, the major task is to set up the Hadoop cluster and govern all the activities which are required for the smooth functioning of various Hadoop ecosystems. As the day and day data increasing so to provide stability to the ecosystem and smooth working of it, Developing and automating the various requirement specific utilities.\r\n\r\nResponsibility 1. Developed proactive Health Check utility for Data Lake. The utility proactively checks the smooth functioning of all Hadoop components on the cluster and sends the result to email in HTML format. The utility is being used for daily Health Checks as well as after upgrades.\r\n2. Getting the data in different formats and processing the data in Hadoop ecosystem after filtering the data using the appropriate techniques.\r\n3. Developed data pipeline utility to ingest data from RDBMS database to Hive external tables using Sqoop commands. The utility also offers the data quality check like row count validation.\r\n4. Developed and automated various cluster health check, usage, capacity related reports using Unix shell scripting.\r\n5. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n6. Creating flume agents to process the data to Hadoop ecosystem side.\r\n7. Performed benchmark testing on the Hive Queries and impala queries.\r\n8. Involved in setting up the cluster and its components like edge node and HA implementation of the services: Hive Server2, Impala, and HDFS.\r\n9. Filtering the required data from available data using different technologies like pig, regex Serde etc.\r\n10. Dataiku benchmark testing on top of impala and hive in compare to Greenplum database.\r\n11. Moving the data from Greenplum database to Hadoop side with help of Sqoop pipeline, process the data to Hadoop side and storing the data into hive tables to do the performance testing.\r\n12. Dealing with the Hadoop ecosystem related issues in order to provide stability to WM Hadoop ecosystem.\r\n13. Rescheduling of job from autosys job hosting to TWS job hosting for better performance.\r\n\r\nDeclaration:\r\nI hereby declare that the above mentioned information is authentic to the best of my knowledge\r\ncompany - Tata Consultancy Services\r\ndescription - Clients: 1. Barclays 2. Union bank of California (UBC) 3. Morgan Stanley (MS)\r\n\r\nKEY PROJECTS HANDLED\r\nProject Name ABSA- Reconciliations, UBC and WMDATALAKE COE\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nMigration of data from RDBMS database to Hive (Hadoop ecosystem) . Hadoop platform ability with strong data governance, lineage, auditing and monitoring capabilities. The objective of this project was to speed up the data processing so that the analysis and decision making become easy. Due to RDBMS limitations to process waste amount of data at once and produce the results at the earliest, Client wanted to move the data to Hadoop ecosystem so that they can over-come from those limitations and focus on business improvement only.\r\n\r\nResponsibility 1. Optimising the SQL queries for those data which were not required to move from RDBMS to any other platform.\r\n2. Writing the Hive queries and logic to move the data from RDBMS to Hadoop ecosystem.\r\n3. Writing the hive queries to analyse the required data as per the business requirements.\r\n4. Optimization of hive queries in order to increase the performance and minimize the Hadoop resource utilizations.\r\n5. Writing the sqoop commands and scripts to move the data from RDBMS to Hadoop side.\r\ncompany - Tata Consultancy Services\r\ndescription - Project Description\r\nCreate recs and migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n\r\nResponsibility 1. Have worked on extracting business requirements, analyzing and implementing them in developing Recs 2. Worked on migrating static setup of reconciliations from 8.1 version to 9.1 version of the environment Intellimatch.\r\n3. Done the back end work where most of the things were related to writing the sql queries and provide the data for the new recs.\r\n\r\nProject Name PSO",
'Technical Skills Programming Languages: C, C++, Java, .Net., J2EE, HTML5, CSS, MapReduce Scripting Languages: Javascript, Python Databases: Oracle (PL-SQL), MY-SQL, IBM DB2 Tools:IBM Rational Rose, R, Weka Operating Systems: Windows XP, Vista, UNIX, Windows 7, Red Hat 7Education Details \r\nJanuary 2015 B.E Pimpri Chinchwad, MAHARASHTRA, IN Pimpri Chinchwad College of Engineering\r\nJanuary 2012 Diploma MSBTE Dnyanganaga Polytechnic\r\n S.S.C New English School Takali\r\nHadoop/Big Data Developer \r\n\r\nHadoop/Big Data Developer - British Telecom\r\nSkill Details \r\nAPACHE HADOOP MAPREDUCE- Exprience - 37 months\r\nMapReduce- Exprience - 37 months\r\nMAPREDUCE- Exprience - 37 months\r\nJAVA- Exprience - 32 months\r\n.NET- Exprience - 6 monthsCompany Details \r\ncompany - British Telecom\r\ndescription - Project: British Telecom project (UK)\r\nResponsibilities:\r\nâ\x80¢ Working on HDFS, MapReduce, Hive, Spark, Scala, Sqoop, Kerberos etc. technologies\r\nâ\x80¢ Implemented various data mining algorithms on Spark like K-means clustering, Random forest, Naïve bayes etc.\r\nâ\x80¢ A knowledge of installing, configuring, maintaining and securing Hadoop.\r\ncompany - DXC technology\r\ndescription - HPE legacy), Bangalore\r\nâ\x80¢ Worked on Hadoop + Java programming\r\nâ\x80¢ Worked on Azure and AWS (EMR) services.\r\nâ\x80¢ Worked on HDInsight Hadoop cluster..\r\nâ\x80¢ Design, develop, document and architect Hadoop applications\r\nâ\x80¢ Develop MapReduce coding that works seamlessly on Hadoop clusters.\r\nâ\x80¢ Analyzing and processing the large data sets on HDFS.\r\nâ\x80¢ An analytical bent of mind and ability to learn-unlearn-relearn surely comes in handy.',
'Technical Skill Set Big Data Ecosystems: Hadoop, HDFS, HBase, Map Reduce, Sqoop, Hive, Pig, Spark-Core, Flume. Other Language: Scala, Core-Java, SQL, PLSQL, Sell Scripting ETL Tools: Informatica Power Center8.x/9.6, Talend 5.6 Tools: Eclipse, Intellij Idea. Platforms: Windows Family, Linux /UNIX, Cloudera. Databases: MySQL, Oracle.10/11gEducation Details \r\n M.C.A Pune, MAHARASHTRA, IN Pune University\r\nHodoop Developer \r\n\r\nHodoop Developer - PRGX India Private Limited Pune\r\nSkill Details \r\nCompany Details \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 10+\r\nEnvironment: Hive, Spark, Sqoop, Scala and Flume.\r\n\r\nProject Description:\r\nThe bank wanted to help its customers to avail different products of the bank through analyzing their expenditure behavior. The customers spending ranges from online shopping, medical expenses in hospitals, cash transactions, and debit card usage etc. the behavior allows the bank to create an analytical report and based on which the bank used to display the product offers on the customer portal which was built using java. The portal allows the customers to login and see their transactions which they make on a day to day basis .the analytics also help the customers plan their budgets through the budget watch and my financial forecast applications embedded into the portal. The portal used hadoop framework to analyes the data as per the rules and regulations placed by the regulators from the respective countries. The offers and the interest rates also complied with the regulations and all these processing was done using the hadoop framework as big data analytics system.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Import data from legacy system to hadoop using Sqoop, flume.\r\nâ\x9d\x96 Implement the business logic to analyses the data\r\nâ\x9d\x96 Per-process data using spark.\r\nâ\x9d\x96 Create hive script and loading data into hive.\r\nâ\x9d\x96 Sourcing various attributes to the data processing logic to retrieve the correct results.\r\n\r\nProject 2\r\ncompany - PRGX India Private Limited Pune\r\ndescription - \r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 11+\r\nEnvironment: Hadoop, HDFS, Hive, Sqoop, MySQL, Map Reduce\r\n\r\nProject Description:-\r\nThe Purpose of this project is to store terabytes of information from the web application and extract meaningful information out of it.the solution was based on the open source s/w hadoop. The data will be stored in hadoop file system and processed using Map/Reduce jobs. Which in trun includes getting the raw html data from the micro websites, process the html to obtain product and user information, extract various reports out of the vistor tracking information and export the information for further processing\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 Move all crawl data flat files generated from various micro sites to HDFS for further processing.\r\nâ\x9d\x96 Sqoop implementation for interaction with database\r\nâ\x9d\x96 Write Map Reduce scripts to process the data file.\r\nâ\x9d\x96 Create hive tables to store the processed data in tabular formats.\r\nâ\x9d\x96 Reports creation from hive data.\r\n\r\nProject 3\r\ncompany - PRGX India Private Limited Pune\r\ndescription - Team Size: 15+\r\nEnvironment: Informatica 9.5, Oracle11g, UNIX\r\n\r\nProject Description:\r\nPfizer Inc. is an American global pharmaceutical corporation headquartered in New York City. The main objective of the project is to build a Development Data Repository for Pfizer Inc. Because all the downstream application are like Etrack, TSP database, RTS, SADMS, GFS, GDO having their own sql request on the OLTP system directly due to which the performance of OLTP system goes slows down. For this we have created a Development Data Repository to replace the entire sql request directly on the OLTP system. DDR process extracts all clinical, pre-clinical, study, product, subject, sites related information from the upstream applications like EPECS, CDSS, RCM, PRC, E-CLINICAL, EDH and after applying some business logic put it into DDR core tables. From these snapshot and dimensional layer are created which are used for reporting application.\r\n\r\nRole & Responsibilities:\r\nâ\x9d\x96 To understand & analyze the requirement documents and resolve the queries.\r\nâ\x9d\x96 To design Informatica mappings by using various basic transformations like Filter, Router, Source qualifier, Lookup etc and advance transformations like Aggregators, Joiner, Sorters and so on.\r\nâ\x9d\x96 Perform cross Unit and Integration testing for mappings developed within the team. Reporting bugs and bug fixing.\r\nâ\x9d\x96 Create workflow/batches and set the session dependencies.\r\nâ\x9d\x96 Implemented Change Data Capture using mapping parameters, SCD and SK generation.\r\nâ\x9d\x96 Developed Mapplet, reusable transformations to populate the data into data warehouse.\r\nâ\x9d\x96 Created Sessions & Worklets using workflow Manager to load the data into the Target Database.\r\nâ\x9d\x96 Involved in Unit Case Testing (UTC)\r\nâ\x9d\x96 Performing Unit Testing and UAT for SCD Type1/Type2, fact load and CDC implementation.\r\n\r\nPersonal Scan\r\n\r\nAddress: Jijayi Heights, Flat no 118, Narhe, (Police chowki) Pune- 411041',
"Technical Summary â\x80¢ Knowledge of Informatica Power Center (ver. 9.1 and 10) ETL Tool: Mapping designing, usage of multiple transformations. Integration of various data source like SQL Server tables, Flat Files, etc. into target data warehouse. â\x80¢ SQL/PLSQL working knowledge on Microsoft SQL server 2010. â\x80¢ Unix Work Description: shell scripting, error debugging. â\x80¢ Job scheduling using Autosys, Incident management and Change Requests through Service Now, JIRA, Agile Central â\x80¢ Basic knowledge of Intellimatch (Reconciliation tool) Education Details \r\nJanuary 2010 to January 2014 BTech CSE Sangli, Maharashtra Walchand College of Engineering\r\nOctober 2009 H.S.C Sangli, Maharashtra Willingdon College\r\nAugust 2007 S.S.C Achievements Sangli, Maharashtra Martin's English School\r\nETL Developer \r\n\r\nIT Analyst\r\nSkill Details \r\nETL- Exprience - 48 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 48 months\r\nINFORMATICA- Exprience - 48 months\r\nMS SQL SERVER- Exprience - 48 months\r\nRECONCILIATION- Exprience - 48 months\r\nJira- Exprience - 36 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations\r\ncompany - Tata Consultancy Services\r\ndescription - Project Details\r\nClient/Project: Barclays UK London/HEXAD\r\nEnvironment: Informatica (Power Center), SQL Server, UNIX, Autosys, Intellimatch.\r\n\r\nProject Description:\r\nThe objective is to implement a strategic technical solution to support the governance and monitoring of break standards - including enhancements to audit capabilities. As a part of this program, the required remediation of source system data feeds involves consolidation of data into standardized feeds.\r\n\r\nThese remediated data feeds will be consumed by ETL layer. The reconciliation tool is\r\ndesigned to source data from an ETL layer. The data from the Front and Back office systems,\r\ntogether with static data must therefore be delivered to ETL. Here it will be pre-processed and delivered to reconciliation tool before the reconciliation process can be performed.\r\n\r\nRole and Responsibilities:\r\nâ\x80¢ Responsible for analyzing, designing and developing ETL strategies and processes,\r\nwriting ETL specifications\r\nâ\x80¢ Requirement gathering\r\nâ\x80¢ Making functional documents and low level documents\r\nâ\x80¢ Developing and debugging the Informatica mappings to resolve bugs, and identify the causes of failures\r\nâ\x80¢ User interaction to identify the issues with the data loaded through the application\r\nâ\x80¢ Developed mappings using different transformations",
"TechnicalProficiencies DB: Oracle 11g Domains: Investment Banking, Advertising, Insurance. Programming Skills: SQL, PLSQL BI Tools: Informatica 9.1 OS: Windows, Unix Professional Development Trainings â\x80¢ Concepts in Data Warehousing, Business Intelligence, ETL. â\x80¢ BI Tools -Informatica 9X Education Details \r\n BCA Nanded, Maharashtra Nanded University\r\nETL Developer \r\n\r\nETL Developer - Sun Trust Bank NY\r\nSkill Details \r\nETL- Exprience - 39 months\r\nEXTRACT, TRANSFORM, AND LOAD- Exprience - 39 months\r\nINFORMATICA- Exprience - 39 months\r\nORACLE- Exprience - 39 months\r\nUNIX- Exprience - 39 monthsCompany Details \r\ncompany - Sun Trust Bank NY\r\ndescription - Sun Trust Bank, NY JAN 2018 to present\r\nClient: Sun Trust Bank NY\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nSun Trust Bank is a US based multinational financial services holding company, headquarters in NY that operates the Bank in New York and other financial services investments. The company is organized as a stock corporation with four divisions: investment banking, private banking, Retail banking and a shared services group that provides\r\nFinancial services and support to the other divisions.\r\nThe objective of the first module was to create a DR system for the bank with a central point of communication and storage for Listed, Cash securities, Loans, Bonds, Notes, Equities, Rates, Commodities, and\r\nFX asset classes.\r\nContribution / Highlights:\r\n\r\nâ\x80¢ Liaising closely with Project Manager, Business Analysts, Product Architects, and Requirements Modelers (CFOC) to define Technical requirements and create project documentation.\r\nâ\x80¢ Development using Infa 9.1, 11g/Oracle, UNIX.\r\nâ\x80¢ Use Informatica PowerCenter for extraction, transformation and loading (ETL) of data in the Database.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data base tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing production Support of the deployed code.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\nâ\x80¢ Had one to One interaction with the client throughout the project and in daily meetings.\r\n\r\nProject #2\r\ncompany - Marshall Multimedia\r\ndescription - JUN 2016 to DEC 2017\r\n\r\nClient: Marshall Multimedia\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nMarshall Multimedia is a US based multimedia advertisement services based organization which has\r\nhead courter in New York. EGC interface systems are advert management, Customer Management, Billing and\r\nProvisioning Systems for Consumer& Enterprise Customers.\r\nThe main aim of the project was to create an enterprise data warehouse which would suffice the need of reports belonging to the following categories: Financial reports, management reports and\r\nrejection reports. The professional reports were created by Cognos and ETL work was performed by\r\nInformatica. This project is to load the advert details and magazine details coming in Relational tables into data warehouse and calculate the compensation and incentive amount monthly twice as per business\r\nrules.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Developed mappings using different sources by using Informatica transformations.\r\nâ\x80¢ Created and configured Sessions in Informatica workflow Manager for loading data into Data Mart tables from various heterogeneous database sources like Flat Files, Oracle etc.\r\n\r\n2\r\nâ\x80¢ Unit testing and system integration testing of the developed mappings.\r\nâ\x80¢ Providing solutions to the business for the Production issues.\r\n\r\nProject #3\r\ncompany - Assurant healthcare/Insurance Miami USA\r\ndescription - Assurant, USA NOV 2015 to MAY 2016\r\n\r\nProject: ACT BI - State Datamart\r\nClient: Assurant healthcare/Insurance Miami USA\r\nEnvironment: Informatica Power Center 9.1, Oracle 11g, unix.\r\n\r\nRole: ETL Developer\r\n\r\nProject Profile:\r\nAssurant, Inc. is a holding company with businesses that provide a diverse set of specialty, niche-market insurance\r\nproducts in the property, casualty, life and health insurance sectors. The company's four operating segments are Assurant\r\nEmployee Benefits, Assurant Health, Assurant Solutions and Assurant Specialty Property.\r\nThe project aim at building State Datamart for enterprise solution. I am part of team which is responsible for ETL\r\nDesign & development along with testing.\r\n\r\nContribution / Highlights:\r\nâ\x80¢ Performed small enhancement\r\nâ\x80¢ Daily load monitoring\r\nâ\x80¢ Attend to Informatica job failures by analyzing the root cause, resolving the failure using standard\r\ndocumented process.\r\nâ\x80¢ Experience in writing SQL statements.\r\nâ\x80¢ Strong Problem Analysis & Resolution skills and ability to work in Multi Platform Environments\r\nâ\x80¢ Scheduled the Informatica jobs using Informatica scheduler\r\nâ\x80¢ Extensively used ETL methodology for developing and supporting data extraction, transformations and loading process, in a corporate-wide-ETL Solution using Informatica.\r\nâ\x80¢ Involved in creating the Unit cases and uploaded in to Quality Center for Unit Testing and UTR\r\nâ\x80¢ Ensure that daily support tasks are done in accordance with the defined SLA.",
"Education Details \r\nJanuary 2015 Bachelor of Engineering EXTC Mumbai, Maharashtra Mumbai University\r\nJanuary 2012 Diploma Industrial Electronics Vashi, MAHARASHTRA, IN Fr. Agnel Polytechnic\r\nETL Developer \r\n\r\nETL Developer\r\nSkill Details \r\ninformatica- Exprience - 36 monthsCompany Details \r\ncompany - Blue Shield of California\r\ndescription - Duration: (Mar 2016 - Sept 2017)\r\n\r\nDescription:\r\nBlue Shield of California (BSC) is health plan provider. The intent of this project is to process feeds coming in and going out of BSC system related to eligibility, enrollment, and claims subject areas. All these feeds comes in different formats and are processed using Informatica 9.6.1, Oracle 11g, Facets 5.0 &Tidal.\r\n\r\nTechnical environment: ETL tool (Informatica power Center 9.6.1), Oracle 11g (SQL, PL-SQL), UNIX, Facets, Tidal, JIRA, Putty.\r\n\r\nRole: ETL Developer\r\nResponsibilities: â\x80¢ Responsible for analyzing the business requirement document â\x80¢ Involved in development of Informatica mappings using different transformations like source qualifier, expression, filter, router, joiner, union, aggregator, normalizer, sorter, lookup and its corresponding sessions and workflows.\r\nâ\x80¢ Extensively used Informatica Debugger to figure out the problems in mapping and involved in troubleshooting the existing bugs.\r\nâ\x80¢ Writing Unix Scripts & SQL's as per the business requirement.\r\nâ\x80¢ Impact analysis of change requests & their development.\r\nâ\x80¢ Data fabrication using Facets screens as well as SQL statements in membership domain.\r\nâ\x80¢ Unit testing & trouble shooting using Informatica debugger, SQL query & preparation of Unit Test Cases.\r\nâ\x80¢ Prepare documents for design, unit testing and impact analysis.\r\n\r\nAwards & Achievements â\x80¢ Received Kudos Award at Syntel for contribution in error free work, commitment towards learning, client appreciation and outstanding display of Syntel values Received appreciation from Management for outstanding performance in complete tenure.\r\nâ\x80¢ Received spot recognition for automation done in project.",
'SKILL SET â\x9c\x93 Talend Big Data â\x9c\x93 Informatica Power center â\x9c\x93 Microsoft SQL Server â\x9c\x93 SQL Platform 6.2.1 Management Studio Workbench â\x9c\x93 AWS Services â\x9c\x93 Talend Administration Console â\x9c\x93 Microsoft Visual â\x9c\x93 Redshift (TAC) Studio â\x9c\x93 Athena â\x9c\x93 Data Warehouse Concept - Star â\x9c\x93 SQL â\x9c\x93 S3 Schema, Facts, Dimensions â\x9c\x93 Data Modeling - â\x9c\x93 Data Integration Microsoft Access Education Details \r\nJanuary 2012 to January 2016 BE Mumbai, Maharashtra University of Mumbai\r\nJanuary 2012 CBSE Technology Kochi, Kerala St. Francis\r\nTalend ETL Developer \r\n\r\nTalend ETL Developer - Tata Consultancy Services\r\nSkill Details \r\nDATA WAREHOUSE- Exprience - 23 months\r\nDATABASE- Exprience - 20 months\r\nINTEGRATION- Exprience - 20 months\r\nINTEGRATOR- Exprience - 20 months\r\nMS SQL SERVER- Exprience - 20 monthsCompany Details \r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.\r\nâ\x80¢ Expertise in creating mappings in TALEND using Big Data supporting components such as tJDBCConfiguration, tJDBCInput,\r\ntHDFSConfiguration, tS3configuration, tCacheOut, tCacheIn, tSqlRow and standard components like tFileInputDelimited,\r\ntFileOutputDelimited, tMap, tJoin, tReplicate, tParallelize, tConvertType, tAggregate, tSortRow, tFlowMeter, tLogCatcher,\r\ntRowGenerator, tJava, tJavarow, tAggregateRow, tFilter etc.\r\nâ\x80¢ Used ETL methodologies and best practices to create Talend ETL jobs. Followed and enhanced programming and naming\r\nstandards. Developed jobs, components and Joblets in Talend. Used tRunJob component to run child job from a parent job and to pass parameters from parent to child job.\r\nâ\x80¢ Created and deployed physical objects including custom tables, custom views, stored procedures, and indexes to SQL server for Staging and Data-Warehouse environment. Involved in writing SQL Queries and used Joins to access data from MySQL.\r\nâ\x80¢ Created and managed Source to Target mapping documents for all Facts and Dimension tables. Broad design, development and testing experience with Talend Integration Suite and knowledge in Performance Tuning of mappings.\r\nâ\x80¢ Extensively used tMap component which does lookup & Joiner Functions. Experienced in writing expressions within tmap as per the business need. Handled insert and update Strategy using tSQLRow.\r\nâ\x80¢ Created Implicit, local and global Context variables in the job to run Talend jobs against different environments.\r\nâ\x80¢ Worked on Talend Administration Console (TAC) for scheduling jobs and adding users. Experienced in Building a Talend job outside of a Talend studio as well as on TAC server.\r\nâ\x80¢ Developed mappings to load Fact and Dimension tables, SCD Type 1 and SCD Type 2 dimensions and Incremental loading and unit tested the mappings.\r\nâ\x80¢ Developed Framework Integrated Job which schedules multiple jobs at a time and updates the last successful run time,\r\nsuccess status, sending mail for failed jobs, maintaining the counts in SQL Database. Used tParalleize component and multi\r\nthread execution option to run subjobs in parallel which increases the performance of a job.\r\nâ\x80¢ Created Talend jobs to copy the files from one server to another and utilized Talend FTP components. Implemented FTP\r\noperations using Talend Studio to transfer files in between network folders as well as to FTP server using components like tFileList, tS3Put, tFTPut, tFileExist, tFTPConnection etc.\r\nâ\x80¢ Extracted data from flat files/ databases applied business logic to load them in the staging database as well as flat files.\r\nâ\x80¢ Successfully Loaded Data into different targets from various source systems like SQL Database, DB2, Flatfiles, XML files etc into the Staging table and then to the target database.\r\ncompany - Tata Consultancy Services\r\ndescription - Experience in development and design of ETL (Extract, Transform and Loading data) methodology for supporting data\r\ntransformations and processing, in a corporate wide ETL Solution using TALEND Big Data Platform.\r\nâ\x80¢ Excellent working experience in Agile methodologies.\r\nâ\x80¢ Proficiency in gathering and understanding the client requirements and translate business needs into technical\r\nrequirements.\r\nâ\x80¢ Design and develop end-to-end ETL process from various source systems to Staging area, from staging to Data Warehouse,\r\nsoliciting and documenting business, functional and data requirements, context/variable diagrams, use cases and ETL\r\nrelated diagrams.\r\nâ\x80¢ Excellent oral/written communication with ability to effectively work with onsite and remote teams.\r\nâ\x80¢ A good team player with excellent problem solving ability and time management skills having profound insight to determine\r\npriorities, schedule work and meet critical deadlines.\r\ncompany - Tata Consultancy Services\r\ndescription - Prepared ETL mapping Documents for every mapping and Data Migration document for smooth transfer of project from development to testing environment and then to production environment. Performed Unit testing and System testing to\r\nvalidate data loads in the target. Troubleshoot long running jobs and fixed the issues.',
"Computer skills: - Yes. SQL knowledge-yes Unix knowledge-yes Data warehouse knowledge-yes Ab intio -yee MY HOBBIES: - â\x80¢ Playing Cricket, football. â\x80¢ Reading books â\x80¢ Visiting new places/Travelling. DECLARATION:- I hereby declare that the above mentioned information is factual and correct up to the best of my knowledge and belief. Date: -.27.01.2019 MR. MANISH PRABHAKAR PATIL Place: -MUMBAI Education Details \r\nJune 2014 to June 2015 Bachelor's Electronics and Telecommunication A C Patil college of Engineering\r\nJanuary 2009 to January 2011 Engineering Navi Mumbai, Maharashtra Bharati vidyapeeth\r\nJanuary 2008 H.S.C. Mumbai, Maharashtra Khalsa college\r\nETL Informatica Developer \r\n\r\nETL DEVELOPER\r\nSkill Details \r\nETL- Exprience - Less than 1 year months\r\nData Warehouse- Exprience - Less than 1 year months\r\nDatastage- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Reliance Infocomm\r\ndescription - I havevbeen working as ETL Developer in reliance industries in India for the past 3years.I have very good knowledge of Informatica and SQL as well as good knowledge of Unix.I am willing to work in yours company as Developer.",
'TECHNICAL SKILLS â\x80¢ Web Technologies: ASP .NET, HTML, CSS, Jquery. â\x80¢ Languages: C, C++, C#.NET, MVC 5. â\x80¢ Database: SQL SERVER 2005/2008/2016. â\x80¢ Reporting Tools.: Kindo UI, Telerik functions, Crystal Report. â\x80¢ Platforms: Visual Stadio 2010/2014. Education Details \r\nJanuary 2014 B.E Satara, Maharashtra L.N.B.C.College of Engg Satara.\r\nJanuary 2011 Diploma Thergaon Pune, Maharashtra M.M.Polytechnic\r\nDot net developer \r\n\r\n\r\nSkill Details \r\n.NET- Exprience - 24 months\r\nASP- Exprience - 24 months\r\nC#- Exprience - 24 months\r\nC++- Exprience - 6 months\r\nCRYSTAL REPORT- Exprience - 6 months\r\nHtml- Exprience - Less than 1 year months\r\nCss- Exprience - Less than 1 year months\r\nEntityframewok,jquery,javascript- Exprience - Less than 1 year months\r\nMvc- Exprience - 6 months\r\nSql- Exprience - 24 monthsCompany Details \r\ncompany - Corecode technology\r\ndescription - Worked on web application using asp,c#,mvc\r\nas well as sql for database and also bootstrap,css,html for designing.created reports using kindo and telerik controls\r\ncompany - Inetsoft solution\r\ndescription - Created web application using asp and c# and also used sql for database.',
'Participated in intra college cricket competition and various other sports events. Group dance in college cultural programme Education Details \r\n Msc Computer Science Pune, Maharashtra Pune University\r\n Bsc Computer Science Pune, Maharashtra Pune University\r\n HSC Semi-English Pune, Maharashtra Maharashatra Board\r\n SSC Semi-English Pune, Maharashtra Maharashatra Board\r\nDOT NET Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nAsp.Net,C#, HTML, CSS, SQL- Exprience - 6 months\r\nJavascript- Exprience - Less than 1 year months\r\nsql server 2008/2012- Exprience - Less than 1 year monthsCompany Details \r\ncompany - \r\ndescription - ',
"Technical Skills â\x80¢ Languages: C#, ASP .NET MVC, HTML, CSS, JavaScript, AngularJs â\x80¢ Primary Skill: Entity Framework. â\x80¢ Tools Used: SQL Server 14, Visual Studio 13. Project Details: 1.Project Name: Transport Management System Role: Dot Net Developer Platform Used: MVC, AngularJs, SQL Server Description: This project is about the Transport Management System. This project is used to keeps all the record of the Vehicle, Customer, Employee. Reduce costs with centralized planning and execution of logistics activities. Vehicle owner can add his vehicle for rent of the specific day into the application from their location. Admin can easily access the data of Vehicle, Customer & Employee. Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Customer and Vehicle model. 2.Project Name: CRM Role: Dot Net Developer Platform Used: MVC, SQL Server Description: It's kind of CRM Application where a training institute can easily track their student data. where we have different user store or access and utilise to manage this data with application. Any user can easily fill the information of the leads comes in that institute also who joined or Convert that leads as a student in that institute. All information can store or easily manage this application also the good leads or the student who didn't join but their records are store in this application so this application help institute to fetch all the contacts information or those leads or student who didn't join that time. We can later contact to those leads in future. Also with the application we get to know each and every leads or student who joined Responsibilities: Used 3-tier architecture for presentation layer, the Business and Data Access Layers and were coded using C# as per user Requirements. Make changes in the project with discussing the group for new requirement. Work on Enquiry model. Key Strength: â\x80¢ Adaptability. â\x80¢ Hard Worker. â\x80¢ Self Motivated. â\x80¢ Positive Attitude.Education Details \r\nJanuary 2008 HSC Maharashtra Board\r\nJanuary 2006 SSC Maharashtra Board\r\nDot Net Developer \r\n\r\nDot Net Developer - Glyphisoft Technology\r\nSkill Details \r\nASP- Exprience - 14 months\r\nDOT- Exprience - 14 months\r\nMODEL VIEW CONTROLLER- Exprience - 14 months\r\nMODEL-VIEW-CONTROLLER- Exprience - 14 months\r\nMVC- Exprience - 14 monthsCompany Details \r\ncompany - Glyphisoft Technology\r\ndescription - Having around 1.1+ Years of experience in development in Asp.net MVC\r\nâ\x80¢ Currently associated with Glyphisoft Technology Solution as .net Developer.",
'Education Details \r\nJanuary 2014 Education Details Pune, Maharashtra University Of Pune\r\nJanuary 2010 B.Com Pune, Maharashtra University Of Pune\r\nSoftware Developer \r\n\r\nSoftware Developer - Technology - Dot Net\r\nSkill Details \r\nCompany Details \r\ncompany - Technology - Dot Net\r\ndescription - â\x80¢ Previous Experience worked in SepSoft ERP Solutions From 1-Jan 2016 To 24th Dec 2016.\r\n\r\nâ\x80¢ Designation - Software Developer.\r\nâ\x80¢ Technology - Dot Net',
'Technologies ASP.NET, MVC 3.0/4.0/5.0, Unit Testing, Entity Framework 6.0 Languages C#.NET JS Library JavaScript, JQuery, Angular1.5, Typescript. Tools Visual Studio 2008/2010/2012/2015, Visual Studio Code (IDE), .NET Framework 2.0, 3.5, 4.0, 4.5 Databases SQL Server 2005, 2008, 2014, 2015 Source control tools Tortoise SVN, Git,Education Details \r\nJanuary 2010 B.Tech Kakinada, Andhra Pradesh JNTU\r\nDot Net Developer \r\n\r\nDot Net Developer - The Tie Bar\r\nSkill Details \r\n.NET- Exprience - 34 months\r\nASP- Exprience - 34 months\r\nASP.NET- Exprience - 34 months\r\nC#- Exprience - 34 months\r\nJAVASCRIPT- Exprience - 34 monthsCompany Details \r\ncompany - The Tie Bar\r\ndescription - Duration: January 2017 to Till Date\r\n\r\nResponsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Microsoft MVC framework and client side environment using Knockout JS.\r\nâ\x80¢ Consuming Web API and WCF Rest full services.\r\nâ\x80¢ Designed and coded application components in an agile environment utilizing a test driven development approach.\r\nâ\x80¢ Created and maintained project tasks and schedules.\r\nâ\x80¢ Provided programming estimates, identified potential problems and recommended alternative solutions.\r\nâ\x80¢ Worked in close cooperation with project managers and other functional team members to form a team effort in development.\r\nâ\x80¢ Utilized pair programming approach to ensure high quality code.\r\n\r\nProjects:\r\nTitle: THE TIEBAR\r\nEnvironment: Visual Studio 2015, MVC 5.0, C#, JavaScript, JSON, LINQ, HTML 5\r\nDatabase: SQL Server 2015\r\n\r\nRole: Developer\r\nDescription:\r\nThe Tie Bar is US based online shopping website; it is the one-stop destination for luxury menswear with premium dress shirts, ties, bow ties and more,\r\n\r\nTitle: Leave Management System\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nA Leave Management System is a web application having two module one is front end and second is admin module. Admin user can manage the site content in this application. The main functionality of this web application is used for maintaining the employee leave policy in a company\r\n\r\nTitle: Around Pune (CMS)\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\n\r\nRole: Developer\r\nDescription:\r\nAround Pune is a web application. In that there are two modules one is admin module and another is client or front end. Admin module controls the site date or its cms (content management system) project. The purpose of this site is to show or provide the details of all the spots and tourists places around the Pune.\r\n\r\nTitle: Country Side\r\nEnvironment: Visual Studio 2008, ASP.Net, C#.Net, JavaScript, JQuery\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nThis is cms (content management system) website controlling by admin user. In that, there is one admin module to maintain website content. This site is used to provide information about tourist places, and provide offers, Different packages for trips.\r\ncompany - Hamsa Hitech Pvt. Ltd\r\ndescription - Responsibility:\r\nâ\x80¢ Design and coding in a .NET server-side environment, specifically utilising the Asp.Net and C#.Net.\r\nâ\x80¢ Design and implement systems that use relational databases, specifically SQL 2008.\r\n\r\nProject:\r\nTitle: A G JOHNSON\r\nEnvironment: Visual Studio 2010, ASP.Net, C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nA G JOHNSON is a global employment website. The main purpose of this application is to recruit employees for their clients in different countries like Switzerland, Norway and Sweden and it provide services like Organisational Development, Management and Leadership Support and Development, Legal Support\r\n\r\nTitle: CRM for Company\r\nEnvironment: Visual Studio 2008, ASP.Net 3.0 using C#.Net, JavaScript, JQuery,\r\nDatabase: SQL Server 2008\r\nRole: Developer\r\nDescription:\r\nCustomer relationship management System is a web application. Which is maintaining the relation with company? We can view the Project List, Client List, Notification List, Appointment List, Conversation List, Client Person List and Company Person.',
"Technical Skills CATEGORY SKILLS Language C, C#, OOP, Dot Net Technologies ASP.Net MVC, ADO.Net, Entity Framework, LINQ Web Technologies HTML, CSS Browser Scripting JavaScript, Jquery, Ajax, JSON Web Browser Internet Explorer 8.0, Mozilla Firefox10 Front-end-framework Bootstrap, Kendo UI Database SQL Server 2012 Development Tools Visual Studio 2013 Operating Systems MS Window 2007 Project Details Projects Worked On: 1. Project Name: Politician Website Role: Trainee Project Description: I developed Politician website. In this website there is Home Page, Quick Facts, Category, Biography, Gallery, and ContactUs Page. It is a totally dynamic website. Environment: Operating System: Windows 7 Development Tools: Visual Studio 2013 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, Jquery, Bootstrap Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. 2. Project Name: Coaching Management System (CMS) Project Description: This software is helps to manage institute (Student, Teacher, Courses, Batches, Fees, Attendance, and Marks) . Provide easy reports like outstanding Fees, Marks, and Attendance etc. This software is specially designed for coaching institute. Environment: Operating System: Windows 7 Database Server: SQL Server 2012 Technology: .NET Framework 4.5, ASP.Net MVC5 Presentation Layer: HTML, CSS, JavaScript, Jquery, Bootstrap Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 3. Project Name: Hospital Management System (HMS) Project Description: Hospital Management System is powerful, flexible, and easy to use and designed and developed to deliver real conceivable benefits to hospitals and clinics and more importantly it is backed by reliable and dependable. Hospital Management System is designed for multispecialty hospitals, to cover a wide range of hospital administration and management processes. It is an integrated end-to-end Hospital Management System that provides relevant information across the hospital to support effective decision making for patient care, hospital administration and critical financial accounting, in a seamless flow. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, Kendo UI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 4. Project Name: Ticket Booking Software (BESS) Project Description: Online Ticket Booking System is a Web based application. You can directly book the ticket by this application. This application is implemented for Bus, Tour and Travel Agency. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery, KendoUI Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 5. Project Name: School Management System (SMS) Project Description: School Management System is complete school management software designed to automate a school's diverse operations from classes, exams to school events calendar. This school software has a powerful online community to bring parents, teachers and student on a common interactive platform. It is paperless office automation solution for today's modern schools. The School Management System provides the facility to carry out all day to day activities of the school, making them fast, easy, efficient and accurate. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Features: â\x80¢ Project includes the feature of testing type and the activity on the project activities. â\x80¢ Project includes the online management and test process. Role and Responsibilities: â\x80¢ Worked in Development of Back-end Like Data Collections. â\x80¢ Database Schema Designing, and Create Database Dictionary & Made Database Constraints. â\x80¢ I was also worked on Front-end Designing like Screen Generations, form Designing & Applying client side Validation. â\x80¢ SRS documentation and Development. 6. Project Name: CREDIT MONITORING application Using the CREDIT MONITORING application, RMs, UHs, Credit Controllers and CMUs are able to monitor and manage the following items online, update the regularization dates and add their comments as well as generate reports: - Overdrafts - Past Dues - SBLC / FG Expiry - Mortgage Expiry - Cheques Returns & Failed Direct Debit - NBF vs. CB Classification Relationship Manager The relationship manager can only update the Regularization Date and the RM Comments. All other fields will be disabled (greyed-out) for the relationship manager. On updating the Regularization Date and the RM Comments, a successful message will be displayed to the RM and then the RM will be navigated to the Dashboard screen again. Credit Controller (CCU) The credit controller can only update the CCU Comments, if and only if the Regularization Date and RM Comments are present. Otherwise, the CCU Comments field will be disabled (greyed-out) . All other fields will also be disabled (greyed-out) for the CCU. On updating the CCU Comments, a successful message will be displayed to the CCU and then the CCU will be navigated to the Dashboard screen. CMU The CMU can only update the CMU comments, if and only if the CCU Comments are present. Otherwise, the CMU Comments field should be disabled (greyed-out) . All other fields will be disabled (greyed-out) for the CMU. On updating the CMU Comments, a successful message will be displayed to the CMU and then the CMU will be navigated to the Dashboard screen. UH The UH can only update the UH comments All other fields will be disabled (greyed-out) for the UH. On updating the UH Comments, a successful message will be displayed to the UH and then the UH will be navigated to the Dashboard screen. Environment: Presentation Layer: HTML, CSS, JavaScript, Jquery Business Layer: .NET Framework 4.5, ASP.Net MVC5 Database Layer: SQL Server 2012 Operating System: Windows 7 Role and Responsibilities: â\x80¢ Understanding requirements, Coding and unit testing. â\x80¢ SRS documentation and Development. Education Details \r\n MCM Pune, Maharashtra Pune University\r\n B.Sc. Computer Science Indore, Madhya Pradesh DAVV University\r\nDesignation - Dot Net Developer \r\n\r\nDot Net Developer\r\nSkill Details \r\nEntity Framework- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nAsp.Net- Exprience - Less than 1 year months\r\nJavascript- Exprience - Less than 1 year months\r\nOOP- Exprience - Less than 1 year months\r\nASP.Net MVC- Exprience - Less than 1 year months\r\nCSS- Exprience - Less than 1 year months\r\nAjax- Exprience - Less than 1 year months\r\nSQL- Exprience - Less than 1 year months\r\nJquery- Exprience - Less than 1 year months\r\nHTML- Exprience - Less than 1 year months\r\nJSON- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Cognizant Technology Solutions\r\ndescription - I am working as a dot net developer.\r\ncompany - Ni-Lux Software Ltd.\r\ndescription - I was worked as a dot net developer.\r\ncompany - Ni-lux Software Ltd\r\ndescription - ",
'TECHNICAL SKILLS â\x9d\x96 Programming Languages: C#.NET â\x9d\x96 Web Technologies: ASP.NET MVC, Web API, Angular, JQuery, HTML5, CSS3, Bootstrap. â\x9d\x96 Database: SQL Server 2014 â\x9d\x96 IDE: Visual Studio 2015, Visual Studio Code â\x9d\x96 Office Packages: MS-Office (Access, Word, Excel) Education Details \r\nJanuary 2016 B.Sc.(Computer Science) Solapur, Maharashtra Solapur University\r\nDOT NET Developer \r\n\r\nDOT NET Developer - Navshar Global Software\r\nSkill Details \r\n.NET- Exprience - 15 months\r\nASP- Exprience - 15 months\r\nASP.NET- Exprience - 15 months\r\nBOOTSTRAP- Exprience - 15 months\r\njQuery- Exprience - 15 months\r\nASP.NET MVC- Exprience - Less than 1 year months\r\nAngularjs- Exprience - Less than 1 year months\r\nC#- Exprience - Less than 1 year months\r\nEntity Framework- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Navshar Global Software\r\ndescription - 017.\r\n\r\nPROJECTS WORKED ON\r\n1. Navnirman Tech Festival\r\nâ\x9c\x93 Navnirman Tech Festival is a technical event management application that is used to scheduling and organizing event.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Entity Framework, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n2. Like Security\r\nâ\x9c\x93 The Like Security web application provides trusted services and man power as well labour management.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, SQL Server, Bootstrap, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\n\r\n3. Performance Review (In House Project)\r\nâ\x9c\x93 This is an In-House Web application which is used to fill the review for particular Employee by other employees who worked with him. This application is very useful to take decision in appraisal of employee. All the submitted review can be downloaded in PDF format as per selection.\r\nâ\x9c\x93 Technologies: ASP.NET MVC, Entity Framework, SQL Server, AJAX, JQuery\r\nâ\x9c\x93 Role: Involved Everywhere\r\ncompany - None\r\ndescription - None',
"Hobbies â\x80¢ Playing Chess â\x80¢ Solving Rubik's Cube â\x80¢ Watching Series Languages â\x80¢ English â\x80¢ Hindi â\x80¢ Marathi Education Details \r\nJanuary 2014 to January 2017 Bachelorâ\x80\x99s Degree Information Technology, First Class Pune, Maharashtra JSPMâ\x80\x99s Jayawantrao Sawant College of Engineering\r\nJanuary 2010 to January 2014 Diploma Information Technology, First Class Nashik, Maharashtra K. K. Wagh Polytechnic\r\nJanuary 2010 SSC, First Class Nashik, Maharashtra New Era English School\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Corpcloud Global Services Pvt. Ltd\r\nSkill Details \r\nBlockchain- Exprience - 6 months\r\nSmart Contracts- Exprience - 6 months\r\nDApps- Exprience - 6 months\r\nMEAN Stack- Exprience - 12 monthsCompany Details \r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Worked productively with the Team to identify requirements and proposed ideas on enhancing the product.\r\nâ\x80¢ Developing and managing userâ\x80\x99s Blockchain account wallets and transactions.\r\nâ\x80¢ Regularly monitoring smooth executions of Blockchain transactions and wallet functions along with identifying and correcting possible errors.\r\nâ\x80¢ Writing smart contracts, their APIâ\x80\x99s and documenting them.\r\ncompany - Corpcloud Global Services Pvt. Ltd.\r\ndescription - â\x80¢ Identifying complex bugs in the system and resolving them.\r\nâ\x80¢ Implemented and updated application modules under the direction of Seniors.\r\nâ\x80¢ Effectively coded required changes and alterations and checked in into repository using Bit Bucket.\r\nâ\x80¢ Performed code check-ins and check-outs regularly and worked with APIâ\x80\x99s.",
'Skills Strong CS fundamentals and problem solving Ethereum, Smart Contracts, Solidity skills Golang, Node, Angular, React Culturally fit for startup environment MongoDB, PostGresql, MySql Enthusiastic to learn new technologies AWS, Docker, Microservices Blockchain, Protocol, ConsensusEducation Details \r\nJanuary 2014 M.Tech Computer Engineering Jaipur, Rajasthan Malaviya National Institute Of Technology Jaipur\r\nJanuary 2011 B.E. Computer Science And Engg Kolhapur, Maharashtra Shivaji University\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - XINFIN Orgnization\r\nSkill Details \r\nMONGODB- Exprience - 16 months\r\nCONTRACTS- Exprience - 12 months\r\nMYSQL- Exprience - 9 months\r\nAWS- Exprience - 6 months\r\nPROBLEM SOLVING- Exprience - 6 monthsCompany Details \r\ncompany - XINFIN Orgnization\r\ndescription - Xinfin is a global open source Hybrid Blockchain protocol.\r\nRolled out multiple blockchain based pilot projects on different use cases for various clients. Eg.\r\nTradefinex (Supply chain Management), Land Registry (Govt of MH), inFactor (Invoice Factoring)\r\nBuild a secure and scalable hosted wallet based on ERC 20 standards for XINFIN Network.\r\nWorking on production level blockchain use cases.\r\nTechnology: Ethereum Blockchain, Solidity, Smart Contracts, DAPPs, Nodejs\r\ncompany - ORO Wealth\r\ndescription - OroWealth is a zero commision online investment platform, currently focused on direct mutual funds\r\nBuild various scalable web based products (B2B and B2C) based on MEAN stack technology and integrated with multiple finance applications/entities. eg. Integration KYC and MF Entities.\r\nTechnology: Node.js, Angular.js, MongoDB, Express\r\ncompany - YallaSpree\r\ndescription - Hyderabad, Telangana\r\nYallaspree is a largest digital shopping directory in U.A.E with over 22K stores.\r\nOwn the responsibility to develop and maintain following modules:\r\n- Admin and Vendor interface - Database operations\r\n- Writing Webservices - Complete Notification system\r\n- Events and Offers Page\r\nTechnology: CakePHP (PHP Framework), JQuery, MySql\r\ncompany - RailTiffin.com\r\ndescription - Mumbai, Maharashtra\r\nRailTiffin.com is an e-commerce platform to serve food to railway passengers.\r\nWorked on multiple roles like bug fixing, DB operations, Feature customisation and writing API endpoints.\r\nTechnology: OpenCart (Ecommerce Framework), JQuery, MySql\r\ncompany - Accolite Software India Private Limited\r\ndescription - Bengaluru, KA\r\nAccolite is a global IT Services company headquartered in Dallas, USA with offices in India.\r\nWorked on Birst Analytics Tool to develop, deploy and maintain reports',
'KEY SKILLS: Programing languages: C, C++, Python, Apex, Visualforce, Database: Mysql, Framework: Django, Technologies: Salesforce.com (Administration and development), Force.com, Salesforce CRM, Blockchain Website Designing: HTML5, CSS3, Project: DIPLOMA: Project Name: VANET-virtual Ad - Hoc Network Technology Used: Java. About Project: A system has been made for Video-streaming. In this project, we give the Real, time video-steaming on two or more devices using VANET AP DEGREE: Project Name: Drowsiness Detection System Technology Used: python, Raspberry pi. About project: A system has been made for Driver safety when parson driving car. It detects Drowsy condition of a parson then system brings the alarm.Education Details \r\nJanuary 2017 B.E Computer Engineering Pune, Maharashtra Sanghavi College of Engineering\r\nJanuary 2014 Diploma Computer Technology Nashik, Maharashtra Shree Mahavir Polytechnic\r\nJanuary 2010 S.S.C. Nashik, Maharashtra C.D.O.Meri High school\r\nBlockChain Developer \r\n\r\n\r\nSkill Details \r\nAP- Exprience - 6 months\r\nAPEX- Exprience - 6 months\r\nC++- Exprience - 6 months\r\nCRM- Exprience - 6 months\r\nCUSTOMER RELATIONSHIP MANAGEMENT- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Job Description: Managing the mining firm,\r\nCreating the smart contract on Waves and Ethereum both\r\nPlatform',
'SOFTWARE SKILLS: Languages: C, C++ & java Operating Systems: Windows XP, 7, Ubuntu RDBMS: Oracle (SQL) Database, My SQL, PostgreSQL Markup & Scripting: HTML, JavaScript & PHP, CSS, JQuery, Angular js. Framework: Struts, Hibernate, spring, MVC Web Server: Tomcat and Glassfish. Web Services: REST AND SOAP TRAINING DETAIL Duration: 4 months From: - United Telecommunication Limited Jharnet project (Place - Ranchi, Jharkhand) Networking Requirements: Elementary configuration of router and switch, IP and MAC addressing, Lease Line, OSI Layers, Routing protocols. Status: - Network Designer.Education Details \r\n 2 High School\r\n Diploma Government Women Ranchi, Jharkhand The Institution\r\nBlockchain Engineer \r\n\r\nBlockchain Engineer - Auxledger\r\nSkill Details \r\nJAVA- Exprience - 19 months\r\nCSS- Exprience - 12 months\r\nHTML- Exprience - 12 months\r\nJAVASCRIPT- Exprience - 12 months\r\nC++- Exprience - 6 monthsCompany Details \r\ncompany - Auxledger\r\ndescription - Worked with on lots of product on blockchain.\r\n\r\nâ\x80¢ Bitcoin: Build Wallet and explorer on Bitcoin\r\nâ\x80¢ Ethereum: Build Wallet and explorer on ethereum blockchain.\r\nâ\x80¢ Customize product on Ethereum: Inventory system (Build smart contract in solidity,\r\ndeployed in java byte code and on ethereum as well and I have written API in java spring on that and then build front end and called all Api)\r\nâ\x80¢ Audit Logger: I have audit logger for OTC exchange to keep all transaction record in blockchain.\r\nâ\x80¢ DOC Safe on ethereum: I have build an ethereum application to keep Documents safe on blockchain and document in encrypted form on server.\r\nâ\x80¢ And explore with Litecoin, Ripple & exchange (OTC P2P) Hyperledger Fabric ..continue ..\r\ncompany - \r\ndescription - Worked with a USA team on blockchain on ethereum, I have designed product on ethereum\r\nblockchain,\r\nâ\x80¢ Setup private ethereum and bitcoin blockchain. Worked on loyalty program system and HER\r\nSystem on ethereum network.\r\ncompany - ERP System, CRM for Real Estate Company\r\ndescription - â\x80¢ At Lavisa Infrastructure Bangalore Sep 2015- Oct 2016\r\nSoftware developer\r\nâ\x80¢ ERP System, CRM for Real Estate Company.\r\ncompany - News Portal\r\ndescription - â\x80¢ On demand product development from client side requirement. Like\r\nâ\x80¢ Dynamic website: Content management system where I have designed front end with backend where content of website was manageable from admin panel.\r\nâ\x80¢ News Portal: News portal where content was in Hindi language. I have used Html, Css,\r\nJavaScript, JDBC, MySQL data base.\r\nâ\x80¢ Birthday Reminder: A small web application for birthday reminder, I have used HTMl, CSS,\r\nJavaScript, JDBC, MySQL DB.\r\nâ\x80¢ Car parking System: A web application for Management of Car Parking System, I have used\r\nHTMl, CSS, JavaScript, JDBC, MySQL DB.\r\ncompany - Company portal for employee management for Inside Company\r\ndescription - â\x80¢ At United Telecom Limited Ranchi Nov 2013-Sep 2014\r\nWeb developer\r\nâ\x80¢ Company portal for employee management for Inside Company. Onsite employee, & in different-different district. And management of all kind of government service like adhar\r\ncard, Birth certificate, pan card tracker etc.\r\n\r\nTechnology skill:\r\n\r\nTechnology: Blockchain (Bitcoin, Ethereum, Ripple, Hyperledger Fabric)\r\nBlock-chain: Private setup of blockchain, Node building.\r\nSmart Contract: Solidity Language.\r\nSmart Contract Api: Java Spring\r\nDapp Building: Node js, React js, Express js',
'SKILLS Bitcoin, Ethereum Solidity Hyperledger, Beginner Go, Beginner R3 Corda, Beginner Tendermint, Nodejs, C Programming, Java, Machine Learning specilaized in Brain Computer Interface, Computer Networking and Server Admin, Computer Vision, Data Analytics, Cloud Computing, Reactjs, angularEducation Details \r\nJanuary 2014 to January 2018 Bachelor of Engineering Computer Science & Engineering Thakur College of Engineering and Technology\r\nSeptember 2016 to March 2017 Dynamic Blood Bank System Mumbai, Maharashtra IIT\r\nJanuary 2014 CBSE Senior Secondary\r\nJanuary 2011 CBSE Banking VIDYASHRAM PUBLIC SCHOOL\r\nBlockchain Developer \r\n\r\nBlockchain Developer - Zhypility Technologies\r\nSkill Details \r\nNETWORKING- Exprience - 27 months\r\nDATA ANALYTICS- Exprience - 11 months\r\nCOMPUTER VISION- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nMACHINE LEARNING- Exprience - 6 monthsCompany Details \r\ncompany - Zhypility Technologies\r\ndescription - une 2018\r\ncompany - Area Business Owner Amway Enterprise Limited\r\ndescription - Business Strategizing Promotion, Analytics and Networking Terms\r\ncompany - Virtual\r\ndescription - Developing Prototype of Smart India Hackthon to deployment level.\r\n3.Networking And Switch Intern Bharti Airtel Private Limited (Mumbai)\r\ncompany - 1.International Research Scholar- University Of Rome, Tor Vergata (Rome)\r\ndescription - Nov 2017 - Nov 2017\r\nHas done research on Reality Based Brain computer Interface and proposed paper in International Journal of Advanced Research (IJAR-20656) accepted paper by reviewer and Smart Kisan -Revolutionizing Country -IJSRD accepted for publication\r\ncompany - \r\ndescription - under Reliance Jio (Mumbai) Dec 2017 - Jan 2017\r\ncompany - Maharastra State Government Hackthon\r\ndescription - \r\ncompany - Virtual\r\ndescription - I was handling group of Interns in the marketing and sales team of nearby to promote on all social media platform the nearby products.\r\ncompany - Promotion And Stock Marketing Drums Foods International\r\ndescription - \r\ncompany - 8.Data Science And Web Analytics POSITRON INTERNET (Virtual)\r\ndescription - \r\ncompany - \r\ndescription - I was making people aware about women equality rights and raise voice against violence through various modes of events and other sources of media to help the society.\r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - \r\ncompany - IIT Bombay And IIT KGP Startup\r\ndescription - ',
'â\x80¢ Good logical and analytical skills â\x80¢ Positive attitude towards solving problems and accepting challenges â\x80¢ A team player & leader â\x80¢ A good organizer PRESONAL DETAILS: DOB: 20/07/1995. Marital status: Single.Education Details \r\nJuly 2015 to June 2018 BE Electrical Pune, Maharashtra Sinhagad institute of technology\r\nJanuary 2012 DIPLOMA MSBTE Kopargaon, MAHARASHTRA, IN K.B.P.Polytechnic\r\nJanuary 2010 SSC S.G.Vidyalaya state board\r\nTesting Engineer \r\n\r\nElectrical engineer\r\nSkill Details \r\nCompany Details \r\ncompany - Intelux Electronics Pvt Ltd\r\ndescription - 1. Power management system Testing department',
"COMPUTER PROFICIENCY â\x80¢ Basic: MS-Office (PowerPoint, word, Outlook, Excel) â\x80¢ Language Known: Basics of C, CPP, Java. â\x80¢ Basics of Networking â\x80¢ Basics command of Linux PROJECT DETAILS Minor Project Details: â\x80¢ Title: Applocker for Android. â\x80¢ Project Area: Android Application. â\x80¢ Description: Applocker provides the protection of the System applications as well as the Third party applications installed in the Android devices. The password protection is provided with the help of patterns of volume keys. Hence, an extra measure of privacy is acquired. Major Project Details: â\x80¢ Title: Online Complaint System For Cyber Crimes. â\x80¢ Project Area: Android Application â\x80¢ Description: Online Complaint System for Cyber Crimes is an android application which will be in use after a person lodged a complaint in Police station regarding cyber crime but no action has been taken against it within the prescribed time constraint. Such person will directly use this application which will help him/her to directly lodge the complaint to Commissioner Office and it will get store in the Commissioner's database and necessary action will be taken against it. STRENGTHS â\x80¢ Belief in team work both as a team member and a leader. â\x80¢ Hard and ethical worker.Education Details \r\nJanuary 2013 to January 2016 B.E. Yeshwantrao Chavan Nagpur, Maharashtra Nagpur University\r\n Diploma Aggregate Maharashtra State\r\n S.S.C. Education Nagpur, Maharashtra Maharashtra State\r\nTesting engineer \r\n\r\n\r\nSkill Details \r\nANDROID- Exprience - 6 months\r\nCPP- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nEXCEL- Exprience - 6 months\r\nJAVA- Exprience - 6 months\r\nSelenium- Exprience - 12 months\r\nAutomation Testing- Exprience - 12 months\r\nSelenium Webdriver- Exprience - 12 months\r\nManual Testing- Exprience - 6 months\r\nRegression Testing- Exprience - 6 monthsCompany Details \r\ncompany - Maxgen technologies\r\ndescription - I'm a software test engineer working at Maxgen technologies from past 1 year.",
'Computer Skills: â\x80¢ Proficient in MS office (Word, Basic Excel, Power point) Strength: â\x80¢ Hard working, Loyalty & Creativity â\x80¢ Self-motivated, Responsible & Initiative â\x80¢ Good people management skill & positive attitude. â\x80¢ knowledge of windows, Internet.Education Details \r\n Bachelor of Electrical Engineering Electrical Engineering Nashik, Maharashtra Guru Gobind Singh College of Engineering and Research Centre\r\n Diploma Electrical Engineering Nashik, Maharashtra S. M. E. S. Polytechnic College\r\nTesting Engineer \r\n\r\n\r\nSkill Details \r\nEXCEL- Exprience - 6 months\r\nMS OFFICE- Exprience - 6 months\r\nWORD- Exprience - 6 monthsCompany Details \r\ncompany - \r\ndescription - Department: Testing\r\n\r\nResponsibilities: â\x80¢ To check ACB and VCB of Circuit Breaker.\r\nâ\x80¢ Following test conducted of Circuit Breaker as per drawing.\r\n1. To check breaker timing.\r\n2. To check contact resistance using contact resistance meter (CRM) 3. To check breaker insulation resistance (IR) 4. To check breaker rack out and rack in properly or not.\r\n5. To check closing and tripping operation work properly or not.\r\nâ\x80¢ To check and following test conducted in MCC & PCC panel.\r\n1. Insulation Resistance (IR) test.\r\n2. Contact Resistance (CRM) test.\r\n3. To check connection on mcc & pcc panel as per drawing.\r\nâ\x80¢ To check and following test conducted in transformer.\r\n1. Insulation Resistance (IR) test.\r\n2. Transformer Ratio test.\r\n3. Transformer Vector Group test.\r\n4. Magnetic Balance test.\r\n5. Magnetic Current test.\r\n6. To check the transformer tapping remotely as well as manually 7. To check the all alarm and tripping protection command work properly\r\nOr not as per circuit diagram.\r\n â\x80¢ To check and test conducted in HV cables.\r\n1. Hi-Pot test.\r\n2. Insulation resistance (IR) test.\r\nâ\x80¢ To check the LV cables using megger (IR Test) â\x80¢ To check the relay connections as per circuit diagram.\r\nCreate the defects list which arising during the testing and try to find the solution to minimize the problem.\r\ncompany - TRANS POWER SOLUTIONS\r\ndescription - Lake-Site CO-Op.Soc. Adi Shankaracharya Marg,\r\nOpp. IIT Main Gate, Powai 400076.',
'â\x9d\x96 Willingness to accept the challenges. â\x9d\x96 Positive thinking. â\x9d\x96 Good learner. â\x9d\x96 Team Player. DECLARATION: I hereby declare that the above mentioned information is correct up to my knowledge and I bear the responsibility for the correctness of the above mentioned particulars. Date: / / Name: Dongare Mandakini Murlidhar Signature: Education Details \r\nJune 2015 Electronics and Telecommunication Engineering Kolhapur, Maharashtra Shivaji University\r\nJune 2012 Education Secondary and Higher Secondary\r\n B.E. Electronics and Telecommunication Jaywant College of Engineering and Management\r\nTesting Engineer \r\n\r\nElectronics Engineer - Abacus Electronics Pvt Ltd\r\nSkill Details \r\nLanguage - C, C++- Exprience - Less than 1 year months\r\nOperating Systems- Windows 7-8/NT/XP- Exprience - Less than 1 year monthsCompany Details \r\ncompany - Abacus Electronics Pvt Ltd\r\ndescription - Duties:\r\nâ\x9d\x96 Perform electronic system testing for acceptance, compliance, warranty and other types.\r\nâ\x9d\x96 Develop test plan and procedure for electronic systems.\r\nâ\x9d\x96 Maintain complete and accurate documentations for system testing.\r\nâ\x9d\x96 Analyze and troubleshoot test defects in a timely fashion.\r\nâ\x9d\x96 Write system assembly instructions and resolve assembly issues accurately.\r\nâ\x9d\x96 Work with Supervisors to plan and coordinate test activities.\r\nâ\x9d\x96 Evaluate system performance and suggest improvements.\r\nâ\x9d\x96 Understand and interpret drawings, schematics, technical manuals and instructions.\r\nâ\x9d\x96 Also performed Hardware testing, debugging of hardware PCBs.\r\nâ\x9d\x96 Follow company policies and safely regulations.\r\nâ\x9d\x96 Work with cross-functional teams to complete assigned job duties within deadlines.\r\nâ\x9d\x96 Recommend process improvements to enhance testing efficiency.\r\ncompany - Minilec India Pvt Ltd , Pirangoot.\r\ndescription - ï\x81¶\tTaking responsibility for the quality of a companyâ\x80\x99s product.\r\nï\x81¶\tWorking with the departmental manager, production staff and suppliers to ensure quality, they aim to minimize the cost of reworking or waste and maximize customer satisfaction with the product.\r\nï\x81¶\tTo establish, implement and maintain quality management system to measure and control quality in the production process.\r\nï\x81¶\tWork with the aim that to eliminate the causes of quality issues and reduce the risk of failure.',
"PERSONAL SKILLS â\x80¢ Quick learner, â\x80¢ Eagerness to learn new things, â\x80¢ Competitive attitude, â\x80¢ Good leadership qualities, â\x80¢ Ability to deal with people diplomatically. PERSONAL DOSSIER Fathers Name: Dhanraj WaghEducation Details \r\nJanuary 2012 to January 2016 Bachelors of Engineering Engineering Pune, Maharashtra Pune University\r\nJanuary 2012 Higher Secondary Certificate Nashik, Maharashtra SND College of Engineering and Research Center\r\nJanuary 2010 Secondary School Certificate Yeola, Maharashtra Swami Muktanand Jr. College\r\n HSC Maharashtra State Board\r\n SSC Maharashtra State Bard\r\n BE Rajapur, Uttar Pradesh Madhyamik Vidya Mandir Rajapur\r\nTesting and Quality Control Engineer \r\n\r\nTesting and Quality Control Engineer - M/S Rakesh Transformer Industries Pvt. Ltd\r\nSkill Details \r\nCompany Details \r\ncompany - M/S Rakesh Transformer Industries Pvt. Ltd\r\ndescription - Responsibilities:\r\nâ\x80¢ To conduct Routine test, Type Test (Temperature Rise Test), Special Test on Transformers as per IS & IEC up\r\n\r\nto - 10 MVA / 33 KV Class & preparing of its test reports.\r\n\r\nâ\x80¢ Routine tests, Type tests and Special tests as per IS 2026, IS 1180, IS 11171/IEC-60076- test\r\n\r\nManual/inspection plans of Power Transformers, Distribution Transformers, Inverter Duty, Converter Duty,\r\n\r\nMotor Duty Transformer, Furnace Transformer, Auto Transformers, Dry Type (VPI & CRT) LT Transformers,\r\n\r\nSpecial Transformers\r\nâ\x80¢ Testing Remote Tap Changer Cubicle (RTCC) Panel with OLTC and its operation ( CTR, Esun MR.)\r\n\r\nâ\x80¢ Functional Testing of Transformer Accessories ( BR, PRV, MOG, WTI, OTI and its Setting)\r\n\r\nâ\x80¢ In case any failure in testing analyses the root cause and submit the CAPA\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Handling 3rd party and Government Body's Inspection.\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Support Certification Audits (ISO & BIS)\r\n\r\nâ\x80¢ Calibration/validation of tools, instruments, Measuring equipment's\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer\r\nâ\x80¢ Doing all documentation and Maintain Records and Analyze the Test Results and Maintain Testing Ledger\r\n\r\nâ\x80¢ In process Quality Inspection of Winding, Core assembly, Core Coil assembly as per Standard and as per\r\n\r\norganizational Norms.\r\n\r\nâ\x80¢ Pre Dispatch Quality Inspection of Complete Product.\r\n\r\nâ\x80¢ Implementation of, WHY-WHY analysis.\r\ncompany - M/S Silverline Electricals Pvt. Ltd\r\ndescription - Routine tests, Type tests (Temperature Rise Test) and Special tests as per IS 2026, IS 1180/ test\r\n\r\nManual/inspection plans of Distribution Transformer, Power Transformer\r\n\r\nâ\x80¢ Successfully handled Responsibilities of ERDA's testing.\r\n\r\nâ\x80¢ On site commissioning of Transformer.\r\n\r\nâ\x80¢ Assist the customer or their representative at the time of inspection.\r\n\r\nâ\x80¢ In process testing of winding, core assembly and core coil assembly.\r\n\r\nâ\x80¢ Successfully handling 3rd party and Government Body's Inspection\r\n\r\nâ\x80¢ Preparation of Daily Internal Testing Reports and send to concern.\r\n\r\nâ\x80¢ Suggest the client about proper maintenance of transformer",
'COMPUTER SKILLS & SOFTWARE KNOWLEDGE MS-Power Point, MS - Office, C, Protius (PCB Design), Multisim, Micro wind, Matlab, Keil, Latex, Basic I nternet Fundamentals, Software and Hardware Knowledge PROJECT DETAILS Diploma Project: Speed Control of DC Motor Using Heart Beats. Mini Project: Water Gardening System Using Solar Panel. Final Year BE Project: Iris Recognition system.Education Details \r\nJanuary 2016 BE EDUCATION Pune, Maharashtra PUNE University\r\nJanuary 2010 SSC Maharashtra Board\r\nQuality Engineer \r\n\r\nQuality Engineer - Matrix Technologies\r\nSkill Details \r\nMATLAB- Exprience - 6 months\r\nPCB- Exprience - 6 months\r\nPCB DESIGN- Exprience - 6 monthsCompany Details \r\ncompany - Matrix Technologies\r\ndescription - \r\ncompany - RB Electronics\r\ndescription - ',
'Skill Set OS Windows XP/7/8/8.1/10 Database MYSQL, sql server 2005, 2008 & 2012 Languages Core Java Web Technology HTML, CSS Testing Manual Testing, Database Testing Other Bug tracking and reporting, End user handling.Education Details \r\nJanuary 2016 MCS Pune, Maharashtra P.V.P College Pravaranagar\r\nJanuary 2011 HSC A.K.Junior College\r\nJanuary 2009 SSC A.K.Mahavidyalya\r\nJR TESTING ENGINEER \r\n\r\nJR TESTING ENGINEER - M-Tech Innovations Ltd\r\nSkill Details \r\nTESTING- Exprience - 24 months\r\nWINDOWS XP- Exprience - 24 months\r\nCSS- Exprience - 6 months\r\nDATABASE- Exprience - 6 months\r\nDATABASE TESTING- Exprience - 6 monthsCompany Details \r\ncompany - M-Tech Innovations Ltd\r\ndescription - Responsibilities â\x80¢ Analyzing the Testing Requirements â\x80¢ Preparing Test Plans, Test Scenarios â\x80¢ Preparing Test Cases â\x80¢ Executing the test cases â\x80¢ Tracking bugs â\x80¢ Coordinating developers in order to fix it â\x80¢ Preparing test summary reports â\x80¢ Reporting quality manager â\x80¢ Attending meeting\r\n\r\nProjects\r\nProject Name 1.Web Based Time Attendance Application\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nClients MCCIA, Sapphire Park, Bramha Suncity, Wanless hospital\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Android 1.Time Attendance Application 2.Vehicle Tracking System 3.Vistor Management System\r\nEnvironment Android Mobile, Android Tablet.\r\nClients Vankan Security\r\nRole Application Testing\r\nDuration 6 months\r\n\r\nProject Name 1.Web Based Factory Automation Process 2.Web Based Annual Maintenance Charges\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months\r\n\r\nProject Name Web Based Library Management System\r\nEnvironment Windows-7, Vista, Windows XP, Windows 8, Windows 10\r\nRole Software Testing\r\nDuration 6 months']
vect=CountVectorizer()
vect.fit_transform(C) #in CountVectorizer(),() is important or else you get ,missing 2 positional raw doc error
<166x7599 sparse matrix of type '<class 'numpy.int64'>' with 30833 stored elements in Compressed Sparse Row format>
vect.vocabulary_ # these are tehe indexes given for terms in all documents they are not the cpunt of terms
{'skills': 6252,
'programming': 5313,
'languages': 3839,
'python': 5421,
'pandas': 4891,
'numpy': 4640,
'scipy': 6020,
'scikit': 6018,
'learn': 3883,
'matplotlib': 4203,
'sql': 6418,
'java': 3661,
'javascript': 3663,
'jquery': 3706,
'machine': 4058,
'learning': 3887,
'regression': 5633,
'svm': 6638,
'naã': 4524,
've': 7255,
'bayes': 884,
'knn': 3782,
'random': 5502,
'forest': 2831,
'decision': 1931,
'trees': 7019,
'boosting': 1019,
'techniques': 6756,
'cluster': 1396,
'analysis': 535,
'word': 7508,
'embedding': 2364,
'sentiment': 6109,
'natural': 4513,
'language': 3838,
'processing': 5271,
'dimensionality': 2104,
'reduction': 5606,
'topic': 6933,
'modelling': 4374,
'lda': 3870,
'nmf': 4592,
'pca': 4972,
'neural': 4564,
'nets': 4557,
'database': 1866,
'visualizations': 7344,
'mysql': 4485,
'sqlserver': 6425,
'cassandra': 1204,
'hbase': 3146,
'elasticsearch': 2338,
'd3': 1845,
'js': 3708,
'dc': 1900,
'plotly': 5105,
'kibana': 3769,
'ggplot': 2989,
'tableau': 6671,
'others': 4815,
'regular': 5634,
'expression': 2606,
'html': 3285,
'css': 1797,
'angular': 554,
'logstash': 4017,
'kafka': 3734,
'flask': 2783,
'git': 2997,
'docker': 2178,
'computer': 1538,
'vision': 7331,
'open': 4729,
'cv': 1835,
'and': 548,
'understanding': 7126,
'of': 4672,
'deep': 1946,
'education': 2312,
'details': 2040,
'data': 1864,
'science': 6013,
'assurance': 720,
'associate': 715,
'ernst': 2469,
'young': 7581,
'llp': 3977,
'skill': 6249,
'exprience': 2608,
'24': 118,
'months': 4407,
'monthscompany': 4408,
'company': 1490,
'description': 2019,
'fraud': 2869,
'investigations': 3585,
'dispute': 2149,
'services': 6130,
'technology': 6762,
'assisted': 711,
'review': 5787,
'tar': 6709,
'assists': 714,
'in': 3389,
'accelerating': 271,
'the': 6836,
'process': 5268,
'run': 5900,
'analytics': 541,
'generate': 2968,
'reports': 5694,
'core': 1692,
'member': 4258,
'team': 6744,
'helped': 3171,
'developing': 2056,
'automated': 776,
'platform': 5093,
'tool': 6930,
'from': 2886,
'scratch': 6031,
'for': 2823,
'assisting': 713,
'discovery': 2130,
'domain': 2192,
'this': 6857,
'implements': 3371,
'predictive': 5201,
'coding': 1417,
'by': 1120,
'automating': 779,
'reviews': 5791,
'resulting': 5763,
'reduced': 5604,
'labor': 3819,
'costs': 1716,
'time': 6888,
'spent': 6392,
'during': 2260,
'lawyers': 3864,
'understand': 7125,
'end': 2389,
'to': 6918,
'flow': 2796,
'solution': 6330,
'doing': 2187,
'research': 5717,
'development': 2057,
'classification': 1363,
'models': 4375,
'mining': 4338,
'information': 3451,
'present': 5220,
'text': 6809,
'worked': 7514,
'on': 4707,
'analyzing': 546,
'outputs': 4831,
'precision': 5196,
'monitoring': 4400,
'entire': 2435,
'evidence': 2528,
'following': 2816,
'ey': 2630,
'standards': 6463,
'developed': 2052,
'classifier': 1365,
'order': 4772,
'identify': 3322,
'red': 5598,
'flags': 2780,
'related': 5647,
'issues': 3630,
'tools': 6931,
'technologies': 6759,
'tfidf': 6813,
'word2vec': 7509,
'doc2vec': 2177,
'cosine': 1710,
'similarity': 6219,
'vader': 7218,
'blob': 984,
'matplot': 4202,
'lib': 3926,
'dashboard': 1862,
'reporting': 5693,
'multiple': 4458,
'analytic': 538,
'projects': 5322,
'usa': 7180,
'clients': 1376,
'motor': 4423,
'vehicle': 7259,
'customer': 1825,
'received': 5569,
'feedback': 2707,
'survey': 6632,
'past': 4945,
'one': 4712,
'year': 7568,
'performed': 4994,
'positive': 5149,
'negative': 4537,
'neutral': 4566,
'series': 6121,
'comments': 1463,
'across': 323,
'all': 472,
'categories': 1210,
'created': 1756,
'heat': 3164,
'map': 4149,
'terms': 6797,
'category': 1212,
'based': 872,
'frequency': 2880,
'words': 7510,
'extracted': 2622,
'plotted': 5107,
'cloud': 1390,
'customized': 1830,
'dashboards': 1863,
'effective': 2318,
'chatbot': 1292,
'user': 7187,
'friendly': 2885,
'our': 4818,
'products': 5286,
'which': 7459,
'handle': 3118,
'simple': 6220,
'questions': 5455,
'about': 258,
'hours': 3265,
'operation': 4740,
'reservation': 5720,
'options': 4763,
'so': 6299,
'chat': 1291,
'bot': 1022,
'serves': 6128,
'product': 5281,
'giving': 3003,
'overview': 4848,
'via': 7289,
'qa': 5424,
'also': 492,
'give': 3000,
'recommendation': 5580,
'responses': 5745,
'that': 6834,
'question': 5453,
'build': 1098,
'chain': 1263,
'relevant': 5661,
'answer': 569,
'too': 6928,
'has': 3138,
'intelligence': 3526,
'pipeline': 5063,
'as': 674,
'per': 4988,
'requirement': 5712,
'asks': 685,
'recommended': 5582,
'nltk': 4590,
'spacy': 6364,
'governance': 3045,
'organizations': 4789,
'make': 4103,
'informed': 3452,
'decisions': 1932,
'they': 6851,
'store': 6507,
'integrated': 3519,
'portfolio': 5144,
'synthesizes': 6664,
'unstructured': 7151,
'sources': 6355,
'facilitates': 2644,
'action': 326,
'ensure': 2422,
'are': 640,
'best': 928,
'positioned': 5148,
'counter': 1724,
'risk': 5824,
'scan': 5981,
'formats': 2837,
'parse': 4914,
'different': 2093,
'file': 2726,
'extract': 2621,
'meta': 4282,
'push': 5412,
'results': 5764,
'indexing': 3419,
'elastic': 2337,
'search': 6053,
'interactive': 3537,
'using': 7192,
'preforming': 5206,
'rot': 5859,
'helps': 3173,
'content': 1628,
'is': 3622,
'either': 2334,
'redundant': 5607,
'outdated': 4823,
'or': 4764,
'trivial': 7040,
'full': 2905,
'with': 7497,
'predefined': 5197,
'methods': 4291,
'can': 1158,
'tag': 6679,
'pii': 5056,
'personally': 5011,
'identifiable': 3318,
'social': 6304,
'security': 6072,
'numbers': 4637,
'addresses': 355,
'names': 4499,
'etc': 2503,
'frequently': 2882,
'targeted': 6711,
'cyber': 1841,
'attacks': 739,
'investigative': 3586,
'flag': 2778,
'cases': 1199,
'fap': 2678,
'inbuilt': 3391,
'case': 1198,
'manager': 4122,
'suite': 6591,
'various': 7242,
'erp': 2470,
'systems': 6668,
'it': 3632,
'be': 899,
'used': 7185,
'interrogate': 3560,
'their': 6839,
'accounting': 304,
'identifying': 3323,
'anomalies': 565,
'indicators': 3424,
'running': 5902,
'advanced': 384,
'bootstrap': 1021,
'node': 4596,
'may': 4217,
'2013': 96,
'2017': 100,
'uit': 7109,
'rgpv': 5809,
'scientist': 6017,
'matelabs': 4193,
'less': 3907,
'than': 6830,
'statsmodels': 6486,
'12': 34,
'aws': 806,
'sklearn': 6255,
'keras': 3759,
'ml': 4357,
'business': 1112,
'professionals': 5292,
'dummies': 2254,
'enthusiasts': 2434,
'60': 202,
'koramangala': 3795,
'5th': 201,
'block': 985,
'achievements': 313,
'tasks': 6717,
'behind': 914,
'sukh': 6594,
'sagar': 5917,
'bengaluru': 924,
'india': 3420,
'deployed': 2002,
'auto': 772,
'preprocessing': 5217,
'steps': 6498,
'mainly': 4090,
'missing': 4349,
'value': 7227,
'treatment': 7017,
'outlier': 4827,
'detection': 2043,
'encoding': 2385,
'scaling': 5979,
'feature': 2700,
'selection': 6085,
'model': 4371,
'linkedin': 3954,
'com': 1449,
'aditya': 366,
'rathore': 5515,
'b4600b146': 820,
'reasearch': 5554,
'forecasting': 2826,
'arima': 647,
'sarimax': 5946,
'holt': 3242,
'winter': 7490,
'prophet': 5340,
'extracting': 2623,
'problem': 5263,
'github': 2999,
'rathorology': 5516,
'implemented': 3369,
'state': 6475,
'art': 663,
'paper': 4897,
'mixed': 4355,
'attributes': 750,
'areas': 642,
'interest': 3539,
'control': 1654,
'system': 6666,
'design': 2021,
'electric': 2340,
'machinery': 4059,
'web': 7426,
'technical': 6751,
'activities': 332,
'hindustan': 3206,
'aeronautics': 402,
'limited': 3945,
'bangalore': 850,
'weeks': 7442,
'under': 7121,
'guidance': 3091,
'mr': 4438,
'satish': 5958,
'senior': 6099,
'engineer': 2402,
'hangar': 3128,
'mirage': 4344,
'2000': 78,
'fighter': 2723,
'aircraft': 442,
'matlab': 4200,
'labview': 3825,
'webframework': 7428,
'django': 2167,
'ltspice': 4047,
'intermediate': 3547,
'mipower': 4343,
'gitbash': 2998,
'jupyter': 3731,
'notebook': 4615,
'xampp': 7545,
'basics': 876,
'software': 6313,
'packages': 4867,
'interpreters': 3559,
'anaconda': 528,
'python2': 5422,
'python3': 5423,
'pycharm': 5418,
'ide': 3314,
'eclipse': 2294,
'operating': 4738,
'windows': 7482,
'ubuntu': 7097,
'debian': 1920,
'kali': 3739,
'linux': 3957,
'january': 3656,
'2019': 102,
'tech': 6749,
'electrical': 2341,
'electronics': 2345,
'engineering': 2404,
'manipal': 4133,
'institute': 3504,
'2015': 98,
'deeksha': 1945,
'center': 1238,
'little': 3970,
'flower': 2797,
'public': 5383,
'school': 6008,
'august': 759,
'academy': 268,
'higher': 3192,
'enthusiast': 2432,
'excel': 2540,
'mathematics': 4198,
'themathcompany': 6841,
'am': 501,
'currently': 1817,
'working': 7520,
'casino': 1203,
'operator': 4745,
'name': 4498,
'not': 4613,
'disclosed': 2125,
'macau': 4057,
'need': 4534,
'segment': 6077,
'customers': 1826,
'who': 7463,
'visit': 7332,
'property': 5338,
'patrons': 4958,
'bring': 1063,
'into': 3573,
'basically': 875,
'prove': 5358,
'segmentation': 6078,
'done': 2197,
'much': 4448,
'better': 929,
'way': 7417,
'current': 1816,
'have': 3141,
'proper': 5335,
'back': 825,
'up': 7157,
'henceforth': 3175,
'implement': 3366,
'target': 6710,
'marketing': 4166,
'strategy': 6523,
'attract': 746,
'add': 345,
'sap': 5942,
'hana': 3115,
'pal': 4885,
'ms': 4442,
'lumira': 4050,
'linear': 3949,
'advance': 383,
'scm': 6021,
'retail': 5767,
'media': 4243,
'nlp': 4589,
'2018': 101,
'pgdm': 5025,
'great': 3065,
'lakes': 3829,
'management': 4117,
'illinois': 3350,
'bachelor': 822,
'communication': 1481,
'karnataka': 3747,
'new': 4567,
'horizon': 3254,
'college': 1442,
'visvesvaraya': 7347,
'technological': 6758,
'university': 7146,
'consultant': 1613,
'deloitte': 1982,
'usi': 7191,
'project': 5320,
'involved': 3598,
'analysing': 534,
'historic': 3215,
'deals': 1917,
'coming': 1458,
'insights': 3493,
'optimize': 4758,
'future': 2923,
'role': 5846,
'was': 7405,
'given': 3001,
'raw': 5524,
'carried': 1189,
'out': 4819,
'presented': 5223,
'client': 1375,
'key': 3761,
'responsibilities': 5746,
'geographies': 2981,
'infer': 3441,
'meaningful': 4229,
'prices': 5239,
'find': 2746,
'blockades': 986,
'environment': 2445,
'industry': 3436,
'cross': 1781,
'service': 6129,
'area': 641,
'handwriting': 3125,
'recognition': 5574,
'taking': 6693,
'handwritten': 3126,
'images': 3353,
'converting': 1671,
'them': 6840,
'digital': 2097,
'object': 4652,
'sentence': 6108,
'creation': 1759,
'correction': 1702,
'functionality': 2911,
'gather': 2951,
'large': 3845,
'enough': 2415,
'capture': 1175,
'english': 2407,
'train': 6974,
'lstm': 4043,
'finance': 2741,
'financial': 2742,
'bi': 946,
'swift': 6644,
'develop': 2051,
'an': 527,
'infrastructure': 3459,
'top': 6932,
'would': 7531,
'view': 7305,
'respective': 5738,
'departments': 1995,
'included': 3399,
'expenses': 2578,
'leading': 3877,
'offshore': 4686,
'etl': 2511,
'validate': 7220,
'ao': 577,
'healthcare': 3159,
'life': 3933,
'sciences': 6014,
'clinical': 1378,
'argus': 644,
'allow': 484,
'users': 7188,
'query': 5449,
'faster': 2686,
'provide': 5360,
'capabilities': 1166,
'deploy': 2001,
'phase': 5031,
'lot': 4033,
'restructuring': 5761,
'built': 1105,
'analytical': 540,
'fmcg': 2805,
'trade': 6969,
'promotion': 5329,
'consumption': 1620,
'planning': 5085,
'flowers': 2798,
'foods': 2820,
'setting': 6141,
'crm': 1777,
'cbp': 1221,
'modules': 4389,
'decomposition': 1937,
'base': 871,
'forecast': 2825,
'over': 4837,
'course': 1733,
'performance': 4992,
'improvements': 3385,
'views': 7308,
'sales': 5925,
'funds': 2918,
'bobj': 1005,
'internal': 3549,
'initiative': 3465,
'rfm': 5804,
'interface': 3541,
'had': 3109,
'successfully': 6575,
'segmented': 6079,
'five': 2771,
'segments': 6080,
'means': 4230,
'algorithm': 466,
'categorize': 1211,
'any': 575,
'defined': 1956,
'buckets': 1089,
'anaconda3': 529,
'sps12': 6415,
'telecom': 6767,
'invoice': 3592,
'reduce': 5603,
'manual': 4141,
'effort': 2325,
'verifying': 7271,
'closed': 1385,
'invoices': 3594,
'manually': 4142,
'tree': 7018,
'classify': 1366,
'enabled': 2381,
'accenture': 274,
'experience': 2580,
'developer': 2054,
'19': 60,
'solutions': 6331,
'pvt': 5415,
'ltd': 4045,
'ipa': 3609,
'my': 4479,
'objects': 4655,
'operational': 4741,
'kpis': 3798,
'spearheaded': 6374,
'deployments': 2005,
'introduced': 3576,
'reuse': 5783,
'functionalities': 2910,
'prepared': 5215,
'production': 5282,
'designed': 2024,
'attribute': 749,
'calculation': 1138,
'kpi': 3797,
'individually': 3428,
'complex': 1520,
'scripts': 6038,
'procedures': 5267,
'took': 6929,
'ownership': 4853,
'building': 1102,
'algorithms': 467,
'executed': 2554,
'server': 6124,
'testing': 6803,
'accelerator': 272,
'21': 108,
'taken': 6690,
'care': 1183,
'atas': 727,
'completed': 1517,
'apart': 583,
'these': 6849,
'actively': 330,
'maintenance': 4099,
'servers': 6127,
'quality': 5439,
'requirements': 5713,
'scope': 6024,
'getting': 2987,
'clarified': 1356,
'interacting': 3535,
'further': 2922,
'transform': 6987,
'mapping': 4152,
'documents': 2185,
'reviewing': 5790,
'specification': 6384,
'documentation': 2181,
'create': 1755,
'update': 7159,
'like': 3941,
'tables': 6672,
'stored': 6508,
'function': 2908,
'monitored': 4399,
'error': 2472,
'logs': 4016,
'application': 599,
'through': 6865,
'agent': 415,
'diagrams': 2085,
'entity': 2437,
'relationship': 5654,
'uml': 7115,
'responsible': 5749,
'designing': 2027,
'normalization': 4604,
'tuning': 7070,
'profiler': 5300,
'uat': 7095,
'knowledge': 3785,
'transfer': 6986,
'support': 6620,
'2008': 88,
'2014': 97,
'visual': 7341,
'studio': 6545,
'2010': 93,
'monitor': 4398,
'pl': 5074,
'mca': 4221,
'ymcaust': 7577,
'faridabad': 2680,
'haryana': 3137,
'internship': 3555,
'structure': 6538,
'itechpower': 3633,
'iot': 3606,
'microsoft': 4311,
'powerpoint': 5168,
'academic': 267,
'secured': 6069,
'first': 2765,
'place': 5075,
'ghatkesar': 2991,
'andhra': 550,
'pradesh': 5184,
'aurora': 761,
'scientific': 6016,
'june': 3723,
'2012': 95,
'secondary': 6061,
'warangal': 7396,
'telangana': 6766,
'sr': 6428,
'junior': 3726,
'office': 4678,
'visualization': 7343,
'statistics': 6484,
'iabac': 3304,
'certified': 1257,
'versatile': 7273,
'years': 7570,
'managing': 4127,
'consulting': 1616,
'innovation': 3474,
'bringing': 1064,
'ideas': 3317,
'real': 5547,
'world': 7528,
'being': 915,
'strong': 6536,
'advocator': 397,
'augmented': 758,
'era': 2465,
'where': 7457,
'human': 3292,
'enhanced': 2409,
'machines': 4060,
'fahed': 2662,
'passionate': 4941,
'concepts': 1546,
'ai': 435,
'robotics': 5841,
'mohali': 4391,
'punjab': 5398,
'indo': 3430,
'global': 3009,
'datamites': 1875,
'13': 41,
'analyzed': 544,
'processed': 5269,
'sets': 6140,
'querying': 5451,
'loading': 3986,
'validation': 7222,
'manipulating': 4134,
'cleaning': 1367,
'heretic': 3179,
'closely': 1386,
'propose': 5343,
'making': 4106,
'cleansing': 1368,
'drawing': 2222,
'conclusions': 1557,
'recommendations': 5581,
'statistical': 6483,
'produce': 5276,
'problems': 5265,
'rayat': 5526,
'bahra': 835,
'biotechnology': 967,
'tensorflow': 6789,
'gcp': 2957,
'network': 4561,
'wipro': 7492,
'bhawana': 942,
'aggarwal': 417,
'mail': 4085,
'chd': 1296,
'gmail': 3015,
'phone': 5037,
'09876971076': 13,
'vversatile': 7374,
'high': 3191,
'energy': 2396,
'professional': 5289,
'targeting': 6712,
'challenging': 1266,
'assignments': 707,
'profile': 5298,
'summary': 6596,
'skilled': 6250,
'inception': 3394,
'specs': 6388,
'implementation': 3367,
'configuration': 1572,
'libraries': 3927,
'seaborn': 6048,
'cufflinks': 1807,
'bias': 948,
'variance': 7237,
'off': 4673,
'vector': 7256,
'logistic': 4010,
'networks': 4563,
'unsupervised': 7152,
'supervised': 6609,
'reinforcement': 5644,
'relational': 5651,
'platforms': 5094,
'oracle': 4766,
'some': 6337,
'google': 3038,
'good': 3036,
'interpersonal': 3556,
'solving': 6335,
'ability': 256,
'think': 6853,
'laterally': 3851,
'medium': 4251,
'term': 6794,
'long': 4020,
'perspective': 5013,
'flexibility': 2787,
'attitude': 744,
'change': 1271,
'define': 1955,
'own': 4849,
'frameworks': 2865,
'emphasis': 2371,
'code': 1411,
'reusability': 5781,
'clustering': 1397,
'databases': 1867,
'window': 7481,
'environments': 2447,
'netbeans': 4551,
'notebooks': 4616,
'sublime': 6557,
'ticketing': 6874,
'now': 4629,
'remedy': 5670,
'ug': 7104,
'passed': 4938,
'78': 220,
'2016': 99,
'schooling': 6009,
'xii': 7550,
'moti': 4417,
'ram': 5498,
'arya': 673,
'valley': 7225,
'cgpa': 1261,
'work': 7511,
'experince': 2583,
'title': 6902,
'size': 6245,
'brief': 1060,
'wiproâ': 7493,
'harnesses': 3133,
'power': 5165,
'automation': 780,
'artificial': 669,
'technologiesâ': 6760,
'cognitive': 1419,
'comprises': 1536,
'three': 6861,
'layers': 3867,
'engagement': 2398,
'easily': 2282,
'access': 280,
'manage': 4114,
'structured': 6539,
'intent': 3531,
'assessment': 699,
'reasoningâ': 5558,
'engine': 2401,
'includes': 3400,
'sense': 6101,
'act': 324,
'entailed': 2426,
'queries': 5448,
'at': 726,
'earliest': 2277,
'monster': 4404,
'such': 6577,
'see': 6073,
'how': 3270,
'answered': 570,
'quickly': 5460,
'alll1': 479,
'eliminated': 2356,
'extractor': 2625,
'involves': 3600,
'extraction': 2624,
'fetching': 2715,
'important': 3375,
'dates': 1883,
'places': 5077,
'contact': 1621,
...}
vector = vect.transform(C)
vd=(vector[0])
vd
# reequire more memory
#vd=vd.reshape(-1, 1)
vq=vect.transform(['python'])
#vq=vq.reshape(-1, 1)
util.pytorch_cos_sim(vd,vq)
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-46-24ae3b65b749> in <module> ----> 1 util.pytorch_cos_sim(vd,vq) ~\anaconda3\lib\site-packages\sentence_transformers\util.py in pytorch_cos_sim(a, b) 19 :return: Matrix with res[i][j] = cos_sim(a[i], b[j]) 20 """ ---> 21 return cos_sim(a, b) 22 23 def cos_sim(a: Tensor, b: Tensor): ~\anaconda3\lib\site-packages\sentence_transformers\util.py in cos_sim(a, b) 27 """ 28 if not isinstance(a, torch.Tensor): ---> 29 a = torch.tensor(a) 30 31 if not isinstance(b, torch.Tensor): ~\anaconda3\lib\site-packages\scipy\sparse\base.py in __len__(self) 289 # non-zeros is more important. For now, raise an exception! 290 def __len__(self): --> 291 raise TypeError("sparse matrix length is ambiguous; use getnnz()" 292 " or shape[0]") 293 TypeError: sparse matrix length is ambiguous; use getnnz() or shape[0]
from sklearn.metrics.pairwise import euclidean_distances
1-np.divide((euclidean_distances(vector[0],vq)[0][0]),max)
0.6912172167609231
import numpy as np
max=np.max(euclidean_distances(vector))
type(max)
numpy.float64